@m4l/styles 0.0.27 → 0.0.28

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.
package/index.js CHANGED
@@ -2,7 +2,7 @@ import { d as f } from "./theme/defaultThemeOptions.e09f6ae8.js";
2
2
  import { c as l, s as g } from "./theme/shadows.386e7ef4.js";
3
3
  import { P as u, p as d } from "./theme/palette.b6e02e1c.js";
4
4
  import { t as S } from "./theme/typography.006a6c85.js";
5
- import { f as O } from "./theme/overrides/index.0d1a7a95.js";
5
+ import { f as O } from "./theme/overrides/index.ab4ad05c.js";
6
6
  import { u as b } from "./utils/useResponsive.2c45e8e0.js";
7
7
  import { e as h, b as T, c as v, d as w, g as z, a as y, t as F } from "./utils/getColorPresets.241c5bac.js";
8
8
  import { g as k } from "./utils/getColorState.f10d3d33.js";
@@ -13,8 +13,8 @@ import "@mui/material/useMediaQuery";
13
13
  import "@mui/system";
14
14
  import "@mui/material";
15
15
  import "./theme/overrides/MUIComponents/index.c5a85efa.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.8ed38278.js";
17
- import "./theme/overrides/M4LRHFComponents/index.3df47466.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.e4d90ec0.js";
17
+ import "./theme/overrides/M4LRHFComponents/index.d3125fd8.js";
18
18
  export {
19
19
  u as PATRONUSCOLORS,
20
20
  h as blaze,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -57,6 +57,14 @@ export declare const M4LAreasViewer: (theme: Theme) => {
57
57
  display: string;
58
58
  alignItems: string;
59
59
  overflow: string;
60
+ width: string;
61
+ padding: string;
62
+ '& .MuiTypography-root': {
63
+ whiteSpace: string;
64
+ overflow: string;
65
+ textOverflow: string;
66
+ width: string;
67
+ };
60
68
  };
61
69
  };
62
70
  "& .M4LTypography-root .MuiTypography-root": {
@@ -187,9 +195,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
187
195
  };
188
196
  };
