@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
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconBold: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconBold;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconBolt: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconBolt;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconBook: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconBook;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconBriefcase: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconBriefcase;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconBullseyeArrow: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconBullseyeArrow;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalculator: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalculator;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalendar: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalendar;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalendarAlt: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalendarAlt;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalendarCheck: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalendarCheck;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalendarDay: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalendarDay;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalendarExclamation: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalendarExclamation;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalendarStar: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalendarStar;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCalendarTomorrow: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCalendarTomorrow;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCamera: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCamera;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCameraSlash: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCameraSlash;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCashRegister: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCashRegister;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconChartBar: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconChartBar;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCheck: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCheck;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconChevronDown: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconChevronDown;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconChevronLeft: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconChevronLeft;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconChevronRight: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconChevronRight;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconChevronUp: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconChevronUp;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconClipboardList: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconClipboardList;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconClock: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconClock;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCog: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCog;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconComment: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconComment;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCommentLines: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCommentLines;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCopy: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCopy;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCreditCard: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCreditCard;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconCreditCardPlus: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconCreditCardPlus;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconDownload: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconDownload;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconEdit: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconEdit;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconEllipsisV: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconEllipsisV;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconEnvelope: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconEnvelope;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconExclaimation: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconExclaimation;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconExclaimationTriangle: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconExclaimationTriangle;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconExpand: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconExpand;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconExternalLink: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconExternalLink;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconEye: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconEye;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconEyeSlash: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconEyeSlash;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconFile: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconFile;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconFilePdf: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconFilePdf;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconFlag: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconFlag;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconFourDotsCircle: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconFourDotsCircle;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconFourSquares: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconFourSquares;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconGavel: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconGavel;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconGif: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconGif;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconGift: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconGift;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconGrinBeam: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconGrinBeam;
@@ -3,9 +3,10 @@ import { IconSize } from '../types';
3
3
  declare type Props = {
4
4
  size?: IconSize;
5
5
  color?: string;
6
+ testId?: string;
6
7
  } & React.SVGProps<SVGSVGElement>;
7
8
  declare const IconGripVertical: {
8
- (props: Props): JSX.Element;
9
+ ({ testId, ...props }: Props): JSX.Element;
9
10
  displayName: string;
10
11
  };
11
12
  export default IconGripVertical;