@northlight/ui 2.43.6 → 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 +2 -2
- package/dist/sandbox/index.cjs.map +1 -1
- package/dist/sandbox/index.js +2 -2
- 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/sandbox/bin/sandbox.ts +2 -0
- package/sandbox/lib/viewer/sandbox-viewer.css +0 -1
package/dist/umd/northlight.cjs
CHANGED
|
@@ -8305,7 +8305,7 @@
|
|
|
8305
8305
|
"data-testid": dataTestId,
|
|
8306
8306
|
defaultOpen = false,
|
|
8307
8307
|
onOpenChange,
|
|
8308
|
-
placeholderValue,
|
|
8308
|
+
placeholderValue = date.toCalendarDate(new date.CalendarDateTime(2024, 1, 31)),
|
|
8309
8309
|
isDateUnavailable,
|
|
8310
8310
|
allowsNonContiguousRanges,
|
|
8311
8311
|
startName,
|