@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.
- package/dist/es/northlight.js +1 -1
- package/dist/es/northlight.js.map +1 -1
- package/dist/sandbox/index.cjs +1 -1
- package/dist/sandbox/index.cjs.map +1 -1
- package/dist/sandbox/index.js +1 -1
- package/dist/sandbox/index.js.map +1 -1
- package/dist/umd/northlight.cjs +1 -1
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +1 -1
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/lib/components/date-picker/date-picker/date-range-picker.tsx +2 -2
- package/package.json +2 -2
package/dist/es/northlight.js
CHANGED
|
@@ -8328,7 +8328,7 @@ const DateRangePicker = (props) => {
|
|
|
8328
8328
|
"data-testid": dataTestId,
|
|
8329
8329
|
defaultOpen = false,
|
|
8330
8330
|
onOpenChange,
|
|
8331
|
-
placeholderValue,
|
|
8331
|
+
placeholderValue = toCalendarDate(new CalendarDateTime(2024, 1, 31)),
|
|
8332
8332
|
isDateUnavailable,
|
|
8333
8333
|
allowsNonContiguousRanges,
|
|
8334
8334
|
startName,
|