diff --git a/android/app/src/main/assets/fonts/Inter-Bold.otf b/android/app/src/main/assets/fonts/Inter-Bold.otf deleted file mode 100644 index c74cc0c6c13..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-Bold.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-Bold.ttf b/android/app/src/main/assets/fonts/Inter-Bold.ttf new file mode 100644 index 00000000000..9fb9b751e5b Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-Bold.ttf differ diff --git a/android/app/src/main/assets/fonts/Inter-Bold_italic.otf b/android/app/src/main/assets/fonts/Inter-Bold_italic.otf deleted file mode 100644 index 20d20c195cd..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-Bold_italic.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-Bold_italic.ttf b/android/app/src/main/assets/fonts/Inter-Bold_italic.ttf new file mode 100644 index 00000000000..8d050001a53 Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-Bold_italic.ttf differ diff --git a/android/app/src/main/assets/fonts/Inter-Medium.otf b/android/app/src/main/assets/fonts/Inter-Medium.otf deleted file mode 100644 index ca7bfcd4340..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-Medium.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-Medium.ttf b/android/app/src/main/assets/fonts/Inter-Medium.ttf new file mode 100644 index 00000000000..458cd0601d2 Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-Medium.ttf differ diff --git a/android/app/src/main/assets/fonts/Inter-Medium_italic.otf b/android/app/src/main/assets/fonts/Inter-Medium_italic.otf deleted file mode 100644 index 2df62bc189f..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-Medium_italic.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-Medium_italic.ttf b/android/app/src/main/assets/fonts/Inter-Medium_italic.ttf new file mode 100644 index 00000000000..22b898df31c Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-Medium_italic.ttf differ diff --git a/android/app/src/main/assets/fonts/Inter-Regular.otf b/android/app/src/main/assets/fonts/Inter-Regular.otf deleted file mode 100644 index 84e6a61c3c0..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-Regular.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-Regular.ttf b/android/app/src/main/assets/fonts/Inter-Regular.ttf new file mode 100644 index 00000000000..b7aaca8de1f Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-Regular.ttf differ diff --git a/android/app/src/main/assets/fonts/Inter-Regular_italic.otf b/android/app/src/main/assets/fonts/Inter-Regular_italic.otf deleted file mode 100644 index 39d6016be45..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-Regular_italic.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-Regular_italic.ttf b/android/app/src/main/assets/fonts/Inter-Regular_italic.ttf new file mode 100644 index 00000000000..e7ed211d2d6 Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-Regular_italic.ttf differ diff --git a/android/app/src/main/assets/fonts/Inter-SemiBold.otf b/android/app/src/main/assets/fonts/Inter-SemiBold.otf deleted file mode 100644 index daf4c4413f7..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-SemiBold.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-SemiBold.ttf b/android/app/src/main/assets/fonts/Inter-SemiBold.ttf new file mode 100644 index 00000000000..47f8ab1d681 Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-SemiBold.ttf differ diff --git a/android/app/src/main/assets/fonts/Inter-SemiBold_italic.otf b/android/app/src/main/assets/fonts/Inter-SemiBold_italic.otf deleted file mode 100644 index bc58b80d70b..00000000000 Binary files a/android/app/src/main/assets/fonts/Inter-SemiBold_italic.otf and /dev/null differ diff --git a/android/app/src/main/assets/fonts/Inter-SemiBold_italic.ttf b/android/app/src/main/assets/fonts/Inter-SemiBold_italic.ttf new file mode 100644 index 00000000000..3f704a20869 Binary files /dev/null and b/android/app/src/main/assets/fonts/Inter-SemiBold_italic.ttf differ diff --git a/app/containers/AudioPlayer/styles.ts b/app/containers/AudioPlayer/styles.ts index 519ab7a3707..d2b131df4ac 100644 --- a/app/containers/AudioPlayer/styles.ts +++ b/app/containers/AudioPlayer/styles.ts @@ -39,7 +39,6 @@ const styles = StyleSheet.create({ }, duration: { marginHorizontal: 12, - fontVariant: ['tabular-nums'], fontSize: 14, ...sharedStyles.textRegular }, diff --git a/app/containers/BackgroundContainer/__snapshots__/index.test.tsx.snap b/app/containers/BackgroundContainer/__snapshots__/index.test.tsx.snap index dee77777f7b..0a5d30836a0 100644 --- a/app/containers/BackgroundContainer/__snapshots__/index.test.tsx.snap +++ b/app/containers/BackgroundContainer/__snapshots__/index.test.tsx.snap @@ -94,6 +94,9 @@ exports[`Story Snapshots: BlackThemeLoading should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "left": 0, "paddingHorizontal": 24, @@ -156,6 +159,9 @@ exports[`Story Snapshots: BlackThemeText should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "left": 0, "paddingHorizontal": 24, @@ -224,6 +230,9 @@ exports[`Story Snapshots: DarkThemeLoading should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "left": 0, "paddingHorizontal": 24, @@ -286,6 +295,9 @@ exports[`Story Snapshots: DarkThemeText should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "left": 0, "paddingHorizontal": 24, @@ -354,6 +366,9 @@ exports[`Story Snapshots: Loading should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "left": 0, "paddingHorizontal": 24, @@ -416,6 +431,9 @@ exports[`Story Snapshots: LongText should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "left": 0, "paddingHorizontal": 24, @@ -484,6 +502,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "left": 0, "paddingHorizontal": 24, diff --git a/app/containers/Button/__snapshots__/Button.test.tsx.snap b/app/containers/Button/__snapshots__/Button.test.tsx.snap index 03f23308774..1b0415bde25 100644 --- a/app/containers/Button/__snapshots__/Button.test.tsx.snap +++ b/app/containers/Button/__snapshots__/Button.test.tsx.snap @@ -63,6 +63,9 @@ exports[`Story Snapshots: CustomButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -141,6 +144,9 @@ exports[`Story Snapshots: DisabledButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -341,6 +347,9 @@ exports[`Story Snapshots: PrimaryButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -415,6 +424,9 @@ exports[`Story Snapshots: SecondaryButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -490,6 +502,9 @@ exports[`Story Snapshots: SmallButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 18, "textAlign": "left", diff --git a/app/containers/Chip/__snapshots__/Chip.test.tsx.snap b/app/containers/Chip/__snapshots__/Chip.test.tsx.snap index 113a0ba0758..56eae0b4fe4 100644 --- a/app/containers/Chip/__snapshots__/Chip.test.tsx.snap +++ b/app/containers/Chip/__snapshots__/Chip.test.tsx.snap @@ -87,6 +87,9 @@ exports[`Story Snapshots: ChipFullWidth should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -244,6 +247,9 @@ exports[`Story Snapshots: ChipText should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -427,6 +433,9 @@ exports[`Story Snapshots: ChipWithShortText should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -555,6 +564,9 @@ exports[`Story Snapshots: ChipWithoutAvatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -683,6 +695,9 @@ exports[`Story Snapshots: ChipWithoutAvatarAndIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -840,6 +855,9 @@ exports[`Story Snapshots: ChipWithoutIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, diff --git a/app/containers/CollapsibleText/__snapshots__/CollapsibleText.test.tsx.snap b/app/containers/CollapsibleText/__snapshots__/CollapsibleText.test.tsx.snap index b66a935426c..68d73f81c38 100644 --- a/app/containers/CollapsibleText/__snapshots__/CollapsibleText.test.tsx.snap +++ b/app/containers/CollapsibleText/__snapshots__/CollapsibleText.test.tsx.snap @@ -17,6 +17,9 @@ exports[`Story Snapshots: Item should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", "textAlignVertical": "center", @@ -40,6 +43,9 @@ exports[`Story Snapshots: Item should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", "textAlignVertical": "center", @@ -63,6 +69,9 @@ exports[`Story Snapshots: Item should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", "textAlignVertical": "center", diff --git a/app/containers/DirectoryItem/__snapshots__/DirectoryItem.test.tsx.snap b/app/containers/DirectoryItem/__snapshots__/DirectoryItem.test.tsx.snap index 376f230643c..02fd544278f 100644 --- a/app/containers/DirectoryItem/__snapshots__/DirectoryItem.test.tsx.snap +++ b/app/containers/DirectoryItem/__snapshots__/DirectoryItem.test.tsx.snap @@ -227,6 +227,9 @@ exports[`Story Snapshots: CustomStyle should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -248,6 +251,9 @@ exports[`Story Snapshots: CustomStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -260,6 +266,9 @@ exports[`Story Snapshots: CustomStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -507,6 +516,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -528,6 +540,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -540,6 +555,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -756,6 +774,9 @@ exports[`Story Snapshots: DirectMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -777,6 +798,9 @@ exports[`Story Snapshots: DirectMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -789,6 +813,9 @@ exports[`Story Snapshots: DirectMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1036,6 +1063,9 @@ exports[`Story Snapshots: LongRoomName should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1057,6 +1087,9 @@ exports[`Story Snapshots: LongRoomName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1069,6 +1102,9 @@ exports[`Story Snapshots: LongRoomName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1089,6 +1125,9 @@ exports[`Story Snapshots: LongRoomName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingLeft": 10, "textAlign": "left", @@ -1279,6 +1318,9 @@ exports[`Story Snapshots: OnlyTitle should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1526,6 +1568,9 @@ exports[`Story Snapshots: TeamMain should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1547,6 +1592,9 @@ exports[`Story Snapshots: TeamMain should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1559,6 +1607,9 @@ exports[`Story Snapshots: TeamMain should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1806,6 +1857,9 @@ exports[`Story Snapshots: WithRightLabel should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1827,6 +1881,9 @@ exports[`Story Snapshots: WithRightLabel should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1839,6 +1896,9 @@ exports[`Story Snapshots: WithRightLabel should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1859,6 +1919,9 @@ exports[`Story Snapshots: WithRightLabel should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingLeft": 10, "textAlign": "left", @@ -2105,6 +2168,9 @@ exports[`Story Snapshots: WithoutDescription should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, diff --git a/app/containers/Header/components/HeaderButton/__snapshots__/HeaderButtons.test.tsx.snap b/app/containers/Header/components/HeaderButton/__snapshots__/HeaderButtons.test.tsx.snap index 0847bc01e2c..a085039cf38 100644 --- a/app/containers/Header/components/HeaderButton/__snapshots__/HeaderButtons.test.tsx.snap +++ b/app/containers/Header/components/HeaderButton/__snapshots__/HeaderButtons.test.tsx.snap @@ -197,6 +197,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -313,6 +316,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -429,6 +435,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1224,6 +1233,9 @@ exports[`Story Snapshots: Common should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3267,6 +3279,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3379,6 +3394,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3812,6 +3830,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3924,6 +3945,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4357,6 +4381,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4469,6 +4496,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4640,6 +4670,9 @@ exports[`Story Snapshots: Title should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4758,6 +4791,9 @@ exports[`Story Snapshots: Title should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4919,6 +4955,9 @@ exports[`Story Snapshots: Title should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4979,6 +5018,9 @@ exports[`Story Snapshots: Title should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5097,6 +5139,9 @@ exports[`Story Snapshots: Title should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5157,6 +5202,9 @@ exports[`Story Snapshots: Title should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, diff --git a/app/containers/InAppNotification/__snapshots__/NotifierComponent.test.tsx.snap b/app/containers/InAppNotification/__snapshots__/NotifierComponent.test.tsx.snap index 299c643eae3..c8346155834 100644 --- a/app/containers/InAppNotification/__snapshots__/NotifierComponent.test.tsx.snap +++ b/app/containers/InAppNotification/__snapshots__/NotifierComponent.test.tsx.snap @@ -191,6 +191,9 @@ exports[`Story Snapshots: ChannelMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 20, "textAlign": "left", @@ -211,6 +214,9 @@ exports[`Story Snapshots: ChannelMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 17, "textAlign": "left", @@ -537,6 +543,9 @@ exports[`Story Snapshots: DirectMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 20, "textAlign": "left", @@ -557,6 +566,9 @@ exports[`Story Snapshots: DirectMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 17, "textAlign": "left", @@ -883,6 +895,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 20, "textAlign": "left", @@ -903,6 +918,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 17, "textAlign": "left", @@ -1229,6 +1247,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 20, "textAlign": "left", @@ -1249,6 +1270,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 17, "textAlign": "left", diff --git a/app/containers/List/__snapshots__/List.test.tsx.snap b/app/containers/List/__snapshots__/List.test.tsx.snap index 02ca3132ced..09d7aab5b6d 100644 --- a/app/containers/List/__snapshots__/List.test.tsx.snap +++ b/app/containers/List/__snapshots__/List.test.tsx.snap @@ -85,6 +85,9 @@ exports[`Story Snapshots: Alert should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -193,6 +196,9 @@ exports[`Story Snapshots: Alert should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -301,6 +307,9 @@ exports[`Story Snapshots: Alert should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -458,6 +467,9 @@ exports[`Story Snapshots: Alert should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -605,6 +617,9 @@ exports[`Story Snapshots: Header should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -633,6 +648,9 @@ exports[`Story Snapshots: Header should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -882,6 +900,9 @@ exports[`Story Snapshots: ListItemWithRightContainerStyle should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -903,6 +924,9 @@ exports[`Story Snapshots: ListItemWithRightContainerStyle should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1130,6 +1154,9 @@ exports[`Story Snapshots: Pressable should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1286,6 +1313,9 @@ exports[`Story Snapshots: Pressable should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1478,6 +1508,9 @@ exports[`Story Snapshots: Radio should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1681,6 +1714,9 @@ exports[`Story Snapshots: Radio should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1884,6 +1920,9 @@ exports[`Story Snapshots: Radio should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2087,6 +2126,9 @@ exports[`Story Snapshots: Radio should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2108,6 +2150,9 @@ exports[`Story Snapshots: Radio should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2303,6 +2348,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2383,6 +2431,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2484,6 +2535,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2564,6 +2618,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2617,6 +2674,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2693,6 +2753,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2773,6 +2836,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2817,6 +2883,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2854,6 +2923,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2930,6 +3002,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3010,6 +3085,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3054,6 +3132,9 @@ exports[`Story Snapshots: SectionAndInfo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3196,6 +3277,9 @@ exports[`Story Snapshots: TitleAndSubtitle should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3276,6 +3360,9 @@ exports[`Story Snapshots: TitleAndSubtitle should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3297,6 +3384,9 @@ exports[`Story Snapshots: TitleAndSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3376,6 +3466,9 @@ exports[`Story Snapshots: TitleAndSubtitle should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3397,6 +3490,9 @@ exports[`Story Snapshots: TitleAndSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3476,6 +3572,9 @@ exports[`Story Snapshots: TitleAndSubtitle should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3497,6 +3596,9 @@ exports[`Story Snapshots: TitleAndSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3593,6 +3695,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3787,6 +3892,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3808,6 +3916,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4057,6 +4168,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -4078,6 +4192,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4171,6 +4288,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4208,6 +4328,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4402,6 +4525,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -4423,6 +4549,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4672,6 +4801,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -4693,6 +4825,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4786,6 +4921,9 @@ exports[`Story Snapshots: WithBiggerFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4870,6 +5008,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5064,6 +5205,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5085,6 +5229,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5334,6 +5481,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5355,6 +5505,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5448,6 +5601,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5485,6 +5641,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5679,6 +5838,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5700,6 +5862,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5949,6 +6114,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5970,6 +6138,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6063,6 +6234,9 @@ exports[`Story Snapshots: WithBlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6167,6 +6341,9 @@ exports[`Story Snapshots: WithCustomColors should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -6319,6 +6496,9 @@ exports[`Story Snapshots: WithCustomColors should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -6419,6 +6599,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6613,6 +6796,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -6634,6 +6820,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6883,6 +7072,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -6904,6 +7096,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6997,6 +7192,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7034,6 +7232,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7228,6 +7429,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -7249,6 +7453,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7498,6 +7705,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -7519,6 +7729,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7612,6 +7825,9 @@ exports[`Story Snapshots: WithDarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7805,6 +8021,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -7891,6 +8110,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -7977,6 +8199,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8063,6 +8288,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8149,6 +8377,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8235,6 +8466,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8321,6 +8555,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8407,6 +8644,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8493,6 +8733,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8579,6 +8822,9 @@ exports[`Story Snapshots: WithFlatList should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8769,6 +9015,9 @@ exports[`Story Snapshots: WithIcon should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8849,6 +9098,9 @@ exports[`Story Snapshots: WithIcon should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9024,6 +9276,9 @@ exports[`Story Snapshots: WithIcon should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9045,6 +9300,9 @@ exports[`Story Snapshots: WithIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9172,6 +9430,9 @@ exports[`Story Snapshots: WithIcon should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9319,6 +9580,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9513,6 +9777,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9534,6 +9801,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9783,6 +10053,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9804,6 +10077,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9897,6 +10173,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9934,6 +10213,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -10128,6 +10410,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -10149,6 +10434,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -10398,6 +10686,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -10419,6 +10710,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -10512,6 +10806,9 @@ exports[`Story Snapshots: WithSmallFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", diff --git a/app/containers/LoginServices/__snapshots__/LoginServices.test.tsx.snap b/app/containers/LoginServices/__snapshots__/LoginServices.test.tsx.snap index 5c4be457eeb..da8fdb96eda 100644 --- a/app/containers/LoginServices/__snapshots__/LoginServices.test.tsx.snap +++ b/app/containers/LoginServices/__snapshots__/LoginServices.test.tsx.snap @@ -62,6 +62,9 @@ exports[`Story Snapshots: Separators should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -102,6 +105,9 @@ exports[`Story Snapshots: Separators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "marginHorizontal": 12, "textAlign": "left", @@ -188,6 +194,9 @@ exports[`Story Snapshots: Separators should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -228,6 +237,9 @@ exports[`Story Snapshots: Separators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "marginHorizontal": 12, "textAlign": "left", @@ -319,6 +331,9 @@ exports[`Story Snapshots: ServiceListCollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -461,6 +476,9 @@ exports[`Story Snapshots: ServiceListCollapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -477,6 +495,9 @@ exports[`Story Snapshots: ServiceListCollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -621,6 +642,9 @@ exports[`Story Snapshots: ServiceListCollapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -637,6 +661,9 @@ exports[`Story Snapshots: ServiceListCollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -781,6 +808,9 @@ exports[`Story Snapshots: ServiceListCollapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -797,6 +827,9 @@ exports[`Story Snapshots: ServiceListCollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -874,6 +907,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1016,6 +1052,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1032,6 +1071,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -1176,6 +1218,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1192,6 +1237,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -1336,6 +1384,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1352,6 +1403,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -1496,6 +1550,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1512,6 +1569,9 @@ exports[`Story Snapshots: ServiceListUncollapsed should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -1660,6 +1720,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1676,6 +1739,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -1819,6 +1885,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1835,6 +1904,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -1978,6 +2050,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1994,6 +2069,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -2137,6 +2215,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2153,6 +2234,9 @@ exports[`Story Snapshots: ServicesList should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } diff --git a/app/containers/MediaCallHeader/__snapshots__/MediaCallHeader.test.tsx.snap b/app/containers/MediaCallHeader/__snapshots__/MediaCallHeader.test.tsx.snap index 4f0abdbca1a..3c951d72160 100644 --- a/app/containers/MediaCallHeader/__snapshots__/MediaCallHeader.test.tsx.snap +++ b/app/containers/MediaCallHeader/__snapshots__/MediaCallHeader.test.tsx.snap @@ -218,6 +218,9 @@ exports[`Story Snapshots: ActiveCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -546,6 +549,9 @@ exports[`Story Snapshots: Collapsed should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -874,6 +880,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -895,6 +904,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", @@ -1219,6 +1231,9 @@ exports[`Story Snapshots: Focused should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -1567,6 +1582,9 @@ exports[`Story Snapshots: WithRemoteHeld should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -1592,6 +1610,9 @@ exports[`Story Snapshots: WithRemoteHeld should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", @@ -1916,6 +1937,9 @@ exports[`Story Snapshots: WithRemoteMuted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -1941,6 +1965,9 @@ exports[`Story Snapshots: WithRemoteMuted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", diff --git a/app/containers/MessageComposer/__snapshots__/MessageComposer.test.tsx.snap b/app/containers/MessageComposer/__snapshots__/MessageComposer.test.tsx.snap index ab660f0a8df..80bd5075c9e 100644 --- a/app/containers/MessageComposer/__snapshots__/MessageComposer.test.tsx.snap +++ b/app/containers/MessageComposer/__snapshots__/MessageComposer.test.tsx.snap @@ -166,6 +166,9 @@ exports[`MessageComposer Audio tap record 1`] = ` "color": "#6C727A", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -386,6 +389,9 @@ exports[`MessageComposer Quote Add quote \`abc\` 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -566,6 +572,9 @@ exports[`MessageComposer Quote Add quote \`abc\` 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "paddingRight": 4, @@ -580,6 +589,9 @@ exports[`MessageComposer Quote Add quote \`abc\` 1`] = ` "color": "#9EA2A8", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", @@ -668,6 +680,9 @@ exports[`MessageComposer Quote Add quote \`abc\` 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -681,6 +696,9 @@ exports[`MessageComposer Quote Add quote \`abc\` 1`] = ` "color": "#2F343D", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -836,6 +854,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -1017,6 +1038,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "paddingRight": 4, @@ -1031,6 +1055,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "color": "#9EA2A8", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", @@ -1119,6 +1146,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1132,6 +1162,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "color": "#2F343D", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1200,6 +1233,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "paddingRight": 4, @@ -1214,6 +1250,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "color": "#9EA2A8", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", @@ -1302,6 +1341,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1315,6 +1357,9 @@ exports[`MessageComposer Quote Add quote \`def\` 1`] = ` "color": "#2F343D", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1470,6 +1515,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -1651,6 +1699,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "paddingRight": 4, @@ -1665,6 +1716,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "color": "#9EA2A8", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", @@ -1753,6 +1807,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1766,6 +1823,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "color": "#2F343D", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1834,6 +1894,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "paddingRight": 4, @@ -1848,6 +1911,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "color": "#9EA2A8", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 16, "textAlign": "left", @@ -1936,6 +2002,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1949,6 +2018,9 @@ exports[`MessageComposer Quote Remove a quote 1`] = ` "color": "#2F343D", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2023,6 +2095,9 @@ exports[`MessageComposer Toolbar Markdown tap bold 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -2649,6 +2724,9 @@ exports[`MessageComposer Toolbar Markdown tap code 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -3275,6 +3353,9 @@ exports[`MessageComposer Toolbar Markdown tap code-block 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -3901,6 +3982,9 @@ exports[`MessageComposer Toolbar Markdown tap italic 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -4527,6 +4611,9 @@ exports[`MessageComposer Toolbar Markdown tap markdown 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -5153,6 +5240,9 @@ exports[`MessageComposer Toolbar Markdown tap strike 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -5779,6 +5869,9 @@ exports[`MessageComposer Toolbar Markdown type test and tap bold 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -6405,6 +6498,9 @@ exports[`MessageComposer Toolbar Markdown type test and tap code 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -7031,6 +7127,9 @@ exports[`MessageComposer Toolbar Markdown type test and tap code-block 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -7657,6 +7756,9 @@ exports[`MessageComposer Toolbar Markdown type test and tap italic 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -8283,6 +8385,9 @@ exports[`MessageComposer Toolbar Markdown type test and tap strike 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -8909,6 +9014,9 @@ exports[`MessageComposer Toolbar tap actions 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -9379,6 +9487,9 @@ exports[`MessageComposer Toolbar tap emoji 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, @@ -11294,6 +11405,9 @@ exports[`MessageComposer Toolbar tap mention 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "maxHeight": 200, diff --git a/app/containers/MessageComposer/components/Attachments/__snapshots__/AttachmentActionSheet.test.tsx.snap b/app/containers/MessageComposer/components/Attachments/__snapshots__/AttachmentActionSheet.test.tsx.snap index be15360f6ed..d55336309d9 100644 --- a/app/containers/MessageComposer/components/Attachments/__snapshots__/AttachmentActionSheet.test.tsx.snap +++ b/app/containers/MessageComposer/components/Attachments/__snapshots__/AttachmentActionSheet.test.tsx.snap @@ -37,6 +37,9 @@ exports[`Story Snapshots: File should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 24, "marginBottom": 16, @@ -172,6 +175,9 @@ exports[`Story Snapshots: File should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -223,6 +229,9 @@ exports[`Story Snapshots: Image should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 24, "marginBottom": 16, @@ -328,6 +337,9 @@ exports[`Story Snapshots: Image should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -379,6 +391,9 @@ exports[`Story Snapshots: ImageOnLegacyServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 24, "marginBottom": 16, @@ -484,6 +499,9 @@ exports[`Story Snapshots: ImageOnLegacyServer should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -535,6 +553,9 @@ exports[`Story Snapshots: ImageWithPrefilledAltText should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 24, "marginBottom": 16, @@ -640,6 +661,9 @@ exports[`Story Snapshots: ImageWithPrefilledAltText should match snapshot 1`] = { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -691,6 +715,9 @@ exports[`Story Snapshots: Video should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 24, "marginBottom": 16, @@ -826,6 +853,9 @@ exports[`Story Snapshots: Video should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, diff --git a/app/containers/NewMediaCall/__snapshots__/CreateCall.test.tsx.snap b/app/containers/NewMediaCall/__snapshots__/CreateCall.test.tsx.snap index 8d9dce8ecab..c784187f9d8 100644 --- a/app/containers/NewMediaCall/__snapshots__/CreateCall.test.tsx.snap +++ b/app/containers/NewMediaCall/__snapshots__/CreateCall.test.tsx.snap @@ -84,6 +84,9 @@ exports[`Story Snapshots: Disabled should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 24, "textAlign": "left", @@ -183,6 +186,9 @@ exports[`Story Snapshots: Enabled should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 24, "textAlign": "left", diff --git a/app/containers/NewMediaCall/__snapshots__/FilterHeader.test.tsx.snap b/app/containers/NewMediaCall/__snapshots__/FilterHeader.test.tsx.snap index 1007e1ae22d..1b2a83f0383 100644 --- a/app/containers/NewMediaCall/__snapshots__/FilterHeader.test.tsx.snap +++ b/app/containers/NewMediaCall/__snapshots__/FilterHeader.test.tsx.snap @@ -15,6 +15,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "marginTop": 4, @@ -87,6 +90,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -160,6 +166,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 24, "marginBottom": 16, @@ -191,6 +200,9 @@ exports[`Story Snapshots: WithFilter should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "marginTop": 4, @@ -263,6 +275,9 @@ exports[`Story Snapshots: WithFilter should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -336,6 +351,9 @@ exports[`Story Snapshots: WithFilter should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 24, "marginBottom": 16, diff --git a/app/containers/NewMediaCall/__snapshots__/PeerItem.test.tsx.snap b/app/containers/NewMediaCall/__snapshots__/PeerItem.test.tsx.snap index 43d9d449fdf..e6a3a7c4cb4 100644 --- a/app/containers/NewMediaCall/__snapshots__/PeerItem.test.tsx.snap +++ b/app/containers/NewMediaCall/__snapshots__/PeerItem.test.tsx.snap @@ -191,6 +191,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -325,6 +328,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -521,6 +527,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", diff --git a/app/containers/NewMediaCall/__snapshots__/PeerList.test.tsx.snap b/app/containers/NewMediaCall/__snapshots__/PeerList.test.tsx.snap index edea1b8d2ff..3647f8288b7 100644 --- a/app/containers/NewMediaCall/__snapshots__/PeerList.test.tsx.snap +++ b/app/containers/NewMediaCall/__snapshots__/PeerList.test.tsx.snap @@ -181,6 +181,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -386,6 +389,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -591,6 +597,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -796,6 +805,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", diff --git a/app/containers/NewMediaCall/__snapshots__/SelectedPeer.test.tsx.snap b/app/containers/NewMediaCall/__snapshots__/SelectedPeer.test.tsx.snap index 1ee4385af09..1da0008460a 100644 --- a/app/containers/NewMediaCall/__snapshots__/SelectedPeer.test.tsx.snap +++ b/app/containers/NewMediaCall/__snapshots__/SelectedPeer.test.tsx.snap @@ -172,6 +172,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -345,6 +348,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -580,6 +586,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -828,6 +837,9 @@ exports[`Story Snapshots: LongUsername should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -1014,6 +1026,9 @@ exports[`Story Snapshots: Sip should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -1262,6 +1277,9 @@ exports[`Story Snapshots: User should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", diff --git a/app/containers/Passcode/Base/__snapshots__/Base.test.tsx.snap b/app/containers/Passcode/Base/__snapshots__/Base.test.tsx.snap index 7eed6d3465f..a613d7c8ad5 100644 --- a/app/containers/Passcode/Base/__snapshots__/Base.test.tsx.snap +++ b/app/containers/Passcode/Base/__snapshots__/Base.test.tsx.snap @@ -95,6 +95,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -386,6 +389,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -508,6 +514,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -630,6 +639,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -764,6 +776,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -886,6 +901,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1008,6 +1026,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1142,6 +1163,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1264,6 +1288,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1386,6 +1413,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1533,6 +1563,9 @@ exports[`Story Snapshots: ChooseType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1779,6 +1812,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2070,6 +2106,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2192,6 +2231,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2314,6 +2356,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2448,6 +2493,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2570,6 +2618,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2692,6 +2743,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2826,6 +2880,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2948,6 +3005,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3070,6 +3130,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3217,6 +3280,9 @@ exports[`Story Snapshots: ConfirmType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3463,6 +3529,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3754,6 +3823,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3876,6 +3948,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3998,6 +4073,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4132,6 +4210,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4254,6 +4335,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4376,6 +4460,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4510,6 +4597,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4632,6 +4722,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4754,6 +4847,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4901,6 +4997,9 @@ exports[`Story Snapshots: EnterType should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5147,6 +5246,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5185,6 +5287,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5476,6 +5581,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5598,6 +5706,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5720,6 +5831,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5854,6 +5968,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5976,6 +6093,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6098,6 +6218,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6232,6 +6355,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6354,6 +6480,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6476,6 +6605,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6740,6 +6872,9 @@ exports[`Story Snapshots: EnterWithSubtitleAndBiometry should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6986,6 +7121,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7277,6 +7415,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7399,6 +7540,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7521,6 +7665,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7655,6 +7802,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7777,6 +7927,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7899,6 +8052,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -8033,6 +8189,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -8155,6 +8314,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -8277,6 +8439,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -8541,6 +8706,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -8787,6 +8955,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -8825,6 +8996,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9116,6 +9290,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9238,6 +9415,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9360,6 +9540,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9494,6 +9677,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9616,6 +9802,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9738,6 +9927,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9872,6 +10064,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9994,6 +10189,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -10116,6 +10314,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -10263,6 +10464,9 @@ exports[`Story Snapshots: WithSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, diff --git a/app/containers/ReactionsList/__snapshots__/ReactionsList.test.tsx.snap b/app/containers/ReactionsList/__snapshots__/ReactionsList.test.tsx.snap index 46ef94103e7..f6f36990fcc 100644 --- a/app/containers/ReactionsList/__snapshots__/ReactionsList.test.tsx.snap +++ b/app/containers/ReactionsList/__snapshots__/ReactionsList.test.tsx.snap @@ -80,6 +80,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -177,6 +180,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -275,6 +281,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -373,6 +382,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -452,6 +464,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -531,6 +546,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -699,6 +717,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -717,6 +738,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -793,6 +817,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -811,6 +838,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -887,6 +917,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -905,6 +938,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -961,6 +997,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -979,6 +1018,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1035,6 +1077,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1053,6 +1098,9 @@ exports[`Story Snapshots: ReactionsListFullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1155,6 +1203,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1252,6 +1303,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -1350,6 +1404,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -1448,6 +1505,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -1527,6 +1587,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -1606,6 +1669,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 4, "textAlign": "left", @@ -1774,6 +1840,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1792,6 +1861,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1868,6 +1940,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1886,6 +1961,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1962,6 +2040,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1980,6 +2061,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2036,6 +2120,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2054,6 +2141,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2110,6 +2200,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2128,6 +2221,9 @@ exports[`Story Snapshots: ReactionsListStory should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, diff --git a/app/containers/RoomHeader/__snapshots__/RoomHeader.test.tsx.snap b/app/containers/RoomHeader/__snapshots__/RoomHeader.test.tsx.snap index bee1e2c52ab..9941163ce0e 100644 --- a/app/containers/RoomHeader/__snapshots__/RoomHeader.test.tsx.snap +++ b/app/containers/RoomHeader/__snapshots__/RoomHeader.test.tsx.snap @@ -139,6 +139,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -162,6 +165,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -174,6 +180,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -328,6 +337,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -351,6 +363,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -363,6 +378,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -517,6 +535,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -540,6 +561,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -552,6 +576,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -706,6 +733,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -729,6 +759,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -741,6 +774,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -895,6 +931,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -918,6 +957,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -930,6 +972,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1084,6 +1129,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1143,6 +1191,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1155,6 +1206,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1310,6 +1364,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1369,6 +1426,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1381,6 +1441,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1536,6 +1599,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1559,6 +1625,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1571,6 +1640,9 @@ exports[`Story Snapshots: DM_Status should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1722,6 +1794,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1869,6 +1944,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2017,6 +2095,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2029,6 +2110,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2176,6 +2260,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2323,6 +2410,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2470,6 +2560,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2617,6 +2710,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2764,6 +2860,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2911,6 +3010,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3058,6 +3160,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3205,6 +3310,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3352,6 +3460,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3499,6 +3610,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3646,6 +3760,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3798,6 +3915,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3820,6 +3940,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3832,6 +3955,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3978,6 +4104,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4000,6 +4129,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4012,6 +4144,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4158,6 +4293,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4180,6 +4318,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4192,6 +4333,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4313,6 +4457,9 @@ exports[`Story Snapshots: Thread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4325,6 +4472,9 @@ exports[`Story Snapshots: Thread should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4386,6 +4536,9 @@ exports[`Story Snapshots: Thread should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4505,6 +4658,9 @@ preview "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4517,6 +4673,9 @@ preview "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4582,6 +4741,9 @@ preview "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4732,6 +4894,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4879,6 +5044,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5026,6 +5194,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5048,6 +5219,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5060,6 +5234,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5206,6 +5383,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5228,6 +5408,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5240,6 +5423,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5386,6 +5572,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5409,6 +5598,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5421,6 +5613,9 @@ exports[`Story Snapshots: TitleSubtitle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5572,6 +5767,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5593,6 +5791,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5608,6 +5809,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -5752,6 +5956,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5773,6 +5980,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5788,6 +5998,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } @@ -5932,6 +6145,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5953,6 +6169,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5968,6 +6187,9 @@ exports[`Story Snapshots: Typing should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", } diff --git a/app/containers/RoomItem/__snapshots__/RoomItem.test.tsx.snap b/app/containers/RoomItem/__snapshots__/RoomItem.test.tsx.snap index fecaa188218..9743e9e9ebc 100644 --- a/app/containers/RoomItem/__snapshots__/RoomItem.test.tsx.snap +++ b/app/containers/RoomItem/__snapshots__/RoomItem.test.tsx.snap @@ -579,12 +579,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -612,6 +618,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -623,6 +632,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1221,12 +1233,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1254,6 +1272,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -1265,6 +1286,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1305,6 +1329,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1904,12 +1931,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1937,6 +1970,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -1948,6 +1984,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1988,6 +2027,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2587,12 +2629,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2620,6 +2668,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -2631,6 +2682,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2671,6 +2725,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3270,12 +3327,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3303,6 +3366,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -3314,6 +3380,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3354,6 +3423,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3953,12 +4025,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3986,6 +4064,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -3997,6 +4078,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4037,6 +4121,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4636,12 +4723,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4669,6 +4762,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -4680,6 +4776,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4720,6 +4819,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5319,12 +5421,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5352,6 +5460,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -5363,6 +5474,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5403,6 +5517,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6002,12 +6119,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6035,6 +6158,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -6046,6 +6172,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6086,6 +6215,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6685,12 +6817,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6718,6 +6856,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -6729,6 +6870,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6769,6 +6913,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -7368,12 +7515,18 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -7401,6 +7554,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -7412,6 +7568,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -7452,6 +7611,9 @@ exports[`Story Snapshots: Alerts should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8055,6 +8217,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -8083,6 +8248,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -8686,12 +8854,18 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8719,6 +8893,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -8730,6 +8907,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8770,6 +8950,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -9369,12 +9552,18 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -9402,6 +9591,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -9413,6 +9605,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -9453,6 +9648,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -10052,6 +10250,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -10087,6 +10288,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "paddingHorizontal": 4, "textAlign": "left", @@ -10116,6 +10320,9 @@ exports[`Story Snapshots: CondensedRoomItem should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -10664,12 +10871,18 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -10697,6 +10910,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -10708,6 +10924,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -10748,6 +10967,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -11291,6 +11513,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -11319,6 +11544,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -11862,6 +12090,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -11897,6 +12128,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "paddingHorizontal": 4, "textAlign": "left", @@ -11926,6 +12160,9 @@ exports[`Story Snapshots: CondensedRoomItemWithoutAvatar should match snapshot 1 "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -12482,12 +12719,18 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -12508,6 +12751,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -12519,6 +12765,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -12551,6 +12800,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -12564,6 +12816,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -12605,6 +12860,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -13155,12 +13413,18 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -13181,6 +13445,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -13192,6 +13459,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -13224,6 +13494,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -13237,6 +13510,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -13278,6 +13554,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -13828,12 +14107,18 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -13854,6 +14139,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -13865,6 +14153,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -13897,6 +14188,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -13910,6 +14204,9 @@ exports[`Story Snapshots: ExpandedRoomItemWithoutAvatar should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -14513,6 +14810,9 @@ exports[`Story Snapshots: InvitedRoom should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -14569,6 +14869,9 @@ exports[`Story Snapshots: InvitedRoom should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -15168,6 +15471,9 @@ exports[`Story Snapshots: InvitedRoom should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -15224,6 +15530,9 @@ exports[`Story Snapshots: InvitedRoom should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -15821,6 +16130,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -15842,6 +16154,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -15875,6 +16190,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -15888,6 +16206,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -16479,6 +16800,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -16500,6 +16824,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -16533,6 +16860,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -16546,6 +16876,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -17137,6 +17470,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -17158,6 +17494,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -17191,6 +17530,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -17204,6 +17546,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -17795,6 +18140,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -17816,6 +18164,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -17849,6 +18200,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -17862,6 +18216,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -18453,12 +18810,18 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -18479,6 +18842,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -18490,6 +18856,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -18522,6 +18891,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -18535,6 +18907,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -18576,6 +18951,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19167,12 +19545,18 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19193,6 +19577,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -19204,6 +19591,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19236,6 +19626,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19249,6 +19642,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -19290,6 +19686,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19881,12 +20280,18 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19907,6 +20312,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -19918,6 +20326,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19950,6 +20361,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19963,6 +20377,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -20004,6 +20421,9 @@ exports[`Story Snapshots: LastMessage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -20607,6 +21027,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -20635,6 +21058,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -21234,6 +21660,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -21262,6 +21691,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -21861,6 +22293,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -21889,6 +22324,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -22488,6 +22926,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -22516,6 +22957,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -23115,6 +23559,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -23143,6 +23590,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -23742,6 +24192,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -23770,6 +24223,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -24369,6 +24825,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -24397,6 +24856,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -24996,6 +25458,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -25024,6 +25489,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -25623,6 +26091,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -25651,6 +26122,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -26250,6 +26724,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -26278,6 +26755,9 @@ exports[`Story Snapshots: OmnichannelIcon should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -26882,6 +27362,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -26917,6 +27400,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "paddingHorizontal": 4, "textAlign": "left", @@ -26946,6 +27432,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -27538,6 +28027,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -27573,6 +28065,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "paddingHorizontal": 4, "textAlign": "left", @@ -27596,6 +28091,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -27629,6 +28127,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -27642,6 +28143,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -28240,6 +28744,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -28275,6 +28782,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "paddingHorizontal": 4, "textAlign": "left", @@ -28304,6 +28814,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -28896,6 +29409,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -28931,6 +29447,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "paddingHorizontal": 4, "textAlign": "left", @@ -28954,6 +29473,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -28987,6 +29509,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -29000,6 +29525,9 @@ exports[`Story Snapshots: Tag should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -29602,6 +30130,9 @@ exports[`Story Snapshots: Touch should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -29630,6 +30161,9 @@ exports[`Story Snapshots: Touch should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -30241,6 +30775,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -30269,6 +30806,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -30868,6 +31408,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -30896,6 +31439,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -31495,6 +32041,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -31523,6 +32072,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -32122,6 +32674,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -32150,6 +32705,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -32749,6 +33307,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -32777,6 +33338,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -33376,6 +33940,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -33404,6 +33971,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -34003,6 +34573,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -34031,6 +34604,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -34630,6 +35206,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -34658,6 +35237,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -35257,6 +35839,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -35285,6 +35870,9 @@ exports[`Story Snapshots: Type should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -35897,6 +36485,9 @@ exports[`Story Snapshots: User should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -35925,6 +36516,9 @@ exports[`Story Snapshots: User should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -36532,6 +37126,9 @@ exports[`Story Snapshots: User should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 17, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -36560,6 +37157,9 @@ exports[`Story Snapshots: User should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", diff --git a/app/containers/SearchBox/__snapshots__/SearchBox.test.tsx.snap b/app/containers/SearchBox/__snapshots__/SearchBox.test.tsx.snap index 522b0f136ff..fbc1de51897 100644 --- a/app/containers/SearchBox/__snapshots__/SearchBox.test.tsx.snap +++ b/app/containers/SearchBox/__snapshots__/SearchBox.test.tsx.snap @@ -65,6 +65,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, diff --git a/app/containers/ServerItem/__snapshots__/ServerItem.test.tsx.snap b/app/containers/ServerItem/__snapshots__/ServerItem.test.tsx.snap index 9c708d8e98a..1779bcd35c3 100644 --- a/app/containers/ServerItem/__snapshots__/ServerItem.test.tsx.snap +++ b/app/containers/ServerItem/__snapshots__/ServerItem.test.tsx.snap @@ -160,6 +160,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -179,6 +182,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -391,6 +397,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -410,6 +419,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -622,6 +634,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -641,6 +656,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -984,6 +1002,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1003,6 +1024,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1343,6 +1367,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1362,6 +1389,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1581,6 +1611,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1600,6 +1633,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1812,6 +1848,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1831,6 +1870,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2043,6 +2085,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2062,6 +2107,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, diff --git a/app/containers/TextInput/__snapshots__/TextInput.test.tsx.snap b/app/containers/TextInput/__snapshots__/TextInput.test.tsx.snap index 28d74179c3d..f556661b7db 100644 --- a/app/containers/TextInput/__snapshots__/TextInput.test.tsx.snap +++ b/app/containers/TextInput/__snapshots__/TextInput.test.tsx.snap @@ -36,6 +36,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -78,6 +81,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -169,6 +175,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -211,6 +220,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -301,6 +313,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -343,6 +358,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -469,6 +487,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -511,6 +532,9 @@ exports[`Story Snapshots: Icons should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -708,6 +732,9 @@ exports[`Story Snapshots: Loading should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -750,6 +777,9 @@ exports[`Story Snapshots: Loading should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -805,6 +835,9 @@ exports[`Story Snapshots: Loading should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -847,6 +880,9 @@ exports[`Story Snapshots: Loading should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -926,6 +962,9 @@ exports[`Story Snapshots: Multiline should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -972,6 +1011,9 @@ https://open.rocket.chat/images/logo/android-chrome-512x512.png "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -1041,6 +1083,9 @@ exports[`Story Snapshots: SecureTextEntry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -1083,6 +1128,9 @@ exports[`Story Snapshots: SecureTextEntry should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -1138,6 +1186,9 @@ exports[`Story Snapshots: SecureTextEntry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -1181,6 +1232,9 @@ exports[`Story Snapshots: SecureTextEntry should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -1376,6 +1430,9 @@ exports[`Story Snapshots: ShortAndLong should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -1418,6 +1475,9 @@ exports[`Story Snapshots: ShortAndLong should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -1473,6 +1533,9 @@ exports[`Story Snapshots: ShortAndLong should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 22, "textAlign": "left", @@ -1515,6 +1578,9 @@ exports[`Story Snapshots: ShortAndLong should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, diff --git a/app/containers/UIKit/__snapshots__/UiKitMessage.test.tsx.snap b/app/containers/UIKit/__snapshots__/UiKitMessage.test.tsx.snap index b10f957869c..a8678d2bfb4 100644 --- a/app/containers/UIKit/__snapshots__/UiKitMessage.test.tsx.snap +++ b/app/containers/UIKit/__snapshots__/UiKitMessage.test.tsx.snap @@ -63,6 +63,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -135,6 +138,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -207,6 +213,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -279,6 +288,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -351,6 +363,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -430,6 +445,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -509,6 +527,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -580,6 +601,9 @@ exports[`Story Snapshots: ActionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -664,6 +688,9 @@ exports[`Story Snapshots: ActionSelect should match snapshot 1`] = ` "color": "#6C727A", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -753,6 +780,9 @@ exports[`Story Snapshots: Fields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -790,6 +820,9 @@ exports[`Story Snapshots: Fields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -827,6 +860,9 @@ exports[`Story Snapshots: Fields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -864,6 +900,9 @@ exports[`Story Snapshots: Fields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -901,6 +940,9 @@ exports[`Story Snapshots: Fields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1041,6 +1083,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1057,6 +1102,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1067,6 +1115,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1087,6 +1138,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1147,6 +1201,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1163,6 +1220,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1173,6 +1233,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1193,6 +1256,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1320,6 +1386,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1336,6 +1405,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1346,6 +1418,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1366,6 +1441,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1426,6 +1504,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1442,6 +1523,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1452,6 +1536,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1472,6 +1559,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1599,6 +1689,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1615,6 +1708,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1625,6 +1721,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1645,6 +1744,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1772,6 +1874,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1788,6 +1893,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1798,6 +1906,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1818,6 +1929,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1955,6 +2069,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1971,6 +2088,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1981,6 +2101,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2001,6 +2124,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2061,6 +2187,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2077,6 +2206,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2087,6 +2219,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2107,6 +2242,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2234,6 +2372,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2250,6 +2391,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2260,6 +2404,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2280,6 +2427,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2340,6 +2490,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2356,6 +2509,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2366,6 +2522,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2386,6 +2545,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2513,6 +2675,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2529,6 +2694,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2539,6 +2707,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2559,6 +2730,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2686,6 +2860,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2702,6 +2879,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2712,6 +2892,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2732,6 +2915,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2869,6 +3055,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2885,6 +3074,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2895,6 +3087,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2915,6 +3110,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2975,6 +3173,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2991,6 +3192,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3001,6 +3205,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3021,6 +3228,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3148,6 +3358,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3164,6 +3377,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3174,6 +3390,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3194,6 +3413,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3254,6 +3476,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3270,6 +3495,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3280,6 +3508,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3300,6 +3531,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3427,6 +3661,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3443,6 +3680,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3453,6 +3693,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3473,6 +3716,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3600,6 +3846,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3616,6 +3865,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3626,6 +3878,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3646,6 +3901,9 @@ exports[`Story Snapshots: InfoCard should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3728,6 +3986,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3744,6 +4005,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3754,6 +4018,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3774,6 +4041,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3834,6 +4104,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3850,6 +4123,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3860,6 +4136,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3880,6 +4159,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3940,6 +4222,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3956,6 +4241,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3966,6 +4254,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3986,6 +4277,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -4046,6 +4340,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4062,6 +4359,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4072,6 +4372,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -4092,6 +4395,9 @@ exports[`Story Snapshots: InfoCardI18n should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -4164,6 +4470,9 @@ exports[`Story Snapshots: InfoCardIcons should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4422,6 +4731,9 @@ exports[`Story Snapshots: InfoCardIcons should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4699,6 +5011,9 @@ exports[`Story Snapshots: InfoCardLongText should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4753,6 +5068,9 @@ exports[`Story Snapshots: InfoCardLongText should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4807,6 +5125,9 @@ exports[`Story Snapshots: Section should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4823,6 +5144,9 @@ exports[`Story Snapshots: Section should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4887,6 +5211,9 @@ exports[`Story Snapshots: SectionButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4903,6 +5230,9 @@ exports[`Story Snapshots: SectionButton should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4989,6 +5319,9 @@ exports[`Story Snapshots: SectionButton should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -5037,6 +5370,9 @@ exports[`Story Snapshots: SectionDatePicker should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5053,6 +5389,9 @@ exports[`Story Snapshots: SectionDatePicker should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5139,6 +5478,9 @@ exports[`Story Snapshots: SectionDatePicker should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -5168,6 +5510,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5184,6 +5529,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5243,6 +5591,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5259,6 +5610,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5300,6 +5654,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5316,6 +5673,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5347,6 +5707,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5363,6 +5726,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5394,6 +5760,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5414,6 +5783,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5430,6 +5802,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5489,6 +5864,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5505,6 +5883,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5536,6 +5917,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5552,6 +5936,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5583,6 +5970,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5603,6 +5993,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5619,6 +6012,9 @@ exports[`Story Snapshots: SectionFontSizeParity should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5684,6 +6080,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5700,6 +6099,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5710,6 +6112,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5730,6 +6135,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5773,6 +6181,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5798,6 +6209,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5806,6 +6220,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5821,6 +6238,9 @@ exports[`Story Snapshots: SectionMarkdownList should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5888,6 +6308,9 @@ exports[`Story Snapshots: SectionMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5904,6 +6327,9 @@ exports[`Story Snapshots: SectionMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5990,6 +6416,9 @@ exports[`Story Snapshots: SectionMultiSelect should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -6035,6 +6464,9 @@ exports[`Story Snapshots: SectionMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6051,6 +6483,9 @@ exports[`Story Snapshots: SectionMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6137,6 +6572,9 @@ exports[`Story Snapshots: SectionMultiSelect should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -6186,6 +6624,9 @@ exports[`Story Snapshots: SectionOverflow should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6202,6 +6643,9 @@ exports[`Story Snapshots: SectionOverflow should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6386,6 +6830,9 @@ exports[`Story Snapshots: SectionSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6402,6 +6849,9 @@ exports[`Story Snapshots: SectionSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6493,6 +6943,9 @@ exports[`Story Snapshots: SectionSelect should match snapshot 1`] = ` "color": "#6C727A", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } diff --git a/app/containers/UIKit/__snapshots__/UiKitModal.test.tsx.snap b/app/containers/UIKit/__snapshots__/UiKitModal.test.tsx.snap index d883f3bfeaa..491ab67ca3b 100644 --- a/app/containers/UIKit/__snapshots__/UiKitModal.test.tsx.snap +++ b/app/containers/UIKit/__snapshots__/UiKitModal.test.tsx.snap @@ -16,6 +16,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -79,6 +82,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -140,6 +146,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -156,6 +165,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -260,6 +272,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "color": "#6C727A", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -387,6 +402,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "color": "#6C727A", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -514,6 +532,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "color": "#6C727A", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -641,6 +662,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "color": "#6C727A", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -705,6 +729,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -769,6 +796,9 @@ exports[`Story Snapshots: ModalActions should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -837,6 +867,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -853,6 +886,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -863,6 +899,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -883,6 +922,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -919,6 +961,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -944,6 +989,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -960,6 +1008,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1065,6 +1116,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1137,6 +1191,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1209,6 +1266,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1281,6 +1341,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1353,6 +1416,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1432,6 +1498,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1511,6 +1580,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1590,6 +1662,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1661,6 +1736,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -1705,6 +1783,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1721,6 +1802,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1748,6 +1832,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1768,6 +1855,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1799,6 +1889,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1819,6 +1912,9 @@ exports[`Story Snapshots: ModalActionsWithShowMore should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1873,6 +1969,9 @@ exports[`Story Snapshots: ModalContextsDividers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1939,6 +2038,9 @@ exports[`Story Snapshots: ModalContextsDividers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1955,6 +2057,9 @@ exports[`Story Snapshots: ModalContextsDividers should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2136,6 +2241,9 @@ exports[`Story Snapshots: ModalContextsDividers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2152,6 +2260,9 @@ exports[`Story Snapshots: ModalContextsDividers should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2333,6 +2444,9 @@ exports[`Story Snapshots: ModalContextsDividers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2349,6 +2463,9 @@ exports[`Story Snapshots: ModalContextsDividers should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2514,6 +2631,9 @@ exports[`Story Snapshots: ModalDatePickerWithError should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -2629,6 +2749,9 @@ exports[`Story Snapshots: ModalDatePickerWithError should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2680,6 +2803,9 @@ exports[`Story Snapshots: ModalDatePickerWithError should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginTop": 8, "textAlign": "center", @@ -2755,6 +2881,9 @@ exports[`Story Snapshots: ModalFormInput should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -2796,6 +2925,9 @@ exports[`Story Snapshots: ModalFormInput should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -2859,6 +2991,9 @@ exports[`Story Snapshots: ModalFormInput should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -2892,6 +3027,9 @@ exports[`Story Snapshots: ModalFormInput should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2918,6 +3056,9 @@ exports[`Story Snapshots: ModalFormInput should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -3033,6 +3174,9 @@ exports[`Story Snapshots: ModalFormInput should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3101,6 +3245,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3150,6 +3297,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3166,6 +3316,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3252,6 +3405,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -3294,6 +3450,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -3313,6 +3472,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 15, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginBottom": 10, "textAlign": "left", @@ -3377,6 +3539,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -3412,6 +3577,9 @@ exports[`Story Snapshots: ModalFormTextArea should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3624,6 +3792,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3640,6 +3811,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3727,6 +3901,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3776,6 +3953,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3792,6 +3972,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3802,6 +3985,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -3822,6 +4008,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -3840,6 +4029,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3856,6 +4048,9 @@ exports[`Story Snapshots: ModalImages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3902,6 +4097,9 @@ exports[`Story Snapshots: ModalInputWithAddField should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -3965,6 +4163,9 @@ exports[`Story Snapshots: ModalInputWithAddField should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -4006,6 +4207,9 @@ exports[`Story Snapshots: ModalInputWithAddField should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -4069,6 +4273,9 @@ exports[`Story Snapshots: ModalInputWithAddField should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -4172,6 +4379,9 @@ exports[`Story Snapshots: ModalInputWithError should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -4235,6 +4445,9 @@ exports[`Story Snapshots: ModalInputWithError should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -4268,6 +4481,9 @@ exports[`Story Snapshots: ModalInputWithError should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginTop": 8, "textAlign": "center", @@ -4299,6 +4515,9 @@ exports[`Story Snapshots: ModalMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -4418,6 +4637,9 @@ exports[`Story Snapshots: ModalMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingLeft": 6, "textAlign": "left", @@ -4470,6 +4692,9 @@ exports[`Story Snapshots: ModalMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4496,6 +4721,9 @@ exports[`Story Snapshots: ModalMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -4714,6 +4942,9 @@ exports[`Story Snapshots: ModalMultiSelect should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "paddingHorizontal": 8, "textAlign": "left", @@ -4796,6 +5027,9 @@ exports[`Story Snapshots: ModalMultiSelect should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4826,6 +5060,9 @@ exports[`Story Snapshots: ModalMultilneWithError should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginVertical": 10, "textAlign": "left", @@ -4890,6 +5127,9 @@ exports[`Story Snapshots: ModalMultilneWithError should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -4925,6 +5165,9 @@ exports[`Story Snapshots: ModalMultilneWithError should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginTop": 8, "textAlign": "center", @@ -4976,6 +5219,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4992,6 +5238,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5002,6 +5251,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5022,6 +5274,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5057,6 +5312,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5073,6 +5331,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5100,6 +5361,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5120,6 +5384,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5155,6 +5422,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5171,6 +5441,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5198,6 +5471,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5218,6 +5494,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5334,6 +5613,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5350,6 +5632,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5360,6 +5645,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5380,6 +5668,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5398,6 +5689,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5414,6 +5708,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5475,6 +5772,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5491,6 +5791,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5501,6 +5804,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5521,6 +5827,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5539,6 +5848,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5555,6 +5867,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5616,6 +5931,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5632,6 +5950,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5642,6 +5963,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5662,6 +5986,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5680,6 +6007,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5696,6 +6026,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5757,6 +6090,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5773,6 +6109,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5783,6 +6122,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5803,6 +6145,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5821,6 +6166,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5837,6 +6185,9 @@ exports[`Story Snapshots: ModalSectionAccessories should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5903,6 +6254,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5919,6 +6273,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5929,6 +6286,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5949,6 +6309,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5985,6 +6348,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6003,6 +6369,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6019,6 +6388,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6048,6 +6420,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6124,6 +6499,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6140,6 +6518,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6150,6 +6531,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6170,6 +6554,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6188,6 +6575,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6204,6 +6594,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6260,6 +6653,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6276,6 +6672,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6286,6 +6685,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6306,6 +6708,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6324,6 +6729,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6340,6 +6748,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6409,6 +6820,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6425,6 +6839,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6435,6 +6852,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6455,6 +6875,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6473,6 +6896,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6489,6 +6915,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6545,6 +6974,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6561,6 +6993,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6571,6 +7006,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6591,6 +7029,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6609,6 +7050,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6625,6 +7069,9 @@ exports[`Story Snapshots: ModalSectionSelects should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } diff --git a/app/containers/UnreadBadge/__snapshots__/UnreadBadge.test.tsx.snap b/app/containers/UnreadBadge/__snapshots__/UnreadBadge.test.tsx.snap index 742fc1b0858..e4708e727c3 100644 --- a/app/containers/UnreadBadge/__snapshots__/UnreadBadge.test.tsx.snap +++ b/app/containers/UnreadBadge/__snapshots__/UnreadBadge.test.tsx.snap @@ -36,6 +36,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -76,6 +79,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -119,6 +125,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -160,6 +169,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -201,6 +213,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -242,6 +257,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -283,6 +301,9 @@ exports[`Story Snapshots: All should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -338,6 +359,9 @@ exports[`Story Snapshots: DifferentMentionTypes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -379,6 +403,9 @@ exports[`Story Snapshots: DifferentMentionTypes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -420,6 +447,9 @@ exports[`Story Snapshots: DifferentMentionTypes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -461,6 +491,9 @@ exports[`Story Snapshots: DifferentMentionTypes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -502,6 +535,9 @@ exports[`Story Snapshots: DifferentMentionTypes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -543,6 +579,9 @@ exports[`Story Snapshots: DifferentMentionTypes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -584,6 +623,9 @@ exports[`Story Snapshots: DifferentMentionTypes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -639,6 +681,9 @@ exports[`Story Snapshots: Normal should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -680,6 +725,9 @@ exports[`Story Snapshots: Normal should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -732,6 +780,9 @@ exports[`Story Snapshots: Small should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -772,6 +823,9 @@ exports[`Story Snapshots: Small should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -830,6 +884,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -871,6 +928,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -912,6 +972,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -953,6 +1016,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1005,6 +1071,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1046,6 +1115,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1087,6 +1159,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1128,6 +1203,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1180,6 +1258,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1221,6 +1302,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1262,6 +1346,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1303,6 +1390,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, diff --git a/app/containers/markdown/__snapshots__/Markdown.test.tsx.snap b/app/containers/markdown/__snapshots__/Markdown.test.tsx.snap index 5756d2d0cd9..9cf0b862ba9 100644 --- a/app/containers/markdown/__snapshots__/Markdown.test.tsx.snap +++ b/app/containers/markdown/__snapshots__/Markdown.test.tsx.snap @@ -53,6 +53,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -69,6 +72,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -102,6 +108,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -118,6 +127,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -170,6 +182,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -186,6 +201,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -217,6 +235,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -252,6 +273,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -268,6 +292,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -299,6 +326,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -343,6 +373,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -402,6 +435,9 @@ exports[`Story Snapshots: Code should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -443,6 +479,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -459,6 +498,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -491,6 +533,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -510,6 +555,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -529,6 +577,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -555,6 +606,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -571,6 +625,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -603,6 +660,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -642,6 +702,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -671,6 +734,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -687,6 +753,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -902,6 +971,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -921,6 +993,9 @@ exports[`Story Snapshots: Emoji should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -1005,6 +1080,9 @@ exports[`Story Snapshots: Hashtag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1021,6 +1099,9 @@ exports[`Story Snapshots: Hashtag should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1034,6 +1115,9 @@ exports[`Story Snapshots: Hashtag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1069,6 +1153,9 @@ exports[`Story Snapshots: Hashtag should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1111,6 +1198,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1137,6 +1227,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1162,6 +1255,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1188,6 +1284,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1213,6 +1312,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -1239,6 +1341,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -1264,6 +1369,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -1290,6 +1398,9 @@ exports[`Story Snapshots: Headers should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -1328,6 +1439,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1354,6 +1468,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1368,6 +1485,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1390,6 +1510,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1397,6 +1520,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1423,6 +1549,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1455,6 +1584,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1481,6 +1613,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1513,6 +1648,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1539,6 +1677,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1557,6 +1698,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -1591,6 +1735,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1610,6 +1757,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1638,6 +1788,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1655,6 +1808,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1662,6 +1818,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1690,6 +1849,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1707,6 +1869,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1714,6 +1879,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1742,6 +1910,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1760,6 +1931,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1767,6 +1941,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 30, "textAlign": "left", @@ -1795,6 +1972,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1821,6 +2001,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1835,6 +2018,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -1857,6 +2043,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1864,6 +2053,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1890,6 +2082,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1922,6 +2117,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1948,6 +2146,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -1980,6 +2181,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2006,6 +2210,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2024,6 +2231,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -2058,6 +2268,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2077,6 +2290,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2105,6 +2321,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2122,6 +2341,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2129,6 +2351,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2157,6 +2382,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2174,6 +2402,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2181,6 +2412,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2209,6 +2443,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2227,6 +2464,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2234,6 +2474,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 28, "textAlign": "left", @@ -2262,6 +2505,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2288,6 +2534,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2302,6 +2551,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2324,6 +2576,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2331,6 +2586,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2357,6 +2615,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2389,6 +2650,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2415,6 +2679,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2447,6 +2714,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2473,6 +2743,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2491,6 +2764,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -2525,6 +2801,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2544,6 +2823,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2572,6 +2854,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2589,6 +2874,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2596,6 +2884,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2624,6 +2915,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2641,6 +2935,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2648,6 +2945,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2676,6 +2976,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2694,6 +2997,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2701,6 +3007,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 20, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 26, "textAlign": "left", @@ -2729,6 +3038,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2755,6 +3067,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2769,6 +3084,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -2791,6 +3109,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2798,6 +3119,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -2824,6 +3148,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2856,6 +3183,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2882,6 +3212,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2914,6 +3247,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2940,6 +3276,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -2958,6 +3297,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -2992,6 +3334,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -3011,6 +3356,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3039,6 +3387,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -3056,6 +3407,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3063,6 +3417,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -3091,6 +3448,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -3108,6 +3468,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -3115,6 +3478,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -3143,6 +3509,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -3161,6 +3530,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3168,6 +3540,9 @@ exports[`Story Snapshots: HeadersWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 24, "textAlign": "left", @@ -3209,6 +3584,9 @@ exports[`Story Snapshots: Image should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3225,6 +3603,9 @@ exports[`Story Snapshots: Image should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3294,6 +3675,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3310,6 +3694,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3324,6 +3711,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3361,6 +3751,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -3396,6 +3789,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3412,6 +3808,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3426,6 +3825,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3463,6 +3865,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Courier New", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "paddingLeft": 2, @@ -3498,6 +3903,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3514,6 +3922,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3528,6 +3939,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3573,6 +3987,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3589,6 +4006,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3603,6 +4023,9 @@ exports[`Story Snapshots: Links should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3669,6 +4092,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3688,6 +4114,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3703,6 +4132,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3742,6 +4174,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3761,6 +4196,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3776,6 +4214,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3790,6 +4231,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3812,6 +4256,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3828,6 +4275,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3859,6 +4309,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3875,6 +4328,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3922,6 +4378,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3947,6 +4406,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3955,6 +4417,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3970,6 +4435,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4009,6 +4477,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4034,6 +4505,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4042,6 +4516,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4057,6 +4534,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4071,6 +4551,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4109,6 +4592,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4128,6 +4614,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4143,6 +4632,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4153,6 +4645,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -4173,6 +4668,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -4216,6 +4714,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4235,6 +4736,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4250,6 +4754,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4314,6 +4821,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4333,6 +4843,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4348,6 +4861,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4412,6 +4928,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4431,6 +4950,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4446,6 +4968,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4463,6 +4988,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -4483,6 +5011,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -4527,6 +5058,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4546,6 +5080,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4561,6 +5098,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4571,6 +5111,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -4598,6 +5141,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -4642,6 +5188,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4661,6 +5210,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4676,6 +5228,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4748,6 +5303,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4767,6 +5325,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4782,6 +5343,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4799,6 +5363,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -4826,6 +5393,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -4870,6 +5440,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4886,6 +5459,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4899,6 +5475,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4935,6 +5514,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -4970,6 +5552,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5005,6 +5590,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5040,6 +5628,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5076,6 +5667,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5104,6 +5698,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5120,6 +5717,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5133,6 +5733,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5169,6 +5772,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5204,6 +5810,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5239,6 +5848,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5274,6 +5886,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5310,6 +5925,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5353,6 +5971,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5369,6 +5990,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5399,6 +6023,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5435,6 +6062,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5470,6 +6100,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5505,6 +6138,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5541,6 +6177,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -5569,6 +6208,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5585,6 +6227,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5612,6 +6257,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5625,12 +6273,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5665,6 +6319,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5678,12 +6335,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5718,6 +6381,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5730,12 +6396,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5770,6 +6442,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5782,12 +6457,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5822,6 +6503,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -5835,12 +6519,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -5870,6 +6560,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5886,6 +6579,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5940,6 +6636,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6018,6 +6717,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6095,6 +6797,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6172,6 +6877,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6250,6 +6958,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6296,6 +7007,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6312,6 +7026,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6349,6 +7066,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6393,6 +7113,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6436,6 +7159,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6479,6 +7205,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6523,6 +7252,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -6552,6 +7284,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6568,6 +7303,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6609,6 +7347,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6622,12 +7363,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6678,6 +7425,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6691,12 +7441,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6747,6 +7503,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6759,12 +7518,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6815,6 +7580,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6827,12 +7595,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6883,6 +7657,9 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -6896,12 +7673,18 @@ exports[`Story Snapshots: MentionsWithFormatting should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -6942,6 +7725,9 @@ exports[`Story Snapshots: Preview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6965,6 +7751,9 @@ exports[`Story Snapshots: Preview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6988,6 +7777,9 @@ exports[`Story Snapshots: Preview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7011,6 +7803,9 @@ exports[`Story Snapshots: Preview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7034,6 +7829,9 @@ exports[`Story Snapshots: Preview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7057,6 +7855,9 @@ exports[`Story Snapshots: Preview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7098,6 +7899,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7114,6 +7918,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7145,6 +7952,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7173,6 +7983,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7189,6 +8002,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7228,6 +8044,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7244,6 +8063,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7275,6 +8097,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7291,6 +8116,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7322,6 +8150,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7338,6 +8169,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7376,6 +8210,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7392,6 +8229,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7437,6 +8277,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7453,6 +8296,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7492,6 +8338,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7508,6 +8357,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7547,6 +8399,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7563,6 +8418,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7590,6 +8448,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -7610,6 +8471,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -7725,6 +8589,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -7752,6 +8619,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -7784,6 +8654,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -7811,6 +8684,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -7843,6 +8719,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -7877,6 +8756,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -7968,6 +8850,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7984,6 +8869,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8015,6 +8903,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -8040,6 +8931,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -8176,6 +9070,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -8208,6 +9105,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -8245,6 +9145,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -8277,6 +9180,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -8314,6 +9220,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -8353,6 +9262,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -8440,6 +9352,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8456,6 +9371,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8469,6 +9387,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8513,6 +9434,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8556,6 +9480,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8599,6 +9526,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8642,6 +9572,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8686,6 +9619,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8718,6 +9654,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8734,6 +9673,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8747,6 +9689,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -8790,6 +9735,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8852,6 +9800,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8868,6 +9819,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8905,6 +9859,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8921,6 +9878,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8964,6 +9924,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8980,6 +9943,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8994,6 +9960,9 @@ exports[`Story Snapshots: TextStyle should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -9039,6 +10008,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9055,6 +10027,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9084,6 +10059,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9113,6 +10091,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9129,6 +10110,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9158,6 +10142,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9187,6 +10174,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9203,6 +10193,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9232,6 +10225,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9261,6 +10257,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9277,6 +10276,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9306,6 +10308,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9335,6 +10340,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9351,6 +10359,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9380,6 +10391,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9409,6 +10423,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9425,6 +10442,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9454,6 +10474,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -9483,6 +10506,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9499,6 +10525,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9528,6 +10557,9 @@ exports[`Story Snapshots: Timestamp should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, diff --git a/app/containers/message/components/__tests__/__snapshots__/Message.test.tsx.snap b/app/containers/message/components/__tests__/__snapshots__/Message.test.tsx.snap index 674d94dd4b5..efabe76847a 100644 --- a/app/containers/message/components/__tests__/__snapshots__/Message.test.tsx.snap +++ b/app/containers/message/components/__tests__/__snapshots__/Message.test.tsx.snap @@ -341,6 +341,9 @@ exports[`Story Snapshots: Archived should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -360,6 +363,9 @@ exports[`Story Snapshots: Archived should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -406,6 +412,9 @@ exports[`Story Snapshots: Archived should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -422,6 +431,9 @@ exports[`Story Snapshots: Archived should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -804,6 +816,9 @@ exports[`Story Snapshots: ArchivedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -832,6 +847,9 @@ exports[`Story Snapshots: ArchivedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -869,6 +887,9 @@ exports[`Story Snapshots: ArchivedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -885,6 +906,9 @@ exports[`Story Snapshots: ArchivedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1275,6 +1299,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLink should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -1294,6 +1321,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLink should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -1421,6 +1451,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLink should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1447,6 +1480,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLink should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1463,6 +1499,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLink should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1477,6 +1516,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLink should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2046,6 +2088,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLinkLargeFont should match snapsh "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -2074,6 +2119,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLinkLargeFont should match snapsh "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -2192,6 +2240,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLinkLargeFont should match snapsh "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2218,6 +2269,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLinkLargeFont should match snapsh "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2234,6 +2288,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLinkLargeFont should match snapsh "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2248,6 +2305,9 @@ exports[`Story Snapshots: AttachmentWithTextAndLinkLargeFont should match snapsh "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2817,6 +2877,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -2836,6 +2899,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -2882,6 +2948,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2898,6 +2967,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3275,6 +3347,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -3294,6 +3369,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -3340,6 +3418,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3356,6 +3437,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3625,6 +3709,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3725,6 +3812,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -3744,6 +3834,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -3790,6 +3883,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3806,6 +3902,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4191,6 +4290,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -4210,6 +4312,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -4256,6 +4361,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4272,6 +4380,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4657,6 +4768,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -4676,6 +4790,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -4722,6 +4839,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4738,6 +4858,9 @@ exports[`Story Snapshots: Avatar should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5128,6 +5251,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -5147,6 +5273,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -5193,6 +5322,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5209,6 +5341,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5586,6 +5721,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -5605,6 +5743,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -5651,6 +5792,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5667,6 +5811,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6057,6 +6204,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -6085,6 +6235,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -6122,6 +6275,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6138,6 +6294,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6515,6 +6674,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -6543,6 +6705,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -6580,6 +6745,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6596,6 +6764,9 @@ exports[`Story Snapshots: BasicLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6986,6 +7157,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -7005,6 +7179,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -7080,6 +7257,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7096,6 +7276,9 @@ exports[`Story Snapshots: BlockQuote should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7477,6 +7660,9 @@ Testing block quote" "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -7496,6 +7682,9 @@ Testing block quote" "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -7572,6 +7761,9 @@ Testing block quote" "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7588,6 +7780,9 @@ Testing block quote" "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7621,6 +7816,9 @@ Testing block quote" "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7637,6 +7835,9 @@ Testing block quote" "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8027,6 +8228,9 @@ exports[`Story Snapshots: BlockQuoteLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -8055,6 +8259,9 @@ exports[`Story Snapshots: BlockQuoteLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -8121,6 +8328,9 @@ exports[`Story Snapshots: BlockQuoteLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8137,6 +8347,9 @@ exports[`Story Snapshots: BlockQuoteLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8518,6 +8731,9 @@ Testing block quote" "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -8546,6 +8762,9 @@ Testing block quote" "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -8613,6 +8832,9 @@ Testing block quote" "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8629,6 +8851,9 @@ Testing block quote" "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8662,6 +8887,9 @@ Testing block quote" "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8678,6 +8906,9 @@ Testing block quote" "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9068,6 +9299,9 @@ exports[`Story Snapshots: Broadcast should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -9087,6 +9321,9 @@ exports[`Story Snapshots: Broadcast should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -9133,6 +9370,9 @@ exports[`Story Snapshots: Broadcast should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9149,6 +9389,9 @@ exports[`Story Snapshots: Broadcast should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9280,6 +9523,9 @@ exports[`Story Snapshots: Broadcast should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -9659,6 +9905,9 @@ exports[`Story Snapshots: BroadcastLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -9687,6 +9936,9 @@ exports[`Story Snapshots: BroadcastLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -9724,6 +9976,9 @@ exports[`Story Snapshots: BroadcastLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -9740,6 +9995,9 @@ exports[`Story Snapshots: BroadcastLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -9871,6 +10129,9 @@ exports[`Story Snapshots: BroadcastLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -10250,6 +10511,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -10269,6 +10533,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -10315,6 +10582,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -10331,6 +10601,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -10454,6 +10727,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -10860,6 +11136,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -10879,6 +11158,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -11006,6 +11288,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -11032,6 +11317,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -11048,6 +11336,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -11102,6 +11393,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -11127,6 +11421,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -11143,6 +11440,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -11188,6 +11488,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -11213,6 +11516,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -11229,6 +11535,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -11279,6 +11588,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -11295,6 +11607,9 @@ exports[`Story Snapshots: CollapsedAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -11685,6 +12000,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -11713,6 +12031,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -11750,6 +12071,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -11766,6 +12090,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -11889,6 +12216,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -12295,6 +12625,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -12323,6 +12656,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -12441,6 +12777,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -12467,6 +12806,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -12483,6 +12825,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -12537,6 +12882,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -12562,6 +12910,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -12578,6 +12929,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -12623,6 +12977,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -12648,6 +13005,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -12664,6 +13024,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -12714,6 +13077,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -12730,6 +13096,9 @@ exports[`Story Snapshots: CollapsedAttachmentsLargeFont should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -13120,6 +13489,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -13139,6 +13511,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -13185,6 +13560,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -13201,6 +13579,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -13326,6 +13707,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -13732,6 +14116,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -13751,6 +14138,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -13878,6 +14268,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -13904,6 +14297,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -13920,6 +14316,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -13974,6 +14373,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -13999,6 +14401,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -14015,6 +14420,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -14060,6 +14468,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -14085,6 +14496,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -14101,6 +14515,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -14146,6 +14563,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -14171,6 +14591,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -14187,6 +14610,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -14231,6 +14657,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -14247,6 +14676,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -14292,6 +14724,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -14308,6 +14743,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithText should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -14698,6 +15136,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -14726,6 +15167,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -14763,6 +15207,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -14779,6 +15226,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -14904,6 +15354,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -15310,6 +15763,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -15338,6 +15794,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -15456,6 +15915,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -15482,6 +15944,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -15498,6 +15963,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -15552,6 +16020,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -15577,6 +16048,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -15593,6 +16067,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -15638,6 +16115,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -15663,6 +16143,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -15679,6 +16162,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -15724,6 +16210,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -15749,6 +16238,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -15765,6 +16257,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -15809,6 +16304,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -15825,6 +16323,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -15870,6 +16371,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -15886,6 +16390,9 @@ exports[`Story Snapshots: CollapsibleAttachmentWithTextLargeFont should match sn "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -16276,6 +16783,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -16295,6 +16805,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -16443,6 +16956,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -16468,6 +16984,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -16484,6 +17003,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -16529,6 +17051,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -16554,6 +17079,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -16570,6 +17098,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -16714,6 +17245,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -16739,6 +17273,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -16755,6 +17292,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -16800,6 +17340,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -16825,6 +17368,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -16841,6 +17387,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -16985,6 +17534,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -17010,6 +17562,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -17026,6 +17581,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -17071,6 +17629,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -17096,6 +17657,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -17112,6 +17676,9 @@ exports[`Story Snapshots: ColoredAttachments should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -17508,6 +18075,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -17536,6 +18106,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -17675,6 +18248,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -17700,6 +18276,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -17716,6 +18295,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -17761,6 +18343,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -17786,6 +18371,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -17802,6 +18390,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -17946,6 +18537,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -17971,6 +18565,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -17987,6 +18584,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -18032,6 +18632,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -18057,6 +18660,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -18073,6 +18679,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -18217,6 +18826,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -18242,6 +18854,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -18258,6 +18873,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -18303,6 +18921,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -18328,6 +18949,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -18344,6 +18968,9 @@ exports[`Story Snapshots: ColoredAttachmentsLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -18740,6 +19367,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -18759,6 +19389,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -18887,6 +19520,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -18913,6 +19549,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -18929,6 +19568,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -18983,6 +19625,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19008,6 +19653,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19024,6 +19672,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -19069,6 +19720,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19094,6 +19748,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19110,6 +19767,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -19160,6 +19820,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19176,6 +19839,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -19553,6 +20219,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -19572,6 +20241,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -19700,6 +20372,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -19726,6 +20401,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19742,6 +20420,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -19796,6 +20477,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19821,6 +20505,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19837,6 +20524,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -19882,6 +20572,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19907,6 +20600,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -19923,6 +20619,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -19968,6 +20667,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -19993,6 +20695,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -20009,6 +20714,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -20054,6 +20762,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -20079,6 +20790,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -20095,6 +20809,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -20140,6 +20857,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -20165,6 +20885,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -20181,6 +20904,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -20231,6 +20957,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -20247,6 +20976,9 @@ exports[`Story Snapshots: CustomFields should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -20637,6 +21369,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -20665,6 +21400,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -20784,6 +21522,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -20810,6 +21551,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -20826,6 +21570,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -20880,6 +21627,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -20905,6 +21655,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -20921,6 +21674,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -20966,6 +21722,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -20991,6 +21750,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -21007,6 +21769,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -21057,6 +21822,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -21073,6 +21841,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -21450,6 +22221,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -21478,6 +22252,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -21597,6 +22374,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -21623,6 +22403,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -21639,6 +22422,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -21693,6 +22479,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -21718,6 +22507,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -21734,6 +22526,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -21779,6 +22574,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -21804,6 +22602,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -21820,6 +22621,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -21865,6 +22669,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -21890,6 +22697,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -21906,6 +22716,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -21951,6 +22764,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -21976,6 +22792,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -21992,6 +22811,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -22037,6 +22859,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -22062,6 +22887,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -22078,6 +22906,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -22128,6 +22959,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -22144,6 +22978,9 @@ exports[`Story Snapshots: CustomFieldsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -22534,6 +23371,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -22553,6 +23393,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -22599,6 +23442,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -22615,6 +23461,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -22668,6 +23517,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -22702,6 +23554,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -23054,6 +23909,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -23073,6 +23931,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -23119,6 +23980,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -23135,6 +23999,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -23188,6 +24055,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -23382,6 +24252,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -23398,6 +24271,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -23782,6 +24658,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -23801,6 +24680,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -23847,6 +24729,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -23863,6 +24748,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -23929,6 +24817,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -24297,6 +25188,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -24316,6 +25210,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -24362,6 +25259,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -24378,6 +25278,9 @@ exports[`Story Snapshots: DateAndUnreadSeparators should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -24768,6 +25671,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -24796,6 +25702,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -24833,6 +25742,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -24849,6 +25761,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -24902,6 +25817,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -24936,6 +25854,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -25288,6 +26209,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -25316,6 +26240,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -25353,6 +26280,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -25369,6 +26299,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -25422,6 +26355,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -25616,6 +26552,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -25632,6 +26571,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -26016,6 +26958,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -26044,6 +26989,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -26081,6 +27029,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -26097,6 +27048,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -26163,6 +27117,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -26531,6 +27488,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -26559,6 +27519,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -26596,6 +27559,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -26612,6 +27578,9 @@ exports[`Story Snapshots: DateAndUnreadSeparatorsLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -27002,6 +27971,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -27021,6 +27993,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -27057,6 +28032,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -27076,6 +28054,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -27197,6 +28178,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -27218,6 +28202,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -27580,6 +28567,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -27599,6 +28589,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -27635,6 +28628,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -27654,6 +28650,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -27775,6 +28774,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -27796,6 +28798,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -28160,6 +29165,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -28179,6 +29187,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -28215,6 +29226,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -28234,6 +29248,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -28355,6 +29372,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -28376,6 +29396,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -28740,6 +29763,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -28759,6 +29785,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -28795,6 +29824,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -28814,6 +29846,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -28935,6 +29970,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -28956,6 +29994,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -29333,6 +30374,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -29361,6 +30405,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -29388,6 +30435,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -29407,6 +30457,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -29528,6 +30581,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -29549,6 +30605,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -29911,6 +30970,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -29939,6 +31001,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -29966,6 +31031,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -29985,6 +31053,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -30106,6 +31177,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -30127,6 +31201,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -30491,6 +31568,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -30519,6 +31599,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -30546,6 +31629,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -30565,6 +31651,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -30686,6 +31775,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -30707,6 +31799,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -31071,6 +32166,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -31099,6 +32197,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -31126,6 +32227,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -31145,6 +32249,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -31266,6 +32373,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -31287,6 +32397,9 @@ exports[`Story Snapshots: DiscussionLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -31664,6 +32777,9 @@ exports[`Story Snapshots: Edited should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -31683,6 +32799,9 @@ exports[`Story Snapshots: Edited should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -31765,6 +32884,9 @@ exports[`Story Snapshots: Edited should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -31781,6 +32903,9 @@ exports[`Story Snapshots: Edited should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -31984,6 +33109,9 @@ exports[`Story Snapshots: Edited should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -32000,6 +33128,9 @@ exports[`Story Snapshots: Edited should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -32433,6 +33564,9 @@ exports[`Story Snapshots: EditedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -32497,6 +33631,9 @@ exports[`Story Snapshots: EditedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -32534,6 +33671,9 @@ exports[`Story Snapshots: EditedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -32550,6 +33690,9 @@ exports[`Story Snapshots: EditedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -32753,6 +33896,9 @@ exports[`Story Snapshots: EditedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -32769,6 +33915,9 @@ exports[`Story Snapshots: EditedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -33203,6 +34352,9 @@ exports[`Story Snapshots: Editing should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -33222,6 +34374,9 @@ exports[`Story Snapshots: Editing should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -33268,6 +34423,9 @@ exports[`Story Snapshots: Editing should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -33284,6 +34442,9 @@ exports[`Story Snapshots: Editing should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -33675,6 +34836,9 @@ exports[`Story Snapshots: EditingLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -33703,6 +34867,9 @@ exports[`Story Snapshots: EditingLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -33740,6 +34907,9 @@ exports[`Story Snapshots: EditingLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -33756,6 +34926,9 @@ exports[`Story Snapshots: EditingLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -34146,6 +35319,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -34165,6 +35341,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -34221,6 +35400,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -34240,6 +35422,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -34603,6 +35788,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -34622,6 +35810,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -34678,6 +35869,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -35041,6 +36235,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -35060,6 +36257,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -35592,6 +36792,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -35611,6 +36814,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -36055,6 +37261,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -36074,6 +37283,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -36130,6 +37342,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -36537,6 +37752,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -36556,6 +37774,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -36602,6 +37823,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -36618,6 +37842,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -36633,6 +37860,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -36669,6 +37899,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -36688,6 +37921,9 @@ exports[`Story Snapshots: Emojis should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -37065,6 +38301,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -37093,6 +38332,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -37140,6 +38382,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -37159,6 +38404,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -37522,6 +38770,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -37550,6 +38801,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -37597,6 +38851,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -37960,6 +39217,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -37988,6 +39248,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -38511,6 +39774,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -38539,6 +39805,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -38974,6 +40243,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -39002,6 +40274,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -39049,6 +40324,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 30, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 43, "textAlign": "left", @@ -39456,6 +40734,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -39484,6 +40765,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -39521,6 +40805,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -39537,6 +40824,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -39552,6 +40842,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -39588,6 +40881,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -39607,6 +40903,9 @@ exports[`Story Snapshots: EmojisLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -39984,6 +41283,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -40003,6 +41305,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -40115,6 +41420,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -40299,6 +41607,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -40742,6 +42053,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -40761,6 +42075,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -40873,6 +42190,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -40984,6 +42304,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -41109,6 +42432,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -41212,6 +42538,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -41498,6 +42827,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -41511,6 +42843,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -41750,6 +43085,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -42104,6 +43442,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -42123,6 +43464,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -42239,6 +43583,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -42603,6 +43950,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -42622,6 +43972,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -42734,6 +44087,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -43011,6 +44367,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -43030,6 +44389,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -43217,6 +44579,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -43577,6 +44942,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -43596,6 +44964,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -43738,6 +45109,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -43922,6 +45296,9 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -44408,6 +45785,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -44508,6 +45888,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -44539,6 +45922,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -44723,6 +46109,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -45166,6 +46555,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -45266,6 +46658,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -45297,6 +46692,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -45408,6 +46806,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -45533,6 +46934,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -45636,6 +47040,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -45922,6 +47329,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -45935,6 +47345,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -46174,6 +47587,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -46528,6 +47944,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -46628,6 +48047,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -46663,6 +48085,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -47027,6 +48452,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -47127,6 +48555,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -47158,6 +48589,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -47435,6 +48869,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -47606,6 +49043,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -47641,6 +49081,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -48001,6 +49444,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -48131,6 +49577,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -48162,6 +49611,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -48346,6 +49798,9 @@ exports[`Story Snapshots: EncryptedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -48745,6 +50200,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -48764,6 +50222,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -48886,6 +50347,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -48902,6 +50366,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -49188,6 +50655,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -49207,6 +50677,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -49329,6 +50802,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -49345,6 +50821,9 @@ exports[`Story Snapshots: Error should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -49644,6 +51123,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -49744,6 +51226,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -49785,6 +51270,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -49801,6 +51289,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -50087,6 +51578,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -50187,6 +51681,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -50228,6 +51725,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -50244,6 +51744,9 @@ exports[`Story Snapshots: ErrorLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -50630,6 +52133,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -50649,6 +52155,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -50776,6 +52285,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -50797,6 +52309,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -50834,6 +52349,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -50850,6 +52368,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -51227,6 +52748,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -51246,6 +52770,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -51373,6 +52900,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -51394,6 +52924,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -51431,6 +52964,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -51447,6 +52983,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -51824,6 +53363,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -51843,6 +53385,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -51970,6 +53515,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -51991,6 +53539,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -52028,6 +53579,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -52044,6 +53598,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -52421,6 +53978,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -52440,6 +54000,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -52567,6 +54130,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -52593,6 +54159,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -52609,6 +54178,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -52636,6 +54208,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -52656,6 +54231,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -52708,6 +54286,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -52724,6 +54305,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -53008,6 +54592,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -53029,6 +54616,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -53139,6 +54729,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -53160,6 +54753,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenames should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -53550,6 +55146,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -53578,6 +55177,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -53696,6 +55298,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -53717,6 +55322,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -53754,6 +55362,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -53770,6 +55381,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -54147,6 +55761,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -54175,6 +55792,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -54293,6 +55913,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -54314,6 +55937,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -54351,6 +55977,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -54367,6 +55996,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -54744,6 +56376,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -54772,6 +56407,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -54890,6 +56528,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -54911,6 +56552,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -54948,6 +56592,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -54964,6 +56611,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -55341,6 +56991,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -55369,6 +57022,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -55487,6 +57143,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -55513,6 +57172,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -55529,6 +57191,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -55556,6 +57221,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -55576,6 +57244,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -55628,6 +57299,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -55644,6 +57318,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -55928,6 +57605,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -55949,6 +57629,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -56059,6 +57742,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -56080,6 +57766,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -56457,6 +58146,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -56485,6 +58177,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -56609,6 +58304,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -56625,6 +58323,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -56752,6 +58453,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -56768,6 +58472,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -56816,6 +58523,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -56832,6 +58542,9 @@ exports[`Story Snapshots: FileAttachmentsWithFilenamesLargeFont should match sna "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -57222,6 +58935,9 @@ exports[`Story Snapshots: FullName should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -57241,6 +58957,9 @@ exports[`Story Snapshots: FullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -57287,6 +59006,9 @@ exports[`Story Snapshots: FullName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -57303,6 +59025,9 @@ exports[`Story Snapshots: FullName should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -57693,6 +59418,9 @@ exports[`Story Snapshots: FullNameLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -57721,6 +59449,9 @@ exports[`Story Snapshots: FullNameLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -57758,6 +59489,9 @@ exports[`Story Snapshots: FullNameLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -57774,6 +59508,9 @@ exports[`Story Snapshots: FullNameLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -58164,6 +59901,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -58183,6 +59923,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -58229,6 +59972,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -58245,6 +59991,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -58622,6 +60371,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -58641,6 +60393,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -58687,6 +60442,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -58703,6 +60461,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -58906,6 +60667,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -58922,6 +60686,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -59132,6 +60899,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -59148,6 +60918,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -59532,6 +61305,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -59551,6 +61327,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -59597,6 +61376,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -59613,6 +61395,9 @@ exports[`Story Snapshots: GroupedMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -60003,6 +61788,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -60031,6 +61819,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -60068,6 +61859,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -60084,6 +61878,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -60461,6 +62258,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -60489,6 +62289,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -60526,6 +62329,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -60542,6 +62348,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -60745,6 +62554,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -60761,6 +62573,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -60971,6 +62786,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -60987,6 +62805,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -61371,6 +63192,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -61399,6 +63223,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -61436,6 +63263,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -61452,6 +63282,9 @@ exports[`Story Snapshots: GroupedMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -61796,6 +63629,9 @@ exports[`Story Snapshots: Ignored should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -62125,6 +63961,9 @@ exports[`Story Snapshots: IgnoredLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -62500,6 +64339,9 @@ exports[`Story Snapshots: InlineKatex should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -62519,6 +64361,9 @@ exports[`Story Snapshots: InlineKatex should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -62565,6 +64410,9 @@ exports[`Story Snapshots: InlineKatex should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -62581,6 +64429,9 @@ exports[`Story Snapshots: InlineKatex should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -62957,6 +64808,9 @@ exports[`Story Snapshots: InlineKatexLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -62985,6 +64839,9 @@ exports[`Story Snapshots: InlineKatexLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -63022,6 +64879,9 @@ exports[`Story Snapshots: InlineKatexLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -63038,6 +64898,9 @@ exports[`Story Snapshots: InlineKatexLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -63406,6 +65269,9 @@ exports[`Story Snapshots: JitsiCall should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -63425,6 +65291,9 @@ exports[`Story Snapshots: JitsiCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -63454,6 +65323,9 @@ exports[`Story Snapshots: JitsiCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -63569,6 +65441,9 @@ exports[`Story Snapshots: JitsiCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -63939,6 +65814,9 @@ exports[`Story Snapshots: JitsiCallLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -63968,6 +65846,9 @@ exports[`Story Snapshots: JitsiCallLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -64083,6 +65964,9 @@ exports[`Story Snapshots: JitsiCallLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -64105,6 +65989,9 @@ exports[`Story Snapshots: JitsiCallLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -64480,6 +66367,9 @@ exports[`Story Snapshots: Katex should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -64499,6 +66389,9 @@ exports[`Story Snapshots: Katex should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -64905,6 +66798,9 @@ exports[`Story Snapshots: KatexArray should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -64924,6 +66820,9 @@ exports[`Story Snapshots: KatexArray should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -65330,6 +67229,9 @@ exports[`Story Snapshots: KatexArrayLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -65358,6 +67260,9 @@ exports[`Story Snapshots: KatexArrayLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -65755,6 +67660,9 @@ exports[`Story Snapshots: KatexLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -65783,6 +67691,9 @@ exports[`Story Snapshots: KatexLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -66184,6 +68095,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -66203,6 +68117,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -66259,6 +68176,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -66278,6 +68198,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -66293,6 +68216,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -66332,6 +68258,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -66351,6 +68280,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -66366,6 +68298,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -66407,6 +68342,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -66426,6 +68364,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -66441,6 +68382,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -66822,6 +68766,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -66841,6 +68788,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -66896,6 +68846,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -66921,6 +68874,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -66929,6 +68885,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -66944,6 +68903,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -66983,6 +68945,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -67008,6 +68973,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -67016,6 +68984,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -67031,6 +69002,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -67410,6 +69384,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -67429,6 +69406,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -67483,6 +69463,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -67508,6 +69491,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -67516,6 +69502,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -67531,6 +69520,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -67744,6 +69736,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -67769,6 +69764,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -67777,6 +69775,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -67792,6 +69793,9 @@ exports[`Story Snapshots: Lists should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -68195,6 +70199,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -68223,6 +70230,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -68270,6 +70280,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -68289,6 +70302,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -68304,6 +70320,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -68343,6 +70362,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -68362,6 +70384,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -68377,6 +70402,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -68418,6 +70446,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -68437,6 +70468,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -68452,6 +70486,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -68833,6 +70870,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -68861,6 +70901,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -68907,6 +70950,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -68932,6 +70978,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -68940,6 +70989,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -68955,6 +71007,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -68994,6 +71049,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -69019,6 +71077,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -69027,6 +71088,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -69042,6 +71106,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -69421,6 +71488,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -69449,6 +71519,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -69494,6 +71567,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -69519,6 +71595,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -69527,6 +71606,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -69542,6 +71624,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -69755,6 +71840,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -69780,6 +71868,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -69788,6 +71879,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -69803,6 +71897,9 @@ exports[`Story Snapshots: ListsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -70202,6 +72299,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -70221,6 +72321,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -70267,6 +72370,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -70283,6 +72389,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -70660,6 +72769,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -70679,6 +72791,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -70761,6 +72876,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -70777,6 +72895,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -71155,6 +73276,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -71174,6 +73298,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -71255,6 +73382,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -71271,6 +73401,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -71648,6 +73781,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -71667,6 +73803,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -71779,6 +73918,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -72056,6 +74198,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -72075,6 +74220,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -72197,6 +74345,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -72213,6 +74364,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -72586,6 +74740,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -72605,6 +74762,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -72682,6 +74842,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -72698,6 +74861,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -73075,6 +75241,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -73094,6 +75263,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -73236,6 +75408,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -73514,6 +75689,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -73533,6 +75711,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -73819,6 +76000,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -74093,6 +76277,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -74112,6 +76299,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -74398,6 +76588,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -74672,6 +76865,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -74691,6 +76887,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -74977,6 +77176,9 @@ exports[`Story Snapshots: LongNameUser should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -75350,6 +77552,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -75378,6 +77583,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -75415,6 +77623,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -75431,6 +77642,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -75808,6 +78022,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -75872,6 +78089,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -75909,6 +78129,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -75925,6 +78148,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -76303,6 +78529,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -76366,6 +78595,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -76403,6 +78635,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -76419,6 +78654,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -76796,6 +79034,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -76896,6 +79137,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -76927,6 +79171,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -77204,6 +79451,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -77304,6 +79554,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -77345,6 +79598,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -77361,6 +79617,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -77734,6 +79993,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -77793,6 +80055,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -77830,6 +80095,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -77846,6 +80114,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -78223,6 +80494,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -78353,6 +80627,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -78384,6 +80661,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -78662,6 +80942,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -78932,6 +81215,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -78967,6 +81253,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -79241,6 +81530,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -79511,6 +81803,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -79546,6 +81841,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -79820,6 +82118,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -80090,6 +82391,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -80125,6 +82429,9 @@ exports[`Story Snapshots: LongNameUserLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -80498,6 +82805,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -80517,6 +82827,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -80563,6 +82876,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -80579,6 +82895,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -80592,6 +82911,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -80628,6 +82950,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -80663,6 +82988,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -80698,6 +83026,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -80734,6 +83065,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -80769,6 +83103,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81135,6 +83472,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -81154,6 +83494,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -81200,6 +83543,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -81216,6 +83562,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -81229,6 +83578,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81265,6 +83617,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81300,6 +83655,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81335,6 +83693,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81371,6 +83732,9 @@ exports[`Story Snapshots: Mentions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81767,6 +84131,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -81795,6 +84162,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -81832,6 +84202,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -81848,6 +84221,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -81861,6 +84237,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81897,6 +84276,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81932,6 +84314,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -81967,6 +84352,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -82003,6 +84391,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -82038,6 +84429,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -82404,6 +84798,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -82432,6 +84829,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -82469,6 +84869,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -82485,6 +84888,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -82498,6 +84904,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -82534,6 +84943,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -82569,6 +84981,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -82604,6 +85019,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -82640,6 +85058,9 @@ exports[`Story Snapshots: MentionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -83036,6 +85457,9 @@ exports[`Story Snapshots: Message should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -83055,6 +85479,9 @@ exports[`Story Snapshots: Message should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -83446,6 +85873,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -83465,6 +85895,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -83511,6 +85944,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -83527,6 +85963,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -83653,6 +86092,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -83671,6 +86113,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -83784,6 +86229,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -83803,6 +86251,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -83824,6 +86275,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -84199,6 +86653,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -84218,6 +86675,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -84264,6 +86724,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -84280,6 +86743,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -84406,6 +86872,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -84446,6 +86915,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -84462,6 +86934,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -85006,6 +87481,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -85025,6 +87503,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -85071,6 +87552,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -85087,6 +87571,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -85213,6 +87700,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -85825,6 +88315,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -85844,6 +88337,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -85890,6 +88386,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -85906,6 +88405,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -86032,6 +88534,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -86535,6 +89040,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -86554,6 +89062,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -86600,6 +89111,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -86616,6 +89130,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -86742,6 +89259,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -86760,6 +89280,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -86873,6 +89396,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -86891,6 +89417,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -87004,6 +89533,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -87023,6 +89555,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -87044,6 +89579,9 @@ exports[`Story Snapshots: MessageWithNestedReplyAndFile should match snapshot 1` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -87437,6 +89975,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -87456,6 +89997,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -87533,6 +90077,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -87549,6 +90096,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -87752,6 +90302,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -87768,6 +90321,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -88183,6 +90739,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -88202,6 +90761,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -88279,6 +90841,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -88295,6 +90860,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -88498,6 +91066,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -88514,6 +91085,9 @@ exports[`Story Snapshots: MessageWithReadReceipt should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -88942,6 +91516,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -89001,6 +91578,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -89038,6 +91618,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -89054,6 +91637,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -89257,6 +91843,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -89273,6 +91862,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -89688,6 +92280,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -89747,6 +92342,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -89784,6 +92382,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -89800,6 +92401,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -90003,6 +92607,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -90019,6 +92626,9 @@ exports[`Story Snapshots: MessageWithReadReceiptLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -90447,6 +93057,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -90466,6 +93079,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -90594,6 +93210,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -90620,6 +93239,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -90636,6 +93258,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -90684,6 +93309,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -90700,6 +93328,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -91077,6 +93708,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -91096,6 +93730,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -91224,6 +93861,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -91250,6 +93890,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -91266,6 +93909,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -91432,6 +94078,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -91458,6 +94107,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -91474,6 +94126,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -91560,6 +94215,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -91576,6 +94234,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -91621,6 +94282,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -91637,6 +94301,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -92014,6 +94681,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -92033,6 +94703,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -92079,6 +94752,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -92095,6 +94771,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -92221,6 +94900,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -92261,6 +94943,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -92277,6 +94962,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -92821,6 +95509,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -92840,6 +95531,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -92886,6 +95580,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -92902,6 +95599,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -93028,6 +95728,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -93068,6 +95771,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -93084,6 +95790,9 @@ exports[`Story Snapshots: MessageWithReply should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -93702,6 +96411,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -93721,6 +96433,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -93849,6 +96564,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -93868,6 +96586,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -93889,6 +96610,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -93926,6 +96650,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -93942,6 +96669,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -94319,6 +97049,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -94338,6 +97071,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -94466,6 +97202,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -94485,6 +97224,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -94511,6 +97253,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -94527,6 +97272,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -94554,6 +97302,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -94574,6 +97325,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -94626,6 +97380,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -94642,6 +97399,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -95019,6 +97779,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -95038,6 +97801,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -95166,6 +97932,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -95185,6 +97954,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -95206,6 +97978,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -95317,6 +98092,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -95336,6 +98114,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -95357,6 +98138,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -95394,6 +98178,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -95410,6 +98197,9 @@ exports[`Story Snapshots: MessageWithReplyAndFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -95800,6 +98590,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -95828,6 +98621,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -95947,6 +98743,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -95966,6 +98765,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -95987,6 +98789,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -96024,6 +98829,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -96040,6 +98848,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -96417,6 +99228,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -96445,6 +99259,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -96564,6 +99381,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -96583,6 +99403,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -96609,6 +99432,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -96625,6 +99451,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -96652,6 +99481,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -96672,6 +99504,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -96724,6 +99559,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -96740,6 +99578,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -97117,6 +99958,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -97145,6 +99989,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -97264,6 +100111,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -97283,6 +100133,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -97304,6 +100157,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -97415,6 +100271,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -97434,6 +100293,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -97455,6 +100317,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -97492,6 +100357,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -97508,6 +100376,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -97885,6 +100756,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -97913,6 +100787,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -97950,6 +100827,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -97966,6 +100846,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -98092,6 +100975,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -98704,6 +101590,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -98732,6 +101621,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -98769,6 +101661,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -98785,6 +101680,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -98911,6 +101809,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -99414,6 +102315,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -99442,6 +102346,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -99479,6 +102386,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -99495,6 +102405,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -99621,6 +102534,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -99639,6 +102555,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -99752,6 +102671,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -99770,6 +102692,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -99883,6 +102808,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -99902,6 +102830,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -99923,6 +102854,9 @@ exports[`Story Snapshots: MessageWithReplyAndFileLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -100316,6 +103250,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -100344,6 +103281,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -100463,6 +103403,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -100489,6 +103432,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -100505,6 +103451,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -100553,6 +103502,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -100569,6 +103521,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -100946,6 +103901,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -100974,6 +103932,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -101093,6 +104054,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -101119,6 +104083,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -101135,6 +104102,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -101227,6 +104197,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -101243,6 +104216,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -101620,6 +104596,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -101648,6 +104627,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -101685,6 +104667,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -101701,6 +104686,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -101827,6 +104815,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -101867,6 +104858,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -101883,6 +104877,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -102427,6 +105424,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -102455,6 +105455,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -102492,6 +105495,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -102508,6 +105514,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -102634,6 +105643,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -102674,6 +105686,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -102690,6 +105705,9 @@ exports[`Story Snapshots: MessageWithReplyLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -103309,6 +106327,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -103328,6 +106349,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -103374,6 +106398,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -103390,6 +106417,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -103480,6 +106510,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -103559,6 +106592,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -103616,6 +106652,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -103936,6 +106975,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -103949,6 +106991,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -104189,6 +107234,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -104373,6 +107421,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -104386,6 +107437,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -104626,6 +107680,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -104810,6 +107867,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -104823,6 +107883,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -105063,6 +108126,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -105247,6 +108313,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -105260,6 +108329,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -105500,6 +108572,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -105684,6 +108759,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -105697,6 +108775,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -105937,6 +109018,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -106121,6 +109205,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -106134,6 +109221,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -106374,6 +109464,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -106558,6 +109651,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -106571,6 +109667,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -106811,6 +109910,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -106995,6 +110097,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -107008,6 +110113,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -107248,6 +110356,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -107432,6 +110543,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -107445,6 +110559,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -107685,6 +110802,9 @@ exports[`Story Snapshots: MessageWithThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -108063,6 +111183,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -108091,6 +111214,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -108128,6 +111254,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -108144,6 +111273,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -108234,6 +111366,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -108313,6 +111448,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -108370,6 +111508,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -108690,6 +111831,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -108703,6 +111847,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -108943,6 +112090,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -109127,6 +112277,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -109140,6 +112293,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -109380,6 +112536,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -109564,6 +112723,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -109577,6 +112739,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -109817,6 +112982,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -110001,6 +113169,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -110014,6 +113185,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -110254,6 +113428,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -110438,6 +113615,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -110451,6 +113631,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -110691,6 +113874,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -110875,6 +114061,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -110888,6 +114077,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -111128,6 +114320,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -111312,6 +114507,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -111325,6 +114523,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -111565,6 +114766,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -111749,6 +114953,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -111762,6 +114969,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -112002,6 +115212,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -112186,6 +115399,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -112199,6 +115415,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -112439,6 +115658,9 @@ exports[`Story Snapshots: MessageWithThreadLargeFont should match snapshot 1`] = "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -112816,6 +116038,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -112835,6 +116060,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -112881,6 +116109,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -112897,6 +116128,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -113188,6 +116422,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -113207,6 +116444,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -113522,6 +116762,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -113882,6 +117125,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -113901,6 +117147,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -113947,6 +117196,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -113963,6 +117215,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -114254,6 +117509,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -114273,6 +117531,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -114588,6 +117849,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -114948,6 +118212,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -114967,6 +118234,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -115013,6 +118283,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -115029,6 +118302,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -115320,6 +118596,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -115339,6 +118618,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -115654,6 +118936,9 @@ exports[`Story Snapshots: Names should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -116027,6 +119312,9 @@ exports[`Story Snapshots: Pinned should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -116046,6 +119334,9 @@ exports[`Story Snapshots: Pinned should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -116122,6 +119413,9 @@ exports[`Story Snapshots: Pinned should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -116138,6 +119432,9 @@ exports[`Story Snapshots: Pinned should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -116341,6 +119638,9 @@ exports[`Story Snapshots: Pinned should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -116357,6 +119657,9 @@ exports[`Story Snapshots: Pinned should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -116784,6 +120087,9 @@ exports[`Story Snapshots: PinnedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -116842,6 +120148,9 @@ exports[`Story Snapshots: PinnedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -116879,6 +120188,9 @@ exports[`Story Snapshots: PinnedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -116895,6 +120207,9 @@ exports[`Story Snapshots: PinnedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -117098,6 +120413,9 @@ exports[`Story Snapshots: PinnedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -117114,6 +120432,9 @@ exports[`Story Snapshots: PinnedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -117541,6 +120862,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -117560,6 +120884,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -117606,6 +120933,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -117622,6 +120952,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -117746,6 +121079,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -117871,6 +121207,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -117974,6 +121313,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -118077,6 +121419,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -118543,6 +121888,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -118562,6 +121910,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -118608,6 +121959,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -118624,6 +121978,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -118770,6 +122127,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -118895,6 +122255,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -119020,6 +122383,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -119123,6 +122489,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -119226,6 +122595,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -119329,6 +122701,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -119432,6 +122807,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -119535,6 +122913,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -120014,6 +123395,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -120042,6 +123426,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -120079,6 +123466,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -120095,6 +123485,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -120219,6 +123612,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -120344,6 +123740,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -120447,6 +123846,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -120550,6 +123952,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -121016,6 +124421,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -121044,6 +124452,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -121081,6 +124492,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -121097,6 +124511,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -121243,6 +124660,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -121368,6 +124788,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -121493,6 +124916,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -121596,6 +125022,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -121699,6 +125128,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -121802,6 +125234,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -121905,6 +125340,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -122008,6 +125446,9 @@ exports[`Story Snapshots: ReactionsLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -122488,6 +125929,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -122507,6 +125951,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -122553,6 +126000,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -122569,6 +126019,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -122659,6 +126112,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -122738,6 +126194,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -122795,6 +126254,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -123251,6 +126713,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -123571,6 +127036,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -123891,6 +127359,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButton should m "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -124269,6 +127740,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -124297,6 +127771,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -124334,6 +127811,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -124350,6 +127830,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -124440,6 +127923,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -124519,6 +128005,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -124576,6 +128065,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -125032,6 +128524,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -125352,6 +128847,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -125672,6 +129170,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadButtonLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -125869,6 +129370,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReply should ma "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -125882,6 +129386,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReply should ma "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -126122,6 +129629,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReply should ma "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -126442,6 +129952,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReply should ma "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -126762,6 +130275,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReply should ma "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -127082,6 +130598,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReply should ma "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -127279,6 +130798,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReplyLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -127292,6 +130814,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReplyLargeFont "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -127532,6 +131057,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReplyLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -127852,6 +131380,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReplyLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -128172,6 +131703,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReplyLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -128492,6 +132026,9 @@ exports[`Story Snapshots: SequentialThreadMessagesFollowingThreadReplyLargeFont "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -128869,6 +132406,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -128888,6 +132428,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -128937,6 +132480,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -128953,6 +132499,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -129038,6 +132587,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -129400,6 +132952,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -129419,6 +132974,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -129468,6 +133026,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -129484,6 +133045,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -129499,6 +133063,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -129532,6 +133099,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -129552,6 +133122,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -129577,6 +133150,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -129593,6 +133169,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -129639,6 +133218,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -129655,6 +133237,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -129740,6 +133325,9 @@ exports[`Story Snapshots: ShowButtonAsAttachment should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -130115,6 +133703,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -130143,6 +133734,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -130183,6 +133777,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -130199,6 +133796,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -130284,6 +133884,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -130646,6 +134249,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -130674,6 +134280,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -130714,6 +134323,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -130730,6 +134342,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -130745,6 +134360,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -130778,6 +134396,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -130798,6 +134419,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -130823,6 +134447,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -130839,6 +134466,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -130885,6 +134515,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -130901,6 +134534,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -130986,6 +134622,9 @@ exports[`Story Snapshots: ShowButtonAsAttachmentLargeFont should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -131361,6 +135000,9 @@ exports[`Story Snapshots: StaticAvatar should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -131380,6 +135022,9 @@ exports[`Story Snapshots: StaticAvatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -131426,6 +135071,9 @@ exports[`Story Snapshots: StaticAvatar should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -131442,6 +135090,9 @@ exports[`Story Snapshots: StaticAvatar should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -131832,6 +135483,9 @@ exports[`Story Snapshots: StaticAvatarLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -131860,6 +135514,9 @@ exports[`Story Snapshots: StaticAvatarLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -131897,6 +135554,9 @@ exports[`Story Snapshots: StaticAvatarLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -131913,6 +135573,9 @@ exports[`Story Snapshots: StaticAvatarLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -132170,6 +135833,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -132190,6 +135856,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -132414,6 +136083,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -132434,6 +136106,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -132658,6 +136333,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -132678,6 +136356,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -132905,6 +136586,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -132925,6 +136609,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -133149,6 +136836,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -133169,6 +136859,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -133393,6 +137086,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -133413,6 +137109,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -133637,6 +137336,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -133657,6 +137359,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -133881,6 +137586,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -133901,6 +137609,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -134125,6 +137836,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -134145,6 +137859,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -134369,6 +138086,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -134389,6 +138109,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -134613,6 +138336,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -134633,6 +138359,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -134857,6 +138586,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -134877,6 +138609,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -135101,6 +138836,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -135121,6 +138859,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -135345,6 +139086,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -135365,6 +139109,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -135589,6 +139336,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -135609,6 +139359,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -135833,6 +139586,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -135853,6 +139609,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -136077,6 +139836,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -136097,6 +139859,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -136321,6 +140086,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -136341,6 +140109,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -136565,6 +140336,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -136585,6 +140359,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -136809,6 +140586,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -136829,6 +140609,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -137053,6 +140836,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -137073,6 +140859,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -137297,6 +141086,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -137317,6 +141109,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -137541,6 +141336,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -137561,6 +141359,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -137785,6 +141586,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -137805,6 +141609,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -138029,6 +141836,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -138049,6 +141859,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -138272,6 +142085,9 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -138508,6 +142324,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -138528,6 +142347,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -138752,6 +142574,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -138772,6 +142597,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -138996,6 +142824,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -139016,6 +142847,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -139243,6 +143077,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -139263,6 +143100,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -139487,6 +143327,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -139507,6 +143350,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -139731,6 +143577,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -139751,6 +143600,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -139975,6 +143827,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -139995,6 +143850,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -140219,6 +144077,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -140239,6 +144100,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -140463,6 +144327,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -140483,6 +144350,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -140707,6 +144577,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -140727,6 +144600,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -140951,6 +144827,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -140971,6 +144850,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -141195,6 +145077,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -141215,6 +145100,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -141439,6 +145327,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -141459,6 +145350,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -141683,6 +145577,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -141703,6 +145600,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -141927,6 +145827,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -141947,6 +145850,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -142171,6 +146077,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -142191,6 +146100,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -142415,6 +146327,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -142435,6 +146350,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -142659,6 +146577,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -142679,6 +146600,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -142903,6 +146827,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -142923,6 +146850,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -143147,6 +147077,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -143167,6 +147100,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -143391,6 +147327,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -143411,6 +147350,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -143635,6 +147577,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -143655,6 +147600,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -143879,6 +147827,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -143899,6 +147850,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -144123,6 +148077,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -144143,6 +148100,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -144367,6 +148327,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -144387,6 +148350,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -144610,6 +148576,9 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -144971,6 +148940,9 @@ exports[`Story Snapshots: Temp should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -144990,6 +148962,9 @@ exports[`Story Snapshots: Temp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -145040,6 +149015,9 @@ exports[`Story Snapshots: Temp should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -145056,6 +149034,9 @@ exports[`Story Snapshots: Temp should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -145438,6 +149419,9 @@ exports[`Story Snapshots: TempLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -145466,6 +149450,9 @@ exports[`Story Snapshots: TempLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -145507,6 +149494,9 @@ exports[`Story Snapshots: TempLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -145523,6 +149513,9 @@ exports[`Story Snapshots: TempLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -145913,6 +149906,9 @@ exports[`Story Snapshots: ThumbnailFromServer should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -145932,6 +149928,9 @@ exports[`Story Snapshots: ThumbnailFromServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -146059,6 +150058,9 @@ exports[`Story Snapshots: ThumbnailFromServer should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -146085,6 +150087,9 @@ exports[`Story Snapshots: ThumbnailFromServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -146101,6 +150106,9 @@ exports[`Story Snapshots: ThumbnailFromServer should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -146189,6 +150197,9 @@ exports[`Story Snapshots: ThumbnailFromServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -146205,6 +150216,9 @@ exports[`Story Snapshots: ThumbnailFromServer should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -146595,6 +150609,9 @@ exports[`Story Snapshots: ThumbnailFromServerLargeFont should match snapshot 1`] "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -146623,6 +150640,9 @@ exports[`Story Snapshots: ThumbnailFromServerLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -146741,6 +150761,9 @@ exports[`Story Snapshots: ThumbnailFromServerLargeFont should match snapshot 1`] "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -146767,6 +150790,9 @@ exports[`Story Snapshots: ThumbnailFromServerLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -146783,6 +150809,9 @@ exports[`Story Snapshots: ThumbnailFromServerLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -146871,6 +150900,9 @@ exports[`Story Snapshots: ThumbnailFromServerLargeFont should match snapshot 1`] "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -146887,6 +150919,9 @@ exports[`Story Snapshots: ThumbnailFromServerLargeFont should match snapshot 1`] "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -147277,6 +151312,9 @@ exports[`Story Snapshots: TimeFormat should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -147296,6 +151334,9 @@ exports[`Story Snapshots: TimeFormat should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -147342,6 +151383,9 @@ exports[`Story Snapshots: TimeFormat should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -147358,6 +151402,9 @@ exports[`Story Snapshots: TimeFormat should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -147748,6 +151795,9 @@ exports[`Story Snapshots: TimeFormatLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -147776,6 +151826,9 @@ exports[`Story Snapshots: TimeFormatLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -147813,6 +151866,9 @@ exports[`Story Snapshots: TimeFormatLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -147829,6 +151885,9 @@ exports[`Story Snapshots: TimeFormatLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -148220,6 +152279,9 @@ exports[`Story Snapshots: Translated should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -148239,6 +152301,9 @@ exports[`Story Snapshots: Translated should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -148320,6 +152385,9 @@ exports[`Story Snapshots: Translated should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -148336,6 +152404,9 @@ exports[`Story Snapshots: Translated should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -148727,6 +152798,9 @@ exports[`Story Snapshots: TranslatedLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -148790,6 +152864,9 @@ exports[`Story Snapshots: TranslatedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -148827,6 +152904,9 @@ exports[`Story Snapshots: TranslatedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -148843,6 +152923,9 @@ exports[`Story Snapshots: TranslatedLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -149233,6 +153316,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -149252,6 +153338,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -149380,6 +153469,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -149406,6 +153498,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -149422,6 +153517,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -149476,6 +153574,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -149501,6 +153602,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -149517,6 +153621,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -149562,6 +153669,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -149587,6 +153697,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -149603,6 +153716,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -149617,6 +153733,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -149730,6 +153849,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -149756,6 +153878,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -149772,6 +153897,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -149826,6 +153954,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -149851,6 +153982,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -149867,6 +154001,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -149912,6 +154049,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -149937,6 +154077,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -149953,6 +154096,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -149963,6 +154109,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -149983,6 +154132,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -150020,6 +154172,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -150036,6 +154191,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdown should match snapshot "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -150426,6 +154584,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -150454,6 +154615,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -150573,6 +154737,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -150599,6 +154766,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -150615,6 +154785,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -150669,6 +154842,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -150694,6 +154870,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -150710,6 +154889,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -150755,6 +154937,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -150780,6 +154965,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -150796,6 +154984,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -150810,6 +155001,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -150923,6 +155117,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -150949,6 +155146,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -150965,6 +155165,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -151019,6 +155222,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -151044,6 +155250,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -151060,6 +155269,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -151105,6 +155317,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -151130,6 +155345,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -151146,6 +155364,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -151156,6 +155377,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", } @@ -151176,6 +155400,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -151213,6 +155440,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -151229,6 +155459,9 @@ exports[`Story Snapshots: TwoShortCustomFieldsWithMarkdownLargeFont should match "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -151619,6 +155852,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -151638,6 +155874,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -151732,6 +155971,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -151751,6 +155993,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -151830,6 +156075,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -151849,6 +156097,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -152213,6 +156464,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -152232,6 +156486,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -152278,6 +156535,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -152294,6 +156554,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -152430,6 +156693,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -152449,6 +156715,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -152687,6 +156956,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -152706,6 +156978,9 @@ exports[`Story Snapshots: URL should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -153090,6 +157365,9 @@ exports[`Story Snapshots: URLImagePreview should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -153109,6 +157387,9 @@ exports[`Story Snapshots: URLImagePreview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -153203,6 +157484,9 @@ exports[`Story Snapshots: URLImagePreview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -153222,6 +157506,9 @@ exports[`Story Snapshots: URLImagePreview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -153586,6 +157873,9 @@ exports[`Story Snapshots: URLImagePreview should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -153605,6 +157895,9 @@ exports[`Story Snapshots: URLImagePreview should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -154038,6 +158331,9 @@ exports[`Story Snapshots: URLImagePreviewLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -154066,6 +158362,9 @@ exports[`Story Snapshots: URLImagePreviewLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -154151,6 +158450,9 @@ exports[`Story Snapshots: URLImagePreviewLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -154170,6 +158472,9 @@ exports[`Story Snapshots: URLImagePreviewLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -154534,6 +158839,9 @@ exports[`Story Snapshots: URLImagePreviewLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -154562,6 +158870,9 @@ exports[`Story Snapshots: URLImagePreviewLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -154986,6 +159297,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -155014,6 +159328,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -155099,6 +159416,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -155118,6 +159438,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -155197,6 +159520,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -155216,6 +159542,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -155580,6 +159909,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -155608,6 +159940,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -155645,6 +159980,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -155661,6 +159999,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -155797,6 +160138,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -155816,6 +160160,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -156054,6 +160401,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -156073,6 +160423,9 @@ exports[`Story Snapshots: URLLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -156457,6 +160810,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -156476,6 +160832,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -156522,6 +160881,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -156538,6 +160900,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -156829,6 +161194,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -156848,6 +161216,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -157163,6 +161534,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -157523,6 +161897,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -157542,6 +161919,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -157588,6 +161968,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -157604,6 +161987,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -157895,6 +162281,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -157914,6 +162303,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -158229,6 +162621,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -158589,6 +162984,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -158608,6 +163006,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -158654,6 +163055,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -158670,6 +163074,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -158961,6 +163368,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -158980,6 +163390,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -159295,6 +163708,9 @@ exports[`Story Snapshots: Usernames should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -159668,6 +164084,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -159686,6 +164105,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -159706,6 +164128,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -159752,6 +164177,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -159768,6 +164196,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -160145,6 +164576,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -160163,6 +164597,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -160183,6 +164620,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -160229,6 +164669,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -160245,6 +164688,9 @@ exports[`Story Snapshots: WithAlias should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -160635,6 +165081,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -160653,6 +165102,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -160682,6 +165134,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -160719,6 +165174,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -160735,6 +165193,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -161112,6 +165573,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -161130,6 +165594,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -161159,6 +165626,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -161196,6 +165666,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -161212,6 +165685,9 @@ exports[`Story Snapshots: WithAliasLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -161602,6 +166078,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -161621,6 +166100,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -161677,6 +166159,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -161693,6 +166178,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -162179,6 +166667,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -162195,6 +166686,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -162634,6 +167128,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -162650,6 +167147,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -163586,6 +168086,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -163602,6 +168105,9 @@ exports[`Story Snapshots: WithAudio should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -164508,6 +169014,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -164536,6 +169045,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -164583,6 +169095,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -164599,6 +169114,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -165075,6 +169593,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -165091,6 +169612,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -165311,6 +169835,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -165327,6 +169854,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -166176,6 +170706,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -166192,6 +170725,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -166482,6 +171018,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -166498,6 +171037,9 @@ exports[`Story Snapshots: WithAudioLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -167404,6 +171946,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -167423,6 +171968,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -167556,6 +172104,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -167572,6 +172123,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -167614,6 +172168,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -167630,6 +172187,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -167965,6 +172525,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -167981,6 +172544,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -168023,6 +172589,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -168039,6 +172608,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -168207,6 +172779,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -168223,6 +172798,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -168265,6 +172843,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -168281,6 +172862,9 @@ exports[`Story Snapshots: WithFile should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -168723,6 +173307,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -168751,6 +173338,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -168875,6 +173465,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -168891,6 +173484,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -168933,6 +173529,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -168949,6 +173548,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -169284,6 +173886,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -169300,6 +173905,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -169342,6 +173950,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -169358,6 +173969,9 @@ exports[`Story Snapshots: WithFileLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -169800,6 +174414,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -169819,6 +174436,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -169875,6 +174495,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -169891,6 +174514,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -170474,6 +175100,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -170493,6 +175122,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -170539,6 +175171,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -170555,6 +175190,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -170609,6 +175247,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -170625,6 +175266,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -170877,6 +175521,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -170893,6 +175540,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -171637,6 +176287,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -171656,6 +176309,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -171702,6 +176358,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -171718,6 +176377,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -172425,6 +177087,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -172444,6 +177109,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -172500,6 +177168,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -172516,6 +177187,9 @@ exports[`Story Snapshots: WithImage should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -173099,6 +177773,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -173127,6 +177804,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -173174,6 +177854,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -173190,6 +177873,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -173565,6 +178251,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -173581,6 +178270,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -174127,6 +178819,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -174146,6 +178841,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -174192,6 +178890,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -174208,6 +178909,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -174915,6 +179619,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -174943,6 +179650,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -174990,6 +179700,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -175006,6 +179719,9 @@ exports[`Story Snapshots: WithImageLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -175589,6 +180305,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -175608,6 +180327,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -175664,6 +180386,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -175680,6 +180405,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -176057,6 +180785,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -176073,6 +180804,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -176577,6 +181311,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -176596,6 +181333,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -176642,6 +181382,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -176658,6 +181401,9 @@ exports[`Story Snapshots: WithVideo should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -177310,6 +182056,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -177338,6 +182087,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -177385,6 +182137,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -177401,6 +182156,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -177942,6 +182700,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -177970,6 +182731,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -178475,6 +183239,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -178503,6 +183270,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -178540,6 +183310,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -178556,6 +183329,9 @@ exports[`Story Snapshots: WithVideoLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -179034,6 +183810,9 @@ exports[`Story Snapshots: WithoutHeader should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -179050,6 +183829,9 @@ exports[`Story Snapshots: WithoutHeader should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -179273,6 +184055,9 @@ exports[`Story Snapshots: WithoutHeaderLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -179289,6 +184074,9 @@ exports[`Story Snapshots: WithoutHeaderLargeFont should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } diff --git a/app/containers/message/components/stories/__tests__/__snapshots__/leaves.test.tsx.snap b/app/containers/message/components/stories/__tests__/__snapshots__/leaves.test.tsx.snap index d56ec17f9da..4dbc206d95b 100644 --- a/app/containers/message/components/stories/__tests__/__snapshots__/leaves.test.tsx.snap +++ b/app/containers/message/components/stories/__tests__/__snapshots__/leaves.test.tsx.snap @@ -106,6 +106,9 @@ exports[`Story Snapshots: Broadcast should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -230,6 +233,9 @@ exports[`Story Snapshots: CallButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -266,6 +272,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -282,6 +291,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -436,6 +448,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "fontFamily": "Inter", "fontSize": 16, "fontStyle": "italic", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -455,6 +470,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -576,6 +594,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -597,6 +618,9 @@ exports[`Story Snapshots: Discussion should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -902,6 +926,9 @@ exports[`Story Snapshots: GIF should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "textAlign": "left", }, @@ -1016,6 +1043,9 @@ exports[`Story Snapshots: Item should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1651,6 +1681,9 @@ exports[`Story Snapshots: MultipleImagesNewServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "textAlign": "left", @@ -1890,6 +1923,9 @@ exports[`Story Snapshots: MultipleImagesNewServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "textAlign": "left", @@ -2129,6 +2165,9 @@ exports[`Story Snapshots: MultipleImagesNewServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "textAlign": "left", @@ -2368,6 +2407,9 @@ exports[`Story Snapshots: MultipleImagesNewServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "textAlign": "left", @@ -2607,6 +2649,9 @@ exports[`Story Snapshots: MultipleImagesNewServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "textAlign": "left", @@ -2662,6 +2707,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2678,6 +2726,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2886,6 +2937,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2902,6 +2956,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3110,6 +3167,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3126,6 +3186,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3334,6 +3397,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3350,6 +3416,9 @@ exports[`Story Snapshots: MultipleImagesOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3674,6 +3743,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -3777,6 +3849,9 @@ exports[`Story Snapshots: Reactions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 18, "textAlign": "left", @@ -4017,6 +4092,9 @@ exports[`Story Snapshots: RepliedThread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4030,6 +4108,9 @@ exports[`Story Snapshots: RepliedThread should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4323,6 +4404,9 @@ exports[`Story Snapshots: SingleImageNewServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 20, "textAlign": "left", @@ -4559,6 +4643,9 @@ exports[`Story Snapshots: SingleImageOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4575,6 +4662,9 @@ exports[`Story Snapshots: SingleImageOldServer should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4831,6 +4921,9 @@ exports[`Story Snapshots: Thread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 16, "textAlign": "left", @@ -4910,6 +5003,9 @@ exports[`Story Snapshots: Thread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -4967,6 +5063,9 @@ exports[`Story Snapshots: Thread should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -5111,6 +5210,9 @@ exports[`Story Snapshots: Time should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -5231,6 +5333,9 @@ exports[`Story Snapshots: Urls should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5250,6 +5355,9 @@ exports[`Story Snapshots: Urls should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5325,6 +5433,9 @@ exports[`Story Snapshots: User should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -5344,6 +5455,9 @@ exports[`Story Snapshots: User should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", diff --git a/app/views/CallView/__snapshots__/index.test.tsx.snap b/app/views/CallView/__snapshots__/index.test.tsx.snap index 0b830f93ff6..a29f9ff832c 100644 --- a/app/views/CallView/__snapshots__/index.test.tsx.snap +++ b/app/views/CallView/__snapshots__/index.test.tsx.snap @@ -164,6 +164,9 @@ exports[`Story Snapshots: ConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -309,6 +312,9 @@ exports[`Story Snapshots: ConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -416,6 +422,9 @@ exports[`Story Snapshots: ConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -523,6 +532,9 @@ exports[`Story Snapshots: ConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -641,6 +653,9 @@ exports[`Story Snapshots: ConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -748,6 +763,9 @@ exports[`Story Snapshots: ConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -855,6 +873,9 @@ exports[`Story Snapshots: ConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1038,6 +1059,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -1183,6 +1207,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1292,6 +1319,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1401,6 +1431,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1519,6 +1552,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1626,6 +1662,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1735,6 +1774,9 @@ exports[`Story Snapshots: ConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1918,6 +1960,9 @@ exports[`Story Snapshots: MutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -2063,6 +2108,9 @@ exports[`Story Snapshots: MutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2170,6 +2218,9 @@ exports[`Story Snapshots: MutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2277,6 +2328,9 @@ exports[`Story Snapshots: MutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2395,6 +2449,9 @@ exports[`Story Snapshots: MutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2502,6 +2559,9 @@ exports[`Story Snapshots: MutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2609,6 +2669,9 @@ exports[`Story Snapshots: MutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -2792,6 +2855,9 @@ exports[`Story Snapshots: MutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -2937,6 +3003,9 @@ exports[`Story Snapshots: MutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3044,6 +3113,9 @@ exports[`Story Snapshots: MutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3151,6 +3223,9 @@ exports[`Story Snapshots: MutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3269,6 +3344,9 @@ exports[`Story Snapshots: MutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3376,6 +3454,9 @@ exports[`Story Snapshots: MutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3483,6 +3564,9 @@ exports[`Story Snapshots: MutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3666,6 +3750,9 @@ exports[`Story Snapshots: OnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -3811,6 +3898,9 @@ exports[`Story Snapshots: OnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -3918,6 +4008,9 @@ exports[`Story Snapshots: OnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4025,6 +4118,9 @@ exports[`Story Snapshots: OnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4143,6 +4239,9 @@ exports[`Story Snapshots: OnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4250,6 +4349,9 @@ exports[`Story Snapshots: OnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4357,6 +4459,9 @@ exports[`Story Snapshots: OnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4540,6 +4645,9 @@ exports[`Story Snapshots: SpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -4685,6 +4793,9 @@ exports[`Story Snapshots: SpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4792,6 +4903,9 @@ exports[`Story Snapshots: SpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -4899,6 +5013,9 @@ exports[`Story Snapshots: SpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5017,6 +5134,9 @@ exports[`Story Snapshots: SpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5124,6 +5244,9 @@ exports[`Story Snapshots: SpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5231,6 +5354,9 @@ exports[`Story Snapshots: SpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5397,6 +5523,9 @@ exports[`Story Snapshots: TabletConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -5542,6 +5671,9 @@ exports[`Story Snapshots: TabletConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5649,6 +5781,9 @@ exports[`Story Snapshots: TabletConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5756,6 +5891,9 @@ exports[`Story Snapshots: TabletConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5863,6 +6001,9 @@ exports[`Story Snapshots: TabletConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -5970,6 +6111,9 @@ exports[`Story Snapshots: TabletConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6077,6 +6221,9 @@ exports[`Story Snapshots: TabletConnectedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6243,6 +6390,9 @@ exports[`Story Snapshots: TabletConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -6388,6 +6538,9 @@ exports[`Story Snapshots: TabletConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6497,6 +6650,9 @@ exports[`Story Snapshots: TabletConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6606,6 +6762,9 @@ exports[`Story Snapshots: TabletConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6713,6 +6872,9 @@ exports[`Story Snapshots: TabletConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6820,6 +6982,9 @@ exports[`Story Snapshots: TabletConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -6929,6 +7094,9 @@ exports[`Story Snapshots: TabletConnectingCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7095,6 +7263,9 @@ exports[`Story Snapshots: TabletMutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -7240,6 +7411,9 @@ exports[`Story Snapshots: TabletMutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7347,6 +7521,9 @@ exports[`Story Snapshots: TabletMutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7454,6 +7631,9 @@ exports[`Story Snapshots: TabletMutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7561,6 +7741,9 @@ exports[`Story Snapshots: TabletMutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7668,6 +7851,9 @@ exports[`Story Snapshots: TabletMutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7775,6 +7961,9 @@ exports[`Story Snapshots: TabletMutedAndOnHold should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -7941,6 +8130,9 @@ exports[`Story Snapshots: TabletMutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -8086,6 +8278,9 @@ exports[`Story Snapshots: TabletMutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -8193,6 +8388,9 @@ exports[`Story Snapshots: TabletMutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -8300,6 +8498,9 @@ exports[`Story Snapshots: TabletMutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -8407,6 +8608,9 @@ exports[`Story Snapshots: TabletMutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -8514,6 +8718,9 @@ exports[`Story Snapshots: TabletMutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -8621,6 +8828,9 @@ exports[`Story Snapshots: TabletMutedCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -8787,6 +8997,9 @@ exports[`Story Snapshots: TabletOnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -8932,6 +9145,9 @@ exports[`Story Snapshots: TabletOnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9039,6 +9255,9 @@ exports[`Story Snapshots: TabletOnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9146,6 +9365,9 @@ exports[`Story Snapshots: TabletOnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9253,6 +9475,9 @@ exports[`Story Snapshots: TabletOnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9360,6 +9585,9 @@ exports[`Story Snapshots: TabletOnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9467,6 +9695,9 @@ exports[`Story Snapshots: TabletOnHoldCall should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9633,6 +9864,9 @@ exports[`Story Snapshots: TabletSpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -9778,6 +10012,9 @@ exports[`Story Snapshots: TabletSpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9885,6 +10122,9 @@ exports[`Story Snapshots: TabletSpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -9992,6 +10232,9 @@ exports[`Story Snapshots: TabletSpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -10099,6 +10342,9 @@ exports[`Story Snapshots: TabletSpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -10206,6 +10452,9 @@ exports[`Story Snapshots: TabletSpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -10313,6 +10562,9 @@ exports[`Story Snapshots: TabletSpeakerOn should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -10479,6 +10731,9 @@ exports[`Story Snapshots: TabletWithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -10624,6 +10879,9 @@ exports[`Story Snapshots: TabletWithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -10731,6 +10989,9 @@ exports[`Story Snapshots: TabletWithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -10838,6 +11099,9 @@ exports[`Story Snapshots: TabletWithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -10945,6 +11209,9 @@ exports[`Story Snapshots: TabletWithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -11052,6 +11319,9 @@ exports[`Story Snapshots: TabletWithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -11159,6 +11429,9 @@ exports[`Story Snapshots: TabletWithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -11342,6 +11615,9 @@ exports[`Story Snapshots: WithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -11487,6 +11763,9 @@ exports[`Story Snapshots: WithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -11594,6 +11873,9 @@ exports[`Story Snapshots: WithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -11701,6 +11983,9 @@ exports[`Story Snapshots: WithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -11819,6 +12104,9 @@ exports[`Story Snapshots: WithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -11926,6 +12214,9 @@ exports[`Story Snapshots: WithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -12033,6 +12324,9 @@ exports[`Story Snapshots: WithDialpad should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", diff --git a/app/views/CallView/components/Dialpad/__snapshots__/Dialpad.test.tsx.snap b/app/views/CallView/components/Dialpad/__snapshots__/Dialpad.test.tsx.snap index fe33c0776b9..25a50d663a9 100644 --- a/app/views/CallView/components/Dialpad/__snapshots__/Dialpad.test.tsx.snap +++ b/app/views/CallView/components/Dialpad/__snapshots__/Dialpad.test.tsx.snap @@ -79,6 +79,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -187,6 +190,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -207,6 +213,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -283,6 +292,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -303,6 +315,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -381,6 +396,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -401,6 +419,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -489,6 +510,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -509,6 +533,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -587,6 +614,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -607,6 +637,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -685,6 +718,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -705,6 +741,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -793,6 +832,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -813,6 +855,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -891,6 +936,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -911,6 +959,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -989,6 +1040,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1009,6 +1063,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -1097,6 +1154,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1180,6 +1240,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1200,6 +1263,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -1278,6 +1344,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1390,6 +1459,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -1498,6 +1570,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1518,6 +1593,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -1594,6 +1672,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1614,6 +1695,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -1692,6 +1776,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1712,6 +1799,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -1800,6 +1890,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1820,6 +1913,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -1898,6 +1994,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -1918,6 +2017,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -1996,6 +2098,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2016,6 +2121,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -2104,6 +2212,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2124,6 +2235,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -2202,6 +2316,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2222,6 +2339,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -2300,6 +2420,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2320,6 +2443,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -2408,6 +2534,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2491,6 +2620,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2511,6 +2643,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -2589,6 +2724,9 @@ exports[`Story Snapshots: TabletLandscape should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2702,6 +2840,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -2810,6 +2951,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2830,6 +2974,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -2906,6 +3053,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -2926,6 +3076,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3004,6 +3157,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3024,6 +3180,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3112,6 +3271,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3132,6 +3294,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3210,6 +3375,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3230,6 +3398,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3308,6 +3479,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3328,6 +3502,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3416,6 +3593,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3436,6 +3616,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3514,6 +3697,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3534,6 +3720,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3612,6 +3801,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3632,6 +3824,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3720,6 +3915,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3803,6 +4001,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -3823,6 +4024,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -3901,6 +4105,9 @@ exports[`Story Snapshots: TabletLandscapeWithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4007,6 +4214,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "borderWidth": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingHorizontal": 16, "paddingVertical": 14, @@ -4115,6 +4325,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4135,6 +4348,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4211,6 +4427,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4231,6 +4450,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4309,6 +4531,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4329,6 +4554,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4417,6 +4645,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4437,6 +4668,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4515,6 +4749,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4535,6 +4772,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4613,6 +4853,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4633,6 +4876,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4721,6 +4967,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4741,6 +4990,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4819,6 +5071,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4839,6 +5094,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -4917,6 +5175,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -4937,6 +5198,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -5025,6 +5289,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -5108,6 +5375,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", @@ -5128,6 +5398,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "letterSpacing": 0, "lineHeight": 18, @@ -5206,6 +5479,9 @@ exports[`Story Snapshots: WithValue should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 32, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 36, "textAlign": "center", diff --git a/app/views/CallView/components/__snapshots__/CallActionButton.test.tsx.snap b/app/views/CallView/components/__snapshots__/CallActionButton.test.tsx.snap index 41522494385..854a921f66c 100644 --- a/app/views/CallView/components/__snapshots__/CallActionButton.test.tsx.snap +++ b/app/views/CallView/components/__snapshots__/CallActionButton.test.tsx.snap @@ -111,6 +111,9 @@ exports[`Story Snapshots: ActiveButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -247,6 +250,9 @@ exports[`Story Snapshots: AllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -354,6 +360,9 @@ exports[`Story Snapshots: AllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -461,6 +470,9 @@ exports[`Story Snapshots: AllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -582,6 +594,9 @@ exports[`Story Snapshots: AllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -689,6 +704,9 @@ exports[`Story Snapshots: AllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -796,6 +814,9 @@ exports[`Story Snapshots: AllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -925,6 +946,9 @@ exports[`Story Snapshots: DangerButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1053,6 +1077,9 @@ exports[`Story Snapshots: DefaultButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1183,6 +1210,9 @@ exports[`Story Snapshots: DisabledButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1320,6 +1350,9 @@ exports[`Story Snapshots: TabletAllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1427,6 +1460,9 @@ exports[`Story Snapshots: TabletAllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1534,6 +1570,9 @@ exports[`Story Snapshots: TabletAllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1641,6 +1680,9 @@ exports[`Story Snapshots: TabletAllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1748,6 +1790,9 @@ exports[`Story Snapshots: TabletAllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", @@ -1855,6 +1900,9 @@ exports[`Story Snapshots: TabletAllVariants should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", diff --git a/app/views/CallView/components/__snapshots__/CallerInfo.test.tsx.snap b/app/views/CallView/components/__snapshots__/CallerInfo.test.tsx.snap index 37430109eed..33618ff1d53 100644 --- a/app/views/CallView/components/__snapshots__/CallerInfo.test.tsx.snap +++ b/app/views/CallView/components/__snapshots__/CallerInfo.test.tsx.snap @@ -136,6 +136,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, @@ -291,6 +294,9 @@ exports[`Story Snapshots: UsernameOnly should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 24, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 32, "marginBottom": 4, diff --git a/app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.test.tsx.snap b/app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.test.tsx.snap index 2ee2f702c24..b347ea76688 100644 --- a/app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.test.tsx.snap +++ b/app/views/CannedResponsesListView/__snapshots__/CannedResponseItem.test.tsx.snap @@ -110,6 +110,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "paddingBottom": 0, "paddingTop": 0, @@ -132,6 +135,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingTop": 0, @@ -209,6 +215,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -229,6 +238,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginTop": 8, "paddingBottom": 0, @@ -364,6 +376,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "paddingBottom": 0, "paddingTop": 0, @@ -386,6 +401,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "flex": 1, "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingTop": 0, @@ -463,6 +481,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -483,6 +504,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginTop": 8, "paddingBottom": 0, @@ -529,6 +553,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingHorizontal": 4, @@ -566,6 +593,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingHorizontal": 4, @@ -603,6 +633,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingHorizontal": 4, @@ -640,6 +673,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingHorizontal": 4, @@ -677,6 +713,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingHorizontal": 4, @@ -714,6 +753,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingHorizontal": 4, @@ -751,6 +793,9 @@ exports[`Story Snapshots: Itens should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "paddingBottom": 0, "paddingHorizontal": 4, diff --git a/app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.test.tsx.snap b/app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.test.tsx.snap index 118803f9dc4..a472c91709a 100644 --- a/app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.test.tsx.snap +++ b/app/views/CreateChannelView/RoomSettings/__snapshots__/SwitchItem.test.tsx.snap @@ -42,6 +42,9 @@ exports[`Story Snapshots: Switch should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 24, "textAlign": "left", @@ -61,6 +64,9 @@ exports[`Story Snapshots: Switch should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 20, "textAlign": "left", diff --git a/app/views/DiscussionsView/__snapshots__/Item.test.tsx.snap b/app/views/DiscussionsView/__snapshots__/Item.test.tsx.snap index 792d2047ad4..1dedcc55ec4 100644 --- a/app/views/DiscussionsView/__snapshots__/Item.test.tsx.snap +++ b/app/views/DiscussionsView/__snapshots__/Item.test.tsx.snap @@ -186,6 +186,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -204,6 +207,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -233,6 +239,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -312,6 +321,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -366,6 +378,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -569,6 +584,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -587,6 +605,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -616,6 +637,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -695,6 +719,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -749,6 +776,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -952,6 +982,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -970,6 +1003,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -999,6 +1035,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1078,6 +1117,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1134,6 +1176,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1337,6 +1382,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1355,6 +1403,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -1384,6 +1435,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1463,6 +1517,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1517,6 +1574,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1720,6 +1780,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1738,6 +1801,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -1767,6 +1833,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1846,6 +1915,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1900,6 +1972,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2123,6 +2198,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2141,6 +2219,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -2170,6 +2251,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2249,6 +2333,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2303,6 +2390,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2493,6 +2583,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2511,6 +2604,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -2540,6 +2636,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2619,6 +2718,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2673,6 +2775,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2863,6 +2968,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2881,6 +2989,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -2910,6 +3021,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2989,6 +3103,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -3043,6 +3160,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", diff --git a/app/views/NewMessageView/__snapshots__/Item.test.tsx.snap b/app/views/NewMessageView/__snapshots__/Item.test.tsx.snap index 7f6dd412fe7..530b9e1be5f 100644 --- a/app/views/NewMessageView/__snapshots__/Item.test.tsx.snap +++ b/app/views/NewMessageView/__snapshots__/Item.test.tsx.snap @@ -134,6 +134,9 @@ exports[`NewMessageView Item should match snapshot when hasMediaCallPermission i "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -295,6 +298,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -518,6 +524,9 @@ exports[`Story Snapshots: LongName should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", @@ -741,6 +750,9 @@ exports[`Story Snapshots: NoVoiceCallPermission should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "lineHeight": 26, "textAlign": "left", diff --git a/app/views/NewServerView/components/ServersHistoryItem/__snapshots__/ServersHistoryItem.test.tsx.snap b/app/views/NewServerView/components/ServersHistoryItem/__snapshots__/ServersHistoryItem.test.tsx.snap index 8a9a95cdfd9..de1d3b1e0a2 100644 --- a/app/views/NewServerView/components/ServersHistoryItem/__snapshots__/ServersHistoryItem.test.tsx.snap +++ b/app/views/NewServerView/components/ServersHistoryItem/__snapshots__/ServersHistoryItem.test.tsx.snap @@ -280,6 +280,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -299,6 +302,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -595,6 +601,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -614,6 +623,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -910,6 +922,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -929,6 +944,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1230,6 +1248,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1249,6 +1270,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1545,6 +1569,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1564,6 +1591,9 @@ exports[`Story Snapshots: SwipeActions should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1865,6 +1895,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -1884,6 +1917,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2180,6 +2216,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2199,6 +2238,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2495,6 +2537,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, @@ -2514,6 +2559,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, diff --git a/app/views/RoomActionsView/components/__snapshots__/CallSection.test.tsx.snap b/app/views/RoomActionsView/components/__snapshots__/CallSection.test.tsx.snap index d3cb79e3ba8..240cacd0add 100644 --- a/app/views/RoomActionsView/components/__snapshots__/CallSection.test.tsx.snap +++ b/app/views/RoomActionsView/components/__snapshots__/CallSection.test.tsx.snap @@ -199,6 +199,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -484,6 +487,9 @@ exports[`Story Snapshots: Disabled should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -767,6 +773,9 @@ exports[`Story Snapshots: NoVoiceCall should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, diff --git a/app/views/RoomInfoView/components/__snapshots__/RoomInfoABAC.test.tsx.snap b/app/views/RoomInfoView/components/__snapshots__/RoomInfoABAC.test.tsx.snap index d6ddfd9eef4..c627c22d996 100644 --- a/app/views/RoomInfoView/components/__snapshots__/RoomInfoABAC.test.tsx.snap +++ b/app/views/RoomInfoView/components/__snapshots__/RoomInfoABAC.test.tsx.snap @@ -100,6 +100,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -121,6 +124,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -141,6 +147,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -166,6 +175,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -210,6 +222,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -246,6 +261,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -353,6 +371,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -374,6 +395,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -394,6 +418,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -419,6 +446,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -463,6 +493,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -499,6 +532,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -535,6 +571,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -571,6 +610,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -607,6 +649,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -643,6 +688,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -679,6 +727,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -715,6 +766,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -751,6 +805,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -787,6 +844,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -816,6 +876,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -860,6 +923,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -896,6 +962,9 @@ exports[`Story Snapshots: Black should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1018,6 +1087,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1039,6 +1111,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1059,6 +1134,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1084,6 +1162,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1128,6 +1209,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1164,6 +1248,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1271,6 +1358,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1292,6 +1382,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1312,6 +1405,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1337,6 +1433,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1381,6 +1480,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1417,6 +1519,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1453,6 +1558,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1489,6 +1597,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1525,6 +1636,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1561,6 +1675,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1597,6 +1714,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1633,6 +1753,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1669,6 +1792,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1705,6 +1831,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1734,6 +1863,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1778,6 +1910,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1814,6 +1949,9 @@ exports[`Story Snapshots: Dark should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1936,6 +2074,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -1957,6 +2098,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1977,6 +2121,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2002,6 +2149,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2046,6 +2196,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2082,6 +2235,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2189,6 +2345,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2210,6 +2369,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2230,6 +2392,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2255,6 +2420,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2299,6 +2467,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2335,6 +2506,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2371,6 +2545,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2407,6 +2584,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2443,6 +2623,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2479,6 +2662,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2515,6 +2701,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2551,6 +2740,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2587,6 +2779,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2623,6 +2818,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2652,6 +2850,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2696,6 +2897,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", @@ -2732,6 +2936,9 @@ exports[`Story Snapshots: Light should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "700", "lineHeight": 16, "textAlign": "left", diff --git a/app/views/RoomInfoView/components/__snapshots__/RoomInfoViewAvatar.test.tsx.snap b/app/views/RoomInfoView/components/__snapshots__/RoomInfoViewAvatar.test.tsx.snap index 1baf0606fea..627df366aa4 100644 --- a/app/views/RoomInfoView/components/__snapshots__/RoomInfoViewAvatar.test.tsx.snap +++ b/app/views/RoomInfoView/components/__snapshots__/RoomInfoViewAvatar.test.tsx.snap @@ -204,6 +204,9 @@ exports[`Story Snapshots: WithEdit should match snapshot 1`] = ` { "backgroundColor": "transparent", "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "center", }, @@ -211,6 +214,9 @@ exports[`Story Snapshots: WithEdit should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 12, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "textAlign": "left", }, diff --git a/app/views/RoomView/LoadMore/__snapshots__/LoadMore.test.tsx.snap b/app/views/RoomView/LoadMore/__snapshots__/LoadMore.test.tsx.snap index 0bc989b37bd..0a4ea6a6111 100644 --- a/app/views/RoomView/LoadMore/__snapshots__/LoadMore.test.tsx.snap +++ b/app/views/RoomView/LoadMore/__snapshots__/LoadMore.test.tsx.snap @@ -94,6 +94,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -291,6 +294,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -397,6 +403,9 @@ exports[`Story Snapshots: Basic should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -515,6 +524,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -869,6 +881,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -888,6 +903,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -934,6 +952,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -950,6 +971,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1153,6 +1177,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1169,6 +1196,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1379,6 +1409,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1395,6 +1428,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -1531,6 +1567,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1637,6 +1676,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1991,6 +2033,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -2010,6 +2055,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -2056,6 +2104,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2072,6 +2123,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2275,6 +2329,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2291,6 +2348,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2501,6 +2561,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2517,6 +2580,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -2901,6 +2967,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -2920,6 +2989,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -2966,6 +3038,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2982,6 +3057,9 @@ exports[`Story Snapshots: BlackTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3124,6 +3202,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3478,6 +3559,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -3497,6 +3581,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -3543,6 +3630,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3559,6 +3649,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3762,6 +3855,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3778,6 +3874,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -3988,6 +4087,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4004,6 +4106,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4140,6 +4245,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -4246,6 +4354,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -4600,6 +4711,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -4619,6 +4733,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -4665,6 +4782,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4681,6 +4801,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -4884,6 +5007,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4900,6 +5026,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5110,6 +5239,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5126,6 +5258,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5510,6 +5645,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -5529,6 +5667,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -5575,6 +5716,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5591,6 +5735,9 @@ exports[`Story Snapshots: DarkTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -5733,6 +5880,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -6087,6 +6237,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -6106,6 +6259,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -6152,6 +6308,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6168,6 +6327,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6371,6 +6533,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6387,6 +6552,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6597,6 +6765,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6613,6 +6784,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -6749,6 +6923,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -6855,6 +7032,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -7209,6 +7389,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -7228,6 +7411,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -7274,6 +7460,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7290,6 +7479,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7493,6 +7685,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7509,6 +7704,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -7719,6 +7917,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -7735,6 +7936,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } @@ -8119,6 +8323,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "lineHeight": 22, "textAlign": "left", @@ -8138,6 +8345,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 13, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 18, "textAlign": "left", @@ -8184,6 +8394,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -8200,6 +8413,9 @@ exports[`Story Snapshots: LightTheme should match snapshot 1`] = ` "backgroundColor": "transparent", "flexShrink": 1, "fontFamily": "Inter", + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", } diff --git a/app/views/Styles.ts b/app/views/Styles.ts index 8fb85f9d7e8..36135b930e8 100644 --- a/app/views/Styles.ts +++ b/app/views/Styles.ts @@ -5,6 +5,7 @@ import { MAX_SCREEN_CONTENT_WIDTH } from '../lib/constants/tablet'; const defaultTextStyle: TextStyle = { textAlign: 'left', backgroundColor: 'transparent', + fontVariant: ['tabular-nums'], ...Platform.select({ android: { includeFontPadding: false diff --git a/app/views/ThreadMessagesView/__snapshots__/Item.test.tsx.snap b/app/views/ThreadMessagesView/__snapshots__/Item.test.tsx.snap index 389f9a62f8d..367af2db8e6 100644 --- a/app/views/ThreadMessagesView/__snapshots__/Item.test.tsx.snap +++ b/app/views/ThreadMessagesView/__snapshots__/Item.test.tsx.snap @@ -186,6 +186,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -204,6 +207,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -233,6 +239,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -332,6 +341,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -389,6 +401,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -710,6 +725,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -728,6 +746,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -757,6 +778,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -856,6 +880,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -913,6 +940,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1234,6 +1264,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1252,6 +1285,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -1281,6 +1317,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1380,6 +1419,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1437,6 +1479,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1745,6 +1790,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -1763,6 +1811,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -1792,6 +1843,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -1891,6 +1945,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -1948,6 +2005,9 @@ exports[`Story Snapshots: Badge should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2289,6 +2349,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2307,6 +2370,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -2336,6 +2402,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2419,6 +2488,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2476,6 +2548,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2797,6 +2872,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2815,6 +2893,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -2844,6 +2925,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -2927,6 +3011,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -2984,6 +3071,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -3305,6 +3395,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3323,6 +3416,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -3352,6 +3448,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3435,6 +3534,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -3492,6 +3594,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -3813,6 +3918,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -3831,6 +3939,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -3860,6 +3971,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -3943,6 +4057,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -4000,6 +4117,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -4321,6 +4441,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -4339,6 +4462,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -4368,6 +4494,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4451,6 +4580,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -4508,6 +4640,9 @@ exports[`Story Snapshots: Content should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -4849,6 +4984,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -4867,6 +5005,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -4896,6 +5037,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -4995,6 +5139,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -5052,6 +5199,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -5360,6 +5510,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5378,6 +5531,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -5407,6 +5563,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -5506,6 +5665,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -5563,6 +5725,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -5871,6 +6036,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "flexShrink": 1, "fontFamily": "Inter", "fontSize": 18, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -5889,6 +6057,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 14, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "marginLeft": 4, "textAlign": "left", @@ -5918,6 +6089,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "lineHeight": 22, "textAlign": "left", @@ -6017,6 +6191,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", @@ -6074,6 +6251,9 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 10, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "600", "marginLeft": 2, "textAlign": "left", diff --git a/app/views/__snapshots__/ChangePasscodeView.test.tsx.snap b/app/views/__snapshots__/ChangePasscodeView.test.tsx.snap index 19f088a5e7f..d66895cb34e 100644 --- a/app/views/__snapshots__/ChangePasscodeView.test.tsx.snap +++ b/app/views/__snapshots__/ChangePasscodeView.test.tsx.snap @@ -198,6 +198,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -489,6 +492,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -611,6 +617,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -733,6 +742,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -867,6 +879,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -989,6 +1004,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1111,6 +1129,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1245,6 +1266,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1367,6 +1391,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1489,6 +1516,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1636,6 +1666,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2102,6 +2135,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2140,6 +2176,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 16, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "500", "textAlign": "left", }, @@ -2431,6 +2470,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2553,6 +2595,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2675,6 +2720,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2809,6 +2857,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2931,6 +2982,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3053,6 +3107,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3187,6 +3244,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3309,6 +3369,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3431,6 +3494,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3578,6 +3644,9 @@ exports[`Story Snapshots: Forced should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, diff --git a/app/views/__snapshots__/ScreenLockedView.test.tsx.snap b/app/views/__snapshots__/ScreenLockedView.test.tsx.snap index b571835966e..8b9d71ede32 100644 --- a/app/views/__snapshots__/ScreenLockedView.test.tsx.snap +++ b/app/views/__snapshots__/ScreenLockedView.test.tsx.snap @@ -199,6 +199,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -490,6 +493,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -612,6 +618,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -734,6 +743,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -868,6 +880,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -990,6 +1005,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1112,6 +1130,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1246,6 +1267,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1368,6 +1392,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1490,6 +1517,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1637,6 +1667,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -1990,6 +2023,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2281,6 +2317,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2403,6 +2442,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2525,6 +2567,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2659,6 +2704,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2781,6 +2829,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -2903,6 +2954,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3037,6 +3091,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3159,6 +3216,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3281,6 +3341,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3545,6 +3608,9 @@ exports[`Story Snapshots: WithBiometry should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -3898,6 +3964,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4189,6 +4258,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4311,6 +4383,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4433,6 +4508,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4567,6 +4645,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4689,6 +4770,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4811,6 +4895,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -4945,6 +5032,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5067,6 +5157,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5189,6 +5282,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5453,6 +5549,9 @@ exports[`Story Snapshots: WithBiometryAndClose should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -5920,6 +6019,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 22, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6211,6 +6313,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6333,6 +6438,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6455,6 +6563,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6589,6 +6700,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6711,6 +6825,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6833,6 +6950,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -6967,6 +7087,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7089,6 +7212,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7211,6 +7337,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, @@ -7358,6 +7487,9 @@ exports[`Story Snapshots: WithCloseButton should match snapshot 1`] = ` "backgroundColor": "transparent", "fontFamily": "Inter", "fontSize": 28, + "fontVariant": [ + "tabular-nums", + ], "fontWeight": "400", "textAlign": "left", }, diff --git a/ios/Inter.ttf b/ios/Inter.ttf index 969a990fbd6..3973df45cd5 100644 Binary files a/ios/Inter.ttf and b/ios/Inter.ttf differ