@bwp-web/styles 0.1.0

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/dist/index.cjs ADDED
@@ -0,0 +1,1933 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/index.ts
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
+ appBarHeight: () => appBarHeight,
24
+ biampTheme: () => biampTheme
25
+ });
26
+ module.exports = __toCommonJS(index_exports);
27
+
28
+ // src/icons/BreadcrumbIcon.tsx
29
+ var import_material = require("@mui/material");
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ function BreadcrumbIcon(props) {
32
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
33
+ "svg",
34
+ {
35
+ width: "16",
36
+ height: "16",
37
+ viewBox: "0 0 16 16",
38
+ fill: "none",
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
+ "path",
42
+ {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M5.43427 3.43427C5.74669 3.12185 6.25322 3.12185 6.56564 3.43427L10.5656 7.43427C10.8781 7.74669 10.8781 8.25322 10.5656 8.56564L6.56564 12.5656C6.25322 12.8781 5.74669 12.8781 5.43427 12.5656C5.12185 12.2532 5.12185 11.7467 5.43427 11.4343L8.86858 7.99995L5.43427 4.56564C5.12185 4.25322 5.12185 3.74669 5.43427 3.43427Z",
46
+ fill: "currentColor"
47
+ }
48
+ )
49
+ }
50
+ ) });
51
+ }
52
+
53
+ // src/icons/CheckedIcon.tsx
54
+ var import_material2 = require("@mui/material");
55
+ var import_jsx_runtime2 = require("react/jsx-runtime");
56
+ function CheckedIcon(props) {
57
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_material2.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
58
+ "svg",
59
+ {
60
+ width: "16",
61
+ height: "16",
62
+ viewBox: "0 0 16 16",
63
+ fill: "none",
64
+ xmlns: "http://www.w3.org/2000/svg",
65
+ ...props,
66
+ children: [
67
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("rect", { width: "16", height: "16", rx: "4", fill: "currentColor" }),
68
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
69
+ "path",
70
+ {
71
+ d: "M6.81561 9.47803C6.81717 9.47959 6.8197 9.47959 6.82126 9.47803L11.45 4.84926C11.7586 4.54071 12.2591 4.54159 12.5666 4.85123C12.8725 5.15933 12.8716 5.65682 12.5646 5.96384L6.82237 11.7061C6.8202 11.7082 6.81667 11.7082 6.8145 11.7061L3.43571 8.32728C3.1288 8.02037 3.1288 7.52277 3.43571 7.21587C3.74232 6.90926 4.23931 6.90891 4.54635 7.21509L6.81561 9.47803Z",
72
+ fill: "white"
73
+ }
74
+ )
75
+ ]
76
+ }
77
+ ) });
78
+ }
79
+
80
+ // src/icons/DatePickerIcon.tsx
81
+ var import_material3 = require("@mui/material");
82
+ var import_jsx_runtime3 = require("react/jsx-runtime");
83
+ function DatePickerIcon(props) {
84
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_material3.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
85
+ "svg",
86
+ {
87
+ width: "24",
88
+ height: "24",
89
+ viewBox: "0 0 24 24",
90
+ fill: "none",
91
+ xmlns: "http://www.w3.org/2000/svg",
92
+ children: [
93
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
94
+ "path",
95
+ {
96
+ fillRule: "evenodd",
97
+ clipRule: "evenodd",
98
+ d: "M6.00001 5.79995C5.68175 5.79995 5.37653 5.92638 5.15148 6.15142C4.92644 6.37647 4.80001 6.68169 4.80001 6.99995V19C4.80001 19.3182 4.92644 19.6234 5.15148 19.8485C5.37653 20.0735 5.68175 20.2 6.00001 20.2H18C18.3183 20.2 18.6235 20.0735 18.8485 19.8485C19.0736 19.6234 19.2 19.3182 19.2 19V6.99995C19.2 6.68169 19.0736 6.37647 18.8485 6.15142C18.6235 5.92638 18.3183 5.79995 18 5.79995H6.00001ZM4.02011 5.02005C4.54522 4.49495 5.25741 4.19995 6.00001 4.19995H18C18.7426 4.19995 19.4548 4.49495 19.9799 5.02005C20.505 5.54515 20.8 6.25734 20.8 6.99995V19C20.8 19.7426 20.505 20.4547 19.9799 20.9798C19.4548 21.5049 18.7426 21.7999 18 21.7999H6.00001C5.25741 21.7999 4.54521 21.505 4.02011 20.9798C3.49501 20.4547 3.20001 19.7426 3.20001 19V6.99995C3.20001 6.25734 3.49501 5.54515 4.02011 5.02005Z",
99
+ fill: "currentColor"
100
+ }
101
+ ),
102
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
103
+ "path",
104
+ {
105
+ fillRule: "evenodd",
106
+ clipRule: "evenodd",
107
+ d: "M16 2.19995C16.4418 2.19995 16.8 2.55812 16.8 2.99995V6.99995C16.8 7.44178 16.4418 7.79995 16 7.79995C15.5582 7.79995 15.2 7.44178 15.2 6.99995V2.99995C15.2 2.55812 15.5582 2.19995 16 2.19995Z",
108
+ fill: "currentColor"
109
+ }
110
+ ),
111
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
112
+ "path",
113
+ {
114
+ fillRule: "evenodd",
115
+ clipRule: "evenodd",
116
+ d: "M8.00001 2.19995C8.44184 2.19995 8.80001 2.55812 8.80001 2.99995V6.99995C8.80001 7.44178 8.44184 7.79995 8.00001 7.79995C7.55818 7.79995 7.20001 7.44178 7.20001 6.99995V2.99995C7.20001 2.55812 7.55818 2.19995 8.00001 2.19995Z",
117
+ fill: "currentColor"
118
+ }
119
+ ),
120
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
121
+ "path",
122
+ {
123
+ fillRule: "evenodd",
124
+ clipRule: "evenodd",
125
+ d: "M3.20001 11C3.20001 10.5581 3.55818 10.2 4.00001 10.2H20C20.4418 10.2 20.8 10.5581 20.8 11C20.8 11.4418 20.4418 11.8 20 11.8H4.00001C3.55818 11.8 3.20001 11.4418 3.20001 11Z",
126
+ fill: "currentColor"
127
+ }
128
+ )
129
+ ]
130
+ }
131
+ ) });
132
+ }
133
+
134
+ // src/icons/ErrorStatusIcon.tsx
135
+ var import_material4 = require("@mui/material");
136
+ var import_jsx_runtime4 = require("react/jsx-runtime");
137
+ function ErrorStatusIcon(props) {
138
+ const theme = (0, import_material4.useTheme)();
139
+ const isDarkMode = theme.palette.mode === "dark";
140
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_material4.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
141
+ "svg",
142
+ {
143
+ width: "14",
144
+ height: "14",
145
+ viewBox: "0 0 14 14",
146
+ fill: "none",
147
+ xmlns: "http://www.w3.org/2000/svg",
148
+ children: [
149
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "14", height: "14", rx: "7", fill: "currentColor" }),
150
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
151
+ "rect",
152
+ {
153
+ x: "0.3",
154
+ y: "0.3",
155
+ width: "13.4",
156
+ height: "13.4",
157
+ rx: "6.7",
158
+ stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
159
+ strokeOpacity: "0.4",
160
+ strokeWidth: "0.6"
161
+ }
162
+ ),
163
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("g", { filter: "url(#filter0_d_6343_5437)", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
164
+ "path",
165
+ {
166
+ d: "M7.63564 7.68006C7.619 7.99884 7.35568 8.24878 7.03646 8.24878H6.86491C6.54569 8.24878 6.28236 7.99884 6.26572 7.68006L6.05444 3.6325C6.03652 3.28931 6.30996 3.00122 6.65362 3.00122H7.24775C7.5914 3.00122 7.86484 3.28931 7.84693 3.6325L7.63564 7.68006ZM6 10.0857C6 9.7491 6.09131 9.51278 6.27393 9.37671C6.46012 9.24064 6.68392 9.17261 6.94531 9.17261C7.19954 9.17261 7.41797 9.24064 7.60059 9.37671C7.78678 9.51278 7.87988 9.7491 7.87988 10.0857C7.87988 10.408 7.78678 10.6407 7.60059 10.7839C7.41797 10.9272 7.19954 10.9988 6.94531 10.9988C6.68392 10.9988 6.46012 10.9272 6.27393 10.7839C6.09131 10.6407 6 10.408 6 10.0857Z",
167
+ fill: "white"
168
+ }
169
+ ) }),
170
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
171
+ "filter",
172
+ {
173
+ id: "filter0_d_6343_5437",
174
+ x: "5",
175
+ y: "2.60122",
176
+ width: "3.87988",
177
+ height: "9.99756",
178
+ filterUnits: "userSpaceOnUse",
179
+ colorInterpolationFilters: "sRGB",
180
+ children: [
181
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
182
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
183
+ "feColorMatrix",
184
+ {
185
+ in: "SourceAlpha",
186
+ type: "matrix",
187
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
188
+ result: "hardAlpha"
189
+ }
190
+ ),
191
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feOffset", { dy: "0.6" }),
192
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
193
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
194
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
195
+ "feColorMatrix",
196
+ {
197
+ type: "matrix",
198
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
199
+ }
200
+ ),
201
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
202
+ "feBlend",
203
+ {
204
+ mode: "normal",
205
+ in2: "BackgroundImageFix",
206
+ result: "effect1_dropShadow_6343_5437"
207
+ }
208
+ ),
209
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
210
+ "feBlend",
211
+ {
212
+ mode: "normal",
213
+ in: "SourceGraphic",
214
+ in2: "effect1_dropShadow_6343_5437",
215
+ result: "shape"
216
+ }
217
+ )
218
+ ]
219
+ }
220
+ ) })
221
+ ]
222
+ }
223
+ ) });
224
+ }
225
+
226
+ // src/icons/IndeterminateIcon.tsx
227
+ var import_material5 = require("@mui/material");
228
+ var import_jsx_runtime5 = require("react/jsx-runtime");
229
+ function IndeterminateIcon(props) {
230
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_material5.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
231
+ "svg",
232
+ {
233
+ width: "16",
234
+ height: "16",
235
+ viewBox: "0 0 16 16",
236
+ fill: "none",
237
+ xmlns: "http://www.w3.org/2000/svg",
238
+ ...props,
239
+ children: [
240
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "16", height: "16", rx: "4", fill: "currentColor" }),
241
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
242
+ "path",
243
+ {
244
+ d: "M2.87988 8C2.87988 7.44772 3.3276 7 3.87988 7H12.1199C12.6722 7 13.1199 7.44772 13.1199 8C13.1199 8.55228 12.6722 9 12.1199 9H3.87988C3.3276 9 2.87988 8.55228 2.87988 8Z",
245
+ fill: "white"
246
+ }
247
+ )
248
+ ]
249
+ }
250
+ ) });
251
+ }
252
+
253
+ // src/icons/InfoStatusIcon.tsx
254
+ var import_material6 = require("@mui/material");
255
+ var import_jsx_runtime6 = require("react/jsx-runtime");
256
+ function InfoStatusIcon(props) {
257
+ const theme = (0, import_material6.useTheme)();
258
+ const isDarkMode = theme.palette.mode === "dark";
259
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_material6.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
260
+ "svg",
261
+ {
262
+ width: "14",
263
+ height: "14",
264
+ viewBox: "0 0 14 14",
265
+ fill: "none",
266
+ xmlns: "http://www.w3.org/2000/svg",
267
+ children: [
268
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { width: "14", height: "14", rx: "7", fill: "currentColor" }),
269
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
270
+ "rect",
271
+ {
272
+ x: "0.3",
273
+ y: "0.3",
274
+ width: "13.4",
275
+ height: "13.4",
276
+ rx: "6.7",
277
+ stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
278
+ strokeOpacity: "0.4",
279
+ strokeWidth: "0.6"
280
+ }
281
+ ),
282
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("g", { filter: "url(#filter0_d_184_2382)", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
283
+ "path",
284
+ {
285
+ d: "M6.27393 6.24255C6.27393 5.91118 6.54256 5.64255 6.87393 5.64255L7.1066 5.64255C7.43705 5.64255 7.7053 5.90975 7.7066 6.24019L7.72336 10.5047C7.72467 10.8371 7.45546 11.1073 7.12303 11.1071L6.87359 11.1069C6.54235 11.1068 6.27393 10.8382 6.27393 10.5069L6.27393 6.24255ZM7.87988 3.80564C7.87988 4.14223 7.78857 4.37855 7.60596 4.51462C7.41976 4.65069 7.19596 4.71872 6.93457 4.71872C6.68034 4.71872 6.46191 4.65069 6.2793 4.51462C6.0931 4.37855 6 4.14223 6 3.80564C6 3.48337 6.0931 3.25062 6.2793 3.1074C6.46191 2.96417 6.68034 2.89255 6.93457 2.89255C7.19596 2.89255 7.41976 2.96417 7.60596 3.1074C7.78857 3.25062 7.87988 3.48337 7.87988 3.80564Z",
286
+ fill: "white"
287
+ }
288
+ ) }),
289
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
290
+ "filter",
291
+ {
292
+ id: "filter0_d_184_2382",
293
+ x: "5",
294
+ y: "2.49258",
295
+ width: "3.87988",
296
+ height: "10.2144",
297
+ filterUnits: "userSpaceOnUse",
298
+ colorInterpolationFilters: "sRGB",
299
+ children: [
300
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
301
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
302
+ "feColorMatrix",
303
+ {
304
+ in: "SourceAlpha",
305
+ type: "matrix",
306
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
307
+ result: "hardAlpha"
308
+ }
309
+ ),
310
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feOffset", { dy: "0.6" }),
311
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
312
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
313
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
314
+ "feColorMatrix",
315
+ {
316
+ type: "matrix",
317
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
318
+ }
319
+ ),
320
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
321
+ "feBlend",
322
+ {
323
+ mode: "normal",
324
+ in2: "BackgroundImageFix",
325
+ result: "effect1_dropShadow_184_2382"
326
+ }
327
+ ),
328
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
329
+ "feBlend",
330
+ {
331
+ mode: "normal",
332
+ in: "SourceGraphic",
333
+ in2: "effect1_dropShadow_184_2382",
334
+ result: "shape"
335
+ }
336
+ )
337
+ ]
338
+ }
339
+ ) })
340
+ ]
341
+ }
342
+ ) });
343
+ }
344
+
345
+ // src/icons/InputCloseIcon.tsx
346
+ var import_material7 = require("@mui/material");
347
+ var import_jsx_runtime7 = require("react/jsx-runtime");
348
+ function InputCloseIcon(props) {
349
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_material7.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
350
+ "svg",
351
+ {
352
+ width: "24",
353
+ height: "24",
354
+ viewBox: "0 0 24 24",
355
+ fill: "none",
356
+ xmlns: "http://www.w3.org/2000/svg",
357
+ children: [
358
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
359
+ "path",
360
+ {
361
+ fillRule: "evenodd",
362
+ clipRule: "evenodd",
363
+ d: "M17.5154 6.4848C17.8278 6.79722 17.8278 7.30375 17.5154 7.61617L7.61593 17.5157C7.30351 17.8281 6.79698 17.8281 6.48456 17.5157C6.17214 17.2032 6.17214 16.6967 6.48456 16.3843L16.3841 6.4848C16.6965 6.17238 17.203 6.17238 17.5154 6.4848Z",
364
+ fill: "currentColor"
365
+ }
366
+ ),
367
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
368
+ "path",
369
+ {
370
+ fillRule: "evenodd",
371
+ clipRule: "evenodd",
372
+ d: "M6.48456 6.4848C6.79698 6.17238 7.30351 6.17238 7.61593 6.4848L17.5154 16.3843C17.8278 16.6967 17.8278 17.2032 17.5154 17.5157C17.203 17.8281 16.6965 17.8281 16.3841 17.5157L6.48456 7.61617C6.17214 7.30375 6.17214 6.79722 6.48456 6.4848Z",
373
+ fill: "currentColor"
374
+ }
375
+ )
376
+ ]
377
+ }
378
+ ) });
379
+ }
380
+
381
+ // src/icons/SuccessStatusIcon.tsx
382
+ var import_material8 = require("@mui/material");
383
+ var import_jsx_runtime8 = require("react/jsx-runtime");
384
+ function SuccessStatusIcon(props) {
385
+ const theme = (0, import_material8.useTheme)();
386
+ const isDarkMode = theme.palette.mode === "dark";
387
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_material8.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
388
+ "svg",
389
+ {
390
+ width: "14",
391
+ height: "14",
392
+ viewBox: "0 0 14 14",
393
+ fill: "none",
394
+ xmlns: "http://www.w3.org/2000/svg",
395
+ children: [
396
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "14", height: "14", rx: "7", fill: "currentColor" }),
397
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
398
+ "rect",
399
+ {
400
+ x: "0.3",
401
+ y: "0.3",
402
+ width: "13.4",
403
+ height: "13.4",
404
+ rx: "6.7",
405
+ stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
406
+ strokeOpacity: "0.4",
407
+ strokeWidth: "0.6"
408
+ }
409
+ ),
410
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { filter: "url(#filter0_d_6364_4478)", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
411
+ "path",
412
+ {
413
+ fillRule: "evenodd",
414
+ clipRule: "evenodd",
415
+ d: "M10.0279 4.41561C10.3328 4.54591 10.6867 5.04261 10.4654 5.29062L6.9525 9.02403C6.57226 9.45014 6.38214 9.66319 6.13689 9.6656C5.89164 9.66802 5.69741 9.45876 5.30894 9.04023L3.58698 7.18499C3.45389 7.0416 3.42727 6.82846 3.52095 6.65639C3.65295 6.41394 3.96768 6.34523 4.18765 6.51085L5.37782 7.40696C5.7414 7.6807 5.92319 7.81758 6.12825 7.8043C6.3333 7.79102 6.49616 7.63184 6.82188 7.31346L9.59039 4.41562C9.72976 4.27939 9.84906 4.33918 10.0279 4.41561Z",
416
+ fill: isDarkMode ? theme.palette.grey[900] : theme.palette.common.white
417
+ }
418
+ ) }),
419
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
420
+ "filter",
421
+ {
422
+ id: "filter0_d_6364_4478",
423
+ x: "2.46539",
424
+ y: "3.93435",
425
+ width: "9.06921",
426
+ height: "7.3313",
427
+ filterUnits: "userSpaceOnUse",
428
+ colorInterpolationFilters: "sRGB",
429
+ children: [
430
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
431
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
432
+ "feColorMatrix",
433
+ {
434
+ in: "SourceAlpha",
435
+ type: "matrix",
436
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
437
+ result: "hardAlpha"
438
+ }
439
+ ),
440
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feOffset", { dy: "0.6" }),
441
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
442
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
443
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
444
+ "feColorMatrix",
445
+ {
446
+ type: "matrix",
447
+ values: "0 0 0 0 0.0666667 0 0 0 0 0.0666667 0 0 0 0 0.0666667 0 0 0 0.2 0"
448
+ }
449
+ ),
450
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
451
+ "feBlend",
452
+ {
453
+ mode: "normal",
454
+ in2: "BackgroundImageFix",
455
+ result: "effect1_dropShadow_6364_4478"
456
+ }
457
+ ),
458
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
459
+ "feBlend",
460
+ {
461
+ mode: "normal",
462
+ in: "SourceGraphic",
463
+ in2: "effect1_dropShadow_6364_4478",
464
+ result: "shape"
465
+ }
466
+ )
467
+ ]
468
+ }
469
+ ) })
470
+ ]
471
+ }
472
+ ) });
473
+ }
474
+
475
+ // src/icons/UncheckedIcon.tsx
476
+ var import_material9 = require("@mui/material");
477
+ var import_jsx_runtime9 = require("react/jsx-runtime");
478
+ function UncheckedIcon(props) {
479
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_material9.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
480
+ "svg",
481
+ {
482
+ width: "16",
483
+ height: "16",
484
+ viewBox: "0 0 16 16",
485
+ fill: "none",
486
+ xmlns: "http://www.w3.org/2000/svg",
487
+ ...props,
488
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
489
+ "rect",
490
+ {
491
+ x: "0.5",
492
+ y: "0.5",
493
+ width: "15",
494
+ height: "15",
495
+ rx: "3.5",
496
+ stroke: "currentColor",
497
+ strokeOpacity: "0.4"
498
+ }
499
+ )
500
+ }
501
+ ) });
502
+ }
503
+
504
+ // src/icons/WarningStatusIcon.tsx
505
+ var import_material10 = require("@mui/material");
506
+ var import_jsx_runtime10 = require("react/jsx-runtime");
507
+ function WarningStatusIcon(props) {
508
+ const theme = (0, import_material10.useTheme)();
509
+ const isDarkMode = theme.palette.mode === "dark";
510
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_material10.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
511
+ "svg",
512
+ {
513
+ width: "16",
514
+ height: "14",
515
+ viewBox: "0 0 16 14",
516
+ fill: "none",
517
+ xmlns: "http://www.w3.org/2000/svg",
518
+ children: [
519
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
520
+ "path",
521
+ {
522
+ d: "M7.47905 0.911655C7.70939 0.508566 8.29061 0.508566 8.52095 0.911655L15.487 13.1023C15.7156 13.5023 15.4268 14 14.9661 14H1.03391C0.573214 14 0.284394 13.5023 0.512962 13.1023L7.47905 0.911655Z",
523
+ fill: "currentColor"
524
+ }
525
+ ),
526
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
527
+ "path",
528
+ {
529
+ d: "M7.73926 1.06055C7.85443 0.859003 8.14557 0.859002 8.26074 1.06055L15.2266 13.251C15.3408 13.451 15.1962 13.7002 14.9658 13.7002H1.03418C0.803833 13.7002 0.659154 13.451 0.773438 13.251L7.73926 1.06055Z",
530
+ stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
531
+ strokeOpacity: "0.4",
532
+ strokeWidth: "0.6"
533
+ }
534
+ ),
535
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { filter: "url(#filter0_d_184_2208)", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
536
+ "path",
537
+ {
538
+ d: "M8.63564 8.67884C8.619 8.99762 8.35568 9.24756 8.03646 9.24756H7.86491C7.54569 9.24756 7.28236 8.99762 7.26572 8.67884L7.05444 4.63128C7.03652 4.28809 7.30996 4 7.65362 4H8.24775C8.5914 4 8.86484 4.28809 8.84693 4.63128L8.63564 8.67884ZM7 11.0845C7 10.7479 7.09131 10.5116 7.27393 10.3755C7.46012 10.2394 7.68392 10.1714 7.94531 10.1714C8.19954 10.1714 8.41797 10.2394 8.60059 10.3755C8.78678 10.5116 8.87988 10.7479 8.87988 11.0845C8.87988 11.4067 8.78678 11.6395 8.60059 11.7827C8.41797 11.9259 8.19954 11.9976 7.94531 11.9976C7.68392 11.9976 7.46012 11.9259 7.27393 11.7827C7.09131 11.6395 7 11.4067 7 11.0845Z",
539
+ fill: isDarkMode ? theme.palette.grey[900] : theme.palette.common.white
540
+ }
541
+ ) }),
542
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
543
+ "filter",
544
+ {
545
+ id: "filter0_d_184_2208",
546
+ x: "6",
547
+ y: "3.6",
548
+ width: "3.87988",
549
+ height: "9.99756",
550
+ filterUnits: "userSpaceOnUse",
551
+ colorInterpolationFilters: "sRGB",
552
+ children: [
553
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
554
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
555
+ "feColorMatrix",
556
+ {
557
+ in: "SourceAlpha",
558
+ type: "matrix",
559
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
560
+ result: "hardAlpha"
561
+ }
562
+ ),
563
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feOffset", { dy: "0.6" }),
564
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
565
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
566
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
567
+ "feColorMatrix",
568
+ {
569
+ type: "matrix",
570
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
571
+ }
572
+ ),
573
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
574
+ "feBlend",
575
+ {
576
+ mode: "normal",
577
+ in2: "BackgroundImageFix",
578
+ result: "effect1_dropShadow_184_2208"
579
+ }
580
+ ),
581
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
582
+ "feBlend",
583
+ {
584
+ mode: "normal",
585
+ in: "SourceGraphic",
586
+ in2: "effect1_dropShadow_184_2208",
587
+ result: "shape"
588
+ }
589
+ )
590
+ ]
591
+ }
592
+ ) })
593
+ ]
594
+ }
595
+ ) });
596
+ }
597
+
598
+ // src/theme.tsx
599
+ var import_styles = require("@mui/material/styles");
600
+ var import_jsx_runtime11 = require("react/jsx-runtime");
601
+ var colors = {
602
+ black: "#000000",
603
+ white: "#ffffff",
604
+ grey: {
605
+ 50: "#fafafa",
606
+ 100: "#f5f5f5",
607
+ 200: "#eeeeee",
608
+ 300: "#c9c9c9",
609
+ 400: "#878787",
610
+ 500: "#646464",
611
+ 600: "#484848",
612
+ 700: "#333333",
613
+ 800: "#222222",
614
+ 900: "#111111"
615
+ },
616
+ blue: {
617
+ dark: "#1863D3",
618
+ light: "#1863D3",
619
+ main: "#1863D3",
620
+ drawer: "#3F8CFF"
621
+ },
622
+ purple: {
623
+ dark: "#635BFF",
624
+ light: "#A64DEF",
625
+ main: "#5B00EF"
626
+ },
627
+ biamp: "#d22730",
628
+ sidebar: "#E0E0E0",
629
+ action: {
630
+ disabled: "#11111166",
631
+ disabledBackground: "#D8D8D8"
632
+ },
633
+ success: {
634
+ dark: {
635
+ main: "#00E941",
636
+ background: "#093615"
637
+ },
638
+ light: {
639
+ main: "#008A05",
640
+ background: "#EAFEF0"
641
+ }
642
+ },
643
+ warning: {
644
+ dark: {
645
+ main: "#FFB800",
646
+ background: "#41320E"
647
+ },
648
+ light: {
649
+ main: "#E06C00",
650
+ background: "#FFF4D9"
651
+ }
652
+ },
653
+ error: {
654
+ dark: {
655
+ main: "#FF1744",
656
+ background: "#2E1016"
657
+ },
658
+ light: {
659
+ main: "#E0002D",
660
+ background: "#FFEDF0"
661
+ }
662
+ },
663
+ info: {
664
+ dark: {
665
+ main: "#1863D3",
666
+ background: "#101C25"
667
+ },
668
+ light: {
669
+ main: "#1863D3",
670
+ background: "#EBF7FF"
671
+ }
672
+ }
673
+ };
674
+ var appBarHeight = 64;
675
+ var drawerWidth = 300;
676
+ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
677
+ {
678
+ spacing: 8,
679
+ shape: { borderRadius: 4 },
680
+ cssVariables: {
681
+ colorSchemeSelector: "class"
682
+ },
683
+ colorSchemes: {
684
+ light: {
685
+ palette: {
686
+ secondary: {
687
+ contrastText: colors.grey[900],
688
+ dark: colors.white,
689
+ light: colors.white,
690
+ main: colors.white
691
+ },
692
+ success: {
693
+ contrastText: colors.grey[900],
694
+ dark: colors.success.light.main,
695
+ light: colors.success.light.main,
696
+ main: colors.success.light.main
697
+ },
698
+ warning: {
699
+ contrastText: colors.grey[900],
700
+ dark: colors.warning.light.main,
701
+ light: colors.warning.light.main,
702
+ main: colors.warning.light.main
703
+ },
704
+ error: {
705
+ contrastText: colors.white,
706
+ dark: colors.error.light.main,
707
+ light: colors.error.light.main,
708
+ main: colors.error.light.main
709
+ },
710
+ info: {
711
+ contrastText: colors.white,
712
+ dark: colors.info.light.main,
713
+ light: colors.info.light.main,
714
+ main: colors.info.light.main
715
+ },
716
+ grey: {
717
+ ...colors.grey
718
+ },
719
+ common: {
720
+ black: colors.black,
721
+ white: colors.white
722
+ },
723
+ biamp: {
724
+ contrastText: colors.white,
725
+ dark: colors.biamp,
726
+ light: colors.biamp,
727
+ main: colors.biamp
728
+ },
729
+ purple: {
730
+ contrastText: colors.white,
731
+ dark: colors.purple.dark,
732
+ light: colors.purple.light,
733
+ main: colors.purple.main
734
+ },
735
+ blue: {
736
+ contrastText: colors.white,
737
+ dark: colors.blue.dark,
738
+ light: colors.blue.light,
739
+ main: colors.blue.main
740
+ },
741
+ sidebar: {
742
+ contrastText: colors.white,
743
+ dark: colors.sidebar,
744
+ light: colors.sidebar,
745
+ main: colors.sidebar
746
+ },
747
+ primary: {
748
+ contrastText: colors.white,
749
+ dark: colors.grey[900],
750
+ light: colors.grey[900],
751
+ main: colors.grey[900]
752
+ },
753
+ text: {
754
+ primary: colors.grey[900],
755
+ secondary: colors.grey[400],
756
+ disabled: (0, import_styles.alpha)(colors.grey[900], 0.4),
757
+ sidebar: colors.white
758
+ },
759
+ background: {
760
+ default: colors.white,
761
+ paper: colors.white,
762
+ success: colors.success.light.background,
763
+ warning: colors.warning.light.background,
764
+ error: colors.error.light.background,
765
+ info: colors.info.light.background
766
+ },
767
+ action: {
768
+ disabled: colors.action.disabled,
769
+ disabledBackground: colors.action.disabledBackground
770
+ },
771
+ divider: (0, import_styles.alpha)(colors.grey[900], 0.15),
772
+ dividers: {
773
+ primary: (0, import_styles.alpha)(colors.grey[900], 0.15),
774
+ secondary: (0, import_styles.alpha)(colors.grey[900], 0.4)
775
+ }
776
+ }
777
+ },
778
+ dark: {
779
+ palette: {
780
+ secondary: {
781
+ contrastText: colors.grey[900],
782
+ dark: colors.white,
783
+ light: colors.white,
784
+ main: colors.white
785
+ },
786
+ success: {
787
+ contrastText: colors.grey[900],
788
+ light: colors.success.dark.main,
789
+ dark: colors.success.dark.main,
790
+ main: colors.success.dark.main
791
+ },
792
+ warning: {
793
+ contrastText: colors.grey[900],
794
+ light: colors.warning.dark.main,
795
+ dark: colors.warning.dark.main,
796
+ main: colors.warning.dark.main
797
+ },
798
+ error: {
799
+ contrastText: colors.white,
800
+ light: colors.error.dark.main,
801
+ dark: colors.error.dark.main,
802
+ main: colors.error.dark.main
803
+ },
804
+ info: {
805
+ contrastText: colors.white,
806
+ light: colors.info.dark.main,
807
+ dark: colors.info.dark.main,
808
+ main: colors.info.dark.main
809
+ },
810
+ grey: {
811
+ ...colors.grey
812
+ },
813
+ common: {
814
+ black: colors.black,
815
+ white: colors.white
816
+ },
817
+ biamp: {
818
+ contrastText: colors.white,
819
+ dark: colors.biamp,
820
+ light: colors.biamp,
821
+ main: colors.biamp
822
+ },
823
+ purple: {
824
+ contrastText: colors.white,
825
+ dark: colors.purple.dark,
826
+ light: colors.purple.light,
827
+ main: colors.purple.main
828
+ },
829
+ blue: {
830
+ contrastText: colors.white,
831
+ dark: colors.blue.dark,
832
+ light: colors.blue.light,
833
+ main: colors.blue.main
834
+ },
835
+ sidebar: {
836
+ contrastText: colors.white,
837
+ dark: colors.sidebar,
838
+ light: colors.sidebar,
839
+ main: colors.sidebar
840
+ },
841
+ primary: {
842
+ contrastText: colors.grey[900],
843
+ dark: colors.white,
844
+ light: colors.white,
845
+ main: colors.white
846
+ },
847
+ text: {
848
+ primary: colors.white,
849
+ secondary: colors.grey[400],
850
+ disabled: (0, import_styles.alpha)(colors.white, 0.4),
851
+ sidebar: colors.white
852
+ },
853
+ background: {
854
+ default: colors.grey[900],
855
+ paper: colors.grey[900],
856
+ success: colors.success.dark.background,
857
+ warning: colors.warning.dark.background,
858
+ error: colors.error.dark.background,
859
+ info: colors.info.dark.background
860
+ },
861
+ action: {
862
+ disabled: (0, import_styles.alpha)(colors.white, 0.4),
863
+ disabledBackground: (0, import_styles.alpha)(colors.white, 0.12)
864
+ },
865
+ divider: (0, import_styles.alpha)(colors.white, 0.15),
866
+ dividers: {
867
+ primary: (0, import_styles.alpha)(colors.white, 0.15),
868
+ secondary: (0, import_styles.alpha)(colors.white, 0.4)
869
+ }
870
+ }
871
+ }
872
+ },
873
+ typography: {
874
+ fontFamily: '"Open Sans", sans-serif',
875
+ fontWeightRegular: 400,
876
+ fontWeightMedium: 600,
877
+ fontWeightBold: 600,
878
+ h0: {
879
+ fontFamily: '"Montserrat", sans-serif',
880
+ fontSize: "3.5rem",
881
+ fontWeight: 500,
882
+ letterSpacing: "-0.105rem",
883
+ lineHeight: 1.1
884
+ },
885
+ h1: {
886
+ fontFamily: '"Montserrat", sans-serif',
887
+ fontSize: "1.75rem",
888
+ fontWeight: 500,
889
+ letterSpacing: "-0.07rem",
890
+ lineHeight: 1.2
891
+ },
892
+ h2: {
893
+ fontFamily: '"Montserrat", sans-serif',
894
+ fontSize: "1.25rem",
895
+ fontWeight: 600,
896
+ letterSpacing: "-0.025rem",
897
+ lineHeight: 1.5
898
+ },
899
+ h3: {
900
+ fontSize: "1rem",
901
+ fontWeight: 600,
902
+ letterSpacing: "-0.02rem",
903
+ lineHeight: 1.5
904
+ },
905
+ h4: {
906
+ fontFamily: '"Montserrat", sans-serif',
907
+ fontSize: "1rem",
908
+ fontWeight: 600,
909
+ letterSpacing: "-0.02rem",
910
+ lineHeight: 1.5
911
+ },
912
+ body1: {
913
+ fontSize: "1rem",
914
+ fontWeight: 400,
915
+ letterSpacing: "-0.02rem",
916
+ lineHeight: 1.5
917
+ },
918
+ body2: {
919
+ fontSize: "0.875rem",
920
+ fontWeight: 400,
921
+ letterSpacing: "-0.018rem",
922
+ lineHeight: 1.5
923
+ },
924
+ caption: {
925
+ fontSize: "0.75rem",
926
+ fontWeight: 400,
927
+ letterSpacing: "-0.015rem",
928
+ lineHeight: 1.5
929
+ },
930
+ subtitle1: {
931
+ fontSize: "0.875rem",
932
+ lineHeight: 1.5
933
+ },
934
+ subtitle2: {
935
+ fontSize: "0.75rem",
936
+ lineHeight: 1.5
937
+ },
938
+ button: {
939
+ fontSize: "0.875rem",
940
+ letterSpacing: "-0.018rem",
941
+ fontWeight: 600,
942
+ textTransform: "none",
943
+ lineHeight: 1.5
944
+ },
945
+ sidebar: {
946
+ fontWeight: 700,
947
+ fontSize: "0.563rem",
948
+ lineHeight: 1.5,
949
+ letterSpacing: "-0.013rem"
950
+ }
951
+ },
952
+ components: {
953
+ MuiCssBaseline: {
954
+ styleOverrides: `
955
+ @font-face {
956
+ font-family: 'Open Sans';
957
+ font-weight: 400;
958
+ font-style: normal;
959
+ font-display: swap;
960
+ src: url(/open-sans-regular.woff2) format('woff2');
961
+ }
962
+
963
+ @font-face {
964
+ font-family: 'Open Sans';
965
+ font-weight: 400;
966
+ font-style: italic;
967
+ font-display: swap;
968
+ src: url(/open-sans-regular-italic.woff2) format('woff2');
969
+ }
970
+
971
+ @font-face {
972
+ font-family: 'Open Sans';
973
+ font-weight: 600;
974
+ font-style: normal;
975
+ font-display: swap;
976
+ src: url(/open-sans-semibold.woff2) format('woff2');
977
+ }
978
+
979
+ @font-face {
980
+ font-family: 'Open Sans';
981
+ font-weight: 600;
982
+ font-style: italic;
983
+ font-display: swap;
984
+ src: url(/open-sans-semibold-italic.woff2) format('woff2');
985
+ }
986
+
987
+ @font-face {
988
+ font-family: 'Open Sans';
989
+ font-weight: 700;
990
+ font-style: normal;
991
+ font-display: swap;
992
+ src: url(/open-sans-bold.woff2) format('woff2');
993
+ }
994
+
995
+ @font-face {
996
+ font-family: 'Open Sans';
997
+ font-weight: 700;
998
+ font-style: italic;
999
+ font-display: swap;
1000
+ src: url(/open-sans-bold-italic.woff2) format('woff2');
1001
+ }
1002
+
1003
+ @font-face {
1004
+ font-family: 'Open Sans';
1005
+ font-weight: 800;
1006
+ font-style: normal;
1007
+ font-display: swap;
1008
+ src: url(/open-sans-extrabold.woff2) format('woff2');
1009
+ }
1010
+
1011
+ @font-face {
1012
+ font-family: 'Open Sans';
1013
+ font-weight: 800;
1014
+ font-style: italic;
1015
+ font-display: swap;
1016
+ src: url(/open-sans-extrabold-italic.woff2) format('woff2');
1017
+ }
1018
+
1019
+ @font-face {
1020
+ font-family: 'Montserrat';
1021
+ font-weight: 500;
1022
+ font-style: normal;
1023
+ font-display: swap;
1024
+ src: url(/Montserrat-Medium.ttf) format('truetype');
1025
+ }
1026
+
1027
+ @font-face {
1028
+ font-family: 'Montserrat';
1029
+ font-weight: 600;
1030
+ font-style: normal;
1031
+ font-display: swap;
1032
+ src: url(/Montserrat-SemiBold.ttf) format('truetype');
1033
+ }
1034
+
1035
+ @font-face {
1036
+ font-family: 'Montserrat';
1037
+ font-weight: 700;
1038
+ font-style: normal;
1039
+ font-display: swap;
1040
+ src: url(/Montserrat-Bold.ttf) format('truetype');
1041
+ }
1042
+
1043
+ [class*="Mui"] {
1044
+ border-width: 0.6px !important;
1045
+ }
1046
+ `
1047
+ },
1048
+ MuiAlert: {
1049
+ defaultProps: {
1050
+ iconMapping: {
1051
+ error: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(ErrorStatusIcon, { sx: { width: 14, height: 14 } }),
1052
+ warning: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(WarningStatusIcon, { sx: { width: 16, height: 14 } }),
1053
+ info: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(InfoStatusIcon, { sx: { width: 14, height: 14 } }),
1054
+ success: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(SuccessStatusIcon, { sx: { width: 14, height: 14 } })
1055
+ }
1056
+ },
1057
+ styleOverrides: {
1058
+ message: ({ theme }) => ({
1059
+ paddingTop: 0,
1060
+ paddingBottom: 0,
1061
+ fontSize: theme.typography.body1.fontSize,
1062
+ fontWeight: 600,
1063
+ letterSpacing: theme.typography.body1.letterSpacing,
1064
+ lineHeight: theme.typography.body1.lineHeight
1065
+ }),
1066
+ icon: {
1067
+ paddingTop: 0,
1068
+ paddingBottom: 0
1069
+ },
1070
+ standard: ({ theme }) => ({
1071
+ color: theme.palette.text.primary,
1072
+ border: `1px solid`
1073
+ }),
1074
+ standardError: ({ theme }) => ({
1075
+ borderColor: theme.palette.error.main,
1076
+ backgroundColor: theme.palette.background.error
1077
+ }),
1078
+ standardInfo: ({ theme }) => ({
1079
+ borderColor: theme.palette.info.main,
1080
+ backgroundColor: theme.palette.background.info
1081
+ }),
1082
+ standardSuccess: ({ theme }) => ({
1083
+ borderColor: theme.palette.success.main,
1084
+ backgroundColor: theme.palette.background.success
1085
+ }),
1086
+ standardWarning: ({ theme }) => ({
1087
+ borderColor: theme.palette.warning.main,
1088
+ backgroundColor: theme.palette.background.warning
1089
+ })
1090
+ }
1091
+ },
1092
+ MuiButton: {
1093
+ defaultProps: {
1094
+ size: "medium",
1095
+ disableElevation: true,
1096
+ disableRipple: true
1097
+ },
1098
+ styleOverrides: {
1099
+ root: {
1100
+ boxShadow: `0px 1px 1px 0px ${(0, import_styles.alpha)(colors.black, 0.05)}`
1101
+ }
1102
+ },
1103
+ variants: [
1104
+ {
1105
+ props: { variant: "contained" },
1106
+ style: ({ theme }) => ({
1107
+ border: `0.6px solid ${theme.palette.dividers.secondary}`,
1108
+ "&.Mui-disabled": {
1109
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[700] : colors.sidebar,
1110
+ border: `0.6px solid ${theme.palette.mode === "dark" ? (0, import_styles.alpha)(colors.white, 0.15) : (0, import_styles.alpha)(colors.grey[900], 0.15)}`
1111
+ }
1112
+ })
1113
+ },
1114
+ {
1115
+ props: { variant: "contained", color: "primary" },
1116
+ style: {
1117
+ backgroundColor: colors.blue.main,
1118
+ color: colors.white,
1119
+ "&:hover": {
1120
+ backgroundColor: colors.blue.drawer
1121
+ },
1122
+ "&:active": {
1123
+ backgroundColor: colors.blue.main
1124
+ }
1125
+ }
1126
+ },
1127
+ {
1128
+ props: { variant: "contained", color: "error" },
1129
+ style: {
1130
+ backgroundColor: colors.error.light.main,
1131
+ color: colors.white,
1132
+ "&:hover": {
1133
+ backgroundColor: colors.error.dark.main
1134
+ },
1135
+ "&:active": {
1136
+ backgroundColor: colors.error.light.main
1137
+ }
1138
+ }
1139
+ },
1140
+ {
1141
+ props: { variant: "outlined" },
1142
+ style: {
1143
+ backgroundColor: "transparent",
1144
+ "&:hover": {
1145
+ backgroundColor: "transparent"
1146
+ },
1147
+ "&:active": {
1148
+ backgroundColor: "transparent"
1149
+ }
1150
+ }
1151
+ },
1152
+ {
1153
+ props: { variant: "outlined", color: "primary" },
1154
+ style: ({ theme }) => ({
1155
+ border: `0.6px solid ${theme.palette.dividers.secondary}`,
1156
+ "&:hover": {
1157
+ border: `0.6px solid ${theme.palette.mode === "dark" ? (0, import_styles.alpha)(colors.white, 0.8) : (0, import_styles.alpha)(colors.grey[900], 0.8)}`
1158
+ },
1159
+ "&:active": {
1160
+ border: `0.6px solid ${theme.palette.mode === "dark" ? colors.white : colors.grey[900]}`
1161
+ }
1162
+ })
1163
+ },
1164
+ {
1165
+ props: { variant: "outlined", color: "error" },
1166
+ style: {
1167
+ border: `0.6px solid ${(0, import_styles.alpha)(colors.error.light.main, 0.1)}`,
1168
+ "&:hover": {
1169
+ border: `0.6px solid ${(0, import_styles.alpha)(colors.error.light.main, 0.4)}`
1170
+ },
1171
+ "&:active": {
1172
+ border: `0.6px solid ${colors.error.light.main}`
1173
+ }
1174
+ }
1175
+ },
1176
+ {
1177
+ props: { variant: "overlay" },
1178
+ style: {
1179
+ minHeight: "48px !important",
1180
+ height: "48px !important",
1181
+ borderRadius: "0px !important",
1182
+ width: "100%"
1183
+ }
1184
+ },
1185
+ {
1186
+ props: { variant: "overlay", color: "primary" },
1187
+ style: ({ theme }) => ({
1188
+ backgroundColor: colors.blue.main,
1189
+ color: colors.white,
1190
+ "&:hover": {
1191
+ backgroundColor: colors.blue.drawer
1192
+ },
1193
+ "&:active": {
1194
+ backgroundColor: colors.blue.main
1195
+ },
1196
+ "&.Mui-disabled": {
1197
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[700] : colors.sidebar
1198
+ }
1199
+ })
1200
+ },
1201
+ {
1202
+ props: { variant: "overlay", color: "error" },
1203
+ style: ({ theme }) => ({
1204
+ backgroundColor: colors.error.light.main,
1205
+ color: colors.white,
1206
+ "&:hover": {
1207
+ backgroundColor: colors.error.dark.main
1208
+ },
1209
+ "&:active": {
1210
+ backgroundColor: colors.error.light.main
1211
+ },
1212
+ "&.Mui-disabled": {
1213
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[700] : colors.sidebar
1214
+ }
1215
+ })
1216
+ },
1217
+ {
1218
+ props: { variant: "overlay", color: "secondary" },
1219
+ style: ({ theme }) => ({
1220
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[900] : colors.white,
1221
+ borderRight: `0.6px solid ${theme.palette.dividers.secondary}`
1222
+ })
1223
+ },
1224
+ {
1225
+ props: { size: "medium" },
1226
+ style: ({ theme }) => ({
1227
+ borderRadius: "6px",
1228
+ fontSize: theme.typography.button.fontSize,
1229
+ letterSpacing: theme.typography.button.letterSpacing,
1230
+ fontWeight: theme.typography.button.fontWeight,
1231
+ textTransform: theme.typography.button.textTransform,
1232
+ lineHeight: theme.typography.button.lineHeight,
1233
+ paddingLeft: "16px",
1234
+ paddingRight: "16px",
1235
+ height: "44px"
1236
+ })
1237
+ },
1238
+ {
1239
+ props: { size: "small" },
1240
+ style: ({ theme }) => ({
1241
+ borderRadius: "4px",
1242
+ fontSize: "12px",
1243
+ letterSpacing: theme.typography.button.letterSpacing,
1244
+ fontWeight: theme.typography.button.fontWeight,
1245
+ textTransform: theme.typography.button.textTransform,
1246
+ lineHeight: theme.typography.button.lineHeight,
1247
+ paddingLeft: "12px",
1248
+ paddingRight: "12px",
1249
+ height: "32px",
1250
+ "& .MuiButton-startIcon": {
1251
+ "& svg": {
1252
+ width: "16px",
1253
+ height: "16px"
1254
+ }
1255
+ },
1256
+ "& .MuiButton-endIcon": {
1257
+ "& svg": {
1258
+ width: "16px",
1259
+ height: "16px"
1260
+ }
1261
+ }
1262
+ })
1263
+ }
1264
+ ]
1265
+ },
1266
+ MuiBreadcrumbs: {
1267
+ defaultProps: {
1268
+ separator: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(BreadcrumbIcon, {})
1269
+ },
1270
+ styleOverrides: {
1271
+ separator: ({ theme }) => ({
1272
+ color: theme.palette.text.secondary,
1273
+ "& svg": {
1274
+ width: "16px",
1275
+ height: "16px"
1276
+ }
1277
+ })
1278
+ }
1279
+ },
1280
+ MuiFab: {
1281
+ styleOverrides: {
1282
+ root: ({ theme }) => ({
1283
+ "&.Mui-disabled": {
1284
+ color: theme.palette.action.disabled,
1285
+ backgroundColor: theme.palette.action.disabledBackground
1286
+ }
1287
+ }),
1288
+ primary: {
1289
+ backgroundColor: colors.blue.main,
1290
+ color: colors.white,
1291
+ "&:hover": {
1292
+ backgroundColor: (0, import_styles.alpha)(colors.blue.main, 0.9)
1293
+ }
1294
+ }
1295
+ }
1296
+ },
1297
+ MuiIconButton: {
1298
+ defaultProps: {
1299
+ variant: "transparent",
1300
+ color: "primary",
1301
+ size: "small",
1302
+ disableRipple: true
1303
+ },
1304
+ styleOverrides: {
1305
+ root: {
1306
+ "& svg": {
1307
+ width: "16px",
1308
+ height: "16px"
1309
+ }
1310
+ }
1311
+ },
1312
+ variants: [
1313
+ {
1314
+ props: { variant: "none" },
1315
+ style: {
1316
+ width: "28px",
1317
+ height: "28px"
1318
+ }
1319
+ },
1320
+ {
1321
+ props: { variant: "transparent" },
1322
+ style: ({ theme }) => ({
1323
+ borderRadius: "6px",
1324
+ width: "28px",
1325
+ height: "28px",
1326
+ "&:hover": {
1327
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[800] : colors.grey[100]
1328
+ },
1329
+ "&:active": {
1330
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[700] : colors.grey[200]
1331
+ }
1332
+ })
1333
+ },
1334
+ {
1335
+ props: { variant: "outlined" },
1336
+ style: ({ theme }) => ({
1337
+ width: "32px",
1338
+ height: "32px",
1339
+ border: `0.6px solid ${theme.palette.dividers.secondary} !important`,
1340
+ borderRadius: "6px",
1341
+ "&:hover": {
1342
+ border: `0.6px solid ${theme.palette.mode === "dark" ? (0, import_styles.alpha)(colors.white, 0.8) : (0, import_styles.alpha)(colors.grey[900], 0.8)} !important`
1343
+ },
1344
+ "&:active": {
1345
+ border: `0.6px solid ${theme.palette.mode === "dark" ? colors.white : colors.grey[900]} !important`
1346
+ }
1347
+ })
1348
+ },
1349
+ {
1350
+ props: { size: "small" },
1351
+ style: {
1352
+ "& svg": {
1353
+ width: "16px",
1354
+ height: "16px"
1355
+ }
1356
+ }
1357
+ },
1358
+ {
1359
+ props: { size: "medium" },
1360
+ style: {
1361
+ width: "32px",
1362
+ height: "32px",
1363
+ "& svg": {
1364
+ width: "24px",
1365
+ height: "24px"
1366
+ },
1367
+ "& .MuiCircularProgress-root": {
1368
+ width: "24px !important",
1369
+ height: "24px !important"
1370
+ }
1371
+ }
1372
+ }
1373
+ ]
1374
+ },
1375
+ MuiCheckbox: {
1376
+ defaultProps: {
1377
+ disableRipple: true,
1378
+ icon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(UncheckedIcon, { sx: { width: 16, height: 16 } }),
1379
+ checkedIcon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(CheckedIcon, { sx: { width: 16, height: 16 } }),
1380
+ indeterminateIcon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(IndeterminateIcon, { sx: { width: 16, height: 16 } })
1381
+ },
1382
+ styleOverrides: {
1383
+ root: ({ theme }) => ({
1384
+ padding: "12px",
1385
+ "&.Mui-checked": {
1386
+ color: colors.blue.main
1387
+ },
1388
+ "&.MuiCheckbox-indeterminate": {
1389
+ color: colors.blue.main
1390
+ },
1391
+ "&.Mui-disabled": {
1392
+ color: theme.palette.mode === "dark" ? colors.grey[700] : colors.sidebar
1393
+ }
1394
+ })
1395
+ }
1396
+ },
1397
+ MuiDialog: {
1398
+ styleOverrides: {
1399
+ paper: { backgroundImage: "none" }
1400
+ }
1401
+ },
1402
+ MuiDialogTitle: {
1403
+ defaultProps: {
1404
+ variant: "h1"
1405
+ },
1406
+ styleOverrides: {
1407
+ root: ({ theme }) => ({
1408
+ padding: theme.spacing(2, 3, 1),
1409
+ "& + .MuiDialogContent-root": {
1410
+ paddingTop: `${theme.spacing(1)} !important`
1411
+ }
1412
+ })
1413
+ }
1414
+ },
1415
+ MuiDialogContent: {
1416
+ styleOverrides: {
1417
+ root: ({ theme }) => ({
1418
+ display: "flex",
1419
+ flexDirection: "column",
1420
+ padding: theme.spacing(2, 3, 1)
1421
+ })
1422
+ }
1423
+ },
1424
+ MuiDialogActions: {
1425
+ styleOverrides: {
1426
+ root: ({ theme }) => ({
1427
+ "& *:nth-last-of-type(n + 3):first-of-type": {
1428
+ marginRight: "auto"
1429
+ },
1430
+ padding: theme.spacing(1, 3, 2)
1431
+ })
1432
+ }
1433
+ },
1434
+ MuiDialogContentText: {
1435
+ styleOverrides: {
1436
+ root: ({ theme }) => ({
1437
+ fontSize: theme.typography.body2.fontSize,
1438
+ fontWeight: theme.typography.body2.fontWeight,
1439
+ letterSpacing: theme.typography.body2.letterSpacing,
1440
+ lineHeight: theme.typography.body2.lineHeight,
1441
+ color: theme.palette.text.primary
1442
+ })
1443
+ }
1444
+ },
1445
+ MuiDrawer: {
1446
+ styleOverrides: {
1447
+ root: { width: drawerWidth },
1448
+ paper: {
1449
+ width: drawerWidth,
1450
+ backgroundImage: "none",
1451
+ "& .MuiListItemButton-root": {
1452
+ color: colors.sidebar
1453
+ },
1454
+ "& .MuiListItemButton-root.Mui-selected": {
1455
+ backgroundColor: (0, import_styles.alpha)(colors.white, 0.1),
1456
+ color: colors.white,
1457
+ "&:hover": {
1458
+ backgroundColor: (0, import_styles.alpha)(colors.white, 0.1)
1459
+ }
1460
+ },
1461
+ "& .MuiListItemButton-root:hover": {
1462
+ backgroundColor: (0, import_styles.alpha)(colors.white, 0.1),
1463
+ color: colors.white
1464
+ }
1465
+ }
1466
+ }
1467
+ },
1468
+ MuiDivider: {
1469
+ styleOverrides: {
1470
+ root: ({ theme }) => ({
1471
+ borderColor: theme.palette.divider,
1472
+ borderTopWidth: "0px !important",
1473
+ borderBottomWidth: "0.6px !important"
1474
+ })
1475
+ }
1476
+ },
1477
+ MuiFormControlLabel: {
1478
+ styleOverrides: {
1479
+ label: {
1480
+ flex: 1
1481
+ },
1482
+ labelPlacementStart: {
1483
+ display: "flex"
1484
+ }
1485
+ }
1486
+ },
1487
+ MuiListItemButton: {
1488
+ styleOverrides: {
1489
+ root: ({ theme }) => ({
1490
+ "&.Mui-selected": {
1491
+ backgroundColor: theme.palette.action.selected,
1492
+ "&:hover": {
1493
+ backgroundColor: theme.palette.action.hover
1494
+ },
1495
+ "&.Mui-focusVisible": {
1496
+ backgroundColor: theme.palette.action.focus
1497
+ }
1498
+ }
1499
+ })
1500
+ }
1501
+ },
1502
+ MuiTableCell: {
1503
+ styleOverrides: {
1504
+ root: ({ theme }) => ({
1505
+ borderBottomColor: theme.palette.divider
1506
+ })
1507
+ }
1508
+ },
1509
+ MuiInputBase: {
1510
+ styleOverrides: {
1511
+ root: ({ theme }) => ({
1512
+ backgroundColor: theme.palette.background.paper,
1513
+ minHeight: "44px",
1514
+ "&:not(.MuiInputBase-multiline):not(.MuiAutocomplete-inputRoot)": {
1515
+ height: "44px"
1516
+ },
1517
+ "&.Mui-disabled": {
1518
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[800] : colors.grey[100]
1519
+ }
1520
+ })
1521
+ }
1522
+ },
1523
+ MuiRadio: {
1524
+ styleOverrides: {
1525
+ root: {
1526
+ color: colors.grey[400],
1527
+ "&.Mui-checked": {
1528
+ color: colors.blue.main
1529
+ }
1530
+ }
1531
+ }
1532
+ },
1533
+ MuiSwitch: {
1534
+ styleOverrides: {
1535
+ root: {
1536
+ width: 54,
1537
+ height: 38,
1538
+ padding: 9
1539
+ },
1540
+ switchBase: ({ theme }) => ({
1541
+ padding: 9,
1542
+ "&.Mui-checked": {
1543
+ transform: "translateX(16px)",
1544
+ "& + .MuiSwitch-track": {
1545
+ backgroundColor: colors.blue.main,
1546
+ opacity: 1
1547
+ }
1548
+ },
1549
+ "&.Mui-disabled": {
1550
+ "& .MuiSwitch-thumb": {
1551
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[800] : colors.grey[100]
1552
+ },
1553
+ "& + .MuiSwitch-track": {
1554
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[800] : colors.grey[100],
1555
+ opacity: 1
1556
+ }
1557
+ }
1558
+ }),
1559
+ track: ({ theme }) => ({
1560
+ borderRadius: 10,
1561
+ width: 36,
1562
+ height: 20,
1563
+ backgroundColor: theme.palette.mode === "dark" ? colors.grey[800] : colors.grey[100],
1564
+ opacity: 1,
1565
+ border: theme.palette.mode === "dark" ? `0.6px solid var(--Divider-divider_primary, ${(0, import_styles.alpha)(colors.white, 0.26)})` : `0.6px solid var(--Divider-divider_primary, ${(0, import_styles.alpha)(colors.grey[900], 0.26)})`
1566
+ }),
1567
+ thumb: ({ theme }) => ({
1568
+ boxShadow: `0px 1px 2px 0px ${(0, import_styles.alpha)("#101828", 0.15)}`,
1569
+ width: 14,
1570
+ height: 14,
1571
+ margin: 3,
1572
+ backgroundColor: colors.white,
1573
+ border: theme.palette.mode === "dark" ? `0.6px solid var(--Divider-divider_primary, ${(0, import_styles.alpha)(colors.white, 0.26)})` : `0.6px solid var(--Divider-divider_primary, ${(0, import_styles.alpha)(colors.grey[900], 0.26)})`
1574
+ })
1575
+ }
1576
+ },
1577
+ MuiTabs: {
1578
+ styleOverrides: {
1579
+ root: {
1580
+ "& .MuiTabs-indicator": {
1581
+ backgroundColor: colors.blue.main
1582
+ },
1583
+ minHeight: 44
1584
+ },
1585
+ flexContainer: {
1586
+ gap: 20
1587
+ }
1588
+ }
1589
+ },
1590
+ MuiTab: {
1591
+ styleOverrides: {
1592
+ root: ({ theme }) => ({
1593
+ fontWeight: 600,
1594
+ paddingLeft: 1,
1595
+ paddingRight: 1,
1596
+ minWidth: "auto",
1597
+ minHeight: 44,
1598
+ opacity: 1,
1599
+ color: theme.palette.text.secondary,
1600
+ "&.Mui-selected": {
1601
+ color: theme.palette.primary.main
1602
+ }
1603
+ })
1604
+ }
1605
+ },
1606
+ MuiTooltip: {
1607
+ styleOverrides: {
1608
+ tooltip: ({ theme }) => ({
1609
+ backgroundColor: theme.palette.grey[600],
1610
+ borderRadius: "6px",
1611
+ fontSize: theme.typography.caption.fontSize,
1612
+ fontWeight: 500,
1613
+ letterSpacing: theme.typography.caption.letterSpacing,
1614
+ lineHeight: theme.typography.caption.lineHeight,
1615
+ paddingTop: "8px",
1616
+ paddingBottom: "8px",
1617
+ paddingLeft: "12px",
1618
+ paddingRight: "12px"
1619
+ }),
1620
+ arrow: ({ theme }) => ({
1621
+ color: theme.palette.grey[600]
1622
+ })
1623
+ }
1624
+ },
1625
+ MuiTextField: {
1626
+ defaultProps: {
1627
+ InputLabelProps: {
1628
+ shrink: true
1629
+ }
1630
+ }
1631
+ },
1632
+ MuiInputLabel: {
1633
+ defaultProps: {
1634
+ shrink: true
1635
+ },
1636
+ styleOverrides: {
1637
+ root: ({ theme }) => ({
1638
+ position: "relative",
1639
+ transform: "none",
1640
+ marginBottom: theme.spacing(0.75),
1641
+ fontSize: theme.typography.caption.fontSize,
1642
+ fontWeight: 600,
1643
+ color: theme.palette.text.primary,
1644
+ "&.Mui-focused": {
1645
+ color: theme.palette.text.primary
1646
+ },
1647
+ "&.Mui-error": {
1648
+ color: theme.palette.error.main
1649
+ },
1650
+ "&.Mui-disabled": {
1651
+ color: theme.palette.text.disabled
1652
+ }
1653
+ }),
1654
+ shrink: {
1655
+ transform: "none"
1656
+ }
1657
+ }
1658
+ },
1659
+ MuiOutlinedInput: {
1660
+ styleOverrides: {
1661
+ root: {
1662
+ padding: 0,
1663
+ borderRadius: "6px",
1664
+ "&:not(.MuiInputBase-multiline):not(.MuiAutocomplete-inputRoot)": {
1665
+ "& .MuiOutlinedInput-notchedOutline": {
1666
+ height: "44px",
1667
+ legend: {
1668
+ display: "none"
1669
+ }
1670
+ }
1671
+ },
1672
+ "&.MuiInputBase-multiline": {
1673
+ "& .MuiOutlinedInput-notchedOutline": {
1674
+ height: "auto",
1675
+ legend: {
1676
+ display: "none"
1677
+ }
1678
+ }
1679
+ }
1680
+ },
1681
+ input: ({ theme }) => ({
1682
+ "&:not(textarea)": {
1683
+ height: "44px"
1684
+ },
1685
+ "&.MuiInputBase-inputMultiline": {
1686
+ margin: theme.spacing(1)
1687
+ },
1688
+ boxSizing: "border-box",
1689
+ fontSize: theme.typography.body2.fontSize,
1690
+ fontWeight: theme.typography.body2.fontWeight,
1691
+ letterSpacing: theme.typography.body2.letterSpacing,
1692
+ lineHeight: theme.typography.body2.lineHeight
1693
+ }),
1694
+ notchedOutline: {
1695
+ top: 0,
1696
+ boxShadow: `0px 1px 1px 0px ${(0, import_styles.alpha)(colors.black, 0.05)};`,
1697
+ "& legend": {
1698
+ display: "none"
1699
+ }
1700
+ }
1701
+ }
1702
+ },
1703
+ MuiFormLabel: {
1704
+ styleOverrides: {
1705
+ root: ({ theme }) => ({
1706
+ fontSize: theme.typography.body2.fontSize,
1707
+ fontWeight: 600,
1708
+ color: theme.palette.text.primary
1709
+ })
1710
+ }
1711
+ },
1712
+ MuiFormHelperText: {
1713
+ styleOverrides: {
1714
+ root: ({ theme }) => ({
1715
+ marginLeft: 0,
1716
+ marginRight: 0,
1717
+ marginTop: theme.spacing(0.5)
1718
+ })
1719
+ }
1720
+ },
1721
+ MuiInputAdornment: {
1722
+ styleOverrides: {
1723
+ positionEnd: {
1724
+ marginRight: "8px"
1725
+ }
1726
+ }
1727
+ },
1728
+ MuiMenu: {
1729
+ defaultProps: {
1730
+ transitionDuration: 0
1731
+ },
1732
+ styleOverrides: {
1733
+ paper: ({ theme }) => ({
1734
+ boxShadow: `0px 1px 1px 0px ${(0, import_styles.alpha)(colors.black, 0.05)}`,
1735
+ borderRadius: "6px",
1736
+ border: `0.6px solid ${theme.palette.dividers.secondary}`,
1737
+ backgroundImage: "none",
1738
+ marginTop: theme.spacing(1)
1739
+ })
1740
+ }
1741
+ },
1742
+ MuiList: {
1743
+ styleOverrides: {
1744
+ root: {
1745
+ paddingTop: "0px",
1746
+ paddingBottom: "0px"
1747
+ }
1748
+ }
1749
+ },
1750
+ MuiMenuItem: {
1751
+ styleOverrides: {
1752
+ root: ({ theme }) => ({
1753
+ fontSize: theme.typography.body2.fontSize,
1754
+ fontWeight: theme.typography.body2.fontWeight,
1755
+ letterSpacing: theme.typography.body2.letterSpacing,
1756
+ lineHeight: theme.typography.body2.lineHeight,
1757
+ paddingTop: "0px",
1758
+ paddingBottom: "0px",
1759
+ paddingLeft: "12px",
1760
+ paddingRight: "12px",
1761
+ minHeight: "44px !important"
1762
+ })
1763
+ }
1764
+ },
1765
+ MuiAutocomplete: {
1766
+ defaultProps: {
1767
+ clearIcon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(InputCloseIcon, { sx: { width: 24, height: 24 } })
1768
+ },
1769
+ styleOverrides: {
1770
+ inputRoot: {
1771
+ minHeight: "44px",
1772
+ height: "auto",
1773
+ padding: "0 !important",
1774
+ borderRadius: "6px",
1775
+ "& .MuiOutlinedInput-input": {
1776
+ padding: "10px 14px"
1777
+ },
1778
+ "& .MuiOutlinedInput-notchedOutline": {
1779
+ height: "auto"
1780
+ }
1781
+ },
1782
+ input: {
1783
+ minHeight: "44px",
1784
+ padding: "10px 14px",
1785
+ boxSizing: "border-box"
1786
+ },
1787
+ endAdornment: {
1788
+ "& .MuiAutocomplete-clearIndicator": {
1789
+ visibility: "visible"
1790
+ }
1791
+ },
1792
+ option: ({ theme }) => ({
1793
+ fontSize: theme.typography.body2.fontSize,
1794
+ fontWeight: theme.typography.body2.fontWeight,
1795
+ letterSpacing: theme.typography.body2.letterSpacing,
1796
+ lineHeight: theme.typography.body2.lineHeight,
1797
+ paddingTop: "0px !important",
1798
+ paddingBottom: "0px !important",
1799
+ paddingLeft: "12px !important",
1800
+ paddingRight: "12px !important",
1801
+ minHeight: "44px !important"
1802
+ }),
1803
+ listbox: {
1804
+ paddingTop: "0px",
1805
+ paddingBottom: "0px"
1806
+ },
1807
+ paper: ({ theme }) => ({
1808
+ boxShadow: `0px 1px 1px 0px ${(0, import_styles.alpha)(colors.black, 0.05)}`,
1809
+ borderRadius: "6px",
1810
+ border: `0.6px solid ${theme.palette.dividers.secondary}`,
1811
+ backgroundImage: "none",
1812
+ marginTop: theme.spacing(1),
1813
+ marginBottom: theme.spacing(1)
1814
+ })
1815
+ }
1816
+ },
1817
+ // MUI X DatePicker components
1818
+ // @ts-ignore - MUI X DatePicker component types may not be available
1819
+ MuiDatePicker: {
1820
+ defaultProps: {
1821
+ slots: {
1822
+ openPickerIcon: DatePickerIcon
1823
+ },
1824
+ slotProps: {
1825
+ openPickerButton: {
1826
+ size: "medium"
1827
+ },
1828
+ inputAdornment: {
1829
+ sx: { mx: "4px" }
1830
+ }
1831
+ }
1832
+ }
1833
+ },
1834
+ MuiPickersTextField: {
1835
+ styleOverrides: {
1836
+ root: {
1837
+ "& .MuiInputBase-root": {
1838
+ height: "44px",
1839
+ borderRadius: "6px"
1840
+ },
1841
+ "& .MuiOutlinedInput-root": {
1842
+ height: "44px",
1843
+ borderRadius: "6px"
1844
+ },
1845
+ "& .MuiOutlinedInput-input": {
1846
+ height: "44px",
1847
+ padding: "10px 14px",
1848
+ boxSizing: "border-box"
1849
+ },
1850
+ "& .MuiOutlinedInput-notchedOutline": {
1851
+ height: "44px",
1852
+ top: 0,
1853
+ borderRadius: "6px",
1854
+ "& legend": {
1855
+ display: "none",
1856
+ width: 0,
1857
+ height: 0
1858
+ }
1859
+ }
1860
+ }
1861
+ }
1862
+ },
1863
+ MuiPickersInputBase: {
1864
+ styleOverrides: {
1865
+ root: {
1866
+ height: "44px !important",
1867
+ borderRadius: "6px",
1868
+ "& .MuiInputBase-input": {
1869
+ height: "44px",
1870
+ padding: "10px 14px",
1871
+ boxSizing: "border-box"
1872
+ },
1873
+ "& .MuiOutlinedInput-notchedOutline": {
1874
+ height: "44px",
1875
+ top: 0,
1876
+ borderRadius: "6px",
1877
+ "& legend": {
1878
+ display: "none",
1879
+ width: 0,
1880
+ height: 0
1881
+ }
1882
+ }
1883
+ }
1884
+ }
1885
+ },
1886
+ MuiPickersOutlinedInput: {
1887
+ styleOverrides: {
1888
+ root: {
1889
+ height: "44px !important",
1890
+ borderRadius: "6px",
1891
+ "& .MuiOutlinedInput-input": {
1892
+ height: "44px",
1893
+ padding: "10px 14px",
1894
+ boxSizing: "border-box"
1895
+ },
1896
+ "& .MuiOutlinedInput-notchedOutline": {
1897
+ height: "44px",
1898
+ top: 0,
1899
+ borderRadius: "6px",
1900
+ "& legend": {
1901
+ display: "none",
1902
+ width: 0,
1903
+ height: 0
1904
+ }
1905
+ }
1906
+ },
1907
+ input: {
1908
+ height: "44px",
1909
+ padding: "10px 14px",
1910
+ boxSizing: "border-box"
1911
+ },
1912
+ notchedOutline: {
1913
+ height: "44px",
1914
+ top: 0,
1915
+ borderRadius: "6px",
1916
+ "& legend": {
1917
+ display: "none",
1918
+ width: 0,
1919
+ height: 0
1920
+ }
1921
+ }
1922
+ }
1923
+ }
1924
+ }
1925
+ },
1926
+ overrideOptions
1927
+ );
1928
+ // Annotate the CommonJS export names for ESM import in node:
1929
+ 0 && (module.exports = {
1930
+ appBarHeight,
1931
+ biampTheme
1932
+ });
1933
+ //# sourceMappingURL=index.cjs.map