@7shifts/sous-chef 2.19.0 → 3.0.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 (320) hide show
  1. package/README.md +2 -2
  2. package/dist/actions/Button/Button.d.ts +0 -4
  3. package/dist/{src/controls/DateFilter/DateFilterStepper/DateFilterStepper.d.ts → controls/DateFilter/DateStepper/DateStepper.d.ts} +2 -2
  4. package/dist/controls/DateFilter/DateStepper/index.d.ts +1 -0
  5. package/dist/controls/DateFilter/DateText/DateText.d.ts +9 -0
  6. package/dist/controls/DateFilter/DateText/index.d.ts +1 -0
  7. package/dist/controls/DateFilter/DisplayDate/DisplayDate.d.ts +9 -0
  8. package/dist/controls/DateFilter/DisplayDate/index.d.ts +1 -0
  9. package/dist/{src/lists → core}/DataTable/DataTable.d.ts +0 -0
  10. package/dist/{src/lists → core}/DataTable/DataTableCell/DataTableCell.d.ts +0 -0
  11. package/dist/{src/lists → core}/DataTable/DataTableCell/index.d.ts +0 -0
  12. package/dist/{src/lists → core}/DataTable/DataTableContext.d.ts +0 -0
  13. package/dist/{src/lists → core}/DataTable/DataTableHeader.d.ts +0 -0
  14. package/dist/{src/lists → core}/DataTable/index.d.ts +0 -0
  15. package/dist/{src/lists → core}/DataTable/types.d.ts +0 -0
  16. package/dist/{src/lists → core}/DataTableEditableCell/DataTableEditableCell.d.ts +0 -0
  17. package/dist/{src/lists → core}/DataTableEditableCell/index.d.ts +0 -0
  18. package/dist/core/DataTableRow/DataTableRow.d.ts +11 -0
  19. package/dist/{src/lists → core}/DataTableRow/DataTableRowActions/DataTableRowActions.d.ts +0 -0
  20. package/dist/{src/lists → core}/DataTableRow/DataTableRowActions/index.d.ts +0 -0
  21. package/dist/{src/lists → core}/DataTableRow/index.d.ts +0 -0
  22. package/dist/{src/layout → core}/Flex/Flex.d.ts +0 -0
  23. package/dist/{src/layout → core}/Flex/index.d.ts +0 -0
  24. package/dist/{src/layout → core}/Flex/types.d.ts +0 -0
  25. package/dist/{src/layout → core}/Inline/Inline.d.ts +0 -0
  26. package/dist/{src/layout → core}/Inline/index.d.ts +0 -0
  27. package/dist/core/ResourceTable/ResourceTable.d.ts +28 -0
  28. package/dist/core/ResourceTable/ResourceTableContext.d.ts +8 -0
  29. package/dist/core/ResourceTable/ResourceTableHeader.d.ts +12 -0
  30. package/dist/core/ResourceTable/index.d.ts +1 -0
  31. package/dist/core/ResourceTable/types.d.ts +26 -0
  32. package/dist/core/ResourceTableRow/ResourceTableRow.d.ts +13 -0
  33. package/dist/core/ResourceTableRow/index.d.ts +1 -0
  34. package/dist/{src/layout → core}/Stack/Stack.d.ts +0 -0
  35. package/dist/{src/layout → core}/Stack/index.d.ts +0 -0
  36. package/dist/forms/AffixContainer/AffixContainer.d.ts +1 -0
  37. package/dist/forms/DateRangeField/FromDate/FromDate.d.ts +2 -1
  38. package/dist/forms/DateRangeField/ToDate/ToDate.d.ts +1 -0
  39. package/dist/forms/MultiSelectField/CustomOption/CustomOption.d.ts +7 -0
  40. package/dist/{src/forms/SelectField → forms/MultiSelectField}/CustomOption/index.d.ts +0 -0
  41. package/dist/forms/TextField/useTextField.d.ts +1 -1
  42. package/dist/icons/components/IconAwful.d.ts +9 -0
  43. package/dist/icons/components/IconAwfulMonochromatic.d.ts +9 -0
  44. package/dist/icons/components/IconBad.d.ts +9 -0
  45. package/dist/icons/components/IconBadMonochromatic.d.ts +9 -0
  46. package/dist/icons/components/IconDecent.d.ts +9 -0
  47. package/dist/icons/components/IconDecentMonochromatic.d.ts +9 -0
  48. package/dist/icons/components/IconGood.d.ts +9 -0
  49. package/dist/icons/components/IconGoodMonochromatic.d.ts +9 -0
  50. package/dist/icons/components/IconGreat.d.ts +9 -0
  51. package/dist/icons/components/IconGreatMonochromatic.d.ts +9 -0
  52. package/dist/icons/components/index.d.ts +10 -0
  53. package/dist/index.css +26 -138
  54. package/dist/index.js +1030 -887
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.modern.js +1021 -886
  57. package/dist/index.modern.js.map +1 -1
  58. package/dist/layout/Flex/Flex.d.ts +2 -2
  59. package/dist/layout/Flex/types.d.ts +4 -0
  60. package/dist/layout/Inline/Inline.d.ts +3 -3
  61. package/dist/layout/Stack/Stack.d.ts +3 -3
  62. package/dist/lists/DataTable/DataTable.d.ts +5 -5
  63. package/dist/lists/DataTable/DataTableContext.d.ts +2 -2
  64. package/dist/lists/DataTable/DataTableHeader.d.ts +3 -3
  65. package/dist/lists/DataTable/types.d.ts +12 -11
  66. package/dist/lists/DataTableRow/DataTableRow.d.ts +4 -3
  67. package/dist/lists/DataTableRow/DataTableRowActions/DataTableRowActions.d.ts +2 -2
  68. package/dist/lists/index.d.ts +2 -5
  69. package/dist/overlay/Menu/Menu.d.ts +0 -1
  70. package/dist/overlay/Menu/types.d.ts +1 -1
  71. package/package.json +1 -1
  72. package/dist/icons/src/components/IconArrowLeft.d.ts +0 -9
  73. package/dist/icons/src/components/IconArrowRight.d.ts +0 -9
  74. package/dist/icons/src/components/IconAward.d.ts +0 -9
  75. package/dist/icons/src/components/IconCalendarAlt.d.ts +0 -9
  76. package/dist/icons/src/components/IconCheck.d.ts +0 -9
  77. package/dist/icons/src/components/IconChevronDown.d.ts +0 -9
  78. package/dist/icons/src/components/IconChevronLeft.d.ts +0 -9
  79. package/dist/icons/src/components/IconChevronRight.d.ts +0 -9
  80. package/dist/icons/src/components/IconChevronUp.d.ts +0 -9
  81. package/dist/icons/src/components/IconEllipsisV.d.ts +0 -9
  82. package/dist/icons/src/components/IconExclaimationTriangle.d.ts +0 -9
  83. package/dist/icons/src/components/IconEye.d.ts +0 -9
  84. package/dist/icons/src/components/IconEyeSlash.d.ts +0 -9
  85. package/dist/icons/src/components/IconInfoCircle.d.ts +0 -9
  86. package/dist/icons/src/components/IconPlus.d.ts +0 -9
  87. package/dist/icons/src/components/IconTimes.d.ts +0 -9
  88. package/dist/icons/src/components/IconTimesOctagon.d.ts +0 -9
  89. package/dist/icons/src/components/IconUserSolid.d.ts +0 -9
  90. package/dist/icons/src/constants.d.ts +0 -6
  91. package/dist/icons/src/iconUtils.d.ts +0 -8
  92. package/dist/icons.tsx.js +0 -2
  93. package/dist/icons.tsx.js.map +0 -1
  94. package/dist/icons.tsx.modern.js +0 -2
  95. package/dist/icons.tsx.modern.js.map +0 -1
  96. package/dist/index.tsx.js +0 -2
  97. package/dist/index.tsx.js.map +0 -1
  98. package/dist/index.tsx.modern.js +0 -2
  99. package/dist/index.tsx.modern.js.map +0 -1
  100. package/dist/src/actions/Button/Button.d.ts +0 -30
  101. package/dist/src/actions/Button/constants.d.ts +0 -28
  102. package/dist/src/actions/Button/index.d.ts +0 -1
  103. package/dist/src/actions/Button/types.d.ts +0 -4
  104. package/dist/src/actions/Link/Link.d.ts +0 -11
  105. package/dist/src/actions/Link/constants.d.ts +0 -8
  106. package/dist/src/actions/Link/index.d.ts +0 -1
  107. package/dist/src/actions/Link/types.d.ts +0 -2
  108. package/dist/src/actions/PaginationControls/PaginationControls.d.ts +0 -13
  109. package/dist/src/actions/PaginationControls/index.d.ts +0 -1
  110. package/dist/src/actions/Toggle/Toggle.d.ts +0 -18
  111. package/dist/src/actions/Toggle/index.d.ts +0 -1
  112. package/dist/src/actions/index.d.ts +0 -5
  113. package/dist/src/controls/DateFilter/DateFilter.d.ts +0 -12
  114. package/dist/src/controls/DateFilter/DateFilterDisplay/DateFilterDisplay.d.ts +0 -10
  115. package/dist/src/controls/DateFilter/DateFilterDisplay/DateFilterText/DateFilterText.d.ts +0 -9
  116. package/dist/src/controls/DateFilter/DateFilterDisplay/DateFilterText/domain.d.ts +0 -2
  117. package/dist/src/controls/DateFilter/DateFilterDisplay/index.d.ts +0 -1
  118. package/dist/src/controls/DateFilter/DateFilterStepper/domain.d.ts +0 -2
  119. package/dist/src/controls/DateFilter/DateFilterStepper/index.d.ts +0 -1
  120. package/dist/src/controls/DateFilter/constants.d.ts +0 -9
  121. package/dist/src/controls/DateFilter/index.d.ts +0 -1
  122. package/dist/src/controls/DateFilter/types.d.ts +0 -3
  123. package/dist/src/controls/SegmentedControl/SegmentedControl.d.ts +0 -8
  124. package/dist/src/controls/SegmentedControl/index.d.ts +0 -1
  125. package/dist/src/controls/ToolbarSelect/ToolbarSelect.d.ts +0 -17
  126. package/dist/src/controls/ToolbarSelect/ToolbarSelect.styles.d.ts +0 -5
  127. package/dist/src/controls/ToolbarSelect/index.d.ts +0 -1
  128. package/dist/src/controls/index.d.ts +0 -4
  129. package/dist/src/core/Portal/Portal.d.ts +0 -6
  130. package/dist/src/core/Portal/index.d.ts +0 -1
  131. package/dist/src/core/SousChefProvider/SousChefProvider.d.ts +0 -6
  132. package/dist/src/core/SousChefProvider/index.d.ts +0 -1
  133. package/dist/src/core/index.d.ts +0 -2
  134. package/dist/src/feedback/CircularProgress/CircularProgress.d.ts +0 -9
  135. package/dist/src/feedback/CircularProgress/index.d.ts +0 -1
  136. package/dist/src/feedback/InlineBanner/ButtonCTA/ButtonCTA.d.ts +0 -10
  137. package/dist/src/feedback/InlineBanner/ButtonCTA/index.d.ts +0 -1
  138. package/dist/src/feedback/InlineBanner/InlineBanner.d.ts +0 -14
  139. package/dist/src/feedback/InlineBanner/InlineBannerCTA/InlineBannerCTA.d.ts +0 -11
  140. package/dist/src/feedback/InlineBanner/InlineBannerCTA/index.d.ts +0 -1
  141. package/dist/src/feedback/InlineBanner/InlineBannerIcon/InlineBannerIcon.d.ts +0 -6
  142. package/dist/src/feedback/InlineBanner/InlineBannerIcon/index.d.ts +0 -1
  143. package/dist/src/feedback/InlineBanner/constants.d.ts +0 -11
  144. package/dist/src/feedback/InlineBanner/index.d.ts +0 -1
  145. package/dist/src/feedback/InlineBanner/types.d.ts +0 -1
  146. package/dist/src/feedback/PersistentBanner/PersistentBanner.d.ts +0 -13
  147. package/dist/src/feedback/PersistentBanner/constants.d.ts +0 -5
  148. package/dist/src/feedback/PersistentBanner/index.d.ts +0 -1
  149. package/dist/src/feedback/PersistentBanner/types.d.ts +0 -1
  150. package/dist/src/feedback/Progress/domain.d.ts +0 -11
  151. package/dist/src/feedback/Progress/useProgress.d.ts +0 -18
  152. package/dist/src/feedback/ProgressBar/ProgressBar.d.ts +0 -8
  153. package/dist/src/feedback/ProgressBar/index.d.ts +0 -1
  154. package/dist/src/feedback/Spinner/Spinner.d.ts +0 -9
  155. package/dist/src/feedback/Spinner/constants.d.ts +0 -6
  156. package/dist/src/feedback/Spinner/index.d.ts +0 -1
  157. package/dist/src/feedback/Toast/Toast.d.ts +0 -9
  158. package/dist/src/feedback/Toast/constants.d.ts +0 -5
  159. package/dist/src/feedback/Toast/index.d.ts +0 -1
  160. package/dist/src/feedback/Toast/types.d.ts +0 -1
  161. package/dist/src/feedback/index.d.ts +0 -7
  162. package/dist/src/forms/AffixContainer/AffixContainer.d.ts +0 -8
  163. package/dist/src/forms/AffixContainer/index.d.ts +0 -1
  164. package/dist/src/forms/AsyncSelectField/AsyncSelectField.d.ts +0 -14
  165. package/dist/src/forms/AsyncSelectField/CustomList/CustomList.d.ts +0 -8
  166. package/dist/src/forms/AsyncSelectField/CustomList/index.d.ts +0 -1
  167. package/dist/src/forms/AsyncSelectField/index.d.ts +0 -1
  168. package/dist/src/forms/AsyncSelectField/types.d.ts +0 -5
  169. package/dist/src/forms/Caption/Caption.d.ts +0 -7
  170. package/dist/src/forms/Caption/index.d.ts +0 -1
  171. package/dist/src/forms/CheckboxField/CheckboxField.d.ts +0 -18
  172. package/dist/src/forms/CheckboxField/index.d.ts +0 -1
  173. package/dist/src/forms/CurrencyField/CurrencyField.d.ts +0 -11
  174. package/dist/src/forms/CurrencyField/index.d.ts +0 -1
  175. package/dist/src/forms/DateField/DateField.d.ts +0 -25
  176. package/dist/src/forms/DateField/index.d.ts +0 -1
  177. package/dist/src/forms/DatePickerCalendar/DatePickerCalendar.d.ts +0 -15
  178. package/dist/src/forms/DatePickerCalendar/index.d.ts +0 -1
  179. package/dist/src/forms/DateRangeField/DateRangeField.d.ts +0 -25
  180. package/dist/src/forms/DateRangeField/FromDate/FromDate.d.ts +0 -17
  181. package/dist/src/forms/DateRangeField/FromDate/index.d.ts +0 -1
  182. package/dist/src/forms/DateRangeField/ToDate/ToDate.d.ts +0 -17
  183. package/dist/src/forms/DateRangeField/ToDate/index.d.ts +0 -1
  184. package/dist/src/forms/DateRangeField/index.d.ts +0 -1
  185. package/dist/src/forms/ErrorMessage/ErrorMessage.d.ts +0 -8
  186. package/dist/src/forms/ErrorMessage/index.d.ts +0 -1
  187. package/dist/src/forms/Field/Field.d.ts +0 -11
  188. package/dist/src/forms/Field/index.d.ts +0 -1
  189. package/dist/src/forms/Form/Form.d.ts +0 -14
  190. package/dist/src/forms/Form/FormContext.d.ts +0 -8
  191. package/dist/src/forms/Form/index.d.ts +0 -1
  192. package/dist/src/forms/Form/types.d.ts +0 -3
  193. package/dist/src/forms/FormFeedback/FormFeedback.d.ts +0 -8
  194. package/dist/src/forms/FormFeedback/index.d.ts +0 -1
  195. package/dist/src/forms/FormRow/FormRow.d.ts +0 -21
  196. package/dist/src/forms/FormRow/index.d.ts +0 -1
  197. package/dist/src/forms/Label/Label.d.ts +0 -8
  198. package/dist/src/forms/Label/domain.d.ts +0 -1
  199. package/dist/src/forms/Label/index.d.ts +0 -1
  200. package/dist/src/forms/Label/useLabelTooltip.d.ts +0 -7
  201. package/dist/src/forms/MultiSelectField/MultiSelectField.d.ts +0 -28
  202. package/dist/src/forms/MultiSelectField/index.d.ts +0 -1
  203. package/dist/src/forms/PasswordCriteria/PasswordCriteria.d.ts +0 -7
  204. package/dist/src/forms/PasswordCriteria/index.d.ts +0 -1
  205. package/dist/src/forms/PasswordField/PasswordField.d.ts +0 -20
  206. package/dist/src/forms/PasswordField/index.d.ts +0 -1
  207. package/dist/src/forms/PasswordField/types.d.ts +0 -5
  208. package/dist/src/forms/PercentageField/PercentageField.d.ts +0 -13
  209. package/dist/src/forms/PercentageField/index.d.ts +0 -1
  210. package/dist/src/forms/PillSelectField/PillSelectField.d.ts +0 -19
  211. package/dist/src/forms/PillSelectField/index.d.ts +0 -1
  212. package/dist/src/forms/RadioGroupBoxOption/RadioGroupBoxOption.d.ts +0 -11
  213. package/dist/src/forms/RadioGroupBoxOption/index.d.ts +0 -1
  214. package/dist/src/forms/RadioGroupField/BoxOptions/BoxOptions.d.ts +0 -8
  215. package/dist/src/forms/RadioGroupField/BoxOptions/index.d.ts +0 -1
  216. package/dist/src/forms/RadioGroupField/RadioGroupField.d.ts +0 -25
  217. package/dist/src/forms/RadioGroupField/RadioGroupFieldContext.d.ts +0 -10
  218. package/dist/src/forms/RadioGroupField/RadioOptions/RadioOptions.d.ts +0 -9
  219. package/dist/src/forms/RadioGroupField/RadioOptions/index.d.ts +0 -1
  220. package/dist/src/forms/RadioGroupField/domain.d.ts +0 -6
  221. package/dist/src/forms/RadioGroupField/index.d.ts +0 -1
  222. package/dist/src/forms/RadioGroupOption/RadioGroupOption.d.ts +0 -11
  223. package/dist/src/forms/RadioGroupOption/index.d.ts +0 -1
  224. package/dist/src/forms/SelectField/CustomContainer/CustomContainer.d.ts +0 -2
  225. package/dist/src/forms/SelectField/CustomContainer/index.d.ts +0 -1
  226. package/dist/src/forms/SelectField/CustomControl/CustomControl.d.ts +0 -5
  227. package/dist/src/forms/SelectField/CustomControl/index.d.ts +0 -1
  228. package/dist/src/forms/SelectField/CustomMenu/CustomMenu.d.ts +0 -5
  229. package/dist/src/forms/SelectField/CustomMenu/index.d.ts +0 -1
  230. package/dist/src/forms/SelectField/CustomOption/CustomOption.d.ts +0 -2
  231. package/dist/src/forms/SelectField/SelectField.d.ts +0 -36
  232. package/dist/src/forms/SelectField/SelectField.styles.d.ts +0 -7
  233. package/dist/src/forms/SelectField/domain.d.ts +0 -5
  234. package/dist/src/forms/SelectField/index.d.ts +0 -1
  235. package/dist/src/forms/SelectField/types.d.ts +0 -22
  236. package/dist/src/forms/SelectField/useSelectField.d.ts +0 -12
  237. package/dist/src/forms/TextAreaField/TextAreaField.d.ts +0 -26
  238. package/dist/src/forms/TextAreaField/index.d.ts +0 -1
  239. package/dist/src/forms/TextField/TextField.d.ts +0 -28
  240. package/dist/src/forms/TextField/index.d.ts +0 -1
  241. package/dist/src/forms/TextField/useTextField.d.ts +0 -38
  242. package/dist/src/forms/TimeField/TimeField.d.ts +0 -9
  243. package/dist/src/forms/TimeField/index.d.ts +0 -1
  244. package/dist/src/forms/WeekField/WeekField.d.ts +0 -26
  245. package/dist/src/forms/WeekField/index.d.ts +0 -1
  246. package/dist/src/forms/hooks/useCheckBoxFieldControllers.d.ts +0 -18
  247. package/dist/src/forms/hooks/useDateFieldControllers.d.ts +0 -18
  248. package/dist/src/forms/hooks/useFieldControllers.d.ts +0 -24
  249. package/dist/src/forms/hooks/useFieldId.d.ts +0 -6
  250. package/dist/src/forms/hooks/useGrowTextAreaRef.d.ts +0 -10
  251. package/dist/src/forms/hooks/useMultiSelectFieldControllers.d.ts +0 -19
  252. package/dist/src/forms/hooks/usePasswordCriteria.d.ts +0 -2
  253. package/dist/src/forms/hooks/useRadioGroupFieldControllers.d.ts +0 -15
  254. package/dist/src/forms/hooks/useRangeFieldControllers.d.ts +0 -19
  255. package/dist/src/forms/hooks/useSelectFieldControllers.d.ts +0 -20
  256. package/dist/src/forms/index.d.ts +0 -24
  257. package/dist/src/foundation/colors.d.ts +0 -53
  258. package/dist/src/foundation/constants.d.ts +0 -8
  259. package/dist/src/hooks/useIsMounted.d.ts +0 -1
  260. package/dist/src/hooks/usePortalContainer.d.ts +0 -4
  261. package/dist/src/icons.d.ts +0 -2
  262. package/dist/src/index.d.ts +0 -10
  263. package/dist/src/layout/Card/Card.d.ts +0 -11
  264. package/dist/src/layout/Card/index.d.ts +0 -1
  265. package/dist/src/layout/index.d.ts +0 -5
  266. package/dist/src/lists/DataTableRow/DataTableRow.d.ts +0 -11
  267. package/dist/src/lists/index.d.ts +0 -6
  268. package/dist/src/media/Avatar/Avatar.d.ts +0 -12
  269. package/dist/src/media/Avatar/AvatarImage/AvatarImage.d.ts +0 -9
  270. package/dist/src/media/Avatar/AvatarImage/index.d.ts +0 -1
  271. package/dist/src/media/Avatar/constants.d.ts +0 -4
  272. package/dist/src/media/Avatar/index.d.ts +0 -1
  273. package/dist/src/media/Badge/Badge.d.ts +0 -10
  274. package/dist/src/media/Badge/index.d.ts +0 -1
  275. package/dist/src/media/Chip/Chip.d.ts +0 -11
  276. package/dist/src/media/Chip/constants.d.ts +0 -8
  277. package/dist/src/media/Chip/index.d.ts +0 -1
  278. package/dist/src/media/Chip/types.d.ts +0 -1
  279. package/dist/src/media/Pill/Pill.d.ts +0 -10
  280. package/dist/src/media/Pill/constants.d.ts +0 -7
  281. package/dist/src/media/Pill/index.d.ts +0 -1
  282. package/dist/src/media/Pill/types.d.ts +0 -1
  283. package/dist/src/media/index.d.ts +0 -5
  284. package/dist/src/overlay/Calendar/Calendar.d.ts +0 -24
  285. package/dist/src/overlay/Calendar/constants.d.ts +0 -8
  286. package/dist/src/overlay/Calendar/domain.d.ts +0 -7
  287. package/dist/src/overlay/Calendar/index.d.ts +0 -1
  288. package/dist/src/overlay/Calendar/types.d.ts +0 -2
  289. package/dist/src/overlay/KebabMenu/KebabMenu.d.ts +0 -6
  290. package/dist/src/overlay/KebabMenu/index.d.ts +0 -1
  291. package/dist/src/overlay/Menu/Menu.d.ts +0 -10
  292. package/dist/src/overlay/Menu/MenuButton.d.ts +0 -8
  293. package/dist/src/overlay/Menu/MenuContext.d.ts +0 -9
  294. package/dist/src/overlay/Menu/MenuItem.d.ts +0 -7
  295. package/dist/src/overlay/Menu/MenuList.d.ts +0 -6
  296. package/dist/src/overlay/Menu/index.d.ts +0 -1
  297. package/dist/src/overlay/Menu/types.d.ts +0 -6
  298. package/dist/src/overlay/Modal/Modal.d.ts +0 -20
  299. package/dist/src/overlay/Modal/ModalBody/ModalBody.d.ts +0 -7
  300. package/dist/src/overlay/Modal/ModalBody/index.d.ts +0 -1
  301. package/dist/src/overlay/Modal/ModalBody/useScrollShadow.d.ts +0 -7
  302. package/dist/src/overlay/Modal/ModalFooter/ModalFooter.d.ts +0 -13
  303. package/dist/src/overlay/Modal/ModalFooter/index.d.ts +0 -1
  304. package/dist/src/overlay/Modal/ModalHeader/ModalHeader.d.ts +0 -8
  305. package/dist/src/overlay/Modal/ModalHeader/index.d.ts +0 -1
  306. package/dist/src/overlay/Modal/index.d.ts +0 -1
  307. package/dist/src/overlay/Tooltip/Tooltip.d.ts +0 -22
  308. package/dist/src/overlay/Tooltip/TooltipOverlay/TooltipOverlay.d.ts +0 -16
  309. package/dist/src/overlay/Tooltip/TooltipOverlay/domain.d.ts +0 -20
  310. package/dist/src/overlay/Tooltip/TooltipOverlay/index.d.ts +0 -1
  311. package/dist/src/overlay/Tooltip/constants.d.ts +0 -15
  312. package/dist/src/overlay/Tooltip/index.d.ts +0 -1
  313. package/dist/src/overlay/Tooltip/types.d.ts +0 -6
  314. package/dist/src/overlay/hooks/useOnClickOutside.d.ts +0 -5
  315. package/dist/src/overlay/index.d.ts +0 -6
  316. package/dist/src/utils/date.d.ts +0 -24
  317. package/dist/src/utils/formik.d.ts +0 -6
  318. package/dist/src/utils/i18n.d.ts +0 -1
  319. package/dist/src/utils/string.d.ts +0 -1
  320. package/dist/src/utils/types.d.ts +0 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm install --save @7shifts/sous-chef
