@hero-design/rn 8.38.0 → 8.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +201 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +201 -196
- package/package.json +13 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/BottomNavigation/index.tsx +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Carousel/CardCarousel.tsx +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Tabs/SceneView.tsx +5 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
- package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
- package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
- package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
- package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
- package/src/components/Modal/__tests__/index.spec.tsx +0 -50
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`rendering renders correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"alignContent": "flex-start",
|
|
9
9
|
},
|
|
10
10
|
undefined,
|
|
@@ -13,8 +13,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
13
13
|
>
|
|
14
14
|
<View
|
|
15
15
|
style={
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
[
|
|
17
|
+
{
|
|
18
18
|
"flexDirection": "row",
|
|
19
19
|
},
|
|
20
20
|
undefined,
|
|
@@ -23,8 +23,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
23
23
|
>
|
|
24
24
|
<View
|
|
25
25
|
style={
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
[
|
|
27
|
+
{
|
|
28
28
|
"alignItems": "center",
|
|
29
29
|
"borderColor": "#001f23",
|
|
30
30
|
"borderRadius": 8,
|
|
@@ -41,8 +41,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
41
41
|
>
|
|
42
42
|
<View
|
|
43
43
|
style={
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
[
|
|
45
|
+
{
|
|
46
46
|
"backgroundColor": "#001f23",
|
|
47
47
|
"borderColor": "#001f23",
|
|
48
48
|
"borderRadius": 999,
|
|
@@ -59,8 +59,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
59
59
|
</View>
|
|
60
60
|
<View
|
|
61
61
|
style={
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
[
|
|
63
|
+
{
|
|
64
64
|
"marginLeft": 16,
|
|
65
65
|
},
|
|
66
66
|
undefined,
|
|
@@ -69,8 +69,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
69
69
|
/>
|
|
70
70
|
<View
|
|
71
71
|
style={
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
[
|
|
73
|
+
{
|
|
74
74
|
"alignItems": "center",
|
|
75
75
|
"borderColor": "#001f23",
|
|
76
76
|
"borderRadius": 8,
|
|
@@ -87,8 +87,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
87
87
|
>
|
|
88
88
|
<View
|
|
89
89
|
style={
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
[
|
|
91
|
+
{
|
|
92
92
|
"backgroundColor": "#001f23",
|
|
93
93
|
"borderColor": "#001f23",
|
|
94
94
|
"borderRadius": 999,
|
|
@@ -105,8 +105,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
105
105
|
</View>
|
|
106
106
|
<View
|
|
107
107
|
style={
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
[
|
|
109
|
+
{
|
|
110
110
|
"marginLeft": 16,
|
|
111
111
|
},
|
|
112
112
|
undefined,
|
|
@@ -115,8 +115,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
115
115
|
/>
|
|
116
116
|
<View
|
|
117
117
|
style={
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
[
|
|
119
|
+
{
|
|
120
120
|
"alignItems": "center",
|
|
121
121
|
"borderColor": "#001f23",
|
|
122
122
|
"borderRadius": 8,
|
|
@@ -133,8 +133,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
133
133
|
>
|
|
134
134
|
<View
|
|
135
135
|
style={
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
[
|
|
137
|
+
{
|
|
138
138
|
"borderColor": "#001f23",
|
|
139
139
|
"borderRadius": 999,
|
|
140
140
|
"borderWidth": 1,
|
|
@@ -150,8 +150,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
150
150
|
</View>
|
|
151
151
|
<View
|
|
152
152
|
style={
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
[
|
|
154
|
+
{
|
|
155
155
|
"marginLeft": 16,
|
|
156
156
|
},
|
|
157
157
|
undefined,
|
|
@@ -160,8 +160,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
160
160
|
/>
|
|
161
161
|
<View
|
|
162
162
|
style={
|
|
163
|
-
|
|
164
|
-
|
|
163
|
+
[
|
|
164
|
+
{
|
|
165
165
|
"alignItems": "center",
|
|
166
166
|
"borderColor": "#001f23",
|
|
167
167
|
"borderRadius": 8,
|
|
@@ -178,8 +178,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
178
178
|
>
|
|
179
179
|
<View
|
|
180
180
|
style={
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
[
|
|
182
|
+
{
|
|
183
183
|
"borderColor": "#001f23",
|
|
184
184
|
"borderRadius": 999,
|
|
185
185
|
"borderWidth": 1,
|
|
@@ -207,8 +207,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
207
207
|
pointerEvents="box-only"
|
|
208
208
|
secureTextEntry={true}
|
|
209
209
|
style={
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
[
|
|
211
|
+
{
|
|
212
212
|
"height": "100%",
|
|
213
213
|
"left": 0,
|
|
214
214
|
"opacity": 0,
|
|
@@ -229,8 +229,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
229
229
|
exports[`rendering renders correctly when disabled 1`] = `
|
|
230
230
|
<View
|
|
231
231
|
style={
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
[
|
|
233
|
+
{
|
|
234
234
|
"alignContent": "flex-start",
|
|
235
235
|
},
|
|
236
236
|
undefined,
|
|
@@ -239,8 +239,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
239
239
|
>
|
|
240
240
|
<View
|
|
241
241
|
style={
|
|
242
|
-
|
|
243
|
-
|
|
242
|
+
[
|
|
243
|
+
{
|
|
244
244
|
"flexDirection": "row",
|
|
245
245
|
},
|
|
246
246
|
undefined,
|
|
@@ -249,8 +249,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
249
249
|
>
|
|
250
250
|
<View
|
|
251
251
|
style={
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
[
|
|
253
|
+
{
|
|
254
254
|
"alignItems": "center",
|
|
255
255
|
"borderColor": "#bfc1c5",
|
|
256
256
|
"borderRadius": 8,
|
|
@@ -267,8 +267,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
267
267
|
>
|
|
268
268
|
<View
|
|
269
269
|
style={
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
[
|
|
271
|
+
{
|
|
272
272
|
"backgroundColor": "#bfc1c5",
|
|
273
273
|
"borderColor": "#bfc1c5",
|
|
274
274
|
"borderRadius": 999,
|
|
@@ -285,8 +285,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
285
285
|
</View>
|
|
286
286
|
<View
|
|
287
287
|
style={
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
[
|
|
289
|
+
{
|
|
290
290
|
"marginLeft": 16,
|
|
291
291
|
},
|
|
292
292
|
undefined,
|
|
@@ -295,8 +295,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
295
295
|
/>
|
|
296
296
|
<View
|
|
297
297
|
style={
|
|
298
|
-
|
|
299
|
-
|
|
298
|
+
[
|
|
299
|
+
{
|
|
300
300
|
"alignItems": "center",
|
|
301
301
|
"borderColor": "#bfc1c5",
|
|
302
302
|
"borderRadius": 8,
|
|
@@ -313,8 +313,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
313
313
|
>
|
|
314
314
|
<View
|
|
315
315
|
style={
|
|
316
|
-
|
|
317
|
-
|
|
316
|
+
[
|
|
317
|
+
{
|
|
318
318
|
"backgroundColor": "#bfc1c5",
|
|
319
319
|
"borderColor": "#bfc1c5",
|
|
320
320
|
"borderRadius": 999,
|
|
@@ -331,8 +331,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
331
331
|
</View>
|
|
332
332
|
<View
|
|
333
333
|
style={
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
[
|
|
335
|
+
{
|
|
336
336
|
"marginLeft": 16,
|
|
337
337
|
},
|
|
338
338
|
undefined,
|
|
@@ -341,8 +341,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
341
341
|
/>
|
|
342
342
|
<View
|
|
343
343
|
style={
|
|
344
|
-
|
|
345
|
-
|
|
344
|
+
[
|
|
345
|
+
{
|
|
346
346
|
"alignItems": "center",
|
|
347
347
|
"borderColor": "#bfc1c5",
|
|
348
348
|
"borderRadius": 8,
|
|
@@ -359,8 +359,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
359
359
|
>
|
|
360
360
|
<View
|
|
361
361
|
style={
|
|
362
|
-
|
|
363
|
-
|
|
362
|
+
[
|
|
363
|
+
{
|
|
364
364
|
"borderColor": "#bfc1c5",
|
|
365
365
|
"borderRadius": 999,
|
|
366
366
|
"borderWidth": 1,
|
|
@@ -376,8 +376,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
376
376
|
</View>
|
|
377
377
|
<View
|
|
378
378
|
style={
|
|
379
|
-
|
|
380
|
-
|
|
379
|
+
[
|
|
380
|
+
{
|
|
381
381
|
"marginLeft": 16,
|
|
382
382
|
},
|
|
383
383
|
undefined,
|
|
@@ -386,8 +386,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
386
386
|
/>
|
|
387
387
|
<View
|
|
388
388
|
style={
|
|
389
|
-
|
|
390
|
-
|
|
389
|
+
[
|
|
390
|
+
{
|
|
391
391
|
"alignItems": "center",
|
|
392
392
|
"borderColor": "#bfc1c5",
|
|
393
393
|
"borderRadius": 8,
|
|
@@ -404,8 +404,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
404
404
|
>
|
|
405
405
|
<View
|
|
406
406
|
style={
|
|
407
|
-
|
|
408
|
-
|
|
407
|
+
[
|
|
408
|
+
{
|
|
409
409
|
"borderColor": "#bfc1c5",
|
|
410
410
|
"borderRadius": 999,
|
|
411
411
|
"borderWidth": 1,
|
|
@@ -433,8 +433,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
433
433
|
pointerEvents="box-only"
|
|
434
434
|
secureTextEntry={true}
|
|
435
435
|
style={
|
|
436
|
-
|
|
437
|
-
|
|
436
|
+
[
|
|
437
|
+
{
|
|
438
438
|
"height": "100%",
|
|
439
439
|
"left": 0,
|
|
440
440
|
"opacity": 0,
|
|
@@ -455,8 +455,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
455
455
|
exports[`rendering renders correctly when length is 6 and secure is false 1`] = `
|
|
456
456
|
<View
|
|
457
457
|
style={
|
|
458
|
-
|
|
459
|
-
|
|
458
|
+
[
|
|
459
|
+
{
|
|
460
460
|
"alignContent": "flex-start",
|
|
461
461
|
},
|
|
462
462
|
undefined,
|
|
@@ -465,8 +465,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
465
465
|
>
|
|
466
466
|
<View
|
|
467
467
|
style={
|
|
468
|
-
|
|
469
|
-
|
|
468
|
+
[
|
|
469
|
+
{
|
|
470
470
|
"flexDirection": "row",
|
|
471
471
|
},
|
|
472
472
|
undefined,
|
|
@@ -475,8 +475,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
475
475
|
>
|
|
476
476
|
<View
|
|
477
477
|
style={
|
|
478
|
-
|
|
479
|
-
|
|
478
|
+
[
|
|
479
|
+
{
|
|
480
480
|
"alignItems": "center",
|
|
481
481
|
"borderColor": "#001f23",
|
|
482
482
|
"borderRadius": 8,
|
|
@@ -494,16 +494,16 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
494
494
|
<Text
|
|
495
495
|
allowFontScaling={false}
|
|
496
496
|
style={
|
|
497
|
-
|
|
498
|
-
|
|
497
|
+
[
|
|
498
|
+
{
|
|
499
499
|
"color": "#001f23",
|
|
500
500
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
501
501
|
"fontSize": 28,
|
|
502
502
|
"letterSpacing": 0.24,
|
|
503
503
|
"lineHeight": 36,
|
|
504
504
|
},
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
[
|
|
506
|
+
{
|
|
507
507
|
"color": "#001f23",
|
|
508
508
|
},
|
|
509
509
|
undefined,
|
|
@@ -520,8 +520,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
520
520
|
</View>
|
|
521
521
|
<View
|
|
522
522
|
style={
|
|
523
|
-
|
|
524
|
-
|
|
523
|
+
[
|
|
524
|
+
{
|
|
525
525
|
"marginLeft": 16,
|
|
526
526
|
},
|
|
527
527
|
undefined,
|
|
@@ -530,8 +530,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
530
530
|
/>
|
|
531
531
|
<View
|
|
532
532
|
style={
|
|
533
|
-
|
|
534
|
-
|
|
533
|
+
[
|
|
534
|
+
{
|
|
535
535
|
"alignItems": "center",
|
|
536
536
|
"borderColor": "#001f23",
|
|
537
537
|
"borderRadius": 8,
|
|
@@ -549,16 +549,16 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
549
549
|
<Text
|
|
550
550
|
allowFontScaling={false}
|
|
551
551
|
style={
|
|
552
|
-
|
|
553
|
-
|
|
552
|
+
[
|
|
553
|
+
{
|
|
554
554
|
"color": "#001f23",
|
|
555
555
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
556
556
|
"fontSize": 28,
|
|
557
557
|
"letterSpacing": 0.24,
|
|
558
558
|
"lineHeight": 36,
|
|
559
559
|
},
|
|
560
|
-
|
|
561
|
-
|
|
560
|
+
[
|
|
561
|
+
{
|
|
562
562
|
"color": "#001f23",
|
|
563
563
|
},
|
|
564
564
|
undefined,
|
|
@@ -575,8 +575,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
575
575
|
</View>
|
|
576
576
|
<View
|
|
577
577
|
style={
|
|
578
|
-
|
|
579
|
-
|
|
578
|
+
[
|
|
579
|
+
{
|
|
580
580
|
"marginLeft": 16,
|
|
581
581
|
},
|
|
582
582
|
undefined,
|
|
@@ -585,8 +585,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
585
585
|
/>
|
|
586
586
|
<View
|
|
587
587
|
style={
|
|
588
|
-
|
|
589
|
-
|
|
588
|
+
[
|
|
589
|
+
{
|
|
590
590
|
"alignItems": "center",
|
|
591
591
|
"borderColor": "#001f23",
|
|
592
592
|
"borderRadius": 8,
|
|
@@ -604,16 +604,16 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
604
604
|
<Text
|
|
605
605
|
allowFontScaling={false}
|
|
606
606
|
style={
|
|
607
|
-
|
|
608
|
-
|
|
607
|
+
[
|
|
608
|
+
{
|
|
609
609
|
"color": "#001f23",
|
|
610
610
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
611
611
|
"fontSize": 28,
|
|
612
612
|
"letterSpacing": 0.24,
|
|
613
613
|
"lineHeight": 36,
|
|
614
614
|
},
|
|
615
|
-
|
|
616
|
-
|
|
615
|
+
[
|
|
616
|
+
{
|
|
617
617
|
"color": "#001f23",
|
|
618
618
|
},
|
|
619
619
|
undefined,
|
|
@@ -630,8 +630,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
630
630
|
</View>
|
|
631
631
|
<View
|
|
632
632
|
style={
|
|
633
|
-
|
|
634
|
-
|
|
633
|
+
[
|
|
634
|
+
{
|
|
635
635
|
"marginLeft": 16,
|
|
636
636
|
},
|
|
637
637
|
undefined,
|
|
@@ -640,8 +640,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
640
640
|
/>
|
|
641
641
|
<View
|
|
642
642
|
style={
|
|
643
|
-
|
|
644
|
-
|
|
643
|
+
[
|
|
644
|
+
{
|
|
645
645
|
"alignItems": "center",
|
|
646
646
|
"borderColor": "#001f23",
|
|
647
647
|
"borderRadius": 8,
|
|
@@ -658,8 +658,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
658
658
|
>
|
|
659
659
|
<View
|
|
660
660
|
style={
|
|
661
|
-
|
|
662
|
-
|
|
661
|
+
[
|
|
662
|
+
{
|
|
663
663
|
"borderColor": "#001f23",
|
|
664
664
|
"borderRadius": 999,
|
|
665
665
|
"borderWidth": 1,
|
|
@@ -675,8 +675,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
675
675
|
</View>
|
|
676
676
|
<View
|
|
677
677
|
style={
|
|
678
|
-
|
|
679
|
-
|
|
678
|
+
[
|
|
679
|
+
{
|
|
680
680
|
"marginLeft": 16,
|
|
681
681
|
},
|
|
682
682
|
undefined,
|
|
@@ -685,8 +685,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
685
685
|
/>
|
|
686
686
|
<View
|
|
687
687
|
style={
|
|
688
|
-
|
|
689
|
-
|
|
688
|
+
[
|
|
689
|
+
{
|
|
690
690
|
"alignItems": "center",
|
|
691
691
|
"borderColor": "#001f23",
|
|
692
692
|
"borderRadius": 8,
|
|
@@ -703,8 +703,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
703
703
|
>
|
|
704
704
|
<View
|
|
705
705
|
style={
|
|
706
|
-
|
|
707
|
-
|
|
706
|
+
[
|
|
707
|
+
{
|
|
708
708
|
"borderColor": "#001f23",
|
|
709
709
|
"borderRadius": 999,
|
|
710
710
|
"borderWidth": 1,
|
|
@@ -720,8 +720,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
720
720
|
</View>
|
|
721
721
|
<View
|
|
722
722
|
style={
|
|
723
|
-
|
|
724
|
-
|
|
723
|
+
[
|
|
724
|
+
{
|
|
725
725
|
"marginLeft": 16,
|
|
726
726
|
},
|
|
727
727
|
undefined,
|
|
@@ -730,8 +730,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
730
730
|
/>
|
|
731
731
|
<View
|
|
732
732
|
style={
|
|
733
|
-
|
|
734
|
-
|
|
733
|
+
[
|
|
734
|
+
{
|
|
735
735
|
"alignItems": "center",
|
|
736
736
|
"borderColor": "#001f23",
|
|
737
737
|
"borderRadius": 8,
|
|
@@ -748,8 +748,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
748
748
|
>
|
|
749
749
|
<View
|
|
750
750
|
style={
|
|
751
|
-
|
|
752
|
-
|
|
751
|
+
[
|
|
752
|
+
{
|
|
753
753
|
"borderColor": "#001f23",
|
|
754
754
|
"borderRadius": 999,
|
|
755
755
|
"borderWidth": 1,
|
|
@@ -777,8 +777,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
777
777
|
pointerEvents="box-only"
|
|
778
778
|
secureTextEntry={false}
|
|
779
779
|
style={
|
|
780
|
-
|
|
781
|
-
|
|
780
|
+
[
|
|
781
|
+
{
|
|
782
782
|
"height": "100%",
|
|
783
783
|
"left": 0,
|
|
784
784
|
"opacity": 0,
|
|
@@ -799,8 +799,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
|
|
|
799
799
|
exports[`rendering renders correctly when there is error 1`] = `
|
|
800
800
|
<View
|
|
801
801
|
style={
|
|
802
|
-
|
|
803
|
-
|
|
802
|
+
[
|
|
803
|
+
{
|
|
804
804
|
"alignContent": "flex-start",
|
|
805
805
|
},
|
|
806
806
|
undefined,
|
|
@@ -809,8 +809,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
809
809
|
>
|
|
810
810
|
<View
|
|
811
811
|
style={
|
|
812
|
-
|
|
813
|
-
|
|
812
|
+
[
|
|
813
|
+
{
|
|
814
814
|
"flexDirection": "row",
|
|
815
815
|
},
|
|
816
816
|
undefined,
|
|
@@ -819,8 +819,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
819
819
|
>
|
|
820
820
|
<View
|
|
821
821
|
style={
|
|
822
|
-
|
|
823
|
-
|
|
822
|
+
[
|
|
823
|
+
{
|
|
824
824
|
"alignItems": "center",
|
|
825
825
|
"borderColor": "#cb300a",
|
|
826
826
|
"borderRadius": 8,
|
|
@@ -837,8 +837,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
837
837
|
>
|
|
838
838
|
<View
|
|
839
839
|
style={
|
|
840
|
-
|
|
841
|
-
|
|
840
|
+
[
|
|
841
|
+
{
|
|
842
842
|
"backgroundColor": "#cb300a",
|
|
843
843
|
"borderColor": "#cb300a",
|
|
844
844
|
"borderRadius": 999,
|
|
@@ -855,8 +855,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
855
855
|
</View>
|
|
856
856
|
<View
|
|
857
857
|
style={
|
|
858
|
-
|
|
859
|
-
|
|
858
|
+
[
|
|
859
|
+
{
|
|
860
860
|
"marginLeft": 16,
|
|
861
861
|
},
|
|
862
862
|
undefined,
|
|
@@ -865,8 +865,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
865
865
|
/>
|
|
866
866
|
<View
|
|
867
867
|
style={
|
|
868
|
-
|
|
869
|
-
|
|
868
|
+
[
|
|
869
|
+
{
|
|
870
870
|
"alignItems": "center",
|
|
871
871
|
"borderColor": "#cb300a",
|
|
872
872
|
"borderRadius": 8,
|
|
@@ -883,8 +883,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
883
883
|
>
|
|
884
884
|
<View
|
|
885
885
|
style={
|
|
886
|
-
|
|
887
|
-
|
|
886
|
+
[
|
|
887
|
+
{
|
|
888
888
|
"backgroundColor": "#cb300a",
|
|
889
889
|
"borderColor": "#cb300a",
|
|
890
890
|
"borderRadius": 999,
|
|
@@ -901,8 +901,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
901
901
|
</View>
|
|
902
902
|
<View
|
|
903
903
|
style={
|
|
904
|
-
|
|
905
|
-
|
|
904
|
+
[
|
|
905
|
+
{
|
|
906
906
|
"marginLeft": 16,
|
|
907
907
|
},
|
|
908
908
|
undefined,
|
|
@@ -911,8 +911,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
911
911
|
/>
|
|
912
912
|
<View
|
|
913
913
|
style={
|
|
914
|
-
|
|
915
|
-
|
|
914
|
+
[
|
|
915
|
+
{
|
|
916
916
|
"alignItems": "center",
|
|
917
917
|
"borderColor": "#cb300a",
|
|
918
918
|
"borderRadius": 8,
|
|
@@ -929,8 +929,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
929
929
|
>
|
|
930
930
|
<View
|
|
931
931
|
style={
|
|
932
|
-
|
|
933
|
-
|
|
932
|
+
[
|
|
933
|
+
{
|
|
934
934
|
"borderColor": "#cb300a",
|
|
935
935
|
"borderRadius": 999,
|
|
936
936
|
"borderWidth": 1,
|
|
@@ -946,8 +946,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
946
946
|
</View>
|
|
947
947
|
<View
|
|
948
948
|
style={
|
|
949
|
-
|
|
950
|
-
|
|
949
|
+
[
|
|
950
|
+
{
|
|
951
951
|
"marginLeft": 16,
|
|
952
952
|
},
|
|
953
953
|
undefined,
|
|
@@ -956,8 +956,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
956
956
|
/>
|
|
957
957
|
<View
|
|
958
958
|
style={
|
|
959
|
-
|
|
960
|
-
|
|
959
|
+
[
|
|
960
|
+
{
|
|
961
961
|
"alignItems": "center",
|
|
962
962
|
"borderColor": "#cb300a",
|
|
963
963
|
"borderRadius": 8,
|
|
@@ -974,8 +974,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
974
974
|
>
|
|
975
975
|
<View
|
|
976
976
|
style={
|
|
977
|
-
|
|
978
|
-
|
|
977
|
+
[
|
|
978
|
+
{
|
|
979
979
|
"borderColor": "#cb300a",
|
|
980
980
|
"borderRadius": 999,
|
|
981
981
|
"borderWidth": 1,
|
|
@@ -992,8 +992,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
992
992
|
</View>
|
|
993
993
|
<View
|
|
994
994
|
style={
|
|
995
|
-
|
|
996
|
-
|
|
995
|
+
[
|
|
996
|
+
{
|
|
997
997
|
"alignItems": "center",
|
|
998
998
|
"flexDirection": "row",
|
|
999
999
|
"paddingTop": 4,
|
|
@@ -1005,8 +1005,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
1005
1005
|
<HeroIcon
|
|
1006
1006
|
name="circle-info"
|
|
1007
1007
|
style={
|
|
1008
|
-
|
|
1009
|
-
|
|
1008
|
+
[
|
|
1009
|
+
{
|
|
1010
1010
|
"color": "#cb300a",
|
|
1011
1011
|
"fontSize": 16,
|
|
1012
1012
|
},
|
|
@@ -1020,16 +1020,16 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
1020
1020
|
<Text
|
|
1021
1021
|
allowFontScaling={false}
|
|
1022
1022
|
style={
|
|
1023
|
-
|
|
1024
|
-
|
|
1023
|
+
[
|
|
1024
|
+
{
|
|
1025
1025
|
"color": "#001f23",
|
|
1026
1026
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1027
1027
|
"fontSize": 12,
|
|
1028
1028
|
"letterSpacing": 0.48,
|
|
1029
1029
|
"lineHeight": 16,
|
|
1030
1030
|
},
|
|
1031
|
-
|
|
1032
|
-
|
|
1031
|
+
[
|
|
1032
|
+
{
|
|
1033
1033
|
"color": "#cb300a",
|
|
1034
1034
|
"paddingLeft": 4,
|
|
1035
1035
|
},
|
|
@@ -1056,8 +1056,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
1056
1056
|
pointerEvents="box-only"
|
|
1057
1057
|
secureTextEntry={true}
|
|
1058
1058
|
style={
|
|
1059
|
-
|
|
1060
|
-
|
|
1059
|
+
[
|
|
1060
|
+
{
|
|
1061
1061
|
"height": "100%",
|
|
1062
1062
|
"left": 0,
|
|
1063
1063
|
"opacity": 0,
|