@hero-design/rn 8.38.0 → 8.39.1
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 +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +201 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +201 -196
- package/package.json +13 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/BottomNavigation/index.tsx +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Carousel/CardCarousel.tsx +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Tabs/SceneView.tsx +5 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
- package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
- package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
- package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
- package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
- package/src/components/Modal/__tests__/index.spec.tsx +0 -50
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`StyledTitle has body intent style 1`] = `
|
|
4
4
|
<Text
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"color": "#001f23",
|
|
9
9
|
"fontFamily": "BeVietnamPro-Regular",
|
|
10
10
|
"fontSize": 18,
|
|
@@ -25,8 +25,8 @@ exports[`StyledTitle has body intent style 1`] = `
|
|
|
25
25
|
exports[`StyledTitle has danger intent style 1`] = `
|
|
26
26
|
<Text
|
|
27
27
|
style={
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
[
|
|
29
|
+
{
|
|
30
30
|
"color": "#f46363",
|
|
31
31
|
"fontFamily": "BeVietnamPro-Regular",
|
|
32
32
|
"fontSize": 18,
|
|
@@ -47,8 +47,8 @@ exports[`StyledTitle has danger intent style 1`] = `
|
|
|
47
47
|
exports[`StyledTitle has h1 level and neutral typeface style 1`] = `
|
|
48
48
|
<Text
|
|
49
49
|
style={
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
[
|
|
51
|
+
{
|
|
52
52
|
"color": "#001f23",
|
|
53
53
|
"fontFamily": "BeVietnamPro-Regular",
|
|
54
54
|
"fontSize": 42,
|
|
@@ -69,8 +69,8 @@ exports[`StyledTitle has h1 level and neutral typeface style 1`] = `
|
|
|
69
69
|
exports[`StyledTitle has h1 level and playful typeface style 1`] = `
|
|
70
70
|
<Text
|
|
71
71
|
style={
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
[
|
|
73
|
+
{
|
|
74
74
|
"color": "#001f23",
|
|
75
75
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
76
76
|
"fontSize": 36,
|
|
@@ -91,8 +91,8 @@ exports[`StyledTitle has h1 level and playful typeface style 1`] = `
|
|
|
91
91
|
exports[`StyledTitle has h2 level and neutral typeface style 1`] = `
|
|
92
92
|
<Text
|
|
93
93
|
style={
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
[
|
|
95
|
+
{
|
|
96
96
|
"color": "#001f23",
|
|
97
97
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
98
98
|
"fontSize": 32,
|
|
@@ -113,8 +113,8 @@ exports[`StyledTitle has h2 level and neutral typeface style 1`] = `
|
|
|
113
113
|
exports[`StyledTitle has h2 level and playful typeface style 1`] = `
|
|
114
114
|
<Text
|
|
115
115
|
style={
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
[
|
|
117
|
+
{
|
|
118
118
|
"color": "#001f23",
|
|
119
119
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
120
120
|
"fontSize": 32,
|
|
@@ -135,8 +135,8 @@ exports[`StyledTitle has h2 level and playful typeface style 1`] = `
|
|
|
135
135
|
exports[`StyledTitle has h3 level and neutral typeface style 1`] = `
|
|
136
136
|
<Text
|
|
137
137
|
style={
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
[
|
|
139
|
+
{
|
|
140
140
|
"color": "#001f23",
|
|
141
141
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
142
142
|
"fontSize": 28,
|
|
@@ -157,8 +157,8 @@ exports[`StyledTitle has h3 level and neutral typeface style 1`] = `
|
|
|
157
157
|
exports[`StyledTitle has h3 level and playful typeface style 1`] = `
|
|
158
158
|
<Text
|
|
159
159
|
style={
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
[
|
|
161
|
+
{
|
|
162
162
|
"color": "#001f23",
|
|
163
163
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
164
164
|
"fontSize": 28,
|
|
@@ -179,8 +179,8 @@ exports[`StyledTitle has h3 level and playful typeface style 1`] = `
|
|
|
179
179
|
exports[`StyledTitle has h4 level and neutral typeface style 1`] = `
|
|
180
180
|
<Text
|
|
181
181
|
style={
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
[
|
|
183
|
+
{
|
|
184
184
|
"color": "#001f23",
|
|
185
185
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
186
186
|
"fontSize": 24,
|
|
@@ -201,8 +201,8 @@ exports[`StyledTitle has h4 level and neutral typeface style 1`] = `
|
|
|
201
201
|
exports[`StyledTitle has h4 level and playful typeface style 1`] = `
|
|
202
202
|
<Text
|
|
203
203
|
style={
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
[
|
|
205
|
+
{
|
|
206
206
|
"color": "#001f23",
|
|
207
207
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
208
208
|
"fontSize": 24,
|
|
@@ -223,8 +223,8 @@ exports[`StyledTitle has h4 level and playful typeface style 1`] = `
|
|
|
223
223
|
exports[`StyledTitle has h5 level and neutral typeface style 1`] = `
|
|
224
224
|
<Text
|
|
225
225
|
style={
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
[
|
|
227
|
+
{
|
|
228
228
|
"color": "#001f23",
|
|
229
229
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
230
230
|
"fontSize": 18,
|
|
@@ -245,8 +245,8 @@ exports[`StyledTitle has h5 level and neutral typeface style 1`] = `
|
|
|
245
245
|
exports[`StyledTitle has h5 level and playful typeface style 1`] = `
|
|
246
246
|
<Text
|
|
247
247
|
style={
|
|
248
|
-
|
|
249
|
-
|
|
248
|
+
[
|
|
249
|
+
{
|
|
250
250
|
"color": "#001f23",
|
|
251
251
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
252
252
|
"fontSize": 18,
|
|
@@ -267,8 +267,8 @@ exports[`StyledTitle has h5 level and playful typeface style 1`] = `
|
|
|
267
267
|
exports[`StyledTitle has h6 level and neutral typeface style 1`] = `
|
|
268
268
|
<Text
|
|
269
269
|
style={
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
[
|
|
271
|
+
{
|
|
272
272
|
"color": "#001f23",
|
|
273
273
|
"fontFamily": "BeVietnamPro-Regular",
|
|
274
274
|
"fontSize": 18,
|
|
@@ -289,8 +289,8 @@ exports[`StyledTitle has h6 level and neutral typeface style 1`] = `
|
|
|
289
289
|
exports[`StyledTitle has h6 level and playful typeface style 1`] = `
|
|
290
290
|
<Text
|
|
291
291
|
style={
|
|
292
|
-
|
|
293
|
-
|
|
292
|
+
[
|
|
293
|
+
{
|
|
294
294
|
"color": "#001f23",
|
|
295
295
|
"fontFamily": "RebondGrotesque",
|
|
296
296
|
"fontSize": 16,
|
|
@@ -311,8 +311,8 @@ exports[`StyledTitle has h6 level and playful typeface style 1`] = `
|
|
|
311
311
|
exports[`StyledTitle has info intent style 1`] = `
|
|
312
312
|
<Text
|
|
313
313
|
style={
|
|
314
|
-
|
|
315
|
-
|
|
314
|
+
[
|
|
315
|
+
{
|
|
316
316
|
"color": "#355bfb",
|
|
317
317
|
"fontFamily": "BeVietnamPro-Regular",
|
|
318
318
|
"fontSize": 18,
|
|
@@ -333,8 +333,8 @@ exports[`StyledTitle has info intent style 1`] = `
|
|
|
333
333
|
exports[`StyledTitle has inverted intent style 1`] = `
|
|
334
334
|
<Text
|
|
335
335
|
style={
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
[
|
|
337
|
+
{
|
|
338
338
|
"color": "#ffffff",
|
|
339
339
|
"fontFamily": "BeVietnamPro-Regular",
|
|
340
340
|
"fontSize": 18,
|
|
@@ -355,8 +355,8 @@ exports[`StyledTitle has inverted intent style 1`] = `
|
|
|
355
355
|
exports[`StyledTitle has primary intent style 1`] = `
|
|
356
356
|
<Text
|
|
357
357
|
style={
|
|
358
|
-
|
|
359
|
-
|
|
358
|
+
[
|
|
359
|
+
{
|
|
360
360
|
"color": "#401960",
|
|
361
361
|
"fontFamily": "BeVietnamPro-Regular",
|
|
362
362
|
"fontSize": 18,
|
|
@@ -377,8 +377,8 @@ exports[`StyledTitle has primary intent style 1`] = `
|
|
|
377
377
|
exports[`StyledTitle has subdued intent style 1`] = `
|
|
378
378
|
<Text
|
|
379
379
|
style={
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
[
|
|
381
|
+
{
|
|
382
382
|
"color": "#4d6265",
|
|
383
383
|
"fontFamily": "BeVietnamPro-Regular",
|
|
384
384
|
"fontSize": 18,
|
|
@@ -399,8 +399,8 @@ exports[`StyledTitle has subdued intent style 1`] = `
|
|
|
399
399
|
exports[`StyledTitle has success intent style 1`] = `
|
|
400
400
|
<Text
|
|
401
401
|
style={
|
|
402
|
-
|
|
403
|
-
|
|
402
|
+
[
|
|
403
|
+
{
|
|
404
404
|
"color": "#5ace7d",
|
|
405
405
|
"fontFamily": "BeVietnamPro-Regular",
|
|
406
406
|
"fontSize": 18,
|
|
@@ -421,8 +421,8 @@ exports[`StyledTitle has success intent style 1`] = `
|
|
|
421
421
|
exports[`StyledTitle has warning intent style 1`] = `
|
|
422
422
|
<Text
|
|
423
423
|
style={
|
|
424
|
-
|
|
425
|
-
|
|
424
|
+
[
|
|
425
|
+
{
|
|
426
426
|
"color": "#ffbe71",
|
|
427
427
|
"fontFamily": "BeVietnamPro-Regular",
|
|
428
428
|
"fontSize": 18,
|
|
@@ -4,8 +4,8 @@ exports[`Title has archived intent style 1`] = `
|
|
|
4
4
|
<Text
|
|
5
5
|
allowFontScaling={false}
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
[
|
|
8
|
+
{
|
|
9
9
|
"color": "#606065",
|
|
10
10
|
"fontFamily": "BeVietnamPro-Regular",
|
|
11
11
|
"fontSize": 42,
|
|
@@ -27,8 +27,8 @@ exports[`Title has body intent style 1`] = `
|
|
|
27
27
|
<Text
|
|
28
28
|
allowFontScaling={false}
|
|
29
29
|
style={
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
[
|
|
31
|
+
{
|
|
32
32
|
"color": "#001f23",
|
|
33
33
|
"fontFamily": "BeVietnamPro-Regular",
|
|
34
34
|
"fontSize": 42,
|
|
@@ -50,8 +50,8 @@ exports[`Title has danger intent style 1`] = `
|
|
|
50
50
|
<Text
|
|
51
51
|
allowFontScaling={false}
|
|
52
52
|
style={
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
[
|
|
54
|
+
{
|
|
55
55
|
"color": "#f46363",
|
|
56
56
|
"fontFamily": "BeVietnamPro-Regular",
|
|
57
57
|
"fontSize": 42,
|
|
@@ -73,8 +73,8 @@ exports[`Title has disabled intent style 1`] = `
|
|
|
73
73
|
<Text
|
|
74
74
|
allowFontScaling={false}
|
|
75
75
|
style={
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
[
|
|
77
|
+
{
|
|
78
78
|
"color": "#bfc1c5",
|
|
79
79
|
"fontFamily": "BeVietnamPro-Regular",
|
|
80
80
|
"fontSize": 42,
|
|
@@ -96,8 +96,8 @@ exports[`Title has h1 level and neutral typeface style 1`] = `
|
|
|
96
96
|
<Text
|
|
97
97
|
allowFontScaling={false}
|
|
98
98
|
style={
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
[
|
|
100
|
+
{
|
|
101
101
|
"color": "#001f23",
|
|
102
102
|
"fontFamily": "BeVietnamPro-Regular",
|
|
103
103
|
"fontSize": 42,
|
|
@@ -119,8 +119,8 @@ exports[`Title has h1 level and playful typeface style 1`] = `
|
|
|
119
119
|
<Text
|
|
120
120
|
allowFontScaling={false}
|
|
121
121
|
style={
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
[
|
|
123
|
+
{
|
|
124
124
|
"color": "#001f23",
|
|
125
125
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
126
126
|
"fontSize": 36,
|
|
@@ -142,8 +142,8 @@ exports[`Title has h2 level and neutral typeface style 1`] = `
|
|
|
142
142
|
<Text
|
|
143
143
|
allowFontScaling={false}
|
|
144
144
|
style={
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
[
|
|
146
|
+
{
|
|
147
147
|
"color": "#001f23",
|
|
148
148
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
149
149
|
"fontSize": 32,
|
|
@@ -165,8 +165,8 @@ exports[`Title has h2 level and playful typeface style 1`] = `
|
|
|
165
165
|
<Text
|
|
166
166
|
allowFontScaling={false}
|
|
167
167
|
style={
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
[
|
|
169
|
+
{
|
|
170
170
|
"color": "#001f23",
|
|
171
171
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
172
172
|
"fontSize": 32,
|
|
@@ -188,8 +188,8 @@ exports[`Title has h3 level and neutral typeface style 1`] = `
|
|
|
188
188
|
<Text
|
|
189
189
|
allowFontScaling={false}
|
|
190
190
|
style={
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
[
|
|
192
|
+
{
|
|
193
193
|
"color": "#001f23",
|
|
194
194
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
195
195
|
"fontSize": 28,
|
|
@@ -211,8 +211,8 @@ exports[`Title has h3 level and playful typeface style 1`] = `
|
|
|
211
211
|
<Text
|
|
212
212
|
allowFontScaling={false}
|
|
213
213
|
style={
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
[
|
|
215
|
+
{
|
|
216
216
|
"color": "#001f23",
|
|
217
217
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
218
218
|
"fontSize": 28,
|
|
@@ -234,8 +234,8 @@ exports[`Title has h4 level and neutral typeface style 1`] = `
|
|
|
234
234
|
<Text
|
|
235
235
|
allowFontScaling={false}
|
|
236
236
|
style={
|
|
237
|
-
|
|
238
|
-
|
|
237
|
+
[
|
|
238
|
+
{
|
|
239
239
|
"color": "#001f23",
|
|
240
240
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
241
241
|
"fontSize": 24,
|
|
@@ -257,8 +257,8 @@ exports[`Title has h4 level and playful typeface style 1`] = `
|
|
|
257
257
|
<Text
|
|
258
258
|
allowFontScaling={false}
|
|
259
259
|
style={
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
[
|
|
261
|
+
{
|
|
262
262
|
"color": "#001f23",
|
|
263
263
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
264
264
|
"fontSize": 24,
|
|
@@ -280,8 +280,8 @@ exports[`Title has h5 level and neutral typeface style 1`] = `
|
|
|
280
280
|
<Text
|
|
281
281
|
allowFontScaling={false}
|
|
282
282
|
style={
|
|
283
|
-
|
|
284
|
-
|
|
283
|
+
[
|
|
284
|
+
{
|
|
285
285
|
"color": "#001f23",
|
|
286
286
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
287
287
|
"fontSize": 18,
|
|
@@ -303,8 +303,8 @@ exports[`Title has h5 level and playful typeface style 1`] = `
|
|
|
303
303
|
<Text
|
|
304
304
|
allowFontScaling={false}
|
|
305
305
|
style={
|
|
306
|
-
|
|
307
|
-
|
|
306
|
+
[
|
|
307
|
+
{
|
|
308
308
|
"color": "#001f23",
|
|
309
309
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
310
310
|
"fontSize": 18,
|
|
@@ -326,8 +326,8 @@ exports[`Title has h6 level and neutral typeface style 1`] = `
|
|
|
326
326
|
<Text
|
|
327
327
|
allowFontScaling={false}
|
|
328
328
|
style={
|
|
329
|
-
|
|
330
|
-
|
|
329
|
+
[
|
|
330
|
+
{
|
|
331
331
|
"color": "#001f23",
|
|
332
332
|
"fontFamily": "BeVietnamPro-Regular",
|
|
333
333
|
"fontSize": 18,
|
|
@@ -349,8 +349,8 @@ exports[`Title has h6 level and playful typeface style 1`] = `
|
|
|
349
349
|
<Text
|
|
350
350
|
allowFontScaling={false}
|
|
351
351
|
style={
|
|
352
|
-
|
|
353
|
-
|
|
352
|
+
[
|
|
353
|
+
{
|
|
354
354
|
"color": "#001f23",
|
|
355
355
|
"fontFamily": "RebondGrotesque",
|
|
356
356
|
"fontSize": 16,
|
|
@@ -372,8 +372,8 @@ exports[`Title has info intent style 1`] = `
|
|
|
372
372
|
<Text
|
|
373
373
|
allowFontScaling={false}
|
|
374
374
|
style={
|
|
375
|
-
|
|
376
|
-
|
|
375
|
+
[
|
|
376
|
+
{
|
|
377
377
|
"color": "#355bfb",
|
|
378
378
|
"fontFamily": "BeVietnamPro-Regular",
|
|
379
379
|
"fontSize": 42,
|
|
@@ -395,8 +395,8 @@ exports[`Title has inverted intent style 1`] = `
|
|
|
395
395
|
<Text
|
|
396
396
|
allowFontScaling={false}
|
|
397
397
|
style={
|
|
398
|
-
|
|
399
|
-
|
|
398
|
+
[
|
|
399
|
+
{
|
|
400
400
|
"color": "#ffffff",
|
|
401
401
|
"fontFamily": "BeVietnamPro-Regular",
|
|
402
402
|
"fontSize": 42,
|
|
@@ -418,8 +418,8 @@ exports[`Title has primary intent style 1`] = `
|
|
|
418
418
|
<Text
|
|
419
419
|
allowFontScaling={false}
|
|
420
420
|
style={
|
|
421
|
-
|
|
422
|
-
|
|
421
|
+
[
|
|
422
|
+
{
|
|
423
423
|
"color": "#401960",
|
|
424
424
|
"fontFamily": "BeVietnamPro-Regular",
|
|
425
425
|
"fontSize": 42,
|
|
@@ -441,8 +441,8 @@ exports[`Title has secondary intent style 1`] = `
|
|
|
441
441
|
<Text
|
|
442
442
|
allowFontScaling={false}
|
|
443
443
|
style={
|
|
444
|
-
|
|
445
|
-
|
|
444
|
+
[
|
|
445
|
+
{
|
|
446
446
|
"color": "#795e90",
|
|
447
447
|
"fontFamily": "BeVietnamPro-Regular",
|
|
448
448
|
"fontSize": 42,
|
|
@@ -464,8 +464,8 @@ exports[`Title has subdued intent style 1`] = `
|
|
|
464
464
|
<Text
|
|
465
465
|
allowFontScaling={false}
|
|
466
466
|
style={
|
|
467
|
-
|
|
468
|
-
|
|
467
|
+
[
|
|
468
|
+
{
|
|
469
469
|
"color": "#4d6265",
|
|
470
470
|
"fontFamily": "BeVietnamPro-Regular",
|
|
471
471
|
"fontSize": 42,
|
|
@@ -487,8 +487,8 @@ exports[`Title has success intent style 1`] = `
|
|
|
487
487
|
<Text
|
|
488
488
|
allowFontScaling={false}
|
|
489
489
|
style={
|
|
490
|
-
|
|
491
|
-
|
|
490
|
+
[
|
|
491
|
+
{
|
|
492
492
|
"color": "#5ace7d",
|
|
493
493
|
"fontFamily": "BeVietnamPro-Regular",
|
|
494
494
|
"fontSize": 42,
|
|
@@ -510,8 +510,8 @@ exports[`Title has warning intent style 1`] = `
|
|
|
510
510
|
<Text
|
|
511
511
|
allowFontScaling={false}
|
|
512
512
|
style={
|
|
513
|
-
|
|
514
|
-
|
|
513
|
+
[
|
|
514
|
+
{
|
|
515
515
|
"color": "#ffbe71",
|
|
516
516
|
"fontFamily": "BeVietnamPro-Regular",
|
|
517
517
|
"fontSize": 42,
|