@hero-design/rn 8.3.4 → 8.5.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.
- package/.turbo/turbo-build.log +9 -9
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +436 -401
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +436 -401
- package/package.json +5 -5
- package/src/components/Carousel/CarouselItem.tsx +3 -1
- package/src/components/Carousel/StyledCarousel.tsx +2 -0
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +18 -15
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +8 -0
- package/src/components/Select/BaseOptionList.tsx +5 -12
- package/src/components/Select/MultiSelect/OptionList.tsx +6 -6
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Select/MultiSelect/index.tsx +9 -0
- package/src/components/Select/SingleSelect/OptionList.tsx +5 -3
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +24 -4
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +21 -3
- package/src/components/Select/SingleSelect/index.tsx +8 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +1 -1
- package/src/theme/components/carousel.ts +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/Select/BaseOptionList.d.ts +4 -8
- package/types/components/Select/MultiSelect/OptionList.d.ts +4 -7
- package/types/components/Select/SingleSelect/OptionList.d.ts +4 -4
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +1 -1
package/lib/index.js
CHANGED
|
@@ -1849,7 +1849,7 @@ var getCarouselTheme = function getCarouselTheme(theme) {
|
|
|
1849
1849
|
paginatorBorderRadius: theme.radii.rounded
|
|
1850
1850
|
};
|
|
1851
1851
|
var fontSizes = {
|
|
1852
|
-
heading: theme.fontSizes['
|
|
1852
|
+
heading: theme.fontSizes['xxxxxlarge']
|
|
1853
1853
|
};
|
|
1854
1854
|
var fonts = {
|
|
1855
1855
|
heading: theme.fonts.playful.semiBold
|
|
@@ -5776,7 +5776,7 @@ var StyledText$3 = index$a(reactNative.Text)(function (_ref) {
|
|
|
5776
5776
|
});
|
|
5777
5777
|
});
|
|
5778
5778
|
|
|
5779
|
-
var _excluded$
|
|
5779
|
+
var _excluded$p = ["children", "fontSize", "fontWeight", "intent", "typeface"];
|
|
5780
5780
|
var Text = function Text(_ref) {
|
|
5781
5781
|
var children = _ref.children,
|
|
5782
5782
|
_ref$fontSize = _ref.fontSize,
|
|
@@ -5787,7 +5787,7 @@ var Text = function Text(_ref) {
|
|
|
5787
5787
|
intent = _ref$intent === void 0 ? 'body' : _ref$intent,
|
|
5788
5788
|
_ref$typeface = _ref.typeface,
|
|
5789
5789
|
typeface = _ref$typeface === void 0 ? 'neutral' : _ref$typeface,
|
|
5790
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
5790
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$p);
|
|
5791
5791
|
return /*#__PURE__*/React__default["default"].createElement(StyledText$3, _extends$1({}, nativeProps, {
|
|
5792
5792
|
themeFontSize: fontSize,
|
|
5793
5793
|
themeFontWeight: fontWeight,
|
|
@@ -5801,7 +5801,7 @@ var Typography = {
|
|
|
5801
5801
|
};
|
|
5802
5802
|
|
|
5803
5803
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
5804
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bookmark', 'box-check', 'box', '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', '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', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', '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-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'survey', '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', 'at-sign', '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', 'camera-outlined', 'cancel', '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', 'credit-card-outlined', 'cup-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-card-outlined', 'dollar-coin-shine-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-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-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-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', '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', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-active-outlined', 'speaker-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', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'wallet-outlined'];
|
|
5804
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bookmark-added', 'bookmark', 'box-check', 'box', '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', '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', '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', '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', 'camera-outlined', 'cancel', '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', 'credit-card-outlined', 'cup-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-card-outlined', 'dollar-coin-shine-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-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-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-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', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'wallet-outlined'];
|
|
5805
5805
|
|
|
5806
5806
|
var activate = 59000;
|
|
5807
5807
|
var adjustment = 59003;
|
|
@@ -5811,81 +5811,81 @@ var archive = 59006;
|
|
|
5811
5811
|
var bank = 59008;
|
|
5812
5812
|
var bell = 59009;
|
|
5813
5813
|
var billing = 59010;
|
|
5814
|
-
var bookmark =
|
|
5815
|
-
var box =
|
|
5816
|
-
var buildings =
|
|
5817
|
-
var cake =
|
|
5818
|
-
var calendar =
|
|
5819
|
-
var clock =
|
|
5820
|
-
var cog =
|
|
5821
|
-
var coin =
|
|
5822
|
-
var contacts =
|
|
5823
|
-
var diamond =
|
|
5824
|
-
var directory =
|
|
5825
|
-
var document$1 =
|
|
5826
|
-
var envelope =
|
|
5827
|
-
var expense =
|
|
5828
|
-
var eye =
|
|
5829
|
-
var feed =
|
|
5830
|
-
var feedbacks =
|
|
5831
|
-
var file =
|
|
5832
|
-
var filter =
|
|
5833
|
-
var folder =
|
|
5834
|
-
var globe =
|
|
5835
|
-
var graph =
|
|
5836
|
-
var heart =
|
|
5837
|
-
var home =
|
|
5838
|
-
var image =
|
|
5839
|
-
var instapay =
|
|
5840
|
-
var list =
|
|
5841
|
-
var loading =
|
|
5842
|
-
var location =
|
|
5843
|
-
var lock =
|
|
5844
|
-
var menu =
|
|
5845
|
-
var moneybag =
|
|
5846
|
-
var moon =
|
|
5847
|
-
var node =
|
|
5848
|
-
var paperclip =
|
|
5849
|
-
var pencil =
|
|
5850
|
-
var phone =
|
|
5851
|
-
var plane =
|
|
5852
|
-
var print =
|
|
5853
|
-
var reply =
|
|
5854
|
-
var reschedule =
|
|
5855
|
-
var rostering =
|
|
5856
|
-
var save =
|
|
5857
|
-
var schedule =
|
|
5858
|
-
var send =
|
|
5859
|
-
var speaker =
|
|
5860
|
-
var star =
|
|
5861
|
-
var stopwatch =
|
|
5862
|
-
var suitcase =
|
|
5863
|
-
var survey =
|
|
5864
|
-
var swag =
|
|
5865
|
-
var tag =
|
|
5866
|
-
var target =
|
|
5867
|
-
var teams =
|
|
5868
|
-
var timesheet =
|
|
5869
|
-
var unlock =
|
|
5870
|
-
var user =
|
|
5871
|
-
var wallet =
|
|
5872
|
-
var warning =
|
|
5873
|
-
var add =
|
|
5874
|
-
var bold =
|
|
5875
|
-
var cancel =
|
|
5876
|
-
var checkmark =
|
|
5877
|
-
var italic =
|
|
5878
|
-
var number =
|
|
5879
|
-
var percentage =
|
|
5880
|
-
var redeem =
|
|
5881
|
-
var refresh =
|
|
5882
|
-
var remove =
|
|
5883
|
-
var restart =
|
|
5884
|
-
var strikethrough =
|
|
5885
|
-
var sync =
|
|
5886
|
-
var transfer =
|
|
5887
|
-
var unavailable =
|
|
5888
|
-
var underline =
|
|
5814
|
+
var bookmark = 59012;
|
|
5815
|
+
var box = 59014;
|
|
5816
|
+
var buildings = 59015;
|
|
5817
|
+
var cake = 59016;
|
|
5818
|
+
var calendar = 59018;
|
|
5819
|
+
var clock = 59043;
|
|
5820
|
+
var cog = 59046;
|
|
5821
|
+
var coin = 59047;
|
|
5822
|
+
var contacts = 59048;
|
|
5823
|
+
var diamond = 59050;
|
|
5824
|
+
var directory = 59052;
|
|
5825
|
+
var document$1 = 59053;
|
|
5826
|
+
var envelope = 59057;
|
|
5827
|
+
var expense = 59058;
|
|
5828
|
+
var eye = 59061;
|
|
5829
|
+
var feed = 59065;
|
|
5830
|
+
var feedbacks = 59066;
|
|
5831
|
+
var file = 59084;
|
|
5832
|
+
var filter = 59085;
|
|
5833
|
+
var folder = 59087;
|
|
5834
|
+
var globe = 59097;
|
|
5835
|
+
var graph = 59099;
|
|
5836
|
+
var heart = 59102;
|
|
5837
|
+
var home = 59103;
|
|
5838
|
+
var image = 59104;
|
|
5839
|
+
var instapay = 59107;
|
|
5840
|
+
var list = 59108;
|
|
5841
|
+
var loading = 59110;
|
|
5842
|
+
var location = 59111;
|
|
5843
|
+
var lock = 59112;
|
|
5844
|
+
var menu = 59116;
|
|
5845
|
+
var moneybag = 59118;
|
|
5846
|
+
var moon = 59119;
|
|
5847
|
+
var node = 59122;
|
|
5848
|
+
var paperclip = 59124;
|
|
5849
|
+
var pencil = 59126;
|
|
5850
|
+
var phone = 59127;
|
|
5851
|
+
var plane = 59129;
|
|
5852
|
+
var print = 59131;
|
|
5853
|
+
var reply = 59134;
|
|
5854
|
+
var reschedule = 59135;
|
|
5855
|
+
var rostering = 59136;
|
|
5856
|
+
var save = 59137;
|
|
5857
|
+
var schedule = 59139;
|
|
5858
|
+
var send = 59141;
|
|
5859
|
+
var speaker = 59143;
|
|
5860
|
+
var star = 59148;
|
|
5861
|
+
var stopwatch = 59150;
|
|
5862
|
+
var suitcase = 59151;
|
|
5863
|
+
var survey = 59152;
|
|
5864
|
+
var swag = 59153;
|
|
5865
|
+
var tag = 59155;
|
|
5866
|
+
var target = 59156;
|
|
5867
|
+
var teams = 59157;
|
|
5868
|
+
var timesheet = 59158;
|
|
5869
|
+
var unlock = 59161;
|
|
5870
|
+
var user = 59162;
|
|
5871
|
+
var wallet = 59165;
|
|
5872
|
+
var warning = 59166;
|
|
5873
|
+
var add = 59172;
|
|
5874
|
+
var bold = 59193;
|
|
5875
|
+
var cancel = 59203;
|
|
5876
|
+
var checkmark = 59206;
|
|
5877
|
+
var italic = 59278;
|
|
5878
|
+
var number = 59301;
|
|
5879
|
+
var percentage = 59306;
|
|
5880
|
+
var redeem = 59315;
|
|
5881
|
+
var refresh = 59316;
|
|
5882
|
+
var remove = 59317;
|
|
5883
|
+
var restart = 59319;
|
|
5884
|
+
var strikethrough = 59340;
|
|
5885
|
+
var sync = 59345;
|
|
5886
|
+
var transfer = 59349;
|
|
5887
|
+
var unavailable = 59352;
|
|
5888
|
+
var underline = 59353;
|
|
5889
5889
|
var glyphMap = {
|
|
5890
5890
|
activate: activate,
|
|
5891
5891
|
"add-emoji": 59001,
|
|
@@ -5898,350 +5898,358 @@ var glyphMap = {
|
|
|
5898
5898
|
bank: bank,
|
|
5899
5899
|
bell: bell,
|
|
5900
5900
|
billing: billing,
|
|
5901
|
+
"bookmark-added": 59011,
|
|
5901
5902
|
bookmark: bookmark,
|
|
5902
|
-
"box-check":
|
|
5903
|
+
"box-check": 59013,
|
|
5903
5904
|
box: box,
|
|
5904
5905
|
buildings: buildings,
|
|
5905
5906
|
cake: cake,
|
|
5906
|
-
"calendar-clock":
|
|
5907
|
+
"calendar-clock": 59017,
|
|
5907
5908
|
calendar: calendar,
|
|
5908
|
-
"candy-box-menu":
|
|
5909
|
-
"caret-down-small":
|
|
5910
|
-
"caret-down":
|
|
5911
|
-
"caret-left-small":
|
|
5912
|
-
"caret-left":
|
|
5913
|
-
"caret-right-small":
|
|
5914
|
-
"caret-right":
|
|
5915
|
-
"caret-up-small":
|
|
5916
|
-
"caret-up":
|
|
5917
|
-
"check-radio":
|
|
5918
|
-
"circle-add":
|
|
5919
|
-
"circle-cancel":
|
|
5920
|
-
"circle-check":
|
|
5921
|
-
"circle-down":
|
|
5922
|
-
"circle-info":
|
|
5923
|
-
"circle-left":
|
|
5924
|
-
"circle-ok":
|
|
5925
|
-
"circle-pencil":
|
|
5926
|
-
"circle-question":
|
|
5927
|
-
"circle-remove":
|
|
5928
|
-
"circle-right":
|
|
5929
|
-
"circle-up":
|
|
5930
|
-
"circle-warning":
|
|
5931
|
-
"clock-3":
|
|
5909
|
+
"candy-box-menu": 59019,
|
|
5910
|
+
"caret-down-small": 59020,
|
|
5911
|
+
"caret-down": 59021,
|
|
5912
|
+
"caret-left-small": 59022,
|
|
5913
|
+
"caret-left": 59023,
|
|
5914
|
+
"caret-right-small": 59024,
|
|
5915
|
+
"caret-right": 59025,
|
|
5916
|
+
"caret-up-small": 59026,
|
|
5917
|
+
"caret-up": 59027,
|
|
5918
|
+
"check-radio": 59028,
|
|
5919
|
+
"circle-add": 59029,
|
|
5920
|
+
"circle-cancel": 59030,
|
|
5921
|
+
"circle-check": 59031,
|
|
5922
|
+
"circle-down": 59032,
|
|
5923
|
+
"circle-info": 59033,
|
|
5924
|
+
"circle-left": 59034,
|
|
5925
|
+
"circle-ok": 59035,
|
|
5926
|
+
"circle-pencil": 59036,
|
|
5927
|
+
"circle-question": 59037,
|
|
5928
|
+
"circle-remove": 59038,
|
|
5929
|
+
"circle-right": 59039,
|
|
5930
|
+
"circle-up": 59040,
|
|
5931
|
+
"circle-warning": 59041,
|
|
5932
|
+
"clock-3": 59042,
|
|
5932
5933
|
clock: clock,
|
|
5933
|
-
"cloud-download":
|
|
5934
|
-
"cloud-upload":
|
|
5934
|
+
"cloud-download": 59044,
|
|
5935
|
+
"cloud-upload": 59045,
|
|
5935
5936
|
cog: cog,
|
|
5936
5937
|
coin: coin,
|
|
5937
5938
|
contacts: contacts,
|
|
5938
|
-
"credit-card":
|
|
5939
|
+
"credit-card": 59049,
|
|
5939
5940
|
diamond: diamond,
|
|
5940
|
-
"direction-arrows":
|
|
5941
|
+
"direction-arrows": 59051,
|
|
5941
5942
|
directory: directory,
|
|
5942
5943
|
document: document$1,
|
|
5943
|
-
"dollar-coin-shine":
|
|
5944
|
-
"double-buildings":
|
|
5945
|
-
"edit-template":
|
|
5944
|
+
"dollar-coin-shine": 59054,
|
|
5945
|
+
"double-buildings": 59055,
|
|
5946
|
+
"edit-template": 59056,
|
|
5946
5947
|
envelope: envelope,
|
|
5947
5948
|
expense: expense,
|
|
5948
|
-
"eye-circle":
|
|
5949
|
-
"eye-invisible":
|
|
5949
|
+
"eye-circle": 59059,
|
|
5950
|
+
"eye-invisible": 59060,
|
|
5950
5951
|
eye: eye,
|
|
5951
|
-
"face-meh":
|
|
5952
|
-
"face-sad":
|
|
5953
|
-
"face-smiley":
|
|
5952
|
+
"face-meh": 59062,
|
|
5953
|
+
"face-sad": 59063,
|
|
5954
|
+
"face-smiley": 59064,
|
|
5954
5955
|
feed: feed,
|
|
5955
5956
|
feedbacks: feedbacks,
|
|
5956
|
-
"file-certified":
|
|
5957
|
-
"file-clone":
|
|
5958
|
-
"file-copy":
|
|
5959
|
-
"file-csv":
|
|
5960
|
-
"file-dispose":
|
|
5961
|
-
"file-doc":
|
|
5962
|
-
"file-excel":
|
|
5963
|
-
"file-export":
|
|
5964
|
-
"file-lock":
|
|
5965
|
-
"file-pdf":
|
|
5966
|
-
"file-powerpoint":
|
|
5967
|
-
"file-search":
|
|
5968
|
-
"file-secured":
|
|
5969
|
-
"file-sheets":
|
|
5970
|
-
"file-slide":
|
|
5971
|
-
"file-verified":
|
|
5972
|
-
"file-word":
|
|
5957
|
+
"file-certified": 59067,
|
|
5958
|
+
"file-clone": 59068,
|
|
5959
|
+
"file-copy": 59069,
|
|
5960
|
+
"file-csv": 59070,
|
|
5961
|
+
"file-dispose": 59071,
|
|
5962
|
+
"file-doc": 59072,
|
|
5963
|
+
"file-excel": 59073,
|
|
5964
|
+
"file-export": 59074,
|
|
5965
|
+
"file-lock": 59075,
|
|
5966
|
+
"file-pdf": 59076,
|
|
5967
|
+
"file-powerpoint": 59077,
|
|
5968
|
+
"file-search": 59078,
|
|
5969
|
+
"file-secured": 59079,
|
|
5970
|
+
"file-sheets": 59080,
|
|
5971
|
+
"file-slide": 59081,
|
|
5972
|
+
"file-verified": 59082,
|
|
5973
|
+
"file-word": 59083,
|
|
5973
5974
|
file: file,
|
|
5974
5975
|
filter: filter,
|
|
5975
|
-
"folder-user":
|
|
5976
|
+
"folder-user": 59086,
|
|
5976
5977
|
folder: folder,
|
|
5977
|
-
"format-bold":
|
|
5978
|
-
"format-heading1":
|
|
5979
|
-
"format-heading2":
|
|
5980
|
-
"format-italic":
|
|
5981
|
-
"format-list-bulleted":
|
|
5982
|
-
"format-list-numbered":
|
|
5983
|
-
"format-underlined":
|
|
5984
|
-
"funnel-filter":
|
|
5985
|
-
"global-dollar":
|
|
5978
|
+
"format-bold": 59088,
|
|
5979
|
+
"format-heading1": 59089,
|
|
5980
|
+
"format-heading2": 59090,
|
|
5981
|
+
"format-italic": 59091,
|
|
5982
|
+
"format-list-bulleted": 59092,
|
|
5983
|
+
"format-list-numbered": 59093,
|
|
5984
|
+
"format-underlined": 59094,
|
|
5985
|
+
"funnel-filter": 59095,
|
|
5986
|
+
"global-dollar": 59096,
|
|
5986
5987
|
globe: globe,
|
|
5987
|
-
"graduation-cap":
|
|
5988
|
+
"graduation-cap": 59098,
|
|
5988
5989
|
graph: graph,
|
|
5989
|
-
"happy-sun":
|
|
5990
|
-
"health-bag":
|
|
5990
|
+
"happy-sun": 59100,
|
|
5991
|
+
"health-bag": 59101,
|
|
5991
5992
|
heart: heart,
|
|
5992
5993
|
home: home,
|
|
5993
5994
|
image: image,
|
|
5994
|
-
"import":
|
|
5995
|
-
"incident-siren":
|
|
5995
|
+
"import": 59105,
|
|
5996
|
+
"incident-siren": 59106,
|
|
5996
5997
|
instapay: instapay,
|
|
5997
5998
|
list: list,
|
|
5998
|
-
"loading-2":
|
|
5999
|
+
"loading-2": 59109,
|
|
5999
6000
|
loading: loading,
|
|
6000
6001
|
location: location,
|
|
6001
6002
|
lock: lock,
|
|
6002
|
-
"looks-one":
|
|
6003
|
-
"looks-two":
|
|
6004
|
-
"media-content":
|
|
6003
|
+
"looks-one": 59113,
|
|
6004
|
+
"looks-two": 59114,
|
|
6005
|
+
"media-content": 59115,
|
|
6005
6006
|
menu: menu,
|
|
6007
|
+
"money-notes": 59117,
|
|
6006
6008
|
moneybag: moneybag,
|
|
6007
6009
|
moon: moon,
|
|
6008
|
-
"multiple-stars":
|
|
6009
|
-
"multiple-users":
|
|
6010
|
+
"multiple-stars": 59120,
|
|
6011
|
+
"multiple-users": 59121,
|
|
6010
6012
|
node: node,
|
|
6011
|
-
"open-folder":
|
|
6013
|
+
"open-folder": 59123,
|
|
6012
6014
|
paperclip: paperclip,
|
|
6013
|
-
"payment-summary":
|
|
6015
|
+
"payment-summary": 59125,
|
|
6014
6016
|
pencil: pencil,
|
|
6015
6017
|
phone: phone,
|
|
6016
|
-
"piggy-bank":
|
|
6018
|
+
"piggy-bank": 59128,
|
|
6017
6019
|
plane: plane,
|
|
6018
|
-
"play-circle":
|
|
6020
|
+
"play-circle": 59130,
|
|
6019
6021
|
print: print,
|
|
6020
|
-
"raising-hands":
|
|
6021
|
-
"reply-arrow":
|
|
6022
|
+
"raising-hands": 59132,
|
|
6023
|
+
"reply-arrow": 59133,
|
|
6022
6024
|
reply: reply,
|
|
6023
6025
|
reschedule: reschedule,
|
|
6024
6026
|
rostering: rostering,
|
|
6025
6027
|
save: save,
|
|
6026
|
-
"schedule-send":
|
|
6028
|
+
"schedule-send": 59138,
|
|
6027
6029
|
schedule: schedule,
|
|
6028
|
-
"search-person":
|
|
6030
|
+
"search-person": 59140,
|
|
6029
6031
|
send: send,
|
|
6030
|
-
"speaker-active":
|
|
6032
|
+
"speaker-active": 59142,
|
|
6031
6033
|
speaker: speaker,
|
|
6032
|
-
"star-award":
|
|
6033
|
-
"star-badge":
|
|
6034
|
-
"star-
|
|
6034
|
+
"star-award": 59144,
|
|
6035
|
+
"star-badge": 59145,
|
|
6036
|
+
"star-circle": 59146,
|
|
6037
|
+
"star-medal": 59147,
|
|
6035
6038
|
star: star,
|
|
6036
|
-
"steps-circle":
|
|
6039
|
+
"steps-circle": 59149,
|
|
6037
6040
|
stopwatch: stopwatch,
|
|
6038
6041
|
suitcase: suitcase,
|
|
6039
6042
|
survey: survey,
|
|
6040
6043
|
swag: swag,
|
|
6041
|
-
"switch":
|
|
6044
|
+
"switch": 59154,
|
|
6042
6045
|
tag: tag,
|
|
6043
6046
|
target: target,
|
|
6044
6047
|
teams: teams,
|
|
6045
6048
|
timesheet: timesheet,
|
|
6046
|
-
"touch-id":
|
|
6047
|
-
"trash-bin":
|
|
6049
|
+
"touch-id": 59159,
|
|
6050
|
+
"trash-bin": 59160,
|
|
6048
6051
|
unlock: unlock,
|
|
6049
6052
|
user: user,
|
|
6050
|
-
"video-1":
|
|
6051
|
-
"video-2":
|
|
6053
|
+
"video-1": 59163,
|
|
6054
|
+
"video-2": 59164,
|
|
6052
6055
|
wallet: wallet,
|
|
6053
6056
|
warning: warning,
|
|
6054
|
-
"activate-outlined":
|
|
6055
|
-
"add-credit-card-outlined":
|
|
6056
|
-
"add-person-outlined":
|
|
6057
|
-
"add-section-outlined":
|
|
6058
|
-
"add-time-outlined":
|
|
6057
|
+
"activate-outlined": 59167,
|
|
6058
|
+
"add-credit-card-outlined": 59168,
|
|
6059
|
+
"add-person-outlined": 59169,
|
|
6060
|
+
"add-section-outlined": 59170,
|
|
6061
|
+
"add-time-outlined": 59171,
|
|
6059
6062
|
add: add,
|
|
6060
|
-
"adjustment-outlined":
|
|
6061
|
-
"alignment-2-outlined":
|
|
6062
|
-
"alignment-outlined":
|
|
6063
|
-
"all-caps":
|
|
6064
|
-
"arrow-down":
|
|
6065
|
-
"arrow-downwards":
|
|
6066
|
-
"arrow-left":
|
|
6067
|
-
"arrow-leftwards":
|
|
6068
|
-
"arrow-right":
|
|
6069
|
-
"arrow-rightwards":
|
|
6070
|
-
"arrow-up":
|
|
6071
|
-
"arrow-upwards":
|
|
6072
|
-
"
|
|
6073
|
-
"
|
|
6074
|
-
"
|
|
6075
|
-
"bell-
|
|
6076
|
-
"
|
|
6077
|
-
"
|
|
6063
|
+
"adjustment-outlined": 59173,
|
|
6064
|
+
"alignment-2-outlined": 59174,
|
|
6065
|
+
"alignment-outlined": 59175,
|
|
6066
|
+
"all-caps": 59176,
|
|
6067
|
+
"arrow-down": 59177,
|
|
6068
|
+
"arrow-downwards": 59178,
|
|
6069
|
+
"arrow-left": 59179,
|
|
6070
|
+
"arrow-leftwards": 59180,
|
|
6071
|
+
"arrow-right": 59181,
|
|
6072
|
+
"arrow-rightwards": 59182,
|
|
6073
|
+
"arrow-up": 59183,
|
|
6074
|
+
"arrow-upwards": 59184,
|
|
6075
|
+
"article-outlined": 59185,
|
|
6076
|
+
"at-sign": 59186,
|
|
6077
|
+
"auto-graph-outlined": 59187,
|
|
6078
|
+
"bell-active-outlined": 59188,
|
|
6079
|
+
"bell-outlined": 59189,
|
|
6080
|
+
"bell-slash-outlined": 59190,
|
|
6081
|
+
"billing-outlined": 59191,
|
|
6082
|
+
"body-outlined": 59192,
|
|
6078
6083
|
bold: bold,
|
|
6079
|
-
"bookmark-added-outlined":
|
|
6080
|
-
"bookmark-outlined":
|
|
6081
|
-
"box-check-outlined":
|
|
6082
|
-
"box-outlined":
|
|
6083
|
-
"bullet-points":
|
|
6084
|
-
"cake-outlined":
|
|
6085
|
-
"calendar-dates-outlined":
|
|
6086
|
-
"calendar-star-outlined":
|
|
6087
|
-
"camera-outlined":
|
|
6084
|
+
"bookmark-added-outlined": 59194,
|
|
6085
|
+
"bookmark-outlined": 59195,
|
|
6086
|
+
"box-check-outlined": 59196,
|
|
6087
|
+
"box-outlined": 59197,
|
|
6088
|
+
"bullet-points": 59198,
|
|
6089
|
+
"cake-outlined": 59199,
|
|
6090
|
+
"calendar-dates-outlined": 59200,
|
|
6091
|
+
"calendar-star-outlined": 59201,
|
|
6092
|
+
"camera-outlined": 59202,
|
|
6088
6093
|
cancel: cancel,
|
|
6089
|
-
"chat-bubble-outlined":
|
|
6090
|
-
"chat-unread-outlined":
|
|
6094
|
+
"chat-bubble-outlined": 59204,
|
|
6095
|
+
"chat-unread-outlined": 59205,
|
|
6091
6096
|
checkmark: checkmark,
|
|
6092
|
-
"circle-add-outlined":
|
|
6093
|
-
"circle-cancel-outlined":
|
|
6094
|
-
"circle-down-outlined":
|
|
6095
|
-
"circle-info-outlined":
|
|
6096
|
-
"circle-left-outlined":
|
|
6097
|
-
"circle-ok-outlined":
|
|
6098
|
-
"circle-question-outlined":
|
|
6099
|
-
"circle-remove-outlined":
|
|
6100
|
-
"circle-right-outlined":
|
|
6101
|
-
"circle-up-outlined":
|
|
6102
|
-
"circle-warning-outlined":
|
|
6103
|
-
"clock-2-outlined":
|
|
6104
|
-
"clock-outlined":
|
|
6105
|
-
"cog-outlined":
|
|
6106
|
-
"coin-outlined":
|
|
6107
|
-
"comment-outlined":
|
|
6108
|
-
"contacts-outlined":
|
|
6109
|
-
"credit-card-outlined":
|
|
6110
|
-
"cup-outlined":
|
|
6111
|
-
"direction-arrows-outlined":
|
|
6112
|
-
"directory-outlined":
|
|
6113
|
-
"document-outlined":
|
|
6114
|
-
"dollar-card-outlined":
|
|
6115
|
-
"dollar-coin-shine-outlined":
|
|
6116
|
-
"dollar-sign":
|
|
6117
|
-
"double-buildings-outlined":
|
|
6118
|
-
"double-left-arrows":
|
|
6119
|
-
"double-right-arrows":
|
|
6120
|
-
"download-outlined":
|
|
6121
|
-
"edit-template-outlined":
|
|
6122
|
-
"email-outlined":
|
|
6123
|
-
"enter-arrow":
|
|
6124
|
-
"envelope-outlined":
|
|
6125
|
-
"expense-outlined":
|
|
6126
|
-
"explore-outlined":
|
|
6127
|
-
"external-link":
|
|
6128
|
-
"eye-invisible-outlined":
|
|
6129
|
-
"eye-outlined":
|
|
6130
|
-
"face-id":
|
|
6131
|
-
"face-meh-outlined":
|
|
6132
|
-
"face-open-smiley-outlined":
|
|
6133
|
-
"face-sad-outlined":
|
|
6134
|
-
"face-smiley-outlined":
|
|
6135
|
-
"feed-outlined":
|
|
6136
|
-
"file-certified-outlined":
|
|
6137
|
-
"file-clone-outlined":
|
|
6138
|
-
"file-copy-outlined":
|
|
6139
|
-
"file-dispose-outlined":
|
|
6140
|
-
"file-dollar-outlined":
|
|
6141
|
-
"file-download-outlined":
|
|
6142
|
-
"file-export-outlined":
|
|
6143
|
-
"file-lock-outlined":
|
|
6144
|
-
"file-outlined":
|
|
6145
|
-
"file-search-outlined":
|
|
6146
|
-
"file-secured-outlined":
|
|
6147
|
-
"file-verified-outlined":
|
|
6148
|
-
"filter-outlined":
|
|
6149
|
-
"folder-outlined":
|
|
6150
|
-
"folder-user-outlined":
|
|
6151
|
-
"funnel-filter-outline":
|
|
6152
|
-
"graph-outlined":
|
|
6153
|
-
"hand-holding-user-outlined":
|
|
6154
|
-
"happy-sun-outlined":
|
|
6155
|
-
"health-bag-outlined":
|
|
6156
|
-
"heart-outlined":
|
|
6157
|
-
"home-active-outlined":
|
|
6158
|
-
"home-outlined":
|
|
6159
|
-
"id-card-outlined":
|
|
6160
|
-
"image-outlined":
|
|
6161
|
-
"import-outlined":
|
|
6162
|
-
"instapay-outlined":
|
|
6097
|
+
"circle-add-outlined": 59207,
|
|
6098
|
+
"circle-cancel-outlined": 59208,
|
|
6099
|
+
"circle-down-outlined": 59209,
|
|
6100
|
+
"circle-info-outlined": 59210,
|
|
6101
|
+
"circle-left-outlined": 59211,
|
|
6102
|
+
"circle-ok-outlined": 59212,
|
|
6103
|
+
"circle-question-outlined": 59213,
|
|
6104
|
+
"circle-remove-outlined": 59214,
|
|
6105
|
+
"circle-right-outlined": 59215,
|
|
6106
|
+
"circle-up-outlined": 59216,
|
|
6107
|
+
"circle-warning-outlined": 59217,
|
|
6108
|
+
"clock-2-outlined": 59218,
|
|
6109
|
+
"clock-outlined": 59219,
|
|
6110
|
+
"cog-outlined": 59220,
|
|
6111
|
+
"coin-outlined": 59221,
|
|
6112
|
+
"comment-outlined": 59222,
|
|
6113
|
+
"contacts-outlined": 59223,
|
|
6114
|
+
"credit-card-outlined": 59224,
|
|
6115
|
+
"cup-outlined": 59225,
|
|
6116
|
+
"direction-arrows-outlined": 59226,
|
|
6117
|
+
"directory-outlined": 59227,
|
|
6118
|
+
"document-outlined": 59228,
|
|
6119
|
+
"dollar-card-outlined": 59229,
|
|
6120
|
+
"dollar-coin-shine-outlined": 59230,
|
|
6121
|
+
"dollar-sign": 59231,
|
|
6122
|
+
"double-buildings-outlined": 59232,
|
|
6123
|
+
"double-left-arrows": 59233,
|
|
6124
|
+
"double-right-arrows": 59234,
|
|
6125
|
+
"download-outlined": 59235,
|
|
6126
|
+
"edit-template-outlined": 59236,
|
|
6127
|
+
"email-outlined": 59237,
|
|
6128
|
+
"enter-arrow": 59238,
|
|
6129
|
+
"envelope-outlined": 59239,
|
|
6130
|
+
"expense-outlined": 59240,
|
|
6131
|
+
"explore-outlined": 59241,
|
|
6132
|
+
"external-link": 59242,
|
|
6133
|
+
"eye-invisible-outlined": 59243,
|
|
6134
|
+
"eye-outlined": 59244,
|
|
6135
|
+
"face-id": 59245,
|
|
6136
|
+
"face-meh-outlined": 59246,
|
|
6137
|
+
"face-open-smiley-outlined": 59247,
|
|
6138
|
+
"face-sad-outlined": 59248,
|
|
6139
|
+
"face-smiley-outlined": 59249,
|
|
6140
|
+
"feed-outlined": 59250,
|
|
6141
|
+
"file-certified-outlined": 59251,
|
|
6142
|
+
"file-clone-outlined": 59252,
|
|
6143
|
+
"file-copy-outlined": 59253,
|
|
6144
|
+
"file-dispose-outlined": 59254,
|
|
6145
|
+
"file-dollar-outlined": 59255,
|
|
6146
|
+
"file-download-outlined": 59256,
|
|
6147
|
+
"file-export-outlined": 59257,
|
|
6148
|
+
"file-lock-outlined": 59258,
|
|
6149
|
+
"file-outlined": 59259,
|
|
6150
|
+
"file-search-outlined": 59260,
|
|
6151
|
+
"file-secured-outlined": 59261,
|
|
6152
|
+
"file-verified-outlined": 59262,
|
|
6153
|
+
"filter-outlined": 59263,
|
|
6154
|
+
"folder-outlined": 59264,
|
|
6155
|
+
"folder-user-outlined": 59265,
|
|
6156
|
+
"funnel-filter-outline": 59266,
|
|
6157
|
+
"graph-outlined": 59267,
|
|
6158
|
+
"hand-holding-user-outlined": 59268,
|
|
6159
|
+
"happy-sun-outlined": 59269,
|
|
6160
|
+
"health-bag-outlined": 59270,
|
|
6161
|
+
"heart-outlined": 59271,
|
|
6162
|
+
"home-active-outlined": 59272,
|
|
6163
|
+
"home-outlined": 59273,
|
|
6164
|
+
"id-card-outlined": 59274,
|
|
6165
|
+
"image-outlined": 59275,
|
|
6166
|
+
"import-outlined": 59276,
|
|
6167
|
+
"instapay-outlined": 59277,
|
|
6163
6168
|
italic: italic,
|
|
6164
|
-
"link-1":
|
|
6165
|
-
"link-2":
|
|
6166
|
-
"list-outlined":
|
|
6167
|
-
"live-help-outlined":
|
|
6168
|
-
"location-outlined":
|
|
6169
|
-
"lock-outlined":
|
|
6170
|
-
"locked-file-outlined":
|
|
6171
|
-
"log-out":
|
|
6172
|
-
"media-content-outlined":
|
|
6173
|
-
"menu-close":
|
|
6174
|
-
"menu-expand":
|
|
6175
|
-
"menu-fold-outlined":
|
|
6176
|
-
"menu-unfold-outlined":
|
|
6177
|
-
"moneybag-outlined":
|
|
6178
|
-
"moon-outlined":
|
|
6179
|
-
"more-horizontal":
|
|
6180
|
-
"more-vertical":
|
|
6181
|
-
"multiple-folders-outlined":
|
|
6182
|
-
"multiple-users-outlined":
|
|
6183
|
-
"near-me-outlined":
|
|
6184
|
-
"node-outlined":
|
|
6185
|
-
"number-points":
|
|
6169
|
+
"link-1": 59279,
|
|
6170
|
+
"link-2": 59280,
|
|
6171
|
+
"list-outlined": 59281,
|
|
6172
|
+
"live-help-outlined": 59282,
|
|
6173
|
+
"location-outlined": 59283,
|
|
6174
|
+
"lock-outlined": 59284,
|
|
6175
|
+
"locked-file-outlined": 59285,
|
|
6176
|
+
"log-out": 59286,
|
|
6177
|
+
"media-content-outlined": 59287,
|
|
6178
|
+
"menu-close": 59288,
|
|
6179
|
+
"menu-expand": 59289,
|
|
6180
|
+
"menu-fold-outlined": 59290,
|
|
6181
|
+
"menu-unfold-outlined": 59291,
|
|
6182
|
+
"moneybag-outlined": 59292,
|
|
6183
|
+
"moon-outlined": 59293,
|
|
6184
|
+
"more-horizontal": 59294,
|
|
6185
|
+
"more-vertical": 59295,
|
|
6186
|
+
"multiple-folders-outlined": 59296,
|
|
6187
|
+
"multiple-users-outlined": 59297,
|
|
6188
|
+
"near-me-outlined": 59298,
|
|
6189
|
+
"node-outlined": 59299,
|
|
6190
|
+
"number-points": 59300,
|
|
6186
6191
|
number: number,
|
|
6187
|
-
"
|
|
6188
|
-
"
|
|
6189
|
-
"
|
|
6192
|
+
"overview-outlined": 59302,
|
|
6193
|
+
"payment-summary-outlined": 59303,
|
|
6194
|
+
"payslip-outlined": 59304,
|
|
6195
|
+
"pencil-outlined": 59305,
|
|
6190
6196
|
percentage: percentage,
|
|
6191
|
-
"phone-outlined":
|
|
6192
|
-
"piggy-bank-outlined":
|
|
6193
|
-
"plane-outlined":
|
|
6194
|
-
"play-circle-outlined":
|
|
6195
|
-
"print-outlined":
|
|
6196
|
-
"qr-code-outlined":
|
|
6197
|
-
"qualification-outlined":
|
|
6198
|
-
"re-assign":
|
|
6197
|
+
"phone-outlined": 59307,
|
|
6198
|
+
"piggy-bank-outlined": 59308,
|
|
6199
|
+
"plane-outlined": 59309,
|
|
6200
|
+
"play-circle-outlined": 59310,
|
|
6201
|
+
"print-outlined": 59311,
|
|
6202
|
+
"qr-code-outlined": 59312,
|
|
6203
|
+
"qualification-outlined": 59313,
|
|
6204
|
+
"re-assign": 59314,
|
|
6199
6205
|
redeem: redeem,
|
|
6200
6206
|
refresh: refresh,
|
|
6201
6207
|
remove: remove,
|
|
6202
|
-
"reply-outlined":
|
|
6208
|
+
"reply-outlined": 59318,
|
|
6203
6209
|
restart: restart,
|
|
6204
|
-
"return-arrow":
|
|
6205
|
-
"rostering-outlined":
|
|
6206
|
-
"save-outlined":
|
|
6207
|
-
"schedule-outlined":
|
|
6208
|
-
"search-outlined":
|
|
6209
|
-
"search-secured-outlined":
|
|
6210
|
-
"send-outlined":
|
|
6211
|
-
"share-1":
|
|
6212
|
-
"share-2":
|
|
6213
|
-
"share-outlined":
|
|
6214
|
-
"
|
|
6215
|
-
"single-
|
|
6216
|
-
"single-
|
|
6217
|
-
"single-
|
|
6218
|
-
"
|
|
6219
|
-
"speaker-outlined":
|
|
6220
|
-
"
|
|
6221
|
-
"
|
|
6210
|
+
"return-arrow": 59320,
|
|
6211
|
+
"rostering-outlined": 59321,
|
|
6212
|
+
"save-outlined": 59322,
|
|
6213
|
+
"schedule-outlined": 59323,
|
|
6214
|
+
"search-outlined": 59324,
|
|
6215
|
+
"search-secured-outlined": 59325,
|
|
6216
|
+
"send-outlined": 59326,
|
|
6217
|
+
"share-1": 59327,
|
|
6218
|
+
"share-2": 59328,
|
|
6219
|
+
"share-outlined": 59329,
|
|
6220
|
+
"show-chart-outlined": 59330,
|
|
6221
|
+
"single-down-arrow": 59331,
|
|
6222
|
+
"single-left-arrow": 59332,
|
|
6223
|
+
"single-right-arrow": 59333,
|
|
6224
|
+
"single-up-arrow": 59334,
|
|
6225
|
+
"speaker-active-outlined": 59335,
|
|
6226
|
+
"speaker-outlined": 59336,
|
|
6227
|
+
"star-circle-outlined": 59337,
|
|
6228
|
+
"star-outlined": 59338,
|
|
6229
|
+
"stopwatch-outlined": 59339,
|
|
6222
6230
|
strikethrough: strikethrough,
|
|
6223
|
-
"suitcase-clock-outlined":
|
|
6224
|
-
"suitcase-outlined":
|
|
6225
|
-
"survey-outlined":
|
|
6226
|
-
"switch-outlined":
|
|
6231
|
+
"suitcase-clock-outlined": 59341,
|
|
6232
|
+
"suitcase-outlined": 59342,
|
|
6233
|
+
"survey-outlined": 59343,
|
|
6234
|
+
"switch-outlined": 59344,
|
|
6227
6235
|
sync: sync,
|
|
6228
|
-
"target-outlined":
|
|
6229
|
-
"timesheet-outlined":
|
|
6230
|
-
"today-outlined":
|
|
6236
|
+
"target-outlined": 59346,
|
|
6237
|
+
"timesheet-outlined": 59347,
|
|
6238
|
+
"today-outlined": 59348,
|
|
6231
6239
|
transfer: transfer,
|
|
6232
|
-
"trash-bin-outlined":
|
|
6233
|
-
"umbrela-outlined":
|
|
6240
|
+
"trash-bin-outlined": 59350,
|
|
6241
|
+
"umbrela-outlined": 59351,
|
|
6234
6242
|
unavailable: unavailable,
|
|
6235
6243
|
underline: underline,
|
|
6236
|
-
"unlock-outlined":
|
|
6237
|
-
"upload-outlined":
|
|
6238
|
-
"user-circle-outlined":
|
|
6239
|
-
"user-gear-outlined":
|
|
6240
|
-
"user-outlined":
|
|
6241
|
-
"user-rectangle-outlined":
|
|
6242
|
-
"video-1-outlined":
|
|
6243
|
-
"video-2-outlined":
|
|
6244
|
-
"wallet-outlined":
|
|
6244
|
+
"unlock-outlined": 59354,
|
|
6245
|
+
"upload-outlined": 59355,
|
|
6246
|
+
"user-circle-outlined": 59356,
|
|
6247
|
+
"user-gear-outlined": 59357,
|
|
6248
|
+
"user-outlined": 59358,
|
|
6249
|
+
"user-rectangle-outlined": 59359,
|
|
6250
|
+
"video-1-outlined": 59360,
|
|
6251
|
+
"video-2-outlined": 59361,
|
|
6252
|
+
"wallet-outlined": 59362
|
|
6245
6253
|
};
|
|
6246
6254
|
|
|
6247
6255
|
var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -6266,10 +6274,10 @@ var StyledHeroIcon = index$a(HeroIcon)(function (_ref) {
|
|
|
6266
6274
|
};
|
|
6267
6275
|
});
|
|
6268
6276
|
|
|
6269
|
-
var _excluded$
|
|
6277
|
+
var _excluded$o = ["style"];
|
|
6270
6278
|
var AnimatedIcon = function AnimatedIcon(_ref) {
|
|
6271
6279
|
var style = _ref.style,
|
|
6272
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6280
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$o);
|
|
6273
6281
|
var rotateAnimation = React.useRef(new reactNative.Animated.Value(0));
|
|
6274
6282
|
React.useEffect(function () {
|
|
6275
6283
|
var animation = reactNative.Animated.loop(reactNative.Animated.timing(rotateAnimation.current, {
|
|
@@ -6375,7 +6383,7 @@ var AccordionItem = function AccordionItem(_ref) {
|
|
|
6375
6383
|
}, content));
|
|
6376
6384
|
};
|
|
6377
6385
|
|
|
6378
|
-
var _excluded$
|
|
6386
|
+
var _excluded$n = ["key"];
|
|
6379
6387
|
var Accordion = function Accordion(_ref) {
|
|
6380
6388
|
var items = _ref.items,
|
|
6381
6389
|
activeItemKey = _ref.activeItemKey,
|
|
@@ -6396,7 +6404,7 @@ var Accordion = function Accordion(_ref) {
|
|
|
6396
6404
|
testID: testID
|
|
6397
6405
|
}, items.map(function (_ref2, index) {
|
|
6398
6406
|
var key = _ref2.key,
|
|
6399
|
-
props = _objectWithoutProperties(_ref2, _excluded$
|
|
6407
|
+
props = _objectWithoutProperties(_ref2, _excluded$n);
|
|
6400
6408
|
var open = _activeItemKey === key;
|
|
6401
6409
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, {
|
|
6402
6410
|
key: key
|
|
@@ -6778,7 +6786,7 @@ var StyledStatus = index$a(reactNative.Animated.View)(function (_ref3) {
|
|
|
6778
6786
|
};
|
|
6779
6787
|
});
|
|
6780
6788
|
|
|
6781
|
-
var _excluded$
|
|
6789
|
+
var _excluded$m = ["children", "visible", "intent", "style", "testID"];
|
|
6782
6790
|
var Status = function Status(_ref) {
|
|
6783
6791
|
var children = _ref.children,
|
|
6784
6792
|
_ref$visible = _ref.visible,
|
|
@@ -6787,7 +6795,7 @@ var Status = function Status(_ref) {
|
|
|
6787
6795
|
intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
|
|
6788
6796
|
style = _ref.style,
|
|
6789
6797
|
testID = _ref.testID,
|
|
6790
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6798
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$m);
|
|
6791
6799
|
var _React$useRef = React__default["default"].useRef(new reactNative.Animated.Value(visible ? 1 : 0)),
|
|
6792
6800
|
opacity = _React$useRef.current;
|
|
6793
6801
|
var isFirstRendering = React__default["default"].useRef(true);
|
|
@@ -6820,7 +6828,7 @@ var Status = function Status(_ref) {
|
|
|
6820
6828
|
}));
|
|
6821
6829
|
};
|
|
6822
6830
|
|
|
6823
|
-
var _excluded$
|
|
6831
|
+
var _excluded$l = ["content", "visible", "max", "intent", "style", "testID"];
|
|
6824
6832
|
var DEFAULT_MAX_NUMBER = 99;
|
|
6825
6833
|
var getPaddingState = function getPaddingState(content) {
|
|
6826
6834
|
return content.length > 1 ? 'wideContent' : 'narrowContent';
|
|
@@ -6835,7 +6843,7 @@ var Badge = function Badge(_ref) {
|
|
|
6835
6843
|
intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
|
|
6836
6844
|
style = _ref.style,
|
|
6837
6845
|
testID = _ref.testID,
|
|
6838
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6846
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$l);
|
|
6839
6847
|
var _React$useRef = React__default["default"].useRef(new reactNative.Animated.Value(visible ? 1 : 0)),
|
|
6840
6848
|
opacity = _React$useRef.current;
|
|
6841
6849
|
var isFirstRendering = React__default["default"].useRef(true);
|
|
@@ -6939,7 +6947,7 @@ function omit(keys, obj) {
|
|
|
6939
6947
|
return result;
|
|
6940
6948
|
}
|
|
6941
6949
|
|
|
6942
|
-
var _excluded$
|
|
6950
|
+
var _excluded$k = ["onTabPress", "renderActiveTabOnly", "selectedTabKey", "tabs"];
|
|
6943
6951
|
var getInactiveIcon = function getInactiveIcon(icon) {
|
|
6944
6952
|
var inactiveIcon = "".concat(icon, "-outlined");
|
|
6945
6953
|
return isHeroIcon(inactiveIcon) ? inactiveIcon : icon;
|
|
@@ -6950,7 +6958,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
|
|
|
6950
6958
|
renderActiveTabOnly = _ref$renderActiveTabO === void 0 ? false : _ref$renderActiveTabO,
|
|
6951
6959
|
selectedTabKey = _ref.selectedTabKey,
|
|
6952
6960
|
tabs = _ref.tabs,
|
|
6953
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6961
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$k);
|
|
6954
6962
|
var insets = reactNativeSafeAreaContext.useSafeAreaInsets();
|
|
6955
6963
|
/**
|
|
6956
6964
|
* List of loaded tabs, tabs will be loaded when navigated to.
|
|
@@ -7037,13 +7045,13 @@ var StyledDivider = index$a(reactNative.View)(function (_ref) {
|
|
|
7037
7045
|
}, horizontalMargin), verticalMargin);
|
|
7038
7046
|
});
|
|
7039
7047
|
|
|
7040
|
-
var _excluded$
|
|
7048
|
+
var _excluded$j = ["marginHorizontal", "marginVertical", "style", "testID"];
|
|
7041
7049
|
var Divider = function Divider(_ref) {
|
|
7042
7050
|
var marginHorizontal = _ref.marginHorizontal,
|
|
7043
7051
|
marginVertical = _ref.marginVertical,
|
|
7044
7052
|
style = _ref.style,
|
|
7045
7053
|
testID = _ref.testID,
|
|
7046
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
7054
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$j);
|
|
7047
7055
|
return /*#__PURE__*/React__default["default"].createElement(StyledDivider, _extends$1({}, nativeProps, {
|
|
7048
7056
|
themeMarginHorizontal: marginHorizontal,
|
|
7049
7057
|
themeMarginVertical: marginVertical,
|
|
@@ -7173,7 +7181,7 @@ var StyledLoadingDot = index$a(reactNative.View)(function (_ref2) {
|
|
|
7173
7181
|
}, themeStyling());
|
|
7174
7182
|
});
|
|
7175
7183
|
|
|
7176
|
-
var _excluded$
|
|
7184
|
+
var _excluded$i = ["count", "size", "testID", "themeVariant"];
|
|
7177
7185
|
var AnimatedLoadingIndicatorWrapper = reactNative.Animated.createAnimatedComponent(StyledLoadingIndicatorWrapper);
|
|
7178
7186
|
var AnimatedLoadingDot = reactNative.Animated.createAnimatedComponent(StyledLoadingDot);
|
|
7179
7187
|
var renderDotComponent = function renderDotComponent(_ref) {
|
|
@@ -7205,7 +7213,7 @@ var LoadingIndicator = function LoadingIndicator(_ref2) {
|
|
|
7205
7213
|
size = _ref2$size === void 0 ? 12 : _ref2$size,
|
|
7206
7214
|
testID = _ref2.testID,
|
|
7207
7215
|
themeVariant = _ref2.themeVariant,
|
|
7208
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
7216
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$i);
|
|
7209
7217
|
var progressAnimation = React.useRef(new reactNative.Animated.Value(0));
|
|
7210
7218
|
React.useEffect(function () {
|
|
7211
7219
|
var animation = reactNative.Animated.loop(reactNative.Animated.timing(progressAnimation.current, {
|
|
@@ -7601,11 +7609,11 @@ var Header = function Header(_ref) {
|
|
|
7601
7609
|
})) : null), showDivider ? /*#__PURE__*/React__default["default"].createElement(Divider, null) : null);
|
|
7602
7610
|
};
|
|
7603
7611
|
|
|
7604
|
-
var _excluded$
|
|
7612
|
+
var _excluded$h = ["scrollEventThrottle"];
|
|
7605
7613
|
var BottomSheetScrollView = function BottomSheetScrollView(_ref) {
|
|
7606
7614
|
var _ref$scrollEventThrot = _ref.scrollEventThrottle,
|
|
7607
7615
|
scrollEventThrottle = _ref$scrollEventThrot === void 0 ? 100 : _ref$scrollEventThrot,
|
|
7608
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7616
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
7609
7617
|
var _useContext = React.useContext(BottomSheetContext),
|
|
7610
7618
|
setInternalShowDivider = _useContext.setInternalShowDivider;
|
|
7611
7619
|
var onScrollBeginDrag = React.useCallback(function (e) {
|
|
@@ -7920,7 +7928,7 @@ var borderWidths = {
|
|
|
7920
7928
|
var config = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, colors), space), radii), borderWidths);
|
|
7921
7929
|
var flexPropsKey = ['alignContent', 'alignItems', 'alignSelf', 'display', 'flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'justifyContent'];
|
|
7922
7930
|
|
|
7923
|
-
var _excluded$
|
|
7931
|
+
var _excluded$g = ["theme"];
|
|
7924
7932
|
var getThemeValue = function getThemeValue(theme, key, props) {
|
|
7925
7933
|
var propConfig = config[key];
|
|
7926
7934
|
var propValue = props[key];
|
|
@@ -7947,18 +7955,18 @@ var mapStylePropToThemeValue = function mapStylePropToThemeValue(theme, props) {
|
|
|
7947
7955
|
var configKeys = Object.keys(config);
|
|
7948
7956
|
var StyledBox = index$a(reactNative.View)(function (_ref5) {
|
|
7949
7957
|
var theme = _ref5.theme,
|
|
7950
|
-
otherProps = _objectWithoutProperties(_ref5, _excluded$
|
|
7958
|
+
otherProps = _objectWithoutProperties(_ref5, _excluded$g);
|
|
7951
7959
|
var styleProps = pick(configKeys, otherProps);
|
|
7952
7960
|
var flexProps = pick(_toConsumableArray(flexPropsKey), otherProps);
|
|
7953
7961
|
return _objectSpread2(_objectSpread2({}, mapStylePropToThemeValue(theme, styleProps)), flexProps);
|
|
7954
7962
|
});
|
|
7955
7963
|
|
|
7956
|
-
var _excluded$
|
|
7964
|
+
var _excluded$f = ["children", "style", "testID"];
|
|
7957
7965
|
var Box = function Box(_ref) {
|
|
7958
7966
|
var children = _ref.children,
|
|
7959
7967
|
style = _ref.style,
|
|
7960
7968
|
testID = _ref.testID,
|
|
7961
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7969
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$f);
|
|
7962
7970
|
return /*#__PURE__*/React__default["default"].createElement(StyledBox, _extends$1({}, otherProps, {
|
|
7963
7971
|
style: style,
|
|
7964
7972
|
testID: testID
|
|
@@ -10569,7 +10577,7 @@ var CarouselPaginator = function CarouselPaginator(_ref) {
|
|
|
10569
10577
|
}));
|
|
10570
10578
|
};
|
|
10571
10579
|
|
|
10572
|
-
var _excluded$
|
|
10580
|
+
var _excluded$e = ["rounded", "size", "testID", "style"];
|
|
10573
10581
|
var Image = function Image(_ref) {
|
|
10574
10582
|
var _ref$rounded = _ref.rounded,
|
|
10575
10583
|
rounded = _ref$rounded === void 0 ? false : _ref$rounded,
|
|
@@ -10577,7 +10585,7 @@ var Image = function Image(_ref) {
|
|
|
10577
10585
|
size = _ref$size === void 0 ? '6xlarge' : _ref$size,
|
|
10578
10586
|
testID = _ref.testID,
|
|
10579
10587
|
style = _ref.style,
|
|
10580
|
-
imageNativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10588
|
+
imageNativeProps = _objectWithoutProperties(_ref, _excluded$e);
|
|
10581
10589
|
var theme = useTheme();
|
|
10582
10590
|
var imageSize = theme.__hd__.image.sizes[size];
|
|
10583
10591
|
return /*#__PURE__*/React__default["default"].createElement(reactNative.Image, _extends$1({
|
|
@@ -10627,7 +10635,8 @@ var StyledCarouselImage = index$a(Image)(function () {
|
|
|
10627
10635
|
var StyledCarouselContentWrapper = index$a(Box)(function (_ref3) {
|
|
10628
10636
|
var width = _ref3.width;
|
|
10629
10637
|
return {
|
|
10630
|
-
width: width
|
|
10638
|
+
width: width,
|
|
10639
|
+
minHeight: scale(250)
|
|
10631
10640
|
};
|
|
10632
10641
|
});
|
|
10633
10642
|
var StyledCarouselFooterWrapper = index$a(reactNative.View)(function (_ref4) {
|
|
@@ -10659,10 +10668,12 @@ var CarouselItem = function CarouselItem(_ref) {
|
|
|
10659
10668
|
paddingHorizontal: "large",
|
|
10660
10669
|
marginTop: "large",
|
|
10661
10670
|
width: width
|
|
10662
|
-
}, content, /*#__PURE__*/React__default["default"].createElement(StyledCarouselHeading, null, heading), body ? /*#__PURE__*/React__default["default"].createElement(Typography.Text,
|
|
10671
|
+
}, content, /*#__PURE__*/React__default["default"].createElement(StyledCarouselHeading, null, heading), body ? /*#__PURE__*/React__default["default"].createElement(Typography.Text, {
|
|
10672
|
+
fontSize: "large"
|
|
10673
|
+
}, body) : null));
|
|
10663
10674
|
};
|
|
10664
10675
|
|
|
10665
|
-
var _excluded$
|
|
10676
|
+
var _excluded$d = ["items", "onItemIndexChange", "renderActions", "selectedItemIndex", "style"];
|
|
10666
10677
|
function useStateFromProp(initialValue) {
|
|
10667
10678
|
var _useState = React.useState(initialValue),
|
|
10668
10679
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -10680,7 +10691,7 @@ var Carousel = function Carousel(_ref) {
|
|
|
10680
10691
|
_ref$selectedItemInde = _ref.selectedItemIndex,
|
|
10681
10692
|
selectedItemIndex = _ref$selectedItemInde === void 0 ? 0 : _ref$selectedItemInde,
|
|
10682
10693
|
style = _ref.style,
|
|
10683
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10694
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$d);
|
|
10684
10695
|
var carouselRef = React.useRef(null);
|
|
10685
10696
|
var _useStateFromProp = useStateFromProp(selectedItemIndex),
|
|
10686
10697
|
_useStateFromProp2 = _slicedToArray(_useStateFromProp, 2),
|
|
@@ -10780,12 +10791,12 @@ var Indicator = index$a(reactNative.View)(function (_ref2) {
|
|
|
10780
10791
|
};
|
|
10781
10792
|
});
|
|
10782
10793
|
|
|
10783
|
-
var _excluded$
|
|
10794
|
+
var _excluded$c = ["intent", "children"];
|
|
10784
10795
|
var DataCard = function DataCard(_ref) {
|
|
10785
10796
|
var _ref$intent = _ref.intent,
|
|
10786
10797
|
intent = _ref$intent === void 0 ? 'info' : _ref$intent,
|
|
10787
10798
|
children = _ref.children,
|
|
10788
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10799
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$c);
|
|
10789
10800
|
return /*#__PURE__*/React__default["default"].createElement(StyledDataCard, nativeProps, /*#__PURE__*/React__default["default"].createElement(Indicator, {
|
|
10790
10801
|
themeIntent: intent,
|
|
10791
10802
|
testID: "data-card-indicator"
|
|
@@ -10803,11 +10814,11 @@ var StyledCard = index$a(reactNative.View)(function (_ref) {
|
|
|
10803
10814
|
});
|
|
10804
10815
|
});
|
|
10805
10816
|
|
|
10806
|
-
var _excluded$
|
|
10817
|
+
var _excluded$b = ["intent", "children"];
|
|
10807
10818
|
var Card = function Card(_ref) {
|
|
10808
10819
|
var intent = _ref.intent,
|
|
10809
10820
|
children = _ref.children,
|
|
10810
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10821
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$b);
|
|
10811
10822
|
return /*#__PURE__*/React__default["default"].createElement(StyledCard, _extends$1({}, nativeProps, {
|
|
10812
10823
|
themeIntent: intent
|
|
10813
10824
|
}), children);
|
|
@@ -11041,7 +11052,7 @@ var StyledErrorAndMaxLengthContainer = index$a(reactNative.View)(function () {
|
|
|
11041
11052
|
};
|
|
11042
11053
|
});
|
|
11043
11054
|
|
|
11044
|
-
var _excluded$
|
|
11055
|
+
var _excluded$a = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy", "error", "required", "editable", "disabled", "loading", "maxLength", "helpText", "value", "defaultValue", "renderInputValue"];
|
|
11045
11056
|
var getVariant$1 = function getVariant(_ref) {
|
|
11046
11057
|
var disabled = _ref.disabled,
|
|
11047
11058
|
error = _ref.error,
|
|
@@ -11087,7 +11098,7 @@ var TextInput = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
|
11087
11098
|
value = _ref2.value,
|
|
11088
11099
|
defaultValue = _ref2.defaultValue,
|
|
11089
11100
|
renderInputValue = _ref2.renderInputValue,
|
|
11090
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
11101
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$a);
|
|
11091
11102
|
var displayText = (_ref3 = value !== undefined ? value : defaultValue) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
11092
11103
|
var isEmptyValue = displayText.length === 0;
|
|
11093
11104
|
var actualSuffix = loading ? 'loading' : suffix;
|
|
@@ -11765,11 +11776,11 @@ var StyledFABText = index$a(reactNative.Text)(function (_ref3) {
|
|
|
11765
11776
|
};
|
|
11766
11777
|
});
|
|
11767
11778
|
|
|
11768
|
-
var _excluded$
|
|
11779
|
+
var _excluded$9 = ["active"];
|
|
11769
11780
|
var AnimatedIcons = reactNative.Animated.createAnimatedComponent(StyledFABIcon);
|
|
11770
11781
|
var AnimatedFABIcon = function AnimatedFABIcon(_ref) {
|
|
11771
11782
|
var active = _ref.active,
|
|
11772
|
-
iconProps = _objectWithoutProperties(_ref, _excluded$
|
|
11783
|
+
iconProps = _objectWithoutProperties(_ref, _excluded$9);
|
|
11773
11784
|
var rotateAnimation = React.useRef(new reactNative.Animated.Value(active ? 1 : 0));
|
|
11774
11785
|
React.useEffect(function () {
|
|
11775
11786
|
var animation = reactNative.Animated.timing(rotateAnimation.current, {
|
|
@@ -12500,7 +12511,7 @@ var StyledStrokeEnd = index$a(reactNative.View)(function (_ref6) {
|
|
|
12500
12511
|
};
|
|
12501
12512
|
});
|
|
12502
12513
|
|
|
12503
|
-
var _excluded$
|
|
12514
|
+
var _excluded$8 = ["value", "renderValue", "intent", "style", "testID"];
|
|
12504
12515
|
var HalfCircle = function HalfCircle(_ref) {
|
|
12505
12516
|
var type = _ref.type,
|
|
12506
12517
|
themeIntent = _ref.themeIntent;
|
|
@@ -12521,7 +12532,7 @@ var ProgressCircle = function ProgressCircle(_ref2) {
|
|
|
12521
12532
|
intent = _ref2$intent === void 0 ? 'primary' : _ref2$intent,
|
|
12522
12533
|
style = _ref2.style,
|
|
12523
12534
|
testID = _ref2.testID,
|
|
12524
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
12535
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$8);
|
|
12525
12536
|
var theme = useTheme$1();
|
|
12526
12537
|
var radius = theme.__hd__.progress.sizes.circleDiameter / 2;
|
|
12527
12538
|
var progressAnimatedValue = React.useRef(new reactNative.Animated.Value(0));
|
|
@@ -12638,14 +12649,14 @@ var StyledInner = index$a(reactNative.Animated.View)(function (_ref2) {
|
|
|
12638
12649
|
};
|
|
12639
12650
|
});
|
|
12640
12651
|
|
|
12641
|
-
var _excluded$
|
|
12652
|
+
var _excluded$7 = ["value", "intent", "style", "testID"];
|
|
12642
12653
|
var ProgressBar = function ProgressBar(_ref) {
|
|
12643
12654
|
var value = _ref.value,
|
|
12644
12655
|
_ref$intent = _ref.intent,
|
|
12645
12656
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
12646
12657
|
style = _ref.style,
|
|
12647
12658
|
testID = _ref.testID,
|
|
12648
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
12659
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$7);
|
|
12649
12660
|
var _useState = React.useState(0),
|
|
12650
12661
|
_useState2 = _slicedToArray(_useState, 2),
|
|
12651
12662
|
width = _useState2[0],
|
|
@@ -12836,14 +12847,14 @@ var AnimatedSpinner = function AnimatedSpinner(_ref) {
|
|
|
12836
12847
|
}, dotProps))));
|
|
12837
12848
|
};
|
|
12838
12849
|
|
|
12839
|
-
var _excluded$
|
|
12850
|
+
var _excluded$6 = ["testID", "size", "intent"];
|
|
12840
12851
|
var Spinner = function Spinner(_ref) {
|
|
12841
12852
|
var testID = _ref.testID,
|
|
12842
12853
|
_ref$size = _ref.size,
|
|
12843
12854
|
size = _ref$size === void 0 ? 'medium' : _ref$size,
|
|
12844
12855
|
_ref$intent = _ref.intent,
|
|
12845
12856
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
12846
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
12857
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$6);
|
|
12847
12858
|
return /*#__PURE__*/React__default["default"].createElement(StyledView$1, nativeProps, /*#__PURE__*/React__default["default"].createElement(StyledSpinnerContainer, {
|
|
12848
12859
|
testID: testID
|
|
12849
12860
|
}, /*#__PURE__*/React__default["default"].createElement(AnimatedSpinner, {
|
|
@@ -12876,7 +12887,7 @@ var SwipeableAction = function SwipeableAction(_ref) {
|
|
|
12876
12887
|
}, children);
|
|
12877
12888
|
};
|
|
12878
12889
|
|
|
12879
|
-
var _excluded$
|
|
12890
|
+
var _excluded$5 = ["children", "state", "onStateChange", "leftActions", "leftActionsWidth", "rightActions", "rightActionsWidth"];
|
|
12880
12891
|
var renderActions = function renderActions(actions, width, progress, direction) {
|
|
12881
12892
|
var trans = progress.interpolate({
|
|
12882
12893
|
inputRange: [0, 1],
|
|
@@ -12901,7 +12912,7 @@ var Swipeable = function Swipeable(_ref) {
|
|
|
12901
12912
|
leftActionsWidth = _ref.leftActionsWidth,
|
|
12902
12913
|
rightActions = _ref.rightActions,
|
|
12903
12914
|
rightActionsWidth = _ref.rightActionsWidth,
|
|
12904
|
-
swipeableProps = _objectWithoutProperties(_ref, _excluded$
|
|
12915
|
+
swipeableProps = _objectWithoutProperties(_ref, _excluded$5);
|
|
12905
12916
|
var _useWindowDimensions = reactNative.useWindowDimensions(),
|
|
12906
12917
|
width = _useWindowDimensions.width;
|
|
12907
12918
|
var swipeableRef = React.useRef(null);
|
|
@@ -13206,6 +13217,7 @@ var StyledSectionList = index$a(reactNative.SectionList)(function (_ref4) {
|
|
|
13206
13217
|
};
|
|
13207
13218
|
});
|
|
13208
13219
|
|
|
13220
|
+
var _excluded$4 = ["keyExtractor", "loading", "onEndReached", "onQueryChange", "sections", "renderItem", "sectionListRef"];
|
|
13209
13221
|
var BaseOptionList = function BaseOptionList(_ref) {
|
|
13210
13222
|
var keyExtractor = _ref.keyExtractor,
|
|
13211
13223
|
loading = _ref.loading,
|
|
@@ -13213,13 +13225,14 @@ var BaseOptionList = function BaseOptionList(_ref) {
|
|
|
13213
13225
|
onQueryChange = _ref.onQueryChange,
|
|
13214
13226
|
sections = _ref.sections,
|
|
13215
13227
|
renderItem = _ref.renderItem,
|
|
13216
|
-
sectionListRef = _ref.sectionListRef
|
|
13228
|
+
sectionListRef = _ref.sectionListRef,
|
|
13229
|
+
rest = _objectWithoutProperties(_ref, _excluded$4);
|
|
13217
13230
|
var theme = useTheme$1();
|
|
13218
13231
|
var _useState = React.useState(false),
|
|
13219
13232
|
_useState2 = _slicedToArray(_useState, 2),
|
|
13220
13233
|
onEndReachedCalled = _useState2[0],
|
|
13221
13234
|
setOnEndReachedCalled = _useState2[1];
|
|
13222
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledSectionList, {
|
|
13235
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledSectionList, _extends$1({
|
|
13223
13236
|
ref: sectionListRef,
|
|
13224
13237
|
style: _objectSpread2({}, onQueryChange ? {
|
|
13225
13238
|
height: reactNative.Dimensions.get('screen').height
|
|
@@ -13253,7 +13266,7 @@ var BaseOptionList = function BaseOptionList(_ref) {
|
|
|
13253
13266
|
renderItem: renderItem,
|
|
13254
13267
|
ItemSeparatorComponent: OptionSpacer,
|
|
13255
13268
|
SectionSeparatorComponent: SectionSpacer
|
|
13256
|
-
});
|
|
13269
|
+
}, rest));
|
|
13257
13270
|
};
|
|
13258
13271
|
|
|
13259
13272
|
var Option$2 = function Option(_ref) {
|
|
@@ -13282,6 +13295,7 @@ var Option$2 = function Option(_ref) {
|
|
|
13282
13295
|
return highlighted === true ? /*#__PURE__*/React__default["default"].createElement(List.Item, props) : /*#__PURE__*/React__default["default"].createElement(List.BasicItem, props);
|
|
13283
13296
|
};
|
|
13284
13297
|
|
|
13298
|
+
var _excluded$3 = ["keyExtractor", "loading", "onEndReached", "onPress", "onQueryChange", "sections", "renderOption", "value", "sectionListRef"];
|
|
13285
13299
|
var OptionList$1 = function OptionList(_ref) {
|
|
13286
13300
|
var keyExtractor = _ref.keyExtractor,
|
|
13287
13301
|
loading = _ref.loading,
|
|
@@ -13291,7 +13305,8 @@ var OptionList$1 = function OptionList(_ref) {
|
|
|
13291
13305
|
sections = _ref.sections,
|
|
13292
13306
|
renderOption = _ref.renderOption,
|
|
13293
13307
|
value = _ref.value,
|
|
13294
|
-
sectionListRef = _ref.sectionListRef
|
|
13308
|
+
sectionListRef = _ref.sectionListRef,
|
|
13309
|
+
rest = _objectWithoutProperties(_ref, _excluded$3);
|
|
13295
13310
|
var renderItem = function renderItem(info) {
|
|
13296
13311
|
var item = info.item;
|
|
13297
13312
|
var selected = value.includes(info.item.value);
|
|
@@ -13315,7 +13330,7 @@ var OptionList$1 = function OptionList(_ref) {
|
|
|
13315
13330
|
highlighted: item.highlighted
|
|
13316
13331
|
});
|
|
13317
13332
|
};
|
|
13318
|
-
return /*#__PURE__*/React__default["default"].createElement(BaseOptionList, {
|
|
13333
|
+
return /*#__PURE__*/React__default["default"].createElement(BaseOptionList, _extends$1({
|
|
13319
13334
|
keyExtractor: keyExtractor,
|
|
13320
13335
|
loading: loading,
|
|
13321
13336
|
onEndReached: onEndReached,
|
|
@@ -13323,7 +13338,7 @@ var OptionList$1 = function OptionList(_ref) {
|
|
|
13323
13338
|
sections: sections,
|
|
13324
13339
|
renderItem: renderItem,
|
|
13325
13340
|
sectionListRef: sectionListRef
|
|
13326
|
-
});
|
|
13341
|
+
}, rest));
|
|
13327
13342
|
};
|
|
13328
13343
|
|
|
13329
13344
|
function MultiSelect(_ref) {
|
|
@@ -13441,7 +13456,16 @@ function MultiSelect(_ref) {
|
|
|
13441
13456
|
renderOption: renderOption,
|
|
13442
13457
|
value: selectingValue,
|
|
13443
13458
|
onPress: setSelectingValue,
|
|
13444
|
-
sectionListRef: sectionListRef
|
|
13459
|
+
sectionListRef: sectionListRef,
|
|
13460
|
+
onScrollToIndexFailed: function onScrollToIndexFailed(info) {
|
|
13461
|
+
setTimeout(function () {
|
|
13462
|
+
var scrollParams = getScrollParams(value === null || value === void 0 ? void 0 : value[0], sections);
|
|
13463
|
+
if (scrollParams.itemIndex < info.highestMeasuredFrameIndex) {
|
|
13464
|
+
var _sectionListRef$curre2;
|
|
13465
|
+
(_sectionListRef$curre2 = sectionListRef.current) === null || _sectionListRef$curre2 === void 0 ? void 0 : _sectionListRef$curre2.scrollToLocation(scrollParams);
|
|
13466
|
+
}
|
|
13467
|
+
}, 500);
|
|
13468
|
+
}
|
|
13445
13469
|
})));
|
|
13446
13470
|
}
|
|
13447
13471
|
|
|
@@ -13469,6 +13493,7 @@ var StyledOptionList = index$a(BaseOptionList)(function (_ref) {
|
|
|
13469
13493
|
};
|
|
13470
13494
|
});
|
|
13471
13495
|
|
|
13496
|
+
var _excluded$2 = ["keyExtractor", "loading", "onEndReached", "onPress", "onQueryChange", "sections", "renderOption", "value", "sectionListRef"];
|
|
13472
13497
|
var OptionList = function OptionList(_ref) {
|
|
13473
13498
|
var keyExtractor = _ref.keyExtractor,
|
|
13474
13499
|
loading = _ref.loading,
|
|
@@ -13478,7 +13503,8 @@ var OptionList = function OptionList(_ref) {
|
|
|
13478
13503
|
sections = _ref.sections,
|
|
13479
13504
|
renderOption = _ref.renderOption,
|
|
13480
13505
|
value = _ref.value,
|
|
13481
|
-
sectionListRef = _ref.sectionListRef
|
|
13506
|
+
sectionListRef = _ref.sectionListRef,
|
|
13507
|
+
rest = _objectWithoutProperties(_ref, _excluded$2);
|
|
13482
13508
|
var renderItem = function renderItem(info) {
|
|
13483
13509
|
var item = info.item;
|
|
13484
13510
|
var selected = item.value === value;
|
|
@@ -13500,7 +13526,7 @@ var OptionList = function OptionList(_ref) {
|
|
|
13500
13526
|
highlighted: item.highlighted
|
|
13501
13527
|
});
|
|
13502
13528
|
};
|
|
13503
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledOptionList, {
|
|
13529
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledOptionList, _extends$1({
|
|
13504
13530
|
keyExtractor: keyExtractor,
|
|
13505
13531
|
loading: loading,
|
|
13506
13532
|
onEndReached: onEndReached,
|
|
@@ -13508,7 +13534,7 @@ var OptionList = function OptionList(_ref) {
|
|
|
13508
13534
|
sections: sections,
|
|
13509
13535
|
renderItem: renderItem,
|
|
13510
13536
|
sectionListRef: sectionListRef
|
|
13511
|
-
});
|
|
13537
|
+
}, rest));
|
|
13512
13538
|
};
|
|
13513
13539
|
|
|
13514
13540
|
var SingleSelect = function SingleSelect(_ref) {
|
|
@@ -13604,7 +13630,16 @@ var SingleSelect = function SingleSelect(_ref) {
|
|
|
13604
13630
|
setOpen(false);
|
|
13605
13631
|
onConfirm(selectedValue);
|
|
13606
13632
|
},
|
|
13607
|
-
sectionListRef: sectionListRef
|
|
13633
|
+
sectionListRef: sectionListRef,
|
|
13634
|
+
onScrollToIndexFailed: function onScrollToIndexFailed(info) {
|
|
13635
|
+
setTimeout(function () {
|
|
13636
|
+
var scrollParams = getScrollParams(value, sections);
|
|
13637
|
+
if (scrollParams.itemIndex < info.highestMeasuredFrameIndex) {
|
|
13638
|
+
var _sectionListRef$curre2;
|
|
13639
|
+
(_sectionListRef$curre2 = sectionListRef.current) === null || _sectionListRef$curre2 === void 0 ? void 0 : _sectionListRef$curre2.scrollToLocation(scrollParams);
|
|
13640
|
+
}
|
|
13641
|
+
}, 500);
|
|
13642
|
+
}
|
|
13608
13643
|
})));
|
|
13609
13644
|
};
|
|
13610
13645
|
|