@hero-design/rn 8.44.0-alpha.0 → 8.44.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 (281) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +36 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +2852 -2683
  5. package/jest-setup.ts +2 -0
  6. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  7. package/lib/index.js +2855 -2687
  8. package/package.json +23 -24
  9. package/rollup.config.js +0 -1
  10. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +564 -384
  11. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +76 -20
  12. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +791 -605
  13. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +848 -567
  14. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +172 -110
  15. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +138 -70
  16. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +745 -581
  17. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +158 -57
  18. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +273 -153
  19. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +391 -223
  20. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +119 -63
  21. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +306 -242
  22. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +317 -183
  23. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +1042 -454
  24. package/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx +6 -10
  25. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +400 -140
  26. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +1090 -880
  27. package/src/components/Button/StyledButton.tsx +4 -0
  28. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +196 -106
  29. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +1675 -1125
  30. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +71 -26
  31. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +1651 -665
  32. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +555 -330
  33. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +265 -69
  34. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +205 -65
  35. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +36 -8
  36. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +292 -124
  37. package/src/components/Carousel/CardCarousel.tsx +10 -7
  38. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +486 -406
  39. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +197 -70
  40. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +41 -13
  41. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1742 -1526
  42. package/src/components/Carousel/__tests__/index.spec.tsx +50 -3
  43. package/src/components/Carousel/index.tsx +16 -22
  44. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +404 -112
  45. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +574 -334
  46. package/src/components/Chip/StyledChip.tsx +121 -0
  47. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +1483 -0
  48. package/src/components/Chip/__tests__/index.spec.tsx +136 -0
  49. package/src/components/Chip/index.tsx +82 -0
  50. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +73 -17
  51. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +94 -38
  52. package/src/components/Collapse/index.tsx +1 -1
  53. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +37 -9
  54. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +424 -268
  55. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +622 -457
  56. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +212 -157
  57. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +204 -149
  58. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +483 -386
  59. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +464 -128
  60. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +97 -69
  61. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +327 -192
  62. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +169 -113
  63. package/src/components/Error/StyledError.tsx +2 -1
  64. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +390 -262
  65. package/src/components/Error/__tests__/index.spec.tsx +9 -6
  66. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +860 -723
  67. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +98 -42
  68. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +199 -99
  69. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +293 -185
  70. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +45 -17
  71. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  72. package/src/components/Icon/IconList.ts +3 -0
  73. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +158 -46
  74. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +164 -52
  75. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +242 -170
  76. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +760 -588
  77. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +272 -128
  78. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +477 -193
  79. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +169 -0
  80. package/src/components/Modal/__tests__/index.spec.tsx +99 -0
  81. package/src/components/Modal/index.tsx +178 -82
  82. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +84 -41
  83. package/src/components/PageControl/index.tsx +1 -0
  84. package/src/components/PinInput/__tests__/StyledPinInput.spec.tsx +9 -4
  85. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +293 -153
  86. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +15 -48
  87. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +809 -697
  88. package/src/components/Portal/__tests__/PortalHost.spec.tsx +12 -14
  89. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +43 -15
  90. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +743 -603
  91. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +188 -116
  92. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +257 -205
  93. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +864 -600
  94. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +128 -44
  95. package/src/components/RichTextEditor/RichTextEditor.tsx +76 -38
  96. package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +5 -2
  97. package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +3 -3
  98. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +413 -266
  99. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +64 -35
  100. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +403 -305
  101. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +158 -46
  102. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +394 -226
  103. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +93 -57
  104. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2387 -2151
  105. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +856 -174
  106. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -6
  107. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +73 -37
  108. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2321 -2085
  109. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +674 -150
  110. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +490 -294
  111. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +117 -33
  112. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +105 -77
  113. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +1308 -636
  114. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +121 -93
  115. package/src/components/Success/StyledSuccess.tsx +2 -1
  116. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +388 -258
  117. package/src/components/Success/__tests__/index.spec.tsx +9 -6
  118. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +210 -75
  119. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +58 -30
  120. package/src/components/Swipeable/index.tsx +3 -3
  121. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +226 -114
  122. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +146 -109
  123. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +202 -62
  124. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +132 -68
  125. package/src/components/Tabs/__tests__/SceneView.spec.tsx +7 -7
  126. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +206 -94
  127. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +2217 -1962
  128. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +523 -455
  129. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +121 -65
  130. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1641 -1398
  131. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +554 -274
  132. package/src/components/TextInput/StyledTextInput.tsx +8 -31
  133. package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +0 -44
  134. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +990 -711
  135. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3200 -2431
  136. package/src/components/TextInput/__tests__/index.spec.tsx +2 -2
  137. package/src/components/TextInput/index.tsx +113 -57
  138. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +414 -304
  139. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +686 -534
  140. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +871 -573
  141. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +180 -68
  142. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +582 -426
  143. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +683 -363
  144. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +704 -256
  145. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +855 -323
  146. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +430 -150
  147. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +572 -208
  148. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +328 -104
  149. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +462 -154
  150. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +900 -340
  151. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +880 -320
  152. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +1035 -391
  153. package/src/index.ts +2 -2
  154. package/src/testHelpers/renderWithTheme.tsx +2 -2
  155. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +40 -3
  156. package/src/theme/components/button.ts +0 -1
  157. package/src/theme/components/chip.ts +47 -0
  158. package/src/theme/components/textInput.ts +2 -2
  159. package/src/theme/getTheme.ts +3 -0
  160. package/testUtils/setup.tsx +0 -18
  161. package/tsconfig.json +4 -1
  162. package/types/components/Accordion/AccordionItem.d.ts +2 -1
  163. package/types/components/Accordion/index.d.ts +1 -1
  164. package/types/components/Attachment/index.d.ts +2 -1
  165. package/types/components/Avatar/Avatar.d.ts +2 -1
  166. package/types/components/Avatar/AvatarStack/index.d.ts +2 -2
  167. package/types/components/Avatar/index.d.ts +3 -2
  168. package/types/components/Badge/StyledBadge.d.ts +0 -4
  169. package/types/components/BottomSheet/Footer.d.ts +2 -1
  170. package/types/components/BottomSheet/Header.d.ts +2 -1
  171. package/types/components/BottomSheet/ScrollView.d.ts +1 -0
  172. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -4
  173. package/types/components/Box/index.d.ts +2 -1
  174. package/types/components/Button/IconButton.d.ts +2 -1
  175. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +3 -3
  176. package/types/components/Button/LoadingIndicator/index.d.ts +2 -1
  177. package/types/components/Button/UtilityButton/index.d.ts +2 -1
  178. package/types/components/Calendar/CalendarRowItem.d.ts +2 -1
  179. package/types/components/Calendar/StyledCalendar.d.ts +1 -1
  180. package/types/components/Calendar/index.d.ts +2 -1
  181. package/types/components/Carousel/CardCarousel.d.ts +1 -1
  182. package/types/components/Carousel/CarouselItem.d.ts +2 -1
  183. package/types/components/Carousel/index.d.ts +2 -2
  184. package/types/components/Checkbox/index.d.ts +2 -1
  185. package/types/components/Chip/StyledChip.d.ts +31 -0
  186. package/types/components/Chip/index.d.ts +27 -0
  187. package/types/components/Collapse/StyledCollapse.d.ts +0 -2
  188. package/types/components/Collapse/index.d.ts +2 -1
  189. package/types/components/ContentNavigator/index.d.ts +2 -1
  190. package/types/components/DatePicker/DatePickerAndroid.d.ts +2 -1
  191. package/types/components/DatePicker/DatePickerCalendar.d.ts +2 -1
  192. package/types/components/DatePicker/DatePickerIOS.d.ts +2 -1
  193. package/types/components/DatePicker/index.d.ts +2 -1
  194. package/types/components/Divider/index.d.ts +2 -1
  195. package/types/components/Drawer/StyledDrawer.d.ts +0 -6
  196. package/types/components/Error/StyledError.d.ts +3 -9
  197. package/types/components/FAB/ActionGroup/ActionItem.d.ts +2 -1
  198. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -4
  199. package/types/components/FAB/AnimatedFABIcon.d.ts +2 -1
  200. package/types/components/HeroDesignProvider/index.d.ts +2 -1
  201. package/types/components/Icon/AnimatedIcon.d.ts +2 -1
  202. package/types/components/Icon/IconList.d.ts +1 -1
  203. package/types/components/Icon/index.d.ts +3 -2
  204. package/types/components/Icon/utils.d.ts +1 -1
  205. package/types/components/Image/index.d.ts +1 -0
  206. package/types/components/Modal/index.d.ts +12 -8
  207. package/types/components/PageControl/StyledPageControl.d.ts +0 -2
  208. package/types/components/PageControl/index.d.ts +2 -1
  209. package/types/components/PinInput/PinCell.d.ts +2 -1
  210. package/types/components/Portal/PortalHost.d.ts +1 -1
  211. package/types/components/Portal/PortalProvider.d.ts +1 -1
  212. package/types/components/Portal/index.d.ts +2 -2
  213. package/types/components/Progress/ProgressBar.d.ts +1 -0
  214. package/types/components/Progress/StyledProgressBar.d.ts +0 -2
  215. package/types/components/Progress/index.d.ts +1 -0
  216. package/types/components/Rate/StyledRate.d.ts +0 -2
  217. package/types/components/Rate/index.d.ts +2 -1
  218. package/types/components/RefreshControl/index.d.ts +2 -1
  219. package/types/components/RichTextEditor/EditorToolbar.d.ts +2 -1
  220. package/types/components/RichTextEditor/MentionList.d.ts +2 -1
  221. package/types/components/RichTextEditor/index.d.ts +2 -2
  222. package/types/components/Select/BaseOptionList.d.ts +1 -1
  223. package/types/components/Select/Footer.d.ts +2 -1
  224. package/types/components/Select/MultiSelect/Option.d.ts +2 -1
  225. package/types/components/Select/MultiSelect/OptionList.d.ts +2 -1
  226. package/types/components/Select/MultiSelect/index.d.ts +1 -1
  227. package/types/components/Select/SingleSelect/Option.d.ts +2 -1
  228. package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
  229. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +2 -1
  230. package/types/components/Select/SingleSelect/index.d.ts +1 -1
  231. package/types/components/Select/helpers.d.ts +1 -2
  232. package/types/components/Select/index.d.ts +2 -1
  233. package/types/components/Skeleton/index.d.ts +2 -1
  234. package/types/components/Slider/index.d.ts +2 -1
  235. package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
  236. package/types/components/Success/StyledSuccess.d.ts +3 -7
  237. package/types/components/Swipeable/SwipeableAction.d.ts +2 -2
  238. package/types/components/Swipeable/index.d.ts +3 -3
  239. package/types/components/Switch/SelectorSwitch/Option.d.ts +2 -1
  240. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -6
  241. package/types/components/Switch/StyledSwitch.d.ts +0 -2
  242. package/types/components/Tabs/ActiveTabIndicator.d.ts +2 -1
  243. package/types/components/Tabs/SceneView.d.ts +1 -1
  244. package/types/components/Tabs/ScrollableTabs.d.ts +2 -1
  245. package/types/components/Tabs/ScrollableTabsHeader.d.ts +2 -1
  246. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -4
  247. package/types/components/Tabs/StyledTabs.d.ts +0 -4
  248. package/types/components/Tabs/TabWithBadge.d.ts +2 -2
  249. package/types/components/Tabs/index.d.ts +2 -1
  250. package/types/components/TextInput/StyledTextInput.d.ts +5 -25
  251. package/types/components/TextInput/index.d.ts +2 -1
  252. package/types/components/TimePicker/TimePickerAndroid.d.ts +2 -1
  253. package/types/components/TimePicker/TimePickerIOS.d.ts +2 -1
  254. package/types/components/TimePicker/index.d.ts +2 -1
  255. package/types/components/Toast/StyledToast.d.ts +0 -2
  256. package/types/components/Toast/Toast.d.ts +1 -0
  257. package/types/components/Toast/ToastProvider.d.ts +2 -1
  258. package/types/components/Toast/index.d.ts +1 -1
  259. package/types/components/Toolbar/ToolbarGroup.d.ts +2 -1
  260. package/types/components/Toolbar/ToolbarItem.d.ts +2 -1
  261. package/types/components/Toolbar/index.d.ts +3 -2
  262. package/types/components/Typography/Body/index.d.ts +2 -1
  263. package/types/components/Typography/Caption/index.d.ts +2 -1
  264. package/types/components/Typography/Label/index.d.ts +2 -1
  265. package/types/components/Typography/Text/index.d.ts +2 -1
  266. package/types/components/Typography/Title/index.d.ts +2 -1
  267. package/types/index.d.ts +2 -2
  268. package/types/testHelpers/renderWithTheme.d.ts +1 -0
  269. package/types/theme/ThemeSwitcher.d.ts +2 -2
  270. package/types/theme/components/button.d.ts +0 -1
  271. package/types/theme/components/chip.d.ts +40 -0
  272. package/types/theme/getTheme.d.ts +2 -0
  273. package/.turbo/turbo-publish:npm.log +0 -0
  274. package/src/components/Modal/ModalContentWrapper.tsx +0 -112
  275. package/src/components/Modal/ModalPresenter/ModalPresenter.tsx +0 -135
  276. package/src/components/Modal/ModalPresenter/index.tsx +0 -9
  277. package/src/components/Modal/ModalProvider.tsx +0 -8
  278. package/types/components/Modal/ModalContentWrapper.d.ts +0 -16
  279. package/types/components/Modal/ModalPresenter/ModalPresenter.d.ts +0 -34
  280. package/types/components/Modal/ModalPresenter/index.d.ts +0 -3
  281. package/types/components/Modal/ModalProvider.d.ts +0 -5
