@solid-design-system/tokens 3.1.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.
@@ -661,8 +661,7 @@
661
661
  "current": "currentColor"
662
662
  },
663
663
  "boxShadow": {
664
- "DEFAULT": "var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%))",
665
- "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%))"
666
665
  },
667
666
  "zIndex": {
668
667
  "10": "10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solid-design-system/tokens",
3
- "version": "3.1.0",
3
+ "version": "4.0.0",
4
4
  "description": "Solid Design System: Tokens",
5
5
  "main": "index.js",
6
6
  "scripts": {