@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.
@@ -7358,7 +7358,7 @@ const DateRangePicker = (props) => {
7358
7358
  "data-testid": dataTestId,
7359
7359
  defaultOpen = false,
7360
7360
  onOpenChange,
7361
- placeholderValue,
7361
+ placeholderValue = toCalendarDate(new CalendarDateTime(2024, 1, 31)),
7362
7362
  isDateUnavailable,
7363
7363
  allowsNonContiguousRanges,
7364
7364
  startName,