@m4l/styles 0.0.46 → 0.0.47

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.656b9eff.js";
2
2
  import { c as l, s as g } from "./theme/shadows.86540b18.js";
3
3
  import { P as u, p as d } from "./theme/palette.0590e8a6.js";
4
4
  import { t as S } from "./theme/typography.ed54f014.js";
5
- import { f as O } from "./theme/overrides/index.d6e1b6ee.js";
5
+ import { f as O } from "./theme/overrides/index.8e0b0233.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.2a91ffaf.js";
8
8
  import { g as k } from "./utils/getColorState.7b9634af.js";
@@ -12,8 +12,8 @@ import "@mui/material/styles";
12
12
  import "@mui/material/useMediaQuery";
13
13
  import "@mui/system";
14
14
  import "@mui/material";
15
- import "./theme/overrides/MUIComponents/index.b3f5b7a7.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.af978cd0.js";
15
+ import "./theme/overrides/MUIComponents/index.d2b98b86.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.53575c95.js";
17
17
  import "./theme/overrides/M4LRHFComponents/index.02fada22.js";
18
18
  export {
19
19
  u as PATRONUSCOLORS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -4,145 +4,7 @@ export declare const M4LModalDialog: (theme: Theme) => {
4
4
  styleOverrides: {
5
5
  '&.M4LModal-root': {
6
6
  test: string;
7
- '& .MuiPaper-root.MuiDialog-paper': {
8
- [x: string]: string | {
9
- width: string;
10
- height: string;
11
- maxHeight: string;
12
- borderColor: string;
13
- display?: undefined;
14
- flexDirection?: undefined;
15
- justifyContent?: undefined;
16
- alignItems?: undefined;
17
- overflow?: undefined;
18
- background?: undefined;
19
- boxShadow?: undefined;
20
- borderRadius?: undefined;
21
- '& .M4LCommonActions-root'?: undefined;
22
- '& .M4LModal-containerMassageIlustration'?: undefined;
23
- '& .M4LModal-headerContainer'?: undefined;
24
- '& .M4LModal-windowContent'?: undefined;
25
- } | {
26
- display: string;
27
- flexDirection: string;
28
- width: string;
29
- height: string;
30
- maxHeight?: undefined;
31
- borderColor?: undefined;
32
- justifyContent?: undefined;
33
- alignItems?: undefined;
34
- overflow?: undefined;
35
- background?: undefined;
36
- boxShadow?: undefined;
37
- borderRadius?: undefined;
38
- '& .M4LCommonActions-root'?: undefined;
39
- '& .M4LModal-containerMassageIlustration'?: undefined;
40
- '& .M4LModal-headerContainer'?: undefined;
41
- '& .M4LModal-windowContent'?: undefined;
42
- } | {
43
- display: string;
44
- flexDirection: string;
45
- justifyContent: string;
46
- alignItems: string;
47
- height: string;
48
- overflow: string;
49
- width: string;
50
- background: string;
51
- boxShadow: string;
52
- borderRadius: string;
53
- '& .M4LCommonActions-root': {
54
- padding: string;
55
- margin: string;
56
- width: string;
57
- height: string;
58
- display: string;
59
- flexDirection: string;
60
- justifyContent: string;
61
- gap: string;
62
- };
63
- '& .M4LModal-containerMassageIlustration': {
64
- display: string;
65
- flexDirection: string;
66
- justifyContent: string;
67
- alignItems: string;
68
- height: string;
69
- width: string;
70
- overflow: string;
71
- gap: string;
72
- '& .M4LModal-modalContent': {
73
- display: string;
74
- flexDirection: string;
75
- justifyContent: string;
76
- alignItems: string;
77
- gap: string;
78
- '& .M4LModal-illustrationContainer': {
79
- display: string;
80
- flexDirection: string;
81
- justifyContent: string;
82
- alignItems: string;
83
- marginBottom: string;
84
- height: string;
85
- width: string;
86
- };
87
- '& .MuiTypography-subtitle': {
88
- color: string;
89
- };
90
- '& .M4LModal-messageContainer': {
91
- color: string;
92
- textAlign: string;
93
- };
94
- };
95
- };
96
- '& .M4LModal-headerContainer': {
97
- display: string;
98
- alignItems: string;
99
- justifyContent: string;
100
- minHeight: string;
101
- padding: string;
102
- gap: string;
103
- cursor: string;
104
- '& .M4LModal-iconHeader': {
105
- display: string;
106
- alignItems: string;
107
- justifyContent: string;
108
- };
109
- '& .M4LModal-titleHeader': {
110
- width: string;
111
- whiteSpace: string;
112
- textOverflow: string;
113
- overflow: string;
114
- };
115
- '& .M4LModal-iconCloseHeader': {};
116
- };
117
- '& .M4LModal-windowContent': {
118
- padding: string;
119
- width: string;
120
- height: string;
121
- display: string;
122
- flexDirection: string;
123
- flex: string;
124
- overflow: string;
125
- '& .M4LStack-root': {
126
- gap: string;
127
- overflow: string;
128
- };
129
- };
130
- maxHeight?: undefined;
131
- borderColor?: undefined;
132
- };
133
- display: string;
134
- flexDirection: string;
135
- overflow: string;
136
- borderRadius: string;
137
- margin: string;
138
- width: string;
139
- height: string;
140
- maxWidth: string;
141
- maxHeight: string;
142
- background: string;
143
- border: string;
144
- borderColor: string;
145
- boxShadow: string;
7
+ '& .MuiPaper-root': {
146
8
  '& .M4LModal-windowBaseRoot': {
147
9
  display: string;
148
10
  flexDirection: string;
@@ -240,6 +102,25 @@ export declare const M4LModalDialog: (theme: Theme) => {
240
102
  };
241
103
  };
242
104
  };
105
+ '& .MuiPaper-root.MuiDialog-paperFullScreen': {
106
+ width: string;
107
+ height: string;
108
+ };
109
+ '& .MuiPaper-root:not(.MuiDialog-paperFullScreen).MuiDialog-paper': {
110
+ display: string;
111
+ flexDirection: string;
112
+ overflow: string;
113
+ borderRadius: string;
114
+ margin: string;
115
+ maxWidth: string;
116
+ maxHeight: string;
117
+ background: string;
118
+ border: string;
119
+ borderColor: string;
120
+ boxShadow: string;
121
+ width: string;
122
+ height: string;
123
+ };
243
124
  };
244
125
  };
245
126
  };
@@ -7,7 +7,6 @@ export declare const M4LPager: (theme: Theme) => {
7
7
  display: string;
8
8
  flexDirection: string;
9
9
  alignItems: string;
10
- gap: string;
11
10
  whiteSpace: string;
12
11
  width: string;
13
12
  justifyContent: string;
@@ -58,9 +57,21 @@ export declare const M4LPager: (theme: Theme) => {
58
57
  "& .M4LPager-labelRowsPerPageContainer": {
59
58
  display: string;
60
59
  flexDirection: string;
61
- gap: string;
62
60
  justifyContent: string;
63
61
  alignItems: string;
62
+ '& .M4LPager-select': {
63
+ '& .MuiSelect-select': {
64
+ color: string;
65
+ };
66
+ '& .MuiSelect-icon': {
67
+ right: string;
68
+ top: string;
69
+ bottom: string;
70
+ };
71
+ };
72
+ };
73
+ '& .M4LPager-labelDisplayRows': {
74
+ marginLeft: string;
64
75
  };
65
76
  "& .MuiInputBase-root": {
66
77
  padding: string;
@@ -102,7 +113,11 @@ export declare const M4LPager: (theme: Theme) => {
102
113
  M4LPagerMenuPopover: {
103
114
  styleOverrides: {
104
115
  '&.M4LPager-selectMenuPopover': {
105
- test: string;
116
+ '& .MuiList-root': {
117
+ '& .MuiMenuItem-root': {
118
+ color: string;
119
+ };
120
+ };
106
121
  };
107
122
  };
108
123
  };
@@ -4893,26 +4893,7 @@ const c = (o) => ({
4893
4893
  styleOverrides: {
4894
4894
  "&.M4LModal-root": {
4895
4895
  test: "root",
4896
- "& .MuiPaper-root.MuiDialog-paper": {
4897
- display: "flex",
4898
- flexDirection: "column",
4899
- overflow: "hidden",
4900
- borderRadius: "4px",
4901
- margin: "0px",
4902
- width: "auto",
4903
- height: "auto",
4904
- maxWidth: "unset",
4905
- maxHeight: "unset",
4906
- background: o.palette.state.active12,
4907
- border: "2px solid",
4908
- borderColor: o.palette.state.borderPrimary,
4909
- boxShadow: o.customShadows.z4,
4910
- [o.breakpoints.down("sm")]: {
4911
- width: "100%",
4912
- height: "100%",
4913
- maxHeight: "100%",
4914
- borderColor: "transparent"
4915
- },
4896
+ "& .MuiPaper-root": {
4916
4897
  "& .M4LModal-windowBaseRoot": {
4917
4898
  display: "flex",
4918
4899
  flexDirection: "column",
@@ -5012,6 +4993,25 @@ const c = (o) => ({
5012
4993
  }
5013
4994
  }
5014
4995
  }
4996
+ },
4997
+ "& .MuiPaper-root.MuiDialog-paperFullScreen": {
4998
+ width: "100%",
4999
+ height: "100%"
5000
+ },
5001
+ "& .MuiPaper-root:not(.MuiDialog-paperFullScreen).MuiDialog-paper": {
5002
+ display: "flex",
5003
+ flexDirection: "column",
5004
+ overflow: "hidden",
5005
+ borderRadius: "4px",
5006
+ margin: "0px",
5007
+ maxWidth: "unset",
5008
+ maxHeight: "unset",
5009
+ background: o.palette.state.active12,
5010
+ border: "2px solid",
5011
+ borderColor: o.palette.state.borderPrimary,
5012
+ boxShadow: o.customShadows.z4,
5013
+ width: "auto",
5014
+ height: "auto"
5015
5015
  }
5016
5016
  }
5017
5017
  }
@@ -5466,7 +5466,6 @@ const c = (o) => ({
5466
5466
  display: "flex",
5467
5467
  flexDirection: "row",
5468
5468
  alignItems: "center",
5469
- gap: "12px",
5470
5469
  whiteSpace: "nowrap",
5471
5470
  width: "100%",
5472
5471
  justifyContent: "space-between",
@@ -5500,9 +5499,22 @@ const c = (o) => ({
5500
5499
  "& .M4LPager-labelRowsPerPageContainer": {
5501
5500
  display: "flex",
5502
5501
  flexDirection: "row",
5503
- gap: "8px",
5504
5502
  justifyContent: "center",
5505
- alignItems: "center"
5503
+ alignItems: "center",
5504
+ "& .M4LPager-select": {
5505
+ "& .MuiSelect-select": {
5506
+ ...o.typography.body,
5507
+ color: o.palette.text.primary
5508
+ },
5509
+ "& .MuiSelect-icon": {
5510
+ right: "0",
5511
+ top: "0",
5512
+ bottom: "0"
5513
+ }
5514
+ }
5515
+ },
5516
+ "& .M4LPager-labelDisplayRows": {
5517
+ marginLeft: "12px"
5506
5518
  },
5507
5519
  "& .MuiInputBase-root": {
5508
5520
  padding: "4px 2px 4px 6px",
@@ -5544,7 +5556,12 @@ const c = (o) => ({
5544
5556
  M4LPagerMenuPopover: {
5545
5557
  styleOverrides: {
5546
5558
  "&.M4LPager-selectMenuPopover": {
5547
- test: "root"
5559
+ "& .MuiList-root": {
5560
+ "& .MuiMenuItem-root": {
5561
+ ...o.typography.body,
5562
+ color: o.palette.text.primary
5563
+ }
5564
+ }
5548
5565
  }
5549
5566
  }
5550
5567
  }
@@ -6515,7 +6532,7 @@ const c = (o) => ({
6515
6532
  "& .M4LFieldLabel-mandatory": {
6516
6533
  marginLeft: "2px",
6517
6534
  "& .MuiTypography-root": {
6518
- color: o.palette.error.main
6535
+ color: o.palette.text.secondary
6519
6536
  }
6520
6537
  },
6521
6538
  "& .M4LFieldLabel-tooltip": {
@@ -89,7 +89,7 @@ function l(o) {
89
89
  }
90
90
  };
91
91
  }
92
- function p(o) {
92
+ function u(o) {
93
93
  return {
94
94
  MuiIconButton: {
95
95
  styleOverrides: {
@@ -113,7 +113,7 @@ function p(o) {
113
113
  }
114
114
  };
115
115
  }
116
- function u(o) {
116
+ function p(o) {
117
117
  return {
118
118
  MuiFab: {
119
119
  defaultProps: {
@@ -541,7 +541,7 @@ function w(o) {
541
541
  }
542
542
  };
543
543
  }
544
- function S(o) {
544
+ function C(o) {
545
545
  const r = o.palette.mode === "light";
546
546
  return {
547
547
  MuiDrawer: {
@@ -576,63 +576,7 @@ function S(o) {
576
576
  }
577
577
  };
578
578
  }
579
- function C(o) {
580
- return {
581
- MuiDialog: {
582
- styleOverrides: {
583
- paper: {
584
- boxShadow: o.customShadows?.dialog,
585
- "&.MuiPaper-rounded": {
586
- borderRadius: Number(o.shape.borderRadius) * 2
587
- },
588
- "&.MuiDialog-paperFullScreen": {
589
- borderRadius: 0
590
- },
591
- "&.MuiDialog-paper .MuiDialogActions-root": {
592
- padding: o.spacing(3)
593
- },
594
- "@media (max-width: 600px)": {
595
- margin: o.spacing(2)
596
- },
597
- "@media (max-width: 663.95px)": {
598
- "&.MuiDialog-paperWidthSm.MuiDialog-paperScrollBody": {
599
- maxWidth: "100%"
600
- }
601
- }
602
- },
603
- paperFullWidth: {
604
- width: "100%"
605
- }
606
- }
607
- },
608
- MuiDialogTitle: {
609
- styleOverrides: {
610
- root: {
611
- padding: o.spacing(3, 3, 0)
612
- }
613
- }
614
- },
615
- MuiDialogContent: {
616
- styleOverrides: {
617
- root: {
618
- borderTop: 0,
619
- borderBottom: 0,
620
- padding: o.spacing(3)
621
- }
622
- }
623
- },
624
- MuiDialogActions: {
625
- styleOverrides: {
626
- root: {
627
- "& > :not(:first-of-type)": {
628
- marginLeft: o.spacing(1.5)
629
- }
630
- }
631
- }
632
- }
633
- };
634
- }
635
- function h(o) {
579
+ function S(o) {
636
580
  const r = o.palette.mode === "light";
637
581
  return {
638
582
  MuiSlider: {
@@ -657,7 +601,7 @@ function h(o) {
657
601
  }
658
602
  };
659
603
  }
660
- function O(o) {
604
+ function h(o) {
661
605
  const r = o.palette.mode === "light";
662
606
  return {
663
607
  MuiSwitch: {
@@ -687,7 +631,7 @@ function O(o) {
687
631
  }
688
632
  };
689
633
  }
690
- function R(o) {
634
+ function O(o) {
691
635
  return {
692
636
  MuiSvgIcon: {
693
637
  styleOverrides: {
@@ -705,7 +649,7 @@ function R(o) {
705
649
  }
706
650
  };
707
651
  }
708
- function B(o) {
652
+ function R(o) {
709
653
  const r = o.palette.mode === "light";
710
654
  return {
711
655
  MuiTooltip: {
@@ -720,7 +664,7 @@ function B(o) {
720
664
  }
721
665
  };
722
666
  }
723
- function I(o) {
667
+ function B(o) {
724
668
  return {
725
669
  MuiPopover: {
726
670
  styleOverrides: {
@@ -729,7 +673,7 @@ function I(o) {
729
673
  }
730
674
  };
731
675
  }
732
- function L(o) {
676
+ function I(o) {
733
677
  return {
734
678
  MuiStepConnector: {
735
679
  styleOverrides: {
@@ -740,7 +684,7 @@ function L(o) {
740
684
  }
741
685
  };
742
686
  }
743
- function m(o) {
687
+ function L(o) {
744
688
  return {
745
689
  MuiDataGrid: {
746
690
  styleOverrides: {
@@ -851,7 +795,7 @@ function T(o) {
851
795
  }
852
796
  };
853
797
  }
854
- function D(o) {
798
+ function m(o) {
855
799
  const r = t(o.palette.grey[900], 0.48), i = t(o.palette.grey[900], 1);
856
800
  return {
857
801
  MuiBackdrop: {
@@ -911,7 +855,7 @@ function z(o) {
911
855
  }
912
856
  };
913
857
  }
914
- function A(o) {
858
+ function $(o) {
915
859
  return {
916
860
  MuiCheckbox: {
917
861
  styleOverrides: {
@@ -930,7 +874,7 @@ function A(o) {
930
874
  }
931
875
  };
932
876
  }
933
- function $(o) {
877
+ function A(o) {
934
878
  return {
935
879
  MuiAccordion: {
936
880
  styleOverrides: {
@@ -1005,7 +949,7 @@ function $(o) {
1005
949
  }
1006
950
  };
1007
951
  }
1008
- function G(o) {
952
+ function D(o) {
1009
953
  return {
1010
954
  MuiTypography: {
1011
955
  defaultProps: {
@@ -1024,7 +968,7 @@ function G(o) {
1024
968
  }
1025
969
  };
1026
970
  }
1027
- function W(o) {
971
+ function G(o) {
1028
972
  return {
1029
973
  MuiPaginationItem: {
1030
974
  styleOverrides: {
@@ -1058,7 +1002,7 @@ function W(o) {
1058
1002
  }
1059
1003
  };
1060
1004
  }
1061
- function F(o) {
1005
+ function H(o) {
1062
1006
  return {
1063
1007
  MuiBreadcrumbs: {
1064
1008
  styleOverrides: {
@@ -1070,7 +1014,7 @@ function F(o) {
1070
1014
  }
1071
1015
  };
1072
1016
  }
1073
- function H(o) {
1017
+ function W(o) {
1074
1018
  const r = (i) => ({
1075
1019
  props: { variant: "contained", color: i },
1076
1020
  style: { boxShadow: o.customShadows?.primary }
@@ -1112,7 +1056,7 @@ function H(o) {
1112
1056
  }
1113
1057
  };
1114
1058
  }
1115
- function _(o) {
1059
+ function F(o) {
1116
1060
  return {
1117
1061
  MuiCssBaseline: {
1118
1062
  styleOverrides: {
@@ -1155,7 +1099,7 @@ function _(o) {
1155
1099
  }
1156
1100
  };
1157
1101
  }
1158
- function j(o) {
1102
+ function _(o) {
1159
1103
  return {
1160
1104
  MuiAutocomplete: {
1161
1105
  styleOverrides: {
@@ -1202,7 +1146,7 @@ const a = (o, r) => ({
1202
1146
  }
1203
1147
  }
1204
1148
  });
1205
- function E(o) {
1149
+ function j(o) {
1206
1150
  return {
1207
1151
  MuiToggleButton: {
1208
1152
  variants: [
@@ -1238,7 +1182,7 @@ function E(o) {
1238
1182
  }
1239
1183
  };
1240
1184
  }
1241
- function N(o) {
1185
+ function E(o) {
1242
1186
  return {
1243
1187
  MuiFormControlLabel: {
1244
1188
  styleOverrides: {
@@ -1263,7 +1207,7 @@ function N(o) {
1263
1207
  }
1264
1208
  };
1265
1209
  }
1266
- function q(o) {
1210
+ function N(o) {
1267
1211
  return {
1268
1212
  MuiLoadingButton: {
1269
1213
  styleOverrides: {
@@ -1287,7 +1231,7 @@ function q(o) {
1287
1231
  }
1288
1232
  };
1289
1233
  }
1290
- const V = (o) => ({
1234
+ const q = (o) => ({
1291
1235
  M4LBruceTest: {
1292
1236
  styleOverrides: {}
1293
1237
  }
@@ -1297,39 +1241,38 @@ export {
1297
1241
  x as B,
1298
1242
  c as C,
1299
1243
  C as D,
1300
- V as E,
1301
- u as F,
1244
+ p as F,
1302
1245
  f as I,
1303
1246
  b as L,
1304
1247
  g as M,
1305
1248
  v as P,
1306
1249
  w as R,
1307
- O as S,
1250
+ h as S,
1308
1251
  M as T,
1309
1252
  k as a,
1310
1253
  y as b,
1311
1254
  l as c,
1312
- p as d,
1313
- h as e,
1314
- S as f,
1315
- L as g,
1255
+ u as d,
1256
+ S as e,
1257
+ I as f,
1258
+ R as g,
1316
1259
  B as h,
1317
- I as i,
1318
- R as j,
1319
- A as k,
1320
- m as l,
1321
- T as m,
1322
- z as n,
1323
- D as o,
1324
- P as p,
1325
- $ as q,
1260
+ O as i,
1261
+ $ as j,
1262
+ L as k,
1263
+ T as l,
1264
+ z as m,
1265
+ m as n,
1266
+ P as o,
1267
+ A as p,
1268
+ D as q,
1326
1269
  G as r,
1327
1270
  W as s,
1328
1271
  H as t,
1329
1272
  F as u,
1330
1273
  _ as v,
1331
- j as w,
1332
- N as x,
1333
- E as y,
1274
+ E as w,
1275
+ j as x,
1276
+ N as y,
1334
1277
  q as z
1335
1278
  };
@@ -0,0 +1,110 @@
1
+ import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as c, T as l, P as d, S as u, c as g, d as B, A as F, e as P, D as A, f as T, g as b, h as C, i as y, j as S, k as I, l as R, m as v, n as H, o as k, p as D, q as f, r as x, s as w, t as G, u as V, v as j, w as E, x as N, y as O, z as q } from "./MUIComponents/index.d2b98b86.js";
2
+ import { M as z, a as U, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z, i as _, j as $, k as t, l as m, m as e, n as h, o as aa, p as sa, q as oa, r as ra, s as La, t as Ma, u as na, v as ia, w as pa, x as ca, y as la, z as da, A as ua, B as ga, C as Ba, D as Fa, E as Pa, F as Aa, G as Ta, H as ba, I as Ca, J as ya, K as Sa, L as Ia, N as Ra, O as va, P as Ha, Q as ka, R as Da, S as fa, T as xa, U as wa, V as Ga, W as Va, X as ja, Y as Ea, Z as Na, _ as Oa } from "./M4LExtendedComponents/index.53575c95.js";
3
+ import { M as qa, a as za, b as Ua, c as Ja, d as Ka, e as Qa, f as Wa, g as Xa, h as Ya } from "./M4LRHFComponents/index.02fada22.js";
4
+ function ta(a) {
5
+ return Object.assign(
6
+ s(a),
7
+ o(a),
8
+ r(a),
9
+ L(a),
10
+ M(a),
11
+ n(),
12
+ i(a),
13
+ p(),
14
+ c(a),
15
+ l(a),
16
+ d(a),
17
+ u(a),
18
+ g(a),
19
+ B(a),
20
+ F(a),
21
+ P(a),
22
+ A(a),
23
+ T(a),
24
+ b(a),
25
+ C(),
26
+ y(),
27
+ S(a),
28
+ I(a),
29
+ R(a),
30
+ v(a),
31
+ H(a),
32
+ k(a),
33
+ D(a),
34
+ f(a),
35
+ x(a),
36
+ w(a),
37
+ G(a),
38
+ V(),
39
+ j(a),
40
+ E(a),
41
+ N(a),
42
+ O(a),
43
+ z(a),
44
+ q(),
45
+ U(a),
46
+ qa(a),
47
+ za(),
48
+ Ua(a),
49
+ Ja(),
50
+ Ka(a),
51
+ J(),
52
+ Qa(a),
53
+ Wa(),
54
+ K(a),
55
+ Q(a),
56
+ W(),
57
+ X(a),
58
+ Y(a),
59
+ Z(),
60
+ _(a),
61
+ $(a),
62
+ Xa(a),
63
+ t(a),
64
+ m(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(),
74
+ ia(a),
75
+ pa(a),
76
+ ca(),
77
+ la(a),
78
+ da(a),
79
+ ua(a),
80
+ ga(a),
81
+ Ba(a),
82
+ Fa(a),
83
+ Pa(a),
84
+ Aa(a),
85
+ Ta(a),
86
+ ba(a),
87
+ Ca(),
88
+ ya(a),
89
+ Sa(),
90
+ Ia(a),
91
+ Ra(),
92
+ va(a),
93
+ Ha(a),
94
+ ka(a),
95
+ Da(a),
96
+ fa(a),
97
+ xa(),
98
+ Ya(a),
99
+ wa(a),
100
+ Ga(),
101
+ Va(a),
102
+ ja(a),
103
+ Ea(a),
104
+ Na(),
105
+ Oa(a)
106
+ );
107
+ }
108
+ export {
109
+ ta as f
110
+ };
@@ -1,55 +0,0 @@
1
- import { Theme } from '@mui/material/styles';
2
- export default function Dialog(theme: Theme): {
3
- MuiDialog: {
4
- styleOverrides: {
5
- paper: {
6
- boxShadow: string;
7
- '&.MuiPaper-rounded': {
8
- borderRadius: number;
9
- };
10
- '&.MuiDialog-paperFullScreen': {
11
- borderRadius: number;
12
- };
13
- '&.MuiDialog-paper .MuiDialogActions-root': {
14
- padding: string;
15
- };
16
- '@media (max-width: 600px)': {
17
- margin: string;
18
- };
19
- '@media (max-width: 663.95px)': {
20
- '&.MuiDialog-paperWidthSm.MuiDialog-paperScrollBody': {
21
- maxWidth: string;
22
- };
23
- };
24
- };
25
- paperFullWidth: {
26
- width: string;
27
- };
28
- };
29
- };
30
- MuiDialogTitle: {
31
- styleOverrides: {
32
- root: {
33
- padding: string;
34
- };
35
- };
36
- };
37
- MuiDialogContent: {
38
- styleOverrides: {
39
- root: {
40
- borderTop: number;
41
- borderBottom: number;
42
- padding: string;
43
- };
44
- };
45
- };
46
- MuiDialogActions: {
47
- styleOverrides: {
48
- root: {
49
- '& > :not(:first-of-type)': {
50
- marginLeft: string;
51
- };
52
- };
53
- };
54
- };
55
- };
@@ -1,111 +0,0 @@
1
- import { F as s, C as o, M as r, L, I as M, a as i, R as n, B as l, b as p, T as c, P as d, S as u, c as g, d as B, D as F, A as P, e as A, f as T, g as b, h as C, i as y, j as S, k as I, l as R, m as v, n as D, o as H, p as k, q as f, r as x, s as w, t as G, u as E, v as V, w as j, x as N, y as O, z as q, E as z } from "./MUIComponents/index.b3f5b7a7.js";
2
- import { M as U, a as J, b as K, c as Q, d as W, e as X, f as Y, g as Z, h as _, i as $, j as t, k as m, l as e, m as h, n as aa, o as sa, p as oa, q as ra, r as La, s as Ma, t as ia, u as na, v as la, w as pa, x as ca, y as da, z as ua, A as ga, B as Ba, C as Fa, D as Pa, E as Aa, F as Ta, G as ba, H as Ca, I as ya, J as Sa, K as Ia, L as Ra, N as va, O as Da, P as Ha, Q as ka, R as fa, S as xa, T as wa, U as Ga, V as Ea, W as Va, X as ja, Y as Na, Z as Oa, _ as qa } from "./M4LExtendedComponents/index.af978cd0.js";
3
- import { M as za, a as Ua, b as Ja, c as Ka, d as Qa, e as Wa, f as Xa, g as Ya, h as Za } from "./M4LRHFComponents/index.02fada22.js";
4
- function ma(a) {
5
- return Object.assign(
6
- s(a),
7
- o(a),
8
- r(a),
9
- L(a),
10
- M(a),
11
- i(),
12
- n(a),
13
- l(),
14
- p(a),
15
- c(a),
16
- d(a),
17
- u(a),
18
- g(a),
19
- B(a),
20
- F(a),
21
- P(a),
22
- A(a),
23
- T(a),
24
- b(a),
25
- C(a),
26
- y(),
27
- S(),
28
- I(a),
29
- R(a),
30
- v(a),
31
- D(a),
32
- H(a),
33
- k(a),
34
- f(a),
35
- x(a),
36
- w(a),
37
- G(a),
38
- E(a),
39
- V(),
40
- j(a),
41
- N(a),
42
- O(a),
43
- q(a),
44
- U(a),
45
- z(),
46
- J(a),
47
- za(a),
48
- Ua(),
49
- Ja(a),
50
- Ka(),
51
- Qa(a),
52
- K(),
53
- Wa(a),
54
- Xa(),
55
- Q(a),
56
- W(a),
57
- X(),
58
- Y(a),
59
- Z(a),
60
- _(),
61
- $(a),
62
- t(a),
63
- Ya(a),
64
- m(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(),
75
- la(a),
76
- pa(a),
77
- ca(),
78
- da(a),
79
- ua(a),
80
- ga(a),
81
- Ba(a),
82
- Fa(a),
83
- Pa(a),
84
- Aa(a),
85
- Ta(a),
86
- ba(a),
87
- Ca(a),
88
- ya(),
89
- Sa(a),
90
- Ia(),
91
- Ra(a),
92
- va(),
93
- Da(a),
94
- Ha(a),
95
- ka(a),
96
- fa(a),
97
- xa(a),
98
- wa(),
99
- Za(a),
100
- Ga(a),
101
- Ea(),
102
- Va(a),
103
- ja(a),
104
- Na(a),
105
- Oa(),
106
- qa(a)
107
- );
108
- }
109
- export {
110
- ma as f
111
- };