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 14
14
@use ' @material/tab/tab-theme' as mdc-tab-theme ;
15
15
@use ' @material/snackbar/snackbar-theme' as mdc-snackbar-theme ;
16
16
@use ' @material/chips/chip-theme' as mdc-chips-theme ;
17
+ @use ' @material/dialog/dialog-theme' as mdc-dialog-theme ;
17
18
@use ' @material/theme/validate' as mdc-validate ;
18
19
19
20
@use ' ../m2/mdc/circular-progress' as tokens-mdc-circular-progress ;
29
30
@use ' ../m2/mdc/tab' as tokens-mdc-tab ;
30
31
@use ' ../m2/mdc/snack-bar' as tokens-mdc-snack-bar ;
31
32
@use ' ../m2/mdc/chip' as tokens-mdc-chip ;
33
+ @use ' ../m2/mdc/dialog' as tokens-mdc-dialog ;
32
34
33
35
@mixin validate-slots ($component , $slots , $reference ) {
34
36
@debug ' Validating #{$component } ...' ;
107
109
$slots : tokens-mdc-chip .get-token-slots (),
108
110
$reference : mdc-chips-theme .$light-theme
109
111
);
112
+ @include validate-slots (
113
+ $component : ' m2.mdc.dialog' ,
114
+ $slots : tokens-mdc-dialog .get-token-slots (),
115
+ $reference : mdc-dialog-theme .$light-theme
116
+ );
You can’t perform that action at this time.
0 commit comments