@solid-design-system/tokens 5.2.0 → 5.3.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.
@@ -673,6 +673,7 @@
673
673
  "40": "40",
674
674
  "50": "50",
675
675
  "auto": "auto",
676
+ "header": "var(--sd-z-index-header, 600)",
676
677
  "drawer": "var(--sd-z-index-drawer, 700)",
677
678
  "dialog": "var(--sd-z-index-dialog, 800)",
678
679
  "dropdown": "var(--sd-z-index-dropdown, 900)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solid-design-system/tokens",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "description": "Solid Design System: Tokens",
5
5
  "publishConfig": {
6
6
  "access": "public",