23
23
  ```tsx
24
24
  import React, { Component } from 'react';
25
25
 
26
- import { ResourceTable } from '@7shifts/sous-chef';
26
+ import { DataTable } from '@7shifts/sous-chef';
27
27
  import '@7shifts/sous-chef/dist/index.css';
28
28
 
29
29
  class Example extends Component {
@@ -40,7 +40,7 @@ class Example extends Component {
40
40
  }
41
41
  ];
42
42
  render() {
43
- return <ResourceTable items={items} />;
43
+ return <DataTable items={items} />;
44
44
  }
45
45
  }
46
46
  ```
@@ -9,10 +9,6 @@ declare type Props = {
9
9
  onClick?: React.MouseEventHandler;
10
10
  onKeyDown?: React.KeyboardEventHandler;
11
11
  id?: string;
12
- /**
13
- * @deprecated use the `size='min-width-100'` instead
14
- */
15
- wide?: boolean;
16
12
  loading?: boolean;
17
13
  /** This will show a black tooltip when the user hover the button */
18
14
  title?: string;
@@ -7,5 +7,5 @@ declare type Props = {
7
7
  date: Date;
8
8
  onChange: (selected: Date) => void;
9
9
  };
10
- declare const DateFilterStepper: ({ children, mode, stepDirection, onChange, date }: Props) => JSX.Element;
11
- export default DateFilterStepper;
10
+ declare const DateStepper: ({ children, mode, stepDirection, onChange, date }: Props) => JSX.Element;
11
+ export default DateStepper;
@@ -0,0 +1 @@
1
+ export { default } from './DateStepper';
@@ -0,0 +1,9 @@
1
+ import * as dateUtil from '../../../utils/date';
2
+ import { DateFilterMode } from '../types';
3
+ declare type Props = {
4
+ mode: DateFilterMode;
5
+ selectedDay: Date;
6
+ weekStart: dateUtil.WeekStart;
7
+ };
8
+ declare const DisplayDate: ({ mode, selectedDay, weekStart }: Props) => JSX.Element;
9
+ export default DisplayDate;
@@ -0,0 +1 @@
1
+ export { default } from './DateText';
@@ -0,0 +1,9 @@
1
+ import * as dateUtil from '../../../utils/date';
2
+ import { DateFilterMode } from '../types';
3
+ declare type Props = {
4
+ mode: DateFilterMode;
5
+ selectedDay: Date;
6
+ weekStart: dateUtil.WeekStart;
7
+ };
8
+ declare const DisplayDate: ({ mode, selectedDay, weekStart }: Props) => JSX.Element;
9
+ export default DisplayDate;
@@ -0,0 +1 @@
1
+ export { default } from './DisplayDate';
File without changes
File without changes
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { Action } from '../DataTable/types';
3
+ declare type Props = {
4
+ children: React.ReactNode;
5
+ onClick?: () => void;
6
+ isSelected?: boolean;
7
+ actions?: Action[];
8
+ hasDefaultPadding?: boolean;
9
+ } & Omit<React.HTMLProps<HTMLDivElement>, 'css'>;
10
+ declare const DataTableRow: React.ForwardRefExoticComponent<Pick<Props, "children" | "type" | "default" | "disabled" | "onClick" | "id" | "title" | "href" | "target" | "size" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "pattern" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "contextMenu" | "list" | "start" | "wrap" | "dir" | "checked" | "value" | "placeholder" | "prefix" | "content" | "translate" | "hidden" | "open" | "multiple" | "autoFocus" | "defaultValue" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "draggable" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isSelected" | "actions" | "hasDefaultPadding"> & React.RefAttributes<HTMLDivElement>>;
11
+ export default DataTableRow;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import type { Column, CustomComponent, Item, Sort } from './types';
3
+ declare type Props<T> = {
4
+ /** Each element represents a row and each key of the object represents a column */
5
+ items: Item<T>[];
6
+ /** For each column element, the `name` property should match the key on `items` */
7
+ columns?: Column[];
8
+ /** A custom component for customizing how the each item is rendered. It pass as props: `item`, `index`, `columnSizes` and `columns` */
9
+ itemComponent?: React.ComponentType<CustomComponent<T>>;
10
+ maxHeight?: number;
11
+ /** Used for pagination */
12
+ hasPrevious?: boolean;
13
+ /** Used for pagination */
14
+ hasNext?: boolean;
15
+ /** Used for pagination */
16
+ onPreviousClick?: () => void;
17
+ /** Used for pagination */
18
+ onNextClick?: () => void;
19
+ isLoading?: boolean;
20
+ /** It is fired when a sorted column is clicked to be sorted */
21
+ onSort?: (sort: Sort) => void;
22
+ showActionMenu?: boolean;
23
+ };
24
+ /**
25
+ * @deprecated On v2.0 we introduced the `DataTable` that should be used for tabular data. This component will be removed on v3.0.
26
+ */
27
+ declare const ResourceTable: <T extends unknown>({ items, columns, itemComponent, maxHeight, hasPrevious, hasNext, onPreviousClick, onNextClick, onSort, isLoading, showActionMenu }: Props<T>) => JSX.Element;
28
+ export default ResourceTable;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export declare type ResourceTableContextType = {
3
+ columnSizes?: number[];
4
+ showActionMenu?: boolean;
5
+ };
6
+ declare const Context: import("react").Context<ResourceTableContextType>;
7
+ export declare const useResourceTableContext: () => ResourceTableContextType;
8
+ export default Context;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import type { Column, Sort } from './types';
3
+ declare type Props = {
4
+ columns: Column[];
5
+ onSort?: (sort: Sort) => void;
6
+ showActionMenu?: boolean;
7
+ };
8
+ /**
9
+ * @deprecated On v2.0 we introduced the `DataTable` that should be used for tabular data. This component will be removed on v3.0.
10
+ */
11
+ declare const ResourceTableHeader: React.FC<Props>;
12
+ export default ResourceTableHeader;
@@ -0,0 +1 @@
1
+ export { default } from './ResourceTable';
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ export declare type Column = {
3
+ name: string;
4
+ label?: React.ReactNode;
5
+ size?: number;
6
+ isSortable?: boolean;
7
+ currentSort?: SortDirection;
8
+ };
9
+ export declare type SortDirection = 'asc' | 'desc' | null;
10
+ export declare type Sort = {
11
+ columnName: string;
12
+ direction: SortDirection;
13
+ };
14
+ export declare type Item<T> = T | (T & {
15
+ actions?: Action[];
16
+ });
17
+ export declare type CustomComponent<T> = {
18
+ item: Item<T>;
19
+ index: number;
20
+ columnSizes?: number[];
21
+ columns?: Column[];
22
+ };
23
+ export declare type Action = {
24
+ label: React.ReactNode;
25
+ onAction: () => void;
26
+ };
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import type { Action } from '../ResourceTable/types';
3
+ declare type Props = {
4
+ children: React.ReactNode;
5
+ onClick?: () => void;
6
+ isSelected?: boolean;
7
+ actions?: Action[];
8
+ };
9
+ /**
10
+ * @deprecated On v2.0 we introduced the `DataTable` that should be used for tabular data. This component will be removed on v3.0.
11
+ */
12
+ declare const ResourceTableRow: React.FC<Props>;
13
+ export default ResourceTableRow;
@@ -0,0 +1 @@
1
+ export { default } from './ResourceTableRow';
File without changes
File without changes
@@ -3,6 +3,7 @@ declare type Props = {
3
3
  prefix?: React.ReactNode;
4
4
  suffix?: React.ReactNode;
5
5
  children: React.ReactElement;
6
+ testId?: string;
6
7
  };
7
8
  declare const AffixContainer: React.FC<Props>;
8
9
  export default AffixContainer;
@@ -12,6 +12,7 @@ declare type Props = {
12
12
  readOnly: boolean;
13
13
  onChange: (e: Date) => void;
14
14
  onDayClick: () => void;
15
+ testId?: string;
15
16
  };
16
- declare const FromDate: ({ name, id, format, disabledDays, start, end, placeholder, weekStart, disabled, readOnly, onChange, onDayClick }: Props) => JSX.Element;
17
+ declare const FromDate: ({ name, id, format, disabledDays, start, end, placeholder, weekStart, disabled, readOnly, onChange, onDayClick, testId }: Props) => JSX.Element;
17
18
  export default FromDate;
@@ -12,6 +12,7 @@ declare type Props = {
12
12
  readOnly: boolean;
13
13
  onChange: (e: Date) => void;
14
14
  onBlur: () => void;
15
+ testId?: string;
15
16
  };
16
17
  declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLInputElement>>;
17
18
  export default _default;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { OptionProps } from 'react-select';
3
+ interface Props<T> extends OptionProps<T, true> {
4
+ CustomComponent: React.ElementType;
5
+ }
6
+ declare function CustomOption<T>({ children, CustomComponent, ...props }: Props<T>): JSX.Element;
7
+ export default CustomOption;
@@ -11,7 +11,7 @@ export declare const useTextField: ({ autoComplete, autoFocus, defaultValue, dis
11
11
  autoComplete: "on" | "off" | undefined;
12
12
  autoFocus: boolean | undefined;
13
13
  className: string;
14
- 'data-testid': string;
14
+ 'data-testid': string | undefined;
15
15
  disabled: boolean | undefined;
16
16
  defaultValue: string | undefined;
17
17
  id: string;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconAwful: React.ForwardRefExoticComponent<Pick<Props, "string" | "children" | "type" | "onClick" | "onKeyDown" | "id" | "href" | "target" | "testId" | "size" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconAwful;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconAwfulMonochromatic: React.ForwardRefExoticComponent<Pick<Props, "string" | "children" | "type" | "onClick" | "onKeyDown" | "id" | "href" | "target" | "testId" | "size" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconAwfulMonochromatic;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconBad: React.ForwardRefExoticComponent<Pick<Props, "string" | "children" | "type" | "onClick" | "onKeyDown" | "id" | "href" | "target" | "testId" | "size" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconBad;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconBadMonochromatic: React.ForwardRefExoticComponent<Pick<Props, "string" | "children" | "type" | "onClick" | "onKeyDown" | "id" | "href" | "target" | "testId" | "size" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconBadMonochromatic;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconDecent: React.ForwardRefExoticComponent<Pick<Props, "string" | "children" | "type" | "onClick" | "onKeyDown" | "id" | "href" | "target" | "testId" | "size" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconDecent;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconDecentMonochromatic: React.ForwardRefExoticComponent<Pick<Props, "string" | "children" | "type" | "onClick" | "onKeyDown" | "id" | "href" | "target" | "testId" | "size" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconDecentMonochromatic;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ testId?: string;
7
+ } & React.SVGProps<SVGSVGElement>;
8
+ declare const IconGood: React.ForwardRefExoticComponent<Pick<Props, "string" | "children" | "type" | "onClick" | "onKeyDown" | "id" | "href" | "target" | "testId" | "size" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "color" | "className" | "height" | "lang" | "max" | "media" | "method" | "min" | "name" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconGood;