@hero-design/rn 8.110.1 → 8.111.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +12 -0
- package/assets/fonts/BeVietnamPro-BoldItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-LightItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-RegularItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-SemiBoldItalic.ttf +0 -0
- package/assets/fonts/Saiga-LightItalic.otf +0 -0
- package/assets/fonts/Saiga-MediumItalic.otf +0 -0
- package/assets/fonts/Saiga-RegularItalic.otf +0 -0
- package/es/index.js +59 -27
- package/lib/index.js +59 -27
- package/package.json +1 -1
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +8 -0
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +12 -0
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/Alert/index.tsx +10 -2
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +70 -0
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -0
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -0
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +8 -0
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Button/Button.tsx +10 -4
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +33 -0
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +13 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRangeConnector.spec.tsx.snap +5 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +16 -0
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +20 -0
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +49 -0
- package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +60 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +62 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +2 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +2 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +12 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +36 -0
- package/src/components/Checkbox/__tests__/__snapshots__/DefaultCheckBox.spec.tsx.snap +4 -0
- package/src/components/Checkbox/__tests__/__snapshots__/InlineCheckBox.spec.tsx.snap +6 -0
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
- package/src/components/Chip/index.tsx +9 -8
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +3 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +1 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +1 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +6 -0
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +2 -0
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/FilterTrigger/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +13 -0
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -0
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +5 -0
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +4 -0
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +10 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
- package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +2 -0
- package/src/components/Search/__tests__/__snapshots__/SearchSuffixIcon.spec.tsx.snap +1 -0
- package/src/components/Search/__tests__/__snapshots__/SearchTwoLine.spec.tsx.snap +4 -0
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +1 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +24 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +39 -0
- package/src/components/StatusScreens/Empty/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/StatusScreens/Error/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/StatusScreens/Success/__tests__/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +9 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +4 -0
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +18 -0
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +3 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +5 -0
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
- package/src/components/Toolbar/ToolbarGroup.tsx +10 -4
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +6 -0
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -0
- package/src/components/Typography/Body/StyledBody.tsx +24 -19
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +229 -0
- package/src/components/Typography/Body/__tests__/index.spec.tsx +19 -0
- package/src/components/Typography/Body/index.tsx +8 -2
- package/src/components/Typography/Caption/StyledCaption.tsx +15 -8
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +219 -0
- package/src/components/Typography/Caption/__tests__/index.spec.tsx +19 -0
- package/src/components/Typography/Caption/index.tsx +18 -10
- package/src/components/Typography/Label/StyledLabel.tsx +16 -6
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +8 -0
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +126 -0
- package/src/components/Typography/Label/__tests__/index.spec.tsx +12 -0
- package/src/components/Typography/Label/index.tsx +17 -9
- package/src/components/Typography/Title/StyledTitle.tsx +22 -8
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +441 -0
- package/src/components/Typography/Title/__tests__/index.spec.tsx +23 -0
- package/src/components/Typography/Title/index.tsx +8 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +24 -10
- package/src/theme/components/typography.ts +12 -10
- package/src/theme/global/typography.ts +9 -0
- package/stats/8.111.0/rn-stats.html +4844 -0
- package/types/components/Alert/index.d.ts +8 -2
- package/types/components/Button/Button.d.ts +8 -4
- package/types/components/Chip/index.d.ts +7 -2
- package/types/components/TextInput/StyledTextInput.d.ts +1 -1
- package/types/components/Toolbar/ToolbarGroup.d.ts +8 -4
- package/types/components/Typography/Body/StyledBody.d.ts +1 -0
- package/types/components/Typography/Body/index.d.ts +6 -2
- package/types/components/Typography/Caption/StyledCaption.d.ts +1 -0
- package/types/components/Typography/Caption/index.d.ts +5 -1
- package/types/components/Typography/Label/StyledLabel.d.ts +1 -0
- package/types/components/Typography/Label/index.d.ts +5 -1
- package/types/components/Typography/Title/StyledTitle.d.ts +1 -0
- package/types/components/Typography/Title/index.d.ts +6 -2
- package/types/theme/components/typography.d.ts +12 -10
- package/types/theme/global/typography.d.ts +3 -0
|
@@ -109,6 +109,7 @@ exports[`Alert Icon render custom icon correctly 1`] = `
|
|
|
109
109
|
]
|
|
110
110
|
}
|
|
111
111
|
themeIntent="body"
|
|
112
|
+
themeIsItalic={false}
|
|
112
113
|
themeTypeface="neutral"
|
|
113
114
|
themeVariant="small"
|
|
114
115
|
>
|
|
@@ -249,6 +250,7 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
249
250
|
]
|
|
250
251
|
}
|
|
251
252
|
themeIntent="body"
|
|
253
|
+
themeIsItalic={false}
|
|
252
254
|
themeTypeface="neutral"
|
|
253
255
|
themeVariant="small-bold"
|
|
254
256
|
>
|
|
@@ -274,6 +276,7 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
274
276
|
]
|
|
275
277
|
}
|
|
276
278
|
themeIntent="body"
|
|
279
|
+
themeIsItalic={false}
|
|
277
280
|
themeTypeface="neutral"
|
|
278
281
|
themeVariant="small"
|
|
279
282
|
>
|
|
@@ -471,6 +474,7 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
471
474
|
]
|
|
472
475
|
}
|
|
473
476
|
themeIntent="body"
|
|
477
|
+
themeIsItalic={false}
|
|
474
478
|
themeTypeface="neutral"
|
|
475
479
|
themeVariant="small-bold"
|
|
476
480
|
>
|
|
@@ -496,6 +500,7 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
496
500
|
]
|
|
497
501
|
}
|
|
498
502
|
themeIntent="body"
|
|
503
|
+
themeIsItalic={false}
|
|
499
504
|
themeTypeface="neutral"
|
|
500
505
|
themeVariant="small"
|
|
501
506
|
>
|
|
@@ -661,6 +666,7 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
661
666
|
]
|
|
662
667
|
}
|
|
663
668
|
themeIntent="body"
|
|
669
|
+
themeIsItalic={false}
|
|
664
670
|
themeTypeface="neutral"
|
|
665
671
|
themeVariant="small-bold"
|
|
666
672
|
>
|
|
@@ -686,6 +692,7 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
686
692
|
]
|
|
687
693
|
}
|
|
688
694
|
themeIntent="body"
|
|
695
|
+
themeIsItalic={false}
|
|
689
696
|
themeTypeface="neutral"
|
|
690
697
|
themeVariant="small"
|
|
691
698
|
>
|
|
@@ -883,6 +890,7 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
883
890
|
]
|
|
884
891
|
}
|
|
885
892
|
themeIntent="body"
|
|
893
|
+
themeIsItalic={false}
|
|
886
894
|
themeTypeface="neutral"
|
|
887
895
|
themeVariant="small-bold"
|
|
888
896
|
>
|
|
@@ -908,6 +916,7 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
908
916
|
]
|
|
909
917
|
}
|
|
910
918
|
themeIntent="body"
|
|
919
|
+
themeIsItalic={false}
|
|
911
920
|
themeTypeface="neutral"
|
|
912
921
|
themeVariant="small"
|
|
913
922
|
>
|
|
@@ -1105,6 +1114,7 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
1105
1114
|
]
|
|
1106
1115
|
}
|
|
1107
1116
|
themeIntent="body"
|
|
1117
|
+
themeIsItalic={false}
|
|
1108
1118
|
themeTypeface="neutral"
|
|
1109
1119
|
themeVariant="small-bold"
|
|
1110
1120
|
>
|
|
@@ -1130,6 +1140,7 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
1130
1140
|
]
|
|
1131
1141
|
}
|
|
1132
1142
|
themeIntent="body"
|
|
1143
|
+
themeIsItalic={false}
|
|
1133
1144
|
themeTypeface="neutral"
|
|
1134
1145
|
themeVariant="small"
|
|
1135
1146
|
>
|
|
@@ -1327,6 +1338,7 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
1327
1338
|
]
|
|
1328
1339
|
}
|
|
1329
1340
|
themeIntent="body"
|
|
1341
|
+
themeIsItalic={false}
|
|
1330
1342
|
themeTypeface="neutral"
|
|
1331
1343
|
themeVariant="small-bold"
|
|
1332
1344
|
>
|
|
@@ -1352,6 +1364,7 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
1352
1364
|
]
|
|
1353
1365
|
}
|
|
1354
1366
|
themeIntent="body"
|
|
1367
|
+
themeIsItalic={false}
|
|
1355
1368
|
themeTypeface="neutral"
|
|
1356
1369
|
themeVariant="small"
|
|
1357
1370
|
>
|
|
@@ -38,6 +38,13 @@ const AlertIcon = ({ icon, intent }: { icon?: IconName; intent: Intent }) =>
|
|
|
38
38
|
</IconContainer>
|
|
39
39
|
) : null;
|
|
40
40
|
|
|
41
|
+
/**
|
|
42
|
+
* @deprecated Use 'success' | 'info' | 'warning' | 'error' instead.
|
|
43
|
+
*/
|
|
44
|
+
type DeprecatedIntent = 'notification';
|
|
45
|
+
|
|
46
|
+
type ValidIntent = 'success' | 'info' | 'warning' | 'error';
|
|
47
|
+
|
|
41
48
|
interface BasicAlertProps {
|
|
42
49
|
/**
|
|
43
50
|
* Alert title.
|
|
@@ -57,9 +64,10 @@ interface BasicAlertProps {
|
|
|
57
64
|
/**
|
|
58
65
|
* Visual intent color to apply to alert.
|
|
59
66
|
*
|
|
60
|
-
*
|
|
67
|
+
*
|
|
68
|
+
* ⚠️ 'notification' intent is deprecated and will be removed in the next major release. Please use other intents instead.
|
|
61
69
|
*/
|
|
62
|
-
intent?:
|
|
70
|
+
intent?: ValidIntent | DeprecatedIntent;
|
|
63
71
|
/**
|
|
64
72
|
* Closing callback. When onClose is available, an X button will be rendered on the right side of alert. The callback will be called when user clicks on X button.
|
|
65
73
|
* - undefined: no action button.
|
package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap
CHANGED
|
@@ -182,6 +182,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
182
182
|
]
|
|
183
183
|
}
|
|
184
184
|
themeIntent="body"
|
|
185
|
+
themeIsItalic={false}
|
|
185
186
|
themeLevel="h5"
|
|
186
187
|
themeTypeface="neutral"
|
|
187
188
|
>
|
|
@@ -202,6 +203,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
202
203
|
]
|
|
203
204
|
}
|
|
204
205
|
themeIntent="body"
|
|
206
|
+
themeIsItalic={false}
|
|
205
207
|
themeTypeface="neutral"
|
|
206
208
|
themeVariant="regular"
|
|
207
209
|
>
|
|
@@ -241,6 +243,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
241
243
|
]
|
|
242
244
|
}
|
|
243
245
|
themeIntent="body"
|
|
246
|
+
themeIsItalic={false}
|
|
244
247
|
themeLevel="h5"
|
|
245
248
|
themeTypeface="neutral"
|
|
246
249
|
>
|
|
@@ -261,6 +264,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
261
264
|
]
|
|
262
265
|
}
|
|
263
266
|
themeIntent="body"
|
|
267
|
+
themeIsItalic={false}
|
|
264
268
|
themeTypeface="neutral"
|
|
265
269
|
themeVariant="regular"
|
|
266
270
|
>
|
|
@@ -300,6 +304,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
300
304
|
]
|
|
301
305
|
}
|
|
302
306
|
themeIntent="body"
|
|
307
|
+
themeIsItalic={false}
|
|
303
308
|
themeLevel="h5"
|
|
304
309
|
themeTypeface="neutral"
|
|
305
310
|
>
|
|
@@ -320,6 +325,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
320
325
|
]
|
|
321
326
|
}
|
|
322
327
|
themeIntent="body"
|
|
328
|
+
themeIsItalic={false}
|
|
323
329
|
themeTypeface="neutral"
|
|
324
330
|
themeVariant="regular"
|
|
325
331
|
>
|
|
@@ -359,6 +365,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
359
365
|
]
|
|
360
366
|
}
|
|
361
367
|
themeIntent="body"
|
|
368
|
+
themeIsItalic={false}
|
|
362
369
|
themeLevel="h5"
|
|
363
370
|
themeTypeface="neutral"
|
|
364
371
|
>
|
|
@@ -379,6 +386,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
379
386
|
]
|
|
380
387
|
}
|
|
381
388
|
themeIntent="body"
|
|
389
|
+
themeIsItalic={false}
|
|
382
390
|
themeTypeface="neutral"
|
|
383
391
|
themeVariant="regular"
|
|
384
392
|
>
|
|
@@ -418,6 +426,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
418
426
|
]
|
|
419
427
|
}
|
|
420
428
|
themeIntent="body"
|
|
429
|
+
themeIsItalic={false}
|
|
421
430
|
themeLevel="h5"
|
|
422
431
|
themeTypeface="neutral"
|
|
423
432
|
>
|
|
@@ -438,6 +447,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
438
447
|
]
|
|
439
448
|
}
|
|
440
449
|
themeIntent="body"
|
|
450
|
+
themeIsItalic={false}
|
|
441
451
|
themeTypeface="neutral"
|
|
442
452
|
themeVariant="regular"
|
|
443
453
|
>
|
|
@@ -477,6 +487,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
477
487
|
]
|
|
478
488
|
}
|
|
479
489
|
themeIntent="body"
|
|
490
|
+
themeIsItalic={false}
|
|
480
491
|
themeLevel="h5"
|
|
481
492
|
themeTypeface="neutral"
|
|
482
493
|
>
|
|
@@ -497,6 +508,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
497
508
|
]
|
|
498
509
|
}
|
|
499
510
|
themeIntent="body"
|
|
511
|
+
themeIsItalic={false}
|
|
500
512
|
themeTypeface="neutral"
|
|
501
513
|
themeVariant="regular"
|
|
502
514
|
>
|
|
@@ -536,6 +548,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
536
548
|
]
|
|
537
549
|
}
|
|
538
550
|
themeIntent="body"
|
|
551
|
+
themeIsItalic={false}
|
|
539
552
|
themeLevel="h5"
|
|
540
553
|
themeTypeface="neutral"
|
|
541
554
|
>
|
|
@@ -556,6 +569,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
556
569
|
]
|
|
557
570
|
}
|
|
558
571
|
themeIntent="body"
|
|
572
|
+
themeIsItalic={false}
|
|
559
573
|
themeTypeface="neutral"
|
|
560
574
|
themeVariant="regular"
|
|
561
575
|
>
|
|
@@ -595,6 +609,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
595
609
|
]
|
|
596
610
|
}
|
|
597
611
|
themeIntent="body"
|
|
612
|
+
themeIsItalic={false}
|
|
598
613
|
themeLevel="h5"
|
|
599
614
|
themeTypeface="neutral"
|
|
600
615
|
>
|
|
@@ -615,6 +630,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
615
630
|
]
|
|
616
631
|
}
|
|
617
632
|
themeIntent="body"
|
|
633
|
+
themeIsItalic={false}
|
|
618
634
|
themeTypeface="neutral"
|
|
619
635
|
themeVariant="regular"
|
|
620
636
|
>
|
|
@@ -654,6 +670,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
654
670
|
]
|
|
655
671
|
}
|
|
656
672
|
themeIntent="body"
|
|
673
|
+
themeIsItalic={false}
|
|
657
674
|
themeLevel="h5"
|
|
658
675
|
themeTypeface="neutral"
|
|
659
676
|
>
|
|
@@ -674,6 +691,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
674
691
|
]
|
|
675
692
|
}
|
|
676
693
|
themeIntent="body"
|
|
694
|
+
themeIsItalic={false}
|
|
677
695
|
themeTypeface="neutral"
|
|
678
696
|
themeVariant="regular"
|
|
679
697
|
>
|
|
@@ -713,6 +731,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
713
731
|
]
|
|
714
732
|
}
|
|
715
733
|
themeIntent="body"
|
|
734
|
+
themeIsItalic={false}
|
|
716
735
|
themeLevel="h5"
|
|
717
736
|
themeTypeface="neutral"
|
|
718
737
|
>
|
|
@@ -733,6 +752,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
733
752
|
]
|
|
734
753
|
}
|
|
735
754
|
themeIntent="body"
|
|
755
|
+
themeIsItalic={false}
|
|
736
756
|
themeTypeface="neutral"
|
|
737
757
|
themeVariant="regular"
|
|
738
758
|
>
|
|
@@ -902,6 +922,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
902
922
|
]
|
|
903
923
|
}
|
|
904
924
|
themeIntent="body"
|
|
925
|
+
themeIsItalic={false}
|
|
905
926
|
themeTypeface="neutral"
|
|
906
927
|
themeVariant="regular"
|
|
907
928
|
>
|
|
@@ -1116,6 +1137,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1116
1137
|
]
|
|
1117
1138
|
}
|
|
1118
1139
|
themeIntent="body"
|
|
1140
|
+
themeIsItalic={false}
|
|
1119
1141
|
themeLevel="h5"
|
|
1120
1142
|
themeTypeface="neutral"
|
|
1121
1143
|
>
|
|
@@ -1136,6 +1158,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1136
1158
|
]
|
|
1137
1159
|
}
|
|
1138
1160
|
themeIntent="body"
|
|
1161
|
+
themeIsItalic={false}
|
|
1139
1162
|
themeTypeface="neutral"
|
|
1140
1163
|
themeVariant="regular"
|
|
1141
1164
|
>
|
|
@@ -1175,6 +1198,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1175
1198
|
]
|
|
1176
1199
|
}
|
|
1177
1200
|
themeIntent="body"
|
|
1201
|
+
themeIsItalic={false}
|
|
1178
1202
|
themeLevel="h5"
|
|
1179
1203
|
themeTypeface="neutral"
|
|
1180
1204
|
>
|
|
@@ -1195,6 +1219,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1195
1219
|
]
|
|
1196
1220
|
}
|
|
1197
1221
|
themeIntent="body"
|
|
1222
|
+
themeIsItalic={false}
|
|
1198
1223
|
themeTypeface="neutral"
|
|
1199
1224
|
themeVariant="regular"
|
|
1200
1225
|
>
|
|
@@ -1234,6 +1259,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1234
1259
|
]
|
|
1235
1260
|
}
|
|
1236
1261
|
themeIntent="body"
|
|
1262
|
+
themeIsItalic={false}
|
|
1237
1263
|
themeLevel="h5"
|
|
1238
1264
|
themeTypeface="neutral"
|
|
1239
1265
|
>
|
|
@@ -1254,6 +1280,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1254
1280
|
]
|
|
1255
1281
|
}
|
|
1256
1282
|
themeIntent="body"
|
|
1283
|
+
themeIsItalic={false}
|
|
1257
1284
|
themeTypeface="neutral"
|
|
1258
1285
|
themeVariant="regular"
|
|
1259
1286
|
>
|
|
@@ -1293,6 +1320,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1293
1320
|
]
|
|
1294
1321
|
}
|
|
1295
1322
|
themeIntent="body"
|
|
1323
|
+
themeIsItalic={false}
|
|
1296
1324
|
themeLevel="h5"
|
|
1297
1325
|
themeTypeface="neutral"
|
|
1298
1326
|
>
|
|
@@ -1313,6 +1341,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1313
1341
|
]
|
|
1314
1342
|
}
|
|
1315
1343
|
themeIntent="body"
|
|
1344
|
+
themeIsItalic={false}
|
|
1316
1345
|
themeTypeface="neutral"
|
|
1317
1346
|
themeVariant="regular"
|
|
1318
1347
|
>
|
|
@@ -1352,6 +1381,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1352
1381
|
]
|
|
1353
1382
|
}
|
|
1354
1383
|
themeIntent="body"
|
|
1384
|
+
themeIsItalic={false}
|
|
1355
1385
|
themeLevel="h5"
|
|
1356
1386
|
themeTypeface="neutral"
|
|
1357
1387
|
>
|
|
@@ -1372,6 +1402,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1372
1402
|
]
|
|
1373
1403
|
}
|
|
1374
1404
|
themeIntent="body"
|
|
1405
|
+
themeIsItalic={false}
|
|
1375
1406
|
themeTypeface="neutral"
|
|
1376
1407
|
themeVariant="regular"
|
|
1377
1408
|
>
|
|
@@ -1411,6 +1442,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1411
1442
|
]
|
|
1412
1443
|
}
|
|
1413
1444
|
themeIntent="body"
|
|
1445
|
+
themeIsItalic={false}
|
|
1414
1446
|
themeLevel="h5"
|
|
1415
1447
|
themeTypeface="neutral"
|
|
1416
1448
|
>
|
|
@@ -1431,6 +1463,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1431
1463
|
]
|
|
1432
1464
|
}
|
|
1433
1465
|
themeIntent="body"
|
|
1466
|
+
themeIsItalic={false}
|
|
1434
1467
|
themeTypeface="neutral"
|
|
1435
1468
|
themeVariant="regular"
|
|
1436
1469
|
>
|
|
@@ -1470,6 +1503,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1470
1503
|
]
|
|
1471
1504
|
}
|
|
1472
1505
|
themeIntent="body"
|
|
1506
|
+
themeIsItalic={false}
|
|
1473
1507
|
themeLevel="h5"
|
|
1474
1508
|
themeTypeface="neutral"
|
|
1475
1509
|
>
|
|
@@ -1490,6 +1524,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1490
1524
|
]
|
|
1491
1525
|
}
|
|
1492
1526
|
themeIntent="body"
|
|
1527
|
+
themeIsItalic={false}
|
|
1493
1528
|
themeTypeface="neutral"
|
|
1494
1529
|
themeVariant="regular"
|
|
1495
1530
|
>
|
|
@@ -1529,6 +1564,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1529
1564
|
]
|
|
1530
1565
|
}
|
|
1531
1566
|
themeIntent="body"
|
|
1567
|
+
themeIsItalic={false}
|
|
1532
1568
|
themeLevel="h5"
|
|
1533
1569
|
themeTypeface="neutral"
|
|
1534
1570
|
>
|
|
@@ -1549,6 +1585,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1549
1585
|
]
|
|
1550
1586
|
}
|
|
1551
1587
|
themeIntent="body"
|
|
1588
|
+
themeIsItalic={false}
|
|
1552
1589
|
themeTypeface="neutral"
|
|
1553
1590
|
themeVariant="regular"
|
|
1554
1591
|
>
|
|
@@ -1588,6 +1625,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1588
1625
|
]
|
|
1589
1626
|
}
|
|
1590
1627
|
themeIntent="body"
|
|
1628
|
+
themeIsItalic={false}
|
|
1591
1629
|
themeLevel="h5"
|
|
1592
1630
|
themeTypeface="neutral"
|
|
1593
1631
|
>
|
|
@@ -1608,6 +1646,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1608
1646
|
]
|
|
1609
1647
|
}
|
|
1610
1648
|
themeIntent="body"
|
|
1649
|
+
themeIsItalic={false}
|
|
1611
1650
|
themeTypeface="neutral"
|
|
1612
1651
|
themeVariant="regular"
|
|
1613
1652
|
>
|
|
@@ -1647,6 +1686,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1647
1686
|
]
|
|
1648
1687
|
}
|
|
1649
1688
|
themeIntent="body"
|
|
1689
|
+
themeIsItalic={false}
|
|
1650
1690
|
themeLevel="h5"
|
|
1651
1691
|
themeTypeface="neutral"
|
|
1652
1692
|
>
|
|
@@ -1667,6 +1707,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1667
1707
|
]
|
|
1668
1708
|
}
|
|
1669
1709
|
themeIntent="body"
|
|
1710
|
+
themeIsItalic={false}
|
|
1670
1711
|
themeTypeface="neutral"
|
|
1671
1712
|
themeVariant="regular"
|
|
1672
1713
|
>
|
|
@@ -1813,6 +1854,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1813
1854
|
]
|
|
1814
1855
|
}
|
|
1815
1856
|
themeIntent="body"
|
|
1857
|
+
themeIsItalic={false}
|
|
1816
1858
|
themeTypeface="neutral"
|
|
1817
1859
|
themeVariant="regular"
|
|
1818
1860
|
>
|
|
@@ -1885,6 +1927,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
1885
1927
|
]
|
|
1886
1928
|
}
|
|
1887
1929
|
themeIntent="body"
|
|
1930
|
+
themeIsItalic={false}
|
|
1888
1931
|
themeTypeface="neutral"
|
|
1889
1932
|
themeVariant="regular"
|
|
1890
1933
|
>
|
|
@@ -1905,6 +1948,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
1905
1948
|
]
|
|
1906
1949
|
}
|
|
1907
1950
|
themeIntent="body"
|
|
1951
|
+
themeIsItalic={false}
|
|
1908
1952
|
themeTypeface="neutral"
|
|
1909
1953
|
themeVariant="regular"
|
|
1910
1954
|
>
|
|
@@ -1925,6 +1969,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
1925
1969
|
]
|
|
1926
1970
|
}
|
|
1927
1971
|
themeIntent="body"
|
|
1972
|
+
themeIsItalic={false}
|
|
1928
1973
|
themeTypeface="neutral"
|
|
1929
1974
|
themeVariant="regular"
|
|
1930
1975
|
>
|
|
@@ -2085,6 +2130,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
2085
2130
|
]
|
|
2086
2131
|
}
|
|
2087
2132
|
themeIntent="body"
|
|
2133
|
+
themeIsItalic={false}
|
|
2088
2134
|
themeTypeface="neutral"
|
|
2089
2135
|
themeVariant="regular"
|
|
2090
2136
|
>
|
|
@@ -2159,6 +2205,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2159
2205
|
]
|
|
2160
2206
|
}
|
|
2161
2207
|
themeIntent="body"
|
|
2208
|
+
themeIsItalic={false}
|
|
2162
2209
|
themeTypeface="neutral"
|
|
2163
2210
|
themeVariant="regular"
|
|
2164
2211
|
>
|
|
@@ -2179,6 +2226,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2179
2226
|
]
|
|
2180
2227
|
}
|
|
2181
2228
|
themeIntent="body"
|
|
2229
|
+
themeIsItalic={false}
|
|
2182
2230
|
themeTypeface="neutral"
|
|
2183
2231
|
themeVariant="regular"
|
|
2184
2232
|
>
|
|
@@ -2199,6 +2247,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2199
2247
|
]
|
|
2200
2248
|
}
|
|
2201
2249
|
themeIntent="body"
|
|
2250
|
+
themeIsItalic={false}
|
|
2202
2251
|
themeTypeface="neutral"
|
|
2203
2252
|
themeVariant="regular"
|
|
2204
2253
|
>
|
|
@@ -2336,6 +2385,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2336
2385
|
]
|
|
2337
2386
|
}
|
|
2338
2387
|
themeIntent="body"
|
|
2388
|
+
themeIsItalic={false}
|
|
2339
2389
|
themeTypeface="neutral"
|
|
2340
2390
|
themeVariant="regular"
|
|
2341
2391
|
>
|
|
@@ -2477,6 +2527,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2477
2527
|
]
|
|
2478
2528
|
}
|
|
2479
2529
|
themeIntent="body"
|
|
2530
|
+
themeIsItalic={false}
|
|
2480
2531
|
themeTypeface="neutral"
|
|
2481
2532
|
themeVariant="small"
|
|
2482
2533
|
>
|
|
@@ -2507,6 +2558,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2507
2558
|
]
|
|
2508
2559
|
}
|
|
2509
2560
|
themeIntent="body"
|
|
2561
|
+
themeIsItalic={false}
|
|
2510
2562
|
themeLevel="h1"
|
|
2511
2563
|
themeTypeface="neutral"
|
|
2512
2564
|
>
|
|
@@ -2535,6 +2587,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2535
2587
|
]
|
|
2536
2588
|
}
|
|
2537
2589
|
themeIntent="body"
|
|
2590
|
+
themeIsItalic={false}
|
|
2538
2591
|
themeLevel="h1"
|
|
2539
2592
|
themeTypeface="neutral"
|
|
2540
2593
|
>
|
|
@@ -2563,6 +2616,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2563
2616
|
]
|
|
2564
2617
|
}
|
|
2565
2618
|
themeIntent="body"
|
|
2619
|
+
themeIsItalic={false}
|
|
2566
2620
|
themeLevel="h1"
|
|
2567
2621
|
themeTypeface="neutral"
|
|
2568
2622
|
>
|
|
@@ -2591,6 +2645,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2591
2645
|
]
|
|
2592
2646
|
}
|
|
2593
2647
|
themeIntent="body"
|
|
2648
|
+
themeIsItalic={false}
|
|
2594
2649
|
themeLevel="h1"
|
|
2595
2650
|
themeTypeface="neutral"
|
|
2596
2651
|
>
|
|
@@ -2662,6 +2717,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2662
2717
|
]
|
|
2663
2718
|
}
|
|
2664
2719
|
themeIntent="body"
|
|
2720
|
+
themeIsItalic={false}
|
|
2665
2721
|
themeTypeface="neutral"
|
|
2666
2722
|
themeVariant="small"
|
|
2667
2723
|
>
|
|
@@ -2692,6 +2748,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2692
2748
|
]
|
|
2693
2749
|
}
|
|
2694
2750
|
themeIntent="body"
|
|
2751
|
+
themeIsItalic={false}
|
|
2695
2752
|
themeLevel="h1"
|
|
2696
2753
|
themeTypeface="neutral"
|
|
2697
2754
|
>
|
|
@@ -2720,6 +2777,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2720
2777
|
]
|
|
2721
2778
|
}
|
|
2722
2779
|
themeIntent="body"
|
|
2780
|
+
themeIsItalic={false}
|
|
2723
2781
|
themeLevel="h1"
|
|
2724
2782
|
themeTypeface="neutral"
|
|
2725
2783
|
>
|
|
@@ -2748,6 +2806,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2748
2806
|
]
|
|
2749
2807
|
}
|
|
2750
2808
|
themeIntent="body"
|
|
2809
|
+
themeIsItalic={false}
|
|
2751
2810
|
themeLevel="h1"
|
|
2752
2811
|
themeTypeface="neutral"
|
|
2753
2812
|
>
|
|
@@ -2915,6 +2974,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2915
2974
|
]
|
|
2916
2975
|
}
|
|
2917
2976
|
themeIntent="body"
|
|
2977
|
+
themeIsItalic={false}
|
|
2918
2978
|
themeTypeface="neutral"
|
|
2919
2979
|
themeVariant="regular"
|
|
2920
2980
|
>
|
|
@@ -3058,6 +3118,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3058
3118
|
]
|
|
3059
3119
|
}
|
|
3060
3120
|
themeIntent="body"
|
|
3121
|
+
themeIsItalic={false}
|
|
3061
3122
|
themeTypeface="neutral"
|
|
3062
3123
|
themeVariant="small"
|
|
3063
3124
|
>
|
|
@@ -3088,6 +3149,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3088
3149
|
]
|
|
3089
3150
|
}
|
|
3090
3151
|
themeIntent="body"
|
|
3152
|
+
themeIsItalic={false}
|
|
3091
3153
|
themeLevel="h1"
|
|
3092
3154
|
themeTypeface="neutral"
|
|
3093
3155
|
>
|
|
@@ -3116,6 +3178,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3116
3178
|
]
|
|
3117
3179
|
}
|
|
3118
3180
|
themeIntent="body"
|
|
3181
|
+
themeIsItalic={false}
|
|
3119
3182
|
themeLevel="h1"
|
|
3120
3183
|
themeTypeface="neutral"
|
|
3121
3184
|
>
|
|
@@ -3144,6 +3207,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3144
3207
|
]
|
|
3145
3208
|
}
|
|
3146
3209
|
themeIntent="body"
|
|
3210
|
+
themeIsItalic={false}
|
|
3147
3211
|
themeLevel="h1"
|
|
3148
3212
|
themeTypeface="neutral"
|
|
3149
3213
|
>
|
|
@@ -3172,6 +3236,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3172
3236
|
]
|
|
3173
3237
|
}
|
|
3174
3238
|
themeIntent="body"
|
|
3239
|
+
themeIsItalic={false}
|
|
3175
3240
|
themeLevel="h1"
|
|
3176
3241
|
themeTypeface="neutral"
|
|
3177
3242
|
>
|
|
@@ -3243,6 +3308,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3243
3308
|
]
|
|
3244
3309
|
}
|
|
3245
3310
|
themeIntent="body"
|
|
3311
|
+
themeIsItalic={false}
|
|
3246
3312
|
themeTypeface="neutral"
|
|
3247
3313
|
themeVariant="small"
|
|
3248
3314
|
>
|
|
@@ -3273,6 +3339,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3273
3339
|
]
|
|
3274
3340
|
}
|
|
3275
3341
|
themeIntent="body"
|
|
3342
|
+
themeIsItalic={false}
|
|
3276
3343
|
themeLevel="h1"
|
|
3277
3344
|
themeTypeface="neutral"
|
|
3278
3345
|
>
|
|
@@ -3301,6 +3368,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3301
3368
|
]
|
|
3302
3369
|
}
|
|
3303
3370
|
themeIntent="body"
|
|
3371
|
+
themeIsItalic={false}
|
|
3304
3372
|
themeLevel="h1"
|
|
3305
3373
|
themeTypeface="neutral"
|
|
3306
3374
|
>
|
|
@@ -3329,6 +3397,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3329
3397
|
]
|
|
3330
3398
|
}
|
|
3331
3399
|
themeIntent="body"
|
|
3400
|
+
themeIsItalic={false}
|
|
3332
3401
|
themeLevel="h1"
|
|
3333
3402
|
themeTypeface="neutral"
|
|
3334
3403
|
>
|
|
@@ -3473,6 +3542,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3473
3542
|
]
|
|
3474
3543
|
}
|
|
3475
3544
|
themeIntent="body"
|
|
3545
|
+
themeIsItalic={false}
|
|
3476
3546
|
themeTypeface="neutral"
|
|
3477
3547
|
themeVariant="regular"
|
|
3478
3548
|
>
|
package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap
CHANGED
|
@@ -90,6 +90,7 @@ exports[`StyledAvatar renders correctly with $variant 1`] = `
|
|
|
90
90
|
]
|
|
91
91
|
}
|
|
92
92
|
themeIntent="body"
|
|
93
|
+
themeIsItalic={false}
|
|
93
94
|
themeSize="medium"
|
|
94
95
|
themeTypeface="neutral"
|
|
95
96
|
themeVariant="regular"
|
|
@@ -211,6 +212,7 @@ exports[`StyledAvatar renders correctly with $variant 2`] = `
|
|
|
211
212
|
]
|
|
212
213
|
}
|
|
213
214
|
themeIntent="body"
|
|
215
|
+
themeIsItalic={false}
|
|
214
216
|
themeSize="medium"
|
|
215
217
|
themeTypeface="neutral"
|
|
216
218
|
themeVariant="regular"
|