@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
|
"flex": 1,
|
|
9
9
|
"flexDirection": "row",
|
|
10
10
|
"justifyContent": "space-between",
|
|
@@ -15,7 +15,7 @@ exports[`rendering renders correctly 1`] = `
|
|
|
15
15
|
>
|
|
16
16
|
<View
|
|
17
17
|
accessibilityState={
|
|
18
|
-
|
|
18
|
+
{
|
|
19
19
|
"disabled": false,
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -30,7 +30,7 @@ exports[`rendering renders correctly 1`] = `
|
|
|
30
30
|
onResponderTerminationRequest={[Function]}
|
|
31
31
|
onStartShouldSetResponder={[Function]}
|
|
32
32
|
style={
|
|
33
|
-
|
|
33
|
+
{
|
|
34
34
|
"opacity": 1,
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -39,8 +39,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
39
39
|
<HeroIcon
|
|
40
40
|
name="arrow-left"
|
|
41
41
|
style={
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
[
|
|
43
|
+
{
|
|
44
44
|
"color": "#001f23",
|
|
45
45
|
"fontSize": 24,
|
|
46
46
|
},
|
|
@@ -54,15 +54,15 @@ exports[`rendering renders correctly 1`] = `
|
|
|
54
54
|
<Text
|
|
55
55
|
allowFontScaling={false}
|
|
56
56
|
style={
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
[
|
|
58
|
+
{
|
|
59
59
|
"color": "#001f23",
|
|
60
60
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
61
61
|
"fontSize": 14,
|
|
62
62
|
"letterSpacing": 0.24,
|
|
63
63
|
"lineHeight": 22,
|
|
64
64
|
},
|
|
65
|
-
|
|
65
|
+
{
|
|
66
66
|
"paddingHorizontal": 8,
|
|
67
67
|
},
|
|
68
68
|
]
|
|
@@ -76,7 +76,7 @@ exports[`rendering renders correctly 1`] = `
|
|
|
76
76
|
</Text>
|
|
77
77
|
<View
|
|
78
78
|
accessibilityState={
|
|
79
|
-
|
|
79
|
+
{
|
|
80
80
|
"disabled": false,
|
|
81
81
|
}
|
|
82
82
|
}
|
|
@@ -91,7 +91,7 @@ exports[`rendering renders correctly 1`] = `
|
|
|
91
91
|
onResponderTerminationRequest={[Function]}
|
|
92
92
|
onStartShouldSetResponder={[Function]}
|
|
93
93
|
style={
|
|
94
|
-
|
|
94
|
+
{
|
|
95
95
|
"opacity": 1,
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -100,8 +100,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
100
100
|
<HeroIcon
|
|
101
101
|
name="arrow-right"
|
|
102
102
|
style={
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
[
|
|
104
|
+
{
|
|
105
105
|
"color": "#001f23",
|
|
106
106
|
"fontSize": 24,
|
|
107
107
|
},
|
|
@@ -118,8 +118,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
118
118
|
exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
119
119
|
<View
|
|
120
120
|
style={
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
[
|
|
122
|
+
{
|
|
123
123
|
"flex": 1,
|
|
124
124
|
"flexDirection": "row",
|
|
125
125
|
"justifyContent": "space-between",
|
|
@@ -130,7 +130,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
130
130
|
>
|
|
131
131
|
<View
|
|
132
132
|
accessibilityState={
|
|
133
|
-
|
|
133
|
+
{
|
|
134
134
|
"disabled": true,
|
|
135
135
|
}
|
|
136
136
|
}
|
|
@@ -145,7 +145,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
145
145
|
onResponderTerminationRequest={[Function]}
|
|
146
146
|
onStartShouldSetResponder={[Function]}
|
|
147
147
|
style={
|
|
148
|
-
|
|
148
|
+
{
|
|
149
149
|
"opacity": 1,
|
|
150
150
|
}
|
|
151
151
|
}
|
|
@@ -154,8 +154,8 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
154
154
|
<HeroIcon
|
|
155
155
|
name="arrow-left"
|
|
156
156
|
style={
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
[
|
|
158
|
+
{
|
|
159
159
|
"color": "#bfc1c5",
|
|
160
160
|
"fontSize": 24,
|
|
161
161
|
},
|
|
@@ -169,15 +169,15 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
169
169
|
<Text
|
|
170
170
|
allowFontScaling={false}
|
|
171
171
|
style={
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
[
|
|
173
|
+
{
|
|
174
174
|
"color": "#001f23",
|
|
175
175
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
176
176
|
"fontSize": 14,
|
|
177
177
|
"letterSpacing": 0.24,
|
|
178
178
|
"lineHeight": 22,
|
|
179
179
|
},
|
|
180
|
-
|
|
180
|
+
{
|
|
181
181
|
"paddingHorizontal": 8,
|
|
182
182
|
},
|
|
183
183
|
]
|
|
@@ -191,7 +191,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
191
191
|
</Text>
|
|
192
192
|
<View
|
|
193
193
|
accessibilityState={
|
|
194
|
-
|
|
194
|
+
{
|
|
195
195
|
"disabled": true,
|
|
196
196
|
}
|
|
197
197
|
}
|
|
@@ -206,7 +206,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
206
206
|
onResponderTerminationRequest={[Function]}
|
|
207
207
|
onStartShouldSetResponder={[Function]}
|
|
208
208
|
style={
|
|
209
|
-
|
|
209
|
+
{
|
|
210
210
|
"opacity": 1,
|
|
211
211
|
}
|
|
212
212
|
}
|
|
@@ -215,8 +215,8 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
215
215
|
<HeroIcon
|
|
216
216
|
name="arrow-right"
|
|
217
217
|
style={
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
[
|
|
219
|
+
{
|
|
220
220
|
"color": "#bfc1c5",
|
|
221
221
|
"fontSize": 24,
|
|
222
222
|
},
|
|
@@ -233,8 +233,8 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
233
233
|
exports[`rendering renders correctly with large 1`] = `
|
|
234
234
|
<View
|
|
235
235
|
style={
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
[
|
|
237
|
+
{
|
|
238
238
|
"flex": 1,
|
|
239
239
|
"flexDirection": "row",
|
|
240
240
|
"justifyContent": "space-between",
|
|
@@ -245,7 +245,7 @@ exports[`rendering renders correctly with large 1`] = `
|
|
|
245
245
|
>
|
|
246
246
|
<View
|
|
247
247
|
accessibilityState={
|
|
248
|
-
|
|
248
|
+
{
|
|
249
249
|
"disabled": false,
|
|
250
250
|
}
|
|
251
251
|
}
|
|
@@ -260,7 +260,7 @@ exports[`rendering renders correctly with large 1`] = `
|
|
|
260
260
|
onResponderTerminationRequest={[Function]}
|
|
261
261
|
onStartShouldSetResponder={[Function]}
|
|
262
262
|
style={
|
|
263
|
-
|
|
263
|
+
{
|
|
264
264
|
"opacity": 1,
|
|
265
265
|
}
|
|
266
266
|
}
|
|
@@ -269,8 +269,8 @@ exports[`rendering renders correctly with large 1`] = `
|
|
|
269
269
|
<HeroIcon
|
|
270
270
|
name="arrow-left"
|
|
271
271
|
style={
|
|
272
|
-
|
|
273
|
-
|
|
272
|
+
[
|
|
273
|
+
{
|
|
274
274
|
"color": "#001f23",
|
|
275
275
|
"fontSize": 24,
|
|
276
276
|
},
|
|
@@ -284,15 +284,15 @@ exports[`rendering renders correctly with large 1`] = `
|
|
|
284
284
|
<Text
|
|
285
285
|
allowFontScaling={false}
|
|
286
286
|
style={
|
|
287
|
-
|
|
288
|
-
|
|
287
|
+
[
|
|
288
|
+
{
|
|
289
289
|
"color": "#001f23",
|
|
290
290
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
291
291
|
"fontSize": 18,
|
|
292
292
|
"letterSpacing": 0.24,
|
|
293
293
|
"lineHeight": 28,
|
|
294
294
|
},
|
|
295
|
-
|
|
295
|
+
{
|
|
296
296
|
"paddingHorizontal": 8,
|
|
297
297
|
},
|
|
298
298
|
]
|
|
@@ -306,7 +306,7 @@ exports[`rendering renders correctly with large 1`] = `
|
|
|
306
306
|
</Text>
|
|
307
307
|
<View
|
|
308
308
|
accessibilityState={
|
|
309
|
-
|
|
309
|
+
{
|
|
310
310
|
"disabled": false,
|
|
311
311
|
}
|
|
312
312
|
}
|
|
@@ -321,7 +321,7 @@ exports[`rendering renders correctly with large 1`] = `
|
|
|
321
321
|
onResponderTerminationRequest={[Function]}
|
|
322
322
|
onStartShouldSetResponder={[Function]}
|
|
323
323
|
style={
|
|
324
|
-
|
|
324
|
+
{
|
|
325
325
|
"opacity": 1,
|
|
326
326
|
}
|
|
327
327
|
}
|
|
@@ -330,8 +330,8 @@ exports[`rendering renders correctly with large 1`] = `
|
|
|
330
330
|
<HeroIcon
|
|
331
331
|
name="arrow-right"
|
|
332
332
|
style={
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
[
|
|
334
|
+
{
|
|
335
335
|
"color": "#001f23",
|
|
336
336
|
"fontSize": 24,
|
|
337
337
|
},
|