@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
package/es/index.js CHANGED
@@ -1354,6 +1354,7 @@ var BASE_COLORS = {
1354
1354
  vermilion: '#de350b',
1355
1355
  violet1: '#8505a2',
1356
1356
  violet: '#7622d7',
1357
+ darkViolet: '#460078',
1357
1358
  vodka: '#b5c3fd',
1358
1359
  theatreGold: '#a56822',
1359
1360
  uniformGreen: '#4d4628',
@@ -2828,13 +2829,13 @@ var getErrorTheme = function getErrorTheme(theme) {
2828
2829
 
2829
2830
  var getFABTheme = function getFABTheme(theme) {
2830
2831
  var colors = {
2831
- buttonBackground: theme.colors.primary,
2832
- buttonPressedBackground: theme.colors.pressedSurface,
2833
- buttonActiveBackground: theme.colors.pressedSurface,
2832
+ buttonBackground: theme.colors.overlayGlobalSurface,
2833
+ buttonPressedBackground: theme.colors.overlayGlobalSurface,
2834
+ buttonActiveBackground: theme.colors.overlayGlobalSurface,
2834
2835
  icon: theme.colors.onPrimary,
2835
- actionItemBackground: theme.colors.secondary,
2836
- actionItemPressedBackground: theme.colors.pressedSurface,
2837
- backdropBackground: theme.colors.overlayGlobalSurface,
2836
+ actionItemBackground: theme.colors.overlayGlobalSurface,
2837
+ actionItemPressedBackground: theme.colors.overlayGlobalSurface,
2838
+ backdropBackground: theme.colors.defaultSurface,
2838
2839
  titleText: theme.colors.onPrimary,
2839
2840
  actionItemText: theme.colors.onPrimary
2840
2841
  };
@@ -4002,7 +4003,7 @@ var getFloatingIslandTheme = function getFloatingIslandTheme(theme) {
4002
4003
 
4003
4004
  var getTheme$1 = function getTheme() {
4004
4005
  var scale = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : scale$1;
4005
- var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette$1;
4006
+ var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette;
4006
4007
  var globalTheme = getGlobalTheme(scale, systemPallete);
4007
4008
  return _objectSpread2(_objectSpread2({}, globalTheme), {}, {
4008
4009
  __hd__: {
@@ -5224,7 +5225,7 @@ var useTheme = useTheme$1;
5224
5225
 
5225
5226
  var ThemeSwitcher = function ThemeSwitcher(_ref) {
5226
5227
  var _ref$name = _ref.name,
5227
- name = _ref$name === void 0 ? 'swag' : _ref$name,
5228
+ name = _ref$name === void 0 ? 'swagLight' : _ref$name,
5228
5229
  children = _ref.children;
5229
5230
  var theme = useMemo(function () {
5230
5231
  switch (name) {
@@ -5240,6 +5241,8 @@ var ThemeSwitcher = function ThemeSwitcher(_ref) {
5240
5241
  return getTheme$1(scale$1, eBensSystemPalette);
5241
5242
  case 'swagDark':
5242
5243
  return getTheme$1(scale$1, swagDarkSystemPalette);
5244
+ case 'swagLight':
5245
+ return getTheme$1(scale$1, swagSystemPalette);
5243
5246
  }
5244
5247
  }, [name]);
5245
5248
  return /*#__PURE__*/React__default.createElement(ThemeProvider, {
@@ -7305,7 +7308,7 @@ var Typography = {
7305
7308
  };
7306
7309
 
7307
7310
  // 🔴 DO NOT EDIT — This file is generated automatically.
7308
- var IconList = ['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', 'dot-filled', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', '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', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', '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-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', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-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', 'morning-outlined', '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-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', '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', 'wellness-outlined'];
7311
+ var IconList = ['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', 'dot-filled', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', '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-arrow', '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', 'thumb-down', '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', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', '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-1-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', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-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', 'handshake-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', '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-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', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'thumb-down-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'];
7309
7312
 
7310
7313
  var activate = 59000;
7311
7314
  var adjustment = 59003;
@@ -7357,46 +7360,46 @@ var paperclip = 59135;
7357
7360
  var pencil = 59137;
7358
7361
  var phone = 59138;
7359
7362
  var plane = 59141;
7360
- var print = 59143;
7361
- var reply = 59146;
7362
- var reschedule = 59147;
7363
- var rostering = 59148;
7364
- var save = 59150;
7365
- var schedule = 59152;
7366
- var send = 59154;
7367
- var speaker = 59156;
7368
- var star = 59161;
7369
- var stopwatch = 59163;
7370
- var suitcase = 59164;
7371
- var surfing = 59165;
7372
- var survey = 59166;
7373
- var swag = 59171;
7374
- var tag = 59174;
7375
- var target = 59175;
7376
- var teams = 59176;
7377
- var timesheet = 59177;
7378
- var unlock = 59180;
7379
- var user = 59181;
7380
- var wallet = 59184;
7381
- var warning = 59185;
7382
- var add = 59191;
7383
- var bold = 59217;
7384
- var cancel = 59231;
7385
- var checkmark = 59237;
7386
- var italic = 59326;
7387
- var local_mall_outlined = 59333;
7388
- var number = 59356;
7389
- var percentage = 59361;
7390
- var redeem = 59371;
7391
- var refresh = 59372;
7392
- var remove = 59373;
7393
- var restart = 59375;
7394
- var shopping_basket_outlined = 59389;
7395
- var strikethrough = 59404;
7396
- var sync = 59410;
7397
- var transfer = 59418;
7398
- var unavailable = 59422;
7399
- var underline = 59423;
7363
+ var print = 59144;
7364
+ var reply = 59147;
7365
+ var reschedule = 59148;
7366
+ var rostering = 59149;
7367
+ var save = 59151;
7368
+ var schedule = 59153;
7369
+ var send = 59155;
7370
+ var speaker = 59157;
7371
+ var star = 59162;
7372
+ var stopwatch = 59164;
7373
+ var suitcase = 59165;
7374
+ var surfing = 59166;
7375
+ var survey = 59167;
7376
+ var swag = 59172;
7377
+ var tag = 59175;
7378
+ var target = 59176;
7379
+ var teams = 59177;
7380
+ var timesheet = 59179;
7381
+ var unlock = 59182;
7382
+ var user = 59183;
7383
+ var wallet = 59186;
7384
+ var warning = 59187;
7385
+ var add = 59193;
7386
+ var bold = 59219;
7387
+ var cancel = 59234;
7388
+ var checkmark = 59240;
7389
+ var italic = 59330;
7390
+ var local_mall_outlined = 59337;
7391
+ var number = 59360;
7392
+ var percentage = 59365;
7393
+ var redeem = 59375;
7394
+ var refresh = 59376;
7395
+ var remove = 59377;
7396
+ var restart = 59379;
7397
+ var shopping_basket_outlined = 59393;
7398
+ var strikethrough = 59408;
7399
+ var sync = 59414;
7400
+ var transfer = 59423;
7401
+ var unavailable = 59427;
7402
+ var underline = 59428;
7400
7403
  var glyphMap = {
7401
7404
  activate: activate,
7402
7405
  "add-emoji": 59001,
@@ -7540,300 +7543,305 @@ var glyphMap = {
7540
7543
  "piggy-bank": 59139,
7541
7544
  "plane-up": 59140,
7542
7545
  plane: plane,
7543
- "play-circle": 59142,
7546
+ "play-arrow": 59142,
7547
+ "play-circle": 59143,
7544
7548
  print: print,
7545
- "raising-hands": 59144,
7546
- "reply-arrow": 59145,
7549
+ "raising-hands": 59145,
7550
+ "reply-arrow": 59146,
7547
7551
  reply: reply,
7548
7552
  reschedule: reschedule,
7549
7553
  rostering: rostering,
7550
- "salary-sacrifice": 59149,
7554
+ "salary-sacrifice": 59150,
7551
7555
  save: save,
7552
- "schedule-send": 59151,
7556
+ "schedule-send": 59152,
7553
7557
  schedule: schedule,
7554
- "search-person": 59153,
7558
+ "search-person": 59154,
7555
7559
  send: send,
7556
- "speaker-active": 59155,
7560
+ "speaker-active": 59156,
7557
7561
  speaker: speaker,
7558
- "star-award": 59157,
7559
- "star-badge": 59158,
7560
- "star-circle": 59159,
7561
- "star-medal": 59160,
7562
+ "star-award": 59158,
7563
+ "star-badge": 59159,
7564
+ "star-circle": 59160,
7565
+ "star-medal": 59161,
7562
7566
  star: star,
7563
- "steps-circle": 59162,
7567
+ "steps-circle": 59163,
7564
7568
  stopwatch: stopwatch,
7565
7569
  suitcase: suitcase,
7566
7570
  surfing: surfing,
7567
7571
  survey: survey,
7568
- "swag-pillar-benefit": 59167,
7569
- "swag-pillar-career": 59168,
7570
- "swag-pillar-money": 59169,
7571
- "swag-pillar-work": 59170,
7572
+ "swag-pillar-benefit": 59168,
7573
+ "swag-pillar-career": 59169,
7574
+ "swag-pillar-money": 59170,
7575
+ "swag-pillar-work": 59171,
7572
7576
  swag: swag,
7573
- "swipe-right": 59172,
7574
- "switch": 59173,
7577
+ "swipe-right": 59173,
7578
+ "switch": 59174,
7575
7579
  tag: tag,
7576
7580
  target: target,
7577
7581
  teams: teams,
7582
+ "thumb-down": 59178,
7578
7583
  timesheet: timesheet,
7579
- "touch-id": 59178,
7580
- "trash-bin": 59179,
7584
+ "touch-id": 59180,
7585
+ "trash-bin": 59181,
7581
7586
  unlock: unlock,
7582
7587
  user: user,
7583
- "video-1": 59182,
7584
- "video-2": 59183,
7588
+ "video-1": 59184,
7589
+ "video-2": 59185,
7585
7590
  wallet: wallet,
7586
7591
  warning: warning,
7587
- "activate-outlined": 59186,
7588
- "add-credit-card-outlined": 59187,
7589
- "add-person-outlined": 59188,
7590
- "add-section-outlined": 59189,
7591
- "add-time-outlined": 59190,
7592
+ "activate-outlined": 59188,
7593
+ "add-credit-card-outlined": 59189,
7594
+ "add-person-outlined": 59190,
7595
+ "add-section-outlined": 59191,
7596
+ "add-time-outlined": 59192,
7592
7597
  add: add,
7593
- "adjustment-outlined": 59192,
7594
- "afternoon-outlined": 59193,
7595
- "ai-outlined": 59194,
7596
- "alignment-2-outlined": 59195,
7597
- "alignment-outlined": 59196,
7598
- "all-caps": 59197,
7599
- "application-outlined": 59198,
7600
- "arrow-down": 59199,
7601
- "arrow-downwards": 59200,
7602
- "arrow-left": 59201,
7603
- "arrow-leftwards": 59202,
7604
- "arrow-right": 59203,
7605
- "arrow-rightwards": 59204,
7606
- "arrow-up": 59205,
7607
- "arrow-upwards": 59206,
7608
- "article-outlined": 59207,
7609
- "at-sign": 59208,
7610
- "auto-graph-outlined": 59209,
7611
- "beer-outlined": 59210,
7612
- "bell-active-outlined": 59211,
7613
- "bell-outlined": 59212,
7614
- "bell-slash-outlined": 59213,
7615
- "bill-management-outlined": 59214,
7616
- "billing-outlined": 59215,
7617
- "body-outlined": 59216,
7598
+ "adjustment-outlined": 59194,
7599
+ "afternoon-outlined": 59195,
7600
+ "ai-outlined": 59196,
7601
+ "alignment-2-outlined": 59197,
7602
+ "alignment-outlined": 59198,
7603
+ "all-caps": 59199,
7604
+ "application-outlined": 59200,
7605
+ "arrow-down": 59201,
7606
+ "arrow-downwards": 59202,
7607
+ "arrow-left": 59203,
7608
+ "arrow-leftwards": 59204,
7609
+ "arrow-right": 59205,
7610
+ "arrow-rightwards": 59206,
7611
+ "arrow-up": 59207,
7612
+ "arrow-upwards": 59208,
7613
+ "article-outlined": 59209,
7614
+ "at-sign": 59210,
7615
+ "auto-graph-outlined": 59211,
7616
+ "beer-outlined": 59212,
7617
+ "bell-active-outlined": 59213,
7618
+ "bell-outlined": 59214,
7619
+ "bell-slash-outlined": 59215,
7620
+ "bill-management-outlined": 59216,
7621
+ "billing-outlined": 59217,
7622
+ "body-outlined": 59218,
7618
7623
  bold: bold,
7619
- "bolt-outlined": 59218,
7620
- "book-outlined": 59219,
7621
- "bookmark-added-outlined": 59220,
7622
- "bookmark-outlined": 59221,
7623
- "box-check-outlined": 59222,
7624
- "box-outlined": 59223,
7625
- "bullet-points": 59224,
7626
- "cake-outlined": 59225,
7627
- "calendar-dates-outlined": 59226,
7628
- "calendar-star-outlined": 59227,
7629
- "call-outlined": 59228,
7630
- "call-split-outlined": 59229,
7631
- "camera-outlined": 59230,
7624
+ "bolt-outlined": 59220,
7625
+ "book-outlined": 59221,
7626
+ "bookmark-added-outlined": 59222,
7627
+ "bookmark-outlined": 59223,
7628
+ "box-1-outlined": 59224,
7629
+ "box-check-outlined": 59225,
7630
+ "box-outlined": 59226,
7631
+ "bullet-points": 59227,
7632
+ "cake-outlined": 59228,
7633
+ "calendar-dates-outlined": 59229,
7634
+ "calendar-star-outlined": 59230,
7635
+ "call-outlined": 59231,
7636
+ "call-split-outlined": 59232,
7637
+ "camera-outlined": 59233,
7632
7638
  cancel: cancel,
7633
- "car-forward-outlined": 59232,
7634
- "cashback-outlined": 59233,
7635
- "charging-station-outlined": 59234,
7636
- "chat-bubble-outlined": 59235,
7637
- "chat-unread-outlined": 59236,
7639
+ "car-forward-outlined": 59235,
7640
+ "cashback-outlined": 59236,
7641
+ "charging-station-outlined": 59237,
7642
+ "chat-bubble-outlined": 59238,
7643
+ "chat-unread-outlined": 59239,
7638
7644
  checkmark: checkmark,
7639
- "circle-add-outlined": 59238,
7640
- "circle-cancel-outlined": 59239,
7641
- "circle-down-outlined": 59240,
7642
- "circle-info-outlined": 59241,
7643
- "circle-left-outlined": 59242,
7644
- "circle-ok-outlined": 59243,
7645
- "circle-question-outlined": 59244,
7646
- "circle-remove-outlined": 59245,
7647
- "circle-right-outlined": 59246,
7648
- "circle-up-outlined": 59247,
7649
- "circle-warning-outlined": 59248,
7650
- "clock-2-outlined": 59249,
7651
- "clock-in-outlined": 59250,
7652
- "clock-out-outlined": 59251,
7653
- "clock-outlined": 59252,
7654
- "cog-outlined": 59253,
7655
- "coin-outlined": 59254,
7656
- "coin-super-outlined": 59255,
7657
- "comment-outlined": 59256,
7658
- "contacts-outlined": 59257,
7659
- "contacts-user-outlined": 59258,
7660
- "credit-card-outlined": 59259,
7661
- "cup-outlined": 59260,
7662
- "dentistry-outlined": 59261,
7663
- "direction-arrows-outlined": 59262,
7664
- "directory-outlined": 59263,
7665
- "document-outlined": 59264,
7666
- "dollar-box-outlined": 59265,
7667
- "dollar-card-outlined": 59266,
7668
- "dollar-coin-shine-outlined": 59267,
7669
- "dollar-credit-card-outlined": 59268,
7670
- "dollar-sign": 59269,
7671
- "double-buildings-outlined": 59270,
7672
- "double-left-arrows": 59271,
7673
- "double-right-arrows": 59272,
7674
- "download-box-outlined": 59273,
7675
- "download-outlined": 59274,
7676
- "edit-template-outlined": 59275,
7677
- "email-outlined": 59276,
7678
- "end-break-outlined": 59277,
7679
- "enter-arrow": 59278,
7680
- "envelope-outlined": 59279,
7681
- "evening-outlined": 59280,
7682
- "expense-approval-outlined": 59281,
7683
- "expense-outlined": 59282,
7684
- "explore-outlined": 59283,
7685
- "extension-outlined": 59284,
7686
- "external-link": 59285,
7687
- "eye-invisible-outlined": 59286,
7688
- "eye-outlined": 59287,
7689
- "face-id": 59288,
7690
- "face-meh-outlined": 59289,
7691
- "face-open-smiley-outlined": 59290,
7692
- "face-sad-outlined": 59291,
7693
- "face-smiley-outlined": 59292,
7694
- "fastfood-outlined": 59293,
7695
- "feed-outlined": 59294,
7696
- "file-certified-outlined": 59295,
7697
- "file-clone-outlined": 59296,
7698
- "file-copy-outlined": 59297,
7699
- "file-dispose-outlined": 59298,
7700
- "file-dollar-certified-outlined": 59299,
7701
- "file-dollar-outlined": 59300,
7702
- "file-download-outlined": 59301,
7703
- "file-export-outlined": 59302,
7704
- "file-lock-outlined": 59303,
7705
- "file-outlined": 59304,
7706
- "file-search-outlined": 59305,
7707
- "file-secured-outlined": 59306,
7708
- "file-statutory-outlined": 59307,
7709
- "file-verified-outlined": 59308,
7710
- "filter-outlined": 59309,
7711
- "folder-outlined": 59310,
7712
- "folder-user-outlined": 59311,
7713
- "form-outlined": 59312,
7714
- "funnel-filter-outline": 59313,
7715
- "goal-outlined": 59314,
7716
- "graph-outlined": 59315,
7717
- "hand-holding-user-outlined": 59316,
7718
- "happy-sun-outlined": 59317,
7719
- "health-bag-outlined": 59318,
7720
- "heart-outlined": 59319,
7721
- "home-active-outlined": 59320,
7722
- "home-outlined": 59321,
7723
- "id-card-outlined": 59322,
7724
- "image-outlined": 59323,
7725
- "import-outlined": 59324,
7726
- "instapay-outlined": 59325,
7645
+ "circle-add-outlined": 59241,
7646
+ "circle-cancel-outlined": 59242,
7647
+ "circle-down-outlined": 59243,
7648
+ "circle-info-outlined": 59244,
7649
+ "circle-left-outlined": 59245,
7650
+ "circle-ok-outlined": 59246,
7651
+ "circle-question-outlined": 59247,
7652
+ "circle-remove-outlined": 59248,
7653
+ "circle-right-outlined": 59249,
7654
+ "circle-up-outlined": 59250,
7655
+ "circle-warning-outlined": 59251,
7656
+ "clock-2-outlined": 59252,
7657
+ "clock-in-outlined": 59253,
7658
+ "clock-out-outlined": 59254,
7659
+ "clock-outlined": 59255,
7660
+ "cog-outlined": 59256,
7661
+ "coin-outlined": 59257,
7662
+ "coin-super-outlined": 59258,
7663
+ "comment-outlined": 59259,
7664
+ "contacts-outlined": 59260,
7665
+ "contacts-user-outlined": 59261,
7666
+ "credit-card-outlined": 59262,
7667
+ "cup-outlined": 59263,
7668
+ "dentistry-outlined": 59264,
7669
+ "direction-arrows-outlined": 59265,
7670
+ "directory-outlined": 59266,
7671
+ "document-outlined": 59267,
7672
+ "dollar-box-outlined": 59268,
7673
+ "dollar-card-outlined": 59269,
7674
+ "dollar-coin-shine-outlined": 59270,
7675
+ "dollar-credit-card-outlined": 59271,
7676
+ "dollar-sign": 59272,
7677
+ "double-buildings-outlined": 59273,
7678
+ "double-left-arrows": 59274,
7679
+ "double-right-arrows": 59275,
7680
+ "download-box-outlined": 59276,
7681
+ "download-outlined": 59277,
7682
+ "edit-template-outlined": 59278,
7683
+ "email-outlined": 59279,
7684
+ "end-break-outlined": 59280,
7685
+ "enter-arrow": 59281,
7686
+ "envelope-outlined": 59282,
7687
+ "evening-outlined": 59283,
7688
+ "expense-approval-outlined": 59284,
7689
+ "expense-outlined": 59285,
7690
+ "explore-outlined": 59286,
7691
+ "extension-outlined": 59287,
7692
+ "external-link": 59288,
7693
+ "eye-invisible-outlined": 59289,
7694
+ "eye-outlined": 59290,
7695
+ "face-id": 59291,
7696
+ "face-meh-outlined": 59292,
7697
+ "face-open-smiley-outlined": 59293,
7698
+ "face-sad-outlined": 59294,
7699
+ "face-smiley-outlined": 59295,
7700
+ "fastfood-outlined": 59296,
7701
+ "feed-outlined": 59297,
7702
+ "file-certified-outlined": 59298,
7703
+ "file-clone-outlined": 59299,
7704
+ "file-copy-outlined": 59300,
7705
+ "file-dispose-outlined": 59301,
7706
+ "file-dollar-certified-outlined": 59302,
7707
+ "file-dollar-outlined": 59303,
7708
+ "file-download-outlined": 59304,
7709
+ "file-export-outlined": 59305,
7710
+ "file-lock-outlined": 59306,
7711
+ "file-outlined": 59307,
7712
+ "file-search-outlined": 59308,
7713
+ "file-secured-outlined": 59309,
7714
+ "file-statutory-outlined": 59310,
7715
+ "file-verified-outlined": 59311,
7716
+ "filter-outlined": 59312,
7717
+ "folder-outlined": 59313,
7718
+ "folder-user-outlined": 59314,
7719
+ "form-outlined": 59315,
7720
+ "funnel-filter-outline": 59316,
7721
+ "goal-outlined": 59317,
7722
+ "graph-outlined": 59318,
7723
+ "hand-holding-user-outlined": 59319,
7724
+ "handshake-outlined": 59320,
7725
+ "happy-sun-outlined": 59321,
7726
+ "health-bag-outlined": 59322,
7727
+ "heart-outlined": 59323,
7728
+ "home-active-outlined": 59324,
7729
+ "home-outlined": 59325,
7730
+ "id-card-outlined": 59326,
7731
+ "image-outlined": 59327,
7732
+ "import-outlined": 59328,
7733
+ "instapay-outlined": 59329,
7727
7734
  italic: italic,
7728
- "job-search-outlined": 59327,
7729
- "leave-approval-outlined": 59328,
7730
- "link-1": 59329,
7731
- "link-2": 59330,
7732
- "list-outlined": 59331,
7733
- "live-help-outlined": 59332,
7735
+ "job-search-outlined": 59331,
7736
+ "leave-approval-outlined": 59332,
7737
+ "link-1": 59333,
7738
+ "link-2": 59334,
7739
+ "list-outlined": 59335,
7740
+ "live-help-outlined": 59336,
7734
7741
  local_mall_outlined: local_mall_outlined,
7735
- "location-on-outlined": 59334,
7736
- "location-outlined": 59335,
7737
- "lock-outlined": 59336,
7738
- "locked-file-outlined": 59337,
7739
- "log-out": 59338,
7740
- "mail-outlined": 59339,
7741
- "map-outlined": 59340,
7742
- "media-content-outlined": 59341,
7743
- "menu-close": 59342,
7744
- "menu-expand": 59343,
7745
- "menu-fold-outlined": 59344,
7746
- "menu-unfold-outlined": 59345,
7747
- "moneybag-outlined": 59346,
7748
- "moon-outlined": 59347,
7749
- "more-horizontal": 59348,
7750
- "more-vertical": 59349,
7751
- "morning-outlined": 59350,
7752
- "multiple-folders-outlined": 59351,
7753
- "multiple-users-outlined": 59352,
7754
- "near-me-outlined": 59353,
7755
- "node-outlined": 59354,
7756
- "number-points": 59355,
7742
+ "location-on-outlined": 59338,
7743
+ "location-outlined": 59339,
7744
+ "lock-outlined": 59340,
7745
+ "locked-file-outlined": 59341,
7746
+ "log-out": 59342,
7747
+ "mail-outlined": 59343,
7748
+ "map-outlined": 59344,
7749
+ "media-content-outlined": 59345,
7750
+ "menu-close": 59346,
7751
+ "menu-expand": 59347,
7752
+ "menu-fold-outlined": 59348,
7753
+ "menu-unfold-outlined": 59349,
7754
+ "moneybag-outlined": 59350,
7755
+ "moon-outlined": 59351,
7756
+ "more-horizontal": 59352,
7757
+ "more-vertical": 59353,
7758
+ "morning-outlined": 59354,
7759
+ "multiple-folders-outlined": 59355,
7760
+ "multiple-users-outlined": 59356,
7761
+ "near-me-outlined": 59357,
7762
+ "node-outlined": 59358,
7763
+ "number-points": 59359,
7757
7764
  number: number,
7758
- "overview-outlined": 59357,
7759
- "payment-summary-outlined": 59358,
7760
- "payslip-outlined": 59359,
7761
- "pencil-outlined": 59360,
7765
+ "overview-outlined": 59361,
7766
+ "payment-summary-outlined": 59362,
7767
+ "payslip-outlined": 59363,
7768
+ "pencil-outlined": 59364,
7762
7769
  percentage: percentage,
7763
- "phone-outlined": 59362,
7764
- "piggy-bank-outlined": 59363,
7765
- "plane-outlined": 59364,
7766
- "play-circle-outlined": 59365,
7767
- "print-outlined": 59366,
7768
- "propane-tank-outlined": 59367,
7769
- "qr-code-outlined": 59368,
7770
- "qualification-outlined": 59369,
7771
- "re-assign": 59370,
7770
+ "phone-outlined": 59366,
7771
+ "piggy-bank-outlined": 59367,
7772
+ "plane-outlined": 59368,
7773
+ "play-circle-outlined": 59369,
7774
+ "print-outlined": 59370,
7775
+ "propane-tank-outlined": 59371,
7776
+ "qr-code-outlined": 59372,
7777
+ "qualification-outlined": 59373,
7778
+ "re-assign": 59374,
7772
7779
  redeem: redeem,
7773
7780
  refresh: refresh,
7774
7781
  remove: remove,
7775
- "reply-outlined": 59374,
7782
+ "reply-outlined": 59378,
7776
7783
  restart: restart,
7777
- "resume-outlined": 59376,
7778
- "return-arrow": 59377,
7779
- "rostering-outlined": 59378,
7780
- "safety-outlined": 59379,
7781
- "save-outlined": 59380,
7782
- "schedule-outlined": 59381,
7783
- "search-outlined": 59382,
7784
- "search-secured-outlined": 59383,
7785
- "send-outlined": 59384,
7786
- "share-1": 59385,
7787
- "share-2": 59386,
7788
- "share-outlined-2": 59387,
7789
- "share-outlined": 59388,
7784
+ "resume-outlined": 59380,
7785
+ "return-arrow": 59381,
7786
+ "rostering-outlined": 59382,
7787
+ "safety-outlined": 59383,
7788
+ "save-outlined": 59384,
7789
+ "schedule-outlined": 59385,
7790
+ "search-outlined": 59386,
7791
+ "search-secured-outlined": 59387,
7792
+ "send-outlined": 59388,
7793
+ "share-1": 59389,
7794
+ "share-2": 59390,
7795
+ "share-outlined-2": 59391,
7796
+ "share-outlined": 59392,
7790
7797
  shopping_basket_outlined: shopping_basket_outlined,
7791
- "show-chart-outlined": 59390,
7792
- "single-down-arrow": 59391,
7793
- "single-left-arrow": 59392,
7794
- "single-right-arrow": 59393,
7795
- "single-up-arrow": 59394,
7796
- "smart-match-outlined": 59395,
7797
- "sparkle-outlined": 59396,
7798
- "speaker-active-outlined": 59397,
7799
- "speaker-outlined": 59398,
7800
- "star-circle-outlined": 59399,
7801
- "star-outlined": 59400,
7802
- "start-break-outlined": 59401,
7803
- "stash-outlined": 59402,
7804
- "stopwatch-outlined": 59403,
7798
+ "show-chart-outlined": 59394,
7799
+ "single-down-arrow": 59395,
7800
+ "single-left-arrow": 59396,
7801
+ "single-right-arrow": 59397,
7802
+ "single-up-arrow": 59398,
7803
+ "smart-match-outlined": 59399,
7804
+ "sparkle-outlined": 59400,
7805
+ "speaker-active-outlined": 59401,
7806
+ "speaker-outlined": 59402,
7807
+ "star-circle-outlined": 59403,
7808
+ "star-outlined": 59404,
7809
+ "start-break-outlined": 59405,
7810
+ "stash-outlined": 59406,
7811
+ "stopwatch-outlined": 59407,
7805
7812
  strikethrough: strikethrough,
7806
- "styler-outlined": 59405,
7807
- "suitcase-clock-outlined": 59406,
7808
- "suitcase-outlined": 59407,
7809
- "survey-outlined": 59408,
7810
- "switch-outlined": 59409,
7813
+ "styler-outlined": 59409,
7814
+ "suitcase-clock-outlined": 59410,
7815
+ "suitcase-outlined": 59411,
7816
+ "survey-outlined": 59412,
7817
+ "switch-outlined": 59413,
7811
7818
  sync: sync,
7812
- "tag-outlined": 59411,
7813
- "target-outlined": 59412,
7814
- "tennis-outlined": 59413,
7815
- "ticket-outlined": 59414,
7816
- "timesheet-outlined": 59415,
7817
- "timesheets-outlined": 59416,
7818
- "today-outlined": 59417,
7819
+ "tag-outlined": 59415,
7820
+ "target-outlined": 59416,
7821
+ "tennis-outlined": 59417,
7822
+ "thumb-down-outlined": 59418,
7823
+ "ticket-outlined": 59419,
7824
+ "timesheet-outlined": 59420,
7825
+ "timesheets-outlined": 59421,
7826
+ "today-outlined": 59422,
7819
7827
  transfer: transfer,
7820
- "trash-bin-outlined": 59419,
7821
- "umbrela-outlined": 59420,
7822
- "unavailability-outlined": 59421,
7828
+ "trash-bin-outlined": 59424,
7829
+ "umbrela-outlined": 59425,
7830
+ "unavailability-outlined": 59426,
7823
7831
  unavailable: unavailable,
7824
7832
  underline: underline,
7825
- "union-outlined": 59424,
7826
- "unlock-outlined": 59425,
7827
- "upload-outlined": 59426,
7828
- "user-circle-outlined": 59427,
7829
- "user-gear-outlined": 59428,
7830
- "user-outlined": 59429,
7831
- "user-rectangle-outlined": 59430,
7832
- "video-1-outlined": 59431,
7833
- "video-2-outlined": 59432,
7834
- "volunteer-outlined": 59433,
7835
- "wallet-outlined": 59434,
7836
- "wellness-outlined": 59435
7833
+ "union-outlined": 59429,
7834
+ "unlock-outlined": 59430,
7835
+ "upload-outlined": 59431,
7836
+ "user-circle-outlined": 59432,
7837
+ "user-gear-outlined": 59433,
7838
+ "user-outlined": 59434,
7839
+ "user-rectangle-outlined": 59435,
7840
+ "video-1-outlined": 59436,
7841
+ "video-2-outlined": 59437,
7842
+ "volunteer-outlined": 59438,
7843
+ "wallet-outlined": 59439,
7844
+ "wellness-outlined": 59440
7837
7845
  };
7838
7846
 
7839
7847
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -14952,7 +14960,7 @@ var ErrorComponent = function ErrorComponent(_ref2) {
14952
14960
  }, nativeProps));
14953
14961
  };
14954
14962
 
14955
- var StyledActionItem = index$a(TouchableHighlight)(function (_ref) {
14963
+ var StyledActionItem = index$a(TouchableOpacity)(function (_ref) {
14956
14964
  var theme = _ref.theme;
14957
14965
  return {
14958
14966
  padding: theme.__hd__.fab.space.actionItemPadding,
@@ -14979,7 +14987,7 @@ var StyledIcon$1 = index$a(Icon)(function (_ref3) {
14979
14987
  };
14980
14988
  });
14981
14989
 
14982
- var AnimatedTouchableHighlight = Animated.createAnimatedComponent(TouchableHighlight);
14990
+ var AnimatedTouchableHighlight = Animated.createAnimatedComponent(TouchableOpacity);
14983
14991
  var StyledFAB$2 = index$a(AnimatedTouchableHighlight)(function (_ref) {
14984
14992
  var theme = _ref.theme,
14985
14993
  themeActive = _ref.themeActive;
@@ -15036,7 +15044,6 @@ var ActionItem = function ActionItem(_ref) {
15036
15044
  index = _ref.index,
15037
15045
  _ref$active = _ref.active,
15038
15046
  active = _ref$active === void 0 ? false : _ref$active;
15039
- var theme = useTheme();
15040
15047
  var animatedValue = React__default.useRef(new Animated.Value(0));
15041
15048
  var translateY = animatedValue.current.interpolate({
15042
15049
  inputRange: [0, 1],
@@ -15058,7 +15065,7 @@ var ActionItem = function ActionItem(_ref) {
15058
15065
  }]
15059
15066
  }
15060
15067
  }, /*#__PURE__*/React__default.createElement(StyledActionItem, {
15061
- underlayColor: theme.__hd__.fab.colors.actionItemPressedBackground,
15068
+ activeOpacity: 0.8,
15062
15069
  style: style,
15063
15070
  onPress: onPress,
15064
15071
  testID: testID
@@ -15222,7 +15229,7 @@ var FAB$1 = /*#__PURE__*/forwardRef(function (_ref3, ref) {
15222
15229
  onLayout: function onLayout(event) {
15223
15230
  return !hasSetButtonWidth && !active && setButtonWidth(event.nativeEvent.layout.width);
15224
15231
  },
15225
- underlayColor: theme.__hd__.fab.colors.buttonPressedBackground,
15232
+ activeOpacity: 0.8,
15226
15233
  onPress: onPress,
15227
15234
  style: [style, {
15228
15235
  bottom: displayState.hideButton ? -(marginBottom + theme.__hd__.fab.sizes.height * 2) : (_StyleSheet$flatten2 = StyleSheet$1.flatten(style)) === null || _StyleSheet$flatten2 === void 0 ? void 0 : _StyleSheet$flatten2.bottom,
@@ -15294,7 +15301,7 @@ var StyledBackdrop = index$a(AnimatedPressable)(function (_ref2) {
15294
15301
  right: 0,
15295
15302
  top: 0,
15296
15303
  bottom: 0,
15297
- opacity: 0.25,
15304
+ opacity: 0.8,
15298
15305
  backgroundColor: theme.__hd__.fab.colors.backdropBackground
15299
15306
  };
15300
15307
  });