@hero-design/rn 8.50.0 → 8.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +20 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +332 -307
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +332 -307
  7. package/package.json +1 -1
  8. package/src/components/Carousel/__tests__/index.spec.tsx +14 -0
  9. package/src/components/Carousel/index.tsx +15 -14
  10. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +6 -3
  11. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -1
  12. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +2 -1
  13. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +2 -1
  14. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  15. package/src/components/Icon/IconList.ts +5 -0
  16. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -2
  17. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +12 -6
  18. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +10 -5
  19. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +90 -54
  20. package/src/components/Swipeable/index.tsx +31 -17
  21. package/src/components/TextInput/StyledTextInput.tsx +3 -4
  22. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +0 -10
  23. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +34 -25
  24. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +4 -2
  25. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +4 -2
  26. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +5 -2
  27. package/src/theme/components/swipeable.ts +6 -1
  28. package/src/theme/components/textInput.ts +1 -2
  29. package/types/components/Icon/IconList.d.ts +1 -1
  30. package/types/components/Icon/index.d.ts +1 -1
  31. package/types/components/Icon/utils.d.ts +1 -1
  32. package/types/theme/components/swipeable.d.ts +4 -0
  33. package/types/theme/components/textInput.d.ts +1 -2
package/es/index.js CHANGED
@@ -3154,14 +3154,19 @@ var getSwipeableTheme = function getSwipeableTheme(theme) {
3154
3154
  var colors = {
3155
3155
  success: theme.colors.success,
3156
3156
  danger: theme.colors.error,
3157
- primary: theme.colors.primary
3157
+ primary: theme.colors.primary,
3158
+ defaultContainerBackground: theme.colors.defaultGlobalSurface
3158
3159
  };
3159
3160
  var radii = {
3160
3161
  swipeableContainer: theme.radii.medium
3161
3162
  };
3163
+ var space = {
3164
+ containerExtraWidth: theme.space.xsmall
3165
+ };
3162
3166
  return {
3163
3167
  colors: colors,
3164
- radii: radii
3168
+ radii: radii,
3169
+ space: space
3165
3170
  };
3166
3171
  };
3167
3172
 
@@ -3340,8 +3345,7 @@ var getTextInputTheme = function getTextInputTheme(theme) {
3340
3345
  inputHorizontalMargin: theme.space.small,
3341
3346
  errorContainerMarginRight: theme.space.xsmall,
3342
3347
  errorMarginLeft: theme.space.xsmall,
3343
- maxLengthLabelMarginLeft: theme.space.xsmall,
3344
- errorAndHelpTextContainerPaddingLeft: theme.space.medium,
3348
+ errorAndHelpTextContainerHorizontalPadding: theme.space.medium,
3345
3349
  containerMarginTop: theme.space.small,
3346
3350
  labelInsideTextInputMarginTop: -theme.space.xxsmall,
3347
3351
  errorAndHelpTextContainerPaddingTop: theme.space.xxsmall
@@ -6875,7 +6879,7 @@ var Typography = {
6875
6879
  };
6876
6880
 
6877
6881
  // 🔴 DO NOT EDIT — This file is generated automatically.
6878
- 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', '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', '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', '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', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', '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', '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', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-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', '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', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined'];
6882
+ 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', '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-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', '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', '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', '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', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-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', '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', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined'];
6879
6883
 
6880
6884
  var activate = 59000;
6881
6885
  var adjustment = 59003;
@@ -6916,54 +6920,54 @@ var image = 59108;
6916
6920
  var instapay = 59111;
6917
6921
  var list = 59112;
6918
6922
  var loading = 59114;
