@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
- import { MenuContextProps } from "./MenuContext.types";
2
- import React from "react";
3
- declare const MenuContext: React.FC<MenuContextProps>;
4
- export default MenuContext;
@@ -1,18 +0,0 @@
1
- import { MenuProps } from "@material-ui/core";
2
- export interface MenuContextProps extends MenuProps {
3
- title?: string;
4
- children?: any;
5
- /**
6
- * If true, the menu is visible.
7
- */
8
- open: boolean;
9
- /**
10
- * A HTML element, or a function that returns it. It's used to set the position of the menu.
11
- */
12
- anchorEl?: any;
13
- /**
14
- * Callback fired when the component requests to be closed.
15
- */
16
- onClose?: (event: object, reason: string) => void;
17
- platform?: "Web" | "Desktop";
18
- }
@@ -1,3 +0,0 @@
1
- export interface MenuHeaderProps {
2
- children?: any;
3
- }
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { MenuItemSystemProps } from "./MenuItemSystem.types";
3
- declare const MenuItemSystem: React.FC<MenuItemSystemProps>;
4
- export default MenuItemSystem;
@@ -1,25 +0,0 @@
1
- /// <reference types="react" />
2
- export interface MenuItemSystemProps {
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
- * Prepend Icon
17
- */
18
- prependIcon?: boolean;
19
- /**
20
- * Border
21
- */
22
- border?: boolean;
23
- onClick?: (e: any) => void;
24
- platform?: "Web" | "Desktop";
25
- }
@@ -1,5 +0,0 @@
1
- import { DialogProps } from '@mui/material';
2
- type disabledProps = 'aria-describedby' | 'aria-labelledby' | 'disableBackdropClick' | 'onBackdropClick' | 'onEnter' | 'onEntered' | 'onEntering' | 'onEscapeKeyDown' | 'onExit' | 'onExited' | 'onExiting' | 'onRendered' | 'PaperComponent' | 'PaperProps' | 'TransitionComponent' | 'transitionDuration' | 'TransitionProps';
3
- export interface ModalProps extends Partial<Omit<DialogProps, disabledProps>> {
4
- }
5
- export {};
@@ -1,3 +0,0 @@
1
- import { DialogActionsProps } from "@mui/material";
2
- export interface ModalActionsProps extends DialogActionsProps {
3
- }
@@ -1,7 +0,0 @@
1
- import { DialogContentProps } from "@mui/material";
2
- export interface ModalContentProps extends DialogContentProps {
3
- /**
4
- * Remove paddings around content
5
- */
6
- disablePaddings?: boolean;
7
- }
@@ -1,4 +0,0 @@
1
- import { DialogTitleProps } from "@mui/material";
2
- export interface ModalTitleProps extends DialogTitleProps {
3
- showLeapLogo?: boolean;
4
- }
@@ -1,4 +0,0 @@
1
- import { RadioGroupProps as MuiRadioGroupProps } from "@mui/material";
2
- export interface RadioGroupProps extends MuiRadioGroupProps {
3
- label?: string;
4
- }
@@ -1,15 +0,0 @@
1
- export interface SidebarLayoutProps {
2
- /**
3
- * Layout contents.
4
- * Wrap `<SidebarLayout.Sidebar>` and `<SidebarLayout.Main>` around your Sidebar and Main column's contents respectively.
5
- */
6
- children: any;
7
- /**
8
- * Sidebar's width. Default to 260px.
9
- */
10
- sidebarWidth?: number;
11
- /**
12
- * Sidbar background color. Default to #f3f3f3
13
- */
14
- sidebarBgColor?: string;
15
- }
@@ -1,3 +0,0 @@
1
- import { SwitchProps as MuiSwitchProps } from "@mui/material";
2
- export interface SwitchProps extends MuiSwitchProps {
3
- }
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- import { TableProps as MuiTableProps } from '@mui/material';
3
- export interface TableProps extends MuiTableProps {
4
- children: React.ReactNode;
5
- padding?: 'normal' | 'checkbox' | 'none';
6
- size?: 'small' | 'medium';
7
- /**
8
- * The component used for the root node. Either a string to use a HTML element or a component. Default to 'table'.
9
- */
10
- component?: React.ElementType;
11
- }
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { TableBodyProps as MuiTableBodyProps } from '@mui/material';
3
- export interface TableBodyProps extends MuiTableBodyProps {
4
- /**
5
- * The component used for the root node. Either a string to use a HTML element or a component. Default to 'tbody'.
6
- */
7
- component?: React.ElementType;
8
- }
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import { TableCellProps as MuiTableCellProps, TableCellBaseProps } from '@mui/material';
3
- export interface TableCellProps extends MuiTableCellProps {
4
- align?: 'center' | 'inherit' | 'left' | 'right';
5
- children?: React.ReactNode;
6
- padding?: 'checkbox' | 'normal' | 'none';
7
- size?: 'medium' | 'small';
8
- variant?: 'body' | 'footer';
9
- width?: number;
10
- /**
11
- * The component used for the root node. Either a string to use a HTML element or a component.
12
- */
13
- component?: React.ElementType<TableCellBaseProps>;
14
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export interface TableCellIconProps {
3
- align?: 'center' | 'inherit' | 'left' | 'right';
4
- children?: React.ReactNode;
5
- }
@@ -1,3 +0,0 @@
1
- import { TableContainerProps as MuiTableContainerProps } from '@mui/material';
2
- export interface TableContainerProps extends MuiTableContainerProps {
3
- }
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { TableFooterProps as MuiTableFooterProps } from '@mui/material';
3
- export interface TableFooterProps extends MuiTableFooterProps {
4
- /**
5
- * The component used for the root node. Either a string to use a HTML element or a component. Default to 'tfoot'.
6
- */
7
- component?: React.ElementType;
8
- }
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import { TableHeadProps as MuiTableHeadProps } from '@mui/material';
3
- export interface TableHeadProps extends MuiTableHeadProps {
4
- /**
5
- * The content of the component, normally `TableRow`.
6
- */
7
- children?: React.ReactNode;
8
- /**
9
- * The component used for the root node. Either a string to use a HTML element or a component. Default to 'thead'.
10
- */
11
- component?: React.ElementType;
12
- }
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import { TableRowProps as MuiTableRowProps } from '@mui/material';
3
- export interface TableRowProps extends MuiTableRowProps {
4
- /**
5
- * Should be valid <tr> children such as TableCell.
6
- */
7
- children?: React.ReactNode;
8
- /**
9
- * If true, the table row will shade on hover.
10
- */
11
- hover?: boolean;
12
- /**
13
- * If true, the table row will have the selected shading.
14
- */
15
- selected?: boolean;
16
- /**
17
- * The component used for the root node. Either a string to use a HTML element or a component. Default to 'tr'.
18
- */
19
- component?: React.ElementType;
20
- }
@@ -1,18 +0,0 @@
1
- export interface TagProps {
2
- label: string;
3
- variant?: 'default';
4
- endIcon?: any;
5
- startIcon?: any;
6
- deleteIcon?: any;
7
- tooltip?: string;
8
- tooltipPlacement?: any;
9
- tooltipLabel?: string;
10
- tooltipLabelPlacement?: any;
11
- tooltipDelete?: string;
12
- tooltipDeletePlacement?: any;
13
- platformWeb?: boolean;
14
- ref?: any;
15
- disabled?: boolean;
16
- onClick?: (e: any) => void;
17
- onDelete?: (e: any) => void;
18
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ThemeProviderProps {
3
- children?: React.ReactNode;
4
- theme: object | (() => object);
5
- }
@@ -1,35 +0,0 @@
1
- declare const baseline: {
2
- '@global': {
3
- html: {
4
- WebkitFontSmoothing: string;
5
- };
6
- body: {
7
- color: string;
8
- fontSize: string;
9
- fontFamily: string;
10
- fontWeight: string;
11
- lineHeight: string;
12
- boxSizing: string;
13
- margin: number;
14
- textRendering: string;
15
- };
16
- a: {
17
- transition: string;
18
- textDecoration: string;
19
- };
20
- 'input[type=search]::-ms-clear': {
21
- display: string;
22
- width: number;
23
- height: number;
24
- };
25
- 'input[type=search]::-ms-reveal': {
26
- display: string;
27
- width: number;
28
- height: number;
29
- };
30
- 'input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration': {
31
- display: string;
32
- };
33
- };
34
- };
35
- export default baseline;
@@ -1,289 +0,0 @@
1
- export declare const opacity: {
2
- 900: string;
3
- 600: string;
4
- 500: string;
5
- 50: string;
6
- };
7
- export declare const grey: {
8
- 900: string;
9
- 800: string;
10
- 700: string;
11
- 600: string;
12
- 500: string;
13
- 400: string;
14
- 300: string;
15
- 200: string;
16
- 100: string;
17
- 50: string;
18
- };
19
- export declare const blue: {
20
- 300: string;
21
- 200: string;
22
- 100: string;
23
- 50: string;
24
- };
25
- export declare const brand: {
26
- primary: {
27
- main: string;
28
- light: string;
29
- dark: string;
30
- transparent: string;
31
- contrastText: string;
32
- };
33
- secondary: {
34
- main: string;
35
- light: string;
36
- dark: string;
37
- transparent: string;
38
- contrastText: string;
39
- };
40
- dark: {
41
- default: string;
42
- secondary: string;
43
- transparent: string;
44
- };
45
- light: {
46
- default: string;
47
- secondary: string;
48
- tertiary: string;
49
- transparent: string;
50
- };
51
- neutral: {
52
- default: string;
53
- helper: string;
54
- gray: string;
55
- white: string;
56
- };
57
- tertiary: {
58
- main: string;
59
- light: string;
60
- dark: string;
61
- transparent: string;
62
- contrastText: string;
63
- };
64
- contextual: {
65
- default: {
66
- main: string;
67
- light: string;
68
- transparent: string;
69
- dark: string;
70
- contrastText: string;
71
- };
72
- white: string;
73
- danger: {
74
- main: string;
75
- light: string;
76
- transparent: string;
77
- dark: string;
78
- contrastText: string;
79
- };
80
- warning: {
81
- main: string;
82
- light: string;
83
- transparent: string;
84
- contrastText: string;
85
- };
86
- success: {
87
- main: string;
88
- light: string;
89
- transparent: string;
90
- contrastText: string;
91
- };
92
- info: {
93
- main: string;
94
- light: string;
95
- transparent: string;
96
- contrastText: string;
97
- };
98
- };
99
- background: {
100
- main: string;
101
- paper: string;
102
- light: string;
103
- tabs: string;
104
- selected: string;
105
- white: string;
106
- accent: {
107
- light: string;
108
- lighter: string;
109
- };
110
- };
111
- utility: {
112
- border: string;
113
- white: string;
114
- accent: {
115
- dark: string;
116
- darker: string;
117
- };
118
- };
119
- text: {
120
- main: string;
121
- secondary: string;
122
- link: string;
123
- active: string;
124
- light: string;
125
- disabled: string;
126
- };
127
- input: {
128
- main: string;
129
- };
130
- overlay: {
131
- dark: {
132
- default: string;
133
- text: string;
134
- contrastText: string;
135
- transparent: string;
136
- };
137
- light: {
138
- default: string;
139
- text: string;
140
- transparent: string;
141
- };
142
- };
143
- };
144
- declare const common: {
145
- blue: {
146
- 300: string;
147
- 200: string;
148
- 100: string;
149
- 50: string;
150
- };
151
- brand: {
152
- primary: {
153
- main: string;
154
- light: string;
155
- dark: string;
156
- transparent: string;
157
- contrastText: string;
158
- };
159
- secondary: {
160
- main: string;
161
- light: string;
162
- dark: string;
163
- transparent: string;
164
- contrastText: string;
165
- };
166
- dark: {
167
- default: string;
168
- secondary: string;
169
- transparent: string;
170
- };
171
- light: {
172
- default: string;
173
- secondary: string;
174
- tertiary: string;
175
- transparent: string;
176
- };
177
- neutral: {
178
- default: string;
179
- helper: string;
180
- gray: string;
181
- white: string;
182
- };
183
- tertiary: {
184
- main: string;
185
- light: string;
186
- dark: string;
187
- transparent: string;
188
- contrastText: string;
189
- };
190
- contextual: {
191
- default: {
192
- main: string;
193
- light: string;
194
- transparent: string;
195
- dark: string;
196
- contrastText: string;
197
- };
198
- white: string;
199
- danger: {
200
- main: string;
201
- light: string;
202
- transparent: string;
203
- dark: string;
204
- contrastText: string;
205
- };
206
- warning: {
207
- main: string;
208
- light: string;
209
- transparent: string;
210
- contrastText: string;
211
- };
212
- success: {
213
- main: string;
214
- light: string;
215
- transparent: string;
216
- contrastText: string;
217
- };
218
- info: {
219
- main: string;
220
- light: string;
221
- transparent: string;
222
- contrastText: string;
223
- };
224
- };
225
- background: {
226
- main: string;
227
- paper: string;
228
- light: string;
229
- tabs: string;
230
- selected: string;
231
- white: string;
232
- accent: {
233
- light: string;
234
- lighter: string;
235
- };
236
- };
237
- utility: {
238
- border: string;
239
- white: string;
240
- accent: {
241
- dark: string;
242
- darker: string;
243
- };
244
- };
245
- text: {
246
- main: string;
247
- secondary: string;
248
- link: string;
249
- active: string;
250
- light: string;
251
- disabled: string;
252
- };
253
- input: {
254
- main: string;
255
- };
256
- overlay: {
257
- dark: {
258
- default: string;
259
- text: string;
260
- contrastText: string;
261
- transparent: string;
262
- };
263
- light: {
264
- default: string;
265
- text: string;
266
- transparent: string;
267
- };
268
- };
269
- };
270
- grey: {
271
- 900: string;
272
- 800: string;
273
- 700: string;
274
- 600: string;
275
- 500: string;
276
- 400: string;
277
- 300: string;
278
- 200: string;
279
- 100: string;
280
- 50: string;
281
- };
282
- opacity: {
283
- 900: string;
284
- 600: string;
285
- 500: string;
286
- 50: string;
287
- };
288
- };
289
- export default common;
@@ -1,31 +0,0 @@
1
- declare const props: {
2
- MuiButtonBase: {
3
- disableRipple: boolean;
4
- };
5
- MuiCheckbox: {
6
- disableFocusRipple: boolean;
7
- };
8
- MuiInput: {
9
- disableUnderline: boolean;
10
- };
11
- MuiFilledInput: {
12
- disableUnderline: boolean;
13
- };
14
- MuiInputLabel: {
15
- disableAnimation: boolean;
16
- shrink: boolean;
17
- };
18
- MuiList: {
19
- disablePadding: boolean;
20
- };
21
- MuiMenu: {
22
- getContentAnchorEl: any;
23
- };
24
- MuiPaper: {
25
- elevation: number;
26
- };
27
- MuiTab: {
28
- disableFocusRipple: boolean;
29
- };
30
- };
31
- export default props;
@@ -1 +0,0 @@
1
- export { themeDesktop } from './theme';