@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 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
@@ -1537,7 +1537,6 @@ var useCustomCss = () => {
1537
1537
  const customCss = variant?.custom_css?.raw ? { raw: (0, import_utils2.decodeString)(variant.custom_css.raw) } : null;
1538
1538
  return {
1539
1539
  customCss,
1540
- meta,
1541
1540
  setCustomCss
1542
1541
  };
1543
1542
  };