189
197
  "& .M4LAreasViewer-windowContent": {
190
- [x: string]: string | {
191
- padding: string;
192
- };
193
198
  padding: string;
194
199
  background: string;
195
200
  display: string;
@@ -219,7 +224,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
219
224
  cursor: string;
220
225
  height: string;
221
226
  "& .M4LTypography-root .MuiTypography-root": {
222
- overflow: string;
227
+ [x: string]: any;
223
228
  };
224
229
  "& .MuiButtonBase-root": {
225
230
  "& .M4LIcon-icon": {
@@ -239,19 +244,17 @@ export declare const M4LAreasViewer: (theme: Theme) => {
239
244
  };
240
245
  };
241
246
  };
242
- "&.M4LGridLayout-root .M4LGridLayout-maximizeMe ": {
247
+ "&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
243
248
  '& .M4LAreasViewer-windowContent': {
244
249
  padding: string;
245
250
  };
246
251
  "& .M4LAreasViewer-selectedWindow": {
247
- border: string;
248
252
  borderColor: string;
249
253
  boxShadow: string;
250
254
  };
251
255
  };
252
256
  "&. M4LGridLayout-colapsed ": {
253
257
  "& .M4LAreasViewer-windowRoot": {
254
- border: string;
255
258
  borderColor: string;
256
259
  boxShadow: string;
257
260
  };
@@ -306,7 +309,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
306
309
  padding: string;
307
310
  background: string;
308
311
  borderRadius: string;
309
- border: string;
310
312
  borderColor: string;
311
313
  '&:not(.M4LAreasViewer-loading)': {
312
314
  '& .M4LinearProgressIndeterminate-root': {
@@ -317,7 +319,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
317
319
  backgroundColor: string;
318
320
  };
319
321
  "&.M4LAreasViewer-selectedWindow": {
320
- border: string;
321
322
  borderColor: string;
322
323
  background: string;
323
324
  boxShadow: string;
@@ -3,7 +3,6 @@ export declare const M4LPaperForm: (theme: Theme) => {
3
3
  M4LPaperForm: {
4
4
  styleOverrides: {
5
5
  '&.M4LPaperForm-root': {
6
- margin: string;
7
6
  padding: string;
8
7
  borderRadius: string;
9
8
  boxShadow: string;
@@ -13,6 +12,19 @@ export declare const M4LPaperForm: (theme: Theme) => {
13
12
  width: string;
14
13
  height: string;
15
14
  "& .M4LPaperForm-headerContainer": {
15
+ [x: string]: string | {
16
+ height: string;
17
+ minHeight: string;
18
+ } | {
19
+ color: string;
20
+ display: string;
21
+ gap: string;
22
+ "& .M4LPaperForm-iconHeaderContainer": {
23
+ margin: string;
24
+ };
25
+ height?: undefined;
26
+ minHeight?: undefined;
27
+ };
16
28
  width: string;
17
29
  height: string;
18
30
  minHeight: string;
@@ -0,0 +1,18 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LToolkitDivider: (theme: Theme) => {
3
+ M4LToolkitDivider: {
4
+ styleOverrides: {
5
+ '&.M4LToolkitDivider-root': {
6
+ backgroundColor: string;
7
+ '&.M4LToolkitDivider-directionHorizontal': {
8
+ width: string;
9
+ height: string;
10
+ };
11
+ '&.M4LToolkitDivider-directionVertical': {
12
+ width: string;
13
+ height: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ };
@@ -0,0 +1,16 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LToolkitPage: (_theme: Theme) => {
3
+ M4LToolkitPage: {
4
+ styleOverrides: {
5
+ '&.M4LToolkitPage-root': {
6
+ display: string;
7
+ flexDirection: string;
8
+ overflow: string;
9
+ border: string;
10
+ width: string;
11
+ height: string;
12
+ padding: string;
13
+ };
14
+ };
15
+ };
16
+ };
@@ -0,0 +1,24 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LToolkitSection: (theme: Theme) => {
3
+ M4LToolkitSection: {
4
+ styleOverrides: {
5
+ '&.M4LToolkitSection-root': {
6
+ width: string;
7
+ height: string;
8
+ display: string;
9
+ border: string;
10
+ padding: string;
11
+ gap: string;
12
+ '&.M4LToolkitSection-directionColumn': {
13
+ flexDirection: string;
14
+ };
15
+ '&.M4LToolkitSection-directionRow': {
16
+ flexDirection: string;
17
+ };
18
+ '&.M4LToolkitSection-borderBottom': {
19
+ borderBottomColor: string;
20
+ };
21
+ };
22
+ };
23
+ };
24
+ };
@@ -2148,7 +2148,7 @@ const i = (o) => ({
2148
2148
  },
2149
2149
  "& .M4LAreasViewer-windowRoot": {
2150
2150
  background: o.palette.background.background,
2151
- border: "1px solid",
2151
+ border: "2px solid",
2152
2152
  borderColor: o.palette.state.overdefoult,
2153
2153
  boxShadow: o.customShadows.z2,
2154
2154
  borderRadius: "4px",
@@ -2189,7 +2189,15 @@ const i = (o) => ({
2189
2189
  "& .M4LAreasViewer-windowHeaderTitle": {
2190
2190
  display: "flex",
2191
2191
  alignItems: "center",
2192
- overflow: "visible"
2192
+ overflow: "auto",
2193
+ width: "100%",
2194
+ padding: "0 12px",
2195
+ "& .MuiTypography-root": {
2196
+ whiteSpace: "nowrap",
2197
+ overflow: "hidden",
2198
+ textOverflow: "ellipsis",
2199
+ width: "100%"
2200
+ }
2193
2201
  }
2194
2202
  },
2195
2203
  "& .M4LTypography-root .MuiTypography-root": {
@@ -2330,13 +2338,10 @@ const i = (o) => ({
2330
2338
  justifyContent: "center",
2331
2339
  width: "100%",
2332
2340
  flex: "1",
2333
- overflow: "hidden",
2334
- [o.breakpoints.down("sm")]: {
2335
- padding: "4px 0 0 0"
2336
- }
2341
+ overflow: "hidden"
2337
2342
  },
2338
2343
  "&.M4LAreasViewer-selectedWindow": {
2339
- border: "1px solid",
2344
+ border: "2px solid",
2340
2345
  borderColor: o.palette.state.active,
2341
2346
  boxShadow: o.customShadows.primary,
2342
2347
  backdropFilter: "blur(100px)",
@@ -2354,8 +2359,7 @@ const i = (o) => ({
2354
2359
  cursor: "move",
2355
2360
  height: "36px",
2356
2361
  "& .M4LTypography-root .MuiTypography-root": {
2357
- ...o.typography.paragraphDens,
2358
- overflow: "visible"
2362
+ ...o.typography.paragraphDens
2359
2363
  },
2360
2364
  "& .MuiButtonBase-root": {
2361
2365
  "& .M4LIcon-icon": {
@@ -2375,19 +2379,17 @@ const i = (o) => ({
2375
2379
  }
2376
2380
  }
2377
2381
  },
2378
- "&.M4LGridLayout-root .M4LGridLayout-maximizeMe ": {
2382
+ "&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
2379
2383
  "& .M4LAreasViewer-windowContent": {
2380
2384
  padding: "4px 0 0 0"
2381
2385
  },
2382
2386
  "& .M4LAreasViewer-selectedWindow": {
2383
- border: "1px solid",
2384
2387
  borderColor: o.palette.state.active12,
2385
2388
  boxShadow: o.customShadows.z2
2386
2389
  }
2387
2390
  },
2388
2391
  "&. M4LGridLayout-colapsed ": {
2389
2392
  "& .M4LAreasViewer-windowRoot": {
2390
- border: "1px solid",
2391
2393
  borderColor: o.palette.state.overdefoult,
2392
2394
  boxShadow: o.customShadows.z1
2393
2395
  }
@@ -2443,7 +2445,6 @@ const i = (o) => ({
2443
2445
  padding: "4px",
2444
2446
  background: o.palette.background.neutral,
2445
2447
  borderRadius: "4px",
2446
- border: "1px solid",
2447
2448
  borderColor: o.palette.state.overdefoult,
2448
2449
  "&:not(.M4LAreasViewer-loading)": {
2449
2450
  "& .M4LinearProgressIndeterminate-root": {
@@ -2454,7 +2455,6 @@ const i = (o) => ({
2454
2455
  backgroundColor: "transparent"
2455
2456
  },
2456
2457
  "&.M4LAreasViewer-selectedWindow": {
2457
- border: "1px solid",
2458
2458
  borderColor: o.palette.state.active12,
2459
2459
  background: o.palette.state.active12,
2460
2460
  boxShadow: o.customShadows.z3,
@@ -2480,7 +2480,7 @@ const i = (o) => ({
2480
2480
  }
2481
2481
  },
2482
2482
  "&.M4LAreasViewer-selectedWindow": {
2483
- border: "1px solid",
2483
+ border: "2px solid",
2484
2484
  borderColor: o.palette.state.active,
2485
2485
  background: o.palette.state.active12,
2486
2486
  boxShadow: o.customShadows.z3,
@@ -3312,7 +3312,7 @@ const i = (o) => ({
3312
3312
  }
3313
3313
  }
3314
3314
  }
3315
- }), D = (o) => ({
3315
+ }), T = (o) => ({
3316
3316
  M4LRHFormProvider: {
3317
3317
  styleOverrides: {
3318
3318
  "&.M4LRHFormProvider-root": {
@@ -3323,7 +3323,7 @@ const i = (o) => ({
3323
3323
  }
3324
3324
  }
3325
3325
  }
3326
- }), T = (o) => ({
3326
+ }), D = (o) => ({
3327
3327
  M4LPeriod: {
3328
3328
  styleOverrides: {
3329
3329
  "&.M4LPeriod-root": {
@@ -3612,7 +3612,6 @@ const i = (o) => ({
3612
3612
  M4LPaperForm: {
3613
3613
  styleOverrides: {
3614
3614
  "&.M4LPaperForm-root": {
3615
- margin: "0px 0px 8px 0px",
3616
3615
  padding: "0",
3617
3616
  borderRadius: "4px",
3618
3617
  boxShadow: o.customShadows.z2,
@@ -3623,14 +3622,18 @@ const i = (o) => ({
3623
3622
  height: "auto",
3624
3623
  "& .M4LPaperForm-headerContainer": {
3625
3624
  width: "100%",
3626
- height: "fit-content",
3627
- minHeight: "28px",
3625
+ height: "36px",
3626
+ minHeight: "36px",
3628
3627
  padding: "4px 8px",
3629
3628
  margin: "0px",
3630
3629
  borderRadius: "4px",
3631
3630
  background: o.palette.state.default,
3632
3631
  boxShadow: o.customShadows.z1,
3633
3632
  borderBottom: "none",
3633
+ [o.breakpoints.down("sm")]: {
3634
+ height: "44px",
3635
+ minHeight: "44px"
3636
+ },
3634
3637
  "& .M4LPaperForm-iconTitleContainer": {
3635
3638
  ...o.typography.bodyDens,
3636
3639
  color: o.palette.text.primary,
@@ -3644,7 +3647,7 @@ const i = (o) => ({
3644
3647
  "& .M4LPaperForm-content": {
3645
3648
  height: "fit-content",
3646
3649
  width: "100%",
3647
- padding: "12px 8px 8px 8px"
3650
+ padding: "8px 0"
3648
3651
  }
3649
3652
  }
3650
3653
  }
@@ -3674,7 +3677,7 @@ const i = (o) => ({
3674
3677
  }
3675
3678
  }
3676
3679
  }
3677
- }), V = (o) => ({
3680
+ }), O = (o) => ({
3678
3681
  M4LBadge: {
3679
3682
  styleOverrides: {
3680
3683
  "&.M4LBadge-root": {
@@ -3698,7 +3701,7 @@ const i = (o) => ({
3698
3701
  }
3699
3702
  }
3700
3703
  }
3701
- }), O = (o) => ({
3704
+ }), V = (o) => ({
3702
3705
  M4LDataGrid: {
3703
3706
  styleOverrides: {
3704
3707
  "&.M4LDataGrid-root": {
@@ -4173,10 +4176,10 @@ const i = (o) => ({
4173
4176
  overflow: "hidden",
4174
4177
  minHeight: "inherit",
4175
4178
  '& .simplebar-content-wrapper[style*="overflow: hidden scroll;"] .simplebar-content': {
4176
- marginRight: "12px"
4179
+ marginRight: "14px"
4177
4180
  },
4178
4181
  '& .simplebar-content-wrapper[style*="overflow: scroll hidden;"] .simplebar-content': {
4179
- marginBottom: "12px"
4182
+ marginBottom: "14px"
4180
4183
  },
4181
4184
  "& .ScrollbarsCustom-Content": {
4182
4185
  position: "relative"
@@ -4201,11 +4204,63 @@ const i = (o) => ({
4201
4204
  }
4202
4205
  }
4203
4206
  }
4207
+ }), N = (o) => ({
4208
+ M4LToolkitPage: {
4209
+ styleOverrides: {
4210
+ "&.M4LToolkitPage-root": {
4211
+ display: "flex",
4212
+ flexDirection: "column",
4213
+ overflow: "auto",
4214
+ border: "1px solid",
4215
+ width: "2550px",
4216
+ height: "3300px",
4217
+ padding: "300px"
4218
+ }
4219
+ }
4220
+ }
4221
+ }), U = (o) => ({
4222
+ M4LToolkitSection: {
4223
+ styleOverrides: {
4224
+ "&.M4LToolkitSection-root": {
4225
+ width: "100%",
4226
+ height: "auto",
4227
+ display: "flex",
4228
+ border: "1px solid transparent",
4229
+ padding: "10px",
4230
+ gap: "10px",
4231
+ "&.M4LToolkitSection-directionColumn": {
4232
+ flexDirection: "column"
4233
+ },
4234
+ "&.M4LToolkitSection-directionRow": {
4235
+ flexDirection: "row"
4236
+ },
4237
+ "&.M4LToolkitSection-borderBottom": {
4238
+ borderBottomColor: o.palette.state.overdefoult
4239
+ }
4240
+ }
4241
+ }
4242
+ }
4243
+ }), X = (o) => ({
4244
+ M4LToolkitDivider: {
4245
+ styleOverrides: {
4246
+ "&.M4LToolkitDivider-root": {
4247
+ backgroundColor: o.palette.state.overdefoult,
4248
+ "&.M4LToolkitDivider-directionHorizontal": {
4249
+ width: "100%",
4250
+ height: "1px"
4251
+ },
4252
+ "&.M4LToolkitDivider-directionVertical": {
4253
+ width: "1px",
4254
+ height: "100%"
4255
+ }
4256
+ }
4257
+ }
4258
+ }
4204
4259
  });
4205
4260
  export {
4206
4261
  R as A,
4207
4262
  A as B,
4208
- T as C,
4263
+ D as C,
4209
4264
  P as D,
4210
4265
  z as E,
4211
4266
  F,
@@ -4217,17 +4272,20 @@ export {
4217
4272
  $ as L,
4218
4273
  b as M,
4219
4274
  _ as N,
4275
+ N as O,
4276
+ U as P,
4277
+ X as Q,
4220
4278
  i as a,
4221
- D as b,
4279
+ T as b,
4222
4280
  n as c,
4223
4281
  p as d,
4224
4282
  d as e,
4225
4283
  l as f,
4226
4284
  M as g,
4227
4285
  s as h,
4228
- V as i,
4286
+ O as i,
4229
4287
  c as j,
4230
- O as k,
4288
+ V as k,
4231
4289
  u as l,
4232
4290
  g as m,
4233
4291
  x as n,
@@ -7,6 +7,23 @@ export declare const M4LRHFTextField: (theme: Theme) => {
7
7
  flexDirection: string;
8
8
  width: string;
9
9
  gap: string;
10
+ '&.M4LRHFTextField-variantText': {
11
+ height: string;
12
+ '& .MuiFormControl-root': {
13
+ height: string;
14
+ '& .MuiInputBase-multiline': {
15
+ minHeight: string;
16
+ height: string;
17
+ '& .MuiInputBase-input': {
18
+ padding: string;
19
+ };
20
+ '& .MuiOutlinedInput-notchedOutline': {
21
+ height: string;
22
+ padding: string;
23
+ };
24
+ };
25
+ };
26
+ };
10
27
  '& .M4LRHFTextField-label': {
11
28
  color: string;
12
29
  transition: string;
@@ -118,24 +135,13 @@ export declare const M4LRHFTextField: (theme: Theme) => {
118
135
  height: string;
119
136
  padding: string;
120
137
  };
121
- "& .MuiInputBase-multiline": {
122
- minHeight: string;
123
- height: string;
124
- "& .MuiInputBase-input": {
125
- padding: string;
126
- };
127
- "& .MuiOutlinedInput-notchedOutline": {
128
- height: string;
129
- padding: string;
130
- };
131
- };
132
138
  };
133
139
  '&.M4LRHFTextField-sizeMedium': {
134
140
  '& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFTextField-skeleton': {
135
141
  height: string;
136
142
  padding: string;
137
143
  };
138
- "& .MuiInputBase-multiline": {
144
+ '& .MuiInputBase-multiline': {
139
145
  minHeight: string;
140
146
  height: string;
141
147
  };
@@ -16,6 +16,23 @@ const n = (t) => ({
16
16
  flexDirection: "column",
17
17
  width: "100%",
18
18
  gap: "4px",
19
+ "&.M4LRHFTextField-variantText": {
20
+ height: "auto",
21
+ "& .MuiFormControl-root": {
22
+ height: "auto",
23
+ "& .MuiInputBase-multiline": {
24
+ minHeight: "auto",
25
+ height: "auto",
26
+ "& .MuiInputBase-input": {
27
+ padding: "4px"
28
+ },
29
+ "& .MuiOutlinedInput-notchedOutline": {
30
+ height: "100%",
31
+ padding: "4px"
32
+ }
33
+ }
34
+ }
35
+ },
19
36
  "& .M4LRHFTextField-label": {
20
37
  color: t.palette.text.secondary,
21
38
  transition: "all .5s ease"
@@ -127,17 +144,6 @@ const n = (t) => ({
127
144
  "& .MuiInputBase-input, & .MuiOutlinedInput-notchedOutline, & .M4LRHFTextField-skeleton": {
128
145
  height: "28px",
129
146
  padding: "0px 8px"
130
- },
131
- "& .MuiInputBase-multiline": {
132
- minHeight: "28px",
133
- height: "100%",
134
- "& .MuiInputBase-input": {
135
- padding: "4px"
136
- },
137
- "& .MuiOutlinedInput-notchedOutline": {
138
- height: "100%",
139
- padding: "4px"
140
- }
141
147
  }
142
148
  },
143
149
  "&.M4LRHFTextField-sizeMedium": {
@@ -0,0 +1,101 @@
1
+ import { F as s, T as o, C as r, M as L, L as M, I as i, a as n, R as l, B as p, b as d, c, P as u, S as g, d as B, e as P, D as T, A, f as F, g as b, h as k, i as v, j as y, k as I, l as D, m as S, n as C, o as R, p as H, q as f, r as x, s as w, t as G, u as j, v as E, w as N, x as O, y as q, z as t, E as z, G as V } from "./MUIComponents/index.c5a85efa.js";
2
+ import { M as J, a as K, b as Q, c as U, d as W, e as X, f as Y, g as Z, h as _, i as $, 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 ia, t as na, u as la, v as pa, w as da, x as ca, y as ua, z as ga, A as Ba, B as Pa, C as Ta, D as Aa, E as Fa, F as ba, G as ka, H as va, I as ya, J as Ia, K as Da, L as Sa, N as Ca, O as Ra, P as Ha, Q as fa } from "./M4LExtendedComponents/index.e4d90ec0.js";
3
+ import { M as xa, a as wa, b as Ga, c as ja, d as Ea, e as Na, f as Oa, g as qa } from "./M4LRHFComponents/index.d3125fd8.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
+ i(a),
12
+ n(),
13
+ l(a),
14
+ p(),
15
+ d(a),
16
+ c(a),
17
+ u(a),
18
+ g(a),
19
+ B(a),
20
+ P(a),
21
+ T(a),
22
+ A(a),
23
+ F(a),
24
+ b(a),
25
+ k(a),
26
+ v(a),
27
+ y(),
28
+ I(),
29
+ D(a),
30
+ S(a),
31
+ C(a),
32
+ R(a),
33
+ H(a),
34
+ f(a),
35
+ x(a),
36
+ w(a),
37
+ G(a),
38
+ j(a),
39
+ E(a),
40
+ N(),
41
+ O(a),
42
+ q(a),
43
+ t(a),
44
+ z(a),
45
+ J(a),
46
+ V(),
47
+ K(a),
48
+ xa(a),
49
+ wa(),
50
+ Ga(a),
51
+ ja(),
52
+ Ea(a),
53
+ Q(),
54
+ Na(a),
55
+ Oa(),
56
+ U(a),
57
+ W(a),
58
+ X(),
59
+ Y(a),
60
+ Z(a),
61
+ _(),
62
+ $(a),
63
+ m(a),
64
+ qa(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
+ ia(a),
74
+ na(a),
75
+ la(a),
76
+ pa(),
77
+ da(a),
78
+ ca(),
79
+ ua(a),
80
+ ga(),
81
+ Ba(a),
82
+ Pa(a),
83
+ Ta(a),
84
+ Aa(a),
85
+ Fa(a),
86
+ ba(a),
87
+ ka(a),
88
+ va(a),
89
+ ya(),
90
+ Ia(),
91
+ Da(),
92
+ Sa(a),
93
+ Ca(),
94
+ Ra(),
95
+ Ha(a),
96
+ fa(a)
97
+ );
98
+ }
99
+ export {
100
+ Ja as f
101
+ };
@@ -1,98 +0,0 @@
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, P as u, S as g, d as B, e as A, D as F, A as P, f as b, g as T, h as y, i as I, j as v, k as C, l as D, m as R, n as S, o as k, p as H, q as f, r as x, s as w, t as G, u as j, v as E, w as N, x as q, y as z, z as O, E as V, G as J } from "./MUIComponents/index.c5a85efa.js";
2
- import { M as K, a as U, b as t, c as Q, d as W, e as X, f as Y, g as Z, h as _, i as $, 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 ca, y as ua, z as ga, A as Ba, B as Aa, C as Fa, D as Pa, E as ba, F as Ta, G as ya, H as Ia, I as va, J as Ca, K as Da, L as Ra, N as Sa } from "./M4LExtendedComponents/index.8ed38278.js";
3
- import { M as ka, a as Ha, b as fa, c as xa, d as wa, e as Ga, f as ja, g as Ea } from "./M4LRHFComponents/index.3df47466.js";
4
- function Oa(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
- c(a),
17
- u(a),
18
- g(a),
19
- B(a),
20
- A(a),
21
- F(a),
22
- P(a),
23
- b(a),
24
- T(a),
25
- y(a),
26
- I(a),
27
- v(),
28
- C(),
29
- D(a),
30
- R(a),
31
- S(a),
32
- k(a),
33
- H(a),
34
- f(a),
35
- x(a),
36
- w(a),
37
- G(a),
38
- j(a),
39
- E(a),
40
- N(),
41
- q(a),
42
- z(a),
43
- O(a),
44
- V(a),
45
- K(a),
46
- J(),
47
- U(a),
48
- ka(a),
49
- Ha(),
50
- fa(a),
51
- xa(),
52
- wa(a),
53
- t(),
54
- Ga(a),
55
- ja(),
56
- Q(a),
57
- W(a),
58
- X(),
59
- Y(a),
60
- Z(a),
61
- _(),
62
- $(a),
63
- m(a),
64
- Ea(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(),
77
- la(a),
78
- ca(),
79
- ua(a),
80
- ga(),
81
- Ba(a),
82
- Aa(a),
83
- Fa(a),
84
- Pa(a),
85
- ba(a),
86
- Ta(a),
87
- ya(a),
88
- Ia(a),
89
- va(),
90
- Ca(),
91
- Da(),
92
- Ra(a),
93
- Sa()
94
- );
95
- }
96
- export {
97
- Oa as f
98
- };