@elementor/editor-controls 0.34.0 → 0.34.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @elementor/editor-controls
2
2
 
3
+ ## 0.34.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f3a61b: Floating action bar position change
8
+
3
9
  ## 0.34.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -384,7 +384,7 @@ function ControlActions({ children }) {
384
384
  return children;
385
385
  }
386
386
  const menuItems = items.map(({ MenuItem: MenuItem2, id }) => /* @__PURE__ */ React7.createElement(MenuItem2, { key: id }));
387
- return /* @__PURE__ */ React7.createElement(FloatingBarContainer, null, /* @__PURE__ */ React7.createElement(import_ui3.UnstableFloatingActionBar, { actions: menuItems, placement: "bottom-start" }, children));
387
+ return /* @__PURE__ */ React7.createElement(FloatingBarContainer, null, /* @__PURE__ */ React7.createElement(import_ui3.UnstableFloatingActionBar, { actions: menuItems }, children));
388
388
  }
389
389
 
390
390
  // src/controls/image-media-control.tsx