@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/index.js CHANGED
@@ -36948,7 +36948,6 @@ var init_slider = __esm({
36948
36948
  value: this.value,
36949
36949
  event
36950
36950
  };
36951
- dispatchControlEvent2(this, "input", detail);
36952
36951
  dispatchControlEvent2(this, CONTROL_CHANGE_EVENT, detail);
36953
36952
  }
36954
36953
  handleRangeChange(event, target) {
@@ -36966,7 +36965,6 @@ var init_slider = __esm({
36966
36965
  value: this.value,
36967
36966
  event
36968
36967
  };
36969
- dispatchControlEvent2(this, "change", detail);
36970
36968
  dispatchControlEvent2(this, CONTROL_CHANGE_EVENT, detail);
36971
36969
  }
36972
36970
  handleValueInput(event) {