@hero-design/rn 8.52.0 → 8.52.2-rc2.0

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 (182) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +26 -0
  3. package/es/index.js +399 -709
  4. package/lib/index.js +397 -708
  5. package/package.json +7 -7
  6. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -4
  7. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +0 -2
  8. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  9. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
  10. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  11. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +0 -2
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  13. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +0 -3
  14. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  15. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +0 -6
  16. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -2
  17. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +32 -21
  18. package/src/components/BottomSheet/index.tsx +1 -1
  19. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +0 -21
  20. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +0 -10
  21. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +0 -10
  22. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  23. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +0 -16
  24. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +0 -1
  25. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +0 -32
  26. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
  27. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +0 -7
  28. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +0 -5
  29. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +0 -1
  30. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
  31. package/src/components/Carousel/CardCarousel.tsx +1 -5
  32. package/src/components/Carousel/StyledCardCarousel.tsx +1 -16
  33. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +92 -174
  34. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +0 -4
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +0 -1
  36. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1 -803
  37. package/src/components/Carousel/__tests__/index.spec.tsx +37 -47
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +0 -8
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
  40. package/src/components/Checkbox/index.tsx +1 -13
  41. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
  42. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +0 -2
  43. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  44. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +0 -1
  45. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +0 -15
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +0 -1
  48. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +0 -1
  49. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +309 -329
  50. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +0 -12
  51. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  52. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  53. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  54. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  55. package/src/components/Error/index.tsx +3 -20
  56. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  57. package/src/components/FAB/ActionGroup/index.tsx +1 -14
  58. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +0 -2
  59. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +0 -3
  60. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  61. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  62. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  63. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  64. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +0 -2
  65. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +0 -4
  66. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
  67. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -9
  68. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  69. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  70. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +0 -5
  71. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  72. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  73. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -5
  74. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +0 -2
  75. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +0 -1
  76. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  77. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  78. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -1
  79. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +0 -1
  80. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +0 -2
  81. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +0 -4
  82. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
  83. package/src/components/SectionHeading/__tests__/index.spec.tsx +0 -1
  84. package/src/components/SectionHeading/index.tsx +32 -57
  85. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +0 -1
  86. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +0 -4
  87. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +128 -42
  88. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +0 -1
  89. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +0 -4
  90. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +96 -35
  91. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
  92. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  93. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -1
  94. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -24
  95. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  96. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  97. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
  98. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  99. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -4
  100. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  101. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -5
  102. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  103. package/src/components/Tabs/__tests__/SceneView.spec.tsx +1 -1
  104. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +0 -4
  105. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -3
  106. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +0 -1
  107. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
  108. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
  109. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +0 -10
  110. package/src/components/Tag/index.tsx +0 -12
  111. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +0 -21
  112. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -17
  113. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +0 -2
  114. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +309 -330
  115. package/src/components/Toast/StyledToast.tsx +7 -9
  116. package/src/components/Toast/Toast.tsx +1 -4
  117. package/src/components/Toast/ToastContainer.tsx +2 -6
  118. package/src/components/Toast/ToastContext.ts +2 -5
  119. package/src/components/Toast/ToastProvider.tsx +2 -19
  120. package/src/components/Toast/__tests__/ToastContainer.spec.tsx +12 -15
  121. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -7
  122. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +6 -14
  123. package/src/components/Toast/types.ts +1 -5
  124. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +0 -3
  125. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +0 -8
  126. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +0 -16
  127. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +0 -19
  128. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +0 -10
  129. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +0 -13
  130. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +0 -8
  131. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +0 -11
  132. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +0 -20
  133. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +0 -20
  134. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +0 -23
  135. package/src/index.ts +0 -2
  136. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +0 -112
  137. package/src/theme/components/badge.ts +1 -28
  138. package/src/theme/components/button.ts +0 -24
  139. package/src/theme/components/cardCarousel.ts +1 -8
  140. package/src/theme/components/carousel.ts +1 -28
  141. package/src/theme/components/empty.ts +1 -23
  142. package/src/theme/components/error.ts +1 -32
  143. package/src/theme/components/fab.ts +2 -13
  144. package/src/theme/components/pinInput.ts +0 -32
  145. package/src/theme/components/success.ts +1 -23
  146. package/src/theme/components/tag.ts +1 -28
  147. package/src/theme/components/textInput.ts +0 -5
  148. package/src/theme/getTheme.ts +18 -21
  149. package/src/types.ts +0 -2
  150. package/types/components/Carousel/StyledCardCarousel.d.ts +1 -7
  151. package/types/components/Checkbox/index.d.ts +1 -6
  152. package/types/components/Error/index.d.ts +3 -9
  153. package/types/components/FAB/ActionGroup/index.d.ts +0 -5
  154. package/types/components/SectionHeading/index.d.ts +1 -11
  155. package/types/components/Tag/index.d.ts +1 -6
  156. package/types/components/Toast/StyledToast.d.ts +0 -2
  157. package/types/components/Toast/ToastContext.d.ts +2 -2
  158. package/types/components/Toast/ToastProvider.d.ts +1 -1
  159. package/types/components/Toast/index.d.ts +1 -1
  160. package/types/components/Toast/types.d.ts +1 -5
  161. package/types/index.d.ts +1 -2
  162. package/types/theme/components/badge.d.ts +0 -24
  163. package/types/theme/components/button.d.ts +0 -20
  164. package/types/theme/components/cardCarousel.d.ts +0 -10
  165. package/types/theme/components/carousel.d.ts +0 -24
  166. package/types/theme/components/empty.d.ts +0 -19
  167. package/types/theme/components/error.d.ts +0 -27
  168. package/types/theme/components/fab.d.ts +8 -19
  169. package/types/theme/components/pinInput.d.ts +0 -27
  170. package/types/theme/components/success.d.ts +0 -19
  171. package/types/theme/components/tag.d.ts +0 -24
  172. package/types/theme/components/textInput.d.ts +0 -5
  173. package/types/theme/getTheme.d.ts +18 -20
  174. package/types/types.d.ts +1 -2
  175. package/src/components/BottomNavigation/StyledBottomNavigation.tsx +0 -60
  176. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +0 -413
  177. package/src/components/BottomNavigation/__tests__/index.spec.tsx +0 -97
  178. package/src/components/BottomNavigation/index.tsx +0 -166
  179. package/src/theme/components/bottomNavigation.ts +0 -27
  180. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -52
  181. package/types/components/BottomNavigation/index.d.ts +0 -45
  182. package/types/theme/components/bottomNavigation.d.ts +0 -23
