@hero-design/rn 8.51.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 +14 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +256 -232
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +256 -232
  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 +4 -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-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', '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;
@@ -6949,21 +6953,21 @@ var user = 59175;
6949
6953
  var wallet = 59178;
6950
6954
  var warning = 59179;
6951
6955
  var add = 59185;
6952
- var bold = 59208;
6953
- var cancel = 59222;
6954
- var checkmark = 59227;
6955
- var italic = 59312;
6956
- var number = 59338;
6957
- var percentage = 59343;
6958
- var redeem = 59353;
6959
- var refresh = 59354;
6960
- var remove = 59355;
6961
- var restart = 59357;
6962
- var strikethrough = 59379;
6963
- var sync = 59385;
6964
- var transfer = 59393;
6965
- var unavailable = 59396;
6966
- var underline = 59397;
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,
@@ -7156,224 +7160,228 @@ var glyphMap = {
7156
7160
  "alignment-2-outlined": 59188,
7157
7161
  "alignment-outlined": 59189,
7158
7162
  "all-caps": 59190,
7159
- "arrow-down": 59191,
7160
- "arrow-downwards": 59192,
7161
- "arrow-left": 59193,
7162
- "arrow-leftwards": 59194,
7163
- "arrow-right": 59195,
7164
- "arrow-rightwards": 59196,
7165
- "arrow-up": 59197,
7166
- "arrow-upwards": 59198,
7167
- "article-outlined": 59199,
7168
- "at-sign": 59200,
7169
- "auto-graph-outlined": 59201,
7170
- "beer-outlined": 59202,
7171
- "bell-active-outlined": 59203,
7172
- "bell-outlined": 59204,
7173
- "bell-slash-outlined": 59205,
7174
- "billing-outlined": 59206,
7175
- "body-outlined": 59207,
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,
7176
7181
  bold: bold,
7177
- "bolt-outlined": 59209,
7178
- "book-outlined": 59210,
7179
- "bookmark-added-outlined": 59211,
7180
- "bookmark-outlined": 59212,
7181
- "box-check-outlined": 59213,
7182
- "box-outlined": 59214,
7183
- "bullet-points": 59215,
7184
- "cake-outlined": 59216,
7185
- "calendar-dates-outlined": 59217,
7186
- "calendar-star-outlined": 59218,
7187
- "call-outlined": 59219,
7188
- "call-split-outlined": 59220,
7189
- "camera-outlined": 59221,
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,
7190
7195
  cancel: cancel,
7191
- "car-forward-outlined": 59223,
7192
- "charging-station-outlined": 59224,
7193
- "chat-bubble-outlined": 59225,
7194
- "chat-unread-outlined": 59226,
7196
+ "car-forward-outlined": 59224,
7197
+ "charging-station-outlined": 59225,
7198
+ "chat-bubble-outlined": 59226,
7199
+ "chat-unread-outlined": 59227,
7195
7200
  checkmark: checkmark,
7196
- "circle-add-outlined": 59228,
7197
- "circle-cancel-outlined": 59229,
7198
- "circle-down-outlined": 59230,
7199
- "circle-info-outlined": 59231,
7200
- "circle-left-outlined": 59232,
7201
- "circle-ok-outlined": 59233,
7202
- "circle-question-outlined": 59234,
7203
- "circle-remove-outlined": 59235,
7204
- "circle-right-outlined": 59236,
7205
- "circle-up-outlined": 59237,
7206
- "circle-warning-outlined": 59238,
7207
- "clock-2-outlined": 59239,
7208
- "clock-outlined": 59240,
7209
- "cog-outlined": 59241,
7210
- "coin-outlined": 59242,
7211
- "coin-super-outlined": 59243,
7212
- "comment-outlined": 59244,
7213
- "contacts-outlined": 59245,
7214
- "contacts-user-outlined": 59246,
7215
- "credit-card-outlined": 59247,
7216
- "cup-outlined": 59248,
7217
- "dentistry-outlined": 59249,
7218
- "direction-arrows-outlined": 59250,
7219
- "directory-outlined": 59251,
7220
- "document-outlined": 59252,
7221
- "dollar-box-outlined": 59253,
7222
- "dollar-card-outlined": 59254,
7223
- "dollar-coin-shine-outlined": 59255,
7224
- "dollar-credit-card-outlined": 59256,
7225
- "dollar-sign": 59257,
7226
- "double-buildings-outlined": 59258,
7227
- "double-left-arrows": 59259,
7228
- "double-right-arrows": 59260,
7229
- "download-box-outlined": 59261,
7230
- "download-outlined": 59262,
7231
- "edit-template-outlined": 59263,
7232
- "email-outlined": 59264,
7233
- "enter-arrow": 59265,
7234
- "envelope-outlined": 59266,
7235
- "expense-approval-outlined": 59267,
7236
- "expense-outlined": 59268,
7237
- "explore-outlined": 59269,
7238
- "extension-outlined": 59270,
7239
- "external-link": 59271,
7240
- "eye-invisible-outlined": 59272,
7241
- "eye-outlined": 59273,
7242
- "face-id": 59274,
7243
- "face-meh-outlined": 59275,
7244
- "face-open-smiley-outlined": 59276,
7245
- "face-sad-outlined": 59277,
7246
- "face-smiley-outlined": 59278,
7247
- "fastfood-outlined": 59279,
7248
- "feed-outlined": 59280,
7249
- "file-certified-outlined": 59281,
7250
- "file-clone-outlined": 59282,
7251
- "file-copy-outlined": 59283,
7252
- "file-dispose-outlined": 59284,
7253
- "file-dollar-certified-outlined": 59285,
7254
- "file-dollar-outlined": 59286,
7255
- "file-download-outlined": 59287,
7256
- "file-export-outlined": 59288,
7257
- "file-lock-outlined": 59289,
7258
- "file-outlined": 59290,
7259
- "file-search-outlined": 59291,
7260
- "file-secured-outlined": 59292,
7261
- "file-statutory-outlined": 59293,
7262
- "file-verified-outlined": 59294,
7263
- "filter-outlined": 59295,
7264
- "folder-outlined": 59296,
7265
- "folder-user-outlined": 59297,
7266
- "form-outlined": 59298,
7267
- "funnel-filter-outline": 59299,
7268
- "goal-outlined": 59300,
7269
- "graph-outlined": 59301,
7270
- "hand-holding-user-outlined": 59302,
7271
- "happy-sun-outlined": 59303,
7272
- "health-bag-outlined": 59304,
7273
- "heart-outlined": 59305,
7274
- "home-active-outlined": 59306,
7275
- "home-outlined": 59307,
7276
- "id-card-outlined": 59308,
7277
- "image-outlined": 59309,
7278
- "import-outlined": 59310,
7279
- "instapay-outlined": 59311,
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,
7280
7285
  italic: italic,
7281
- "leave-approval-outlined": 59313,
7282
- "link-1": 59314,
7283
- "link-2": 59315,
7284
- "list-outlined": 59316,
7285
- "live-help-outlined": 59317,
7286
- "location-on-outlined": 59318,
7287
- "location-outlined": 59319,
7288
- "lock-outlined": 59320,
7289
- "locked-file-outlined": 59321,
7290
- "log-out": 59322,
7291
- "mail-outlined": 59323,
7292
- "media-content-outlined": 59324,
7293
- "menu-close": 59325,
7294
- "menu-expand": 59326,
7295
- "menu-fold-outlined": 59327,
7296
- "menu-unfold-outlined": 59328,
7297
- "moneybag-outlined": 59329,
7298
- "moon-outlined": 59330,
7299
- "more-horizontal": 59331,
7300
- "more-vertical": 59332,
7301
- "multiple-folders-outlined": 59333,
7302
- "multiple-users-outlined": 59334,
7303
- "near-me-outlined": 59335,
7304
- "node-outlined": 59336,
7305
- "number-points": 59337,
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,
7306
7312
  number: number,
7307
- "overview-outlined": 59339,
7308
- "payment-summary-outlined": 59340,
7309
- "payslip-outlined": 59341,
7310
- "pencil-outlined": 59342,
7313
+ "overview-outlined": 59341,
7314
+ "payment-summary-outlined": 59342,
7315
+ "payslip-outlined": 59343,
7316
+ "pencil-outlined": 59344,
7311
7317
  percentage: percentage,
7312
- "phone-outlined": 59344,
7313
- "piggy-bank-outlined": 59345,
7314
- "plane-outlined": 59346,
7315
- "play-circle-outlined": 59347,
7316
- "print-outlined": 59348,
7317
- "propane-tank-outlined": 59349,
7318
- "qr-code-outlined": 59350,
7319
- "qualification-outlined": 59351,
7320
- "re-assign": 59352,
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,
7321
7327
  redeem: redeem,
7322
7328
  refresh: refresh,
7323
7329
  remove: remove,
7324
- "reply-outlined": 59356,
7330
+ "reply-outlined": 59358,
7325
7331
  restart: restart,
7326
- "return-arrow": 59358,
7327
- "rostering-outlined": 59359,
7328
- "save-outlined": 59360,
7329
- "schedule-outlined": 59361,
7330
- "search-outlined": 59362,
7331
- "search-secured-outlined": 59363,
7332
- "send-outlined": 59364,
7333
- "share-1": 59365,
7334
- "share-2": 59366,
7335
- "share-outlined": 59367,
7336
- "show-chart-outlined": 59368,
7337
- "single-down-arrow": 59369,
7338
- "single-left-arrow": 59370,
7339
- "single-right-arrow": 59371,
7340
- "single-up-arrow": 59372,
7341
- "sparkle-outlined": 59373,
7342
- "speaker-active-outlined": 59374,
7343
- "speaker-outlined": 59375,
7344
- "star-circle-outlined": 59376,
7345
- "star-outlined": 59377,
7346
- "stopwatch-outlined": 59378,
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,
7347
7355
  strikethrough: strikethrough,
7348
- "styler-outlined": 59380,
7349
- "suitcase-clock-outlined": 59381,
7350
- "suitcase-outlined": 59382,
7351
- "survey-outlined": 59383,
7352
- "switch-outlined": 59384,
7356
+ "styler-outlined": 59384,
7357
+ "suitcase-clock-outlined": 59385,
7358
+ "suitcase-outlined": 59386,
7359
+ "survey-outlined": 59387,
7360
+ "switch-outlined": 59388,
7353
7361
  sync: sync,
7354
- "tag-outlined": 59386,
7355
- "target-outlined": 59387,
7356
- "tennis-outlined": 59388,
7357
- "ticket-outlined": 59389,
7358
- "timesheet-outlined": 59390,
7359
- "timesheets-outlined": 59391,
7360
- "today-outlined": 59392,
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,
7361
7369
  transfer: transfer,
7362
- "trash-bin-outlined": 59394,
7363
- "umbrela-outlined": 59395,
7370
+ "trash-bin-outlined": 59398,
7371
+ "umbrela-outlined": 59399,
7364
7372
  unavailable: unavailable,
7365
7373
  underline: underline,
7366
- "union-outlined": 59398,
7367
- "unlock-outlined": 59399,
7368
- "upload-outlined": 59400,
7369
- "user-circle-outlined": 59401,
7370
- "user-gear-outlined": 59402,
7371
- "user-outlined": 59403,
7372
- "user-rectangle-outlined": 59404,
7373
- "video-1-outlined": 59405,
7374
- "video-2-outlined": 59406,
7375
- "volunteer-outlined": 59407,
7376
- "wallet-outlined": 59408
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
7377
7385
  };
