@hero-design/rn 8.110.0 → 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 +18 -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 +86 -40
- package/lib/index.js +86 -40
- package/package.json +7 -7
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +48 -24
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +72 -36
- package/src/components/Accordion/index.tsx +6 -1
- 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/AppCue/__tests__/__snapshots__/StyledAppCue.tsx.snap +121 -97
- 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 +8 -3
- 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 +51 -18
- 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 +15 -8
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +8 -5
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +20 -12
- 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/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +13 -9
- 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/PinInput/index.tsx +6 -1
- 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/RadioGroup.tsx +6 -1
- 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/Rate/__tests__/__snapshots__/index.spec.tsx.snap +84 -48
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
- package/src/components/Search/SearchOneLine.tsx +6 -0
- package/src/components/Search/SearchTwoLine.tsx +6 -1
- 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 +57 -3
- 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 +45 -3
- 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/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -6
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +219 -138
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +102 -62
- 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 +18 -4
- package/src/components/Toolbar/__tests__/ToolbarGroup.spec.tsx +34 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +9 -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.110.1/rn-stats.html +4844 -0
- package/stats/8.111.0/rn-stats.html +4844 -0
- package/types/components/Accordion/index.d.ts +5 -1
- 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 +12 -3
- package/types/components/PinInput/index.d.ts +4 -0
- package/types/components/Radio/RadioGroup.d.ts +5 -1
- package/types/components/Radio/index.d.ts +1 -1
- package/types/components/Search/SearchOneLine.d.ts +4 -0
- package/types/components/Search/SearchTwoLine.d.ts +4 -0
- package/types/components/TextInput/StyledTextInput.d.ts +1 -1
- package/types/components/Toolbar/ToolbarGroup.d.ts +11 -3
- package/types/components/Toolbar/index.d.ts +1 -1
- 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
|
@@ -146,10 +146,13 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
146
146
|
onResponderTerminationRequest={[Function]}
|
|
147
147
|
onStartShouldSetResponder={[Function]}
|
|
148
148
|
style={
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
149
|
+
[
|
|
150
|
+
{
|
|
151
|
+
"marginLeft": 0,
|
|
152
|
+
"paddingVertical": 8,
|
|
153
|
+
},
|
|
154
|
+
undefined,
|
|
155
|
+
]
|
|
153
156
|
}
|
|
154
157
|
>
|
|
155
158
|
<View
|
|
@@ -217,6 +220,7 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
217
220
|
]
|
|
218
221
|
}
|
|
219
222
|
themeIntent="body"
|
|
223
|
+
themeIsItalic={false}
|
|
220
224
|
themeTypeface="neutral"
|
|
221
225
|
themeVariant="regular-bold"
|
|
222
226
|
>
|
|
@@ -260,10 +264,13 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
260
264
|
onResponderTerminationRequest={[Function]}
|
|
261
265
|
onStartShouldSetResponder={[Function]}
|
|
262
266
|
style={
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
+
[
|
|
268
|
+
{
|
|
269
|
+
"marginLeft": 12,
|
|
270
|
+
"paddingVertical": 8,
|
|
271
|
+
},
|
|
272
|
+
undefined,
|
|
273
|
+
]
|
|
267
274
|
}
|
|
268
275
|
>
|
|
269
276
|
<View
|
|
@@ -284,16 +291,20 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
284
291
|
<View
|
|
285
292
|
collapsable={false}
|
|
286
293
|
style={
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
294
|
+
[
|
|
295
|
+
{
|
|
296
|
+
"backgroundColor": undefined,
|
|
297
|
+
"borderRadius": 16,
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"flex": 1,
|
|
301
|
+
"transform": [
|
|
302
|
+
{
|
|
303
|
+
"scaleX": 0,
|
|
304
|
+
},
|
|
305
|
+
],
|
|
306
|
+
},
|
|
307
|
+
]
|
|
297
308
|
}
|
|
298
309
|
themeActive={false}
|
|
299
310
|
/>
|
|
@@ -368,10 +379,13 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
368
379
|
onResponderTerminationRequest={[Function]}
|
|
369
380
|
onStartShouldSetResponder={[Function]}
|
|
370
381
|
style={
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
382
|
+
[
|
|
383
|
+
{
|
|
384
|
+
"marginLeft": 12,
|
|
385
|
+
"paddingVertical": 8,
|
|
386
|
+
},
|
|
387
|
+
undefined,
|
|
388
|
+
]
|
|
375
389
|
}
|
|
376
390
|
>
|
|
377
391
|
<View
|
|
@@ -392,16 +406,20 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
392
406
|
<View
|
|
393
407
|
collapsable={false}
|
|
394
408
|
style={
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
409
|
+
[
|
|
410
|
+
{
|
|
411
|
+
"backgroundColor": undefined,
|
|
412
|
+
"borderRadius": 16,
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"flex": 1,
|
|
416
|
+
"transform": [
|
|
417
|
+
{
|
|
418
|
+
"scaleX": 0,
|
|
419
|
+
},
|
|
420
|
+
],
|
|
421
|
+
},
|
|
422
|
+
]
|
|
405
423
|
}
|
|
406
424
|
themeActive={false}
|
|
407
425
|
/>
|
|
@@ -504,10 +522,13 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
504
522
|
onResponderTerminationRequest={[Function]}
|
|
505
523
|
onStartShouldSetResponder={[Function]}
|
|
506
524
|
style={
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
525
|
+
[
|
|
526
|
+
{
|
|
527
|
+
"marginLeft": 12,
|
|
528
|
+
"paddingVertical": 8,
|
|
529
|
+
},
|
|
530
|
+
undefined,
|
|
531
|
+
]
|
|
511
532
|
}
|
|
512
533
|
>
|
|
513
534
|
<View
|
|
@@ -528,16 +549,20 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
528
549
|
<View
|
|
529
550
|
collapsable={false}
|
|
530
551
|
style={
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
552
|
+
[
|
|
553
|
+
{
|
|
554
|
+
"backgroundColor": undefined,
|
|
555
|
+
"borderRadius": 16,
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"flex": 1,
|
|
559
|
+
"transform": [
|
|
560
|
+
{
|
|
561
|
+
"scaleX": 0,
|
|
562
|
+
},
|
|
563
|
+
],
|
|
564
|
+
},
|
|
565
|
+
]
|
|
541
566
|
}
|
|
542
567
|
themeActive={false}
|
|
543
568
|
/>
|
|
@@ -638,6 +663,7 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
638
663
|
}
|
|
639
664
|
themeFontWeight="regular"
|
|
640
665
|
themeIntent="body"
|
|
666
|
+
themeIsItalic={false}
|
|
641
667
|
themeSize="medium"
|
|
642
668
|
>
|
|
643
669
|
50
|
|
@@ -820,10 +846,13 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
820
846
|
onResponderTerminationRequest={[Function]}
|
|
821
847
|
onStartShouldSetResponder={[Function]}
|
|
822
848
|
style={
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
849
|
+
[
|
|
850
|
+
{
|
|
851
|
+
"marginLeft": 0,
|
|
852
|
+
"paddingVertical": 8,
|
|
853
|
+
},
|
|
854
|
+
undefined,
|
|
855
|
+
]
|
|
827
856
|
}
|
|
828
857
|
>
|
|
829
858
|
<View
|
|
@@ -859,6 +888,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
859
888
|
]
|
|
860
889
|
}
|
|
861
890
|
themeIntent="body"
|
|
891
|
+
themeIsItalic={false}
|
|
862
892
|
themeTypeface="neutral"
|
|
863
893
|
themeVariant="regular-bold"
|
|
864
894
|
>
|
|
@@ -921,10 +951,13 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
921
951
|
onResponderTerminationRequest={[Function]}
|
|
922
952
|
onStartShouldSetResponder={[Function]}
|
|
923
953
|
style={
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
954
|
+
[
|
|
955
|
+
{
|
|
956
|
+
"marginLeft": 12,
|
|
957
|
+
"paddingVertical": 8,
|
|
958
|
+
},
|
|
959
|
+
undefined,
|
|
960
|
+
]
|
|
928
961
|
}
|
|
929
962
|
>
|
|
930
963
|
<View
|
|
@@ -1016,10 +1049,13 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
1016
1049
|
onResponderTerminationRequest={[Function]}
|
|
1017
1050
|
onStartShouldSetResponder={[Function]}
|
|
1018
1051
|
style={
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1052
|
+
[
|
|
1053
|
+
{
|
|
1054
|
+
"marginLeft": 12,
|
|
1055
|
+
"paddingVertical": 8,
|
|
1056
|
+
},
|
|
1057
|
+
undefined,
|
|
1058
|
+
]
|
|
1023
1059
|
}
|
|
1024
1060
|
>
|
|
1025
1061
|
<View
|
|
@@ -1139,10 +1175,13 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
1139
1175
|
onResponderTerminationRequest={[Function]}
|
|
1140
1176
|
onStartShouldSetResponder={[Function]}
|
|
1141
1177
|
style={
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1178
|
+
[
|
|
1179
|
+
{
|
|
1180
|
+
"marginLeft": 12,
|
|
1181
|
+
"paddingVertical": 8,
|
|
1182
|
+
},
|
|
1183
|
+
undefined,
|
|
1184
|
+
]
|
|
1146
1185
|
}
|
|
1147
1186
|
>
|
|
1148
1187
|
<View
|
|
@@ -1241,6 +1280,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
1241
1280
|
}
|
|
1242
1281
|
themeFontWeight="regular"
|
|
1243
1282
|
themeIntent="body"
|
|
1283
|
+
themeIsItalic={false}
|
|
1244
1284
|
themeSize="medium"
|
|
1245
1285
|
>
|
|
1246
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
|