@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.cjs CHANGED
@@ -36961,7 +36961,6 @@ var init_slider = __esm({
36961
36961
  value: this.value,
36962
36962
  event
36963
36963
  };
36964
- dispatchControlEvent2(this, "input", detail);
36965
36964
  dispatchControlEvent2(this, CONTROL_CHANGE_EVENT, detail);
36966
36965
  }
36967
36966
  handleRangeChange(event, target) {
@@ -36979,7 +36978,6 @@ var init_slider = __esm({
36979
36978
  value: this.value,
36980
36979
  event
36981
36980
  };
36982
- dispatchControlEvent2(this, "change", detail);
36983
36981
  dispatchControlEvent2(this, CONTROL_CHANGE_EVENT, detail);
36984
36982
  }
36985
36983
  handleValueInput(event) {