@galaxy-ds/core 1.1.41 → 1.1.45

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 (154) hide show
  1. package/dist/ActivityLog/ActivityLog.types.d.ts +1 -0
  2. package/dist/Autocomplete/Autocomplete.types.d.ts +1 -0
  3. package/dist/Box/Box.types.d.ts +1 -0
  4. package/dist/Button/Button.types.d.ts +1 -0
  5. package/dist/DrawerMenu/DrawerMenu.types.d.ts +1 -0
  6. package/dist/HeaderToolbar/HeaderToolbarProps.types.d.ts +1 -0
  7. package/dist/Icon/Icon.d.ts +4 -0
  8. package/dist/Icon/IconProps.types.d.ts +4 -0
  9. package/dist/Icons/Access.d.ts +1 -0
  10. package/dist/Icons/AccountingIcon.d.ts +1 -0
  11. package/dist/Icons/AssignCurvedIcon.d.ts +1 -0
  12. package/dist/Icons/AvatarBusiness.d.ts +1 -0
  13. package/dist/Icons/AvatarCompany.d.ts +1 -0
  14. package/dist/Icons/AvatarGovernment.d.ts +1 -0
  15. package/dist/Icons/AvatarPeople.d.ts +1 -0
  16. package/dist/Icons/AvatarPerson.d.ts +1 -0
  17. package/dist/Icons/AvatarTrust.d.ts +1 -0
  18. package/dist/Icons/ButtonCaret.d.ts +1 -0
  19. package/dist/Icons/ButtonFilter.d.ts +1 -0
  20. package/dist/Icons/Calendar.d.ts +1 -0
  21. package/dist/Icons/ChevronDown.d.ts +1 -0
  22. package/dist/Icons/Cross.d.ts +1 -0
  23. package/dist/Icons/CrossIcon16.d.ts +1 -0
  24. package/dist/Icons/Dialog/Alert.d.ts +1 -0
  25. package/dist/Icons/Dialog/Info.d.ts +1 -0
  26. package/dist/Icons/Dialog/InfoCircle.d.ts +1 -0
  27. package/dist/Icons/Dialog/LeapLogo.d.ts +1 -0
  28. package/dist/Icons/Dialog/Warning.d.ts +1 -0
  29. package/dist/Icons/Doctype/ActivityTypeDefault.d.ts +3 -0
  30. package/dist/Icons/Doctype/DocTypeAppointment.d.ts +1 -0
  31. package/dist/Icons/Doctype/DocTypeAppointmentCriticalDate.d.ts +1 -0
  32. package/dist/Icons/Doctype/DocTypeAudio.d.ts +1 -0
  33. package/dist/Icons/Doctype/DocTypeClausePrecedent.d.ts +1 -0
  34. package/dist/Icons/Doctype/DocTypeComment.d.ts +1 -0
  35. package/dist/Icons/Doctype/DocTypeCriticalDate.d.ts +1 -0
  36. package/dist/Icons/Doctype/DocTypeDeadline.d.ts +1 -0
  37. package/dist/Icons/Doctype/DocTypeDefault.d.ts +1 -0
  38. package/dist/Icons/Doctype/DocTypeEmail.d.ts +1 -0
  39. package/dist/Icons/Doctype/DocTypeEmailDraft.d.ts +1 -0
  40. package/dist/Icons/Doctype/DocTypeEmailReceived.d.ts +1 -0
  41. package/dist/Icons/Doctype/DocTypeEmailRecieved.d.ts +1 -0
  42. package/dist/Icons/Doctype/DocTypeEmailSent.d.ts +1 -0
  43. package/dist/Icons/Doctype/DocTypeExcel.d.ts +1 -0
  44. package/dist/Icons/Doctype/DocTypeFax.d.ts +1 -0
  45. package/dist/Icons/Doctype/DocTypeFileNote.d.ts +1 -0
  46. package/dist/Icons/Doctype/DocTypeFolder.d.ts +1 -0
  47. package/dist/Icons/Doctype/DocTypeImage.d.ts +1 -0
  48. package/dist/Icons/Doctype/DocTypeInfotrack.d.ts +1 -0
  49. package/dist/Icons/Doctype/DocTypeInvoiceRequest.d.ts +1 -0
  50. package/dist/Icons/Doctype/DocTypeInvoiceRequests.d.ts +1 -0
  51. package/dist/Icons/Doctype/DocTypeLetter.d.ts +1 -0
  52. package/dist/Icons/Doctype/DocTypeMemo.d.ts +1 -0
  53. package/dist/Icons/Doctype/DocTypePdf.d.ts +1 -0
  54. package/dist/Icons/Doctype/DocTypePowerpoint.d.ts +1 -0
  55. package/dist/Icons/Doctype/DocTypeSMS.d.ts +1 -0
  56. package/dist/Icons/Doctype/DocTypeSignatureDeclined.d.ts +1 -0
  57. package/dist/Icons/Doctype/DocTypeSignaturePending.d.ts +1 -0
  58. package/dist/Icons/Doctype/DocTypeSignatureRequest.d.ts +1 -0
  59. package/dist/Icons/Doctype/DocTypeSignatureSigned.d.ts +1 -0
  60. package/dist/Icons/Doctype/DocTypeTasks.d.ts +1 -0
  61. package/dist/Icons/Doctype/DocTypeTrust.d.ts +1 -0
  62. package/dist/Icons/Doctype/DocTypeVideo.d.ts +1 -0
  63. package/dist/Icons/Doctype/DocTypeWord.d.ts +1 -0
  64. package/dist/Icons/Doctype/DocTypeZip.d.ts +1 -0
  65. package/dist/Icons/Doctype/index.d.ts +1 -0
  66. package/dist/Icons/{ActivityType/ActivityTypeVideoCall.d.ts → Doctype16/ActivityTypeDefault16.d.ts} +1 -1
  67. package/dist/Icons/Doctype16/DocTypeAppointment16.d.ts +1 -0
  68. package/dist/Icons/Doctype16/DocTypeAppointmentCriticalDate16.d.ts +1 -0
  69. package/dist/Icons/Doctype16/DocTypeAudio16.d.ts +1 -0
  70. package/dist/Icons/Doctype16/DocTypeClausePrecedent16.d.ts +1 -0
  71. package/dist/Icons/Doctype16/DocTypeComment16.d.ts +1 -0
  72. package/dist/Icons/Doctype16/DocTypeCriticalDate16.d.ts +1 -0
  73. package/dist/Icons/Doctype16/DocTypeDeadline16.d.ts +1 -0
  74. package/dist/Icons/Doctype16/DocTypeDefault16.d.ts +1 -0
  75. package/dist/Icons/Doctype16/DocTypeEmail16.d.ts +1 -0
  76. package/dist/Icons/Doctype16/DocTypeEmailDraft16.d.ts +1 -0
  77. package/dist/Icons/Doctype16/DocTypeEmailReceived16.d.ts +1 -0
  78. package/dist/Icons/Doctype16/DocTypeEmailSent16.d.ts +1 -0
  79. package/dist/Icons/Doctype16/DocTypeExcel16.d.ts +1 -0
  80. package/dist/Icons/Doctype16/DocTypeFax16.d.ts +1 -0
  81. package/dist/Icons/Doctype16/DocTypeFileNote16.d.ts +1 -0
  82. package/dist/Icons/Doctype16/DocTypeFolder16.d.ts +1 -0
  83. package/dist/Icons/Doctype16/DocTypeImage16.d.ts +1 -0
  84. package/dist/Icons/Doctype16/DocTypeInfotrack16.d.ts +1 -0
  85. package/dist/Icons/Doctype16/DocTypeInvoiceRequest16.d.ts +1 -0
  86. package/dist/Icons/Doctype16/DocTypeInvoiceRequests16.d.ts +1 -0
  87. package/dist/Icons/Doctype16/DocTypeLetter16.d.ts +1 -0
  88. package/dist/Icons/Doctype16/DocTypeMemo16.d.ts +1 -0
  89. package/dist/Icons/Doctype16/DocTypePdf16.d.ts +1 -0
  90. package/dist/Icons/Doctype16/DocTypePowerpoint16.d.ts +1 -0
  91. package/dist/Icons/Doctype16/DocTypeSMS16.d.ts +1 -0
  92. package/dist/Icons/Doctype16/DocTypeSignatureDeclined16.d.ts +1 -0
  93. package/dist/Icons/Doctype16/DocTypeSignaturePending16.d.ts +1 -0
  94. package/dist/Icons/Doctype16/DocTypeSignatureRequest16.d.ts +1 -0
  95. package/dist/Icons/Doctype16/DocTypeSignatureSigned16.d.ts +1 -0
  96. package/dist/Icons/Doctype16/DocTypeTasks16.d.ts +1 -0
  97. package/dist/Icons/Doctype16/DocTypeTrust16.d.ts +1 -0
  98. package/dist/Icons/Doctype16/DocTypeVideo16.d.ts +1 -0
  99. package/dist/Icons/Doctype16/DocTypeWord16.d.ts +1 -0
  100. package/dist/Icons/Doctype16/DocTypeZip16.d.ts +1 -0
  101. package/dist/Icons/Doctype16/index.d.ts +1 -0
  102. package/dist/Icons/EmailSentIcon.d.ts +1 -0
  103. package/dist/Icons/HomeIcon.d.ts +1 -0
  104. package/dist/Icons/InsertLink.d.ts +1 -0
  105. package/dist/Icons/Loader.d.ts +1 -0
  106. package/dist/Icons/Logos/LawconnectIcon.d.ts +1 -0
  107. package/dist/Icons/Logos/LeapLogo.d.ts +1 -0
  108. package/dist/Icons/Logos/poweredByLawconnect.d.ts +1 -0
  109. package/dist/Icons/MenuIcon.d.ts +1 -0
  110. package/dist/Icons/MoreVerticalIcon.d.ts +1 -0
  111. package/dist/Icons/NewAppointment.d.ts +1 -0
  112. package/dist/Icons/Power.d.ts +1 -0
  113. package/dist/Icons/Preview.d.ts +1 -0
  114. package/dist/Icons/ReportingIcon.d.ts +1 -0
  115. package/dist/Icons/ResponseIcon.d.ts +1 -0
  116. package/dist/Icons/RevokeAccess.d.ts +1 -0
  117. package/dist/Icons/Search.d.ts +1 -0
  118. package/dist/Icons/SelectFilterEmpty.d.ts +1 -0
  119. package/dist/Icons/SelectFilterFilled.d.ts +1 -0
  120. package/dist/Icons/Tick.d.ts +1 -0
  121. package/dist/Icons/UserLink.d.ts +1 -0
  122. package/dist/Icons/UserLock.d.ts +1 -0
  123. package/dist/Icons/Users.d.ts +1 -0
  124. package/dist/List/List.types.d.ts +1 -0
  125. package/dist/ListItemHoverContent/ListItemHoverContent.types.d.ts +1 -0
  126. package/dist/ListSubheader/ListSubheader.types.d.ts +1 -0
  127. package/dist/MenuItem/MenuItem.types.d.ts +1 -0
  128. package/dist/MenuItemSystem/MenuItemSystem.types.d.ts +1 -0
  129. package/dist/TabListItem/TabListItem.types.d.ts +1 -0
  130. package/dist/Table/Table.types.d.ts +1 -0
  131. package/dist/TableBody/TableBody.types.d.ts +1 -0
  132. package/dist/TableCell/TableCell.types.d.ts +1 -0
  133. package/dist/TableCellIcon/TableCellIcon.types.d.ts +1 -0
  134. package/dist/TableFooter/TableFooter.types.d.ts +1 -0
  135. package/dist/TableHead/TableHead.types.d.ts +1 -0
  136. package/dist/TableRow/TableRow.types.d.ts +1 -0
  137. package/dist/ToolbarButton/ToolbarButtonProps.types.d.ts +2 -0
  138. package/dist/Tooltip/Tooltip.types.d.ts +1 -0
  139. package/dist/Typography/Typography.types.d.ts +1 -0
  140. package/dist/index.d.ts +3 -1
  141. package/dist/index.esm.js +323 -249
  142. package/dist/index.esm.js.map +1 -1
  143. package/dist/index.js +1279 -1206
  144. package/dist/index.js.map +1 -1
  145. package/dist/package.json +2 -1
  146. package/package.json +2 -1
  147. package/dist/AccordionBody/AccordionBody.d.ts +0 -4
  148. package/dist/AccordionBody/AccordionBodyProps.types.d.ts +0 -5
  149. package/dist/Icons/ActivityType/index.d.ts +0 -1
  150. package/dist/Themes/LawConnect/common.d.ts +0 -277
  151. package/dist/Themes/LawConnect/index.d.ts +0 -1
  152. package/dist/Themes/LawConnect/pallette.d.ts +0 -228
  153. package/dist/Themes/LawConnect/theme.d.ts +0 -1
  154. package/dist/Themes/LawConnect/typography.d.ts +0 -93
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function MenuIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function MoreVerticalIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function NewAppointmentIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function PowerIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function PreviewIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function ReportingIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function ResponseIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function RevokeAccessIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function SearchIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function SelectFilterEmptyIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function SelectFilterFilledIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function TickIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function UserLinkIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function UserLockIcon(props: SvgIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from '@material-ui/core/SvgIcon';
2
3
  export default function UsersIcon(props: SvgIconProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ListProps as MuiListProps } from '@material-ui/core/List';
2
3
  export interface ListProps extends MuiListProps {
3
4
  component?: React.ElementType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ListItemHoverContentProps {
2
3
  /**
3
4
  * Content that hidden when list item on hover
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ListSubheaderProps {
2
3
  /**
3
4
  * Sub header content
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { MenuItemProps as MuiMenuItemProps } from "@material-ui/core/MenuItem";
2
3
  export interface MenuItemProps extends MuiMenuItemProps {
3
4
  startAdornment?: React.ReactNode;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface MenuItemSystemProps {
2
3
  /**
3
4
  * Menu item contents
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface TabListItemProps {
2
3
  children: any;
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableProps as MuiTableProps } from '@material-ui/core/Table';
2
3
  export interface TableProps extends MuiTableProps {
3
4
  children: React.ReactNode;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableBodyProps as MuiTableBodyProps } from '@material-ui/core';
2
3
  export interface TableBodyProps extends MuiTableBodyProps {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableCellProps as MuiTableCellProps, TableCellBaseProps } from '@material-ui/core/TableCell';
2
3
  export interface TableContainerProps extends MuiTableCellProps {
3
4
  align?: 'center' | 'inherit' | 'left' | 'right';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface TableCellIconProps {
2
3
  align?: 'center' | 'inherit' | 'left' | 'right';
3
4
  children?: React.ReactNode;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableFooterProps as MuiTableFooterProps } from '@material-ui/core';
2
3
  export interface TableFooterProps extends MuiTableFooterProps {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableHeadProps as MuiTableHeadProps } from '@material-ui/core';
2
3
  export interface TableHeadProps extends MuiTableHeadProps {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableRowProps as MuiTableRowProps } from '@material-ui/core';
2
3
  export interface TableRowProps extends MuiTableRowProps {
3
4
  /**
@@ -1,5 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export interface ToolbarButtonProps {
2
3
  label?: string;
3
4
  icon?: React.ReactNode;
5
+ title?: string;
4
6
  onClick?: (e: any) => void;
5
7
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface TooltipProps {
2
3
  /**
3
4
  * Tooltip reference element.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface TypographyProps {
2
3
  children?: React.ReactNode | string;
3
4
  color?: 'default' | 'primary' | 'primaryLight' | 'secondary' | 'secondaryDarker' | 'gray' | 'success' | 'white';
package/dist/index.d.ts CHANGED
@@ -36,6 +36,8 @@ import MenuItem from "./MenuItem/MenuItem";
36
36
  export * from "./MenuItem/MenuItem.types";
37
37
  import IconButton from "./IconButton/IconButton";
38
38
  export * from "./IconButton/IconButton.types";
39
+ import Icon from "./Icon/Icon";
40
+ export * from "./Icon/IconProps.types";
39
41
  import Input from "./Input/Input";
40
42
  export * from "./Input/Input.types";
41
43
  import InputLabel from "./InputLabel/InputLabel";
@@ -189,4 +191,4 @@ import AccountingIcon from './Icons/AccountingIcon';
189
191
  import ReportingIcon from './Icons/ReportingIcon';
190
192
  import WarningIcon from './Icons/Dialog/Warning';
191
193
  import InfoCircleIcon from './Icons/Dialog/InfoCircle';
192
- export { AccordionPanel, AccordionDetails, AccordionSummary, Drawer, DrawerMenu, AppBar, AppointmentCalendar, AttachmentIcon, Accordion, ActivityLog, Autocomplete, Avatar, AvatarsGroup, Box, Button, Checkbox, Chip, Card, CssBaseline, createFilterOptions, Dropdown, Divider, EmptyState, FormContainer, FormBody, FormGroup, FooterActions, FormHeader, Grid, HeaderToolbar, IconButton, Input, InputLabel, Loader, List, ListItem, ListItemAvatar, ListItemHoverContent, ListItemText, ListItemIcon, ListSubheader, BottomListButton, Menu, MenuItem, MenuContext, MenuHeader, MenuItemSystem, Radio, RadioGroup, SidebarLayout, Switch, Tab, Tabs, TabListItem, Toolbar, ToolbarButton, Tooltip, DatePicker, DateRangePicker, Dialog, TwoColumnLayout, Typography, Tag, Table, TableContainer, TableHead, TableBody, TableCell, TableRow, TableFooter, TableCellIcon, DocTypeEmailDraft, AccessIcon, UsersIcon, RevokeAccessIcon, AssignCurvedIcon, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, ButtonFilterIcon, ChevronDownIcon, InsertLinkIcon, SearchIcon, LoaderIcon, ButtonCaretIcon, BrowseIcon, SelectFilterEmptyIcon, SelectFilterFilledIcon, CalendarIcon, MoreVerticalIcon, CrossIcon, TickIcon, ResponseIcon, PoweredByLawconnectLogo, LawconnectIcon, EmailSentIcon, UserLinkIcon, UserLockIcon, DocTypeEmailSent, DocTypeEmailRecieved, PreviewIcon, LeapLogo, HomeIcon, AccountingIcon, ReportingIcon, WarningIcon, InfoCircleIcon, NewAppoinmentIcon, Modal, ModalActions, ModalContent, ModalTitle, };
194
+ export { AccordionPanel, AccordionDetails, AccordionSummary, Drawer, DrawerMenu, AppBar, AppointmentCalendar, AttachmentIcon, Accordion, ActivityLog, Autocomplete, Avatar, AvatarsGroup, Box, Button, Checkbox, Chip, Card, CssBaseline, createFilterOptions, Dropdown, Divider, EmptyState, FormContainer, FormBody, FormGroup, FooterActions, FormHeader, Grid, HeaderToolbar, IconButton, Icon, Input, InputLabel, Loader, List, ListItem, ListItemAvatar, ListItemHoverContent, ListItemText, ListItemIcon, ListSubheader, BottomListButton, Menu, MenuItem, MenuContext, MenuHeader, MenuItemSystem, Radio, RadioGroup, SidebarLayout, Switch, Tab, Tabs, TabListItem, Toolbar, ToolbarButton, Tooltip, DatePicker, DateRangePicker, Dialog, TwoColumnLayout, Typography, Tag, Table, TableContainer, TableHead, TableBody, TableCell, TableRow, TableFooter, TableCellIcon, DocTypeEmailDraft, AccessIcon, UsersIcon, RevokeAccessIcon, AssignCurvedIcon, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, ButtonFilterIcon, ChevronDownIcon, InsertLinkIcon, SearchIcon, LoaderIcon, ButtonCaretIcon, BrowseIcon, SelectFilterEmptyIcon, SelectFilterFilledIcon, CalendarIcon, MoreVerticalIcon, CrossIcon, TickIcon, ResponseIcon, PoweredByLawconnectLogo, LawconnectIcon, EmailSentIcon, UserLinkIcon, UserLockIcon, DocTypeEmailSent, DocTypeEmailRecieved, PreviewIcon, LeapLogo, HomeIcon, AccountingIcon, ReportingIcon, WarningIcon, InfoCircleIcon, NewAppoinmentIcon, Modal, ModalActions, ModalContent, ModalTitle, };