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