@elementor/editor-editing-panel 3.32.0-60 → 3.32.0-62
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 +809 -9
- package/dist/index.d.ts +809 -9
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
- package/src/index.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -34,6 +34,7 @@ __export(index_exports, {
|
|
|
34
34
|
PopoverBody: () => PopoverBody,
|
|
35
35
|
SectionContent: () => SectionContent,
|
|
36
36
|
controlActionsMenu: () => controlActionsMenu,
|
|
37
|
+
controlsRegistry: () => controlsRegistry,
|
|
37
38
|
init: () => init3,
|
|
38
39
|
injectIntoClassSelectorActions: () => injectIntoClassSelectorActions,
|
|
39
40
|
injectIntoCssClassConvert: () => injectIntoCssClassConvert,
|
|
@@ -5618,6 +5619,7 @@ var blockV1Panel = () => {
|
|
|
5618
5619
|
PopoverBody,
|
|
5619
5620
|
SectionContent,
|
|
5620
5621
|
controlActionsMenu,
|
|
5622
|
+
controlsRegistry,
|
|
5621
5623
|
init,
|
|
5622
5624
|
injectIntoClassSelectorActions,
|
|
5623
5625
|
injectIntoCssClassConvert,
|