@elementor/editor-editing-panel 3.32.0-32 → 3.32.0-34
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.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
- package/src/components/style-tab.tsx +8 -1
package/dist/index.js
CHANGED
|
@@ -4760,7 +4760,14 @@ var StyleTab = () => {
|
|
|
4760
4760
|
name: "Effects",
|
|
4761
4761
|
title: (0, import_i18n59.__)("Effects", "elementor")
|
|
4762
4762
|
},
|
|
4763
|
-
fields: [
|
|
4763
|
+
fields: [
|
|
4764
|
+
"box-shadow",
|
|
4765
|
+
"opacity",
|
|
4766
|
+
"transform",
|
|
4767
|
+
"filter",
|
|
4768
|
+
"backdrop-filter",
|
|
4769
|
+
"transform-origin"
|
|
4770
|
+
]
|
|
4764
4771
|
}
|
|
4765
4772
|
), shouldRenderCustomCss && /* @__PURE__ */ React87.createElement(
|
|
4766
4773
|
StyleTabSection,
|