7378
7386
 
7379
7387
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -12358,6 +12366,7 @@ var Carousel = function Carousel(_ref) {
12358
12366
  _useStateFromProp2 = _slicedToArray(_useStateFromProp, 2),
12359
12367
  currentSlideIndex = _useStateFromProp2[0],
12360
12368
  setCurrentSlideIndex = _useStateFromProp2[1];
12369
+ var shouldRenderPagination = items.length > 1 && shouldShowPagination(currentSlideIndex);
12361
12370
  var internalOnItemIndexChange = useCallback(function (index) {
12362
12371
  setCurrentSlideIndex(index);
12363
12372
  if (onItemIndexChange) {
@@ -12397,7 +12406,7 @@ var Carousel = function Carousel(_ref) {
12397
12406
  testID: testID
12398
12407
  }, nativeProps), /*#__PURE__*/React.createElement(StyledBackDrop, {
12399
12408
  themeSlideBackground: ((_items$currentSlideIn = items[currentSlideIndex]) === null || _items$currentSlideIn === void 0 ? void 0 : _items$currentSlideIn.background) || theme.colors.defaultGlobalSurface
12400
- }), /*#__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, {
12401
12410
  numberOfPages: items.length,
12402
12411
  currentPage: currentSlideIndex
12403
12412
  })), /*#__PURE__*/React.createElement(StyledCarouselView, null, /*#__PURE__*/React.createElement(FlatList, {
@@ -12435,7 +12444,7 @@ var Carousel = function Carousel(_ref) {
12435
12444
  width: width
12436
12445
  });
12437
12446
  }
12438
- }), /*#__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, {
12439
12448
  numberOfPages: items.length,
12440
12449
  currentPage: currentSlideIndex
12441
12450
  }))));
@@ -12732,8 +12741,6 @@ var StyledMaxLengthMessage = index$a(Typography.Caption)(function (_ref7) {
12732
12741
  themeState = _ref7.themeState;
12733
12742
  return {
12734
12743
  color: theme.__hd__.textInput.colors.maxLengthLabels[themeState],
12735
- marginRight: theme.__hd__.textInput.space.maxLengthLabelMarginLeft,
12736
- alignSelf: 'flex-end',
12737
12744
  flex: 1,
12738
12745
  flexGrow: 1,
12739
12746
  textAlign: 'right'
@@ -12788,7 +12795,7 @@ var StyledTextInputAndLabelContainer = index$a(View)(function () {
12788
12795
  var StyledErrorAndHelpTextContainer = index$a(View)(function (_ref11) {
12789
12796
  var theme = _ref11.theme;
12790
12797
  return {
12791
- paddingLeft: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingLeft,
12798
+ paddingHorizontal: theme.__hd__.textInput.space.errorAndHelpTextContainerHorizontalPadding,
12792
12799
  minHeight: theme.__hd__.textInput.sizes.errorAndHelpTextContainerHeight,
12793
12800
  paddingTop: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingTop
12794
12801
  };
@@ -12796,7 +12803,8 @@ var StyledErrorAndHelpTextContainer = index$a(View)(function (_ref11) {
12796
12803
  var StyledErrorAndMaxLengthContainer = index$a(View)(function () {
12797
12804
  return {
12798
12805
  flexDirection: 'row',
12799
- justifyContent: 'space-between'
12806
+ justifyContent: 'space-between',
12807
+ alignItems: 'flex-start'
12800
12808
  };
12801
12809
  });
12802
12810
 
@@ -15894,7 +15902,9 @@ var renderActions = function renderActions(actions, width, progress, direction)
15894
15902
  flexDirection: 'row',
15895
15903
  transform: [{
15896
15904
  translateX: trans
15897
- }]
15905
+ }],
15906
+ zIndex: -99,
15907
+ position: 'relative'
15898
15908
  }
15899
15909
  }, actions);
15900
15910
  };
@@ -15913,6 +15923,10 @@ var Swipeable = function Swipeable(_ref) {
15913
15923
  var _useWindowDimensions = useWindowDimensions(),
15914
15924
  width = _useWindowDimensions.width;
15915
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];
15916
15930
  var renderLeftActions = useCallback(function (progress) {
15917
15931
  return renderActions(leftActions, leftActionsWidth || width, progress, 'left');
15918
15932
  }, [leftActions, leftActionsWidth, width]);
@@ -15933,7 +15947,11 @@ var Swipeable = function Swipeable(_ref) {
15933
15947
  break;
15934
15948
  }
15935
15949
  }, [state]);
15936
- 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, {
15937
15955
  ref: swipeableRef
15938
15956
  }, leftActions !== undefined && {
15939
15957
  renderLeftActions: renderLeftActions
@@ -15951,8 +15969,14 @@ var Swipeable = function Swipeable(_ref) {
15951
15969
  },
15952
15970
  containerStyle: {
15953
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
15954
15978
  }
15955
- }), children));
15979
+ }), children)));
15956
15980
  };
15957
15981
  var index$5 = Object.assign(Swipeable, {
15958
15982
  Action: SwipeableAction,