@7shifts/sous-chef 1.5.4 → 1.5.8

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 (261) hide show
  1. package/CHANGELOG.md +30 -2
  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/index.css +1258 -889
  125. package/dist/index.js +45 -26
  126. package/dist/index.js.map +1 -1
  127. package/dist/index.modern.js +45 -26
  128. package/dist/index.modern.js.map +1 -1
  129. package/package.json +6 -6
  130. package/dist/actions/Button/Button.js.flow +0 -44
  131. package/dist/actions/Button/index.js.flow +0 -8
  132. package/dist/actions/PaginationControls/PaginationControls.js.flow +0 -16
  133. package/dist/actions/PaginationControls/index.js.flow +0 -8
  134. package/dist/actions/Toggle/Toggle.js.flow +0 -21
  135. package/dist/actions/Toggle/index.js.flow +0 -8
  136. package/dist/actions/index.js.flow +0 -11
  137. package/dist/core/DataTable/DataTable.js.flow +0 -59
  138. package/dist/core/DataTable/DataTableContext.js.flow +0 -15
  139. package/dist/core/DataTable/index.js.flow +0 -8
  140. package/dist/core/DataTable/types.js.flow +0 -32
  141. package/dist/core/DataTableCell/DataTableCell.js.flow +0 -16
  142. package/dist/core/DataTableCell/index.js.flow +0 -8
  143. package/dist/core/DataTableEditableCell/DataTableEditableCell.js.flow +0 -26
  144. package/dist/core/DataTableEditableCell/index.js.flow +0 -8
  145. package/dist/core/DataTableRow/DataTableRow.js.flow +0 -17
  146. package/dist/core/DataTableRow/index.js.flow +0 -8
  147. package/dist/core/Flex/Flex.js.flow +0 -29
  148. package/dist/core/Flex/index.js.flow +0 -8
  149. package/dist/core/Flex/types.js.flow +0 -27
  150. package/dist/core/Inline/Inline.js.flow +0 -41
  151. package/dist/core/Inline/index.js.flow +0 -8
  152. package/dist/core/ResourceTable/ResourceTable.js.flow +0 -55
  153. package/dist/core/ResourceTable/ResourceTableContext.js.flow +0 -15
  154. package/dist/core/ResourceTable/index.js.flow +0 -8
  155. package/dist/core/ResourceTable/types.js.flow +0 -32
  156. package/dist/core/ResourceTableRow/ResourceTableRow.js.flow +0 -17
  157. package/dist/core/ResourceTableRow/index.js.flow +0 -8
  158. package/dist/core/Stack/Stack.js.flow +0 -35
  159. package/dist/core/Stack/index.js.flow +0 -8
  160. package/dist/core/index.js.flow +0 -39
  161. package/dist/feedback/Spinner/Spinner.js.flow +0 -15
  162. package/dist/feedback/Spinner/index.js.flow +0 -8
  163. package/dist/feedback/index.js.flow +0 -9
  164. package/dist/forms/AffixContainer/AffixContainer.js.flow +0 -15
  165. package/dist/forms/AffixContainer/index.js.flow +0 -8
  166. package/dist/forms/Caption/Caption.js.flow +0 -14
  167. package/dist/forms/Caption/index.js.flow +0 -8
  168. package/dist/forms/CheckboxField/CheckboxField.js.flow +0 -25
  169. package/dist/forms/CheckboxField/index.js.flow +0 -8
  170. package/dist/forms/DateField/DateField.js.flow +0 -35
  171. package/dist/forms/DateField/index.js.flow +0 -8
  172. package/dist/forms/DatePickerCalendar/DatePickerCalendar.js.flow +0 -18
  173. package/dist/forms/DatePickerCalendar/index.js.flow +0 -8
  174. package/dist/forms/DatePickerField/DatePickerField.d.ts +0 -23
  175. package/dist/forms/DatePickerField/DatePickerField.js.flow +0 -35
  176. package/dist/forms/DatePickerField/index.d.ts +0 -1
  177. package/dist/forms/DatePickerField/index.js.flow +0 -8
  178. package/dist/forms/DateRangeField/DateRangeField.js.flow +0 -37
  179. package/dist/forms/DateRangeField/index.js.flow +0 -8
  180. package/dist/forms/ErrorMessage/ErrorMessage.js.flow +0 -14
  181. package/dist/forms/ErrorMessage/index.js.flow +0 -8
  182. package/dist/forms/Field/Field.js.flow +0 -17
  183. package/dist/forms/Field/index.js.flow +0 -8
  184. package/dist/forms/Form/Form.js.flow +0 -18
  185. package/dist/forms/Form/FormContext.js.flow +0 -17
  186. package/dist/forms/Form/index.js.flow +0 -8
  187. package/dist/forms/Form/types.js.flow +0 -21
  188. package/dist/forms/FormRow/FormRow.js.flow +0 -31
  189. package/dist/forms/FormRow/index.js.flow +0 -15
  190. package/dist/forms/Label/Label.js.flow +0 -14
  191. package/dist/forms/Label/index.js.flow +0 -8
  192. package/dist/forms/MultiSelectField/MultiSelectField.js.flow +0 -33
  193. package/dist/forms/MultiSelectField/index.js.flow +0 -8
  194. package/dist/forms/PasswordCriteria/PasswordCriteria.js.flow +0 -14
  195. package/dist/forms/PasswordCriteria/index.js.flow +0 -8
  196. package/dist/forms/PasswordField/PasswordField.js.flow +0 -28
  197. package/dist/forms/PasswordField/index.js.flow +0 -8
  198. package/dist/forms/PasswordField/types.js.flow +0 -12
  199. package/dist/forms/PillSelectField/PillSelectField.js.flow +0 -26
  200. package/dist/forms/PillSelectField/index.js.flow +0 -8
  201. package/dist/forms/RadioGroupField/RadioGroupField.js.flow +0 -20
  202. package/dist/forms/RadioGroupField/index.js.flow +0 -8
  203. package/dist/forms/RadioGroupOption/RadioGroupOption.js.flow +0 -16
  204. package/dist/forms/RadioGroupOption/index.js.flow +0 -8
  205. package/dist/forms/SelectField/SelectField.js.flow +0 -40
  206. package/dist/forms/SelectField/index.js.flow +0 -8
  207. package/dist/forms/SelectField/types.js.flow +0 -26
  208. package/dist/forms/TextAreaField/TextAreaField.js.flow +0 -35
  209. package/dist/forms/TextAreaField/index.js.flow +0 -8
  210. package/dist/forms/TextField/TextField.js.flow +0 -38
  211. package/dist/forms/TextField/index.js.flow +0 -8
  212. package/dist/forms/WeekField/WeekField.js.flow +0 -35
  213. package/dist/forms/WeekField/index.js.flow +0 -8
  214. package/dist/forms/WeekPickerField/WeekPickerField.d.ts +0 -25
  215. package/dist/forms/WeekPickerField/WeekPickerField.js.flow +0 -35
  216. package/dist/forms/WeekPickerField/index.d.ts +0 -1
  217. package/dist/forms/WeekPickerField/index.js.flow +0 -8
  218. package/dist/forms/index.js.flow +0 -56
  219. package/dist/foundation/colors.js.flow +0 -116
  220. package/dist/icons/IconArrowDown.js.flow +0 -19
  221. package/dist/icons/IconArrowLeft.js.flow +0 -17
  222. package/dist/icons/IconArrowRight.js.flow +0 -17
  223. package/dist/icons/IconArrowUp.js.flow +0 -17
  224. package/dist/icons/IconCalendar.js.flow +0 -17
  225. package/dist/icons/IconCheck.js.flow +0 -17
  226. package/dist/icons/IconChevronDown.js.flow +0 -18
  227. package/dist/icons/IconChevronUp.js.flow +0 -16
  228. package/dist/icons/IconComment.js.flow +0 -16
  229. package/dist/icons/IconDelete.js.flow +0 -17
  230. package/dist/icons/IconEdit.js.flow +0 -17
  231. package/dist/icons/IconExclaim.flow +0 -17
  232. package/dist/icons/IconEye.js.flow +0 -17
  233. package/dist/icons/IconEyeSlash.js.flow +0 -17
  234. package/dist/icons/IconLocation.js.flow +0 -16
  235. package/dist/icons/IconMinusCircle.js.flow +0 -16
  236. package/dist/icons/IconMore.js.flow +0 -17
  237. package/dist/icons/IconRemove.js.flow +0 -17
  238. package/dist/icons/IconUser.flow +0 -17
  239. package/dist/icons/IconUser.js.flow +0 -17
  240. package/dist/icons/IconUserPlus.js.flow +0 -17
  241. package/dist/icons/index.js.flow +0 -50
  242. package/dist/icons/types.js.flow +0 -8
  243. package/dist/index.js.flow +0 -14
  244. package/dist/media/Avatar/Avatar.js.flow +0 -18
  245. package/dist/media/Avatar/index.js.flow +0 -8
  246. package/dist/media/Badge/Badge.js.flow +0 -18
  247. package/dist/media/Badge/index.js.flow +0 -8
  248. package/dist/media/index.js.flow +0 -10
  249. package/dist/nophoto~DrLDqLZE.png +0 -0
  250. package/dist/overlay/Modal/Modal.js.flow +0 -23
  251. package/dist/overlay/Modal/ModalBody/ModalBody.js.flow +0 -13
  252. package/dist/overlay/Modal/ModalBody/index.js.flow +0 -8
  253. package/dist/overlay/Modal/ModalFooter/ModalFooter.js.flow +0 -18
  254. package/dist/overlay/Modal/ModalFooter/index.js.flow +0 -8
  255. package/dist/overlay/Modal/index.js.flow +0 -8
  256. package/dist/overlay/Tooltip/Tooltip.js.flow +0 -21
  257. package/dist/overlay/Tooltip/index.js.flow +0 -8
  258. package/dist/overlay/index.js.flow +0 -12
  259. package/dist/profile/LetterProfile/LetterProfile.d.ts +0 -9
  260. package/dist/profile/LetterProfile/index.d.ts +0 -1
  261. package/dist/profile/index.d.ts +0 -2
