@elementor/editor-variables 4.0.0-514 → 4.0.0-515

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 CHANGED
@@ -43,9 +43,9 @@ module.exports = __toCommonJS(index_exports);
43
43
  // src/init.ts
44
44
  var import_editor = require("@elementor/editor");
45
45
  var import_editor_controls15 = require("@elementor/editor-controls");
46
- var import_editor_editing_panel2 = require("@elementor/editor-editing-panel");
47
46
  var import_editor_panels2 = require("@elementor/editor-panels");
48
47
  var import_editor_props7 = require("@elementor/editor-props");
48
+ var import_menus = require("@elementor/menus");
49
49
 
50
50
  // src/components/variables-manager/variables-manager-panel.tsx
51
51
  var React12 = __toESM(require("react"));
@@ -3797,7 +3797,7 @@ var hasAssignedColorVariable = (propValue) => {
3797
3797
  };
3798
3798
 
3799
3799
  // src/init.ts
3800
- var { registerPopoverAction } = import_editor_editing_panel2.controlActionsMenu;
3800
+ var { registerPopoverAction } = import_menus.controlActionsMenu;
3801
3801
  function init() {
3802
3802
  registerVariableTypes();
3803
3803
  registerRepeaterInjections();