@nuvia/tokens 1.4.1 → 1.4.2

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.
@@ -398,7 +398,7 @@
398
398
  --popover-foreground: 240 8% 9%;
399
399
 
400
400
  --primary: var(--color-zafiro-500);
401
- --primary-hover: var(--color-zafiro-600);
401
+ --primary-hover: var(--color-zafiro-400);
402
402
  --primary-foreground: 218 100% 98%;
403
403
 
404
404
  --secondary: var(--color-madrugada-100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuvia/tokens",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",