@elementor/editor-controls 3.33.0-160 → 3.33.0-161

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
@@ -321,10 +321,10 @@ var createControlReplacementsRegistry = () => {
321
321
  // src/create-control.tsx
322
322
  var brandSymbol = Symbol("control");
323
323
  function createControl(Control5) {
324
- return (props) => {
324
+ return ((props) => {
325
325
  const Component = useControlReplacement(Control5);
326
326
  return /* @__PURE__ */ React5.createElement(import_ui2.ErrorBoundary, { fallback: null }, /* @__PURE__ */ React5.createElement(Component, { ...props }));
327
- };
327
+ });
328
328
  }
329
329
 
330
330
  // src/hooks/use-unfiltered-files-upload.ts