@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,234 +0,0 @@
1
- export declare const pallette: {
2
- background: {
3
- default: string;
4
- paper: string;
5
- };
6
- primary: {
7
- light: string;
8
- main: string;
9
- dark: string;
10
- contrastText: string;
11
- };
12
- secondary: {
13
- light: string;
14
- main: string;
15
- dark: string;
16
- contrastText: string;
17
- };
18
- text: {
19
- primary: string;
20
- secondary: string;
21
- disabled: string;
22
- hint: string;
23
- };
24
- divider: string;
25
- action: {
26
- active: string;
27
- hover: string;
28
- hoverOpacity: number;
29
- selected: string;
30
- disabled: string;
31
- };
32
- grey: {
33
- 900: string;
34
- 800: string;
35
- 700: string;
36
- 600: string;
37
- 500: string;
38
- 400: string;
39
- 300: string;
40
- 200: string;
41
- 100: string;
42
- 50: string;
43
- };
44
- };
45
- declare const pallettes: {
46
- blue: {
47
- 300: string;
48
- 200: string;
49
- 100: string;
50
- 50: string;
51
- };
52
- brand: {
53
- primary: {
54
- main: string;
55
- light: string;
56
- dark: string;
57
- transparent: string;
58
- contrastText: string;
59
- };
60
- secondary: {
61
- main: string;
62
- light: string;
63
- dark: string;
64
- transparent: string;
65
- contrastText: string;
66
- };
67
- dark: {
68
- default: string;
69
- secondary: string;
70
- transparent: string;
71
- };
72
- light: {
73
- default: string;
74
- secondary: string;
75
- tertiary: string;
76
- transparent: string;
77
- };
78
- neutral: {
79
- default: string;
80
- helper: string;
81
- gray: string;
82
- white: string;
83
- };
84
- tertiary: {
85
- main: string;
86
- light: string;
87
- dark: string;
88
- transparent: string;
89
- contrastText: string;
90
- };
91
- contextual: {
92
- default: {
93
- main: string;
94
- light: string;
95
- transparent: string;
96
- dark: string;
97
- contrastText: string;
98
- };
99
- white: string;
100
- danger: {
101
- main: string;
102
- light: string;
103
- transparent: string;
104
- dark: string;
105
- contrastText: string;
106
- };
107
- warning: {
108
- main: string;
109
- light: string;
110
- transparent: string;
111
- contrastText: string;
112
- };
113
- success: {
114
- main: string;
115
- light: string;
116
- transparent: string;
117
- contrastText: string;
118
- };
119
- info: {
120
- main: string;
121
- light: string;
122
- transparent: string;
123
- contrastText: string;
124
- };
125
- };
126
- background: {
127
- main: string;
128
- paper: string;
129
- light: string;
130
- tabs: string;
131
- selected: string;
132
- white: string;
133
- accent: {
134
- light: string;
135
- lighter: string;
136
- };
137
- };
138
- utility: {
139
- border: string;
140
- white: string;
141
- accent: {
142
- dark: string;
143
- darker: string;
144
- };
145
- };
146
- text: {
147
- main: string;
148
- secondary: string;
149
- link: string;
150
- active: string;
151
- light: string;
152
- disabled: string;
153
- };
154
- input: {
155
- main: string;
156
- };
157
- overlay: {
158
- dark: {
159
- default: string;
160
- text: string;
161
- contrastText: string;
162
- transparent: string;
163
- };
164
- light: {
165
- default: string;
166
- text: string;
167
- transparent: string;
168
- };
169
- };
170
- };
171
- grey: {
172
- 900: string;
173
- 800: string;
174
- 700: string;
175
- 600: string;
176
- 500: string;
177
- 400: string;
178
- 300: string;
179
- 200: string;
180
- 100: string;
181
- 50: string;
182
- };
183
- opacity: {
184
- 900: string;
185
- 600: string;
186
- 500: string;
187
- 50: string;
188
- };
189
- pallette: {
190
- background: {
191
- default: string;
192
- paper: string;
193
- };
194
- primary: {
195
- light: string;
196
- main: string;
197
- dark: string;
198
- contrastText: string;
199
- };
200
- secondary: {
201
- light: string;
202
- main: string;
203
- dark: string;
204
- contrastText: string;
205
- };
206
- text: {
207
- primary: string;
208
- secondary: string;
209
- disabled: string;
210
- hint: string;
211
- };
212
- divider: string;
213
- action: {
214
- active: string;
215
- hover: string;
216
- hoverOpacity: number;
217
- selected: string;
218
- disabled: string;
219
- };
220
- grey: {
221
- 900: string;
222
- 800: string;
223
- 700: string;
224
- 600: string;
225
- 500: string;
226
- 400: string;
227
- 300: string;
228
- 200: string;
229
- 100: string;
230
- 50: string;
231
- };
232
- };
233
- };
234
- export default pallettes;
@@ -1 +0,0 @@
1
- export declare const themeDesktop: import("@material-ui/core/styles").Theme;
@@ -1,84 +0,0 @@
1
- declare const typography: {
2
- fontFamily: string;
3
- htmlFontSize: number;
4
- fontSize: number;
5
- fontWeightLight: number;
6
- fontWeightRegular: number;
7
- fontWeightMedium: number;
8
- fontWeightBold: number;
9
- h1: {
10
- fontWeight: number;
11
- fontSize: number;
12
- lineHeight: number;
13
- letterSpacing: string;
14
- };
15
- h2: {
16
- fontWeight: number;
17
- fontSize: number;
18
- lineHeight: number;
19
- letterSpacing: string;
20
- };
21
- h3: {
22
- fontWeight: number;
23
- fontSize: number;
24
- lineHeight: number;
25
- letterSpacing: string;
26
- color: string;
27
- };
28
- h4: {
29
- fontWeight: number;
30
- fontSize: number;
31
- lineHeight: string;
32
- letterSpacing: string;
33
- };
34
- h5: {
35
- fontWeight: number;
36
- fontSize: number;
37
- lineHeight: string;
38
- letterSpacing: string;
39
- };
40
- h6: {
41
- fontWeight: number;
42
- fontSize: number;
43
- lineHeight: number;
44
- letterSpacing: string;
45
- color: string;
46
- };
47
- body1: {
48
- fontWeight: number;
49
- fontSize: number;
50
- lineHeight: string;
51
- letterSpacing: string;
52
- };
53
- body2: {
54
- fontWeight: number;
55
- fontSize: number;
56
- lineHeight: string;
57
- letterSpacing: string;
58
- };
59
- button: {
60
- fontWeight: number;
61
- fontSize: number;
62
- lineHeight: string;
63
- letterSpacing: string;
64
- };
65
- caption: {
66
- fontWeight: number;
67
- fontSize: number;
68
- lineHeight: string;
69
- letterSpacing: string;
70
- };
71
- subtitle1: {
72
- fontWeight: number;
73
- fontSize: number;
74
- lineHeight: string;
75
- letterSpacing: string;
76
- };
77
- subtitle2: {
78
- fontWeight: number;
79
- fontSize: number;
80
- lineHeight: string;
81
- letterSpacing: string;
82
- };
83
- };
84
- export default typography;
@@ -1 +0,0 @@
1
- export { themeWeb } from './theme';
@@ -1,234 +0,0 @@
1
- export declare const pallette: {
2
- background: {
3
- default: string;
4
- paper: string;
5
- };
6
- primary: {
7
- light: string;
8
- main: string;
9
- dark: string;
10
- contrastText: string;
11
- };
12
- secondary: {
13
- light: string;
14
- main: string;
15
- dark: string;
16
- contrastText: string;
17
- };
18
- text: {
19
- primary: string;
20
- secondary: string;
21
- disabled: string;
22
- hint: string;
23
- };
24
- divider: string;
25
- action: {
26
- active: string;
27
- hover: string;
28
- hoverOpacity: number;
29
- selected: string;
30
- disabled: string;
31
- };
32
- grey: {
33
- 900: string;
34
- 800: string;
35
- 700: string;
36
- 600: string;
37
- 500: string;
38
- 400: string;
39
- 300: string;
40
- 200: string;
41
- 100: string;
42
- 50: string;
43
- };
44
- };
45
- declare const pallettes: {
46
- blue: {
47
- 300: string;
48
- 200: string;
49
- 100: string;
50
- 50: string;
51
- };
52
- brand: {
53
- primary: {
54
- main: string;
55
- light: string;
56
- dark: string;
57
- transparent: string;
58
- contrastText: string;
59
- };
60
- secondary: {
61
- main: string;
62
- light: string;
63
- dark: string;
64
- transparent: string;
65
- contrastText: string;
66
- };
67
- dark: {
68
- default: string;
69
- secondary: string;
70
- transparent: string;
71
- };
72
- light: {
73
- default: string;
74
- secondary: string;
75
- tertiary: string;
76
- transparent: string;
77
- };
78
- neutral: {
79
- default: string;
80
- helper: string;
81
- gray: string;
82
- white: string;
83
- };
84
- tertiary: {
85
- main: string;
86
- light: string;
87
- dark: string;
88
- transparent: string;
89
- contrastText: string;
90
- };
91
- contextual: {
92
- default: {
93
- main: string;
94
- light: string;
95
- transparent: string;
96
- dark: string;
97
- contrastText: string;
98
- };
99
- white: string;
100
- danger: {
101
- main: string;
102
- light: string;
103
- transparent: string;
104
- dark: string;
105
- contrastText: string;
106
- };
107
- warning: {
108
- main: string;
109
- light: string;
110
- transparent: string;
111
- contrastText: string;
112
- };
113
- success: {
114
- main: string;
115
- light: string;
116
- transparent: string;
117
- contrastText: string;
118
- };
119
- info: {
120
- main: string;
121
- light: string;
122
- transparent: string;
123
- contrastText: string;
124
- };
125
- };
126
- background: {
127
- main: string;
128
- paper: string;
129
- light: string;
130
- tabs: string;
131
- selected: string;
132
- white: string;
133
- accent: {
134
- light: string;
135
- lighter: string;
136
- };
137
- };
138
- utility: {
139
- border: string;
140
- white: string;
141
- accent: {
142
- dark: string;
143
- darker: string;
144
- };
145
- };
146
- text: {
147
- main: string;
148
- secondary: string;
149
- link: string;
150
- active: string;
151
- light: string;
152
- disabled: string;
153
- };
154
- input: {
155
- main: string;
156
- };
157
- overlay: {
158
- dark: {
159
- default: string;
160
- text: string;
161
- contrastText: string;
162
- transparent: string;
163
- };
164
- light: {
165
- default: string;
166
- text: string;
167
- transparent: string;
168
- };
169
- };
170
- };
171
- grey: {
172
- 900: string;
173
- 800: string;
174
- 700: string;
175
- 600: string;
176
- 500: string;
177
- 400: string;
178
- 300: string;
179
- 200: string;
180
- 100: string;
181
- 50: string;
182
- };
183
- opacity: {
184
- 900: string;
185
- 600: string;
186
- 500: string;
187
- 50: string;
188
- };
189
- pallette: {
190
- background: {
191
- default: string;
192
- paper: string;
193
- };
194
- primary: {
195
- light: string;
196
- main: string;
197
- dark: string;
198
- contrastText: string;
199
- };
200
- secondary: {
201
- light: string;
202
- main: string;
203
- dark: string;
204
- contrastText: string;
205
- };
206
- text: {
207
- primary: string;
208
- secondary: string;
209
- disabled: string;
210
- hint: string;
211
- };
212
- divider: string;
213
- action: {
214
- active: string;
215
- hover: string;
216
- hoverOpacity: number;
217
- selected: string;
218
- disabled: string;
219
- };
220
- grey: {
221
- 900: string;
222
- 800: string;
223
- 700: string;
224
- 600: string;
225
- 500: string;
226
- 400: string;
227
- 300: string;
228
- 200: string;
229
- 100: string;
230
- 50: string;
231
- };
232
- };
233
- };
234
- export default pallettes;
@@ -1 +0,0 @@
1
- export declare const themeWeb: import("@material-ui/core/styles").Theme;
@@ -1,93 +0,0 @@
1
- declare const typography: {
2
- fontFamily: string;
3
- htmlFontSize: number;
4
- fontSize: number;
5
- fontWeightLight: number;
6
- fontWeightRegular: number;
7
- fontWeightMedium: number;
8
- fontWeightBold: number;
9
- h1: {
10
- fontFamily: string;
11
- fontWeight: number;
12
- fontSize: string;
13
- lineHeight: number;
14
- letterSpacing: string;
15
- };
16
- h2: {
17
- fontFamily: string;
18
- fontWeight: number;
19
- fontSize: string;
20
- lineHeight: number;
21
- letterSpacing: string;
22
- };
23
- h3: {
24
- fontFamily: string;
25
- fontWeight: number;
26
- fontSize: string;
27
- lineHeight: number;
28
- letterSpacing: string;
29
- };
30
- h4: {
31
- fontFamily: string;
32
- fontWeight: number;
33
- fontSize: string;
34
- lineHeight: string;
35
- letterSpacing: string;
36
- };
37
- h5: {
38
- fontFamily: string;
39
- fontWeight: number;
40
- fontSize: string;
41
- lineHeight: string;
42
- letterSpacing: string;
43
- };
44
- h6: {
45
- fontFamily: string;
46
- fontWeight: number;
47
- fontSize: string;
48
- lineHeight: number;
49
- letterSpacing: string;
50
- };
51
- body1: {
52
- fontFamily: string;
53
- fontWeight: number;
54
- fontSize: string;
55
- lineHeight: string;
56
- letterSpacing: string;
57
- };
58
- body2: {
59
- fontFamily: string;
60
- fontWeight: number;
61
- fontSize: string;
62
- lineHeight: string;
63
- letterSpacing: string;
64
- };
65
- button: {
66
- fontFamily: string;
67
- fontWeight: number;
68
- fontSize: string;
69
- lineHeight: string;
70
- letterSpacing: string;
71
- };
72
- caption: {
73
- fontWeight: number;
74
- fontSize: number;
75
- lineHeight: string;
76
- letterSpacing: string;
77
- };
78
- subtitle1: {
79
- fontFamily: string;
80
- fontWeight: number;
81
- fontSize: string;
82
- lineHeight: string;
83
- letterSpacing: string;
84
- };
85
- subtitle2: {
86
- fontFamily: string;
87
- fontWeight: number;
88
- fontSize: string;
89
- lineHeight: string;
90
- letterSpacing: string;
91
- };
92
- };
93
- export default typography;
@@ -1,7 +0,0 @@
1
- export { themeWeb } from './Web';
2
- export { themeDesktop } from './Desktop';
3
- declare const themes: {
4
- themeWeb: import("@material-ui/core").Theme;
5
- themeDesktop: import("@material-ui/core").Theme;
6
- };
7
- export default themes;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { ButtonProps } from "@mui/material/Button";
3
- export interface ToolbarButtonProps extends ButtonProps {
4
- label?: string;
5
- icon?: React.ReactNode;
6
- title?: string;
7
- onClick?: (e: any) => void;
8
- }
@@ -1,3 +0,0 @@
1
- import { TooltipProps as MuiToolTipProps } from "@mui/material";
2
- export interface TooltipProps extends MuiToolTipProps {
3
- }
@@ -1,11 +0,0 @@
1
- export interface TwoColumnLayoutProps {
2
- /**
3
- * Layout contents.
4
- * Wrap `<TwoColumnLayout.Left>` and `<TwoColumnLayout.Right>` around your left and right column's contents respectively.
5
- */
6
- children: any;
7
- /**
8
- * The gutter between two columns. Default to 0.
9
- */
10
- spacing?: 0 | 1 | 2 | 3 | 4;
11
- }
@@ -1,15 +0,0 @@
1
- import React, {useState} from 'react';
2
- import DatePicker from '../DatePicker';
3
-
4
- function DatePickerExample() {
5
- const [date, setDate] = useState(null);
6
-
7
- return (
8
- <DatePicker
9
- onChange={(item) => setDate(item)}
10
- date={date}
11
- ></DatePicker>
12
- );
13
- }
14
-
15
- export default DatePickerExample;