@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
|
@@ -4,9 +4,9 @@ exports[`AnimatedFABIcon renders correctly when isActive is false 1`] = `
|
|
|
4
4
|
<View
|
|
5
5
|
collapsable={false}
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
"transform":
|
|
9
|
-
|
|
7
|
+
{
|
|
8
|
+
"transform": [
|
|
9
|
+
{
|
|
10
10
|
"rotate": "0deg",
|
|
11
11
|
},
|
|
12
12
|
],
|
|
@@ -16,19 +16,19 @@ exports[`AnimatedFABIcon renders correctly when isActive is false 1`] = `
|
|
|
16
16
|
<HeroIcon
|
|
17
17
|
name="add"
|
|
18
18
|
style={
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
[
|
|
20
|
+
{
|
|
21
21
|
"color": "#001f23",
|
|
22
22
|
"fontSize": 16,
|
|
23
23
|
},
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
[
|
|
25
|
+
{
|
|
26
26
|
"color": "#ffffff",
|
|
27
27
|
"lineHeight": 24,
|
|
28
28
|
"textAlign": "center",
|
|
29
29
|
"textAlignVertical": "center",
|
|
30
30
|
},
|
|
31
|
-
|
|
31
|
+
{},
|
|
32
32
|
],
|
|
33
33
|
]
|
|
34
34
|
}
|
|
@@ -42,9 +42,9 @@ exports[`AnimatedFABIcon renders correctly when isActive is true 1`] = `
|
|
|
42
42
|
<View
|
|
43
43
|
collapsable={false}
|
|
44
44
|
style={
|
|
45
|
-
|
|
46
|
-
"transform":
|
|
47
|
-
|
|
45
|
+
{
|
|
46
|
+
"transform": [
|
|
47
|
+
{
|
|
48
48
|
"rotate": "-45deg",
|
|
49
49
|
},
|
|
50
50
|
],
|
|
@@ -54,19 +54,19 @@ exports[`AnimatedFABIcon renders correctly when isActive is true 1`] = `
|
|
|
54
54
|
<HeroIcon
|
|
55
55
|
name="add"
|
|
56
56
|
style={
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
[
|
|
58
|
+
{
|
|
59
59
|
"color": "#001f23",
|
|
60
60
|
"fontSize": 16,
|
|
61
61
|
},
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
[
|
|
63
|
+
{
|
|
64
64
|
"color": "#ffffff",
|
|
65
65
|
"lineHeight": 24,
|
|
66
66
|
"textAlign": "center",
|
|
67
67
|
"textAlignVertical": "center",
|
|
68
68
|
},
|
|
69
|
-
|
|
69
|
+
{},
|
|
70
70
|
],
|
|
71
71
|
]
|
|
72
72
|
}
|
|
@@ -12,8 +12,8 @@ exports[`StyledFAB renders correctly 1`] = `
|
|
|
12
12
|
onResponderTerminationRequest={[Function]}
|
|
13
13
|
onStartShouldSetResponder={[Function]}
|
|
14
14
|
style={
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
[
|
|
16
|
+
{
|
|
17
17
|
"alignItems": "center",
|
|
18
18
|
"alignSelf": "flex-start",
|
|
19
19
|
"backgroundColor": "#401960",
|
|
@@ -23,7 +23,7 @@ exports[`StyledFAB renders correctly 1`] = `
|
|
|
23
23
|
"justifyContent": "center",
|
|
24
24
|
"padding": 20,
|
|
25
25
|
"shadowColor": "#001f23",
|
|
26
|
-
"shadowOffset":
|
|
26
|
+
"shadowOffset": {
|
|
27
27
|
"height": 2,
|
|
28
28
|
"width": 0,
|
|
29
29
|
},
|
|
@@ -37,8 +37,8 @@ exports[`StyledFAB renders correctly 1`] = `
|
|
|
37
37
|
<Text
|
|
38
38
|
allowFontScaling={false}
|
|
39
39
|
style={
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
[
|
|
41
|
+
{
|
|
42
42
|
"color": "#001f23",
|
|
43
43
|
"fontFamily": "BeVietnamPro-Regular",
|
|
44
44
|
"fontSize": 14,
|
|
@@ -69,8 +69,8 @@ exports[`StyledFAB renders correctly 2`] = `
|
|
|
69
69
|
onResponderTerminationRequest={[Function]}
|
|
70
70
|
onStartShouldSetResponder={[Function]}
|
|
71
71
|
style={
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
[
|
|
73
|
+
{
|
|
74
74
|
"alignItems": "center",
|
|
75
75
|
"alignSelf": "flex-start",
|
|
76
76
|
"backgroundColor": "#33144d",
|
|
@@ -80,7 +80,7 @@ exports[`StyledFAB renders correctly 2`] = `
|
|
|
80
80
|
"justifyContent": "center",
|
|
81
81
|
"padding": 20,
|
|
82
82
|
"shadowColor": "#001f23",
|
|
83
|
-
"shadowOffset":
|
|
83
|
+
"shadowOffset": {
|
|
84
84
|
"height": 2,
|
|
85
85
|
"width": 0,
|
|
86
86
|
},
|
|
@@ -94,8 +94,8 @@ exports[`StyledFAB renders correctly 2`] = `
|
|
|
94
94
|
<Text
|
|
95
95
|
allowFontScaling={false}
|
|
96
96
|
style={
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
[
|
|
98
|
+
{
|
|
99
99
|
"color": "#001f23",
|
|
100
100
|
"fontFamily": "BeVietnamPro-Regular",
|
|
101
101
|
"fontSize": 14,
|
|
@@ -118,13 +118,13 @@ exports[`StyledFABIcon renders correctly 1`] = `
|
|
|
118
118
|
<HeroIcon
|
|
119
119
|
name="add"
|
|
120
120
|
style={
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
[
|
|
122
|
+
{
|
|
123
123
|
"color": "#001f23",
|
|
124
124
|
"fontSize": 24,
|
|
125
125
|
},
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
[
|
|
127
|
+
{
|
|
128
128
|
"color": "#ffffff",
|
|
129
129
|
"lineHeight": 24,
|
|
130
130
|
"textAlign": "center",
|
|
@@ -13,8 +13,8 @@ exports[`FAB when animated is false renders StyledFABIcon 1`] = `
|
|
|
13
13
|
onResponderTerminationRequest={[Function]}
|
|
14
14
|
onStartShouldSetResponder={[Function]}
|
|
15
15
|
style={
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
[
|
|
17
|
+
{
|
|
18
18
|
"alignItems": "center",
|
|
19
19
|
"alignSelf": "flex-start",
|
|
20
20
|
"backgroundColor": "#401960",
|
|
@@ -24,18 +24,18 @@ exports[`FAB when animated is false renders StyledFABIcon 1`] = `
|
|
|
24
24
|
"justifyContent": "center",
|
|
25
25
|
"padding": 20,
|
|
26
26
|
"shadowColor": "#001f23",
|
|
27
|
-
"shadowOffset":
|
|
27
|
+
"shadowOffset": {
|
|
28
28
|
"height": 2,
|
|
29
29
|
"width": 0,
|
|
30
30
|
},
|
|
31
31
|
"shadowOpacity": 0.12,
|
|
32
32
|
"shadowRadius": 4,
|
|
33
33
|
},
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
[
|
|
35
|
+
{
|
|
36
36
|
"backgroundColor": "#001f23",
|
|
37
37
|
},
|
|
38
|
-
|
|
38
|
+
{
|
|
39
39
|
"bottom": undefined,
|
|
40
40
|
},
|
|
41
41
|
],
|
|
@@ -45,13 +45,13 @@ exports[`FAB when animated is false renders StyledFABIcon 1`] = `
|
|
|
45
45
|
<HeroIcon
|
|
46
46
|
name="add"
|
|
47
47
|
style={
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
[
|
|
49
|
+
{
|
|
50
50
|
"color": "#001f23",
|
|
51
51
|
"fontSize": 24,
|
|
52
52
|
},
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
[
|
|
54
|
+
{
|
|
55
55
|
"color": "#ffffff",
|
|
56
56
|
"lineHeight": 24,
|
|
57
57
|
"textAlign": "center",
|
|
@@ -81,8 +81,8 @@ exports[`FAB when animated is true renders animatedFABIcon 1`] = `
|
|
|
81
81
|
onResponderTerminationRequest={[Function]}
|
|
82
82
|
onStartShouldSetResponder={[Function]}
|
|
83
83
|
style={
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
[
|
|
85
|
+
{
|
|
86
86
|
"alignItems": "center",
|
|
87
87
|
"alignSelf": "flex-start",
|
|
88
88
|
"backgroundColor": "#401960",
|
|
@@ -92,18 +92,18 @@ exports[`FAB when animated is true renders animatedFABIcon 1`] = `
|
|
|
92
92
|
"justifyContent": "center",
|
|
93
93
|
"padding": 20,
|
|
94
94
|
"shadowColor": "#001f23",
|
|
95
|
-
"shadowOffset":
|
|
95
|
+
"shadowOffset": {
|
|
96
96
|
"height": 2,
|
|
97
97
|
"width": 0,
|
|
98
98
|
},
|
|
99
99
|
"shadowOpacity": 0.12,
|
|
100
100
|
"shadowRadius": 4,
|
|
101
101
|
},
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
[
|
|
103
|
+
{
|
|
104
104
|
"backgroundColor": "#001f23",
|
|
105
105
|
},
|
|
106
|
-
|
|
106
|
+
{
|
|
107
107
|
"bottom": undefined,
|
|
108
108
|
},
|
|
109
109
|
],
|
|
@@ -112,10 +112,10 @@ exports[`FAB when animated is true renders animatedFABIcon 1`] = `
|
|
|
112
112
|
>
|
|
113
113
|
<View
|
|
114
114
|
style={
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
[
|
|
116
|
+
{},
|
|
117
|
+
[
|
|
118
|
+
{
|
|
119
119
|
"alignItems": "center",
|
|
120
120
|
"height": 24,
|
|
121
121
|
"justifyContent": "center",
|
|
@@ -129,9 +129,9 @@ exports[`FAB when animated is true renders animatedFABIcon 1`] = `
|
|
|
129
129
|
<View
|
|
130
130
|
collapsable={false}
|
|
131
131
|
style={
|
|
132
|
-
|
|
133
|
-
"transform":
|
|
134
|
-
|
|
132
|
+
{
|
|
133
|
+
"transform": [
|
|
134
|
+
{
|
|
135
135
|
"rotate": "0deg",
|
|
136
136
|
},
|
|
137
137
|
],
|
|
@@ -141,19 +141,19 @@ exports[`FAB when animated is true renders animatedFABIcon 1`] = `
|
|
|
141
141
|
<HeroIcon
|
|
142
142
|
name="add"
|
|
143
143
|
style={
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
[
|
|
145
|
+
{
|
|
146
146
|
"color": "#001f23",
|
|
147
147
|
"fontSize": 16,
|
|
148
148
|
},
|
|
149
|
-
|
|
150
|
-
|
|
149
|
+
[
|
|
150
|
+
{
|
|
151
151
|
"color": "#ffffff",
|
|
152
152
|
"lineHeight": 24,
|
|
153
153
|
"textAlign": "center",
|
|
154
154
|
"textAlignVertical": "center",
|
|
155
155
|
},
|
|
156
|
-
|
|
156
|
+
{},
|
|
157
157
|
],
|
|
158
158
|
]
|
|
159
159
|
}
|
|
@@ -179,8 +179,8 @@ exports[`FAB when title has value renders correctly 1`] = `
|
|
|
179
179
|
onResponderTerminationRequest={[Function]}
|
|
180
180
|
onStartShouldSetResponder={[Function]}
|
|
181
181
|
style={
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
[
|
|
183
|
+
{
|
|
184
184
|
"alignItems": "center",
|
|
185
185
|
"alignSelf": "flex-start",
|
|
186
186
|
"backgroundColor": "#401960",
|
|
@@ -190,18 +190,18 @@ exports[`FAB when title has value renders correctly 1`] = `
|
|
|
190
190
|
"justifyContent": "center",
|
|
191
191
|
"padding": 20,
|
|
192
192
|
"shadowColor": "#001f23",
|
|
193
|
-
"shadowOffset":
|
|
193
|
+
"shadowOffset": {
|
|
194
194
|
"height": 2,
|
|
195
195
|
"width": 0,
|
|
196
196
|
},
|
|
197
197
|
"shadowOpacity": 0.12,
|
|
198
198
|
"shadowRadius": 4,
|
|
199
199
|
},
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
[
|
|
201
|
+
{
|
|
202
202
|
"backgroundColor": "#001f23",
|
|
203
203
|
},
|
|
204
|
-
|
|
204
|
+
{
|
|
205
205
|
"bottom": undefined,
|
|
206
206
|
},
|
|
207
207
|
],
|
|
@@ -210,10 +210,10 @@ exports[`FAB when title has value renders correctly 1`] = `
|
|
|
210
210
|
>
|
|
211
211
|
<View
|
|
212
212
|
style={
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
213
|
+
[
|
|
214
|
+
{},
|
|
215
|
+
[
|
|
216
|
+
{
|
|
217
217
|
"alignItems": "center",
|
|
218
218
|
"height": 24,
|
|
219
219
|
"justifyContent": "center",
|
|
@@ -227,13 +227,13 @@ exports[`FAB when title has value renders correctly 1`] = `
|
|
|
227
227
|
<HeroIcon
|
|
228
228
|
name="pencil"
|
|
229
229
|
style={
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
[
|
|
231
|
+
{
|
|
232
232
|
"color": "#001f23",
|
|
233
233
|
"fontSize": 16,
|
|
234
234
|
},
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
[
|
|
236
|
+
{
|
|
237
237
|
"color": "#ffffff",
|
|
238
238
|
"lineHeight": 24,
|
|
239
239
|
"textAlign": "center",
|
|
@@ -251,16 +251,16 @@ exports[`FAB when title has value renders correctly 1`] = `
|
|
|
251
251
|
<Text
|
|
252
252
|
allowFontScaling={false}
|
|
253
253
|
style={
|
|
254
|
-
|
|
255
|
-
|
|
254
|
+
[
|
|
255
|
+
{
|
|
256
256
|
"color": "#001f23",
|
|
257
257
|
"fontFamily": "BeVietnamPro-Regular",
|
|
258
258
|
"fontSize": 16,
|
|
259
259
|
"letterSpacing": 0.48,
|
|
260
260
|
"lineHeight": 24,
|
|
261
261
|
},
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
[
|
|
263
|
+
{
|
|
264
264
|
"color": "#ffffff",
|
|
265
265
|
"marginHorizontal": 8,
|
|
266
266
|
"textAlign": "center",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`HeroDesignProvider renders children correctly 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"flex": 1,
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -11,8 +11,8 @@ exports[`HeroDesignProvider renders children correctly 1`] = `
|
|
|
11
11
|
<Text
|
|
12
12
|
allowFontScaling={false}
|
|
13
13
|
style={
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
[
|
|
15
|
+
{
|
|
16
16
|
"color": "#401960",
|
|
17
17
|
"fontFamily": "BeVietnamPro-Regular",
|
|
18
18
|
"fontSize": 42,
|
|
@@ -32,8 +32,8 @@ exports[`HeroDesignProvider renders children correctly 1`] = `
|
|
|
32
32
|
pointerEvents="box-none"
|
|
33
33
|
position="bottom"
|
|
34
34
|
style={
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
[
|
|
36
|
+
{
|
|
37
37
|
"bottom": 0,
|
|
38
38
|
"elevation": 9999,
|
|
39
39
|
"flexDirection": "column-reverse",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark":59013,"box-check":59014,"box":59015,"bpay":59016,"buildings":59017,"cake":59018,"calendar-clock":59019,"calendar":59020,"candy-box-menu":59021,"caret-down-small":59022,"caret-down":59023,"caret-left-small":59024,"caret-left":59025,"caret-right-small":59026,"caret-right":59027,"caret-up-small":59028,"caret-up":59029,"check-radio":59030,"circle-add":59031,"circle-cancel":59032,"circle-check":59033,"circle-down":59034,"circle-info":59035,"circle-left":59036,"circle-ok":59037,"circle-pencil":59038,"circle-question":59039,"circle-remove":59040,"circle-right":59041,"circle-up":59042,"circle-warning":59043,"clock-3":59044,"clock":59045,"cloud-download":59046,"cloud-upload":59047,"cog":59048,"coin":59049,"contacts":59050,"credit-card":59051,"diamond":59052,"direction-arrows":59053,"directory":59054,"document":59055,"dollar-coin-shine":59056,"double-buildings":59057,"edit-template":59058,"envelope":59059,"exclude":59060,"expense":59061,"eye-circle":59062,"eye-invisible":59063,"eye":59064,"face-meh":59065,"face-sad":59066,"face-smiley":59067,"feed":59068,"feedbacks":59069,"file-certified":59070,"file-clone":59071,"file-copy":59072,"file-csv":59073,"file-dispose":59074,"file-doc":59075,"file-excel":59076,"file-export":59077,"file-lock":59078,"file-pdf":59079,"file-powerpoint":59080,"file-search":59081,"file-secured":59082,"file-sheets":59083,"file-slide":59084,"file-verified":59085,"file-word":59086,"file":59087,"filter":59088,"folder-user":59089,"folder":59090,"format-bold":59091,"format-heading1":59092,"format-heading2":59093,"format-italic":59094,"format-list-bulleted":59095,"format-list-numbered":59096,"format-underlined":59097,"funnel-filter":59098,"global-dollar":59099,"globe":59100,"graduation-cap":59101,"graph":59102,"happy-sun":59103,"health-bag":59104,"heart":59105,"home":59106,"image":59107,"import":59108,"incident-siren":59109,"instapay":59110,"list":59111,"loading-2":59112,"loading":59113,"location":59114,"lock":59115,"looks-one":59116,"looks-two":59117,"media-content":59118,"menu":59119,"money-notes":59120,"moneybag":59121,"moon":59122,"multiple-stars":59123,"multiple-users":59124,"node":59125,"open-folder":59126,"paperclip":59127,"payment-summary":59128,"pencil":59129,"phone":59130,"piggy-bank":59131,"plane-up":59132,"plane":59133,"play-circle":59134,"print":59135,"raising-hands":59136,"reply-arrow":59137,"reply":59138,"reschedule":59139,"rostering":59140,"save":59141,"schedule-send":59142,"schedule":59143,"search-person":59144,"send":59145,"speaker-active":59146,"speaker":59147,"star-award":59148,"star-badge":59149,"star-circle":59150,"star-medal":59151,"star":59152,"steps-circle":59153,"stopwatch":59154,"suitcase":59155,"surfing":59156,"survey":59157,"swag-pillar-benefit":59158,"swag-pillar-career":59159,"swag-pillar-money":59160,"swag-pillar-work":59161,"swag":59162,"switch":59163,"tag":59164,"target":59165,"teams":59166,"timesheet":59167,"touch-id":59168,"trash-bin":59169,"unlock":59170,"user":59171,"video-1":59172,"video-2":59173,"wallet":59174,"warning":59175,"activate-outlined":59176,"add-credit-card-outlined":59177,"add-person-outlined":59178,"add-section-outlined":59179,"add-time-outlined":59180,"add":59181,"adjustment-outlined":59182,"ai-outlined":59183,"alignment-2-outlined":59184,"alignment-outlined":59185,"all-caps":59186,"arrow-down":59187,"arrow-downwards":59188,"arrow-left":59189,"arrow-leftwards":59190,"arrow-right":59191,"arrow-rightwards":59192,"arrow-up":59193,"arrow-upwards":59194,"article-outlined":59195,"at-sign":59196,"auto-graph-outlined":59197,"beer-outlined":59198,"bell-active-outlined":59199,"bell-outlined":59200,"bell-slash-outlined":59201,"billing-outlined":59202,"body-outlined":59203,"bold":59204,"
|
|
1
|
+
{"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark":59013,"box-check":59014,"box":59015,"bpay":59016,"buildings":59017,"cake":59018,"calendar-clock":59019,"calendar":59020,"candy-box-menu":59021,"caret-down-small":59022,"caret-down":59023,"caret-left-small":59024,"caret-left":59025,"caret-right-small":59026,"caret-right":59027,"caret-up-small":59028,"caret-up":59029,"check-radio":59030,"circle-add":59031,"circle-cancel":59032,"circle-check":59033,"circle-down":59034,"circle-info":59035,"circle-left":59036,"circle-ok":59037,"circle-pencil":59038,"circle-question":59039,"circle-remove":59040,"circle-right":59041,"circle-up":59042,"circle-warning":59043,"clock-3":59044,"clock":59045,"cloud-download":59046,"cloud-upload":59047,"cog":59048,"coin":59049,"contacts":59050,"credit-card":59051,"diamond":59052,"direction-arrows":59053,"directory":59054,"document":59055,"dollar-coin-shine":59056,"double-buildings":59057,"edit-template":59058,"envelope":59059,"exclude":59060,"expense":59061,"eye-circle":59062,"eye-invisible":59063,"eye":59064,"face-meh":59065,"face-sad":59066,"face-smiley":59067,"feed":59068,"feedbacks":59069,"file-certified":59070,"file-clone":59071,"file-copy":59072,"file-csv":59073,"file-dispose":59074,"file-doc":59075,"file-excel":59076,"file-export":59077,"file-lock":59078,"file-pdf":59079,"file-powerpoint":59080,"file-search":59081,"file-secured":59082,"file-sheets":59083,"file-slide":59084,"file-verified":59085,"file-word":59086,"file":59087,"filter":59088,"folder-user":59089,"folder":59090,"format-bold":59091,"format-heading1":59092,"format-heading2":59093,"format-italic":59094,"format-list-bulleted":59095,"format-list-numbered":59096,"format-underlined":59097,"funnel-filter":59098,"global-dollar":59099,"globe":59100,"graduation-cap":59101,"graph":59102,"happy-sun":59103,"health-bag":59104,"heart":59105,"home":59106,"image":59107,"import":59108,"incident-siren":59109,"instapay":59110,"list":59111,"loading-2":59112,"loading":59113,"location":59114,"lock":59115,"looks-one":59116,"looks-two":59117,"media-content":59118,"menu":59119,"money-notes":59120,"moneybag":59121,"moon":59122,"multiple-stars":59123,"multiple-users":59124,"node":59125,"open-folder":59126,"paperclip":59127,"payment-summary":59128,"pencil":59129,"phone":59130,"piggy-bank":59131,"plane-up":59132,"plane":59133,"play-circle":59134,"print":59135,"raising-hands":59136,"reply-arrow":59137,"reply":59138,"reschedule":59139,"rostering":59140,"save":59141,"schedule-send":59142,"schedule":59143,"search-person":59144,"send":59145,"speaker-active":59146,"speaker":59147,"star-award":59148,"star-badge":59149,"star-circle":59150,"star-medal":59151,"star":59152,"steps-circle":59153,"stopwatch":59154,"suitcase":59155,"surfing":59156,"survey":59157,"swag-pillar-benefit":59158,"swag-pillar-career":59159,"swag-pillar-money":59160,"swag-pillar-work":59161,"swag":59162,"switch":59163,"tag":59164,"target":59165,"teams":59166,"timesheet":59167,"touch-id":59168,"trash-bin":59169,"unlock":59170,"user":59171,"video-1":59172,"video-2":59173,"wallet":59174,"warning":59175,"activate-outlined":59176,"add-credit-card-outlined":59177,"add-person-outlined":59178,"add-section-outlined":59179,"add-time-outlined":59180,"add":59181,"adjustment-outlined":59182,"ai-outlined":59183,"alignment-2-outlined":59184,"alignment-outlined":59185,"all-caps":59186,"arrow-down":59187,"arrow-downwards":59188,"arrow-left":59189,"arrow-leftwards":59190,"arrow-right":59191,"arrow-rightwards":59192,"arrow-up":59193,"arrow-upwards":59194,"article-outlined":59195,"at-sign":59196,"auto-graph-outlined":59197,"beer-outlined":59198,"bell-active-outlined":59199,"bell-outlined":59200,"bell-slash-outlined":59201,"billing-outlined":59202,"body-outlined":59203,"bold":59204,"bolt-outlined":59205,"book-outlined":59206,"bookmark-added-outlined":59207,"bookmark-outlined":59208,"box-check-outlined":59209,"box-outlined":59210,"bullet-points":59211,"cake-outlined":59212,"calendar-dates-outlined":59213,"calendar-star-outlined":59214,"call-outlined":59215,"call-split-outlined":59216,"camera-outlined":59217,"cancel":59218,"car-forward-outlined":59219,"charging-station-outlined":59220,"chat-bubble-outlined":59221,"chat-unread-outlined":59222,"checkmark":59223,"circle-add-outlined":59224,"circle-cancel-outlined":59225,"circle-down-outlined":59226,"circle-info-outlined":59227,"circle-left-outlined":59228,"circle-ok-outlined":59229,"circle-question-outlined":59230,"circle-remove-outlined":59231,"circle-right-outlined":59232,"circle-up-outlined":59233,"circle-warning-outlined":59234,"clock-2-outlined":59235,"clock-outlined":59236,"cog-outlined":59237,"coin-outlined":59238,"coin-super-outlined":59239,"comment-outlined":59240,"contacts-outlined":59241,"contacts-user-outlined":59242,"credit-card-outlined":59243,"cup-outlined":59244,"dentistry-outlined":59245,"direction-arrows-outlined":59246,"directory-outlined":59247,"document-outlined":59248,"dollar-box-outlined":59249,"dollar-card-outlined":59250,"dollar-coin-shine-outlined":59251,"dollar-credit-card-outlined":59252,"dollar-sign":59253,"double-buildings-outlined":59254,"double-left-arrows":59255,"double-right-arrows":59256,"download-box-outlined":59257,"download-outlined":59258,"edit-template-outlined":59259,"email-outlined":59260,"enter-arrow":59261,"envelope-outlined":59262,"expense-outlined":59263,"explore-outlined":59264,"extension-outlined":59265,"external-link":59266,"eye-invisible-outlined":59267,"eye-outlined":59268,"face-id":59269,"face-meh-outlined":59270,"face-open-smiley-outlined":59271,"face-sad-outlined":59272,"face-smiley-outlined":59273,"fastfood-outlined":59274,"feed-outlined":59275,"file-certified-outlined":59276,"file-clone-outlined":59277,"file-copy-outlined":59278,"file-dispose-outlined":59279,"file-dollar-certified-outlined":59280,"file-dollar-outlined":59281,"file-download-outlined":59282,"file-export-outlined":59283,"file-lock-outlined":59284,"file-outlined":59285,"file-search-outlined":59286,"file-secured-outlined":59287,"file-statutory-outlined":59288,"file-verified-outlined":59289,"filter-outlined":59290,"folder-outlined":59291,"folder-user-outlined":59292,"form-outlined":59293,"funnel-filter-outline":59294,"graph-outlined":59295,"hand-holding-user-outlined":59296,"happy-sun-outlined":59297,"health-bag-outlined":59298,"heart-outlined":59299,"home-active-outlined":59300,"home-outlined":59301,"id-card-outlined":59302,"image-outlined":59303,"import-outlined":59304,"instapay-outlined":59305,"italic":59306,"link-1":59307,"link-2":59308,"list-outlined":59309,"live-help-outlined":59310,"location-on-outlined":59311,"location-outlined":59312,"lock-outlined":59313,"locked-file-outlined":59314,"log-out":59315,"mail-outlined":59316,"media-content-outlined":59317,"menu-close":59318,"menu-expand":59319,"menu-fold-outlined":59320,"menu-unfold-outlined":59321,"moneybag-outlined":59322,"moon-outlined":59323,"more-horizontal":59324,"more-vertical":59325,"multiple-folders-outlined":59326,"multiple-users-outlined":59327,"near-me-outlined":59328,"node-outlined":59329,"number-points":59330,"number":59331,"overview-outlined":59332,"payment-summary-outlined":59333,"payslip-outlined":59334,"pencil-outlined":59335,"percentage":59336,"phone-outlined":59337,"piggy-bank-outlined":59338,"plane-outlined":59339,"play-circle-outlined":59340,"print-outlined":59341,"propane-tank-outlined":59342,"qr-code-outlined":59343,"qualification-outlined":59344,"re-assign":59345,"redeem":59346,"refresh":59347,"remove":59348,"reply-outlined":59349,"restart":59350,"return-arrow":59351,"rostering-outlined":59352,"save-outlined":59353,"schedule-outlined":59354,"search-outlined":59355,"search-secured-outlined":59356,"send-outlined":59357,"share-1":59358,"share-2":59359,"share-outlined":59360,"show-chart-outlined":59361,"single-down-arrow":59362,"single-left-arrow":59363,"single-right-arrow":59364,"single-up-arrow":59365,"speaker-active-outlined":59366,"speaker-outlined":59367,"star-circle-outlined":59368,"star-outlined":59369,"stopwatch-outlined":59370,"strikethrough":59371,"styler-outlined":59372,"suitcase-clock-outlined":59373,"suitcase-outlined":59374,"survey-outlined":59375,"switch-outlined":59376,"sync":59377,"tag-outlined":59378,"target-outlined":59379,"tennis-outlined":59380,"ticket-outlined":59381,"timesheet-outlined":59382,"today-outlined":59383,"transfer":59384,"trash-bin-outlined":59385,"umbrela-outlined":59386,"unavailable":59387,"underline":59388,"union-outlined":59389,"unlock-outlined":59390,"upload-outlined":59391,"user-circle-outlined":59392,"user-gear-outlined":59393,"user-outlined":59394,"user-rectangle-outlined":59395,"video-1-outlined":59396,"video-2-outlined":59397,"volunteer-outlined":59398,"wallet-outlined":59399}
|
|
@@ -205,6 +205,7 @@ const IconList = [
|
|
|
205
205
|
'billing-outlined',
|
|
206
206
|
'body-outlined',
|
|
207
207
|
'bold',
|
|
208
|
+
'bolt-outlined',
|
|
208
209
|
'book-outlined',
|
|
209
210
|
'bookmark-added-outlined',
|
|
210
211
|
'bookmark-outlined',
|
|
@@ -341,6 +342,7 @@ const IconList = [
|
|
|
341
342
|
'plane-outlined',
|
|
342
343
|
'play-circle-outlined',
|
|
343
344
|
'print-outlined',
|
|
345
|
+
'propane-tank-outlined',
|
|
344
346
|
'qr-code-outlined',
|
|
345
347
|
'qualification-outlined',
|
|
346
348
|
're-assign',
|
|
@@ -4,9 +4,9 @@ exports[`Icon render correctly with spin prop 1`] = `
|
|
|
4
4
|
<View
|
|
5
5
|
collapsable={false}
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
"transform":
|
|
9
|
-
|
|
7
|
+
{
|
|
8
|
+
"transform": [
|
|
9
|
+
{
|
|
10
10
|
"rotate": "0deg",
|
|
11
11
|
},
|
|
12
12
|
],
|
|
@@ -16,8 +16,8 @@ exports[`Icon render correctly with spin prop 1`] = `
|
|
|
16
16
|
<HeroIcon
|
|
17
17
|
name="sync"
|
|
18
18
|
style={
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
[
|
|
20
|
+
{
|
|
21
21
|
"color": "#001f23",
|
|
22
22
|
"fontSize": 24,
|
|
23
23
|
},
|
|
@@ -34,8 +34,8 @@ exports[`Icon renders correctly 1`] = `
|
|
|
34
34
|
<HeroIcon
|
|
35
35
|
name="home"
|
|
36
36
|
style={
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
[
|
|
38
|
+
{
|
|
39
39
|
"color": "#001f23",
|
|
40
40
|
"fontSize": 24,
|
|
41
41
|
},
|
|
@@ -51,8 +51,8 @@ exports[`Icon renders correctly with color and size 1`] = `
|
|
|
51
51
|
<HeroIcon
|
|
52
52
|
name="home"
|
|
53
53
|
style={
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
[
|
|
55
|
+
{
|
|
56
56
|
"color": "#cb300a",
|
|
57
57
|
"fontSize": 28,
|
|
58
58
|
},
|
|
@@ -68,8 +68,8 @@ exports[`Icon renders correctly with intent 1`] = `
|
|
|
68
68
|
<HeroIcon
|
|
69
69
|
name="home"
|
|
70
70
|
style={
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
[
|
|
72
|
+
{
|
|
73
73
|
"color": "#401960",
|
|
74
74
|
"fontSize": 24,
|
|
75
75
|
},
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
exports[`Image renders correctly when rounded is false 1`] = `
|
|
4
4
|
<Image
|
|
5
5
|
source={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"uri": "path_to_image",
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
style={
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
[
|
|
12
|
+
{
|
|
13
13
|
"borderRadius": 0,
|
|
14
14
|
"height": 72,
|
|
15
15
|
"width": 72,
|
|
@@ -23,13 +23,13 @@ exports[`Image renders correctly when rounded is false 1`] = `
|
|
|
23
23
|
exports[`Image renders correctly when rounded is true 1`] = `
|
|
24
24
|
<Image
|
|
25
25
|
source={
|
|
26
|
-
|
|
26
|
+
{
|
|
27
27
|
"uri": "path_to_image",
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
style={
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
[
|
|
32
|
+
{
|
|
33
33
|
"borderRadius": 36,
|
|
34
34
|
"height": 72,
|
|
35
35
|
"width": 72,
|
|
@@ -43,13 +43,13 @@ exports[`Image renders correctly when rounded is true 1`] = `
|
|
|
43
43
|
exports[`Image renders correctly when size is 6xlarge 1`] = `
|
|
44
44
|
<Image
|
|
45
45
|
source={
|
|
46
|
-
|
|
46
|
+
{
|
|
47
47
|
"uri": "path_to_image",
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
style={
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
[
|
|
52
|
+
{
|
|
53
53
|
"borderRadius": 0,
|
|
54
54
|
"height": 72,
|
|
55
55
|
"width": 72,
|
|
@@ -63,13 +63,13 @@ exports[`Image renders correctly when size is 6xlarge 1`] = `
|
|
|
63
63
|
exports[`Image renders correctly when size is 15xlarge 1`] = `
|
|
64
64
|
<Image
|
|
65
65
|
source={
|
|
66
|
-
|
|
66
|
+
{
|
|
67
67
|
"uri": "path_to_image",
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
style={
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
[
|
|
72
|
+
{
|
|
73
73
|
"borderRadius": 0,
|
|
74
74
|
"height": 144,
|
|
75
75
|
"width": 144,
|