gridsmith-ui 0.2.5 → 0.2.7

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
@@ -271,6 +271,7 @@
271
271
  --ds-sidebar-text-secondary: var(--ds-text-secondary);
272
272
  --ds-sidebar-text-muted: var(--ds-text-muted);
273
273
  --ds-sidebar-accent: var(--ds-accent-primary);
274
+ --ds-sidebar-accent-subtle: color-mix(in oklch, var(--ds-sidebar-accent) 10%, transparent);
274
275
 
275
276
  /* Tab strip — presets can override for stronger contrast (e.g. Modern Dark) */
276
277
  --ds-tab-hover-bg: var(--ds-bg-muted);
package/dist/tailwind.css CHANGED
@@ -38,6 +38,7 @@
38
38
  --opacity-disabled: var(--ds-opacity-disabled);
39
39
 
40
40
  --color-accent-subtle: var(--ds-accent-subtle);
41
+ --color-sidebar-accent-subtle: var(--ds-sidebar-accent-subtle);
41
42
  }
42
43
 
43
44
  @utility text-2xs {
@@ -38,6 +38,7 @@
38
38
  --opacity-disabled: var(--ds-opacity-disabled);
39
39
 
40
40
  --color-accent-subtle: var(--ds-accent-subtle);
41
+ --color-sidebar-accent-subtle: var(--ds-sidebar-accent-subtle);
41
42
  }
42
43
 
43
44
  @utility text-2xs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gridsmith-ui",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
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": [