@hero-design/rn 8.113.0 → 8.114.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 (540) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/lib/index.js +674 -439
  5. package/package.json +4 -4
  6. package/src/components/Alert/index.tsx +1 -1
  7. package/src/components/Badge/Count.tsx +2 -2
  8. package/src/components/Badge/Status.tsx +2 -2
  9. package/src/components/Badge/index.tsx +2 -1
  10. package/src/components/BottomNavigation/StyledBottomNavigation.tsx +1 -1
  11. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +32 -36
  12. package/src/components/BottomNavigation/__tests__/index.spec.tsx +17 -8
  13. package/src/components/BottomNavigation/index.tsx +4 -5
  14. package/src/components/BottomSheet/ScrollView.tsx +2 -1
  15. package/src/components/BottomSheet/index.tsx +1 -1
  16. package/src/components/Button/Button.tsx +2 -2
  17. package/src/components/Calendar/__tests__/CalendarRange.spec.tsx +1 -1
  18. package/src/components/Calendar/__tests__/index.spec.tsx +4 -9
  19. package/src/components/Card/DataCard/index.tsx +2 -2
  20. package/src/components/Card/index.tsx +2 -2
  21. package/src/components/Carousel/index.tsx +2 -2
  22. package/src/components/DatePicker/Dialog/__tests__/IOSDialog.spec.tsx +0 -6
  23. package/src/components/DatePicker/__tests__/DatePickerCalendar.spec.tsx +2 -10
  24. package/src/components/DatePicker/__tests__/DatePickerIOS.spec.tsx +27 -0
  25. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +176 -728
  26. package/src/components/Drawer/DragableDrawer/index.tsx +2 -2
  27. package/src/components/Drawer/index.tsx +2 -2
  28. package/src/components/FAB/__tests__/index.spec.tsx +33 -8
  29. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  30. package/src/components/Icon/IconList.ts +3 -0
  31. package/src/components/Image/index.tsx +2 -1
  32. package/src/components/List/BasicListItem.tsx +2 -1
  33. package/src/components/List/ListItem.tsx +1 -1
  34. package/src/components/MapPin/Focussed.tsx +2 -1
  35. package/src/components/MapPin/index.tsx +2 -1
  36. package/src/components/Modal/__tests__/index.spec.tsx +46 -0
  37. package/src/components/Modal/index.tsx +121 -149
  38. package/src/components/Progress/ProgressBar.tsx +2 -1
  39. package/src/components/Progress/ProgressCircle.tsx +2 -1
  40. package/src/components/Progress/SegmentedBar/Legend.tsx +39 -0
  41. package/src/components/Progress/SegmentedBar/StyledLegend.tsx +32 -0
  42. package/src/components/Progress/SegmentedBar/StyledSegmentedBar.tsx +30 -0
  43. package/src/components/Progress/SegmentedBar/__tests__/index.spec.tsx +115 -0
  44. package/src/components/Progress/SegmentedBar/__tests__/utils.spec.tsx +24 -0
  45. package/src/components/Progress/SegmentedBar/constants.ts +8 -0
  46. package/src/components/Progress/SegmentedBar/hooks/validation.ts +71 -0
  47. package/src/components/Progress/SegmentedBar/index.tsx +153 -0
  48. package/src/components/Progress/SegmentedBar/types.ts +62 -0
  49. package/src/components/Progress/SegmentedBar/utils.ts +16 -0
  50. package/src/components/Progress/index.tsx +2 -0
  51. package/src/components/RichTextEditor/MentionList.tsx +2 -1
  52. package/src/components/Tabs/ScrollableTabs.tsx +30 -9
  53. package/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx +5 -7
  54. package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +74 -38
  55. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +105 -129
  56. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +30 -42
  57. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -683
  58. package/src/components/Tabs/__tests__/index.spec.tsx +37 -25
  59. package/src/components/Tabs/index.tsx +4 -2
  60. package/src/components/Tag/index.tsx +1 -1
  61. package/src/components/TimePicker/__tests__/TimePickerIOS.spec.tsx +0 -6
  62. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +237 -282
  63. package/src/components/Toast/Toast.tsx +2 -1
  64. package/src/components/Toolbar/ToolbarItem.tsx +2 -1
  65. package/src/components/Typography/Label/index.tsx +1 -1
  66. package/src/testHelpers/renderWithTheme.tsx +2 -1
  67. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +9 -1
  68. package/src/theme/components/bottomNavigation.ts +1 -1
  69. package/src/theme/components/progress.ts +8 -0
  70. package/src/types.ts +2 -0
  71. package/src/utils/helpers.ts +6 -0
  72. package/.turbo/turbo-build.log +0 -17
  73. package/es/index.js +0 -48768
  74. package/locales/en_AU.js +0 -10
  75. package/locales/en_AU.mjs +0 -8
  76. package/locales/en_CA.js +0 -10
  77. package/locales/en_CA.mjs +0 -8
  78. package/locales/index.js +0 -11
  79. package/locales/index.mjs +0 -9
  80. package/locales/types.js +0 -2
  81. package/locales/types.mjs +0 -1
  82. package/types/components/Accordion/AccordionItem.d.ts +0 -15
  83. package/types/components/Accordion/StyledAccordion.d.ts +0 -30
  84. package/types/components/Accordion/index.d.ts +0 -43
  85. package/types/components/Alert/StyledAlert.d.ts +0 -51
  86. package/types/components/Alert/index.d.ts +0 -66
  87. package/types/components/AnimatedScroller/AnimatedFAB.d.ts +0 -12
  88. package/types/components/AnimatedScroller/AnimatedScrollable.d.ts +0 -16
  89. package/types/components/AnimatedScroller/FlatListWithFAB.d.ts +0 -12
  90. package/types/components/AnimatedScroller/ScrollViewWithFAB.d.ts +0 -12
  91. package/types/components/AnimatedScroller/SectionListWithFAB.d.ts +0 -12
  92. package/types/components/AnimatedScroller/index.d.ts +0 -4
  93. package/types/components/AppCue/StyledAppCue.d.ts +0 -20
  94. package/types/components/AppCue/__tests__/StyledAppCue.d.ts +0 -1
  95. package/types/components/AppCue/index.d.ts +0 -21
  96. package/types/components/AppCue/utils.d.ts +0 -66
  97. package/types/components/Attachment/StyledAttachment.d.ts +0 -26
  98. package/types/components/Attachment/index.d.ts +0 -38
  99. package/types/components/Avatar/Avatar.d.ts +0 -34
  100. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -30
  101. package/types/components/Avatar/AvatarStack/index.d.ts +0 -36
  102. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -4
  103. package/types/components/Avatar/StyledAvatar.d.ts +0 -32
  104. package/types/components/Avatar/index.d.ts +0 -6
  105. package/types/components/Badge/Count.d.ts +0 -27
  106. package/types/components/Badge/Status.d.ts +0 -23
  107. package/types/components/Badge/StyledBadge.d.ts +0 -43
  108. package/types/components/Badge/constants.d.ts +0 -1
  109. package/types/components/Badge/index.d.ts +0 -7
  110. package/types/components/Badge/types.d.ts +0 -53
  111. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -51
  112. package/types/components/BottomNavigation/index.d.ts +0 -45
  113. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -5
  114. package/types/components/BottomSheet/Footer.d.ts +0 -7
  115. package/types/components/BottomSheet/Header.d.ts +0 -10
  116. package/types/components/BottomSheet/ScrollView.d.ts +0 -5
  117. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -59
  118. package/types/components/BottomSheet/index.d.ts +0 -74
  119. package/types/components/Box/StyledBox.d.ts +0 -10
  120. package/types/components/Box/config.d.ts +0 -174
  121. package/types/components/Box/index.d.ts +0 -6
  122. package/types/components/Box/types.d.ts +0 -31
  123. package/types/components/Button/Button.d.ts +0 -64
  124. package/types/components/Button/IconButton.d.ts +0 -39
  125. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -19
  126. package/types/components/Button/LoadingIndicator/index.d.ts +0 -27
  127. package/types/components/Button/StyledButton.d.ts +0 -61
  128. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -15
  129. package/types/components/Button/UtilityButton/index.d.ts +0 -24
  130. package/types/components/Button/index.d.ts +0 -10
  131. package/types/components/Calendar/CalendarRange.d.ts +0 -11
  132. package/types/components/Calendar/CalendarRangeConnector.d.ts +0 -11
  133. package/types/components/Calendar/CalendarRowItem.d.ts +0 -13
  134. package/types/components/Calendar/StyledCalendar.d.ts +0 -61
  135. package/types/components/Calendar/constants.d.ts +0 -4
  136. package/types/components/Calendar/helpers.d.ts +0 -35
  137. package/types/components/Calendar/index.d.ts +0 -9
  138. package/types/components/Calendar/shared/hooks/useCalendarLayout.d.ts +0 -8
  139. package/types/components/Calendar/types.d.ts +0 -58
  140. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -22
  141. package/types/components/Card/DataCard/index.d.ts +0 -22
  142. package/types/components/Card/StyledCard.d.ts +0 -11
  143. package/types/components/Card/index.d.ts +0 -32
  144. package/types/components/Carousel/CardCarousel.d.ts +0 -46
  145. package/types/components/Carousel/CarouselItem.d.ts +0 -7
  146. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -27
  147. package/types/components/Carousel/StyledCarousel.d.ts +0 -55
  148. package/types/components/Carousel/contants.d.ts +0 -2
  149. package/types/components/Carousel/index.d.ts +0 -46
  150. package/types/components/Carousel/types.d.ts +0 -14
  151. package/types/components/Chart/ChartSelect/StyledChartSelect.d.ts +0 -8
  152. package/types/components/Chart/ChartSelect/index.d.ts +0 -63
  153. package/types/components/Chart/ColumnChart/ColumnChartContent.d.ts +0 -29
  154. package/types/components/Chart/ColumnChart/Segment.d.ts +0 -14
  155. package/types/components/Chart/ColumnChart/StackedSegment.d.ts +0 -32
  156. package/types/components/Chart/ColumnChart/StyledColumnChart.d.ts +0 -8
  157. package/types/components/Chart/ColumnChart/index.d.ts +0 -86
  158. package/types/components/Chart/Line/Line.d.ts +0 -23
  159. package/types/components/Chart/Line/index.d.ts +0 -41
  160. package/types/components/Chart/StyledChart.d.ts +0 -9
  161. package/types/components/Chart/index.d.ts +0 -6
  162. package/types/components/Chart/shared/AxisLabel.d.ts +0 -7
  163. package/types/components/Chart/shared/ChartFrame.d.ts +0 -30
  164. package/types/components/Chart/shared/ChartHeader.d.ts +0 -8
  165. package/types/components/Chart/shared/EmptyState.d.ts +0 -8
  166. package/types/components/Chart/shared/XAxis.d.ts +0 -8
  167. package/types/components/Chart/shared/XAxisGrid.d.ts +0 -8
  168. package/types/components/Chart/shared/YAxis.d.ts +0 -10
  169. package/types/components/Chart/shared/YAxisGrid.d.ts +0 -10
  170. package/types/components/Chart/shared/constants.d.ts +0 -4
  171. package/types/components/Chart/shared/hooks/useColorScale.d.ts +0 -7
  172. package/types/components/Chart/shared/hooks/useCustomColor.d.ts +0 -22
  173. package/types/components/Chart/shared/hooks/useGenerateTicks.d.ts +0 -6
  174. package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +0 -7
  175. package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +0 -8
  176. package/types/components/Chart/shared/niceNumbers.d.ts +0 -12
  177. package/types/components/Chart/shared/utils.d.ts +0 -11
  178. package/types/components/Chart/types.d.ts +0 -91
  179. package/types/components/Checkbox/DefaultCheckBox.d.ts +0 -40
  180. package/types/components/Checkbox/InlineCheckBox.d.ts +0 -38
  181. package/types/components/Checkbox/StyledDefaultCheckBox.d.ts +0 -33
  182. package/types/components/Checkbox/StyledInlineCheckBox.d.ts +0 -45
  183. package/types/components/Checkbox/index.d.ts +0 -6
  184. package/types/components/Checkbox/utils.d.ts +0 -7
  185. package/types/components/Chip/StyledChip.d.ts +0 -13
  186. package/types/components/Chip/index.d.ts +0 -43
  187. package/types/components/Collapse/StyledCollapse.d.ts +0 -23
  188. package/types/components/Collapse/index.d.ts +0 -20
  189. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -8
  190. package/types/components/ContentNavigator/index.d.ts +0 -43
  191. package/types/components/DatePicker/DatePicker.d.ts +0 -4
  192. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -7
  193. package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -4
  194. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -7
  195. package/types/components/DatePicker/Dialog/AndroidDialog.d.ts +0 -5
  196. package/types/components/DatePicker/Dialog/IOSDialog.d.ts +0 -4
  197. package/types/components/DatePicker/Dialog/type.d.ts +0 -50
  198. package/types/components/DatePicker/Dialog.d.ts +0 -4
  199. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -16
  200. package/types/components/DatePicker/hooks/useCalculateDate.d.ts +0 -4
  201. package/types/components/DatePicker/hooks/useFormatDate.d.ts +0 -10
  202. package/types/components/DatePicker/hooks/utils.d.ts +0 -6
  203. package/types/components/DatePicker/index.d.ts +0 -6
  204. package/types/components/DatePicker/index.internal.d.ts +0 -7
  205. package/types/components/DatePicker/types.d.ts +0 -109
  206. package/types/components/Divider/StyledDivider.d.ts +0 -12
  207. package/types/components/Divider/index.d.ts +0 -22
  208. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -8
  209. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -33
  210. package/types/components/Drawer/StyledDrawer.d.ts +0 -49
  211. package/types/components/Drawer/index.d.ts +0 -27
  212. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -18
  213. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -31
  214. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -15
  215. package/types/components/FAB/ActionGroup/index.d.ts +0 -55
  216. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -7
  217. package/types/components/FAB/FAB.d.ts +0 -40
  218. package/types/components/FAB/Pair/StyledFAB.d.ts +0 -12
  219. package/types/components/FAB/Pair/index.d.ts +0 -16
  220. package/types/components/FAB/StyledFAB.d.ts +0 -22
  221. package/types/components/FAB/index.d.ts +0 -5
  222. package/types/components/FilterTrigger/StyledFilterTrigger.d.ts +0 -20
  223. package/types/components/FilterTrigger/index.d.ts +0 -39
  224. package/types/components/FloatingIsland/StyledFloatingIsland.d.ts +0 -19
  225. package/types/components/FloatingIsland/index.d.ts +0 -24
  226. package/types/components/HeroDesignProvider/index.d.ts +0 -8
  227. package/types/components/Icon/AnimatedIcon.d.ts +0 -6
  228. package/types/components/Icon/HeroIcon/index.d.ts +0 -12
  229. package/types/components/Icon/IconList.d.ts +0 -2
  230. package/types/components/Icon/index.d.ts +0 -37
  231. package/types/components/Icon/utils.d.ts +0 -3
  232. package/types/components/Illustration/BaseSvg.d.ts +0 -8
  233. package/types/components/Illustration/assets/Add.d.ts +0 -4
  234. package/types/components/Illustration/assets/AllInOneSketch.d.ts +0 -4
  235. package/types/components/Illustration/assets/Boom.d.ts +0 -4
  236. package/types/components/Illustration/assets/Build.d.ts +0 -4
  237. package/types/components/Illustration/assets/CelebrationSketch.d.ts +0 -4
  238. package/types/components/Illustration/assets/Clock.d.ts +0 -4
  239. package/types/components/Illustration/assets/Confetti.d.ts +0 -4
  240. package/types/components/Illustration/assets/Connections.d.ts +0 -4
  241. package/types/components/Illustration/assets/DiySketch.d.ts +0 -4
  242. package/types/components/Illustration/assets/Error.d.ts +0 -4
  243. package/types/components/Illustration/assets/ErrorSketch.d.ts +0 -4
  244. package/types/components/Illustration/assets/FreedomSketch.d.ts +0 -4
  245. package/types/components/Illustration/assets/GrowingSketch.d.ts +0 -4
  246. package/types/components/Illustration/assets/Info.d.ts +0 -4
  247. package/types/components/Illustration/assets/InstantSketch.d.ts +0 -4
  248. package/types/components/Illustration/assets/LiftSketch.d.ts +0 -4
  249. package/types/components/Illustration/assets/List.d.ts +0 -4
  250. package/types/components/Illustration/assets/Location.d.ts +0 -4
  251. package/types/components/Illustration/assets/Lock.d.ts +0 -4
  252. package/types/components/Illustration/assets/Merge.d.ts +0 -4
  253. package/types/components/Illustration/assets/NoResult.d.ts +0 -4
  254. package/types/components/Illustration/assets/Notifications.d.ts +0 -4
  255. package/types/components/Illustration/assets/OnDemandSketch.d.ts +0 -4
  256. package/types/components/Illustration/assets/ProcessingSketch.d.ts +0 -4
  257. package/types/components/Illustration/assets/RemoteJobsSketch.d.ts +0 -4
  258. package/types/components/Illustration/assets/RewardSketch.d.ts +0 -4
  259. package/types/components/Illustration/assets/Search.d.ts +0 -4
  260. package/types/components/Illustration/assets/SearchSketch.d.ts +0 -4
  261. package/types/components/Illustration/assets/SecuritySketch.d.ts +0 -4
  262. package/types/components/Illustration/assets/SentSketch.d.ts +0 -4
  263. package/types/components/Illustration/assets/SpeedSketch.d.ts +0 -4
  264. package/types/components/Illustration/assets/Star.d.ts +0 -4
  265. package/types/components/Illustration/assets/Success.d.ts +0 -4
  266. package/types/components/Illustration/assets/SuperchargeSketch.d.ts +0 -4
  267. package/types/components/Illustration/assets/Unlock.d.ts +0 -4
  268. package/types/components/Illustration/assets/UnlockSketch.d.ts +0 -4
  269. package/types/components/Illustration/assets/User.d.ts +0 -4
  270. package/types/components/Illustration/assets/WorkflowSketch.d.ts +0 -4
  271. package/types/components/Illustration/constants.d.ts +0 -1
  272. package/types/components/Illustration/hooks/useMonoColor.d.ts +0 -5
  273. package/types/components/Illustration/illustrations.d.ts +0 -42
  274. package/types/components/Illustration/index.d.ts +0 -29
  275. package/types/components/Illustration/types.d.ts +0 -7
  276. package/types/components/Image/index.d.ts +0 -20
  277. package/types/components/List/BasicListItem.d.ts +0 -43
  278. package/types/components/List/ListItem.d.ts +0 -52
  279. package/types/components/List/StyledBasicListItem.d.ts +0 -27
  280. package/types/components/List/StyledListItem.d.ts +0 -49
  281. package/types/components/List/index.d.ts +0 -8
  282. package/types/components/LocaleProvider/__tests__/utils.specs.d.ts +0 -1
  283. package/types/components/LocaleProvider/context.d.ts +0 -3
  284. package/types/components/LocaleProvider/hooks.d.ts +0 -5
  285. package/types/components/LocaleProvider/index.d.ts +0 -7
  286. package/types/components/LocaleProvider/utils.d.ts +0 -3
  287. package/types/components/MapPin/Focussed.d.ts +0 -13
  288. package/types/components/MapPin/StyledMapPin.d.ts +0 -41
  289. package/types/components/MapPin/index.d.ts +0 -5
  290. package/types/components/MapPin/types.d.ts +0 -38
  291. package/types/components/Modal/index.d.ts +0 -38
  292. package/types/components/PageControl/StyledPageControl.d.ts +0 -12
  293. package/types/components/PageControl/index.d.ts +0 -22
  294. package/types/components/PinInput/PinCell.d.ts +0 -9
  295. package/types/components/PinInput/StyledPinInput.d.ts +0 -67
  296. package/types/components/PinInput/index.d.ts +0 -73
  297. package/types/components/Portal/PortalHost.d.ts +0 -5
  298. package/types/components/Portal/PortalProvider.d.ts +0 -7
  299. package/types/components/Portal/constants.d.ts +0 -8
  300. package/types/components/Portal/contexts.d.ts +0 -9
  301. package/types/components/Portal/index.d.ts +0 -19
  302. package/types/components/Portal/reducer.d.ts +0 -5
  303. package/types/components/Portal/types.d.ts +0 -23
  304. package/types/components/Portal/usePortal.d.ts +0 -8
  305. package/types/components/Portal/usePortalState.d.ts +0 -1
  306. package/types/components/Progress/ProgressBar.d.ts +0 -18
  307. package/types/components/Progress/ProgressCircle.d.ts +0 -20
  308. package/types/components/Progress/ProgressStep.d.ts +0 -20
  309. package/types/components/Progress/StyledProgressBar.d.ts +0 -18
  310. package/types/components/Progress/StyledProgressCircle.d.ts +0 -15
  311. package/types/components/Progress/StyledStep.d.ts +0 -23
  312. package/types/components/Progress/__tests__/index.spec.d.ts +0 -1
  313. package/types/components/Progress/constants.d.ts +0 -15
  314. package/types/components/Progress/index.d.ts +0 -6
  315. package/types/components/Progress/types.d.ts +0 -1
  316. package/types/components/Radio/Radio.d.ts +0 -43
  317. package/types/components/Radio/RadioGroup.d.ts +0 -40
  318. package/types/components/Radio/StyledRadio.d.ts +0 -30
  319. package/types/components/Radio/index.d.ts +0 -4
  320. package/types/components/Radio/types.d.ts +0 -10
  321. package/types/components/Rate/StyledRate.d.ts +0 -10
  322. package/types/components/Rate/index.d.ts +0 -29
  323. package/types/components/RefreshControl/index.d.ts +0 -5
  324. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -3
  325. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -18
  326. package/types/components/RichTextEditor/MentionList.d.ts +0 -17
  327. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -27
  328. package/types/components/RichTextEditor/RichTextEditorInput.d.ts +0 -69
  329. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -7
  330. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -19
  331. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -2
  332. package/types/components/RichTextEditor/constants.d.ts +0 -17
  333. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -2
  334. package/types/components/RichTextEditor/hooks/useRichTextEditorEvents.d.ts +0 -36
  335. package/types/components/RichTextEditor/index.d.ts +0 -71
  336. package/types/components/RichTextEditor/types.d.ts +0 -2
  337. package/types/components/RichTextEditor/utils/events.d.ts +0 -7
  338. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -7
  339. package/types/components/Search/SearchOneLine.d.ts +0 -73
  340. package/types/components/Search/SearchSuffixIcon.d.ts +0 -24
  341. package/types/components/Search/SearchTwoLine.d.ts +0 -40
  342. package/types/components/Search/StyledSearch.d.ts +0 -49
  343. package/types/components/Search/index.d.ts +0 -10
  344. package/types/components/Search/utils.d.ts +0 -8
  345. package/types/components/SectionHeading/StyledHeading.d.ts +0 -23
  346. package/types/components/SectionHeading/index.d.ts +0 -45
  347. package/types/components/SegmentedControl/SegmentedItem.d.ts +0 -18
  348. package/types/components/SegmentedControl/StyledSegmentedControl.d.ts +0 -26
  349. package/types/components/SegmentedControl/index.d.ts +0 -31
  350. package/types/components/SegmentedControl/types.d.ts +0 -43
  351. package/types/components/Select/BaseOptionList.d.ts +0 -8
  352. package/types/components/Select/Footer.d.ts +0 -6
  353. package/types/components/Select/MultiSelect/Option.d.ts +0 -10
  354. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -9
  355. package/types/components/Select/MultiSelect/index.d.ts +0 -35
  356. package/types/components/Select/MultiSelect/utils.d.ts +0 -2
  357. package/types/components/Select/SingleSelect/Option.d.ts +0 -10
  358. package/types/components/Select/SingleSelect/OptionList.d.ts +0 -11
  359. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -2
  360. package/types/components/Select/SingleSelect/index.d.ts +0 -28
  361. package/types/components/Select/StyledSelect.d.ts +0 -28
  362. package/types/components/Select/helpers.d.ts +0 -10
  363. package/types/components/Select/index.d.ts +0 -10
  364. package/types/components/Select/index.internal.d.ts +0 -21
  365. package/types/components/Select/types.d.ts +0 -88
  366. package/types/components/Skeleton/StyledSkeleton.d.ts +0 -16
  367. package/types/components/Skeleton/index.d.ts +0 -14
  368. package/types/components/Slider/RangeSlider.d.ts +0 -60
  369. package/types/components/Slider/SingleSlider.d.ts +0 -53
  370. package/types/components/Slider/StyledRangeSlider.d.ts +0 -10
  371. package/types/components/Slider/constants.d.ts +0 -3
  372. package/types/components/Slider/index.d.ts +0 -8
  373. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -6
  374. package/types/components/Spinner/StyledSpinner.d.ts +0 -34
  375. package/types/components/Spinner/index.d.ts +0 -18
  376. package/types/components/StatusScreens/Empty/StyledEmpty.d.ts +0 -27
  377. package/types/components/StatusScreens/Empty/index.d.ts +0 -38
  378. package/types/components/StatusScreens/Error/StyledError.d.ts +0 -59
  379. package/types/components/StatusScreens/Error/index.d.ts +0 -62
  380. package/types/components/StatusScreens/Success/StyledSuccess.d.ts +0 -59
  381. package/types/components/StatusScreens/Success/index.d.ts +0 -56
  382. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -7
  383. package/types/components/Swipeable/SwipeableAction.d.ts +0 -28
  384. package/types/components/Swipeable/index.d.ts +0 -50
  385. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -14
  386. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -19
  387. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -37
  388. package/types/components/Switch/StyledSwitch.d.ts +0 -15
  389. package/types/components/Switch/index.d.ts +0 -28
  390. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -9
  391. package/types/components/Tabs/SceneView.d.ts +0 -10
  392. package/types/components/Tabs/ScrollableTabs.d.ts +0 -7
  393. package/types/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.d.ts +0 -40
  394. package/types/components/Tabs/ScrollableTabsHeader/hooks/useInitHighlightedAnimation.d.ts +0 -9
  395. package/types/components/Tabs/ScrollableTabsHeader/hooks/useInitUnderlinedAnimation.d.ts +0 -10
  396. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -55
  397. package/types/components/Tabs/StyledTabs.d.ts +0 -45
  398. package/types/components/Tabs/TabWithBadge.d.ts +0 -17
  399. package/types/components/Tabs/index.d.ts +0 -62
  400. package/types/components/Tabs/useHandlePageScroll.d.ts +0 -8
  401. package/types/components/Tabs/useIsFocused.d.ts +0 -6
  402. package/types/components/Tabs/utils.d.ts +0 -2
  403. package/types/components/Tag/StyledTag.d.ts +0 -17
  404. package/types/components/Tag/index.d.ts +0 -28
  405. package/types/components/TextInput/StyledTextInput.d.ts +0 -89
  406. package/types/components/TextInput/index.d.ts +0 -136
  407. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -16
  408. package/types/components/TimePicker/TimePicker.d.ts +0 -4
  409. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -4
  410. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -4
  411. package/types/components/TimePicker/index.d.ts +0 -4
  412. package/types/components/TimePicker/index.internal.d.ts +0 -5
  413. package/types/components/TimePicker/types.d.ts +0 -76
  414. package/types/components/Toast/StyledToast.d.ts +0 -57
  415. package/types/components/Toast/Toast.d.ts +0 -3
  416. package/types/components/Toast/ToastContainer.d.ts +0 -5
  417. package/types/components/Toast/ToastContext.d.ts +0 -13
  418. package/types/components/Toast/ToastProvider.d.ts +0 -11
  419. package/types/components/Toast/index.d.ts +0 -8
  420. package/types/components/Toast/types.d.ts +0 -74
  421. package/types/components/Toolbar/StyledToolbar.d.ts +0 -69
  422. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -25
  423. package/types/components/Toolbar/ToolbarItem.d.ts +0 -31
  424. package/types/components/Toolbar/ToolbarMessage.d.ts +0 -58
  425. package/types/components/Toolbar/index.d.ts +0 -14
  426. package/types/components/Typography/Body/StyledBody.d.ts +0 -15
  427. package/types/components/Typography/Body/__tests__/StyledBody.d.ts +0 -1
  428. package/types/components/Typography/Body/index.d.ts +0 -38
  429. package/types/components/Typography/Caption/StyledCaption.d.ts +0 -13
  430. package/types/components/Typography/Caption/index.d.ts +0 -32
  431. package/types/components/Typography/Label/StyledLabel.d.ts +0 -12
  432. package/types/components/Typography/Label/__tests__/StyledLabel.d.ts +0 -1
  433. package/types/components/Typography/Label/index.d.ts +0 -28
  434. package/types/components/Typography/Text/StyledText.d.ts +0 -13
  435. package/types/components/Typography/Text/index.d.ts +0 -40
  436. package/types/components/Typography/Title/StyledTitle.d.ts +0 -15
  437. package/types/components/Typography/Title/__tests__/StyledTitle.d.ts +0 -1
  438. package/types/components/Typography/Title/index.d.ts +0 -38
  439. package/types/components/Typography/index.d.ts +0 -17
  440. package/types/components/Typography/types.d.ts +0 -6
  441. package/types/index.d.ts +0 -64
  442. package/types/index.internal.d.ts +0 -19
  443. package/types/locales/en_AU.d.ts +0 -3
  444. package/types/locales/en_CA.d.ts +0 -3
  445. package/types/locales/index.d.ts +0 -5
  446. package/types/locales/types.d.ts +0 -10
  447. package/types/testHelpers/renderWithTheme.d.ts +0 -3
  448. package/types/testHelpers/utils.d.ts +0 -1
  449. package/types/theme/ThemeProvider.d.ts +0 -12
  450. package/types/theme/ThemeSwitcher.d.ts +0 -9
  451. package/types/theme/components/accordion.d.ts +0 -13
  452. package/types/theme/components/alert.d.ts +0 -48
  453. package/types/theme/components/appCue.d.ts +0 -16
  454. package/types/theme/components/attachment.d.ts +0 -21
  455. package/types/theme/components/avatar.d.ts +0 -50
  456. package/types/theme/components/badge.d.ts +0 -69
  457. package/types/theme/components/bottomNavigation.d.ts +0 -30
  458. package/types/theme/components/bottomSheet.d.ts +0 -29
  459. package/types/theme/components/button.d.ts +0 -127
  460. package/types/theme/components/calendar.d.ts +0 -33
  461. package/types/theme/components/card.d.ts +0 -26
  462. package/types/theme/components/cardCarousel.d.ts +0 -19
  463. package/types/theme/components/carousel.d.ts +0 -36
  464. package/types/theme/components/chart.d.ts +0 -22
  465. package/types/theme/components/checkbox.d.ts +0 -40
  466. package/types/theme/components/chip.d.ts +0 -43
  467. package/types/theme/components/columnChart.d.ts +0 -10
  468. package/types/theme/components/contentNavigator.d.ts +0 -7
  469. package/types/theme/components/datePicker.d.ts +0 -7
  470. package/types/theme/components/divider.d.ts +0 -17
  471. package/types/theme/components/drawer.d.ts +0 -30
  472. package/types/theme/components/empty.d.ts +0 -37
  473. package/types/theme/components/error.d.ts +0 -52
  474. package/types/theme/components/fab.d.ts +0 -73
  475. package/types/theme/components/filterTrigger.d.ts +0 -72
  476. package/types/theme/components/floatingIsland.d.ts +0 -32
  477. package/types/theme/components/icon.d.ts +0 -25
  478. package/types/theme/components/image.d.ts +0 -8
  479. package/types/theme/components/list.d.ts +0 -46
  480. package/types/theme/components/mapPin.d.ts +0 -43
  481. package/types/theme/components/pageControl.d.ts +0 -18
  482. package/types/theme/components/pinInput.d.ts +0 -57
  483. package/types/theme/components/progress.d.ts +0 -51
  484. package/types/theme/components/radio.d.ts +0 -24
  485. package/types/theme/components/rate.d.ts +0 -11
  486. package/types/theme/components/refreshControl.d.ts +0 -7
  487. package/types/theme/components/richTextEditor.d.ts +0 -28
  488. package/types/theme/components/search.d.ts +0 -58
  489. package/types/theme/components/sectionHeading.d.ts +0 -14
  490. package/types/theme/components/segmentedControl.d.ts +0 -55
  491. package/types/theme/components/select.d.ts +0 -18
  492. package/types/theme/components/skeleton.d.ts +0 -17
  493. package/types/theme/components/slider.d.ts +0 -33
  494. package/types/theme/components/spinner.d.ts +0 -27
  495. package/types/theme/components/success.d.ts +0 -45
  496. package/types/theme/components/swipeable.d.ts +0 -16
  497. package/types/theme/components/switch.d.ts +0 -38
  498. package/types/theme/components/tabs.d.ts +0 -31
  499. package/types/theme/components/tag.d.ts +0 -53
  500. package/types/theme/components/textInput.d.ts +0 -95
  501. package/types/theme/components/timePicker.d.ts +0 -7
  502. package/types/theme/components/toast.d.ts +0 -52
  503. package/types/theme/components/toolbar.d.ts +0 -48
  504. package/types/theme/components/typography.d.ts +0 -168
  505. package/types/theme/getTheme.d.ts +0 -119
  506. package/types/theme/global/borders.d.ts +0 -18
  507. package/types/theme/global/colors/__tests__/ehWork.spec.d.ts +0 -1
  508. package/types/theme/global/colors/eBens.d.ts +0 -6
  509. package/types/theme/global/colors/ehJobs.d.ts +0 -3
  510. package/types/theme/global/colors/ehWork.d.ts +0 -3
  511. package/types/theme/global/colors/ehWorkDark.d.ts +0 -3
  512. package/types/theme/global/colors/global.d.ts +0 -3
  513. package/types/theme/global/colors/globalDark.d.ts +0 -3
  514. package/types/theme/global/colors/jobs.d.ts +0 -6
  515. package/types/theme/global/colors/swag.d.ts +0 -6
  516. package/types/theme/global/colors/swagDark.d.ts +0 -6
  517. package/types/theme/global/colors/swagLight.d.ts +0 -6
  518. package/types/theme/global/colors/swagLightGlobal.d.ts +0 -3
  519. package/types/theme/global/colors/swagLightJobs.d.ts +0 -6
  520. package/types/theme/global/colors/swagSystemPalette.d.ts +0 -3
  521. package/types/theme/global/colors/types.d.ts +0 -58
  522. package/types/theme/global/colors/wallet.d.ts +0 -6
  523. package/types/theme/global/colors/work.d.ts +0 -6
  524. package/types/theme/global/index.d.ts +0 -78
  525. package/types/theme/global/scale.d.ts +0 -14
  526. package/types/theme/global/shadows/ehJobs.d.ts +0 -3
  527. package/types/theme/global/shadows/ehWork.d.ts +0 -3
  528. package/types/theme/global/shadows/ehWorkDark.d.ts +0 -3
  529. package/types/theme/global/shadows/index.d.ts +0 -3
  530. package/types/theme/global/shadows/types.d.ts +0 -16
  531. package/types/theme/global/sizes.d.ts +0 -14
  532. package/types/theme/global/space.d.ts +0 -16
  533. package/types/theme/global/typography.d.ts +0 -34
  534. package/types/theme/index.d.ts +0 -9
  535. package/types/types.d.ts +0 -42
  536. package/types/types.internal.d.ts +0 -18
  537. package/types/utils/functions.d.ts +0 -1
  538. package/types/utils/helpers.d.ts +0 -13
  539. package/types/utils/hooks.d.ts +0 -3
  540. package/types/utils/scale.d.ts +0 -1
