@hero-design/rn 8.104.1-alpha.3 → 8.105.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 (34) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/CHANGELOG.md +6 -18
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +521 -284
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +521 -283
  7. package/package.json +1 -1
  8. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  9. package/src/components/Icon/IconList.ts +2 -0
  10. package/src/components/SegmentedControl/SegmentedItem.tsx +192 -0
  11. package/src/components/SegmentedControl/StyledSegmentedControl.tsx +62 -0
  12. package/src/components/SegmentedControl/__tests__/SegmentedItem.spec.tsx +162 -0
  13. package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +131 -0
  14. package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +359 -0
  15. package/src/components/SegmentedControl/__tests__/index.spec.tsx +247 -0
  16. package/src/components/SegmentedControl/index.tsx +61 -0
  17. package/src/components/SegmentedControl/types.ts +46 -0
  18. package/src/index.ts +2 -0
  19. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +53 -0
  20. package/src/theme/components/segmentedControl.ts +60 -0
  21. package/src/theme/getTheme.ts +3 -0
  22. package/src/types.ts +2 -0
  23. package/stats/8.105.0/rn-stats.html +4844 -0
  24. package/types/components/Icon/IconList.d.ts +1 -1
  25. package/types/components/Icon/index.d.ts +1 -1
  26. package/types/components/SegmentedControl/SegmentedItem.d.ts +18 -0
  27. package/types/components/SegmentedControl/StyledSegmentedControl.d.ts +26 -0
  28. package/types/components/SegmentedControl/index.d.ts +31 -0
  29. package/types/components/SegmentedControl/types.d.ts +43 -0
  30. package/types/components/TextInput/index.d.ts +1 -1
  31. package/types/index.d.ts +2 -1
  32. package/types/theme/components/segmentedControl.d.ts +46 -0
  33. package/types/theme/getTheme.d.ts +2 -0
  34. package/types/types.d.ts +2 -1
package/es/index.js CHANGED
@@ -7459,6 +7459,62 @@ var getFilterTriggerTheme = function getFilterTriggerTheme(theme) {
7459
7459
  };
7460
7460
  };
7461
7461
 
7462
+ var getSegmentedControlTheme = function getSegmentedControlTheme(theme) {
7463
+ var sizes = {
7464
+ itemHeight: {
7465
+ medium: scale(28),
7466
+ large: scale(36)
7467
+ },
7468
+ wrapperHeight: {
7469
+ medium: scale(36),
7470
+ large: scale(44)
7471
+ }
7472
+ };
7473
+ var colors = {
7474
+ itemBackground: {
7475
+ inactive: 'transparent',
7476
+ active: theme.colors.defaultGlobalSurface
7477
+ },
7478
+ wrapperBackground: theme.colors.neutralGlobalSurface
7479
+ };
7480
+ var shadows = {
7481
+ item: {
7482
+ inactive: undefined,
7483
+ active: theme.shadows["default"]
7484
+ }
7485
+ };
7486
+ var radii = {
7487
+ item: {
7488
+ medium: theme.radii.large,
7489
+ large: theme.radii.xlarge
7490
+ },
7491
+ wrapper: {
7492
+ medium: theme.radii.xlarge,
7493
+ large: theme.radii.xxlarge
7494
+ }
7495
+ };
7496
+ var space = {
7497
+ wrapperHorizontalPadding: theme.space.xsmall,
7498
+ itemLabelGap: theme.space.xsmall,
7499
+ itemLabelMarginEnd: theme.space.smallMedium,
7500
+ itemAffixGap: theme.space.small
7501
+ };
7502
+ var lineHeights = {
7503
+ itemText: Platform.select({
7504
+ android: 20,
7505
+ ios: undefined
7506
+ })
7507
+ };
7508
+ return {
7509
+ sizes: sizes,
7510
+ colors: colors,
7511
+ shadows: shadows,
7512
+ radii: radii,
7513
+ space: space,
7514
+ lineHeights: lineHeights
7515
+ };
7516
+ };
7517
+
7462
7518
  var getTheme = function getTheme() {
7463
7519
  var scale = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : scale$1;
7464
7520
  var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette$2;
@@ -7519,7 +7575,8 @@ var getTheme = function getTheme() {
7519
7575
  toast: getToastTheme(globalTheme),
7520
7576
  toolbar: getToolbarTheme(globalTheme),
7521
7577
  typography: getTypographyTheme(globalTheme),
7522
- floatingIsland: getFloatingIslandTheme(globalTheme)
7578
+ floatingIsland: getFloatingIslandTheme(globalTheme),
7579
+ segmentedControl: getSegmentedControlTheme(globalTheme)
7523
7580
  }
7524
7581
  });
7525
7582
  };
@@ -7888,7 +7945,7 @@ var Typography = {
7888
7945
  };
7889
7946
 
7890
7947
  // 🔴 DO NOT EDIT — This file is generated automatically.
7891
- var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', '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', '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-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', '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', 'thumb-down', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', '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', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-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-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-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', 'cultural-site-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', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', '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', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-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', 'park-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', 'restaurant-outlined', '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', 'shield-check-outlined', 'shop-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', 'thumb-down-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', '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'];
7948
+ var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', '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', '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-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', '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', 'thumb-down', 'thumb-up', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', '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', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-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-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-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', 'cultural-site-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', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', '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', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-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', 'park-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', 'restaurant-outlined', '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', 'shield-check-outlined', 'shop-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', 'thumb-down-outlined', 'thumb-up-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', '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'];
7892
7949
 
7893
7950
  var activate = 59000;
7894
7951
  var adjustment = 59003;
@@ -7959,29 +8016,29 @@ var swag = 59175;
7959
8016
  var tag = 59178;
