File tree Expand file tree Collapse file tree 6 files changed +6
-11
lines changed Expand file tree Collapse file tree 6 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 116
116
/src /material /card /** @ mmalerba
117
117
/src /material /checkbox /** @ mmalerba
118
118
/src /material /chips /** @ mmalerba @ crisbeto
119
- /src /material-experimental /mdc-core /** @ crisbeto
120
119
/src /material /dialog /** @ devversion
121
120
/src /material /form-field /** @ devversion @ mmalerba
122
121
/src /material /list /** @ mmalerba @ devversion
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ export const commitMessage: CommitMessageConfig = {
43
43
'material/button' ,
44
44
'material/card' ,
45
45
'material/checkbox' ,
46
- 'material-experimental/mdc-core' ,
47
46
'material/dialog' ,
48
47
'material/form-field' ,
49
48
'material/input' ,
Original file line number Diff line number Diff line change 38
38
@forward ' ./core/style/button-common' as private-button-common- *;
39
39
// The form field density mixin needs to be exposed, because the paginator depends on it.
40
40
@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 ;
44
41
45
42
// Structural
46
43
@forward ' ./core/core' show core ;
Original file line number Diff line number Diff line change 1
1
@forward ' core' hide core ;
2
2
@forward ' core-theme' hide color , theme ;
3
- @forward ' core' as mat- * hide mat-mdc-core ;
3
+ @forward ' core' as mat- *;
4
4
@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- *;
6
6
@forward ' core-theme' as mat-core- *;
7
7
8
8
@forward ' ./color/color-legacy-index' ;
Original file line number Diff line number Diff line change 43
43
@forward ' typography/all-typography' ;
44
44
@forward ' core' hide core ;
45
45
@forward ' core-theme' hide color , theme ;
46
- @forward ' core' as mat- * hide mat-mdc-core ;
46
+ @forward ' core' as mat- *;
47
47
@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- *;
49
49
@forward ' core-theme' as mat-core- *;
50
50
51
51
@import ' ../../cdk/overlay' ;
Original file line number Diff line number Diff line change 1
1
@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- *;
4
4
5
5
@import ' ./typography/all-typography' ;
You can’t perform that action at this time.
0 commit comments