Skip to content

Commit 555b304

Browse files
committed
clean up remaining references
1 parent 303eb2c commit 555b304

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
/src/material/card/** @mmalerba
117117
/src/material/checkbox/** @mmalerba
118118
/src/material/chips/** @mmalerba @crisbeto
119-
/src/material-experimental/mdc-core/** @crisbeto
120119
/src/material/dialog/** @devversion
121120
/src/material/form-field/** @devversion @mmalerba
122121
/src/material/list/** @mmalerba @devversion

.ng-dev/commit-message.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const commitMessage: CommitMessageConfig = {
4343
'material/button',
4444
'material/card',
4545
'material/checkbox',
46-
'material-experimental/mdc-core',
4746
'material/dialog',
4847
'material/form-field',
4948
'material/input',

src/material/_index.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
@forward './core/style/button-common' as private-button-common-*;
3939
// The form field density mixin needs to be exposed, because the paginator depends on it.
4040
@forward './form-field/form-field-theme' as private-form-field-* show private-form-field-density;
41-
// These mixins are exposed privately, because `mdc-core` uses them.
42-
@forward './core/option/option-theme' as private-option-* show private-option-density;
43-
@forward './core/option/optgroup-theme' as private-optgroup-* show private-optgroup-density;
4441

4542
// Structural
4643
@forward './core/core' show core;

src/material/core/_core-legacy-index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@forward 'core' hide core;
22
@forward 'core-theme' hide color, theme;
3-
@forward 'core' as mat-* hide mat-mdc-core;
3+
@forward 'core' as mat-*;
44
@forward 'core-theme' as mat-* hide mat-color, mat-theme;
5-
@forward 'core' as mat-core-* hide mat-core-mdc-core;
5+
@forward 'core' as mat-core-*;
66
@forward 'core-theme' as mat-core-*;
77

88
@forward './color/color-legacy-index';

src/material/core/_core.import.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
@forward 'typography/all-typography';
4444
@forward 'core' hide core;
4545
@forward 'core-theme' hide color, theme;
46-
@forward 'core' as mat-* hide mat-mdc-core;
46+
@forward 'core' as mat-*;
4747
@forward 'core-theme' as mat-* hide mat-color, mat-theme;
48-
@forward 'core' as mat-core-* hide mat-core-mdc-core;
48+
@forward 'core' as mat-core-*;
4949
@forward 'core-theme' as mat-core-*;
5050

5151
@import '../../cdk/overlay';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@forward 'core' hide core;
2-
@forward 'core' as mat-legacy-* hide mat-legacy-mdc-core;
3-
@forward 'core' as mat-legacy-core-legacy-* hide mat-legacy-core-mdc-core;
2+
@forward 'core' as mat-legacy-*;
3+
@forward 'core' as mat-legacy-core-legacy-*;
44

55
@import './typography/all-typography';

0 commit comments

Comments
 (0)