7960
8017
  var target = 59179;
7961
8018
  var teams = 59180;
7962
- var timesheet = 59182;
7963
- var unlock = 59185;
7964
- var user = 59186;
7965
- var wallet = 59189;
7966
- var warning = 59190;
7967
- var add = 59198;
7968
- var bold = 59228;
7969
- var cancel = 59245;
7970
- var checkmark = 59251;
7971
- var italic = 59347;
7972
- var local_mall_outlined = 59354;
7973
- var number$2 = 59377;
7974
- var percentage = 59383;
7975
- var redeem = 59393;
7976
- var refresh = 59394;
7977
- var remove$1 = 59395;
7978
- var restart = 59397;
7979
- var shopping_basket_outlined = 59414;
7980
- var strikethrough = 59429;
7981
- var sync = 59435;
7982
- var transfer = 59444;
7983
- var unavailable = 59449;
7984
- var underline = 59450;
8019
+ var timesheet = 59183;
8020
+ var unlock = 59186;
8021
+ var user = 59187;
8022
+ var wallet = 59190;
8023
+ var warning = 59191;
8024
+ var add = 59199;
8025
+ var bold = 59229;
8026
+ var cancel = 59246;
8027
+ var checkmark = 59252;
8028
+ var italic = 59348;
8029
+ var local_mall_outlined = 59355;
8030
+ var number$2 = 59378;
8031
+ var percentage = 59384;
8032
+ var redeem = 59394;
8033
+ var refresh = 59395;
8034
+ var remove$1 = 59396;
8035
+ var restart = 59398;
8036
+ var shopping_basket_outlined = 59415;
8037
+ var strikethrough = 59430;
8038
+ var sync = 59436;
8039
+ var transfer = 59446;
8040
+ var unavailable = 59451;
8041
+ var underline = 59452;
7985
8042
  var glyphMap = {
7986
8043
  activate: activate,
7987
8044
  "add-emoji": 59001,
@@ -8165,287 +8222,289 @@ var glyphMap = {
8165
8222
  target: target,
8166
8223
  teams: teams,
8167
8224
  "thumb-down": 59181,
8225
+ "thumb-up": 59182,
8168
8226
  timesheet: timesheet,
8169
- "touch-id": 59183,
8170
- "trash-bin": 59184,
8227
+ "touch-id": 59184,
8228
+ "trash-bin": 59185,
8171
8229
  unlock: unlock,
8172
8230
  user: user,
8173
- "video-1": 59187,
8174
- "video-2": 59188,
8231
+ "video-1": 59188,
8232
+ "video-2": 59189,
8175
8233
  wallet: wallet,
8176
8234
  warning: warning,
8177
- "academic-hat-outlined": 59191,
8178
- "accommodation-outlined": 59192,
8179
- "activate-outlined": 59193,
8180
- "add-credit-card-outlined": 59194,
8181
- "add-person-outlined": 59195,
8182
- "add-section-outlined": 59196,
8183
- "add-time-outlined": 59197,
8235
+ "academic-hat-outlined": 59192,
8236
+ "accommodation-outlined": 59193,
8237
+ "activate-outlined": 59194,
8238
+ "add-credit-card-outlined": 59195,
8239
+ "add-person-outlined": 59196,
8240
+ "add-section-outlined": 59197,
8241
+ "add-time-outlined": 59198,
8184
8242
  add: add,
8185
- "adjustment-outlined": 59199,
8186
- "afternoon-outlined": 59200,
8187
- "ai-outlined": 59201,
8188
- "alignment-2-outlined": 59202,
8189
- "alignment-outlined": 59203,
8190
- "all-caps": 59204,
8191
- "application-outlined": 59205,
8192
- "arrow-down": 59206,
8193
- "arrow-downwards": 59207,
8194
- "arrow-left": 59208,
8195
- "arrow-leftwards": 59209,
8196
- "arrow-right": 59210,
8197
- "arrow-rightwards": 59211,
8198
- "arrow-up": 59212,
8199
- "arrow-upwards": 59213,
8200
- "article-outlined": 59214,
8201
- "at-sign": 59215,
8202
- "auto-graph-outlined": 59216,
8203
- "automotive-outlined": 59217,
8204
- "bakery-outlined": 59218,
8205
- "bar-outlined": 59219,
8206
- "beauty-outlined": 59220,
8207
- "beer-outlined": 59221,
8208
- "bell-active-outlined": 59222,
8209
- "bell-outlined": 59223,
8210
- "bell-slash-outlined": 59224,
8211
- "bill-management-outlined": 59225,
8212
- "billing-outlined": 59226,
8213
- "body-outlined": 59227,
8243
+ "adjustment-outlined": 59200,
8244
+ "afternoon-outlined": 59201,
8245
+ "ai-outlined": 59202,
8246
+ "alignment-2-outlined": 59203,
8247
+ "alignment-outlined": 59204,
8248
+ "all-caps": 59205,
8249
+ "application-outlined": 59206,
8250
+ "arrow-down": 59207,
8251
+ "arrow-downwards": 59208,
8252
+ "arrow-left": 59209,
8253
+ "arrow-leftwards": 59210,
8254
+ "arrow-right": 59211,
8255
+ "arrow-rightwards": 59212,
8256
+ "arrow-up": 59213,
8257
+ "arrow-upwards": 59214,
8258
+ "article-outlined": 59215,
8259
+ "at-sign": 59216,
8260
+ "auto-graph-outlined": 59217,
8261
+ "automotive-outlined": 59218,
8262
+ "bakery-outlined": 59219,
8263
+ "bar-outlined": 59220,
8264
+ "beauty-outlined": 59221,
8265
+ "beer-outlined": 59222,
8266
+ "bell-active-outlined": 59223,
8267
+ "bell-outlined": 59224,
8268
+ "bell-slash-outlined": 59225,
8269
+ "bill-management-outlined": 59226,
8270
+ "billing-outlined": 59227,
8271
+ "body-outlined": 59228,
8214
8272
  bold: bold,
8215
- "bolt-outlined": 59229,
8216
- "book-outlined": 59230,
8217
- "bookmark-added-outlined": 59231,
8218
- "bookmark-checked-outlined": 59232,
8219
- "bookmark-outlined": 59233,
8220
- "box-1-outlined": 59234,
8221
- "box-check-outlined": 59235,
8222
- "box-outlined": 59236,
8223
- "bullet-points": 59237,
8224
- "cake-outlined": 59238,
8225
- "calculator-outlined": 59239,
8226
- "calendar-dates-outlined": 59240,
8227
- "calendar-star-outlined": 59241,
8228
- "call-outlined": 59242,
8229
- "call-split-outlined": 59243,
8230
- "camera-outlined": 59244,
8273
+ "bolt-outlined": 59230,
8274
+ "book-outlined": 59231,
8275
+ "bookmark-added-outlined": 59232,
8276
+ "bookmark-checked-outlined": 59233,
8277
+ "bookmark-outlined": 59234,
8278
+ "box-1-outlined": 59235,
8279
+ "box-check-outlined": 59236,
8280
+ "box-outlined": 59237,
8281
+ "bullet-points": 59238,
8282
+ "cake-outlined": 59239,
8283
+ "calculator-outlined": 59240,
8284
+ "calendar-dates-outlined": 59241,
8285
+ "calendar-star-outlined": 59242,
8286
+ "call-outlined": 59243,
8287
+ "call-split-outlined": 59244,
8288
+ "camera-outlined": 59245,
8231
8289
  cancel: cancel,
8232
- "car-forward-outlined": 59246,
8233
- "cashback-outlined": 59247,
8234
- "charging-station-outlined": 59248,
8235
- "chat-bubble-outlined": 59249,
8236
- "chat-unread-outlined": 59250,
8290
+ "car-forward-outlined": 59247,
8291
+ "cashback-outlined": 59248,
8292
+ "charging-station-outlined": 59249,
8293
+ "chat-bubble-outlined": 59250,
8294
+ "chat-unread-outlined": 59251,
8237
8295
  checkmark: checkmark,
8238
- "circle-add-outlined": 59252,
8239
- "circle-cancel-outlined": 59253,
8240
- "circle-down-outlined": 59254,
8241
- "circle-info-outlined": 59255,
8242
- "circle-left-outlined": 59256,
8243
- "circle-ok-outlined": 59257,
8244
- "circle-question-outlined": 59258,
8245
- "circle-remove-outlined": 59259,
8246
- "circle-right-outlined": 59260,
8247
- "circle-up-outlined": 59261,
8248
- "circle-warning-outlined": 59262,
8249
- "clock-2-outlined": 59263,
8250
- "clock-in-outlined": 59264,
8251
- "clock-out-outlined": 59265,
8252
- "clock-outlined": 59266,
8253
- "cog-outlined": 59267,
8254
- "coin-outlined": 59268,
8255
- "coin-super-outlined": 59269,
8256
- "comment-outlined": 59270,
8257
- "contacts-outlined": 59271,
8258
- "contacts-user-outlined": 59272,
8259
- "credit-card-outlined": 59273,
8260
- "cultural-site-outlined": 59274,
8261
- "cup-outlined": 59275,
8262
- "dentistry-outlined": 59276,
8263
- "direction-arrows-outlined": 59277,
8264
- "directory-outlined": 59278,
8265
- "document-outlined": 59279,
8266
- "dollar-box-outlined": 59280,
8267
- "dollar-card-outlined": 59281,
8268
- "dollar-coin-shine-outlined": 59282,
8269
- "dollar-credit-card-outlined": 59283,
8270
- "dollar-sign": 59284,
8271
- "double-buildings-outlined": 59285,
8272
- "double-left-arrows": 59286,
8273
- "double-right-arrows": 59287,
8274
- "download-box-outlined": 59288,
8275
- "download-outlined": 59289,
8276
- "edit-template-outlined": 59290,
8277
- "electronics-outlined": 59291,
8278
- "email-outlined": 59292,
8279
- "end-break-outlined": 59293,
8280
- "enter-arrow": 59294,
8281
- "entertainment-outlined": 59295,
8282
- "envelope-outlined": 59296,
8283
- "evening-outlined": 59297,
8284
- "expense-approval-outlined": 59298,
8285
- "expense-outlined": 59299,
8286
- "explore-outlined": 59300,
8287
- "extension-outlined": 59301,
8288
- "external-link": 59302,
8289
- "eye-invisible-outlined": 59303,
8290
- "eye-outlined": 59304,
8291
- "face-id": 59305,
8292
- "face-meh-outlined": 59306,
8293
- "face-open-smiley-outlined": 59307,
8294
- "face-sad-outlined": 59308,
8295
- "face-smiley-outlined": 59309,
8296
- "fastfood-outlined": 59310,
8297
- "feed-outlined": 59311,
8298
- "file-certified-outlined": 59312,
8299
- "file-clone-outlined": 59313,
8300
- "file-copy-outlined": 59314,
8301
- "file-dispose-outlined": 59315,
8302
- "file-dollar-certified-outlined": 59316,
8303
- "file-dollar-outlined": 59317,
8304
- "file-download-outlined": 59318,
8305
- "file-export-outlined": 59319,
8306
- "file-lock-outlined": 59320,
8307
- "file-outlined": 59321,
8308
- "file-search-outlined": 59322,
8309
- "file-secured-outlined": 59323,
8310
- "file-statutory-outlined": 59324,
8311
- "file-verified-outlined": 59325,
8312
- "filter-outlined": 59326,
8313
- "fitness-outlined": 59327,
8314
- "folder-outlined": 59328,
8315
- "folder-upload-outlined": 59329,
8316
- "folder-user-outlined": 59330,
8317
- "form-outlined": 59331,
8318
- "funnel-filter-outline": 59332,
8319
- "goal-outlined": 59333,
8320
- "graph-outlined": 59334,
8321
- "grocery-outlined": 59335,
8322
- "hand-holding-user-outlined": 59336,
8323
- "handshake-outlined": 59337,
8324
- "happy-sun-outlined": 59338,
8325
- "health-bag-outlined": 59339,
8326
- "heart-outlined": 59340,
8327
- "home-active-outlined": 59341,
8328
- "home-outlined": 59342,
8329
- "id-card-outlined": 59343,
8330
- "image-outlined": 59344,
8331
- "import-outlined": 59345,
8332
- "instapay-outlined": 59346,
8296
+ "circle-add-outlined": 59253,
8297
+ "circle-cancel-outlined": 59254,
8298
+ "circle-down-outlined": 59255,
8299
+ "circle-info-outlined": 59256,
8300
+ "circle-left-outlined": 59257,
8301
+ "circle-ok-outlined": 59258,
8302
+ "circle-question-outlined": 59259,
8303
+ "circle-remove-outlined": 59260,
8304
+ "circle-right-outlined": 59261,
8305
+ "circle-up-outlined": 59262,
8306
+ "circle-warning-outlined": 59263,
8307
+ "clock-2-outlined": 59264,
8308
+ "clock-in-outlined": 59265,
8309
+ "clock-out-outlined": 59266,
8310
+ "clock-outlined": 59267,
8311
+ "cog-outlined": 59268,
8312
+ "coin-outlined": 59269,
8313
+ "coin-super-outlined": 59270,
8314
+ "comment-outlined": 59271,
8315
+ "contacts-outlined": 59272,
8316
+ "contacts-user-outlined": 59273,
8317
+ "credit-card-outlined": 59274,
8318
+ "cultural-site-outlined": 59275,
8319
+ "cup-outlined": 59276,
8320
+ "dentistry-outlined": 59277,
8321
+ "direction-arrows-outlined": 59278,
8322
+ "directory-outlined": 59279,
8323
+ "document-outlined": 59280,
8324
+ "dollar-box-outlined": 59281,
8325
+ "dollar-card-outlined": 59282,
8326
+ "dollar-coin-shine-outlined": 59283,
8327
+ "dollar-credit-card-outlined": 59284,
8328
+ "dollar-sign": 59285,
8329
+ "double-buildings-outlined": 59286,
8330
+ "double-left-arrows": 59287,
8331
+ "double-right-arrows": 59288,
8332
+ "download-box-outlined": 59289,
8333
+ "download-outlined": 59290,
8334
+ "edit-template-outlined": 59291,
8335
+ "electronics-outlined": 59292,
8336
+ "email-outlined": 59293,
8337
+ "end-break-outlined": 59294,
8338
+ "enter-arrow": 59295,
8339
+ "entertainment-outlined": 59296,
8340
+ "envelope-outlined": 59297,
8341
+ "evening-outlined": 59298,
8342
+ "expense-approval-outlined": 59299,
8343
+ "expense-outlined": 59300,
8344
+ "explore-outlined": 59301,
8345
+ "extension-outlined": 59302,
8346
+ "external-link": 59303,
8347
+ "eye-invisible-outlined": 59304,
8348
+ "eye-outlined": 59305,
8349
+ "face-id": 59306,
8350
+ "face-meh-outlined": 59307,
8351
+ "face-open-smiley-outlined": 59308,
8352
+ "face-sad-outlined": 59309,
8353
+ "face-smiley-outlined": 59310,
8354
+ "fastfood-outlined": 59311,
8355
+ "feed-outlined": 59312,
8356
+ "file-certified-outlined": 59313,
8357
+ "file-clone-outlined": 59314,
8358
+ "file-copy-outlined": 59315,
8359
+ "file-dispose-outlined": 59316,
8360
+ "file-dollar-certified-outlined": 59317,
8361
+ "file-dollar-outlined": 59318,
8362
+ "file-download-outlined": 59319,
8363
+ "file-export-outlined": 59320,
8364
+ "file-lock-outlined": 59321,
8365
+ "file-outlined": 59322,
8366
+ "file-search-outlined": 59323,
8367
+ "file-secured-outlined": 59324,
8368
+ "file-statutory-outlined": 59325,
8369
+ "file-verified-outlined": 59326,
8370
+ "filter-outlined": 59327,
8371
+ "fitness-outlined": 59328,
8372
+ "folder-outlined": 59329,
8373
+ "folder-upload-outlined": 59330,
8374
+ "folder-user-outlined": 59331,
8375
+ "form-outlined": 59332,
8376
+ "funnel-filter-outline": 59333,
8377
+ "goal-outlined": 59334,
8378
+ "graph-outlined": 59335,
8379
+ "grocery-outlined": 59336,
8380
+ "hand-holding-user-outlined": 59337,
8381
+ "handshake-outlined": 59338,
8382
+ "happy-sun-outlined": 59339,
8383
+ "health-bag-outlined": 59340,
8384
+ "heart-outlined": 59341,
8385
+ "home-active-outlined": 59342,
8386
+ "home-outlined": 59343,
8387
+ "id-card-outlined": 59344,
8388
+ "image-outlined": 59345,
8389
+ "import-outlined": 59346,
8390
+ "instapay-outlined": 59347,
8333
8391
  italic: italic,
8334
- "job-search-outlined": 59348,
8335
- "leave-approval-outlined": 59349,
8336
- "link-1": 59350,
8337
- "link-2": 59351,
8338
- "list-outlined": 59352,
8339
- "live-help-outlined": 59353,
8392
+ "job-search-outlined": 59349,
8393
+ "leave-approval-outlined": 59350,
8394
+ "link-1": 59351,
8395
+ "link-2": 59352,
8396
+ "list-outlined": 59353,
8397
+ "live-help-outlined": 59354,
8340
8398
  local_mall_outlined: local_mall_outlined,
8341
- "location-on-outlined": 59355,
8342
- "location-outlined": 59356,
8343
- "lock-outlined": 59357,
8344
- "locked-file-outlined": 59358,
8345
- "log-out": 59359,
8346
- "mail-outlined": 59360,
8347
- "map-outlined": 59361,
8348
- "media-content-outlined": 59362,
8349
- "menu-close": 59363,
8350
- "menu-expand": 59364,
8351
- "menu-fold-outlined": 59365,
8352
- "menu-unfold-outlined": 59366,
8353
- "moneybag-outlined": 59367,
8354
- "moon-outlined": 59368,
8355
- "more-horizontal": 59369,
8356
- "more-vertical": 59370,
8357
- "morning-outlined": 59371,
8358
- "multiple-folders-outlined": 59372,
8359
- "multiple-users-outlined": 59373,
8360
- "near-me-outlined": 59374,
8361
- "node-outlined": 59375,
8362
- "number-points": 59376,
8399
+ "location-on-outlined": 59356,
8400
+ "location-outlined": 59357,
8401
+ "lock-outlined": 59358,
8402
+ "locked-file-outlined": 59359,
8403
+ "log-out": 59360,
8404
+ "mail-outlined": 59361,
8405
+ "map-outlined": 59362,
8406
+ "media-content-outlined": 59363,
8407
+ "menu-close": 59364,
8408
+ "menu-expand": 59365,
8409
+ "menu-fold-outlined": 59366,
8410
+ "menu-unfold-outlined": 59367,
8411
+ "moneybag-outlined": 59368,
8412
+ "moon-outlined": 59369,
8413
+ "more-horizontal": 59370,
8414
+ "more-vertical": 59371,
8415
+ "morning-outlined": 59372,
8416
+ "multiple-folders-outlined": 59373,
8417
+ "multiple-users-outlined": 59374,
8418
+ "near-me-outlined": 59375,
8419
+ "node-outlined": 59376,
8420
+ "number-points": 59377,
8363
8421
  number: number$2,
8364
- "overview-outlined": 59378,
8365
- "park-outlined": 59379,
8366
- "payment-summary-outlined": 59380,
8367
- "payslip-outlined": 59381,
8368
- "pencil-outlined": 59382,
8422
+ "overview-outlined": 59379,
8423
+ "park-outlined": 59380,
8424
+ "payment-summary-outlined": 59381,
8425
+ "payslip-outlined": 59382,
8426
+ "pencil-outlined": 59383,
8369
8427
  percentage: percentage,
8370
- "phone-outlined": 59384,
8371
- "piggy-bank-outlined": 59385,
8372
- "plane-outlined": 59386,
8373
- "play-circle-outlined": 59387,
8374
- "print-outlined": 59388,
8375
- "propane-tank-outlined": 59389,
8376
- "qr-code-outlined": 59390,
8377
- "qualification-outlined": 59391,
8378
- "re-assign": 59392,
8428
+ "phone-outlined": 59385,
8429
+ "piggy-bank-outlined": 59386,
8430
+ "plane-outlined": 59387,
8431
+ "play-circle-outlined": 59388,
8432
+ "print-outlined": 59389,
8433
+ "propane-tank-outlined": 59390,
8434
+ "qr-code-outlined": 59391,
8435
+ "qualification-outlined": 59392,
8436
+ "re-assign": 59393,
8379
8437
  redeem: redeem,
8380
8438
  refresh: refresh,
8381
8439
  remove: remove$1,
8382
- "reply-outlined": 59396,
8440
+ "reply-outlined": 59397,
8383
8441
  restart: restart,
8384
- "restaurant-outlined": 59398,
8385
- "resume-outlined": 59399,
8386
- "return-arrow": 59400,
8387
- "rostering-outlined": 59401,
8388
- "safety-outlined": 59402,
8389
- "save-outlined": 59403,
8390
- "schedule-outlined": 59404,
8391
- "search-outlined": 59405,
8392
- "search-secured-outlined": 59406,
8393
- "send-outlined": 59407,
8394
- "share-1": 59408,
8395
- "share-2": 59409,
8396
- "share-outlined-2": 59410,
8397
- "share-outlined": 59411,
8398
- "shield-check-outlined": 59412,
8399
- "shop-outlined": 59413,
8442
+ "restaurant-outlined": 59399,
8443
+ "resume-outlined": 59400,
8444
+ "return-arrow": 59401,
8445
+ "rostering-outlined": 59402,
8446
+ "safety-outlined": 59403,
8447
+ "save-outlined": 59404,
8448
+ "schedule-outlined": 59405,
8449
+ "search-outlined": 59406,
8450
+ "search-secured-outlined": 59407,
8451
+ "send-outlined": 59408,
8452
+ "share-1": 59409,
8453
+ "share-2": 59410,
8454
+ "share-outlined-2": 59411,
8455
+ "share-outlined": 59412,
8456
+ "shield-check-outlined": 59413,
8457
+ "shop-outlined": 59414,
8400
8458
  shopping_basket_outlined: shopping_basket_outlined,
8401
- "show-chart-outlined": 59415,
8402
- "single-down-arrow": 59416,
8403
- "single-left-arrow": 59417,
8404
- "single-right-arrow": 59418,
8405
- "single-up-arrow": 59419,
8406
- "smart-match-outlined": 59420,
8407
- "sparkle-outlined": 59421,
8408
- "speaker-active-outlined": 59422,
8409
- "speaker-outlined": 59423,
8410
- "star-circle-outlined": 59424,
8411
- "star-outlined": 59425,
8412
- "start-break-outlined": 59426,
8413
- "stash-outlined": 59427,
8414
- "stopwatch-outlined": 59428,
8459
+ "show-chart-outlined": 59416,
8460
+ "single-down-arrow": 59417,
8461
+ "single-left-arrow": 59418,
8462
+ "single-right-arrow": 59419,
8463
+ "single-up-arrow": 59420,
8464
+ "smart-match-outlined": 59421,
8465
+ "sparkle-outlined": 59422,
8466
+ "speaker-active-outlined": 59423,
8467
+ "speaker-outlined": 59424,
8468
+ "star-circle-outlined": 59425,
8469
+ "star-outlined": 59426,
8470
+ "start-break-outlined": 59427,
8471
+ "stash-outlined": 59428,
8472
+ "stopwatch-outlined": 59429,
8415
8473
  strikethrough: strikethrough,
8416
- "styler-outlined": 59430,
8417
- "suitcase-clock-outlined": 59431,
8418
- "suitcase-outlined": 59432,
8419
- "survey-outlined": 59433,
8420
- "switch-outlined": 59434,
8474
+ "styler-outlined": 59431,
8475
+ "suitcase-clock-outlined": 59432,
8476
+ "suitcase-outlined": 59433,
8477
+ "survey-outlined": 59434,
8478
+ "switch-outlined": 59435,
8421
8479
  sync: sync,
8422
- "tag-outlined": 59436,
8423
- "target-outlined": 59437,
8424
- "tennis-outlined": 59438,
8425
- "thumb-down-outlined": 59439,
8426
- "ticket-outlined": 59440,
8427
- "timesheet-outlined": 59441,
8428
- "timesheets-outlined": 59442,
8429
- "today-outlined": 59443,
8480
+ "tag-outlined": 59437,
8481
+ "target-outlined": 59438,
8482
+ "tennis-outlined": 59439,
8483
+ "thumb-down-outlined": 59440,
8484
+ "thumb-up-outlined": 59441,
8485
+ "ticket-outlined": 59442,
8486
+ "timesheet-outlined": 59443,
8487
+ "timesheets-outlined": 59444,
8488
+ "today-outlined": 59445,
8430
8489
  transfer: transfer,
8431
- "transportation-outlined": 59445,
8432
- "trash-bin-outlined": 59446,
8433
- "umbrela-outlined": 59447,
8434
- "unavailability-outlined": 59448,
8490
+ "transportation-outlined": 59447,
8491
+ "trash-bin-outlined": 59448,
8492
+ "umbrela-outlined": 59449,
8493
+ "unavailability-outlined": 59450,
8435
8494
  unavailable: unavailable,
8436
8495
  underline: underline,
8437
- "union-outlined": 59451,
8438
- "unlock-outlined": 59452,
8439
- "upload-outlined": 59453,
8440
- "user-circle-outlined": 59454,
8441
- "user-gear-outlined": 59455,
8442
- "user-outlined": 59456,
8443
- "user-rectangle-outlined": 59457,
8444
- "video-1-outlined": 59458,
8445
- "video-2-outlined": 59459,
8446
- "volunteer-outlined": 59460,
8447
- "wallet-outlined": 59461,
8448
- "wellness-outlined": 59462
8496
+ "union-outlined": 59453,
8497
+ "unlock-outlined": 59454,
8498
+ "upload-outlined": 59455,
8499
+ "user-circle-outlined": 59456,
8500
+ "user-gear-outlined": 59457,
8501
+ "user-outlined": 59458,
8502
+ "user-rectangle-outlined": 59459,
8503
+ "video-1-outlined": 59460,
8504
+ "video-2-outlined": 59461,
8505
+ "volunteer-outlined": 59462,
8506
+ "wallet-outlined": 59463,
8507
+ "wellness-outlined": 59464
8449
8508
  };
8450
8509
 
8451
8510
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -46935,6 +46994,184 @@ var Search = {
46935
46994
  SuffixIcon: SearchSuffixIcon
46936
46995
  };
46937
46996
 
46997
+ var StyledSegmentedControlWrapper = index$b(Box)(function (_ref) {
46998
+ var themeSize = _ref.themeSize,
46999
+ theme = _ref.theme;
47000
+ return {
47001
+ flexDirection: 'row',
47002
+ alignItems: 'center',
47003
+ justifyContent: 'center',
47004
+ height: theme.__hd__.segmentedControl.sizes.wrapperHeight[themeSize],
47005
+ borderRadius: theme.__hd__.segmentedControl.radii.wrapper[themeSize],
47006
+ backgroundColor: theme.__hd__.segmentedControl.colors.wrapperBackground,
47007
+ alignSelf: 'flex-start',
47008
+ paddingHorizontal: theme.__hd__.segmentedControl.space.wrapperHorizontalPadding
47009
+ };
47010
+ });
47011
+ var StyledSegmentedItem = index$b(TouchableOpacity)(function (_ref2) {
47012
+ var themeSize = _ref2.themeSize,
47013
+ theme = _ref2.theme,
47014
+ themeSelected = _ref2.themeSelected;
47015
+ return _objectSpread2({
47016
+ flexGrow: 1,
47017
+ flexDirection: 'row',
47018
+ alignItems: 'center',
47019
+ justifyContent: 'center',
47020
+ height: theme.__hd__.segmentedControl.sizes.itemHeight[themeSize],
47021
+ borderRadius: theme.__hd__.segmentedControl.radii.item[themeSize],
47022
+ backgroundColor: themeSelected ? theme.__hd__.segmentedControl.colors.itemBackground.active : theme.__hd__.segmentedControl.colors.itemBackground.inactive
47023
+ }, theme.__hd__.segmentedControl.shadows.item[themeSelected ? 'active' : 'inactive']);
47024
+ });
47025
+ var StyledSegmentedItemWrapper = index$b(Box)(function (_ref3) {
47026
+ var theme = _ref3.theme;
47027
+ return {
47028
+ flexDirection: 'row',
47029
+ alignItems: 'center',
47030
+ justifyContent: 'center',
47031
+ gap: theme.__hd__.segmentedControl.space.itemAffixGap
47032
+ };
47033
+ });
47034
+ var StyledSegmentedItemLabelWrapper = index$b(Box)(function (_ref4) {
47035
+ var theme = _ref4.theme;
47036
+ return {
47037
+ flexDirection: 'row',
47038
+ alignItems: 'center',
47039
+ justifyContent: 'center',
47040
+ gap: theme.__hd__.segmentedControl.space.itemLabelGap
47041
+ };
47042
+ });
47043
+ var StyledSegmentedItemText = index$b(Typography.Body)(function (_ref5) {
47044
+ var theme = _ref5.theme;
47045
+ return {
47046
+ lineHeight: theme.__hd__.segmentedControl.lineHeights.itemText
47047
+ };
47048
+ });
47049
+
47050
+ var DOT_CHAR = "\xB7";
47051
+ var SegmentedItemBadge = function SegmentedItemBadge(_ref) {
47052
+ var children = _ref.children,
47053
+ badge = _ref.badge,
47054
+ testID = _ref.testID;
47055
+ if (!badge) return children;
47056
+ if (badge.type === 'status') {
47057
+ return /*#__PURE__*/React__default.createElement(Badge$1.Status, {
47058
+ visible: true,
47059
+ testID: testID
47060
+ }, /*#__PURE__*/React__default.createElement(Box, {
47061
+ marginEnd: "smallMedium"
47062
+ }, children));
47063
+ }
47064
+ if (badge.type === 'counter') {
47065
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Box, {
47066
+ marginEnd: "xsmall"
47067
+ }, children), /*#__PURE__*/React__default.createElement(Badge$1, {
47068
+ visible: true,
47069
+ content: badge.value,
47070
+ max: badge.max,
47071
+ testID: testID,
47072
+ size: "small"
47073
+ }));
47074
+ }
47075
+ };
47076
+ var getTextAndIconIntent = function getTextAndIconIntent(_ref2) {
47077
+ var selected = _ref2.selected,
47078
+ disabled = _ref2.disabled;
47079
+ if (disabled) {
47080
+ return {
47081
+ iconIntent: 'disabled-text',
47082
+ textIntent: 'disabled',
47083
+ subTextIntent: 'disabled'
47084
+ };
47085
+ }
47086
+ if (selected) {
47087
+ return {
47088
+ iconIntent: 'text',
47089
+ textIntent: 'body',
47090
+ subTextIntent: 'muted'
47091
+ };
47092
+ }
47093
+ return {
47094
+ iconIntent: 'inactive',
47095
+ textIntent: 'inactive',
47096
+ subTextIntent: 'inactive'
47097
+ };
47098
+ };
47099
+ var SegmentedItem = function SegmentedItem(_ref3) {
47100
+ var label = _ref3.label,
47101
+ prefix = _ref3.prefix,
47102
+ suffix = _ref3.suffix,
47103
+ _ref3$selected = _ref3.selected,
47104
+ selected = _ref3$selected === void 0 ? false : _ref3$selected,
47105
+ _ref3$size = _ref3.size,
47106
+ size = _ref3$size === void 0 ? 'medium' : _ref3$size,
47107
+ testID = _ref3.testID,
47108
+ onPress = _ref3.onPress,
47109
+ disabled = _ref3.disabled,
47110
+ badge = _ref3.badge,
47111
+ subText = _ref3.subText;
47112
+ var _getTextAndIconIntent = getTextAndIconIntent({
47113
+ selected: selected,
47114
+ disabled: disabled
47115
+ }),
47116
+ iconIntent = _getTextAndIconIntent.iconIntent,
47117
+ textIntent = _getTextAndIconIntent.textIntent,
47118
+ subTextIntent = _getTextAndIconIntent.subTextIntent;
47119
+ var shouldShowSuffix = !!label && !!suffix;
47120
+ return /*#__PURE__*/React__default.createElement(StyledSegmentedItem, {
47121
+ themeSize: size,
47122
+ themeSelected: selected,
47123
+ testID: testID,
47124
+ onPress: onPress,
47125
+ disabled: disabled
47126
+ }, /*#__PURE__*/React__default.createElement(SegmentedItemBadge, {
47127
+ badge: badge,
47128
+ testID: "".concat(testID, "-badge")
47129
+ }, /*#__PURE__*/React__default.createElement(StyledSegmentedItemWrapper, null, prefix && /*#__PURE__*/React__default.createElement(Icon, {
47130
+ icon: prefix,
47131
+ intent: iconIntent,
47132
+ size: "xxxsmall",
47133
+ testID: "".concat(testID, "-prefix")
47134
+ }), !!label && /*#__PURE__*/React__default.createElement(StyledSegmentedItemLabelWrapper, null, label && /*#__PURE__*/React__default.createElement(StyledSegmentedItemText, {
47135
+ variant: "small-bold",
47136
+ intent: textIntent
47137
+ }, label), subText && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(StyledSegmentedItemText, {
47138
+ variant: "small",
47139
+ intent: subTextIntent
47140
+ }, DOT_CHAR), /*#__PURE__*/React__default.createElement(StyledSegmentedItemText, {
47141
+ variant: "small",
47142
+ intent: subTextIntent
47143
+ }, subText))), shouldShowSuffix && /*#__PURE__*/React__default.createElement(Icon, {
47144
+ icon: suffix,
47145
+ intent: iconIntent,
47146
+ size: "xxxsmall",
47147
+ testID: "".concat(testID, "-suffix")
47148
+ }))));
47149
+ };
47150
+
47151
+ var SegmentedControl = function SegmentedControl(_ref) {
47152
+ var _ref$size = _ref.size,
47153
+ size = _ref$size === void 0 ? 'medium' : _ref$size,
47154
+ items = _ref.items,
47155
+ value = _ref.value,
47156
+ testID = _ref.testID,
47157
+ style = _ref.style,
47158
+ onItemPress = _ref.onItemPress;
47159
+ return /*#__PURE__*/React__default.createElement(StyledSegmentedControlWrapper, {
47160
+ themeSize: size,
47161
+ testID: testID,
47162
+ style: style
47163
+ }, items.map(function (item) {
47164
+ return /*#__PURE__*/React__default.createElement(SegmentedItem, _extends$1({}, item, {
47165
+ key: item.value,
47166
+ selected: item.value === value,
47167
+ onPress: function onPress() {
47168
+ return onItemPress(item);
47169
+ },
47170
+ size: size
47171
+ }));
47172
+ }));
47173
+ };
47174
+
46938
47175
  var StyledWrapper = index$b.TouchableOpacity(function (_ref) {
46939
47176
  var theme = _ref.theme;
46940
47177
  return _objectSpread2({
@@ -47135,4 +47372,4 @@ var FilterTrigger = function FilterTrigger(_ref) {
47135
47372
  })));
47136
47373
  };
