@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/lib/index.js CHANGED
@@ -1752,26 +1752,28 @@ var getAvatarTheme = function getAvatarTheme(theme) {
1752
1752
  xxxxlarge: theme.space.xlarge * 1.5,
1753
1753
  xxxxxlarge: theme.space.xxlarge * 1.5
1754
1754
  };
1755
- var lineHeights = {
1756
- small: theme.lineHeights.large,
1757
- medium: theme.lineHeights.xlarge,
1758
- large: theme.lineHeights.xxlarge,
1759
- xlarge: theme.lineHeights.xxxlarge,
1760
- xxlarge: theme.lineHeights.medium * 2,
1761
- xxxlarge: theme.lineHeights.large * 1.5,
1762
- xxxxlarge: theme.lineHeights.xlarge * 1.5,
1763
- xxxxxlarge: theme.lineHeights.xxlarge * 1.5
1764
- };
1765
1755
  var radii = {
1766
1756
  rounded: theme.radii.rounded
1767
1757
  };
1758
+ var spaces = {
1759
+ titleMarginTopForAndroid: {
1760
+ small: -theme.space.xxsmall,
1761
+ medium: -theme.space.xsmall,
1762
+ large: -theme.space.xsmall,
1763
+ xlarge: -theme.space.xsmall,
1764
+ xxlarge: -theme.space.xsmall - theme.space.xxsmall,
1765
+ xxxlarge: -theme.space.xsmall - theme.space.xxsmall,
1766
+ xxxxlarge: -theme.space.small,
1767
+ xxxxxlarge: -theme.space.small
1768
+ }
1769
+ };
1768
1770
  return {
1769
1771
  colors: colors,
1772
+ spaces: spaces,
1770
1773
  sizes: sizes,
1771
1774
  radii: radii,
1772
1775
  fonts: fonts,
1773
- fontSizes: fontSizes,
1774
- lineHeights: lineHeights
1776
+ fontSizes: fontSizes
1775
1777
  };
1776
1778
  };
1777
1779
 
@@ -6074,7 +6076,7 @@ var Typography = {
6074
6076
  };
6075
6077
 
6076
6078
  // 🔴 DO NOT EDIT — This file is generated automatically.
6077
- 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'];
6079
+ 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'];
6078
6080
 
6079
6081
  var activate = 59000;
6080
6082
  var adjustment = 59003;
@@ -6084,83 +6086,85 @@ var archive = 59006;
6084
6086
  var bank = 59008;
6085
6087
  var bell = 59009;
6086
6088
  var billing = 59010;
