@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
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "1.1.41",
3
+ "version": "1.1.45",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.12.17",
24
+ "@galaxy-ds/icons": "1.0.1",
24
25
  "@geometricpanda/storybook-addon-badges": "0.0.3",
25
26
  "@react-theming/storybook-addon": "1.1.1",
26
27
  "@rollup/plugin-commonjs": "^17.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "1.1.41",
3
+ "version": "1.1.45",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.12.17",
24
+ "@galaxy-ds/icons": "1.0.1",
24
25
  "@geometricpanda/storybook-addon-badges": "0.0.3",
25
26
  "@react-theming/storybook-addon": "1.1.1",
26
27
  "@rollup/plugin-commonjs": "^17.1.0",
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { AccordionBodyProps } from './AccordionBodyProps.types';
3
- declare const AccordionBody: React.FC<AccordionBodyProps>;
4
- export default AccordionBody;
@@ -1,5 +0,0 @@
1
- export interface AccordionBodyProps {
2
- name?: string;
3
- open?: boolean;
4
- children?: any;
5
- }
@@ -1 +0,0 @@
1
- export { default as ActivityTypeVideoCall } from './ActivityTypeVideoCall';
@@ -1,277 +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 brand: {
20
- primary: {
21
- main: string;
22
- light: string;
23
- dark: string;
24
- transparent: string;
25
- contrastText: string;
26
- };
27
- secondary: {
28
- main: string;
29
- light: string;
30
- dark: string;
31
- transparent: string;
32
- contrastText: string;
33
- };
34
- dark: {
35
- default: string;
36
- secondary: string;
37
- transparent: string;
38
- };
39
- light: {
40
- default: string;
41
- secondary: string;
42
- tertiary: string;
43
- transparent: string;
44
- };
45
- neutral: {
46
- default: string;
47
- helper: string;
48
- gray: string;
49
- white: string;
50
- };
51
- tertiary: {
52
- main: string;
53
- light: string;
54
- dark: string;
55
- transparent: string;
56
- contrastText: string;
57
- };
58
- contextual: {
59
- default: {
60
- main: string;
61
- light: string;
62
- transparent: string;
63
- dark: string;
64
- contrastText: string;
65
- };
66
- white: string;
67
- danger: {
68
- main: string;
69
- light: string;
70
- transparent: string;
71
- dark: string;
72
- contrastText: string;
73
- };
74
- warning: {
75
- main: string;
76
- light: string;
77
- transparent: string;
78
- contrastText: string;
79
- };
80
- success: {
81
- main: string;
82
- light: string;
83
- transparent: string;
84
- contrastText: string;
85
- };
86
- info: {
87
- main: string;
88
- light: string;
89
- transparent: string;
90
- contrastText: string;
91
- };
92
- };
93
- background: {
94
- main: string;
95
- paper: string;
96
- light: string;
97
- tabs: string;
98
- selected: string;
99
- white: string;
100
- accent: {
101
- light: string;
102
- lighter: string;
103
- };
104
- };
105
- utility: {
106
- border: string;
107
- white: string;
108
- accent: {
109
- dark: string;
110
- darker: string;
111
- };
112
- };
113
- text: {
114
- main: string;
115
- secondary: string;
116
- link: string;
117
- active: string;
118
- light: string;
119
- disabled: string;
120
- };
121
- input: {
122
- main: string;
123
- };
124
- overlay: {
125
- dark: {
126
- default: string;
127
- text: string;
128
- contrastText: string;
129
- transparent: string;
130
- };
131
- light: {
132
- default: string;
133
- text: string;
134
- transparent: string;
135
- };
136
- };
137
- };
138
- declare const common: {
139
- brand: {
140
- primary: {
141
- main: string;
142
- light: string;
143
- dark: string;
144
- transparent: string;
145
- contrastText: string;
146
- };
147
- secondary: {
148
- main: string;
149
- light: string;
150
- dark: string;
151
- transparent: string;
152
- contrastText: string;
153
- };
154
- dark: {
155
- default: string;
156
- secondary: string;
157
- transparent: string;
158
- };
159
- light: {
160
- default: string;
161
- secondary: string;
162
- tertiary: string;
163
- transparent: string;
164
- };
165
- neutral: {
166
- default: string;
167
- helper: string;
168
- gray: string;
169
- white: string;
170
- };
171
- tertiary: {
172
- main: string;
173
- light: string;
174
- dark: string;
175
- transparent: string;
176
- contrastText: string;
177
- };
178
- contextual: {
179
- default: {
180
- main: string;
181
- light: string;
182
- transparent: string;
183
- dark: string;
184
- contrastText: string;
185
- };
186
- white: string;
187
- danger: {
188
- main: string;
189
- light: string;
190
- transparent: string;
191
- dark: string;
192
- contrastText: string;
193
- };
194
- warning: {
195
- main: string;
196
- light: string;
197
- transparent: string;
198
- contrastText: string;
199
- };
200
- success: {
201
- main: string;
202
- light: string;
203
- transparent: string;
204
- contrastText: string;
205
- };
206
- info: {
207
- main: string;
208
- light: string;
209
- transparent: string;
210
- contrastText: string;
211
- };
212
- };
213
- background: {
214
- main: string;
215
- paper: string;
216
- light: string;
217
- tabs: string;
218
- selected: string;
219
- white: string;
220
- accent: {
221
- light: string;
222
- lighter: string;
223
- };
224
- };
225
- utility: {
226
- border: string;
227
- white: string;
228
- accent: {
229
- dark: string;
230
- darker: string;
231
- };
232
- };
233
- text: {
234
- main: string;
235
- secondary: string;
236
- link: string;
237
- active: string;
238
- light: string;
239
- disabled: string;
240
- };
241
- input: {
242
- main: string;
243
- };
244
- overlay: {
245
- dark: {
246
- default: string;
247
- text: string;
248
- contrastText: string;
249
- transparent: string;
250
- };
251
- light: {
252
- default: string;
253
- text: string;
254
- transparent: string;
255
- };
256
- };
257
- };
258
- grey: {
259
- 900: string;
260
- 800: string;
261
- 700: string;
262
- 600: string;
263
- 500: string;
264
- 400: string;
265
- 300: string;
266
- 200: string;
267
- 100: string;
268
- 50: string;
269
- };
270
- opacity: {
271
- 900: string;
272
- 600: string;
273
- 500: string;
274
- 50: string;
275
- };
276
- };
277
- export default common;
@@ -1 +0,0 @@
1
- export { themeLawConnect } from './theme';
@@ -1,228 +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
- brand: {
47
- primary: {
48
- main: string;
49
- light: string;
50
- dark: string;
51
- transparent: string;
52
- contrastText: string;
53
- };
54
- secondary: {
55
- main: string;
56
- light: string;
57
- dark: string;
58
- transparent: string;
59
- contrastText: string;
60
- };
61
- dark: {
62
- default: string;
63
- secondary: string;
64
- transparent: string;
65
- };
66
- light: {
67
- default: string;
68
- secondary: string;
69
- tertiary: string;
70
- transparent: string;
71
- };
72
- neutral: {
73
- default: string;
74
- helper: string;
75
- gray: string;
76
- white: string;
77
- };
78
- tertiary: {
79
- main: string;
80
- light: string;
81
- dark: string;
82
- transparent: string;
83
- contrastText: string;
84
- };
85
- contextual: {
86
- default: {
87
- main: string;
88
- light: string;
89
- transparent: string;
90
- dark: string;
91
- contrastText: string;
92
- };
93
- white: string;
94
- danger: {
95
- main: string;
96
- light: string;
97
- transparent: string;
98
- dark: string;
99
- contrastText: string;
100
- };
101
- warning: {
102
- main: string;
103
- light: string;
104
- transparent: string;
105
- contrastText: string;
106
- };
107
- success: {
108
- main: string;
109
- light: string;
110
- transparent: string;
111
- contrastText: string;
112
- };
113
- info: {
114
- main: string;
115
- light: string;
116
- transparent: string;
117
- contrastText: string;
118
- };
119
- };
120
- background: {
121
- main: string;
122
- paper: string;
123
- light: string;
124
- tabs: string;
125
- selected: string;
126
- white: string;
127
- accent: {
128
- light: string;
129
- lighter: string;
130
- };
131
- };
132
- utility: {
133
- border: string;
134
- white: string;
135
- accent: {
136
- dark: string;
137
- darker: string;
138
- };
139
- };
140
- text: {
141
- main: string;
142
- secondary: string;
143
- link: string;
144
- active: string;
145
- light: string;
146
- disabled: string;
147
- };
148
- input: {
149
- main: string;
150
- };
151
- overlay: {
152
- dark: {
153
- default: string;
154
- text: string;
155
- contrastText: string;
156
- transparent: string;
157
- };
158
- light: {
159
- default: string;
160
- text: string;
161
- transparent: string;
162
- };
163
- };
164
- };
165
- grey: {
166
- 900: string;
167
- 800: string;
168
- 700: string;
169
- 600: string;
170
- 500: string;
171
- 400: string;
172
- 300: string;
173
- 200: string;
174
- 100: string;
175
- 50: string;
176
- };
177
- opacity: {
178
- 900: string;
179
- 600: string;
180
- 500: string;
181
- 50: string;
182
- };
183
- pallette: {
184
- background: {
185
- default: string;
186
- paper: string;
187
- };
188
- primary: {
189
- light: string;
190
- main: string;
191
- dark: string;
192
- contrastText: string;
193
- };
194
- secondary: {
195
- light: string;
196
- main: string;
197
- dark: string;
198
- contrastText: string;
199
- };
200
- text: {
201
- primary: string;
202
- secondary: string;
203
- disabled: string;
204
- hint: string;
205
- };
206
- divider: string;
207
- action: {
208
- active: string;
209
- hover: string;
210
- hoverOpacity: number;
211
- selected: string;
212
- disabled: string;
213
- };
214
- grey: {
215
- 900: string;
216
- 800: string;
217
- 700: string;
218
- 600: string;
219
- 500: string;
220
- 400: string;
221
- 300: string;
222
- 200: string;
223
- 100: string;
224
- 50: string;
225
- };
226
- };
227
- };
228
- export default pallettes;
@@ -1 +0,0 @@
1
- export declare const themeLawConnect: 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;