@@ -266,391 +266,115 @@ exports[`DatePickerIOS renders correctly 1`] = `
266
266
  </View>
267
267
  </View>
268
268
  </View>
269
- <RCTModalHostView
270
- animationType="none"
271
- hardwareAccelerated={false}
272
- identifier={0}
273
- onDismiss={[Function]}
274
- onRequestClose={[Function]}
275
- onStartShouldSetResponder={[Function]}
276
- presentationStyle="overFullScreen"
277
- style={
278
- {
279
- "position": "absolute",
280
- }
281
- }
282
- supportedOrientations={
283
- [
284
- "portrait",
285
- ]
286
- }
287
- transparent={true}
288
- visible={true}
289
- >
269
+ <View>
270
+ <View>
271
+ Start date
272
+ </View>
290
273
  <View
291
- collapsable={false}
292
274
  style={
293
275
  [
294
276
  {
295
- "flex": 1,
296
- "left": 0,
297
- "top": 0,
298
- },
299
- {
300
- "backgroundColor": "transparent",
277
+ "alignItems": "center",
278
+ "height": 176,
301
279
  },
280
+ undefined,
302
281
  ]
303
282
  }
304
283
  >
305
- <View
306
- pointerEvents="box-none"
284
+ <Picker
285
+ display="spinner"
286
+ locale="en-AU"
287
+ mode="date"
288
+ onChange={[Function]}
307
289
  style={
308
290
  {
309
291
  "flex": 1,
310
292
  }
311
293
  }
294
+ testID="datePickerIOS"
295
+ textColor="#001f23"
296
+ value={1995-12-21T00:00:00.000Z}
297
+ />
298
+ </View>
299
+ <View>
300
+ <View
301
+ accessibilityState={
302
+ {
303
+ "disabled": false,
304
+ }
305
+ }
306
+ accessibilityValue={
307
+ {
308
+ "max": undefined,
309
+ "min": undefined,
310
+ "now": undefined,
311
+ "text": undefined,
312
+ }
313
+ }
314
+ accessible={true}
315
+ focusable={true}
316
+ onClick={[Function]}
317
+ onResponderGrant={[Function]}
318
+ onResponderMove={[Function]}
319
+ onResponderRelease={[Function]}
320
+ onResponderTerminate={[Function]}
321
+ onResponderTerminationRequest={[Function]}
322
+ onStartShouldSetResponder={[Function]}
323
+ style={
324
+ [
325
+ {
326
+ "alignItems": "center",
327
+ "backgroundColor": "transparent",
328
+ "borderRadius": 999,
329
+ "borderWidth": 0,
330
+ "flexDirection": "row",
331
+ "height": 60,
332
+ "justifyContent": "center",
333
+ "padding": 12,
334
+ },
335
+ undefined,
336
+ ]
337
+ }
312
338
  >
313
- <View
314
- collapsable={true}
315
- pointerEvents="box-none"
339
+ <Text
340
+ allowFontScaling={false}
341
+ disabled={false}
342
+ ellipsizeMode="tail"
343
+ numberOfLines={1}
316
344
  style={
317
- {
318
- "flex": 1,
319
- }
320
- }
321
- >
322
- <View
323
- pointerEvents="box-none"
324
- style={
345
+ [
346
+ {
347
+ "color": "#001f23",
348
+ "fontFamily": "BeVietnamPro-SemiBold",
349
+ "fontSize": 16,
350
+ "letterSpacing": 0.24,
351
+ "lineHeight": 24,
352
+ },
325
353
  [
326
354
  {
327
- "bottom": 0,
328
- "flexDirection": "column-reverse",
329
- "left": 0,
330
- "position": "absolute",
331
- "right": 0,
332
- "top": 0,
355
+ "color": "#401960",
356
+ "flexShrink": 1,
357
+ "lineHeight": 22,
358
+ "textAlign": "center",
359
+ "textAlignVertical": "center",
333
360
  },
334
361
  undefined,
335
- ]
336
- }
337
- >
338
- <View
339
- onLayout={[Function]}
340
- style={
341
- [
342
- [
343
- {
344
- "flex": 1,
345
- "flexDirection": "column-reverse",
346
- },
347
- undefined,
348
- ],
349
- {
350
- "paddingBottom": 0,
351
- },
352
- ]
353
- }
354
- >
355
- <View
356
- accessibilityState={
357
- {
358
- "busy": undefined,
359
- "checked": undefined,
360
- "disabled": undefined,
361
- "expanded": undefined,
362
- "selected": undefined,
363
- }
364
- }
365
- accessibilityValue={
366
- {
367
- "max": undefined,
368
- "min": undefined,
369
- "now": undefined,
370
- "text": undefined,
371
- }
372
- }
373
- accessible={true}
374
- collapsable={false}
375
- focusable={true}
376
- onBlur={[Function]}
377
- onClick={[Function]}
378
- onFocus={[Function]}
379
- onResponderGrant={[Function]}
380
- onResponderMove={[Function]}
381
- onResponderRelease={[Function]}
382
- onResponderTerminate={[Function]}
383
- onResponderTerminationRequest={[Function]}
384
- onStartShouldSetResponder={[Function]}
385
- style={
386
- {
387
- "backgroundColor": "#000000",
388
- "bottom": 0,
389
- "left": 0,
390
- "opacity": 0.48,
391
- "position": "absolute",
392
- "right": 0,
393
- "top": 0,
394
- }
395
- }
396
- />
397
- <RCTSafeAreaView
398
- collapsable={false}
399
- style={
400
- {
401
- "backgroundColor": "#ffffff",
402
- "borderTopLeftRadius": 16,
403
- "borderTopRightRadius": 16,
404
- "maxHeight": "94%",
405
- "transform": [
406
- {
407
- "scaleY": 1,
408
- },
409
- {
410
- "translateY": 0,
411
- },
412
- ],
413
- "width": "100%",
414
- }
415
- }
416
- >
417
- <View
418
- style={
419
- [
420
- {
421
- "flexDirection": "row",
422
- "paddingHorizontal": 16,
423
- "paddingVertical": 8,
424
- },
425
- undefined,
426
- ]
427
- }
428
- >
429
- <View
430
- style={
431
- [
432
- {
433
- "flex": 1,
434
- "justifyContent": "center",
435
- },
436
- undefined,
437
- ]
438
- }
439
- >
440
- <Text
441
- allowFontScaling={false}
442
- style={
443
- [
444
- {
445
- "color": "#001f23",
446
- "fontFamily": "BeVietnamPro-SemiBold",
447
- "fontSize": 16,
448
- "letterSpacing": 0.24,
449
- "lineHeight": 24,
450
- },
451
- undefined,
452
- ]
453
- }
454
- themeIntent="body"
455
- themeIsItalic={false}
456
- themeTypeface="neutral"
457
- themeVariant="regular-bold"
458
- >
459
- Start date
460
- </Text>
461
- </View>
462
- <View
463
- style={
464
- [
465
- {
466
- "alignItems": "flex-end",
467
- "height": 48,
468
- "justifyContent": "center",
469
- "marginLeft": 12,
470
- "width": 48,
471
- },
472
- undefined,
473
- ]
474
- }
475
- >
476
- <View
477
- accessibilityState={
478
- {
479
- "busy": undefined,
480
- "checked": undefined,
481
- "disabled": undefined,
482
- "expanded": undefined,
483
- "selected": undefined,
484
- }
485
- }
486
- accessibilityValue={
487
- {
488
- "max": undefined,
489
- "min": undefined,
490
- "now": undefined,
491
- "text": undefined,
492
- }
493
- }
494
- accessible={true}
495
- collapsable={false}
496
- focusable={true}
497
- onClick={[Function]}
498
- onResponderGrant={[Function]}
499
- onResponderMove={[Function]}
500
- onResponderRelease={[Function]}
501
- onResponderTerminate={[Function]}
502
- onResponderTerminationRequest={[Function]}
503
- onStartShouldSetResponder={[Function]}
504
- style={
505
- {
506
- "opacity": 1,
507
- }
508
- }
509
- testID="bottom-sheet-close-icon"
510
- >
511
- <HeroIcon
512
- name="cancel"
513
- style={
514
- [
515
- {
516
- "color": "#001f23",
517
- "fontSize": 16,
518
- },
519
- undefined,
520
- ]
521
- }
522
- themeIntent="text"
523
- themeSize="xsmall"
524
- />
525
- </View>
526
- </View>
527
- </View>
528
- <View
529
- style={
530
- [
531
- {
532
- "alignItems": "center",
533
- "height": 176,
534
- },
535
- undefined,
536
- ]
537
- }
538
- >
539
- <Picker
540
- display="spinner"
541
- locale="en-AU"
542
- mode="date"
543
- onChange={[Function]}
544
- style={
545
- {
546
- "flex": 1,
547
- }
548
- }
549
- testID="datePickerIOS"
550
- textColor="#001f23"
551
- value={1995-12-21T00:00:00.000Z}
552
- />
553
- </View>
554
- <View>
555
- <View
556
- style={
557
- [
558
- {
559
- "alignItems": "center",
560
- "flexDirection": "row",
561
- "justifyContent": "flex-end",
562
- "paddingHorizontal": 12,
563
- "paddingVertical": 2,
564
- },
565
- undefined,
566
- ]
567
- }
568
- >
569
- <View
570
- accessibilityState={
571
- {
572
- "disabled": false,
573
- }
574
- }
575
- accessibilityValue={
576
- {
577
- "max": undefined,
578
- "min": undefined,
579
- "now": undefined,
580
- "text": undefined,
581
- }
582
- }
583
- accessible={true}
584
- focusable={true}
585
- onClick={[Function]}
586
- onResponderGrant={[Function]}
587
- onResponderMove={[Function]}
588
- onResponderRelease={[Function]}
589
- onResponderTerminate={[Function]}
590
- onResponderTerminationRequest={[Function]}
591
- onStartShouldSetResponder={[Function]}
592
- style={
593
- [
594
- {
595
- "alignItems": "center",
596
- "backgroundColor": "transparent",
597
- "borderRadius": 999,
598
- "borderWidth": 0,
599
- "flexDirection": "row",
600
- "height": 60,
601
- "justifyContent": "center",
602
- "padding": 12,
603
- },
604
- undefined,
605
- ]
606
- }
607
- >
608
- <Text
609
- allowFontScaling={false}
610
- disabled={false}
611
- ellipsizeMode="tail"
612
- numberOfLines={1}
613
- style={
614
- [
615
- {
616
- "color": "#001f23",
617
- "fontFamily": "BeVietnamPro-SemiBold",
618
- "fontSize": 16,
619
- "letterSpacing": 0.24,
620
- "lineHeight": 24,
621
- },
622
- [
623
- {
624
- "color": "#401960",
625
- "flexShrink": 1,
626
- "lineHeight": 22,
627
- "textAlign": "center",
628
- "textAlignVertical": "center",
629
- },
630
- undefined,
631
- ],
632
- ]
633
- }
634
- themeButtonVariant="text-primary"
635
- themeIntent="body"
636
- themeIsCompact={false}
637
- themeIsItalic={false}
638
- themeIsPressed={false}
639
- themeTypeface="neutral"
640
- themeVariant="regular-bold"
641
- >
642
- Confirm
643
- </Text>
644
- </View>
645
- </View>
646
- </View>
647
- </RCTSafeAreaView>
648
- </View>
649
- </View>
650
- </View>
362
+ ],
363
+ ]
364
+ }
365
+ themeButtonVariant="text-primary"
366
+ themeIntent="body"
367
+ themeIsCompact={false}
368
+ themeIsItalic={false}
369
+ themeIsPressed={false}
370
+ themeTypeface="neutral"
371
+ themeVariant="regular-bold"
372
+ >
373
+ Confirm
374
+ </Text>
651
375
  </View>
652
376
  </View>
653
- </RCTModalHostView>
377
+ </View>
654
378
  </View>
655
379
  <View
656
380
  pointerEvents="box-none"
@@ -941,391 +665,115 @@ exports[`DatePickerIOS renders correctly with custom locale 1`] = `
941
665
  </View>
