@umami/react-zen 0.234.0 → 0.235.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.234.0",
3
+ "version": "0.235.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "homepage": "https://zen.umami.is",
6
6
  "repository": {
package/styles.css CHANGED
@@ -8,7 +8,7 @@
8
8
  --shadow-default:
9
9
  0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); /* shadow-md */
10
10
  --padding-x-default: 0.75rem; /* 12px - matches px-3 */
11
- --padding-y-default: 0.75rem; /* 12px - matches py-3 */
11
+ --padding-y-default: 0.5rem; /* 8px - matches py-2 */
12
12
  --gap-default: 0.75rem; /* 12px - matches gap-3 */
13
13
 
14
14
  /* === FONTS === */
@@ -73,8 +73,8 @@
73
73
  color-scheme: dark;
74
74
 
75
75
  /* === PRIMARY (accent/brand color) === */
76
- --primary: oklch(0.97 0 0); /* neutral-100 */
77
- --primary-foreground: oklch(0.205 0 0); /* neutral-900 */
76
+ --primary: oklch(0.205 0 0); /* neutral-900 - same as light */
77
+ --primary-foreground: #ffffff; /* white - same as light */
78
78
 
79
79
  /* === SURFACES === */
80
80
  --surface-base: oklch(0.205 0 0); /* neutral-900 */