@hero-design/rn 8.73.1 → 8.74.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/.turbo/turbo-build.log +2 -3
  2. package/CHANGELOG.md +14 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +398 -396
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +398 -396
  7. package/package.json +4 -4
  8. package/src/components/BottomSheet/index.tsx +13 -14
  9. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  10. package/src/components/Icon/HeroIcon/index.tsx +3 -1
  11. package/src/components/Icon/IconList.ts +4 -0
  12. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +405 -0
  13. package/src/components/Icon/__tests__/index.spec.tsx +14 -2
  14. package/src/components/Icon/index.tsx +2 -1
  15. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
  16. package/src/components/Typography/Body/__tests__/index.spec.tsx +1 -0
  17. package/src/components/Typography/Body/index.tsx +2 -1
  18. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +50 -0
  19. package/src/components/Typography/Caption/__tests__/index.spec.tsx +1 -0
  20. package/src/components/Typography/Caption/index.tsx +2 -1
  21. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +48 -0
  22. package/src/components/Typography/Label/__tests__/index.spec.tsx +1 -0
  23. package/src/components/Typography/Label/index.tsx +2 -1
  24. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
  25. package/src/components/Typography/Title/__tests__/index.spec.tsx +1 -0
  26. package/src/components/Typography/Title/index.tsx +2 -1
  27. package/src/components/Typography/types.ts +2 -1
  28. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +2 -0
  29. package/src/theme/components/icon.ts +1 -0
  30. package/src/theme/components/typography.ts +1 -0
  31. package/stats/8.74.0/rn-stats.html +4842 -0
  32. package/stats/8.74.1/rn-stats.html +4842 -0
  33. package/types/components/Icon/HeroIcon/index.d.ts +1 -1
  34. package/types/components/Icon/IconList.d.ts +1 -1
  35. package/types/components/Icon/index.d.ts +2 -2
  36. package/types/components/Icon/utils.d.ts +1 -1
  37. package/types/components/Search/utils.d.ts +2 -2
  38. package/types/components/TextInput/index.d.ts +3 -3
  39. package/types/components/Typography/Body/index.d.ts +1 -1
  40. package/types/components/Typography/Caption/index.d.ts +1 -1
  41. package/types/components/Typography/Label/index.d.ts +1 -1
  42. package/types/components/Typography/Title/index.d.ts +1 -1
  43. package/types/components/Typography/types.d.ts +1 -1
  44. package/types/theme/components/icon.d.ts +1 -0
  45. package/types/theme/components/typography.d.ts +1 -0
package/es/index.js CHANGED
@@ -2902,7 +2902,8 @@ var getIconTheme = function getIconTheme(theme) {
2902
2902
  success: theme.colors.success,
2903
2903
  warning: theme.colors.warning,
2904
2904
  disabledText: theme.colors.disabledOnDefaultGlobalSurface,
2905
- invertedText: theme.colors.onDarkGlobalSurface
2905
+ invertedText: theme.colors.onDarkGlobalSurface,
2906
+ muted: theme.colors.mutedOnDefaultGlobalSurface
2906
2907
  };
