@elementor/editor-controls 3.32.0-51 → 3.32.0-53

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
@@ -2161,7 +2161,7 @@ var NumberControl = createControl(
2161
2161
  disabled,
2162
2162
  value: isEmptyOrNaN(value) ? "" : value,
2163
2163
  onChange: handleChange,
2164
- placeholder: labelPlaceholder ?? (placeholder ? String(placeholder) : ""),
2164
+ placeholder: labelPlaceholder ?? (isEmptyOrNaN(placeholder) ? "" : String(placeholder)),
2165
2165
  inputProps: { step },
2166
2166
  InputProps: {
2167
2167
  startAdornment: startIcon ? /* @__PURE__ */ React34.createElement(import_ui26.InputAdornment, { position: "start", disabled }, startIcon) : void 0
@@ -2814,7 +2814,7 @@ var RestrictedLinkInfotip = ({
2814
2814
  const content = /* @__PURE__ */ React42.createElement(
2815
2815
  import_ui34.Alert,
2816
2816
  {
2817
- severity: "secondary",
2817
+ color: "secondary",
2818
2818
  icon: /* @__PURE__ */ React42.createElement(import_icons10.InfoCircleFilledIcon, null),
2819
2819
  action: /* @__PURE__ */ React42.createElement(
2820
2820
  import_ui34.AlertAction,