@@ -111,60 +111,40 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
111
111
  style={
112
112
  [
113
113
  {
114
- "borderRadius": 8,
115
- "elevation": 3,
116
- "flex": 1,
117
- "shadowColor": "#001f23",
118
- "shadowOffset": {
119
- "height": 2,
120
- "width": 0,
121
- },
122
- "shadowOpacity": 0.12,
123
- "shadowRadius": 4,
114
+ "borderRadius": 12,
115
+ "overflow": "hidden",
124
116
  },
125
- undefined,
117
+ [
118
+ {
119
+ "borderRadius": 8,
120
+ "flex": 1,
121
+ "overflow": "hidden",
122
+ },
123
+ undefined,
124
+ ],
126
125
  ]
127
126
  }
128
127
  >
129
- <View
128
+ <Text
129
+ allowFontScaling={false}
130
130
  style={
131
131
  [
132
132
  {
133
- "borderRadius": 12,
134
- "overflow": "hidden",
133
+ "color": "#001f23",
134
+ "fontFamily": "BeVietnamPro-Regular",
135
+ "fontSize": 14,
136
+ "letterSpacing": 0.48,
137
+ "lineHeight": 22,
135
138
  },
136
- [
137
- {
138
- "borderRadius": 8,
139
- "flex": 1,
140
- "overflow": "hidden",
141
- },
142
- undefined,
143
- ],
139
+ undefined,
144
140
  ]
145
141
  }
142
+ themeIntent="body"
143
+ themeTypeface="neutral"
144
+ themeVariant="small"
146
145
  >
147
- <Text
148
- allowFontScaling={false}
149
- style={
150
- [
151
- {
152
- "color": "#001f23",
153
- "fontFamily": "BeVietnamPro-Regular",
154
- "fontSize": 14,
155
- "letterSpacing": 0.48,
156
- "lineHeight": 22,
157
- },
158
- undefined,
159
- ]
160
- }
161
- themeIntent="body"
162
- themeTypeface="neutral"
163
- themeVariant="small"
164
- >
165
- screen 1
166
- </Text>
167
- </View>
146
+ screen 1
147
+ </Text>
168
148
  </View>
