@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,16 +4,16 @@ exports[`Label renders correctly with themeState default 1`] = `
|
|
|
4
4
|
<Text
|
|
5
5
|
allowFontScaling={false}
|
|
6
6
|
style={
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
[
|
|
8
|
+
{
|
|
9
9
|
"color": "#001f23",
|
|
10
10
|
"fontFamily": "BeVietnamPro-Regular",
|
|
11
11
|
"fontSize": 12,
|
|
12
12
|
"letterSpacing": 0.48,
|
|
13
13
|
"lineHeight": 16,
|
|
14
14
|
},
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
[
|
|
16
|
+
{
|
|
17
17
|
"color": "#001f23",
|
|
18
18
|
"lineHeight": 12,
|
|
19
19
|
},
|
|
@@ -33,16 +33,16 @@ exports[`Label renders correctly with themeState disabled 1`] = `
|
|
|
33
33
|
<Text
|
|
34
34
|
allowFontScaling={false}
|
|
35
35
|
style={
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
[
|
|
37
|
+
{
|
|
38
38
|
"color": "#001f23",
|
|
39
39
|
"fontFamily": "BeVietnamPro-Regular",
|
|
40
40
|
"fontSize": 12,
|
|
41
41
|
"letterSpacing": 0.48,
|
|
42
42
|
"lineHeight": 16,
|
|
43
43
|
},
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
[
|
|
45
|
+
{
|
|
46
46
|
"color": "#bfc1c5",
|
|
47
47
|
"lineHeight": 12,
|
|
48
48
|
},
|
|
@@ -62,16 +62,16 @@ exports[`Label renders correctly with themeState error 1`] = `
|
|
|
62
62
|
<Text
|
|
63
63
|
allowFontScaling={false}
|
|
64
64
|
style={
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
[
|
|
66
|
+
{
|
|
67
67
|
"color": "#001f23",
|
|
68
68
|
"fontFamily": "BeVietnamPro-Regular",
|
|
69
69
|
"fontSize": 12,
|
|
70
70
|
"letterSpacing": 0.48,
|
|
71
71
|
"lineHeight": 16,
|
|
72
72
|
},
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
[
|
|
74
|
+
{
|
|
75
75
|
"color": "#001f23",
|
|
76
76
|
"lineHeight": 12,
|
|
77
77
|
},
|
|
@@ -91,16 +91,16 @@ exports[`Label renders correctly with themeState filled 1`] = `
|
|
|
91
91
|
<Text
|
|
92
92
|
allowFontScaling={false}
|
|
93
93
|
style={
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
[
|
|
95
|
+
{
|
|
96
96
|
"color": "#001f23",
|
|
97
97
|
"fontFamily": "BeVietnamPro-Regular",
|
|
98
98
|
"fontSize": 12,
|
|
99
99
|
"letterSpacing": 0.48,
|
|
100
100
|
"lineHeight": 16,
|
|
101
101
|
},
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
[
|
|
103
|
+
{
|
|
104
104
|
"color": "#001f23",
|
|
105
105
|
"lineHeight": 12,
|
|
106
106
|
},
|
|
@@ -120,16 +120,16 @@ exports[`Label renders correctly with themeState readonly 1`] = `
|
|
|
120
120
|
<Text
|
|
121
121
|
allowFontScaling={false}
|
|
122
122
|
style={
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
[
|
|
124
|
+
{
|
|
125
125
|
"color": "#001f23",
|
|
126
126
|
"fontFamily": "BeVietnamPro-Regular",
|
|
127
127
|
"fontSize": 12,
|
|
128
128
|
"letterSpacing": 0.48,
|
|
129
129
|
"lineHeight": 16,
|
|
130
130
|
},
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
[
|
|
132
|
+
{
|
|
133
133
|
"color": "#808f91",
|
|
134
134
|
"lineHeight": 12,
|
|
135
135
|
},
|
|
@@ -148,8 +148,8 @@ exports[`Label renders correctly with themeState readonly 1`] = `
|
|
|
148
148
|
exports[`LabelContainer renders correctly 1`] = `
|
|
149
149
|
<View
|
|
150
150
|
style={
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
[
|
|
152
|
+
{
|
|
153
153
|
"backgroundColor": "#ffffff",
|
|
154
154
|
"flexDirection": "row",
|
|
155
155
|
"left": 16,
|
|
@@ -168,16 +168,16 @@ exports[`LabelInsideTextInput renders correctly with themeState default 1`] = `
|
|
|
168
168
|
<Text
|
|
169
169
|
allowFontScaling={false}
|
|
170
170
|
style={
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
[
|
|
172
|
+
{
|
|
173
173
|
"color": "#001f23",
|
|
174
174
|
"fontFamily": "BeVietnamPro-Regular",
|
|
175
175
|
"fontSize": 16,
|
|
176
176
|
"letterSpacing": 0.48,
|
|
177
177
|
"lineHeight": 24,
|
|
178
178
|
},
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
[
|
|
180
|
+
{
|
|
181
181
|
"alignContent": "center",
|
|
182
182
|
"alignItems": "center",
|
|
183
183
|
"color": "#001f23",
|
|
@@ -201,16 +201,16 @@ exports[`LabelInsideTextInput renders correctly with themeState disabled 1`] = `
|
|
|
201
201
|
<Text
|
|
202
202
|
allowFontScaling={false}
|
|
203
203
|
style={
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
[
|
|
205
|
+
{
|
|
206
206
|
"color": "#001f23",
|
|
207
207
|
"fontFamily": "BeVietnamPro-Regular",
|
|
208
208
|
"fontSize": 16,
|
|
209
209
|
"letterSpacing": 0.48,
|
|
210
210
|
"lineHeight": 24,
|
|
211
211
|
},
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
[
|
|
213
|
+
{
|
|
214
214
|
"alignContent": "center",
|
|
215
215
|
"alignItems": "center",
|
|
216
216
|
"color": "#bfc1c5",
|
|
@@ -234,16 +234,16 @@ exports[`LabelInsideTextInput renders correctly with themeState error 1`] = `
|
|
|
234
234
|
<Text
|
|
235
235
|
allowFontScaling={false}
|
|
236
236
|
style={
|
|
237
|
-
|
|
238
|
-
|
|
237
|
+
[
|
|
238
|
+
{
|
|
239
239
|
"color": "#001f23",
|
|
240
240
|
"fontFamily": "BeVietnamPro-Regular",
|
|
241
241
|
"fontSize": 16,
|
|
242
242
|
"letterSpacing": 0.48,
|
|
243
243
|
"lineHeight": 24,
|
|
244
244
|
},
|
|
245
|
-
|
|
246
|
-
|
|
245
|
+
[
|
|
246
|
+
{
|
|
247
247
|
"alignContent": "center",
|
|
248
248
|
"alignItems": "center",
|
|
249
249
|
"color": "#001f23",
|
|
@@ -267,16 +267,16 @@ exports[`LabelInsideTextInput renders correctly with themeState filled 1`] = `
|
|
|
267
267
|
<Text
|
|
268
268
|
allowFontScaling={false}
|
|
269
269
|
style={
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
[
|
|
271
|
+
{
|
|
272
272
|
"color": "#001f23",
|
|
273
273
|
"fontFamily": "BeVietnamPro-Regular",
|
|
274
274
|
"fontSize": 16,
|
|
275
275
|
"letterSpacing": 0.48,
|
|
276
276
|
"lineHeight": 24,
|
|
277
277
|
},
|
|
278
|
-
|
|
279
|
-
|
|
278
|
+
[
|
|
279
|
+
{
|
|
280
280
|
"alignContent": "center",
|
|
281
281
|
"alignItems": "center",
|
|
282
282
|
"color": "#001f23",
|
|
@@ -300,16 +300,16 @@ exports[`LabelInsideTextInput renders correctly with themeState readonly 1`] = `
|
|
|
300
300
|
<Text
|
|
301
301
|
allowFontScaling={false}
|
|
302
302
|
style={
|
|
303
|
-
|
|
304
|
-
|
|
303
|
+
[
|
|
304
|
+
{
|
|
305
305
|
"color": "#001f23",
|
|
306
306
|
"fontFamily": "BeVietnamPro-Regular",
|
|
307
307
|
"fontSize": 16,
|
|
308
308
|
"letterSpacing": 0.48,
|
|
309
309
|
"lineHeight": 24,
|
|
310
310
|
},
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
[
|
|
312
|
+
{
|
|
313
313
|
"alignContent": "center",
|
|
314
314
|
"alignItems": "center",
|
|
315
315
|
"color": "#808f91",
|
|
@@ -333,16 +333,16 @@ exports[`StyledAsteriskLabel renders correctly with themeState default 1`] = `
|
|
|
333
333
|
<Text
|
|
334
334
|
allowFontScaling={false}
|
|
335
335
|
style={
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
[
|
|
337
|
+
{
|
|
338
338
|
"color": "#001f23",
|
|
339
339
|
"fontFamily": "BeVietnamPro-Regular",
|
|
340
340
|
"fontSize": 12,
|
|
341
341
|
"letterSpacing": 0.48,
|
|
342
342
|
"lineHeight": 16,
|
|
343
343
|
},
|
|
344
|
-
|
|
345
|
-
|
|
344
|
+
[
|
|
345
|
+
{
|
|
346
346
|
"color": "#cb300a",
|
|
347
347
|
"lineHeight": 12,
|
|
348
348
|
},
|
|
@@ -362,16 +362,16 @@ exports[`StyledAsteriskLabel renders correctly with themeState disabled 1`] = `
|
|
|
362
362
|
<Text
|
|
363
363
|
allowFontScaling={false}
|
|
364
364
|
style={
|
|
365
|
-
|
|
366
|
-
|
|
365
|
+
[
|
|
366
|
+
{
|
|
367
367
|
"color": "#001f23",
|
|
368
368
|
"fontFamily": "BeVietnamPro-Regular",
|
|
369
369
|
"fontSize": 12,
|
|
370
370
|
"letterSpacing": 0.48,
|
|
371
371
|
"lineHeight": 16,
|
|
372
372
|
},
|
|
373
|
-
|
|
374
|
-
|
|
373
|
+
[
|
|
374
|
+
{
|
|
375
375
|
"color": "#bfc1c5",
|
|
376
376
|
"lineHeight": 12,
|
|
377
377
|
},
|
|
@@ -391,16 +391,16 @@ exports[`StyledAsteriskLabel renders correctly with themeState error 1`] = `
|
|
|
391
391
|
<Text
|
|
392
392
|
allowFontScaling={false}
|
|
393
393
|
style={
|
|
394
|
-
|
|
395
|
-
|
|
394
|
+
[
|
|
395
|
+
{
|
|
396
396
|
"color": "#001f23",
|
|
397
397
|
"fontFamily": "BeVietnamPro-Regular",
|
|
398
398
|
"fontSize": 12,
|
|
399
399
|
"letterSpacing": 0.48,
|
|
400
400
|
"lineHeight": 16,
|
|
401
401
|
},
|
|
402
|
-
|
|
403
|
-
|
|
402
|
+
[
|
|
403
|
+
{
|
|
404
404
|
"color": "#cb300a",
|
|
405
405
|
"lineHeight": 12,
|
|
406
406
|
},
|
|
@@ -420,16 +420,16 @@ exports[`StyledAsteriskLabel renders correctly with themeState filled 1`] = `
|
|
|
420
420
|
<Text
|
|
421
421
|
allowFontScaling={false}
|
|
422
422
|
style={
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
[
|
|
424
|
+
{
|
|
425
425
|
"color": "#001f23",
|
|
426
426
|
"fontFamily": "BeVietnamPro-Regular",
|
|
427
427
|
"fontSize": 12,
|
|
428
428
|
"letterSpacing": 0.48,
|
|
429
429
|
"lineHeight": 16,
|
|
430
430
|
},
|
|
431
|
-
|
|
432
|
-
|
|
431
|
+
[
|
|
432
|
+
{
|
|
433
433
|
"color": "#cb300a",
|
|
434
434
|
"lineHeight": 12,
|
|
435
435
|
},
|
|
@@ -449,16 +449,16 @@ exports[`StyledAsteriskLabel renders correctly with themeState readonly 1`] = `
|
|
|
449
449
|
<Text
|
|
450
450
|
allowFontScaling={false}
|
|
451
451
|
style={
|
|
452
|
-
|
|
453
|
-
|
|
452
|
+
[
|
|
453
|
+
{
|
|
454
454
|
"color": "#001f23",
|
|
455
455
|
"fontFamily": "BeVietnamPro-Regular",
|
|
456
456
|
"fontSize": 12,
|
|
457
457
|
"letterSpacing": 0.48,
|
|
458
458
|
"lineHeight": 16,
|
|
459
459
|
},
|
|
460
|
-
|
|
461
|
-
|
|
460
|
+
[
|
|
461
|
+
{
|
|
462
462
|
"color": "#808f91",
|
|
463
463
|
"lineHeight": 12,
|
|
464
464
|
},
|
|
@@ -477,8 +477,8 @@ exports[`StyledAsteriskLabel renders correctly with themeState readonly 1`] = `
|
|
|
477
477
|
exports[`StyledBorderBackDrop renders correctly when focused 1`] = `
|
|
478
478
|
<View
|
|
479
479
|
style={
|
|
480
|
-
|
|
481
|
-
|
|
480
|
+
[
|
|
481
|
+
{
|
|
482
482
|
"borderColor": "#cb300a",
|
|
483
483
|
"borderRadius": 8,
|
|
484
484
|
"borderWidth": 2,
|
|
@@ -499,8 +499,8 @@ exports[`StyledBorderBackDrop renders correctly when focused 1`] = `
|
|
|
499
499
|
exports[`StyledBorderBackDrop renders correctly with themeState default 1`] = `
|
|
500
500
|
<View
|
|
501
501
|
style={
|
|
502
|
-
|
|
503
|
-
|
|
502
|
+
[
|
|
503
|
+
{
|
|
504
504
|
"borderColor": "#001f23",
|
|
505
505
|
"borderRadius": 8,
|
|
506
506
|
"borderWidth": 1,
|
|
@@ -521,8 +521,8 @@ exports[`StyledBorderBackDrop renders correctly with themeState default 1`] = `
|
|
|
521
521
|
exports[`StyledBorderBackDrop renders correctly with themeState disabled 1`] = `
|
|
522
522
|
<View
|
|
523
523
|
style={
|
|
524
|
-
|
|
525
|
-
|
|
524
|
+
[
|
|
525
|
+
{
|
|
526
526
|
"borderColor": "#bfc1c5",
|
|
527
527
|
"borderRadius": 8,
|
|
528
528
|
"borderWidth": 1,
|
|
@@ -543,8 +543,8 @@ exports[`StyledBorderBackDrop renders correctly with themeState disabled 1`] = `
|
|
|
543
543
|
exports[`StyledBorderBackDrop renders correctly with themeState error 1`] = `
|
|
544
544
|
<View
|
|
545
545
|
style={
|
|
546
|
-
|
|
547
|
-
|
|
546
|
+
[
|
|
547
|
+
{
|
|
548
548
|
"borderColor": "#cb300a",
|
|
549
549
|
"borderRadius": 8,
|
|
550
550
|
"borderWidth": 1,
|
|
@@ -565,8 +565,8 @@ exports[`StyledBorderBackDrop renders correctly with themeState error 1`] = `
|
|
|
565
565
|
exports[`StyledBorderBackDrop renders correctly with themeState filled 1`] = `
|
|
566
566
|
<View
|
|
567
567
|
style={
|
|
568
|
-
|
|
569
|
-
|
|
568
|
+
[
|
|
569
|
+
{
|
|
570
570
|
"borderColor": "#001f23",
|
|
571
571
|
"borderRadius": 8,
|
|
572
572
|
"borderWidth": 1,
|
|
@@ -587,8 +587,8 @@ exports[`StyledBorderBackDrop renders correctly with themeState filled 1`] = `
|
|
|
587
587
|
exports[`StyledBorderBackDrop renders correctly with themeState readonly 1`] = `
|
|
588
588
|
<View
|
|
589
589
|
style={
|
|
590
|
-
|
|
591
|
-
|
|
590
|
+
[
|
|
591
|
+
{
|
|
592
592
|
"borderColor": "#808f91",
|
|
593
593
|
"borderRadius": 8,
|
|
594
594
|
"borderWidth": 1,
|
|
@@ -610,16 +610,16 @@ exports[`StyledErrorMessage renders correctly 1`] = `
|
|
|
610
610
|
<Text
|
|
611
611
|
allowFontScaling={false}
|
|
612
612
|
style={
|
|
613
|
-
|
|
614
|
-
|
|
613
|
+
[
|
|
614
|
+
{
|
|
615
615
|
"color": "#001f23",
|
|
616
616
|
"fontFamily": "BeVietnamPro-Regular",
|
|
617
617
|
"fontSize": 12,
|
|
618
618
|
"letterSpacing": 0.48,
|
|
619
619
|
"lineHeight": 16,
|
|
620
620
|
},
|
|
621
|
-
|
|
622
|
-
|
|
621
|
+
[
|
|
622
|
+
{
|
|
623
623
|
"color": "#cb300a",
|
|
624
624
|
"marginLeft": 4,
|
|
625
625
|
},
|
|
@@ -637,8 +637,8 @@ exports[`StyledErrorMessage renders correctly 1`] = `
|
|
|
637
637
|
exports[`StyledErrorMessageContainer renders correctly 1`] = `
|
|
638
638
|
<View
|
|
639
639
|
style={
|
|
640
|
-
|
|
641
|
-
|
|
640
|
+
[
|
|
641
|
+
{
|
|
642
642
|
"alignItems": "center",
|
|
643
643
|
"flex": 1,
|
|
644
644
|
"flexDirection": "row",
|
|
@@ -655,8 +655,8 @@ exports[`StyledHelperText renders correctly 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": 12,
|
|
@@ -677,16 +677,16 @@ exports[`StyledMaxLengthMessage renders correctly with themeState default 1`] =
|
|
|
677
677
|
<Text
|
|
678
678
|
allowFontScaling={false}
|
|
679
679
|
style={
|
|
680
|
-
|
|
681
|
-
|
|
680
|
+
[
|
|
681
|
+
{
|
|
682
682
|
"color": "#001f23",
|
|
683
683
|
"fontFamily": "BeVietnamPro-Regular",
|
|
684
684
|
"fontSize": 12,
|
|
685
685
|
"letterSpacing": 0.48,
|
|
686
686
|
"lineHeight": 16,
|
|
687
687
|
},
|
|
688
|
-
|
|
689
|
-
|
|
688
|
+
[
|
|
689
|
+
{
|
|
690
690
|
"alignSelf": "flex-end",
|
|
691
691
|
"color": "#001f23",
|
|
692
692
|
"flex": 1,
|
|
@@ -710,16 +710,16 @@ exports[`StyledMaxLengthMessage renders correctly with themeState disabled 1`] =
|
|
|
710
710
|
<Text
|
|
711
711
|
allowFontScaling={false}
|
|
712
712
|
style={
|
|
713
|
-
|
|
714
|
-
|
|
713
|
+
[
|
|
714
|
+
{
|
|
715
715
|
"color": "#001f23",
|
|
716
716
|
"fontFamily": "BeVietnamPro-Regular",
|
|
717
717
|
"fontSize": 12,
|
|
718
718
|
"letterSpacing": 0.48,
|
|
719
719
|
"lineHeight": 16,
|
|
720
720
|
},
|
|
721
|
-
|
|
722
|
-
|
|
721
|
+
[
|
|
722
|
+
{
|
|
723
723
|
"alignSelf": "flex-end",
|
|
724
724
|
"color": "#bfc1c5",
|
|
725
725
|
"flex": 1,
|
|
@@ -743,16 +743,16 @@ exports[`StyledMaxLengthMessage renders correctly with themeState error 1`] = `
|
|
|
743
743
|
<Text
|
|
744
744
|
allowFontScaling={false}
|
|
745
745
|
style={
|
|
746
|
-
|
|
747
|
-
|
|
746
|
+
[
|
|
747
|
+
{
|
|
748
748
|
"color": "#001f23",
|
|
749
749
|
"fontFamily": "BeVietnamPro-Regular",
|
|
750
750
|
"fontSize": 12,
|
|
751
751
|
"letterSpacing": 0.48,
|
|
752
752
|
"lineHeight": 16,
|
|
753
753
|
},
|
|
754
|
-
|
|
755
|
-
|
|
754
|
+
[
|
|
755
|
+
{
|
|
756
756
|
"alignSelf": "flex-end",
|
|
757
757
|
"color": "#cb300a",
|
|
758
758
|
"flex": 1,
|
|
@@ -776,16 +776,16 @@ exports[`StyledMaxLengthMessage renders correctly with themeState filled 1`] = `
|
|
|
776
776
|
<Text
|
|
777
777
|
allowFontScaling={false}
|
|
778
778
|
style={
|
|
779
|
-
|
|
780
|
-
|
|
779
|
+
[
|
|
780
|
+
{
|
|
781
781
|
"color": "#001f23",
|
|
782
782
|
"fontFamily": "BeVietnamPro-Regular",
|
|
783
783
|
"fontSize": 12,
|
|
784
784
|
"letterSpacing": 0.48,
|
|
785
785
|
"lineHeight": 16,
|
|
786
786
|
},
|
|
787
|
-
|
|
788
|
-
|
|
787
|
+
[
|
|
788
|
+
{
|
|
789
789
|
"alignSelf": "flex-end",
|
|
790
790
|
"color": "#001f23",
|
|
791
791
|
"flex": 1,
|
|
@@ -809,16 +809,16 @@ exports[`StyledMaxLengthMessage renders correctly with themeState readonly 1`] =
|
|
|
809
809
|
<Text
|
|
810
810
|
allowFontScaling={false}
|
|
811
811
|
style={
|
|
812
|
-
|
|
813
|
-
|
|
812
|
+
[
|
|
813
|
+
{
|
|
814
814
|
"color": "#001f23",
|
|
815
815
|
"fontFamily": "BeVietnamPro-Regular",
|
|
816
816
|
"fontSize": 12,
|
|
817
817
|
"letterSpacing": 0.48,
|
|
818
818
|
"lineHeight": 16,
|
|
819
819
|
},
|
|
820
|
-
|
|
821
|
-
|
|
820
|
+
[
|
|
821
|
+
{
|
|
822
822
|
"alignSelf": "flex-end",
|
|
823
823
|
"color": "#808f91",
|
|
824
824
|
"flex": 1,
|
|
@@ -841,8 +841,8 @@ exports[`StyledMaxLengthMessage renders correctly with themeState readonly 1`] =
|
|
|
841
841
|
exports[`StyledTextInput renders correctly with $themeState state 1`] = `
|
|
842
842
|
<TextInput
|
|
843
843
|
style={
|
|
844
|
-
|
|
845
|
-
|
|
844
|
+
[
|
|
845
|
+
{
|
|
846
846
|
"alignSelf": "stretch",
|
|
847
847
|
"flexGrow": 2,
|
|
848
848
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -863,8 +863,8 @@ exports[`StyledTextInput renders correctly with $themeState state 1`] = `
|
|
|
863
863
|
exports[`StyledTextInput renders correctly with $themeState state 2`] = `
|
|
864
864
|
<TextInput
|
|
865
865
|
style={
|
|
866
|
-
|
|
867
|
-
|
|
866
|
+
[
|
|
867
|
+
{
|
|
868
868
|
"alignSelf": "stretch",
|
|
869
869
|
"flexGrow": 2,
|
|
870
870
|
"fontFamily": "BeVietnamPro-Regular",
|