@hero-design/rn 8.53.0 → 8.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/.eslintrc.js +0 -1
  2. package/.turbo/turbo-build.log +2 -2
  3. package/CHANGELOG.md +10 -0
  4. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/es/index.js +317 -315
  6. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  7. package/lib/index.js +317 -315
  8. package/package.json +2 -2
  9. package/sonar-project.properties +9 -0
  10. package/src/components/Drawer/DragableDrawer/index.tsx +2 -2
  11. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  12. package/src/components/Icon/IconList.ts +2 -0
  13. package/types/components/Accordion/AccordionItem.d.ts +1 -1
  14. package/types/components/Accordion/StyledAccordion.d.ts +1 -1
  15. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -1
  16. package/types/components/Avatar/StyledAvatar.d.ts +2 -2
  17. package/types/components/Badge/StyledBadge.d.ts +2 -2
  18. package/types/components/BottomNavigation/index.d.ts +1 -1
  19. package/types/components/BottomSheet/BottomSheetContext.d.ts +1 -1
  20. package/types/components/Box/config.d.ts +2 -2
  21. package/types/components/Box/types.d.ts +3 -3
  22. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -1
  23. package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
  24. package/types/components/Button/StyledButton.d.ts +2 -2
  25. package/types/components/Carousel/CardCarousel.d.ts +1 -1
  26. package/types/components/Carousel/types.d.ts +2 -2
  27. package/types/components/Checkbox/StyledCheckbox.d.ts +1 -1
  28. package/types/components/Checkbox/index.d.ts +1 -1
  29. package/types/components/Chip/StyledChip.d.ts +1 -1
  30. package/types/components/Divider/StyledDivider.d.ts +1 -1
  31. package/types/components/Drawer/DragableDrawer/helpers.d.ts +1 -1
  32. package/types/components/Empty/StyledEmpty.d.ts +1 -1
  33. package/types/components/Error/StyledError.d.ts +1 -1
  34. package/types/components/FAB/ActionGroup/index.d.ts +1 -1
  35. package/types/components/FAB/AnimatedFABIcon.d.ts +1 -1
  36. package/types/components/FAB/FAB.d.ts +1 -1
  37. package/types/components/Icon/AnimatedIcon.d.ts +1 -1
  38. package/types/components/Icon/HeroIcon/index.d.ts +2 -2
  39. package/types/components/Icon/IconList.d.ts +1 -1
  40. package/types/components/Icon/index.d.ts +2 -2
  41. package/types/components/Icon/utils.d.ts +1 -1
  42. package/types/components/List/StyledListItem.d.ts +2 -2
  43. package/types/components/PinInput/StyledPinInput.d.ts +1 -1
  44. package/types/components/Portal/reducer.d.ts +1 -1
  45. package/types/components/Portal/types.d.ts +1 -1
  46. package/types/components/Progress/types.d.ts +1 -1
  47. package/types/components/Radio/types.d.ts +1 -1
  48. package/types/components/RefreshControl/index.d.ts +1 -1
  49. package/types/components/RichTextEditor/RichTextEditor.d.ts +1 -1
  50. package/types/components/RichTextEditor/types.d.ts +1 -1
  51. package/types/components/SectionHeading/StyledHeading.d.ts +1 -1
  52. package/types/components/Select/BaseOptionList.d.ts +1 -1
  53. package/types/components/Select/MultiSelect/OptionList.d.ts +1 -1
  54. package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
  55. package/types/components/Select/helpers.d.ts +1 -1
  56. package/types/components/Select/types.d.ts +6 -6
  57. package/types/components/Skeleton/StyledSkeleton.d.ts +2 -2
  58. package/types/components/Success/StyledSuccess.d.ts +1 -1
  59. package/types/components/Swipeable/StyledSwipeable.d.ts +1 -1
  60. package/types/components/Swipeable/index.d.ts +2 -2
  61. package/types/components/Switch/SelectorSwitch/index.d.ts +3 -3
  62. package/types/components/Switch/StyledSwitch.d.ts +1 -1
  63. package/types/components/Tabs/TabWithBadge.d.ts +3 -3
  64. package/types/components/Tabs/index.d.ts +2 -2
  65. package/types/components/Tag/StyledTag.d.ts +1 -1
  66. package/types/components/TextInput/StyledTextInput.d.ts +2 -2
  67. package/types/components/TextInput/index.d.ts +1 -1
  68. package/types/components/Toast/ToastContext.d.ts +2 -2
  69. package/types/components/Toast/ToastProvider.d.ts +1 -1
  70. package/types/components/Toast/types.d.ts +2 -2
  71. package/types/components/Typography/Body/StyledBody.d.ts +1 -1
  72. package/types/components/Typography/Title/StyledTitle.d.ts +1 -1
  73. package/types/components/Typography/types.d.ts +1 -1
  74. package/types/theme/ThemeSwitcher.d.ts +1 -1
  75. package/types/theme/components/badge.d.ts +1 -1
  76. package/types/theme/components/button.d.ts +1 -1
  77. package/types/theme/components/carousel.d.ts +1 -1
  78. package/types/theme/components/empty.d.ts +1 -1
  79. package/types/theme/components/error.d.ts +1 -1
  80. package/types/theme/components/fab.d.ts +1 -1
  81. package/types/theme/components/pinInput.d.ts +1 -1
  82. package/types/theme/components/success.d.ts +1 -1
  83. package/types/theme/components/tag.d.ts +1 -1
  84. package/types/theme/getTheme.d.ts +1 -1
  85. package/types/theme/global/colors/types.d.ts +3 -3
  86. package/types/theme/global/index.d.ts +1 -1
  87. package/types/theme/global/scale.d.ts +1 -1
  88. package/types/theme/global/shadows.d.ts +1 -1
  89. package/types/theme/global/typography.d.ts +1 -1
