@elementor/editor-editing-panel 4.3.0-1047 → 4.3.0-1048

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
@@ -2416,7 +2416,7 @@ import {
2416
2416
  dateRangePropTypeUtil,
2417
2417
  DateTimePropTypeUtil,
2418
2418
  emailsPropTypeUtil,
2419
- htmlV3PropTypeUtil,
2419
+ escapedHtmlPropTypeUtil,
2420
2420
  imagePropTypeUtil,
2421
2421
  keyValuePropTypeUtil,
2422
2422
  linkPropTypeUtil,
@@ -2456,7 +2456,7 @@ var controlTypes = {
2456
2456
  toggle: { component: ToggleControl, layout: "full", propTypeUtil: stringPropTypeUtil2 },
2457
2457
  "date-time": { component: DateTimeControl, layout: "full", propTypeUtil: DateTimePropTypeUtil },
2458
2458
  video: { component: VideoMediaControl, layout: "full", propTypeUtil: videoSrcPropTypeUtil },
2459
- "inline-editing": { component: InlineEditingControl, layout: "full", propTypeUtil: htmlV3PropTypeUtil },
2459
+ "inline-editing": { component: InlineEditingControl, layout: "full", propTypeUtil: escapedHtmlPropTypeUtil },
2460
2460
  email: { component: EmailFormActionControl, layout: "custom", propTypeUtil: emailsPropTypeUtil },
2461
2461
  "date-range": {
2462
2462
  component: DateRangeControl,