@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
@@ -1,2 +0,0 @@
1
- declare const IconList: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "bolt", "bookmark-added", "bookmark-checked", "bookmark", "box-check", "box", "bpay", "buildings", "cake", "calendar-clock", "calendar", "candy-box-menu", "caret-down-small", "caret-down", "caret-left-small", "caret-left", "caret-right-small", "caret-right", "caret-up-small", "caret-up", "check-radio", "circle-add", "circle-cancel", "circle-check", "circle-down", "circle-info", "circle-left", "circle-ok", "circle-pencil", "circle-question", "circle-remove", "circle-right", "circle-up", "circle-warning", "clock-3", "clock", "cloud-download", "cloud-upload", "cog", "coin", "contacts", "credit-card", "diamond", "direction-arrows", "directory", "document", "dollar-coin-shine", "dot", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "explore_nearby", "eye-circle", "eye-invisible", "eye", "face-meh", "face-sad", "face-smiley", "feed", "feedbacks", "file-certified", "file-clone", "file-copy", "file-csv", "file-dispose", "file-doc", "file-excel", "file-export", "file-lock", "file-pdf", "file-powerpoint", "file-search", "file-secured", "file-sheets", "file-slide", "file-verified", "file-word", "file", "filter", "folder-user", "folder", "format-bold", "format-heading1", "format-heading2", "format-italic", "format-list-bulleted", "format-list-numbered", "format-underlined", "funnel-filter", "global-dollar", "global-pound", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "hero-points", "home", "image", "import", "incident-siren", "instapay-daily", "instapay-now", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "near-me", "node", "open-folder", "paperclip-vertical", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-arrow", "play-circle", "pound-coin-shine", "pound-sign", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "salary-sacrifice", "save", "schedule-send", "schedule", "search-person", "search", "send", "speaker-active", "speaker", "star-award", "star-badge", "star-circle", "star-medal", "star", "steps-circle", "stopwatch", "suitcase", "surfing", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "swipe-right", "switch", "tag", "target", "teams", "thumb-down", "thumb-up", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "academic-hat-outlined", "accommodation-outlined", "activate-outlined", "add-credit-card-outlined", "add-person-outlined", "add-section-outlined", "add-time-outlined", "add", "adjustment-outlined", "afternoon-outlined", "ai-outlined", "alignment-2-outlined", "alignment-outlined", "all-caps", "application-outlined", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "automotive-outlined", "bakery-outlined", "bar-outlined", "beauty-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "bill-management-outlined", "billing-outlined", "body-outlined", "bold", "bolt-outlined", "book-outlined", "bookmark-added-outlined", "bookmark-checked-outlined", "bookmark-outlined", "box-1-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calculator-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-outlined", "call-split-outlined", "camera-outlined", "cancel", "car-forward-outlined", "cashback-outlined", "charging-station-outlined", "chat-bubble-outlined", "chat-unread-outlined", "checkmark", "circle-add-outlined", "circle-cancel-outlined", "circle-down-outlined", "circle-info-outlined", "circle-left-outlined", "circle-ok-outlined", "circle-question-outlined", "circle-remove-outlined", "circle-right-outlined", "circle-up-outlined", "circle-warning-outlined", "clock-2-outlined", "clock-in-outlined", "clock-out-outlined", "clock-outlined", "cog-outlined", "coin-outlined", "coin-super-outlined", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cultural-site-outlined", "cup-outlined", "dentistry-outlined", "direction-arrows-outlined", "directory-outlined", "document-outlined", "dollar-box-outlined", "dollar-card-outlined", "dollar-coin-shine-outlined", "dollar-credit-card-outlined", "dollar-sign", "double-buildings-outlined", "double-left-arrows", "double-right-arrows", "download-box-outlined", "download-outlined", "edit-template-outlined", "electronics-outlined", "email-outlined", "end-break-outlined", "enter-arrow", "entertainment-outlined", "envelope-outlined", "evening-outlined", "expense-approval-outlined", "expense-outlined", "explore-outlined", "extension-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-outlined", "fastfood-outlined", "feed-outlined", "file-certified-outlined", "file-clone-outlined", "file-copy-outlined", "file-dispose-outlined", "file-dollar-certified-outlined", "file-dollar-outlined", "file-download-outlined", "file-export-outlined", "file-lock-outlined", "file-outlined", "file-pound-outlined", "file-search-outlined", "file-secured-outlined", "file-statutory-outlined", "file-verified-outlined", "filter-outlined", "fitness-outlined", "folder-outlined", "folder-upload-outlined", "folder-user-outlined", "form-outlined", "funnel-filter-outline", "goal-outlined", "graph-outlined", "grocery-outlined", "hand-holding-user-outlined", "handshake-outlined", "happy-sun-outlined", "health-bag-outlined", "heart-outlined", "home-active-outlined", "home-outlined", "id-card-outlined", "image-outlined", "import-outlined", "instapay-outlined", "italic", "job-search-outlined", "leave-approval-outlined", "lighting-outlined", "link-1", "link-2", "list-outlined", "live-help-outlined", "local_mall_outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-outlined", "map-outlined", "media-content-outlined", "menu-close", "menu-expand", "menu-fold-outlined", "menu-unfold-outlined", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "morning-outlined", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "overview-outlined", "park-outlined", "payment-summary-outlined", "payslip-outlined", "pencil-outlined", "percentage", "phone-outlined", "piggy-bank-outlined", "plane-outlined", "play-circle-outlined", "pound-box-outlined", "pound-card-outlined", "pound-coin-shine-outlined", "pound-credit-card-outlined", "print-outlined", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "restaurant-outlined", "resume-outlined", "return-arrow", "rostering-outlined", "safety-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-outlined-2", "share-outlined", "shield-check-outlined", "shop-outlined", "shopping_basket_outlined", "show-chart-outlined", "single-down-arrow", "single-left-arrow", "single-right-arrow", "single-up-arrow", "smart-match-outlined", "sparkle-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "start-break-outlined", "stash-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "thumb-down-outlined", "thumb-up-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "transportation-outlined", "trash-bin-outlined", "umbrela-outlined", "unavailability-outlined", "unavailable", "underline", "union-outlined", "unlock-outlined", "upload-outlined", "user-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined", "wellness-outlined"];
2
- export default IconList;
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import type { AccessibilityProps, StyleProp, TextStyle } from 'react-native';
3
- import IconList from './IconList';
4
- export type IconName = typeof IconList[number];
5
- export interface IconProps extends AccessibilityProps {
6
- /**
7
- * Name of the Icon.
8
- *
9
- * icon['carat-*'] - @deprecated Icons starting with 'carat' are deprecated and will be removed in the next major release, please use 'caret' instead.
10
- */
11
- icon: IconName;
12
- /**
13
- * Intent of the Icon.
14
- */
15
- intent?: 'text' | 'primary' | 'secondary' | 'info' | 'danger' | 'success' | 'warning' | 'disabled-text' | 'text-inverted' | 'muted' | 'inactive';
16
- /**
17
- * Size of the Icon.
18
- */
19
- size?: 'xxxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
20
- /**
21
- * Rotate icon with animation.
22
- */
23
- spin?: boolean;
24
- /**
25
- * Additional style.
26
- */
27
- style?: StyleProp<TextStyle>;
28
- /**
29
- * Testing id of the component.
30
- */
31
- testID?: string;
32
- }
33
- declare const Icon: {
34
- ({ icon, style, size, intent, testID, spin, accessibilityLabel, accessibilityHint, accessibilityRole, accessibilityState, accessibilityValue, accessibilityLiveRegion, accessibilityElementsHidden, accessible, accessibilityIgnoresInvertColors, accessibilityViewIsModal, accessibilityActions, }: IconProps): React.JSX.Element;
35
- List: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "bolt", "bookmark-added", "bookmark-checked", "bookmark", "box-check", "box", "bpay", "buildings", "cake", "calendar-clock", "calendar", "candy-box-menu", "caret-down-small", "caret-down", "caret-left-small", "caret-left", "caret-right-small", "caret-right", "caret-up-small", "caret-up", "check-radio", "circle-add", "circle-cancel", "circle-check", "circle-down", "circle-info", "circle-left", "circle-ok", "circle-pencil", "circle-question", "circle-remove", "circle-right", "circle-up", "circle-warning", "clock-3", "clock", "cloud-download", "cloud-upload", "cog", "coin", "contacts", "credit-card", "diamond", "direction-arrows", "directory", "document", "dollar-coin-shine", "dot", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "explore_nearby", "eye-circle", "eye-invisible", "eye", "face-meh", "face-sad", "face-smiley", "feed", "feedbacks", "file-certified", "file-clone", "file-copy", "file-csv", "file-dispose", "file-doc", "file-excel", "file-export", "file-lock", "file-pdf", "file-powerpoint", "file-search", "file-secured", "file-sheets", "file-slide", "file-verified", "file-word", "file", "filter", "folder-user", "folder", "format-bold", "format-heading1", "format-heading2", "format-italic", "format-list-bulleted", "format-list-numbered", "format-underlined", "funnel-filter", "global-dollar", "global-pound", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "hero-points", "home", "image", "import", "incident-siren", "instapay-daily", "instapay-now", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "near-me", "node", "open-folder", "paperclip-vertical", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-arrow", "play-circle", "pound-coin-shine", "pound-sign", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "salary-sacrifice", "save", "schedule-send", "schedule", "search-person", "search", "send", "speaker-active", "speaker", "star-award", "star-badge", "star-circle", "star-medal", "star", "steps-circle", "stopwatch", "suitcase", "surfing", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "swipe-right", "switch", "tag", "target", "teams", "thumb-down", "thumb-up", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "academic-hat-outlined", "accommodation-outlined", "activate-outlined", "add-credit-card-outlined", "add-person-outlined", "add-section-outlined", "add-time-outlined", "add", "adjustment-outlined", "afternoon-outlined", "ai-outlined", "alignment-2-outlined", "alignment-outlined", "all-caps", "application-outlined", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "automotive-outlined", "bakery-outlined", "bar-outlined", "beauty-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "bill-management-outlined", "billing-outlined", "body-outlined", "bold", "bolt-outlined", "book-outlined", "bookmark-added-outlined", "bookmark-checked-outlined", "bookmark-outlined", "box-1-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calculator-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-outlined", "call-split-outlined", "camera-outlined", "cancel", "car-forward-outlined", "cashback-outlined", "charging-station-outlined", "chat-bubble-outlined", "chat-unread-outlined", "checkmark", "circle-add-outlined", "circle-cancel-outlined", "circle-down-outlined", "circle-info-outlined", "circle-left-outlined", "circle-ok-outlined", "circle-question-outlined", "circle-remove-outlined", "circle-right-outlined", "circle-up-outlined", "circle-warning-outlined", "clock-2-outlined", "clock-in-outlined", "clock-out-outlined", "clock-outlined", "cog-outlined", "coin-outlined", "coin-super-outlined", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cultural-site-outlined", "cup-outlined", "dentistry-outlined", "direction-arrows-outlined", "directory-outlined", "document-outlined", "dollar-box-outlined", "dollar-card-outlined", "dollar-coin-shine-outlined", "dollar-credit-card-outlined", "dollar-sign", "double-buildings-outlined", "double-left-arrows", "double-right-arrows", "download-box-outlined", "download-outlined", "edit-template-outlined", "electronics-outlined", "email-outlined", "end-break-outlined", "enter-arrow", "entertainment-outlined", "envelope-outlined", "evening-outlined", "expense-approval-outlined", "expense-outlined", "explore-outlined", "extension-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-outlined", "fastfood-outlined", "feed-outlined", "file-certified-outlined", "file-clone-outlined", "file-copy-outlined", "file-dispose-outlined", "file-dollar-certified-outlined", "file-dollar-outlined", "file-download-outlined", "file-export-outlined", "file-lock-outlined", "file-outlined", "file-pound-outlined", "file-search-outlined", "file-secured-outlined", "file-statutory-outlined", "file-verified-outlined", "filter-outlined", "fitness-outlined", "folder-outlined", "folder-upload-outlined", "folder-user-outlined", "form-outlined", "funnel-filter-outline", "goal-outlined", "graph-outlined", "grocery-outlined", "hand-holding-user-outlined", "handshake-outlined", "happy-sun-outlined", "health-bag-outlined", "heart-outlined", "home-active-outlined", "home-outlined", "id-card-outlined", "image-outlined", "import-outlined", "instapay-outlined", "italic", "job-search-outlined", "leave-approval-outlined", "lighting-outlined", "link-1", "link-2", "list-outlined", "live-help-outlined", "local_mall_outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-outlined", "map-outlined", "media-content-outlined", "menu-close", "menu-expand", "menu-fold-outlined", "menu-unfold-outlined", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "morning-outlined", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "overview-outlined", "park-outlined", "payment-summary-outlined", "payslip-outlined", "pencil-outlined", "percentage", "phone-outlined", "piggy-bank-outlined", "plane-outlined", "play-circle-outlined", "pound-box-outlined", "pound-card-outlined", "pound-coin-shine-outlined", "pound-credit-card-outlined", "print-outlined", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "restaurant-outlined", "resume-outlined", "return-arrow", "rostering-outlined", "safety-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-outlined-2", "share-outlined", "shield-check-outlined", "shop-outlined", "shopping_basket_outlined", "show-chart-outlined", "single-down-arrow", "single-left-arrow", "single-right-arrow", "single-up-arrow", "smart-match-outlined", "sparkle-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "start-break-outlined", "stash-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "thumb-down-outlined", "thumb-up-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "transportation-outlined", "trash-bin-outlined", "umbrela-outlined", "unavailability-outlined", "unavailable", "underline", "union-outlined", "unlock-outlined", "upload-outlined", "user-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined", "wellness-outlined"];
36
- };
37
- export default Icon;
@@ -1,3 +0,0 @@
1
- import IconList from './IconList';
2
- declare const isHeroIcon: (x: any) => x is (typeof IconList)[number];
3
- export { isHeroIcon };
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from './types';
3
- interface BaseSvgProps extends IllustrationSvgProps {
4
- children: React.ReactNode;
5
- viewBox?: string;
6
- }
7
- declare const BaseSvg: ({ children, width, height, viewBox, testID, }: BaseSvgProps) => React.JSX.Element;
8
- export default BaseSvg;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Add: ({ stroke, fill, testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Add;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const AllInOneSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default AllInOneSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Boom: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Boom;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Build: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Build;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const CelebrationSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default CelebrationSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Clock: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Clock;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Confetti: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Confetti;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Connections: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Connections;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const DiySketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default DiySketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const ErrorIcon: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default ErrorIcon;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const ErrorSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default ErrorSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const FreedomSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default FreedomSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const GrowingSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default GrowingSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Info: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Info;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const InstantSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default InstantSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const LiftSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default LiftSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const List: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default List;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Location: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Location;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Lock: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Lock;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Merge: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Merge;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const NoResult: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default NoResult;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Notifications: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Notifications;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const OnDemandSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default OnDemandSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const ProcessingSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default ProcessingSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const RemoteJobsSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default RemoteJobsSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const RewardSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default RewardSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Search: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Search;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const SearchSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default SearchSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const SecuritySketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default SecuritySketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const SentSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default SentSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const SpeedSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default SpeedSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Star: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Star;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Success: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Success;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const SuperchargeSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default SuperchargeSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const Unlock: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default Unlock;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const UnlockSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default UnlockSketch;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const User: ({ stroke, fill, testID, width, height, }: IllustrationSvgProps) => React.JSX.Element;
4
- export default User;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { IllustrationSvgProps } from '../types';
3
- declare const WorkflowSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element;
4
- export default WorkflowSketch;
@@ -1 +0,0 @@
1
- export declare const DEFAULT_ILLUSTRATION_SIZE: number;
@@ -1,5 +0,0 @@
1
- declare const useMonoColor: () => {
2
- fill: string;
3
- stroke: string;
4
- };
5
- export default useMonoColor;
@@ -1,42 +0,0 @@
1
- export declare const Illustrations: {
2
- readonly add: ({ stroke, fill, testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
3
- readonly boom: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
4
- readonly build: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
5
- readonly clock: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
6
- readonly connections: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
7
- readonly list: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
8
- readonly location: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
9
- readonly merge: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
10
- readonly notifications: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
11
- readonly search: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
12
- readonly star: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
13
- readonly user: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
14
- readonly confetti: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
15
- readonly error: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
16
- readonly info: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
17
- readonly success: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
18
- readonly lock: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
19
- readonly unlock: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
20
- readonly 'all-in-one-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
21
- readonly 'celebration-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
22
- readonly 'diy-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
23
- readonly 'no-result': ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
24
- readonly 'error-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
25
- readonly 'freedom-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
26
- readonly 'growing-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
27
- readonly 'instant-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
28
- readonly 'search-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
29
- readonly 'unlock-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
30
- readonly 'lift-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
31
- readonly 'workflow-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
32
- readonly 'security-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
33
- readonly 'speed-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
34
- readonly 'remote-jobs-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
35
- readonly 'supercharge-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
36
- readonly 'processing-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
37
- readonly 'reward-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
38
- readonly 'sent-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
39
- readonly 'on-demand-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element;
40
- };
41
- export type IllustrationName = keyof typeof Illustrations;
42
- export declare const IllustrationList: IllustrationName[];
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import type { StyleProp, ViewStyle } from 'react-native';
3
- import { type IllustrationName } from './illustrations';
4
- export { IllustrationList } from './illustrations';
5
- export type { IllustrationName } from './illustrations';
6
- interface IllustrationProps {
7
- /**
8
- * The name of the illustration to display
9
- */
10
- name: IllustrationName;
11
- /**
12
- * Testing ID for the component
13
- */
14
- testID?: string;
15
- /**
16
- * Width of the illustration
17
- */
18
- width?: number;
19
- /**
20
- * Height of the illustration
21
- */
22
- height?: number;
23
- /**
24
- * Style of the illustration
25
- */
26
- style?: StyleProp<ViewStyle>;
27
- }
28
- declare const Illustration: ({ name, testID, width, height, style, }: IllustrationProps) => React.JSX.Element | null;
29
- export default Illustration;
@@ -1,7 +0,0 @@
1
- export type IllustrationSvgProps = {
2
- fill?: string;
3
- stroke?: string;
4
- testID?: string;
5
- width?: number;
6
- height?: number;
7
- };
@@ -1,20 +0,0 @@
1
- import type { ImageProps as RNImageProps } from 'react-native';
2
- export interface ImageProps extends RNImageProps {
3
- /**
4
- * Whether the image is rounded.
5
- */
6
- rounded?: boolean;
7
- /**
8
- * Image sizes, following the same sizes as the `sizes` global theme.
9
- */
10
- size?: '6xlarge' | '15xlarge';
11
- /**
12
- * Testing id of the component.
13
- */
14
- testID?: string;
15
- }
16
- /**
17
- * @deprecated Image component will soon be deprecated. Please use `Image` from `react-native` instead.
18
- */
19
- declare const Image: ({ rounded, size, testID, style, ...imageNativeProps }: ImageProps) => JSX.Element;
20
- export default Image;
@@ -1,43 +0,0 @@
1
- import React from 'react';
2
- import type { StyleProp, ViewStyle } from 'react-native';
3
- import type { IconName } from '../Icon';
4
- interface ListItemProps {
5
- /**
6
- * Name of Icon or component to render on the left side of title.
7
- */
8
- prefix?: IconName | React.ReactElement;
9
- /**
10
- * Name of Icon or component to render on the right side of title.
11
- */
12
- suffix?: IconName | React.ReactElement;
13
- /**
14
- * The title of the component.
15
- */
16
- title: string | React.ReactElement;
17
- /**
18
- * The subtile title of the component.
19
- */
20
- subtitle?: string;
21
- /**
22
- * Whether the component is disabled. Default value is false
23
- */
24
- disabled?: boolean;
25
- /**
26
- * Whether the component is selected. Default value is false
27
- */
28
- selected?: boolean;
29
- /**
30
- * Additional wrapper style.
31
- */
32
- style?: StyleProp<ViewStyle>;
33
- /**
34
- * Testing id of the component.
35
- */
36
- testID?: string;
37
- /**
38
- * Set the handler to handle press event.
39
- */
40
- onPress?: () => void;
41
- }
42
- declare const BasicListItem: ({ prefix, suffix, title, subtitle, style, testID, selected, disabled, onPress, }: ListItemProps) => JSX.Element;
43
- export default BasicListItem;
@@ -1,52 +0,0 @@
1
- import React from 'react';
2
- import type { ReactNode, ReactElement } from 'react';
3
- import type { StyleProp, ViewStyle } from 'react-native';
4
- import type { IconName } from '../Icon';
5
- export interface ListItemProps {
6
- /**
7
- * Name of Icon or ReactElement to render on the left side of title.
8
- */
9
- prefix?: IconName | React.ReactElement;
10
- /**
11
- * Name of Icon or ReactElement to render on the right side of title.
12
- */
13
- suffix?: IconName | React.ReactElement;
14
- /**
15
- * The title of the component.
16
- */
17
- title?: string | ReactElement;
18
- /**
19
- * The subtile title of the component.
20
- */
21
- subtitle?: string;
22
- /**
23
- * Additional wrapper style.
24
- */
25
- style?: StyleProp<ViewStyle>;
26
- /**
27
- * Children to be rendered inside the component.
28
- */
29
- children?: ReactNode;
30
- /**
31
- * Leading status of the component
32
- * */
33
- leadingStatus?: 'success' | 'warning' | 'danger' | 'info' | 'archived';
34
- variant?: 'full-width' | 'card';
35
- /**
36
- * Whether the component is disabled. Default value is false
37
- */
38
- disabled?: boolean;
39
- /** * Whether the component is selected. Default value is false
40
- */
41
- selected?: boolean;
42
- /**
43
- * Testing id of the component.
44
- */
45
- testID?: string;
46
- /**
47
- * Set the handler to handle press event.
48
- */
49
- onPress?: () => void;
50
- }
51
- declare const ListItem: ({ prefix, suffix, title, subtitle, style, testID, selected, children, leadingStatus, variant, onPress, disabled, }: ListItemProps) => JSX.Element;
52
- export default ListItem;
@@ -1,27 +0,0 @@
1
- import { View } from 'react-native';
2
- declare const StyledPrefixContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
3
- theme?: import("@emotion/react").Theme;
4
- as?: React.ElementType;
5
- }, {}, {
6
- ref?: import("react").Ref<View> | undefined;
7
- }>;
8
- declare const StyledSuffixContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
9
- theme?: import("@emotion/react").Theme;
10
- as?: React.ElementType;
11
- }, {}, {
12
- ref?: import("react").Ref<View> | undefined;
13
- }>;
14
- declare const StyledTitleContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
15
- theme?: import("@emotion/react").Theme;
16
- as?: React.ElementType;
17
- }, {}, {
18
- ref?: import("react").Ref<View> | undefined;
19
- }>;
20
- declare const StyledListItemContainer: import("@emotion/native").StyledComponent<import("react-native").TouchableHighlightProps & import("react").RefAttributes<View> & {
21
- theme?: import("@emotion/react").Theme;
22
- as?: React.ElementType;
23
- } & {
24
- themeSelected?: boolean;
25
- themeDisabled?: boolean;
26
- }, {}, {}>;
27
- export { StyledListItemContainer, StyledPrefixContainer, StyledTitleContainer, StyledSuffixContainer, };