6919
- var location = 59115;
6920
- var lock = 59116;
6921
- var menu = 59120;
6922
- var moneybag = 59122;
6923
- var moon = 59123;
6924
- var node = 59127;
6925
- var paperclip = 59129;
6926
- var pencil = 59131;
6927
- var phone = 59132;
6928
- var plane = 59135;
6929
- var print = 59137;
6930
- var reply = 59140;
6931
- var reschedule = 59141;
6932
- var rostering = 59142;
6933
- var save = 59143;
6934
- var schedule = 59145;
6935
- var send = 59147;
6936
- var speaker = 59149;
6937
- var star = 59154;
6938
- var stopwatch = 59156;
6939
- var suitcase = 59157;
6940
- var surfing = 59158;
6941
- var survey = 59159;
6942
- var swag = 59164;
6943
- var tag = 59167;
6944
- var target = 59168;
6945
- var teams = 59169;
6946
- var timesheet = 59170;
6947
- var unlock = 59173;
6948
- var user = 59174;
6949
- var wallet = 59177;
6950
- var warning = 59178;
6951
- var add = 59184;
6952
- var bold = 59207;
6953
- var cancel = 59221;
6954
- var checkmark = 59226;
6955
- var italic = 59311;
6956
- var number = 59337;
6957
- var percentage = 59342;
6958
- var redeem = 59352;
6959
- var refresh = 59353;
6960
- var remove = 59354;
6961
- var restart = 59356;
6962
- var strikethrough = 59378;
6963
- var sync = 59384;
6964
- var transfer = 59392;
6965
- var unavailable = 59395;
6966
- var underline = 59396;
6923
+ var location = 59116;
6924
+ var lock = 59117;
6925
+ var menu = 59121;
6926
+ var moneybag = 59123;
6927
+ var moon = 59124;
6928
+ var node = 59128;
6929
+ var paperclip = 59130;
6930
+ var pencil = 59132;
6931
+ var phone = 59133;
6932
+ var plane = 59136;
6933
+ var print = 59138;
6934
+ var reply = 59141;
6935
+ var reschedule = 59142;
6936
+ var rostering = 59143;
6937
+ var save = 59144;
6938
+ var schedule = 59146;
6939
+ var send = 59148;
6940
+ var speaker = 59150;
6941
+ var star = 59155;
6942
+ var stopwatch = 59157;
6943
+ var suitcase = 59158;
6944
+ var surfing = 59159;
6945
+ var survey = 59160;
6946
+ var swag = 59165;
6947
+ var tag = 59168;
6948
+ var target = 59169;
6949
+ var teams = 59170;
6950
+ var timesheet = 59171;
6951
+ var unlock = 59174;
6952
+ var user = 59175;
6953
+ var wallet = 59178;
6954
+ var warning = 59179;
6955
+ var add = 59185;
6956
+ var bold = 59209;
6957
+ var cancel = 59223;
6958
+ var checkmark = 59228;
6959
+ var italic = 59313;
6960
+ var number = 59340;
6961
+ var percentage = 59345;
6962
+ var redeem = 59355;
6963
+ var refresh = 59356;
6964
+ var remove = 59357;
6965
+ var restart = 59359;
6966
+ var strikethrough = 59383;
6967
+ var sync = 59389;
6968
+ var transfer = 59397;
6969
+ var unavailable = 59400;
6970
+ var underline = 59401;
6967
6971
  var glyphMap = {
6968
6972
  activate: activate,
6969
6973
  "add-emoji": 59001,
@@ -7080,299 +7084,304 @@ var glyphMap = {
7080
7084
  list: list,
7081
7085
  "loading-2": 59113,
7082
7086
  loading: loading,
7087
+ "location-on": 59115,
7083
7088
  location: location,
7084
7089
  lock: lock,
7085
- "looks-one": 59117,
7086
- "looks-two": 59118,
7087
- "media-content": 59119,
7090
+ "looks-one": 59118,
7091
+ "looks-two": 59119,
7092
+ "media-content": 59120,
7088
7093
  menu: menu,
7089
- "money-notes": 59121,
7094
+ "money-notes": 59122,
7090
7095
  moneybag: moneybag,
7091
7096
  moon: moon,
7092
- "multiple-stars": 59124,
7093
- "multiple-users": 59125,
7094
- "near-me": 59126,
7097
+ "multiple-stars": 59125,
7098
+ "multiple-users": 59126,
7099
+ "near-me": 59127,
7095
7100
  node: node,
7096
- "open-folder": 59128,
7101
+ "open-folder": 59129,
7097
7102
  paperclip: paperclip,
7098
- "payment-summary": 59130,
7103
+ "payment-summary": 59131,
7099
7104
  pencil: pencil,
7100
7105
  phone: phone,
7101
- "piggy-bank": 59133,
7102
- "plane-up": 59134,
7106
+ "piggy-bank": 59134,
7107
+ "plane-up": 59135,
7103
7108
  plane: plane,
7104
- "play-circle": 59136,
7109
+ "play-circle": 59137,
7105
7110
  print: print,
7106
- "raising-hands": 59138,
7107
- "reply-arrow": 59139,
7111
+ "raising-hands": 59139,
7112
+ "reply-arrow": 59140,
7108
7113
  reply: reply,
7109
7114
  reschedule: reschedule,
7110
7115
  rostering: rostering,
7111
7116
  save: save,
7112
- "schedule-send": 59144,
7117
+ "schedule-send": 59145,
7113
7118
  schedule: schedule,
7114
- "search-person": 59146,
7119
+ "search-person": 59147,
7115
7120
  send: send,
7116
- "speaker-active": 59148,
7121
+ "speaker-active": 59149,
7117
7122
  speaker: speaker,
7118
- "star-award": 59150,
7119
- "star-badge": 59151,
7120
- "star-circle": 59152,
7121
- "star-medal": 59153,
7123
+ "star-award": 59151,
7124
+ "star-badge": 59152,
7125
+ "star-circle": 59153,
7126
+ "star-medal": 59154,
7122
7127
  star: star,
7123
- "steps-circle": 59155,
7128
+ "steps-circle": 59156,
7124
7129
  stopwatch: stopwatch,
7125
7130
  suitcase: suitcase,
7126
7131
  surfing: surfing,
7127
7132
  survey: survey,
7128
- "swag-pillar-benefit": 59160,
7129
- "swag-pillar-career": 59161,
7130
- "swag-pillar-money": 59162,
7131
- "swag-pillar-work": 59163,
7133
+ "swag-pillar-benefit": 59161,
7134
+ "swag-pillar-career": 59162,
7135
+ "swag-pillar-money": 59163,
7136
+ "swag-pillar-work": 59164,
7132
7137
  swag: swag,
7133
- "swipe-right": 59165,
7134
- "switch": 59166,
7138
+ "swipe-right": 59166,
7139
+ "switch": 59167,
7135
7140
  tag: tag,
7136
7141
  target: target,
7137
7142
  teams: teams,
7138
7143
  timesheet: timesheet,
7139
- "touch-id": 59171,
7140
- "trash-bin": 59172,
7144
+ "touch-id": 59172,
7145
+ "trash-bin": 59173,
7141
7146
  unlock: unlock,
7142
7147
  user: user,
7143
- "video-1": 59175,
7144
- "video-2": 59176,
7148
+ "video-1": 59176,
7149
+ "video-2": 59177,
7145
7150
  wallet: wallet,
7146
7151
  warning: warning,
7147
- "activate-outlined": 59179,
7148
- "add-credit-card-outlined": 59180,
7149
- "add-person-outlined": 59181,
7150
- "add-section-outlined": 59182,
7151
- "add-time-outlined": 59183,
7152
+ "activate-outlined": 59180,
7153
+ "add-credit-card-outlined": 59181,
7154
+ "add-person-outlined": 59182,
7155
+ "add-section-outlined": 59183,
7156
+ "add-time-outlined": 59184,
7152
7157
  add: add,
7153
- "adjustment-outlined": 59185,
7154
- "ai-outlined": 59186,
7155
- "alignment-2-outlined": 59187,
7156
- "alignment-outlined": 59188,
7157
- "all-caps": 59189,
7158
- "arrow-down": 59190,
7159
- "arrow-downwards": 59191,
7160
- "arrow-left": 59192,
7161
- "arrow-leftwards": 59193,
7162
- "arrow-right": 59194,
7163
- "arrow-rightwards": 59195,
7164
- "arrow-up": 59196,
7165
- "arrow-upwards": 59197,
7166
- "article-outlined": 59198,
7167
- "at-sign": 59199,
7168
- "auto-graph-outlined": 59200,
7169
- "beer-outlined": 59201,
7170
- "bell-active-outlined": 59202,
7171
- "bell-outlined": 59203,
7172
- "bell-slash-outlined": 59204,
7173
- "billing-outlined": 59205,
7174
- "body-outlined": 59206,
7158
+ "adjustment-outlined": 59186,
7159
+ "ai-outlined": 59187,
7160
+ "alignment-2-outlined": 59188,
7161
+ "alignment-outlined": 59189,
7162
+ "all-caps": 59190,
7163
+ "application-outlined": 59191,
7164
+ "arrow-down": 59192,
7165
+ "arrow-downwards": 59193,
7166
+ "arrow-left": 59194,
7167
+ "arrow-leftwards": 59195,
7168
+ "arrow-right": 59196,
7169
+ "arrow-rightwards": 59197,
7170
+ "arrow-up": 59198,
7171
+ "arrow-upwards": 59199,
7172
+ "article-outlined": 59200,
7173
+ "at-sign": 59201,
7174
+ "auto-graph-outlined": 59202,
7175
+ "beer-outlined": 59203,
7176
+ "bell-active-outlined": 59204,
7177
+ "bell-outlined": 59205,
7178
+ "bell-slash-outlined": 59206,
7179
+ "billing-outlined": 59207,
7180
+ "body-outlined": 59208,
7175
7181
  bold: bold,
7176
- "bolt-outlined": 59208,
7177
- "book-outlined": 59209,
7178
- "bookmark-added-outlined": 59210,
7179
- "bookmark-outlined": 59211,
7180
- "box-check-outlined": 59212,
7181
- "box-outlined": 59213,
7182
- "bullet-points": 59214,
7183
- "cake-outlined": 59215,
7184
- "calendar-dates-outlined": 59216,
7185
- "calendar-star-outlined": 59217,
7186
- "call-outlined": 59218,
7187
- "call-split-outlined": 59219,
7188
- "camera-outlined": 59220,
7182
+ "bolt-outlined": 59210,
7183
+ "book-outlined": 59211,
7184
+ "bookmark-added-outlined": 59212,
7185
+ "bookmark-outlined": 59213,
7186
+ "box-check-outlined": 59214,
7187
+ "box-outlined": 59215,
7188
+ "bullet-points": 59216,
7189
+ "cake-outlined": 59217,
7190
+ "calendar-dates-outlined": 59218,
7191
+ "calendar-star-outlined": 59219,
7192
+ "call-outlined": 59220,
7193
+ "call-split-outlined": 59221,
7194
+ "camera-outlined": 59222,
7189
7195
  cancel: cancel,
7190
- "car-forward-outlined": 59222,
7191
- "charging-station-outlined": 59223,
7192
- "chat-bubble-outlined": 59224,
7193
- "chat-unread-outlined": 59225,
7196
+ "car-forward-outlined": 59224,
7197
+ "charging-station-outlined": 59225,
7198
+ "chat-bubble-outlined": 59226,
7199
+ "chat-unread-outlined": 59227,
7194
7200
  checkmark: checkmark,
7195
- "circle-add-outlined": 59227,
7196
- "circle-cancel-outlined": 59228,
7197
- "circle-down-outlined": 59229,
7198
- "circle-info-outlined": 59230,
7199
- "circle-left-outlined": 59231,
7200
- "circle-ok-outlined": 59232,
7201
- "circle-question-outlined": 59233,
7202
- "circle-remove-outlined": 59234,
7203
- "circle-right-outlined": 59235,
7204
- "circle-up-outlined": 59236,
7205
- "circle-warning-outlined": 59237,
7206
- "clock-2-outlined": 59238,
7207
- "clock-outlined": 59239,
7208
- "cog-outlined": 59240,
7209
- "coin-outlined": 59241,
7210
- "coin-super-outlined": 59242,
7211
- "comment-outlined": 59243,
7212
- "contacts-outlined": 59244,
7213
- "contacts-user-outlined": 59245,
7214
- "credit-card-outlined": 59246,
7215
- "cup-outlined": 59247,
7216
- "dentistry-outlined": 59248,
7217
- "direction-arrows-outlined": 59249,
7218
- "directory-outlined": 59250,
7219
- "document-outlined": 59251,
7220
- "dollar-box-outlined": 59252,
7221
- "dollar-card-outlined": 59253,
7222
- "dollar-coin-shine-outlined": 59254,
7223
- "dollar-credit-card-outlined": 59255,
7224
- "dollar-sign": 59256,
7225
- "double-buildings-outlined": 59257,
7226
- "double-left-arrows": 59258,
7227
- "double-right-arrows": 59259,
7228
- "download-box-outlined": 59260,
7229
- "download-outlined": 59261,
7230
- "edit-template-outlined": 59262,
7231
- "email-outlined": 59263,
7232
- "enter-arrow": 59264,
7233
- "envelope-outlined": 59265,
7234
- "expense-approval-outlined": 59266,
7235
- "expense-outlined": 59267,
7236
- "explore-outlined": 59268,
7237
- "extension-outlined": 59269,
7238
- "external-link": 59270,
7239
- "eye-invisible-outlined": 59271,
7240
- "eye-outlined": 59272,
7241
- "face-id": 59273,
7242
- "face-meh-outlined": 59274,
7243
- "face-open-smiley-outlined": 59275,
7244
- "face-sad-outlined": 59276,
7245
- "face-smiley-outlined": 59277,
7246
- "fastfood-outlined": 59278,
7247
- "feed-outlined": 59279,
7248
- "file-certified-outlined": 59280,
7249
- "file-clone-outlined": 59281,
7250
- "file-copy-outlined": 59282,
7251
- "file-dispose-outlined": 59283,
7252
- "file-dollar-certified-outlined": 59284,
7253
- "file-dollar-outlined": 59285,
7254
- "file-download-outlined": 59286,
7255
- "file-export-outlined": 59287,
7256
- "file-lock-outlined": 59288,
7257
- "file-outlined": 59289,
7258
- "file-search-outlined": 59290,
7259
- "file-secured-outlined": 59291,
7260
- "file-statutory-outlined": 59292,
7261
- "file-verified-outlined": 59293,
7262
- "filter-outlined": 59294,
7263
- "folder-outlined": 59295,
7264
- "folder-user-outlined": 59296,
7265
- "form-outlined": 59297,
7266
- "funnel-filter-outline": 59298,
7267
- "goal-outlined": 59299,
7268
- "graph-outlined": 59300,
7269
- "hand-holding-user-outlined": 59301,
7270
- "happy-sun-outlined": 59302,
7271
- "health-bag-outlined": 59303,
7272
- "heart-outlined": 59304,
7273
- "home-active-outlined": 59305,
7274
- "home-outlined": 59306,
7275
- "id-card-outlined": 59307,
7276
- "image-outlined": 59308,
7277
- "import-outlined": 59309,
7278
- "instapay-outlined": 59310,
7201
+ "circle-add-outlined": 59229,
7202
+ "circle-cancel-outlined": 59230,
7203
+ "circle-down-outlined": 59231,
7204
+ "circle-info-outlined": 59232,
7205
+ "circle-left-outlined": 59233,
7206
+ "circle-ok-outlined": 59234,
7207
+ "circle-question-outlined": 59235,
7208
+ "circle-remove-outlined": 59236,
7209
+ "circle-right-outlined": 59237,
7210
+ "circle-up-outlined": 59238,
7211
+ "circle-warning-outlined": 59239,
7212
+ "clock-2-outlined": 59240,
7213
+ "clock-outlined": 59241,
7214
+ "cog-outlined": 59242,
7215
+ "coin-outlined": 59243,
7216
+ "coin-super-outlined": 59244,
7217
+ "comment-outlined": 59245,
7218
+ "contacts-outlined": 59246,
7219
+ "contacts-user-outlined": 59247,
7220
+ "credit-card-outlined": 59248,
7221
+ "cup-outlined": 59249,
7222
+ "dentistry-outlined": 59250,
7223
+ "direction-arrows-outlined": 59251,
7224
+ "directory-outlined": 59252,
7225
+ "document-outlined": 59253,
7226
+ "dollar-box-outlined": 59254,
7227
+ "dollar-card-outlined": 59255,
7228
+ "dollar-coin-shine-outlined": 59256,
7229
+ "dollar-credit-card-outlined": 59257,
7230
+ "dollar-sign": 59258,
7231
+ "double-buildings-outlined": 59259,
7232
+ "double-left-arrows": 59260,
7233
+ "double-right-arrows": 59261,
7234
+ "download-box-outlined": 59262,
7235
+ "download-outlined": 59263,
7236
+ "edit-template-outlined": 59264,
7237
+ "email-outlined": 59265,
7238
+ "enter-arrow": 59266,
7239
+ "envelope-outlined": 59267,
7240
+ "expense-approval-outlined": 59268,
7241
+ "expense-outlined": 59269,
7242
+ "explore-outlined": 59270,
7243
+ "extension-outlined": 59271,
7244
+ "external-link": 59272,
7245
+ "eye-invisible-outlined": 59273,
7246
+ "eye-outlined": 59274,
7247
+ "face-id": 59275,
7248
+ "face-meh-outlined": 59276,
7249
+ "face-open-smiley-outlined": 59277,
7250
+ "face-sad-outlined": 59278,
7251
+ "face-smiley-outlined": 59279,
7252
+ "fastfood-outlined": 59280,
7253
+ "feed-outlined": 59281,
7254
+ "file-certified-outlined": 59282,
7255
+ "file-clone-outlined": 59283,
7256
+ "file-copy-outlined": 59284,
7257
+ "file-dispose-outlined": 59285,
7258
+ "file-dollar-certified-outlined": 59286,
7259
+ "file-dollar-outlined": 59287,
7260
+ "file-download-outlined": 59288,
7261
+ "file-export-outlined": 59289,
7262
+ "file-lock-outlined": 59290,
7263
+ "file-outlined": 59291,
7264
+ "file-search-outlined": 59292,
7265
+ "file-secured-outlined": 59293,
7266
+ "file-statutory-outlined": 59294,
7267
+ "file-verified-outlined": 59295,
7268
+ "filter-outlined": 59296,
7269
+ "folder-outlined": 59297,
7270
+ "folder-user-outlined": 59298,
7271
+ "form-outlined": 59299,
7272
+ "funnel-filter-outline": 59300,
7273
+ "goal-outlined": 59301,
7274
+ "graph-outlined": 59302,
7275
+ "hand-holding-user-outlined": 59303,
7276
+ "happy-sun-outlined": 59304,
7277
+ "health-bag-outlined": 59305,
7278
+ "heart-outlined": 59306,
7279
+ "home-active-outlined": 59307,
7280
+ "home-outlined": 59308,
7281
+ "id-card-outlined": 59309,
7282
+ "image-outlined": 59310,
7283
+ "import-outlined": 59311,
7284
+ "instapay-outlined": 59312,
7279
7285
  italic: italic,
7280
- "leave-approval-outlined": 59312,
7281
- "link-1": 59313,
7282
- "link-2": 59314,
7283
- "list-outlined": 59315,
7284
- "live-help-outlined": 59316,
7285
- "location-on-outlined": 59317,
7286
- "location-outlined": 59318,
7287
- "lock-outlined": 59319,
7288
- "locked-file-outlined": 59320,
7289
- "log-out": 59321,
7290
- "mail-outlined": 59322,
7291
- "media-content-outlined": 59323,
7292
- "menu-close": 59324,
7293
- "menu-expand": 59325,
7294
- "menu-fold-outlined": 59326,
7295
- "menu-unfold-outlined": 59327,
7296
- "moneybag-outlined": 59328,
7297
- "moon-outlined": 59329,
7298
- "more-horizontal": 59330,
7299
- "more-vertical": 59331,
7300
- "multiple-folders-outlined": 59332,
7301
- "multiple-users-outlined": 59333,
7302
- "near-me-outlined": 59334,
7303
- "node-outlined": 59335,
7304
- "number-points": 59336,
7286
+ "job-search-outlined": 59314,
7287
+ "leave-approval-outlined": 59315,
7288
+ "link-1": 59316,
7289
+ "link-2": 59317,
7290
+ "list-outlined": 59318,
7291
+ "live-help-outlined": 59319,
7292
+ "location-on-outlined": 59320,
7293
+ "location-outlined": 59321,
7294
+ "lock-outlined": 59322,
7295
+ "locked-file-outlined": 59323,
7296
+ "log-out": 59324,
7297
+ "mail-outlined": 59325,
7298
+ "media-content-outlined": 59326,
7299
+ "menu-close": 59327,
7300
+ "menu-expand": 59328,
7301
+ "menu-fold-outlined": 59329,
7302
+ "menu-unfold-outlined": 59330,
7303
+ "moneybag-outlined": 59331,
7304
+ "moon-outlined": 59332,
7305
+ "more-horizontal": 59333,
7306
+ "more-vertical": 59334,
7307
+ "multiple-folders-outlined": 59335,
7308
+ "multiple-users-outlined": 59336,
7309
+ "near-me-outlined": 59337,
7310
+ "node-outlined": 59338,
7311
+ "number-points": 59339,
7305
7312
  number: number,
7306
- "overview-outlined": 59338,
7307
- "payment-summary-outlined": 59339,
7308
- "payslip-outlined": 59340,
7309
- "pencil-outlined": 59341,
7313
+ "overview-outlined": 59341,
7314
+ "payment-summary-outlined": 59342,
7315
+ "payslip-outlined": 59343,
7316
+ "pencil-outlined": 59344,
7310
7317
  percentage: percentage,
7311
- "phone-outlined": 59343,
7312
- "piggy-bank-outlined": 59344,
7313
- "plane-outlined": 59345,
7314
- "play-circle-outlined": 59346,
7315
- "print-outlined": 59347,
7316
- "propane-tank-outlined": 59348,
7317
- "qr-code-outlined": 59349,
7318
- "qualification-outlined": 59350,
7319
- "re-assign": 59351,
7318
+ "phone-outlined": 59346,
7319
+ "piggy-bank-outlined": 59347,
7320
+ "plane-outlined": 59348,
7321
+ "play-circle-outlined": 59349,
7322
+ "print-outlined": 59350,
7323
+ "propane-tank-outlined": 59351,
7324
+ "qr-code-outlined": 59352,
7325
+ "qualification-outlined": 59353,
7326
+ "re-assign": 59354,
7320
7327
  redeem: redeem,
7321
7328
  refresh: refresh,
7322
7329
  remove: remove,
7323
- "reply-outlined": 59355,
7330
+ "reply-outlined": 59358,
7324
7331
  restart: restart,
7325
- "return-arrow": 59357,
7326
- "rostering-outlined": 59358,
7327
- "save-outlined": 59359,
7328
- "schedule-outlined": 59360,
7329
- "search-outlined": 59361,
7330
- "search-secured-outlined": 59362,
7331
- "send-outlined": 59363,
7332
- "share-1": 59364,
7333
- "share-2": 59365,
7334
- "share-outlined": 59366,
7335
- "show-chart-outlined": 59367,
7336
- "single-down-arrow": 59368,
7337
- "single-left-arrow": 59369,
7338
- "single-right-arrow": 59370,
7339
- "single-up-arrow": 59371,
7340
- "sparkle-outlined": 59372,
7341
- "speaker-active-outlined": 59373,
7342
- "speaker-outlined": 59374,
7343
- "star-circle-outlined": 59375,
7344
- "star-outlined": 59376,
7345
- "stopwatch-outlined": 59377,
7332
+ "resume-outlined": 59360,
7333
+ "return-arrow": 59361,
7334
+ "rostering-outlined": 59362,
7335
+ "save-outlined": 59363,
7336
+ "schedule-outlined": 59364,
7337
+ "search-outlined": 59365,
7338
+ "search-secured-outlined": 59366,
7339
+ "send-outlined": 59367,
7340
+ "share-1": 59368,
7341
+ "share-2": 59369,
7342
+ "share-outlined": 59370,
7343
+ "show-chart-outlined": 59371,
7344
+ "single-down-arrow": 59372,
7345
+ "single-left-arrow": 59373,
7346
+ "single-right-arrow": 59374,
7347
+ "single-up-arrow": 59375,
7348
+ "smart-match-outlined": 59376,
7349
+ "sparkle-outlined": 59377,
7350
+ "speaker-active-outlined": 59378,
7351
+ "speaker-outlined": 59379,
7352
+ "star-circle-outlined": 59380,
7353
+ "star-outlined": 59381,
7354
+ "stopwatch-outlined": 59382,
7346
7355
  strikethrough: strikethrough,
7347
- "styler-outlined": 59379,
7348
- "suitcase-clock-outlined": 59380,
7349
- "suitcase-outlined": 59381,
7350
- "survey-outlined": 59382,
7351
- "switch-outlined": 59383,
7356
+ "styler-outlined": 59384,
7357
+ "suitcase-clock-outlined": 59385,
7358
+ "suitcase-outlined": 59386,
7359
+ "survey-outlined": 59387,
7360
+ "switch-outlined": 59388,
7352
7361
  sync: sync,
7353
- "tag-outlined": 59385,
7354
- "target-outlined": 59386,
7355
- "tennis-outlined": 59387,
7356
- "ticket-outlined": 59388,
7357
- "timesheet-outlined": 59389,
7358
- "timesheets-outlined": 59390,
7359
- "today-outlined": 59391,
7362
+ "tag-outlined": 59390,
7363
+ "target-outlined": 59391,
7364
+ "tennis-outlined": 59392,
7365
+ "ticket-outlined": 59393,
7366
+ "timesheet-outlined": 59394,
7367
+ "timesheets-outlined": 59395,
7368
+ "today-outlined": 59396,
7360
7369
  transfer: transfer,
7361
- "trash-bin-outlined": 59393,
7362
- "umbrela-outlined": 59394,
7370
+ "trash-bin-outlined": 59398,
7371
+ "umbrela-outlined": 59399,
7363
7372
  unavailable: unavailable,
7364
7373
  underline: underline,
7365
- "union-outlined": 59397,
7366
- "unlock-outlined": 59398,
7367
- "upload-outlined": 59399,
7368
- "user-circle-outlined": 59400,
7369
- "user-gear-outlined": 59401,
7370
- "user-outlined": 59402,
7371
- "user-rectangle-outlined": 59403,
7372
- "video-1-outlined": 59404,
7373
- "video-2-outlined": 59405,
7374
- "volunteer-outlined": 59406,
7375
- "wallet-outlined": 59407
7374
+ "union-outlined": 59402,
7375
+ "unlock-outlined": 59403,
7376
+ "upload-outlined": 59404,
7377
+ "user-circle-outlined": 59405,
7378
+ "user-gear-outlined": 59406,
7379
+ "user-outlined": 59407,
7380
+ "user-rectangle-outlined": 59408,
7381
+ "video-1-outlined": 59409,
7382
+ "video-2-outlined": 59410,
7383
+ "volunteer-outlined": 59411,
7384
+ "wallet-outlined": 59412
7376
7385
  };
7377
7386
 
7378
7387
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -12357,6 +12366,7 @@ var Carousel = function Carousel(_ref) {
12357
12366
  _useStateFromProp2 = _slicedToArray(_useStateFromProp, 2),
12358
12367
  currentSlideIndex = _useStateFromProp2[0],
12359
12368
  setCurrentSlideIndex = _useStateFromProp2[1];
12369
+ var shouldRenderPagination = items.length > 1 && shouldShowPagination(currentSlideIndex);
12360
12370
  var internalOnItemIndexChange = useCallback(function (index) {
12361
12371
  setCurrentSlideIndex(index);
12362
12372
  if (onItemIndexChange) {
@@ -12396,7 +12406,7 @@ var Carousel = function Carousel(_ref) {
12396
12406
  testID: testID
12397
12407
  }, nativeProps), /*#__PURE__*/React.createElement(StyledBackDrop, {
12398
12408
  themeSlideBackground: ((_items$currentSlideIn = items[currentSlideIndex]) === null || _items$currentSlideIn === void 0 ? void 0 : _items$currentSlideIn.background) || theme.colors.defaultGlobalSurface
12399
- }), /*#__PURE__*/React.createElement(StyledPageControlWrapper, null, pageControlPosition === 'top' && shouldShowPagination(currentSlideIndex) && /*#__PURE__*/React.createElement(StyledPageControl, {
12409
+ }), /*#__PURE__*/React.createElement(StyledPageControlWrapper, null, pageControlPosition === 'top' && shouldRenderPagination && /*#__PURE__*/React.createElement(StyledPageControl, {
12400
12410
  numberOfPages: items.length,
12401
12411
  currentPage: currentSlideIndex
12402
12412
  })), /*#__PURE__*/React.createElement(StyledCarouselView, null, /*#__PURE__*/React.createElement(FlatList, {
@@ -12434,7 +12444,7 @@ var Carousel = function Carousel(_ref) {
12434
12444
  width: width
12435
12445
  });
12436
12446
  }
12437
- }), /*#__PURE__*/React.createElement(StyledCarouselFooterWrapper, null, renderActions && renderActions(currentSlideIndex), pageControlPosition === 'bottom' && shouldShowPagination(currentSlideIndex) && /*#__PURE__*/React.createElement(StyledPageControl, {
12447
+ }), /*#__PURE__*/React.createElement(StyledCarouselFooterWrapper, null, renderActions && renderActions(currentSlideIndex), pageControlPosition === 'bottom' && shouldRenderPagination && /*#__PURE__*/React.createElement(StyledPageControl, {
12438
12448
  numberOfPages: items.length,
12439
12449
  currentPage: currentSlideIndex
12440
12450
  }))));
@@ -12731,8 +12741,6 @@ var StyledMaxLengthMessage = index$a(Typography.Caption)(function (_ref7) {
12731
12741
  themeState = _ref7.themeState;
12732
12742
  return {
12733
12743
  color: theme.__hd__.textInput.colors.maxLengthLabels[themeState],
12734
- marginRight: theme.__hd__.textInput.space.maxLengthLabelMarginLeft,
12735
- alignSelf: 'flex-end',
12736
12744
  flex: 1,
12737
12745
  flexGrow: 1,
12738
12746
  textAlign: 'right'
@@ -12787,7 +12795,7 @@ var StyledTextInputAndLabelContainer = index$a(View)(function () {
12787
12795
  var StyledErrorAndHelpTextContainer = index$a(View)(function (_ref11) {
12788
12796
  var theme = _ref11.theme;
12789
12797
  return {
12790
- paddingLeft: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingLeft,
12798
+ paddingHorizontal: theme.__hd__.textInput.space.errorAndHelpTextContainerHorizontalPadding,
12791
12799
  minHeight: theme.__hd__.textInput.sizes.errorAndHelpTextContainerHeight,
12792
12800
  paddingTop: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingTop
12793
12801
  };
@@ -12795,7 +12803,8 @@ var StyledErrorAndHelpTextContainer = index$a(View)(function (_ref11) {
12795
12803
  var StyledErrorAndMaxLengthContainer = index$a(View)(function () {
12796
12804
  return {
12797
12805
  flexDirection: 'row',
12798
- justifyContent: 'space-between'
12806
+ justifyContent: 'space-between',
12807
+ alignItems: 'flex-start'
12799
12808
  };
12800
12809
  });
12801
12810
 
@@ -15893,7 +15902,9 @@ var renderActions = function renderActions(actions, width, progress, direction)
15893
15902
  flexDirection: 'row',
15894
15903
  transform: [{
15895
15904
  translateX: trans
15896
- }]
15905
+ }],
15906
+ zIndex: -99,
15907
+ position: 'relative'
15897
15908
  }
15898
15909
  }, actions);
15899
15910
  };
@@ -15912,6 +15923,10 @@ var Swipeable = function Swipeable(_ref) {
15912
15923
  var _useWindowDimensions = useWindowDimensions(),
15913
15924
  width = _useWindowDimensions.width;
15914
15925
  var swipeableRef = useRef(null);
15926
+ var _React$useState = React.useState(0),
15927
+ _React$useState2 = _slicedToArray(_React$useState, 2),
15928
+ containerWidth = _React$useState2[0],
15929
+ setContainerWidth = _React$useState2[1];
15915
15930
  var renderLeftActions = useCallback(function (progress) {
15916
15931
  return renderActions(leftActions, leftActionsWidth || width, progress, 'left');
15917
15932
  }, [leftActions, leftActionsWidth, width]);
@@ -15932,7 +15947,11 @@ var Swipeable = function Swipeable(_ref) {
15932
15947
  break;
15933
15948
  }
15934
15949
  }, [state]);
15935
- return /*#__PURE__*/React.createElement(GestureHandlerRootView, null, /*#__PURE__*/React.createElement(Swipeable$1, _extends$1({}, swipeableProps, {
15950
+ return /*#__PURE__*/React.createElement(GestureHandlerRootView, null, /*#__PURE__*/React.createElement(Box, {
15951
+ onLayout: function onLayout(e) {
15952
+ return setContainerWidth(e.nativeEvent.layout.width);
15953
+ }
15954
+ }, /*#__PURE__*/React.createElement(Swipeable$1, _extends$1({}, swipeableProps, {
15936
15955
  ref: swipeableRef
15937
15956
  }, leftActions !== undefined && {
15938
15957
  renderLeftActions: renderLeftActions
@@ -15950,8 +15969,14 @@ var Swipeable = function Swipeable(_ref) {
15950
15969
  },
15951
15970
  containerStyle: {
15952
15971
  borderRadius: variant === 'card' ? theme.__hd__.swipeable.radii.swipeableContainer : 0
15972
+ },
15973
+ childrenContainerStyle: {
15974
+ backgroundColor: theme.__hd__.swipeable.colors.defaultContainerBackground,
15975
+ position: 'relative',
15976
+ width: containerWidth + theme.__hd__.swipeable.space.containerExtraWidth,
15977
+ borderRadius: theme.__hd__.swipeable.radii.swipeableContainer
15953
15978
  }
15954
- }), children));
15979
+ }), children)));
15955
15980
  };
15956
15981
  var index$5 = Object.assign(Swipeable, {
15957
15982
  Action: SwipeableAction,