@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
package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`StyledAvatar renders correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
accessibilityState={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"disabled": true,
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -18,7 +18,7 @@ exports[`StyledAvatar renders correctly 1`] = `
|
|
|
18
18
|
onResponderTerminationRequest={[Function]}
|
|
19
19
|
onStartShouldSetResponder={[Function]}
|
|
20
20
|
style={
|
|
21
|
-
|
|
21
|
+
{
|
|
22
22
|
"backgroundColor": "#401960",
|
|
23
23
|
"borderRadius": 999,
|
|
24
24
|
"height": 40,
|
|
@@ -33,8 +33,8 @@ exports[`StyledAvatar renders correctly 1`] = `
|
|
|
33
33
|
>
|
|
34
34
|
<View
|
|
35
35
|
style={
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
[
|
|
37
|
+
{
|
|
38
38
|
"alignItems": "center",
|
|
39
39
|
"height": "100%",
|
|
40
40
|
"justifyContent": "center",
|
|
@@ -47,16 +47,16 @@ exports[`StyledAvatar renders correctly 1`] = `
|
|
|
47
47
|
<Text
|
|
48
48
|
allowFontScaling={false}
|
|
49
49
|
style={
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
[
|
|
51
|
+
{
|
|
52
52
|
"color": "#001f23",
|
|
53
53
|
"fontFamily": "BeVietnamPro-Regular",
|
|
54
54
|
"fontSize": 14,
|
|
55
55
|
"letterSpacing": 0.42,
|
|
56
56
|
"lineHeight": 22,
|
|
57
57
|
},
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
[
|
|
59
|
+
{
|
|
60
60
|
"color": "#ffffff",
|
|
61
61
|
"fontFamily": "BeVietnamPro-Regular",
|
|
62
62
|
"fontSize": 18,
|
|
@@ -84,8 +84,8 @@ exports[`StyledAvatar renders correctly 1`] = `
|
|
|
84
84
|
exports[`StyledWrapper renders correctly 1`] = `
|
|
85
85
|
<View
|
|
86
86
|
style={
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
[
|
|
88
|
+
{
|
|
89
89
|
"flexDirection": "row",
|
|
90
90
|
"height": 48,
|
|
91
91
|
"width": 148.79999999999998,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`AvatarStack renders correctly by default 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"flexDirection": "row",
|
|
9
9
|
"height": 32,
|
|
10
10
|
"width": 121.6,
|
|
@@ -18,7 +18,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
18
18
|
>
|
|
19
19
|
<View
|
|
20
20
|
accessibilityState={
|
|
21
|
-
|
|
21
|
+
{
|
|
22
22
|
"disabled": true,
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -33,7 +33,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
33
33
|
onResponderTerminationRequest={[Function]}
|
|
34
34
|
onStartShouldSetResponder={[Function]}
|
|
35
35
|
style={
|
|
36
|
-
|
|
36
|
+
{
|
|
37
37
|
"backgroundColor": "#001f23",
|
|
38
38
|
"borderRadius": 999,
|
|
39
39
|
"height": 32,
|
|
@@ -47,8 +47,8 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
47
47
|
>
|
|
48
48
|
<View
|
|
49
49
|
style={
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
[
|
|
51
|
+
{
|
|
52
52
|
"alignItems": "center",
|
|
53
53
|
"height": "100%",
|
|
54
54
|
"justifyContent": "center",
|
|
@@ -61,16 +61,16 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
61
61
|
<Text
|
|
62
62
|
allowFontScaling={false}
|
|
63
63
|
style={
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
[
|
|
65
|
+
{
|
|
66
66
|
"color": "#001f23",
|
|
67
67
|
"fontFamily": "BeVietnamPro-Regular",
|
|
68
68
|
"fontSize": 14,
|
|
69
69
|
"letterSpacing": 0.42,
|
|
70
70
|
"lineHeight": 22,
|
|
71
71
|
},
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
[
|
|
73
|
+
{
|
|
74
74
|
"color": "#ffffff",
|
|
75
75
|
"fontFamily": "BeVietnamPro-Regular",
|
|
76
76
|
"fontSize": 16,
|
|
@@ -95,7 +95,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
95
95
|
</View>
|
|
96
96
|
<View
|
|
97
97
|
accessibilityState={
|
|
98
|
-
|
|
98
|
+
{
|
|
99
99
|
"disabled": true,
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -110,7 +110,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
110
110
|
onResponderTerminationRequest={[Function]}
|
|
111
111
|
onStartShouldSetResponder={[Function]}
|
|
112
112
|
style={
|
|
113
|
-
|
|
113
|
+
{
|
|
114
114
|
"backgroundColor": "#0d2a2e",
|
|
115
115
|
"borderRadius": 999,
|
|
116
116
|
"height": 32,
|
|
@@ -124,8 +124,8 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
124
124
|
>
|
|
125
125
|
<View
|
|
126
126
|
style={
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
[
|
|
128
|
+
{
|
|
129
129
|
"alignItems": "center",
|
|
130
130
|
"height": "100%",
|
|
131
131
|
"justifyContent": "center",
|
|
@@ -138,16 +138,16 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
138
138
|
<Text
|
|
139
139
|
allowFontScaling={false}
|
|
140
140
|
style={
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
[
|
|
142
|
+
{
|
|
143
143
|
"color": "#001f23",
|
|
144
144
|
"fontFamily": "BeVietnamPro-Regular",
|
|
145
145
|
"fontSize": 14,
|
|
146
146
|
"letterSpacing": 0.42,
|
|
147
147
|
"lineHeight": 22,
|
|
148
148
|
},
|
|
149
|
-
|
|
150
|
-
|
|
149
|
+
[
|
|
150
|
+
{
|
|
151
151
|
"color": "#ffffff",
|
|
152
152
|
"fontFamily": "BeVietnamPro-Regular",
|
|
153
153
|
"fontSize": 16,
|
|
@@ -172,7 +172,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
172
172
|
</View>
|
|
173
173
|
<View
|
|
174
174
|
accessibilityState={
|
|
175
|
-
|
|
175
|
+
{
|
|
176
176
|
"disabled": true,
|
|
177
177
|
}
|
|
178
178
|
}
|
|
@@ -187,7 +187,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
187
187
|
onResponderTerminationRequest={[Function]}
|
|
188
188
|
onStartShouldSetResponder={[Function]}
|
|
189
189
|
style={
|
|
190
|
-
|
|
190
|
+
{
|
|
191
191
|
"backgroundColor": "#193539",
|
|
192
192
|
"borderRadius": 999,
|
|
193
193
|
"height": 32,
|
|
@@ -201,8 +201,8 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
201
201
|
>
|
|
202
202
|
<View
|
|
203
203
|
style={
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
[
|
|
205
|
+
{
|
|
206
206
|
"alignItems": "center",
|
|
207
207
|
"height": "100%",
|
|
208
208
|
"justifyContent": "center",
|
|
@@ -215,16 +215,16 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
215
215
|
<Text
|
|
216
216
|
allowFontScaling={false}
|
|
217
217
|
style={
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
[
|
|
219
|
+
{
|
|
220
220
|
"color": "#001f23",
|
|
221
221
|
"fontFamily": "BeVietnamPro-Regular",
|
|
222
222
|
"fontSize": 14,
|
|
223
223
|
"letterSpacing": 0.42,
|
|
224
224
|
"lineHeight": 22,
|
|
225
225
|
},
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
[
|
|
227
|
+
{
|
|
228
228
|
"color": "#ffffff",
|
|
229
229
|
"fontFamily": "BeVietnamPro-Regular",
|
|
230
230
|
"fontSize": 16,
|
|
@@ -249,7 +249,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
249
249
|
</View>
|
|
250
250
|
<View
|
|
251
251
|
accessibilityState={
|
|
252
|
-
|
|
252
|
+
{
|
|
253
253
|
"disabled": true,
|
|
254
254
|
}
|
|
255
255
|
}
|
|
@@ -264,7 +264,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
264
264
|
onResponderTerminationRequest={[Function]}
|
|
265
265
|
onStartShouldSetResponder={[Function]}
|
|
266
266
|
style={
|
|
267
|
-
|
|
267
|
+
{
|
|
268
268
|
"backgroundColor": "#264144",
|
|
269
269
|
"borderRadius": 999,
|
|
270
270
|
"height": 32,
|
|
@@ -278,8 +278,8 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
278
278
|
>
|
|
279
279
|
<View
|
|
280
280
|
style={
|
|
281
|
-
|
|
282
|
-
|
|
281
|
+
[
|
|
282
|
+
{
|
|
283
283
|
"alignItems": "center",
|
|
284
284
|
"height": "100%",
|
|
285
285
|
"justifyContent": "center",
|
|
@@ -292,16 +292,16 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
292
292
|
<Text
|
|
293
293
|
allowFontScaling={false}
|
|
294
294
|
style={
|
|
295
|
-
|
|
296
|
-
|
|
295
|
+
[
|
|
296
|
+
{
|
|
297
297
|
"color": "#001f23",
|
|
298
298
|
"fontFamily": "BeVietnamPro-Regular",
|
|
299
299
|
"fontSize": 14,
|
|
300
300
|
"letterSpacing": 0.42,
|
|
301
301
|
"lineHeight": 22,
|
|
302
302
|
},
|
|
303
|
-
|
|
304
|
-
|
|
303
|
+
[
|
|
304
|
+
{
|
|
305
305
|
"color": "#ffffff",
|
|
306
306
|
"fontFamily": "BeVietnamPro-Regular",
|
|
307
307
|
"fontSize": 16,
|
|
@@ -326,7 +326,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
326
326
|
</View>
|
|
327
327
|
<View
|
|
328
328
|
accessibilityState={
|
|
329
|
-
|
|
329
|
+
{
|
|
330
330
|
"disabled": true,
|
|
331
331
|
}
|
|
332
332
|
}
|
|
@@ -341,7 +341,7 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
341
341
|
onResponderTerminationRequest={[Function]}
|
|
342
342
|
onStartShouldSetResponder={[Function]}
|
|
343
343
|
style={
|
|
344
|
-
|
|
344
|
+
{
|
|
345
345
|
"backgroundColor": "#334c4f",
|
|
346
346
|
"borderRadius": 999,
|
|
347
347
|
"height": 32,
|
|
@@ -355,8 +355,8 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
355
355
|
>
|
|
356
356
|
<View
|
|
357
357
|
style={
|
|
358
|
-
|
|
359
|
-
|
|
358
|
+
[
|
|
359
|
+
{
|
|
360
360
|
"alignItems": "center",
|
|
361
361
|
"height": "100%",
|
|
362
362
|
"justifyContent": "center",
|
|
@@ -369,16 +369,16 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
369
369
|
<Text
|
|
370
370
|
allowFontScaling={false}
|
|
371
371
|
style={
|
|
372
|
-
|
|
373
|
-
|
|
372
|
+
[
|
|
373
|
+
{
|
|
374
374
|
"color": "#001f23",
|
|
375
375
|
"fontFamily": "BeVietnamPro-Regular",
|
|
376
376
|
"fontSize": 14,
|
|
377
377
|
"letterSpacing": 0.42,
|
|
378
378
|
"lineHeight": 22,
|
|
379
379
|
},
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
[
|
|
381
|
+
{
|
|
382
382
|
"color": "#ffffff",
|
|
383
383
|
"fontFamily": "BeVietnamPro-Regular",
|
|
384
384
|
"fontSize": 16,
|
|
@@ -407,8 +407,8 @@ exports[`AvatarStack renders correctly by default 1`] = `
|
|
|
407
407
|
exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
408
408
|
<View
|
|
409
409
|
style={
|
|
410
|
-
|
|
411
|
-
|
|
410
|
+
[
|
|
411
|
+
{
|
|
412
412
|
"flexDirection": "row",
|
|
413
413
|
"height": 40,
|
|
414
414
|
"width": 123.99999999999999,
|
|
@@ -422,7 +422,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
422
422
|
>
|
|
423
423
|
<View
|
|
424
424
|
accessibilityState={
|
|
425
|
-
|
|
425
|
+
{
|
|
426
426
|
"disabled": true,
|
|
427
427
|
}
|
|
428
428
|
}
|
|
@@ -437,7 +437,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
437
437
|
onResponderTerminationRequest={[Function]}
|
|
438
438
|
onStartShouldSetResponder={[Function]}
|
|
439
439
|
style={
|
|
440
|
-
|
|
440
|
+
{
|
|
441
441
|
"backgroundColor": "#001f23",
|
|
442
442
|
"borderRadius": 999,
|
|
443
443
|
"height": 40,
|
|
@@ -451,8 +451,8 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
451
451
|
>
|
|
452
452
|
<View
|
|
453
453
|
style={
|
|
454
|
-
|
|
455
|
-
|
|
454
|
+
[
|
|
455
|
+
{
|
|
456
456
|
"alignItems": "center",
|
|
457
457
|
"height": "100%",
|
|
458
458
|
"justifyContent": "center",
|
|
@@ -465,16 +465,16 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
465
465
|
<Text
|
|
466
466
|
allowFontScaling={false}
|
|
467
467
|
style={
|
|
468
|
-
|
|
469
|
-
|
|
468
|
+
[
|
|
469
|
+
{
|
|
470
470
|
"color": "#001f23",
|
|
471
471
|
"fontFamily": "BeVietnamPro-Regular",
|
|
472
472
|
"fontSize": 14,
|
|
473
473
|
"letterSpacing": 0.42,
|
|
474
474
|
"lineHeight": 22,
|
|
475
475
|
},
|
|
476
|
-
|
|
477
|
-
|
|
476
|
+
[
|
|
477
|
+
{
|
|
478
478
|
"color": "#ffffff",
|
|
479
479
|
"fontFamily": "BeVietnamPro-Regular",
|
|
480
480
|
"fontSize": 18,
|
|
@@ -499,7 +499,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
499
499
|
</View>
|
|
500
500
|
<View
|
|
501
501
|
accessibilityState={
|
|
502
|
-
|
|
502
|
+
{
|
|
503
503
|
"disabled": true,
|
|
504
504
|
}
|
|
505
505
|
}
|
|
@@ -514,7 +514,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
514
514
|
onResponderTerminationRequest={[Function]}
|
|
515
515
|
onStartShouldSetResponder={[Function]}
|
|
516
516
|
style={
|
|
517
|
-
|
|
517
|
+
{
|
|
518
518
|
"backgroundColor": "#0d2a2e",
|
|
519
519
|
"borderRadius": 999,
|
|
520
520
|
"height": 40,
|
|
@@ -528,8 +528,8 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
528
528
|
>
|
|
529
529
|
<View
|
|
530
530
|
style={
|
|
531
|
-
|
|
532
|
-
|
|
531
|
+
[
|
|
532
|
+
{
|
|
533
533
|
"alignItems": "center",
|
|
534
534
|
"height": "100%",
|
|
535
535
|
"justifyContent": "center",
|
|
@@ -542,16 +542,16 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
542
542
|
<Text
|
|
543
543
|
allowFontScaling={false}
|
|
544
544
|
style={
|
|
545
|
-
|
|
546
|
-
|
|
545
|
+
[
|
|
546
|
+
{
|
|
547
547
|
"color": "#001f23",
|
|
548
548
|
"fontFamily": "BeVietnamPro-Regular",
|
|
549
549
|
"fontSize": 14,
|
|
550
550
|
"letterSpacing": 0.42,
|
|
551
551
|
"lineHeight": 22,
|
|
552
552
|
},
|
|
553
|
-
|
|
554
|
-
|
|
553
|
+
[
|
|
554
|
+
{
|
|
555
555
|
"color": "#ffffff",
|
|
556
556
|
"fontFamily": "BeVietnamPro-Regular",
|
|
557
557
|
"fontSize": 18,
|
|
@@ -576,7 +576,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
576
576
|
</View>
|
|
577
577
|
<View
|
|
578
578
|
accessibilityState={
|
|
579
|
-
|
|
579
|
+
{
|
|
580
580
|
"disabled": true,
|
|
581
581
|
}
|
|
582
582
|
}
|
|
@@ -591,7 +591,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
591
591
|
onResponderTerminationRequest={[Function]}
|
|
592
592
|
onStartShouldSetResponder={[Function]}
|
|
593
593
|
style={
|
|
594
|
-
|
|
594
|
+
{
|
|
595
595
|
"backgroundColor": "#193539",
|
|
596
596
|
"borderRadius": 999,
|
|
597
597
|
"height": 40,
|
|
@@ -605,8 +605,8 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
605
605
|
>
|
|
606
606
|
<View
|
|
607
607
|
style={
|
|
608
|
-
|
|
609
|
-
|
|
608
|
+
[
|
|
609
|
+
{
|
|
610
610
|
"alignItems": "center",
|
|
611
611
|
"height": "100%",
|
|
612
612
|
"justifyContent": "center",
|
|
@@ -619,16 +619,16 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
619
619
|
<Text
|
|
620
620
|
allowFontScaling={false}
|
|
621
621
|
style={
|
|
622
|
-
|
|
623
|
-
|
|
622
|
+
[
|
|
623
|
+
{
|
|
624
624
|
"color": "#001f23",
|
|
625
625
|
"fontFamily": "BeVietnamPro-Regular",
|
|
626
626
|
"fontSize": 14,
|
|
627
627
|
"letterSpacing": 0.42,
|
|
628
628
|
"lineHeight": 22,
|
|
629
629
|
},
|
|
630
|
-
|
|
631
|
-
|
|
630
|
+
[
|
|
631
|
+
{
|
|
632
632
|
"color": "#ffffff",
|
|
633
633
|
"fontFamily": "BeVietnamPro-Regular",
|
|
634
634
|
"fontSize": 18,
|
|
@@ -653,7 +653,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
653
653
|
</View>
|
|
654
654
|
<View
|
|
655
655
|
accessibilityState={
|
|
656
|
-
|
|
656
|
+
{
|
|
657
657
|
"disabled": true,
|
|
658
658
|
}
|
|
659
659
|
}
|
|
@@ -668,7 +668,7 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
668
668
|
onResponderTerminationRequest={[Function]}
|
|
669
669
|
onStartShouldSetResponder={[Function]}
|
|
670
670
|
style={
|
|
671
|
-
|
|
671
|
+
{
|
|
672
672
|
"backgroundColor": "#264144",
|
|
673
673
|
"borderRadius": 999,
|
|
674
674
|
"height": 40,
|
|
@@ -682,8 +682,8 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
682
682
|
>
|
|
683
683
|
<View
|
|
684
684
|
style={
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
[
|
|
686
|
+
{
|
|
687
687
|
"alignItems": "center",
|
|
688
688
|
"height": "100%",
|
|
689
689
|
"justifyContent": "center",
|
|
@@ -696,16 +696,16 @@ exports[`AvatarStack renders correctly with custom props 1`] = `
|
|
|
696
696
|
<Text
|
|
697
697
|
allowFontScaling={false}
|
|
698
698
|
style={
|
|
699
|
-
|
|
700
|
-
|
|
699
|
+
[
|
|
700
|
+
{
|
|
701
701
|
"color": "#001f23",
|
|
702
702
|
"fontFamily": "BeVietnamPro-Regular",
|
|
703
703
|
"fontSize": 14,
|
|
704
704
|
"letterSpacing": 0.42,
|
|
705
705
|
"lineHeight": 22,
|
|
706
706
|
},
|
|
707
|
-
|
|
708
|
-
|
|
707
|
+
[
|
|
708
|
+
{
|
|
709
709
|
"color": "#ffffff",
|
|
710
710
|
"fontFamily": "BeVietnamPro-Regular",
|
|
711
711
|
"fontSize": 18,
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
exports[`StyledImage renders correct style 1`] = `
|
|
4
4
|
<Image
|
|
5
5
|
source={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"uri": "https://i.pravatar.cc/300",
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
style={
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
[
|
|
12
|
+
{
|
|
13
13
|
"height": 32,
|
|
14
14
|
"width": 32,
|
|
15
15
|
},
|
|
@@ -33,7 +33,7 @@ exports[`StyledPressable renders correct style 1`] = `
|
|
|
33
33
|
onResponderTerminationRequest={[Function]}
|
|
34
34
|
onStartShouldSetResponder={[Function]}
|
|
35
35
|
style={
|
|
36
|
-
|
|
36
|
+
{
|
|
37
37
|
"backgroundColor": "#401960",
|
|
38
38
|
"borderRadius": 999,
|
|
39
39
|
"height": 32,
|
|
@@ -49,16 +49,16 @@ exports[`StyledText renders correct style 1`] = `
|
|
|
49
49
|
<Text
|
|
50
50
|
allowFontScaling={false}
|
|
51
51
|
style={
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
[
|
|
53
|
+
{
|
|
54
54
|
"color": "#001f23",
|
|
55
55
|
"fontFamily": "BeVietnamPro-Regular",
|
|
56
56
|
"fontSize": 14,
|
|
57
57
|
"letterSpacing": 0.42,
|
|
58
58
|
"lineHeight": 22,
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
[
|
|
61
|
+
{
|
|
62
62
|
"color": "#ffffff",
|
|
63
63
|
"fontFamily": "BeVietnamPro-Regular",
|
|
64
64
|
"fontSize": 16,
|