@hero-design/rn 8.38.0 → 8.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +201 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +201 -196
- package/package.json +13 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/BottomNavigation/index.tsx +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Carousel/CardCarousel.tsx +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Tabs/SceneView.tsx +5 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
- package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
- package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
- package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
- package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
- package/src/components/Modal/__tests__/index.spec.tsx +0 -50
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`rendering renders correctly when checked 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
accessibilityState={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"disabled": false,
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -17,8 +17,8 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
17
17
|
onResponderTerminationRequest={[Function]}
|
|
18
18
|
onStartShouldSetResponder={[Function]}
|
|
19
19
|
style={
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
[
|
|
21
|
+
{
|
|
22
22
|
"alignItems": "center",
|
|
23
23
|
"backgroundColor": "#ece8ef",
|
|
24
24
|
"borderRadius": 4,
|
|
@@ -32,8 +32,8 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
32
32
|
>
|
|
33
33
|
<View
|
|
34
34
|
style={
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
[
|
|
36
|
+
{
|
|
37
37
|
"flex": 1,
|
|
38
38
|
},
|
|
39
39
|
undefined,
|
|
@@ -43,8 +43,8 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
43
43
|
<Text
|
|
44
44
|
allowFontScaling={false}
|
|
45
45
|
style={
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
[
|
|
47
|
+
{
|
|
48
48
|
"color": "#001f23",
|
|
49
49
|
"fontFamily": "BeVietnamPro-Regular",
|
|
50
50
|
"fontSize": 16,
|
|
@@ -63,8 +63,8 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
63
63
|
</View>
|
|
64
64
|
<View
|
|
65
65
|
style={
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
[
|
|
67
|
+
{
|
|
68
68
|
"marginLeft": 8,
|
|
69
69
|
},
|
|
70
70
|
undefined,
|
|
@@ -73,8 +73,8 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
73
73
|
>
|
|
74
74
|
<View
|
|
75
75
|
style={
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
[
|
|
77
|
+
{
|
|
78
78
|
"alignItems": "center",
|
|
79
79
|
"borderColor": "#001f23",
|
|
80
80
|
"borderRadius": 999,
|
|
@@ -89,8 +89,8 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
89
89
|
>
|
|
90
90
|
<View
|
|
91
91
|
style={
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
[
|
|
93
|
+
{
|
|
94
94
|
"backgroundColor": "#001f23",
|
|
95
95
|
"borderRadius": 999,
|
|
96
96
|
"height": 10,
|
|
@@ -109,7 +109,7 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
109
109
|
exports[`rendering renders correctly when not checked 1`] = `
|
|
110
110
|
<View
|
|
111
111
|
accessibilityState={
|
|
112
|
-
|
|
112
|
+
{
|
|
113
113
|
"disabled": false,
|
|
114
114
|
}
|
|
115
115
|
}
|
|
@@ -123,8 +123,8 @@ exports[`rendering renders correctly when not checked 1`] = `
|
|
|
123
123
|
onResponderTerminationRequest={[Function]}
|
|
124
124
|
onStartShouldSetResponder={[Function]}
|
|
125
125
|
style={
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
[
|
|
127
|
+
{
|
|
128
128
|
"alignItems": "center",
|
|
129
129
|
"backgroundColor": "#ffffff",
|
|
130
130
|
"borderRadius": 4,
|
|
@@ -138,8 +138,8 @@ exports[`rendering renders correctly when not checked 1`] = `
|
|
|
138
138
|
>
|
|
139
139
|
<View
|
|
140
140
|
style={
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
[
|
|
142
|
+
{
|
|
143
143
|
"flex": 1,
|
|
144
144
|
},
|
|
145
145
|
undefined,
|
|
@@ -149,8 +149,8 @@ exports[`rendering renders correctly when not checked 1`] = `
|
|
|
149
149
|
<Text
|
|
150
150
|
allowFontScaling={false}
|
|
151
151
|
style={
|
|
152
|
-
|
|
153
|
-
|
|
152
|
+
[
|
|
153
|
+
{
|
|
154
154
|
"color": "#001f23",
|
|
155
155
|
"fontFamily": "BeVietnamPro-Regular",
|
|
156
156
|
"fontSize": 16,
|
|
@@ -169,8 +169,8 @@ exports[`rendering renders correctly when not checked 1`] = `
|
|
|
169
169
|
</View>
|
|
170
170
|
<View
|
|
171
171
|
style={
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
[
|
|
173
|
+
{
|
|
174
174
|
"marginLeft": 8,
|
|
175
175
|
},
|
|
176
176
|
undefined,
|
|
@@ -179,8 +179,8 @@ exports[`rendering renders correctly when not checked 1`] = `
|
|
|
179
179
|
>
|
|
180
180
|
<View
|
|
181
181
|
style={
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
[
|
|
183
|
+
{
|
|
184
184
|
"alignItems": "center",
|
|
185
185
|
"borderColor": "#001f23",
|
|
186
186
|
"borderRadius": 999,
|
|
@@ -4,7 +4,7 @@ exports[`rendering renders correctly 1`] = `
|
|
|
4
4
|
<View>
|
|
5
5
|
<View
|
|
6
6
|
accessibilityState={
|
|
7
|
-
|
|
7
|
+
{
|
|
8
8
|
"disabled": false,
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -18,8 +18,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
18
18
|
onResponderTerminationRequest={[Function]}
|
|
19
19
|
onStartShouldSetResponder={[Function]}
|
|
20
20
|
style={
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
[
|
|
22
|
+
{
|
|
23
23
|
"alignItems": "center",
|
|
24
24
|
"backgroundColor": "#ffffff",
|
|
25
25
|
"borderRadius": 4,
|
|
@@ -33,8 +33,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
33
33
|
>
|
|
34
34
|
<View
|
|
35
35
|
style={
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
[
|
|
37
|
+
{
|
|
38
38
|
"flex": 1,
|
|
39
39
|
},
|
|
40
40
|
undefined,
|
|
@@ -44,8 +44,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
44
44
|
<Text
|
|
45
45
|
allowFontScaling={false}
|
|
46
46
|
style={
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
[
|
|
48
|
+
{
|
|
49
49
|
"color": "#001f23",
|
|
50
50
|
"fontFamily": "BeVietnamPro-Regular",
|
|
51
51
|
"fontSize": 16,
|
|
@@ -64,8 +64,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
64
64
|
</View>
|
|
65
65
|
<View
|
|
66
66
|
style={
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
69
|
"marginLeft": 8,
|
|
70
70
|
},
|
|
71
71
|
undefined,
|
|
@@ -74,8 +74,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
74
74
|
>
|
|
75
75
|
<View
|
|
76
76
|
style={
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
[
|
|
78
|
+
{
|
|
79
79
|
"alignItems": "center",
|
|
80
80
|
"borderColor": "#001f23",
|
|
81
81
|
"borderRadius": 999,
|
|
@@ -92,8 +92,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
92
92
|
</View>
|
|
93
93
|
<View
|
|
94
94
|
style={
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
[
|
|
96
|
+
{
|
|
97
97
|
"marginTop": 4,
|
|
98
98
|
},
|
|
99
99
|
undefined,
|
|
@@ -102,7 +102,7 @@ exports[`rendering renders correctly 1`] = `
|
|
|
102
102
|
/>
|
|
103
103
|
<View
|
|
104
104
|
accessibilityState={
|
|
105
|
-
|
|
105
|
+
{
|
|
106
106
|
"disabled": false,
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -116,8 +116,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
116
116
|
onResponderTerminationRequest={[Function]}
|
|
117
117
|
onStartShouldSetResponder={[Function]}
|
|
118
118
|
style={
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
[
|
|
120
|
+
{
|
|
121
121
|
"alignItems": "center",
|
|
122
122
|
"backgroundColor": "#ffffff",
|
|
123
123
|
"borderRadius": 4,
|
|
@@ -131,8 +131,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
131
131
|
>
|
|
132
132
|
<View
|
|
133
133
|
style={
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
[
|
|
135
|
+
{
|
|
136
136
|
"flex": 1,
|
|
137
137
|
},
|
|
138
138
|
undefined,
|
|
@@ -142,8 +142,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
142
142
|
<Text
|
|
143
143
|
allowFontScaling={false}
|
|
144
144
|
style={
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
[
|
|
146
|
+
{
|
|
147
147
|
"color": "#001f23",
|
|
148
148
|
"fontFamily": "BeVietnamPro-Regular",
|
|
149
149
|
"fontSize": 16,
|
|
@@ -162,8 +162,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
162
162
|
</View>
|
|
163
163
|
<View
|
|
164
164
|
style={
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
[
|
|
166
|
+
{
|
|
167
167
|
"marginLeft": 8,
|
|
168
168
|
},
|
|
169
169
|
undefined,
|
|
@@ -172,8 +172,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
172
172
|
>
|
|
173
173
|
<View
|
|
174
174
|
style={
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
[
|
|
176
|
+
{
|
|
177
177
|
"alignItems": "center",
|
|
178
178
|
"borderColor": "#001f23",
|
|
179
179
|
"borderRadius": 999,
|
|
@@ -190,8 +190,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
190
190
|
</View>
|
|
191
191
|
<View
|
|
192
192
|
style={
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
[
|
|
194
|
+
{
|
|
195
195
|
"marginTop": 4,
|
|
196
196
|
},
|
|
197
197
|
undefined,
|
|
@@ -200,7 +200,7 @@ exports[`rendering renders correctly 1`] = `
|
|
|
200
200
|
/>
|
|
201
201
|
<View
|
|
202
202
|
accessibilityState={
|
|
203
|
-
|
|
203
|
+
{
|
|
204
204
|
"disabled": false,
|
|
205
205
|
}
|
|
206
206
|
}
|
|
@@ -214,8 +214,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
214
214
|
onResponderTerminationRequest={[Function]}
|
|
215
215
|
onStartShouldSetResponder={[Function]}
|
|
216
216
|
style={
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
[
|
|
218
|
+
{
|
|
219
219
|
"alignItems": "center",
|
|
220
220
|
"backgroundColor": "#ece8ef",
|
|
221
221
|
"borderRadius": 4,
|
|
@@ -229,8 +229,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
229
229
|
>
|
|
230
230
|
<View
|
|
231
231
|
style={
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
[
|
|
233
|
+
{
|
|
234
234
|
"flex": 1,
|
|
235
235
|
},
|
|
236
236
|
undefined,
|
|
@@ -240,8 +240,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
240
240
|
<Text
|
|
241
241
|
allowFontScaling={false}
|
|
242
242
|
style={
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
[
|
|
244
|
+
{
|
|
245
245
|
"color": "#001f23",
|
|
246
246
|
"fontFamily": "BeVietnamPro-Regular",
|
|
247
247
|
"fontSize": 16,
|
|
@@ -260,8 +260,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
260
260
|
</View>
|
|
261
261
|
<View
|
|
262
262
|
style={
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
[
|
|
264
|
+
{
|
|
265
265
|
"marginLeft": 8,
|
|
266
266
|
},
|
|
267
267
|
undefined,
|
|
@@ -270,8 +270,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
270
270
|
>
|
|
271
271
|
<View
|
|
272
272
|
style={
|
|
273
|
-
|
|
274
|
-
|
|
273
|
+
[
|
|
274
|
+
{
|
|
275
275
|
"alignItems": "center",
|
|
276
276
|
"borderColor": "#001f23",
|
|
277
277
|
"borderRadius": 999,
|
|
@@ -286,8 +286,8 @@ exports[`rendering renders correctly 1`] = `
|
|
|
286
286
|
>
|
|
287
287
|
<View
|
|
288
288
|
style={
|
|
289
|
-
|
|
290
|
-
|
|
289
|
+
[
|
|
290
|
+
{
|
|
291
291
|
"backgroundColor": "#001f23",
|
|
292
292
|
"borderRadius": 999,
|
|
293
293
|
"height": 10,
|