@rogieking/figui3 1.0.75 → 1.0.76

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.
Files changed (2) hide show
  1. package/fig.js +1 -0
  2. package/package.json +1 -1
package/fig.js CHANGED
@@ -751,6 +751,7 @@ class FigSlider extends HTMLElement {
751
751
  this.style.setProperty("--color", this.color);
752
752
  break;
753
753
  case "type":
754
+ this.type = newValue;
754
755
  this.input.className = newValue;
755
756
  break;
756
757
  case "disabled":
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.75"
3
+ "version": "1.0.76"
4
4
  }