@elementor/editor-editing-panel 4.1.0-773 → 4.1.0-775

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
@@ -4330,7 +4330,6 @@ var SpacingSection = () => {
4330
4330
  {
4331
4331
  label: MARGIN_LABEL,
4332
4332
  isSiteRtl,
4333
- extendedOptions: ["auto"],
4334
4333
  min: -Number.MAX_SAFE_INTEGER
4335
4334
  }
4336
4335
  )), /* @__PURE__ */ React61.createElement(PanelDivider, null), /* @__PURE__ */ React61.createElement(StylesField, { bind: "padding", propDisplayName: PADDING_LABEL }, /* @__PURE__ */ React61.createElement(LinkedDimensionsControl, { label: PADDING_LABEL, isSiteRtl })));