@material/web 1.2.1-nightly.5f93c82.0 → 1.2.1-nightly.6b95a13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -15,8 +15,9 @@
|
|
|
15
15
|
$tokens: map.merge(
|
|
16
16
|
$tokens,
|
|
17
17
|
(
|
|
18
|
-
// Elevation levels on web should use the level number, not the dp value
|
|
19
|
-
//
|
|
18
|
+
// Elevation levels on web should use the level number, not the dp value.
|
|
19
|
+
// We can remove this if the generated tokens swap from dp to level. See
|
|
20
|
+
// b/261602454.
|
|
20
21
|
'level0': if($exclude-hardcoded-values, null, 0),
|
|
21
22
|
'level1': if($exclude-hardcoded-values, null, 1),
|
|
22
23
|
'level2': if($exclude-hardcoded-values, null, 2),
|