2907
2908
  var sizes = {
2908
2909
  xsmall: theme.fontSizes.large,
@@ -3679,7 +3680,8 @@ var getTypographyTheme = function getTypographyTheme(theme) {
3679
3680
  success: theme.colors.success,
3680
3681
  inverted: theme.colors.onDarkGlobalSurface,
3681
3682
  archived: theme.colors.onArchivedSurface,
3682
- disabled: theme.colors.disabledOnDefaultGlobalSurface
3683
+ disabled: theme.colors.disabledOnDefaultGlobalSurface,
3684
+ muted: theme.colors.mutedOnDefaultGlobalSurface
3683
3685
  };
3684
3686
  var fontSizes = {
3685
3687
  xsmall: theme.fontSizes.xsmall,
@@ -7255,7 +7257,7 @@ var Typography = {
7255
7257
  };
7256
7258
 
7257
7259
  // 🔴 DO NOT EDIT — This file is generated automatically.
7258
- 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', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'envelope-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
7260
+ var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'dot-filled', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'envelope-outlined', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
7259
7261
 
7260
7262
  var activate = 59000;
7261
7263
  var adjustment = 59003;
@@ -7279,74 +7281,74 @@ var contacts = 59050;
7279
7281
  var diamond = 59052;
7280
7282
  var directory = 59054;
7281
7283
  var document$1 = 59055;
7282
- var envelope = 59059;
7283
- var exclude = 59060;
7284
- var expense = 59062;
7285
- var explore_nearby = 59063;
7286
- var eye = 59066;
7287
- var feed = 59070;
7288
- var feedbacks = 59071;
7289
- var file = 59089;
7290
- var filter = 59090;
7291
- var folder = 59092;
7292
- var globe = 59102;
7293
- var graph = 59104;
7294
- var heart = 59107;
7295
- var home = 59109;
7296
- var image = 59110;
7297
- var instapay = 59115;
7298
- var list = 59116;
7299
- var loading = 59118;
7300
- var location = 59120;
7301
- var lock = 59121;
7302
- var menu = 59125;
7303
- var moneybag = 59127;
7304
- var moon = 59128;
7305
- var node = 59132;
7306
- var paperclip = 59134;
7307
- var pencil = 59136;
7308
- var phone = 59137;
7309
- var plane = 59140;
7310
- var print = 59142;
7311
- var reply = 59145;
7312
- var reschedule = 59146;
7313
- var rostering = 59147;
7314
- var save = 59149;
7315
- var schedule = 59151;
7316
- var send = 59153;
7317
- var speaker = 59155;
7318
- var star = 59160;
7319
- var stopwatch = 59162;
7320
- var suitcase = 59163;
7321
- var surfing = 59164;
7322
- var survey = 59165;
7323
- var swag = 59170;
7324
- var tag = 59173;
7325
- var target = 59174;
7326
- var teams = 59175;
7327
- var timesheet = 59176;
7328
- var unlock = 59179;
7329
- var user = 59180;
7330
- var wallet = 59183;
7331
- var warning = 59184;
7332
- var add = 59190;
7333
- var bold = 59215;
7334
- var cancel = 59229;
7335
- var checkmark = 59235;
7336
- var italic = 59323;
7337
- var local_mall_outlined = 59330;
7338
- var number = 59352;
7339
- var percentage = 59357;
7340
- var redeem = 59367;
7341
- var refresh = 59368;
7342
- var remove = 59369;
7343
- var restart = 59371;
7344
- var shopping_basket_outlined = 59385;
7345
- var strikethrough = 59400;
7346
- var sync = 59406;
7347
- var transfer = 59414;
7348
- var unavailable = 59418;
7349
- var underline = 59419;
7284
+ var envelope = 59060;
7285
+ var exclude = 59061;
7286
+ var expense = 59063;
7287
+ var explore_nearby = 59064;
7288
+ var eye = 59067;
7289
+ var feed = 59071;
7290
+ var feedbacks = 59072;
7291
+ var file = 59090;
7292
+ var filter = 59091;
7293
+ var folder = 59093;
7294
+ var globe = 59103;
7295
+ var graph = 59105;
7296
+ var heart = 59108;
7297
+ var home = 59110;
7298
+ var image = 59111;
7299
+ var instapay = 59116;
7300
+ var list = 59117;
7301
+ var loading = 59119;
7302
+ var location = 59121;
7303
+ var lock = 59122;
7304
+ var menu = 59126;
7305
+ var moneybag = 59128;
7306
+ var moon = 59129;
7307
+ var node = 59133;
7308
+ var paperclip = 59135;
7309
+ var pencil = 59137;
7310
+ var phone = 59138;
7311
+ var plane = 59141;
7312
+ var print = 59143;
7313
+ var reply = 59146;
7314
+ var reschedule = 59147;
7315
+ var rostering = 59148;
7316
+ var save = 59150;
7317
+ var schedule = 59152;
7318
+ var send = 59154;
7319
+ var speaker = 59156;
7320
+ var star = 59161;
7321
+ var stopwatch = 59163;
7322
+ var suitcase = 59164;
7323
+ var surfing = 59165;
7324
+ var survey = 59166;
7325
+ var swag = 59171;
7326
+ var tag = 59174;
7327
+ var target = 59175;
7328
+ var teams = 59176;
7329
+ var timesheet = 59177;
7330
+ var unlock = 59180;
7331
+ var user = 59181;
7332
+ var wallet = 59184;
7333
+ var warning = 59185;
7334
+ var add = 59191;
7335
+ var bold = 59217;
7336
+ var cancel = 59231;
7337
+ var checkmark = 59237;
7338
+ var italic = 59326;
7339
+ var local_mall_outlined = 59333;
7340
+ var number = 59356;
7341
+ var percentage = 59361;
7342
+ var redeem = 59371;
7343
+ var refresh = 59372;
7344
+ var remove = 59373;
7345
+ var restart = 59375;
7346
+ var shopping_basket_outlined = 59389;
7347
+ var strikethrough = 59404;
7348
+ var sync = 59410;
7349
+ var transfer = 59418;
7350
+ var unavailable = 59422;
7351
+ var underline = 59423;
7350
7352
  var glyphMap = {
7351
7353
  activate: activate,
7352
7354
  "add-emoji": 59001,
@@ -7405,381 +7407,385 @@ var glyphMap = {
7405
7407
  directory: directory,
7406
7408
  document: document$1,
7407
7409
  "dollar-coin-shine": 59056,
7408
- "double-buildings": 59057,
7409
- "edit-template": 59058,
7410
+ "dot-filled": 59057,
7411
+ "double-buildings": 59058,
7412
+ "edit-template": 59059,
7410
7413
  envelope: envelope,
7411
7414
  exclude: exclude,
7412
- "expand-content": 59061,
7415
+ "expand-content": 59062,
7413
7416
  expense: expense,
7414
7417
  explore_nearby: explore_nearby,
7415
- "eye-circle": 59064,
7416
- "eye-invisible": 59065,
7418
+ "eye-circle": 59065,
7419
+ "eye-invisible": 59066,
7417
7420
  eye: eye,
7418
- "face-meh": 59067,
7419
- "face-sad": 59068,
7420
- "face-smiley": 59069,
7421
+ "face-meh": 59068,
7422
+ "face-sad": 59069,
7423
+ "face-smiley": 59070,
7421
7424
  feed: feed,
7422
7425
  feedbacks: feedbacks,
7423
- "file-certified": 59072,
7424
- "file-clone": 59073,
7425
- "file-copy": 59074,
7426
- "file-csv": 59075,
7427
- "file-dispose": 59076,
7428
- "file-doc": 59077,
7429
- "file-excel": 59078,
7430
- "file-export": 59079,
7431
- "file-lock": 59080,
7432
- "file-pdf": 59081,
7433
- "file-powerpoint": 59082,
7434
- "file-search": 59083,
7435
- "file-secured": 59084,
7436
- "file-sheets": 59085,
7437
- "file-slide": 59086,
7438
- "file-verified": 59087,
7439
- "file-word": 59088,
7426
+ "file-certified": 59073,
7427
+ "file-clone": 59074,
7428
+ "file-copy": 59075,
7429
+ "file-csv": 59076,
7430
+ "file-dispose": 59077,
7431
+ "file-doc": 59078,
7432
+ "file-excel": 59079,
7433
+ "file-export": 59080,
7434
+ "file-lock": 59081,
7435
+ "file-pdf": 59082,
7436
+ "file-powerpoint": 59083,
7437
+ "file-search": 59084,
7438
+ "file-secured": 59085,
7439
+ "file-sheets": 59086,
7440
+ "file-slide": 59087,
7441
+ "file-verified": 59088,
7442
+ "file-word": 59089,
7440
7443
  file: file,
7441
7444
  filter: filter,
7442
- "folder-user": 59091,
7445
+ "folder-user": 59092,
7443
7446
  folder: folder,
7444
- "format-bold": 59093,
7445
- "format-heading1": 59094,
7446
- "format-heading2": 59095,
7447
- "format-italic": 59096,
7448
- "format-list-bulleted": 59097,
7449
- "format-list-numbered": 59098,
7450
- "format-underlined": 59099,
7451
- "funnel-filter": 59100,
7452
- "global-dollar": 59101,
7447
+ "format-bold": 59094,
7448
+ "format-heading1": 59095,
7449
+ "format-heading2": 59096,
7450
+ "format-italic": 59097,
7451
+ "format-list-bulleted": 59098,
7452
+ "format-list-numbered": 59099,
7453
+ "format-underlined": 59100,
7454
+ "funnel-filter": 59101,
7455
+ "global-dollar": 59102,
7453
7456
  globe: globe,
7454
- "graduation-cap": 59103,
7457
+ "graduation-cap": 59104,
7455
7458
  graph: graph,
7456
- "happy-sun": 59105,
7457
- "health-bag": 59106,
7459
+ "happy-sun": 59106,
7460
+ "health-bag": 59107,
7458
7461
  heart: heart,
7459
- "hero-points": 59108,
7462
+ "hero-points": 59109,
7460
7463
  home: home,
7461
7464
  image: image,
7462
- "import": 59111,
7463
- "incident-siren": 59112,
7464
- "instapay-daily": 59113,
7465
- "instapay-now": 59114,
7465
+ "import": 59112,
7466
+ "incident-siren": 59113,
7467
+ "instapay-daily": 59114,
7468
+ "instapay-now": 59115,
7466
7469
  instapay: instapay,
7467
7470
  list: list,
7468
- "loading-2": 59117,
7471
+ "loading-2": 59118,
7469
7472
  loading: loading,
7470
- "location-on": 59119,
7473
+ "location-on": 59120,
7471
7474
  location: location,
7472
7475
  lock: lock,
7473
- "looks-one": 59122,
7474
- "looks-two": 59123,
7475
- "media-content": 59124,
7476
+ "looks-one": 59123,
7477
+ "looks-two": 59124,
7478
+ "media-content": 59125,
7476
7479
  menu: menu,
7477
- "money-notes": 59126,
7480
+ "money-notes": 59127,
7478
7481
  moneybag: moneybag,
7479
7482
  moon: moon,
7480
- "multiple-stars": 59129,
7481
- "multiple-users": 59130,
7482
- "near-me": 59131,
7483
+ "multiple-stars": 59130,
7484
+ "multiple-users": 59131,
7485
+ "near-me": 59132,
7483
7486
  node: node,
7484
- "open-folder": 59133,
7487
+ "open-folder": 59134,
7485
7488
  paperclip: paperclip,
7486
- "payment-summary": 59135,
7489
+ "payment-summary": 59136,
7487
7490
  pencil: pencil,
7488
7491
  phone: phone,
7489
- "piggy-bank": 59138,
7490
- "plane-up": 59139,
7492
+ "piggy-bank": 59139,
7493
+ "plane-up": 59140,
7491
7494
  plane: plane,
7492
- "play-circle": 59141,
7495
+ "play-circle": 59142,
7493
7496
  print: print,
7494
- "raising-hands": 59143,
7495
- "reply-arrow": 59144,
7497
+ "raising-hands": 59144,
7498
+ "reply-arrow": 59145,
7496
7499
  reply: reply,
7497
7500
  reschedule: reschedule,
7498
7501
  rostering: rostering,
7499
- "salary-sacrifice": 59148,
7502
+ "salary-sacrifice": 59149,
7500
7503
  save: save,
7501
- "schedule-send": 59150,
7504
+ "schedule-send": 59151,
7502
7505
  schedule: schedule,
7503
- "search-person": 59152,
7506
+ "search-person": 59153,
7504
7507
  send: send,
7505
- "speaker-active": 59154,
7508
+ "speaker-active": 59155,
7506
7509
  speaker: speaker,
7507
- "star-award": 59156,
7508
- "star-badge": 59157,
7509
- "star-circle": 59158,
7510
- "star-medal": 59159,
7510
+ "star-award": 59157,
7511
+ "star-badge": 59158,
7512
+ "star-circle": 59159,
7513
+ "star-medal": 59160,
7511
7514
  star: star,
7512
- "steps-circle": 59161,
7515
+ "steps-circle": 59162,
7513
7516
  stopwatch: stopwatch,
7514
7517
  suitcase: suitcase,
7515
7518
  surfing: surfing,
7516
7519
  survey: survey,
7517
- "swag-pillar-benefit": 59166,
7518
- "swag-pillar-career": 59167,
7519
- "swag-pillar-money": 59168,
7520
- "swag-pillar-work": 59169,
7520
+ "swag-pillar-benefit": 59167,
7521
+ "swag-pillar-career": 59168,
7522
+ "swag-pillar-money": 59169,
7523
+ "swag-pillar-work": 59170,
7521
7524
  swag: swag,
7522
- "swipe-right": 59171,
7523
- "switch": 59172,
7525
+ "swipe-right": 59172,
7526
+ "switch": 59173,
7524
7527
  tag: tag,
7525
7528
  target: target,
7526
7529
  teams: teams,
7527
7530
  timesheet: timesheet,
7528
- "touch-id": 59177,
7529
- "trash-bin": 59178,
7531
+ "touch-id": 59178,
7532
+ "trash-bin": 59179,
7530
7533
  unlock: unlock,
7531
7534
  user: user,
7532
- "video-1": 59181,
7533
- "video-2": 59182,
7535
+ "video-1": 59182,
7536
+ "video-2": 59183,
7534
7537
  wallet: wallet,
7535
7538
  warning: warning,
7536
- "activate-outlined": 59185,
7537
- "add-credit-card-outlined": 59186,
7538
- "add-person-outlined": 59187,
7539
- "add-section-outlined": 59188,
7540
- "add-time-outlined": 59189,
7539
+ "activate-outlined": 59186,
7540
+ "add-credit-card-outlined": 59187,
7541
+ "add-person-outlined": 59188,
7542
+ "add-section-outlined": 59189,
7543
+ "add-time-outlined": 59190,
7541
7544
  add: add,
7542
- "adjustment-outlined": 59191,
7543
- "ai-outlined": 59192,
7544
- "alignment-2-outlined": 59193,
7545
- "alignment-outlined": 59194,
7546
- "all-caps": 59195,
7547
- "application-outlined": 59196,
7548
- "arrow-down": 59197,
7549
- "arrow-downwards": 59198,
7550
- "arrow-left": 59199,
7551
- "arrow-leftwards": 59200,
7552
- "arrow-right": 59201,
7553
- "arrow-rightwards": 59202,
7554
- "arrow-up": 59203,
7555
- "arrow-upwards": 59204,
7556
- "article-outlined": 59205,
7557
- "at-sign": 59206,
7558
- "auto-graph-outlined": 59207,
7559
- "beer-outlined": 59208,
7560
- "bell-active-outlined": 59209,
7561
- "bell-outlined": 59210,
7562
- "bell-slash-outlined": 59211,
7563
- "bill-management-outlined": 59212,
7564
- "billing-outlined": 59213,
7565
- "body-outlined": 59214,
7545
+ "adjustment-outlined": 59192,
7546
+ "afternoon-outlined": 59193,
7547
+ "ai-outlined": 59194,
7548
+ "alignment-2-outlined": 59195,
7549
+ "alignment-outlined": 59196,
7550
+ "all-caps": 59197,
7551
+ "application-outlined": 59198,
7552
+ "arrow-down": 59199,
7553
+ "arrow-downwards": 59200,
7554
+ "arrow-left": 59201,
7555
+ "arrow-leftwards": 59202,
7556
+ "arrow-right": 59203,
7557
+ "arrow-rightwards": 59204,
7558
+ "arrow-up": 59205,
7559
+ "arrow-upwards": 59206,
7560
+ "article-outlined": 59207,
7561
+ "at-sign": 59208,
7562
+ "auto-graph-outlined": 59209,
7563
+ "beer-outlined": 59210,
7564
+ "bell-active-outlined": 59211,
7565
+ "bell-outlined": 59212,
7566
+ "bell-slash-outlined": 59213,
7567
+ "bill-management-outlined": 59214,
7568
+ "billing-outlined": 59215,
7569
+ "body-outlined": 59216,
7566
7570
  bold: bold,
7567
- "bolt-outlined": 59216,
7568
- "book-outlined": 59217,
7569
- "bookmark-added-outlined": 59218,
7570
- "bookmark-outlined": 59219,
7571
- "box-check-outlined": 59220,
7572
- "box-outlined": 59221,
7573
- "bullet-points": 59222,
7574
- "cake-outlined": 59223,
7575
- "calendar-dates-outlined": 59224,
7576
- "calendar-star-outlined": 59225,
7577
- "call-outlined": 59226,
7578
- "call-split-outlined": 59227,
7579
- "camera-outlined": 59228,
7571
+ "bolt-outlined": 59218,
7572
+ "book-outlined": 59219,
7573
+ "bookmark-added-outlined": 59220,
7574
+ "bookmark-outlined": 59221,
7575
+ "box-check-outlined": 59222,
7576
+ "box-outlined": 59223,
7577
+ "bullet-points": 59224,
7578
+ "cake-outlined": 59225,
7579
+ "calendar-dates-outlined": 59226,
7580
+ "calendar-star-outlined": 59227,
7581
+ "call-outlined": 59228,
7582
+ "call-split-outlined": 59229,
7583
+ "camera-outlined": 59230,
7580
7584
  cancel: cancel,
7581
- "car-forward-outlined": 59230,
7582
- "cashback-outlined": 59231,
7583
- "charging-station-outlined": 59232,
7584
- "chat-bubble-outlined": 59233,
7585
- "chat-unread-outlined": 59234,
7585
+ "car-forward-outlined": 59232,
7586
+ "cashback-outlined": 59233,
7587
+ "charging-station-outlined": 59234,
7588
+ "chat-bubble-outlined": 59235,
7589
+ "chat-unread-outlined": 59236,
7586
7590
  checkmark: checkmark,
7587
- "circle-add-outlined": 59236,
7588
- "circle-cancel-outlined": 59237,
7589
- "circle-down-outlined": 59238,
7590
- "circle-info-outlined": 59239,
7591
- "circle-left-outlined": 59240,
7592
- "circle-ok-outlined": 59241,
7593
- "circle-question-outlined": 59242,
7594
- "circle-remove-outlined": 59243,
7595
- "circle-right-outlined": 59244,
7596
- "circle-up-outlined": 59245,
7597
- "circle-warning-outlined": 59246,
7598
- "clock-2-outlined": 59247,
7599
- "clock-in-outlined": 59248,
7600
- "clock-out-outlined": 59249,
7601
- "clock-outlined": 59250,
7602
- "cog-outlined": 59251,
7603
- "coin-outlined": 59252,
7604
- "coin-super-outlined": 59253,
7605
- "comment-outlined": 59254,
7606
- "contacts-outlined": 59255,
7607
- "contacts-user-outlined": 59256,
7608
- "credit-card-outlined": 59257,
7609
- "cup-outlined": 59258,
7610
- "dentistry-outlined": 59259,
7611
- "direction-arrows-outlined": 59260,
7612
- "directory-outlined": 59261,
7613
- "document-outlined": 59262,
7614
- "dollar-box-outlined": 59263,
7615
- "dollar-card-outlined": 59264,
7616
- "dollar-coin-shine-outlined": 59265,
7617
- "dollar-credit-card-outlined": 59266,
7618
- "dollar-sign": 59267,
7619
- "double-buildings-outlined": 59268,
7620
- "double-left-arrows": 59269,
7621
- "double-right-arrows": 59270,
7622
- "download-box-outlined": 59271,
7623
- "download-outlined": 59272,
7624
- "edit-template-outlined": 59273,
7625
- "email-outlined": 59274,
7626
- "end-break-outlined": 59275,
7627
- "enter-arrow": 59276,
7628
- "envelope-outlined": 59277,
7629
- "expense-approval-outlined": 59278,
7630
- "expense-outlined": 59279,
7631
- "explore-outlined": 59280,
7632
- "extension-outlined": 59281,
7633
- "external-link": 59282,
7634
- "eye-invisible-outlined": 59283,
7635
- "eye-outlined": 59284,
7636
- "face-id": 59285,
7637
- "face-meh-outlined": 59286,
7638
- "face-open-smiley-outlined": 59287,
7639
- "face-sad-outlined": 59288,
7640
- "face-smiley-outlined": 59289,
7641
- "fastfood-outlined": 59290,
7642
- "feed-outlined": 59291,
7643
- "file-certified-outlined": 59292,
7644
- "file-clone-outlined": 59293,
7645
- "file-copy-outlined": 59294,
7646
- "file-dispose-outlined": 59295,
7647
- "file-dollar-certified-outlined": 59296,
7648
- "file-dollar-outlined": 59297,
7649
- "file-download-outlined": 59298,
7650
- "file-export-outlined": 59299,
7651
- "file-lock-outlined": 59300,
7652
- "file-outlined": 59301,
7653
- "file-search-outlined": 59302,
7654
- "file-secured-outlined": 59303,
7655
- "file-statutory-outlined": 59304,
7656
- "file-verified-outlined": 59305,
7657
- "filter-outlined": 59306,
7658
- "folder-outlined": 59307,
7659
- "folder-user-outlined": 59308,
7660
- "form-outlined": 59309,
7661
- "funnel-filter-outline": 59310,
7662
- "goal-outlined": 59311,
7663
- "graph-outlined": 59312,
7664
- "hand-holding-user-outlined": 59313,
7665
- "happy-sun-outlined": 59314,
7666
- "health-bag-outlined": 59315,
7667
- "heart-outlined": 59316,
7668
- "home-active-outlined": 59317,
7669
- "home-outlined": 59318,
7670
- "id-card-outlined": 59319,
7671
- "image-outlined": 59320,
7672
- "import-outlined": 59321,
7673
- "instapay-outlined": 59322,
7591
+ "circle-add-outlined": 59238,
7592
+ "circle-cancel-outlined": 59239,
7593
+ "circle-down-outlined": 59240,
7594
+ "circle-info-outlined": 59241,
7595
+ "circle-left-outlined": 59242,
7596
+ "circle-ok-outlined": 59243,
7597
+ "circle-question-outlined": 59244,
7598
+ "circle-remove-outlined": 59245,
7599
+ "circle-right-outlined": 59246,
7600
+ "circle-up-outlined": 59247,
7601
+ "circle-warning-outlined": 59248,
7602
+ "clock-2-outlined": 59249,
7603
+ "clock-in-outlined": 59250,
7604
+ "clock-out-outlined": 59251,
7605
+ "clock-outlined": 59252,
7606
+ "cog-outlined": 59253,
7607
+ "coin-outlined": 59254,
7608
+ "coin-super-outlined": 59255,
7609
+ "comment-outlined": 59256,
7610
+ "contacts-outlined": 59257,
7611
+ "contacts-user-outlined": 59258,
7612
+ "credit-card-outlined": 59259,
7613
+ "cup-outlined": 59260,
7614
+ "dentistry-outlined": 59261,
7615
+ "direction-arrows-outlined": 59262,
7616
+ "directory-outlined": 59263,
7617
+ "document-outlined": 59264,
7618
+ "dollar-box-outlined": 59265,
7619
+ "dollar-card-outlined": 59266,
7620
+ "dollar-coin-shine-outlined": 59267,
7621
+ "dollar-credit-card-outlined": 59268,
7622
+ "dollar-sign": 59269,
7623
+ "double-buildings-outlined": 59270,
7624
+ "double-left-arrows": 59271,
7625
+ "double-right-arrows": 59272,
7626
+ "download-box-outlined": 59273,
7627
+ "download-outlined": 59274,
7628
+ "edit-template-outlined": 59275,
7629
+ "email-outlined": 59276,
7630
+ "end-break-outlined": 59277,
7631
+ "enter-arrow": 59278,
7632
+ "envelope-outlined": 59279,
7633
+ "evening-outlined": 59280,
7634
+ "expense-approval-outlined": 59281,
7635
+ "expense-outlined": 59282,
7636
+ "explore-outlined": 59283,
7637
+ "extension-outlined": 59284,
7638
+ "external-link": 59285,
7639
+ "eye-invisible-outlined": 59286,
7640
+ "eye-outlined": 59287,
7641
+ "face-id": 59288,
7642
+ "face-meh-outlined": 59289,
7643
+ "face-open-smiley-outlined": 59290,
7644
+ "face-sad-outlined": 59291,
7645
+ "face-smiley-outlined": 59292,
7646
+ "fastfood-outlined": 59293,
7647
+ "feed-outlined": 59294,
7648
+ "file-certified-outlined": 59295,
7649
+ "file-clone-outlined": 59296,
7650
+ "file-copy-outlined": 59297,
7651
+ "file-dispose-outlined": 59298,
7652
+ "file-dollar-certified-outlined": 59299,
7653
+ "file-dollar-outlined": 59300,
7654
+ "file-download-outlined": 59301,
7655
+ "file-export-outlined": 59302,
7656
+ "file-lock-outlined": 59303,
7657
+ "file-outlined": 59304,
7658
+ "file-search-outlined": 59305,
7659
+ "file-secured-outlined": 59306,
7660
+ "file-statutory-outlined": 59307,
7661
+ "file-verified-outlined": 59308,
7662
+ "filter-outlined": 59309,
7663
+ "folder-outlined": 59310,
7664
+ "folder-user-outlined": 59311,
7665
+ "form-outlined": 59312,
7666
+ "funnel-filter-outline": 59313,
7667
+ "goal-outlined": 59314,
7668
+ "graph-outlined": 59315,
7669
+ "hand-holding-user-outlined": 59316,
7670
+ "happy-sun-outlined": 59317,
7671
+ "health-bag-outlined": 59318,
7672
+ "heart-outlined": 59319,
7673
+ "home-active-outlined": 59320,
7674
+ "home-outlined": 59321,
7675
+ "id-card-outlined": 59322,
7676
+ "image-outlined": 59323,
7677
+ "import-outlined": 59324,
7678
+ "instapay-outlined": 59325,
7674
7679
  italic: italic,
7675
- "job-search-outlined": 59324,
7676
- "leave-approval-outlined": 59325,
7677
- "link-1": 59326,
7678
- "link-2": 59327,
7679
- "list-outlined": 59328,
7680
- "live-help-outlined": 59329,
7680
+ "job-search-outlined": 59327,
7681
+ "leave-approval-outlined": 59328,
7682
+ "link-1": 59329,
7683
+ "link-2": 59330,
7684
+ "list-outlined": 59331,
7685
+ "live-help-outlined": 59332,
7681
7686
  local_mall_outlined: local_mall_outlined,
7682
- "location-on-outlined": 59331,
7683
- "location-outlined": 59332,
7684
- "lock-outlined": 59333,
7685
- "locked-file-outlined": 59334,
7686
- "log-out": 59335,
7687
- "mail-outlined": 59336,
7688
- "map-outlined": 59337,
7689
- "media-content-outlined": 59338,
7690
- "menu-close": 59339,
7691
- "menu-expand": 59340,
7692
- "menu-fold-outlined": 59341,
7693
- "menu-unfold-outlined": 59342,
7694
- "moneybag-outlined": 59343,
7695
- "moon-outlined": 59344,
7696
- "more-horizontal": 59345,
7697
- "more-vertical": 59346,
7698
- "multiple-folders-outlined": 59347,
7699
- "multiple-users-outlined": 59348,
7700
- "near-me-outlined": 59349,
7701
- "node-outlined": 59350,
7702
- "number-points": 59351,
7687
+ "location-on-outlined": 59334,
7688
+ "location-outlined": 59335,
7689
+ "lock-outlined": 59336,
7690
+ "locked-file-outlined": 59337,
7691
+ "log-out": 59338,
7692
+ "mail-outlined": 59339,
7693
+ "map-outlined": 59340,
7694
+ "media-content-outlined": 59341,
7695
+ "menu-close": 59342,
7696
+ "menu-expand": 59343,
7697
+ "menu-fold-outlined": 59344,
7698
+ "menu-unfold-outlined": 59345,
7699
+ "moneybag-outlined": 59346,
7700
+ "moon-outlined": 59347,
7701
+ "more-horizontal": 59348,
7702
+ "more-vertical": 59349,
7703
+ "morning-outlined": 59350,
7704
+ "multiple-folders-outlined": 59351,
7705
+ "multiple-users-outlined": 59352,
7706
+ "near-me-outlined": 59353,
7707
+ "node-outlined": 59354,
7708
+ "number-points": 59355,
7703
7709
  number: number,
7704
- "overview-outlined": 59353,
7705
- "payment-summary-outlined": 59354,
7706
- "payslip-outlined": 59355,
7707
- "pencil-outlined": 59356,
7710
+ "overview-outlined": 59357,
7711
+ "payment-summary-outlined": 59358,
7712
+ "payslip-outlined": 59359,
7713
+ "pencil-outlined": 59360,
7708
7714
  percentage: percentage,
7709
- "phone-outlined": 59358,
7710
- "piggy-bank-outlined": 59359,
7711
- "plane-outlined": 59360,
7712
- "play-circle-outlined": 59361,
7713
- "print-outlined": 59362,
7714
- "propane-tank-outlined": 59363,
7715
- "qr-code-outlined": 59364,
7716
- "qualification-outlined": 59365,
7717
- "re-assign": 59366,
7715
+ "phone-outlined": 59362,
7716
+ "piggy-bank-outlined": 59363,
7717
+ "plane-outlined": 59364,
7718
+ "play-circle-outlined": 59365,
7719
+ "print-outlined": 59366,
7720
+ "propane-tank-outlined": 59367,
7721
+ "qr-code-outlined": 59368,
7722
+ "qualification-outlined": 59369,
7723
+ "re-assign": 59370,
7718
7724
  redeem: redeem,
7719
7725
  refresh: refresh,
7720
7726
  remove: remove,
7721
- "reply-outlined": 59370,
7727
+ "reply-outlined": 59374,
7722
7728
  restart: restart,
7723
- "resume-outlined": 59372,
7724
- "return-arrow": 59373,
7725
- "rostering-outlined": 59374,
7726
- "safety-outlined": 59375,
7727
- "save-outlined": 59376,
7728
- "schedule-outlined": 59377,
7729
- "search-outlined": 59378,
7730
- "search-secured-outlined": 59379,
7731
- "send-outlined": 59380,
7732
- "share-1": 59381,
7733
- "share-2": 59382,
7734
- "share-outlined-2": 59383,
7735
- "share-outlined": 59384,
7729
+ "resume-outlined": 59376,
7730
+ "return-arrow": 59377,
7731
+ "rostering-outlined": 59378,
7732
+ "safety-outlined": 59379,
7733
+ "save-outlined": 59380,
7734
+ "schedule-outlined": 59381,
7735
+ "search-outlined": 59382,
7736
+ "search-secured-outlined": 59383,
7737
+ "send-outlined": 59384,
7738
+ "share-1": 59385,
7739
+ "share-2": 59386,
7740
+ "share-outlined-2": 59387,
7741
+ "share-outlined": 59388,
7736
7742
  shopping_basket_outlined: shopping_basket_outlined,
7737
- "show-chart-outlined": 59386,
7738
- "single-down-arrow": 59387,
7739
- "single-left-arrow": 59388,
7740
- "single-right-arrow": 59389,
7741
- "single-up-arrow": 59390,
7742
- "smart-match-outlined": 59391,
7743
- "sparkle-outlined": 59392,
7744
- "speaker-active-outlined": 59393,
7745
- "speaker-outlined": 59394,
7746
- "star-circle-outlined": 59395,
7747
- "star-outlined": 59396,
7748
- "start-break-outlined": 59397,
7749
- "stash-outlined": 59398,
7750
- "stopwatch-outlined": 59399,
7743
+ "show-chart-outlined": 59390,
7744
+ "single-down-arrow": 59391,
7745
+ "single-left-arrow": 59392,
7746
+ "single-right-arrow": 59393,
7747
+ "single-up-arrow": 59394,
7748
+ "smart-match-outlined": 59395,
7749
+ "sparkle-outlined": 59396,
7750
+ "speaker-active-outlined": 59397,
7751
+ "speaker-outlined": 59398,
7752
+ "star-circle-outlined": 59399,
7753
+ "star-outlined": 59400,
7754
+ "start-break-outlined": 59401,
7755
+ "stash-outlined": 59402,
7756
+ "stopwatch-outlined": 59403,
7751
7757
  strikethrough: strikethrough,
7752
- "styler-outlined": 59401,
7753
- "suitcase-clock-outlined": 59402,
7754
- "suitcase-outlined": 59403,
7755
- "survey-outlined": 59404,
7756
- "switch-outlined": 59405,
7758
+ "styler-outlined": 59405,
7759
+ "suitcase-clock-outlined": 59406,
7760
+ "suitcase-outlined": 59407,
7761
+ "survey-outlined": 59408,
7762
+ "switch-outlined": 59409,
7757
7763
  sync: sync,
7758
- "tag-outlined": 59407,
7759
- "target-outlined": 59408,
7760
- "tennis-outlined": 59409,
7761
- "ticket-outlined": 59410,
7762
- "timesheet-outlined": 59411,
7763
- "timesheets-outlined": 59412,
7764
- "today-outlined": 59413,
7764
+ "tag-outlined": 59411,
7765
+ "target-outlined": 59412,
7766
+ "tennis-outlined": 59413,
7767
+ "ticket-outlined": 59414,
7768
+ "timesheet-outlined": 59415,
7769
+ "timesheets-outlined": 59416,
7770
+ "today-outlined": 59417,
7765
7771
  transfer: transfer,
7766
- "trash-bin-outlined": 59415,
7767
- "umbrela-outlined": 59416,
7768
- "unavailability-outlined": 59417,
7772
+ "trash-bin-outlined": 59419,
7773
+ "umbrela-outlined": 59420,
7774
+ "unavailability-outlined": 59421,
7769
7775
  unavailable: unavailable,
7770
7776
  underline: underline,
7771
- "union-outlined": 59420,
7772
- "unlock-outlined": 59421,
7773
- "upload-outlined": 59422,
7774
- "user-circle-outlined": 59423,
7775
- "user-gear-outlined": 59424,
7776
- "user-outlined": 59425,
7777
- "user-rectangle-outlined": 59426,
7778
- "video-1-outlined": 59427,
7779
- "video-2-outlined": 59428,
7780
- "volunteer-outlined": 59429,
7781
- "wallet-outlined": 59430,
7782
- "wellness-outlined": 59431
7777
+ "union-outlined": 59424,
7778
+ "unlock-outlined": 59425,
7779
+ "upload-outlined": 59426,
7780
+ "user-circle-outlined": 59427,
7781
+ "user-gear-outlined": 59428,
7782
+ "user-outlined": 59429,
7783
+ "user-rectangle-outlined": 59430,
7784
+ "video-1-outlined": 59431,
7785
+ "video-2-outlined": 59432,
7786
+ "volunteer-outlined": 59433,
7787
+ "wallet-outlined": 59434,
7788
+ "wellness-outlined": 59435
7783
7789
  };
7784
7790
 
7785
7791
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -7792,7 +7798,8 @@ var COLOR_INTENTS = {
7792
7798
  success: 'success',
7793
7799
  warning: 'warning',
7794
7800
  'disabled-text': 'disabledText',
7795
- 'text-inverted': 'invertedText'
7801
+ 'text-inverted': 'invertedText',
7802
+ muted: 'muted'
7796
7803
  };
7797
7804
  var StyledHeroIcon = index$a(HeroIcon)(function (_ref) {
7798
7805
  var themeIntent = _ref.themeIntent,
@@ -9656,24 +9663,16 @@ var BottomSheet = function BottomSheet(_ref) {
9656
9663
  _useState4 = _slicedToArray(_useState3, 2),
9657
9664
  internalShowDivider = _useState4[0],
9658
9665
  setInternalShowDivider = _useState4[1];
9666
+ var canCallOnDismiss = useRef(false);
9659
9667
  useEffect(function () {
9668
+ // Prevent calling onDismiss when the component has not yet opened
9669
+ if (open && !canCallOnDismiss.current) {
9670
+ canCallOnDismiss.current = true;
9671
+ }
9660
9672
  // Show the modal before the open animation start
9661
9673
  if (open && !visible) {
9662
9674
  setVisibility(open);
9663
9675
  }
9664
- // Delay closing the modal until after the closing animation end
9665
- animatedValue.current.removeAllListeners();
9666
- animatedValue.current.addListener(function (_ref2) {
9667
- var value = _ref2.value;
9668
- var endValueOfTransition = open ? 1 : 0;
9669
- if (endValueOfTransition === 0 && value === endValueOfTransition) {
9670
- setVisibility(false);
9671
- onDismiss === null || onDismiss === void 0 || onDismiss();
9672
- }
9673
- });
9674
- return function () {
9675
- return animatedValue.current.removeAllListeners();
9676
- };
9677
9676
  }, [open]);
9678
9677
  // Animation
9679
9678
  useEffect(function () {
@@ -9682,10 +9681,13 @@ var BottomSheet = function BottomSheet(_ref) {
9682
9681
  easing: Easing.inOut(Easing.cubic),
9683
9682
  useNativeDriver: true
9684
9683
  });
9685
- animation.start(onAnimationEnd);
9686
- return function () {
9687
- return animation.stop();
9688
- };
9684
+ animation.start(function () {
9685
+ if (!open && canCallOnDismiss.current) {
9686
+ setVisibility(false);
9687
+ onDismiss === null || onDismiss === void 0 || onDismiss();
9688
+ }
9689
+ onAnimationEnd === null || onAnimationEnd === void 0 || onAnimationEnd();
9690
+ });
9689
9691
  }, [open]);
9690
9692
  var interpolateY = animatedValue.current.interpolate({
9691
9693
  inputRange: [0, 1],