@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/lib/index.js CHANGED
@@ -7488,6 +7488,62 @@ var getFilterTriggerTheme = function getFilterTriggerTheme(theme) {
7488
7488
  };
7489
7489
  };
7490
7490
 
7491
+ var getSegmentedControlTheme = function getSegmentedControlTheme(theme) {
7492
+ var sizes = {
7493
+ itemHeight: {
7494
+ medium: scale(28),
7495
+ large: scale(36)
7496
+ },
7497
+ wrapperHeight: {
7498
+ medium: scale(36),
7499
+ large: scale(44)
7500
+ }
7501
+ };
7502
+ var colors = {
7503
+ itemBackground: {
7504
+ inactive: 'transparent',
7505
+ active: theme.colors.defaultGlobalSurface
7506
+ },
7507
+ wrapperBackground: theme.colors.neutralGlobalSurface
7508
+ };
7509
+ var shadows = {
7510
+ item: {
7511
+ inactive: undefined,
7512
+ active: theme.shadows["default"]
7513
+ }
7514
+ };
7515
+ var radii = {
7516
+ item: {
7517
+ medium: theme.radii.large,
7518
+ large: theme.radii.xlarge
7519
+ },
7520
+ wrapper: {
7521
+ medium: theme.radii.xlarge,
7522
+ large: theme.radii.xxlarge
7523
+ }
7524
+ };
7525
+ var space = {
7526
+ wrapperHorizontalPadding: theme.space.xsmall,
7527
+ itemLabelGap: theme.space.xsmall,
7528
+ itemLabelMarginEnd: theme.space.smallMedium,
7529
+ itemAffixGap: theme.space.small
7530
+ };
7531
+ var lineHeights = {
7532
+ itemText: reactNative.Platform.select({
7533
+ android: 20,
7534
+ ios: undefined
7535
+ })
7536
+ };
7537
+ return {
7538
+ sizes: sizes,
7539
+ colors: colors,
7540
+ shadows: shadows,
7541
+ radii: radii,
7542
+ space: space,
7543
+ lineHeights: lineHeights
7544
+ };
7545
+ };
7546
+
7491
7547
  var getTheme = function getTheme() {
7492
7548
  var scale = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : scale$1;
7493
7549
  var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette$2;
@@ -7548,7 +7604,8 @@ var getTheme = function getTheme() {
7548
7604
  toast: getToastTheme(globalTheme),
7549
7605
  toolbar: getToolbarTheme(globalTheme),
7550
7606
  typography: getTypographyTheme(globalTheme),
7551
- floatingIsland: getFloatingIslandTheme(globalTheme)
7607
+ floatingIsland: getFloatingIslandTheme(globalTheme),
7608
+ segmentedControl: getSegmentedControlTheme(globalTheme)
7552
7609
  }
7553
7610
  });
7554
7611
  };
@@ -7917,7 +7974,7 @@ var Typography = {
7917
7974
  };
7918
7975
 
7919
7976
  // 🔴 DO NOT EDIT — This file is generated automatically.
7920
- 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'];
7977
+ 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'];
7921
7978
 
7922
7979
  var activate = 59000;
7923
7980
  var adjustment = 59003;
@@ -7988,29 +8045,29 @@ var swag = 59175;
7988
8045
  var tag = 59178;
7989
8046
  var target = 59179;
7990
8047
  var teams = 59180;
