@7shifts/sous-chef 2.15.8 → 2.16.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 (183) hide show
  1. package/dist/actions/Button/Button.d.ts +1 -0
  2. package/dist/actions/PaginationControls/PaginationControls.d.ts +1 -0
  3. package/dist/actions/Toggle/Toggle.d.ts +1 -0
  4. package/dist/controls/ToolbarSelect/ToolbarSelect.d.ts +2 -1
  5. package/dist/core/DataTable/DataTable.d.ts +3 -1
  6. package/dist/core/DataTableEditableCell/DataTableEditableCell.d.ts +2 -1
  7. package/dist/core/DataTableRow/DataTableRow.d.ts +1 -1
  8. package/dist/core/Flex/Flex.d.ts +1 -0
  9. package/dist/core/Inline/Inline.d.ts +1 -0
  10. package/dist/core/Stack/Stack.d.ts +1 -0
  11. package/dist/feedback/InlineBanner/InlineBanner.d.ts +1 -0
  12. package/dist/feedback/Spinner/Spinner.d.ts +1 -0
  13. package/dist/forms/CheckboxField/CheckboxField.d.ts +2 -0
  14. package/dist/forms/CurrencyField/CurrencyField.d.ts +1 -1
  15. package/dist/forms/DateField/DateField.d.ts +1 -0
  16. package/dist/forms/DatePickerCalendar/DatePickerCalendar.d.ts +1 -0
  17. package/dist/forms/DateRangeField/DateRangeField.d.ts +1 -0
  18. package/dist/forms/Field/Field.d.ts +1 -0
  19. package/dist/forms/Form/Form.d.ts +1 -0
  20. package/dist/forms/FormRow/FormRow.d.ts +1 -0
  21. package/dist/forms/MultiSelectField/MultiSelectField.d.ts +2 -1
  22. package/dist/forms/PasswordField/PasswordField.d.ts +1 -0
  23. package/dist/forms/PercentageField/PercentageField.d.ts +1 -1
  24. package/dist/forms/PillSelectField/PillSelectField.d.ts +3 -1
  25. package/dist/forms/RadioGroupField/RadioGroupField.d.ts +2 -0
  26. package/dist/forms/RadioGroupOption/RadioGroupOption.d.ts +1 -0
  27. package/dist/forms/SelectField/SelectField.d.ts +2 -0
  28. package/dist/forms/SelectField/useSelectField.d.ts +1 -1
  29. package/dist/forms/TextAreaField/TextAreaField.d.ts +1 -0
  30. package/dist/forms/TextField/TextField.d.ts +1 -0
  31. package/dist/forms/TextField/useTextField.d.ts +1 -1
  32. package/dist/forms/TimeField/TimeField.d.ts +1 -1
  33. package/dist/forms/WeekField/WeekField.d.ts +1 -0
  34. package/dist/foundation/colors.d.ts +2 -8
  35. package/dist/icons/components/IconAnalytics.d.ts +2 -1
  36. package/dist/icons/components/IconArrowDown.d.ts +2 -1
  37. package/dist/icons/components/IconArrowLeft.d.ts +2 -1
  38. package/dist/icons/components/IconArrowRight.d.ts +2 -1
  39. package/dist/icons/components/IconArrowToTop.d.ts +2 -1
  40. package/dist/icons/components/IconArrowUp.d.ts +2 -1
  41. package/dist/icons/components/IconAward.d.ts +2 -1
  42. package/dist/icons/components/IconBalanceScale.d.ts +2 -1
  43. package/dist/icons/components/IconBalanceScaleLeft.d.ts +2 -1
  44. package/dist/icons/components/IconBan.d.ts +2 -1
  45. package/dist/icons/components/IconBarsH.d.ts +2 -1
  46. package/dist/icons/components/IconBarsV.d.ts +2 -1
  47. package/dist/icons/components/IconBell.d.ts +2 -1
  48. package/dist/icons/components/IconBirthdayCake.d.ts +2 -1
  49. package/dist/icons/components/IconBold.d.ts +2 -1
  50. package/dist/icons/components/IconBolt.d.ts +2 -1
  51. package/dist/icons/components/IconBook.d.ts +2 -1
  52. package/dist/icons/components/IconBriefcase.d.ts +2 -1
  53. package/dist/icons/components/IconBullseyeArrow.d.ts +2 -1
  54. package/dist/icons/components/IconCalculator.d.ts +2 -1
  55. package/dist/icons/components/IconCalendar.d.ts +2 -1
  56. package/dist/icons/components/IconCalendarAlt.d.ts +2 -1
  57. package/dist/icons/components/IconCalendarCheck.d.ts +2 -1
  58. package/dist/icons/components/IconCalendarDay.d.ts +2 -1
  59. package/dist/icons/components/IconCalendarExclamation.d.ts +2 -1
  60. package/dist/icons/components/IconCalendarStar.d.ts +2 -1
  61. package/dist/icons/components/IconCalendarTomorrow.d.ts +2 -1
  62. package/dist/icons/components/IconCamera.d.ts +2 -1
  63. package/dist/icons/components/IconCameraSlash.d.ts +2 -1
  64. package/dist/icons/components/IconCashRegister.d.ts +2 -1
  65. package/dist/icons/components/IconChartBar.d.ts +2 -1
  66. package/dist/icons/components/IconCheck.d.ts +2 -1
  67. package/dist/icons/components/IconChevronDown.d.ts +2 -1
  68. package/dist/icons/components/IconChevronLeft.d.ts +2 -1
  69. package/dist/icons/components/IconChevronRight.d.ts +2 -1
  70. package/dist/icons/components/IconChevronUp.d.ts +2 -1
  71. package/dist/icons/components/IconClipboardList.d.ts +2 -1
  72. package/dist/icons/components/IconClock.d.ts +2 -1
  73. package/dist/icons/components/IconCog.d.ts +2 -1
  74. package/dist/icons/components/IconComment.d.ts +2 -1
  75. package/dist/icons/components/IconCommentLines.d.ts +2 -1
  76. package/dist/icons/components/IconCopy.d.ts +2 -1
  77. package/dist/icons/components/IconCreditCard.d.ts +2 -1
  78. package/dist/icons/components/IconCreditCardPlus.d.ts +2 -1
  79. package/dist/icons/components/IconDownload.d.ts +2 -1
  80. package/dist/icons/components/IconEdit.d.ts +2 -1
  81. package/dist/icons/components/IconEllipsisV.d.ts +2 -1
  82. package/dist/icons/components/IconEnvelope.d.ts +2 -1
  83. package/dist/icons/components/IconExclaimation.d.ts +2 -1
  84. package/dist/icons/components/IconExclaimationTriangle.d.ts +2 -1
  85. package/dist/icons/components/IconExpand.d.ts +2 -1
  86. package/dist/icons/components/IconExternalLink.d.ts +2 -1
  87. package/dist/icons/components/IconEye.d.ts +2 -1
  88. package/dist/icons/components/IconEyeSlash.d.ts +2 -1
  89. package/dist/icons/components/IconFile.d.ts +2 -1
  90. package/dist/icons/components/IconFilePdf.d.ts +2 -1
  91. package/dist/icons/components/IconFlag.d.ts +2 -1
  92. package/dist/icons/components/IconFourDotsCircle.d.ts +2 -1
  93. package/dist/icons/components/IconFourSquares.d.ts +2 -1
  94. package/dist/icons/components/IconGavel.d.ts +2 -1
  95. package/dist/icons/components/IconGif.d.ts +2 -1
  96. package/dist/icons/components/IconGift.d.ts +2 -1
  97. package/dist/icons/components/IconGrinBeam.d.ts +2 -1
  98. package/dist/icons/components/IconGripVertical.d.ts +2 -1
  99. package/dist/icons/components/IconHandshake.d.ts +2 -1
  100. package/dist/icons/components/IconImage.d.ts +2 -1
  101. package/dist/icons/components/IconInfoCircle.d.ts +2 -1
  102. package/dist/icons/components/IconIslandTropical.d.ts +2 -1
  103. package/dist/icons/components/IconItalic.d.ts +2 -1
  104. package/dist/icons/components/IconLaptopSearch.d.ts +2 -1
  105. package/dist/icons/components/IconLink.d.ts +2 -1
  106. package/dist/icons/components/IconList.d.ts +2 -1
  107. package/dist/icons/components/IconListOI.d.ts +2 -1
  108. package/dist/icons/components/IconLock.d.ts +2 -1
  109. package/dist/icons/components/IconMagicSolid.d.ts +2 -1
  110. package/dist/icons/components/IconMapMarker.d.ts +2 -1
  111. package/dist/icons/components/IconMegaphone.d.ts +2 -1
  112. package/dist/icons/components/IconMinus.d.ts +2 -1
  113. package/dist/icons/components/IconMinusCircle.d.ts +2 -1
  114. package/dist/icons/components/IconMoneyBill.d.ts +2 -1
  115. package/dist/icons/components/IconNotesMedical.d.ts +2 -1
  116. package/dist/icons/components/IconOvertime.d.ts +2 -1
  117. package/dist/icons/components/IconPaperPlane.d.ts +2 -1
  118. package/dist/icons/components/IconPaperPlaneClock.d.ts +2 -1
  119. package/dist/icons/components/IconPaperclip.d.ts +2 -1
  120. package/dist/icons/components/IconPencil.d.ts +2 -1
  121. package/dist/icons/components/IconPercentage.d.ts +2 -1
  122. package/dist/icons/components/IconPhone.d.ts +2 -1
  123. package/dist/icons/components/IconPlug.d.ts +2 -1
  124. package/dist/icons/components/IconPlus.d.ts +2 -1
  125. package/dist/icons/components/IconPrint.d.ts +2 -1
  126. package/dist/icons/components/IconQuestionCircle.d.ts +2 -1
  127. package/dist/icons/components/IconRepeat.d.ts +2 -1
  128. package/dist/icons/components/IconReply.d.ts +2 -1
  129. package/dist/icons/components/IconSearch.d.ts +2 -1
  130. package/dist/icons/components/IconSignOut.d.ts +2 -1
  131. package/dist/icons/components/IconSitemap.d.ts +2 -1
  132. package/dist/icons/components/IconSlidersH.d.ts +2 -1
  133. package/dist/icons/components/IconSort.d.ts +2 -1
  134. package/dist/icons/components/IconStar.d.ts +2 -1
  135. package/dist/icons/components/IconStarSolid.d.ts +2 -1
  136. package/dist/icons/components/IconStickyNoteLines.d.ts +2 -1
  137. package/dist/icons/components/IconStopwatch.d.ts +2 -1
  138. package/dist/icons/components/IconStrikethrough.d.ts +2 -1
  139. package/dist/icons/components/IconSync.d.ts +2 -1
  140. package/dist/icons/components/IconSyncExclaimation.d.ts +2 -1
  141. package/dist/icons/components/IconTachometer.d.ts +2 -1
  142. package/dist/icons/components/IconTimes.d.ts +2 -1
  143. package/dist/icons/components/IconTimesOctagon.d.ts +2 -1
  144. package/dist/icons/components/IconTrash.d.ts +2 -1
  145. package/dist/icons/components/IconUnderline.d.ts +2 -1
  146. package/dist/icons/components/IconUndo.d.ts +2 -1
  147. package/dist/icons/components/IconUniversity.d.ts +2 -1
  148. package/dist/icons/components/IconUserComputer.d.ts +2 -1
  149. package/dist/icons/components/IconUserFriends.d.ts +2 -1
  150. package/dist/icons/components/IconUserLight.d.ts +2 -1
  151. package/dist/icons/components/IconUserPlus.d.ts +2 -1
  152. package/dist/icons/components/IconUserSlash.d.ts +2 -1
  153. package/dist/icons/components/IconUserSolid.d.ts +2 -1
  154. package/dist/icons/components/IconUserTag.d.ts +2 -1
  155. package/dist/icons/components/IconUserTie.d.ts +2 -1
  156. package/dist/icons/components/IconUsers.d.ts +2 -1
  157. package/dist/icons/components/IconVideo.d.ts +2 -1
  158. package/dist/icons/components/IconVolume.d.ts +2 -1
  159. package/dist/icons/components/IconVolumeMute.d.ts +2 -1
  160. package/dist/icons/components/IconWrench.d.ts +2 -1
  161. package/dist/index.css +126 -37
  162. package/dist/index.js +1351 -469
  163. package/dist/index.js.map +1 -1
  164. package/dist/index.modern.js +1350 -470
  165. package/dist/index.modern.js.map +1 -1
  166. package/dist/media/Avatar/Avatar.d.ts +1 -0
  167. package/dist/media/Badge/Badge.d.ts +1 -0
  168. package/dist/media/Chip/Chip.d.ts +11 -0
  169. package/dist/media/Chip/constants.d.ts +8 -0
  170. package/dist/media/Chip/index.d.ts +1 -0
  171. package/dist/media/Chip/types.d.ts +1 -0
  172. package/dist/media/Pill/Pill.d.ts +10 -0
  173. package/dist/media/Pill/constants.d.ts +7 -0
  174. package/dist/media/Pill/index.d.ts +1 -0
  175. package/dist/media/Pill/types.d.ts +1 -0
  176. package/dist/media/index.d.ts +3 -1
  177. package/dist/overlay/Calendar/Calendar.d.ts +1 -0
  178. package/dist/overlay/Modal/Modal.d.ts +2 -1
  179. package/dist/overlay/Modal/ModalBody/ModalBody.d.ts +2 -1
  180. package/dist/overlay/Modal/ModalFooter/ModalFooter.d.ts +2 -1
  181. package/dist/overlay/Tooltip/Tooltip.d.ts +1 -0
  182. package/dist/overlay/Tooltip/TooltipOverlay/TooltipOverlay.d.ts +1 -0
  183. package/package.json +4 -2
