@elementor/editor-editing-panel 1.47.0 → 1.50.0

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/dist/index.d.mts +4 -4
  3. package/dist/index.d.ts +4 -4
  4. package/dist/index.js +486 -378
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.mjs +503 -398
  7. package/dist/index.mjs.map +1 -1
  8. package/package.json +13 -14
  9. package/src/components/css-classes/css-class-item.tsx +3 -2
  10. package/src/components/css-classes/css-class-menu.tsx +2 -2
  11. package/src/components/css-classes/css-class-selector.tsx +10 -2
  12. package/src/components/popover-body.tsx +12 -0
  13. package/src/components/style-sections/border-section/border-field.tsx +14 -7
  14. package/src/components/style-sections/effects-section/effects-section.tsx +18 -4
  15. package/src/components/style-sections/layout-section/flex-order-field.tsx +30 -19
  16. package/src/components/style-sections/layout-section/flex-size-field.tsx +14 -16
  17. package/src/components/style-sections/layout-section/layout-section.tsx +9 -2
  18. package/src/components/style-sections/layout-section/utils/rotated-icon.tsx +6 -1
  19. package/src/components/style-sections/position-section/position-section.tsx +19 -8
  20. package/src/components/style-sections/size-section/size-section.tsx +4 -1
  21. package/src/components/style-sections/typography-section/text-stroke-field.tsx +3 -1
  22. package/src/components/style-sections/typography-section/typography-section.tsx +6 -1
  23. package/src/components/style-tab.tsx +1 -1
  24. package/src/controls-registry/settings-field.tsx +21 -5
  25. package/src/controls-registry/styles-field.tsx +5 -3
  26. package/src/dynamics/components/dynamic-selection-control.tsx +22 -14
  27. package/src/dynamics/components/dynamic-selection.tsx +32 -36
  28. package/src/hooks/use-styles-field.ts +3 -4
  29. package/src/hooks/use-styles-fields.ts +141 -73
  30. package/src/index.ts +1 -1
  31. package/src/init.ts +0 -6
  32. package/src/reset-style-props.tsx +1 -1
  33. package/src/styles-inheritance/components/styles-inheritance-infotip.tsx +1 -1
  34. package/src/utils/get-styles-provider-color.ts +8 -0
  35. package/src/components/popover-scrollable-content.tsx +0 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,90 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.50.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 64b3e09: Adds support for the backdrop-filter css property to atomic widgets.
8
+ - 3d530f6: Change the positioning of the advanced dynamic tags settings.
9
+
10
+ ### Patch Changes
11
+
12
+ - 22b87fb: Add temporary theme provider to css class selector.
13
+ - 0db150c: Update the popover height.
14
+ - Updated dependencies [64b3e09]
15
+ - Updated dependencies [3904505]
16
+ - Updated dependencies [0db150c]
17
+ - Updated dependencies [cdbd491]
18
+ - Updated dependencies [b90d7db]
19
+ - @elementor/editor-controls@1.5.0
20
+ - @elementor/editor-canvas@0.28.0
21
+ - @elementor/editor-props@0.18.0
22
+ - @elementor/editor-ui@0.14.2
23
+ - @elementor/editor-styles-repository@0.10.7
24
+ - @elementor/editor-elements@0.9.2
25
+ - @elementor/editor-styles@0.6.14
26
+ - @elementor/editor@0.21.1
27
+ - @elementor/editor-documents@0.13.10
28
+ - @elementor/editor-panels@0.17.1
29
+
30
+ ## 1.49.0
31
+
32
+ ### Minor Changes
33
+
34
+ - 90ec4c6: reset functionality added to flex order filed
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [669f39f]
39
+ - Updated dependencies [2e677ee]
40
+ - Updated dependencies [068f659]
41
+ - Updated dependencies [e7cca0a]
42
+ - Updated dependencies [07ca7e9]
43
+ - @elementor/editor-controls@1.4.0
44
+ - @elementor/editor-ui@0.14.1
45
+ - @elementor/editor-canvas@0.27.0
46
+ - @elementor/editor-props@0.17.0
47
+ - @elementor/editor-styles-repository@0.10.6
48
+ - @elementor/editor-elements@0.9.1
49
+ - @elementor/editor-styles@0.6.13
50
+
51
+ ## 1.48.0
52
+
53
+ ### Minor Changes
54
+
55
+ - b94c5af: Fix floating icons on top of panel tab header
56
+ - b3726f6: Add transform move control
57
+ - 68ce0d9: Ensure current user exist in the editor.
58
+ - 1a37b1c: Update the Elementor UI version.
59
+ - c62d64c: Injected prop dependency API into settings field
60
+ - 12333b0: Update `@elementor/icons` package.
61
+ - a88c14b: Added the changed prop name to style editing history
62
+
63
+ ### Patch Changes
64
+
65
+ - 49714e8: Fix flex order control layout
66
+ - d9aaedd: Wrap opacity control with version experiment
67
+ - Updated dependencies [5c6a912]
68
+ - Updated dependencies [b3726f6]
69
+ - Updated dependencies [68ce0d9]
70
+ - Updated dependencies [b17730a]
71
+ - Updated dependencies [1a37b1c]
72
+ - Updated dependencies [c62d64c]
73
+ - Updated dependencies [d1fc9d2]
74
+ - Updated dependencies [12333b0]
75
+ - Updated dependencies [8f38cf3]
76
+ - Updated dependencies [d4406fd]
77
+ - @elementor/editor-controls@1.3.0
78
+ - @elementor/editor-canvas@0.26.0
79
+ - @elementor/editor-props@0.16.0
80
+ - @elementor/editor@0.21.0
81
+ - @elementor/editor-panels@0.17.0
82
+ - @elementor/editor-ui@0.14.0
83
+ - @elementor/editor-elements@0.9.0
84
+ - @elementor/editor-styles-repository@0.10.5
85
+ - @elementor/editor-styles@0.6.12
86
+ - @elementor/editor-documents@0.13.9
87
+
3
88
  ## 1.47.0
