@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/lib/index.js CHANGED
@@ -3184,14 +3184,19 @@ var getSwipeableTheme = function getSwipeableTheme(theme) {
3184
3184
  var colors = {
3185
3185
  success: theme.colors.success,
3186
3186
  danger: theme.colors.error,
3187
- primary: theme.colors.primary
3187
+ primary: theme.colors.primary,
3188
+ defaultContainerBackground: theme.colors.defaultGlobalSurface
3188
3189
  };
3189
3190
  var radii = {
3190
3191
  swipeableContainer: theme.radii.medium
3191
3192
  };
3193
+ var space = {
3194
+ containerExtraWidth: theme.space.xsmall
3195
+ };
3192
3196
  return {
3193
3197
  colors: colors,
3194
- radii: radii
3198
+ radii: radii,
3199
+ space: space
3195
3200
  };
3196
3201
  };
3197
3202
 
@@ -3370,8 +3375,7 @@ var getTextInputTheme = function getTextInputTheme(theme) {
3370
3375
  inputHorizontalMargin: theme.space.small,
3371
3376
  errorContainerMarginRight: theme.space.xsmall,
3372
3377
  errorMarginLeft: theme.space.xsmall,
3373
- maxLengthLabelMarginLeft: theme.space.xsmall,
3374
- errorAndHelpTextContainerPaddingLeft: theme.space.medium,
3378
+ errorAndHelpTextContainerHorizontalPadding: theme.space.medium,
3375
3379
  containerMarginTop: theme.space.small,
3376
3380
  labelInsideTextInputMarginTop: -theme.space.xxsmall,
3377
3381
  errorAndHelpTextContainerPaddingTop: theme.space.xxsmall
@@ -6905,7 +6909,7 @@ var Typography = {
6905
6909
  };
6906
6910
 
6907
6911
  // 🔴 DO NOT EDIT — This file is generated automatically.
6908
- 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'];
6912
+ 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'];
6909
6913
 
6910
6914
  var activate = 59000;
6911
6915
  var adjustment = 59003;
@@ -6946,54 +6950,54 @@ var image = 59108;
6946
6950
  var instapay = 59111;
6947
6951
  var list = 59112;
6948
6952
  var loading = 59114;
6949
- var location = 59115;
6950
- var lock = 59116;
6951
- var menu = 59120;
6952
- var moneybag = 59122;
6953
- var moon = 59123;
6954
- var node = 59127;
6955
- var paperclip = 59129;
6956
- var pencil = 59131;
6957
- var phone = 59132;
6958
- var plane = 59135;
6959
- var print = 59137;
6960
- var reply = 59140;
6961
- var reschedule = 59141;
6962
- var rostering = 59142;
6963
- var save = 59143;
6964
- var schedule = 59145;
6965
- var send = 59147;
6966
- var speaker = 59149;
6967
- var star = 59154;
6968
- var stopwatch = 59156;
6969
- var suitcase = 59157;
6970
- var surfing = 59158;
6971
- var survey = 59159;
6972
- var swag = 59164;
6973
- var tag = 59167;
6974
- var target = 59168;
6975
- var teams = 59169;
6976
- var timesheet = 59170;
6977
- var unlock = 59173;
6978
- var user = 59174;
6979
- var wallet = 59177;
6980
- var warning = 59178;
6981
- var add = 59184;
6982
- var bold = 59207;
6983
- var cancel = 59221;
6984
- var checkmark = 59226;
6985
- var italic = 59311;
6986
- var number = 59337;
6987
- var percentage = 59342;
6988
- var redeem = 59352;
6989
- var refresh = 59353;
6990
- var remove = 59354;
6991
- var restart = 59356;
6992
- var strikethrough = 59378;
6993
- var sync = 59384;
6994
- var transfer = 59392;
6995
- var unavailable = 59395;
6996
- var underline = 59396;
6953
+ var location = 59116;
6954
+ var lock = 59117;
6955
+ var menu = 59121;
6956
+ var moneybag = 59123;
6957
+ var moon = 59124;
6958
+ var node = 59128;
6959
+ var paperclip = 59130;
6960
+ var pencil = 59132;
6961
+ var phone = 59133;
6962
+ var plane = 59136;
6963
+ var print = 59138;
6964
+ var reply = 59141;
6965
+ var reschedule = 59142;
6966
+ var rostering = 59143;
6967
+ var save = 59144;
6968
+ var schedule = 59146;
6969
+ var send = 59148;
6970
+ var speaker = 59150;
6971
+ var star = 59155;
6972
+ var stopwatch = 59157;
6973
+ var suitcase = 59158;
6974
+ var surfing = 59159;
6975
+ var survey = 59160;
6976
+ var swag = 59165;
6977
+ var tag = 59168;
6978
+ var target = 59169;
6979
+ var teams = 59170;
6980
+ var timesheet = 59171;
6981
+ var unlock = 59174;
6982
+ var user = 59175;
6983
+ var wallet = 59178;
6984
+ var warning = 59179;
6985
+ var add = 59185;
6986
+ var bold = 59209;
6987
+ var cancel = 59223;
6988
+ var checkmark = 59228;
6989
+ var italic = 59313;
6990
+ var number = 59340;
6991
+ var percentage = 59345;
6992
+ var redeem = 59355;
6993
+ var refresh = 59356;
6994
+ var remove = 59357;
6995
+ var restart = 59359;
6996
+ var strikethrough = 59383;
6997
+ var sync = 59389;
6998
+ var transfer = 59397;
6999
+ var unavailable = 59400;
7000
+ var underline = 59401;
6997
7001
  var glyphMap = {
6998
7002
  activate: activate,
6999
7003
  "add-emoji": 59001,
@@ -7110,299 +7114,304 @@ var glyphMap = {
7110
7114
  list: list,
7111
7115
  "loading-2": 59113,
7112
7116
  loading: loading,
7117
+ "location-on": 59115,
7113
7118
  location: location,
7114
7119
  lock: lock,
7115
- "looks-one": 59117,
7116
- "looks-two": 59118,
7117
- "media-content": 59119,
7120
+ "looks-one": 59118,
7121
+ "looks-two": 59119,
7122
+ "media-content": 59120,
7118
7123
  menu: menu,
7119
- "money-notes": 59121,
7124
+ "money-notes": 59122,
7120
7125
  moneybag: moneybag,
7121
7126
  moon: moon,
7122
- "multiple-stars": 59124,
7123
- "multiple-users": 59125,
7124
- "near-me": 59126,
7127
+ "multiple-stars": 59125,
7128
+ "multiple-users": 59126,
7129
+ "near-me": 59127,
7125
7130
  node: node,
7126
- "open-folder": 59128,
7131
+ "open-folder": 59129,
7127
7132
  paperclip: paperclip,
7128
- "payment-summary": 59130,
7133
+ "payment-summary": 59131,
7129
7134
  pencil: pencil,
7130
7135
  phone: phone,
7131
- "piggy-bank": 59133,
7132
- "plane-up": 59134,
7136
+ "piggy-bank": 59134,
7137
+ "plane-up": 59135,
7133
7138
  plane: plane,
7134
- "play-circle": 59136,
7139
+ "play-circle": 59137,
7135
7140
  print: print,
7136
- "raising-hands": 59138,
7137
- "reply-arrow": 59139,
7141
+ "raising-hands": 59139,
7142
+ "reply-arrow": 59140,
7138
7143
  reply: reply,
7139
7144
  reschedule: reschedule,
7140
7145
  rostering: rostering,
7141
7146
  save: save,
7142
- "schedule-send": 59144,
7147
+ "schedule-send": 59145,
7143
7148
  schedule: schedule,
7144
- "search-person": 59146,
7149
+ "search-person": 59147,
7145
7150
  send: send,
7146
- "speaker-active": 59148,
7151
+ "speaker-active": 59149,
7147
7152
  speaker: speaker,
7148
- "star-award": 59150,
7149
- "star-badge": 59151,
7150
- "star-circle": 59152,
7151
- "star-medal": 59153,
7153
+ "star-award": 59151,
7154
+ "star-badge": 59152,
7155
+ "star-circle": 59153,
7156
+ "star-medal": 59154,
7152
7157
  star: star,
7153
- "steps-circle": 59155,
7158
+ "steps-circle": 59156,
7154
7159
  stopwatch: stopwatch,
7155
7160
  suitcase: suitcase,
7156
7161
  surfing: surfing,
7157
7162
  survey: survey,
7158
- "swag-pillar-benefit": 59160,
7159
- "swag-pillar-career": 59161,
7160
- "swag-pillar-money": 59162,
7161
- "swag-pillar-work": 59163,
7163
+ "swag-pillar-benefit": 59161,
7164
+ "swag-pillar-career": 59162,
7165
+ "swag-pillar-money": 59163,
7166
+ "swag-pillar-work": 59164,
7162
7167
  swag: swag,
7163
- "swipe-right": 59165,
7164
- "switch": 59166,
7168
+ "swipe-right": 59166,
7169
+ "switch": 59167,
7165
7170
  tag: tag,
7166
7171
  target: target,
7167
7172
  teams: teams,
7168
7173
  timesheet: timesheet,
7169
- "touch-id": 59171,
7170
- "trash-bin": 59172,
7174
+ "touch-id": 59172,
7175
+ "trash-bin": 59173,
7171
7176
  unlock: unlock,
7172
7177
  user: user,
7173
- "video-1": 59175,
7174
- "video-2": 59176,
7178
+ "video-1": 59176,
7179
+ "video-2": 59177,
7175
7180
  wallet: wallet,
7176
7181
  warning: warning,
7177
- "activate-outlined": 59179,
7178
- "add-credit-card-outlined": 59180,
7179
- "add-person-outlined": 59181,
7180
- "add-section-outlined": 59182,
7181
- "add-time-outlined": 59183,
7182
+ "activate-outlined": 59180,
7183
+ "add-credit-card-outlined": 59181,
7184
+ "add-person-outlined": 59182,
7185
+ "add-section-outlined": 59183,
7186
+ "add-time-outlined": 59184,
7182
7187
  add: add,
7183
- "adjustment-outlined": 59185,
7184
- "ai-outlined": 59186,
7185
- "alignment-2-outlined": 59187,
7186
- "alignment-outlined": 59188,
7187
- "all-caps": 59189,
7188
- "arrow-down": 59190,
7189
- "arrow-downwards": 59191,
7190
- "arrow-left": 59192,
7191
- "arrow-leftwards": 59193,
7192
- "arrow-right": 59194,
7193
- "arrow-rightwards": 59195,
7194
- "arrow-up": 59196,
7195
- "arrow-upwards": 59197,
7196
- "article-outlined": 59198,
7197
- "at-sign": 59199,
7198
- "auto-graph-outlined": 59200,
7199
- "beer-outlined": 59201,
7200
- "bell-active-outlined": 59202,
7201
- "bell-outlined": 59203,
7202
- "bell-slash-outlined": 59204,
7203
- "billing-outlined": 59205,
7204
- "body-outlined": 59206,
7188
+ "adjustment-outlined": 59186,
7189
+ "ai-outlined": 59187,
7190
+ "alignment-2-outlined": 59188,
7191
+ "alignment-outlined": 59189,
7192
+ "all-caps": 59190,
7193
+ "application-outlined": 59191,
7194
+ "arrow-down": 59192,
7195
+ "arrow-downwards": 59193,
7196
+ "arrow-left": 59194,
7197
+ "arrow-leftwards": 59195,
7198
+ "arrow-right": 59196,
7199
+ "arrow-rightwards": 59197,
7200
+ "arrow-up": 59198,
7201
+ "arrow-upwards": 59199,
7202
+ "article-outlined": 59200,
7203
+ "at-sign": 59201,
7204
+ "auto-graph-outlined": 59202,
7205
+ "beer-outlined": 59203,
7206
+ "bell-active-outlined": 59204,
7207
+ "bell-outlined": 59205,
7208
+ "bell-slash-outlined": 59206,
7209
+ "billing-outlined": 59207,
7210
+ "body-outlined": 59208,
7205
7211
  bold: bold,
7206
- "bolt-outlined": 59208,
7207
- "book-outlined": 59209,
7208
- "bookmark-added-outlined": 59210,
7209
- "bookmark-outlined": 59211,
7210
- "box-check-outlined": 59212,
7211
- "box-outlined": 59213,
7212
- "bullet-points": 59214,
7213
- "cake-outlined": 59215,
7214
- "calendar-dates-outlined": 59216,
7215
- "calendar-star-outlined": 59217,
7216
- "call-outlined": 59218,
7217
- "call-split-outlined": 59219,
7218
- "camera-outlined": 59220,
7212
+ "bolt-outlined": 59210,
7213
+ "book-outlined": 59211,
7214
+ "bookmark-added-outlined": 59212,
7215
+ "bookmark-outlined": 59213,
7216
+ "box-check-outlined": 59214,
7217
+ "box-outlined": 59215,
7218
+ "bullet-points": 59216,
7219
+ "cake-outlined": 59217,
7220
+ "calendar-dates-outlined": 59218,
7221
+ "calendar-star-outlined": 59219,
7222
+ "call-outlined": 59220,
7223
+ "call-split-outlined": 59221,
7224
+ "camera-outlined": 59222,
7219
7225
  cancel: cancel,
7220
- "car-forward-outlined": 59222,
7221
- "charging-station-outlined": 59223,
7222
- "chat-bubble-outlined": 59224,
7223
- "chat-unread-outlined": 59225,
7226
+ "car-forward-outlined": 59224,
7227
+ "charging-station-outlined": 59225,
7228
+ "chat-bubble-outlined": 59226,
7229
+ "chat-unread-outlined": 59227,
7224
7230
  checkmark: checkmark,
7225
- "circle-add-outlined": 59227,
7226
- "circle-cancel-outlined": 59228,
7227
- "circle-down-outlined": 59229,
7228
- "circle-info-outlined": 59230,
7229
- "circle-left-outlined": 59231,
7230
- "circle-ok-outlined": 59232,
7231
- "circle-question-outlined": 59233,
7232
- "circle-remove-outlined": 59234,
7233
- "circle-right-outlined": 59235,
7234
- "circle-up-outlined": 59236,
7235
- "circle-warning-outlined": 59237,
7236
- "clock-2-outlined": 59238,
7237
- "clock-outlined": 59239,
7238
- "cog-outlined": 59240,
7239
- "coin-outlined": 59241,
7240
- "coin-super-outlined": 59242,
7241
- "comment-outlined": 59243,
7242
- "contacts-outlined": 59244,
7243
- "contacts-user-outlined": 59245,
7244
- "credit-card-outlined": 59246,
7245
- "cup-outlined": 59247,
7246
- "dentistry-outlined": 59248,
7247
- "direction-arrows-outlined": 59249,
7248
- "directory-outlined": 59250,
7249
- "document-outlined": 59251,
7250
- "dollar-box-outlined": 59252,
7251
- "dollar-card-outlined": 59253,
7252
- "dollar-coin-shine-outlined": 59254,
7253
- "dollar-credit-card-outlined": 59255,
7254
- "dollar-sign": 59256,
7255
- "double-buildings-outlined": 59257,
7256
- "double-left-arrows": 59258,
7257
- "double-right-arrows": 59259,
7258
- "download-box-outlined": 59260,
7259
- "download-outlined": 59261,
7260
- "edit-template-outlined": 59262,
7261
- "email-outlined": 59263,
7262
- "enter-arrow": 59264,
7263
- "envelope-outlined": 59265,
7264
- "expense-approval-outlined": 59266,
7265
- "expense-outlined": 59267,
7266
- "explore-outlined": 59268,
7267
- "extension-outlined": 59269,
7268
- "external-link": 59270,
7269
- "eye-invisible-outlined": 59271,
7270
- "eye-outlined": 59272,
7271
- "face-id": 59273,
7272
- "face-meh-outlined": 59274,
7273
- "face-open-smiley-outlined": 59275,
7274
- "face-sad-outlined": 59276,
7275
- "face-smiley-outlined": 59277,
7276
- "fastfood-outlined": 59278,
7277
- "feed-outlined": 59279,
7278
- "file-certified-outlined": 59280,
7279
- "file-clone-outlined": 59281,
7280
- "file-copy-outlined": 59282,
7281
- "file-dispose-outlined": 59283,
7282
- "file-dollar-certified-outlined": 59284,
7283
- "file-dollar-outlined": 59285,
7284
- "file-download-outlined": 59286,
7285
- "file-export-outlined": 59287,
7286
- "file-lock-outlined": 59288,
7287
- "file-outlined": 59289,
7288
- "file-search-outlined": 59290,
7289
- "file-secured-outlined": 59291,
7290
- "file-statutory-outlined": 59292,
7291
- "file-verified-outlined": 59293,
7292
- "filter-outlined": 59294,
7293
- "folder-outlined": 59295,
7294
- "folder-user-outlined": 59296,
7295
- "form-outlined": 59297,
7296
- "funnel-filter-outline": 59298,
7297
- "goal-outlined": 59299,
7298
- "graph-outlined": 59300,
7299
- "hand-holding-user-outlined": 59301,
7300
- "happy-sun-outlined": 59302,
7301
- "health-bag-outlined": 59303,
7302
- "heart-outlined": 59304,
7303
- "home-active-outlined": 59305,
7304
- "home-outlined": 59306,
7305
- "id-card-outlined": 59307,
7306
- "image-outlined": 59308,
7307
- "import-outlined": 59309,
7308
- "instapay-outlined": 59310,
7231
+ "circle-add-outlined": 59229,
7232
+ "circle-cancel-outlined": 59230,
7233
+ "circle-down-outlined": 59231,
7234
+ "circle-info-outlined": 59232,
7235
+ "circle-left-outlined": 59233,
7236
+ "circle-ok-outlined": 59234,
7237
+ "circle-question-outlined": 59235,
7238
+ "circle-remove-outlined": 59236,
7239
+ "circle-right-outlined": 59237,
7240
+ "circle-up-outlined": 59238,
7241
+ "circle-warning-outlined": 59239,
7242
+ "clock-2-outlined": 59240,
7243
+ "clock-outlined": 59241,
7244
+ "cog-outlined": 59242,
7245
+ "coin-outlined": 59243,
7246
+ "coin-super-outlined": 59244,
7247
+ "comment-outlined": 59245,
7248
+ "contacts-outlined": 59246,
7249
+ "contacts-user-outlined": 59247,
7250
+ "credit-card-outlined": 59248,
7251
+ "cup-outlined": 59249,
7252
+ "dentistry-outlined": 59250,
7253
+ "direction-arrows-outlined": 59251,
7254
+ "directory-outlined": 59252,
7255
+ "document-outlined": 59253,
7256
+ "dollar-box-outlined": 59254,
7257
+ "dollar-card-outlined": 59255,
7258
+ "dollar-coin-shine-outlined": 59256,
7259
+ "dollar-credit-card-outlined": 59257,
7260
+ "dollar-sign": 59258,
7261
+ "double-buildings-outlined": 59259,
7262
+ "double-left-arrows": 59260,
7263
+ "double-right-arrows": 59261,
7264
+ "download-box-outlined": 59262,
7265
+ "download-outlined": 59263,
7266
+ "edit-template-outlined": 59264,
7267
+ "email-outlined": 59265,
7268
+ "enter-arrow": 59266,
7269
+ "envelope-outlined": 59267,
7270
+ "expense-approval-outlined": 59268,
7271
+ "expense-outlined": 59269,
7272
+ "explore-outlined": 59270,
7273
+ "extension-outlined": 59271,
7274
+ "external-link": 59272,
7275
+ "eye-invisible-outlined": 59273,
7276
+ "eye-outlined": 59274,
7277
+ "face-id": 59275,
7278
+ "face-meh-outlined": 59276,
7279
+ "face-open-smiley-outlined": 59277,
7280
+ "face-sad-outlined": 59278,
7281
+ "face-smiley-outlined": 59279,
7282
+ "fastfood-outlined": 59280,
7283
+ "feed-outlined": 59281,
7284
+ "file-certified-outlined": 59282,
7285
+ "file-clone-outlined": 59283,
7286
+ "file-copy-outlined": 59284,
7287
+ "file-dispose-outlined": 59285,
7288
+ "file-dollar-certified-outlined": 59286,
7289
+ "file-dollar-outlined": 59287,
7290
+ "file-download-outlined": 59288,
7291
+ "file-export-outlined": 59289,
7292
+ "file-lock-outlined": 59290,
7293
+ "file-outlined": 59291,
7294
+ "file-search-outlined": 59292,
7295
+ "file-secured-outlined": 59293,
7296
+ "file-statutory-outlined": 59294,
7297
+ "file-verified-outlined": 59295,
7298
+ "filter-outlined": 59296,
7299
+ "folder-outlined": 59297,
7300
+ "folder-user-outlined": 59298,
7301
+ "form-outlined": 59299,
7302
+ "funnel-filter-outline": 59300,
7303
+ "goal-outlined": 59301,
7304
+ "graph-outlined": 59302,
7305
+ "hand-holding-user-outlined": 59303,
7306
+ "happy-sun-outlined": 59304,
7307
+ "health-bag-outlined": 59305,
7308
+ "heart-outlined": 59306,
7309
+ "home-active-outlined": 59307,
7310
+ "home-outlined": 59308,
7311
+ "id-card-outlined": 59309,
7312
+ "image-outlined": 59310,
7313
+ "import-outlined": 59311,
7314
+ "instapay-outlined": 59312,
7309
7315
  italic: italic,
7310
- "leave-approval-outlined": 59312,
7311
- "link-1": 59313,
7312
- "link-2": 59314,
7313
- "list-outlined": 59315,
7314
- "live-help-outlined": 59316,
7315
- "location-on-outlined": 59317,
7316
- "location-outlined": 59318,
7317
- "lock-outlined": 59319,
7318
- "locked-file-outlined": 59320,
7319
- "log-out": 59321,
7320
- "mail-outlined": 59322,
7321
- "media-content-outlined": 59323,
7322
- "menu-close": 59324,
7323
- "menu-expand": 59325,
7324
- "menu-fold-outlined": 59326,
7325
- "menu-unfold-outlined": 59327,
7326
- "moneybag-outlined": 59328,
7327
- "moon-outlined": 59329,
7328
- "more-horizontal": 59330,
7329
- "more-vertical": 59331,
7330
- "multiple-folders-outlined": 59332,
7331
- "multiple-users-outlined": 59333,
7332
- "near-me-outlined": 59334,
7333
- "node-outlined": 59335,
7334
- "number-points": 59336,
7316
+ "job-search-outlined": 59314,
7317
+ "leave-approval-outlined": 59315,
7318
+ "link-1": 59316,
7319
+ "link-2": 59317,
7320
+ "list-outlined": 59318,
7321
+ "live-help-outlined": 59319,
7322
+ "location-on-outlined": 59320,
7323
+ "location-outlined": 59321,
7324
+ "lock-outlined": 59322,
7325
+ "locked-file-outlined": 59323,
7326
+ "log-out": 59324,
7327
+ "mail-outlined": 59325,
7328
+ "media-content-outlined": 59326,
7329
+ "menu-close": 59327,
7330
+ "menu-expand": 59328,
7331
+ "menu-fold-outlined": 59329,
7332
+ "menu-unfold-outlined": 59330,
7333
+ "moneybag-outlined": 59331,
7334
+ "moon-outlined": 59332,
7335
+ "more-horizontal": 59333,
7336
+ "more-vertical": 59334,
7337
+ "multiple-folders-outlined": 59335,
7338
+ "multiple-users-outlined": 59336,
7339
+ "near-me-outlined": 59337,
7340
+ "node-outlined": 59338,
7341
+ "number-points": 59339,
7335
7342
  number: number,
7336
- "overview-outlined": 59338,
7337
- "payment-summary-outlined": 59339,
7338
- "payslip-outlined": 59340,
7339
- "pencil-outlined": 59341,
7343
+ "overview-outlined": 59341,
7344
+ "payment-summary-outlined": 59342,
7345
+ "payslip-outlined": 59343,
7346
+ "pencil-outlined": 59344,
7340
7347
  percentage: percentage,
7341
- "phone-outlined": 59343,
7342
- "piggy-bank-outlined": 59344,
7343
- "plane-outlined": 59345,
7344
- "play-circle-outlined": 59346,
7345
- "print-outlined": 59347,
7346
- "propane-tank-outlined": 59348,
7347
- "qr-code-outlined": 59349,
7348
- "qualification-outlined": 59350,
7349
- "re-assign": 59351,
7348
+ "phone-outlined": 59346,
7349
+ "piggy-bank-outlined": 59347,
7350
+ "plane-outlined": 59348,
7351
+ "play-circle-outlined": 59349,
7352
+ "print-outlined": 59350,
7353
+ "propane-tank-outlined": 59351,
7354
+ "qr-code-outlined": 59352,
7355
+ "qualification-outlined": 59353,
7356
+ "re-assign": 59354,
7350
7357
  redeem: redeem,
7351
7358
  refresh: refresh,
7352
7359
  remove: remove,
7353
- "reply-outlined": 59355,
7360
+ "reply-outlined": 59358,
7354
7361
  restart: restart,
7355
- "return-arrow": 59357,
7356
- "rostering-outlined": 59358,
7357
- "save-outlined": 59359,
7358
- "schedule-outlined": 59360,
7359
- "search-outlined": 59361,
7360
- "search-secured-outlined": 59362,
7361
- "send-outlined": 59363,
7362
- "share-1": 59364,
7363
- "share-2": 59365,
7364
- "share-outlined": 59366,
7365
- "show-chart-outlined": 59367,
7366
- "single-down-arrow": 59368,
7367
- "single-left-arrow": 59369,
7368
- "single-right-arrow": 59370,
7369
- "single-up-arrow": 59371,
7370
- "sparkle-outlined": 59372,
7371
- "speaker-active-outlined": 59373,
7372
- "speaker-outlined": 59374,
7373
- "star-circle-outlined": 59375,
7374
- "star-outlined": 59376,
7375
- "stopwatch-outlined": 59377,
7362
+ "resume-outlined": 59360,
7363
+ "return-arrow": 59361,
7364
+ "rostering-outlined": 59362,
7365
+ "save-outlined": 59363,
7366
+ "schedule-outlined": 59364,
7367
+ "search-outlined": 59365,
7368
+ "search-secured-outlined": 59366,
7369
+ "send-outlined": 59367,
7370
+ "share-1": 59368,
7371
+ "share-2": 59369,
7372
+ "share-outlined": 59370,
7373
+ "show-chart-outlined": 59371,
7374
+ "single-down-arrow": 59372,
7375
+ "single-left-arrow": 59373,
7376
+ "single-right-arrow": 59374,
7377
+ "single-up-arrow": 59375,
7378
+ "smart-match-outlined": 59376,
7379
+ "sparkle-outlined": 59377,
7380
+ "speaker-active-outlined": 59378,
7381
+ "speaker-outlined": 59379,
7382
+ "star-circle-outlined": 59380,
7383
+ "star-outlined": 59381,
7384
+ "stopwatch-outlined": 59382,
7376
7385
  strikethrough: strikethrough,
7377
- "styler-outlined": 59379,
7378
- "suitcase-clock-outlined": 59380,
7379
- "suitcase-outlined": 59381,
7380
- "survey-outlined": 59382,
7381
- "switch-outlined": 59383,
7386
+ "styler-outlined": 59384,
7387
+ "suitcase-clock-outlined": 59385,
7388
+ "suitcase-outlined": 59386,
7389
+ "survey-outlined": 59387,
7390
+ "switch-outlined": 59388,
7382
7391
  sync: sync,
7383
- "tag-outlined": 59385,
7384
- "target-outlined": 59386,
7385
- "tennis-outlined": 59387,
7386
- "ticket-outlined": 59388,
7387
- "timesheet-outlined": 59389,
7388
- "timesheets-outlined": 59390,
7389
- "today-outlined": 59391,
7392
+ "tag-outlined": 59390,
7393
+ "target-outlined": 59391,
7394
+ "tennis-outlined": 59392,
7395
+ "ticket-outlined": 59393,
7396
+ "timesheet-outlined": 59394,
7397
+ "timesheets-outlined": 59395,
7398
+ "today-outlined": 59396,
7390
7399
  transfer: transfer,
7391
- "trash-bin-outlined": 59393,
7392
- "umbrela-outlined": 59394,
7400
+ "trash-bin-outlined": 59398,
7401
+ "umbrela-outlined": 59399,
7393
7402
  unavailable: unavailable,
7394
7403
  underline: underline,
7395
- "union-outlined": 59397,
7396
- "unlock-outlined": 59398,
7397
- "upload-outlined": 59399,
7398
- "user-circle-outlined": 59400,
7399
- "user-gear-outlined": 59401,
7400
- "user-outlined": 59402,
7401
- "user-rectangle-outlined": 59403,
7402
- "video-1-outlined": 59404,
7403
- "video-2-outlined": 59405,
7404
- "volunteer-outlined": 59406,
7405
- "wallet-outlined": 59407
7404
+ "union-outlined": 59402,
7405
+ "unlock-outlined": 59403,
7406
+ "upload-outlined": 59404,
7407
+ "user-circle-outlined": 59405,
7408
+ "user-gear-outlined": 59406,
7409
+ "user-outlined": 59407,
7410
+ "user-rectangle-outlined": 59408,
7411
+ "video-1-outlined": 59409,
7412
+ "video-2-outlined": 59410,
7413
+ "volunteer-outlined": 59411,
7414
+ "wallet-outlined": 59412
7406
7415
  };
7407
7416
 
7408
7417
  var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -12387,6 +12396,7 @@ var Carousel = function Carousel(_ref) {
12387
12396
  _useStateFromProp2 = _slicedToArray(_useStateFromProp, 2),
12388
12397
  currentSlideIndex = _useStateFromProp2[0],
12389
12398
  setCurrentSlideIndex = _useStateFromProp2[1];
12399
+ var shouldRenderPagination = items.length > 1 && shouldShowPagination(currentSlideIndex);
12390
12400
  var internalOnItemIndexChange = React.useCallback(function (index) {
12391
12401
  setCurrentSlideIndex(index);
12392
12402
  if (onItemIndexChange) {
@@ -12426,7 +12436,7 @@ var Carousel = function Carousel(_ref) {
12426
12436
  testID: testID
12427
12437
  }, nativeProps), /*#__PURE__*/React__default["default"].createElement(StyledBackDrop, {
12428
12438
  themeSlideBackground: ((_items$currentSlideIn = items[currentSlideIndex]) === null || _items$currentSlideIn === void 0 ? void 0 : _items$currentSlideIn.background) || theme.colors.defaultGlobalSurface
12429
- }), /*#__PURE__*/React__default["default"].createElement(StyledPageControlWrapper, null, pageControlPosition === 'top' && shouldShowPagination(currentSlideIndex) && /*#__PURE__*/React__default["default"].createElement(StyledPageControl, {
12439
+ }), /*#__PURE__*/React__default["default"].createElement(StyledPageControlWrapper, null, pageControlPosition === 'top' && shouldRenderPagination && /*#__PURE__*/React__default["default"].createElement(StyledPageControl, {
12430
12440
  numberOfPages: items.length,
12431
12441
  currentPage: currentSlideIndex
12432
12442
  })), /*#__PURE__*/React__default["default"].createElement(StyledCarouselView, null, /*#__PURE__*/React__default["default"].createElement(reactNative.FlatList, {
@@ -12464,7 +12474,7 @@ var Carousel = function Carousel(_ref) {
12464
12474
  width: width
12465
12475
  });
12466
12476
  }
12467
- }), /*#__PURE__*/React__default["default"].createElement(StyledCarouselFooterWrapper, null, renderActions && renderActions(currentSlideIndex), pageControlPosition === 'bottom' && shouldShowPagination(currentSlideIndex) && /*#__PURE__*/React__default["default"].createElement(StyledPageControl, {
12477
+ }), /*#__PURE__*/React__default["default"].createElement(StyledCarouselFooterWrapper, null, renderActions && renderActions(currentSlideIndex), pageControlPosition === 'bottom' && shouldRenderPagination && /*#__PURE__*/React__default["default"].createElement(StyledPageControl, {
12468
12478
  numberOfPages: items.length,
12469
12479
  currentPage: currentSlideIndex
12470
12480
  }))));
@@ -12761,8 +12771,6 @@ var StyledMaxLengthMessage = index$a(Typography.Caption)(function (_ref7) {
12761
12771
  themeState = _ref7.themeState;
12762
12772
  return {
12763
12773
  color: theme.__hd__.textInput.colors.maxLengthLabels[themeState],
12764
- marginRight: theme.__hd__.textInput.space.maxLengthLabelMarginLeft,
12765
- alignSelf: 'flex-end',
12766
12774
  flex: 1,
12767
12775
  flexGrow: 1,
12768
12776
  textAlign: 'right'
@@ -12817,7 +12825,7 @@ var StyledTextInputAndLabelContainer = index$a(reactNative.View)(function () {
12817
12825
  var StyledErrorAndHelpTextContainer = index$a(reactNative.View)(function (_ref11) {
12818
12826
  var theme = _ref11.theme;
12819
12827
  return {
12820
- paddingLeft: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingLeft,
12828
+ paddingHorizontal: theme.__hd__.textInput.space.errorAndHelpTextContainerHorizontalPadding,
12821
12829
  minHeight: theme.__hd__.textInput.sizes.errorAndHelpTextContainerHeight,
12822
12830
  paddingTop: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingTop
12823
12831
  };
@@ -12825,7 +12833,8 @@ var StyledErrorAndHelpTextContainer = index$a(reactNative.View)(function (_ref11
12825
12833
  var StyledErrorAndMaxLengthContainer = index$a(reactNative.View)(function () {
12826
12834
  return {
12827
12835
  flexDirection: 'row',
12828
- justifyContent: 'space-between'
12836
+ justifyContent: 'space-between',
12837
+ alignItems: 'flex-start'
12829
12838
  };
12830
12839
  });
12831
12840
 
@@ -15923,7 +15932,9 @@ var renderActions = function renderActions(actions, width, progress, direction)
15923
15932
  flexDirection: 'row',
15924
15933
  transform: [{
15925
15934
  translateX: trans
15926
- }]
15935
+ }],
15936
+ zIndex: -99,
15937
+ position: 'relative'
15927
15938
  }
15928
15939
  }, actions);
15929
15940
  };
@@ -15942,6 +15953,10 @@ var Swipeable = function Swipeable(_ref) {
15942
15953
  var _useWindowDimensions = reactNative.useWindowDimensions(),
15943
15954
  width = _useWindowDimensions.width;
15944
15955
  var swipeableRef = React.useRef(null);
15956
+ var _React$useState = React__default["default"].useState(0),
15957
+ _React$useState2 = _slicedToArray(_React$useState, 2),
15958
+ containerWidth = _React$useState2[0],
15959
+ setContainerWidth = _React$useState2[1];
15945
15960
  var renderLeftActions = React.useCallback(function (progress) {
15946
15961
  return renderActions(leftActions, leftActionsWidth || width, progress, 'left');
15947
15962
  }, [leftActions, leftActionsWidth, width]);
@@ -15962,7 +15977,11 @@ var Swipeable = function Swipeable(_ref) {
15962
15977
  break;
15963
15978
  }
15964
15979
  }, [state]);
15965
- return /*#__PURE__*/React__default["default"].createElement(reactNativeGestureHandler.GestureHandlerRootView, null, /*#__PURE__*/React__default["default"].createElement(reactNativeGestureHandler.Swipeable, _extends$1({}, swipeableProps, {
15980
+ return /*#__PURE__*/React__default["default"].createElement(reactNativeGestureHandler.GestureHandlerRootView, null, /*#__PURE__*/React__default["default"].createElement(Box, {
15981
+ onLayout: function onLayout(e) {
15982
+ return setContainerWidth(e.nativeEvent.layout.width);
15983
+ }
15984
+ }, /*#__PURE__*/React__default["default"].createElement(reactNativeGestureHandler.Swipeable, _extends$1({}, swipeableProps, {
15966
15985
  ref: swipeableRef
15967
15986
  }, leftActions !== undefined && {
15968
15987
  renderLeftActions: renderLeftActions
@@ -15980,8 +15999,14 @@ var Swipeable = function Swipeable(_ref) {
15980
15999
  },
15981
16000
  containerStyle: {
15982
16001
  borderRadius: variant === 'card' ? theme.__hd__.swipeable.radii.swipeableContainer : 0
16002
+ },
16003
+ childrenContainerStyle: {
16004
+ backgroundColor: theme.__hd__.swipeable.colors.defaultContainerBackground,
16005
+ position: 'relative',
16006
+ width: containerWidth + theme.__hd__.swipeable.space.containerExtraWidth,
16007
+ borderRadius: theme.__hd__.swipeable.radii.swipeableContainer
15983
16008
  }
15984
- }), children));
16009
+ }), children)));
15985
16010
  };
15986
16011
  var index$5 = Object.assign(Swipeable, {
15987
16012
  Action: SwipeableAction,