@elementor/editor-editing-panel 3.33.0-108 → 3.33.0-109

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
@@ -3446,7 +3446,7 @@ var TRANSITIONS_LABEL = __22("Transitions", "elementor");
3446
3446
  var EffectsSection = () => {
3447
3447
  const { element } = useSelectedElement();
3448
3448
  const { meta } = useStyle();
3449
- return /* @__PURE__ */ React48.createElement(SectionContent, null, /* @__PURE__ */ React48.createElement(OpacityControlField, null), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "box-shadow", propDisplayName: BOX_SHADOW_LABEL }, /* @__PURE__ */ React48.createElement(BoxShadowRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transform", propDisplayName: TRANSFORM_LABEL }, /* @__PURE__ */ React48.createElement(TransformRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transition", propDisplayName: TRANSITIONS_LABEL }, /* @__PURE__ */ React48.createElement(
3449
+ return /* @__PURE__ */ React48.createElement(SectionContent, { gap: 1 }, /* @__PURE__ */ React48.createElement(OpacityControlField, null), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "box-shadow", propDisplayName: BOX_SHADOW_LABEL }, /* @__PURE__ */ React48.createElement(BoxShadowRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transform", propDisplayName: TRANSFORM_LABEL }, /* @__PURE__ */ React48.createElement(TransformRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transition", propDisplayName: TRANSITIONS_LABEL }, /* @__PURE__ */ React48.createElement(
3450
3450
  TransitionRepeaterControl,
3451
3451
  {
3452
3452
  currentStyleState: meta.state,