@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/lib/index.js CHANGED
@@ -6901,7 +6901,7 @@ var Typography = {
6901
6901
  };
6902
6902
 
6903
6903
  // 🔴 DO NOT EDIT — This file is generated automatically.
6904
- 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'];
6904
+ 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'];
6905
6905
 
6906
6906
  var activate = 59000;
6907
6907
  var adjustment = 59003;
@@ -6937,59 +6937,59 @@ var folder = 59091;
6937
6937
  var globe = 59101;
6938
6938
  var graph = 59103;
6939
6939
  var heart = 59106;
6940
- var home = 59107;
6941
- var image = 59108;
6942
- var instapay = 59113;
6943
- var list = 59114;
6944
- var loading = 59116;
6945
- var location = 59118;
6946
- var lock = 59119;
6947
- var menu = 59123;
6948
- var moneybag = 59125;
6949
- var moon = 59126;
6950
- var node = 59130;
6951
- var paperclip = 59132;
6952
- var pencil = 59134;
6953
- var phone = 59135;
6954
- var plane = 59138;
6955
- var print = 59140;
6956
- var reply = 59143;
6957
- var reschedule = 59144;
6958
- var rostering = 59145;
6959
- var save = 59147;
6960
- var schedule = 59149;
6961
- var send = 59151;
6962
- var speaker = 59153;
6963
- var star = 59158;
6964
- var stopwatch = 59160;
6965
- var suitcase = 59161;
6966
- var surfing = 59162;
6967
- var survey = 59163;
6968
- var swag = 59168;
6969
- var tag = 59171;
6970
- var target = 59172;
6971
- var teams = 59173;
6972
- var timesheet = 59174;
6973
- var unlock = 59177;
6974
- var user = 59178;
6975
- var wallet = 59181;
6976
- var warning = 59182;
6977
- var add = 59188;
6978
- var bold = 59212;
6979
- var cancel = 59226;
6980
- var checkmark = 59232;
6981
- var italic = 59317;
6982
- var number = 59344;
6983
- var percentage = 59349;
6984
- var redeem = 59359;
6985
- var refresh = 59360;
6986
- var remove = 59361;
6987
- var restart = 59363;
6988
- var strikethrough = 59389;
6989
- var sync = 59395;
6990
- var transfer = 59403;
6991
- var unavailable = 59407;
6992
- var underline = 59408;
6940
+ var home = 59108;
6941
+ var image = 59109;
6942
+ var instapay = 59114;
6943
+ var list = 59115;
6944
+ var loading = 59117;
6945
+ var location = 59119;
6946
+ var lock = 59120;
6947
+ var menu = 59124;
6948
+ var moneybag = 59126;
6949
+ var moon = 59127;
6950
+ var node = 59131;
6951
+ var paperclip = 59133;
6952
+ var pencil = 59135;
6953
+ var phone = 59136;
6954
+ var plane = 59139;
6955
+ var print = 59141;
6956
+ var reply = 59144;
6957
+ var reschedule = 59145;
6958
+ var rostering = 59146;
6959
+ var save = 59148;
6960
+ var schedule = 59150;
6961
+ var send = 59152;
6962
+ var speaker = 59154;
6963
+ var star = 59159;
6964
+ var stopwatch = 59161;
6965
+ var suitcase = 59162;
6966
+ var surfing = 59163;
6967
+ var survey = 59164;
6968
+ var swag = 59169;
6969
+ var tag = 59172;
6970
+ var target = 59173;
6971
+ var teams = 59174;
6972
+ var timesheet = 59175;
6973
+ var unlock = 59178;
6974
+ var user = 59179;
6975
+ var wallet = 59182;
6976
+ var warning = 59183;
6977
+ var add = 59189;
6978
+ var bold = 59214;
6979
+ var cancel = 59228;
6980
+ var checkmark = 59234;
6981
+ var italic = 59319;
6982
+ var number = 59346;
6983
+ var percentage = 59351;
6984
+ var redeem = 59361;
6985
+ var refresh = 59362;
6986
+ var remove = 59363;
6987
+ var restart = 59365;
6988
+ var strikethrough = 59391;
6989
+ var sync = 59397;
6990
+ var transfer = 59405;
6991
+ var unavailable = 59409;
6992
+ var underline = 59410;
6993
6993
  var glyphMap = {
6994
6994
  activate: activate,
6995
6995
  "add-emoji": 59001,
@@ -7098,319 +7098,321 @@ var glyphMap = {
7098
7098
  "happy-sun": 59104,
7099
7099
  "health-bag": 59105,
7100
7100
  heart: heart,
7101
+ "hero-points": 59107,
7101
7102
  home: home,
7102
7103
  image: image,
7103
- "import": 59109,
7104
- "incident-siren": 59110,
7105
- "instapay-daily": 59111,
7106
- "instapay-now": 59112,
7104
+ "import": 59110,
7105
+ "incident-siren": 59111,
7106
+ "instapay-daily": 59112,
7107
+ "instapay-now": 59113,
7107
7108
  instapay: instapay,
7108
7109
  list: list,
7109
- "loading-2": 59115,
7110
+ "loading-2": 59116,
7110
7111
  loading: loading,
7111
- "location-on": 59117,
7112
+ "location-on": 59118,
7112
7113
  location: location,
7113
7114
  lock: lock,
7114
- "looks-one": 59120,
7115
- "looks-two": 59121,
7116
- "media-content": 59122,
7115
+ "looks-one": 59121,
7116
+ "looks-two": 59122,
7117
+ "media-content": 59123,
7117
7118
  menu: menu,
7118
- "money-notes": 59124,
7119
+ "money-notes": 59125,
7119
7120
  moneybag: moneybag,
7120
7121
  moon: moon,
7121
- "multiple-stars": 59127,
7122
- "multiple-users": 59128,
7123
- "near-me": 59129,
7122
+ "multiple-stars": 59128,
7123
+ "multiple-users": 59129,
7124
+ "near-me": 59130,
7124
7125
  node: node,
7125
- "open-folder": 59131,
7126
+ "open-folder": 59132,
7126
7127
  paperclip: paperclip,
7127
- "payment-summary": 59133,
7128
+ "payment-summary": 59134,
7128
7129
  pencil: pencil,
7129
7130
  phone: phone,
7130
- "piggy-bank": 59136,
7131
- "plane-up": 59137,
7131
+ "piggy-bank": 59137,
7132
+ "plane-up": 59138,
7132
7133
  plane: plane,
7133
- "play-circle": 59139,
7134
+ "play-circle": 59140,
7134
7135
  print: print,
7135
- "raising-hands": 59141,
7136
- "reply-arrow": 59142,
7136
+ "raising-hands": 59142,
7137
+ "reply-arrow": 59143,
7137
7138
  reply: reply,
7138
7139
  reschedule: reschedule,
7139
7140
  rostering: rostering,
7140
- "salary-sacrifice": 59146,
7141
+ "salary-sacrifice": 59147,
7141
7142
  save: save,
7142
- "schedule-send": 59148,
7143
+ "schedule-send": 59149,
7143
7144
  schedule: schedule,
7144
- "search-person": 59150,
7145
+ "search-person": 59151,
7145
7146
  send: send,
7146
- "speaker-active": 59152,
7147
+ "speaker-active": 59153,
7147
7148
  speaker: speaker,
7148
- "star-award": 59154,
7149
- "star-badge": 59155,
7150
- "star-circle": 59156,
7151
- "star-medal": 59157,
7149
+ "star-award": 59155,
7150
+ "star-badge": 59156,
7151
+ "star-circle": 59157,
7152
+ "star-medal": 59158,
7152
7153
  star: star,
7153
- "steps-circle": 59159,
7154
+ "steps-circle": 59160,
7154
7155
  stopwatch: stopwatch,
7155
7156
  suitcase: suitcase,
7156
7157
  surfing: surfing,
7157
7158
  survey: survey,
7158
- "swag-pillar-benefit": 59164,
7159
- "swag-pillar-career": 59165,
7160
- "swag-pillar-money": 59166,
7161
- "swag-pillar-work": 59167,
7159
+ "swag-pillar-benefit": 59165,
7160
+ "swag-pillar-career": 59166,
7161
+ "swag-pillar-money": 59167,
7162
+ "swag-pillar-work": 59168,
7162
7163
  swag: swag,
7163
- "swipe-right": 59169,
7164
- "switch": 59170,
7164
+ "swipe-right": 59170,
7165
+ "switch": 59171,
7165
7166
  tag: tag,
7166
7167
  target: target,
7167
7168
  teams: teams,
7168
7169
  timesheet: timesheet,
7169
- "touch-id": 59175,
7170
- "trash-bin": 59176,
7170
+ "touch-id": 59176,
7171
+ "trash-bin": 59177,
7171
7172
  unlock: unlock,
7172
7173
  user: user,
7173
- "video-1": 59179,
7174
- "video-2": 59180,
7174
+ "video-1": 59180,
7175
+ "video-2": 59181,
7175
7176
  wallet: wallet,
7176
7177
  warning: warning,
7177
- "activate-outlined": 59183,
7178
- "add-credit-card-outlined": 59184,
7179
- "add-person-outlined": 59185,
7180
- "add-section-outlined": 59186,
7181
- "add-time-outlined": 59187,
7178
+ "activate-outlined": 59184,
7179
+ "add-credit-card-outlined": 59185,
7180
+ "add-person-outlined": 59186,
7181
+ "add-section-outlined": 59187,
7182
+ "add-time-outlined": 59188,
7182
7183
  add: add,
7183
- "adjustment-outlined": 59189,
7184
- "ai-outlined": 59190,
7185
- "alignment-2-outlined": 59191,
7186
- "alignment-outlined": 59192,
7187
- "all-caps": 59193,
7188
- "application-outlined": 59194,
7189
- "arrow-down": 59195,
7190
- "arrow-downwards": 59196,
7191
- "arrow-left": 59197,
7192
- "arrow-leftwards": 59198,
7193
- "arrow-right": 59199,
7194
- "arrow-rightwards": 59200,
7195
- "arrow-up": 59201,
7196
- "arrow-upwards": 59202,
7197
- "article-outlined": 59203,
7198
- "at-sign": 59204,
7199
- "auto-graph-outlined": 59205,
7200
- "beer-outlined": 59206,
7201
- "bell-active-outlined": 59207,
7202
- "bell-outlined": 59208,
7203
- "bell-slash-outlined": 59209,
7204
- "billing-outlined": 59210,
7205
- "body-outlined": 59211,
7184
+ "adjustment-outlined": 59190,
7185
+ "ai-outlined": 59191,
7186
+ "alignment-2-outlined": 59192,
7187
+ "alignment-outlined": 59193,
7188
+ "all-caps": 59194,
7189
+ "application-outlined": 59195,
7190
+ "arrow-down": 59196,
7191
+ "arrow-downwards": 59197,
7192
+ "arrow-left": 59198,
7193
+ "arrow-leftwards": 59199,
7194
+ "arrow-right": 59200,
7195
+ "arrow-rightwards": 59201,
7196
+ "arrow-up": 59202,
7197
+ "arrow-upwards": 59203,
7198
+ "article-outlined": 59204,
7199
+ "at-sign": 59205,
7200
+ "auto-graph-outlined": 59206,
7201
+ "beer-outlined": 59207,
7202
+ "bell-active-outlined": 59208,
7203
+ "bell-outlined": 59209,
7204
+ "bell-slash-outlined": 59210,
7205
+ "bill-management-outlined": 59211,
7206
+ "billing-outlined": 59212,
7207
+ "body-outlined": 59213,
7206
7208
  bold: bold,
7207
- "bolt-outlined": 59213,
7208
- "book-outlined": 59214,
7209
- "bookmark-added-outlined": 59215,
7210
- "bookmark-outlined": 59216,
7211
- "box-check-outlined": 59217,
7212
- "box-outlined": 59218,
7213
- "bullet-points": 59219,
7214
- "cake-outlined": 59220,
7215
- "calendar-dates-outlined": 59221,
7216
- "calendar-star-outlined": 59222,
7217
- "call-outlined": 59223,
7218
- "call-split-outlined": 59224,
7219
- "camera-outlined": 59225,
7209
+ "bolt-outlined": 59215,
7210
+ "book-outlined": 59216,
7211
+ "bookmark-added-outlined": 59217,
7212
+ "bookmark-outlined": 59218,
7213
+ "box-check-outlined": 59219,
7214
+ "box-outlined": 59220,
7215
+ "bullet-points": 59221,
7216
+ "cake-outlined": 59222,
7217
+ "calendar-dates-outlined": 59223,
7218
+ "calendar-star-outlined": 59224,
7219
+ "call-outlined": 59225,
7220
+ "call-split-outlined": 59226,
7221
+ "camera-outlined": 59227,
7220
7222
  cancel: cancel,
7221
- "car-forward-outlined": 59227,
7222
- "cashback-outlined": 59228,
7223
- "charging-station-outlined": 59229,
7224
- "chat-bubble-outlined": 59230,
7225
- "chat-unread-outlined": 59231,
7223
+ "car-forward-outlined": 59229,
7224
+ "cashback-outlined": 59230,
7225
+ "charging-station-outlined": 59231,
7226
+ "chat-bubble-outlined": 59232,
7227
+ "chat-unread-outlined": 59233,
7226
7228
  checkmark: checkmark,
7227
- "circle-add-outlined": 59233,
7228
- "circle-cancel-outlined": 59234,
7229
- "circle-down-outlined": 59235,
7230
- "circle-info-outlined": 59236,
7231
- "circle-left-outlined": 59237,
7232
- "circle-ok-outlined": 59238,
7233
- "circle-question-outlined": 59239,
7234
- "circle-remove-outlined": 59240,
7235
- "circle-right-outlined": 59241,
7236
- "circle-up-outlined": 59242,
7237
- "circle-warning-outlined": 59243,
7238
- "clock-2-outlined": 59244,
7239
- "clock-outlined": 59245,
7240
- "cog-outlined": 59246,
7241
- "coin-outlined": 59247,
7242
- "coin-super-outlined": 59248,
7243
- "comment-outlined": 59249,
7244
- "contacts-outlined": 59250,
7245
- "contacts-user-outlined": 59251,
7246
- "credit-card-outlined": 59252,
7247
- "cup-outlined": 59253,
7248
- "dentistry-outlined": 59254,
7249
- "direction-arrows-outlined": 59255,
7250
- "directory-outlined": 59256,
7251
- "document-outlined": 59257,
7252
- "dollar-box-outlined": 59258,
7253
- "dollar-card-outlined": 59259,
7254
- "dollar-coin-shine-outlined": 59260,
7255
- "dollar-credit-card-outlined": 59261,
7256
- "dollar-sign": 59262,
7257
- "double-buildings-outlined": 59263,
7258
- "double-left-arrows": 59264,
7259
- "double-right-arrows": 59265,
7260
- "download-box-outlined": 59266,
7261
- "download-outlined": 59267,
7262
- "edit-template-outlined": 59268,
7263
- "email-outlined": 59269,
7264
- "enter-arrow": 59270,
7265
- "envelope-outlined": 59271,
7266
- "expense-approval-outlined": 59272,
7267
- "expense-outlined": 59273,
7268
- "explore-outlined": 59274,
7269
- "extension-outlined": 59275,
7270
- "external-link": 59276,
7271
- "eye-invisible-outlined": 59277,
7272
- "eye-outlined": 59278,
7273
- "face-id": 59279,
7274
- "face-meh-outlined": 59280,
7275
- "face-open-smiley-outlined": 59281,
7276
- "face-sad-outlined": 59282,
7277
- "face-smiley-outlined": 59283,
7278
- "fastfood-outlined": 59284,
7279
- "feed-outlined": 59285,
7280
- "file-certified-outlined": 59286,
7281
- "file-clone-outlined": 59287,
7282
- "file-copy-outlined": 59288,
7283
- "file-dispose-outlined": 59289,
7284
- "file-dollar-certified-outlined": 59290,
7285
- "file-dollar-outlined": 59291,
7286
- "file-download-outlined": 59292,
7287
- "file-export-outlined": 59293,
7288
- "file-lock-outlined": 59294,
7289
- "file-outlined": 59295,
7290
- "file-search-outlined": 59296,
7291
- "file-secured-outlined": 59297,
7292
- "file-statutory-outlined": 59298,
7293
- "file-verified-outlined": 59299,
7294
- "filter-outlined": 59300,
7295
- "folder-outlined": 59301,
7296
- "folder-user-outlined": 59302,
7297
- "form-outlined": 59303,
7298
- "funnel-filter-outline": 59304,
7299
- "goal-outlined": 59305,
7300
- "graph-outlined": 59306,
7301
- "hand-holding-user-outlined": 59307,
7302
- "happy-sun-outlined": 59308,
7303
- "health-bag-outlined": 59309,
7304
- "heart-outlined": 59310,
7305
- "home-active-outlined": 59311,
7306
- "home-outlined": 59312,
7307
- "id-card-outlined": 59313,
7308
- "image-outlined": 59314,
7309
- "import-outlined": 59315,
7310
- "instapay-outlined": 59316,
7229
+ "circle-add-outlined": 59235,
7230
+ "circle-cancel-outlined": 59236,
7231
+ "circle-down-outlined": 59237,
7232
+ "circle-info-outlined": 59238,
7233
+ "circle-left-outlined": 59239,
7234
+ "circle-ok-outlined": 59240,
7235
+ "circle-question-outlined": 59241,
7236
+ "circle-remove-outlined": 59242,
7237
+ "circle-right-outlined": 59243,
7238
+ "circle-up-outlined": 59244,
7239
+ "circle-warning-outlined": 59245,
7240
+ "clock-2-outlined": 59246,
7241
+ "clock-outlined": 59247,
7242
+ "cog-outlined": 59248,
7243
+ "coin-outlined": 59249,
7244
+ "coin-super-outlined": 59250,
7245
+ "comment-outlined": 59251,
7246
+ "contacts-outlined": 59252,
7247
+ "contacts-user-outlined": 59253,
7248
+ "credit-card-outlined": 59254,
7249
+ "cup-outlined": 59255,
7250
+ "dentistry-outlined": 59256,
7251
+ "direction-arrows-outlined": 59257,
7252
+ "directory-outlined": 59258,
7253
+ "document-outlined": 59259,
7254
+ "dollar-box-outlined": 59260,
7255
+ "dollar-card-outlined": 59261,
7256
+ "dollar-coin-shine-outlined": 59262,
7257
+ "dollar-credit-card-outlined": 59263,
7258
+ "dollar-sign": 59264,
7259
+ "double-buildings-outlined": 59265,
7260
+ "double-left-arrows": 59266,
7261
+ "double-right-arrows": 59267,
7262
+ "download-box-outlined": 59268,
7263
+ "download-outlined": 59269,
7264
+ "edit-template-outlined": 59270,
7265
+ "email-outlined": 59271,
7266
+ "enter-arrow": 59272,
7267
+ "envelope-outlined": 59273,
7268
+ "expense-approval-outlined": 59274,
7269
+ "expense-outlined": 59275,
7270
+ "explore-outlined": 59276,
7271
+ "extension-outlined": 59277,
7272
+ "external-link": 59278,
7273
+ "eye-invisible-outlined": 59279,
7274
+ "eye-outlined": 59280,
7275
+ "face-id": 59281,
7276
+ "face-meh-outlined": 59282,
7277
+ "face-open-smiley-outlined": 59283,
7278
+ "face-sad-outlined": 59284,
7279
+ "face-smiley-outlined": 59285,
7280
+ "fastfood-outlined": 59286,
7281
+ "feed-outlined": 59287,
7282
+ "file-certified-outlined": 59288,
7283
+ "file-clone-outlined": 59289,
7284
+ "file-copy-outlined": 59290,
7285
+ "file-dispose-outlined": 59291,
7286
+ "file-dollar-certified-outlined": 59292,
7287
+ "file-dollar-outlined": 59293,
7288
+ "file-download-outlined": 59294,
7289
+ "file-export-outlined": 59295,
7290
+ "file-lock-outlined": 59296,
7291
+ "file-outlined": 59297,
7292
+ "file-search-outlined": 59298,
7293
+ "file-secured-outlined": 59299,
7294
+ "file-statutory-outlined": 59300,
7295
+ "file-verified-outlined": 59301,
7296
+ "filter-outlined": 59302,
7297
+ "folder-outlined": 59303,
7298
+ "folder-user-outlined": 59304,
7299
+ "form-outlined": 59305,
7300
+ "funnel-filter-outline": 59306,
7301
+ "goal-outlined": 59307,
7302
+ "graph-outlined": 59308,
7303
+ "hand-holding-user-outlined": 59309,
7304
+ "happy-sun-outlined": 59310,
7305
+ "health-bag-outlined": 59311,
7306
+ "heart-outlined": 59312,
7307
+ "home-active-outlined": 59313,
7308
+ "home-outlined": 59314,
7309
+ "id-card-outlined": 59315,
7310
+ "image-outlined": 59316,
7311
+ "import-outlined": 59317,
7312
+ "instapay-outlined": 59318,
7311
7313
  italic: italic,
7312
- "job-search-outlined": 59318,
7313
- "leave-approval-outlined": 59319,
7314
- "link-1": 59320,
7315
- "link-2": 59321,
7316
- "list-outlined": 59322,
7317
- "live-help-outlined": 59323,
7318
- "location-on-outlined": 59324,
7319
- "location-outlined": 59325,
7320
- "lock-outlined": 59326,
7321
- "locked-file-outlined": 59327,
7322
- "log-out": 59328,
7323
- "mail-outlined": 59329,
7324
- "media-content-outlined": 59330,
7325
- "menu-close": 59331,
7326
- "menu-expand": 59332,
7327
- "menu-fold-outlined": 59333,
7328
- "menu-unfold-outlined": 59334,
7329
- "moneybag-outlined": 59335,
7330
- "moon-outlined": 59336,
7331
- "more-horizontal": 59337,
7332
- "more-vertical": 59338,
7333
- "multiple-folders-outlined": 59339,
7334
- "multiple-users-outlined": 59340,
7335
- "near-me-outlined": 59341,
7336
- "node-outlined": 59342,
7337
- "number-points": 59343,
7314
+ "job-search-outlined": 59320,
7315
+ "leave-approval-outlined": 59321,
7316
+ "link-1": 59322,
7317
+ "link-2": 59323,
7318
+ "list-outlined": 59324,
7319
+ "live-help-outlined": 59325,
7320
+ "location-on-outlined": 59326,
7321
+ "location-outlined": 59327,
7322
+ "lock-outlined": 59328,
7323
+ "locked-file-outlined": 59329,
7324
+ "log-out": 59330,
7325
+ "mail-outlined": 59331,
7326
+ "media-content-outlined": 59332,
7327
+ "menu-close": 59333,
7328
+ "menu-expand": 59334,
7329
+ "menu-fold-outlined": 59335,
7330
+ "menu-unfold-outlined": 59336,
7331
+ "moneybag-outlined": 59337,
7332
+ "moon-outlined": 59338,
7333
+ "more-horizontal": 59339,
7334
+ "more-vertical": 59340,
7335
+ "multiple-folders-outlined": 59341,
7336
+ "multiple-users-outlined": 59342,
7337
+ "near-me-outlined": 59343,
7338
+ "node-outlined": 59344,
7339
+ "number-points": 59345,
7338
7340
  number: number,
7339
- "overview-outlined": 59345,
7340
- "payment-summary-outlined": 59346,
7341
- "payslip-outlined": 59347,
7342
- "pencil-outlined": 59348,
7341
+ "overview-outlined": 59347,
7342
+ "payment-summary-outlined": 59348,
7343
+ "payslip-outlined": 59349,
7344
+ "pencil-outlined": 59350,
7343
7345
  percentage: percentage,
7344
- "phone-outlined": 59350,
7345
- "piggy-bank-outlined": 59351,
7346
- "plane-outlined": 59352,
7347
- "play-circle-outlined": 59353,
7348
- "print-outlined": 59354,
7349
- "propane-tank-outlined": 59355,
7350
- "qr-code-outlined": 59356,
7351
- "qualification-outlined": 59357,
7352
- "re-assign": 59358,
7346
+ "phone-outlined": 59352,
7347
+ "piggy-bank-outlined": 59353,
7348
+ "plane-outlined": 59354,
7349
+ "play-circle-outlined": 59355,
7350
+ "print-outlined": 59356,
7351
+ "propane-tank-outlined": 59357,
7352
+ "qr-code-outlined": 59358,
7353
+ "qualification-outlined": 59359,
7354
+ "re-assign": 59360,
7353
7355
  redeem: redeem,
7354
7356
  refresh: refresh,
7355
7357
  remove: remove,
7356
- "reply-outlined": 59362,
7358
+ "reply-outlined": 59364,
7357
7359
  restart: restart,
7358
- "resume-outlined": 59364,
7359
- "return-arrow": 59365,
7360
- "rostering-outlined": 59366,
7361
- "safety-outlined": 59367,
7362
- "save-outlined": 59368,
7363
- "schedule-outlined": 59369,
7364
- "search-outlined": 59370,
7365
- "search-secured-outlined": 59371,
7366
- "send-outlined": 59372,
7367
- "share-1": 59373,
7368
- "share-2": 59374,
7369
- "share-outlined": 59375,
7370
- "show-chart-outlined": 59376,
7371
- "single-down-arrow": 59377,
7372
- "single-left-arrow": 59378,
7373
- "single-right-arrow": 59379,
7374
- "single-up-arrow": 59380,
7375
- "smart-match-outlined": 59381,
7376
- "sparkle-outlined": 59382,
7377
- "speaker-active-outlined": 59383,
7378
- "speaker-outlined": 59384,
7379
- "star-circle-outlined": 59385,
7380
- "star-outlined": 59386,
7381
- "stash-outlined": 59387,
7382
- "stopwatch-outlined": 59388,
7360
+ "resume-outlined": 59366,
7361
+ "return-arrow": 59367,
7362
+ "rostering-outlined": 59368,
7363
+ "safety-outlined": 59369,
7364
+ "save-outlined": 59370,
7365
+ "schedule-outlined": 59371,
7366
+ "search-outlined": 59372,
7367
+ "search-secured-outlined": 59373,
7368
+ "send-outlined": 59374,
7369
+ "share-1": 59375,
7370
+ "share-2": 59376,
7371
+ "share-outlined": 59377,
7372
+ "show-chart-outlined": 59378,
7373
+ "single-down-arrow": 59379,
7374
+ "single-left-arrow": 59380,
7375
+ "single-right-arrow": 59381,
7376
+ "single-up-arrow": 59382,
7377
+ "smart-match-outlined": 59383,
7378
+ "sparkle-outlined": 59384,
7379
+ "speaker-active-outlined": 59385,
7380
+ "speaker-outlined": 59386,
7381
+ "star-circle-outlined": 59387,
7382
+ "star-outlined": 59388,
7383
+ "stash-outlined": 59389,
7384
+ "stopwatch-outlined": 59390,
7383
7385
  strikethrough: strikethrough,
7384
- "styler-outlined": 59390,
7385
- "suitcase-clock-outlined": 59391,
7386
- "suitcase-outlined": 59392,
7387
- "survey-outlined": 59393,
7388
- "switch-outlined": 59394,
7386
+ "styler-outlined": 59392,
7387
+ "suitcase-clock-outlined": 59393,
7388
+ "suitcase-outlined": 59394,
7389
+ "survey-outlined": 59395,
7390
+ "switch-outlined": 59396,
7389
7391
  sync: sync,
7390
- "tag-outlined": 59396,
7391
- "target-outlined": 59397,
7392
- "tennis-outlined": 59398,
7393
- "ticket-outlined": 59399,
7394
- "timesheet-outlined": 59400,
7395
- "timesheets-outlined": 59401,
7396
- "today-outlined": 59402,
7392
+ "tag-outlined": 59398,
7393
+ "target-outlined": 59399,
7394
+ "tennis-outlined": 59400,
7395
+ "ticket-outlined": 59401,
7396
+ "timesheet-outlined": 59402,
7397
+ "timesheets-outlined": 59403,
7398
+ "today-outlined": 59404,
7397
7399
  transfer: transfer,
7398
- "trash-bin-outlined": 59404,
7399
- "umbrela-outlined": 59405,
7400
- "unavailability-outlined": 59406,
7400
+ "trash-bin-outlined": 59406,
7401
+ "umbrela-outlined": 59407,
7402
+ "unavailability-outlined": 59408,
7401
7403
  unavailable: unavailable,
7402
7404
  underline: underline,
7403
- "union-outlined": 59409,
7404
- "unlock-outlined": 59410,
7405
- "upload-outlined": 59411,
7406
- "user-circle-outlined": 59412,
7407
- "user-gear-outlined": 59413,
7408
- "user-outlined": 59414,
7409
- "user-rectangle-outlined": 59415,
7410
- "video-1-outlined": 59416,
7411
- "video-2-outlined": 59417,
7412
- "volunteer-outlined": 59418,
7413
- "wallet-outlined": 59419
7405
+ "union-outlined": 59411,
7406
+ "unlock-outlined": 59412,
7407
+ "upload-outlined": 59413,
7408
+ "user-circle-outlined": 59414,
7409
+ "user-gear-outlined": 59415,
7410
+ "user-outlined": 59416,
7411
+ "user-rectangle-outlined": 59417,
7412
+ "video-1-outlined": 59418,
7413
+ "video-2-outlined": 59419,
7414
+ "volunteer-outlined": 59420,
7415
+ "wallet-outlined": 59421
7414
7416
  };
7415
7417
 
7416
7418
  var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -13596,7 +13598,7 @@ var DragableDrawer = function DragableDrawer(_ref) {
13596
13598
  if (animatedToValue >= 0) {
13597
13599
  var animation = reactNative.Animated.timing(pan, {
13598
13600
  toValue: animatedToValue,
13599
- useNativeDriver: true,
13601
+ useNativeDriver: reactNative.Platform.OS !== 'web',
13600
13602
  easing: reactNative.Easing.inOut(reactNative.Easing.cubic)
13601
13603
  });
13602
13604
  animation.start(function () {