@@ -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,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,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,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,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,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,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,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,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,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,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,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,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,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,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';
@@ -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
- theme?: 'success' | 'danger' | 'warning' | 'info',
12
- /**
13
- * This will show a black tooltip when the user hover the button
14
- */
15
- title?: string
16
- };
17
- declare var Badge: (props: Props) => React$Node;
18
- declare export default typeof Badge;
@@ -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 './Badge';
@@ -1,10 +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 Avatar from './Avatar';
9
- import Badge from './Badge';
10
- declare export { Avatar, Badge };
Binary file
@@ -1,23 +0,0 @@
1
- /**
2
- * Flowtype definitions for Modal
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
- header?: React$Node,
12
- subHeader?: React$Node,
13
- onClose: () => void,
14
- zIndex?: number,
15
- rootElementId?: string,
16
- width?: number,
17
- height?: number,
18
- maxWidth?: number
19
- };
20
- declare class Modal extends React$Component<Props> {
21
- static setAppElement(element: HTMLElement | string | null): void;
22
- }
23
- declare export default typeof Modal;
@@ -1,13 +0,0 @@
1
- /**
2
- * Flowtype definitions for ModalBody
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
- };
12
- declare var ModalBody: (props: Props) => React$Node;
13
- declare export default typeof ModalBody;
@@ -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 './ModalBody';
@@ -1,18 +0,0 @@
1
- /**
2
- * Flowtype definitions for ModalFooter
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
- actions?: {
12
- primary?: React$Element,
13
- secondary?: React$Element,
14
- tertiary?: React$Element
15
- }
16
- };
17
- declare var ModalFooter: (props: Props) => React$Node;
18
- declare export default typeof ModalFooter;
@@ -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 './ModalFooter';
@@ -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 './Modal';
@@ -1,21 +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
- theme?: 'white' | 'black',
11
- placement?: 'bottom' | 'top',
12
- header?: React$Node,
13
- overlay?: React$Node,
14
- delayOnClose?: boolean,
15
- delayOnOpen?: boolean,
16
- extraClass?: string,
17
- onClose?: () => void,
18
- children: React$Node
19
- };
20
- declare var Tooltip: (props: Props) => React$Node;
21
- declare export default typeof Tooltip;
@@ -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 "./Tooltip";
@@ -1,12 +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 Tooltip from './Tooltip';
9
- import Modal from './Modal';
10
- import ModalBody from './Modal/ModalBody';
11
- import ModalFooter from './Modal/ModalFooter';
12
- declare export { Tooltip, Modal, ModalBody, ModalFooter };
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- declare type Props = {
3
- children: React.ReactNode;
4
- size?: 'extra-small' | 'small' | 'medium' | 'large';
5
- color?: string;
6
- };
7
- /** This is a draft component not ready to use yet. */
8
- declare const LetterProfile: React.FC<Props>;
9
- export default LetterProfile;
@@ -1 +0,0 @@
1
- export { default } from './LetterProfile';
@@ -1,2 +0,0 @@
1
- import LetterProfile from './LetterProfile';
2
- export { LetterProfile };