@elementor/editor-controls 3.35.0-340 → 3.35.0-342
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/utils/size-control.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -31,7 +31,7 @@ type Props$7 = {
|
|
|
31
31
|
};
|
|
32
32
|
declare const TextAreaControl: ControlComponent$1<({ placeholder, ariaLabel }: Props$7) => React$1.JSX.Element>;
|
|
33
33
|
|
|
34
|
-
declare const lengthUnits: readonly ["px", "%", "em", "rem", "vw", "vh"];
|
|
34
|
+
declare const lengthUnits: readonly ["px", "%", "em", "rem", "vw", "vh", "ch"];
|
|
35
35
|
declare const angleUnits: readonly ["deg", "rad", "grad", "turn"];
|
|
36
36
|
declare const timeUnits: readonly ["s", "ms"];
|
|
37
37
|
declare const defaultExtendedOptions: readonly ["auto", "custom"];
|
package/dist/index.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ type Props$7 = {
|
|
|
31
31
|
};
|
|
32
32
|
declare const TextAreaControl: ControlComponent$1<({ placeholder, ariaLabel }: Props$7) => React$1.JSX.Element>;
|
|
33
33
|
|
|
34
|
-
declare const lengthUnits: readonly ["px", "%", "em", "rem", "vw", "vh"];
|
|
34
|
+
declare const lengthUnits: readonly ["px", "%", "em", "rem", "vw", "vh", "ch"];
|
|
35
35
|
declare const angleUnits: readonly ["deg", "rad", "grad", "turn"];
|
|
36
36
|
declare const timeUnits: readonly ["s", "ms"];
|
|
37
37
|
declare const defaultExtendedOptions: readonly ["auto", "custom"];
|
package/dist/index.js
CHANGED
|
@@ -645,7 +645,7 @@ var import_icons2 = require("@elementor/icons");
|
|
|
645
645
|
var import_ui11 = require("@elementor/ui");
|
|
646
646
|
|
|
647
647
|
// src/utils/size-control.ts
|
|
648
|
-
var lengthUnits = ["px", "%", "em", "rem", "vw", "vh"];
|
|
648
|
+
var lengthUnits = ["px", "%", "em", "rem", "vw", "vh", "ch"];
|
|
649
649
|
var angleUnits = ["deg", "rad", "grad", "turn"];
|
|
650
650
|
var timeUnits = ["s", "ms"];
|
|
651
651
|
var defaultExtendedOptions = ["auto", "custom"];
|