@geoffcox/sterling-svelte-themes 2.0.11 → 2.0.12

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 CHANGED
@@ -22,6 +22,10 @@ https://github.com/GeoffCox/sterling-svelte-themes
22
22
 
23
23
  ## Change Log
24
24
 
25
+ ### 2.0.12
26
+
27
+ - Fix to hide slider thumb when value is undefined
28
+
25
29
  ### 2.0.11
26
30
 
27
31
  - Fix put 1px transparent border on checkbox and radio button variants to match
@@ -172,6 +172,10 @@
172
172
  outline-width: var(--stsv-common__outline-width);
173
173
  }
174
174
 
175
+ .sterling-slider.no-value .thumb {
176
+ display: none;
177
+ }
178
+
175
179
  /* ----- reduced motion ----- */
176
180
 
177
181
  @media (prefers-reduced-motion) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoffcox/sterling-svelte-themes",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "author": "Geoff Cox",
5
5
  "description": "A modern theme for the sterling-svelte component library.",
6
6
  "license": "MIT",