@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
package/CHANGELOG.md CHANGED
@@ -1,4 +1,32 @@
1
- ## 1.5.4 (January 10th, 2021)
1
+ ## 1.5.8 (February 14th, 2022)
2
+
3
+ ### Bug fixes
4
+
5
+ - DataTableRow: Updated hover state to only appear if there's an onClick (i.e. row action) similar to previous component (ResourceTable).
6
+ - DataTableEditableCell: Added hover state styles to DataTableEditableCell to keep proper styles after the changes to DataTableRow (above).
7
+
8
+ ## 1.5.7 (January 31st, 2022)
9
+
10
+ ### Enhancements
11
+
12
+ - TextField: Added new props:
13
+ - `onFocus`, accepts an event callback to be passed which receives the current input value
14
+ - `onKeyDown`, accepts an event callback to be passed which receives the key pressed when the input has focus
15
+ - `maxLength`, specifies the maximum length allowed by the underlying `input`
16
+
17
+ ## 1.5.6 (January 21st, 2022)
18
+
19
+ ### Enhancements
20
+
21
+ - TextField: Added new string prop `autoComplete` which has no default value. Options are "off" or "on".
22
+
23
+ ## 1.5.5 (January 13th, 2022)
24
+
25
+ ### Bug fixes
26
+
27
+ - DataTableEditableCell: Added new prop 'step' which is set to 'any' if the input type is set to 'currency'. ([#72](https://github.com/7shifts/sous-chef/pull/72))
28
+
29
+ ## 1.5.4 (January 10th, 2022)
2
30
 
3
31
  ### Enhancements
4
32
 
@@ -18,7 +46,7 @@
18
46
 
19
47
  ### New Components
20
48
 
21
- - IconCheck: added for now to use in PasswordCriteria. ([#69](https://github.com/7shifts/sous-chef/pull/69))
49
+ - IconCheck: added for now to use in PasswordCriteria. ([#69](https://github.com/7shifts/sous-chef/pull/69))
22
50
 
23
51
  ## 1.5.1 (October 20th, 2021)
24
52
 
@@ -1,22 +1,27 @@
1
1
  import React from 'react';
2
+ declare type AutoCompleteType = 'off' | 'on';
2
3
  declare type Props = {
3
- name: string;
4
+ autoComplete?: AutoCompleteType;
5
+ autoFocus?: boolean;
6
+ caption?: React.ReactNode;
7
+ defaultValue?: string;
8
+ disabled?: boolean;
9
+ error?: string;
4
10
  /** If not provided it will generate a random id so the label links properly with the text input */
5
11
  id?: string;
6
- value?: string;
7
- onChange?: (e: string) => void;
8
- onBlur?: (e: string) => void;
9
12
  label?: React.ReactNode;
10
- caption?: React.ReactNode;
11
- error?: string;
13
+ maxLength?: number;
14
+ name: string;
15
+ onBlur?: (value: string) => void;
16
+ onChange?: (value: string) => void;
17
+ onFocus?: (value: string) => void;
18
+ onKeyDown?: (key: string) => void;
12
19
  placeholder?: string;
13
- disabled?: boolean;
14
20
  /** Use a prefix for things like currency symbols (“$”, “¥”, “£”) or icons. */
15
21
  prefix?: React.ReactNode;
16
22
  /** Use suffix for things like units of measure (“in”, “cm”, ”hours”) or icons. */
17
23
  suffix?: React.ReactNode;
18
- defaultValue?: string;
19
- autoFocus?: boolean;
24
+ value?: string;
20
25
  };
21
26
  declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLInputElement>>;
22
27
  export default _default;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  declare type InputElement = HTMLInputElement | HTMLTextAreaElement;
3
3
  declare type FieldControls = {
4
4
  id: string;
@@ -6,15 +6,19 @@ declare type FieldControls = {
6
6
  value?: string;
7
7
  onChange: (e: React.ChangeEvent<InputElement>) => void;
8
8
  onBlur: (e: React.ChangeEvent<InputElement>) => void;
9
+ onFocus: (e: React.FocusEvent<InputElement>) => void;
10
+ onKeyDown: (e: React.KeyboardEvent<InputElement>) => void;
9
11
  };
10
12
  declare type Props = {
11
13
  name: string;
12
14
  id?: string;
13
15
  value?: string;
14
- onChange?: (e: string) => void;
15
- onBlur?: (e: string) => void;
16
+ onChange?: (value: string) => void;
17
+ onBlur?: (value: string) => void;
18
+ onFocus?: (value: string) => void;
19
+ onKeyDown?: (key: string) => void;
16
20
  error?: string;
17
21
  type?: 'text' | 'currency';
18
22
  };
19
- export declare const useFieldControllers: ({ name, id: inputId, value, onChange, onBlur, error, type }: Props) => FieldControls;
23
+ export declare const useFieldControllers: ({ name, id: inputId, value, onChange, onBlur, onFocus, onKeyDown, error, type }: Props) => FieldControls;
20
24
  export {};
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconAnalytics: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconAnalytics;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconArrowDown: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconArrowDown;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconArrowLeft: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconArrowLeft;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconArrowRight: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconArrowRight;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconArrowToTop: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconArrowToTop;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconArrowUp: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconArrowUp;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconAward: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconAward;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBalanceScale: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBalanceScale;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBalanceScaleLeft: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBalanceScaleLeft;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBan: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBan;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBarsH: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBarsH;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBarsV: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBarsV;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBell: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBell;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBold: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBold;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBolt: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBolt;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBook: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBook;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBriefcase: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBriefcase;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconBullseyeArrow: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconBullseyeArrow;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCalculator: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCalculator;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCalendar: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCalendar;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCalendarAlt: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCalendarAlt;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCalendarCheck: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCalendarCheck;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCalendarDay: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCalendarDay;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCalendarExclamation: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCalendarExclamation;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCalendarTomorrow: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCalendarTomorrow;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCamera: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCamera;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCameraSlash: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCameraSlash;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCashRegister: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCashRegister;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconChartBar: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconChartBar;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCheck: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCheck;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconChevronDown: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconChevronDown;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconChevronLeft: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconChevronLeft;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconChevronRight: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconChevronRight;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconChevronUp: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconChevronUp;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconClipboardList: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconClipboardList;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconClock: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconClock;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCog: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCog;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconComment: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconComment;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCommentLines: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCommentLines;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCopy: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCopy;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCreditCard: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCreditCard;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconCreditCardPlus: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconCreditCardPlus;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconDownload: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconDownload;