@hero-design/rn 8.38.0 → 8.39.1

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 (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  131. package/types/components/Icon/IconList.d.ts +1 -1
  132. package/types/components/Icon/index.d.ts +1 -1
  133. package/types/components/Icon/utils.d.ts +1 -1
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. package/src/components/Modal/__tests__/index.spec.tsx +0 -50
@@ -4,5 +4,5 @@ $ rollup -c
4
4
  src/index.ts → lib/index.js, es/index.js...
5
5
  (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
6
6
  (!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/root/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
7
- created lib/index.js, es/index.js in 30.5s
7
+ created lib/index.js, es/index.js in 26.7s
8
8
  $ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
Binary file
package/es/index.js CHANGED
@@ -6526,7 +6526,7 @@ var Typography = {
6526
6526
  };
6527
6527
 
6528
6528
  // 🔴 DO NOT EDIT — This file is generated automatically.
6529
- 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', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading-2', 'loading', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-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', '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', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined'];
6529
+ 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', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading-2', 'loading', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-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', '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', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined'];
6530
6530
 
6531
6531
  var activate = 59000;
6532
6532
  var adjustment = 59003;
@@ -6601,20 +6601,20 @@ var wallet = 59174;
6601
6601
  var warning = 59175;
6602
6602
  var add = 59181;
6603
6603
  var bold = 59204;
6604
- var cancel = 59217;
6605
- var checkmark = 59222;
6606
- var italic = 59305;
6607
- var number = 59330;
6608
- var percentage = 59335;
6609
- var redeem = 59344;
6610
- var refresh = 59345;
6611
- var remove = 59346;
6612
- var restart = 59348;
6613
- var strikethrough = 59369;
6614
- var sync = 59375;
6615
- var transfer = 59382;
6616
- var unavailable = 59385;
6617
- var underline = 59386;
6604
+ var cancel = 59218;
6605
+ var checkmark = 59223;
6606
+ var italic = 59306;
6607
+ var number = 59331;
6608
+ var percentage = 59336;
6609
+ var redeem = 59346;
6610
+ var refresh = 59347;
6611
+ var remove = 59348;
6612
+ var restart = 59350;
6613
+ var strikethrough = 59371;
6614
+ var sync = 59377;
6615
+ var transfer = 59384;
6616
+ var unavailable = 59387;
6617
+ var underline = 59388;
6618
6618
  var glyphMap = {
6619
6619
  activate: activate,
6620
6620
  "add-emoji": 59001,
@@ -6821,199 +6821,201 @@ var glyphMap = {
6821
6821
  "billing-outlined": 59202,
6822
6822
  "body-outlined": 59203,
6823
6823
  bold: bold,
6824
- "book-outlined": 59205,
6825
- "bookmark-added-outlined": 59206,
6826
- "bookmark-outlined": 59207,
6827
- "box-check-outlined": 59208,
6828
- "box-outlined": 59209,
6829
- "bullet-points": 59210,
6830
- "cake-outlined": 59211,
6831
- "calendar-dates-outlined": 59212,
6832
- "calendar-star-outlined": 59213,
6833
- "call-outlined": 59214,
6834
- "call-split-outlined": 59215,
6835
- "camera-outlined": 59216,
6824
+ "bolt-outlined": 59205,
6825
+ "book-outlined": 59206,
6826
+ "bookmark-added-outlined": 59207,
6827
+ "bookmark-outlined": 59208,
6828
+ "box-check-outlined": 59209,
6829
+ "box-outlined": 59210,
6830
+ "bullet-points": 59211,
6831
+ "cake-outlined": 59212,
6832
+ "calendar-dates-outlined": 59213,
6833
+ "calendar-star-outlined": 59214,
6834
+ "call-outlined": 59215,
6835
+ "call-split-outlined": 59216,
6836
+ "camera-outlined": 59217,
6836
6837
  cancel: cancel,
6837
- "car-forward-outlined": 59218,
6838
- "charging-station-outlined": 59219,
6839
- "chat-bubble-outlined": 59220,
6840
- "chat-unread-outlined": 59221,
6838
+ "car-forward-outlined": 59219,
6839
+ "charging-station-outlined": 59220,
6840
+ "chat-bubble-outlined": 59221,
6841
+ "chat-unread-outlined": 59222,
6841
6842
  checkmark: checkmark,
6842
- "circle-add-outlined": 59223,
6843
- "circle-cancel-outlined": 59224,
6844
- "circle-down-outlined": 59225,
6845
- "circle-info-outlined": 59226,
6846
- "circle-left-outlined": 59227,
6847
- "circle-ok-outlined": 59228,
6848
- "circle-question-outlined": 59229,
6849
- "circle-remove-outlined": 59230,
6850
- "circle-right-outlined": 59231,
6851
- "circle-up-outlined": 59232,
6852
- "circle-warning-outlined": 59233,
6853
- "clock-2-outlined": 59234,
6854
- "clock-outlined": 59235,
6855
- "cog-outlined": 59236,
6856
- "coin-outlined": 59237,
6857
- "coin-super-outlined": 59238,
6858
- "comment-outlined": 59239,
6859
- "contacts-outlined": 59240,
6860
- "contacts-user-outlined": 59241,
6861
- "credit-card-outlined": 59242,
6862
- "cup-outlined": 59243,
6863
- "dentistry-outlined": 59244,
6864
- "direction-arrows-outlined": 59245,
6865
- "directory-outlined": 59246,
6866
- "document-outlined": 59247,
6867
- "dollar-box-outlined": 59248,
6868
- "dollar-card-outlined": 59249,
6869
- "dollar-coin-shine-outlined": 59250,
6870
- "dollar-credit-card-outlined": 59251,
6871
- "dollar-sign": 59252,
6872
- "double-buildings-outlined": 59253,
6873
- "double-left-arrows": 59254,
6874
- "double-right-arrows": 59255,
6875
- "download-box-outlined": 59256,
6876
- "download-outlined": 59257,
6877
- "edit-template-outlined": 59258,
6878
- "email-outlined": 59259,
6879
- "enter-arrow": 59260,
6880
- "envelope-outlined": 59261,
6881
- "expense-outlined": 59262,
6882
- "explore-outlined": 59263,
6883
- "extension-outlined": 59264,
6884
- "external-link": 59265,
6885
- "eye-invisible-outlined": 59266,
6886
- "eye-outlined": 59267,
6887
- "face-id": 59268,
6888
- "face-meh-outlined": 59269,
6889
- "face-open-smiley-outlined": 59270,
6890
- "face-sad-outlined": 59271,
6891
- "face-smiley-outlined": 59272,
6892
- "fastfood-outlined": 59273,
6893
- "feed-outlined": 59274,
6894
- "file-certified-outlined": 59275,
6895
- "file-clone-outlined": 59276,
6896
- "file-copy-outlined": 59277,
6897
- "file-dispose-outlined": 59278,
6898
- "file-dollar-certified-outlined": 59279,
6899
- "file-dollar-outlined": 59280,
6900
- "file-download-outlined": 59281,
6901
- "file-export-outlined": 59282,
6902
- "file-lock-outlined": 59283,
6903
- "file-outlined": 59284,
6904
- "file-search-outlined": 59285,
6905
- "file-secured-outlined": 59286,
6906
- "file-statutory-outlined": 59287,
6907
- "file-verified-outlined": 59288,
6908
- "filter-outlined": 59289,
6909
- "folder-outlined": 59290,
6910
- "folder-user-outlined": 59291,
6911
- "form-outlined": 59292,
6912
- "funnel-filter-outline": 59293,
6913
- "graph-outlined": 59294,
6914
- "hand-holding-user-outlined": 59295,
6915
- "happy-sun-outlined": 59296,
6916
- "health-bag-outlined": 59297,
6917
- "heart-outlined": 59298,
6918
- "home-active-outlined": 59299,
6919
- "home-outlined": 59300,
6920
- "id-card-outlined": 59301,
6921
- "image-outlined": 59302,
6922
- "import-outlined": 59303,
6923
- "instapay-outlined": 59304,
6843
+ "circle-add-outlined": 59224,
6844
+ "circle-cancel-outlined": 59225,
6845
+ "circle-down-outlined": 59226,
6846
+ "circle-info-outlined": 59227,
6847
+ "circle-left-outlined": 59228,
6848
+ "circle-ok-outlined": 59229,
6849
+ "circle-question-outlined": 59230,
6850
+ "circle-remove-outlined": 59231,
6851
+ "circle-right-outlined": 59232,
6852
+ "circle-up-outlined": 59233,
6853
+ "circle-warning-outlined": 59234,
6854
+ "clock-2-outlined": 59235,
6855
+ "clock-outlined": 59236,
6856
+ "cog-outlined": 59237,
6857
+ "coin-outlined": 59238,
6858
+ "coin-super-outlined": 59239,
6859
+ "comment-outlined": 59240,
6860
+ "contacts-outlined": 59241,
6861
+ "contacts-user-outlined": 59242,
6862
+ "credit-card-outlined": 59243,
6863
+ "cup-outlined": 59244,
6864
+ "dentistry-outlined": 59245,
6865
+ "direction-arrows-outlined": 59246,
6866
+ "directory-outlined": 59247,
6867
+ "document-outlined": 59248,
6868
+ "dollar-box-outlined": 59249,
6869
+ "dollar-card-outlined": 59250,
6870
+ "dollar-coin-shine-outlined": 59251,
6871
+ "dollar-credit-card-outlined": 59252,
6872
+ "dollar-sign": 59253,
6873
+ "double-buildings-outlined": 59254,
6874
+ "double-left-arrows": 59255,
6875
+ "double-right-arrows": 59256,
6876
+ "download-box-outlined": 59257,
6877
+ "download-outlined": 59258,
6878
+ "edit-template-outlined": 59259,
6879
+ "email-outlined": 59260,
6880
+ "enter-arrow": 59261,
6881
+ "envelope-outlined": 59262,
6882
+ "expense-outlined": 59263,
6883
+ "explore-outlined": 59264,
6884
+ "extension-outlined": 59265,
6885
+ "external-link": 59266,
6886
+ "eye-invisible-outlined": 59267,
6887
+ "eye-outlined": 59268,
6888
+ "face-id": 59269,
6889
+ "face-meh-outlined": 59270,
6890
+ "face-open-smiley-outlined": 59271,
6891
+ "face-sad-outlined": 59272,
6892
+ "face-smiley-outlined": 59273,
6893
+ "fastfood-outlined": 59274,
6894
+ "feed-outlined": 59275,
6895
+ "file-certified-outlined": 59276,
6896
+ "file-clone-outlined": 59277,
6897
+ "file-copy-outlined": 59278,
6898
+ "file-dispose-outlined": 59279,
6899
+ "file-dollar-certified-outlined": 59280,
6900
+ "file-dollar-outlined": 59281,
6901
+ "file-download-outlined": 59282,
6902
+ "file-export-outlined": 59283,
6903
+ "file-lock-outlined": 59284,
6904
+ "file-outlined": 59285,
6905
+ "file-search-outlined": 59286,
6906
+ "file-secured-outlined": 59287,
6907
+ "file-statutory-outlined": 59288,
6908
+ "file-verified-outlined": 59289,
6909
+ "filter-outlined": 59290,
6910
+ "folder-outlined": 59291,
6911
+ "folder-user-outlined": 59292,
6912
+ "form-outlined": 59293,
6913
+ "funnel-filter-outline": 59294,
6914
+ "graph-outlined": 59295,
6915
+ "hand-holding-user-outlined": 59296,
6916
+ "happy-sun-outlined": 59297,
6917
+ "health-bag-outlined": 59298,
6918
+ "heart-outlined": 59299,
6919
+ "home-active-outlined": 59300,
6920
+ "home-outlined": 59301,
6921
+ "id-card-outlined": 59302,
6922
+ "image-outlined": 59303,
6923
+ "import-outlined": 59304,
6924
+ "instapay-outlined": 59305,
6924
6925
  italic: italic,
6925
- "link-1": 59306,
6926
- "link-2": 59307,
6927
- "list-outlined": 59308,
6928
- "live-help-outlined": 59309,
6929
- "location-on-outlined": 59310,
6930
- "location-outlined": 59311,
6931
- "lock-outlined": 59312,
6932
- "locked-file-outlined": 59313,
6933
- "log-out": 59314,
6934
- "mail-outlined": 59315,
6935
- "media-content-outlined": 59316,
6936
- "menu-close": 59317,
6937
- "menu-expand": 59318,
6938
- "menu-fold-outlined": 59319,
6939
- "menu-unfold-outlined": 59320,
6940
- "moneybag-outlined": 59321,
6941
- "moon-outlined": 59322,
6942
- "more-horizontal": 59323,
6943
- "more-vertical": 59324,
6944
- "multiple-folders-outlined": 59325,
6945
- "multiple-users-outlined": 59326,
6946
- "near-me-outlined": 59327,
6947
- "node-outlined": 59328,
6948
- "number-points": 59329,
6926
+ "link-1": 59307,
6927
+ "link-2": 59308,
6928
+ "list-outlined": 59309,
6929
+ "live-help-outlined": 59310,
6930
+ "location-on-outlined": 59311,
6931
+ "location-outlined": 59312,
6932
+ "lock-outlined": 59313,
6933
+ "locked-file-outlined": 59314,
6934
+ "log-out": 59315,
6935
+ "mail-outlined": 59316,
6936
+ "media-content-outlined": 59317,
6937
+ "menu-close": 59318,
6938
+ "menu-expand": 59319,
6939
+ "menu-fold-outlined": 59320,
6940
+ "menu-unfold-outlined": 59321,
6941
+ "moneybag-outlined": 59322,
6942
+ "moon-outlined": 59323,
6943
+ "more-horizontal": 59324,
6944
+ "more-vertical": 59325,
6945
+ "multiple-folders-outlined": 59326,
6946
+ "multiple-users-outlined": 59327,
6947
+ "near-me-outlined": 59328,
6948
+ "node-outlined": 59329,
6949
+ "number-points": 59330,
6949
6950
  number: number,
6950
- "overview-outlined": 59331,
6951
- "payment-summary-outlined": 59332,
6952
- "payslip-outlined": 59333,
6953
- "pencil-outlined": 59334,
6951
+ "overview-outlined": 59332,
6952
+ "payment-summary-outlined": 59333,
6953
+ "payslip-outlined": 59334,
6954
+ "pencil-outlined": 59335,
6954
6955
  percentage: percentage,
6955
- "phone-outlined": 59336,
6956
- "piggy-bank-outlined": 59337,
6957
- "plane-outlined": 59338,
6958
- "play-circle-outlined": 59339,
6959
- "print-outlined": 59340,
6960
- "qr-code-outlined": 59341,
6961
- "qualification-outlined": 59342,
6962
- "re-assign": 59343,
6956
+ "phone-outlined": 59337,
6957
+ "piggy-bank-outlined": 59338,
6958
+ "plane-outlined": 59339,
6959
+ "play-circle-outlined": 59340,
6960
+ "print-outlined": 59341,
6961
+ "propane-tank-outlined": 59342,
6962
+ "qr-code-outlined": 59343,
6963
+ "qualification-outlined": 59344,
6964
+ "re-assign": 59345,
6963
6965
  redeem: redeem,
6964
6966
  refresh: refresh,
6965
6967
  remove: remove,
6966
- "reply-outlined": 59347,
6968
+ "reply-outlined": 59349,
6967
6969
  restart: restart,
6968
- "return-arrow": 59349,
6969
- "rostering-outlined": 59350,
6970
- "save-outlined": 59351,
6971
- "schedule-outlined": 59352,
6972
- "search-outlined": 59353,
6973
- "search-secured-outlined": 59354,
6974
- "send-outlined": 59355,
6975
- "share-1": 59356,
6976
- "share-2": 59357,
6977
- "share-outlined": 59358,
6978
- "show-chart-outlined": 59359,
6979
- "single-down-arrow": 59360,
6980
- "single-left-arrow": 59361,
6981
- "single-right-arrow": 59362,
6982
- "single-up-arrow": 59363,
6983
- "speaker-active-outlined": 59364,
6984
- "speaker-outlined": 59365,
6985
- "star-circle-outlined": 59366,
6986
- "star-outlined": 59367,
6987
- "stopwatch-outlined": 59368,
6970
+ "return-arrow": 59351,
6971
+ "rostering-outlined": 59352,
6972
+ "save-outlined": 59353,
6973
+ "schedule-outlined": 59354,
6974
+ "search-outlined": 59355,
6975
+ "search-secured-outlined": 59356,
6976
+ "send-outlined": 59357,
6977
+ "share-1": 59358,
6978
+ "share-2": 59359,
6979
+ "share-outlined": 59360,
6980
+ "show-chart-outlined": 59361,
6981
+ "single-down-arrow": 59362,
6982
+ "single-left-arrow": 59363,
6983
+ "single-right-arrow": 59364,
6984
+ "single-up-arrow": 59365,
6985
+ "speaker-active-outlined": 59366,
6986
+ "speaker-outlined": 59367,
6987
+ "star-circle-outlined": 59368,
6988
+ "star-outlined": 59369,
6989
+ "stopwatch-outlined": 59370,
6988
6990
  strikethrough: strikethrough,
6989
- "styler-outlined": 59370,
6990
- "suitcase-clock-outlined": 59371,
6991
- "suitcase-outlined": 59372,
6992
- "survey-outlined": 59373,
6993
- "switch-outlined": 59374,
6991
+ "styler-outlined": 59372,
6992
+ "suitcase-clock-outlined": 59373,
6993
+ "suitcase-outlined": 59374,
6994
+ "survey-outlined": 59375,
6995
+ "switch-outlined": 59376,
6994
6996
  sync: sync,
6995
- "tag-outlined": 59376,
6996
- "target-outlined": 59377,
6997
- "tennis-outlined": 59378,
6998
- "ticket-outlined": 59379,
6999
- "timesheet-outlined": 59380,
7000
- "today-outlined": 59381,
6997
+ "tag-outlined": 59378,
6998
+ "target-outlined": 59379,
6999
+ "tennis-outlined": 59380,
7000
+ "ticket-outlined": 59381,
7001
+ "timesheet-outlined": 59382,
7002
+ "today-outlined": 59383,
7001
7003
  transfer: transfer,
7002
- "trash-bin-outlined": 59383,
7003
- "umbrela-outlined": 59384,
7004
+ "trash-bin-outlined": 59385,
7005
+ "umbrela-outlined": 59386,
7004
7006
  unavailable: unavailable,
7005
7007
  underline: underline,
7006
- "union-outlined": 59387,
7007
- "unlock-outlined": 59388,
7008
- "upload-outlined": 59389,
7009
- "user-circle-outlined": 59390,
7010
- "user-gear-outlined": 59391,
7011
- "user-outlined": 59392,
7012
- "user-rectangle-outlined": 59393,
7013
- "video-1-outlined": 59394,
7014
- "video-2-outlined": 59395,
7015
- "volunteer-outlined": 59396,
7016
- "wallet-outlined": 59397
7008
+ "union-outlined": 59389,
7009
+ "unlock-outlined": 59390,
7010
+ "upload-outlined": 59391,
7011
+ "user-circle-outlined": 59392,
7012
+ "user-gear-outlined": 59393,
7013
+ "user-outlined": 59394,
7014
+ "user-rectangle-outlined": 59395,
7015
+ "video-1-outlined": 59396,
7016
+ "video-2-outlined": 59397,
7017
+ "volunteer-outlined": 59398,
7018
+ "wallet-outlined": 59399
7017
7019
  };
7018
7020
 
7019
7021
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -7738,6 +7740,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
7738
7740
  selectedTabKey = _ref.selectedTabKey,
7739
7741
  tabs = _ref.tabs,
7740
7742
  nativeProps = _objectWithoutProperties(_ref, _excluded$q);
7743
+ useDeprecation('BottomNavigation is deprecated and will be removed in the next major release. Please remove it.');
7741
7744
  var insets = useSafeAreaInsets();
7742
7745
  /**
7743
7746
  * List of loaded tabs, tabs will be loaded when navigated to.
@@ -16722,7 +16725,9 @@ var SceneView = function SceneView(_ref) {
16722
16725
  }, 0);
16723
16726
  }
16724
16727
  return function () {
16725
- clearTimeout(timer);
16728
+ if (timer) {
16729
+ clearTimeout(timer);
16730
+ }
16726
16731
  };
16727
16732
  }, [index, isLoading, lazy, focused]);
16728
16733
  return /*#__PURE__*/React.createElement(TabScreen, {
@@ -16937,7 +16942,7 @@ var ScrollableTab = function ScrollableTab(_ref) {
16937
16942
  return item.key === selectedTabKey;
16938
16943
  });
16939
16944
  React.useEffect(function () {
16940
- var timeoutHandle = null;
16945
+ var timeoutHandle;
16941
16946
  if (selectedTabIndex !== -1) {
16942
16947
  // If the selected tab is changed too quickly, the setPage is crashed and not work anymore
16943
16948
  // We apply throttle to prevent this issue https://github.com/Thinkei/hero-design/issues/1715