@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.
@@ -26675,7 +26675,6 @@ var Slider = class extends (_HTMLElement43 = HTMLElement) {
26675
26675
  value: this.value,
26676
26676
  event
26677
26677
  };
26678
- dispatchControlEvent(this, "input", detail);
26679
26678
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
26680
26679
  }
26681
26680
  handleRangeChange(event, target) {
@@ -26693,7 +26692,6 @@ var Slider = class extends (_HTMLElement43 = HTMLElement) {
26693
26692
  value: this.value,
26694
26693
  event
26695
26694
  };
26696
- dispatchControlEvent(this, "change", detail);
26697
26695
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
26698
26696
  }
26699
26697
  handleValueInput(event) {