@hero-design/rn 8.8.1 → 8.9.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 (94) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +397 -615
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +396 -615
  6. package/package.json +9 -9
  7. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -1
  8. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +2 -1
  9. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  10. package/src/components/Icon/IconList.ts +2 -0
  11. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +9 -9
  12. package/src/components/RichTextEditor/RichTextEditor.tsx +3 -2
  13. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -2
  14. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +10 -5
  15. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +10 -5
  16. package/src/components/TextInput/StyledTextInput.tsx +2 -1
  17. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +126 -110
  18. package/src/components/TextInput/index.tsx +3 -2
  19. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +28 -25
  20. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +28 -25
  21. package/src/index.ts +0 -2
  22. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +8 -5
  23. package/src/theme/components/progress.ts +4 -4
  24. package/src/theme/components/textInput.ts +6 -2
  25. package/types/components/Accordion/StyledAccordion.d.ts +1 -0
  26. package/types/components/Alert/StyledAlert.d.ts +1 -0
  27. package/types/components/Attachment/StyledAttachment.d.ts +1 -0
  28. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -0
  29. package/types/components/Avatar/StyledAvatar.d.ts +1 -0
  30. package/types/components/Badge/StyledBadge.d.ts +1 -0
  31. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +1 -0
  32. package/types/components/BottomSheet/BottomSheetContext.d.ts +1 -0
  33. package/types/components/BottomSheet/StyledBottomSheet.d.ts +1 -0
  34. package/types/components/Box/StyledBox.d.ts +1 -0
  35. package/types/components/Box/types.d.ts +1 -0
  36. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -0
  37. package/types/components/Button/StyledButton.d.ts +1 -0
  38. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +1 -0
  39. package/types/components/Calendar/StyledCalendar.d.ts +1 -0
  40. package/types/components/Card/DataCard/StyledDataCard.d.ts +1 -0
  41. package/types/components/Card/StyledCard.d.ts +1 -0
  42. package/types/components/Carousel/StyledCarousel.d.ts +1 -0
  43. package/types/components/Checkbox/StyledCheckbox.d.ts +1 -0
  44. package/types/components/Collapse/StyledCollapse.d.ts +1 -0
  45. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +1 -0
  46. package/types/components/DatePicker/StyledDatePicker.d.ts +1 -0
  47. package/types/components/Divider/StyledDivider.d.ts +1 -0
  48. package/types/components/Drawer/StyledDrawer.d.ts +1 -0
  49. package/types/components/Empty/StyledEmpty.d.ts +1 -0
  50. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +1 -0
  51. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +1 -0
  52. package/types/components/FAB/StyledFAB.d.ts +1 -0
  53. package/types/components/Icon/HeroIcon/index.d.ts +1 -0
  54. package/types/components/Icon/IconList.d.ts +1 -1
  55. package/types/components/Icon/index.d.ts +1 -1
  56. package/types/components/Icon/utils.d.ts +1 -1
  57. package/types/components/List/StyledBasicListItem.d.ts +1 -0
  58. package/types/components/List/StyledListItem.d.ts +1 -0
  59. package/types/components/PageControl/StyledPageControl.d.ts +1 -0
  60. package/types/components/PinInput/StyledPinInput.d.ts +1 -0
  61. package/types/components/Progress/StyledProgressBar.d.ts +1 -0
  62. package/types/components/Progress/StyledProgressCircle.d.ts +1 -0
  63. package/types/components/Radio/StyledRadio.d.ts +1 -0
  64. package/types/components/Radio/index.d.ts +1 -0
  65. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +1 -0
  66. package/types/components/RichTextEditor/StyledToolbar.d.ts +1 -0
  67. package/types/components/RichTextEditor/index.d.ts +1 -0
  68. package/types/components/SectionHeading/StyledHeading.d.ts +1 -0
  69. package/types/components/Select/StyledSelect.d.ts +1 -0
  70. package/types/components/Select/helpers.d.ts +1 -0
  71. package/types/components/Spinner/StyledSpinner.d.ts +1 -0
  72. package/types/components/Swipeable/StyledSwipeable.d.ts +1 -0
  73. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +1 -0
  74. package/types/components/Switch/StyledSwitch.d.ts +1 -0
  75. package/types/components/Tabs/StyledScrollableTabs.d.ts +1 -0
  76. package/types/components/Tabs/StyledTabs.d.ts +1 -0
  77. package/types/components/Tag/StyledTag.d.ts +1 -0
  78. package/types/components/TextInput/StyledTextInput.d.ts +1 -0
  79. package/types/components/TextInput/index.d.ts +1 -1
  80. package/types/components/TimePicker/StyledTimePicker.d.ts +1 -0
  81. package/types/components/Toast/StyledToast.d.ts +1 -0
  82. package/types/components/Toast/ToastContext.d.ts +1 -0
  83. package/types/components/Toast/index.d.ts +1 -0
  84. package/types/components/Toolbar/StyledToolbar.d.ts +1 -0
  85. package/types/components/Typography/Text/StyledText.d.ts +1 -0
  86. package/types/index.d.ts +1 -2
  87. package/types/theme/ThemeProvider.d.ts +1 -0
  88. package/types/theme/components/textInput.d.ts +4 -1
  89. package/src/components/SwipeableV2/StyledSwipeable.tsx +0 -14
  90. package/src/components/SwipeableV2/__tests__/__snapshots__/index.spec.tsx.snap +0 -161
  91. package/src/components/SwipeableV2/__tests__/index.spec.tsx +0 -48
  92. package/src/components/SwipeableV2/index.tsx +0 -364
  93. package/types/components/SwipeableV2/StyledSwipeable.d.ts +0 -15
  94. package/types/components/SwipeableV2/index.d.ts +0 -46