package/dist/index.js CHANGED
@@ -137,7 +137,8 @@ var Flex = function Flex(_ref) {
137
137
  _ref$flexItems = _ref.flexItems,
138
138
  flexItems = _ref$flexItems === void 0 ? false : _ref$flexItems,
139
139
  _ref$flexWrap = _ref.flexWrap,
140
- flexWrap = _ref$flexWrap === void 0 ? 'nowrap' : _ref$flexWrap;
140
+ flexWrap = _ref$flexWrap === void 0 ? 'nowrap' : _ref$flexWrap,
141
+ testId = _ref.testId;
141
142
  var className = classnames(styles$1['flex'], (_classNames = {}, _classNames[styles$1['align-start']] = alignItems === 'flex-start', _classNames[styles$1['align-end']] = alignItems === 'flex-end', _classNames[styles$1['align-center']] = alignItems === 'center', _classNames[styles$1['justify-start']] = justifyContent === 'start', _classNames[styles$1['justify-end']] = justifyContent === 'end', _classNames[styles$1['justify-center']] = justifyContent === 'center', _classNames[styles$1['justify-space-between']] = justifyContent === 'space-between', _classNames[styles$1['inline-flex']] = inlineFlex, _classNames));
142
143
  var items = React__default.Children.toArray(children).filter(Boolean);
143
144
  var lastItemIndex = items.length - 1;
@@ -147,7 +148,7 @@ var Flex = function Flex(_ref) {
147
148
  flexDirection: direction,
148
149
  flexWrap: flexWrap
149
150
  },
150
- "data-testid": "flex-" + direction
151
+ "data-testid": testId || "flex-" + direction
151
152
  }, items.map(function (child, i) {
152
153
  return React__default.createElement("div", {
153
154
  key: i,
@@ -178,7 +179,9 @@ var Spinner = function Spinner(_ref) {
178
179
  _ref$theme = _ref.theme,
179
180
  theme = _ref$theme === void 0 ? 'mint' : _ref$theme,
180
181
  _ref$block = _ref.block,
181
- block = _ref$block === void 0 ? false : _ref$block;
182
+ block = _ref$block === void 0 ? false : _ref$block,
183
+ _ref$testId = _ref.testId,
184
+ testId = _ref$testId === void 0 ? 'spinner' : _ref$testId;
182
185
  return React__default.createElement("div", {
183
186
  className: classnames((_classnames = {}, _classnames[styles$2['spinner--block']] = block, _classnames))
184
187
  }, React__default.createElement("svg", {
@@ -187,7 +190,7 @@ var Spinner = function Spinner(_ref) {
187
190
  width: size,
188
191
  height: size,
189
192
  viewBox: "0 0 66 66",
190
- "data-testid": "spinner"
193
+ "data-testid": testId
191
194
  }, React__default.createElement("defs", null, React__default.createElement("linearGradient", {
192
195
  id: "prideGradient"
193
196
  }, React__default.createElement("stop", {
@@ -445,7 +448,8 @@ var TooltipOverlay = function TooltipOverlay(_ref) {
445
448
  onClose = _ref.onClose,
446
449
  onFocusIn = _ref.onFocusIn,
447
450
  onFocusOut = _ref.onFocusOut,
448
- extraClass = _ref.extraClass;
451
+ extraClass = _ref.extraClass,
452
+ testId = _ref.testId;
449
453
 
450
454
  var _useState = React.useState(false),
451
455
  isVisible = _useState[0],
@@ -467,7 +471,8 @@ var TooltipOverlay = function TooltipOverlay(_ref) {
467
471
  var tooltipRectPosition = tooltipRef === null || tooltipRef === void 0 ? void 0 : (_tooltipRef$current = tooltipRef.current) === null || _tooltipRef$current === void 0 ? void 0 : _tooltipRef$current.getBoundingClientRect();
468
472
  var position = calculatePosition(placement, anchorPosition, tooltipRectPosition);
469
473
  return React__default.createElement(Portal, null, React__default.createElement("div", {
470
- role: "tooltip"
474
+ role: "tooltip",
475
+ "data-testid": testId
471
476
  }, React__default.createElement("div", {
472
477
  ref: tooltipRef,
473
478
  style: _extends({}, position.overlay, {
@@ -505,7 +510,8 @@ var Tooltip = function Tooltip(_ref, forwardedRef) {
505
510
  extraClass = _ref.extraClass,
506
511
  onClose = _ref.onClose,
507
512
  onVisibleChange = _ref.onVisibleChange,
508
- children = _ref.children;
513
+ children = _ref.children,
514
+ testId = _ref.testId;
509
515
  var checkIsMounted = useIsMounted();
510
516
  var internalRef = React.useRef(null);
511
517
  var containerRef = forwardedRef || internalRef;
@@ -592,7 +598,8 @@ var Tooltip = function Tooltip(_ref, forwardedRef) {
592
598
  isFocusingOnTooltip.current = false;
593
599
  closeTooltip();
594
600
  },
595
- extraClass: extraClass
601
+ extraClass: extraClass,
602
+ testId: testId
596
603
  }, theme === TOOLTIP_THEME.BLACK && !header ? null : overlay) : null;
597
604
  };
598
605
 
@@ -641,7 +648,8 @@ var Button = function Button(_ref, ref) {
641
648
  title = _ref.title,
642
649
  href = _ref.href,
643
650
  _ref$target = _ref.target,
644
- target = _ref$target === void 0 ? '_self' : _ref$target;
651
+ target = _ref$target === void 0 ? '_self' : _ref$target,
652
+ testId = _ref.testId;
645
653
  var contrastSpinner = ['primary', 'danger', 'upsell', 'marketing', 'link-contrast'];
646
654
  var childrenArr = React.Children.toArray(children);
647
655
  var isIconOnly = childrenArr.length === 1 && typeof childrenArr[0] != 'string';
@@ -655,7 +663,8 @@ var Button = function Button(_ref, ref) {
655
663
  disabled: disabled || loading,
656
664
  href: href,
657
665
  ref: ref,
658
- target: target
666
+ target: target,
667
+ "data-testid": testId
659
668
  }, React__default.createElement(Inline, {
660
669
  space: 8,
661
670
  alignItems: "center"
@@ -805,13 +814,19 @@ var getIconStyles = function getIconStyles(_ref) {
805
814
  }, styles);
806
815
  };
807
816
 
808
- var IconInfoCircle = function IconInfoCircle(props) {
817
+ var _excluded$2 = ["testId"];
818
+
819
+ var IconInfoCircle = function IconInfoCircle(_ref) {
820
+ var _ref$testId = _ref.testId,
821
+ testId = _ref$testId === void 0 ? 'icon-info-circle' : _ref$testId,
822
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
823
+
809
824
  return React__default.createElement("svg", Object.assign({
810
825
  viewBox: "0 0 20 20",
811
826
  fill: "none",
812
827
  xmlns: "http://www.w3.org/2000/svg",
813
- "data-testid": "icon-info-circle",
814
- style: getIconStyles(props)
828
+ style: getIconStyles(props),
829
+ "data-testid": testId
815
830
  }, props), React__default.createElement("path", {
816
831
  fillRule: "evenodd",
817
832
  clipRule: "evenodd",
@@ -822,13 +837,19 @@ var IconInfoCircle = function IconInfoCircle(props) {
822
837
 
823
838
  IconInfoCircle.displayName = 'IconInfoCircle';
824
839
 
825
- var IconAnalytics = function IconAnalytics(props) {
840
+ var _excluded$3 = ["testId"];
841
+
842
+ var IconAnalytics = function IconAnalytics(_ref) {
843
+ var _ref$testId = _ref.testId,
844
+ testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
845
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
846
+
826
847
  return React__default.createElement("svg", Object.assign({
827
848
  viewBox: "0 0 20 20",
828
849
  fill: "none",
829
850
  xmlns: "http://www.w3.org/2000/svg",
830
- "data-testid": "icon-analytics",
831
- style: getIconStyles(props)
851
+ style: getIconStyles(props),
852
+ "data-testid": testId
832
853
  }, props), React__default.createElement("path", {
833
854
  fillRule: "evenodd",
834
855
  clipRule: "evenodd",
@@ -839,13 +860,19 @@ var IconAnalytics = function IconAnalytics(props) {
839
860
 
840
861
  IconAnalytics.displayName = 'IconAnalytics';
841
862
 
842
- var IconArrowDown = function IconArrowDown(props) {
863
+ var _excluded$4 = ["testId"];
864
+
865
+ var IconArrowDown = function IconArrowDown(_ref) {
866
+ var _ref$testId = _ref.testId,
867
+ testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
868
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
869
+
843
870
  return React__default.createElement("svg", Object.assign({
844
871
  viewBox: "0 0 20 20",
845
872
  fill: "none",
846
873
  xmlns: "http://www.w3.org/2000/svg",
847
- "data-testid": "icon-arrow-down",
848
- style: getIconStyles(props)
874
+ style: getIconStyles(props),
875
+ "data-testid": testId
849
876
  }, props), React__default.createElement("path", {
850
877
  fillRule: "evenodd",
851
878
  clipRule: "evenodd",
@@ -856,13 +883,19 @@ var IconArrowDown = function IconArrowDown(props) {
856
883
 
857
884
  IconArrowDown.displayName = 'IconArrowDown';
858
885
 
859
- var IconArrowLeft = function IconArrowLeft(props) {
886
+ var _excluded$5 = ["testId"];
887
+
888
+ var IconArrowLeft = function IconArrowLeft(_ref) {
889
+ var _ref$testId = _ref.testId,
890
+ testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
891
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
892
+
860
893
  return React__default.createElement("svg", Object.assign({
861
894
  viewBox: "0 0 20 20",
862
895
  fill: "none",
863
896
  xmlns: "http://www.w3.org/2000/svg",
864
- "data-testid": "icon-arrow-left",
865
- style: getIconStyles(props)
897
+ style: getIconStyles(props),
898
+ "data-testid": testId
866
899
  }, props), React__default.createElement("path", {
867
900
  fillRule: "evenodd",
868
901
  clipRule: "evenodd",
@@ -873,13 +906,19 @@ var IconArrowLeft = function IconArrowLeft(props) {
873
906
 
874
907
  IconArrowLeft.displayName = 'IconArrowLeft';
875
908
 
876
- var IconArrowRight = function IconArrowRight(props) {
909
+ var _excluded$6 = ["testId"];
910
+
911
+ var IconArrowRight = function IconArrowRight(_ref) {
912
+ var _ref$testId = _ref.testId,
913
+ testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
914
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
915
+
877
916
  return React__default.createElement("svg", Object.assign({
878
917
  viewBox: "0 0 20 20",
879
918
  fill: "none",
880
919
  xmlns: "http://www.w3.org/2000/svg",
881
- "data-testid": "icon-arrow-right",
882
- style: getIconStyles(props)
920
+ style: getIconStyles(props),
921
+ "data-testid": testId
883
922
  }, props), React__default.createElement("path", {
884
923
  fillRule: "evenodd",
885
924
  clipRule: "evenodd",
@@ -890,13 +929,19 @@ var IconArrowRight = function IconArrowRight(props) {
890
929
 
891
930
  IconArrowRight.displayName = 'IconArrowRight';
892
931
 
893
- var IconArrowToTop = function IconArrowToTop(props) {
932
+ var _excluded$7 = ["testId"];
933
+
934
+ var IconArrowToTop = function IconArrowToTop(_ref) {
935
+ var _ref$testId = _ref.testId,
936
+ testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
937
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
938
+
894
939
  return React__default.createElement("svg", Object.assign({
895
940
  viewBox: "0 0 20 20",
896
941
  fill: "none",
897
942
  xmlns: "http://www.w3.org/2000/svg",
898
- "data-testid": "icon-arrow-to-top",
899
- style: getIconStyles(props)
943
+ style: getIconStyles(props),
944
+ "data-testid": testId
900
945
  }, props), React__default.createElement("path", {
901
946
  d: "m3.887 9.688 5.781-5.801a.47.47 0 0 1 .664 0l5.781 5.8a.47.47 0 0 1 0 .665l-.277.277a.47.47 0 0 1-.664 0l-4.508-4.531V18.28a.47.47 0 0 1-.469.469h-.39a.47.47 0 0 1-.47-.469V6.098l-4.507 4.527a.47.47 0 0 1-.664 0l-.277-.277a.465.465 0 0 1 0-.66ZM2.5 1.718v.313c0 .258.21.469.469.469H17.03a.47.47 0 0 0 .469-.469V1.72a.47.47 0 0 0-.469-.469H2.97a.47.47 0 0 0-.469.469Z",
902
947
  fill: "currentColor"
@@ -905,13 +950,19 @@ var IconArrowToTop = function IconArrowToTop(props) {
905
950
 
906
951
  IconArrowToTop.displayName = 'IconArrowToTop';
907
952
 
908
- var IconArrowUp = function IconArrowUp(props) {
953
+ var _excluded$8 = ["testId"];
954
+
955
+ var IconArrowUp = function IconArrowUp(_ref) {
956
+ var _ref$testId = _ref.testId,
957
+ testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
958
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
959
+
909
960
  return React__default.createElement("svg", Object.assign({
910
961
  viewBox: "0 0 20 20",
911
962
  fill: "none",
912
963
  xmlns: "http://www.w3.org/2000/svg",
913
- "data-testid": "icon-arrow-up",
914
- style: getIconStyles(props)
964
+ style: getIconStyles(props),
965
+ "data-testid": testId
915
966
  }, props), React__default.createElement("path", {
916
967
  fillRule: "evenodd",
917
968
  clipRule: "evenodd",
@@ -922,13 +973,19 @@ var IconArrowUp = function IconArrowUp(props) {
922
973
 
923
974
  IconArrowUp.displayName = 'IconArrowUp';
924
975
 
925
- var IconAward = function IconAward(props) {
976
+ var _excluded$9 = ["testId"];
977
+
978
+ var IconAward = function IconAward(_ref) {
979
+ var _ref$testId = _ref.testId,
980
+ testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
981
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
982
+
926
983
  return React__default.createElement("svg", Object.assign({
927
984
  viewBox: "0 0 20 20",
928
985
  fill: "none",
929
986
  xmlns: "http://www.w3.org/2000/svg",
930
- "data-testid": "icon-award",
931
- style: getIconStyles(props)
987
+ style: getIconStyles(props),
988
+ "data-testid": testId
932
989
  }, props), React__default.createElement("path", {
933
990
  fillRule: "evenodd",
934
991
  clipRule: "evenodd",
@@ -939,13 +996,19 @@ var IconAward = function IconAward(props) {
939
996
 
940
997
  IconAward.displayName = 'IconAward';
941
998
 
942
- var IconBalanceScaleLeft = function IconBalanceScaleLeft(props) {
999
+ var _excluded$a = ["testId"];
1000
+
1001
+ var IconBalanceScaleLeft = function IconBalanceScaleLeft(_ref) {
1002
+ var _ref$testId = _ref.testId,
1003
+ testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
1004
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
1005
+
943
1006
  return React__default.createElement("svg", Object.assign({
944
1007
  viewBox: "0 0 20 20",
945
1008
  fill: "none",
946
1009
  xmlns: "http://www.w3.org/2000/svg",
947
- "data-testid": "icon-balance-scale-left",
948
- style: getIconStyles(props)
1010
+ style: getIconStyles(props),
1011
+ "data-testid": testId
949
1012
  }, props), React__default.createElement("g", {
950
1013
  clipPath: "url(#icon-balance-scale-left_svg__a)"
951
1014
  }, React__default.createElement("path", {
@@ -961,13 +1024,19 @@ var IconBalanceScaleLeft = function IconBalanceScaleLeft(props) {
961
1024
 
962
1025
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
963
1026
 
964
- var IconBalanceScale = function IconBalanceScale(props) {
1027
+ var _excluded$b = ["testId"];
1028
+
1029
+ var IconBalanceScale = function IconBalanceScale(_ref) {
1030
+ var _ref$testId = _ref.testId,
1031
+ testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
1032
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
1033
+
965
1034
  return React__default.createElement("svg", Object.assign({
966
1035
  viewBox: "0 0 20 20",
967
1036
  fill: "none",
968
1037
  xmlns: "http://www.w3.org/2000/svg",
969
- "data-testid": "icon-balance-scale",
970
- style: getIconStyles(props)
1038
+ style: getIconStyles(props),
1039
+ "data-testid": testId
971
1040
  }, props), React__default.createElement("g", {
972
1041
  clipPath: "url(#icon-balance-scale_svg__a)"
973
1042
  }, React__default.createElement("path", {
@@ -983,13 +1052,19 @@ var IconBalanceScale = function IconBalanceScale(props) {
983
1052
 
984
1053
  IconBalanceScale.displayName = 'IconBalanceScale';
985
1054
 
986
- var IconBan = function IconBan(props) {
1055
+ var _excluded$c = ["testId"];
1056
+
1057
+ var IconBan = function IconBan(_ref) {
1058
+ var _ref$testId = _ref.testId,
1059
+ testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
1060
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
1061
+
987
1062
  return React__default.createElement("svg", Object.assign({
988
1063
  viewBox: "0 0 20 20",
989
1064
  fill: "none",
990
1065
  xmlns: "http://www.w3.org/2000/svg",
991
- "data-testid": "icon-ban",
992
- style: getIconStyles(props)
1066
+ style: getIconStyles(props),
1067
+ "data-testid": testId
993
1068
  }, props), React__default.createElement("path", {
994
1069
  d: "M10 .313C4.65.313.312 4.65.312 10S4.65 19.688 10 19.688c5.35 0 9.688-4.338 9.688-9.688C19.688 4.65 15.35.312 10 .312ZM4.034 15.966a8.437 8.437 0 0 1-.426-11.474l11.9 11.9a8.437 8.437 0 0 1-11.474-.426Zm12.358-.458-11.9-11.9a8.437 8.437 0 0 1 11.474.426 8.437 8.437 0 0 1 .426 11.474Z",
995
1070
  fill: "currentColor"
@@ -998,13 +1073,19 @@ var IconBan = function IconBan(props) {
998
1073
 
999
1074
  IconBan.displayName = 'IconBan';
1000
1075
 
1001
- var IconBarsH = function IconBarsH(props) {
1076
+ var _excluded$d = ["testId"];
1077
+
1078
+ var IconBarsH = function IconBarsH(_ref) {
1079
+ var _ref$testId = _ref.testId,
1080
+ testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
1081
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
1082
+
1002
1083
  return React__default.createElement("svg", Object.assign({
1003
1084
  viewBox: "0 0 20 20",
1004
1085
  fill: "none",
1005
1086
  xmlns: "http://www.w3.org/2000/svg",
1006
- "data-testid": "icon-bars-h",
1007
- style: getIconStyles(props)
1087
+ style: getIconStyles(props),
1088
+ "data-testid": testId
1008
1089
  }, props), React__default.createElement("path", {
1009
1090
  fillRule: "evenodd",
1010
1091
  clipRule: "evenodd",
@@ -1015,13 +1096,19 @@ var IconBarsH = function IconBarsH(props) {
1015
1096
 
1016
1097
  IconBarsH.displayName = 'IconBarsH';
1017
1098
 
1018
- var IconBarsV = function IconBarsV(props) {
1099
+ var _excluded$e = ["testId"];
1100
+
1101
+ var IconBarsV = function IconBarsV(_ref) {
1102
+ var _ref$testId = _ref.testId,
1103
+ testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
1104
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
1105
+
1019
1106
  return React__default.createElement("svg", Object.assign({
1020
1107
  viewBox: "0 0 20 20",
1021
1108
  fill: "none",
1022
1109
  xmlns: "http://www.w3.org/2000/svg",
1023
- "data-testid": "icon-bars-v",
1024
- style: getIconStyles(props)
1110
+ style: getIconStyles(props),
1111
+ "data-testid": testId
1025
1112
  }, props), React__default.createElement("path", {
1026
1113
  d: "M4.762 2.381a2.38 2.38 0 1 0-4.762 0v15.238a2.381 2.381 0 1 0 4.762 0V2.381ZM12.381 12.857a2.38 2.38 0 1 0-4.762 0v4.762a2.381 2.381 0 1 0 4.762 0v-4.762ZM20 6.19a2.381 2.381 0 0 0-4.762 0v11.43a2.38 2.38 0 1 0 4.762 0V6.19Z",
1027
1114
  fill: "currentColor"
@@ -1030,13 +1117,19 @@ var IconBarsV = function IconBarsV(props) {
1030
1117
 
1031
1118
  IconBarsV.displayName = 'IconBarsV';
1032
1119
 
1033
- var IconBell = function IconBell(props) {
1120
+ var _excluded$f = ["testId"];
1121
+
1122
+ var IconBell = function IconBell(_ref) {
1123
+ var _ref$testId = _ref.testId,
1124
+ testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
1125
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
1126
+
1034
1127
  return React__default.createElement("svg", Object.assign({
1035
1128
  viewBox: "0 0 20 20",
1036
1129
  fill: "none",
1037
1130
  xmlns: "http://www.w3.org/2000/svg",
1038
- "data-testid": "icon-bell",
1039
- style: getIconStyles(props)
1131
+ style: getIconStyles(props),
1132
+ "data-testid": testId
1040
1133
  }, props), React__default.createElement("path", {
1041
1134
  fillRule: "evenodd",
1042
1135
  clipRule: "evenodd",
@@ -1047,13 +1140,19 @@ var IconBell = function IconBell(props) {
1047
1140
 
1048
1141
  IconBell.displayName = 'IconBell';
1049
1142
 
1050
- var IconBirthdayCake = function IconBirthdayCake(props) {
1143
+ var _excluded$g = ["testId"];
1144
+
1145
+ var IconBirthdayCake = function IconBirthdayCake(_ref) {
1146
+ var _ref$testId = _ref.testId,
1147
+ testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
1148
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
1149
+
1051
1150
  return React__default.createElement("svg", Object.assign({
1052
1151
  viewBox: "0 0 20 20",
1053
1152
  fill: "none",
1054
1153
  xmlns: "http://www.w3.org/2000/svg",
1055
- "data-testid": "icon-birthday-cake",
1056
- style: getIconStyles(props)
1154
+ style: getIconStyles(props),
1155
+ "data-testid": testId
1057
1156
  }, props), React__default.createElement("path", {
1058
1157
  d: "M5 3.75c-.693 0-1.25-.557-1.25-1.25C3.75 1.29 5 1.602 5 0c.469 0 1.25 1.152 1.25 2.188C6.25 3.223 5.693 3.75 5 3.75Zm5 0c-.693 0-1.25-.557-1.25-1.25C8.75 1.29 10 1.602 10 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562Zm5 0c-.693 0-1.25-.557-1.25-1.25C13.75 1.29 15 1.602 15 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562ZM16.875 10h-1.25V4.375h-1.25V10h-3.75V4.375h-1.25V10h-3.75V4.375h-1.25V10h-1.25c-1.035 0-1.875.84-1.875 1.875V20h17.5v-8.125c0-1.035-.84-1.875-1.875-1.875Zm.625 8.75h-15v-2.814c.634-.37.935-.936 1.67-.936 1.092 0 1.22 1.25 2.92 1.25C8.763 16.25 8.934 15 10 15c1.1 0 1.219 1.25 2.92 1.25 1.694 0 1.827-1.25 2.92-1.25.722 0 1.025.565 1.66.936v2.814Zm0-4.39c-.376-.307-.829-.61-1.66-.61-1.697 0-1.83 1.25-2.92 1.25-1.082 0-1.229-1.25-2.92-1.25-1.674 0-1.844 1.25-2.91 1.25-1.1 0-1.219-1.25-2.92-1.25-.838 0-1.293.304-1.67.612v-2.487c0-.345.28-.625.625-.625h13.75c.345 0 .625.28.625.625v2.485Z",
1059
1158
  fill: "currentColor"
@@ -1062,13 +1161,19 @@ var IconBirthdayCake = function IconBirthdayCake(props) {
1062
1161
 
1063
1162
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1064
1163
 
1065
- var IconBold = function IconBold(props) {
1164
+ var _excluded$h = ["testId"];
1165
+
1166
+ var IconBold = function IconBold(_ref) {
1167
+ var _ref$testId = _ref.testId,
1168
+ testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
1169
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
1170
+
1066
1171
  return React__default.createElement("svg", Object.assign({
1067
1172
  viewBox: "0 0 20 20",
1068
1173
  fill: "none",
1069
1174
  xmlns: "http://www.w3.org/2000/svg",
1070
- "data-testid": "icon-bold",
1071
- style: getIconStyles(props)
1175
+ style: getIconStyles(props),
1176
+ "data-testid": testId
1072
1177
  }, props), React__default.createElement("path", {
1073
1178
  d: "M13.828 9.145a4.36 4.36 0 0 0 .516-6.614A4.375 4.375 0 0 0 11.25 1.25H3.437a.312.312 0 0 0-.312.313v.625a.312.312 0 0 0 .313.312h.937v15h-.938a.312.312 0 0 0-.312.313v.625a.313.313 0 0 0 .313.312h8.437a5 5 0 0 0 1.953-9.605ZM5.625 2.5h5.625a3.125 3.125 0 1 1 0 6.25H5.625V2.5Zm6.25 15h-6.25V10h6.25a3.75 3.75 0 1 1 0 7.5Z",
1074
1179
  fill: "currentColor"
@@ -1077,13 +1182,19 @@ var IconBold = function IconBold(props) {
1077
1182
 
1078
1183
  IconBold.displayName = 'IconBold';
1079
1184
 
1080
- var IconBolt = function IconBolt(props) {
1185
+ var _excluded$i = ["testId"];
1186
+
1187
+ var IconBolt = function IconBolt(_ref) {
1188
+ var _ref$testId = _ref.testId,
1189
+ testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
1190
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
1191
+
1081
1192
  return React__default.createElement("svg", Object.assign({
1082
1193
  viewBox: "0 0 20 20",
1083
1194
  fill: "none",
1084
1195
  xmlns: "http://www.w3.org/2000/svg",
1085
- "data-testid": "icon-bolt",
1086
- style: getIconStyles(props)
1196
+ style: getIconStyles(props),
1197
+ "data-testid": testId
1087
1198
  }, props), React__default.createElement("g", {
1088
1199
  clipPath: "url(#icon-bolt_svg__a)"
1089
1200
  }, React__default.createElement("path", {
@@ -1099,13 +1210,19 @@ var IconBolt = function IconBolt(props) {
1099
1210
 
1100
1211
  IconBolt.displayName = 'IconBolt';
1101
1212
 
1102
- var IconBook = function IconBook(props) {
1213
+ var _excluded$j = ["testId"];
1214
+
1215
+ var IconBook = function IconBook(_ref) {
1216
+ var _ref$testId = _ref.testId,
1217
+ testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
1218
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
1219
+
1103
1220
  return React__default.createElement("svg", Object.assign({
1104
1221
  viewBox: "0 0 20 20",
1105
1222
  fill: "none",
1106
1223
  xmlns: "http://www.w3.org/2000/svg",
1107
- "data-testid": "icon-book",
1108
- style: getIconStyles(props)
1224
+ style: getIconStyles(props),
1225
+ "data-testid": testId
1109
1226
  }, props), React__default.createElement("path", {
1110
1227
  fillRule: "evenodd",
1111
1228
  clipRule: "evenodd",
@@ -1116,13 +1233,19 @@ var IconBook = function IconBook(props) {
1116
1233
 
1117
1234
  IconBook.displayName = 'IconBook';
1118
1235
 
1119
- var IconBriefcase = function IconBriefcase(props) {
1236
+ var _excluded$k = ["testId"];
1237
+
1238
+ var IconBriefcase = function IconBriefcase(_ref) {
1239
+ var _ref$testId = _ref.testId,
1240
+ testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
1241
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
1242
+
1120
1243
  return React__default.createElement("svg", Object.assign({
1121
1244
  viewBox: "0 0 20 20",
1122
1245
  fill: "none",
1123
1246
  xmlns: "http://www.w3.org/2000/svg",
1124
- "data-testid": "icon-briefcase",
1125
- style: getIconStyles(props)
1247
+ style: getIconStyles(props),
1248
+ "data-testid": testId
1126
1249
  }, props), React__default.createElement("path", {
1127
1250
  d: "M18.125 5H13.75V2.187a.937.937 0 0 0-.938-.937H7.189a.937.937 0 0 0-.938.938V5H1.875C.839 5 0 5.84 0 6.875v10c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875v-10C20 5.839 19.16 5 18.125 5ZM7.5 2.5h5V5h-5V2.5Zm11.25 14.375c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625V11.25H7.5v1.563c0 .517.42.937.938.937h3.124c.518 0 .938-.42.938-.938V11.25h6.25v5.625Zm-10-4.375v-1.25h2.5v1.25h-2.5Zm10-2.5H1.25V6.875c0-.345.28-.625.625-.625h16.25c.345 0 .625.28.625.625V10Z",
1128
1251
  fill: "currentColor"
@@ -1131,13 +1254,19 @@ var IconBriefcase = function IconBriefcase(props) {
1131
1254
 
1132
1255
  IconBriefcase.displayName = 'IconBriefcase';
1133
1256
 
1134
- var IconBullseyeArrow = function IconBullseyeArrow(props) {
1257
+ var _excluded$l = ["testId"];
1258
+
1259
+ var IconBullseyeArrow = function IconBullseyeArrow(_ref) {
1260
+ var _ref$testId = _ref.testId,
1261
+ testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
1262
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
1263
+
1135
1264
  return React__default.createElement("svg", Object.assign({
1136
1265
  viewBox: "0 0 20 20",
1137
1266
  fill: "none",
1138
1267
  xmlns: "http://www.w3.org/2000/svg",
1139
- "data-testid": "icon-bullseye-arrow",
1140
- style: getIconStyles(props)
1268
+ style: getIconStyles(props),
1269
+ "data-testid": testId
1141
1270
  }, props), React__default.createElement("path", {
1142
1271
  fillRule: "evenodd",
1143
1272
  clipRule: "evenodd",
@@ -1148,13 +1277,19 @@ var IconBullseyeArrow = function IconBullseyeArrow(props) {
1148
1277
 
1149
1278
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1150
1279
 
1151
- var IconCalculator = function IconCalculator(props) {
1280
+ var _excluded$m = ["testId"];
1281
+
1282
+ var IconCalculator = function IconCalculator(_ref) {
1283
+ var _ref$testId = _ref.testId,
1284
+ testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
1285
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
1286
+
1152
1287
  return React__default.createElement("svg", Object.assign({
1153
1288
  viewBox: "0 0 20 20",
1154
1289
  fill: "none",
1155
1290
  xmlns: "http://www.w3.org/2000/svg",
1156
- "data-testid": "icon-calculator",
1157
- style: getIconStyles(props)
1291
+ style: getIconStyles(props),
1292
+ "data-testid": testId
1158
1293
  }, props), React__default.createElement("path", {
1159
1294
  fillRule: "evenodd",
1160
1295
  clipRule: "evenodd",
@@ -1165,13 +1300,19 @@ var IconCalculator = function IconCalculator(props) {
1165
1300
 
1166
1301
  IconCalculator.displayName = 'IconCalculator';
1167
1302
 
1168
- var IconCalendarAlt = function IconCalendarAlt(props) {
1303
+ var _excluded$n = ["testId"];
1304
+
1305
+ var IconCalendarAlt = function IconCalendarAlt(_ref) {
1306
+ var _ref$testId = _ref.testId,
1307
+ testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
1308
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
1309
+
1169
1310
  return React__default.createElement("svg", Object.assign({
1170
1311
  viewBox: "0 0 20 20",
1171
1312
  fill: "none",
1172
1313
  xmlns: "http://www.w3.org/2000/svg",
1173
- "data-testid": "icon-calendar-alt",
1174
- style: getIconStyles(props)
1314
+ style: getIconStyles(props),
1315
+ "data-testid": testId
1175
1316
  }, props), React__default.createElement("path", {
1176
1317
  fillRule: "evenodd",
1177
1318
  clipRule: "evenodd",
@@ -1182,13 +1323,19 @@ var IconCalendarAlt = function IconCalendarAlt(props) {
1182
1323
 
1183
1324
  IconCalendarAlt.displayName = 'IconCalendarAlt';
1184
1325
 
1185
- var IconCalendarCheck = function IconCalendarCheck(props) {
1326
+ var _excluded$o = ["testId"];
1327
+
1328
+ var IconCalendarCheck = function IconCalendarCheck(_ref) {
1329
+ var _ref$testId = _ref.testId,
1330
+ testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
1331
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
1332
+
1186
1333
  return React__default.createElement("svg", Object.assign({
1187
1334
  viewBox: "0 0 20 20",
1188
1335
  fill: "none",
1189
1336
  xmlns: "http://www.w3.org/2000/svg",
1190
- "data-testid": "icon-calendar-check",
1191
- style: getIconStyles(props)
1337
+ style: getIconStyles(props),
1338
+ "data-testid": testId
1192
1339
  }, props), React__default.createElement("path", {
1193
1340
  fillRule: "evenodd",
1194
1341
  clipRule: "evenodd",
@@ -1199,13 +1346,19 @@ var IconCalendarCheck = function IconCalendarCheck(props) {
1199
1346
 
1200
1347
  IconCalendarCheck.displayName = 'IconCalendarCheck';
1201
1348
 
1202
- var IconCalendarDay = function IconCalendarDay(props) {
1349
+ var _excluded$p = ["testId"];
1350
+
1351
+ var IconCalendarDay = function IconCalendarDay(_ref) {
1352
+ var _ref$testId = _ref.testId,
1353
+ testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
1354
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
1355
+
1203
1356
  return React__default.createElement("svg", Object.assign({
1204
1357
  viewBox: "0 0 20 20",
1205
1358
  fill: "none",
1206
1359
  xmlns: "http://www.w3.org/2000/svg",
1207
- "data-testid": "icon-calendar-day",
1208
- style: getIconStyles(props)
1360
+ style: getIconStyles(props),
1361
+ "data-testid": testId
1209
1362
  }, props), React__default.createElement("g", {
1210
1363
  clipPath: "url(#icon-calendar-day_svg__a)"
1211
1364
  }, React__default.createElement("path", {
@@ -1222,13 +1375,19 @@ var IconCalendarDay = function IconCalendarDay(props) {
1222
1375
 
1223
1376
  IconCalendarDay.displayName = 'IconCalendarDay';
1224
1377
 
1225
- var IconCalendarExclamation = function IconCalendarExclamation(props) {
1378
+ var _excluded$q = ["testId"];
1379
+
1380
+ var IconCalendarExclamation = function IconCalendarExclamation(_ref) {
1381
+ var _ref$testId = _ref.testId,
1382
+ testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
1383
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
1384
+
1226
1385
  return React__default.createElement("svg", Object.assign({
1227
1386
  viewBox: "0 0 20 20",
1228
1387
  fill: "none",
1229
1388
  xmlns: "http://www.w3.org/2000/svg",
1230
- "data-testid": "icon-calendar-exclamation",
1231
- style: getIconStyles(props)
1389
+ style: getIconStyles(props),
1390
+ "data-testid": testId
1232
1391
  }, props), React__default.createElement("path", {
1233
1392
  d: "M17.857 2.5h-2.143V.469c0-.258-.24-.469-.535-.469h-.358c-.294 0-.535.21-.535.469V2.5H5.714V.469C5.714.21 5.474 0 5.18 0H4.82c-.294 0-.535.21-.535.469V2.5H2.143C.96 2.5 0 3.34 0 4.375v13.75C0 19.16.96 20 2.143 20h15.714C19.04 20 20 19.16 20 18.125V4.375C20 3.34 19.04 2.5 17.857 2.5ZM2.143 3.75h15.714c.393 0 .714.281.714.625V6.25H1.43V4.375c0-.344.321-.625.714-.625Zm15.714 15H2.143c-.393 0-.714-.281-.714-.625V7.5H18.57v10.625c0 .344-.321.625-.714.625Zm-8.361-10h1.008c.309 0 .554.227.536.496l-.299 4.688c-.018.25-.25.441-.536.441H9.79c-.286 0-.518-.195-.536-.441l-.299-4.688c-.013-.27.232-.496.54-.496Zm1.754 7.5c0 .605-.558 1.094-1.25 1.094s-1.25-.489-1.25-1.094c0-.605.558-1.094 1.25-1.094s1.25.489 1.25 1.094Z",
1234
1393
  fill: "currentColor"
@@ -1237,13 +1396,19 @@ var IconCalendarExclamation = function IconCalendarExclamation(props) {
1237
1396
 
1238
1397
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
1239
1398
 
1240
- var IconCalendarStar = function IconCalendarStar(props) {
1399
+ var _excluded$r = ["testId"];
1400
+
1401
+ var IconCalendarStar = function IconCalendarStar(_ref) {
1402
+ var _ref$testId = _ref.testId,
1403
+ testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
1404
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
1405
+
1241
1406
  return React__default.createElement("svg", Object.assign({
1242
1407
  viewBox: "0 0 20 20",
1243
1408
  fill: "none",
1244
1409
  xmlns: "http://www.w3.org/2000/svg",
1245
- "data-testid": "icon-calendar-star",
1246
- style: getIconStyles(props)
1410
+ style: getIconStyles(props),
1411
+ "data-testid": testId
1247
1412
  }, props), React__default.createElement("path", {
1248
1413
  d: "m6.952 14.406-.325 1.808c-.074.414.103.824.461 1.07a1.186 1.186 0 0 0 1.211.082l1.71-.851 1.71.85a1.2 1.2 0 0 0 1.215-.081c.358-.246.536-.656.461-1.07l-.325-1.808 1.38-1.276c.317-.293.428-.723.292-1.12a1.127 1.127 0 0 0-.93-.743l-1.912-.265-.853-1.644a1.166 1.166 0 0 0-1.038-.613c-.44 0-.836.235-1.03.61l-.853 1.643-1.911.266a1.127 1.127 0 0 0-.931.741c-.136.398-.025.828.292 1.12l1.376 1.281Zm2.044-2.268 1.013-1.948 1.014 1.948 2.265.312-1.64 1.52.388 2.139-2.027-1.008-2.027 1.011.387-2.139-1.64-1.519 2.267-.316Zm8.263-9.64h-1.977V.313a.322.322 0 0 0-.33-.312h-.659c-.18 0-.33.14-.33.312V2.5H6.055V.312A.322.322 0 0 0 5.724 0h-.658c-.182 0-.33.14-.33.312V2.5H2.759C1.667 2.499.78 3.338.78 4.373v13.742c0 1.035.886 1.874 1.978 1.874h14.5c1.092 0 1.978-.84 1.978-1.874V4.373c0-1.035-.886-1.874-1.977-1.874Zm.66 15.617c0 .344-.297.625-.66.625H2.76c-.363 0-.66-.281-.66-.625V7.496h15.82v10.62Zm0-11.868H2.099V4.373c0-.344.297-.625.66-.625h14.5c.363 0 .66.281.66.625v1.874Z",
1249
1414
  fill: "currentColor"
@@ -1252,13 +1417,19 @@ var IconCalendarStar = function IconCalendarStar(props) {
1252
1417
 
1253
1418
  IconCalendarStar.displayName = 'IconCalendarStar';
1254
1419
 
1255
- var IconCalendarTomorrow = function IconCalendarTomorrow(props) {
1420
+ var _excluded$s = ["testId"];
1421
+
1422
+ var IconCalendarTomorrow = function IconCalendarTomorrow(_ref) {
1423
+ var _ref$testId = _ref.testId,
1424
+ testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
1425
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1426
+
1256
1427
  return React__default.createElement("svg", Object.assign({
1257
1428
  viewBox: "0 0 20 20",
1258
1429
  fill: "none",
1259
1430
  xmlns: "http://www.w3.org/2000/svg",
1260
- "data-testid": "icon-calendar-tomorrow",
1261
- style: getIconStyles(props)
1431
+ style: getIconStyles(props),
1432
+ "data-testid": testId
1262
1433
  }, props), React__default.createElement("g", {
1263
1434
  clipPath: "url(#icon-calendar-tomorrow_svg__a)",
1264
1435
  fill: "currentColor"
@@ -1277,13 +1448,19 @@ var IconCalendarTomorrow = function IconCalendarTomorrow(props) {
1277
1448
 
1278
1449
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
1279
1450
 
1280
- var IconCalendar = function IconCalendar(props) {
1451
+ var _excluded$t = ["testId"];
1452
+
1453
+ var IconCalendar = function IconCalendar(_ref) {
1454
+ var _ref$testId = _ref.testId,
1455
+ testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
1456
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1457
+
1281
1458
  return React__default.createElement("svg", Object.assign({
1282
1459
  viewBox: "0 0 20 20",
1283
1460
  fill: "none",
1284
1461
  xmlns: "http://www.w3.org/2000/svg",
1285
- "data-testid": "icon-calendar",
1286
- style: getIconStyles(props)
1462
+ style: getIconStyles(props),
1463
+ "data-testid": testId
1287
1464
  }, props), React__default.createElement("path", {
1288
1465
  fillRule: "evenodd",
1289
1466
  clipRule: "evenodd",
@@ -1294,13 +1471,19 @@ var IconCalendar = function IconCalendar(props) {
1294
1471
 
1295
1472
  IconCalendar.displayName = 'IconCalendar';
1296
1473
 
1297
- var IconCameraSlash = function IconCameraSlash(props) {
1474
+ var _excluded$u = ["testId"];
1475
+
1476
+ var IconCameraSlash = function IconCameraSlash(_ref) {
1477
+ var _ref$testId = _ref.testId,
1478
+ testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
1479
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1480
+
1298
1481
  return React__default.createElement("svg", Object.assign({
1299
1482
  viewBox: "0 0 20 20",
1300
1483
  fill: "none",
1301
1484
  xmlns: "http://www.w3.org/2000/svg",
1302
- "data-testid": "icon-camera-slash",
1303
- style: getIconStyles(props)
1485
+ style: getIconStyles(props),
1486
+ "data-testid": testId
1304
1487
  }, props), React__default.createElement("path", {
1305
1488
  d: "m19.905 17.838-1.975-1.702V5.766c0-.906-.671-1.641-1.5-1.641h-2.75l-.446-1.3c-.182-.536-.647-.888-1.17-.888H7.972c-.625 0-1.184.424-1.403 1.063L6.18 4.125H3.984L.718 1.312a.232.232 0 0 0-.35.04l-.313.428a.289.289 0 0 0 .038.383L7.009 8.12c-.004.003-.004.006-.007.006l.788.677c.003-.003.003-.007.006-.007l4.319 3.72c-.003.003-.003.006-.006.006l.787.677c.003-.003.003-.007.006-.007l6.382 5.496c.109.096.265.076.35-.04l.312-.428a.29.29 0 0 0-.04-.383ZM8.572 8.073c.4-.253.866-.397 1.36-.397 1.515 0 2.75 1.35 2.75 3.008 0 .29-.038.571-.11.834l-4-3.445Zm1.36-1.487c-.82 0-1.576.287-2.191.772l-2.485-2.14h1.622l.628-1.832a.505.505 0 0 1 .47-.355h4.093c.103 0 .197.072.234.178l.691 2.01h3.44c.276 0 .5.246.5.547v9.509l-3.527-3.039a4.437 4.437 0 0 0 .278-1.548c-.003-2.263-1.685-4.102-3.754-4.102ZM3.43 16.153c-.274 0-.5-.246-.5-.547V6.005l-1-.79v10.388c0 .906.673 1.64 1.5 1.64h12.55l-1.268-1.093H3.431v.003Z",
1306
1489
  fill: "currentColor"
@@ -1312,13 +1495,19 @@ var IconCameraSlash = function IconCameraSlash(props) {
1312
1495
 
1313
1496
  IconCameraSlash.displayName = 'IconCameraSlash';
1314
1497
 
1315
- var IconCamera = function IconCamera(props) {
1498
+ var _excluded$v = ["testId"];
1499
+
1500
+ var IconCamera = function IconCamera(_ref) {
1501
+ var _ref$testId = _ref.testId,
1502
+ testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
1503
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1504
+
1316
1505
  return React__default.createElement("svg", Object.assign({
1317
1506
  viewBox: "0 0 20 20",
1318
1507
  fill: "none",
1319
1508
  xmlns: "http://www.w3.org/2000/svg",
1320
- "data-testid": "icon-camera",
1321
- style: getIconStyles(props)
1509
+ style: getIconStyles(props),
1510
+ "data-testid": testId
1322
1511
  }, props), React__default.createElement("path", {
1323
1512
  d: "M12.668 2.5c.129 0 .246.082.293.203L13.824 5h4.301c.344 0 .625.281.625.625v11.25a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V5.625c0-.344.281-.625.625-.625H6.18l.785-2.094A.626.626 0 0 1 7.55 2.5h5.117Zm0-1.25H7.551c-.781 0-1.48.484-1.754 1.215L5.313 3.75H1.874C.84 3.75 0 4.59 0 5.625v11.25c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.035-.84-1.875-1.875-1.875h-3.438l-.558-1.484a1.553 1.553 0 0 0-1.461-1.016ZM10 15.938a4.691 4.691 0 0 1-4.688-4.688A4.691 4.691 0 0 1 10 6.562a4.691 4.691 0 0 1 4.688 4.688A4.691 4.691 0 0 1 10 15.938Zm0-8.126a3.443 3.443 0 0 0-3.438 3.438A3.443 3.443 0 0 0 10 14.688a3.443 3.443 0 0 0 3.438-3.438A3.443 3.443 0 0 0 10 7.812Z",
1324
1513
  fill: "currentColor"
@@ -1327,13 +1516,19 @@ var IconCamera = function IconCamera(props) {
1327
1516
 
1328
1517
  IconCamera.displayName = 'IconCamera';
1329
1518
 
1330
- var IconCashRegister = function IconCashRegister(props) {
1519
+ var _excluded$w = ["testId"];
1520
+
1521
+ var IconCashRegister = function IconCashRegister(_ref) {
1522
+ var _ref$testId = _ref.testId,
1523
+ testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
1524
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1525
+
1331
1526
  return React__default.createElement("svg", Object.assign({
1332
1527
  viewBox: "0 0 20 20",
1333
1528
  fill: "none",
1334
1529
  xmlns: "http://www.w3.org/2000/svg",
1335
- "data-testid": "icon-cash-register",
1336
- style: getIconStyles(props)
1530
+ style: getIconStyles(props),
1531
+ "data-testid": testId
1337
1532
  }, props), React__default.createElement("path", {
1338
1533
  d: "M9.063 9.688a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .624-.626v-.624Zm-3.75 0a.627.627 0 0 0-.625-.626h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.624.626h.625a.627.627 0 0 0 .625-.626v-.624Zm1.25 1.874h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .625-.626v-.624a.627.627 0 0 0-.625-.626Zm3.75 0h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Zm2.5-1.874a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624Zm7.164 5.136L18.98 7.86a1.876 1.876 0 0 0-1.855-1.609H7.5v-2.5h3.125a.627.627 0 0 0 .625-.625v-2.5A.627.627 0 0 0 10.625 0h-7.5A.627.627 0 0 0 2.5.625v2.5c0 .344.281.625.625.625H6.25v2.5H2.875c-.934 0-1.723.688-1.855 1.61l-.997 6.964A2.673 2.673 0 0 0 0 15.18v2.945C0 19.16.84 20 1.875 20h16.25C19.16 20 20 19.16 20 18.125v-2.95c0-.116-.008-.234-.023-.35ZM3.75 2.5V1.25H10V2.5H3.75ZM2.258 8.035a.626.626 0 0 1 .617-.535h14.246c.309 0 .574.23.617.535l1 6.965H1.262l.996-6.965Zm16.492 10.09a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V16.25h17.5v1.875Zm-2.813-9.063h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624a.627.627 0 0 0-.625-.626Zm-1.874 2.5h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Z",
1339
1534
  fill: "currentColor"
@@ -1342,13 +1537,19 @@ var IconCashRegister = function IconCashRegister(props) {
1342
1537
 
1343
1538
  IconCashRegister.displayName = 'IconCashRegister';
1344
1539
 
1345
- var IconChartBar = function IconChartBar(props) {
1540
+ var _excluded$x = ["testId"];
1541
+
1542
+ var IconChartBar = function IconChartBar(_ref) {
1543
+ var _ref$testId = _ref.testId,
1544
+ testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
1545
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1546
+
1346
1547
  return React__default.createElement("svg", Object.assign({
1347
1548
  viewBox: "0 0 20 20",
1348
1549
  fill: "none",
1349
1550
  xmlns: "http://www.w3.org/2000/svg",
1350
- "data-testid": "icon-chart-bar",
1351
- style: getIconStyles(props)
1551
+ style: getIconStyles(props),
1552
+ "data-testid": testId
1352
1553
  }, props), React__default.createElement("path", {
1353
1554
  fillRule: "evenodd",
1354
1555
  clipRule: "evenodd",
@@ -1359,13 +1560,19 @@ var IconChartBar = function IconChartBar(props) {
1359
1560
 
1360
1561
  IconChartBar.displayName = 'IconChartBar';
1361
1562
 
1362
- var IconCheck = function IconCheck(props) {
1563
+ var _excluded$y = ["testId"];
1564
+
1565
+ var IconCheck = function IconCheck(_ref) {
1566
+ var _ref$testId = _ref.testId,
1567
+ testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
1568
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1569
+
1363
1570
  return React__default.createElement("svg", Object.assign({
1364
1571
  viewBox: "0 0 20 20",
1365
1572
  fill: "none",
1366
1573
  xmlns: "http://www.w3.org/2000/svg",
1367
- "data-testid": "icon-check",
1368
- style: getIconStyles(props)
1574
+ style: getIconStyles(props),
1575
+ "data-testid": testId
1369
1576
  }, props), React__default.createElement("path", {
1370
1577
  fillRule: "evenodd",
1371
1578
  clipRule: "evenodd",
@@ -1376,13 +1583,19 @@ var IconCheck = function IconCheck(props) {
1376
1583
 
1377
1584
  IconCheck.displayName = 'IconCheck';
1378
1585
 
1379
- var IconChevronDown = function IconChevronDown(props) {
1586
+ var _excluded$z = ["testId"];
1587
+
1588
+ var IconChevronDown = function IconChevronDown(_ref) {
1589
+ var _ref$testId = _ref.testId,
1590
+ testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
1591
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
1592
+
1380
1593
  return React__default.createElement("svg", Object.assign({
1381
1594
  viewBox: "0 0 20 20",
1382
1595
  fill: "none",
1383
1596
  xmlns: "http://www.w3.org/2000/svg",
1384
- "data-testid": "icon-chevron-down",
1385
- style: getIconStyles(props)
1597
+ style: getIconStyles(props),
1598
+ "data-testid": testId
1386
1599
  }, props), React__default.createElement("path", {
1387
1600
  fillRule: "evenodd",
1388
1601
  clipRule: "evenodd",
@@ -1393,13 +1606,19 @@ var IconChevronDown = function IconChevronDown(props) {
1393
1606
 
1394
1607
  IconChevronDown.displayName = 'IconChevronDown';
1395
1608
 
1396
- var IconChevronLeft = function IconChevronLeft(props) {
1609
+ var _excluded$A = ["testId"];
1610
+
1611
+ var IconChevronLeft = function IconChevronLeft(_ref) {
1612
+ var _ref$testId = _ref.testId,
1613
+ testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
1614
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1615
+
1397
1616
  return React__default.createElement("svg", Object.assign({
1398
1617
  viewBox: "0 0 20 20",
1399
1618
  fill: "none",
1400
1619
  xmlns: "http://www.w3.org/2000/svg",
1401
- "data-testid": "icon-chevron-left",
1402
- style: getIconStyles(props)
1620
+ style: getIconStyles(props),
1621
+ "data-testid": testId
1403
1622
  }, props), React__default.createElement("path", {
1404
1623
  fillRule: "evenodd",
1405
1624
  clipRule: "evenodd",
@@ -1410,13 +1629,19 @@ var IconChevronLeft = function IconChevronLeft(props) {
1410
1629
 
1411
1630
  IconChevronLeft.displayName = 'IconChevronLeft';
1412
1631
 
1413
- var IconChevronRight = function IconChevronRight(props) {
1632
+ var _excluded$B = ["testId"];
1633
+
1634
+ var IconChevronRight = function IconChevronRight(_ref) {
1635
+ var _ref$testId = _ref.testId,
1636
+ testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
1637
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1638
+
1414
1639
  return React__default.createElement("svg", Object.assign({
1415
1640
  viewBox: "0 0 20 20",
1416
1641
  fill: "none",
1417
1642
  xmlns: "http://www.w3.org/2000/svg",
1418
- "data-testid": "icon-chevron-right",
1419
- style: getIconStyles(props)
1643
+ style: getIconStyles(props),
1644
+ "data-testid": testId
1420
1645
  }, props), React__default.createElement("path", {
1421
1646
  fillRule: "evenodd",
1422
1647
  clipRule: "evenodd",
@@ -1427,13 +1652,19 @@ var IconChevronRight = function IconChevronRight(props) {
1427
1652
 
1428
1653
  IconChevronRight.displayName = 'IconChevronRight';
1429
1654
 
1430
- var IconChevronUp = function IconChevronUp(props) {
1655
+ var _excluded$C = ["testId"];
1656
+
1657
+ var IconChevronUp = function IconChevronUp(_ref) {
1658
+ var _ref$testId = _ref.testId,
1659
+ testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
1660
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
1661
+
1431
1662
  return React__default.createElement("svg", Object.assign({
1432
1663
  viewBox: "0 0 20 20",
1433
1664
  fill: "none",
1434
1665
  xmlns: "http://www.w3.org/2000/svg",
1435
- "data-testid": "icon-chevron-up",
1436
- style: getIconStyles(props)
1666
+ style: getIconStyles(props),
1667
+ "data-testid": testId
1437
1668
  }, props), React__default.createElement("path", {
1438
1669
  fillRule: "evenodd",
1439
1670
  clipRule: "evenodd",
@@ -1444,13 +1675,19 @@ var IconChevronUp = function IconChevronUp(props) {
1444
1675
 
1445
1676
  IconChevronUp.displayName = 'IconChevronUp';
1446
1677
 
1447
- var IconClipboardList = function IconClipboardList(props) {
1678
+ var _excluded$D = ["testId"];
1679
+
1680
+ var IconClipboardList = function IconClipboardList(_ref) {
1681
+ var _ref$testId = _ref.testId,
1682
+ testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
1683
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
1684
+
1448
1685
  return React__default.createElement("svg", Object.assign({
1449
1686
  viewBox: "0 0 20 20",
1450
1687
  fill: "none",
1451
1688
  xmlns: "http://www.w3.org/2000/svg",
1452
- "data-testid": "icon-clipboard-list",
1453
- style: getIconStyles(props)
1689
+ style: getIconStyles(props),
1690
+ "data-testid": testId
1454
1691
  }, props), React__default.createElement("path", {
1455
1692
  fillRule: "evenodd",
1456
1693
  clipRule: "evenodd",
@@ -1461,13 +1698,19 @@ var IconClipboardList = function IconClipboardList(props) {
1461
1698
 
1462
1699
  IconClipboardList.displayName = 'IconClipboardList';
1463
1700
 
1464
- var IconClock = function IconClock(props) {
1701
+ var _excluded$E = ["testId"];
1702
+
1703
+ var IconClock = function IconClock(_ref) {
1704
+ var _ref$testId = _ref.testId,
1705
+ testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
1706
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
1707
+
1465
1708
  return React__default.createElement("svg", Object.assign({
1466
1709
  viewBox: "0 0 20 20",
1467
1710
  fill: "none",
1468
1711
  xmlns: "http://www.w3.org/2000/svg",
1469
- "data-testid": "icon-clock",
1470
- style: getIconStyles(props)
1712
+ style: getIconStyles(props),
1713
+ "data-testid": testId
1471
1714
  }, props), React__default.createElement("path", {
1472
1715
  d: "M10 .313A9.686 9.686 0 0 0 .312 10 9.686 9.686 0 0 0 10 19.688 9.686 9.686 0 0 0 19.688 10 9.686 9.686 0 0 0 10 .312ZM18.438 10c0 4.637-3.754 8.438-8.438 8.438-4.637 0-8.438-3.754-8.438-8.438 0-4.637 3.754-8.438 8.438-8.438 4.637 0 8.438 3.754 8.438 8.438Zm-5.817 3.45L9.45 11.144a.472.472 0 0 1-.191-.38V4.532a.47.47 0 0 1 .469-.468h.546a.47.47 0 0 1 .47.468v5.715l2.753 2.004c.211.152.254.445.102.656l-.32.442a.472.472 0 0 1-.657.101Z",
1473
1716
  fill: "currentColor"
@@ -1476,13 +1719,19 @@ var IconClock = function IconClock(props) {
1476
1719
 
1477
1720
  IconClock.displayName = 'IconClock';
1478
1721
 
1479
- var IconCog = function IconCog(props) {
1722
+ var _excluded$F = ["testId"];
1723
+
1724
+ var IconCog = function IconCog(_ref) {
1725
+ var _ref$testId = _ref.testId,
1726
+ testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
1727
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
1728
+
1480
1729
  return React__default.createElement("svg", Object.assign({
1481
1730
  viewBox: "0 0 20 20",
1482
1731
  fill: "none",
1483
1732
  xmlns: "http://www.w3.org/2000/svg",
1484
- "data-testid": "icon-cog",
1485
- style: getIconStyles(props)
1733
+ style: getIconStyles(props),
1734
+ "data-testid": testId
1486
1735
  }, props), React__default.createElement("path", {
1487
1736
  d: "m18.855 11.69-1.274-.735a7.63 7.63 0 0 0 0-1.91l1.274-.736a.935.935 0 0 0 .432-1.074 9.672 9.672 0 0 0-2.248-3.89.938.938 0 0 0-1.15-.167l-1.271.734a7.584 7.584 0 0 0-1.654-.956v-1.47a.938.938 0 0 0-.722-.912 9.756 9.756 0 0 0-4.484 0 .938.938 0 0 0-.722.912v1.47a7.582 7.582 0 0 0-1.654.956l-1.271-.734a.938.938 0 0 0-1.15.167 9.671 9.671 0 0 0-2.248 3.89.935.935 0 0 0 .432 1.074l1.273.736a7.624 7.624 0 0 0 0 1.91l-1.273.736a.935.935 0 0 0-.432 1.074 9.671 9.671 0 0 0 2.248 3.89.938.938 0 0 0 1.15.168l1.271-.735a7.58 7.58 0 0 0 1.654.956v1.47c0 .434.3.812.722.912a9.754 9.754 0 0 0 4.484 0 .938.938 0 0 0 .722-.912v-1.47a7.59 7.59 0 0 0 1.653-.956l1.272.735a.938.938 0 0 0 1.15-.168 9.672 9.672 0 0 0 2.248-3.89.935.935 0 0 0-.432-1.075Zm-2.558 3.925L14.49 14.57c-1.055.901-1.429 1.128-2.775 1.604v2.09a8.482 8.482 0 0 1-3.428 0v-2.09c-1.313-.464-1.693-.68-2.775-1.604l-1.809 1.045a8.437 8.437 0 0 1-1.716-2.967l1.81-1.045c-.255-1.383-.255-1.822 0-3.206l-1.81-1.045a8.444 8.444 0 0 1 1.716-2.967l1.81 1.045c1.069-.915 1.447-1.135 2.774-1.604v-2.09a8.468 8.468 0 0 1 3.428 0v2.09c1.327.469 1.705.689 2.775 1.604l1.808-1.045a8.444 8.444 0 0 1 1.716 2.967l-1.81 1.045c.256 1.384.256 1.822 0 3.206l1.81 1.045a8.438 8.438 0 0 1-1.716 2.967ZM10 6.25A3.754 3.754 0 0 0 6.25 10 3.754 3.754 0 0 0 10 13.75 3.754 3.754 0 0 0 13.75 10 3.754 3.754 0 0 0 10 6.25Zm0 6.25A2.503 2.503 0 0 1 7.5 10c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5Z",
1488
1737
  fill: "currentColor"
@@ -1491,13 +1740,19 @@ var IconCog = function IconCog(props) {
1491
1740
 
1492
1741
  IconCog.displayName = 'IconCog';
1493
1742
 
1494
- var IconCommentLines = function IconCommentLines(props) {
1743
+ var _excluded$G = ["testId"];
1744
+
1745
+ var IconCommentLines = function IconCommentLines(_ref) {
1746
+ var _ref$testId = _ref.testId,
1747
+ testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
1748
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
1749
+
1495
1750
  return React__default.createElement("svg", Object.assign({
1496
1751
  viewBox: "0 0 20 20",
1497
1752
  fill: "none",
1498
1753
  xmlns: "http://www.w3.org/2000/svg",
1499
- "data-testid": "icon-comment-lines",
1500
- style: getIconStyles(props)
1754
+ style: getIconStyles(props),
1755
+ "data-testid": testId
1501
1756
  }, props), React__default.createElement("path", {
1502
1757
  fillRule: "evenodd",
1503
1758
  clipRule: "evenodd",
@@ -1511,13 +1766,19 @@ var IconCommentLines = function IconCommentLines(props) {
1511
1766
 
1512
1767
  IconCommentLines.displayName = 'IconCommentLines';
1513
1768
 
1514
- var IconComment = function IconComment(props) {
1769
+ var _excluded$H = ["testId"];
1770
+
1771
+ var IconComment = function IconComment(_ref) {
1772
+ var _ref$testId = _ref.testId,
1773
+ testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
1774
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
1775
+
1515
1776
  return React__default.createElement("svg", Object.assign({
1516
1777
  viewBox: "0 0 20 20",
1517
1778
  fill: "none",
1518
1779
  xmlns: "http://www.w3.org/2000/svg",
1519
- "data-testid": "icon-comment",
1520
- style: getIconStyles(props)
1780
+ style: getIconStyles(props),
1781
+ "data-testid": testId
1521
1782
  }, props), React__default.createElement("path", {
1522
1783
  fillRule: "evenodd",
1523
1784
  clipRule: "evenodd",
@@ -1528,13 +1789,19 @@ var IconComment = function IconComment(props) {
1528
1789
 
1529
1790
  IconComment.displayName = 'IconComment';
1530
1791
 
1531
- var IconCopy = function IconCopy(props) {
1792
+ var _excluded$I = ["testId"];
1793
+
1794
+ var IconCopy = function IconCopy(_ref) {
1795
+ var _ref$testId = _ref.testId,
1796
+ testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
1797
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
1798
+
1532
1799
  return React__default.createElement("svg", Object.assign({
1533
1800
  viewBox: "0 0 20 20",
1534
1801
  fill: "none",
1535
1802
  xmlns: "http://www.w3.org/2000/svg",
1536
- "data-testid": "icon-copy",
1537
- style: getIconStyles(props)
1803
+ style: getIconStyles(props),
1804
+ "data-testid": testId
1538
1805
  }, props), React__default.createElement("g", {
1539
1806
  clipPath: "url(#icon-copy_svg__a)"
1540
1807
  }, React__default.createElement("path", {
@@ -1550,13 +1817,19 @@ var IconCopy = function IconCopy(props) {
1550
1817
 
1551
1818
  IconCopy.displayName = 'IconCopy';
1552
1819
 
1553
- var IconCreditCardPlus = function IconCreditCardPlus(props) {
1820
+ var _excluded$J = ["testId"];
1821
+
1822
+ var IconCreditCardPlus = function IconCreditCardPlus(_ref) {
1823
+ var _ref$testId = _ref.testId,
1824
+ testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
1825
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
1826
+
1554
1827
  return React__default.createElement("svg", Object.assign({
1555
1828
  viewBox: "0 0 20 20",
1556
1829
  fill: "none",
1557
1830
  xmlns: "http://www.w3.org/2000/svg",
1558
- "data-testid": "icon-credit-card-plus",
1559
- style: getIconStyles(props)
1831
+ style: getIconStyles(props),
1832
+ "data-testid": testId
1560
1833
  }, props), React__default.createElement("g", {
1561
1834
  clipPath: "url(#icon-credit-card-plus_svg__a)"
1562
1835
  }, React__default.createElement("path", {
@@ -1574,13 +1847,19 @@ var IconCreditCardPlus = function IconCreditCardPlus(props) {
1574
1847
 
1575
1848
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
1576
1849
 
1577
- var IconCreditCard = function IconCreditCard(props) {
1850
+ var _excluded$K = ["testId"];
1851
+
1852
+ var IconCreditCard = function IconCreditCard(_ref) {
1853
+ var _ref$testId = _ref.testId,
1854
+ testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
1855
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
1856
+
1578
1857
  return React__default.createElement("svg", Object.assign({
1579
1858
  viewBox: "0 0 20 20",
1580
1859
  fill: "none",
1581
1860
  xmlns: "http://www.w3.org/2000/svg",
1582
- "data-testid": "icon-credit-card",
1583
- style: getIconStyles(props)
1861
+ style: getIconStyles(props),
1862
+ "data-testid": testId
1584
1863
  }, props), React__default.createElement("g", {
1585
1864
  clipPath: "url(#icon-credit-card_svg__a)"
1586
1865
  }, React__default.createElement("path", {
@@ -1596,13 +1875,19 @@ var IconCreditCard = function IconCreditCard(props) {
1596
1875
 
1597
1876
  IconCreditCard.displayName = 'IconCreditCard';
1598
1877
 
1599
- var IconDownload = function IconDownload(props) {
1878
+ var _excluded$L = ["testId"];
1879
+
1880
+ var IconDownload = function IconDownload(_ref) {
1881
+ var _ref$testId = _ref.testId,
1882
+ testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
1883
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
1884
+
1600
1885
  return React__default.createElement("svg", Object.assign({
1601
1886
  viewBox: "0 0 20 20",
1602
1887
  fill: "none",
1603
1888
  xmlns: "http://www.w3.org/2000/svg",
1604
- "data-testid": "icon-download",
1605
- style: getIconStyles(props)
1889
+ style: getIconStyles(props),
1890
+ "data-testid": testId
1606
1891
  }, props), React__default.createElement("path", {
1607
1892
  fillRule: "evenodd",
1608
1893
  clipRule: "evenodd",
@@ -1613,13 +1898,19 @@ var IconDownload = function IconDownload(props) {
1613
1898
 
1614
1899
  IconDownload.displayName = 'IconDownload';
1615
1900
 
1616
- var IconEdit = function IconEdit(props) {
1901
+ var _excluded$M = ["testId"];
1902
+
1903
+ var IconEdit = function IconEdit(_ref) {
1904
+ var _ref$testId = _ref.testId,
1905
+ testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
1906
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
1907
+
1617
1908
  return React__default.createElement("svg", Object.assign({
1618
1909
  viewBox: "0 0 20 20",
1619
1910
  fill: "none",
1620
1911
  xmlns: "http://www.w3.org/2000/svg",
1621
- "data-testid": "icon-edit",
1622
- style: getIconStyles(props)
1912
+ style: getIconStyles(props),
1913
+ "data-testid": testId
1623
1914
  }, props), React__default.createElement("path", {
1624
1915
  d: "m14.507 12.092.694-.703a.207.207 0 0 1 .355.147v5.777c0 .931-.747 1.687-1.667 1.687H1.667C.747 19 0 18.244 0 17.312V4.938C0 4.006.747 3.25 1.667 3.25h10.149c.184 0 .278.229.146.359l-.695.703a.213.213 0 0 1-.146.063H1.667a.56.56 0 0 0-.556.563v12.375c0 .309.25.562.556.562h12.222a.56.56 0 0 0 .555-.563V12.24c0-.056.021-.109.063-.147Zm5.066-6.722L8.723 16.356l-3.47.39a.733.733 0 0 1-.805-.815l.385-3.512L15.684 1.432a1.446 1.446 0 0 1 2.063 0l1.826 1.85a1.49 1.49 0 0 1 0 2.088Zm-3.25 1.701-2.316-2.344-8.111 8.208-.288 2.64 2.607-.291 8.108-8.213Zm2.465-2.995-1.826-1.849a.343.343 0 0 0-.49 0l-1.68 1.702 2.316 2.344 1.68-1.701a.353.353 0 0 0 0-.496Z",
1625
1916
  fill: "currentColor"
@@ -1628,13 +1919,19 @@ var IconEdit = function IconEdit(props) {
1628
1919
 
1629
1920
  IconEdit.displayName = 'IconEdit';
1630
1921
 
1631
- var IconEllipsisV = function IconEllipsisV(props) {
1922
+ var _excluded$N = ["testId"];
1923
+
1924
+ var IconEllipsisV = function IconEllipsisV(_ref) {
1925
+ var _ref$testId = _ref.testId,
1926
+ testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
1927
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
1928
+
1632
1929
  return React__default.createElement("svg", Object.assign({
1633
1930
  viewBox: "0 0 20 20",
1634
1931
  fill: "none",
1635
1932
  xmlns: "http://www.w3.org/2000/svg",
1636
- "data-testid": "icon-ellipsis-v",
1637
- style: getIconStyles(props)
1933
+ style: getIconStyles(props),
1934
+ "data-testid": testId
1638
1935
  }, props), React__default.createElement("path", {
1639
1936
  fillRule: "evenodd",
1640
1937
  clipRule: "evenodd",
@@ -1645,13 +1942,19 @@ var IconEllipsisV = function IconEllipsisV(props) {
1645
1942
 
1646
1943
  IconEllipsisV.displayName = 'IconEllipsisV';
1647
1944
 
1648
- var IconEnvelope = function IconEnvelope(props) {
1945
+ var _excluded$O = ["testId"];
1946
+
1947
+ var IconEnvelope = function IconEnvelope(_ref) {
1948
+ var _ref$testId = _ref.testId,
1949
+ testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
1950
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
1951
+
1649
1952
  return React__default.createElement("svg", Object.assign({
1650
1953
  viewBox: "0 0 20 20",
1651
1954
  fill: "none",
1652
1955
  xmlns: "http://www.w3.org/2000/svg",
1653
- "data-testid": "icon-envelope",
1654
- style: getIconStyles(props)
1956
+ style: getIconStyles(props),
1957
+ "data-testid": testId
1655
1958
  }, props), React__default.createElement("path", {
1656
1959
  d: "M18.125 2.5H1.875C.84 2.5 0 3.34 0 4.375v11.25C0 16.66.84 17.5 1.875 17.5h16.25c1.035 0 1.875-.84 1.875-1.875V4.375C20 3.34 19.16 2.5 18.125 2.5ZM1.875 3.75h16.25c.344 0 .625.281.625.625v1.617c-.855.723-2.078 1.719-5.883 4.738-.66.524-1.96 1.786-2.867 1.77-.906.016-2.21-1.246-2.867-1.77C3.328 7.71 2.105 6.715 1.25 5.992V4.375c0-.344.281-.625.625-.625Zm16.25 12.5H1.875a.627.627 0 0 1-.625-.625V7.617c.89.73 2.297 1.86 5.105 4.09.801.64 2.215 2.05 3.645 2.043 1.422.012 2.824-1.387 3.645-2.043 2.808-2.23 4.214-3.36 5.105-4.09v8.008a.627.627 0 0 1-.625.625Z",
1657
1960
  fill: "currentColor"
@@ -1660,13 +1963,19 @@ var IconEnvelope = function IconEnvelope(props) {
1660
1963
 
1661
1964
  IconEnvelope.displayName = 'IconEnvelope';
1662
1965
 
1663
- var IconExclaimationTriangle = function IconExclaimationTriangle(props) {
1966
+ var _excluded$P = ["testId"];
1967
+
1968
+ var IconExclaimationTriangle = function IconExclaimationTriangle(_ref) {
1969
+ var _ref$testId = _ref.testId,
1970
+ testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
1971
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
1972
+
1664
1973
  return React__default.createElement("svg", Object.assign({
1665
1974
  viewBox: "0 0 20 20",
1666
1975
  fill: "none",
1667
1976
  xmlns: "http://www.w3.org/2000/svg",
1668
- "data-testid": "icon-exclaimation-triangle",
1669
- style: getIconStyles(props)
1977
+ style: getIconStyles(props),
1978
+ "data-testid": testId
1670
1979
  }, props), React__default.createElement("path", {
1671
1980
  fillRule: "evenodd",
1672
1981
  clipRule: "evenodd",
@@ -1677,13 +1986,19 @@ var IconExclaimationTriangle = function IconExclaimationTriangle(props) {
1677
1986
 
1678
1987
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
1679
1988
 
1680
- var IconExclaimation = function IconExclaimation(props) {
1989
+ var _excluded$Q = ["testId"];
1990
+
1991
+ var IconExclaimation = function IconExclaimation(_ref) {
1992
+ var _ref$testId = _ref.testId,
1993
+ testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
1994
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
1995
+
1681
1996
  return React__default.createElement("svg", Object.assign({
1682
1997
  viewBox: "0 0 20 20",
1683
1998
  fill: "none",
1684
1999
  xmlns: "http://www.w3.org/2000/svg",
1685
- "data-testid": "icon-exclaimation",
1686
- style: getIconStyles(props)
2000
+ style: getIconStyles(props),
2001
+ "data-testid": testId
1687
2002
  }, props), React__default.createElement("path", {
1688
2003
  d: "M9.15 0h1.714c.51 0 .916.424.895.933l-.523 12.537a.895.895 0 0 1-.895.858h-.67a.896.896 0 0 1-.894-.858L8.254.933A.896.896 0 0 1 9.15 0Zm.857 15.82a2.09 2.09 0 1 0 0 4.18 2.09 2.09 0 0 0 0-4.18Z",
1689
2004
  fill: "currentColor"
@@ -1692,13 +2007,19 @@ var IconExclaimation = function IconExclaimation(props) {
1692
2007
 
1693
2008
  IconExclaimation.displayName = 'IconExclaimation';
1694
2009
 
1695
- var IconExpand = function IconExpand(props) {
2010
+ var _excluded$R = ["testId"];
2011
+
2012
+ var IconExpand = function IconExpand(_ref) {
2013
+ var _ref$testId = _ref.testId,
2014
+ testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
2015
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
2016
+
1696
2017
  return React__default.createElement("svg", Object.assign({
1697
2018
  viewBox: "0 0 20 20",
1698
2019
  fill: "none",
1699
2020
  xmlns: "http://www.w3.org/2000/svg",
1700
- "data-testid": "icon-expand",
1701
- style: getIconStyles(props)
2021
+ style: getIconStyles(props),
2022
+ "data-testid": testId
1702
2023
  }, props), React__default.createElement("path", {
1703
2024
  d: "m9.017 10.762.22.221a.469.469 0 0 1 0 .663L3.385 17.5H5.78c.26 0 .469.21.469.469v.312c0 .26-.21.469-.469.469H1.72a.469.469 0 0 1-.469-.469V14.22c0-.26.21-.469.469-.469h.312c.26 0 .469.21.469.469v2.397l5.854-5.854a.469.469 0 0 1 .663 0ZM18.28 1.25H14.22a.469.469 0 0 0-.469.469v.312c0 .26.21.469.469.469h2.397l-5.854 5.854a.469.469 0 0 0 0 .663l.221.22c.183.184.48.184.663 0L17.5 3.385V5.78c0 .26.21.469.469.469h.312c.26 0 .469-.21.469-.469V1.72a.469.469 0 0 0-.469-.469Z",
1704
2025
  fill: "currentColor"
@@ -1707,13 +2028,19 @@ var IconExpand = function IconExpand(props) {
1707
2028
 
1708
2029
  IconExpand.displayName = 'IconExpand';
1709
2030
 
1710
- var IconExternalLink = function IconExternalLink(props) {
2031
+ var _excluded$S = ["testId"];
2032
+
2033
+ var IconExternalLink = function IconExternalLink(_ref) {
2034
+ var _ref$testId = _ref.testId,
2035
+ testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
2036
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
2037
+
1711
2038
  return React__default.createElement("svg", Object.assign({
1712
2039
  viewBox: "0 0 20 20",
1713
2040
  fill: "none",
1714
2041
  xmlns: "http://www.w3.org/2000/svg",
1715
- "data-testid": "icon-external-link",
1716
- style: getIconStyles(props)
2042
+ style: getIconStyles(props),
2043
+ "data-testid": testId
1717
2044
  }, props), React__default.createElement("path", {
1718
2045
  fillRule: "evenodd",
1719
2046
  clipRule: "evenodd",
@@ -1724,13 +2051,19 @@ var IconExternalLink = function IconExternalLink(props) {
1724
2051
 
1725
2052
  IconExternalLink.displayName = 'IconExternalLink';
1726
2053
 
1727
- var IconEyeSlash = function IconEyeSlash(props) {
2054
+ var _excluded$T = ["testId"];
2055
+
2056
+ var IconEyeSlash = function IconEyeSlash(_ref) {
2057
+ var _ref$testId = _ref.testId,
2058
+ testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
2059
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
2060
+
1728
2061
  return React__default.createElement("svg", Object.assign({
1729
2062
  viewBox: "0 0 20 20",
1730
2063
  fill: "none",
1731
2064
  xmlns: "http://www.w3.org/2000/svg",
1732
- "data-testid": "icon-eye-slash",
1733
- style: getIconStyles(props)
2065
+ style: getIconStyles(props),
2066
+ "data-testid": testId
1734
2067
  }, props), React__default.createElement("g", {
1735
2068
  clipPath: "url(#icon-eye-slash_svg__a)"
1736
2069
  }, React__default.createElement("g", {
@@ -1754,13 +2087,19 @@ var IconEyeSlash = function IconEyeSlash(props) {
1754
2087
 
1755
2088
  IconEyeSlash.displayName = 'IconEyeSlash';
1756
2089
 
1757
- var IconEye = function IconEye(props) {
2090
+ var _excluded$U = ["testId"];
2091
+
2092
+ var IconEye = function IconEye(_ref) {
2093
+ var _ref$testId = _ref.testId,
2094
+ testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
2095
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
2096
+
1758
2097
  return React__default.createElement("svg", Object.assign({
1759
2098
  viewBox: "0 0 20 20",
1760
2099
  fill: "none",
1761
2100
  xmlns: "http://www.w3.org/2000/svg",
1762
- "data-testid": "icon-eye",
1763
- style: getIconStyles(props)
2101
+ style: getIconStyles(props),
2102
+ "data-testid": testId
1764
2103
  }, props), React__default.createElement("g", {
1765
2104
  clipPath: "url(#icon-eye_svg__a)"
1766
2105
  }, React__default.createElement("path", {
@@ -1777,13 +2116,19 @@ var IconEye = function IconEye(props) {
1777
2116
 
1778
2117
  IconEye.displayName = 'IconEye';
1779
2118
 
1780
- var IconFilePdf = function IconFilePdf(props) {
2119
+ var _excluded$V = ["testId"];
2120
+
2121
+ var IconFilePdf = function IconFilePdf(_ref) {
2122
+ var _ref$testId = _ref.testId,
2123
+ testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
2124
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
2125
+
1781
2126
  return React__default.createElement("svg", Object.assign({
1782
2127
  viewBox: "0 0 20 20",
1783
2128
  fill: "none",
1784
2129
  xmlns: "http://www.w3.org/2000/svg",
1785
- "data-testid": "icon-file-pdf",
1786
- style: getIconStyles(props)
2130
+ style: getIconStyles(props),
2131
+ "data-testid": testId
1787
2132
  }, props), React__default.createElement("g", {
1788
2133
  clipPath: "url(#icon-file-pdf_svg__a)"
1789
2134
  }, React__default.createElement("path", {
@@ -1799,13 +2144,19 @@ var IconFilePdf = function IconFilePdf(props) {
1799
2144
 
1800
2145
  IconFilePdf.displayName = 'IconFilePdf';
1801
2146
 
1802
- var IconFile = function IconFile(props) {
2147
+ var _excluded$W = ["testId"];
2148
+
2149
+ var IconFile = function IconFile(_ref) {
2150
+ var _ref$testId = _ref.testId,
2151
+ testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
2152
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
2153
+
1803
2154
  return React__default.createElement("svg", Object.assign({
1804
2155
  viewBox: "0 0 20 20",
1805
2156
  fill: "none",
1806
2157
  xmlns: "http://www.w3.org/2000/svg",
1807
- "data-testid": "icon-file",
1808
- style: getIconStyles(props)
2158
+ style: getIconStyles(props),
2159
+ "data-testid": testId
1809
2160
  }, props), React__default.createElement("g", {
1810
2161
  clipPath: "url(#icon-file_svg__a)"
1811
2162
  }, React__default.createElement("path", {
@@ -1821,13 +2172,19 @@ var IconFile = function IconFile(props) {
1821
2172
 
1822
2173
  IconFile.displayName = 'IconFile';
1823
2174
 
1824
- var IconFlag = function IconFlag(props) {
2175
+ var _excluded$X = ["testId"];
2176
+
2177
+ var IconFlag = function IconFlag(_ref) {
2178
+ var _ref$testId = _ref.testId,
2179
+ testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
2180
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
2181
+
1825
2182
  return React__default.createElement("svg", Object.assign({
1826
2183
  viewBox: "0 0 20 20",
1827
2184
  fill: "none",
1828
2185
  xmlns: "http://www.w3.org/2000/svg",
1829
- "data-testid": "icon-flag",
1830
- style: getIconStyles(props)
2186
+ style: getIconStyles(props),
2187
+ "data-testid": testId
1831
2188
  }, props), React__default.createElement("g", {
1832
2189
  clipPath: "url(#icon-flag_svg__a)"
1833
2190
  }, React__default.createElement("path", {
@@ -1843,13 +2200,19 @@ var IconFlag = function IconFlag(props) {
1843
2200
 
1844
2201
  IconFlag.displayName = 'IconFlag';
1845
2202
 
1846
- var IconFourDotsCircle = function IconFourDotsCircle(props) {
2203
+ var _excluded$Y = ["testId"];
2204
+
2205
+ var IconFourDotsCircle = function IconFourDotsCircle(_ref) {
2206
+ var _ref$testId = _ref.testId,
2207
+ testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
2208
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
2209
+
1847
2210
  return React__default.createElement("svg", Object.assign({
1848
2211
  viewBox: "0 0 20 20",
1849
2212
  fill: "none",
1850
2213
  xmlns: "http://www.w3.org/2000/svg",
1851
- "data-testid": "icon-four-dots-circle",
1852
- style: getIconStyles(props)
2214
+ style: getIconStyles(props),
2215
+ "data-testid": testId
1853
2216
  }, props), React__default.createElement("path", {
1854
2217
  fillRule: "evenodd",
1855
2218
  clipRule: "evenodd",
@@ -1860,13 +2223,19 @@ var IconFourDotsCircle = function IconFourDotsCircle(props) {
1860
2223
 
1861
2224
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
1862
2225
 
1863
- var IconFourSquares = function IconFourSquares(props) {
2226
+ var _excluded$Z = ["testId"];
2227
+
2228
+ var IconFourSquares = function IconFourSquares(_ref) {
2229
+ var _ref$testId = _ref.testId,
2230
+ testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
2231
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
2232
+
1864
2233
  return React__default.createElement("svg", Object.assign({
1865
2234
  viewBox: "0 0 20 20",
1866
2235
  fill: "none",
1867
2236
  xmlns: "http://www.w3.org/2000/svg",
1868
- "data-testid": "icon-four-squares",
1869
- style: getIconStyles(props)
2237
+ style: getIconStyles(props),
2238
+ "data-testid": testId
1870
2239
  }, props), React__default.createElement("rect", {
1871
2240
  x: 0.833,
1872
2241
  y: 10.573,
@@ -1901,13 +2270,19 @@ var IconFourSquares = function IconFourSquares(props) {
1901
2270
 
1902
2271
  IconFourSquares.displayName = 'IconFourSquares';
1903
2272
 
1904
- var IconGavel = function IconGavel(props) {
2273
+ var _excluded$_ = ["testId"];
2274
+
2275
+ var IconGavel = function IconGavel(_ref) {
2276
+ var _ref$testId = _ref.testId,
2277
+ testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
2278
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
2279
+
1905
2280
  return React__default.createElement("svg", Object.assign({
1906
2281
  viewBox: "0 0 60 60",
1907
2282
  fill: "none",
1908
2283
  xmlns: "http://www.w3.org/2000/svg",
1909
- "data-testid": "icon-gavel",
1910
- style: getIconStyles(props)
2284
+ style: getIconStyles(props),
2285
+ "data-testid": testId
1911
2286
  }, props), React__default.createElement("path", {
1912
2287
  d: "m58.698 21.863-2.418-2.42a4.442 4.442 0 0 0-5.476-.638l-9.61-9.609a4.442 4.442 0 0 0-.638-5.476l-2.418-2.418a4.438 4.438 0 0 0-6.28 0L18.551 14.605a4.446 4.446 0 0 0 0 6.28l2.42 2.42a4.448 4.448 0 0 0 5.475.637l3.48 3.48-6.891 6.89-.947-.946a5.095 5.095 0 0 0-7.198 0l-13.403 13.4a5.095 5.095 0 0 0 0 7.198l4.548 4.548a5.095 5.095 0 0 0 7.197 0l13.401-13.403a5.095 5.095 0 0 0 0-7.198l-.947-.947 6.891-6.89 3.48 3.479a4.449 4.449 0 0 0 .637 5.476l2.42 2.419a4.446 4.446 0 0 0 6.28 0l13.303-13.305a4.439 4.439 0 0 0 0-6.28ZM23.983 42.457l-13.401 13.4a1.34 1.34 0 0 1-1.894 0l-4.546-4.545a1.34 1.34 0 0 1 0-1.894l13.401-13.4a1.34 1.34 0 0 1 1.894 0l4.546 4.545a1.341 1.341 0 0 1 0 1.894Zm32.065-16.966L42.743 38.796a.69.69 0 0 1-.977 0l-2.42-2.42a.691.691 0 0 1 0-.976l1.932-1.93L26.53 18.721l-1.93 1.931a.692.692 0 0 1-.978 0l-2.419-2.419a.692.692 0 0 1 0-.977L34.51 3.952a.691.691 0 0 1 .977 0l2.419 2.42a.691.691 0 0 1 0 .976l-1.93 1.931L50.72 24.026l1.931-1.93a.69.69 0 0 1 .977 0l2.419 2.418a.692.692 0 0 1 0 .977Z",
1913
2288
  fill: "currentColor"
@@ -1916,12 +2291,18 @@ var IconGavel = function IconGavel(props) {
1916
2291
 
1917
2292
  IconGavel.displayName = 'IconGavel';
1918
2293
 
1919
- var IconGif = function IconGif(props) {
2294
+ var _excluded$$ = ["testId"];
2295
+
2296
+ var IconGif = function IconGif(_ref) {
2297
+ var _ref$testId = _ref.testId,
2298
+ testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
2299
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
2300
+
1920
2301
  return React__default.createElement("svg", Object.assign({
1921
2302
  viewBox: "0 0 20 20",
1922
2303
  xmlns: "http://www.w3.org/2000/svg",
1923
- "data-testid": "icon-gif",
1924
- style: getIconStyles(props)
2304
+ style: getIconStyles(props),
2305
+ "data-testid": testId
1925
2306
  }, props), React__default.createElement("path", {
1926
2307
  d: "M18.096 2.85H1.906c-.79 0-1.43.64-1.43 1.429v11.428c0 .79.64 1.429 1.43 1.429h16.19c.789 0 1.428-.64 1.428-1.429V4.28c0-.79-.64-1.429-1.428-1.429Z",
1927
2308
  stroke: "currentColor",
@@ -1935,13 +2316,19 @@ var IconGif = function IconGif(props) {
1935
2316
 
1936
2317
  IconGif.displayName = 'IconGif';
1937
2318
 
1938
- var IconGift = function IconGift(props) {
2319
+ var _excluded$10 = ["testId"];
2320
+
2321
+ var IconGift = function IconGift(_ref) {
2322
+ var _ref$testId = _ref.testId,
2323
+ testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
2324
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
2325
+
1939
2326
  return React__default.createElement("svg", Object.assign({
1940
2327
  viewBox: "0 0 20 20",
1941
2328
  fill: "none",
1942
2329
  xmlns: "http://www.w3.org/2000/svg",
1943
- "data-testid": "icon-gift",
1944
- style: getIconStyles(props)
2330
+ style: getIconStyles(props),
2331
+ "data-testid": testId
1945
2332
  }, props), React__default.createElement("path", {
1946
2333
  d: "M18.125 6H16.59a3.229 3.229 0 0 0 .598-1.875c0-1.723-1.305-3.125-2.91-3.125-1.653 0-2.61.992-4.278 3.742C8.332 1.992 7.375 1 5.723 1c-1.606 0-2.91 1.402-2.91 3.125 0 .707.226 1.352.597 1.875H1.875C.84 6 0 6.84 0 7.875v3.75c0 .344.281.625.625.625h.625v5.625c0 1.035.84 1.875 1.875 1.875h13.75c1.035 0 1.875-.84 1.875-1.875V12.25h.625a.627.627 0 0 0 .625-.625v-3.75C20 6.84 19.16 6 18.125 6Zm-7.336-.14c1.934-3.255 2.578-3.61 3.488-3.61.914 0 1.66.84 1.66 1.875 0 1.035-.746 1.875-1.66 1.875h-3.574l.086-.14ZM5.723 2.25c.914 0 1.554.355 3.488 3.61l.082.14H5.719c-.914 0-1.66-.84-1.66-1.875.003-1.035.75-1.875 1.664-1.875ZM7.5 18.5H3.125a.627.627 0 0 1-.625-.625V12.25h5v6.25Zm0-7.5H1.25V7.875c0-.344.281-.625.625-.625H7.5V11Zm3.75 7.5h-2.5V7.25h2.5V18.5Zm6.25-.625a.627.627 0 0 1-.625.625H12.5v-6.25h5v5.625ZM18.75 11H12.5V7.25h5.625c.344 0 .625.281.625.625V11Z",
1947
2334
  fill: "currentColor"
@@ -1950,13 +2337,19 @@ var IconGift = function IconGift(props) {
1950
2337
 
1951
2338
  IconGift.displayName = 'IconGift';
1952
2339
 
1953
- var IconGrinBeam = function IconGrinBeam(props) {
2340
+ var _excluded$11 = ["testId"];
2341
+
2342
+ var IconGrinBeam = function IconGrinBeam(_ref) {
2343
+ var _ref$testId = _ref.testId,
2344
+ testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
2345
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
2346
+
1954
2347
  return React__default.createElement("svg", Object.assign({
1955
2348
  viewBox: "0 0 20 20",
1956
2349
  fill: "none",
1957
2350
  xmlns: "http://www.w3.org/2000/svg",
1958
- "data-testid": "icon-grin-beam",
1959
- style: getIconStyles(props)
2351
+ style: getIconStyles(props),
2352
+ "data-testid": testId
1960
2353
  }, props), React__default.createElement("path", {
1961
2354
  d: "M4.746 9.676a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.298-2.79-2.258-2.79S4.65 7.707 4.516 9.352a.317.317 0 0 0 .23.324Zm6.452 0a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.299-2.79-2.258-2.79-.96 0-2.125 1.145-2.258 2.79a.317.317 0 0 0 .23.324Zm3.766 2.855c-1.218.38-3.029.594-4.964.594-1.935 0-3.746-.215-4.964-.594a.662.662 0 0 0-.617.121.62.62 0 0 0-.213.579c.37 2.148 3.354 3.644 5.798 3.644s5.423-1.496 5.798-3.645a.624.624 0 0 0-.213-.578.66.66 0 0 0-.625-.12ZM10 15.625c-1.411 0-3.105-.637-3.972-1.574 2.319.422 5.63.422 7.948 0-.871.937-2.565 1.574-3.976 1.574ZM10 .312C4.476.313 0 4.649 0 10s4.476 9.688 10 9.688S20 15.351 20 10 15.524.312 10 .312Zm0 18.125c-4.802 0-8.71-3.785-8.71-8.437 0-4.652 3.908-8.438 8.71-8.438 4.802 0 8.71 3.786 8.71 8.438 0 4.652-3.908 8.438-8.71 8.438Z",
1962
2355
  fill: "currentColor"
@@ -1965,13 +2358,19 @@ var IconGrinBeam = function IconGrinBeam(props) {
1965
2358
 
1966
2359
  IconGrinBeam.displayName = 'IconGrinBeam';
1967
2360
 
1968
- var IconGripVertical = function IconGripVertical(props) {
2361
+ var _excluded$12 = ["testId"];
2362
+
2363
+ var IconGripVertical = function IconGripVertical(_ref) {
2364
+ var _ref$testId = _ref.testId,
2365
+ testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
2366
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
2367
+
1969
2368
  return React__default.createElement("svg", Object.assign({
1970
2369
  viewBox: "0 0 20 20",
1971
2370
  fill: "none",
1972
2371
  xmlns: "http://www.w3.org/2000/svg",
1973
- "data-testid": "icon-grip-vertical",
1974
- style: getIconStyles(props)
2372
+ style: getIconStyles(props),
2373
+ "data-testid": testId
1975
2374
  }, props), React__default.createElement("circle", {
1976
2375
  cx: 6.667,
1977
2376
  cy: 3.333,
@@ -2007,13 +2406,19 @@ var IconGripVertical = function IconGripVertical(props) {
2007
2406
 
2008
2407
  IconGripVertical.displayName = 'IconGripVertical';
2009
2408
 
2010
- var IconHandshake = function IconHandshake(props) {
2409
+ var _excluded$13 = ["testId"];
2410
+
2411
+ var IconHandshake = function IconHandshake(_ref) {
2412
+ var _ref$testId = _ref.testId,
2413
+ testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
2414
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
2415
+
2011
2416
  return React__default.createElement("svg", Object.assign({
2012
2417
  viewBox: "0 0 20 20",
2013
2418
  fill: "none",
2014
2419
  xmlns: "http://www.w3.org/2000/svg",
2015
- "data-testid": "icon-handshake",
2016
- style: getIconStyles(props)
2420
+ style: getIconStyles(props),
2421
+ "data-testid": testId
2017
2422
  }, props), React__default.createElement("g", {
2018
2423
  clipPath: "url(#icon-handshake_svg__a)"
2019
2424
  }, React__default.createElement("path", {
@@ -2030,13 +2435,19 @@ var IconHandshake = function IconHandshake(props) {
2030
2435
 
2031
2436
  IconHandshake.displayName = 'IconHandshake';
2032
2437
 
2033
- var IconImage = function IconImage(props) {
2438
+ var _excluded$14 = ["testId"];
2439
+
2440
+ var IconImage = function IconImage(_ref) {
2441
+ var _ref$testId = _ref.testId,
2442
+ testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
2443
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2444
+
2034
2445
  return React__default.createElement("svg", Object.assign({
2035
2446
  viewBox: "0 0 20 20",
2036
2447
  fill: "none",
2037
2448
  xmlns: "http://www.w3.org/2000/svg",
2038
- "data-testid": "icon-image",
2039
- style: getIconStyles(props)
2449
+ style: getIconStyles(props),
2450
+ "data-testid": testId
2040
2451
  }, props), React__default.createElement("g", {
2041
2452
  clipPath: "url(#icon-image_svg__a)"
2042
2453
  }, React__default.createElement("path", {
@@ -2052,13 +2463,19 @@ var IconImage = function IconImage(props) {
2052
2463
 
2053
2464
  IconImage.displayName = 'IconImage';
2054
2465
 
2055
- var IconIslandTropical = function IconIslandTropical(props) {
2466
+ var _excluded$15 = ["testId"];
2467
+
2468
+ var IconIslandTropical = function IconIslandTropical(_ref) {
2469
+ var _ref$testId = _ref.testId,
2470
+ testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
2471
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
2472
+
2056
2473
  return React__default.createElement("svg", Object.assign({
2057
2474
  viewBox: "0 0 20 20",
2058
2475
  fill: "none",
2059
2476
  xmlns: "http://www.w3.org/2000/svg",
2060
- "data-testid": "icon-island-tropical",
2061
- style: getIconStyles(props)
2477
+ style: getIconStyles(props),
2478
+ "data-testid": testId
2062
2479
  }, props), React__default.createElement("path", {
2063
2480
  fillRule: "evenodd",
2064
2481
  clipRule: "evenodd",
@@ -2069,13 +2486,19 @@ var IconIslandTropical = function IconIslandTropical(props) {
2069
2486
 
2070
2487
  IconIslandTropical.displayName = 'IconIslandTropical';
2071
2488
 
2072
- var IconItalic = function IconItalic(props) {
2489
+ var _excluded$16 = ["testId"];
2490
+
2491
+ var IconItalic = function IconItalic(_ref) {
2492
+ var _ref$testId = _ref.testId,
2493
+ testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
2494
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2495
+
2073
2496
  return React__default.createElement("svg", Object.assign({
2074
2497
  viewBox: "0 0 20 20",
2075
2498
  fill: "none",
2076
2499
  xmlns: "http://www.w3.org/2000/svg",
2077
- "data-testid": "icon-italic",
2078
- style: getIconStyles(props)
2500
+ style: getIconStyles(props),
2501
+ "data-testid": testId
2079
2502
  }, props), React__default.createElement("path", {
2080
2503
  d: "M16.75 1.563v.625a.312.312 0 0 1-.313.312H13.02l-3.75 15h3.418a.313.313 0 0 1 .313.313v.625a.313.313 0 0 1-.313.312H4.563a.312.312 0 0 1-.313-.313v-.625a.313.313 0 0 1 .313-.312H7.98l3.75-15H8.313A.312.312 0 0 1 8 2.187v-.624a.312.312 0 0 1 .313-.313h8.124a.313.313 0 0 1 .313.313Z",
2081
2504
  fill: "currentColor"
@@ -2084,13 +2507,19 @@ var IconItalic = function IconItalic(props) {
2084
2507
 
2085
2508
  IconItalic.displayName = 'IconItalic';
2086
2509
 
2087
- var IconLaptopSearch = function IconLaptopSearch(props) {
2510
+ var _excluded$17 = ["testId"];
2511
+
2512
+ var IconLaptopSearch = function IconLaptopSearch(_ref) {
2513
+ var _ref$testId = _ref.testId,
2514
+ testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
2515
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
2516
+
2088
2517
  return React__default.createElement("svg", Object.assign({
2089
2518
  viewBox: "0 0 20 20",
2090
2519
  fill: "none",
2091
2520
  xmlns: "http://www.w3.org/2000/svg",
2092
- "data-testid": "icon-laptop-search",
2093
- style: getIconStyles(props)
2521
+ style: getIconStyles(props),
2522
+ "data-testid": testId
2094
2523
  }, props), React__default.createElement("g", {
2095
2524
  clipPath: "url(#icon-laptop-search_svg__a)"
2096
2525
  }, React__default.createElement("path", {
@@ -2108,13 +2537,19 @@ var IconLaptopSearch = function IconLaptopSearch(props) {
2108
2537
 
2109
2538
  IconLaptopSearch.displayName = 'IconLaptopSearch';
2110
2539
 
2111
- var IconLink = function IconLink(props) {
2540
+ var _excluded$18 = ["testId"];
2541
+
2542
+ var IconLink = function IconLink(_ref) {
2543
+ var _ref$testId = _ref.testId,
2544
+ testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
2545
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
2546
+
2112
2547
  return React__default.createElement("svg", Object.assign({
2113
2548
  viewBox: "0 0 20 20",
2114
2549
  fill: "none",
2115
2550
  xmlns: "http://www.w3.org/2000/svg",
2116
- "data-testid": "icon-link",
2117
- style: getIconStyles(props)
2551
+ style: getIconStyles(props),
2552
+ "data-testid": testId
2118
2553
  }, props), React__default.createElement("g", {
2119
2554
  clipPath: "url(#icon-link_svg__a)"
2120
2555
  }, React__default.createElement("path", {
@@ -2130,13 +2565,19 @@ var IconLink = function IconLink(props) {
2130
2565
 
2131
2566
  IconLink.displayName = 'IconLink';
2132
2567
 
2133
- var IconListOI = function IconListOI(props) {
2568
+ var _excluded$19 = ["testId"];
2569
+
2570
+ var IconListOI = function IconListOI(_ref) {
2571
+ var _ref$testId = _ref.testId,
2572
+ testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
2573
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
2574
+
2134
2575
  return React__default.createElement("svg", Object.assign({
2135
2576
  viewBox: "0 0 20 20",
2136
2577
  fill: "none",
2137
2578
  xmlns: "http://www.w3.org/2000/svg",
2138
- "data-testid": "icon-list-o-i",
2139
- style: getIconStyles(props)
2579
+ style: getIconStyles(props),
2580
+ "data-testid": testId
2140
2581
  }, props), React__default.createElement("g", {
2141
2582
  clipPath: "url(#icon-list-o-i_svg__a)"
2142
2583
  }, React__default.createElement("path", {
@@ -2152,13 +2593,19 @@ var IconListOI = function IconListOI(props) {
2152
2593
 
2153
2594
  IconListOI.displayName = 'IconListOI';
2154
2595
 
2155
- var IconList = function IconList(props) {
2596
+ var _excluded$1a = ["testId"];
2597
+
2598
+ var IconList = function IconList(_ref) {
2599
+ var _ref$testId = _ref.testId,
2600
+ testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
2601
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
2602
+
2156
2603
  return React__default.createElement("svg", Object.assign({
2157
2604
  viewBox: "0 0 20 20",
2158
2605
  fill: "none",
2159
2606
  xmlns: "http://www.w3.org/2000/svg",
2160
- "data-testid": "icon-list",
2161
- style: getIconStyles(props)
2607
+ style: getIconStyles(props),
2608
+ "data-testid": testId
2162
2609
  }, props), React__default.createElement("path", {
2163
2610
  d: "M3.438 2.188H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V2.813a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V9.063a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625v-1.875a.625.625 0 0 0-.625-.625Zm16.25.937H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.312.312 0 0 0-.313-.313Zm0-12.5H6.563a.313.313 0 0 0-.313.313v.625a.312.312 0 0 0 .313.312h13.125A.313.313 0 0 0 20 4.063v-.625a.313.313 0 0 0-.313-.313Zm0 6.25H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.313.313 0 0 0-.313-.313Z",
2164
2611
  fill: "currentColor"
@@ -2167,13 +2614,19 @@ var IconList = function IconList(props) {
2167
2614
 
2168
2615
  IconList.displayName = 'IconList';
2169
2616
 
2170
- var IconLock = function IconLock(props) {
2617
+ var _excluded$1b = ["testId"];
2618
+
2619
+ var IconLock = function IconLock(_ref) {
2620
+ var _ref$testId = _ref.testId,
2621
+ testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
2622
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
2623
+
2171
2624
  return React__default.createElement("svg", Object.assign({
2172
2625
  viewBox: "0 0 20 20",
2173
2626
  fill: "none",
2174
2627
  xmlns: "http://www.w3.org/2000/svg",
2175
- "data-testid": "icon-lock",
2176
- style: getIconStyles(props)
2628
+ style: getIconStyles(props),
2629
+ "data-testid": testId
2177
2630
  }, props), React__default.createElement("path", {
2178
2631
  d: "M16.865 8.75h-.937V5.937A5.945 5.945 0 0 0 9.99 0a5.945 5.945 0 0 0-5.937 5.938V8.75h-.938c-1.035 0-1.875.84-1.875 1.875v7.5C1.24 19.16 2.08 20 3.115 20h13.75c1.035 0 1.875-.84 1.875-1.875v-7.5c0-1.035-.84-1.875-1.875-1.875Zm-4.062 0H7.178V5.937A2.816 2.816 0 0 1 9.99 3.126a2.816 2.816 0 0 1 2.813 2.813V8.75Z",
2179
2632
  fill: "currentColor"
@@ -2182,13 +2635,19 @@ var IconLock = function IconLock(props) {
2182
2635
 
2183
2636
  IconLock.displayName = 'IconLock';
2184
2637
 
2185
- var IconMagicSolid = function IconMagicSolid(props) {
2638
+ var _excluded$1c = ["testId"];
2639
+
2640
+ var IconMagicSolid = function IconMagicSolid(_ref) {
2641
+ var _ref$testId = _ref.testId,
2642
+ testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
2643
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
2644
+
2186
2645
  return React__default.createElement("svg", Object.assign({
2187
2646
  viewBox: "0 0 20 20",
2188
2647
  fill: "none",
2189
2648
  xmlns: "http://www.w3.org/2000/svg",
2190
- "data-testid": "icon-magic-solid",
2191
- style: getIconStyles(props)
2649
+ style: getIconStyles(props),
2650
+ "data-testid": testId
2192
2651
  }, props), React__default.createElement("path", {
2193
2652
  fillRule: "evenodd",
2194
2653
  clipRule: "evenodd",
@@ -2199,13 +2658,19 @@ var IconMagicSolid = function IconMagicSolid(props) {
2199
2658
 
2200
2659
  IconMagicSolid.displayName = 'IconMagicSolid';
2201
2660
 
2202
- var IconMapMarker = function IconMapMarker(props) {
2661
+ var _excluded$1d = ["testId"];
2662
+
2663
+ var IconMapMarker = function IconMapMarker(_ref) {
2664
+ var _ref$testId = _ref.testId,
2665
+ testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
2666
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
2667
+
2203
2668
  return React__default.createElement("svg", Object.assign({
2204
2669
  viewBox: "0 0 20 20",
2205
2670
  fill: "none",
2206
2671
  xmlns: "http://www.w3.org/2000/svg",
2207
- "data-testid": "icon-map-marker",
2208
- style: getIconStyles(props)
2672
+ style: getIconStyles(props),
2673
+ "data-testid": testId
2209
2674
  }, props), React__default.createElement("path", {
2210
2675
  fillRule: "evenodd",
2211
2676
  clipRule: "evenodd",
@@ -2216,13 +2681,19 @@ var IconMapMarker = function IconMapMarker(props) {
2216
2681
 
2217
2682
  IconMapMarker.displayName = 'IconMapMarker';
2218
2683
 
2219
- var IconMegaphone = function IconMegaphone(props) {
2684
+ var _excluded$1e = ["testId"];
2685
+
2686
+ var IconMegaphone = function IconMegaphone(_ref) {
2687
+ var _ref$testId = _ref.testId,
2688
+ testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
2689
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
2690
+
2220
2691
  return React__default.createElement("svg", Object.assign({
2221
2692
  viewBox: "0 0 20 20",
2222
2693
  fill: "none",
2223
2694
  xmlns: "http://www.w3.org/2000/svg",
2224
- "data-testid": "icon-megaphone",
2225
- style: getIconStyles(props)
2695
+ style: getIconStyles(props),
2696
+ "data-testid": testId
2226
2697
  }, props), React__default.createElement("path", {
2227
2698
  fillRule: "evenodd",
2228
2699
  clipRule: "evenodd",
@@ -2233,13 +2704,19 @@ var IconMegaphone = function IconMegaphone(props) {
2233
2704
 
2234
2705
  IconMegaphone.displayName = 'IconMegaphone';
2235
2706
 
2236
- var IconMinusCircle = function IconMinusCircle(props) {
2707
+ var _excluded$1f = ["testId"];
2708
+
2709
+ var IconMinusCircle = function IconMinusCircle(_ref) {
2710
+ var _ref$testId = _ref.testId,
2711
+ testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
2712
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
2713
+
2237
2714
  return React__default.createElement("svg", Object.assign({
2238
2715
  viewBox: "0 0 20 20",
2239
2716
  fill: "none",
2240
2717
  xmlns: "http://www.w3.org/2000/svg",
2241
- "data-testid": "icon-minus-circle",
2242
- style: getIconStyles(props)
2718
+ style: getIconStyles(props),
2719
+ "data-testid": testId
2243
2720
  }, props), React__default.createElement("path", {
2244
2721
  d: "M5.469 10.703A.47.47 0 0 1 5 10.234v-.468a.47.47 0 0 1 .469-.47h9.062a.47.47 0 0 1 .469.47v.468a.47.47 0 0 1-.469.47H5.47ZM19.687 10A9.686 9.686 0 0 1 10 19.688 9.686 9.686 0 0 1 .312 10 9.686 9.686 0 0 1 10 .312 9.686 9.686 0 0 1 19.688 10Zm-1.25 0c0-4.684-3.8-8.438-8.437-8.438-4.684 0-8.438 3.801-8.438 8.438 0 4.684 3.801 8.438 8.438 8.438 4.684 0 8.438-3.801 8.438-8.438Z",
2245
2722
  fill: "currentColor"
@@ -2248,13 +2725,19 @@ var IconMinusCircle = function IconMinusCircle(props) {
2248
2725
 
2249
2726
  IconMinusCircle.displayName = 'IconMinusCircle';
2250
2727
 
2251
- var IconMinus = function IconMinus(props) {
2728
+ var _excluded$1g = ["testId"];
2729
+
2730
+ var IconMinus = function IconMinus(_ref) {
2731
+ var _ref$testId = _ref.testId,
2732
+ testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
2733
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
2734
+
2252
2735
  return React__default.createElement("svg", Object.assign({
2253
2736
  viewBox: "0 0 20 20",
2254
2737
  fill: "none",
2255
2738
  xmlns: "http://www.w3.org/2000/svg",
2256
- "data-testid": "icon-minus",
2257
- style: getIconStyles(props)
2739
+ style: getIconStyles(props),
2740
+ "data-testid": testId
2258
2741
  }, props), React__default.createElement("path", {
2259
2742
  d: "M17.188 9.063H2.813a.312.312 0 0 0-.313.312v1.25c0 .173.14.313.313.313h14.374c.173 0 .313-.14.313-.313v-1.25a.312.312 0 0 0-.313-.313Z",
2260
2743
  fill: "currentColor"
@@ -2263,13 +2746,19 @@ var IconMinus = function IconMinus(props) {
2263
2746
 
2264
2747
  IconMinus.displayName = 'IconMinus';
2265
2748
 
2266
- var IconMoneyBill = function IconMoneyBill(props) {
2749
+ var _excluded$1h = ["testId"];
2750
+
2751
+ var IconMoneyBill = function IconMoneyBill(_ref) {
2752
+ var _ref$testId = _ref.testId,
2753
+ testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
2754
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
2755
+
2267
2756
  return React__default.createElement("svg", Object.assign({
2268
2757
  viewBox: "0 0 20 20",
2269
2758
  fill: "none",
2270
2759
  xmlns: "http://www.w3.org/2000/svg",
2271
- "data-testid": "icon-money-bill",
2272
- style: getIconStyles(props)
2760
+ style: getIconStyles(props),
2761
+ "data-testid": testId
2273
2762
  }, props), React__default.createElement("path", {
2274
2763
  d: "M10 5.25c-1.657 0-3 1.79-3 4 0 2.209 1.343 4 3 4 1.656 0 3-1.79 3-4s-1.343-4-3-4Zm0 6.857c-1.103 0-2-1.282-2-2.857 0-1.575.897-2.857 2-2.857s2 1.282 2 2.857c0 1.575-.897 2.857-2 2.857Zm9.411-10.055c-1.212-.58-2.425-.802-3.638-.802-3.849 0-7.697 2.226-11.546 2.226-2.029 0-2.761-.547-3.22-.547C.47 2.929 0 3.404 0 4.065v11.33c0 .451.226.879.589 1.053 1.212.58 2.425.802 3.638.802 3.849 0 7.697-2.227 11.546-2.227 2.029 0 2.761.548 3.22.548.537 0 1.007-.475 1.007-1.136V3.105c0-.452-.226-.879-.589-1.053ZM1.03 4.081c.632.229 1.282.376 1.958.46-.061 1.193-.913 2.144-1.965 2.158l.007-2.618ZM1 15.395l.004-1.519c1.05.003 1.903.94 1.98 2.123A6.94 6.94 0 0 1 1 15.395Zm17.97-.976a8.933 8.933 0 0 0-1.952-.46c.09-1.16.928-2.076 1.96-2.09l-.008 2.55Zm.01-3.698c-1.563.013-2.83 1.405-2.956 3.165-2.21-.051-4.287.565-6.268 1.138-2.346.679-3.955 1.115-5.763 1.067-.039-1.858-1.359-3.358-2.986-3.362l.013-4.881c1.583-.012 2.866-1.44 2.962-3.233 2.204.05 4.281-.565 6.262-1.138 2.337-.677 3.953-1.115 5.757-1.068.006 1.89 1.344 3.427 2.992 3.431l-.013 4.881Zm.016-6.028c-1.07-.003-1.939-.977-1.987-2.192A6.938 6.938 0 0 1 19 3.105l-.004 1.588Z",
2275
2764
  fill: "currentColor"
@@ -2278,13 +2767,19 @@ var IconMoneyBill = function IconMoneyBill(props) {
2278
2767
 
2279
2768
  IconMoneyBill.displayName = 'IconMoneyBill';
2280
2769
 
2281
- var IconNotesMedical = function IconNotesMedical(props) {
2770
+ var _excluded$1i = ["testId"];
2771
+
2772
+ var IconNotesMedical = function IconNotesMedical(_ref) {
2773
+ var _ref$testId = _ref.testId,
2774
+ testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
2775
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
2776
+
2282
2777
  return React__default.createElement("svg", Object.assign({
2283
2778
  viewBox: "0 0 20 20",
2284
2779
  fill: "none",
2285
2780
  xmlns: "http://www.w3.org/2000/svg",
2286
- "data-testid": "icon-notes-medical",
2287
- style: getIconStyles(props)
2781
+ style: getIconStyles(props),
2782
+ "data-testid": testId
2288
2783
  }, props), React__default.createElement("path", {
2289
2784
  d: "M15.625 2.5h-3.46A2.189 2.189 0 0 0 10 0a2.189 2.189 0 0 0-2.165 2.5H4.375C3.34 2.5 2.5 3.34 2.5 4.375v13.75C2.5 19.16 3.34 20 4.375 20h11.25c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875ZM10 1.25c.52 0 .938.418.938.938 0 .519-.418.937-.938.937a.935.935 0 0 1-.938-.938c0-.519.418-.937.938-.937Zm6.25 16.875a.627.627 0 0 1-.625.625H4.375a.627.627 0 0 1-.625-.625V4.375c0-.344.281-.625.625-.625H6.25v.781c0 .258.21.469.469.469h6.562a.47.47 0 0 0 .469-.469V3.75h1.875c.344 0 .625.281.625.625v13.75Zm-2.813-6.875H11.25V9.062a.313.313 0 0 0-.313-.312H9.063a.313.313 0 0 0-.313.313v2.187H6.562a.313.313 0 0 0-.312.313v1.874c0 .172.14.313.313.313H8.75v2.188c0 .171.14.312.313.312h1.874c.172 0 .313-.14.313-.313V13.75h2.188c.171 0 .312-.14.312-.313v-1.874a.313.313 0 0 0-.313-.313Z",
2290
2785
  fill: "currentColor"
@@ -2293,13 +2788,19 @@ var IconNotesMedical = function IconNotesMedical(props) {
2293
2788
 
2294
2789
  IconNotesMedical.displayName = 'IconNotesMedical';
2295
2790
 
2296
- var IconOvertime = function IconOvertime(props) {
2791
+ var _excluded$1j = ["testId"];
2792
+
2793
+ var IconOvertime = function IconOvertime(_ref) {
2794
+ var _ref$testId = _ref.testId,
2795
+ testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
2796
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
2797
+
2297
2798
  return React__default.createElement("svg", Object.assign({
2298
2799
  viewBox: "0 0 21 20",
2299
2800
  fill: "none",
2300
2801
  xmlns: "http://www.w3.org/2000/svg",
2301
- "data-testid": "icon-overtime",
2302
- style: getIconStyles(props)
2802
+ style: getIconStyles(props),
2803
+ "data-testid": testId
2303
2804
  }, props), React__default.createElement("g", {
2304
2805
  clipPath: "url(#icon-overtime_svg__a)"
2305
2806
  }, React__default.createElement("path", {
@@ -2316,13 +2817,19 @@ var IconOvertime = function IconOvertime(props) {
2316
2817
 
2317
2818
  IconOvertime.displayName = 'IconOvertime';
2318
2819
 
2319
- var IconPaperPlaneClock = function IconPaperPlaneClock(props) {
2820
+ var _excluded$1k = ["testId"];
2821
+
2822
+ var IconPaperPlaneClock = function IconPaperPlaneClock(_ref) {
2823
+ var _ref$testId = _ref.testId,
2824
+ testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
2825
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
2826
+
2320
2827
  return React__default.createElement("svg", Object.assign({
2321
2828
  viewBox: "0 0 20 20",
2322
2829
  fill: "none",
2323
2830
  xmlns: "http://www.w3.org/2000/svg",
2324
- "data-testid": "icon-paper-plane-clock",
2325
- style: getIconStyles(props)
2831
+ style: getIconStyles(props),
2832
+ "data-testid": testId
2326
2833
  }, props), React__default.createElement("g", {
2327
2834
  clipPath: "url(#icon-paper-plane-clock_svg__a)",
2328
2835
  fill: "currentColor"
@@ -2343,13 +2850,19 @@ var IconPaperPlaneClock = function IconPaperPlaneClock(props) {
2343
2850
 
2344
2851
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
2345
2852
 
2346
- var IconPaperPlane = function IconPaperPlane(props) {
2853
+ var _excluded$1l = ["testId"];
2854
+
2855
+ var IconPaperPlane = function IconPaperPlane(_ref) {
2856
+ var _ref$testId = _ref.testId,
2857
+ testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
2858
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
2859
+
2347
2860
  return React__default.createElement("svg", Object.assign({
2348
2861
  viewBox: "0 0 19 20",
2349
2862
  fill: "none",
2350
2863
  xmlns: "http://www.w3.org/2000/svg",
2351
- "data-testid": "icon-paper-plane",
2352
- style: getIconStyles(props)
2864
+ style: getIconStyles(props),
2865
+ "data-testid": testId
2353
2866
  }, props), React__default.createElement("path", {
2354
2867
  fillRule: "evenodd",
2355
2868
  clipRule: "evenodd",
@@ -2360,13 +2873,19 @@ var IconPaperPlane = function IconPaperPlane(props) {
2360
2873
 
2361
2874
  IconPaperPlane.displayName = 'IconPaperPlane';
2362
2875
 
2363
- var IconPaperclip = function IconPaperclip(props) {
2876
+ var _excluded$1m = ["testId"];
2877
+
2878
+ var IconPaperclip = function IconPaperclip(_ref) {
2879
+ var _ref$testId = _ref.testId,
2880
+ testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
2881
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
2882
+
2364
2883
  return React__default.createElement("svg", Object.assign({
2365
2884
  viewBox: "0 0 20 20",
2366
2885
  fill: "none",
2367
2886
  xmlns: "http://www.w3.org/2000/svg",
2368
- "data-testid": "icon-paperclip",
2369
- style: getIconStyles(props)
2887
+ style: getIconStyles(props),
2888
+ "data-testid": testId
2370
2889
  }, props), React__default.createElement("g", {
2371
2890
  clipPath: "url(#icon-paperclip_svg__a)"
2372
2891
  }, React__default.createElement("path", {
@@ -2382,13 +2901,19 @@ var IconPaperclip = function IconPaperclip(props) {
2382
2901
 
2383
2902
  IconPaperclip.displayName = 'IconPaperclip';
2384
2903
 
2385
- var IconPencil = function IconPencil(props) {
2904
+ var _excluded$1n = ["testId"];
2905
+
2906
+ var IconPencil = function IconPencil(_ref) {
2907
+ var _ref$testId = _ref.testId,
2908
+ testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
2909
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
2910
+
2386
2911
  return React__default.createElement("svg", Object.assign({
2387
2912
  viewBox: "0 0 20 20",
2388
2913
  fill: "none",
2389
2914
  xmlns: "http://www.w3.org/2000/svg",
2390
- "data-testid": "icon-pencil",
2391
- style: getIconStyles(props)
2915
+ style: getIconStyles(props),
2916
+ "data-testid": testId
2392
2917
  }, props), React__default.createElement("path", {
2393
2918
  fillRule: "evenodd",
2394
2919
  clipRule: "evenodd",
@@ -2399,13 +2924,19 @@ var IconPencil = function IconPencil(props) {
2399
2924
 
2400
2925
  IconPencil.displayName = 'IconPencil';
2401
2926
 
2402
- var IconPercentage = function IconPercentage(props) {
2927
+ var _excluded$1o = ["testId"];
2928
+
2929
+ var IconPercentage = function IconPercentage(_ref) {
2930
+ var _ref$testId = _ref.testId,
2931
+ testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
2932
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
2933
+
2403
2934
  return React__default.createElement("svg", Object.assign({
2404
2935
  viewBox: "0 0 20 20",
2405
2936
  fill: "none",
2406
2937
  xmlns: "http://www.w3.org/2000/svg",
2407
- "data-testid": "icon-percentage",
2408
- style: getIconStyles(props)
2938
+ style: getIconStyles(props),
2939
+ "data-testid": testId
2409
2940
  }, props), React__default.createElement("path", {
2410
2941
  d: "M16.843 4.63a.347.347 0 0 0 0-.49l-.982-.983a.347.347 0 0 0-.491 0L3.157 15.37a.347.347 0 0 0 0 .49l.983.983a.347.347 0 0 0 .49 0L15.925 5.549l.918-.919ZM5.833 8.611a2.778 2.778 0 1 0-.001-5.555 2.778 2.778 0 0 0 .002 5.555Zm-.981-3.76a1.38 1.38 0 0 1 .982-.406 1.39 1.39 0 0 1 0 2.778 1.39 1.39 0 0 1-.982-2.371Zm9.315 6.538a2.778 2.778 0 1 0 0 5.556 2.778 2.778 0 0 0 0-5.556Zm.982 3.76a1.38 1.38 0 0 1-.982.407 1.39 1.39 0 0 1 0-2.778 1.39 1.39 0 0 1 .982 2.371Z",
2411
2942
  fill: "currentColor"
@@ -2414,12 +2945,18 @@ var IconPercentage = function IconPercentage(props) {
2414
2945
 
2415
2946
  IconPercentage.displayName = 'IconPercentage';
2416
2947
 
2417
- var IconPhone = function IconPhone(props) {
2948
+ var _excluded$1p = ["testId"];
2949
+
2950
+ var IconPhone = function IconPhone(_ref) {
2951
+ var _ref$testId = _ref.testId,
2952
+ testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
2953
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
2954
+
2418
2955
  return React__default.createElement("svg", Object.assign({
2419
2956
  viewBox: "0 0 20 20",
2420
2957
  xmlns: "http://www.w3.org/2000/svg",
2421
- "data-testid": "icon-phone",
2422
- style: getIconStyles(props)
2958
+ style: getIconStyles(props),
2959
+ "data-testid": testId
2423
2960
  }, props), React__default.createElement("path", {
2424
2961
  fill: "currentColor",
2425
2962
  fillRule: "evenodd",
@@ -2429,13 +2966,19 @@ var IconPhone = function IconPhone(props) {
2429
2966
 
2430
2967
  IconPhone.displayName = 'IconPhone';
2431
2968
 
2432
- var IconPlug = function IconPlug(props) {
2969
+ var _excluded$1q = ["testId"];
2970
+
2971
+ var IconPlug = function IconPlug(_ref) {
2972
+ var _ref$testId = _ref.testId,
2973
+ testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
2974
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
2975
+
2433
2976
  return React__default.createElement("svg", Object.assign({
2434
2977
  viewBox: "0 0 20 20",
2435
2978
  fill: "none",
2436
2979
  xmlns: "http://www.w3.org/2000/svg",
2437
- "data-testid": "icon-plug",
2438
- style: getIconStyles(props)
2980
+ style: getIconStyles(props),
2981
+ "data-testid": testId
2439
2982
  }, props), React__default.createElement("path", {
2440
2983
  fillRule: "evenodd",
2441
2984
  clipRule: "evenodd",
@@ -2446,13 +2989,19 @@ var IconPlug = function IconPlug(props) {
2446
2989
 
2447
2990
  IconPlug.displayName = 'IconPlug';
2448
2991
 
2449
- var IconPlus = function IconPlus(props) {
2992
+ var _excluded$1r = ["testId"];
2993
+
2994
+ var IconPlus = function IconPlus(_ref) {
2995
+ var _ref$testId = _ref.testId,
2996
+ testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
2997
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
2998
+
2450
2999
  return React__default.createElement("svg", Object.assign({
2451
3000
  viewBox: "0 0 20 20",
2452
3001
  fill: "none",
2453
3002
  xmlns: "http://www.w3.org/2000/svg",
2454
- "data-testid": "icon-plus",
2455
- style: getIconStyles(props)
3003
+ style: getIconStyles(props),
3004
+ "data-testid": testId
2456
3005
  }, props), React__default.createElement("path", {
2457
3006
  fillRule: "evenodd",
2458
3007
  clipRule: "evenodd",
@@ -2463,13 +3012,19 @@ var IconPlus = function IconPlus(props) {
2463
3012
 
2464
3013
  IconPlus.displayName = 'IconPlus';
2465
3014
 
2466
- var IconPrint = function IconPrint(props) {
3015
+ var _excluded$1s = ["testId"];
3016
+
3017
+ var IconPrint = function IconPrint(_ref) {
3018
+ var _ref$testId = _ref.testId,
3019
+ testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
3020
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3021
+
2467
3022
  return React__default.createElement("svg", Object.assign({
2468
3023
  viewBox: "0 0 20 20",
2469
3024
  fill: "none",
2470
3025
  xmlns: "http://www.w3.org/2000/svg",
2471
- "data-testid": "icon-print",
2472
- style: getIconStyles(props)
3026
+ style: getIconStyles(props),
3027
+ "data-testid": testId
2473
3028
  }, props), React__default.createElement("path", {
2474
3029
  fillRule: "evenodd",
2475
3030
  clipRule: "evenodd",
@@ -2480,13 +3035,19 @@ var IconPrint = function IconPrint(props) {
2480
3035
 
2481
3036
  IconPrint.displayName = 'IconPrint';
2482
3037
 
2483
- var IconQuestionCircle = function IconQuestionCircle(props) {
3038
+ var _excluded$1t = ["testId"];
3039
+
3040
+ var IconQuestionCircle = function IconQuestionCircle(_ref) {
3041
+ var _ref$testId = _ref.testId,
3042
+ testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
3043
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3044
+
2484
3045
  return React__default.createElement("svg", Object.assign({
2485
3046
  viewBox: "0 0 20 20",
2486
3047
  fill: "none",
2487
3048
  xmlns: "http://www.w3.org/2000/svg",
2488
- "data-testid": "icon-question-circle",
2489
- style: getIconStyles(props)
3049
+ style: getIconStyles(props),
3050
+ "data-testid": testId
2490
3051
  }, props), React__default.createElement("path", {
2491
3052
  d: "M10 13.281a1.094 1.094 0 1 0 0 2.188 1.094 1.094 0 0 0 0-2.188Zm.3-.937h-.625a.469.469 0 0 1-.47-.469v-.015c0-2.748 3.026-2.485 3.026-4.196 0-.781-.694-1.57-2.244-1.57-1.138 0-1.729.377-2.313 1.12a.467.467 0 0 1-.635.093l-.513-.357a.468.468 0 0 1-.103-.671c.83-1.064 1.813-1.748 3.564-1.748 2.044 0 3.806 1.162 3.806 3.133 0 2.634-3.025 2.495-3.025 4.196v.015c0 .259-.21.469-.468.469ZM10 1.563c4.634 0 8.438 3.752 8.438 8.437A8.435 8.435 0 0 1 10 18.438 8.435 8.435 0 0 1 1.562 10 8.437 8.437 0 0 1 10 1.562Zm0-1.25a9.687 9.687 0 1 0 0 19.375A9.687 9.687 0 0 0 19.688 10C19.688 4.652 15.35.312 10 .312Z",
2492
3053
  fill: "currentColor"
@@ -2495,13 +3056,19 @@ var IconQuestionCircle = function IconQuestionCircle(props) {
2495
3056
 
2496
3057
  IconQuestionCircle.displayName = 'IconQuestionCircle';
2497
3058
 
2498
- var IconRepeat = function IconRepeat(props) {
3059
+ var _excluded$1u = ["testId"];
3060
+
3061
+ var IconRepeat = function IconRepeat(_ref) {
3062
+ var _ref$testId = _ref.testId,
3063
+ testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
3064
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3065
+
2499
3066
  return React__default.createElement("svg", Object.assign({
2500
3067
  viewBox: "0 0 20 20",
2501
3068
  fill: "none",
2502
3069
  xmlns: "http://www.w3.org/2000/svg",
2503
- "data-testid": "icon-repeat",
2504
- style: getIconStyles(props)
3070
+ style: getIconStyles(props),
3071
+ "data-testid": testId
2505
3072
  }, props), React__default.createElement("path", {
2506
3073
  d: "M0 10c0 3.469 2.804 6.29 6.25 6.29h9.429l-2.665 2.682a.474.474 0 0 0 0 .667l.221.223c.184.184.48.184.663 0l3.842-3.867a.474.474 0 0 0 0-.667l-3.842-3.867a.467.467 0 0 0-.663 0l-.22.223a.474.474 0 0 0 0 .667l2.664 2.682H6.25c-2.757 0-5-2.258-5-5.033 0-1.123.367-2.16.987-2.999a.475.475 0 0 0-.043-.616L1.97 6.16a.467.467 0 0 0-.706.05A6.284 6.284 0 0 0 0 10Zm17.763 2.999c.62-.838.987-1.876.987-2.999 0-2.775-2.243-5.033-5-5.033H4.321L6.986 7.65a.474.474 0 0 1 0 .667l-.221.223a.467.467 0 0 1-.663 0L2.26 4.672a.474.474 0 0 1 0-.667L6.102.138a.467.467 0 0 1 .663 0l.22.223a.474.474 0 0 1 0 .667L4.321 3.709h9.429C17.196 3.71 20 6.531 20 10a6.285 6.285 0 0 1-1.265 3.79.468.468 0 0 1-.706.05l-.223-.225a.475.475 0 0 1-.043-.616Z",
2507
3074
  fill: "currentColor"
@@ -2510,13 +3077,19 @@ var IconRepeat = function IconRepeat(props) {
2510
3077
 
2511
3078
  IconRepeat.displayName = 'IconRepeat';
2512
3079
 
2513
- var IconReply = function IconReply(props) {
3080
+ var _excluded$1v = ["testId"];
3081
+
3082
+ var IconReply = function IconReply(_ref) {
3083
+ var _ref$testId = _ref.testId,
3084
+ testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
3085
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3086
+
2514
3087
  return React__default.createElement("svg", Object.assign({
2515
3088
  viewBox: "0 0 20 20",
2516
3089
  fill: "none",
2517
3090
  xmlns: "http://www.w3.org/2000/svg",
2518
- "data-testid": "icon-reply",
2519
- style: getIconStyles(props)
3091
+ style: getIconStyles(props),
3092
+ "data-testid": testId
2520
3093
  }, props), React__default.createElement("path", {
2521
3094
  d: "m.788 9.854 5.893 6.161c.828.866 2.307.288 2.307-.926v-2.94c5.17.06 7.335.56 6.067 5.058-.28.988.852 1.749 1.663 1.156 1.115-.815 2.985-2.665 2.985-5.845 0-5.729-5.175-6.731-10.715-6.798V2.77c0-1.215-1.48-1.79-2.307-.926L.788 8.003a1.34 1.34 0 0 0 0 1.851Zm.775-1.11 5.893-6.161a.268.268 0 0 1 .461.185v4.018c5.26 0 10.714.374 10.714 5.732 0 2.49-1.339 4.09-2.545 4.972 1.719-6.093-2.43-6.418-8.169-6.418v4.017a.268.268 0 0 1-.461.186L1.563 9.114a.267.267 0 0 1 0-.37Z",
2522
3095
  fill: "currentColor"
@@ -2525,13 +3098,19 @@ var IconReply = function IconReply(props) {
2525
3098
 
2526
3099
  IconReply.displayName = 'IconReply';
2527
3100
 
2528
- var IconSearch = function IconSearch(props) {
3101
+ var _excluded$1w = ["testId"];
3102
+
3103
+ var IconSearch = function IconSearch(_ref) {
3104
+ var _ref$testId = _ref.testId,
3105
+ testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
3106
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3107
+
2529
3108
  return React__default.createElement("svg", Object.assign({
2530
3109
  viewBox: "0 0 20 20",
2531
3110
  fill: "none",
2532
3111
  xmlns: "http://www.w3.org/2000/svg",
2533
- "data-testid": "icon-search",
2534
- style: getIconStyles(props)
3112
+ style: getIconStyles(props),
3113
+ "data-testid": testId
2535
3114
  }, props), React__default.createElement("path", {
2536
3115
  fillRule: "evenodd",
2537
3116
  clipRule: "evenodd",
@@ -2542,13 +3121,19 @@ var IconSearch = function IconSearch(props) {
2542
3121
 
2543
3122
  IconSearch.displayName = 'IconSearch';
2544
3123
 
2545
- var IconSignOut = function IconSignOut(props) {
3124
+ var _excluded$1x = ["testId"];
3125
+
3126
+ var IconSignOut = function IconSignOut(_ref) {
3127
+ var _ref$testId = _ref.testId,
3128
+ testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
3129
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3130
+
2546
3131
  return React__default.createElement("svg", Object.assign({
2547
3132
  viewBox: "0 0 20 20",
2548
3133
  fill: "none",
2549
3134
  xmlns: "http://www.w3.org/2000/svg",
2550
- "data-testid": "icon-sign-out",
2551
- style: getIconStyles(props)
3135
+ style: getIconStyles(props),
3136
+ "data-testid": testId
2552
3137
  }, props), React__default.createElement("path", {
2553
3138
  d: "M6.25 9.314c0-.344.281-.625.625-.625H12.5V5.02c0-.278.336-.418.531-.223l5.531 5.59a.625.625 0 0 1 0 .887l-5.53 5.59a.311.311 0 0 1-.532-.223v-3.668H6.875a.627.627 0 0 1-.625-.625V9.314Zm-1.25 0v3.035c0 1.035.84 1.875 1.875 1.875h4.375v2.418c0 1.387 1.68 2.09 2.664 1.105l5.535-5.586a1.877 1.877 0 0 0 0-2.656l-5.535-5.59c-.98-.98-2.664-.285-2.664 1.106v2.418H6.875A1.878 1.878 0 0 0 5 9.314ZM0 5.208v11.25c0 1.035.84 1.875 1.875 1.875h5.156a.47.47 0 0 0 .469-.468v-.313a.47.47 0 0 0-.469-.469H1.875a.627.627 0 0 1-.625-.625V5.208c0-.344.281-.625.625-.625h5.156a.47.47 0 0 0 .469-.469v-.312a.47.47 0 0 0-.469-.469H1.875C.84 3.333 0 4.173 0 5.208Z",
2554
3139
  fill: "currentColor"
@@ -2557,13 +3142,19 @@ var IconSignOut = function IconSignOut(props) {
2557
3142
 
2558
3143
  IconSignOut.displayName = 'IconSignOut';
2559
3144
 
2560
- var IconSitemap = function IconSitemap(props) {
3145
+ var _excluded$1y = ["testId"];
3146
+
3147
+ var IconSitemap = function IconSitemap(_ref) {
3148
+ var _ref$testId = _ref.testId,
3149
+ testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
3150
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3151
+
2561
3152
  return React__default.createElement("svg", Object.assign({
2562
3153
  viewBox: "0 0 20 20",
2563
3154
  fill: "none",
2564
3155
  xmlns: "http://www.w3.org/2000/svg",
2565
- "data-testid": "icon-sitemap",
2566
- style: getIconStyles(props)
3156
+ style: getIconStyles(props),
3157
+ "data-testid": testId
2567
3158
  }, props), React__default.createElement("path", {
2568
3159
  fillRule: "evenodd",
2569
3160
  clipRule: "evenodd",
@@ -2574,13 +3165,19 @@ var IconSitemap = function IconSitemap(props) {
2574
3165
 
2575
3166
  IconSitemap.displayName = 'IconSitemap';
2576
3167
 
2577
- var IconSlidersH = function IconSlidersH(props) {
3168
+ var _excluded$1z = ["testId"];
3169
+
3170
+ var IconSlidersH = function IconSlidersH(_ref) {
3171
+ var _ref$testId = _ref.testId,
3172
+ testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
3173
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3174
+
2578
3175
  return React__default.createElement("svg", Object.assign({
2579
3176
  viewBox: "0 0 20 20",
2580
3177
  fill: "none",
2581
3178
  xmlns: "http://www.w3.org/2000/svg",
2582
- "data-testid": "icon-sliders-h",
2583
- style: getIconStyles(props)
3179
+ style: getIconStyles(props),
3180
+ "data-testid": testId
2584
3181
  }, props), React__default.createElement("g", {
2585
3182
  clipPath: "url(#icon-sliders-h_svg__a)"
2586
3183
  }, React__default.createElement("path", {
@@ -2596,13 +3193,19 @@ var IconSlidersH = function IconSlidersH(props) {
2596
3193
 
2597
3194
  IconSlidersH.displayName = 'IconSlidersH';
2598
3195
 
2599
- var IconSort = function IconSort(props) {
3196
+ var _excluded$1A = ["testId"];
3197
+
3198
+ var IconSort = function IconSort(_ref) {
3199
+ var _ref$testId = _ref.testId,
3200
+ testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
3201
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3202
+
2600
3203
  return React__default.createElement("svg", Object.assign({
2601
3204
  viewBox: "0 0 20 20",
2602
3205
  fill: "none",
2603
3206
  xmlns: "http://www.w3.org/2000/svg",
2604
- "data-testid": "icon-sort",
2605
- style: getIconStyles(props)
3207
+ style: getIconStyles(props),
3208
+ "data-testid": testId
2606
3209
  }, props), React__default.createElement("path", {
2607
3210
  d: "m16.74 4.602-3.284-3.215a.466.466 0 0 0-.66 0l-3.28 3.216a.469.469 0 0 0-.004.664l.22.222a.466.466 0 0 0 .66.003l2.11-2.057v15.002a.313.313 0 0 0 .312.313h.625a.312.312 0 0 0 .312-.313V3.441l2.107 2.045a.469.469 0 0 0 .661 0l.22-.222a.469.469 0 0 0 0-.662Zm-6.468 9.912a.464.464 0 0 0-.66-.003l-2.11 2.057V1.562a.312.312 0 0 0-.313-.312h-.625a.312.312 0 0 0-.313.313v14.996l-2.107-2.045a.468.468 0 0 0-.66 0l-.221.222a.47.47 0 0 0 0 .664l3.283 3.214a.467.467 0 0 0 .66 0l3.28-3.215a.468.468 0 0 0 .004-.664l-.218-.22Z",
2608
3211
  fill: "currentColor"
@@ -2611,13 +3214,19 @@ var IconSort = function IconSort(props) {
2611
3214
 
2612
3215
  IconSort.displayName = 'IconSort';
2613
3216
 
2614
- var IconStarSolid = function IconStarSolid(props) {
3217
+ var _excluded$1B = ["testId"];
3218
+
3219
+ var IconStarSolid = function IconStarSolid(_ref) {
3220
+ var _ref$testId = _ref.testId,
3221
+ testId = _ref$testId === void 0 ? 'icon-star-solid' : _ref$testId,
3222
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3223
+
2615
3224
  return React__default.createElement("svg", Object.assign({
2616
3225
  viewBox: "0 0 20 20",
2617
3226
  fill: "none",
2618
3227
  xmlns: "http://www.w3.org/2000/svg",
2619
- "data-testid": "icon-star-solid",
2620
- style: getIconStyles(props)
3228
+ style: getIconStyles(props),
3229
+ "data-testid": testId
2621
3230
  }, props), React__default.createElement("path", {
2622
3231
  d: "M8.944 1.591 6.602 6.34l-5.239.763C.423 7.24.047 8.398.73 9.06l3.79 3.694-.897 5.217c-.16.943.832 1.65 1.664 1.209l4.687-2.464 4.686 2.463c.832.438 1.826-.265 1.664-1.208l-.896-5.217 3.79-3.694c.681-.663.305-1.821-.635-1.958l-5.239-.763-2.341-4.748c-.42-.846-1.635-.857-2.058 0Z",
2623
3232
  fill: "currentColor"
@@ -2626,13 +3235,19 @@ var IconStarSolid = function IconStarSolid(props) {
2626
3235
 
2627
3236
  IconStarSolid.displayName = 'IconStarSolid';
2628
3237
 
2629
- var IconStar = function IconStar(props) {
3238
+ var _excluded$1C = ["testId"];
3239
+
3240
+ var IconStar = function IconStar(_ref) {
3241
+ var _ref$testId = _ref.testId,
3242
+ testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
3243
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3244
+
2630
3245
  return React__default.createElement("svg", Object.assign({
2631
3246
  viewBox: "0 0 20 20",
2632
3247
  fill: "none",
2633
3248
  xmlns: "http://www.w3.org/2000/svg",
2634
- "data-testid": "icon-star",
2635
- style: getIconStyles(props)
3249
+ style: getIconStyles(props),
3250
+ "data-testid": testId
2636
3251
  }, props), React__default.createElement("path", {
2637
3252
  d: "m18.976 6.699-5.462-.832L11.073.696a1.175 1.175 0 0 0-2.146 0L6.486 5.867l-5.462.832c-.98.148-1.372 1.41-.661 2.132l3.951 4.023-.935 5.683c-.168 1.027.868 1.797 1.735 1.317L10 17.17l4.886 2.683c.867.477 1.903-.289 1.735-1.316l-.935-5.683 3.951-4.023c.71-.722.318-1.984-.661-2.132Zm-4.572 5.718 1.039 6.327L10 15.76l-5.44 2.988 1.04-6.327-4.404-4.488 6.083-.922L10 1.251l2.722 5.76 6.082.922-4.4 4.484Z",
2638
3253
  fill: "currentColor"
@@ -2641,13 +3256,19 @@ var IconStar = function IconStar(props) {
2641
3256
 
2642
3257
  IconStar.displayName = 'IconStar';
2643
3258
 
2644
- var IconStickyNoteLines = function IconStickyNoteLines(props) {
3259
+ var _excluded$1D = ["testId"];
3260
+
3261
+ var IconStickyNoteLines = function IconStickyNoteLines(_ref) {
3262
+ var _ref$testId = _ref.testId,
3263
+ testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
3264
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3265
+
2645
3266
  return React__default.createElement("svg", Object.assign({
2646
3267
  viewBox: "0 0 20 20",
2647
3268
  fill: "none",
2648
3269
  xmlns: "http://www.w3.org/2000/svg",
2649
- "data-testid": "icon-sticky-note-lines",
2650
- style: getIconStyles(props)
3270
+ style: getIconStyles(props),
3271
+ "data-testid": testId
2651
3272
  }, props), React__default.createElement("path", {
2652
3273
  d: "M20 14.112V2.142C20 .96 19.04 0 17.857 0H2.143C.959 0 0 .96 0 2.143v15.714C0 19.041.96 20 2.143 20h11.97c.568 0 1.113-.226 1.515-.628l3.744-3.745c.402-.401.628-.946.628-1.515Zm-5.383 4.25a.71.71 0 0 1-.331.188v-4.264h4.263a.708.708 0 0 1-.187.331l-3.744 3.745Zm3.954-16.22v10.715H13.93c-.592 0-1.072.48-1.072 1.071v4.643H2.143a.714.714 0 0 1-.714-.714V2.143c0-.395.32-.714.714-.714h15.714c.395 0 .714.32.714.714Z",
2653
3274
  fill: "currentColor"
@@ -2659,13 +3280,19 @@ var IconStickyNoteLines = function IconStickyNoteLines(props) {
2659
3280
 
2660
3281
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
2661
3282
 
2662
- var IconStopwatch = function IconStopwatch(props) {
3283
+ var _excluded$1E = ["testId"];
3284
+
3285
+ var IconStopwatch = function IconStopwatch(_ref) {
3286
+ var _ref$testId = _ref.testId,
3287
+ testId = _ref$testId === void 0 ? 'icon-stopwatch' : _ref$testId,
3288
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3289
+
2663
3290
  return React__default.createElement("svg", Object.assign({
2664
3291
  viewBox: "0 0 20 20",
2665
3292
  fill: "none",
2666
3293
  xmlns: "http://www.w3.org/2000/svg",
2667
- "data-testid": "icon-stopwatch",
2668
- style: getIconStyles(props)
3294
+ style: getIconStyles(props),
3295
+ "data-testid": testId
2669
3296
  }, props), React__default.createElement("path", {
2670
3297
  fillRule: "evenodd",
2671
3298
  clipRule: "evenodd",
@@ -2676,13 +3303,19 @@ var IconStopwatch = function IconStopwatch(props) {
2676
3303
 
2677
3304
  IconStopwatch.displayName = 'IconStopwatch';
2678
3305
 
2679
- var IconStrikethrough = function IconStrikethrough(props) {
3306
+ var _excluded$1F = ["testId"];
3307
+
3308
+ var IconStrikethrough = function IconStrikethrough(_ref) {
3309
+ var _ref$testId = _ref.testId,
3310
+ testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
3311
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3312
+
2680
3313
  return React__default.createElement("svg", Object.assign({
2681
3314
  viewBox: "0 0 20 20",
2682
3315
  fill: "none",
2683
3316
  xmlns: "http://www.w3.org/2000/svg",
2684
- "data-testid": "icon-strikethrough",
2685
- style: getIconStyles(props)
3317
+ style: getIconStyles(props),
3318
+ "data-testid": testId
2686
3319
  }, props), React__default.createElement("g", {
2687
3320
  clipPath: "url(#icon-strikethrough_svg__a)"
2688
3321
  }, React__default.createElement("path", {
@@ -2698,12 +3331,18 @@ var IconStrikethrough = function IconStrikethrough(props) {
2698
3331
 
2699
3332
  IconStrikethrough.displayName = 'IconStrikethrough';
2700
3333
 
2701
- var IconSyncExclaimation = function IconSyncExclaimation(props) {
3334
+ var _excluded$1G = ["testId"];
3335
+
3336
+ var IconSyncExclaimation = function IconSyncExclaimation(_ref) {
3337
+ var _ref$testId = _ref.testId,
3338
+ testId = _ref$testId === void 0 ? 'icon-sync-exclaimation' : _ref$testId,
3339
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3340
+
2702
3341
  return React__default.createElement("svg", Object.assign({
2703
3342
  viewBox: "0 0 20 20",
2704
3343
  xmlns: "http://www.w3.org/2000/svg",
2705
- "data-testid": "icon-sync-exclaimation",
2706
- style: getIconStyles(props)
3344
+ style: getIconStyles(props),
3345
+ "data-testid": testId
2707
3346
  }, props), React__default.createElement("path", {
2708
3347
  d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM10 0v2c-4.41 0-8 3.589-8 8a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0Zm.084 12.334a.915.915 0 1 1 0 1.833.915.915 0 0 1-.917-.917c0-.507.41-.916.917-.916ZM10.769 5c.13 0 .235.09.231.2l-.29 6.335c-.003.103-.107.187-.23.187h-.792c-.123 0-.228-.08-.231-.187L9.167 5.2c-.004-.11.1-.2.232-.2h1.37Z",
2709
3348
  fill: "currentColor",
@@ -2713,12 +3352,18 @@ var IconSyncExclaimation = function IconSyncExclaimation(props) {
2713
3352
 
2714
3353
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
2715
3354
 
2716
- var IconSync = function IconSync(props) {
3355
+ var _excluded$1H = ["testId"];
3356
+
3357
+ var IconSync = function IconSync(_ref) {
3358
+ var _ref$testId = _ref.testId,
3359
+ testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
3360
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3361
+
2717
3362
  return React__default.createElement("svg", Object.assign({
2718
3363
  viewBox: "0 0 20 20",
2719
3364
  xmlns: "http://www.w3.org/2000/svg",
2720
- "data-testid": "icon-sync",
2721
- style: getIconStyles(props)
3365
+ style: getIconStyles(props),
3366
+ "data-testid": testId
2722
3367
  }, props), React__default.createElement("path", {
2723
3368
  d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM2 10a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0v2c-4.41 0-8 3.589-8 8Z",
2724
3369
  fill: "currentColor",
@@ -2728,11 +3373,17 @@ var IconSync = function IconSync(props) {
2728
3373
 
2729
3374
  IconSync.displayName = 'IconSync';
2730
3375
 
2731
- var IconTachometer = function IconTachometer(props) {
3376
+ var _excluded$1I = ["testId"];
3377
+
3378
+ var IconTachometer = function IconTachometer(_ref) {
3379
+ var _ref$testId = _ref.testId,
3380
+ testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
3381
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3382
+
2732
3383
  return React__default.createElement("svg", Object.assign({
2733
3384
  xmlns: "http://www.w3.org/2000/svg",
2734
- "data-testid": "icon-tachometer",
2735
- style: getIconStyles(props)
3385
+ style: getIconStyles(props),
3386
+ "data-testid": testId
2736
3387
  }, props), React__default.createElement("path", {
2737
3388
  fill: "currentColor",
2738
3389
  fillRule: "evenodd",
@@ -2742,13 +3393,19 @@ var IconTachometer = function IconTachometer(props) {
2742
3393
 
2743
3394
  IconTachometer.displayName = 'IconTachometer';
2744
3395
 
2745
- var IconTimesOctagon = function IconTimesOctagon(props) {
3396
+ var _excluded$1J = ["testId"];
3397
+
3398
+ var IconTimesOctagon = function IconTimesOctagon(_ref) {
3399
+ var _ref$testId = _ref.testId,
3400
+ testId = _ref$testId === void 0 ? 'icon-times-octagon' : _ref$testId,
3401
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3402
+
2746
3403
  return React__default.createElement("svg", Object.assign({
2747
3404
  viewBox: "0 0 20 20",
2748
3405
  fill: "none",
2749
3406
  xmlns: "http://www.w3.org/2000/svg",
2750
- "data-testid": "icon-times-octagon",
2751
- style: getIconStyles(props)
3407
+ style: getIconStyles(props),
3408
+ "data-testid": testId
2752
3409
  }, props), React__default.createElement("path", {
2753
3410
  fillRule: "evenodd",
2754
3411
  clipRule: "evenodd",
@@ -2759,13 +3416,19 @@ var IconTimesOctagon = function IconTimesOctagon(props) {
2759
3416
 
2760
3417
  IconTimesOctagon.displayName = 'IconTimesOctagon';
2761
3418
 
2762
- var IconTimes = function IconTimes(props) {
3419
+ var _excluded$1K = ["testId"];
3420
+
3421
+ var IconTimes = function IconTimes(_ref) {
3422
+ var _ref$testId = _ref.testId,
3423
+ testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
3424
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3425
+
2763
3426
  return React__default.createElement("svg", Object.assign({
2764
3427
  viewBox: "0 0 20 20",
2765
3428
  fill: "none",
2766
3429
  xmlns: "http://www.w3.org/2000/svg",
2767
- "data-testid": "icon-times",
2768
- style: getIconStyles(props)
3430
+ style: getIconStyles(props),
3431
+ "data-testid": testId
2769
3432
  }, props), React__default.createElement("path", {
2770
3433
  fillRule: "evenodd",
2771
3434
  clipRule: "evenodd",
@@ -2776,13 +3439,19 @@ var IconTimes = function IconTimes(props) {
2776
3439
 
2777
3440
  IconTimes.displayName = 'IconTimes';
2778
3441
 
2779
- var IconTrash = function IconTrash(props) {
3442
+ var _excluded$1L = ["testId"];
3443
+
3444
+ var IconTrash = function IconTrash(_ref) {
3445
+ var _ref$testId = _ref.testId,
3446
+ testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
3447
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3448
+
2780
3449
  return React__default.createElement("svg", Object.assign({
2781
3450
  viewBox: "0 0 20 20",
2782
3451
  fill: "none",
2783
3452
  xmlns: "http://www.w3.org/2000/svg",
2784
- "data-testid": "icon-trash",
2785
- style: getIconStyles(props)
3453
+ style: getIconStyles(props),
3454
+ "data-testid": testId
2786
3455
  }, props), React__default.createElement("path", {
2787
3456
  fillRule: "evenodd",
2788
3457
  clipRule: "evenodd",
@@ -2793,13 +3462,19 @@ var IconTrash = function IconTrash(props) {
2793
3462
 
2794
3463
  IconTrash.displayName = 'IconTrash';
2795
3464
 
2796
- var IconUnderline = function IconUnderline(props) {
3465
+ var _excluded$1M = ["testId"];
3466
+
3467
+ var IconUnderline = function IconUnderline(_ref) {
3468
+ var _ref$testId = _ref.testId,
3469
+ testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
3470
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3471
+
2797
3472
  return React__default.createElement("svg", Object.assign({
2798
3473
  viewBox: "0 0 20 20",
2799
3474
  fill: "none",
2800
3475
  xmlns: "http://www.w3.org/2000/svg",
2801
- "data-testid": "icon-underline",
2802
- style: getIconStyles(props)
3476
+ style: getIconStyles(props),
3477
+ "data-testid": testId
2803
3478
  }, props), React__default.createElement("path", {
2804
3479
  d: "M18.196.29h-5.464a.303.303 0 0 0-.303.304V1.2a.304.304 0 0 0 .303.303h2.125v8.5a4.857 4.857 0 1 1-9.714 0v-8.5h2.125a.304.304 0 0 0 .303-.303V.594A.304.304 0 0 0 7.268.29H1.804A.304.304 0 0 0 1.5.594V1.2a.304.304 0 0 0 .304.303h2.125v8.5A6.079 6.079 0 0 0 10 16.076a6.079 6.079 0 0 0 6.071-6.072v-8.5h2.125a.304.304 0 0 0 .304-.303V.594a.304.304 0 0 0-.304-.304Zm0 18.214H1.804a.304.304 0 0 0-.304.304v.607a.303.303 0 0 0 .304.304h16.392a.304.304 0 0 0 .304-.304v-.607a.304.304 0 0 0-.304-.304Z",
2805
3480
  fill: "currentColor"
@@ -2808,13 +3483,19 @@ var IconUnderline = function IconUnderline(props) {
2808
3483
 
2809
3484
  IconUnderline.displayName = 'IconUnderline';
2810
3485
 
2811
- var IconUndo = function IconUndo(props) {
3486
+ var _excluded$1N = ["testId"];
3487
+
3488
+ var IconUndo = function IconUndo(_ref) {
3489
+ var _ref$testId = _ref.testId,
3490
+ testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
3491
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3492
+
2812
3493
  return React__default.createElement("svg", Object.assign({
2813
3494
  viewBox: "0 0 20 20",
2814
3495
  fill: "none",
2815
3496
  xmlns: "http://www.w3.org/2000/svg",
2816
- "data-testid": "icon-undo",
2817
- style: getIconStyles(props)
3497
+ style: getIconStyles(props),
3498
+ "data-testid": testId
2818
3499
  }, props), React__default.createElement("path", {
2819
3500
  d: "M.781.313h.39c.26 0 .47.21.47.468v4.322a9.682 9.682 0 0 1 8.39-4.79c5.328.016 9.665 4.375 9.656 9.702-.008 5.344-4.342 9.672-9.687 9.672a9.652 9.652 0 0 1-6.491-2.496.47.47 0 0 1-.02-.68l.277-.277a.468.468 0 0 1 .644-.018A8.327 8.327 0 0 0 10 18.36c4.6 0 8.36-3.724 8.36-8.359 0-4.6-3.724-8.36-8.36-8.36a8.357 8.357 0 0 0-7.433 4.532H7.03c.26 0 .469.21.469.469v.39c0 .26-.21.469-.469.469H.781a.469.469 0 0 1-.469-.469V.781c0-.259.21-.468.47-.468Z",
2820
3501
  fill: "currentColor"
@@ -2823,13 +3504,19 @@ var IconUndo = function IconUndo(props) {
2823
3504
 
2824
3505
  IconUndo.displayName = 'IconUndo';
2825
3506
 
2826
- var IconUniversity = function IconUniversity(props) {
3507
+ var _excluded$1O = ["testId"];
3508
+
3509
+ var IconUniversity = function IconUniversity(_ref) {
3510
+ var _ref$testId = _ref.testId,
3511
+ testId = _ref$testId === void 0 ? 'icon-university' : _ref$testId,
3512
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3513
+
2827
3514
  return React__default.createElement("svg", Object.assign({
2828
3515
  viewBox: "0 0 20 20",
2829
3516
  fill: "none",
2830
3517
  xmlns: "http://www.w3.org/2000/svg",
2831
- "data-testid": "icon-university",
2832
- style: getIconStyles(props)
3518
+ style: getIconStyles(props),
3519
+ "data-testid": testId
2833
3520
  }, props), React__default.createElement("g", {
2834
3521
  clipPath: "url(#icon-university_svg__a)"
2835
3522
  }, React__default.createElement("path", {
@@ -2845,13 +3532,19 @@ var IconUniversity = function IconUniversity(props) {
2845
3532
 
2846
3533
  IconUniversity.displayName = 'IconUniversity';
2847
3534
 
2848
- var IconUserComputer = function IconUserComputer(props) {
3535
+ var _excluded$1P = ["testId"];
3536
+
3537
+ var IconUserComputer = function IconUserComputer(_ref) {
3538
+ var _ref$testId = _ref.testId,
3539
+ testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
3540
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3541
+
2849
3542
  return React__default.createElement("svg", Object.assign({
2850
3543
  viewBox: "0 0 20 20",
2851
3544
  fill: "none",
2852
3545
  xmlns: "http://www.w3.org/2000/svg",
2853
- "data-testid": "icon-user-computer",
2854
- style: getIconStyles(props)
3546
+ style: getIconStyles(props),
3547
+ "data-testid": testId
2855
3548
  }, props), React__default.createElement("path", {
2856
3549
  d: "M18.958 2.5H6.25c-.575 0-1.042.466-1.042 1.042v1.172a3.125 3.125 0 1 0 3.125 3.125A3.116 3.116 0 0 0 6.25 4.905V3.542h12.708v9.505H9.94c-.019-.03-.033-.064-.053-.094-.562-.834-1.52-1.273-2.504-1.273-.904 0-1.131.325-2.174.325-1.04 0-1.268-.325-2.174-.325-.984 0-1.942.44-2.503 1.273A3.11 3.11 0 0 0 0 14.696v1.216c0 .719.583 1.301 1.302 1.301h7.813c.719 0 1.302-.582 1.302-1.302v-1.215c0-.208-.028-.41-.067-.607h8.608c.576 0 1.042-.467 1.042-1.042V3.542c0-.576-.466-1.042-1.042-1.042ZM7.292 7.839a2.086 2.086 0 0 1-2.084 2.083 2.086 2.086 0 0 1-2.083-2.083c0-1.15.935-2.084 2.083-2.084 1.15 0 2.084.935 2.084 2.084Zm2.083 8.072a.26.26 0 0 1-.26.26H1.302a.26.26 0 0 1-.26-.26v-1.215c0-.416.122-.818.353-1.16.343-.51.955-.814 1.64-.814.709 0 .975.325 2.173.325s1.465-.325 2.174-.325c.684 0 1.297.304 1.64.813.23.343.353.745.353 1.161v1.216Z",
2857
3550
  fill: "currentColor"
@@ -2871,13 +3564,19 @@ var IconUserComputer = function IconUserComputer(props) {
2871
3564
 
2872
3565
  IconUserComputer.displayName = 'IconUserComputer';
2873
3566
 
2874
- var IconUserFriends = function IconUserFriends(props) {
3567
+ var _excluded$1Q = ["testId"];
3568
+
3569
+ var IconUserFriends = function IconUserFriends(_ref) {
3570
+ var _ref$testId = _ref.testId,
3571
+ testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
3572
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3573
+
2875
3574
  return React__default.createElement("svg", Object.assign({
2876
3575
  viewBox: "0 0 20 20",
2877
3576
  fill: "none",
2878
3577
  xmlns: "http://www.w3.org/2000/svg",
2879
- "data-testid": "icon-user-friends",
2880
- style: getIconStyles(props)
3578
+ style: getIconStyles(props),
3579
+ "data-testid": testId
2881
3580
  }, props), React__default.createElement("path", {
2882
3581
  d: "M15 10a3 3 0 1 0-.002-6.002A3 3 0 0 0 15 10Zm0-5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm-9 5c1.934 0 3.5-1.566 3.5-3.5S7.934 3 6 3a3.498 3.498 0 0 0-3.5 3.5C2.5 8.434 4.066 10 6 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S7.378 9 6 9a2.503 2.503 0 0 1-2.5-2.5C3.5 5.122 4.622 4 6 4Zm2.503 6.625C7.46 10.625 7.2 11 6 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 0 14.1v1.4A1.5 1.5 0 0 0 1.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM11 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H11Zm8.49-3.59c-.54-.8-1.459-1.223-2.402-1.223-.87 0-1.088.313-2.088.313s-1.219-.313-2.088-.313a3.05 3.05 0 0 0-1.19.254c.475.48.578.737.631.83a2.05 2.05 0 0 1 .56-.08c.68 0 .937.312 2.087.312 1.15 0 1.406-.312 2.087-.312.657 0 1.244.29 1.576.78.221.329.34.716.34 1.117v1.162a.25.25 0 0 1-.25.25H13c0 .553.01.703-.05 1h5.8c.69 0 1.25-.56 1.25-1.25v-1.166c0-.621-.188-1.197-.51-1.675Z",
2883
3582
  fill: "currentColor"
@@ -2886,13 +3585,19 @@ var IconUserFriends = function IconUserFriends(props) {
2886
3585
 
2887
3586
  IconUserFriends.displayName = 'IconUserFriends';
2888
3587
 
2889
- var IconUserLight = function IconUserLight(props) {
3588
+ var _excluded$1R = ["testId"];
3589
+
3590
+ var IconUserLight = function IconUserLight(_ref) {
3591
+ var _ref$testId = _ref.testId,
3592
+ testId = _ref$testId === void 0 ? 'icon-user-light' : _ref$testId,
3593
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3594
+
2890
3595
  return React__default.createElement("svg", Object.assign({
2891
3596
  viewBox: "0 0 20 20",
2892
3597
  fill: "none",
2893
3598
  xmlns: "http://www.w3.org/2000/svg",
2894
- "data-testid": "icon-user-light",
2895
- style: getIconStyles(props)
3599
+ style: getIconStyles(props),
3600
+ "data-testid": testId
2896
3601
  }, props), React__default.createElement("path", {
2897
3602
  fillRule: "evenodd",
2898
3603
  clipRule: "evenodd",
@@ -2903,13 +3608,19 @@ var IconUserLight = function IconUserLight(props) {
2903
3608
 
2904
3609
  IconUserLight.displayName = 'IconUserLight';
2905
3610
 
2906
- var IconUserPlus = function IconUserPlus(props) {
3611
+ var _excluded$1S = ["testId"];
3612
+
3613
+ var IconUserPlus = function IconUserPlus(_ref) {
3614
+ var _ref$testId = _ref.testId,
3615
+ testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
3616
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3617
+
2907
3618
  return React__default.createElement("svg", Object.assign({
2908
3619
  viewBox: "0 0 20 20",
2909
3620
  fill: "none",
2910
3621
  xmlns: "http://www.w3.org/2000/svg",
2911
- "data-testid": "icon-user-plus",
2912
- style: getIconStyles(props)
3622
+ style: getIconStyles(props),
3623
+ "data-testid": testId
2913
3624
  }, props), React__default.createElement("path", {
2914
3625
  d: "M19.77 9.063h-2.52V6.483a.232.232 0 0 0-.23-.234h-.458a.232.232 0 0 0-.229.234v2.579h-2.52a.232.232 0 0 0-.23.234v.469c0 .129.103.234.23.234h2.52v2.578c0 .129.103.235.23.235h.457c.127 0 .23-.106.23-.235V10h2.52c.127 0 .23-.105.23-.234v-.47a.232.232 0 0 0-.23-.233ZM6.667 10c2.104 0 3.81-1.865 3.81-4.167 0-2.301-1.706-4.166-3.81-4.166s-3.81 1.865-3.81 4.166C2.857 8.135 4.562 10 6.667 10Zm2.666 1.042h-.497c-.66.332-1.396.52-2.17.52a4.825 4.825 0 0 1-2.169-.52H4c-2.208 0-4 1.96-4 4.375v1.354c0 .863.64 1.562 1.429 1.562h10.476c.789 0 1.428-.7 1.428-1.562v-1.354c0-2.416-1.791-4.375-4-4.375Z",
2915
3626
  fill: "currentColor"
@@ -2918,13 +3629,19 @@ var IconUserPlus = function IconUserPlus(props) {
2918
3629
 
2919
3630
  IconUserPlus.displayName = 'IconUserPlus';
2920
3631
 
2921
- var IconUserSlash = function IconUserSlash(props) {
3632
+ var _excluded$1T = ["testId"];
3633
+
3634
+ var IconUserSlash = function IconUserSlash(_ref) {
3635
+ var _ref$testId = _ref.testId,
3636
+ testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
3637
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3638
+
2922
3639
  return React__default.createElement("svg", Object.assign({
2923
3640
  viewBox: "0 0 20 20",
2924
3641
  fill: "none",
2925
3642
  xmlns: "http://www.w3.org/2000/svg",
2926
- "data-testid": "icon-user-slash",
2927
- style: getIconStyles(props)
3643
+ style: getIconStyles(props),
3644
+ "data-testid": testId
2928
3645
  }, props), React__default.createElement("g", {
2929
3646
  clipPath: "url(#icon-user-slash_svg__a)"
2930
3647
  }, React__default.createElement("path", {
@@ -2940,13 +3657,19 @@ var IconUserSlash = function IconUserSlash(props) {
2940
3657
 
2941
3658
  IconUserSlash.displayName = 'IconUserSlash';
2942
3659
 
2943
- var IconUserSolid = function IconUserSolid(props) {
3660
+ var _excluded$1U = ["testId"];
3661
+
3662
+ var IconUserSolid = function IconUserSolid(_ref) {
3663
+ var _ref$testId = _ref.testId,
3664
+ testId = _ref$testId === void 0 ? 'icon-user-solid' : _ref$testId,
3665
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3666
+
2944
3667
  return React__default.createElement("svg", Object.assign({
2945
3668
  viewBox: "0 0 20 20",
2946
3669
  fill: "none",
2947
3670
  xmlns: "http://www.w3.org/2000/svg",
2948
- "data-testid": "icon-user-solid",
2949
- style: getIconStyles(props)
3671
+ style: getIconStyles(props),
3672
+ "data-testid": testId
2950
3673
  }, props), React__default.createElement("path", {
2951
3674
  d: "M10 10c2.63 0 4.762-2.238 4.762-5S12.63 0 10 0C7.37 0 5.238 2.238 5.238 5S7.37 10 10 10Zm3.334 1.25h-.622a6.226 6.226 0 0 1-2.712.625 6.238 6.238 0 0 1-2.712-.625h-.621c-2.76 0-5 2.352-5 5.25v1.625c0 1.035.8 1.875 1.786 1.875h13.095c.986 0 1.786-.84 1.786-1.875V16.5c0-2.898-2.24-5.25-5-5.25Z",
2952
3675
  fill: "currentColor"
@@ -2955,13 +3678,19 @@ var IconUserSolid = function IconUserSolid(props) {
2955
3678
 
2956
3679
  IconUserSolid.displayName = 'IconUserSolid';
2957
3680
 
2958
- var IconUserTag = function IconUserTag(props) {
3681
+ var _excluded$1V = ["testId"];
3682
+
3683
+ var IconUserTag = function IconUserTag(_ref) {
3684
+ var _ref$testId = _ref.testId,
3685
+ testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
3686
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3687
+
2959
3688
  return React__default.createElement("svg", Object.assign({
2960
3689
  viewBox: "0 0 20 20",
2961
3690
  fill: "none",
2962
3691
  xmlns: "http://www.w3.org/2000/svg",
2963
- "data-testid": "icon-user-tag",
2964
- style: getIconStyles(props)
3692
+ style: getIconStyles(props),
3693
+ "data-testid": testId
2965
3694
  }, props), React__default.createElement("path", {
2966
3695
  fillRule: "evenodd",
2967
3696
  clipRule: "evenodd",
@@ -2972,13 +3701,19 @@ var IconUserTag = function IconUserTag(props) {
2972
3701
 
2973
3702
  IconUserTag.displayName = 'IconUserTag';
2974
3703
 
2975
- var IconUserTie = function IconUserTie(props) {
3704
+ var _excluded$1W = ["testId"];
3705
+
3706
+ var IconUserTie = function IconUserTie(_ref) {
3707
+ var _ref$testId = _ref.testId,
3708
+ testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
3709
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3710
+
2976
3711
  return React__default.createElement("svg", Object.assign({
2977
3712
  viewBox: "0 0 20 20",
2978
3713
  fill: "none",
2979
3714
  xmlns: "http://www.w3.org/2000/svg",
2980
- "data-testid": "icon-user-tie",
2981
- style: getIconStyles(props)
3715
+ style: getIconStyles(props),
3716
+ "data-testid": testId
2982
3717
  }, props), React__default.createElement("path", {
2983
3718
  d: "M10 10a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm3.742 1.273-1.867 7.477-1.25-5.313 1.25-2.187h-3.75l1.25 2.188-1.25 5.312-1.867-7.477c-2.785.133-5.008 2.41-5.008 5.227v1.625C1.25 19.16 2.09 20 3.125 20h13.75c1.035 0 1.875-.84 1.875-1.875V16.5c0-2.816-2.223-5.094-5.008-5.227Z",
2984
3719
  fill: "currentColor"
@@ -2987,13 +3722,19 @@ var IconUserTie = function IconUserTie(props) {
2987
3722
 
2988
3723
  IconUserTie.displayName = 'IconUserTie';
2989
3724
 
2990
- var IconUsers = function IconUsers(props) {
3725
+ var _excluded$1X = ["testId"];
3726
+
3727
+ var IconUsers = function IconUsers(_ref) {
3728
+ var _ref$testId = _ref.testId,
3729
+ testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
3730
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3731
+
2991
3732
  return React__default.createElement("svg", Object.assign({
2992
3733
  viewBox: "0 0 20 20",
2993
3734
  fill: "none",
2994
3735
  xmlns: "http://www.w3.org/2000/svg",
2995
- "data-testid": "icon-users",
2996
- style: getIconStyles(props)
3736
+ style: getIconStyles(props),
3737
+ "data-testid": testId
2997
3738
  }, props), React__default.createElement("path", {
2998
3739
  d: "M17 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 17 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-7 5c1.934 0 3.5-1.566 3.5-3.5S11.934 3 10 3a3.498 3.498 0 0 0-3.5 3.5C6.5 8.434 8.066 10 10 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S11.378 9 10 9a2.503 2.503 0 0 1-2.5-2.5C7.5 5.122 8.622 4 10 4Zm7.625 6h-1.25c-.475 0-.916.15-1.284.403.293.2.559.434.793.7.154-.066.32-.103.491-.103h1.25c.756 0 1.375.672 1.375 1.5 0 .275.225.5.5.5s.5-.225.5-.5c0-1.378-1.066-2.5-2.375-2.5ZM3 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 3 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm9.503 5.625C11.46 10.625 11.2 11 10 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 4 14.1v1.4A1.5 1.5 0 0 0 5.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM15 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H15ZM4.91 10.403A2.276 2.276 0 0 0 3.624 10h-1.25C1.065 10 0 11.122 0 12.5c0 .275.225.5.5.5s.5-.225.5-.5c0-.828.619-1.5 1.375-1.5h1.25c.172 0 .337.037.49.103.235-.265.504-.5.794-.7Z",
2999
3740
  fill: "currentColor"
@@ -3002,13 +3743,19 @@ var IconUsers = function IconUsers(props) {
3002
3743
 
3003
3744
  IconUsers.displayName = 'IconUsers';
3004
3745
 
3005
- var IconVideo = function IconVideo(props) {
3746
+ var _excluded$1Y = ["testId"];
3747
+
3748
+ var IconVideo = function IconVideo(_ref) {
3749
+ var _ref$testId = _ref.testId,
3750
+ testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
3751
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3752
+
3006
3753
  return React__default.createElement("svg", Object.assign({
3007
3754
  viewBox: "0 0 20 20",
3008
3755
  fill: "none",
3009
3756
  xmlns: "http://www.w3.org/2000/svg",
3010
- "data-testid": "icon-video",
3011
- style: getIconStyles(props)
3757
+ style: getIconStyles(props),
3758
+ "data-testid": testId
3012
3759
  }, props), React__default.createElement("path", {
3013
3760
  d: "M18.885 4.555c-.215 0-.434.063-.632.198L14.444 7.18V5.104c0-.917-.805-1.66-1.798-1.66H1.799C.806 3.444 0 4.187 0 5.104v10.014c0 .917.806 1.66 1.799 1.66h10.847c.993 0 1.798-.743 1.798-1.66v-2.076l3.806 2.427c.198.139.42.198.632.198.576 0 1.114-.452 1.114-1.094V5.649c.004-.642-.534-1.094-1.11-1.094Zm-5.552 10.563c0 .299-.316.549-.687.549H1.799c-.372 0-.688-.25-.688-.55V5.105c0-.299.316-.549.688-.549h10.847c.371 0 .687.25.687.55v10.013Zm5.556-.545-.042-.045-4.403-2.806V8.496l4.445-2.83v8.907Z",
3014
3761
  fill: "currentColor"
@@ -3017,13 +3764,19 @@ var IconVideo = function IconVideo(props) {
3017
3764
 
3018
3765
  IconVideo.displayName = 'IconVideo';
3019
3766
 
3020
- var IconVolumeMute = function IconVolumeMute(props) {
3767
+ var _excluded$1Z = ["testId"];
3768
+
3769
+ var IconVolumeMute = function IconVolumeMute(_ref) {
3770
+ var _ref$testId = _ref.testId,
3771
+ testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
3772
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3773
+
3021
3774
  return React__default.createElement("svg", Object.assign({
3022
3775
  viewBox: "0 0 20 20",
3023
3776
  fill: "none",
3024
3777
  xmlns: "http://www.w3.org/2000/svg",
3025
- "data-testid": "icon-volume-mute",
3026
- style: getIconStyles(props)
3778
+ style: getIconStyles(props),
3779
+ "data-testid": testId
3027
3780
  }, props), React__default.createElement("path", {
3028
3781
  d: "m17.759 10 2.15-2.15a.313.313 0 0 0 0-.442l-.442-.441a.313.313 0 0 0-.442 0l-2.15 2.149-2.15-2.15a.313.313 0 0 0-.441 0l-.442.442a.313.313 0 0 0 0 .442L15.99 10l-2.15 2.15a.313.313 0 0 0 0 .441l.442.442c.122.122.32.122.442 0l2.15-2.15 2.15 2.15c.122.122.32.122.441 0l.442-.441a.313.313 0 0 0 0-.442L17.76 10ZM9.055 2.5a.916.916 0 0 0-.655.275L4.924 6.25H.937A.937.937 0 0 0 0 7.187v5.625c0 .518.42.938.938.938h3.986L8.4 17.224a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.945-.938ZM8.75 15.807l-2.942-2.941-.366-.366H1.25v-5h4.192l.366-.366L8.75 4.192v11.615Z",
3029
3782
  fill: "currentColor"
@@ -3032,13 +3785,19 @@ var IconVolumeMute = function IconVolumeMute(props) {
3032
3785
 
3033
3786
  IconVolumeMute.displayName = 'IconVolumeMute';
3034
3787
 
3035
- var IconVolume = function IconVolume(props) {
3788
+ var _excluded$1_ = ["testId"];
3789
+
3790
+ var IconVolume = function IconVolume(_ref) {
3791
+ var _ref$testId = _ref.testId,
3792
+ testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
3793
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3794
+
3036
3795
  return React__default.createElement("svg", Object.assign({
3037
3796
  viewBox: "0 0 20 20",
3038
3797
  fill: "none",
3039
3798
  xmlns: "http://www.w3.org/2000/svg",
3040
- "data-testid": "icon-volume",
3041
- style: getIconStyles(props)
3799
+ style: getIconStyles(props),
3800
+ "data-testid": testId
3042
3801
  }, props), React__default.createElement("path", {
3043
3802
  d: "M13.995 7.561a.625.625 0 1 0-.54 1.127c.552.265.895.767.895 1.312 0 .544-.343 1.047-.895 1.312a.625.625 0 0 0 .54 1.126c.99-.474 1.605-1.408 1.605-2.438 0-1.03-.616-1.964-1.605-2.439ZM9.655 2.5a.916.916 0 0 0-.656.275L5.524 6.25H1.537a.937.937 0 0 0-.937.938v5.625c0 .517.42.937.937.937h3.987l3.475 3.475a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.944-.938ZM9.35 15.807 6.04 12.5H1.85v-5H6.04L9.35 4.193v11.614Zm10-5.807c0-2.583-1.33-4.946-3.47-6.167a.635.635 0 0 0-.86.23c-.174.3-.07.681.232.854 1.75.998 2.837 2.945 2.837 5.083 0 2.137-1.088 4.085-2.837 5.082a.623.623 0 0 0-.232.854c.168.289.549.408.86.23 2.14-1.22 3.47-3.583 3.47-6.166Z",
3044
3803
  fill: "currentColor"
@@ -3047,13 +3806,19 @@ var IconVolume = function IconVolume(props) {
3047
3806
 
3048
3807
  IconVolume.displayName = 'IconVolume';
3049
3808
 
3050
- var IconWrench = function IconWrench(props) {
3809
+ var _excluded$1$ = ["testId"];
3810
+
3811
+ var IconWrench = function IconWrench(_ref) {
3812
+ var _ref$testId = _ref.testId,
3813
+ testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
3814
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3815
+
3051
3816
  return React__default.createElement("svg", Object.assign({
3052
3817
  viewBox: "0 0 20 20",
3053
3818
  fill: "none",
3054
3819
  xmlns: "http://www.w3.org/2000/svg",
3055
- "data-testid": "icon-wrench",
3056
- style: getIconStyles(props)
3820
+ style: getIconStyles(props),
3821
+ "data-testid": testId
3057
3822
  }, props), React__default.createElement("path", {
3058
3823
  d: "M19.002 4.933a.974.974 0 0 0-1.636-.452l-2.287 2.287-1.585-.264-.264-1.584 2.287-2.287A.976.976 0 0 0 15.06.995 5.376 5.376 0 0 0 9.933 2.42C8.578 3.776 8.063 5.732 8.55 7.6l-6.922 6.922a2.726 2.726 0 0 0 0 3.847 2.704 2.704 0 0 0 1.924.798 2.7 2.7 0 0 0 1.924-.798l6.915-6.914a5.364 5.364 0 0 0 5.188-1.39 5.366 5.366 0 0 0 1.423-5.132ZM16.77 9.255c-1.14 1.139-2.808 1.526-4.36 1.01l-.336-.112-7.407 7.407c-.596.595-1.633.595-2.228 0a1.579 1.579 0 0 1 0-2.228L9.85 7.921l-.11-.335c-.513-1.556-.128-3.225 1.003-4.356a4.225 4.225 0 0 1 3.743-1.186l-2.482 2.483.494 2.973 2.975.495 2.48-2.483a4.225 4.225 0 0 1-1.184 3.743ZM3.698 15.729a.573.573 0 1 0 0 1.146.573.573 0 0 0 0-1.146Z",
3059
3824
  fill: "currentColor"
@@ -3116,10 +3881,10 @@ var WHITE = '#ffffff';
3116
3881
  var EGGPLANT200 = '#d3dbf4';
3117
3882
  var EGGPLANT300 = '#a7b7ea';
3118
3883
  var EGGPLANT400 = '#6d87dd';
3119
- var EGGPLANT700 = '#32295c';
3884
+ var EGGPLANT600 = '#415184';
3120
3885
  var RADISH400 = '#e76767';
3121
3886
  var GREY100 = '#F3F3F3';
3122
- var GREY200 = '#C8C8C8';
3887
+ var GREY200 = '#D5D5D5';
3123
3888
  var GREY300 = '#949494';
3124
3889
  var GREY400 = '#767676';
3125
3890
  var GREY500 = '#464646';
@@ -3266,9 +4031,11 @@ var PaginationControls = function PaginationControls(_ref) {
3266
4031
  _ref$hasNext = _ref.hasNext,
3267
4032
  hasNext = _ref$hasNext === void 0 ? true : _ref$hasNext,
3268
4033
  onPreviousClick = _ref.onPreviousClick,
3269
- onNextClick = _ref.onNextClick;
4034
+ onNextClick = _ref.onNextClick,
4035
+ testId = _ref.testId;
3270
4036
  return React__default.createElement("div", {
3271
- className: styles$8['pagination-controls']
4037
+ className: styles$8['pagination-controls'],
4038
+ "data-testid": testId
3272
4039
  }, React__default.createElement(Button$1, {
3273
4040
  disabled: !hasPrevious,
3274
4041
  onClick: onPreviousClick,
@@ -3390,18 +4157,20 @@ var Toggle = function Toggle(_ref) {
3390
4157
  onChange = _ref.onChange,
3391
4158
  _ref$disabled = _ref.disabled,
3392
4159
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
3393
- id = _ref.id;
4160
+ id = _ref.id,
4161
+ _ref$testId = _ref.testId,
4162
+ testId = _ref$testId === void 0 ? 'toggle' : _ref$testId;
3394
4163
  return React__default.createElement(Stack, {
3395
4164
  space: 8
3396
4165
  }, React__default.createElement("label", {
3397
4166
  className: styles$a['toggle']
3398
4167
  }, React__default.createElement("input", {
3399
- "data-testid": "toggle",
3400
4168
  type: "checkbox",
3401
4169
  checked: checked,
3402
4170
  onChange: onChange,
3403
4171
  disabled: disabled,
3404
- id: id
4172
+ id: id,
4173
+ "data-testid": testId
3405
4174
  }), React__default.createElement("span", {
3406
4175
  className: styles$a['toggle__switch']
3407
4176
  }), label && React__default.createElement("span", {
@@ -3436,7 +4205,7 @@ var ActionsCell = function ActionsCell(_ref) {
3436
4205
  }))));
3437
4206
  };
3438
4207
 
3439
- var _excluded$2 = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding"];
4208
+ var _excluded$20 = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding"];
3440
4209
 
3441
4210
  var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
3442
4211
  var _classnames;
@@ -3449,7 +4218,7 @@ var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
3449
4218
  actions = _ref$actions === void 0 ? [] : _ref$actions,
3450
4219
  _ref$hasDefaultPaddin = _ref.hasDefaultPadding,
3451
4220
  hasDefaultPadding = _ref$hasDefaultPaddin === void 0 ? true : _ref$hasDefaultPaddin,
3452
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2);
4221
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3453
4222
 
3454
4223
  var _useDataTableContext = useDataTableContext(),
3455
4224
  columns = _useDataTableContext.columns,
@@ -3603,7 +4372,8 @@ var DataTable = function DataTable(_ref) {
3603
4372
  showActionMenu = _ref$showActionMenu === void 0 ? false : _ref$showActionMenu,
3604
4373
  footerComponent = _ref.footerComponent,
3605
4374
  _ref$hasVerticalBorde = _ref.hasVerticalBorders,
3606
- hasVerticalBorders = _ref$hasVerticalBorde === void 0 ? false : _ref$hasVerticalBorde;
4375
+ hasVerticalBorders = _ref$hasVerticalBorde === void 0 ? false : _ref$hasVerticalBorde,
4376
+ testId = _ref.testId;
3607
4377
  var RowItem = itemComponent || DefaultItemComponent$1;
3608
4378
  var conditionalStyles = {};
3609
4379
 
@@ -3629,7 +4399,8 @@ var DataTable = function DataTable(_ref) {
3629
4399
  }), React__default.createElement("div", {
3630
4400
  className: styles$b['body'],
3631
4401
  style: conditionalStyles,
3632
- role: "table"
4402
+ role: "table",
4403
+ "data-testid": testId
3633
4404
  }, isLoading && React__default.createElement(Spinner, {
3634
4405
  block: true
3635
4406
  }), !isLoading && items.map(function (item, index) {
@@ -3837,7 +4608,8 @@ var Modal = function Modal(_ref) {
3837
4608
  height = _ref.height,
3838
4609
  maxWidth = _ref.maxWidth,
3839
4610
  _ref$shouldReturnFocu = _ref.shouldReturnFocusAfterClose,
3840
- shouldReturnFocusAfterClose = _ref$shouldReturnFocu === void 0 ? true : _ref$shouldReturnFocu;
4611
+ shouldReturnFocusAfterClose = _ref$shouldReturnFocu === void 0 ? true : _ref$shouldReturnFocu,
4612
+ testId = _ref.testId;
3841
4613
  var style = {
3842
4614
  content: {
3843
4615
  width: width,
@@ -3850,6 +4622,7 @@ var Modal = function Modal(_ref) {
3850
4622
  };
3851
4623
  return React__default.createElement(ReactModal, {
3852
4624
  isOpen: true,
4625
+ testId: testId,
3853
4626
  shouldCloseOnEsc: true,
3854
4627
  shouldCloseOnOverlayClick: false,
3855
4628
  shouldReturnFocusAfterClose: shouldReturnFocusAfterClose,
@@ -3909,7 +4682,8 @@ var styles$f = {"modal-body":"_2J-ku","modal-body--with-scroll-shadow":"_2ErCP"}
3909
4682
  var ModalBody = function ModalBody(_ref) {
3910
4683
  var _classNames;
3911
4684
 
3912
- var children = _ref.children;
4685
+ var children = _ref.children,
4686
+ testId = _ref.testId;
3913
4687
 
3914
4688
  var _useScrollShadow = useScrollShadow(),
3915
4689
  ref = _useScrollShadow.ref,
@@ -3917,7 +4691,8 @@ var ModalBody = function ModalBody(_ref) {
3917
4691
 
3918
4692
  return React__default.createElement("div", {
3919
4693
  className: classnames(styles$f['modal-body'], (_classNames = {}, _classNames[styles$f['modal-body--with-scroll-shadow']] = showScrollShadow, _classNames)),
3920
- ref: ref
4694
+ ref: ref,
4695
+ "data-testid": testId
3921
4696
  }, children);
3922
4697
  };
3923
4698
 
@@ -3925,7 +4700,8 @@ var styles$g = {"modal-footer":"_LKOr5","tertiary-container":"_Qktd-"};
3925
4700
 
3926
4701
  var ModalFooter = function ModalFooter(_ref) {
3927
4702
  var children = _ref.children,
3928
- actions = _ref.actions;
4703
+ actions = _ref.actions,
4704
+ testId = _ref.testId;
3929
4705
 
3930
4706
  if (actions) {
3931
4707
  var _actions$primary, _actions$secondary, _actions$tertiary, _classnames;
@@ -3939,7 +4715,9 @@ var ModalFooter = function ModalFooter(_ref) {
3939
4715
  var tertiaryButton = updateButtonProps(actions.tertiary, {
3940
4716
  theme: (actions === null || actions === void 0 ? void 0 : (_actions$tertiary = actions.tertiary) === null || _actions$tertiary === void 0 ? void 0 : _actions$tertiary.props.theme) || 'link-primary'
3941
4717
  });
3942
- return React__default.createElement(FooterContainer, null, React__default.createElement(Inline, {
4718
+ return React__default.createElement(FooterContainer, {
4719
+ testId: testId
4720
+ }, React__default.createElement(Inline, {
3943
4721
  justifyContent: "space-between"
3944
4722
  }, React__default.createElement("div", {
3945
4723
  className: classnames((_classnames = {}, _classnames[styles$g['tertiary-container']] = tertiaryButton && tertiaryButton.props.theme.startsWith('link'), _classnames))
@@ -3966,11 +4744,13 @@ var updateButtonProps = function updateButtonProps(button, newProps) {
3966
4744
  };
3967
4745
 
3968
4746
  var FooterContainer = function FooterContainer(_ref2) {
3969
- var children = _ref2.children;
4747
+ var children = _ref2.children,
4748
+ testId = _ref2.testId;
3970
4749
  var childrenItens = React__default.Children.toArray(children);
3971
4750
  var hasCustomAlignment = childrenItens.length === 1 && childrenItens[0].type === Inline;
3972
4751
  return React__default.createElement("div", {
3973
- className: styles$g['modal-footer']
4752
+ className: styles$g['modal-footer'],
4753
+ "data-testid": testId
3974
4754
  }, React__default.createElement(Inline, {
3975
4755
  justifyContent: "end",
3976
4756
  space: 12,
@@ -4096,7 +4876,8 @@ var Calendar = function Calendar(_ref) {
4096
4876
  onSelect = _ref.onSelect,
4097
4877
  onClickOutside = _ref.onClickOutside,
4098
4878
  disabledDays = _ref.disabledDays,
4099
- anchorRef = _ref.anchorRef;
4879
+ anchorRef = _ref.anchorRef,
4880
+ testId = _ref.testId;
4100
4881
 
4101
4882
  var _useState = React.useState(null),
4102
4883
  calendarRef = _useState[0],
@@ -4150,7 +4931,8 @@ var Calendar = function Calendar(_ref) {
4150
4931
  },
4151
4932
  style: _extends({}, calendarPosition, {
4152
4933
  zIndex: Z_INDEX_LAYERS.MODAL
4153
- })
4934
+ }),
4935
+ "data-testid": testId
4154
4936
  }, React__default.createElement(DayPicker__default, {
4155
4937
  format: "MM/dd/yyyy",
4156
4938
  classNames: style,
@@ -4365,7 +5147,8 @@ var DataTableEditableCell = function DataTableEditableCell(_ref) {
4365
5147
  suffix = _ref.suffix,
4366
5148
  defaultValue = _ref.defaultValue,
4367
5149
  _ref$type = _ref.type,
4368
- type = _ref$type === void 0 ? 'text' : _ref$type;
5150
+ type = _ref$type === void 0 ? 'text' : _ref$type,
5151
+ testId = _ref.testId;
4369
5152
 
4370
5153
  var _useDataTableContext = useDataTableContext(),
4371
5154
  columns = _useDataTableContext.columns,
@@ -4393,7 +5176,8 @@ var DataTableEditableCell = function DataTableEditableCell(_ref) {
4393
5176
  id: controllers.id
4394
5177
  };
4395
5178
  return React__default.createElement("div", {
4396
- className: classnames((_classnames = {}, _classnames[styles$n['data-table-editable-cell--currency']] = type === 'currency', _classnames), styles$n['data-table-editable-cell'])
5179
+ className: classnames((_classnames = {}, _classnames[styles$n['data-table-editable-cell--currency']] = type === 'currency', _classnames), styles$n['data-table-editable-cell']),
5180
+ "data-testid": testId
4397
5181
  }, React__default.createElement(Field, Object.assign({}, fieldProps), React__default.createElement(AffixContainer, {
4398
5182
  prefix: prefix,
4399
5183
  suffix: suffix
@@ -4570,7 +5354,8 @@ var ToolbarSelect = function ToolbarSelect(_ref) {
4570
5354
  onBlur = _ref.onBlur,
4571
5355
  placeholder = _ref.placeholder,
4572
5356
  disabled = _ref.disabled,
4573
- prefix = _ref.prefix;
5357
+ prefix = _ref.prefix,
5358
+ testId = _ref.testId;
4574
5359
  var controllers = useSelectFieldControllers({
4575
5360
  name: name,
4576
5361
  value: value,
@@ -4592,7 +5377,8 @@ var ToolbarSelect = function ToolbarSelect(_ref) {
4592
5377
  components: {
4593
5378
  Option: Select.components.Option,
4594
5379
  Control: Select.components.Control
4595
- }
5380
+ },
5381
+ testId: testId
4596
5382
  }));
4597
5383
  };
4598
5384
 
@@ -4607,7 +5393,9 @@ var Form = function Form(_ref) {
4607
5393
  wide = _ref$wide === void 0 ? false : _ref$wide,
4608
5394
  formik = _ref.formik,
4609
5395
  _ref$stackContent = _ref.stackContent,
4610
- stackContent = _ref$stackContent === void 0 ? true : _ref$stackContent;
5396
+ stackContent = _ref$stackContent === void 0 ? true : _ref$stackContent,
5397
+ _ref$testId = _ref.testId,
5398
+ testId = _ref$testId === void 0 ? 'form' : _ref$testId;
4611
5399
 
4612
5400
  var handleSubmit = function handleSubmit(e) {
4613
5401
  e.preventDefault();
@@ -4621,7 +5409,7 @@ var Form = function Form(_ref) {
4621
5409
  }, React__default.createElement("form", {
4622
5410
  onSubmit: onSubmit ? handleSubmit : formik === null || formik === void 0 ? void 0 : formik.handleSubmit,
4623
5411
  className: classnames((_classnames = {}, _classnames[styles$o['form--standard-size']] = !wide, _classnames)),
4624
- "data-testid": "form"
5412
+ "data-testid": testId
4625
5413
  }, stackContent ? React__default.createElement(Stack, null, children) : children));
4626
5414
  };
4627
5415
 
@@ -4634,7 +5422,8 @@ var SIZE_75_PERCENT = '75%';
4634
5422
  var FormRow = function FormRow(_ref) {
4635
5423
  var children = _ref.children,
4636
5424
  columns = _ref.columns,
4637
- sizes = _ref.sizes;
5425
+ sizes = _ref.sizes,
5426
+ testId = _ref.testId;
4638
5427
  var items = React__default.Children.toArray(children).filter(Boolean);
4639
5428
  var additionalColumns = [];
4640
5429
 
@@ -4650,7 +5439,8 @@ var FormRow = function FormRow(_ref) {
4650
5439
  flex: [].concat(items, additionalColumns).map(function (_, index) {
4651
5440
  return (sizes === null || sizes === void 0 ? void 0 : sizes[index]) || 1;
4652
5441
  }),
4653
- space: 20
5442
+ space: 20,
5443
+ testId: testId
4654
5444
  }, children, additionalColumns.map(function (_, index) {
4655
5445
  return React__default.createElement("span", {
4656
5446
  key: index,
@@ -4704,7 +5494,8 @@ var TextAreaField = function TextAreaField(_ref) {
4704
5494
  minHeight = _ref$minHeight === void 0 ? 40 : _ref$minHeight,
4705
5495
  _ref$maxHeight = _ref.maxHeight,
4706
5496
  maxHeight = _ref$maxHeight === void 0 ? 320 : _ref$maxHeight,
4707
- toolbar = _ref.toolbar;
5497
+ toolbar = _ref.toolbar,
5498
+ testId = _ref.testId;
4708
5499
  var containerRef = React.useRef(null);
4709
5500
  var toolbarRef = React.useRef(null);
4710
5501
 
@@ -4746,7 +5537,7 @@ var TextAreaField = function TextAreaField(_ref) {
4746
5537
  }, React__default.createElement("textarea", {
4747
5538
  name: name,
4748
5539
  id: controllers.id,
4749
- "data-testid": "text-field-" + name,
5540
+ "data-testid": testId || "text-field-" + name,
4750
5541
  "aria-describedby": hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
4751
5542
  "aria-invalid": hasError,
4752
5543
  disabled: disabled,
@@ -4800,7 +5591,8 @@ var useTextField = function useTextField(_ref) {
4800
5591
  onKeyDown = _ref.onKeyDown,
4801
5592
  placeholder = _ref.placeholder,
4802
5593
  value = _ref.value,
4803
- ref = _ref.ref;
5594
+ ref = _ref.ref,
5595
+ testId = _ref.testId;
4804
5596
  var controllers = useFieldControllers({
4805
5597
  error: error,
4806
5598
  id: id,
@@ -4818,7 +5610,7 @@ var useTextField = function useTextField(_ref) {
4818
5610
  autoComplete: autoComplete,
4819
5611
  autoFocus: autoFocus,
4820
5612
  className: classnames(styles$q['text-field'], (_classnames = {}, _classnames[styles$q['text-field--invalid']] = hasError, _classnames)),
4821
- 'data-testid': "text-field-" + name,
5613
+ 'data-testid': testId || "text-field-" + name,
4822
5614
  disabled: disabled,
4823
5615
  defaultValue: defaultValue,
4824
5616
  id: controllers.id,
@@ -4847,12 +5639,12 @@ var useTextField = function useTextField(_ref) {
4847
5639
  };
4848
5640
  };
4849
5641
 
4850
- var _excluded$3 = ["prefix", "suffix"];
5642
+ var _excluded$21 = ["prefix", "suffix"];
4851
5643
 
4852
5644
  var TextFieldElement = function TextFieldElement(_ref, ref) {
4853
5645
  var prefix = _ref.prefix,
4854
5646
  suffix = _ref.suffix,
4855
- props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
5647
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
4856
5648
 
4857
5649
  var _useTextField = useTextField(_extends({}, props, {
4858
5650
  ref: ref
@@ -4925,7 +5717,8 @@ var CheckboxField = function CheckboxField(_ref) {
4925
5717
  label = _ref.label,
4926
5718
  caption = _ref.caption,
4927
5719
  error = _ref.error,
4928
- disabled = _ref.disabled;
5720
+ disabled = _ref.disabled,
5721
+ testId = _ref.testId;
4929
5722
  var controllers = useCheckBoxFieldControllers({
4930
5723
  name: name,
4931
5724
  id: inputId,
@@ -4946,7 +5739,7 @@ var CheckboxField = function CheckboxField(_ref) {
4946
5739
  name: name,
4947
5740
  id: controllers.id,
4948
5741
  type: "checkbox",
4949
- "data-testid": "check-box-field-" + name,
5742
+ "data-testid": testId || "check-box-field-" + name,
4950
5743
  "aria-describedby": hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
4951
5744
  "aria-invalid": hasError,
4952
5745
  disabled: disabled,
@@ -5029,7 +5822,8 @@ var PillSelectField = function PillSelectField(_ref) {
5029
5822
  label = _ref.label,
5030
5823
  caption = _ref.caption,
5031
5824
  error = _ref.error,
5032
- disabled = _ref.disabled;
5825
+ disabled = _ref.disabled,
5826
+ testId = _ref.testId;
5033
5827
  var controllers = useMultiSelectFieldControllers({
5034
5828
  name: name,
5035
5829
  id: inputId,
@@ -5062,7 +5856,7 @@ var PillSelectField = function PillSelectField(_ref) {
5062
5856
  name: name + "-" + itemIdentifier,
5063
5857
  id: itemId,
5064
5858
  type: "checkbox",
5065
- "data-testid": "pill-select-field-" + name + "-" + itemIdentifier,
5859
+ "data-testid": testId || "pill-select-field-" + name + "-" + itemIdentifier,
5066
5860
  "aria-describedby": hasError ? itemId + "-error-message" : itemId + "-describer",
5067
5861
  "aria-invalid": hasError,
5068
5862
  disabled: option.isDisabled || disabled,
@@ -5139,7 +5933,8 @@ var RadioGroupField = function RadioGroupField(_ref) {
5139
5933
  inline = _ref$inline === void 0 ? false : _ref$inline,
5140
5934
  _ref$disabled = _ref.disabled,
5141
5935
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
5142
- children = _ref.children;
5936
+ children = _ref.children,
5937
+ testId = _ref.testId;
5143
5938
  var controllers = useRadioGroupFieldControllers({
5144
5939
  name: name,
5145
5940
  value: value,
@@ -5163,13 +5958,17 @@ var RadioGroupField = function RadioGroupField(_ref) {
5163
5958
  className: styles$t['radio-group-field__label']
5164
5959
  }, label), React__default.createElement(Stack, {
5165
5960
  space: 8
5166
- }, inline ? React__default.createElement(InlineOptions, null, children) : React__default.createElement(Stack, {
5167
- space: 12
5961
+ }, inline ? React__default.createElement(InlineOptions, {
5962
+ testId: testId
5963
+ }, children) : React__default.createElement(Stack, {
5964
+ space: 12,
5965
+ testId: testId
5168
5966
  }, children), controllers.error && React__default.createElement(ErrorMessage, null, controllers.error))));
5169
5967
  };
5170
5968
 
5171
5969
  var InlineOptions = function InlineOptions(_ref2) {
5172
- var children = _ref2.children;
5970
+ var children = _ref2.children,
5971
+ testId = _ref2.testId;
5173
5972
  var MAX_OPTIONS_PER_ROW = 4;
5174
5973
  var numberOfElements = React__default.Children.count(children);
5175
5974
 
@@ -5182,7 +5981,8 @@ var InlineOptions = function InlineOptions(_ref2) {
5182
5981
  }
5183
5982
 
5184
5983
  return React__default.createElement(Stack, {
5185
- space: 12
5984
+ space: 12,
5985
+ testId: testId
5186
5986
  }, rows.map(function (row, rowIndex) {
5187
5987
  return React__default.createElement(FormRow, {
5188
5988
  key: rowIndex,
@@ -5191,7 +5991,9 @@ var InlineOptions = function InlineOptions(_ref2) {
5191
5991
  }));
5192
5992
  }
5193
5993
 
5194
- return React__default.createElement(FormRow, null, children);
5994
+ return React__default.createElement(FormRow, {
5995
+ testId: testId
5996
+ }, children);
5195
5997
  };
5196
5998
 
5197
5999
  var styles$u = {"radio-group-option":"_1Clmp","radio-group-option__caption":"_3UmWA","radio-group-option__custom-input":"_1tMq-"};
@@ -5200,7 +6002,8 @@ var RadioGroupOption = function RadioGroupOption(_ref) {
5200
6002
  var value = _ref.value,
5201
6003
  inputId = _ref.id,
5202
6004
  label = _ref.label,
5203
- caption = _ref.caption;
6005
+ caption = _ref.caption,
6006
+ testId = _ref.testId;
5204
6007
  var radioGroupContext = useRadioGroupFieldContext();
5205
6008
  var id = useFieldId({
5206
6009
  name: radioGroupContext.name,
@@ -5215,6 +6018,7 @@ var RadioGroupOption = function RadioGroupOption(_ref) {
5215
6018
  className: styles$u['radio-group-option']
5216
6019
  }, React__default.createElement("input", {
5217
6020
  type: "radio",
6021
+ "data-testid": testId,
5218
6022
  id: id,
5219
6023
  name: radioGroupContext.name,
5220
6024
  value: value,
@@ -5298,7 +6102,8 @@ var PasswordField = function PasswordField(_ref) {
5298
6102
  disabled = _ref.disabled,
5299
6103
  defaultValue = _ref.defaultValue,
5300
6104
  _ref$criterias = _ref.criterias,
5301
- criterias = _ref$criterias === void 0 ? [] : _ref$criterias;
6105
+ criterias = _ref$criterias === void 0 ? [] : _ref$criterias,
6106
+ testId = _ref.testId;
5302
6107
 
5303
6108
  var _useState = React.useState('password'),
5304
6109
  type = _useState[0],
@@ -5332,7 +6137,7 @@ var PasswordField = function PasswordField(_ref) {
5332
6137
  id: controllers.id,
5333
6138
  className: classnames(styles$v['text-field'], (_classnames = {}, _classnames[styles$v['text-field--invalid']] = hasError, _classnames)),
5334
6139
  type: type,
5335
- "data-testid": "text-field-" + name,
6140
+ "data-testid": testId || "text-field-" + name,
5336
6141
  "aria-describedby": hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
5337
6142
  "aria-invalid": hasError,
5338
6143
  disabled: disabled,
@@ -5444,7 +6249,7 @@ var getSelectStyles$1 = function getSelectStyles(_ref) {
5444
6249
  option: function option(base, state) {
5445
6250
  return Object.assign({}, base, {
5446
6251
  backgroundColor: state.isDisabled ? null : state.isSelected ? EGGPLANT200 : state.isFocused ? GREY100 : WHITE,
5447
- color: state.isDisabled ? GREY400 : state.isSelected ? EGGPLANT700 : GREY500,
6252
+ color: state.isDisabled ? GREY400 : state.isSelected ? EGGPLANT600 : GREY500,
5448
6253
  cursor: 'pointer',
5449
6254
  fontFamily: FONT_FAMILY,
5450
6255
  fontSize: '14px',
@@ -5485,12 +6290,12 @@ var getSelectStyles$1 = function getSelectStyles(_ref) {
5485
6290
  };
5486
6291
  };
5487
6292
 
5488
- var _excluded$4 = ["children", "CustomComponent"];
6293
+ var _excluded$22 = ["children", "CustomComponent"];
5489
6294
 
5490
6295
  function CustomOption(_ref) {
5491
6296
  var children = _ref.children,
5492
6297
  CustomComponent = _ref.CustomComponent,
5493
- props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
6298
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
5494
6299
 
5495
6300
  return React__default.createElement(Select.components.Option, Object.assign({}, props), React__default.createElement(CustomComponent, Object.assign({}, props), children));
5496
6301
  }
@@ -5534,7 +6339,8 @@ var MultiSelectField = function MultiSelectField(_ref) {
5534
6339
  _ref$closeOnSelect = _ref.closeOnSelect,
5535
6340
  closeOnSelect = _ref$closeOnSelect === void 0 ? false : _ref$closeOnSelect,
5536
6341
  _ref$menuShouldScroll = _ref.menuShouldScrollIntoView,
5537
- menuShouldScrollIntoView = _ref$menuShouldScroll === void 0 ? true : _ref$menuShouldScroll;
6342
+ menuShouldScrollIntoView = _ref$menuShouldScroll === void 0 ? true : _ref$menuShouldScroll,
6343
+ testId = _ref.testId;
5538
6344
  var controllers = useMultiSelectFieldControllers({
5539
6345
  name: name,
5540
6346
  id: inputId,
@@ -5571,6 +6377,13 @@ var MultiSelectField = function MultiSelectField(_ref) {
5571
6377
  isMulti: true,
5572
6378
  closeMenuOnSelect: closeOnSelect,
5573
6379
  components: {
6380
+ SelectContainer: function SelectContainer(props) {
6381
+ return React__default.createElement(Select.components.SelectContainer, Object.assign({}, props, {
6382
+ innerProps: Object.assign({}, props.innerProps, {
6383
+ 'data-testid': testId
6384
+ })
6385
+ }));
6386
+ },
5574
6387
  Option: UserCustomOption ? function (props) {
5575
6388
  return React__default.createElement(CustomOption, Object.assign({
5576
6389
  CustomComponent: UserCustomOption
@@ -5592,14 +6405,14 @@ var MultiSelectField = function MultiSelectField(_ref) {
5592
6405
 
5593
6406
  var styles$x = {"custom-control":"_1cDCR"};
5594
6407
 
5595
- var _excluded$5 = ["children", "CustomPrefixComponent"];
6408
+ var _excluded$23 = ["children", "CustomPrefixComponent"];
5596
6409
 
5597
6410
  function CustomControl(_ref) {
5598
6411
  var _props$getValue;
5599
6412
 
5600
6413
  var children = _ref.children,
5601
6414
  CustomPrefixComponent = _ref.CustomPrefixComponent,
5602
- props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
6415
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
5603
6416
 
5604
6417
  var selectedOption = (_props$getValue = props.getValue()) === null || _props$getValue === void 0 ? void 0 : _props$getValue[0];
5605
6418
  return React__default.createElement(Select.components.Control, Object.assign({}, props), CustomPrefixComponent && selectedOption ? React__default.createElement("div", {
@@ -5616,12 +6429,12 @@ function CustomControl(_ref) {
5616
6429
  }, props)), children)) : children);
5617
6430
  }
5618
6431
 
5619
- var _excluded$6 = ["children", "CustomComponent"];
6432
+ var _excluded$24 = ["children", "CustomComponent"];
5620
6433
 
5621
6434
  function CustomOption$1(_ref) {
5622
6435
  var children = _ref.children,
5623
6436
  CustomComponent = _ref.CustomComponent,
5624
- props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
6437
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
5625
6438
 
5626
6439
  return React__default.createElement(Select.components.Option, Object.assign({}, props), React__default.createElement(CustomComponent, Object.assign({}, props), children));
5627
6440
  }
@@ -5647,7 +6460,8 @@ var useSelectField = function useSelectField(_ref) {
5647
6460
  value = _ref.value,
5648
6461
  defaultValue = _ref.defaultValue,
5649
6462
  UserCustomOption = _ref.CustomOption,
5650
- SelectedOptionPrefix = _ref.SelectedOptionPrefix;
6463
+ SelectedOptionPrefix = _ref.SelectedOptionPrefix,
6464
+ testId = _ref.testId;
5651
6465
  var controllers = useSelectFieldControllers({
5652
6466
  error: error,
5653
6467
  id: id,
@@ -5669,6 +6483,13 @@ var useSelectField = function useSelectField(_ref) {
5669
6483
  return !isScrollingTheSelectMenu(e.target);
5670
6484
  },
5671
6485
  components: {
6486
+ SelectContainer: function SelectContainer(props) {
6487
+ return React__default.createElement(Select.components.SelectContainer, Object.assign({}, props, {
6488
+ innerProps: Object.assign({}, props.innerProps, {
6489
+ 'data-testid': testId
6490
+ })
6491
+ }));
6492
+ },
5672
6493
  Option: UserCustomOption ? function (props) {
5673
6494
  return React__default.createElement(CustomOption$1, Object.assign({
5674
6495
  CustomComponent: UserCustomOption
@@ -5724,13 +6545,13 @@ var SelectField = function SelectField(props) {
5724
6545
 
5725
6546
  var styles$y = {"custom-list":"_uC4zU"};
5726
6547
 
5727
- var _excluded$7 = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
6548
+ var _excluded$25 = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
5728
6549
 
5729
6550
  var CustomList = function CustomList(_ref) {
5730
6551
  var children = _ref.children,
5731
6552
  hasMoreOptions = _ref.hasMoreOptions,
5732
6553
  hasMoreOptionsFirstLoad = _ref.hasMoreOptionsFirstLoad,
5733
- props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
6554
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
5734
6555
 
5735
6556
  var showFooter = hasMoreOptions;
5736
6557
 
@@ -5745,11 +6566,11 @@ var CustomList = function CustomList(_ref) {
5745
6566
  }, getLocalizedString('main.START_TYPING_TO_SEE_MORE_OPTIONS')))));
5746
6567
  };
5747
6568
 
5748
- var _excluded$8 = ["loadOptions"];
6569
+ var _excluded$26 = ["loadOptions"];
5749
6570
 
5750
6571
  var AsyncSelectField = function AsyncSelectField(_ref) {
5751
6572
  var loadOptions = _ref.loadOptions,
5752
- props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
6573
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
5753
6574
 
5754
6575
  var _useState = React.useState(false),
5755
6576
  hasMoreOptions = _useState[0],
@@ -5896,7 +6717,8 @@ var DatePickerCalendar = function DatePickerCalendar(_ref) {
5896
6717
  onFocus = _ref.onFocus,
5897
6718
  tabIndex = _ref.tabIndex,
5898
6719
  showCalendar = _ref.showCalendar,
5899
- onClickOutside = _ref.onClickOutside;
6720
+ onClickOutside = _ref.onClickOutside,
6721
+ testId = _ref.testId;
5900
6722
  var inputPosition = inputNode.getBoundingClientRect();
5901
6723
  var calendarRef = React.useRef(null);
5902
6724
  useOnClickOutside(calendarRef, onClickOutside);
@@ -5915,7 +6737,8 @@ var DatePickerCalendar = function DatePickerCalendar(_ref) {
5915
6737
  left: inputPosition.left,
5916
6738
  top: inputPosition.top + window.scrollY + inputPosition.height + 3
5917
6739
  },
5918
- ref: calendarRef
6740
+ ref: calendarRef,
6741
+ "data-testid": testId
5919
6742
  }, React__default.createElement("div", {
5920
6743
  className: classNames.overlay
5921
6744
  }, children)));
@@ -5943,7 +6766,8 @@ var DateField = function DateField(_ref) {
5943
6766
  defaultValue = _ref.defaultValue,
5944
6767
  _ref$readOnly = _ref.readOnly,
5945
6768
  readOnly = _ref$readOnly === void 0 ? false : _ref$readOnly,
5946
- onMonthChange = _ref.onMonthChange;
6769
+ onMonthChange = _ref.onMonthChange,
6770
+ testId = _ref.testId;
5947
6771
  var inputRef = React.useRef();
5948
6772
 
5949
6773
  var _useState = React.useState(false),
@@ -6010,7 +6834,7 @@ var DateField = function DateField(_ref) {
6010
6834
  name: name,
6011
6835
  id: controllers.id,
6012
6836
  className: classnames(inputStyles['date-field'], (_classnames = {}, _classnames[inputStyles['date-field--invalid']] = hasError, _classnames)),
6013
- 'data-testid': "date-field-" + name,
6837
+ 'data-testid': testId || "date-field-" + name,
6014
6838
  'aria-describedby': hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
6015
6839
  'aria-invalid': hasError,
6016
6840
  autoComplete: 'off',
@@ -6313,7 +7137,8 @@ var DateRangeField = function DateRangeField(_ref) {
6313
7137
  _ref$readOnly = _ref.readOnly,
6314
7138
  readOnly = _ref$readOnly === void 0 ? true : _ref$readOnly,
6315
7139
  _ref$weekStart = _ref.weekStart,
6316
- weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart;
7140
+ weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart,
7141
+ testId = _ref.testId;
6317
7142
  var toInputRef = React.useRef(null);
6318
7143
  var controllers = useRangeFieldControllers({
6319
7144
  name: name,
@@ -6335,7 +7160,8 @@ var DateRangeField = function DateRangeField(_ref) {
6335
7160
  start = _controllers$value.start,
6336
7161
  end = _controllers$value.end;
6337
7162
  return React__default.createElement(Field, Object.assign({}, fieldProps), React__default.createElement("div", {
6338
- className: classnames(styles$z['date-range-field'], (_classnames = {}, _classnames[styles$z['date-range-field--invalid']] = hasError, _classnames[styles$z['date-range-field--disabled']] = disabled, _classnames))
7163
+ className: classnames(styles$z['date-range-field'], (_classnames = {}, _classnames[styles$z['date-range-field--invalid']] = hasError, _classnames[styles$z['date-range-field--disabled']] = disabled, _classnames)),
7164
+ "data-testid": testId
6339
7165
  }, React__default.createElement(IconCalendarAlt, {
6340
7166
  size: "medium",
6341
7167
  color: GREY400
@@ -6406,7 +7232,8 @@ var WeekField = function WeekField(_ref) {
6406
7232
  _ref$readOnly = _ref.readOnly,
6407
7233
  readOnly = _ref$readOnly === void 0 ? true : _ref$readOnly,
6408
7234
  _ref$weekStart = _ref.weekStart,
6409
- weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart;
7235
+ weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart,
7236
+ testId = _ref.testId;
6410
7237
 
6411
7238
  var _useState = React.useState(null),
6412
7239
  hoverDate = _useState[0],
@@ -6510,7 +7337,7 @@ var WeekField = function WeekField(_ref) {
6510
7337
  name: name,
6511
7338
  id: controllers.id,
6512
7339
  className: classnames(inputStyles['date-field'], (_classnames = {}, _classnames[inputStyles['date-field--invalid']] = hasError, _classnames)),
6513
- 'data-testid': "week-field-" + name,
7340
+ 'data-testid': testId || "week-field-" + name,
6514
7341
  'aria-describedby': hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
6515
7342
  'aria-invalid': hasError,
6516
7343
  autoComplete: 'off',
@@ -6527,14 +7354,14 @@ var WeekField = function WeekField(_ref) {
6527
7354
  })));
6528
7355
  };
6529
7356
 
6530
- var _excluded$9 = ["placeholder", "autoComplete"];
7357
+ var _excluded$27 = ["placeholder", "autoComplete"];
6531
7358
 
6532
7359
  var TimeFieldElement = function TimeFieldElement(_ref, ref) {
6533
7360
  var _ref$placeholder = _ref.placeholder,
6534
7361
  placeholder = _ref$placeholder === void 0 ? '9am' : _ref$placeholder,
6535
7362
  _ref$autoComplete = _ref.autoComplete,
6536
7363
  autoComplete = _ref$autoComplete === void 0 ? 'off' : _ref$autoComplete,
6537
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$9);
7364
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$27);
6538
7365
 
6539
7366
  var _useTextField = useTextField(_extends({}, allOtherProps, {
6540
7367
  placeholder: placeholder,
@@ -6555,12 +7382,12 @@ var TimeFieldElement = function TimeFieldElement(_ref, ref) {
6555
7382
 
6556
7383
  var TimeField = React.forwardRef(TimeFieldElement);
6557
7384
 
6558
- var _excluded$a = ["currencySymbol"];
7385
+ var _excluded$28 = ["currencySymbol"];
6559
7386
 
6560
7387
  var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
6561
7388
  var _ref$currencySymbol = _ref.currencySymbol,
6562
7389
  currencySymbol = _ref$currencySymbol === void 0 ? "$" : _ref$currencySymbol,
6563
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$a);
7390
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$28);
6564
7391
 
6565
7392
  var _useTextField = useTextField(_extends({}, allOtherProps, {
6566
7393
  ref: ref
@@ -6593,7 +7420,7 @@ var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
6593
7420
 
6594
7421
  var CurrencyField = React.forwardRef(CurrencyFieldElement);
6595
7422
 
6596
- var _excluded$b = ["max", "min", "precision", "stepSize"];
7423
+ var _excluded$29 = ["max", "min", "precision", "stepSize"];
6597
7424
 
6598
7425
  var PercentageElement = function PercentageElement(_ref, ref) {
6599
7426
  var _ref$max = _ref.max,
@@ -6604,7 +7431,7 @@ var PercentageElement = function PercentageElement(_ref, ref) {
6604
7431
  precision = _ref$precision === void 0 ? 0 : _ref$precision,
6605
7432
  _ref$stepSize = _ref.stepSize,
6606
7433
  stepSize = _ref$stepSize === void 0 ? 1 : _ref$stepSize,
6607
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$b);
7434
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$29);
6608
7435
 
6609
7436
  var _useTextField = useTextField(_extends({}, allOtherProps, {
6610
7437
  ref: ref
@@ -6784,12 +7611,14 @@ var InlineBanner = function InlineBanner(_ref) {
6784
7611
  onClose = _ref.onClose,
6785
7612
  caption = _ref.caption,
6786
7613
  primaryButton = _ref.primaryButton,
6787
- secondaryButton = _ref.secondaryButton;
7614
+ secondaryButton = _ref.secondaryButton,
7615
+ _ref$testId = _ref.testId,
7616
+ testId = _ref$testId === void 0 ? 'inline_banner' : _ref$testId;
6788
7617
  var multiLine = !!title;
6789
7618
  var dismissable = !!onClose;
6790
7619
  var Layout = multiLine ? Stack : Inline;
6791
7620
  return React__default.createElement("div", {
6792
- "data-testid": "inline_banner",
7621
+ "data-testid": testId,
6793
7622
  className: classnames(styles$A['banner'], (_classnames = {}, _classnames[styles$A['banner--info']] = theme === BANNER_THEME.INFO, _classnames[styles$A['banner--warning']] = theme === BANNER_THEME.WARNING, _classnames[styles$A['banner--success']] = theme === BANNER_THEME.SUCCESS, _classnames[styles$A['banner--danger']] = theme === BANNER_THEME.DANGER, _classnames[styles$A['banner--upsell']] = theme === BANNER_THEME.UPSELL, _classnames[styles$A['banner--single-line']] = !multiLine, _classnames))
6794
7623
  }, React__default.createElement(Inline, {
6795
7624
  alignItems: multiLine ? undefined : 'center',
@@ -6825,7 +7654,7 @@ var InlineBanner = function InlineBanner(_ref) {
6825
7654
 
6826
7655
  var styles$C = {"badge":"_2f81N","badge--warning":"_2g1GI","badge--danger":"_2zLnM","badge--success":"_27QOo","badge--info":"_2gmsM"};
6827
7656
 
6828
- var _excluded$c = ["children", "theme", "title"];
7657
+ var _excluded$2a = ["children", "theme", "title", "testId"];
6829
7658
 
6830
7659
  var Badge = function Badge(_ref, forwardedRef) {
6831
7660
  var _classnames;
@@ -6833,7 +7662,8 @@ var Badge = function Badge(_ref, forwardedRef) {
6833
7662
  var children = _ref.children,
6834
7663
  theme = _ref.theme,
6835
7664
  title = _ref.title,
6836
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$c);
7665
+ testId = _ref.testId,
7666
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
6837
7667
 
6838
7668
  var internalRef = React.useRef(null);
6839
7669
  var ref = forwardedRef || internalRef;
@@ -6847,7 +7677,8 @@ var Badge = function Badge(_ref, forwardedRef) {
6847
7677
  ref: ref
6848
7678
  }, React__default.createElement("div", Object.assign({
6849
7679
  className: classnames(styles$C['badge'], (_classnames = {}, _classnames[styles$C['badge--success']] = theme === 'success', _classnames[styles$C['badge--danger']] = theme === 'danger', _classnames[styles$C['badge--info']] = theme === 'info', _classnames[styles$C['badge--warning']] = theme === 'warning', _classnames)),
6850
- ref: ref
7680
+ ref: ref,
7681
+ "data-testid": testId
6851
7682
  }, otherProps), children));
6852
7683
  };
6853
7684
 
@@ -6935,7 +7766,8 @@ var Avatar = function Avatar(_ref) {
6935
7766
  size = _ref$size === void 0 ? 'medium' : _ref$size,
6936
7767
  url = _ref.url,
6937
7768
  badge = _ref.badge,
6938
- alt = _ref.alt;
7769
+ alt = _ref.alt,
7770
+ testId = _ref.testId;
6939
7771
 
6940
7772
  var _useState = React.useState(false),
6941
7773
  showIconInsteadOfImage = _useState[0],
@@ -6951,7 +7783,8 @@ var Avatar = function Avatar(_ref) {
6951
7783
  className: classnames(styles$D['avatar'], (_classnames = {}, _classnames[styles$D['avatar--small']] = size === 'small', _classnames[styles$D['avatar--medium']] = size === 'medium', _classnames[styles$D['avatar--large']] = size === 'large', _classnames[styles$D['avatar--extra-large']] = size === 'extra-large', _classnames)),
6952
7784
  style: {
6953
7785
  backgroundColor: children || url && !showIconInsteadOfImage ? backgroundColor : defaultProfilePictureColors.backgroundColor
6954
- }
7786
+ },
7787
+ "data-testid": testId
6955
7788
  }, children || React__default.createElement(AvatarImage, {
6956
7789
  url: url,
6957
7790
  color: defaultProfilePictureColors.avatarColor,
@@ -6964,12 +7797,60 @@ var Avatar = function Avatar(_ref) {
6964
7797
  }, badge));
6965
7798
  };
6966
7799
 
7800
+ var CHIP_THEME = {
7801
+ MARKETING: 'marketing',
7802
+ SUCCESS: 'success',
7803
+ UPSELL: 'upsell',
7804
+ WARNING: 'warning',
7805
+ INFO: 'info',
7806
+ DANGER: 'danger'
7807
+ };
7808
+
7809
+ var styles$F = {"chip":"_1fIeV","chip--marketing":"_V4byU","chip--success":"_37gN9","chip--upsell":"_Tw7tp","chip--warning":"_t94VZ","chip--info":"_3SmeO","chip--danger":"_2eoX0"};
7810
+
7811
+ var Chip = function Chip(_ref) {
7812
+ var _classnames;
7813
+
7814
+ var children = _ref.children,
7815
+ _ref$theme = _ref.theme,
7816
+ theme = _ref$theme === void 0 ? CHIP_THEME.MARKETING : _ref$theme,
7817
+ testId = _ref.testId;
7818
+ return React__default.createElement("div", {
7819
+ "data-testid": testId,
7820
+ className: classnames(styles$F['chip'], (_classnames = {}, _classnames[styles$F['chip--marketing']] = theme === CHIP_THEME.MARKETING, _classnames[styles$F['chip--success']] = theme === CHIP_THEME.SUCCESS, _classnames[styles$F['chip--upsell']] = theme === CHIP_THEME.UPSELL, _classnames[styles$F['chip--warning']] = theme === CHIP_THEME.WARNING, _classnames[styles$F['chip--info']] = theme === CHIP_THEME.INFO, _classnames[styles$F['chip--danger']] = theme === CHIP_THEME.DANGER, _classnames))
7821
+ }, children);
7822
+ };
7823
+
7824
+ var styles$G = {"pill":"_23q4Y","pill--default":"_niDEM","pill--success":"_IwDRB","pill--danger":"_MPji-","pill--warning":"_3S2m8","pill--info":"_2G3ML"};
7825
+
7826
+ var PILL_THEME = {
7827
+ INFO: 'info',
7828
+ SUCCESS: 'success',
7829
+ DANGER: 'danger',
7830
+ WARNING: 'warning',
7831
+ DEFAULT: 'default'
7832
+ };
7833
+
7834
+ var Pill = function Pill(_ref) {
7835
+ var _classnames;
7836
+
7837
+ var children = _ref.children,
7838
+ _ref$theme = _ref.theme,
7839
+ theme = _ref$theme === void 0 ? PILL_THEME.DEFAULT : _ref$theme,
7840
+ testId = _ref.testId;
7841
+ return React__default.createElement("div", {
7842
+ "data-testid": testId,
7843
+ className: classnames(styles$G['pill'], (_classnames = {}, _classnames[styles$G['pill--default']] = theme === PILL_THEME.DEFAULT, _classnames[styles$G['pill--warning']] = theme === PILL_THEME.WARNING, _classnames[styles$G['pill--success']] = theme === PILL_THEME.SUCCESS, _classnames[styles$G['pill--danger']] = theme === PILL_THEME.DANGER, _classnames[styles$G['pill--info']] = theme === PILL_THEME.INFO, _classnames))
7844
+ }, children);
7845
+ };
7846
+
6967
7847
  exports.AsyncSelectField = AsyncSelectField;
6968
7848
  exports.Avatar = Avatar;
6969
7849
  exports.Badge = Badge$1;
6970
7850
  exports.Button = Button$1;
6971
7851
  exports.Calendar = Calendar;
6972
7852
  exports.CheckboxField = CheckboxField;
7853
+ exports.Chip = Chip;
6973
7854
  exports.CurrencyField = CurrencyField;
6974
7855
  exports.DataTable = DataTable;
6975
7856
  exports.DataTableCell = DataTableCell;
@@ -7114,6 +7995,7 @@ exports.MultiSelectField = MultiSelectField;
7114
7995
  exports.PaginationControls = PaginationControls;
7115
7996
  exports.PasswordField = PasswordField;
7116
7997
  exports.PercentageField = PercentageField;
7998
+ exports.Pill = Pill;
7117
7999
  exports.PillSelectField = PillSelectField;
7118
8000
  exports.RadioGroupField = RadioGroupField;
7119
8001
  exports.RadioGroupOption = RadioGroupOption;