@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/lib/index.js CHANGED
@@ -6905,7 +6905,7 @@ var Typography = {
6905
6905
  };
6906
6906
 
6907
6907
  // 🔴 DO NOT EDIT — This file is generated automatically.
6908
- 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'];
6908
+ 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'];
6909
6909
 
6910
6910
  var activate = 59000;
6911
6911
  var adjustment = 59003;
@@ -6931,69 +6931,69 @@ var directory = 59054;
6931
6931
  var document$1 = 59055;
6932
6932
  var envelope = 59059;
6933
6933
  var exclude = 59060;
6934
- var expense = 59061;
6935
- var eye = 59064;
6936
- var feed = 59068;
6937
- var feedbacks = 59069;
6938
- var file = 59087;
6939
- var filter = 59088;
6940
- var folder = 59090;
6941
- var globe = 59100;
6942
- var graph = 59102;
6943
- var heart = 59105;
6944
- var home = 59106;
6945
- var image = 59107;
6946
- var instapay = 59110;
6947
- var list = 59111;
6948
- var loading = 59113;
6949
- var location = 59114;
6950
- var lock = 59115;
6951
- var menu = 59119;
6952
- var moneybag = 59121;
6953
- var moon = 59122;
6954
- var node = 59125;
6955
- var paperclip = 59127;
6956
- var pencil = 59129;
6957
- var phone = 59130;
6958
- var plane = 59133;
6959
- var print = 59135;
6960
- var reply = 59138;
6961
- var reschedule = 59139;
6962
- var rostering = 59140;
6963
- var save = 59141;
6964
- var schedule = 59143;
6965
- var send = 59145;
6966
- var speaker = 59147;
6967
- var star = 59152;
6968
- var stopwatch = 59154;
6969
- var suitcase = 59155;
6970
- var surfing = 59156;
6971
- var survey = 59157;
6972
- var swag = 59162;
6973
- var tag = 59164;
6974
- var target = 59165;
6975
- var teams = 59166;
6976
- var timesheet = 59167;
6977
- var unlock = 59170;
6978
- var user = 59171;
6979
- var wallet = 59174;
6980
- var warning = 59175;
6981
- var add = 59181;
6982
- var bold = 59204;
6983
- var cancel = 59218;
6984
- var checkmark = 59223;
6985
- var italic = 59307;
6986
- var number = 59332;
6987
- var percentage = 59337;
6988
- var redeem = 59347;
6989
- var refresh = 59348;
6990
- var remove = 59349;
6991
- var restart = 59351;
6992
- var strikethrough = 59373;
6993
- var sync = 59379;
6994
- var transfer = 59386;
6995
- var unavailable = 59389;
6996
- var underline = 59390;
6934
+ var expense = 59062;
6935
+ var eye = 59065;
6936
+ var feed = 59069;
6937
+ var feedbacks = 59070;
6938
+ var file = 59088;
6939
+ var filter = 59089;
6940
+ var folder = 59091;
6941
+ var globe = 59101;
6942
+ var graph = 59103;
6943
+ var heart = 59106;
6944
+ var home = 59107;
6945
+ var image = 59108;
6946
+ var instapay = 59111;
6947
+ var list = 59112;
6948
+ var loading = 59114;
6949
+ var location = 59115;
6950
+ var lock = 59116;
6951
+ var menu = 59120;
6952
+ var moneybag = 59122;
6953
+ var moon = 59123;
6954
+ var node = 59126;
6955
+ var paperclip = 59128;
6956
+ var pencil = 59130;
6957
+ var phone = 59131;
6958
+ var plane = 59134;
6959
+ var print = 59136;
6960
+ var reply = 59139;
6961
+ var reschedule = 59140;
6962
+ var rostering = 59141;
6963
+ var save = 59142;
6964
+ var schedule = 59144;
6965
+ var send = 59146;
6966
+ var speaker = 59148;
6967
+ var star = 59153;
6968
+ var stopwatch = 59155;
6969
+ var suitcase = 59156;
6970
+ var surfing = 59157;
6971
+ var survey = 59158;
6972
+ var swag = 59163;
6973
+ var tag = 59166;
6974
+ var target = 59167;
6975
+ var teams = 59168;
6976
+ var timesheet = 59169;
6977
+ var unlock = 59172;
6978
+ var user = 59173;
6979
+ var wallet = 59176;
6980
+ var warning = 59177;
6981
+ var add = 59183;
6982
+ var bold = 59206;
6983
+ var cancel = 59220;
6984
+ var checkmark = 59225;
6985
+ var italic = 59309;
6986
+ var number = 59334;
6987
+ var percentage = 59339;
6988
+ var redeem = 59349;
6989
+ var refresh = 59350;
6990
+ var remove = 59351;
6991
+ var restart = 59353;
6992
+ var strikethrough = 59375;
6993
+ var sync = 59381;
6994
+ var transfer = 59388;
6995
+ var unavailable = 59391;
6996
+ var underline = 59392;
6997
6997
  var glyphMap = {
6998
6998
  activate: activate,
6999
6999
  "add-emoji": 59001,
@@ -7056,347 +7056,349 @@ var glyphMap = {
7056
7056
  "edit-template": 59058,
7057
7057
  envelope: envelope,
7058
7058
  exclude: exclude,
7059
+ "expand-content": 59061,
7059
7060
  expense: expense,
7060
- "eye-circle": 59062,
7061
- "eye-invisible": 59063,
7061
+ "eye-circle": 59063,
7062
+ "eye-invisible": 59064,
7062
7063
  eye: eye,
7063
- "face-meh": 59065,
7064
- "face-sad": 59066,
7065
- "face-smiley": 59067,
7064
+ "face-meh": 59066,
7065
+ "face-sad": 59067,
7066
+ "face-smiley": 59068,
7066
7067
  feed: feed,
7067
7068
  feedbacks: feedbacks,
7068
- "file-certified": 59070,
7069
- "file-clone": 59071,
7070
- "file-copy": 59072,
7071
- "file-csv": 59073,
7072
- "file-dispose": 59074,
7073
- "file-doc": 59075,
7074
- "file-excel": 59076,
7075
- "file-export": 59077,
7076
- "file-lock": 59078,
7077
- "file-pdf": 59079,
7078
- "file-powerpoint": 59080,
7079
- "file-search": 59081,
7080
- "file-secured": 59082,
7081
- "file-sheets": 59083,
7082
- "file-slide": 59084,
7083
- "file-verified": 59085,
7084
- "file-word": 59086,
7069
+ "file-certified": 59071,
7070
+ "file-clone": 59072,
7071
+ "file-copy": 59073,
7072
+ "file-csv": 59074,
7073
+ "file-dispose": 59075,
7074
+ "file-doc": 59076,
7075
+ "file-excel": 59077,
7076
+ "file-export": 59078,
7077
+ "file-lock": 59079,
7078
+ "file-pdf": 59080,
7079
+ "file-powerpoint": 59081,
7080
+ "file-search": 59082,
7081
+ "file-secured": 59083,
7082
+ "file-sheets": 59084,
7083
+ "file-slide": 59085,
7084
+ "file-verified": 59086,
7085
+ "file-word": 59087,
7085
7086
  file: file,
7086
7087
  filter: filter,
7087
- "folder-user": 59089,
7088
+ "folder-user": 59090,
7088
7089
  folder: folder,
7089
- "format-bold": 59091,
7090
- "format-heading1": 59092,
7091
- "format-heading2": 59093,
7092
- "format-italic": 59094,
7093
- "format-list-bulleted": 59095,
7094
- "format-list-numbered": 59096,
7095
- "format-underlined": 59097,
7096
- "funnel-filter": 59098,
7097
- "global-dollar": 59099,
7090
+ "format-bold": 59092,
7091
+ "format-heading1": 59093,
7092
+ "format-heading2": 59094,
7093
+ "format-italic": 59095,
7094
+ "format-list-bulleted": 59096,
7095
+ "format-list-numbered": 59097,
7096
+ "format-underlined": 59098,
7097
+ "funnel-filter": 59099,
7098
+ "global-dollar": 59100,
7098
7099
  globe: globe,
7099
- "graduation-cap": 59101,
7100
+ "graduation-cap": 59102,
7100
7101
  graph: graph,
7101
- "happy-sun": 59103,
7102
- "health-bag": 59104,
7102
+ "happy-sun": 59104,
7103
+ "health-bag": 59105,
7103
7104
  heart: heart,
7104
7105
  home: home,
7105
7106
  image: image,
7106
- "import": 59108,
7107
- "incident-siren": 59109,
7107
+ "import": 59109,
7108
+ "incident-siren": 59110,
7108
7109
  instapay: instapay,
7109
7110
  list: list,
7110
- "loading-2": 59112,
7111
+ "loading-2": 59113,
7111
7112
  loading: loading,
7112
7113
  location: location,
7113
7114
  lock: lock,
7114
- "looks-one": 59116,
7115
- "looks-two": 59117,
7116
- "media-content": 59118,
7115
+ "looks-one": 59117,
7116
+ "looks-two": 59118,
7117
+ "media-content": 59119,
7117
7118
  menu: menu,
7118
- "money-notes": 59120,
7119
+ "money-notes": 59121,
7119
7120
  moneybag: moneybag,
7120
7121
  moon: moon,
7121
- "multiple-stars": 59123,
7122
- "multiple-users": 59124,
7122
+ "multiple-stars": 59124,
7123
+ "multiple-users": 59125,
7123
7124
  node: node,
7124
- "open-folder": 59126,
7125
+ "open-folder": 59127,
7125
7126
  paperclip: paperclip,
7126
- "payment-summary": 59128,
7127
+ "payment-summary": 59129,
7127
7128
  pencil: pencil,
7128
7129
  phone: phone,
7129
- "piggy-bank": 59131,
7130
- "plane-up": 59132,
7130
+ "piggy-bank": 59132,
7131
+ "plane-up": 59133,
7131
7132
  plane: plane,
7132
- "play-circle": 59134,
7133
+ "play-circle": 59135,
7133
7134
  print: print,
7134
- "raising-hands": 59136,
7135
- "reply-arrow": 59137,
7135
+ "raising-hands": 59137,
7136
+ "reply-arrow": 59138,
7136
7137
  reply: reply,
7137
7138
  reschedule: reschedule,
7138
7139
  rostering: rostering,
7139
7140
  save: save,
7140
- "schedule-send": 59142,
7141
+ "schedule-send": 59143,
7141
7142
  schedule: schedule,
7142
- "search-person": 59144,
7143
+ "search-person": 59145,
7143
7144
  send: send,
7144
- "speaker-active": 59146,
7145
+ "speaker-active": 59147,
7145
7146
  speaker: speaker,
7146
- "star-award": 59148,
7147
- "star-badge": 59149,
7148
- "star-circle": 59150,
7149
- "star-medal": 59151,
7147
+ "star-award": 59149,
7148
+ "star-badge": 59150,
7149
+ "star-circle": 59151,
7150
+ "star-medal": 59152,
7150
7151
  star: star,
7151
- "steps-circle": 59153,
7152
+ "steps-circle": 59154,
7152
7153
  stopwatch: stopwatch,
7153
7154
  suitcase: suitcase,
7154
7155
  surfing: surfing,
7155
7156
  survey: survey,
7156
- "swag-pillar-benefit": 59158,
7157
- "swag-pillar-career": 59159,
7158
- "swag-pillar-money": 59160,
7159
- "swag-pillar-work": 59161,
7157
+ "swag-pillar-benefit": 59159,
7158
+ "swag-pillar-career": 59160,
7159
+ "swag-pillar-money": 59161,
7160
+ "swag-pillar-work": 59162,
7160
7161
  swag: swag,
7161
- "switch": 59163,
7162
+ "swipe-right": 59164,
7163
+ "switch": 59165,
7162
7164
  tag: tag,
7163
7165
  target: target,
7164
7166
  teams: teams,
7165
7167
  timesheet: timesheet,
7166
- "touch-id": 59168,
7167
- "trash-bin": 59169,
7168
+ "touch-id": 59170,
7169
+ "trash-bin": 59171,
7168
7170
  unlock: unlock,
7169
7171
  user: user,
7170
- "video-1": 59172,
7171
- "video-2": 59173,
7172
+ "video-1": 59174,
7173
+ "video-2": 59175,
7172
7174
  wallet: wallet,
7173
7175
  warning: warning,
7174
- "activate-outlined": 59176,
7175
- "add-credit-card-outlined": 59177,
7176
- "add-person-outlined": 59178,
7177
- "add-section-outlined": 59179,
7178
- "add-time-outlined": 59180,
7176
+ "activate-outlined": 59178,
7177
+ "add-credit-card-outlined": 59179,
7178
+ "add-person-outlined": 59180,
7179
+ "add-section-outlined": 59181,
7180
+ "add-time-outlined": 59182,
7179
7181
  add: add,
7180
- "adjustment-outlined": 59182,
7181
- "ai-outlined": 59183,
7182
- "alignment-2-outlined": 59184,
7183
- "alignment-outlined": 59185,
7184
- "all-caps": 59186,
7185
- "arrow-down": 59187,
7186
- "arrow-downwards": 59188,
7187
- "arrow-left": 59189,
7188
- "arrow-leftwards": 59190,
7189
- "arrow-right": 59191,
7190
- "arrow-rightwards": 59192,
7191
- "arrow-up": 59193,
7192
- "arrow-upwards": 59194,
7193
- "article-outlined": 59195,
7194
- "at-sign": 59196,
7195
- "auto-graph-outlined": 59197,
7196
- "beer-outlined": 59198,
7197
- "bell-active-outlined": 59199,
7198
- "bell-outlined": 59200,
7199
- "bell-slash-outlined": 59201,
7200
- "billing-outlined": 59202,
7201
- "body-outlined": 59203,
7182
+ "adjustment-outlined": 59184,
7183
+ "ai-outlined": 59185,
7184
+ "alignment-2-outlined": 59186,
7185
+ "alignment-outlined": 59187,
7186
+ "all-caps": 59188,
7187
+ "arrow-down": 59189,
7188
+ "arrow-downwards": 59190,
7189
+ "arrow-left": 59191,
7190
+ "arrow-leftwards": 59192,
7191
+ "arrow-right": 59193,
7192
+ "arrow-rightwards": 59194,
7193
+ "arrow-up": 59195,
7194
+ "arrow-upwards": 59196,
7195
+ "article-outlined": 59197,
7196
+ "at-sign": 59198,
7197
+ "auto-graph-outlined": 59199,
7198
+ "beer-outlined": 59200,
7199
+ "bell-active-outlined": 59201,
7200
+ "bell-outlined": 59202,
7201
+ "bell-slash-outlined": 59203,
7202
+ "billing-outlined": 59204,
7203
+ "body-outlined": 59205,
7202
7204
  bold: bold,
7203
- "bolt-outlined": 59205,
7204
- "book-outlined": 59206,
7205
- "bookmark-added-outlined": 59207,
7206
- "bookmark-outlined": 59208,
7207
- "box-check-outlined": 59209,
7208
- "box-outlined": 59210,
7209
- "bullet-points": 59211,
7210
- "cake-outlined": 59212,
7211
- "calendar-dates-outlined": 59213,
7212
- "calendar-star-outlined": 59214,
7213
- "call-outlined": 59215,
7214
- "call-split-outlined": 59216,
7215
- "camera-outlined": 59217,
7205
+ "bolt-outlined": 59207,
7206
+ "book-outlined": 59208,
7207
+ "bookmark-added-outlined": 59209,
7208
+ "bookmark-outlined": 59210,
7209
+ "box-check-outlined": 59211,
7210
+ "box-outlined": 59212,
7211
+ "bullet-points": 59213,
7212
+ "cake-outlined": 59214,
7213
+ "calendar-dates-outlined": 59215,
7214
+ "calendar-star-outlined": 59216,
7215
+ "call-outlined": 59217,
7216
+ "call-split-outlined": 59218,
7217
+ "camera-outlined": 59219,
7216
7218
  cancel: cancel,
7217
- "car-forward-outlined": 59219,
7218
- "charging-station-outlined": 59220,
7219
- "chat-bubble-outlined": 59221,
7220
- "chat-unread-outlined": 59222,
7219
+ "car-forward-outlined": 59221,
7220
+ "charging-station-outlined": 59222,
7221
+ "chat-bubble-outlined": 59223,
7222
+ "chat-unread-outlined": 59224,
7221
7223
  checkmark: checkmark,
7222
- "circle-add-outlined": 59224,
7223
- "circle-cancel-outlined": 59225,
7224
- "circle-down-outlined": 59226,
7225
- "circle-info-outlined": 59227,
7226
- "circle-left-outlined": 59228,
7227
- "circle-ok-outlined": 59229,
7228
- "circle-question-outlined": 59230,
7229
- "circle-remove-outlined": 59231,
7230
- "circle-right-outlined": 59232,
7231
- "circle-up-outlined": 59233,
7232
- "circle-warning-outlined": 59234,
7233
- "clock-2-outlined": 59235,
7234
- "clock-outlined": 59236,
7235
- "cog-outlined": 59237,
7236
- "coin-outlined": 59238,
7237
- "coin-super-outlined": 59239,
7238
- "comment-outlined": 59240,
7239
- "contacts-outlined": 59241,
7240
- "contacts-user-outlined": 59242,
7241
- "credit-card-outlined": 59243,
7242
- "cup-outlined": 59244,
7243
- "dentistry-outlined": 59245,
7244
- "direction-arrows-outlined": 59246,
7245
- "directory-outlined": 59247,
7246
- "document-outlined": 59248,
7247
- "dollar-box-outlined": 59249,
7248
- "dollar-card-outlined": 59250,
7249
- "dollar-coin-shine-outlined": 59251,
7250
- "dollar-credit-card-outlined": 59252,
7251
- "dollar-sign": 59253,
7252
- "double-buildings-outlined": 59254,
7253
- "double-left-arrows": 59255,
7254
- "double-right-arrows": 59256,
7255
- "download-box-outlined": 59257,
7256
- "download-outlined": 59258,
7257
- "edit-template-outlined": 59259,
7258
- "email-outlined": 59260,
7259
- "enter-arrow": 59261,
7260
- "envelope-outlined": 59262,
7261
- "expense-outlined": 59263,
7262
- "explore-outlined": 59264,
7263
- "extension-outlined": 59265,
7264
- "external-link": 59266,
7265
- "eye-invisible-outlined": 59267,
7266
- "eye-outlined": 59268,
7267
- "face-id": 59269,
7268
- "face-meh-outlined": 59270,
7269
- "face-open-smiley-outlined": 59271,
7270
- "face-sad-outlined": 59272,
7271
- "face-smiley-outlined": 59273,
7272
- "fastfood-outlined": 59274,
7273
- "feed-outlined": 59275,
7274
- "file-certified-outlined": 59276,
7275
- "file-clone-outlined": 59277,
7276
- "file-copy-outlined": 59278,
7277
- "file-dispose-outlined": 59279,
7278
- "file-dollar-certified-outlined": 59280,
7279
- "file-dollar-outlined": 59281,
7280
- "file-download-outlined": 59282,
7281
- "file-export-outlined": 59283,
7282
- "file-lock-outlined": 59284,
7283
- "file-outlined": 59285,
7284
- "file-search-outlined": 59286,
7285
- "file-secured-outlined": 59287,
7286
- "file-statutory-outlined": 59288,
7287
- "file-verified-outlined": 59289,
7288
- "filter-outlined": 59290,
7289
- "folder-outlined": 59291,
7290
- "folder-user-outlined": 59292,
7291
- "form-outlined": 59293,
7292
- "funnel-filter-outline": 59294,
7293
- "goal-outlined": 59295,
7294
- "graph-outlined": 59296,
7295
- "hand-holding-user-outlined": 59297,
7296
- "happy-sun-outlined": 59298,
7297
- "health-bag-outlined": 59299,
7298
- "heart-outlined": 59300,
7299
- "home-active-outlined": 59301,
7300
- "home-outlined": 59302,
7301
- "id-card-outlined": 59303,
7302
- "image-outlined": 59304,
7303
- "import-outlined": 59305,
7304
- "instapay-outlined": 59306,
7224
+ "circle-add-outlined": 59226,
7225
+ "circle-cancel-outlined": 59227,
7226
+ "circle-down-outlined": 59228,
7227
+ "circle-info-outlined": 59229,
7228
+ "circle-left-outlined": 59230,
7229
+ "circle-ok-outlined": 59231,
7230
+ "circle-question-outlined": 59232,
7231
+ "circle-remove-outlined": 59233,
7232
+ "circle-right-outlined": 59234,
7233
+ "circle-up-outlined": 59235,
7234
+ "circle-warning-outlined": 59236,
7235
+ "clock-2-outlined": 59237,
7236
+ "clock-outlined": 59238,
7237
+ "cog-outlined": 59239,
7238
+ "coin-outlined": 59240,
7239
+ "coin-super-outlined": 59241,
7240
+ "comment-outlined": 59242,
7241
+ "contacts-outlined": 59243,
7242
+ "contacts-user-outlined": 59244,
7243
+ "credit-card-outlined": 59245,
7244
+ "cup-outlined": 59246,
7245
+ "dentistry-outlined": 59247,
7246
+ "direction-arrows-outlined": 59248,
7247
+ "directory-outlined": 59249,
7248
+ "document-outlined": 59250,
7249
+ "dollar-box-outlined": 59251,
7250
+ "dollar-card-outlined": 59252,
7251
+ "dollar-coin-shine-outlined": 59253,
7252
+ "dollar-credit-card-outlined": 59254,
7253
+ "dollar-sign": 59255,
7254
+ "double-buildings-outlined": 59256,
7255
+ "double-left-arrows": 59257,
7256
+ "double-right-arrows": 59258,
7257
+ "download-box-outlined": 59259,
7258
+ "download-outlined": 59260,
7259
+ "edit-template-outlined": 59261,
7260
+ "email-outlined": 59262,
7261
+ "enter-arrow": 59263,
7262
+ "envelope-outlined": 59264,
7263
+ "expense-outlined": 59265,
7264
+ "explore-outlined": 59266,
7265
+ "extension-outlined": 59267,
7266
+ "external-link": 59268,
7267
+ "eye-invisible-outlined": 59269,
7268
+ "eye-outlined": 59270,
7269
+ "face-id": 59271,
7270
+ "face-meh-outlined": 59272,
7271
+ "face-open-smiley-outlined": 59273,
7272
+ "face-sad-outlined": 59274,
7273
+ "face-smiley-outlined": 59275,
7274
+ "fastfood-outlined": 59276,
7275
+ "feed-outlined": 59277,
7276
+ "file-certified-outlined": 59278,
7277
+ "file-clone-outlined": 59279,
7278
+ "file-copy-outlined": 59280,
7279
+ "file-dispose-outlined": 59281,
7280
+ "file-dollar-certified-outlined": 59282,
7281
+ "file-dollar-outlined": 59283,
7282
+ "file-download-outlined": 59284,
7283
+ "file-export-outlined": 59285,
7284
+ "file-lock-outlined": 59286,
7285
+ "file-outlined": 59287,
7286
+ "file-search-outlined": 59288,
7287
+ "file-secured-outlined": 59289,
7288
+ "file-statutory-outlined": 59290,
7289
+ "file-verified-outlined": 59291,
7290
+ "filter-outlined": 59292,
7291
+ "folder-outlined": 59293,
7292
+ "folder-user-outlined": 59294,
7293
+ "form-outlined": 59295,
7294
+ "funnel-filter-outline": 59296,
7295
+ "goal-outlined": 59297,
7296
+ "graph-outlined": 59298,
7297
+ "hand-holding-user-outlined": 59299,
7298
+ "happy-sun-outlined": 59300,
7299
+ "health-bag-outlined": 59301,
7300
+ "heart-outlined": 59302,
7301
+ "home-active-outlined": 59303,
7302
+ "home-outlined": 59304,
7303
+ "id-card-outlined": 59305,
7304
+ "image-outlined": 59306,
7305
+ "import-outlined": 59307,
7306
+ "instapay-outlined": 59308,
7305
7307
  italic: italic,
7306
- "link-1": 59308,
7307
- "link-2": 59309,
7308
- "list-outlined": 59310,
7309
- "live-help-outlined": 59311,
7310
- "location-on-outlined": 59312,
7311
- "location-outlined": 59313,
7312
- "lock-outlined": 59314,
7313
- "locked-file-outlined": 59315,
7314
- "log-out": 59316,
7315
- "mail-outlined": 59317,
7316
- "media-content-outlined": 59318,
7317
- "menu-close": 59319,
7318
- "menu-expand": 59320,
7319
- "menu-fold-outlined": 59321,
7320
- "menu-unfold-outlined": 59322,
7321
- "moneybag-outlined": 59323,
7322
- "moon-outlined": 59324,
7323
- "more-horizontal": 59325,
7324
- "more-vertical": 59326,
7325
- "multiple-folders-outlined": 59327,
7326
- "multiple-users-outlined": 59328,
7327
- "near-me-outlined": 59329,
7328
- "node-outlined": 59330,
7329
- "number-points": 59331,
7308
+ "link-1": 59310,
7309
+ "link-2": 59311,
7310
+ "list-outlined": 59312,
7311
+ "live-help-outlined": 59313,
7312
+ "location-on-outlined": 59314,
7313
+ "location-outlined": 59315,
7314
+ "lock-outlined": 59316,
7315
+ "locked-file-outlined": 59317,
7316
+ "log-out": 59318,
7317
+ "mail-outlined": 59319,
7318
+ "media-content-outlined": 59320,
7319
+ "menu-close": 59321,
7320
+ "menu-expand": 59322,
7321
+ "menu-fold-outlined": 59323,
7322
+ "menu-unfold-outlined": 59324,
7323
+ "moneybag-outlined": 59325,
7324
+ "moon-outlined": 59326,
7325
+ "more-horizontal": 59327,
7326
+ "more-vertical": 59328,
7327
+ "multiple-folders-outlined": 59329,
7328
+ "multiple-users-outlined": 59330,
7329
+ "near-me-outlined": 59331,
7330
+ "node-outlined": 59332,
7331
+ "number-points": 59333,
7330
7332
  number: number,
7331
- "overview-outlined": 59333,
7332
- "payment-summary-outlined": 59334,
7333
- "payslip-outlined": 59335,
7334
- "pencil-outlined": 59336,
7333
+ "overview-outlined": 59335,
7334
+ "payment-summary-outlined": 59336,
7335
+ "payslip-outlined": 59337,
7336
+ "pencil-outlined": 59338,
7335
7337
  percentage: percentage,
7336
- "phone-outlined": 59338,
7337
- "piggy-bank-outlined": 59339,
7338
- "plane-outlined": 59340,
7339
- "play-circle-outlined": 59341,
7340
- "print-outlined": 59342,
7341
- "propane-tank-outlined": 59343,
7342
- "qr-code-outlined": 59344,
7343
- "qualification-outlined": 59345,
7344
- "re-assign": 59346,
7338
+ "phone-outlined": 59340,
7339
+ "piggy-bank-outlined": 59341,
7340
+ "plane-outlined": 59342,
7341
+ "play-circle-outlined": 59343,
7342
+ "print-outlined": 59344,
7343
+ "propane-tank-outlined": 59345,
7344
+ "qr-code-outlined": 59346,
7345
+ "qualification-outlined": 59347,
7346
+ "re-assign": 59348,
7345
7347
  redeem: redeem,
7346
7348
  refresh: refresh,
7347
7349
  remove: remove,
7348
- "reply-outlined": 59350,
7350
+ "reply-outlined": 59352,
7349
7351
  restart: restart,
7350
- "return-arrow": 59352,
7351
- "rostering-outlined": 59353,
7352
- "save-outlined": 59354,
7353
- "schedule-outlined": 59355,
7354
- "search-outlined": 59356,
7355
- "search-secured-outlined": 59357,
7356
- "send-outlined": 59358,
7357
- "share-1": 59359,
7358
- "share-2": 59360,
7359
- "share-outlined": 59361,
7360
- "show-chart-outlined": 59362,
7361
- "single-down-arrow": 59363,
7362
- "single-left-arrow": 59364,
7363
- "single-right-arrow": 59365,
7364
- "single-up-arrow": 59366,
7365
- "sparkle-outlined": 59367,
7366
- "speaker-active-outlined": 59368,
7367
- "speaker-outlined": 59369,
7368
- "star-circle-outlined": 59370,
7369
- "star-outlined": 59371,
7370
- "stopwatch-outlined": 59372,
7352
+ "return-arrow": 59354,
7353
+ "rostering-outlined": 59355,
7354
+ "save-outlined": 59356,
7355
+ "schedule-outlined": 59357,
7356
+ "search-outlined": 59358,
7357
+ "search-secured-outlined": 59359,
7358
+ "send-outlined": 59360,
7359
+ "share-1": 59361,
7360
+ "share-2": 59362,
7361
+ "share-outlined": 59363,
7362
+ "show-chart-outlined": 59364,
7363
+ "single-down-arrow": 59365,
7364
+ "single-left-arrow": 59366,
7365
+ "single-right-arrow": 59367,
7366
+ "single-up-arrow": 59368,
7367
+ "sparkle-outlined": 59369,
7368
+ "speaker-active-outlined": 59370,
7369
+ "speaker-outlined": 59371,
7370
+ "star-circle-outlined": 59372,
7371
+ "star-outlined": 59373,
7372
+ "stopwatch-outlined": 59374,
7371
7373
  strikethrough: strikethrough,
7372
- "styler-outlined": 59374,
7373
- "suitcase-clock-outlined": 59375,
7374
- "suitcase-outlined": 59376,
7375
- "survey-outlined": 59377,
7376
- "switch-outlined": 59378,
7374
+ "styler-outlined": 59376,
7375
+ "suitcase-clock-outlined": 59377,
7376
+ "suitcase-outlined": 59378,
7377
+ "survey-outlined": 59379,
7378
+ "switch-outlined": 59380,
7377
7379
  sync: sync,
7378
- "tag-outlined": 59380,
7379
- "target-outlined": 59381,
7380
- "tennis-outlined": 59382,
7381
- "ticket-outlined": 59383,
7382
- "timesheet-outlined": 59384,
7383
- "today-outlined": 59385,
7380
+ "tag-outlined": 59382,
7381
+ "target-outlined": 59383,
7382
+ "tennis-outlined": 59384,
7383
+ "ticket-outlined": 59385,
7384
+ "timesheet-outlined": 59386,
7385
+ "today-outlined": 59387,
7384
7386
  transfer: transfer,
7385
- "trash-bin-outlined": 59387,
7386
- "umbrela-outlined": 59388,
7387
+ "trash-bin-outlined": 59389,
7388
+ "umbrela-outlined": 59390,
7387
7389
  unavailable: unavailable,
7388
7390
  underline: underline,
7389
- "union-outlined": 59391,
7390
- "unlock-outlined": 59392,
7391
- "upload-outlined": 59393,
7392
- "user-circle-outlined": 59394,
7393
- "user-gear-outlined": 59395,
7394
- "user-outlined": 59396,
7395
- "user-rectangle-outlined": 59397,
7396
- "video-1-outlined": 59398,
7397
- "video-2-outlined": 59399,
7398
- "volunteer-outlined": 59400,
7399
- "wallet-outlined": 59401
7391
+ "union-outlined": 59393,
7392
+ "unlock-outlined": 59394,
7393
+ "upload-outlined": 59395,
7394
+ "user-circle-outlined": 59396,
7395
+ "user-gear-outlined": 59397,
7396
+ "user-outlined": 59398,
7397
+ "user-rectangle-outlined": 59399,
7398
+ "video-1-outlined": 59400,
7399
+ "video-2-outlined": 59401,
7400
+ "volunteer-outlined": 59402,
7401
+ "wallet-outlined": 59403
7400
7402
  };
7401
7403
 
7402
7404
  var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -26516,9 +26518,10 @@ function checkDCE() {
26516
26518
  var t = _step14.value;
26517
26519
  if (ut.has(e, t)) {
26518
26520
  var r = Qe.node(e, t),
26519
- _r3 = _slicedToArray(r, 2),
26520
- o = _r3[0],
26521
- a = _r3[1];
26521
+ _r3 = r,
26522
+ _r4 = _slicedToArray(_r3, 2),
26523
+ o = _r4[0],
26524
+ a = _r4[1];
26522
26525
  $e.isElement(o) && 0 === o.children.length && e.normalizeNode(r);
26523
26526
  }
26524
26527
  }
@@ -28262,9 +28265,10 @@ function checkDCE() {
28262
28265
  var c = s.unref();
28263
28266
  if (c.length < 2) throw new Error("Cannot lift node at a path [".concat(c, "] because it has a depth of less than `2`."));
28264
28267
  var l = Qe.node(e, st.parent(c)),
28265
- _l = _slicedToArray(l, 2),
28266
- d = _l[0],
28267
- f = _l[1],
28268
+ _l = l,
28269
+ _l2 = _slicedToArray(_l, 2),
28270
+ d = _l2[0],
28271
+ f = _l2[1],
28268
28272
  h = c[c.length - 1],
28269
28273
  D = d.children.length;
28270
28274
  if (1 === D) {
@@ -28351,9 +28355,9 @@ function checkDCE() {
28351
28355
  mode: a
28352
28356
  });
28353
28357
  if (l && d) {
28354
- var _l2 = _slicedToArray(l, 2),
28355
- f = _l2[0],
28356
- h = _l2[1],
28358
+ var _l3 = _slicedToArray(l, 2),
28359
+ f = _l3[0],
28360
+ h = _l3[1],
28357
28361
  _d = _slicedToArray(d, 2),
28358
28362
  D = _d[0],
28359
28363
  v = _d[1];
@@ -28813,10 +28817,12 @@ function checkDCE() {
28813
28817
  voids: o
28814
28818
  }));
28815
28819
  if (D.length > 0) if ("continue" === function () {
28816
- var r = D[0],
28820
+ var _D = D,
28821
+ _D2 = _slicedToArray(_D, 1),
28822
+ r = _D2[0],
28817
28823
  n = D[D.length - 1],
28818
- _r4 = _slicedToArray(r, 2),
28819
- u = _r4[1],
28824
+ _r5 = _slicedToArray(r, 2),
28825
+ u = _r5[1],
28820
28826
  _n3 = _slicedToArray(n, 2),
28821
28827
  a = _n3[1];
28822
28828
  if (0 === u.length && 0 === a.length) return "continue";
@@ -29085,9 +29091,10 @@ function checkDCE() {
29085
29091
  try {
29086
29092
  for (_iterator31.s(); !(_step31 = _iterator31.n()).done;) {
29087
29093
  var F = _step31.value;
29088
- var _F = _slicedToArray(F, 2),
29089
- w = _F[0],
29090
- O = _F[1];
29094
+ var _F = F,
29095
+ _F2 = _slicedToArray(_F, 2),
29096
+ w = _F2[0],
29097
+ O = _F2[1];
29091
29098
  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);
29092
29099
  }
29093
29100
  } catch (err) {
@@ -29201,8 +29208,8 @@ function checkDCE() {
29201
29208
  at: o,
29202
29209
  voids: u
29203
29210
  }),
29204
- _l3 = _slicedToArray(l, 2),
29205
- d = _l3[1],
29211
+ _l4 = _slicedToArray(l, 2),
29212
+ d = _l4[1],
29206
29213
  f = Qe.isStart(e, o, d),
29207
29214
  h = Qe.isEnd(e, o, d),
29208
29215
  D = f && h,