@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
|
@@ -6,7 +6,7 @@ exports[`IconButton renders correctly 1`] = `
|
|
|
6
6
|
collapsable={false}
|
|
7
7
|
focusable={true}
|
|
8
8
|
hitSlop={
|
|
9
|
-
|
|
9
|
+
{
|
|
10
10
|
"bottom": 4,
|
|
11
11
|
"left": 6,
|
|
12
12
|
"right": 6,
|
|
@@ -21,7 +21,7 @@ exports[`IconButton renders correctly 1`] = `
|
|
|
21
21
|
onResponderTerminationRequest={[Function]}
|
|
22
22
|
onStartShouldSetResponder={[Function]}
|
|
23
23
|
style={
|
|
24
|
-
|
|
24
|
+
{
|
|
25
25
|
"opacity": 1,
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -30,8 +30,8 @@ exports[`IconButton renders correctly 1`] = `
|
|
|
30
30
|
<HeroIcon
|
|
31
31
|
name="home"
|
|
32
32
|
style={
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
[
|
|
34
|
+
{
|
|
35
35
|
"color": "#001f23",
|
|
36
36
|
"fontSize": 24,
|
|
37
37
|
},
|
|
@@ -12,8 +12,8 @@ exports[`StyledButtonContainer has filled-danger style 1`] = `
|
|
|
12
12
|
onResponderTerminationRequest={[Function]}
|
|
13
13
|
onStartShouldSetResponder={[Function]}
|
|
14
14
|
style={
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
[
|
|
16
|
+
{
|
|
17
17
|
"alignItems": "center",
|
|
18
18
|
"alignSelf": "stretch",
|
|
19
19
|
"backgroundColor": "#cb300a",
|
|
@@ -44,8 +44,8 @@ exports[`StyledButtonContainer has filled-primary style 1`] = `
|
|
|
44
44
|
onResponderTerminationRequest={[Function]}
|
|
45
45
|
onStartShouldSetResponder={[Function]}
|
|
46
46
|
style={
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
[
|
|
48
|
+
{
|
|
49
49
|
"alignItems": "center",
|
|
50
50
|
"alignSelf": "stretch",
|
|
51
51
|
"backgroundColor": "#401960",
|
|
@@ -76,8 +76,8 @@ exports[`StyledButtonContainer has filled-secondary style 1`] = `
|
|
|
76
76
|
onResponderTerminationRequest={[Function]}
|
|
77
77
|
onStartShouldSetResponder={[Function]}
|
|
78
78
|
style={
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
[
|
|
80
|
+
{
|
|
81
81
|
"alignItems": "center",
|
|
82
82
|
"alignSelf": "stretch",
|
|
83
83
|
"backgroundColor": "#795e90",
|
|
@@ -108,8 +108,8 @@ exports[`StyledButtonContainer has outlined-danger style 1`] = `
|
|
|
108
108
|
onResponderTerminationRequest={[Function]}
|
|
109
109
|
onStartShouldSetResponder={[Function]}
|
|
110
110
|
style={
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
[
|
|
112
|
+
{
|
|
113
113
|
"alignItems": "center",
|
|
114
114
|
"alignSelf": "stretch",
|
|
115
115
|
"backgroundColor": "transparent",
|
|
@@ -142,8 +142,8 @@ exports[`StyledButtonContainer has outlined-primary style 1`] = `
|
|
|
142
142
|
onResponderTerminationRequest={[Function]}
|
|
143
143
|
onStartShouldSetResponder={[Function]}
|
|
144
144
|
style={
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
[
|
|
146
|
+
{
|
|
147
147
|
"alignItems": "center",
|
|
148
148
|
"alignSelf": "stretch",
|
|
149
149
|
"backgroundColor": "transparent",
|
|
@@ -176,8 +176,8 @@ exports[`StyledButtonContainer has outlined-secondary style 1`] = `
|
|
|
176
176
|
onResponderTerminationRequest={[Function]}
|
|
177
177
|
onStartShouldSetResponder={[Function]}
|
|
178
178
|
style={
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
[
|
|
180
|
+
{
|
|
181
181
|
"alignItems": "center",
|
|
182
182
|
"alignSelf": "stretch",
|
|
183
183
|
"backgroundColor": "transparent",
|
|
@@ -210,8 +210,8 @@ exports[`StyledButtonContainer has text-danger style 1`] = `
|
|
|
210
210
|
onResponderTerminationRequest={[Function]}
|
|
211
211
|
onStartShouldSetResponder={[Function]}
|
|
212
212
|
style={
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
[
|
|
214
|
+
{
|
|
215
215
|
"alignItems": "center",
|
|
216
216
|
"backgroundColor": "transparent",
|
|
217
217
|
"borderRadius": 4,
|
|
@@ -242,8 +242,8 @@ exports[`StyledButtonContainer has text-primary style 1`] = `
|
|
|
242
242
|
onResponderTerminationRequest={[Function]}
|
|
243
243
|
onStartShouldSetResponder={[Function]}
|
|
244
244
|
style={
|
|
245
|
-
|
|
246
|
-
|
|
245
|
+
[
|
|
246
|
+
{
|
|
247
247
|
"alignItems": "center",
|
|
248
248
|
"backgroundColor": "transparent",
|
|
249
249
|
"borderRadius": 4,
|
|
@@ -274,8 +274,8 @@ exports[`StyledButtonContainer has text-secondary style 1`] = `
|
|
|
274
274
|
onResponderTerminationRequest={[Function]}
|
|
275
275
|
onStartShouldSetResponder={[Function]}
|
|
276
276
|
style={
|
|
277
|
-
|
|
278
|
-
|
|
277
|
+
[
|
|
278
|
+
{
|
|
279
279
|
"alignItems": "center",
|
|
280
280
|
"backgroundColor": "transparent",
|
|
281
281
|
"borderRadius": 4,
|
|
@@ -297,7 +297,7 @@ exports[`StyledButtonContainer has text-secondary style 1`] = `
|
|
|
297
297
|
exports[`StyledButtonContainer renders disabled correctly 1`] = `
|
|
298
298
|
<View
|
|
299
299
|
accessibilityState={
|
|
300
|
-
|
|
300
|
+
{
|
|
301
301
|
"disabled": true,
|
|
302
302
|
}
|
|
303
303
|
}
|
|
@@ -311,8 +311,8 @@ exports[`StyledButtonContainer renders disabled correctly 1`] = `
|
|
|
311
311
|
onResponderTerminationRequest={[Function]}
|
|
312
312
|
onStartShouldSetResponder={[Function]}
|
|
313
313
|
style={
|
|
314
|
-
|
|
315
|
-
|
|
314
|
+
[
|
|
315
|
+
{
|
|
316
316
|
"alignItems": "center",
|
|
317
317
|
"alignSelf": "stretch",
|
|
318
318
|
"backgroundColor": "#bfc1c5",
|
|
@@ -335,13 +335,13 @@ exports[`StyledButtonIcon has filled-danger style 1`] = `
|
|
|
335
335
|
<HeroIcon
|
|
336
336
|
name="bell"
|
|
337
337
|
style={
|
|
338
|
-
|
|
339
|
-
|
|
338
|
+
[
|
|
339
|
+
{
|
|
340
340
|
"color": "#001f23",
|
|
341
341
|
"fontSize": 24,
|
|
342
342
|
},
|
|
343
|
-
|
|
344
|
-
|
|
343
|
+
[
|
|
344
|
+
{
|
|
345
345
|
"color": "#ffffff",
|
|
346
346
|
"fontSize": 20,
|
|
347
347
|
},
|
|
@@ -358,13 +358,13 @@ exports[`StyledButtonIcon has filled-primary style 1`] = `
|
|
|
358
358
|
<HeroIcon
|
|
359
359
|
name="bell"
|
|
360
360
|
style={
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
[
|
|
362
|
+
{
|
|
363
363
|
"color": "#001f23",
|
|
364
364
|
"fontSize": 24,
|
|
365
365
|
},
|
|
366
|
-
|
|
367
|
-
|
|
366
|
+
[
|
|
367
|
+
{
|
|
368
368
|
"color": "#ffffff",
|
|
369
369
|
"fontSize": 20,
|
|
370
370
|
},
|
|
@@ -381,13 +381,13 @@ exports[`StyledButtonIcon has filled-secondary style 1`] = `
|
|
|
381
381
|
<HeroIcon
|
|
382
382
|
name="bell"
|
|
383
383
|
style={
|
|
384
|
-
|
|
385
|
-
|
|
384
|
+
[
|
|
385
|
+
{
|
|
386
386
|
"color": "#001f23",
|
|
387
387
|
"fontSize": 24,
|
|
388
388
|
},
|
|
389
|
-
|
|
390
|
-
|
|
389
|
+
[
|
|
390
|
+
{
|
|
391
391
|
"color": "#ffffff",
|
|
392
392
|
"fontSize": 20,
|
|
393
393
|
},
|
|
@@ -404,13 +404,13 @@ exports[`StyledButtonIcon has outlined-danger style 1`] = `
|
|
|
404
404
|
<HeroIcon
|
|
405
405
|
name="bell"
|
|
406
406
|
style={
|
|
407
|
-
|
|
408
|
-
|
|
407
|
+
[
|
|
408
|
+
{
|
|
409
409
|
"color": "#001f23",
|
|
410
410
|
"fontSize": 24,
|
|
411
411
|
},
|
|
412
|
-
|
|
413
|
-
|
|
412
|
+
[
|
|
413
|
+
{
|
|
414
414
|
"color": "#cb300a",
|
|
415
415
|
"fontSize": 20,
|
|
416
416
|
},
|
|
@@ -427,13 +427,13 @@ exports[`StyledButtonIcon has outlined-primary style 1`] = `
|
|
|
427
427
|
<HeroIcon
|
|
428
428
|
name="bell"
|
|
429
429
|
style={
|
|
430
|
-
|
|
431
|
-
|
|
430
|
+
[
|
|
431
|
+
{
|
|
432
432
|
"color": "#001f23",
|
|
433
433
|
"fontSize": 24,
|
|
434
434
|
},
|
|
435
|
-
|
|
436
|
-
|
|
435
|
+
[
|
|
436
|
+
{
|
|
437
437
|
"color": "#401960",
|
|
438
438
|
"fontSize": 20,
|
|
439
439
|
},
|
|
@@ -450,13 +450,13 @@ exports[`StyledButtonIcon has outlined-secondary style 1`] = `
|
|
|
450
450
|
<HeroIcon
|
|
451
451
|
name="bell"
|
|
452
452
|
style={
|
|
453
|
-
|
|
454
|
-
|
|
453
|
+
[
|
|
454
|
+
{
|
|
455
455
|
"color": "#001f23",
|
|
456
456
|
"fontSize": 24,
|
|
457
457
|
},
|
|
458
|
-
|
|
459
|
-
|
|
458
|
+
[
|
|
459
|
+
{
|
|
460
460
|
"color": "#795e90",
|
|
461
461
|
"fontSize": 20,
|
|
462
462
|
},
|
|
@@ -473,13 +473,13 @@ exports[`StyledButtonIcon has text-danger style 1`] = `
|
|
|
473
473
|
<HeroIcon
|
|
474
474
|
name="bell"
|
|
475
475
|
style={
|
|
476
|
-
|
|
477
|
-
|
|
476
|
+
[
|
|
477
|
+
{
|
|
478
478
|
"color": "#001f23",
|
|
479
479
|
"fontSize": 24,
|
|
480
480
|
},
|
|
481
|
-
|
|
482
|
-
|
|
481
|
+
[
|
|
482
|
+
{
|
|
483
483
|
"color": "#cb300a",
|
|
484
484
|
"fontSize": 20,
|
|
485
485
|
},
|
|
@@ -496,13 +496,13 @@ exports[`StyledButtonIcon has text-primary style 1`] = `
|
|
|
496
496
|
<HeroIcon
|
|
497
497
|
name="bell"
|
|
498
498
|
style={
|
|
499
|
-
|
|
500
|
-
|
|
499
|
+
[
|
|
500
|
+
{
|
|
501
501
|
"color": "#001f23",
|
|
502
502
|
"fontSize": 24,
|
|
503
503
|
},
|
|
504
|
-
|
|
505
|
-
|
|
504
|
+
[
|
|
505
|
+
{
|
|
506
506
|
"color": "#401960",
|
|
507
507
|
"fontSize": 20,
|
|
508
508
|
},
|
|
@@ -519,13 +519,13 @@ exports[`StyledButtonIcon has text-secondary style 1`] = `
|
|
|
519
519
|
<HeroIcon
|
|
520
520
|
name="bell"
|
|
521
521
|
style={
|
|
522
|
-
|
|
523
|
-
|
|
522
|
+
[
|
|
523
|
+
{
|
|
524
524
|
"color": "#001f23",
|
|
525
525
|
"fontSize": 24,
|
|
526
526
|
},
|
|
527
|
-
|
|
528
|
-
|
|
527
|
+
[
|
|
528
|
+
{
|
|
529
529
|
"color": "#795e90",
|
|
530
530
|
"fontSize": 20,
|
|
531
531
|
},
|
|
@@ -542,13 +542,13 @@ exports[`StyledButtonIcon renders disabled correctly 1`] = `
|
|
|
542
542
|
<HeroIcon
|
|
543
543
|
name="bell"
|
|
544
544
|
style={
|
|
545
|
-
|
|
546
|
-
|
|
545
|
+
[
|
|
546
|
+
{
|
|
547
547
|
"color": "#001f23",
|
|
548
548
|
"fontSize": 24,
|
|
549
549
|
},
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
[
|
|
551
|
+
{
|
|
552
552
|
"color": "#ffffff",
|
|
553
553
|
"fontSize": 20,
|
|
554
554
|
},
|
|
@@ -564,8 +564,8 @@ exports[`StyledButtonIcon renders disabled correctly 1`] = `
|
|
|
564
564
|
exports[`StyledButtonIconWrapper has left style 1`] = `
|
|
565
565
|
<View
|
|
566
566
|
style={
|
|
567
|
-
|
|
568
|
-
|
|
567
|
+
[
|
|
568
|
+
{
|
|
569
569
|
"paddingRight": 12,
|
|
570
570
|
},
|
|
571
571
|
undefined,
|
|
@@ -578,8 +578,8 @@ exports[`StyledButtonIconWrapper has left style 1`] = `
|
|
|
578
578
|
exports[`StyledButtonIconWrapper has right style 1`] = `
|
|
579
579
|
<View
|
|
580
580
|
style={
|
|
581
|
-
|
|
582
|
-
|
|
581
|
+
[
|
|
582
|
+
{
|
|
583
583
|
"paddingLeft": 12,
|
|
584
584
|
},
|
|
585
585
|
undefined,
|
|
@@ -593,16 +593,16 @@ exports[`StyledButtonText has filled-danger style 1`] = `
|
|
|
593
593
|
<Text
|
|
594
594
|
allowFontScaling={false}
|
|
595
595
|
style={
|
|
596
|
-
|
|
597
|
-
|
|
596
|
+
[
|
|
597
|
+
{
|
|
598
598
|
"color": "#001f23",
|
|
599
599
|
"fontFamily": "BeVietnamPro-Regular",
|
|
600
600
|
"fontSize": 42,
|
|
601
601
|
"letterSpacing": 0,
|
|
602
602
|
"lineHeight": 50,
|
|
603
603
|
},
|
|
604
|
-
|
|
605
|
-
|
|
604
|
+
[
|
|
605
|
+
{
|
|
606
606
|
"color": "#ffffff",
|
|
607
607
|
"flexShrink": 1,
|
|
608
608
|
"textAlign": "center",
|
|
@@ -624,16 +624,16 @@ exports[`StyledButtonText has filled-primary style 1`] = `
|
|
|
624
624
|
<Text
|
|
625
625
|
allowFontScaling={false}
|
|
626
626
|
style={
|
|
627
|
-
|
|
628
|
-
|
|
627
|
+
[
|
|
628
|
+
{
|
|
629
629
|
"color": "#001f23",
|
|
630
630
|
"fontFamily": "BeVietnamPro-Regular",
|
|
631
631
|
"fontSize": 42,
|
|
632
632
|
"letterSpacing": 0,
|
|
633
633
|
"lineHeight": 50,
|
|
634
634
|
},
|
|
635
|
-
|
|
636
|
-
|
|
635
|
+
[
|
|
636
|
+
{
|
|
637
637
|
"color": "#ffffff",
|
|
638
638
|
"flexShrink": 1,
|
|
639
639
|
"textAlign": "center",
|
|
@@ -655,16 +655,16 @@ exports[`StyledButtonText has filled-secondary style 1`] = `
|
|
|
655
655
|
<Text
|
|
656
656
|
allowFontScaling={false}
|
|
657
657
|
style={
|
|
658
|
-
|
|
659
|
-
|
|
658
|
+
[
|
|
659
|
+
{
|
|
660
660
|
"color": "#001f23",
|
|
661
661
|
"fontFamily": "BeVietnamPro-Regular",
|
|
662
662
|
"fontSize": 42,
|
|
663
663
|
"letterSpacing": 0,
|
|
664
664
|
"lineHeight": 50,
|
|
665
665
|
},
|
|
666
|
-
|
|
667
|
-
|
|
666
|
+
[
|
|
667
|
+
{
|
|
668
668
|
"color": "#ffffff",
|
|
669
669
|
"flexShrink": 1,
|
|
670
670
|
"textAlign": "center",
|
|
@@ -686,16 +686,16 @@ exports[`StyledButtonText has outlined-danger style 1`] = `
|
|
|
686
686
|
<Text
|
|
687
687
|
allowFontScaling={false}
|
|
688
688
|
style={
|
|
689
|
-
|
|
690
|
-
|
|
689
|
+
[
|
|
690
|
+
{
|
|
691
691
|
"color": "#001f23",
|
|
692
692
|
"fontFamily": "BeVietnamPro-Regular",
|
|
693
693
|
"fontSize": 42,
|
|
694
694
|
"letterSpacing": 0,
|
|
695
695
|
"lineHeight": 50,
|
|
696
696
|
},
|
|
697
|
-
|
|
698
|
-
|
|
697
|
+
[
|
|
698
|
+
{
|
|
699
699
|
"color": "#cb300a",
|
|
700
700
|
"flexShrink": 1,
|
|
701
701
|
"textAlign": "center",
|
|
@@ -717,16 +717,16 @@ exports[`StyledButtonText has outlined-primary style 1`] = `
|
|
|
717
717
|
<Text
|
|
718
718
|
allowFontScaling={false}
|
|
719
719
|
style={
|
|
720
|
-
|
|
721
|
-
|
|
720
|
+
[
|
|
721
|
+
{
|
|
722
722
|
"color": "#001f23",
|
|
723
723
|
"fontFamily": "BeVietnamPro-Regular",
|
|
724
724
|
"fontSize": 42,
|
|
725
725
|
"letterSpacing": 0,
|
|
726
726
|
"lineHeight": 50,
|
|
727
727
|
},
|
|
728
|
-
|
|
729
|
-
|
|
728
|
+
[
|
|
729
|
+
{
|
|
730
730
|
"color": "#401960",
|
|
731
731
|
"flexShrink": 1,
|
|
732
732
|
"textAlign": "center",
|
|
@@ -748,16 +748,16 @@ exports[`StyledButtonText has outlined-secondary style 1`] = `
|
|
|
748
748
|
<Text
|
|
749
749
|
allowFontScaling={false}
|
|
750
750
|
style={
|
|
751
|
-
|
|
752
|
-
|
|
751
|
+
[
|
|
752
|
+
{
|
|
753
753
|
"color": "#001f23",
|
|
754
754
|
"fontFamily": "BeVietnamPro-Regular",
|
|
755
755
|
"fontSize": 42,
|
|
756
756
|
"letterSpacing": 0,
|
|
757
757
|
"lineHeight": 50,
|
|
758
758
|
},
|
|
759
|
-
|
|
760
|
-
|
|
759
|
+
[
|
|
760
|
+
{
|
|
761
761
|
"color": "#795e90",
|
|
762
762
|
"flexShrink": 1,
|
|
763
763
|
"textAlign": "center",
|
|
@@ -779,16 +779,16 @@ exports[`StyledButtonText has text-danger style 1`] = `
|
|
|
779
779
|
<Text
|
|
780
780
|
allowFontScaling={false}
|
|
781
781
|
style={
|
|
782
|
-
|
|
783
|
-
|
|
782
|
+
[
|
|
783
|
+
{
|
|
784
784
|
"color": "#001f23",
|
|
785
785
|
"fontFamily": "BeVietnamPro-Regular",
|
|
786
786
|
"fontSize": 42,
|
|
787
787
|
"letterSpacing": 0,
|
|
788
788
|
"lineHeight": 50,
|
|
789
789
|
},
|
|
790
|
-
|
|
791
|
-
|
|
790
|
+
[
|
|
791
|
+
{
|
|
792
792
|
"color": "#cb300a",
|
|
793
793
|
"flexShrink": 1,
|
|
794
794
|
"textAlign": "center",
|
|
@@ -810,16 +810,16 @@ exports[`StyledButtonText has text-primary style 1`] = `
|
|
|
810
810
|
<Text
|
|
811
811
|
allowFontScaling={false}
|
|
812
812
|
style={
|
|
813
|
-
|
|
814
|
-
|
|
813
|
+
[
|
|
814
|
+
{
|
|
815
815
|
"color": "#001f23",
|
|
816
816
|
"fontFamily": "BeVietnamPro-Regular",
|
|
817
817
|
"fontSize": 42,
|
|
818
818
|
"letterSpacing": 0,
|
|
819
819
|
"lineHeight": 50,
|
|
820
820
|
},
|
|
821
|
-
|
|
822
|
-
|
|
821
|
+
[
|
|
822
|
+
{
|
|
823
823
|
"color": "#401960",
|
|
824
824
|
"flexShrink": 1,
|
|
825
825
|
"textAlign": "center",
|
|
@@ -841,16 +841,16 @@ exports[`StyledButtonText has text-secondary style 1`] = `
|
|
|
841
841
|
<Text
|
|
842
842
|
allowFontScaling={false}
|
|
843
843
|
style={
|
|
844
|
-
|
|
845
|
-
|
|
844
|
+
[
|
|
845
|
+
{
|
|
846
846
|
"color": "#001f23",
|
|
847
847
|
"fontFamily": "BeVietnamPro-Regular",
|
|
848
848
|
"fontSize": 42,
|
|
849
849
|
"letterSpacing": 0,
|
|
850
850
|
"lineHeight": 50,
|
|
851
851
|
},
|
|
852
|
-
|
|
853
|
-
|
|
852
|
+
[
|
|
853
|
+
{
|
|
854
854
|
"color": "#795e90",
|
|
855
855
|
"flexShrink": 1,
|
|
856
856
|
"textAlign": "center",
|
|
@@ -873,16 +873,16 @@ exports[`StyledButtonText renders disabled correctly 1`] = `
|
|
|
873
873
|
allowFontScaling={false}
|
|
874
874
|
disabled={true}
|
|
875
875
|
style={
|
|
876
|
-
|
|
877
|
-
|
|
876
|
+
[
|
|
877
|
+
{
|
|
878
878
|
"color": "#001f23",
|
|
879
879
|
"fontFamily": "BeVietnamPro-Regular",
|
|
880
880
|
"fontSize": 42,
|
|
881
881
|
"letterSpacing": 0,
|
|
882
882
|
"lineHeight": 50,
|
|
883
883
|
},
|
|
884
|
-
|
|
885
|
-
|
|
884
|
+
[
|
|
885
|
+
{
|
|
886
886
|
"color": "#ffffff",
|
|
887
887
|
"flexShrink": 1,
|
|
888
888
|
"textAlign": "center",
|