@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.
Files changed (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  131. package/types/components/Icon/IconList.d.ts +1 -1
  132. package/types/components/Icon/index.d.ts +1 -1
  133. package/types/components/Icon/utils.d.ts +1 -1
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. 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
- Array [
8
- Object {
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
- Array [
16
- Object {
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
- Array [
37
- Object {
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
- Array [
45
- Object {
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
- Array [
66
- Object {
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
- Array [
74
- Object {
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
- Array [
95
- Object {
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
- Array [
103
- Object {
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
- Array [
124
- Object {
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
- Array [
132
- Object {
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
- Array [
152
- Object {
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
- Array [
172
- Object {
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
- Array [
180
- Object {
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
- Array [
205
- Object {
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
- Array [
213
- Object {
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
- Array [
238
- Object {
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
- Array [
246
- Object {
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
- Array [
271
- Object {
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
- Array [
279
- Object {
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
- Array [
304
- Object {
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
- Array [
312
- Object {
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
- Array [
337
- Object {
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
- Array [
345
- Object {
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
- Array [
366
- Object {
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
- Array [
374
- Object {
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
- Array [
395
- Object {
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
- Array [
403
- Object {
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
- Array [
424
- Object {
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
- Array [
432
- Object {
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
- Array [
453
- Object {
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
- Array [
461
- Object {
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
- Array [
481
- Object {
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
- Array [
503
- Object {
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
- Array [
525
- Object {
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
- Array [
547
- Object {
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
- Array [
569
- Object {
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
- Array [
591
- Object {
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
- Array [
614
- Object {
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
- Array [
622
- Object {
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
- Array [
641
- Object {
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
- Array [
659
- Object {
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
- Array [
681
- Object {
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
- Array [
689
- Object {
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
- Array [
714
- Object {
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
- Array [
722
- Object {
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
- Array [
747
- Object {
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
- Array [
755
- Object {
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
- Array [
780
- Object {
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
- Array [
788
- Object {
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
- Array [
813
- Object {
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
- Array [
821
- Object {
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
- Array [
845
- Object {
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
- Array [
867
- Object {
866
+ [
867
+ {
868
868
  "alignSelf": "stretch",
869
869
  "flexGrow": 2,
870
870
  "fontFamily": "BeVietnamPro-Regular",