@geoffcox/sterling-svelte-themes 2.0.11 → 2.0.13
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/README.md +8 -0
- package/css/sterling/Slider.base.css +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,14 @@ https://github.com/GeoffCox/sterling-svelte-themes
|
|
|
22
22
|
|
|
23
23
|
## Change Log
|
|
24
24
|
|
|
25
|
+
### 2.0.13
|
|
26
|
+
|
|
27
|
+
- Removed spurious min-width on slider
|
|
28
|
+
|
|
29
|
+
### 2.0.12
|
|
30
|
+
|
|
31
|
+
- Fix to hide slider thumb when value is undefined
|
|
32
|
+
|
|
25
33
|
### 2.0.11
|
|
26
34
|
|
|
27
35
|
- Fix put 1px transparent border on checkbox and radio button variants to match
|