@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
|
@@ -131,6 +131,7 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
131
131
|
]
|
|
132
132
|
}
|
|
133
133
|
themeIntent="body"
|
|
134
|
+
themeIsItalic={false}
|
|
134
135
|
themeLevel="h4"
|
|
135
136
|
themeTypeface="playful"
|
|
136
137
|
>
|
|
@@ -157,6 +158,7 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
157
158
|
]
|
|
158
159
|
}
|
|
159
160
|
themeIntent="body"
|
|
161
|
+
themeIsItalic={false}
|
|
160
162
|
themeTypeface="neutral"
|
|
161
163
|
themeVariant="regular"
|
|
162
164
|
>
|
|
@@ -279,6 +281,7 @@ exports[`Success renders success screen with custom image element correctly 1`]
|
|
|
279
281
|
]
|
|
280
282
|
}
|
|
281
283
|
themeIntent="body"
|
|
284
|
+
themeIsItalic={false}
|
|
282
285
|
themeLevel="h4"
|
|
283
286
|
themeTypeface="playful"
|
|
284
287
|
>
|
|
@@ -305,6 +308,7 @@ exports[`Success renders success screen with custom image element correctly 1`]
|
|
|
305
308
|
]
|
|
306
309
|
}
|
|
307
310
|
themeIntent="body"
|
|
311
|
+
themeIsItalic={false}
|
|
308
312
|
themeTypeface="neutral"
|
|
309
313
|
themeVariant="regular"
|
|
310
314
|
>
|
|
@@ -551,6 +555,7 @@ exports[`Success renders success screen with icon correctly 1`] = `
|
|
|
551
555
|
]
|
|
552
556
|
}
|
|
553
557
|
themeIntent="body"
|
|
558
|
+
themeIsItalic={false}
|
|
554
559
|
themeLevel="h4"
|
|
555
560
|
themeTypeface="playful"
|
|
556
561
|
>
|
|
@@ -577,6 +582,7 @@ exports[`Success renders success screen with icon correctly 1`] = `
|
|
|
577
582
|
]
|
|
578
583
|
}
|
|
579
584
|
themeIntent="body"
|
|
585
|
+
themeIsItalic={false}
|
|
580
586
|
themeTypeface="neutral"
|
|
581
587
|
themeVariant="regular"
|
|
582
588
|
>
|
|
@@ -706,6 +712,7 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
706
712
|
]
|
|
707
713
|
}
|
|
708
714
|
themeIntent="body"
|
|
715
|
+
themeIsItalic={false}
|
|
709
716
|
themeLevel="h4"
|
|
710
717
|
themeTypeface="playful"
|
|
711
718
|
>
|
|
@@ -732,6 +739,7 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
732
739
|
]
|
|
733
740
|
}
|
|
734
741
|
themeIntent="body"
|
|
742
|
+
themeIsItalic={false}
|
|
735
743
|
themeTypeface="neutral"
|
|
736
744
|
themeVariant="regular"
|
|
737
745
|
>
|
|
@@ -821,6 +829,7 @@ exports[`Success renders title and description as ReactElement correctly 1`] = `
|
|
|
821
829
|
]
|
|
822
830
|
}
|
|
823
831
|
themeIntent="body"
|
|
832
|
+
themeIsItalic={false}
|
|
824
833
|
themeLevel="h4"
|
|
825
834
|
themeTypeface="playful"
|
|
826
835
|
>
|
|
@@ -841,6 +850,7 @@ exports[`Success renders title and description as ReactElement correctly 1`] = `
|
|
|
841
850
|
]
|
|
842
851
|
}
|
|
843
852
|
themeIntent="body"
|
|
853
|
+
themeIsItalic={false}
|
|
844
854
|
themeTypeface="neutral"
|
|
845
855
|
themeVariant="regular"
|
|
846
856
|
>
|
|
@@ -874,6 +884,7 @@ exports[`Success renders title and description as ReactElement correctly 1`] = `
|
|
|
874
884
|
]
|
|
875
885
|
}
|
|
876
886
|
themeIntent="body"
|
|
887
|
+
themeIsItalic={false}
|
|
877
888
|
themeTypeface="neutral"
|
|
878
889
|
themeVariant="regular"
|
|
879
890
|
>
|
|
@@ -964,6 +975,7 @@ exports[`Success renders title is a React Element correctly 1`] = `
|
|
|
964
975
|
]
|
|
965
976
|
}
|
|
966
977
|
themeIntent="body"
|
|
978
|
+
themeIsItalic={false}
|
|
967
979
|
themeLevel="h4"
|
|
968
980
|
themeTypeface="playful"
|
|
969
981
|
>
|
|
@@ -982,6 +994,7 @@ exports[`Success renders title is a React Element correctly 1`] = `
|
|
|
982
994
|
]
|
|
983
995
|
}
|
|
984
996
|
themeIntent="body"
|
|
997
|
+
themeIsItalic={false}
|
|
985
998
|
themeLevel="h1"
|
|
986
999
|
themeTypeface="neutral"
|
|
987
1000
|
>
|
|
@@ -1009,6 +1022,7 @@ exports[`Success renders title is a React Element correctly 1`] = `
|
|
|
1009
1022
|
]
|
|
1010
1023
|
}
|
|
1011
1024
|
themeIntent="body"
|
|
1025
|
+
themeIsItalic={false}
|
|
1012
1026
|
themeTypeface="neutral"
|
|
1013
1027
|
themeVariant="regular"
|
|
1014
1028
|
>
|
|
@@ -1098,6 +1112,7 @@ exports[`Success renders title only correctly 1`] = `
|
|
|
1098
1112
|
]
|
|
1099
1113
|
}
|
|
1100
1114
|
themeIntent="body"
|
|
1115
|
+
themeIsItalic={false}
|
|
1101
1116
|
themeLevel="h4"
|
|
1102
1117
|
themeTypeface="playful"
|
|
1103
1118
|
>
|
|
@@ -1124,6 +1139,7 @@ exports[`Success renders title only correctly 1`] = `
|
|
|
1124
1139
|
]
|
|
1125
1140
|
}
|
|
1126
1141
|
themeIntent="body"
|
|
1142
|
+
themeIsItalic={false}
|
|
1127
1143
|
themeTypeface="neutral"
|
|
1128
1144
|
themeVariant="regular"
|
|
1129
1145
|
>
|
|
@@ -59,6 +59,7 @@ exports[`rendering renders correctly when intent is danger 1`] = `
|
|
|
59
59
|
]
|
|
60
60
|
}
|
|
61
61
|
themeIntent="body"
|
|
62
|
+
themeIsItalic={false}
|
|
62
63
|
themeTypeface="neutral"
|
|
63
64
|
themeVariant="small"
|
|
64
65
|
>
|
|
@@ -147,6 +148,7 @@ exports[`rendering renders correctly when intent is primary 1`] = `
|
|
|
147
148
|
]
|
|
148
149
|
}
|
|
149
150
|
themeIntent="body"
|
|
151
|
+
themeIsItalic={false}
|
|
150
152
|
themeTypeface="neutral"
|
|
151
153
|
themeVariant="small"
|
|
152
154
|
>
|
|
@@ -235,6 +237,7 @@ exports[`rendering renders correctly when intent is success 1`] = `
|
|
|
235
237
|
]
|
|
236
238
|
}
|
|
237
239
|
themeIntent="body"
|
|
240
|
+
themeIsItalic={false}
|
|
238
241
|
themeTypeface="neutral"
|
|
239
242
|
themeVariant="small"
|
|
240
243
|
>
|
|
@@ -53,6 +53,7 @@ exports[`Swipeable renders correctly with variant=card 1`] = `
|
|
|
53
53
|
]
|
|
54
54
|
}
|
|
55
55
|
themeIntent="body"
|
|
56
|
+
themeIsItalic={false}
|
|
56
57
|
themeTypeface="neutral"
|
|
57
58
|
themeVariant="small"
|
|
58
59
|
>
|
|
@@ -137,6 +138,7 @@ exports[`Swipeable renders correctly with variant=full-width 1`] = `
|
|
|
137
138
|
]
|
|
138
139
|
}
|
|
139
140
|
themeIntent="body"
|
|
141
|
+
themeIsItalic={false}
|
|
140
142
|
themeTypeface="neutral"
|
|
141
143
|
themeVariant="small"
|
|
142
144
|
>
|
|
@@ -92,6 +92,7 @@ exports[`ScenceView lazy not renders child correctly when the scence is lazy and
|
|
|
92
92
|
]
|
|
93
93
|
}
|
|
94
94
|
themeIntent="body"
|
|
95
|
+
themeIsItalic={false}
|
|
95
96
|
themeTypeface="neutral"
|
|
96
97
|
themeVariant="small"
|
|
97
98
|
>
|
|
@@ -169,6 +170,7 @@ exports[`ScenceView lazy renders child correctly when the scence is focused and
|
|
|
169
170
|
]
|
|
170
171
|
}
|
|
171
172
|
themeIntent="body"
|
|
173
|
+
themeIsItalic={false}
|
|
172
174
|
themeTypeface="neutral"
|
|
173
175
|
themeVariant="small"
|
|
174
176
|
>
|
|
@@ -240,6 +242,7 @@ exports[`ScenceView lazy renders child correctly when the scence is focused and
|
|
|
240
242
|
]
|
|
241
243
|
}
|
|
242
244
|
themeIntent="body"
|
|
245
|
+
themeIsItalic={false}
|
|
243
246
|
themeTypeface="neutral"
|
|
244
247
|
themeVariant="small"
|
|
245
248
|
>
|
|
@@ -109,6 +109,7 @@ exports[`Tabs.Scroll lazy not render lazy screen: xxx 1`] = `
|
|
|
109
109
|
]
|
|
110
110
|
}
|
|
111
111
|
themeIntent="body"
|
|
112
|
+
themeIsItalic={false}
|
|
112
113
|
themeTypeface="neutral"
|
|
113
114
|
themeVariant="regular"
|
|
114
115
|
>
|
|
@@ -327,6 +328,7 @@ exports[`Tabs.Scroll lazy not render lazy screen: xxx 1`] = `
|
|
|
327
328
|
]
|
|
328
329
|
}
|
|
329
330
|
themeIntent="body"
|
|
331
|
+
themeIsItalic={false}
|
|
330
332
|
themeTypeface="neutral"
|
|
331
333
|
themeVariant="regular-bold"
|
|
332
334
|
>
|
|
@@ -769,6 +771,7 @@ exports[`Tabs.Scroll lazy not render lazy screen: xxx 1`] = `
|
|
|
769
771
|
}
|
|
770
772
|
themeFontWeight="regular"
|
|
771
773
|
themeIntent="body"
|
|
774
|
+
themeIsItalic={false}
|
|
772
775
|
themeSize="medium"
|
|
773
776
|
>
|
|
774
777
|
50
|
|
@@ -1066,6 +1069,7 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
1066
1069
|
]
|
|
1067
1070
|
}
|
|
1068
1071
|
themeIntent="body"
|
|
1072
|
+
themeIsItalic={false}
|
|
1069
1073
|
themeTypeface="neutral"
|
|
1070
1074
|
themeVariant="regular"
|
|
1071
1075
|
>
|
|
@@ -1284,6 +1288,7 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
1284
1288
|
]
|
|
1285
1289
|
}
|
|
1286
1290
|
themeIntent="body"
|
|
1291
|
+
themeIsItalic={false}
|
|
1287
1292
|
themeTypeface="neutral"
|
|
1288
1293
|
themeVariant="regular-bold"
|
|
1289
1294
|
>
|
|
@@ -1726,6 +1731,7 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
1726
1731
|
}
|
|
1727
1732
|
themeFontWeight="regular"
|
|
1728
1733
|
themeIntent="body"
|
|
1734
|
+
themeIsItalic={false}
|
|
1729
1735
|
themeSize="medium"
|
|
1730
1736
|
>
|
|
1731
1737
|
50
|
|
@@ -2023,6 +2029,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
2023
2029
|
]
|
|
2024
2030
|
}
|
|
2025
2031
|
themeIntent="body"
|
|
2032
|
+
themeIsItalic={false}
|
|
2026
2033
|
themeTypeface="neutral"
|
|
2027
2034
|
themeVariant="regular"
|
|
2028
2035
|
>
|
|
@@ -2241,6 +2248,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
2241
2248
|
]
|
|
2242
2249
|
}
|
|
2243
2250
|
themeIntent="body"
|
|
2251
|
+
themeIsItalic={false}
|
|
2244
2252
|
themeTypeface="neutral"
|
|
2245
2253
|
themeVariant="regular-bold"
|
|
2246
2254
|
>
|
|
@@ -2683,6 +2691,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
2683
2691
|
}
|
|
2684
2692
|
themeFontWeight="regular"
|
|
2685
2693
|
themeIntent="body"
|
|
2694
|
+
themeIsItalic={false}
|
|
2686
2695
|
themeSize="medium"
|
|
2687
2696
|
>
|
|
2688
2697
|
50
|
|
@@ -220,6 +220,7 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
220
220
|
]
|
|
221
221
|
}
|
|
222
222
|
themeIntent="body"
|
|
223
|
+
themeIsItalic={false}
|
|
223
224
|
themeTypeface="neutral"
|
|
224
225
|
themeVariant="regular-bold"
|
|
225
226
|
>
|
|
@@ -662,6 +663,7 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
662
663
|
}
|
|
663
664
|
themeFontWeight="regular"
|
|
664
665
|
themeIntent="body"
|
|
666
|
+
themeIsItalic={false}
|
|
665
667
|
themeSize="medium"
|
|
666
668
|
>
|
|
667
669
|
50
|
|
@@ -886,6 +888,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
886
888
|
]
|
|
887
889
|
}
|
|
888
890
|
themeIntent="body"
|
|
891
|
+
themeIsItalic={false}
|
|
889
892
|
themeTypeface="neutral"
|
|
890
893
|
themeVariant="regular-bold"
|
|
891
894
|
>
|
|
@@ -1277,6 +1280,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
1277
1280
|
}
|
|
1278
1281
|
themeFontWeight="regular"
|
|
1279
1282
|
themeIntent="body"
|
|
1283
|
+
themeIsItalic={false}
|
|
1280
1284
|
themeSize="medium"
|
|
1281
1285
|
>
|
|
1282
1286
|
50
|
|
@@ -109,6 +109,7 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
109
109
|
]
|
|
110
110
|
}
|
|
111
111
|
themeIntent="body"
|
|
112
|
+
themeIsItalic={false}
|
|
112
113
|
themeTypeface="neutral"
|
|
113
114
|
themeVariant="regular"
|
|
114
115
|
>
|
|
@@ -208,6 +209,7 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
208
209
|
]
|
|
209
210
|
}
|
|
210
211
|
themeIntent="body"
|
|
212
|
+
themeIsItalic={false}
|
|
211
213
|
themeTypeface="neutral"
|
|
212
214
|
themeVariant="small-bold"
|
|
213
215
|
>
|
|
@@ -264,6 +266,7 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
264
266
|
]
|
|
265
267
|
}
|
|
266
268
|
themeIntent="body"
|
|
269
|
+
themeIsItalic={false}
|
|
267
270
|
themeTypeface="neutral"
|
|
268
271
|
themeVariant="small"
|
|
269
272
|
>
|
|
@@ -326,6 +329,7 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
326
329
|
]
|
|
327
330
|
}
|
|
328
331
|
themeIntent="body"
|
|
332
|
+
themeIsItalic={false}
|
|
329
333
|
themeTypeface="neutral"
|
|
330
334
|
themeVariant="small"
|
|
331
335
|
>
|
|
@@ -414,6 +418,7 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
414
418
|
]
|
|
415
419
|
}
|
|
416
420
|
themeIntent="body"
|
|
421
|
+
themeIsItalic={false}
|
|
417
422
|
themeTypeface="neutral"
|
|
418
423
|
themeVariant="small"
|
|
419
424
|
>
|
|
@@ -473,6 +478,7 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
473
478
|
}
|
|
474
479
|
themeFontWeight="regular"
|
|
475
480
|
themeIntent="body"
|
|
481
|
+
themeIsItalic={false}
|
|
476
482
|
themeSize="medium"
|
|
477
483
|
>
|
|
478
484
|
50
|
|
@@ -786,6 +792,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
786
792
|
]
|
|
787
793
|
}
|
|
788
794
|
themeIntent="body"
|
|
795
|
+
themeIsItalic={false}
|
|
789
796
|
themeTypeface="neutral"
|
|
790
797
|
themeVariant="regular"
|
|
791
798
|
>
|
|
@@ -885,6 +892,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
885
892
|
]
|
|
886
893
|
}
|
|
887
894
|
themeIntent="body"
|
|
895
|
+
themeIsItalic={false}
|
|
888
896
|
themeTypeface="neutral"
|
|
889
897
|
themeVariant="small-bold"
|
|
890
898
|
>
|
|
@@ -941,6 +949,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
941
949
|
]
|
|
942
950
|
}
|
|
943
951
|
themeIntent="body"
|
|
952
|
+
themeIsItalic={false}
|
|
944
953
|
themeTypeface="neutral"
|
|
945
954
|
themeVariant="small"
|
|
946
955
|
>
|
|
@@ -1003,6 +1012,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
1003
1012
|
]
|
|
1004
1013
|
}
|
|
1005
1014
|
themeIntent="body"
|
|
1015
|
+
themeIsItalic={false}
|
|
1006
1016
|
themeTypeface="neutral"
|
|
1007
1017
|
themeVariant="small"
|
|
1008
1018
|
>
|
|
@@ -1091,6 +1101,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
1091
1101
|
]
|
|
1092
1102
|
}
|
|
1093
1103
|
themeIntent="body"
|
|
1104
|
+
themeIsItalic={false}
|
|
1094
1105
|
themeTypeface="neutral"
|
|
1095
1106
|
themeVariant="small"
|
|
1096
1107
|
>
|
|
@@ -1150,6 +1161,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
1150
1161
|
}
|
|
1151
1162
|
themeFontWeight="regular"
|
|
1152
1163
|
themeIntent="body"
|
|
1164
|
+
themeIsItalic={false}
|
|
1153
1165
|
themeSize="medium"
|
|
1154
1166
|
>
|
|
1155
1167
|
50
|
|
@@ -1463,6 +1475,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
|
|
|
1463
1475
|
]
|
|
1464
1476
|
}
|
|
1465
1477
|
themeIntent="body"
|
|
1478
|
+
themeIsItalic={false}
|
|
1466
1479
|
themeTypeface="neutral"
|
|
1467
1480
|
themeVariant="regular"
|
|
1468
1481
|
>
|
|
@@ -1562,6 +1575,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
|
|
|
1562
1575
|
]
|
|
1563
1576
|
}
|
|
1564
1577
|
themeIntent="body"
|
|
1578
|
+
themeIsItalic={false}
|
|
1565
1579
|
themeTypeface="neutral"
|
|
1566
1580
|
themeVariant="small"
|
|
1567
1581
|
>
|
|
@@ -1618,6 +1632,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
|
|
|
1618
1632
|
]
|
|
1619
1633
|
}
|
|
1620
1634
|
themeIntent="body"
|
|
1635
|
+
themeIsItalic={false}
|
|
1621
1636
|
themeTypeface="neutral"
|
|
1622
1637
|
themeVariant="small-bold"
|
|
1623
1638
|
>
|
|
@@ -1680,6 +1695,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
|
|
|
1680
1695
|
]
|
|
1681
1696
|
}
|
|
1682
1697
|
themeIntent="body"
|
|
1698
|
+
themeIsItalic={false}
|
|
1683
1699
|
themeTypeface="neutral"
|
|
1684
1700
|
themeVariant="small"
|
|
1685
1701
|
>
|
|
@@ -1768,6 +1784,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
|
|
|
1768
1784
|
]
|
|
1769
1785
|
}
|
|
1770
1786
|
themeIntent="body"
|
|
1787
|
+
themeIsItalic={false}
|
|
1771
1788
|
themeTypeface="neutral"
|
|
1772
1789
|
themeVariant="small"
|
|
1773
1790
|
>
|
|
@@ -1827,6 +1844,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
|
|
|
1827
1844
|
}
|
|
1828
1845
|
themeFontWeight="regular"
|
|
1829
1846
|
themeIntent="body"
|
|
1847
|
+
themeIsItalic={false}
|
|
1830
1848
|
themeSize="medium"
|
|
1831
1849
|
>
|
|
1832
1850
|
50
|
|
@@ -46,6 +46,7 @@ exports[`Tag renders correctly when intent is danger 1`] = `
|
|
|
46
46
|
}
|
|
47
47
|
themeFontWeight="semi-bold"
|
|
48
48
|
themeIntent="body"
|
|
49
|
+
themeIsItalic={false}
|
|
49
50
|
>
|
|
50
51
|
DANGER
|
|
51
52
|
</Text>
|
|
@@ -119,6 +120,7 @@ exports[`Tag renders correctly when intent is danger 2`] = `
|
|
|
119
120
|
}
|
|
120
121
|
themeFontWeight="semi-bold"
|
|
121
122
|
themeIntent="body"
|
|
123
|
+
themeIsItalic={false}
|
|
122
124
|
>
|
|
123
125
|
DANGER
|
|
124
126
|
</Text>
|
|
@@ -192,6 +194,7 @@ exports[`Tag renders correctly when intent is info 1`] = `
|
|
|
192
194
|
}
|
|
193
195
|
themeFontWeight="semi-bold"
|
|
194
196
|
themeIntent="body"
|
|
197
|
+
themeIsItalic={false}
|
|
195
198
|
>
|
|
196
199
|
INFO
|
|
197
200
|
</Text>
|
|
@@ -265,6 +268,7 @@ exports[`Tag renders correctly when intent is info 2`] = `
|
|
|
265
268
|
}
|
|
266
269
|
themeFontWeight="semi-bold"
|
|
267
270
|
themeIntent="body"
|
|
271
|
+
themeIsItalic={false}
|
|
268
272
|
>
|
|
269
273
|
INFO
|
|
270
274
|
</Text>
|
|
@@ -338,6 +342,7 @@ exports[`Tag renders correctly when intent is primary 1`] = `
|
|
|
338
342
|
}
|
|
339
343
|
themeFontWeight="semi-bold"
|
|
340
344
|
themeIntent="body"
|
|
345
|
+
themeIsItalic={false}
|
|
341
346
|
>
|
|
342
347
|
PRIMARY
|
|
343
348
|
</Text>
|
|
@@ -411,6 +416,7 @@ exports[`Tag renders correctly when intent is primary 2`] = `
|
|
|
411
416
|
}
|
|
412
417
|
themeFontWeight="semi-bold"
|
|
413
418
|
themeIntent="body"
|
|
419
|
+
themeIsItalic={false}
|
|
414
420
|
>
|
|
415
421
|
PRIMARY
|
|
416
422
|
</Text>
|
|
@@ -484,6 +490,7 @@ exports[`Tag renders correctly when intent is success 1`] = `
|
|
|
484
490
|
}
|
|
485
491
|
themeFontWeight="semi-bold"
|
|
486
492
|
themeIntent="body"
|
|
493
|
+
themeIsItalic={false}
|
|
487
494
|
>
|
|
488
495
|
SUCCESS
|
|
489
496
|
</Text>
|
|
@@ -557,6 +564,7 @@ exports[`Tag renders correctly when intent is warning 1`] = `
|
|
|
557
564
|
}
|
|
558
565
|
themeFontWeight="semi-bold"
|
|
559
566
|
themeIntent="body"
|
|
567
|
+
themeIsItalic={false}
|
|
560
568
|
>
|
|
561
569
|
WARNING
|
|
562
570
|
</Text>
|
|
@@ -630,6 +638,7 @@ exports[`Tag renders correctly when intent is warning 2`] = `
|
|
|
630
638
|
}
|
|
631
639
|
themeFontWeight="semi-bold"
|
|
632
640
|
themeIntent="body"
|
|
641
|
+
themeIsItalic={false}
|
|
633
642
|
>
|
|
634
643
|
WARNING
|
|
635
644
|
</Text>
|
|
@@ -694,6 +703,7 @@ exports[`Tag renders correctly with custom content 1`] = `
|
|
|
694
703
|
]
|
|
695
704
|
}
|
|
696
705
|
themeIntent="body"
|
|
706
|
+
themeIsItalic={false}
|
|
697
707
|
themeTypeface="neutral"
|
|
698
708
|
themeVariant="small"
|
|
699
709
|
>
|
|
@@ -575,6 +575,7 @@ exports[`StyledErrorMessage renders correctly 1`] = `
|
|
|
575
575
|
}
|
|
576
576
|
themeFontWeight="regular"
|
|
577
577
|
themeIntent="body"
|
|
578
|
+
themeIsItalic={false}
|
|
578
579
|
>
|
|
579
580
|
must not exceed character limit
|
|
580
581
|
</Text>
|
|
@@ -670,6 +671,7 @@ exports[`StyledHelperText renders correctly 1`] = `
|
|
|
670
671
|
}
|
|
671
672
|
themeFontWeight="regular"
|
|
672
673
|
themeIntent="body"
|
|
674
|
+
themeIsItalic={false}
|
|
673
675
|
>
|
|
674
676
|
helper text
|
|
675
677
|
</Text>
|
|
@@ -728,6 +730,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState default 1`] =
|
|
|
728
730
|
}
|
|
729
731
|
themeFontWeight="regular"
|
|
730
732
|
themeIntent="body"
|
|
733
|
+
themeIsItalic={false}
|
|
731
734
|
themeState="default"
|
|
732
735
|
>
|
|
733
736
|
100/255
|
|
@@ -787,6 +790,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState disabled 1`] =
|
|
|
787
790
|
}
|
|
788
791
|
themeFontWeight="regular"
|
|
789
792
|
themeIntent="body"
|
|
793
|
+
themeIsItalic={false}
|
|
790
794
|
themeState="disabled"
|
|
791
795
|
>
|
|
792
796
|
100/255
|
|
@@ -846,6 +850,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState error 1`] = `
|
|
|
846
850
|
}
|
|
847
851
|
themeFontWeight="regular"
|
|
848
852
|
themeIntent="body"
|
|
853
|
+
themeIsItalic={false}
|
|
849
854
|
themeState="error"
|
|
850
855
|
>
|
|
851
856
|
100/255
|
|
@@ -905,6 +910,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState filled 1`] = `
|
|
|
905
910
|
}
|
|
906
911
|
themeFontWeight="regular"
|
|
907
912
|
themeIntent="body"
|
|
913
|
+
themeIsItalic={false}
|
|
908
914
|
themeState="filled"
|
|
909
915
|
>
|
|
910
916
|
100/255
|
|
@@ -964,6 +970,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState readonly 1`] =
|
|
|
964
970
|
}
|
|
965
971
|
themeFontWeight="regular"
|
|
966
972
|
themeIntent="body"
|
|
973
|
+
themeIsItalic={false}
|
|
967
974
|
themeState="readonly"
|
|
968
975
|
>
|
|
969
976
|
100/255
|