@solostylist/ui-kit 1.0.8 → 1.0.9

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 (83) hide show
  1. package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js +1 -1
  2. package/dist/AppDataTable/AppDataTable.js +30 -29
  3. package/dist/AppDialogConfirm/AppDialogConfirm.js +1 -1
  4. package/dist/AppDialogMessage/AppDialogMessage.js +1 -1
  5. package/dist/AppFileDropzone/AppFileDropzone.js +3 -3
  6. package/dist/AppFileIcon/AppFileIcon.js +1 -1
  7. package/dist/AppMultiSelect/AppMultiSelect.js +2 -2
  8. package/dist/AppOption/AppOption.js +1 -1
  9. package/dist/AppTextEditor/AppTextEditor.js +1 -1
  10. package/dist/AppTextEditor/TextEditorToolbar.js +299 -303
  11. package/dist/AppTip/AppTip.js +2 -2
  12. package/dist/{Box-MNdIcw0w.js → Box-DyPisl7H.js} +11 -11
  13. package/dist/{ButtonBase-D7WZejV5.js → ButtonBase-C9K74oZC.js} +117 -120
  14. package/dist/{Menu-BymLGoMc.js → Menu-DrTy5vbc.js} +30 -30
  15. package/dist/{MenuItem-l3xZOND-.js → MenuItem-CSmlAERi.js} +84 -88
  16. package/dist/SThemeProvider/SThemeProvider.d.ts +12 -0
  17. package/dist/SThemeProvider/SThemeProvider.js +35 -0
  18. package/dist/SThemeProvider/index.d.ts +1 -0
  19. package/dist/SThemeProvider/index.js +4 -0
  20. package/dist/{Stack-CxKx2YGj.js → Stack-CP2l9Ko9.js} +14 -15
  21. package/dist/{Typography-QQx_YSAW.js → Typography-CgNLUV5h.js} +49 -54
  22. package/dist/backdropClasses-lc38rgzd.js +10 -0
  23. package/dist/buttonBaseClasses-DxKwiRBX.js +10 -0
  24. package/dist/createSvgIcon-CoYExp5F.js +247 -0
  25. package/dist/{createTheme-dX0MILsf.js → createTheme-BZxWCiBm.js} +9 -10
  26. package/dist/{extendSxProp-CTBBOYHX.js → extendSxProp-SCsFy5tr.js} +1 -1
  27. package/dist/generateUtilityClass-CRH_bFW6.js +34 -0
  28. package/dist/generateUtilityClasses-STjIp_B9.js +10 -0
  29. package/dist/iconButtonClasses-CqYTUZq-.js +10 -0
  30. package/dist/{clsx-DfguY6FT.js → identifier-CHPjnqaz.js} +50 -48
  31. package/dist/{index-f-gkJ93Q.js → index-BB439voV.js} +11 -10
  32. package/dist/{inputBaseClasses-s6dljKxi.js → inputBaseClasses-BRd7g4Od.js} +6 -5
  33. package/dist/{listItemIconClasses-CTdclC9V.js → listItemIconClasses-D-kc0Y9u.js} +1 -1
  34. package/dist/main.d.ts +1 -1
  35. package/dist/main.js +6 -6
  36. package/dist/memoTheme-B7hT_l31.js +291 -0
  37. package/dist/menuItemClasses-BxqenSTj.js +12 -0
  38. package/dist/outlinedInputClasses-BTtPbpE5.js +14 -0
  39. package/dist/{paperClasses-Bf2rrWVr.js → paperClasses-D1WMlaxU.js} +6 -5
  40. package/dist/selectClasses-BaagNb21.js +10 -0
  41. package/dist/styles/theme/components/autocomplete.js +2 -2
  42. package/dist/styles/theme/components/backdrop.js +1 -1
  43. package/dist/styles/theme/components/button.js +1 -1
  44. package/dist/styles/theme/components/card-header.js +1 -1
  45. package/dist/styles/theme/components/card.js +1 -1
  46. package/dist/styles/theme/components/filled-input.js +1 -1
  47. package/dist/styles/theme/components/input.js +1 -1
  48. package/dist/styles/theme/components/menu-item.js +1 -1
  49. package/dist/styles/theme/components/outlined-input.js +2 -2
  50. package/dist/styles/theme/components/table-head.js +1 -1
  51. package/dist/styles/theme/components/tabs.js +5 -4
  52. package/dist/styles/theme/customizations/data-display.d.ts +2 -0
  53. package/dist/styles/theme/customizations/data-display.js +234 -0
  54. package/dist/styles/theme/customizations/feedback.d.ts +2 -0
  55. package/dist/styles/theme/customizations/feedback.js +47 -0
  56. package/dist/styles/theme/customizations/inputs.d.ts +2 -0
  57. package/dist/styles/theme/customizations/inputs.js +447 -0
  58. package/dist/styles/theme/customizations/navigation.d.ts +2 -0
  59. package/dist/styles/theme/customizations/navigation.js +276 -0
  60. package/dist/styles/theme/customizations/surfaces.d.ts +2 -0
  61. package/dist/styles/theme/customizations/surfaces.js +112 -0
  62. package/dist/styles/theme/theme-primitives.d.ts +366 -0
  63. package/dist/styles/theme/theme-primitives.js +351 -0
  64. package/dist/svgIconClasses-SzHbWjUv.js +10 -0
  65. package/dist/tabClasses-CDDkt7la.js +5 -0
  66. package/dist/tableCellClasses-CBw1aep0.js +10 -0
  67. package/dist/typographyClasses-BrhUWCU3.js +10 -0
  68. package/dist/useControlled-QI8qSFYJ.js +38 -0
  69. package/dist/{useSlot-Tj9CW-Xc.js → useSlot-CX_V7IfD.js} +2 -2
  70. package/dist/{useTheme-CNZ6Hnpo.js → useTheme-DrS6mww6.js} +3 -3
  71. package/package.json +2 -2
  72. package/dist/AppThemeProvider/AppThemeProvider.d.ts +0 -9
  73. package/dist/AppThemeProvider/AppThemeProvider.js +0 -141
  74. package/dist/AppThemeProvider/index.d.ts +0 -1
  75. package/dist/AppThemeProvider/index.js +0 -4
  76. package/dist/DefaultPropsProvider-Cw67t9bx.js +0 -71
  77. package/dist/backdropClasses-DDhytLTQ.js +0 -9
  78. package/dist/generateUtilityClasses-CuEy5gtx.js +0 -41
  79. package/dist/memoTheme-DOlCkXD8.js +0 -223
  80. package/dist/outlinedInputClasses-rXE3T3sa.js +0 -13
  81. package/dist/tableCellClasses-BIg5orIQ.js +0 -9
  82. package/dist/useControlled-DyL3m721.js +0 -287
  83. /package/dist/{AppThemeProvider → SThemeProvider}/package.json +0 -0
