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