7991
- var timesheet = 59182;
7992
- var unlock = 59185;
7993
- var user = 59186;
7994
- var wallet = 59189;
7995
- var warning = 59190;
7996
- var add = 59198;
7997
- var bold = 59228;
7998
- var cancel = 59245;
7999
- var checkmark = 59251;
8000
- var italic = 59347;
8001
- var local_mall_outlined = 59354;
8002
- var number$2 = 59377;
8003
- var percentage = 59383;
8004
- var redeem = 59393;
8005
- var refresh = 59394;
8006
- var remove$1 = 59395;
8007
- var restart = 59397;
8008
- var shopping_basket_outlined = 59414;
8009
- var strikethrough = 59429;
8010
- var sync = 59435;
8011
- var transfer = 59444;
8012
- var unavailable = 59449;
8013
- var underline = 59450;
8048
+ var timesheet = 59183;
8049
+ var unlock = 59186;
8050
+ var user = 59187;
8051
+ var wallet = 59190;
8052
+ var warning = 59191;
8053
+ var add = 59199;
8054
+ var bold = 59229;
8055
+ var cancel = 59246;
8056
+ var checkmark = 59252;
8057
+ var italic = 59348;
8058
+ var local_mall_outlined = 59355;
8059
+ var number$2 = 59378;
8060
+ var percentage = 59384;
8061
+ var redeem = 59394;
8062
+ var refresh = 59395;
8063
+ var remove$1 = 59396;
8064
+ var restart = 59398;
8065
+ var shopping_basket_outlined = 59415;
8066
+ var strikethrough = 59430;
8067
+ var sync = 59436;
8068
+ var transfer = 59446;
8069
+ var unavailable = 59451;
8070
+ var underline = 59452;
8014
8071
  var glyphMap = {
8015
8072
  activate: activate,
8016
8073
  "add-emoji": 59001,
@@ -8194,287 +8251,289 @@ var glyphMap = {
8194
8251
  target: target,
8195
8252
  teams: teams,
8196
8253
  "thumb-down": 59181,
8254
+ "thumb-up": 59182,
8197
8255
  timesheet: timesheet,
8198
- "touch-id": 59183,
8199
- "trash-bin": 59184,
8256
+ "touch-id": 59184,
8257
+ "trash-bin": 59185,
8200
8258
  unlock: unlock,
8201
8259
  user: user,
8202
- "video-1": 59187,
8203
- "video-2": 59188,
8260
+ "video-1": 59188,
8261
+ "video-2": 59189,
8204
8262
  wallet: wallet,
8205
8263
  warning: warning,
8206
- "academic-hat-outlined": 59191,
8207
- "accommodation-outlined": 59192,
8208
- "activate-outlined": 59193,
8209
- "add-credit-card-outlined": 59194,
8210
- "add-person-outlined": 59195,
8211
- "add-section-outlined": 59196,
8212
- "add-time-outlined": 59197,
8264
+ "academic-hat-outlined": 59192,
8265
+ "accommodation-outlined": 59193,
8266
+ "activate-outlined": 59194,
8267
+ "add-credit-card-outlined": 59195,
8268
+ "add-person-outlined": 59196,
8269
+ "add-section-outlined": 59197,
8270
+ "add-time-outlined": 59198,
8213
8271
  add: add,
8214
- "adjustment-outlined": 59199,
8215
- "afternoon-outlined": 59200,
8216
- "ai-outlined": 59201,
8217
- "alignment-2-outlined": 59202,
8218
- "alignment-outlined": 59203,
8219
- "all-caps": 59204,
8220
- "application-outlined": 59205,
8221
- "arrow-down": 59206,
8222
- "arrow-downwards": 59207,
8223
- "arrow-left": 59208,
8224
- "arrow-leftwards": 59209,
8225
- "arrow-right": 59210,
8226
- "arrow-rightwards": 59211,
8227
- "arrow-up": 59212,
8228
- "arrow-upwards": 59213,
8229
- "article-outlined": 59214,
8230
- "at-sign": 59215,
8231
- "auto-graph-outlined": 59216,
8232
- "automotive-outlined": 59217,
8233
- "bakery-outlined": 59218,
8234
- "bar-outlined": 59219,
8235
- "beauty-outlined": 59220,
8236
- "beer-outlined": 59221,
8237
- "bell-active-outlined": 59222,
8238
- "bell-outlined": 59223,
8239
- "bell-slash-outlined": 59224,
8240
- "bill-management-outlined": 59225,
8241
- "billing-outlined": 59226,
8242
- "body-outlined": 59227,
8272
+ "adjustment-outlined": 59200,
8273
+ "afternoon-outlined": 59201,
8274
+ "ai-outlined": 59202,
8275
+ "alignment-2-outlined": 59203,
8276
+ "alignment-outlined": 59204,
8277
+ "all-caps": 59205,
8278
+ "application-outlined": 59206,
8279
+ "arrow-down": 59207,
8280
+ "arrow-downwards": 59208,
8281
+ "arrow-left": 59209,
8282
+ "arrow-leftwards": 59210,
8283
+ "arrow-right": 59211,
8284
+ "arrow-rightwards": 59212,
8285
+ "arrow-up": 59213,
8286
+ "arrow-upwards": 59214,
8287
+ "article-outlined": 59215,
8288
+ "at-sign": 59216,
8289
+ "auto-graph-outlined": 59217,
8290
+ "automotive-outlined": 59218,
8291
+ "bakery-outlined": 59219,
8292
+ "bar-outlined": 59220,
8293
+ "beauty-outlined": 59221,
8294
+ "beer-outlined": 59222,
8295
+ "bell-active-outlined": 59223,
8296
+ "bell-outlined": 59224,
8297
+ "bell-slash-outlined": 59225,
8298
+ "bill-management-outlined": 59226,
8299
+ "billing-outlined": 59227,
8300
+ "body-outlined": 59228,
8243
8301
  bold: bold,
8244
- "bolt-outlined": 59229,
8245
- "book-outlined": 59230,
8246
- "bookmark-added-outlined": 59231,
8247
- "bookmark-checked-outlined": 59232,
8248
- "bookmark-outlined": 59233,
8249
- "box-1-outlined": 59234,
8250
- "box-check-outlined": 59235,
8251
- "box-outlined": 59236,
8252
- "bullet-points": 59237,
8253
- "cake-outlined": 59238,
8254
- "calculator-outlined": 59239,
8255
- "calendar-dates-outlined": 59240,
8256
- "calendar-star-outlined": 59241,
8257
- "call-outlined": 59242,
8258
- "call-split-outlined": 59243,
8259
- "camera-outlined": 59244,
8302
+ "bolt-outlined": 59230,
8303
+ "book-outlined": 59231,
8304
+ "bookmark-added-outlined": 59232,
8305
+ "bookmark-checked-outlined": 59233,
8306
+ "bookmark-outlined": 59234,
8307
+ "box-1-outlined": 59235,
8308
+ "box-check-outlined": 59236,
8309
+ "box-outlined": 59237,
8310
+ "bullet-points": 59238,
8311
+ "cake-outlined": 59239,
8312
+ "calculator-outlined": 59240,
8313
+ "calendar-dates-outlined": 59241,
8314
+ "calendar-star-outlined": 59242,
8315
+ "call-outlined": 59243,
8316
+ "call-split-outlined": 59244,
8317
+ "camera-outlined": 59245,
8260
8318
  cancel: cancel,
8261
- "car-forward-outlined": 59246,
8262
- "cashback-outlined": 59247,
8263
- "charging-station-outlined": 59248,
8264
- "chat-bubble-outlined": 59249,
8265
- "chat-unread-outlined": 59250,
8319
+ "car-forward-outlined": 59247,
8320
+ "cashback-outlined": 59248,
8321
+ "charging-station-outlined": 59249,
8322
+ "chat-bubble-outlined": 59250,
8323
+ "chat-unread-outlined": 59251,
8266
8324
  checkmark: checkmark,
8267
- "circle-add-outlined": 59252,
8268
- "circle-cancel-outlined": 59253,
8269
- "circle-down-outlined": 59254,
8270
- "circle-info-outlined": 59255,
8271
- "circle-left-outlined": 59256,
8272
- "circle-ok-outlined": 59257,
8273
- "circle-question-outlined": 59258,
8274
- "circle-remove-outlined": 59259,
8275
- "circle-right-outlined": 59260,
8276
- "circle-up-outlined": 59261,
8277
- "circle-warning-outlined": 59262,
8278
- "clock-2-outlined": 59263,
8279
- "clock-in-outlined": 59264,
8280
- "clock-out-outlined": 59265,
8281
- "clock-outlined": 59266,
8282
- "cog-outlined": 59267,
8283
- "coin-outlined": 59268,
8284
- "coin-super-outlined": 59269,
8285
- "comment-outlined": 59270,
8286
- "contacts-outlined": 59271,
8287
- "contacts-user-outlined": 59272,
8288
- "credit-card-outlined": 59273,
8289
- "cultural-site-outlined": 59274,
8290
- "cup-outlined": 59275,
8291
- "dentistry-outlined": 59276,
8292
- "direction-arrows-outlined": 59277,
8293
- "directory-outlined": 59278,
8294
- "document-outlined": 59279,
8295
- "dollar-box-outlined": 59280,
8296
- "dollar-card-outlined": 59281,
8297
- "dollar-coin-shine-outlined": 59282,
8298
- "dollar-credit-card-outlined": 59283,
8299
- "dollar-sign": 59284,
8300
- "double-buildings-outlined": 59285,
8301
- "double-left-arrows": 59286,
8302
- "double-right-arrows": 59287,
8303
- "download-box-outlined": 59288,
8304
- "download-outlined": 59289,
8305
- "edit-template-outlined": 59290,
8306
- "electronics-outlined": 59291,
8307
- "email-outlined": 59292,
8308
- "end-break-outlined": 59293,
8309
- "enter-arrow": 59294,
8310
- "entertainment-outlined": 59295,
8311
- "envelope-outlined": 59296,
8312
- "evening-outlined": 59297,
8313
- "expense-approval-outlined": 59298,
8314
- "expense-outlined": 59299,
8315
- "explore-outlined": 59300,
8316
- "extension-outlined": 59301,
8317
- "external-link": 59302,
8318
- "eye-invisible-outlined": 59303,
8319
- "eye-outlined": 59304,
8320
- "face-id": 59305,
8321
- "face-meh-outlined": 59306,
8322
- "face-open-smiley-outlined": 59307,
8323
- "face-sad-outlined": 59308,
8324
- "face-smiley-outlined": 59309,
8325
- "fastfood-outlined": 59310,
8326
- "feed-outlined": 59311,
8327
- "file-certified-outlined": 59312,
8328
- "file-clone-outlined": 59313,
8329
- "file-copy-outlined": 59314,
8330
- "file-dispose-outlined": 59315,
8331
- "file-dollar-certified-outlined": 59316,
8332
- "file-dollar-outlined": 59317,
8333
- "file-download-outlined": 59318,
8334
- "file-export-outlined": 59319,
8335
- "file-lock-outlined": 59320,
8336
- "file-outlined": 59321,
8337
- "file-search-outlined": 59322,
8338
- "file-secured-outlined": 59323,
8339
- "file-statutory-outlined": 59324,
8340
- "file-verified-outlined": 59325,
8341
- "filter-outlined": 59326,
8342
- "fitness-outlined": 59327,
8343
- "folder-outlined": 59328,
8344
- "folder-upload-outlined": 59329,
8345
- "folder-user-outlined": 59330,
8346
- "form-outlined": 59331,
8347
- "funnel-filter-outline": 59332,
8348
- "goal-outlined": 59333,
8349
- "graph-outlined": 59334,
8350
- "grocery-outlined": 59335,
8351
- "hand-holding-user-outlined": 59336,
8352
- "handshake-outlined": 59337,
8353
- "happy-sun-outlined": 59338,
8354
- "health-bag-outlined": 59339,
8355
- "heart-outlined": 59340,
8356
- "home-active-outlined": 59341,
8357
- "home-outlined": 59342,
8358
- "id-card-outlined": 59343,
8359
- "image-outlined": 59344,
8360
- "import-outlined": 59345,
8361
- "instapay-outlined": 59346,
8325
+ "circle-add-outlined": 59253,
8326
+ "circle-cancel-outlined": 59254,
8327
+ "circle-down-outlined": 59255,
8328
+ "circle-info-outlined": 59256,
8329
+ "circle-left-outlined": 59257,
8330
+ "circle-ok-outlined": 59258,
8331
+ "circle-question-outlined": 59259,
8332
+ "circle-remove-outlined": 59260,
8333
+ "circle-right-outlined": 59261,
8334
+ "circle-up-outlined": 59262,
8335
+ "circle-warning-outlined": 59263,
8336
+ "clock-2-outlined": 59264,
8337
+ "clock-in-outlined": 59265,
8338
+ "clock-out-outlined": 59266,
8339
+ "clock-outlined": 59267,
8340
+ "cog-outlined": 59268,
8341
+ "coin-outlined": 59269,
8342
+ "coin-super-outlined": 59270,
8343
+ "comment-outlined": 59271,
8344
+ "contacts-outlined": 59272,
8345
+ "contacts-user-outlined": 59273,
8346
+ "credit-card-outlined": 59274,
8347
+ "cultural-site-outlined": 59275,
8348
+ "cup-outlined": 59276,
8349
+ "dentistry-outlined": 59277,
8350
+ "direction-arrows-outlined": 59278,
8351
+ "directory-outlined": 59279,
8352
+ "document-outlined": 59280,
8353
+ "dollar-box-outlined": 59281,
8354
+ "dollar-card-outlined": 59282,
8355
+ "dollar-coin-shine-outlined": 59283,
8356
+ "dollar-credit-card-outlined": 59284,
8357
+ "dollar-sign": 59285,
8358
+ "double-buildings-outlined": 59286,
8359
+ "double-left-arrows": 59287,
8360
+ "double-right-arrows": 59288,
8361
+ "download-box-outlined": 59289,
8362
+ "download-outlined": 59290,
8363
+ "edit-template-outlined": 59291,
8364
+ "electronics-outlined": 59292,
8365
+ "email-outlined": 59293,
8366
+ "end-break-outlined": 59294,
8367
+ "enter-arrow": 59295,
8368
+ "entertainment-outlined": 59296,
8369
+ "envelope-outlined": 59297,
8370
+ "evening-outlined": 59298,
8371
+ "expense-approval-outlined": 59299,
8372
+ "expense-outlined": 59300,
8373
+ "explore-outlined": 59301,
8374
+ "extension-outlined": 59302,
8375
+ "external-link": 59303,
8376
+ "eye-invisible-outlined": 59304,
8377
+ "eye-outlined": 59305,
8378
+ "face-id": 59306,
8379
+ "face-meh-outlined": 59307,
8380
+ "face-open-smiley-outlined": 59308,
8381
+ "face-sad-outlined": 59309,
8382
+ "face-smiley-outlined": 59310,
8383
+ "fastfood-outlined": 59311,
8384
+ "feed-outlined": 59312,
8385
+ "file-certified-outlined": 59313,
8386
+ "file-clone-outlined": 59314,
8387
+ "file-copy-outlined": 59315,
8388
+ "file-dispose-outlined": 59316,
8389
+ "file-dollar-certified-outlined": 59317,
8390
+ "file-dollar-outlined": 59318,
8391
+ "file-download-outlined": 59319,
8392
+ "file-export-outlined": 59320,
8393
+ "file-lock-outlined": 59321,
8394
+ "file-outlined": 59322,
8395
+ "file-search-outlined": 59323,
8396
+ "file-secured-outlined": 59324,
8397
+ "file-statutory-outlined": 59325,
8398
+ "file-verified-outlined": 59326,
8399
+ "filter-outlined": 59327,
8400
+ "fitness-outlined": 59328,
8401
+ "folder-outlined": 59329,
8402
+ "folder-upload-outlined": 59330,
8403
+ "folder-user-outlined": 59331,
8404
+ "form-outlined": 59332,
8405
+ "funnel-filter-outline": 59333,
8406
+ "goal-outlined": 59334,
8407
+ "graph-outlined": 59335,
8408
+ "grocery-outlined": 59336,
8409
+ "hand-holding-user-outlined": 59337,
8410
+ "handshake-outlined": 59338,
8411
+ "happy-sun-outlined": 59339,
8412
+ "health-bag-outlined": 59340,
8413
+ "heart-outlined": 59341,
8414
+ "home-active-outlined": 59342,
8415
+ "home-outlined": 59343,
8416
+ "id-card-outlined": 59344,
8417
+ "image-outlined": 59345,
8418
+ "import-outlined": 59346,
8419
+ "instapay-outlined": 59347,
8362
8420
  italic: italic,
8363
- "job-search-outlined": 59348,
8364
- "leave-approval-outlined": 59349,
8365
- "link-1": 59350,
8366
- "link-2": 59351,
8367
- "list-outlined": 59352,
8368
- "live-help-outlined": 59353,
8421
+ "job-search-outlined": 59349,
8422
+ "leave-approval-outlined": 59350,
8423
+ "link-1": 59351,
8424
+ "link-2": 59352,
8425
+ "list-outlined": 59353,
8426
+ "live-help-outlined": 59354,
8369
8427
  local_mall_outlined: local_mall_outlined,
8370
- "location-on-outlined": 59355,
8371
- "location-outlined": 59356,
8372
- "lock-outlined": 59357,
8373
- "locked-file-outlined": 59358,
8374
- "log-out": 59359,
8375
- "mail-outlined": 59360,
8376
- "map-outlined": 59361,
8377
- "media-content-outlined": 59362,
8378
- "menu-close": 59363,
8379
- "menu-expand": 59364,
8380
- "menu-fold-outlined": 59365,
8381
- "menu-unfold-outlined": 59366,
8382
- "moneybag-outlined": 59367,
8383
- "moon-outlined": 59368,
8384
- "more-horizontal": 59369,
8385
- "more-vertical": 59370,
8386
- "morning-outlined": 59371,
8387
- "multiple-folders-outlined": 59372,
8388
- "multiple-users-outlined": 59373,
8389
- "near-me-outlined": 59374,
8390
- "node-outlined": 59375,
8391
- "number-points": 59376,
8428
+ "location-on-outlined": 59356,
8429
+ "location-outlined": 59357,
8430
+ "lock-outlined": 59358,
8431
+ "locked-file-outlined": 59359,
8432
+ "log-out": 59360,
8433
+ "mail-outlined": 59361,
8434
+ "map-outlined": 59362,
8435
+ "media-content-outlined": 59363,
8436
+ "menu-close": 59364,
8437
+ "menu-expand": 59365,
8438
+ "menu-fold-outlined": 59366,
8439
+ "menu-unfold-outlined": 59367,
8440
+ "moneybag-outlined": 59368,
8441
+ "moon-outlined": 59369,
8442
+ "more-horizontal": 59370,
8443
+ "more-vertical": 59371,
8444
+ "morning-outlined": 59372,
8445
+ "multiple-folders-outlined": 59373,
8446
+ "multiple-users-outlined": 59374,
8447
+ "near-me-outlined": 59375,
8448
+ "node-outlined": 59376,
8449
+ "number-points": 59377,
8392
8450
  number: number$2,
8393
- "overview-outlined": 59378,
8394
- "park-outlined": 59379,
8395
- "payment-summary-outlined": 59380,
8396
- "payslip-outlined": 59381,
8397
- "pencil-outlined": 59382,
8451
+ "overview-outlined": 59379,
8452
+ "park-outlined": 59380,
8453
+ "payment-summary-outlined": 59381,
8454
+ "payslip-outlined": 59382,
8455
+ "pencil-outlined": 59383,
8398
8456
  percentage: percentage,
8399
- "phone-outlined": 59384,
8400
- "piggy-bank-outlined": 59385,
8401
- "plane-outlined": 59386,
8402
- "play-circle-outlined": 59387,
8403
- "print-outlined": 59388,
8404
- "propane-tank-outlined": 59389,
8405
- "qr-code-outlined": 59390,
8406
- "qualification-outlined": 59391,
8407
- "re-assign": 59392,
8457
+ "phone-outlined": 59385,
8458
+ "piggy-bank-outlined": 59386,
8459
+ "plane-outlined": 59387,
8460
+ "play-circle-outlined": 59388,
8461
+ "print-outlined": 59389,
8462
+ "propane-tank-outlined": 59390,
8463
+ "qr-code-outlined": 59391,
8464
+ "qualification-outlined": 59392,
8465
+ "re-assign": 59393,
8408
8466
  redeem: redeem,
8409
8467
  refresh: refresh,
8410
8468
  remove: remove$1,
8411
- "reply-outlined": 59396,
8469
+ "reply-outlined": 59397,
8412
8470
  restart: restart,
8413
- "restaurant-outlined": 59398,
8414
- "resume-outlined": 59399,
8415
- "return-arrow": 59400,
8416
- "rostering-outlined": 59401,
8417
- "safety-outlined": 59402,
8418
- "save-outlined": 59403,
8419
- "schedule-outlined": 59404,
8420
- "search-outlined": 59405,
8421
- "search-secured-outlined": 59406,
8422
- "send-outlined": 59407,
8423
- "share-1": 59408,
8424
- "share-2": 59409,
8425
- "share-outlined-2": 59410,
8426
- "share-outlined": 59411,
8427
- "shield-check-outlined": 59412,
8428
- "shop-outlined": 59413,
8471
+ "restaurant-outlined": 59399,
8472
+ "resume-outlined": 59400,
8473
+ "return-arrow": 59401,
8474
+ "rostering-outlined": 59402,
8475
+ "safety-outlined": 59403,
8476
+ "save-outlined": 59404,
8477
+ "schedule-outlined": 59405,
8478
+ "search-outlined": 59406,
8479
+ "search-secured-outlined": 59407,
8480
+ "send-outlined": 59408,
8481
+ "share-1": 59409,
8482
+ "share-2": 59410,
8483
+ "share-outlined-2": 59411,
8484
+ "share-outlined": 59412,
8485
+ "shield-check-outlined": 59413,
8486
+ "shop-outlined": 59414,
8429
8487
  shopping_basket_outlined: shopping_basket_outlined,
8430
- "show-chart-outlined": 59415,
8431
- "single-down-arrow": 59416,
8432
- "single-left-arrow": 59417,
8433
- "single-right-arrow": 59418,
8434
- "single-up-arrow": 59419,
8435
- "smart-match-outlined": 59420,
8436
- "sparkle-outlined": 59421,
8437
- "speaker-active-outlined": 59422,
8438
- "speaker-outlined": 59423,
8439
- "star-circle-outlined": 59424,
8440
- "star-outlined": 59425,
8441
- "start-break-outlined": 59426,
8442
- "stash-outlined": 59427,
8443
- "stopwatch-outlined": 59428,
8488
+ "show-chart-outlined": 59416,
8489
+ "single-down-arrow": 59417,
8490
+ "single-left-arrow": 59418,
8491
+ "single-right-arrow": 59419,
8492
+ "single-up-arrow": 59420,
8493
+ "smart-match-outlined": 59421,
8494
+ "sparkle-outlined": 59422,
8495
+ "speaker-active-outlined": 59423,
8496
+ "speaker-outlined": 59424,
8497
+ "star-circle-outlined": 59425,
8498
+ "star-outlined": 59426,
8499
+ "start-break-outlined": 59427,
8500
+ "stash-outlined": 59428,
8501
+ "stopwatch-outlined": 59429,
8444
8502
  strikethrough: strikethrough,
8445
- "styler-outlined": 59430,
8446
- "suitcase-clock-outlined": 59431,
8447
- "suitcase-outlined": 59432,
8448
- "survey-outlined": 59433,
8449
- "switch-outlined": 59434,
8503
+ "styler-outlined": 59431,
8504
+ "suitcase-clock-outlined": 59432,
8505
+ "suitcase-outlined": 59433,
8506
+ "survey-outlined": 59434,
8507
+ "switch-outlined": 59435,
8450
8508
  sync: sync,
8451
- "tag-outlined": 59436,
8452
- "target-outlined": 59437,
8453
- "tennis-outlined": 59438,
8454
- "thumb-down-outlined": 59439,
8455
- "ticket-outlined": 59440,
8456
- "timesheet-outlined": 59441,
8457
- "timesheets-outlined": 59442,
8458
- "today-outlined": 59443,
8509
+ "tag-outlined": 59437,
8510
+ "target-outlined": 59438,
8511
+ "tennis-outlined": 59439,
8512
+ "thumb-down-outlined": 59440,
8513
+ "thumb-up-outlined": 59441,
8514
+ "ticket-outlined": 59442,
8515
+ "timesheet-outlined": 59443,
8516
+ "timesheets-outlined": 59444,
8517
+ "today-outlined": 59445,
8459
8518
  transfer: transfer,
8460
- "transportation-outlined": 59445,
8461
- "trash-bin-outlined": 59446,
8462
- "umbrela-outlined": 59447,
8463
- "unavailability-outlined": 59448,
8519
+ "transportation-outlined": 59447,
8520
+ "trash-bin-outlined": 59448,
8521
+ "umbrela-outlined": 59449,
8522
+ "unavailability-outlined": 59450,
8464
8523
  unavailable: unavailable,
8465
8524
  underline: underline,
8466
- "union-outlined": 59451,
8467
- "unlock-outlined": 59452,
8468
- "upload-outlined": 59453,
8469
- "user-circle-outlined": 59454,
8470
- "user-gear-outlined": 59455,
8471
- "user-outlined": 59456,
8472
- "user-rectangle-outlined": 59457,
8473
- "video-1-outlined": 59458,
8474
- "video-2-outlined": 59459,
8475
- "volunteer-outlined": 59460,
8476
- "wallet-outlined": 59461,
8477
- "wellness-outlined": 59462
8525
+ "union-outlined": 59453,
8526
+ "unlock-outlined": 59454,
8527
+ "upload-outlined": 59455,
8528
+ "user-circle-outlined": 59456,
8529
+ "user-gear-outlined": 59457,
8530
+ "user-outlined": 59458,
8531
+ "user-rectangle-outlined": 59459,
8532
+ "video-1-outlined": 59460,
8533
+ "video-2-outlined": 59461,
8534
+ "volunteer-outlined": 59462,
8535
+ "wallet-outlined": 59463,
8536
+ "wellness-outlined": 59464
8478
8537
  };
8479
8538
 
8480
8539
  var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -46964,6 +47023,184 @@ var Search = {
46964
47023
  SuffixIcon: SearchSuffixIcon
46965
47024
  };
46966
47025
 
47026
+ var StyledSegmentedControlWrapper = index$b(Box)(function (_ref) {
47027
+ var themeSize = _ref.themeSize,
47028
+ theme = _ref.theme;
47029
+ return {
47030
+ flexDirection: 'row',
47031
+ alignItems: 'center',
47032
+ justifyContent: 'center',
47033
+ height: theme.__hd__.segmentedControl.sizes.wrapperHeight[themeSize],
47034
+ borderRadius: theme.__hd__.segmentedControl.radii.wrapper[themeSize],
47035
+ backgroundColor: theme.__hd__.segmentedControl.colors.wrapperBackground,
47036
+ alignSelf: 'flex-start',
47037
+ paddingHorizontal: theme.__hd__.segmentedControl.space.wrapperHorizontalPadding
47038
+ };
47039
+ });
47040
+ var StyledSegmentedItem = index$b(reactNative.TouchableOpacity)(function (_ref2) {
47041
+ var themeSize = _ref2.themeSize,
47042
+ theme = _ref2.theme,
47043
+ themeSelected = _ref2.themeSelected;
47044
+ return _objectSpread2({
47045
+ flexGrow: 1,
47046
+ flexDirection: 'row',
47047
+ alignItems: 'center',
47048
+ justifyContent: 'center',
47049
+ height: theme.__hd__.segmentedControl.sizes.itemHeight[themeSize],
47050
+ borderRadius: theme.__hd__.segmentedControl.radii.item[themeSize],
47051
+ backgroundColor: themeSelected ? theme.__hd__.segmentedControl.colors.itemBackground.active : theme.__hd__.segmentedControl.colors.itemBackground.inactive
47052
+ }, theme.__hd__.segmentedControl.shadows.item[themeSelected ? 'active' : 'inactive']);
47053
+ });
47054
+ var StyledSegmentedItemWrapper = index$b(Box)(function (_ref3) {
47055
+ var theme = _ref3.theme;
47056
+ return {
47057
+ flexDirection: 'row',
47058
+ alignItems: 'center',
47059
+ justifyContent: 'center',
47060
+ gap: theme.__hd__.segmentedControl.space.itemAffixGap
47061
+ };
47062
+ });
47063
+ var StyledSegmentedItemLabelWrapper = index$b(Box)(function (_ref4) {
47064
+ var theme = _ref4.theme;
47065
+ return {
47066
+ flexDirection: 'row',
47067
+ alignItems: 'center',
47068
+ justifyContent: 'center',
47069
+ gap: theme.__hd__.segmentedControl.space.itemLabelGap
47070
+ };
47071
+ });
47072
+ var StyledSegmentedItemText = index$b(Typography.Body)(function (_ref5) {
47073
+ var theme = _ref5.theme;
47074
+ return {
47075
+ lineHeight: theme.__hd__.segmentedControl.lineHeights.itemText
47076
+ };
47077
+ });
47078
+
47079
+ var DOT_CHAR = "\xB7";
47080
+ var SegmentedItemBadge = function SegmentedItemBadge(_ref) {
47081
+ var children = _ref.children,
47082
+ badge = _ref.badge,
47083
+ testID = _ref.testID;
47084
+ if (!badge) return children;
47085
+ if (badge.type === 'status') {
47086
+ return /*#__PURE__*/React__namespace.default.createElement(Badge$1.Status, {
47087
+ visible: true,
47088
+ testID: testID
47089
+ }, /*#__PURE__*/React__namespace.default.createElement(Box, {
47090
+ marginEnd: "smallMedium"
47091
+ }, children));
47092
+ }
47093
+ if (badge.type === 'counter') {
47094
+ return /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, /*#__PURE__*/React__namespace.default.createElement(Box, {
47095
+ marginEnd: "xsmall"
47096
+ }, children), /*#__PURE__*/React__namespace.default.createElement(Badge$1, {
47097
+ visible: true,
47098
+ content: badge.value,
47099
+ max: badge.max,
47100
+ testID: testID,
47101
+ size: "small"
47102
+ }));
47103
+ }
47104
+ };
47105
+ var getTextAndIconIntent = function getTextAndIconIntent(_ref2) {
47106
+ var selected = _ref2.selected,
47107
+ disabled = _ref2.disabled;
47108
+ if (disabled) {
47109
+ return {
47110
+ iconIntent: 'disabled-text',
47111
+ textIntent: 'disabled',
47112
+ subTextIntent: 'disabled'
47113
+ };
47114
+ }
47115
+ if (selected) {
47116
+ return {
47117
+ iconIntent: 'text',
47118
+ textIntent: 'body',
47119
+ subTextIntent: 'muted'
47120
+ };
47121
+ }
47122
+ return {
47123
+ iconIntent: 'inactive',
47124
+ textIntent: 'inactive',
47125
+ subTextIntent: 'inactive'
47126
+ };
47127
+ };
47128
+ var SegmentedItem = function SegmentedItem(_ref3) {
47129
+ var label = _ref3.label,
47130
+ prefix = _ref3.prefix,
47131
+ suffix = _ref3.suffix,
47132
+ _ref3$selected = _ref3.selected,
47133
+ selected = _ref3$selected === void 0 ? false : _ref3$selected,
47134
+ _ref3$size = _ref3.size,
47135
+ size = _ref3$size === void 0 ? 'medium' : _ref3$size,
47136
+ testID = _ref3.testID,
47137
+ onPress = _ref3.onPress,
47138
+ disabled = _ref3.disabled,
47139
+ badge = _ref3.badge,
47140
+ subText = _ref3.subText;
47141
+ var _getTextAndIconIntent = getTextAndIconIntent({
47142
+ selected: selected,
47143
+ disabled: disabled
47144
+ }),
47145
+ iconIntent = _getTextAndIconIntent.iconIntent,
47146
+ textIntent = _getTextAndIconIntent.textIntent,
47147
+ subTextIntent = _getTextAndIconIntent.subTextIntent;
47148
+ var shouldShowSuffix = !!label && !!suffix;
47149
+ return /*#__PURE__*/React__namespace.default.createElement(StyledSegmentedItem, {
47150
+ themeSize: size,
47151
+ themeSelected: selected,
47152
+ testID: testID,
47153
+ onPress: onPress,
47154
+ disabled: disabled
47155
+ }, /*#__PURE__*/React__namespace.default.createElement(SegmentedItemBadge, {
47156
+ badge: badge,
47157
+ testID: "".concat(testID, "-badge")
47158
+ }, /*#__PURE__*/React__namespace.default.createElement(StyledSegmentedItemWrapper, null, prefix && /*#__PURE__*/React__namespace.default.createElement(Icon, {
47159
+ icon: prefix,
47160
+ intent: iconIntent,
47161
+ size: "xxxsmall",
47162
+ testID: "".concat(testID, "-prefix")
47163
+ }), !!label && /*#__PURE__*/React__namespace.default.createElement(StyledSegmentedItemLabelWrapper, null, label && /*#__PURE__*/React__namespace.default.createElement(StyledSegmentedItemText, {
47164
+ variant: "small-bold",
47165
+ intent: textIntent
47166
+ }, label), subText && /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, /*#__PURE__*/React__namespace.default.createElement(StyledSegmentedItemText, {
47167
+ variant: "small",
47168
+ intent: subTextIntent
47169
+ }, DOT_CHAR), /*#__PURE__*/React__namespace.default.createElement(StyledSegmentedItemText, {
47170
+ variant: "small",
47171
+ intent: subTextIntent
47172
+ }, subText))), shouldShowSuffix && /*#__PURE__*/React__namespace.default.createElement(Icon, {
47173
+ icon: suffix,
47174
+ intent: iconIntent,
47175
+ size: "xxxsmall",
47176
+ testID: "".concat(testID, "-suffix")
47177
+ }))));
47178
+ };
47179
+
47180
+ var SegmentedControl = function SegmentedControl(_ref) {
47181
+ var _ref$size = _ref.size,
47182
+ size = _ref$size === void 0 ? 'medium' : _ref$size,
47183
+ items = _ref.items,
47184
+ value = _ref.value,
47185
+ testID = _ref.testID,
47186
+ style = _ref.style,
47187
+ onItemPress = _ref.onItemPress;
47188
+ return /*#__PURE__*/React__namespace.default.createElement(StyledSegmentedControlWrapper, {
47189
+ themeSize: size,
47190
+ testID: testID,
47191
+ style: style
47192
+ }, items.map(function (item) {
47193
+ return /*#__PURE__*/React__namespace.default.createElement(SegmentedItem, _extends$1({}, item, {
47194
+ key: item.value,
47195
+ selected: item.value === value,
47196
+ onPress: function onPress() {
47197
+ return onItemPress(item);
47198
+ },
47199
+ size: size
47200
+ }));
47201
+ }));
47202
+ };
47203
+
46967
47204
  var StyledWrapper = index$b.TouchableOpacity(function (_ref) {
46968
47205
  var theme = _ref.theme;
46969
47206
  return _objectSpread2({
@@ -47209,6 +47446,7 @@ exports.ScrollViewWithFAB = ScrollViewWithFAB;
47209
47446
  exports.Search = Search;
47210
47447
  exports.SectionHeading = SectionHeading;
47211
47448
  exports.SectionListWithFAB = SectionListWithFAB;
47449
+ exports.SegmentedControl = SegmentedControl;
47212
47450
  exports.Select = index$4;
47213
47451
  exports.Skeleton = Skeleton;
47214
47452
  exports.Slider = Slider;