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