@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,7 +3,7 @@
|
|
|
3
3
|
exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
accessibilityState={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"disabled": false,
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -17,8 +17,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
17
17
|
onResponderTerminationRequest={[Function]}
|
|
18
18
|
onStartShouldSetResponder={[Function]}
|
|
19
19
|
style={
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
[
|
|
21
|
+
{
|
|
22
22
|
"backgroundColor": "#ffffff",
|
|
23
23
|
"borderRadius": 8,
|
|
24
24
|
"flexDirection": "row",
|
|
@@ -30,8 +30,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
30
30
|
>
|
|
31
31
|
<View
|
|
32
32
|
style={
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
[
|
|
34
|
+
{
|
|
35
35
|
"flex": 1,
|
|
36
36
|
"flexDirection": "column",
|
|
37
37
|
"flexGrow": 2,
|
|
@@ -42,7 +42,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
42
42
|
>
|
|
43
43
|
<View
|
|
44
44
|
style={
|
|
45
|
-
|
|
45
|
+
{
|
|
46
46
|
"alignItems": "center",
|
|
47
47
|
"flexDirection": "row",
|
|
48
48
|
}
|
|
@@ -50,8 +50,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
50
50
|
>
|
|
51
51
|
<View
|
|
52
52
|
style={
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
[
|
|
54
|
+
{
|
|
55
55
|
"marginRight": 8,
|
|
56
56
|
},
|
|
57
57
|
undefined,
|
|
@@ -60,7 +60,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
60
60
|
>
|
|
61
61
|
<View
|
|
62
62
|
accessibilityState={
|
|
63
|
-
|
|
63
|
+
{
|
|
64
64
|
"disabled": true,
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -75,7 +75,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
75
75
|
onResponderTerminationRequest={[Function]}
|
|
76
76
|
onStartShouldSetResponder={[Function]}
|
|
77
77
|
style={
|
|
78
|
-
|
|
78
|
+
{
|
|
79
79
|
"backgroundColor": "#401960",
|
|
80
80
|
"borderRadius": 999,
|
|
81
81
|
"height": 32,
|
|
@@ -87,8 +87,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
87
87
|
>
|
|
88
88
|
<View
|
|
89
89
|
style={
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
[
|
|
91
|
+
{
|
|
92
92
|
"alignItems": "center",
|
|
93
93
|
"height": "100%",
|
|
94
94
|
"justifyContent": "center",
|
|
@@ -101,16 +101,16 @@ exports[`ListItem renders correctly ListItem with children 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": 14,
|
|
109
109
|
"letterSpacing": 0.42,
|
|
110
110
|
"lineHeight": 22,
|
|
111
111
|
},
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
[
|
|
113
|
+
{
|
|
114
114
|
"color": "#ffffff",
|
|
115
115
|
"fontFamily": "BeVietnamPro-Regular",
|
|
116
116
|
"fontSize": 16,
|
|
@@ -136,8 +136,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
136
136
|
</View>
|
|
137
137
|
<View
|
|
138
138
|
style={
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
[
|
|
140
|
+
{
|
|
141
141
|
"flex": 1,
|
|
142
142
|
},
|
|
143
143
|
undefined,
|
|
@@ -147,8 +147,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
147
147
|
<Text
|
|
148
148
|
allowFontScaling={false}
|
|
149
149
|
style={
|
|
150
|
-
|
|
151
|
-
|
|
150
|
+
[
|
|
151
|
+
{
|
|
152
152
|
"color": "#001f23",
|
|
153
153
|
"fontFamily": "BeVietnamPro-Regular",
|
|
154
154
|
"fontSize": 16,
|
|
@@ -167,8 +167,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
167
167
|
<Text
|
|
168
168
|
allowFontScaling={false}
|
|
169
169
|
style={
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
[
|
|
171
|
+
{
|
|
172
172
|
"color": "#4d6265",
|
|
173
173
|
"fontFamily": "BeVietnamPro-Regular",
|
|
174
174
|
"fontSize": 12,
|
|
@@ -186,8 +186,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
186
186
|
</View>
|
|
187
187
|
<View
|
|
188
188
|
style={
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
[
|
|
190
|
+
{
|
|
191
191
|
"marginLeft": 8,
|
|
192
192
|
},
|
|
193
193
|
undefined,
|
|
@@ -197,8 +197,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
197
197
|
<HeroIcon
|
|
198
198
|
name="arrow-right"
|
|
199
199
|
style={
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
[
|
|
201
|
+
{
|
|
202
202
|
"color": "#401960",
|
|
203
203
|
"fontSize": 20,
|
|
204
204
|
},
|
|
@@ -212,8 +212,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
212
212
|
</View>
|
|
213
213
|
<View
|
|
214
214
|
style={
|
|
215
|
-
|
|
216
|
-
|
|
215
|
+
[
|
|
216
|
+
{
|
|
217
217
|
"alignItems": "flex-start",
|
|
218
218
|
"flexDirection": "column",
|
|
219
219
|
"justifyContent": "flex-start",
|
|
@@ -224,7 +224,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
224
224
|
>
|
|
225
225
|
<View
|
|
226
226
|
style={
|
|
227
|
-
|
|
227
|
+
{
|
|
228
228
|
"alignSelf": "stretch",
|
|
229
229
|
"flexDirection": "row",
|
|
230
230
|
"justifyContent": "space-between",
|
|
@@ -234,8 +234,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
234
234
|
<Text
|
|
235
235
|
allowFontScaling={false}
|
|
236
236
|
style={
|
|
237
|
-
|
|
238
|
-
|
|
237
|
+
[
|
|
238
|
+
{
|
|
239
239
|
"color": "#001f23",
|
|
240
240
|
"fontFamily": "BeVietnamPro-Regular",
|
|
241
241
|
"fontSize": 16,
|
|
@@ -254,8 +254,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
254
254
|
<Text
|
|
255
255
|
allowFontScaling={false}
|
|
256
256
|
style={
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
[
|
|
258
|
+
{
|
|
259
259
|
"color": "#001f23",
|
|
260
260
|
"fontFamily": "BeVietnamPro-Regular",
|
|
261
261
|
"fontSize": 16,
|
|
@@ -274,7 +274,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
274
274
|
</View>
|
|
275
275
|
<View
|
|
276
276
|
style={
|
|
277
|
-
|
|
277
|
+
{
|
|
278
278
|
"alignSelf": "stretch",
|
|
279
279
|
"flexDirection": "row",
|
|
280
280
|
"justifyContent": "space-between",
|
|
@@ -284,8 +284,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
284
284
|
<Text
|
|
285
285
|
allowFontScaling={false}
|
|
286
286
|
style={
|
|
287
|
-
|
|
288
|
-
|
|
287
|
+
[
|
|
288
|
+
{
|
|
289
289
|
"color": "#001f23",
|
|
290
290
|
"fontFamily": "BeVietnamPro-Regular",
|
|
291
291
|
"fontSize": 16,
|
|
@@ -304,8 +304,8 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
304
304
|
<Text
|
|
305
305
|
allowFontScaling={false}
|
|
306
306
|
style={
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
[
|
|
308
|
+
{
|
|
309
309
|
"color": "#001f23",
|
|
310
310
|
"fontFamily": "BeVietnamPro-Regular",
|
|
311
311
|
"fontSize": 16,
|
|
@@ -330,7 +330,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
330
330
|
exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
331
331
|
<View
|
|
332
332
|
accessibilityState={
|
|
333
|
-
|
|
333
|
+
{
|
|
334
334
|
"disabled": false,
|
|
335
335
|
}
|
|
336
336
|
}
|
|
@@ -344,8 +344,8 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
344
344
|
onResponderTerminationRequest={[Function]}
|
|
345
345
|
onStartShouldSetResponder={[Function]}
|
|
346
346
|
style={
|
|
347
|
-
|
|
348
|
-
|
|
347
|
+
[
|
|
348
|
+
{
|
|
349
349
|
"backgroundColor": "#ffffff",
|
|
350
350
|
"borderRadius": 8,
|
|
351
351
|
"flexDirection": "row",
|
|
@@ -358,8 +358,8 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
358
358
|
>
|
|
359
359
|
<View
|
|
360
360
|
style={
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
[
|
|
362
|
+
{
|
|
363
363
|
"flex": 1,
|
|
364
364
|
"flexDirection": "column",
|
|
365
365
|
"flexGrow": 2,
|
|
@@ -370,7 +370,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
370
370
|
>
|
|
371
371
|
<View
|
|
372
372
|
style={
|
|
373
|
-
|
|
373
|
+
{
|
|
374
374
|
"alignItems": "center",
|
|
375
375
|
"flexDirection": "row",
|
|
376
376
|
}
|
|
@@ -378,8 +378,8 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
378
378
|
>
|
|
379
379
|
<View
|
|
380
380
|
style={
|
|
381
|
-
|
|
382
|
-
|
|
381
|
+
[
|
|
382
|
+
{
|
|
383
383
|
"flex": 1,
|
|
384
384
|
},
|
|
385
385
|
undefined,
|
|
@@ -389,8 +389,8 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
389
389
|
<Text
|
|
390
390
|
allowFontScaling={false}
|
|
391
391
|
style={
|
|
392
|
-
|
|
393
|
-
|
|
392
|
+
[
|
|
393
|
+
{
|
|
394
394
|
"color": "#001f23",
|
|
395
395
|
"fontFamily": "BeVietnamPro-Regular",
|
|
396
396
|
"fontSize": 16,
|
|
@@ -409,8 +409,8 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
409
409
|
<Text
|
|
410
410
|
allowFontScaling={false}
|
|
411
411
|
style={
|
|
412
|
-
|
|
413
|
-
|
|
412
|
+
[
|
|
413
|
+
{
|
|
414
414
|
"color": "#4d6265",
|
|
415
415
|
"fontFamily": "BeVietnamPro-Regular",
|
|
416
416
|
"fontSize": 12,
|
|
@@ -428,8 +428,8 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
428
428
|
</View>
|
|
429
429
|
<View
|
|
430
430
|
style={
|
|
431
|
-
|
|
432
|
-
|
|
431
|
+
[
|
|
432
|
+
{
|
|
433
433
|
"marginLeft": 8,
|
|
434
434
|
},
|
|
435
435
|
undefined,
|
|
@@ -439,8 +439,8 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
439
439
|
<HeroIcon
|
|
440
440
|
name="checkmark"
|
|
441
441
|
style={
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
[
|
|
443
|
+
{
|
|
444
444
|
"color": "#401960",
|
|
445
445
|
"fontSize": 20,
|
|
446
446
|
},
|
|
@@ -459,7 +459,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
459
459
|
exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
460
460
|
<View
|
|
461
461
|
accessibilityState={
|
|
462
|
-
|
|
462
|
+
{
|
|
463
463
|
"disabled": false,
|
|
464
464
|
}
|
|
465
465
|
}
|
|
@@ -473,8 +473,8 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
473
473
|
onResponderTerminationRequest={[Function]}
|
|
474
474
|
onStartShouldSetResponder={[Function]}
|
|
475
475
|
style={
|
|
476
|
-
|
|
477
|
-
|
|
476
|
+
[
|
|
477
|
+
{
|
|
478
478
|
"backgroundColor": "#ffffff",
|
|
479
479
|
"borderRadius": 8,
|
|
480
480
|
"flexDirection": "row",
|
|
@@ -486,8 +486,8 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
486
486
|
>
|
|
487
487
|
<View
|
|
488
488
|
style={
|
|
489
|
-
|
|
490
|
-
|
|
489
|
+
[
|
|
490
|
+
{
|
|
491
491
|
"backgroundColor": "#abacaf",
|
|
492
492
|
"borderRadius": 999,
|
|
493
493
|
"marginRight": 8,
|
|
@@ -501,8 +501,8 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
501
501
|
/>
|
|
502
502
|
<View
|
|
503
503
|
style={
|
|
504
|
-
|
|
505
|
-
|
|
504
|
+
[
|
|
505
|
+
{
|
|
506
506
|
"flex": 1,
|
|
507
507
|
"flexDirection": "column",
|
|
508
508
|
"flexGrow": 2,
|
|
@@ -513,7 +513,7 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
513
513
|
>
|
|
514
514
|
<View
|
|
515
515
|
style={
|
|
516
|
-
|
|
516
|
+
{
|
|
517
517
|
"alignItems": "center",
|
|
518
518
|
"flexDirection": "row",
|
|
519
519
|
}
|
|
@@ -521,8 +521,8 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
521
521
|
>
|
|
522
522
|
<View
|
|
523
523
|
style={
|
|
524
|
-
|
|
525
|
-
|
|
524
|
+
[
|
|
525
|
+
{
|
|
526
526
|
"flex": 1,
|
|
527
527
|
},
|
|
528
528
|
undefined,
|
|
@@ -532,8 +532,8 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
532
532
|
<Text
|
|
533
533
|
allowFontScaling={false}
|
|
534
534
|
style={
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
[
|
|
536
|
+
{
|
|
537
537
|
"color": "#001f23",
|
|
538
538
|
"fontFamily": "BeVietnamPro-Regular",
|
|
539
539
|
"fontSize": 16,
|
|
@@ -552,8 +552,8 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
552
552
|
</View>
|
|
553
553
|
<View
|
|
554
554
|
style={
|
|
555
|
-
|
|
556
|
-
|
|
555
|
+
[
|
|
556
|
+
{
|
|
557
557
|
"marginLeft": 8,
|
|
558
558
|
},
|
|
559
559
|
undefined,
|
|
@@ -563,8 +563,8 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
563
563
|
<HeroIcon
|
|
564
564
|
name="arrow-right"
|
|
565
565
|
style={
|
|
566
|
-
|
|
567
|
-
|
|
566
|
+
[
|
|
567
|
+
{
|
|
568
568
|
"color": "#401960",
|
|
569
569
|
"fontSize": 20,
|
|
570
570
|
},
|
|
@@ -583,7 +583,7 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
583
583
|
exports[`ListItem renders correctly ListItem with prefix suffix is React.Element 1`] = `
|
|
584
584
|
<View
|
|
585
585
|
accessibilityState={
|
|
586
|
-
|
|
586
|
+
{
|
|
587
587
|
"disabled": false,
|
|
588
588
|
}
|
|
589
589
|
}
|
|
@@ -597,8 +597,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
597
597
|
onResponderTerminationRequest={[Function]}
|
|
598
598
|
onStartShouldSetResponder={[Function]}
|
|
599
599
|
style={
|
|
600
|
-
|
|
601
|
-
|
|
600
|
+
[
|
|
601
|
+
{
|
|
602
602
|
"backgroundColor": "#ffffff",
|
|
603
603
|
"borderRadius": 8,
|
|
604
604
|
"flexDirection": "row",
|
|
@@ -611,8 +611,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
611
611
|
>
|
|
612
612
|
<View
|
|
613
613
|
style={
|
|
614
|
-
|
|
615
|
-
|
|
614
|
+
[
|
|
615
|
+
{
|
|
616
616
|
"flex": 1,
|
|
617
617
|
"flexDirection": "column",
|
|
618
618
|
"flexGrow": 2,
|
|
@@ -623,7 +623,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
623
623
|
>
|
|
624
624
|
<View
|
|
625
625
|
style={
|
|
626
|
-
|
|
626
|
+
{
|
|
627
627
|
"alignItems": "center",
|
|
628
628
|
"flexDirection": "row",
|
|
629
629
|
}
|
|
@@ -631,8 +631,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
631
631
|
>
|
|
632
632
|
<View
|
|
633
633
|
style={
|
|
634
|
-
|
|
635
|
-
|
|
634
|
+
[
|
|
635
|
+
{
|
|
636
636
|
"marginRight": 8,
|
|
637
637
|
},
|
|
638
638
|
undefined,
|
|
@@ -641,7 +641,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
641
641
|
>
|
|
642
642
|
<View
|
|
643
643
|
accessibilityState={
|
|
644
|
-
|
|
644
|
+
{
|
|
645
645
|
"disabled": true,
|
|
646
646
|
}
|
|
647
647
|
}
|
|
@@ -656,7 +656,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
656
656
|
onResponderTerminationRequest={[Function]}
|
|
657
657
|
onStartShouldSetResponder={[Function]}
|
|
658
658
|
style={
|
|
659
|
-
|
|
659
|
+
{
|
|
660
660
|
"backgroundColor": "#401960",
|
|
661
661
|
"borderRadius": 999,
|
|
662
662
|
"height": 32,
|
|
@@ -668,8 +668,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
668
668
|
>
|
|
669
669
|
<View
|
|
670
670
|
style={
|
|
671
|
-
|
|
672
|
-
|
|
671
|
+
[
|
|
672
|
+
{
|
|
673
673
|
"alignItems": "center",
|
|
674
674
|
"height": "100%",
|
|
675
675
|
"justifyContent": "center",
|
|
@@ -682,16 +682,16 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
682
682
|
<Text
|
|
683
683
|
allowFontScaling={false}
|
|
684
684
|
style={
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
[
|
|
686
|
+
{
|
|
687
687
|
"color": "#001f23",
|
|
688
688
|
"fontFamily": "BeVietnamPro-Regular",
|
|
689
689
|
"fontSize": 14,
|
|
690
690
|
"letterSpacing": 0.42,
|
|
691
691
|
"lineHeight": 22,
|
|
692
692
|
},
|
|
693
|
-
|
|
694
|
-
|
|
693
|
+
[
|
|
694
|
+
{
|
|
695
695
|
"color": "#ffffff",
|
|
696
696
|
"fontFamily": "BeVietnamPro-Regular",
|
|
697
697
|
"fontSize": 16,
|
|
@@ -717,8 +717,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
717
717
|
</View>
|
|
718
718
|
<View
|
|
719
719
|
style={
|
|
720
|
-
|
|
721
|
-
|
|
720
|
+
[
|
|
721
|
+
{
|
|
722
722
|
"flex": 1,
|
|
723
723
|
},
|
|
724
724
|
undefined,
|
|
@@ -728,8 +728,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
728
728
|
<Text
|
|
729
729
|
allowFontScaling={false}
|
|
730
730
|
style={
|
|
731
|
-
|
|
732
|
-
|
|
731
|
+
[
|
|
732
|
+
{
|
|
733
733
|
"color": "#001f23",
|
|
734
734
|
"fontFamily": "BeVietnamPro-Regular",
|
|
735
735
|
"fontSize": 16,
|
|
@@ -748,8 +748,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
748
748
|
<Text
|
|
749
749
|
allowFontScaling={false}
|
|
750
750
|
style={
|
|
751
|
-
|
|
752
|
-
|
|
751
|
+
[
|
|
752
|
+
{
|
|
753
753
|
"color": "#4d6265",
|
|
754
754
|
"fontFamily": "BeVietnamPro-Regular",
|
|
755
755
|
"fontSize": 12,
|
|
@@ -767,8 +767,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
767
767
|
</View>
|
|
768
768
|
<View
|
|
769
769
|
style={
|
|
770
|
-
|
|
771
|
-
|
|
770
|
+
[
|
|
771
|
+
{
|
|
772
772
|
"marginLeft": 8,
|
|
773
773
|
},
|
|
774
774
|
undefined,
|
|
@@ -777,7 +777,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
777
777
|
>
|
|
778
778
|
<View
|
|
779
779
|
accessibilityState={
|
|
780
|
-
|
|
780
|
+
{
|
|
781
781
|
"disabled": false,
|
|
782
782
|
}
|
|
783
783
|
}
|
|
@@ -791,8 +791,8 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
791
791
|
onResponderTerminationRequest={[Function]}
|
|
792
792
|
onStartShouldSetResponder={[Function]}
|
|
793
793
|
style={
|
|
794
|
-
|
|
795
|
-
|
|
794
|
+
[
|
|
795
|
+
{
|
|
796
796
|
"backgroundColor": "#401960",
|
|
797
797
|
"borderRadius": 999,
|
|
798
798
|
"display": "flex",
|
|
@@ -810,7 +810,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
810
810
|
<View
|
|
811
811
|
collapsable={false}
|
|
812
812
|
style={
|
|
813
|
-
|
|
813
|
+
{
|
|
814
814
|
"backgroundColor": "#ffffff",
|
|
815
815
|
"borderRadius": 999,
|
|
816
816
|
"height": 16,
|
|
@@ -12,8 +12,8 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
|
|
|
12
12
|
onResponderTerminationRequest={[Function]}
|
|
13
13
|
onStartShouldSetResponder={[Function]}
|
|
14
14
|
style={
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
[
|
|
16
|
+
{
|
|
17
17
|
"alignItems": "center",
|
|
18
18
|
"backgroundColor": "#ffffff",
|
|
19
19
|
"borderRadius": 4,
|
|
@@ -28,8 +28,8 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
|
|
|
28
28
|
<Text
|
|
29
29
|
allowFontScaling={false}
|
|
30
30
|
style={
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
[
|
|
32
|
+
{
|
|
33
33
|
"color": "#001f23",
|
|
34
34
|
"fontFamily": "BeVietnamPro-Regular",
|
|
35
35
|
"fontSize": 14,
|
|
@@ -60,8 +60,8 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
|
|
|
60
60
|
onResponderTerminationRequest={[Function]}
|
|
61
61
|
onStartShouldSetResponder={[Function]}
|
|
62
62
|
style={
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
[
|
|
64
|
+
{
|
|
65
65
|
"alignItems": "center",
|
|
66
66
|
"backgroundColor": "#ffffff",
|
|
67
67
|
"borderRadius": 4,
|
|
@@ -76,8 +76,8 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
|
|
|
76
76
|
<Text
|
|
77
77
|
allowFontScaling={false}
|
|
78
78
|
style={
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
[
|
|
80
|
+
{
|
|
81
81
|
"color": "#001f23",
|
|
82
82
|
"fontFamily": "BeVietnamPro-Regular",
|
|
83
83
|
"fontSize": 14,
|
|
@@ -108,8 +108,8 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
108
108
|
onResponderTerminationRequest={[Function]}
|
|
109
109
|
onStartShouldSetResponder={[Function]}
|
|
110
110
|
style={
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
[
|
|
112
|
+
{
|
|
113
113
|
"alignItems": "center",
|
|
114
114
|
"backgroundColor": "#ece8ef",
|
|
115
115
|
"borderRadius": 4,
|
|
@@ -124,8 +124,8 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
124
124
|
<Text
|
|
125
125
|
allowFontScaling={false}
|
|
126
126
|
style={
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
[
|
|
128
|
+
{
|
|
129
129
|
"color": "#001f23",
|
|
130
130
|
"fontFamily": "BeVietnamPro-Regular",
|
|
131
131
|
"fontSize": 14,
|
|
@@ -156,8 +156,8 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
156
156
|
onResponderTerminationRequest={[Function]}
|
|
157
157
|
onStartShouldSetResponder={[Function]}
|
|
158
158
|
style={
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
[
|
|
160
|
+
{
|
|
161
161
|
"alignItems": "center",
|
|
162
162
|
"backgroundColor": "#ece8ef",
|
|
163
163
|
"borderRadius": 4,
|
|
@@ -172,8 +172,8 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
172
172
|
<Text
|
|
173
173
|
allowFontScaling={false}
|
|
174
174
|
style={
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
[
|
|
176
|
+
{
|
|
177
177
|
"color": "#001f23",
|
|
178
178
|
"fontFamily": "BeVietnamPro-Regular",
|
|
179
179
|
"fontSize": 14,
|