@@ -3,99 +3,95 @@
3
3
  exports[`CardCarousel android should render correctly on iOS 1`] = `
4
4
  <View
5
5
  style={
6
- [
7
- {},
8
- {
9
- "height": 100,
10
- "width": 100,
11
- },
12
- ]
6
+ {
7
+ "flex": 1,
8
+ }
13
9
  }
14
- testID="cardCarousel"
15
10
  >
16
- <RCTScrollView
17
- bounces={false}
18
- contentInset={
19
- {
20
- "bottom": 0,
21
- "left": 24,
22
- "right": 24,
23
- "top": 0,
24
- }
25
- }
26
- data={
27
- [
28
- <Body
29
- variant="small"
30
- >
31
- screen 1
32
- </Body>,
33
- <Body
34
- variant="small"
35
- >
36
- screen 2
37
- </Body>,
38
- ]
39
- }
40
- decelerationRate="fast"
41
- getItem={[Function]}
42
- getItemCount={[Function]}
43
- getItemLayout={[Function]}
44
- horizontal={true}
45
- keyExtractor={[Function]}
46
- onContentSizeChange={[Function]}
47
- onLayout={[Function]}
48
- onMomentumScrollBegin={[Function]}
49
- onMomentumScrollEnd={[Function]}
50
- onScroll={[Function]}
51
- onScrollBeginDrag={[Function]}
52
- onScrollEndDrag={[Function]}
53
- onViewableItemsChanged={[Function]}
54
- pagingEnabled={true}
55
- removeClippedSubviews={true}
56
- renderItem={[Function]}
57
- renderToHardwareTextureAndroid={true}
58
- scrollEventThrottle={32}
59
- showsHorizontalScrollIndicator={false}
60
- snapToAlignment="center"
61
- snapToInterval={0}
62
- stickyHeaderIndices={[]}
63
- viewabilityConfig={
64
- {
65
- "itemVisiblePercentThreshold": 80,
66
- }
67
- }
68
- viewabilityConfigCallbackPairs={
11
+ <View
12
+ style={
69
13
  [
14
+ {},
70
15
  {
71
- "onViewableItemsChanged": [Function],
72
- "viewabilityConfig": {
73
- "itemVisiblePercentThreshold": 80,
74
- },
16
+ "height": 100,
17
+ "width": 100,
75
18
  },
76
19
  ]
77
20
  }
21
+ testID="cardCarousel"
78
22
  >
79
- <View>
80
- <View
81
- style={
82
- [
83
- {
84
- "flexDirection": "row",
85
- },
86
- null,
87
- ]
23
+ <RCTScrollView
24
+ bounces={false}
25
+ contentInset={
26
+ {
27
+ "bottom": 0,
28
+ "left": 24,
29
+ "right": 24,
30
+ "top": 0,
31
+ }
32
+ }
33
+ data={
34
+ [
35
+ <Body
36
+ variant="small"
37
+ >
38
+ screen 1
39
+ </Body>,
40
+ <Body
41
+ variant="small"
42
+ >
43
+ screen 2
44
+ </Body>,
45
+ ]
46
+ }
47
+ decelerationRate="fast"
48
+ getItem={[Function]}
49
+ getItemCount={[Function]}
50
+ getItemLayout={[Function]}
51
+ horizontal={true}
52
+ keyExtractor={[Function]}
53
+ onContentSizeChange={[Function]}
54
+ onLayout={[Function]}
55
+ onMomentumScrollBegin={[Function]}
56
+ onMomentumScrollEnd={[Function]}
57
+ onScroll={[Function]}
58
+ onScrollBeginDrag={[Function]}
59
+ onScrollEndDrag={[Function]}
60
+ onViewableItemsChanged={[Function]}
61
+ pagingEnabled={true}
62
+ removeClippedSubviews={true}
63
+ renderItem={[Function]}
64
+ renderToHardwareTextureAndroid={true}
65
+ scrollEventThrottle={32}
66
+ showsHorizontalScrollIndicator={false}
67
+ snapToAlignment="center"
68
+ snapToInterval={0}
69
+ stickyHeaderIndices={[]}
70
+ viewabilityConfig={
71
+ {
72
+ "itemVisiblePercentThreshold": 80,
88
73
  }
89
- >
74
+ }
75
+ viewabilityConfigCallbackPairs={
76
+ [
77
+ {
78
+ "onViewableItemsChanged": [Function],
79
+ "viewabilityConfig": {
80
+ "itemVisiblePercentThreshold": 80,
81
+ },
82
+ },
83
+ ]
84
+ }
85
+ >
86
+ <View>
90
87
  <View
88
+ onFocusCapture={[Function]}
91
89
  style={
92
90
  [
93
91
  {
94
- "padding": 8,
95
- },
96
- {
97
- "width": 0,
92
+ "flexDirection": "row",
98
93
  },
94
+ null,
99
95
  ]
100
96
  }
101
97
  >
@@ -103,18 +99,11 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
103
99
  style={
104
100
  [
105
101
  {
106
- "borderRadius": 8,
107
- "elevation": 3,
108
- "flex": 1,
109
- "shadowColor": "#001f23",
110
- "shadowOffset": {
111
- "height": 2,
112
- "width": 0,
113
- },
114
- "shadowOpacity": 0.12,
115
- "shadowRadius": 4,
102
+ "padding": 8,
103
+ },
104
+ {
105
+ "width": 0,
116
106
  },
117
- undefined,
118
107
  ]
119
108
  }
120
109
  >
@@ -122,63 +111,71 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
122
111
  style={
123
112
  [
124
113
  {
125
- "borderRadius": 12,
126
- "overflow": "hidden",
127
- },
128
- [
129
- {
130
- "borderRadius": 8,
131
- "flex": 1,
132
- "overflow": "hidden",
114
+ "borderRadius": 8,
115
+ "elevation": 3,
116
+ "flex": 1,
117
+ "shadowColor": "#001f23",
118
+ "shadowOffset": {
119
+ "height": 2,
120
+ "width": 0,
133
121
  },
134
- undefined,
135
- ],
122
+ "shadowOpacity": 0.12,
123
+ "shadowRadius": 4,
124
+ },
125
+ undefined,
136
126
  ]
137
127
  }
138
128
  >
139
- <Text
140
- allowFontScaling={false}
129
+ <View
141
130
  style={
142
131
  [
143
132
  {
144
- "color": "#001f23",
145
- "fontFamily": "BeVietnamPro-Regular",
146
- "fontSize": 14,
147
- "letterSpacing": 0.48,
148
- "lineHeight": 22,
133
+ "borderRadius": 12,
134
+ "overflow": "hidden",
149
135
  },
150
- undefined,
136
+ [
137
+ {
138
+ "borderRadius": 8,
139
+ "flex": 1,
140
+ "overflow": "hidden",
141
+ },
142
+ undefined,
143
+ ],
151
144
  ]
152
145
  }
153
- themeIntent="body"
154
- themeTypeface="neutral"
155
- themeVariant="small"
156
146
  >
157
- screen 1
158
- </Text>
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>
159
168
  </View>
160
169
  </View>
161
170
  </View>
162
- </View>
163
- <View
164
- style={
165
- [
166
- {
167
- "flexDirection": "row",
168
- },
169
- null,
170
- ]
171
- }
172
- >
173
171
  <View
172
+ onFocusCapture={[Function]}
174
173
  style={
175
174
  [
176
175
  {
177
- "padding": 8,
178
- },
179
- {
180
- "width": 0,
176
+ "flexDirection": "row",
181
177
  },
178
+ null,
182
179
  ]
183
180
  }
184
181
  >
@@ -186,18 +183,11 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
186
183
  style={
187
184
  [
188
185
  {
189
- "borderRadius": 8,
190
- "elevation": 3,
191
- "flex": 1,
192
- "shadowColor": "#001f23",
193
- "shadowOffset": {
194
- "height": 2,
195
- "width": 0,
196
- },
197
- "shadowOpacity": 0.12,
198
- "shadowRadius": 4,
186
+ "padding": 8,
187
+ },
188
+ {
189
+ "width": 0,
199
190
  },
200
- undefined,
201
191
  ]
202
192
  }
203
193
  >
@@ -205,192 +195,238 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
205
195
  style={
206
196
  [
207
197
  {
208
- "borderRadius": 12,
209
- "overflow": "hidden",
210
- },
211
- [
212
- {
213
- "borderRadius": 8,
214
- "flex": 1,
215
- "overflow": "hidden",
198
+ "borderRadius": 8,
199
+ "elevation": 3,
200
+ "flex": 1,
201
+ "shadowColor": "#001f23",
202
+ "shadowOffset": {
203
+ "height": 2,
204
+ "width": 0,
216
205
  },
217
- undefined,
218
- ],
206
+ "shadowOpacity": 0.12,
207
+ "shadowRadius": 4,
208
+ },
209
+ undefined,
219
210
  ]
220
211
  }
221
212
  >
222
- <Text
223
- allowFontScaling={false}
213
+ <View
224
214
  style={
225
215
  [
226
216
  {
227
- "color": "#001f23",
228
- "fontFamily": "BeVietnamPro-Regular",
229
- "fontSize": 14,
230
- "letterSpacing": 0.48,
231
- "lineHeight": 22,
217
+ "borderRadius": 12,
218
+ "overflow": "hidden",
232
219
  },
233
- undefined,
220
+ [
221
+ {
222
+ "borderRadius": 8,
223
+ "flex": 1,
224
+ "overflow": "hidden",
225
+ },
226
+ undefined,
227
+ ],
234
228
  ]
235
229
  }
236
- themeIntent="body"
237
- themeTypeface="neutral"
238
- themeVariant="small"
239
230
  >
240
- screen 2
241
- </Text>
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>
242
252
  </View>
243
253
  </View>
244
254
  </View>
245
255
  </View>
256
+ </RCTScrollView>
257
+ <View
258
+ style={
259
+ [
260
+ {
261
+ "alignItems": "center",
262
+ "flexDirection": "row",
263
+ },
264
+ [
265
+ {
266
+ "alignSelf": "center",
267
+ "marginTop": 16,
268
+ },
269
+ undefined,
270
+ ],
271
+ ]
272
+ }
273
+ testID="pageControl"
274
+ >
275
+ <View
276
+ accessibilityState={
277
+ {
278
+ "selected": true,
279
+ }
280
+ }
281
+ collapsable={false}
282
+ style={
283
+ {
284
+ "backgroundColor": "#401960",
285
+ "borderRadius": 999,
286
+ "height": 8,
287
+ "marginHorizontal": 8,
288
+ "opacity": 1,
289
+ "width": 24,
290
+ }
291
+ }
292
+ testID="page-control-indicator0"
293
+ />
294
+ <View
295
+ accessibilityState={
296
+ {
297
+ "selected": false,
298
+ }
299
+ }
300
+ collapsable={false}
301
+ style={
302
+ {
303
+ "backgroundColor": "#401960",
304
+ "borderRadius": 999,
305
+ "height": 8,
306
+ "marginHorizontal": 8,
307
+ "opacity": 0.5,
308
+ "width": 8,
309
+ }
310
+ }
311
+ testID="page-control-indicator1"
312
+ />
246
313
  </View>
247
- </RCTScrollView>
314
+ </View>
248
315
  <View
316
+ pointerEvents="box-none"
317
+ position="bottom"
249
318
  style={
250
319
  [
251
320
  {
252
- "alignItems": "center",
253
- "flexDirection": "row",
321
+ "bottom": 0,
322
+ "elevation": 9999,
323
+ "flexDirection": "column-reverse",
324
+ "left": 0,
325
+ "paddingHorizontal": 24,
326
+ "paddingVertical": 16,
327
+ "position": "absolute",
328
+ "right": 0,
329
+ "top": 0,
254
330
  },
255
- [
256
- {
257
- "alignSelf": "center",
258
- "marginTop": 16,
259
- },
260
- undefined,
261
- ],
331
+ undefined,
262
332
  ]
263
333
  }
264
- testID="pageControl"
265
- >
266
- <View
267
- collapsable={false}
268
- style={
269
- {
270
- "backgroundColor": "#401960",
271
- "borderRadius": 999,
272
- "height": 8,
273
- "marginHorizontal": 8,
274
- "opacity": 1,
275
- "width": 24,
276
- }
277
- }
278
- testID="page-control-indicator0"
279
- />
280
- <View
281
- collapsable={false}
282
- style={
283
- {
284
- "backgroundColor": "#401960",
285
- "borderRadius": 999,
286
- "height": 8,
287
- "marginHorizontal": 8,
288
- "opacity": 0.5,
289
- "width": 8,
290
- }
291
- }
292
- testID="page-control-indicator1"
293
- />
294
- </View>
334
+ />
295
335
  </View>
296
336
  `;