package/es/index.js CHANGED
@@ -6871,7 +6871,7 @@ var Typography = {
6871
6871
  };
6872
6872
 
6873
6873
  // 🔴 DO NOT EDIT — This file is generated automatically.
6874
- var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay-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', '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-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-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', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', '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', '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', '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'];
6874
+ var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', '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-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-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', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', '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', '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', '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'];
6875
6875
 
6876
6876
  var activate = 59000;
6877
6877
  var adjustment = 59003;
@@ -6907,59 +6907,59 @@ var folder = 59091;
6907
6907
  var globe = 59101;
6908
6908
  var graph = 59103;
6909
6909
  var heart = 59106;
6910
- var home = 59107;
6911
- var image = 59108;
6912
- var instapay = 59113;
6913
- var list = 59114;
6914
- var loading = 59116;
6915
- var location = 59118;
6916
- var lock = 59119;
6917
- var menu = 59123;
6918
- var moneybag = 59125;
6919
- var moon = 59126;
6920
- var node = 59130;
6921
- var paperclip = 59132;
6922
- var pencil = 59134;
6923
- var phone = 59135;
6924
- var plane = 59138;
6925
- var print = 59140;
6926
- var reply = 59143;
6927
- var reschedule = 59144;
6928
- var rostering = 59145;
6929
- var save = 59147;
6930
- var schedule = 59149;
6931
- var send = 59151;
6932
- var speaker = 59153;
6933
- var star = 59158;
6934
- var stopwatch = 59160;
6935
- var suitcase = 59161;
6936
- var surfing = 59162;
6937
- var survey = 59163;
6938
- var swag = 59168;
6939
- var tag = 59171;
6940
- var target = 59172;
6941
- var teams = 59173;
6942
- var timesheet = 59174;
6943
- var unlock = 59177;
6944
- var user = 59178;
6945
- var wallet = 59181;
6946
- var warning = 59182;
6947
- var add = 59188;
6948
- var bold = 59212;
6949
- var cancel = 59226;
6950
- var checkmark = 59232;
6951
- var italic = 59317;
6952
- var number = 59344;
6953
- var percentage = 59349;
6954
- var redeem = 59359;
6955
- var refresh = 59360;
6956
- var remove = 59361;
6957
- var restart = 59363;
6958
- var strikethrough = 59389;
6959
- var sync = 59395;
6960
- var transfer = 59403;
6961
- var unavailable = 59407;
6962
- var underline = 59408;
6910
+ var home = 59108;
6911
+ var image = 59109;
6912
+ var instapay = 59114;
6913
+ var list = 59115;
6914
+ var loading = 59117;
6915
+ var location = 59119;
6916
+ var lock = 59120;
6917
+ var menu = 59124;
6918
+ var moneybag = 59126;
6919
+ var moon = 59127;
6920
+ var node = 59131;
6921
+ var paperclip = 59133;
6922
+ var pencil = 59135;
6923
+ var phone = 59136;
6924
+ var plane = 59139;
6925
+ var print = 59141;
6926
+ var reply = 59144;
6927
+ var reschedule = 59145;
6928
+ var rostering = 59146;
6929
+ var save = 59148;
6930
+ var schedule = 59150;
6931
+ var send = 59152;
6932
+ var speaker = 59154;
6933
+ var star = 59159;
6934
+ var stopwatch = 59161;
6935
+ var suitcase = 59162;
6936
+ var surfing = 59163;
6937
+ var survey = 59164;
6938
+ var swag = 59169;
6939
+ var tag = 59172;
6940
+ var target = 59173;
6941
+ var teams = 59174;
6942
+ var timesheet = 59175;
6943
+ var unlock = 59178;
6944
+ var user = 59179;
6945
+ var wallet = 59182;
6946
+ var warning = 59183;
6947
+ var add = 59189;
6948
+ var bold = 59214;
6949
+ var cancel = 59228;
6950
+ var checkmark = 59234;
6951
+ var italic = 59319;
6952
+ var number = 59346;
6953
+ var percentage = 59351;
6954
+ var redeem = 59361;
6955
+ var refresh = 59362;
6956
+ var remove = 59363;
6957
+ var restart = 59365;
6958
+ var strikethrough = 59391;
6959
+ var sync = 59397;
6960
+ var transfer = 59405;
6961
+ var unavailable = 59409;
6962
+ var underline = 59410;
6963
6963
  var glyphMap = {
6964
6964
  activate: activate,
6965
6965
  "add-emoji": 59001,
@@ -7068,319 +7068,321 @@ var glyphMap = {
7068
7068
  "happy-sun": 59104,
7069
7069
  "health-bag": 59105,
7070
7070
  heart: heart,
7071
+ "hero-points": 59107,
7071
7072
  home: home,
7072
7073
  image: image,
7073
- "import": 59109,
7074
- "incident-siren": 59110,
7075
- "instapay-daily": 59111,
7076
- "instapay-now": 59112,
7074
+ "import": 59110,
7075
+ "incident-siren": 59111,
7076
+ "instapay-daily": 59112,
7077
+ "instapay-now": 59113,
7077
7078
  instapay: instapay,
7078
7079
  list: list,
7079
- "loading-2": 59115,
7080
+ "loading-2": 59116,
7080
7081
  loading: loading,
7081
- "location-on": 59117,
7082
+ "location-on": 59118,
7082
7083
  location: location,
7083
7084
  lock: lock,
7084
- "looks-one": 59120,
7085
- "looks-two": 59121,
7086
- "media-content": 59122,
7085
+ "looks-one": 59121,
7086
+ "looks-two": 59122,
7087
+ "media-content": 59123,
7087
7088
  menu: menu,
7088
- "money-notes": 59124,
7089
+ "money-notes": 59125,
7089
7090
  moneybag: moneybag,
7090
7091
  moon: moon,
7091
- "multiple-stars": 59127,
7092
- "multiple-users": 59128,
7093
- "near-me": 59129,
7092
+ "multiple-stars": 59128,
7093
+ "multiple-users": 59129,
7094
+ "near-me": 59130,
7094
7095
  node: node,
7095
- "open-folder": 59131,
7096
+ "open-folder": 59132,
7096
7097
  paperclip: paperclip,
7097
- "payment-summary": 59133,
7098
+ "payment-summary": 59134,
7098
7099
  pencil: pencil,
7099
7100
  phone: phone,
7100
- "piggy-bank": 59136,
7101
- "plane-up": 59137,
7101
+ "piggy-bank": 59137,
7102
+ "plane-up": 59138,
7102
7103
  plane: plane,
7103
- "play-circle": 59139,
7104
+ "play-circle": 59140,
7104
7105
  print: print,
7105
- "raising-hands": 59141,
7106
- "reply-arrow": 59142,
7106
+ "raising-hands": 59142,
7107
+ "reply-arrow": 59143,
7107
7108
  reply: reply,
7108
7109
  reschedule: reschedule,
7109
7110
  rostering: rostering,
7110
- "salary-sacrifice": 59146,
7111
+ "salary-sacrifice": 59147,
7111
7112
  save: save,
7112
- "schedule-send": 59148,
7113
+ "schedule-send": 59149,
7113
7114
  schedule: schedule,
7114
- "search-person": 59150,
7115
+ "search-person": 59151,
7115
7116
  send: send,
7116
- "speaker-active": 59152,
7117
+ "speaker-active": 59153,
7117
7118
  speaker: speaker,
7118
- "star-award": 59154,
7119
- "star-badge": 59155,
7120
- "star-circle": 59156,
7121
- "star-medal": 59157,
7119
+ "star-award": 59155,
7120
+ "star-badge": 59156,
7121
+ "star-circle": 59157,
7122
+ "star-medal": 59158,
7122
7123
  star: star,
7123
- "steps-circle": 59159,
7124
+ "steps-circle": 59160,
7124
7125
  stopwatch: stopwatch,
7125
7126
  suitcase: suitcase,
7126
7127
  surfing: surfing,
7127
7128
  survey: survey,
7128
- "swag-pillar-benefit": 59164,
7129
- "swag-pillar-career": 59165,
7130
- "swag-pillar-money": 59166,
7131
- "swag-pillar-work": 59167,
7129
+ "swag-pillar-benefit": 59165,
7130
+ "swag-pillar-career": 59166,
7131
+ "swag-pillar-money": 59167,
7132
+ "swag-pillar-work": 59168,
7132
7133
  swag: swag,
7133
- "swipe-right": 59169,
7134
- "switch": 59170,
7134
+ "swipe-right": 59170,
7135
+ "switch": 59171,
7135
7136
  tag: tag,
7136
7137
  target: target,
7137
7138
  teams: teams,
7138
7139
  timesheet: timesheet,
7139
- "touch-id": 59175,
7140
- "trash-bin": 59176,
7140
+ "touch-id": 59176,
7141
+ "trash-bin": 59177,
7141
7142
  unlock: unlock,
7142
7143
  user: user,
7143
- "video-1": 59179,
7144
- "video-2": 59180,
7144
+ "video-1": 59180,
7145
+ "video-2": 59181,
7145
7146
  wallet: wallet,
7146
7147
  warning: warning,
7147
- "activate-outlined": 59183,
7148
- "add-credit-card-outlined": 59184,
7149
- "add-person-outlined": 59185,
7150
- "add-section-outlined": 59186,
7151
- "add-time-outlined": 59187,
7148
+ "activate-outlined": 59184,
7149
+ "add-credit-card-outlined": 59185,
7150
+ "add-person-outlined": 59186,
7151
+ "add-section-outlined": 59187,
7152
+ "add-time-outlined": 59188,
7152
7153
  add: add,
7153
- "adjustment-outlined": 59189,
7154
- "ai-outlined": 59190,
7155
- "alignment-2-outlined": 59191,
7156
- "alignment-outlined": 59192,
7157
- "all-caps": 59193,
7158
- "application-outlined": 59194,
7159
- "arrow-down": 59195,
7160
- "arrow-downwards": 59196,
7161
- "arrow-left": 59197,
7162
- "arrow-leftwards": 59198,
7163
- "arrow-right": 59199,
7164
- "arrow-rightwards": 59200,
7165
- "arrow-up": 59201,
7166
- "arrow-upwards": 59202,
7167
- "article-outlined": 59203,
7168
- "at-sign": 59204,
7169
- "auto-graph-outlined": 59205,
7170
- "beer-outlined": 59206,
7171
- "bell-active-outlined": 59207,
7172
- "bell-outlined": 59208,
7173
- "bell-slash-outlined": 59209,
7174
- "billing-outlined": 59210,
7175
- "body-outlined": 59211,
7154
+ "adjustment-outlined": 59190,
7155
+ "ai-outlined": 59191,
7156
+ "alignment-2-outlined": 59192,
7157
+ "alignment-outlined": 59193,
7158
+ "all-caps": 59194,
7159
+ "application-outlined": 59195,
7160
+ "arrow-down": 59196,
7161
+ "arrow-downwards": 59197,
7162
+ "arrow-left": 59198,
7163
+ "arrow-leftwards": 59199,
7164
+ "arrow-right": 59200,
7165
+ "arrow-rightwards": 59201,
7166
+ "arrow-up": 59202,
7167
+ "arrow-upwards": 59203,
7168
+ "article-outlined": 59204,
7169
+ "at-sign": 59205,
7170
+ "auto-graph-outlined": 59206,
7171
+ "beer-outlined": 59207,
7172
+ "bell-active-outlined": 59208,
7173
+ "bell-outlined": 59209,
7174
+ "bell-slash-outlined": 59210,
7175
+ "bill-management-outlined": 59211,
7176
+ "billing-outlined": 59212,
7177
+ "body-outlined": 59213,
7176
7178
  bold: bold,
7177
- "bolt-outlined": 59213,
7178
- "book-outlined": 59214,
7179
- "bookmark-added-outlined": 59215,
7180
- "bookmark-outlined": 59216,
7181
- "box-check-outlined": 59217,
7182
- "box-outlined": 59218,
7183
- "bullet-points": 59219,
7184
- "cake-outlined": 59220,
7185
- "calendar-dates-outlined": 59221,
7186
- "calendar-star-outlined": 59222,
7187
- "call-outlined": 59223,
7188
- "call-split-outlined": 59224,
7189
- "camera-outlined": 59225,
7179
+ "bolt-outlined": 59215,
7180
+ "book-outlined": 59216,
7181
+ "bookmark-added-outlined": 59217,
7182
+ "bookmark-outlined": 59218,
7183
+ "box-check-outlined": 59219,
7184
+ "box-outlined": 59220,
7185
+ "bullet-points": 59221,
7186
+ "cake-outlined": 59222,
7187
+ "calendar-dates-outlined": 59223,
7188
+ "calendar-star-outlined": 59224,
7189
+ "call-outlined": 59225,
7190
+ "call-split-outlined": 59226,
7191
+ "camera-outlined": 59227,
7190
7192
  cancel: cancel,
7191
- "car-forward-outlined": 59227,
7192
- "cashback-outlined": 59228,
7193
- "charging-station-outlined": 59229,
7194
- "chat-bubble-outlined": 59230,
7195
- "chat-unread-outlined": 59231,
7193
+ "car-forward-outlined": 59229,
7194
+ "cashback-outlined": 59230,
7195
+ "charging-station-outlined": 59231,
7196
+ "chat-bubble-outlined": 59232,
7197
+ "chat-unread-outlined": 59233,
7196
7198
  checkmark: checkmark,
7197
- "circle-add-outlined": 59233,
7198
- "circle-cancel-outlined": 59234,
7199
- "circle-down-outlined": 59235,
7200
- "circle-info-outlined": 59236,
7201
- "circle-left-outlined": 59237,
7202
- "circle-ok-outlined": 59238,
7203
- "circle-question-outlined": 59239,
7204
- "circle-remove-outlined": 59240,
7205
- "circle-right-outlined": 59241,
7206
- "circle-up-outlined": 59242,
7207
- "circle-warning-outlined": 59243,
7208
- "clock-2-outlined": 59244,
7209
- "clock-outlined": 59245,
7210
- "cog-outlined": 59246,
7211
- "coin-outlined": 59247,
7212
- "coin-super-outlined": 59248,
7213
- "comment-outlined": 59249,
7214
- "contacts-outlined": 59250,
7215
- "contacts-user-outlined": 59251,
7216
- "credit-card-outlined": 59252,
7217
- "cup-outlined": 59253,
7218
- "dentistry-outlined": 59254,
7219
- "direction-arrows-outlined": 59255,
7220
- "directory-outlined": 59256,
7221
- "document-outlined": 59257,
7222
- "dollar-box-outlined": 59258,
7223
- "dollar-card-outlined": 59259,
7224
- "dollar-coin-shine-outlined": 59260,
7225
- "dollar-credit-card-outlined": 59261,
7226
- "dollar-sign": 59262,
7227
- "double-buildings-outlined": 59263,
7228
- "double-left-arrows": 59264,
7229
- "double-right-arrows": 59265,
7230
- "download-box-outlined": 59266,
7231
- "download-outlined": 59267,
7232
- "edit-template-outlined": 59268,
7233
- "email-outlined": 59269,
7234
- "enter-arrow": 59270,
7235
- "envelope-outlined": 59271,
7236
- "expense-approval-outlined": 59272,
7237
- "expense-outlined": 59273,
7238
- "explore-outlined": 59274,
7239
- "extension-outlined": 59275,
7240
- "external-link": 59276,
7241
- "eye-invisible-outlined": 59277,
7242
- "eye-outlined": 59278,
7243
- "face-id": 59279,
7244
- "face-meh-outlined": 59280,
7245
- "face-open-smiley-outlined": 59281,
7246
- "face-sad-outlined": 59282,
7247
- "face-smiley-outlined": 59283,
7248
- "fastfood-outlined": 59284,
7249
- "feed-outlined": 59285,
7250
- "file-certified-outlined": 59286,
7251
- "file-clone-outlined": 59287,
7252
- "file-copy-outlined": 59288,
7253
- "file-dispose-outlined": 59289,
7254
- "file-dollar-certified-outlined": 59290,
7255
- "file-dollar-outlined": 59291,
7256
- "file-download-outlined": 59292,
7257
- "file-export-outlined": 59293,
7258
- "file-lock-outlined": 59294,
7259
- "file-outlined": 59295,
7260
- "file-search-outlined": 59296,
7261
- "file-secured-outlined": 59297,
7262
- "file-statutory-outlined": 59298,
7263
- "file-verified-outlined": 59299,
7264
- "filter-outlined": 59300,
7265
- "folder-outlined": 59301,
7266
- "folder-user-outlined": 59302,
7267
- "form-outlined": 59303,
7268
- "funnel-filter-outline": 59304,
7269
- "goal-outlined": 59305,
7270
- "graph-outlined": 59306,
7271
- "hand-holding-user-outlined": 59307,
7272
- "happy-sun-outlined": 59308,
7273
- "health-bag-outlined": 59309,
7274
- "heart-outlined": 59310,
7275
- "home-active-outlined": 59311,
7276
- "home-outlined": 59312,
7277
- "id-card-outlined": 59313,
7278
- "image-outlined": 59314,
7279
- "import-outlined": 59315,
7280
- "instapay-outlined": 59316,
7199
+ "circle-add-outlined": 59235,
7200
+ "circle-cancel-outlined": 59236,
7201
+ "circle-down-outlined": 59237,
7202
+ "circle-info-outlined": 59238,
7203
+ "circle-left-outlined": 59239,
7204
+ "circle-ok-outlined": 59240,
7205
+ "circle-question-outlined": 59241,
7206
+ "circle-remove-outlined": 59242,
7207
+ "circle-right-outlined": 59243,
7208
+ "circle-up-outlined": 59244,
7209
+ "circle-warning-outlined": 59245,
7210
+ "clock-2-outlined": 59246,
7211
+ "clock-outlined": 59247,
7212
+ "cog-outlined": 59248,
7213
+ "coin-outlined": 59249,
7214
+ "coin-super-outlined": 59250,
7215
+ "comment-outlined": 59251,
7216
+ "contacts-outlined": 59252,
7217
+ "contacts-user-outlined": 59253,
7218
+ "credit-card-outlined": 59254,
7219
+ "cup-outlined": 59255,
7220
+ "dentistry-outlined": 59256,
7221
+ "direction-arrows-outlined": 59257,
7222
+ "directory-outlined": 59258,
7223
+ "document-outlined": 59259,
7224
+ "dollar-box-outlined": 59260,
7225
+ "dollar-card-outlined": 59261,
7226
+ "dollar-coin-shine-outlined": 59262,
7227
+ "dollar-credit-card-outlined": 59263,
7228
+ "dollar-sign": 59264,
7229
+ "double-buildings-outlined": 59265,
7230
+ "double-left-arrows": 59266,
7231
+ "double-right-arrows": 59267,
7232
+ "download-box-outlined": 59268,
7233
+ "download-outlined": 59269,
7234
+ "edit-template-outlined": 59270,
7235
+ "email-outlined": 59271,
7236
+ "enter-arrow": 59272,
7237
+ "envelope-outlined": 59273,
7238
+ "expense-approval-outlined": 59274,
7239
+ "expense-outlined": 59275,
7240
+ "explore-outlined": 59276,
7241
+ "extension-outlined": 59277,
7242
+ "external-link": 59278,
7243
+ "eye-invisible-outlined": 59279,
7244
+ "eye-outlined": 59280,
7245
+ "face-id": 59281,
7246
+ "face-meh-outlined": 59282,
7247
+ "face-open-smiley-outlined": 59283,
7248
+ "face-sad-outlined": 59284,
7249
+ "face-smiley-outlined": 59285,
7250
+ "fastfood-outlined": 59286,
7251
+ "feed-outlined": 59287,
7252
+ "file-certified-outlined": 59288,
7253
+ "file-clone-outlined": 59289,
7254
+ "file-copy-outlined": 59290,
7255
+ "file-dispose-outlined": 59291,
7256
+ "file-dollar-certified-outlined": 59292,
7257
+ "file-dollar-outlined": 59293,
7258
+ "file-download-outlined": 59294,
7259
+ "file-export-outlined": 59295,
7260
+ "file-lock-outlined": 59296,
7261
+ "file-outlined": 59297,
7262
+ "file-search-outlined": 59298,
7263
+ "file-secured-outlined": 59299,
7264
+ "file-statutory-outlined": 59300,
7265
+ "file-verified-outlined": 59301,
7266
+ "filter-outlined": 59302,
7267
+ "folder-outlined": 59303,
7268
+ "folder-user-outlined": 59304,
7269
+ "form-outlined": 59305,
7270
+ "funnel-filter-outline": 59306,
7271
+ "goal-outlined": 59307,
7272
+ "graph-outlined": 59308,
7273
+ "hand-holding-user-outlined": 59309,
7274
+ "happy-sun-outlined": 59310,
7275
+ "health-bag-outlined": 59311,
7276
+ "heart-outlined": 59312,
7277
+ "home-active-outlined": 59313,
7278
+ "home-outlined": 59314,
7279
+ "id-card-outlined": 59315,
7280
+ "image-outlined": 59316,
7281
+ "import-outlined": 59317,
7282
+ "instapay-outlined": 59318,
7281
7283
  italic: italic,
7282
- "job-search-outlined": 59318,
7283
- "leave-approval-outlined": 59319,
7284
- "link-1": 59320,
7285
- "link-2": 59321,
7286
- "list-outlined": 59322,
7287
- "live-help-outlined": 59323,
7288
- "location-on-outlined": 59324,
7289
- "location-outlined": 59325,
7290
- "lock-outlined": 59326,
7291
- "locked-file-outlined": 59327,
7292
- "log-out": 59328,
7293
- "mail-outlined": 59329,
7294
- "media-content-outlined": 59330,
7295
- "menu-close": 59331,
7296
- "menu-expand": 59332,
7297
- "menu-fold-outlined": 59333,
7298
- "menu-unfold-outlined": 59334,
7299
- "moneybag-outlined": 59335,
7300
- "moon-outlined": 59336,
7301
- "more-horizontal": 59337,
7302
- "more-vertical": 59338,
7303
- "multiple-folders-outlined": 59339,
7304
- "multiple-users-outlined": 59340,
7305
- "near-me-outlined": 59341,
7306
- "node-outlined": 59342,
7307
- "number-points": 59343,
7284
+ "job-search-outlined": 59320,
7285
+ "leave-approval-outlined": 59321,
7286
+ "link-1": 59322,
7287
+ "link-2": 59323,
7288
+ "list-outlined": 59324,
7289
+ "live-help-outlined": 59325,
7290
+ "location-on-outlined": 59326,
7291
+ "location-outlined": 59327,
7292
+ "lock-outlined": 59328,
7293
+ "locked-file-outlined": 59329,
7294
+ "log-out": 59330,
7295
+ "mail-outlined": 59331,
7296
+ "media-content-outlined": 59332,
7297
+ "menu-close": 59333,
7298
+ "menu-expand": 59334,
7299
+ "menu-fold-outlined": 59335,
7300
+ "menu-unfold-outlined": 59336,
7301
+ "moneybag-outlined": 59337,
7302
+ "moon-outlined": 59338,
7303
+ "more-horizontal": 59339,
7304
+ "more-vertical": 59340,
7305
+ "multiple-folders-outlined": 59341,
7306
+ "multiple-users-outlined": 59342,
7307
+ "near-me-outlined": 59343,
7308
+ "node-outlined": 59344,
7309
+ "number-points": 59345,
7308
7310
  number: number,
7309
- "overview-outlined": 59345,
7310
- "payment-summary-outlined": 59346,
7311
- "payslip-outlined": 59347,
7312
- "pencil-outlined": 59348,
7311
+ "overview-outlined": 59347,
7312
+ "payment-summary-outlined": 59348,
7313
+ "payslip-outlined": 59349,
7314
+ "pencil-outlined": 59350,
7313
7315
  percentage: percentage,
7314
- "phone-outlined": 59350,
7315
- "piggy-bank-outlined": 59351,
7316
- "plane-outlined": 59352,
7317
- "play-circle-outlined": 59353,
7318
- "print-outlined": 59354,
7319
- "propane-tank-outlined": 59355,
7320
- "qr-code-outlined": 59356,
7321
- "qualification-outlined": 59357,
7322
- "re-assign": 59358,
7316
+ "phone-outlined": 59352,
7317
+ "piggy-bank-outlined": 59353,
7318
+ "plane-outlined": 59354,
7319
+ "play-circle-outlined": 59355,
7320
+ "print-outlined": 59356,
7321
+ "propane-tank-outlined": 59357,
7322
+ "qr-code-outlined": 59358,
7323
+ "qualification-outlined": 59359,
7324
+ "re-assign": 59360,
7323
7325
  redeem: redeem,
7324
7326
  refresh: refresh,
7325
7327
  remove: remove,
7326
- "reply-outlined": 59362,
7328
+ "reply-outlined": 59364,
7327
7329
  restart: restart,
7328
- "resume-outlined": 59364,
7329
- "return-arrow": 59365,
7330
- "rostering-outlined": 59366,
7331
- "safety-outlined": 59367,
7332
- "save-outlined": 59368,
7333
- "schedule-outlined": 59369,
7334
- "search-outlined": 59370,
7335
- "search-secured-outlined": 59371,
7336
- "send-outlined": 59372,
7337
- "share-1": 59373,
7338
- "share-2": 59374,
7339
- "share-outlined": 59375,
7340
- "show-chart-outlined": 59376,
7341
- "single-down-arrow": 59377,
7342
- "single-left-arrow": 59378,
7343
- "single-right-arrow": 59379,
7344
- "single-up-arrow": 59380,
7345
- "smart-match-outlined": 59381,
7346
- "sparkle-outlined": 59382,
7347
- "speaker-active-outlined": 59383,
7348
- "speaker-outlined": 59384,
7349
- "star-circle-outlined": 59385,
7350
- "star-outlined": 59386,
7351
- "stash-outlined": 59387,
7352
- "stopwatch-outlined": 59388,
7330
+ "resume-outlined": 59366,
7331
+ "return-arrow": 59367,
7332
+ "rostering-outlined": 59368,
7333
+ "safety-outlined": 59369,
7334
+ "save-outlined": 59370,
7335
+ "schedule-outlined": 59371,
7336
+ "search-outlined": 59372,
7337
+ "search-secured-outlined": 59373,
7338
+ "send-outlined": 59374,
7339
+ "share-1": 59375,
7340
+ "share-2": 59376,
7341
+ "share-outlined": 59377,
7342
+ "show-chart-outlined": 59378,
7343
+ "single-down-arrow": 59379,
7344
+ "single-left-arrow": 59380,
7345
+ "single-right-arrow": 59381,
7346
+ "single-up-arrow": 59382,
7347
+ "smart-match-outlined": 59383,
7348
+ "sparkle-outlined": 59384,
7349
+ "speaker-active-outlined": 59385,
7350
+ "speaker-outlined": 59386,
7351
+ "star-circle-outlined": 59387,
7352
+ "star-outlined": 59388,
7353
+ "stash-outlined": 59389,
7354
+ "stopwatch-outlined": 59390,
7353
7355
  strikethrough: strikethrough,
7354
- "styler-outlined": 59390,
7355
- "suitcase-clock-outlined": 59391,
7356
- "suitcase-outlined": 59392,
7357
- "survey-outlined": 59393,
7358
- "switch-outlined": 59394,
7356
+ "styler-outlined": 59392,
7357
+ "suitcase-clock-outlined": 59393,
7358
+ "suitcase-outlined": 59394,
7359
+ "survey-outlined": 59395,
7360
+ "switch-outlined": 59396,
7359
7361
  sync: sync,
7360
- "tag-outlined": 59396,
7361
- "target-outlined": 59397,
7362
- "tennis-outlined": 59398,
7363
- "ticket-outlined": 59399,
7364
- "timesheet-outlined": 59400,
7365
- "timesheets-outlined": 59401,
7366
- "today-outlined": 59402,
7362
+ "tag-outlined": 59398,
7363
+ "target-outlined": 59399,
7364
+ "tennis-outlined": 59400,
7365
+ "ticket-outlined": 59401,
7366
+ "timesheet-outlined": 59402,
7367
+ "timesheets-outlined": 59403,
7368
+ "today-outlined": 59404,
7367
7369
  transfer: transfer,
7368
- "trash-bin-outlined": 59404,
7369
- "umbrela-outlined": 59405,
7370
- "unavailability-outlined": 59406,
7370
+ "trash-bin-outlined": 59406,
7371
+ "umbrela-outlined": 59407,
7372
+ "unavailability-outlined": 59408,
7371
7373
  unavailable: unavailable,
7372
7374
  underline: underline,
7373
- "union-outlined": 59409,
7374
- "unlock-outlined": 59410,
7375
- "upload-outlined": 59411,
7376
- "user-circle-outlined": 59412,
7377
- "user-gear-outlined": 59413,
7378
- "user-outlined": 59414,
7379
- "user-rectangle-outlined": 59415,
7380
- "video-1-outlined": 59416,
7381
- "video-2-outlined": 59417,
7382
- "volunteer-outlined": 59418,
7383
- "wallet-outlined": 59419
7375
+ "union-outlined": 59411,
7376
+ "unlock-outlined": 59412,
7377
+ "upload-outlined": 59413,
7378
+ "user-circle-outlined": 59414,
7379
+ "user-gear-outlined": 59415,
7380
+ "user-outlined": 59416,
7381
+ "user-rectangle-outlined": 59417,
7382
+ "video-1-outlined": 59418,
7383
+ "video-2-outlined": 59419,
7384
+ "volunteer-outlined": 59420,
7385
+ "wallet-outlined": 59421
7384
7386
  };
7385
7387
 
7386
7388
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -13566,7 +13568,7 @@ var DragableDrawer = function DragableDrawer(_ref) {
13566
13568
  if (animatedToValue >= 0) {
13567
13569
  var animation = Animated.timing(pan, {
13568
13570
  toValue: animatedToValue,
13569
- useNativeDriver: true,
13571
+ useNativeDriver: Platform.OS !== 'web',
13570
13572
  easing: Easing.inOut(Easing.cubic)
13571
13573
  });
13572
13574
  animation.start(function () {