@elementor/editor-controls 3.35.0-387 → 3.35.0-389

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
@@ -1,7 +1,7 @@
1
1
  import * as React$1 from 'react';
2
2
  import { RefObject, ReactNode, FC, PropsWithChildren, ComponentProps, ReactElement, ComponentType } from 'react';
3
3
  import { SxProps, SelectProps, UnstableColorFieldProps, ToggleButtonProps, StackProps, PopupState, Theme, FormLabelProps, Grid } from '@elementor/ui';
4
- import { StringPropValue, PropTypeUtil, PropValue, PropKey, SizePropValue, LinkPropValue, TransformablePropValue, PropType, CreateOptions } from '@elementor/editor-props';
4
+ import { StringPropValue, PropTypeUtil, PropValue, PropKey, LinkPropValue, TransformablePropValue, PropType, CreateOptions } from '@elementor/editor-props';
5
5
  import { StyleDefinitionState } from '@elementor/editor-styles';
6
6
  import { Editor } from '@tiptap/react';
7
7
  import * as _elementor_locations from '@elementor/locations';
@@ -162,7 +162,7 @@ declare const NumberControl: ControlComponent$1<({ placeholder: labelPlaceholder
162
162
  startIcon?: React$1.ReactNode;
163
163
  }) => React$1.JSX.Element>;
164
164
 
165
- type MultiSizePropValue = Record<PropKey, SizePropValue>;
165
+ type MultiSizePropValue = Record<PropKey, PropValue>;
166
166
  type Item$1 = {
167
167
  icon: ReactNode;
168
168
  label: string;
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React$1 from 'react';
2
2
  import { RefObject, ReactNode, FC, PropsWithChildren, ComponentProps, ReactElement, ComponentType } from 'react';
3
3
  import { SxProps, SelectProps, UnstableColorFieldProps, ToggleButtonProps, StackProps, PopupState, Theme, FormLabelProps, Grid } from '@elementor/ui';
4
- import { StringPropValue, PropTypeUtil, PropValue, PropKey, SizePropValue, LinkPropValue, TransformablePropValue, PropType, CreateOptions } from '@elementor/editor-props';
4
+ import { StringPropValue, PropTypeUtil, PropValue, PropKey, LinkPropValue, TransformablePropValue, PropType, CreateOptions } from '@elementor/editor-props';
5
5
  import { StyleDefinitionState } from '@elementor/editor-styles';
6
6
  import { Editor } from '@tiptap/react';
7
7
  import * as _elementor_locations from '@elementor/locations';
@@ -162,7 +162,7 @@ declare const NumberControl: ControlComponent$1<({ placeholder: labelPlaceholder
162
162
  startIcon?: React$1.ReactNode;
163
163
  }) => React$1.JSX.Element>;
164
164
 
165
- type MultiSizePropValue = Record<PropKey, SizePropValue>;
165
+ type MultiSizePropValue = Record<PropKey, PropValue>;
166
166
  type Item$1 = {
167
167
  icon: ReactNode;
168
168
  label: string;