willba-component-library 0.2.20 → 0.2.21
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
|
@@ -10830,7 +10830,7 @@ var Calendar = React__default.forwardRef(function (_a, ref) {
|
|
|
10830
10830
|
calendarRange: calendarRange,
|
|
10831
10831
|
});
|
|
10832
10832
|
}
|
|
10833
|
-
}, []);
|
|
10833
|
+
}, [disableCalendarDates, calendarRange]);
|
|
10834
10834
|
// Handle tooltip
|
|
10835
10835
|
React__default.useEffect(function () {
|
|
10836
10836
|
if (typeof document === 'undefined')
|