@hero-design/rn 8.52.2-rc2.0 → 8.54.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 (245) hide show
  1. package/.eslintrc.js +0 -1
  2. package/.turbo/turbo-build.log +2 -2
  3. package/CHANGELOG.md +11 -13
  4. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/es/index.js +1004 -705
  6. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  7. package/lib/index.js +1003 -703
  8. package/package.json +7 -7
  9. package/sonar-project.properties +9 -0
  10. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -0
  11. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +2 -0
  12. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  13. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
  14. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  15. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -0
  16. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  17. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -0
  18. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  19. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +6 -0
  20. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +2 -0
  21. package/src/components/BottomNavigation/StyledBottomNavigation.tsx +60 -0
  22. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +413 -0
  23. package/src/components/BottomNavigation/__tests__/index.spec.tsx +97 -0
  24. package/src/components/BottomNavigation/index.tsx +166 -0
  25. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +21 -32
  26. package/src/components/BottomSheet/index.tsx +1 -1
  27. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +21 -0
  28. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +10 -0
  29. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +10 -0
  30. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  31. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +16 -0
  32. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +1 -0
  33. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +32 -0
  34. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
  35. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +7 -0
  36. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +5 -0
  37. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -0
  38. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  39. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +2 -0
  40. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +4 -0
  41. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +1 -0
  42. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +803 -1
  43. package/src/components/Carousel/__tests__/index.spec.tsx +47 -37
  44. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +8 -0
  45. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  46. package/src/components/Checkbox/index.tsx +13 -1
  47. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +12 -0
  48. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +2 -0
  49. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  50. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +1 -0
  51. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  52. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +15 -0
  53. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +1 -0
  54. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +1 -0
  55. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +329 -309
  56. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +12 -0
  57. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  58. package/src/components/Drawer/DragableDrawer/index.tsx +2 -2
  59. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  60. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  61. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  62. package/src/components/Error/index.tsx +20 -3
  63. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  64. package/src/components/FAB/ActionGroup/index.tsx +14 -1
  65. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -0
  66. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -0
  67. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  68. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  69. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  70. package/src/components/Icon/IconList.ts +9 -0
  71. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  72. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  73. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -0
  74. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +4 -0
  75. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
  76. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +9 -0
  77. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  78. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  79. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +5 -0
  80. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  81. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  82. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -0
  83. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +2 -0
  84. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +1 -0
  85. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  86. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  87. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +1 -0
  88. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +1 -0
  89. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +2 -0
  90. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +4 -0
  91. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  92. package/src/components/SectionHeading/__tests__/index.spec.tsx +1 -0
  93. package/src/components/SectionHeading/index.tsx +57 -32
  94. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  95. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -0
  96. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +42 -128
  97. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  98. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -0
  99. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +35 -96
  100. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
  101. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  102. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +1 -0
  103. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +24 -0
  104. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  105. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  106. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
  107. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  108. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +4 -0
  109. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  110. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +5 -0
  111. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  112. package/src/components/Tabs/__tests__/SceneView.spec.tsx +1 -1
  113. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +4 -0
  114. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -0
  115. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +1 -0
  116. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +2 -0
  117. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  118. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
  119. package/src/components/Tag/index.tsx +12 -0
  120. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +21 -0
  121. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +17 -0
  122. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +2 -0
  123. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +330 -309
  124. package/src/components/Toast/StyledToast.tsx +9 -7
  125. package/src/components/Toast/Toast.tsx +4 -1
  126. package/src/components/Toast/ToastContainer.tsx +6 -2
  127. package/src/components/Toast/ToastContext.ts +5 -2
  128. package/src/components/Toast/ToastProvider.tsx +19 -2
  129. package/src/components/Toast/__tests__/ToastContainer.spec.tsx +15 -12
  130. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +7 -0
  131. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +14 -6
  132. package/src/components/Toast/types.ts +5 -1
  133. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +3 -0
  134. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +8 -0
  135. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +16 -0
  136. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
  137. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +10 -0
  138. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
  139. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +8 -0
  140. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +11 -0
  141. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +20 -0
  142. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +20 -0
  143. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +23 -0
  144. package/src/index.ts +2 -0
  145. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +102 -0
  146. package/src/theme/components/badge.ts +28 -1
  147. package/src/theme/components/bottomNavigation.ts +27 -0
  148. package/src/theme/components/button.ts +24 -0
  149. package/src/theme/components/carousel.ts +28 -1
  150. package/src/theme/components/empty.ts +23 -1
  151. package/src/theme/components/error.ts +32 -1
  152. package/src/theme/components/fab.ts +13 -2
  153. package/src/theme/components/pinInput.ts +32 -0
  154. package/src/theme/components/success.ts +23 -1
  155. package/src/theme/components/tag.ts +28 -1
  156. package/src/theme/components/textInput.ts +5 -0
  157. package/src/theme/getTheme.ts +21 -18
  158. package/src/types.ts +2 -0
  159. package/types/components/Accordion/AccordionItem.d.ts +1 -1
  160. package/types/components/Accordion/StyledAccordion.d.ts +1 -1
  161. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -1
  162. package/types/components/Avatar/StyledAvatar.d.ts +2 -2
  163. package/types/components/Badge/StyledBadge.d.ts +2 -2
  164. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +52 -0
  165. package/types/components/BottomNavigation/index.d.ts +45 -0
  166. package/types/components/BottomSheet/BottomSheetContext.d.ts +1 -1
  167. package/types/components/Box/config.d.ts +2 -2
  168. package/types/components/Box/types.d.ts +3 -3
  169. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -1
  170. package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
  171. package/types/components/Button/StyledButton.d.ts +2 -2
  172. package/types/components/Carousel/CardCarousel.d.ts +1 -1
  173. package/types/components/Carousel/types.d.ts +2 -2
  174. package/types/components/Checkbox/StyledCheckbox.d.ts +1 -1
  175. package/types/components/Checkbox/index.d.ts +7 -2
  176. package/types/components/Chip/StyledChip.d.ts +1 -1
  177. package/types/components/Divider/StyledDivider.d.ts +1 -1
  178. package/types/components/Drawer/DragableDrawer/helpers.d.ts +1 -1
  179. package/types/components/Empty/StyledEmpty.d.ts +1 -1
  180. package/types/components/Error/StyledError.d.ts +1 -1
  181. package/types/components/Error/index.d.ts +9 -3
  182. package/types/components/FAB/ActionGroup/index.d.ts +6 -1
  183. package/types/components/FAB/AnimatedFABIcon.d.ts +1 -1
  184. package/types/components/FAB/FAB.d.ts +1 -1
  185. package/types/components/Icon/AnimatedIcon.d.ts +1 -1
  186. package/types/components/Icon/HeroIcon/index.d.ts +2 -2
  187. package/types/components/Icon/IconList.d.ts +1 -1
  188. package/types/components/Icon/index.d.ts +2 -2
  189. package/types/components/Icon/utils.d.ts +1 -1
  190. package/types/components/List/StyledListItem.d.ts +2 -2
  191. package/types/components/PinInput/StyledPinInput.d.ts +1 -1
  192. package/types/components/Portal/reducer.d.ts +1 -1
  193. package/types/components/Portal/types.d.ts +1 -1
  194. package/types/components/Progress/types.d.ts +1 -1
  195. package/types/components/Radio/types.d.ts +1 -1
  196. package/types/components/RefreshControl/index.d.ts +1 -1
  197. package/types/components/RichTextEditor/RichTextEditor.d.ts +1 -1
  198. package/types/components/RichTextEditor/types.d.ts +1 -1
  199. package/types/components/SectionHeading/StyledHeading.d.ts +1 -1
  200. package/types/components/SectionHeading/index.d.ts +11 -1
  201. package/types/components/Select/BaseOptionList.d.ts +1 -1
  202. package/types/components/Select/MultiSelect/OptionList.d.ts +1 -1
  203. package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
  204. package/types/components/Select/helpers.d.ts +1 -1
  205. package/types/components/Select/types.d.ts +6 -6
  206. package/types/components/Skeleton/StyledSkeleton.d.ts +2 -2
  207. package/types/components/Success/StyledSuccess.d.ts +1 -1
  208. package/types/components/Swipeable/StyledSwipeable.d.ts +1 -1
  209. package/types/components/Swipeable/index.d.ts +2 -2
  210. package/types/components/Switch/SelectorSwitch/index.d.ts +3 -3
  211. package/types/components/Switch/StyledSwitch.d.ts +1 -1
  212. package/types/components/Tabs/TabWithBadge.d.ts +3 -3
  213. package/types/components/Tabs/index.d.ts +2 -2
  214. package/types/components/Tag/StyledTag.d.ts +1 -1
  215. package/types/components/Tag/index.d.ts +6 -1
  216. package/types/components/TextInput/StyledTextInput.d.ts +2 -2
  217. package/types/components/TextInput/index.d.ts +1 -1
  218. package/types/components/Toast/StyledToast.d.ts +2 -0
  219. package/types/components/Toast/ToastContext.d.ts +3 -3
  220. package/types/components/Toast/ToastProvider.d.ts +2 -2
  221. package/types/components/Toast/index.d.ts +1 -1
  222. package/types/components/Toast/types.d.ts +7 -3
  223. package/types/components/Typography/Body/StyledBody.d.ts +1 -1
  224. package/types/components/Typography/Title/StyledTitle.d.ts +1 -1
  225. package/types/components/Typography/types.d.ts +1 -1
  226. package/types/index.d.ts +2 -1
  227. package/types/theme/ThemeSwitcher.d.ts +1 -1
  228. package/types/theme/components/badge.d.ts +24 -0
  229. package/types/theme/components/bottomNavigation.d.ts +23 -0
  230. package/types/theme/components/button.d.ts +20 -0
  231. package/types/theme/components/carousel.d.ts +24 -0
  232. package/types/theme/components/empty.d.ts +19 -0
  233. package/types/theme/components/error.d.ts +27 -0
  234. package/types/theme/components/fab.d.ts +19 -8
  235. package/types/theme/components/pinInput.d.ts +27 -0
  236. package/types/theme/components/success.d.ts +19 -0
  237. package/types/theme/components/tag.d.ts +24 -0
  238. package/types/theme/components/textInput.d.ts +5 -0
  239. package/types/theme/getTheme.d.ts +21 -19
  240. package/types/theme/global/colors/types.d.ts +3 -3
  241. package/types/theme/global/index.d.ts +1 -1
  242. package/types/theme/global/scale.d.ts +1 -1
  243. package/types/theme/global/shadows.d.ts +1 -1
  244. package/types/theme/global/typography.d.ts +1 -1
  245. package/types/types.d.ts +2 -1
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { View } from 'react-native';
3
- type ErrorVariant = 'full-screen' | 'in-page';
3
+ declare type ErrorVariant = 'full-screen' | 'in-page';
4
4
  declare const StyledErrorModal: import("@emotion/native").StyledComponent<import("../Modal").ModalProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  as?: import("react").ElementType<any> | undefined;
