From fa8430b03661bc97a9337950a0855660d22fc7f0 Mon Sep 17 00:00:00 2001 From: vpsmolina Date: Wed, 12 Feb 2025 15:02:34 +0300 Subject: [PATCH] fix(Calendar): change FontFamily --- packages/calendar/package.json | 3 +- packages/calendar/src/Calendar/Calendar.tsx | 4 +- .../__snapshots__/Calendar.test.tsx.snap | 1498 ++++++++--------- .../__snapshots__/ModalCalendar.test.tsx.snap | 420 ++--- 4 files changed, 963 insertions(+), 962 deletions(-) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 9a7965bd..f39d9bf4 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -30,9 +30,10 @@ "author": "Kirill Lebedev ", "license": "MIT", "peerDependencies": { + "@expo-google-fonts/inter": "^0.2.3", "@lad-tech/mobydick-core": "7.35.0-next.11", "react": ">=17.0.2", "react-native": ">=0.66.4", "react-native-calendars": "^1.1292.0" } -} \ No newline at end of file +} diff --git a/packages/calendar/src/Calendar/Calendar.tsx b/packages/calendar/src/Calendar/Calendar.tsx index e3d4d653..7308eb8f 100644 --- a/packages/calendar/src/Calendar/Calendar.tsx +++ b/packages/calendar/src/Calendar/Calendar.tsx @@ -108,10 +108,10 @@ const Calendar: FC = props => { textDisabledColor: colors.TextMuted, arrowColor: colors.IconNeutral, monthTextColor: colors.TextPrimary, - textDayHeaderFontFamily: 'Inter-SemiBold', + textDayHeaderFontFamily: 'Inter_600SemiBold', textDayHeaderFontSize: px(14), textDayFontSize: px(14), - textDayFontFamily: 'Inter-Medium', + textDayFontFamily: 'Inter_500Medium', weekVerticalMargin: px(1), 'stylesheet.day.period': { todayText: { diff --git a/packages/calendar/src/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap b/packages/calendar/src/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap index 9ce75433..80cfff36 100644 --- a/packages/calendar/src/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap +++ b/packages/calendar/src/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap @@ -495,7 +495,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -582,7 +582,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -670,7 +670,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -755,7 +755,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -840,7 +840,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -925,7 +925,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1010,7 +1010,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1105,7 +1105,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1190,7 +1190,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1275,7 +1275,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1360,7 +1360,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1445,7 +1445,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1530,7 +1530,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1615,7 +1615,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1710,7 +1710,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1795,7 +1795,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1880,7 +1880,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1965,7 +1965,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2050,7 +2050,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2135,7 +2135,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2220,7 +2220,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2315,7 +2315,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2400,7 +2400,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2485,7 +2485,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2570,7 +2570,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2655,7 +2655,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2740,7 +2740,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2825,7 +2825,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2920,7 +2920,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3005,7 +3005,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3090,7 +3090,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3175,7 +3175,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3260,7 +3260,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3344,7 +3344,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3431,7 +3431,7 @@ exports[`Calendar press calendarLeftArrow 01 -> 12 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3949,7 +3949,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4036,7 +4036,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4124,7 +4124,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4209,7 +4209,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4294,7 +4294,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4379,7 +4379,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4464,7 +4464,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4559,7 +4559,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4644,7 +4644,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4729,7 +4729,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4814,7 +4814,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4899,7 +4899,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4984,7 +4984,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5069,7 +5069,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5164,7 +5164,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5249,7 +5249,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5334,7 +5334,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5419,7 +5419,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5504,7 +5504,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5589,7 +5589,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5674,7 +5674,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5769,7 +5769,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5854,7 +5854,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5939,7 +5939,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6024,7 +6024,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6109,7 +6109,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6194,7 +6194,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6279,7 +6279,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6374,7 +6374,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6459,7 +6459,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6544,7 +6544,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6629,7 +6629,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6713,7 +6713,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6800,7 +6800,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6887,7 +6887,7 @@ exports[`Calendar press calendarLeftArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12600,7 +12600,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12688,7 +12688,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12773,7 +12773,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12858,7 +12858,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12943,7 +12943,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13028,7 +13028,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13113,7 +13113,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13208,7 +13208,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13293,7 +13293,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13378,7 +13378,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13463,7 +13463,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13548,7 +13548,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13633,7 +13633,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13718,7 +13718,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13813,7 +13813,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13898,7 +13898,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13983,7 +13983,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14068,7 +14068,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14153,7 +14153,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14238,7 +14238,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14323,7 +14323,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14418,7 +14418,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14503,7 +14503,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14588,7 +14588,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14673,7 +14673,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14758,7 +14758,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14843,7 +14843,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14928,7 +14928,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15023,7 +15023,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15107,7 +15107,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15194,7 +15194,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15281,7 +15281,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15368,7 +15368,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15455,7 +15455,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15542,7 +15542,7 @@ exports[`Calendar press calendarRightArrow 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16060,7 +16060,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16147,7 +16147,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16234,7 +16234,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16321,7 +16321,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16408,7 +16408,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16495,7 +16495,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16583,7 +16583,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16678,7 +16678,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16763,7 +16763,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16848,7 +16848,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16933,7 +16933,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17018,7 +17018,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17103,7 +17103,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17188,7 +17188,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17283,7 +17283,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17368,7 +17368,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17453,7 +17453,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17538,7 +17538,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17623,7 +17623,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17708,7 +17708,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17793,7 +17793,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17888,7 +17888,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17973,7 +17973,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18058,7 +18058,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18143,7 +18143,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18228,7 +18228,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18313,7 +18313,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18398,7 +18398,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18493,7 +18493,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18578,7 +18578,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18663,7 +18663,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18748,7 +18748,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18833,7 +18833,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18918,7 +18918,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19003,7 +19003,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19098,7 +19098,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19183,7 +19183,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19267,7 +19267,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19354,7 +19354,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19441,7 +19441,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19528,7 +19528,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19615,7 +19615,7 @@ exports[`Calendar press calendarRightArrow 12 -> 1 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20133,7 +20133,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20220,7 +20220,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20307,7 +20307,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20394,7 +20394,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20482,7 +20482,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20567,7 +20567,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20652,7 +20652,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20747,7 +20747,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20832,7 +20832,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20917,7 +20917,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21002,7 +21002,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21087,7 +21087,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21172,7 +21172,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21257,7 +21257,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21352,7 +21352,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21437,7 +21437,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21522,7 +21522,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21607,7 +21607,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21731,7 +21731,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21833,7 +21833,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21918,7 +21918,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22013,7 +22013,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22098,7 +22098,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22183,7 +22183,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22268,7 +22268,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22353,7 +22353,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22438,7 +22438,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22523,7 +22523,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22618,7 +22618,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22703,7 +22703,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22788,7 +22788,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22873,7 +22873,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22958,7 +22958,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -23043,7 +23043,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -23128,7 +23128,7 @@ exports[`Calendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -23643,7 +23643,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -23730,7 +23730,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -23817,7 +23817,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -23905,7 +23905,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -23990,7 +23990,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24075,7 +24075,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24160,7 +24160,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24255,7 +24255,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24340,7 +24340,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24425,7 +24425,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24510,7 +24510,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24595,7 +24595,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24680,7 +24680,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24765,7 +24765,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24860,7 +24860,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -24945,7 +24945,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25030,7 +25030,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25115,7 +25115,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25200,7 +25200,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25285,7 +25285,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25370,7 +25370,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25465,7 +25465,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25550,7 +25550,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25635,7 +25635,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25720,7 +25720,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25805,7 +25805,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25890,7 +25890,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -25975,7 +25975,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -26070,7 +26070,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -26155,7 +26155,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -26240,7 +26240,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -26325,7 +26325,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -26410,7 +26410,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -26495,7 +26495,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -26579,7 +26579,7 @@ exports[`Calendar renders correctly dottedDates 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27097,7 +27097,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27184,7 +27184,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27271,7 +27271,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27359,7 +27359,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27444,7 +27444,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27529,7 +27529,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27614,7 +27614,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27709,7 +27709,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27794,7 +27794,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27879,7 +27879,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -27964,7 +27964,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28049,7 +28049,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28134,7 +28134,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28219,7 +28219,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28314,7 +28314,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28399,7 +28399,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28484,7 +28484,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28569,7 +28569,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28654,7 +28654,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28739,7 +28739,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28824,7 +28824,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -28919,7 +28919,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29004,7 +29004,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29089,7 +29089,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29174,7 +29174,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29259,7 +29259,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29344,7 +29344,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29429,7 +29429,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29524,7 +29524,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29609,7 +29609,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29694,7 +29694,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29779,7 +29779,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29864,7 +29864,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -29949,7 +29949,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -30033,7 +30033,7 @@ exports[`Calendar renders correctly dottedDates cc 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -30551,7 +30551,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -30638,7 +30638,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -30725,7 +30725,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -30812,7 +30812,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -30900,7 +30900,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -30985,7 +30985,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31070,7 +31070,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31165,7 +31165,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31250,7 +31250,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31335,7 +31335,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31420,7 +31420,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31505,7 +31505,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31590,7 +31590,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31675,7 +31675,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31770,7 +31770,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31855,7 +31855,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -31940,7 +31940,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32025,7 +32025,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32110,7 +32110,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32195,7 +32195,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32280,7 +32280,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32375,7 +32375,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32460,7 +32460,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32545,7 +32545,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32630,7 +32630,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32715,7 +32715,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32800,7 +32800,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32885,7 +32885,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -32980,7 +32980,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -33065,7 +33065,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -33150,7 +33150,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -33235,7 +33235,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -33320,7 +33320,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -33405,7 +33405,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -33490,7 +33490,7 @@ exports[`Calendar renders correctly isClear 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34005,7 +34005,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34093,7 +34093,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34178,7 +34178,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34263,7 +34263,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34348,7 +34348,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34433,7 +34433,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34518,7 +34518,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34613,7 +34613,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34698,7 +34698,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34783,7 +34783,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34868,7 +34868,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -34953,7 +34953,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35038,7 +35038,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35123,7 +35123,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35218,7 +35218,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35303,7 +35303,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35388,7 +35388,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35473,7 +35473,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35558,7 +35558,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35643,7 +35643,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35728,7 +35728,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35823,7 +35823,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35908,7 +35908,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -35993,7 +35993,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36078,7 +36078,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36163,7 +36163,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36248,7 +36248,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36333,7 +36333,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36428,7 +36428,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36512,7 +36512,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36599,7 +36599,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36686,7 +36686,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36773,7 +36773,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36860,7 +36860,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -36947,7 +36947,7 @@ exports[`Calendar renders correctly isClear isShowToday 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -37465,7 +37465,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -37552,7 +37552,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -37639,7 +37639,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -37726,7 +37726,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -37853,7 +37853,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -37989,7 +37989,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38125,7 +38125,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38275,7 +38275,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38376,7 +38376,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38461,7 +38461,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38546,7 +38546,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38631,7 +38631,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38716,7 +38716,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38801,7 +38801,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38896,7 +38896,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -38981,7 +38981,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39066,7 +39066,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39151,7 +39151,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39236,7 +39236,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39321,7 +39321,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39406,7 +39406,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39501,7 +39501,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39586,7 +39586,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39671,7 +39671,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39756,7 +39756,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39841,7 +39841,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -39926,7 +39926,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40011,7 +40011,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40106,7 +40106,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40191,7 +40191,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40276,7 +40276,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40361,7 +40361,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40446,7 +40446,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40531,7 +40531,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -40616,7 +40616,7 @@ exports[`Calendar renders correctly isShowToday = false > maxLengthDateRange max { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41131,7 +41131,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41218,7 +41218,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41305,7 +41305,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41392,7 +41392,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41480,7 +41480,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41565,7 +41565,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41650,7 +41650,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41745,7 +41745,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41830,7 +41830,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -41915,7 +41915,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42000,7 +42000,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42085,7 +42085,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42170,7 +42170,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42255,7 +42255,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42350,7 +42350,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42435,7 +42435,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42520,7 +42520,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42605,7 +42605,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42729,7 +42729,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42831,7 +42831,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -42916,7 +42916,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43011,7 +43011,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43096,7 +43096,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43181,7 +43181,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43266,7 +43266,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43351,7 +43351,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43436,7 +43436,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43521,7 +43521,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43616,7 +43616,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43701,7 +43701,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43786,7 +43786,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43871,7 +43871,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -43956,7 +43956,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -44041,7 +44041,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -44126,7 +44126,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -44641,7 +44641,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -44728,7 +44728,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -44815,7 +44815,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -44902,7 +44902,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -44989,7 +44989,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45076,7 +45076,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45163,7 +45163,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45260,7 +45260,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45347,7 +45347,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45434,7 +45434,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45521,7 +45521,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45608,7 +45608,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45695,7 +45695,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45782,7 +45782,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45879,7 +45879,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -45966,7 +45966,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46093,7 +46093,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46233,7 +46233,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46373,7 +46373,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46475,7 +46475,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46560,7 +46560,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46655,7 +46655,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46740,7 +46740,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46825,7 +46825,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46909,7 +46909,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -46996,7 +46996,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47083,7 +47083,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47170,7 +47170,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47267,7 +47267,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47354,7 +47354,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47441,7 +47441,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47528,7 +47528,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47615,7 +47615,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47702,7 +47702,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -47789,7 +47789,7 @@ exports[`Calendar renders correctly isShowToday = true < maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48307,7 +48307,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48394,7 +48394,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48481,7 +48481,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48568,7 +48568,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48656,7 +48656,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48741,7 +48741,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48826,7 +48826,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -48921,7 +48921,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49006,7 +49006,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49091,7 +49091,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49176,7 +49176,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49261,7 +49261,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49346,7 +49346,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49431,7 +49431,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49526,7 +49526,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49611,7 +49611,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49696,7 +49696,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49781,7 +49781,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -49905,7 +49905,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50007,7 +50007,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50092,7 +50092,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50187,7 +50187,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50272,7 +50272,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50357,7 +50357,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50442,7 +50442,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50527,7 +50527,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50612,7 +50612,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50697,7 +50697,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50792,7 +50792,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50877,7 +50877,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -50962,7 +50962,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -51047,7 +51047,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -51132,7 +51132,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -51217,7 +51217,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -51302,7 +51302,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -51817,7 +51817,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -51904,7 +51904,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -51991,7 +51991,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52078,7 +52078,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52205,7 +52205,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52341,7 +52341,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52477,7 +52477,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52627,7 +52627,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52728,7 +52728,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52813,7 +52813,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52898,7 +52898,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -52983,7 +52983,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53068,7 +53068,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53153,7 +53153,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53248,7 +53248,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53333,7 +53333,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53418,7 +53418,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53503,7 +53503,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53627,7 +53627,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53729,7 +53729,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53814,7 +53814,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53909,7 +53909,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -53994,7 +53994,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54079,7 +54079,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54164,7 +54164,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54249,7 +54249,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54334,7 +54334,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54419,7 +54419,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54514,7 +54514,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54599,7 +54599,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54684,7 +54684,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54769,7 +54769,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54854,7 +54854,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -54939,7 +54939,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -55024,7 +55024,7 @@ exports[`Calendar renders correctly isShowToday = true > maxLengthDateRange maxD { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -55539,7 +55539,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -55626,7 +55626,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -55713,7 +55713,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -55800,7 +55800,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -55887,7 +55887,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -55974,7 +55974,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56061,7 +56061,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56158,7 +56158,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56245,7 +56245,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56332,7 +56332,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56419,7 +56419,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56506,7 +56506,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56593,7 +56593,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56680,7 +56680,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56777,7 +56777,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56864,7 +56864,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -56951,7 +56951,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57038,7 +57038,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57125,7 +57125,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57212,7 +57212,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57299,7 +57299,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57396,7 +57396,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57483,7 +57483,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57570,7 +57570,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57657,7 +57657,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57744,7 +57744,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57831,7 +57831,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -57918,7 +57918,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -58015,7 +58015,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -58102,7 +58102,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -58189,7 +58189,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -58276,7 +58276,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -58363,7 +58363,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -58450,7 +58450,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -58537,7 +58537,7 @@ exports[`Calendar renders correctly maxDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59055,7 +59055,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59142,7 +59142,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59229,7 +59229,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59316,7 +59316,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59403,7 +59403,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59490,7 +59490,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59577,7 +59577,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59674,7 +59674,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59761,7 +59761,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59848,7 +59848,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -59935,7 +59935,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60022,7 +60022,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60109,7 +60109,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60196,7 +60196,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60293,7 +60293,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60380,7 +60380,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60467,7 +60467,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60554,7 +60554,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60641,7 +60641,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60728,7 +60728,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60815,7 +60815,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60912,7 +60912,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -60999,7 +60999,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61086,7 +61086,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61173,7 +61173,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61260,7 +61260,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61347,7 +61347,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61434,7 +61434,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61531,7 +61531,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61618,7 +61618,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61705,7 +61705,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61792,7 +61792,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61879,7 +61879,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -61966,7 +61966,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -62053,7 +62053,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -62571,7 +62571,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -62658,7 +62658,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -62745,7 +62745,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -62832,7 +62832,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -62919,7 +62919,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63006,7 +63006,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63093,7 +63093,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63190,7 +63190,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63277,7 +63277,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63364,7 +63364,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63451,7 +63451,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63538,7 +63538,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63625,7 +63625,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63712,7 +63712,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63809,7 +63809,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63896,7 +63896,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -63983,7 +63983,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64070,7 +64070,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64157,7 +64157,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64244,7 +64244,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64331,7 +64331,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64428,7 +64428,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64515,7 +64515,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64602,7 +64602,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64689,7 +64689,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64776,7 +64776,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64863,7 +64863,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -64950,7 +64950,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -65047,7 +65047,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -65134,7 +65134,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -65221,7 +65221,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -65308,7 +65308,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -65395,7 +65395,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -65482,7 +65482,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -65569,7 +65569,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange fromDate { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66087,7 +66087,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66174,7 +66174,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66261,7 +66261,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66348,7 +66348,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66435,7 +66435,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66522,7 +66522,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66609,7 +66609,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66706,7 +66706,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66793,7 +66793,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66880,7 +66880,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -66967,7 +66967,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67054,7 +67054,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67141,7 +67141,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67228,7 +67228,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67325,7 +67325,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67412,7 +67412,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67499,7 +67499,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67586,7 +67586,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67673,7 +67673,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67760,7 +67760,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67847,7 +67847,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -67944,7 +67944,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68031,7 +68031,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68118,7 +68118,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68205,7 +68205,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68292,7 +68292,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68379,7 +68379,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68466,7 +68466,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68563,7 +68563,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68650,7 +68650,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68737,7 +68737,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68824,7 +68824,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68911,7 +68911,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -68998,7 +68998,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -69085,7 +69085,7 @@ exports[`Calendar renders correctly maxDate minDate maxLengthDateRange isPeriod { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -69603,7 +69603,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -69690,7 +69690,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -69777,7 +69777,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -69864,7 +69864,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -69951,7 +69951,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70039,7 +70039,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70124,7 +70124,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70219,7 +70219,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70304,7 +70304,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70389,7 +70389,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70474,7 +70474,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70559,7 +70559,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70644,7 +70644,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70729,7 +70729,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70824,7 +70824,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70909,7 +70909,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -70994,7 +70994,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71079,7 +71079,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71164,7 +71164,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71249,7 +71249,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71334,7 +71334,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71429,7 +71429,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71514,7 +71514,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71599,7 +71599,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71684,7 +71684,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71769,7 +71769,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71854,7 +71854,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -71939,7 +71939,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72034,7 +72034,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72119,7 +72119,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72204,7 +72204,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72289,7 +72289,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72374,7 +72374,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72459,7 +72459,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72544,7 +72544,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72639,7 +72639,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72723,7 +72723,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72810,7 +72810,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72897,7 +72897,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -72984,7 +72984,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -73071,7 +73071,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -73158,7 +73158,7 @@ exports[`Calendar renders correctly maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -73676,7 +73676,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -73763,7 +73763,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -73850,7 +73850,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -73937,7 +73937,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74024,7 +74024,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74111,7 +74111,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74198,7 +74198,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74295,7 +74295,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74382,7 +74382,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74469,7 +74469,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74556,7 +74556,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74643,7 +74643,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74730,7 +74730,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74817,7 +74817,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -74914,7 +74914,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75001,7 +75001,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75088,7 +75088,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75175,7 +75175,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75262,7 +75262,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75349,7 +75349,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75436,7 +75436,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75533,7 +75533,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75620,7 +75620,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75707,7 +75707,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75794,7 +75794,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75881,7 +75881,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -75968,7 +75968,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76055,7 +76055,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76152,7 +76152,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76239,7 +76239,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76326,7 +76326,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76413,7 +76413,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76500,7 +76500,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76587,7 +76587,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -76674,7 +76674,7 @@ exports[`Calendar renders correctly minDate maxLengthDateRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77192,7 +77192,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77279,7 +77279,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77366,7 +77366,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77453,7 +77453,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77541,7 +77541,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77626,7 +77626,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77711,7 +77711,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77806,7 +77806,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77891,7 +77891,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -77976,7 +77976,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78061,7 +78061,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78146,7 +78146,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78231,7 +78231,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78316,7 +78316,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78411,7 +78411,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78496,7 +78496,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78581,7 +78581,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78666,7 +78666,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78790,7 +78790,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78892,7 +78892,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -78977,7 +78977,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79072,7 +79072,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79157,7 +79157,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79242,7 +79242,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79327,7 +79327,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79412,7 +79412,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79497,7 +79497,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79582,7 +79582,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79677,7 +79677,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79762,7 +79762,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79847,7 +79847,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -79932,7 +79932,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -80017,7 +80017,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -80102,7 +80102,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -80187,7 +80187,7 @@ exports[`Calendar renders correctly not isValidDate 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, diff --git a/packages/calendar/src/Calendar/__tests__/__snapshots__/ModalCalendar.test.tsx.snap b/packages/calendar/src/Calendar/__tests__/__snapshots__/ModalCalendar.test.tsx.snap index 3f4cb93d..72e03bf1 100644 --- a/packages/calendar/src/Calendar/__tests__/__snapshots__/ModalCalendar.test.tsx.snap +++ b/packages/calendar/src/Calendar/__tests__/__snapshots__/ModalCalendar.test.tsx.snap @@ -618,7 +618,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -705,7 +705,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -792,7 +792,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -879,7 +879,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -967,7 +967,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1052,7 +1052,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1137,7 +1137,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1232,7 +1232,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1317,7 +1317,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1402,7 +1402,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1487,7 +1487,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1572,7 +1572,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1657,7 +1657,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1742,7 +1742,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1837,7 +1837,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -1922,7 +1922,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2007,7 +2007,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2092,7 +2092,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2216,7 +2216,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2318,7 +2318,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2403,7 +2403,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2498,7 +2498,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2583,7 +2583,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2668,7 +2668,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2753,7 +2753,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2838,7 +2838,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -2923,7 +2923,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3008,7 +3008,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3103,7 +3103,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3188,7 +3188,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3273,7 +3273,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3358,7 +3358,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3443,7 +3443,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3528,7 +3528,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -3613,7 +3613,7 @@ exports[`ModalCalendar bottomView IButtonView.large 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4451,7 +4451,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4538,7 +4538,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4625,7 +4625,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4712,7 +4712,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4800,7 +4800,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4885,7 +4885,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -4970,7 +4970,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5065,7 +5065,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5150,7 +5150,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5235,7 +5235,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5320,7 +5320,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5405,7 +5405,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5490,7 +5490,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5575,7 +5575,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5670,7 +5670,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5755,7 +5755,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5840,7 +5840,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -5925,7 +5925,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6049,7 +6049,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6151,7 +6151,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6236,7 +6236,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6331,7 +6331,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6416,7 +6416,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6501,7 +6501,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6586,7 +6586,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6671,7 +6671,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6756,7 +6756,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6841,7 +6841,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -6936,7 +6936,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -7021,7 +7021,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -7106,7 +7106,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -7191,7 +7191,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -7276,7 +7276,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -7361,7 +7361,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -7446,7 +7446,7 @@ exports[`ModalCalendar bottomView IButtonView.small onAcceptDateRangeChange 1`] { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8194,7 +8194,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8281,7 +8281,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8368,7 +8368,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8455,7 +8455,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8543,7 +8543,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8628,7 +8628,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8713,7 +8713,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8808,7 +8808,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8893,7 +8893,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -8978,7 +8978,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9063,7 +9063,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9148,7 +9148,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9233,7 +9233,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9318,7 +9318,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9413,7 +9413,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9498,7 +9498,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9583,7 +9583,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9668,7 +9668,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9792,7 +9792,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9894,7 +9894,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -9979,7 +9979,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10074,7 +10074,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10159,7 +10159,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10244,7 +10244,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10329,7 +10329,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10414,7 +10414,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10499,7 +10499,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10584,7 +10584,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10679,7 +10679,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10764,7 +10764,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10849,7 +10849,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -10934,7 +10934,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -11019,7 +11019,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -11104,7 +11104,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -11189,7 +11189,7 @@ exports[`ModalCalendar bottomView IButtonView.small onDateRangeChange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -11937,7 +11937,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12024,7 +12024,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12111,7 +12111,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12198,7 +12198,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12286,7 +12286,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12371,7 +12371,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12456,7 +12456,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12551,7 +12551,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12636,7 +12636,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12721,7 +12721,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12806,7 +12806,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12891,7 +12891,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -12976,7 +12976,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13061,7 +13061,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13156,7 +13156,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13241,7 +13241,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13326,7 +13326,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13411,7 +13411,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13535,7 +13535,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13637,7 +13637,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13722,7 +13722,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13817,7 +13817,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13902,7 +13902,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -13987,7 +13987,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14072,7 +14072,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14157,7 +14157,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14242,7 +14242,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14327,7 +14327,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14422,7 +14422,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14507,7 +14507,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14592,7 +14592,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14677,7 +14677,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14762,7 +14762,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14847,7 +14847,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -14932,7 +14932,7 @@ exports[`ModalCalendar renders correctly 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15603,7 +15603,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15690,7 +15690,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15777,7 +15777,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15864,7 +15864,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -15952,7 +15952,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16037,7 +16037,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16122,7 +16122,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16217,7 +16217,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16302,7 +16302,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16387,7 +16387,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16472,7 +16472,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16557,7 +16557,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16642,7 +16642,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16727,7 +16727,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16822,7 +16822,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16907,7 +16907,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -16992,7 +16992,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17077,7 +17077,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17201,7 +17201,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17342,7 +17342,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17443,7 +17443,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17538,7 +17538,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17623,7 +17623,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17708,7 +17708,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17793,7 +17793,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17878,7 +17878,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -17963,7 +17963,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18048,7 +18048,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18143,7 +18143,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18228,7 +18228,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18313,7 +18313,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18398,7 +18398,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18483,7 +18483,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18568,7 +18568,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -18653,7 +18653,7 @@ exports[`ModalCalendar renders correctly initialRange 1`] = ` { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19324,7 +19324,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19411,7 +19411,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19498,7 +19498,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19585,7 +19585,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19673,7 +19673,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19758,7 +19758,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19843,7 +19843,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -19938,7 +19938,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20023,7 +20023,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20108,7 +20108,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20193,7 +20193,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20278,7 +20278,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20363,7 +20363,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20448,7 +20448,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20543,7 +20543,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20628,7 +20628,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20713,7 +20713,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20798,7 +20798,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -20922,7 +20922,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21024,7 +21024,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21109,7 +21109,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21204,7 +21204,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21289,7 +21289,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21374,7 +21374,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21459,7 +21459,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21544,7 +21544,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21629,7 +21629,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21714,7 +21714,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21809,7 +21809,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21894,7 +21894,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -21979,7 +21979,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22064,7 +22064,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22149,7 +22149,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22234,7 +22234,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", }, @@ -22319,7 +22319,7 @@ exports[`ModalCalendar renders correctly initialRange only fromDate isShowToday { "backgroundColor": "rgba(0, 0, 0, 0)", "color": "#20242D", - "fontFamily": "Inter-Medium", + "fontFamily": "Inter_500Medium", "fontSize": 14, "fontWeight": "300", },