169
149
  </View>
170
150
  </View>
@@ -195,60 +175,40 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
195
175
  style={
196
176
  [
197
177
  {
198
- "borderRadius": 8,
199
- "elevation": 3,
200
- "flex": 1,
201
- "shadowColor": "#001f23",
202
- "shadowOffset": {
203
- "height": 2,
204
- "width": 0,
205
- },
206
- "shadowOpacity": 0.12,
207
- "shadowRadius": 4,
178
+ "borderRadius": 12,
179
+ "overflow": "hidden",
208
180
  },
209
- undefined,
181
+ [
182
+ {
183
+ "borderRadius": 8,
184
+ "flex": 1,
185
+ "overflow": "hidden",
186
+ },
187
+ undefined,
188
+ ],
210
189
  ]
211
190
  }
212
191
  >
213
- <View
192
+ <Text
193
+ allowFontScaling={false}
214
194
  style={
215
195
  [
216
196
  {
217
- "borderRadius": 12,
218
- "overflow": "hidden",
197
+ "color": "#001f23",
198
+ "fontFamily": "BeVietnamPro-Regular",
199
+ "fontSize": 14,
200
+ "letterSpacing": 0.48,
201
+ "lineHeight": 22,
219
202
  },
220
- [
221
- {
222
- "borderRadius": 8,
223
- "flex": 1,
224
- "overflow": "hidden",
225
- },
226
- undefined,
227
- ],
203
+ undefined,
228
204
  ]
229
205
  }
206
+ themeIntent="body"
207
+ themeTypeface="neutral"
208
+ themeVariant="small"
230
209
  >
231
- <Text
232
- allowFontScaling={false}
233
- style={
234
- [
235
- {
236
- "color": "#001f23",
237
- "fontFamily": "BeVietnamPro-Regular",
238
- "fontSize": 14,
239
- "letterSpacing": 0.48,
240
- "lineHeight": 22,
241
- },
242
- undefined,
243
- ]
244
- }
245
- themeIntent="body"
246
- themeTypeface="neutral"
247
- themeVariant="small"
248
- >
249
- screen 2
250
- </Text>
251
- </View>
210
+ screen 2
211
+ </Text>
252
212
  </View>
253
213
  </View>
254
214
  </View>
@@ -314,7 +274,6 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
314
274
  </View>
315
275
  <View
316
276
  pointerEvents="box-none"
