@m4l/styles 0.0.21 → 0.0.22

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 (26) hide show
  1. package/index.js +10 -10
  2. package/package.json +1 -1
  3. package/theme/{defaultThemeOptions.81e20130.js → defaultThemeOptions.733652aa.js} +5 -5
  4. package/theme/index.fa6b03ae.js +7 -0
  5. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +8 -2
  6. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +16 -2
  7. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +2 -1
  8. package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +56 -0
  9. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +988 -0
  10. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +6 -0
  11. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +34 -0
  12. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +4 -0
  13. package/theme/overrides/M4LExtendedComponents/{index.9ecb9eb5.js → index.28d622ba.js} +356 -44
  14. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +64 -30
  15. package/theme/overrides/M4LRHFComponents/M4LRHFAutocompleteAsync.d.ts +1 -0
  16. package/theme/overrides/M4LRHFComponents/{index.e3118e8b.js → index.0e107243.js} +67 -38
  17. package/theme/overrides/MUIComponents/Autocomplete.d.ts +13 -2
  18. package/theme/overrides/MUIComponents/{index.25926753.js → index.d308ce65.js} +35 -24
  19. package/theme/overrides/index.76becad2.js +93 -0
  20. package/theme/{palette.ad96498c.js → palette.a914c187.js} +2 -2
  21. package/theme/{shadows.c56e8ae9.js → shadows.3dfe77c2.js} +1 -1
  22. package/theme/{typography.39389e10.js → typography.dd335f0f.js} +4 -4
  23. package/utils/{getColorPresets.82f91ceb.js → getColorPresets.9c103b85.js} +1 -1
  24. package/utils/{getColorState.0e5b3a7c.js → getColorState.184e9d10.js} +6 -6
  25. package/theme/index.38ad102a.js +0 -7
  26. package/theme/overrides/index.05460ef6.js +0 -90
