@abumble/design-system 0.0.34 → 0.0.35
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 +1 -1
- package/src/styles.css +7 -2
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -168,7 +168,7 @@ code {
|
|
|
168
168
|
--card: oklch(1 0 0 / 0.75);
|
|
169
169
|
--card-foreground: oklch(0.2 0.01 85);
|
|
170
170
|
|
|
171
|
-
--popover: oklch(1 0 0
|
|
171
|
+
--popover: oklch(1 0 0);
|
|
172
172
|
--popover-foreground: oklch(0.2 0.01 85);
|
|
173
173
|
|
|
174
174
|
/* Primary: Deep Warm Charcoal (Neutral & High Contrast) */
|
|
@@ -236,7 +236,7 @@ code {
|
|
|
236
236
|
--card: oklch(0.23 0.02 260 / 0.75);
|
|
237
237
|
--card-foreground: oklch(0.985 0 0);
|
|
238
238
|
|
|
239
|
-
--popover: oklch(0.21 0.015 260
|
|
239
|
+
--popover: oklch(0.21 0.015 260);
|
|
240
240
|
--popover-foreground: oklch(0.985 0 0);
|
|
241
241
|
|
|
242
242
|
/* Primary: Electric Cyan Glow */
|
|
@@ -264,6 +264,8 @@ code {
|
|
|
264
264
|
--sidebar-foreground: oklch(0.985 0 0);
|
|
265
265
|
--sidebar-primary: oklch(0.9 0.1 220);
|
|
266
266
|
--sidebar-primary-foreground: oklch(0.18 0.015 260);
|
|
267
|
+
--sidebar-accent: oklch(0.28 0.02 260);
|
|
268
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
267
269
|
--sidebar-border: oklch(0.32 0.02 260);
|
|
268
270
|
|
|
269
271
|
/* Banners (Dark - Desaturated) */
|
|
@@ -272,10 +274,13 @@ code {
|
|
|
272
274
|
--banner-info-border: oklch(0.488 0.2 260);
|
|
273
275
|
--banner-note: oklch(0.266 0.065 152);
|
|
274
276
|
--banner-note-foreground: oklch(0.962 0.044 156);
|
|
277
|
+
--banner-note-border: oklch(0.45 0.1 152);
|
|
275
278
|
--banner-warning: oklch(0.304 0.063 73);
|
|
276
279
|
--banner-warning-foreground: oklch(0.969 0.071 103);
|
|
280
|
+
--banner-warning-border: oklch(0.48 0.1 73);
|
|
277
281
|
--banner-alert: oklch(0.293 0.084 27);
|
|
278
282
|
--banner-alert-foreground: oklch(0.969 0.071 27);
|
|
283
|
+
--banner-alert-border: oklch(0.45 0.12 27);
|
|
279
284
|
|
|
280
285
|
/* Interactive Elements (Dark) */
|
|
281
286
|
--badge-success: oklch(0.48 0.15 150);
|