@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,7 +3,7 @@
|
|
|
3
3
|
exports[`Button renders correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
accessibilityState={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"disabled": false,
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -17,8 +17,8 @@ exports[`Button renders correctly 1`] = `
|
|
|
17
17
|
onResponderTerminationRequest={[Function]}
|
|
18
18
|
onStartShouldSetResponder={[Function]}
|
|
19
19
|
style={
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
[
|
|
21
|
+
{
|
|
22
22
|
"alignItems": "center",
|
|
23
23
|
"alignSelf": "stretch",
|
|
24
24
|
"backgroundColor": "#401960",
|
|
@@ -37,16 +37,16 @@ exports[`Button renders correctly 1`] = `
|
|
|
37
37
|
ellipsizeMode="tail"
|
|
38
38
|
numberOfLines={1}
|
|
39
39
|
style={
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
[
|
|
41
|
+
{
|
|
42
42
|
"color": "#001f23",
|
|
43
43
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
44
44
|
"fontSize": 18,
|
|
45
45
|
"letterSpacing": 0.24,
|
|
46
46
|
"lineHeight": 28,
|
|
47
47
|
},
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
[
|
|
49
|
+
{
|
|
50
50
|
"color": "#ffffff",
|
|
51
51
|
"flexShrink": 1,
|
|
52
52
|
"textAlign": "center",
|
|
@@ -68,7 +68,7 @@ exports[`Button renders correctly 1`] = `
|
|
|
68
68
|
exports[`Button renders correctly 2`] = `
|
|
69
69
|
<View
|
|
70
70
|
accessibilityState={
|
|
71
|
-
|
|
71
|
+
{
|
|
72
72
|
"disabled": true,
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -82,8 +82,8 @@ exports[`Button renders correctly 2`] = `
|
|
|
82
82
|
onResponderTerminationRequest={[Function]}
|
|
83
83
|
onStartShouldSetResponder={[Function]}
|
|
84
84
|
style={
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
[
|
|
86
|
+
{
|
|
87
87
|
"alignItems": "center",
|
|
88
88
|
"alignSelf": "stretch",
|
|
89
89
|
"backgroundColor": "#401960",
|
|
@@ -99,14 +99,14 @@ exports[`Button renders correctly 2`] = `
|
|
|
99
99
|
<View
|
|
100
100
|
collapsable={false}
|
|
101
101
|
style={
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
[
|
|
103
|
+
{
|
|
104
104
|
"alignItems": "center",
|
|
105
105
|
"flexDirection": "row",
|
|
106
106
|
"justifyContent": "center",
|
|
107
107
|
"paddingVertical": 1,
|
|
108
108
|
},
|
|
109
|
-
|
|
109
|
+
{},
|
|
110
110
|
]
|
|
111
111
|
}
|
|
112
112
|
testID="undefined-loading-indicator"
|
|
@@ -114,9 +114,9 @@ exports[`Button renders correctly 2`] = `
|
|
|
114
114
|
<View
|
|
115
115
|
collapsable={false}
|
|
116
116
|
style={
|
|
117
|
-
|
|
118
|
-
"transform":
|
|
119
|
-
|
|
117
|
+
{
|
|
118
|
+
"transform": [
|
|
119
|
+
{
|
|
120
120
|
"scale": 1,
|
|
121
121
|
},
|
|
122
122
|
],
|
|
@@ -127,8 +127,8 @@ exports[`Button renders correctly 2`] = `
|
|
|
127
127
|
collapsable={false}
|
|
128
128
|
size={12}
|
|
129
129
|
style={
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
[
|
|
131
|
+
{
|
|
132
132
|
"backgroundColor": "#ffffff",
|
|
133
133
|
"borderRadius": 8,
|
|
134
134
|
"height": 12,
|
|
@@ -137,7 +137,7 @@ exports[`Button renders correctly 2`] = `
|
|
|
137
137
|
"marginTop": 4,
|
|
138
138
|
"width": 12,
|
|
139
139
|
},
|
|
140
|
-
|
|
140
|
+
{},
|
|
141
141
|
]
|
|
142
142
|
}
|
|
143
143
|
themeVariant="filled-primary"
|
|
@@ -146,9 +146,9 @@ exports[`Button renders correctly 2`] = `
|
|
|
146
146
|
<View
|
|
147
147
|
collapsable={false}
|
|
148
148
|
style={
|
|
149
|
-
|
|
150
|
-
"transform":
|
|
151
|
-
|
|
149
|
+
{
|
|
150
|
+
"transform": [
|
|
151
|
+
{
|
|
152
152
|
"scale": 1,
|
|
153
153
|
},
|
|
154
154
|
],
|
|
@@ -159,8 +159,8 @@ exports[`Button renders correctly 2`] = `
|
|
|
159
159
|
collapsable={false}
|
|
160
160
|
size={12}
|
|
161
161
|
style={
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
[
|
|
163
|
+
{
|
|
164
164
|
"backgroundColor": "#ffffff",
|
|
165
165
|
"borderRadius": 8,
|
|
166
166
|
"height": 12,
|
|
@@ -169,7 +169,7 @@ exports[`Button renders correctly 2`] = `
|
|
|
169
169
|
"marginTop": 4,
|
|
170
170
|
"width": 12,
|
|
171
171
|
},
|
|
172
|
-
|
|
172
|
+
{},
|
|
173
173
|
]
|
|
174
174
|
}
|
|
175
175
|
themeVariant="filled-primary"
|
|
@@ -178,9 +178,9 @@ exports[`Button renders correctly 2`] = `
|
|
|
178
178
|
<View
|
|
179
179
|
collapsable={false}
|
|
180
180
|
style={
|
|
181
|
-
|
|
182
|
-
"transform":
|
|
183
|
-
|
|
181
|
+
{
|
|
182
|
+
"transform": [
|
|
183
|
+
{
|
|
184
184
|
"scale": 1,
|
|
185
185
|
},
|
|
186
186
|
],
|
|
@@ -191,8 +191,8 @@ exports[`Button renders correctly 2`] = `
|
|
|
191
191
|
collapsable={false}
|
|
192
192
|
size={12}
|
|
193
193
|
style={
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
[
|
|
195
|
+
{
|
|
196
196
|
"backgroundColor": "#ffffff",
|
|
197
197
|
"borderRadius": 8,
|
|
198
198
|
"height": 12,
|
|
@@ -201,7 +201,7 @@ exports[`Button renders correctly 2`] = `
|
|
|
201
201
|
"marginTop": 4,
|
|
202
202
|
"width": 12,
|
|
203
203
|
},
|
|
204
|
-
|
|
204
|
+
{},
|
|
205
205
|
]
|
|
206
206
|
}
|
|
207
207
|
themeVariant="filled-primary"
|
|
@@ -214,7 +214,7 @@ exports[`Button renders correctly 2`] = `
|
|
|
214
214
|
exports[`Button renders correctly 3`] = `
|
|
215
215
|
<View
|
|
216
216
|
accessibilityState={
|
|
217
|
-
|
|
217
|
+
{
|
|
218
218
|
"disabled": true,
|
|
219
219
|
}
|
|
220
220
|
}
|
|
@@ -228,8 +228,8 @@ exports[`Button renders correctly 3`] = `
|
|
|
228
228
|
onResponderTerminationRequest={[Function]}
|
|
229
229
|
onStartShouldSetResponder={[Function]}
|
|
230
230
|
style={
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
[
|
|
232
|
+
{
|
|
233
233
|
"alignItems": "center",
|
|
234
234
|
"alignSelf": "stretch",
|
|
235
235
|
"backgroundColor": "#bfc1c5",
|
|
@@ -248,16 +248,16 @@ exports[`Button renders correctly 3`] = `
|
|
|
248
248
|
ellipsizeMode="tail"
|
|
249
249
|
numberOfLines={1}
|
|
250
250
|
style={
|
|
251
|
-
|
|
252
|
-
|
|
251
|
+
[
|
|
252
|
+
{
|
|
253
253
|
"color": "#001f23",
|
|
254
254
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
255
255
|
"fontSize": 18,
|
|
256
256
|
"letterSpacing": 0.24,
|
|
257
257
|
"lineHeight": 28,
|
|
258
258
|
},
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
[
|
|
260
|
+
{
|
|
261
261
|
"color": "#ffffff",
|
|
262
262
|
"flexShrink": 1,
|
|
263
263
|
"textAlign": "center",
|
|
@@ -279,7 +279,7 @@ exports[`Button renders correctly 3`] = `
|
|
|
279
279
|
exports[`Button renders correctly 4`] = `
|
|
280
280
|
<View
|
|
281
281
|
accessibilityState={
|
|
282
|
-
|
|
282
|
+
{
|
|
283
283
|
"disabled": false,
|
|
284
284
|
}
|
|
285
285
|
}
|
|
@@ -293,8 +293,8 @@ exports[`Button renders correctly 4`] = `
|
|
|
293
293
|
onResponderTerminationRequest={[Function]}
|
|
294
294
|
onStartShouldSetResponder={[Function]}
|
|
295
295
|
style={
|
|
296
|
-
|
|
297
|
-
|
|
296
|
+
[
|
|
297
|
+
{
|
|
298
298
|
"alignItems": "center",
|
|
299
299
|
"alignSelf": "stretch",
|
|
300
300
|
"backgroundColor": "transparent",
|
|
@@ -315,16 +315,16 @@ exports[`Button renders correctly 4`] = `
|
|
|
315
315
|
ellipsizeMode="tail"
|
|
316
316
|
numberOfLines={1}
|
|
317
317
|
style={
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
[
|
|
319
|
+
{
|
|
320
320
|
"color": "#001f23",
|
|
321
321
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
322
322
|
"fontSize": 18,
|
|
323
323
|
"letterSpacing": 0.24,
|
|
324
324
|
"lineHeight": 28,
|
|
325
325
|
},
|
|
326
|
-
|
|
327
|
-
|
|
326
|
+
[
|
|
327
|
+
{
|
|
328
328
|
"color": "#401960",
|
|
329
329
|
"flexShrink": 1,
|
|
330
330
|
"textAlign": "center",
|
|
@@ -346,7 +346,7 @@ exports[`Button renders correctly 4`] = `
|
|
|
346
346
|
exports[`Button renders correctly 5`] = `
|
|
347
347
|
<View
|
|
348
348
|
accessibilityState={
|
|
349
|
-
|
|
349
|
+
{
|
|
350
350
|
"disabled": true,
|
|
351
351
|
}
|
|
352
352
|
}
|
|
@@ -360,8 +360,8 @@ exports[`Button renders correctly 5`] = `
|
|
|
360
360
|
onResponderTerminationRequest={[Function]}
|
|
361
361
|
onStartShouldSetResponder={[Function]}
|
|
362
362
|
style={
|
|
363
|
-
|
|
364
|
-
|
|
363
|
+
[
|
|
364
|
+
{
|
|
365
365
|
"alignItems": "center",
|
|
366
366
|
"alignSelf": "stretch",
|
|
367
367
|
"backgroundColor": "transparent",
|
|
@@ -379,14 +379,14 @@ exports[`Button renders correctly 5`] = `
|
|
|
379
379
|
<View
|
|
380
380
|
collapsable={false}
|
|
381
381
|
style={
|
|
382
|
-
|
|
383
|
-
|
|
382
|
+
[
|
|
383
|
+
{
|
|
384
384
|
"alignItems": "center",
|
|
385
385
|
"flexDirection": "row",
|
|
386
386
|
"justifyContent": "center",
|
|
387
387
|
"paddingVertical": 1,
|
|
388
388
|
},
|
|
389
|
-
|
|
389
|
+
{},
|
|
390
390
|
]
|
|
391
391
|
}
|
|
392
392
|
testID="undefined-loading-indicator"
|
|
@@ -394,9 +394,9 @@ exports[`Button renders correctly 5`] = `
|
|
|
394
394
|
<View
|
|
395
395
|
collapsable={false}
|
|
396
396
|
style={
|
|
397
|
-
|
|
398
|
-
"transform":
|
|
399
|
-
|
|
397
|
+
{
|
|
398
|
+
"transform": [
|
|
399
|
+
{
|
|
400
400
|
"scale": 1,
|
|
401
401
|
},
|
|
402
402
|
],
|
|
@@ -407,8 +407,8 @@ exports[`Button renders correctly 5`] = `
|
|
|
407
407
|
collapsable={false}
|
|
408
408
|
size={12}
|
|
409
409
|
style={
|
|
410
|
-
|
|
411
|
-
|
|
410
|
+
[
|
|
411
|
+
{
|
|
412
412
|
"backgroundColor": "#401960",
|
|
413
413
|
"borderRadius": 8,
|
|
414
414
|
"height": 12,
|
|
@@ -417,7 +417,7 @@ exports[`Button renders correctly 5`] = `
|
|
|
417
417
|
"marginTop": 4,
|
|
418
418
|
"width": 12,
|
|
419
419
|
},
|
|
420
|
-
|
|
420
|
+
{},
|
|
421
421
|
]
|
|
422
422
|
}
|
|
423
423
|
themeVariant="outlined-primary"
|
|
@@ -426,9 +426,9 @@ exports[`Button renders correctly 5`] = `
|
|
|
426
426
|
<View
|
|
427
427
|
collapsable={false}
|
|
428
428
|
style={
|
|
429
|
-
|
|
430
|
-
"transform":
|
|
431
|
-
|
|
429
|
+
{
|
|
430
|
+
"transform": [
|
|
431
|
+
{
|
|
432
432
|
"scale": 1,
|
|
433
433
|
},
|
|
434
434
|
],
|
|
@@ -439,8 +439,8 @@ exports[`Button renders correctly 5`] = `
|
|
|
439
439
|
collapsable={false}
|
|
440
440
|
size={12}
|
|
441
441
|
style={
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
[
|
|
443
|
+
{
|
|
444
444
|
"backgroundColor": "#401960",
|
|
445
445
|
"borderRadius": 8,
|
|
446
446
|
"height": 12,
|
|
@@ -449,7 +449,7 @@ exports[`Button renders correctly 5`] = `
|
|
|
449
449
|
"marginTop": 4,
|
|
450
450
|
"width": 12,
|
|
451
451
|
},
|
|
452
|
-
|
|
452
|
+
{},
|
|
453
453
|
]
|
|
454
454
|
}
|
|
455
455
|
themeVariant="outlined-primary"
|
|
@@ -458,9 +458,9 @@ exports[`Button renders correctly 5`] = `
|
|
|
458
458
|
<View
|
|
459
459
|
collapsable={false}
|
|
460
460
|
style={
|
|
461
|
-
|
|
462
|
-
"transform":
|
|
463
|
-
|
|
461
|
+
{
|
|
462
|
+
"transform": [
|
|
463
|
+
{
|
|
464
464
|
"scale": 1,
|
|
465
465
|
},
|
|
466
466
|
],
|
|
@@ -471,8 +471,8 @@ exports[`Button renders correctly 5`] = `
|
|
|
471
471
|
collapsable={false}
|
|
472
472
|
size={12}
|
|
473
473
|
style={
|
|
474
|
-
|
|
475
|
-
|
|
474
|
+
[
|
|
475
|
+
{
|
|
476
476
|
"backgroundColor": "#401960",
|
|
477
477
|
"borderRadius": 8,
|
|
478
478
|
"height": 12,
|
|
@@ -481,7 +481,7 @@ exports[`Button renders correctly 5`] = `
|
|
|
481
481
|
"marginTop": 4,
|
|
482
482
|
"width": 12,
|
|
483
483
|
},
|
|
484
|
-
|
|
484
|
+
{},
|
|
485
485
|
]
|
|
486
486
|
}
|
|
487
487
|
themeVariant="outlined-primary"
|
|
@@ -494,7 +494,7 @@ exports[`Button renders correctly 5`] = `
|
|
|
494
494
|
exports[`Button renders correctly 6`] = `
|
|
495
495
|
<View
|
|
496
496
|
accessibilityState={
|
|
497
|
-
|
|
497
|
+
{
|
|
498
498
|
"disabled": true,
|
|
499
499
|
}
|
|
500
500
|
}
|
|
@@ -508,8 +508,8 @@ exports[`Button renders correctly 6`] = `
|
|
|
508
508
|
onResponderTerminationRequest={[Function]}
|
|
509
509
|
onStartShouldSetResponder={[Function]}
|
|
510
510
|
style={
|
|
511
|
-
|
|
512
|
-
|
|
511
|
+
[
|
|
512
|
+
{
|
|
513
513
|
"alignItems": "center",
|
|
514
514
|
"alignSelf": "stretch",
|
|
515
515
|
"backgroundColor": "transparent",
|
|
@@ -530,16 +530,16 @@ exports[`Button renders correctly 6`] = `
|
|
|
530
530
|
ellipsizeMode="tail"
|
|
531
531
|
numberOfLines={1}
|
|
532
532
|
style={
|
|
533
|
-
|
|
534
|
-
|
|
533
|
+
[
|
|
534
|
+
{
|
|
535
535
|
"color": "#001f23",
|
|
536
536
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
537
537
|
"fontSize": 18,
|
|
538
538
|
"letterSpacing": 0.24,
|
|
539
539
|
"lineHeight": 28,
|
|
540
540
|
},
|
|
541
|
-
|
|
542
|
-
|
|
541
|
+
[
|
|
542
|
+
{
|
|
543
543
|
"color": "#bfc1c5",
|
|
544
544
|
"flexShrink": 1,
|
|
545
545
|
"textAlign": "center",
|
|
@@ -561,7 +561,7 @@ exports[`Button renders correctly 6`] = `
|
|
|
561
561
|
exports[`Button renders correctly 7`] = `
|
|
562
562
|
<View
|
|
563
563
|
accessibilityState={
|
|
564
|
-
|
|
564
|
+
{
|
|
565
565
|
"disabled": false,
|
|
566
566
|
}
|
|
567
567
|
}
|
|
@@ -575,8 +575,8 @@ exports[`Button renders correctly 7`] = `
|
|
|
575
575
|
onResponderTerminationRequest={[Function]}
|
|
576
576
|
onStartShouldSetResponder={[Function]}
|
|
577
577
|
style={
|
|
578
|
-
|
|
579
|
-
|
|
578
|
+
[
|
|
579
|
+
{
|
|
580
580
|
"alignItems": "center",
|
|
581
581
|
"backgroundColor": "transparent",
|
|
582
582
|
"borderRadius": 4,
|
|
@@ -595,16 +595,16 @@ exports[`Button renders correctly 7`] = `
|
|
|
595
595
|
ellipsizeMode="tail"
|
|
596
596
|
numberOfLines={1}
|
|
597
597
|
style={
|
|
598
|
-
|
|
599
|
-
|
|
598
|
+
[
|
|
599
|
+
{
|
|
600
600
|
"color": "#001f23",
|
|
601
601
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
602
602
|
"fontSize": 16,
|
|
603
603
|
"letterSpacing": 0.24,
|
|
604
604
|
"lineHeight": 24,
|
|
605
605
|
},
|
|
606
|
-
|
|
607
|
-
|
|
606
|
+
[
|
|
607
|
+
{
|
|
608
608
|
"color": "#401960",
|
|
609
609
|
"flexShrink": 1,
|
|
610
610
|
"lineHeight": 22,
|
|
@@ -627,7 +627,7 @@ exports[`Button renders correctly 7`] = `
|
|
|
627
627
|
exports[`Button renders correctly 8`] = `
|
|
628
628
|
<View
|
|
629
629
|
accessibilityState={
|
|
630
|
-
|
|
630
|
+
{
|
|
631
631
|
"disabled": true,
|
|
632
632
|
}
|
|
633
633
|
}
|
|
@@ -641,8 +641,8 @@ exports[`Button renders correctly 8`] = `
|
|
|
641
641
|
onResponderTerminationRequest={[Function]}
|
|
642
642
|
onStartShouldSetResponder={[Function]}
|
|
643
643
|
style={
|
|
644
|
-
|
|
645
|
-
|
|
644
|
+
[
|
|
645
|
+
{
|
|
646
646
|
"alignItems": "center",
|
|
647
647
|
"backgroundColor": "#ece8ef",
|
|
648
648
|
"borderRadius": 4,
|
|
@@ -658,14 +658,14 @@ exports[`Button renders correctly 8`] = `
|
|
|
658
658
|
<View
|
|
659
659
|
collapsable={false}
|
|
660
660
|
style={
|
|
661
|
-
|
|
662
|
-
|
|
661
|
+
[
|
|
662
|
+
{
|
|
663
663
|
"alignItems": "center",
|
|
664
664
|
"flexDirection": "row",
|
|
665
665
|
"justifyContent": "center",
|
|
666
666
|
"paddingVertical": 1,
|
|
667
667
|
},
|
|
668
|
-
|
|
668
|
+
{},
|
|
669
669
|
]
|
|
670
670
|
}
|
|
671
671
|
testID="undefined-loading-indicator"
|
|
@@ -673,9 +673,9 @@ exports[`Button renders correctly 8`] = `
|
|
|
673
673
|
<View
|
|
674
674
|
collapsable={false}
|
|
675
675
|
style={
|
|
676
|
-
|
|
677
|
-
"transform":
|
|
678
|
-
|
|
676
|
+
{
|
|
677
|
+
"transform": [
|
|
678
|
+
{
|
|
679
679
|
"scale": 1,
|
|
680
680
|
},
|
|
681
681
|
],
|
|
@@ -686,8 +686,8 @@ exports[`Button renders correctly 8`] = `
|
|
|
686
686
|
collapsable={false}
|
|
687
687
|
size={12}
|
|
688
688
|
style={
|
|
689
|
-
|
|
690
|
-
|
|
689
|
+
[
|
|
690
|
+
{
|
|
691
691
|
"backgroundColor": "#795e90",
|
|
692
692
|
"borderRadius": 8,
|
|
693
693
|
"height": 12,
|
|
@@ -696,7 +696,7 @@ exports[`Button renders correctly 8`] = `
|
|
|
696
696
|
"marginTop": 4,
|
|
697
697
|
"width": 12,
|
|
698
698
|
},
|
|
699
|
-
|
|
699
|
+
{},
|
|
700
700
|
]
|
|
701
701
|
}
|
|
702
702
|
themeVariant="text-primary"
|
|
@@ -705,9 +705,9 @@ exports[`Button renders correctly 8`] = `
|
|
|
705
705
|
<View
|
|
706
706
|
collapsable={false}
|
|
707
707
|
style={
|
|
708
|
-
|
|
709
|
-
"transform":
|
|
710
|
-
|
|
708
|
+
{
|
|
709
|
+
"transform": [
|
|
710
|
+
{
|
|
711
711
|
"scale": 1,
|
|
712
712
|
},
|
|
713
713
|
],
|
|
@@ -718,8 +718,8 @@ exports[`Button renders correctly 8`] = `
|
|
|
718
718
|
collapsable={false}
|
|
719
719
|
size={12}
|
|
720
720
|
style={
|
|
721
|
-
|
|
722
|
-
|
|
721
|
+
[
|
|
722
|
+
{
|
|
723
723
|
"backgroundColor": "#795e90",
|
|
724
724
|
"borderRadius": 8,
|
|
725
725
|
"height": 12,
|
|
@@ -728,7 +728,7 @@ exports[`Button renders correctly 8`] = `
|
|
|
728
728
|
"marginTop": 4,
|
|
729
729
|
"width": 12,
|
|
730
730
|
},
|
|
731
|
-
|
|
731
|
+
{},
|
|
732
732
|
]
|
|
733
733
|
}
|
|
734
734
|
themeVariant="text-primary"
|
|
@@ -737,9 +737,9 @@ exports[`Button renders correctly 8`] = `
|
|
|
737
737
|
<View
|
|
738
738
|
collapsable={false}
|
|
739
739
|
style={
|
|
740
|
-
|
|
741
|
-
"transform":
|
|
742
|
-
|
|
740
|
+
{
|
|
741
|
+
"transform": [
|
|
742
|
+
{
|
|
743
743
|
"scale": 1,
|
|
744
744
|
},
|
|
745
745
|
],
|
|
@@ -750,8 +750,8 @@ exports[`Button renders correctly 8`] = `
|
|
|
750
750
|
collapsable={false}
|
|
751
751
|
size={12}
|
|
752
752
|
style={
|
|
753
|
-
|
|
754
|
-
|
|
753
|
+
[
|
|
754
|
+
{
|
|
755
755
|
"backgroundColor": "#795e90",
|
|
756
756
|
"borderRadius": 8,
|
|
757
757
|
"height": 12,
|
|
@@ -760,7 +760,7 @@ exports[`Button renders correctly 8`] = `
|
|
|
760
760
|
"marginTop": 4,
|
|
761
761
|
"width": 12,
|
|
762
762
|
},
|
|
763
|
-
|
|
763
|
+
{},
|
|
764
764
|
]
|
|
765
765
|
}
|
|
766
766
|
themeVariant="text-primary"
|
|
@@ -773,7 +773,7 @@ exports[`Button renders correctly 8`] = `
|
|
|
773
773
|
exports[`Button renders correctly 9`] = `
|
|
774
774
|
<View
|
|
775
775
|
accessibilityState={
|
|
776
|
-
|
|
776
|
+
{
|
|
777
777
|
"disabled": true,
|
|
778
778
|
}
|
|
779
779
|
}
|
|
@@ -787,8 +787,8 @@ exports[`Button renders correctly 9`] = `
|
|
|
787
787
|
onResponderTerminationRequest={[Function]}
|
|
788
788
|
onStartShouldSetResponder={[Function]}
|
|
789
789
|
style={
|
|
790
|
-
|
|
791
|
-
|
|
790
|
+
[
|
|
791
|
+
{
|
|
792
792
|
"alignItems": "center",
|
|
793
793
|
"backgroundColor": "transparent",
|
|
794
794
|
"borderRadius": 4,
|
|
@@ -807,16 +807,16 @@ exports[`Button renders correctly 9`] = `
|
|
|
807
807
|
ellipsizeMode="tail"
|
|
808
808
|
numberOfLines={1}
|
|
809
809
|
style={
|
|
810
|
-
|
|
811
|
-
|
|
810
|
+
[
|
|
811
|
+
{
|
|
812
812
|
"color": "#001f23",
|
|
813
813
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
814
814
|
"fontSize": 16,
|
|
815
815
|
"letterSpacing": 0.24,
|
|
816
816
|
"lineHeight": 24,
|
|
817
817
|
},
|
|
818
|
-
|
|
819
|
-
|
|
818
|
+
[
|
|
819
|
+
{
|
|
820
820
|
"color": "#bfc1c5",
|
|
821
821
|
"flexShrink": 1,
|
|
822
822
|
"lineHeight": 22,
|
|
@@ -839,7 +839,7 @@ exports[`Button renders correctly 9`] = `
|
|
|
839
839
|
exports[`Button renders correctly 10`] = `
|
|
840
840
|
<View
|
|
841
841
|
accessibilityState={
|
|
842
|
-
|
|
842
|
+
{
|
|
843
843
|
"disabled": false,
|
|
844
844
|
}
|
|
845
845
|
}
|
|
@@ -853,8 +853,8 @@ exports[`Button renders correctly 10`] = `
|
|
|
853
853
|
onResponderTerminationRequest={[Function]}
|
|
854
854
|
onStartShouldSetResponder={[Function]}
|
|
855
855
|
style={
|
|
856
|
-
|
|
857
|
-
|
|
856
|
+
[
|
|
857
|
+
{
|
|
858
858
|
"alignItems": "center",
|
|
859
859
|
"backgroundColor": "transparent",
|
|
860
860
|
"borderRadius": 4,
|
|
@@ -873,16 +873,16 @@ exports[`Button renders correctly 10`] = `
|
|
|
873
873
|
ellipsizeMode="tail"
|
|
874
874
|
numberOfLines={1}
|
|
875
875
|
style={
|
|
876
|
-
|
|
877
|
-
|
|
876
|
+
[
|
|
877
|
+
{
|
|
878
878
|
"color": "#001f23",
|
|
879
879
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
880
880
|
"fontSize": 16,
|
|
881
881
|
"letterSpacing": 0.24,
|
|
882
882
|
"lineHeight": 24,
|
|
883
883
|
},
|
|
884
|
-
|
|
885
|
-
|
|
884
|
+
[
|
|
885
|
+
{
|
|
886
886
|
"color": "#795e90",
|
|
887
887
|
"flexShrink": 1,
|
|
888
888
|
"lineHeight": 22,
|
|
@@ -905,7 +905,7 @@ exports[`Button renders correctly 10`] = `
|
|
|
905
905
|
exports[`Button renders correctly 11`] = `
|
|
906
906
|
<View
|
|
907
907
|
accessibilityState={
|
|
908
|
-
|
|
908
|
+
{
|
|
909
909
|
"disabled": true,
|
|
910
910
|
}
|
|
911
911
|
}
|
|
@@ -919,8 +919,8 @@ exports[`Button renders correctly 11`] = `
|
|
|
919
919
|
onResponderTerminationRequest={[Function]}
|
|
920
920
|
onStartShouldSetResponder={[Function]}
|
|
921
921
|
style={
|
|
922
|
-
|
|
923
|
-
|
|
922
|
+
[
|
|
923
|
+
{
|
|
924
924
|
"alignItems": "center",
|
|
925
925
|
"backgroundColor": "#ece8ef",
|
|
926
926
|
"borderRadius": 4,
|
|
@@ -936,14 +936,14 @@ exports[`Button renders correctly 11`] = `
|
|
|
936
936
|
<View
|
|
937
937
|
collapsable={false}
|
|
938
938
|
style={
|
|
939
|
-
|
|
940
|
-
|
|
939
|
+
[
|
|
940
|
+
{
|
|
941
941
|
"alignItems": "center",
|
|
942
942
|
"flexDirection": "row",
|
|
943
943
|
"justifyContent": "center",
|
|
944
944
|
"paddingVertical": 1,
|
|
945
945
|
},
|
|
946
|
-
|
|
946
|
+
{},
|
|
947
947
|
]
|
|
948
948
|
}
|
|
949
949
|
testID="undefined-loading-indicator"
|
|
@@ -951,9 +951,9 @@ exports[`Button renders correctly 11`] = `
|
|
|
951
951
|
<View
|
|
952
952
|
collapsable={false}
|
|
953
953
|
style={
|
|
954
|
-
|
|
955
|
-
"transform":
|
|
956
|
-
|
|
954
|
+
{
|
|
955
|
+
"transform": [
|
|
956
|
+
{
|
|
957
957
|
"scale": 1,
|
|
958
958
|
},
|
|
959
959
|
],
|
|
@@ -964,8 +964,8 @@ exports[`Button renders correctly 11`] = `
|
|
|
964
964
|
collapsable={false}
|
|
965
965
|
size={12}
|
|
966
966
|
style={
|
|
967
|
-
|
|
968
|
-
|
|
967
|
+
[
|
|
968
|
+
{
|
|
969
969
|
"backgroundColor": "#795e90",
|
|
970
970
|
"borderRadius": 8,
|
|
971
971
|
"height": 12,
|
|
@@ -974,7 +974,7 @@ exports[`Button renders correctly 11`] = `
|
|
|
974
974
|
"marginTop": 4,
|
|
975
975
|
"width": 12,
|
|
976
976
|
},
|
|
977
|
-
|
|
977
|
+
{},
|
|
978
978
|
]
|
|
979
979
|
}
|
|
980
980
|
themeVariant="text-secondary"
|
|
@@ -983,9 +983,9 @@ exports[`Button renders correctly 11`] = `
|
|
|
983
983
|
<View
|
|
984
984
|
collapsable={false}
|
|
985
985
|
style={
|
|
986
|
-
|
|
987
|
-
"transform":
|
|
988
|
-
|
|
986
|
+
{
|
|
987
|
+
"transform": [
|
|
988
|
+
{
|
|
989
989
|
"scale": 1,
|
|
990
990
|
},
|
|
991
991
|
],
|
|
@@ -996,8 +996,8 @@ exports[`Button renders correctly 11`] = `
|
|
|
996
996
|
collapsable={false}
|
|
997
997
|
size={12}
|
|
998
998
|
style={
|
|
999
|
-
|
|
1000
|
-
|
|
999
|
+
[
|
|
1000
|
+
{
|
|
1001
1001
|
"backgroundColor": "#795e90",
|
|
1002
1002
|
"borderRadius": 8,
|
|
1003
1003
|
"height": 12,
|
|
@@ -1006,7 +1006,7 @@ exports[`Button renders correctly 11`] = `
|
|
|
1006
1006
|
"marginTop": 4,
|
|
1007
1007
|
"width": 12,
|
|
1008
1008
|
},
|
|
1009
|
-
|
|
1009
|
+
{},
|
|
1010
1010
|
]
|
|
1011
1011
|
}
|
|
1012
1012
|
themeVariant="text-secondary"
|
|
@@ -1015,9 +1015,9 @@ exports[`Button renders correctly 11`] = `
|
|
|
1015
1015
|
<View
|
|
1016
1016
|
collapsable={false}
|
|
1017
1017
|
style={
|
|
1018
|
-
|
|
1019
|
-
"transform":
|
|
1020
|
-
|
|
1018
|
+
{
|
|
1019
|
+
"transform": [
|
|
1020
|
+
{
|
|
1021
1021
|
"scale": 1,
|
|
1022
1022
|
},
|
|
1023
1023
|
],
|
|
@@ -1028,8 +1028,8 @@ exports[`Button renders correctly 11`] = `
|
|
|
1028
1028
|
collapsable={false}
|
|
1029
1029
|
size={12}
|
|
1030
1030
|
style={
|
|
1031
|
-
|
|
1032
|
-
|
|
1031
|
+
[
|
|
1032
|
+
{
|
|
1033
1033
|
"backgroundColor": "#795e90",
|
|
1034
1034
|
"borderRadius": 8,
|
|
1035
1035
|
"height": 12,
|
|
@@ -1038,7 +1038,7 @@ exports[`Button renders correctly 11`] = `
|
|
|
1038
1038
|
"marginTop": 4,
|
|
1039
1039
|
"width": 12,
|
|
1040
1040
|
},
|
|
1041
|
-
|
|
1041
|
+
{},
|
|
1042
1042
|
]
|
|
1043
1043
|
}
|
|
1044
1044
|
themeVariant="text-secondary"
|
|
@@ -1051,7 +1051,7 @@ exports[`Button renders correctly 11`] = `
|
|
|
1051
1051
|
exports[`Button renders correctly 12`] = `
|
|
1052
1052
|
<View
|
|
1053
1053
|
accessibilityState={
|
|
1054
|
-
|
|
1054
|
+
{
|
|
1055
1055
|
"disabled": true,
|
|
1056
1056
|
}
|
|
1057
1057
|
}
|
|
@@ -1065,8 +1065,8 @@ exports[`Button renders correctly 12`] = `
|
|
|
1065
1065
|
onResponderTerminationRequest={[Function]}
|
|
1066
1066
|
onStartShouldSetResponder={[Function]}
|
|
1067
1067
|
style={
|
|
1068
|
-
|
|
1069
|
-
|
|
1068
|
+
[
|
|
1069
|
+
{
|
|
1070
1070
|
"alignItems": "center",
|
|
1071
1071
|
"backgroundColor": "transparent",
|
|
1072
1072
|
"borderRadius": 4,
|
|
@@ -1085,16 +1085,16 @@ exports[`Button renders correctly 12`] = `
|
|
|
1085
1085
|
ellipsizeMode="tail"
|
|
1086
1086
|
numberOfLines={1}
|
|
1087
1087
|
style={
|
|
1088
|
-
|
|
1089
|
-
|
|
1088
|
+
[
|
|
1089
|
+
{
|
|
1090
1090
|
"color": "#001f23",
|
|
1091
1091
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1092
1092
|
"fontSize": 16,
|
|
1093
1093
|
"letterSpacing": 0.24,
|
|
1094
1094
|
"lineHeight": 24,
|
|
1095
1095
|
},
|
|
1096
|
-
|
|
1097
|
-
|
|
1096
|
+
[
|
|
1097
|
+
{
|
|
1098
1098
|
"color": "#bfc1c5",
|
|
1099
1099
|
"flexShrink": 1,
|
|
1100
1100
|
"lineHeight": 22,
|
|
@@ -1117,7 +1117,7 @@ exports[`Button renders correctly 12`] = `
|
|
|
1117
1117
|
exports[`Button renders correctly 13`] = `
|
|
1118
1118
|
<View
|
|
1119
1119
|
accessibilityState={
|
|
1120
|
-
|
|
1120
|
+
{
|
|
1121
1121
|
"disabled": false,
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
@@ -1131,8 +1131,8 @@ exports[`Button renders correctly 13`] = `
|
|
|
1131
1131
|
onResponderTerminationRequest={[Function]}
|
|
1132
1132
|
onStartShouldSetResponder={[Function]}
|
|
1133
1133
|
style={
|
|
1134
|
-
|
|
1135
|
-
|
|
1134
|
+
[
|
|
1135
|
+
{
|
|
1136
1136
|
"alignItems": "center",
|
|
1137
1137
|
"backgroundColor": "transparent",
|
|
1138
1138
|
"borderRadius": 4,
|
|
@@ -1151,16 +1151,16 @@ exports[`Button renders correctly 13`] = `
|
|
|
1151
1151
|
ellipsizeMode="tail"
|
|
1152
1152
|
numberOfLines={1}
|
|
1153
1153
|
style={
|
|
1154
|
-
|
|
1155
|
-
|
|
1154
|
+
[
|
|
1155
|
+
{
|
|
1156
1156
|
"color": "#001f23",
|
|
1157
1157
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1158
1158
|
"fontSize": 16,
|
|
1159
1159
|
"letterSpacing": 0.24,
|
|
1160
1160
|
"lineHeight": 24,
|
|
1161
1161
|
},
|
|
1162
|
-
|
|
1163
|
-
|
|
1162
|
+
[
|
|
1163
|
+
{
|
|
1164
1164
|
"color": "#cb300a",
|
|
1165
1165
|
"flexShrink": 1,
|
|
1166
1166
|
"lineHeight": 22,
|
|
@@ -1183,7 +1183,7 @@ exports[`Button renders correctly 13`] = `
|
|
|
1183
1183
|
exports[`Button renders correctly 14`] = `
|
|
1184
1184
|
<View
|
|
1185
1185
|
accessibilityState={
|
|
1186
|
-
|
|
1186
|
+
{
|
|
1187
1187
|
"disabled": true,
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
@@ -1197,8 +1197,8 @@ exports[`Button renders correctly 14`] = `
|
|
|
1197
1197
|
onResponderTerminationRequest={[Function]}
|
|
1198
1198
|
onStartShouldSetResponder={[Function]}
|
|
1199
1199
|
style={
|
|
1200
|
-
|
|
1201
|
-
|
|
1200
|
+
[
|
|
1201
|
+
{
|
|
1202
1202
|
"alignItems": "center",
|
|
1203
1203
|
"backgroundColor": "#ece8ef",
|
|
1204
1204
|
"borderRadius": 4,
|
|
@@ -1214,14 +1214,14 @@ exports[`Button renders correctly 14`] = `
|
|
|
1214
1214
|
<View
|
|
1215
1215
|
collapsable={false}
|
|
1216
1216
|
style={
|
|
1217
|
-
|
|
1218
|
-
|
|
1217
|
+
[
|
|
1218
|
+
{
|
|
1219
1219
|
"alignItems": "center",
|
|
1220
1220
|
"flexDirection": "row",
|
|
1221
1221
|
"justifyContent": "center",
|
|
1222
1222
|
"paddingVertical": 1,
|
|
1223
1223
|
},
|
|
1224
|
-
|
|
1224
|
+
{},
|
|
1225
1225
|
]
|
|
1226
1226
|
}
|
|
1227
1227
|
testID="undefined-loading-indicator"
|
|
@@ -1229,9 +1229,9 @@ exports[`Button renders correctly 14`] = `
|
|
|
1229
1229
|
<View
|
|
1230
1230
|
collapsable={false}
|
|
1231
1231
|
style={
|
|
1232
|
-
|
|
1233
|
-
"transform":
|
|
1234
|
-
|
|
1232
|
+
{
|
|
1233
|
+
"transform": [
|
|
1234
|
+
{
|
|
1235
1235
|
"scale": 1,
|
|
1236
1236
|
},
|
|
1237
1237
|
],
|
|
@@ -1242,8 +1242,8 @@ exports[`Button renders correctly 14`] = `
|
|
|
1242
1242
|
collapsable={false}
|
|
1243
1243
|
size={12}
|
|
1244
1244
|
style={
|
|
1245
|
-
|
|
1246
|
-
|
|
1245
|
+
[
|
|
1246
|
+
{
|
|
1247
1247
|
"backgroundColor": "#cb300a",
|
|
1248
1248
|
"borderRadius": 8,
|
|
1249
1249
|
"height": 12,
|
|
@@ -1252,7 +1252,7 @@ exports[`Button renders correctly 14`] = `
|
|
|
1252
1252
|
"marginTop": 4,
|
|
1253
1253
|
"width": 12,
|
|
1254
1254
|
},
|
|
1255
|
-
|
|
1255
|
+
{},
|
|
1256
1256
|
]
|
|
1257
1257
|
}
|
|
1258
1258
|
themeVariant="text-danger"
|
|
@@ -1261,9 +1261,9 @@ exports[`Button renders correctly 14`] = `
|
|
|
1261
1261
|
<View
|
|
1262
1262
|
collapsable={false}
|
|
1263
1263
|
style={
|
|
1264
|
-
|
|
1265
|
-
"transform":
|
|
1266
|
-
|
|
1264
|
+
{
|
|
1265
|
+
"transform": [
|
|
1266
|
+
{
|
|
1267
1267
|
"scale": 1,
|
|
1268
1268
|
},
|
|
1269
1269
|
],
|
|
@@ -1274,8 +1274,8 @@ exports[`Button renders correctly 14`] = `
|
|
|
1274
1274
|
collapsable={false}
|
|
1275
1275
|
size={12}
|
|
1276
1276
|
style={
|
|
1277
|
-
|
|
1278
|
-
|
|
1277
|
+
[
|
|
1278
|
+
{
|
|
1279
1279
|
"backgroundColor": "#cb300a",
|
|
1280
1280
|
"borderRadius": 8,
|
|
1281
1281
|
"height": 12,
|
|
@@ -1284,7 +1284,7 @@ exports[`Button renders correctly 14`] = `
|
|
|
1284
1284
|
"marginTop": 4,
|
|
1285
1285
|
"width": 12,
|
|
1286
1286
|
},
|
|
1287
|
-
|
|
1287
|
+
{},
|
|
1288
1288
|
]
|
|
1289
1289
|
}
|
|
1290
1290
|
themeVariant="text-danger"
|
|
@@ -1293,9 +1293,9 @@ exports[`Button renders correctly 14`] = `
|
|
|
1293
1293
|
<View
|
|
1294
1294
|
collapsable={false}
|
|
1295
1295
|
style={
|
|
1296
|
-
|
|
1297
|
-
"transform":
|
|
1298
|
-
|
|
1296
|
+
{
|
|
1297
|
+
"transform": [
|
|
1298
|
+
{
|
|
1299
1299
|
"scale": 1,
|
|
1300
1300
|
},
|
|
1301
1301
|
],
|
|
@@ -1306,8 +1306,8 @@ exports[`Button renders correctly 14`] = `
|
|
|
1306
1306
|
collapsable={false}
|
|
1307
1307
|
size={12}
|
|
1308
1308
|
style={
|
|
1309
|
-
|
|
1310
|
-
|
|
1309
|
+
[
|
|
1310
|
+
{
|
|
1311
1311
|
"backgroundColor": "#cb300a",
|
|
1312
1312
|
"borderRadius": 8,
|
|
1313
1313
|
"height": 12,
|
|
@@ -1316,7 +1316,7 @@ exports[`Button renders correctly 14`] = `
|
|
|
1316
1316
|
"marginTop": 4,
|
|
1317
1317
|
"width": 12,
|
|
1318
1318
|
},
|
|
1319
|
-
|
|
1319
|
+
{},
|
|
1320
1320
|
]
|
|
1321
1321
|
}
|
|
1322
1322
|
themeVariant="text-danger"
|
|
@@ -1329,7 +1329,7 @@ exports[`Button renders correctly 14`] = `
|
|
|
1329
1329
|
exports[`Button renders correctly 15`] = `
|
|
1330
1330
|
<View
|
|
1331
1331
|
accessibilityState={
|
|
1332
|
-
|
|
1332
|
+
{
|
|
1333
1333
|
"disabled": true,
|
|
1334
1334
|
}
|
|
1335
1335
|
}
|
|
@@ -1343,8 +1343,8 @@ exports[`Button renders correctly 15`] = `
|
|
|
1343
1343
|
onResponderTerminationRequest={[Function]}
|
|
1344
1344
|
onStartShouldSetResponder={[Function]}
|
|
1345
1345
|
style={
|
|
1346
|
-
|
|
1347
|
-
|
|
1346
|
+
[
|
|
1347
|
+
{
|
|
1348
1348
|
"alignItems": "center",
|
|
1349
1349
|
"backgroundColor": "transparent",
|
|
1350
1350
|
"borderRadius": 4,
|
|
@@ -1363,16 +1363,16 @@ exports[`Button renders correctly 15`] = `
|
|
|
1363
1363
|
ellipsizeMode="tail"
|
|
1364
1364
|
numberOfLines={1}
|
|
1365
1365
|
style={
|
|
1366
|
-
|
|
1367
|
-
|
|
1366
|
+
[
|
|
1367
|
+
{
|
|
1368
1368
|
"color": "#001f23",
|
|
1369
1369
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1370
1370
|
"fontSize": 16,
|
|
1371
1371
|
"letterSpacing": 0.24,
|
|
1372
1372
|
"lineHeight": 24,
|
|
1373
1373
|
},
|
|
1374
|
-
|
|
1375
|
-
|
|
1374
|
+
[
|
|
1375
|
+
{
|
|
1376
1376
|
"color": "#bfc1c5",
|
|
1377
1377
|
"flexShrink": 1,
|
|
1378
1378
|
"lineHeight": 22,
|
|
@@ -1395,7 +1395,7 @@ exports[`Button renders correctly 15`] = `
|
|
|
1395
1395
|
exports[`Button renders loading icon 1`] = `
|
|
1396
1396
|
<View
|
|
1397
1397
|
accessibilityState={
|
|
1398
|
-
|
|
1398
|
+
{
|
|
1399
1399
|
"disabled": true,
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
|
@@ -1409,8 +1409,8 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1409
1409
|
onResponderTerminationRequest={[Function]}
|
|
1410
1410
|
onStartShouldSetResponder={[Function]}
|
|
1411
1411
|
style={
|
|
1412
|
-
|
|
1413
|
-
|
|
1412
|
+
[
|
|
1413
|
+
{
|
|
1414
1414
|
"alignItems": "center",
|
|
1415
1415
|
"alignSelf": "stretch",
|
|
1416
1416
|
"backgroundColor": "#401960",
|
|
@@ -1427,14 +1427,14 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1427
1427
|
<View
|
|
1428
1428
|
collapsable={false}
|
|
1429
1429
|
style={
|
|
1430
|
-
|
|
1431
|
-
|
|
1430
|
+
[
|
|
1431
|
+
{
|
|
1432
1432
|
"alignItems": "center",
|
|
1433
1433
|
"flexDirection": "row",
|
|
1434
1434
|
"justifyContent": "center",
|
|
1435
1435
|
"paddingVertical": 1,
|
|
1436
1436
|
},
|
|
1437
|
-
|
|
1437
|
+
{},
|
|
1438
1438
|
]
|
|
1439
1439
|
}
|
|
1440
1440
|
testID="button-loading-indicator"
|
|
@@ -1442,9 +1442,9 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1442
1442
|
<View
|
|
1443
1443
|
collapsable={false}
|
|
1444
1444
|
style={
|
|
1445
|
-
|
|
1446
|
-
"transform":
|
|
1447
|
-
|
|
1445
|
+
{
|
|
1446
|
+
"transform": [
|
|
1447
|
+
{
|
|
1448
1448
|
"scale": 1,
|
|
1449
1449
|
},
|
|
1450
1450
|
],
|
|
@@ -1455,8 +1455,8 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1455
1455
|
collapsable={false}
|
|
1456
1456
|
size={12}
|
|
1457
1457
|
style={
|
|
1458
|
-
|
|
1459
|
-
|
|
1458
|
+
[
|
|
1459
|
+
{
|
|
1460
1460
|
"backgroundColor": "#ffffff",
|
|
1461
1461
|
"borderRadius": 8,
|
|
1462
1462
|
"height": 12,
|
|
@@ -1465,7 +1465,7 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1465
1465
|
"marginTop": 4,
|
|
1466
1466
|
"width": 12,
|
|
1467
1467
|
},
|
|
1468
|
-
|
|
1468
|
+
{},
|
|
1469
1469
|
]
|
|
1470
1470
|
}
|
|
1471
1471
|
themeVariant="filled-primary"
|
|
@@ -1474,9 +1474,9 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1474
1474
|
<View
|
|
1475
1475
|
collapsable={false}
|
|
1476
1476
|
style={
|
|
1477
|
-
|
|
1478
|
-
"transform":
|
|
1479
|
-
|
|
1477
|
+
{
|
|
1478
|
+
"transform": [
|
|
1479
|
+
{
|
|
1480
1480
|
"scale": 1,
|
|
1481
1481
|
},
|
|
1482
1482
|
],
|
|
@@ -1487,8 +1487,8 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1487
1487
|
collapsable={false}
|
|
1488
1488
|
size={12}
|
|
1489
1489
|
style={
|
|
1490
|
-
|
|
1491
|
-
|
|
1490
|
+
[
|
|
1491
|
+
{
|
|
1492
1492
|
"backgroundColor": "#ffffff",
|
|
1493
1493
|
"borderRadius": 8,
|
|
1494
1494
|
"height": 12,
|
|
@@ -1497,7 +1497,7 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1497
1497
|
"marginTop": 4,
|
|
1498
1498
|
"width": 12,
|
|
1499
1499
|
},
|
|
1500
|
-
|
|
1500
|
+
{},
|
|
1501
1501
|
]
|
|
1502
1502
|
}
|
|
1503
1503
|
themeVariant="filled-primary"
|
|
@@ -1506,9 +1506,9 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1506
1506
|
<View
|
|
1507
1507
|
collapsable={false}
|
|
1508
1508
|
style={
|
|
1509
|
-
|
|
1510
|
-
"transform":
|
|
1511
|
-
|
|
1509
|
+
{
|
|
1510
|
+
"transform": [
|
|
1511
|
+
{
|
|
1512
1512
|
"scale": 1,
|
|
1513
1513
|
},
|
|
1514
1514
|
],
|
|
@@ -1519,8 +1519,8 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1519
1519
|
collapsable={false}
|
|
1520
1520
|
size={12}
|
|
1521
1521
|
style={
|
|
1522
|
-
|
|
1523
|
-
|
|
1522
|
+
[
|
|
1523
|
+
{
|
|
1524
1524
|
"backgroundColor": "#ffffff",
|
|
1525
1525
|
"borderRadius": 8,
|
|
1526
1526
|
"height": 12,
|
|
@@ -1529,7 +1529,7 @@ exports[`Button renders loading icon 1`] = `
|
|
|
1529
1529
|
"marginTop": 4,
|
|
1530
1530
|
"width": 12,
|
|
1531
1531
|
},
|
|
1532
|
-
|
|
1532
|
+
{},
|
|
1533
1533
|
]
|
|
1534
1534
|
}
|
|
1535
1535
|
themeVariant="filled-primary"
|