@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
|
@@ -4,19 +4,19 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
4
4
|
<View
|
|
5
5
|
pointerEvents="auto"
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
[
|
|
8
|
+
{
|
|
9
9
|
"marginTop": 8,
|
|
10
10
|
"width": "100%",
|
|
11
11
|
},
|
|
12
|
-
|
|
12
|
+
{},
|
|
13
13
|
]
|
|
14
14
|
}
|
|
15
15
|
>
|
|
16
16
|
<View
|
|
17
17
|
style={
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
[
|
|
19
|
+
{
|
|
20
20
|
"alignItems": "center",
|
|
21
21
|
"backgroundColor": "#ffffff",
|
|
22
22
|
"borderRadius": 8,
|
|
@@ -29,8 +29,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
29
29
|
>
|
|
30
30
|
<View
|
|
31
31
|
style={
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
[
|
|
33
|
+
{
|
|
34
34
|
"borderColor": "#001f23",
|
|
35
35
|
"borderRadius": 8,
|
|
36
36
|
"borderWidth": 1,
|
|
@@ -40,8 +40,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
40
40
|
"right": 0,
|
|
41
41
|
"top": 0,
|
|
42
42
|
},
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
[
|
|
44
|
+
{
|
|
45
45
|
"backgroundColor": "#f6f6f7",
|
|
46
46
|
},
|
|
47
47
|
undefined,
|
|
@@ -55,8 +55,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
55
55
|
<View
|
|
56
56
|
pointerEvents="none"
|
|
57
57
|
style={
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
[
|
|
59
|
+
{
|
|
60
60
|
"backgroundColor": "#ffffff",
|
|
61
61
|
"flexDirection": "row",
|
|
62
62
|
"left": 16,
|
|
@@ -65,7 +65,7 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
65
65
|
"top": -4,
|
|
66
66
|
"zIndex": 1,
|
|
67
67
|
},
|
|
68
|
-
|
|
68
|
+
{
|
|
69
69
|
"backgroundColor": "#f6f6f7",
|
|
70
70
|
},
|
|
71
71
|
]
|
|
@@ -75,16 +75,16 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
75
75
|
<Text
|
|
76
76
|
allowFontScaling={false}
|
|
77
77
|
style={
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
[
|
|
79
|
+
{
|
|
80
80
|
"color": "#001f23",
|
|
81
81
|
"fontFamily": "BeVietnamPro-Regular",
|
|
82
82
|
"fontSize": 12,
|
|
83
83
|
"letterSpacing": 0.48,
|
|
84
84
|
"lineHeight": 16,
|
|
85
85
|
},
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
[
|
|
87
|
+
{
|
|
88
88
|
"color": "#cb300a",
|
|
89
89
|
"lineHeight": 12,
|
|
90
90
|
},
|
|
@@ -101,20 +101,20 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
101
101
|
<Text
|
|
102
102
|
allowFontScaling={false}
|
|
103
103
|
style={
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
[
|
|
105
|
+
{
|
|
106
106
|
"color": "#001f23",
|
|
107
107
|
"fontFamily": "BeVietnamPro-Regular",
|
|
108
108
|
"fontSize": 12,
|
|
109
109
|
"letterSpacing": 0.48,
|
|
110
110
|
"lineHeight": 16,
|
|
111
111
|
},
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
[
|
|
113
|
+
{
|
|
114
114
|
"color": "#001f23",
|
|
115
115
|
"lineHeight": 12,
|
|
116
116
|
},
|
|
117
|
-
|
|
117
|
+
{
|
|
118
118
|
"backgroundColor": "#f6f6f7",
|
|
119
119
|
},
|
|
120
120
|
],
|
|
@@ -131,8 +131,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
131
131
|
<HeroIcon
|
|
132
132
|
name="dollar-sign"
|
|
133
133
|
style={
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
[
|
|
135
|
+
{
|
|
136
136
|
"color": "#001f23",
|
|
137
137
|
"fontSize": 16,
|
|
138
138
|
},
|
|
@@ -145,8 +145,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
145
145
|
/>
|
|
146
146
|
<View
|
|
147
147
|
style={
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
[
|
|
149
|
+
{
|
|
150
150
|
"alignItems": "center",
|
|
151
151
|
"alignSelf": "stretch",
|
|
152
152
|
"flexDirection": "row",
|
|
@@ -159,7 +159,7 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
159
159
|
>
|
|
160
160
|
<TextInput
|
|
161
161
|
accessibilityState={
|
|
162
|
-
|
|
162
|
+
{
|
|
163
163
|
"disabled": false,
|
|
164
164
|
}
|
|
165
165
|
}
|
|
@@ -172,8 +172,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
172
172
|
onFocus={[Function]}
|
|
173
173
|
placeholder=" "
|
|
174
174
|
style={
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
[
|
|
176
|
+
{
|
|
177
177
|
"alignSelf": "stretch",
|
|
178
178
|
"flexGrow": 2,
|
|
179
179
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -184,7 +184,7 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
184
184
|
"paddingVertical": 0,
|
|
185
185
|
"textAlignVertical": "center",
|
|
186
186
|
},
|
|
187
|
-
|
|
187
|
+
{
|
|
188
188
|
"backgroundColor": "#f6f6f7",
|
|
189
189
|
"color": "#001f23",
|
|
190
190
|
},
|
|
@@ -198,8 +198,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
198
198
|
</View>
|
|
199
199
|
<View
|
|
200
200
|
style={
|
|
201
|
-
|
|
202
|
-
|
|
201
|
+
[
|
|
202
|
+
{
|
|
203
203
|
"minHeight": 16,
|
|
204
204
|
"paddingLeft": 16,
|
|
205
205
|
"paddingTop": 2,
|
|
@@ -210,8 +210,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
210
210
|
>
|
|
211
211
|
<View
|
|
212
212
|
style={
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
[
|
|
214
|
+
{
|
|
215
215
|
"flexDirection": "row",
|
|
216
216
|
"justifyContent": "space-between",
|
|
217
217
|
},
|
|
@@ -222,8 +222,8 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
222
222
|
<Text
|
|
223
223
|
allowFontScaling={false}
|
|
224
224
|
style={
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
[
|
|
226
|
+
{
|
|
227
227
|
"color": "#001f23",
|
|
228
228
|
"fontFamily": "BeVietnamPro-Regular",
|
|
229
229
|
"fontSize": 12,
|
|
@@ -241,16 +241,16 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
241
241
|
<Text
|
|
242
242
|
allowFontScaling={false}
|
|
243
243
|
style={
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
[
|
|
245
|
+
{
|
|
246
246
|
"color": "#001f23",
|
|
247
247
|
"fontFamily": "BeVietnamPro-Regular",
|
|
248
248
|
"fontSize": 12,
|
|
249
249
|
"letterSpacing": 0.48,
|
|
250
250
|
"lineHeight": 16,
|
|
251
251
|
},
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
[
|
|
253
|
+
{
|
|
254
254
|
"alignSelf": "flex-end",
|
|
255
255
|
"color": "#001f23",
|
|
256
256
|
"flex": 1,
|
|
@@ -279,8 +279,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
279
279
|
<View
|
|
280
280
|
pointerEvents="auto"
|
|
281
281
|
style={
|
|
282
|
-
|
|
283
|
-
|
|
282
|
+
[
|
|
283
|
+
{
|
|
284
284
|
"marginTop": 8,
|
|
285
285
|
"width": "100%",
|
|
286
286
|
},
|
|
@@ -290,8 +290,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
290
290
|
>
|
|
291
291
|
<View
|
|
292
292
|
style={
|
|
293
|
-
|
|
294
|
-
|
|
293
|
+
[
|
|
294
|
+
{
|
|
295
295
|
"alignItems": "center",
|
|
296
296
|
"backgroundColor": "#ffffff",
|
|
297
297
|
"borderRadius": 8,
|
|
@@ -304,8 +304,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
304
304
|
>
|
|
305
305
|
<View
|
|
306
306
|
style={
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
[
|
|
308
|
+
{
|
|
309
309
|
"borderColor": "#001f23",
|
|
310
310
|
"borderRadius": 8,
|
|
311
311
|
"borderWidth": 1,
|
|
@@ -315,8 +315,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
315
315
|
"right": 0,
|
|
316
316
|
"top": 0,
|
|
317
317
|
},
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
[
|
|
319
|
+
{
|
|
320
320
|
"backgroundColor": "#ffffff",
|
|
321
321
|
},
|
|
322
322
|
undefined,
|
|
@@ -330,8 +330,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
330
330
|
<View
|
|
331
331
|
pointerEvents="none"
|
|
332
332
|
style={
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
[
|
|
334
|
+
{
|
|
335
335
|
"backgroundColor": "#ffffff",
|
|
336
336
|
"flexDirection": "row",
|
|
337
337
|
"left": 16,
|
|
@@ -340,7 +340,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
340
340
|
"top": -4,
|
|
341
341
|
"zIndex": 1,
|
|
342
342
|
},
|
|
343
|
-
|
|
343
|
+
{
|
|
344
344
|
"backgroundColor": "#ffffff",
|
|
345
345
|
},
|
|
346
346
|
]
|
|
@@ -350,16 +350,16 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
350
350
|
<Text
|
|
351
351
|
allowFontScaling={false}
|
|
352
352
|
style={
|
|
353
|
-
|
|
354
|
-
|
|
353
|
+
[
|
|
354
|
+
{
|
|
355
355
|
"color": "#001f23",
|
|
356
356
|
"fontFamily": "BeVietnamPro-Regular",
|
|
357
357
|
"fontSize": 12,
|
|
358
358
|
"letterSpacing": 0.48,
|
|
359
359
|
"lineHeight": 16,
|
|
360
360
|
},
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
[
|
|
362
|
+
{
|
|
363
363
|
"color": "#cb300a",
|
|
364
364
|
"lineHeight": 12,
|
|
365
365
|
},
|
|
@@ -376,20 +376,20 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
376
376
|
<Text
|
|
377
377
|
allowFontScaling={false}
|
|
378
378
|
style={
|
|
379
|
-
|
|
380
|
-
|
|
379
|
+
[
|
|
380
|
+
{
|
|
381
381
|
"color": "#001f23",
|
|
382
382
|
"fontFamily": "BeVietnamPro-Regular",
|
|
383
383
|
"fontSize": 12,
|
|
384
384
|
"letterSpacing": 0.48,
|
|
385
385
|
"lineHeight": 16,
|
|
386
386
|
},
|
|
387
|
-
|
|
388
|
-
|
|
387
|
+
[
|
|
388
|
+
{
|
|
389
389
|
"color": "#001f23",
|
|
390
390
|
"lineHeight": 12,
|
|
391
391
|
},
|
|
392
|
-
|
|
392
|
+
{
|
|
393
393
|
"backgroundColor": "#ffffff",
|
|
394
394
|
},
|
|
395
395
|
],
|
|
@@ -406,8 +406,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
406
406
|
<HeroIcon
|
|
407
407
|
name="dollar-sign"
|
|
408
408
|
style={
|
|
409
|
-
|
|
410
|
-
|
|
409
|
+
[
|
|
410
|
+
{
|
|
411
411
|
"color": "#001f23",
|
|
412
412
|
"fontSize": 16,
|
|
413
413
|
},
|
|
@@ -420,8 +420,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
420
420
|
/>
|
|
421
421
|
<View
|
|
422
422
|
style={
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
[
|
|
424
|
+
{
|
|
425
425
|
"alignItems": "center",
|
|
426
426
|
"alignSelf": "stretch",
|
|
427
427
|
"flexDirection": "row",
|
|
@@ -434,7 +434,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
434
434
|
>
|
|
435
435
|
<TextInput
|
|
436
436
|
accessibilityState={
|
|
437
|
-
|
|
437
|
+
{
|
|
438
438
|
"disabled": false,
|
|
439
439
|
}
|
|
440
440
|
}
|
|
@@ -447,8 +447,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
447
447
|
onFocus={[Function]}
|
|
448
448
|
placeholder=" "
|
|
449
449
|
style={
|
|
450
|
-
|
|
451
|
-
|
|
450
|
+
[
|
|
451
|
+
{
|
|
452
452
|
"alignSelf": "stretch",
|
|
453
453
|
"flexGrow": 2,
|
|
454
454
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -459,7 +459,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
459
459
|
"paddingVertical": 0,
|
|
460
460
|
"textAlignVertical": "center",
|
|
461
461
|
},
|
|
462
|
-
|
|
462
|
+
{
|
|
463
463
|
"backgroundColor": "#ffffff",
|
|
464
464
|
"color": "#001f23",
|
|
465
465
|
},
|
|
@@ -472,8 +472,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
472
472
|
</View>
|
|
473
473
|
<View
|
|
474
474
|
style={
|
|
475
|
-
|
|
476
|
-
|
|
475
|
+
[
|
|
476
|
+
{
|
|
477
477
|
"minHeight": 16,
|
|
478
478
|
"paddingLeft": 16,
|
|
479
479
|
"paddingTop": 2,
|
|
@@ -484,8 +484,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
484
484
|
>
|
|
485
485
|
<View
|
|
486
486
|
style={
|
|
487
|
-
|
|
488
|
-
|
|
487
|
+
[
|
|
488
|
+
{
|
|
489
489
|
"flexDirection": "row",
|
|
490
490
|
"justifyContent": "space-between",
|
|
491
491
|
},
|
|
@@ -496,8 +496,8 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
496
496
|
<Text
|
|
497
497
|
allowFontScaling={false}
|
|
498
498
|
style={
|
|
499
|
-
|
|
500
|
-
|
|
499
|
+
[
|
|
500
|
+
{
|
|
501
501
|
"color": "#001f23",
|
|
502
502
|
"fontFamily": "BeVietnamPro-Regular",
|
|
503
503
|
"fontSize": 12,
|
|
@@ -515,16 +515,16 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
515
515
|
<Text
|
|
516
516
|
allowFontScaling={false}
|
|
517
517
|
style={
|
|
518
|
-
|
|
519
|
-
|
|
518
|
+
[
|
|
519
|
+
{
|
|
520
520
|
"color": "#001f23",
|
|
521
521
|
"fontFamily": "BeVietnamPro-Regular",
|
|
522
522
|
"fontSize": 12,
|
|
523
523
|
"letterSpacing": 0.48,
|
|
524
524
|
"lineHeight": 16,
|
|
525
525
|
},
|
|
526
|
-
|
|
527
|
-
|
|
526
|
+
[
|
|
527
|
+
{
|
|
528
528
|
"alignSelf": "flex-end",
|
|
529
529
|
"color": "#001f23",
|
|
530
530
|
"flex": 1,
|
|
@@ -553,8 +553,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
553
553
|
<View
|
|
554
554
|
pointerEvents="auto"
|
|
555
555
|
style={
|
|
556
|
-
|
|
557
|
-
|
|
556
|
+
[
|
|
557
|
+
{
|
|
558
558
|
"marginTop": 8,
|
|
559
559
|
"width": "100%",
|
|
560
560
|
},
|
|
@@ -564,8 +564,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
564
564
|
>
|
|
565
565
|
<View
|
|
566
566
|
style={
|
|
567
|
-
|
|
568
|
-
|
|
567
|
+
[
|
|
568
|
+
{
|
|
569
569
|
"alignItems": "center",
|
|
570
570
|
"backgroundColor": "#ffffff",
|
|
571
571
|
"borderRadius": 8,
|
|
@@ -578,8 +578,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
578
578
|
>
|
|
579
579
|
<View
|
|
580
580
|
style={
|
|
581
|
-
|
|
582
|
-
|
|
581
|
+
[
|
|
582
|
+
{
|
|
583
583
|
"borderColor": "#001f23",
|
|
584
584
|
"borderRadius": 8,
|
|
585
585
|
"borderWidth": 1,
|
|
@@ -589,8 +589,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
589
589
|
"right": 0,
|
|
590
590
|
"top": 0,
|
|
591
591
|
},
|
|
592
|
-
|
|
593
|
-
|
|
592
|
+
[
|
|
593
|
+
{
|
|
594
594
|
"backgroundColor": "#ffffff",
|
|
595
595
|
},
|
|
596
596
|
undefined,
|
|
@@ -604,8 +604,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
604
604
|
<View
|
|
605
605
|
pointerEvents="none"
|
|
606
606
|
style={
|
|
607
|
-
|
|
608
|
-
|
|
607
|
+
[
|
|
608
|
+
{
|
|
609
609
|
"backgroundColor": "#ffffff",
|
|
610
610
|
"flexDirection": "row",
|
|
611
611
|
"left": 16,
|
|
@@ -614,7 +614,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
614
614
|
"top": -4,
|
|
615
615
|
"zIndex": 1,
|
|
616
616
|
},
|
|
617
|
-
|
|
617
|
+
{
|
|
618
618
|
"backgroundColor": "#ffffff",
|
|
619
619
|
},
|
|
620
620
|
]
|
|
@@ -624,16 +624,16 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
624
624
|
<Text
|
|
625
625
|
allowFontScaling={false}
|
|
626
626
|
style={
|
|
627
|
-
|
|
628
|
-
|
|
627
|
+
[
|
|
628
|
+
{
|
|
629
629
|
"color": "#001f23",
|
|
630
630
|
"fontFamily": "BeVietnamPro-Regular",
|
|
631
631
|
"fontSize": 12,
|
|
632
632
|
"letterSpacing": 0.48,
|
|
633
633
|
"lineHeight": 16,
|
|
634
634
|
},
|
|
635
|
-
|
|
636
|
-
|
|
635
|
+
[
|
|
636
|
+
{
|
|
637
637
|
"color": "#cb300a",
|
|
638
638
|
"lineHeight": 12,
|
|
639
639
|
},
|
|
@@ -650,20 +650,20 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
650
650
|
<Text
|
|
651
651
|
allowFontScaling={false}
|
|
652
652
|
style={
|
|
653
|
-
|
|
654
|
-
|
|
653
|
+
[
|
|
654
|
+
{
|
|
655
655
|
"color": "#001f23",
|
|
656
656
|
"fontFamily": "BeVietnamPro-Regular",
|
|
657
657
|
"fontSize": 12,
|
|
658
658
|
"letterSpacing": 0.48,
|
|
659
659
|
"lineHeight": 16,
|
|
660
660
|
},
|
|
661
|
-
|
|
662
|
-
|
|
661
|
+
[
|
|
662
|
+
{
|
|
663
663
|
"color": "#001f23",
|
|
664
664
|
"lineHeight": 12,
|
|
665
665
|
},
|
|
666
|
-
|
|
666
|
+
{
|
|
667
667
|
"backgroundColor": "#ffffff",
|
|
668
668
|
},
|
|
669
669
|
],
|
|
@@ -680,8 +680,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
680
680
|
<HeroIcon
|
|
681
681
|
name="dollar-sign"
|
|
682
682
|
style={
|
|
683
|
-
|
|
684
|
-
|
|
683
|
+
[
|
|
684
|
+
{
|
|
685
685
|
"color": "#001f23",
|
|
686
686
|
"fontSize": 16,
|
|
687
687
|
},
|
|
@@ -694,8 +694,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
694
694
|
/>
|
|
695
695
|
<View
|
|
696
696
|
style={
|
|
697
|
-
|
|
698
|
-
|
|
697
|
+
[
|
|
698
|
+
{
|
|
699
699
|
"alignItems": "center",
|
|
700
700
|
"alignSelf": "stretch",
|
|
701
701
|
"flexDirection": "row",
|
|
@@ -708,7 +708,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
708
708
|
>
|
|
709
709
|
<TextInput
|
|
710
710
|
accessibilityState={
|
|
711
|
-
|
|
711
|
+
{
|
|
712
712
|
"disabled": false,
|
|
713
713
|
}
|
|
714
714
|
}
|
|
@@ -721,8 +721,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
721
721
|
onFocus={[Function]}
|
|
722
722
|
placeholder=" "
|
|
723
723
|
style={
|
|
724
|
-
|
|
725
|
-
|
|
724
|
+
[
|
|
725
|
+
{
|
|
726
726
|
"alignSelf": "stretch",
|
|
727
727
|
"flexGrow": 2,
|
|
728
728
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -733,7 +733,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
733
733
|
"paddingVertical": 0,
|
|
734
734
|
"textAlignVertical": "center",
|
|
735
735
|
},
|
|
736
|
-
|
|
736
|
+
{
|
|
737
737
|
"backgroundColor": "#ffffff",
|
|
738
738
|
"color": "#001f23",
|
|
739
739
|
},
|
|
@@ -747,8 +747,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
747
747
|
</View>
|
|
748
748
|
<View
|
|
749
749
|
style={
|
|
750
|
-
|
|
751
|
-
|
|
750
|
+
[
|
|
751
|
+
{
|
|
752
752
|
"minHeight": 16,
|
|
753
753
|
"paddingLeft": 16,
|
|
754
754
|
"paddingTop": 2,
|
|
@@ -759,8 +759,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
759
759
|
>
|
|
760
760
|
<View
|
|
761
761
|
style={
|
|
762
|
-
|
|
763
|
-
|
|
762
|
+
[
|
|
763
|
+
{
|
|
764
764
|
"flexDirection": "row",
|
|
765
765
|
"justifyContent": "space-between",
|
|
766
766
|
},
|
|
@@ -771,8 +771,8 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
771
771
|
<Text
|
|
772
772
|
allowFontScaling={false}
|
|
773
773
|
style={
|
|
774
|
-
|
|
775
|
-
|
|
774
|
+
[
|
|
775
|
+
{
|
|
776
776
|
"color": "#001f23",
|
|
777
777
|
"fontFamily": "BeVietnamPro-Regular",
|
|
778
778
|
"fontSize": 12,
|
|
@@ -790,16 +790,16 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
790
790
|
<Text
|
|
791
791
|
allowFontScaling={false}
|
|
792
792
|
style={
|
|
793
|
-
|
|
794
|
-
|
|
793
|
+
[
|
|
794
|
+
{
|
|
795
795
|
"color": "#001f23",
|
|
796
796
|
"fontFamily": "BeVietnamPro-Regular",
|
|
797
797
|
"fontSize": 12,
|
|
798
798
|
"letterSpacing": 0.48,
|
|
799
799
|
"lineHeight": 16,
|
|
800
800
|
},
|
|
801
|
-
|
|
802
|
-
|
|
801
|
+
[
|
|
802
|
+
{
|
|
803
803
|
"alignSelf": "flex-end",
|
|
804
804
|
"color": "#001f23",
|
|
805
805
|
"flex": 1,
|
|
@@ -828,8 +828,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
828
828
|
<View
|
|
829
829
|
pointerEvents="none"
|
|
830
830
|
style={
|
|
831
|
-
|
|
832
|
-
|
|
831
|
+
[
|
|
832
|
+
{
|
|
833
833
|
"marginTop": 8,
|
|
834
834
|
"width": "100%",
|
|
835
835
|
},
|
|
@@ -840,8 +840,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
840
840
|
>
|
|
841
841
|
<View
|
|
842
842
|
style={
|
|
843
|
-
|
|
844
|
-
|
|
843
|
+
[
|
|
844
|
+
{
|
|
845
845
|
"alignItems": "center",
|
|
846
846
|
"backgroundColor": "#ffffff",
|
|
847
847
|
"borderRadius": 8,
|
|
@@ -854,8 +854,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
854
854
|
>
|
|
855
855
|
<View
|
|
856
856
|
style={
|
|
857
|
-
|
|
858
|
-
|
|
857
|
+
[
|
|
858
|
+
{
|
|
859
859
|
"borderColor": "#bfc1c5",
|
|
860
860
|
"borderRadius": 8,
|
|
861
861
|
"borderWidth": 1,
|
|
@@ -865,8 +865,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
865
865
|
"right": 0,
|
|
866
866
|
"top": 0,
|
|
867
867
|
},
|
|
868
|
-
|
|
869
|
-
|
|
868
|
+
[
|
|
869
|
+
{
|
|
870
870
|
"backgroundColor": "#ffffff",
|
|
871
871
|
},
|
|
872
872
|
undefined,
|
|
@@ -880,8 +880,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
880
880
|
<View
|
|
881
881
|
pointerEvents="none"
|
|
882
882
|
style={
|
|
883
|
-
|
|
884
|
-
|
|
883
|
+
[
|
|
884
|
+
{
|
|
885
885
|
"backgroundColor": "#ffffff",
|
|
886
886
|
"flexDirection": "row",
|
|
887
887
|
"left": 16,
|
|
@@ -890,7 +890,7 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
890
890
|
"top": -4,
|
|
891
891
|
"zIndex": 1,
|
|
892
892
|
},
|
|
893
|
-
|
|
893
|
+
{
|
|
894
894
|
"backgroundColor": "#ffffff",
|
|
895
895
|
},
|
|
896
896
|
]
|
|
@@ -900,16 +900,16 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
900
900
|
<Text
|
|
901
901
|
allowFontScaling={false}
|
|
902
902
|
style={
|
|
903
|
-
|
|
904
|
-
|
|
903
|
+
[
|
|
904
|
+
{
|
|
905
905
|
"color": "#001f23",
|
|
906
906
|
"fontFamily": "BeVietnamPro-Regular",
|
|
907
907
|
"fontSize": 12,
|
|
908
908
|
"letterSpacing": 0.48,
|
|
909
909
|
"lineHeight": 16,
|
|
910
910
|
},
|
|
911
|
-
|
|
912
|
-
|
|
911
|
+
[
|
|
912
|
+
{
|
|
913
913
|
"color": "#bfc1c5",
|
|
914
914
|
"lineHeight": 12,
|
|
915
915
|
},
|
|
@@ -926,20 +926,20 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
926
926
|
<Text
|
|
927
927
|
allowFontScaling={false}
|
|
928
928
|
style={
|
|
929
|
-
|
|
930
|
-
|
|
929
|
+
[
|
|
930
|
+
{
|
|
931
931
|
"color": "#001f23",
|
|
932
932
|
"fontFamily": "BeVietnamPro-Regular",
|
|
933
933
|
"fontSize": 12,
|
|
934
934
|
"letterSpacing": 0.48,
|
|
935
935
|
"lineHeight": 16,
|
|
936
936
|
},
|
|
937
|
-
|
|
938
|
-
|
|
937
|
+
[
|
|
938
|
+
{
|
|
939
939
|
"color": "#bfc1c5",
|
|
940
940
|
"lineHeight": 12,
|
|
941
941
|
},
|
|
942
|
-
|
|
942
|
+
{
|
|
943
943
|
"backgroundColor": "#ffffff",
|
|
944
944
|
},
|
|
945
945
|
],
|
|
@@ -955,8 +955,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
955
955
|
</View>
|
|
956
956
|
<View
|
|
957
957
|
style={
|
|
958
|
-
|
|
959
|
-
|
|
958
|
+
[
|
|
959
|
+
{
|
|
960
960
|
"alignItems": "center",
|
|
961
961
|
"alignSelf": "stretch",
|
|
962
962
|
"flexDirection": "row",
|
|
@@ -969,7 +969,7 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
969
969
|
>
|
|
970
970
|
<TextInput
|
|
971
971
|
accessibilityState={
|
|
972
|
-
|
|
972
|
+
{
|
|
973
973
|
"disabled": true,
|
|
974
974
|
}
|
|
975
975
|
}
|
|
@@ -980,8 +980,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
980
980
|
onFocus={[Function]}
|
|
981
981
|
placeholder=" "
|
|
982
982
|
style={
|
|
983
|
-
|
|
984
|
-
|
|
983
|
+
[
|
|
984
|
+
{
|
|
985
985
|
"alignSelf": "stretch",
|
|
986
986
|
"flexGrow": 2,
|
|
987
987
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -992,7 +992,7 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
992
992
|
"paddingVertical": 0,
|
|
993
993
|
"textAlignVertical": "center",
|
|
994
994
|
},
|
|
995
|
-
|
|
995
|
+
{
|
|
996
996
|
"backgroundColor": "#ffffff",
|
|
997
997
|
"color": "#001f23",
|
|
998
998
|
},
|
|
@@ -1006,8 +1006,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
1006
1006
|
</View>
|
|
1007
1007
|
<View
|
|
1008
1008
|
style={
|
|
1009
|
-
|
|
1010
|
-
|
|
1009
|
+
[
|
|
1010
|
+
{
|
|
1011
1011
|
"minHeight": 16,
|
|
1012
1012
|
"paddingLeft": 16,
|
|
1013
1013
|
"paddingTop": 2,
|
|
@@ -1018,8 +1018,8 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
1018
1018
|
>
|
|
1019
1019
|
<View
|
|
1020
1020
|
style={
|
|
1021
|
-
|
|
1022
|
-
|
|
1021
|
+
[
|
|
1022
|
+
{
|
|
1023
1023
|
"flexDirection": "row",
|
|
1024
1024
|
"justifyContent": "space-between",
|
|
1025
1025
|
},
|
|
@@ -1035,8 +1035,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1035
1035
|
<View
|
|
1036
1036
|
pointerEvents="auto"
|
|
1037
1037
|
style={
|
|
1038
|
-
|
|
1039
|
-
|
|
1038
|
+
[
|
|
1039
|
+
{
|
|
1040
1040
|
"marginTop": 8,
|
|
1041
1041
|
"width": "100%",
|
|
1042
1042
|
},
|
|
@@ -1046,8 +1046,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1046
1046
|
>
|
|
1047
1047
|
<View
|
|
1048
1048
|
style={
|
|
1049
|
-
|
|
1050
|
-
|
|
1049
|
+
[
|
|
1050
|
+
{
|
|
1051
1051
|
"alignItems": "center",
|
|
1052
1052
|
"backgroundColor": "#ffffff",
|
|
1053
1053
|
"borderRadius": 8,
|
|
@@ -1060,8 +1060,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1060
1060
|
>
|
|
1061
1061
|
<View
|
|
1062
1062
|
style={
|
|
1063
|
-
|
|
1064
|
-
|
|
1063
|
+
[
|
|
1064
|
+
{
|
|
1065
1065
|
"borderColor": "#cb300a",
|
|
1066
1066
|
"borderRadius": 8,
|
|
1067
1067
|
"borderWidth": 1,
|
|
@@ -1071,8 +1071,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1071
1071
|
"right": 0,
|
|
1072
1072
|
"top": 0,
|
|
1073
1073
|
},
|
|
1074
|
-
|
|
1075
|
-
|
|
1074
|
+
[
|
|
1075
|
+
{
|
|
1076
1076
|
"backgroundColor": "#ffffff",
|
|
1077
1077
|
},
|
|
1078
1078
|
undefined,
|
|
@@ -1086,8 +1086,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1086
1086
|
<HeroIcon
|
|
1087
1087
|
name="dollar-sign"
|
|
1088
1088
|
style={
|
|
1089
|
-
|
|
1090
|
-
|
|
1089
|
+
[
|
|
1090
|
+
{
|
|
1091
1091
|
"color": "#001f23",
|
|
1092
1092
|
"fontSize": 16,
|
|
1093
1093
|
},
|
|
@@ -1100,8 +1100,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1100
1100
|
/>
|
|
1101
1101
|
<View
|
|
1102
1102
|
style={
|
|
1103
|
-
|
|
1104
|
-
|
|
1103
|
+
[
|
|
1104
|
+
{
|
|
1105
1105
|
"alignItems": "center",
|
|
1106
1106
|
"alignSelf": "stretch",
|
|
1107
1107
|
"flexDirection": "row",
|
|
@@ -1115,8 +1115,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1115
1115
|
<View
|
|
1116
1116
|
pointerEvents="none"
|
|
1117
1117
|
style={
|
|
1118
|
-
|
|
1119
|
-
|
|
1118
|
+
[
|
|
1119
|
+
{
|
|
1120
1120
|
"alignItems": "center",
|
|
1121
1121
|
"bottom": 0,
|
|
1122
1122
|
"flexDirection": "row",
|
|
@@ -1134,16 +1134,16 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1134
1134
|
<Text
|
|
1135
1135
|
allowFontScaling={false}
|
|
1136
1136
|
style={
|
|
1137
|
-
|
|
1138
|
-
|
|
1137
|
+
[
|
|
1138
|
+
{
|
|
1139
1139
|
"color": "#001f23",
|
|
1140
1140
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1141
1141
|
"fontSize": 16,
|
|
1142
1142
|
"letterSpacing": 0.48,
|
|
1143
1143
|
"lineHeight": 24,
|
|
1144
1144
|
},
|
|
1145
|
-
|
|
1146
|
-
|
|
1145
|
+
[
|
|
1146
|
+
{
|
|
1147
1147
|
"color": "#cb300a",
|
|
1148
1148
|
},
|
|
1149
1149
|
undefined,
|
|
@@ -1160,16 +1160,16 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1160
1160
|
<Text
|
|
1161
1161
|
allowFontScaling={false}
|
|
1162
1162
|
style={
|
|
1163
|
-
|
|
1164
|
-
|
|
1163
|
+
[
|
|
1164
|
+
{
|
|
1165
1165
|
"color": "#001f23",
|
|
1166
1166
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1167
1167
|
"fontSize": 16,
|
|
1168
1168
|
"letterSpacing": 0.48,
|
|
1169
1169
|
"lineHeight": 24,
|
|
1170
1170
|
},
|
|
1171
|
-
|
|
1172
|
-
|
|
1171
|
+
[
|
|
1172
|
+
{
|
|
1173
1173
|
"alignContent": "center",
|
|
1174
1174
|
"alignItems": "center",
|
|
1175
1175
|
"color": "#001f23",
|
|
@@ -1191,7 +1191,7 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1191
1191
|
</View>
|
|
1192
1192
|
<TextInput
|
|
1193
1193
|
accessibilityState={
|
|
1194
|
-
|
|
1194
|
+
{
|
|
1195
1195
|
"disabled": false,
|
|
1196
1196
|
}
|
|
1197
1197
|
}
|
|
@@ -1202,8 +1202,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1202
1202
|
onFocus={[Function]}
|
|
1203
1203
|
placeholder=" "
|
|
1204
1204
|
style={
|
|
1205
|
-
|
|
1206
|
-
|
|
1205
|
+
[
|
|
1206
|
+
{
|
|
1207
1207
|
"alignSelf": "stretch",
|
|
1208
1208
|
"flexGrow": 2,
|
|
1209
1209
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -1214,7 +1214,7 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1214
1214
|
"paddingVertical": 0,
|
|
1215
1215
|
"textAlignVertical": "center",
|
|
1216
1216
|
},
|
|
1217
|
-
|
|
1217
|
+
{
|
|
1218
1218
|
"backgroundColor": "#ffffff",
|
|
1219
1219
|
"color": "#001f23",
|
|
1220
1220
|
},
|
|
@@ -1227,8 +1227,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1227
1227
|
</View>
|
|
1228
1228
|
<View
|
|
1229
1229
|
style={
|
|
1230
|
-
|
|
1231
|
-
|
|
1230
|
+
[
|
|
1231
|
+
{
|
|
1232
1232
|
"minHeight": 16,
|
|
1233
1233
|
"paddingLeft": 16,
|
|
1234
1234
|
"paddingTop": 2,
|
|
@@ -1239,8 +1239,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1239
1239
|
>
|
|
1240
1240
|
<View
|
|
1241
1241
|
style={
|
|
1242
|
-
|
|
1243
|
-
|
|
1242
|
+
[
|
|
1243
|
+
{
|
|
1244
1244
|
"flexDirection": "row",
|
|
1245
1245
|
"justifyContent": "space-between",
|
|
1246
1246
|
},
|
|
@@ -1250,8 +1250,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1250
1250
|
>
|
|
1251
1251
|
<View
|
|
1252
1252
|
style={
|
|
1253
|
-
|
|
1254
|
-
|
|
1253
|
+
[
|
|
1254
|
+
{
|
|
1255
1255
|
"alignItems": "center",
|
|
1256
1256
|
"flex": 1,
|
|
1257
1257
|
"flexDirection": "row",
|
|
@@ -1265,8 +1265,8 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1265
1265
|
<HeroIcon
|
|
1266
1266
|
name="circle-info"
|
|
1267
1267
|
style={
|
|
1268
|
-
|
|
1269
|
-
|
|
1268
|
+
[
|
|
1269
|
+
{
|
|
1270
1270
|
"color": "#cb300a",
|
|
1271
1271
|
"fontSize": 16,
|
|
1272
1272
|
},
|
|
@@ -1280,16 +1280,16 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1280
1280
|
<Text
|
|
1281
1281
|
allowFontScaling={false}
|
|
1282
1282
|
style={
|
|
1283
|
-
|
|
1284
|
-
|
|
1283
|
+
[
|
|
1284
|
+
{
|
|
1285
1285
|
"color": "#001f23",
|
|
1286
1286
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1287
1287
|
"fontSize": 12,
|
|
1288
1288
|
"letterSpacing": 0.48,
|
|
1289
1289
|
"lineHeight": 16,
|
|
1290
1290
|
},
|
|
1291
|
-
|
|
1292
|
-
|
|
1291
|
+
[
|
|
1292
|
+
{
|
|
1293
1293
|
"color": "#cb300a",
|
|
1294
1294
|
"marginLeft": 4,
|
|
1295
1295
|
},
|
|
@@ -1313,8 +1313,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1313
1313
|
<View
|
|
1314
1314
|
pointerEvents="auto"
|
|
1315
1315
|
style={
|
|
1316
|
-
|
|
1317
|
-
|
|
1316
|
+
[
|
|
1317
|
+
{
|
|
1318
1318
|
"marginTop": 8,
|
|
1319
1319
|
"width": "100%",
|
|
1320
1320
|
},
|
|
@@ -1324,8 +1324,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1324
1324
|
>
|
|
1325
1325
|
<View
|
|
1326
1326
|
style={
|
|
1327
|
-
|
|
1328
|
-
|
|
1327
|
+
[
|
|
1328
|
+
{
|
|
1329
1329
|
"alignItems": "center",
|
|
1330
1330
|
"backgroundColor": "#ffffff",
|
|
1331
1331
|
"borderRadius": 8,
|
|
@@ -1338,8 +1338,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1338
1338
|
>
|
|
1339
1339
|
<View
|
|
1340
1340
|
style={
|
|
1341
|
-
|
|
1342
|
-
|
|
1341
|
+
[
|
|
1342
|
+
{
|
|
1343
1343
|
"borderColor": "#001f23",
|
|
1344
1344
|
"borderRadius": 8,
|
|
1345
1345
|
"borderWidth": 1,
|
|
@@ -1349,8 +1349,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1349
1349
|
"right": 0,
|
|
1350
1350
|
"top": 0,
|
|
1351
1351
|
},
|
|
1352
|
-
|
|
1353
|
-
|
|
1352
|
+
[
|
|
1353
|
+
{
|
|
1354
1354
|
"backgroundColor": "#ffffff",
|
|
1355
1355
|
},
|
|
1356
1356
|
undefined,
|
|
@@ -1364,8 +1364,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1364
1364
|
<View
|
|
1365
1365
|
pointerEvents="none"
|
|
1366
1366
|
style={
|
|
1367
|
-
|
|
1368
|
-
|
|
1367
|
+
[
|
|
1368
|
+
{
|
|
1369
1369
|
"backgroundColor": "#ffffff",
|
|
1370
1370
|
"flexDirection": "row",
|
|
1371
1371
|
"left": 16,
|
|
@@ -1374,7 +1374,7 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1374
1374
|
"top": -4,
|
|
1375
1375
|
"zIndex": 1,
|
|
1376
1376
|
},
|
|
1377
|
-
|
|
1377
|
+
{
|
|
1378
1378
|
"backgroundColor": "#ffffff",
|
|
1379
1379
|
},
|
|
1380
1380
|
]
|
|
@@ -1384,20 +1384,20 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1384
1384
|
<Text
|
|
1385
1385
|
allowFontScaling={false}
|
|
1386
1386
|
style={
|
|
1387
|
-
|
|
1388
|
-
|
|
1387
|
+
[
|
|
1388
|
+
{
|
|
1389
1389
|
"color": "#001f23",
|
|
1390
1390
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1391
1391
|
"fontSize": 12,
|
|
1392
1392
|
"letterSpacing": 0.48,
|
|
1393
1393
|
"lineHeight": 16,
|
|
1394
1394
|
},
|
|
1395
|
-
|
|
1396
|
-
|
|
1395
|
+
[
|
|
1396
|
+
{
|
|
1397
1397
|
"color": "#001f23",
|
|
1398
1398
|
"lineHeight": 12,
|
|
1399
1399
|
},
|
|
1400
|
-
|
|
1400
|
+
{
|
|
1401
1401
|
"backgroundColor": "#ffffff",
|
|
1402
1402
|
},
|
|
1403
1403
|
],
|
|
@@ -1414,8 +1414,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1414
1414
|
<HeroIcon
|
|
1415
1415
|
name="dollar-sign"
|
|
1416
1416
|
style={
|
|
1417
|
-
|
|
1418
|
-
|
|
1417
|
+
[
|
|
1418
|
+
{
|
|
1419
1419
|
"color": "#001f23",
|
|
1420
1420
|
"fontSize": 16,
|
|
1421
1421
|
},
|
|
@@ -1428,8 +1428,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1428
1428
|
/>
|
|
1429
1429
|
<View
|
|
1430
1430
|
style={
|
|
1431
|
-
|
|
1432
|
-
|
|
1431
|
+
[
|
|
1432
|
+
{
|
|
1433
1433
|
"alignItems": "center",
|
|
1434
1434
|
"alignSelf": "stretch",
|
|
1435
1435
|
"flexDirection": "row",
|
|
@@ -1442,7 +1442,7 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1442
1442
|
>
|
|
1443
1443
|
<TextInput
|
|
1444
1444
|
accessibilityState={
|
|
1445
|
-
|
|
1445
|
+
{
|
|
1446
1446
|
"disabled": false,
|
|
1447
1447
|
}
|
|
1448
1448
|
}
|
|
@@ -1453,8 +1453,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1453
1453
|
onFocus={[Function]}
|
|
1454
1454
|
placeholder=" "
|
|
1455
1455
|
style={
|
|
1456
|
-
|
|
1457
|
-
|
|
1456
|
+
[
|
|
1457
|
+
{
|
|
1458
1458
|
"alignSelf": "stretch",
|
|
1459
1459
|
"flexGrow": 2,
|
|
1460
1460
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -1465,7 +1465,7 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1465
1465
|
"paddingVertical": 0,
|
|
1466
1466
|
"textAlignVertical": "center",
|
|
1467
1467
|
},
|
|
1468
|
-
|
|
1468
|
+
{
|
|
1469
1469
|
"backgroundColor": "#ffffff",
|
|
1470
1470
|
"color": "#001f23",
|
|
1471
1471
|
},
|
|
@@ -1479,8 +1479,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1479
1479
|
<HeroIcon
|
|
1480
1480
|
name="arrow-down"
|
|
1481
1481
|
style={
|
|
1482
|
-
|
|
1483
|
-
|
|
1482
|
+
[
|
|
1483
|
+
{
|
|
1484
1484
|
"color": "#001f23",
|
|
1485
1485
|
"fontSize": 24,
|
|
1486
1486
|
},
|
|
@@ -1494,8 +1494,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1494
1494
|
</View>
|
|
1495
1495
|
<View
|
|
1496
1496
|
style={
|
|
1497
|
-
|
|
1498
|
-
|
|
1497
|
+
[
|
|
1498
|
+
{
|
|
1499
1499
|
"minHeight": 16,
|
|
1500
1500
|
"paddingLeft": 16,
|
|
1501
1501
|
"paddingTop": 2,
|
|
@@ -1506,8 +1506,8 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1506
1506
|
>
|
|
1507
1507
|
<View
|
|
1508
1508
|
style={
|
|
1509
|
-
|
|
1510
|
-
|
|
1509
|
+
[
|
|
1510
|
+
{
|
|
1511
1511
|
"flexDirection": "row",
|
|
1512
1512
|
"justifyContent": "space-between",
|
|
1513
1513
|
},
|
|
@@ -1523,8 +1523,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1523
1523
|
<View
|
|
1524
1524
|
pointerEvents="auto"
|
|
1525
1525
|
style={
|
|
1526
|
-
|
|
1527
|
-
|
|
1526
|
+
[
|
|
1527
|
+
{
|
|
1528
1528
|
"marginTop": 8,
|
|
1529
1529
|
"width": "100%",
|
|
1530
1530
|
},
|
|
@@ -1534,8 +1534,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1534
1534
|
>
|
|
1535
1535
|
<View
|
|
1536
1536
|
style={
|
|
1537
|
-
|
|
1538
|
-
|
|
1537
|
+
[
|
|
1538
|
+
{
|
|
1539
1539
|
"alignItems": "center",
|
|
1540
1540
|
"backgroundColor": "#ffffff",
|
|
1541
1541
|
"borderRadius": 8,
|
|
@@ -1548,8 +1548,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1548
1548
|
>
|
|
1549
1549
|
<View
|
|
1550
1550
|
style={
|
|
1551
|
-
|
|
1552
|
-
|
|
1551
|
+
[
|
|
1552
|
+
{
|
|
1553
1553
|
"borderColor": "#001f23",
|
|
1554
1554
|
"borderRadius": 8,
|
|
1555
1555
|
"borderWidth": 1,
|
|
@@ -1559,8 +1559,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1559
1559
|
"right": 0,
|
|
1560
1560
|
"top": 0,
|
|
1561
1561
|
},
|
|
1562
|
-
|
|
1563
|
-
|
|
1562
|
+
[
|
|
1563
|
+
{
|
|
1564
1564
|
"backgroundColor": "#ffffff",
|
|
1565
1565
|
},
|
|
1566
1566
|
undefined,
|
|
@@ -1574,8 +1574,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1574
1574
|
<HeroIcon
|
|
1575
1575
|
name="dollar-sign"
|
|
1576
1576
|
style={
|
|
1577
|
-
|
|
1578
|
-
|
|
1577
|
+
[
|
|
1578
|
+
{
|
|
1579
1579
|
"color": "#001f23",
|
|
1580
1580
|
"fontSize": 16,
|
|
1581
1581
|
},
|
|
@@ -1588,8 +1588,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1588
1588
|
/>
|
|
1589
1589
|
<View
|
|
1590
1590
|
style={
|
|
1591
|
-
|
|
1592
|
-
|
|
1591
|
+
[
|
|
1592
|
+
{
|
|
1593
1593
|
"alignItems": "center",
|
|
1594
1594
|
"alignSelf": "stretch",
|
|
1595
1595
|
"flexDirection": "row",
|
|
@@ -1603,8 +1603,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1603
1603
|
<View
|
|
1604
1604
|
pointerEvents="none"
|
|
1605
1605
|
style={
|
|
1606
|
-
|
|
1607
|
-
|
|
1606
|
+
[
|
|
1607
|
+
{
|
|
1608
1608
|
"alignItems": "center",
|
|
1609
1609
|
"bottom": 0,
|
|
1610
1610
|
"flexDirection": "row",
|
|
@@ -1622,16 +1622,16 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1622
1622
|
<Text
|
|
1623
1623
|
allowFontScaling={false}
|
|
1624
1624
|
style={
|
|
1625
|
-
|
|
1626
|
-
|
|
1625
|
+
[
|
|
1626
|
+
{
|
|
1627
1627
|
"color": "#001f23",
|
|
1628
1628
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1629
1629
|
"fontSize": 16,
|
|
1630
1630
|
"letterSpacing": 0.48,
|
|
1631
1631
|
"lineHeight": 24,
|
|
1632
1632
|
},
|
|
1633
|
-
|
|
1634
|
-
|
|
1633
|
+
[
|
|
1634
|
+
{
|
|
1635
1635
|
"color": "#cb300a",
|
|
1636
1636
|
},
|
|
1637
1637
|
undefined,
|
|
@@ -1648,16 +1648,16 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1648
1648
|
<Text
|
|
1649
1649
|
allowFontScaling={false}
|
|
1650
1650
|
style={
|
|
1651
|
-
|
|
1652
|
-
|
|
1651
|
+
[
|
|
1652
|
+
{
|
|
1653
1653
|
"color": "#001f23",
|
|
1654
1654
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1655
1655
|
"fontSize": 16,
|
|
1656
1656
|
"letterSpacing": 0.48,
|
|
1657
1657
|
"lineHeight": 24,
|
|
1658
1658
|
},
|
|
1659
|
-
|
|
1660
|
-
|
|
1659
|
+
[
|
|
1660
|
+
{
|
|
1661
1661
|
"alignContent": "center",
|
|
1662
1662
|
"alignItems": "center",
|
|
1663
1663
|
"color": "#001f23",
|
|
@@ -1679,7 +1679,7 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1679
1679
|
</View>
|
|
1680
1680
|
<TextInput
|
|
1681
1681
|
accessibilityState={
|
|
1682
|
-
|
|
1682
|
+
{
|
|
1683
1683
|
"disabled": false,
|
|
1684
1684
|
}
|
|
1685
1685
|
}
|
|
@@ -1690,8 +1690,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1690
1690
|
onFocus={[Function]}
|
|
1691
1691
|
placeholder=" "
|
|
1692
1692
|
style={
|
|
1693
|
-
|
|
1694
|
-
|
|
1693
|
+
[
|
|
1694
|
+
{
|
|
1695
1695
|
"alignSelf": "stretch",
|
|
1696
1696
|
"flexGrow": 2,
|
|
1697
1697
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -1702,7 +1702,7 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1702
1702
|
"paddingVertical": 0,
|
|
1703
1703
|
"textAlignVertical": "center",
|
|
1704
1704
|
},
|
|
1705
|
-
|
|
1705
|
+
{
|
|
1706
1706
|
"backgroundColor": "#ffffff",
|
|
1707
1707
|
"color": "#001f23",
|
|
1708
1708
|
},
|
|
@@ -1715,8 +1715,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1715
1715
|
</View>
|
|
1716
1716
|
<View
|
|
1717
1717
|
style={
|
|
1718
|
-
|
|
1719
|
-
|
|
1718
|
+
[
|
|
1719
|
+
{
|
|
1720
1720
|
"minHeight": 16,
|
|
1721
1721
|
"paddingLeft": 16,
|
|
1722
1722
|
"paddingTop": 2,
|
|
@@ -1727,8 +1727,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1727
1727
|
>
|
|
1728
1728
|
<View
|
|
1729
1729
|
style={
|
|
1730
|
-
|
|
1731
|
-
|
|
1730
|
+
[
|
|
1731
|
+
{
|
|
1732
1732
|
"flexDirection": "row",
|
|
1733
1733
|
"justifyContent": "space-between",
|
|
1734
1734
|
},
|
|
@@ -1739,8 +1739,8 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1739
1739
|
<Text
|
|
1740
1740
|
allowFontScaling={false}
|
|
1741
1741
|
style={
|
|
1742
|
-
|
|
1743
|
-
|
|
1742
|
+
[
|
|
1743
|
+
{
|
|
1744
1744
|
"color": "#001f23",
|
|
1745
1745
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1746
1746
|
"fontSize": 12,
|
|
@@ -1764,12 +1764,12 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1764
1764
|
<View
|
|
1765
1765
|
pointerEvents="auto"
|
|
1766
1766
|
style={
|
|
1767
|
-
|
|
1768
|
-
|
|
1767
|
+
[
|
|
1768
|
+
{
|
|
1769
1769
|
"marginTop": 8,
|
|
1770
1770
|
"width": "100%",
|
|
1771
1771
|
},
|
|
1772
|
-
|
|
1772
|
+
{
|
|
1773
1773
|
"borderColor": "#f46363",
|
|
1774
1774
|
},
|
|
1775
1775
|
]
|
|
@@ -1778,8 +1778,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1778
1778
|
>
|
|
1779
1779
|
<View
|
|
1780
1780
|
style={
|
|
1781
|
-
|
|
1782
|
-
|
|
1781
|
+
[
|
|
1782
|
+
{
|
|
1783
1783
|
"alignItems": "center",
|
|
1784
1784
|
"backgroundColor": "#ffffff",
|
|
1785
1785
|
"borderRadius": 8,
|
|
@@ -1792,8 +1792,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1792
1792
|
>
|
|
1793
1793
|
<View
|
|
1794
1794
|
style={
|
|
1795
|
-
|
|
1796
|
-
|
|
1795
|
+
[
|
|
1796
|
+
{
|
|
1797
1797
|
"borderColor": "#001f23",
|
|
1798
1798
|
"borderRadius": 8,
|
|
1799
1799
|
"borderWidth": 1,
|
|
@@ -1803,8 +1803,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1803
1803
|
"right": 0,
|
|
1804
1804
|
"top": 0,
|
|
1805
1805
|
},
|
|
1806
|
-
|
|
1807
|
-
|
|
1806
|
+
[
|
|
1807
|
+
{
|
|
1808
1808
|
"backgroundColor": "#ffffff",
|
|
1809
1809
|
},
|
|
1810
1810
|
undefined,
|
|
@@ -1818,8 +1818,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1818
1818
|
<HeroIcon
|
|
1819
1819
|
name="dollar-sign"
|
|
1820
1820
|
style={
|
|
1821
|
-
|
|
1822
|
-
|
|
1821
|
+
[
|
|
1822
|
+
{
|
|
1823
1823
|
"color": "#001f23",
|
|
1824
1824
|
"fontSize": 16,
|
|
1825
1825
|
},
|
|
@@ -1832,8 +1832,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1832
1832
|
/>
|
|
1833
1833
|
<View
|
|
1834
1834
|
style={
|
|
1835
|
-
|
|
1836
|
-
|
|
1835
|
+
[
|
|
1836
|
+
{
|
|
1837
1837
|
"alignItems": "center",
|
|
1838
1838
|
"alignSelf": "stretch",
|
|
1839
1839
|
"flexDirection": "row",
|
|
@@ -1847,8 +1847,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1847
1847
|
<View
|
|
1848
1848
|
pointerEvents="none"
|
|
1849
1849
|
style={
|
|
1850
|
-
|
|
1851
|
-
|
|
1850
|
+
[
|
|
1851
|
+
{
|
|
1852
1852
|
"alignItems": "center",
|
|
1853
1853
|
"bottom": 0,
|
|
1854
1854
|
"flexDirection": "row",
|
|
@@ -1866,16 +1866,16 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1866
1866
|
<Text
|
|
1867
1867
|
allowFontScaling={false}
|
|
1868
1868
|
style={
|
|
1869
|
-
|
|
1870
|
-
|
|
1869
|
+
[
|
|
1870
|
+
{
|
|
1871
1871
|
"color": "#001f23",
|
|
1872
1872
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1873
1873
|
"fontSize": 16,
|
|
1874
1874
|
"letterSpacing": 0.48,
|
|
1875
1875
|
"lineHeight": 24,
|
|
1876
1876
|
},
|
|
1877
|
-
|
|
1878
|
-
|
|
1877
|
+
[
|
|
1878
|
+
{
|
|
1879
1879
|
"alignContent": "center",
|
|
1880
1880
|
"alignItems": "center",
|
|
1881
1881
|
"color": "#001f23",
|
|
@@ -1897,7 +1897,7 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1897
1897
|
</View>
|
|
1898
1898
|
<TextInput
|
|
1899
1899
|
accessibilityState={
|
|
1900
|
-
|
|
1900
|
+
{
|
|
1901
1901
|
"disabled": false,
|
|
1902
1902
|
}
|
|
1903
1903
|
}
|
|
@@ -1908,8 +1908,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1908
1908
|
onFocus={[Function]}
|
|
1909
1909
|
placeholder=" "
|
|
1910
1910
|
style={
|
|
1911
|
-
|
|
1912
|
-
|
|
1911
|
+
[
|
|
1912
|
+
{
|
|
1913
1913
|
"alignSelf": "stretch",
|
|
1914
1914
|
"flexGrow": 2,
|
|
1915
1915
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -1920,7 +1920,7 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1920
1920
|
"paddingVertical": 0,
|
|
1921
1921
|
"textAlignVertical": "center",
|
|
1922
1922
|
},
|
|
1923
|
-
|
|
1923
|
+
{
|
|
1924
1924
|
"backgroundColor": "#ffffff",
|
|
1925
1925
|
"color": "#001f23",
|
|
1926
1926
|
},
|
|
@@ -1933,8 +1933,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1933
1933
|
<HeroIcon
|
|
1934
1934
|
name="arrow-down"
|
|
1935
1935
|
style={
|
|
1936
|
-
|
|
1937
|
-
|
|
1936
|
+
[
|
|
1937
|
+
{
|
|
1938
1938
|
"color": "#001f23",
|
|
1939
1939
|
"fontSize": 24,
|
|
1940
1940
|
},
|
|
@@ -1948,8 +1948,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1948
1948
|
</View>
|
|
1949
1949
|
<View
|
|
1950
1950
|
style={
|
|
1951
|
-
|
|
1952
|
-
|
|
1951
|
+
[
|
|
1952
|
+
{
|
|
1953
1953
|
"minHeight": 16,
|
|
1954
1954
|
"paddingLeft": 16,
|
|
1955
1955
|
"paddingTop": 2,
|
|
@@ -1960,8 +1960,8 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1960
1960
|
>
|
|
1961
1961
|
<View
|
|
1962
1962
|
style={
|
|
1963
|
-
|
|
1964
|
-
|
|
1963
|
+
[
|
|
1964
|
+
{
|
|
1965
1965
|
"flexDirection": "row",
|
|
1966
1966
|
"justifyContent": "space-between",
|
|
1967
1967
|
},
|
|
@@ -1977,8 +1977,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
1977
1977
|
<View
|
|
1978
1978
|
pointerEvents="auto"
|
|
1979
1979
|
style={
|
|
1980
|
-
|
|
1981
|
-
|
|
1980
|
+
[
|
|
1981
|
+
{
|
|
1982
1982
|
"marginTop": 8,
|
|
1983
1983
|
"width": "100%",
|
|
1984
1984
|
},
|
|
@@ -1988,8 +1988,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
1988
1988
|
>
|
|
1989
1989
|
<View
|
|
1990
1990
|
style={
|
|
1991
|
-
|
|
1992
|
-
|
|
1991
|
+
[
|
|
1992
|
+
{
|
|
1993
1993
|
"alignItems": "center",
|
|
1994
1994
|
"backgroundColor": "#ffffff",
|
|
1995
1995
|
"borderRadius": 8,
|
|
@@ -2002,8 +2002,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2002
2002
|
>
|
|
2003
2003
|
<View
|
|
2004
2004
|
style={
|
|
2005
|
-
|
|
2006
|
-
|
|
2005
|
+
[
|
|
2006
|
+
{
|
|
2007
2007
|
"borderColor": "#001f23",
|
|
2008
2008
|
"borderRadius": 8,
|
|
2009
2009
|
"borderWidth": 1,
|
|
@@ -2013,8 +2013,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2013
2013
|
"right": 0,
|
|
2014
2014
|
"top": 0,
|
|
2015
2015
|
},
|
|
2016
|
-
|
|
2017
|
-
|
|
2016
|
+
[
|
|
2017
|
+
{
|
|
2018
2018
|
"backgroundColor": "#ffffff",
|
|
2019
2019
|
},
|
|
2020
2020
|
undefined,
|
|
@@ -2028,8 +2028,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2028
2028
|
<HeroIcon
|
|
2029
2029
|
name="eye-circle"
|
|
2030
2030
|
style={
|
|
2031
|
-
|
|
2032
|
-
|
|
2031
|
+
[
|
|
2032
|
+
{
|
|
2033
2033
|
"color": "#001f23",
|
|
2034
2034
|
"fontSize": 24,
|
|
2035
2035
|
},
|
|
@@ -2042,8 +2042,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2042
2042
|
/>
|
|
2043
2043
|
<View
|
|
2044
2044
|
style={
|
|
2045
|
-
|
|
2046
|
-
|
|
2045
|
+
[
|
|
2046
|
+
{
|
|
2047
2047
|
"alignItems": "center",
|
|
2048
2048
|
"alignSelf": "stretch",
|
|
2049
2049
|
"flexDirection": "row",
|
|
@@ -2057,8 +2057,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2057
2057
|
<View
|
|
2058
2058
|
pointerEvents="none"
|
|
2059
2059
|
style={
|
|
2060
|
-
|
|
2061
|
-
|
|
2060
|
+
[
|
|
2061
|
+
{
|
|
2062
2062
|
"alignItems": "center",
|
|
2063
2063
|
"bottom": 0,
|
|
2064
2064
|
"flexDirection": "row",
|
|
@@ -2076,16 +2076,16 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2076
2076
|
<Text
|
|
2077
2077
|
allowFontScaling={false}
|
|
2078
2078
|
style={
|
|
2079
|
-
|
|
2080
|
-
|
|
2079
|
+
[
|
|
2080
|
+
{
|
|
2081
2081
|
"color": "#001f23",
|
|
2082
2082
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2083
2083
|
"fontSize": 16,
|
|
2084
2084
|
"letterSpacing": 0.48,
|
|
2085
2085
|
"lineHeight": 24,
|
|
2086
2086
|
},
|
|
2087
|
-
|
|
2088
|
-
|
|
2087
|
+
[
|
|
2088
|
+
{
|
|
2089
2089
|
"color": "#cb300a",
|
|
2090
2090
|
},
|
|
2091
2091
|
undefined,
|
|
@@ -2102,16 +2102,16 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2102
2102
|
<Text
|
|
2103
2103
|
allowFontScaling={false}
|
|
2104
2104
|
style={
|
|
2105
|
-
|
|
2106
|
-
|
|
2105
|
+
[
|
|
2106
|
+
{
|
|
2107
2107
|
"color": "#001f23",
|
|
2108
2108
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2109
2109
|
"fontSize": 16,
|
|
2110
2110
|
"letterSpacing": 0.48,
|
|
2111
2111
|
"lineHeight": 24,
|
|
2112
2112
|
},
|
|
2113
|
-
|
|
2114
|
-
|
|
2113
|
+
[
|
|
2114
|
+
{
|
|
2115
2115
|
"alignContent": "center",
|
|
2116
2116
|
"alignItems": "center",
|
|
2117
2117
|
"color": "#001f23",
|
|
@@ -2133,7 +2133,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2133
2133
|
</View>
|
|
2134
2134
|
<TextInput
|
|
2135
2135
|
accessibilityState={
|
|
2136
|
-
|
|
2136
|
+
{
|
|
2137
2137
|
"disabled": false,
|
|
2138
2138
|
}
|
|
2139
2139
|
}
|
|
@@ -2144,8 +2144,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2144
2144
|
onFocus={[Function]}
|
|
2145
2145
|
placeholder=" "
|
|
2146
2146
|
style={
|
|
2147
|
-
|
|
2148
|
-
|
|
2147
|
+
[
|
|
2148
|
+
{
|
|
2149
2149
|
"alignSelf": "stretch",
|
|
2150
2150
|
"flexGrow": 2,
|
|
2151
2151
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -2156,7 +2156,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2156
2156
|
"paddingVertical": 0,
|
|
2157
2157
|
"textAlignVertical": "center",
|
|
2158
2158
|
},
|
|
2159
|
-
|
|
2159
|
+
{
|
|
2160
2160
|
"backgroundColor": "#ffffff",
|
|
2161
2161
|
"color": "#001f23",
|
|
2162
2162
|
},
|
|
@@ -2169,8 +2169,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2169
2169
|
<HeroIcon
|
|
2170
2170
|
name="eye-invisible"
|
|
2171
2171
|
style={
|
|
2172
|
-
|
|
2173
|
-
|
|
2172
|
+
[
|
|
2173
|
+
{
|
|
2174
2174
|
"color": "#001f23",
|
|
2175
2175
|
"fontSize": 24,
|
|
2176
2176
|
},
|
|
@@ -2184,8 +2184,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2184
2184
|
</View>
|
|
2185
2185
|
<View
|
|
2186
2186
|
style={
|
|
2187
|
-
|
|
2188
|
-
|
|
2187
|
+
[
|
|
2188
|
+
{
|
|
2189
2189
|
"minHeight": 16,
|
|
2190
2190
|
"paddingLeft": 16,
|
|
2191
2191
|
"paddingTop": 2,
|
|
@@ -2196,8 +2196,8 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2196
2196
|
>
|
|
2197
2197
|
<View
|
|
2198
2198
|
style={
|
|
2199
|
-
|
|
2200
|
-
|
|
2199
|
+
[
|
|
2200
|
+
{
|
|
2201
2201
|
"flexDirection": "row",
|
|
2202
2202
|
"justifyContent": "space-between",
|
|
2203
2203
|
},
|
|
@@ -2213,8 +2213,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2213
2213
|
<View
|
|
2214
2214
|
pointerEvents="none"
|
|
2215
2215
|
style={
|
|
2216
|
-
|
|
2217
|
-
|
|
2216
|
+
[
|
|
2217
|
+
{
|
|
2218
2218
|
"marginTop": 8,
|
|
2219
2219
|
"width": "100%",
|
|
2220
2220
|
},
|
|
@@ -2224,8 +2224,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2224
2224
|
>
|
|
2225
2225
|
<View
|
|
2226
2226
|
style={
|
|
2227
|
-
|
|
2228
|
-
|
|
2227
|
+
[
|
|
2228
|
+
{
|
|
2229
2229
|
"alignItems": "center",
|
|
2230
2230
|
"backgroundColor": "#ffffff",
|
|
2231
2231
|
"borderRadius": 8,
|
|
@@ -2238,8 +2238,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2238
2238
|
>
|
|
2239
2239
|
<View
|
|
2240
2240
|
style={
|
|
2241
|
-
|
|
2242
|
-
|
|
2241
|
+
[
|
|
2242
|
+
{
|
|
2243
2243
|
"borderColor": "#808f91",
|
|
2244
2244
|
"borderRadius": 8,
|
|
2245
2245
|
"borderWidth": 1,
|
|
@@ -2249,8 +2249,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2249
2249
|
"right": 0,
|
|
2250
2250
|
"top": 0,
|
|
2251
2251
|
},
|
|
2252
|
-
|
|
2253
|
-
|
|
2252
|
+
[
|
|
2253
|
+
{
|
|
2254
2254
|
"backgroundColor": "#ffffff",
|
|
2255
2255
|
},
|
|
2256
2256
|
undefined,
|
|
@@ -2263,8 +2263,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2263
2263
|
/>
|
|
2264
2264
|
<View
|
|
2265
2265
|
style={
|
|
2266
|
-
|
|
2267
|
-
|
|
2266
|
+
[
|
|
2267
|
+
{
|
|
2268
2268
|
"alignItems": "center",
|
|
2269
2269
|
"alignSelf": "stretch",
|
|
2270
2270
|
"flexDirection": "row",
|
|
@@ -2278,8 +2278,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2278
2278
|
<View
|
|
2279
2279
|
pointerEvents="none"
|
|
2280
2280
|
style={
|
|
2281
|
-
|
|
2282
|
-
|
|
2281
|
+
[
|
|
2282
|
+
{
|
|
2283
2283
|
"alignItems": "center",
|
|
2284
2284
|
"bottom": 0,
|
|
2285
2285
|
"flexDirection": "row",
|
|
@@ -2296,7 +2296,7 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2296
2296
|
/>
|
|
2297
2297
|
<TextInput
|
|
2298
2298
|
accessibilityState={
|
|
2299
|
-
|
|
2299
|
+
{
|
|
2300
2300
|
"disabled": true,
|
|
2301
2301
|
}
|
|
2302
2302
|
}
|
|
@@ -2306,8 +2306,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2306
2306
|
onChangeText={[Function]}
|
|
2307
2307
|
onFocus={[Function]}
|
|
2308
2308
|
style={
|
|
2309
|
-
|
|
2310
|
-
|
|
2309
|
+
[
|
|
2310
|
+
{
|
|
2311
2311
|
"alignSelf": "stretch",
|
|
2312
2312
|
"flexGrow": 2,
|
|
2313
2313
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -2318,7 +2318,7 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2318
2318
|
"paddingVertical": 0,
|
|
2319
2319
|
"textAlignVertical": "center",
|
|
2320
2320
|
},
|
|
2321
|
-
|
|
2321
|
+
{
|
|
2322
2322
|
"backgroundColor": "#ffffff",
|
|
2323
2323
|
"color": "#001f23",
|
|
2324
2324
|
},
|
|
@@ -2331,9 +2331,9 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2331
2331
|
<View
|
|
2332
2332
|
collapsable={false}
|
|
2333
2333
|
style={
|
|
2334
|
-
|
|
2335
|
-
"transform":
|
|
2336
|
-
|
|
2334
|
+
{
|
|
2335
|
+
"transform": [
|
|
2336
|
+
{
|
|
2337
2337
|
"rotate": "0deg",
|
|
2338
2338
|
},
|
|
2339
2339
|
],
|
|
@@ -2343,8 +2343,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2343
2343
|
<HeroIcon
|
|
2344
2344
|
name="loading"
|
|
2345
2345
|
style={
|
|
2346
|
-
|
|
2347
|
-
|
|
2346
|
+
[
|
|
2347
|
+
{
|
|
2348
2348
|
"color": "#001f23",
|
|
2349
2349
|
"fontSize": 24,
|
|
2350
2350
|
},
|
|
@@ -2359,8 +2359,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2359
2359
|
</View>
|
|
2360
2360
|
<View
|
|
2361
2361
|
style={
|
|
2362
|
-
|
|
2363
|
-
|
|
2362
|
+
[
|
|
2363
|
+
{
|
|
2364
2364
|
"minHeight": 16,
|
|
2365
2365
|
"paddingLeft": 16,
|
|
2366
2366
|
"paddingTop": 2,
|
|
@@ -2371,8 +2371,8 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2371
2371
|
>
|
|
2372
2372
|
<View
|
|
2373
2373
|
style={
|
|
2374
|
-
|
|
2375
|
-
|
|
2374
|
+
[
|
|
2375
|
+
{
|
|
2376
2376
|
"flexDirection": "row",
|
|
2377
2377
|
"justifyContent": "space-between",
|
|
2378
2378
|
},
|
|
@@ -2388,8 +2388,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2388
2388
|
<View
|
|
2389
2389
|
pointerEvents="auto"
|
|
2390
2390
|
style={
|
|
2391
|
-
|
|
2392
|
-
|
|
2391
|
+
[
|
|
2392
|
+
{
|
|
2393
2393
|
"marginTop": 8,
|
|
2394
2394
|
"width": "100%",
|
|
2395
2395
|
},
|
|
@@ -2399,8 +2399,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2399
2399
|
>
|
|
2400
2400
|
<View
|
|
2401
2401
|
style={
|
|
2402
|
-
|
|
2403
|
-
|
|
2402
|
+
[
|
|
2403
|
+
{
|
|
2404
2404
|
"alignItems": "center",
|
|
2405
2405
|
"backgroundColor": "#ffffff",
|
|
2406
2406
|
"borderRadius": 8,
|
|
@@ -2413,8 +2413,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2413
2413
|
>
|
|
2414
2414
|
<View
|
|
2415
2415
|
style={
|
|
2416
|
-
|
|
2417
|
-
|
|
2416
|
+
[
|
|
2417
|
+
{
|
|
2418
2418
|
"borderColor": "#cb300a",
|
|
2419
2419
|
"borderRadius": 8,
|
|
2420
2420
|
"borderWidth": 1,
|
|
@@ -2424,8 +2424,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2424
2424
|
"right": 0,
|
|
2425
2425
|
"top": 0,
|
|
2426
2426
|
},
|
|
2427
|
-
|
|
2428
|
-
|
|
2427
|
+
[
|
|
2428
|
+
{
|
|
2429
2429
|
"backgroundColor": "#ffffff",
|
|
2430
2430
|
},
|
|
2431
2431
|
undefined,
|
|
@@ -2439,8 +2439,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2439
2439
|
<View
|
|
2440
2440
|
pointerEvents="none"
|
|
2441
2441
|
style={
|
|
2442
|
-
|
|
2443
|
-
|
|
2442
|
+
[
|
|
2443
|
+
{
|
|
2444
2444
|
"backgroundColor": "#ffffff",
|
|
2445
2445
|
"flexDirection": "row",
|
|
2446
2446
|
"left": 16,
|
|
@@ -2449,7 +2449,7 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2449
2449
|
"top": -4,
|
|
2450
2450
|
"zIndex": 1,
|
|
2451
2451
|
},
|
|
2452
|
-
|
|
2452
|
+
{
|
|
2453
2453
|
"backgroundColor": "#ffffff",
|
|
2454
2454
|
},
|
|
2455
2455
|
]
|
|
@@ -2459,16 +2459,16 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2459
2459
|
<Text
|
|
2460
2460
|
allowFontScaling={false}
|
|
2461
2461
|
style={
|
|
2462
|
-
|
|
2463
|
-
|
|
2462
|
+
[
|
|
2463
|
+
{
|
|
2464
2464
|
"color": "#001f23",
|
|
2465
2465
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2466
2466
|
"fontSize": 12,
|
|
2467
2467
|
"letterSpacing": 0.48,
|
|
2468
2468
|
"lineHeight": 16,
|
|
2469
2469
|
},
|
|
2470
|
-
|
|
2471
|
-
|
|
2470
|
+
[
|
|
2471
|
+
{
|
|
2472
2472
|
"color": "#cb300a",
|
|
2473
2473
|
"lineHeight": 12,
|
|
2474
2474
|
},
|
|
@@ -2485,20 +2485,20 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2485
2485
|
<Text
|
|
2486
2486
|
allowFontScaling={false}
|
|
2487
2487
|
style={
|
|
2488
|
-
|
|
2489
|
-
|
|
2488
|
+
[
|
|
2489
|
+
{
|
|
2490
2490
|
"color": "#001f23",
|
|
2491
2491
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2492
2492
|
"fontSize": 12,
|
|
2493
2493
|
"letterSpacing": 0.48,
|
|
2494
2494
|
"lineHeight": 16,
|
|
2495
2495
|
},
|
|
2496
|
-
|
|
2497
|
-
|
|
2496
|
+
[
|
|
2497
|
+
{
|
|
2498
2498
|
"color": "#001f23",
|
|
2499
2499
|
"lineHeight": 12,
|
|
2500
2500
|
},
|
|
2501
|
-
|
|
2501
|
+
{
|
|
2502
2502
|
"backgroundColor": "#ffffff",
|
|
2503
2503
|
},
|
|
2504
2504
|
],
|
|
@@ -2514,8 +2514,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2514
2514
|
</View>
|
|
2515
2515
|
<View
|
|
2516
2516
|
style={
|
|
2517
|
-
|
|
2518
|
-
|
|
2517
|
+
[
|
|
2518
|
+
{
|
|
2519
2519
|
"alignItems": "center",
|
|
2520
2520
|
"alignSelf": "stretch",
|
|
2521
2521
|
"flexDirection": "row",
|
|
@@ -2528,7 +2528,7 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2528
2528
|
>
|
|
2529
2529
|
<TextInput
|
|
2530
2530
|
accessibilityState={
|
|
2531
|
-
|
|
2531
|
+
{
|
|
2532
2532
|
"disabled": false,
|
|
2533
2533
|
}
|
|
2534
2534
|
}
|
|
@@ -2541,8 +2541,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2541
2541
|
onFocus={[Function]}
|
|
2542
2542
|
placeholder=" "
|
|
2543
2543
|
style={
|
|
2544
|
-
|
|
2545
|
-
|
|
2544
|
+
[
|
|
2545
|
+
{
|
|
2546
2546
|
"alignSelf": "stretch",
|
|
2547
2547
|
"flexGrow": 2,
|
|
2548
2548
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -2553,7 +2553,7 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2553
2553
|
"paddingVertical": 0,
|
|
2554
2554
|
"textAlignVertical": "center",
|
|
2555
2555
|
},
|
|
2556
|
-
|
|
2556
|
+
{
|
|
2557
2557
|
"backgroundColor": "#ffffff",
|
|
2558
2558
|
"color": "#001f23",
|
|
2559
2559
|
},
|
|
@@ -2567,8 +2567,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2567
2567
|
</View>
|
|
2568
2568
|
<View
|
|
2569
2569
|
style={
|
|
2570
|
-
|
|
2571
|
-
|
|
2570
|
+
[
|
|
2571
|
+
{
|
|
2572
2572
|
"minHeight": 16,
|
|
2573
2573
|
"paddingLeft": 16,
|
|
2574
2574
|
"paddingTop": 2,
|
|
@@ -2579,8 +2579,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2579
2579
|
>
|
|
2580
2580
|
<View
|
|
2581
2581
|
style={
|
|
2582
|
-
|
|
2583
|
-
|
|
2582
|
+
[
|
|
2583
|
+
{
|
|
2584
2584
|
"flexDirection": "row",
|
|
2585
2585
|
"justifyContent": "space-between",
|
|
2586
2586
|
},
|
|
@@ -2590,8 +2590,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2590
2590
|
>
|
|
2591
2591
|
<View
|
|
2592
2592
|
style={
|
|
2593
|
-
|
|
2594
|
-
|
|
2593
|
+
[
|
|
2594
|
+
{
|
|
2595
2595
|
"alignItems": "center",
|
|
2596
2596
|
"flex": 1,
|
|
2597
2597
|
"flexDirection": "row",
|
|
@@ -2605,8 +2605,8 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2605
2605
|
<HeroIcon
|
|
2606
2606
|
name="circle-info"
|
|
2607
2607
|
style={
|
|
2608
|
-
|
|
2609
|
-
|
|
2608
|
+
[
|
|
2609
|
+
{
|
|
2610
2610
|
"color": "#cb300a",
|
|
2611
2611
|
"fontSize": 16,
|
|
2612
2612
|
},
|
|
@@ -2620,16 +2620,16 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2620
2620
|
<Text
|
|
2621
2621
|
allowFontScaling={false}
|
|
2622
2622
|
style={
|
|
2623
|
-
|
|
2624
|
-
|
|
2623
|
+
[
|
|
2624
|
+
{
|
|
2625
2625
|
"color": "#001f23",
|
|
2626
2626
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2627
2627
|
"fontSize": 12,
|
|
2628
2628
|
"letterSpacing": 0.48,
|
|
2629
2629
|
"lineHeight": 16,
|
|
2630
2630
|
},
|
|
2631
|
-
|
|
2632
|
-
|
|
2631
|
+
[
|
|
2632
|
+
{
|
|
2633
2633
|
"color": "#cb300a",
|
|
2634
2634
|
"marginLeft": 4,
|
|
2635
2635
|
},
|
|
@@ -2647,16 +2647,16 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2647
2647
|
<Text
|
|
2648
2648
|
allowFontScaling={false}
|
|
2649
2649
|
style={
|
|
2650
|
-
|
|
2651
|
-
|
|
2650
|
+
[
|
|
2651
|
+
{
|
|
2652
2652
|
"color": "#001f23",
|
|
2653
2653
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2654
2654
|
"fontSize": 12,
|
|
2655
2655
|
"letterSpacing": 0.48,
|
|
2656
2656
|
"lineHeight": 16,
|
|
2657
2657
|
},
|
|
2658
|
-
|
|
2659
|
-
|
|
2658
|
+
[
|
|
2659
|
+
{
|
|
2660
2660
|
"alignSelf": "flex-end",
|
|
2661
2661
|
"color": "#cb300a",
|
|
2662
2662
|
"flex": 1,
|
|
@@ -2685,8 +2685,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2685
2685
|
<View
|
|
2686
2686
|
pointerEvents="auto"
|
|
2687
2687
|
style={
|
|
2688
|
-
|
|
2689
|
-
|
|
2688
|
+
[
|
|
2689
|
+
{
|
|
2690
2690
|
"marginTop": 8,
|
|
2691
2691
|
"width": "100%",
|
|
2692
2692
|
},
|
|
@@ -2696,8 +2696,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2696
2696
|
>
|
|
2697
2697
|
<View
|
|
2698
2698
|
style={
|
|
2699
|
-
|
|
2700
|
-
|
|
2699
|
+
[
|
|
2700
|
+
{
|
|
2701
2701
|
"alignItems": "center",
|
|
2702
2702
|
"backgroundColor": "#ffffff",
|
|
2703
2703
|
"borderRadius": 8,
|
|
@@ -2710,8 +2710,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2710
2710
|
>
|
|
2711
2711
|
<View
|
|
2712
2712
|
style={
|
|
2713
|
-
|
|
2714
|
-
|
|
2713
|
+
[
|
|
2714
|
+
{
|
|
2715
2715
|
"borderColor": "#cb300a",
|
|
2716
2716
|
"borderRadius": 8,
|
|
2717
2717
|
"borderWidth": 1,
|
|
@@ -2721,8 +2721,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2721
2721
|
"right": 0,
|
|
2722
2722
|
"top": 0,
|
|
2723
2723
|
},
|
|
2724
|
-
|
|
2725
|
-
|
|
2724
|
+
[
|
|
2725
|
+
{
|
|
2726
2726
|
"backgroundColor": "#ffffff",
|
|
2727
2727
|
},
|
|
2728
2728
|
undefined,
|
|
@@ -2736,8 +2736,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2736
2736
|
<View
|
|
2737
2737
|
pointerEvents="none"
|
|
2738
2738
|
style={
|
|
2739
|
-
|
|
2740
|
-
|
|
2739
|
+
[
|
|
2740
|
+
{
|
|
2741
2741
|
"backgroundColor": "#ffffff",
|
|
2742
2742
|
"flexDirection": "row",
|
|
2743
2743
|
"left": 16,
|
|
@@ -2746,7 +2746,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2746
2746
|
"top": -4,
|
|
2747
2747
|
"zIndex": 1,
|
|
2748
2748
|
},
|
|
2749
|
-
|
|
2749
|
+
{
|
|
2750
2750
|
"backgroundColor": "#ffffff",
|
|
2751
2751
|
},
|
|
2752
2752
|
]
|
|
@@ -2756,16 +2756,16 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2756
2756
|
<Text
|
|
2757
2757
|
allowFontScaling={false}
|
|
2758
2758
|
style={
|
|
2759
|
-
|
|
2760
|
-
|
|
2759
|
+
[
|
|
2760
|
+
{
|
|
2761
2761
|
"color": "#001f23",
|
|
2762
2762
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2763
2763
|
"fontSize": 12,
|
|
2764
2764
|
"letterSpacing": 0.48,
|
|
2765
2765
|
"lineHeight": 16,
|
|
2766
2766
|
},
|
|
2767
|
-
|
|
2768
|
-
|
|
2767
|
+
[
|
|
2768
|
+
{
|
|
2769
2769
|
"color": "#cb300a",
|
|
2770
2770
|
"lineHeight": 12,
|
|
2771
2771
|
},
|
|
@@ -2782,20 +2782,20 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2782
2782
|
<Text
|
|
2783
2783
|
allowFontScaling={false}
|
|
2784
2784
|
style={
|
|
2785
|
-
|
|
2786
|
-
|
|
2785
|
+
[
|
|
2786
|
+
{
|
|
2787
2787
|
"color": "#001f23",
|
|
2788
2788
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2789
2789
|
"fontSize": 12,
|
|
2790
2790
|
"letterSpacing": 0.48,
|
|
2791
2791
|
"lineHeight": 16,
|
|
2792
2792
|
},
|
|
2793
|
-
|
|
2794
|
-
|
|
2793
|
+
[
|
|
2794
|
+
{
|
|
2795
2795
|
"color": "#001f23",
|
|
2796
2796
|
"lineHeight": 12,
|
|
2797
2797
|
},
|
|
2798
|
-
|
|
2798
|
+
{
|
|
2799
2799
|
"backgroundColor": "#ffffff",
|
|
2800
2800
|
},
|
|
2801
2801
|
],
|
|
@@ -2811,8 +2811,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2811
2811
|
</View>
|
|
2812
2812
|
<View
|
|
2813
2813
|
style={
|
|
2814
|
-
|
|
2815
|
-
|
|
2814
|
+
[
|
|
2815
|
+
{
|
|
2816
2816
|
"alignItems": "center",
|
|
2817
2817
|
"alignSelf": "stretch",
|
|
2818
2818
|
"flexDirection": "row",
|
|
@@ -2825,7 +2825,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2825
2825
|
>
|
|
2826
2826
|
<TextInput
|
|
2827
2827
|
accessibilityState={
|
|
2828
|
-
|
|
2828
|
+
{
|
|
2829
2829
|
"disabled": false,
|
|
2830
2830
|
}
|
|
2831
2831
|
}
|
|
@@ -2838,8 +2838,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2838
2838
|
onFocus={[Function]}
|
|
2839
2839
|
placeholder=" "
|
|
2840
2840
|
style={
|
|
2841
|
-
|
|
2842
|
-
|
|
2841
|
+
[
|
|
2842
|
+
{
|
|
2843
2843
|
"alignSelf": "stretch",
|
|
2844
2844
|
"flexGrow": 2,
|
|
2845
2845
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -2850,7 +2850,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2850
2850
|
"paddingVertical": 0,
|
|
2851
2851
|
"textAlignVertical": "center",
|
|
2852
2852
|
},
|
|
2853
|
-
|
|
2853
|
+
{
|
|
2854
2854
|
"backgroundColor": "#ffffff",
|
|
2855
2855
|
"color": "#001f23",
|
|
2856
2856
|
},
|
|
@@ -2864,8 +2864,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2864
2864
|
</View>
|
|
2865
2865
|
<View
|
|
2866
2866
|
style={
|
|
2867
|
-
|
|
2868
|
-
|
|
2867
|
+
[
|
|
2868
|
+
{
|
|
2869
2869
|
"minHeight": 16,
|
|
2870
2870
|
"paddingLeft": 16,
|
|
2871
2871
|
"paddingTop": 2,
|
|
@@ -2876,8 +2876,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2876
2876
|
>
|
|
2877
2877
|
<View
|
|
2878
2878
|
style={
|
|
2879
|
-
|
|
2880
|
-
|
|
2879
|
+
[
|
|
2880
|
+
{
|
|
2881
2881
|
"flexDirection": "row",
|
|
2882
2882
|
"justifyContent": "space-between",
|
|
2883
2883
|
},
|
|
@@ -2887,8 +2887,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2887
2887
|
>
|
|
2888
2888
|
<View
|
|
2889
2889
|
style={
|
|
2890
|
-
|
|
2891
|
-
|
|
2890
|
+
[
|
|
2891
|
+
{
|
|
2892
2892
|
"alignItems": "center",
|
|
2893
2893
|
"flex": 1,
|
|
2894
2894
|
"flexDirection": "row",
|
|
@@ -2902,8 +2902,8 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2902
2902
|
<HeroIcon
|
|
2903
2903
|
name="circle-info"
|
|
2904
2904
|
style={
|
|
2905
|
-
|
|
2906
|
-
|
|
2905
|
+
[
|
|
2906
|
+
{
|
|
2907
2907
|
"color": "#cb300a",
|
|
2908
2908
|
"fontSize": 16,
|
|
2909
2909
|
},
|
|
@@ -2917,16 +2917,16 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
2917
2917
|
<Text
|
|
2918
2918
|
allowFontScaling={false}
|
|
2919
2919
|
style={
|
|
2920
|
-
|
|
2921
|
-
|
|
2920
|
+
[
|
|
2921
|
+
{
|
|
2922
2922
|
"color": "#001f23",
|
|
2923
2923
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2924
2924
|
"fontSize": 12,
|
|
2925
2925
|
"letterSpacing": 0.48,
|
|
2926
2926
|
"lineHeight": 16,
|
|
2927
2927
|
},
|
|
2928
|
-
|
|
2929
|
-
|
|
2928
|
+
[
|
|
2929
|
+
{
|
|
2930
2930
|
"color": "#cb300a",
|
|
2931
2931
|
"marginLeft": 4,
|
|
2932
2932
|
},
|
|
@@ -2950,8 +2950,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
2950
2950
|
<View
|
|
2951
2951
|
pointerEvents="auto"
|
|
2952
2952
|
style={
|
|
2953
|
-
|
|
2954
|
-
|
|
2953
|
+
[
|
|
2954
|
+
{
|
|
2955
2955
|
"marginTop": 8,
|
|
2956
2956
|
"width": "100%",
|
|
2957
2957
|
},
|
|
@@ -2961,8 +2961,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
2961
2961
|
>
|
|
2962
2962
|
<View
|
|
2963
2963
|
style={
|
|
2964
|
-
|
|
2965
|
-
|
|
2964
|
+
[
|
|
2965
|
+
{
|
|
2966
2966
|
"alignItems": "center",
|
|
2967
2967
|
"backgroundColor": "#ffffff",
|
|
2968
2968
|
"borderRadius": 8,
|
|
@@ -2975,8 +2975,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
2975
2975
|
>
|
|
2976
2976
|
<View
|
|
2977
2977
|
style={
|
|
2978
|
-
|
|
2979
|
-
|
|
2978
|
+
[
|
|
2979
|
+
{
|
|
2980
2980
|
"borderColor": "#001f23",
|
|
2981
2981
|
"borderRadius": 8,
|
|
2982
2982
|
"borderWidth": 1,
|
|
@@ -2986,8 +2986,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
2986
2986
|
"right": 0,
|
|
2987
2987
|
"top": 0,
|
|
2988
2988
|
},
|
|
2989
|
-
|
|
2990
|
-
|
|
2989
|
+
[
|
|
2990
|
+
{
|
|
2991
2991
|
"backgroundColor": "#ffffff",
|
|
2992
2992
|
},
|
|
2993
2993
|
undefined,
|
|
@@ -3001,8 +3001,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3001
3001
|
<HeroIcon
|
|
3002
3002
|
name="dollar-sign"
|
|
3003
3003
|
style={
|
|
3004
|
-
|
|
3005
|
-
|
|
3004
|
+
[
|
|
3005
|
+
{
|
|
3006
3006
|
"color": "#001f23",
|
|
3007
3007
|
"fontSize": 16,
|
|
3008
3008
|
},
|
|
@@ -3015,8 +3015,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3015
3015
|
/>
|
|
3016
3016
|
<View
|
|
3017
3017
|
style={
|
|
3018
|
-
|
|
3019
|
-
|
|
3018
|
+
[
|
|
3019
|
+
{
|
|
3020
3020
|
"alignItems": "center",
|
|
3021
3021
|
"alignSelf": "stretch",
|
|
3022
3022
|
"flexDirection": "row",
|
|
@@ -3030,8 +3030,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3030
3030
|
<View
|
|
3031
3031
|
pointerEvents="none"
|
|
3032
3032
|
style={
|
|
3033
|
-
|
|
3034
|
-
|
|
3033
|
+
[
|
|
3034
|
+
{
|
|
3035
3035
|
"alignItems": "center",
|
|
3036
3036
|
"bottom": 0,
|
|
3037
3037
|
"flexDirection": "row",
|
|
@@ -3049,16 +3049,16 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3049
3049
|
<Text
|
|
3050
3050
|
allowFontScaling={false}
|
|
3051
3051
|
style={
|
|
3052
|
-
|
|
3053
|
-
|
|
3052
|
+
[
|
|
3053
|
+
{
|
|
3054
3054
|
"color": "#001f23",
|
|
3055
3055
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3056
3056
|
"fontSize": 16,
|
|
3057
3057
|
"letterSpacing": 0.48,
|
|
3058
3058
|
"lineHeight": 24,
|
|
3059
3059
|
},
|
|
3060
|
-
|
|
3061
|
-
|
|
3060
|
+
[
|
|
3061
|
+
{
|
|
3062
3062
|
"color": "#cb300a",
|
|
3063
3063
|
},
|
|
3064
3064
|
undefined,
|
|
@@ -3075,16 +3075,16 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3075
3075
|
<Text
|
|
3076
3076
|
allowFontScaling={false}
|
|
3077
3077
|
style={
|
|
3078
|
-
|
|
3079
|
-
|
|
3078
|
+
[
|
|
3079
|
+
{
|
|
3080
3080
|
"color": "#001f23",
|
|
3081
3081
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3082
3082
|
"fontSize": 16,
|
|
3083
3083
|
"letterSpacing": 0.48,
|
|
3084
3084
|
"lineHeight": 24,
|
|
3085
3085
|
},
|
|
3086
|
-
|
|
3087
|
-
|
|
3086
|
+
[
|
|
3087
|
+
{
|
|
3088
3088
|
"alignContent": "center",
|
|
3089
3089
|
"alignItems": "center",
|
|
3090
3090
|
"color": "#001f23",
|
|
@@ -3106,7 +3106,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3106
3106
|
</View>
|
|
3107
3107
|
<TextInput
|
|
3108
3108
|
accessibilityState={
|
|
3109
|
-
|
|
3109
|
+
{
|
|
3110
3110
|
"disabled": false,
|
|
3111
3111
|
}
|
|
3112
3112
|
}
|
|
@@ -3117,8 +3117,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3117
3117
|
onFocus={[Function]}
|
|
3118
3118
|
placeholder=" "
|
|
3119
3119
|
style={
|
|
3120
|
-
|
|
3121
|
-
|
|
3120
|
+
[
|
|
3121
|
+
{
|
|
3122
3122
|
"alignSelf": "stretch",
|
|
3123
3123
|
"flexGrow": 2,
|
|
3124
3124
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -3129,7 +3129,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3129
3129
|
"paddingVertical": 0,
|
|
3130
3130
|
"textAlignVertical": "center",
|
|
3131
3131
|
},
|
|
3132
|
-
|
|
3132
|
+
{
|
|
3133
3133
|
"backgroundColor": "#ffffff",
|
|
3134
3134
|
"color": "#001f23",
|
|
3135
3135
|
},
|
|
@@ -3142,8 +3142,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3142
3142
|
</View>
|
|
3143
3143
|
<View
|
|
3144
3144
|
style={
|
|
3145
|
-
|
|
3146
|
-
|
|
3145
|
+
[
|
|
3146
|
+
{
|
|
3147
3147
|
"minHeight": 16,
|
|
3148
3148
|
"paddingLeft": 16,
|
|
3149
3149
|
"paddingTop": 2,
|
|
@@ -3154,8 +3154,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3154
3154
|
>
|
|
3155
3155
|
<View
|
|
3156
3156
|
style={
|
|
3157
|
-
|
|
3158
|
-
|
|
3157
|
+
[
|
|
3158
|
+
{
|
|
3159
3159
|
"flexDirection": "row",
|
|
3160
3160
|
"justifyContent": "space-between",
|
|
3161
3161
|
},
|
|
@@ -3166,8 +3166,8 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3166
3166
|
<Text
|
|
3167
3167
|
allowFontScaling={false}
|
|
3168
3168
|
style={
|
|
3169
|
-
|
|
3170
|
-
|
|
3169
|
+
[
|
|
3170
|
+
{
|
|
3171
3171
|
"color": "#001f23",
|
|
3172
3172
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3173
3173
|
"fontSize": 12,
|
|
@@ -3191,8 +3191,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3191
3191
|
<View
|
|
3192
3192
|
pointerEvents="none"
|
|
3193
3193
|
style={
|
|
3194
|
-
|
|
3195
|
-
|
|
3194
|
+
[
|
|
3195
|
+
{
|
|
3196
3196
|
"marginTop": 8,
|
|
3197
3197
|
"width": "100%",
|
|
3198
3198
|
},
|
|
@@ -3202,8 +3202,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3202
3202
|
>
|
|
3203
3203
|
<View
|
|
3204
3204
|
style={
|
|
3205
|
-
|
|
3206
|
-
|
|
3205
|
+
[
|
|
3206
|
+
{
|
|
3207
3207
|
"alignItems": "center",
|
|
3208
3208
|
"backgroundColor": "#ffffff",
|
|
3209
3209
|
"borderRadius": 8,
|
|
@@ -3216,8 +3216,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3216
3216
|
>
|
|
3217
3217
|
<View
|
|
3218
3218
|
style={
|
|
3219
|
-
|
|
3220
|
-
|
|
3219
|
+
[
|
|
3220
|
+
{
|
|
3221
3221
|
"borderColor": "#808f91",
|
|
3222
3222
|
"borderRadius": 8,
|
|
3223
3223
|
"borderWidth": 1,
|
|
@@ -3227,8 +3227,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3227
3227
|
"right": 0,
|
|
3228
3228
|
"top": 0,
|
|
3229
3229
|
},
|
|
3230
|
-
|
|
3231
|
-
|
|
3230
|
+
[
|
|
3231
|
+
{
|
|
3232
3232
|
"backgroundColor": "#ffffff",
|
|
3233
3233
|
},
|
|
3234
3234
|
undefined,
|
|
@@ -3242,8 +3242,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3242
3242
|
<View
|
|
3243
3243
|
pointerEvents="none"
|
|
3244
3244
|
style={
|
|
3245
|
-
|
|
3246
|
-
|
|
3245
|
+
[
|
|
3246
|
+
{
|
|
3247
3247
|
"backgroundColor": "#ffffff",
|
|
3248
3248
|
"flexDirection": "row",
|
|
3249
3249
|
"left": 16,
|
|
@@ -3252,7 +3252,7 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3252
3252
|
"top": -4,
|
|
3253
3253
|
"zIndex": 1,
|
|
3254
3254
|
},
|
|
3255
|
-
|
|
3255
|
+
{
|
|
3256
3256
|
"backgroundColor": "#ffffff",
|
|
3257
3257
|
},
|
|
3258
3258
|
]
|
|
@@ -3262,16 +3262,16 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3262
3262
|
<Text
|
|
3263
3263
|
allowFontScaling={false}
|
|
3264
3264
|
style={
|
|
3265
|
-
|
|
3266
|
-
|
|
3265
|
+
[
|
|
3266
|
+
{
|
|
3267
3267
|
"color": "#001f23",
|
|
3268
3268
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3269
3269
|
"fontSize": 12,
|
|
3270
3270
|
"letterSpacing": 0.48,
|
|
3271
3271
|
"lineHeight": 16,
|
|
3272
3272
|
},
|
|
3273
|
-
|
|
3274
|
-
|
|
3273
|
+
[
|
|
3274
|
+
{
|
|
3275
3275
|
"color": "#808f91",
|
|
3276
3276
|
"lineHeight": 12,
|
|
3277
3277
|
},
|
|
@@ -3288,20 +3288,20 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3288
3288
|
<Text
|
|
3289
3289
|
allowFontScaling={false}
|
|
3290
3290
|
style={
|
|
3291
|
-
|
|
3292
|
-
|
|
3291
|
+
[
|
|
3292
|
+
{
|
|
3293
3293
|
"color": "#001f23",
|
|
3294
3294
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3295
3295
|
"fontSize": 12,
|
|
3296
3296
|
"letterSpacing": 0.48,
|
|
3297
3297
|
"lineHeight": 16,
|
|
3298
3298
|
},
|
|
3299
|
-
|
|
3300
|
-
|
|
3299
|
+
[
|
|
3300
|
+
{
|
|
3301
3301
|
"color": "#808f91",
|
|
3302
3302
|
"lineHeight": 12,
|
|
3303
3303
|
},
|
|
3304
|
-
|
|
3304
|
+
{
|
|
3305
3305
|
"backgroundColor": "#ffffff",
|
|
3306
3306
|
},
|
|
3307
3307
|
],
|
|
@@ -3318,8 +3318,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3318
3318
|
<HeroIcon
|
|
3319
3319
|
name="dollar-sign"
|
|
3320
3320
|
style={
|
|
3321
|
-
|
|
3322
|
-
|
|
3321
|
+
[
|
|
3322
|
+
{
|
|
3323
3323
|
"color": "#001f23",
|
|
3324
3324
|
"fontSize": 16,
|
|
3325
3325
|
},
|
|
@@ -3332,8 +3332,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3332
3332
|
/>
|
|
3333
3333
|
<View
|
|
3334
3334
|
style={
|
|
3335
|
-
|
|
3336
|
-
|
|
3335
|
+
[
|
|
3336
|
+
{
|
|
3337
3337
|
"alignItems": "center",
|
|
3338
3338
|
"alignSelf": "stretch",
|
|
3339
3339
|
"flexDirection": "row",
|
|
@@ -3346,7 +3346,7 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3346
3346
|
>
|
|
3347
3347
|
<TextInput
|
|
3348
3348
|
accessibilityState={
|
|
3349
|
-
|
|
3349
|
+
{
|
|
3350
3350
|
"disabled": true,
|
|
3351
3351
|
}
|
|
3352
3352
|
}
|
|
@@ -3357,8 +3357,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3357
3357
|
onFocus={[Function]}
|
|
3358
3358
|
placeholder=" "
|
|
3359
3359
|
style={
|
|
3360
|
-
|
|
3361
|
-
|
|
3360
|
+
[
|
|
3361
|
+
{
|
|
3362
3362
|
"alignSelf": "stretch",
|
|
3363
3363
|
"flexGrow": 2,
|
|
3364
3364
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -3369,7 +3369,7 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3369
3369
|
"paddingVertical": 0,
|
|
3370
3370
|
"textAlignVertical": "center",
|
|
3371
3371
|
},
|
|
3372
|
-
|
|
3372
|
+
{
|
|
3373
3373
|
"backgroundColor": "#ffffff",
|
|
3374
3374
|
"color": "#001f23",
|
|
3375
3375
|
},
|
|
@@ -3383,8 +3383,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3383
3383
|
<HeroIcon
|
|
3384
3384
|
name="arrow-down"
|
|
3385
3385
|
style={
|
|
3386
|
-
|
|
3387
|
-
|
|
3386
|
+
[
|
|
3387
|
+
{
|
|
3388
3388
|
"color": "#001f23",
|
|
3389
3389
|
"fontSize": 24,
|
|
3390
3390
|
},
|
|
@@ -3398,8 +3398,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3398
3398
|
</View>
|
|
3399
3399
|
<View
|
|
3400
3400
|
style={
|
|
3401
|
-
|
|
3402
|
-
|
|
3401
|
+
[
|
|
3402
|
+
{
|
|
3403
3403
|
"minHeight": 16,
|
|
3404
3404
|
"paddingLeft": 16,
|
|
3405
3405
|
"paddingTop": 2,
|
|
@@ -3410,8 +3410,8 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
3410
3410
|
>
|
|
3411
3411
|
<View
|
|
3412
3412
|
style={
|
|
3413
|
-
|
|
3414
|
-
|
|
3413
|
+
[
|
|
3414
|
+
{
|
|
3415
3415
|
"flexDirection": "row",
|
|
3416
3416
|
"justifyContent": "space-between",
|
|
3417
3417
|
},
|
|
@@ -3427,8 +3427,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3427
3427
|
<View
|
|
3428
3428
|
pointerEvents="auto"
|
|
3429
3429
|
style={
|
|
3430
|
-
|
|
3431
|
-
|
|
3430
|
+
[
|
|
3431
|
+
{
|
|
3432
3432
|
"marginTop": 8,
|
|
3433
3433
|
"width": "100%",
|
|
3434
3434
|
},
|
|
@@ -3438,8 +3438,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3438
3438
|
>
|
|
3439
3439
|
<View
|
|
3440
3440
|
style={
|
|
3441
|
-
|
|
3442
|
-
|
|
3441
|
+
[
|
|
3442
|
+
{
|
|
3443
3443
|
"alignItems": "center",
|
|
3444
3444
|
"backgroundColor": "#ffffff",
|
|
3445
3445
|
"borderRadius": 8,
|
|
@@ -3452,8 +3452,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3452
3452
|
>
|
|
3453
3453
|
<View
|
|
3454
3454
|
style={
|
|
3455
|
-
|
|
3456
|
-
|
|
3455
|
+
[
|
|
3456
|
+
{
|
|
3457
3457
|
"borderColor": "#001f23",
|
|
3458
3458
|
"borderRadius": 8,
|
|
3459
3459
|
"borderWidth": 1,
|
|
@@ -3463,8 +3463,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3463
3463
|
"right": 0,
|
|
3464
3464
|
"top": 0,
|
|
3465
3465
|
},
|
|
3466
|
-
|
|
3467
|
-
|
|
3466
|
+
[
|
|
3467
|
+
{
|
|
3468
3468
|
"backgroundColor": "#ffffff",
|
|
3469
3469
|
},
|
|
3470
3470
|
undefined,
|
|
@@ -3478,8 +3478,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3478
3478
|
<View
|
|
3479
3479
|
pointerEvents="none"
|
|
3480
3480
|
style={
|
|
3481
|
-
|
|
3482
|
-
|
|
3481
|
+
[
|
|
3482
|
+
{
|
|
3483
3483
|
"backgroundColor": "#ffffff",
|
|
3484
3484
|
"flexDirection": "row",
|
|
3485
3485
|
"left": 16,
|
|
@@ -3488,7 +3488,7 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3488
3488
|
"top": -4,
|
|
3489
3489
|
"zIndex": 1,
|
|
3490
3490
|
},
|
|
3491
|
-
|
|
3491
|
+
{
|
|
3492
3492
|
"backgroundColor": "#ffffff",
|
|
3493
3493
|
},
|
|
3494
3494
|
]
|
|
@@ -3498,20 +3498,20 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3498
3498
|
<Text
|
|
3499
3499
|
allowFontScaling={false}
|
|
3500
3500
|
style={
|
|
3501
|
-
|
|
3502
|
-
|
|
3501
|
+
[
|
|
3502
|
+
{
|
|
3503
3503
|
"color": "#001f23",
|
|
3504
3504
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3505
3505
|
"fontSize": 12,
|
|
3506
3506
|
"letterSpacing": 0.48,
|
|
3507
3507
|
"lineHeight": 16,
|
|
3508
3508
|
},
|
|
3509
|
-
|
|
3510
|
-
|
|
3509
|
+
[
|
|
3510
|
+
{
|
|
3511
3511
|
"color": "#001f23",
|
|
3512
3512
|
"lineHeight": 12,
|
|
3513
3513
|
},
|
|
3514
|
-
|
|
3514
|
+
{
|
|
3515
3515
|
"backgroundColor": "#ffffff",
|
|
3516
3516
|
},
|
|
3517
3517
|
],
|
|
@@ -3527,8 +3527,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3527
3527
|
</View>
|
|
3528
3528
|
<View
|
|
3529
3529
|
style={
|
|
3530
|
-
|
|
3531
|
-
|
|
3530
|
+
[
|
|
3531
|
+
{
|
|
3532
3532
|
"alignItems": "center",
|
|
3533
3533
|
"alignSelf": "stretch",
|
|
3534
3534
|
"flexDirection": "row",
|
|
@@ -3541,7 +3541,7 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3541
3541
|
>
|
|
3542
3542
|
<TextInput
|
|
3543
3543
|
accessibilityState={
|
|
3544
|
-
|
|
3544
|
+
{
|
|
3545
3545
|
"disabled": false,
|
|
3546
3546
|
}
|
|
3547
3547
|
}
|
|
@@ -3552,8 +3552,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3552
3552
|
onFocus={[Function]}
|
|
3553
3553
|
placeholder=" "
|
|
3554
3554
|
style={
|
|
3555
|
-
|
|
3556
|
-
|
|
3555
|
+
[
|
|
3556
|
+
{
|
|
3557
3557
|
"alignSelf": "stretch",
|
|
3558
3558
|
"flexGrow": 2,
|
|
3559
3559
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -3564,7 +3564,7 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3564
3564
|
"paddingVertical": 0,
|
|
3565
3565
|
"textAlignVertical": "center",
|
|
3566
3566
|
},
|
|
3567
|
-
|
|
3567
|
+
{
|
|
3568
3568
|
"backgroundColor": "#ffffff",
|
|
3569
3569
|
"color": "#001f23",
|
|
3570
3570
|
},
|
|
@@ -3578,8 +3578,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3578
3578
|
</View>
|
|
3579
3579
|
<View
|
|
3580
3580
|
style={
|
|
3581
|
-
|
|
3582
|
-
|
|
3581
|
+
[
|
|
3582
|
+
{
|
|
3583
3583
|
"minHeight": 16,
|
|
3584
3584
|
"paddingLeft": 16,
|
|
3585
3585
|
"paddingTop": 2,
|
|
@@ -3590,8 +3590,8 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
3590
3590
|
>
|
|
3591
3591
|
<View
|
|
3592
3592
|
style={
|
|
3593
|
-
|
|
3594
|
-
|
|
3593
|
+
[
|
|
3594
|
+
{
|
|
3595
3595
|
"flexDirection": "row",
|
|
3596
3596
|
"justifyContent": "space-between",
|
|
3597
3597
|
},
|
|
@@ -3607,8 +3607,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3607
3607
|
<View
|
|
3608
3608
|
pointerEvents="auto"
|
|
3609
3609
|
style={
|
|
3610
|
-
|
|
3611
|
-
|
|
3610
|
+
[
|
|
3611
|
+
{
|
|
3612
3612
|
"marginTop": 8,
|
|
3613
3613
|
"width": "100%",
|
|
3614
3614
|
},
|
|
@@ -3618,8 +3618,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3618
3618
|
>
|
|
3619
3619
|
<View
|
|
3620
3620
|
style={
|
|
3621
|
-
|
|
3622
|
-
|
|
3621
|
+
[
|
|
3622
|
+
{
|
|
3623
3623
|
"alignItems": "center",
|
|
3624
3624
|
"backgroundColor": "#ffffff",
|
|
3625
3625
|
"borderRadius": 8,
|
|
@@ -3632,8 +3632,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3632
3632
|
>
|
|
3633
3633
|
<View
|
|
3634
3634
|
style={
|
|
3635
|
-
|
|
3636
|
-
|
|
3635
|
+
[
|
|
3636
|
+
{
|
|
3637
3637
|
"borderColor": "#001f23",
|
|
3638
3638
|
"borderRadius": 8,
|
|
3639
3639
|
"borderWidth": 1,
|
|
@@ -3643,8 +3643,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3643
3643
|
"right": 0,
|
|
3644
3644
|
"top": 0,
|
|
3645
3645
|
},
|
|
3646
|
-
|
|
3647
|
-
|
|
3646
|
+
[
|
|
3647
|
+
{
|
|
3648
3648
|
"backgroundColor": "#ffffff",
|
|
3649
3649
|
},
|
|
3650
3650
|
undefined,
|
|
@@ -3658,8 +3658,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3658
3658
|
<HeroIcon
|
|
3659
3659
|
name="dollar-sign"
|
|
3660
3660
|
style={
|
|
3661
|
-
|
|
3662
|
-
|
|
3661
|
+
[
|
|
3662
|
+
{
|
|
3663
3663
|
"color": "#001f23",
|
|
3664
3664
|
"fontSize": 16,
|
|
3665
3665
|
},
|
|
@@ -3672,8 +3672,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3672
3672
|
/>
|
|
3673
3673
|
<View
|
|
3674
3674
|
style={
|
|
3675
|
-
|
|
3676
|
-
|
|
3675
|
+
[
|
|
3676
|
+
{
|
|
3677
3677
|
"alignItems": "center",
|
|
3678
3678
|
"alignSelf": "stretch",
|
|
3679
3679
|
"flexDirection": "row",
|
|
@@ -3687,8 +3687,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3687
3687
|
<View
|
|
3688
3688
|
pointerEvents="none"
|
|
3689
3689
|
style={
|
|
3690
|
-
|
|
3691
|
-
|
|
3690
|
+
[
|
|
3691
|
+
{
|
|
3692
3692
|
"alignItems": "center",
|
|
3693
3693
|
"bottom": 0,
|
|
3694
3694
|
"flexDirection": "row",
|
|
@@ -3706,16 +3706,16 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3706
3706
|
<Text
|
|
3707
3707
|
allowFontScaling={false}
|
|
3708
3708
|
style={
|
|
3709
|
-
|
|
3710
|
-
|
|
3709
|
+
[
|
|
3710
|
+
{
|
|
3711
3711
|
"color": "#001f23",
|
|
3712
3712
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3713
3713
|
"fontSize": 16,
|
|
3714
3714
|
"letterSpacing": 0.48,
|
|
3715
3715
|
"lineHeight": 24,
|
|
3716
3716
|
},
|
|
3717
|
-
|
|
3718
|
-
|
|
3717
|
+
[
|
|
3718
|
+
{
|
|
3719
3719
|
"color": "#cb300a",
|
|
3720
3720
|
},
|
|
3721
3721
|
undefined,
|
|
@@ -3732,16 +3732,16 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3732
3732
|
<Text
|
|
3733
3733
|
allowFontScaling={false}
|
|
3734
3734
|
style={
|
|
3735
|
-
|
|
3736
|
-
|
|
3735
|
+
[
|
|
3736
|
+
{
|
|
3737
3737
|
"color": "#001f23",
|
|
3738
3738
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3739
3739
|
"fontSize": 16,
|
|
3740
3740
|
"letterSpacing": 0.48,
|
|
3741
3741
|
"lineHeight": 24,
|
|
3742
3742
|
},
|
|
3743
|
-
|
|
3744
|
-
|
|
3743
|
+
[
|
|
3744
|
+
{
|
|
3745
3745
|
"alignContent": "center",
|
|
3746
3746
|
"alignItems": "center",
|
|
3747
3747
|
"color": "#001f23",
|
|
@@ -3763,7 +3763,7 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3763
3763
|
</View>
|
|
3764
3764
|
<TextInput
|
|
3765
3765
|
accessibilityState={
|
|
3766
|
-
|
|
3766
|
+
{
|
|
3767
3767
|
"disabled": false,
|
|
3768
3768
|
}
|
|
3769
3769
|
}
|
|
@@ -3774,8 +3774,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3774
3774
|
onFocus={[Function]}
|
|
3775
3775
|
placeholder=" "
|
|
3776
3776
|
style={
|
|
3777
|
-
|
|
3778
|
-
|
|
3777
|
+
[
|
|
3778
|
+
{
|
|
3779
3779
|
"alignSelf": "stretch",
|
|
3780
3780
|
"flexGrow": 2,
|
|
3781
3781
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -3786,7 +3786,7 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3786
3786
|
"paddingVertical": 0,
|
|
3787
3787
|
"textAlignVertical": "center",
|
|
3788
3788
|
},
|
|
3789
|
-
|
|
3789
|
+
{
|
|
3790
3790
|
"backgroundColor": "#ffffff",
|
|
3791
3791
|
"color": "#001f23",
|
|
3792
3792
|
},
|
|
@@ -3799,8 +3799,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3799
3799
|
<HeroIcon
|
|
3800
3800
|
name="arrow-down"
|
|
3801
3801
|
style={
|
|
3802
|
-
|
|
3803
|
-
|
|
3802
|
+
[
|
|
3803
|
+
{
|
|
3804
3804
|
"color": "#001f23",
|
|
3805
3805
|
"fontSize": 24,
|
|
3806
3806
|
},
|
|
@@ -3814,8 +3814,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3814
3814
|
</View>
|
|
3815
3815
|
<View
|
|
3816
3816
|
style={
|
|
3817
|
-
|
|
3818
|
-
|
|
3817
|
+
[
|
|
3818
|
+
{
|
|
3819
3819
|
"minHeight": 16,
|
|
3820
3820
|
"paddingLeft": 16,
|
|
3821
3821
|
"paddingTop": 2,
|
|
@@ -3826,8 +3826,8 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3826
3826
|
>
|
|
3827
3827
|
<View
|
|
3828
3828
|
style={
|
|
3829
|
-
|
|
3830
|
-
|
|
3829
|
+
[
|
|
3830
|
+
{
|
|
3831
3831
|
"flexDirection": "row",
|
|
3832
3832
|
"justifyContent": "space-between",
|
|
3833
3833
|
},
|
|
@@ -3843,8 +3843,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3843
3843
|
<View
|
|
3844
3844
|
pointerEvents="auto"
|
|
3845
3845
|
style={
|
|
3846
|
-
|
|
3847
|
-
|
|
3846
|
+
[
|
|
3847
|
+
{
|
|
3848
3848
|
"marginTop": 8,
|
|
3849
3849
|
"width": "100%",
|
|
3850
3850
|
},
|
|
@@ -3854,8 +3854,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3854
3854
|
>
|
|
3855
3855
|
<View
|
|
3856
3856
|
style={
|
|
3857
|
-
|
|
3858
|
-
|
|
3857
|
+
[
|
|
3858
|
+
{
|
|
3859
3859
|
"alignItems": "center",
|
|
3860
3860
|
"backgroundColor": "#ffffff",
|
|
3861
3861
|
"borderRadius": 8,
|
|
@@ -3868,8 +3868,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3868
3868
|
>
|
|
3869
3869
|
<View
|
|
3870
3870
|
style={
|
|
3871
|
-
|
|
3872
|
-
|
|
3871
|
+
[
|
|
3872
|
+
{
|
|
3873
3873
|
"borderColor": "#001f23",
|
|
3874
3874
|
"borderRadius": 8,
|
|
3875
3875
|
"borderWidth": 1,
|
|
@@ -3879,8 +3879,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3879
3879
|
"right": 0,
|
|
3880
3880
|
"top": 0,
|
|
3881
3881
|
},
|
|
3882
|
-
|
|
3883
|
-
|
|
3882
|
+
[
|
|
3883
|
+
{
|
|
3884
3884
|
"backgroundColor": "#ffffff",
|
|
3885
3885
|
},
|
|
3886
3886
|
undefined,
|
|
@@ -3894,8 +3894,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3894
3894
|
<View
|
|
3895
3895
|
pointerEvents="none"
|
|
3896
3896
|
style={
|
|
3897
|
-
|
|
3898
|
-
|
|
3897
|
+
[
|
|
3898
|
+
{
|
|
3899
3899
|
"backgroundColor": "#ffffff",
|
|
3900
3900
|
"flexDirection": "row",
|
|
3901
3901
|
"left": 16,
|
|
@@ -3904,7 +3904,7 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3904
3904
|
"top": -4,
|
|
3905
3905
|
"zIndex": 1,
|
|
3906
3906
|
},
|
|
3907
|
-
|
|
3907
|
+
{
|
|
3908
3908
|
"backgroundColor": "#ffffff",
|
|
3909
3909
|
},
|
|
3910
3910
|
]
|
|
@@ -3914,20 +3914,20 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3914
3914
|
<Text
|
|
3915
3915
|
allowFontScaling={false}
|
|
3916
3916
|
style={
|
|
3917
|
-
|
|
3918
|
-
|
|
3917
|
+
[
|
|
3918
|
+
{
|
|
3919
3919
|
"color": "#001f23",
|
|
3920
3920
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3921
3921
|
"fontSize": 12,
|
|
3922
3922
|
"letterSpacing": 0.48,
|
|
3923
3923
|
"lineHeight": 16,
|
|
3924
3924
|
},
|
|
3925
|
-
|
|
3926
|
-
|
|
3925
|
+
[
|
|
3926
|
+
{
|
|
3927
3927
|
"color": "#001f23",
|
|
3928
3928
|
"lineHeight": 12,
|
|
3929
3929
|
},
|
|
3930
|
-
|
|
3930
|
+
{
|
|
3931
3931
|
"backgroundColor": "#ffffff",
|
|
3932
3932
|
},
|
|
3933
3933
|
],
|
|
@@ -3943,8 +3943,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3943
3943
|
</View>
|
|
3944
3944
|
<View
|
|
3945
3945
|
style={
|
|
3946
|
-
|
|
3947
|
-
|
|
3946
|
+
[
|
|
3947
|
+
{
|
|
3948
3948
|
"alignItems": "center",
|
|
3949
3949
|
"alignSelf": "stretch",
|
|
3950
3950
|
"flexDirection": "row",
|
|
@@ -3957,7 +3957,7 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3957
3957
|
>
|
|
3958
3958
|
<TextInput
|
|
3959
3959
|
accessibilityState={
|
|
3960
|
-
|
|
3960
|
+
{
|
|
3961
3961
|
"disabled": false,
|
|
3962
3962
|
}
|
|
3963
3963
|
}
|
|
@@ -3969,8 +3969,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3969
3969
|
onFocus={[Function]}
|
|
3970
3970
|
placeholder=" "
|
|
3971
3971
|
style={
|
|
3972
|
-
|
|
3973
|
-
|
|
3972
|
+
[
|
|
3973
|
+
{
|
|
3974
3974
|
"alignSelf": "stretch",
|
|
3975
3975
|
"flexGrow": 2,
|
|
3976
3976
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -3981,7 +3981,7 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3981
3981
|
"paddingVertical": 0,
|
|
3982
3982
|
"textAlignVertical": "top",
|
|
3983
3983
|
},
|
|
3984
|
-
|
|
3984
|
+
{
|
|
3985
3985
|
"backgroundColor": "#ffffff",
|
|
3986
3986
|
"color": "#001f23",
|
|
3987
3987
|
},
|
|
@@ -3995,8 +3995,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
3995
3995
|
</View>
|
|
3996
3996
|
<View
|
|
3997
3997
|
style={
|
|
3998
|
-
|
|
3999
|
-
|
|
3998
|
+
[
|
|
3999
|
+
{
|
|
4000
4000
|
"minHeight": 16,
|
|
4001
4001
|
"paddingLeft": 16,
|
|
4002
4002
|
"paddingTop": 2,
|
|
@@ -4007,8 +4007,8 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
4007
4007
|
>
|
|
4008
4008
|
<View
|
|
4009
4009
|
style={
|
|
4010
|
-
|
|
4011
|
-
|
|
4010
|
+
[
|
|
4011
|
+
{
|
|
4012
4012
|
"flexDirection": "row",
|
|
4013
4013
|
"justifyContent": "space-between",
|
|
4014
4014
|
},
|