willba-component-library 0.0.87 → 0.0.88
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.umd.js
CHANGED
|
@@ -7884,7 +7884,7 @@
|
|
|
7884
7884
|
function Calendar(_a) {
|
|
7885
7885
|
var calendarRange = _a.calendarRange, setCalendarRange = _a.setCalendarRange;
|
|
7886
7886
|
var t = useTranslation('filterBar').t;
|
|
7887
|
-
var isTablet = reactResponsiveExports.useMediaQuery({ maxWidth:
|
|
7887
|
+
var isTablet = reactResponsiveExports.useMediaQuery({ maxWidth: 960 });
|
|
7888
7888
|
var defaultCalendarSelected = {
|
|
7889
7889
|
from: currentMonth,
|
|
7890
7890
|
to: addDays(currentMonth, 0),
|