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

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 CHANGED
@@ -3391,7 +3391,7 @@ var TRANSITIONS_LABEL = (0, import_i18n22.__)("Transitions", "elementor");
3391
3391
  var EffectsSection = () => {
3392
3392
  const { element } = (0, import_editor_elements10.useSelectedElement)();
3393
3393
  const { meta } = useStyle();
3394
- 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(import_editor_controls19.BoxShadowRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transform", propDisplayName: TRANSFORM_LABEL }, /* @__PURE__ */ React48.createElement(import_editor_controls19.TransformRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transition", propDisplayName: TRANSITIONS_LABEL }, /* @__PURE__ */ React48.createElement(
3394
+ 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(import_editor_controls19.BoxShadowRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transform", propDisplayName: TRANSFORM_LABEL }, /* @__PURE__ */ React48.createElement(import_editor_controls19.TransformRepeaterControl, null)), /* @__PURE__ */ React48.createElement(PanelDivider, null), /* @__PURE__ */ React48.createElement(StylesField, { bind: "transition", propDisplayName: TRANSITIONS_LABEL }, /* @__PURE__ */ React48.createElement(
3395
3395
  import_editor_controls19.TransitionRepeaterControl,
3396
3396
  {
3397
3397
  currentStyleState: meta.state,