@easemate/web-kit 0.3.6 → 0.3.7

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/build/elements.js CHANGED
@@ -26688,7 +26688,6 @@ var Slider = class extends (_HTMLElement43 = HTMLElement) {
26688
26688
  value: this.value,
26689
26689
  event
26690
26690
  };
26691
- dispatchControlEvent(this, "input", detail);
26692
26691
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
26693
26692
  }
26694
26693
  handleRangeChange(event, target) {
@@ -26706,7 +26705,6 @@ var Slider = class extends (_HTMLElement43 = HTMLElement) {
26706
26705
  value: this.value,
26707
26706
  event
26708
26707
  };
26709
- dispatchControlEvent(this, "change", detail);
26710
26708
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
26711
26709
  }
26712
26710
  handleValueInput(event) {