@northlight/ui 2.43.3 → 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.
@@ -6350,7 +6350,7 @@ const DatePicker = (props) => {
6350
6350
  maxValue,
6351
6351
  isReadOnly,
6352
6352
  isRequired,
6353
- placeholderValue,
6353
+ placeholderValue = date.toCalendarDate(new date.CalendarDateTime(2024, 1, 31)),
6354
6354
  isDateUnavailable,
6355
6355
  granularity,
6356
6356
  hourCycle,
@@ -7643,7 +7643,7 @@ const DateRangePicker = (props) => {
7643
7643
  isDisabled,
7644
7644
  isInvalid,
7645
7645
  variant,
7646
- children: /* @__PURE__ */ jsxRuntime.jsxs(react$2.HStack, { paddingInlineStart: "1a", "data-test-id": "daterange-picker-input-field", paddingInlineEnd: 10, children: [
7646
+ children: /* @__PURE__ */ jsxRuntime.jsxs(react$2.HStack, { paddingInlineStart: "1a", "data-testid": "daterange-picker-input-field", paddingInlineEnd: 10, children: [
7647
7647
  /* @__PURE__ */ jsxRuntime.jsx(
7648
7648
  DateField,
7649
7649
  __spreadProps$h(__spreadValues$z({}, restStartFieldProps), {