@ship-it-ui/ui 0.0.14 → 0.0.15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ship-it-ui/ui",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "React component library for the Ship-It design system. Tailwind v4 + Radix UI primitives, themed via @ship-it-ui/tokens.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://ship-it-ops.github.io/ship-it-design/",
@@ -191,6 +191,12 @@
191
191
  color: var(--color-text);
192
192
  background: var(--color-bg);
193
193
  font-feature-settings: 'cv11', 'ss01';
194
+ /* Pairs the UA scrollbar/form-control chrome to the active theme.
195
+ * Default is dark to match :root; the light override flips it. */
196
+ color-scheme: dark;
197
+ }
198
+ html[data-theme='light'] {
199
+ color-scheme: light;
194
200
  }
195
201
 
196
202
  body {