942
666
  </View>
943
667
  </View>
944
- <RCTModalHostView
945
- animationType="none"
946
- hardwareAccelerated={false}
947
- identifier={2}
948
- onDismiss={[Function]}
949
- onRequestClose={[Function]}
950
- onStartShouldSetResponder={[Function]}
951
- presentationStyle="overFullScreen"
952
- style={
953
- {
954
- "position": "absolute",
955
- }
956
- }
957
- supportedOrientations={
958
- [
959
- "portrait",
960
- ]
961
- }
962
- transparent={true}
963
- visible={true}
964
- >
668
+ <View>
669
+ <View>
670
+ Start date
671
+ </View>
965
672
  <View
966
- collapsable={false}
967
673
  style={
968
674
  [
969
675
  {
970
- "flex": 1,
971
- "left": 0,
972
- "top": 0,
973
- },
974
- {
975
- "backgroundColor": "transparent",
676
+ "alignItems": "center",
677
+ "height": 176,
976
678
  },
679
+ undefined,
977
680
  ]
978
681
  }
979
682
  >
980
- <View
981
- pointerEvents="box-none"
683
+ <Picker
684
+ display="spinner"
685
+ locale="zh-CN"
686
+ mode="date"
687
+ onChange={[Function]}
982
688
  style={
983
689
  {
984
690
  "flex": 1,
985
691
  }
986
692
  }