47137
47374
 
47138
- export { Accordion, Alert, AppCue, Attachment, index$a as Avatar, Badge$1 as Badge, BottomNavigation, BottomSheet$1 as BottomSheet, Box, CompoundButton as Button, Calendar$1 as Calendar, Card$1 as Card, index$9 as Carousel, Chart, Checkbox, Chip, Collapse, ContentNavigator, index$8 as DatePicker, Divider, index$7 as Drawer, Empty, ErrorComponent as Error, FAB, FilterTrigger, FlatListWithFAB, FloatingIsland, HeroDesignProvider, Icon, Image, List$1 as List, LocaleProvider, index$6 as MapPin, PageControl, PinInput, Portal$1 as Portal, Progress, CompoundRadio as Radio, Rate, RefreshControl, index as RichTextEditor, ScrollViewWithFAB, Search, SectionHeading, SectionListWithFAB, index$4 as Select, Skeleton, Slider, Spinner, Success, index$5 as Swipeable, index$3 as Switch, index$2 as Tabs, Tag, TextInput, ThemeProvider, ThemeSwitcher, PublicTimePicker as TimePicker, Toast, index$1 as Toolbar, Typography, eBensSystemPalette, ehJobsSystemPalette, ehWorkDarkSystemPalette, ehWorkSystemPalette, getTheme, jobsSystemPalette, scale, index$b as styled, swagDarkSystemPalette, swagLightJobsSystemPalette, swagSystemPalette$1 as swagLightSystemPalette, swagSystemPalette$2 as swagSystemPalette, defaultTheme as theme, useAvatarColors, useTheme, walletSystemPalette, withTheme, workSystemPalette };
47375
+ export { Accordion, Alert, AppCue, Attachment, index$a as Avatar, Badge$1 as Badge, BottomNavigation, BottomSheet$1 as BottomSheet, Box, CompoundButton as Button, Calendar$1 as Calendar, Card$1 as Card, index$9 as Carousel, Chart, Checkbox, Chip, Collapse, ContentNavigator, index$8 as DatePicker, Divider, index$7 as Drawer, Empty, ErrorComponent as Error, FAB, FilterTrigger, FlatListWithFAB, FloatingIsland, HeroDesignProvider, Icon, Image, List$1 as List, LocaleProvider, index$6 as MapPin, PageControl, PinInput, Portal$1 as Portal, Progress, CompoundRadio as Radio, Rate, RefreshControl, index as RichTextEditor, ScrollViewWithFAB, Search, SectionHeading, SectionListWithFAB, SegmentedControl, index$4 as Select, Skeleton, Slider, Spinner, Success, index$5 as Swipeable, index$3 as Switch, index$2 as Tabs, Tag, TextInput, ThemeProvider, ThemeSwitcher, PublicTimePicker as TimePicker, Toast, index$1 as Toolbar, Typography, eBensSystemPalette, ehJobsSystemPalette, ehWorkDarkSystemPalette, ehWorkSystemPalette, getTheme, jobsSystemPalette, scale, index$b as styled, swagDarkSystemPalette, swagLightJobsSystemPalette, swagSystemPalette$1 as swagLightSystemPalette, swagSystemPalette$2 as swagSystemPalette, defaultTheme as theme, useAvatarColors, useTheme, walletSystemPalette, withTheme, workSystemPalette };