@northlight/ui 2.43.4 → 2.43.5

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.
@@ -7320,7 +7320,7 @@
7320
7320
  maxValue,
7321
7321
  isReadOnly,
7322
7322
  isRequired,
7323
- placeholderValue,
7323
+ placeholderValue = date.toCalendarDate(new date.CalendarDateTime(2024, 1, 31)),
7324
7324
  isDateUnavailable,
7325
7325
  granularity,
7326
7326
  hourCycle,
@@ -15729,7 +15729,7 @@
15729
15729
  onChange == null ? void 0 : onChange(getNewValue(option, input));
15730
15730
  }, [valueProp == null ? void 0 : valueProp.input, valueProp == null ? void 0 : valueProp.option, defaultToZeroIfEmpty, options]);
15731
15731
  const buttonWidth = (_b2 = (_a2 = buttonRef.current) == null ? void 0 : _a2.offsetWidth) != null ? _b2 : 0;
15732
- return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
15732
+ return /* @__PURE__ */ React.createElement(react.Box, { position: "relative", width: "100%" }, /* @__PURE__ */ React.createElement(
15733
15733
  FormattedNumberInput,
15734
15734
  __spreadProps(__spreadValues$1({
15735
15735
  width: "100%",