@hero-design/rn 8.76.0 → 8.76.1-alpha.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 (349) hide show
  1. package/.turbo/turbo-build$colon$types.log +0 -0
  2. package/.turbo/turbo-build.log +4 -3
  3. package/.turbo/turbo-lint.log +183 -0
  4. package/.turbo/turbo-publish:npm.log +9 -0
  5. package/.turbo/turbo-test.log +4726 -0
  6. package/.turbo/turbo-type-check.log +0 -0
  7. package/CHANGELOG.md +14 -0
  8. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  9. package/es/index.js +316 -309
  10. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  11. package/lib/index.js +316 -309
  12. package/package.json +2 -2
  13. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +84 -18
  14. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -2
  15. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -1
  16. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  17. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  18. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
  19. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
  20. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  21. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -4
  22. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +3 -3
  23. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  24. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  25. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  26. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
  27. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  28. package/src/components/FAB/ActionGroup/ActionItem.tsx +1 -3
  29. package/src/components/FAB/ActionGroup/StyledActionGroup.tsx +1 -1
  30. package/src/components/FAB/ActionGroup/StyledActionItem.tsx +2 -2
  31. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +162 -89
  32. package/src/components/FAB/FAB.tsx +1 -1
  33. package/src/components/FAB/StyledFAB.tsx +2 -3
  34. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
  35. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +25 -3
  36. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  37. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  38. package/src/components/Icon/IconList.ts +5 -0
  39. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -2
  40. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +6 -6
  41. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +2 -2
  42. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +2 -2
  43. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  44. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -5
  45. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -10
  46. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +14 -14
  47. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  48. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
  49. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  50. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
  51. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +14 -14
  52. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +14 -14
  53. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
  54. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +8 -8
  55. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  56. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  57. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
  58. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +32 -32
  59. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
  60. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  61. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +1 -1
  62. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  63. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +2 -2
  64. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
  65. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +5 -5
  66. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  67. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +5 -5
  68. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
  69. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +18 -18
  70. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -7
  71. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
  72. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  73. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
  74. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  75. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +1 -1
  76. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  77. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
  78. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
  79. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  80. package/src/theme/ThemeSwitcher.tsx +12 -2
  81. package/src/theme/components/fab.ts +6 -6
  82. package/src/theme/getTheme.ts +2 -2
  83. package/types/components/Accordion/AccordionItem.d.ts +0 -0
  84. package/types/components/Accordion/StyledAccordion.d.ts +0 -0
  85. package/types/components/Accordion/index.d.ts +0 -0
  86. package/types/components/Alert/StyledAlert.d.ts +0 -0
  87. package/types/components/Alert/index.d.ts +0 -0
  88. package/types/components/Attachment/StyledAttachment.d.ts +0 -0
  89. package/types/components/Attachment/index.d.ts +0 -0
  90. package/types/components/Avatar/Avatar.d.ts +0 -0
  91. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
  92. package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
  93. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
  94. package/types/components/Avatar/StyledAvatar.d.ts +0 -0
  95. package/types/components/Avatar/index.d.ts +0 -0
  96. package/types/components/Badge/Status.d.ts +0 -0
  97. package/types/components/Badge/StyledBadge.d.ts +0 -0
  98. package/types/components/Badge/index.d.ts +0 -0
  99. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  100. package/types/components/BottomNavigation/index.d.ts +0 -0
  101. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
  102. package/types/components/BottomSheet/Footer.d.ts +0 -0
  103. package/types/components/BottomSheet/Header.d.ts +0 -0
  104. package/types/components/BottomSheet/ScrollView.d.ts +0 -0
  105. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  106. package/types/components/BottomSheet/index.d.ts +0 -0
  107. package/types/components/Box/StyledBox.d.ts +0 -0
  108. package/types/components/Box/config.d.ts +0 -0
  109. package/types/components/Box/index.d.ts +0 -0
  110. package/types/components/Box/types.d.ts +0 -0
  111. package/types/components/Button/Button.d.ts +0 -0
  112. package/types/components/Button/IconButton.d.ts +0 -0
  113. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  114. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  115. package/types/components/Button/StyledButton.d.ts +0 -0
  116. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
  117. package/types/components/Button/UtilityButton/index.d.ts +0 -0
  118. package/types/components/Button/index.d.ts +0 -0
  119. package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
  120. package/types/components/Calendar/StyledCalendar.d.ts +0 -0
  121. package/types/components/Calendar/helpers.d.ts +0 -0
  122. package/types/components/Calendar/index.d.ts +0 -0
  123. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
  124. package/types/components/Card/DataCard/index.d.ts +0 -0
  125. package/types/components/Card/StyledCard.d.ts +0 -0
  126. package/types/components/Card/index.d.ts +0 -0
  127. package/types/components/Carousel/CardCarousel.d.ts +0 -0
  128. package/types/components/Carousel/CarouselItem.d.ts +0 -0
  129. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
  130. package/types/components/Carousel/StyledCarousel.d.ts +0 -0
  131. package/types/components/Carousel/contants.d.ts +0 -0
  132. package/types/components/Carousel/index.d.ts +0 -0
  133. package/types/components/Carousel/types.d.ts +0 -0
  134. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
  135. package/types/components/Checkbox/index.d.ts +0 -0
  136. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  137. package/types/components/Collapse/index.d.ts +0 -0
  138. package/types/components/CompoundSearch/CompoundSearchHandler.d.ts +31 -0
  139. package/types/components/CompoundSearch/CompoundSearchTextInput.d.ts +60 -0
  140. package/types/components/CompoundSearch/StyledCompoundSearch.d.ts +40 -0
  141. package/types/components/CompoundSearch/index.d.ts +8 -0
  142. package/types/components/CompoundSearch/utils.d.ts +8 -0
  143. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  144. package/types/components/ContentNavigator/index.d.ts +0 -0
  145. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
  146. package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
  147. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
  148. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
  149. package/types/components/DatePicker/index.d.ts +0 -0
  150. package/types/components/DatePicker/types.d.ts +0 -0
  151. package/types/components/Divider/StyledDivider.d.ts +0 -0
  152. package/types/components/Divider/index.d.ts +0 -0
  153. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
  154. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
  155. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  156. package/types/components/Drawer/index.d.ts +0 -0
  157. package/types/components/Empty/StyledEmpty.d.ts +0 -0
  158. package/types/components/Empty/index.d.ts +0 -0
  159. package/types/components/Error/StyledError.d.ts +0 -0
  160. package/types/components/Error/index.d.ts +0 -0
  161. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  162. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  163. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +3 -3
  164. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  165. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  166. package/types/components/FAB/FAB.d.ts +0 -0
  167. package/types/components/FAB/StyledFAB.d.ts +2 -3
  168. package/types/components/FAB/index.d.ts +0 -0
  169. package/types/components/Icon/AnimatedIcon.d.ts +0 -0
  170. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  171. package/types/components/Icon/IconList.d.ts +1 -1
  172. package/types/components/Icon/index.d.ts +1 -1
  173. package/types/components/Icon/utils.d.ts +1 -1
  174. package/types/components/Image/index.d.ts +0 -0
  175. package/types/components/List/BasicListItem.d.ts +0 -0
  176. package/types/components/List/ListItem.d.ts +0 -0
  177. package/types/components/List/StyledBasicListItem.d.ts +0 -0
  178. package/types/components/List/StyledListItem.d.ts +0 -0
  179. package/types/components/List/index.d.ts +0 -0
  180. package/types/components/PageControl/StyledPageControl.d.ts +0 -0
  181. package/types/components/PageControl/index.d.ts +0 -0
  182. package/types/components/PinInput/PinCell.d.ts +0 -0
  183. package/types/components/PinInput/StyledPinInput.d.ts +0 -0
  184. package/types/components/PinInput/index.d.ts +0 -0
  185. package/types/components/Progress/ProgressBar.d.ts +0 -0
  186. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  187. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  188. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  189. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  190. package/types/components/Progress/constants.d.ts +0 -0
  191. package/types/components/Progress/index.d.ts +0 -0
  192. package/types/components/Progress/types.d.ts +0 -0
  193. package/types/components/Radio/Radio.d.ts +0 -0
  194. package/types/components/Radio/RadioGroup.d.ts +0 -0
  195. package/types/components/Radio/StyledRadio.d.ts +0 -0
  196. package/types/components/Radio/index.d.ts +0 -0
  197. package/types/components/Radio/types.d.ts +0 -0
  198. package/types/components/RefreshControl/index.d.ts +0 -0
  199. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
  200. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
  201. package/types/components/RichTextEditor/MentionList.d.ts +0 -0
  202. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
  203. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
  204. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
  205. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
  206. package/types/components/RichTextEditor/constants.d.ts +0 -0
  207. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
  208. package/types/components/RichTextEditor/index.d.ts +0 -0
  209. package/types/components/RichTextEditor/types.d.ts +0 -0
  210. package/types/components/RichTextEditor/utils/events.d.ts +0 -0
  211. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
  212. package/types/components/Search/SearchBasic.d.ts +31 -0
  213. package/types/components/Search/SearchCompound.d.ts +60 -0
  214. package/types/components/Search/utils.d.ts +2 -2
  215. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  216. package/types/components/SectionHeading/index.d.ts +0 -0
  217. package/types/components/Select/BaseOptionList.d.ts +0 -0
  218. package/types/components/Select/Footer.d.ts +0 -0
  219. package/types/components/Select/MultiSelect/Option.d.ts +0 -0
  220. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
  221. package/types/components/Select/MultiSelect/index.d.ts +0 -0
  222. package/types/components/Select/SingleSelect/Option.d.ts +0 -0
  223. package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
  224. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
  225. package/types/components/Select/SingleSelect/index.d.ts +0 -0
  226. package/types/components/Select/StyledSelect.d.ts +0 -0
  227. package/types/components/Select/helpers.d.ts +0 -0
  228. package/types/components/Select/index.d.ts +0 -0
  229. package/types/components/Select/types.d.ts +0 -0
  230. package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
  231. package/types/components/Skeleton/index.d.ts +0 -0
  232. package/types/components/Slider/index.d.ts +0 -0
  233. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  234. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  235. package/types/components/Spinner/index.d.ts +0 -0
  236. package/types/components/Success/StyledSuccess.d.ts +0 -0
  237. package/types/components/Success/index.d.ts +0 -0
  238. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
  239. package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
  240. package/types/components/Swipeable/index.d.ts +0 -0
  241. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
  242. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
  243. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
  244. package/types/components/Switch/StyledSwitch.d.ts +0 -0
  245. package/types/components/Switch/index.d.ts +0 -0
  246. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  247. package/types/components/Tabs/SceneView.d.ts +0 -0
  248. package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
  249. package/types/components/Tabs/ScrollableTabsHeader.d.ts +35 -0
  250. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  251. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  252. package/types/components/Tabs/TabWithBadge.d.ts +0 -0
  253. package/types/components/Tabs/index.d.ts +0 -0
  254. package/types/components/Tabs/useIsFocused.d.ts +0 -0
  255. package/types/components/Tabs/utils.d.ts +0 -0
  256. package/types/components/Tag/StyledTag.d.ts +0 -0
  257. package/types/components/Tag/index.d.ts +0 -0
  258. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  259. package/types/components/TextInput/index.d.ts +3 -3
  260. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
  261. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
  262. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
  263. package/types/components/TimePicker/index.d.ts +0 -0
  264. package/types/components/TimePicker/types.d.ts +0 -0
  265. package/types/components/Toast/StyledToast.d.ts +0 -0
  266. package/types/components/Toast/Toast.d.ts +0 -0
  267. package/types/components/Toast/ToastContainer.d.ts +0 -0
  268. package/types/components/Toast/ToastContext.d.ts +0 -0
  269. package/types/components/Toast/ToastProvider.d.ts +0 -0
  270. package/types/components/Toast/index.d.ts +0 -0
  271. package/types/components/Toast/types.d.ts +0 -0
  272. package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
  273. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
  274. package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
  275. package/types/components/Toolbar/index.d.ts +0 -0
  276. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  277. package/types/components/Typography/Text/index.d.ts +0 -0
  278. package/types/components/Typography/index.d.ts +0 -0
  279. package/types/index.d.ts +0 -0
  280. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  281. package/types/theme/ThemeProvider.d.ts +0 -0
  282. package/types/theme/ThemeSwitcher.d.ts +1 -1
  283. package/types/theme/components/accordion.d.ts +0 -0
  284. package/types/theme/components/alert.d.ts +0 -0
  285. package/types/theme/components/attachment.d.ts +0 -0
  286. package/types/theme/components/avatar.d.ts +0 -0
  287. package/types/theme/components/badge.d.ts +0 -0
  288. package/types/theme/components/bottomNavigation.d.ts +0 -0
  289. package/types/theme/components/bottomSheet.d.ts +0 -0
  290. package/types/theme/components/button.d.ts +0 -0
  291. package/types/theme/components/calendar.d.ts +0 -0
  292. package/types/theme/components/card.d.ts +0 -0
  293. package/types/theme/components/cardCarousel.d.ts +0 -0
  294. package/types/theme/components/carousel.d.ts +0 -0
  295. package/types/theme/components/checkbox.d.ts +0 -0
  296. package/types/theme/components/compoundSearch.d.ts +36 -0
  297. package/types/theme/components/contentNavigator.d.ts +0 -0
  298. package/types/theme/components/datePicker.d.ts +0 -0
  299. package/types/theme/components/divider.d.ts +0 -0
  300. package/types/theme/components/drawer.d.ts +0 -0
  301. package/types/theme/components/empty.d.ts +0 -0
  302. package/types/theme/components/error.d.ts +0 -0
  303. package/types/theme/components/fab.d.ts +0 -0
  304. package/types/theme/components/icon.d.ts +0 -0
  305. package/types/theme/components/image.d.ts +0 -0
  306. package/types/theme/components/list.d.ts +0 -0
  307. package/types/theme/components/pageControl.d.ts +0 -0
  308. package/types/theme/components/pinInput.d.ts +0 -0
  309. package/types/theme/components/progress.d.ts +0 -0
  310. package/types/theme/components/radio.d.ts +0 -0
  311. package/types/theme/components/refreshControl.d.ts +0 -0
  312. package/types/theme/components/richTextEditor.d.ts +0 -0
  313. package/types/theme/components/sectionHeading.d.ts +0 -0
  314. package/types/theme/components/select.d.ts +0 -0
  315. package/types/theme/components/skeleton.d.ts +0 -0
  316. package/types/theme/components/slider.d.ts +0 -0
  317. package/types/theme/components/spinner.d.ts +0 -0
  318. package/types/theme/components/success.d.ts +0 -0
  319. package/types/theme/components/swipeable.d.ts +0 -0
  320. package/types/theme/components/switch.d.ts +0 -0
  321. package/types/theme/components/tabs.d.ts +0 -0
  322. package/types/theme/components/tag.d.ts +0 -0
  323. package/types/theme/components/textInput.d.ts +0 -0
  324. package/types/theme/components/timePicker.d.ts +0 -0
  325. package/types/theme/components/toast.d.ts +0 -0
  326. package/types/theme/components/toolbar.d.ts +0 -0
  327. package/types/theme/components/typography.d.ts +0 -0
  328. package/types/theme/getTheme.d.ts +0 -0
  329. package/types/theme/global/borders.d.ts +0 -0
  330. package/types/theme/global/colors/eBens.d.ts +0 -0
  331. package/types/theme/global/colors/global.d.ts +0 -0
  332. package/types/theme/global/colors/globalDark.d.ts +0 -0
  333. package/types/theme/global/colors/jobs.d.ts +0 -0
  334. package/types/theme/global/colors/swag.d.ts +0 -0
  335. package/types/theme/global/colors/swagDark.d.ts +0 -0
  336. package/types/theme/global/colors/types.d.ts +0 -0
  337. package/types/theme/global/colors/wallet.d.ts +0 -0
  338. package/types/theme/global/colors/work.d.ts +0 -0
  339. package/types/theme/global/index.d.ts +0 -0
  340. package/types/theme/global/scale.d.ts +0 -0
  341. package/types/theme/global/sizes.d.ts +0 -0
  342. package/types/theme/global/space.d.ts +0 -0
  343. package/types/theme/global/typography.d.ts +0 -0
  344. package/types/theme/index.d.ts +0 -0
  345. package/types/types.d.ts +0 -0
  346. package/types/utils/functions.d.ts +0 -0
  347. package/types/utils/helpers.d.ts +0 -0
  348. package/types/utils/hooks.d.ts +0 -0
  349. package/types/utils/scale.d.ts +0 -0
@@ -52,7 +52,7 @@ exports[`ToolbarItems renders correctly when disabled 1`] = `
52
52
  [
53
53
  {
54
54
  "alignItems": "center",
55
- "backgroundColor": "#ece8ef",
55
+ "backgroundColor": "#f1e9fb",
56
56
  "borderRadius": 24,
57
57
  "flexDirection": "row",
58
58
  "justifyContent": "center",
@@ -374,7 +374,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
374
374
  [
375
375
  {
376
376
  "alignItems": "center",
377
- "backgroundColor": "#ece8ef",
377
+ "backgroundColor": "#f1e9fb",
378
378
  "borderRadius": 24,
379
379
  "flexDirection": "row",
380
380
  "justifyContent": "center",
@@ -389,7 +389,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
389
389
  style={
390
390
  [
391
391
  {
392
- "color": "#401960",
392
+ "color": "#460078",
393
393
  "fontSize": 24,
394
394
  },
395
395
  undefined,
@@ -405,7 +405,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
405
405
  style={
406
406
  [
407
407
  {
408
- "color": "#401960",
408
+ "color": "#460078",
409
409
  "fontFamily": "BeVietnamPro-SemiBold",
410
410
  "fontSize": 16,
411
411
  "letterSpacing": 0.24,
@@ -502,7 +502,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
502
502
  [
503
503
  {
504
504
  "alignItems": "center",
505
- "backgroundColor": "#ece8ef",
505
+ "backgroundColor": "#f1e9fb",
506
506
  "borderRadius": 24,
507
507
  "flexDirection": "row",
508
508
  "justifyContent": "center",
@@ -630,7 +630,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
630
630
  [
631
631
  {
632
632
  "alignItems": "center",
633
- "backgroundColor": "#ece8ef",
633
+ "backgroundColor": "#f1e9fb",
634
634
  "borderRadius": 24,
635
635
  "flexDirection": "row",
636
636
  "justifyContent": "center",
@@ -645,7 +645,7 @@ exports[`ToolbarItems renders correctly when intent is primary, icon is ai-outli
645
645
  style={
646
646
  [
647
647
  {
648
- "color": "#401960",
648
+ "color": "#460078",
649
649
  "fontSize": 24,
650
650
  },
651
651
  undefined,
@@ -212,7 +212,7 @@ exports[`StyledBody has primary intent style 1`] = `
212
212
  style={
213
213
  [
214
214
  {
215
- "color": "#401960",
215
+ "color": "#460078",
216
216
  "fontFamily": "BeVietnamPro-Regular",
217
217
  "fontSize": 16,
218
218
  "letterSpacing": 0.48,
@@ -370,7 +370,7 @@ exports[`Body has primary intent style 1`] = `
370
370
  style={
371
371
  [
372
372
  {
373
- "color": "#401960",
373
+ "color": "#460078",
374
374
  "fontFamily": "BeVietnamPro-Regular",
375
375
  "fontSize": 16,
376
376
  "letterSpacing": 0.48,
@@ -625,7 +625,7 @@ exports[`Body has secondary intent style 1`] = `
625
625
  style={
626
626
  [
627
627
  {
628
- "color": "#795e90",
628
+ "color": "#B382FD",
629
629
  "fontFamily": "BeVietnamPro-Regular",
630
630
  "fontSize": 16,
631
631
  "letterSpacing": 0.48,
@@ -208,7 +208,7 @@ exports[`StyledCaption has primary intent style 1`] = `
208
208
  style={
209
209
  [
210
210
  {
211
- "color": "#401960",
211
+ "color": "#460078",
212
212
  "fontFamily": "BeVietnamPro-Regular",
213
213
  "fontSize": 12,
214
214
  "letterSpacing": 0.36,
@@ -363,7 +363,7 @@ exports[`Caption has primary intent style 1`] = `
363
363
  style={
364
364
  [
365
365
  {
366
- "color": "#401960",
366
+ "color": "#460078",
367
367
  "fontFamily": "BeVietnamPro-Regular",
368
368
  "fontSize": 12,
369
369
  "letterSpacing": 0.36,
@@ -463,7 +463,7 @@ exports[`Caption has secondary intent style 1`] = `
463
463
  style={
464
464
  [
465
465
  {
466
- "color": "#795e90",
466
+ "color": "#B382FD",
467
467
  "fontFamily": "BeVietnamPro-Regular",
468
468
  "fontSize": 12,
469
469
  "letterSpacing": 0.36,
@@ -200,7 +200,7 @@ exports[`StyledLabel has primary intent style 1`] = `
200
200
  style={
201
201
  [
202
202
  {
203
- "color": "#401960",
203
+ "color": "#460078",
204
204
  "fontSize": 10,
205
205
  "letterSpacing": 0,
206
206
  "lineHeight": 14,
@@ -349,7 +349,7 @@ exports[`Label has primary intent style 1`] = `
349
349
  style={
350
350
  [
351
351
  {
352
- "color": "#401960",
352
+ "color": "#460078",
353
353
  "fontSize": 10,
354
354
  "letterSpacing": 0,
355
355
  "lineHeight": 14,
@@ -397,7 +397,7 @@ exports[`Label has secondary intent style 1`] = `
397
397
  style={
398
398
  [
399
399
  {
400
- "color": "#795e90",
400
+ "color": "#B382FD",
401
401
  "fontSize": 10,
402
402
  "letterSpacing": 0,
403
403
  "lineHeight": 14,
@@ -471,7 +471,7 @@ exports[`StyledText has primary intent style 1`] = `
471
471
  style={
472
472
  [
473
473
  {
474
- "color": "#401960",
474
+ "color": "#460078",
475
475
  "fontFamily": "BeVietnamPro-Regular",
476
476
  "fontSize": 14,
477
477
  "letterSpacing": 0.42,
@@ -812,7 +812,7 @@ exports[`StyledTitle has primary intent style 1`] = `
812
812
  style={
813
813
  [
814
814
  {
815
- "color": "#401960",
815
+ "color": "#460078",
816
816
  "fontFamily": "BeVietnamPro-Regular",
817
817
  "fontSize": 18,
818
818
  "letterSpacing": 0.48,
@@ -982,7 +982,7 @@ exports[`Title has primary intent style 1`] = `
982
982
  style={
983
983
  [
984
984
  {
985
- "color": "#401960",
985
+ "color": "#460078",
986
986
  "fontFamily": "BeVietnamPro-Regular",
987
987
  "fontSize": 42,
988
988
  "letterSpacing": 0,
@@ -1033,7 +1033,7 @@ exports[`Title has secondary intent style 1`] = `
1033
1033
  style={
1034
1034
  [
1035
1035
  {
1036
- "color": "#795e90",
1036
+ "color": "#B382FD",
1037
1037
  "fontFamily": "BeVietnamPro-Regular",
1038
1038
  "fontSize": 42,
1039
1039
  "letterSpacing": 0,
@@ -9,13 +9,21 @@ import {
9
9
  walletSystemPalette,
10
10
  eBensSystemPalette,
11
11
  swagDarkSystemPalette,
12
+ swagLightSystemPalette,
12
13
  } from './global';
13
14
  import ThemeProvider from './ThemeProvider';
14
15
 
15
- type ThemeName = 'swag' | 'swagDark' | 'work' | 'jobs' | 'wallet' | 'eBens';
16
+ type ThemeName =
17
+ | 'swag'
18
+ | 'swagLight'
19
+ | 'swagDark'
20
+ | 'work'
21
+ | 'jobs'
22
+ | 'wallet'
23
+ | 'eBens';
16
24
 
17
25
  const ThemeSwitcher = ({
18
- name = 'swag',
26
+ name = 'swagLight',
19
27
  children,
20
28
  }: {
21
29
  name?: ThemeName;
@@ -35,6 +43,8 @@ const ThemeSwitcher = ({
35
43
  return getTheme(defaultScale, eBensSystemPalette);
36
44
  case 'swagDark':
37
45
  return getTheme(defaultScale, swagDarkSystemPalette);
46
+ case 'swagLight':
47
+ return getTheme(defaultScale, swagLightSystemPalette);
38
48
  }
39
49
  }, [name]);
40
50
  return <ThemeProvider theme={theme}>{children}</ThemeProvider>;
@@ -2,13 +2,13 @@ import type { GlobalTheme } from '../global';
2
2
 
3
3
  const getFABTheme = (theme: GlobalTheme) => {
4
4
  const colors = {
5
- buttonBackground: theme.colors.primary,
6
- buttonPressedBackground: theme.colors.pressedSurface,
7
- buttonActiveBackground: theme.colors.pressedSurface,
5
+ buttonBackground: theme.colors.overlayGlobalSurface,
6
+ buttonPressedBackground: theme.colors.overlayGlobalSurface,
7
+ buttonActiveBackground: theme.colors.overlayGlobalSurface,
8
8
  icon: theme.colors.onPrimary,
9
- actionItemBackground: theme.colors.secondary,
10
- actionItemPressedBackground: theme.colors.pressedSurface,
11
- backdropBackground: theme.colors.overlayGlobalSurface,
9
+ actionItemBackground: theme.colors.overlayGlobalSurface,
10
+ actionItemPressedBackground: theme.colors.overlayGlobalSurface,
11
+ backdropBackground: theme.colors.defaultSurface,
12
12
  titleText: theme.colors.onPrimary,
13
13
  actionItemText: theme.colors.onPrimary,
14
14
  };
@@ -1,4 +1,4 @@
1
- import { getGlobalTheme, defaultScale, swagSystemPalette } from './global';
1
+ import { getGlobalTheme, defaultScale, swagLightSystemPalette } from './global';
2
2
 
3
3
  import getAccordionTheme from './components/accordion';
4
4
  import getAlertTheme from './components/alert';
@@ -108,7 +108,7 @@ type Theme = GlobalTheme & {
108
108
 
109
109
  const getTheme = (
110
110
  scale: Scale = defaultScale,
111
- systemPallete: SystemPalette = swagSystemPalette
111
+ systemPallete: SystemPalette = swagLightSystemPalette
112
112
  ): Theme => {
113
113
  const globalTheme = getGlobalTheme(scale, systemPallete);
114
114
  return {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,31 @@
1
+ import React from 'react';
2
+ import { StyleProp, ViewStyle } from 'react-native';
3
+ import { IconName } from '../Icon';
4
+ interface CompoundSearchHandlerProps {
5
+ /**
6
+ * Name of Icon or ReactElement to render on the left side of the input, before the user's cursor.
7
+ */
8
+ prefix?: IconName | React.ReactElement;
9
+ /**
10
+ * Name of Icon or ReactElement to render on the right side of the input.
11
+ */
12
+ suffix?: IconName | React.ReactElement;
13
+ /**
14
+ * Additional wrapper style.
15
+ */
16
+ style?: StyleProp<ViewStyle>;
17
+ /**
18
+ * Label of the Input handler.
19
+ */
20
+ label: React.ReactNode;
21
+ /**
22
+ * Content of the Input handler.
23
+ */
24
+ content: React.ReactNode;
25
+ /**
26
+ * Testing id of the component.
27
+ */
28
+ testID?: string;
29
+ }
30
+ declare const CompoundSearchHandler: (props: CompoundSearchHandlerProps) => React.JSX.Element;
31
+ export default CompoundSearchHandler;
@@ -0,0 +1,60 @@
1
+ import React from 'react';
2
+ import type { TextInputProps as NativeTextInputProps, TextInput as RNTextInput, StyleProp, ViewStyle, TextStyle } from 'react-native';
3
+ import { State } from './StyledCompoundSearch';
4
+ import { IconName } from '../Icon';
5
+ export declare type CompoundSearchTextInputHandles = Pick<RNTextInput, 'focus' | 'clear' | 'blur' | 'isFocused' | 'setNativeProps'>;
6
+ interface CompoundSearchTextInputProps extends NativeTextInputProps {
7
+ /**
8
+ * Name of Icon or ReactElement to render on the left side of the input, before the user's cursor.
9
+ */
10
+ prefix?: IconName | React.ReactElement;
11
+ /**
12
+ * Name of Icon or ReactElement to render on the right side of the input.
13
+ */
14
+ suffix?: IconName | React.ReactElement;
15
+ /**
16
+ * Additional wrapper style.
17
+ */
18
+ style?: StyleProp<ViewStyle>;
19
+ /**
20
+ * Input text style.
21
+ */
22
+ textStyle?: StyleProp<TextStyle>;
23
+ /**
24
+ * Testing id of the component.
25
+ */
26
+ testID?: string;
27
+ /**
28
+ * Accessibility label for the input (Android).
29
+ */
30
+ accessibilityLabelledBy?: string;
31
+ /**
32
+ * Placeholder text to display.
33
+ * */
34
+ placeholder?: string;
35
+ /**
36
+ * Whether the input is editable.
37
+ * */
38
+ editable?: boolean;
39
+ /**
40
+ * Whether the input is disabled.
41
+ */
42
+ disabled?: boolean;
43
+ /**
44
+ * The max length of the input.
45
+ * If the max length is set, the input will display the current length and the max length.
46
+ * */
47
+ maxLength?: number;
48
+ /**
49
+ * Whether to hide the character count.
50
+ * */
51
+ renderInputValue?: (inputProps: NativeTextInputProps) => React.ReactNode;
52
+ }
53
+ export declare const getState: ({ disabled, editable, isEmptyValue, }: {
54
+ disabled?: boolean | undefined;
55
+ editable?: boolean | undefined;
56
+ isFocused?: boolean | undefined;
57
+ isEmptyValue?: boolean | undefined;
58
+ }) => State;
59
+ declare const CompoundSearchTextInput: React.ForwardRefExoticComponent<CompoundSearchTextInputProps & React.RefAttributes<CompoundSearchTextInputHandles>>;
60
+ export default CompoundSearchTextInput;
@@ -0,0 +1,40 @@
1
+ import { TextInput, View } from 'react-native';
2
+ export declare type State = 'default' | 'filled' | 'disabled' | 'readonly';
3
+ export declare const StyledContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
+ }, {}, {
7
+ ref?: import("react").Ref<View> | undefined;
8
+ }>;
9
+ export declare const StyledInputContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
10
+ theme?: import("@emotion/react").Theme | undefined;
11
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
+ } & {
13
+ themeFocused: boolean;
14
+ }, {}, {
15
+ ref?: import("react").Ref<View> | undefined;
16
+ }>;
17
+ export declare const StyledAffixContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
18
+ theme?: import("@emotion/react").Theme | undefined;
19
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
20
+ }, {}, {
21
+ ref?: import("react").Ref<View> | undefined;
22
+ }>;
23
+ export declare const StyledSuffixContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
24
+ theme?: import("@emotion/react").Theme | undefined;
25
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
26
+ }, {}, {
27
+ ref?: import("react").Ref<View> | undefined;
28
+ }>;
29
+ export declare const StyledInput: import("@emotion/native").StyledComponent<import("react-native").TextInputProps & {
30
+ theme?: import("@emotion/react").Theme | undefined;
31
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
32
+ }, {}, {
33
+ ref?: import("react").Ref<TextInput> | undefined;
34
+ }>;
35
+ export declare const StyledHandlerContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
36
+ theme?: import("@emotion/react").Theme | undefined;
37
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
38
+ }, {}, {
39
+ ref?: import("react").Ref<View> | undefined;
40
+ }>;
@@ -0,0 +1,8 @@
1
+ import CompoundSearchHandler from './CompoundSearchHandler';
2
+ import CompoundSearchTextInput from './CompoundSearchTextInput';
3
+ declare type CompoundSearchType = {
4
+ TextInput: typeof CompoundSearchTextInput;
5
+ Handler: typeof CompoundSearchHandler;
6
+ };
7
+ declare const CompoundSearch: CompoundSearchType;
8
+ export default CompoundSearch;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IconName } from '../Icon';
3
+ export declare const renderPrefix: ({ prefix, }: {
4
+ prefix?: "number" | React.ReactElement<any, string | React.JSXElementConstructor<any>> | "swag" | "wallet" | "bold" | "menu" | "filter" | "image" | "switch" | "target" | "restart" | "directory" | "document" | "feed" | "list" | "billing" | "home" | "user" | "send" | "file" | "loading" | "sync" | "warning" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "bolt" | "bookmark-added" | "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" | "dollar-coin-shine" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "explore_nearby" | "eye-circle" | "eye-invisible" | "eye" | "face-meh" | "face-sad" | "face-smiley" | "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" | "folder-user" | "folder" | "format-bold" | "format-heading1" | "format-heading2" | "format-italic" | "format-list-bulleted" | "format-list-numbered" | "format-underlined" | "funnel-filter" | "global-dollar" | "globe" | "graduation-cap" | "graph" | "happy-sun" | "health-bag" | "heart" | "hero-points" | "import" | "incident-siren" | "instapay-daily" | "instapay-now" | "instapay" | "loading-2" | "location-on" | "location" | "lock" | "looks-one" | "looks-two" | "media-content" | "money-notes" | "moneybag" | "moon" | "multiple-stars" | "multiple-users" | "near-me" | "node" | "open-folder" | "paperclip" | "payment-summary" | "pencil" | "phone" | "piggy-bank" | "plane-up" | "plane" | "play-circle" | "print" | "raising-hands" | "reply-arrow" | "reply" | "reschedule" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "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" | "swipe-right" | "tag" | "teams" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "video-1" | "video-2" | "activate-outlined" | "add-credit-card-outlined" | "add-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-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" | "beer-outlined" | "bell-active-outlined" | "bell-outlined" | "bell-slash-outlined" | "bill-management-outlined" | "billing-outlined" | "body-outlined" | "bolt-outlined" | "book-outlined" | "bookmark-added-outlined" | "bookmark-outlined" | "box-check-outlined" | "box-outlined" | "bullet-points" | "cake-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" | "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" | "email-outlined" | "end-break-outlined" | "enter-arrow" | "envelope-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-search-outlined" | "file-secured-outlined" | "file-statutory-outlined" | "file-verified-outlined" | "filter-outlined" | "folder-outlined" | "folder-user-outlined" | "form-outlined" | "funnel-filter-outline" | "goal-outlined" | "graph-outlined" | "hand-holding-user-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" | "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" | "multiple-folders-outlined" | "multiple-users-outlined" | "near-me-outlined" | "node-outlined" | "number-points" | "overview-outlined" | "payment-summary-outlined" | "payslip-outlined" | "pencil-outlined" | "percentage" | "phone-outlined" | "piggy-bank-outlined" | "plane-outlined" | "play-circle-outlined" | "print-outlined" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-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" | "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" | "tag-outlined" | "target-outlined" | "tennis-outlined" | "ticket-outlined" | "timesheet-outlined" | "timesheets-outlined" | "today-outlined" | "transfer" | "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" | undefined;
5
+ }) => React.JSX.Element | undefined;
6
+ export declare const renderSuffix: ({ suffix, }: {
7
+ suffix?: "number" | React.ReactElement<any, string | React.JSXElementConstructor<any>> | "swag" | "wallet" | "bold" | "menu" | "filter" | "image" | "switch" | "target" | "restart" | "directory" | "document" | "feed" | "list" | "billing" | "home" | "user" | "send" | "file" | "loading" | "sync" | "warning" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "bolt" | "bookmark-added" | "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" | "dollar-coin-shine" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "explore_nearby" | "eye-circle" | "eye-invisible" | "eye" | "face-meh" | "face-sad" | "face-smiley" | "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" | "folder-user" | "folder" | "format-bold" | "format-heading1" | "format-heading2" | "format-italic" | "format-list-bulleted" | "format-list-numbered" | "format-underlined" | "funnel-filter" | "global-dollar" | "globe" | "graduation-cap" | "graph" | "happy-sun" | "health-bag" | "heart" | "hero-points" | "import" | "incident-siren" | "instapay-daily" | "instapay-now" | "instapay" | "loading-2" | "location-on" | "location" | "lock" | "looks-one" | "looks-two" | "media-content" | "money-notes" | "moneybag" | "moon" | "multiple-stars" | "multiple-users" | "near-me" | "node" | "open-folder" | "paperclip" | "payment-summary" | "pencil" | "phone" | "piggy-bank" | "plane-up" | "plane" | "play-circle" | "print" | "raising-hands" | "reply-arrow" | "reply" | "reschedule" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "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" | "swipe-right" | "tag" | "teams" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "video-1" | "video-2" | "activate-outlined" | "add-credit-card-outlined" | "add-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-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" | "beer-outlined" | "bell-active-outlined" | "bell-outlined" | "bell-slash-outlined" | "bill-management-outlined" | "billing-outlined" | "body-outlined" | "bolt-outlined" | "book-outlined" | "bookmark-added-outlined" | "bookmark-outlined" | "box-check-outlined" | "box-outlined" | "bullet-points" | "cake-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" | "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" | "email-outlined" | "end-break-outlined" | "enter-arrow" | "envelope-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-search-outlined" | "file-secured-outlined" | "file-statutory-outlined" | "file-verified-outlined" | "filter-outlined" | "folder-outlined" | "folder-user-outlined" | "form-outlined" | "funnel-filter-outline" | "goal-outlined" | "graph-outlined" | "hand-holding-user-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" | "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" | "multiple-folders-outlined" | "multiple-users-outlined" | "near-me-outlined" | "node-outlined" | "number-points" | "overview-outlined" | "payment-summary-outlined" | "payslip-outlined" | "pencil-outlined" | "percentage" | "phone-outlined" | "piggy-bank-outlined" | "plane-outlined" | "play-circle-outlined" | "print-outlined" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-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" | "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" | "tag-outlined" | "target-outlined" | "tennis-outlined" | "ticket-outlined" | "timesheet-outlined" | "timesheets-outlined" | "today-outlined" | "transfer" | "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" | undefined;
8
+ }) => React.JSX.Element;
File without changes
File without changes
File without changes
File without changes
File without changes