gridsmith-ui 0.2.2 → 0.2.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.
package/dist/roots.css CHANGED
@@ -310,6 +310,7 @@
310
310
  --ds-text-secondary: var(--ds-neutral-300);
311
311
  --ds-text-muted: var(--ds-neutral-400);
312
312
  --ds-text-on-primary: oklch(1 0 0);
313
+ color: var(--ds-text-primary);
313
314
 
314
315
  /* Borders — bumped one step lighter for visibility against 800/900 surfaces */
315
316
  --ds-border-default: var(--ds-neutral-600);
@@ -373,6 +374,18 @@
373
374
  --ds-shadow-focus: 0 0 0 2px var(--ds-primary-400);
374
375
  }
375
376
 
377
+ [data-mode="light"] {
378
+ --ds-text-primary: var(--ds-neutral-950);
379
+ --ds-text-secondary: var(--ds-neutral-600);
380
+ --ds-text-muted: var(--ds-neutral-400);
381
+ --ds-bg-canvas: var(--ds-neutral-50);
382
+ --ds-bg-surface: oklch(1 0 0);
383
+ --ds-bg-muted: var(--ds-neutral-100);
384
+ --ds-border-default: var(--ds-neutral-300);
385
+ --ds-border-subtle: var(--ds-neutral-200);
386
+ color: var(--ds-text-primary);
387
+ }
388
+
376
389
  /* ── Glass Fallback ──────────────────────────────────────────────── */
377
390
 
378
391
  @supports not (backdrop-filter: blur(1px)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gridsmith-ui",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Gridsmith component library — 79 React components with design tokens and a CSS custom property theming engine",
5
5
  "type": "module",
6
6
  "sideEffects": [