@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.js CHANGED
@@ -13747,7 +13747,6 @@ var init_slider = __esm({
13747
13747
  value: this.value,
13748
13748
  event
13749
13749
  };
13750
- dispatchControlEvent(this, "input", detail);
13751
13750
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
13752
13751
  }
13753
13752
  handleRangeChange(event, target) {
@@ -13765,7 +13764,6 @@ var init_slider = __esm({
13765
13764
  value: this.value,
13766
13765
  event
13767
13766
  };
13768
- dispatchControlEvent(this, "change", detail);
13769
13767
  dispatchControlEvent(this, CONTROL_CHANGE_EVENT, detail);
13770
13768
  }
13771
13769
  handleValueInput(event) {