willba-component-library 0.0.87 → 0.0.90
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/components/FilterBar/FilterBar.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- 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/components/FilterBar/FilterBar.tsx +1 -1
- package/src/components/FilterBar/components/calendar/Calendar.tsx +1 -1
package/lib/index.js
CHANGED
|
@@ -7882,7 +7882,7 @@ var currentMonth = new Date();
|
|
|
7882
7882
|
function Calendar(_a) {
|
|
7883
7883
|
var calendarRange = _a.calendarRange, setCalendarRange = _a.setCalendarRange;
|
|
7884
7884
|
var t = useTranslation('filterBar').t;
|
|
7885
|
-
var isTablet = reactResponsiveExports.useMediaQuery({ maxWidth:
|
|
7885
|
+
var isTablet = reactResponsiveExports.useMediaQuery({ maxWidth: 960 });
|
|
7886
7886
|
var defaultCalendarSelected = {
|
|
7887
7887
|
from: currentMonth,
|
|
7888
7888
|
to: addDays(currentMonth, 0),
|