@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.
Files changed (110) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +17 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +205 -196
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +205 -196
  7. package/package.json +17 -17
  8. package/src/components/Alert/__tests__/index.spec.tsx +36 -0
  9. package/src/components/Alert/index.tsx +28 -2
  10. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +0 -21
  11. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
  12. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +0 -12
  13. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
  14. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  15. package/src/components/Icon/IconList.ts +4 -0
  16. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +1 -1
  17. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -4
  18. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +4 -16
  19. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +4 -4
  20. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +3 -15
  21. package/src/components/Tabs/ScrollableTabs.tsx +5 -3
  22. package/src/components/Tabs/StyledScrollableTabs.tsx +0 -6
  23. package/src/components/Tabs/StyledTabs.tsx +0 -8
  24. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +12 -9
  25. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +2 -2
  26. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +9 -6
  27. package/src/components/Tabs/index.tsx +6 -3
  28. package/types/components/Accordion/StyledAccordion.d.ts +0 -1
  29. package/types/components/Alert/StyledAlert.d.ts +0 -1
  30. package/types/components/Alert/index.d.ts +18 -2
  31. package/types/components/Attachment/StyledAttachment.d.ts +0 -1
  32. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -1
  33. package/types/components/Avatar/StyledAvatar.d.ts +0 -1
  34. package/types/components/Avatar/index.d.ts +0 -1
  35. package/types/components/Badge/StyledBadge.d.ts +0 -1
  36. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -1
  37. package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -1
  38. package/types/components/BottomSheet/ScrollView.d.ts +0 -1
  39. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -1
  40. package/types/components/Box/StyledBox.d.ts +0 -1
  41. package/types/components/Box/types.d.ts +0 -1
  42. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -1
  43. package/types/components/Button/StyledButton.d.ts +0 -1
  44. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -1
  45. package/types/components/Calendar/StyledCalendar.d.ts +1 -2
  46. package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -1
  47. package/types/components/Card/StyledCard.d.ts +0 -1
  48. package/types/components/Carousel/StyledCardCarousel.d.ts +0 -1
  49. package/types/components/Carousel/StyledCarousel.d.ts +0 -1
  50. package/types/components/Checkbox/StyledCheckbox.d.ts +0 -1
  51. package/types/components/Chip/StyledChip.d.ts +0 -1
  52. package/types/components/Collapse/StyledCollapse.d.ts +0 -1
  53. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -1
  54. package/types/components/DatePicker/StyledDatePicker.d.ts +0 -1
  55. package/types/components/Divider/StyledDivider.d.ts +0 -1
  56. package/types/components/Drawer/StyledDrawer.d.ts +0 -1
  57. package/types/components/Empty/StyledEmpty.d.ts +0 -1
  58. package/types/components/Error/StyledError.d.ts +0 -1
  59. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -1
  60. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -1
  61. package/types/components/FAB/StyledFAB.d.ts +0 -1
  62. package/types/components/FAB/index.d.ts +0 -1
  63. package/types/components/Icon/HeroIcon/index.d.ts +0 -1
  64. package/types/components/Icon/IconList.d.ts +1 -1
  65. package/types/components/Icon/index.d.ts +1 -1
  66. package/types/components/Icon/utils.d.ts +1 -1
  67. package/types/components/Image/index.d.ts +0 -1
  68. package/types/components/List/StyledBasicListItem.d.ts +0 -1
  69. package/types/components/List/StyledListItem.d.ts +0 -1
  70. package/types/components/PageControl/StyledPageControl.d.ts +0 -1
  71. package/types/components/PinInput/StyledPinInput.d.ts +0 -1
  72. package/types/components/Progress/ProgressBar.d.ts +0 -1
  73. package/types/components/Progress/StyledProgressBar.d.ts +0 -1
  74. package/types/components/Progress/StyledProgressCircle.d.ts +0 -1
  75. package/types/components/Progress/index.d.ts +0 -1
  76. package/types/components/Radio/StyledRadio.d.ts +0 -1
  77. package/types/components/Radio/index.d.ts +0 -1
  78. package/types/components/Rate/StyledRate.d.ts +0 -1
  79. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -1
  80. package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -1
  81. package/types/components/RichTextEditor/index.d.ts +0 -1
  82. package/types/components/SectionHeading/StyledHeading.d.ts +0 -1
  83. package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -1
  84. package/types/components/Select/StyledSelect.d.ts +0 -1
  85. package/types/components/Select/index.d.ts +0 -1
  86. package/types/components/Skeleton/StyledSkeleton.d.ts +0 -1
  87. package/types/components/Spinner/StyledSpinner.d.ts +0 -1
  88. package/types/components/Success/StyledSuccess.d.ts +0 -1
  89. package/types/components/Swipeable/StyledSwipeable.d.ts +0 -1
  90. package/types/components/Swipeable/index.d.ts +2 -2
  91. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -1
  92. package/types/components/Switch/StyledSwitch.d.ts +0 -1
  93. package/types/components/Tabs/StyledScrollableTabs.d.ts +1 -9
  94. package/types/components/Tabs/StyledTabs.d.ts +1 -7
  95. package/types/components/Tag/StyledTag.d.ts +0 -1
  96. package/types/components/TextInput/StyledTextInput.d.ts +0 -1
  97. package/types/components/TextInput/index.d.ts +3 -3
  98. package/types/components/TimePicker/StyledTimePicker.d.ts +0 -1
  99. package/types/components/Toast/StyledToast.d.ts +0 -1
  100. package/types/components/Toast/Toast.d.ts +0 -1
  101. package/types/components/Toast/ToastContext.d.ts +0 -1
  102. package/types/components/Toast/index.d.ts +0 -1
  103. package/types/components/Toolbar/StyledToolbar.d.ts +0 -1
  104. package/types/components/Typography/Body/StyledBody.d.ts +0 -1
  105. package/types/components/Typography/Caption/StyledCaption.d.ts +0 -1
  106. package/types/components/Typography/Label/StyledLabel.d.ts +0 -1
  107. package/types/components/Typography/Text/StyledText.d.ts +0 -1
  108. package/types/components/Typography/Title/StyledTitle.d.ts +0 -1
  109. package/types/testHelpers/renderWithTheme.d.ts +0 -1
  110. package/types/theme/ThemeProvider.d.ts +0 -1
