@elementor/editor-interactions 4.1.0-727 → 4.1.0-729
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
- package/src/components/controls/time-frame-indicator.tsx +3 -3
package/dist/index.mjs
CHANGED
|
@@ -619,7 +619,7 @@ var resolveDirection = (hasDirection, newEffect, newDirection, currentDirection,
|
|
|
619
619
|
// src/components/controls/time-frame-indicator.tsx
|
|
620
620
|
import * as React5 from "react";
|
|
621
621
|
import { useCallback as useCallback2, useRef } from "react";
|
|
622
|
-
import {
|
|
622
|
+
import { SizeComponent } from "@elementor/editor-controls";
|
|
623
623
|
|
|
624
624
|
// src/utils/time-conversion.ts
|
|
625
625
|
var UNIT_TO_MS = {
|
|
@@ -660,11 +660,11 @@ function TimeFrameIndicator({
|
|
|
660
660
|
}
|
|
661
661
|
};
|
|
662
662
|
return /* @__PURE__ */ React5.createElement(
|
|
663
|
-
|
|
663
|
+
SizeComponent,
|
|
664
664
|
{
|
|
665
665
|
units: TIME_UNITS,
|
|
666
666
|
value: sizeValue,
|
|
667
|
-
|
|
667
|
+
setValue: handleChange,
|
|
668
668
|
onBlur: handleBlur,
|
|
669
669
|
InputProps: {
|
|
670
670
|
inputProps: {
|