@elementor/editor-editing-panel 4.2.0-863 → 4.2.0-865
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 +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +24 -24
- package/src/components/style-sections/layout-section/display-field.tsx +6 -6
- package/src/components/style-sections/layout-section/grid-auto-flow-field.tsx +1 -1
- package/src/components/style-sections/layout-section/grid-span-field.tsx +2 -2
- package/src/components/style-sections/layout-section/layout-section.tsx +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3754,6 +3754,12 @@ var displayFieldItems = [
|
|
|
3754
3754
|
label: __22("Grid", "elementor"),
|
|
3755
3755
|
showTooltip: true
|
|
3756
3756
|
},
|
|
3757
|
+
{
|
|
3758
|
+
value: "none",
|
|
3759
|
+
renderContent: () => __22("None", "elementor"),
|
|
3760
|
+
label: __22("None", "elementor"),
|
|
3761
|
+
showTooltip: true
|
|
3762
|
+
},
|
|
3757
3763
|
{
|
|
3758
3764
|
value: "inline-block",
|
|
3759
3765
|
renderContent: () => __22("In-blk", "elementor"),
|
|
@@ -3765,12 +3771,6 @@ var displayFieldItems = [
|
|
|
3765
3771
|
renderContent: () => __22("In-flx", "elementor"),
|
|
3766
3772
|
label: __22("Inline-flex", "elementor"),
|
|
3767
3773
|
showTooltip: true
|
|
3768
|
-
},
|
|
3769
|
-
{
|
|
3770
|
-
value: "none",
|
|
3771
|
-
renderContent: () => __22("None", "elementor"),
|
|
3772
|
-
label: __22("None", "elementor"),
|
|
3773
|
-
showTooltip: true
|
|
3774
3774
|
}
|
|
3775
3775
|
];
|
|
3776
3776
|
var DisplayField = () => {
|
|
@@ -4154,7 +4154,7 @@ var GridAutoFlowFieldContent = () => {
|
|
|
4154
4154
|
exclusive: true,
|
|
4155
4155
|
fullWidth: true
|
|
4156
4156
|
}
|
|
4157
|
-
)), /* @__PURE__ */ React49.createElement(Grid3, { item: true }, /* @__PURE__ */ React49.createElement(Tooltip, { title: DENSE_LABEL }, /* @__PURE__ */ React49.createElement(
|
|
4157
|
+
)), /* @__PURE__ */ React49.createElement(Grid3, { item: true }, /* @__PURE__ */ React49.createElement(Tooltip, { title: DENSE_LABEL, placement: "top" }, /* @__PURE__ */ React49.createElement(
|
|
4158
4158
|
ToggleButton,
|
|
4159
4159
|
{
|
|
4160
4160
|
value: "dense",
|
|
@@ -4327,7 +4327,7 @@ var GridSpanFieldContent = ({ label }) => {
|
|
|
4327
4327
|
return /* @__PURE__ */ React52.createElement(StylesFieldLayout, { label, direction: "column" }, /* @__PURE__ */ React52.createElement(GridSpanControl, null));
|
|
4328
4328
|
};
|
|
4329
4329
|
var GridSpanField = ({ cssProp, label }) => /* @__PURE__ */ React52.createElement(StylesField, { bind: cssProp, propDisplayName: label }, /* @__PURE__ */ React52.createElement(UiProviders, null, /* @__PURE__ */ React52.createElement(GridSpanFieldContent, { cssProp, label })));
|
|
4330
|
-
var GridSpanFields = () => /* @__PURE__ */ React52.createElement(Grid5, { container: true, gap: 2, flexWrap: "nowrap" }, /* @__PURE__ */ React52.createElement(Grid5, { item: true, xs: 6 }, /* @__PURE__ */ React52.createElement(GridSpanField, { cssProp: "grid-column", label: __30("
|
|
4330
|
+
var GridSpanFields = () => /* @__PURE__ */ React52.createElement(Grid5, { container: true, gap: 2, flexWrap: "nowrap" }, /* @__PURE__ */ React52.createElement(Grid5, { item: true, xs: 6 }, /* @__PURE__ */ React52.createElement(GridSpanField, { cssProp: "grid-column", label: __30("Grid column", "elementor") })), /* @__PURE__ */ React52.createElement(Grid5, { item: true, xs: 6 }, /* @__PURE__ */ React52.createElement(GridSpanField, { cssProp: "grid-row", label: __30("Grid row", "elementor") })));
|
|
4331
4331
|
|
|
4332
4332
|
// src/components/style-sections/layout-section/justify-content-field.tsx
|
|
4333
4333
|
import * as React53 from "react";
|
|
@@ -4453,7 +4453,7 @@ var FlexFields = () => {
|
|
|
4453
4453
|
};
|
|
4454
4454
|
var GridFields = () => /* @__PURE__ */ React55.createElement(React55.Fragment, null, /* @__PURE__ */ React55.createElement(GridSizeFields, null), /* @__PURE__ */ React55.createElement(GridAutoFlowField, null), /* @__PURE__ */ React55.createElement(PanelDivider, null), /* @__PURE__ */ React55.createElement(GapControlField, null), /* @__PURE__ */ React55.createElement(PanelDivider, null), /* @__PURE__ */ React55.createElement(GridJustifyItemsField, null), /* @__PURE__ */ React55.createElement(AlignItemsField, null));
|
|
4455
4455
|
var FlexChildFields = ({ parentStyleDirection }) => /* @__PURE__ */ React55.createElement(React55.Fragment, null, /* @__PURE__ */ React55.createElement(PanelDivider, null), /* @__PURE__ */ React55.createElement(ControlFormLabel2, null, __33("Flex child", "elementor")), /* @__PURE__ */ React55.createElement(AlignSelfChild, { parentStyleDirection }), /* @__PURE__ */ React55.createElement(FlexOrderField, null), /* @__PURE__ */ React55.createElement(FlexSizeField, null));
|
|
4456
|
-
var GridChildFields = ({ parentStyleDirection }) => /* @__PURE__ */ React55.createElement(React55.Fragment, null, /* @__PURE__ */ React55.createElement(PanelDivider, null), /* @__PURE__ */ React55.createElement(ControlFormLabel2, null, __33("Grid
|
|
4456
|
+
var GridChildFields = ({ parentStyleDirection }) => /* @__PURE__ */ React55.createElement(React55.Fragment, null, /* @__PURE__ */ React55.createElement(PanelDivider, null), /* @__PURE__ */ React55.createElement(ControlFormLabel2, null, __33("Grid child", "elementor")), /* @__PURE__ */ React55.createElement(GridSpanFields, null), /* @__PURE__ */ React55.createElement(AlignSelfGridChild, { parentStyleDirection }), /* @__PURE__ */ React55.createElement(FlexOrderField, null));
|
|
4457
4457
|
var shouldDisplayFlexFields = (display, local) => {
|
|
4458
4458
|
const value = display?.value ?? local?.value;
|
|
4459
4459
|
if (!value) {
|