@hero-design/rn 8.39.0 → 8.39.2
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/es/index.js +4 -2
- package/lib/index.js +4 -2
- 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/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/__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/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,16 +3,16 @@
|
|
|
3
3
|
exports[`Accordion allows fully controlled 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{},
|
|
8
8
|
undefined,
|
|
9
9
|
]
|
|
10
10
|
}
|
|
11
11
|
>
|
|
12
12
|
<View
|
|
13
13
|
style={
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
[
|
|
15
|
+
{
|
|
16
16
|
"backgroundColor": "#ffffff",
|
|
17
17
|
"borderRadius": 0,
|
|
18
18
|
"padding": 16,
|
|
@@ -34,7 +34,7 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
34
34
|
onResponderTerminationRequest={[Function]}
|
|
35
35
|
onStartShouldSetResponder={[Function]}
|
|
36
36
|
style={
|
|
37
|
-
|
|
37
|
+
{
|
|
38
38
|
"flexDirection": "row",
|
|
39
39
|
"justifyContent": "space-between",
|
|
40
40
|
"opacity": 1,
|
|
@@ -44,8 +44,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
44
44
|
<Text
|
|
45
45
|
allowFontScaling={false}
|
|
46
46
|
style={
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
[
|
|
48
|
+
{
|
|
49
49
|
"color": "#001f23",
|
|
50
50
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
51
51
|
"fontSize": 16,
|
|
@@ -64,8 +64,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
64
64
|
<HeroIcon
|
|
65
65
|
name="arrow-down"
|
|
66
66
|
style={
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
69
|
"color": "#795e90",
|
|
70
70
|
"fontSize": 20,
|
|
71
71
|
},
|
|
@@ -80,7 +80,7 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
80
80
|
collapsable={false}
|
|
81
81
|
onLayout={[Function]}
|
|
82
82
|
style={
|
|
83
|
-
|
|
83
|
+
{
|
|
84
84
|
"height": 0,
|
|
85
85
|
"margin": 0,
|
|
86
86
|
"overflow": "hidden",
|
|
@@ -90,8 +90,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
90
90
|
>
|
|
91
91
|
<View
|
|
92
92
|
style={
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
[
|
|
94
|
+
{
|
|
95
95
|
"height": 1334,
|
|
96
96
|
},
|
|
97
97
|
undefined,
|
|
@@ -101,13 +101,13 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
101
101
|
<View
|
|
102
102
|
onLayout={[Function]}
|
|
103
103
|
style={
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
[
|
|
105
|
+
{
|
|
106
106
|
"margin": 0,
|
|
107
107
|
"padding": 0,
|
|
108
108
|
},
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
[
|
|
110
|
+
{
|
|
111
111
|
"paddingTop": 16,
|
|
112
112
|
},
|
|
113
113
|
undefined,
|
|
@@ -118,8 +118,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
118
118
|
<Text
|
|
119
119
|
allowFontScaling={false}
|
|
120
120
|
style={
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
[
|
|
122
|
+
{
|
|
123
123
|
"color": "#001f23",
|
|
124
124
|
"fontFamily": "BeVietnamPro-Regular",
|
|
125
125
|
"fontSize": 16,
|
|
@@ -141,8 +141,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
141
141
|
</View>
|
|
142
142
|
<View
|
|
143
143
|
style={
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
[
|
|
145
|
+
{
|
|
146
146
|
"backgroundColor": "#ffffff",
|
|
147
147
|
"borderRadius": 0,
|
|
148
148
|
"padding": 16,
|
|
@@ -164,7 +164,7 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
164
164
|
onResponderTerminationRequest={[Function]}
|
|
165
165
|
onStartShouldSetResponder={[Function]}
|
|
166
166
|
style={
|
|
167
|
-
|
|
167
|
+
{
|
|
168
168
|
"flexDirection": "row",
|
|
169
169
|
"justifyContent": "space-between",
|
|
170
170
|
"opacity": 1,
|
|
@@ -174,8 +174,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
174
174
|
<Text
|
|
175
175
|
allowFontScaling={false}
|
|
176
176
|
style={
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
[
|
|
178
|
+
{
|
|
179
179
|
"color": "#001f23",
|
|
180
180
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
181
181
|
"fontSize": 16,
|
|
@@ -194,8 +194,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
194
194
|
<HeroIcon
|
|
195
195
|
name="arrow-up"
|
|
196
196
|
style={
|
|
197
|
-
|
|
198
|
-
|
|
197
|
+
[
|
|
198
|
+
{
|
|
199
199
|
"color": "#795e90",
|
|
200
200
|
"fontSize": 20,
|
|
201
201
|
},
|
|
@@ -210,7 +210,7 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
210
210
|
collapsable={false}
|
|
211
211
|
onLayout={[Function]}
|
|
212
212
|
style={
|
|
213
|
-
|
|
213
|
+
{
|
|
214
214
|
"height": 0,
|
|
215
215
|
"margin": 0,
|
|
216
216
|
"overflow": "hidden",
|
|
@@ -220,8 +220,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
220
220
|
>
|
|
221
221
|
<View
|
|
222
222
|
style={
|
|
223
|
-
|
|
224
|
-
|
|
223
|
+
[
|
|
224
|
+
{
|
|
225
225
|
"height": 1334,
|
|
226
226
|
},
|
|
227
227
|
undefined,
|
|
@@ -231,13 +231,13 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
231
231
|
<View
|
|
232
232
|
onLayout={[Function]}
|
|
233
233
|
style={
|
|
234
|
-
|
|
235
|
-
|
|
234
|
+
[
|
|
235
|
+
{
|
|
236
236
|
"margin": 0,
|
|
237
237
|
"padding": 0,
|
|
238
238
|
},
|
|
239
|
-
|
|
240
|
-
|
|
239
|
+
[
|
|
240
|
+
{
|
|
241
241
|
"paddingTop": 16,
|
|
242
242
|
},
|
|
243
243
|
undefined,
|
|
@@ -248,8 +248,8 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
248
248
|
<Text
|
|
249
249
|
allowFontScaling={false}
|
|
250
250
|
style={
|
|
251
|
-
|
|
252
|
-
|
|
251
|
+
[
|
|
252
|
+
{
|
|
253
253
|
"color": "#001f23",
|
|
254
254
|
"fontFamily": "BeVietnamPro-Regular",
|
|
255
255
|
"fontSize": 16,
|
|
@@ -275,16 +275,16 @@ exports[`Accordion allows fully controlled 1`] = `
|
|
|
275
275
|
exports[`Accordion renders correctly 1`] = `
|
|
276
276
|
<View
|
|
277
277
|
style={
|
|
278
|
-
|
|
279
|
-
|
|
278
|
+
[
|
|
279
|
+
{},
|
|
280
280
|
undefined,
|
|
281
281
|
]
|
|
282
282
|
}
|
|
283
283
|
>
|
|
284
284
|
<View
|
|
285
285
|
style={
|
|
286
|
-
|
|
287
|
-
|
|
286
|
+
[
|
|
287
|
+
{
|
|
288
288
|
"backgroundColor": "#ffffff",
|
|
289
289
|
"borderRadius": 0,
|
|
290
290
|
"padding": 16,
|
|
@@ -306,7 +306,7 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
306
306
|
onResponderTerminationRequest={[Function]}
|
|
307
307
|
onStartShouldSetResponder={[Function]}
|
|
308
308
|
style={
|
|
309
|
-
|
|
309
|
+
{
|
|
310
310
|
"flexDirection": "row",
|
|
311
311
|
"justifyContent": "space-between",
|
|
312
312
|
"opacity": 1,
|
|
@@ -316,8 +316,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
316
316
|
<Text
|
|
317
317
|
allowFontScaling={false}
|
|
318
318
|
style={
|
|
319
|
-
|
|
320
|
-
|
|
319
|
+
[
|
|
320
|
+
{
|
|
321
321
|
"color": "#001f23",
|
|
322
322
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
323
323
|
"fontSize": 16,
|
|
@@ -336,8 +336,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
336
336
|
<HeroIcon
|
|
337
337
|
name="arrow-down"
|
|
338
338
|
style={
|
|
339
|
-
|
|
340
|
-
|
|
339
|
+
[
|
|
340
|
+
{
|
|
341
341
|
"color": "#795e90",
|
|
342
342
|
"fontSize": 20,
|
|
343
343
|
},
|
|
@@ -352,7 +352,7 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
352
352
|
collapsable={false}
|
|
353
353
|
onLayout={[Function]}
|
|
354
354
|
style={
|
|
355
|
-
|
|
355
|
+
{
|
|
356
356
|
"height": 0,
|
|
357
357
|
"margin": 0,
|
|
358
358
|
"overflow": "hidden",
|
|
@@ -362,8 +362,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
362
362
|
>
|
|
363
363
|
<View
|
|
364
364
|
style={
|
|
365
|
-
|
|
366
|
-
|
|
365
|
+
[
|
|
366
|
+
{
|
|
367
367
|
"height": 1334,
|
|
368
368
|
},
|
|
369
369
|
undefined,
|
|
@@ -373,13 +373,13 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
373
373
|
<View
|
|
374
374
|
onLayout={[Function]}
|
|
375
375
|
style={
|
|
376
|
-
|
|
377
|
-
|
|
376
|
+
[
|
|
377
|
+
{
|
|
378
378
|
"margin": 0,
|
|
379
379
|
"padding": 0,
|
|
380
380
|
},
|
|
381
|
-
|
|
382
|
-
|
|
381
|
+
[
|
|
382
|
+
{
|
|
383
383
|
"paddingTop": 16,
|
|
384
384
|
},
|
|
385
385
|
undefined,
|
|
@@ -390,8 +390,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
390
390
|
<Text
|
|
391
391
|
allowFontScaling={false}
|
|
392
392
|
style={
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
[
|
|
394
|
+
{
|
|
395
395
|
"color": "#001f23",
|
|
396
396
|
"fontFamily": "BeVietnamPro-Regular",
|
|
397
397
|
"fontSize": 16,
|
|
@@ -413,8 +413,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
413
413
|
</View>
|
|
414
414
|
<View
|
|
415
415
|
style={
|
|
416
|
-
|
|
417
|
-
|
|
416
|
+
[
|
|
417
|
+
{
|
|
418
418
|
"backgroundColor": "#ffffff",
|
|
419
419
|
"borderRadius": 0,
|
|
420
420
|
"padding": 16,
|
|
@@ -436,7 +436,7 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
436
436
|
onResponderTerminationRequest={[Function]}
|
|
437
437
|
onStartShouldSetResponder={[Function]}
|
|
438
438
|
style={
|
|
439
|
-
|
|
439
|
+
{
|
|
440
440
|
"flexDirection": "row",
|
|
441
441
|
"justifyContent": "space-between",
|
|
442
442
|
"opacity": 1,
|
|
@@ -446,8 +446,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
446
446
|
<Text
|
|
447
447
|
allowFontScaling={false}
|
|
448
448
|
style={
|
|
449
|
-
|
|
450
|
-
|
|
449
|
+
[
|
|
450
|
+
{
|
|
451
451
|
"color": "#001f23",
|
|
452
452
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
453
453
|
"fontSize": 16,
|
|
@@ -466,8 +466,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
466
466
|
<HeroIcon
|
|
467
467
|
name="arrow-down"
|
|
468
468
|
style={
|
|
469
|
-
|
|
470
|
-
|
|
469
|
+
[
|
|
470
|
+
{
|
|
471
471
|
"color": "#795e90",
|
|
472
472
|
"fontSize": 20,
|
|
473
473
|
},
|
|
@@ -482,7 +482,7 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
482
482
|
collapsable={false}
|
|
483
483
|
onLayout={[Function]}
|
|
484
484
|
style={
|
|
485
|
-
|
|
485
|
+
{
|
|
486
486
|
"height": 0,
|
|
487
487
|
"margin": 0,
|
|
488
488
|
"overflow": "hidden",
|
|
@@ -492,8 +492,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
492
492
|
>
|
|
493
493
|
<View
|
|
494
494
|
style={
|
|
495
|
-
|
|
496
|
-
|
|
495
|
+
[
|
|
496
|
+
{
|
|
497
497
|
"height": 1334,
|
|
498
498
|
},
|
|
499
499
|
undefined,
|
|
@@ -503,13 +503,13 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
503
503
|
<View
|
|
504
504
|
onLayout={[Function]}
|
|
505
505
|
style={
|
|
506
|
-
|
|
507
|
-
|
|
506
|
+
[
|
|
507
|
+
{
|
|
508
508
|
"margin": 0,
|
|
509
509
|
"padding": 0,
|
|
510
510
|
},
|
|
511
|
-
|
|
512
|
-
|
|
511
|
+
[
|
|
512
|
+
{
|
|
513
513
|
"paddingTop": 16,
|
|
514
514
|
},
|
|
515
515
|
undefined,
|
|
@@ -520,8 +520,8 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
520
520
|
<Text
|
|
521
521
|
allowFontScaling={false}
|
|
522
522
|
style={
|
|
523
|
-
|
|
524
|
-
|
|
523
|
+
[
|
|
524
|
+
{
|
|
525
525
|
"color": "#001f23",
|
|
526
526
|
"fontFamily": "BeVietnamPro-Regular",
|
|
527
527
|
"fontSize": 16,
|
|
@@ -547,16 +547,16 @@ exports[`Accordion renders correctly 1`] = `
|
|
|
547
547
|
exports[`Accordion renders correctly when variant is card 1`] = `
|
|
548
548
|
<View
|
|
549
549
|
style={
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
[
|
|
551
|
+
{},
|
|
552
552
|
undefined,
|
|
553
553
|
]
|
|
554
554
|
}
|
|
555
555
|
>
|
|
556
556
|
<View
|
|
557
557
|
style={
|
|
558
|
-
|
|
559
|
-
|
|
558
|
+
[
|
|
559
|
+
{
|
|
560
560
|
"backgroundColor": "#ffffff",
|
|
561
561
|
"borderRadius": 8,
|
|
562
562
|
"padding": 16,
|
|
@@ -578,7 +578,7 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
578
578
|
onResponderTerminationRequest={[Function]}
|
|
579
579
|
onStartShouldSetResponder={[Function]}
|
|
580
580
|
style={
|
|
581
|
-
|
|
581
|
+
{
|
|
582
582
|
"flexDirection": "row",
|
|
583
583
|
"justifyContent": "space-between",
|
|
584
584
|
"opacity": 1,
|
|
@@ -588,8 +588,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
588
588
|
<Text
|
|
589
589
|
allowFontScaling={false}
|
|
590
590
|
style={
|
|
591
|
-
|
|
592
|
-
|
|
591
|
+
[
|
|
592
|
+
{
|
|
593
593
|
"color": "#001f23",
|
|
594
594
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
595
595
|
"fontSize": 16,
|
|
@@ -608,8 +608,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
608
608
|
<HeroIcon
|
|
609
609
|
name="arrow-down"
|
|
610
610
|
style={
|
|
611
|
-
|
|
612
|
-
|
|
611
|
+
[
|
|
612
|
+
{
|
|
613
613
|
"color": "#795e90",
|
|
614
614
|
"fontSize": 20,
|
|
615
615
|
},
|
|
@@ -624,7 +624,7 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
624
624
|
collapsable={false}
|
|
625
625
|
onLayout={[Function]}
|
|
626
626
|
style={
|
|
627
|
-
|
|
627
|
+
{
|
|
628
628
|
"height": 0,
|
|
629
629
|
"margin": 0,
|
|
630
630
|
"overflow": "hidden",
|
|
@@ -634,8 +634,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
634
634
|
>
|
|
635
635
|
<View
|
|
636
636
|
style={
|
|
637
|
-
|
|
638
|
-
|
|
637
|
+
[
|
|
638
|
+
{
|
|
639
639
|
"height": 1334,
|
|
640
640
|
},
|
|
641
641
|
undefined,
|
|
@@ -645,13 +645,13 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
645
645
|
<View
|
|
646
646
|
onLayout={[Function]}
|
|
647
647
|
style={
|
|
648
|
-
|
|
649
|
-
|
|
648
|
+
[
|
|
649
|
+
{
|
|
650
650
|
"margin": 0,
|
|
651
651
|
"padding": 0,
|
|
652
652
|
},
|
|
653
|
-
|
|
654
|
-
|
|
653
|
+
[
|
|
654
|
+
{
|
|
655
655
|
"paddingTop": 16,
|
|
656
656
|
},
|
|
657
657
|
undefined,
|
|
@@ -662,8 +662,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
662
662
|
<Text
|
|
663
663
|
allowFontScaling={false}
|
|
664
664
|
style={
|
|
665
|
-
|
|
666
|
-
|
|
665
|
+
[
|
|
666
|
+
{
|
|
667
667
|
"color": "#001f23",
|
|
668
668
|
"fontFamily": "BeVietnamPro-Regular",
|
|
669
669
|
"fontSize": 16,
|
|
@@ -685,8 +685,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
685
685
|
</View>
|
|
686
686
|
<View
|
|
687
687
|
style={
|
|
688
|
-
|
|
689
|
-
|
|
688
|
+
[
|
|
689
|
+
{
|
|
690
690
|
"paddingTop": 16,
|
|
691
691
|
},
|
|
692
692
|
undefined,
|
|
@@ -696,8 +696,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
696
696
|
/>
|
|
697
697
|
<View
|
|
698
698
|
style={
|
|
699
|
-
|
|
700
|
-
|
|
699
|
+
[
|
|
700
|
+
{
|
|
701
701
|
"backgroundColor": "#ffffff",
|
|
702
702
|
"borderRadius": 8,
|
|
703
703
|
"padding": 16,
|
|
@@ -719,7 +719,7 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
719
719
|
onResponderTerminationRequest={[Function]}
|
|
720
720
|
onStartShouldSetResponder={[Function]}
|
|
721
721
|
style={
|
|
722
|
-
|
|
722
|
+
{
|
|
723
723
|
"flexDirection": "row",
|
|
724
724
|
"justifyContent": "space-between",
|
|
725
725
|
"opacity": 1,
|
|
@@ -729,8 +729,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
729
729
|
<Text
|
|
730
730
|
allowFontScaling={false}
|
|
731
731
|
style={
|
|
732
|
-
|
|
733
|
-
|
|
732
|
+
[
|
|
733
|
+
{
|
|
734
734
|
"color": "#001f23",
|
|
735
735
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
736
736
|
"fontSize": 16,
|
|
@@ -749,8 +749,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
749
749
|
<HeroIcon
|
|
750
750
|
name="arrow-down"
|
|
751
751
|
style={
|
|
752
|
-
|
|
753
|
-
|
|
752
|
+
[
|
|
753
|
+
{
|
|
754
754
|
"color": "#795e90",
|
|
755
755
|
"fontSize": 20,
|
|
756
756
|
},
|
|
@@ -765,7 +765,7 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
765
765
|
collapsable={false}
|
|
766
766
|
onLayout={[Function]}
|
|
767
767
|
style={
|
|
768
|
-
|
|
768
|
+
{
|
|
769
769
|
"height": 0,
|
|
770
770
|
"margin": 0,
|
|
771
771
|
"overflow": "hidden",
|
|
@@ -775,8 +775,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
775
775
|
>
|
|
776
776
|
<View
|
|
777
777
|
style={
|
|
778
|
-
|
|
779
|
-
|
|
778
|
+
[
|
|
779
|
+
{
|
|
780
780
|
"height": 1334,
|
|
781
781
|
},
|
|
782
782
|
undefined,
|
|
@@ -786,13 +786,13 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
786
786
|
<View
|
|
787
787
|
onLayout={[Function]}
|
|
788
788
|
style={
|
|
789
|
-
|
|
790
|
-
|
|
789
|
+
[
|
|
790
|
+
{
|
|
791
791
|
"margin": 0,
|
|
792
792
|
"padding": 0,
|
|
793
793
|
},
|
|
794
|
-
|
|
795
|
-
|
|
794
|
+
[
|
|
795
|
+
{
|
|
796
796
|
"paddingTop": 16,
|
|
797
797
|
},
|
|
798
798
|
undefined,
|
|
@@ -803,8 +803,8 @@ exports[`Accordion renders correctly when variant is card 1`] = `
|
|
|
803
803
|
<Text
|
|
804
804
|
allowFontScaling={false}
|
|
805
805
|
style={
|
|
806
|
-
|
|
807
|
-
|
|
806
|
+
[
|
|
807
|
+
{
|
|
808
808
|
"color": "#001f23",
|
|
809
809
|
"fontFamily": "BeVietnamPro-Regular",
|
|
810
810
|
"fontSize": 16,
|