@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,16 +3,16 @@
|
|
|
3
3
|
exports[`Spinner renders correctly 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
|
"alignItems": "center",
|
|
17
17
|
"height": "100%",
|
|
18
18
|
"justifyContent": "center",
|
|
@@ -25,9 +25,9 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
25
25
|
<View
|
|
26
26
|
collapsable={false}
|
|
27
27
|
style={
|
|
28
|
-
|
|
29
|
-
"transform":
|
|
30
|
-
|
|
28
|
+
{
|
|
29
|
+
"transform": [
|
|
30
|
+
{
|
|
31
31
|
"rotate": "0deg",
|
|
32
32
|
},
|
|
33
33
|
],
|
|
@@ -37,12 +37,12 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
37
37
|
<View
|
|
38
38
|
collapsable={false}
|
|
39
39
|
style={
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
[
|
|
41
|
+
{
|
|
42
42
|
"flexDirection": "row",
|
|
43
43
|
"marginBottom": 8,
|
|
44
44
|
},
|
|
45
|
-
|
|
45
|
+
{},
|
|
46
46
|
]
|
|
47
47
|
}
|
|
48
48
|
themePosition="top"
|
|
@@ -51,15 +51,15 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
51
51
|
<View
|
|
52
52
|
collapsable={false}
|
|
53
53
|
style={
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
[
|
|
55
|
+
{
|
|
56
56
|
"backgroundColor": "#401960",
|
|
57
57
|
"borderRadius": 999,
|
|
58
58
|
"height": 16,
|
|
59
59
|
"opacity": 0.9,
|
|
60
60
|
"width": 16,
|
|
61
61
|
},
|
|
62
|
-
|
|
62
|
+
{},
|
|
63
63
|
]
|
|
64
64
|
}
|
|
65
65
|
themeIntent="primary"
|
|
@@ -69,8 +69,8 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
69
69
|
<View
|
|
70
70
|
collapsable={false}
|
|
71
71
|
style={
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
[
|
|
73
|
+
{
|
|
74
74
|
"backgroundColor": "#401960",
|
|
75
75
|
"borderRadius": 999,
|
|
76
76
|
"height": 16,
|
|
@@ -78,7 +78,7 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
78
78
|
"opacity": 0.675,
|
|
79
79
|
"width": 16,
|
|
80
80
|
},
|
|
81
|
-
|
|
81
|
+
{},
|
|
82
82
|
]
|
|
83
83
|
}
|
|
84
84
|
themeIntent="primary"
|
|
@@ -89,12 +89,12 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
89
89
|
<View
|
|
90
90
|
collapsable={false}
|
|
91
91
|
style={
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
[
|
|
93
|
+
{
|
|
94
94
|
"flexDirection": "row",
|
|
95
95
|
"marginBottom": 0,
|
|
96
96
|
},
|
|
97
|
-
|
|
97
|
+
{},
|
|
98
98
|
]
|
|
99
99
|
}
|
|
100
100
|
themePosition="bottom"
|
|
@@ -103,15 +103,15 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
103
103
|
<View
|
|
104
104
|
collapsable={false}
|
|
105
105
|
style={
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
[
|
|
107
|
+
{
|
|
108
108
|
"backgroundColor": "#401960",
|
|
109
109
|
"borderRadius": 999,
|
|
110
110
|
"height": 16,
|
|
111
111
|
"opacity": 0.45,
|
|
112
112
|
"width": 16,
|
|
113
113
|
},
|
|
114
|
-
|
|
114
|
+
{},
|
|
115
115
|
]
|
|
116
116
|
}
|
|
117
117
|
themeIntent="primary"
|
|
@@ -121,8 +121,8 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
121
121
|
<View
|
|
122
122
|
collapsable={false}
|
|
123
123
|
style={
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
[
|
|
125
|
+
{
|
|
126
126
|
"backgroundColor": "#401960",
|
|
127
127
|
"borderRadius": 999,
|
|
128
128
|
"height": 16,
|
|
@@ -130,7 +130,7 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
130
130
|
"opacity": 0.225,
|
|
131
131
|
"width": 16,
|
|
132
132
|
},
|
|
133
|
-
|
|
133
|
+
{},
|
|
134
134
|
]
|
|
135
135
|
}
|
|
136
136
|
themeIntent="primary"
|
|
@@ -5,8 +5,8 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
5
5
|
animationType="slide"
|
|
6
6
|
hardwareAccelerated={false}
|
|
7
7
|
style={
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
[
|
|
9
|
+
{
|
|
10
10
|
"height": "100%",
|
|
11
11
|
"width": "100%",
|
|
12
12
|
},
|
|
@@ -17,8 +17,8 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
17
17
|
>
|
|
18
18
|
<View
|
|
19
19
|
style={
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
[
|
|
21
|
+
{
|
|
22
22
|
"backgroundColor": "#ccd2d3",
|
|
23
23
|
"display": "flex",
|
|
24
24
|
"flex": 1,
|
|
@@ -31,8 +31,8 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
31
31
|
>
|
|
32
32
|
<View
|
|
33
33
|
style={
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
[
|
|
35
|
+
{
|
|
36
36
|
"alignItems": "center",
|
|
37
37
|
"display": "flex",
|
|
38
38
|
"flex": 1,
|
|
@@ -46,8 +46,8 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
46
46
|
>
|
|
47
47
|
<View
|
|
48
48
|
style={
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
[
|
|
50
|
+
{
|
|
51
51
|
"height": 176,
|
|
52
52
|
"marginBottom": 32,
|
|
53
53
|
"width": 176,
|
|
@@ -58,19 +58,19 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
58
58
|
>
|
|
59
59
|
<Image
|
|
60
60
|
source={
|
|
61
|
-
|
|
61
|
+
{
|
|
62
62
|
"uri": "path_to_image",
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
style={
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
[
|
|
67
|
+
{
|
|
68
68
|
"borderRadius": 0,
|
|
69
69
|
"height": 72,
|
|
70
70
|
"width": 72,
|
|
71
71
|
},
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
[
|
|
73
|
+
{
|
|
74
74
|
"height": 176,
|
|
75
75
|
"marginBottom": 32,
|
|
76
76
|
"resizeMode": "contain",
|
|
@@ -86,16 +86,16 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
86
86
|
<Text
|
|
87
87
|
allowFontScaling={false}
|
|
88
88
|
style={
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
[
|
|
90
|
+
{
|
|
91
91
|
"color": "#001f23",
|
|
92
92
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
93
93
|
"fontSize": 24,
|
|
94
94
|
"letterSpacing": 0.24,
|
|
95
95
|
"lineHeight": 32,
|
|
96
96
|
},
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
[
|
|
98
|
+
{
|
|
99
99
|
"color": "#001f23",
|
|
100
100
|
"marginBottom": 8,
|
|
101
101
|
"textAlign": "center",
|
|
@@ -113,16 +113,16 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
113
113
|
<Text
|
|
114
114
|
allowFontScaling={false}
|
|
115
115
|
style={
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
[
|
|
117
|
+
{
|
|
118
118
|
"color": "#001f23",
|
|
119
119
|
"fontFamily": "BeVietnamPro-Regular",
|
|
120
120
|
"fontSize": 16,
|
|
121
121
|
"letterSpacing": 0.48,
|
|
122
122
|
"lineHeight": 24,
|
|
123
123
|
},
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
[
|
|
125
|
+
{
|
|
126
126
|
"color": "#4d6265",
|
|
127
127
|
"textAlign": "center",
|
|
128
128
|
},
|
|
@@ -144,8 +144,8 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
144
144
|
exports[`Success renders succe screen with custom image element correctly 1`] = `
|
|
145
145
|
<View
|
|
146
146
|
style={
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
[
|
|
148
|
+
{
|
|
149
149
|
"backgroundColor": "#f6f6f7",
|
|
150
150
|
"display": "flex",
|
|
151
151
|
"flex": 1,
|
|
@@ -158,8 +158,8 @@ exports[`Success renders succe screen with custom image element correctly 1`] =
|
|
|
158
158
|
>
|
|
159
159
|
<View
|
|
160
160
|
style={
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
[
|
|
162
|
+
{
|
|
163
163
|
"alignItems": "center",
|
|
164
164
|
"display": "flex",
|
|
165
165
|
"flex": 1,
|
|
@@ -173,8 +173,8 @@ exports[`Success renders succe screen with custom image element correctly 1`] =
|
|
|
173
173
|
>
|
|
174
174
|
<View
|
|
175
175
|
style={
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
[
|
|
177
|
+
{
|
|
178
178
|
"height": 176,
|
|
179
179
|
"marginBottom": 32,
|
|
180
180
|
"width": 176,
|
|
@@ -185,13 +185,13 @@ exports[`Success renders succe screen with custom image element correctly 1`] =
|
|
|
185
185
|
>
|
|
186
186
|
<Image
|
|
187
187
|
source={
|
|
188
|
-
|
|
188
|
+
{
|
|
189
189
|
"uri": "path_to_image",
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
style={
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
[
|
|
194
|
+
{
|
|
195
195
|
"borderRadius": 0,
|
|
196
196
|
"height": 72,
|
|
197
197
|
"width": 72,
|
|
@@ -205,16 +205,16 @@ exports[`Success renders succe screen with custom image element correctly 1`] =
|
|
|
205
205
|
<Text
|
|
206
206
|
allowFontScaling={false}
|
|
207
207
|
style={
|
|
208
|
-
|
|
209
|
-
|
|
208
|
+
[
|
|
209
|
+
{
|
|
210
210
|
"color": "#001f23",
|
|
211
211
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
212
212
|
"fontSize": 24,
|
|
213
213
|
"letterSpacing": 0.24,
|
|
214
214
|
"lineHeight": 32,
|
|
215
215
|
},
|
|
216
|
-
|
|
217
|
-
|
|
216
|
+
[
|
|
217
|
+
{
|
|
218
218
|
"color": "#001f23",
|
|
219
219
|
"marginBottom": 8,
|
|
220
220
|
"textAlign": "center",
|
|
@@ -232,16 +232,16 @@ exports[`Success renders succe screen with custom image element correctly 1`] =
|
|
|
232
232
|
<Text
|
|
233
233
|
allowFontScaling={false}
|
|
234
234
|
style={
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
[
|
|
236
|
+
{
|
|
237
237
|
"color": "#001f23",
|
|
238
238
|
"fontFamily": "BeVietnamPro-Regular",
|
|
239
239
|
"fontSize": 16,
|
|
240
240
|
"letterSpacing": 0.48,
|
|
241
241
|
"lineHeight": 24,
|
|
242
242
|
},
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
[
|
|
244
|
+
{
|
|
245
245
|
"color": "#4d6265",
|
|
246
246
|
"textAlign": "center",
|
|
247
247
|
},
|
|
@@ -262,8 +262,8 @@ exports[`Success renders succe screen with custom image element correctly 1`] =
|
|
|
262
262
|
exports[`Success renders success screen with image correctly 1`] = `
|
|
263
263
|
<View
|
|
264
264
|
style={
|
|
265
|
-
|
|
266
|
-
|
|
265
|
+
[
|
|
266
|
+
{
|
|
267
267
|
"backgroundColor": "#f6f6f7",
|
|
268
268
|
"display": "flex",
|
|
269
269
|
"flex": 1,
|
|
@@ -276,8 +276,8 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
276
276
|
>
|
|
277
277
|
<View
|
|
278
278
|
style={
|
|
279
|
-
|
|
280
|
-
|
|
279
|
+
[
|
|
280
|
+
{
|
|
281
281
|
"alignItems": "center",
|
|
282
282
|
"display": "flex",
|
|
283
283
|
"flex": 1,
|
|
@@ -291,8 +291,8 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
291
291
|
>
|
|
292
292
|
<View
|
|
293
293
|
style={
|
|
294
|
-
|
|
295
|
-
|
|
294
|
+
[
|
|
295
|
+
{
|
|
296
296
|
"height": 176,
|
|
297
297
|
"marginBottom": 32,
|
|
298
298
|
"width": 176,
|
|
@@ -303,19 +303,19 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
303
303
|
>
|
|
304
304
|
<Image
|
|
305
305
|
source={
|
|
306
|
-
|
|
306
|
+
{
|
|
307
307
|
"uri": "path_to_image",
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
style={
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
[
|
|
312
|
+
{
|
|
313
313
|
"borderRadius": 0,
|
|
314
314
|
"height": 72,
|
|
315
315
|
"width": 72,
|
|
316
316
|
},
|
|
317
|
-
|
|
318
|
-
|
|
317
|
+
[
|
|
318
|
+
{
|
|
319
319
|
"height": 176,
|
|
320
320
|
"marginBottom": 32,
|
|
321
321
|
"resizeMode": "contain",
|
|
@@ -331,16 +331,16 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
331
331
|
<Text
|
|
332
332
|
allowFontScaling={false}
|
|
333
333
|
style={
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
[
|
|
335
|
+
{
|
|
336
336
|
"color": "#001f23",
|
|
337
337
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
338
338
|
"fontSize": 24,
|
|
339
339
|
"letterSpacing": 0.24,
|
|
340
340
|
"lineHeight": 32,
|
|
341
341
|
},
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
[
|
|
343
|
+
{
|
|
344
344
|
"color": "#001f23",
|
|
345
345
|
"marginBottom": 8,
|
|
346
346
|
"textAlign": "center",
|
|
@@ -358,16 +358,16 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
358
358
|
<Text
|
|
359
359
|
allowFontScaling={false}
|
|
360
360
|
style={
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
[
|
|
362
|
+
{
|
|
363
363
|
"color": "#001f23",
|
|
364
364
|
"fontFamily": "BeVietnamPro-Regular",
|
|
365
365
|
"fontSize": 16,
|
|
366
366
|
"letterSpacing": 0.48,
|
|
367
367
|
"lineHeight": 24,
|
|
368
368
|
},
|
|
369
|
-
|
|
370
|
-
|
|
369
|
+
[
|
|
370
|
+
{
|
|
371
371
|
"color": "#4d6265",
|
|
372
372
|
"textAlign": "center",
|
|
373
373
|
},
|
|
@@ -388,8 +388,8 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
388
388
|
exports[`Success renders title only correctly 1`] = `
|
|
389
389
|
<View
|
|
390
390
|
style={
|
|
391
|
-
|
|
392
|
-
|
|
391
|
+
[
|
|
392
|
+
{
|
|
393
393
|
"backgroundColor": "#f6f6f7",
|
|
394
394
|
"display": "flex",
|
|
395
395
|
"flex": 1,
|
|
@@ -402,8 +402,8 @@ exports[`Success renders title only correctly 1`] = `
|
|
|
402
402
|
>
|
|
403
403
|
<View
|
|
404
404
|
style={
|
|
405
|
-
|
|
406
|
-
|
|
405
|
+
[
|
|
406
|
+
{
|
|
407
407
|
"alignItems": "center",
|
|
408
408
|
"display": "flex",
|
|
409
409
|
"flex": 1,
|
|
@@ -418,16 +418,16 @@ exports[`Success renders title only correctly 1`] = `
|
|
|
418
418
|
<Text
|
|
419
419
|
allowFontScaling={false}
|
|
420
420
|
style={
|
|
421
|
-
|
|
422
|
-
|
|
421
|
+
[
|
|
422
|
+
{
|
|
423
423
|
"color": "#001f23",
|
|
424
424
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
425
425
|
"fontSize": 24,
|
|
426
426
|
"letterSpacing": 0.24,
|
|
427
427
|
"lineHeight": 32,
|
|
428
428
|
},
|
|
429
|
-
|
|
430
|
-
|
|
429
|
+
[
|
|
430
|
+
{
|
|
431
431
|
"color": "#001f23",
|
|
432
432
|
"marginBottom": 8,
|
|
433
433
|
"textAlign": "center",
|
|
@@ -445,16 +445,16 @@ exports[`Success renders title only correctly 1`] = `
|
|
|
445
445
|
<Text
|
|
446
446
|
allowFontScaling={false}
|
|
447
447
|
style={
|
|
448
|
-
|
|
449
|
-
|
|
448
|
+
[
|
|
449
|
+
{
|
|
450
450
|
"color": "#001f23",
|
|
451
451
|
"fontFamily": "BeVietnamPro-Regular",
|
|
452
452
|
"fontSize": 16,
|
|
453
453
|
"letterSpacing": 0.48,
|
|
454
454
|
"lineHeight": 24,
|
|
455
455
|
},
|
|
456
|
-
|
|
457
|
-
|
|
456
|
+
[
|
|
457
|
+
{
|
|
458
458
|
"color": "#4d6265",
|
|
459
459
|
"textAlign": "center",
|
|
460
460
|
},
|
|
@@ -13,7 +13,7 @@ exports[`rendering renders correctly when intent is danger 1`] = `
|
|
|
13
13
|
onResponderTerminationRequest={[Function]}
|
|
14
14
|
onStartShouldSetResponder={[Function]}
|
|
15
15
|
style={
|
|
16
|
-
|
|
16
|
+
{
|
|
17
17
|
"backgroundColor": "#f46363",
|
|
18
18
|
"flex": 1,
|
|
19
19
|
"opacity": 1,
|
|
@@ -23,8 +23,8 @@ exports[`rendering renders correctly when intent is danger 1`] = `
|
|
|
23
23
|
<Text
|
|
24
24
|
allowFontScaling={false}
|
|
25
25
|
style={
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
[
|
|
27
|
+
{
|
|
28
28
|
"color": "#001f23",
|
|
29
29
|
"fontFamily": "BeVietnamPro-Regular",
|
|
30
30
|
"fontSize": 14,
|
|
@@ -56,7 +56,7 @@ exports[`rendering renders correctly when intent is primary 1`] = `
|
|
|
56
56
|
onResponderTerminationRequest={[Function]}
|
|
57
57
|
onStartShouldSetResponder={[Function]}
|
|
58
58
|
style={
|
|
59
|
-
|
|
59
|
+
{
|
|
60
60
|
"backgroundColor": "#401960",
|
|
61
61
|
"flex": 1,
|
|
62
62
|
"opacity": 1,
|
|
@@ -66,8 +66,8 @@ exports[`rendering renders correctly when intent is primary 1`] = `
|
|
|
66
66
|
<Text
|
|
67
67
|
allowFontScaling={false}
|
|
68
68
|
style={
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
[
|
|
70
|
+
{
|
|
71
71
|
"color": "#001f23",
|
|
72
72
|
"fontFamily": "BeVietnamPro-Regular",
|
|
73
73
|
"fontSize": 14,
|
|
@@ -99,7 +99,7 @@ exports[`rendering renders correctly when intent is success 1`] = `
|
|
|
99
99
|
onResponderTerminationRequest={[Function]}
|
|
100
100
|
onStartShouldSetResponder={[Function]}
|
|
101
101
|
style={
|
|
102
|
-
|
|
102
|
+
{
|
|
103
103
|
"backgroundColor": "#5ace7d",
|
|
104
104
|
"flex": 1,
|
|
105
105
|
"opacity": 1,
|
|
@@ -109,8 +109,8 @@ exports[`rendering renders correctly when intent is success 1`] = `
|
|
|
109
109
|
<Text
|
|
110
110
|
allowFontScaling={false}
|
|
111
111
|
style={
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
[
|
|
113
|
+
{
|
|
114
114
|
"color": "#001f23",
|
|
115
115
|
"fontFamily": "BeVietnamPro-Regular",
|
|
116
116
|
"fontSize": 14,
|
|
@@ -4,7 +4,7 @@ exports[`Swipeable renders correctly 1`] = `
|
|
|
4
4
|
<View>
|
|
5
5
|
<View
|
|
6
6
|
containerStyle={
|
|
7
|
-
|
|
7
|
+
{
|
|
8
8
|
"borderRadius": 8,
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -17,8 +17,8 @@ exports[`Swipeable renders correctly 1`] = `
|
|
|
17
17
|
<Text
|
|
18
18
|
allowFontScaling={false}
|
|
19
19
|
style={
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
[
|
|
21
|
+
{
|
|
22
22
|
"color": "#001f23",
|
|
23
23
|
"fontFamily": "BeVietnamPro-Regular",
|
|
24
24
|
"fontSize": 14,
|