693
+ testID="datePickerIOS"
694
+ textColor="#001f23"
695
+ value={1995-12-21T00:00:00.000Z}
696
+ />
697
+ </View>
698
+ <View>
699
+ <View
700
+ accessibilityState={
701
+ {
702
+ "disabled": false,
703
+ }
704
+ }
705
+ accessibilityValue={
706
+ {
707
+ "max": undefined,
708
+ "min": undefined,
709
+ "now": undefined,
710
+ "text": undefined,
711
+ }
712
+ }
713
+ accessible={true}
714
+ focusable={true}
715
+ onClick={[Function]}
716
+ onResponderGrant={[Function]}
717
+ onResponderMove={[Function]}
718
+ onResponderRelease={[Function]}
719
+ onResponderTerminate={[Function]}
720
+ onResponderTerminationRequest={[Function]}
721
+ onStartShouldSetResponder={[Function]}
722
+ style={
723
+ [
724
+ {
725
+ "alignItems": "center",
726
+ "backgroundColor": "transparent",
727
+ "borderRadius": 999,
728
+ "borderWidth": 0,
729
+ "flexDirection": "row",
730
+ "height": 60,
731
+ "justifyContent": "center",
732
+ "padding": 12,
733
+ },
734
+ undefined,
735
+ ]
736
+ }
987
737
  >