@@ -2,4 +2,4 @@
2
2
  src/index.ts → lib/index.js, es/index.js...
3
3
  (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
4
4
  (!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
5
- created lib/index.js, es/index.js in 58.2s
5
+ created lib/index.js, es/index.js in 1m 0.7s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.63.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3096](https://github.com/Thinkei/hero-design/pull/3096) [`d1f6a9a84`](https://github.com/Thinkei/hero-design/commit/d1f6a9a84521f76a5350ed10db6640f4ea35ad32) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - Upgrade react-native to 0.73.8
8
+
9
+ - Updated dependencies [[`d1f6a9a84`](https://github.com/Thinkei/hero-design/commit/d1f6a9a84521f76a5350ed10db6640f4ea35ad32)]:
10
+ - @hero-design/react-native-month-year-picker@8.42.9
11
+
12
+ ## 8.63.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#3044](https://github.com/Thinkei/hero-design/pull/3044) [`675805609`](https://github.com/Thinkei/hero-design/commit/67580560951948e18472939f68e38eba76fd21e4) Thanks [@TanNguyenEH](https://github.com/TanNguyenEH)! - add new icons for mobile: clock-in-outlined, clock-out-outlined, start-break-outlined, end-break-outlined
17
+
18
+ - [#3045](https://github.com/Thinkei/hero-design/pull/3045) [`038e3f44a`](https://github.com/Thinkei/hero-design/commit/038e3f44abfd182db5b887c279b7d0a5d4638cd0) Thanks [@ttkien](https://github.com/ttkien)! - [Alert] add actionLabel
19
+
3
20
  ## 8.62.0
4
21
 
5
22
  ### Minor Changes
Binary file
package/es/index.js CHANGED
@@ -6912,7 +6912,7 @@ var Typography = {
6912
6912
  };
6913
6913
 
6914
6914
  // 🔴 DO NOT EDIT — This file is generated automatically.
6915
- 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'];
6915
+ 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'];
6916
6916
 
6917
6917
  var activate = 59000;
6918
6918
  var adjustment = 59003;
@@ -6990,20 +6990,20 @@ var add = 59190;
6990
6990
  var bold = 59215;
6991
6991
  var cancel = 59229;
6992
6992
  var checkmark = 59235;
6993
- var italic = 59320;
6994
- var local_mall_outlined = 59327;
6995
- var number = 59349;
6996
- var percentage = 59354;
6997
- var redeem = 59364;
6998
- var refresh = 59365;
6999
- var remove = 59366;
7000
- var restart = 59368;
7001
- var shopping_basket_outlined = 59382;
7002
- var strikethrough = 59396;
7003
- var sync = 59402;
7004
- var transfer = 59410;
7005
- var unavailable = 59414;
7006
- var underline = 59415;
6993
+ var italic = 59323;
6994
+ var local_mall_outlined = 59330;
6995
+ var number = 59352;
6996
+ var percentage = 59357;
6997
+ var redeem = 59367;
6998
+ var refresh = 59368;
6999
+ var remove = 59369;
7000
+ var restart = 59371;
7001
+ var shopping_basket_outlined = 59385;
7002
+ var strikethrough = 59400;
7003
+ var sync = 59406;
7004
+ var transfer = 59414;
7005
+ var unavailable = 59418;
7006
+ var underline = 59419;
7007
7007
  var glyphMap = {
7008
7008
  activate: activate,
7009
7009
  "add-emoji": 59001,
@@ -7253,186 +7253,190 @@ var glyphMap = {
7253
7253
  "circle-up-outlined": 59245,
7254
7254
  "circle-warning-outlined": 59246,
7255
7255
  "clock-2-outlined": 59247,
7256
- "clock-outlined": 59248,
7257
- "cog-outlined": 59249,
7258
- "coin-outlined": 59250,
7259
- "coin-super-outlined": 59251,
7260
- "comment-outlined": 59252,
7261
- "contacts-outlined": 59253,
7262
- "contacts-user-outlined": 59254,
7263
- "credit-card-outlined": 59255,
7264
- "cup-outlined": 59256,
7265
- "dentistry-outlined": 59257,
7266
- "direction-arrows-outlined": 59258,
7267
- "directory-outlined": 59259,
7268
- "document-outlined": 59260,
7269
- "dollar-box-outlined": 59261,
7270
- "dollar-card-outlined": 59262,
7271
- "dollar-coin-shine-outlined": 59263,
7272
- "dollar-credit-card-outlined": 59264,
7273
- "dollar-sign": 59265,
7274
- "double-buildings-outlined": 59266,
7275
- "double-left-arrows": 59267,
7276
- "double-right-arrows": 59268,
7277
- "download-box-outlined": 59269,
7278
- "download-outlined": 59270,
7279
- "edit-template-outlined": 59271,
7280
- "email-outlined": 59272,
7281
- "enter-arrow": 59273,
7282
- "envelope-outlined": 59274,
7283
- "expense-approval-outlined": 59275,
7284
- "expense-outlined": 59276,
7285
- "explore-outlined": 59277,
7286
- "extension-outlined": 59278,
7287
- "external-link": 59279,
7288
- "eye-invisible-outlined": 59280,
7289
- "eye-outlined": 59281,
7290
- "face-id": 59282,
7291
- "face-meh-outlined": 59283,
7292
- "face-open-smiley-outlined": 59284,
7293
- "face-sad-outlined": 59285,
7294
- "face-smiley-outlined": 59286,
7295
- "fastfood-outlined": 59287,
7296
- "feed-outlined": 59288,
7297
- "file-certified-outlined": 59289,
7298
- "file-clone-outlined": 59290,
7299
- "file-copy-outlined": 59291,
7300
- "file-dispose-outlined": 59292,
7301
- "file-dollar-certified-outlined": 59293,
7302
- "file-dollar-outlined": 59294,
7303
- "file-download-outlined": 59295,
7304
- "file-export-outlined": 59296,
7305
- "file-lock-outlined": 59297,
7306
- "file-outlined": 59298,
7307
- "file-search-outlined": 59299,
7308
- "file-secured-outlined": 59300,
7309
- "file-statutory-outlined": 59301,
7310
- "file-verified-outlined": 59302,
7311
- "filter-outlined": 59303,
7312
- "folder-outlined": 59304,
7313
- "folder-user-outlined": 59305,
7314
- "form-outlined": 59306,
7315
- "funnel-filter-outline": 59307,
7316
- "goal-outlined": 59308,
7317
- "graph-outlined": 59309,
7318
- "hand-holding-user-outlined": 59310,
7319
- "happy-sun-outlined": 59311,
7320
- "health-bag-outlined": 59312,
7321
- "heart-outlined": 59313,
7322
- "home-active-outlined": 59314,
7323
- "home-outlined": 59315,
7324
- "id-card-outlined": 59316,
7325
- "image-outlined": 59317,
7326
- "import-outlined": 59318,
7327
- "instapay-outlined": 59319,
7256
+ "clock-in-outlined": 59248,
7257
+ "clock-out-outlined": 59249,
7258
+ "clock-outlined": 59250,
7259
+ "cog-outlined": 59251,
7260
+ "coin-outlined": 59252,
7261
+ "coin-super-outlined": 59253,
7262
+ "comment-outlined": 59254,
7263
+ "contacts-outlined": 59255,
7264
+ "contacts-user-outlined": 59256,
7265
+ "credit-card-outlined": 59257,
7266
+ "cup-outlined": 59258,
7267
+ "dentistry-outlined": 59259,
7268
+ "direction-arrows-outlined": 59260,
7269
+ "directory-outlined": 59261,
7270
+ "document-outlined": 59262,
7271
+ "dollar-box-outlined": 59263,
7272
+ "dollar-card-outlined": 59264,
7273
+ "dollar-coin-shine-outlined": 59265,
7274
+ "dollar-credit-card-outlined": 59266,
7275
+ "dollar-sign": 59267,
7276
+ "double-buildings-outlined": 59268,
7277
+ "double-left-arrows": 59269,
7278
+ "double-right-arrows": 59270,
7279
+ "download-box-outlined": 59271,
7280
+ "download-outlined": 59272,
7281
+ "edit-template-outlined": 59273,
7282
+ "email-outlined": 59274,
7283
+ "end-break-outlined": 59275,
7284
+ "enter-arrow": 59276,
7285
+ "envelope-outlined": 59277,
7286
+ "expense-approval-outlined": 59278,
7287
+ "expense-outlined": 59279,
7288
+ "explore-outlined": 59280,
7289
+ "extension-outlined": 59281,
7290
+ "external-link": 59282,
7291
+ "eye-invisible-outlined": 59283,
7292
+ "eye-outlined": 59284,
7293
+ "face-id": 59285,
7294
+ "face-meh-outlined": 59286,
7295
+ "face-open-smiley-outlined": 59287,
7296
+ "face-sad-outlined": 59288,
7297
+ "face-smiley-outlined": 59289,
7298
+ "fastfood-outlined": 59290,
7299
+ "feed-outlined": 59291,
7300
+ "file-certified-outlined": 59292,
7301
+ "file-clone-outlined": 59293,
7302
+ "file-copy-outlined": 59294,
7303
+ "file-dispose-outlined": 59295,
7304
+ "file-dollar-certified-outlined": 59296,
7305
+ "file-dollar-outlined": 59297,
7306
+ "file-download-outlined": 59298,
7307
+ "file-export-outlined": 59299,
7308
+ "file-lock-outlined": 59300,
7309
+ "file-outlined": 59301,
7310
+ "file-search-outlined": 59302,
7311
+ "file-secured-outlined": 59303,
7312
+ "file-statutory-outlined": 59304,
7313
+ "file-verified-outlined": 59305,
7314
+ "filter-outlined": 59306,
7315
+ "folder-outlined": 59307,
7316
+ "folder-user-outlined": 59308,
7317
+ "form-outlined": 59309,
7318
+ "funnel-filter-outline": 59310,
7319
+ "goal-outlined": 59311,
7320
+ "graph-outlined": 59312,
7321
+ "hand-holding-user-outlined": 59313,
7322
+ "happy-sun-outlined": 59314,
7323
+ "health-bag-outlined": 59315,
7324
+ "heart-outlined": 59316,
7325
+ "home-active-outlined": 59317,
7326
+ "home-outlined": 59318,
7327
+ "id-card-outlined": 59319,
7328
+ "image-outlined": 59320,
7329
+ "import-outlined": 59321,
7330
+ "instapay-outlined": 59322,
7328
7331
  italic: italic,
7329
- "job-search-outlined": 59321,
7330
- "leave-approval-outlined": 59322,
7331
- "link-1": 59323,
7332
- "link-2": 59324,
7333
- "list-outlined": 59325,
7334
- "live-help-outlined": 59326,
7332
+ "job-search-outlined": 59324,
7333
+ "leave-approval-outlined": 59325,
7334
+ "link-1": 59326,
7335
+ "link-2": 59327,
7336
+ "list-outlined": 59328,
7337
+ "live-help-outlined": 59329,
7335
7338
  local_mall_outlined: local_mall_outlined,
7336
- "location-on-outlined": 59328,
7337
- "location-outlined": 59329,
7338
- "lock-outlined": 59330,
7339
- "locked-file-outlined": 59331,
7340
- "log-out": 59332,
7341
- "mail-outlined": 59333,
7342
- "map-outlined": 59334,
7343
- "media-content-outlined": 59335,
7344
- "menu-close": 59336,
7345
- "menu-expand": 59337,
7346
- "menu-fold-outlined": 59338,
7347
- "menu-unfold-outlined": 59339,
7348
- "moneybag-outlined": 59340,
7349
- "moon-outlined": 59341,
7350
- "more-horizontal": 59342,
7351
- "more-vertical": 59343,
7352
- "multiple-folders-outlined": 59344,
7353
- "multiple-users-outlined": 59345,
7354
- "near-me-outlined": 59346,
7355
- "node-outlined": 59347,
7356
- "number-points": 59348,
7339
+ "location-on-outlined": 59331,
7340
+ "location-outlined": 59332,
7341
+ "lock-outlined": 59333,
7342
+ "locked-file-outlined": 59334,
7343
+ "log-out": 59335,
7344
+ "mail-outlined": 59336,
7345
+ "map-outlined": 59337,
7346
+ "media-content-outlined": 59338,
7347
+ "menu-close": 59339,
7348
+ "menu-expand": 59340,
7349
+ "menu-fold-outlined": 59341,
7350
+ "menu-unfold-outlined": 59342,
7351
+ "moneybag-outlined": 59343,
7352
+ "moon-outlined": 59344,
7353
+ "more-horizontal": 59345,
7354
+ "more-vertical": 59346,
7355
+ "multiple-folders-outlined": 59347,
7356
+ "multiple-users-outlined": 59348,
7357
+ "near-me-outlined": 59349,
7358
+ "node-outlined": 59350,
7359
+ "number-points": 59351,
7357
7360
  number: number,
7358
- "overview-outlined": 59350,
7359
- "payment-summary-outlined": 59351,
7360
- "payslip-outlined": 59352,
7361
- "pencil-outlined": 59353,
7361
+ "overview-outlined": 59353,
7362
+ "payment-summary-outlined": 59354,
7363
+ "payslip-outlined": 59355,
7364
+ "pencil-outlined": 59356,
7362
7365
  percentage: percentage,
7363
- "phone-outlined": 59355,
7364
- "piggy-bank-outlined": 59356,
7365
- "plane-outlined": 59357,
7366
- "play-circle-outlined": 59358,
7367
- "print-outlined": 59359,
7368
- "propane-tank-outlined": 59360,
7369
- "qr-code-outlined": 59361,
7370
- "qualification-outlined": 59362,
7371
- "re-assign": 59363,
7366
+ "phone-outlined": 59358,
7367
+ "piggy-bank-outlined": 59359,
7368
+ "plane-outlined": 59360,
7369
+ "play-circle-outlined": 59361,
7370
+ "print-outlined": 59362,
7371
+ "propane-tank-outlined": 59363,
7372
+ "qr-code-outlined": 59364,
7373
+ "qualification-outlined": 59365,
7374
+ "re-assign": 59366,
7372
7375
  redeem: redeem,
7373
7376
  refresh: refresh,
7374
7377
  remove: remove,
7375
- "reply-outlined": 59367,
7378
+ "reply-outlined": 59370,
7376
7379
  restart: restart,
7377
- "resume-outlined": 59369,
7378
- "return-arrow": 59370,
7379
- "rostering-outlined": 59371,
7380
- "safety-outlined": 59372,
7381
- "save-outlined": 59373,
7382
- "schedule-outlined": 59374,
7383
- "search-outlined": 59375,
7384
- "search-secured-outlined": 59376,
7385
- "send-outlined": 59377,
7386
- "share-1": 59378,
7387
- "share-2": 59379,
7388
- "share-outlined-2": 59380,
7389
- "share-outlined": 59381,
7380
+ "resume-outlined": 59372,
7381
+ "return-arrow": 59373,
7382
+ "rostering-outlined": 59374,
7383
+ "safety-outlined": 59375,
7384
+ "save-outlined": 59376,
7385
+ "schedule-outlined": 59377,
7386
+ "search-outlined": 59378,
7387
+ "search-secured-outlined": 59379,
7388
+ "send-outlined": 59380,
7389
+ "share-1": 59381,
7390
+ "share-2": 59382,
7391
+ "share-outlined-2": 59383,
7392
+ "share-outlined": 59384,
7390
7393
  shopping_basket_outlined: shopping_basket_outlined,
7391
- "show-chart-outlined": 59383,
7392
- "single-down-arrow": 59384,
7393
- "single-left-arrow": 59385,
7394
- "single-right-arrow": 59386,
7395
- "single-up-arrow": 59387,
7396
- "smart-match-outlined": 59388,
7397
- "sparkle-outlined": 59389,
7398
- "speaker-active-outlined": 59390,
7399
- "speaker-outlined": 59391,
7400
- "star-circle-outlined": 59392,
7401
- "star-outlined": 59393,
7402
- "stash-outlined": 59394,
7403
- "stopwatch-outlined": 59395,
7394
+ "show-chart-outlined": 59386,
7395
+ "single-down-arrow": 59387,
7396
+ "single-left-arrow": 59388,
7397
+ "single-right-arrow": 59389,
7398
+ "single-up-arrow": 59390,
7399
+ "smart-match-outlined": 59391,
7400
+ "sparkle-outlined": 59392,
7401
+ "speaker-active-outlined": 59393,
7402
+ "speaker-outlined": 59394,
7403
+ "star-circle-outlined": 59395,
7404
+ "star-outlined": 59396,
7405
+ "start-break-outlined": 59397,
7406
+ "stash-outlined": 59398,
7407
+ "stopwatch-outlined": 59399,
7404
7408
  strikethrough: strikethrough,
7405
- "styler-outlined": 59397,
7406
- "suitcase-clock-outlined": 59398,
7407
- "suitcase-outlined": 59399,
7408
- "survey-outlined": 59400,
7409
- "switch-outlined": 59401,
7409
+ "styler-outlined": 59401,
7410
+ "suitcase-clock-outlined": 59402,
7411
+ "suitcase-outlined": 59403,
7412
+ "survey-outlined": 59404,
7413
+ "switch-outlined": 59405,
7410
7414
  sync: sync,
7411
- "tag-outlined": 59403,
7412
- "target-outlined": 59404,
7413
- "tennis-outlined": 59405,
7414
- "ticket-outlined": 59406,
7415
- "timesheet-outlined": 59407,
7416
- "timesheets-outlined": 59408,
7417
- "today-outlined": 59409,
7415
+ "tag-outlined": 59407,
7416
+ "target-outlined": 59408,
7417
+ "tennis-outlined": 59409,
7418
+ "ticket-outlined": 59410,
7419
+ "timesheet-outlined": 59411,
7420
+ "timesheets-outlined": 59412,
7421
+ "today-outlined": 59413,
7418
7422
  transfer: transfer,
7419
- "trash-bin-outlined": 59411,
7420
- "umbrela-outlined": 59412,
7421
- "unavailability-outlined": 59413,
7423
+ "trash-bin-outlined": 59415,
7424
+ "umbrela-outlined": 59416,
7425
+ "unavailability-outlined": 59417,
7422
7426
  unavailable: unavailable,
7423
7427
  underline: underline,
7424
- "union-outlined": 59416,
7425
- "unlock-outlined": 59417,
7426
- "upload-outlined": 59418,
7427
- "user-circle-outlined": 59419,
7428
- "user-gear-outlined": 59420,
7429
- "user-outlined": 59421,
7430
- "user-rectangle-outlined": 59422,
7431
- "video-1-outlined": 59423,
7432
- "video-2-outlined": 59424,
7433
- "volunteer-outlined": 59425,
7434
- "wallet-outlined": 59426,
7435
- "wellness-outlined": 59427
7428
+ "union-outlined": 59420,
7429
+ "unlock-outlined": 59421,
7430
+ "upload-outlined": 59422,
7431
+ "user-circle-outlined": 59423,
7432
+ "user-gear-outlined": 59424,
7433
+ "user-outlined": 59425,
7434
+ "user-rectangle-outlined": 59426,
7435
+ "video-1-outlined": 59427,
7436
+ "video-2-outlined": 59428,
7437
+ "volunteer-outlined": 59429,
7438
+ "wallet-outlined": 59430,
7439
+ "wellness-outlined": 59431
7436
7440
  };
7437
7441
 
7438
7442
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -7680,7 +7684,8 @@ var Alert = function Alert(_ref2) {
7680
7684
  _ref2$variant = _ref2.variant,
7681
7685
  variant = _ref2$variant === void 0 ? 'rounded' : _ref2$variant,
7682
7686
  style = _ref2.style,
7683
- testID = _ref2.testID;
7687
+ testID = _ref2.testID,
7688
+ actionLabel = _ref2.actionLabel;
7684
7689
  useDeprecation("Alert's notification intent is deprecated and will be removed in the next major release. Please use other intents instead.", intent === 'notification');
7685
7690
  return /*#__PURE__*/React__default.createElement(Container$1, {
7686
7691
  themeVariant: variant,
@@ -7698,7 +7703,9 @@ var Alert = function Alert(_ref2) {
7698
7703
  }, content) : content)), onClose ? /*#__PURE__*/React__default.createElement(CTAWrapper$1, {
7699
7704
  onPress: onClose,
7700
7705
  testID: "alert-close-icon"
7701
- }, /*#__PURE__*/React__default.createElement(Icon, {
7706
+ }, typeof actionLabel === 'string' ? /*#__PURE__*/React__default.createElement(Typography.Body, {
7707
+ variant: "small-bold"
7708
+ }, actionLabel) : /*#__PURE__*/React__default.createElement(Icon, {
7702
7709
  icon: "cancel",
7703
7710
  size: "small"
7704
7711
  })) : null);
@@ -8416,7 +8423,7 @@ var BottomNavigationContainer = index$9(View)({
8416
8423
  flex: 1,
8417
8424
  overflow: 'hidden'
8418
8425
  });
8419
- var ContentWrapper$2 = index$9(View)({
8426
+ var ContentWrapper = index$9(View)({
8420
8427
  flex: 1
8421
8428
  });
8422
8429
  var BottomBarWrapper = index$9(View)(function (_ref2) {
@@ -8479,7 +8486,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
8479
8486
  return [].concat(_toConsumableArray(loadedState), [selectedTabKey]);
8480
8487
  });
8481
8488
  }
8482
- return /*#__PURE__*/React__default.createElement(BottomNavigationContainer, nativeProps, /*#__PURE__*/React__default.createElement(ContentWrapper$2, null, tabs.map(function (tab) {
8489
+ return /*#__PURE__*/React__default.createElement(BottomNavigationContainer, nativeProps, /*#__PURE__*/React__default.createElement(ContentWrapper, null, tabs.map(function (tab) {
8483
8490
  var key = tab.key,
8484
8491
  component = tab.component,
8485
8492
  testID = tab.testID;
@@ -17367,7 +17374,6 @@ var index$3 = Object.assign(Switch, {
17367
17374
  Selector: SelectorSwitch
17368
17375
  });
17369
17376
 
17370
- var AnimatedPagerView = Animated.createAnimatedComponent(PagerView);
17371
17377
  var TabContainer$1 = index$9(View)({
17372
17378
  flex: 1,
17373
17379
  overflow: 'hidden'
@@ -17392,9 +17398,6 @@ var HeaderTabItem$1 = index$9(View)(function (_ref2) {
17392
17398
  paddingVertical: theme.__hd__.tabs.space.itemVerticalPadding
17393
17399
  };
17394
17400
  });
17395
- var ContentWrapper$1 = index$9(AnimatedPagerView)({
17396
- flex: 1
17397
- });
17398
17401
  index$9(View)({
17399
17402
  flex: 1
17400
17403
  });
@@ -17442,9 +17445,6 @@ var TabContainer = index$9(View)({
17442
17445
  flex: 1,
17443
17446
  overflow: 'hidden'
17444
17447
  });
17445
- var ContentWrapper = index$9(PagerView)({
17446
- flex: 1
17447
- });
17448
17448
  var HeaderTabWrapper = index$9(View)(function (_ref) {
17449
17449
  var themeInsets = _ref.themeInsets;
17450
17450
  return {
@@ -17895,7 +17895,8 @@ var ScrollableTab = function ScrollableTab(_ref) {
17895
17895
  insets: insets,
17896
17896
  testID: componentTestID ? "".concat(componentTestID, "-tab-bar") : undefined,
17897
17897
  variant: variant
17898
- }), /*#__PURE__*/React__default.createElement(ContentWrapper, {
17898
+ }), /*#__PURE__*/React__default.createElement(PagerView, {
17899
+ useNext: true,
17899
17900
  initialPage: selectedTabIndex,
17900
17901
  ref: pagerViewRef,
17901
17902
  onPageScrollStateChanged: function onPageScrollStateChanged(e) {
@@ -17912,7 +17913,10 @@ var ScrollableTab = function ScrollableTab(_ref) {
17912
17913
  });
17913
17914
  }
17914
17915
  },
17915
- scrollEnabled: swipeEnabled
17916
+ scrollEnabled: swipeEnabled,
17917
+ style: {
17918
+ flex: 1
17919
+ }
17916
17920
  }, tabs.map(function (tab, index) {
17917
17921
  var key = tab.key,
17918
17922
  component = tab.component,
@@ -17930,6 +17934,7 @@ var ScrollableTab = function ScrollableTab(_ref) {
17930
17934
  }))));
17931
17935
  };
17932
17936
 
17937
+ var AnimatedPagerView = Animated.createAnimatedComponent(PagerView);
17933
17938
  var getTabItem = function getTabItem(_ref) {
17934
17939
  var item = _ref.item,
17935
17940
  color = _ref.color,
@@ -18027,7 +18032,8 @@ var Tabs = function Tabs(_ref2) {
18027
18032
  scrollOffsetAnimatedValue: scrollOffsetAnimatedValue,
18028
18033
  tabsLength: tabs.length,
18029
18034
  tabsWidth: tabsWidth
18030
- }))), /*#__PURE__*/React__default.createElement(ContentWrapper$1, {
18035
+ }))), /*#__PURE__*/React__default.createElement(AnimatedPagerView, {
18036
+ useNext: true,
18031
18037
  initialPage: selectedTabIndex,
18032
18038
  ref: pagerViewRef,
18033
18039
  onPageSelected: function onPageSelected(e) {
@@ -18045,7 +18051,10 @@ var Tabs = function Tabs(_ref2) {
18045
18051
  }], {
18046
18052
  useNativeDriver: true
18047
18053
  }),
18048
- scrollEnabled: swipeEnabled
18054
+ scrollEnabled: swipeEnabled,
18055
+ style: {
18056
+ flex: 1
18057
+ }
18049
18058
  }, tabs.map(function (tab, index) {
18050
18059
  var key = tab.key,
18051
18060
  component = tab.component,