Skip to content

Commit

Permalink
refactor(material-experimental/theming): Remove theming-next directory (
Browse files Browse the repository at this point in the history
#28282)

This directory contains some code for an alternative theming API we
explored. Deleting it for now since we went with a different API. If we
ever want to consider this one again we can find it in the repo history
  • Loading branch information
mmalerba authored Dec 15, 2023
1 parent 1b6db8c commit cfc8a87
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 635 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
/src/material-experimental/popover-edit/** @andrewseguin
/src/material-experimental/selection/** @andrewseguin
/src/material-experimental/theming/** @mmalerba
/src/material-experimental/theming-next/** @mmalerba

# CDK experimental package
/src/cdk-experimental/* @andrewseguin
Expand Down
1 change: 0 additions & 1 deletion .ng-dev/commit-message.mts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const commitMessage: CommitMessageConfig = {
'cdk/tree',
'google-maps',
'material-experimental/column-resize',
'material-experimental/theming-next',
'material-experimental/theming',
'material-experimental/menubar',
'material-experimental/popover-edit',
Expand Down
1 change: 0 additions & 1 deletion src/material-experimental/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sass_library(
name = "theming_scss_lib",
srcs = MATERIAL_EXPERIMENTAL_SCSS_LIBS + [
"//src/material-experimental/theming:theming_scss_lib",
"//src/material-experimental/theming-next:theming_next_scss_lib",
],
)

Expand Down
9 changes: 0 additions & 9 deletions src/material-experimental/theming-next/BUILD.bazel

This file was deleted.

57 changes: 0 additions & 57 deletions src/material-experimental/theming-next/README.md

This file was deleted.

93 changes: 0 additions & 93 deletions src/material-experimental/theming-next/_card.scss

This file was deleted.

109 changes: 0 additions & 109 deletions src/material-experimental/theming-next/_checkbox.scss

This file was deleted.

Loading

0 comments on commit cfc8a87

Please sign in to comment.