@elementor/editor-controls 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
CHANGED
|
@@ -2876,7 +2876,7 @@ var SplitButtonGroup = ({
|
|
|
2876
2876
|
mt: 0.5
|
|
2877
2877
|
}
|
|
2878
2878
|
},
|
|
2879
|
-
items2.map(({ label, value: buttonValue }) => /* @__PURE__ */ React54.createElement(
|
|
2879
|
+
items2.filter((item) => item.value !== previewButton.value).map(({ label, value: buttonValue }) => /* @__PURE__ */ React54.createElement(
|
|
2880
2880
|
import_ui41.MenuItem,
|
|
2881
2881
|
{
|
|
2882
2882
|
key: buttonValue,
|
|
@@ -8290,7 +8290,7 @@ var GridSpanControl = createControl(
|
|
|
8290
8290
|
}) => {
|
|
8291
8291
|
const { value, setValue, disabled, placeholder: boundPlaceholder } = useBoundProp(import_editor_props66.spanPropTypeUtil);
|
|
8292
8292
|
const handleChange = (event) => setValue(event.target.value);
|
|
8293
|
-
const placeholder = propPlaceholder ?? boundPlaceholder ??
|
|
8293
|
+
const placeholder = propPlaceholder ?? boundPlaceholder ?? `e.g: 'span 2' or '1 / 3'`;
|
|
8294
8294
|
return /* @__PURE__ */ React118.createElement(ControlActions, null, /* @__PURE__ */ React118.createElement(
|
|
8295
8295
|
import_ui102.TextField,
|
|
8296
8296
|
{
|