@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/dist/index.d.mts +141 -76
- package/dist/index.d.ts +141 -76
- package/dist/index.js +56 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/styles.css +3 -3
- package/styles.full.css +1 -1
package/package.json
CHANGED
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.
|
|
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.
|
|
77
|
-
--primary-foreground:
|
|
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 */
|