@elementor/editor-editing-panel 3.32.0-33 → 3.32.0-35

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
@@ -4845,7 +4845,14 @@ var StyleTab = () => {
4845
4845
  name: "Effects",
4846
4846
  title: __59("Effects", "elementor")
4847
4847
  },
4848
- fields: ["box-shadow", "opacity", "transform", "filter", "backdrop-filter"]
4848
+ fields: [
4849
+ "box-shadow",
4850
+ "opacity",
4851
+ "transform",
4852
+ "filter",
4853
+ "backdrop-filter",
4854
+ "transform-origin"
4855
+ ]
4849
4856
  }
4850
4857
  ), shouldRenderCustomCss && /* @__PURE__ */ React87.createElement(
4851
4858
  StyleTabSection,