@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
|
@@ -2384,6 +2384,7 @@ exports[`StyledButtonText has filled-danger style 1`] = `
|
|
|
2384
2384
|
}
|
|
2385
2385
|
themeButtonVariant="filled-danger"
|
|
2386
2386
|
themeIntent="body"
|
|
2387
|
+
themeIsItalic={false}
|
|
2387
2388
|
themeLevel="h1"
|
|
2388
2389
|
themeTypeface="neutral"
|
|
2389
2390
|
>
|
|
@@ -2445,6 +2446,7 @@ exports[`StyledButtonText has filled-primary style 1`] = `
|
|
|
2445
2446
|
}
|
|
2446
2447
|
themeButtonVariant="filled-primary"
|
|
2447
2448
|
themeIntent="body"
|
|
2449
|
+
themeIsItalic={false}
|
|
2448
2450
|
themeLevel="h1"
|
|
2449
2451
|
themeTypeface="neutral"
|
|
2450
2452
|
>
|
|
@@ -2506,6 +2508,7 @@ exports[`StyledButtonText has filled-secondary style 1`] = `
|
|
|
2506
2508
|
}
|
|
2507
2509
|
themeButtonVariant="filled-secondary"
|
|
2508
2510
|
themeIntent="body"
|
|
2511
|
+
themeIsItalic={false}
|
|
2509
2512
|
themeLevel="h1"
|
|
2510
2513
|
themeTypeface="neutral"
|
|
2511
2514
|
>
|
|
@@ -2567,6 +2570,7 @@ exports[`StyledButtonText has filled-white style 1`] = `
|
|
|
2567
2570
|
}
|
|
2568
2571
|
themeButtonVariant="filled-white"
|
|
2569
2572
|
themeIntent="body"
|
|
2573
|
+
themeIsItalic={false}
|
|
2570
2574
|
themeLevel="h1"
|
|
2571
2575
|
themeTypeface="neutral"
|
|
2572
2576
|
>
|
|
@@ -2628,6 +2632,7 @@ exports[`StyledButtonText has outlined-danger style 1`] = `
|
|
|
2628
2632
|
}
|
|
2629
2633
|
themeButtonVariant="outlined-danger"
|
|
2630
2634
|
themeIntent="body"
|
|
2635
|
+
themeIsItalic={false}
|
|
2631
2636
|
themeLevel="h1"
|
|
2632
2637
|
themeTypeface="neutral"
|
|
2633
2638
|
>
|
|
@@ -2689,6 +2694,7 @@ exports[`StyledButtonText has outlined-primary style 1`] = `
|
|
|
2689
2694
|
}
|
|
2690
2695
|
themeButtonVariant="outlined-primary"
|
|
2691
2696
|
themeIntent="body"
|
|
2697
|
+
themeIsItalic={false}
|
|
2692
2698
|
themeLevel="h1"
|
|
2693
2699
|
themeTypeface="neutral"
|
|
2694
2700
|
>
|
|
@@ -2750,6 +2756,7 @@ exports[`StyledButtonText has outlined-secondary style 1`] = `
|
|
|
2750
2756
|
}
|
|
2751
2757
|
themeButtonVariant="outlined-secondary"
|
|
2752
2758
|
themeIntent="body"
|
|
2759
|
+
themeIsItalic={false}
|
|
2753
2760
|
themeLevel="h1"
|
|
2754
2761
|
themeTypeface="neutral"
|
|
2755
2762
|
>
|
|
@@ -2811,6 +2818,7 @@ exports[`StyledButtonText has outlined-white style 1`] = `
|
|
|
2811
2818
|
}
|
|
2812
2819
|
themeButtonVariant="outlined-white"
|
|
2813
2820
|
themeIntent="body"
|
|
2821
|
+
themeIsItalic={false}
|
|
2814
2822
|
themeLevel="h1"
|
|
2815
2823
|
themeTypeface="neutral"
|
|
2816
2824
|
>
|
|
@@ -2872,6 +2880,7 @@ exports[`StyledButtonText has text-danger style 1`] = `
|
|
|
2872
2880
|
}
|
|
2873
2881
|
themeButtonVariant="text-danger"
|
|
2874
2882
|
themeIntent="body"
|
|
2883
|
+
themeIsItalic={false}
|
|
2875
2884
|
themeLevel="h1"
|
|
2876
2885
|
themeTypeface="neutral"
|
|
2877
2886
|
>
|
|
@@ -2933,6 +2942,7 @@ exports[`StyledButtonText has text-primary style 1`] = `
|
|
|
2933
2942
|
}
|
|
2934
2943
|
themeButtonVariant="text-primary"
|
|
2935
2944
|
themeIntent="body"
|
|
2945
|
+
themeIsItalic={false}
|
|
2936
2946
|
themeLevel="h1"
|
|
2937
2947
|
themeTypeface="neutral"
|
|
2938
2948
|
>
|
|
@@ -2994,6 +3004,7 @@ exports[`StyledButtonText has text-secondary style 1`] = `
|
|
|
2994
3004
|
}
|
|
2995
3005
|
themeButtonVariant="text-secondary"
|
|
2996
3006
|
themeIntent="body"
|
|
3007
|
+
themeIsItalic={false}
|
|
2997
3008
|
themeLevel="h1"
|
|
2998
3009
|
themeTypeface="neutral"
|
|
2999
3010
|
>
|
|
@@ -3055,6 +3066,7 @@ exports[`StyledButtonText has text-white style 1`] = `
|
|
|
3055
3066
|
}
|
|
3056
3067
|
themeButtonVariant="text-white"
|
|
3057
3068
|
themeIntent="body"
|
|
3069
|
+
themeIsItalic={false}
|
|
3058
3070
|
themeLevel="h1"
|
|
3059
3071
|
themeTypeface="neutral"
|
|
3060
3072
|
>
|
|
@@ -3117,6 +3129,7 @@ exports[`StyledButtonText renders disabled correctly 1`] = `
|
|
|
3117
3129
|
}
|
|
3118
3130
|
themeButtonVariant="filled-primary"
|
|
3119
3131
|
themeIntent="body"
|
|
3132
|
+
themeIsItalic={false}
|
|
3120
3133
|
themeLevel="h1"
|
|
3121
3134
|
themeTypeface="neutral"
|
|
3122
3135
|
>
|
package/src/components/Calendar/__tests__/__snapshots__/CalendarRangeConnector.spec.tsx.snap
CHANGED
|
@@ -87,6 +87,7 @@ exports[`CalendarRangeConnector renders correctly with basic props 1`] = `
|
|
|
87
87
|
]
|
|
88
88
|
}
|
|
89
89
|
themeIntent="inverted"
|
|
90
|
+
themeIsItalic={false}
|
|
90
91
|
themeTypeface="neutral"
|
|
91
92
|
themeVariant="small"
|
|
92
93
|
>
|
|
@@ -229,6 +230,7 @@ exports[`CalendarRangeConnector renders correctly with connector variations 1`]
|
|
|
229
230
|
]
|
|
230
231
|
}
|
|
231
232
|
themeIntent="inverted"
|
|
233
|
+
themeIsItalic={false}
|
|
232
234
|
themeTypeface="neutral"
|
|
233
235
|
themeVariant="small"
|
|
234
236
|
>
|
|
@@ -367,6 +369,7 @@ exports[`CalendarRangeConnector renders correctly with connector variations 2`]
|
|
|
367
369
|
]
|
|
368
370
|
}
|
|
369
371
|
themeIntent="inverted"
|
|
372
|
+
themeIsItalic={false}
|
|
370
373
|
themeTypeface="neutral"
|
|
371
374
|
themeVariant="small"
|
|
372
375
|
>
|
|
@@ -484,6 +487,7 @@ exports[`CalendarRangeConnector renders correctly with connector variations 3`]
|
|
|
484
487
|
]
|
|
485
488
|
}
|
|
486
489
|
themeIntent="inverted"
|
|
490
|
+
themeIsItalic={false}
|
|
487
491
|
themeTypeface="neutral"
|
|
488
492
|
themeVariant="small"
|
|
489
493
|
>
|
|
@@ -601,6 +605,7 @@ exports[`CalendarRangeConnector renders correctly with connector variations 4`]
|
|
|
601
605
|
]
|
|
602
606
|
}
|
|
603
607
|
themeIntent="inverted"
|
|
608
|
+
themeIsItalic={false}
|
|
604
609
|
themeTypeface="neutral"
|
|
605
610
|
themeVariant="small"
|
|
606
611
|
>
|
|
@@ -86,6 +86,7 @@ exports[`CalendarRowItem renders correctly 1`] = `
|
|
|
86
86
|
]
|
|
87
87
|
}
|
|
88
88
|
themeIntent="body"
|
|
89
|
+
themeIsItalic={false}
|
|
89
90
|
themeTypeface="neutral"
|
|
90
91
|
themeVariant="small"
|
|
91
92
|
>
|
|
@@ -219,6 +220,7 @@ exports[`CalendarRowItem renders correctly 2`] = `
|
|
|
219
220
|
]
|
|
220
221
|
}
|
|
221
222
|
themeIntent="subdued"
|
|
223
|
+
themeIsItalic={false}
|
|
222
224
|
themeTypeface="neutral"
|
|
223
225
|
themeVariant="small"
|
|
224
226
|
>
|
|
@@ -351,6 +353,7 @@ exports[`CalendarRowItem renders correctly when is current date 1`] = `
|
|
|
351
353
|
]
|
|
352
354
|
}
|
|
353
355
|
themeIntent="inverted"
|
|
356
|
+
themeIsItalic={false}
|
|
354
357
|
themeTypeface="neutral"
|
|
355
358
|
themeVariant="small"
|
|
356
359
|
>
|
|
@@ -483,6 +486,7 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
483
486
|
]
|
|
484
487
|
}
|
|
485
488
|
themeIntent="inverted"
|
|
489
|
+
themeIsItalic={false}
|
|
486
490
|
themeTypeface="neutral"
|
|
487
491
|
themeVariant="small"
|
|
488
492
|
>
|
|
@@ -615,6 +619,7 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
615
619
|
]
|
|
616
620
|
}
|
|
617
621
|
themeIntent="inverted"
|
|
622
|
+
themeIsItalic={false}
|
|
618
623
|
themeTypeface="neutral"
|
|
619
624
|
themeVariant="small"
|
|
620
625
|
>
|
|
@@ -37,6 +37,7 @@ exports[`Card renders correctly when intent is archived 1`] = `
|
|
|
37
37
|
]
|
|
38
38
|
}
|
|
39
39
|
themeIntent="body"
|
|
40
|
+
themeIsItalic={false}
|
|
40
41
|
themeTypeface="neutral"
|
|
41
42
|
themeVariant="small"
|
|
42
43
|
>
|
|
@@ -103,6 +104,7 @@ exports[`Card renders correctly when intent is danger 1`] = `
|
|
|
103
104
|
]
|
|
104
105
|
}
|
|
105
106
|
themeIntent="body"
|
|
107
|
+
themeIsItalic={false}
|
|
106
108
|
themeTypeface="neutral"
|
|
107
109
|
themeVariant="small"
|
|
108
110
|
>
|
|
@@ -169,6 +171,7 @@ exports[`Card renders correctly when intent is neutral 1`] = `
|
|
|
169
171
|
]
|
|
170
172
|
}
|
|
171
173
|
themeIntent="body"
|
|
174
|
+
themeIsItalic={false}
|
|
172
175
|
themeTypeface="neutral"
|
|
173
176
|
themeVariant="small"
|
|
174
177
|
>
|
|
@@ -235,6 +238,7 @@ exports[`Card renders correctly when intent is primary 1`] = `
|
|
|
235
238
|
]
|
|
236
239
|
}
|
|
237
240
|
themeIntent="body"
|
|
241
|
+
themeIsItalic={false}
|
|
238
242
|
themeTypeface="neutral"
|
|
239
243
|
themeVariant="small"
|
|
240
244
|
>
|
|
@@ -301,6 +305,7 @@ exports[`Card renders correctly when intent is secondary 1`] = `
|
|
|
301
305
|
]
|
|
302
306
|
}
|
|
303
307
|
themeIntent="body"
|
|
308
|
+
themeIsItalic={false}
|
|
304
309
|
themeTypeface="neutral"
|
|
305
310
|
themeVariant="small"
|
|
306
311
|
>
|
|
@@ -367,6 +372,7 @@ exports[`Card renders correctly when intent is success 1`] = `
|
|
|
367
372
|
]
|
|
368
373
|
}
|
|
369
374
|
themeIntent="body"
|
|
375
|
+
themeIsItalic={false}
|
|
370
376
|
themeTypeface="neutral"
|
|
371
377
|
themeVariant="small"
|
|
372
378
|
>
|
|
@@ -431,6 +437,7 @@ exports[`Card renders correctly when intent is undefined 1`] = `
|
|
|
431
437
|
]
|
|
432
438
|
}
|
|
433
439
|
themeIntent="body"
|
|
440
|
+
themeIsItalic={false}
|
|
434
441
|
themeTypeface="neutral"
|
|
435
442
|
themeVariant="small"
|
|
436
443
|
>
|
|
@@ -497,6 +504,7 @@ exports[`Card renders correctly when intent is warning 1`] = `
|
|
|
497
504
|
]
|
|
498
505
|
}
|
|
499
506
|
themeIntent="body"
|
|
507
|
+
themeIsItalic={false}
|
|
500
508
|
themeTypeface="neutral"
|
|
501
509
|
themeVariant="small"
|
|
502
510
|
>
|
|
@@ -142,6 +142,7 @@ exports[`CardCarousel android should render correctly on Android 1`] = `
|
|
|
142
142
|
]
|
|
143
143
|
}
|
|
144
144
|
themeIntent="body"
|
|
145
|
+
themeIsItalic={false}
|
|
145
146
|
themeTypeface="neutral"
|
|
146
147
|
themeVariant="small"
|
|
147
148
|
>
|
|
@@ -208,6 +209,7 @@ exports[`CardCarousel android should render correctly on Android 1`] = `
|
|
|
208
209
|
]
|
|
209
210
|
}
|
|
210
211
|
themeIntent="body"
|
|
212
|
+
themeIsItalic={false}
|
|
211
213
|
themeTypeface="neutral"
|
|
212
214
|
themeVariant="small"
|
|
213
215
|
>
|
|
@@ -441,6 +443,7 @@ exports[`CardCarousel gap renders correctly with gap medium 1`] = `
|
|
|
441
443
|
]
|
|
442
444
|
}
|
|
443
445
|
themeIntent="body"
|
|
446
|
+
themeIsItalic={false}
|
|
444
447
|
themeTypeface="neutral"
|
|
445
448
|
themeVariant="small"
|
|
446
449
|
>
|
|
@@ -507,6 +510,7 @@ exports[`CardCarousel gap renders correctly with gap medium 1`] = `
|
|
|
507
510
|
]
|
|
508
511
|
}
|
|
509
512
|
themeIntent="body"
|
|
513
|
+
themeIsItalic={false}
|
|
510
514
|
themeTypeface="neutral"
|
|
511
515
|
themeVariant="small"
|
|
512
516
|
>
|
|
@@ -740,6 +744,7 @@ exports[`CardCarousel gap renders correctly with gap medium 2`] = `
|
|
|
740
744
|
]
|
|
741
745
|
}
|
|
742
746
|
themeIntent="body"
|
|
747
|
+
themeIsItalic={false}
|
|
743
748
|
themeTypeface="neutral"
|
|
744
749
|
themeVariant="small"
|
|
745
750
|
>
|
|
@@ -806,6 +811,7 @@ exports[`CardCarousel gap renders correctly with gap medium 2`] = `
|
|
|
806
811
|
]
|
|
807
812
|
}
|
|
808
813
|
themeIntent="body"
|
|
814
|
+
themeIsItalic={false}
|
|
809
815
|
themeTypeface="neutral"
|
|
810
816
|
themeVariant="small"
|
|
811
817
|
>
|
|
@@ -1039,6 +1045,7 @@ exports[`CardCarousel gap renders correctly with gap small 1`] = `
|
|
|
1039
1045
|
]
|
|
1040
1046
|
}
|
|
1041
1047
|
themeIntent="body"
|
|
1048
|
+
themeIsItalic={false}
|
|
1042
1049
|
themeTypeface="neutral"
|
|
1043
1050
|
themeVariant="small"
|
|
1044
1051
|
>
|
|
@@ -1105,6 +1112,7 @@ exports[`CardCarousel gap renders correctly with gap small 1`] = `
|
|
|
1105
1112
|
]
|
|
1106
1113
|
}
|
|
1107
1114
|
themeIntent="body"
|
|
1115
|
+
themeIsItalic={false}
|
|
1108
1116
|
themeTypeface="neutral"
|
|
1109
1117
|
themeVariant="small"
|
|
1110
1118
|
>
|
|
@@ -1338,6 +1346,7 @@ exports[`CardCarousel gap renders correctly with gap small 2`] = `
|
|
|
1338
1346
|
]
|
|
1339
1347
|
}
|
|
1340
1348
|
themeIntent="body"
|
|
1349
|
+
themeIsItalic={false}
|
|
1341
1350
|
themeTypeface="neutral"
|
|
1342
1351
|
themeVariant="small"
|
|
1343
1352
|
>
|
|
@@ -1404,6 +1413,7 @@ exports[`CardCarousel gap renders correctly with gap small 2`] = `
|
|
|
1404
1413
|
]
|
|
1405
1414
|
}
|
|
1406
1415
|
themeIntent="body"
|
|
1416
|
+
themeIsItalic={false}
|
|
1407
1417
|
themeTypeface="neutral"
|
|
1408
1418
|
themeVariant="small"
|
|
1409
1419
|
>
|
|
@@ -1637,6 +1647,7 @@ exports[`CardCarousel gap renders correctly with gap xsmall 1`] = `
|
|
|
1637
1647
|
]
|
|
1638
1648
|
}
|
|
1639
1649
|
themeIntent="body"
|
|
1650
|
+
themeIsItalic={false}
|
|
1640
1651
|
themeTypeface="neutral"
|
|
1641
1652
|
themeVariant="small"
|
|
1642
1653
|
>
|
|
@@ -1703,6 +1714,7 @@ exports[`CardCarousel gap renders correctly with gap xsmall 1`] = `
|
|
|
1703
1714
|
]
|
|
1704
1715
|
}
|
|
1705
1716
|
themeIntent="body"
|
|
1717
|
+
themeIsItalic={false}
|
|
1706
1718
|
themeTypeface="neutral"
|
|
1707
1719
|
themeVariant="small"
|
|
1708
1720
|
>
|
|
@@ -1936,6 +1948,7 @@ exports[`CardCarousel gap renders correctly with gap xsmall 2`] = `
|
|
|
1936
1948
|
]
|
|
1937
1949
|
}
|
|
1938
1950
|
themeIntent="body"
|
|
1951
|
+
themeIsItalic={false}
|
|
1939
1952
|
themeTypeface="neutral"
|
|
1940
1953
|
themeVariant="small"
|
|
1941
1954
|
>
|
|
@@ -2002,6 +2015,7 @@ exports[`CardCarousel gap renders correctly with gap xsmall 2`] = `
|
|
|
2002
2015
|
]
|
|
2003
2016
|
}
|
|
2004
2017
|
themeIntent="body"
|
|
2018
|
+
themeIsItalic={false}
|
|
2005
2019
|
themeTypeface="neutral"
|
|
2006
2020
|
themeVariant="small"
|
|
2007
2021
|
>
|
|
@@ -2235,6 +2249,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
|
|
|
2235
2249
|
]
|
|
2236
2250
|
}
|
|
2237
2251
|
themeIntent="body"
|
|
2252
|
+
themeIsItalic={false}
|
|
2238
2253
|
themeTypeface="neutral"
|
|
2239
2254
|
themeVariant="small"
|
|
2240
2255
|
>
|
|
@@ -2301,6 +2316,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
|
|
|
2301
2316
|
]
|
|
2302
2317
|
}
|
|
2303
2318
|
themeIntent="body"
|
|
2319
|
+
themeIsItalic={false}
|
|
2304
2320
|
themeTypeface="neutral"
|
|
2305
2321
|
themeVariant="small"
|
|
2306
2322
|
>
|
|
@@ -217,6 +217,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
217
217
|
]
|
|
218
218
|
}
|
|
219
219
|
themeIntent="body"
|
|
220
|
+
themeIsItalic={false}
|
|
220
221
|
themeLevel="h1"
|
|
221
222
|
themeTypeface="playful"
|
|
222
223
|
>
|
|
@@ -237,6 +238,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
237
238
|
]
|
|
238
239
|
}
|
|
239
240
|
themeIntent="body"
|
|
241
|
+
themeIsItalic={false}
|
|
240
242
|
themeTypeface="neutral"
|
|
241
243
|
themeVariant="regular"
|
|
242
244
|
>
|
|
@@ -347,6 +349,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
347
349
|
]
|
|
348
350
|
}
|
|
349
351
|
themeIntent="body"
|
|
352
|
+
themeIsItalic={false}
|
|
350
353
|
themeLevel="h1"
|
|
351
354
|
themeTypeface="playful"
|
|
352
355
|
>
|
|
@@ -367,6 +370,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
367
370
|
]
|
|
368
371
|
}
|
|
369
372
|
themeIntent="body"
|
|
373
|
+
themeIsItalic={false}
|
|
370
374
|
themeTypeface="neutral"
|
|
371
375
|
themeVariant="regular"
|
|
372
376
|
>
|
|
@@ -466,6 +470,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
466
470
|
]
|
|
467
471
|
}
|
|
468
472
|
themeIntent="body"
|
|
473
|
+
themeIsItalic={false}
|
|
469
474
|
themeLevel="h1"
|
|
470
475
|
themeTypeface="playful"
|
|
471
476
|
>
|
|
@@ -486,6 +491,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
486
491
|
]
|
|
487
492
|
}
|
|
488
493
|
themeIntent="body"
|
|
494
|
+
themeIsItalic={false}
|
|
489
495
|
themeTypeface="neutral"
|
|
490
496
|
themeVariant="regular"
|
|
491
497
|
>
|
|
@@ -583,6 +589,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
583
589
|
]
|
|
584
590
|
}
|
|
585
591
|
themeIntent="body"
|
|
592
|
+
themeIsItalic={false}
|
|
586
593
|
themeLevel="h1"
|
|
587
594
|
themeTypeface="playful"
|
|
588
595
|
>
|
|
@@ -649,6 +656,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
649
656
|
]
|
|
650
657
|
}
|
|
651
658
|
themeIntent="body"
|
|
659
|
+
themeIsItalic={false}
|
|
652
660
|
themeLevel="h1"
|
|
653
661
|
themeTypeface="playful"
|
|
654
662
|
>
|
|
@@ -740,6 +748,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
740
748
|
}
|
|
741
749
|
themeButtonVariant="filled-primary"
|
|
742
750
|
themeIntent="body"
|
|
751
|
+
themeIsItalic={false}
|
|
743
752
|
themeLevel="h5"
|
|
744
753
|
themeTypeface="neutral"
|
|
745
754
|
>
|
|
@@ -1214,6 +1223,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1214
1223
|
]
|
|
1215
1224
|
}
|
|
1216
1225
|
themeIntent="body"
|
|
1226
|
+
themeIsItalic={false}
|
|
1217
1227
|
themeLevel="h1"
|
|
1218
1228
|
themeTypeface="playful"
|
|
1219
1229
|
>
|
|
@@ -1234,6 +1244,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1234
1244
|
]
|
|
1235
1245
|
}
|
|
1236
1246
|
themeIntent="body"
|
|
1247
|
+
themeIsItalic={false}
|
|
1237
1248
|
themeTypeface="neutral"
|
|
1238
1249
|
themeVariant="regular"
|
|
1239
1250
|
>
|
|
@@ -1344,6 +1355,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1344
1355
|
]
|
|
1345
1356
|
}
|
|
1346
1357
|
themeIntent="body"
|
|
1358
|
+
themeIsItalic={false}
|
|
1347
1359
|
themeLevel="h1"
|
|
1348
1360
|
themeTypeface="playful"
|
|
1349
1361
|
>
|
|
@@ -1364,6 +1376,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1364
1376
|
]
|
|
1365
1377
|
}
|
|
1366
1378
|
themeIntent="body"
|
|
1379
|
+
themeIsItalic={false}
|
|
1367
1380
|
themeTypeface="neutral"
|
|
1368
1381
|
themeVariant="regular"
|
|
1369
1382
|
>
|
|
@@ -1463,6 +1476,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1463
1476
|
]
|
|
1464
1477
|
}
|
|
1465
1478
|
themeIntent="body"
|
|
1479
|
+
themeIsItalic={false}
|
|
1466
1480
|
themeLevel="h1"
|
|
1467
1481
|
themeTypeface="playful"
|
|
1468
1482
|
>
|
|
@@ -1483,6 +1497,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1483
1497
|
]
|
|
1484
1498
|
}
|
|
1485
1499
|
themeIntent="body"
|
|
1500
|
+
themeIsItalic={false}
|
|
1486
1501
|
themeTypeface="neutral"
|
|
1487
1502
|
themeVariant="regular"
|
|
1488
1503
|
>
|
|
@@ -1580,6 +1595,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1580
1595
|
]
|
|
1581
1596
|
}
|
|
1582
1597
|
themeIntent="body"
|
|
1598
|
+
themeIsItalic={false}
|
|
1583
1599
|
themeLevel="h1"
|
|
1584
1600
|
themeTypeface="playful"
|
|
1585
1601
|
>
|
|
@@ -1646,6 +1662,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1646
1662
|
]
|
|
1647
1663
|
}
|
|
1648
1664
|
themeIntent="body"
|
|
1665
|
+
themeIsItalic={false}
|
|
1649
1666
|
themeLevel="h1"
|
|
1650
1667
|
themeTypeface="playful"
|
|
1651
1668
|
>
|
|
@@ -1737,6 +1754,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1737
1754
|
}
|
|
1738
1755
|
themeButtonVariant="filled-primary"
|
|
1739
1756
|
themeIntent="body"
|
|
1757
|
+
themeIsItalic={false}
|
|
1740
1758
|
themeLevel="h5"
|
|
1741
1759
|
themeTypeface="neutral"
|
|
1742
1760
|
>
|
|
@@ -1924,6 +1942,7 @@ exports[`Carousel should render correctly when image is undefined 1`] = `
|
|
|
1924
1942
|
]
|
|
1925
1943
|
}
|
|
1926
1944
|
themeIntent="body"
|
|
1945
|
+
themeIsItalic={false}
|
|
1927
1946
|
themeLevel="h1"
|
|
1928
1947
|
themeTypeface="playful"
|
|
1929
1948
|
>
|
|
@@ -2015,6 +2034,7 @@ exports[`Carousel should render correctly when image is undefined 1`] = `
|
|
|
2015
2034
|
}
|
|
2016
2035
|
themeButtonVariant="filled-primary"
|
|
2017
2036
|
themeIntent="body"
|
|
2037
|
+
themeIsItalic={false}
|
|
2018
2038
|
themeLevel="h5"
|
|
2019
2039
|
themeTypeface="neutral"
|
|
2020
2040
|
>
|