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.js
CHANGED
|
@@ -10842,7 +10842,7 @@ var Calendar = React__default.forwardRef(function (_a, ref) {
|
|
|
10842
10842
|
if (loadingSpinner)
|
|
10843
10843
|
loadingSpinner.style.display = 'none';
|
|
10844
10844
|
}
|
|
10845
|
-
}, [loadingData]);
|
|
10845
|
+
}, [loadingData, updateCalendarMonthNavigation, updateCalendarDefaultMoth]);
|
|
10846
10846
|
// Handle overlapping availableDates.lastCheckOut and disabledDates.start
|
|
10847
10847
|
var _c = __read(React__default.useState(undefined), 2), overlappingDate = _c[0], setOverlappingDate = _c[1];
|
|
10848
10848
|
React__default.useMemo(function () {
|