@elementor/editor-editing-panel 4.2.0-869 → 4.2.0-870

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
@@ -2045,7 +2045,7 @@ import {
2045
2045
  createArrayPropUtils,
2046
2046
  dateRangePropTypeUtil,
2047
2047
  DateTimePropTypeUtil,
2048
- emailPropTypeUtil,
2048
+ emailsPropTypeUtil,
2049
2049
  htmlV3PropTypeUtil,
2050
2050
  imagePropTypeUtil,
2051
2051
  keyValuePropTypeUtil,
@@ -2087,7 +2087,7 @@ var controlTypes = {
2087
2087
  "date-time": { component: DateTimeControl, layout: "full", propTypeUtil: DateTimePropTypeUtil },
2088
2088
  video: { component: VideoMediaControl, layout: "full", propTypeUtil: videoSrcPropTypeUtil },
2089
2089
  "inline-editing": { component: InlineEditingControl, layout: "full", propTypeUtil: htmlV3PropTypeUtil },
2090
- email: { component: EmailFormActionControl, layout: "custom", propTypeUtil: emailPropTypeUtil },
2090
+ email: { component: EmailFormActionControl, layout: "custom", propTypeUtil: emailsPropTypeUtil },
2091
2091
  "date-range": {
2092
2092
  component: DateRangeControl,
2093
2093
  layout: "custom",