@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/lib/index.js CHANGED
@@ -2929,7 +2929,8 @@ var getIconTheme = function getIconTheme(theme) {
2929
2929
  success: theme.colors.success,
2930
2930
  warning: theme.colors.warning,
2931
2931
  disabledText: theme.colors.disabledOnDefaultGlobalSurface,
2932
- invertedText: theme.colors.onDarkGlobalSurface
2932
+ invertedText: theme.colors.onDarkGlobalSurface,
2933
+ muted: theme.colors.mutedOnDefaultGlobalSurface
2933
2934
  };
2934
2935
  var sizes = {
2935
2936
  xsmall: theme.fontSizes.large,
@@ -3706,7 +3707,8 @@ var getTypographyTheme = function getTypographyTheme(theme) {
3706
3707
  success: theme.colors.success,
3707
3708
  inverted: theme.colors.onDarkGlobalSurface,
3708
3709
  archived: theme.colors.onArchivedSurface,
3709
- disabled: theme.colors.disabledOnDefaultGlobalSurface
3710
+ disabled: theme.colors.disabledOnDefaultGlobalSurface,
3711
+ muted: theme.colors.mutedOnDefaultGlobalSurface
3710
3712
  };
3711
3713
  var fontSizes = {
3712
3714
  xsmall: theme.fontSizes.xsmall,
@@ -7282,7 +7284,7 @@ var Typography = {
7282
7284
  };
7283
7285
 
7284
7286
  // 🔴 DO NOT EDIT — This file is generated automatically.
7285
- 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'];
7287
+ 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'];
7286
7288
 
7287
7289
  var activate = 59000;
7288
7290
  var adjustment = 59003;
@@ -7306,74 +7308,74 @@ var contacts = 59050;
7306
7308
  var diamond = 59052;
7307
7309
  var directory = 59054;
7308
7310
  var document$1 = 59055;
7309
- var envelope = 59059;
7310
- var exclude = 59060;
7311
- var expense = 59062;
7312
- var explore_nearby = 59063;
7313
- var eye = 59066;
7314
- var feed = 59070;
7315
- var feedbacks = 59071;
7316
- var file = 59089;
7317
- var filter = 59090;
7318
- var folder = 59092;
7319
- var globe = 59102;
7320
- var graph = 59104;
7321
- var heart = 59107;
7322
- var home = 59109;
7323
- var image = 59110;
7324
- var instapay = 59115;
7325
- var list = 59116;
7326
- var loading = 59118;
7327
- var location = 59120;
7328
- var lock = 59121;
7329
- var menu = 59125;
7330
- var moneybag = 59127;
7331
- var moon = 59128;
7332
- var node = 59132;
7333
- var paperclip = 59134;
7334
- var pencil = 59136;
7335
- var phone = 59137;
7336
- var plane = 59140;
7337
- var print = 59142;
7338
- var reply = 59145;
7339
- var reschedule = 59146;
7340
- var rostering = 59147;
7341
- var save = 59149;
7342
- var schedule = 59151;
7343
- var send = 59153;
7344
- var speaker = 59155;
7345
- var star = 59160;
7346
- var stopwatch = 59162;
7347
- var suitcase = 59163;
7348
- var surfing = 59164;
7349
- var survey = 59165;
7350
- var swag = 59170;
7351
- var tag = 59173;
7352
- var target = 59174;
7353
- var teams = 59175;
7354
- var timesheet = 59176;
7355
- var unlock = 59179;
7356
- var user = 59180;
7357
- var wallet = 59183;
7358
- var warning = 59184;
7359
- var add = 59190;
7360
- var bold = 59215;
7361
- var cancel = 59229;
7362
- var checkmark = 59235;
7363
- var italic = 59323;
7364
- var local_mall_outlined = 59330;
7365
- var number = 59352;
7366
- var percentage = 59357;
7367
- var redeem = 59367;
7368
- var refresh = 59368;
7369
- var remove = 59369;
7370
- var restart = 59371;
7371
- var shopping_basket_outlined = 59385;
7372
- var strikethrough = 59400;
7373
- var sync = 59406;
7374
- var transfer = 59414;
7375
- var unavailable = 59418;
7376
- var underline = 59419;
7311
+ var envelope = 59060;
7312
+ var exclude = 59061;
7313
+ var expense = 59063;
7314
+ var explore_nearby = 59064;
7315
+ var eye = 59067;
7316
+ var feed = 59071;
7317
+ var feedbacks = 59072;
7318
+ var file = 59090;
7319
+ var filter = 59091;
7320
+ var folder = 59093;
7321
+ var globe = 59103;
7322
+ var graph = 59105;
7323
+ var heart = 59108;
7324
+ var home = 59110;
7325
+ var image = 59111;
7326
+ var instapay = 59116;
7327
+ var list = 59117;
7328
+ var loading = 59119;
7329
+ var location = 59121;
7330
+ var lock = 59122;
7331
+ var menu = 59126;
7332
+ var moneybag = 59128;
7333
+ var moon = 59129;
7334
+ var node = 59133;
7335
+ var paperclip = 59135;
7336
+ var pencil = 59137;
7337
+ var phone = 59138;
7338
+ var plane = 59141;
7339
+ var print = 59143;
7340
+ var reply = 59146;
7341
+ var reschedule = 59147;
7342
+ var rostering = 59148;
7343
+ var save = 59150;
7344
+ var schedule = 59152;
7345
+ var send = 59154;
7346
+ var speaker = 59156;
7347
+ var star = 59161;
7348
+ var stopwatch = 59163;
7349
+ var suitcase = 59164;
7350
+ var surfing = 59165;
7351
+ var survey = 59166;
7352
+ var swag = 59171;
7353
+ var tag = 59174;
7354
+ var target = 59175;
7355
+ var teams = 59176;
7356
+ var timesheet = 59177;
7357
+ var unlock = 59180;
7358
+ var user = 59181;
7359
+ var wallet = 59184;
7360
+ var warning = 59185;
7361
+ var add = 59191;
7362
+ var bold = 59217;
7363
+ var cancel = 59231;
7364
+ var checkmark = 59237;
7365
+ var italic = 59326;
7366
+ var local_mall_outlined = 59333;
7367
+ var number = 59356;
7368
+ var percentage = 59361;
7369
+ var redeem = 59371;
7370
+ var refresh = 59372;
7371
+ var remove = 59373;
7372
+ var restart = 59375;
7373
+ var shopping_basket_outlined = 59389;
7374
+ var strikethrough = 59404;
7375
+ var sync = 59410;
7376
+ var transfer = 59418;
7377
+ var unavailable = 59422;
7378
+ var underline = 59423;
7377
7379
  var glyphMap = {
7378
7380
  activate: activate,
7379
7381
  "add-emoji": 59001,
@@ -7432,381 +7434,385 @@ var glyphMap = {
7432
7434
  directory: directory,
7433
7435
  document: document$1,
7434
7436
  "dollar-coin-shine": 59056,
7435
- "double-buildings": 59057,
7436
- "edit-template": 59058,
7437
+ "dot-filled": 59057,
7438
+ "double-buildings": 59058,
7439
+ "edit-template": 59059,
7437
7440
  envelope: envelope,
7438
7441
  exclude: exclude,
7439
- "expand-content": 59061,
7442
+ "expand-content": 59062,
7440
7443
  expense: expense,
7441
7444
  explore_nearby: explore_nearby,
7442
- "eye-circle": 59064,
7443
- "eye-invisible": 59065,
7445
+ "eye-circle": 59065,
7446
+ "eye-invisible": 59066,
7444
7447
  eye: eye,
7445
- "face-meh": 59067,
7446
- "face-sad": 59068,
7447
- "face-smiley": 59069,
7448
+ "face-meh": 59068,
7449
+ "face-sad": 59069,
7450
+ "face-smiley": 59070,
7448
7451
  feed: feed,
7449
7452
  feedbacks: feedbacks,
7450
- "file-certified": 59072,
7451
- "file-clone": 59073,
7452
- "file-copy": 59074,
7453
- "file-csv": 59075,
7454
- "file-dispose": 59076,
7455
- "file-doc": 59077,
7456
- "file-excel": 59078,
7457
- "file-export": 59079,
7458
- "file-lock": 59080,
7459
- "file-pdf": 59081,
7460
- "file-powerpoint": 59082,
7461
- "file-search": 59083,
7462
- "file-secured": 59084,
7463
- "file-sheets": 59085,
7464
- "file-slide": 59086,
7465
- "file-verified": 59087,
7466
- "file-word": 59088,
7453
+ "file-certified": 59073,
7454
+ "file-clone": 59074,
7455
+ "file-copy": 59075,
7456
+ "file-csv": 59076,
7457
+ "file-dispose": 59077,
7458
+ "file-doc": 59078,
7459
+ "file-excel": 59079,
7460
+ "file-export": 59080,
7461
+ "file-lock": 59081,
7462
+ "file-pdf": 59082,
7463
+ "file-powerpoint": 59083,
7464
+ "file-search": 59084,
7465
+ "file-secured": 59085,
7466
+ "file-sheets": 59086,
7467
+ "file-slide": 59087,
7468
+ "file-verified": 59088,
7469
+ "file-word": 59089,
7467
7470
  file: file,
7468
7471
  filter: filter,
7469
- "folder-user": 59091,
7472
+ "folder-user": 59092,
7470
7473
  folder: folder,
7471
- "format-bold": 59093,
7472
- "format-heading1": 59094,
7473
- "format-heading2": 59095,
7474
- "format-italic": 59096,
7475
- "format-list-bulleted": 59097,
7476
- "format-list-numbered": 59098,
7477
- "format-underlined": 59099,
7478
- "funnel-filter": 59100,
7479
- "global-dollar": 59101,
7474
+ "format-bold": 59094,
7475
+ "format-heading1": 59095,
7476
+ "format-heading2": 59096,
7477
+ "format-italic": 59097,
7478
+ "format-list-bulleted": 59098,
7479
+ "format-list-numbered": 59099,
7480
+ "format-underlined": 59100,
7481
+ "funnel-filter": 59101,
7482
+ "global-dollar": 59102,
7480
7483
  globe: globe,
7481
- "graduation-cap": 59103,
7484
+ "graduation-cap": 59104,
7482
7485
  graph: graph,
7483
- "happy-sun": 59105,
7484
- "health-bag": 59106,
7486
+ "happy-sun": 59106,
7487
+ "health-bag": 59107,
7485
7488
  heart: heart,
7486
- "hero-points": 59108,
7489
+ "hero-points": 59109,
7487
7490
  home: home,
7488
7491
  image: image,
7489
- "import": 59111,
7490
- "incident-siren": 59112,
7491
- "instapay-daily": 59113,
7492
- "instapay-now": 59114,
7492
+ "import": 59112,
7493
+ "incident-siren": 59113,
7494
+ "instapay-daily": 59114,
7495
+ "instapay-now": 59115,
7493
7496
  instapay: instapay,
7494
7497
  list: list,
7495
- "loading-2": 59117,
7498
+ "loading-2": 59118,
7496
7499
  loading: loading,
7497
- "location-on": 59119,
7500
+ "location-on": 59120,
7498
7501
  location: location,
7499
7502
  lock: lock,
7500
- "looks-one": 59122,
7501
- "looks-two": 59123,
7502
- "media-content": 59124,
7503
+ "looks-one": 59123,
7504
+ "looks-two": 59124,
7505
+ "media-content": 59125,
7503
7506
  menu: menu,
7504
- "money-notes": 59126,
7507
+ "money-notes": 59127,
7505
7508
  moneybag: moneybag,
7506
7509
  moon: moon,
7507
- "multiple-stars": 59129,
7508
- "multiple-users": 59130,
7509
- "near-me": 59131,
7510
+ "multiple-stars": 59130,
7511
+ "multiple-users": 59131,
7512
+ "near-me": 59132,
7510
7513
  node: node,
7511
- "open-folder": 59133,
7514
+ "open-folder": 59134,
7512
7515
  paperclip: paperclip,
7513
- "payment-summary": 59135,
7516
+ "payment-summary": 59136,
7514
7517
  pencil: pencil,
7515
7518
  phone: phone,
7516
- "piggy-bank": 59138,
7517
- "plane-up": 59139,
7519
+ "piggy-bank": 59139,
7520
+ "plane-up": 59140,
7518
7521
  plane: plane,
7519
- "play-circle": 59141,
7522
+ "play-circle": 59142,
7520
7523
  print: print,
7521
- "raising-hands": 59143,
7522
- "reply-arrow": 59144,
7524
+ "raising-hands": 59144,
7525
+ "reply-arrow": 59145,
7523
7526
  reply: reply,
7524
7527
  reschedule: reschedule,
7525
7528
  rostering: rostering,
7526
- "salary-sacrifice": 59148,
7529
+ "salary-sacrifice": 59149,
7527
7530
  save: save,
7528
- "schedule-send": 59150,
7531
+ "schedule-send": 59151,
7529
7532
  schedule: schedule,
7530
- "search-person": 59152,
7533
+ "search-person": 59153,
7531
7534
  send: send,
7532
- "speaker-active": 59154,
7535
+ "speaker-active": 59155,
7533
7536
  speaker: speaker,
7534
- "star-award": 59156,
7535
- "star-badge": 59157,
7536
- "star-circle": 59158,
7537
- "star-medal": 59159,
7537
+ "star-award": 59157,
7538
+ "star-badge": 59158,
7539
+ "star-circle": 59159,
7540
+ "star-medal": 59160,
7538
7541
  star: star,
7539
- "steps-circle": 59161,
7542
+ "steps-circle": 59162,
7540
7543
  stopwatch: stopwatch,
7541
7544
  suitcase: suitcase,
7542
7545
  surfing: surfing,
7543
7546
  survey: survey,
7544
- "swag-pillar-benefit": 59166,
7545
- "swag-pillar-career": 59167,
7546
- "swag-pillar-money": 59168,
7547
- "swag-pillar-work": 59169,
7547
+ "swag-pillar-benefit": 59167,
7548
+ "swag-pillar-career": 59168,
7549
+ "swag-pillar-money": 59169,
7550
+ "swag-pillar-work": 59170,
7548
7551
  swag: swag,
7549
- "swipe-right": 59171,
7550
- "switch": 59172,
7552
+ "swipe-right": 59172,
7553
+ "switch": 59173,
7551
7554
  tag: tag,
7552
7555
  target: target,
7553
7556
  teams: teams,
7554
7557
  timesheet: timesheet,
7555
- "touch-id": 59177,
7556
- "trash-bin": 59178,
7558
+ "touch-id": 59178,
7559
+ "trash-bin": 59179,
7557
7560
  unlock: unlock,
7558
7561
  user: user,
7559
- "video-1": 59181,
7560
- "video-2": 59182,
7562
+ "video-1": 59182,
7563
+ "video-2": 59183,
7561
7564
  wallet: wallet,
7562
7565
  warning: warning,
7563
- "activate-outlined": 59185,
7564
- "add-credit-card-outlined": 59186,
7565
- "add-person-outlined": 59187,
7566
- "add-section-outlined": 59188,
7567
- "add-time-outlined": 59189,
7566
+ "activate-outlined": 59186,
7567
+ "add-credit-card-outlined": 59187,
7568
+ "add-person-outlined": 59188,
7569
+ "add-section-outlined": 59189,
7570
+ "add-time-outlined": 59190,
7568
7571
  add: add,
7569
- "adjustment-outlined": 59191,
7570
- "ai-outlined": 59192,
7571
- "alignment-2-outlined": 59193,
7572
- "alignment-outlined": 59194,
7573
- "all-caps": 59195,
7574
- "application-outlined": 59196,
7575
- "arrow-down": 59197,
7576
- "arrow-downwards": 59198,
7577
- "arrow-left": 59199,
7578
- "arrow-leftwards": 59200,
7579
- "arrow-right": 59201,
7580
- "arrow-rightwards": 59202,
7581
- "arrow-up": 59203,
7582
- "arrow-upwards": 59204,
7583
- "article-outlined": 59205,
7584
- "at-sign": 59206,
7585
- "auto-graph-outlined": 59207,
7586
- "beer-outlined": 59208,
7587
- "bell-active-outlined": 59209,
7588
- "bell-outlined": 59210,
7589
- "bell-slash-outlined": 59211,
7590
- "bill-management-outlined": 59212,
7591
- "billing-outlined": 59213,
7592
- "body-outlined": 59214,
7572
+ "adjustment-outlined": 59192,
7573
+ "afternoon-outlined": 59193,
7574
+ "ai-outlined": 59194,
7575
+ "alignment-2-outlined": 59195,
7576
+ "alignment-outlined": 59196,
7577
+ "all-caps": 59197,
7578
+ "application-outlined": 59198,
7579
+ "arrow-down": 59199,
7580
+ "arrow-downwards": 59200,
7581
+ "arrow-left": 59201,
7582
+ "arrow-leftwards": 59202,
7583
+ "arrow-right": 59203,
7584
+ "arrow-rightwards": 59204,
7585
+ "arrow-up": 59205,
7586
+ "arrow-upwards": 59206,
7587
+ "article-outlined": 59207,
7588
+ "at-sign": 59208,
7589
+ "auto-graph-outlined": 59209,
7590
+ "beer-outlined": 59210,
7591
+ "bell-active-outlined": 59211,
7592
+ "bell-outlined": 59212,
7593
+ "bell-slash-outlined": 59213,
7594
+ "bill-management-outlined": 59214,
7595
+ "billing-outlined": 59215,
7596
+ "body-outlined": 59216,
7593
7597
  bold: bold,
7594
- "bolt-outlined": 59216,
7595
- "book-outlined": 59217,
7596
- "bookmark-added-outlined": 59218,
7597
- "bookmark-outlined": 59219,
7598
- "box-check-outlined": 59220,
7599
- "box-outlined": 59221,
7600
- "bullet-points": 59222,
7601
- "cake-outlined": 59223,
7602
- "calendar-dates-outlined": 59224,
7603
- "calendar-star-outlined": 59225,
7604
- "call-outlined": 59226,
7605
- "call-split-outlined": 59227,
7606
- "camera-outlined": 59228,
7598
+ "bolt-outlined": 59218,
7599
+ "book-outlined": 59219,
7600
+ "bookmark-added-outlined": 59220,
7601
+ "bookmark-outlined": 59221,
7602
+ "box-check-outlined": 59222,
7603
+ "box-outlined": 59223,
7604
+ "bullet-points": 59224,
7605
+ "cake-outlined": 59225,
7606
+ "calendar-dates-outlined": 59226,
7607
+ "calendar-star-outlined": 59227,
7608
+ "call-outlined": 59228,
7609
+ "call-split-outlined": 59229,
7610
+ "camera-outlined": 59230,
7607
7611
  cancel: cancel,
7608
- "car-forward-outlined": 59230,
7609
- "cashback-outlined": 59231,
7610
- "charging-station-outlined": 59232,
7611
- "chat-bubble-outlined": 59233,
7612
- "chat-unread-outlined": 59234,
7612
+ "car-forward-outlined": 59232,
7613
+ "cashback-outlined": 59233,
7614
+ "charging-station-outlined": 59234,
7615
+ "chat-bubble-outlined": 59235,
7616
+ "chat-unread-outlined": 59236,
7613
7617
  checkmark: checkmark,
7614
- "circle-add-outlined": 59236,
7615
- "circle-cancel-outlined": 59237,
7616
- "circle-down-outlined": 59238,
7617
- "circle-info-outlined": 59239,
7618
- "circle-left-outlined": 59240,
7619
- "circle-ok-outlined": 59241,
7620
- "circle-question-outlined": 59242,
7621
- "circle-remove-outlined": 59243,
7622
- "circle-right-outlined": 59244,
7623
- "circle-up-outlined": 59245,
7624
- "circle-warning-outlined": 59246,
7625
- "clock-2-outlined": 59247,
7626
- "clock-in-outlined": 59248,
7627
- "clock-out-outlined": 59249,
7628
- "clock-outlined": 59250,
7629
- "cog-outlined": 59251,
7630
- "coin-outlined": 59252,
7631
- "coin-super-outlined": 59253,
7632
- "comment-outlined": 59254,
7633
- "contacts-outlined": 59255,
7634
- "contacts-user-outlined": 59256,
7635
- "credit-card-outlined": 59257,
7636
- "cup-outlined": 59258,
7637
- "dentistry-outlined": 59259,
7638
- "direction-arrows-outlined": 59260,
7639
- "directory-outlined": 59261,
7640
- "document-outlined": 59262,
7641
- "dollar-box-outlined": 59263,
7642
- "dollar-card-outlined": 59264,
7643
- "dollar-coin-shine-outlined": 59265,
7644
- "dollar-credit-card-outlined": 59266,
7645
- "dollar-sign": 59267,
7646
- "double-buildings-outlined": 59268,
7647
- "double-left-arrows": 59269,
7648
- "double-right-arrows": 59270,
7649
- "download-box-outlined": 59271,
7650
- "download-outlined": 59272,
7651
- "edit-template-outlined": 59273,
7652
- "email-outlined": 59274,
7653
- "end-break-outlined": 59275,
7654
- "enter-arrow": 59276,
7655
- "envelope-outlined": 59277,
7656
- "expense-approval-outlined": 59278,
7657
- "expense-outlined": 59279,
7658
- "explore-outlined": 59280,
7659
- "extension-outlined": 59281,
7660
- "external-link": 59282,
7661
- "eye-invisible-outlined": 59283,
7662
- "eye-outlined": 59284,
7663
- "face-id": 59285,
7664
- "face-meh-outlined": 59286,
7665
- "face-open-smiley-outlined": 59287,
7666
- "face-sad-outlined": 59288,
7667
- "face-smiley-outlined": 59289,
7668
- "fastfood-outlined": 59290,
7669
- "feed-outlined": 59291,
7670
- "file-certified-outlined": 59292,
7671
- "file-clone-outlined": 59293,
7672
- "file-copy-outlined": 59294,
7673
- "file-dispose-outlined": 59295,
7674
- "file-dollar-certified-outlined": 59296,
7675
- "file-dollar-outlined": 59297,
7676
- "file-download-outlined": 59298,
7677
- "file-export-outlined": 59299,
7678
- "file-lock-outlined": 59300,
7679
- "file-outlined": 59301,
7680
- "file-search-outlined": 59302,
7681
- "file-secured-outlined": 59303,
7682
- "file-statutory-outlined": 59304,
7683
- "file-verified-outlined": 59305,
7684
- "filter-outlined": 59306,
7685
- "folder-outlined": 59307,
7686
- "folder-user-outlined": 59308,
7687
- "form-outlined": 59309,
7688
- "funnel-filter-outline": 59310,
7689
- "goal-outlined": 59311,
7690
- "graph-outlined": 59312,
7691
- "hand-holding-user-outlined": 59313,
7692
- "happy-sun-outlined": 59314,
7693
- "health-bag-outlined": 59315,
7694
- "heart-outlined": 59316,
7695
- "home-active-outlined": 59317,
7696
- "home-outlined": 59318,
7697
- "id-card-outlined": 59319,
7698
- "image-outlined": 59320,
7699
- "import-outlined": 59321,
7700
- "instapay-outlined": 59322,
7618
+ "circle-add-outlined": 59238,
7619
+ "circle-cancel-outlined": 59239,
7620
+ "circle-down-outlined": 59240,
7621
+ "circle-info-outlined": 59241,
7622
+ "circle-left-outlined": 59242,
7623
+ "circle-ok-outlined": 59243,
7624
+ "circle-question-outlined": 59244,
7625
+ "circle-remove-outlined": 59245,
7626
+ "circle-right-outlined": 59246,
7627
+ "circle-up-outlined": 59247,
7628
+ "circle-warning-outlined": 59248,
7629
+ "clock-2-outlined": 59249,
7630
+ "clock-in-outlined": 59250,
7631
+ "clock-out-outlined": 59251,
7632
+ "clock-outlined": 59252,
7633
+ "cog-outlined": 59253,
7634
+ "coin-outlined": 59254,
7635
+ "coin-super-outlined": 59255,
7636
+ "comment-outlined": 59256,
7637
+ "contacts-outlined": 59257,
7638
+ "contacts-user-outlined": 59258,
7639
+ "credit-card-outlined": 59259,
7640
+ "cup-outlined": 59260,
7641
+ "dentistry-outlined": 59261,
7642
+ "direction-arrows-outlined": 59262,
7643
+ "directory-outlined": 59263,
7644
+ "document-outlined": 59264,
7645
+ "dollar-box-outlined": 59265,
7646
+ "dollar-card-outlined": 59266,
7647
+ "dollar-coin-shine-outlined": 59267,
7648
+ "dollar-credit-card-outlined": 59268,
7649
+ "dollar-sign": 59269,
7650
+ "double-buildings-outlined": 59270,
7651
+ "double-left-arrows": 59271,
7652
+ "double-right-arrows": 59272,
7653
+ "download-box-outlined": 59273,
7654
+ "download-outlined": 59274,
7655
+ "edit-template-outlined": 59275,
7656
+ "email-outlined": 59276,
7657
+ "end-break-outlined": 59277,
7658
+ "enter-arrow": 59278,
7659
+ "envelope-outlined": 59279,
7660
+ "evening-outlined": 59280,
7661
+ "expense-approval-outlined": 59281,
7662
+ "expense-outlined": 59282,
7663
+ "explore-outlined": 59283,
7664
+ "extension-outlined": 59284,
7665
+ "external-link": 59285,
7666
+ "eye-invisible-outlined": 59286,
7667
+ "eye-outlined": 59287,
7668
+ "face-id": 59288,
7669
+ "face-meh-outlined": 59289,
7670
+ "face-open-smiley-outlined": 59290,
7671
+ "face-sad-outlined": 59291,
7672
+ "face-smiley-outlined": 59292,
7673
+ "fastfood-outlined": 59293,
7674
+ "feed-outlined": 59294,
7675
+ "file-certified-outlined": 59295,
7676
+ "file-clone-outlined": 59296,
7677
+ "file-copy-outlined": 59297,
7678
+ "file-dispose-outlined": 59298,
7679
+ "file-dollar-certified-outlined": 59299,
7680
+ "file-dollar-outlined": 59300,
7681
+ "file-download-outlined": 59301,
7682
+ "file-export-outlined": 59302,
7683
+ "file-lock-outlined": 59303,
7684
+ "file-outlined": 59304,
7685
+ "file-search-outlined": 59305,
7686
+ "file-secured-outlined": 59306,
7687
+ "file-statutory-outlined": 59307,
7688
+ "file-verified-outlined": 59308,
7689
+ "filter-outlined": 59309,
7690
+ "folder-outlined": 59310,
7691
+ "folder-user-outlined": 59311,
7692
+ "form-outlined": 59312,
7693
+ "funnel-filter-outline": 59313,
7694
+ "goal-outlined": 59314,
7695
+ "graph-outlined": 59315,
7696
+ "hand-holding-user-outlined": 59316,
7697
+ "happy-sun-outlined": 59317,
7698
+ "health-bag-outlined": 59318,
7699
+ "heart-outlined": 59319,
7700
+ "home-active-outlined": 59320,
7701
+ "home-outlined": 59321,
7702
+ "id-card-outlined": 59322,
7703
+ "image-outlined": 59323,
7704
+ "import-outlined": 59324,
7705
+ "instapay-outlined": 59325,
7701
7706
  italic: italic,
7702
- "job-search-outlined": 59324,
7703
- "leave-approval-outlined": 59325,
7704
- "link-1": 59326,
7705
- "link-2": 59327,
7706
- "list-outlined": 59328,
7707
- "live-help-outlined": 59329,
7707
+ "job-search-outlined": 59327,
7708
+ "leave-approval-outlined": 59328,
7709
+ "link-1": 59329,
7710
+ "link-2": 59330,
7711
+ "list-outlined": 59331,
7712
+ "live-help-outlined": 59332,
7708
7713
  local_mall_outlined: local_mall_outlined,
7709
- "location-on-outlined": 59331,
7710
- "location-outlined": 59332,
7711
- "lock-outlined": 59333,
7712
- "locked-file-outlined": 59334,
7713
- "log-out": 59335,
7714
- "mail-outlined": 59336,
7715
- "map-outlined": 59337,
7716
- "media-content-outlined": 59338,
7717
- "menu-close": 59339,
7718
- "menu-expand": 59340,
7719
- "menu-fold-outlined": 59341,
7720
- "menu-unfold-outlined": 59342,
7721
- "moneybag-outlined": 59343,
7722
- "moon-outlined": 59344,
7723
- "more-horizontal": 59345,
7724
- "more-vertical": 59346,
7725
- "multiple-folders-outlined": 59347,
7726
- "multiple-users-outlined": 59348,
7727
- "near-me-outlined": 59349,
7728
- "node-outlined": 59350,
7729
- "number-points": 59351,
7714
+ "location-on-outlined": 59334,
7715
+ "location-outlined": 59335,
7716
+ "lock-outlined": 59336,
7717
+ "locked-file-outlined": 59337,
7718
+ "log-out": 59338,
7719
+ "mail-outlined": 59339,
7720
+ "map-outlined": 59340,
7721
+ "media-content-outlined": 59341,
7722
+ "menu-close": 59342,
7723
+ "menu-expand": 59343,
7724
+ "menu-fold-outlined": 59344,
7725
+ "menu-unfold-outlined": 59345,
7726
+ "moneybag-outlined": 59346,
7727
+ "moon-outlined": 59347,
7728
+ "more-horizontal": 59348,
7729
+ "more-vertical": 59349,
7730
+ "morning-outlined": 59350,
7731
+ "multiple-folders-outlined": 59351,
7732
+ "multiple-users-outlined": 59352,
7733
+ "near-me-outlined": 59353,
7734
+ "node-outlined": 59354,
7735
+ "number-points": 59355,
7730
7736
  number: number,
7731
- "overview-outlined": 59353,
7732
- "payment-summary-outlined": 59354,
7733
- "payslip-outlined": 59355,
7734
- "pencil-outlined": 59356,
7737
+ "overview-outlined": 59357,
7738
+ "payment-summary-outlined": 59358,
7739
+ "payslip-outlined": 59359,
7740
+ "pencil-outlined": 59360,
7735
7741
  percentage: percentage,
7736
- "phone-outlined": 59358,
7737
- "piggy-bank-outlined": 59359,
7738
- "plane-outlined": 59360,
7739
- "play-circle-outlined": 59361,
7740
- "print-outlined": 59362,
7741
- "propane-tank-outlined": 59363,
7742
- "qr-code-outlined": 59364,
7743
- "qualification-outlined": 59365,
7744
- "re-assign": 59366,
7742
+ "phone-outlined": 59362,
7743
+ "piggy-bank-outlined": 59363,
7744
+ "plane-outlined": 59364,
7745
+ "play-circle-outlined": 59365,
7746
+ "print-outlined": 59366,
7747
+ "propane-tank-outlined": 59367,
7748
+ "qr-code-outlined": 59368,
7749
+ "qualification-outlined": 59369,
7750
+ "re-assign": 59370,
7745
7751
  redeem: redeem,
7746
7752
  refresh: refresh,
7747
7753
  remove: remove,
7748
- "reply-outlined": 59370,
7754
+ "reply-outlined": 59374,
7749
7755
  restart: restart,
7750
- "resume-outlined": 59372,
7751
- "return-arrow": 59373,
7752
- "rostering-outlined": 59374,
7753
- "safety-outlined": 59375,
7754
- "save-outlined": 59376,
7755
- "schedule-outlined": 59377,
7756
- "search-outlined": 59378,
7757
- "search-secured-outlined": 59379,
7758
- "send-outlined": 59380,
7759
- "share-1": 59381,
7760
- "share-2": 59382,
7761
- "share-outlined-2": 59383,
7762
- "share-outlined": 59384,
7756
+ "resume-outlined": 59376,
7757
+ "return-arrow": 59377,
7758
+ "rostering-outlined": 59378,
7759
+ "safety-outlined": 59379,
7760
+ "save-outlined": 59380,
7761
+ "schedule-outlined": 59381,
7762
+ "search-outlined": 59382,
7763
+ "search-secured-outlined": 59383,
7764
+ "send-outlined": 59384,
7765
+ "share-1": 59385,
7766
+ "share-2": 59386,
7767
+ "share-outlined-2": 59387,
7768
+ "share-outlined": 59388,
7763
7769
  shopping_basket_outlined: shopping_basket_outlined,
7764
- "show-chart-outlined": 59386,
7765
- "single-down-arrow": 59387,
7766
- "single-left-arrow": 59388,
7767
- "single-right-arrow": 59389,
7768
- "single-up-arrow": 59390,
7769
- "smart-match-outlined": 59391,
7770
- "sparkle-outlined": 59392,
7771
- "speaker-active-outlined": 59393,
7772
- "speaker-outlined": 59394,
7773
- "star-circle-outlined": 59395,
7774
- "star-outlined": 59396,
7775
- "start-break-outlined": 59397,
7776
- "stash-outlined": 59398,
7777
- "stopwatch-outlined": 59399,
7770
+ "show-chart-outlined": 59390,
7771
+ "single-down-arrow": 59391,
7772
+ "single-left-arrow": 59392,
7773
+ "single-right-arrow": 59393,
7774
+ "single-up-arrow": 59394,
7775
+ "smart-match-outlined": 59395,
7776
+ "sparkle-outlined": 59396,
7777
+ "speaker-active-outlined": 59397,
7778
+ "speaker-outlined": 59398,
7779
+ "star-circle-outlined": 59399,
7780
+ "star-outlined": 59400,
7781
+ "start-break-outlined": 59401,
7782
+ "stash-outlined": 59402,
7783
+ "stopwatch-outlined": 59403,
7778
7784
  strikethrough: strikethrough,
7779
- "styler-outlined": 59401,
7780
- "suitcase-clock-outlined": 59402,
7781
- "suitcase-outlined": 59403,
7782
- "survey-outlined": 59404,
7783
- "switch-outlined": 59405,
7785
+ "styler-outlined": 59405,
7786
+ "suitcase-clock-outlined": 59406,
7787
+ "suitcase-outlined": 59407,
7788
+ "survey-outlined": 59408,
7789
+ "switch-outlined": 59409,
7784
7790
  sync: sync,
7785
- "tag-outlined": 59407,
7786
- "target-outlined": 59408,
7787
- "tennis-outlined": 59409,
7788
- "ticket-outlined": 59410,
7789
- "timesheet-outlined": 59411,
7790
- "timesheets-outlined": 59412,
7791
- "today-outlined": 59413,
7791
+ "tag-outlined": 59411,
7792
+ "target-outlined": 59412,
7793
+ "tennis-outlined": 59413,
7794
+ "ticket-outlined": 59414,
7795
+ "timesheet-outlined": 59415,
7796
+ "timesheets-outlined": 59416,
7797
+ "today-outlined": 59417,
7792
7798
  transfer: transfer,
7793
- "trash-bin-outlined": 59415,
7794
- "umbrela-outlined": 59416,
7795
- "unavailability-outlined": 59417,
7799
+ "trash-bin-outlined": 59419,
7800
+ "umbrela-outlined": 59420,
7801
+ "unavailability-outlined": 59421,
7796
7802
  unavailable: unavailable,
7797
7803
  underline: underline,
7798
- "union-outlined": 59420,
7799
- "unlock-outlined": 59421,
7800
- "upload-outlined": 59422,
7801
- "user-circle-outlined": 59423,
7802
- "user-gear-outlined": 59424,
7803
- "user-outlined": 59425,
7804
- "user-rectangle-outlined": 59426,
7805
- "video-1-outlined": 59427,
7806
- "video-2-outlined": 59428,
7807
- "volunteer-outlined": 59429,
7808
- "wallet-outlined": 59430,
7809
- "wellness-outlined": 59431
7804
+ "union-outlined": 59424,
7805
+ "unlock-outlined": 59425,
7806
+ "upload-outlined": 59426,
7807
+ "user-circle-outlined": 59427,
7808
+ "user-gear-outlined": 59428,
7809
+ "user-outlined": 59429,
7810
+ "user-rectangle-outlined": 59430,
7811
+ "video-1-outlined": 59431,
7812
+ "video-2-outlined": 59432,
7813
+ "volunteer-outlined": 59433,
7814
+ "wallet-outlined": 59434,
7815
+ "wellness-outlined": 59435
7810
7816
  };
7811
7817
 
7812
7818
  var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -7819,7 +7825,8 @@ var COLOR_INTENTS = {
7819
7825
  success: 'success',
7820
7826
  warning: 'warning',
7821
7827
  'disabled-text': 'disabledText',
7822
- 'text-inverted': 'invertedText'
7828
+ 'text-inverted': 'invertedText',
7829
+ muted: 'muted'
7823
7830
  };
7824
7831
  var StyledHeroIcon = index$a(HeroIcon)(function (_ref) {
7825
7832
  var themeIntent = _ref.themeIntent,
@@ -9683,24 +9690,16 @@ var BottomSheet = function BottomSheet(_ref) {
9683
9690
  _useState4 = _slicedToArray(_useState3, 2),
9684
9691
  internalShowDivider = _useState4[0],
9685
9692
  setInternalShowDivider = _useState4[1];
9693
+ var canCallOnDismiss = React.useRef(false);
9686
9694
  React.useEffect(function () {
9695
+ // Prevent calling onDismiss when the component has not yet opened
9696
+ if (open && !canCallOnDismiss.current) {
9697
+ canCallOnDismiss.current = true;
9698
+ }
9687
9699
  // Show the modal before the open animation start
9688
9700
  if (open && !visible) {
9689
9701
  setVisibility(open);
9690
9702
  }
9691
- // Delay closing the modal until after the closing animation end
9692
- animatedValue.current.removeAllListeners();
9693
- animatedValue.current.addListener(function (_ref2) {
9694
- var value = _ref2.value;
9695
- var endValueOfTransition = open ? 1 : 0;
9696
- if (endValueOfTransition === 0 && value === endValueOfTransition) {
9697
- setVisibility(false);
9698
- onDismiss === null || onDismiss === void 0 || onDismiss();
9699
- }
9700
- });
9701
- return function () {
9702
- return animatedValue.current.removeAllListeners();
9703
- };
9704
9703
  }, [open]);
9705
9704
  // Animation
9706
9705
  React.useEffect(function () {
@@ -9709,10 +9708,13 @@ var BottomSheet = function BottomSheet(_ref) {
9709
9708
  easing: reactNative.Easing.inOut(reactNative.Easing.cubic),
9710
9709
  useNativeDriver: true
9711
9710
  });
9712
- animation.start(onAnimationEnd);
9713
- return function () {
9714
- return animation.stop();
9715
- };
9711
+ animation.start(function () {
9712
+ if (!open && canCallOnDismiss.current) {
9713
+ setVisibility(false);
9714
+ onDismiss === null || onDismiss === void 0 || onDismiss();
9715
+ }
9716
+ onAnimationEnd === null || onAnimationEnd === void 0 || onAnimationEnd();
9717
+ });
9716
9718
  }, [open]);
9717
9719
  var interpolateY = animatedValue.current.interpolate({
9718
9720
  inputRange: [0, 1],