@hero-design/rn 8.78.1 → 8.79.2-test.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 (295) 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 +20 -0
  8. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  9. package/es/index.js +33 -20
  10. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  11. package/lib/index.js +33 -20
  12. package/package.json +1 -1
  13. package/src/components/BottomSheet/index.tsx +16 -14
  14. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  15. package/src/components/Icon/IconList.ts +1 -1
  16. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +1729 -0
  17. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +35 -0
  18. package/src/components/Select/MultiSelect/index.tsx +5 -1
  19. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +1617 -0
  20. package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +33 -0
  21. package/src/components/Select/SingleSelect/index.tsx +5 -1
  22. package/src/components/Select/types.ts +8 -0
  23. package/src/theme/global/colors/__tests__/__snapshots__/swagLightJobs.spec.ts.snap +1 -0
  24. package/src/theme/global/colors/swagLightJobs.ts +1 -0
  25. package/src/theme/global/colors/types.ts +1 -0
  26. package/stats/8.79.0/rn-stats.html +4844 -0
  27. package/stats/8.79.1/rn-stats.html +4842 -0
  28. package/types/components/Accordion/AccordionItem.d.ts +0 -0
  29. package/types/components/Accordion/StyledAccordion.d.ts +0 -0
  30. package/types/components/Accordion/index.d.ts +0 -0
  31. package/types/components/Alert/StyledAlert.d.ts +0 -0
  32. package/types/components/Alert/index.d.ts +0 -0
  33. package/types/components/Attachment/StyledAttachment.d.ts +0 -0
  34. package/types/components/Attachment/index.d.ts +0 -0
  35. package/types/components/Avatar/Avatar.d.ts +0 -0
  36. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
  37. package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
  38. package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
  39. package/types/components/Avatar/StyledAvatar.d.ts +0 -0
  40. package/types/components/Avatar/index.d.ts +0 -0
  41. package/types/components/Badge/Status.d.ts +0 -0
  42. package/types/components/Badge/StyledBadge.d.ts +0 -0
  43. package/types/components/Badge/index.d.ts +0 -0
  44. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  45. package/types/components/BottomNavigation/index.d.ts +0 -0
  46. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
  47. package/types/components/BottomSheet/Footer.d.ts +0 -0
  48. package/types/components/BottomSheet/Header.d.ts +0 -0
  49. package/types/components/BottomSheet/ScrollView.d.ts +0 -0
  50. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  51. package/types/components/BottomSheet/index.d.ts +1 -1
  52. package/types/components/Box/StyledBox.d.ts +0 -0
  53. package/types/components/Box/config.d.ts +0 -0
  54. package/types/components/Box/index.d.ts +0 -0
  55. package/types/components/Box/types.d.ts +0 -0
  56. package/types/components/Button/Button.d.ts +0 -0
  57. package/types/components/Button/IconButton.d.ts +0 -0
  58. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  59. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  60. package/types/components/Button/StyledButton.d.ts +0 -0
  61. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
  62. package/types/components/Button/UtilityButton/index.d.ts +0 -0
  63. package/types/components/Button/index.d.ts +0 -0
  64. package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
  65. package/types/components/Calendar/StyledCalendar.d.ts +0 -0
  66. package/types/components/Calendar/helpers.d.ts +0 -0
  67. package/types/components/Calendar/index.d.ts +0 -0
  68. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
  69. package/types/components/Card/DataCard/index.d.ts +0 -0
  70. package/types/components/Card/StyledCard.d.ts +0 -0
  71. package/types/components/Card/index.d.ts +0 -0
  72. package/types/components/Carousel/CardCarousel.d.ts +0 -0
  73. package/types/components/Carousel/CarouselItem.d.ts +0 -0
  74. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
  75. package/types/components/Carousel/StyledCarousel.d.ts +0 -0
  76. package/types/components/Carousel/contants.d.ts +0 -0
  77. package/types/components/Carousel/index.d.ts +0 -0
  78. package/types/components/Carousel/types.d.ts +0 -0
  79. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
  80. package/types/components/Checkbox/index.d.ts +0 -0
  81. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  82. package/types/components/Collapse/index.d.ts +0 -0
  83. package/types/components/CompoundSearch/CompoundSearchHandler.d.ts +31 -0
  84. package/types/components/CompoundSearch/CompoundSearchTextInput.d.ts +60 -0
  85. package/types/components/CompoundSearch/StyledCompoundSearch.d.ts +40 -0
  86. package/types/components/CompoundSearch/index.d.ts +8 -0
  87. package/types/components/CompoundSearch/utils.d.ts +8 -0
  88. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  89. package/types/components/ContentNavigator/index.d.ts +0 -0
  90. package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
  91. package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
  92. package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
  93. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
  94. package/types/components/DatePicker/index.d.ts +0 -0
  95. package/types/components/DatePicker/types.d.ts +0 -0
  96. package/types/components/Divider/StyledDivider.d.ts +0 -0
  97. package/types/components/Divider/index.d.ts +0 -0
  98. package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
  99. package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
  100. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  101. package/types/components/Drawer/index.d.ts +0 -0
  102. package/types/components/Empty/StyledEmpty.d.ts +0 -0
  103. package/types/components/Empty/index.d.ts +0 -0
  104. package/types/components/Error/StyledError.d.ts +0 -0
  105. package/types/components/Error/index.d.ts +0 -0
  106. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  107. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  108. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
  109. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  110. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  111. package/types/components/FAB/FAB.d.ts +0 -0
  112. package/types/components/FAB/StyledFAB.d.ts +0 -0
  113. package/types/components/FAB/index.d.ts +0 -0
  114. package/types/components/Icon/AnimatedIcon.d.ts +0 -0
  115. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  116. package/types/components/Icon/IconList.d.ts +1 -1
  117. package/types/components/Icon/index.d.ts +1 -1
  118. package/types/components/Icon/utils.d.ts +1 -1
  119. package/types/components/Image/index.d.ts +0 -0
  120. package/types/components/List/BasicListItem.d.ts +0 -0
  121. package/types/components/List/ListItem.d.ts +0 -0
  122. package/types/components/List/StyledBasicListItem.d.ts +0 -0
  123. package/types/components/List/StyledListItem.d.ts +0 -0
  124. package/types/components/List/index.d.ts +0 -0
  125. package/types/components/PageControl/StyledPageControl.d.ts +0 -0
  126. package/types/components/PageControl/index.d.ts +0 -0
  127. package/types/components/PinInput/PinCell.d.ts +0 -0
  128. package/types/components/PinInput/StyledPinInput.d.ts +0 -0
  129. package/types/components/PinInput/index.d.ts +0 -0
  130. package/types/components/Progress/ProgressBar.d.ts +0 -0
  131. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  132. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  133. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  134. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  135. package/types/components/Progress/constants.d.ts +0 -0
  136. package/types/components/Progress/index.d.ts +0 -0
  137. package/types/components/Progress/types.d.ts +0 -0
  138. package/types/components/Radio/Radio.d.ts +0 -0
  139. package/types/components/Radio/RadioGroup.d.ts +0 -0
  140. package/types/components/Radio/StyledRadio.d.ts +0 -0
  141. package/types/components/Radio/index.d.ts +0 -0
  142. package/types/components/Radio/types.d.ts +0 -0
  143. package/types/components/RefreshControl/index.d.ts +0 -0
  144. package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
  145. package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
  146. package/types/components/RichTextEditor/MentionList.d.ts +0 -0
  147. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
  148. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
  149. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
  150. package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
  151. package/types/components/RichTextEditor/constants.d.ts +0 -0
  152. package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
  153. package/types/components/RichTextEditor/index.d.ts +0 -0
  154. package/types/components/RichTextEditor/types.d.ts +0 -0
  155. package/types/components/RichTextEditor/utils/events.d.ts +0 -0
  156. package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
  157. package/types/components/Search/SearchBasic.d.ts +31 -0
  158. package/types/components/Search/SearchCompound.d.ts +60 -0
  159. package/types/components/Search/utils.d.ts +2 -2
  160. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  161. package/types/components/SectionHeading/index.d.ts +0 -0
  162. package/types/components/Select/BaseOptionList.d.ts +0 -0
  163. package/types/components/Select/Footer.d.ts +0 -0
  164. package/types/components/Select/MultiSelect/Option.d.ts +0 -0
  165. package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
  166. package/types/components/Select/MultiSelect/index.d.ts +1 -1
  167. package/types/components/Select/SingleSelect/Option.d.ts +0 -0
  168. package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
  169. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
  170. package/types/components/Select/SingleSelect/index.d.ts +1 -1
  171. package/types/components/Select/StyledSelect.d.ts +0 -0
  172. package/types/components/Select/helpers.d.ts +0 -0
  173. package/types/components/Select/index.d.ts +1 -1
  174. package/types/components/Select/types.d.ts +8 -0
  175. package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
  176. package/types/components/Skeleton/index.d.ts +0 -0
  177. package/types/components/Slider/index.d.ts +0 -0
  178. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  179. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  180. package/types/components/Spinner/index.d.ts +0 -0
  181. package/types/components/Success/StyledSuccess.d.ts +0 -0
  182. package/types/components/Success/index.d.ts +0 -0
  183. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
  184. package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
  185. package/types/components/Swipeable/index.d.ts +0 -0
  186. package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
  187. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
  188. package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
  189. package/types/components/Switch/StyledSwitch.d.ts +0 -0
  190. package/types/components/Switch/index.d.ts +0 -0
  191. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  192. package/types/components/Tabs/SceneView.d.ts +0 -0
  193. package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
  194. package/types/components/Tabs/ScrollableTabsHeader.d.ts +35 -0
  195. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  196. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  197. package/types/components/Tabs/TabWithBadge.d.ts +0 -0
  198. package/types/components/Tabs/index.d.ts +0 -0
  199. package/types/components/Tabs/useIsFocused.d.ts +0 -0
  200. package/types/components/Tabs/utils.d.ts +0 -0
  201. package/types/components/Tag/StyledTag.d.ts +0 -0
  202. package/types/components/Tag/index.d.ts +0 -0
  203. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  204. package/types/components/TextInput/index.d.ts +3 -3
  205. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
  206. package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
  207. package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
  208. package/types/components/TimePicker/index.d.ts +0 -0
  209. package/types/components/TimePicker/types.d.ts +0 -0
  210. package/types/components/Toast/StyledToast.d.ts +0 -0
  211. package/types/components/Toast/Toast.d.ts +0 -0
  212. package/types/components/Toast/ToastContainer.d.ts +0 -0
  213. package/types/components/Toast/ToastContext.d.ts +0 -0
  214. package/types/components/Toast/ToastProvider.d.ts +0 -0
  215. package/types/components/Toast/index.d.ts +0 -0
  216. package/types/components/Toast/types.d.ts +0 -0
  217. package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
  218. package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
  219. package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
  220. package/types/components/Toolbar/index.d.ts +0 -0
  221. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  222. package/types/components/Typography/Text/index.d.ts +0 -0
  223. package/types/components/Typography/index.d.ts +0 -0
  224. package/types/index.d.ts +0 -0
  225. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  226. package/types/theme/ThemeProvider.d.ts +0 -0
  227. package/types/theme/ThemeSwitcher.d.ts +0 -0
  228. package/types/theme/components/accordion.d.ts +0 -0
  229. package/types/theme/components/alert.d.ts +0 -0
  230. package/types/theme/components/attachment.d.ts +0 -0
  231. package/types/theme/components/avatar.d.ts +0 -0
  232. package/types/theme/components/badge.d.ts +0 -0
  233. package/types/theme/components/bottomNavigation.d.ts +0 -0
  234. package/types/theme/components/bottomSheet.d.ts +0 -0
  235. package/types/theme/components/button.d.ts +0 -0
  236. package/types/theme/components/calendar.d.ts +0 -0
  237. package/types/theme/components/card.d.ts +0 -0
  238. package/types/theme/components/cardCarousel.d.ts +0 -0
  239. package/types/theme/components/carousel.d.ts +0 -0
  240. package/types/theme/components/checkbox.d.ts +0 -0
  241. package/types/theme/components/compoundSearch.d.ts +36 -0
  242. package/types/theme/components/contentNavigator.d.ts +0 -0
  243. package/types/theme/components/datePicker.d.ts +0 -0
  244. package/types/theme/components/divider.d.ts +0 -0
  245. package/types/theme/components/drawer.d.ts +0 -0
  246. package/types/theme/components/empty.d.ts +0 -0
  247. package/types/theme/components/error.d.ts +0 -0
  248. package/types/theme/components/fab.d.ts +0 -0
  249. package/types/theme/components/icon.d.ts +0 -0
  250. package/types/theme/components/image.d.ts +0 -0
  251. package/types/theme/components/list.d.ts +0 -0
  252. package/types/theme/components/pageControl.d.ts +0 -0
  253. package/types/theme/components/pinInput.d.ts +0 -0
  254. package/types/theme/components/progress.d.ts +0 -0
  255. package/types/theme/components/radio.d.ts +0 -0
  256. package/types/theme/components/refreshControl.d.ts +0 -0
  257. package/types/theme/components/richTextEditor.d.ts +0 -0
  258. package/types/theme/components/sectionHeading.d.ts +0 -0
  259. package/types/theme/components/select.d.ts +0 -0
  260. package/types/theme/components/skeleton.d.ts +0 -0
  261. package/types/theme/components/slider.d.ts +0 -0
  262. package/types/theme/components/spinner.d.ts +0 -0
  263. package/types/theme/components/success.d.ts +0 -0
  264. package/types/theme/components/swipeable.d.ts +0 -0
  265. package/types/theme/components/switch.d.ts +0 -0
  266. package/types/theme/components/tabs.d.ts +0 -0
  267. package/types/theme/components/tag.d.ts +0 -0
  268. package/types/theme/components/textInput.d.ts +0 -0
  269. package/types/theme/components/timePicker.d.ts +0 -0
  270. package/types/theme/components/toast.d.ts +0 -0
  271. package/types/theme/components/toolbar.d.ts +0 -0
  272. package/types/theme/components/typography.d.ts +0 -0
  273. package/types/theme/getTheme.d.ts +0 -0
  274. package/types/theme/global/borders.d.ts +0 -0
  275. package/types/theme/global/colors/eBens.d.ts +0 -0
  276. package/types/theme/global/colors/global.d.ts +0 -0
  277. package/types/theme/global/colors/globalDark.d.ts +0 -0
  278. package/types/theme/global/colors/jobs.d.ts +0 -0
  279. package/types/theme/global/colors/swag.d.ts +0 -0
  280. package/types/theme/global/colors/swagDark.d.ts +0 -0
  281. package/types/theme/global/colors/swagLightJobs.d.ts +1 -0
  282. package/types/theme/global/colors/types.d.ts +1 -0
  283. package/types/theme/global/colors/wallet.d.ts +0 -0
  284. package/types/theme/global/colors/work.d.ts +0 -0
  285. package/types/theme/global/index.d.ts +1 -0
  286. package/types/theme/global/scale.d.ts +0 -0
  287. package/types/theme/global/sizes.d.ts +0 -0
  288. package/types/theme/global/space.d.ts +0 -0
  289. package/types/theme/global/typography.d.ts +0 -0
  290. package/types/theme/index.d.ts +0 -0
  291. package/types/types.d.ts +0 -0
  292. package/types/utils/functions.d.ts +0 -0
  293. package/types/utils/helpers.d.ts +0 -0
  294. package/types/utils/hooks.d.ts +0 -0
  295. package/types/utils/scale.d.ts +0 -0
