@elementor/editor-editing-panel 4.0.0-573 → 4.0.0-591

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.mjs CHANGED
@@ -1935,7 +1935,7 @@ import {
1935
1935
  booleanPropTypeUtil,
1936
1936
  DateTimePropTypeUtil,
1937
1937
  emailPropTypeUtil,
1938
- htmlV2PropTypeUtil,
1938
+ htmlV3PropTypeUtil,
1939
1939
  imagePropTypeUtil,
1940
1940
  imageSrcPropTypeUtil,
1941
1941
  keyValuePropTypeUtil,
@@ -1964,7 +1964,7 @@ var controlTypes = {
1964
1964
  "html-tag": { component: HtmlTagControl, layout: "two-columns", propTypeUtil: stringPropTypeUtil2 },
1965
1965
  toggle: { component: ToggleControl, layout: "full", propTypeUtil: stringPropTypeUtil2 },
1966
1966
  "date-time": { component: DateTimeControl, layout: "full", propTypeUtil: DateTimePropTypeUtil },
1967
- "inline-editing": { component: InlineEditingControl, layout: "full", propTypeUtil: htmlV2PropTypeUtil },
1967
+ "inline-editing": { component: InlineEditingControl, layout: "full", propTypeUtil: htmlV3PropTypeUtil },
1968
1968
  email: { component: EmailFormActionControl, layout: "custom", propTypeUtil: emailPropTypeUtil }
1969
1969
  };
1970
1970
  var ControlsRegistry = class {