@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/react.cjs CHANGED
@@ -13760,7 +13760,6 @@ var init_slider = __esm({
13760
13760
  value: this.value,
13761
13761
  event
13762
13762
  };
13763
- dispatchControlEvent(this, "input", detail);
13764
13763
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
13765
13764
  }
13766
13765
  handleRangeChange(event, target) {
@@ -13778,7 +13777,6 @@ var init_slider = __esm({
13778
13777
  value: this.value,
13779
13778
  event
13780
13779
  };
13781
- dispatchControlEvent(this, "change", detail);
13782
13780
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
13783
13781
  }
13784
13782
  handleValueInput(event) {