@@ -23,10 +23,8 @@ $prefix: (mat, slider);
2323 secondary: (
2424 active- track- color: map .get ($systems , md-sys-color , secondary ),
2525 focus- handle- color: map .get ($systems , md-sys-color , secondary ),
26- focus- state- layer- color: map .get ($systems , md-sys-color , secondary ),
2726 handle- color: map .get ($systems , md-sys-color , secondary ),
2827 hover- handle- color: map .get ($systems , md-sys-color , secondary ),
29- hover- state- layer- color: map .get ($systems , md-sys-color , secondary ),
3028 label- container- color: map .get ($systems , md-sys-color , secondary ),
3129 label- label- text- color: map .get ($systems , md-sys-color , on-secondary ),
3230 pressed- handle- color: map .get ($systems , md-sys-color , secondary ),
@@ -37,10 +35,8 @@ $prefix: (mat, slider);
3735 tertiary: (
3836 active- track- color: map .get ($systems , md-sys-color , tertiary ),
3937 focus- handle- color: map .get ($systems , md-sys-color , tertiary ),
40- focus- state- layer- color: map .get ($systems , md-sys-color , tertiary ),
4138 handle- color: map .get ($systems , md-sys-color , tertiary ),
4239 hover- handle- color: map .get ($systems , md-sys-color , tertiary ),
43- hover- state- layer- color: map .get ($systems , md-sys-color , tertiary ),
4440 label- container- color: map .get ($systems , md-sys-color , tertiary ),
4541 label- label- text- color: map .get ($systems , md-sys-color , on-tertiary ),
4642 pressed- handle- color: map .get ($systems , md-sys-color , tertiary ),
@@ -51,10 +47,8 @@ $prefix: (mat, slider);
5147 error: (
5248 active- track- color: map .get ($systems , md-sys-color , error ),
5349 focus- handle- color: map .get ($systems , md-sys-color , error ),
54- focus- state- layer- color: map .get ($systems , md-sys-color , error ),
5550 handle- color: map .get ($systems , md-sys-color , error ),
5651 hover- handle- color: map .get ($systems , md-sys-color , error ),
57- hover- state- layer- color: map .get ($systems , md-sys-color , error ),
5852 label- container- color: map .get ($systems , md-sys-color , error ),
5953 label- label- text- color: map .get ($systems , md-sys-color , on-error ),
6054 pressed- handle- color: map .get ($systems , md-sys-color , error ),
@@ -81,17 +75,13 @@ $prefix: (mat, slider);
8175 disabled- inactive- track- color: map .get ($deps , md-sys-color , on-surface ),
8276 disabled- inactive- track- opacity: if ($exclude-hardcoded-values , null , 0.12 ),
8377 focus- handle- color: map .get ($deps , md-sys-color , primary ),
84- focus- state- layer- color: map .get ($deps , md-sys-color , primary ),
85- focus- state- layer- opacity: map .get ($deps , md-sys-state , focus-state-layer-opacity ),
8678 handle- color: map .get ($deps , md-sys-color , primary ),
8779 handle- elevation: map .get ($deps , md-sys-elevation , level1 ),
8880 handle- height: if ($exclude-hardcoded-values , null , 20px ),
8981 handle- shadow- color: map .get ($deps , md-sys-color , shadow ),
9082 handle- shape: map .get ($deps , md-sys-shape , corner-full ),
9183 handle- width: if ($exclude-hardcoded-values , null , 20px ),
9284 hover- handle- color: map .get ($deps , md-sys-color , primary ),
93- hover- state- layer- color: map .get ($deps , md-sys-color , primary ),
94- hover- state- layer- opacity: map .get ($deps , md-sys-state , hover-state-layer-opacity ),
9585 inactive- track- color: map .get ($deps , md-sys-color , surface-variant ),
9686 inactive- track- height: if ($exclude-hardcoded-values , null , 4px ),
9787 inactive- track- shape: map .get ($deps , md-sys-shape , corner-full ),
0 commit comments