@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.
@@ -26765,7 +26765,6 @@ var Slider = class extends (_HTMLElement43 = HTMLElement) {
26765
26765
  value: this.value,
26766
26766
  event
26767
26767
  };
26768
- dispatchControlEvent(this, "input", detail);
26769
26768
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
26770
26769
  }
26771
26770
  handleRangeChange(event, target) {
@@ -26783,7 +26782,6 @@ var Slider = class extends (_HTMLElement43 = HTMLElement) {
26783
26782
  value: this.value,
26784
26783
  event
26785
26784
  };
26786
- dispatchControlEvent(this, "change", detail);
26787
26785
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
26788
26786
  }
26789
26787
  handleValueInput(event) {