File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ $prefix: (mdc, dialog);
50
50
headline- size: null,
51
51
headline- tracking: null,
52
52
headline- weight: null,
53
+ z-index : null,
53
54
);
54
55
}
55
56
Original file line number Diff line number Diff line change 15
15
@use ' @material/tab/tab-theme' as mdc-tab-theme ;
16
16
@use ' @material/snackbar/snackbar-theme' as mdc-snackbar-theme ;
17
17
@use ' @material/chips/chip-theme' as mdc-chips-theme ;
18
+ @use ' @material/dialog/dialog-theme' as mdc-dialog-theme ;
18
19
@use ' @material/theme/validate' as mdc-validate ;
19
20
20
21
@use ' ../m2/mdc/circular-progress' as tokens-mdc-circular-progress ;
31
32
@use ' ../m2/mdc/tab' as tokens-mdc-tab ;
32
33
@use ' ../m2/mdc/snack-bar' as tokens-mdc-snack-bar ;
33
34
@use ' ../m2/mdc/chip' as tokens-mdc-chip ;
35
+ @use ' ../m2/mdc/dialog' as tokens-mdc-dialog ;
34
36
35
37
@mixin validate-slots ($component , $slots , $reference ) {
36
38
@debug ' Validating #{$component } ...' ;
114
116
$slots : tokens-mdc-chip .get-token-slots (),
115
117
$reference : mdc-chips-theme .$light-theme
116
118
);
119
+ @include validate-slots (
120
+ $component : ' m2.mdc.dialog' ,
121
+ $slots : tokens-mdc-dialog .get-token-slots (),
122
+ $reference : mdc-dialog-theme .$light-theme
123
+ );
You can’t perform that action at this time.
0 commit comments