@hero-design/rn 8.62.0 → 8.63.1
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 +1 -1
- package/CHANGELOG.md +17 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +205 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +205 -196
- package/package.json +17 -17
- package/src/components/Alert/__tests__/index.spec.tsx +36 -0
- package/src/components/Alert/index.tsx +28 -2
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +0 -21
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +0 -12
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +4 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +1 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -4
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +4 -16
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -4
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +3 -15
- package/src/components/Tabs/ScrollableTabs.tsx +5 -3
- package/src/components/Tabs/StyledScrollableTabs.tsx +0 -6
- package/src/components/Tabs/StyledTabs.tsx +0 -8
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +12 -9
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +2 -2
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +9 -6
- package/src/components/Tabs/index.tsx +6 -3
- package/types/components/Accordion/StyledAccordion.d.ts +0 -1
- package/types/components/Alert/StyledAlert.d.ts +0 -1
- package/types/components/Alert/index.d.ts +18 -2
- package/types/components/Attachment/StyledAttachment.d.ts +0 -1
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -1
- package/types/components/Avatar/StyledAvatar.d.ts +0 -1
- package/types/components/Avatar/index.d.ts +0 -1
- package/types/components/Badge/StyledBadge.d.ts +0 -1
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -1
- package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -1
- package/types/components/BottomSheet/ScrollView.d.ts +0 -1
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -1
- package/types/components/Box/StyledBox.d.ts +0 -1
- package/types/components/Box/types.d.ts +0 -1
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -1
- package/types/components/Button/StyledButton.d.ts +0 -1
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -1
- package/types/components/Calendar/StyledCalendar.d.ts +1 -2
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -1
- package/types/components/Card/StyledCard.d.ts +0 -1
- package/types/components/Carousel/StyledCardCarousel.d.ts +0 -1
- package/types/components/Carousel/StyledCarousel.d.ts +0 -1
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -1
- package/types/components/Chip/StyledChip.d.ts +0 -1
- package/types/components/Collapse/StyledCollapse.d.ts +0 -1
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -1
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -1
- package/types/components/Divider/StyledDivider.d.ts +0 -1
- package/types/components/Drawer/StyledDrawer.d.ts +0 -1
- package/types/components/Empty/StyledEmpty.d.ts +0 -1
- package/types/components/Error/StyledError.d.ts +0 -1
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -1
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -1
- package/types/components/FAB/StyledFAB.d.ts +0 -1
- package/types/components/FAB/index.d.ts +0 -1
- package/types/components/Icon/HeroIcon/index.d.ts +0 -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/Image/index.d.ts +0 -1
- package/types/components/List/StyledBasicListItem.d.ts +0 -1
- package/types/components/List/StyledListItem.d.ts +0 -1
- package/types/components/PageControl/StyledPageControl.d.ts +0 -1
- package/types/components/PinInput/StyledPinInput.d.ts +0 -1
- package/types/components/Progress/ProgressBar.d.ts +0 -1
- package/types/components/Progress/StyledProgressBar.d.ts +0 -1
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -1
- package/types/components/Progress/index.d.ts +0 -1
- package/types/components/Radio/StyledRadio.d.ts +0 -1
- package/types/components/Radio/index.d.ts +0 -1
- package/types/components/Rate/StyledRate.d.ts +0 -1
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -1
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -1
- package/types/components/RichTextEditor/index.d.ts +0 -1
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -1
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -1
- package/types/components/Select/StyledSelect.d.ts +0 -1
- package/types/components/Select/index.d.ts +0 -1
- package/types/components/Skeleton/StyledSkeleton.d.ts +0 -1
- package/types/components/Spinner/StyledSpinner.d.ts +0 -1
- package/types/components/Success/StyledSuccess.d.ts +0 -1
- package/types/components/Swipeable/StyledSwipeable.d.ts +0 -1
- package/types/components/Swipeable/index.d.ts +2 -2
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -1
- package/types/components/Switch/StyledSwitch.d.ts +0 -1
- package/types/components/Tabs/StyledScrollableTabs.d.ts +1 -9
- package/types/components/Tabs/StyledTabs.d.ts +1 -7
- package/types/components/Tag/StyledTag.d.ts +0 -1
- package/types/components/TextInput/StyledTextInput.d.ts +0 -1
- package/types/components/TextInput/index.d.ts +3 -3
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -1
- package/types/components/Toast/StyledToast.d.ts +0 -1
- package/types/components/Toast/Toast.d.ts +0 -1
- package/types/components/Toast/ToastContext.d.ts +0 -1
- package/types/components/Toast/index.d.ts +0 -1
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -1
- package/types/components/Typography/Body/StyledBody.d.ts +0 -1
- package/types/components/Typography/Caption/StyledCaption.d.ts +0 -1
- package/types/components/Typography/Label/StyledLabel.d.ts +0 -1
- package/types/components/Typography/Text/StyledText.d.ts +0 -1
- package/types/components/Typography/Title/StyledTitle.d.ts +0 -1
- package/types/testHelpers/renderWithTheme.d.ts +0 -1
- package/types/theme/ThemeProvider.d.ts +0 -1
package/lib/index.js
CHANGED
|
@@ -6942,7 +6942,7 @@ var Typography = {
|
|
|
6942
6942
|
};
|
|
6943
6943
|
|
|
6944
6944
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
6945
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', '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', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', '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', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', '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', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
6945
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', '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', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'envelope-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', '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', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', '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', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
6946
6946
|
|
|
6947
6947
|
var activate = 59000;
|
|
6948
6948
|
var adjustment = 59003;
|
|
@@ -7020,20 +7020,20 @@ var add = 59190;
|
|
|
7020
7020
|
var bold = 59215;
|
|
7021
7021
|
var cancel = 59229;
|
|
7022
7022
|
var checkmark = 59235;
|
|
7023
|
-
var italic =
|
|
7024
|
-
var local_mall_outlined =
|
|
7025
|
-
var number =
|
|
7026
|
-
var percentage =
|
|
7027
|
-
var redeem =
|
|
7028
|
-
var refresh =
|
|
7029
|
-
var remove =
|
|
7030
|
-
var restart =
|
|
7031
|
-
var shopping_basket_outlined =
|
|
7032
|
-
var strikethrough =
|
|
7033
|
-
var sync =
|
|
7034
|
-
var transfer =
|
|
7035
|
-
var unavailable =
|
|
7036
|
-
var underline =
|
|
7023
|
+
var italic = 59323;
|
|
7024
|
+
var local_mall_outlined = 59330;
|
|
7025
|
+
var number = 59352;
|
|
7026
|
+
var percentage = 59357;
|
|
7027
|
+
var redeem = 59367;
|
|
7028
|
+
var refresh = 59368;
|
|
7029
|
+
var remove = 59369;
|
|
7030
|
+
var restart = 59371;
|
|
7031
|
+
var shopping_basket_outlined = 59385;
|
|
7032
|
+
var strikethrough = 59400;
|
|
7033
|
+
var sync = 59406;
|
|
7034
|
+
var transfer = 59414;
|
|
7035
|
+
var unavailable = 59418;
|
|
7036
|
+
var underline = 59419;
|
|
7037
7037
|
var glyphMap = {
|
|
7038
7038
|
activate: activate,
|
|
7039
7039
|
"add-emoji": 59001,
|
|
@@ -7283,186 +7283,190 @@ var glyphMap = {
|
|
|
7283
7283
|
"circle-up-outlined": 59245,
|
|
7284
7284
|
"circle-warning-outlined": 59246,
|
|
7285
7285
|
"clock-2-outlined": 59247,
|
|
7286
|
-
"clock-outlined": 59248,
|
|
7287
|
-
"
|
|
7288
|
-
"
|
|
7289
|
-
"
|
|
7290
|
-
"
|
|
7291
|
-
"
|
|
7292
|
-
"
|
|
7293
|
-
"
|
|
7294
|
-
"
|
|
7295
|
-
"
|
|
7296
|
-
"
|
|
7297
|
-
"
|
|
7298
|
-
"
|
|
7299
|
-
"
|
|
7300
|
-
"
|
|
7301
|
-
"dollar-
|
|
7302
|
-
"dollar-
|
|
7303
|
-
"dollar-
|
|
7304
|
-
"
|
|
7305
|
-
"
|
|
7306
|
-
"double-
|
|
7307
|
-
"
|
|
7308
|
-
"
|
|
7309
|
-
"
|
|
7310
|
-
"
|
|
7311
|
-
"
|
|
7312
|
-
"
|
|
7313
|
-
"
|
|
7314
|
-
"
|
|
7315
|
-
"
|
|
7316
|
-
"
|
|
7317
|
-
"
|
|
7318
|
-
"
|
|
7319
|
-
"
|
|
7320
|
-
"
|
|
7321
|
-
"
|
|
7322
|
-
"
|
|
7323
|
-
"face-
|
|
7324
|
-
"face-
|
|
7325
|
-
"
|
|
7326
|
-
"
|
|
7327
|
-
"
|
|
7328
|
-
"
|
|
7329
|
-
"
|
|
7330
|
-
"file-
|
|
7331
|
-
"file-
|
|
7332
|
-
"file-
|
|
7333
|
-
"file-
|
|
7334
|
-
"file-
|
|
7335
|
-
"file-
|
|
7336
|
-
"file-outlined": 59298,
|
|
7337
|
-
"file-
|
|
7338
|
-
"file-
|
|
7339
|
-
"file-
|
|
7340
|
-
"file-
|
|
7341
|
-
"
|
|
7342
|
-
"
|
|
7343
|
-
"
|
|
7344
|
-
"
|
|
7345
|
-
"
|
|
7346
|
-
"
|
|
7347
|
-
"
|
|
7348
|
-
"
|
|
7349
|
-
"
|
|
7350
|
-
"
|
|
7351
|
-
"
|
|
7352
|
-
"
|
|
7353
|
-
"
|
|
7354
|
-
"
|
|
7355
|
-
"
|
|
7356
|
-
"
|
|
7357
|
-
"
|
|
7286
|
+
"clock-in-outlined": 59248,
|
|
7287
|
+
"clock-out-outlined": 59249,
|
|
7288
|
+
"clock-outlined": 59250,
|
|
7289
|
+
"cog-outlined": 59251,
|
|
7290
|
+
"coin-outlined": 59252,
|
|
7291
|
+
"coin-super-outlined": 59253,
|
|
7292
|
+
"comment-outlined": 59254,
|
|
7293
|
+
"contacts-outlined": 59255,
|
|
7294
|
+
"contacts-user-outlined": 59256,
|
|
7295
|
+
"credit-card-outlined": 59257,
|
|
7296
|
+
"cup-outlined": 59258,
|
|
7297
|
+
"dentistry-outlined": 59259,
|
|
7298
|
+
"direction-arrows-outlined": 59260,
|
|
7299
|
+
"directory-outlined": 59261,
|
|
7300
|
+
"document-outlined": 59262,
|
|
7301
|
+
"dollar-box-outlined": 59263,
|
|
7302
|
+
"dollar-card-outlined": 59264,
|
|
7303
|
+
"dollar-coin-shine-outlined": 59265,
|
|
7304
|
+
"dollar-credit-card-outlined": 59266,
|
|
7305
|
+
"dollar-sign": 59267,
|
|
7306
|
+
"double-buildings-outlined": 59268,
|
|
7307
|
+
"double-left-arrows": 59269,
|
|
7308
|
+
"double-right-arrows": 59270,
|
|
7309
|
+
"download-box-outlined": 59271,
|
|
7310
|
+
"download-outlined": 59272,
|
|
7311
|
+
"edit-template-outlined": 59273,
|
|
7312
|
+
"email-outlined": 59274,
|
|
7313
|
+
"end-break-outlined": 59275,
|
|
7314
|
+
"enter-arrow": 59276,
|
|
7315
|
+
"envelope-outlined": 59277,
|
|
7316
|
+
"expense-approval-outlined": 59278,
|
|
7317
|
+
"expense-outlined": 59279,
|
|
7318
|
+
"explore-outlined": 59280,
|
|
7319
|
+
"extension-outlined": 59281,
|
|
7320
|
+
"external-link": 59282,
|
|
7321
|
+
"eye-invisible-outlined": 59283,
|
|
7322
|
+
"eye-outlined": 59284,
|
|
7323
|
+
"face-id": 59285,
|
|
7324
|
+
"face-meh-outlined": 59286,
|
|
7325
|
+
"face-open-smiley-outlined": 59287,
|
|
7326
|
+
"face-sad-outlined": 59288,
|
|
7327
|
+
"face-smiley-outlined": 59289,
|
|
7328
|
+
"fastfood-outlined": 59290,
|
|
7329
|
+
"feed-outlined": 59291,
|
|
7330
|
+
"file-certified-outlined": 59292,
|
|
7331
|
+
"file-clone-outlined": 59293,
|
|
7332
|
+
"file-copy-outlined": 59294,
|
|
7333
|
+
"file-dispose-outlined": 59295,
|
|
7334
|
+
"file-dollar-certified-outlined": 59296,
|
|
7335
|
+
"file-dollar-outlined": 59297,
|
|
7336
|
+
"file-download-outlined": 59298,
|
|
7337
|
+
"file-export-outlined": 59299,
|
|
7338
|
+
"file-lock-outlined": 59300,
|
|
7339
|
+
"file-outlined": 59301,
|
|
7340
|
+
"file-search-outlined": 59302,
|
|
7341
|
+
"file-secured-outlined": 59303,
|
|
7342
|
+
"file-statutory-outlined": 59304,
|
|
7343
|
+
"file-verified-outlined": 59305,
|
|
7344
|
+
"filter-outlined": 59306,
|
|
7345
|
+
"folder-outlined": 59307,
|
|
7346
|
+
"folder-user-outlined": 59308,
|
|
7347
|
+
"form-outlined": 59309,
|
|
7348
|
+
"funnel-filter-outline": 59310,
|
|
7349
|
+
"goal-outlined": 59311,
|
|
7350
|
+
"graph-outlined": 59312,
|
|
7351
|
+
"hand-holding-user-outlined": 59313,
|
|
7352
|
+
"happy-sun-outlined": 59314,
|
|
7353
|
+
"health-bag-outlined": 59315,
|
|
7354
|
+
"heart-outlined": 59316,
|
|
7355
|
+
"home-active-outlined": 59317,
|
|
7356
|
+
"home-outlined": 59318,
|
|
7357
|
+
"id-card-outlined": 59319,
|
|
7358
|
+
"image-outlined": 59320,
|
|
7359
|
+
"import-outlined": 59321,
|
|
7360
|
+
"instapay-outlined": 59322,
|
|
7358
7361
|
italic: italic,
|
|
7359
|
-
"job-search-outlined":
|
|
7360
|
-
"leave-approval-outlined":
|
|
7361
|
-
"link-1":
|
|
7362
|
-
"link-2":
|
|
7363
|
-
"list-outlined":
|
|
7364
|
-
"live-help-outlined":
|
|
7362
|
+
"job-search-outlined": 59324,
|
|
7363
|
+
"leave-approval-outlined": 59325,
|
|
7364
|
+
"link-1": 59326,
|
|
7365
|
+
"link-2": 59327,
|
|
7366
|
+
"list-outlined": 59328,
|
|
7367
|
+
"live-help-outlined": 59329,
|
|
7365
7368
|
local_mall_outlined: local_mall_outlined,
|
|
7366
|
-
"location-on-outlined":
|
|
7367
|
-
"location-outlined":
|
|
7368
|
-
"lock-outlined":
|
|
7369
|
-
"locked-file-outlined":
|
|
7370
|
-
"log-out":
|
|
7371
|
-
"mail-outlined":
|
|
7372
|
-
"map-outlined":
|
|
7373
|
-
"media-content-outlined":
|
|
7374
|
-
"menu-close":
|
|
7375
|
-
"menu-expand":
|
|
7376
|
-
"menu-fold-outlined":
|
|
7377
|
-
"menu-unfold-outlined":
|
|
7378
|
-
"moneybag-outlined":
|
|
7379
|
-
"moon-outlined":
|
|
7380
|
-
"more-horizontal":
|
|
7381
|
-
"more-vertical":
|
|
7382
|
-
"multiple-folders-outlined":
|
|
7383
|
-
"multiple-users-outlined":
|
|
7384
|
-
"near-me-outlined":
|
|
7385
|
-
"node-outlined":
|
|
7386
|
-
"number-points":
|
|
7369
|
+
"location-on-outlined": 59331,
|
|
7370
|
+
"location-outlined": 59332,
|
|
7371
|
+
"lock-outlined": 59333,
|
|
7372
|
+
"locked-file-outlined": 59334,
|
|
7373
|
+
"log-out": 59335,
|
|
7374
|
+
"mail-outlined": 59336,
|
|
7375
|
+
"map-outlined": 59337,
|
|
7376
|
+
"media-content-outlined": 59338,
|
|
7377
|
+
"menu-close": 59339,
|
|
7378
|
+
"menu-expand": 59340,
|
|
7379
|
+
"menu-fold-outlined": 59341,
|
|
7380
|
+
"menu-unfold-outlined": 59342,
|
|
7381
|
+
"moneybag-outlined": 59343,
|
|
7382
|
+
"moon-outlined": 59344,
|
|
7383
|
+
"more-horizontal": 59345,
|
|
7384
|
+
"more-vertical": 59346,
|
|
7385
|
+
"multiple-folders-outlined": 59347,
|
|
7386
|
+
"multiple-users-outlined": 59348,
|
|
7387
|
+
"near-me-outlined": 59349,
|
|
7388
|
+
"node-outlined": 59350,
|
|
7389
|
+
"number-points": 59351,
|
|
7387
7390
|
number: number,
|
|
7388
|
-
"overview-outlined":
|
|
7389
|
-
"payment-summary-outlined":
|
|
7390
|
-
"payslip-outlined":
|
|
7391
|
-
"pencil-outlined":
|
|
7391
|
+
"overview-outlined": 59353,
|
|
7392
|
+
"payment-summary-outlined": 59354,
|
|
7393
|
+
"payslip-outlined": 59355,
|
|
7394
|
+
"pencil-outlined": 59356,
|
|
7392
7395
|
percentage: percentage,
|
|
7393
|
-
"phone-outlined":
|
|
7394
|
-
"piggy-bank-outlined":
|
|
7395
|
-
"plane-outlined":
|
|
7396
|
-
"play-circle-outlined":
|
|
7397
|
-
"print-outlined":
|
|
7398
|
-
"propane-tank-outlined":
|
|
7399
|
-
"qr-code-outlined":
|
|
7400
|
-
"qualification-outlined":
|
|
7401
|
-
"re-assign":
|
|
7396
|
+
"phone-outlined": 59358,
|
|
7397
|
+
"piggy-bank-outlined": 59359,
|
|
7398
|
+
"plane-outlined": 59360,
|
|
7399
|
+
"play-circle-outlined": 59361,
|
|
7400
|
+
"print-outlined": 59362,
|
|
7401
|
+
"propane-tank-outlined": 59363,
|
|
7402
|
+
"qr-code-outlined": 59364,
|
|
7403
|
+
"qualification-outlined": 59365,
|
|
7404
|
+
"re-assign": 59366,
|
|
7402
7405
|
redeem: redeem,
|
|
7403
7406
|
refresh: refresh,
|
|
7404
7407
|
remove: remove,
|
|
7405
|
-
"reply-outlined":
|
|
7408
|
+
"reply-outlined": 59370,
|
|
7406
7409
|
restart: restart,
|
|
7407
|
-
"resume-outlined":
|
|
7408
|
-
"return-arrow":
|
|
7409
|
-
"rostering-outlined":
|
|
7410
|
-
"safety-outlined":
|
|
7411
|
-
"save-outlined":
|
|
7412
|
-
"schedule-outlined":
|
|
7413
|
-
"search-outlined":
|
|
7414
|
-
"search-secured-outlined":
|
|
7415
|
-
"send-outlined":
|
|
7416
|
-
"share-1":
|
|
7417
|
-
"share-2":
|
|
7418
|
-
"share-outlined-2":
|
|
7419
|
-
"share-outlined":
|
|
7410
|
+
"resume-outlined": 59372,
|
|
7411
|
+
"return-arrow": 59373,
|
|
7412
|
+
"rostering-outlined": 59374,
|
|
7413
|
+
"safety-outlined": 59375,
|
|
7414
|
+
"save-outlined": 59376,
|
|
7415
|
+
"schedule-outlined": 59377,
|
|
7416
|
+
"search-outlined": 59378,
|
|
7417
|
+
"search-secured-outlined": 59379,
|
|
7418
|
+
"send-outlined": 59380,
|
|
7419
|
+
"share-1": 59381,
|
|
7420
|
+
"share-2": 59382,
|
|
7421
|
+
"share-outlined-2": 59383,
|
|
7422
|
+
"share-outlined": 59384,
|
|
7420
7423
|
shopping_basket_outlined: shopping_basket_outlined,
|
|
7421
|
-
"show-chart-outlined":
|
|
7422
|
-
"single-down-arrow":
|
|
7423
|
-
"single-left-arrow":
|
|
7424
|
-
"single-right-arrow":
|
|
7425
|
-
"single-up-arrow":
|
|
7426
|
-
"smart-match-outlined":
|
|
7427
|
-
"sparkle-outlined":
|
|
7428
|
-
"speaker-active-outlined":
|
|
7429
|
-
"speaker-outlined":
|
|
7430
|
-
"star-circle-outlined":
|
|
7431
|
-
"star-outlined":
|
|
7432
|
-
"
|
|
7433
|
-
"
|
|
7424
|
+
"show-chart-outlined": 59386,
|
|
7425
|
+
"single-down-arrow": 59387,
|
|
7426
|
+
"single-left-arrow": 59388,
|
|
7427
|
+
"single-right-arrow": 59389,
|
|
7428
|
+
"single-up-arrow": 59390,
|
|
7429
|
+
"smart-match-outlined": 59391,
|
|
7430
|
+
"sparkle-outlined": 59392,
|
|
7431
|
+
"speaker-active-outlined": 59393,
|
|
7432
|
+
"speaker-outlined": 59394,
|
|
7433
|
+
"star-circle-outlined": 59395,
|
|
7434
|
+
"star-outlined": 59396,
|
|
7435
|
+
"start-break-outlined": 59397,
|
|
7436
|
+
"stash-outlined": 59398,
|
|
7437
|
+
"stopwatch-outlined": 59399,
|
|
7434
7438
|
strikethrough: strikethrough,
|
|
7435
|
-
"styler-outlined":
|
|
7436
|
-
"suitcase-clock-outlined":
|
|
7437
|
-
"suitcase-outlined":
|
|
7438
|
-
"survey-outlined":
|
|
7439
|
-
"switch-outlined":
|
|
7439
|
+
"styler-outlined": 59401,
|
|
7440
|
+
"suitcase-clock-outlined": 59402,
|
|
7441
|
+
"suitcase-outlined": 59403,
|
|
7442
|
+
"survey-outlined": 59404,
|
|
7443
|
+
"switch-outlined": 59405,
|
|
7440
7444
|
sync: sync,
|
|
7441
|
-
"tag-outlined":
|
|
7442
|
-
"target-outlined":
|
|
7443
|
-
"tennis-outlined":
|
|
7444
|
-
"ticket-outlined":
|
|
7445
|
-
"timesheet-outlined":
|
|
7446
|
-
"timesheets-outlined":
|
|
7447
|
-
"today-outlined":
|
|
7445
|
+
"tag-outlined": 59407,
|
|
7446
|
+
"target-outlined": 59408,
|
|
7447
|
+
"tennis-outlined": 59409,
|
|
7448
|
+
"ticket-outlined": 59410,
|
|
7449
|
+
"timesheet-outlined": 59411,
|
|
7450
|
+
"timesheets-outlined": 59412,
|
|
7451
|
+
"today-outlined": 59413,
|
|
7448
7452
|
transfer: transfer,
|
|
7449
|
-
"trash-bin-outlined":
|
|
7450
|
-
"umbrela-outlined":
|
|
7451
|
-
"unavailability-outlined":
|
|
7453
|
+
"trash-bin-outlined": 59415,
|
|
7454
|
+
"umbrela-outlined": 59416,
|
|
7455
|
+
"unavailability-outlined": 59417,
|
|
7452
7456
|
unavailable: unavailable,
|
|
7453
7457
|
underline: underline,
|
|
7454
|
-
"union-outlined":
|
|
7455
|
-
"unlock-outlined":
|
|
7456
|
-
"upload-outlined":
|
|
7457
|
-
"user-circle-outlined":
|
|
7458
|
-
"user-gear-outlined":
|
|
7459
|
-
"user-outlined":
|
|
7460
|
-
"user-rectangle-outlined":
|
|
7461
|
-
"video-1-outlined":
|
|
7462
|
-
"video-2-outlined":
|
|
7463
|
-
"volunteer-outlined":
|
|
7464
|
-
"wallet-outlined":
|
|
7465
|
-
"wellness-outlined":
|
|
7458
|
+
"union-outlined": 59420,
|
|
7459
|
+
"unlock-outlined": 59421,
|
|
7460
|
+
"upload-outlined": 59422,
|
|
7461
|
+
"user-circle-outlined": 59423,
|
|
7462
|
+
"user-gear-outlined": 59424,
|
|
7463
|
+
"user-outlined": 59425,
|
|
7464
|
+
"user-rectangle-outlined": 59426,
|
|
7465
|
+
"video-1-outlined": 59427,
|
|
7466
|
+
"video-2-outlined": 59428,
|
|
7467
|
+
"volunteer-outlined": 59429,
|
|
7468
|
+
"wallet-outlined": 59430,
|
|
7469
|
+
"wellness-outlined": 59431
|
|
7466
7470
|
};
|
|
7467
7471
|
|
|
7468
7472
|
var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -7710,7 +7714,8 @@ var Alert = function Alert(_ref2) {
|
|
|
7710
7714
|
_ref2$variant = _ref2.variant,
|
|
7711
7715
|
variant = _ref2$variant === void 0 ? 'rounded' : _ref2$variant,
|
|
7712
7716
|
style = _ref2.style,
|
|
7713
|
-
testID = _ref2.testID
|
|
7717
|
+
testID = _ref2.testID,
|
|
7718
|
+
actionLabel = _ref2.actionLabel;
|
|
7714
7719
|
useDeprecation("Alert's notification intent is deprecated and will be removed in the next major release. Please use other intents instead.", intent === 'notification');
|
|
7715
7720
|
return /*#__PURE__*/React__default["default"].createElement(Container$1, {
|
|
7716
7721
|
themeVariant: variant,
|
|
@@ -7728,7 +7733,9 @@ var Alert = function Alert(_ref2) {
|
|
|
7728
7733
|
}, content) : content)), onClose ? /*#__PURE__*/React__default["default"].createElement(CTAWrapper$1, {
|
|
7729
7734
|
onPress: onClose,
|
|
7730
7735
|
testID: "alert-close-icon"
|
|
7731
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
7736
|
+
}, typeof actionLabel === 'string' ? /*#__PURE__*/React__default["default"].createElement(Typography.Body, {
|
|
7737
|
+
variant: "small-bold"
|
|
7738
|
+
}, actionLabel) : /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
7732
7739
|
icon: "cancel",
|
|
7733
7740
|
size: "small"
|
|
7734
7741
|
})) : null);
|
|
@@ -8446,7 +8453,7 @@ var BottomNavigationContainer = index$9(reactNative.View)({
|
|
|
8446
8453
|
flex: 1,
|
|
8447
8454
|
overflow: 'hidden'
|
|
8448
8455
|
});
|
|
8449
|
-
var ContentWrapper
|
|
8456
|
+
var ContentWrapper = index$9(reactNative.View)({
|
|
8450
8457
|
flex: 1
|
|
8451
8458
|
});
|
|
8452
8459
|
var BottomBarWrapper = index$9(reactNative.View)(function (_ref2) {
|
|
@@ -8509,7 +8516,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
|
|
|
8509
8516
|
return [].concat(_toConsumableArray(loadedState), [selectedTabKey]);
|
|
8510
8517
|
});
|
|
8511
8518
|
}
|
|
8512
|
-
return /*#__PURE__*/React__default["default"].createElement(BottomNavigationContainer, nativeProps, /*#__PURE__*/React__default["default"].createElement(ContentWrapper
|
|
8519
|
+
return /*#__PURE__*/React__default["default"].createElement(BottomNavigationContainer, nativeProps, /*#__PURE__*/React__default["default"].createElement(ContentWrapper, null, tabs.map(function (tab) {
|
|
8513
8520
|
var key = tab.key,
|
|
8514
8521
|
component = tab.component,
|
|
8515
8522
|
testID = tab.testID;
|
|
@@ -17397,7 +17404,6 @@ var index$3 = Object.assign(Switch, {
|
|
|
17397
17404
|
Selector: SelectorSwitch
|
|
17398
17405
|
});
|
|
17399
17406
|
|
|
17400
|
-
var AnimatedPagerView = reactNative.Animated.createAnimatedComponent(PagerView__default["default"]);
|
|
17401
17407
|
var TabContainer$1 = index$9(reactNative.View)({
|
|
17402
17408
|
flex: 1,
|
|
17403
17409
|
overflow: 'hidden'
|
|
@@ -17422,9 +17428,6 @@ var HeaderTabItem$1 = index$9(reactNative.View)(function (_ref2) {
|
|
|
17422
17428
|
paddingVertical: theme.__hd__.tabs.space.itemVerticalPadding
|
|
17423
17429
|
};
|
|
17424
17430
|
});
|
|
17425
|
-
var ContentWrapper$1 = index$9(AnimatedPagerView)({
|
|
17426
|
-
flex: 1
|
|
17427
|
-
});
|
|
17428
17431
|
index$9(reactNative.View)({
|
|
17429
17432
|
flex: 1
|
|
17430
17433
|
});
|
|
@@ -17472,9 +17475,6 @@ var TabContainer = index$9(reactNative.View)({
|
|
|
17472
17475
|
flex: 1,
|
|
17473
17476
|
overflow: 'hidden'
|
|
17474
17477
|
});
|
|
17475
|
-
var ContentWrapper = index$9(PagerView__default["default"])({
|
|
17476
|
-
flex: 1
|
|
17477
|
-
});
|
|
17478
17478
|
var HeaderTabWrapper = index$9(reactNative.View)(function (_ref) {
|
|
17479
17479
|
var themeInsets = _ref.themeInsets;
|
|
17480
17480
|
return {
|
|
@@ -17925,7 +17925,8 @@ var ScrollableTab = function ScrollableTab(_ref) {
|
|
|
17925
17925
|
insets: insets,
|
|
17926
17926
|
testID: componentTestID ? "".concat(componentTestID, "-tab-bar") : undefined,
|
|
17927
17927
|
variant: variant
|
|
17928
|
-
}), /*#__PURE__*/React__default["default"].createElement(
|
|
17928
|
+
}), /*#__PURE__*/React__default["default"].createElement(PagerView__default["default"], {
|
|
17929
|
+
useNext: true,
|
|
17929
17930
|
initialPage: selectedTabIndex,
|
|
17930
17931
|
ref: pagerViewRef,
|
|
17931
17932
|
onPageScrollStateChanged: function onPageScrollStateChanged(e) {
|
|
@@ -17942,7 +17943,10 @@ var ScrollableTab = function ScrollableTab(_ref) {
|
|
|
17942
17943
|
});
|
|
17943
17944
|
}
|
|
17944
17945
|
},
|
|
17945
|
-
scrollEnabled: swipeEnabled
|
|
17946
|
+
scrollEnabled: swipeEnabled,
|
|
17947
|
+
style: {
|
|
17948
|
+
flex: 1
|
|
17949
|
+
}
|
|
17946
17950
|
}, tabs.map(function (tab, index) {
|
|
17947
17951
|
var key = tab.key,
|
|
17948
17952
|
component = tab.component,
|
|
@@ -17960,6 +17964,7 @@ var ScrollableTab = function ScrollableTab(_ref) {
|
|
|
17960
17964
|
}))));
|
|
17961
17965
|
};
|
|
17962
17966
|
|
|
17967
|
+
var AnimatedPagerView = reactNative.Animated.createAnimatedComponent(PagerView__default["default"]);
|
|
17963
17968
|
var getTabItem = function getTabItem(_ref) {
|
|
17964
17969
|
var item = _ref.item,
|
|
17965
17970
|
color = _ref.color,
|
|
@@ -18057,7 +18062,8 @@ var Tabs = function Tabs(_ref2) {
|
|
|
18057
18062
|
scrollOffsetAnimatedValue: scrollOffsetAnimatedValue,
|
|
18058
18063
|
tabsLength: tabs.length,
|
|
18059
18064
|
tabsWidth: tabsWidth
|
|
18060
|
-
}))), /*#__PURE__*/React__default["default"].createElement(
|
|
18065
|
+
}))), /*#__PURE__*/React__default["default"].createElement(AnimatedPagerView, {
|
|
18066
|
+
useNext: true,
|
|
18061
18067
|
initialPage: selectedTabIndex,
|
|
18062
18068
|
ref: pagerViewRef,
|
|
18063
18069
|
onPageSelected: function onPageSelected(e) {
|
|
@@ -18075,7 +18081,10 @@ var Tabs = function Tabs(_ref2) {
|
|
|
18075
18081
|
}], {
|
|
18076
18082
|
useNativeDriver: true
|
|
18077
18083
|
}),
|
|
18078
|
-
scrollEnabled: swipeEnabled
|
|
18084
|
+
scrollEnabled: swipeEnabled,
|
|
18085
|
+
style: {
|
|
18086
|
+
flex: 1
|
|
18087
|
+
}
|
|
18079
18088
|
}, tabs.map(function (tab, index) {
|
|
18080
18089
|
var key = tab.key,
|
|
18081
18090
|
component = tab.component,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.63.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
"nanoid": "^4.0.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@hero-design/react-native-month-year-picker": "^8.42.
|
|
31
|
+
"@hero-design/react-native-month-year-picker": "^8.42.9",
|
|
32
32
|
"@react-native-community/datetimepicker": "^3.5.2 || ^7.2.0",
|
|
33
|
-
"@react-native-community/slider": "4.
|
|
33
|
+
"@react-native-community/slider": "^4.5.1",
|
|
34
34
|
"react": "18.2.0",
|
|
35
|
-
"react-native": "^0.
|
|
36
|
-
"react-native-gesture-handler": "^
|
|
37
|
-
"react-native-linear-gradient": "^2.
|
|
38
|
-
"react-native-pager-view": "^
|
|
39
|
-
"react-native-safe-area-context": "^
|
|
35
|
+
"react-native": "^0.73.8",
|
|
36
|
+
"react-native-gesture-handler": "^2.15.0",
|
|
37
|
+
"react-native-linear-gradient": "^2.8.3",
|
|
38
|
+
"react-native-pager-view": "^6.2.1",
|
|
39
|
+
"react-native-safe-area-context": "^4.7.0",
|
|
40
40
|
"react-native-vector-icons": "^9.1.0",
|
|
41
|
-
"react-native-webview": "^
|
|
41
|
+
"react-native-webview": "^13.10.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "^7.20.0",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@babel/runtime": "^7.20.0",
|
|
49
49
|
"@emotion/jest": "^11.11.0",
|
|
50
50
|
"@hero-design/eslint-plugin": "9.0.0",
|
|
51
|
-
"@hero-design/react-native-month-year-picker": "^8.42.
|
|
51
|
+
"@hero-design/react-native-month-year-picker": "^8.42.9",
|
|
52
52
|
"@react-native-community/datetimepicker": "7.2.0",
|
|
53
|
-
"@react-native-community/slider": "4.
|
|
53
|
+
"@react-native-community/slider": "^4.5.1",
|
|
54
54
|
"@rollup/plugin-babel": "^5.3.1",
|
|
55
55
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
56
56
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"prettier-config-hd": "8.42.4",
|
|
76
76
|
"react": "18.2.0",
|
|
77
77
|
"react-dom": "^18.2.0",
|
|
78
|
-
"react-native": "0.
|
|
79
|
-
"react-native-gesture-handler": "
|
|
80
|
-
"react-native-linear-gradient": "
|
|
81
|
-
"react-native-pager-view": "^
|
|
82
|
-
"react-native-safe-area-context": "^
|
|
78
|
+
"react-native": "0.73.8",
|
|
79
|
+
"react-native-gesture-handler": "^2.15.0",
|
|
80
|
+
"react-native-linear-gradient": "2.8.3",
|
|
81
|
+
"react-native-pager-view": "^6.2.1",
|
|
82
|
+
"react-native-safe-area-context": "^4.7.0",
|
|
83
83
|
"react-native-vector-icons": "^9.1.0",
|
|
84
|
-
"react-native-webview": "
|
|
84
|
+
"react-native-webview": "13.10.3",
|
|
85
85
|
"react-test-renderer": "18.2.0",
|
|
86
86
|
"rollup": "^2.68.0",
|
|
87
87
|
"rollup-plugin-copy": "^3.4.0",
|