@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
package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`StyledCaption 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": 12,
|
|
@@ -24,8 +24,8 @@ exports[`StyledCaption has body intent style 1`] = `
|
|
|
24
24
|
exports[`StyledCaption has danger intent style 1`] = `
|
|
25
25
|
<Text
|
|
26
26
|
style={
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
[
|
|
28
|
+
{
|
|
29
29
|
"color": "#f46363",
|
|
30
30
|
"fontFamily": "BeVietnamPro-Regular",
|
|
31
31
|
"fontSize": 12,
|
|
@@ -45,8 +45,8 @@ exports[`StyledCaption has danger intent style 1`] = `
|
|
|
45
45
|
exports[`StyledCaption has info intent style 1`] = `
|
|
46
46
|
<Text
|
|
47
47
|
style={
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
[
|
|
49
|
+
{
|
|
50
50
|
"color": "#355bfb",
|
|
51
51
|
"fontFamily": "BeVietnamPro-Regular",
|
|
52
52
|
"fontSize": 12,
|
|
@@ -66,8 +66,8 @@ exports[`StyledCaption has info intent style 1`] = `
|
|
|
66
66
|
exports[`StyledCaption has inverted intent style 1`] = `
|
|
67
67
|
<Text
|
|
68
68
|
style={
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
[
|
|
70
|
+
{
|
|
71
71
|
"color": "#ffffff",
|
|
72
72
|
"fontFamily": "BeVietnamPro-Regular",
|
|
73
73
|
"fontSize": 12,
|
|
@@ -87,8 +87,8 @@ exports[`StyledCaption has inverted intent style 1`] = `
|
|
|
87
87
|
exports[`StyledCaption has primary intent style 1`] = `
|
|
88
88
|
<Text
|
|
89
89
|
style={
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
[
|
|
91
|
+
{
|
|
92
92
|
"color": "#401960",
|
|
93
93
|
"fontFamily": "BeVietnamPro-Regular",
|
|
94
94
|
"fontSize": 12,
|
|
@@ -108,8 +108,8 @@ exports[`StyledCaption has primary intent style 1`] = `
|
|
|
108
108
|
exports[`StyledCaption has regular fontWeight style 1`] = `
|
|
109
109
|
<Text
|
|
110
110
|
style={
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
[
|
|
112
|
+
{
|
|
113
113
|
"color": "#001f23",
|
|
114
114
|
"fontFamily": "BeVietnamPro-Regular",
|
|
115
115
|
"fontSize": 12,
|
|
@@ -129,8 +129,8 @@ exports[`StyledCaption has regular fontWeight style 1`] = `
|
|
|
129
129
|
exports[`StyledCaption has semi-bold fontWeight style 1`] = `
|
|
130
130
|
<Text
|
|
131
131
|
style={
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
[
|
|
133
|
+
{
|
|
134
134
|
"color": "#001f23",
|
|
135
135
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
136
136
|
"fontSize": 12,
|
|
@@ -150,8 +150,8 @@ exports[`StyledCaption has semi-bold fontWeight style 1`] = `
|
|
|
150
150
|
exports[`StyledCaption has subdued intent style 1`] = `
|
|
151
151
|
<Text
|
|
152
152
|
style={
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
[
|
|
154
|
+
{
|
|
155
155
|
"color": "#4d6265",
|
|
156
156
|
"fontFamily": "BeVietnamPro-Regular",
|
|
157
157
|
"fontSize": 12,
|
|
@@ -171,8 +171,8 @@ exports[`StyledCaption has subdued intent style 1`] = `
|
|
|
171
171
|
exports[`StyledCaption has success intent style 1`] = `
|
|
172
172
|
<Text
|
|
173
173
|
style={
|
|
174
|
-
|
|
175
|
-
|
|
174
|
+
[
|
|
175
|
+
{
|
|
176
176
|
"color": "#5ace7d",
|
|
177
177
|
"fontFamily": "BeVietnamPro-Regular",
|
|
178
178
|
"fontSize": 12,
|
|
@@ -192,8 +192,8 @@ exports[`StyledCaption has success intent style 1`] = `
|
|
|
192
192
|
exports[`StyledCaption has warning intent style 1`] = `
|
|
193
193
|
<Text
|
|
194
194
|
style={
|
|
195
|
-
|
|
196
|
-
|
|
195
|
+
[
|
|
196
|
+
{
|
|
197
197
|
"color": "#ffbe71",
|
|
198
198
|
"fontFamily": "BeVietnamPro-Regular",
|
|
199
199
|
"fontSize": 12,
|
|
@@ -4,8 +4,8 @@ exports[`Caption 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": 12,
|
|
@@ -26,8 +26,8 @@ exports[`Caption has body intent style 1`] = `
|
|
|
26
26
|
<Text
|
|
27
27
|
allowFontScaling={false}
|
|
28
28
|
style={
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
[
|
|
30
|
+
{
|
|
31
31
|
"color": "#001f23",
|
|
32
32
|
"fontFamily": "BeVietnamPro-Regular",
|
|
33
33
|
"fontSize": 12,
|
|
@@ -48,8 +48,8 @@ exports[`Caption has danger intent style 1`] = `
|
|
|
48
48
|
<Text
|
|
49
49
|
allowFontScaling={false}
|
|
50
50
|
style={
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
[
|
|
52
|
+
{
|
|
53
53
|
"color": "#f46363",
|
|
54
54
|
"fontFamily": "BeVietnamPro-Regular",
|
|
55
55
|
"fontSize": 12,
|
|
@@ -70,8 +70,8 @@ exports[`Caption has disabled intent style 1`] = `
|
|
|
70
70
|
<Text
|
|
71
71
|
allowFontScaling={false}
|
|
72
72
|
style={
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
[
|
|
74
|
+
{
|
|
75
75
|
"color": "#bfc1c5",
|
|
76
76
|
"fontFamily": "BeVietnamPro-Regular",
|
|
77
77
|
"fontSize": 12,
|
|
@@ -92,8 +92,8 @@ exports[`Caption has info intent style 1`] = `
|
|
|
92
92
|
<Text
|
|
93
93
|
allowFontScaling={false}
|
|
94
94
|
style={
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
[
|
|
96
|
+
{
|
|
97
97
|
"color": "#355bfb",
|
|
98
98
|
"fontFamily": "BeVietnamPro-Regular",
|
|
99
99
|
"fontSize": 12,
|
|
@@ -114,8 +114,8 @@ exports[`Caption has inverted intent style 1`] = `
|
|
|
114
114
|
<Text
|
|
115
115
|
allowFontScaling={false}
|
|
116
116
|
style={
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
[
|
|
118
|
+
{
|
|
119
119
|
"color": "#ffffff",
|
|
120
120
|
"fontFamily": "BeVietnamPro-Regular",
|
|
121
121
|
"fontSize": 12,
|
|
@@ -136,8 +136,8 @@ exports[`Caption has primary intent style 1`] = `
|
|
|
136
136
|
<Text
|
|
137
137
|
allowFontScaling={false}
|
|
138
138
|
style={
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
[
|
|
140
|
+
{
|
|
141
141
|
"color": "#401960",
|
|
142
142
|
"fontFamily": "BeVietnamPro-Regular",
|
|
143
143
|
"fontSize": 12,
|
|
@@ -158,8 +158,8 @@ exports[`Caption has regular fontWeight style 1`] = `
|
|
|
158
158
|
<Text
|
|
159
159
|
allowFontScaling={false}
|
|
160
160
|
style={
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
[
|
|
162
|
+
{
|
|
163
163
|
"color": "#001f23",
|
|
164
164
|
"fontFamily": "BeVietnamPro-Regular",
|
|
165
165
|
"fontSize": 12,
|
|
@@ -180,8 +180,8 @@ exports[`Caption has secondary intent style 1`] = `
|
|
|
180
180
|
<Text
|
|
181
181
|
allowFontScaling={false}
|
|
182
182
|
style={
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
[
|
|
184
|
+
{
|
|
185
185
|
"color": "#795e90",
|
|
186
186
|
"fontFamily": "BeVietnamPro-Regular",
|
|
187
187
|
"fontSize": 12,
|
|
@@ -202,8 +202,8 @@ exports[`Caption has semi-bold fontWeight style 1`] = `
|
|
|
202
202
|
<Text
|
|
203
203
|
allowFontScaling={false}
|
|
204
204
|
style={
|
|
205
|
-
|
|
206
|
-
|
|
205
|
+
[
|
|
206
|
+
{
|
|
207
207
|
"color": "#001f23",
|
|
208
208
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
209
209
|
"fontSize": 12,
|
|
@@ -224,8 +224,8 @@ exports[`Caption has subdued intent style 1`] = `
|
|
|
224
224
|
<Text
|
|
225
225
|
allowFontScaling={false}
|
|
226
226
|
style={
|
|
227
|
-
|
|
228
|
-
|
|
227
|
+
[
|
|
228
|
+
{
|
|
229
229
|
"color": "#4d6265",
|
|
230
230
|
"fontFamily": "BeVietnamPro-Regular",
|
|
231
231
|
"fontSize": 12,
|
|
@@ -246,8 +246,8 @@ exports[`Caption has success intent style 1`] = `
|
|
|
246
246
|
<Text
|
|
247
247
|
allowFontScaling={false}
|
|
248
248
|
style={
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
[
|
|
250
|
+
{
|
|
251
251
|
"color": "#5ace7d",
|
|
252
252
|
"fontFamily": "BeVietnamPro-Regular",
|
|
253
253
|
"fontSize": 12,
|
|
@@ -268,8 +268,8 @@ exports[`Caption has warning intent style 1`] = `
|
|
|
268
268
|
<Text
|
|
269
269
|
allowFontScaling={false}
|
|
270
270
|
style={
|
|
271
|
-
|
|
272
|
-
|
|
271
|
+
[
|
|
272
|
+
{
|
|
273
273
|
"color": "#ffbe71",
|
|
274
274
|
"fontFamily": "BeVietnamPro-Regular",
|
|
275
275
|
"fontSize": 12,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`StyledLabel has body intent style 1`] = `
|
|
4
4
|
<Text
|
|
5
5
|
style={
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[
|
|
7
|
+
{
|
|
8
8
|
"color": "#001f23",
|
|
9
9
|
"fontSize": 10,
|
|
10
10
|
"letterSpacing": 0,
|
|
@@ -22,8 +22,8 @@ exports[`StyledLabel has body intent style 1`] = `
|
|
|
22
22
|
exports[`StyledLabel has danger intent style 1`] = `
|
|
23
23
|
<Text
|
|
24
24
|
style={
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
[
|
|
26
|
+
{
|
|
27
27
|
"color": "#f46363",
|
|
28
28
|
"fontSize": 10,
|
|
29
29
|
"letterSpacing": 0,
|
|
@@ -41,8 +41,8 @@ exports[`StyledLabel has danger intent style 1`] = `
|
|
|
41
41
|
exports[`StyledLabel has info intent style 1`] = `
|
|
42
42
|
<Text
|
|
43
43
|
style={
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
[
|
|
45
|
+
{
|
|
46
46
|
"color": "#355bfb",
|
|
47
47
|
"fontSize": 10,
|
|
48
48
|
"letterSpacing": 0,
|
|
@@ -60,8 +60,8 @@ exports[`StyledLabel has info intent style 1`] = `
|
|
|
60
60
|
exports[`StyledLabel has inverted intent style 1`] = `
|
|
61
61
|
<Text
|
|
62
62
|
style={
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
[
|
|
64
|
+
{
|
|
65
65
|
"color": "#ffffff",
|
|
66
66
|
"fontSize": 10,
|
|
67
67
|
"letterSpacing": 0,
|
|
@@ -79,8 +79,8 @@ exports[`StyledLabel has inverted intent style 1`] = `
|
|
|
79
79
|
exports[`StyledLabel has primary intent style 1`] = `
|
|
80
80
|
<Text
|
|
81
81
|
style={
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
[
|
|
83
|
+
{
|
|
84
84
|
"color": "#401960",
|
|
85
85
|
"fontSize": 10,
|
|
86
86
|
"letterSpacing": 0,
|
|
@@ -98,8 +98,8 @@ exports[`StyledLabel has primary intent style 1`] = `
|
|
|
98
98
|
exports[`StyledLabel has subdued intent style 1`] = `
|
|
99
99
|
<Text
|
|
100
100
|
style={
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
[
|
|
102
|
+
{
|
|
103
103
|
"color": "#4d6265",
|
|
104
104
|
"fontSize": 10,
|
|
105
105
|
"letterSpacing": 0,
|
|
@@ -117,8 +117,8 @@ exports[`StyledLabel has subdued intent style 1`] = `
|
|
|
117
117
|
exports[`StyledLabel has success intent style 1`] = `
|
|
118
118
|
<Text
|
|
119
119
|
style={
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
[
|
|
121
|
+
{
|
|
122
122
|
"color": "#5ace7d",
|
|
123
123
|
"fontSize": 10,
|
|
124
124
|
"letterSpacing": 0,
|
|
@@ -136,8 +136,8 @@ exports[`StyledLabel has success intent style 1`] = `
|
|
|
136
136
|
exports[`StyledLabel has warning intent style 1`] = `
|
|
137
137
|
<Text
|
|
138
138
|
style={
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
[
|
|
140
|
+
{
|
|
141
141
|
"color": "#ffbe71",
|
|
142
142
|
"fontSize": 10,
|
|
143
143
|
"letterSpacing": 0,
|
|
@@ -4,8 +4,8 @@ exports[`Label 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
|
"fontSize": 10,
|
|
11
11
|
"letterSpacing": 0,
|
|
@@ -24,8 +24,8 @@ exports[`Label has body intent style 1`] = `
|
|
|
24
24
|
<Text
|
|
25
25
|
allowFontScaling={false}
|
|
26
26
|
style={
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
[
|
|
28
|
+
{
|
|
29
29
|
"color": "#001f23",
|
|
30
30
|
"fontSize": 10,
|
|
31
31
|
"letterSpacing": 0,
|
|
@@ -44,8 +44,8 @@ exports[`Label has danger intent style 1`] = `
|
|
|
44
44
|
<Text
|
|
45
45
|
allowFontScaling={false}
|
|
46
46
|
style={
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
[
|
|
48
|
+
{
|
|
49
49
|
"color": "#f46363",
|
|
50
50
|
"fontSize": 10,
|
|
51
51
|
"letterSpacing": 0,
|
|
@@ -64,8 +64,8 @@ exports[`Label has disabled intent style 1`] = `
|
|
|
64
64
|
<Text
|
|
65
65
|
allowFontScaling={false}
|
|
66
66
|
style={
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
69
|
"color": "#bfc1c5",
|
|
70
70
|
"fontSize": 10,
|
|
71
71
|
"letterSpacing": 0,
|
|
@@ -84,8 +84,8 @@ exports[`Label has info intent style 1`] = `
|
|
|
84
84
|
<Text
|
|
85
85
|
allowFontScaling={false}
|
|
86
86
|
style={
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
[
|
|
88
|
+
{
|
|
89
89
|
"color": "#355bfb",
|
|
90
90
|
"fontSize": 10,
|
|
91
91
|
"letterSpacing": 0,
|
|
@@ -104,8 +104,8 @@ exports[`Label has inverted intent style 1`] = `
|
|
|
104
104
|
<Text
|
|
105
105
|
allowFontScaling={false}
|
|
106
106
|
style={
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
[
|
|
108
|
+
{
|
|
109
109
|
"color": "#ffffff",
|
|
110
110
|
"fontSize": 10,
|
|
111
111
|
"letterSpacing": 0,
|
|
@@ -124,8 +124,8 @@ exports[`Label has primary intent style 1`] = `
|
|
|
124
124
|
<Text
|
|
125
125
|
allowFontScaling={false}
|
|
126
126
|
style={
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
[
|
|
128
|
+
{
|
|
129
129
|
"color": "#401960",
|
|
130
130
|
"fontSize": 10,
|
|
131
131
|
"letterSpacing": 0,
|
|
@@ -144,8 +144,8 @@ exports[`Label has secondary intent style 1`] = `
|
|
|
144
144
|
<Text
|
|
145
145
|
allowFontScaling={false}
|
|
146
146
|
style={
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
[
|
|
148
|
+
{
|
|
149
149
|
"color": "#795e90",
|
|
150
150
|
"fontSize": 10,
|
|
151
151
|
"letterSpacing": 0,
|
|
@@ -164,8 +164,8 @@ exports[`Label has subdued intent style 1`] = `
|
|
|
164
164
|
<Text
|
|
165
165
|
allowFontScaling={false}
|
|
166
166
|
style={
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
[
|
|
168
|
+
{
|
|
169
169
|
"color": "#4d6265",
|
|
170
170
|
"fontSize": 10,
|
|
171
171
|
"letterSpacing": 0,
|
|
@@ -184,8 +184,8 @@ exports[`Label has success intent style 1`] = `
|
|
|
184
184
|
<Text
|
|
185
185
|
allowFontScaling={false}
|
|
186
186
|
style={
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
[
|
|
188
|
+
{
|
|
189
189
|
"color": "#5ace7d",
|
|
190
190
|
"fontSize": 10,
|
|
191
191
|
"letterSpacing": 0,
|
|
@@ -204,8 +204,8 @@ exports[`Label has warning intent style 1`] = `
|
|
|
204
204
|
<Text
|
|
205
205
|
allowFontScaling={false}
|
|
206
206
|
style={
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
[
|
|
208
|
+
{
|
|
209
209
|
"color": "#ffbe71",
|
|
210
210
|
"fontSize": 10,
|
|
211
211
|
"letterSpacing": 0,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
exports[`StyledText 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": 14,
|
|
@@ -26,8 +26,8 @@ exports[`StyledText has body intent style 1`] = `
|
|
|
26
26
|
exports[`StyledText has danger intent style 1`] = `
|
|
27
27
|
<Text
|
|
28
28
|
style={
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
[
|
|
30
|
+
{
|
|
31
31
|
"color": "#f46363",
|
|
32
32
|
"fontFamily": "BeVietnamPro-Regular",
|
|
33
33
|
"fontSize": 14,
|
|
@@ -49,8 +49,8 @@ exports[`StyledText has danger intent style 1`] = `
|
|
|
49
49
|
exports[`StyledText has info intent style 1`] = `
|
|
50
50
|
<Text
|
|
51
51
|
style={
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
[
|
|
53
|
+
{
|
|
54
54
|
"color": "#355bfb",
|
|
55
55
|
"fontFamily": "BeVietnamPro-Regular",
|
|
56
56
|
"fontSize": 14,
|
|
@@ -72,8 +72,8 @@ exports[`StyledText has info intent style 1`] = `
|
|
|
72
72
|
exports[`StyledText has inverted intent style 1`] = `
|
|
73
73
|
<Text
|
|
74
74
|
style={
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
[
|
|
76
|
+
{
|
|
77
77
|
"color": "#ffffff",
|
|
78
78
|
"fontFamily": "BeVietnamPro-Regular",
|
|
79
79
|
"fontSize": 14,
|
|
@@ -95,8 +95,8 @@ exports[`StyledText has inverted intent style 1`] = `
|
|
|
95
95
|
exports[`StyledText has large fontSize style 1`] = `
|
|
96
96
|
<Text
|
|
97
97
|
style={
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
[
|
|
99
|
+
{
|
|
100
100
|
"color": "#001f23",
|
|
101
101
|
"fontFamily": "BeVietnamPro-Regular",
|
|
102
102
|
"fontSize": 16,
|
|
@@ -118,8 +118,8 @@ exports[`StyledText has large fontSize style 1`] = `
|
|
|
118
118
|
exports[`StyledText has light fontWeight style 1`] = `
|
|
119
119
|
<Text
|
|
120
120
|
style={
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
[
|
|
122
|
+
{
|
|
123
123
|
"color": "#001f23",
|
|
124
124
|
"fontFamily": "BeVietnamPro-Light",
|
|
125
125
|
"fontSize": 14,
|
|
@@ -141,8 +141,8 @@ exports[`StyledText has light fontWeight style 1`] = `
|
|
|
141
141
|
exports[`StyledText has medium fontSize style 1`] = `
|
|
142
142
|
<Text
|
|
143
143
|
style={
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
[
|
|
145
|
+
{
|
|
146
146
|
"color": "#001f23",
|
|
147
147
|
"fontFamily": "BeVietnamPro-Regular",
|
|
148
148
|
"fontSize": 14,
|
|
@@ -164,8 +164,8 @@ exports[`StyledText has medium fontSize style 1`] = `
|
|
|
164
164
|
exports[`StyledText has neutral typeface style 1`] = `
|
|
165
165
|
<Text
|
|
166
166
|
style={
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
[
|
|
168
|
+
{
|
|
169
169
|
"color": "#001f23",
|
|
170
170
|
"fontFamily": "BeVietnamPro-Regular",
|
|
171
171
|
"fontSize": 14,
|
|
@@ -187,8 +187,8 @@ exports[`StyledText has neutral typeface style 1`] = `
|
|
|
187
187
|
exports[`StyledText has playful typeface style 1`] = `
|
|
188
188
|
<Text
|
|
189
189
|
style={
|
|
190
|
-
|
|
191
|
-
|
|
190
|
+
[
|
|
191
|
+
{
|
|
192
192
|
"color": "#001f23",
|
|
193
193
|
"fontFamily": "RebondGrotesque",
|
|
194
194
|
"fontSize": 14,
|
|
@@ -210,8 +210,8 @@ exports[`StyledText has playful typeface style 1`] = `
|
|
|
210
210
|
exports[`StyledText has primary intent style 1`] = `
|
|
211
211
|
<Text
|
|
212
212
|
style={
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
[
|
|
214
|
+
{
|
|
215
215
|
"color": "#401960",
|
|
216
216
|
"fontFamily": "BeVietnamPro-Regular",
|
|
217
217
|
"fontSize": 14,
|
|
@@ -233,8 +233,8 @@ exports[`StyledText has primary intent style 1`] = `
|
|
|
233
233
|
exports[`StyledText has regular fontWeight style 1`] = `
|
|
234
234
|
<Text
|
|
235
235
|
style={
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
[
|
|
237
|
+
{
|
|
238
238
|
"color": "#001f23",
|
|
239
239
|
"fontFamily": "BeVietnamPro-Regular",
|
|
240
240
|
"fontSize": 14,
|
|
@@ -256,8 +256,8 @@ exports[`StyledText has regular fontWeight style 1`] = `
|
|
|
256
256
|
exports[`StyledText has semi-bold fontWeight style 1`] = `
|
|
257
257
|
<Text
|
|
258
258
|
style={
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
[
|
|
260
|
+
{
|
|
261
261
|
"color": "#001f23",
|
|
262
262
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
263
263
|
"fontSize": 14,
|
|
@@ -279,8 +279,8 @@ exports[`StyledText has semi-bold fontWeight style 1`] = `
|
|
|
279
279
|
exports[`StyledText has small fontSize style 1`] = `
|
|
280
280
|
<Text
|
|
281
281
|
style={
|
|
282
|
-
|
|
283
|
-
|
|
282
|
+
[
|
|
283
|
+
{
|
|
284
284
|
"color": "#001f23",
|
|
285
285
|
"fontFamily": "BeVietnamPro-Regular",
|
|
286
286
|
"fontSize": 12,
|
|
@@ -302,8 +302,8 @@ exports[`StyledText has small fontSize style 1`] = `
|
|
|
302
302
|
exports[`StyledText has subdued intent style 1`] = `
|
|
303
303
|
<Text
|
|
304
304
|
style={
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
[
|
|
306
|
+
{
|
|
307
307
|
"color": "#4d6265",
|
|
308
308
|
"fontFamily": "BeVietnamPro-Regular",
|
|
309
309
|
"fontSize": 14,
|
|
@@ -325,8 +325,8 @@ exports[`StyledText has subdued intent style 1`] = `
|
|
|
325
325
|
exports[`StyledText has success intent style 1`] = `
|
|
326
326
|
<Text
|
|
327
327
|
style={
|
|
328
|
-
|
|
329
|
-
|
|
328
|
+
[
|
|
329
|
+
{
|
|
330
330
|
"color": "#5ace7d",
|
|
331
331
|
"fontFamily": "BeVietnamPro-Regular",
|
|
332
332
|
"fontSize": 14,
|
|
@@ -348,8 +348,8 @@ exports[`StyledText has success intent style 1`] = `
|
|
|
348
348
|
exports[`StyledText has warning intent style 1`] = `
|
|
349
349
|
<Text
|
|
350
350
|
style={
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
[
|
|
352
|
+
{
|
|
353
353
|
"color": "#ffbe71",
|
|
354
354
|
"fontFamily": "BeVietnamPro-Regular",
|
|
355
355
|
"fontSize": 14,
|
|
@@ -371,8 +371,8 @@ exports[`StyledText has warning intent style 1`] = `
|
|
|
371
371
|
exports[`StyledText has xlarge fontSize style 1`] = `
|
|
372
372
|
<Text
|
|
373
373
|
style={
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
[
|
|
375
|
+
{
|
|
376
376
|
"color": "#001f23",
|
|
377
377
|
"fontFamily": "BeVietnamPro-Regular",
|
|
378
378
|
"fontSize": 18,
|
|
@@ -394,8 +394,8 @@ exports[`StyledText has xlarge fontSize style 1`] = `
|
|
|
394
394
|
exports[`StyledText has xsmall fontSize style 1`] = `
|
|
395
395
|
<Text
|
|
396
396
|
style={
|
|
397
|
-
|
|
398
|
-
|
|
397
|
+
[
|
|
398
|
+
{
|
|
399
399
|
"color": "#001f23",
|
|
400
400
|
"fontFamily": "BeVietnamPro-Regular",
|
|
401
401
|
"fontSize": 10,
|
|
@@ -417,8 +417,8 @@ exports[`StyledText has xsmall fontSize style 1`] = `
|
|
|
417
417
|
exports[`StyledText has xxxlarge fontSize style 1`] = `
|
|
418
418
|
<Text
|
|
419
419
|
style={
|
|
420
|
-
|
|
421
|
-
|
|
420
|
+
[
|
|
421
|
+
{
|
|
422
422
|
"color": "#001f23",
|
|
423
423
|
"fontFamily": "BeVietnamPro-Regular",
|
|
424
424
|
"fontSize": 24,
|
|
@@ -440,8 +440,8 @@ exports[`StyledText has xxxlarge fontSize style 1`] = `
|
|
|
440
440
|
exports[`StyledText has xxxxxlarge fontSize style 1`] = `
|
|
441
441
|
<Text
|
|
442
442
|
style={
|
|
443
|
-
|
|
444
|
-
|
|
443
|
+
[
|
|
444
|
+
{
|
|
445
445
|
"color": "#001f23",
|
|
446
446
|
"fontFamily": "BeVietnamPro-Regular",
|
|
447
447
|
"fontSize": 32,
|