@elementor/editor-interactions 4.1.0-727 → 4.1.0-728

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/dist/index.js CHANGED
@@ -734,11 +734,11 @@ function TimeFrameIndicator({
734
734
  }
735
735
  };
736
736
  return /* @__PURE__ */ React5.createElement(
737
- import_editor_controls.UnstableSizeField,
737
+ import_editor_controls.SizeComponent,
738
738
  {
739
739
  units: TIME_UNITS,
740
740
  value: sizeValue,
741
- onChange: handleChange,
741
+ setValue: handleChange,
742
742
  onBlur: handleBlur,
743
743
  InputProps: {
744
744
  inputProps: {