@hero-design/rn 8.13.0 → 8.15.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 (27) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +428 -395
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +428 -395
  6. package/package.json +5 -5
  7. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +0 -1
  8. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +0 -9
  9. package/src/components/Avatar/StyledAvatar.tsx +13 -3
  10. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  11. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  12. package/src/components/Error/__tests__/index.spec.tsx +2 -9
  13. package/src/components/Error/index.tsx +17 -9
  14. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  15. package/src/components/Icon/IconList.ts +12 -0
  16. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +0 -2
  17. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +19 -0
  18. package/src/components/Select/MultiSelect/index.tsx +7 -4
  19. package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +16 -0
  20. package/src/components/Select/SingleSelect/index.tsx +7 -4
  21. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +12 -10
  22. package/src/theme/components/avatar.ts +14 -12
  23. package/types/components/Error/index.d.ts +8 -8
  24. package/types/components/Icon/IconList.d.ts +1 -1
  25. package/types/components/Icon/index.d.ts +1 -1
  26. package/types/components/Icon/utils.d.ts +1 -1
  27. package/types/theme/components/avatar.d.ts +12 -10
package/es/index.js CHANGED
@@ -1723,26 +1723,28 @@ var getAvatarTheme = function getAvatarTheme(theme) {
1723
1723
  xxxxlarge: theme.space.xlarge * 1.5,
1724
1724
  xxxxxlarge: theme.space.xxlarge * 1.5
1725
1725
  };
1726
- var lineHeights = {
1727
- small: theme.lineHeights.large,
1728
- medium: theme.lineHeights.xlarge,
1729
- large: theme.lineHeights.xxlarge,
1730
- xlarge: theme.lineHeights.xxxlarge,
1731
- xxlarge: theme.lineHeights.medium * 2,
1732
- xxxlarge: theme.lineHeights.large * 1.5,
1733
- xxxxlarge: theme.lineHeights.xlarge * 1.5,
1734
- xxxxxlarge: theme.lineHeights.xxlarge * 1.5
1735
- };
1736
1726
  var radii = {
1737
1727
  rounded: theme.radii.rounded
1738
1728
  };
1729
+ var spaces = {
1730
+ titleMarginTopForAndroid: {
1731
+ small: -theme.space.xxsmall,
1732
+ medium: -theme.space.xsmall,
1733
+ large: -theme.space.xsmall,
1734
+ xlarge: -theme.space.xsmall,
1735
+ xxlarge: -theme.space.xsmall - theme.space.xxsmall,
1736
+ xxxlarge: -theme.space.xsmall - theme.space.xxsmall,
1737
+ xxxxlarge: -theme.space.small,
1738
+ xxxxxlarge: -theme.space.small
1739
+ }
1740
+ };
1739
1741
  return {
1740
1742
  colors: colors,
1743
+ spaces: spaces,
1741
1744
  sizes: sizes,
1742
1745
  radii: radii,
1743
1746
  fonts: fonts,
1744
- fontSizes: fontSizes,
1745
- lineHeights: lineHeights
1747
+ fontSizes: fontSizes
1746
1748
  };
1747
1749
  };
1748
1750
 
@@ -6045,7 +6047,7 @@ var Typography = {
6045
6047
  };
6046
6048
 
6047
6049
  // 🔴 DO NOT EDIT — This file is generated automatically.
6048
- var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading-2', 'loading', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-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-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'explore-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'funnel-filter-outline', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'target-outlined', 'timesheet-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-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', 'wallet-outlined'];
6050
+ var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading-2', 'loading', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'explore-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-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'];
6049
6051
 
6050
6052
  var activate = 59000;
6051
6053
  var adjustment = 59003;
@@ -6055,83 +6057,85 @@ var archive = 59006;
6055
6057
  var bank = 59008;
6056
6058
  var bell = 59009;
6057
6059
  var billing = 59010;
