@hero-design/rn 8.43.1 → 8.44.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 (133) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +10 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +366 -359
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +366 -359
  7. package/package.json +1 -1
  8. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +564 -452
  9. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +76 -20
  10. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +790 -706
  11. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +848 -652
  12. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +170 -142
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +138 -82
  14. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +745 -689
  15. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +157 -73
  16. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +273 -189
  17. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +391 -223
  18. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +119 -63
  19. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +306 -278
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +317 -233
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +1042 -454
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +400 -120
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +1090 -810
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +196 -140
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +1666 -1218
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +70 -42
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +1623 -727
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +555 -415
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +265 -69
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +205 -65
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +36 -8
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +292 -124
  33. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +486 -430
  34. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +196 -84
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +41 -13
  36. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1720 -1636
  37. package/src/components/Carousel/__tests__/index.spec.tsx +7 -6
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +400 -176
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +574 -406
  40. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +1170 -834
  41. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +73 -17
  42. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +94 -38
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +37 -9
  44. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +421 -337
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +586 -502
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +200 -172
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +192 -164
  48. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +471 -443
  49. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +464 -128
  50. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +97 -69
  51. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +327 -243
  52. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +169 -113
  53. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +323 -213
  54. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +845 -789
  55. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +98 -42
  56. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +197 -113
  57. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +290 -206
  58. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +45 -17
  59. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  60. package/src/components/Icon/IconList.ts +2 -0
  61. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +158 -46
  62. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +164 -52
  63. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +242 -186
  64. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +761 -649
  65. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +268 -156
  66. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +473 -221
  67. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +60 -8
  68. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +83 -55
  69. package/src/components/PinInput/__tests__/StyledPinInput.spec.tsx +9 -4
  70. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +293 -153
  71. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +15 -48
  72. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +809 -697
  73. package/src/components/Portal/__tests__/PortalHost.spec.tsx +12 -14
  74. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +43 -15
  75. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +743 -603
  76. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +188 -132
  77. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +256 -228
  78. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +864 -780
  79. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +128 -44
  80. package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +5 -2
  81. package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +3 -3
  82. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +406 -378
  83. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +64 -36
  84. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +371 -315
  85. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +158 -46
  86. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +394 -226
  87. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +93 -65
  88. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2402 -2290
  89. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +180 -24
  90. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -6
  91. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +73 -45
  92. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2309 -2197
  93. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +150 -20
  94. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +490 -294
  95. package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +117 -33
  96. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +105 -77
  97. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +1308 -636
  98. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +121 -93
  99. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +323 -213
  100. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +210 -126
  101. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +58 -30
  102. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +226 -114
  103. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +145 -117
  104. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +202 -62
  105. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +132 -76
  106. package/src/components/Tabs/__tests__/SceneView.spec.tsx +7 -7
  107. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +206 -94
  108. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +2214 -2130
  109. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +523 -495
  110. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +121 -65
  111. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1637 -1553
  112. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +554 -274
  113. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +1542 -646
  114. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3177 -2701
  115. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +390 -334
  116. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +662 -606
  117. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +871 -675
  118. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +180 -68
  119. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +582 -498
  120. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +683 -459
  121. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +704 -256
  122. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +855 -323
  123. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +430 -150
  124. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +572 -208
  125. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +328 -104
  126. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +462 -154
  127. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +900 -340
  128. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +880 -320
  129. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +1035 -391
  130. package/src/testHelpers/renderWithTheme.tsx +2 -2
  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
package/es/index.js CHANGED
@@ -6875,7 +6875,7 @@ var Typography = {
6875
6875
  };
6876
6876
 
6877
6877
  // 🔴 DO NOT EDIT — This file is generated automatically.
6878
- 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', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', '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', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', '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'];
6878
+ 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', 'expand-content', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading-2', 'loading', 'location', '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', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', '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', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', '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', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', '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'];
6879
6879
 
6880
6880
  var activate = 59000;
6881
6881
  var adjustment = 59003;
@@ -6901,69 +6901,69 @@ var directory = 59054;
6901
6901
  var document$1 = 59055;
6902
6902
  var envelope = 59059;
6903
6903
  var exclude = 59060;
