@solid-design-system/tokens 3.0.0 → 4.0.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.
|
@@ -261,6 +261,7 @@
|
|
|
261
261
|
"white": "rgb(var(--sd-color-white, 255 255 255) / <alpha-value>) /* Inverted icon color */",
|
|
262
262
|
"accent": {
|
|
263
263
|
"550": "rgb(var(--sd-color-accent-550, 54 123 40) / <alpha-value>) /* Used for hover interaction */",
|
|
264
|
+
"700": "rgb(var(--sd-color-accent-700, 33 87 37) / <alpha-value>) /* Used for pressed interaction */",
|
|
264
265
|
"DEFAULT": "rgb(var(--sd-color-accent, 45 157 0) / <alpha-value>) /* Used for active / selected elements */"
|
|
265
266
|
},
|
|
266
267
|
"neutral": {
|
|
@@ -660,8 +661,7 @@
|
|
|
660
661
|
"current": "currentColor"
|
|
661
662
|
},
|
|
662
663
|
"boxShadow": {
|
|
663
|
-
"DEFAULT": "var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%))"
|
|
664
|
-
"md": "var(--sd-shadow-md, 0px 3px 1px 0px rgb(81 81 81 / 30%))"
|
|
664
|
+
"DEFAULT": "var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%))"
|
|
665
665
|
},
|
|
666
666
|
"zIndex": {
|
|
667
667
|
"10": "10",
|