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.umd.js
CHANGED
|
@@ -10832,7 +10832,7 @@
|
|
|
10832
10832
|
calendarRange: calendarRange,
|
|
10833
10833
|
});
|
|
10834
10834
|
}
|
|
10835
|
-
}, []);
|
|
10835
|
+
}, [disableCalendarDates, calendarRange]);
|
|
10836
10836
|
// Handle tooltip
|
|
10837
10837
|
React__default.useEffect(function () {
|
|
10838
10838
|
if (typeof document === 'undefined')
|