@elementor/editor-editing-panel 4.2.0-862 → 4.2.0-864
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 +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- 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/dist/index.js
CHANGED
|
@@ -3696,6 +3696,12 @@ var displayFieldItems = [
|
|
|
3696
3696
|
label: (0, import_i18n22.__)("Grid", "elementor"),
|
|
3697
3697
|
showTooltip: true
|
|
3698
3698
|
},
|
|
3699
|
+
{
|
|
3700
|
+
value: "none",
|
|
3701
|
+
renderContent: () => (0, import_i18n22.__)("None", "elementor"),
|
|
3702
|
+
label: (0, import_i18n22.__)("None", "elementor"),
|
|
3703
|
+
showTooltip: true
|
|
3704
|
+
},
|
|
3699
3705
|
{
|
|
3700
3706
|
value: "inline-block",
|
|
3701
3707
|
renderContent: () => (0, import_i18n22.__)("In-blk", "elementor"),
|
|
@@ -3707,12 +3713,6 @@ var displayFieldItems = [
|
|
|
3707
3713
|
renderContent: () => (0, import_i18n22.__)("In-flx", "elementor"),
|
|
3708
3714
|
label: (0, import_i18n22.__)("Inline-flex", "elementor"),
|
|
3709
3715
|
showTooltip: true
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
value: "none",
|
|
3713
|
-
renderContent: () => (0, import_i18n22.__)("None", "elementor"),
|
|
3714
|
-
label: (0, import_i18n22.__)("None", "elementor"),
|
|
3715
|
-
showTooltip: true
|
|
3716
3716
|
}
|
|
3717
3717
|
];
|
|
3718
3718
|
var DisplayField = () => {
|
|
@@ -4085,7 +4085,7 @@ var GridAutoFlowFieldContent = () => {
|
|
|
4085
4085
|
exclusive: true,
|
|
4086
4086
|
fullWidth: true
|
|
4087
4087
|
}
|
|
4088
|
-
)), /* @__PURE__ */ React49.createElement(import_ui28.Grid, { item: true }, /* @__PURE__ */ React49.createElement(import_ui28.Tooltip, { title: DENSE_LABEL }, /* @__PURE__ */ React49.createElement(
|
|
4088
|
+
)), /* @__PURE__ */ React49.createElement(import_ui28.Grid, { item: true }, /* @__PURE__ */ React49.createElement(import_ui28.Tooltip, { title: DENSE_LABEL, placement: "top" }, /* @__PURE__ */ React49.createElement(
|
|
4089
4089
|
import_ui28.ToggleButton,
|
|
4090
4090
|
{
|
|
4091
4091
|
value: "dense",
|