@@ -0,0 +1,366 @@
1
+ import { PaletteMode, Shadows } from '@mui/material/styles';
2
+ declare module '@mui/material/Paper' {
3
+ interface PaperPropsVariantOverrides {
4
+ highlighted: true;
5
+ }
6
+ }
7
+ declare module '@mui/material/styles' {
8
+ interface ColorRange {
9
+ 50: string;
10
+ 100: string;
11
+ 200: string;
12
+ 300: string;
13
+ 400: string;
14
+ 500: string;
15
+ 600: string;
16
+ 700: string;
17
+ 800: string;
18
+ 900: string;
19
+ }
20
+ interface PaletteColor extends ColorRange {
21
+ }
22
+ interface Palette {
23
+ baseShadow: string;
24
+ }
25
+ }
26
+ export declare const brand: {
27
+ 50: string;
28
+ 100: string;
29
+ 200: string;
30
+ 300: string;
31
+ 400: string;
32
+ 500: string;
33
+ 600: string;
34
+ 700: string;
35
+ 800: string;
36
+ 900: string;
37
+ };
38
+ export declare const gray: {
39
+ 50: string;
40
+ 100: string;
41
+ 200: string;
42
+ 300: string;
43
+ 400: string;
44
+ 500: string;
45
+ 600: string;
46
+ 700: string;
47
+ 800: string;
48
+ 900: string;
49
+ };
50
+ export declare const green: {
51
+ 50: string;
52
+ 100: string;
53
+ 200: string;
54
+ 300: string;
55
+ 400: string;
56
+ 500: string;
57
+ 600: string;
58
+ 700: string;
59
+ 800: string;
60
+ 900: string;
61
+ };
62
+ export declare const orange: {
63
+ 50: string;
64
+ 100: string;
65
+ 200: string;
66
+ 300: string;
67
+ 400: string;
68
+ 500: string;
69
+ 600: string;
70
+ 700: string;
71
+ 800: string;
72
+ 900: string;
73
+ };
74
+ export declare const red: {
75
+ 50: string;
76
+ 100: string;
77
+ 200: string;
78
+ 300: string;
79
+ 400: string;
80
+ 500: string;
81
+ 600: string;
82
+ 700: string;
83
+ 800: string;
84
+ 900: string;
85
+ };
86
+ export declare const getDesignTokens: (mode: PaletteMode) => {
87
+ palette: {
88
+ mode: PaletteMode;
89
+ primary: {
90
+ contrastText: string;
91
+ light: string;
92
+ main: string;
93
+ dark: string;
94
+ };
95
+ info: {
96
+ contrastText: string;
97
+ light: string;
98
+ main: string;
99
+ dark: string;
100
+ };
101
+ warning: {
102
+ light: string;
103
+ main: string;
104
+ dark: string;
105
+ };
106
+ error: {
107
+ light: string;
108
+ main: string;
109
+ dark: string;
110
+ };
111
+ success: {
112
+ light: string;
113
+ main: string;
114
+ dark: string;
115
+ };
116
+ grey: {
117
+ 50: string;
118
+ 100: string;
119
+ 200: string;
120
+ 300: string;
121
+ 400: string;
122
+ 500: string;
123
+ 600: string;
124
+ 700: string;
125
+ 800: string;
126
+ 900: string;
127
+ };
128
+ divider: string;
129
+ background: {
130
+ default: string;
131
+ paper: string;
132
+ };
133
+ text: {
134
+ primary: string;
135
+ secondary: string;
136
+ warning: string;
137
+ };
138
+ action: {
139
+ hover: string;
140
+ selected: string;
141
+ };
142
+ };
143
+ typography: {
144
+ fontFamily: string;
145
+ h1: {
146
+ fontSize: string;
147
+ fontWeight: number;
148
+ lineHeight: number;
149
+ letterSpacing: number;
150
+ };
151
+ h2: {
152
+ fontSize: string;
153
+ fontWeight: number;
154
+ lineHeight: number;
155
+ };
156
+ h3: {
157
+ fontSize: string;
158
+ lineHeight: number;
159
+ };
160
+ h4: {
161
+ fontSize: string;
162
+ fontWeight: number;
163
+ lineHeight: number;
164
+ };
165
+ h5: {
166
+ fontSize: string;
167
+ fontWeight: number;
168
+ };
169
+ h6: {
170
+ fontSize: string;
171
+ fontWeight: number;
172
+ };
173
+ subtitle1: {
174
+ fontSize: string;
175
+ };
176
+ subtitle2: {
177
+ fontSize: string;
178
+ fontWeight: number;
179
+ };
180
+ body1: {
181
+ fontSize: string;
182
+ };
183
+ body2: {
184
+ fontSize: string;
185
+ fontWeight: number;
186
+ };
187
+ caption: {
188
+ fontSize: string;
189
+ fontWeight: number;
190
+ };
191
+ };
192
+ shape: {
193
+ borderRadius: number;
194
+ };
195
+ shadows: Shadows;
196
+ };
197
+ export declare const colorSchemes: {
198
+ light: {
199
+ palette: {
200
+ primary: {
201
+ light: string;
202
+ main: string;
203
+ dark: string;
204
+ contrastText: string;
205
+ };
206
+ info: {
207
+ light: string;
208
+ main: string;
209
+ dark: string;
210
+ contrastText: string;
211
+ };
212
+ warning: {
213
+ light: string;
214
+ main: string;
215
+ dark: string;
216
+ };
217
+ error: {
218
+ light: string;
219
+ main: string;
220
+ dark: string;
221
+ };
222
+ success: {
223
+ light: string;
224
+ main: string;
225
+ dark: string;
226
+ };
227
+ grey: {
228
+ 50: string;
229
+ 100: string;
230
+ 200: string;
231
+ 300: string;
232
+ 400: string;
233
+ 500: string;
234
+ 600: string;
235
+ 700: string;
236
+ 800: string;
237
+ 900: string;
238
+ };
239
+ divider: string;
240
+ background: {
241
+ default: string;
242
+ paper: string;
243
+ };
244
+ text: {
245
+ primary: string;
246
+ secondary: string;
247
+ warning: string;
248
+ };
249
+ action: {
250
+ hover: string;
251
+ selected: string;
252
+ };
253
+ baseShadow: string;
254
+ };
255
+ };
256
+ dark: {
257
+ palette: {
258
+ primary: {
259
+ contrastText: string;
260
+ light: string;
261
+ main: string;
262
+ dark: string;
263
+ };
264
+ info: {
265
+ contrastText: string;
266
+ light: string;
267
+ main: string;
268
+ dark: string;
269
+ };
270
+ warning: {
271
+ light: string;
272
+ main: string;
273
+ dark: string;
274
+ };
275
+ error: {
276
+ light: string;
277
+ main: string;
278
+ dark: string;
279
+ };
280
+ success: {
281
+ light: string;
282
+ main: string;
283
+ dark: string;
284
+ };
285
+ grey: {
286
+ 50: string;
287
+ 100: string;
288
+ 200: string;
289
+ 300: string;
290
+ 400: string;
291
+ 500: string;
292
+ 600: string;
293
+ 700: string;
294
+ 800: string;
295
+ 900: string;
296
+ };
297
+ divider: string;
298
+ background: {
299
+ default: string;
300
+ paper: string;
301
+ };
302
+ text: {
303
+ primary: string;
304
+ secondary: string;
305
+ };
306
+ action: {
307
+ hover: string;
308
+ selected: string;
309
+ };
310
+ baseShadow: string;
311
+ };
312
+ };
313
+ };
314
+ export declare const typography: {
315
+ fontFamily: string;
316
+ h1: {
317
+ fontSize: string;
318
+ fontWeight: number;
319
+ lineHeight: number;
320
+ letterSpacing: number;
321
+ };
322
+ h2: {
323
+ fontSize: string;
324
+ fontWeight: number;
325
+ lineHeight: number;
326
+ };
327
+ h3: {
328
+ fontSize: string;
329
+ lineHeight: number;
330
+ };
331
+ h4: {
332
+ fontSize: string;
333
+ fontWeight: number;
334
+ lineHeight: number;
335
+ };
336
+ h5: {
337
+ fontSize: string;
338
+ fontWeight: number;
339
+ };
340
+ h6: {
341
+ fontSize: string;
342
+ fontWeight: number;
343
+ };
344
+ subtitle1: {
345
+ fontSize: string;
346
+ };
347
+ subtitle2: {
348
+ fontSize: string;
349
+ fontWeight: number;
350
+ };
351
+ body1: {
352
+ fontSize: string;
353
+ };
354
+ body2: {
355
+ fontSize: string;
356
+ fontWeight: number;
357
+ };
358
+ caption: {
359
+ fontSize: string;
360
+ fontWeight: number;
361
+ };
362
+ };
363
+ export declare const shape: {
364
+ borderRadius: number;
365
+ };
366
+ export declare const shadows: Shadows;
@@ -0,0 +1,351 @@
1
+ import { b as n, a as o } from "../../createTheme-BZxWCiBm.js";
2
+ const h = n(), p = [...h.shadows], t = {
3
+ 50: "hsl(210, 100%, 95%)",
4
+ 100: "hsl(210, 100%, 92%)",
5
+ 200: "hsl(210, 100%, 80%)",
6
+ 300: "hsl(210, 100%, 65%)",
7
+ 400: "hsl(210, 98%, 48%)",
8
+ 500: "hsl(210, 98%, 42%)",
9
+ 600: "hsl(210, 98%, 55%)",
10
+ 700: "hsl(210, 100%, 35%)",
11
+ 800: "hsl(210, 100%, 16%)",
12
+ 900: "hsl(210, 100%, 21%)"
13
+ }, e = {
14
+ 50: "hsl(220, 35%, 97%)",
15
+ 100: "hsl(220, 30%, 94%)",
16
+ 200: "hsl(220, 20%, 88%)",
17
+ 300: "hsl(220, 20%, 80%)",
18
+ 400: "hsl(220, 20%, 65%)",
19
+ 500: "hsl(220, 20%, 42%)",
20
+ 600: "hsl(220, 20%, 35%)",
21
+ 700: "hsl(220, 20%, 25%)",
22
+ 800: "hsl(220, 30%, 6%)",
23
+ 900: "hsl(220, 35%, 3%)"
24
+ }, s = {
25
+ 50: "hsl(120, 80%, 98%)",
26
+ 100: "hsl(120, 75%, 94%)",
27
+ 200: "hsl(120, 75%, 87%)",
28
+ 300: "hsl(120, 61%, 77%)",
29
+ 400: "hsl(120, 44%, 53%)",
30
+ 500: "hsl(120, 59%, 30%)",
31
+ 600: "hsl(120, 70%, 25%)",
32
+ 700: "hsl(120, 75%, 16%)",
33
+ 800: "hsl(120, 84%, 10%)",
34
+ 900: "hsl(120, 87%, 6%)"
35
+ }, a = {
36
+ 50: "hsl(45, 100%, 97%)",
37
+ 100: "hsl(45, 92%, 90%)",
38
+ 200: "hsl(45, 94%, 80%)",
39
+ 300: "hsl(45, 90%, 65%)",
40
+ 400: "hsl(45, 90%, 40%)",
41
+ 500: "hsl(45, 90%, 35%)",
42
+ 600: "hsl(45, 91%, 25%)",
43
+ 700: "hsl(45, 94%, 20%)",
44
+ 800: "hsl(45, 95%, 16%)",
45
+ 900: "hsl(45, 93%, 12%)"
46
+ }, i = {
47
+ 50: "hsl(0, 100%, 97%)",
48
+ 100: "hsl(0, 92%, 90%)",
49
+ 200: "hsl(0, 94%, 80%)",
50
+ 300: "hsl(0, 90%, 65%)",
51
+ 400: "hsl(0, 90%, 40%)",
52
+ 500: "hsl(0, 90%, 30%)",
53
+ 600: "hsl(0, 91%, 25%)",
54
+ 700: "hsl(0, 94%, 18%)",
55
+ 800: "hsl(0, 95%, 12%)",
56
+ 900: "hsl(0, 93%, 6%)"
57
+ }, y = (r) => (p[1] = r === "dark" ? "hsla(220, 30%, 5%, 0.7) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.8) 0px 8px 16px -5px" : "hsla(220, 30%, 5%, 0.07) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.07) 0px 8px 16px -5px", {
58
+ palette: {
59
+ mode: r,
60
+ primary: {
61
+ light: t[200],
62
+ main: t[400],
63
+ dark: t[700],
64
+ contrastText: t[50],
65
+ ...r === "dark" && {
66
+ contrastText: t[50],
67
+ light: t[300],
68
+ main: t[400],
69
+ dark: t[700]
70
+ }
71
+ },
72
+ info: {
73
+ light: t[100],
74
+ main: t[300],
75
+ dark: t[600],
76
+ contrastText: e[50],
77
+ ...r === "dark" && {
78
+ contrastText: t[300],
79
+ light: t[500],
80
+ main: t[700],
81
+ dark: t[900]
82
+ }
83
+ },
84
+ warning: {
85
+ light: a[300],
86
+ main: a[400],
87
+ dark: a[800],
88
+ ...r === "dark" && {
89
+ light: a[400],
90
+ main: a[500],
91
+ dark: a[700]
92
+ }
93
+ },
94
+ error: {
95
+ light: i[300],
96
+ main: i[400],
97
+ dark: i[800],
98
+ ...r === "dark" && {
99
+ light: i[400],
100
+ main: i[500],
101
+ dark: i[700]
102
+ }
103
+ },
104
+ success: {
105
+ light: s[300],
106
+ main: s[400],
107
+ dark: s[800],
108
+ ...r === "dark" && {
109
+ light: s[400],
110
+ main: s[500],
111
+ dark: s[700]
112
+ }
113
+ },
114
+ grey: {
115
+ ...e
116
+ },
117
+ divider: r === "dark" ? o(e[700], 0.6) : o(e[300], 0.4),
118
+ background: {
119
+ default: "hsl(0, 0%, 99%)",
120
+ paper: "hsl(220, 35%, 97%)",
121
+ ...r === "dark" && { default: e[900], paper: "hsl(220, 30%, 7%)" }
122
+ },
123
+ text: {
124
+ primary: e[800],
125
+ secondary: e[600],
126
+ warning: a[400],
127
+ ...r === "dark" && { primary: "hsl(0, 0%, 100%)", secondary: e[400] }
128
+ },
129
+ action: {
130
+ hover: o(e[200], 0.2),
131
+ selected: `${o(e[200], 0.3)}`,
132
+ ...r === "dark" && {
133
+ hover: o(e[600], 0.2),
134
+ selected: o(e[600], 0.3)
135
+ }
136
+ }
137
+ },
138
+ typography: {
139
+ fontFamily: "Inter, sans-serif",
140
+ h1: {
141
+ fontSize: h.typography.pxToRem(48),
142
+ fontWeight: 600,
143
+ lineHeight: 1.2,
144
+ letterSpacing: -0.5
145
+ },
146
+ h2: {
147
+ fontSize: h.typography.pxToRem(36),
148
+ fontWeight: 600,
149
+ lineHeight: 1.2
150
+ },
151
+ h3: {
152
+ fontSize: h.typography.pxToRem(30),
153
+ lineHeight: 1.2
154
+ },
155
+ h4: {
156
+ fontSize: h.typography.pxToRem(24),
157
+ fontWeight: 600,
158
+ lineHeight: 1.5
159
+ },
160
+ h5: {
161
+ fontSize: h.typography.pxToRem(20),
162
+ fontWeight: 600
163
+ },
164
+ h6: {
165
+ fontSize: h.typography.pxToRem(18),
166
+ fontWeight: 600
167
+ },
168
+ subtitle1: {
169
+ fontSize: h.typography.pxToRem(18)
170
+ },
171
+ subtitle2: {
172
+ fontSize: h.typography.pxToRem(14),
173
+ fontWeight: 500
174
+ },
175
+ body1: {
176
+ fontSize: h.typography.pxToRem(14)
177
+ },
178
+ body2: {
179
+ fontSize: h.typography.pxToRem(14),
180
+ fontWeight: 400
181
+ },
182
+ caption: {
183
+ fontSize: h.typography.pxToRem(12),
184
+ fontWeight: 400
185
+ }
186
+ },
187
+ shape: {
188
+ borderRadius: 8
189
+ },
190
+ shadows: p
191
+ }), x = {
192
+ light: {
193
+ palette: {
194
+ primary: {
195
+ light: t[200],
196
+ main: t[400],
197
+ dark: t[700],
198
+ contrastText: t[50]
199
+ },
200
+ info: {
201
+ light: t[100],
202
+ main: t[300],
203
+ dark: t[600],
204
+ contrastText: e[50]
205
+ },
206
+ warning: {
207
+ light: a[300],
208
+ main: a[400],
209
+ dark: a[800]
210
+ },
211
+ error: {
212
+ light: i[300],
213
+ main: i[400],
214
+ dark: i[800]
215
+ },
216
+ success: {
217
+ light: s[300],
218
+ main: s[400],
219
+ dark: s[800]
220
+ },
221
+ grey: {
222
+ ...e
223
+ },
224
+ divider: o(e[300], 0.4),
225
+ background: {
226
+ default: "hsl(0, 0%, 99%)",
227
+ paper: "hsl(220, 35%, 97%)"
228
+ },
229
+ text: {
230
+ primary: e[800],
231
+ secondary: e[600],
232
+ warning: a[400]
233
+ },
234
+ action: {
235
+ hover: o(e[200], 0.2),
236
+ selected: `${o(e[200], 0.3)}`
237
+ },
238
+ baseShadow: "hsla(220, 30%, 5%, 0.07) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.07) 0px 8px 16px -5px"
239
+ }
240
+ },
241
+ dark: {
242
+ palette: {
243
+ primary: {
244
+ contrastText: t[50],
245
+ light: t[300],
246
+ main: t[400],
247
+ dark: t[700]
248
+ },
249
+ info: {
250
+ contrastText: t[300],
251
+ light: t[500],
252
+ main: t[700],
253
+ dark: t[900]
254
+ },
255
+ warning: {
256
+ light: a[400],
257
+ main: a[500],
258
+ dark: a[700]
259
+ },
260
+ error: {
261
+ light: i[400],
262
+ main: i[500],
263
+ dark: i[700]
264
+ },
265
+ success: {
266
+ light: s[400],
267
+ main: s[500],
268
+ dark: s[700]
269
+ },
270
+ grey: {
271
+ ...e
272
+ },
273
+ divider: o(e[700], 0.6),
274
+ background: {
275
+ default: e[900],
276
+ paper: "hsl(220, 30%, 7%)"
277
+ },
278
+ text: {
279
+ primary: "hsl(0, 0%, 100%)",
280
+ secondary: e[400]
281
+ },
282
+ action: {
283
+ hover: o(e[600], 0.2),
284
+ selected: o(e[600], 0.3)
285
+ },
286
+ baseShadow: "hsla(220, 30%, 5%, 0.7) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.8) 0px 8px 16px -5px"
287
+ }
288
+ }
289
+ }, d = {
290
+ fontFamily: "Inter, sans-serif",
291
+ h1: {
292
+ fontSize: h.typography.pxToRem(48),
293
+ fontWeight: 600,
294
+ lineHeight: 1.2,
295
+ letterSpacing: -0.5
296
+ },
297
+ h2: {
298
+ fontSize: h.typography.pxToRem(36),
299
+ fontWeight: 600,
300
+ lineHeight: 1.2
301
+ },
302
+ h3: {
303
+ fontSize: h.typography.pxToRem(30),
304
+ lineHeight: 1.2
305
+ },
306
+ h4: {
307
+ fontSize: h.typography.pxToRem(24),
308
+ fontWeight: 600,
309
+ lineHeight: 1.5
310
+ },
311
+ h5: {
312
+ fontSize: h.typography.pxToRem(20),
313
+ fontWeight: 600
314
+ },
315
+ h6: {
316
+ fontSize: h.typography.pxToRem(18),
317
+ fontWeight: 600
318
+ },
319
+ subtitle1: {
320
+ fontSize: h.typography.pxToRem(18)
321
+ },
322
+ subtitle2: {
323
+ fontSize: h.typography.pxToRem(14),
324
+ fontWeight: 500
325
+ },
326
+ body1: {
327
+ fontSize: h.typography.pxToRem(14)
328
+ },
329
+ body2: {
330
+ fontSize: h.typography.pxToRem(14),
331
+ fontWeight: 400
332
+ },
333
+ caption: {
334
+ fontSize: h.typography.pxToRem(12),
335
+ fontWeight: 400
336
+ }
337
+ }, f = {
338
+ borderRadius: 8
339
+ }, l = ["none", "var(--template-palette-baseShadow)", ...h.shadows.slice(2)], c = l;
340
+ export {
341
+ t as brand,
342
+ x as colorSchemes,
343
+ y as getDesignTokens,
344
+ e as gray,
345
+ s as green,
346
+ a as orange,
347
+ i as red,
348
+ c as shadows,
349
+ f as shape,
350
+ d as typography
351
+ };
@@ -0,0 +1,10 @@
1
+ import { g as r } from "./generateUtilityClass-CRH_bFW6.js";
2
+ import { g as t } from "./generateUtilityClasses-STjIp_B9.js";
3
+ function s(o) {
4
+ return r("MuiSvgIcon", o);
5
+ }
6
+ const n = t("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
7
+ export {
8
+ s as g,
9
+ n as s
10
+ };
@@ -0,0 +1,5 @@
1
+ import { g as e } from "./generateUtilityClasses-STjIp_B9.js";
2
+ const o = e("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper", "icon"]);
3
+ export {
4
+ o as t
5
+ };