{day === null ? (
@@ -265,6 +337,8 @@ const Days = ({
active={isActive(day)}
away={away}
emoji={emoji}
+ showMonthTooltip={isSecondWeekOver && !isCompact}
+ isFirstDayOfNextMonth={isFirstDayOfNextMonth}
/>
)}
@@ -297,6 +371,7 @@ const DatePicker = ({
periodDays: null,
periodType: "UNLIMITED",
},
+ isCompact,
...passThroughProps
}: DatePickerProps &
Partial