package/es/index.js CHANGED
@@ -2178,10 +2178,10 @@ var getProgressTheme = function getProgressTheme(theme) {
2178
2178
  var colors = {
2179
2179
  completeness: {
2180
2180
  primary: theme.colors.primary,
2181
- success: theme.colors.onSuccessSurface,
2182
- warning: theme.colors.onWarningSurface,
2183
- danger: theme.colors.onErrorSurface,
2184
- info: theme.colors.onInfoSurface,
2181
+ success: theme.colors.success,
2182
+ warning: theme.colors.warning,
2183
+ danger: theme.colors.error,
2184
+ info: theme.colors.info,
2185
2185
  archived: theme.colors.onArchivedSurface,
2186
2186
  primaryInverted: theme.colors.onDarkGlobalSurface,
2187
2187
  successInverted: theme.colors.onDarkGlobalSurface,
@@ -2547,11 +2547,11 @@ var getTextInputTheme = function getTextInputTheme(theme) {
2547
2547
  labelPaddingBottom: theme.space.small,
2548
2548
  labelHorizontalPadding: theme.space.xsmall,
2549
2549
  inputHorizontalMargin: theme.space.small,
2550
- containerMarginVertical: theme.space.small,
2551
2550
  errorContainerMarginRight: theme.space.xsmall,
2552
2551
  errorMarginLeft: theme.space.xsmall,
2553
2552
  maxLengthLabelMarginLeft: theme.space.xsmall,
2554
- errorAndHelpTextContainerPaddingLeft: theme.space.medium
2553
+ errorAndHelpTextContainerPaddingLeft: theme.space.medium,
2554
+ containerMarginTop: theme.space.small
2555
2555
  };
2556
2556
  var fontSizes = {
2557
2557
  text: theme.fontSizes.medium,
@@ -2573,13 +2573,17 @@ var getTextInputTheme = function getTextInputTheme(theme) {
2573
2573
  var radii = {
2574
2574
  container: theme.radii.medium
2575
2575
  };
2576
+ var sizes = {
2577
+ errorAndHelpTextContainerHeight: theme.sizes.medium
2578
+ };
2576
2579
  return {
2577
2580
  colors: colors,
2578
2581
  space: space,
2579
2582
  fontSizes: fontSizes,
2580
2583
  borderWidths: borderWidths,
2581
2584
  radii: radii,
2582
- lineHeights: lineHeights
2585
+ lineHeights: lineHeights,
2586
+ sizes: sizes
2583
2587
  };
2584
2588
  };
2585
2589
 
@@ -5620,7 +5624,7 @@ var index$a = components.reduce(function (acc, comp) {
5620
5624
  });
5621
5625
  }, styled);
5622
5626
 
5623
- var StyledWrapper$c = index$a(Animated.View)(function () {
5627
+ var StyledWrapper$b = index$a(Animated.View)(function () {
5624
5628
  return {
5625
5629
  margin: 0,
5626
5630
  padding: 0,
@@ -5694,7 +5698,7 @@ var Collapse = function Collapse(_ref) {
5694
5698
  var height = _ref2.height;
5695
5699
  setContentHeight(height);
5696
5700
  }, []);
5697
- return /*#__PURE__*/React.createElement(StyledWrapper$c, {
5701
+ return /*#__PURE__*/React.createElement(StyledWrapper$b, {
5698
5702
  style: {
5699
5703
  height: collapseAnim
5700
5704
  },
@@ -5707,7 +5711,7 @@ var Collapse = function Collapse(_ref) {
5707
5711
  }, children)));
5708
5712
  };
5709
5713
 
5710
- var StyledWrapper$b = index$a(View)(function () {
5714
+ var StyledWrapper$a = index$a(View)(function () {
5711
5715
  return {};
5712
5716
  });
5713
5717
  var StyledItemWrapper = index$a(View)(function (_ref) {
@@ -5760,7 +5764,7 @@ var StyledText$3 = index$a(Text$1)(function (_ref) {
5760
5764
  });
5761
5765
  });
5762
5766
 
5763
- var _excluded$q = ["children", "fontSize", "fontWeight", "intent", "typeface"];
5767
+ var _excluded$p = ["children", "fontSize", "fontWeight", "intent", "typeface"];
5764
5768
  var Text = function Text(_ref) {
5765
5769
  var children = _ref.children,
5766
5770
  _ref$fontSize = _ref.fontSize,
@@ -5771,7 +5775,7 @@ var Text = function Text(_ref) {
5771
5775
  intent = _ref$intent === void 0 ? 'body' : _ref$intent,
5772
5776
  _ref$typeface = _ref.typeface,
5773
5777
  typeface = _ref$typeface === void 0 ? 'neutral' : _ref$typeface,
5774
- nativeProps = _objectWithoutProperties(_ref, _excluded$q);
5778
+ nativeProps = _objectWithoutProperties(_ref, _excluded$p);
5775
5779
  return /*#__PURE__*/React.createElement(StyledText$3, _extends$1({}, nativeProps, {
5776
5780
  themeFontSize: fontSize,
5777
5781
  themeFontWeight: fontWeight,
@@ -5785,7 +5789,7 @@ var Typography = {
5785
5789
  };
5786
5790
 
5787
5791
  // 🔴 DO NOT EDIT — This file is generated automatically.
5788
- var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', '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', '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', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', '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', 'survey', 'swag', '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', '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', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', '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', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-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-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'explore-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-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', 'funnel-filter-outline', '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', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', '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', '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', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'target-outlined', 'timesheet-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailable', 'underline', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'wallet-outlined'];
5792
+ var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', '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', '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', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', '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', 'survey', 'swag', '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', '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', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', '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', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-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-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'explore-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-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', 'funnel-filter-outline', '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', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', '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', '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', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'target-outlined', 'timesheet-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', 'wallet-outlined'];
5789
5793
 
5790
5794
  var activate = 59000;
5791
5795
  var adjustment = 59003;
@@ -5809,68 +5813,69 @@ var diamond = 59051;
5809
5813
  var directory = 59053;
5810
5814
  var document$1 = 59054;
5811
5815
  var envelope = 59058;
5812
- var expense = 59059;
5813
- var eye = 59062;
5814
- var feed = 59066;
5815
- var feedbacks = 59067;
5816
- var file = 59085;
5817
- var filter = 59086;
5818
- var folder = 59088;
5819
- var globe = 59098;
5820
- var graph = 59100;
5821
- var heart = 59103;
5822
- var home = 59104;
5823
- var image = 59105;
5824
- var instapay = 59108;
5825
- var list = 59109;
5826
- var loading = 59111;
5827
- var location = 59112;
5828
- var lock = 59113;
5829
- var menu = 59117;
5830
- var moneybag = 59119;
5831
- var moon = 59120;
5832
- var node = 59123;
5833
- var paperclip = 59125;
5834
- var pencil = 59127;
5835
- var phone = 59128;
5836
- var plane = 59130;
5837
- var print = 59132;
5838
- var reply = 59135;
5839
- var reschedule = 59136;
5840
- var rostering = 59137;
5841
- var save = 59138;
5842
- var schedule = 59140;
5843
- var send = 59142;
5844
- var speaker = 59144;
5845
- var star = 59149;
5846
- var stopwatch = 59151;
5847
- var suitcase = 59152;
5848
- var survey = 59153;
5849
- var swag = 59154;
5850
- var tag = 59156;
5851
- var target = 59157;
5852
- var teams = 59158;
5853
- var timesheet = 59159;
5854
- var unlock = 59162;
5855
- var user = 59163;
5856
- var wallet = 59166;
5857
- var warning = 59167;
5858
- var add = 59173;
5859
- var bold = 59194;
5860
- var cancel = 59205;
5861
- var checkmark = 59209;
5862
- var italic = 59286;
5863
- var number = 59310;
5864
- var percentage = 59315;
5865
- var redeem = 59324;
5866
- var refresh = 59325;
5867
- var remove = 59326;
5868
- var restart = 59328;
5869
- var strikethrough = 59349;
5870
- var sync = 59354;
5871
- var transfer = 59358;
5872
- var unavailable = 59361;
5873
- var underline = 59362;
5816
+ var exclude = 59059;
5817
+ var expense = 59060;
5818
+ var eye = 59063;
5819
+ var feed = 59067;
5820
+ var feedbacks = 59068;
5821
+ var file = 59086;
5822
+ var filter = 59087;
5823
+ var folder = 59089;
5824
+ var globe = 59099;
5825
+ var graph = 59101;
5826
+ var heart = 59104;
5827
+ var home = 59105;
5828
+ var image = 59106;
5829
+ var instapay = 59109;
5830
+ var list = 59110;
5831
+ var loading = 59112;
5832
+ var location = 59113;
5833
+ var lock = 59114;
5834
+ var menu = 59118;
5835
+ var moneybag = 59120;
5836
+ var moon = 59121;
5837
+ var node = 59124;
5838
+ var paperclip = 59126;
5839
+ var pencil = 59128;
5840
+ var phone = 59129;
5841
+ var plane = 59131;
5842
+ var print = 59133;
5843
+ var reply = 59136;
5844
+ var reschedule = 59137;
5845
+ var rostering = 59138;
5846
+ var save = 59139;
5847
+ var schedule = 59141;
5848
+ var send = 59143;
5849
+ var speaker = 59145;
5850
+ var star = 59150;
5851
+ var stopwatch = 59152;
5852
+ var suitcase = 59153;
5853
+ var survey = 59154;
5854
+ var swag = 59155;
5855
+ var tag = 59157;
5856
+ var target = 59158;
5857
+ var teams = 59159;
5858
+ var timesheet = 59160;
5859
+ var unlock = 59163;
5860
+ var user = 59164;
5861
+ var wallet = 59167;
5862
+ var warning = 59168;
5863
+ var add = 59174;
5864
+ var bold = 59195;
5865
+ var cancel = 59206;
5866
+ var checkmark = 59210;
5867
+ var italic = 59287;
5868
+ var number = 59311;
5869
+ var percentage = 59316;
5870
+ var redeem = 59325;
5871
+ var refresh = 59326;
5872
+ var remove = 59327;
5873
+ var restart = 59329;
5874
+ var strikethrough = 59350;
5875
+ var sync = 59355;
5876
+ var transfer = 59359;
5877
+ var unavailable = 59362;
5878
+ var underline = 59363;
5874
5879
  var glyphMap = {
5875
5880
  activate: activate,
5876
5881
  "add-emoji": 59001,
@@ -5931,319 +5936,321 @@ var glyphMap = {
5931
5936
  "double-buildings": 59056,
5932
5937
  "edit-template": 59057,
5933
5938
  envelope: envelope,
5939
+ exclude: exclude,
5934
5940
  expense: expense,
5935
- "eye-circle": 59060,
5936
- "eye-invisible": 59061,
5941
+ "eye-circle": 59061,
5942
+ "eye-invisible": 59062,
5937
5943
  eye: eye,
5938
- "face-meh": 59063,
5939
- "face-sad": 59064,
5940
- "face-smiley": 59065,
5944
+ "face-meh": 59064,
5945
+ "face-sad": 59065,
5946
+ "face-smiley": 59066,
5941
5947
  feed: feed,
5942
5948
  feedbacks: feedbacks,
5943
- "file-certified": 59068,
5944
- "file-clone": 59069,
5945
- "file-copy": 59070,
5946
- "file-csv": 59071,
5947
- "file-dispose": 59072,
5948
- "file-doc": 59073,
5949
- "file-excel": 59074,
5950
- "file-export": 59075,
5951
- "file-lock": 59076,
5952
- "file-pdf": 59077,
5953
- "file-powerpoint": 59078,
5954
- "file-search": 59079,
5955
- "file-secured": 59080,
5956
- "file-sheets": 59081,
5957
- "file-slide": 59082,
5958
- "file-verified": 59083,
5959
- "file-word": 59084,
5949
+ "file-certified": 59069,
5950
+ "file-clone": 59070,
5951
+ "file-copy": 59071,
5952
+ "file-csv": 59072,
5953
+ "file-dispose": 59073,
5954
+ "file-doc": 59074,
5955
+ "file-excel": 59075,
5956
+ "file-export": 59076,
5957
+ "file-lock": 59077,
5958
+ "file-pdf": 59078,
5959
+ "file-powerpoint": 59079,
5960
+ "file-search": 59080,
5961
+ "file-secured": 59081,
5962
+ "file-sheets": 59082,
5963
+ "file-slide": 59083,
5964
+ "file-verified": 59084,
5965
+ "file-word": 59085,
5960
5966
  file: file,
5961
5967
  filter: filter,
5962
- "folder-user": 59087,
5968
+ "folder-user": 59088,
5963
5969
  folder: folder,
5964
- "format-bold": 59089,
5965
- "format-heading1": 59090,
5966
- "format-heading2": 59091,
5967
- "format-italic": 59092,
5968
- "format-list-bulleted": 59093,
5969
- "format-list-numbered": 59094,
5970
- "format-underlined": 59095,
5971
- "funnel-filter": 59096,
5972
- "global-dollar": 59097,
5970
+ "format-bold": 59090,
5971
+ "format-heading1": 59091,
5972
+ "format-heading2": 59092,
5973
+ "format-italic": 59093,
5974
+ "format-list-bulleted": 59094,
5975
+ "format-list-numbered": 59095,
5976
+ "format-underlined": 59096,
5977
+ "funnel-filter": 59097,
5978
+ "global-dollar": 59098,
5973
5979
  globe: globe,
5974
- "graduation-cap": 59099,
5980
+ "graduation-cap": 59100,
5975
5981
  graph: graph,
5976
- "happy-sun": 59101,
5977
- "health-bag": 59102,
5982
+ "happy-sun": 59102,
5983
+ "health-bag": 59103,
5978
5984
  heart: heart,
5979
5985
  home: home,
5980
5986
  image: image,
5981
- "import": 59106,
5982
- "incident-siren": 59107,
5987
+ "import": 59107,
5988
+ "incident-siren": 59108,
5983
5989
  instapay: instapay,
5984
5990
  list: list,
5985
- "loading-2": 59110,
5991
+ "loading-2": 59111,
5986
5992
  loading: loading,
5987
5993
  location: location,
5988
5994
  lock: lock,
5989
- "looks-one": 59114,
5990
- "looks-two": 59115,
5991
- "media-content": 59116,
5995
+ "looks-one": 59115,
5996
+ "looks-two": 59116,
5997
+ "media-content": 59117,
5992
5998
  menu: menu,
5993
- "money-notes": 59118,
5999
+ "money-notes": 59119,
5994
6000
  moneybag: moneybag,
5995
6001
  moon: moon,
5996
- "multiple-stars": 59121,
5997
- "multiple-users": 59122,
6002
+ "multiple-stars": 59122,
6003
+ "multiple-users": 59123,
5998
6004
  node: node,
5999
- "open-folder": 59124,
6005
+ "open-folder": 59125,
6000
6006
  paperclip: paperclip,
6001
- "payment-summary": 59126,
6007
+ "payment-summary": 59127,
6002
6008
  pencil: pencil,
6003
6009
  phone: phone,
6004
- "piggy-bank": 59129,
6010
+ "piggy-bank": 59130,
6005
6011
  plane: plane,
6006
- "play-circle": 59131,
6012
+ "play-circle": 59132,
6007
6013
  print: print,
6008
- "raising-hands": 59133,
6009
- "reply-arrow": 59134,
6014
+ "raising-hands": 59134,
6015
+ "reply-arrow": 59135,
6010
6016
  reply: reply,
6011
6017
  reschedule: reschedule,
6012
6018
  rostering: rostering,
6013
6019
  save: save,
6014
- "schedule-send": 59139,
6020
+ "schedule-send": 59140,
6015
6021
  schedule: schedule,
6016
- "search-person": 59141,
6022
+ "search-person": 59142,
6017
6023
  send: send,
6018
- "speaker-active": 59143,
6024
+ "speaker-active": 59144,
6019
6025
  speaker: speaker,
6020
- "star-award": 59145,
6021
- "star-badge": 59146,
6022
- "star-circle": 59147,
6023
- "star-medal": 59148,
6026
+ "star-award": 59146,
6027
+ "star-badge": 59147,
6028
+ "star-circle": 59148,
6029
+ "star-medal": 59149,
6024
6030
  star: star,
6025
- "steps-circle": 59150,
6031
+ "steps-circle": 59151,
6026
6032
  stopwatch: stopwatch,
6027
6033
  suitcase: suitcase,
6028
6034
  survey: survey,
6029
6035
  swag: swag,
6030
- "switch": 59155,
6036
+ "switch": 59156,
6031
6037
  tag: tag,
6032
6038
  target: target,
6033
6039
  teams: teams,
6034
6040
  timesheet: timesheet,
6035
- "touch-id": 59160,
6036
- "trash-bin": 59161,
6041
+ "touch-id": 59161,
6042
+ "trash-bin": 59162,
6037
6043
  unlock: unlock,
6038
6044
  user: user,
6039
- "video-1": 59164,
6040
- "video-2": 59165,
6045
+ "video-1": 59165,
6046
+ "video-2": 59166,
6041
6047
  wallet: wallet,
6042
6048
  warning: warning,
6043
- "activate-outlined": 59168,
6044
- "add-credit-card-outlined": 59169,
6045
- "add-person-outlined": 59170,
6046
- "add-section-outlined": 59171,
6047
- "add-time-outlined": 59172,
6049
+ "activate-outlined": 59169,
6050
+ "add-credit-card-outlined": 59170,
6051
+ "add-person-outlined": 59171,
6052
+ "add-section-outlined": 59172,
6053
+ "add-time-outlined": 59173,
6048
6054
  add: add,
6049
- "adjustment-outlined": 59174,
6050
- "alignment-2-outlined": 59175,
6051
- "alignment-outlined": 59176,
6052
- "all-caps": 59177,
6053
- "arrow-down": 59178,
6054
- "arrow-downwards": 59179,
6055
- "arrow-left": 59180,
6056
- "arrow-leftwards": 59181,
6057
- "arrow-right": 59182,
6058
- "arrow-rightwards": 59183,
6059
- "arrow-up": 59184,
6060
- "arrow-upwards": 59185,
6061
- "article-outlined": 59186,
6062
- "at-sign": 59187,
6063
- "auto-graph-outlined": 59188,
6064
- "bell-active-outlined": 59189,
6065
- "bell-outlined": 59190,
6066
- "bell-slash-outlined": 59191,
6067
- "billing-outlined": 59192,
6068
- "body-outlined": 59193,
6055
+ "adjustment-outlined": 59175,
6056
+ "alignment-2-outlined": 59176,
6057
+ "alignment-outlined": 59177,
6058
+ "all-caps": 59178,
6059
+ "arrow-down": 59179,
6060
+ "arrow-downwards": 59180,
6061
+ "arrow-left": 59181,
6062
+ "arrow-leftwards": 59182,
6063
+ "arrow-right": 59183,
6064
+ "arrow-rightwards": 59184,
6065
+ "arrow-up": 59185,
6066
+ "arrow-upwards": 59186,
6067
+ "article-outlined": 59187,
6068
+ "at-sign": 59188,
6069
+ "auto-graph-outlined": 59189,
6070
+ "bell-active-outlined": 59190,
6071
+ "bell-outlined": 59191,
6072
+ "bell-slash-outlined": 59192,
6073
+ "billing-outlined": 59193,
6074
+ "body-outlined": 59194,
6069
6075
  bold: bold,
6070
- "bookmark-added-outlined": 59195,
6071
- "bookmark-outlined": 59196,
6072
- "box-check-outlined": 59197,
6073
- "box-outlined": 59198,
6074
- "bullet-points": 59199,
6075
- "cake-outlined": 59200,
6076
- "calendar-dates-outlined": 59201,
6077
- "calendar-star-outlined": 59202,
6078
- "call-split-outlined": 59203,
6079
- "camera-outlined": 59204,
6076
+ "bookmark-added-outlined": 59196,
6077
+ "bookmark-outlined": 59197,
6078
+ "box-check-outlined": 59198,
6079
+ "box-outlined": 59199,
6080
+ "bullet-points": 59200,
6081
+ "cake-outlined": 59201,
6082
+ "calendar-dates-outlined": 59202,
6083
+ "calendar-star-outlined": 59203,
6084
+ "call-split-outlined": 59204,
6085
+ "camera-outlined": 59205,
6080
6086
  cancel: cancel,
6081
- "charging-station-outlined": 59206,
6082
- "chat-bubble-outlined": 59207,
6083
- "chat-unread-outlined": 59208,
6087
+ "charging-station-outlined": 59207,
6088
+ "chat-bubble-outlined": 59208,
6089
+ "chat-unread-outlined": 59209,
6084
6090
  checkmark: checkmark,
6085
- "circle-add-outlined": 59210,
6086
- "circle-cancel-outlined": 59211,
6087
- "circle-down-outlined": 59212,
6088
- "circle-info-outlined": 59213,
6089
- "circle-left-outlined": 59214,
6090
- "circle-ok-outlined": 59215,
6091
- "circle-question-outlined": 59216,
6092
- "circle-remove-outlined": 59217,
6093
- "circle-right-outlined": 59218,
6094
- "circle-up-outlined": 59219,
6095
- "circle-warning-outlined": 59220,
6096
- "clock-2-outlined": 59221,
6097
- "clock-outlined": 59222,
6098
- "cog-outlined": 59223,
6099
- "coin-outlined": 59224,
6100
- "comment-outlined": 59225,
6101
- "contacts-outlined": 59226,
6102
- "contacts-user-outlined": 59227,
6103
- "credit-card-outlined": 59228,
6104
- "cup-outlined": 59229,
6105
- "direction-arrows-outlined": 59230,
6106
- "directory-outlined": 59231,
6107
- "document-outlined": 59232,
6108
- "dollar-box-outlined": 59233,
6109
- "dollar-card-outlined": 59234,
6110
- "dollar-coin-shine-outlined": 59235,
6111
- "dollar-credit-card-outlined": 59236,
6112
- "dollar-sign": 59237,
6113
- "double-buildings-outlined": 59238,
6114
- "double-left-arrows": 59239,
6115
- "double-right-arrows": 59240,
6116
- "download-outlined": 59241,
6117
- "edit-template-outlined": 59242,
6118
- "email-outlined": 59243,
6119
- "enter-arrow": 59244,
6120
- "envelope-outlined": 59245,
6121
- "expense-outlined": 59246,
6122
- "explore-outlined": 59247,
6123
- "external-link": 59248,
6124
- "eye-invisible-outlined": 59249,
6125
- "eye-outlined": 59250,
6126
- "face-id": 59251,
6127
- "face-meh-outlined": 59252,
6128
- "face-open-smiley-outlined": 59253,
6129
- "face-sad-outlined": 59254,
6130
- "face-smiley-outlined": 59255,
6131
- "feed-outlined": 59256,
6132
- "file-certified-outlined": 59257,
6133
- "file-clone-outlined": 59258,
6134
- "file-copy-outlined": 59259,
6135
- "file-dispose-outlined": 59260,
6136
- "file-dollar-certified-outlined": 59261,
6137
- "file-dollar-outlined": 59262,
6138
- "file-download-outlined": 59263,
6139
- "file-export-outlined": 59264,
6140
- "file-lock-outlined": 59265,
6141
- "file-outlined": 59266,
6142
- "file-search-outlined": 59267,
6143
- "file-secured-outlined": 59268,
6144
- "file-statutory-outlined": 59269,
6145
- "file-verified-outlined": 59270,
6146
- "filter-outlined": 59271,
6147
- "folder-outlined": 59272,
6148
- "folder-user-outlined": 59273,
6149
- "funnel-filter-outline": 59274,
6150
- "graph-outlined": 59275,
6151
- "hand-holding-user-outlined": 59276,
6152
- "happy-sun-outlined": 59277,
6153
- "health-bag-outlined": 59278,
6154
- "heart-outlined": 59279,
6155
- "home-active-outlined": 59280,
6156
- "home-outlined": 59281,
6157
- "id-card-outlined": 59282,
6158
- "image-outlined": 59283,
6159
- "import-outlined": 59284,
6160
- "instapay-outlined": 59285,
6091
+ "circle-add-outlined": 59211,
6092
+ "circle-cancel-outlined": 59212,
6093
+ "circle-down-outlined": 59213,
6094
+ "circle-info-outlined": 59214,
6095
+ "circle-left-outlined": 59215,
6096
+ "circle-ok-outlined": 59216,
6097
+ "circle-question-outlined": 59217,
6098
+ "circle-remove-outlined": 59218,
6099
+ "circle-right-outlined": 59219,
6100
+ "circle-up-outlined": 59220,
6101
+ "circle-warning-outlined": 59221,
6102
+ "clock-2-outlined": 59222,
6103
+ "clock-outlined": 59223,
6104
+ "cog-outlined": 59224,
6105
+ "coin-outlined": 59225,
6106
+ "comment-outlined": 59226,
6107
+ "contacts-outlined": 59227,
6108
+ "contacts-user-outlined": 59228,
6109
+ "credit-card-outlined": 59229,
6110
+ "cup-outlined": 59230,
6111
+ "direction-arrows-outlined": 59231,
6112
+ "directory-outlined": 59232,
6113
+ "document-outlined": 59233,
6114
+ "dollar-box-outlined": 59234,
6115
+ "dollar-card-outlined": 59235,
6116
+ "dollar-coin-shine-outlined": 59236,
6117
+ "dollar-credit-card-outlined": 59237,
6118
+ "dollar-sign": 59238,
6119
+ "double-buildings-outlined": 59239,
6120
+ "double-left-arrows": 59240,
6121
+ "double-right-arrows": 59241,
6122
+ "download-outlined": 59242,
6123
+ "edit-template-outlined": 59243,
6124
+ "email-outlined": 59244,
6125
+ "enter-arrow": 59245,
6126
+ "envelope-outlined": 59246,
6127
+ "expense-outlined": 59247,
6128
+ "explore-outlined": 59248,
6129
+ "external-link": 59249,
6130
+ "eye-invisible-outlined": 59250,
6131
+ "eye-outlined": 59251,
6132
+ "face-id": 59252,
6133
+ "face-meh-outlined": 59253,
6134
+ "face-open-smiley-outlined": 59254,
6135
+ "face-sad-outlined": 59255,
6136
+ "face-smiley-outlined": 59256,
6137
+ "feed-outlined": 59257,
6138
+ "file-certified-outlined": 59258,
6139
+ "file-clone-outlined": 59259,
6140
+ "file-copy-outlined": 59260,
6141
+ "file-dispose-outlined": 59261,
6142
+ "file-dollar-certified-outlined": 59262,
6143
+ "file-dollar-outlined": 59263,
6144
+ "file-download-outlined": 59264,
6145
+ "file-export-outlined": 59265,
6146
+ "file-lock-outlined": 59266,
6147
+ "file-outlined": 59267,
6148
+ "file-search-outlined": 59268,
6149
+ "file-secured-outlined": 59269,
6150
+ "file-statutory-outlined": 59270,
6151
+ "file-verified-outlined": 59271,
6152
+ "filter-outlined": 59272,
6153
+ "folder-outlined": 59273,
6154
+ "folder-user-outlined": 59274,
6155
+ "funnel-filter-outline": 59275,
6156
+ "graph-outlined": 59276,
6157
+ "hand-holding-user-outlined": 59277,
6158
+ "happy-sun-outlined": 59278,
6159
+ "health-bag-outlined": 59279,
6160
+ "heart-outlined": 59280,
6161
+ "home-active-outlined": 59281,
6162
+ "home-outlined": 59282,
6163
+ "id-card-outlined": 59283,
6164
+ "image-outlined": 59284,
6165
+ "import-outlined": 59285,
6166
+ "instapay-outlined": 59286,
6161
6167
  italic: italic,
6162
- "link-1": 59287,
6163
- "link-2": 59288,
6164
- "list-outlined": 59289,
6165
- "live-help-outlined": 59290,
6166
- "location-on-outlined": 59291,
6167
- "location-outlined": 59292,
6168
- "lock-outlined": 59293,
6169
- "locked-file-outlined": 59294,
6170
- "log-out": 59295,
6171
- "media-content-outlined": 59296,
6172
- "menu-close": 59297,
6173
- "menu-expand": 59298,
6174
- "menu-fold-outlined": 59299,
6175
- "menu-unfold-outlined": 59300,
6176
- "moneybag-outlined": 59301,
6177
- "moon-outlined": 59302,
6178
- "more-horizontal": 59303,
6179
- "more-vertical": 59304,
6180
- "multiple-folders-outlined": 59305,
6181
- "multiple-users-outlined": 59306,
6182
- "near-me-outlined": 59307,
6183
- "node-outlined": 59308,
6184
- "number-points": 59309,
6168
+ "link-1": 59288,
6169
+ "link-2": 59289,
6170
+ "list-outlined": 59290,
6171
+ "live-help-outlined": 59291,
6172
+ "location-on-outlined": 59292,
6173
+ "location-outlined": 59293,
6174
+ "lock-outlined": 59294,
6175
+ "locked-file-outlined": 59295,
6176
+ "log-out": 59296,
6177
+ "media-content-outlined": 59297,
6178
+ "menu-close": 59298,
6179
+ "menu-expand": 59299,
6180
+ "menu-fold-outlined": 59300,
6181
+ "menu-unfold-outlined": 59301,
6182
+ "moneybag-outlined": 59302,
6183
+ "moon-outlined": 59303,
6184
+ "more-horizontal": 59304,
6185
+ "more-vertical": 59305,
6186
+ "multiple-folders-outlined": 59306,
6187
+ "multiple-users-outlined": 59307,
6188
+ "near-me-outlined": 59308,
6189
+ "node-outlined": 59309,
6190
+ "number-points": 59310,
6185
6191
  number: number,
6186
- "overview-outlined": 59311,
6187
- "payment-summary-outlined": 59312,
6188
- "payslip-outlined": 59313,
6189
- "pencil-outlined": 59314,
6192
+ "overview-outlined": 59312,
6193
+ "payment-summary-outlined": 59313,
6194
+ "payslip-outlined": 59314,
6195
+ "pencil-outlined": 59315,
6190
6196
  percentage: percentage,
6191
- "phone-outlined": 59316,
6192
- "piggy-bank-outlined": 59317,
6193
- "plane-outlined": 59318,
6194
- "play-circle-outlined": 59319,
6195
- "print-outlined": 59320,
6196
- "qr-code-outlined": 59321,
6197
- "qualification-outlined": 59322,
6198
- "re-assign": 59323,
6197
+ "phone-outlined": 59317,
6198
+ "piggy-bank-outlined": 59318,
6199
+ "plane-outlined": 59319,
6200
+ "play-circle-outlined": 59320,
6201
+ "print-outlined": 59321,
6202
+ "qr-code-outlined": 59322,
6203
+ "qualification-outlined": 59323,
6204
+ "re-assign": 59324,
6199
6205
  redeem: redeem,
6200
6206
  refresh: refresh,
6201
6207
  remove: remove,
6202
- "reply-outlined": 59327,
6208
+ "reply-outlined": 59328,
6203
6209
  restart: restart,
6204
- "return-arrow": 59329,
6205
- "rostering-outlined": 59330,
6206
- "save-outlined": 59331,
6207
- "schedule-outlined": 59332,
6208
- "search-outlined": 59333,
6209
- "search-secured-outlined": 59334,
6210
- "send-outlined": 59335,
6211
- "share-1": 59336,
6212
- "share-2": 59337,
6213
- "share-outlined": 59338,
6214
- "show-chart-outlined": 59339,
6215
- "single-down-arrow": 59340,
6216
- "single-left-arrow": 59341,
6217
- "single-right-arrow": 59342,
6218
- "single-up-arrow": 59343,
6219
- "speaker-active-outlined": 59344,
6220
- "speaker-outlined": 59345,
6221
- "star-circle-outlined": 59346,
6222
- "star-outlined": 59347,
6223
- "stopwatch-outlined": 59348,
6210
+ "return-arrow": 59330,
6211
+ "rostering-outlined": 59331,
6212
+ "save-outlined": 59332,
6213
+ "schedule-outlined": 59333,
6214
+ "search-outlined": 59334,
6215
+ "search-secured-outlined": 59335,
6216
+ "send-outlined": 59336,
6217
+ "share-1": 59337,
6218
+ "share-2": 59338,
6219
+ "share-outlined": 59339,
6220
+ "show-chart-outlined": 59340,
6221
+ "single-down-arrow": 59341,
6222
+ "single-left-arrow": 59342,
6223
+ "single-right-arrow": 59343,
6224
+ "single-up-arrow": 59344,
6225
+ "speaker-active-outlined": 59345,
6226
+ "speaker-outlined": 59346,
6227
+ "star-circle-outlined": 59347,
6228
+ "star-outlined": 59348,
6229
+ "stopwatch-outlined": 59349,
6224
6230
  strikethrough: strikethrough,
6225
- "suitcase-clock-outlined": 59350,
6226
- "suitcase-outlined": 59351,
6227
- "survey-outlined": 59352,
6228
- "switch-outlined": 59353,
6231
+ "suitcase-clock-outlined": 59351,
6232
+ "suitcase-outlined": 59352,
6233
+ "survey-outlined": 59353,
6234
+ "switch-outlined": 59354,
6229
6235
  sync: sync,
6230
- "target-outlined": 59355,
6231
- "timesheet-outlined": 59356,
6232
- "today-outlined": 59357,
6236
+ "target-outlined": 59356,
6237
+ "timesheet-outlined": 59357,
6238
+ "today-outlined": 59358,
6233
6239
  transfer: transfer,
6234
- "trash-bin-outlined": 59359,
6235
- "umbrela-outlined": 59360,
6240
+ "trash-bin-outlined": 59360,
6241
+ "umbrela-outlined": 59361,
6236
6242
  unavailable: unavailable,
6237
6243
  underline: underline,
6238
- "unlock-outlined": 59363,
6239
- "upload-outlined": 59364,
6240
- "user-circle-outlined": 59365,
6241
- "user-gear-outlined": 59366,
6242
- "user-outlined": 59367,
6243
- "user-rectangle-outlined": 59368,
6244
- "video-1-outlined": 59369,
6245
- "video-2-outlined": 59370,
6246
- "wallet-outlined": 59371
6244
+ "union-outlined": 59364,
6245
+ "unlock-outlined": 59365,
6246
+ "upload-outlined": 59366,
6247
+ "user-circle-outlined": 59367,
6248
+ "user-gear-outlined": 59368,
6249
+ "user-outlined": 59369,
6250
+ "user-rectangle-outlined": 59370,
6251
+ "video-1-outlined": 59371,
6252
+ "video-2-outlined": 59372,
6253
+ "wallet-outlined": 59373
6247
6254
  };
6248
6255
 
6249
6256
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -6268,10 +6275,10 @@ var StyledHeroIcon = index$a(HeroIcon)(function (_ref) {
6268
6275
  };
6269
6276
  });
6270
6277
 
6271
- var _excluded$p = ["style"];
6278
+ var _excluded$o = ["style"];
6272
6279
  var AnimatedIcon = function AnimatedIcon(_ref) {
6273
6280
  var style = _ref.style,
6274
- otherProps = _objectWithoutProperties(_ref, _excluded$p);
6281
+ otherProps = _objectWithoutProperties(_ref, _excluded$o);
6275
6282
  var rotateAnimation = useRef(new Animated.Value(0));
6276
6283
  useEffect(function () {
6277
6284
  var animation = Animated.loop(Animated.timing(rotateAnimation.current, {
@@ -6377,7 +6384,7 @@ var AccordionItem = function AccordionItem(_ref) {
6377
6384
  }, content));
6378
6385
  };
6379
6386
 
6380
- var _excluded$o = ["key"];
6387
+ var _excluded$n = ["key"];
6381
6388
  var Accordion = function Accordion(_ref) {
6382
6389
  var items = _ref.items,
6383
6390
  activeItemKey = _ref.activeItemKey,
@@ -6393,12 +6400,12 @@ var Accordion = function Accordion(_ref) {
6393
6400
  _usePropsOrInternalSt2 = _slicedToArray(_usePropsOrInternalSt, 2),
6394
6401
  _activeItemKey = _usePropsOrInternalSt2[0],
6395
6402
  _onItemPress = _usePropsOrInternalSt2[1];
6396
- return /*#__PURE__*/React.createElement(StyledWrapper$b, {
6403
+ return /*#__PURE__*/React.createElement(StyledWrapper$a, {
6397
6404
  style: style,
6398
6405
  testID: testID
6399
6406
  }, items.map(function (_ref2, index) {
6400
6407
  var key = _ref2.key,
6401
- props = _objectWithoutProperties(_ref2, _excluded$o);
6408
+ props = _objectWithoutProperties(_ref2, _excluded$n);
6402
6409
  var open = _activeItemKey === key;
6403
6410
  return /*#__PURE__*/React.createElement(React.Fragment, {
6404
6411
  key: key
@@ -6580,7 +6587,7 @@ var Attachment = function Attachment(_ref) {
6580
6587
  })) : null);
6581
6588
  };
6582
6589
 
6583
- var StyledWrapper$a = index$a(TouchableOpacity)(function (_ref) {
6590
+ var StyledWrapper$9 = index$a(TouchableOpacity)(function (_ref) {
6584
6591
  var themeSize = _ref.themeSize,
6585
6592
  themeIntent = _ref.themeIntent,
6586
6593
  theme = _ref.theme;
@@ -6635,7 +6642,7 @@ var Avatar = function Avatar(_ref) {
6635
6642
  hasImageError = _useState2[0],
6636
6643
  setHasImageError = _useState2[1];
6637
6644
  if (title === undefined && source === undefined) return null;
6638
- return /*#__PURE__*/React.createElement(StyledWrapper$a, {
6645
+ return /*#__PURE__*/React.createElement(StyledWrapper$9, {
6639
6646
  testID: testID,
6640
6647
  onPress: onPress,
6641
6648
  disabled: onPress === undefined,
@@ -6659,7 +6666,7 @@ var Avatar = function Avatar(_ref) {
6659
6666
  };
6660
6667
 
6661
6668
  var VISIBLE_RATIO = 0.7;
6662
- var StyledWrapper$9 = index$a(View)(function (_ref) {
6669
+ var StyledWrapper$8 = index$a(View)(function (_ref) {
6663
6670
  var theme = _ref.theme,
6664
6671
  themeSize = _ref.themeSize,
6665
6672
  themeAvatarCount = _ref.themeAvatarCount;
@@ -6721,7 +6728,7 @@ var AvatarStack = function AvatarStack(_ref) {
6721
6728
  });
6722
6729
  avatars.push(remainingAvatar);
6723
6730
  }
6724
- return /*#__PURE__*/React.createElement(StyledWrapper$9, {
6731
+ return /*#__PURE__*/React.createElement(StyledWrapper$8, {
6725
6732
  themeSize: size,
6726
6733
  themeAvatarCount: avatars.length,
6727
6734
  style: style,
@@ -6780,7 +6787,7 @@ var StyledStatus = index$a(Animated.View)(function (_ref3) {
6780
6787
  };
6781
6788
  });
6782
6789
 
6783
- var _excluded$n = ["children", "visible", "intent", "style", "testID"];
6790
+ var _excluded$m = ["children", "visible", "intent", "style", "testID"];
6784
6791
  var Status = function Status(_ref) {
6785
6792
  var children = _ref.children,
6786
6793
  _ref$visible = _ref.visible,
@@ -6789,7 +6796,7 @@ var Status = function Status(_ref) {
6789
6796
  intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
6790
6797
  style = _ref.style,
6791
6798
  testID = _ref.testID,
6792
- nativeProps = _objectWithoutProperties(_ref, _excluded$n);
6799
+ nativeProps = _objectWithoutProperties(_ref, _excluded$m);
6793
6800
  var _React$useRef = React.useRef(new Animated.Value(visible ? 1 : 0)),
6794
6801
  opacity = _React$useRef.current;
6795
6802
  var isFirstRendering = React.useRef(true);
@@ -6822,7 +6829,7 @@ var Status = function Status(_ref) {
6822
6829
  }));
6823
6830
  };
6824
6831
 
6825
- var _excluded$m = ["content", "visible", "max", "intent", "style", "testID"];
6832
+ var _excluded$l = ["content", "visible", "max", "intent", "style", "testID"];
6826
6833
  var DEFAULT_MAX_NUMBER = 99;
6827
6834
  var getPaddingState = function getPaddingState(content) {
6828
6835
  return content.length > 1 ? 'wideContent' : 'narrowContent';
@@ -6837,7 +6844,7 @@ var Badge = function Badge(_ref) {
6837
6844
  intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
6838
6845
  style = _ref.style,
6839
6846
  testID = _ref.testID,
6840
- nativeProps = _objectWithoutProperties(_ref, _excluded$m);
6847
+ nativeProps = _objectWithoutProperties(_ref, _excluded$l);
6841
6848
  var _React$useRef = React.useRef(new Animated.Value(visible ? 1 : 0)),
6842
6849
  opacity = _React$useRef.current;
6843
6850
  var isFirstRendering = React.useRef(true);
@@ -6941,7 +6948,7 @@ function omit(keys, obj) {
6941
6948
  return result;
6942
6949
  }
6943
6950
 
6944
- var _excluded$l = ["onTabPress", "renderActiveTabOnly", "selectedTabKey", "tabs"];
6951
+ var _excluded$k = ["onTabPress", "renderActiveTabOnly", "selectedTabKey", "tabs"];
6945
6952
  var getInactiveIcon = function getInactiveIcon(icon) {
6946
6953
  var inactiveIcon = "".concat(icon, "-outlined");
6947
6954
  return isHeroIcon(inactiveIcon) ? inactiveIcon : icon;
@@ -6952,7 +6959,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
6952
6959
  renderActiveTabOnly = _ref$renderActiveTabO === void 0 ? false : _ref$renderActiveTabO,
6953
6960
  selectedTabKey = _ref.selectedTabKey,
6954
6961
  tabs = _ref.tabs,
6955
- nativeProps = _objectWithoutProperties(_ref, _excluded$l);
6962
+ nativeProps = _objectWithoutProperties(_ref, _excluded$k);
6956
6963
  var insets = useSafeAreaInsets();
6957
6964
  /**
6958
6965
  * List of loaded tabs, tabs will be loaded when navigated to.
@@ -7039,13 +7046,13 @@ var StyledDivider = index$a(View)(function (_ref) {
7039
7046
  }, horizontalMargin), verticalMargin);
7040
7047
  });
7041
7048
 
7042
- var _excluded$k = ["marginHorizontal", "marginVertical", "style", "testID"];
7049
+ var _excluded$j = ["marginHorizontal", "marginVertical", "style", "testID"];
7043
7050
  var Divider = function Divider(_ref) {
7044
7051
  var marginHorizontal = _ref.marginHorizontal,
7045
7052
  marginVertical = _ref.marginVertical,
7046
7053
  style = _ref.style,
7047
7054
  testID = _ref.testID,
7048
- nativeProps = _objectWithoutProperties(_ref, _excluded$k);
7055
+ nativeProps = _objectWithoutProperties(_ref, _excluded$j);
7049
7056
  return /*#__PURE__*/React.createElement(StyledDivider, _extends$1({}, nativeProps, {
7050
7057
  themeMarginHorizontal: marginHorizontal,
7051
7058
  themeMarginVertical: marginVertical,
@@ -7056,7 +7063,7 @@ var Divider = function Divider(_ref) {
7056
7063
 
7057
7064
  var AnimatedPressable$1 = Animated.createAnimatedComponent(Pressable);
7058
7065
  var AnimatedSafeAreaView = Animated.createAnimatedComponent(SafeAreaView);
7059
- var StyledWrapper$8 = index$a(View)(_objectSpread2(_objectSpread2({}, StyleSheet$1.absoluteFillObject), {}, {
7066
+ var StyledWrapper$7 = index$a(View)(_objectSpread2(_objectSpread2({}, StyleSheet$1.absoluteFillObject), {}, {
7060
7067
  flexDirection: 'column-reverse'
7061
7068
  }));
7062
7069
  var StyledKeyboardAvoidingView = index$a(KeyboardAvoidingView)(function () {
@@ -7175,7 +7182,7 @@ var StyledLoadingDot = index$a(View)(function (_ref2) {
7175
7182
  }, themeStyling());
7176
7183
  });
7177
7184
 
7178
- var _excluded$j = ["count", "size", "testID", "themeVariant"];
7185
+ var _excluded$i = ["count", "size", "testID", "themeVariant"];
7179
7186
  var AnimatedLoadingIndicatorWrapper = Animated.createAnimatedComponent(StyledLoadingIndicatorWrapper);
7180
7187
  var AnimatedLoadingDot = Animated.createAnimatedComponent(StyledLoadingDot);
7181
7188
  var renderDotComponent = function renderDotComponent(_ref) {
@@ -7207,7 +7214,7 @@ var LoadingIndicator = function LoadingIndicator(_ref2) {
7207
7214
  size = _ref2$size === void 0 ? 12 : _ref2$size,
7208
7215
  testID = _ref2.testID,
7209
7216
  themeVariant = _ref2.themeVariant,
7210
- nativeProps = _objectWithoutProperties(_ref2, _excluded$j);
7217
+ nativeProps = _objectWithoutProperties(_ref2, _excluded$i);
7211
7218
  var progressAnimation = useRef(new Animated.Value(0));
7212
7219
  useEffect(function () {
7213
7220
  var animation = Animated.loop(Animated.timing(progressAnimation.current, {
@@ -7603,11 +7610,11 @@ var Header = function Header(_ref) {
7603
7610
  })) : null), showDivider ? /*#__PURE__*/React.createElement(Divider, null) : null);
7604
7611
  };
7605
7612
 
7606
- var _excluded$i = ["scrollEventThrottle"];
7613
+ var _excluded$h = ["scrollEventThrottle"];
7607
7614
  var BottomSheetScrollView = function BottomSheetScrollView(_ref) {
7608
7615
  var _ref$scrollEventThrot = _ref.scrollEventThrottle,
7609
7616
  scrollEventThrottle = _ref$scrollEventThrot === void 0 ? 100 : _ref$scrollEventThrot,
7610
- props = _objectWithoutProperties(_ref, _excluded$i);
7617
+ props = _objectWithoutProperties(_ref, _excluded$h);
7611
7618
  var _useContext = useContext(BottomSheetContext),
7612
7619
  setInternalShowDivider = _useContext.setInternalShowDivider;
7613
7620
  var onScrollBeginDrag = useCallback(function (e) {
@@ -7715,7 +7722,7 @@ var BottomSheet = function BottomSheet(_ref) {
7715
7722
  transparent: true,
7716
7723
  testID: testID,
7717
7724
  onShow: onOpen
7718
- }, /*#__PURE__*/React.createElement(StyledWrapper$8, {
7725
+ }, /*#__PURE__*/React.createElement(StyledWrapper$7, {
7719
7726
  pointerEvents: "box-none"
7720
7727
  }, /*#__PURE__*/React.createElement(StyledKeyboardAvoidingView, _extends$1({
7721
7728
  behavior: Platform.OS === 'ios' ? 'padding' : 'height'
@@ -7922,7 +7929,7 @@ var borderWidths = {
7922
7929
  var config = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, colors), space), radii), borderWidths);
7923
7930
  var flexPropsKey = ['alignContent', 'alignItems', 'alignSelf', 'display', 'flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'justifyContent'];
7924
7931
 
7925
- var _excluded$h = ["theme"];
7932
+ var _excluded$g = ["theme"];
7926
7933
  var getThemeValue = function getThemeValue(theme, key, props) {
7927
7934
  var propConfig = config[key];
7928
7935
  var propValue = props[key];
@@ -7949,18 +7956,18 @@ var mapStylePropToThemeValue = function mapStylePropToThemeValue(theme, props) {
7949
7956
  var configKeys = Object.keys(config);
7950
7957
  var StyledBox = index$a(View)(function (_ref5) {
7951
7958
  var theme = _ref5.theme,
7952
- otherProps = _objectWithoutProperties(_ref5, _excluded$h);
7959
+ otherProps = _objectWithoutProperties(_ref5, _excluded$g);
7953
7960
  var styleProps = pick(configKeys, otherProps);
7954
7961
  var flexProps = pick(_toConsumableArray(flexPropsKey), otherProps);
7955
7962
  return _objectSpread2(_objectSpread2({}, mapStylePropToThemeValue(theme, styleProps)), flexProps);
7956
7963
  });
7957
7964
 
7958
- var _excluded$g = ["children", "style", "testID"];
7965
+ var _excluded$f = ["children", "style", "testID"];
7959
7966
  var Box = function Box(_ref) {
7960
7967
  var children = _ref.children,
7961
7968
  style = _ref.style,
7962
7969
  testID = _ref.testID,
7963
- otherProps = _objectWithoutProperties(_ref, _excluded$g);
7970
+ otherProps = _objectWithoutProperties(_ref, _excluded$f);
7964
7971
  return /*#__PURE__*/React.createElement(StyledBox, _extends$1({}, otherProps, {
7965
7972
  style: style,
7966
7973
  testID: testID
@@ -10525,7 +10532,7 @@ var Calendar = function Calendar(_ref) {
10525
10532
  })));
10526
10533
  };
10527
10534
 
10528
- var _excluded$f = ["rounded", "size", "testID", "style"];
10535
+ var _excluded$e = ["rounded", "size", "testID", "style"];
10529
10536
  var Image = function Image(_ref) {
10530
10537
  var _ref$rounded = _ref.rounded,
10531
10538
  rounded = _ref$rounded === void 0 ? false : _ref$rounded,
@@ -10533,7 +10540,7 @@ var Image = function Image(_ref) {
10533
10540
  size = _ref$size === void 0 ? '6xlarge' : _ref$size,
10534
10541
  testID = _ref.testID,
10535
10542
  style = _ref.style,
10536
- imageNativeProps = _objectWithoutProperties(_ref, _excluded$f);
10543
+ imageNativeProps = _objectWithoutProperties(_ref, _excluded$e);
10537
10544
  var theme = useTheme();
10538
10545
  var imageSize = theme.__hd__.image.sizes[size];
10539
10546
  return /*#__PURE__*/React.createElement(Image$1, _extends$1({
@@ -10698,7 +10705,7 @@ var CarouselItem = function CarouselItem(_ref) {
10698
10705
  }, body) : null));
10699
10706
  };
10700
10707
 
10701
- var _excluded$e = ["items", "onItemIndexChange", "renderActions", "selectedItemIndex", "style", "shouldShowPagination"];
10708
+ var _excluded$d = ["items", "onItemIndexChange", "renderActions", "selectedItemIndex", "style", "shouldShowPagination"];
10702
10709
  function useStateFromProp(initialValue) {
10703
10710
  var _useState = useState(initialValue),
10704
10711
  _useState2 = _slicedToArray(_useState, 2),
@@ -10720,7 +10727,7 @@ var Carousel = function Carousel(_ref) {
10720
10727
  shouldShowPagination = _ref$shouldShowPagina === void 0 ? function () {
10721
10728
  return true;
10722
10729
  } : _ref$shouldShowPagina,
10723
- nativeProps = _objectWithoutProperties(_ref, _excluded$e);
10730
+ nativeProps = _objectWithoutProperties(_ref, _excluded$d);
10724
10731
  var carouselRef = useRef(null);
10725
10732
  var _useStateFromProp = useStateFromProp(selectedItemIndex),
10726
10733
  _useStateFromProp2 = _slicedToArray(_useStateFromProp, 2),
@@ -10820,12 +10827,12 @@ var Indicator = index$a(View)(function (_ref2) {
10820
10827
  };
10821
10828
  });
10822
10829
 
10823
- var _excluded$d = ["intent", "children"];
10830
+ var _excluded$c = ["intent", "children"];
10824
10831
  var DataCard = function DataCard(_ref) {
10825
10832
  var _ref$intent = _ref.intent,
10826
10833
  intent = _ref$intent === void 0 ? 'info' : _ref$intent,
10827
10834
  children = _ref.children,
10828
- nativeProps = _objectWithoutProperties(_ref, _excluded$d);
10835
+ nativeProps = _objectWithoutProperties(_ref, _excluded$c);
10829
10836
  return /*#__PURE__*/React.createElement(StyledDataCard, nativeProps, /*#__PURE__*/React.createElement(Indicator, {
10830
10837
  themeIntent: intent,
10831
10838
  testID: "data-card-indicator"
@@ -10843,11 +10850,11 @@ var StyledCard = index$a(View)(function (_ref) {
10843
10850
  });
10844
10851
  });
10845
10852
 
10846
- var _excluded$c = ["intent", "children"];
10853
+ var _excluded$b = ["intent", "children"];
10847
10854
  var Card = function Card(_ref) {
10848
10855
  var intent = _ref.intent,
10849
10856
  children = _ref.children,
10850
- nativeProps = _objectWithoutProperties(_ref, _excluded$c);
10857
+ nativeProps = _objectWithoutProperties(_ref, _excluded$b);
10851
10858
  return /*#__PURE__*/React.createElement(StyledCard, _extends$1({}, nativeProps, {
10852
10859
  themeIntent: intent
10853
10860
  }), children);
@@ -10856,7 +10863,7 @@ var index$8 = Object.assign(Card, {
10856
10863
  Data: DataCard
10857
10864
  });
10858
10865
 
10859
- var StyledWrapper$7 = index$a(TouchableOpacity)(function (_ref) {
10866
+ var StyledWrapper$6 = index$a(TouchableOpacity)(function (_ref) {
10860
10867
  var theme = _ref.theme,
10861
10868
  themeWithBorder = _ref.themeWithBorder,
10862
10869
  themeDisabled = _ref.themeDisabled;
@@ -10913,7 +10920,7 @@ var Checkbox = function Checkbox(_ref) {
10913
10920
  onPress = _ref.onPress,
10914
10921
  style = _ref.style,
10915
10922
  testID = _ref.testID;
10916
- return /*#__PURE__*/React.createElement(StyledWrapper$7, {
10923
+ return /*#__PURE__*/React.createElement(StyledWrapper$6, {
10917
10924
  onPress: onPress,
10918
10925
  disabled: disabled,
10919
10926
  themeDisabled: disabled,
@@ -10935,7 +10942,7 @@ var StyledContainer$3 = index$a(View)(function (_ref) {
10935
10942
  var theme = _ref.theme;
10936
10943
  return {
10937
10944
  width: '100%',
10938
- marginVertical: theme.__hd__.textInput.space.containerMarginVertical
10945
+ marginTop: theme.__hd__.textInput.space.containerMarginTop
10939
10946
  };
10940
10947
  });
10941
10948
  var StyledLabelContainer = index$a(View)(function (_ref2) {
@@ -11071,7 +11078,8 @@ var StyledTextInputAndLabelContainer = index$a(View)(function () {
11071
11078
  var StyledErrorAndHelpTextContainer = index$a(View)(function (_ref14) {
11072
11079
  var theme = _ref14.theme;
11073
11080
  return {
11074
- paddingLeft: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingLeft
11081
+ paddingLeft: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingLeft,
11082
+ minHeight: theme.__hd__.textInput.sizes.errorAndHelpTextContainerHeight
11075
11083
  };
11076
11084
  });
11077
11085
  var StyledErrorAndMaxLengthContainer = index$a(View)(function () {
@@ -11081,7 +11089,7 @@ var StyledErrorAndMaxLengthContainer = index$a(View)(function () {
11081
11089
  };
11082
11090
  });
11083
11091
 
11084
- var _excluded$b = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy", "error", "required", "editable", "disabled", "loading", "maxLength", "helpText", "value", "defaultValue", "renderInputValue"];
11092
+ var _excluded$a = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy", "error", "required", "editable", "disabled", "loading", "maxLength", "helpText", "value", "defaultValue", "renderInputValue"];
11085
11093
  var getVariant$1 = function getVariant(_ref) {
11086
11094
  var disabled = _ref.disabled,
11087
11095
  error = _ref.error,
@@ -11127,7 +11135,7 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref2, ref) {
11127
11135
  value = _ref2.value,
11128
11136
  defaultValue = _ref2.defaultValue,
11129
11137
  renderInputValue = _ref2.renderInputValue,
11130
- nativeProps = _objectWithoutProperties(_ref2, _excluded$b);
11138
+ nativeProps = _objectWithoutProperties(_ref2, _excluded$a);
11131
11139
  var displayText = (_ref3 = value !== undefined ? value : defaultValue) !== null && _ref3 !== void 0 ? _ref3 : '';
11132
11140
  var isEmptyValue = displayText.length === 0;
11133
11141
  var actualSuffix = loading ? 'loading' : suffix;
@@ -11263,17 +11271,17 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref2, ref) {
11263
11271
  icon: actualSuffix,
11264
11272
  spin: actualSuffix === 'loading',
11265
11273
  size: "xsmall"
11266
- }) : suffix), /*#__PURE__*/React.createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React.createElement(StyledErrorAndMaxLengthContainer, null, !!error && /*#__PURE__*/React.createElement(StyledErrorContainer$1, null, /*#__PURE__*/React.createElement(Icon, {
11274
+ }) : suffix), /*#__PURE__*/React.createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React.createElement(StyledErrorAndMaxLengthContainer, null, error ? /*#__PURE__*/React.createElement(StyledErrorContainer$1, null, /*#__PURE__*/React.createElement(Icon, {
11267
11275
  testID: "input-error-icon",
11268
11276
  icon: "circle-info",
11269
11277
  size: "xsmall",
11270
11278
  intent: "danger"
11271
11279
  }), /*#__PURE__*/React.createElement(StyledError, {
11272
11280
  testID: "input-error-message"
11273
- }, error)), shouldShowMaxLength && /*#__PURE__*/React.createElement(StyledMaxLengthMessage, {
11281
+ }, error)) : !!helpText && /*#__PURE__*/React.createElement(StyledHelperText, null, helpText), shouldShowMaxLength && /*#__PURE__*/React.createElement(StyledMaxLengthMessage, {
11274
11282
  themeVariant: variant,
11275
11283
  fontSize: "small"
11276
- }, displayText.length, "/", maxLength)), !!helpText && /*#__PURE__*/React.createElement(StyledHelperText, null, helpText)));
11284
+ }, displayText.length, "/", maxLength))));
11277
11285
  });
11278
11286
 
11279
11287
  var DatePickerAndroid = function DatePickerAndroid(_ref) {
@@ -11713,7 +11721,7 @@ var index$7 = Object.assign(Drawer, {
11713
11721
  Dragable: DragableDrawer
11714
11722
  });
11715
11723
 
11716
- var StyledWrapper$6 = index$a(View)(function (_ref) {
11724
+ var StyledWrapper$5 = index$a(View)(function (_ref) {
11717
11725
  var theme = _ref.theme;
11718
11726
  return {
11719
11727
  display: 'flex',
@@ -11755,7 +11763,7 @@ var Empty = function Empty(_ref) {
11755
11763
  _ref$variant = _ref.variant,
11756
11764
  variant = _ref$variant === void 0 ? 'light' : _ref$variant;
11757
11765
  var theme = useTheme();
11758
- return /*#__PURE__*/React.createElement(StyledWrapper$6, {
11766
+ return /*#__PURE__*/React.createElement(StyledWrapper$5, {
11759
11767
  style: style,
11760
11768
  testID: testID
11761
11769
  }, image !== undefined && /*#__PURE__*/React.cloneElement(image, _objectSpread2(_objectSpread2({}, image.props), {}, {
@@ -11805,11 +11813,11 @@ var StyledFABText = index$a(Text$1)(function (_ref3) {
11805
11813
  };
11806
11814
  });
11807
11815
 
11808
- var _excluded$a = ["active"];
11816
+ var _excluded$9 = ["active"];
11809
11817
  var AnimatedIcons = Animated.createAnimatedComponent(StyledFABIcon);
11810
11818
  var AnimatedFABIcon = function AnimatedFABIcon(_ref) {
11811
11819
  var active = _ref.active,
11812
- iconProps = _objectWithoutProperties(_ref, _excluded$a);
11820
+ iconProps = _objectWithoutProperties(_ref, _excluded$9);
11813
11821
  var rotateAnimation = useRef(new Animated.Value(active ? 1 : 0));
11814
11822
  useEffect(function () {
11815
11823
  var animation = Animated.timing(rotateAnimation.current, {
@@ -12244,7 +12252,7 @@ var List = {
12244
12252
  BasicItem: BasicListItem
12245
12253
  };
12246
12254
 
12247
- var StyledWrapper$5 = index$a(View)(function () {
12255
+ var StyledWrapper$4 = index$a(View)(function () {
12248
12256
  return {
12249
12257
  alignContent: 'flex-start'
12250
12258
  };
@@ -12422,7 +12430,7 @@ function PinInput(_ref2) {
12422
12430
  InteractionManager.runAfterInteractions(focus);
12423
12431
  }
12424
12432
  }, [inputRef]);
12425
- return /*#__PURE__*/React.createElement(StyledWrapper$5, {
12433
+ return /*#__PURE__*/React.createElement(StyledWrapper$4, {
12426
12434
  style: style,
12427
12435
  testID: testID
12428
12436
  }, /*#__PURE__*/React.createElement(StyledPinWrapper, null, _toConsumableArray(Array(length).keys()).map(function (index) {
@@ -12539,7 +12547,7 @@ var StyledStrokeEnd = index$a(View)(function (_ref6) {
12539
12547
  };
12540
12548
  });
12541
12549
 
12542
- var _excluded$9 = ["value", "renderValue", "intent", "style", "testID"];
12550
+ var _excluded$8 = ["value", "renderValue", "intent", "style", "testID"];
12543
12551
  var HalfCircle = function HalfCircle(_ref) {
12544
12552
  var type = _ref.type,
12545
12553
  themeIntent = _ref.themeIntent;
@@ -12560,7 +12568,7 @@ var ProgressCircle = function ProgressCircle(_ref2) {
12560
12568
  intent = _ref2$intent === void 0 ? 'primary' : _ref2$intent,
12561
12569
  style = _ref2.style,
12562
12570
  testID = _ref2.testID,
12563
- nativeProps = _objectWithoutProperties(_ref2, _excluded$9);
12571
+ nativeProps = _objectWithoutProperties(_ref2, _excluded$8);
12564
12572
  var theme = useTheme$1();
12565
12573
  var radius = theme.__hd__.progress.sizes.circleDiameter / 2;
12566
12574
  var progressAnimatedValue = useRef(new Animated.Value(0));
@@ -12657,7 +12665,7 @@ var ProgressCircle = function ProgressCircle(_ref2) {
12657
12665
  }, renderValue(value)))));
12658
12666
  };
12659
12667
 
12660
- var StyledWrapper$4 = index$a(View)(function (_ref) {
12668
+ var StyledWrapper$3 = index$a(View)(function (_ref) {
12661
12669
  var theme = _ref.theme,
12662
12670
  themeIntent = _ref.themeIntent;
12663
12671
  return {
@@ -12677,14 +12685,14 @@ var StyledInner = index$a(Animated.View)(function (_ref2) {
12677
12685
  };
12678
12686
  });
12679
12687
 
12680
- var _excluded$8 = ["value", "intent", "style", "testID"];
12688
+ var _excluded$7 = ["value", "intent", "style", "testID"];
12681
12689
  var ProgressBar = function ProgressBar(_ref) {
12682
12690
  var value = _ref.value,
12683
12691
  _ref$intent = _ref.intent,
12684
12692
  intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
12685
12693
  style = _ref.style,
12686
12694
  testID = _ref.testID,
12687
- nativeProps = _objectWithoutProperties(_ref, _excluded$8);
12695
+ nativeProps = _objectWithoutProperties(_ref, _excluded$7);
12688
12696
  var _useState = useState(0),
12689
12697
  _useState2 = _slicedToArray(_useState, 2),
12690
12698
  width = _useState2[0],
@@ -12710,7 +12718,7 @@ var ProgressBar = function ProgressBar(_ref) {
12710
12718
  outputRange: [999, 0],
12711
12719
  extrapolate: 'clamp'
12712
12720
  });
12713
- return /*#__PURE__*/React.createElement(StyledWrapper$4, _extends$1({}, nativeProps, {
12721
+ return /*#__PURE__*/React.createElement(StyledWrapper$3, _extends$1({}, nativeProps, {
12714
12722
  testID: testID,
12715
12723
  style: style,
12716
12724
  themeIntent: intent
@@ -12875,14 +12883,14 @@ var AnimatedSpinner = function AnimatedSpinner(_ref) {
12875
12883
  }, dotProps))));
12876
12884
  };
12877
12885
 
12878
- var _excluded$7 = ["testID", "size", "intent"];
12886
+ var _excluded$6 = ["testID", "size", "intent"];
12879
12887
  var Spinner = function Spinner(_ref) {
12880
12888
  var testID = _ref.testID,
12881
12889
  _ref$size = _ref.size,
12882
12890
  size = _ref$size === void 0 ? 'medium' : _ref$size,
12883
12891
  _ref$intent = _ref.intent,
12884
12892
  intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
12885
- nativeProps = _objectWithoutProperties(_ref, _excluded$7);
12893
+ nativeProps = _objectWithoutProperties(_ref, _excluded$6);
12886
12894
  return /*#__PURE__*/React.createElement(StyledView$1, nativeProps, /*#__PURE__*/React.createElement(StyledSpinnerContainer, {
12887
12895
  testID: testID
12888
12896
  }, /*#__PURE__*/React.createElement(AnimatedSpinner, {
@@ -12915,7 +12923,7 @@ var SwipeableAction = function SwipeableAction(_ref) {
12915
12923
  }, children);
12916
12924
  };
12917
12925
 
12918
- var _excluded$6 = ["children", "state", "onStateChange", "leftActions", "leftActionsWidth", "rightActions", "rightActionsWidth"];
12926
+ var _excluded$5 = ["children", "state", "onStateChange", "leftActions", "leftActionsWidth", "rightActions", "rightActionsWidth"];
12919
12927
  var renderActions = function renderActions(actions, width, progress, direction) {
12920
12928
  var trans = progress.interpolate({
12921
12929
  inputRange: [0, 1],
@@ -12940,7 +12948,7 @@ var Swipeable = function Swipeable(_ref) {
12940
12948
  leftActionsWidth = _ref.leftActionsWidth,
12941
12949
  rightActions = _ref.rightActions,
12942
12950
  rightActionsWidth = _ref.rightActionsWidth,
12943
- swipeableProps = _objectWithoutProperties(_ref, _excluded$6);
12951
+ swipeableProps = _objectWithoutProperties(_ref, _excluded$5);
12944
12952
  var _useWindowDimensions = useWindowDimensions(),
12945
12953
  width = _useWindowDimensions.width;
12946
12954
  var swipeableRef = useRef(null);
@@ -12987,232 +12995,6 @@ var index$5 = Object.assign(Swipeable, {
12987
12995
  Content: RectButton
12988
12996
  });
12989
12997
 
12990
- var StyledWrapper$3 = index$a(View)(function () {
12991
- return {
12992
- flexDirection: 'row'
12993
- };
12994
- });
12995
- var StyledContent = index$a(Animated.View)(function () {
12996
- return {
12997
- flex: 1
12998
- };
12999
- });
13000
-
13001
- var _excluded$5 = ["children", "leftContent", "rightContent", "style", "leftActionsWidth", "onSwipeLeftStart", "onSwipeLeftEnd", "rightActionsWidth", "onSwipeRightStart", "onSwipeRightEnd"];
13002
- var swipeStartMinDistance = 15;
13003
- var ReleaseAnimationConfig = {
13004
- toValue: {
13005
- x: 0,
13006
- y: 0
13007
- },
13008
- duration: 100,
13009
- easing: Easing.elastic(0.5),
13010
- useNativeDriver: true
13011
- };
13012
- var animationToNewState = function animationToNewState(pan) {
13013
- var animationConfig = ReleaseAnimationConfig;
13014
- pan.flattenOffset();
13015
- return Animated.timing(pan, animationConfig);
13016
- };
13017
- var hanleOnPanResponderEnd = function hanleOnPanResponderEnd(state, contextValues, event, gestureState) {
13018
- var unmountedRef = contextValues.unmountedRef,
13019
- onSwipeLeftEnd = contextValues.onSwipeLeftEnd,
13020
- onSwipeRightEnd = contextValues.onSwipeRightEnd;
13021
- var leftActionActivated = state.leftActionActivated,
13022
- rightActionActivated = state.rightActionActivated,
13023
- pan = state.pan;
13024
- var animationConfig = ReleaseAnimationConfig;
13025
- animationToNewState(pan).start(function () {
13026
- if (unmountedRef.current) {
13027
- return;
13028
- }
13029
- if (leftActionActivated && onSwipeRightEnd) {
13030
- onSwipeRightEnd(event, gestureState);
13031
- }
13032
- if (rightActionActivated && onSwipeLeftEnd) {
13033
- onSwipeLeftEnd(event, gestureState);
13034
- }
13035
- });
13036
- return _objectSpread2(_objectSpread2({}, state), {}, {
13037
- lastOffset: {
13038
- x: animationConfig.toValue.x,
13039
- y: animationConfig.toValue.y
13040
- },
13041
- leftActionActivated: false,
13042
- rightActionActivated: false
13043
- });
13044
- };
13045
- var hanleOnPanResponderMove = function hanleOnPanResponderMove(state, contextValues, event, gestureState) {
13046
- var leftActionsWidth = contextValues.leftActionsWidth,
13047
- rightActionsWidth = contextValues.rightActionsWidth,
13048
- onSwipeLeftStart = contextValues.onSwipeLeftStart,
13049
- onSwipeRightStart = contextValues.onSwipeRightStart,
13050
- canSwipeRight = contextValues.canSwipeRight,
13051
- canSwipeLeft = contextValues.canSwipeLeft;
13052
- var lastOffset = state.lastOffset,
13053
- leftActionActivated = state.leftActionActivated,
13054
- rightActionActivated = state.rightActionActivated;
13055
- var dx = gestureState.dx;
13056
- var x = dx + lastOffset.x;
13057
- var nextLeftActionActivated = leftActionActivated;
13058
- var nextRightActionActivated = rightActionActivated;
13059
- Animated.event([null, {
13060
- dx: state.pan.x,
13061
- dy: state.pan.y
13062
- }], {
13063
- useNativeDriver: false
13064
- })(event, gestureState);
13065
- if (!leftActionActivated && canSwipeRight && x >= leftActionsWidth) {
13066
- nextLeftActionActivated = true;
13067
- onSwipeRightStart(event, gestureState);
13068
- }
13069
- if (leftActionActivated && canSwipeRight && x < leftActionsWidth) {
13070
- nextLeftActionActivated = false;
13071
- }
13072
- if (!rightActionActivated && canSwipeLeft && x <= -rightActionsWidth) {
13073
- nextRightActionActivated = true;
13074
- onSwipeLeftStart(event, gestureState);
13075
- }
13076
- if (rightActionActivated && canSwipeLeft && x > -rightActionsWidth) {
13077
- nextRightActionActivated = false;
13078
- }
13079
- var needsUpdate = nextLeftActionActivated !== leftActionActivated || nextRightActionActivated !== rightActionActivated;
13080
- if (needsUpdate) {
13081
- return _objectSpread2(_objectSpread2({}, state), {}, {
13082
- leftActionActivated: nextLeftActionActivated,
13083
- rightActionActivated: nextRightActionActivated
13084
- });
13085
- }
13086
- return state;
13087
- };
13088
- var SwipeableV2 = function SwipeableV2(_ref) {
13089
- var children = _ref.children,
13090
- leftContent = _ref.leftContent,
13091
- rightContent = _ref.rightContent,
13092
- style = _ref.style,
13093
- _ref$leftActionsWidth = _ref.leftActionsWidth,
13094
- leftActionsWidth = _ref$leftActionsWidth === void 0 ? scale(200) : _ref$leftActionsWidth,
13095
- _ref$onSwipeLeftStart = _ref.onSwipeLeftStart,
13096
- onSwipeLeftStart = _ref$onSwipeLeftStart === void 0 ? noop : _ref$onSwipeLeftStart,
13097
- _ref$onSwipeLeftEnd = _ref.onSwipeLeftEnd,
13098
- onSwipeLeftEnd = _ref$onSwipeLeftEnd === void 0 ? noop : _ref$onSwipeLeftEnd,
13099
- _ref$rightActionsWidt = _ref.rightActionsWidth,
13100
- rightActionsWidth = _ref$rightActionsWidt === void 0 ? scale(200) : _ref$rightActionsWidt,
13101
- _ref$onSwipeRightStar = _ref.onSwipeRightStart,
13102
- onSwipeRightStart = _ref$onSwipeRightStar === void 0 ? noop : _ref$onSwipeRightStar,
13103
- _ref$onSwipeRightEnd = _ref.onSwipeRightEnd,
13104
- onSwipeRightEnd = _ref$onSwipeRightEnd === void 0 ? noop : _ref$onSwipeRightEnd,
13105
- rest = _objectWithoutProperties(_ref, _excluded$5);
13106
- var propsWithDefaultValue = _objectSpread2({
13107
- children: children,
13108
- leftContent: leftContent,
13109
- rightContent: rightContent,
13110
- style: style,
13111
- leftActionsWidth: leftActionsWidth,
13112
- onSwipeLeftStart: onSwipeLeftStart,
13113
- onSwipeLeftEnd: onSwipeLeftEnd,
13114
- rightActionsWidth: rightActionsWidth,
13115
- onSwipeRightStart: onSwipeRightStart,
13116
- onSwipeRightEnd: onSwipeRightEnd
13117
- }, rest);
13118
- var unmountedRef = React.useRef(false);
13119
- useEffect(function () {
13120
- return function () {
13121
- unmountedRef.current = true;
13122
- };
13123
- }, []);
13124
- var _React$useState = React.useState(0),
13125
- _React$useState2 = _slicedToArray(_React$useState, 2),
13126
- width = _React$useState2[0],
13127
- setWidth = _React$useState2[1];
13128
- var canSwipeRight = !!leftContent;
13129
- var canSwipeLeft = !!rightContent;
13130
- var propsRef = React.useRef(undefined);
13131
- var _React$useState3 = React.useState({
13132
- pan: new Animated.ValueXY({
13133
- x: 0,
13134
- y: 0
13135
- }),
13136
- lastOffset: {
13137
- x: 0,
13138
- y: 0
13139
- },
13140
- leftActionActivated: false,
13141
- rightActionActivated: false
13142
- }),
13143
- _React$useState4 = _slicedToArray(_React$useState3, 2),
13144
- state = _React$useState4[0],
13145
- setState = _React$useState4[1];
13146
- propsRef.current = _objectSpread2(_objectSpread2({}, propsWithDefaultValue), {}, {
13147
- canSwipeLeft: canSwipeLeft,
13148
- canSwipeRight: canSwipeRight,
13149
- unmountedRef: unmountedRef
13150
- });
13151
- var transform = [{
13152
- translateX: state.pan.x.interpolate({
13153
- inputRange: [canSwipeLeft ? -width : 0, canSwipeRight ? width : 0],
13154
- outputRange: [canSwipeLeft ? -width + StyleSheet$1.hairlineWidth : 0, canSwipeRight ? width - StyleSheet$1.hairlineWidth : 0],
13155
- extrapolate: 'clamp'
13156
- })
13157
- }];
13158
- var panResponder = React.useRef(PanResponder.create({
13159
- onMoveShouldSetPanResponder: function onMoveShouldSetPanResponder(_, gestureState) {
13160
- return Math.abs(gestureState.dx) > swipeStartMinDistance;
13161
- },
13162
- onMoveShouldSetPanResponderCapture: function onMoveShouldSetPanResponderCapture(_, gestureState) {
13163
- return Math.abs(gestureState.dx) > swipeStartMinDistance;
13164
- },
13165
- onPanResponderGrant: function onPanResponderGrant() {
13166
- setState(function (prevState) {
13167
- prevState.pan.setOffset(prevState.lastOffset);
13168
- return prevState;
13169
- });
13170
- },
13171
- onPanResponderMove: function onPanResponderMove(event, gestureState) {
13172
- setState(function (prevState) {
13173
- return hanleOnPanResponderMove(prevState, propsRef.current, event, gestureState);
13174
- });
13175
- },
13176
- onPanResponderRelease: function onPanResponderRelease(event, gestureState) {
13177
- setState(function (prevState) {
13178
- return hanleOnPanResponderEnd(prevState, propsRef.current, event, gestureState);
13179
- });
13180
- },
13181
- onPanResponderTerminationRequest: function onPanResponderTerminationRequest() {
13182
- return false;
13183
- },
13184
- onPanResponderTerminate: function onPanResponderTerminate(event, gestureState) {
13185
- setState(function (prevState) {
13186
- return hanleOnPanResponderEnd(prevState, propsRef.current, event, gestureState);
13187
- });
13188
- }
13189
- })).current;
13190
- return /*#__PURE__*/React.createElement(StyledWrapper$3, _extends$1({
13191
- onLayout: function onLayout(event) {
13192
- setWidth(event.nativeEvent.layout.width);
13193
- },
13194
- style: [{
13195
- flexDirection: 'row'
13196
- }, style]
13197
- }, panResponder.panHandlers, rest), canSwipeRight && /*#__PURE__*/React.createElement(Animated.View, {
13198
- style: [{
13199
- transform: transform,
13200
- marginLeft: -width,
13201
- width: width
13202
- }]
13203
- }, leftContent), /*#__PURE__*/React.createElement(StyledContent, {
13204
- style: {
13205
- transform: transform
13206
- }
13207
- }, children), canSwipeLeft && /*#__PURE__*/React.createElement(Animated.View, {
13208
- style: [{
13209
- transform: transform,
13210
- marginRight: -width,
13211
- width: width
13212
- }]
13213
- }, rightContent));
13214
- };
13215
-
13216
12998
  var Circle = index$a(View)(function (_ref) {
13217
12999
  var theme = _ref.theme;
13218
13000
  return {
@@ -31521,14 +31303,14 @@ var RichTextEditor = function RichTextEditor(_ref) {
31521
31303
  hideKeyboardAccessoryView: true,
31522
31304
  keyboardDisplayRequiresUserAction: false,
31523
31305
  height: webviewHeight
31524
- })))), /*#__PURE__*/React.createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React.createElement(StyledErrorAndMaxLengthContainer, null, !!error && /*#__PURE__*/React.createElement(StyledErrorContainer$1, null, /*#__PURE__*/React.createElement(Icon, {
31306
+ })))), /*#__PURE__*/React.createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React.createElement(StyledErrorAndMaxLengthContainer, null, error ? /*#__PURE__*/React.createElement(StyledErrorContainer$1, null, /*#__PURE__*/React.createElement(Icon, {
31525
31307
  testID: "input-error-icon",
31526
31308
  icon: "circle-info",
31527
31309
  size: "xsmall",
31528
31310
  intent: "danger"
31529
31311
  }), /*#__PURE__*/React.createElement(StyledError, {
31530
31312
  testID: "input-error-message"
31531
- }, error))), !!helpText && /*#__PURE__*/React.createElement(StyledHelperText, null, helpText)));
31313
+ }, error)) : !!helpText && /*#__PURE__*/React.createElement(StyledHelperText, null, helpText))));
31532
31314
  };
31533
31315
  var RichTextEditor$1 = /*#__PURE__*/forwardRef(function (props, ref) {
31534
31316
  return /*#__PURE__*/React.createElement(RichTextEditor, _extends$1({}, props, {
@@ -31541,4 +31323,4 @@ var index = Object.assign(RichTextEditor$1, {
31541
31323
  Toolbar: EditorToolbar
31542
31324
  });
31543
31325
 
31544
- export { Accordion, Alert, Attachment, index$9 as Avatar, Badge$1 as Badge, BottomNavigation, BottomSheet$1 as BottomSheet, Box, CompoundButton as Button, Calendar, index$8 as Card, Carousel, Checkbox, Collapse, ContentNavigator, DatePicker, Divider, index$7 as Drawer, Empty, index$6 as FAB, Icon, Image, List, PageControl, PinInput, Progress, CompoundRadio as Radio, RefreshControl, index as RichTextEditor, SectionHeading, index$4 as Select, Slider, Spinner, index$5 as Swipeable, SwipeableV2, index$3 as Switch, index$2 as Tabs, Tag, TextInput, ThemeProvider, ThemeSwitcher, TimePicker, Toast, index$1 as Toolbar, Typography, eBensSystemPalette, getTheme$1 as getTheme, jobsSystemPalette, scale, swagSystemPalette, defaultTheme as theme, useAvatarColors, useTheme, walletSystemPalette, workSystemPalette };
31326
+ export { Accordion, Alert, Attachment, index$9 as Avatar, Badge$1 as Badge, BottomNavigation, BottomSheet$1 as BottomSheet, Box, CompoundButton as Button, Calendar, index$8 as Card, Carousel, Checkbox, Collapse, ContentNavigator, DatePicker, Divider, index$7 as Drawer, Empty, index$6 as FAB, Icon, Image, List, PageControl, PinInput, Progress, CompoundRadio as Radio, RefreshControl, index as RichTextEditor, SectionHeading, index$4 as Select, Slider, Spinner, index$5 as Swipeable, index$3 as Switch, index$2 as Tabs, Tag, TextInput, ThemeProvider, ThemeSwitcher, TimePicker, Toast, index$1 as Toolbar, Typography, eBensSystemPalette, getTheme$1 as getTheme, jobsSystemPalette, scale, swagSystemPalette, defaultTheme as theme, useAvatarColors, useTheme, walletSystemPalette, workSystemPalette };