@elementor/editor-editing-panel 4.0.0 → 4.0.1

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
@@ -1954,7 +1954,6 @@ import {
1954
1954
  emailPropTypeUtil,
1955
1955
  htmlV3PropTypeUtil,
1956
1956
  imagePropTypeUtil,
1957
- imageSrcPropTypeUtil,
1958
1957
  keyValuePropTypeUtil,
1959
1958
  linkPropTypeUtil,
1960
1959
  numberPropTypeUtil,
@@ -1962,11 +1961,12 @@ import {
1962
1961
  sizePropTypeUtil,
1963
1962
  stringArrayPropTypeUtil,
1964
1963
  stringPropTypeUtil as stringPropTypeUtil2,
1964
+ svgSrcPropTypeUtil,
1965
1965
  videoSrcPropTypeUtil
1966
1966
  } from "@elementor/editor-props";
1967
1967
  var controlTypes = {
1968
1968
  image: { component: ImageControl, layout: "custom", propTypeUtil: imagePropTypeUtil },
1969
- "svg-media": { component: SvgMediaControl, layout: "full", propTypeUtil: imageSrcPropTypeUtil },
1969
+ "svg-media": { component: SvgMediaControl, layout: "full", propTypeUtil: svgSrcPropTypeUtil },
1970
1970
  text: { component: TextControl, layout: "full", propTypeUtil: stringPropTypeUtil2 },
1971
1971
  textarea: { component: TextAreaControl, layout: "full", propTypeUtil: stringPropTypeUtil2 },
1972
1972
  size: { component: SizeControl, layout: "two-columns", propTypeUtil: sizePropTypeUtil },