@elementor/editor-controls 4.0.0-508 → 4.0.0-510

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
@@ -578,6 +578,7 @@ type Props$1<TValue> = {
578
578
  defaultValue?: Partial<TValue>;
579
579
  onChange: (value: TValue) => void;
580
580
  onBlur?: (event: React$1.FocusEvent<HTMLInputElement>) => void;
581
+ disabled?: boolean;
581
582
  };
582
583
  declare const UnstableSizeField: <T extends SizePropValue["value"]>({ value, defaultValue, onChange, onBlur, units, }: Props$1<T>) => React$1.JSX.Element;
583
584
 
package/dist/index.d.ts CHANGED
@@ -578,6 +578,7 @@ type Props$1<TValue> = {
578
578
  defaultValue?: Partial<TValue>;
579
579
  onChange: (value: TValue) => void;
580
580
  onBlur?: (event: React$1.FocusEvent<HTMLInputElement>) => void;
581
+ disabled?: boolean;
581
582
  };
582
583
  declare const UnstableSizeField: <T extends SizePropValue["value"]>({ value, defaultValue, onChange, onBlur, units, }: Props$1<T>) => React$1.JSX.Element;
583
584