willba-component-library 0.2.31 → 0.2.32
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 +6 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +6 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +6 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/core/components/calendar/Calendar.tsx +6 -1
package/lib/index.js
CHANGED
|
@@ -10917,7 +10917,12 @@ var Calendar = React__default.forwardRef(function (_a, ref) {
|
|
|
10917
10917
|
tooltipClonesCheckOut.forEach(function (clone) { return clone.remove(); });
|
|
10918
10918
|
tooltipClonesOverlappingDates.forEach(function (clone) { return clone.remove(); });
|
|
10919
10919
|
};
|
|
10920
|
-
}, [
|
|
10920
|
+
}, [
|
|
10921
|
+
calendarRange,
|
|
10922
|
+
updateCalendarMonthNavigation,
|
|
10923
|
+
overlappingDate,
|
|
10924
|
+
initialCalendarRange,
|
|
10925
|
+
]);
|
|
10921
10926
|
return (React__default.createElement("div", { className: "will-filter-bar-calendar", ref: ref },
|
|
10922
10927
|
React__default.createElement("div", { className: "will-calendar-filter-container" },
|
|
10923
10928
|
React__default.createElement(DayPicker, { key: updateCalendarDefaultMoth, id: "will-calendar", mode: "range", locale: language === 'en' ? enUS : fi, numberOfMonths: !isTablet ? 2 : 1, weekStartsOn: 1, selected: calendarRange, onSelect: function (range) {
|