@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[`Error renders error screen with custom image element correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"backgroundColor": "#f6f6f7",
|
|
9
9
|
"display": "flex",
|
|
10
10
|
"flex": 1,
|
|
@@ -17,8 +17,8 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
17
17
|
>
|
|
18
18
|
<View
|
|
19
19
|
style={
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
[
|
|
21
|
+
{
|
|
22
22
|
"alignItems": "center",
|
|
23
23
|
"display": "flex",
|
|
24
24
|
"flex": 1,
|
|
@@ -32,8 +32,8 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
32
32
|
>
|
|
33
33
|
<View
|
|
34
34
|
style={
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
[
|
|
36
|
+
{
|
|
37
37
|
"height": 176,
|
|
38
38
|
"marginBottom": 24,
|
|
39
39
|
"width": 176,
|
|
@@ -44,13 +44,13 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
44
44
|
>
|
|
45
45
|
<Image
|
|
46
46
|
source={
|
|
47
|
-
|
|
47
|
+
{
|
|
48
48
|
"uri": "path_to_image",
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
style={
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
[
|
|
53
|
+
{
|
|
54
54
|
"borderRadius": 0,
|
|
55
55
|
"height": 72,
|
|
56
56
|
"width": 72,
|
|
@@ -64,16 +64,16 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
64
64
|
<Text
|
|
65
65
|
allowFontScaling={false}
|
|
66
66
|
style={
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
69
|
"color": "#001f23",
|
|
70
70
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
71
71
|
"fontSize": 24,
|
|
72
72
|
"letterSpacing": 0.24,
|
|
73
73
|
"lineHeight": 32,
|
|
74
74
|
},
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
[
|
|
76
|
+
{
|
|
77
77
|
"color": "#001f23",
|
|
78
78
|
"marginBottom": 8,
|
|
79
79
|
"textAlign": "center",
|
|
@@ -91,16 +91,16 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
91
91
|
<Text
|
|
92
92
|
allowFontScaling={false}
|
|
93
93
|
style={
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
[
|
|
95
|
+
{
|
|
96
96
|
"color": "#001f23",
|
|
97
97
|
"fontFamily": "BeVietnamPro-Regular",
|
|
98
98
|
"fontSize": 18,
|
|
99
99
|
"letterSpacing": 0.54,
|
|
100
100
|
"lineHeight": 26,
|
|
101
101
|
},
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
[
|
|
103
|
+
{
|
|
104
104
|
"color": "#4d6265",
|
|
105
105
|
"textAlign": "center",
|
|
106
106
|
},
|
|
@@ -121,8 +121,8 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
121
121
|
exports[`Error renders error screen with image correctly 1`] = `
|
|
122
122
|
<View
|
|
123
123
|
style={
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
[
|
|
125
|
+
{
|
|
126
126
|
"backgroundColor": "#f6f6f7",
|
|
127
127
|
"display": "flex",
|
|
128
128
|
"flex": 1,
|
|
@@ -135,8 +135,8 @@ exports[`Error renders error screen with image correctly 1`] = `
|
|
|
135
135
|
>
|
|
136
136
|
<View
|
|
137
137
|
style={
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
[
|
|
139
|
+
{
|
|
140
140
|
"alignItems": "center",
|
|
141
141
|
"display": "flex",
|
|
142
142
|
"flex": 1,
|
|
@@ -150,8 +150,8 @@ exports[`Error renders error screen with image correctly 1`] = `
|
|
|
150
150
|
>
|
|
151
151
|
<View
|
|
152
152
|
style={
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
[
|
|
154
|
+
{
|
|
155
155
|
"height": 176,
|
|
156
156
|
"marginBottom": 24,
|
|
157
157
|
"width": 176,
|
|
@@ -162,19 +162,19 @@ exports[`Error renders error screen with image correctly 1`] = `
|
|
|
162
162
|
>
|
|
163
163
|
<Image
|
|
164
164
|
source={
|
|
165
|
-
|
|
165
|
+
{
|
|
166
166
|
"uri": "path_to_image",
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
style={
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
[
|
|
171
|
+
{
|
|
172
172
|
"borderRadius": 0,
|
|
173
173
|
"height": 72,
|
|
174
174
|
"width": 72,
|
|
175
175
|
},
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
[
|
|
177
|
+
{
|
|
178
178
|
"height": 176,
|
|
179
179
|
"marginBottom": 24,
|
|
180
180
|
"resizeMode": "contain",
|
|
@@ -190,16 +190,16 @@ exports[`Error renders error screen with image correctly 1`] = `
|
|
|
190
190
|
<Text
|
|
191
191
|
allowFontScaling={false}
|
|
192
192
|
style={
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
[
|
|
194
|
+
{
|
|
195
195
|
"color": "#001f23",
|
|
196
196
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
197
197
|
"fontSize": 24,
|
|
198
198
|
"letterSpacing": 0.24,
|
|
199
199
|
"lineHeight": 32,
|
|
200
200
|
},
|
|
201
|
-
|
|
202
|
-
|
|
201
|
+
[
|
|
202
|
+
{
|
|
203
203
|
"color": "#001f23",
|
|
204
204
|
"marginBottom": 8,
|
|
205
205
|
"textAlign": "center",
|
|
@@ -217,16 +217,16 @@ exports[`Error renders error screen with image correctly 1`] = `
|
|
|
217
217
|
<Text
|
|
218
218
|
allowFontScaling={false}
|
|
219
219
|
style={
|
|
220
|
-
|
|
221
|
-
|
|
220
|
+
[
|
|
221
|
+
{
|
|
222
222
|
"color": "#001f23",
|
|
223
223
|
"fontFamily": "BeVietnamPro-Regular",
|
|
224
224
|
"fontSize": 18,
|
|
225
225
|
"letterSpacing": 0.54,
|
|
226
226
|
"lineHeight": 26,
|
|
227
227
|
},
|
|
228
|
-
|
|
229
|
-
|
|
228
|
+
[
|
|
229
|
+
{
|
|
230
230
|
"color": "#4d6265",
|
|
231
231
|
"textAlign": "center",
|
|
232
232
|
},
|
|
@@ -251,8 +251,8 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
251
251
|
onDismiss={[Function]}
|
|
252
252
|
onRequestClose={[Function]}
|
|
253
253
|
style={
|
|
254
|
-
|
|
255
|
-
|
|
254
|
+
[
|
|
255
|
+
{
|
|
256
256
|
"height": "100%",
|
|
257
257
|
"width": "100%",
|
|
258
258
|
},
|
|
@@ -263,8 +263,8 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
263
263
|
>
|
|
264
264
|
<View
|
|
265
265
|
style={
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
[
|
|
267
|
+
{
|
|
268
268
|
"backgroundColor": "#ccd2d3",
|
|
269
269
|
"display": "flex",
|
|
270
270
|
"flex": 1,
|
|
@@ -277,8 +277,8 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
277
277
|
>
|
|
278
278
|
<View
|
|
279
279
|
style={
|
|
280
|
-
|
|
281
|
-
|
|
280
|
+
[
|
|
281
|
+
{
|
|
282
282
|
"alignItems": "center",
|
|
283
283
|
"display": "flex",
|
|
284
284
|
"flex": 1,
|
|
@@ -292,8 +292,8 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
292
292
|
>
|
|
293
293
|
<View
|
|
294
294
|
style={
|
|
295
|
-
|
|
296
|
-
|
|
295
|
+
[
|
|
296
|
+
{
|
|
297
297
|
"height": 176,
|
|
298
298
|
"marginBottom": 24,
|
|
299
299
|
"width": 176,
|
|
@@ -304,19 +304,19 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
304
304
|
>
|
|
305
305
|
<Image
|
|
306
306
|
source={
|
|
307
|
-
|
|
307
|
+
{
|
|
308
308
|
"uri": "path_to_image",
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
style={
|
|
312
|
-
|
|
313
|
-
|
|
312
|
+
[
|
|
313
|
+
{
|
|
314
314
|
"borderRadius": 0,
|
|
315
315
|
"height": 72,
|
|
316
316
|
"width": 72,
|
|
317
317
|
},
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
[
|
|
319
|
+
{
|
|
320
320
|
"height": 176,
|
|
321
321
|
"marginBottom": 24,
|
|
322
322
|
"resizeMode": "contain",
|
|
@@ -332,16 +332,16 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
332
332
|
<Text
|
|
333
333
|
allowFontScaling={false}
|
|
334
334
|
style={
|
|
335
|
-
|
|
336
|
-
|
|
335
|
+
[
|
|
336
|
+
{
|
|
337
337
|
"color": "#001f23",
|
|
338
338
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
339
339
|
"fontSize": 24,
|
|
340
340
|
"letterSpacing": 0.24,
|
|
341
341
|
"lineHeight": 32,
|
|
342
342
|
},
|
|
343
|
-
|
|
344
|
-
|
|
343
|
+
[
|
|
344
|
+
{
|
|
345
345
|
"color": "#001f23",
|
|
346
346
|
"marginBottom": 8,
|
|
347
347
|
"textAlign": "center",
|
|
@@ -359,16 +359,16 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
359
359
|
<Text
|
|
360
360
|
allowFontScaling={false}
|
|
361
361
|
style={
|
|
362
|
-
|
|
363
|
-
|
|
362
|
+
[
|
|
363
|
+
{
|
|
364
364
|
"color": "#001f23",
|
|
365
365
|
"fontFamily": "BeVietnamPro-Regular",
|
|
366
366
|
"fontSize": 18,
|
|
367
367
|
"letterSpacing": 0.54,
|
|
368
368
|
"lineHeight": 26,
|
|
369
369
|
},
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
[
|
|
371
|
+
{
|
|
372
372
|
"color": "#4d6265",
|
|
373
373
|
"textAlign": "center",
|
|
374
374
|
},
|
|
@@ -390,8 +390,8 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
390
390
|
exports[`Error renders title only correctly 1`] = `
|
|
391
391
|
<View
|
|
392
392
|
style={
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
[
|
|
394
|
+
{
|
|
395
395
|
"backgroundColor": "#f6f6f7",
|
|
396
396
|
"display": "flex",
|
|
397
397
|
"flex": 1,
|
|
@@ -404,8 +404,8 @@ exports[`Error renders title only correctly 1`] = `
|
|
|
404
404
|
>
|
|
405
405
|
<View
|
|
406
406
|
style={
|
|
407
|
-
|
|
408
|
-
|
|
407
|
+
[
|
|
408
|
+
{
|
|
409
409
|
"alignItems": "center",
|
|
410
410
|
"display": "flex",
|
|
411
411
|
"flex": 1,
|
|
@@ -420,16 +420,16 @@ exports[`Error renders title only correctly 1`] = `
|
|
|
420
420
|
<Text
|
|
421
421
|
allowFontScaling={false}
|
|
422
422
|
style={
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
[
|
|
424
|
+
{
|
|
425
425
|
"color": "#001f23",
|
|
426
426
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
427
427
|
"fontSize": 24,
|
|
428
428
|
"letterSpacing": 0.24,
|
|
429
429
|
"lineHeight": 32,
|
|
430
430
|
},
|
|
431
|
-
|
|
432
|
-
|
|
431
|
+
[
|
|
432
|
+
{
|
|
433
433
|
"color": "#001f23",
|
|
434
434
|
"marginBottom": 8,
|
|
435
435
|
"textAlign": "center",
|
|
@@ -447,16 +447,16 @@ exports[`Error renders title only correctly 1`] = `
|
|
|
447
447
|
<Text
|
|
448
448
|
allowFontScaling={false}
|
|
449
449
|
style={
|
|
450
|
-
|
|
451
|
-
|
|
450
|
+
[
|
|
451
|
+
{
|
|
452
452
|
"color": "#001f23",
|
|
453
453
|
"fontFamily": "BeVietnamPro-Regular",
|
|
454
454
|
"fontSize": 18,
|
|
455
455
|
"letterSpacing": 0.54,
|
|
456
456
|
"lineHeight": 26,
|
|
457
457
|
},
|
|
458
|
-
|
|
459
|
-
|
|
458
|
+
[
|
|
459
|
+
{
|
|
460
460
|
"color": "#4d6265",
|
|
461
461
|
"textAlign": "center",
|
|
462
462
|
},
|