@7shifts/sous-chef 1.5.3 → 1.5.7

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 (142) hide show
  1. package/dist/forms/MultiSelectField/MultiSelectField.d.ts +2 -1
  2. package/dist/forms/TextField/TextField.d.ts +14 -9
  3. package/dist/forms/hooks/useFieldControllers.d.ts +8 -4
  4. package/dist/index.css +1258 -889
  5. package/dist/index.js +49 -27
  6. package/dist/index.js.map +1 -1
  7. package/dist/index.modern.js +49 -27
  8. package/dist/index.modern.js.map +1 -1
  9. package/package.json +6 -6
  10. package/CHANGELOG.md +0 -196
  11. package/dist/actions/Button/Button.js.flow +0 -44
  12. package/dist/actions/Button/index.js.flow +0 -8
  13. package/dist/actions/PaginationControls/PaginationControls.js.flow +0 -16
  14. package/dist/actions/PaginationControls/index.js.flow +0 -8
  15. package/dist/actions/Toggle/Toggle.js.flow +0 -21
  16. package/dist/actions/Toggle/index.js.flow +0 -8
  17. package/dist/actions/index.js.flow +0 -11
  18. package/dist/core/DataTable/DataTable.js.flow +0 -59
  19. package/dist/core/DataTable/DataTableContext.js.flow +0 -15
  20. package/dist/core/DataTable/index.js.flow +0 -8
  21. package/dist/core/DataTable/types.js.flow +0 -32
  22. package/dist/core/DataTableCell/DataTableCell.js.flow +0 -16
  23. package/dist/core/DataTableCell/index.js.flow +0 -8
  24. package/dist/core/DataTableEditableCell/DataTableEditableCell.js.flow +0 -26
  25. package/dist/core/DataTableEditableCell/index.js.flow +0 -8
  26. package/dist/core/DataTableRow/DataTableRow.js.flow +0 -17
  27. package/dist/core/DataTableRow/index.js.flow +0 -8
  28. package/dist/core/Flex/Flex.js.flow +0 -29
  29. package/dist/core/Flex/index.js.flow +0 -8
  30. package/dist/core/Flex/types.js.flow +0 -27
  31. package/dist/core/Inline/Inline.js.flow +0 -41
  32. package/dist/core/Inline/index.js.flow +0 -8
  33. package/dist/core/ResourceTable/ResourceTable.js.flow +0 -55
  34. package/dist/core/ResourceTable/ResourceTableContext.js.flow +0 -15
  35. package/dist/core/ResourceTable/index.js.flow +0 -8
  36. package/dist/core/ResourceTable/types.js.flow +0 -32
  37. package/dist/core/ResourceTableRow/ResourceTableRow.js.flow +0 -17
  38. package/dist/core/ResourceTableRow/index.js.flow +0 -8
  39. package/dist/core/Stack/Stack.js.flow +0 -35
  40. package/dist/core/Stack/index.js.flow +0 -8
  41. package/dist/core/index.js.flow +0 -39
  42. package/dist/feedback/Spinner/Spinner.js.flow +0 -15
  43. package/dist/feedback/Spinner/index.js.flow +0 -8
  44. package/dist/feedback/index.js.flow +0 -9
  45. package/dist/forms/AffixContainer/AffixContainer.js.flow +0 -15
  46. package/dist/forms/AffixContainer/index.js.flow +0 -8
  47. package/dist/forms/Caption/Caption.js.flow +0 -14
  48. package/dist/forms/Caption/index.js.flow +0 -8
  49. package/dist/forms/CheckboxField/CheckboxField.js.flow +0 -25
  50. package/dist/forms/CheckboxField/index.js.flow +0 -8
  51. package/dist/forms/DateField/DateField.js.flow +0 -35
  52. package/dist/forms/DateField/index.js.flow +0 -8
  53. package/dist/forms/DatePickerCalendar/DatePickerCalendar.js.flow +0 -18
  54. package/dist/forms/DatePickerCalendar/index.js.flow +0 -8
  55. package/dist/forms/DatePickerField/DatePickerField.d.ts +0 -23
  56. package/dist/forms/DatePickerField/DatePickerField.js.flow +0 -35
  57. package/dist/forms/DatePickerField/index.d.ts +0 -1
  58. package/dist/forms/DatePickerField/index.js.flow +0 -8
  59. package/dist/forms/DateRangeField/DateRangeField.js.flow +0 -37
  60. package/dist/forms/DateRangeField/index.js.flow +0 -8
  61. package/dist/forms/ErrorMessage/ErrorMessage.js.flow +0 -14
  62. package/dist/forms/ErrorMessage/index.js.flow +0 -8
  63. package/dist/forms/Field/Field.js.flow +0 -17
  64. package/dist/forms/Field/index.js.flow +0 -8
  65. package/dist/forms/Form/Form.js.flow +0 -18
  66. package/dist/forms/Form/FormContext.js.flow +0 -17
  67. package/dist/forms/Form/index.js.flow +0 -8
  68. package/dist/forms/Form/types.js.flow +0 -21
  69. package/dist/forms/FormRow/FormRow.js.flow +0 -31
  70. package/dist/forms/FormRow/index.js.flow +0 -15
  71. package/dist/forms/Label/Label.js.flow +0 -14
  72. package/dist/forms/Label/index.js.flow +0 -8
  73. package/dist/forms/MultiSelectField/MultiSelectField.js.flow +0 -33
  74. package/dist/forms/MultiSelectField/index.js.flow +0 -8
  75. package/dist/forms/PasswordCriteria/PasswordCriteria.js.flow +0 -14
  76. package/dist/forms/PasswordCriteria/index.js.flow +0 -8
  77. package/dist/forms/PasswordField/PasswordField.js.flow +0 -28
  78. package/dist/forms/PasswordField/index.js.flow +0 -8
  79. package/dist/forms/PasswordField/types.js.flow +0 -12
  80. package/dist/forms/PillSelectField/PillSelectField.js.flow +0 -26
  81. package/dist/forms/PillSelectField/index.js.flow +0 -8
  82. package/dist/forms/RadioGroupField/RadioGroupField.js.flow +0 -20
  83. package/dist/forms/RadioGroupField/index.js.flow +0 -8
  84. package/dist/forms/RadioGroupOption/RadioGroupOption.js.flow +0 -16
  85. package/dist/forms/RadioGroupOption/index.js.flow +0 -8
  86. package/dist/forms/SelectField/SelectField.js.flow +0 -40
  87. package/dist/forms/SelectField/index.js.flow +0 -8
  88. package/dist/forms/SelectField/types.js.flow +0 -26
  89. package/dist/forms/TextAreaField/TextAreaField.js.flow +0 -35
  90. package/dist/forms/TextAreaField/index.js.flow +0 -8
  91. package/dist/forms/TextField/TextField.js.flow +0 -38
  92. package/dist/forms/TextField/index.js.flow +0 -8
  93. package/dist/forms/WeekField/WeekField.js.flow +0 -35
  94. package/dist/forms/WeekField/index.js.flow +0 -8
  95. package/dist/forms/WeekPickerField/WeekPickerField.d.ts +0 -25
  96. package/dist/forms/WeekPickerField/WeekPickerField.js.flow +0 -35
  97. package/dist/forms/WeekPickerField/index.d.ts +0 -1
  98. package/dist/forms/WeekPickerField/index.js.flow +0 -8
  99. package/dist/forms/index.js.flow +0 -56
  100. package/dist/foundation/colors.js.flow +0 -116
  101. package/dist/icons/IconArrowDown.js.flow +0 -19
  102. package/dist/icons/IconArrowLeft.js.flow +0 -17
  103. package/dist/icons/IconArrowRight.js.flow +0 -17
  104. package/dist/icons/IconArrowUp.js.flow +0 -17
  105. package/dist/icons/IconCalendar.js.flow +0 -17
  106. package/dist/icons/IconCheck.js.flow +0 -17
  107. package/dist/icons/IconChevronDown.js.flow +0 -18
  108. package/dist/icons/IconChevronUp.js.flow +0 -16
  109. package/dist/icons/IconComment.js.flow +0 -16
  110. package/dist/icons/IconDelete.js.flow +0 -17
  111. package/dist/icons/IconEdit.js.flow +0 -17
  112. package/dist/icons/IconExclaim.flow +0 -17
  113. package/dist/icons/IconEye.js.flow +0 -17
  114. package/dist/icons/IconEyeSlash.js.flow +0 -17
  115. package/dist/icons/IconLocation.js.flow +0 -16
  116. package/dist/icons/IconMinusCircle.js.flow +0 -16
  117. package/dist/icons/IconMore.js.flow +0 -17
  118. package/dist/icons/IconRemove.js.flow +0 -17
  119. package/dist/icons/IconUser.flow +0 -17
  120. package/dist/icons/IconUser.js.flow +0 -17
  121. package/dist/icons/IconUserPlus.js.flow +0 -17
  122. package/dist/icons/index.js.flow +0 -50
  123. package/dist/icons/types.js.flow +0 -8
  124. package/dist/index.js.flow +0 -14
  125. package/dist/media/Avatar/Avatar.js.flow +0 -18
  126. package/dist/media/Avatar/index.js.flow +0 -8
  127. package/dist/media/Badge/Badge.js.flow +0 -18
  128. package/dist/media/Badge/index.js.flow +0 -8
  129. package/dist/media/index.js.flow +0 -10
  130. package/dist/nophoto~DrLDqLZE.png +0 -0
  131. package/dist/overlay/Modal/Modal.js.flow +0 -23
  132. package/dist/overlay/Modal/ModalBody/ModalBody.js.flow +0 -13
  133. package/dist/overlay/Modal/ModalBody/index.js.flow +0 -8
  134. package/dist/overlay/Modal/ModalFooter/ModalFooter.js.flow +0 -18
  135. package/dist/overlay/Modal/ModalFooter/index.js.flow +0 -8
  136. package/dist/overlay/Modal/index.js.flow +0 -8
  137. package/dist/overlay/Tooltip/Tooltip.js.flow +0 -21
  138. package/dist/overlay/Tooltip/index.js.flow +0 -8
  139. package/dist/overlay/index.js.flow +0 -12
  140. package/dist/profile/LetterProfile/LetterProfile.d.ts +0 -9
  141. package/dist/profile/LetterProfile/index.d.ts +0 -1
  142. package/dist/profile/index.d.ts +0 -2