File without changes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.79.2-test.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6205254b327679c8e861ba015c965e1e7776e1cb`](https://github.com/Thinkei/hero-design/commit/6205254b327679c8e861ba015c965e1e7776e1cb) Thanks [@ttkien](https://github.com/ttkien)! - [BottomSheet] fix onDismiss call twice
8
+
9
+ ## 8.79.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#3491](https://github.com/Thinkei/hero-design/pull/3491) [`fec0e3d77e1b75361e59b25f5a06b700385e92e9`](https://github.com/Thinkei/hero-design/commit/fec0e3d77e1b75361e59b25f5a06b700385e92e9) Thanks [@vthanh6494](https://github.com/vthanh6494)! - [Icon] replace dot-filled with the new one
14
+
15
+ - [#3492](https://github.com/Thinkei/hero-design/pull/3492) [`ee38a7c73c9401cf3fb2b12ce7ad004b67ea5408`](https://github.com/Thinkei/hero-design/commit/ee38a7c73c9401cf3fb2b12ce7ad004b67ea5408) Thanks [@luanlai2201](https://github.com/luanlai2201)! - [Colors] Update secondaryHighlightedSurface for swagLightJobs
16
+
17
+ ## 8.79.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#3489](https://github.com/Thinkei/hero-design/pull/3489) [`94719952550e8923edd82d6d236c366e4d220c44`](https://github.com/Thinkei/hero-design/commit/94719952550e8923edd82d6d236c366e4d220c44) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Select] Support custom BottomSheet config
22
+
3
23
  ## 8.78.1
4
24
 
5
25
  ### Patch Changes
Binary file
package/es/index.js CHANGED
@@ -1936,6 +1936,7 @@ var swagSystemPalette = _objectSpread2(_objectSpread2({}, swagLightGlobalPalette
1936
1936
  var swagLightJobsSystemPalette = _objectSpread2(_objectSpread2({}, swagSystemPalette), {}, {
1937
1937
  secondary: '#40d1ff',
1938
1938
  onSecondary: '#460078',
1939
+ secondaryHighlightedSurface: '#ecfaff',
1939
1940
  decorativeSecondary: '#fdfbff',
1940
1941
  decorativeSecondarySurface: '#d9f6ff'
1941
1942
  });
@@ -7307,7 +7308,7 @@ var Typography = {
7307
7308
  };
7308
7309
 
7309
7310
  // 🔴 DO NOT EDIT — This file is generated automatically.
7310
- 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'];
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', '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'];
7311
7312
 
7312
7313
  var activate = 59000;
7313
7314
  var adjustment = 59003;
@@ -7331,6 +7332,7 @@ var contacts = 59050;
7331
7332
  var diamond = 59052;
7332
7333
  var directory = 59054;
7333
7334
  var document$1 = 59055;
7335
+ var dot = 59057;
7334
7336
  var envelope = 59060;
7335
7337
  var exclude = 59061;
7336
7338
  var expense = 59063;
@@ -7457,7 +7459,7 @@ var glyphMap = {
7457
7459
  directory: directory,
7458
7460
  document: document$1,
7459
7461
  "dollar-coin-shine": 59056,
7460
- "dot-filled": 59057,
7462
+ dot: dot,
7461
7463
  "double-buildings": 59058,
7462
7464
  "edit-template": 59059,
7463
7465
  envelope: envelope,
@@ -9718,24 +9720,16 @@ var BottomSheet = function BottomSheet(_ref) {
9718
9720
  _useState4 = _slicedToArray(_useState3, 2),
9719
9721
  internalShowDivider = _useState4[0],
9720
9722
  setInternalShowDivider = _useState4[1];
9723
+ var canCallOnDismiss = useRef(false);
9721
9724
  useEffect(function () {
9725
+ // Prevent calling onDismiss when the component has not yet opened
9726
+ if (open && !canCallOnDismiss.current) {
9727
+ canCallOnDismiss.current = true;
9728
+ }
9722
9729
  // Show the modal before the open animation start
9723
9730
  if (open && !visible) {
9724
9731
  setVisibility(open);
9725
9732
  }
9726
- // Delay closing the modal until after the closing animation end
9727
- animatedValue.current.removeAllListeners();
9728
- animatedValue.current.addListener(function (_ref2) {
9729
- var value = _ref2.value;
9730
- var endValueOfTransition = open ? 1 : 0;
9731
- if (endValueOfTransition === 0 && value === endValueOfTransition) {
9732
- setVisibility(false);
9733
- onDismiss === null || onDismiss === void 0 || onDismiss();
9734
- }
9735
- });
9736
- return function () {
9737
- return animatedValue.current.removeAllListeners();
9738
- };
9739
9733
  }, [open]);
9740
9734
  // Animation
9741
9735
  useEffect(function () {
@@ -9744,7 +9738,16 @@ var BottomSheet = function BottomSheet(_ref) {
9744
9738
  easing: Easing.inOut(Easing.cubic),
9745
9739
  useNativeDriver: true
9746
9740
  });
9747
- animation.start(onAnimationEnd);
9741
+ animation.start(function (_ref2) {
9742
+ var finished = _ref2.finished;
9743
+ if (finished) {
9744
+ if (!open && canCallOnDismiss.current) {
9745
+ setVisibility(false);
9746
+ onDismiss === null || onDismiss === void 0 || onDismiss();
9747
+ }
9748
+ onAnimationEnd === null || onAnimationEnd === void 0 || onAnimationEnd();
9749
+ }
9750
+ });
9748
9751
  return function () {
9749
9752
  return animation.stop();
9750
9753
  };
@@ -17431,7 +17434,9 @@ function MultiSelect(_ref) {
17431
17434
  testID = _ref.testID,
17432
17435
  value = _ref.value,
17433
17436
  _ref$supportedOrienta = _ref.supportedOrientations,
17434
- supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta;
17437
+ supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta,
17438
+ _ref$bottomSheetConfi = _ref.bottomSheetConfig,
17439
+ bottomSheetConfig = _ref$bottomSheetConfi === void 0 ? {} : _ref$bottomSheetConfi;
17435
17440
  var _useKeyboard = useKeyboard(),
17436
17441
  isKeyboardVisible = _useKeyboard.isKeyboardVisible,
17437
17442
  keyboardHeight = _useKeyboard.keyboardHeight;
@@ -17452,6 +17457,8 @@ function MultiSelect(_ref) {
17452
17457
  return opt.text;
17453
17458
  }).join(', ');
17454
17459
  var rawValue = value.length > 0 ? value.join(', ') : '';
17460
+ var bottomSheetVariant = bottomSheetConfig.variant,
17461
+ bottomSheetHeader = bottomSheetConfig.header;
17455
17462
  useEffect(function () {
17456
17463
  setSelectingValue(value);
17457
17464
  }, [open, value]);
@@ -17479,12 +17486,13 @@ function MultiSelect(_ref) {
17479
17486
  return renderSelectedValue(value, props);
17480
17487
  } : undefined
17481
17488
  }))))), /*#__PURE__*/React__default.createElement(BottomSheet$1, {
17489
+ variant: bottomSheetVariant || 'fixed',
17482
17490
  open: open,
17483
17491
  onRequestClose: function onRequestClose() {
17484
17492
  onDismiss === null || onDismiss === void 0 || onDismiss();
17485
17493
  setOpen(false);
17486
17494
  },
17487
- header: label,
17495
+ header: bottomSheetHeader || label,
17488
17496
  style: {
17489
17497
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0
17490
17498
  },
@@ -17634,7 +17642,9 @@ var SingleSelect = function SingleSelect(_ref) {
17634
17642
  testID = _ref.testID,
17635
17643
  value = _ref.value,
17636
17644
  _ref$supportedOrienta = _ref.supportedOrientations,
17637
- supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta;
17645
+ supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta,
17646
+ _ref$bottomSheetConfi = _ref.bottomSheetConfig,
17647
+ bottomSheetConfig = _ref$bottomSheetConfi === void 0 ? {} : _ref$bottomSheetConfi;
17638
17648
  var _useKeyboard = useKeyboard(),
17639
17649
  isKeyboardVisible = _useKeyboard.isKeyboardVisible,
17640
17650
  keyboardHeight = _useKeyboard.keyboardHeight;
@@ -17649,6 +17659,8 @@ var SingleSelect = function SingleSelect(_ref) {
17649
17659
  return value === opt.value;
17650
17660
  })) === null || _flatOptions$find === void 0 ? void 0 : _flatOptions$find.text;
17651
17661
  var rawValue = value ? String(value) : undefined;
17662
+ var bottomSheetVariant = bottomSheetConfig.variant,
17663
+ bottomSheetHeader = bottomSheetConfig.header;
17652
17664
  return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(View, {
17653
17665
  pointerEvents: !editable || disabled || inputProps !== null && inputProps !== void 0 && inputProps.loading ? 'none' : 'auto'
17654
17666
  }, /*#__PURE__*/React__default.createElement(TouchableOpacity, {
@@ -17673,12 +17685,13 @@ var SingleSelect = function SingleSelect(_ref) {
17673
17685
  return renderSelectedValue(value, props);
17674
17686
  } : undefined
17675
17687
  }))))), /*#__PURE__*/React__default.createElement(BottomSheet$1, {
17688
+ variant: bottomSheetVariant || 'fixed',
17676
17689
  open: open,
17677
17690
  onRequestClose: function onRequestClose() {
17678
17691
  onDismiss === null || onDismiss === void 0 || onDismiss();
17679
17692
  setOpen(false);
17680
17693
  },
17681
- header: label,
17694
+ header: bottomSheetHeader || label,
17682
17695
  style: {
17683
17696
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0
17684
17697
  },
package/lib/index.js CHANGED
@@ -1963,6 +1963,7 @@ var swagSystemPalette = _objectSpread2(_objectSpread2({}, swagLightGlobalPalette
1963
1963
  var swagLightJobsSystemPalette = _objectSpread2(_objectSpread2({}, swagSystemPalette), {}, {
1964
1964
  secondary: '#40d1ff',
1965
1965
  onSecondary: '#460078',
1966
+ secondaryHighlightedSurface: '#ecfaff',
1966
1967
  decorativeSecondary: '#fdfbff',
1967
1968
  decorativeSecondarySurface: '#d9f6ff'
1968
1969
  });
@@ -7334,7 +7335,7 @@ var Typography = {
7334
7335
  };
7335
7336
 
7336
7337
  // 🔴 DO NOT EDIT — This file is generated automatically.
7337
- 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'];
7338
+ 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', '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'];
7338
7339
 
7339
7340
  var activate = 59000;
7340
7341
  var adjustment = 59003;
@@ -7358,6 +7359,7 @@ var contacts = 59050;
7358
7359
  var diamond = 59052;
7359
7360
  var directory = 59054;
7360
7361
  var document$1 = 59055;
7362
+ var dot = 59057;
7361
7363
  var envelope = 59060;
7362
7364
  var exclude = 59061;
7363
7365
  var expense = 59063;
@@ -7484,7 +7486,7 @@ var glyphMap = {
7484
7486
  directory: directory,
7485
7487
  document: document$1,
7486
7488
  "dollar-coin-shine": 59056,
7487
- "dot-filled": 59057,
7489
+ dot: dot,
7488
7490
  "double-buildings": 59058,
7489
7491
  "edit-template": 59059,
7490
7492
  envelope: envelope,
@@ -9745,24 +9747,16 @@ var BottomSheet = function BottomSheet(_ref) {
9745
9747
  _useState4 = _slicedToArray(_useState3, 2),
9746
9748
  internalShowDivider = _useState4[0],
9747
9749
  setInternalShowDivider = _useState4[1];
9750
+ var canCallOnDismiss = React.useRef(false);
9748
9751
  React.useEffect(function () {
9752
+ // Prevent calling onDismiss when the component has not yet opened
9753
+ if (open && !canCallOnDismiss.current) {
9754
+ canCallOnDismiss.current = true;
9755
+ }
9749
9756
  // Show the modal before the open animation start
9750
9757
  if (open && !visible) {
9751
9758
  setVisibility(open);
9752
9759
  }
9753
- // Delay closing the modal until after the closing animation end
9754
- animatedValue.current.removeAllListeners();
9755
- animatedValue.current.addListener(function (_ref2) {
9756
- var value = _ref2.value;
9757
- var endValueOfTransition = open ? 1 : 0;
9758
- if (endValueOfTransition === 0 && value === endValueOfTransition) {
9759
- setVisibility(false);
9760
- onDismiss === null || onDismiss === void 0 || onDismiss();
9761
- }
9762
- });
9763
- return function () {
9764
- return animatedValue.current.removeAllListeners();
9765
- };
9766
9760
  }, [open]);
9767
9761
  // Animation
9768
9762
  React.useEffect(function () {
@@ -9771,7 +9765,16 @@ var BottomSheet = function BottomSheet(_ref) {
9771
9765
  easing: reactNative.Easing.inOut(reactNative.Easing.cubic),
9772
9766
  useNativeDriver: true
9773
9767
  });
9774
- animation.start(onAnimationEnd);
9768
+ animation.start(function (_ref2) {
9769
+ var finished = _ref2.finished;
9770
+ if (finished) {
9771
+ if (!open && canCallOnDismiss.current) {
9772
+ setVisibility(false);
9773
+ onDismiss === null || onDismiss === void 0 || onDismiss();
9774
+ }
9775
+ onAnimationEnd === null || onAnimationEnd === void 0 || onAnimationEnd();
9776
+ }
9777
+ });
9775
9778
  return function () {
9776
9779
  return animation.stop();
9777
9780
  };
@@ -17458,7 +17461,9 @@ function MultiSelect(_ref) {
17458
17461
  testID = _ref.testID,
17459
17462
  value = _ref.value,
17460
17463
  _ref$supportedOrienta = _ref.supportedOrientations,
17461
- supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta;
17464
+ supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta,
17465
+ _ref$bottomSheetConfi = _ref.bottomSheetConfig,
17466
+ bottomSheetConfig = _ref$bottomSheetConfi === void 0 ? {} : _ref$bottomSheetConfi;
17462
17467
  var _useKeyboard = useKeyboard(),
17463
17468
  isKeyboardVisible = _useKeyboard.isKeyboardVisible,
17464
17469
  keyboardHeight = _useKeyboard.keyboardHeight;
@@ -17479,6 +17484,8 @@ function MultiSelect(_ref) {
17479
17484
  return opt.text;
17480
17485
  }).join(', ');
17481
17486
  var rawValue = value.length > 0 ? value.join(', ') : '';
17487
+ var bottomSheetVariant = bottomSheetConfig.variant,
17488
+ bottomSheetHeader = bottomSheetConfig.header;
17482
17489
  React.useEffect(function () {
17483
17490
  setSelectingValue(value);
17484
17491
  }, [open, value]);
@@ -17506,12 +17513,13 @@ function MultiSelect(_ref) {
17506
17513
  return renderSelectedValue(value, props);
17507
17514
  } : undefined
17508
17515
  }))))), /*#__PURE__*/React__namespace.default.createElement(BottomSheet$1, {
17516
+ variant: bottomSheetVariant || 'fixed',
17509
17517
  open: open,
17510
17518
  onRequestClose: function onRequestClose() {
17511
17519
  onDismiss === null || onDismiss === void 0 || onDismiss();
17512
17520
  setOpen(false);
17513
17521
  },
17514
- header: label,
17522
+ header: bottomSheetHeader || label,
17515
17523
  style: {
17516
17524
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0
17517
17525
  },
@@ -17661,7 +17669,9 @@ var SingleSelect = function SingleSelect(_ref) {
17661
17669
  testID = _ref.testID,
17662
17670
  value = _ref.value,
17663
17671
  _ref$supportedOrienta = _ref.supportedOrientations,
17664
- supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta;
17672
+ supportedOrientations = _ref$supportedOrienta === void 0 ? ['portrait'] : _ref$supportedOrienta,
17673
+ _ref$bottomSheetConfi = _ref.bottomSheetConfig,
17674
+ bottomSheetConfig = _ref$bottomSheetConfi === void 0 ? {} : _ref$bottomSheetConfi;
17665
17675
  var _useKeyboard = useKeyboard(),
17666
17676
  isKeyboardVisible = _useKeyboard.isKeyboardVisible,
17667
17677
  keyboardHeight = _useKeyboard.keyboardHeight;
@@ -17676,6 +17686,8 @@ var SingleSelect = function SingleSelect(_ref) {
17676
17686
  return value === opt.value;
17677
17687
  })) === null || _flatOptions$find === void 0 ? void 0 : _flatOptions$find.text;
17678
17688
  var rawValue = value ? String(value) : undefined;
17689
+ var bottomSheetVariant = bottomSheetConfig.variant,
17690
+ bottomSheetHeader = bottomSheetConfig.header;
17679
17691
  return /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, /*#__PURE__*/React__namespace.default.createElement(reactNative.View, {
17680
17692
  pointerEvents: !editable || disabled || inputProps !== null && inputProps !== void 0 && inputProps.loading ? 'none' : 'auto'
17681
17693
  }, /*#__PURE__*/React__namespace.default.createElement(reactNative.TouchableOpacity, {
@@ -17700,12 +17712,13 @@ var SingleSelect = function SingleSelect(_ref) {
17700
17712
  return renderSelectedValue(value, props);
17701
17713
  } : undefined
17702
17714
  }))))), /*#__PURE__*/React__namespace.default.createElement(BottomSheet$1, {
17715
+ variant: bottomSheetVariant || 'fixed',
17703
17716
  open: open,
17704
17717
  onRequestClose: function onRequestClose() {
17705
17718
  onDismiss === null || onDismiss === void 0 || onDismiss();
17706
17719
  setOpen(false);
17707
17720
  },
17708
- header: label,
17721
+ header: bottomSheetHeader || label,
17709
17722
  style: {
17710
17723
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0
17711
17724
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.78.1",
3
+ "version": "8.79.2-test.0",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -22,7 +22,7 @@ import {
22
22
  StyledWrapper,
23
23
  } from './StyledBottomSheet';
24
24
 
25
- interface BottomSheetProps {
25
+ export interface BottomSheetProps {
26
26
  /**
27
27
  * Bottom sheet open state.
28
28
  */
@@ -115,24 +115,18 @@ const BottomSheet = ({
115
115
  const animatedValue = useRef(new Animated.Value(open ? 0 : 1));
116
116
  const [internalShowDivider, setInternalShowDivider] =
117
117
  useState<boolean>(showDivider);
118
+ const canCallOnDismiss = useRef(false);
118
119
 
119
120
  useEffect(() => {
121
+ // Prevent calling onDismiss when the component has not yet opened
122
+ if (open && !canCallOnDismiss.current) {
123
+ canCallOnDismiss.current = true;
124
+ }
125
+
120
126
  // Show the modal before the open animation start
121
127
  if (open && !visible) {
122
128
  setVisibility(open);
123
129
  }
124
-
125
- // Delay closing the modal until after the closing animation end
126
- animatedValue.current.removeAllListeners();
127
- animatedValue.current.addListener(({ value }) => {
128
- const endValueOfTransition = open ? 1 : 0;
129
- if (endValueOfTransition === 0 && value === endValueOfTransition) {
130
- setVisibility(false);
131
- onDismiss?.();
132
- }
133
- });
134
-
135
- return () => animatedValue.current.removeAllListeners();
136
130
  }, [open]);
137
131
 
138
132
  // Animation
@@ -143,7 +137,15 @@ const BottomSheet = ({
143
137
  useNativeDriver: true,
144
138
  });
145
139
 
146
- animation.start(onAnimationEnd);
140
+ animation.start(({ finished }) => {
141
+ if (finished) {
142
+ if (!open && canCallOnDismiss.current) {
143
+ setVisibility(false);
144
+ onDismiss?.();
145
+ }
146
+ onAnimationEnd?.();
147
+ }
148
+ });
147
149
 
148
150
  return () => animation.stop();
149
151
  }, [open]);
@@ -1 +1 @@
1
- {"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark":59013,"box-check":59014,"box":59015,"bpay":59016,"buildings":59017,"cake":59018,"calendar-clock":59019,"calendar":59020,"candy-box-menu":59021,"caret-down-small":59022,"caret-down":59023,"caret-left-small":59024,"caret-left":59025,"caret-right-small":59026,"caret-right":59027,"caret-up-small":59028,"caret-up":59029,"check-radio":59030,"circle-add":59031,"circle-cancel":59032,"circle-check":59033,"circle-down":59034,"circle-info":59035,"circle-left":59036,"circle-ok":59037,"circle-pencil":59038,"circle-question":59039,"circle-remove":59040,"circle-right":59041,"circle-up":59042,"circle-warning":59043,"clock-3":59044,"clock":59045,"cloud-download":59046,"cloud-upload":59047,"cog":59048,"coin":59049,"contacts":59050,"credit-card":59051,"diamond":59052,"direction-arrows":59053,"directory":59054,"document":59055,"dollar-coin-shine":59056,"dot-filled":59057,"double-buildings":59058,"edit-template":59059,"envelope":59060,"exclude":59061,"expand-content":59062,"expense":59063,"explore_nearby":59064,"eye-circle":59065,"eye-invisible":59066,"eye":59067,"face-meh":59068,"face-sad":59069,"face-smiley":59070,"feed":59071,"feedbacks":59072,"file-certified":59073,"file-clone":59074,"file-copy":59075,"file-csv":59076,"file-dispose":59077,"file-doc":59078,"file-excel":59079,"file-export":59080,"file-lock":59081,"file-pdf":59082,"file-powerpoint":59083,"file-search":59084,"file-secured":59085,"file-sheets":59086,"file-slide":59087,"file-verified":59088,"file-word":59089,"file":59090,"filter":59091,"folder-user":59092,"folder":59093,"format-bold":59094,"format-heading1":59095,"format-heading2":59096,"format-italic":59097,"format-list-bulleted":59098,"format-list-numbered":59099,"format-underlined":59100,"funnel-filter":59101,"global-dollar":59102,"globe":59103,"graduation-cap":59104,"graph":59105,"happy-sun":59106,"health-bag":59107,"heart":59108,"hero-points":59109,"home":59110,"image":59111,"import":59112,"incident-siren":59113,"instapay-daily":59114,"instapay-now":59115,"instapay":59116,"list":59117,"loading-2":59118,"loading":59119,"location-on":59120,"location":59121,"lock":59122,"looks-one":59123,"looks-two":59124,"media-content":59125,"menu":59126,"money-notes":59127,"moneybag":59128,"moon":59129,"multiple-stars":59130,"multiple-users":59131,"near-me":59132,"node":59133,"open-folder":59134,"paperclip":59135,"payment-summary":59136,"pencil":59137,"phone":59138,"piggy-bank":59139,"plane-up":59140,"plane":59141,"play-arrow":59142,"play-circle":59143,"print":59144,"raising-hands":59145,"reply-arrow":59146,"reply":59147,"reschedule":59148,"rostering":59149,"salary-sacrifice":59150,"save":59151,"schedule-send":59152,"schedule":59153,"search-person":59154,"send":59155,"speaker-active":59156,"speaker":59157,"star-award":59158,"star-badge":59159,"star-circle":59160,"star-medal":59161,"star":59162,"steps-circle":59163,"stopwatch":59164,"suitcase":59165,"surfing":59166,"survey":59167,"swag-pillar-benefit":59168,"swag-pillar-career":59169,"swag-pillar-money":59170,"swag-pillar-work":59171,"swag":59172,"swipe-right":59173,"switch":59174,"tag":59175,"target":59176,"teams":59177,"thumb-down":59178,"timesheet":59179,"touch-id":59180,"trash-bin":59181,"unlock":59182,"user":59183,"video-1":59184,"video-2":59185,"wallet":59186,"warning":59187,"activate-outlined":59188,"add-credit-card-outlined":59189,"add-person-outlined":59190,"add-section-outlined":59191,"add-time-outlined":59192,"add":59193,"adjustment-outlined":59194,"afternoon-outlined":59195,"ai-outlined":59196,"alignment-2-outlined":59197,"alignment-outlined":59198,"all-caps":59199,"application-outlined":59200,"arrow-down":59201,"arrow-downwards":59202,"arrow-left":59203,"arrow-leftwards":59204,"arrow-right":59205,"arrow-rightwards":59206,"arrow-up":59207,"arrow-upwards":59208,"article-outlined":59209,"at-sign":59210,"auto-graph-outlined":59211,"beer-outlined":59212,"bell-active-outlined":59213,"bell-outlined":59214,"bell-slash-outlined":59215,"bill-management-outlined":59216,"billing-outlined":59217,"body-outlined":59218,"bold":59219,"bolt-outlined":59220,"book-outlined":59221,"bookmark-added-outlined":59222,"bookmark-outlined":59223,"box-1-outlined":59224,"box-check-outlined":59225,"box-outlined":59226,"bullet-points":59227,"cake-outlined":59228,"calendar-dates-outlined":59229,"calendar-star-outlined":59230,"call-outlined":59231,"call-split-outlined":59232,"camera-outlined":59233,"cancel":59234,"car-forward-outlined":59235,"cashback-outlined":59236,"charging-station-outlined":59237,"chat-bubble-outlined":59238,"chat-unread-outlined":59239,"checkmark":59240,"circle-add-outlined":59241,"circle-cancel-outlined":59242,"circle-down-outlined":59243,"circle-info-outlined":59244,"circle-left-outlined":59245,"circle-ok-outlined":59246,"circle-question-outlined":59247,"circle-remove-outlined":59248,"circle-right-outlined":59249,"circle-up-outlined":59250,"circle-warning-outlined":59251,"clock-2-outlined":59252,"clock-in-outlined":59253,"clock-out-outlined":59254,"clock-outlined":59255,"cog-outlined":59256,"coin-outlined":59257,"coin-super-outlined":59258,"comment-outlined":59259,"contacts-outlined":59260,"contacts-user-outlined":59261,"credit-card-outlined":59262,"cup-outlined":59263,"dentistry-outlined":59264,"direction-arrows-outlined":59265,"directory-outlined":59266,"document-outlined":59267,"dollar-box-outlined":59268,"dollar-card-outlined":59269,"dollar-coin-shine-outlined":59270,"dollar-credit-card-outlined":59271,"dollar-sign":59272,"double-buildings-outlined":59273,"double-left-arrows":59274,"double-right-arrows":59275,"download-box-outlined":59276,"download-outlined":59277,"edit-template-outlined":59278,"email-outlined":59279,"end-break-outlined":59280,"enter-arrow":59281,"envelope-outlined":59282,"evening-outlined":59283,"expense-approval-outlined":59284,"expense-outlined":59285,"explore-outlined":59286,"extension-outlined":59287,"external-link":59288,"eye-invisible-outlined":59289,"eye-outlined":59290,"face-id":59291,"face-meh-outlined":59292,"face-open-smiley-outlined":59293,"face-sad-outlined":59294,"face-smiley-outlined":59295,"fastfood-outlined":59296,"feed-outlined":59297,"file-certified-outlined":59298,"file-clone-outlined":59299,"file-copy-outlined":59300,"file-dispose-outlined":59301,"file-dollar-certified-outlined":59302,"file-dollar-outlined":59303,"file-download-outlined":59304,"file-export-outlined":59305,"file-lock-outlined":59306,"file-outlined":59307,"file-search-outlined":59308,"file-secured-outlined":59309,"file-statutory-outlined":59310,"file-verified-outlined":59311,"filter-outlined":59312,"folder-outlined":59313,"folder-user-outlined":59314,"form-outlined":59315,"funnel-filter-outline":59316,"goal-outlined":59317,"graph-outlined":59318,"hand-holding-user-outlined":59319,"handshake-outlined":59320,"happy-sun-outlined":59321,"health-bag-outlined":59322,"heart-outlined":59323,"home-active-outlined":59324,"home-outlined":59325,"id-card-outlined":59326,"image-outlined":59327,"import-outlined":59328,"instapay-outlined":59329,"italic":59330,"job-search-outlined":59331,"leave-approval-outlined":59332,"link-1":59333,"link-2":59334,"list-outlined":59335,"live-help-outlined":59336,"local_mall_outlined":59337,"location-on-outlined":59338,"location-outlined":59339,"lock-outlined":59340,"locked-file-outlined":59341,"log-out":59342,"mail-outlined":59343,"map-outlined":59344,"media-content-outlined":59345,"menu-close":59346,"menu-expand":59347,"menu-fold-outlined":59348,"menu-unfold-outlined":59349,"moneybag-outlined":59350,"moon-outlined":59351,"more-horizontal":59352,"more-vertical":59353,"morning-outlined":59354,"multiple-folders-outlined":59355,"multiple-users-outlined":59356,"near-me-outlined":59357,"node-outlined":59358,"number-points":59359,"number":59360,"overview-outlined":59361,"payment-summary-outlined":59362,"payslip-outlined":59363,"pencil-outlined":59364,"percentage":59365,"phone-outlined":59366,"piggy-bank-outlined":59367,"plane-outlined":59368,"play-circle-outlined":59369,"print-outlined":59370,"propane-tank-outlined":59371,"qr-code-outlined":59372,"qualification-outlined":59373,"re-assign":59374,"redeem":59375,"refresh":59376,"remove":59377,"reply-outlined":59378,"restart":59379,"resume-outlined":59380,"return-arrow":59381,"rostering-outlined":59382,"safety-outlined":59383,"save-outlined":59384,"schedule-outlined":59385,"search-outlined":59386,"search-secured-outlined":59387,"send-outlined":59388,"share-1":59389,"share-2":59390,"share-outlined-2":59391,"share-outlined":59392,"shopping_basket_outlined":59393,"show-chart-outlined":59394,"single-down-arrow":59395,"single-left-arrow":59396,"single-right-arrow":59397,"single-up-arrow":59398,"smart-match-outlined":59399,"sparkle-outlined":59400,"speaker-active-outlined":59401,"speaker-outlined":59402,"star-circle-outlined":59403,"star-outlined":59404,"start-break-outlined":59405,"stash-outlined":59406,"stopwatch-outlined":59407,"strikethrough":59408,"styler-outlined":59409,"suitcase-clock-outlined":59410,"suitcase-outlined":59411,"survey-outlined":59412,"switch-outlined":59413,"sync":59414,"tag-outlined":59415,"target-outlined":59416,"tennis-outlined":59417,"thumb-down-outlined":59418,"ticket-outlined":59419,"timesheet-outlined":59420,"timesheets-outlined":59421,"today-outlined":59422,"transfer":59423,"trash-bin-outlined":59424,"umbrela-outlined":59425,"unavailability-outlined":59426,"unavailable":59427,"underline":59428,"union-outlined":59429,"unlock-outlined":59430,"upload-outlined":59431,"user-circle-outlined":59432,"user-gear-outlined":59433,"user-outlined":59434,"user-rectangle-outlined":59435,"video-1-outlined":59436,"video-2-outlined":59437,"volunteer-outlined":59438,"wallet-outlined":59439,"wellness-outlined":59440}
1
+ {"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark":59013,"box-check":59014,"box":59015,"bpay":59016,"buildings":59017,"cake":59018,"calendar-clock":59019,"calendar":59020,"candy-box-menu":59021,"caret-down-small":59022,"caret-down":59023,"caret-left-small":59024,"caret-left":59025,"caret-right-small":59026,"caret-right":59027,"caret-up-small":59028,"caret-up":59029,"check-radio":59030,"circle-add":59031,"circle-cancel":59032,"circle-check":59033,"circle-down":59034,"circle-info":59035,"circle-left":59036,"circle-ok":59037,"circle-pencil":59038,"circle-question":59039,"circle-remove":59040,"circle-right":59041,"circle-up":59042,"circle-warning":59043,"clock-3":59044,"clock":59045,"cloud-download":59046,"cloud-upload":59047,"cog":59048,"coin":59049,"contacts":59050,"credit-card":59051,"diamond":59052,"direction-arrows":59053,"directory":59054,"document":59055,"dollar-coin-shine":59056,"dot":59057,"double-buildings":59058,"edit-template":59059,"envelope":59060,"exclude":59061,"expand-content":59062,"expense":59063,"explore_nearby":59064,"eye-circle":59065,"eye-invisible":59066,"eye":59067,"face-meh":59068,"face-sad":59069,"face-smiley":59070,"feed":59071,"feedbacks":59072,"file-certified":59073,"file-clone":59074,"file-copy":59075,"file-csv":59076,"file-dispose":59077,"file-doc":59078,"file-excel":59079,"file-export":59080,"file-lock":59081,"file-pdf":59082,"file-powerpoint":59083,"file-search":59084,"file-secured":59085,"file-sheets":59086,"file-slide":59087,"file-verified":59088,"file-word":59089,"file":59090,"filter":59091,"folder-user":59092,"folder":59093,"format-bold":59094,"format-heading1":59095,"format-heading2":59096,"format-italic":59097,"format-list-bulleted":59098,"format-list-numbered":59099,"format-underlined":59100,"funnel-filter":59101,"global-dollar":59102,"globe":59103,"graduation-cap":59104,"graph":59105,"happy-sun":59106,"health-bag":59107,"heart":59108,"hero-points":59109,"home":59110,"image":59111,"import":59112,"incident-siren":59113,"instapay-daily":59114,"instapay-now":59115,"instapay":59116,"list":59117,"loading-2":59118,"loading":59119,"location-on":59120,"location":59121,"lock":59122,"looks-one":59123,"looks-two":59124,"media-content":59125,"menu":59126,"money-notes":59127,"moneybag":59128,"moon":59129,"multiple-stars":59130,"multiple-users":59131,"near-me":59132,"node":59133,"open-folder":59134,"paperclip":59135,"payment-summary":59136,"pencil":59137,"phone":59138,"piggy-bank":59139,"plane-up":59140,"plane":59141,"play-arrow":59142,"play-circle":59143,"print":59144,"raising-hands":59145,"reply-arrow":59146,"reply":59147,"reschedule":59148,"rostering":59149,"salary-sacrifice":59150,"save":59151,"schedule-send":59152,"schedule":59153,"search-person":59154,"send":59155,"speaker-active":59156,"speaker":59157,"star-award":59158,"star-badge":59159,"star-circle":59160,"star-medal":59161,"star":59162,"steps-circle":59163,"stopwatch":59164,"suitcase":59165,"surfing":59166,"survey":59167,"swag-pillar-benefit":59168,"swag-pillar-career":59169,"swag-pillar-money":59170,"swag-pillar-work":59171,"swag":59172,"swipe-right":59173,"switch":59174,"tag":59175,"target":59176,"teams":59177,"thumb-down":59178,"timesheet":59179,"touch-id":59180,"trash-bin":59181,"unlock":59182,"user":59183,"video-1":59184,"video-2":59185,"wallet":59186,"warning":59187,"activate-outlined":59188,"add-credit-card-outlined":59189,"add-person-outlined":59190,"add-section-outlined":59191,"add-time-outlined":59192,"add":59193,"adjustment-outlined":59194,"afternoon-outlined":59195,"ai-outlined":59196,"alignment-2-outlined":59197,"alignment-outlined":59198,"all-caps":59199,"application-outlined":59200,"arrow-down":59201,"arrow-downwards":59202,"arrow-left":59203,"arrow-leftwards":59204,"arrow-right":59205,"arrow-rightwards":59206,"arrow-up":59207,"arrow-upwards":59208,"article-outlined":59209,"at-sign":59210,"auto-graph-outlined":59211,"beer-outlined":59212,"bell-active-outlined":59213,"bell-outlined":59214,"bell-slash-outlined":59215,"bill-management-outlined":59216,"billing-outlined":59217,"body-outlined":59218,"bold":59219,"bolt-outlined":59220,"book-outlined":59221,"bookmark-added-outlined":59222,"bookmark-outlined":59223,"box-1-outlined":59224,"box-check-outlined":59225,"box-outlined":59226,"bullet-points":59227,"cake-outlined":59228,"calendar-dates-outlined":59229,"calendar-star-outlined":59230,"call-outlined":59231,"call-split-outlined":59232,"camera-outlined":59233,"cancel":59234,"car-forward-outlined":59235,"cashback-outlined":59236,"charging-station-outlined":59237,"chat-bubble-outlined":59238,"chat-unread-outlined":59239,"checkmark":59240,"circle-add-outlined":59241,"circle-cancel-outlined":59242,"circle-down-outlined":59243,"circle-info-outlined":59244,"circle-left-outlined":59245,"circle-ok-outlined":59246,"circle-question-outlined":59247,"circle-remove-outlined":59248,"circle-right-outlined":59249,"circle-up-outlined":59250,"circle-warning-outlined":59251,"clock-2-outlined":59252,"clock-in-outlined":59253,"clock-out-outlined":59254,"clock-outlined":59255,"cog-outlined":59256,"coin-outlined":59257,"coin-super-outlined":59258,"comment-outlined":59259,"contacts-outlined":59260,"contacts-user-outlined":59261,"credit-card-outlined":59262,"cup-outlined":59263,"dentistry-outlined":59264,"direction-arrows-outlined":59265,"directory-outlined":59266,"document-outlined":59267,"dollar-box-outlined":59268,"dollar-card-outlined":59269,"dollar-coin-shine-outlined":59270,"dollar-credit-card-outlined":59271,"dollar-sign":59272,"double-buildings-outlined":59273,"double-left-arrows":59274,"double-right-arrows":59275,"download-box-outlined":59276,"download-outlined":59277,"edit-template-outlined":59278,"email-outlined":59279,"end-break-outlined":59280,"enter-arrow":59281,"envelope-outlined":59282,"evening-outlined":59283,"expense-approval-outlined":59284,"expense-outlined":59285,"explore-outlined":59286,"extension-outlined":59287,"external-link":59288,"eye-invisible-outlined":59289,"eye-outlined":59290,"face-id":59291,"face-meh-outlined":59292,"face-open-smiley-outlined":59293,"face-sad-outlined":59294,"face-smiley-outlined":59295,"fastfood-outlined":59296,"feed-outlined":59297,"file-certified-outlined":59298,"file-clone-outlined":59299,"file-copy-outlined":59300,"file-dispose-outlined":59301,"file-dollar-certified-outlined":59302,"file-dollar-outlined":59303,"file-download-outlined":59304,"file-export-outlined":59305,"file-lock-outlined":59306,"file-outlined":59307,"file-search-outlined":59308,"file-secured-outlined":59309,"file-statutory-outlined":59310,"file-verified-outlined":59311,"filter-outlined":59312,"folder-outlined":59313,"folder-user-outlined":59314,"form-outlined":59315,"funnel-filter-outline":59316,"goal-outlined":59317,"graph-outlined":59318,"hand-holding-user-outlined":59319,"handshake-outlined":59320,"happy-sun-outlined":59321,"health-bag-outlined":59322,"heart-outlined":59323,"home-active-outlined":59324,"home-outlined":59325,"id-card-outlined":59326,"image-outlined":59327,"import-outlined":59328,"instapay-outlined":59329,"italic":59330,"job-search-outlined":59331,"leave-approval-outlined":59332,"link-1":59333,"link-2":59334,"list-outlined":59335,"live-help-outlined":59336,"local_mall_outlined":59337,"location-on-outlined":59338,"location-outlined":59339,"lock-outlined":59340,"locked-file-outlined":59341,"log-out":59342,"mail-outlined":59343,"map-outlined":59344,"media-content-outlined":59345,"menu-close":59346,"menu-expand":59347,"menu-fold-outlined":59348,"menu-unfold-outlined":59349,"moneybag-outlined":59350,"moon-outlined":59351,"more-horizontal":59352,"more-vertical":59353,"morning-outlined":59354,"multiple-folders-outlined":59355,"multiple-users-outlined":59356,"near-me-outlined":59357,"node-outlined":59358,"number-points":59359,"number":59360,"overview-outlined":59361,"payment-summary-outlined":59362,"payslip-outlined":59363,"pencil-outlined":59364,"percentage":59365,"phone-outlined":59366,"piggy-bank-outlined":59367,"plane-outlined":59368,"play-circle-outlined":59369,"print-outlined":59370,"propane-tank-outlined":59371,"qr-code-outlined":59372,"qualification-outlined":59373,"re-assign":59374,"redeem":59375,"refresh":59376,"remove":59377,"reply-outlined":59378,"restart":59379,"resume-outlined":59380,"return-arrow":59381,"rostering-outlined":59382,"safety-outlined":59383,"save-outlined":59384,"schedule-outlined":59385,"search-outlined":59386,"search-secured-outlined":59387,"send-outlined":59388,"share-1":59389,"share-2":59390,"share-outlined-2":59391,"share-outlined":59392,"shopping_basket_outlined":59393,"show-chart-outlined":59394,"single-down-arrow":59395,"single-left-arrow":59396,"single-right-arrow":59397,"single-up-arrow":59398,"smart-match-outlined":59399,"sparkle-outlined":59400,"speaker-active-outlined":59401,"speaker-outlined":59402,"star-circle-outlined":59403,"star-outlined":59404,"start-break-outlined":59405,"stash-outlined":59406,"stopwatch-outlined":59407,"strikethrough":59408,"styler-outlined":59409,"suitcase-clock-outlined":59410,"suitcase-outlined":59411,"survey-outlined":59412,"switch-outlined":59413,"sync":59414,"tag-outlined":59415,"target-outlined":59416,"tennis-outlined":59417,"thumb-down-outlined":59418,"ticket-outlined":59419,"timesheet-outlined":59420,"timesheets-outlined":59421,"today-outlined":59422,"transfer":59423,"trash-bin-outlined":59424,"umbrela-outlined":59425,"unavailability-outlined":59426,"unavailable":59427,"underline":59428,"union-outlined":59429,"unlock-outlined":59430,"upload-outlined":59431,"user-circle-outlined":59432,"user-gear-outlined":59433,"user-outlined":59434,"user-rectangle-outlined":59435,"video-1-outlined":59436,"video-2-outlined":59437,"volunteer-outlined":59438,"wallet-outlined":59439,"wellness-outlined":59440}
@@ -57,7 +57,7 @@ const IconList = [
57
57
  'directory',
58
58
  'document',
59
59
  'dollar-coin-shine',
60
- 'dot-filled',
60
+ 'dot',
61
61
  'double-buildings',
62
62
  'edit-template',
63
63
  'envelope',