@elementor/editor-controls 3.32.0-77 → 3.32.0-79

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
@@ -2920,7 +2920,7 @@ var SwitchControl = createControl(() => {
2920
2920
  const handleChange = (event) => {
2921
2921
  setValue(event.target.checked);
2922
2922
  };
2923
- return /* @__PURE__ */ React44.createElement("div", { style: { display: "flex", justifyContent: "flex-end" } }, /* @__PURE__ */ React44.createElement(
2923
+ return /* @__PURE__ */ React44.createElement(import_ui36.Box, { sx: { display: "flex", justifyContent: "flex-end" } }, /* @__PURE__ */ React44.createElement(
2924
2924
  import_ui36.Switch,
2925
2925
  {
2926
2926
  checked: !!value,