@elementor/editor-components 3.35.0-459 → 3.35.0-460
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
|
@@ -3959,6 +3959,7 @@ function OverridablePropControl({
|
|
|
3959
3959
|
...props
|
|
3960
3960
|
}) {
|
|
3961
3961
|
const { elementType } = (0, import_editor_editing_panel6.useElement)();
|
|
3962
|
+
const Control = (0, import_editor_controls5.createControl)(OriginalControl2);
|
|
3962
3963
|
const { value, bind, setValue, placeholder, ...propContext } = (0, import_editor_controls5.useBoundProp)(componentOverridablePropTypeUtil);
|
|
3963
3964
|
const componentId = useCurrentComponentId();
|
|
3964
3965
|
const overridableProps = useOverridableProps(componentId);
|
|
@@ -4007,7 +4008,7 @@ function OverridablePropControl({
|
|
|
4007
4008
|
},
|
|
4008
4009
|
placeholder: objectPlaceholder
|
|
4009
4010
|
},
|
|
4010
|
-
/* @__PURE__ */ React29.createElement(import_editor_controls5.PropKeyProvider, { bind }, /* @__PURE__ */ React29.createElement(import_editor_controls5.ControlReplacementsProvider, { replacements: filteredReplacements }, /* @__PURE__ */ React29.createElement(
|
|
4011
|
+
/* @__PURE__ */ React29.createElement(import_editor_controls5.PropKeyProvider, { bind }, /* @__PURE__ */ React29.createElement(import_editor_controls5.ControlReplacementsProvider, { replacements: filteredReplacements }, /* @__PURE__ */ React29.createElement(Control, { ...props })))
|
|
4011
4012
|
));
|
|
4012
4013
|
}
|
|
4013
4014
|
|