297
337
 
298
338
  exports[`CardCarousel ios should render correctly on iOS 1`] = `
299
339
  <View
300
340
  style={
301
- [
302
- {},
303
- {
304
- "height": 100,
305
- "width": 100,
306
- },
307
- ]
341
+ {
342
+ "flex": 1,
343
+ }
308
344
  }
309
- testID="cardCarousel"
310
345
  >
311
- <RCTScrollView
312
- bounces={false}
313
- contentInset={
314
- {
315
- "bottom": 0,
316
- "left": 24,
317
- "right": 24,
318
- "top": 0,
319
- }
320
- }
321
- data={
322
- [
323
- <Body
324
- variant="small"
325
- >
326
- screen 1
327
- </Body>,
328
- <Body
329
- variant="small"
330
- >
331
- screen 2
332
- </Body>,
333
- ]
334
- }
335
- decelerationRate="fast"
336
- getItem={[Function]}
337
- getItemCount={[Function]}
338
- getItemLayout={[Function]}
339
- horizontal={true}
340
- keyExtractor={[Function]}
341
- onContentSizeChange={[Function]}
342
- onLayout={[Function]}
343
- onMomentumScrollBegin={[Function]}
344
- onMomentumScrollEnd={[Function]}
345
- onScroll={[Function]}
346
- onScrollBeginDrag={[Function]}
347
- onScrollEndDrag={[Function]}
348
- onViewableItemsChanged={[Function]}
349
- pagingEnabled={true}
350
- removeClippedSubviews={false}
351
- renderItem={[Function]}
352
- renderToHardwareTextureAndroid={true}
353
- scrollEventThrottle={32}
354
- showsHorizontalScrollIndicator={false}
355
- snapToAlignment="center"
356
- snapToInterval={0}
357
- stickyHeaderIndices={[]}
358
- viewabilityConfig={
359
- {
360
- "itemVisiblePercentThreshold": 80,
361
- }
362
- }
363
- viewabilityConfigCallbackPairs={
346
+ <View
347
+ style={
364
348
  [
349
+ {},
365
350
  {
366
- "onViewableItemsChanged": [Function],
367
- "viewabilityConfig": {
368
- "itemVisiblePercentThreshold": 80,
369
- },
351
+ "height": 100,
352
+ "width": 100,
370
353
  },
371
354
  ]
372
355
  }
356
+ testID="cardCarousel"
373
357
  >
374
- <View>
375
- <View
376
- style={
377
- [
378
- {
379
- "flexDirection": "row",
380
- },
381
- null,
382
- ]
358
+ <RCTScrollView
359
+ bounces={false}
360
+ contentInset={
361
+ {
362
+ "bottom": 0,
363
+ "left": 24,
364
+ "right": 24,
365
+ "top": 0,
366
+ }
367
+ }
368
+ data={
369
+ [
370
+ <Body
371
+ variant="small"
372
+ >
373
+ screen 1
374
+ </Body>,
375
+ <Body
376
+ variant="small"
377
+ >
378
+ screen 2
379
+ </Body>,
380
+ ]
381
+ }
382
+ decelerationRate="fast"
383
+ getItem={[Function]}
384
+ getItemCount={[Function]}
385
+ getItemLayout={[Function]}
386
+ horizontal={true}
387
+ keyExtractor={[Function]}
388
+ onContentSizeChange={[Function]}
389
+ onLayout={[Function]}
390
+ onMomentumScrollBegin={[Function]}
391
+ onMomentumScrollEnd={[Function]}
392
+ onScroll={[Function]}
393
+ onScrollBeginDrag={[Function]}
394
+ onScrollEndDrag={[Function]}
395
+ onViewableItemsChanged={[Function]}
396
+ pagingEnabled={true}
397
+ removeClippedSubviews={false}
398
+ renderItem={[Function]}
399
+ renderToHardwareTextureAndroid={true}
400
+ scrollEventThrottle={32}
401
+ showsHorizontalScrollIndicator={false}
402
+ snapToAlignment="center"
403
+ snapToInterval={0}
404
+ stickyHeaderIndices={[]}
405
+ viewabilityConfig={
406
+ {
407
+ "itemVisiblePercentThreshold": 80,
383
408
  }
384
- >
409
+ }
410
+ viewabilityConfigCallbackPairs={
411
+ [
412
+ {
413
+ "onViewableItemsChanged": [Function],
414
+ "viewabilityConfig": {
415
+ "itemVisiblePercentThreshold": 80,
416
+ },
417
+ },
418
+ ]
419
+ }
420
+ >
421
+ <View>
385
422
  <View
423
+ onFocusCapture={[Function]}
386
424
  style={
387
425
  [
388
426
  {
389
- "padding": 8,
390
- },
391
- {
392
- "width": 0,
427
+ "flexDirection": "row",
393
428
  },
429
+ null,
394
430
  ]
395
431
  }
396
432
  >
@@ -398,18 +434,11 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
398
434
  style={
399
435
  [
400
436
  {
401
- "borderRadius": 8,
402
- "elevation": 3,
403
- "flex": 1,
404
- "shadowColor": "#001f23",
405
- "shadowOffset": {
406
- "height": 2,
407
- "width": 0,
408
- },
409
- "shadowOpacity": 0.12,
410
- "shadowRadius": 4,
437
+ "padding": 8,
438
+ },
439
+ {
440
+ "width": 0,
411
441
  },
412
- undefined,
413
442
  ]
414
443
  }
415
444
  >
@@ -417,63 +446,71 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
417
446
  style={
418
447
  [
419
448
  {
420
- "borderRadius": 12,
421
- "overflow": "hidden",
422
- },
423
- [
424
- {
425
- "borderRadius": 8,
426
- "flex": 1,
427
- "overflow": "hidden",
449
+ "borderRadius": 8,
450
+ "elevation": 3,
451
+ "flex": 1,
452
+ "shadowColor": "#001f23",
453
+ "shadowOffset": {
454
+ "height": 2,
455
+ "width": 0,
428
456
  },
429
- undefined,
430
- ],
457
+ "shadowOpacity": 0.12,
458
+ "shadowRadius": 4,
459
+ },
460
+ undefined,
431
461
  ]
432
462
  }
433
463
  >
434
- <Text
435
- allowFontScaling={false}
464
+ <View
436
465
  style={
437
466
  [
438
467
  {
439
- "color": "#001f23",
440
- "fontFamily": "BeVietnamPro-Regular",
441
- "fontSize": 14,
442
- "letterSpacing": 0.48,
443
- "lineHeight": 22,
468
+ "borderRadius": 12,
469
+ "overflow": "hidden",
444
470
  },
445
- undefined,
471
+ [
472
+ {
473
+ "borderRadius": 8,
474
+ "flex": 1,
475
+ "overflow": "hidden",
476
+ },
477
+ undefined,
478
+ ],
446
479
  ]
447
480
  }
448
- themeIntent="body"
449
- themeTypeface="neutral"
450
- themeVariant="small"
451
481
  >
452
- screen 1
453
- </Text>
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>
454
503
  </View>
455
504
  </View>
456
505
  </View>
457
- </View>
458
- <View
459
- style={
460
- [
461
- {
462
- "flexDirection": "row",
463
- },
464
- null,
465
- ]
466
- }
467
- >
468
506
  <View
507
+ onFocusCapture={[Function]}
469
508
  style={
470
509
  [
471
510
  {
472
- "padding": 8,
473
- },
474
- {
475
- "width": 0,
511
+ "flexDirection": "row",
476
512
  },
513
+ null,
477
514
  ]
478
515
  }
479
516
  >
@@ -481,18 +518,11 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
481
518
  style={
482
519
  [
483
520
  {
484
- "borderRadius": 8,
485
- "elevation": 3,
486
- "flex": 1,
487
- "shadowColor": "#001f23",
488
- "shadowOffset": {
489
- "height": 2,
490
- "width": 0,
491
- },
492
- "shadowOpacity": 0.12,
493
- "shadowRadius": 4,
521
+ "padding": 8,
522
+ },
523
+ {
524
+ "width": 0,
494
525
  },
495
- undefined,
496
526
  ]
497
527
  }
498
528
  >
@@ -500,92 +530,142 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
500
530
  style={
501
531
  [
502
532
  {
503
- "borderRadius": 12,
504
- "overflow": "hidden",
505
- },
506
- [
507
- {
508
- "borderRadius": 8,
509
- "flex": 1,
510
- "overflow": "hidden",
533
+ "borderRadius": 8,
534
+ "elevation": 3,
535
+ "flex": 1,
536
+ "shadowColor": "#001f23",
537
+ "shadowOffset": {
538
+ "height": 2,
539
+ "width": 0,
511
540
  },
512
- undefined,
513
- ],
541
+ "shadowOpacity": 0.12,
542
+ "shadowRadius": 4,
543
+ },
544
+ undefined,
514
545
  ]
515
546
  }
516
547
  >
517
- <Text
518
- allowFontScaling={false}
548
+ <View
519
549
  style={
520
550
  [
521
551
  {
522
- "color": "#001f23",
523
- "fontFamily": "BeVietnamPro-Regular",
524
- "fontSize": 14,
525
- "letterSpacing": 0.48,
526
- "lineHeight": 22,
552
+ "borderRadius": 12,
553
+ "overflow": "hidden",
527
554
  },
528
- undefined,
555
+ [
556
+ {
557
+ "borderRadius": 8,
558
+ "flex": 1,
559
+ "overflow": "hidden",
560
+ },
561
+ undefined,
562
+ ],
529
563
  ]
530
564
  }
531
- themeIntent="body"
532
- themeTypeface="neutral"
533
- themeVariant="small"
534
565
  >
535
- screen 2
536
- </Text>
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>
537
587
  </View>
538
588
  </View>
539
589
  </View>
540
590
  </View>
591
+ </RCTScrollView>
592
+ <View
593
+ style={
594
+ [
595
+ {
596
+ "alignItems": "center",
597
+ "flexDirection": "row",
598
+ },
599
+ [
600
+ {
601
+ "alignSelf": "center",
602
+ "marginTop": 16,
603
+ },
604
+ undefined,
605
+ ],
606
+ ]
607
+ }
608
+ testID="pageControl"
609
+ >
610
+ <View
611
+ accessibilityState={
612
+ {
613
+ "selected": true,
614
+ }
615
+ }
616
+ collapsable={false}
617
+ style={
618
+ {
619
+ "backgroundColor": "#401960",
620
+ "borderRadius": 999,
621
+ "height": 8,
622
+ "marginHorizontal": 8,
623
+ "opacity": 1,
624
+ "width": 24,
625
+ }
626
+ }
627
+ testID="page-control-indicator0"
628
+ />
629
+ <View
630
+ accessibilityState={
631
+ {
632
+ "selected": false,
633
+ }
634
+ }
635
+ collapsable={false}
636
+ style={
637
+ {
638
+ "backgroundColor": "#401960",
639
+ "borderRadius": 999,
640
+ "height": 8,
641
+ "marginHorizontal": 8,
642
+ "opacity": 0.5,
643
+ "width": 8,
644
+ }
645
+ }
646
+ testID="page-control-indicator1"
647
+ />
541
648
  </View>
542
- </RCTScrollView>
649
+ </View>
543
650
  <View
651
+ pointerEvents="box-none"
652
+ position="bottom"
544
653
  style={
545
654
  [
546
655
  {
547
- "alignItems": "center",
548
- "flexDirection": "row",
656
+ "bottom": 0,
657
+ "elevation": 9999,
658
+ "flexDirection": "column-reverse",
659
+ "left": 0,
660
+ "paddingHorizontal": 24,
661
+ "paddingVertical": 16,
662
+ "position": "absolute",
663
+ "right": 0,
664
+ "top": 0,
549
665
  },
550
- [
551
- {
552
- "alignSelf": "center",
553
- "marginTop": 16,
554
- },
555
- undefined,
556
- ],
666
+ undefined,
557
667
  ]
558
668
  }
559
- testID="pageControl"
560
- >
561
- <View
562
- collapsable={false}
563
- style={
564
- {
565
- "backgroundColor": "#401960",
566
- "borderRadius": 999,
567
- "height": 8,
568
- "marginHorizontal": 8,
569
- "opacity": 1,
570
- "width": 24,
571
- }
572
- }
573
- testID="page-control-indicator0"
574
- />
575
- <View
576
- collapsable={false}
577
- style={
578
- {
579
- "backgroundColor": "#401960",
580
- "borderRadius": 999,
581
- "height": 8,
582
- "marginHorizontal": 8,
583
- "opacity": 0.5,
584
- "width": 8,
585
- }
586
- }
587
- testID="page-control-indicator1"
588
- />
589
- </View>
669
+ />
590
670
  </View>
591
671
  `;