@hero-design/rn 8.52.2-rc2.0 → 8.53.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 +1 -1
- package/CHANGELOG.md +4 -16
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +997 -700
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +996 -698
- package/package.json +7 -7
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -0
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +2 -0
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +7 -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 +2 -0
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -0
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +6 -0
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +2 -0
- package/src/components/BottomNavigation/StyledBottomNavigation.tsx +60 -0
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +413 -0
- package/src/components/BottomNavigation/__tests__/index.spec.tsx +97 -0
- package/src/components/BottomNavigation/index.tsx +166 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +21 -32
- package/src/components/BottomSheet/index.tsx +1 -1
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +21 -0
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +10 -0
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +10 -0
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +16 -0
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +1 -0
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +32 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +7 -0
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +5 -0
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -0
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +2 -0
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +4 -0
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +1 -0
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +803 -1
- package/src/components/Carousel/__tests__/index.spec.tsx +47 -37
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +8 -0
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/Checkbox/index.tsx +13 -1
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +12 -0
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +2 -0
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +1 -0
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +15 -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 +329 -309
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +12 -0
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/Error/index.tsx +20 -3
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/FAB/ActionGroup/index.tsx +14 -1
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -0
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -0
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +7 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -0
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +9 -0
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +1 -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 +5 -0
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +2 -0
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +1 -0
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +1 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +1 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +2 -0
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +4 -0
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/SectionHeading/__tests__/index.spec.tsx +1 -0
- package/src/components/SectionHeading/index.tsx +57 -32
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +42 -128
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +35 -96
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +1 -0
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +24 -0
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +4 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +5 -0
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Tabs/__tests__/SceneView.spec.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +4 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +2 -0
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
- package/src/components/Tag/index.tsx +12 -0
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +21 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +17 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +2 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +330 -309
- package/src/components/Toast/StyledToast.tsx +9 -7
- package/src/components/Toast/Toast.tsx +4 -1
- package/src/components/Toast/ToastContainer.tsx +6 -2
- package/src/components/Toast/ToastContext.ts +5 -2
- package/src/components/Toast/ToastProvider.tsx +19 -2
- package/src/components/Toast/__tests__/ToastContainer.spec.tsx +15 -12
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +7 -0
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +14 -6
- package/src/components/Toast/types.ts +5 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +3 -0
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +8 -0
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +16 -0
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +10 -0
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +8 -0
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +11 -0
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +20 -0
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +20 -0
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +23 -0
- package/src/index.ts +2 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +102 -0
- package/src/theme/components/badge.ts +28 -1
- package/src/theme/components/bottomNavigation.ts +27 -0
- package/src/theme/components/button.ts +24 -0
- package/src/theme/components/carousel.ts +28 -1
- package/src/theme/components/empty.ts +23 -1
- package/src/theme/components/error.ts +32 -1
- package/src/theme/components/fab.ts +13 -2
- package/src/theme/components/pinInput.ts +32 -0
- package/src/theme/components/success.ts +23 -1
- package/src/theme/components/tag.ts +28 -1
- package/src/theme/components/textInput.ts +5 -0
- package/src/theme/getTheme.ts +21 -18
- package/src/types.ts +2 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +52 -0
- package/types/components/BottomNavigation/index.d.ts +45 -0
- package/types/components/Checkbox/index.d.ts +6 -1
- package/types/components/Error/index.d.ts +9 -3
- package/types/components/FAB/ActionGroup/index.d.ts +5 -0
- 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/SectionHeading/index.d.ts +11 -1
- package/types/components/Tag/index.d.ts +6 -1
- package/types/components/Toast/StyledToast.d.ts +2 -0
- package/types/components/Toast/ToastContext.d.ts +2 -2
- package/types/components/Toast/ToastProvider.d.ts +1 -1
- package/types/components/Toast/index.d.ts +1 -1
- package/types/components/Toast/types.d.ts +5 -1
- package/types/index.d.ts +2 -1
- package/types/theme/components/badge.d.ts +24 -0
- package/types/theme/components/bottomNavigation.d.ts +23 -0
- package/types/theme/components/button.d.ts +20 -0
- package/types/theme/components/carousel.d.ts +24 -0
- package/types/theme/components/empty.d.ts +19 -0
- package/types/theme/components/error.d.ts +27 -0
- package/types/theme/components/fab.d.ts +19 -8
- package/types/theme/components/pinInput.d.ts +27 -0
- package/types/theme/components/success.d.ts +19 -0
- package/types/theme/components/tag.d.ts +24 -0
- package/types/theme/components/textInput.d.ts +5 -0
- package/types/theme/getTheme.d.ts +20 -18
- package/types/types.d.ts +2 -1
|
@@ -40,6 +40,7 @@ exports[`LabelInsideTextInput renders correctly with themeState default 1`] = `
|
|
|
40
40
|
</Text>
|
|
41
41
|
<View
|
|
42
42
|
pointerEvents="box-none"
|
|
43
|
+
position="bottom"
|
|
43
44
|
style={
|
|
44
45
|
[
|
|
45
46
|
{
|
|
@@ -100,6 +101,7 @@ exports[`LabelInsideTextInput renders correctly with themeState disabled 1`] = `
|
|
|
100
101
|
</Text>
|
|
101
102
|
<View
|
|
102
103
|
pointerEvents="box-none"
|
|
104
|
+
position="bottom"
|
|
103
105
|
style={
|
|
104
106
|
[
|
|
105
107
|
{
|
|
@@ -160,6 +162,7 @@ exports[`LabelInsideTextInput renders correctly with themeState error 1`] = `
|
|
|
160
162
|
</Text>
|
|
161
163
|
<View
|
|
162
164
|
pointerEvents="box-none"
|
|
165
|
+
position="bottom"
|
|
163
166
|
style={
|
|
164
167
|
[
|
|
165
168
|
{
|
|
@@ -220,6 +223,7 @@ exports[`LabelInsideTextInput renders correctly with themeState filled 1`] = `
|
|
|
220
223
|
</Text>
|
|
221
224
|
<View
|
|
222
225
|
pointerEvents="box-none"
|
|
226
|
+
position="bottom"
|
|
223
227
|
style={
|
|
224
228
|
[
|
|
225
229
|
{
|
|
@@ -280,6 +284,7 @@ exports[`LabelInsideTextInput renders correctly with themeState readonly 1`] = `
|
|
|
280
284
|
</Text>
|
|
281
285
|
<View
|
|
282
286
|
pointerEvents="box-none"
|
|
287
|
+
position="bottom"
|
|
283
288
|
style={
|
|
284
289
|
[
|
|
285
290
|
{
|
|
@@ -329,6 +334,7 @@ exports[`StyledBorderBackDrop renders correctly when focused 1`] = `
|
|
|
329
334
|
/>
|
|
330
335
|
<View
|
|
331
336
|
pointerEvents="box-none"
|
|
337
|
+
position="bottom"
|
|
332
338
|
style={
|
|
333
339
|
[
|
|
334
340
|
{
|
|
@@ -378,6 +384,7 @@ exports[`StyledBorderBackDrop renders correctly with themeState default 1`] = `
|
|
|
378
384
|
/>
|
|
379
385
|
<View
|
|
380
386
|
pointerEvents="box-none"
|
|
387
|
+
position="bottom"
|
|
381
388
|
style={
|
|
382
389
|
[
|
|
383
390
|
{
|
|
@@ -427,6 +434,7 @@ exports[`StyledBorderBackDrop renders correctly with themeState disabled 1`] = `
|
|
|
427
434
|
/>
|
|
428
435
|
<View
|
|
429
436
|
pointerEvents="box-none"
|
|
437
|
+
position="bottom"
|
|
430
438
|
style={
|
|
431
439
|
[
|
|
432
440
|
{
|
|
@@ -476,6 +484,7 @@ exports[`StyledBorderBackDrop renders correctly with themeState error 1`] = `
|
|
|
476
484
|
/>
|
|
477
485
|
<View
|
|
478
486
|
pointerEvents="box-none"
|
|
487
|
+
position="bottom"
|
|
479
488
|
style={
|
|
480
489
|
[
|
|
481
490
|
{
|
|
@@ -525,6 +534,7 @@ exports[`StyledBorderBackDrop renders correctly with themeState filled 1`] = `
|
|
|
525
534
|
/>
|
|
526
535
|
<View
|
|
527
536
|
pointerEvents="box-none"
|
|
537
|
+
position="bottom"
|
|
528
538
|
style={
|
|
529
539
|
[
|
|
530
540
|
{
|
|
@@ -574,6 +584,7 @@ exports[`StyledBorderBackDrop renders correctly with themeState readonly 1`] = `
|
|
|
574
584
|
/>
|
|
575
585
|
<View
|
|
576
586
|
pointerEvents="box-none"
|
|
587
|
+
position="bottom"
|
|
577
588
|
style={
|
|
578
589
|
[
|
|
579
590
|
{
|
|
@@ -629,6 +640,7 @@ exports[`StyledErrorMessage renders correctly 1`] = `
|
|
|
629
640
|
</Text>
|
|
630
641
|
<View
|
|
631
642
|
pointerEvents="box-none"
|
|
643
|
+
position="bottom"
|
|
632
644
|
style={
|
|
633
645
|
[
|
|
634
646
|
{
|
|
@@ -673,6 +685,7 @@ exports[`StyledErrorMessageContainer renders correctly 1`] = `
|
|
|
673
685
|
/>
|
|
674
686
|
<View
|
|
675
687
|
pointerEvents="box-none"
|
|
688
|
+
position="bottom"
|
|
676
689
|
style={
|
|
677
690
|
[
|
|
678
691
|
{
|
|
@@ -722,6 +735,7 @@ exports[`StyledHelperText renders correctly 1`] = `
|
|
|
722
735
|
</Text>
|
|
723
736
|
<View
|
|
724
737
|
pointerEvents="box-none"
|
|
738
|
+
position="bottom"
|
|
725
739
|
style={
|
|
726
740
|
[
|
|
727
741
|
{
|
|
@@ -780,6 +794,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState default 1`] =
|
|
|
780
794
|
</Text>
|
|
781
795
|
<View
|
|
782
796
|
pointerEvents="box-none"
|
|
797
|
+
position="bottom"
|
|
783
798
|
style={
|
|
784
799
|
[
|
|
785
800
|
{
|
|
@@ -838,6 +853,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState disabled 1`] =
|
|
|
838
853
|
</Text>
|
|
839
854
|
<View
|
|
840
855
|
pointerEvents="box-none"
|
|
856
|
+
position="bottom"
|
|
841
857
|
style={
|
|
842
858
|
[
|
|
843
859
|
{
|
|
@@ -896,6 +912,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState error 1`] = `
|
|
|
896
912
|
</Text>
|
|
897
913
|
<View
|
|
898
914
|
pointerEvents="box-none"
|
|
915
|
+
position="bottom"
|
|
899
916
|
style={
|
|
900
917
|
[
|
|
901
918
|
{
|
|
@@ -954,6 +971,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState filled 1`] = `
|
|
|
954
971
|
</Text>
|
|
955
972
|
<View
|
|
956
973
|
pointerEvents="box-none"
|
|
974
|
+
position="bottom"
|
|
957
975
|
style={
|
|
958
976
|
[
|
|
959
977
|
{
|
|
@@ -1012,6 +1030,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeState readonly 1`] =
|
|
|
1012
1030
|
</Text>
|
|
1013
1031
|
<View
|
|
1014
1032
|
pointerEvents="box-none"
|
|
1033
|
+
position="bottom"
|
|
1015
1034
|
style={
|
|
1016
1035
|
[
|
|
1017
1036
|
{
|
|
@@ -1061,6 +1080,7 @@ exports[`StyledTextInput renders correctly with $themeState state 1`] = `
|
|
|
1061
1080
|
/>
|
|
1062
1081
|
<View
|
|
1063
1082
|
pointerEvents="box-none"
|
|
1083
|
+
position="bottom"
|
|
1064
1084
|
style={
|
|
1065
1085
|
[
|
|
1066
1086
|
{
|
|
@@ -1110,6 +1130,7 @@ exports[`StyledTextInput renders correctly with $themeState state 2`] = `
|
|
|
1110
1130
|
/>
|
|
1111
1131
|
<View
|
|
1112
1132
|
pointerEvents="box-none"
|
|
1133
|
+
position="bottom"
|
|
1113
1134
|
style={
|
|
1114
1135
|
[
|
|
1115
1136
|
{
|
|
@@ -302,6 +302,7 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
302
302
|
</View>
|
|
303
303
|
<View
|
|
304
304
|
pointerEvents="box-none"
|
|
305
|
+
position="bottom"
|
|
305
306
|
style={
|
|
306
307
|
[
|
|
307
308
|
{
|
|
@@ -623,6 +624,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
623
624
|
</View>
|
|
624
625
|
<View
|
|
625
626
|
pointerEvents="box-none"
|
|
627
|
+
position="bottom"
|
|
626
628
|
style={
|
|
627
629
|
[
|
|
628
630
|
{
|
|
@@ -945,6 +947,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
945
947
|
</View>
|
|
946
948
|
<View
|
|
947
949
|
pointerEvents="box-none"
|
|
950
|
+
position="bottom"
|
|
948
951
|
style={
|
|
949
952
|
[
|
|
950
953
|
{
|
|
@@ -1200,6 +1203,7 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
1200
1203
|
</View>
|
|
1201
1204
|
<View
|
|
1202
1205
|
pointerEvents="box-none"
|
|
1206
|
+
position="bottom"
|
|
1203
1207
|
style={
|
|
1204
1208
|
[
|
|
1205
1209
|
{
|
|
@@ -1526,6 +1530,7 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1526
1530
|
</View>
|
|
1527
1531
|
<View
|
|
1528
1532
|
pointerEvents="box-none"
|
|
1533
|
+
position="bottom"
|
|
1529
1534
|
style={
|
|
1530
1535
|
[
|
|
1531
1536
|
{
|
|
@@ -1782,6 +1787,7 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1782
1787
|
</View>
|
|
1783
1788
|
<View
|
|
1784
1789
|
pointerEvents="box-none"
|
|
1790
|
+
position="bottom"
|
|
1785
1791
|
style={
|
|
1786
1792
|
[
|
|
1787
1793
|
{
|
|
@@ -2071,6 +2077,7 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
2071
2077
|
</View>
|
|
2072
2078
|
<View
|
|
2073
2079
|
pointerEvents="box-none"
|
|
2080
|
+
position="bottom"
|
|
2074
2081
|
style={
|
|
2075
2082
|
[
|
|
2076
2083
|
{
|
|
@@ -2329,6 +2336,7 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
2329
2336
|
</View>
|
|
2330
2337
|
<View
|
|
2331
2338
|
pointerEvents="box-none"
|
|
2339
|
+
position="bottom"
|
|
2332
2340
|
style={
|
|
2333
2341
|
[
|
|
2334
2342
|
{
|
|
@@ -2613,6 +2621,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2613
2621
|
</View>
|
|
2614
2622
|
<View
|
|
2615
2623
|
pointerEvents="box-none"
|
|
2624
|
+
position="bottom"
|
|
2616
2625
|
style={
|
|
2617
2626
|
[
|
|
2618
2627
|
{
|
|
@@ -2829,6 +2838,7 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2829
2838
|
</View>
|
|
2830
2839
|
<View
|
|
2831
2840
|
pointerEvents="box-none"
|
|
2841
|
+
position="bottom"
|
|
2832
2842
|
style={
|
|
2833
2843
|
[
|
|
2834
2844
|
{
|
|
@@ -3172,6 +3182,7 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
3172
3182
|
</View>
|
|
3173
3183
|
<View
|
|
3174
3184
|
pointerEvents="box-none"
|
|
3185
|
+
position="bottom"
|
|
3175
3186
|
style={
|
|
3176
3187
|
[
|
|
3177
3188
|
{
|
|
@@ -3485,6 +3496,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
3485
3496
|
</View>
|
|
3486
3497
|
<View
|
|
3487
3498
|
pointerEvents="box-none"
|
|
3499
|
+
position="bottom"
|
|
3488
3500
|
style={
|
|
3489
3501
|
[
|
|
3490
3502
|
{
|
|
@@ -3774,6 +3786,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3774
3786
|
</View>
|
|
3775
3787
|
<View
|
|
3776
3788
|
pointerEvents="box-none"
|
|
3789
|
+
position="bottom"
|
|
3777
3790
|
style={
|
|
3778
3791
|
[
|
|
3779
3792
|
{
|
|
@@ -4059,6 +4072,7 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
4059
4072
|
</View>
|
|
4060
4073
|
<View
|
|
4061
4074
|
pointerEvents="box-none"
|
|
4075
|
+
position="bottom"
|
|
4062
4076
|
style={
|
|
4063
4077
|
[
|
|
4064
4078
|
{
|
|
@@ -4284,6 +4298,7 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
4284
4298
|
</View>
|
|
4285
4299
|
<View
|
|
4286
4300
|
pointerEvents="box-none"
|
|
4301
|
+
position="bottom"
|
|
4287
4302
|
style={
|
|
4288
4303
|
[
|
|
4289
4304
|
{
|
|
@@ -4568,6 +4583,7 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
4568
4583
|
</View>
|
|
4569
4584
|
<View
|
|
4570
4585
|
pointerEvents="box-none"
|
|
4586
|
+
position="bottom"
|
|
4571
4587
|
style={
|
|
4572
4588
|
[
|
|
4573
4589
|
{
|
|
@@ -4794,6 +4810,7 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
4794
4810
|
</View>
|
|
4795
4811
|
<View
|
|
4796
4812
|
pointerEvents="box-none"
|
|
4813
|
+
position="bottom"
|
|
4797
4814
|
style={
|
|
4798
4815
|
[
|
|
4799
4816
|
{
|
|
@@ -265,6 +265,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
|
|
|
265
265
|
</View>
|
|
266
266
|
<View
|
|
267
267
|
pointerEvents="box-none"
|
|
268
|
+
position="bottom"
|
|
268
269
|
style={
|
|
269
270
|
[
|
|
270
271
|
{
|
|
@@ -553,6 +554,7 @@ exports[`TimePickerAndroid renders correctly 1`] = `
|
|
|
553
554
|
</View>
|
|
554
555
|
<View
|
|
555
556
|
pointerEvents="box-none"
|
|
557
|
+
position="bottom"
|
|
556
558
|
style={
|
|
557
559
|
[
|
|
558
560
|
{
|