6904
- var expense = 59061;
6905
- var eye = 59064;
6906
- var feed = 59068;
6907
- var feedbacks = 59069;
6908
- var file = 59087;
6909
- var filter = 59088;
6910
- var folder = 59090;
6911
- var globe = 59100;
6912
- var graph = 59102;
6913
- var heart = 59105;
6914
- var home = 59106;
6915
- var image = 59107;
6916
- var instapay = 59110;
6917
- var list = 59111;
6918
- var loading = 59113;
6919
- var location = 59114;
6920
- var lock = 59115;
6921
- var menu = 59119;
6922
- var moneybag = 59121;
6923
- var moon = 59122;
6924
- var node = 59125;
6925
- var paperclip = 59127;
6926
- var pencil = 59129;
6927
- var phone = 59130;
6928
- var plane = 59133;
6929
- var print = 59135;
6930
- var reply = 59138;
6931
- var reschedule = 59139;
6932
- var rostering = 59140;
6933
- var save = 59141;
6934
- var schedule = 59143;
6935
- var send = 59145;
6936
- var speaker = 59147;
6937
- var star = 59152;
6938
- var stopwatch = 59154;
6939
- var suitcase = 59155;
6940
- var surfing = 59156;
6941
- var survey = 59157;
6942
- var swag = 59162;
6943
- var tag = 59164;
6944
- var target = 59165;
6945
- var teams = 59166;
6946
- var timesheet = 59167;
6947
- var unlock = 59170;
6948
- var user = 59171;
6949
- var wallet = 59174;
6950
- var warning = 59175;
6951
- var add = 59181;
6952
- var bold = 59204;
6953
- var cancel = 59218;
6954
- var checkmark = 59223;
6955
- var italic = 59307;
6956
- var number = 59332;
6957
- var percentage = 59337;
6958
- var redeem = 59347;
6959
- var refresh = 59348;
6960
- var remove = 59349;
6961
- var restart = 59351;
6962
- var strikethrough = 59373;
6963
- var sync = 59379;
6964
- var transfer = 59386;
6965
- var unavailable = 59389;
6966
- var underline = 59390;
6904
+ var expense = 59062;
6905
+ var eye = 59065;
6906
+ var feed = 59069;
6907
+ var feedbacks = 59070;
6908
+ var file = 59088;
6909
+ var filter = 59089;
6910
+ var folder = 59091;
6911
+ var globe = 59101;
6912
+ var graph = 59103;
6913
+ var heart = 59106;
6914
+ var home = 59107;
6915
+ var image = 59108;
6916
+ var instapay = 59111;
6917
+ var list = 59112;
6918
+ var loading = 59114;
6919
+ var location = 59115;
6920
+ var lock = 59116;
6921
+ var menu = 59120;
6922
+ var moneybag = 59122;
6923
+ var moon = 59123;
6924
+ var node = 59126;
6925
+ var paperclip = 59128;
6926
+ var pencil = 59130;
6927
+ var phone = 59131;
6928
+ var plane = 59134;
6929
+ var print = 59136;
6930
+ var reply = 59139;
6931
+ var reschedule = 59140;
6932
+ var rostering = 59141;
6933
+ var save = 59142;
6934
+ var schedule = 59144;
6935
+ var send = 59146;
6936
+ var speaker = 59148;
6937
+ var star = 59153;
6938
+ var stopwatch = 59155;
6939
+ var suitcase = 59156;
6940
+ var surfing = 59157;
6941
+ var survey = 59158;
6942
+ var swag = 59163;
6943
+ var tag = 59166;
6944
+ var target = 59167;
6945
+ var teams = 59168;
6946
+ var timesheet = 59169;
6947
+ var unlock = 59172;
6948
+ var user = 59173;
6949
+ var wallet = 59176;
6950
+ var warning = 59177;
6951
+ var add = 59183;
6952
+ var bold = 59206;
6953
+ var cancel = 59220;
6954
+ var checkmark = 59225;
6955
+ var italic = 59309;
6956
+ var number = 59334;
6957
+ var percentage = 59339;
6958
+ var redeem = 59349;
6959
+ var refresh = 59350;
6960
+ var remove = 59351;
6961
+ var restart = 59353;
6962
+ var strikethrough = 59375;
6963
+ var sync = 59381;
6964
+ var transfer = 59388;
6965
+ var unavailable = 59391;
6966
+ var underline = 59392;
6967
6967
  var glyphMap = {
6968
6968
  activate: activate,
6969
6969
  "add-emoji": 59001,
@@ -7026,347 +7026,349 @@ var glyphMap = {
7026
7026
  "edit-template": 59058,
7027
7027
  envelope: envelope,
7028
7028
  exclude: exclude,
7029
+ "expand-content": 59061,
7029
7030
  expense: expense,
7030
- "eye-circle": 59062,
7031
- "eye-invisible": 59063,
7031
+ "eye-circle": 59063,
7032
+ "eye-invisible": 59064,
7032
7033
  eye: eye,
7033
- "face-meh": 59065,
7034
- "face-sad": 59066,
7035
- "face-smiley": 59067,
7034
+ "face-meh": 59066,
7035
+ "face-sad": 59067,
7036
+ "face-smiley": 59068,
7036
7037
  feed: feed,
7037
7038
  feedbacks: feedbacks,
7038
- "file-certified": 59070,
7039
- "file-clone": 59071,
7040
- "file-copy": 59072,
7041
- "file-csv": 59073,
7042
- "file-dispose": 59074,
7043
- "file-doc": 59075,
7044
- "file-excel": 59076,
7045
- "file-export": 59077,
7046
- "file-lock": 59078,
7047
- "file-pdf": 59079,
7048
- "file-powerpoint": 59080,
7049
- "file-search": 59081,
7050
- "file-secured": 59082,
7051
- "file-sheets": 59083,
7052
- "file-slide": 59084,
7053
- "file-verified": 59085,
7054
- "file-word": 59086,
7039
+ "file-certified": 59071,
7040
+ "file-clone": 59072,
7041
+ "file-copy": 59073,
7042
+ "file-csv": 59074,
7043
+ "file-dispose": 59075,
7044
+ "file-doc": 59076,
7045
+ "file-excel": 59077,
7046
+ "file-export": 59078,
7047
+ "file-lock": 59079,
7048
+ "file-pdf": 59080,
7049
+ "file-powerpoint": 59081,
7050
+ "file-search": 59082,
7051
+ "file-secured": 59083,
7052
+ "file-sheets": 59084,
7053
+ "file-slide": 59085,
7054
+ "file-verified": 59086,
7055
+ "file-word": 59087,
7055
7056
  file: file,
7056
7057
  filter: filter,
7057
- "folder-user": 59089,
7058
+ "folder-user": 59090,
7058
7059
  folder: folder,
7059
- "format-bold": 59091,
7060
- "format-heading1": 59092,
7061
- "format-heading2": 59093,
7062
- "format-italic": 59094,
7063
- "format-list-bulleted": 59095,
7064
- "format-list-numbered": 59096,
7065
- "format-underlined": 59097,
7066
- "funnel-filter": 59098,
7067
- "global-dollar": 59099,
7060
+ "format-bold": 59092,
7061
+ "format-heading1": 59093,
7062
+ "format-heading2": 59094,
7063
+ "format-italic": 59095,
7064
+ "format-list-bulleted": 59096,
7065
+ "format-list-numbered": 59097,
7066
+ "format-underlined": 59098,
7067
+ "funnel-filter": 59099,
7068
+ "global-dollar": 59100,
7068
7069
  globe: globe,
7069
- "graduation-cap": 59101,
7070
+ "graduation-cap": 59102,
7070
7071
  graph: graph,
7071
- "happy-sun": 59103,
7072
- "health-bag": 59104,
7072
+ "happy-sun": 59104,
7073
+ "health-bag": 59105,
7073
7074
  heart: heart,
7074
7075
  home: home,
7075
7076
  image: image,
7076
- "import": 59108,
7077
- "incident-siren": 59109,
7077
+ "import": 59109,
7078
+ "incident-siren": 59110,
7078
7079
  instapay: instapay,
7079
7080
  list: list,
7080
- "loading-2": 59112,
7081
+ "loading-2": 59113,
7081
7082
  loading: loading,
7082
7083
  location: location,
7083
7084
  lock: lock,
7084
- "looks-one": 59116,
7085
- "looks-two": 59117,
7086
- "media-content": 59118,
7085
+ "looks-one": 59117,
7086
+ "looks-two": 59118,
7087
+ "media-content": 59119,
7087
7088
  menu: menu,
7088
- "money-notes": 59120,
7089
+ "money-notes": 59121,
7089
7090
  moneybag: moneybag,
7090
7091
  moon: moon,
7091
- "multiple-stars": 59123,
7092
- "multiple-users": 59124,
7092
+ "multiple-stars": 59124,
7093
+ "multiple-users": 59125,
7093
7094
  node: node,
7094
- "open-folder": 59126,
7095
+ "open-folder": 59127,
7095
7096
  paperclip: paperclip,
7096
- "payment-summary": 59128,
7097
+ "payment-summary": 59129,
7097
7098
  pencil: pencil,
7098
7099
  phone: phone,
7099
- "piggy-bank": 59131,
7100
- "plane-up": 59132,
7100
+ "piggy-bank": 59132,
7101
+ "plane-up": 59133,
7101
7102
  plane: plane,
7102
- "play-circle": 59134,
7103
+ "play-circle": 59135,
7103
7104
  print: print,
7104
- "raising-hands": 59136,
7105
- "reply-arrow": 59137,
7105
+ "raising-hands": 59137,
7106
+ "reply-arrow": 59138,
7106
7107
  reply: reply,
7107
7108
  reschedule: reschedule,
7108
7109
  rostering: rostering,
7109
7110
  save: save,
7110
- "schedule-send": 59142,
7111
+ "schedule-send": 59143,
7111
7112
  schedule: schedule,
7112
- "search-person": 59144,
7113
+ "search-person": 59145,
7113
7114
  send: send,
7114
- "speaker-active": 59146,
7115
+ "speaker-active": 59147,
7115
7116
  speaker: speaker,
7116
- "star-award": 59148,
7117
- "star-badge": 59149,
7118
- "star-circle": 59150,
7119
- "star-medal": 59151,
7117
+ "star-award": 59149,
7118
+ "star-badge": 59150,
7119
+ "star-circle": 59151,
7120
+ "star-medal": 59152,
7120
7121
  star: star,
7121
- "steps-circle": 59153,
7122
+ "steps-circle": 59154,
7122
7123
  stopwatch: stopwatch,
7123
7124
  suitcase: suitcase,
7124
7125
  surfing: surfing,
7125
7126
  survey: survey,
7126
- "swag-pillar-benefit": 59158,
7127
- "swag-pillar-career": 59159,
7128
- "swag-pillar-money": 59160,
7129
- "swag-pillar-work": 59161,
7127
+ "swag-pillar-benefit": 59159,
7128
+ "swag-pillar-career": 59160,
7129
+ "swag-pillar-money": 59161,
7130
+ "swag-pillar-work": 59162,
7130
7131
  swag: swag,
7131
- "switch": 59163,
7132
+ "swipe-right": 59164,
7133
+ "switch": 59165,
7132
7134
  tag: tag,
7133
7135
  target: target,
7134
7136
  teams: teams,
7135
7137
  timesheet: timesheet,
7136
- "touch-id": 59168,
7137
- "trash-bin": 59169,
7138
+ "touch-id": 59170,
7139
+ "trash-bin": 59171,
7138
7140
  unlock: unlock,
7139
7141
  user: user,
7140
- "video-1": 59172,
7141
- "video-2": 59173,
7142
+ "video-1": 59174,
7143
+ "video-2": 59175,
7142
7144
  wallet: wallet,
7143
7145
  warning: warning,
7144
- "activate-outlined": 59176,
7145
- "add-credit-card-outlined": 59177,
7146
- "add-person-outlined": 59178,
7147
- "add-section-outlined": 59179,
7148
- "add-time-outlined": 59180,
7146
+ "activate-outlined": 59178,
7147
+ "add-credit-card-outlined": 59179,
7148
+ "add-person-outlined": 59180,
7149
+ "add-section-outlined": 59181,
7150
+ "add-time-outlined": 59182,
7149
7151
  add: add,
7150
- "adjustment-outlined": 59182,
7151
- "ai-outlined": 59183,
7152
- "alignment-2-outlined": 59184,
7153
- "alignment-outlined": 59185,
7154
- "all-caps": 59186,
7155
- "arrow-down": 59187,
7156
- "arrow-downwards": 59188,
7157
- "arrow-left": 59189,
7158
- "arrow-leftwards": 59190,
7159
- "arrow-right": 59191,
7160
- "arrow-rightwards": 59192,
7161
- "arrow-up": 59193,
7162
- "arrow-upwards": 59194,
7163
- "article-outlined": 59195,
7164
- "at-sign": 59196,
7165
- "auto-graph-outlined": 59197,
7166
- "beer-outlined": 59198,
7167
- "bell-active-outlined": 59199,
7168
- "bell-outlined": 59200,
7169
- "bell-slash-outlined": 59201,
7170
- "billing-outlined": 59202,
7171
- "body-outlined": 59203,
7152
+ "adjustment-outlined": 59184,
7153
+ "ai-outlined": 59185,
7154
+ "alignment-2-outlined": 59186,
7155
+ "alignment-outlined": 59187,
7156
+ "all-caps": 59188,
7157
+ "arrow-down": 59189,
7158
+ "arrow-downwards": 59190,
7159
+ "arrow-left": 59191,
7160
+ "arrow-leftwards": 59192,
7161
+ "arrow-right": 59193,
7162
+ "arrow-rightwards": 59194,
7163
+ "arrow-up": 59195,
7164
+ "arrow-upwards": 59196,
7165
+ "article-outlined": 59197,
7166
+ "at-sign": 59198,
7167
+ "auto-graph-outlined": 59199,
7168
+ "beer-outlined": 59200,
7169
+ "bell-active-outlined": 59201,
7170
+ "bell-outlined": 59202,
7171
+ "bell-slash-outlined": 59203,
7172
+ "billing-outlined": 59204,
7173
+ "body-outlined": 59205,
7172
7174
  bold: bold,
7173
- "bolt-outlined": 59205,
7174
- "book-outlined": 59206,
7175
- "bookmark-added-outlined": 59207,
7176
- "bookmark-outlined": 59208,
7177
- "box-check-outlined": 59209,
7178
- "box-outlined": 59210,
7179
- "bullet-points": 59211,
7180
- "cake-outlined": 59212,
7181
- "calendar-dates-outlined": 59213,
7182
- "calendar-star-outlined": 59214,
7183
- "call-outlined": 59215,
7184
- "call-split-outlined": 59216,
7185
- "camera-outlined": 59217,
7175
+ "bolt-outlined": 59207,
7176
+ "book-outlined": 59208,
7177
+ "bookmark-added-outlined": 59209,
7178
+ "bookmark-outlined": 59210,
7179
+ "box-check-outlined": 59211,
7180
+ "box-outlined": 59212,
7181
+ "bullet-points": 59213,
7182
+ "cake-outlined": 59214,
7183
+ "calendar-dates-outlined": 59215,
7184
+ "calendar-star-outlined": 59216,
7185
+ "call-outlined": 59217,
7186
+ "call-split-outlined": 59218,
7187
+ "camera-outlined": 59219,
7186
7188
  cancel: cancel,
7187
- "car-forward-outlined": 59219,
7188
- "charging-station-outlined": 59220,
7189
- "chat-bubble-outlined": 59221,
7190
- "chat-unread-outlined": 59222,
7189
+ "car-forward-outlined": 59221,
7190
+ "charging-station-outlined": 59222,
7191
+ "chat-bubble-outlined": 59223,
7192
+ "chat-unread-outlined": 59224,
7191
7193
  checkmark: checkmark,
7192
- "circle-add-outlined": 59224,
7193
- "circle-cancel-outlined": 59225,
7194
- "circle-down-outlined": 59226,
7195
- "circle-info-outlined": 59227,
7196
- "circle-left-outlined": 59228,
7197
- "circle-ok-outlined": 59229,
7198
- "circle-question-outlined": 59230,
7199
- "circle-remove-outlined": 59231,
7200
- "circle-right-outlined": 59232,
7201
- "circle-up-outlined": 59233,
7202
- "circle-warning-outlined": 59234,
7203
- "clock-2-outlined": 59235,
7204
- "clock-outlined": 59236,
7205
- "cog-outlined": 59237,
7206
- "coin-outlined": 59238,
7207
- "coin-super-outlined": 59239,
7208
- "comment-outlined": 59240,
7209
- "contacts-outlined": 59241,
7210
- "contacts-user-outlined": 59242,
7211
- "credit-card-outlined": 59243,
7212
- "cup-outlined": 59244,
7213
- "dentistry-outlined": 59245,
7214
- "direction-arrows-outlined": 59246,
7215
- "directory-outlined": 59247,
7216
- "document-outlined": 59248,
7217
- "dollar-box-outlined": 59249,
7218
- "dollar-card-outlined": 59250,
7219
- "dollar-coin-shine-outlined": 59251,
7220
- "dollar-credit-card-outlined": 59252,
7221
- "dollar-sign": 59253,
7222
- "double-buildings-outlined": 59254,
7223
- "double-left-arrows": 59255,
7224
- "double-right-arrows": 59256,
7225
- "download-box-outlined": 59257,
7226
- "download-outlined": 59258,
7227
- "edit-template-outlined": 59259,
7228
- "email-outlined": 59260,
7229
- "enter-arrow": 59261,
7230
- "envelope-outlined": 59262,
7231
- "expense-outlined": 59263,
7232
- "explore-outlined": 59264,
7233
- "extension-outlined": 59265,
7234
- "external-link": 59266,
7235
- "eye-invisible-outlined": 59267,
7236
- "eye-outlined": 59268,
7237
- "face-id": 59269,
7238
- "face-meh-outlined": 59270,
7239
- "face-open-smiley-outlined": 59271,
7240
- "face-sad-outlined": 59272,
7241
- "face-smiley-outlined": 59273,
7242
- "fastfood-outlined": 59274,
7243
- "feed-outlined": 59275,
7244
- "file-certified-outlined": 59276,
7245
- "file-clone-outlined": 59277,
7246
- "file-copy-outlined": 59278,
7247
- "file-dispose-outlined": 59279,
7248
- "file-dollar-certified-outlined": 59280,
7249
- "file-dollar-outlined": 59281,
7250
- "file-download-outlined": 59282,
7251
- "file-export-outlined": 59283,
7252
- "file-lock-outlined": 59284,
7253
- "file-outlined": 59285,
7254
- "file-search-outlined": 59286,
7255
- "file-secured-outlined": 59287,
7256
- "file-statutory-outlined": 59288,
7257
- "file-verified-outlined": 59289,
7258
- "filter-outlined": 59290,
7259
- "folder-outlined": 59291,
7260
- "folder-user-outlined": 59292,
7261
- "form-outlined": 59293,
7262
- "funnel-filter-outline": 59294,
7263
- "goal-outlined": 59295,
7264
- "graph-outlined": 59296,
7265
- "hand-holding-user-outlined": 59297,
7266
- "happy-sun-outlined": 59298,
7267
- "health-bag-outlined": 59299,
7268
- "heart-outlined": 59300,
7269
- "home-active-outlined": 59301,
7270
- "home-outlined": 59302,
7271
- "id-card-outlined": 59303,
7272
- "image-outlined": 59304,
7273
- "import-outlined": 59305,
7274
- "instapay-outlined": 59306,
7194
+ "circle-add-outlined": 59226,
7195
+ "circle-cancel-outlined": 59227,
7196
+ "circle-down-outlined": 59228,
7197
+ "circle-info-outlined": 59229,
7198
+ "circle-left-outlined": 59230,
7199
+ "circle-ok-outlined": 59231,
7200
+ "circle-question-outlined": 59232,
7201
+ "circle-remove-outlined": 59233,
7202
+ "circle-right-outlined": 59234,
7203
+ "circle-up-outlined": 59235,
7204
+ "circle-warning-outlined": 59236,
7205
+ "clock-2-outlined": 59237,
7206
+ "clock-outlined": 59238,
7207
+ "cog-outlined": 59239,
7208
+ "coin-outlined": 59240,
7209
+ "coin-super-outlined": 59241,
7210
+ "comment-outlined": 59242,
7211
+ "contacts-outlined": 59243,
7212
+ "contacts-user-outlined": 59244,
7213
+ "credit-card-outlined": 59245,
7214
+ "cup-outlined": 59246,
7215
+ "dentistry-outlined": 59247,
7216
+ "direction-arrows-outlined": 59248,
7217
+ "directory-outlined": 59249,
7218
+ "document-outlined": 59250,
7219
+ "dollar-box-outlined": 59251,
7220
+ "dollar-card-outlined": 59252,
7221
+ "dollar-coin-shine-outlined": 59253,
7222
+ "dollar-credit-card-outlined": 59254,
7223
+ "dollar-sign": 59255,
7224
+ "double-buildings-outlined": 59256,
7225
+ "double-left-arrows": 59257,
7226
+ "double-right-arrows": 59258,
7227
+ "download-box-outlined": 59259,
7228
+ "download-outlined": 59260,
7229
+ "edit-template-outlined": 59261,
7230
+ "email-outlined": 59262,
7231
+ "enter-arrow": 59263,
7232
+ "envelope-outlined": 59264,
7233
+ "expense-outlined": 59265,
7234
+ "explore-outlined": 59266,
7235
+ "extension-outlined": 59267,
7236
+ "external-link": 59268,
7237
+ "eye-invisible-outlined": 59269,
7238
+ "eye-outlined": 59270,
7239
+ "face-id": 59271,
7240
+ "face-meh-outlined": 59272,
7241
+ "face-open-smiley-outlined": 59273,
7242
+ "face-sad-outlined": 59274,
7243
+ "face-smiley-outlined": 59275,
7244
+ "fastfood-outlined": 59276,
7245
+ "feed-outlined": 59277,
7246
+ "file-certified-outlined": 59278,
7247
+ "file-clone-outlined": 59279,
7248
+ "file-copy-outlined": 59280,
7249
+ "file-dispose-outlined": 59281,
7250
+ "file-dollar-certified-outlined": 59282,
7251
+ "file-dollar-outlined": 59283,
7252
+ "file-download-outlined": 59284,
7253
+ "file-export-outlined": 59285,
7254
+ "file-lock-outlined": 59286,
7255
+ "file-outlined": 59287,
7256
+ "file-search-outlined": 59288,
7257
+ "file-secured-outlined": 59289,
7258
+ "file-statutory-outlined": 59290,
7259
+ "file-verified-outlined": 59291,
7260
+ "filter-outlined": 59292,
7261
+ "folder-outlined": 59293,
7262
+ "folder-user-outlined": 59294,
7263
+ "form-outlined": 59295,
7264
+ "funnel-filter-outline": 59296,
7265
+ "goal-outlined": 59297,
7266
+ "graph-outlined": 59298,
7267
+ "hand-holding-user-outlined": 59299,
7268
+ "happy-sun-outlined": 59300,
7269
+ "health-bag-outlined": 59301,
7270
+ "heart-outlined": 59302,
7271
+ "home-active-outlined": 59303,
7272
+ "home-outlined": 59304,
7273
+ "id-card-outlined": 59305,
7274
+ "image-outlined": 59306,
7275
+ "import-outlined": 59307,
7276
+ "instapay-outlined": 59308,
7275
7277
  italic: italic,
7276
- "link-1": 59308,
7277
- "link-2": 59309,
7278
- "list-outlined": 59310,
7279
- "live-help-outlined": 59311,
7280
- "location-on-outlined": 59312,
7281
- "location-outlined": 59313,
7282
- "lock-outlined": 59314,
7283
- "locked-file-outlined": 59315,
7284
- "log-out": 59316,
7285
- "mail-outlined": 59317,
7286
- "media-content-outlined": 59318,
7287
- "menu-close": 59319,
7288
- "menu-expand": 59320,
7289
- "menu-fold-outlined": 59321,
7290
- "menu-unfold-outlined": 59322,
7291
- "moneybag-outlined": 59323,
7292
- "moon-outlined": 59324,
7293
- "more-horizontal": 59325,
7294
- "more-vertical": 59326,
7295
- "multiple-folders-outlined": 59327,
7296
- "multiple-users-outlined": 59328,
7297
- "near-me-outlined": 59329,
7298
- "node-outlined": 59330,
7299
- "number-points": 59331,
7278
+ "link-1": 59310,
7279
+ "link-2": 59311,
7280
+ "list-outlined": 59312,
7281
+ "live-help-outlined": 59313,
7282
+ "location-on-outlined": 59314,
7283
+ "location-outlined": 59315,
7284
+ "lock-outlined": 59316,
7285
+ "locked-file-outlined": 59317,
7286
+ "log-out": 59318,
7287
+ "mail-outlined": 59319,
7288
+ "media-content-outlined": 59320,
7289
+ "menu-close": 59321,
7290
+ "menu-expand": 59322,
7291
+ "menu-fold-outlined": 59323,
7292
+ "menu-unfold-outlined": 59324,
7293
+ "moneybag-outlined": 59325,
7294
+ "moon-outlined": 59326,
7295
+ "more-horizontal": 59327,
7296
+ "more-vertical": 59328,
7297
+ "multiple-folders-outlined": 59329,
7298
+ "multiple-users-outlined": 59330,
7299
+ "near-me-outlined": 59331,
7300
+ "node-outlined": 59332,
7301
+ "number-points": 59333,
7300
7302
  number: number,
7301
- "overview-outlined": 59333,
7302
- "payment-summary-outlined": 59334,
7303
- "payslip-outlined": 59335,
7304
- "pencil-outlined": 59336,
7303
+ "overview-outlined": 59335,
7304
+ "payment-summary-outlined": 59336,
7305
+ "payslip-outlined": 59337,
7306
+ "pencil-outlined": 59338,
7305
7307
  percentage: percentage,
7306
- "phone-outlined": 59338,
7307
- "piggy-bank-outlined": 59339,
7308
- "plane-outlined": 59340,
7309
- "play-circle-outlined": 59341,
7310
- "print-outlined": 59342,
7311
- "propane-tank-outlined": 59343,
7312
- "qr-code-outlined": 59344,
7313
- "qualification-outlined": 59345,
7314
- "re-assign": 59346,
7308
+ "phone-outlined": 59340,
7309
+ "piggy-bank-outlined": 59341,
7310
+ "plane-outlined": 59342,
7311
+ "play-circle-outlined": 59343,
7312
+ "print-outlined": 59344,
7313
+ "propane-tank-outlined": 59345,
7314
+ "qr-code-outlined": 59346,
7315
+ "qualification-outlined": 59347,
7316
+ "re-assign": 59348,
7315
7317
  redeem: redeem,
7316
7318
  refresh: refresh,
7317
7319
  remove: remove,
7318
- "reply-outlined": 59350,
7320
+ "reply-outlined": 59352,
7319
7321
  restart: restart,
7320
- "return-arrow": 59352,
7321
- "rostering-outlined": 59353,
7322
- "save-outlined": 59354,
7323
- "schedule-outlined": 59355,
7324
- "search-outlined": 59356,
7325
- "search-secured-outlined": 59357,
7326
- "send-outlined": 59358,
7327
- "share-1": 59359,
7328
- "share-2": 59360,
7329
- "share-outlined": 59361,
7330
- "show-chart-outlined": 59362,
7331
- "single-down-arrow": 59363,
7332
- "single-left-arrow": 59364,
7333
- "single-right-arrow": 59365,
7334
- "single-up-arrow": 59366,
7335
- "sparkle-outlined": 59367,
7336
- "speaker-active-outlined": 59368,
7337
- "speaker-outlined": 59369,
7338
- "star-circle-outlined": 59370,
7339
- "star-outlined": 59371,
7340
- "stopwatch-outlined": 59372,
7322
+ "return-arrow": 59354,
7323
+ "rostering-outlined": 59355,
7324
+ "save-outlined": 59356,
7325
+ "schedule-outlined": 59357,
7326
+ "search-outlined": 59358,
7327
+ "search-secured-outlined": 59359,
7328
+ "send-outlined": 59360,
7329
+ "share-1": 59361,
7330
+ "share-2": 59362,
7331
+ "share-outlined": 59363,
7332
+ "show-chart-outlined": 59364,
7333
+ "single-down-arrow": 59365,
7334
+ "single-left-arrow": 59366,
7335
+ "single-right-arrow": 59367,
7336
+ "single-up-arrow": 59368,
7337
+ "sparkle-outlined": 59369,
7338
+ "speaker-active-outlined": 59370,
7339
+ "speaker-outlined": 59371,
7340
+ "star-circle-outlined": 59372,
7341
+ "star-outlined": 59373,
7342
+ "stopwatch-outlined": 59374,
7341
7343
  strikethrough: strikethrough,
7342
- "styler-outlined": 59374,
7343
- "suitcase-clock-outlined": 59375,
7344
- "suitcase-outlined": 59376,
7345
- "survey-outlined": 59377,
7346
- "switch-outlined": 59378,
7344
+ "styler-outlined": 59376,
7345
+ "suitcase-clock-outlined": 59377,
7346
+ "suitcase-outlined": 59378,
7347
+ "survey-outlined": 59379,
7348
+ "switch-outlined": 59380,
7347
7349
  sync: sync,
7348
- "tag-outlined": 59380,
7349
- "target-outlined": 59381,
7350
- "tennis-outlined": 59382,
7351
- "ticket-outlined": 59383,
7352
- "timesheet-outlined": 59384,
7353
- "today-outlined": 59385,
7350
+ "tag-outlined": 59382,
7351
+ "target-outlined": 59383,
7352
+ "tennis-outlined": 59384,
7353
+ "ticket-outlined": 59385,
7354
+ "timesheet-outlined": 59386,
7355
+ "today-outlined": 59387,
7354
7356
  transfer: transfer,
7355
- "trash-bin-outlined": 59387,
7356
- "umbrela-outlined": 59388,
7357
+ "trash-bin-outlined": 59389,
7358
+ "umbrela-outlined": 59390,
7357
7359
  unavailable: unavailable,
7358
7360
  underline: underline,
7359
- "union-outlined": 59391,
7360
- "unlock-outlined": 59392,
7361
- "upload-outlined": 59393,
7362
- "user-circle-outlined": 59394,
7363
- "user-gear-outlined": 59395,
7364
- "user-outlined": 59396,
7365
- "user-rectangle-outlined": 59397,
7366
- "video-1-outlined": 59398,
7367
- "video-2-outlined": 59399,
7368
- "volunteer-outlined": 59400,
7369
- "wallet-outlined": 59401
7361
+ "union-outlined": 59393,
7362
+ "unlock-outlined": 59394,
7363
+ "upload-outlined": 59395,
7364
+ "user-circle-outlined": 59396,
7365
+ "user-gear-outlined": 59397,
7366
+ "user-outlined": 59398,
7367
+ "user-rectangle-outlined": 59399,
7368
+ "video-1-outlined": 59400,
7369
+ "video-2-outlined": 59401,
7370
+ "volunteer-outlined": 59402,
7371
+ "wallet-outlined": 59403
7370
7372
  };
7371
7373
 
7372
7374
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -26486,9 +26488,10 @@ function checkDCE() {
26486
26488
  var t = _step14.value;
26487
26489
  if (ut.has(e, t)) {
26488
26490
  var r = Qe.node(e, t),
26489
- _r3 = _slicedToArray(r, 2),
26490
- o = _r3[0],
26491
- a = _r3[1];
26491
+ _r3 = r,
26492
+ _r4 = _slicedToArray(_r3, 2),
26493
+ o = _r4[0],
26494
+ a = _r4[1];
26492
26495
  $e.isElement(o) && 0 === o.children.length && e.normalizeNode(r);
26493
26496
  }
26494
26497
  }
@@ -28232,9 +28235,10 @@ function checkDCE() {
28232
28235
  var c = s.unref();
28233
28236
  if (c.length < 2) throw new Error("Cannot lift node at a path [".concat(c, "] because it has a depth of less than `2`."));
28234
28237
  var l = Qe.node(e, st.parent(c)),
28235
- _l = _slicedToArray(l, 2),
28236
- d = _l[0],
28237
- f = _l[1],
28238
+ _l = l,
28239
+ _l2 = _slicedToArray(_l, 2),
28240
+ d = _l2[0],
28241
+ f = _l2[1],
28238
28242
  h = c[c.length - 1],
28239
28243
  D = d.children.length;
28240
28244
  if (1 === D) {
@@ -28321,9 +28325,9 @@ function checkDCE() {
28321
28325
  mode: a
28322
28326
  });
28323
28327
  if (l && d) {
28324
- var _l2 = _slicedToArray(l, 2),
28325
- f = _l2[0],
28326
- h = _l2[1],
28328
+ var _l3 = _slicedToArray(l, 2),
28329
+ f = _l3[0],
28330
+ h = _l3[1],
28327
28331
  _d = _slicedToArray(d, 2),
28328
28332
  D = _d[0],
28329
28333
  v = _d[1];
@@ -28783,10 +28787,12 @@ function checkDCE() {
28783
28787
  voids: o
28784
28788
  }));
28785
28789
  if (D.length > 0) if ("continue" === function () {
28786
- var r = D[0],
28790
+ var _D = D,
28791
+ _D2 = _slicedToArray(_D, 1),
28792
+ r = _D2[0],
28787
28793
  n = D[D.length - 1],
28788
- _r4 = _slicedToArray(r, 2),
28789
- u = _r4[1],
28794
+ _r5 = _slicedToArray(r, 2),
28795
+ u = _r5[1],
28790
28796
  _n3 = _slicedToArray(n, 2),
28791
28797
  a = _n3[1];
28792
28798
  if (0 === u.length && 0 === a.length) return "continue";
@@ -29055,9 +29061,10 @@ function checkDCE() {
29055
29061
  try {
29056
29062
  for (_iterator31.s(); !(_step31 = _iterator31.n()).done;) {
29057
29063
  var F = _step31.value;
29058
- var _F = _slicedToArray(F, 2),
29059
- w = _F[0],
29060
- O = _F[1];
29064
+ var _F = F,
29065
+ _F2 = _slicedToArray(_F, 2),
29066
+ w = _F2[0],
29067
+ O = _F2[1];
29061
29068
  y && 0 === st.compare(O, y) || (!o && Qe.isVoid(e, w) || !st.isCommon(O, h.path) && !st.isCommon(O, D.path)) && (A.push(F), y = O);
29062
29069
  }
29063
29070
  } catch (err) {
@@ -29171,8 +29178,8 @@ function checkDCE() {
29171
29178
  at: o,
29172
29179
  voids: u
29173
29180
  }),
29174
- _l3 = _slicedToArray(l, 2),
29175
- d = _l3[1],
29181
+ _l4 = _slicedToArray(l, 2),
29182
+ d = _l4[1],
29176
29183
  f = Qe.isStart(e, o, d),
29177
29184
  h = Qe.isEnd(e, o, d),
29178
29185
  D = f && h,