@@ -3,10 +3,70 @@ export declare const M4LRHFAutocomplete: (theme: Theme) => {
3
3
  M4LRHFAutocomplete: {
4
4
  styleOverrides: {
5
5
  '&.M4LRHFAutocomplete-root': {
6
+ height: string;
6
7
  display: string;
7
8
  flexDirection: string;
8
9
  width: string;
9
10
  gap: string;
11
+ '& .MuiAutocomplete-root': {
12
+ height: string;
13
+ '& .MuiFormControl-root': {
14
+ height: string;
15
+ '& .MuiInputBase-root': {
16
+ position: string;
17
+ height: string;
18
+ '& .MuiInputBase-input': {
19
+ boxSizing: string;
20
+ color: string;
21
+ backgroundColor: string;
22
+ height: string;
23
+ padding: string;
24
+ };
25
+ '& .M4LRHFAutocomplete-iconDown': {};
26
+ '& .MuiOutlinedInput-notchedOutline': {
27
+ inset: string;
28
+ height: string;
29
+ '& legend': {
30
+ display: string;
31
+ };
32
+ };
33
+ };
34
+ };
35
+ };
36
+ '& .M4LRHFAutocomplete-skeletonRoot': {
37
+ display: string;
38
+ flexDirection: string;
39
+ gap: string;
40
+ width: string;
41
+ '& .M4LRHFAutocomplete-skeleton': {
42
+ [x: string]: string | {
43
+ width: string;
44
+ height?: undefined;
45
+ overflow?: undefined;
46
+ margin?: undefined;
47
+ } | {
48
+ width: string;
49
+ height: string;
50
+ overflow: string;
51
+ margin: string;
52
+ };
53
+ width: string;
54
+ display: string;
55
+ justifyContent: string;
56
+ alignItems: string;
57
+ height: string;
58
+ border: string;
59
+ borderRadius: string;
60
+ padding: string;
61
+ overflow: string;
62
+ '& .M4LRHFAutocomplete-skeletonContainerText': {
63
+ width: string;
64
+ height: string;
65
+ overflow: string;
66
+ margin: string;
67
+ };
68
+ };
69
+ };
10
70
  "& .MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root": {
11
71
  padding: string;
12
72
  };
@@ -20,30 +80,6 @@ export declare const M4LRHFAutocomplete: (theme: Theme) => {
20
80
  '& .MuiAutocomplete-root .MuiInputBase-root': {
21
81
  padding: string;
22
82
  heigth: string;
23
- '& .MuiInputBase-input': {
24
- heigth: string;
25
- color: string;
26
- padding: string;
27
- backgroundColor: string;
28
- };
29
- '& .MuiInputAdornment-root': {
30
- margin: string;
31
- padding: string;
32
- };
33
- '& .M4LIcon-icon': {
34
- backgroundColor: string;
35
- transition: string;
36
- };
37
- '& .MuiOutlinedInput-notchedOutline': {
38
- border: string;
39
- borderColor: string;
40
- borderRadius: string;
41
- inset: string;
42
- transition: string;
43
- '& legend': {
44
- display: string;
45
- };
46
- };
47
83
  };
48
84
  '&:hover': {
49
85
  '& .M4LRHFAutocomplete-label': {
@@ -120,15 +156,13 @@ export declare const M4LRHFAutocomplete: (theme: Theme) => {
120
156
  };
121
157
  };
122
158
  '&.M4LRHFAutocomplete-sizeSmall': {
123
- '& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFAutocomplete-skeleton': {
124
- heigth: string;
125
- padding: string;
159
+ "& .M4LRHFAutocomplete-skeleton,\n & .MuiAutocomplete-root": {
160
+ height: string;
126
161
  };
127
162
  };
128
163
  '&.M4LRHFAutocomplete-sizeMedium': {
129
- '& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFAutocomplete-skeleton': {
130
- heigth: string;
131
- padding: string;
164
+ "& .M4LRHFAutocomplete-skeleton,\n & .MuiAutocomplete-root": {
165
+ height: string;
132
166
  };
133
167
  };
134
168
  };
@@ -4,6 +4,7 @@ export declare const M4LRHFAutocompleteAsync: (_theme: Theme) => {
4
4
  styleOverrides: {
5
5
  '&.M4LRHFAutocompleteAsync-root': {
6
6
  width: string;
7
+ height: string;
7
8
  };
8
9
  };
9
10
  };
@@ -8,7 +8,7 @@ const n = (t) => ({
8
8
  }
9
9
  }
10
10
  }
11
- }), r = (t) => ({
11
+ }), l = (t) => ({
12
12
  M4LRHFTextField: {
13
13
  styleOverrides: {
14
14
  "&.M4LRHFTextField-root": {
@@ -31,7 +31,7 @@ const n = (t) => ({
31
31
  },
32
32
  "& .MuiInputAdornment-root": {
33
33
  margin: "0px",
34
- padding: "0px"
34
+ padding: "0px 4px 0 0"
35
35
  },
36
36
  "& .M4LIcon-icon": {
37
37
  backgroundColor: t.palette.text.secondary,
@@ -153,7 +153,7 @@ const n = (t) => ({
153
153
  }
154
154
  }
155
155
  }
156
- }), l = (t) => ({
156
+ }), r = (t) => ({
157
157
  M4LRHFCheckbox: {
158
158
  styleOverrides: {
159
159
  "&.M4LRHFCheckbox-root": {
@@ -220,10 +220,63 @@ const n = (t) => ({
220
220
  M4LRHFAutocomplete: {
221
221
  styleOverrides: {
222
222
  "&.M4LRHFAutocomplete-root": {
223
+ height: "auto",
223
224
  display: "flex",
224
225
  flexDirection: "column",
225
226
  width: "100%",
226
227
  gap: "4px",
228
+ "& .MuiAutocomplete-root": {
229
+ height: "auto",
230
+ "& .MuiFormControl-root": {
231
+ height: "100%",
232
+ "& .MuiInputBase-root": {
233
+ position: "relative",
234
+ height: "100%",
235
+ "& .MuiInputBase-input": {
236
+ boxSizing: "border-box",
237
+ color: t.palette.text.secondary,
238
+ backgroundColor: "transparent",
239
+ height: "auto",
240
+ padding: "2px 2px 2px 8px",
241
+ ...t.typography.body
242
+ },
243
+ "& .M4LRHFAutocomplete-iconDown": {},
244
+ "& .MuiOutlinedInput-notchedOutline": {
245
+ inset: "0",
246
+ height: "unset",
247
+ "& legend": {
248
+ display: "none"
249
+ }
250
+ }
251
+ }
252
+ }
253
+ },
254
+ "& .M4LRHFAutocomplete-skeletonRoot": {
255
+ display: "flex",
256
+ flexDirection: "column",
257
+ gap: "4px",
258
+ width: "100%",
259
+ "& .M4LRHFAutocomplete-skeleton": {
260
+ width: "100%",
261
+ display: "flex",
262
+ justifyContent: "space-between",
263
+ alignItems: "center",
264
+ height: `${t.spacing(4.5)}`,
265
+ border: `1px solid ${t.palette.divider}`,
266
+ borderRadius: `${t.spacing(1)}`,
267
+ padding: `0 ${t.spacing(2)}`,
268
+ overflow: "hidden",
269
+ [t.breakpoints.down("md")]: {
270
+ width: "100%"
271
+ },
272
+ "& .M4LRHFAutocomplete-skeletonContainerText": {
273
+ width: "100%",
274
+ height: "auto",
275
+ overflow: "hidden",
276
+ margin: t.spacing(1.5)
277
+ }
278
+ }
279
+ },
227
280
  "& .MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root": {
228
281
  padding: "0"
229
282
  },
@@ -236,32 +289,7 @@ const n = (t) => ({
236
289
  },
237
290
  "& .MuiAutocomplete-root .MuiInputBase-root": {
238
291
  padding: "0p 8px",
239
- heigth: "100%",
240
- "& .MuiInputBase-input": {
241
- color: t.palette.text.secondary,
242
- padding: "4px",
243
- backgroundColor: "transparent",
244
- ...t.typography.body,
245
- heigth: "100%"
246
- },
247
- "& .MuiInputAdornment-root": {
248
- margin: "0px",
249
- padding: "0px"
250
- },
251
- "& .M4LIcon-icon": {
252
- backgroundColor: t.palette.text.secondary,
253
- transition: "all .3s ease"
254
- },
255
- "& .MuiOutlinedInput-notchedOutline": {
256
- border: "1px solid",
257
- borderColor: t.palette.divider,
258
- borderRadius: "4px",
259
- inset: "0px",
260
- transition: "all .3s ease",
261
- "& legend": {
262
- display: "none"
263
- }
264
- }
292
+ heigth: "100%"
265
293
  },
266
294
  "&:hover": {
267
295
  "& .M4LRHFAutocomplete-label": {
@@ -338,15 +366,15 @@ const n = (t) => ({
338
366
  }
339
367
  },
340
368
  "&.M4LRHFAutocomplete-sizeSmall": {
341
- "& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFAutocomplete-skeleton": {
342
- heigth: "28px",
343
- padding: "0px 0px"
369
+ [`& .M4LRHFAutocomplete-skeleton,
370
+ & .MuiAutocomplete-root`]: {
371
+ height: "28px"
344
372
  }
345
373
  },
346
374
  "&.M4LRHFAutocomplete-sizeMedium": {
347
- "& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFAutocomplete-skeleton": {
348
- heigth: "32px",
349
- padding: "0px 8px"
375
+ [`& .M4LRHFAutocomplete-skeleton,
376
+ & .MuiAutocomplete-root`]: {
377
+ height: "36px"
350
378
  }
351
379
  }
352
380
  }
@@ -366,7 +394,8 @@ const n = (t) => ({
366
394
  M4LRHFAutocompleteAsync: {
367
395
  styleOverrides: {
368
396
  "&.M4LRHFAutocompleteAsync-root": {
369
- width: "100%"
397
+ width: "100%",
398
+ height: "auto"
370
399
  }
371
400
  }
372
401
  }
@@ -681,12 +710,12 @@ const n = (t) => ({
681
710
  }
682
711
  });
683
712
  export {
684
- r as M,
713
+ l as M,
685
714
  n as a,
686
715
  u as b,
687
716
  p as c,
688
717
  d,
689
718
  s as e,
690
719
  M as f,
691
- l as g
720
+ r as g
692
721
  };
@@ -3,19 +3,30 @@ export default function Autocomplete(theme: Theme): {
3
3
  MuiAutocomplete: {
4
4
  styleOverrides: {
5
5
  root: {
6
+ height: string;
6
7
  '& .MuiInputBase-root': {
8
+ [x: string]: string | {
9
+ height: string;
10
+ minHeight: string;
11
+ };
7
12
  padding: string;
13
+ borderRadius: string;
14
+ minHeight: string;
8
15
  };
9
16
  };
10
17
  paper: {
11
18
  boxShadow: string;
12
19
  };
13
20
  listbox: {
21
+ display: string;
22
+ flexDirection: string;
23
+ gap: string;
14
24
  padding: string;
25
+ borderRadius: string;
15
26
  '& .MuiAutocomplete-option': {
16
27
  padding: string;
17
- margin: string;
18
- borderRadius: number;
28
+ borderRadius: string;
29
+ height: string;
19
30
  };
20
31
  };
21
32
  };
@@ -1,6 +1,6 @@
1
1
  import { alpha as e } from "@mui/material";
2
2
  import { alpha as t } from "@mui/material/styles";
3
- function s(o) {
3
+ function l(o) {
4
4
  return {
5
5
  MuiAvatar: {
6
6
  styleOverrides: {
@@ -25,7 +25,7 @@ function s(o) {
25
25
  }
26
26
  };
27
27
  }
28
- function l(o) {
28
+ function s(o) {
29
29
  return {
30
30
  MuiButton: {
31
31
  styleOverrides: {
@@ -315,7 +315,7 @@ function M(o) {
315
315
  }
316
316
  };
317
317
  }
318
- function v(o) {
318
+ function x(o) {
319
319
  return {
320
320
  MuiTableRow: {
321
321
  styleOverrides: {
@@ -414,7 +414,7 @@ function f(o) {
414
414
  }
415
415
  };
416
416
  }
417
- function x(o) {
417
+ function v(o) {
418
418
  return {
419
419
  MuiPaper: {
420
420
  defaultProps: {
@@ -496,10 +496,10 @@ function k(o) {
496
496
  MuiInputBase: {
497
497
  styleOverrides: {
498
498
  root: {
499
- height: "100%",
499
+ height: "auto",
500
500
  backgroundColor: o.palette.background.default,
501
501
  ...o.typography.body2,
502
- borderRadius: o.spacing(1),
502
+ borderRadius: "2px",
503
503
  padding: "0px",
504
504
  "&.Mui-disabled": {
505
505
  "& svg": { color: o.palette.text.disabled }
@@ -938,7 +938,7 @@ function P(o) {
938
938
  }
939
939
  };
940
940
  }
941
- function $(o) {
941
+ function z(o) {
942
942
  const r = o.palette.mode === "light";
943
943
  return {
944
944
  MuiLinearProgress: {
@@ -960,7 +960,7 @@ function $(o) {
960
960
  }
961
961
  };
962
962
  }
963
- function z(o) {
963
+ function $(o) {
964
964
  return {
965
965
  MuiTimelineDot: {
966
966
  styleOverrides: {
@@ -1091,7 +1091,7 @@ function W(o) {
1091
1091
  }
1092
1092
  };
1093
1093
  }
1094
- function F(o) {
1094
+ function H(o) {
1095
1095
  return {
1096
1096
  MuiPaginationItem: {
1097
1097
  styleOverrides: {
@@ -1125,7 +1125,7 @@ function F(o) {
1125
1125
  }
1126
1126
  };
1127
1127
  }
1128
- function H(o) {
1128
+ function F(o) {
1129
1129
  return {
1130
1130
  MuiBreadcrumbs: {
1131
1131
  styleOverrides: {
@@ -1227,19 +1227,30 @@ function E(o) {
1227
1227
  MuiAutocomplete: {
1228
1228
  styleOverrides: {
1229
1229
  root: {
1230
+ height: "auto",
1230
1231
  "& .MuiInputBase-root": {
1231
- padding: "0 39px 0px 0"
1232
+ padding: "4px 4px 4px 8px",
1233
+ borderRadius: "4px",
1234
+ minHeight: "28px",
1235
+ [o.breakpoints.down("sm")]: {
1236
+ height: "36px",
1237
+ minHeight: "36px"
1238
+ }
1232
1239
  }
1233
1240
  },
1234
1241
  paper: {
1235
- boxShadow: o.customShadows?.dropdown
1242
+ boxShadow: o.customShadows.z3
1236
1243
  },
1237
1244
  listbox: {
1238
- padding: o.spacing(0, 1),
1245
+ display: "flex",
1246
+ flexDirection: "column",
1247
+ gap: "8px",
1248
+ padding: "4px",
1249
+ borderRadius: "6px",
1239
1250
  "& .MuiAutocomplete-option": {
1240
- padding: o.spacing(1),
1241
- margin: o.spacing(1, 0),
1242
- borderRadius: o.shape.borderRadius
1251
+ padding: "0px 0 0 8px",
1252
+ borderRadius: "4px",
1253
+ height: "auto"
1243
1254
  }
1244
1255
  }
1245
1256
  }
@@ -1349,7 +1360,7 @@ const J = (o) => ({
1349
1360
  }
1350
1361
  });
1351
1362
  export {
1352
- s as A,
1363
+ l as A,
1353
1364
  f as B,
1354
1365
  c as C,
1355
1366
  h as D,
@@ -1359,14 +1370,14 @@ export {
1359
1370
  k as I,
1360
1371
  y as L,
1361
1372
  b as M,
1362
- x as P,
1373
+ v as P,
1363
1374
  S as R,
1364
1375
  B as S,
1365
1376
  g as T,
1366
1377
  w as a,
1367
1378
  M as b,
1368
- v as c,
1369
- l as d,
1379
+ x as c,
1380
+ s as d,
1370
1381
  p as e,
1371
1382
  O as f,
1372
1383
  C as g,
@@ -1377,14 +1388,14 @@ export {
1377
1388
  A as l,
1378
1389
  m,
1379
1390
  D as n,
1380
- z as o,
1391
+ $ as o,
1381
1392
  P as p,
1382
- $ as q,
1393
+ z as q,
1383
1394
  G as r,
1384
1395
  W as s,
1385
- F as t,
1396
+ H as t,
1386
1397
  _ as u,
1387
- H as v,
1398
+ F as v,
1388
1399
  j as w,
1389
1400
  E as x,
1390
1401
  q as y,
@@ -0,0 +1,93 @@
1
+ import { F as s, T as o, C as r, M as L, L as M, I as n, a as i, R as p, B as d, b as l, c as u, P as c, S as g, d as B, e as A, D as F, A as P, f as b, g as T, h as v, i as y, j as C, k as D, l as I, m as R, n as H, o as f, p as k, q as x, r as S, s as w, t as G, u as j, v as E, w as q, x as z, y as O, z as V, E as N, G as U } from "./MUIComponents/index.d308ce65.js";
2
+ import { M as J, a as K, b as Q, c as W, d as X, e as Y, f as Z, g as _, h as $, i as t, j as m, k as e, l as h, m as aa, n as sa, o as oa, p as ra, q as La, r as Ma, s as na, t as ia, u as pa, v as da, w as la, x as ua, y as ca, z as ga, A as Ba, B as Aa, C as Fa, D as Pa, E as ba, F as Ta, G as va, H as ya } from "./M4LExtendedComponents/index.28d622ba.js";
3
+ import { M as Ca, a as Da, b as Ia, c as Ra, d as Ha, e as fa, f as ka, g as xa } from "./M4LRHFComponents/index.0e107243.js";
4
+ function ja(a) {
5
+ return Object.assign(
6
+ s(a),
7
+ o(a),
8
+ r(a),
9
+ L(a),
10
+ M(a),
11
+ n(a),
12
+ i(),
13
+ p(a),
14
+ d(),
15
+ l(a),
16
+ u(a),
17
+ c(a),
18
+ g(a),
19
+ B(a),
20
+ A(a),
21
+ F(a),
22
+ P(a),
23
+ b(a),
24
+ T(a),
25
+ v(a),
26
+ y(a),
27
+ C(),
28
+ D(),
29
+ I(a),
30
+ R(a),
31
+ H(a),
32
+ f(a),
33
+ k(a),
34
+ x(a),
35
+ S(a),
36
+ w(a),
37
+ G(a),
38
+ j(a),
39
+ E(a),
40
+ q(),
41
+ z(a),
42
+ O(a),
43
+ V(a),
44
+ N(a),
45
+ J(a),
46
+ U(),
47
+ K(a),
48
+ Ca(a),
49
+ Da(),
50
+ Ia(a),
51
+ Ra(),
52
+ Ha(a),
53
+ Q(),
54
+ fa(a),
55
+ ka(),
56
+ W(a),
57
+ X(a),
58
+ Y(),
59
+ Z(a),
60
+ _(a),
61
+ $(),
62
+ t(),
63
+ m(a),
64
+ xa(a),
65
+ e(a),
66
+ h(a),
67
+ aa(a),
68
+ sa(a),
69
+ oa(a),
70
+ ra(a),
71
+ La(a),
72
+ Ma(a),
73
+ na(a),
74
+ ia(a),
75
+ pa(a),
76
+ da(a),
77
+ la(a),
78
+ ua(),
79
+ ca(a),
80
+ ga(),
81
+ Ba(a),
82
+ Aa(a),
83
+ Fa(a),
84
+ Pa(a),
85
+ ba(a),
86
+ Ta(a),
87
+ va(a),
88
+ ya(a)
89
+ );
90
+ }
91
+ export {
92
+ ja as f
93
+ };
@@ -117,9 +117,9 @@ const e = {
117
117
  10: "#FFFFFF",
118
118
  20: "#F7FCFC",
119
119
  30: "#F9FBFB",
120
- 40: "#F4F7F7",
120
+ 40: "#F0F4F4",
121
121
  50: "#EFF3F4",
122
- 60: "#EAEFF0",
122
+ 60: "#E1E9EA",
123
123
  70: "#DEE6E8",
124
124
  80: "#fff0",
125
125
  90: "#fff0"
@@ -1,5 +1,5 @@
1
1
  import { alpha as a } from "@mui/material/styles";
2
- import { p as e, P as r } from "./palette.ad96498c.js";
2
+ import { p as e, P as r } from "./palette.a914c187.js";
3
3
  const s = e.light.grey[500], n = "#000000", o = (t) => {
4
4
  const p = a(t, 0.2), x = a(t, 0.14), $ = a(t, 0.12);
5
5
  return [
@@ -1,10 +1,10 @@
1
1
  import "@mui/material/styles";
2
2
  import "@mui/material/useMediaQuery";
3
- import "../utils/getColorPresets.82f91ceb.js";
3
+ import "../utils/getColorPresets.9c103b85.js";
4
4
  import "@mui/system";
5
- import "./defaultThemeOptions.81e20130.js";
6
- import "./shadows.c56e8ae9.js";
7
- import "./palette.ad96498c.js";
5
+ import "./defaultThemeOptions.733652aa.js";
6
+ import "./shadows.3dfe77c2.js";
7
+ import "./palette.a914c187.js";
8
8
  import "@mui/material";
9
9
  import { r as t, p as i } from "../utils/getFontValue.88831637.js";
10
10
  const e = "Poppins, sans-serif", p = {
@@ -1,4 +1,4 @@
1
- import { P as e } from "../theme/palette.ad96498c.js";
1
+ import { P as e } from "../theme/palette.a914c187.js";
2
2
  const r = [
3
3
  {
4
4
  name: "patronus",
@@ -1,8 +1,8 @@
1
1
  import { alpha as r } from "@mui/system";
2
- import "../theme/defaultThemeOptions.81e20130.js";
3
- import "../theme/shadows.c56e8ae9.js";
4
- import { P as e, S as o } from "../theme/palette.ad96498c.js";
5
- import "../theme/typography.39389e10.js";
2
+ import "../theme/defaultThemeOptions.733652aa.js";
3
+ import "../theme/shadows.3dfe77c2.js";
4
+ import { P as e, S as o } from "../theme/palette.a914c187.js";
5
+ import "../theme/typography.dd335f0f.js";
6
6
  import "@mui/material";
7
7
  import "@mui/material/styles";
8
8
  const f = (a, l) => {
@@ -13,8 +13,8 @@ const f = (a, l) => {
13
13
  light: {
14
14
  active12: r(e?.patronusBlue[50], 0.08),
15
15
  active: e?.patronusBlue[50],
16
- focus: e?.patronusBlue[60],
17
- hover: e?.patronusBlue[60],
16
+ focus: e?.patronusBlue[40],
17
+ hover: e?.patronusBlue[40],
18
18
  overdefoult: r(e?.coolGrey[70], 0.1),
19
19
  default: r(e?.coolGrey[70], 0.04),
20
20
  borderDefault: e?.coolGrey[40],
@@ -1,7 +0,0 @@
1
- import "./defaultThemeOptions.81e20130.js";
2
- import "./shadows.c56e8ae9.js";
3
- import "./palette.ad96498c.js";
4
- import "./typography.39389e10.js";
5
- import "@mui/material";
6
- import "@mui/material/styles";
7
- import "@mui/system";