@hero-design/rn 8.12.0 → 8.12.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 +9 -9
- package/es/index.js +42 -9
- package/lib/index.js +42 -9
- package/package.json +5 -5
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +17 -3
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +17 -3
- package/src/components/List/BasicListItem.tsx +6 -0
- package/src/components/List/ListItem.tsx +6 -0
- package/src/components/List/StyledBasicListItem.tsx +2 -2
- package/src/components/List/StyledListItem.tsx +2 -2
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +22 -18
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +32 -28
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +44 -36
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +50 -46
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +22 -18
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +33 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -9
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +132 -108
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +232 -139
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -9
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +132 -108
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +232 -139
- package/src/components/TextInput/StyledTextInput.tsx +3 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +466 -28
- package/src/components/TextInput/__tests__/index.spec.tsx +32 -0
- package/src/components/TextInput/index.tsx +32 -4
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +34 -6
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +34 -6
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +1 -0
- package/src/theme/components/textInput.ts +1 -0
- package/types/components/List/StyledBasicListItem.d.ts +3 -3
- package/types/components/List/StyledListItem.d.ts +3 -3
- package/types/theme/components/textInput.d.ts +1 -0
|
@@ -42,6 +42,8 @@ Array [
|
|
|
42
42
|
Array [
|
|
43
43
|
Object {
|
|
44
44
|
"alignItems": "center",
|
|
45
|
+
"backgroundColor": "#ffffff",
|
|
46
|
+
"borderRadius": 8,
|
|
45
47
|
"flexDirection": "row",
|
|
46
48
|
"padding": 16,
|
|
47
49
|
},
|
|
@@ -62,9 +64,15 @@ Array [
|
|
|
62
64
|
"right": 0,
|
|
63
65
|
"top": 0,
|
|
64
66
|
},
|
|
65
|
-
|
|
67
|
+
Array [
|
|
68
|
+
Object {
|
|
69
|
+
"backgroundColor": "#ffffff",
|
|
70
|
+
},
|
|
71
|
+
undefined,
|
|
72
|
+
],
|
|
66
73
|
]
|
|
67
74
|
}
|
|
75
|
+
testID="text-input-border"
|
|
68
76
|
themeFocused={false}
|
|
69
77
|
themeVariant="default"
|
|
70
78
|
/>
|
|
@@ -157,6 +165,7 @@ Array [
|
|
|
157
165
|
"textAlignVertical": "center",
|
|
158
166
|
},
|
|
159
167
|
Object {
|
|
168
|
+
"backgroundColor": "#ffffff",
|
|
160
169
|
"color": "#001f23",
|
|
161
170
|
},
|
|
162
171
|
]
|
|
@@ -593,7 +602,6 @@ Array [
|
|
|
593
602
|
}
|
|
594
603
|
}
|
|
595
604
|
accessible={true}
|
|
596
|
-
collapsable={false}
|
|
597
605
|
focusable={true}
|
|
598
606
|
onClick={[Function]}
|
|
599
607
|
onResponderGrant={[Function]}
|
|
@@ -603,14 +611,17 @@ Array [
|
|
|
603
611
|
onResponderTerminationRequest={[Function]}
|
|
604
612
|
onStartShouldSetResponder={[Function]}
|
|
605
613
|
style={
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
+
Array [
|
|
615
|
+
Object {
|
|
616
|
+
"alignItems": "center",
|
|
617
|
+
"backgroundColor": "#ffffff",
|
|
618
|
+
"borderRadius": 4,
|
|
619
|
+
"flexDirection": "row",
|
|
620
|
+
"opacity": 1,
|
|
621
|
+
"padding": 16,
|
|
622
|
+
},
|
|
623
|
+
undefined,
|
|
624
|
+
]
|
|
614
625
|
}
|
|
615
626
|
>
|
|
616
627
|
<View
|
|
@@ -738,7 +749,6 @@ Array [
|
|
|
738
749
|
}
|
|
739
750
|
}
|
|
740
751
|
accessible={true}
|
|
741
|
-
collapsable={false}
|
|
742
752
|
focusable={true}
|
|
743
753
|
onClick={[Function]}
|
|
744
754
|
onResponderGrant={[Function]}
|
|
@@ -748,14 +758,17 @@ Array [
|
|
|
748
758
|
onResponderTerminationRequest={[Function]}
|
|
749
759
|
onStartShouldSetResponder={[Function]}
|
|
750
760
|
style={
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
761
|
+
Array [
|
|
762
|
+
Object {
|
|
763
|
+
"alignItems": "center",
|
|
764
|
+
"backgroundColor": "#ffffff",
|
|
765
|
+
"borderRadius": 4,
|
|
766
|
+
"flexDirection": "row",
|
|
767
|
+
"opacity": 1,
|
|
768
|
+
"padding": 16,
|
|
769
|
+
},
|
|
770
|
+
undefined,
|
|
771
|
+
]
|
|
759
772
|
}
|
|
760
773
|
>
|
|
761
774
|
<View
|
|
@@ -999,7 +1012,6 @@ Array [
|
|
|
999
1012
|
}
|
|
1000
1013
|
}
|
|
1001
1014
|
accessible={true}
|
|
1002
|
-
collapsable={false}
|
|
1003
1015
|
focusable={true}
|
|
1004
1016
|
onClick={[Function]}
|
|
1005
1017
|
onResponderGrant={[Function]}
|
|
@@ -1009,14 +1021,17 @@ Array [
|
|
|
1009
1021
|
onResponderTerminationRequest={[Function]}
|
|
1010
1022
|
onStartShouldSetResponder={[Function]}
|
|
1011
1023
|
style={
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1024
|
+
Array [
|
|
1025
|
+
Object {
|
|
1026
|
+
"alignItems": "center",
|
|
1027
|
+
"backgroundColor": "#ffffff",
|
|
1028
|
+
"borderRadius": 4,
|
|
1029
|
+
"flexDirection": "row",
|
|
1030
|
+
"opacity": 1,
|
|
1031
|
+
"padding": 16,
|
|
1032
|
+
},
|
|
1033
|
+
undefined,
|
|
1034
|
+
]
|
|
1020
1035
|
}
|
|
1021
1036
|
>
|
|
1022
1037
|
<View
|
|
@@ -1144,7 +1159,6 @@ Array [
|
|
|
1144
1159
|
}
|
|
1145
1160
|
}
|
|
1146
1161
|
accessible={true}
|
|
1147
|
-
collapsable={false}
|
|
1148
1162
|
focusable={true}
|
|
1149
1163
|
onClick={[Function]}
|
|
1150
1164
|
onResponderGrant={[Function]}
|
|
@@ -1154,14 +1168,17 @@ Array [
|
|
|
1154
1168
|
onResponderTerminationRequest={[Function]}
|
|
1155
1169
|
onStartShouldSetResponder={[Function]}
|
|
1156
1170
|
style={
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1171
|
+
Array [
|
|
1172
|
+
Object {
|
|
1173
|
+
"alignItems": "center",
|
|
1174
|
+
"backgroundColor": "#ffffff",
|
|
1175
|
+
"borderRadius": 4,
|
|
1176
|
+
"flexDirection": "row",
|
|
1177
|
+
"opacity": 1,
|
|
1178
|
+
"padding": 16,
|
|
1179
|
+
},
|
|
1180
|
+
undefined,
|
|
1181
|
+
]
|
|
1165
1182
|
}
|
|
1166
1183
|
>
|
|
1167
1184
|
<View
|
|
@@ -1404,6 +1421,8 @@ Array [
|
|
|
1404
1421
|
Array [
|
|
1405
1422
|
Object {
|
|
1406
1423
|
"alignItems": "center",
|
|
1424
|
+
"backgroundColor": "#ffffff",
|
|
1425
|
+
"borderRadius": 8,
|
|
1407
1426
|
"flexDirection": "row",
|
|
1408
1427
|
"padding": 16,
|
|
1409
1428
|
},
|
|
@@ -1424,9 +1443,15 @@ Array [
|
|
|
1424
1443
|
"right": 0,
|
|
1425
1444
|
"top": 0,
|
|
1426
1445
|
},
|
|
1427
|
-
|
|
1446
|
+
Array [
|
|
1447
|
+
Object {
|
|
1448
|
+
"backgroundColor": "#ffffff",
|
|
1449
|
+
},
|
|
1450
|
+
undefined,
|
|
1451
|
+
],
|
|
1428
1452
|
]
|
|
1429
1453
|
}
|
|
1454
|
+
testID="text-input-border"
|
|
1430
1455
|
themeFocused={false}
|
|
1431
1456
|
themeVariant="filled"
|
|
1432
1457
|
/>
|
|
@@ -1443,9 +1468,12 @@ Array [
|
|
|
1443
1468
|
"top": -10,
|
|
1444
1469
|
"zIndex": 1,
|
|
1445
1470
|
},
|
|
1446
|
-
|
|
1471
|
+
Object {
|
|
1472
|
+
"backgroundColor": "#ffffff",
|
|
1473
|
+
},
|
|
1447
1474
|
]
|
|
1448
1475
|
}
|
|
1476
|
+
testID="label-container"
|
|
1449
1477
|
>
|
|
1450
1478
|
<Text
|
|
1451
1479
|
style={
|
|
@@ -1461,7 +1489,9 @@ Array [
|
|
|
1461
1489
|
Object {
|
|
1462
1490
|
"color": "#001f23",
|
|
1463
1491
|
},
|
|
1464
|
-
|
|
1492
|
+
Object {
|
|
1493
|
+
"backgroundColor": "#ffffff",
|
|
1494
|
+
},
|
|
1465
1495
|
],
|
|
1466
1496
|
]
|
|
1467
1497
|
}
|
|
@@ -1513,6 +1543,7 @@ Array [
|
|
|
1513
1543
|
"textAlignVertical": "center",
|
|
1514
1544
|
},
|
|
1515
1545
|
Object {
|
|
1546
|
+
"backgroundColor": "#ffffff",
|
|
1516
1547
|
"color": "#001f23",
|
|
1517
1548
|
},
|
|
1518
1549
|
]
|
|
@@ -1615,6 +1646,8 @@ Array [
|
|
|
1615
1646
|
Array [
|
|
1616
1647
|
Object {
|
|
1617
1648
|
"alignItems": "center",
|
|
1649
|
+
"backgroundColor": "#ffffff",
|
|
1650
|
+
"borderRadius": 8,
|
|
1618
1651
|
"flexDirection": "row",
|
|
1619
1652
|
"padding": 16,
|
|
1620
1653
|
},
|
|
@@ -1635,9 +1668,15 @@ Array [
|
|
|
1635
1668
|
"right": 0,
|
|
1636
1669
|
"top": 0,
|
|
1637
1670
|
},
|
|
1638
|
-
|
|
1671
|
+
Array [
|
|
1672
|
+
Object {
|
|
1673
|
+
"backgroundColor": "#ffffff",
|
|
1674
|
+
},
|
|
1675
|
+
undefined,
|
|
1676
|
+
],
|
|
1639
1677
|
]
|
|
1640
1678
|
}
|
|
1679
|
+
testID="text-input-border"
|
|
1641
1680
|
themeFocused={false}
|
|
1642
1681
|
themeVariant="filled"
|
|
1643
1682
|
/>
|
|
@@ -1654,9 +1693,12 @@ Array [
|
|
|
1654
1693
|
"top": -10,
|
|
1655
1694
|
"zIndex": 1,
|
|
1656
1695
|
},
|
|
1657
|
-
|
|
1696
|
+
Object {
|
|
1697
|
+
"backgroundColor": "#ffffff",
|
|
1698
|
+
},
|
|
1658
1699
|
]
|
|
1659
1700
|
}
|
|
1701
|
+
testID="label-container"
|
|
1660
1702
|
>
|
|
1661
1703
|
<Text
|
|
1662
1704
|
style={
|
|
@@ -1672,7 +1714,9 @@ Array [
|
|
|
1672
1714
|
Object {
|
|
1673
1715
|
"color": "#001f23",
|
|
1674
1716
|
},
|
|
1675
|
-
|
|
1717
|
+
Object {
|
|
1718
|
+
"backgroundColor": "#ffffff",
|
|
1719
|
+
},
|
|
1676
1720
|
],
|
|
1677
1721
|
]
|
|
1678
1722
|
}
|
|
@@ -1724,6 +1768,7 @@ Array [
|
|
|
1724
1768
|
"textAlignVertical": "center",
|
|
1725
1769
|
},
|
|
1726
1770
|
Object {
|
|
1771
|
+
"backgroundColor": "#ffffff",
|
|
1727
1772
|
"color": "#001f23",
|
|
1728
1773
|
},
|
|
1729
1774
|
]
|
|
@@ -2101,7 +2146,6 @@ Array [
|
|
|
2101
2146
|
}
|
|
2102
2147
|
}
|
|
2103
2148
|
accessible={true}
|
|
2104
|
-
collapsable={false}
|
|
2105
2149
|
focusable={true}
|
|
2106
2150
|
onClick={[Function]}
|
|
2107
2151
|
onResponderGrant={[Function]}
|
|
@@ -2111,14 +2155,17 @@ Array [
|
|
|
2111
2155
|
onResponderTerminationRequest={[Function]}
|
|
2112
2156
|
onStartShouldSetResponder={[Function]}
|
|
2113
2157
|
style={
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2158
|
+
Array [
|
|
2159
|
+
Object {
|
|
2160
|
+
"alignItems": "center",
|
|
2161
|
+
"backgroundColor": "#ece8ef",
|
|
2162
|
+
"borderRadius": 4,
|
|
2163
|
+
"flexDirection": "row",
|
|
2164
|
+
"opacity": 1,
|
|
2165
|
+
"padding": 16,
|
|
2166
|
+
},
|
|
2167
|
+
undefined,
|
|
2168
|
+
]
|
|
2122
2169
|
}
|
|
2123
2170
|
>
|
|
2124
2171
|
<View
|
|
@@ -2253,7 +2300,6 @@ Array [
|
|
|
2253
2300
|
}
|
|
2254
2301
|
}
|
|
2255
2302
|
accessible={true}
|
|
2256
|
-
collapsable={false}
|
|
2257
2303
|
focusable={true}
|
|
2258
2304
|
onClick={[Function]}
|
|
2259
2305
|
onResponderGrant={[Function]}
|
|
@@ -2263,14 +2309,17 @@ Array [
|
|
|
2263
2309
|
onResponderTerminationRequest={[Function]}
|
|
2264
2310
|
onStartShouldSetResponder={[Function]}
|
|
2265
2311
|
style={
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2312
|
+
Array [
|
|
2313
|
+
Object {
|
|
2314
|
+
"alignItems": "center",
|
|
2315
|
+
"backgroundColor": "#ece8ef",
|
|
2316
|
+
"borderRadius": 4,
|
|
2317
|
+
"flexDirection": "row",
|
|
2318
|
+
"opacity": 1,
|
|
2319
|
+
"padding": 16,
|
|
2320
|
+
},
|
|
2321
|
+
undefined,
|
|
2322
|
+
]
|
|
2274
2323
|
}
|
|
2275
2324
|
>
|
|
2276
2325
|
<View
|
|
@@ -2405,7 +2454,6 @@ Array [
|
|
|
2405
2454
|
}
|
|
2406
2455
|
}
|
|
2407
2456
|
accessible={true}
|
|
2408
|
-
collapsable={false}
|
|
2409
2457
|
focusable={true}
|
|
2410
2458
|
onClick={[Function]}
|
|
2411
2459
|
onResponderGrant={[Function]}
|
|
@@ -2415,14 +2463,17 @@ Array [
|
|
|
2415
2463
|
onResponderTerminationRequest={[Function]}
|
|
2416
2464
|
onStartShouldSetResponder={[Function]}
|
|
2417
2465
|
style={
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2466
|
+
Array [
|
|
2467
|
+
Object {
|
|
2468
|
+
"alignItems": "center",
|
|
2469
|
+
"backgroundColor": "#ffffff",
|
|
2470
|
+
"borderRadius": 4,
|
|
2471
|
+
"flexDirection": "row",
|
|
2472
|
+
"opacity": 1,
|
|
2473
|
+
"padding": 16,
|
|
2474
|
+
},
|
|
2475
|
+
undefined,
|
|
2476
|
+
]
|
|
2426
2477
|
}
|
|
2427
2478
|
>
|
|
2428
2479
|
<View
|
|
@@ -2530,7 +2581,6 @@ Array [
|
|
|
2530
2581
|
}
|
|
2531
2582
|
}
|
|
2532
2583
|
accessible={true}
|
|
2533
|
-
collapsable={false}
|
|
2534
2584
|
focusable={true}
|
|
2535
2585
|
onClick={[Function]}
|
|
2536
2586
|
onResponderGrant={[Function]}
|
|
@@ -2540,14 +2590,17 @@ Array [
|
|
|
2540
2590
|
onResponderTerminationRequest={[Function]}
|
|
2541
2591
|
onStartShouldSetResponder={[Function]}
|
|
2542
2592
|
style={
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2593
|
+
Array [
|
|
2594
|
+
Object {
|
|
2595
|
+
"alignItems": "center",
|
|
2596
|
+
"backgroundColor": "#ffffff",
|
|
2597
|
+
"borderRadius": 4,
|
|
2598
|
+
"flexDirection": "row",
|
|
2599
|
+
"opacity": 1,
|
|
2600
|
+
"padding": 16,
|
|
2601
|
+
},
|
|
2602
|
+
undefined,
|
|
2603
|
+
]
|
|
2551
2604
|
}
|
|
2552
2605
|
>
|
|
2553
2606
|
<View
|
|
@@ -2655,7 +2708,6 @@ Array [
|
|
|
2655
2708
|
}
|
|
2656
2709
|
}
|
|
2657
2710
|
accessible={true}
|
|
2658
|
-
collapsable={false}
|
|
2659
2711
|
focusable={true}
|
|
2660
2712
|
onClick={[Function]}
|
|
2661
2713
|
onResponderGrant={[Function]}
|
|
@@ -2665,14 +2717,17 @@ Array [
|
|
|
2665
2717
|
onResponderTerminationRequest={[Function]}
|
|
2666
2718
|
onStartShouldSetResponder={[Function]}
|
|
2667
2719
|
style={
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2720
|
+
Array [
|
|
2721
|
+
Object {
|
|
2722
|
+
"alignItems": "center",
|
|
2723
|
+
"backgroundColor": "#ffffff",
|
|
2724
|
+
"borderRadius": 4,
|
|
2725
|
+
"flexDirection": "row",
|
|
2726
|
+
"opacity": 1,
|
|
2727
|
+
"padding": 16,
|
|
2728
|
+
},
|
|
2729
|
+
undefined,
|
|
2730
|
+
]
|
|
2676
2731
|
}
|
|
2677
2732
|
>
|
|
2678
2733
|
<View
|
|
@@ -2780,7 +2835,6 @@ Array [
|
|
|
2780
2835
|
}
|
|
2781
2836
|
}
|
|
2782
2837
|
accessible={true}
|
|
2783
|
-
collapsable={false}
|
|
2784
2838
|
focusable={true}
|
|
2785
2839
|
onClick={[Function]}
|
|
2786
2840
|
onResponderGrant={[Function]}
|
|
@@ -2790,14 +2844,17 @@ Array [
|
|
|
2790
2844
|
onResponderTerminationRequest={[Function]}
|
|
2791
2845
|
onStartShouldSetResponder={[Function]}
|
|
2792
2846
|
style={
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2847
|
+
Array [
|
|
2848
|
+
Object {
|
|
2849
|
+
"alignItems": "center",
|
|
2850
|
+
"backgroundColor": "#ffffff",
|
|
2851
|
+
"borderRadius": 4,
|
|
2852
|
+
"flexDirection": "row",
|
|
2853
|
+
"opacity": 1,
|
|
2854
|
+
"padding": 16,
|
|
2855
|
+
},
|
|
2856
|
+
undefined,
|
|
2857
|
+
]
|
|
2801
2858
|
}
|
|
2802
2859
|
>
|
|
2803
2860
|
<View
|
|
@@ -2906,7 +2963,6 @@ Array [
|
|
|
2906
2963
|
}
|
|
2907
2964
|
}
|
|
2908
2965
|
accessible={true}
|
|
2909
|
-
collapsable={false}
|
|
2910
2966
|
focusable={true}
|
|
2911
2967
|
onClick={[Function]}
|
|
2912
2968
|
onResponderGrant={[Function]}
|
|
@@ -2916,14 +2972,17 @@ Array [
|
|
|
2916
2972
|
onResponderTerminationRequest={[Function]}
|
|
2917
2973
|
onStartShouldSetResponder={[Function]}
|
|
2918
2974
|
style={
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2975
|
+
Array [
|
|
2976
|
+
Object {
|
|
2977
|
+
"alignItems": "center",
|
|
2978
|
+
"backgroundColor": "#ffffff",
|
|
2979
|
+
"borderRadius": 4,
|
|
2980
|
+
"flexDirection": "row",
|
|
2981
|
+
"opacity": 0.38,
|
|
2982
|
+
"padding": 16,
|
|
2983
|
+
},
|
|
2984
|
+
undefined,
|
|
2985
|
+
]
|
|
2927
2986
|
}
|
|
2928
2987
|
>
|
|
2929
2988
|
<View
|
|
@@ -3148,6 +3207,8 @@ Array [
|
|
|
3148
3207
|
Array [
|
|
3149
3208
|
Object {
|
|
3150
3209
|
"alignItems": "center",
|
|
3210
|
+
"backgroundColor": "#ffffff",
|
|
3211
|
+
"borderRadius": 8,
|
|
3151
3212
|
"flexDirection": "row",
|
|
3152
3213
|
"padding": 16,
|
|
3153
3214
|
},
|
|
@@ -3168,9 +3229,15 @@ Array [
|
|
|
3168
3229
|
"right": 0,
|
|
3169
3230
|
"top": 0,
|
|
3170
3231
|
},
|
|
3171
|
-
|
|
3232
|
+
Array [
|
|
3233
|
+
Object {
|
|
3234
|
+
"backgroundColor": "#ffffff",
|
|
3235
|
+
},
|
|
3236
|
+
undefined,
|
|
3237
|
+
],
|
|
3172
3238
|
]
|
|
3173
3239
|
}
|
|
3240
|
+
testID="text-input-border"
|
|
3174
3241
|
themeFocused={false}
|
|
3175
3242
|
themeVariant="readonly"
|
|
3176
3243
|
/>
|
|
@@ -3187,9 +3254,12 @@ Array [
|
|
|
3187
3254
|
"top": -10,
|
|
3188
3255
|
"zIndex": 1,
|
|
3189
3256
|
},
|
|
3190
|
-
|
|
3257
|
+
Object {
|
|
3258
|
+
"backgroundColor": "#ffffff",
|
|
3259
|
+
},
|
|
3191
3260
|
]
|
|
3192
3261
|
}
|
|
3262
|
+
testID="label-container"
|
|
3193
3263
|
>
|
|
3194
3264
|
<Text
|
|
3195
3265
|
style={
|
|
@@ -3205,7 +3275,9 @@ Array [
|
|
|
3205
3275
|
Object {
|
|
3206
3276
|
"color": "#808f91",
|
|
3207
3277
|
},
|
|
3208
|
-
|
|
3278
|
+
Object {
|
|
3279
|
+
"backgroundColor": "#ffffff",
|
|
3280
|
+
},
|
|
3209
3281
|
],
|
|
3210
3282
|
]
|
|
3211
3283
|
}
|
|
@@ -3257,6 +3329,7 @@ Array [
|
|
|
3257
3329
|
"textAlignVertical": "center",
|
|
3258
3330
|
},
|
|
3259
3331
|
Object {
|
|
3332
|
+
"backgroundColor": "#ffffff",
|
|
3260
3333
|
"color": "#001f23",
|
|
3261
3334
|
},
|
|
3262
3335
|
]
|
|
@@ -3372,6 +3445,8 @@ Array [
|
|
|
3372
3445
|
Array [
|
|
3373
3446
|
Object {
|
|
3374
3447
|
"alignItems": "center",
|
|
3448
|
+
"backgroundColor": "#ffffff",
|
|
3449
|
+
"borderRadius": 8,
|
|
3375
3450
|
"flexDirection": "row",
|
|
3376
3451
|
"padding": 16,
|
|
3377
3452
|
},
|
|
@@ -3392,9 +3467,15 @@ Array [
|
|
|
3392
3467
|
"right": 0,
|
|
3393
3468
|
"top": 0,
|
|
3394
3469
|
},
|
|
3395
|
-
|
|
3470
|
+
Array [
|
|
3471
|
+
Object {
|
|
3472
|
+
"backgroundColor": "#ffffff",
|
|
3473
|
+
},
|
|
3474
|
+
undefined,
|
|
3475
|
+
],
|
|
3396
3476
|
]
|
|
3397
3477
|
}
|
|
3478
|
+
testID="text-input-border"
|
|
3398
3479
|
themeFocused={false}
|
|
3399
3480
|
themeVariant="filled"
|
|
3400
3481
|
/>
|
|
@@ -3411,9 +3492,12 @@ Array [
|
|
|
3411
3492
|
"top": -10,
|
|
3412
3493
|
"zIndex": 1,
|
|
3413
3494
|
},
|
|
3414
|
-
|
|
3495
|
+
Object {
|
|
3496
|
+
"backgroundColor": "#ffffff",
|
|
3497
|
+
},
|
|
3415
3498
|
]
|
|
3416
3499
|
}
|
|
3500
|
+
testID="label-container"
|
|
3417
3501
|
>
|
|
3418
3502
|
<Text
|
|
3419
3503
|
style={
|
|
@@ -3429,7 +3513,9 @@ Array [
|
|
|
3429
3513
|
Object {
|
|
3430
3514
|
"color": "#001f23",
|
|
3431
3515
|
},
|
|
3432
|
-
|
|
3516
|
+
Object {
|
|
3517
|
+
"backgroundColor": "#ffffff",
|
|
3518
|
+
},
|
|
3433
3519
|
],
|
|
3434
3520
|
]
|
|
3435
3521
|
}
|
|
@@ -3481,6 +3567,7 @@ Array [
|
|
|
3481
3567
|
"textAlignVertical": "center",
|
|
3482
3568
|
},
|
|
3483
3569
|
Object {
|
|
3570
|
+
"backgroundColor": "#ffffff",
|
|
3484
3571
|
"color": "#001f23",
|
|
3485
3572
|
},
|
|
3486
3573
|
]
|
|
@@ -3900,7 +3987,6 @@ Array [
|
|
|
3900
3987
|
}
|
|
3901
3988
|
}
|
|
3902
3989
|
accessible={true}
|
|
3903
|
-
collapsable={false}
|
|
3904
3990
|
focusable={true}
|
|
3905
3991
|
onClick={[Function]}
|
|
3906
3992
|
onResponderGrant={[Function]}
|
|
@@ -3910,14 +3996,17 @@ Array [
|
|
|
3910
3996
|
onResponderTerminationRequest={[Function]}
|
|
3911
3997
|
onStartShouldSetResponder={[Function]}
|
|
3912
3998
|
style={
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3999
|
+
Array [
|
|
4000
|
+
Object {
|
|
4001
|
+
"alignItems": "center",
|
|
4002
|
+
"backgroundColor": "#ffffff",
|
|
4003
|
+
"borderRadius": 4,
|
|
4004
|
+
"flexDirection": "row",
|
|
4005
|
+
"opacity": 1,
|
|
4006
|
+
"padding": 16,
|
|
4007
|
+
},
|
|
4008
|
+
undefined,
|
|
4009
|
+
]
|
|
3921
4010
|
}
|
|
3922
4011
|
>
|
|
3923
4012
|
<View
|
|
@@ -4123,7 +4212,6 @@ Array [
|
|
|
4123
4212
|
}
|
|
4124
4213
|
}
|
|
4125
4214
|
accessible={true}
|
|
4126
|
-
collapsable={false}
|
|
4127
4215
|
focusable={true}
|
|
4128
4216
|
onClick={[Function]}
|
|
4129
4217
|
onResponderGrant={[Function]}
|
|
@@ -4133,14 +4221,17 @@ Array [
|
|
|
4133
4221
|
onResponderTerminationRequest={[Function]}
|
|
4134
4222
|
onStartShouldSetResponder={[Function]}
|
|
4135
4223
|
style={
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4224
|
+
Array [
|
|
4225
|
+
Object {
|
|
4226
|
+
"alignItems": "center",
|
|
4227
|
+
"backgroundColor": "#ece8ef",
|
|
4228
|
+
"borderRadius": 4,
|
|
4229
|
+
"flexDirection": "row",
|
|
4230
|
+
"opacity": 1,
|
|
4231
|
+
"padding": 16,
|
|
4232
|
+
},
|
|
4233
|
+
undefined,
|
|
4234
|
+
]
|
|
4144
4235
|
}
|
|
4145
4236
|
>
|
|
4146
4237
|
<View
|
|
@@ -4265,7 +4356,6 @@ Array [
|
|
|
4265
4356
|
}
|
|
4266
4357
|
}
|
|
4267
4358
|
accessible={true}
|
|
4268
|
-
collapsable={false}
|
|
4269
4359
|
focusable={true}
|
|
4270
4360
|
onClick={[Function]}
|
|
4271
4361
|
onResponderGrant={[Function]}
|
|
@@ -4275,14 +4365,17 @@ Array [
|
|
|
4275
4365
|
onResponderTerminationRequest={[Function]}
|
|
4276
4366
|
onStartShouldSetResponder={[Function]}
|
|
4277
4367
|
style={
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4368
|
+
Array [
|
|
4369
|
+
Object {
|
|
4370
|
+
"alignItems": "center",
|
|
4371
|
+
"backgroundColor": "#ece8ef",
|
|
4372
|
+
"borderRadius": 4,
|
|
4373
|
+
"flexDirection": "row",
|
|
4374
|
+
"opacity": 1,
|
|
4375
|
+
"padding": 16,
|
|
4376
|
+
},
|
|
4377
|
+
undefined,
|
|
4378
|
+
]
|
|
4286
4379
|
}
|
|
4287
4380
|
>
|
|
4288
4381
|
<View
|