willba-component-library 0.2.39 → 0.2.40
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/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/core/components/calendar/Calendar.tsx +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -10822,7 +10822,7 @@ var Calendar = forwardRef(function (_a, ref) {
|
|
|
10822
10822
|
if (loadingSpinner)
|
|
10823
10823
|
loadingSpinner.style.display = 'none';
|
|
10824
10824
|
}
|
|
10825
|
-
}, [loadingData]);
|
|
10825
|
+
}, [loadingData, updateCalendarMonthNavigation, updateCalendarDefaultMoth]);
|
|
10826
10826
|
// Handle overlapping availableDates.lastCheckOut and disabledDates.start
|
|
10827
10827
|
var _c = __read(useState(undefined), 2), overlappingDate = _c[0], setOverlappingDate = _c[1];
|
|
10828
10828
|
useMemo(function () {
|