@elementor/editor-controls 4.1.0-773 → 4.1.0-774

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 CHANGED
@@ -219,7 +219,7 @@ type Props$7 = {
219
219
  extendedOptions?: ExtendedOption[];
220
220
  min?: number;
221
221
  };
222
- declare const LinkedDimensionsControl: ({ label, isSiteRtl, extendedOptions, min }: Props$7) => React$1.JSX.Element;
222
+ declare const LinkedDimensionsControl: ({ label, isSiteRtl, min }: Props$7) => React$1.JSX.Element;
223
223
 
224
224
  type FontCategory = {
225
225
  label: string;
@@ -490,8 +490,8 @@ declare function useBoundProp<TKey extends string, TValue extends PropValue>(pro
490
490
  type LengthUnit = 'px' | '%' | 'em' | 'rem' | 'vw' | 'vh' | 'ch';
491
491
  type AngleUnit = 'deg' | 'rad' | 'grad' | 'turn';
492
492
  type TimeUnit = 's' | 'ms';
493
- type ExtendedSizeOption = 'auto' | 'custom';
494
493
  type Unit = LengthUnit | AngleUnit | TimeUnit;
494
+ type ExtendedSizeOption = 'auto' | 'custom';
495
495
  type SizeUnit$1 = Unit | ExtendedSizeOption;
496
496
  type SizeVariant = 'length' | 'angle' | 'time';
497
497
  type SetSizeValue<T> = (value: T, options?: CreateOptions, meta?: SetValueMeta) => void;
package/dist/index.d.ts CHANGED
@@ -219,7 +219,7 @@ type Props$7 = {
219
219
  extendedOptions?: ExtendedOption[];
220
220
  min?: number;
221
221
  };
222
- declare const LinkedDimensionsControl: ({ label, isSiteRtl, extendedOptions, min }: Props$7) => React$1.JSX.Element;
222
+ declare const LinkedDimensionsControl: ({ label, isSiteRtl, min }: Props$7) => React$1.JSX.Element;
223
223
 
224
224
  type FontCategory = {
225
225
  label: string;
@@ -490,8 +490,8 @@ declare function useBoundProp<TKey extends string, TValue extends PropValue>(pro
490
490
  type LengthUnit = 'px' | '%' | 'em' | 'rem' | 'vw' | 'vh' | 'ch';
491
491
  type AngleUnit = 'deg' | 'rad' | 'grad' | 'turn';
492
492
  type TimeUnit = 's' | 'ms';
493
- type ExtendedSizeOption = 'auto' | 'custom';
494
493
  type Unit = LengthUnit | AngleUnit | TimeUnit;
494
+ type ExtendedSizeOption = 'auto' | 'custom';
495
495
  type SizeUnit$1 = Unit | ExtendedSizeOption;
496
496
  type SizeVariant = 'length' | 'angle' | 'time';
497
497
  type SetSizeValue<T> = (value: T, options?: CreateOptions, meta?: SetValueMeta) => void;