@aereamart/design-system 0.4.2 → 0.4.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aereamart/design-system",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "Aereamart design system — stock shadcn/ui (new-york) components + default zinc theme, one package.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/index.css CHANGED
@@ -27,7 +27,7 @@
27
27
  --card-foreground: oklch(0.141 0.005 285.823);
28
28
  --popover: oklch(1 0 0);
29
29
  --popover-foreground: oklch(0.141 0.005 285.823);
30
- --primary: oklch(0.21 0.006 285.885);
30
+ --primary: oklch(41.056% 0.25869 267.112);
31
31
  --primary-foreground: oklch(0.985 0 0);
32
32
  --secondary: oklch(0.967 0.001 286.375);
33
33
  --secondary-foreground: oklch(0.21 0.006 285.885);