4
89
 
5
90
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -6,7 +6,7 @@ import * as _elementor_editor_props from '@elementor/editor-props';
6
6
  import { ChipProps, Theme } from '@elementor/ui';
7
7
  import * as _elementor_locations from '@elementor/locations';
8
8
  import * as _elementor_menus from '@elementor/menus';
9
- import { PopoverScrollableContent as PopoverScrollableContent$1 } from '@elementor/editor-ui';
9
+ import { PopoverBody as PopoverBody$1 } from '@elementor/editor-ui';
10
10
 
11
11
  declare const EXPERIMENTAL_FEATURES: {
12
12
  V_3_30: string;
@@ -71,11 +71,11 @@ declare const controlActionsMenu: _elementor_menus.Menu<{
71
71
 
72
72
  declare const useFontFamilies: () => FontCategory[];
73
73
 
74
- type Props = React.ComponentProps<typeof PopoverScrollableContent$1>;
75
- declare const PopoverScrollableContent: (props: Props) => React.JSX.Element;
74
+ type Props = React.ComponentProps<typeof PopoverBody$1>;
75
+ declare const PopoverBody: (props: Props) => React.JSX.Element;
76
76
 
77
77
  declare const useSectionWidth: () => number;
78
78
 
79
79
  declare function init(): void;
80
80
 
81
- export { EXPERIMENTAL_FEATURES, type PopoverActionProps, PopoverScrollableContent, type ValidationEvent, type ValidationResult, controlActionsMenu, init, injectIntoClassSelectorActions, registerControlReplacement, registerStyleProviderToColors, useFontFamilies, usePanelActions, usePanelStatus, useSectionWidth };
81
+ export { EXPERIMENTAL_FEATURES, type PopoverActionProps, PopoverBody, type ValidationEvent, type ValidationResult, controlActionsMenu, init, injectIntoClassSelectorActions, registerControlReplacement, registerStyleProviderToColors, useFontFamilies, usePanelActions, usePanelStatus, useSectionWidth };
package/dist/index.d.ts CHANGED
@@ -6,7 +6,7 @@ import * as _elementor_editor_props from '@elementor/editor-props';
6
6
  import { ChipProps, Theme } from '@elementor/ui';
7
7
  import * as _elementor_locations from '@elementor/locations';
8
8
  import * as _elementor_menus from '@elementor/menus';
9
- import { PopoverScrollableContent as PopoverScrollableContent$1 } from '@elementor/editor-ui';
9
+ import { PopoverBody as PopoverBody$1 } from '@elementor/editor-ui';
10
10
 
11
11
  declare const EXPERIMENTAL_FEATURES: {
12
12
  V_3_30: string;
@@ -71,11 +71,11 @@ declare const controlActionsMenu: _elementor_menus.Menu<{
71
71
 
72
72
  declare const useFontFamilies: () => FontCategory[];
73
73
 
74
- type Props = React.ComponentProps<typeof PopoverScrollableContent$1>;
75
- declare const PopoverScrollableContent: (props: Props) => React.JSX.Element;
74
+ type Props = React.ComponentProps<typeof PopoverBody$1>;
75
+ declare const PopoverBody: (props: Props) => React.JSX.Element;
76
76
 
77
77
  declare const useSectionWidth: () => number;
78
78
 
79
79
  declare function init(): void;
80
80
 
81
- export { EXPERIMENTAL_FEATURES, type PopoverActionProps, PopoverScrollableContent, type ValidationEvent, type ValidationResult, controlActionsMenu, init, injectIntoClassSelectorActions, registerControlReplacement, registerStyleProviderToColors, useFontFamilies, usePanelActions, usePanelStatus, useSectionWidth };
81
+ export { EXPERIMENTAL_FEATURES, type PopoverActionProps, PopoverBody, type ValidationEvent, type ValidationResult, controlActionsMenu, init, injectIntoClassSelectorActions, registerControlReplacement, registerStyleProviderToColors, useFontFamilies, usePanelActions, usePanelStatus, useSectionWidth };