6058
- var bookmark = 59012;
6059
- var box = 59014;
6060
- var bpay = 59015;
6061
- var buildings = 59016;
6062
- var cake = 59017;
6063
- var calendar = 59019;
6064
- var clock = 59044;
6065
- var cog = 59047;
6066
- var coin = 59048;
6067
- var contacts = 59049;
6068
- var diamond = 59051;
6069
- var directory = 59053;
6070
- var document$1 = 59054;
6071
- var envelope = 59058;
6072
- var exclude = 59059;
6073
- var expense = 59060;
6074
- var eye = 59063;
6075
- var feed = 59067;
6076
- var feedbacks = 59068;
6077
- var file = 59086;
6078
- var filter = 59087;
6079
- var folder = 59089;
6080
- var globe = 59099;
6081
- var graph = 59101;
6082
- var heart = 59104;
6083
- var home = 59105;
6084
- var image = 59106;
6085
- var instapay = 59109;
6086
- var list = 59110;
6087
- var loading = 59112;
6088
- var location = 59113;
6089
- var lock = 59114;
6090
- var menu = 59118;
6091
- var moneybag = 59120;
6092
- var moon = 59121;
6093
- var node = 59124;
6094
- var paperclip = 59126;
6095
- var pencil = 59128;
6096
- var phone = 59129;
6097
- var plane = 59132;
6098
- var print = 59134;
6099
- var reply = 59137;
6100
- var reschedule = 59138;
6101
- var rostering = 59139;
6102
- var save = 59140;
6103
- var schedule = 59142;
6104
- var send = 59144;
6105
- var speaker = 59146;
6106
- var star = 59151;
6107
- var stopwatch = 59153;
6108
- var suitcase = 59154;
6109
- var survey = 59155;
6110
- var swag = 59160;
6111
- var tag = 59162;
6112
- var target = 59163;
6113
- var teams = 59164;
6114
- var timesheet = 59165;
6115
- var unlock = 59168;
6116
- var user = 59169;
6117
- var wallet = 59172;
6118
- var warning = 59173;
6119
- var add = 59179;
6120
- var bold = 59200;
6121
- var cancel = 59211;
6122
- var checkmark = 59216;
6123
- var italic = 59293;
6124
- var number = 59317;
6125
- var percentage = 59322;
6126
- var redeem = 59331;
6127
- var refresh = 59332;
6128
- var remove = 59333;
6129
- var restart = 59335;
6130
- var strikethrough = 59356;
6131
- var sync = 59361;
6132
- var transfer = 59365;
6133
- var unavailable = 59368;
6134
- var underline = 59369;
6060
+ var bolt = 59011;
6061
+ var bookmark = 59013;
6062
+ var box = 59015;
6063
+ var bpay = 59016;
6064
+ var buildings = 59017;
6065
+ var cake = 59018;
6066
+ var calendar = 59020;
6067
+ var clock = 59045;
6068
+ var cog = 59048;
6069
+ var coin = 59049;
6070
+ var contacts = 59050;
6071
+ var diamond = 59052;
6072
+ var directory = 59054;
6073
+ var document$1 = 59055;
6074
+ var envelope = 59059;
6075
+ var exclude = 59060;
6076
+ var expense = 59061;
6077
+ var eye = 59064;
6078
+ var feed = 59068;
6079
+ var feedbacks = 59069;
6080
+ var file = 59087;
6081
+ var filter = 59088;
6082
+ var folder = 59090;
6083
+ var globe = 59100;
6084
+ var graph = 59102;
6085
+ var heart = 59105;
6086
+ var home = 59106;
6087
+ var image = 59107;
6088
+ var instapay = 59110;
6089
+ var list = 59111;
6090
+ var loading = 59113;
6091
+ var location = 59114;
6092
+ var lock = 59115;
6093
+ var menu = 59119;
6094
+ var moneybag = 59121;
6095
+ var moon = 59122;
6096
+ var node = 59125;
6097
+ var paperclip = 59127;
6098
+ var pencil = 59129;
6099
+ var phone = 59130;
6100
+ var plane = 59133;
6101
+ var print = 59135;
6102
+ var reply = 59138;
6103
+ var reschedule = 59139;
6104
+ var rostering = 59140;
6105
+ var save = 59141;
6106
+ var schedule = 59143;
6107
+ var send = 59145;
6108
+ var speaker = 59147;
6109
+ var star = 59152;
6110
+ var stopwatch = 59154;
6111
+ var suitcase = 59155;
6112
+ var surfing = 59156;
6113
+ var survey = 59157;
6114
+ var swag = 59162;
6115
+ var tag = 59164;
6116
+ var target = 59165;
6117
+ var teams = 59166;
6118
+ var timesheet = 59167;
6119
+ var unlock = 59170;
6120
+ var user = 59171;
6121
+ var wallet = 59174;
6122
+ var warning = 59175;
6123
+ var add = 59181;
6124
+ var bold = 59203;
6125
+ var cancel = 59215;
6126
+ var checkmark = 59220;
6127
+ var italic = 59300;
6128
+ var number = 59324;
6129
+ var percentage = 59329;
6130
+ var redeem = 59338;
6131
+ var refresh = 59339;
6132
+ var remove = 59340;
6133
+ var restart = 59342;
6134
+ var strikethrough = 59363;
6135
+ var sync = 59369;
6136
+ var transfer = 59376;
6137
+ var unavailable = 59379;
6138
+ var underline = 59380;
6135
6139
  var glyphMap = {
6136
6140
  activate: activate,
6137
6141
  "add-emoji": 59001,
@@ -6144,375 +6148,387 @@ var glyphMap = {
6144
6148
  bank: bank,
6145
6149
  bell: bell,
6146
6150
  billing: billing,
6147
- "bookmark-added": 59011,
6151
+ bolt: bolt,
6152
+ "bookmark-added": 59012,
6148
6153
  bookmark: bookmark,
6149
- "box-check": 59013,
6154
+ "box-check": 59014,
6150
6155
  box: box,
6151
6156
  bpay: bpay,
6152
6157
  buildings: buildings,
6153
6158
  cake: cake,
6154
- "calendar-clock": 59018,
6159
+ "calendar-clock": 59019,
6155
6160
  calendar: calendar,
6156
- "candy-box-menu": 59020,
6157
- "caret-down-small": 59021,
6158
- "caret-down": 59022,
6159
- "caret-left-small": 59023,
6160
- "caret-left": 59024,
6161
- "caret-right-small": 59025,
6162
- "caret-right": 59026,
6163
- "caret-up-small": 59027,
6164
- "caret-up": 59028,
6165
- "check-radio": 59029,
6166
- "circle-add": 59030,
6167
- "circle-cancel": 59031,
6168
- "circle-check": 59032,
6169
- "circle-down": 59033,
6170
- "circle-info": 59034,
6171
- "circle-left": 59035,
6172
- "circle-ok": 59036,
6173
- "circle-pencil": 59037,
6174
- "circle-question": 59038,
6175
- "circle-remove": 59039,
6176
- "circle-right": 59040,
6177
- "circle-up": 59041,
6178
- "circle-warning": 59042,
6179
- "clock-3": 59043,
6161
+ "candy-box-menu": 59021,
6162
+ "caret-down-small": 59022,
6163
+ "caret-down": 59023,
6164
+ "caret-left-small": 59024,
6165
+ "caret-left": 59025,
6166
+ "caret-right-small": 59026,
6167
+ "caret-right": 59027,
6168
+ "caret-up-small": 59028,
6169
+ "caret-up": 59029,
6170
+ "check-radio": 59030,
6171
+ "circle-add": 59031,
6172
+ "circle-cancel": 59032,
6173
+ "circle-check": 59033,
6174
+ "circle-down": 59034,
6175
+ "circle-info": 59035,
6176
+ "circle-left": 59036,
6177
+ "circle-ok": 59037,
6178
+ "circle-pencil": 59038,
6179
+ "circle-question": 59039,
6180
+ "circle-remove": 59040,
6181
+ "circle-right": 59041,
6182
+ "circle-up": 59042,
6183
+ "circle-warning": 59043,
6184
+ "clock-3": 59044,
6180
6185
  clock: clock,
6181
- "cloud-download": 59045,
6182
- "cloud-upload": 59046,
6186
+ "cloud-download": 59046,
6187
+ "cloud-upload": 59047,
6183
6188
  cog: cog,
6184
6189
  coin: coin,
6185
6190
  contacts: contacts,
6186
- "credit-card": 59050,
6191
+ "credit-card": 59051,
6187
6192
  diamond: diamond,
6188
- "direction-arrows": 59052,
6193
+ "direction-arrows": 59053,
6189
6194
  directory: directory,
6190
6195
  document: document$1,
6191
- "dollar-coin-shine": 59055,
6192
- "double-buildings": 59056,
6193
- "edit-template": 59057,
6196
+ "dollar-coin-shine": 59056,
6197
+ "double-buildings": 59057,
6198
+ "edit-template": 59058,
6194
6199
  envelope: envelope,
6195
6200
  exclude: exclude,
6196
6201
  expense: expense,
6197
- "eye-circle": 59061,
6198
- "eye-invisible": 59062,
6202
+ "eye-circle": 59062,
6203
+ "eye-invisible": 59063,
6199
6204
  eye: eye,
6200
- "face-meh": 59064,
6201
- "face-sad": 59065,
6202
- "face-smiley": 59066,
6205
+ "face-meh": 59065,
6206
+ "face-sad": 59066,
6207
+ "face-smiley": 59067,
6203
6208
  feed: feed,
6204
6209
  feedbacks: feedbacks,
6205
- "file-certified": 59069,
6206
- "file-clone": 59070,
6207
- "file-copy": 59071,
6208
- "file-csv": 59072,
6209
- "file-dispose": 59073,
6210
- "file-doc": 59074,
6211
- "file-excel": 59075,
6212
- "file-export": 59076,
6213
- "file-lock": 59077,
6214
- "file-pdf": 59078,
6215
- "file-powerpoint": 59079,
6216
- "file-search": 59080,
6217
- "file-secured": 59081,
6218
- "file-sheets": 59082,
6219
- "file-slide": 59083,
6220
- "file-verified": 59084,
6221
- "file-word": 59085,
6210
+ "file-certified": 59070,
6211
+ "file-clone": 59071,
6212
+ "file-copy": 59072,
6213
+ "file-csv": 59073,
6214
+ "file-dispose": 59074,
6215
+ "file-doc": 59075,
6216
+ "file-excel": 59076,
6217
+ "file-export": 59077,
6218
+ "file-lock": 59078,
6219
+ "file-pdf": 59079,
6220
+ "file-powerpoint": 59080,
6221
+ "file-search": 59081,
6222
+ "file-secured": 59082,
6223
+ "file-sheets": 59083,
6224
+ "file-slide": 59084,
6225
+ "file-verified": 59085,
6226
+ "file-word": 59086,
6222
6227
  file: file,
6223
6228
  filter: filter,
6224
- "folder-user": 59088,
6229
+ "folder-user": 59089,
6225
6230
  folder: folder,
6226
- "format-bold": 59090,
6227
- "format-heading1": 59091,
6228
- "format-heading2": 59092,
6229
- "format-italic": 59093,
6230
- "format-list-bulleted": 59094,
6231
- "format-list-numbered": 59095,
6232
- "format-underlined": 59096,
6233
- "funnel-filter": 59097,
6234
- "global-dollar": 59098,
6231
+ "format-bold": 59091,
6232
+ "format-heading1": 59092,
6233
+ "format-heading2": 59093,
6234
+ "format-italic": 59094,
6235
+ "format-list-bulleted": 59095,
6236
+ "format-list-numbered": 59096,
6237
+ "format-underlined": 59097,
6238
+ "funnel-filter": 59098,
6239
+ "global-dollar": 59099,
6235
6240
  globe: globe,
6236
- "graduation-cap": 59100,
6241
+ "graduation-cap": 59101,
6237
6242
  graph: graph,
6238
- "happy-sun": 59102,
6239
- "health-bag": 59103,
6243
+ "happy-sun": 59103,
6244
+ "health-bag": 59104,
6240
6245
  heart: heart,
6241
6246
  home: home,
6242
6247
  image: image,
6243
- "import": 59107,
6244
- "incident-siren": 59108,
6248
+ "import": 59108,
6249
+ "incident-siren": 59109,
6245
6250
  instapay: instapay,
6246
6251
  list: list,
6247
- "loading-2": 59111,
6252
+ "loading-2": 59112,
6248
6253
  loading: loading,
6249
6254
  location: location,
6250
6255
  lock: lock,
6251
- "looks-one": 59115,
6252
- "looks-two": 59116,
6253
- "media-content": 59117,
6256
+ "looks-one": 59116,
6257
+ "looks-two": 59117,
6258
+ "media-content": 59118,
6254
6259
  menu: menu,
6255
- "money-notes": 59119,
6260
+ "money-notes": 59120,
6256
6261
  moneybag: moneybag,
6257
6262
  moon: moon,
6258
- "multiple-stars": 59122,
6259
- "multiple-users": 59123,
6263
+ "multiple-stars": 59123,
6264
+ "multiple-users": 59124,
6260
6265
  node: node,
6261
- "open-folder": 59125,
6266
+ "open-folder": 59126,
6262
6267
  paperclip: paperclip,
6263
- "payment-summary": 59127,
6268
+ "payment-summary": 59128,
6264
6269
  pencil: pencil,
6265
6270
  phone: phone,
6266
- "piggy-bank": 59130,
6267
- "plane-up": 59131,
6271
+ "piggy-bank": 59131,
6272
+ "plane-up": 59132,
6268
6273
  plane: plane,
6269
- "play-circle": 59133,
6274
+ "play-circle": 59134,
6270
6275
  print: print,
6271
- "raising-hands": 59135,
6272
- "reply-arrow": 59136,
6276
+ "raising-hands": 59136,
6277
+ "reply-arrow": 59137,
6273
6278
  reply: reply,
6274
6279
  reschedule: reschedule,
6275
6280
  rostering: rostering,
6276
6281
  save: save,
6277
- "schedule-send": 59141,
6282
+ "schedule-send": 59142,
6278
6283
  schedule: schedule,
6279
- "search-person": 59143,
6284
+ "search-person": 59144,
6280
6285
  send: send,
6281
- "speaker-active": 59145,
6286
+ "speaker-active": 59146,
6282
6287
  speaker: speaker,
6283
- "star-award": 59147,
6284
- "star-badge": 59148,
6285
- "star-circle": 59149,
6286
- "star-medal": 59150,
6288
+ "star-award": 59148,
6289
+ "star-badge": 59149,
6290
+ "star-circle": 59150,
6291
+ "star-medal": 59151,
6287
6292
  star: star,
6288
- "steps-circle": 59152,
6293
+ "steps-circle": 59153,
6289
6294
  stopwatch: stopwatch,
6290
6295
  suitcase: suitcase,
6296
+ surfing: surfing,
6291
6297
  survey: survey,
6292
- "swag-pillar-benefit": 59156,
6293
- "swag-pillar-career": 59157,
6294
- "swag-pillar-money": 59158,
6295
- "swag-pillar-work": 59159,
6298
+ "swag-pillar-benefit": 59158,
6299
+ "swag-pillar-career": 59159,
6300
+ "swag-pillar-money": 59160,
6301
+ "swag-pillar-work": 59161,
6296
6302
  swag: swag,
6297
- "switch": 59161,
6303
+ "switch": 59163,
6298
6304
  tag: tag,
6299
6305
  target: target,
6300
6306
  teams: teams,
6301
6307
  timesheet: timesheet,
6302
- "touch-id": 59166,
6303
- "trash-bin": 59167,
6308
+ "touch-id": 59168,
6309
+ "trash-bin": 59169,
6304
6310
  unlock: unlock,
6305
6311
  user: user,
6306
- "video-1": 59170,
6307
- "video-2": 59171,
6312
+ "video-1": 59172,
6313
+ "video-2": 59173,
6308
6314
  wallet: wallet,
6309
6315
  warning: warning,
6310
- "activate-outlined": 59174,
6311
- "add-credit-card-outlined": 59175,
6312
- "add-person-outlined": 59176,
6313
- "add-section-outlined": 59177,
6314
- "add-time-outlined": 59178,
6316
+ "activate-outlined": 59176,
6317
+ "add-credit-card-outlined": 59177,
6318
+ "add-person-outlined": 59178,
6319
+ "add-section-outlined": 59179,
6320
+ "add-time-outlined": 59180,
6315
6321
  add: add,
6316
- "adjustment-outlined": 59180,
6317
- "alignment-2-outlined": 59181,
6318
- "alignment-outlined": 59182,
6319
- "all-caps": 59183,
6320
- "arrow-down": 59184,
6321
- "arrow-downwards": 59185,
6322
- "arrow-left": 59186,
6323
- "arrow-leftwards": 59187,
6324
- "arrow-right": 59188,
6325
- "arrow-rightwards": 59189,
6326
- "arrow-up": 59190,
6327
- "arrow-upwards": 59191,
6328
- "article-outlined": 59192,
6329
- "at-sign": 59193,
6330
- "auto-graph-outlined": 59194,
6331
- "bell-active-outlined": 59195,
6332
- "bell-outlined": 59196,
6333
- "bell-slash-outlined": 59197,
6334
- "billing-outlined": 59198,
6335
- "body-outlined": 59199,
6322
+ "adjustment-outlined": 59182,
6323
+ "alignment-2-outlined": 59183,
6324
+ "alignment-outlined": 59184,
6325
+ "all-caps": 59185,
6326
+ "arrow-down": 59186,
6327
+ "arrow-downwards": 59187,
6328
+ "arrow-left": 59188,
6329
+ "arrow-leftwards": 59189,
6330
+ "arrow-right": 59190,
6331
+ "arrow-rightwards": 59191,
6332
+ "arrow-up": 59192,
6333
+ "arrow-upwards": 59193,
6334
+ "article-outlined": 59194,
6335
+ "at-sign": 59195,
6336
+ "auto-graph-outlined": 59196,
6337
+ "beer-outlined": 59197,
6338
+ "bell-active-outlined": 59198,
6339
+ "bell-outlined": 59199,
6340
+ "bell-slash-outlined": 59200,
6341
+ "billing-outlined": 59201,
6342
+ "body-outlined": 59202,
6336
6343
  bold: bold,
6337
- "bookmark-added-outlined": 59201,
6338
- "bookmark-outlined": 59202,
6339
- "box-check-outlined": 59203,
6340
- "box-outlined": 59204,
6341
- "bullet-points": 59205,
6342
- "cake-outlined": 59206,
6343
- "calendar-dates-outlined": 59207,
6344
- "calendar-star-outlined": 59208,
6345
- "call-split-outlined": 59209,
6346
- "camera-outlined": 59210,
6344
+ "book-outlined": 59204,
6345
+ "bookmark-added-outlined": 59205,
6346
+ "bookmark-outlined": 59206,
6347
+ "box-check-outlined": 59207,
6348
+ "box-outlined": 59208,
6349
+ "bullet-points": 59209,
6350
+ "cake-outlined": 59210,
6351
+ "calendar-dates-outlined": 59211,
6352
+ "calendar-star-outlined": 59212,
6353
+ "call-split-outlined": 59213,
6354
+ "camera-outlined": 59214,
6347
6355
  cancel: cancel,
6348
- "car-forward-outlined": 59212,
6349
- "charging-station-outlined": 59213,
6350
- "chat-bubble-outlined": 59214,
6351
- "chat-unread-outlined": 59215,
6356
+ "car-forward-outlined": 59216,
6357
+ "charging-station-outlined": 59217,
6358
+ "chat-bubble-outlined": 59218,
6359
+ "chat-unread-outlined": 59219,
6352
6360
  checkmark: checkmark,
6353
- "circle-add-outlined": 59217,
6354
- "circle-cancel-outlined": 59218,
6355
- "circle-down-outlined": 59219,
6356
- "circle-info-outlined": 59220,
6357
- "circle-left-outlined": 59221,
6358
- "circle-ok-outlined": 59222,
6359
- "circle-question-outlined": 59223,
6360
- "circle-remove-outlined": 59224,
6361
- "circle-right-outlined": 59225,
6362
- "circle-up-outlined": 59226,
6363
- "circle-warning-outlined": 59227,
6364
- "clock-2-outlined": 59228,
6365
- "clock-outlined": 59229,
6366
- "cog-outlined": 59230,
6367
- "coin-outlined": 59231,
6368
- "comment-outlined": 59232,
6369
- "contacts-outlined": 59233,
6370
- "contacts-user-outlined": 59234,
6371
- "credit-card-outlined": 59235,
6372
- "cup-outlined": 59236,
6373
- "direction-arrows-outlined": 59237,
6374
- "directory-outlined": 59238,
6375
- "document-outlined": 59239,
6376
- "dollar-box-outlined": 59240,
6377
- "dollar-card-outlined": 59241,
6378
- "dollar-coin-shine-outlined": 59242,
6379
- "dollar-credit-card-outlined": 59243,
6380
- "dollar-sign": 59244,
6381
- "double-buildings-outlined": 59245,
6382
- "double-left-arrows": 59246,
6383
- "double-right-arrows": 59247,
6384
- "download-outlined": 59248,
6385
- "edit-template-outlined": 59249,
6386
- "email-outlined": 59250,
6387
- "enter-arrow": 59251,
6388
- "envelope-outlined": 59252,
6389
- "expense-outlined": 59253,
6390
- "explore-outlined": 59254,
6391
- "external-link": 59255,
6392
- "eye-invisible-outlined": 59256,
6393
- "eye-outlined": 59257,
6394
- "face-id": 59258,
6395
- "face-meh-outlined": 59259,
6396
- "face-open-smiley-outlined": 59260,
6397
- "face-sad-outlined": 59261,
6398
- "face-smiley-outlined": 59262,
6399
- "feed-outlined": 59263,
6400
- "file-certified-outlined": 59264,
6401
- "file-clone-outlined": 59265,
6402
- "file-copy-outlined": 59266,
6403
- "file-dispose-outlined": 59267,
6404
- "file-dollar-certified-outlined": 59268,
6405
- "file-dollar-outlined": 59269,
6406
- "file-download-outlined": 59270,
6407
- "file-export-outlined": 59271,
6408
- "file-lock-outlined": 59272,
6409
- "file-outlined": 59273,
6410
- "file-search-outlined": 59274,
6411
- "file-secured-outlined": 59275,
6412
- "file-statutory-outlined": 59276,
6413
- "file-verified-outlined": 59277,
6414
- "filter-outlined": 59278,
6415
- "folder-outlined": 59279,
6416
- "folder-user-outlined": 59280,
6417
- "funnel-filter-outline": 59281,
6418
- "graph-outlined": 59282,
6419
- "hand-holding-user-outlined": 59283,
6420
- "happy-sun-outlined": 59284,
6421
- "health-bag-outlined": 59285,
6422
- "heart-outlined": 59286,
6423
- "home-active-outlined": 59287,
6424
- "home-outlined": 59288,
6425
- "id-card-outlined": 59289,
6426
- "image-outlined": 59290,
6427
- "import-outlined": 59291,
6428
- "instapay-outlined": 59292,
6361
+ "circle-add-outlined": 59221,
6362
+ "circle-cancel-outlined": 59222,
6363
+ "circle-down-outlined": 59223,
6364
+ "circle-info-outlined": 59224,
6365
+ "circle-left-outlined": 59225,
6366
+ "circle-ok-outlined": 59226,
6367
+ "circle-question-outlined": 59227,
6368
+ "circle-remove-outlined": 59228,
6369
+ "circle-right-outlined": 59229,
6370
+ "circle-up-outlined": 59230,
6371
+ "circle-warning-outlined": 59231,
6372
+ "clock-2-outlined": 59232,
6373
+ "clock-outlined": 59233,
6374
+ "cog-outlined": 59234,
6375
+ "coin-outlined": 59235,
6376
+ "comment-outlined": 59236,
6377
+ "contacts-outlined": 59237,
6378
+ "contacts-user-outlined": 59238,
6379
+ "credit-card-outlined": 59239,
6380
+ "cup-outlined": 59240,
6381
+ "dentistry-outlined": 59241,
6382
+ "direction-arrows-outlined": 59242,
6383
+ "directory-outlined": 59243,
6384
+ "document-outlined": 59244,
6385
+ "dollar-box-outlined": 59245,
6386
+ "dollar-card-outlined": 59246,
6387
+ "dollar-coin-shine-outlined": 59247,
6388
+ "dollar-credit-card-outlined": 59248,
6389
+ "dollar-sign": 59249,
6390
+ "double-buildings-outlined": 59250,
6391
+ "double-left-arrows": 59251,
6392
+ "double-right-arrows": 59252,
6393
+ "download-outlined": 59253,
6394
+ "edit-template-outlined": 59254,
6395
+ "email-outlined": 59255,
6396
+ "enter-arrow": 59256,
6397
+ "envelope-outlined": 59257,
6398
+ "expense-outlined": 59258,
6399
+ "explore-outlined": 59259,
6400
+ "external-link": 59260,
6401
+ "eye-invisible-outlined": 59261,
6402
+ "eye-outlined": 59262,
6403
+ "face-id": 59263,
6404
+ "face-meh-outlined": 59264,
6405
+ "face-open-smiley-outlined": 59265,
6406
+ "face-sad-outlined": 59266,
6407
+ "face-smiley-outlined": 59267,
6408
+ "fastfood-outlined": 59268,
6409
+ "feed-outlined": 59269,
6410
+ "file-certified-outlined": 59270,
6411
+ "file-clone-outlined": 59271,
6412
+ "file-copy-outlined": 59272,
6413
+ "file-dispose-outlined": 59273,
6414
+ "file-dollar-certified-outlined": 59274,
6415
+ "file-dollar-outlined": 59275,
6416
+ "file-download-outlined": 59276,
6417
+ "file-export-outlined": 59277,
6418
+ "file-lock-outlined": 59278,
6419
+ "file-outlined": 59279,
6420
+ "file-search-outlined": 59280,
6421
+ "file-secured-outlined": 59281,
6422
+ "file-statutory-outlined": 59282,
6423
+ "file-verified-outlined": 59283,
6424
+ "filter-outlined": 59284,
6425
+ "folder-outlined": 59285,
6426
+ "folder-user-outlined": 59286,
6427
+ "form-outlined": 59287,
6428
+ "funnel-filter-outline": 59288,
6429
+ "graph-outlined": 59289,
6430
+ "hand-holding-user-outlined": 59290,
6431
+ "happy-sun-outlined": 59291,
6432
+ "health-bag-outlined": 59292,
6433
+ "heart-outlined": 59293,
6434
+ "home-active-outlined": 59294,
6435
+ "home-outlined": 59295,
6436
+ "id-card-outlined": 59296,
6437
+ "image-outlined": 59297,
6438
+ "import-outlined": 59298,
6439
+ "instapay-outlined": 59299,
6429
6440
  italic: italic,
6430
- "link-1": 59294,
6431
- "link-2": 59295,
6432
- "list-outlined": 59296,
6433
- "live-help-outlined": 59297,
6434
- "location-on-outlined": 59298,
6435
- "location-outlined": 59299,
6436
- "lock-outlined": 59300,
6437
- "locked-file-outlined": 59301,
6438
- "log-out": 59302,
6439
- "media-content-outlined": 59303,
6440
- "menu-close": 59304,
6441
- "menu-expand": 59305,
6442
- "menu-fold-outlined": 59306,
6443
- "menu-unfold-outlined": 59307,
6444
- "moneybag-outlined": 59308,
6445
- "moon-outlined": 59309,
6446
- "more-horizontal": 59310,
6447
- "more-vertical": 59311,
6448
- "multiple-folders-outlined": 59312,
6449
- "multiple-users-outlined": 59313,
6450
- "near-me-outlined": 59314,
6451
- "node-outlined": 59315,
6452
- "number-points": 59316,
6441
+ "link-1": 59301,
6442
+ "link-2": 59302,
6443
+ "list-outlined": 59303,
6444
+ "live-help-outlined": 59304,
6445
+ "location-on-outlined": 59305,
6446
+ "location-outlined": 59306,
6447
+ "lock-outlined": 59307,
6448
+ "locked-file-outlined": 59308,
6449
+ "log-out": 59309,
6450
+ "media-content-outlined": 59310,
6451
+ "menu-close": 59311,
6452
+ "menu-expand": 59312,
6453
+ "menu-fold-outlined": 59313,
6454
+ "menu-unfold-outlined": 59314,
6455
+ "moneybag-outlined": 59315,
6456
+ "moon-outlined": 59316,
6457
+ "more-horizontal": 59317,
6458
+ "more-vertical": 59318,
6459
+ "multiple-folders-outlined": 59319,
6460
+ "multiple-users-outlined": 59320,
6461
+ "near-me-outlined": 59321,
6462
+ "node-outlined": 59322,
6463
+ "number-points": 59323,
6453
6464
  number: number,
6454
- "overview-outlined": 59318,
6455
- "payment-summary-outlined": 59319,
6456
- "payslip-outlined": 59320,
6457
- "pencil-outlined": 59321,
6465
+ "overview-outlined": 59325,
6466
+ "payment-summary-outlined": 59326,
6467
+ "payslip-outlined": 59327,
6468
+ "pencil-outlined": 59328,
6458
6469
  percentage: percentage,
6459
- "phone-outlined": 59323,
6460
- "piggy-bank-outlined": 59324,
6461
- "plane-outlined": 59325,
6462
- "play-circle-outlined": 59326,
6463
- "print-outlined": 59327,
6464
- "qr-code-outlined": 59328,
6465
- "qualification-outlined": 59329,
6466
- "re-assign": 59330,
6470
+ "phone-outlined": 59330,
6471
+ "piggy-bank-outlined": 59331,
6472
+ "plane-outlined": 59332,
6473
+ "play-circle-outlined": 59333,
6474
+ "print-outlined": 59334,
6475
+ "qr-code-outlined": 59335,
6476
+ "qualification-outlined": 59336,
6477
+ "re-assign": 59337,
6467
6478
  redeem: redeem,
6468
6479
  refresh: refresh,
6469
6480
  remove: remove,
6470
- "reply-outlined": 59334,
6481
+ "reply-outlined": 59341,
6471
6482
  restart: restart,
6472
- "return-arrow": 59336,
6473
- "rostering-outlined": 59337,
6474
- "save-outlined": 59338,
6475
- "schedule-outlined": 59339,
6476
- "search-outlined": 59340,
6477
- "search-secured-outlined": 59341,
6478
- "send-outlined": 59342,
6479
- "share-1": 59343,
6480
- "share-2": 59344,
6481
- "share-outlined": 59345,
6482
- "show-chart-outlined": 59346,
6483
- "single-down-arrow": 59347,
6484
- "single-left-arrow": 59348,
6485
- "single-right-arrow": 59349,
6486
- "single-up-arrow": 59350,
6487
- "speaker-active-outlined": 59351,
6488
- "speaker-outlined": 59352,
6489
- "star-circle-outlined": 59353,
6490
- "star-outlined": 59354,
6491
- "stopwatch-outlined": 59355,
6483
+ "return-arrow": 59343,
6484
+ "rostering-outlined": 59344,
6485
+ "save-outlined": 59345,
6486
+ "schedule-outlined": 59346,
6487
+ "search-outlined": 59347,
6488
+ "search-secured-outlined": 59348,
6489
+ "send-outlined": 59349,
6490
+ "share-1": 59350,
6491
+ "share-2": 59351,
6492
+ "share-outlined": 59352,
6493
+ "show-chart-outlined": 59353,
6494
+ "single-down-arrow": 59354,
6495
+ "single-left-arrow": 59355,
6496
+ "single-right-arrow": 59356,
6497
+ "single-up-arrow": 59357,
6498
+ "speaker-active-outlined": 59358,
6499
+ "speaker-outlined": 59359,
6500
+ "star-circle-outlined": 59360,
6501
+ "star-outlined": 59361,
6502
+ "stopwatch-outlined": 59362,
6492
6503
  strikethrough: strikethrough,
6493
- "suitcase-clock-outlined": 59357,
6494
- "suitcase-outlined": 59358,
6495
- "survey-outlined": 59359,
6496
- "switch-outlined": 59360,
6504
+ "styler-outlined": 59364,
6505
+ "suitcase-clock-outlined": 59365,
6506
+ "suitcase-outlined": 59366,
6507
+ "survey-outlined": 59367,
6508
+ "switch-outlined": 59368,
6497
6509
  sync: sync,
6498
- "target-outlined": 59362,
6499
- "timesheet-outlined": 59363,
6500
- "today-outlined": 59364,
6510
+ "tag-outlined": 59370,
6511
+ "target-outlined": 59371,
6512
+ "tennis-outlined": 59372,
6513
+ "ticket-outlined": 59373,
6514
+ "timesheet-outlined": 59374,
6515
+ "today-outlined": 59375,
6501
6516
  transfer: transfer,
6502
- "trash-bin-outlined": 59366,
6503
- "umbrela-outlined": 59367,
6517
+ "trash-bin-outlined": 59377,
6518
+ "umbrela-outlined": 59378,
6504
6519
  unavailable: unavailable,
6505
6520
  underline: underline,
6506
- "union-outlined": 59370,
6507
- "unlock-outlined": 59371,
6508
- "upload-outlined": 59372,
6509
- "user-circle-outlined": 59373,
6510
- "user-gear-outlined": 59374,
6511
- "user-outlined": 59375,
6512
- "user-rectangle-outlined": 59376,
6513
- "video-1-outlined": 59377,
6514
- "video-2-outlined": 59378,
6515
- "wallet-outlined": 59379
6521
+ "union-outlined": 59381,
6522
+ "unlock-outlined": 59382,
6523
+ "upload-outlined": 59383,
6524
+ "user-circle-outlined": 59384,
6525
+ "user-gear-outlined": 59385,
6526
+ "user-outlined": 59386,
6527
+ "user-rectangle-outlined": 59387,
6528
+ "video-1-outlined": 59388,
6529
+ "video-2-outlined": 59389,
6530
+ "volunteer-outlined": 59390,
6531
+ "wallet-outlined": 59391
6516
6532
  };
6517
6533
 
6518
6534
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -6865,7 +6881,6 @@ var StyledTextWrapper$1 = index$a(View)(function () {
6865
6881
  return {
6866
6882
  alignItems: 'center',
6867
6883
  justifyContent: 'center',
6868
- display: 'flex',
6869
6884
  width: '100%',
6870
6885
  height: '100%'
6871
6886
  };
@@ -6873,16 +6888,28 @@ var StyledTextWrapper$1 = index$a(View)(function () {
6873
6888
  var StyledText$2 = index$a(Typography.Text)(function (_ref2) {
6874
6889
  var themeSize = _ref2.themeSize,
6875
6890
  theme = _ref2.theme;
6876
- return {
6891
+ return _objectSpread2({
6877
6892
  fontFamily: theme.__hd__.avatar.fonts["default"],
6878
6893
  fontSize: theme.__hd__.avatar.fontSizes[themeSize],
6879
- lineHeight: 0,
6880
6894
  textAlignVertical: 'center',
6881
6895
  textAlign: 'center',
6882
6896
  color: theme.__hd__.avatar.colors.text,
6883
6897
  overflow: 'hidden'
6884
- };
6898
+ }, Platform.select({
6899
+ ios: {
6900
+ lineHeight: 0 // center on ios
6901
+ },
6902
+
6903
+ android: {
6904
+ lineHeight: null,
6905
+ marginTop: theme.__hd__.avatar.spaces.titleMarginTopForAndroid[themeSize]
6906
+ },
6907
+ web: {
6908
+ lineHeight: null // center on android
6909
+ }
6910
+ }));
6885
6911
  });
6912
+
6886
6913
  var StyledImage = index$a(Image$1)(function (_ref3) {
6887
6914
  var themeSize = _ref3.themeSize,
6888
6915
  theme = _ref3.theme;
@@ -12380,7 +12407,7 @@ var StyledErrorDescription = index$a(Typography.Text)(function (_ref8) {
12380
12407
  });
12381
12408
 
12382
12409
  var _excluded$a = ["variant", "title", "description", "image", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress"],
12383
- _excluded2 = ["visible", "variant", "title", "description", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress"];
12410
+ _excluded2 = ["visible", "variant", "title", "description", "image", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress"];
12384
12411
  var ErrorPage = function ErrorPage(_ref) {
12385
12412
  var _ref$variant = _ref.variant,
12386
12413
  variant = _ref$variant === void 0 ? 'in-page' : _ref$variant,
@@ -12427,12 +12454,14 @@ var Error$1 = function Error(_ref2) {
12427
12454
  variant = _ref2$variant === void 0 ? 'in-page' : _ref2$variant,
12428
12455
  title = _ref2.title,
12429
12456
  description = _ref2.description,
12457
+ image = _ref2.image,
12430
12458
  testID = _ref2.testID,
12431
12459
  ctaText = _ref2.ctaText,
12432
12460
  onCtaPress = _ref2.onCtaPress,
12433
12461
  secondaryCtaText = _ref2.secondaryCtaText,
12434
12462
  onSecondaryCtaPress = _ref2.onSecondaryCtaPress,
12435
12463
  nativeProps = _objectWithoutProperties(_ref2, _excluded2);
12464
+ useDeprecation("Visible prop is deprecated. Use conditional rendering instead", visible);
12436
12465
  var _useState = useState(visible),
12437
12466
  _useState2 = _slicedToArray(_useState, 2),
12438
12467
  isVisible = _useState2[0],
@@ -12478,6 +12507,7 @@ var Error$1 = function Error(_ref2) {
12478
12507
  variant: variant,
12479
12508
  title: title,
12480
12509
  description: description,
12510
+ image: image,
12481
12511
  testID: testID,
12482
12512
  ctaText: ctaText,
12483
12513
  onCtaPress: onCtaPress && function () {
@@ -12493,6 +12523,7 @@ var Error$1 = function Error(_ref2) {
12493
12523
  variant: variant,
12494
12524
  title: title,
12495
12525
  description: description,
12526
+ image: image,
12496
12527
  testID: testID,
12497
12528
  ctaText: ctaText,
12498
12529
  onCtaPress: onCtaPress,
@@ -14152,6 +14183,7 @@ function MultiSelect(_ref) {
14152
14183
  }).map(function (opt) {
14153
14184
  return opt.text;
14154
14185
  }).join(', ');
14186
+ var rawValue = value.length > 0 ? value.join(', ') : '';
14155
14187
  useEffect(function () {
14156
14188
  setSelectingValue(value);
14157
14189
  }, [open]);
@@ -14165,7 +14197,7 @@ function MultiSelect(_ref) {
14165
14197
  pointerEvents: "none"
14166
14198
  }, /*#__PURE__*/React.createElement(TextInput, _extends$1({}, inputProps, {
14167
14199
  label: label,
14168
- value: displayedValue,
14200
+ value: renderSelectedValue ? rawValue : displayedValue,
14169
14201
  suffix: "arrow-down",
14170
14202
  multiline: true,
14171
14203
  error: error,
@@ -14175,15 +14207,15 @@ function MultiSelect(_ref) {
14175
14207
  pointerEvents: "none",
14176
14208
  style: style,
14177
14209
  testID: testID,
14178
- renderInputValue: renderSelectedValue !== undefined && (displayedValue === null || displayedValue === void 0 ? void 0 : displayedValue.length) > 0 ? function (props) {
14210
+ renderInputValue: renderSelectedValue !== undefined && (rawValue === null || rawValue === void 0 ? void 0 : rawValue.length) > 0 ? function (props) {
14179
14211
  return renderSelectedValue(value, props);
14180
14212
  } : undefined
14181
14213
  }))))), /*#__PURE__*/React.createElement(BottomSheet$1, {
14182
14214
  open: open,
14183
14215
  onRequestClose: function onRequestClose() {
14184
- return setOpen(false);
14216
+ onDismiss === null || onDismiss === void 0 ? void 0 : onDismiss();
14217
+ setOpen(false);
14185
14218
  },
14186
- onDismiss: onDismiss,
14187
14219
  header: label,
14188
14220
  style: {
14189
14221
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0
@@ -14345,6 +14377,7 @@ var SingleSelect = function SingleSelect(_ref) {
14345
14377
  var displayedValue = (_flatOptions$find = flatOptions.find(function (opt) {
14346
14378
  return value === opt.value;
14347
14379
  })) === null || _flatOptions$find === void 0 ? void 0 : _flatOptions$find.text;
14380
+ var rawValue = value ? String(value) : undefined;
14348
14381
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(View, {
14349
14382
  pointerEvents: !editable || disabled || inputProps !== null && inputProps !== void 0 && inputProps.loading ? 'none' : 'auto'
14350
14383
  }, /*#__PURE__*/React.createElement(TouchableOpacity, {
@@ -14355,7 +14388,7 @@ var SingleSelect = function SingleSelect(_ref) {
14355
14388
  pointerEvents: "none"
14356
14389
  }, /*#__PURE__*/React.createElement(TextInput, _extends$1({}, inputProps, {
14357
14390
  label: label,
14358
- value: displayedValue,
14391
+ value: renderSelectedValue ? rawValue : displayedValue,
14359
14392
  suffix: "arrow-down",
14360
14393
  multiline: true,
14361
14394
  error: error,
@@ -14365,15 +14398,15 @@ var SingleSelect = function SingleSelect(_ref) {
14365
14398
  pointerEvents: "none",
14366
14399
  style: style,
14367
14400
  testID: testID,
14368
- renderInputValue: renderSelectedValue !== undefined && !!displayedValue ? function (props) {
14401
+ renderInputValue: renderSelectedValue !== undefined && !!rawValue ? function (props) {
14369
14402
  return renderSelectedValue(value, props);
14370
14403
  } : undefined
14371
14404
  }))))), /*#__PURE__*/React.createElement(BottomSheet$1, {
14372
14405
  open: open,
14373
14406
  onRequestClose: function onRequestClose() {
14374
- return setOpen(false);
14407
+ onDismiss === null || onDismiss === void 0 ? void 0 : onDismiss();
14408
+ setOpen(false);
14375
14409
  },
14376
- onDismiss: onDismiss,
14377
14410
  header: label,
14378
14411
  style: {
14379
14412
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0