@galaxy-ds/core 2.0.4 → 2.0.6

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 (253) hide show
  1. package/dist/DateRangePicker/DateRangePicker.types.d.ts +2 -1
  2. package/dist/RibbonButtonGroup/RibbonButtonGroup.types.d.ts +3 -3
  3. package/dist/index.d.ts +3 -0
  4. package/dist/index.esm.js +471 -327
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/index.js +474 -326
  7. package/dist/index.js.map +1 -1
  8. package/dist/package.json +1 -1
  9. package/package.json +1 -1
  10. package/src/DatePicker/DatePicker.stories.mdx +11 -10
  11. package/src/DatePicker/support/DatePickerExample.tsx +14 -0
  12. package/src/DateRangePicker/DateRangePicker.stories.mdx +28 -16
  13. package/src/DateRangePicker/DateRangePicker.test.tsx +6 -1
  14. package/src/DateRangePicker/DateRangePicker.types.ts +11 -1
  15. package/src/DateRangePicker/support/DateRangePickerExample.tsx +31 -0
  16. package/src/RibbonButton/RibbonButton.stories.mdx +27 -3
  17. package/src/RibbonButton/RibbonButton.styled.tsx +4 -5
  18. package/src/RibbonButton/RibbonButton.tsx +2 -1
  19. package/src/RibbonButtonGroup/RibbonButtonGroup.stories.mdx +27 -2
  20. package/src/RibbonButtonGroup/RibbonButtonGroup.tsx +2 -2
  21. package/src/RibbonButtonGroup/RibbonButtonGroup.types.ts +11 -12
  22. package/src/index.ts +4 -1
  23. package/dist/Accordion/AccordionProps.types.d.ts +0 -10
  24. package/dist/AccordionDetails/AccordionDetails.styled.d.ts +0 -2
  25. package/dist/AccordionDetails/AccordionDetailsProps.types.d.ts +0 -3
  26. package/dist/AccordionPanel/AccordionPanel.styled.d.ts +0 -17
  27. package/dist/AccordionPanel/AccordionPanelProps.types.d.ts +0 -3
  28. package/dist/AccordionSummary/AccordionSummary.styled.d.ts +0 -7
  29. package/dist/AccordionSummary/AccordionSummaryProps.types.d.ts +0 -4
  30. package/dist/AppointmentCalendar/AppointmentCalendar.d.ts +0 -4
  31. package/dist/AppointmentCalendar/AppointmentCalendarProps.types.d.ts +0 -89
  32. package/dist/Autocomplete/AutocompleteProps.types.d.ts +0 -80
  33. package/dist/AvatarGroup/AvatarGroupProps.types.d.ts +0 -8
  34. package/dist/AvatarsGroup/AvatarsGroup.d.ts +0 -4
  35. package/dist/AvatarsGroup/AvatarsGroup.types.d.ts +0 -9
  36. package/dist/Badge/Badge.d.ts +0 -4
  37. package/dist/Badge/Badge.styled.d.ts +0 -4
  38. package/dist/Badge/Badge.types.d.ts +0 -3
  39. package/dist/Badge/index.d.ts +0 -2
  40. package/dist/BottomListButton/BottomListButtonProps.types.d.ts +0 -4
  41. package/dist/Box/BoxProps.types.d.ts +0 -3
  42. package/dist/Breadcrumbs/BreadcrumbsProps.types.d.ts +0 -4
  43. package/dist/Button/ButtonProps.types.d.ts +0 -5
  44. package/dist/Card/CardProps.types.d.ts +0 -6
  45. package/dist/Chip/ChipProps.types.d.ts +0 -10
  46. package/dist/DatePicker/DatePickerProps.types.d.ts +0 -10
  47. package/dist/DateRangePicker/DateRangePickerProps.types.d.ts +0 -3
  48. package/dist/Dialog/Dialog.types.d.ts +0 -11
  49. package/dist/Divider/DividerProps.types.d.ts +0 -5
  50. package/dist/Drawer/DrawerProps.types.d.ts +0 -10
  51. package/dist/DrawerMenu/DrawerMenuProps.types.d.ts +0 -29
  52. package/dist/EmptyState/EmptyStateProps.types.d.ts +0 -7
  53. package/dist/FooterActions/FooterActionsProps.types.d.ts +0 -5
  54. package/dist/FormGroup/FormGroupProps.types.d.ts +0 -23
  55. package/dist/Grid/GridProps.types.d.ts +0 -3
  56. package/dist/HeaderToolbar/HeaderToolbarProps.types.d.ts +0 -25
  57. package/dist/Icon/IconProps.types.d.ts +0 -4
  58. package/dist/Icons/Access.d.ts +0 -3
  59. package/dist/Icons/AccountingIcon.d.ts +0 -3
  60. package/dist/Icons/AssignCurvedIcon.d.ts +0 -3
  61. package/dist/Icons/AvatarBusiness.d.ts +0 -3
  62. package/dist/Icons/AvatarCompany.d.ts +0 -3
  63. package/dist/Icons/AvatarGovernment.d.ts +0 -3
  64. package/dist/Icons/AvatarPeople.d.ts +0 -3
  65. package/dist/Icons/AvatarPerson.d.ts +0 -3
  66. package/dist/Icons/AvatarTrust.d.ts +0 -3
  67. package/dist/Icons/Browse.d.ts +0 -3
  68. package/dist/Icons/Browse2.d.ts +0 -3
  69. package/dist/Icons/ButtonCaret.d.ts +0 -3
  70. package/dist/Icons/ButtonFilter.d.ts +0 -3
  71. package/dist/Icons/Calendar.d.ts +0 -3
  72. package/dist/Icons/ChevronDown.d.ts +0 -3
  73. package/dist/Icons/ChevronLeft.d.ts +0 -3
  74. package/dist/Icons/ChevronRight.d.ts +0 -3
  75. package/dist/Icons/CoinEuroIcon.d.ts +0 -3
  76. package/dist/Icons/CoinIcon.d.ts +0 -3
  77. package/dist/Icons/CoinPoundIcon.d.ts +0 -3
  78. package/dist/Icons/Cross.d.ts +0 -3
  79. package/dist/Icons/CrossIcon16.d.ts +0 -3
  80. package/dist/Icons/CurrencyEuroIcon.d.ts +0 -3
  81. package/dist/Icons/CurrencyIcon.d.ts +0 -3
  82. package/dist/Icons/CurrencyPoundIcon.d.ts +0 -3
  83. package/dist/Icons/Dialog/Alert.d.ts +0 -3
  84. package/dist/Icons/Dialog/Info.d.ts +0 -3
  85. package/dist/Icons/Dialog/InfoCircle.d.ts +0 -3
  86. package/dist/Icons/Dialog/LeapLogo.d.ts +0 -3
  87. package/dist/Icons/Dialog/Warning.d.ts +0 -3
  88. package/dist/Icons/Doctype/ActivityTypeDefault.d.ts +0 -3
  89. package/dist/Icons/Doctype/ActivityTypePhoneCall.d.ts +0 -3
  90. package/dist/Icons/Doctype/ActivityTypeScannedDoc.d.ts +0 -3
  91. package/dist/Icons/Doctype/ActivityTypeVideoCall.d.ts +0 -3
  92. package/dist/Icons/Doctype/DocTypeAppointment.d.ts +0 -3
  93. package/dist/Icons/Doctype/DocTypeAppointmentCriticalDate.d.ts +0 -3
  94. package/dist/Icons/Doctype/DocTypeAudio.d.ts +0 -3
  95. package/dist/Icons/Doctype/DocTypeClausePrecedent.d.ts +0 -3
  96. package/dist/Icons/Doctype/DocTypeComment.d.ts +0 -3
  97. package/dist/Icons/Doctype/DocTypeCriticalDate.d.ts +0 -3
  98. package/dist/Icons/Doctype/DocTypeDeadline.d.ts +0 -3
  99. package/dist/Icons/Doctype/DocTypeDefault.d.ts +0 -3
  100. package/dist/Icons/Doctype/DocTypeEmail.d.ts +0 -3
  101. package/dist/Icons/Doctype/DocTypeEmailDraft.d.ts +0 -3
  102. package/dist/Icons/Doctype/DocTypeEmailReceived.d.ts +0 -3
  103. package/dist/Icons/Doctype/DocTypeEmailRecieved.d.ts +0 -3
  104. package/dist/Icons/Doctype/DocTypeEmailSent.d.ts +0 -3
  105. package/dist/Icons/Doctype/DocTypeExcel.d.ts +0 -3
  106. package/dist/Icons/Doctype/DocTypeFax.d.ts +0 -3
  107. package/dist/Icons/Doctype/DocTypeFileNote.d.ts +0 -3
  108. package/dist/Icons/Doctype/DocTypeFolder.d.ts +0 -3
  109. package/dist/Icons/Doctype/DocTypeImage.d.ts +0 -3
  110. package/dist/Icons/Doctype/DocTypeInfotrack.d.ts +0 -3
  111. package/dist/Icons/Doctype/DocTypeInvoiceRequest.d.ts +0 -3
  112. package/dist/Icons/Doctype/DocTypeInvoiceRequests.d.ts +0 -3
  113. package/dist/Icons/Doctype/DocTypeLetter.d.ts +0 -3
  114. package/dist/Icons/Doctype/DocTypeMemo.d.ts +0 -3
  115. package/dist/Icons/Doctype/DocTypePdf.d.ts +0 -3
  116. package/dist/Icons/Doctype/DocTypePowerpoint.d.ts +0 -3
  117. package/dist/Icons/Doctype/DocTypeSMS.d.ts +0 -3
  118. package/dist/Icons/Doctype/DocTypeSignatureDeclined.d.ts +0 -3
  119. package/dist/Icons/Doctype/DocTypeSignaturePending.d.ts +0 -3
  120. package/dist/Icons/Doctype/DocTypeSignatureRequest.d.ts +0 -3
  121. package/dist/Icons/Doctype/DocTypeSignatureSigned.d.ts +0 -3
  122. package/dist/Icons/Doctype/DocTypeTasks.d.ts +0 -3
  123. package/dist/Icons/Doctype/DocTypeTrust.d.ts +0 -3
  124. package/dist/Icons/Doctype/DocTypeVideo.d.ts +0 -3
  125. package/dist/Icons/Doctype/DocTypeWord.d.ts +0 -3
  126. package/dist/Icons/Doctype/DocTypeZip.d.ts +0 -3
  127. package/dist/Icons/Doctype/index.d.ts +0 -39
  128. package/dist/Icons/Doctype16/ActivityTypeDefault16.d.ts +0 -3
  129. package/dist/Icons/Doctype16/ActivityTypePhoneCall16.d.ts +0 -3
  130. package/dist/Icons/Doctype16/ActivityTypeScannedDoc16.d.ts +0 -3
  131. package/dist/Icons/Doctype16/ActivityTypeVideoCall16.d.ts +0 -3
  132. package/dist/Icons/Doctype16/DocTypeAppointment16.d.ts +0 -3
  133. package/dist/Icons/Doctype16/DocTypeAppointmentCriticalDate16.d.ts +0 -3
  134. package/dist/Icons/Doctype16/DocTypeAudio16.d.ts +0 -3
  135. package/dist/Icons/Doctype16/DocTypeClausePrecedent16.d.ts +0 -3
  136. package/dist/Icons/Doctype16/DocTypeComment16.d.ts +0 -3
  137. package/dist/Icons/Doctype16/DocTypeCriticalDate16.d.ts +0 -3
  138. package/dist/Icons/Doctype16/DocTypeDeadline16.d.ts +0 -3
  139. package/dist/Icons/Doctype16/DocTypeDefault16.d.ts +0 -3
  140. package/dist/Icons/Doctype16/DocTypeEmail16.d.ts +0 -3
  141. package/dist/Icons/Doctype16/DocTypeEmailDraft16.d.ts +0 -3
  142. package/dist/Icons/Doctype16/DocTypeEmailReceived16.d.ts +0 -3
  143. package/dist/Icons/Doctype16/DocTypeEmailSent16.d.ts +0 -3
  144. package/dist/Icons/Doctype16/DocTypeExcel16.d.ts +0 -3
  145. package/dist/Icons/Doctype16/DocTypeFax16.d.ts +0 -3
  146. package/dist/Icons/Doctype16/DocTypeFileNote16.d.ts +0 -3
  147. package/dist/Icons/Doctype16/DocTypeFolder16.d.ts +0 -3
  148. package/dist/Icons/Doctype16/DocTypeImage16.d.ts +0 -3
  149. package/dist/Icons/Doctype16/DocTypeInfotrack16.d.ts +0 -3
  150. package/dist/Icons/Doctype16/DocTypeInvoiceRequest16.d.ts +0 -3
  151. package/dist/Icons/Doctype16/DocTypeInvoiceRequests16.d.ts +0 -3
  152. package/dist/Icons/Doctype16/DocTypeLetter16.d.ts +0 -3
  153. package/dist/Icons/Doctype16/DocTypeMemo16.d.ts +0 -3
  154. package/dist/Icons/Doctype16/DocTypePdf16.d.ts +0 -3
  155. package/dist/Icons/Doctype16/DocTypePowerpoint16.d.ts +0 -3
  156. package/dist/Icons/Doctype16/DocTypeSMS16.d.ts +0 -3
  157. package/dist/Icons/Doctype16/DocTypeSignatureDeclined16.d.ts +0 -3
  158. package/dist/Icons/Doctype16/DocTypeSignaturePending16.d.ts +0 -3
  159. package/dist/Icons/Doctype16/DocTypeSignatureRequest16.d.ts +0 -3
  160. package/dist/Icons/Doctype16/DocTypeSignatureSigned16.d.ts +0 -3
  161. package/dist/Icons/Doctype16/DocTypeTasks16.d.ts +0 -3
  162. package/dist/Icons/Doctype16/DocTypeTrust16.d.ts +0 -3
  163. package/dist/Icons/Doctype16/DocTypeVideo16.d.ts +0 -3
  164. package/dist/Icons/Doctype16/DocTypeWord16.d.ts +0 -3
  165. package/dist/Icons/Doctype16/DocTypeZip16.d.ts +0 -3
  166. package/dist/Icons/Doctype16/index.d.ts +0 -38
  167. package/dist/Icons/EmailSentIcon.d.ts +0 -3
  168. package/dist/Icons/EnvelopeIcon.d.ts +0 -3
  169. package/dist/Icons/HomeIcon.d.ts +0 -3
  170. package/dist/Icons/InsertLink.d.ts +0 -3
  171. package/dist/Icons/LinkMatter.d.ts +0 -3
  172. package/dist/Icons/LinkMatterIcon.d.ts +0 -3
  173. package/dist/Icons/Loader.d.ts +0 -3
  174. package/dist/Icons/Logos/LawconnectIcon.d.ts +0 -2
  175. package/dist/Icons/Logos/LeapLogo.d.ts +0 -2
  176. package/dist/Icons/Logos/poweredByLawconnect.d.ts +0 -2
  177. package/dist/Icons/MenuIcon.d.ts +0 -3
  178. package/dist/Icons/MoreVerticalIcon.d.ts +0 -3
  179. package/dist/Icons/NewAppointment.d.ts +0 -3
  180. package/dist/Icons/Power.d.ts +0 -3
  181. package/dist/Icons/Preview.d.ts +0 -3
  182. package/dist/Icons/Receipt.d.ts +0 -3
  183. package/dist/Icons/ReportingIcon.d.ts +0 -3
  184. package/dist/Icons/ResponseIcon.d.ts +0 -3
  185. package/dist/Icons/RevokeAccess.d.ts +0 -3
  186. package/dist/Icons/Search.d.ts +0 -3
  187. package/dist/Icons/SelectFilterEmpty.d.ts +0 -3
  188. package/dist/Icons/SelectFilterFilled.d.ts +0 -3
  189. package/dist/Icons/Spinner.d.ts +0 -3
  190. package/dist/Icons/Tick.d.ts +0 -3
  191. package/dist/Icons/UserLink.d.ts +0 -3
  192. package/dist/Icons/UserLock.d.ts +0 -3
  193. package/dist/Icons/Users.d.ts +0 -3
  194. package/dist/Icons/ViewAsUser.d.ts +0 -3
  195. package/dist/Icons/ViewAsUserIcon.d.ts +0 -3
  196. package/dist/Icons/activities/activities16/ActivityTypeDefault16.d.ts +0 -3
  197. package/dist/Icons/activities/activities16/ActivityTypePhoneCall16.d.ts +0 -3
  198. package/dist/Icons/activities/activities16/ActivityTypeScannedDoc16.d.ts +0 -3
  199. package/dist/Icons/activities/activities16/ActivityTypeVideoCall16.d.ts +0 -3
  200. package/dist/Icons/index.d.ts +0 -50
  201. package/dist/Icons/leap/activities/Activities16/ActivityTypeDefault16.d.ts +0 -3
  202. package/dist/Icons/leap/activities/Activities16/ActivityTypePhoneCall16.d.ts +0 -3
  203. package/dist/Icons/leap/activities/Activities16/ActivityTypeScannedDoc16.d.ts +0 -3
  204. package/dist/Icons/leap/activities/Activities16/ActivityTypeVideoCall16.d.ts +0 -3
  205. package/dist/Icons/leap/ribbon/Calendar32.d.ts +0 -3
  206. package/dist/Icons/leap/ribbon/CalendarDark32.d.ts +0 -3
  207. package/dist/Icons/leap/ribbon/Delete32.d.ts +0 -3
  208. package/dist/Icons/leap/ribbon/DeleteDark32.d.ts +0 -3
  209. package/dist/Icons/leap/ribbon/MatterFolder32.d.ts +0 -3
  210. package/dist/Icons/leap/ribbon/MatterFolderDark32.d.ts +0 -3
  211. package/dist/ImageUpload/ImageUploadProps.types.d.ts +0 -7
  212. package/dist/Input/InputProps.types.d.ts +0 -26
  213. package/dist/MenuContext/MenuContext.d.ts +0 -4
  214. package/dist/MenuContext/MenuContext.types.d.ts +0 -18
  215. package/dist/MenuHeader/MenuHeaderProps.types.d.ts +0 -3
  216. package/dist/MenuItemSystem/MenuItemSystem.d.ts +0 -4
  217. package/dist/MenuItemSystem/MenuItemSystem.types.d.ts +0 -25
  218. package/dist/Modal/ModalProps.types.d.ts +0 -5
  219. package/dist/ModalActions/ModalActionsProps.types.d.ts +0 -3
  220. package/dist/ModalContent/ModalContentProps.types.d.ts +0 -7
  221. package/dist/ModalTitle/ModalTitleProps.types.d.ts +0 -4
  222. package/dist/RadioGroup/RadioGroupProps.types.d.ts +0 -4
  223. package/dist/SidebarLayout/SidebarLayoutProps.types.d.ts +0 -15
  224. package/dist/Switch/SwitchProps.types.d.ts +0 -3
  225. package/dist/Table/TableProps.types.d.ts +0 -11
  226. package/dist/TableBody/TableBodyProps.types.d.ts +0 -8
  227. package/dist/TableCell/TableCellProps.types.d.ts +0 -14
  228. package/dist/TableCellIcon/TableCellIconProps.types.d.ts +0 -5
  229. package/dist/TableContainer/TableContainerProps.types.d.ts +0 -3
  230. package/dist/TableFooter/TableFooterProps.types.d.ts +0 -8
  231. package/dist/TableHead/TableHeadProps.types.d.ts +0 -12
  232. package/dist/TableRow/TableRowProps.types.d.ts +0 -20
  233. package/dist/Tag/TagProps.types.d.ts +0 -18
  234. package/dist/ThemeProvider/ThemeProviderProps.types.d.ts +0 -5
  235. package/dist/Themes/Core/baseline.d.ts +0 -35
  236. package/dist/Themes/Core/common.d.ts +0 -289
  237. package/dist/Themes/Core/props.d.ts +0 -31
  238. package/dist/Themes/Desktop/index.d.ts +0 -1
  239. package/dist/Themes/Desktop/pallette.d.ts +0 -234
  240. package/dist/Themes/Desktop/theme.d.ts +0 -1
  241. package/dist/Themes/Desktop/typography.d.ts +0 -84
  242. package/dist/Themes/Web/index.d.ts +0 -1
  243. package/dist/Themes/Web/pallette.d.ts +0 -234
  244. package/dist/Themes/Web/theme.d.ts +0 -1
  245. package/dist/Themes/Web/typography.d.ts +0 -93
  246. package/dist/Themes/index.d.ts +0 -7
  247. package/dist/ToolbarButton/ToolbarButtonProps.types.d.ts +0 -8
  248. package/dist/Tooltip/TooltipProps.types.d.ts +0 -3
  249. package/dist/TwoColumnLayout/TwoColumnLayoutProps.types.d.ts +0 -11
  250. package/src/DatePicker/support/DatePickerExample.js +0 -15
  251. package/src/DateRangePicker/support/DateRangePickerExample.js +0 -22
  252. /package/dist/Icons/doctypes/Doctype16/{DocTypeExcel16ShortCut.d.ts → DocTypeExcel16Shortcut.d.ts} +0 -0
  253. /package/dist/Logos/Leap/{poweredByLawconnect.d.ts → PoweredByLawconnect.d.ts} +0 -0
