@@ -18,6 +18,7 @@ $prefix: (mdc, chip);
1818 (
1919 container- shape- radius: token-definition .hardcode (8px , $exclude-hardcoded ),
2020 with- avatar- avatar- size: token-definition .hardcode (24px , $exclude-hardcoded ),
21+ with- avatar- avatar- shape- radius: token-definition .hardcode (24px , $exclude-hardcoded ),
2122 label- text- color: map .get ($systems , md-sys-color , on-surface-variant ),
2223 disabled- label- text- color: sass-utils .safe-color-change (
2324 map .get ($systems , md-sys-color , on-surface ),
@@ -43,6 +44,9 @@ $prefix: (mdc, chip);
4344 with- avatar- disabled- avatar- opacity:
4445 token-definition .hardcode (0.38 , $exclude-hardcoded ),
4546 elevated- selected- container- color: map .get ($systems , md-sys-color , secondary-container ),
47+ // In the M3 tokens this is a `surface` color, but in the MDC implementation it's
48+ // never being emitted. We emit `transparent` so consumers override the color.
49+ elevated- container- color: token-definition .hardcode (transparent , $exclude-hardcoded ),
4650 flat- selected- outline- width: token-definition .hardcode (0 , $exclude-hardcoded ),
4751 selected- label- text- color: map .get ($systems , md-sys-color , on-secondary-container ),
4852 flat- disabled- selected- container- color: sass-utils .safe-color-change (
0 commit comments