@rogieking/figui3 1.0.46 → 1.0.47

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 -1
  2. package/package.json +1 -1
package/fig.js CHANGED
@@ -654,7 +654,7 @@ class FigSlider extends HTMLElement {
654
654
  });
655
655
  }
656
656
  static get observedAttributes() {
657
- return ["value", "step", "min", "max", "type", "disabled"];
657
+ return ["value", "step", "min", "max", "type", "disabled", "color"];
658
658
  }
659
659
 
660
660
  focus() {
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.46"
3
+ "version": "1.0.47"
4
4
  }