@elementor/editor-controls 4.2.0-864 → 4.2.0-866
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/controls/grid-span-control.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
{
|