@elementor/editor-editing-panel 3.33.0-147 → 3.33.0-149
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 +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
- package/src/hooks/use-custom-css.ts +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -2,12 +2,10 @@ import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
|
2
2
|
import { FontCategory, ControlComponent } from '@elementor/editor-controls';
|
|
3
3
|
export { useBoundProp } from '@elementor/editor-controls';
|
|
4
4
|
import * as _elementor_locations from '@elementor/locations';
|
|
5
|
-
import * as _elementor_editor_styles from '@elementor/editor-styles';
|
|
6
5
|
import { StyleDefinition, StyleDefinitionVariant, StyleDefinitionState, StyleDefinitionID } from '@elementor/editor-styles';
|
|
7
6
|
import * as react from 'react';
|
|
8
7
|
import { FC, PropsWithChildren, ElementType, ComponentType, Dispatch } from 'react';
|
|
9
8
|
import { PopoverBody as PopoverBody$1 } from '@elementor/editor-ui';
|
|
10
|
-
import * as _elementor_editor_responsive from '@elementor/editor-responsive';
|
|
11
9
|
import * as _elementor_editor_props from '@elementor/editor-props';
|
|
12
10
|
import { PropTypeUtil } from '@elementor/editor-props';
|
|
13
11
|
import * as _elementor_menus from '@elementor/menus';
|
|
@@ -54,10 +52,6 @@ declare const useCustomCss: () => {
|
|
|
54
52
|
customCss: {
|
|
55
53
|
raw: string;
|
|
56
54
|
} | null;
|
|
57
|
-
meta: {
|
|
58
|
-
breakpoint: null | _elementor_editor_responsive.BreakpointId;
|
|
59
|
-
state: _elementor_editor_styles.StyleDefinitionState;
|
|
60
|
-
};
|
|
61
55
|
setCustomCss: (raw: string, { history: { propDisplayName } }: {
|
|
62
56
|
history: {
|
|
63
57
|
propDisplayName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2,12 +2,10 @@ import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
|
2
2
|
import { FontCategory, ControlComponent } from '@elementor/editor-controls';
|
|
3
3
|
export { useBoundProp } from '@elementor/editor-controls';
|
|
4
4
|
import * as _elementor_locations from '@elementor/locations';
|
|
5
|
-
import * as _elementor_editor_styles from '@elementor/editor-styles';
|
|
6
5
|
import { StyleDefinition, StyleDefinitionVariant, StyleDefinitionState, StyleDefinitionID } from '@elementor/editor-styles';
|
|
7
6
|
import * as react from 'react';
|
|
8
7
|
import { FC, PropsWithChildren, ElementType, ComponentType, Dispatch } from 'react';
|
|
9
8
|
import { PopoverBody as PopoverBody$1 } from '@elementor/editor-ui';
|
|
10
|
-
import * as _elementor_editor_responsive from '@elementor/editor-responsive';
|
|
11
9
|
import * as _elementor_editor_props from '@elementor/editor-props';
|
|
12
10
|
import { PropTypeUtil } from '@elementor/editor-props';
|
|
13
11
|
import * as _elementor_menus from '@elementor/menus';
|
|
@@ -54,10 +52,6 @@ declare const useCustomCss: () => {
|
|
|
54
52
|
customCss: {
|
|
55
53
|
raw: string;
|
|
56
54
|
} | null;
|
|
57
|
-
meta: {
|
|
58
|
-
breakpoint: null | _elementor_editor_responsive.BreakpointId;
|
|
59
|
-
state: _elementor_editor_styles.StyleDefinitionState;
|
|
60
|
-
};
|
|
61
55
|
setCustomCss: (raw: string, { history: { propDisplayName } }: {
|
|
62
56
|
history: {
|
|
63
57
|
propDisplayName: string;
|
package/dist/index.js
CHANGED