@elementor/editor-editing-panel 3.33.0-231 → 3.33.0-232
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.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/init.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -4793,6 +4793,7 @@ var controlsRegistry = new ControlsRegistry(controlTypes);
|
|
|
4793
4793
|
|
|
4794
4794
|
// src/init.ts
|
|
4795
4795
|
var import_editor = require("@elementor/editor");
|
|
4796
|
+
var import_editor_elements18 = require("@elementor/editor-elements");
|
|
4796
4797
|
var import_editor_panels3 = require("@elementor/editor-panels");
|
|
4797
4798
|
var import_editor_v1_adapters8 = require("@elementor/editor-v1-adapters");
|
|
4798
4799
|
|
|
@@ -6399,6 +6400,7 @@ var init2 = () => {
|
|
|
6399
6400
|
function init3() {
|
|
6400
6401
|
(0, import_editor_panels3.__registerPanel)(panel);
|
|
6401
6402
|
blockV1Panel();
|
|
6403
|
+
(0, import_editor_elements18.initElementsMcp)();
|
|
6402
6404
|
(0, import_editor.injectIntoLogic)({
|
|
6403
6405
|
id: "editing-panel-hooks",
|
|
6404
6406
|
component: EditingPanelHooks
|