@electrovir/color 1.6.3 → 1.6.4

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.
@@ -217,6 +217,9 @@ export const VirColorPicker = defineElement()({
217
217
  })}
218
218
  ${listen(VirColorFormatSliders.events.colorChange, (event) => {
219
219
  dispatch(new events.colorChange(event.detail));
220
+ updateState({
221
+ rawInput: undefined,
222
+ });
220
223
  })}
221
224
  ></${VirColorFormatSliders}>
222
225
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electrovir/color",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "A wrapper for culori with an extremely simple API.",
5
5
  "keywords": [
6
6
  "color",