@elementor/editor-editing-panel 4.1.0-736 → 4.1.0-738
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.d.mts +47 -8
- package/dist/index.d.ts +47 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
- package/src/controls-registry/controls-registry.tsx +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1955,7 +1955,6 @@ import {
|
|
|
1955
1955
|
emailPropTypeUtil,
|
|
1956
1956
|
htmlV3PropTypeUtil,
|
|
1957
1957
|
imagePropTypeUtil,
|
|
1958
|
-
imageSrcPropTypeUtil,
|
|
1959
1958
|
keyValuePropTypeUtil,
|
|
1960
1959
|
linkPropTypeUtil,
|
|
1961
1960
|
numberPropTypeUtil,
|
|
@@ -1963,11 +1962,12 @@ import {
|
|
|
1963
1962
|
sizePropTypeUtil,
|
|
1964
1963
|
stringArrayPropTypeUtil,
|
|
1965
1964
|
stringPropTypeUtil as stringPropTypeUtil2,
|
|
1965
|
+
svgSrcPropTypeUtil,
|
|
1966
1966
|
videoSrcPropTypeUtil
|
|
1967
1967
|
} from "@elementor/editor-props";
|
|
1968
1968
|
var controlTypes = {
|
|
1969
1969
|
image: { component: ImageControl, layout: "custom", propTypeUtil: imagePropTypeUtil },
|
|
1970
|
-
"svg-media": { component: SvgMediaControl, layout: "full", propTypeUtil:
|
|
1970
|
+
"svg-media": { component: SvgMediaControl, layout: "full", propTypeUtil: svgSrcPropTypeUtil },
|
|
1971
1971
|
text: { component: TextControl, layout: "full", propTypeUtil: stringPropTypeUtil2 },
|
|
1972
1972
|
textarea: { component: TextAreaControl, layout: "full", propTypeUtil: stringPropTypeUtil2 },
|
|
1973
1973
|
size: { component: SizeControl, layout: "two-columns", propTypeUtil: sizePropTypeUtil },
|