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/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/roots.css +1 -0
- package/dist/tailwind.css +1 -0
- package/dist-static/tailwind.css +1 -0
- package/package.json +1 -1
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
package/dist-static/tailwind.css
CHANGED
package/package.json
CHANGED