@@ -1,116 +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
- declare export var WHITE: '#ffffff';
9
- declare export var BLACK: '#000000';
10
- declare export var TANGERINE100: '#fef1ed';
11
- declare export var TANGERINE200: '#fdd5c8';
12
- declare export var TANGERINE300: '#fcab91';
13
- declare export var TANGERINE400: '#fb7448';
14
- declare export var TANGERINE500: '#e16840';
15
- declare export var TANGERINE600: '#96452b';
16
- declare export var TANGERINE700: '#4a2215';
17
- declare export var EGGPLANT100: '#f0f3fb';
18
- declare export var EGGPLANT200: '#d3dbf4';
19
- declare export var EGGPLANT300: '#a7b7ea';
20
- declare export var EGGPLANT400: '#6d87dd';
21
- declare export var EGGPLANT500: '#6179c6';
22
- declare export var EGGPLANT600: '#415184';
23
- declare export var EGGPLANT700: '#32295c';
24
- declare export var MINT100: '#ecfaf8';
25
- declare export var MINT200: '#c6f1eb';
26
- declare export var MINT300: '#8de4d7';
27
- declare export var MINT400: '#3abda9';
28
- declare export var MINT500: '#35ac9a';
29
- declare export var MINT600: '#277e71';
30
- declare export var MINT700: '#133e38';
31
- declare export var RADISH100: '#fcf0f0';
32
- declare export var RADISH200: '#f7d1d1';
33
- declare export var RADISH300: '#f0a3a3';
34
- declare export var RADISH400: '#e76767';
35
- declare export var RADISH500: '#cf5c5c';
36
- declare export var RADISH600: '#8a3d3d';
37
- declare export var RADISH700: '#441e1e';
38
- declare export var BLUEBERRY100: '#f6fdff';
39
- declare export var BLUEBERRY200: '#ceecf5';
40
- declare export var BLUEBERRY300: '#9cd9eb';
41
- declare export var BLUEBERRY400: '#5bc0de';
42
- declare export var BLUEBERRY500: '#51acc7';
43
- declare export var BLUEBERRY600: '#367385';
44
- declare export var BLUEBERRY700: '#1b3942';
45
- declare export var BANANA100: '#fff9ed';
46
- declare export var BANANA200: '#ffeec9';
47
- declare export var BANANA300: '#ffdd92';
48
- declare export var BANANA400: '#ffc74a';
49
- declare export var BANANA500: '#e5b242';
50
- declare export var BANANA600: '#99772c';
51
- declare export var BANANA700: '#4c3b16';
52
- declare export var GREY100: '#f8f8f8';
53
- declare export var GREY200: '#e0e0e0';
54
- declare export var GREY300: '#c1c1c1';
55
- declare export var GREY400: '#929292';
56
- declare export var GREY500: '#555555';
57
- declare export var GREY600: '#464646';
58
- declare export var COLORS: {
59
- TANGERINE: string,
60
- EGGPLANT: string,
61
- MINT: string,
62
- RADISH: string,
63
- BLUEBERRY: string,
64
- BANANA: string,
65
- };
66
- export type Color =
67
- | typeof WHITE
68
- | typeof BLACK
69
- | typeof TANGERINE100
70
- | typeof TANGERINE200
71
- | typeof TANGERINE300
72
- | typeof TANGERINE400
73
- | typeof TANGERINE500
74
- | typeof TANGERINE600
75
- | typeof TANGERINE700
76
- | typeof EGGPLANT100
77
- | typeof EGGPLANT200
78
- | typeof EGGPLANT300
79
- | typeof EGGPLANT400
80
- | typeof EGGPLANT500
81
- | typeof EGGPLANT600
82
- | typeof EGGPLANT700
83
- | typeof MINT100
84
- | typeof MINT200
85
- | typeof MINT300
86
- | typeof MINT400
87
- | typeof MINT500
88
- | typeof MINT600
89
- | typeof MINT700
90
- | typeof RADISH100
91
- | typeof RADISH200
92
- | typeof RADISH300
93
- | typeof RADISH400
94
- | typeof RADISH500
95
- | typeof RADISH600
96
- | typeof RADISH700
97
- | typeof BLUEBERRY100
98
- | typeof BLUEBERRY200
99
- | typeof BLUEBERRY300
100
- | typeof BLUEBERRY400
101
- | typeof BLUEBERRY500
102
- | typeof BLUEBERRY600
103
- | typeof BLUEBERRY700
104
- | typeof BANANA100
105
- | typeof BANANA200
106
- | typeof BANANA300
107
- | typeof BANANA400
108
- | typeof BANANA500
109
- | typeof BANANA600
110
- | typeof BANANA700
111
- | typeof GREY100
112
- | typeof GREY200
113
- | typeof GREY300
114
- | typeof GREY400
115
- | typeof GREY500
116
- | typeof GREY600;
@@ -1,19 +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
- rotate?: number,
16
- dataTestId?: string,
17
- };
18
- declare var IconArrowDown: (props: Props) => React$Node;
19
- declare export default typeof IconArrowDown;
@@ -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 IconArrowLeft: (props: Props) => React$Node;
17
- declare export default typeof IconArrowLeft;
@@ -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,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,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,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;