@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,8 +3,8 @@
|
|
|
3
3
|
exports[`Alert Icon render custom icon correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"backgroundColor": "#b5c3fd",
|
|
9
9
|
"borderRadius": 16,
|
|
10
10
|
"flexDirection": "row",
|
|
@@ -19,8 +19,8 @@ exports[`Alert Icon render custom icon correctly 1`] = `
|
|
|
19
19
|
<View
|
|
20
20
|
showDivider={false}
|
|
21
21
|
style={
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
[
|
|
23
|
+
{
|
|
24
24
|
"borderColor": "#e8e9ea",
|
|
25
25
|
"borderRightWidth": 0,
|
|
26
26
|
"flex": 1,
|
|
@@ -33,8 +33,8 @@ exports[`Alert Icon render custom icon correctly 1`] = `
|
|
|
33
33
|
>
|
|
34
34
|
<View
|
|
35
35
|
style={
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
[
|
|
37
|
+
{
|
|
38
38
|
"alignItems": "center",
|
|
39
39
|
"paddingLeft": 12,
|
|
40
40
|
},
|
|
@@ -46,8 +46,8 @@ exports[`Alert Icon render custom icon correctly 1`] = `
|
|
|
46
46
|
<HeroIcon
|
|
47
47
|
name="home"
|
|
48
48
|
style={
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
[
|
|
50
|
+
{
|
|
51
51
|
"color": "#001f23",
|
|
52
52
|
"fontSize": 20,
|
|
53
53
|
},
|
|
@@ -60,8 +60,8 @@ exports[`Alert Icon render custom icon correctly 1`] = `
|
|
|
60
60
|
</View>
|
|
61
61
|
<View
|
|
62
62
|
style={
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
[
|
|
64
|
+
{
|
|
65
65
|
"flex": 1,
|
|
66
66
|
"paddingHorizontal": 12,
|
|
67
67
|
},
|
|
@@ -72,8 +72,8 @@ exports[`Alert Icon render custom icon correctly 1`] = `
|
|
|
72
72
|
<Text
|
|
73
73
|
allowFontScaling={false}
|
|
74
74
|
style={
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
[
|
|
76
|
+
{
|
|
77
77
|
"color": "#001f23",
|
|
78
78
|
"fontFamily": "BeVietnamPro-Regular",
|
|
79
79
|
"fontSize": 14,
|
|
@@ -97,8 +97,8 @@ exports[`Alert Icon render custom icon correctly 1`] = `
|
|
|
97
97
|
exports[`Alert renders correctly when intent is error 1`] = `
|
|
98
98
|
<View
|
|
99
99
|
style={
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
[
|
|
101
|
+
{
|
|
102
102
|
"backgroundColor": "#f46363",
|
|
103
103
|
"borderRadius": 16,
|
|
104
104
|
"flexDirection": "row",
|
|
@@ -113,8 +113,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
113
113
|
<View
|
|
114
114
|
showDivider={true}
|
|
115
115
|
style={
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
[
|
|
117
|
+
{
|
|
118
118
|
"borderColor": "#e8e9ea",
|
|
119
119
|
"borderRightWidth": 1,
|
|
120
120
|
"flex": 1,
|
|
@@ -127,8 +127,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
127
127
|
>
|
|
128
128
|
<View
|
|
129
129
|
style={
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
[
|
|
131
|
+
{
|
|
132
132
|
"alignItems": "center",
|
|
133
133
|
"paddingLeft": 12,
|
|
134
134
|
},
|
|
@@ -140,8 +140,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
140
140
|
<HeroIcon
|
|
141
141
|
name="circle-warning"
|
|
142
142
|
style={
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
[
|
|
144
|
+
{
|
|
145
145
|
"color": "#001f23",
|
|
146
146
|
"fontSize": 20,
|
|
147
147
|
},
|
|
@@ -154,8 +154,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
154
154
|
</View>
|
|
155
155
|
<View
|
|
156
156
|
style={
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
[
|
|
158
|
+
{
|
|
159
159
|
"flex": 1,
|
|
160
160
|
"paddingHorizontal": 12,
|
|
161
161
|
},
|
|
@@ -166,8 +166,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
166
166
|
<Text
|
|
167
167
|
allowFontScaling={false}
|
|
168
168
|
style={
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
[
|
|
170
|
+
{
|
|
171
171
|
"color": "#001f23",
|
|
172
172
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
173
173
|
"fontSize": 14,
|
|
@@ -186,8 +186,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
186
186
|
<Text
|
|
187
187
|
allowFontScaling={false}
|
|
188
188
|
style={
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
[
|
|
190
|
+
{
|
|
191
191
|
"color": "#001f23",
|
|
192
192
|
"fontFamily": "BeVietnamPro-Regular",
|
|
193
193
|
"fontSize": 14,
|
|
@@ -217,7 +217,7 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
217
217
|
onResponderTerminationRequest={[Function]}
|
|
218
218
|
onStartShouldSetResponder={[Function]}
|
|
219
219
|
style={
|
|
220
|
-
|
|
220
|
+
{
|
|
221
221
|
"justifyContent": "center",
|
|
222
222
|
"opacity": 1,
|
|
223
223
|
"paddingHorizontal": 12,
|
|
@@ -228,8 +228,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
228
228
|
<HeroIcon
|
|
229
229
|
name="cancel"
|
|
230
230
|
style={
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
[
|
|
232
|
+
{
|
|
233
233
|
"color": "#001f23",
|
|
234
234
|
"fontSize": 20,
|
|
235
235
|
},
|
|
@@ -246,8 +246,8 @@ exports[`Alert renders correctly when intent is error 1`] = `
|
|
|
246
246
|
exports[`Alert renders correctly when intent is info 1`] = `
|
|
247
247
|
<View
|
|
248
248
|
style={
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
[
|
|
250
|
+
{
|
|
251
251
|
"backgroundColor": "#b5c3fd",
|
|
252
252
|
"borderRadius": 16,
|
|
253
253
|
"flexDirection": "row",
|
|
@@ -262,8 +262,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
262
262
|
<View
|
|
263
263
|
showDivider={true}
|
|
264
264
|
style={
|
|
265
|
-
|
|
266
|
-
|
|
265
|
+
[
|
|
266
|
+
{
|
|
267
267
|
"borderColor": "#e8e9ea",
|
|
268
268
|
"borderRightWidth": 1,
|
|
269
269
|
"flex": 1,
|
|
@@ -276,8 +276,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
276
276
|
>
|
|
277
277
|
<View
|
|
278
278
|
style={
|
|
279
|
-
|
|
280
|
-
|
|
279
|
+
[
|
|
280
|
+
{
|
|
281
281
|
"alignItems": "center",
|
|
282
282
|
"paddingLeft": 12,
|
|
283
283
|
},
|
|
@@ -289,8 +289,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
289
289
|
<HeroIcon
|
|
290
290
|
name="circle-info"
|
|
291
291
|
style={
|
|
292
|
-
|
|
293
|
-
|
|
292
|
+
[
|
|
293
|
+
{
|
|
294
294
|
"color": "#001f23",
|
|
295
295
|
"fontSize": 20,
|
|
296
296
|
},
|
|
@@ -303,8 +303,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
303
303
|
</View>
|
|
304
304
|
<View
|
|
305
305
|
style={
|
|
306
|
-
|
|
307
|
-
|
|
306
|
+
[
|
|
307
|
+
{
|
|
308
308
|
"flex": 1,
|
|
309
309
|
"paddingHorizontal": 12,
|
|
310
310
|
},
|
|
@@ -315,8 +315,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
315
315
|
<Text
|
|
316
316
|
allowFontScaling={false}
|
|
317
317
|
style={
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
[
|
|
319
|
+
{
|
|
320
320
|
"color": "#001f23",
|
|
321
321
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
322
322
|
"fontSize": 14,
|
|
@@ -335,8 +335,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
335
335
|
<Text
|
|
336
336
|
allowFontScaling={false}
|
|
337
337
|
style={
|
|
338
|
-
|
|
339
|
-
|
|
338
|
+
[
|
|
339
|
+
{
|
|
340
340
|
"color": "#001f23",
|
|
341
341
|
"fontFamily": "BeVietnamPro-Regular",
|
|
342
342
|
"fontSize": 14,
|
|
@@ -366,7 +366,7 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
366
366
|
onResponderTerminationRequest={[Function]}
|
|
367
367
|
onStartShouldSetResponder={[Function]}
|
|
368
368
|
style={
|
|
369
|
-
|
|
369
|
+
{
|
|
370
370
|
"justifyContent": "center",
|
|
371
371
|
"opacity": 1,
|
|
372
372
|
"paddingHorizontal": 12,
|
|
@@ -377,8 +377,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
377
377
|
<HeroIcon
|
|
378
378
|
name="cancel"
|
|
379
379
|
style={
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
[
|
|
381
|
+
{
|
|
382
382
|
"color": "#001f23",
|
|
383
383
|
"fontSize": 20,
|
|
384
384
|
},
|
|
@@ -395,8 +395,8 @@ exports[`Alert renders correctly when intent is info 1`] = `
|
|
|
395
395
|
exports[`Alert renders correctly when intent is notification 1`] = `
|
|
396
396
|
<View
|
|
397
397
|
style={
|
|
398
|
-
|
|
399
|
-
|
|
398
|
+
[
|
|
399
|
+
{
|
|
400
400
|
"backgroundColor": "#ffffff",
|
|
401
401
|
"borderRadius": 16,
|
|
402
402
|
"flexDirection": "row",
|
|
@@ -411,8 +411,8 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
411
411
|
<View
|
|
412
412
|
showDivider={true}
|
|
413
413
|
style={
|
|
414
|
-
|
|
415
|
-
|
|
414
|
+
[
|
|
415
|
+
{
|
|
416
416
|
"borderColor": "#e8e9ea",
|
|
417
417
|
"borderRightWidth": 1,
|
|
418
418
|
"flex": 1,
|
|
@@ -425,8 +425,8 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
425
425
|
>
|
|
426
426
|
<View
|
|
427
427
|
style={
|
|
428
|
-
|
|
429
|
-
|
|
428
|
+
[
|
|
429
|
+
{
|
|
430
430
|
"flex": 1,
|
|
431
431
|
"paddingHorizontal": 12,
|
|
432
432
|
},
|
|
@@ -437,8 +437,8 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
437
437
|
<Text
|
|
438
438
|
allowFontScaling={false}
|
|
439
439
|
style={
|
|
440
|
-
|
|
441
|
-
|
|
440
|
+
[
|
|
441
|
+
{
|
|
442
442
|
"color": "#001f23",
|
|
443
443
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
444
444
|
"fontSize": 14,
|
|
@@ -457,8 +457,8 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
457
457
|
<Text
|
|
458
458
|
allowFontScaling={false}
|
|
459
459
|
style={
|
|
460
|
-
|
|
461
|
-
|
|
460
|
+
[
|
|
461
|
+
{
|
|
462
462
|
"color": "#001f23",
|
|
463
463
|
"fontFamily": "BeVietnamPro-Regular",
|
|
464
464
|
"fontSize": 14,
|
|
@@ -488,7 +488,7 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
488
488
|
onResponderTerminationRequest={[Function]}
|
|
489
489
|
onStartShouldSetResponder={[Function]}
|
|
490
490
|
style={
|
|
491
|
-
|
|
491
|
+
{
|
|
492
492
|
"justifyContent": "center",
|
|
493
493
|
"opacity": 1,
|
|
494
494
|
"paddingHorizontal": 12,
|
|
@@ -499,8 +499,8 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
499
499
|
<HeroIcon
|
|
500
500
|
name="cancel"
|
|
501
501
|
style={
|
|
502
|
-
|
|
503
|
-
|
|
502
|
+
[
|
|
503
|
+
{
|
|
504
504
|
"color": "#001f23",
|
|
505
505
|
"fontSize": 20,
|
|
506
506
|
},
|
|
@@ -517,8 +517,8 @@ exports[`Alert renders correctly when intent is notification 1`] = `
|
|
|
517
517
|
exports[`Alert renders correctly when intent is success 1`] = `
|
|
518
518
|
<View
|
|
519
519
|
style={
|
|
520
|
-
|
|
521
|
-
|
|
520
|
+
[
|
|
521
|
+
{
|
|
522
522
|
"backgroundColor": "#5ace7d",
|
|
523
523
|
"borderRadius": 16,
|
|
524
524
|
"flexDirection": "row",
|
|
@@ -533,8 +533,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
533
533
|
<View
|
|
534
534
|
showDivider={true}
|
|
535
535
|
style={
|
|
536
|
-
|
|
537
|
-
|
|
536
|
+
[
|
|
537
|
+
{
|
|
538
538
|
"borderColor": "#e8e9ea",
|
|
539
539
|
"borderRightWidth": 1,
|
|
540
540
|
"flex": 1,
|
|
@@ -547,8 +547,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
547
547
|
>
|
|
548
548
|
<View
|
|
549
549
|
style={
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
[
|
|
551
|
+
{
|
|
552
552
|
"alignItems": "center",
|
|
553
553
|
"paddingLeft": 12,
|
|
554
554
|
},
|
|
@@ -560,8 +560,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
560
560
|
<HeroIcon
|
|
561
561
|
name="circle-ok"
|
|
562
562
|
style={
|
|
563
|
-
|
|
564
|
-
|
|
563
|
+
[
|
|
564
|
+
{
|
|
565
565
|
"color": "#001f23",
|
|
566
566
|
"fontSize": 20,
|
|
567
567
|
},
|
|
@@ -574,8 +574,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
574
574
|
</View>
|
|
575
575
|
<View
|
|
576
576
|
style={
|
|
577
|
-
|
|
578
|
-
|
|
577
|
+
[
|
|
578
|
+
{
|
|
579
579
|
"flex": 1,
|
|
580
580
|
"paddingHorizontal": 12,
|
|
581
581
|
},
|
|
@@ -586,8 +586,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
586
586
|
<Text
|
|
587
587
|
allowFontScaling={false}
|
|
588
588
|
style={
|
|
589
|
-
|
|
590
|
-
|
|
589
|
+
[
|
|
590
|
+
{
|
|
591
591
|
"color": "#001f23",
|
|
592
592
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
593
593
|
"fontSize": 14,
|
|
@@ -606,8 +606,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
606
606
|
<Text
|
|
607
607
|
allowFontScaling={false}
|
|
608
608
|
style={
|
|
609
|
-
|
|
610
|
-
|
|
609
|
+
[
|
|
610
|
+
{
|
|
611
611
|
"color": "#001f23",
|
|
612
612
|
"fontFamily": "BeVietnamPro-Regular",
|
|
613
613
|
"fontSize": 14,
|
|
@@ -637,7 +637,7 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
637
637
|
onResponderTerminationRequest={[Function]}
|
|
638
638
|
onStartShouldSetResponder={[Function]}
|
|
639
639
|
style={
|
|
640
|
-
|
|
640
|
+
{
|
|
641
641
|
"justifyContent": "center",
|
|
642
642
|
"opacity": 1,
|
|
643
643
|
"paddingHorizontal": 12,
|
|
@@ -648,8 +648,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
648
648
|
<HeroIcon
|
|
649
649
|
name="cancel"
|
|
650
650
|
style={
|
|
651
|
-
|
|
652
|
-
|
|
651
|
+
[
|
|
652
|
+
{
|
|
653
653
|
"color": "#001f23",
|
|
654
654
|
"fontSize": 20,
|
|
655
655
|
},
|
|
@@ -666,8 +666,8 @@ exports[`Alert renders correctly when intent is success 1`] = `
|
|
|
666
666
|
exports[`Alert renders correctly when intent is warning 1`] = `
|
|
667
667
|
<View
|
|
668
668
|
style={
|
|
669
|
-
|
|
670
|
-
|
|
669
|
+
[
|
|
670
|
+
{
|
|
671
671
|
"backgroundColor": "#ffbe71",
|
|
672
672
|
"borderRadius": 16,
|
|
673
673
|
"flexDirection": "row",
|
|
@@ -682,8 +682,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
682
682
|
<View
|
|
683
683
|
showDivider={true}
|
|
684
684
|
style={
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
[
|
|
686
|
+
{
|
|
687
687
|
"borderColor": "#e8e9ea",
|
|
688
688
|
"borderRightWidth": 1,
|
|
689
689
|
"flex": 1,
|
|
@@ -696,8 +696,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
696
696
|
>
|
|
697
697
|
<View
|
|
698
698
|
style={
|
|
699
|
-
|
|
700
|
-
|
|
699
|
+
[
|
|
700
|
+
{
|
|
701
701
|
"alignItems": "center",
|
|
702
702
|
"paddingLeft": 12,
|
|
703
703
|
},
|
|
@@ -709,8 +709,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
709
709
|
<HeroIcon
|
|
710
710
|
name="warning"
|
|
711
711
|
style={
|
|
712
|
-
|
|
713
|
-
|
|
712
|
+
[
|
|
713
|
+
{
|
|
714
714
|
"color": "#001f23",
|
|
715
715
|
"fontSize": 20,
|
|
716
716
|
},
|
|
@@ -723,8 +723,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
723
723
|
</View>
|
|
724
724
|
<View
|
|
725
725
|
style={
|
|
726
|
-
|
|
727
|
-
|
|
726
|
+
[
|
|
727
|
+
{
|
|
728
728
|
"flex": 1,
|
|
729
729
|
"paddingHorizontal": 12,
|
|
730
730
|
},
|
|
@@ -735,8 +735,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
735
735
|
<Text
|
|
736
736
|
allowFontScaling={false}
|
|
737
737
|
style={
|
|
738
|
-
|
|
739
|
-
|
|
738
|
+
[
|
|
739
|
+
{
|
|
740
740
|
"color": "#001f23",
|
|
741
741
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
742
742
|
"fontSize": 14,
|
|
@@ -755,8 +755,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
755
755
|
<Text
|
|
756
756
|
allowFontScaling={false}
|
|
757
757
|
style={
|
|
758
|
-
|
|
759
|
-
|
|
758
|
+
[
|
|
759
|
+
{
|
|
760
760
|
"color": "#001f23",
|
|
761
761
|
"fontFamily": "BeVietnamPro-Regular",
|
|
762
762
|
"fontSize": 14,
|
|
@@ -786,7 +786,7 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
786
786
|
onResponderTerminationRequest={[Function]}
|
|
787
787
|
onStartShouldSetResponder={[Function]}
|
|
788
788
|
style={
|
|
789
|
-
|
|
789
|
+
{
|
|
790
790
|
"justifyContent": "center",
|
|
791
791
|
"opacity": 1,
|
|
792
792
|
"paddingHorizontal": 12,
|
|
@@ -797,8 +797,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
797
797
|
<HeroIcon
|
|
798
798
|
name="cancel"
|
|
799
799
|
style={
|
|
800
|
-
|
|
801
|
-
|
|
800
|
+
[
|
|
801
|
+
{
|
|
802
802
|
"color": "#001f23",
|
|
803
803
|
"fontSize": 20,
|
|
804
804
|
},
|
|
@@ -815,8 +815,8 @@ exports[`Alert renders correctly when intent is warning 1`] = `
|
|
|
815
815
|
exports[`Alert renders correctly without rounded 1`] = `
|
|
816
816
|
<View
|
|
817
817
|
style={
|
|
818
|
-
|
|
819
|
-
|
|
818
|
+
[
|
|
819
|
+
{
|
|
820
820
|
"backgroundColor": "#b5c3fd",
|
|
821
821
|
"borderRadius": 0,
|
|
822
822
|
"flexDirection": "row",
|
|
@@ -831,8 +831,8 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
831
831
|
<View
|
|
832
832
|
showDivider={false}
|
|
833
833
|
style={
|
|
834
|
-
|
|
835
|
-
|
|
834
|
+
[
|
|
835
|
+
{
|
|
836
836
|
"borderColor": "#e8e9ea",
|
|
837
837
|
"borderRightWidth": 0,
|
|
838
838
|
"flex": 1,
|
|
@@ -845,8 +845,8 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
845
845
|
>
|
|
846
846
|
<View
|
|
847
847
|
style={
|
|
848
|
-
|
|
849
|
-
|
|
848
|
+
[
|
|
849
|
+
{
|
|
850
850
|
"alignItems": "center",
|
|
851
851
|
"paddingLeft": 12,
|
|
852
852
|
},
|
|
@@ -858,8 +858,8 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
858
858
|
<HeroIcon
|
|
859
859
|
name="circle-info"
|
|
860
860
|
style={
|
|
861
|
-
|
|
862
|
-
|
|
861
|
+
[
|
|
862
|
+
{
|
|
863
863
|
"color": "#001f23",
|
|
864
864
|
"fontSize": 20,
|
|
865
865
|
},
|
|
@@ -872,8 +872,8 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
872
872
|
</View>
|
|
873
873
|
<View
|
|
874
874
|
style={
|
|
875
|
-
|
|
876
|
-
|
|
875
|
+
[
|
|
876
|
+
{
|
|
877
877
|
"flex": 1,
|
|
878
878
|
"paddingHorizontal": 12,
|
|
879
879
|
},
|
|
@@ -884,8 +884,8 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
884
884
|
<Text
|
|
885
885
|
allowFontScaling={false}
|
|
886
886
|
style={
|
|
887
|
-
|
|
888
|
-
|
|
887
|
+
[
|
|
888
|
+
{
|
|
889
889
|
"color": "#001f23",
|
|
890
890
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
891
891
|
"fontSize": 14,
|
|
@@ -904,8 +904,8 @@ exports[`Alert renders correctly without rounded 1`] = `
|
|
|
904
904
|
<Text
|
|
905
905
|
allowFontScaling={false}
|
|
906
906
|
style={
|
|
907
|
-
|
|
908
|
-
|
|
907
|
+
[
|
|
908
|
+
{
|
|
909
909
|
"color": "#001f23",
|
|
910
910
|
"fontFamily": "BeVietnamPro-Regular",
|
|
911
911
|
"fontSize": 14,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`Attachment renders correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"alignItems": "center",
|
|
9
9
|
"flexDirection": "row",
|
|
10
10
|
},
|
|
@@ -14,8 +14,8 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
14
14
|
>
|
|
15
15
|
<View
|
|
16
16
|
style={
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
[
|
|
18
|
+
{
|
|
19
19
|
"alignItems": "center",
|
|
20
20
|
"backgroundColor": undefined,
|
|
21
21
|
"borderRadius": undefined,
|
|
@@ -30,13 +30,13 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
30
30
|
>
|
|
31
31
|
<Image
|
|
32
32
|
source={
|
|
33
|
-
|
|
33
|
+
{
|
|
34
34
|
"uri": "https://i.pinimg.com/originals/e6/92/fe/e692fe2bef601bf4760425bd62118117.jpg",
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
style={
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
[
|
|
39
|
+
{
|
|
40
40
|
"borderRadius": 0,
|
|
41
41
|
"height": 72,
|
|
42
42
|
"width": 72,
|
|
@@ -48,8 +48,8 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
48
48
|
/>
|
|
49
49
|
<View
|
|
50
50
|
style={
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
[
|
|
52
|
+
{
|
|
53
53
|
"flex": 1,
|
|
54
54
|
"flexDirection": "row",
|
|
55
55
|
"flexWrap": "wrap",
|
|
@@ -64,8 +64,8 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
64
64
|
allowFontScaling={false}
|
|
65
65
|
numberOfLines={1}
|
|
66
66
|
style={
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
69
|
"color": "#001f23",
|
|
70
70
|
"fontFamily": "BeVietnamPro-Regular",
|
|
71
71
|
"fontSize": 14,
|
|
@@ -95,7 +95,7 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
95
95
|
onResponderTerminationRequest={[Function]}
|
|
96
96
|
onStartShouldSetResponder={[Function]}
|
|
97
97
|
style={
|
|
98
|
-
|
|
98
|
+
{
|
|
99
99
|
"justifyContent": "center",
|
|
100
100
|
"opacity": 1,
|
|
101
101
|
"padding": 16,
|
|
@@ -106,8 +106,8 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
106
106
|
<HeroIcon
|
|
107
107
|
name="download-outlined"
|
|
108
108
|
style={
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
[
|
|
110
|
+
{
|
|
111
111
|
"color": "#001f23",
|
|
112
112
|
"fontSize": 20,
|
|
113
113
|
},
|
|
@@ -130,7 +130,7 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
130
130
|
onResponderTerminationRequest={[Function]}
|
|
131
131
|
onStartShouldSetResponder={[Function]}
|
|
132
132
|
style={
|
|
133
|
-
|
|
133
|
+
{
|
|
134
134
|
"justifyContent": "center",
|
|
135
135
|
"opacity": 1,
|
|
136
136
|
"padding": 16,
|
|
@@ -141,8 +141,8 @@ exports[`Attachment renders correctly 1`] = `
|
|
|
141
141
|
<HeroIcon
|
|
142
142
|
name="trash-bin-outlined"
|
|
143
143
|
style={
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
[
|
|
145
|
+
{
|
|
146
146
|
"color": "#cb300a",
|
|
147
147
|
"fontSize": 20,
|
|
148
148
|
},
|