@7shifts/sous-chef 1.5.5 → 2.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 (285) hide show
  1. package/CHANGELOG.md +39 -1
  2. package/dist/forms/TextField/TextField.d.ts +14 -9
  3. package/dist/forms/hooks/useFieldControllers.d.ts +8 -4
  4. package/dist/icons/components/IconAnalytics.d.ts +11 -0
  5. package/dist/icons/components/IconArrowDown.d.ts +11 -0
  6. package/dist/icons/components/IconArrowLeft.d.ts +11 -0
  7. package/dist/icons/components/IconArrowRight.d.ts +11 -0
  8. package/dist/icons/components/IconArrowToTop.d.ts +11 -0
  9. package/dist/icons/components/IconArrowUp.d.ts +11 -0
  10. package/dist/icons/components/IconAward.d.ts +11 -0
  11. package/dist/icons/components/IconBalanceScale.d.ts +11 -0
  12. package/dist/icons/components/IconBalanceScaleLeft.d.ts +11 -0
  13. package/dist/icons/components/IconBan.d.ts +11 -0
  14. package/dist/icons/components/IconBarsH.d.ts +11 -0
  15. package/dist/icons/components/IconBarsV.d.ts +11 -0
  16. package/dist/icons/components/IconBell.d.ts +11 -0
  17. package/dist/icons/components/IconBold.d.ts +11 -0
  18. package/dist/icons/components/IconBolt.d.ts +11 -0
  19. package/dist/icons/components/IconBook.d.ts +11 -0
  20. package/dist/icons/components/IconBriefcase.d.ts +11 -0
  21. package/dist/icons/components/IconBullseyeArrow.d.ts +11 -0
  22. package/dist/icons/components/IconCalculator.d.ts +11 -0
  23. package/dist/icons/components/IconCalendar.d.ts +11 -0
  24. package/dist/icons/components/IconCalendarAlt.d.ts +11 -0
  25. package/dist/icons/components/IconCalendarCheck.d.ts +11 -0
  26. package/dist/icons/components/IconCalendarDay.d.ts +11 -0
  27. package/dist/icons/components/IconCalendarExclamation.d.ts +11 -0
  28. package/dist/icons/components/IconCalendarTomorrow.d.ts +11 -0
  29. package/dist/icons/components/IconCamera.d.ts +11 -0
  30. package/dist/icons/components/IconCameraSlash.d.ts +11 -0
  31. package/dist/icons/components/IconCashRegister.d.ts +11 -0
  32. package/dist/icons/components/IconChartBar.d.ts +11 -0
  33. package/dist/icons/components/IconCheck.d.ts +11 -0
  34. package/dist/icons/components/IconChevronDown.d.ts +11 -0
  35. package/dist/icons/components/IconChevronLeft.d.ts +11 -0
  36. package/dist/icons/components/IconChevronRight.d.ts +11 -0
  37. package/dist/icons/components/IconChevronUp.d.ts +11 -0
  38. package/dist/icons/components/IconClipboardList.d.ts +11 -0
  39. package/dist/icons/components/IconClock.d.ts +11 -0
  40. package/dist/icons/components/IconCog.d.ts +11 -0
  41. package/dist/icons/components/IconComment.d.ts +11 -0
  42. package/dist/icons/components/IconCommentLines.d.ts +11 -0
  43. package/dist/icons/components/IconCopy.d.ts +11 -0
  44. package/dist/icons/components/IconCreditCard.d.ts +11 -0
  45. package/dist/icons/components/IconCreditCardPlus.d.ts +11 -0
  46. package/dist/icons/components/IconDownload.d.ts +11 -0
  47. package/dist/icons/components/IconEdit.d.ts +11 -0
  48. package/dist/icons/components/IconEllipsisV.d.ts +11 -0
  49. package/dist/icons/components/IconEnvelope.d.ts +11 -0
  50. package/dist/icons/components/IconExclaimation.d.ts +11 -0
  51. package/dist/icons/components/IconExclaimationTriangle.d.ts +11 -0
  52. package/dist/icons/components/IconExpand.d.ts +11 -0
  53. package/dist/icons/components/IconExternalLink.d.ts +11 -0
  54. package/dist/icons/components/IconEye.d.ts +11 -0
  55. package/dist/icons/components/IconEyeSlash.d.ts +11 -0
  56. package/dist/icons/components/IconFile.d.ts +11 -0
  57. package/dist/icons/components/IconFilePdf.d.ts +11 -0
  58. package/dist/icons/components/IconFlag.d.ts +11 -0
  59. package/dist/icons/components/IconFourDotsCircle.d.ts +11 -0
  60. package/dist/icons/components/IconFourSquares.d.ts +11 -0
  61. package/dist/icons/components/IconGift.d.ts +11 -0
  62. package/dist/icons/components/IconGrinBeam.d.ts +11 -0
  63. package/dist/icons/components/IconGripVertical.d.ts +11 -0
  64. package/dist/icons/components/IconHandshake.d.ts +11 -0
  65. package/dist/icons/components/IconImage.d.ts +11 -0
  66. package/dist/icons/components/IconInfoCircle.d.ts +11 -0
  67. package/dist/icons/components/IconIslandTropical.d.ts +11 -0
  68. package/dist/icons/components/IconItalic.d.ts +11 -0
  69. package/dist/icons/components/IconLaptopSearch.d.ts +11 -0
  70. package/dist/icons/components/IconLink.d.ts +11 -0
  71. package/dist/icons/components/IconList.d.ts +11 -0
  72. package/dist/icons/components/IconListOI.d.ts +11 -0
  73. package/dist/icons/components/IconLock.d.ts +11 -0
  74. package/dist/icons/components/IconMagicSolid.d.ts +11 -0
  75. package/dist/icons/components/IconMapMarker.d.ts +11 -0
  76. package/dist/icons/components/IconMegaphone.d.ts +11 -0
  77. package/dist/icons/components/IconMinus.d.ts +11 -0
  78. package/dist/icons/components/IconMinusCircle.d.ts +11 -0
  79. package/dist/icons/components/IconMoneyBill.d.ts +11 -0
  80. package/dist/icons/components/IconNotesMedical.d.ts +11 -0
  81. package/dist/icons/components/IconOvertime.d.ts +11 -0
  82. package/dist/icons/components/IconPaperPlane.d.ts +11 -0
  83. package/dist/icons/components/IconPaperPlaneClock.d.ts +11 -0
  84. package/dist/icons/components/IconPaperclip.d.ts +11 -0
  85. package/dist/icons/components/IconPencil.d.ts +11 -0
  86. package/dist/icons/components/IconPercentage.d.ts +11 -0
  87. package/dist/icons/components/IconPhone.d.ts +11 -0
  88. package/dist/icons/components/IconPlug.d.ts +11 -0
  89. package/dist/icons/components/IconPlus.d.ts +11 -0
  90. package/dist/icons/components/IconPrint.d.ts +11 -0
  91. package/dist/icons/components/IconQuestionCircle.d.ts +11 -0
  92. package/dist/icons/components/IconRepeat.d.ts +11 -0
  93. package/dist/icons/components/IconSearch.d.ts +11 -0
  94. package/dist/icons/components/IconSignOut.d.ts +11 -0
  95. package/dist/icons/components/IconSitemap.d.ts +11 -0
  96. package/dist/icons/components/IconSlidersH.d.ts +11 -0
  97. package/dist/icons/components/IconSort.d.ts +11 -0
  98. package/dist/icons/components/IconStar.d.ts +11 -0
  99. package/dist/icons/components/IconStickyNoteLines.d.ts +11 -0
  100. package/dist/icons/components/IconStopwatch.d.ts +11 -0
  101. package/dist/icons/components/IconStrikethrough.d.ts +11 -0
  102. package/dist/icons/components/IconSync.d.ts +11 -0
  103. package/dist/icons/components/IconSyncExclaimation.d.ts +11 -0
  104. package/dist/icons/components/IconTachometer.d.ts +11 -0
  105. package/dist/icons/components/IconTimes.d.ts +11 -0
  106. package/dist/icons/components/IconTimesOctagon.d.ts +11 -0
  107. package/dist/icons/components/IconTrash.d.ts +11 -0
  108. package/dist/icons/components/IconUnderline.d.ts +11 -0
  109. package/dist/icons/components/IconUndo.d.ts +11 -0
  110. package/dist/icons/components/IconUserComputer.d.ts +11 -0
  111. package/dist/icons/components/IconUserLight.d.ts +11 -0
  112. package/dist/icons/components/IconUserPlus.d.ts +11 -0
  113. package/dist/icons/components/IconUserSlash.d.ts +11 -0
  114. package/dist/icons/components/IconUserSolid.d.ts +11 -0
  115. package/dist/icons/components/IconUserTag.d.ts +11 -0
  116. package/dist/icons/components/IconUserTie.d.ts +11 -0
  117. package/dist/icons/components/IconUsers.d.ts +11 -0
  118. package/dist/icons/components/IconVideo.d.ts +11 -0
  119. package/dist/icons/components/IconVolume.d.ts +11 -0
  120. package/dist/icons/components/IconVolumeMute.d.ts +11 -0
  121. package/dist/icons/components/IconWrench.d.ts +11 -0
  122. package/dist/icons/components/index.d.ts +118 -0
  123. package/dist/icons/icon-typescript-template.d.ts +9 -0
  124. package/dist/icons/iconUtils.d.ts +7 -1
  125. package/dist/icons/index.d.ts +1 -22
  126. package/dist/index.css +9 -14
  127. package/dist/index.d.ts +1 -1
  128. package/dist/index.js +2562 -616
  129. package/dist/index.js.map +1 -1
  130. package/dist/index.modern.js +2459 -610
  131. package/dist/index.modern.js.map +1 -1
  132. package/package.json +10 -6
  133. package/dist/actions/Button/Button.js.flow +0 -44
  134. package/dist/actions/Button/index.js.flow +0 -8
  135. package/dist/actions/PaginationControls/PaginationControls.js.flow +0 -16
  136. package/dist/actions/PaginationControls/index.js.flow +0 -8
  137. package/dist/actions/Toggle/Toggle.js.flow +0 -21
  138. package/dist/actions/Toggle/index.js.flow +0 -8
  139. package/dist/actions/index.js.flow +0 -11
  140. package/dist/core/DataTable/DataTable.js.flow +0 -59
  141. package/dist/core/DataTable/DataTableContext.js.flow +0 -15
  142. package/dist/core/DataTable/index.js.flow +0 -8
  143. package/dist/core/DataTable/types.js.flow +0 -32
  144. package/dist/core/DataTableCell/DataTableCell.js.flow +0 -16
  145. package/dist/core/DataTableCell/index.js.flow +0 -8
  146. package/dist/core/DataTableEditableCell/DataTableEditableCell.js.flow +0 -26
  147. package/dist/core/DataTableEditableCell/index.js.flow +0 -8
  148. package/dist/core/DataTableRow/DataTableRow.js.flow +0 -17
  149. package/dist/core/DataTableRow/index.js.flow +0 -8
  150. package/dist/core/Flex/Flex.js.flow +0 -29
  151. package/dist/core/Flex/index.js.flow +0 -8
  152. package/dist/core/Flex/types.js.flow +0 -27
  153. package/dist/core/Inline/Inline.js.flow +0 -41
  154. package/dist/core/Inline/index.js.flow +0 -8
  155. package/dist/core/ResourceTable/ResourceTable.js.flow +0 -55
  156. package/dist/core/ResourceTable/ResourceTableContext.js.flow +0 -15
  157. package/dist/core/ResourceTable/index.js.flow +0 -8
  158. package/dist/core/ResourceTable/types.js.flow +0 -32
  159. package/dist/core/ResourceTableRow/ResourceTableRow.js.flow +0 -17
  160. package/dist/core/ResourceTableRow/index.js.flow +0 -8
  161. package/dist/core/Stack/Stack.js.flow +0 -35
  162. package/dist/core/Stack/index.js.flow +0 -8
  163. package/dist/core/index.js.flow +0 -39
  164. package/dist/feedback/Spinner/Spinner.js.flow +0 -15
  165. package/dist/feedback/Spinner/index.js.flow +0 -8
  166. package/dist/feedback/index.js.flow +0 -9
  167. package/dist/forms/AffixContainer/AffixContainer.js.flow +0 -15
  168. package/dist/forms/AffixContainer/index.js.flow +0 -8
  169. package/dist/forms/Caption/Caption.js.flow +0 -14
  170. package/dist/forms/Caption/index.js.flow +0 -8
  171. package/dist/forms/CheckboxField/CheckboxField.js.flow +0 -25
  172. package/dist/forms/CheckboxField/index.js.flow +0 -8
  173. package/dist/forms/DateField/DateField.js.flow +0 -35
  174. package/dist/forms/DateField/index.js.flow +0 -8
  175. package/dist/forms/DatePickerCalendar/DatePickerCalendar.js.flow +0 -18
  176. package/dist/forms/DatePickerCalendar/index.js.flow +0 -8
  177. package/dist/forms/DatePickerField/DatePickerField.d.ts +0 -23
  178. package/dist/forms/DatePickerField/DatePickerField.js.flow +0 -35
  179. package/dist/forms/DatePickerField/index.d.ts +0 -1
  180. package/dist/forms/DatePickerField/index.js.flow +0 -8
  181. package/dist/forms/DateRangeField/DateRangeField.js.flow +0 -37
  182. package/dist/forms/DateRangeField/index.js.flow +0 -8
  183. package/dist/forms/ErrorMessage/ErrorMessage.js.flow +0 -14
  184. package/dist/forms/ErrorMessage/index.js.flow +0 -8
  185. package/dist/forms/Field/Field.js.flow +0 -17
  186. package/dist/forms/Field/index.js.flow +0 -8
  187. package/dist/forms/Form/Form.js.flow +0 -18
  188. package/dist/forms/Form/FormContext.js.flow +0 -17
  189. package/dist/forms/Form/index.js.flow +0 -8
  190. package/dist/forms/Form/types.js.flow +0 -21
  191. package/dist/forms/FormRow/FormRow.js.flow +0 -31
  192. package/dist/forms/FormRow/index.js.flow +0 -15
  193. package/dist/forms/Label/Label.js.flow +0 -14
  194. package/dist/forms/Label/index.js.flow +0 -8
  195. package/dist/forms/MultiSelectField/MultiSelectField.js.flow +0 -33
  196. package/dist/forms/MultiSelectField/index.js.flow +0 -8
  197. package/dist/forms/PasswordCriteria/PasswordCriteria.js.flow +0 -14
  198. package/dist/forms/PasswordCriteria/index.js.flow +0 -8
  199. package/dist/forms/PasswordField/PasswordField.js.flow +0 -28
  200. package/dist/forms/PasswordField/index.js.flow +0 -8
  201. package/dist/forms/PasswordField/types.js.flow +0 -12
  202. package/dist/forms/PillSelectField/PillSelectField.js.flow +0 -26
  203. package/dist/forms/PillSelectField/index.js.flow +0 -8
  204. package/dist/forms/RadioGroupField/RadioGroupField.js.flow +0 -20
  205. package/dist/forms/RadioGroupField/index.js.flow +0 -8
  206. package/dist/forms/RadioGroupOption/RadioGroupOption.js.flow +0 -16
  207. package/dist/forms/RadioGroupOption/index.js.flow +0 -8
  208. package/dist/forms/SelectField/SelectField.js.flow +0 -40
  209. package/dist/forms/SelectField/index.js.flow +0 -8
  210. package/dist/forms/SelectField/types.js.flow +0 -26
  211. package/dist/forms/TextAreaField/TextAreaField.js.flow +0 -35
  212. package/dist/forms/TextAreaField/index.js.flow +0 -8
  213. package/dist/forms/TextField/TextField.js.flow +0 -38
  214. package/dist/forms/TextField/index.js.flow +0 -8
  215. package/dist/forms/WeekField/WeekField.js.flow +0 -35
  216. package/dist/forms/WeekField/index.js.flow +0 -8
  217. package/dist/forms/WeekPickerField/WeekPickerField.d.ts +0 -25
  218. package/dist/forms/WeekPickerField/WeekPickerField.js.flow +0 -35
  219. package/dist/forms/WeekPickerField/index.d.ts +0 -1
  220. package/dist/forms/WeekPickerField/index.js.flow +0 -8
  221. package/dist/forms/index.js.flow +0 -56
  222. package/dist/foundation/colors.js.flow +0 -116
  223. package/dist/icons/IconArrowDown.d.ts +0 -11
  224. package/dist/icons/IconArrowDown.js.flow +0 -19
  225. package/dist/icons/IconArrowLeft.d.ts +0 -9
  226. package/dist/icons/IconArrowLeft.js.flow +0 -17
  227. package/dist/icons/IconArrowRight.d.ts +0 -9
  228. package/dist/icons/IconArrowRight.js.flow +0 -17
  229. package/dist/icons/IconArrowUp.d.ts +0 -9
  230. package/dist/icons/IconArrowUp.js.flow +0 -17
  231. package/dist/icons/IconCalendar.d.ts +0 -9
  232. package/dist/icons/IconCalendar.js.flow +0 -17
  233. package/dist/icons/IconCheck.d.ts +0 -9
  234. package/dist/icons/IconCheck.js.flow +0 -17
  235. package/dist/icons/IconChevronDown.d.ts +0 -9
  236. package/dist/icons/IconChevronDown.js.flow +0 -18
  237. package/dist/icons/IconChevronUp.d.ts +0 -8
  238. package/dist/icons/IconChevronUp.js.flow +0 -16
  239. package/dist/icons/IconClose.d.ts +0 -9
  240. package/dist/icons/IconComment.d.ts +0 -9
  241. package/dist/icons/IconComment.js.flow +0 -16
  242. package/dist/icons/IconDelete.d.ts +0 -9
  243. package/dist/icons/IconDelete.js.flow +0 -17
  244. package/dist/icons/IconEdit.d.ts +0 -9
  245. package/dist/icons/IconEdit.js.flow +0 -17
  246. package/dist/icons/IconExclaim.d.ts +0 -9
  247. package/dist/icons/IconExclaim.flow +0 -17
  248. package/dist/icons/IconEye.d.ts +0 -9
  249. package/dist/icons/IconEye.js.flow +0 -17
  250. package/dist/icons/IconEyeSlash.d.ts +0 -9
  251. package/dist/icons/IconEyeSlash.js.flow +0 -17
  252. package/dist/icons/IconLocation.d.ts +0 -9
  253. package/dist/icons/IconLocation.js.flow +0 -16
  254. package/dist/icons/IconMinusCircle.d.ts +0 -9
  255. package/dist/icons/IconMinusCircle.js.flow +0 -16
  256. package/dist/icons/IconMore.d.ts +0 -9
  257. package/dist/icons/IconMore.js.flow +0 -17
  258. package/dist/icons/IconRemove.d.ts +0 -8
  259. package/dist/icons/IconRemove.js.flow +0 -17
  260. package/dist/icons/IconUser.d.ts +0 -8
  261. package/dist/icons/IconUser.flow +0 -17
  262. package/dist/icons/IconUser.js.flow +0 -17
  263. package/dist/icons/IconUserPlus.d.ts +0 -9
  264. package/dist/icons/IconUserPlus.js.flow +0 -17
  265. package/dist/icons/index.js.flow +0 -50
  266. package/dist/icons/types.js.flow +0 -8
  267. package/dist/index.js.flow +0 -14
  268. package/dist/media/Avatar/Avatar.js.flow +0 -18
  269. package/dist/media/Avatar/index.js.flow +0 -8
  270. package/dist/media/Badge/Badge.js.flow +0 -18
  271. package/dist/media/Badge/index.js.flow +0 -8
  272. package/dist/media/index.js.flow +0 -10
  273. package/dist/nophoto~DrLDqLZE.png +0 -0
  274. package/dist/overlay/Modal/Modal.js.flow +0 -23
  275. package/dist/overlay/Modal/ModalBody/ModalBody.js.flow +0 -13
  276. package/dist/overlay/Modal/ModalBody/index.js.flow +0 -8
  277. package/dist/overlay/Modal/ModalFooter/ModalFooter.js.flow +0 -18
  278. package/dist/overlay/Modal/ModalFooter/index.js.flow +0 -8
  279. package/dist/overlay/Modal/index.js.flow +0 -8
  280. package/dist/overlay/Tooltip/Tooltip.js.flow +0 -21
  281. package/dist/overlay/Tooltip/index.js.flow +0 -8
  282. package/dist/overlay/index.js.flow +0 -12
  283. package/dist/profile/LetterProfile/LetterProfile.d.ts +0 -9
  284. package/dist/profile/LetterProfile/index.d.ts +0 -1
  285. package/dist/profile/index.d.ts +0 -2
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconArrowRight: React.FC<Props>;
9
- export default IconArrowRight;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconArrowRight: (props: Props) => React$Node;
17
- declare export default typeof IconArrowRight;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconArrowUp: React.FC<Props>;
9
- export default IconArrowUp;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconArrowUp: (props: Props) => React$Node;
17
- declare export default typeof IconArrowUp;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconCalendar: React.FC<Props>;
9
- export default IconCalendar;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconCalendar: (props: Props) => React$Node;
17
- declare export default typeof IconCalendar;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconCheck: React.FC<Props>;
9
- export default IconCheck;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconCheck: (props: Props) => React$Node;
17
- declare export default typeof IconCheck;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- declare type Props = {
3
- size?: 'small' | 'medium';
4
- color?: string;
5
- rotate?: number;
6
- dataTestId?: string;
7
- };
8
- declare const IconChevronDown: React.FC<Props>;
9
- export default IconChevronDown;
@@ -1,18 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
-
11
- declare type Props = {
12
- size?: 'small' | 'medium' | 'default' | 'large',
13
- color?: Color,
14
- rotate?: number,
15
- dataTestId?: string,
16
- };
17
- declare var IconChevronDown: (props: Props) => React$Node;
18
- declare export default typeof IconChevronDown;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- declare type Props = {
4
- size?: 'small' | 'medium';
5
- color?: Color;
6
- };
7
- declare const IconChevronUp: React.FC<Props>;
8
- export default IconChevronUp;
@@ -1,16 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
-
11
- declare type Props = {
12
- size?: 'small' | 'medium' | 'default' | 'large',
13
- color?: Color,
14
- };
15
- declare var IconChevronUp: (props: Props) => React$Node;
16
- declare export default typeof IconChevronUp;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconClose: React.FC<Props>;
9
- export default IconClose;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconComment: React.FC<Props>;
9
- export default IconComment;
@@ -1,16 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
-
11
- declare type Props = {
12
- size?: 'small' | 'medium' | 'default' | 'large',
13
- color?: Color
14
- };
15
- declare var IconComment: (props: Props) => React$Node;
16
- declare export default typeof IconComment;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconDelete: React.FC<Props>;
9
- export default IconDelete;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconDelete: (props: Props) => React$Node;
17
- declare export default typeof IconDelete;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconEdit: React.FC<Props>;
9
- export default IconEdit;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconEdit: (props: Props) => React$Node;
17
- declare export default typeof IconEdit;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconExclaim: React.FC<Props>;
9
- export default IconExclaim;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color
15
- };
16
- declare var IconExclaim: (props: Props) => React$Node;
17
- declare export default typeof IconExclaim;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconEye: React.FC<Props>;
9
- export default IconEye;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconEye: (props: Props) => React$Node;
17
- declare export default typeof IconEye;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconEyeSlash: React.FC<Props>;
9
- export default IconEyeSlash;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconEyeSlash: (props: Props) => React$Node;
17
- declare export default typeof IconEyeSlash;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconLocation: React.FC<Props>;
9
- export default IconLocation;
@@ -1,16 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
-
11
- declare type Props = {
12
- size?: 'small' | 'medium' | 'default' | 'large',
13
- color?: Color
14
- };
15
- declare var IconLocation: (props: Props) => React$Node;
16
- declare export default typeof IconLocation;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconMinusCircle: React.FC<Props>;
9
- export default IconMinusCircle;
@@ -1,16 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
-
11
- declare type Props = {
12
- size?: 'small' | 'medium' | 'default' | 'large',
13
- color?: Color
14
- };
15
- declare var IconMinusCircle: (props: Props) => React$Node;
16
- declare export default typeof IconMinusCircle;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconMore: React.FC<Props>;
9
- export default IconMore;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconMore: (props: Props) => React$Node;
17
- declare export default typeof IconMore;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- declare type Props = {
4
- size?: 'small' | 'medium' | 'default' | 'large';
5
- color?: Color;
6
- };
7
- declare const IconRemove: React.FC<Props>;
8
- export default IconRemove;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color,
15
- };
16
- declare var IconRemove: (props: Props) => React$Node;
17
- declare export default typeof IconRemove;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { IconSize } from './types';
3
- declare type Props = {
4
- size?: IconSize;
5
- color?: string;
6
- };
7
- declare const IconUser: React.FC<Props>;
8
- export default IconUser;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color
15
- };
16
- declare var IconUser: (props: Props) => React$Node;
17
- declare export default typeof IconEdit;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color
15
- };
16
- declare var IconUser: (props: Props) => React$Node;
17
- declare export default typeof IconUser;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { Color } from '../foundation/colors';
3
- import { IconSize } from './types';
4
- declare type Props = {
5
- size?: IconSize;
6
- color?: Color;
7
- };
8
- declare const IconUserPlus: React.FC<Props>;
9
- export default IconUserPlus;
@@ -1,17 +0,0 @@
1
- /**
2
- * Flowtype definitions for Button
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- import type { Color } from '../foundation/colors';
10
- import type { IconSize } from '../types';
11
-
12
- declare type Props = {
13
- size?: IconSize,
14
- color?: Color
15
- };
16
- declare var IconUserPlus: (props: Props) => React$Node;
17
- declare export default typeof IconUserPlus;
@@ -1,50 +0,0 @@
1
- /**
2
- * Flowtype definitions for index
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import IconArrowDown from './IconArrowDown';
9
- import IconArrowLeft from './IconArrowLeft';
10
- import IconArrowRight from './IconArrowRight';
11
- import IconArrowUp from './IconArrowUp';
12
- import IconCalendar from './IconCalendar';
13
- import IconCheck from './IconCheck';
14
- import IconChevronDown from './IconChevronDown';
15
- import IconChevronUp from './IconChevronUp';
16
- import IconComment from './IconComment';
17
- import IconDelete from './IconDelete';
18
- import IconEdit from './IconEdit';
19
- import IconEye from './IconEye';
20
- import IconEyeSlash from './IconEyeSlash';
21
- import IconExclaim from './IconExclaim';
22
- import IconLocation from './IconLocation';
23
- import IconMinusCircle from './IconMinusCircle';
24
- import IconMore from './IconMore';
25
- import IconRemove from './IconRemove';
26
- import IconUser from './IconUser';
27
- import IconUserPlus from './IconUserPlus';
28
-
29
- declare export {
30
- IconArrowDown,
31
- IconArrowLeft,
32
- IconArrowRight,
33
- IconArrowUp,
34
- IconCalendar,
35
- IconCheck,
36
- IconChevronDown,
37
- IconChevronUp,
38
- IconComment,
39
- IconDelete,
40
- IconEdit,
41
- IconEye,
42
- IconEyeSlash,
43
- IconExclaim,
44
- IconLocation,
45
- IconMinusCircle,
46
- IconMore,
47
- IconRemove,
48
- IconUser,
49
- IconUserPlus
50
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * Flowtype definitions for colors
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- export type IconSize = 'small' | 'medium' | 'default' | 'large';
@@ -1,14 +0,0 @@
1
- /**
2
- * Flowtype definitions for index
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- declare export * from './core';
9
- declare export * from './forms';
10
- declare export * from './feedback';
11
- declare export * from './icons';
12
- declare export * from './actions';
13
- declare export * from './overlay';
14
- declare export * from './media';
@@ -1,18 +0,0 @@
1
- /**
2
- * Flowtype definitions for Tooltip
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- import * as React from 'react';
9
- declare type Props = {
10
- children?: React$Node,
11
- size?: 'small' | 'medium' | 'large' | 'extra-large',
12
- color?: string,
13
- url?: string,
14
- badge?: React$Node,
15
- alt?: string
16
- };
17
- declare var Avatar: (props: Props) => React$Node;
18
- declare export default typeof Avatar;
@@ -1,8 +0,0 @@
1
- /**
2
- * Flowtype definitions for index
3
- * Generated by Flowgen from a Typescript Definition
4
- * Flowgen v1.14.1
5
- * @flow
6
- */
7
-
8
- declare export { default } from './Avatar';