@elementor/editor-controls 3.35.0-340 → 3.35.0-341

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.mjs CHANGED
@@ -549,7 +549,7 @@ import { MathFunctionIcon } from "@elementor/icons";
549
549
  import { Box, InputAdornment as InputAdornment2 } from "@elementor/ui";
550
550
 
551
551
  // src/utils/size-control.ts
552
- var lengthUnits = ["px", "%", "em", "rem", "vw", "vh"];
552
+ var lengthUnits = ["px", "%", "em", "rem", "vw", "vh", "ch"];
553
553
  var angleUnits = ["deg", "rad", "grad", "turn"];
554
554
  var timeUnits = ["s", "ms"];
555
555
  var defaultExtendedOptions = ["auto", "custom"];