@hero-design/rn 8.4.0 → 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 +2 -2
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +330 -302
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +330 -302
- 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 +1 -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/es/index.js
CHANGED
|
@@ -1820,7 +1820,7 @@ var getCarouselTheme = function getCarouselTheme(theme) {
|
|
|
1820
1820
|
paginatorBorderRadius: theme.radii.rounded
|
|
1821
1821
|
};
|
|
1822
1822
|
var fontSizes = {
|
|
1823
|
-
heading: theme.fontSizes['
|
|
1823
|
+
heading: theme.fontSizes['xxxxxlarge']
|
|
1824
1824
|
};
|
|
1825
1825
|
var fonts = {
|
|
1826
1826
|
heading: theme.fonts.playful.semiBold
|
|
@@ -5747,7 +5747,7 @@ var StyledText$3 = index$a(Text$1)(function (_ref) {
|
|
|
5747
5747
|
});
|
|
5748
5748
|
});
|
|
5749
5749
|
|
|
5750
|
-
var _excluded$
|
|
5750
|
+
var _excluded$p = ["children", "fontSize", "fontWeight", "intent", "typeface"];
|
|
5751
5751
|
var Text = function Text(_ref) {
|
|
5752
5752
|
var children = _ref.children,
|
|
5753
5753
|
_ref$fontSize = _ref.fontSize,
|
|
@@ -5758,7 +5758,7 @@ var Text = function Text(_ref) {
|
|
|
5758
5758
|
intent = _ref$intent === void 0 ? 'body' : _ref$intent,
|
|
5759
5759
|
_ref$typeface = _ref.typeface,
|
|
5760
5760
|
typeface = _ref$typeface === void 0 ? 'neutral' : _ref$typeface,
|
|
5761
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
5761
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$p);
|
|
5762
5762
|
return /*#__PURE__*/React.createElement(StyledText$3, _extends$1({}, nativeProps, {
|
|
5763
5763
|
themeFontSize: fontSize,
|
|
5764
5764
|
themeFontWeight: fontWeight,
|
|
@@ -5772,7 +5772,7 @@ var Typography = {
|
|
|
5772
5772
|
};
|
|
5773
5773
|
|
|
5774
5774
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
5775
|
-
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', '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'];
|
|
5775
|
+
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'];
|
|
5776
5776
|
|
|
5777
5777
|
var activate = 59000;
|
|
5778
5778
|
var adjustment = 59003;
|
|
@@ -5813,50 +5813,50 @@ var loading = 59110;
|
|
|
5813
5813
|
var location = 59111;
|
|
5814
5814
|
var lock = 59112;
|
|
5815
5815
|
var menu = 59116;
|
|
5816
|
-
var moneybag =
|
|
5817
|
-
var moon =
|
|
5818
|
-
var node =
|
|
5819
|
-
var paperclip =
|
|
5820
|
-
var pencil =
|
|
5821
|
-
var phone =
|
|
5822
|
-
var plane =
|
|
5823
|
-
var print =
|
|
5824
|
-
var reply =
|
|
5825
|
-
var reschedule =
|
|
5826
|
-
var rostering =
|
|
5827
|
-
var save =
|
|
5828
|
-
var schedule =
|
|
5829
|
-
var send =
|
|
5830
|
-
var speaker =
|
|
5831
|
-
var star =
|
|
5832
|
-
var stopwatch =
|
|
5833
|
-
var suitcase =
|
|
5834
|
-
var survey =
|
|
5835
|
-
var swag =
|
|
5836
|
-
var tag =
|
|
5837
|
-
var target =
|
|
5838
|
-
var teams =
|
|
5839
|
-
var timesheet =
|
|
5840
|
-
var unlock =
|
|
5841
|
-
var user =
|
|
5842
|
-
var wallet =
|
|
5843
|
-
var warning =
|
|
5844
|
-
var add =
|
|
5845
|
-
var bold =
|
|
5846
|
-
var cancel =
|
|
5847
|
-
var checkmark =
|
|
5848
|
-
var italic =
|
|
5849
|
-
var number =
|
|
5850
|
-
var percentage =
|
|
5851
|
-
var redeem =
|
|
5852
|
-
var refresh =
|
|
5853
|
-
var remove =
|
|
5854
|
-
var restart =
|
|
5855
|
-
var strikethrough =
|
|
5856
|
-
var sync =
|
|
5857
|
-
var transfer =
|
|
5858
|
-
var unavailable =
|
|
5859
|
-
var underline =
|
|
5816
|
+
var moneybag = 59118;
|
|
5817
|
+
var moon = 59119;
|
|
5818
|
+
var node = 59122;
|
|
5819
|
+
var paperclip = 59124;
|
|
5820
|
+
var pencil = 59126;
|
|
5821
|
+
var phone = 59127;
|
|
5822
|
+
var plane = 59129;
|
|
5823
|
+
var print = 59131;
|
|
5824
|
+
var reply = 59134;
|
|
5825
|
+
var reschedule = 59135;
|
|
5826
|
+
var rostering = 59136;
|
|
5827
|
+
var save = 59137;
|
|
5828
|
+
var schedule = 59139;
|
|
5829
|
+
var send = 59141;
|
|
5830
|
+
var speaker = 59143;
|
|
5831
|
+
var star = 59148;
|
|
5832
|
+
var stopwatch = 59150;
|
|
5833
|
+
var suitcase = 59151;
|
|
5834
|
+
var survey = 59152;
|
|
5835
|
+
var swag = 59153;
|
|
5836
|
+
var tag = 59155;
|
|
5837
|
+
var target = 59156;
|
|
5838
|
+
var teams = 59157;
|
|
5839
|
+
var timesheet = 59158;
|
|
5840
|
+
var unlock = 59161;
|
|
5841
|
+
var user = 59162;
|
|
5842
|
+
var wallet = 59165;
|
|
5843
|
+
var warning = 59166;
|
|
5844
|
+
var add = 59172;
|
|
5845
|
+
var bold = 59193;
|
|
5846
|
+
var cancel = 59203;
|
|
5847
|
+
var checkmark = 59206;
|
|
5848
|
+
var italic = 59278;
|
|
5849
|
+
var number = 59301;
|
|
5850
|
+
var percentage = 59306;
|
|
5851
|
+
var redeem = 59315;
|
|
5852
|
+
var refresh = 59316;
|
|
5853
|
+
var remove = 59317;
|
|
5854
|
+
var restart = 59319;
|
|
5855
|
+
var strikethrough = 59340;
|
|
5856
|
+
var sync = 59345;
|
|
5857
|
+
var transfer = 59349;
|
|
5858
|
+
var unavailable = 59352;
|
|
5859
|
+
var underline = 59353;
|
|
5860
5860
|
var glyphMap = {
|
|
5861
5861
|
activate: activate,
|
|
5862
5862
|
"add-emoji": 59001,
|
|
@@ -5975,251 +5975,252 @@ var glyphMap = {
|
|
|
5975
5975
|
"looks-two": 59114,
|
|
5976
5976
|
"media-content": 59115,
|
|
5977
5977
|
menu: menu,
|
|
5978
|
+
"money-notes": 59117,
|
|
5978
5979
|
moneybag: moneybag,
|
|
5979
5980
|
moon: moon,
|
|
5980
|
-
"multiple-stars":
|
|
5981
|
-
"multiple-users":
|
|
5981
|
+
"multiple-stars": 59120,
|
|
5982
|
+
"multiple-users": 59121,
|
|
5982
5983
|
node: node,
|
|
5983
|
-
"open-folder":
|
|
5984
|
+
"open-folder": 59123,
|
|
5984
5985
|
paperclip: paperclip,
|
|
5985
|
-
"payment-summary":
|
|
5986
|
+
"payment-summary": 59125,
|
|
5986
5987
|
pencil: pencil,
|
|
5987
5988
|
phone: phone,
|
|
5988
|
-
"piggy-bank":
|
|
5989
|
+
"piggy-bank": 59128,
|
|
5989
5990
|
plane: plane,
|
|
5990
|
-
"play-circle":
|
|
5991
|
+
"play-circle": 59130,
|
|
5991
5992
|
print: print,
|
|
5992
|
-
"raising-hands":
|
|
5993
|
-
"reply-arrow":
|
|
5993
|
+
"raising-hands": 59132,
|
|
5994
|
+
"reply-arrow": 59133,
|
|
5994
5995
|
reply: reply,
|
|
5995
5996
|
reschedule: reschedule,
|
|
5996
5997
|
rostering: rostering,
|
|
5997
5998
|
save: save,
|
|
5998
|
-
"schedule-send":
|
|
5999
|
+
"schedule-send": 59138,
|
|
5999
6000
|
schedule: schedule,
|
|
6000
|
-
"search-person":
|
|
6001
|
+
"search-person": 59140,
|
|
6001
6002
|
send: send,
|
|
6002
|
-
"speaker-active":
|
|
6003
|
+
"speaker-active": 59142,
|
|
6003
6004
|
speaker: speaker,
|
|
6004
|
-
"star-award":
|
|
6005
|
-
"star-badge":
|
|
6006
|
-
"star-circle":
|
|
6007
|
-
"star-medal":
|
|
6005
|
+
"star-award": 59144,
|
|
6006
|
+
"star-badge": 59145,
|
|
6007
|
+
"star-circle": 59146,
|
|
6008
|
+
"star-medal": 59147,
|
|
6008
6009
|
star: star,
|
|
6009
|
-
"steps-circle":
|
|
6010
|
+
"steps-circle": 59149,
|
|
6010
6011
|
stopwatch: stopwatch,
|
|
6011
6012
|
suitcase: suitcase,
|
|
6012
6013
|
survey: survey,
|
|
6013
6014
|
swag: swag,
|
|
6014
|
-
"switch":
|
|
6015
|
+
"switch": 59154,
|
|
6015
6016
|
tag: tag,
|
|
6016
6017
|
target: target,
|
|
6017
6018
|
teams: teams,
|
|
6018
6019
|
timesheet: timesheet,
|
|
6019
|
-
"touch-id":
|
|
6020
|
-
"trash-bin":
|
|
6020
|
+
"touch-id": 59159,
|
|
6021
|
+
"trash-bin": 59160,
|
|
6021
6022
|
unlock: unlock,
|
|
6022
6023
|
user: user,
|
|
6023
|
-
"video-1":
|
|
6024
|
-
"video-2":
|
|
6024
|
+
"video-1": 59163,
|
|
6025
|
+
"video-2": 59164,
|
|
6025
6026
|
wallet: wallet,
|
|
6026
6027
|
warning: warning,
|
|
6027
|
-
"activate-outlined":
|
|
6028
|
-
"add-credit-card-outlined":
|
|
6029
|
-
"add-person-outlined":
|
|
6030
|
-
"add-section-outlined":
|
|
6031
|
-
"add-time-outlined":
|
|
6028
|
+
"activate-outlined": 59167,
|
|
6029
|
+
"add-credit-card-outlined": 59168,
|
|
6030
|
+
"add-person-outlined": 59169,
|
|
6031
|
+
"add-section-outlined": 59170,
|
|
6032
|
+
"add-time-outlined": 59171,
|
|
6032
6033
|
add: add,
|
|
6033
|
-
"adjustment-outlined":
|
|
6034
|
-
"alignment-2-outlined":
|
|
6035
|
-
"alignment-outlined":
|
|
6036
|
-
"all-caps":
|
|
6037
|
-
"arrow-down":
|
|
6038
|
-
"arrow-downwards":
|
|
6039
|
-
"arrow-left":
|
|
6040
|
-
"arrow-leftwards":
|
|
6041
|
-
"arrow-right":
|
|
6042
|
-
"arrow-rightwards":
|
|
6043
|
-
"arrow-up":
|
|
6044
|
-
"arrow-upwards":
|
|
6045
|
-
"article-outlined":
|
|
6046
|
-
"at-sign":
|
|
6047
|
-
"auto-graph-outlined":
|
|
6048
|
-
"bell-active-outlined":
|
|
6049
|
-
"bell-outlined":
|
|
6050
|
-
"bell-slash-outlined":
|
|
6051
|
-
"billing-outlined":
|
|
6052
|
-
"body-outlined":
|
|
6034
|
+
"adjustment-outlined": 59173,
|
|
6035
|
+
"alignment-2-outlined": 59174,
|
|
6036
|
+
"alignment-outlined": 59175,
|
|
6037
|
+
"all-caps": 59176,
|
|
6038
|
+
"arrow-down": 59177,
|
|
6039
|
+
"arrow-downwards": 59178,
|
|
6040
|
+
"arrow-left": 59179,
|
|
6041
|
+
"arrow-leftwards": 59180,
|
|
6042
|
+
"arrow-right": 59181,
|
|
6043
|
+
"arrow-rightwards": 59182,
|
|
6044
|
+
"arrow-up": 59183,
|
|
6045
|
+
"arrow-upwards": 59184,
|
|
6046
|
+
"article-outlined": 59185,
|
|
6047
|
+
"at-sign": 59186,
|
|
6048
|
+
"auto-graph-outlined": 59187,
|
|
6049
|
+
"bell-active-outlined": 59188,
|
|
6050
|
+
"bell-outlined": 59189,
|
|
6051
|
+
"bell-slash-outlined": 59190,
|
|
6052
|
+
"billing-outlined": 59191,
|
|
6053
|
+
"body-outlined": 59192,
|
|
6053
6054
|
bold: bold,
|
|
6054
|
-
"bookmark-added-outlined":
|
|
6055
|
-
"bookmark-outlined":
|
|
6056
|
-
"box-check-outlined":
|
|
6057
|
-
"box-outlined":
|
|
6058
|
-
"bullet-points":
|
|
6059
|
-
"cake-outlined":
|
|
6060
|
-
"calendar-dates-outlined":
|
|
6061
|
-
"calendar-star-outlined":
|
|
6062
|
-
"camera-outlined":
|
|
6055
|
+
"bookmark-added-outlined": 59194,
|
|
6056
|
+
"bookmark-outlined": 59195,
|
|
6057
|
+
"box-check-outlined": 59196,
|
|
6058
|
+
"box-outlined": 59197,
|
|
6059
|
+
"bullet-points": 59198,
|
|
6060
|
+
"cake-outlined": 59199,
|
|
6061
|
+
"calendar-dates-outlined": 59200,
|
|
6062
|
+
"calendar-star-outlined": 59201,
|
|
6063
|
+
"camera-outlined": 59202,
|
|
6063
6064
|
cancel: cancel,
|
|
6064
|
-
"chat-bubble-outlined":
|
|
6065
|
-
"chat-unread-outlined":
|
|
6065
|
+
"chat-bubble-outlined": 59204,
|
|
6066
|
+
"chat-unread-outlined": 59205,
|
|
6066
6067
|
checkmark: checkmark,
|
|
6067
|
-
"circle-add-outlined":
|
|
6068
|
-
"circle-cancel-outlined":
|
|
6069
|
-
"circle-down-outlined":
|
|
6070
|
-
"circle-info-outlined":
|
|
6071
|
-
"circle-left-outlined":
|
|
6072
|
-
"circle-ok-outlined":
|
|
6073
|
-
"circle-question-outlined":
|
|
6074
|
-
"circle-remove-outlined":
|
|
6075
|
-
"circle-right-outlined":
|
|
6076
|
-
"circle-up-outlined":
|
|
6077
|
-
"circle-warning-outlined":
|
|
6078
|
-
"clock-2-outlined":
|
|
6079
|
-
"clock-outlined":
|
|
6080
|
-
"cog-outlined":
|
|
6081
|
-
"coin-outlined":
|
|
6082
|
-
"comment-outlined":
|
|
6083
|
-
"contacts-outlined":
|
|
6084
|
-
"credit-card-outlined":
|
|
6085
|
-
"cup-outlined":
|
|
6086
|
-
"direction-arrows-outlined":
|
|
6087
|
-
"directory-outlined":
|
|
6088
|
-
"document-outlined":
|
|
6089
|
-
"dollar-card-outlined":
|
|
6090
|
-
"dollar-coin-shine-outlined":
|
|
6091
|
-
"dollar-sign":
|
|
6092
|
-
"double-buildings-outlined":
|
|
6093
|
-
"double-left-arrows":
|
|
6094
|
-
"double-right-arrows":
|
|
6095
|
-
"download-outlined":
|
|
6096
|
-
"edit-template-outlined":
|
|
6097
|
-
"email-outlined":
|
|
6098
|
-
"enter-arrow":
|
|
6099
|
-
"envelope-outlined":
|
|
6100
|
-
"expense-outlined":
|
|
6101
|
-
"explore-outlined":
|
|
6102
|
-
"external-link":
|
|
6103
|
-
"eye-invisible-outlined":
|
|
6104
|
-
"eye-outlined":
|
|
6105
|
-
"face-id":
|
|
6106
|
-
"face-meh-outlined":
|
|
6107
|
-
"face-open-smiley-outlined":
|
|
6108
|
-
"face-sad-outlined":
|
|
6109
|
-
"face-smiley-outlined":
|
|
6110
|
-
"feed-outlined":
|
|
6111
|
-
"file-certified-outlined":
|
|
6112
|
-
"file-clone-outlined":
|
|
6113
|
-
"file-copy-outlined":
|
|
6114
|
-
"file-dispose-outlined":
|
|
6115
|
-
"file-dollar-outlined":
|
|
6116
|
-
"file-download-outlined":
|
|
6117
|
-
"file-export-outlined":
|
|
6118
|
-
"file-lock-outlined":
|
|
6119
|
-
"file-outlined":
|
|
6120
|
-
"file-search-outlined":
|
|
6121
|
-
"file-secured-outlined":
|
|
6122
|
-
"file-verified-outlined":
|
|
6123
|
-
"filter-outlined":
|
|
6124
|
-
"folder-outlined":
|
|
6125
|
-
"folder-user-outlined":
|
|
6126
|
-
"funnel-filter-outline":
|
|
6127
|
-
"graph-outlined":
|
|
6128
|
-
"hand-holding-user-outlined":
|
|
6129
|
-
"happy-sun-outlined":
|
|
6130
|
-
"health-bag-outlined":
|
|
6131
|
-
"heart-outlined":
|
|
6132
|
-
"home-active-outlined":
|
|
6133
|
-
"home-outlined":
|
|
6134
|
-
"id-card-outlined":
|
|
6135
|
-
"image-outlined":
|
|
6136
|
-
"import-outlined":
|
|
6137
|
-
"instapay-outlined":
|
|
6068
|
+
"circle-add-outlined": 59207,
|
|
6069
|
+
"circle-cancel-outlined": 59208,
|
|
6070
|
+
"circle-down-outlined": 59209,
|
|
6071
|
+
"circle-info-outlined": 59210,
|
|
6072
|
+
"circle-left-outlined": 59211,
|
|
6073
|
+
"circle-ok-outlined": 59212,
|
|
6074
|
+
"circle-question-outlined": 59213,
|
|
6075
|
+
"circle-remove-outlined": 59214,
|
|
6076
|
+
"circle-right-outlined": 59215,
|
|
6077
|
+
"circle-up-outlined": 59216,
|
|
6078
|
+
"circle-warning-outlined": 59217,
|
|
6079
|
+
"clock-2-outlined": 59218,
|
|
6080
|
+
"clock-outlined": 59219,
|
|
6081
|
+
"cog-outlined": 59220,
|
|
6082
|
+
"coin-outlined": 59221,
|
|
6083
|
+
"comment-outlined": 59222,
|
|
6084
|
+
"contacts-outlined": 59223,
|
|
6085
|
+
"credit-card-outlined": 59224,
|
|
6086
|
+
"cup-outlined": 59225,
|
|
6087
|
+
"direction-arrows-outlined": 59226,
|
|
6088
|
+
"directory-outlined": 59227,
|
|
6089
|
+
"document-outlined": 59228,
|
|
6090
|
+
"dollar-card-outlined": 59229,
|
|
6091
|
+
"dollar-coin-shine-outlined": 59230,
|
|
6092
|
+
"dollar-sign": 59231,
|
|
6093
|
+
"double-buildings-outlined": 59232,
|
|
6094
|
+
"double-left-arrows": 59233,
|
|
6095
|
+
"double-right-arrows": 59234,
|
|
6096
|
+
"download-outlined": 59235,
|
|
6097
|
+
"edit-template-outlined": 59236,
|
|
6098
|
+
"email-outlined": 59237,
|
|
6099
|
+
"enter-arrow": 59238,
|
|
6100
|
+
"envelope-outlined": 59239,
|
|
6101
|
+
"expense-outlined": 59240,
|
|
6102
|
+
"explore-outlined": 59241,
|
|
6103
|
+
"external-link": 59242,
|
|
6104
|
+
"eye-invisible-outlined": 59243,
|
|
6105
|
+
"eye-outlined": 59244,
|
|
6106
|
+
"face-id": 59245,
|
|
6107
|
+
"face-meh-outlined": 59246,
|
|
6108
|
+
"face-open-smiley-outlined": 59247,
|
|
6109
|
+
"face-sad-outlined": 59248,
|
|
6110
|
+
"face-smiley-outlined": 59249,
|
|
6111
|
+
"feed-outlined": 59250,
|
|
6112
|
+
"file-certified-outlined": 59251,
|
|
6113
|
+
"file-clone-outlined": 59252,
|
|
6114
|
+
"file-copy-outlined": 59253,
|
|
6115
|
+
"file-dispose-outlined": 59254,
|
|
6116
|
+
"file-dollar-outlined": 59255,
|
|
6117
|
+
"file-download-outlined": 59256,
|
|
6118
|
+
"file-export-outlined": 59257,
|
|
6119
|
+
"file-lock-outlined": 59258,
|
|
6120
|
+
"file-outlined": 59259,
|
|
6121
|
+
"file-search-outlined": 59260,
|
|
6122
|
+
"file-secured-outlined": 59261,
|
|
6123
|
+
"file-verified-outlined": 59262,
|
|
6124
|
+
"filter-outlined": 59263,
|
|
6125
|
+
"folder-outlined": 59264,
|
|
6126
|
+
"folder-user-outlined": 59265,
|
|
6127
|
+
"funnel-filter-outline": 59266,
|
|
6128
|
+
"graph-outlined": 59267,
|
|
6129
|
+
"hand-holding-user-outlined": 59268,
|
|
6130
|
+
"happy-sun-outlined": 59269,
|
|
6131
|
+
"health-bag-outlined": 59270,
|
|
6132
|
+
"heart-outlined": 59271,
|
|
6133
|
+
"home-active-outlined": 59272,
|
|
6134
|
+
"home-outlined": 59273,
|
|
6135
|
+
"id-card-outlined": 59274,
|
|
6136
|
+
"image-outlined": 59275,
|
|
6137
|
+
"import-outlined": 59276,
|
|
6138
|
+
"instapay-outlined": 59277,
|
|
6138
6139
|
italic: italic,
|
|
6139
|
-
"link-1":
|
|
6140
|
-
"link-2":
|
|
6141
|
-
"list-outlined":
|
|
6142
|
-
"live-help-outlined":
|
|
6143
|
-
"location-outlined":
|
|
6144
|
-
"lock-outlined":
|
|
6145
|
-
"locked-file-outlined":
|
|
6146
|
-
"log-out":
|
|
6147
|
-
"media-content-outlined":
|
|
6148
|
-
"menu-close":
|
|
6149
|
-
"menu-expand":
|
|
6150
|
-
"menu-fold-outlined":
|
|
6151
|
-
"menu-unfold-outlined":
|
|
6152
|
-
"moneybag-outlined":
|
|
6153
|
-
"moon-outlined":
|
|
6154
|
-
"more-horizontal":
|
|
6155
|
-
"more-vertical":
|
|
6156
|
-
"multiple-folders-outlined":
|
|
6157
|
-
"multiple-users-outlined":
|
|
6158
|
-
"near-me-outlined":
|
|
6159
|
-
"node-outlined":
|
|
6160
|
-
"number-points":
|
|
6140
|
+
"link-1": 59279,
|
|
6141
|
+
"link-2": 59280,
|
|
6142
|
+
"list-outlined": 59281,
|
|
6143
|
+
"live-help-outlined": 59282,
|
|
6144
|
+
"location-outlined": 59283,
|
|
6145
|
+
"lock-outlined": 59284,
|
|
6146
|
+
"locked-file-outlined": 59285,
|
|
6147
|
+
"log-out": 59286,
|
|
6148
|
+
"media-content-outlined": 59287,
|
|
6149
|
+
"menu-close": 59288,
|
|
6150
|
+
"menu-expand": 59289,
|
|
6151
|
+
"menu-fold-outlined": 59290,
|
|
6152
|
+
"menu-unfold-outlined": 59291,
|
|
6153
|
+
"moneybag-outlined": 59292,
|
|
6154
|
+
"moon-outlined": 59293,
|
|
6155
|
+
"more-horizontal": 59294,
|
|
6156
|
+
"more-vertical": 59295,
|
|
6157
|
+
"multiple-folders-outlined": 59296,
|
|
6158
|
+
"multiple-users-outlined": 59297,
|
|
6159
|
+
"near-me-outlined": 59298,
|
|
6160
|
+
"node-outlined": 59299,
|
|
6161
|
+
"number-points": 59300,
|
|
6161
6162
|
number: number,
|
|
6162
|
-
"overview-outlined":
|
|
6163
|
-
"payment-summary-outlined":
|
|
6164
|
-
"payslip-outlined":
|
|
6165
|
-
"pencil-outlined":
|
|
6163
|
+
"overview-outlined": 59302,
|
|
6164
|
+
"payment-summary-outlined": 59303,
|
|
6165
|
+
"payslip-outlined": 59304,
|
|
6166
|
+
"pencil-outlined": 59305,
|
|
6166
6167
|
percentage: percentage,
|
|
6167
|
-
"phone-outlined":
|
|
6168
|
-
"piggy-bank-outlined":
|
|
6169
|
-
"plane-outlined":
|
|
6170
|
-
"play-circle-outlined":
|
|
6171
|
-
"print-outlined":
|
|
6172
|
-
"qr-code-outlined":
|
|
6173
|
-
"qualification-outlined":
|
|
6174
|
-
"re-assign":
|
|
6168
|
+
"phone-outlined": 59307,
|
|
6169
|
+
"piggy-bank-outlined": 59308,
|
|
6170
|
+
"plane-outlined": 59309,
|
|
6171
|
+
"play-circle-outlined": 59310,
|
|
6172
|
+
"print-outlined": 59311,
|
|
6173
|
+
"qr-code-outlined": 59312,
|
|
6174
|
+
"qualification-outlined": 59313,
|
|
6175
|
+
"re-assign": 59314,
|
|
6175
6176
|
redeem: redeem,
|
|
6176
6177
|
refresh: refresh,
|
|
6177
6178
|
remove: remove,
|
|
6178
|
-
"reply-outlined":
|
|
6179
|
+
"reply-outlined": 59318,
|
|
6179
6180
|
restart: restart,
|
|
6180
|
-
"return-arrow":
|
|
6181
|
-
"rostering-outlined":
|
|
6182
|
-
"save-outlined":
|
|
6183
|
-
"schedule-outlined":
|
|
6184
|
-
"search-outlined":
|
|
6185
|
-
"search-secured-outlined":
|
|
6186
|
-
"send-outlined":
|
|
6187
|
-
"share-1":
|
|
6188
|
-
"share-2":
|
|
6189
|
-
"share-outlined":
|
|
6190
|
-
"show-chart-outlined":
|
|
6191
|
-
"single-down-arrow":
|
|
6192
|
-
"single-left-arrow":
|
|
6193
|
-
"single-right-arrow":
|
|
6194
|
-
"single-up-arrow":
|
|
6195
|
-
"speaker-active-outlined":
|
|
6196
|
-
"speaker-outlined":
|
|
6197
|
-
"star-circle-outlined":
|
|
6198
|
-
"star-outlined":
|
|
6199
|
-
"stopwatch-outlined":
|
|
6181
|
+
"return-arrow": 59320,
|
|
6182
|
+
"rostering-outlined": 59321,
|
|
6183
|
+
"save-outlined": 59322,
|
|
6184
|
+
"schedule-outlined": 59323,
|
|
6185
|
+
"search-outlined": 59324,
|
|
6186
|
+
"search-secured-outlined": 59325,
|
|
6187
|
+
"send-outlined": 59326,
|
|
6188
|
+
"share-1": 59327,
|
|
6189
|
+
"share-2": 59328,
|
|
6190
|
+
"share-outlined": 59329,
|
|
6191
|
+
"show-chart-outlined": 59330,
|
|
6192
|
+
"single-down-arrow": 59331,
|
|
6193
|
+
"single-left-arrow": 59332,
|
|
6194
|
+
"single-right-arrow": 59333,
|
|
6195
|
+
"single-up-arrow": 59334,
|
|
6196
|
+
"speaker-active-outlined": 59335,
|
|
6197
|
+
"speaker-outlined": 59336,
|
|
6198
|
+
"star-circle-outlined": 59337,
|
|
6199
|
+
"star-outlined": 59338,
|
|
6200
|
+
"stopwatch-outlined": 59339,
|
|
6200
6201
|
strikethrough: strikethrough,
|
|
6201
|
-
"suitcase-clock-outlined":
|
|
6202
|
-
"suitcase-outlined":
|
|
6203
|
-
"survey-outlined":
|
|
6204
|
-
"switch-outlined":
|
|
6202
|
+
"suitcase-clock-outlined": 59341,
|
|
6203
|
+
"suitcase-outlined": 59342,
|
|
6204
|
+
"survey-outlined": 59343,
|
|
6205
|
+
"switch-outlined": 59344,
|
|
6205
6206
|
sync: sync,
|
|
6206
|
-
"target-outlined":
|
|
6207
|
-
"timesheet-outlined":
|
|
6208
|
-
"today-outlined":
|
|
6207
|
+
"target-outlined": 59346,
|
|
6208
|
+
"timesheet-outlined": 59347,
|
|
6209
|
+
"today-outlined": 59348,
|
|
6209
6210
|
transfer: transfer,
|
|
6210
|
-
"trash-bin-outlined":
|
|
6211
|
-
"umbrela-outlined":
|
|
6211
|
+
"trash-bin-outlined": 59350,
|
|
6212
|
+
"umbrela-outlined": 59351,
|
|
6212
6213
|
unavailable: unavailable,
|
|
6213
6214
|
underline: underline,
|
|
6214
|
-
"unlock-outlined":
|
|
6215
|
-
"upload-outlined":
|
|
6216
|
-
"user-circle-outlined":
|
|
6217
|
-
"user-gear-outlined":
|
|
6218
|
-
"user-outlined":
|
|
6219
|
-
"user-rectangle-outlined":
|
|
6220
|
-
"video-1-outlined":
|
|
6221
|
-
"video-2-outlined":
|
|
6222
|
-
"wallet-outlined":
|
|
6215
|
+
"unlock-outlined": 59354,
|
|
6216
|
+
"upload-outlined": 59355,
|
|
6217
|
+
"user-circle-outlined": 59356,
|
|
6218
|
+
"user-gear-outlined": 59357,
|
|
6219
|
+
"user-outlined": 59358,
|
|
6220
|
+
"user-rectangle-outlined": 59359,
|
|
6221
|
+
"video-1-outlined": 59360,
|
|
6222
|
+
"video-2-outlined": 59361,
|
|
6223
|
+
"wallet-outlined": 59362
|
|
6223
6224
|
};
|
|
6224
6225
|
|
|
6225
6226
|
var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -6244,10 +6245,10 @@ var StyledHeroIcon = index$a(HeroIcon)(function (_ref) {
|
|
|
6244
6245
|
};
|
|
6245
6246
|
});
|
|
6246
6247
|
|
|
6247
|
-
var _excluded$
|
|
6248
|
+
var _excluded$o = ["style"];
|
|
6248
6249
|
var AnimatedIcon = function AnimatedIcon(_ref) {
|
|
6249
6250
|
var style = _ref.style,
|
|
6250
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6251
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$o);
|
|
6251
6252
|
var rotateAnimation = useRef(new Animated.Value(0));
|
|
6252
6253
|
useEffect(function () {
|
|
6253
6254
|
var animation = Animated.loop(Animated.timing(rotateAnimation.current, {
|
|
@@ -6353,7 +6354,7 @@ var AccordionItem = function AccordionItem(_ref) {
|
|
|
6353
6354
|
}, content));
|
|
6354
6355
|
};
|
|
6355
6356
|
|
|
6356
|
-
var _excluded$
|
|
6357
|
+
var _excluded$n = ["key"];
|
|
6357
6358
|
var Accordion = function Accordion(_ref) {
|
|
6358
6359
|
var items = _ref.items,
|
|
6359
6360
|
activeItemKey = _ref.activeItemKey,
|
|
@@ -6374,7 +6375,7 @@ var Accordion = function Accordion(_ref) {
|
|
|
6374
6375
|
testID: testID
|
|
6375
6376
|
}, items.map(function (_ref2, index) {
|
|
6376
6377
|
var key = _ref2.key,
|
|
6377
|
-
props = _objectWithoutProperties(_ref2, _excluded$
|
|
6378
|
+
props = _objectWithoutProperties(_ref2, _excluded$n);
|
|
6378
6379
|
var open = _activeItemKey === key;
|
|
6379
6380
|
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
6380
6381
|
key: key
|
|
@@ -6756,7 +6757,7 @@ var StyledStatus = index$a(Animated.View)(function (_ref3) {
|
|
|
6756
6757
|
};
|
|
6757
6758
|
});
|
|
6758
6759
|
|
|
6759
|
-
var _excluded$
|
|
6760
|
+
var _excluded$m = ["children", "visible", "intent", "style", "testID"];
|
|
6760
6761
|
var Status = function Status(_ref) {
|
|
6761
6762
|
var children = _ref.children,
|
|
6762
6763
|
_ref$visible = _ref.visible,
|
|
@@ -6765,7 +6766,7 @@ var Status = function Status(_ref) {
|
|
|
6765
6766
|
intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
|
|
6766
6767
|
style = _ref.style,
|
|
6767
6768
|
testID = _ref.testID,
|
|
6768
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6769
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$m);
|
|
6769
6770
|
var _React$useRef = React.useRef(new Animated.Value(visible ? 1 : 0)),
|
|
6770
6771
|
opacity = _React$useRef.current;
|
|
6771
6772
|
var isFirstRendering = React.useRef(true);
|
|
@@ -6798,7 +6799,7 @@ var Status = function Status(_ref) {
|
|
|
6798
6799
|
}));
|
|
6799
6800
|
};
|
|
6800
6801
|
|
|
6801
|
-
var _excluded$
|
|
6802
|
+
var _excluded$l = ["content", "visible", "max", "intent", "style", "testID"];
|
|
6802
6803
|
var DEFAULT_MAX_NUMBER = 99;
|
|
6803
6804
|
var getPaddingState = function getPaddingState(content) {
|
|
6804
6805
|
return content.length > 1 ? 'wideContent' : 'narrowContent';
|
|
@@ -6813,7 +6814,7 @@ var Badge = function Badge(_ref) {
|
|
|
6813
6814
|
intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
|
|
6814
6815
|
style = _ref.style,
|
|
6815
6816
|
testID = _ref.testID,
|
|
6816
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6817
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$l);
|
|
6817
6818
|
var _React$useRef = React.useRef(new Animated.Value(visible ? 1 : 0)),
|
|
6818
6819
|
opacity = _React$useRef.current;
|
|
6819
6820
|
var isFirstRendering = React.useRef(true);
|
|
@@ -6917,7 +6918,7 @@ function omit(keys, obj) {
|
|
|
6917
6918
|
return result;
|
|
6918
6919
|
}
|
|
6919
6920
|
|
|
6920
|
-
var _excluded$
|
|
6921
|
+
var _excluded$k = ["onTabPress", "renderActiveTabOnly", "selectedTabKey", "tabs"];
|
|
6921
6922
|
var getInactiveIcon = function getInactiveIcon(icon) {
|
|
6922
6923
|
var inactiveIcon = "".concat(icon, "-outlined");
|
|
6923
6924
|
return isHeroIcon(inactiveIcon) ? inactiveIcon : icon;
|
|
@@ -6928,7 +6929,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
|
|
|
6928
6929
|
renderActiveTabOnly = _ref$renderActiveTabO === void 0 ? false : _ref$renderActiveTabO,
|
|
6929
6930
|
selectedTabKey = _ref.selectedTabKey,
|
|
6930
6931
|
tabs = _ref.tabs,
|
|
6931
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6932
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$k);
|
|
6932
6933
|
var insets = useSafeAreaInsets();
|
|
6933
6934
|
/**
|
|
6934
6935
|
* List of loaded tabs, tabs will be loaded when navigated to.
|
|
@@ -7015,13 +7016,13 @@ var StyledDivider = index$a(View)(function (_ref) {
|
|
|
7015
7016
|
}, horizontalMargin), verticalMargin);
|
|
7016
7017
|
});
|
|
7017
7018
|
|
|
7018
|
-
var _excluded$
|
|
7019
|
+
var _excluded$j = ["marginHorizontal", "marginVertical", "style", "testID"];
|
|
7019
7020
|
var Divider = function Divider(_ref) {
|
|
7020
7021
|
var marginHorizontal = _ref.marginHorizontal,
|
|
7021
7022
|
marginVertical = _ref.marginVertical,
|
|
7022
7023
|
style = _ref.style,
|
|
7023
7024
|
testID = _ref.testID,
|
|
7024
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
7025
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$j);
|
|
7025
7026
|
return /*#__PURE__*/React.createElement(StyledDivider, _extends$1({}, nativeProps, {
|
|
7026
7027
|
themeMarginHorizontal: marginHorizontal,
|
|
7027
7028
|
themeMarginVertical: marginVertical,
|
|
@@ -7151,7 +7152,7 @@ var StyledLoadingDot = index$a(View)(function (_ref2) {
|
|
|
7151
7152
|
}, themeStyling());
|
|
7152
7153
|
});
|
|
7153
7154
|
|
|
7154
|
-
var _excluded$
|
|
7155
|
+
var _excluded$i = ["count", "size", "testID", "themeVariant"];
|
|
7155
7156
|
var AnimatedLoadingIndicatorWrapper = Animated.createAnimatedComponent(StyledLoadingIndicatorWrapper);
|
|
7156
7157
|
var AnimatedLoadingDot = Animated.createAnimatedComponent(StyledLoadingDot);
|
|
7157
7158
|
var renderDotComponent = function renderDotComponent(_ref) {
|
|
@@ -7183,7 +7184,7 @@ var LoadingIndicator = function LoadingIndicator(_ref2) {
|
|
|
7183
7184
|
size = _ref2$size === void 0 ? 12 : _ref2$size,
|
|
7184
7185
|
testID = _ref2.testID,
|
|
7185
7186
|
themeVariant = _ref2.themeVariant,
|
|
7186
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
7187
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$i);
|
|
7187
7188
|
var progressAnimation = useRef(new Animated.Value(0));
|
|
7188
7189
|
useEffect(function () {
|
|
7189
7190
|
var animation = Animated.loop(Animated.timing(progressAnimation.current, {
|
|
@@ -7579,11 +7580,11 @@ var Header = function Header(_ref) {
|
|
|
7579
7580
|
})) : null), showDivider ? /*#__PURE__*/React.createElement(Divider, null) : null);
|
|
7580
7581
|
};
|
|
7581
7582
|
|
|
7582
|
-
var _excluded$
|
|
7583
|
+
var _excluded$h = ["scrollEventThrottle"];
|
|
7583
7584
|
var BottomSheetScrollView = function BottomSheetScrollView(_ref) {
|
|
7584
7585
|
var _ref$scrollEventThrot = _ref.scrollEventThrottle,
|
|
7585
7586
|
scrollEventThrottle = _ref$scrollEventThrot === void 0 ? 100 : _ref$scrollEventThrot,
|
|
7586
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7587
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
7587
7588
|
var _useContext = useContext(BottomSheetContext),
|
|
7588
7589
|
setInternalShowDivider = _useContext.setInternalShowDivider;
|
|
7589
7590
|
var onScrollBeginDrag = useCallback(function (e) {
|
|
@@ -7898,7 +7899,7 @@ var borderWidths = {
|
|
|
7898
7899
|
var config = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, colors), space), radii), borderWidths);
|
|
7899
7900
|
var flexPropsKey = ['alignContent', 'alignItems', 'alignSelf', 'display', 'flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'justifyContent'];
|
|
7900
7901
|
|
|
7901
|
-
var _excluded$
|
|
7902
|
+
var _excluded$g = ["theme"];
|
|
7902
7903
|
var getThemeValue = function getThemeValue(theme, key, props) {
|
|
7903
7904
|
var propConfig = config[key];
|
|
7904
7905
|
var propValue = props[key];
|
|
@@ -7925,18 +7926,18 @@ var mapStylePropToThemeValue = function mapStylePropToThemeValue(theme, props) {
|
|
|
7925
7926
|
var configKeys = Object.keys(config);
|
|
7926
7927
|
var StyledBox = index$a(View)(function (_ref5) {
|
|
7927
7928
|
var theme = _ref5.theme,
|
|
7928
|
-
otherProps = _objectWithoutProperties(_ref5, _excluded$
|
|
7929
|
+
otherProps = _objectWithoutProperties(_ref5, _excluded$g);
|
|
7929
7930
|
var styleProps = pick(configKeys, otherProps);
|
|
7930
7931
|
var flexProps = pick(_toConsumableArray(flexPropsKey), otherProps);
|
|
7931
7932
|
return _objectSpread2(_objectSpread2({}, mapStylePropToThemeValue(theme, styleProps)), flexProps);
|
|
7932
7933
|
});
|
|
7933
7934
|
|
|
7934
|
-
var _excluded$
|
|
7935
|
+
var _excluded$f = ["children", "style", "testID"];
|
|
7935
7936
|
var Box = function Box(_ref) {
|
|
7936
7937
|
var children = _ref.children,
|
|
7937
7938
|
style = _ref.style,
|
|
7938
7939
|
testID = _ref.testID,
|
|
7939
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7940
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$f);
|
|
7940
7941
|
return /*#__PURE__*/React.createElement(StyledBox, _extends$1({}, otherProps, {
|
|
7941
7942
|
style: style,
|
|
7942
7943
|
testID: testID
|
|
@@ -10547,7 +10548,7 @@ var CarouselPaginator = function CarouselPaginator(_ref) {
|
|
|
10547
10548
|
}));
|
|
10548
10549
|
};
|
|
10549
10550
|
|
|
10550
|
-
var _excluded$
|
|
10551
|
+
var _excluded$e = ["rounded", "size", "testID", "style"];
|
|
10551
10552
|
var Image = function Image(_ref) {
|
|
10552
10553
|
var _ref$rounded = _ref.rounded,
|
|
10553
10554
|
rounded = _ref$rounded === void 0 ? false : _ref$rounded,
|
|
@@ -10555,7 +10556,7 @@ var Image = function Image(_ref) {
|
|
|
10555
10556
|
size = _ref$size === void 0 ? '6xlarge' : _ref$size,
|
|
10556
10557
|
testID = _ref.testID,
|
|
10557
10558
|
style = _ref.style,
|
|
10558
|
-
imageNativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10559
|
+
imageNativeProps = _objectWithoutProperties(_ref, _excluded$e);
|
|
10559
10560
|
var theme = useTheme();
|
|
10560
10561
|
var imageSize = theme.__hd__.image.sizes[size];
|
|
10561
10562
|
return /*#__PURE__*/React.createElement(Image$1, _extends$1({
|
|
@@ -10605,7 +10606,8 @@ var StyledCarouselImage = index$a(Image)(function () {
|
|
|
10605
10606
|
var StyledCarouselContentWrapper = index$a(Box)(function (_ref3) {
|
|
10606
10607
|
var width = _ref3.width;
|
|
10607
10608
|
return {
|
|
10608
|
-
width: width
|
|
10609
|
+
width: width,
|
|
10610
|
+
minHeight: scale(250)
|
|
10609
10611
|
};
|
|
10610
10612
|
});
|
|
10611
10613
|
var StyledCarouselFooterWrapper = index$a(View)(function (_ref4) {
|
|
@@ -10637,10 +10639,12 @@ var CarouselItem = function CarouselItem(_ref) {
|
|
|
10637
10639
|
paddingHorizontal: "large",
|
|
10638
10640
|
marginTop: "large",
|
|
10639
10641
|
width: width
|
|
10640
|
-
}, content, /*#__PURE__*/React.createElement(StyledCarouselHeading, null, heading), body ? /*#__PURE__*/React.createElement(Typography.Text,
|
|
10642
|
+
}, content, /*#__PURE__*/React.createElement(StyledCarouselHeading, null, heading), body ? /*#__PURE__*/React.createElement(Typography.Text, {
|
|
10643
|
+
fontSize: "large"
|
|
10644
|
+
}, body) : null));
|
|
10641
10645
|
};
|
|
10642
10646
|
|
|
10643
|
-
var _excluded$
|
|
10647
|
+
var _excluded$d = ["items", "onItemIndexChange", "renderActions", "selectedItemIndex", "style"];
|
|
10644
10648
|
function useStateFromProp(initialValue) {
|
|
10645
10649
|
var _useState = useState(initialValue),
|
|
10646
10650
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -10658,7 +10662,7 @@ var Carousel = function Carousel(_ref) {
|
|
|
10658
10662
|
_ref$selectedItemInde = _ref.selectedItemIndex,
|
|
10659
10663
|
selectedItemIndex = _ref$selectedItemInde === void 0 ? 0 : _ref$selectedItemInde,
|
|
10660
10664
|
style = _ref.style,
|
|
10661
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10665
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$d);
|
|
10662
10666
|
var carouselRef = useRef(null);
|
|
10663
10667
|
var _useStateFromProp = useStateFromProp(selectedItemIndex),
|
|
10664
10668
|
_useStateFromProp2 = _slicedToArray(_useStateFromProp, 2),
|
|
@@ -10758,12 +10762,12 @@ var Indicator = index$a(View)(function (_ref2) {
|
|
|
10758
10762
|
};
|
|
10759
10763
|
});
|
|
10760
10764
|
|
|
10761
|
-
var _excluded$
|
|
10765
|
+
var _excluded$c = ["intent", "children"];
|
|
10762
10766
|
var DataCard = function DataCard(_ref) {
|
|
10763
10767
|
var _ref$intent = _ref.intent,
|
|
10764
10768
|
intent = _ref$intent === void 0 ? 'info' : _ref$intent,
|
|
10765
10769
|
children = _ref.children,
|
|
10766
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10770
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$c);
|
|
10767
10771
|
return /*#__PURE__*/React.createElement(StyledDataCard, nativeProps, /*#__PURE__*/React.createElement(Indicator, {
|
|
10768
10772
|
themeIntent: intent,
|
|
10769
10773
|
testID: "data-card-indicator"
|
|
@@ -10781,11 +10785,11 @@ var StyledCard = index$a(View)(function (_ref) {
|
|
|
10781
10785
|
});
|
|
10782
10786
|
});
|
|
10783
10787
|
|
|
10784
|
-
var _excluded$
|
|
10788
|
+
var _excluded$b = ["intent", "children"];
|
|
10785
10789
|
var Card = function Card(_ref) {
|
|
10786
10790
|
var intent = _ref.intent,
|
|
10787
10791
|
children = _ref.children,
|
|
10788
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10792
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$b);
|
|
10789
10793
|
return /*#__PURE__*/React.createElement(StyledCard, _extends$1({}, nativeProps, {
|
|
10790
10794
|
themeIntent: intent
|
|
10791
10795
|
}), children);
|
|
@@ -11019,7 +11023,7 @@ var StyledErrorAndMaxLengthContainer = index$a(View)(function () {
|
|
|
11019
11023
|
};
|
|
11020
11024
|
});
|
|
11021
11025
|
|
|
11022
|
-
var _excluded$
|
|
11026
|
+
var _excluded$a = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy", "error", "required", "editable", "disabled", "loading", "maxLength", "helpText", "value", "defaultValue", "renderInputValue"];
|
|
11023
11027
|
var getVariant$1 = function getVariant(_ref) {
|
|
11024
11028
|
var disabled = _ref.disabled,
|
|
11025
11029
|
error = _ref.error,
|
|
@@ -11065,7 +11069,7 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
11065
11069
|
value = _ref2.value,
|
|
11066
11070
|
defaultValue = _ref2.defaultValue,
|
|
11067
11071
|
renderInputValue = _ref2.renderInputValue,
|
|
11068
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
11072
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$a);
|
|
11069
11073
|
var displayText = (_ref3 = value !== undefined ? value : defaultValue) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
11070
11074
|
var isEmptyValue = displayText.length === 0;
|
|
11071
11075
|
var actualSuffix = loading ? 'loading' : suffix;
|
|
@@ -11743,11 +11747,11 @@ var StyledFABText = index$a(Text$1)(function (_ref3) {
|
|
|
11743
11747
|
};
|
|
11744
11748
|
});
|
|
11745
11749
|
|
|
11746
|
-
var _excluded$
|
|
11750
|
+
var _excluded$9 = ["active"];
|
|
11747
11751
|
var AnimatedIcons = Animated.createAnimatedComponent(StyledFABIcon);
|
|
11748
11752
|
var AnimatedFABIcon = function AnimatedFABIcon(_ref) {
|
|
11749
11753
|
var active = _ref.active,
|
|
11750
|
-
iconProps = _objectWithoutProperties(_ref, _excluded$
|
|
11754
|
+
iconProps = _objectWithoutProperties(_ref, _excluded$9);
|
|
11751
11755
|
var rotateAnimation = useRef(new Animated.Value(active ? 1 : 0));
|
|
11752
11756
|
useEffect(function () {
|
|
11753
11757
|
var animation = Animated.timing(rotateAnimation.current, {
|
|
@@ -12478,7 +12482,7 @@ var StyledStrokeEnd = index$a(View)(function (_ref6) {
|
|
|
12478
12482
|
};
|
|
12479
12483
|
});
|
|
12480
12484
|
|
|
12481
|
-
var _excluded$
|
|
12485
|
+
var _excluded$8 = ["value", "renderValue", "intent", "style", "testID"];
|
|
12482
12486
|
var HalfCircle = function HalfCircle(_ref) {
|
|
12483
12487
|
var type = _ref.type,
|
|
12484
12488
|
themeIntent = _ref.themeIntent;
|
|
@@ -12499,7 +12503,7 @@ var ProgressCircle = function ProgressCircle(_ref2) {
|
|
|
12499
12503
|
intent = _ref2$intent === void 0 ? 'primary' : _ref2$intent,
|
|
12500
12504
|
style = _ref2.style,
|
|
12501
12505
|
testID = _ref2.testID,
|
|
12502
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
12506
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$8);
|
|
12503
12507
|
var theme = useTheme$1();
|
|
12504
12508
|
var radius = theme.__hd__.progress.sizes.circleDiameter / 2;
|
|
12505
12509
|
var progressAnimatedValue = useRef(new Animated.Value(0));
|
|
@@ -12616,14 +12620,14 @@ var StyledInner = index$a(Animated.View)(function (_ref2) {
|
|
|
12616
12620
|
};
|
|
12617
12621
|
});
|
|
12618
12622
|
|
|
12619
|
-
var _excluded$
|
|
12623
|
+
var _excluded$7 = ["value", "intent", "style", "testID"];
|
|
12620
12624
|
var ProgressBar = function ProgressBar(_ref) {
|
|
12621
12625
|
var value = _ref.value,
|
|
12622
12626
|
_ref$intent = _ref.intent,
|
|
12623
12627
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
12624
12628
|
style = _ref.style,
|
|
12625
12629
|
testID = _ref.testID,
|
|
12626
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
12630
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$7);
|
|
12627
12631
|
var _useState = useState(0),
|
|
12628
12632
|
_useState2 = _slicedToArray(_useState, 2),
|
|
12629
12633
|
width = _useState2[0],
|
|
@@ -12814,14 +12818,14 @@ var AnimatedSpinner = function AnimatedSpinner(_ref) {
|
|
|
12814
12818
|
}, dotProps))));
|
|
12815
12819
|
};
|
|
12816
12820
|
|
|
12817
|
-
var _excluded$
|
|
12821
|
+
var _excluded$6 = ["testID", "size", "intent"];
|
|
12818
12822
|
var Spinner = function Spinner(_ref) {
|
|
12819
12823
|
var testID = _ref.testID,
|
|
12820
12824
|
_ref$size = _ref.size,
|
|
12821
12825
|
size = _ref$size === void 0 ? 'medium' : _ref$size,
|
|
12822
12826
|
_ref$intent = _ref.intent,
|
|
12823
12827
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
12824
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
12828
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$6);
|
|
12825
12829
|
return /*#__PURE__*/React.createElement(StyledView$1, nativeProps, /*#__PURE__*/React.createElement(StyledSpinnerContainer, {
|
|
12826
12830
|
testID: testID
|
|
12827
12831
|
}, /*#__PURE__*/React.createElement(AnimatedSpinner, {
|
|
@@ -12854,7 +12858,7 @@ var SwipeableAction = function SwipeableAction(_ref) {
|
|
|
12854
12858
|
}, children);
|
|
12855
12859
|
};
|
|
12856
12860
|
|
|
12857
|
-
var _excluded$
|
|
12861
|
+
var _excluded$5 = ["children", "state", "onStateChange", "leftActions", "leftActionsWidth", "rightActions", "rightActionsWidth"];
|
|
12858
12862
|
var renderActions = function renderActions(actions, width, progress, direction) {
|
|
12859
12863
|
var trans = progress.interpolate({
|
|
12860
12864
|
inputRange: [0, 1],
|
|
@@ -12879,7 +12883,7 @@ var Swipeable = function Swipeable(_ref) {
|
|
|
12879
12883
|
leftActionsWidth = _ref.leftActionsWidth,
|
|
12880
12884
|
rightActions = _ref.rightActions,
|
|
12881
12885
|
rightActionsWidth = _ref.rightActionsWidth,
|
|
12882
|
-
swipeableProps = _objectWithoutProperties(_ref, _excluded$
|
|
12886
|
+
swipeableProps = _objectWithoutProperties(_ref, _excluded$5);
|
|
12883
12887
|
var _useWindowDimensions = useWindowDimensions(),
|
|
12884
12888
|
width = _useWindowDimensions.width;
|
|
12885
12889
|
var swipeableRef = useRef(null);
|
|
@@ -13184,6 +13188,7 @@ var StyledSectionList = index$a(SectionList)(function (_ref4) {
|
|
|
13184
13188
|
};
|
|
13185
13189
|
});
|
|
13186
13190
|
|
|
13191
|
+
var _excluded$4 = ["keyExtractor", "loading", "onEndReached", "onQueryChange", "sections", "renderItem", "sectionListRef"];
|
|
13187
13192
|
var BaseOptionList = function BaseOptionList(_ref) {
|
|
13188
13193
|
var keyExtractor = _ref.keyExtractor,
|
|
13189
13194
|
loading = _ref.loading,
|
|
@@ -13191,13 +13196,14 @@ var BaseOptionList = function BaseOptionList(_ref) {
|
|
|
13191
13196
|
onQueryChange = _ref.onQueryChange,
|
|
13192
13197
|
sections = _ref.sections,
|
|
13193
13198
|
renderItem = _ref.renderItem,
|
|
13194
|
-
sectionListRef = _ref.sectionListRef
|
|
13199
|
+
sectionListRef = _ref.sectionListRef,
|
|
13200
|
+
rest = _objectWithoutProperties(_ref, _excluded$4);
|
|
13195
13201
|
var theme = useTheme$1();
|
|
13196
13202
|
var _useState = useState(false),
|
|
13197
13203
|
_useState2 = _slicedToArray(_useState, 2),
|
|
13198
13204
|
onEndReachedCalled = _useState2[0],
|
|
13199
13205
|
setOnEndReachedCalled = _useState2[1];
|
|
13200
|
-
return /*#__PURE__*/React.createElement(StyledSectionList, {
|
|
13206
|
+
return /*#__PURE__*/React.createElement(StyledSectionList, _extends$1({
|
|
13201
13207
|
ref: sectionListRef,
|
|
13202
13208
|
style: _objectSpread2({}, onQueryChange ? {
|
|
13203
13209
|
height: Dimensions.get('screen').height
|
|
@@ -13231,7 +13237,7 @@ var BaseOptionList = function BaseOptionList(_ref) {
|
|
|
13231
13237
|
renderItem: renderItem,
|
|
13232
13238
|
ItemSeparatorComponent: OptionSpacer,
|
|
13233
13239
|
SectionSeparatorComponent: SectionSpacer
|
|
13234
|
-
});
|
|
13240
|
+
}, rest));
|
|
13235
13241
|
};
|
|
13236
13242
|
|
|
13237
13243
|
var Option$2 = function Option(_ref) {
|
|
@@ -13260,6 +13266,7 @@ var Option$2 = function Option(_ref) {
|
|
|
13260
13266
|
return highlighted === true ? /*#__PURE__*/React.createElement(List.Item, props) : /*#__PURE__*/React.createElement(List.BasicItem, props);
|
|
13261
13267
|
};
|
|
13262
13268
|
|
|
13269
|
+
var _excluded$3 = ["keyExtractor", "loading", "onEndReached", "onPress", "onQueryChange", "sections", "renderOption", "value", "sectionListRef"];
|
|
13263
13270
|
var OptionList$1 = function OptionList(_ref) {
|
|
13264
13271
|
var keyExtractor = _ref.keyExtractor,
|
|
13265
13272
|
loading = _ref.loading,
|
|
@@ -13269,7 +13276,8 @@ var OptionList$1 = function OptionList(_ref) {
|
|
|
13269
13276
|
sections = _ref.sections,
|
|
13270
13277
|
renderOption = _ref.renderOption,
|
|
13271
13278
|
value = _ref.value,
|
|
13272
|
-
sectionListRef = _ref.sectionListRef
|
|
13279
|
+
sectionListRef = _ref.sectionListRef,
|
|
13280
|
+
rest = _objectWithoutProperties(_ref, _excluded$3);
|
|
13273
13281
|
var renderItem = function renderItem(info) {
|
|
13274
13282
|
var item = info.item;
|
|
13275
13283
|
var selected = value.includes(info.item.value);
|
|
@@ -13293,7 +13301,7 @@ var OptionList$1 = function OptionList(_ref) {
|
|
|
13293
13301
|
highlighted: item.highlighted
|
|
13294
13302
|
});
|
|
13295
13303
|
};
|
|
13296
|
-
return /*#__PURE__*/React.createElement(BaseOptionList, {
|
|
13304
|
+
return /*#__PURE__*/React.createElement(BaseOptionList, _extends$1({
|
|
13297
13305
|
keyExtractor: keyExtractor,
|
|
13298
13306
|
loading: loading,
|
|
13299
13307
|
onEndReached: onEndReached,
|
|
@@ -13301,7 +13309,7 @@ var OptionList$1 = function OptionList(_ref) {
|
|
|
13301
13309
|
sections: sections,
|
|
13302
13310
|
renderItem: renderItem,
|
|
13303
13311
|
sectionListRef: sectionListRef
|
|
13304
|
-
});
|
|
13312
|
+
}, rest));
|
|
13305
13313
|
};
|
|
13306
13314
|
|
|
13307
13315
|
function MultiSelect(_ref) {
|
|
@@ -13419,7 +13427,16 @@ function MultiSelect(_ref) {
|
|
|
13419
13427
|
renderOption: renderOption,
|
|
13420
13428
|
value: selectingValue,
|
|
13421
13429
|
onPress: setSelectingValue,
|
|
13422
|
-
sectionListRef: sectionListRef
|
|
13430
|
+
sectionListRef: sectionListRef,
|
|
13431
|
+
onScrollToIndexFailed: function onScrollToIndexFailed(info) {
|
|
13432
|
+
setTimeout(function () {
|
|
13433
|
+
var scrollParams = getScrollParams(value === null || value === void 0 ? void 0 : value[0], sections);
|
|
13434
|
+
if (scrollParams.itemIndex < info.highestMeasuredFrameIndex) {
|
|
13435
|
+
var _sectionListRef$curre2;
|
|
13436
|
+
(_sectionListRef$curre2 = sectionListRef.current) === null || _sectionListRef$curre2 === void 0 ? void 0 : _sectionListRef$curre2.scrollToLocation(scrollParams);
|
|
13437
|
+
}
|
|
13438
|
+
}, 500);
|
|
13439
|
+
}
|
|
13423
13440
|
})));
|
|
13424
13441
|
}
|
|
13425
13442
|
|
|
@@ -13447,6 +13464,7 @@ var StyledOptionList = index$a(BaseOptionList)(function (_ref) {
|
|
|
13447
13464
|
};
|
|
13448
13465
|
});
|
|
13449
13466
|
|
|
13467
|
+
var _excluded$2 = ["keyExtractor", "loading", "onEndReached", "onPress", "onQueryChange", "sections", "renderOption", "value", "sectionListRef"];
|
|
13450
13468
|
var OptionList = function OptionList(_ref) {
|
|
13451
13469
|
var keyExtractor = _ref.keyExtractor,
|
|
13452
13470
|
loading = _ref.loading,
|
|
@@ -13456,7 +13474,8 @@ var OptionList = function OptionList(_ref) {
|
|
|
13456
13474
|
sections = _ref.sections,
|
|
13457
13475
|
renderOption = _ref.renderOption,
|
|
13458
13476
|
value = _ref.value,
|
|
13459
|
-
sectionListRef = _ref.sectionListRef
|
|
13477
|
+
sectionListRef = _ref.sectionListRef,
|
|
13478
|
+
rest = _objectWithoutProperties(_ref, _excluded$2);
|
|
13460
13479
|
var renderItem = function renderItem(info) {
|
|
13461
13480
|
var item = info.item;
|
|
13462
13481
|
var selected = item.value === value;
|
|
@@ -13478,7 +13497,7 @@ var OptionList = function OptionList(_ref) {
|
|
|
13478
13497
|
highlighted: item.highlighted
|
|
13479
13498
|
});
|
|
13480
13499
|
};
|
|
13481
|
-
return /*#__PURE__*/React.createElement(StyledOptionList, {
|
|
13500
|
+
return /*#__PURE__*/React.createElement(StyledOptionList, _extends$1({
|
|
13482
13501
|
keyExtractor: keyExtractor,
|
|
13483
13502
|
loading: loading,
|
|
13484
13503
|
onEndReached: onEndReached,
|
|
@@ -13486,7 +13505,7 @@ var OptionList = function OptionList(_ref) {
|
|
|
13486
13505
|
sections: sections,
|
|
13487
13506
|
renderItem: renderItem,
|
|
13488
13507
|
sectionListRef: sectionListRef
|
|
13489
|
-
});
|
|
13508
|
+
}, rest));
|
|
13490
13509
|
};
|
|
13491
13510
|
|
|
13492
13511
|
var SingleSelect = function SingleSelect(_ref) {
|
|
@@ -13582,7 +13601,16 @@ var SingleSelect = function SingleSelect(_ref) {
|
|
|
13582
13601
|
setOpen(false);
|
|
13583
13602
|
onConfirm(selectedValue);
|
|
13584
13603
|
},
|
|
13585
|
-
sectionListRef: sectionListRef
|
|
13604
|
+
sectionListRef: sectionListRef,
|
|
13605
|
+
onScrollToIndexFailed: function onScrollToIndexFailed(info) {
|
|
13606
|
+
setTimeout(function () {
|
|
13607
|
+
var scrollParams = getScrollParams(value, sections);
|
|
13608
|
+
if (scrollParams.itemIndex < info.highestMeasuredFrameIndex) {
|
|
13609
|
+
var _sectionListRef$curre2;
|
|
13610
|
+
(_sectionListRef$curre2 = sectionListRef.current) === null || _sectionListRef$curre2 === void 0 ? void 0 : _sectionListRef$curre2.scrollToLocation(scrollParams);
|
|
13611
|
+
}
|
|
13612
|
+
}, 500);
|
|
13613
|
+
}
|
|
13586
13614
|
})));
|
|
13587
13615
|
};
|
|
13588
13616
|
|