6087
- var bookmark = 59012;
6088
- var box = 59014;
6089
- var bpay = 59015;
6090
- var buildings = 59016;
6091
- var cake = 59017;
6092
- var calendar = 59019;
6093
- var clock = 59044;
6094
- var cog = 59047;
6095
- var coin = 59048;
6096
- var contacts = 59049;
6097
- var diamond = 59051;
6098
- var directory = 59053;
6099
- var document$1 = 59054;
6100
- var envelope = 59058;
6101
- var exclude = 59059;
6102
- var expense = 59060;
6103
- var eye = 59063;
6104
- var feed = 59067;
6105
- var feedbacks = 59068;
6106
- var file = 59086;
6107
- var filter = 59087;
6108
- var folder = 59089;
6109
- var globe = 59099;
6110
- var graph = 59101;
6111
- var heart = 59104;
6112
- var home = 59105;
6113
- var image = 59106;
6114
- var instapay = 59109;
6115
- var list = 59110;
6116
- var loading = 59112;
6117
- var location = 59113;
6118
- var lock = 59114;
6119
- var menu = 59118;
6120
- var moneybag = 59120;
6121
- var moon = 59121;
6122
- var node = 59124;
6123
- var paperclip = 59126;
6124
- var pencil = 59128;
6125
- var phone = 59129;
6126
- var plane = 59132;
6127
- var print = 59134;
6128
- var reply = 59137;
6129
- var reschedule = 59138;
6130
- var rostering = 59139;
6131
- var save = 59140;
6132
- var schedule = 59142;
6133
- var send = 59144;
6134
- var speaker = 59146;
6135
- var star = 59151;
6136
- var stopwatch = 59153;
6137
- var suitcase = 59154;
6138
- var survey = 59155;
6139
- var swag = 59160;
6140
- var tag = 59162;
6141
- var target = 59163;
6142
- var teams = 59164;
6143
- var timesheet = 59165;
6144
- var unlock = 59168;
6145
- var user = 59169;
6146
- var wallet = 59172;
6147
- var warning = 59173;
6148
- var add = 59179;
6149
- var bold = 59200;
6150
- var cancel = 59211;
6151
- var checkmark = 59216;
6152
- var italic = 59293;
6153
- var number = 59317;
6154
- var percentage = 59322;
6155
- var redeem = 59331;
6156
- var refresh = 59332;
6157
- var remove = 59333;
6158
- var restart = 59335;
6159
- var strikethrough = 59356;
6160
- var sync = 59361;
6161
- var transfer = 59365;
6162
- var unavailable = 59368;
6163
- var underline = 59369;
6089
+ var bolt = 59011;
6090
+ var bookmark = 59013;
6091
+ var box = 59015;
6092
+ var bpay = 59016;
6093
+ var buildings = 59017;
6094
+ var cake = 59018;
6095
+ var calendar = 59020;
6096
+ var clock = 59045;
6097
+ var cog = 59048;
6098
+ var coin = 59049;
6099
+ var contacts = 59050;
6100
+ var diamond = 59052;
6101
+ var directory = 59054;
6102
+ var document$1 = 59055;
6103
+ var envelope = 59059;
6104
+ var exclude = 59060;
6105
+ var expense = 59061;
6106
+ var eye = 59064;
6107
+ var feed = 59068;
6108
+ var feedbacks = 59069;
6109
+ var file = 59087;
6110
+ var filter = 59088;
6111
+ var folder = 59090;
6112
+ var globe = 59100;
6113
+ var graph = 59102;
6114
+ var heart = 59105;
6115
+ var home = 59106;
6116
+ var image = 59107;
6117
+ var instapay = 59110;
6118
+ var list = 59111;
6119
+ var loading = 59113;
6120
+ var location = 59114;
6121
+ var lock = 59115;
6122
+ var menu = 59119;
6123
+ var moneybag = 59121;
6124
+ var moon = 59122;
6125
+ var node = 59125;
6126
+ var paperclip = 59127;
6127
+ var pencil = 59129;
6128
+ var phone = 59130;
6129
+ var plane = 59133;
6130
+ var print = 59135;
6131
+ var reply = 59138;
6132
+ var reschedule = 59139;
6133
+ var rostering = 59140;
6134
+ var save = 59141;
6135
+ var schedule = 59143;
6136
+ var send = 59145;
6137
+ var speaker = 59147;
6138
+ var star = 59152;
6139
+ var stopwatch = 59154;
6140
+ var suitcase = 59155;
6141
+ var surfing = 59156;
6142
+ var survey = 59157;
6143
+ var swag = 59162;
6144
+ var tag = 59164;
6145
+ var target = 59165;
6146
+ var teams = 59166;
6147
+ var timesheet = 59167;
6148
+ var unlock = 59170;
6149
+ var user = 59171;
6150
+ var wallet = 59174;
6151
+ var warning = 59175;
6152
+ var add = 59181;
6153
+ var bold = 59203;
6154
+ var cancel = 59215;
6155
+ var checkmark = 59220;
6156
+ var italic = 59300;
6157
+ var number = 59324;
6158
+ var percentage = 59329;
6159
+ var redeem = 59338;
6160
+ var refresh = 59339;
6161
+ var remove = 59340;
6162
+ var restart = 59342;
6163
+ var strikethrough = 59363;
6164
+ var sync = 59369;
6165
+ var transfer = 59376;
6166
+ var unavailable = 59379;
6167
+ var underline = 59380;
6164
6168
  var glyphMap = {
6165
6169
  activate: activate,
6166
6170
  "add-emoji": 59001,
@@ -6173,375 +6177,387 @@ var glyphMap = {
6173
6177
  bank: bank,
6174
6178
  bell: bell,
6175
6179
  billing: billing,
6176
- "bookmark-added": 59011,
6180
+ bolt: bolt,
6181
+ "bookmark-added": 59012,
6177
6182
  bookmark: bookmark,
6178
- "box-check": 59013,
6183
+ "box-check": 59014,
6179
6184
  box: box,
6180
6185
  bpay: bpay,
6181
6186
  buildings: buildings,
6182
6187
  cake: cake,
6183
- "calendar-clock": 59018,
6188
+ "calendar-clock": 59019,
6184
6189
  calendar: calendar,
6185
- "candy-box-menu": 59020,
6186
- "caret-down-small": 59021,
6187
- "caret-down": 59022,
6188
- "caret-left-small": 59023,
6189
- "caret-left": 59024,
6190
- "caret-right-small": 59025,
6191
- "caret-right": 59026,
6192
- "caret-up-small": 59027,
6193
- "caret-up": 59028,
6194
- "check-radio": 59029,
6195
- "circle-add": 59030,
6196
- "circle-cancel": 59031,
6197
- "circle-check": 59032,
6198
- "circle-down": 59033,
6199
- "circle-info": 59034,
6200
- "circle-left": 59035,
6201
- "circle-ok": 59036,
6202
- "circle-pencil": 59037,
6203
- "circle-question": 59038,
6204
- "circle-remove": 59039,
6205
- "circle-right": 59040,
6206
- "circle-up": 59041,
6207
- "circle-warning": 59042,
6208
- "clock-3": 59043,
6190
+ "candy-box-menu": 59021,
6191
+ "caret-down-small": 59022,
6192
+ "caret-down": 59023,
6193
+ "caret-left-small": 59024,
6194
+ "caret-left": 59025,
6195
+ "caret-right-small": 59026,
6196
+ "caret-right": 59027,
6197
+ "caret-up-small": 59028,
6198
+ "caret-up": 59029,
6199
+ "check-radio": 59030,
6200
+ "circle-add": 59031,
6201
+ "circle-cancel": 59032,
6202
+ "circle-check": 59033,
6203
+ "circle-down": 59034,
6204
+ "circle-info": 59035,
6205
+ "circle-left": 59036,
6206
+ "circle-ok": 59037,
6207
+ "circle-pencil": 59038,
6208
+ "circle-question": 59039,
6209
+ "circle-remove": 59040,
6210
+ "circle-right": 59041,
6211
+ "circle-up": 59042,
6212
+ "circle-warning": 59043,
6213
+ "clock-3": 59044,
6209
6214
  clock: clock,
6210
- "cloud-download": 59045,
6211
- "cloud-upload": 59046,
6215
+ "cloud-download": 59046,
6216
+ "cloud-upload": 59047,
6212
6217
  cog: cog,
6213
6218
  coin: coin,
6214
6219
  contacts: contacts,
6215
- "credit-card": 59050,
6220
+ "credit-card": 59051,
6216
6221
  diamond: diamond,
6217
- "direction-arrows": 59052,
6222
+ "direction-arrows": 59053,
6218
6223
  directory: directory,
6219
6224
  document: document$1,
6220
- "dollar-coin-shine": 59055,
6221
- "double-buildings": 59056,
6222
- "edit-template": 59057,
6225
+ "dollar-coin-shine": 59056,
6226
+ "double-buildings": 59057,
6227
+ "edit-template": 59058,
6223
6228
  envelope: envelope,
6224
6229
  exclude: exclude,
6225
6230
  expense: expense,
6226
- "eye-circle": 59061,
6227
- "eye-invisible": 59062,
6231
+ "eye-circle": 59062,
6232
+ "eye-invisible": 59063,
6228
6233
  eye: eye,
6229
- "face-meh": 59064,
6230
- "face-sad": 59065,
6231
- "face-smiley": 59066,
6234
+ "face-meh": 59065,
6235
+ "face-sad": 59066,
6236
+ "face-smiley": 59067,
6232
6237
  feed: feed,
6233
6238
  feedbacks: feedbacks,
6234
- "file-certified": 59069,
6235
- "file-clone": 59070,
6236
- "file-copy": 59071,
6237
- "file-csv": 59072,
6238
- "file-dispose": 59073,
6239
- "file-doc": 59074,
6240
- "file-excel": 59075,
6241
- "file-export": 59076,
6242
- "file-lock": 59077,
6243
- "file-pdf": 59078,
6244
- "file-powerpoint": 59079,
6245
- "file-search": 59080,
6246
- "file-secured": 59081,
6247
- "file-sheets": 59082,
6248
- "file-slide": 59083,
6249
- "file-verified": 59084,
6250
- "file-word": 59085,
6239
+ "file-certified": 59070,
6240
+ "file-clone": 59071,
6241
+ "file-copy": 59072,
6242
+ "file-csv": 59073,
6243
+ "file-dispose": 59074,
6244
+ "file-doc": 59075,
6245
+ "file-excel": 59076,
6246
+ "file-export": 59077,
6247
+ "file-lock": 59078,
6248
+ "file-pdf": 59079,
6249
+ "file-powerpoint": 59080,
6250
+ "file-search": 59081,
6251
+ "file-secured": 59082,
6252
+ "file-sheets": 59083,
6253
+ "file-slide": 59084,
6254
+ "file-verified": 59085,
6255
+ "file-word": 59086,
6251
6256
  file: file,
6252
6257
  filter: filter,
6253
- "folder-user": 59088,
6258
+ "folder-user": 59089,
6254
6259
  folder: folder,
6255
- "format-bold": 59090,
6256
- "format-heading1": 59091,
6257
- "format-heading2": 59092,
6258
- "format-italic": 59093,
6259
- "format-list-bulleted": 59094,
6260
- "format-list-numbered": 59095,
6261
- "format-underlined": 59096,
6262
- "funnel-filter": 59097,
6263
- "global-dollar": 59098,
6260
+ "format-bold": 59091,
6261
+ "format-heading1": 59092,
6262
+ "format-heading2": 59093,
6263
+ "format-italic": 59094,
6264
+ "format-list-bulleted": 59095,
6265
+ "format-list-numbered": 59096,
6266
+ "format-underlined": 59097,
6267
+ "funnel-filter": 59098,
6268
+ "global-dollar": 59099,
6264
6269
  globe: globe,
6265
- "graduation-cap": 59100,
6270
+ "graduation-cap": 59101,
6266
6271
  graph: graph,
6267
- "happy-sun": 59102,
6268
- "health-bag": 59103,
6272
+ "happy-sun": 59103,
6273
+ "health-bag": 59104,
6269
6274
  heart: heart,
6270
6275
  home: home,
6271
6276
  image: image,
6272
- "import": 59107,
6273
- "incident-siren": 59108,
6277
+ "import": 59108,
6278
+ "incident-siren": 59109,
6274
6279
  instapay: instapay,
6275
6280
  list: list,
6276
- "loading-2": 59111,
6281
+ "loading-2": 59112,
6277
6282
  loading: loading,
6278
6283
  location: location,
6279
6284
  lock: lock,
6280
- "looks-one": 59115,
6281
- "looks-two": 59116,
6282
- "media-content": 59117,
6285
+ "looks-one": 59116,
6286
+ "looks-two": 59117,
6287
+ "media-content": 59118,
6283
6288
  menu: menu,
6284
- "money-notes": 59119,
6289
+ "money-notes": 59120,
6285
6290
  moneybag: moneybag,
6286
6291
  moon: moon,
6287
- "multiple-stars": 59122,
6288
- "multiple-users": 59123,
6292
+ "multiple-stars": 59123,
6293
+ "multiple-users": 59124,
6289
6294
  node: node,
6290
- "open-folder": 59125,
6295
+ "open-folder": 59126,
6291
6296
  paperclip: paperclip,
6292
- "payment-summary": 59127,
6297
+ "payment-summary": 59128,
6293
6298
  pencil: pencil,
6294
6299
  phone: phone,
6295
- "piggy-bank": 59130,
6296
- "plane-up": 59131,
6300
+ "piggy-bank": 59131,
6301
+ "plane-up": 59132,
6297
6302
  plane: plane,
6298
- "play-circle": 59133,
6303
+ "play-circle": 59134,
6299
6304
  print: print,
6300
- "raising-hands": 59135,
6301
- "reply-arrow": 59136,
6305
+ "raising-hands": 59136,
6306
+ "reply-arrow": 59137,
6302
6307
  reply: reply,
6303
6308
  reschedule: reschedule,
6304
6309
  rostering: rostering,
6305
6310
  save: save,
6306
- "schedule-send": 59141,
6311
+ "schedule-send": 59142,
6307
6312
  schedule: schedule,
6308
- "search-person": 59143,
6313
+ "search-person": 59144,
6309
6314
  send: send,
6310
- "speaker-active": 59145,
6315
+ "speaker-active": 59146,
6311
6316
  speaker: speaker,
6312
- "star-award": 59147,
6313
- "star-badge": 59148,
6314
- "star-circle": 59149,
6315
- "star-medal": 59150,
6317
+ "star-award": 59148,
6318
+ "star-badge": 59149,
6319
+ "star-circle": 59150,
6320
+ "star-medal": 59151,
6316
6321
  star: star,
6317
- "steps-circle": 59152,
6322
+ "steps-circle": 59153,
6318
6323
  stopwatch: stopwatch,
6319
6324
  suitcase: suitcase,
6325
+ surfing: surfing,
6320
6326
  survey: survey,
6321
- "swag-pillar-benefit": 59156,
6322
- "swag-pillar-career": 59157,
6323
- "swag-pillar-money": 59158,
6324
- "swag-pillar-work": 59159,
6327
+ "swag-pillar-benefit": 59158,
6328
+ "swag-pillar-career": 59159,
6329
+ "swag-pillar-money": 59160,
6330
+ "swag-pillar-work": 59161,
6325
6331
  swag: swag,
6326
- "switch": 59161,
6332
+ "switch": 59163,
6327
6333
  tag: tag,
6328
6334
  target: target,
6329
6335
  teams: teams,
6330
6336
  timesheet: timesheet,
6331
- "touch-id": 59166,
6332
- "trash-bin": 59167,
6337
+ "touch-id": 59168,
6338
+ "trash-bin": 59169,
6333
6339
  unlock: unlock,
6334
6340
  user: user,
6335
- "video-1": 59170,
6336
- "video-2": 59171,
6341
+ "video-1": 59172,
6342
+ "video-2": 59173,
6337
6343
  wallet: wallet,
6338
6344
  warning: warning,
6339
- "activate-outlined": 59174,
6340
- "add-credit-card-outlined": 59175,
6341
- "add-person-outlined": 59176,
6342
- "add-section-outlined": 59177,
6343
- "add-time-outlined": 59178,
6345
+ "activate-outlined": 59176,
6346
+ "add-credit-card-outlined": 59177,
6347
+ "add-person-outlined": 59178,
6348
+ "add-section-outlined": 59179,
6349
+ "add-time-outlined": 59180,
6344
6350
  add: add,
6345
- "adjustment-outlined": 59180,
6346
- "alignment-2-outlined": 59181,
6347
- "alignment-outlined": 59182,
6348
- "all-caps": 59183,
6349
- "arrow-down": 59184,
6350
- "arrow-downwards": 59185,
6351
- "arrow-left": 59186,
6352
- "arrow-leftwards": 59187,
6353
- "arrow-right": 59188,
6354
- "arrow-rightwards": 59189,
6355
- "arrow-up": 59190,
6356
- "arrow-upwards": 59191,
6357
- "article-outlined": 59192,
6358
- "at-sign": 59193,
6359
- "auto-graph-outlined": 59194,
6360
- "bell-active-outlined": 59195,
6361
- "bell-outlined": 59196,
6362
- "bell-slash-outlined": 59197,
6363
- "billing-outlined": 59198,
6364
- "body-outlined": 59199,
6351
+ "adjustment-outlined": 59182,
6352
+ "alignment-2-outlined": 59183,
6353
+ "alignment-outlined": 59184,
6354
+ "all-caps": 59185,
6355
+ "arrow-down": 59186,
6356
+ "arrow-downwards": 59187,
6357
+ "arrow-left": 59188,
6358
+ "arrow-leftwards": 59189,
6359
+ "arrow-right": 59190,
6360
+ "arrow-rightwards": 59191,
6361
+ "arrow-up": 59192,
6362
+ "arrow-upwards": 59193,
6363
+ "article-outlined": 59194,
6364
+ "at-sign": 59195,
6365
+ "auto-graph-outlined": 59196,
6366
+ "beer-outlined": 59197,
6367
+ "bell-active-outlined": 59198,
6368
+ "bell-outlined": 59199,
6369
+ "bell-slash-outlined": 59200,
6370
+ "billing-outlined": 59201,
6371
+ "body-outlined": 59202,
6365
6372
  bold: bold,
6366
- "bookmark-added-outlined": 59201,
6367
- "bookmark-outlined": 59202,
6368
- "box-check-outlined": 59203,
6369
- "box-outlined": 59204,
6370
- "bullet-points": 59205,
6371
- "cake-outlined": 59206,
6372
- "calendar-dates-outlined": 59207,
6373
- "calendar-star-outlined": 59208,
6374
- "call-split-outlined": 59209,
6375
- "camera-outlined": 59210,
6373
+ "book-outlined": 59204,
6374
+ "bookmark-added-outlined": 59205,
6375
+ "bookmark-outlined": 59206,
6376
+ "box-check-outlined": 59207,
6377
+ "box-outlined": 59208,
6378
+ "bullet-points": 59209,
6379
+ "cake-outlined": 59210,
6380
+ "calendar-dates-outlined": 59211,
6381
+ "calendar-star-outlined": 59212,
6382
+ "call-split-outlined": 59213,
6383
+ "camera-outlined": 59214,
6376
6384
  cancel: cancel,
6377
- "car-forward-outlined": 59212,
6378
- "charging-station-outlined": 59213,
6379
- "chat-bubble-outlined": 59214,
6380
- "chat-unread-outlined": 59215,
6385
+ "car-forward-outlined": 59216,
6386
+ "charging-station-outlined": 59217,
6387
+ "chat-bubble-outlined": 59218,
6388
+ "chat-unread-outlined": 59219,
6381
6389
  checkmark: checkmark,
6382
- "circle-add-outlined": 59217,
6383
- "circle-cancel-outlined": 59218,
6384
- "circle-down-outlined": 59219,
6385
- "circle-info-outlined": 59220,
6386
- "circle-left-outlined": 59221,
6387
- "circle-ok-outlined": 59222,
6388
- "circle-question-outlined": 59223,
6389
- "circle-remove-outlined": 59224,
6390
- "circle-right-outlined": 59225,
6391
- "circle-up-outlined": 59226,
6392
- "circle-warning-outlined": 59227,
6393
- "clock-2-outlined": 59228,
6394
- "clock-outlined": 59229,
6395
- "cog-outlined": 59230,
6396
- "coin-outlined": 59231,
6397
- "comment-outlined": 59232,
6398
- "contacts-outlined": 59233,
6399
- "contacts-user-outlined": 59234,
6400
- "credit-card-outlined": 59235,
6401
- "cup-outlined": 59236,
6402
- "direction-arrows-outlined": 59237,
6403
- "directory-outlined": 59238,
6404
- "document-outlined": 59239,
6405
- "dollar-box-outlined": 59240,
6406
- "dollar-card-outlined": 59241,
6407
- "dollar-coin-shine-outlined": 59242,
6408
- "dollar-credit-card-outlined": 59243,
6409
- "dollar-sign": 59244,
6410
- "double-buildings-outlined": 59245,
6411
- "double-left-arrows": 59246,
6412
- "double-right-arrows": 59247,
6413
- "download-outlined": 59248,
6414
- "edit-template-outlined": 59249,
6415
- "email-outlined": 59250,
6416
- "enter-arrow": 59251,
6417
- "envelope-outlined": 59252,
6418
- "expense-outlined": 59253,
6419
- "explore-outlined": 59254,
6420
- "external-link": 59255,
6421
- "eye-invisible-outlined": 59256,
6422
- "eye-outlined": 59257,
6423
- "face-id": 59258,
6424
- "face-meh-outlined": 59259,
6425
- "face-open-smiley-outlined": 59260,
6426
- "face-sad-outlined": 59261,
6427
- "face-smiley-outlined": 59262,
6428
- "feed-outlined": 59263,
6429
- "file-certified-outlined": 59264,
6430
- "file-clone-outlined": 59265,
6431
- "file-copy-outlined": 59266,
6432
- "file-dispose-outlined": 59267,
6433
- "file-dollar-certified-outlined": 59268,
6434
- "file-dollar-outlined": 59269,
6435
- "file-download-outlined": 59270,
6436
- "file-export-outlined": 59271,
6437
- "file-lock-outlined": 59272,
6438
- "file-outlined": 59273,
6439
- "file-search-outlined": 59274,
6440
- "file-secured-outlined": 59275,
6441
- "file-statutory-outlined": 59276,
6442
- "file-verified-outlined": 59277,
6443
- "filter-outlined": 59278,
6444
- "folder-outlined": 59279,
6445
- "folder-user-outlined": 59280,
6446
- "funnel-filter-outline": 59281,
6447
- "graph-outlined": 59282,
6448
- "hand-holding-user-outlined": 59283,
6449
- "happy-sun-outlined": 59284,
6450
- "health-bag-outlined": 59285,
6451
- "heart-outlined": 59286,
6452
- "home-active-outlined": 59287,
6453
- "home-outlined": 59288,
6454
- "id-card-outlined": 59289,
6455
- "image-outlined": 59290,
6456
- "import-outlined": 59291,
6457
- "instapay-outlined": 59292,
6390
+ "circle-add-outlined": 59221,
6391
+ "circle-cancel-outlined": 59222,
6392
+ "circle-down-outlined": 59223,
6393
+ "circle-info-outlined": 59224,
6394
+ "circle-left-outlined": 59225,
6395
+ "circle-ok-outlined": 59226,
6396
+ "circle-question-outlined": 59227,
6397
+ "circle-remove-outlined": 59228,
6398
+ "circle-right-outlined": 59229,
6399
+ "circle-up-outlined": 59230,
6400
+ "circle-warning-outlined": 59231,
6401
+ "clock-2-outlined": 59232,
6402
+ "clock-outlined": 59233,
6403
+ "cog-outlined": 59234,
6404
+ "coin-outlined": 59235,
6405
+ "comment-outlined": 59236,
6406
+ "contacts-outlined": 59237,
6407
+ "contacts-user-outlined": 59238,
6408
+ "credit-card-outlined": 59239,
6409
+ "cup-outlined": 59240,
6410
+ "dentistry-outlined": 59241,
6411
+ "direction-arrows-outlined": 59242,
6412
+ "directory-outlined": 59243,
6413
+ "document-outlined": 59244,
6414
+ "dollar-box-outlined": 59245,
6415
+ "dollar-card-outlined": 59246,
6416
+ "dollar-coin-shine-outlined": 59247,
6417
+ "dollar-credit-card-outlined": 59248,
6418
+ "dollar-sign": 59249,
6419
+ "double-buildings-outlined": 59250,
6420
+ "double-left-arrows": 59251,
6421
+ "double-right-arrows": 59252,
6422
+ "download-outlined": 59253,
6423
+ "edit-template-outlined": 59254,
6424
+ "email-outlined": 59255,
6425
+ "enter-arrow": 59256,
6426
+ "envelope-outlined": 59257,
6427
+ "expense-outlined": 59258,
6428
+ "explore-outlined": 59259,
6429
+ "external-link": 59260,
6430
+ "eye-invisible-outlined": 59261,
6431
+ "eye-outlined": 59262,
6432
+ "face-id": 59263,
6433
+ "face-meh-outlined": 59264,
6434
+ "face-open-smiley-outlined": 59265,
6435
+ "face-sad-outlined": 59266,
6436
+ "face-smiley-outlined": 59267,
6437
+ "fastfood-outlined": 59268,
6438
+ "feed-outlined": 59269,
6439
+ "file-certified-outlined": 59270,
6440
+ "file-clone-outlined": 59271,
6441
+ "file-copy-outlined": 59272,
6442
+ "file-dispose-outlined": 59273,
6443
+ "file-dollar-certified-outlined": 59274,
6444
+ "file-dollar-outlined": 59275,
6445
+ "file-download-outlined": 59276,
6446
+ "file-export-outlined": 59277,
6447
+ "file-lock-outlined": 59278,
6448
+ "file-outlined": 59279,
6449
+ "file-search-outlined": 59280,
6450
+ "file-secured-outlined": 59281,
6451
+ "file-statutory-outlined": 59282,
6452
+ "file-verified-outlined": 59283,
6453
+ "filter-outlined": 59284,
6454
+ "folder-outlined": 59285,
6455
+ "folder-user-outlined": 59286,
6456
+ "form-outlined": 59287,
6457
+ "funnel-filter-outline": 59288,
6458
+ "graph-outlined": 59289,
6459
+ "hand-holding-user-outlined": 59290,
6460
+ "happy-sun-outlined": 59291,
6461
+ "health-bag-outlined": 59292,
6462
+ "heart-outlined": 59293,
6463
+ "home-active-outlined": 59294,
6464
+ "home-outlined": 59295,
6465
+ "id-card-outlined": 59296,
6466
+ "image-outlined": 59297,
6467
+ "import-outlined": 59298,
6468
+ "instapay-outlined": 59299,
6458
6469
  italic: italic,
6459
- "link-1": 59294,
6460
- "link-2": 59295,
6461
- "list-outlined": 59296,
6462
- "live-help-outlined": 59297,
6463
- "location-on-outlined": 59298,
6464
- "location-outlined": 59299,
6465
- "lock-outlined": 59300,
6466
- "locked-file-outlined": 59301,
6467
- "log-out": 59302,
6468
- "media-content-outlined": 59303,
6469
- "menu-close": 59304,
6470
- "menu-expand": 59305,
6471
- "menu-fold-outlined": 59306,
6472
- "menu-unfold-outlined": 59307,
6473
- "moneybag-outlined": 59308,
6474
- "moon-outlined": 59309,
6475
- "more-horizontal": 59310,
6476
- "more-vertical": 59311,
6477
- "multiple-folders-outlined": 59312,
6478
- "multiple-users-outlined": 59313,
6479
- "near-me-outlined": 59314,
6480
- "node-outlined": 59315,
6481
- "number-points": 59316,
6470
+ "link-1": 59301,
6471
+ "link-2": 59302,
6472
+ "list-outlined": 59303,
6473
+ "live-help-outlined": 59304,
6474
+ "location-on-outlined": 59305,
6475
+ "location-outlined": 59306,
6476
+ "lock-outlined": 59307,
6477
+ "locked-file-outlined": 59308,
6478
+ "log-out": 59309,
6479
+ "media-content-outlined": 59310,
6480
+ "menu-close": 59311,
6481
+ "menu-expand": 59312,
6482
+ "menu-fold-outlined": 59313,
6483
+ "menu-unfold-outlined": 59314,
6484
+ "moneybag-outlined": 59315,
6485
+ "moon-outlined": 59316,
6486
+ "more-horizontal": 59317,
6487
+ "more-vertical": 59318,
6488
+ "multiple-folders-outlined": 59319,
6489
+ "multiple-users-outlined": 59320,
6490
+ "near-me-outlined": 59321,
6491
+ "node-outlined": 59322,
6492
+ "number-points": 59323,
6482
6493
  number: number,
6483
- "overview-outlined": 59318,
6484
- "payment-summary-outlined": 59319,
6485
- "payslip-outlined": 59320,
6486
- "pencil-outlined": 59321,
6494
+ "overview-outlined": 59325,
6495
+ "payment-summary-outlined": 59326,
6496
+ "payslip-outlined": 59327,
6497
+ "pencil-outlined": 59328,
6487
6498
  percentage: percentage,
6488
- "phone-outlined": 59323,
6489
- "piggy-bank-outlined": 59324,
6490
- "plane-outlined": 59325,
6491
- "play-circle-outlined": 59326,
6492
- "print-outlined": 59327,
6493
- "qr-code-outlined": 59328,
6494
- "qualification-outlined": 59329,
6495
- "re-assign": 59330,
6499
+ "phone-outlined": 59330,
6500
+ "piggy-bank-outlined": 59331,
6501
+ "plane-outlined": 59332,
6502
+ "play-circle-outlined": 59333,
6503
+ "print-outlined": 59334,
6504
+ "qr-code-outlined": 59335,
6505
+ "qualification-outlined": 59336,
6506
+ "re-assign": 59337,
6496
6507
  redeem: redeem,
6497
6508
  refresh: refresh,
6498
6509
  remove: remove,
6499
- "reply-outlined": 59334,
6510
+ "reply-outlined": 59341,
6500
6511
  restart: restart,
6501
- "return-arrow": 59336,
6502
- "rostering-outlined": 59337,
6503
- "save-outlined": 59338,
6504
- "schedule-outlined": 59339,
6505
- "search-outlined": 59340,
6506
- "search-secured-outlined": 59341,
6507
- "send-outlined": 59342,
6508
- "share-1": 59343,
6509
- "share-2": 59344,
6510
- "share-outlined": 59345,
6511
- "show-chart-outlined": 59346,
6512
- "single-down-arrow": 59347,
6513
- "single-left-arrow": 59348,
6514
- "single-right-arrow": 59349,
6515
- "single-up-arrow": 59350,
6516
- "speaker-active-outlined": 59351,
6517
- "speaker-outlined": 59352,
6518
- "star-circle-outlined": 59353,
6519
- "star-outlined": 59354,
6520
- "stopwatch-outlined": 59355,
6512
+ "return-arrow": 59343,
6513
+ "rostering-outlined": 59344,
6514
+ "save-outlined": 59345,
6515
+ "schedule-outlined": 59346,
6516
+ "search-outlined": 59347,
6517
+ "search-secured-outlined": 59348,
6518
+ "send-outlined": 59349,
6519
+ "share-1": 59350,
6520
+ "share-2": 59351,
6521
+ "share-outlined": 59352,
6522
+ "show-chart-outlined": 59353,
6523
+ "single-down-arrow": 59354,
6524
+ "single-left-arrow": 59355,
6525
+ "single-right-arrow": 59356,
6526
+ "single-up-arrow": 59357,
6527
+ "speaker-active-outlined": 59358,
6528
+ "speaker-outlined": 59359,
6529
+ "star-circle-outlined": 59360,
6530
+ "star-outlined": 59361,
6531
+ "stopwatch-outlined": 59362,
6521
6532
  strikethrough: strikethrough,
6522
- "suitcase-clock-outlined": 59357,
6523
- "suitcase-outlined": 59358,
6524
- "survey-outlined": 59359,
6525
- "switch-outlined": 59360,
6533
+ "styler-outlined": 59364,
6534
+ "suitcase-clock-outlined": 59365,
6535
+ "suitcase-outlined": 59366,
6536
+ "survey-outlined": 59367,
6537
+ "switch-outlined": 59368,
6526
6538
  sync: sync,
6527
- "target-outlined": 59362,
6528
- "timesheet-outlined": 59363,
6529
- "today-outlined": 59364,
6539
+ "tag-outlined": 59370,
6540
+ "target-outlined": 59371,
6541
+ "tennis-outlined": 59372,
6542
+ "ticket-outlined": 59373,
6543
+ "timesheet-outlined": 59374,
6544
+ "today-outlined": 59375,
6530
6545
  transfer: transfer,
6531
- "trash-bin-outlined": 59366,
6532
- "umbrela-outlined": 59367,
6546
+ "trash-bin-outlined": 59377,
6547
+ "umbrela-outlined": 59378,
6533
6548
  unavailable: unavailable,
6534
6549
  underline: underline,
6535
- "union-outlined": 59370,
6536
- "unlock-outlined": 59371,
6537
- "upload-outlined": 59372,
6538
- "user-circle-outlined": 59373,
6539
- "user-gear-outlined": 59374,
6540
- "user-outlined": 59375,
6541
- "user-rectangle-outlined": 59376,
6542
- "video-1-outlined": 59377,
6543
- "video-2-outlined": 59378,
6544
- "wallet-outlined": 59379
6550
+ "union-outlined": 59381,
6551
+ "unlock-outlined": 59382,
6552
+ "upload-outlined": 59383,
6553
+ "user-circle-outlined": 59384,
6554
+ "user-gear-outlined": 59385,
6555
+ "user-outlined": 59386,
6556
+ "user-rectangle-outlined": 59387,
6557
+ "video-1-outlined": 59388,
6558
+ "video-2-outlined": 59389,
6559
+ "volunteer-outlined": 59390,
6560
+ "wallet-outlined": 59391
6545
6561
  };
6546
6562
 
6547
6563
  var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -6894,7 +6910,6 @@ var StyledTextWrapper$1 = index$a(reactNative.View)(function () {
6894
6910
  return {
6895
6911
  alignItems: 'center',
6896
6912
  justifyContent: 'center',
6897
- display: 'flex',
6898
6913
  width: '100%',
6899
6914
  height: '100%'
6900
6915
  };
@@ -6902,16 +6917,28 @@ var StyledTextWrapper$1 = index$a(reactNative.View)(function () {
6902
6917
  var StyledText$2 = index$a(Typography.Text)(function (_ref2) {
6903
6918
  var themeSize = _ref2.themeSize,
6904
6919
  theme = _ref2.theme;
6905
- return {
6920
+ return _objectSpread2({
6906
6921
  fontFamily: theme.__hd__.avatar.fonts["default"],
6907
6922
  fontSize: theme.__hd__.avatar.fontSizes[themeSize],
6908
- lineHeight: 0,
6909
6923
  textAlignVertical: 'center',
6910
6924
  textAlign: 'center',
6911
6925
  color: theme.__hd__.avatar.colors.text,
6912
6926
  overflow: 'hidden'
6913
- };
6927
+ }, reactNative.Platform.select({
6928
+ ios: {
6929
+ lineHeight: 0 // center on ios
6930
+ },
6931
+
6932
+ android: {
6933
+ lineHeight: null,
6934
+ marginTop: theme.__hd__.avatar.spaces.titleMarginTopForAndroid[themeSize]
6935
+ },
6936
+ web: {
6937
+ lineHeight: null // center on android
6938
+ }
6939
+ }));
6914
6940
  });
6941
+
6915
6942
  var StyledImage = index$a(reactNative.Image)(function (_ref3) {
6916
6943
  var themeSize = _ref3.themeSize,
6917
6944
  theme = _ref3.theme;
@@ -12409,7 +12436,7 @@ var StyledErrorDescription = index$a(Typography.Text)(function (_ref8) {
12409
12436
  });
12410
12437
 
12411
12438
  var _excluded$a = ["variant", "title", "description", "image", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress"],
12412
- _excluded2 = ["visible", "variant", "title", "description", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress"];
12439
+ _excluded2 = ["visible", "variant", "title", "description", "image", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress"];
12413
12440
  var ErrorPage = function ErrorPage(_ref) {
12414
12441
  var _ref$variant = _ref.variant,
12415
12442
  variant = _ref$variant === void 0 ? 'in-page' : _ref$variant,
@@ -12456,12 +12483,14 @@ var Error$1 = function Error(_ref2) {
12456
12483
  variant = _ref2$variant === void 0 ? 'in-page' : _ref2$variant,
12457
12484
  title = _ref2.title,
12458
12485
  description = _ref2.description,
12486
+ image = _ref2.image,
12459
12487
  testID = _ref2.testID,
12460
12488
  ctaText = _ref2.ctaText,
12461
12489
  onCtaPress = _ref2.onCtaPress,
12462
12490
  secondaryCtaText = _ref2.secondaryCtaText,
12463
12491
  onSecondaryCtaPress = _ref2.onSecondaryCtaPress,
12464
12492
  nativeProps = _objectWithoutProperties(_ref2, _excluded2);
12493
+ useDeprecation("Visible prop is deprecated. Use conditional rendering instead", visible);
12465
12494
  var _useState = React.useState(visible),
12466
12495
  _useState2 = _slicedToArray(_useState, 2),
12467
12496
  isVisible = _useState2[0],
@@ -12507,6 +12536,7 @@ var Error$1 = function Error(_ref2) {
12507
12536
  variant: variant,
12508
12537
  title: title,
12509
12538
  description: description,
12539
+ image: image,
12510
12540
  testID: testID,
12511
12541
  ctaText: ctaText,
12512
12542
  onCtaPress: onCtaPress && function () {
@@ -12522,6 +12552,7 @@ var Error$1 = function Error(_ref2) {
12522
12552
  variant: variant,
12523
12553
  title: title,
12524
12554
  description: description,
12555
+ image: image,
12525
12556
  testID: testID,
12526
12557
  ctaText: ctaText,
12527
12558
  onCtaPress: onCtaPress,
@@ -14181,6 +14212,7 @@ function MultiSelect(_ref) {
14181
14212
  }).map(function (opt) {
14182
14213
  return opt.text;
14183
14214
  }).join(', ');
14215
+ var rawValue = value.length > 0 ? value.join(', ') : '';
14184
14216
  React.useEffect(function () {
14185
14217
  setSelectingValue(value);
14186
14218
  }, [open]);
@@ -14194,7 +14226,7 @@ function MultiSelect(_ref) {
14194
14226
  pointerEvents: "none"
14195
14227
  }, /*#__PURE__*/React__default["default"].createElement(TextInput, _extends$1({}, inputProps, {
14196
14228
  label: label,
14197
- value: displayedValue,
14229
+ value: renderSelectedValue ? rawValue : displayedValue,
14198
14230
  suffix: "arrow-down",
14199
14231
  multiline: true,
14200
14232
  error: error,
@@ -14204,15 +14236,15 @@ function MultiSelect(_ref) {
14204
14236
  pointerEvents: "none",
14205
14237
  style: style,
14206
14238
  testID: testID,
14207
- renderInputValue: renderSelectedValue !== undefined && (displayedValue === null || displayedValue === void 0 ? void 0 : displayedValue.length) > 0 ? function (props) {
14239
+ renderInputValue: renderSelectedValue !== undefined && (rawValue === null || rawValue === void 0 ? void 0 : rawValue.length) > 0 ? function (props) {
14208
14240
  return renderSelectedValue(value, props);
14209
14241
  } : undefined
14210
14242
  }))))), /*#__PURE__*/React__default["default"].createElement(BottomSheet$1, {
14211
14243
  open: open,
14212
14244
  onRequestClose: function onRequestClose() {
14213
- return setOpen(false);
14245
+ onDismiss === null || onDismiss === void 0 ? void 0 : onDismiss();
14246
+ setOpen(false);
14214
14247
  },
14215
- onDismiss: onDismiss,
14216
14248
  header: label,
14217
14249
  style: {
14218
14250
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0
@@ -14374,6 +14406,7 @@ var SingleSelect = function SingleSelect(_ref) {
14374
14406
  var displayedValue = (_flatOptions$find = flatOptions.find(function (opt) {
14375
14407
  return value === opt.value;
14376
14408
  })) === null || _flatOptions$find === void 0 ? void 0 : _flatOptions$find.text;
14409
+ var rawValue = value ? String(value) : undefined;
14377
14410
  return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(reactNative.View, {
14378
14411
  pointerEvents: !editable || disabled || inputProps !== null && inputProps !== void 0 && inputProps.loading ? 'none' : 'auto'
14379
14412
  }, /*#__PURE__*/React__default["default"].createElement(reactNative.TouchableOpacity, {
@@ -14384,7 +14417,7 @@ var SingleSelect = function SingleSelect(_ref) {
14384
14417
  pointerEvents: "none"
14385
14418
  }, /*#__PURE__*/React__default["default"].createElement(TextInput, _extends$1({}, inputProps, {
14386
14419
  label: label,
14387
- value: displayedValue,
14420
+ value: renderSelectedValue ? rawValue : displayedValue,
14388
14421
  suffix: "arrow-down",
14389
14422
  multiline: true,
14390
14423
  error: error,
@@ -14394,15 +14427,15 @@ var SingleSelect = function SingleSelect(_ref) {
14394
14427
  pointerEvents: "none",
14395
14428
  style: style,
14396
14429
  testID: testID,
14397
- renderInputValue: renderSelectedValue !== undefined && !!displayedValue ? function (props) {
14430
+ renderInputValue: renderSelectedValue !== undefined && !!rawValue ? function (props) {
14398
14431
  return renderSelectedValue(value, props);
14399
14432
  } : undefined
14400
14433
  }))))), /*#__PURE__*/React__default["default"].createElement(BottomSheet$1, {
14401
14434
  open: open,
14402
14435
  onRequestClose: function onRequestClose() {
14403
- return setOpen(false);
14436
+ onDismiss === null || onDismiss === void 0 ? void 0 : onDismiss();
14437
+ setOpen(false);
14404
14438
  },
14405
- onDismiss: onDismiss,
14406
14439
  header: label,
14407
14440
  style: {
14408
14441
  paddingBottom: isKeyboardVisible ? keyboardHeight : 0