@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
@@ -3,8 +3,8 @@
3
3
  exports[`rendering renders correctly 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {
6
+ [
7
+ {
8
8
  "alignContent": "flex-start",
9
9
  },
10
10
  undefined,
@@ -13,8 +13,8 @@ exports[`rendering renders correctly 1`] = `
13
13
  >
14
14
  <View
15
15
  style={
16
- Array [
17
- Object {
16
+ [
17
+ {
18
18
  "flexDirection": "row",
19
19
  },
20
20
  undefined,
@@ -23,8 +23,8 @@ exports[`rendering renders correctly 1`] = `
23
23
  >
24
24
  <View
25
25
  style={
26
- Array [
27
- Object {
26
+ [
27
+ {
28
28
  "alignItems": "center",
29
29
  "borderColor": "#001f23",
30
30
  "borderRadius": 8,
@@ -41,8 +41,8 @@ exports[`rendering renders correctly 1`] = `
41
41
  >
42
42
  <View
43
43
  style={
44
- Array [
45
- Object {
44
+ [
45
+ {
46
46
  "backgroundColor": "#001f23",
47
47
  "borderColor": "#001f23",
48
48
  "borderRadius": 999,
@@ -59,8 +59,8 @@ exports[`rendering renders correctly 1`] = `
59
59
  </View>
60
60
  <View
61
61
  style={
62
- Array [
63
- Object {
62
+ [
63
+ {
64
64
  "marginLeft": 16,
65
65
  },
66
66
  undefined,
@@ -69,8 +69,8 @@ exports[`rendering renders correctly 1`] = `
69
69
  />
70
70
  <View
71
71
  style={
72
- Array [
73
- Object {
72
+ [
73
+ {
74
74
  "alignItems": "center",
75
75
  "borderColor": "#001f23",
76
76
  "borderRadius": 8,
@@ -87,8 +87,8 @@ exports[`rendering renders correctly 1`] = `
87
87
  >
88
88
  <View
89
89
  style={
90
- Array [
91
- Object {
90
+ [
91
+ {
92
92
  "backgroundColor": "#001f23",
93
93
  "borderColor": "#001f23",
94
94
  "borderRadius": 999,
@@ -105,8 +105,8 @@ exports[`rendering renders correctly 1`] = `
105
105
  </View>
106
106
  <View
107
107
  style={
108
- Array [
109
- Object {
108
+ [
109
+ {
110
110
  "marginLeft": 16,
111
111
  },
112
112
  undefined,
@@ -115,8 +115,8 @@ exports[`rendering renders correctly 1`] = `
115
115
  />
116
116
  <View
117
117
  style={
118
- Array [
119
- Object {
118
+ [
119
+ {
120
120
  "alignItems": "center",
121
121
  "borderColor": "#001f23",
122
122
  "borderRadius": 8,
@@ -133,8 +133,8 @@ exports[`rendering renders correctly 1`] = `
133
133
  >
134
134
  <View
135
135
  style={
136
- Array [
137
- Object {
136
+ [
137
+ {
138
138
  "borderColor": "#001f23",
139
139
  "borderRadius": 999,
140
140
  "borderWidth": 1,
@@ -150,8 +150,8 @@ exports[`rendering renders correctly 1`] = `
150
150
  </View>
151
151
  <View
152
152
  style={
153
- Array [
154
- Object {
153
+ [
154
+ {
155
155
  "marginLeft": 16,
156
156
  },
157
157
  undefined,
@@ -160,8 +160,8 @@ exports[`rendering renders correctly 1`] = `
160
160
  />
161
161
  <View
162
162
  style={
163
- Array [
164
- Object {
163
+ [
164
+ {
165
165
  "alignItems": "center",
166
166
  "borderColor": "#001f23",
167
167
  "borderRadius": 8,
@@ -178,8 +178,8 @@ exports[`rendering renders correctly 1`] = `
178
178
  >
179
179
  <View
180
180
  style={
181
- Array [
182
- Object {
181
+ [
182
+ {
183
183
  "borderColor": "#001f23",
184
184
  "borderRadius": 999,
185
185
  "borderWidth": 1,
@@ -207,8 +207,8 @@ exports[`rendering renders correctly 1`] = `
207
207
  pointerEvents="box-only"
208
208
  secureTextEntry={true}
209
209
  style={
210
- Array [
211
- Object {
210
+ [
211
+ {
212
212
  "height": "100%",
213
213
  "left": 0,
214
214
  "opacity": 0,
@@ -229,8 +229,8 @@ exports[`rendering renders correctly 1`] = `
229
229
  exports[`rendering renders correctly when disabled 1`] = `
230
230
  <View
231
231
  style={
232
- Array [
233
- Object {
232
+ [
233
+ {
234
234
  "alignContent": "flex-start",
235
235
  },
236
236
  undefined,
@@ -239,8 +239,8 @@ exports[`rendering renders correctly when disabled 1`] = `
239
239
  >
240
240
  <View
241
241
  style={
242
- Array [
243
- Object {
242
+ [
243
+ {
244
244
  "flexDirection": "row",
245
245
  },
246
246
  undefined,
@@ -249,8 +249,8 @@ exports[`rendering renders correctly when disabled 1`] = `
249
249
  >
250
250
  <View
251
251
  style={
252
- Array [
253
- Object {
252
+ [
253
+ {
254
254
  "alignItems": "center",
255
255
  "borderColor": "#bfc1c5",
256
256
  "borderRadius": 8,
@@ -267,8 +267,8 @@ exports[`rendering renders correctly when disabled 1`] = `
267
267
  >
268
268
  <View
269
269
  style={
270
- Array [
271
- Object {
270
+ [
271
+ {
272
272
  "backgroundColor": "#bfc1c5",
273
273
  "borderColor": "#bfc1c5",
274
274
  "borderRadius": 999,
@@ -285,8 +285,8 @@ exports[`rendering renders correctly when disabled 1`] = `
285
285
  </View>
286
286
  <View
287
287
  style={
288
- Array [
289
- Object {
288
+ [
289
+ {
290
290
  "marginLeft": 16,
291
291
  },
292
292
  undefined,
@@ -295,8 +295,8 @@ exports[`rendering renders correctly when disabled 1`] = `
295
295
  />
296
296
  <View
297
297
  style={
298
- Array [
299
- Object {
298
+ [
299
+ {
300
300
  "alignItems": "center",
301
301
  "borderColor": "#bfc1c5",
302
302
  "borderRadius": 8,
@@ -313,8 +313,8 @@ exports[`rendering renders correctly when disabled 1`] = `
313
313
  >
314
314
  <View
315
315
  style={
316
- Array [
317
- Object {
316
+ [
317
+ {
318
318
  "backgroundColor": "#bfc1c5",
319
319
  "borderColor": "#bfc1c5",
320
320
  "borderRadius": 999,
@@ -331,8 +331,8 @@ exports[`rendering renders correctly when disabled 1`] = `
331
331
  </View>
332
332
  <View
333
333
  style={
334
- Array [
335
- Object {
334
+ [
335
+ {
336
336
  "marginLeft": 16,
337
337
  },
338
338
  undefined,
@@ -341,8 +341,8 @@ exports[`rendering renders correctly when disabled 1`] = `
341
341
  />
342
342
  <View
343
343
  style={
344
- Array [
345
- Object {
344
+ [
345
+ {
346
346
  "alignItems": "center",
347
347
  "borderColor": "#bfc1c5",
348
348
  "borderRadius": 8,
@@ -359,8 +359,8 @@ exports[`rendering renders correctly when disabled 1`] = `
359
359
  >
360
360
  <View
361
361
  style={
362
- Array [
363
- Object {
362
+ [
363
+ {
364
364
  "borderColor": "#bfc1c5",
365
365
  "borderRadius": 999,
366
366
  "borderWidth": 1,
@@ -376,8 +376,8 @@ exports[`rendering renders correctly when disabled 1`] = `
376
376
  </View>
377
377
  <View
378
378
  style={
379
- Array [
380
- Object {
379
+ [
380
+ {
381
381
  "marginLeft": 16,
382
382
  },
383
383
  undefined,
@@ -386,8 +386,8 @@ exports[`rendering renders correctly when disabled 1`] = `
386
386
  />
387
387
  <View
388
388
  style={
389
- Array [
390
- Object {
389
+ [
390
+ {
391
391
  "alignItems": "center",
392
392
  "borderColor": "#bfc1c5",
393
393
  "borderRadius": 8,
@@ -404,8 +404,8 @@ exports[`rendering renders correctly when disabled 1`] = `
404
404
  >
405
405
  <View
406
406
  style={
407
- Array [
408
- Object {
407
+ [
408
+ {
409
409
  "borderColor": "#bfc1c5",
410
410
  "borderRadius": 999,
411
411
  "borderWidth": 1,
@@ -433,8 +433,8 @@ exports[`rendering renders correctly when disabled 1`] = `
433
433
  pointerEvents="box-only"
434
434
  secureTextEntry={true}
435
435
  style={
436
- Array [
437
- Object {
436
+ [
437
+ {
438
438
  "height": "100%",
439
439
  "left": 0,
440
440
  "opacity": 0,
@@ -455,8 +455,8 @@ exports[`rendering renders correctly when disabled 1`] = `
455
455
  exports[`rendering renders correctly when length is 6 and secure is false 1`] = `
456
456
  <View
457
457
  style={
458
- Array [
459
- Object {
458
+ [
459
+ {
460
460
  "alignContent": "flex-start",
461
461
  },
462
462
  undefined,
@@ -465,8 +465,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
465
465
  >
466
466
  <View
467
467
  style={
468
- Array [
469
- Object {
468
+ [
469
+ {
470
470
  "flexDirection": "row",
471
471
  },
472
472
  undefined,
@@ -475,8 +475,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
475
475
  >
476
476
  <View
477
477
  style={
478
- Array [
479
- Object {
478
+ [
479
+ {
480
480
  "alignItems": "center",
481
481
  "borderColor": "#001f23",
482
482
  "borderRadius": 8,
@@ -494,16 +494,16 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
494
494
  <Text
495
495
  allowFontScaling={false}
496
496
  style={
497
- Array [
498
- Object {
497
+ [
498
+ {
499
499
  "color": "#001f23",
500
500
  "fontFamily": "BeVietnamPro-SemiBold",
501
501
  "fontSize": 28,
502
502
  "letterSpacing": 0.24,
503
503
  "lineHeight": 36,
504
504
  },
505
- Array [
506
- Object {
505
+ [
506
+ {
507
507
  "color": "#001f23",
508
508
  },
509
509
  undefined,
@@ -520,8 +520,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
520
520
  </View>
521
521
  <View
522
522
  style={
523
- Array [
524
- Object {
523
+ [
524
+ {
525
525
  "marginLeft": 16,
526
526
  },
527
527
  undefined,
@@ -530,8 +530,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
530
530
  />
531
531
  <View
532
532
  style={
533
- Array [
534
- Object {
533
+ [
534
+ {
535
535
  "alignItems": "center",
536
536
  "borderColor": "#001f23",
537
537
  "borderRadius": 8,
@@ -549,16 +549,16 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
549
549
  <Text
550
550
  allowFontScaling={false}
551
551
  style={
552
- Array [
553
- Object {
552
+ [
553
+ {
554
554
  "color": "#001f23",
555
555
  "fontFamily": "BeVietnamPro-SemiBold",
556
556
  "fontSize": 28,
557
557
  "letterSpacing": 0.24,
558
558
  "lineHeight": 36,
559
559
  },
560
- Array [
561
- Object {
560
+ [
561
+ {
562
562
  "color": "#001f23",
563
563
  },
564
564
  undefined,
@@ -575,8 +575,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
575
575
  </View>
576
576
  <View
577
577
  style={
578
- Array [
579
- Object {
578
+ [
579
+ {
580
580
  "marginLeft": 16,
581
581
  },
582
582
  undefined,
@@ -585,8 +585,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
585
585
  />
586
586
  <View
587
587
  style={
588
- Array [
589
- Object {
588
+ [
589
+ {
590
590
  "alignItems": "center",
591
591
  "borderColor": "#001f23",
592
592
  "borderRadius": 8,
@@ -604,16 +604,16 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
604
604
  <Text
605
605
  allowFontScaling={false}
606
606
  style={
607
- Array [
608
- Object {
607
+ [
608
+ {
609
609
  "color": "#001f23",
610
610
  "fontFamily": "BeVietnamPro-SemiBold",
611
611
  "fontSize": 28,
612
612
  "letterSpacing": 0.24,
613
613
  "lineHeight": 36,
614
614
  },
615
- Array [
616
- Object {
615
+ [
616
+ {
617
617
  "color": "#001f23",
618
618
  },
619
619
  undefined,
@@ -630,8 +630,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
630
630
  </View>
631
631
  <View
632
632
  style={
633
- Array [
634
- Object {
633
+ [
634
+ {
635
635
  "marginLeft": 16,
636
636
  },
637
637
  undefined,
@@ -640,8 +640,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
640
640
  />
641
641
  <View
642
642
  style={
643
- Array [
644
- Object {
643
+ [
644
+ {
645
645
  "alignItems": "center",
646
646
  "borderColor": "#001f23",
647
647
  "borderRadius": 8,
@@ -658,8 +658,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
658
658
  >
659
659
  <View
660
660
  style={
661
- Array [
662
- Object {
661
+ [
662
+ {
663
663
  "borderColor": "#001f23",
664
664
  "borderRadius": 999,
665
665
  "borderWidth": 1,
@@ -675,8 +675,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
675
675
  </View>
676
676
  <View
677
677
  style={
678
- Array [
679
- Object {
678
+ [
679
+ {
680
680
  "marginLeft": 16,
681
681
  },
682
682
  undefined,
@@ -685,8 +685,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
685
685
  />
686
686
  <View
687
687
  style={
688
- Array [
689
- Object {
688
+ [
689
+ {
690
690
  "alignItems": "center",
691
691
  "borderColor": "#001f23",
692
692
  "borderRadius": 8,
@@ -703,8 +703,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
703
703
  >
704
704
  <View
705
705
  style={
706
- Array [
707
- Object {
706
+ [
707
+ {
708
708
  "borderColor": "#001f23",
709
709
  "borderRadius": 999,
710
710
  "borderWidth": 1,
@@ -720,8 +720,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
720
720
  </View>
721
721
  <View
722
722
  style={
723
- Array [
724
- Object {
723
+ [
724
+ {
725
725
  "marginLeft": 16,
726
726
  },
727
727
  undefined,
@@ -730,8 +730,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
730
730
  />
731
731
  <View
732
732
  style={
733
- Array [
734
- Object {
733
+ [
734
+ {
735
735
  "alignItems": "center",
736
736
  "borderColor": "#001f23",
737
737
  "borderRadius": 8,
@@ -748,8 +748,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
748
748
  >
749
749
  <View
750
750
  style={
751
- Array [
752
- Object {
751
+ [
752
+ {
753
753
  "borderColor": "#001f23",
754
754
  "borderRadius": 999,
755
755
  "borderWidth": 1,
@@ -777,8 +777,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
777
777
  pointerEvents="box-only"
778
778
  secureTextEntry={false}
779
779
  style={
780
- Array [
781
- Object {
780
+ [
781
+ {
782
782
  "height": "100%",
783
783
  "left": 0,
784
784
  "opacity": 0,
@@ -799,8 +799,8 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
799
799
  exports[`rendering renders correctly when there is error 1`] = `
800
800
  <View
801
801
  style={
802
- Array [
803
- Object {
802
+ [
803
+ {
804
804
  "alignContent": "flex-start",
805
805
  },
806
806
  undefined,
@@ -809,8 +809,8 @@ exports[`rendering renders correctly when there is error 1`] = `
809
809
  >
810
810
  <View
811
811
  style={
812
- Array [
813
- Object {
812
+ [
813
+ {
814
814
  "flexDirection": "row",
815
815
  },
816
816
  undefined,
@@ -819,8 +819,8 @@ exports[`rendering renders correctly when there is error 1`] = `
819
819
  >
820
820
  <View
821
821
  style={
822
- Array [
823
- Object {
822
+ [
823
+ {
824
824
  "alignItems": "center",
825
825
  "borderColor": "#cb300a",
826
826
  "borderRadius": 8,
@@ -837,8 +837,8 @@ exports[`rendering renders correctly when there is error 1`] = `
837
837
  >
838
838
  <View
839
839
  style={
840
- Array [
841
- Object {
840
+ [
841
+ {
842
842
  "backgroundColor": "#cb300a",
843
843
  "borderColor": "#cb300a",
844
844
  "borderRadius": 999,
@@ -855,8 +855,8 @@ exports[`rendering renders correctly when there is error 1`] = `
855
855
  </View>
856
856
  <View
857
857
  style={
858
- Array [
859
- Object {
858
+ [
859
+ {
860
860
  "marginLeft": 16,
861
861
  },
862
862
  undefined,
@@ -865,8 +865,8 @@ exports[`rendering renders correctly when there is error 1`] = `
865
865
  />
866
866
  <View
867
867
  style={
868
- Array [
869
- Object {
868
+ [
869
+ {
870
870
  "alignItems": "center",
871
871
  "borderColor": "#cb300a",
872
872
  "borderRadius": 8,
@@ -883,8 +883,8 @@ exports[`rendering renders correctly when there is error 1`] = `
883
883
  >
884
884
  <View
885
885
  style={
886
- Array [
887
- Object {
886
+ [
887
+ {
888
888
  "backgroundColor": "#cb300a",
889
889
  "borderColor": "#cb300a",
890
890
  "borderRadius": 999,
@@ -901,8 +901,8 @@ exports[`rendering renders correctly when there is error 1`] = `
901
901
  </View>
902
902
  <View
903
903
  style={
904
- Array [
905
- Object {
904
+ [
905
+ {
906
906
  "marginLeft": 16,
907
907
  },
908
908
  undefined,
@@ -911,8 +911,8 @@ exports[`rendering renders correctly when there is error 1`] = `
911
911
  />
912
912
  <View
913
913
  style={
914
- Array [
915
- Object {
914
+ [
915
+ {
916
916
  "alignItems": "center",
917
917
  "borderColor": "#cb300a",
918
918
  "borderRadius": 8,
@@ -929,8 +929,8 @@ exports[`rendering renders correctly when there is error 1`] = `
929
929
  >
930
930
  <View
931
931
  style={
932
- Array [
933
- Object {
932
+ [
933
+ {
934
934
  "borderColor": "#cb300a",
935
935
  "borderRadius": 999,
936
936
  "borderWidth": 1,
@@ -946,8 +946,8 @@ exports[`rendering renders correctly when there is error 1`] = `
946
946
  </View>
947
947
  <View
948
948
  style={
949
- Array [
950
- Object {
949
+ [
950
+ {
951
951
  "marginLeft": 16,
952
952
  },
953
953
  undefined,
@@ -956,8 +956,8 @@ exports[`rendering renders correctly when there is error 1`] = `
956
956
  />
957
957
  <View
958
958
  style={
959
- Array [
960
- Object {
959
+ [
960
+ {
961
961
  "alignItems": "center",
962
962
  "borderColor": "#cb300a",
963
963
  "borderRadius": 8,
@@ -974,8 +974,8 @@ exports[`rendering renders correctly when there is error 1`] = `
974
974
  >
975
975
  <View
976
976
  style={
977
- Array [
978
- Object {
977
+ [
978
+ {
979
979
  "borderColor": "#cb300a",
980
980
  "borderRadius": 999,
981
981
  "borderWidth": 1,
@@ -992,8 +992,8 @@ exports[`rendering renders correctly when there is error 1`] = `
992
992
  </View>
993
993
  <View
994
994
  style={
995
- Array [
996
- Object {
995
+ [
996
+ {
997
997
  "alignItems": "center",
998
998
  "flexDirection": "row",
999
999
  "paddingTop": 4,
@@ -1005,8 +1005,8 @@ exports[`rendering renders correctly when there is error 1`] = `
1005
1005
  <HeroIcon
1006
1006
  name="circle-info"
1007
1007
  style={
1008
- Array [
1009
- Object {
1008
+ [
1009
+ {
1010
1010
  "color": "#cb300a",
1011
1011
  "fontSize": 16,
1012
1012
  },
@@ -1020,16 +1020,16 @@ exports[`rendering renders correctly when there is error 1`] = `
1020
1020
  <Text
1021
1021
  allowFontScaling={false}
1022
1022
  style={
1023
- Array [
1024
- Object {
1023
+ [
1024
+ {
1025
1025
  "color": "#001f23",
1026
1026
  "fontFamily": "BeVietnamPro-Regular",
1027
1027
  "fontSize": 12,
1028
1028
  "letterSpacing": 0.48,
1029
1029
  "lineHeight": 16,
1030
1030
  },
1031
- Array [
1032
- Object {
1031
+ [
1032
+ {
1033
1033
  "color": "#cb300a",
1034
1034
  "paddingLeft": 4,
1035
1035
  },
@@ -1056,8 +1056,8 @@ exports[`rendering renders correctly when there is error 1`] = `
1056
1056
  pointerEvents="box-only"
1057
1057
  secureTextEntry={true}
1058
1058
  style={
1059
- Array [
1060
- Object {
1059
+ [
1060
+ {
1061
1061
  "height": "100%",
1062
1062
  "left": 0,
1063
1063
  "opacity": 0,