@metamask-previews/design-tokens 8.2.2-preview.3aca0bd → 8.2.2-preview.645f8b0

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.
@@ -336,8 +336,9 @@
336
336
  @theme {
337
337
  --font-size-*: initial;
338
338
  --font-weight-*: initial;
339
+ --color-*: initial;
340
+ --box-shadow-*: initial;
339
341
 
340
- /* Essential Tailwind colors required for basic utilities */
341
342
  --color-inherit: inherit;
342
343
  --color-current: currentColor;
343
344
  --color-transparent: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/design-tokens",
3
- "version": "8.2.2-preview.3aca0bd",
3
+ "version": "8.2.2-preview.645f8b0",
4
4
  "description": "Design tokens to be used throughout MetaMask products",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -51,7 +51,7 @@
51
51
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
52
52
  },
53
53
  "devDependencies": {
54
- "@metamask-previews/design-system-react": "0.11.0-preview.3aca0bd",
54
+ "@metamask-previews/design-system-react": "0.11.0-preview.645f8b0",
55
55
  "@metamask/auto-changelog": "^5.3.2",
56
56
  "@tailwindcss/postcss": "^4.0.0",
57
57
  "@ts-bridge/cli": "^0.6.3",