317
- position="bottom"
318
277
  style={
319
278
  [
320
279
  {
@@ -446,60 +405,40 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
446
405
  style={
447
406
  [
448
407
  {
449
- "borderRadius": 8,
450
- "elevation": 3,
451
- "flex": 1,
452
- "shadowColor": "#001f23",
453
- "shadowOffset": {
454
- "height": 2,
455
- "width": 0,
456
- },
457
- "shadowOpacity": 0.12,
458
- "shadowRadius": 4,
408
+ "borderRadius": 12,
409
+ "overflow": "hidden",
459
410
  },
460
- undefined,
411
+ [
412
+ {
413
+ "borderRadius": 8,
414
+ "flex": 1,
415
+ "overflow": "hidden",
416
+ },
417
+ undefined,
418
+ ],
461
419
  ]
462
420
  }
463
421
  >
464
- <View
422
+ <Text
423
+ allowFontScaling={false}
465
424
  style={
466
425
  [
467
426
  {
468
- "borderRadius": 12,
469
- "overflow": "hidden",
427
+ "color": "#001f23",
428
+ "fontFamily": "BeVietnamPro-Regular",
429
+ "fontSize": 14,
430
+ "letterSpacing": 0.48,
431
+ "lineHeight": 22,
470
432
  },
471
- [
472
- {
473
- "borderRadius": 8,
474
- "flex": 1,
475
- "overflow": "hidden",
476
- },
477
- undefined,
478
- ],
433
+ undefined,
479
434
  ]
480
435
  }
436
+ themeIntent="body"
437
+ themeTypeface="neutral"
438
+ themeVariant="small"
481
439
  >
482
- <Text
483
- allowFontScaling={false}
484
- style={
485
- [
486
- {
487
- "color": "#001f23",
488
- "fontFamily": "BeVietnamPro-Regular",
489
- "fontSize": 14,
490
- "letterSpacing": 0.48,
491
- "lineHeight": 22,
492
- },
493
- undefined,
494
- ]
495
- }
496
- themeIntent="body"
497
- themeTypeface="neutral"
498
- themeVariant="small"
499
- >
500
- screen 1
501
- </Text>
502
- </View>
440
+ screen 1
441
+ </Text>
503
442
  </View>
504
443
  </View>
505
444
  </View>
@@ -530,60 +469,40 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
530
469
  style={
531
470
  [
532
471
  {
533
- "borderRadius": 8,
534
- "elevation": 3,
535
- "flex": 1,
536
- "shadowColor": "#001f23",
537
- "shadowOffset": {
538
- "height": 2,
539
- "width": 0,
540
- },
541
- "shadowOpacity": 0.12,
542
- "shadowRadius": 4,
472
+ "borderRadius": 12,
473
+ "overflow": "hidden",
543
474
  },
544
- undefined,
475
+ [
476
+ {
477
+ "borderRadius": 8,
478
+ "flex": 1,
479
+ "overflow": "hidden",
480
+ },
481
+ undefined,
482
+ ],
545
483
  ]
546
484
  }
547
485
  >
548
- <View
486
+ <Text
487
+ allowFontScaling={false}
549
488
  style={
550
489
  [
551
490
  {
552
- "borderRadius": 12,
553
- "overflow": "hidden",
491
+ "color": "#001f23",
492
+ "fontFamily": "BeVietnamPro-Regular",
493
+ "fontSize": 14,
494
+ "letterSpacing": 0.48,
495
+ "lineHeight": 22,
554
496
  },
555
- [
556
- {
557
- "borderRadius": 8,
558
- "flex": 1,
559
- "overflow": "hidden",
560
- },
561
- undefined,
562
- ],
497
+ undefined,
563
498
  ]
564
499
  }
500
+ themeIntent="body"
501
+ themeTypeface="neutral"
502
+ themeVariant="small"
565
503
  >
566
- <Text
567
- allowFontScaling={false}
568
- style={
569
- [
570
- {
571
- "color": "#001f23",
572
- "fontFamily": "BeVietnamPro-Regular",
573
- "fontSize": 14,
574
- "letterSpacing": 0.48,
575
- "lineHeight": 22,
576
- },
577
- undefined,
578
- ]
579
- }
580
- themeIntent="body"
581
- themeTypeface="neutral"
582
- themeVariant="small"
583
- >
584
- screen 2
585
- </Text>
586
- </View>
504
+ screen 2
505
+ </Text>
587
506
  </View>
588
507
  </View>
589
508
  </View>
@@ -649,7 +568,6 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
649
568
  </View>
650
569
  <View
651
570
  pointerEvents="box-none"
652
- position="bottom"
653
571
  style={
654
572
  [
655
573
  {
@@ -28,7 +28,6 @@ exports[`StyledCard should render correctly 1`] = `
28
28
  />
29
29
  <View
30
30
  pointerEvents="box-none"
31
- position="bottom"
32
31
  style={
33
32
  [
34
33
  {
@@ -69,7 +68,6 @@ exports[`StyledItemWrapper should render correctly 1`] = `
69
68
  />
70
69
  <View
71
70
  pointerEvents="box-none"
72
- position="bottom"
73
71
  style={
74
72
  [
75
73
  {
@@ -175,7 +173,6 @@ exports[`StyledPageControl should render correctly 1`] = `
175
173
  </View>
176
174
  <View
177
175
  pointerEvents="box-none"
178
- position="bottom"
179
176
  style={
180
177
  [
181
178
  {
@@ -214,7 +211,6 @@ exports[`StyledWrapper should render correctly 1`] = `
214
211
  />
215
212
  <View
216
213
  pointerEvents="box-none"
217
- position="bottom"
218
214
  style={
219
215
  [
220
216
  {
@@ -26,7 +26,6 @@ exports[`StyledBackDrop renders correct basic style 1`] = `
26
26
  />
27
27
  <View
28
28
  pointerEvents="box-none"
29
- position="bottom"
30
29
  style={
31
30
  [
32
31
  {