@northlight/ui 2.43.7 → 2.43.8

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.
@@ -7378,7 +7378,7 @@ const DateRangePicker = (props) => {
7378
7378
  "data-testid": dataTestId,
7379
7379
  defaultOpen = false,
7380
7380
  onOpenChange,
7381
- placeholderValue,
7381
+ placeholderValue = date.toCalendarDate(new date.CalendarDateTime(2024, 1, 31)),
7382
7382
  isDateUnavailable,
7383
7383
  allowsNonContiguousRanges,
7384
7384
  startName,