@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[`ToolbarItems renders correctly when disabled 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
accessibilityState={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"disabled": true,
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -18,7 +18,7 @@ exports[`ToolbarItems renders correctly when disabled 1`] = `
|
|
|
18
18
|
onResponderTerminationRequest={[Function]}
|
|
19
19
|
onStartShouldSetResponder={[Function]}
|
|
20
20
|
style={
|
|
21
|
-
|
|
21
|
+
{
|
|
22
22
|
"alignItems": "center",
|
|
23
23
|
"flexDirection": "row",
|
|
24
24
|
"height": 64,
|
|
@@ -30,8 +30,8 @@ exports[`ToolbarItems renders correctly when disabled 1`] = `
|
|
|
30
30
|
>
|
|
31
31
|
<View
|
|
32
32
|
style={
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
[
|
|
34
|
+
{
|
|
35
35
|
"alignItems": "center",
|
|
36
36
|
"backgroundColor": "#ece8ef",
|
|
37
37
|
"borderRadius": 24,
|
|
@@ -46,8 +46,8 @@ exports[`ToolbarItems renders correctly when disabled 1`] = `
|
|
|
46
46
|
<HeroIcon
|
|
47
47
|
name="home"
|
|
48
48
|
style={
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
[
|
|
50
|
+
{
|
|
51
51
|
"color": "#bfc1c5",
|
|
52
52
|
"fontSize": 24,
|
|
53
53
|
},
|
|
@@ -62,16 +62,16 @@ exports[`ToolbarItems renders correctly when disabled 1`] = `
|
|
|
62
62
|
allowFontScaling={false}
|
|
63
63
|
numberOfLines={1}
|
|
64
64
|
style={
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
[
|
|
66
|
+
{
|
|
67
67
|
"color": "#4d6265",
|
|
68
68
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
69
69
|
"fontSize": 16,
|
|
70
70
|
"letterSpacing": 0.24,
|
|
71
71
|
"lineHeight": 24,
|
|
72
72
|
},
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
[
|
|
74
|
+
{
|
|
75
75
|
"marginLeft": 8,
|
|
76
76
|
},
|
|
77
77
|
undefined,
|
|
@@ -91,7 +91,7 @@ exports[`ToolbarItems renders correctly when disabled 1`] = `
|
|
|
91
91
|
exports[`ToolbarItems renders correctly when intent is danger, icon is undefined, label is Discard and disabled is false 1`] = `
|
|
92
92
|
<View
|
|
93
93
|
accessibilityState={
|
|
94
|
-
|
|
94
|
+
{
|
|
95
95
|
"disabled": false,
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -106,7 +106,7 @@ exports[`ToolbarItems renders correctly when intent is danger, icon is undefined
|
|
|
106
106
|
onResponderTerminationRequest={[Function]}
|
|
107
107
|
onStartShouldSetResponder={[Function]}
|
|
108
108
|
style={
|
|
109
|
-
|
|
109
|
+
{
|
|
110
110
|
"alignItems": "center",
|
|
111
111
|
"flexDirection": "row",
|
|
112
112
|
"height": 64,
|
|
@@ -120,8 +120,8 @@ exports[`ToolbarItems renders correctly when intent is danger, icon is undefined
|
|
|
120
120
|
allowFontScaling={false}
|
|
121
121
|
numberOfLines={1}
|
|
122
122
|
style={
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
[
|
|
124
|
+
{
|
|
125
125
|
"color": "#f46363",
|
|
126
126
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
127
127
|
"fontSize": 16,
|
|
@@ -143,7 +143,7 @@ exports[`ToolbarItems renders correctly when intent is danger, icon is undefined
|
|
|
143
143
|
exports[`ToolbarItems renders correctly when intent is info, icon is undefined, label is Save and disabled is false 1`] = `
|
|
144
144
|
<View
|
|
145
145
|
accessibilityState={
|
|
146
|
-
|
|
146
|
+
{
|
|
147
147
|
"disabled": false,
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -158,7 +158,7 @@ exports[`ToolbarItems renders correctly when intent is info, icon is undefined,
|
|
|
158
158
|
onResponderTerminationRequest={[Function]}
|
|
159
159
|
onStartShouldSetResponder={[Function]}
|
|
160
160
|
style={
|
|
161
|
-
|
|
161
|
+
{
|
|
162
162
|
"alignItems": "center",
|
|
163
163
|
"flexDirection": "row",
|
|
164
164
|
"height": 64,
|
|
@@ -172,8 +172,8 @@ exports[`ToolbarItems renders correctly when intent is info, icon is undefined,
|
|
|
172
172
|
allowFontScaling={false}
|
|
173
173
|
numberOfLines={1}
|
|
174
174
|
style={
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
[
|
|
176
|
+
{
|
|
177
177
|
"color": "#355bfb",
|
|
178
178
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
179
179
|
"fontSize": 16,
|
|
@@ -195,7 +195,7 @@ exports[`ToolbarItems renders correctly when intent is info, icon is undefined,
|
|
|
195
195
|
exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outlined, label is Try again and disabled is false 1`] = `
|
|
196
196
|
<View
|
|
197
197
|
accessibilityState={
|
|
198
|
-
|
|
198
|
+
{
|
|
199
199
|
"disabled": false,
|
|
200
200
|
}
|
|
201
201
|
}
|
|
@@ -210,7 +210,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
210
210
|
onResponderTerminationRequest={[Function]}
|
|
211
211
|
onStartShouldSetResponder={[Function]}
|
|
212
212
|
style={
|
|
213
|
-
|
|
213
|
+
{
|
|
214
214
|
"alignItems": "center",
|
|
215
215
|
"flexDirection": "row",
|
|
216
216
|
"height": 64,
|
|
@@ -222,8 +222,8 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
222
222
|
>
|
|
223
223
|
<View
|
|
224
224
|
style={
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
[
|
|
226
|
+
{
|
|
227
227
|
"alignItems": "center",
|
|
228
228
|
"backgroundColor": "#ece8ef",
|
|
229
229
|
"borderRadius": 24,
|
|
@@ -238,8 +238,8 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
238
238
|
<HeroIcon
|
|
239
239
|
name="ai-outlined"
|
|
240
240
|
style={
|
|
241
|
-
|
|
242
|
-
|
|
241
|
+
[
|
|
242
|
+
{
|
|
243
243
|
"color": "#401960",
|
|
244
244
|
"fontSize": 24,
|
|
245
245
|
},
|
|
@@ -254,16 +254,16 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
254
254
|
allowFontScaling={false}
|
|
255
255
|
numberOfLines={1}
|
|
256
256
|
style={
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
[
|
|
258
|
+
{
|
|
259
259
|
"color": "#401960",
|
|
260
260
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
261
261
|
"fontSize": 16,
|
|
262
262
|
"letterSpacing": 0.24,
|
|
263
263
|
"lineHeight": 24,
|
|
264
264
|
},
|
|
265
|
-
|
|
266
|
-
|
|
265
|
+
[
|
|
266
|
+
{
|
|
267
267
|
"marginLeft": 8,
|
|
268
268
|
},
|
|
269
269
|
undefined,
|
|
@@ -283,7 +283,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
283
283
|
exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outlined, label is Try again and disabled is true 1`] = `
|
|
284
284
|
<View
|
|
285
285
|
accessibilityState={
|
|
286
|
-
|
|
286
|
+
{
|
|
287
287
|
"disabled": true,
|
|
288
288
|
}
|
|
289
289
|
}
|
|
@@ -298,7 +298,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
298
298
|
onResponderTerminationRequest={[Function]}
|
|
299
299
|
onStartShouldSetResponder={[Function]}
|
|
300
300
|
style={
|
|
301
|
-
|
|
301
|
+
{
|
|
302
302
|
"alignItems": "center",
|
|
303
303
|
"flexDirection": "row",
|
|
304
304
|
"height": 64,
|
|
@@ -310,8 +310,8 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
310
310
|
>
|
|
311
311
|
<View
|
|
312
312
|
style={
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
[
|
|
314
|
+
{
|
|
315
315
|
"alignItems": "center",
|
|
316
316
|
"backgroundColor": "#ece8ef",
|
|
317
317
|
"borderRadius": 24,
|
|
@@ -326,8 +326,8 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
326
326
|
<HeroIcon
|
|
327
327
|
name="ai-outlined"
|
|
328
328
|
style={
|
|
329
|
-
|
|
330
|
-
|
|
329
|
+
[
|
|
330
|
+
{
|
|
331
331
|
"color": "#bfc1c5",
|
|
332
332
|
"fontSize": 24,
|
|
333
333
|
},
|
|
@@ -342,16 +342,16 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
342
342
|
allowFontScaling={false}
|
|
343
343
|
numberOfLines={1}
|
|
344
344
|
style={
|
|
345
|
-
|
|
346
|
-
|
|
345
|
+
[
|
|
346
|
+
{
|
|
347
347
|
"color": "#4d6265",
|
|
348
348
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
349
349
|
"fontSize": 16,
|
|
350
350
|
"letterSpacing": 0.24,
|
|
351
351
|
"lineHeight": 24,
|
|
352
352
|
},
|
|
353
|
-
|
|
354
|
-
|
|
353
|
+
[
|
|
354
|
+
{
|
|
355
355
|
"marginLeft": 8,
|
|
356
356
|
},
|
|
357
357
|
undefined,
|
|
@@ -371,7 +371,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
371
371
|
exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outlined, label is undefined and disabled is false 1`] = `
|
|
372
372
|
<View
|
|
373
373
|
accessibilityState={
|
|
374
|
-
|
|
374
|
+
{
|
|
375
375
|
"disabled": false,
|
|
376
376
|
}
|
|
377
377
|
}
|
|
@@ -386,7 +386,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
386
386
|
onResponderTerminationRequest={[Function]}
|
|
387
387
|
onStartShouldSetResponder={[Function]}
|
|
388
388
|
style={
|
|
389
|
-
|
|
389
|
+
{
|
|
390
390
|
"alignItems": "center",
|
|
391
391
|
"flexDirection": "row",
|
|
392
392
|
"height": 64,
|
|
@@ -398,8 +398,8 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
398
398
|
>
|
|
399
399
|
<View
|
|
400
400
|
style={
|
|
401
|
-
|
|
402
|
-
|
|
401
|
+
[
|
|
402
|
+
{
|
|
403
403
|
"alignItems": "center",
|
|
404
404
|
"backgroundColor": "#ece8ef",
|
|
405
405
|
"borderRadius": 24,
|
|
@@ -414,8 +414,8 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
414
414
|
<HeroIcon
|
|
415
415
|
name="ai-outlined"
|
|
416
416
|
style={
|
|
417
|
-
|
|
418
|
-
|
|
417
|
+
[
|
|
418
|
+
{
|
|
419
419
|
"color": "#401960",
|
|
420
420
|
"fontSize": 24,
|
|
421
421
|
},
|
|
@@ -433,7 +433,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
|
|
|
433
433
|
exports[`ToolbarItems renders correctly when intent is success, icon is undefined, label is Save and disabled is false 1`] = `
|
|
434
434
|
<View
|
|
435
435
|
accessibilityState={
|
|
436
|
-
|
|
436
|
+
{
|
|
437
437
|
"disabled": false,
|
|
438
438
|
}
|
|
439
439
|
}
|
|
@@ -448,7 +448,7 @@ exports[`ToolbarItems renders correctly when intent is success, icon is undefine
|
|
|
448
448
|
onResponderTerminationRequest={[Function]}
|
|
449
449
|
onStartShouldSetResponder={[Function]}
|
|
450
450
|
style={
|
|
451
|
-
|
|
451
|
+
{
|
|
452
452
|
"alignItems": "center",
|
|
453
453
|
"flexDirection": "row",
|
|
454
454
|
"height": 64,
|
|
@@ -462,8 +462,8 @@ exports[`ToolbarItems renders correctly when intent is success, icon is undefine
|
|
|
462
462
|
allowFontScaling={false}
|
|
463
463
|
numberOfLines={1}
|
|
464
464
|
style={
|
|
465
|
-
|
|
466
|
-
|
|
465
|
+
[
|
|
466
|
+
{
|
|
467
467
|
"color": "#5ace7d",
|
|
468
468
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
469
469
|
"fontSize": 16,
|
|
@@ -485,7 +485,7 @@ exports[`ToolbarItems renders correctly when intent is success, icon is undefine
|
|
|
485
485
|
exports[`ToolbarItems renders correctly when intent is warning, icon is undefined, label is Warning and disabled is false 1`] = `
|
|
486
486
|
<View
|
|
487
487
|
accessibilityState={
|
|
488
|
-
|
|
488
|
+
{
|
|
489
489
|
"disabled": false,
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -500,7 +500,7 @@ exports[`ToolbarItems renders correctly when intent is warning, icon is undefine
|
|
|
500
500
|
onResponderTerminationRequest={[Function]}
|
|
501
501
|
onStartShouldSetResponder={[Function]}
|
|
502
502
|
style={
|
|
503
|
-
|
|
503
|
+
{
|
|
504
504
|
"alignItems": "center",
|
|
505
505
|
"flexDirection": "row",
|
|
506
506
|
"height": 64,
|
|
@@ -514,8 +514,8 @@ exports[`ToolbarItems renders correctly when intent is warning, icon is undefine
|
|
|
514
514
|
allowFontScaling={false}
|
|
515
515
|
numberOfLines={1}
|
|
516
516
|
style={
|
|
517
|
-
|
|
518
|
-
|
|
517
|
+
[
|
|
518
|
+
{
|
|
519
519
|
"color": "#ffbe71",
|
|
520
520
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
521
521
|
"fontSize": 16,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`StyledBody has body intent style 1`] = `
|
|
4
4
|
<Text
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"color": "#001f23",
|
|
9
9
|
"fontFamily": "BeVietnamPro-Regular",
|
|
10
10
|
"fontSize": 16,
|
|
@@ -25,8 +25,8 @@ exports[`StyledBody has body intent style 1`] = `
|
|
|
25
25
|
exports[`StyledBody has danger intent style 1`] = `
|
|
26
26
|
<Text
|
|
27
27
|
style={
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
[
|
|
29
|
+
{
|
|
30
30
|
"color": "#f46363",
|
|
31
31
|
"fontFamily": "BeVietnamPro-Regular",
|
|
32
32
|
"fontSize": 16,
|
|
@@ -47,8 +47,8 @@ exports[`StyledBody has danger intent style 1`] = `
|
|
|
47
47
|
exports[`StyledBody has info intent style 1`] = `
|
|
48
48
|
<Text
|
|
49
49
|
style={
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
[
|
|
51
|
+
{
|
|
52
52
|
"color": "#355bfb",
|
|
53
53
|
"fontFamily": "BeVietnamPro-Regular",
|
|
54
54
|
"fontSize": 16,
|
|
@@ -69,8 +69,8 @@ exports[`StyledBody has info intent style 1`] = `
|
|
|
69
69
|
exports[`StyledBody has inverted intent style 1`] = `
|
|
70
70
|
<Text
|
|
71
71
|
style={
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
[
|
|
73
|
+
{
|
|
74
74
|
"color": "#ffffff",
|
|
75
75
|
"fontFamily": "BeVietnamPro-Regular",
|
|
76
76
|
"fontSize": 16,
|
|
@@ -91,8 +91,8 @@ exports[`StyledBody has inverted intent style 1`] = `
|
|
|
91
91
|
exports[`StyledBody has primary intent style 1`] = `
|
|
92
92
|
<Text
|
|
93
93
|
style={
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
[
|
|
95
|
+
{
|
|
96
96
|
"color": "#401960",
|
|
97
97
|
"fontFamily": "BeVietnamPro-Regular",
|
|
98
98
|
"fontSize": 16,
|
|
@@ -113,8 +113,8 @@ exports[`StyledBody has primary intent style 1`] = `
|
|
|
113
113
|
exports[`StyledBody has regular variant and neutral typeface and $fontWeight fontWeight style 1`] = `
|
|
114
114
|
<Text
|
|
115
115
|
style={
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
[
|
|
117
|
+
{
|
|
118
118
|
"color": "#001f23",
|
|
119
119
|
"fontFamily": "BeVietnamPro-Regular",
|
|
120
120
|
"fontSize": 16,
|
|
@@ -135,8 +135,8 @@ exports[`StyledBody has regular variant and neutral typeface and $fontWeight fon
|
|
|
135
135
|
exports[`StyledBody has regular variant and playful typeface and $fontWeight fontWeight style 1`] = `
|
|
136
136
|
<Text
|
|
137
137
|
style={
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
[
|
|
139
|
+
{
|
|
140
140
|
"color": "#001f23",
|
|
141
141
|
"fontFamily": "BeVietnamPro-Regular",
|
|
142
142
|
"fontSize": 18,
|
|
@@ -157,8 +157,8 @@ exports[`StyledBody has regular variant and playful typeface and $fontWeight fon
|
|
|
157
157
|
exports[`StyledBody has regular-bold variant and neutral typeface and $fontWeight fontWeight style 1`] = `
|
|
158
158
|
<Text
|
|
159
159
|
style={
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
[
|
|
161
|
+
{
|
|
162
162
|
"color": "#001f23",
|
|
163
163
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
164
164
|
"fontSize": 16,
|
|
@@ -179,8 +179,8 @@ exports[`StyledBody has regular-bold variant and neutral typeface and $fontWeigh
|
|
|
179
179
|
exports[`StyledBody has regular-bold variant and playful typeface and $fontWeight fontWeight style 1`] = `
|
|
180
180
|
<Text
|
|
181
181
|
style={
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
[
|
|
183
|
+
{
|
|
184
184
|
"color": "#001f23",
|
|
185
185
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
186
186
|
"fontSize": 18,
|
|
@@ -201,8 +201,8 @@ exports[`StyledBody has regular-bold variant and playful typeface and $fontWeigh
|
|
|
201
201
|
exports[`StyledBody has small variant and neutral typeface and $fontWeight fontWeight style 1`] = `
|
|
202
202
|
<Text
|
|
203
203
|
style={
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
[
|
|
205
|
+
{
|
|
206
206
|
"color": "#001f23",
|
|
207
207
|
"fontFamily": "BeVietnamPro-Regular",
|
|
208
208
|
"fontSize": 14,
|
|
@@ -223,8 +223,8 @@ exports[`StyledBody has small variant and neutral typeface and $fontWeight fontW
|
|
|
223
223
|
exports[`StyledBody has small variant and playful typeface and $fontWeight fontWeight style 1`] = `
|
|
224
224
|
<Text
|
|
225
225
|
style={
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
[
|
|
227
|
+
{
|
|
228
228
|
"color": "#001f23",
|
|
229
229
|
"fontFamily": "BeVietnamPro-Regular",
|
|
230
230
|
"fontSize": 16,
|
|
@@ -245,8 +245,8 @@ exports[`StyledBody has small variant and playful typeface and $fontWeight fontW
|
|
|
245
245
|
exports[`StyledBody has small-bold variant and neutral typeface and $fontWeight fontWeight style 1`] = `
|
|
246
246
|
<Text
|
|
247
247
|
style={
|
|
248
|
-
|
|
249
|
-
|
|
248
|
+
[
|
|
249
|
+
{
|
|
250
250
|
"color": "#001f23",
|
|
251
251
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
252
252
|
"fontSize": 14,
|
|
@@ -267,8 +267,8 @@ exports[`StyledBody has small-bold variant and neutral typeface and $fontWeight
|
|
|
267
267
|
exports[`StyledBody has small-bold variant and playful typeface and $fontWeight fontWeight style 1`] = `
|
|
268
268
|
<Text
|
|
269
269
|
style={
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
[
|
|
271
|
+
{
|
|
272
272
|
"color": "#001f23",
|
|
273
273
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
274
274
|
"fontSize": 16,
|
|
@@ -289,8 +289,8 @@ exports[`StyledBody has small-bold variant and playful typeface and $fontWeight
|
|
|
289
289
|
exports[`StyledBody has subdued intent style 1`] = `
|
|
290
290
|
<Text
|
|
291
291
|
style={
|
|
292
|
-
|
|
293
|
-
|
|
292
|
+
[
|
|
293
|
+
{
|
|
294
294
|
"color": "#4d6265",
|
|
295
295
|
"fontFamily": "BeVietnamPro-Regular",
|
|
296
296
|
"fontSize": 16,
|
|
@@ -311,8 +311,8 @@ exports[`StyledBody has subdued intent style 1`] = `
|
|
|
311
311
|
exports[`StyledBody has success intent style 1`] = `
|
|
312
312
|
<Text
|
|
313
313
|
style={
|
|
314
|
-
|
|
315
|
-
|
|
314
|
+
[
|
|
315
|
+
{
|
|
316
316
|
"color": "#5ace7d",
|
|
317
317
|
"fontFamily": "BeVietnamPro-Regular",
|
|
318
318
|
"fontSize": 16,
|
|
@@ -333,8 +333,8 @@ exports[`StyledBody has success intent style 1`] = `
|
|
|
333
333
|
exports[`StyledBody has warning intent style 1`] = `
|
|
334
334
|
<Text
|
|
335
335
|
style={
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
[
|
|
337
|
+
{
|
|
338
338
|
"color": "#ffbe71",
|
|
339
339
|
"fontFamily": "BeVietnamPro-Regular",
|
|
340
340
|
"fontSize": 16,
|
|
@@ -4,8 +4,8 @@ exports[`Body has archived intent style 1`] = `
|
|
|
4
4
|
<Text
|
|
5
5
|
allowFontScaling={false}
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
[
|
|
8
|
+
{
|
|
9
9
|
"color": "#606065",
|
|
10
10
|
"fontFamily": "BeVietnamPro-Regular",
|
|
11
11
|
"fontSize": 16,
|
|
@@ -27,8 +27,8 @@ exports[`Body has body intent style 1`] = `
|
|
|
27
27
|
<Text
|
|
28
28
|
allowFontScaling={false}
|
|
29
29
|
style={
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
[
|
|
31
|
+
{
|
|
32
32
|
"color": "#001f23",
|
|
33
33
|
"fontFamily": "BeVietnamPro-Regular",
|
|
34
34
|
"fontSize": 16,
|
|
@@ -50,8 +50,8 @@ exports[`Body has danger intent style 1`] = `
|
|
|
50
50
|
<Text
|
|
51
51
|
allowFontScaling={false}
|
|
52
52
|
style={
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
[
|
|
54
|
+
{
|
|
55
55
|
"color": "#f46363",
|
|
56
56
|
"fontFamily": "BeVietnamPro-Regular",
|
|
57
57
|
"fontSize": 16,
|
|
@@ -73,8 +73,8 @@ exports[`Body has disabled intent style 1`] = `
|
|
|
73
73
|
<Text
|
|
74
74
|
allowFontScaling={false}
|
|
75
75
|
style={
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
[
|
|
77
|
+
{
|
|
78
78
|
"color": "#bfc1c5",
|
|
79
79
|
"fontFamily": "BeVietnamPro-Regular",
|
|
80
80
|
"fontSize": 16,
|
|
@@ -96,8 +96,8 @@ exports[`Body has info intent style 1`] = `
|
|
|
96
96
|
<Text
|
|
97
97
|
allowFontScaling={false}
|
|
98
98
|
style={
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
[
|
|
100
|
+
{
|
|
101
101
|
"color": "#355bfb",
|
|
102
102
|
"fontFamily": "BeVietnamPro-Regular",
|
|
103
103
|
"fontSize": 16,
|
|
@@ -119,8 +119,8 @@ exports[`Body has inverted intent style 1`] = `
|
|
|
119
119
|
<Text
|
|
120
120
|
allowFontScaling={false}
|
|
121
121
|
style={
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
[
|
|
123
|
+
{
|
|
124
124
|
"color": "#ffffff",
|
|
125
125
|
"fontFamily": "BeVietnamPro-Regular",
|
|
126
126
|
"fontSize": 16,
|
|
@@ -142,8 +142,8 @@ exports[`Body has primary intent style 1`] = `
|
|
|
142
142
|
<Text
|
|
143
143
|
allowFontScaling={false}
|
|
144
144
|
style={
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
[
|
|
146
|
+
{
|
|
147
147
|
"color": "#401960",
|
|
148
148
|
"fontFamily": "BeVietnamPro-Regular",
|
|
149
149
|
"fontSize": 16,
|
|
@@ -165,8 +165,8 @@ exports[`Body has regular variant and neutral typeface and $fontWeight fontWeigh
|
|
|
165
165
|
<Text
|
|
166
166
|
allowFontScaling={false}
|
|
167
167
|
style={
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
[
|
|
169
|
+
{
|
|
170
170
|
"color": "#001f23",
|
|
171
171
|
"fontFamily": "BeVietnamPro-Regular",
|
|
172
172
|
"fontSize": 16,
|
|
@@ -188,8 +188,8 @@ exports[`Body has regular variant and playful typeface and $fontWeight fontWeigh
|
|
|
188
188
|
<Text
|
|
189
189
|
allowFontScaling={false}
|
|
190
190
|
style={
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
[
|
|
192
|
+
{
|
|
193
193
|
"color": "#001f23",
|
|
194
194
|
"fontFamily": "BeVietnamPro-Regular",
|
|
195
195
|
"fontSize": 18,
|
|
@@ -211,8 +211,8 @@ exports[`Body has regular-bold variant and neutral typeface and $fontWeight font
|
|
|
211
211
|
<Text
|
|
212
212
|
allowFontScaling={false}
|
|
213
213
|
style={
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
[
|
|
215
|
+
{
|
|
216
216
|
"color": "#001f23",
|
|
217
217
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
218
218
|
"fontSize": 16,
|
|
@@ -234,8 +234,8 @@ exports[`Body has regular-bold variant and playful typeface and $fontWeight font
|
|
|
234
234
|
<Text
|
|
235
235
|
allowFontScaling={false}
|
|
236
236
|
style={
|
|
237
|
-
|
|
238
|
-
|
|
237
|
+
[
|
|
238
|
+
{
|
|
239
239
|
"color": "#001f23",
|
|
240
240
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
241
241
|
"fontSize": 18,
|
|
@@ -257,8 +257,8 @@ exports[`Body has secondary intent style 1`] = `
|
|
|
257
257
|
<Text
|
|
258
258
|
allowFontScaling={false}
|
|
259
259
|
style={
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
[
|
|
261
|
+
{
|
|
262
262
|
"color": "#795e90",
|
|
263
263
|
"fontFamily": "BeVietnamPro-Regular",
|
|
264
264
|
"fontSize": 16,
|
|
@@ -280,8 +280,8 @@ exports[`Body has small variant and neutral typeface and $fontWeight fontWeight
|
|
|
280
280
|
<Text
|
|
281
281
|
allowFontScaling={false}
|
|
282
282
|
style={
|
|
283
|
-
|
|
284
|
-
|
|
283
|
+
[
|
|
284
|
+
{
|
|
285
285
|
"color": "#001f23",
|
|
286
286
|
"fontFamily": "BeVietnamPro-Regular",
|
|
287
287
|
"fontSize": 14,
|
|
@@ -303,8 +303,8 @@ exports[`Body has small variant and playful typeface and $fontWeight fontWeight
|
|
|
303
303
|
<Text
|
|
304
304
|
allowFontScaling={false}
|
|
305
305
|
style={
|
|
306
|
-
|
|
307
|
-
|
|
306
|
+
[
|
|
307
|
+
{
|
|
308
308
|
"color": "#001f23",
|
|
309
309
|
"fontFamily": "BeVietnamPro-Regular",
|
|
310
310
|
"fontSize": 16,
|
|
@@ -326,8 +326,8 @@ exports[`Body has small-bold variant and neutral typeface and $fontWeight fontWe
|
|
|
326
326
|
<Text
|
|
327
327
|
allowFontScaling={false}
|
|
328
328
|
style={
|
|
329
|
-
|
|
330
|
-
|
|
329
|
+
[
|
|
330
|
+
{
|
|
331
331
|
"color": "#001f23",
|
|
332
332
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
333
333
|
"fontSize": 14,
|
|
@@ -349,8 +349,8 @@ exports[`Body has small-bold variant and playful typeface and $fontWeight fontWe
|
|
|
349
349
|
<Text
|
|
350
350
|
allowFontScaling={false}
|
|
351
351
|
style={
|
|
352
|
-
|
|
353
|
-
|
|
352
|
+
[
|
|
353
|
+
{
|
|
354
354
|
"color": "#001f23",
|
|
355
355
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
356
356
|
"fontSize": 16,
|
|
@@ -372,8 +372,8 @@ exports[`Body has subdued intent style 1`] = `
|
|
|
372
372
|
<Text
|
|
373
373
|
allowFontScaling={false}
|
|
374
374
|
style={
|
|
375
|
-
|
|
376
|
-
|
|
375
|
+
[
|
|
376
|
+
{
|
|
377
377
|
"color": "#4d6265",
|
|
378
378
|
"fontFamily": "BeVietnamPro-Regular",
|
|
379
379
|
"fontSize": 16,
|
|
@@ -395,8 +395,8 @@ exports[`Body has success intent style 1`] = `
|
|
|
395
395
|
<Text
|
|
396
396
|
allowFontScaling={false}
|
|
397
397
|
style={
|
|
398
|
-
|
|
399
|
-
|
|
398
|
+
[
|
|
399
|
+
{
|
|
400
400
|
"color": "#5ace7d",
|
|
401
401
|
"fontFamily": "BeVietnamPro-Regular",
|
|
402
402
|
"fontSize": 16,
|
|
@@ -418,8 +418,8 @@ exports[`Body has warning intent style 1`] = `
|
|
|
418
418
|
<Text
|
|
419
419
|
allowFontScaling={false}
|
|
420
420
|
style={
|
|
421
|
-
|
|
422
|
-
|
|
421
|
+
[
|
|
422
|
+
{
|
|
423
423
|
"color": "#ffbe71",
|
|
424
424
|
"fontFamily": "BeVietnamPro-Regular",
|
|
425
425
|
"fontSize": 16,
|