@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,9 +3,9 @@
3
3
  exports[`CardCarousel android should render correctly on iOS 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {},
8
- Object {
6
+ [
7
+ {},
8
+ {
9
9
  "height": 100,
10
10
  "width": 100,
11
11
  },
@@ -16,7 +16,7 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
16
16
  <RCTScrollView
17
17
  bounces={false}
18
18
  contentInset={
19
- Object {
19
+ {
20
20
  "bottom": 0,
21
21
  "left": 24,
22
22
  "right": 24,
@@ -24,7 +24,7 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
24
24
  }
25
25
  }
26
26
  data={
27
- Array [
27
+ [
28
28
  <Body
29
29
  variant="small"
30
30
  >
@@ -59,17 +59,17 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
59
59
  showsHorizontalScrollIndicator={false}
60
60
  snapToAlignment="center"
61
61
  snapToInterval={0}
62
- stickyHeaderIndices={Array []}
62
+ stickyHeaderIndices={[]}
63
63
  viewabilityConfig={
64
- Object {
64
+ {
65
65
  "itemVisiblePercentThreshold": 80,
66
66
  }
67
67
  }
68
68
  viewabilityConfigCallbackPairs={
69
- Array [
70
- Object {
69
+ [
70
+ {
71
71
  "onViewableItemsChanged": [Function],
72
- "viewabilityConfig": Object {
72
+ "viewabilityConfig": {
73
73
  "itemVisiblePercentThreshold": 80,
74
74
  },
75
75
  },
@@ -79,8 +79,8 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
79
79
  <View>
80
80
  <View
81
81
  style={
82
- Array [
83
- Object {
82
+ [
83
+ {
84
84
  "flexDirection": "row",
85
85
  },
86
86
  null,
@@ -89,11 +89,11 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
89
89
  >
90
90
  <View
91
91
  style={
92
- Array [
93
- Object {
92
+ [
93
+ {
94
94
  "padding": 8,
95
95
  },
96
- Object {
96
+ {
97
97
  "width": 0,
98
98
  },
99
99
  ]
@@ -101,13 +101,13 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
101
101
  >
102
102
  <View
103
103
  style={
104
- Array [
105
- Object {
104
+ [
105
+ {
106
106
  "borderRadius": 8,
107
107
  "elevation": 3,
108
108
  "flex": 1,
109
109
  "shadowColor": "#001f23",
110
- "shadowOffset": Object {
110
+ "shadowOffset": {
111
111
  "height": 2,
112
112
  "width": 0,
113
113
  },
@@ -120,13 +120,13 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
120
120
  >
121
121
  <View
122
122
  style={
123
- Array [
124
- Object {
123
+ [
124
+ {
125
125
  "borderRadius": 12,
126
126
  "overflow": "hidden",
127
127
  },
128
- Array [
129
- Object {
128
+ [
129
+ {
130
130
  "borderRadius": 8,
131
131
  "flex": 1,
132
132
  "overflow": "hidden",
@@ -139,8 +139,8 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
139
139
  <Text
140
140
  allowFontScaling={false}
141
141
  style={
142
- Array [
143
- Object {
142
+ [
143
+ {
144
144
  "color": "#001f23",
145
145
  "fontFamily": "BeVietnamPro-Regular",
146
146
  "fontSize": 14,
@@ -162,8 +162,8 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
162
162
  </View>
163
163
  <View
164
164
  style={
165
- Array [
166
- Object {
165
+ [
166
+ {
167
167
  "flexDirection": "row",
168
168
  },
169
169
  null,
@@ -172,11 +172,11 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
172
172
  >
173
173
  <View
174
174
  style={
175
- Array [
176
- Object {
175
+ [
176
+ {
177
177
  "padding": 8,
178
178
  },
179
- Object {
179
+ {
180
180
  "width": 0,
181
181
  },
182
182
  ]
@@ -184,13 +184,13 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
184
184
  >
185
185
  <View
186
186
  style={
187
- Array [
188
- Object {
187
+ [
188
+ {
189
189
  "borderRadius": 8,
190
190
  "elevation": 3,
191
191
  "flex": 1,
192
192
  "shadowColor": "#001f23",
193
- "shadowOffset": Object {
193
+ "shadowOffset": {
194
194
  "height": 2,
195
195
  "width": 0,
196
196
  },
@@ -203,13 +203,13 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
203
203
  >
204
204
  <View
205
205
  style={
206
- Array [
207
- Object {
206
+ [
207
+ {
208
208
  "borderRadius": 12,
209
209
  "overflow": "hidden",
210
210
  },
211
- Array [
212
- Object {
211
+ [
212
+ {
213
213
  "borderRadius": 8,
214
214
  "flex": 1,
215
215
  "overflow": "hidden",
@@ -222,8 +222,8 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
222
222
  <Text
223
223
  allowFontScaling={false}
224
224
  style={
225
- Array [
226
- Object {
225
+ [
226
+ {
227
227
  "color": "#001f23",
228
228
  "fontFamily": "BeVietnamPro-Regular",
229
229
  "fontSize": 14,
@@ -247,13 +247,13 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
247
247
  </RCTScrollView>
248
248
  <View
249
249
  style={
250
- Array [
251
- Object {
250
+ [
251
+ {
252
252
  "alignItems": "center",
253
253
  "flexDirection": "row",
254
254
  },
255
- Array [
256
- Object {
255
+ [
256
+ {
257
257
  "alignSelf": "center",
258
258
  "marginTop": 16,
259
259
  },
@@ -266,7 +266,7 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
266
266
  <View
267
267
  collapsable={false}
268
268
  style={
269
- Object {
269
+ {
270
270
  "backgroundColor": "#401960",
271
271
  "borderRadius": 999,
272
272
  "height": 8,
@@ -280,7 +280,7 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
280
280
  <View
281
281
  collapsable={false}
282
282
  style={
283
- Object {
283
+ {
284
284
  "backgroundColor": "#401960",
285
285
  "borderRadius": 999,
286
286
  "height": 8,
@@ -298,9 +298,9 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
298
298
  exports[`CardCarousel ios should render correctly on iOS 1`] = `
299
299
  <View
300
300
  style={
301
- Array [
302
- Object {},
303
- Object {
301
+ [
302
+ {},
303
+ {
304
304
  "height": 100,
305
305
  "width": 100,
306
306
  },
@@ -311,7 +311,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
311
311
  <RCTScrollView
312
312
  bounces={false}
313
313
  contentInset={
314
- Object {
314
+ {
315
315
  "bottom": 0,
316
316
  "left": 24,
317
317
  "right": 24,
@@ -319,7 +319,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
319
319
  }
320
320
  }
321
321
  data={
322
- Array [
322
+ [
323
323
  <Body
324
324
  variant="small"
325
325
  >
@@ -354,17 +354,17 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
354
354
  showsHorizontalScrollIndicator={false}
355
355
  snapToAlignment="center"
356
356
  snapToInterval={0}
357
- stickyHeaderIndices={Array []}
357
+ stickyHeaderIndices={[]}
358
358
  viewabilityConfig={
359
- Object {
359
+ {
360
360
  "itemVisiblePercentThreshold": 80,
361
361
  }
362
362
  }
363
363
  viewabilityConfigCallbackPairs={
364
- Array [
365
- Object {
364
+ [
365
+ {
366
366
  "onViewableItemsChanged": [Function],
367
- "viewabilityConfig": Object {
367
+ "viewabilityConfig": {
368
368
  "itemVisiblePercentThreshold": 80,
369
369
  },
370
370
  },
@@ -374,8 +374,8 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
374
374
  <View>
375
375
  <View
376
376
  style={
377
- Array [
378
- Object {
377
+ [
378
+ {
379
379
  "flexDirection": "row",
380
380
  },
381
381
  null,
@@ -384,11 +384,11 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
384
384
  >
385
385
  <View
386
386
  style={
387
- Array [
388
- Object {
387
+ [
388
+ {
389
389
  "padding": 8,
390
390
  },
391
- Object {
391
+ {
392
392
  "width": 0,
393
393
  },
394
394
  ]
@@ -396,13 +396,13 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
396
396
  >
397
397
  <View
398
398
  style={
399
- Array [
400
- Object {
399
+ [
400
+ {
401
401
  "borderRadius": 8,
402
402
  "elevation": 3,
403
403
  "flex": 1,
404
404
  "shadowColor": "#001f23",
405
- "shadowOffset": Object {
405
+ "shadowOffset": {
406
406
  "height": 2,
407
407
  "width": 0,
408
408
  },
@@ -415,13 +415,13 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
415
415
  >
416
416
  <View
417
417
  style={
418
- Array [
419
- Object {
418
+ [
419
+ {
420
420
  "borderRadius": 12,
421
421
  "overflow": "hidden",
422
422
  },
423
- Array [
424
- Object {
423
+ [
424
+ {
425
425
  "borderRadius": 8,
426
426
  "flex": 1,
427
427
  "overflow": "hidden",
@@ -434,8 +434,8 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
434
434
  <Text
435
435
  allowFontScaling={false}
436
436
  style={
437
- Array [
438
- Object {
437
+ [
438
+ {
439
439
  "color": "#001f23",
440
440
  "fontFamily": "BeVietnamPro-Regular",
441
441
  "fontSize": 14,
@@ -457,8 +457,8 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
457
457
  </View>
458
458
  <View
459
459
  style={
460
- Array [
461
- Object {
460
+ [
461
+ {
462
462
  "flexDirection": "row",
463
463
  },
464
464
  null,
@@ -467,11 +467,11 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
467
467
  >
468
468
  <View
469
469
  style={
470
- Array [
471
- Object {
470
+ [
471
+ {
472
472
  "padding": 8,
473
473
  },
474
- Object {
474
+ {
475
475
  "width": 0,
476
476
  },
477
477
  ]
@@ -479,13 +479,13 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
479
479
  >
480
480
  <View
481
481
  style={
482
- Array [
483
- Object {
482
+ [
483
+ {
484
484
  "borderRadius": 8,
485
485
  "elevation": 3,
486
486
  "flex": 1,
487
487
  "shadowColor": "#001f23",
488
- "shadowOffset": Object {
488
+ "shadowOffset": {
489
489
  "height": 2,
490
490
  "width": 0,
491
491
  },
@@ -498,13 +498,13 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
498
498
  >
499
499
  <View
500
500
  style={
501
- Array [
502
- Object {
501
+ [
502
+ {
503
503
  "borderRadius": 12,
504
504
  "overflow": "hidden",
505
505
  },
506
- Array [
507
- Object {
506
+ [
507
+ {
508
508
  "borderRadius": 8,
509
509
  "flex": 1,
510
510
  "overflow": "hidden",
@@ -517,8 +517,8 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
517
517
  <Text
518
518
  allowFontScaling={false}
519
519
  style={
520
- Array [
521
- Object {
520
+ [
521
+ {
522
522
  "color": "#001f23",
523
523
  "fontFamily": "BeVietnamPro-Regular",
524
524
  "fontSize": 14,
@@ -542,13 +542,13 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
542
542
  </RCTScrollView>
543
543
  <View
544
544
  style={
545
- Array [
546
- Object {
545
+ [
546
+ {
547
547
  "alignItems": "center",
548
548
  "flexDirection": "row",
549
549
  },
550
- Array [
551
- Object {
550
+ [
551
+ {
552
552
  "alignSelf": "center",
553
553
  "marginTop": 16,
554
554
  },
@@ -561,7 +561,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
561
561
  <View
562
562
  collapsable={false}
563
563
  style={
564
- Object {
564
+ {
565
565
  "backgroundColor": "#401960",
566
566
  "borderRadius": 999,
567
567
  "height": 8,
@@ -575,7 +575,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
575
575
  <View
576
576
  collapsable={false}
577
577
  style={
578
- Object {
578
+ {
579
579
  "backgroundColor": "#401960",
580
580
  "borderRadius": 999,
581
581
  "height": 8,
@@ -3,13 +3,13 @@
3
3
  exports[`StyledCard should render correctly 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {
6
+ [
7
+ {
8
8
  "borderRadius": 12,
9
9
  "overflow": "hidden",
10
10
  },
11
- Array [
12
- Object {
11
+ [
12
+ {
13
13
  "borderRadius": 8,
14
14
  "flex": 1,
15
15
  "overflow": "hidden",
@@ -24,8 +24,8 @@ exports[`StyledCard should render correctly 1`] = `
24
24
  exports[`StyledItemWrapper should render correctly 1`] = `
25
25
  <View
26
26
  style={
27
- Array [
28
- Object {
27
+ [
28
+ {
29
29
  "padding": 8,
30
30
  },
31
31
  undefined,
@@ -37,13 +37,13 @@ exports[`StyledItemWrapper should render correctly 1`] = `
37
37
  exports[`StyledPageControl should render correctly 1`] = `
38
38
  <View
39
39
  style={
40
- Array [
41
- Object {
40
+ [
41
+ {
42
42
  "alignItems": "center",
43
43
  "flexDirection": "row",
44
44
  },
45
- Array [
46
- Object {
45
+ [
46
+ {
47
47
  "alignSelf": "center",
48
48
  "marginTop": 16,
49
49
  },
@@ -55,7 +55,7 @@ exports[`StyledPageControl should render correctly 1`] = `
55
55
  <View
56
56
  collapsable={false}
57
57
  style={
58
- Object {
58
+ {
59
59
  "backgroundColor": "#401960",
60
60
  "borderRadius": 999,
61
61
  "height": 8,
@@ -69,7 +69,7 @@ exports[`StyledPageControl should render correctly 1`] = `
69
69
  <View
70
70
  collapsable={false}
71
71
  style={
72
- Object {
72
+ {
73
73
  "backgroundColor": "#401960",
74
74
  "borderRadius": 999,
75
75
  "height": 8,
@@ -83,7 +83,7 @@ exports[`StyledPageControl should render correctly 1`] = `
83
83
  <View
84
84
  collapsable={false}
85
85
  style={
86
- Object {
86
+ {
87
87
  "backgroundColor": "#401960",
88
88
  "borderRadius": 999,
89
89
  "height": 8,
@@ -100,8 +100,8 @@ exports[`StyledPageControl should render correctly 1`] = `
100
100
  exports[`StyledWrapper should render correctly 1`] = `
101
101
  <View
102
102
  style={
103
- Array [
104
- Object {},
103
+ [
104
+ {},
105
105
  undefined,
106
106
  ]
107
107
  }
@@ -3,8 +3,8 @@
3
3
  exports[`StyledBackDrop renders correct basic style 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {
6
+ [
7
+ {
8
8
  "backgroundColor": "#ece8ef",
9
9
  "bottom": 0,
10
10
  "left": 0,