988
- <View
989
- collapsable={true}
990
- pointerEvents="box-none"
738
+ <Text
739
+ allowFontScaling={false}
740
+ disabled={false}
741
+ ellipsizeMode="tail"
742
+ numberOfLines={1}
991
743
  style={
992
- {
993
- "flex": 1,
994
- }
995
- }
996
- >
997
- <View
998
- pointerEvents="box-none"
999
- style={
744
+ [
745
+ {
746
+ "color": "#001f23",
747
+ "fontFamily": "BeVietnamPro-SemiBold",
748
+ "fontSize": 16,
749
+ "letterSpacing": 0.24,
750
+ "lineHeight": 24,
751
+ },
1000
752
  [
1001
753
  {
1002
- "bottom": 0,
1003
- "flexDirection": "column-reverse",
1004
- "left": 0,
1005
- "position": "absolute",
1006
- "right": 0,
1007
- "top": 0,
754
+ "color": "#401960",
755
+ "flexShrink": 1,
756
+ "lineHeight": 22,
757
+ "textAlign": "center",
758
+ "textAlignVertical": "center",
1008
759
  },
1009
760
  undefined,
1010
- ]
1011
- }
1012
- >
1013
- <View
1014
- onLayout={[Function]}
1015
- style={
1016
- [
1017
- [
1018
- {
1019
- "flex": 1,
1020
- "flexDirection": "column-reverse",
1021
- },
1022
- undefined,
1023
- ],
1024
- {
1025
- "paddingBottom": 0,
1026
- },
1027
- ]
1028
- }
1029
- >
1030
- <View
1031
- accessibilityState={
1032
- {
1033
- "busy": undefined,
1034
- "checked": undefined,
1035
- "disabled": undefined,
1036
- "expanded": undefined,
1037
- "selected": undefined,
1038
- }
1039
- }
1040
- accessibilityValue={
1041
- {
1042
- "max": undefined,
1043
- "min": undefined,
1044
- "now": undefined,
1045
- "text": undefined,
1046
- }
1047
- }
1048
- accessible={true}
1049
- collapsable={false}
1050
- focusable={true}
1051
- onBlur={[Function]}
1052
- onClick={[Function]}
1053
- onFocus={[Function]}
1054
- onResponderGrant={[Function]}
1055
- onResponderMove={[Function]}
1056
- onResponderRelease={[Function]}
1057
- onResponderTerminate={[Function]}
1058
- onResponderTerminationRequest={[Function]}
1059
- onStartShouldSetResponder={[Function]}
1060
- style={
1061
- {
1062
- "backgroundColor": "#000000",
1063
- "bottom": 0,
1064
- "left": 0,
1065
- "opacity": 0.48,
1066
- "position": "absolute",
1067
- "right": 0,
1068
- "top": 0,
1069
- }
1070
- }
1071
- />
1072
- <RCTSafeAreaView
1073
- collapsable={false}
1074
- style={
1075
- {
1076
- "backgroundColor": "#ffffff",
1077
- "borderTopLeftRadius": 16,
1078
- "borderTopRightRadius": 16,
1079
- "maxHeight": "94%",
1080
- "transform": [
1081
- {
1082
- "scaleY": 1,
1083
- },
1084
- {
1085
- "translateY": 0,
1086
- },
1087
- ],
1088
- "width": "100%",
1089
- }
1090
- }
1091
- >
1092
- <View
1093
- style={
1094
- [
1095
- {
1096
- "flexDirection": "row",
1097
- "paddingHorizontal": 16,
1098
- "paddingVertical": 8,
1099
- },
1100
- undefined,
1101
- ]
1102
- }
1103
- >
1104
- <View
1105
- style={
1106
- [
1107
- {
1108
- "flex": 1,
1109
- "justifyContent": "center",
1110
- },
1111
- undefined,
1112
- ]
1113
- }
1114
- >
1115
- <Text
1116
- allowFontScaling={false}
1117
- style={
1118
- [
1119
- {
1120
- "color": "#001f23",
1121
- "fontFamily": "BeVietnamPro-SemiBold",
1122
- "fontSize": 16,
1123
- "letterSpacing": 0.24,
1124
- "lineHeight": 24,
1125
- },
1126
- undefined,
1127
- ]
1128
- }
1129
- themeIntent="body"
1130
- themeIsItalic={false}
1131
- themeTypeface="neutral"
1132
- themeVariant="regular-bold"
1133
- >
1134
- Start date
1135
- </Text>
1136
- </View>
1137
- <View
1138
- style={
1139
- [
1140
- {
1141
- "alignItems": "flex-end",
1142
- "height": 48,
1143
- "justifyContent": "center",
1144
- "marginLeft": 12,
1145
- "width": 48,
1146
- },
1147
- undefined,
1148
- ]
1149
- }
1150
- >
1151
- <View
1152
- accessibilityState={
1153
- {
1154
- "busy": undefined,
1155
- "checked": undefined,
1156
- "disabled": undefined,
1157
- "expanded": undefined,
1158
- "selected": undefined,
1159
- }
1160
- }
1161
- accessibilityValue={
1162
- {
1163
- "max": undefined,
1164
- "min": undefined,
1165
- "now": undefined,
1166
- "text": undefined,
1167
- }
1168
- }
1169
- accessible={true}
1170
- collapsable={false}
1171
- focusable={true}
1172
- onClick={[Function]}
1173
- onResponderGrant={[Function]}
1174
- onResponderMove={[Function]}
1175
- onResponderRelease={[Function]}
1176
- onResponderTerminate={[Function]}
1177
- onResponderTerminationRequest={[Function]}
1178
- onStartShouldSetResponder={[Function]}
1179
- style={
1180
- {
1181
- "opacity": 1,
1182
- }
1183
- }
1184
- testID="bottom-sheet-close-icon"
1185
- >
1186
- <HeroIcon
1187
- name="cancel"
1188
- style={
1189
- [
1190
- {
1191
- "color": "#001f23",
1192
- "fontSize": 16,
1193
- },
1194
- undefined,
1195
- ]
1196
- }
1197
- themeIntent="text"
1198
- themeSize="xsmall"
1199
- />
1200
- </View>
1201
- </View>
1202
- </View>
1203
- <View
1204
- style={
1205
- [
1206
- {
1207
- "alignItems": "center",
1208
- "height": 176,
1209
- },
1210
- undefined,
1211
- ]
1212
- }
1213
- >
1214
- <Picker
1215
- display="spinner"
1216
- locale="zh-CN"
1217
- mode="date"
1218
- onChange={[Function]}
1219
- style={
1220
- {
1221
- "flex": 1,
1222
- }
1223
- }
1224
- testID="datePickerIOS"
1225
- textColor="#001f23"
1226
- value={1995-12-21T00:00:00.000Z}
1227
- />
1228
- </View>
1229
- <View>
1230
- <View
1231
- style={
1232
- [
1233
- {
1234
- "alignItems": "center",
1235
- "flexDirection": "row",
1236
- "justifyContent": "flex-end",
1237
- "paddingHorizontal": 12,
1238
- "paddingVertical": 2,
1239
- },
1240
- undefined,
1241
- ]
1242
- }
1243
- >
1244
- <View
1245
- accessibilityState={
1246
- {
1247
- "disabled": false,
1248
- }
1249
- }
1250
- accessibilityValue={
1251
- {
1252
- "max": undefined,
1253
- "min": undefined,
1254
- "now": undefined,
1255
- "text": undefined,
1256
- }
1257
- }
1258
- accessible={true}
1259
- focusable={true}
1260
- onClick={[Function]}
1261
- onResponderGrant={[Function]}
1262
- onResponderMove={[Function]}
1263
- onResponderRelease={[Function]}
1264
- onResponderTerminate={[Function]}
1265
- onResponderTerminationRequest={[Function]}
1266
- onStartShouldSetResponder={[Function]}
1267
- style={
1268
- [
1269
- {
1270
- "alignItems": "center",
1271
- "backgroundColor": "transparent",
1272
- "borderRadius": 999,
1273
- "borderWidth": 0,
1274
- "flexDirection": "row",
1275
- "height": 60,
1276
- "justifyContent": "center",
1277
- "padding": 12,
1278
- },
1279
- undefined,
1280
- ]
1281
- }
1282
- >
1283
- <Text
1284
- allowFontScaling={false}
1285
- disabled={false}
1286
- ellipsizeMode="tail"
1287
- numberOfLines={1}
1288
- style={
1289
- [
1290
- {
1291
- "color": "#001f23",
1292
- "fontFamily": "BeVietnamPro-SemiBold",
1293
- "fontSize": 16,
1294
- "letterSpacing": 0.24,
1295
- "lineHeight": 24,
1296
- },
1297
- [
1298
- {
1299
- "color": "#401960",
1300
- "flexShrink": 1,
1301
- "lineHeight": 22,
1302
- "textAlign": "center",
1303
- "textAlignVertical": "center",
1304
- },
1305
- undefined,
1306
- ],
1307
- ]
1308
- }
1309
- themeButtonVariant="text-primary"
1310
- themeIntent="body"
1311
- themeIsCompact={false}
1312
- themeIsItalic={false}
1313
- themeIsPressed={false}
1314
- themeTypeface="neutral"
1315
- themeVariant="regular-bold"
1316
- >
1317
- Confirm
1318
- </Text>
1319
- </View>
1320
- </View>
1321
- </View>
1322
- </RCTSafeAreaView>
1323
- </View>
1324
- </View>
1325
- </View>
761
+ ],
762
+ ]
763
+ }
764
+ themeButtonVariant="text-primary"
765
+ themeIntent="body"
766
+ themeIsCompact={false}
767
+ themeIsItalic={false}
768
+ themeIsPressed={false}
769
+ themeTypeface="neutral"
770
+ themeVariant="regular-bold"
771
+ >
772
+ Confirm
773
+ </Text>
1326
774
  </View>
1327
775
  </View>
1328
- </RCTModalHostView>
776
+ </View>
1329
777
  </View>
1330
778
  <View
1331
779
  pointerEvents="box-none"