@elementor/editor-controls 3.35.0-386 → 3.35.0-388
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +163 -169
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +89 -95
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/controls/equal-unequal-sizes-control.tsx +57 -58
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,
|
|
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,
|
|
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,
|
|
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,
|
|
165
|
+
type MultiSizePropValue = Record<PropKey, PropValue>;
|
|
166
166
|
type Item$1 = {
|
|
167
167
|
icon: ReactNode;
|
|
168
168
|
label: string;
|