@dorsk/tsumikit 0.41.0 → 0.41.1

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.
@@ -148,6 +148,9 @@
148
148
  appearance: none;
149
149
  -webkit-appearance: none;
150
150
  flex: 1;
151
+ /* Firefox sizes a range input's min-content at ~12em, so without this it
152
+ refuses to shrink and paints over whatever shares its row. */
153
+ min-width: 0;
151
154
  position: relative;
152
155
  z-index: 1;
153
156
  height: 1.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dorsk/tsumikit",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "description": "Minimal, dependency-free Svelte 5 + pure-CSS UI kit. Token-driven atoms, molecules & layouts with theming out of the box.",
5
5
  "type": "module",
6
6
  "license": "MIT",