@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,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { BadgeProps } from './Badge.types';
3
- export declare const Badge: (props: BadgeProps) => JSX.Element;
4
- export default Badge;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const MuiBadge: import("@emotion/styled").StyledComponent<import("@mui/material").BadgeOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
- ref?: import("react").Ref<HTMLSpanElement>;
4
- }, "className" | "style" | "classes" | "color" | "children" | "anchorOrigin" | "badgeContent" | "componentsProps" | "components" | "invisible" | "max" | "overlap" | "slotProps" | "slots" | "showZero" | "sx" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,3 +0,0 @@
1
- import { BadgeProps as MuiBadgeProps } from '@mui/material/Badge';
2
- export interface BadgeProps extends MuiBadgeProps {
3
- }
@@ -1,2 +0,0 @@
1
- export * from "./Badge";
2
- export * from "./Badge.types";
@@ -1,4 +0,0 @@
1
- export interface BottomListButtonProps {
2
- label?: string;
3
- onClick?: (event: any) => void;
4
- }
@@ -1,3 +0,0 @@
1
- import { BoxProps as MuiBoxProps } from "@mui/material/Box";
2
- export interface BoxProps extends MuiBoxProps {
3
- }
@@ -1,4 +0,0 @@
1
- import { BreadcrumbsProps as MuiBreadcrumbsProps } from "@mui/material/Breadcrumbs";
2
- export interface BreadcrumbsProps extends MuiBreadcrumbsProps {
3
- name?: string;
4
- }
@@ -1,5 +0,0 @@
1
- import { ButtonProps } from '@mui/material';
2
- export interface GDSButtonProps extends ButtonProps {
3
- isLoading?: boolean;
4
- children: any;
5
- }
@@ -1,6 +0,0 @@
1
- import { CardProps as MuiCardProps } from "@mui/material/Card/Card";
2
- export interface CardProps extends MuiCardProps {
3
- children?: any;
4
- active?: boolean;
5
- raised?: boolean;
6
- }
@@ -1,10 +0,0 @@
1
- export interface GDSChipProps {
2
- color?: 'default' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning';
3
- size?: 'small' | 'medium';
4
- label?: string;
5
- disabled?: boolean;
6
- variant?: 'filled' | 'outlined';
7
- rounded?: boolean;
8
- onClick?: (e: any) => void;
9
- onDelete?: (e: any) => void;
10
- }
@@ -1,10 +0,0 @@
1
- export interface DatePickerProps {
2
- /**
3
- * Date value for Calendar
4
- */
5
- date?: Date;
6
- /**
7
- * Callback function for date changes. fn(date: Date)
8
- */
9
- onChange?: (date: Date) => any;
10
- }
@@ -1,3 +0,0 @@
1
- import { DateRangePickerProps as ReactDateRangePickerProps } from 'react-date-range';
2
- export interface DateRangePickerProps extends ReactDateRangePickerProps {
3
- }
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- export interface DialogProps {
3
- children?: any;
4
- variant?: 'info' | 'alert' | 'plain';
5
- platform?: 'desktop' | 'web';
6
- title?: string;
7
- message?: React.ReactNode;
8
- open: boolean;
9
- handleClose?: (e: any) => void;
10
- handleClick?: (e: any) => void;
11
- }
@@ -1,5 +0,0 @@
1
- export interface DividerProps {
2
- orientation?: 'horizontal' | 'vertical';
3
- variant?: 'fullWidth' | 'inset' | 'middle';
4
- absolute?: boolean;
5
- }
@@ -1,10 +0,0 @@
1
- import { DrawerProps } from '@mui/material';
2
- export interface CustomDrawerProps extends DrawerProps {
3
- variant?: 'permanent' | 'persistent' | 'temporary';
4
- color?: 'primary' | 'default';
5
- open?: boolean;
6
- children?: any;
7
- PaperProps?: object;
8
- ModalProps?: object;
9
- onClose?: (e: any) => void;
10
- }
@@ -1,29 +0,0 @@
1
- /// <reference types="react" />
2
- export interface DrawerMenuProps {
3
- /**
4
- * Menu item contents
5
- */
6
- children: React.ReactNode;
7
- /**
8
- * Seleted state
9
- */
10
- selected?: boolean;
11
- /**
12
- * ref attribute
13
- */
14
- ref?: any;
15
- /**
16
- * value label string
17
- */
18
- value?: any;
19
- open?: boolean;
20
- dense?: boolean;
21
- /**
22
- * Icon
23
- */
24
- startAdornment?: React.ReactNode;
25
- submenu?: boolean;
26
- expand?: boolean;
27
- onClick?: (e: any) => void;
28
- variant?: 'dark' | 'light';
29
- }
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface EmptyStateProps {
3
- title?: string;
4
- description?: string;
5
- variant?: "default" | "document" | "matter" | "appointment" | "transaction";
6
- children?: React.ReactNode;
7
- }
@@ -1,5 +0,0 @@
1
- export interface FooterActionsProps {
2
- children?: any;
3
- size?: 'medium' | 'small';
4
- fixed?: boolean;
5
- }
@@ -1,23 +0,0 @@
1
- import { FormGroupProps } from '@mui/material';
2
- export interface CustomFormGroupProps extends FormGroupProps {
3
- /**
4
- * Change how items align. Default to 'flex-start'
5
- */
6
- alignItems?: 'flex-start' | 'center' | 'stretch' | 'flex-end';
7
- /**
8
- * The content of the component.
9
- */
10
- children: any;
11
- /**
12
- * If true display side by side.
13
- */
14
- row?: boolean;
15
- /**
16
- * Spacing units between direct children. Default to 0.
17
- */
18
- spacing?: 0 | 1 | 2 | 3 | 4;
19
- /**
20
- * If true add margin bottom 10px for desktop 16px for in them theme
21
- */
22
- margin?: boolean;
23
- }
@@ -1,3 +0,0 @@
1
- import { GridProps as MuiGridProps } from "@mui/material";
2
- export interface GridProps extends MuiGridProps {
3
- }
@@ -1,25 +0,0 @@
1
- /// <reference types="react" />
2
- export interface HeaderToolbarProps {
3
- title?: string;
4
- /**
5
- * Deprecated. Please set or unset `title` instead.
6
- */
7
- titleVisibility?: boolean;
8
- left?: React.ReactNode;
9
- right?: React.ReactNode;
10
- bgColor?: string;
11
- bgImageURL?: string;
12
- bgPosition?: string;
13
- bgSize?: string;
14
- divider?: boolean;
15
- tooltip?: boolean;
16
- }
17
- export type StyleProps = {
18
- bgColor: string;
19
- bgImageURL: string;
20
- bgPosition: string;
21
- bgSize: string;
22
- titleVisibility: boolean;
23
- divider: boolean;
24
- right: any;
25
- };
@@ -1,4 +0,0 @@
1
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
- export interface IconProps extends SvgIconProps {
3
- name?: any;
4
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AccessIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AccountingIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AssignCurvedIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AvatarBusinessIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AvatarCompanyIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AvatarGovernmentIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AvatarPeopleIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AvatarPersonIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AvatarTrustIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function BrowseIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function Browse2Icon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ButtonCaretIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ButtonFilterIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CalendarIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ChevronDownIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ChevronLeftIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ChevronRightIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CoinEuroIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CoinIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CoinPoundIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CrossIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CrossIcon16(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CoinEuroIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CurrencyIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function CurrencyPoundIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function AlertIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function InfoIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function InfoCircleIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function LeapLogoIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function WarningIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypeDefault(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypePhoneCall(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypeScannedDoc(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function ActivityTypeVideoCall(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 DocTypeAppointmentCriticalDate(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeAudio(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailDraft(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 DocTypeCriticalDate(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeDeadline(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeDefault(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 DocTypeEmailDraft(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailDraft(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailRecieved(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailSent(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeExcel(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeFax(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeFileNote(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeFolder(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeImage(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeInfotrack(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeInvoiceRequest(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeInvoiceRequests(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeLetter(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeMemo(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypePdf(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypePowerpoint(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSMS(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeEmailDraft(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSignaturePending(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSignatureRequest(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeSignatureSigned(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeTasks(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeTrust(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeVideo(props: SvgIconProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { SvgIconProps } from '@material-ui/core/SvgIcon';
3
- export default function DocTypeWord(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;