@@ -1,39 +0,0 @@
1
- export { default as DocTypeAppointment } from './DocTypeAppointment';
2
- export { default as DocTypeDefault } from './DocTypeDefault';
3
- export { default as DocTypeExcel } from './DocTypeExcel';
4
- export { default as DocTypeFolder } from './DocTypeFolder';
5
- export { default as DocTypeImage } from './DocTypeImage';
6
- export { default as DocTypePdf } from './DocTypePdf';
7
- export { default as DocTypeEmail } from './DocTypeEmail';
8
- export { default as DocTypeTrust } from './DocTypeTrust';
9
- export { default as DocTypeWord } from './DocTypeWord';
10
- export { default as DocTypeZip } from './DocTypeZip';
11
- export { default as DocTypeComment } from './DocTypeComment';
12
- export { default as DocTypeEmailDraft } from './DocTypeEmailDraft';
13
- export { default as DocTypeEmailSent } from './DocTypeEmailSent';
14
- export { default as DocTypeEmailRecieved } from './DocTypeEmailRecieved';
15
- export { default as DocTypeAppointmentCriticalDate } from './DocTypeAppointmentCriticalDate';
16
- export { default as DocTypeAudio } from './DocTypeAudio';
17
- export { default as DocTypeVideo } from './DocTypeVideo';
18
- export { default as DocTypeClausePrecedent } from './DocTypeClausePrecedent';
19
- export { default as DocTypeCriticalDate } from './DocTypeCriticalDate';
20
- export { default as DocTypeDeadline } from './DocTypeDeadline';
21
- export { default as DocTypeEmailReceived } from './DocTypeEmailReceived';
22
- export { default as DocTypeFax } from './DocTypeFax';
23
- export { default as DocTypeFileNote } from './DocTypeFileNote';
24
- export { default as DocTypeInfotrack } from './DocTypeInfotrack';
25
- export { default as DocTypeInvoiceRequest } from './DocTypeInvoiceRequest';
26
- export { default as DocTypeInvoiceRequests } from './DocTypeInvoiceRequests';
27
- export { default as DocTypeLetter } from './DocTypeLetter';
28
- export { default as DocTypeMemo } from './DocTypeMemo';
29
- export { default as DocTypePowerpoint } from './DocTypePowerpoint';
30
- export { default as DocTypeSignatureDeclined } from './DocTypeSignatureDeclined';
31
- export { default as DocTypeSignaturePending } from './DocTypeSignaturePending';
32
- export { default as DocTypeSignatureRequest } from './DocTypeSignatureRequest';
33
- export { default as DocTypeSignatureSigned } from './DocTypeSignatureSigned';
34
- export { default as DocTypeSMS } from './DocTypeSMS';
35
- export { default as DocTypeTasks } from './DocTypeTasks';
36
- export { default as ActivityTypeVideoCall } from './ActivityTypeVideoCall';
37
- export { default as ActivityTypePhoneCall } from './ActivityTypePhoneCall';
38
- export { default as ActivityTypeScannedDoc } from './ActivityTypeScannedDoc';
39
- export { default as ActivityTypeDefault } from './ActivityTypeDefault';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypeDefault16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypePhoneCall16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypeScannedDoc16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypeVideoCall16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeAppointment16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeAppointmentCriticalDate16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeAudio16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailDraft16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeAppointment(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeCriticalDate16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeDeadline16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeDefault16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmail(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailDraft16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailRecieved16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailSent16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeExcel16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeFax16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeFileNote16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeFolder16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeImage16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeInfotrack16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeInvoiceRequest16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeInvoiceRequests16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeLetter16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeMemo16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypePdf16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypePowerpoint16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSMS16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailDraft16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSignaturePending16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSignatureRequest16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSignatureSigned16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeTasks16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeTrust16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeVideo16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeWord16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeZip(props: SvgIconProps): JSX.Element;
@@ -1,38 +0,0 @@
1
- export { default as DocTypeAppointment16 } from './DocTypeAppointment16';
2
- export { default as DocTypeDefault16 } from './DocTypeDefault16';
3
- export { default as DocTypeExcel16 } from './DocTypeExcel16';
4
- export { default as DocTypeFolder16 } from './DocTypeFolder16';
5
- export { default as DocTypeImage16 } from './DocTypeImage16';
6
- export { default as DocTypeVideo16 } from './DocTypeVideo16';
7
- export { default as DocTypePdf16 } from './DocTypePdf16';
8
- export { default as DocTypeTrust16 } from './DocTypeTrust16';
9
- export { default as DocTypeWord16 } from './DocTypeWord16';
10
- export { default as DocTypeZip16 } from './DocTypeZip16';
11
- export { default as DocTypeComment16 } from './DocTypeComment16';
12
- export { default as DocTypeAppointmentCriticalDate16 } from './DocTypeAppointmentCriticalDate16';
13
- export { default as DocTypeAudio16 } from './DocTypeAudio16';
14
- export { default as DocTypeClausePrecedent16 } from './DocTypeClausePrecedent16';
15
- export { default as DocTypeCriticalDate16 } from './DocTypeCriticalDate16';
16
- export { default as DocTypeDeadline16 } from './DocTypeDeadline16';
17
- export { default as DocTypeFax16 } from './DocTypeFax16';
18
- export { default as DocTypeFileNote16 } from './DocTypeFileNote16';
19
- export { default as DocTypeInfotrack16 } from './DocTypeInfotrack16';
20
- export { default as DocTypeInvoiceRequest16 } from './DocTypeInvoiceRequest16';
21
- export { default as DocTypeInvoiceRequests16 } from './DocTypeInvoiceRequests16';
22
- export { default as DocTypeLetter16 } from './DocTypeLetter16';
23
- export { default as DocTypeMemo16 } from './DocTypeMemo16';
24
- export { default as DocTypePowerpoint16 } from './DocTypePowerpoint16';
25
- export { default as DocTypeSignatureDeclined16 } from './DocTypeSignatureDeclined16';
26
- export { default as DocTypeSignaturePending16 } from './DocTypeSignaturePending16';
27
- export { default as DocTypeSignatureRequest16 } from './DocTypeSignatureRequest16';
28
- export { default as DocTypeSignatureSigned16 } from './DocTypeSignatureSigned16';
29
- export { default as DocTypeSMS16 } from './DocTypeSMS16';
30
- export { default as DocTypeTasks16 } from './DocTypeTasks16';
31
- export { default as DocTypeEmailDraft16 } from './DocTypeEmailDraft16';
32
- export { default as DocTypeEmail16 } from './DocTypeEmail16';
33
- export { default as DocTypeEmailReceived16 } from './DocTypeEmailReceived16';
34
- export { default as DocTypeEmailSent16 } from './DocTypeEmailSent16';
35
- export { default as ActivityTypeVideoCall16 } from './ActivityTypeVideoCall16';
36
- export { default as ActivityTypePhoneCall16 } from './ActivityTypePhoneCall16';
37
- export { default as ActivityTypeScannedDoc16 } from './ActivityTypeScannedDoc16';
38
- export { default as ActivityTypeDefault16 } from './ActivityTypeDefault16';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function EmailSentIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function EnvelopeIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function HomeIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function InsertLinkIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function LinkMatterIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function LinkMatterIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function LoaderIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export default function LawconnectIcon(props: any): JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export default function LeapLogo(props: any): JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export default function PoweredByLawconnectLogo(props: any): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function MenuIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function MoreVerticalIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function NewAppointmentIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function PowerIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function PreviewIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ReceiptIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ReportingIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ResponseIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function RevokeAccessIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function SearchIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function SelectFilterEmptyIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function SelectFilterFilledIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function SpinnerIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function TickIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function UserLinkIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function UserLockIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function UsersIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ViewAsUserIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ViewAsUserIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypeDefault16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypePhoneCall16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypeScannedDoc16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypeVideoCall16(props: SvgIconProps): JSX.Element;
@@ -1,50 +0,0 @@
1
- export { default as AvatarBusinessIcon } from './AvatarBusiness';
2
- export { default as AvatarCompanyIcon } from './AvatarCompany';
3
- export { default as AvatarGovernmentIcon } from './AvatarGovernment';
4
- export { default as AvatarPeopleIcon } from './AvatarPeople';
5
- export { default as AvatarPersonIcon } from './AvatarPerson';
6
- export { default as AvatarTrustIcon } from './AvatarTrust';
7
- export { default as ButtonCaretIcon } from './ButtonCaret';
8
- export { default as BrowseIcon } from './Browse';
9
- export { default as Browse2Icon } from './Browse2';
10
- export { default as ButtonFilterIcon } from './ButtonFilter';
11
- export { default as ChevronDownIcon } from './ChevronDown';
12
- export { default as InsertLinkIcon } from './InsertLink';
13
- export { default as SearchIcon } from './Search';
14
- export { default as SelectFilterEmptyIcon } from './SelectFilterEmpty';
15
- export { default as SelectFilterFilledIcon } from './SelectFilterFilled';
16
- export { default as CrossIcon16 } from './CrossIcon16';
17
- export { default as AccessIcon } from './Access';
18
- export { default as AccountingIcon } from './AccountingIcon';
19
- export { default as AssignCurvedIcon } from './AssignCurvedIcon';
20
- export { default as CalendarIcon } from './Calendar';
21
- export { default as ChevronLeftIcon } from './ChevronLeft';
22
- export { default as ChevronRightIcon } from './ChevronRight';
23
- export { default as CrossIcon } from './Cross';
24
- export { default as EmailSentIconIcon } from './EmailSentIcon';
25
- export { default as HomeIconIcon } from './HomeIcon';
26
- export { default as InsertLink } from './InsertLink';
27
- export { default as MenuIconIcon } from './MenuIcon';
28
- export { default as MoreVerticalIcon } from './MoreVerticalIcon';
29
- export { default as NewAppointmentIcon } from './NewAppointment';
30
- export { default as PreviewIcon } from './Preview';
31
- export { default as ReportingIcon } from './ReportingIcon';
32
- export { default as ResponseIcon } from './ResponseIcon';
33
- export { default as RevokeAccessIcon } from './RevokeAccess';
34
- export { default as Search } from './Search';
35
- export { default as SelectFilterEmpty } from './SelectFilterEmpty';
36
- export { default as SelectFilterFilled } from './SelectFilterFilled';
37
- export { default as TickIcon } from './Tick';
38
- export { default as UserLinkIcon } from './UserLink';
39
- export { default as UserLockIcon } from './UserLock';
40
- export { default as UsersIcon } from './Users';
41
- export { default as CoinPoundIcon } from './CoinPoundIcon';
42
- export { default as CoinIcon } from './CoinIcon';
43
- export { default as CoinEuroIcon } from './CoinEuroIcon';
44
- export { default as CurrencyEuroIcon } from './CurrencyEuroIcon';
45
- export { default as CurrencyPoundIcon } from './CurrencyPoundIcon';
46
- export { default as CurrencyIcon } from './CurrencyIcon';
47
- export { default as ReceiptIcon } from './Receipt';
48
- export { default as ViewAsUserIcon } from './ViewAsUserIcon';
49
- export { default as LinkMatterIcon } from './LinkMatterIcon';
50
- export { default as EnvelopeIcon } from './EnvelopeIcon';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypeDefault16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypePhoneCall16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypeScannedDoc16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function ActivityTypeVideoCall16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function Calendar32Icon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function CalendarDark32Icon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function Delete32Icon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function Delete32DarkIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function MatterFolder32Icon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function MatterFolderDark32Icon(props: SvgIconProps): JSX.Element;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ImageUploadProps {
3
- name?: string;
4
- placeholderImage?: React.ReactNode;
5
- url?: string;
6
- rounded?: boolean;
7
- }
@@ -1,26 +0,0 @@
1
- import { InputBaseProps } from '@mui/material/InputBase';
2
- type disabledProps = 'autoComplete' | 'color' | 'margin' | 'aria-describedby' | 'size';
3
- export interface InputProps extends Partial<Omit<InputBaseProps, disabledProps>> {
4
- className?: string;
5
- /**
6
- * Helper text
7
- */
8
- helperText?: string;
9
- /**
10
- * Form label.
11
- */
12
- label?: string;
13
- /**
14
- * Alignment of the input value. Default is false.
15
- */
16
- textAlignRight?: boolean;
17
- /**
18
- * Input's height. Default to 'medium'
19
- */
20
- size?: 'small' | 'medium' | 'large';
21
- /**
22
- * Input's brackground colour. Default is transparent
23
- */
24
- background?: 'default' | 'light' | 'dark';
25
- }
26
- export {};