@@ -1,8 +1,14 @@
1
1
  import { ReactElement } from 'react';
2
- import type { ImageSourcePropType, ImageProps as RNImageProps, ViewProps } from 'react-native';
3
- import { ImageProps } from '../Image/index';
2
+ import type { ImageSourcePropType, ViewProps, ImageProps as RNImageProps } from 'react-native';
4
3
  import { ErrorVariant } from './StyledError';
4
+ import { ImageProps } from '../Image/index';
5
5
  interface ErrorProps extends ViewProps {
6
+ /**
7
+ * @deprecated use conditional rendering instead
8
+ *
9
+ * Visibility of the error
10
+ */
11
+ visible?: boolean;
6
12
  /**
7
13
  * Variant of the error
8
14
  */
@@ -46,5 +52,5 @@ interface ErrorProps extends ViewProps {
46
52
  * @param {ErrorProps}
47
53
  * @return {*} {ReactElement}
48
54
  */
49
- declare const Error: ({ variant, title, description, image, testID, ctaText, onCtaPress, secondaryCtaText, onSecondaryCtaPress, ...nativeProps }: ErrorProps) => ReactElement;
55
+ declare const Error: ({ visible, variant, title, description, image, testID, ctaText, onCtaPress, secondaryCtaText, onSecondaryCtaPress, ...nativeProps }: ErrorProps) => ReactElement;
50
56
  export default Error;
@@ -2,12 +2,17 @@ import React from 'react';
2
2
  import type { StyleProp, ViewStyle } from 'react-native';
3
3
  import type { IconName } from '../../Icon';
4
4
  import type { ActionItemProps } from './ActionItem';
5
- export type ActionGroupHandles = {
5
+ export declare type ActionGroupHandles = {
6
6
  showFAB: () => void;
7
7
  collapseFAB: () => void;
8
8
  hideFAB: () => void;
9
9
  };
10
10
  export interface ActionGroupProps {
11
+ /**
12
+ * @deprecated headerTitle will be removed in the next major release.
13
+ * Title of the action group header.
14
+ */
15
+ headerTitle?: string;
11
16
  /**
12
17
  * This function is called on pressing the FAB button.
13
18
  * */
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { IconProps } from '../Icon';
3
- type Props = {
3
+ declare type Props = {
4
4
  active?: boolean;
5
5
  } & IconProps;
6
6
  declare const AnimatedFABIcon: ({ active, ...iconProps }: Props) => React.JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { StyleProp, ViewStyle } from 'react-native';
3
3
  import type { IconName } from '../Icon';
4
- export type FABHandles = {
4
+ export declare type FABHandles = {
5
5
  show: () => void;
6
6
  collapse: () => void;
7
7
  hide: () => void;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ComponentProps } from 'react';
3
3
  import StyledHeroIcon from './HeroIcon';
4
- type AnimatedIconProps = ComponentProps<typeof StyledHeroIcon>;
4
+ declare type AnimatedIconProps = ComponentProps<typeof StyledHeroIcon>;
5
5
  declare const AnimatedIcon: ({ style, ...otherProps }: AnimatedIconProps) => React.JSX.Element;
6
6
  export default AnimatedIcon;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- type ThemeSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3
- type ThemeIntent = 'text' | 'primary' | 'secondary' | 'info' | 'danger' | 'success' | 'warning' | 'disabled-text' | 'text-inverted';
2
+ declare type ThemeSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3
+ declare type ThemeIntent = 'text' | 'primary' | 'secondary' | 'info' | 'danger' | 'success' | 'warning' | 'disabled-text' | 'text-inverted';
4
4
  declare const StyledHeroIcon: import("@emotion/native").StyledComponent<import("react-native-vector-icons/Icon").IconProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  as?: import("react").ElementType<any> | undefined;
@@ -1,2 +1,2 @@
1
- declare const IconList: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "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", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "home", "image", "import", "incident-siren", "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", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-circle", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "save", "schedule-send", "schedule", "search-person", "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", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "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", "billing-outlined", "body-outlined", "bold", "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", "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-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", "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", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-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", "number", "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", "restart", "resume-outlined", "return-arrow", "rostering-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-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", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "trash-bin-outlined", "umbrela-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"];
1
+ declare const IconList: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "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", "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", "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", "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", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "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", "bold", "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-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", "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", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-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", "number", "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", "restart", "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", "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", "stash-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "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"];
2
2
  export default IconList;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { AccessibilityProps, StyleProp, TextStyle } from 'react-native';
3
3
  import IconList from './IconList';
4
- export type IconName = typeof IconList[number];
4
+ export declare type IconName = typeof IconList[number];
5
5
  export interface IconProps extends AccessibilityProps {
6
6
  /**
7
7
  * Name of the Icon.
@@ -30,6 +30,6 @@ export interface IconProps extends AccessibilityProps {
30
30
  }
31
31
  declare const Icon: {
32
32
  ({ icon, style, size, intent, testID, spin, accessibilityLabel, accessibilityHint, accessibilityRole, accessibilityState, accessibilityValue, accessibilityLiveRegion, accessibilityElementsHidden, accessible, accessibilityIgnoresInvertColors, accessibilityViewIsModal, accessibilityActions, }: IconProps): React.JSX.Element;
33
- List: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "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", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "home", "image", "import", "incident-siren", "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", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-circle", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "save", "schedule-send", "schedule", "search-person", "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", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "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", "billing-outlined", "body-outlined", "bold", "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", "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-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", "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", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-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", "number", "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", "restart", "resume-outlined", "return-arrow", "rostering-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-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", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "trash-bin-outlined", "umbrela-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"];
33
+ List: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "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", "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", "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", "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", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "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", "bold", "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-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", "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", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-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", "number", "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", "restart", "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", "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", "stash-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "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"];
34
34
  };
35
35
  export default Icon;
@@ -1,2 +1,2 @@
1
- declare const isHeroIcon: (x: any) => x is "number" | "swag" | "wallet" | "bold" | "menu" | "filter" | "image" | "switch" | "warning" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "billing" | "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" | "directory" | "document" | "dollar-coin-shine" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "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" | "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" | "home" | "import" | "incident-siren" | "instapay" | "list" | "loading-2" | "loading" | "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" | "save" | "schedule-send" | "schedule" | "search-person" | "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" | "swipe-right" | "tag" | "target" | "teams" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "user" | "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" | "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" | "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-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" | "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" | "location-on-outlined" | "location-outlined" | "lock-outlined" | "locked-file-outlined" | "log-out" | "mail-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" | "restart" | "resume-outlined" | "return-arrow" | "rostering-outlined" | "save-outlined" | "schedule-outlined" | "search-outlined" | "search-secured-outlined" | "send-outlined" | "share-1" | "share-2" | "share-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" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "sync" | "tag-outlined" | "target-outlined" | "tennis-outlined" | "ticket-outlined" | "timesheet-outlined" | "timesheets-outlined" | "today-outlined" | "transfer" | "trash-bin-outlined" | "umbrela-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";
1
+ declare const isHeroIcon: (x: any) => x is "number" | "swag" | "wallet" | "bold" | "menu" | "filter" | "image" | "switch" | "warning" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "billing" | "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" | "directory" | "document" | "dollar-coin-shine" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "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" | "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" | "home" | "import" | "incident-siren" | "instapay-daily" | "instapay-now" | "instapay" | "list" | "loading-2" | "loading" | "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" | "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" | "swipe-right" | "tag" | "target" | "teams" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "user" | "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-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" | "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" | "location-on-outlined" | "location-outlined" | "lock-outlined" | "locked-file-outlined" | "log-out" | "mail-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" | "restart" | "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" | "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" | "stash-outlined" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "sync" | "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";
2
2
  export { isHeroIcon };
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { TouchableHighlight, View } from 'react-native';
3
- export type Variant = 'full-width' | 'card';
4
- export type LeadingStatusIntent = 'success' | 'warning' | 'danger' | 'info' | 'archived';
3
+ export declare type Variant = 'full-width' | 'card';
4
+ export declare type LeadingStatusIntent = 'success' | 'warning' | 'danger' | 'info' | 'archived';
5
5
  declare const StyledListItemContainer: import("@emotion/native").StyledComponent<import("react-native").TouchableHighlightProps & {
6
6
  theme?: import("@emotion/react").Theme | undefined;
7
7
  as?: import("react").ElementType<any> | undefined;
@@ -12,7 +12,7 @@ export declare const StyledPinWrapper: import("@emotion/native").StyledComponent
12
12
  }, {}, {
13
13
  ref?: import("react").Ref<View> | undefined;
14
14
  }>;
15
- export type State = 'default' | 'disabled' | 'error';
15
+ export declare type State = 'default' | 'disabled' | 'error';
16
16
  export declare const StyledCell: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
17
17
  theme?: import("@emotion/react").Theme | undefined;
18
18
  as?: import("react").ElementType<any> | undefined;
@@ -1,5 +1,5 @@
1
1
  import { PortalType } from './contexts';
2
2
  import type { ActionTypes } from './types';
3
- type State = Record<string, Array<PortalType>>;
3
+ declare type State = Record<string, Array<PortalType>>;
4
4
  export declare const reducer: (state: Record<string, Array<PortalType>>, action: ActionTypes) => State;
5
5
  export {};
@@ -19,4 +19,4 @@ export interface UnregisterHostAction {
19
19
  type: ACTIONS;
20
20
  hostName: string;
21
21
  }
22
- export type ActionTypes = AddUpdatePortalAction | RemovePortalAction | RegisterHostAction | UnregisterHostAction;
22
+ export declare type ActionTypes = AddUpdatePortalAction | RemovePortalAction | RegisterHostAction | UnregisterHostAction;
@@ -1 +1 @@
1
- export type ThemeIntent = 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'archived' | 'primary-inverted' | 'success-inverted' | 'warning-inverted' | 'danger-inverted' | 'info-inverted' | 'archived-inverted';
1
+ export declare type ThemeIntent = 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'archived' | 'primary-inverted' | 'success-inverted' | 'warning-inverted' | 'danger-inverted' | 'info-inverted' | 'archived-inverted';
@@ -1,4 +1,4 @@
1
- export type OptionType<T> = {
1
+ export declare type OptionType<T> = {
2
2
  value: T;
3
3
  text: string;
4
4
  key?: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { RefreshControlProps as NativeRefreshControlProps } from 'react-native';
3
- export type RefreshControlProps = Omit<NativeRefreshControlProps, 'colors' | 'tintColor'>;
3
+ export declare type RefreshControlProps = Omit<NativeRefreshControlProps, 'colors' | 'tintColor'>;
4
4
  declare const RefreshControl: ({ ...props }: RefreshControlProps) => React.JSX.Element;
5
5
  export default RefreshControl;
@@ -4,7 +4,7 @@ import type { StyleProp, ViewStyle } from 'react-native';
4
4
  export interface RichTextEditorRef {
5
5
  requestBlur: VoidFunction;
6
6
  }
7
- export type EditorValue = {
7
+ export declare type EditorValue = {
8
8
  type: string;
9
9
  children: any;
10
10
  }[];
@@ -1 +1 @@
1
- export type ToolbarButtonName = 'bold' | 'italic' | 'underline' | 'bulletedList' | 'numberedList' | 'headingOne' | 'headingTwo' | '|';
1
+ export declare type ToolbarButtonName = 'bold' | 'italic' | 'underline' | 'bulletedList' | 'numberedList' | 'headingOne' | 'headingTwo' | '|';
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { View } from 'react-native';
3
- type StyledHeadingProps = {
3
+ declare type StyledHeadingProps = {
4
4
  themeSize: 'small' | 'medium';
5
5
  };
6
6
  declare const StyledHeading: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
@@ -14,6 +14,16 @@ export interface SectionHeadingProps extends ViewProps {
14
14
  * Right corner content
15
15
  */
16
16
  rightChildren?: ReactElement;
17
+ /**
18
+ * @deprecated fontSize will be removed in the next major release.
19
+ * Size of the text.
20
+ */
21
+ fontSize?: 'small' | 'medium' | 'large' | 'xlarge';
22
+ /**
23
+ * @deprecated fontWeight will be removed in the next major release.
24
+ * Heading's font-weight.
25
+ */
26
+ fontWeight?: 'light' | 'regular' | 'semi-bold';
17
27
  /**
18
28
  * Visual intent color to apply to text.
19
29
  */
@@ -31,5 +41,5 @@ export interface SectionHeadingProps extends ViewProps {
31
41
  */
32
42
  size?: 'small' | 'medium';
33
43
  }
34
- declare const SectionHeading: ({ icon, text, rightChildren, intent, size, style, testID, }: SectionHeadingProps) => ReactElement;
44
+ declare const SectionHeading: ({ icon, text, rightChildren, fontSize, intent, fontWeight, size, style, testID, }: SectionHeadingProps) => ReactElement;
35
45
  export default SectionHeading;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { SectionList, SectionListProps } from 'react-native';
3
3
  import type { OptionType, SelectProps, SectionType } from './types';
4
- export type BaseOptionListProps<V, T extends OptionType<V>> = Pick<SelectProps<V, T>, 'keyExtractor' | 'loading' | 'onEndReached' | 'onQueryChange'> & {
4
+ export declare type BaseOptionListProps<V, T extends OptionType<V>> = Pick<SelectProps<V, T>, 'keyExtractor' | 'loading' | 'onEndReached' | 'onQueryChange'> & {
5
5
  sectionListRef?: React.RefObject<SectionList<T, SectionType>>;
6
6
  } & SectionListProps<T, SectionType>;
7
7
  declare const BaseOptionList: <V, T extends OptionType<V>>({ keyExtractor, loading, onEndReached, onQueryChange, sections, renderItem, sectionListRef, ...rest }: BaseOptionListProps<V, T>) => React.JSX.Element;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { BaseOptionListProps } from '../BaseOptionList';
3
3
  import type { MultiSelectProps } from '.';
4
4
  import type { OptionType } from '../types';
5
- type OptionListProps<V, T extends OptionType<V>> = Pick<MultiSelectProps<V, T>, 'keyExtractor' | 'loading' | 'onEndReached' | 'onQueryChange' | 'value' | 'renderOption'> & {
5
+ declare type OptionListProps<V, T extends OptionType<V>> = Pick<MultiSelectProps<V, T>, 'keyExtractor' | 'loading' | 'onEndReached' | 'onQueryChange' | 'value' | 'renderOption'> & {
6
6
  onPress: (value: V[]) => void;
7
7
  } & BaseOptionListProps<V, T>;
8
8
  declare const OptionList: <V, T extends OptionType<V>>({ keyExtractor, loading, onEndReached, onPress, onQueryChange, sections, renderOption, value, sectionListRef, ...rest }: OptionListProps<V, T>) => React.JSX.Element;
@@ -3,7 +3,7 @@ import { SectionList } from 'react-native';
3
3
  import type { SingleSelectProps } from '.';
4
4
  import type { OptionType, SectionType } from '../types';
5
5
  import { BaseOptionListProps } from '../BaseOptionList';
6
- type OptionListProps<V, T extends OptionType<V>> = Pick<SingleSelectProps<V, T>, 'keyExtractor' | 'loading' | 'onEndReached' | 'onQueryChange' | 'value' | 'renderOption'> & {
6
+ declare type OptionListProps<V, T extends OptionType<V>> = Pick<SingleSelectProps<V, T>, 'keyExtractor' | 'loading' | 'onEndReached' | 'onQueryChange' | 'value' | 'renderOption'> & {
7
7
  onPress: (value: V | null) => void;
8
8
  sectionListRef?: React.RefObject<SectionList<T, SectionType>>;
9
9
  } & BaseOptionListProps<V, T>;
@@ -3,7 +3,7 @@ export declare const getKey: <V, T extends OptionType<V>>(option: T, index: numb
3
3
  export declare const isSections: <V, T extends OptionType<V>>(options: CombinedOptionsType<V, T>) => options is SectionData<V, T>[];
4
4
  export declare const toSections: <V, T extends OptionType<V>>(options: CombinedOptionsType<V, T>) => SectionData<V, T>[];
5
5
  export declare const toFlatOptions: <V, T extends OptionType<V>>(options: CombinedOptionsType<V, T>) => OptionType<V>[];
6
- export type ScrollParams = {
6
+ export declare type ScrollParams = {
7
7
  itemIndex: number;
8
8
  sectionIndex: number;
9
9
  };
@@ -1,23 +1,23 @@
1
1
  import type { ReactElement } from 'react';
2
2
  import type { ListRenderItemInfo, SectionListData, SectionListRenderItemInfo, StyleProp, ViewStyle } from 'react-native';
3
3
  import type { TextInputProps } from '../TextInput';
4
- export type OptionType<V> = {
4
+ export declare type OptionType<V> = {
5
5
  value: V;
6
6
  text: string;
7
7
  key?: string;
8
8
  disabled?: boolean;
9
9
  highlighted?: boolean;
10
10
  };
11
- export type SectionType = {
11
+ export declare type SectionType = {
12
12
  category: string;
13
13
  };
14
- export type SectionData<V, T extends OptionType<V>> = SectionListData<T, SectionType>;
15
- export type CombinedOptionsType<V, T extends OptionType<V>> = T[] | SectionData<V, T>[];
16
- export type ListRenderOptionInfo<V, T extends OptionType<V>> = ListRenderItemInfo<T> & {
14
+ export declare type SectionData<V, T extends OptionType<V>> = SectionListData<T, SectionType>;
15
+ export declare type CombinedOptionsType<V, T extends OptionType<V>> = T[] | SectionData<V, T>[];
16
+ export declare type ListRenderOptionInfo<V, T extends OptionType<V>> = ListRenderItemInfo<T> & {
17
17
  selected: boolean;
18
18
  onPress: () => void;
19
19
  };
20
- export type SectionListRenderOptionInfo<V, T extends OptionType<V>> = SectionListRenderItemInfo<T, SectionType> & {
20
+ export declare type SectionListRenderOptionInfo<V, T extends OptionType<V>> = SectionListRenderItemInfo<T, SectionType> & {
21
21
  selected: boolean;
22
22
  onPress: () => void;
23
23
  };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- type ThemeIntent = 'light' | 'dark';
3
- type ThemeVariant = 'circular' | 'rectangular' | 'rounded';
2
+ declare type ThemeIntent = 'light' | 'dark';
3
+ declare type ThemeVariant = 'circular' | 'rectangular' | 'rounded';
4
4
  declare const StyledContainer: import("@emotion/native").StyledComponent<import("../Box").BoxProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  as?: import("react").ElementType<any> | undefined;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { View } from 'react-native';
3
- type SuccessVariant = 'full-screen' | 'in-page';
3
+ declare type SuccessVariant = 'full-screen' | 'in-page';
4
4
  declare const StyledSuccessContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  as?: import("react").ElementType<any> | undefined;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { TouchableOpacity } from 'react-native';
3
- export type ActionIntent = 'primary' | 'success' | 'danger';
3
+ export declare type ActionIntent = 'primary' | 'success' | 'danger';
4
4
  export declare const StyledRectButton: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  as?: import("react").ElementType<any> | undefined;
@@ -1,7 +1,7 @@
1
1
  import React, { ComponentProps, ReactNode } from 'react';
2
2
  import { RectButton, Swipeable as RnghSwipeable } from 'react-native-gesture-handler';
3
- type State = 'closed' | 'leftOpen' | 'rightOpen';
4
- type RnghSwipeableProps = ComponentProps<typeof RnghSwipeable>;
3
+ declare type State = 'closed' | 'leftOpen' | 'rightOpen';
4
+ declare type RnghSwipeableProps = ComponentProps<typeof RnghSwipeable>;
5
5
  export interface SwipeableProps extends Pick<RnghSwipeableProps, 'enableTrackpadTwoFingerGesture' | 'friction' | 'leftThreshold' | 'rightThreshold' | 'overshootLeft' | 'overshootRight' | 'overshootFriction' | 'useNativeAnimations' | 'containerStyle' | 'childrenContainerStyle'> {
6
6
  /**
7
7
  * React node that is swipeable.
@@ -1,11 +1,11 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { StyleProp, ViewStyle } from 'react-native';
3
3
  import type { IconName } from '../../Icon';
4
- type StatusBadgeType = {
4
+ declare type StatusBadgeType = {
5
5
  type: 'status';
6
6
  };
7
- export type BadgeConfigType = StatusBadgeType;
8
- export type OptionType<T> = {
7
+ export declare type BadgeConfigType = StatusBadgeType;
8
+ export declare type OptionType<T> = {
9
9
  value: T;
10
10
  text: string;
11
11
  icon: IconName;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { Animated, View } from 'react-native';
3
- export type Variant = 'checked' | 'unchecked' | 'disabled-checked' | 'disabled-unchecked';
3
+ export declare type Variant = 'checked' | 'unchecked' | 'disabled-checked' | 'disabled-unchecked';
4
4
  declare const StyledWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  as?: import("react").ElementType<any> | undefined;
@@ -1,13 +1,13 @@
1
1
  import React, { ReactNode } from 'react';
2
- export type StatusBadgeType = {
2
+ export declare type StatusBadgeType = {
3
3
  type: 'status';
4
4
  };
5
- export type CounterBadgeType = {
5
+ export declare type CounterBadgeType = {
6
6
  type: 'counter';
7
7
  value: number;
8
8
  max?: number;
9
9
  };
10
- export type BadgeConfigType = StatusBadgeType | CounterBadgeType;
10
+ export declare type BadgeConfigType = StatusBadgeType | CounterBadgeType;
11
11
  interface TabWithBadgeProps {
12
12
  config?: BadgeConfigType;
13
13
  tabItem: ReactNode;
@@ -3,10 +3,10 @@ import React from 'react';
3
3
  import type { StyleProp, ViewProps, ViewStyle } from 'react-native';
4
4
  import { IconName } from '../Icon';
5
5
  import type { BadgeConfigType } from './TabWithBadge';
6
- export type ItemType = string | IconName | ((props: {
6
+ export declare type ItemType = string | IconName | ((props: {
7
7
  color: string;
8
8
  }) => ReactNode);
9
- export type TabType = {
9
+ export declare type TabType = {
10
10
  key: string;
11
11
  activeItem: ItemType;
12
12
  inactiveItem?: ItemType;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { View } from 'react-native';
3
- type ThemeIntent = 'primary' | 'info' | 'success' | 'warning' | 'danger' | 'archived';
3
+ declare type ThemeIntent = 'primary' | 'info' | 'success' | 'warning' | 'danger' | 'archived';
4
4
  declare const StyledView: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  as?: import("react").ElementType<any> | undefined;
@@ -9,6 +9,11 @@ interface TagProps extends ViewProps {
9
9
  * Visual intent color to apply to Tag.
10
10
  */
11
11
  intent?: 'primary' | 'info' | 'success' | 'warning' | 'danger' | 'archived';
12
+ /**
13
+ * @deprecated Tag variant prop is deprecated and will be removed in the next major release. Please remove it.
14
+ * Tag variant.
15
+ */
16
+ variant?: 'filled' | 'outlined';
12
17
  /**
13
18
  * Additional style.
14
19
  */
@@ -18,5 +23,5 @@ interface TagProps extends ViewProps {
18
23
  */
19
24
  testID?: string;
20
25
  }
21
- declare const Tag: ({ content, intent, style, testID, ...nativeProps }: TagProps) => JSX.Element;
26
+ declare const Tag: ({ content, variant, intent, style, testID, ...nativeProps }: TagProps) => JSX.Element;
22
27
  export default Tag;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { TextInput, View, Animated } from 'react-native';
3
- export type State = 'default' | 'filled' | 'disabled' | 'readonly' | 'error';
4
- type Variant = 'text' | 'textarea';
3
+ export declare type State = 'default' | 'filled' | 'disabled' | 'readonly' | 'error';
4
+ declare type Variant = 'text' | 'textarea';
5
5
  declare const StyledContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
6
6
  theme?: import("@emotion/react").Theme | undefined;
7
7
  as?: import("react").ElementType<any> | undefined;
@@ -3,7 +3,7 @@ import { TextInput as RNTextInput } from 'react-native';
3
3
  import type { TextInputProps as NativeTextInputProps, StyleProp, ViewStyle, TextStyle } from 'react-native';
4
4
  import type { State } from './StyledTextInput';
5
5
  import type { IconName } from '../Icon';
6
- export type TextInputHandles = Pick<RNTextInput, 'focus' | 'clear' | 'blur' | 'isFocused' | 'setNativeProps'>;
6
+ export declare type TextInputHandles = Pick<RNTextInput, 'focus' | 'clear' | 'blur' | 'isFocused' | 'setNativeProps'>;
7
7
  export interface TextInputProps extends NativeTextInputProps {
8
8
  /**
9
9
  * Field label.