@codeplex-sac/icons 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +113 -0
  2. package/package.json +4 -2
  3. package/index.mjs +0 -4608
package/index.mjs DELETED
@@ -1,4608 +0,0 @@
1
- import { jsx as v } from "react/jsx-runtime";
2
- import * as de from "react";
3
- import { forwardRef as wn, useContext as _n } from "react";
4
- const Xe = {
5
- black: "#000",
6
- white: "#fff"
7
- }, Me = {
8
- 300: "#e57373",
9
- 400: "#ef5350",
10
- 500: "#f44336",
11
- 700: "#d32f2f",
12
- 800: "#c62828"
13
- }, De = {
14
- 50: "#f3e5f5",
15
- 200: "#ce93d8",
16
- 300: "#ba68c8",
17
- 400: "#ab47bc",
18
- 500: "#9c27b0",
19
- 700: "#7b1fa2"
20
- }, Be = {
21
- 50: "#e3f2fd",
22
- 200: "#90caf9",
23
- 400: "#42a5f5",
24
- 700: "#1976d2",
25
- 800: "#1565c0"
26
- }, Fe = {
27
- 300: "#4fc3f7",
28
- 400: "#29b6f6",
29
- 500: "#03a9f4",
30
- 700: "#0288d1",
31
- 900: "#01579b"
32
- }, je = {
33
- 300: "#81c784",
34
- 400: "#66bb6a",
35
- 500: "#4caf50",
36
- 700: "#388e3c",
37
- 800: "#2e7d32",
38
- 900: "#1b5e20"
39
- }, Ye = {
40
- 300: "#ffb74d",
41
- 400: "#ffa726",
42
- 500: "#ff9800",
43
- 700: "#f57c00",
44
- 900: "#e65100"
45
- }, $n = {
46
- 50: "#fafafa",
47
- 100: "#f5f5f5",
48
- 200: "#eeeeee",
49
- 300: "#e0e0e0",
50
- 400: "#bdbdbd",
51
- 500: "#9e9e9e",
52
- 600: "#757575",
53
- 700: "#616161",
54
- 800: "#424242",
55
- 900: "#212121",
56
- A100: "#f5f5f5",
57
- A200: "#eeeeee",
58
- A400: "#bdbdbd",
59
- A700: "#616161"
60
- };
61
- function Oe(e, ...r) {
62
- const t = new URL(`https://mui.com/production-error/?code=${e}`);
63
- return r.forEach((n) => t.searchParams.append("args[]", n)), `Minified MUI error #${e}; visit ${t} for the full message.`;
64
- }
65
- const On = "$$material";
66
- function zr() {
67
- return zr = Object.assign ? Object.assign.bind() : function(e) {
68
- for (var r = 1; r < arguments.length; r++) {
69
- var t = arguments[r];
70
- for (var n in t) ({}).hasOwnProperty.call(t, n) && (e[n] = t[n]);
71
- }
72
- return e;
73
- }, zr.apply(null, arguments);
74
- }
75
- function kn(e) {
76
- if (e.sheet)
77
- return e.sheet;
78
- for (var r = 0; r < document.styleSheets.length; r++)
79
- if (document.styleSheets[r].ownerNode === e)
80
- return document.styleSheets[r];
81
- }
82
- function An(e) {
83
- var r = document.createElement("style");
84
- return r.setAttribute("data-emotion", e.key), e.nonce !== void 0 && r.setAttribute("nonce", e.nonce), r.appendChild(document.createTextNode("")), r.setAttribute("data-s", ""), r;
85
- }
86
- var In = /* @__PURE__ */ (function() {
87
- function e(t) {
88
- var n = this;
89
- this._insertTag = function(o) {
90
- var i;
91
- n.tags.length === 0 ? n.insertionPoint ? i = n.insertionPoint.nextSibling : n.prepend ? i = n.container.firstChild : i = n.before : i = n.tags[n.tags.length - 1].nextSibling, n.container.insertBefore(o, i), n.tags.push(o);
92
- }, this.isSpeedy = t.speedy === void 0 ? !0 : t.speedy, this.tags = [], this.ctr = 0, this.nonce = t.nonce, this.key = t.key, this.container = t.container, this.prepend = t.prepend, this.insertionPoint = t.insertionPoint, this.before = null;
93
- }
94
- var r = e.prototype;
95
- return r.hydrate = function(n) {
96
- n.forEach(this._insertTag);
97
- }, r.insert = function(n) {
98
- this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(An(this));
99
- var o = this.tags[this.tags.length - 1];
100
- if (this.isSpeedy) {
101
- var i = kn(o);
102
- try {
103
- i.insertRule(n, i.cssRules.length);
104
- } catch {
105
- }
106
- } else
107
- o.appendChild(document.createTextNode(n));
108
- this.ctr++;
109
- }, r.flush = function() {
110
- this.tags.forEach(function(n) {
111
- var o;
112
- return (o = n.parentNode) == null ? void 0 : o.removeChild(n);
113
- }), this.tags = [], this.ctr = 0;
114
- }, e;
115
- })(), ue = "-ms-", pr = "-moz-", z = "-webkit-", qt = "comm", Qr = "rule", Jr = "decl", Pn = "@import", Gt = "@keyframes", Rn = "@layer", Nn = Math.abs, gr = String.fromCharCode, Mn = Object.assign;
116
- function Dn(e, r) {
117
- return le(e, 0) ^ 45 ? (((r << 2 ^ le(e, 0)) << 2 ^ le(e, 1)) << 2 ^ le(e, 2)) << 2 ^ le(e, 3) : 0;
118
- }
119
- function Ht(e) {
120
- return e.trim();
121
- }
122
- function Bn(e, r) {
123
- return (e = r.exec(e)) ? e[0] : e;
124
- }
125
- function U(e, r, t) {
126
- return e.replace(r, t);
127
- }
128
- function Ur(e, r) {
129
- return e.indexOf(r);
130
- }
131
- function le(e, r) {
132
- return e.charCodeAt(r) | 0;
133
- }
134
- function Qe(e, r, t) {
135
- return e.slice(r, t);
136
- }
137
- function xe(e) {
138
- return e.length;
139
- }
140
- function Zr(e) {
141
- return e.length;
142
- }
143
- function or(e, r) {
144
- return r.push(e), e;
145
- }
146
- function Fn(e, r) {
147
- return e.map(r).join("");
148
- }
149
- var yr = 1, We = 1, Kt = 0, pe = 0, se = 0, Ue = "";
150
- function br(e, r, t, n, o, i, s) {
151
- return { value: e, root: r, parent: t, type: n, props: o, children: i, line: yr, column: We, length: s, return: "" };
152
- }
153
- function qe(e, r) {
154
- return Mn(br("", null, null, "", null, null, 0), e, { length: -e.length }, r);
155
- }
156
- function jn() {
157
- return se;
158
- }
159
- function Ln() {
160
- return se = pe > 0 ? le(Ue, --pe) : 0, We--, se === 10 && (We = 1, yr--), se;
161
- }
162
- function he() {
163
- return se = pe < Kt ? le(Ue, pe++) : 0, We++, se === 10 && (We = 1, yr++), se;
164
- }
165
- function Te() {
166
- return le(Ue, pe);
167
- }
168
- function lr() {
169
- return pe;
170
- }
171
- function er(e, r) {
172
- return Qe(Ue, e, r);
173
- }
174
- function Je(e) {
175
- switch (e) {
176
- // \0 \t \n \r \s whitespace token
177
- case 0:
178
- case 9:
179
- case 10:
180
- case 13:
181
- case 32:
182
- return 5;
183
- // ! + , / > @ ~ isolate token
184
- case 33:
185
- case 43:
186
- case 44:
187
- case 47:
188
- case 62:
189
- case 64:
190
- case 126:
191
- // ; { } breakpoint token
192
- case 59:
193
- case 123:
194
- case 125:
195
- return 4;
196
- // : accompanied token
197
- case 58:
198
- return 3;
199
- // " ' ( [ opening delimit token
200
- case 34:
201
- case 39:
202
- case 40:
203
- case 91:
204
- return 2;
205
- // ) ] closing delimit token
206
- case 41:
207
- case 93:
208
- return 1;
209
- }
210
- return 0;
211
- }
212
- function Xt(e) {
213
- return yr = We = 1, Kt = xe(Ue = e), pe = 0, [];
214
- }
215
- function Qt(e) {
216
- return Ue = "", e;
217
- }
218
- function ur(e) {
219
- return Ht(er(pe - 1, Yr(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
220
- }
221
- function Vn(e) {
222
- for (; (se = Te()) && se < 33; )
223
- he();
224
- return Je(e) > 2 || Je(se) > 3 ? "" : " ";
225
- }
226
- function Wn(e, r) {
227
- for (; --r && he() && !(se < 48 || se > 102 || se > 57 && se < 65 || se > 70 && se < 97); )
228
- ;
229
- return er(e, lr() + (r < 6 && Te() == 32 && he() == 32));
230
- }
231
- function Yr(e) {
232
- for (; he(); )
233
- switch (se) {
234
- // ] ) " '
235
- case e:
236
- return pe;
237
- // " '
238
- case 34:
239
- case 39:
240
- e !== 34 && e !== 39 && Yr(se);
241
- break;
242
- // (
243
- case 40:
244
- e === 41 && Yr(e);
245
- break;
246
- // \
247
- case 92:
248
- he();
249
- break;
250
- }
251
- return pe;
252
- }
253
- function zn(e, r) {
254
- for (; he() && e + se !== 57; )
255
- if (e + se === 84 && Te() === 47)
256
- break;
257
- return "/*" + er(r, pe - 1) + "*" + gr(e === 47 ? e : he());
258
- }
259
- function Un(e) {
260
- for (; !Je(Te()); )
261
- he();
262
- return er(e, pe);
263
- }
264
- function Yn(e) {
265
- return Qt(fr("", null, null, null, [""], e = Xt(e), 0, [0], e));
266
- }
267
- function fr(e, r, t, n, o, i, s, c, u) {
268
- for (var f = 0, d = 0, m = s, h = 0, x = 0, g = 0, l = 1, y = 1, _ = 1, A = 0, P = "", w = o, b = i, E = n, I = P; y; )
269
- switch (g = A, A = he()) {
270
- // (
271
- case 40:
272
- if (g != 108 && le(I, m - 1) == 58) {
273
- Ur(I += U(ur(A), "&", "&\f"), "&\f") != -1 && (_ = -1);
274
- break;
275
- }
276
- // " ' [
277
- case 34:
278
- case 39:
279
- case 91:
280
- I += ur(A);
281
- break;
282
- // \t \n \r \s
283
- case 9:
284
- case 10:
285
- case 13:
286
- case 32:
287
- I += Vn(g);
288
- break;
289
- // \
290
- case 92:
291
- I += Wn(lr() - 1, 7);
292
- continue;
293
- // /
294
- case 47:
295
- switch (Te()) {
296
- case 42:
297
- case 47:
298
- or(qn(zn(he(), lr()), r, t), u);
299
- break;
300
- default:
301
- I += "/";
302
- }
303
- break;
304
- // {
305
- case 123 * l:
306
- c[f++] = xe(I) * _;
307
- // } ; \0
308
- case 125 * l:
309
- case 59:
310
- case 0:
311
- switch (A) {
312
- // \0 }
313
- case 0:
314
- case 125:
315
- y = 0;
316
- // ;
317
- case 59 + d:
318
- _ == -1 && (I = U(I, /\f/g, "")), x > 0 && xe(I) - m && or(x > 32 ? lt(I + ";", n, t, m - 1) : lt(U(I, " ", "") + ";", n, t, m - 2), u);
319
- break;
320
- // @ ;
321
- case 59:
322
- I += ";";
323
- // { rule/at-rule
324
- default:
325
- if (or(E = ct(I, r, t, f, d, o, c, P, w = [], b = [], m), i), A === 123)
326
- if (d === 0)
327
- fr(I, r, E, E, w, i, m, c, b);
328
- else
329
- switch (h === 99 && le(I, 3) === 110 ? 100 : h) {
330
- // d l m s
331
- case 100:
332
- case 108:
333
- case 109:
334
- case 115:
335
- fr(e, E, E, n && or(ct(e, E, E, 0, 0, o, c, P, o, w = [], m), b), o, b, m, c, n ? w : b);
336
- break;
337
- default:
338
- fr(I, E, E, E, [""], b, 0, c, b);
339
- }
340
- }
341
- f = d = x = 0, l = _ = 1, P = I = "", m = s;
342
- break;
343
- // :
344
- case 58:
345
- m = 1 + xe(I), x = g;
346
- default:
347
- if (l < 1) {
348
- if (A == 123)
349
- --l;
350
- else if (A == 125 && l++ == 0 && Ln() == 125)
351
- continue;
352
- }
353
- switch (I += gr(A), A * l) {
354
- // &
355
- case 38:
356
- _ = d > 0 ? 1 : (I += "\f", -1);
357
- break;
358
- // ,
359
- case 44:
360
- c[f++] = (xe(I) - 1) * _, _ = 1;
361
- break;
362
- // @
363
- case 64:
364
- Te() === 45 && (I += ur(he())), h = Te(), d = m = xe(P = I += Un(lr())), A++;
365
- break;
366
- // -
367
- case 45:
368
- g === 45 && xe(I) == 2 && (l = 0);
369
- }
370
- }
371
- return i;
372
- }
373
- function ct(e, r, t, n, o, i, s, c, u, f, d) {
374
- for (var m = o - 1, h = o === 0 ? i : [""], x = Zr(h), g = 0, l = 0, y = 0; g < n; ++g)
375
- for (var _ = 0, A = Qe(e, m + 1, m = Nn(l = s[g])), P = e; _ < x; ++_)
376
- (P = Ht(l > 0 ? h[_] + " " + A : U(A, /&\f/g, h[_]))) && (u[y++] = P);
377
- return br(e, r, t, o === 0 ? Qr : c, u, f, d);
378
- }
379
- function qn(e, r, t) {
380
- return br(e, r, t, qt, gr(jn()), Qe(e, 2, -2), 0);
381
- }
382
- function lt(e, r, t, n) {
383
- return br(e, r, t, Jr, Qe(e, 0, n), Qe(e, n + 1, -1), n);
384
- }
385
- function Le(e, r) {
386
- for (var t = "", n = Zr(e), o = 0; o < n; o++)
387
- t += r(e[o], o, e, r) || "";
388
- return t;
389
- }
390
- function Gn(e, r, t, n) {
391
- switch (e.type) {
392
- case Rn:
393
- if (e.children.length) break;
394
- case Pn:
395
- case Jr:
396
- return e.return = e.return || e.value;
397
- case qt:
398
- return "";
399
- case Gt:
400
- return e.return = e.value + "{" + Le(e.children, n) + "}";
401
- case Qr:
402
- e.value = e.props.join(",");
403
- }
404
- return xe(t = Le(e.children, n)) ? e.return = e.value + "{" + t + "}" : "";
405
- }
406
- function Hn(e) {
407
- var r = Zr(e);
408
- return function(t, n, o, i) {
409
- for (var s = "", c = 0; c < r; c++)
410
- s += e[c](t, n, o, i) || "";
411
- return s;
412
- };
413
- }
414
- function Kn(e) {
415
- return function(r) {
416
- r.root || (r = r.return) && e(r);
417
- };
418
- }
419
- function Jt(e) {
420
- var r = /* @__PURE__ */ Object.create(null);
421
- return function(t) {
422
- return r[t] === void 0 && (r[t] = e(t)), r[t];
423
- };
424
- }
425
- var Xn = function(r, t, n) {
426
- for (var o = 0, i = 0; o = i, i = Te(), o === 38 && i === 12 && (t[n] = 1), !Je(i); )
427
- he();
428
- return er(r, pe);
429
- }, Qn = function(r, t) {
430
- var n = -1, o = 44;
431
- do
432
- switch (Je(o)) {
433
- case 0:
434
- o === 38 && Te() === 12 && (t[n] = 1), r[n] += Xn(pe - 1, t, n);
435
- break;
436
- case 2:
437
- r[n] += ur(o);
438
- break;
439
- case 4:
440
- if (o === 44) {
441
- r[++n] = Te() === 58 ? "&\f" : "", t[n] = r[n].length;
442
- break;
443
- }
444
- // fallthrough
445
- default:
446
- r[n] += gr(o);
447
- }
448
- while (o = he());
449
- return r;
450
- }, Jn = function(r, t) {
451
- return Qt(Qn(Xt(r), t));
452
- }, ut = /* @__PURE__ */ new WeakMap(), Zn = function(r) {
453
- if (!(r.type !== "rule" || !r.parent || // positive .length indicates that this rule contains pseudo
454
- // negative .length indicates that this rule has been already prefixed
455
- r.length < 1)) {
456
- for (var t = r.value, n = r.parent, o = r.column === n.column && r.line === n.line; n.type !== "rule"; )
457
- if (n = n.parent, !n) return;
458
- if (!(r.props.length === 1 && t.charCodeAt(0) !== 58 && !ut.get(n)) && !o) {
459
- ut.set(r, !0);
460
- for (var i = [], s = Jn(t, i), c = n.props, u = 0, f = 0; u < s.length; u++)
461
- for (var d = 0; d < c.length; d++, f++)
462
- r.props[f] = i[u] ? s[u].replace(/&\f/g, c[d]) : c[d] + " " + s[u];
463
- }
464
- }
465
- }, eo = function(r) {
466
- if (r.type === "decl") {
467
- var t = r.value;
468
- // charcode for l
469
- t.charCodeAt(0) === 108 && // charcode for b
470
- t.charCodeAt(2) === 98 && (r.return = "", r.value = "");
471
- }
472
- };
473
- function Zt(e, r) {
474
- switch (Dn(e, r)) {
475
- // color-adjust
476
- case 5103:
477
- return z + "print-" + e + e;
478
- // animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)
479
- case 5737:
480
- case 4201:
481
- case 3177:
482
- case 3433:
483
- case 1641:
484
- case 4457:
485
- case 2921:
486
- // text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break
487
- case 5572:
488
- case 6356:
489
- case 5844:
490
- case 3191:
491
- case 6645:
492
- case 3005:
493
- // mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,
494
- case 6391:
495
- case 5879:
496
- case 5623:
497
- case 6135:
498
- case 4599:
499
- case 4855:
500
- // background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)
501
- case 4215:
502
- case 6389:
503
- case 5109:
504
- case 5365:
505
- case 5621:
506
- case 3829:
507
- return z + e + e;
508
- // appearance, user-select, transform, hyphens, text-size-adjust
509
- case 5349:
510
- case 4246:
511
- case 4810:
512
- case 6968:
513
- case 2756:
514
- return z + e + pr + e + ue + e + e;
515
- // flex, flex-direction
516
- case 6828:
517
- case 4268:
518
- return z + e + ue + e + e;
519
- // order
520
- case 6165:
521
- return z + e + ue + "flex-" + e + e;
522
- // align-items
523
- case 5187:
524
- return z + e + U(e, /(\w+).+(:[^]+)/, z + "box-$1$2" + ue + "flex-$1$2") + e;
525
- // align-self
526
- case 5443:
527
- return z + e + ue + "flex-item-" + U(e, /flex-|-self/, "") + e;
528
- // align-content
529
- case 4675:
530
- return z + e + ue + "flex-line-pack" + U(e, /align-content|flex-|-self/, "") + e;
531
- // flex-shrink
532
- case 5548:
533
- return z + e + ue + U(e, "shrink", "negative") + e;
534
- // flex-basis
535
- case 5292:
536
- return z + e + ue + U(e, "basis", "preferred-size") + e;
537
- // flex-grow
538
- case 6060:
539
- return z + "box-" + U(e, "-grow", "") + z + e + ue + U(e, "grow", "positive") + e;
540
- // transition
541
- case 4554:
542
- return z + U(e, /([^-])(transform)/g, "$1" + z + "$2") + e;
543
- // cursor
544
- case 6187:
545
- return U(U(U(e, /(zoom-|grab)/, z + "$1"), /(image-set)/, z + "$1"), e, "") + e;
546
- // background, background-image
547
- case 5495:
548
- case 3959:
549
- return U(e, /(image-set\([^]*)/, z + "$1$`$1");
550
- // justify-content
551
- case 4968:
552
- return U(U(e, /(.+:)(flex-)?(.*)/, z + "box-pack:$3" + ue + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + z + e + e;
553
- // (margin|padding)-inline-(start|end)
554
- case 4095:
555
- case 3583:
556
- case 4068:
557
- case 2532:
558
- return U(e, /(.+)-inline(.+)/, z + "$1$2") + e;
559
- // (min|max)?(width|height|inline-size|block-size)
560
- case 8116:
561
- case 7059:
562
- case 5753:
563
- case 5535:
564
- case 5445:
565
- case 5701:
566
- case 4933:
567
- case 4677:
568
- case 5533:
569
- case 5789:
570
- case 5021:
571
- case 4765:
572
- if (xe(e) - 1 - r > 6) switch (le(e, r + 1)) {
573
- // (m)ax-content, (m)in-content
574
- case 109:
575
- if (le(e, r + 4) !== 45) break;
576
- // (f)ill-available, (f)it-content
577
- case 102:
578
- return U(e, /(.+:)(.+)-([^]+)/, "$1" + z + "$2-$3$1" + pr + (le(e, r + 3) == 108 ? "$3" : "$2-$3")) + e;
579
- // (s)tretch
580
- case 115:
581
- return ~Ur(e, "stretch") ? Zt(U(e, "stretch", "fill-available"), r) + e : e;
582
- }
583
- break;
584
- // position: sticky
585
- case 4949:
586
- if (le(e, r + 1) !== 115) break;
587
- // display: (flex|inline-flex)
588
- case 6444:
589
- switch (le(e, xe(e) - 3 - (~Ur(e, "!important") && 10))) {
590
- // stic(k)y
591
- case 107:
592
- return U(e, ":", ":" + z) + e;
593
- // (inline-)?fl(e)x
594
- case 101:
595
- return U(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + z + (le(e, 14) === 45 ? "inline-" : "") + "box$3$1" + z + "$2$3$1" + ue + "$2box$3") + e;
596
- }
597
- break;
598
- // writing-mode
599
- case 5936:
600
- switch (le(e, r + 11)) {
601
- // vertical-l(r)
602
- case 114:
603
- return z + e + ue + U(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
604
- // vertical-r(l)
605
- case 108:
606
- return z + e + ue + U(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
607
- // horizontal(-)tb
608
- case 45:
609
- return z + e + ue + U(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
610
- }
611
- return z + e + ue + e + e;
612
- }
613
- return e;
614
- }
615
- var ro = function(r, t, n, o) {
616
- if (r.length > -1 && !r.return) switch (r.type) {
617
- case Jr:
618
- r.return = Zt(r.value, r.length);
619
- break;
620
- case Gt:
621
- return Le([qe(r, {
622
- value: U(r.value, "@", "@" + z)
623
- })], o);
624
- case Qr:
625
- if (r.length) return Fn(r.props, function(i) {
626
- switch (Bn(i, /(::plac\w+|:read-\w+)/)) {
627
- // :read-(only|write)
628
- case ":read-only":
629
- case ":read-write":
630
- return Le([qe(r, {
631
- props: [U(i, /:(read-\w+)/, ":" + pr + "$1")]
632
- })], o);
633
- // :placeholder
634
- case "::placeholder":
635
- return Le([qe(r, {
636
- props: [U(i, /:(plac\w+)/, ":" + z + "input-$1")]
637
- }), qe(r, {
638
- props: [U(i, /:(plac\w+)/, ":" + pr + "$1")]
639
- }), qe(r, {
640
- props: [U(i, /:(plac\w+)/, ue + "input-$1")]
641
- })], o);
642
- }
643
- return "";
644
- });
645
- }
646
- }, to = [ro], no = function(r) {
647
- var t = r.key;
648
- if (t === "css") {
649
- var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
650
- Array.prototype.forEach.call(n, function(l) {
651
- var y = l.getAttribute("data-emotion");
652
- y.indexOf(" ") !== -1 && (document.head.appendChild(l), l.setAttribute("data-s", ""));
653
- });
654
- }
655
- var o = r.stylisPlugins || to, i = {}, s, c = [];
656
- s = r.container || document.head, Array.prototype.forEach.call(
657
- // this means we will ignore elements which don't have a space in them which
658
- // means that the style elements we're looking at are only Emotion 11 server-rendered style elements
659
- document.querySelectorAll('style[data-emotion^="' + t + ' "]'),
660
- function(l) {
661
- for (var y = l.getAttribute("data-emotion").split(" "), _ = 1; _ < y.length; _++)
662
- i[y[_]] = !0;
663
- c.push(l);
664
- }
665
- );
666
- var u, f = [Zn, eo];
667
- {
668
- var d, m = [Gn, Kn(function(l) {
669
- d.insert(l);
670
- })], h = Hn(f.concat(o, m)), x = function(y) {
671
- return Le(Yn(y), h);
672
- };
673
- u = function(y, _, A, P) {
674
- d = A, x(y ? y + "{" + _.styles + "}" : _.styles), P && (g.inserted[_.name] = !0);
675
- };
676
- }
677
- var g = {
678
- key: t,
679
- sheet: new In({
680
- key: t,
681
- container: s,
682
- nonce: r.nonce,
683
- speedy: r.speedy,
684
- prepend: r.prepend,
685
- insertionPoint: r.insertionPoint
686
- }),
687
- nonce: r.nonce,
688
- inserted: i,
689
- registered: {},
690
- insert: u
691
- };
692
- return g.sheet.hydrate(c), g;
693
- };
694
- function oo(e) {
695
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
696
- }
697
- var ir = { exports: {} }, Y = {};
698
- var ft;
699
- function io() {
700
- if (ft) return Y;
701
- ft = 1;
702
- var e = typeof Symbol == "function" && Symbol.for, r = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, t = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, o = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, c = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, u = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, f = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, d = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, m = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, h = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, x = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, g = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, l = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, y = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, _ = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, A = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
703
- function P(b) {
704
- if (typeof b == "object" && b !== null) {
705
- var E = b.$$typeof;
706
- switch (E) {
707
- case r:
708
- switch (b = b.type, b) {
709
- case u:
710
- case f:
711
- case n:
712
- case i:
713
- case o:
714
- case m:
715
- return b;
716
- default:
717
- switch (b = b && b.$$typeof, b) {
718
- case c:
719
- case d:
720
- case g:
721
- case x:
722
- case s:
723
- return b;
724
- default:
725
- return E;
726
- }
727
- }
728
- case t:
729
- return E;
730
- }
731
- }
732
- }
733
- function w(b) {
734
- return P(b) === f;
735
- }
736
- return Y.AsyncMode = u, Y.ConcurrentMode = f, Y.ContextConsumer = c, Y.ContextProvider = s, Y.Element = r, Y.ForwardRef = d, Y.Fragment = n, Y.Lazy = g, Y.Memo = x, Y.Portal = t, Y.Profiler = i, Y.StrictMode = o, Y.Suspense = m, Y.isAsyncMode = function(b) {
737
- return w(b) || P(b) === u;
738
- }, Y.isConcurrentMode = w, Y.isContextConsumer = function(b) {
739
- return P(b) === c;
740
- }, Y.isContextProvider = function(b) {
741
- return P(b) === s;
742
- }, Y.isElement = function(b) {
743
- return typeof b == "object" && b !== null && b.$$typeof === r;
744
- }, Y.isForwardRef = function(b) {
745
- return P(b) === d;
746
- }, Y.isFragment = function(b) {
747
- return P(b) === n;
748
- }, Y.isLazy = function(b) {
749
- return P(b) === g;
750
- }, Y.isMemo = function(b) {
751
- return P(b) === x;
752
- }, Y.isPortal = function(b) {
753
- return P(b) === t;
754
- }, Y.isProfiler = function(b) {
755
- return P(b) === i;
756
- }, Y.isStrictMode = function(b) {
757
- return P(b) === o;
758
- }, Y.isSuspense = function(b) {
759
- return P(b) === m;
760
- }, Y.isValidElementType = function(b) {
761
- return typeof b == "string" || typeof b == "function" || b === n || b === f || b === i || b === o || b === m || b === h || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === x || b.$$typeof === s || b.$$typeof === c || b.$$typeof === d || b.$$typeof === y || b.$$typeof === _ || b.$$typeof === A || b.$$typeof === l);
762
- }, Y.typeOf = P, Y;
763
- }
764
- var q = {};
765
- var dt;
766
- function ao() {
767
- return dt || (dt = 1, process.env.NODE_ENV !== "production" && (function() {
768
- var e = typeof Symbol == "function" && Symbol.for, r = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, t = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, o = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, c = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, u = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, f = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, d = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, m = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, h = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, x = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, g = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, l = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, y = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, _ = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, A = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
769
- function P($) {
770
- return typeof $ == "string" || typeof $ == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
771
- $ === n || $ === f || $ === i || $ === o || $ === m || $ === h || typeof $ == "object" && $ !== null && ($.$$typeof === g || $.$$typeof === x || $.$$typeof === s || $.$$typeof === c || $.$$typeof === d || $.$$typeof === y || $.$$typeof === _ || $.$$typeof === A || $.$$typeof === l);
772
- }
773
- function w($) {
774
- if (typeof $ == "object" && $ !== null) {
775
- var Ce = $.$$typeof;
776
- switch (Ce) {
777
- case r:
778
- var nr = $.type;
779
- switch (nr) {
780
- case u:
781
- case f:
782
- case n:
783
- case i:
784
- case o:
785
- case m:
786
- return nr;
787
- default:
788
- var st = nr && nr.$$typeof;
789
- switch (st) {
790
- case c:
791
- case d:
792
- case g:
793
- case x:
794
- case s:
795
- return st;
796
- default:
797
- return Ce;
798
- }
799
- }
800
- case t:
801
- return Ce;
802
- }
803
- }
804
- }
805
- var b = u, E = f, I = c, ae = s, Z = r, oe = d, ee = n, a = g, k = x, T = t, R = i, j = o, ce = m, ve = !1;
806
- function Pr($) {
807
- return ve || (ve = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), S($) || w($) === u;
808
- }
809
- function S($) {
810
- return w($) === f;
811
- }
812
- function O($) {
813
- return w($) === c;
814
- }
815
- function F($) {
816
- return w($) === s;
817
- }
818
- function D($) {
819
- return typeof $ == "object" && $ !== null && $.$$typeof === r;
820
- }
821
- function N($) {
822
- return w($) === d;
823
- }
824
- function L($) {
825
- return w($) === n;
826
- }
827
- function M($) {
828
- return w($) === g;
829
- }
830
- function B($) {
831
- return w($) === x;
832
- }
833
- function V($) {
834
- return w($) === t;
835
- }
836
- function G($) {
837
- return w($) === i;
838
- }
839
- function W($) {
840
- return w($) === o;
841
- }
842
- function fe($) {
843
- return w($) === m;
844
- }
845
- q.AsyncMode = b, q.ConcurrentMode = E, q.ContextConsumer = I, q.ContextProvider = ae, q.Element = Z, q.ForwardRef = oe, q.Fragment = ee, q.Lazy = a, q.Memo = k, q.Portal = T, q.Profiler = R, q.StrictMode = j, q.Suspense = ce, q.isAsyncMode = Pr, q.isConcurrentMode = S, q.isContextConsumer = O, q.isContextProvider = F, q.isElement = D, q.isForwardRef = N, q.isFragment = L, q.isLazy = M, q.isMemo = B, q.isPortal = V, q.isProfiler = G, q.isStrictMode = W, q.isSuspense = fe, q.isValidElementType = P, q.typeOf = w;
846
- })()), q;
847
- }
848
- var pt;
849
- function en() {
850
- return pt || (pt = 1, process.env.NODE_ENV === "production" ? ir.exports = io() : ir.exports = ao()), ir.exports;
851
- }
852
- var so = !0;
853
- function co(e, r, t) {
854
- var n = "";
855
- return t.split(" ").forEach(function(o) {
856
- e[o] !== void 0 ? r.push(e[o] + ";") : o && (n += o + " ");
857
- }), n;
858
- }
859
- var rn = function(r, t, n) {
860
- var o = r.key + "-" + t.name;
861
- // we only need to add the styles to the registered cache if the
862
- // class name could be used further down
863
- // the tree but if it's a string tag, we know it won't
864
- // so we don't have to add it to registered cache.
865
- // this improves memory usage since we can avoid storing the whole style string
866
- (n === !1 || // we need to always store it if we're in compat mode and
867
- // in node since emotion-server relies on whether a style is in
868
- // the registered cache to know whether a style is global or not
869
- // also, note that this check will be dead code eliminated in the browser
870
- so === !1) && r.registered[o] === void 0 && (r.registered[o] = t.styles);
871
- }, lo = function(r, t, n) {
872
- rn(r, t, n);
873
- var o = r.key + "-" + t.name;
874
- if (r.inserted[t.name] === void 0) {
875
- var i = t;
876
- do
877
- r.insert(t === i ? "." + o : "", i, r.sheet, !0), i = i.next;
878
- while (i !== void 0);
879
- }
880
- };
881
- function uo(e) {
882
- for (var r = 0, t, n = 0, o = e.length; o >= 4; ++n, o -= 4)
883
- t = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, t = /* Math.imul(k, m): */
884
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
885
- t >>> 24, r = /* Math.imul(k, m): */
886
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
887
- (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);
888
- switch (o) {
889
- case 3:
890
- r ^= (e.charCodeAt(n + 2) & 255) << 16;
891
- case 2:
892
- r ^= (e.charCodeAt(n + 1) & 255) << 8;
893
- case 1:
894
- r ^= e.charCodeAt(n) & 255, r = /* Math.imul(h, m): */
895
- (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);
896
- }
897
- return r ^= r >>> 13, r = /* Math.imul(h, m): */
898
- (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), ((r ^ r >>> 15) >>> 0).toString(36);
899
- }
900
- var fo = {
901
- animationIterationCount: 1,
902
- aspectRatio: 1,
903
- borderImageOutset: 1,
904
- borderImageSlice: 1,
905
- borderImageWidth: 1,
906
- boxFlex: 1,
907
- boxFlexGroup: 1,
908
- boxOrdinalGroup: 1,
909
- columnCount: 1,
910
- columns: 1,
911
- flex: 1,
912
- flexGrow: 1,
913
- flexPositive: 1,
914
- flexShrink: 1,
915
- flexNegative: 1,
916
- flexOrder: 1,
917
- gridRow: 1,
918
- gridRowEnd: 1,
919
- gridRowSpan: 1,
920
- gridRowStart: 1,
921
- gridColumn: 1,
922
- gridColumnEnd: 1,
923
- gridColumnSpan: 1,
924
- gridColumnStart: 1,
925
- msGridRow: 1,
926
- msGridRowSpan: 1,
927
- msGridColumn: 1,
928
- msGridColumnSpan: 1,
929
- fontWeight: 1,
930
- lineHeight: 1,
931
- opacity: 1,
932
- order: 1,
933
- orphans: 1,
934
- scale: 1,
935
- tabSize: 1,
936
- widows: 1,
937
- zIndex: 1,
938
- zoom: 1,
939
- WebkitLineClamp: 1,
940
- // SVG-related properties
941
- fillOpacity: 1,
942
- floodOpacity: 1,
943
- stopOpacity: 1,
944
- strokeDasharray: 1,
945
- strokeDashoffset: 1,
946
- strokeMiterlimit: 1,
947
- strokeOpacity: 1,
948
- strokeWidth: 1
949
- }, po = /[A-Z]|^ms/g, mo = /_EMO_([^_]+?)_([^]*?)_EMO_/g, tn = function(r) {
950
- return r.charCodeAt(1) === 45;
951
- }, mt = function(r) {
952
- return r != null && typeof r != "boolean";
953
- }, Rr = /* @__PURE__ */ Jt(function(e) {
954
- return tn(e) ? e : e.replace(po, "-$&").toLowerCase();
955
- }), ht = function(r, t) {
956
- switch (r) {
957
- case "animation":
958
- case "animationName":
959
- if (typeof t == "string")
960
- return t.replace(mo, function(n, o, i) {
961
- return Ee = {
962
- name: o,
963
- styles: i,
964
- next: Ee
965
- }, o;
966
- });
967
- }
968
- return fo[r] !== 1 && !tn(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
969
- };
970
- function Ze(e, r, t) {
971
- if (t == null)
972
- return "";
973
- var n = t;
974
- if (n.__emotion_styles !== void 0)
975
- return n;
976
- switch (typeof t) {
977
- case "boolean":
978
- return "";
979
- case "object": {
980
- var o = t;
981
- if (o.anim === 1)
982
- return Ee = {
983
- name: o.name,
984
- styles: o.styles,
985
- next: Ee
986
- }, o.name;
987
- var i = t;
988
- if (i.styles !== void 0) {
989
- var s = i.next;
990
- if (s !== void 0)
991
- for (; s !== void 0; )
992
- Ee = {
993
- name: s.name,
994
- styles: s.styles,
995
- next: Ee
996
- }, s = s.next;
997
- var c = i.styles + ";";
998
- return c;
999
- }
1000
- return ho(e, r, t);
1001
- }
1002
- case "function": {
1003
- if (e !== void 0) {
1004
- var u = Ee, f = t(e);
1005
- return Ee = u, Ze(e, r, f);
1006
- }
1007
- break;
1008
- }
1009
- }
1010
- var d = t;
1011
- if (r == null)
1012
- return d;
1013
- var m = r[d];
1014
- return m !== void 0 ? m : d;
1015
- }
1016
- function ho(e, r, t) {
1017
- var n = "";
1018
- if (Array.isArray(t))
1019
- for (var o = 0; o < t.length; o++)
1020
- n += Ze(e, r, t[o]) + ";";
1021
- else
1022
- for (var i in t) {
1023
- var s = t[i];
1024
- if (typeof s != "object") {
1025
- var c = s;
1026
- r != null && r[c] !== void 0 ? n += i + "{" + r[c] + "}" : mt(c) && (n += Rr(i) + ":" + ht(i, c) + ";");
1027
- } else if (Array.isArray(s) && typeof s[0] == "string" && (r == null || r[s[0]] === void 0))
1028
- for (var u = 0; u < s.length; u++)
1029
- mt(s[u]) && (n += Rr(i) + ":" + ht(i, s[u]) + ";");
1030
- else {
1031
- var f = Ze(e, r, s);
1032
- switch (i) {
1033
- case "animation":
1034
- case "animationName": {
1035
- n += Rr(i) + ":" + f + ";";
1036
- break;
1037
- }
1038
- default:
1039
- n += i + "{" + f + "}";
1040
- }
1041
- }
1042
- }
1043
- return n;
1044
- }
1045
- var gt = /label:\s*([^\s;{]+)\s*(;|$)/g, Ee;
1046
- function nn(e, r, t) {
1047
- if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
1048
- return e[0];
1049
- var n = !0, o = "";
1050
- Ee = void 0;
1051
- var i = e[0];
1052
- if (i == null || i.raw === void 0)
1053
- n = !1, o += Ze(t, r, i);
1054
- else {
1055
- var s = i;
1056
- o += s[0];
1057
- }
1058
- for (var c = 1; c < e.length; c++)
1059
- if (o += Ze(t, r, e[c]), n) {
1060
- var u = i;
1061
- o += u[c];
1062
- }
1063
- gt.lastIndex = 0;
1064
- for (var f = "", d; (d = gt.exec(o)) !== null; )
1065
- f += "-" + d[1];
1066
- var m = uo(o) + f;
1067
- return {
1068
- name: m,
1069
- styles: o,
1070
- next: Ee
1071
- };
1072
- }
1073
- var go = function(r) {
1074
- return r();
1075
- }, yo = de.useInsertionEffect ? de.useInsertionEffect : !1, bo = yo || go, on = /* @__PURE__ */ de.createContext(
1076
- // we're doing this to avoid preconstruct's dead code elimination in this one case
1077
- // because this module is primarily intended for the browser and node
1078
- // but it's also required in react native and similar environments sometimes
1079
- // and we could have a special build just for that
1080
- // but this is much easier and the native packages
1081
- // might use a different theme context in the future anyway
1082
- typeof HTMLElement < "u" ? /* @__PURE__ */ no({
1083
- key: "css"
1084
- }) : null
1085
- );
1086
- on.Provider;
1087
- var vo = function(r) {
1088
- return /* @__PURE__ */ wn(function(t, n) {
1089
- var o = _n(on);
1090
- return r(t, o, n);
1091
- });
1092
- }, Co = /* @__PURE__ */ de.createContext({}), So = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, xo = /* @__PURE__ */ Jt(
1093
- function(e) {
1094
- return So.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
1095
- }
1096
- /* Z+1 */
1097
- ), Eo = xo, To = function(r) {
1098
- return r !== "theme";
1099
- }, yt = function(r) {
1100
- return typeof r == "string" && // 96 is one less than the char code
1101
- // for "a" so this is checking that
1102
- // it's a lowercase character
1103
- r.charCodeAt(0) > 96 ? Eo : To;
1104
- }, bt = function(r, t, n) {
1105
- var o;
1106
- if (t) {
1107
- var i = t.shouldForwardProp;
1108
- o = r.__emotion_forwardProp && i ? function(s) {
1109
- return r.__emotion_forwardProp(s) && i(s);
1110
- } : i;
1111
- }
1112
- return typeof o != "function" && n && (o = r.__emotion_forwardProp), o;
1113
- }, wo = function(r) {
1114
- var t = r.cache, n = r.serialized, o = r.isStringTag;
1115
- return rn(t, n, o), bo(function() {
1116
- return lo(t, n, o);
1117
- }), null;
1118
- }, _o = function e(r, t) {
1119
- var n = r.__emotion_real === r, o = n && r.__emotion_base || r, i, s;
1120
- t !== void 0 && (i = t.label, s = t.target);
1121
- var c = bt(r, t, n), u = c || yt(o), f = !u("as");
1122
- return function() {
1123
- var d = arguments, m = n && r.__emotion_styles !== void 0 ? r.__emotion_styles.slice(0) : [];
1124
- if (i !== void 0 && m.push("label:" + i + ";"), d[0] == null || d[0].raw === void 0)
1125
- m.push.apply(m, d);
1126
- else {
1127
- var h = d[0];
1128
- m.push(h[0]);
1129
- for (var x = d.length, g = 1; g < x; g++)
1130
- m.push(d[g], h[g]);
1131
- }
1132
- var l = vo(function(y, _, A) {
1133
- var P = f && y.as || o, w = "", b = [], E = y;
1134
- if (y.theme == null) {
1135
- E = {};
1136
- for (var I in y)
1137
- E[I] = y[I];
1138
- E.theme = de.useContext(Co);
1139
- }
1140
- typeof y.className == "string" ? w = co(_.registered, b, y.className) : y.className != null && (w = y.className + " ");
1141
- var ae = nn(m.concat(b), _.registered, E);
1142
- w += _.key + "-" + ae.name, s !== void 0 && (w += " " + s);
1143
- var Z = f && c === void 0 ? yt(P) : u, oe = {};
1144
- for (var ee in y)
1145
- f && ee === "as" || Z(ee) && (oe[ee] = y[ee]);
1146
- return oe.className = w, A && (oe.ref = A), /* @__PURE__ */ de.createElement(de.Fragment, null, /* @__PURE__ */ de.createElement(wo, {
1147
- cache: _,
1148
- serialized: ae,
1149
- isStringTag: typeof P == "string"
1150
- }), /* @__PURE__ */ de.createElement(P, oe));
1151
- });
1152
- return l.displayName = i !== void 0 ? i : "Styled(" + (typeof o == "string" ? o : o.displayName || o.name || "Component") + ")", l.defaultProps = r.defaultProps, l.__emotion_real = l, l.__emotion_base = o, l.__emotion_styles = m, l.__emotion_forwardProp = c, Object.defineProperty(l, "toString", {
1153
- value: function() {
1154
- return "." + s;
1155
- }
1156
- }), l.withComponent = function(y, _) {
1157
- var A = e(y, zr({}, t, _, {
1158
- shouldForwardProp: bt(l, _, !0)
1159
- }));
1160
- return A.apply(void 0, m);
1161
- }, l;
1162
- };
1163
- }, $o = [
1164
- "a",
1165
- "abbr",
1166
- "address",
1167
- "area",
1168
- "article",
1169
- "aside",
1170
- "audio",
1171
- "b",
1172
- "base",
1173
- "bdi",
1174
- "bdo",
1175
- "big",
1176
- "blockquote",
1177
- "body",
1178
- "br",
1179
- "button",
1180
- "canvas",
1181
- "caption",
1182
- "cite",
1183
- "code",
1184
- "col",
1185
- "colgroup",
1186
- "data",
1187
- "datalist",
1188
- "dd",
1189
- "del",
1190
- "details",
1191
- "dfn",
1192
- "dialog",
1193
- "div",
1194
- "dl",
1195
- "dt",
1196
- "em",
1197
- "embed",
1198
- "fieldset",
1199
- "figcaption",
1200
- "figure",
1201
- "footer",
1202
- "form",
1203
- "h1",
1204
- "h2",
1205
- "h3",
1206
- "h4",
1207
- "h5",
1208
- "h6",
1209
- "head",
1210
- "header",
1211
- "hgroup",
1212
- "hr",
1213
- "html",
1214
- "i",
1215
- "iframe",
1216
- "img",
1217
- "input",
1218
- "ins",
1219
- "kbd",
1220
- "keygen",
1221
- "label",
1222
- "legend",
1223
- "li",
1224
- "link",
1225
- "main",
1226
- "map",
1227
- "mark",
1228
- "marquee",
1229
- "menu",
1230
- "menuitem",
1231
- "meta",
1232
- "meter",
1233
- "nav",
1234
- "noscript",
1235
- "object",
1236
- "ol",
1237
- "optgroup",
1238
- "option",
1239
- "output",
1240
- "p",
1241
- "param",
1242
- "picture",
1243
- "pre",
1244
- "progress",
1245
- "q",
1246
- "rp",
1247
- "rt",
1248
- "ruby",
1249
- "s",
1250
- "samp",
1251
- "script",
1252
- "section",
1253
- "select",
1254
- "small",
1255
- "source",
1256
- "span",
1257
- "strong",
1258
- "style",
1259
- "sub",
1260
- "summary",
1261
- "sup",
1262
- "table",
1263
- "tbody",
1264
- "td",
1265
- "textarea",
1266
- "tfoot",
1267
- "th",
1268
- "thead",
1269
- "time",
1270
- "title",
1271
- "tr",
1272
- "track",
1273
- "u",
1274
- "ul",
1275
- "var",
1276
- "video",
1277
- "wbr",
1278
- // SVG
1279
- "circle",
1280
- "clipPath",
1281
- "defs",
1282
- "ellipse",
1283
- "foreignObject",
1284
- "g",
1285
- "image",
1286
- "line",
1287
- "linearGradient",
1288
- "mask",
1289
- "path",
1290
- "pattern",
1291
- "polygon",
1292
- "polyline",
1293
- "radialGradient",
1294
- "rect",
1295
- "stop",
1296
- "svg",
1297
- "text",
1298
- "tspan"
1299
- ], qr = _o.bind(null);
1300
- $o.forEach(function(e) {
1301
- qr[e] = qr(e);
1302
- });
1303
- var ar = { exports: {} };
1304
- var Nr, vt;
1305
- function Oo() {
1306
- if (vt) return Nr;
1307
- vt = 1;
1308
- var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, t = Object.prototype.propertyIsEnumerable;
1309
- function n(i) {
1310
- if (i == null)
1311
- throw new TypeError("Object.assign cannot be called with null or undefined");
1312
- return Object(i);
1313
- }
1314
- function o() {
1315
- try {
1316
- if (!Object.assign)
1317
- return !1;
1318
- var i = new String("abc");
1319
- if (i[5] = "de", Object.getOwnPropertyNames(i)[0] === "5")
1320
- return !1;
1321
- for (var s = {}, c = 0; c < 10; c++)
1322
- s["_" + String.fromCharCode(c)] = c;
1323
- var u = Object.getOwnPropertyNames(s).map(function(d) {
1324
- return s[d];
1325
- });
1326
- if (u.join("") !== "0123456789")
1327
- return !1;
1328
- var f = {};
1329
- return "abcdefghijklmnopqrst".split("").forEach(function(d) {
1330
- f[d] = d;
1331
- }), Object.keys(Object.assign({}, f)).join("") === "abcdefghijklmnopqrst";
1332
- } catch {
1333
- return !1;
1334
- }
1335
- }
1336
- return Nr = o() ? Object.assign : function(i, s) {
1337
- for (var c, u = n(i), f, d = 1; d < arguments.length; d++) {
1338
- c = Object(arguments[d]);
1339
- for (var m in c)
1340
- r.call(c, m) && (u[m] = c[m]);
1341
- if (e) {
1342
- f = e(c);
1343
- for (var h = 0; h < f.length; h++)
1344
- t.call(c, f[h]) && (u[f[h]] = c[f[h]]);
1345
- }
1346
- }
1347
- return u;
1348
- }, Nr;
1349
- }
1350
- var Mr, Ct;
1351
- function et() {
1352
- if (Ct) return Mr;
1353
- Ct = 1;
1354
- var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
1355
- return Mr = e, Mr;
1356
- }
1357
- var Dr, St;
1358
- function an() {
1359
- return St || (St = 1, Dr = Function.call.bind(Object.prototype.hasOwnProperty)), Dr;
1360
- }
1361
- var Br, xt;
1362
- function ko() {
1363
- if (xt) return Br;
1364
- xt = 1;
1365
- var e = function() {
1366
- };
1367
- if (process.env.NODE_ENV !== "production") {
1368
- var r = /* @__PURE__ */ et(), t = {}, n = /* @__PURE__ */ an();
1369
- e = function(i) {
1370
- var s = "Warning: " + i;
1371
- typeof console < "u" && console.error(s);
1372
- try {
1373
- throw new Error(s);
1374
- } catch {
1375
- }
1376
- };
1377
- }
1378
- function o(i, s, c, u, f) {
1379
- if (process.env.NODE_ENV !== "production") {
1380
- for (var d in i)
1381
- if (n(i, d)) {
1382
- var m;
1383
- try {
1384
- if (typeof i[d] != "function") {
1385
- var h = Error(
1386
- (u || "React class") + ": " + c + " type `" + d + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[d] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
1387
- );
1388
- throw h.name = "Invariant Violation", h;
1389
- }
1390
- m = i[d](s, d, u, c, null, r);
1391
- } catch (g) {
1392
- m = g;
1393
- }
1394
- if (m && !(m instanceof Error) && e(
1395
- (u || "React class") + ": type specification of " + c + " `" + d + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof m + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
1396
- ), m instanceof Error && !(m.message in t)) {
1397
- t[m.message] = !0;
1398
- var x = f ? f() : "";
1399
- e(
1400
- "Failed " + c + " type: " + m.message + (x ?? "")
1401
- );
1402
- }
1403
- }
1404
- }
1405
- }
1406
- return o.resetWarningCache = function() {
1407
- process.env.NODE_ENV !== "production" && (t = {});
1408
- }, Br = o, Br;
1409
- }
1410
- var Fr, Et;
1411
- function Ao() {
1412
- if (Et) return Fr;
1413
- Et = 1;
1414
- var e = en(), r = Oo(), t = /* @__PURE__ */ et(), n = /* @__PURE__ */ an(), o = /* @__PURE__ */ ko(), i = function() {
1415
- };
1416
- process.env.NODE_ENV !== "production" && (i = function(c) {
1417
- var u = "Warning: " + c;
1418
- typeof console < "u" && console.error(u);
1419
- try {
1420
- throw new Error(u);
1421
- } catch {
1422
- }
1423
- });
1424
- function s() {
1425
- return null;
1426
- }
1427
- return Fr = function(c, u) {
1428
- var f = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
1429
- function m(S) {
1430
- var O = S && (f && S[f] || S[d]);
1431
- if (typeof O == "function")
1432
- return O;
1433
- }
1434
- var h = "<<anonymous>>", x = {
1435
- array: _("array"),
1436
- bigint: _("bigint"),
1437
- bool: _("boolean"),
1438
- func: _("function"),
1439
- number: _("number"),
1440
- object: _("object"),
1441
- string: _("string"),
1442
- symbol: _("symbol"),
1443
- any: A(),
1444
- arrayOf: P,
1445
- element: w(),
1446
- elementType: b(),
1447
- instanceOf: E,
1448
- node: oe(),
1449
- objectOf: ae,
1450
- oneOf: I,
1451
- oneOfType: Z,
1452
- shape: a,
1453
- exact: k
1454
- };
1455
- function g(S, O) {
1456
- return S === O ? S !== 0 || 1 / S === 1 / O : S !== S && O !== O;
1457
- }
1458
- function l(S, O) {
1459
- this.message = S, this.data = O && typeof O == "object" ? O : {}, this.stack = "";
1460
- }
1461
- l.prototype = Error.prototype;
1462
- function y(S) {
1463
- if (process.env.NODE_ENV !== "production")
1464
- var O = {}, F = 0;
1465
- function D(L, M, B, V, G, W, fe) {
1466
- if (V = V || h, W = W || B, fe !== t) {
1467
- if (u) {
1468
- var $ = new Error(
1469
- "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
1470
- );
1471
- throw $.name = "Invariant Violation", $;
1472
- } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
1473
- var Ce = V + ":" + B;
1474
- !O[Ce] && // Avoid spamming the console because they are often not actionable except for lib authors
1475
- F < 3 && (i(
1476
- "You are manually calling a React.PropTypes validation function for the `" + W + "` prop on `" + V + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
1477
- ), O[Ce] = !0, F++);
1478
- }
1479
- }
1480
- return M[B] == null ? L ? M[B] === null ? new l("The " + G + " `" + W + "` is marked as required " + ("in `" + V + "`, but its value is `null`.")) : new l("The " + G + " `" + W + "` is marked as required in " + ("`" + V + "`, but its value is `undefined`.")) : null : S(M, B, V, G, W);
1481
- }
1482
- var N = D.bind(null, !1);
1483
- return N.isRequired = D.bind(null, !0), N;
1484
- }
1485
- function _(S) {
1486
- function O(F, D, N, L, M, B) {
1487
- var V = F[D], G = j(V);
1488
- if (G !== S) {
1489
- var W = ce(V);
1490
- return new l(
1491
- "Invalid " + L + " `" + M + "` of type " + ("`" + W + "` supplied to `" + N + "`, expected ") + ("`" + S + "`."),
1492
- { expectedType: S }
1493
- );
1494
- }
1495
- return null;
1496
- }
1497
- return y(O);
1498
- }
1499
- function A() {
1500
- return y(s);
1501
- }
1502
- function P(S) {
1503
- function O(F, D, N, L, M) {
1504
- if (typeof S != "function")
1505
- return new l("Property `" + M + "` of component `" + N + "` has invalid PropType notation inside arrayOf.");
1506
- var B = F[D];
1507
- if (!Array.isArray(B)) {
1508
- var V = j(B);
1509
- return new l("Invalid " + L + " `" + M + "` of type " + ("`" + V + "` supplied to `" + N + "`, expected an array."));
1510
- }
1511
- for (var G = 0; G < B.length; G++) {
1512
- var W = S(B, G, N, L, M + "[" + G + "]", t);
1513
- if (W instanceof Error)
1514
- return W;
1515
- }
1516
- return null;
1517
- }
1518
- return y(O);
1519
- }
1520
- function w() {
1521
- function S(O, F, D, N, L) {
1522
- var M = O[F];
1523
- if (!c(M)) {
1524
- var B = j(M);
1525
- return new l("Invalid " + N + " `" + L + "` of type " + ("`" + B + "` supplied to `" + D + "`, expected a single ReactElement."));
1526
- }
1527
- return null;
1528
- }
1529
- return y(S);
1530
- }
1531
- function b() {
1532
- function S(O, F, D, N, L) {
1533
- var M = O[F];
1534
- if (!e.isValidElementType(M)) {
1535
- var B = j(M);
1536
- return new l("Invalid " + N + " `" + L + "` of type " + ("`" + B + "` supplied to `" + D + "`, expected a single ReactElement type."));
1537
- }
1538
- return null;
1539
- }
1540
- return y(S);
1541
- }
1542
- function E(S) {
1543
- function O(F, D, N, L, M) {
1544
- if (!(F[D] instanceof S)) {
1545
- var B = S.name || h, V = Pr(F[D]);
1546
- return new l("Invalid " + L + " `" + M + "` of type " + ("`" + V + "` supplied to `" + N + "`, expected ") + ("instance of `" + B + "`."));
1547
- }
1548
- return null;
1549
- }
1550
- return y(O);
1551
- }
1552
- function I(S) {
1553
- if (!Array.isArray(S))
1554
- return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
1555
- "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
1556
- ) : i("Invalid argument supplied to oneOf, expected an array.")), s;
1557
- function O(F, D, N, L, M) {
1558
- for (var B = F[D], V = 0; V < S.length; V++)
1559
- if (g(B, S[V]))
1560
- return null;
1561
- var G = JSON.stringify(S, function(fe, $) {
1562
- var Ce = ce($);
1563
- return Ce === "symbol" ? String($) : $;
1564
- });
1565
- return new l("Invalid " + L + " `" + M + "` of value `" + String(B) + "` " + ("supplied to `" + N + "`, expected one of " + G + "."));
1566
- }
1567
- return y(O);
1568
- }
1569
- function ae(S) {
1570
- function O(F, D, N, L, M) {
1571
- if (typeof S != "function")
1572
- return new l("Property `" + M + "` of component `" + N + "` has invalid PropType notation inside objectOf.");
1573
- var B = F[D], V = j(B);
1574
- if (V !== "object")
1575
- return new l("Invalid " + L + " `" + M + "` of type " + ("`" + V + "` supplied to `" + N + "`, expected an object."));
1576
- for (var G in B)
1577
- if (n(B, G)) {
1578
- var W = S(B, G, N, L, M + "." + G, t);
1579
- if (W instanceof Error)
1580
- return W;
1581
- }
1582
- return null;
1583
- }
1584
- return y(O);
1585
- }
1586
- function Z(S) {
1587
- if (!Array.isArray(S))
1588
- return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), s;
1589
- for (var O = 0; O < S.length; O++) {
1590
- var F = S[O];
1591
- if (typeof F != "function")
1592
- return i(
1593
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ve(F) + " at index " + O + "."
1594
- ), s;
1595
- }
1596
- function D(N, L, M, B, V) {
1597
- for (var G = [], W = 0; W < S.length; W++) {
1598
- var fe = S[W], $ = fe(N, L, M, B, V, t);
1599
- if ($ == null)
1600
- return null;
1601
- $.data && n($.data, "expectedType") && G.push($.data.expectedType);
1602
- }
1603
- var Ce = G.length > 0 ? ", expected one of type [" + G.join(", ") + "]" : "";
1604
- return new l("Invalid " + B + " `" + V + "` supplied to " + ("`" + M + "`" + Ce + "."));
1605
- }
1606
- return y(D);
1607
- }
1608
- function oe() {
1609
- function S(O, F, D, N, L) {
1610
- return T(O[F]) ? null : new l("Invalid " + N + " `" + L + "` supplied to " + ("`" + D + "`, expected a ReactNode."));
1611
- }
1612
- return y(S);
1613
- }
1614
- function ee(S, O, F, D, N) {
1615
- return new l(
1616
- (S || "React class") + ": " + O + " type `" + F + "." + D + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + N + "`."
1617
- );
1618
- }
1619
- function a(S) {
1620
- function O(F, D, N, L, M) {
1621
- var B = F[D], V = j(B);
1622
- if (V !== "object")
1623
- return new l("Invalid " + L + " `" + M + "` of type `" + V + "` " + ("supplied to `" + N + "`, expected `object`."));
1624
- for (var G in S) {
1625
- var W = S[G];
1626
- if (typeof W != "function")
1627
- return ee(N, L, M, G, ce(W));
1628
- var fe = W(B, G, N, L, M + "." + G, t);
1629
- if (fe)
1630
- return fe;
1631
- }
1632
- return null;
1633
- }
1634
- return y(O);
1635
- }
1636
- function k(S) {
1637
- function O(F, D, N, L, M) {
1638
- var B = F[D], V = j(B);
1639
- if (V !== "object")
1640
- return new l("Invalid " + L + " `" + M + "` of type `" + V + "` " + ("supplied to `" + N + "`, expected `object`."));
1641
- var G = r({}, F[D], S);
1642
- for (var W in G) {
1643
- var fe = S[W];
1644
- if (n(S, W) && typeof fe != "function")
1645
- return ee(N, L, M, W, ce(fe));
1646
- if (!fe)
1647
- return new l(
1648
- "Invalid " + L + " `" + M + "` key `" + W + "` supplied to `" + N + "`.\nBad object: " + JSON.stringify(F[D], null, " ") + `
1649
- Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
1650
- );
1651
- var $ = fe(B, W, N, L, M + "." + W, t);
1652
- if ($)
1653
- return $;
1654
- }
1655
- return null;
1656
- }
1657
- return y(O);
1658
- }
1659
- function T(S) {
1660
- switch (typeof S) {
1661
- case "number":
1662
- case "string":
1663
- case "undefined":
1664
- return !0;
1665
- case "boolean":
1666
- return !S;
1667
- case "object":
1668
- if (Array.isArray(S))
1669
- return S.every(T);
1670
- if (S === null || c(S))
1671
- return !0;
1672
- var O = m(S);
1673
- if (O) {
1674
- var F = O.call(S), D;
1675
- if (O !== S.entries) {
1676
- for (; !(D = F.next()).done; )
1677
- if (!T(D.value))
1678
- return !1;
1679
- } else
1680
- for (; !(D = F.next()).done; ) {
1681
- var N = D.value;
1682
- if (N && !T(N[1]))
1683
- return !1;
1684
- }
1685
- } else
1686
- return !1;
1687
- return !0;
1688
- default:
1689
- return !1;
1690
- }
1691
- }
1692
- function R(S, O) {
1693
- return S === "symbol" ? !0 : O ? O["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && O instanceof Symbol : !1;
1694
- }
1695
- function j(S) {
1696
- var O = typeof S;
1697
- return Array.isArray(S) ? "array" : S instanceof RegExp ? "object" : R(O, S) ? "symbol" : O;
1698
- }
1699
- function ce(S) {
1700
- if (typeof S > "u" || S === null)
1701
- return "" + S;
1702
- var O = j(S);
1703
- if (O === "object") {
1704
- if (S instanceof Date)
1705
- return "date";
1706
- if (S instanceof RegExp)
1707
- return "regexp";
1708
- }
1709
- return O;
1710
- }
1711
- function ve(S) {
1712
- var O = ce(S);
1713
- switch (O) {
1714
- case "array":
1715
- case "object":
1716
- return "an " + O;
1717
- case "boolean":
1718
- case "date":
1719
- case "regexp":
1720
- return "a " + O;
1721
- default:
1722
- return O;
1723
- }
1724
- }
1725
- function Pr(S) {
1726
- return !S.constructor || !S.constructor.name ? h : S.constructor.name;
1727
- }
1728
- return x.checkPropTypes = o, x.resetWarningCache = o.resetWarningCache, x.PropTypes = x, x;
1729
- }, Fr;
1730
- }
1731
- var jr, Tt;
1732
- function Io() {
1733
- if (Tt) return jr;
1734
- Tt = 1;
1735
- var e = /* @__PURE__ */ et();
1736
- function r() {
1737
- }
1738
- function t() {
1739
- }
1740
- return t.resetWarningCache = r, jr = function() {
1741
- function n(s, c, u, f, d, m) {
1742
- if (m !== e) {
1743
- var h = new Error(
1744
- "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
1745
- );
1746
- throw h.name = "Invariant Violation", h;
1747
- }
1748
- }
1749
- n.isRequired = n;
1750
- function o() {
1751
- return n;
1752
- }
1753
- var i = {
1754
- array: n,
1755
- bigint: n,
1756
- bool: n,
1757
- func: n,
1758
- number: n,
1759
- object: n,
1760
- string: n,
1761
- symbol: n,
1762
- any: n,
1763
- arrayOf: o,
1764
- element: n,
1765
- elementType: n,
1766
- instanceOf: o,
1767
- node: n,
1768
- objectOf: o,
1769
- oneOf: o,
1770
- oneOfType: o,
1771
- shape: o,
1772
- exact: o,
1773
- checkPropTypes: t,
1774
- resetWarningCache: r
1775
- };
1776
- return i.PropTypes = i, i;
1777
- }, jr;
1778
- }
1779
- var wt;
1780
- function Po() {
1781
- if (wt) return ar.exports;
1782
- if (wt = 1, process.env.NODE_ENV !== "production") {
1783
- var e = en(), r = !0;
1784
- ar.exports = /* @__PURE__ */ Ao()(e.isElement, r);
1785
- } else
1786
- ar.exports = /* @__PURE__ */ Io()();
1787
- return ar.exports;
1788
- }
1789
- var Ro = /* @__PURE__ */ Po();
1790
- const J = /* @__PURE__ */ oo(Ro);
1791
- function No(e, r) {
1792
- const t = qr(e, r);
1793
- return process.env.NODE_ENV !== "production" ? (...n) => {
1794
- const o = typeof e == "string" ? `"${e}"` : "component";
1795
- return n.length === 0 ? console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`, 'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
1796
- `)) : n.some((i) => i === void 0) && console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`), t(...n);
1797
- } : t;
1798
- }
1799
- function Mo(e, r) {
1800
- Array.isArray(e.__emotion_styles) && (e.__emotion_styles = r(e.__emotion_styles));
1801
- }
1802
- const _t = [];
1803
- function Re(e) {
1804
- return _t[0] = e, nn(_t);
1805
- }
1806
- var sr = { exports: {} }, X = {};
1807
- var $t;
1808
- function Do() {
1809
- if ($t) return X;
1810
- $t = 1;
1811
- var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), r = /* @__PURE__ */ Symbol.for("react.portal"), t = /* @__PURE__ */ Symbol.for("react.fragment"), n = /* @__PURE__ */ Symbol.for("react.strict_mode"), o = /* @__PURE__ */ Symbol.for("react.profiler"), i = /* @__PURE__ */ Symbol.for("react.consumer"), s = /* @__PURE__ */ Symbol.for("react.context"), c = /* @__PURE__ */ Symbol.for("react.forward_ref"), u = /* @__PURE__ */ Symbol.for("react.suspense"), f = /* @__PURE__ */ Symbol.for("react.suspense_list"), d = /* @__PURE__ */ Symbol.for("react.memo"), m = /* @__PURE__ */ Symbol.for("react.lazy"), h = /* @__PURE__ */ Symbol.for("react.view_transition"), x = /* @__PURE__ */ Symbol.for("react.client.reference");
1812
- function g(l) {
1813
- if (typeof l == "object" && l !== null) {
1814
- var y = l.$$typeof;
1815
- switch (y) {
1816
- case e:
1817
- switch (l = l.type, l) {
1818
- case t:
1819
- case o:
1820
- case n:
1821
- case u:
1822
- case f:
1823
- case h:
1824
- return l;
1825
- default:
1826
- switch (l = l && l.$$typeof, l) {
1827
- case s:
1828
- case c:
1829
- case m:
1830
- case d:
1831
- return l;
1832
- case i:
1833
- return l;
1834
- default:
1835
- return y;
1836
- }
1837
- }
1838
- case r:
1839
- return y;
1840
- }
1841
- }
1842
- }
1843
- return X.ContextConsumer = i, X.ContextProvider = s, X.Element = e, X.ForwardRef = c, X.Fragment = t, X.Lazy = m, X.Memo = d, X.Portal = r, X.Profiler = o, X.StrictMode = n, X.Suspense = u, X.SuspenseList = f, X.isContextConsumer = function(l) {
1844
- return g(l) === i;
1845
- }, X.isContextProvider = function(l) {
1846
- return g(l) === s;
1847
- }, X.isElement = function(l) {
1848
- return typeof l == "object" && l !== null && l.$$typeof === e;
1849
- }, X.isForwardRef = function(l) {
1850
- return g(l) === c;
1851
- }, X.isFragment = function(l) {
1852
- return g(l) === t;
1853
- }, X.isLazy = function(l) {
1854
- return g(l) === m;
1855
- }, X.isMemo = function(l) {
1856
- return g(l) === d;
1857
- }, X.isPortal = function(l) {
1858
- return g(l) === r;
1859
- }, X.isProfiler = function(l) {
1860
- return g(l) === o;
1861
- }, X.isStrictMode = function(l) {
1862
- return g(l) === n;
1863
- }, X.isSuspense = function(l) {
1864
- return g(l) === u;
1865
- }, X.isSuspenseList = function(l) {
1866
- return g(l) === f;
1867
- }, X.isValidElementType = function(l) {
1868
- return typeof l == "string" || typeof l == "function" || l === t || l === o || l === n || l === u || l === f || typeof l == "object" && l !== null && (l.$$typeof === m || l.$$typeof === d || l.$$typeof === s || l.$$typeof === i || l.$$typeof === c || l.$$typeof === x || l.getModuleId !== void 0);
1869
- }, X.typeOf = g, X;
1870
- }
1871
- var Q = {};
1872
- var Ot;
1873
- function Bo() {
1874
- return Ot || (Ot = 1, process.env.NODE_ENV !== "production" && (function() {
1875
- function e(l) {
1876
- if (typeof l == "object" && l !== null) {
1877
- var y = l.$$typeof;
1878
- switch (y) {
1879
- case r:
1880
- switch (l = l.type, l) {
1881
- case n:
1882
- case i:
1883
- case o:
1884
- case f:
1885
- case d:
1886
- case x:
1887
- return l;
1888
- default:
1889
- switch (l = l && l.$$typeof, l) {
1890
- case c:
1891
- case u:
1892
- case h:
1893
- case m:
1894
- return l;
1895
- case s:
1896
- return l;
1897
- default:
1898
- return y;
1899
- }
1900
- }
1901
- case t:
1902
- return y;
1903
- }
1904
- }
1905
- }
1906
- var r = /* @__PURE__ */ Symbol.for("react.transitional.element"), t = /* @__PURE__ */ Symbol.for("react.portal"), n = /* @__PURE__ */ Symbol.for("react.fragment"), o = /* @__PURE__ */ Symbol.for("react.strict_mode"), i = /* @__PURE__ */ Symbol.for("react.profiler"), s = /* @__PURE__ */ Symbol.for("react.consumer"), c = /* @__PURE__ */ Symbol.for("react.context"), u = /* @__PURE__ */ Symbol.for("react.forward_ref"), f = /* @__PURE__ */ Symbol.for("react.suspense"), d = /* @__PURE__ */ Symbol.for("react.suspense_list"), m = /* @__PURE__ */ Symbol.for("react.memo"), h = /* @__PURE__ */ Symbol.for("react.lazy"), x = /* @__PURE__ */ Symbol.for("react.view_transition"), g = /* @__PURE__ */ Symbol.for("react.client.reference");
1907
- Q.ContextConsumer = s, Q.ContextProvider = c, Q.Element = r, Q.ForwardRef = u, Q.Fragment = n, Q.Lazy = h, Q.Memo = m, Q.Portal = t, Q.Profiler = i, Q.StrictMode = o, Q.Suspense = f, Q.SuspenseList = d, Q.isContextConsumer = function(l) {
1908
- return e(l) === s;
1909
- }, Q.isContextProvider = function(l) {
1910
- return e(l) === c;
1911
- }, Q.isElement = function(l) {
1912
- return typeof l == "object" && l !== null && l.$$typeof === r;
1913
- }, Q.isForwardRef = function(l) {
1914
- return e(l) === u;
1915
- }, Q.isFragment = function(l) {
1916
- return e(l) === n;
1917
- }, Q.isLazy = function(l) {
1918
- return e(l) === h;
1919
- }, Q.isMemo = function(l) {
1920
- return e(l) === m;
1921
- }, Q.isPortal = function(l) {
1922
- return e(l) === t;
1923
- }, Q.isProfiler = function(l) {
1924
- return e(l) === i;
1925
- }, Q.isStrictMode = function(l) {
1926
- return e(l) === o;
1927
- }, Q.isSuspense = function(l) {
1928
- return e(l) === f;
1929
- }, Q.isSuspenseList = function(l) {
1930
- return e(l) === d;
1931
- }, Q.isValidElementType = function(l) {
1932
- return typeof l == "string" || typeof l == "function" || l === n || l === i || l === o || l === f || l === d || typeof l == "object" && l !== null && (l.$$typeof === h || l.$$typeof === m || l.$$typeof === c || l.$$typeof === s || l.$$typeof === u || l.$$typeof === g || l.getModuleId !== void 0);
1933
- }, Q.typeOf = e;
1934
- })()), Q;
1935
- }
1936
- var kt;
1937
- function Fo() {
1938
- return kt || (kt = 1, process.env.NODE_ENV === "production" ? sr.exports = /* @__PURE__ */ Do() : sr.exports = /* @__PURE__ */ Bo()), sr.exports;
1939
- }
1940
- var mr = /* @__PURE__ */ Fo();
1941
- function _e(e) {
1942
- if (typeof e != "object" || e === null)
1943
- return !1;
1944
- const r = Object.getPrototypeOf(e);
1945
- return (r === null || r === Object.prototype || Object.getPrototypeOf(r) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
1946
- }
1947
- function sn(e) {
1948
- if (/* @__PURE__ */ de.isValidElement(e) || mr.isValidElementType(e) || !_e(e))
1949
- return e;
1950
- const r = {};
1951
- return Object.keys(e).forEach((t) => {
1952
- r[t] = sn(e[t]);
1953
- }), r;
1954
- }
1955
- function ge(e, r, t = {
1956
- clone: !0
1957
- }) {
1958
- const n = t.clone ? {
1959
- ...e
1960
- } : e;
1961
- return _e(e) && _e(r) && Object.keys(r).forEach((o) => {
1962
- /* @__PURE__ */ de.isValidElement(r[o]) || mr.isValidElementType(r[o]) ? n[o] = r[o] : _e(r[o]) && // Avoid prototype pollution
1963
- Object.prototype.hasOwnProperty.call(e, o) && _e(e[o]) ? n[o] = ge(e[o], r[o], t) : t.clone ? n[o] = _e(r[o]) ? sn(r[o]) : r[o] : n[o] = r[o];
1964
- }), n;
1965
- }
1966
- const jo = (e) => {
1967
- const r = Object.keys(e).map((t) => ({
1968
- key: t,
1969
- val: e[t]
1970
- })) || [];
1971
- return r.sort((t, n) => t.val - n.val), r.reduce((t, n) => ({
1972
- ...t,
1973
- [n.key]: n.val
1974
- }), {});
1975
- };
1976
- function Lo(e) {
1977
- const {
1978
- // The breakpoint **start** at this value.
1979
- // For instance with the first breakpoint xs: [xs, sm).
1980
- values: r = {
1981
- xs: 0,
1982
- // phone
1983
- sm: 600,
1984
- // tablet
1985
- md: 900,
1986
- // small laptop
1987
- lg: 1200,
1988
- // desktop
1989
- xl: 1536
1990
- // large screen
1991
- },
1992
- unit: t = "px",
1993
- step: n = 5,
1994
- ...o
1995
- } = e, i = jo(r), s = Object.keys(i);
1996
- function c(h) {
1997
- return `@media (min-width:${typeof r[h] == "number" ? r[h] : h}${t})`;
1998
- }
1999
- function u(h) {
2000
- return `@media (max-width:${(typeof r[h] == "number" ? r[h] : h) - n / 100}${t})`;
2001
- }
2002
- function f(h, x) {
2003
- const g = s.indexOf(x);
2004
- return `@media (min-width:${typeof r[h] == "number" ? r[h] : h}${t}) and (max-width:${(g !== -1 && typeof r[s[g]] == "number" ? r[s[g]] : x) - n / 100}${t})`;
2005
- }
2006
- function d(h) {
2007
- return s.indexOf(h) + 1 < s.length ? f(h, s[s.indexOf(h) + 1]) : c(h);
2008
- }
2009
- function m(h) {
2010
- const x = s.indexOf(h);
2011
- return x === 0 ? c(s[1]) : x === s.length - 1 ? u(s[x]) : f(h, s[s.indexOf(h) + 1]).replace("@media", "@media not all and");
2012
- }
2013
- return {
2014
- keys: s,
2015
- values: i,
2016
- up: c,
2017
- down: u,
2018
- between: f,
2019
- only: d,
2020
- not: m,
2021
- unit: t,
2022
- ...o
2023
- };
2024
- }
2025
- function At(e, r) {
2026
- if (!e.containerQueries)
2027
- return r;
2028
- const t = Object.keys(r).filter((n) => n.startsWith("@container")).sort((n, o) => {
2029
- const i = /min-width:\s*([0-9.]+)/;
2030
- return +(n.match(i)?.[1] || 0) - +(o.match(i)?.[1] || 0);
2031
- });
2032
- return t.length ? t.reduce((n, o) => {
2033
- const i = r[o];
2034
- return delete n[o], n[o] = i, n;
2035
- }, {
2036
- ...r
2037
- }) : r;
2038
- }
2039
- function Vo(e, r) {
2040
- return r === "@" || r.startsWith("@") && (e.some((t) => r.startsWith(`@${t}`)) || !!r.match(/^@\d/));
2041
- }
2042
- function Wo(e, r) {
2043
- const t = r.match(/^@([^/]+)?\/?(.+)?$/);
2044
- if (!t) {
2045
- if (process.env.NODE_ENV !== "production")
2046
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${r})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
2047
- For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : Oe(18, `(${r})`));
2048
- return null;
2049
- }
2050
- const [, n, o] = t, i = Number.isNaN(+n) ? n || 0 : +n;
2051
- return e.containerQueries(o).up(i);
2052
- }
2053
- function zo(e) {
2054
- const r = (i, s) => i.replace("@media", s ? `@container ${s}` : "@container");
2055
- function t(i, s) {
2056
- i.up = (...c) => r(e.breakpoints.up(...c), s), i.down = (...c) => r(e.breakpoints.down(...c), s), i.between = (...c) => r(e.breakpoints.between(...c), s), i.only = (...c) => r(e.breakpoints.only(...c), s), i.not = (...c) => {
2057
- const u = r(e.breakpoints.not(...c), s);
2058
- return u.includes("not all and") ? u.replace("not all and ", "").replace("min-width:", "width<").replace("max-width:", "width>").replace("and", "or") : u;
2059
- };
2060
- }
2061
- const n = {}, o = (i) => (t(n, i), n);
2062
- return t(o), {
2063
- ...e,
2064
- containerQueries: o
2065
- };
2066
- }
2067
- const Uo = {
2068
- borderRadius: 4
2069
- }, Ae = process.env.NODE_ENV !== "production" ? J.oneOfType([J.number, J.string, J.object, J.array]) : {};
2070
- function Ke(e, r) {
2071
- return r ? ge(e, r, {
2072
- clone: !1
2073
- // No need to clone deep, it's way faster.
2074
- }) : e;
2075
- }
2076
- const vr = {
2077
- xs: 0,
2078
- // phone
2079
- sm: 600,
2080
- // tablet
2081
- md: 900,
2082
- // small laptop
2083
- lg: 1200,
2084
- // desktop
2085
- xl: 1536
2086
- // large screen
2087
- }, It = {
2088
- // Sorted ASC by size. That's important.
2089
- // It can't be configured as it's used statically for propTypes.
2090
- keys: ["xs", "sm", "md", "lg", "xl"],
2091
- up: (e) => `@media (min-width:${vr[e]}px)`
2092
- }, Yo = {
2093
- containerQueries: (e) => ({
2094
- up: (r) => {
2095
- let t = typeof r == "number" ? r : vr[r] || r;
2096
- return typeof t == "number" && (t = `${t}px`), e ? `@container ${e} (min-width:${t})` : `@container (min-width:${t})`;
2097
- }
2098
- })
2099
- };
2100
- function $e(e, r, t) {
2101
- const n = e.theme || {};
2102
- if (Array.isArray(r)) {
2103
- const i = n.breakpoints || It;
2104
- return r.reduce((s, c, u) => (s[i.up(i.keys[u])] = t(r[u]), s), {});
2105
- }
2106
- if (typeof r == "object") {
2107
- const i = n.breakpoints || It;
2108
- return Object.keys(r).reduce((s, c) => {
2109
- if (Vo(i.keys, c)) {
2110
- const u = Wo(n.containerQueries ? n : Yo, c);
2111
- u && (s[u] = t(r[c], c));
2112
- } else if (Object.keys(i.values || vr).includes(c)) {
2113
- const u = i.up(c);
2114
- s[u] = t(r[c], c);
2115
- } else {
2116
- const u = c;
2117
- s[u] = r[u];
2118
- }
2119
- return s;
2120
- }, {});
2121
- }
2122
- return t(r);
2123
- }
2124
- function qo(e = {}) {
2125
- return e.keys?.reduce((t, n) => {
2126
- const o = e.up(n);
2127
- return t[o] = {}, t;
2128
- }, {}) || {};
2129
- }
2130
- function Pt(e, r) {
2131
- return e.reduce((t, n) => {
2132
- const o = t[n];
2133
- return (!o || Object.keys(o).length === 0) && delete t[n], t;
2134
- }, r);
2135
- }
2136
- function Ne(e) {
2137
- if (typeof e != "string")
2138
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : Oe(7));
2139
- return e.charAt(0).toUpperCase() + e.slice(1);
2140
- }
2141
- function Cr(e, r, t = !0) {
2142
- if (!r || typeof r != "string")
2143
- return null;
2144
- if (e && e.vars && t) {
2145
- const n = `vars.${r}`.split(".").reduce((o, i) => o && o[i] ? o[i] : null, e);
2146
- if (n != null)
2147
- return n;
2148
- }
2149
- return r.split(".").reduce((n, o) => n && n[o] != null ? n[o] : null, e);
2150
- }
2151
- function hr(e, r, t, n = t) {
2152
- let o;
2153
- return typeof e == "function" ? o = e(t) : Array.isArray(e) ? o = e[t] || n : o = Cr(e, t) || n, r && (o = r(o, n, e)), o;
2154
- }
2155
- function ie(e) {
2156
- const {
2157
- prop: r,
2158
- cssProperty: t = e.prop,
2159
- themeKey: n,
2160
- transform: o
2161
- } = e, i = (s) => {
2162
- if (s[r] == null)
2163
- return null;
2164
- const c = s[r], u = s.theme, f = Cr(u, n) || {};
2165
- return $e(s, c, (m) => {
2166
- let h = hr(f, o, m);
2167
- return m === h && typeof m == "string" && (h = hr(f, o, `${r}${m === "default" ? "" : Ne(m)}`, m)), t === !1 ? h : {
2168
- [t]: h
2169
- };
2170
- });
2171
- };
2172
- return i.propTypes = process.env.NODE_ENV !== "production" ? {
2173
- [r]: Ae
2174
- } : {}, i.filterProps = [r], i;
2175
- }
2176
- function Go(e) {
2177
- const r = {};
2178
- return (t) => (r[t] === void 0 && (r[t] = e(t)), r[t]);
2179
- }
2180
- const Ho = {
2181
- m: "margin",
2182
- p: "padding"
2183
- }, Ko = {
2184
- t: "Top",
2185
- r: "Right",
2186
- b: "Bottom",
2187
- l: "Left",
2188
- x: ["Left", "Right"],
2189
- y: ["Top", "Bottom"]
2190
- }, Rt = {
2191
- marginX: "mx",
2192
- marginY: "my",
2193
- paddingX: "px",
2194
- paddingY: "py"
2195
- }, Xo = Go((e) => {
2196
- if (e.length > 2)
2197
- if (Rt[e])
2198
- e = Rt[e];
2199
- else
2200
- return [e];
2201
- const [r, t] = e.split(""), n = Ho[r], o = Ko[t] || "";
2202
- return Array.isArray(o) ? o.map((i) => n + i) : [n + o];
2203
- }), Sr = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], xr = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], Qo = [...Sr, ...xr];
2204
- function rr(e, r, t, n) {
2205
- const o = Cr(e, r, !0) ?? t;
2206
- return typeof o == "number" || typeof o == "string" ? (i) => typeof i == "string" ? i : (process.env.NODE_ENV !== "production" && typeof i != "number" && console.error(`MUI: Expected ${n} argument to be a number or a string, got ${i}.`), typeof o == "string" ? o.startsWith("var(") && i === 0 ? 0 : o.startsWith("var(") && i === 1 ? o : `calc(${i} * ${o})` : o * i) : Array.isArray(o) ? (i) => {
2207
- if (typeof i == "string")
2208
- return i;
2209
- const s = Math.abs(i);
2210
- process.env.NODE_ENV !== "production" && (Number.isInteger(s) ? s > o.length - 1 && console.error([`MUI: The value provided (${s}) overflows.`, `The supported values are: ${JSON.stringify(o)}.`, `${s} > ${o.length - 1}, you need to add the missing values.`].join(`
2211
- `)) : console.error([`MUI: The \`theme.${r}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${r}\` as a number.`].join(`
2212
- `)));
2213
- const c = o[s];
2214
- return i >= 0 ? c : typeof c == "number" ? -c : typeof c == "string" && c.startsWith("var(") ? `calc(-1 * ${c})` : `-${c}`;
2215
- } : typeof o == "function" ? o : (process.env.NODE_ENV !== "production" && console.error([`MUI: The \`theme.${r}\` value (${o}) is invalid.`, "It should be a number, an array or a function."].join(`
2216
- `)), () => {
2217
- });
2218
- }
2219
- function rt(e) {
2220
- return rr(e, "spacing", 8, "spacing");
2221
- }
2222
- function tr(e, r) {
2223
- return typeof r == "string" || r == null ? r : e(r);
2224
- }
2225
- function Jo(e, r) {
2226
- return (t) => e.reduce((n, o) => (n[o] = tr(r, t), n), {});
2227
- }
2228
- function Zo(e, r, t, n) {
2229
- if (!r.includes(t))
2230
- return null;
2231
- const o = Xo(t), i = Jo(o, n), s = e[t];
2232
- return $e(e, s, i);
2233
- }
2234
- function cn(e, r) {
2235
- const t = rt(e.theme);
2236
- return Object.keys(e).map((n) => Zo(e, r, n, t)).reduce(Ke, {});
2237
- }
2238
- function te(e) {
2239
- return cn(e, Sr);
2240
- }
2241
- te.propTypes = process.env.NODE_ENV !== "production" ? Sr.reduce((e, r) => (e[r] = Ae, e), {}) : {};
2242
- te.filterProps = Sr;
2243
- function ne(e) {
2244
- return cn(e, xr);
2245
- }
2246
- ne.propTypes = process.env.NODE_ENV !== "production" ? xr.reduce((e, r) => (e[r] = Ae, e), {}) : {};
2247
- ne.filterProps = xr;
2248
- process.env.NODE_ENV !== "production" && Qo.reduce((e, r) => (e[r] = Ae, e), {});
2249
- function ln(e = 8, r = rt({
2250
- spacing: e
2251
- })) {
2252
- if (e.mui)
2253
- return e;
2254
- const t = (...n) => (process.env.NODE_ENV !== "production" && (n.length <= 4 || console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)), (n.length === 0 ? [1] : n).map((i) => {
2255
- const s = r(i);
2256
- return typeof s == "number" ? `${s}px` : s;
2257
- }).join(" "));
2258
- return t.mui = !0, t;
2259
- }
2260
- function Er(...e) {
2261
- const r = e.reduce((n, o) => (o.filterProps.forEach((i) => {
2262
- n[i] = o;
2263
- }), n), {}), t = (n) => Object.keys(n).reduce((o, i) => r[i] ? Ke(o, r[i](n)) : o, {});
2264
- return t.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((n, o) => Object.assign(n, o.propTypes), {}) : {}, t.filterProps = e.reduce((n, o) => n.concat(o.filterProps), []), t;
2265
- }
2266
- function ye(e) {
2267
- return typeof e != "number" ? e : `${e}px solid`;
2268
- }
2269
- function be(e, r) {
2270
- return ie({
2271
- prop: e,
2272
- themeKey: "borders",
2273
- transform: r
2274
- });
2275
- }
2276
- const ei = be("border", ye), ri = be("borderTop", ye), ti = be("borderRight", ye), ni = be("borderBottom", ye), oi = be("borderLeft", ye), ii = be("borderColor"), ai = be("borderTopColor"), si = be("borderRightColor"), ci = be("borderBottomColor"), li = be("borderLeftColor"), ui = be("outline", ye), fi = be("outlineColor"), Tr = (e) => {
2277
- if (e.borderRadius !== void 0 && e.borderRadius !== null) {
2278
- const r = rr(e.theme, "shape.borderRadius", 4, "borderRadius"), t = (n) => ({
2279
- borderRadius: tr(r, n)
2280
- });
2281
- return $e(e, e.borderRadius, t);
2282
- }
2283
- return null;
2284
- };
2285
- Tr.propTypes = process.env.NODE_ENV !== "production" ? {
2286
- borderRadius: Ae
2287
- } : {};
2288
- Tr.filterProps = ["borderRadius"];
2289
- Er(ei, ri, ti, ni, oi, ii, ai, si, ci, li, Tr, ui, fi);
2290
- const wr = (e) => {
2291
- if (e.gap !== void 0 && e.gap !== null) {
2292
- const r = rr(e.theme, "spacing", 8, "gap"), t = (n) => ({
2293
- gap: tr(r, n)
2294
- });
2295
- return $e(e, e.gap, t);
2296
- }
2297
- return null;
2298
- };
2299
- wr.propTypes = process.env.NODE_ENV !== "production" ? {
2300
- gap: Ae
2301
- } : {};
2302
- wr.filterProps = ["gap"];
2303
- const _r = (e) => {
2304
- if (e.columnGap !== void 0 && e.columnGap !== null) {
2305
- const r = rr(e.theme, "spacing", 8, "columnGap"), t = (n) => ({
2306
- columnGap: tr(r, n)
2307
- });
2308
- return $e(e, e.columnGap, t);
2309
- }
2310
- return null;
2311
- };
2312
- _r.propTypes = process.env.NODE_ENV !== "production" ? {
2313
- columnGap: Ae
2314
- } : {};
2315
- _r.filterProps = ["columnGap"];
2316
- const $r = (e) => {
2317
- if (e.rowGap !== void 0 && e.rowGap !== null) {
2318
- const r = rr(e.theme, "spacing", 8, "rowGap"), t = (n) => ({
2319
- rowGap: tr(r, n)
2320
- });
2321
- return $e(e, e.rowGap, t);
2322
- }
2323
- return null;
2324
- };
2325
- $r.propTypes = process.env.NODE_ENV !== "production" ? {
2326
- rowGap: Ae
2327
- } : {};
2328
- $r.filterProps = ["rowGap"];
2329
- const di = ie({
2330
- prop: "gridColumn"
2331
- }), pi = ie({
2332
- prop: "gridRow"
2333
- }), mi = ie({
2334
- prop: "gridAutoFlow"
2335
- }), hi = ie({
2336
- prop: "gridAutoColumns"
2337
- }), gi = ie({
2338
- prop: "gridAutoRows"
2339
- }), yi = ie({
2340
- prop: "gridTemplateColumns"
2341
- }), bi = ie({
2342
- prop: "gridTemplateRows"
2343
- }), vi = ie({
2344
- prop: "gridTemplateAreas"
2345
- }), Ci = ie({
2346
- prop: "gridArea"
2347
- });
2348
- Er(wr, _r, $r, di, pi, mi, hi, gi, yi, bi, vi, Ci);
2349
- function Ve(e, r) {
2350
- return r === "grey" ? r : e;
2351
- }
2352
- const Si = ie({
2353
- prop: "color",
2354
- themeKey: "palette",
2355
- transform: Ve
2356
- }), xi = ie({
2357
- prop: "bgcolor",
2358
- cssProperty: "backgroundColor",
2359
- themeKey: "palette",
2360
- transform: Ve
2361
- }), Ei = ie({
2362
- prop: "backgroundColor",
2363
- themeKey: "palette",
2364
- transform: Ve
2365
- });
2366
- Er(Si, xi, Ei);
2367
- function me(e) {
2368
- return e <= 1 && e !== 0 ? `${e * 100}%` : e;
2369
- }
2370
- const Ti = ie({
2371
- prop: "width",
2372
- transform: me
2373
- }), tt = (e) => {
2374
- if (e.maxWidth !== void 0 && e.maxWidth !== null) {
2375
- const r = (t) => {
2376
- const n = e.theme?.breakpoints?.values?.[t] || vr[t];
2377
- return n ? e.theme?.breakpoints?.unit !== "px" ? {
2378
- maxWidth: `${n}${e.theme.breakpoints.unit}`
2379
- } : {
2380
- maxWidth: n
2381
- } : {
2382
- maxWidth: me(t)
2383
- };
2384
- };
2385
- return $e(e, e.maxWidth, r);
2386
- }
2387
- return null;
2388
- };
2389
- tt.filterProps = ["maxWidth"];
2390
- const wi = ie({
2391
- prop: "minWidth",
2392
- transform: me
2393
- }), _i = ie({
2394
- prop: "height",
2395
- transform: me
2396
- }), $i = ie({
2397
- prop: "maxHeight",
2398
- transform: me
2399
- }), Oi = ie({
2400
- prop: "minHeight",
2401
- transform: me
2402
- });
2403
- ie({
2404
- prop: "size",
2405
- cssProperty: "width",
2406
- transform: me
2407
- });
2408
- ie({
2409
- prop: "size",
2410
- cssProperty: "height",
2411
- transform: me
2412
- });
2413
- const ki = ie({
2414
- prop: "boxSizing"
2415
- });
2416
- Er(Ti, tt, wi, _i, $i, Oi, ki);
2417
- const Or = {
2418
- // borders
2419
- border: {
2420
- themeKey: "borders",
2421
- transform: ye
2422
- },
2423
- borderTop: {
2424
- themeKey: "borders",
2425
- transform: ye
2426
- },
2427
- borderRight: {
2428
- themeKey: "borders",
2429
- transform: ye
2430
- },
2431
- borderBottom: {
2432
- themeKey: "borders",
2433
- transform: ye
2434
- },
2435
- borderLeft: {
2436
- themeKey: "borders",
2437
- transform: ye
2438
- },
2439
- borderColor: {
2440
- themeKey: "palette"
2441
- },
2442
- borderTopColor: {
2443
- themeKey: "palette"
2444
- },
2445
- borderRightColor: {
2446
- themeKey: "palette"
2447
- },
2448
- borderBottomColor: {
2449
- themeKey: "palette"
2450
- },
2451
- borderLeftColor: {
2452
- themeKey: "palette"
2453
- },
2454
- outline: {
2455
- themeKey: "borders",
2456
- transform: ye
2457
- },
2458
- outlineColor: {
2459
- themeKey: "palette"
2460
- },
2461
- borderRadius: {
2462
- themeKey: "shape.borderRadius",
2463
- style: Tr
2464
- },
2465
- // palette
2466
- color: {
2467
- themeKey: "palette",
2468
- transform: Ve
2469
- },
2470
- bgcolor: {
2471
- themeKey: "palette",
2472
- cssProperty: "backgroundColor",
2473
- transform: Ve
2474
- },
2475
- backgroundColor: {
2476
- themeKey: "palette",
2477
- transform: Ve
2478
- },
2479
- // spacing
2480
- p: {
2481
- style: ne
2482
- },
2483
- pt: {
2484
- style: ne
2485
- },
2486
- pr: {
2487
- style: ne
2488
- },
2489
- pb: {
2490
- style: ne
2491
- },
2492
- pl: {
2493
- style: ne
2494
- },
2495
- px: {
2496
- style: ne
2497
- },
2498
- py: {
2499
- style: ne
2500
- },
2501
- padding: {
2502
- style: ne
2503
- },
2504
- paddingTop: {
2505
- style: ne
2506
- },
2507
- paddingRight: {
2508
- style: ne
2509
- },
2510
- paddingBottom: {
2511
- style: ne
2512
- },
2513
- paddingLeft: {
2514
- style: ne
2515
- },
2516
- paddingX: {
2517
- style: ne
2518
- },
2519
- paddingY: {
2520
- style: ne
2521
- },
2522
- paddingInline: {
2523
- style: ne
2524
- },
2525
- paddingInlineStart: {
2526
- style: ne
2527
- },
2528
- paddingInlineEnd: {
2529
- style: ne
2530
- },
2531
- paddingBlock: {
2532
- style: ne
2533
- },
2534
- paddingBlockStart: {
2535
- style: ne
2536
- },
2537
- paddingBlockEnd: {
2538
- style: ne
2539
- },
2540
- m: {
2541
- style: te
2542
- },
2543
- mt: {
2544
- style: te
2545
- },
2546
- mr: {
2547
- style: te
2548
- },
2549
- mb: {
2550
- style: te
2551
- },
2552
- ml: {
2553
- style: te
2554
- },
2555
- mx: {
2556
- style: te
2557
- },
2558
- my: {
2559
- style: te
2560
- },
2561
- margin: {
2562
- style: te
2563
- },
2564
- marginTop: {
2565
- style: te
2566
- },
2567
- marginRight: {
2568
- style: te
2569
- },
2570
- marginBottom: {
2571
- style: te
2572
- },
2573
- marginLeft: {
2574
- style: te
2575
- },
2576
- marginX: {
2577
- style: te
2578
- },
2579
- marginY: {
2580
- style: te
2581
- },
2582
- marginInline: {
2583
- style: te
2584
- },
2585
- marginInlineStart: {
2586
- style: te
2587
- },
2588
- marginInlineEnd: {
2589
- style: te
2590
- },
2591
- marginBlock: {
2592
- style: te
2593
- },
2594
- marginBlockStart: {
2595
- style: te
2596
- },
2597
- marginBlockEnd: {
2598
- style: te
2599
- },
2600
- // display
2601
- displayPrint: {
2602
- cssProperty: !1,
2603
- transform: (e) => ({
2604
- "@media print": {
2605
- display: e
2606
- }
2607
- })
2608
- },
2609
- display: {},
2610
- overflow: {},
2611
- textOverflow: {},
2612
- visibility: {},
2613
- whiteSpace: {},
2614
- // flexbox
2615
- flexBasis: {},
2616
- flexDirection: {},
2617
- flexWrap: {},
2618
- justifyContent: {},
2619
- alignItems: {},
2620
- alignContent: {},
2621
- order: {},
2622
- flex: {},
2623
- flexGrow: {},
2624
- flexShrink: {},
2625
- alignSelf: {},
2626
- justifyItems: {},
2627
- justifySelf: {},
2628
- // grid
2629
- gap: {
2630
- style: wr
2631
- },
2632
- rowGap: {
2633
- style: $r
2634
- },
2635
- columnGap: {
2636
- style: _r
2637
- },
2638
- gridColumn: {},
2639
- gridRow: {},
2640
- gridAutoFlow: {},
2641
- gridAutoColumns: {},
2642
- gridAutoRows: {},
2643
- gridTemplateColumns: {},
2644
- gridTemplateRows: {},
2645
- gridTemplateAreas: {},
2646
- gridArea: {},
2647
- // positions
2648
- position: {},
2649
- zIndex: {
2650
- themeKey: "zIndex"
2651
- },
2652
- top: {},
2653
- right: {},
2654
- bottom: {},
2655
- left: {},
2656
- // shadows
2657
- boxShadow: {
2658
- themeKey: "shadows"
2659
- },
2660
- // sizing
2661
- width: {
2662
- transform: me
2663
- },
2664
- maxWidth: {
2665
- style: tt
2666
- },
2667
- minWidth: {
2668
- transform: me
2669
- },
2670
- height: {
2671
- transform: me
2672
- },
2673
- maxHeight: {
2674
- transform: me
2675
- },
2676
- minHeight: {
2677
- transform: me
2678
- },
2679
- boxSizing: {},
2680
- // typography
2681
- font: {
2682
- themeKey: "font"
2683
- },
2684
- fontFamily: {
2685
- themeKey: "typography"
2686
- },
2687
- fontSize: {
2688
- themeKey: "typography"
2689
- },
2690
- fontStyle: {
2691
- themeKey: "typography"
2692
- },
2693
- fontWeight: {
2694
- themeKey: "typography"
2695
- },
2696
- letterSpacing: {},
2697
- textTransform: {},
2698
- lineHeight: {},
2699
- textAlign: {},
2700
- typography: {
2701
- cssProperty: !1,
2702
- themeKey: "typography"
2703
- }
2704
- };
2705
- function Ai(...e) {
2706
- const r = e.reduce((n, o) => n.concat(Object.keys(o)), []), t = new Set(r);
2707
- return e.every((n) => t.size === Object.keys(n).length);
2708
- }
2709
- function Ii(e, r) {
2710
- return typeof e == "function" ? e(r) : e;
2711
- }
2712
- function Pi() {
2713
- function e(t, n, o, i) {
2714
- const s = {
2715
- [t]: n,
2716
- theme: o
2717
- }, c = i[t];
2718
- if (!c)
2719
- return {
2720
- [t]: n
2721
- };
2722
- const {
2723
- cssProperty: u = t,
2724
- themeKey: f,
2725
- transform: d,
2726
- style: m
2727
- } = c;
2728
- if (n == null)
2729
- return null;
2730
- if (f === "typography" && n === "inherit")
2731
- return {
2732
- [t]: n
2733
- };
2734
- const h = Cr(o, f) || {};
2735
- return m ? m(s) : $e(s, n, (g) => {
2736
- let l = hr(h, d, g);
2737
- return g === l && typeof g == "string" && (l = hr(h, d, `${t}${g === "default" ? "" : Ne(g)}`, g)), u === !1 ? l : {
2738
- [u]: l
2739
- };
2740
- });
2741
- }
2742
- function r(t) {
2743
- const {
2744
- sx: n,
2745
- theme: o = {},
2746
- nested: i
2747
- } = t || {};
2748
- if (!n)
2749
- return null;
2750
- const s = o.unstable_sxConfig ?? Or;
2751
- function c(u) {
2752
- let f = u;
2753
- if (typeof u == "function")
2754
- f = u(o);
2755
- else if (typeof u != "object")
2756
- return u;
2757
- if (!f)
2758
- return null;
2759
- const d = qo(o.breakpoints), m = Object.keys(d);
2760
- let h = d;
2761
- return Object.keys(f).forEach((x) => {
2762
- const g = Ii(f[x], o);
2763
- if (g != null)
2764
- if (typeof g == "object")
2765
- if (s[x])
2766
- h = Ke(h, e(x, g, o, s));
2767
- else {
2768
- const l = $e({
2769
- theme: o
2770
- }, g, (y) => ({
2771
- [x]: y
2772
- }));
2773
- Ai(l, g) ? h[x] = r({
2774
- sx: g,
2775
- theme: o,
2776
- nested: !0
2777
- }) : h = Ke(h, l);
2778
- }
2779
- else
2780
- h = Ke(h, e(x, g, o, s));
2781
- }), !i && o.modularCssLayers ? {
2782
- "@layer sx": At(o, Pt(m, h))
2783
- } : At(o, Pt(m, h));
2784
- }
2785
- return Array.isArray(n) ? n.map(c) : c(n);
2786
- }
2787
- return r;
2788
- }
2789
- const ze = Pi();
2790
- ze.filterProps = ["sx"];
2791
- function Ri(e, r) {
2792
- const t = this;
2793
- if (t.vars) {
2794
- if (!t.colorSchemes?.[e] || typeof t.getColorSchemeSelector != "function")
2795
- return {};
2796
- let n = t.getColorSchemeSelector(e);
2797
- return n === "&" ? r : ((n.includes("data-") || n.includes(".")) && (n = `*:where(${n.replace(/\s*&$/, "")}) &`), {
2798
- [n]: r
2799
- });
2800
- }
2801
- return t.palette.mode === e ? r : {};
2802
- }
2803
- function un(e = {}, ...r) {
2804
- const {
2805
- breakpoints: t = {},
2806
- palette: n = {},
2807
- spacing: o,
2808
- shape: i = {},
2809
- ...s
2810
- } = e, c = Lo(t), u = ln(o);
2811
- let f = ge({
2812
- breakpoints: c,
2813
- direction: "ltr",
2814
- components: {},
2815
- // Inject component definitions.
2816
- palette: {
2817
- mode: "light",
2818
- ...n
2819
- },
2820
- spacing: u,
2821
- shape: {
2822
- ...Uo,
2823
- ...i
2824
- }
2825
- }, s);
2826
- return f = zo(f), f.applyStyles = Ri, f = r.reduce((d, m) => ge(d, m), f), f.unstable_sxConfig = {
2827
- ...Or,
2828
- ...s?.unstable_sxConfig
2829
- }, f.unstable_sx = function(m) {
2830
- return ze({
2831
- sx: m,
2832
- theme: this
2833
- });
2834
- }, f;
2835
- }
2836
- const Nt = (e) => e, Ni = () => {
2837
- let e = Nt;
2838
- return {
2839
- configure(r) {
2840
- e = r;
2841
- },
2842
- generate(r) {
2843
- return e(r);
2844
- },
2845
- reset() {
2846
- e = Nt;
2847
- }
2848
- };
2849
- }, Mi = Ni();
2850
- function fn(e) {
2851
- var r, t, n = "";
2852
- if (typeof e == "string" || typeof e == "number") n += e;
2853
- else if (typeof e == "object") if (Array.isArray(e)) {
2854
- var o = e.length;
2855
- for (r = 0; r < o; r++) e[r] && (t = fn(e[r])) && (n && (n += " "), n += t);
2856
- } else for (t in e) e[t] && (n && (n += " "), n += t);
2857
- return n;
2858
- }
2859
- function dn() {
2860
- for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = fn(e)) && (n && (n += " "), n += r);
2861
- return n;
2862
- }
2863
- const Di = {
2864
- active: "active",
2865
- checked: "checked",
2866
- completed: "completed",
2867
- disabled: "disabled",
2868
- error: "error",
2869
- expanded: "expanded",
2870
- focused: "focused",
2871
- focusVisible: "focusVisible",
2872
- open: "open",
2873
- readOnly: "readOnly",
2874
- required: "required",
2875
- selected: "selected"
2876
- };
2877
- function nt(e, r, t = "Mui") {
2878
- const n = Di[r];
2879
- return n ? `${t}-${n}` : `${Mi.generate(e)}-${r}`;
2880
- }
2881
- function Bi(e, r, t = "Mui") {
2882
- const n = {};
2883
- return r.forEach((o) => {
2884
- n[o] = nt(e, o, t);
2885
- }), n;
2886
- }
2887
- function pn(e, r = "") {
2888
- return e.displayName || e.name || r;
2889
- }
2890
- function Mt(e, r, t) {
2891
- const n = pn(r);
2892
- return e.displayName || (n !== "" ? `${t}(${n})` : t);
2893
- }
2894
- function Fi(e) {
2895
- if (e != null) {
2896
- if (typeof e == "string")
2897
- return e;
2898
- if (typeof e == "function")
2899
- return pn(e, "Component");
2900
- if (typeof e == "object")
2901
- switch (e.$$typeof) {
2902
- case mr.ForwardRef:
2903
- return Mt(e, e.render, "ForwardRef");
2904
- case mr.Memo:
2905
- return Mt(e, e.type, "memo");
2906
- default:
2907
- return;
2908
- }
2909
- }
2910
- }
2911
- function mn(e) {
2912
- const {
2913
- variants: r,
2914
- ...t
2915
- } = e, n = {
2916
- variants: r,
2917
- style: Re(t),
2918
- isProcessed: !0
2919
- };
2920
- return n.style === t || r && r.forEach((o) => {
2921
- typeof o.style != "function" && (o.style = Re(o.style));
2922
- }), n;
2923
- }
2924
- const ji = un();
2925
- function Lr(e) {
2926
- return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
2927
- }
2928
- function Pe(e, r) {
2929
- return r && e && typeof e == "object" && e.styles && !e.styles.startsWith("@layer") && (e.styles = `@layer ${r}{${String(e.styles)}}`), e;
2930
- }
2931
- function Li(e) {
2932
- return e ? (r, t) => t[e] : null;
2933
- }
2934
- function Vi(e, r, t) {
2935
- e.theme = Yi(e.theme) ? t : e.theme[r] || e.theme;
2936
- }
2937
- function dr(e, r, t) {
2938
- const n = typeof r == "function" ? r(e) : r;
2939
- if (Array.isArray(n))
2940
- return n.flatMap((o) => dr(e, o, t));
2941
- if (Array.isArray(n?.variants)) {
2942
- let o;
2943
- if (n.isProcessed)
2944
- o = t ? Pe(n.style, t) : n.style;
2945
- else {
2946
- const {
2947
- variants: i,
2948
- ...s
2949
- } = n;
2950
- o = t ? Pe(Re(s), t) : s;
2951
- }
2952
- return hn(e, n.variants, [o], t);
2953
- }
2954
- return n?.isProcessed ? t ? Pe(Re(n.style), t) : n.style : t ? Pe(Re(n), t) : n;
2955
- }
2956
- function hn(e, r, t = [], n = void 0) {
2957
- let o;
2958
- e: for (let i = 0; i < r.length; i += 1) {
2959
- const s = r[i];
2960
- if (typeof s.props == "function") {
2961
- if (o ??= {
2962
- ...e,
2963
- ...e.ownerState,
2964
- ownerState: e.ownerState
2965
- }, !s.props(o))
2966
- continue;
2967
- } else
2968
- for (const c in s.props)
2969
- if (e[c] !== s.props[c] && e.ownerState?.[c] !== s.props[c])
2970
- continue e;
2971
- typeof s.style == "function" ? (o ??= {
2972
- ...e,
2973
- ...e.ownerState,
2974
- ownerState: e.ownerState
2975
- }, t.push(n ? Pe(Re(s.style(o)), n) : s.style(o))) : t.push(n ? Pe(Re(s.style), n) : s.style);
2976
- }
2977
- return t;
2978
- }
2979
- function Wi(e = {}) {
2980
- const {
2981
- themeId: r,
2982
- defaultTheme: t = ji,
2983
- rootShouldForwardProp: n = Lr,
2984
- slotShouldForwardProp: o = Lr
2985
- } = e;
2986
- function i(c) {
2987
- Vi(c, r, t);
2988
- }
2989
- return (c, u = {}) => {
2990
- Mo(c, (E) => E.filter((I) => I !== ze));
2991
- const {
2992
- name: f,
2993
- slot: d,
2994
- skipVariantsResolver: m,
2995
- skipSx: h,
2996
- // TODO v6: remove `lowercaseFirstLetter()` in the next major release
2997
- // For more details: https://github.com/mui/material-ui/pull/37908
2998
- overridesResolver: x = Li(gn(d)),
2999
- ...g
3000
- } = u, l = f && f.startsWith("Mui") || d ? "components" : "custom", y = m !== void 0 ? m : (
3001
- // TODO v6: remove `Root` in the next major release
3002
- // For more details: https://github.com/mui/material-ui/pull/37908
3003
- d && d !== "Root" && d !== "root" || !1
3004
- ), _ = h || !1;
3005
- let A = Lr;
3006
- d === "Root" || d === "root" ? A = n : d ? A = o : qi(c) && (A = void 0);
3007
- const P = No(c, {
3008
- shouldForwardProp: A,
3009
- label: Ui(f, d),
3010
- ...g
3011
- }), w = (E) => {
3012
- if (E.__emotion_real === E)
3013
- return E;
3014
- if (typeof E == "function")
3015
- return function(ae) {
3016
- return dr(ae, E, ae.theme.modularCssLayers ? l : void 0);
3017
- };
3018
- if (_e(E)) {
3019
- const I = mn(E);
3020
- return function(Z) {
3021
- return I.variants ? dr(Z, I, Z.theme.modularCssLayers ? l : void 0) : Z.theme.modularCssLayers ? Pe(I.style, l) : I.style;
3022
- };
3023
- }
3024
- return E;
3025
- }, b = (...E) => {
3026
- const I = [], ae = E.map(w), Z = [];
3027
- if (I.push(i), f && x && Z.push(function(k) {
3028
- const R = k.theme.components?.[f]?.styleOverrides;
3029
- if (!R)
3030
- return null;
3031
- const j = {};
3032
- for (const ce in R)
3033
- j[ce] = dr(k, R[ce], k.theme.modularCssLayers ? "theme" : void 0);
3034
- return x(k, j);
3035
- }), f && !y && Z.push(function(k) {
3036
- const R = k.theme?.components?.[f]?.variants;
3037
- return R ? hn(k, R, [], k.theme.modularCssLayers ? "theme" : void 0) : null;
3038
- }), _ || Z.push(ze), Array.isArray(ae[0])) {
3039
- const a = ae.shift(), k = new Array(I.length).fill(""), T = new Array(Z.length).fill("");
3040
- let R;
3041
- R = [...k, ...a, ...T], R.raw = [...k, ...a.raw, ...T], I.unshift(R);
3042
- }
3043
- const oe = [...I, ...ae, ...Z], ee = P(...oe);
3044
- return c.muiName && (ee.muiName = c.muiName), process.env.NODE_ENV !== "production" && (ee.displayName = zi(f, d, c)), ee;
3045
- };
3046
- return P.withConfig && (b.withConfig = P.withConfig), b;
3047
- };
3048
- }
3049
- function zi(e, r, t) {
3050
- return e ? `${e}${Ne(r || "")}` : `Styled(${Fi(t)})`;
3051
- }
3052
- function Ui(e, r) {
3053
- let t;
3054
- return process.env.NODE_ENV !== "production" && e && (t = `${e}-${gn(r || "Root")}`), t;
3055
- }
3056
- function Yi(e) {
3057
- for (const r in e)
3058
- return !1;
3059
- return !0;
3060
- }
3061
- function qi(e) {
3062
- return typeof e == "string" && // 96 is one less than the char code
3063
- // for "a" so this is checking that
3064
- // it's a lowercase character
3065
- e.charCodeAt(0) > 96;
3066
- }
3067
- function gn(e) {
3068
- return e && e.charAt(0).toLowerCase() + e.slice(1);
3069
- }
3070
- function Gr(e, r, t = !1) {
3071
- const n = {
3072
- ...r
3073
- };
3074
- for (const o in e)
3075
- if (Object.prototype.hasOwnProperty.call(e, o)) {
3076
- const i = o;
3077
- if (i === "components" || i === "slots")
3078
- n[i] = {
3079
- ...e[i],
3080
- ...n[i]
3081
- };
3082
- else if (i === "componentsProps" || i === "slotProps") {
3083
- const s = e[i], c = r[i];
3084
- if (!c)
3085
- n[i] = s || {};
3086
- else if (!s)
3087
- n[i] = c;
3088
- else {
3089
- n[i] = {
3090
- ...c
3091
- };
3092
- for (const u in s)
3093
- if (Object.prototype.hasOwnProperty.call(s, u)) {
3094
- const f = u;
3095
- n[i][f] = Gr(s[f], c[f], t);
3096
- }
3097
- }
3098
- } else i === "className" && t && r.className ? n.className = dn(e?.className, r?.className) : i === "style" && t && r.style ? n.style = {
3099
- ...e?.style,
3100
- ...r?.style
3101
- } : n[i] === void 0 && (n[i] = e[i]);
3102
- }
3103
- return n;
3104
- }
3105
- function Gi(e, r = Number.MIN_SAFE_INTEGER, t = Number.MAX_SAFE_INTEGER) {
3106
- return Math.max(r, Math.min(e, t));
3107
- }
3108
- function ot(e, r = 0, t = 1) {
3109
- return process.env.NODE_ENV !== "production" && (e < r || e > t) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${t}].`), Gi(e, r, t);
3110
- }
3111
- function Hi(e) {
3112
- e = e.slice(1);
3113
- const r = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
3114
- let t = e.match(r);
3115
- return t && t[0].length === 1 && (t = t.map((n) => n + n)), process.env.NODE_ENV !== "production" && e.length !== e.trim().length && console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`), t ? `rgb${t.length === 4 ? "a" : ""}(${t.map((n, o) => o < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
3116
- }
3117
- function ke(e) {
3118
- if (e.type)
3119
- return e;
3120
- if (e.charAt(0) === "#")
3121
- return ke(Hi(e));
3122
- const r = e.indexOf("("), t = e.substring(0, r);
3123
- if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(t))
3124
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
3125
- The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : Oe(9, e));
3126
- let n = e.substring(r + 1, e.length - 1), o;
3127
- if (t === "color") {
3128
- if (n = n.split(" "), o = n.shift(), n.length === 4 && n[3].charAt(0) === "/" && (n[3] = n[3].slice(1)), !["srgb", "display-p3", "a98-rgb", "prophoto-rgb", "rec-2020"].includes(o))
3129
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${o}\` color space.
3130
- The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : Oe(10, o));
3131
- } else
3132
- n = n.split(",");
3133
- return n = n.map((i) => parseFloat(i)), {
3134
- type: t,
3135
- values: n,
3136
- colorSpace: o
3137
- };
3138
- }
3139
- const Ki = (e) => {
3140
- const r = ke(e);
3141
- return r.values.slice(0, 3).map((t, n) => r.type.includes("hsl") && n !== 0 ? `${t}%` : t).join(" ");
3142
- }, Ge = (e, r) => {
3143
- try {
3144
- return Ki(e);
3145
- } catch {
3146
- return r && process.env.NODE_ENV !== "production" && console.warn(r), e;
3147
- }
3148
- };
3149
- function kr(e) {
3150
- const {
3151
- type: r,
3152
- colorSpace: t
3153
- } = e;
3154
- let {
3155
- values: n
3156
- } = e;
3157
- return r.includes("rgb") ? n = n.map((o, i) => i < 3 ? parseInt(o, 10) : o) : r.includes("hsl") && (n[1] = `${n[1]}%`, n[2] = `${n[2]}%`), r.includes("color") ? n = `${t} ${n.join(" ")}` : n = `${n.join(", ")}`, `${r}(${n})`;
3158
- }
3159
- function yn(e) {
3160
- e = ke(e);
3161
- const {
3162
- values: r
3163
- } = e, t = r[0], n = r[1] / 100, o = r[2] / 100, i = n * Math.min(o, 1 - o), s = (f, d = (f + t / 30) % 12) => o - i * Math.max(Math.min(d - 3, 9 - d, 1), -1);
3164
- let c = "rgb";
3165
- const u = [Math.round(s(0) * 255), Math.round(s(8) * 255), Math.round(s(4) * 255)];
3166
- return e.type === "hsla" && (c += "a", u.push(r[3])), kr({
3167
- type: c,
3168
- values: u
3169
- });
3170
- }
3171
- function Hr(e) {
3172
- e = ke(e);
3173
- let r = e.type === "hsl" || e.type === "hsla" ? ke(yn(e)).values : e.values;
3174
- return r = r.map((t) => (e.type !== "color" && (t /= 255), t <= 0.03928 ? t / 12.92 : ((t + 0.055) / 1.055) ** 2.4)), Number((0.2126 * r[0] + 0.7152 * r[1] + 0.0722 * r[2]).toFixed(3));
3175
- }
3176
- function Dt(e, r) {
3177
- const t = Hr(e), n = Hr(r);
3178
- return (Math.max(t, n) + 0.05) / (Math.min(t, n) + 0.05);
3179
- }
3180
- function bn(e, r) {
3181
- return e = ke(e), r = ot(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, kr(e);
3182
- }
3183
- function Ie(e, r, t) {
3184
- try {
3185
- return bn(e, r);
3186
- } catch {
3187
- return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
3188
- }
3189
- }
3190
- function Ar(e, r) {
3191
- if (e = ke(e), r = ot(r), e.type.includes("hsl"))
3192
- e.values[2] *= 1 - r;
3193
- else if (e.type.includes("rgb") || e.type.includes("color"))
3194
- for (let t = 0; t < 3; t += 1)
3195
- e.values[t] *= 1 - r;
3196
- return kr(e);
3197
- }
3198
- function H(e, r, t) {
3199
- try {
3200
- return Ar(e, r);
3201
- } catch {
3202
- return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
3203
- }
3204
- }
3205
- function Ir(e, r) {
3206
- if (e = ke(e), r = ot(r), e.type.includes("hsl"))
3207
- e.values[2] += (100 - e.values[2]) * r;
3208
- else if (e.type.includes("rgb"))
3209
- for (let t = 0; t < 3; t += 1)
3210
- e.values[t] += (255 - e.values[t]) * r;
3211
- else if (e.type.includes("color"))
3212
- for (let t = 0; t < 3; t += 1)
3213
- e.values[t] += (1 - e.values[t]) * r;
3214
- return kr(e);
3215
- }
3216
- function K(e, r, t) {
3217
- try {
3218
- return Ir(e, r);
3219
- } catch {
3220
- return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
3221
- }
3222
- }
3223
- function Xi(e, r = 0.15) {
3224
- return Hr(e) > 0.5 ? Ar(e, r) : Ir(e, r);
3225
- }
3226
- function cr(e, r, t) {
3227
- try {
3228
- return Xi(e, r);
3229
- } catch {
3230
- return e;
3231
- }
3232
- }
3233
- const Qi = /* @__PURE__ */ de.createContext(void 0);
3234
- process.env.NODE_ENV !== "production" && (J.node, J.object);
3235
- function Ji(e) {
3236
- const {
3237
- theme: r,
3238
- name: t,
3239
- props: n
3240
- } = e;
3241
- if (!r || !r.components || !r.components[t])
3242
- return n;
3243
- const o = r.components[t];
3244
- return o.defaultProps ? Gr(o.defaultProps, n, r.components.mergeClassNameAndStyle) : !o.styleOverrides && !o.variants ? Gr(o, n, r.components.mergeClassNameAndStyle) : n;
3245
- }
3246
- function Zi({
3247
- props: e,
3248
- name: r
3249
- }) {
3250
- const t = de.useContext(Qi);
3251
- return Ji({
3252
- props: e,
3253
- name: r,
3254
- theme: {
3255
- components: t
3256
- }
3257
- });
3258
- }
3259
- const Bt = {
3260
- theme: void 0
3261
- };
3262
- function ea(e) {
3263
- let r, t;
3264
- return function(o) {
3265
- let i = r;
3266
- return (i === void 0 || o.theme !== t) && (Bt.theme = o.theme, i = mn(e(Bt)), r = i, t = o.theme), i;
3267
- };
3268
- }
3269
- function ra(e = "") {
3270
- function r(...n) {
3271
- if (!n.length)
3272
- return "";
3273
- const o = n[0];
3274
- return typeof o == "string" && !o.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/) ? `, var(--${e ? `${e}-` : ""}${o}${r(...n.slice(1))})` : `, ${o}`;
3275
- }
3276
- return (n, ...o) => `var(--${e ? `${e}-` : ""}${n}${r(...o)})`;
3277
- }
3278
- const Ft = (e, r, t, n = []) => {
3279
- let o = e;
3280
- r.forEach((i, s) => {
3281
- s === r.length - 1 ? Array.isArray(o) ? o[Number(i)] = t : o && typeof o == "object" && (o[i] = t) : o && typeof o == "object" && (o[i] || (o[i] = n.includes(i) ? [] : {}), o = o[i]);
3282
- });
3283
- }, ta = (e, r, t) => {
3284
- function n(o, i = [], s = []) {
3285
- Object.entries(o).forEach(([c, u]) => {
3286
- (!t || t && !t([...i, c])) && u != null && (typeof u == "object" && Object.keys(u).length > 0 ? n(u, [...i, c], Array.isArray(u) ? [...s, c] : s) : r([...i, c], u, s));
3287
- });
3288
- }
3289
- n(e);
3290
- }, na = (e, r) => typeof r == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().includes("opacity") ? r : `${r}px` : r;
3291
- function Vr(e, r) {
3292
- const {
3293
- prefix: t,
3294
- shouldSkipGeneratingVar: n
3295
- } = r || {}, o = {}, i = {}, s = {};
3296
- return ta(
3297
- e,
3298
- (c, u, f) => {
3299
- if ((typeof u == "string" || typeof u == "number") && (!n || !n(c, u))) {
3300
- const d = `--${t ? `${t}-` : ""}${c.join("-")}`, m = na(c, u);
3301
- Object.assign(o, {
3302
- [d]: m
3303
- }), Ft(i, c, `var(${d})`, f), Ft(s, c, `var(${d}, ${m})`, f);
3304
- }
3305
- },
3306
- (c) => c[0] === "vars"
3307
- // skip 'vars/*' paths
3308
- ), {
3309
- css: o,
3310
- vars: i,
3311
- varsWithDefaults: s
3312
- };
3313
- }
3314
- function oa(e, r = {}) {
3315
- const {
3316
- getSelector: t = _,
3317
- disableCssColorScheme: n,
3318
- colorSchemeSelector: o,
3319
- enableContrastVars: i
3320
- } = r, {
3321
- colorSchemes: s = {},
3322
- components: c,
3323
- defaultColorScheme: u = "light",
3324
- ...f
3325
- } = e, {
3326
- vars: d,
3327
- css: m,
3328
- varsWithDefaults: h
3329
- } = Vr(f, r);
3330
- let x = h;
3331
- const g = {}, {
3332
- [u]: l,
3333
- ...y
3334
- } = s;
3335
- if (Object.entries(y || {}).forEach(([w, b]) => {
3336
- const {
3337
- vars: E,
3338
- css: I,
3339
- varsWithDefaults: ae
3340
- } = Vr(b, r);
3341
- x = ge(x, ae), g[w] = {
3342
- css: I,
3343
- vars: E
3344
- };
3345
- }), l) {
3346
- const {
3347
- css: w,
3348
- vars: b,
3349
- varsWithDefaults: E
3350
- } = Vr(l, r);
3351
- x = ge(x, E), g[u] = {
3352
- css: w,
3353
- vars: b
3354
- };
3355
- }
3356
- function _(w, b) {
3357
- let E = o;
3358
- if (o === "class" && (E = ".%s"), o === "data" && (E = "[data-%s]"), o?.startsWith("data-") && !o.includes("%s") && (E = `[${o}="%s"]`), w) {
3359
- if (E === "media")
3360
- return e.defaultColorScheme === w ? ":root" : {
3361
- [`@media (prefers-color-scheme: ${s[w]?.palette?.mode || w})`]: {
3362
- ":root": b
3363
- }
3364
- };
3365
- if (E)
3366
- return e.defaultColorScheme === w ? `:root, ${E.replace("%s", String(w))}` : E.replace("%s", String(w));
3367
- }
3368
- return ":root";
3369
- }
3370
- return {
3371
- vars: x,
3372
- generateThemeVars: () => {
3373
- let w = {
3374
- ...d
3375
- };
3376
- return Object.entries(g).forEach(([, {
3377
- vars: b
3378
- }]) => {
3379
- w = ge(w, b);
3380
- }), w;
3381
- },
3382
- generateStyleSheets: () => {
3383
- const w = [], b = e.defaultColorScheme || "light";
3384
- function E(Z, oe) {
3385
- Object.keys(oe).length && w.push(typeof Z == "string" ? {
3386
- [Z]: {
3387
- ...oe
3388
- }
3389
- } : Z);
3390
- }
3391
- E(t(void 0, {
3392
- ...m
3393
- }), m);
3394
- const {
3395
- [b]: I,
3396
- ...ae
3397
- } = g;
3398
- if (I) {
3399
- const {
3400
- css: Z
3401
- } = I, oe = s[b]?.palette?.mode, ee = !n && oe ? {
3402
- colorScheme: oe,
3403
- ...Z
3404
- } : {
3405
- ...Z
3406
- };
3407
- E(t(b, {
3408
- ...ee
3409
- }), ee);
3410
- }
3411
- return Object.entries(ae).forEach(([Z, {
3412
- css: oe
3413
- }]) => {
3414
- const ee = s[Z]?.palette?.mode, a = !n && ee ? {
3415
- colorScheme: ee,
3416
- ...oe
3417
- } : {
3418
- ...oe
3419
- };
3420
- E(t(Z, {
3421
- ...a
3422
- }), a);
3423
- }), i && w.push({
3424
- ":root": {
3425
- // use double underscore to indicate that these are private variables
3426
- "--__l-threshold": "0.7",
3427
- "--__l": "clamp(0, (l / var(--__l-threshold) - 1) * -infinity, 1)",
3428
- "--__a": "clamp(0.87, (l / var(--__l-threshold) - 1) * -infinity, 1)"
3429
- // 0.87 is the default alpha value for black text.
3430
- }
3431
- }), w;
3432
- }
3433
- };
3434
- }
3435
- function ia(e) {
3436
- return function(t) {
3437
- return e === "media" ? (process.env.NODE_ENV !== "production" && t !== "light" && t !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${t}'.`), `@media (prefers-color-scheme: ${t})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${t}"] &` : e === "class" ? `.${t} &` : e === "data" ? `[data-${t}] &` : `${e.replace("%s", t)} &` : "&";
3438
- };
3439
- }
3440
- function aa(e, r, t = void 0) {
3441
- const n = {};
3442
- for (const o in e) {
3443
- const i = e[o];
3444
- let s = "", c = !0;
3445
- for (let u = 0; u < i.length; u += 1) {
3446
- const f = i[u];
3447
- f && (s += (c === !0 ? "" : " ") + r(f), c = !1, t && t[f] && (s += " " + t[f]));
3448
- }
3449
- n[o] = s;
3450
- }
3451
- return n;
3452
- }
3453
- function vn() {
3454
- return {
3455
- // The colors used to style the text.
3456
- text: {
3457
- // The most important text.
3458
- primary: "rgba(0, 0, 0, 0.87)",
3459
- // Secondary text.
3460
- secondary: "rgba(0, 0, 0, 0.6)",
3461
- // Disabled text have even lower visual prominence.
3462
- disabled: "rgba(0, 0, 0, 0.38)"
3463
- },
3464
- // The color used to divide different elements.
3465
- divider: "rgba(0, 0, 0, 0.12)",
3466
- // The background colors used to style the surfaces.
3467
- // Consistency between these values is important.
3468
- background: {
3469
- paper: Xe.white,
3470
- default: Xe.white
3471
- },
3472
- // The colors used to style the action elements.
3473
- action: {
3474
- // The color of an active action like an icon button.
3475
- active: "rgba(0, 0, 0, 0.54)",
3476
- // The color of an hovered action.
3477
- hover: "rgba(0, 0, 0, 0.04)",
3478
- hoverOpacity: 0.04,
3479
- // The color of a selected action.
3480
- selected: "rgba(0, 0, 0, 0.08)",
3481
- selectedOpacity: 0.08,
3482
- // The color of a disabled action.
3483
- disabled: "rgba(0, 0, 0, 0.26)",
3484
- // The background color of a disabled action.
3485
- disabledBackground: "rgba(0, 0, 0, 0.12)",
3486
- disabledOpacity: 0.38,
3487
- focus: "rgba(0, 0, 0, 0.12)",
3488
- focusOpacity: 0.12,
3489
- activatedOpacity: 0.12
3490
- }
3491
- };
3492
- }
3493
- const Cn = vn();
3494
- function Sn() {
3495
- return {
3496
- text: {
3497
- primary: Xe.white,
3498
- secondary: "rgba(255, 255, 255, 0.7)",
3499
- disabled: "rgba(255, 255, 255, 0.5)",
3500
- icon: "rgba(255, 255, 255, 0.5)"
3501
- },
3502
- divider: "rgba(255, 255, 255, 0.12)",
3503
- background: {
3504
- paper: "#121212",
3505
- default: "#121212"
3506
- },
3507
- action: {
3508
- active: Xe.white,
3509
- hover: "rgba(255, 255, 255, 0.08)",
3510
- hoverOpacity: 0.08,
3511
- selected: "rgba(255, 255, 255, 0.16)",
3512
- selectedOpacity: 0.16,
3513
- disabled: "rgba(255, 255, 255, 0.3)",
3514
- disabledBackground: "rgba(255, 255, 255, 0.12)",
3515
- disabledOpacity: 0.38,
3516
- focus: "rgba(255, 255, 255, 0.12)",
3517
- focusOpacity: 0.12,
3518
- activatedOpacity: 0.24
3519
- }
3520
- };
3521
- }
3522
- const Kr = Sn();
3523
- function jt(e, r, t, n) {
3524
- const o = n.light || n, i = n.dark || n * 1.5;
3525
- e[r] || (e.hasOwnProperty(t) ? e[r] = e[t] : r === "light" ? e.light = Ir(e.main, o) : r === "dark" && (e.dark = Ar(e.main, i)));
3526
- }
3527
- function Lt(e, r, t, n, o) {
3528
- const i = o.light || o, s = o.dark || o * 1.5;
3529
- r[t] || (r.hasOwnProperty(n) ? r[t] = r[n] : t === "light" ? r.light = `color-mix(in ${e}, ${r.main}, #fff ${(i * 100).toFixed(0)}%)` : t === "dark" && (r.dark = `color-mix(in ${e}, ${r.main}, #000 ${(s * 100).toFixed(0)}%)`));
3530
- }
3531
- function sa(e = "light") {
3532
- return e === "dark" ? {
3533
- main: Be[200],
3534
- light: Be[50],
3535
- dark: Be[400]
3536
- } : {
3537
- main: Be[700],
3538
- light: Be[400],
3539
- dark: Be[800]
3540
- };
3541
- }
3542
- function ca(e = "light") {
3543
- return e === "dark" ? {
3544
- main: De[200],
3545
- light: De[50],
3546
- dark: De[400]
3547
- } : {
3548
- main: De[500],
3549
- light: De[300],
3550
- dark: De[700]
3551
- };
3552
- }
3553
- function la(e = "light") {
3554
- return e === "dark" ? {
3555
- main: Me[500],
3556
- light: Me[300],
3557
- dark: Me[700]
3558
- } : {
3559
- main: Me[700],
3560
- light: Me[400],
3561
- dark: Me[800]
3562
- };
3563
- }
3564
- function ua(e = "light") {
3565
- return e === "dark" ? {
3566
- main: Fe[400],
3567
- light: Fe[300],
3568
- dark: Fe[700]
3569
- } : {
3570
- main: Fe[700],
3571
- light: Fe[500],
3572
- dark: Fe[900]
3573
- };
3574
- }
3575
- function fa(e = "light") {
3576
- return e === "dark" ? {
3577
- main: je[400],
3578
- light: je[300],
3579
- dark: je[700]
3580
- } : {
3581
- main: je[800],
3582
- light: je[500],
3583
- dark: je[900]
3584
- };
3585
- }
3586
- function da(e = "light") {
3587
- return e === "dark" ? {
3588
- main: Ye[400],
3589
- light: Ye[300],
3590
- dark: Ye[700]
3591
- } : {
3592
- main: "#ed6c02",
3593
- // closest to orange[800] that pass 3:1.
3594
- light: Ye[500],
3595
- dark: Ye[900]
3596
- };
3597
- }
3598
- function pa(e) {
3599
- return `oklch(from ${e} var(--__l) 0 h / var(--__a))`;
3600
- }
3601
- function it(e) {
3602
- const {
3603
- mode: r = "light",
3604
- contrastThreshold: t = 3,
3605
- tonalOffset: n = 0.2,
3606
- colorSpace: o,
3607
- ...i
3608
- } = e, s = e.primary || sa(r), c = e.secondary || ca(r), u = e.error || la(r), f = e.info || ua(r), d = e.success || fa(r), m = e.warning || da(r);
3609
- function h(y) {
3610
- if (o)
3611
- return pa(y);
3612
- const _ = Dt(y, Kr.text.primary) >= t ? Kr.text.primary : Cn.text.primary;
3613
- if (process.env.NODE_ENV !== "production") {
3614
- const A = Dt(y, _);
3615
- A < 3 && console.error([`MUI: The contrast ratio of ${A}:1 for ${_} on ${y}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
3616
- `));
3617
- }
3618
- return _;
3619
- }
3620
- const x = ({
3621
- color: y,
3622
- name: _,
3623
- mainShade: A = 500,
3624
- lightShade: P = 300,
3625
- darkShade: w = 700
3626
- }) => {
3627
- if (y = {
3628
- ...y
3629
- }, !y.main && y[A] && (y.main = y[A]), !y.hasOwnProperty("main"))
3630
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${_ ? ` (${_})` : ""} provided to augmentColor(color) is invalid.
3631
- The color object needs to have a \`main\` property or a \`${A}\` property.` : Oe(11, _ ? ` (${_})` : "", A));
3632
- if (typeof y.main != "string")
3633
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${_ ? ` (${_})` : ""} provided to augmentColor(color) is invalid.
3634
- \`color.main\` should be a string, but \`${JSON.stringify(y.main)}\` was provided instead.
3635
-
3636
- Did you intend to use one of the following approaches?
3637
-
3638
- import { green } from "@mui/material/colors";
3639
-
3640
- const theme1 = createTheme({ palette: {
3641
- primary: green,
3642
- } });
3643
-
3644
- const theme2 = createTheme({ palette: {
3645
- primary: { main: green[500] },
3646
- } });` : Oe(12, _ ? ` (${_})` : "", JSON.stringify(y.main)));
3647
- return o ? (Lt(o, y, "light", P, n), Lt(o, y, "dark", w, n)) : (jt(y, "light", P, n), jt(y, "dark", w, n)), y.contrastText || (y.contrastText = h(y.main)), y;
3648
- };
3649
- let g;
3650
- return r === "light" ? g = vn() : r === "dark" && (g = Sn()), process.env.NODE_ENV !== "production" && (g || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), ge({
3651
- // A collection of common colors.
3652
- common: {
3653
- ...Xe
3654
- },
3655
- // prevent mutable object.
3656
- // The palette mode, can be light or dark.
3657
- mode: r,
3658
- // The colors used to represent primary interface elements for a user.
3659
- primary: x({
3660
- color: s,
3661
- name: "primary"
3662
- }),
3663
- // The colors used to represent secondary interface elements for a user.
3664
- secondary: x({
3665
- color: c,
3666
- name: "secondary",
3667
- mainShade: "A400",
3668
- lightShade: "A200",
3669
- darkShade: "A700"
3670
- }),
3671
- // The colors used to represent interface elements that the user should be made aware of.
3672
- error: x({
3673
- color: u,
3674
- name: "error"
3675
- }),
3676
- // The colors used to represent potentially dangerous actions or important messages.
3677
- warning: x({
3678
- color: m,
3679
- name: "warning"
3680
- }),
3681
- // The colors used to present information to the user that is neutral and not necessarily important.
3682
- info: x({
3683
- color: f,
3684
- name: "info"
3685
- }),
3686
- // The colors used to indicate the successful completion of an action that user triggered.
3687
- success: x({
3688
- color: d,
3689
- name: "success"
3690
- }),
3691
- // The grey colors.
3692
- grey: $n,
3693
- // Used by `getContrastText()` to maximize the contrast between
3694
- // the background and the text.
3695
- contrastThreshold: t,
3696
- // Takes a background color and returns the text color that maximizes the contrast.
3697
- getContrastText: h,
3698
- // Generate a rich color object.
3699
- augmentColor: x,
3700
- // Used by the functions below to shift a color's luminance by approximately
3701
- // two indexes within its tonal palette.
3702
- // E.g., shift from Red 500 to Red 300 or Red 700.
3703
- tonalOffset: n,
3704
- // The light and dark mode object.
3705
- ...g
3706
- }, i);
3707
- }
3708
- function ma(e) {
3709
- const r = {};
3710
- return Object.entries(e).forEach((n) => {
3711
- const [o, i] = n;
3712
- typeof i == "object" && (r[o] = `${i.fontStyle ? `${i.fontStyle} ` : ""}${i.fontVariant ? `${i.fontVariant} ` : ""}${i.fontWeight ? `${i.fontWeight} ` : ""}${i.fontStretch ? `${i.fontStretch} ` : ""}${i.fontSize || ""}${i.lineHeight ? `/${i.lineHeight} ` : ""}${i.fontFamily || ""}`);
3713
- }), r;
3714
- }
3715
- function ha(e, r) {
3716
- return {
3717
- toolbar: {
3718
- minHeight: 56,
3719
- [e.up("xs")]: {
3720
- "@media (orientation: landscape)": {
3721
- minHeight: 48
3722
- }
3723
- },
3724
- [e.up("sm")]: {
3725
- minHeight: 64
3726
- }
3727
- },
3728
- ...r
3729
- };
3730
- }
3731
- function ga(e) {
3732
- return Math.round(e * 1e5) / 1e5;
3733
- }
3734
- const Vt = {
3735
- textTransform: "uppercase"
3736
- }, Wt = '"Roboto", "Helvetica", "Arial", sans-serif';
3737
- function ya(e, r) {
3738
- const {
3739
- fontFamily: t = Wt,
3740
- // The default font size of the Material Specification.
3741
- fontSize: n = 14,
3742
- // px
3743
- fontWeightLight: o = 300,
3744
- fontWeightRegular: i = 400,
3745
- fontWeightMedium: s = 500,
3746
- fontWeightBold: c = 700,
3747
- // Tell MUI what's the font-size on the html element.
3748
- // 16px is the default font-size used by browsers.
3749
- htmlFontSize: u = 16,
3750
- // Apply the CSS properties to all the variants.
3751
- allVariants: f,
3752
- pxToRem: d,
3753
- ...m
3754
- } = typeof r == "function" ? r(e) : r;
3755
- process.env.NODE_ENV !== "production" && (typeof n != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof u != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
3756
- const h = n / 14, x = d || ((y) => `${y / u * h}rem`), g = (y, _, A, P, w) => ({
3757
- fontFamily: t,
3758
- fontWeight: y,
3759
- fontSize: x(_),
3760
- // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
3761
- lineHeight: A,
3762
- // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
3763
- // across font-families can cause issues with the kerning.
3764
- ...t === Wt ? {
3765
- letterSpacing: `${ga(P / _)}em`
3766
- } : {},
3767
- ...w,
3768
- ...f
3769
- }), l = {
3770
- h1: g(o, 96, 1.167, -1.5),
3771
- h2: g(o, 60, 1.2, -0.5),
3772
- h3: g(i, 48, 1.167, 0),
3773
- h4: g(i, 34, 1.235, 0.25),
3774
- h5: g(i, 24, 1.334, 0),
3775
- h6: g(s, 20, 1.6, 0.15),
3776
- subtitle1: g(i, 16, 1.75, 0.15),
3777
- subtitle2: g(s, 14, 1.57, 0.1),
3778
- body1: g(i, 16, 1.5, 0.15),
3779
- body2: g(i, 14, 1.43, 0.15),
3780
- button: g(s, 14, 1.75, 0.4, Vt),
3781
- caption: g(i, 12, 1.66, 0.4),
3782
- overline: g(i, 12, 2.66, 1, Vt),
3783
- // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.
3784
- inherit: {
3785
- fontFamily: "inherit",
3786
- fontWeight: "inherit",
3787
- fontSize: "inherit",
3788
- lineHeight: "inherit",
3789
- letterSpacing: "inherit"
3790
- }
3791
- };
3792
- return ge({
3793
- htmlFontSize: u,
3794
- pxToRem: x,
3795
- fontFamily: t,
3796
- fontSize: n,
3797
- fontWeightLight: o,
3798
- fontWeightRegular: i,
3799
- fontWeightMedium: s,
3800
- fontWeightBold: c,
3801
- ...l
3802
- }, m, {
3803
- clone: !1
3804
- // No need to clone deep
3805
- });
3806
- }
3807
- const ba = 0.2, va = 0.14, Ca = 0.12;
3808
- function re(...e) {
3809
- return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${ba})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${va})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Ca})`].join(",");
3810
- }
3811
- const Sa = ["none", re(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), re(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), re(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), re(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), re(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), re(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), re(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), re(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), re(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), re(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), re(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), re(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), re(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), re(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), re(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), re(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), re(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), re(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), re(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), re(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), re(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), re(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), re(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), re(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], xa = {
3812
- // This is the most common easing curve.
3813
- easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
3814
- // Objects enter the screen at full velocity from off-screen and
3815
- // slowly decelerate to a resting point.
3816
- easeOut: "cubic-bezier(0.0, 0, 0.2, 1)",
3817
- // Objects leave the screen at full velocity. They do not decelerate when off-screen.
3818
- easeIn: "cubic-bezier(0.4, 0, 1, 1)",
3819
- // The sharp curve is used by objects that may return to the screen at any time.
3820
- sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
3821
- }, Ea = {
3822
- shortest: 150,
3823
- shorter: 200,
3824
- short: 250,
3825
- // most basic recommended timing
3826
- standard: 300,
3827
- // this is to be used in complex animations
3828
- complex: 375,
3829
- // recommended when something is entering screen
3830
- enteringScreen: 225,
3831
- // recommended when something is leaving screen
3832
- leavingScreen: 195
3833
- };
3834
- function zt(e) {
3835
- return `${Math.round(e)}ms`;
3836
- }
3837
- function Ta(e) {
3838
- if (!e)
3839
- return 0;
3840
- const r = e / 36;
3841
- return Math.min(Math.round((4 + 15 * r ** 0.25 + r / 5) * 10), 3e3);
3842
- }
3843
- function wa(e) {
3844
- const r = {
3845
- ...xa,
3846
- ...e.easing
3847
- }, t = {
3848
- ...Ea,
3849
- ...e.duration
3850
- };
3851
- return {
3852
- getAutoHeightDuration: Ta,
3853
- create: (o = ["all"], i = {}) => {
3854
- const {
3855
- duration: s = t.standard,
3856
- easing: c = r.easeInOut,
3857
- delay: u = 0,
3858
- ...f
3859
- } = i;
3860
- if (process.env.NODE_ENV !== "production") {
3861
- const d = (h) => typeof h == "string", m = (h) => !Number.isNaN(parseFloat(h));
3862
- !d(o) && !Array.isArray(o) && console.error('MUI: Argument "props" must be a string or Array.'), !m(s) && !d(s) && console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`), d(c) || console.error('MUI: Argument "easing" must be a string.'), !m(u) && !d(u) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof i != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
3863
- `)), Object.keys(f).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(f).join(",")}].`);
3864
- }
3865
- return (Array.isArray(o) ? o : [o]).map((d) => `${d} ${typeof s == "string" ? s : zt(s)} ${c} ${typeof u == "string" ? u : zt(u)}`).join(",");
3866
- },
3867
- ...e,
3868
- easing: r,
3869
- duration: t
3870
- };
3871
- }
3872
- const _a = {
3873
- mobileStepper: 1e3,
3874
- fab: 1050,
3875
- speedDial: 1050,
3876
- appBar: 1100,
3877
- drawer: 1200,
3878
- modal: 1300,
3879
- snackbar: 1400,
3880
- tooltip: 1500
3881
- };
3882
- function $a(e) {
3883
- return _e(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
3884
- }
3885
- function xn(e = {}) {
3886
- const r = {
3887
- ...e
3888
- };
3889
- function t(n) {
3890
- const o = Object.entries(n);
3891
- for (let i = 0; i < o.length; i++) {
3892
- const [s, c] = o[i];
3893
- !$a(c) || s.startsWith("unstable_") ? delete n[s] : _e(c) && (n[s] = {
3894
- ...c
3895
- }, t(n[s]));
3896
- }
3897
- }
3898
- return t(r), `import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
3899
-
3900
- const theme = ${JSON.stringify(r, null, 2)};
3901
-
3902
- theme.breakpoints = createBreakpoints(theme.breakpoints || {});
3903
- theme.transitions = createTransitions(theme.transitions || {});
3904
-
3905
- export default theme;`;
3906
- }
3907
- function Ut(e) {
3908
- return typeof e == "number" ? `${(e * 100).toFixed(0)}%` : `calc((${e}) * 100%)`;
3909
- }
3910
- const Oa = (e) => {
3911
- if (!Number.isNaN(+e))
3912
- return +e;
3913
- const r = e.match(/\d*\.?\d+/g);
3914
- if (!r)
3915
- return 0;
3916
- let t = 0;
3917
- for (let n = 0; n < r.length; n += 1)
3918
- t += +r[n];
3919
- return t;
3920
- };
3921
- function ka(e) {
3922
- Object.assign(e, {
3923
- alpha(r, t) {
3924
- const n = this || e;
3925
- return n.colorSpace ? `oklch(from ${r} l c h / ${typeof t == "string" ? `calc(${t})` : t})` : n.vars ? `rgba(${r.replace(/var\(--([^,\s)]+)(?:,[^)]+)?\)+/g, "var(--$1Channel)")} / ${typeof t == "string" ? `calc(${t})` : t})` : bn(r, Oa(t));
3926
- },
3927
- lighten(r, t) {
3928
- const n = this || e;
3929
- return n.colorSpace ? `color-mix(in ${n.colorSpace}, ${r}, #fff ${Ut(t)})` : Ir(r, t);
3930
- },
3931
- darken(r, t) {
3932
- const n = this || e;
3933
- return n.colorSpace ? `color-mix(in ${n.colorSpace}, ${r}, #000 ${Ut(t)})` : Ar(r, t);
3934
- }
3935
- });
3936
- }
3937
- function Xr(e = {}, ...r) {
3938
- const {
3939
- breakpoints: t,
3940
- mixins: n = {},
3941
- spacing: o,
3942
- palette: i = {},
3943
- transitions: s = {},
3944
- typography: c = {},
3945
- shape: u,
3946
- colorSpace: f,
3947
- ...d
3948
- } = e;
3949
- if (e.vars && // The error should throw only for the root theme creation because user is not allowed to use a custom node `vars`.
3950
- // `generateThemeVars` is the closest identifier for checking that the `options` is a result of `createTheme` with CSS variables so that user can create new theme for nested ThemeProvider.
3951
- e.generateThemeVars === void 0)
3952
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature." : Oe(20));
3953
- const m = it({
3954
- ...i,
3955
- colorSpace: f
3956
- }), h = un(e);
3957
- let x = ge(h, {
3958
- mixins: ha(h.breakpoints, n),
3959
- palette: m,
3960
- // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
3961
- shadows: Sa.slice(),
3962
- typography: ya(m, c),
3963
- transitions: wa(s),
3964
- zIndex: {
3965
- ..._a
3966
- }
3967
- });
3968
- if (x = ge(x, d), x = r.reduce((g, l) => ge(g, l), x), process.env.NODE_ENV !== "production") {
3969
- const g = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], l = (y, _) => {
3970
- let A;
3971
- for (A in y) {
3972
- const P = y[A];
3973
- if (g.includes(A) && Object.keys(P).length > 0) {
3974
- if (process.env.NODE_ENV !== "production") {
3975
- const w = nt("", A);
3976
- console.error([`MUI: The \`${_}\` component increases the CSS specificity of the \`${A}\` internal state.`, "You can not override it like this: ", JSON.stringify(y, null, 2), "", `Instead, you need to use the '&.${w}' syntax:`, JSON.stringify({
3977
- root: {
3978
- [`&.${w}`]: P
3979
- }
3980
- }, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
3981
- `));
3982
- }
3983
- y[A] = {};
3984
- }
3985
- }
3986
- };
3987
- Object.keys(x.components).forEach((y) => {
3988
- const _ = x.components[y].styleOverrides;
3989
- _ && y.startsWith("Mui") && l(_, y);
3990
- });
3991
- }
3992
- return x.unstable_sxConfig = {
3993
- ...Or,
3994
- ...d?.unstable_sxConfig
3995
- }, x.unstable_sx = function(l) {
3996
- return ze({
3997
- sx: l,
3998
- theme: this
3999
- });
4000
- }, x.toRuntimeSource = xn, ka(x), x;
4001
- }
4002
- function Aa(e) {
4003
- let r;
4004
- return e < 1 ? r = 5.11916 * e ** 2 : r = 4.5 * Math.log(e + 1) + 2, Math.round(r * 10) / 1e3;
4005
- }
4006
- const Ia = [...Array(25)].map((e, r) => {
4007
- if (r === 0)
4008
- return "none";
4009
- const t = Aa(r);
4010
- return `linear-gradient(rgba(255 255 255 / ${t}), rgba(255 255 255 / ${t}))`;
4011
- });
4012
- function En(e) {
4013
- return {
4014
- inputPlaceholder: e === "dark" ? 0.5 : 0.42,
4015
- inputUnderline: e === "dark" ? 0.7 : 0.42,
4016
- switchTrackDisabled: e === "dark" ? 0.2 : 0.12,
4017
- switchTrack: e === "dark" ? 0.3 : 0.38
4018
- };
4019
- }
4020
- function Tn(e) {
4021
- return e === "dark" ? Ia : [];
4022
- }
4023
- function Pa(e) {
4024
- const {
4025
- palette: r = {
4026
- mode: "light"
4027
- },
4028
- // need to cast to avoid module augmentation test
4029
- opacity: t,
4030
- overlays: n,
4031
- colorSpace: o,
4032
- ...i
4033
- } = e, s = it({
4034
- ...r,
4035
- colorSpace: o
4036
- });
4037
- return {
4038
- palette: s,
4039
- opacity: {
4040
- ...En(s.mode),
4041
- ...t
4042
- },
4043
- overlays: n || Tn(s.mode),
4044
- ...i
4045
- };
4046
- }
4047
- function Ra(e) {
4048
- return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
4049
- e[0] === "palette" && !!e[1]?.match(/(mode|contrastThreshold|tonalOffset)/);
4050
- }
4051
- const Na = (e) => [...[...Array(25)].map((r, t) => `--${e ? `${e}-` : ""}overlays-${t}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], Ma = (e) => (r, t) => {
4052
- const n = e.rootSelector || ":root", o = e.colorSchemeSelector;
4053
- let i = o;
4054
- if (o === "class" && (i = ".%s"), o === "data" && (i = "[data-%s]"), o?.startsWith("data-") && !o.includes("%s") && (i = `[${o}="%s"]`), e.defaultColorScheme === r) {
4055
- if (r === "dark") {
4056
- const s = {};
4057
- return Na(e.cssVarPrefix).forEach((c) => {
4058
- s[c] = t[c], delete t[c];
4059
- }), i === "media" ? {
4060
- [n]: t,
4061
- "@media (prefers-color-scheme: dark)": {
4062
- [n]: s
4063
- }
4064
- } : i ? {
4065
- [i.replace("%s", r)]: s,
4066
- [`${n}, ${i.replace("%s", r)}`]: t
4067
- } : {
4068
- [n]: {
4069
- ...t,
4070
- ...s
4071
- }
4072
- };
4073
- }
4074
- if (i && i !== "media")
4075
- return `${n}, ${i.replace("%s", String(r))}`;
4076
- } else if (r) {
4077
- if (i === "media")
4078
- return {
4079
- [`@media (prefers-color-scheme: ${String(r)})`]: {
4080
- [n]: t
4081
- }
4082
- };
4083
- if (i)
4084
- return i.replace("%s", String(r));
4085
- }
4086
- return n;
4087
- };
4088
- function Da(e, r) {
4089
- r.forEach((t) => {
4090
- e[t] || (e[t] = {});
4091
- });
4092
- }
4093
- function p(e, r, t) {
4094
- !e[r] && t && (e[r] = t);
4095
- }
4096
- function He(e) {
4097
- return typeof e != "string" || !e.startsWith("hsl") ? e : yn(e);
4098
- }
4099
- function we(e, r) {
4100
- `${r}Channel` in e || (e[`${r}Channel`] = Ge(He(e[r]), `MUI: Can't create \`palette.${r}Channel\` because \`palette.${r}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
4101
- To suppress this warning, you need to explicitly provide the \`palette.${r}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
4102
- }
4103
- function Ba(e) {
4104
- return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
4105
- }
4106
- const Se = (e) => {
4107
- try {
4108
- return e();
4109
- } catch {
4110
- }
4111
- }, Fa = (e = "mui") => ra(e);
4112
- function Wr(e, r, t, n, o) {
4113
- if (!t)
4114
- return;
4115
- t = t === !0 ? {} : t;
4116
- const i = o === "dark" ? "dark" : "light";
4117
- if (!n) {
4118
- r[o] = Pa({
4119
- ...t,
4120
- palette: {
4121
- mode: i,
4122
- ...t?.palette
4123
- },
4124
- colorSpace: e
4125
- });
4126
- return;
4127
- }
4128
- const {
4129
- palette: s,
4130
- ...c
4131
- } = Xr({
4132
- ...n,
4133
- palette: {
4134
- mode: i,
4135
- ...t?.palette
4136
- },
4137
- colorSpace: e
4138
- });
4139
- return r[o] = {
4140
- ...t,
4141
- palette: s,
4142
- opacity: {
4143
- ...En(i),
4144
- ...t?.opacity
4145
- },
4146
- overlays: t?.overlays || Tn(i)
4147
- }, c;
4148
- }
4149
- function ja(e = {}, ...r) {
4150
- const {
4151
- colorSchemes: t = {
4152
- light: !0
4153
- },
4154
- defaultColorScheme: n,
4155
- disableCssColorScheme: o = !1,
4156
- cssVarPrefix: i = "mui",
4157
- nativeColor: s = !1,
4158
- shouldSkipGeneratingVar: c = Ra,
4159
- colorSchemeSelector: u = t.light && t.dark ? "media" : void 0,
4160
- rootSelector: f = ":root",
4161
- ...d
4162
- } = e, m = Object.keys(t)[0], h = n || (t.light && m !== "light" ? "light" : m), x = Fa(i), {
4163
- [h]: g,
4164
- light: l,
4165
- dark: y,
4166
- ..._
4167
- } = t, A = {
4168
- ..._
4169
- };
4170
- let P = g;
4171
- if ((h === "dark" && !("dark" in t) || h === "light" && !("light" in t)) && (P = !0), !P)
4172
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${h}\` option is either missing or invalid.` : Oe(21, h));
4173
- let w;
4174
- s && (w = "oklch");
4175
- const b = Wr(w, A, P, d, h);
4176
- l && !A.light && Wr(w, A, l, void 0, "light"), y && !A.dark && Wr(w, A, y, void 0, "dark");
4177
- let E = {
4178
- defaultColorScheme: h,
4179
- ...b,
4180
- cssVarPrefix: i,
4181
- colorSchemeSelector: u,
4182
- rootSelector: f,
4183
- getCssVar: x,
4184
- colorSchemes: A,
4185
- font: {
4186
- ...ma(b.typography),
4187
- ...b.font
4188
- },
4189
- spacing: Ba(d.spacing)
4190
- };
4191
- Object.keys(E.colorSchemes).forEach((ee) => {
4192
- const a = E.colorSchemes[ee].palette, k = (R) => {
4193
- const j = R.split("-"), ce = j[1], ve = j[2];
4194
- return x(R, a[ce][ve]);
4195
- };
4196
- a.mode === "light" && (p(a.common, "background", "#fff"), p(a.common, "onBackground", "#000")), a.mode === "dark" && (p(a.common, "background", "#000"), p(a.common, "onBackground", "#fff"));
4197
- function T(R, j, ce) {
4198
- if (w) {
4199
- let ve;
4200
- return R === Ie && (ve = `transparent ${((1 - ce) * 100).toFixed(0)}%`), R === H && (ve = `#000 ${(ce * 100).toFixed(0)}%`), R === K && (ve = `#fff ${(ce * 100).toFixed(0)}%`), `color-mix(in ${w}, ${j}, ${ve})`;
4201
- }
4202
- return R(j, ce);
4203
- }
4204
- if (Da(a, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), a.mode === "light") {
4205
- p(a.Alert, "errorColor", T(H, a.error.light, 0.6)), p(a.Alert, "infoColor", T(H, a.info.light, 0.6)), p(a.Alert, "successColor", T(H, a.success.light, 0.6)), p(a.Alert, "warningColor", T(H, a.warning.light, 0.6)), p(a.Alert, "errorFilledBg", k("palette-error-main")), p(a.Alert, "infoFilledBg", k("palette-info-main")), p(a.Alert, "successFilledBg", k("palette-success-main")), p(a.Alert, "warningFilledBg", k("palette-warning-main")), p(a.Alert, "errorFilledColor", Se(() => a.getContrastText(a.error.main))), p(a.Alert, "infoFilledColor", Se(() => a.getContrastText(a.info.main))), p(a.Alert, "successFilledColor", Se(() => a.getContrastText(a.success.main))), p(a.Alert, "warningFilledColor", Se(() => a.getContrastText(a.warning.main))), p(a.Alert, "errorStandardBg", T(K, a.error.light, 0.9)), p(a.Alert, "infoStandardBg", T(K, a.info.light, 0.9)), p(a.Alert, "successStandardBg", T(K, a.success.light, 0.9)), p(a.Alert, "warningStandardBg", T(K, a.warning.light, 0.9)), p(a.Alert, "errorIconColor", k("palette-error-main")), p(a.Alert, "infoIconColor", k("palette-info-main")), p(a.Alert, "successIconColor", k("palette-success-main")), p(a.Alert, "warningIconColor", k("palette-warning-main")), p(a.AppBar, "defaultBg", k("palette-grey-100")), p(a.Avatar, "defaultBg", k("palette-grey-400")), p(a.Button, "inheritContainedBg", k("palette-grey-300")), p(a.Button, "inheritContainedHoverBg", k("palette-grey-A100")), p(a.Chip, "defaultBorder", k("palette-grey-400")), p(a.Chip, "defaultAvatarColor", k("palette-grey-700")), p(a.Chip, "defaultIconColor", k("palette-grey-700")), p(a.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), p(a.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), p(a.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), p(a.LinearProgress, "primaryBg", T(K, a.primary.main, 0.62)), p(a.LinearProgress, "secondaryBg", T(K, a.secondary.main, 0.62)), p(a.LinearProgress, "errorBg", T(K, a.error.main, 0.62)), p(a.LinearProgress, "infoBg", T(K, a.info.main, 0.62)), p(a.LinearProgress, "successBg", T(K, a.success.main, 0.62)), p(a.LinearProgress, "warningBg", T(K, a.warning.main, 0.62)), p(a.Skeleton, "bg", w ? T(Ie, a.text.primary, 0.11) : `rgba(${k("palette-text-primaryChannel")} / 0.11)`), p(a.Slider, "primaryTrack", T(K, a.primary.main, 0.62)), p(a.Slider, "secondaryTrack", T(K, a.secondary.main, 0.62)), p(a.Slider, "errorTrack", T(K, a.error.main, 0.62)), p(a.Slider, "infoTrack", T(K, a.info.main, 0.62)), p(a.Slider, "successTrack", T(K, a.success.main, 0.62)), p(a.Slider, "warningTrack", T(K, a.warning.main, 0.62));
4206
- const R = w ? T(H, a.background.default, 0.6825) : cr(a.background.default, 0.8);
4207
- p(a.SnackbarContent, "bg", R), p(a.SnackbarContent, "color", Se(() => w ? Kr.text.primary : a.getContrastText(R))), p(a.SpeedDialAction, "fabHoverBg", cr(a.background.paper, 0.15)), p(a.StepConnector, "border", k("palette-grey-400")), p(a.StepContent, "border", k("palette-grey-400")), p(a.Switch, "defaultColor", k("palette-common-white")), p(a.Switch, "defaultDisabledColor", k("palette-grey-100")), p(a.Switch, "primaryDisabledColor", T(K, a.primary.main, 0.62)), p(a.Switch, "secondaryDisabledColor", T(K, a.secondary.main, 0.62)), p(a.Switch, "errorDisabledColor", T(K, a.error.main, 0.62)), p(a.Switch, "infoDisabledColor", T(K, a.info.main, 0.62)), p(a.Switch, "successDisabledColor", T(K, a.success.main, 0.62)), p(a.Switch, "warningDisabledColor", T(K, a.warning.main, 0.62)), p(a.TableCell, "border", T(K, T(Ie, a.divider, 1), 0.88)), p(a.Tooltip, "bg", T(Ie, a.grey[700], 0.92));
4208
- }
4209
- if (a.mode === "dark") {
4210
- p(a.Alert, "errorColor", T(K, a.error.light, 0.6)), p(a.Alert, "infoColor", T(K, a.info.light, 0.6)), p(a.Alert, "successColor", T(K, a.success.light, 0.6)), p(a.Alert, "warningColor", T(K, a.warning.light, 0.6)), p(a.Alert, "errorFilledBg", k("palette-error-dark")), p(a.Alert, "infoFilledBg", k("palette-info-dark")), p(a.Alert, "successFilledBg", k("palette-success-dark")), p(a.Alert, "warningFilledBg", k("palette-warning-dark")), p(a.Alert, "errorFilledColor", Se(() => a.getContrastText(a.error.dark))), p(a.Alert, "infoFilledColor", Se(() => a.getContrastText(a.info.dark))), p(a.Alert, "successFilledColor", Se(() => a.getContrastText(a.success.dark))), p(a.Alert, "warningFilledColor", Se(() => a.getContrastText(a.warning.dark))), p(a.Alert, "errorStandardBg", T(H, a.error.light, 0.9)), p(a.Alert, "infoStandardBg", T(H, a.info.light, 0.9)), p(a.Alert, "successStandardBg", T(H, a.success.light, 0.9)), p(a.Alert, "warningStandardBg", T(H, a.warning.light, 0.9)), p(a.Alert, "errorIconColor", k("palette-error-main")), p(a.Alert, "infoIconColor", k("palette-info-main")), p(a.Alert, "successIconColor", k("palette-success-main")), p(a.Alert, "warningIconColor", k("palette-warning-main")), p(a.AppBar, "defaultBg", k("palette-grey-900")), p(a.AppBar, "darkBg", k("palette-background-paper")), p(a.AppBar, "darkColor", k("palette-text-primary")), p(a.Avatar, "defaultBg", k("palette-grey-600")), p(a.Button, "inheritContainedBg", k("palette-grey-800")), p(a.Button, "inheritContainedHoverBg", k("palette-grey-700")), p(a.Chip, "defaultBorder", k("palette-grey-700")), p(a.Chip, "defaultAvatarColor", k("palette-grey-300")), p(a.Chip, "defaultIconColor", k("palette-grey-300")), p(a.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), p(a.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), p(a.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), p(a.LinearProgress, "primaryBg", T(H, a.primary.main, 0.5)), p(a.LinearProgress, "secondaryBg", T(H, a.secondary.main, 0.5)), p(a.LinearProgress, "errorBg", T(H, a.error.main, 0.5)), p(a.LinearProgress, "infoBg", T(H, a.info.main, 0.5)), p(a.LinearProgress, "successBg", T(H, a.success.main, 0.5)), p(a.LinearProgress, "warningBg", T(H, a.warning.main, 0.5)), p(a.Skeleton, "bg", w ? T(Ie, a.text.primary, 0.13) : `rgba(${k("palette-text-primaryChannel")} / 0.13)`), p(a.Slider, "primaryTrack", T(H, a.primary.main, 0.5)), p(a.Slider, "secondaryTrack", T(H, a.secondary.main, 0.5)), p(a.Slider, "errorTrack", T(H, a.error.main, 0.5)), p(a.Slider, "infoTrack", T(H, a.info.main, 0.5)), p(a.Slider, "successTrack", T(H, a.success.main, 0.5)), p(a.Slider, "warningTrack", T(H, a.warning.main, 0.5));
4211
- const R = w ? T(K, a.background.default, 0.985) : cr(a.background.default, 0.98);
4212
- p(a.SnackbarContent, "bg", R), p(a.SnackbarContent, "color", Se(() => w ? Cn.text.primary : a.getContrastText(R))), p(a.SpeedDialAction, "fabHoverBg", cr(a.background.paper, 0.15)), p(a.StepConnector, "border", k("palette-grey-600")), p(a.StepContent, "border", k("palette-grey-600")), p(a.Switch, "defaultColor", k("palette-grey-300")), p(a.Switch, "defaultDisabledColor", k("palette-grey-600")), p(a.Switch, "primaryDisabledColor", T(H, a.primary.main, 0.55)), p(a.Switch, "secondaryDisabledColor", T(H, a.secondary.main, 0.55)), p(a.Switch, "errorDisabledColor", T(H, a.error.main, 0.55)), p(a.Switch, "infoDisabledColor", T(H, a.info.main, 0.55)), p(a.Switch, "successDisabledColor", T(H, a.success.main, 0.55)), p(a.Switch, "warningDisabledColor", T(H, a.warning.main, 0.55)), p(a.TableCell, "border", T(H, T(Ie, a.divider, 1), 0.68)), p(a.Tooltip, "bg", T(Ie, a.grey[700], 0.92));
4213
- }
4214
- we(a.background, "default"), we(a.background, "paper"), we(a.common, "background"), we(a.common, "onBackground"), we(a, "divider"), Object.keys(a).forEach((R) => {
4215
- const j = a[R];
4216
- R !== "tonalOffset" && j && typeof j == "object" && (j.main && p(a[R], "mainChannel", Ge(He(j.main))), j.light && p(a[R], "lightChannel", Ge(He(j.light))), j.dark && p(a[R], "darkChannel", Ge(He(j.dark))), j.contrastText && p(a[R], "contrastTextChannel", Ge(He(j.contrastText))), R === "text" && (we(a[R], "primary"), we(a[R], "secondary")), R === "action" && (j.active && we(a[R], "active"), j.selected && we(a[R], "selected")));
4217
- });
4218
- }), E = r.reduce((ee, a) => ge(ee, a), E);
4219
- const I = {
4220
- prefix: i,
4221
- disableCssColorScheme: o,
4222
- shouldSkipGeneratingVar: c,
4223
- getSelector: Ma(E),
4224
- enableContrastVars: s
4225
- }, {
4226
- vars: ae,
4227
- generateThemeVars: Z,
4228
- generateStyleSheets: oe
4229
- } = oa(E, I);
4230
- return E.vars = ae, Object.entries(E.colorSchemes[E.defaultColorScheme]).forEach(([ee, a]) => {
4231
- E[ee] = a;
4232
- }), E.generateThemeVars = Z, E.generateStyleSheets = oe, E.generateSpacing = function() {
4233
- return ln(d.spacing, rt(this));
4234
- }, E.getColorSchemeSelector = ia(u), E.spacing = E.generateSpacing(), E.shouldSkipGeneratingVar = c, E.unstable_sxConfig = {
4235
- ...Or,
4236
- ...d?.unstable_sxConfig
4237
- }, E.unstable_sx = function(a) {
4238
- return ze({
4239
- sx: a,
4240
- theme: this
4241
- });
4242
- }, E.toRuntimeSource = xn, E;
4243
- }
4244
- function Yt(e, r, t) {
4245
- e.colorSchemes && t && (e.colorSchemes[r] = {
4246
- ...t !== !0 && t,
4247
- palette: it({
4248
- ...t === !0 ? {} : t.palette,
4249
- mode: r
4250
- })
4251
- // cast type to skip module augmentation test
4252
- });
4253
- }
4254
- function La(e = {}, ...r) {
4255
- const {
4256
- palette: t,
4257
- cssVariables: n = !1,
4258
- colorSchemes: o = t ? void 0 : {
4259
- light: !0
4260
- },
4261
- defaultColorScheme: i = t?.mode,
4262
- ...s
4263
- } = e, c = i || "light", u = o?.[c], f = {
4264
- ...o,
4265
- ...t ? {
4266
- [c]: {
4267
- ...typeof u != "boolean" && u,
4268
- palette: t
4269
- }
4270
- } : void 0
4271
- };
4272
- if (n === !1) {
4273
- if (!("colorSchemes" in e))
4274
- return Xr(e, ...r);
4275
- let d = t;
4276
- "palette" in e || f[c] && (f[c] !== !0 ? d = f[c].palette : c === "dark" && (d = {
4277
- mode: "dark"
4278
- }));
4279
- const m = Xr({
4280
- ...e,
4281
- palette: d
4282
- }, ...r);
4283
- return m.defaultColorScheme = c, m.colorSchemes = f, m.palette.mode === "light" && (m.colorSchemes.light = {
4284
- ...f.light !== !0 && f.light,
4285
- palette: m.palette
4286
- }, Yt(m, "dark", f.dark)), m.palette.mode === "dark" && (m.colorSchemes.dark = {
4287
- ...f.dark !== !0 && f.dark,
4288
- palette: m.palette
4289
- }, Yt(m, "light", f.light)), m;
4290
- }
4291
- return !t && !("light" in f) && c === "light" && (f.light = !0), ja({
4292
- ...s,
4293
- colorSchemes: f,
4294
- defaultColorScheme: c,
4295
- ...typeof n != "boolean" && n
4296
- }, ...r);
4297
- }
4298
- const Va = La();
4299
- function Wa(e) {
4300
- return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
4301
- }
4302
- const za = (e) => Wa(e) && e !== "classes", Ua = Wi({
4303
- themeId: On,
4304
- defaultTheme: Va,
4305
- rootShouldForwardProp: za
4306
- }), Ya = ea;
4307
- process.env.NODE_ENV !== "production" && (J.node, J.object.isRequired);
4308
- function qa(e) {
4309
- return Zi(e);
4310
- }
4311
- function Ga(e) {
4312
- return typeof e.main == "string";
4313
- }
4314
- function Ha(e, r = []) {
4315
- if (!Ga(e))
4316
- return !1;
4317
- for (const t of r)
4318
- if (!e.hasOwnProperty(t) || typeof e[t] != "string")
4319
- return !1;
4320
- return !0;
4321
- }
4322
- function Ka(e = []) {
4323
- return ([, r]) => r && Ha(r, e);
4324
- }
4325
- function Xa(e) {
4326
- return nt("MuiIcon", e);
4327
- }
4328
- Bi("MuiIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
4329
- const Qa = (e) => {
4330
- const {
4331
- color: r,
4332
- fontSize: t,
4333
- classes: n
4334
- } = e, o = {
4335
- root: ["root", r !== "inherit" && `color${Ne(r)}`, `fontSize${Ne(t)}`]
4336
- };
4337
- return aa(o, Xa, n);
4338
- }, Ja = Ua("span", {
4339
- name: "MuiIcon",
4340
- slot: "Root",
4341
- overridesResolver: (e, r) => {
4342
- const {
4343
- ownerState: t
4344
- } = e;
4345
- return [r.root, t.color !== "inherit" && r[`color${Ne(t.color)}`], r[`fontSize${Ne(t.fontSize)}`]];
4346
- }
4347
- })(Ya(({
4348
- theme: e
4349
- }) => ({
4350
- userSelect: "none",
4351
- width: "1em",
4352
- height: "1em",
4353
- // Chrome fix for https://issues.chromium.org/issues/41375697
4354
- // To remove at some point.
4355
- overflow: "hidden",
4356
- display: "inline-block",
4357
- // allow overflow hidden to take action
4358
- textAlign: "center",
4359
- // support non-square icon
4360
- flexShrink: 0,
4361
- variants: [{
4362
- props: {
4363
- fontSize: "inherit"
4364
- },
4365
- style: {
4366
- fontSize: "inherit"
4367
- }
4368
- }, {
4369
- props: {
4370
- fontSize: "small"
4371
- },
4372
- style: {
4373
- fontSize: e.typography.pxToRem(20)
4374
- }
4375
- }, {
4376
- props: {
4377
- fontSize: "medium"
4378
- },
4379
- style: {
4380
- fontSize: e.typography.pxToRem(24)
4381
- }
4382
- }, {
4383
- props: {
4384
- fontSize: "large"
4385
- },
4386
- style: {
4387
- fontSize: e.typography.pxToRem(36)
4388
- }
4389
- }, {
4390
- props: {
4391
- color: "action"
4392
- },
4393
- style: {
4394
- color: (e.vars || e).palette.action.active
4395
- }
4396
- }, {
4397
- props: {
4398
- color: "disabled"
4399
- },
4400
- style: {
4401
- color: (e.vars || e).palette.action.disabled
4402
- }
4403
- }, {
4404
- props: {
4405
- color: "inherit"
4406
- },
4407
- style: {
4408
- color: void 0
4409
- }
4410
- }, ...Object.entries(e.palette).filter(Ka()).map(([r]) => ({
4411
- props: {
4412
- color: r
4413
- },
4414
- style: {
4415
- color: (e.vars || e).palette[r].main
4416
- }
4417
- }))]
4418
- }))), at = /* @__PURE__ */ de.forwardRef(function(r, t) {
4419
- const n = qa({
4420
- props: r,
4421
- name: "MuiIcon"
4422
- }), {
4423
- baseClassName: o = "material-icons",
4424
- className: i,
4425
- color: s = "inherit",
4426
- component: c = "span",
4427
- fontSize: u = "medium",
4428
- ...f
4429
- } = n, d = {
4430
- ...n,
4431
- baseClassName: o,
4432
- color: s,
4433
- component: c,
4434
- fontSize: u
4435
- }, m = Qa(d);
4436
- return /* @__PURE__ */ v(Ja, {
4437
- as: c,
4438
- className: dn(
4439
- o,
4440
- // Prevent the translation of the text content.
4441
- // The font relies on the exact text content to render the icon.
4442
- "notranslate",
4443
- m.root,
4444
- i
4445
- ),
4446
- ownerState: d,
4447
- "aria-hidden": !0,
4448
- ref: t,
4449
- ...f
4450
- });
4451
- });
4452
- process.env.NODE_ENV !== "production" && (at.propTypes = {
4453
- // ┌────────────────────────────── Warning ──────────────────────────────┐
4454
- // │ These PropTypes are generated from the TypeScript type definitions. │
4455
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
4456
- // └─────────────────────────────────────────────────────────────────────┘
4457
- /**
4458
- * The base class applied to the icon. Defaults to 'material-icons', but can be changed to any
4459
- * other base class that suits the icon font you're using (for example material-icons-rounded, fas, etc).
4460
- * @default 'material-icons'
4461
- */
4462
- baseClassName: J.string,
4463
- /**
4464
- * The name of the icon font ligature.
4465
- */
4466
- children: J.node,
4467
- /**
4468
- * Override or extend the styles applied to the component.
4469
- */
4470
- classes: J.object,
4471
- /**
4472
- * @ignore
4473
- */
4474
- className: J.string,
4475
- /**
4476
- * The color of the component.
4477
- * It supports both default and custom theme colors, which can be added as shown in the
4478
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
4479
- * @default 'inherit'
4480
- */
4481
- color: J.oneOfType([J.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), J.string]),
4482
- /**
4483
- * The component used for the root node.
4484
- * Either a string to use a HTML element or a component.
4485
- */
4486
- component: J.elementType,
4487
- /**
4488
- * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
4489
- * @default 'medium'
4490
- */
4491
- fontSize: J.oneOfType([J.oneOf(["inherit", "large", "medium", "small"]), J.string]),
4492
- /**
4493
- * The system prop that allows defining system overrides as well as additional CSS styles.
4494
- */
4495
- sx: J.oneOfType([J.arrayOf(J.oneOfType([J.func, J.object, J.bool])), J.func, J.object])
4496
- });
4497
- at.muiName = "Icon";
4498
- const C = ({ nombre: e, relleno: r, ...t }) => /* @__PURE__ */ v(
4499
- at,
4500
- {
4501
- baseClassName: "material-symbols-rounded",
4502
- sx: {
4503
- fontVariationSettings: r ? "'FILL' 1" : void 0,
4504
- display: "flex",
4505
- alignItems: "center",
4506
- justifyContent: "center",
4507
- ...t.sx
4508
- },
4509
- ...t,
4510
- children: e
4511
- }
4512
- ), rs = (e) => /* @__PURE__ */ v(C, { nombre: "home", ...e }), ts = (e) => /* @__PURE__ */ v(C, { nombre: "extension", ...e }), ns = (e) => /* @__PURE__ */ v(C, { nombre: "smart_button", ...e }), os = (e) => /* @__PURE__ */ v(C, { nombre: "warning", ...e }), is = (e) => /* @__PURE__ */ v(C, { nombre: "account_circle", ...e }), as = (e) => /* @__PURE__ */ v(C, { nombre: "badge", ...e }), ss = (e) => /* @__PURE__ */ v(C, { nombre: "web_asset", ...e }), cs = (e) => /* @__PURE__ */ v(C, { nombre: "autorenew", ...e }), ls = (e) => /* @__PURE__ */ v(C, { nombre: "star", ...e }), us = (e) => /* @__PURE__ */ v(C, { nombre: "notifications", ...e }), fs = (e) => /* @__PURE__ */ v(C, { nombre: "chat_bubble", ...e }), ds = (e) => /* @__PURE__ */ v(C, { nombre: "view_quilt", ...e }), ps = (e) => /* @__PURE__ */ v(C, { nombre: "search", ...e }), ms = (e) => /* @__PURE__ */ v(C, { nombre: "view_week", ...e }), hs = (e) => /* @__PURE__ */ v(C, { nombre: "check_box", ...e }), gs = (e) => /* @__PURE__ */ v(C, { nombre: "looks_one", ...e }), ys = (e) => /* @__PURE__ */ v(C, { nombre: "radio_button_checked", ...e }), bs = (e) => /* @__PURE__ */ v(C, { nombre: "arrow_drop_down_circle", ...e }), vs = (e) => /* @__PURE__ */ v(C, { nombre: "linear_scale", ...e }), Cs = (e) => /* @__PURE__ */ v(C, { nombre: "toggle_on", ...e }), Ss = (e) => /* @__PURE__ */ v(C, { nombre: "text_fields", ...e }), xs = (e) => /* @__PURE__ */ v(C, { nombre: "swap_horiz", ...e }), Es = (e) => /* @__PURE__ */ v(C, { nombre: "security", ...e }), Ts = (e) => /* @__PURE__ */ v(C, { nombre: "lock", ...e }), ws = (e) => /* @__PURE__ */ v(C, { nombre: "key", ...e }), _s = (e) => /* @__PURE__ */ v(C, { nombre: "shield", ...e }), $s = (e) => /* @__PURE__ */ v(C, { nombre: "check_circle", ...e }), Os = (e) => /* @__PURE__ */ v(C, { nombre: "info", ...e }), ks = (e) => /* @__PURE__ */ v(C, { nombre: "error", ...e }), As = (e) => /* @__PURE__ */ v(C, { nombre: "help", ...e }), Is = (e) => /* @__PURE__ */ v(C, { nombre: "mail", ...e }), Ps = (e) => /* @__PURE__ */ v(C, { nombre: "phone", ...e }), Rs = (e) => /* @__PURE__ */ v(C, { nombre: "share", ...e }), Ns = (e) => /* @__PURE__ */ v(C, { nombre: "forum", ...e }), Ms = (e) => /* @__PURE__ */ v(C, { nombre: "account_balance_wallet", ...e }), Ds = (e) => /* @__PURE__ */ v(C, { nombre: "account_balance", ...e }), Bs = (e) => /* @__PURE__ */ v(C, { nombre: "payments", ...e }), Fs = (e) => /* @__PURE__ */ v(C, { nombre: "shopping_cart", ...e }), js = (e) => /* @__PURE__ */ v(C, { nombre: "sell", ...e }), Ls = (e) => /* @__PURE__ */ v(C, { nombre: "image", ...e }), Vs = (e) => /* @__PURE__ */ v(C, { nombre: "photo_camera", ...e }), Ws = (e) => /* @__PURE__ */ v(C, { nombre: "videocam", ...e }), zs = (e) => /* @__PURE__ */ v(C, { nombre: "apartment", ...e }), Us = (e) => /* @__PURE__ */ v(C, { nombre: "calculate", ...e }), Ys = (e) => /* @__PURE__ */ v(C, { nombre: "map", ...e }), qs = (e) => /* @__PURE__ */ v(C, { nombre: "location_on", ...e }), Gs = (e) => /* @__PURE__ */ v(C, { nombre: "work", ...e }), Hs = (e) => /* @__PURE__ */ v(C, { nombre: "home_repair_service", ...e }), Ks = (e) => /* @__PURE__ */ v(C, { nombre: "bar_chart", ...e }), Xs = (e) => /* @__PURE__ */ v(C, { nombre: "table_view", ...e }), Qs = (e) => /* @__PURE__ */ v(C, { nombre: "dashboard", ...e }), Js = (e) => /* @__PURE__ */ v(C, { nombre: "view_sidebar", ...e }), Zs = (e) => /* @__PURE__ */ v(C, { nombre: "inbox", ...e }), ec = (e) => /* @__PURE__ */ v(C, { nombre: "layers", ...e }), rc = (e) => /* @__PURE__ */ v(C, { nombre: "grid_view", ...e }), tc = (e) => /* @__PURE__ */ v(C, { nombre: "view_quilt", ...e }), nc = (e) => /* @__PURE__ */ v(C, { nombre: "collections", ...e }), oc = (e) => /* @__PURE__ */ v(C, { nombre: "build", ...e }), ic = (e) => /* @__PURE__ */ v(C, { nombre: "transition_fade", ...e }), ac = (e) => /* @__PURE__ */ v(C, { nombre: "message", ...e }), sc = (e) => /* @__PURE__ */ v(C, { nombre: "push_pin", ...e }), cc = (e) => /* @__PURE__ */ v(C, { nombre: "meeting_room", ...e }), lc = (e) => /* @__PURE__ */ v(C, { nombre: "mouse", ...e }), uc = (e) => /* @__PURE__ */ v(C, { nombre: "notes", ...e }), fc = (e) => /* @__PURE__ */ v(C, { nombre: "animation", ...e }), dc = (e) => /* @__PURE__ */ v(C, { nombre: "explore", ...e }), pc = (e) => /* @__PURE__ */ v(C, { nombre: "view_stream", ...e }), mc = (e) => /* @__PURE__ */ v(C, { nombre: "linear_scale", ...e }), hc = (e) => /* @__PURE__ */ v(C, { nombre: "view_sidebar", ...e }), gc = (e) => /* @__PURE__ */ v(C, { nombre: "menu", ...e }), yc = (e) => /* @__PURE__ */ v(C, { nombre: "link", ...e }), bc = (e) => /* @__PURE__ */ v(C, { nombre: "pages", ...e }), vc = (e) => /* @__PURE__ */ v(C, { nombre: "speed", ...e }), Cc = (e) => /* @__PURE__ */ v(C, { nombre: "directions_walk", ...e }), Sc = (e) => /* @__PURE__ */ v(C, { nombre: "tab", ...e }), xc = (e) => /* @__PURE__ */ v(C, { nombre: "calendar_today", ...e }), Ec = (e) => /* @__PURE__ */ v(C, { nombre: "event", ...e }), Tc = (e) => /* @__PURE__ */ v(C, { nombre: "access_time", ...e }), wc = (e) => /* @__PURE__ */ v(C, { nombre: "rocket_launch", ...e }), _c = (e) => /* @__PURE__ */ v(C, { nombre: "receipt", ...e }), $c = (e) => /* @__PURE__ */ v(C, { nombre: "group", ...e }), Oc = (e) => /* @__PURE__ */ v(C, { nombre: "edit_note", ...e }), kc = (e) => /* @__PURE__ */ v(C, { nombre: "cloud_upload", ...e }), Ac = (e) => /* @__PURE__ */ v(C, { nombre: "send", ...e }), Ic = (e) => /* @__PURE__ */ v(C, { nombre: "delete", ...e }), Pc = (e) => /* @__PURE__ */ v(C, { nombre: "edit", ...e }), Rc = (e) => /* @__PURE__ */ v(C, { nombre: "save", ...e }), Nc = (e) => /* @__PURE__ */ v(C, { nombre: "add_circle", ...e }), Mc = (e) => /* @__PURE__ */ v(C, { nombre: "do_not_disturb_on", ...e }), Dc = (e) => /* @__PURE__ */ v(C, { nombre: "close", ...e }), Bc = (e) => /* @__PURE__ */ v(C, { nombre: "download", ...e }), Fc = (e) => /* @__PURE__ */ v(C, { nombre: "refresh", ...e }), jc = (e) => /* @__PURE__ */ v(C, { nombre: "filter_alt", ...e });
4513
- export {
4514
- C as CodeplexIcono,
4515
- os as CodeplexIconoAlerta,
4516
- fc as CodeplexIconoAnimacion,
4517
- As as CodeplexIconoAyuda,
4518
- Nc as CodeplexIconoAñadir,
4519
- Ds as CodeplexIconoBanco,
4520
- Js as CodeplexIconoBarraLateral,
4521
- Ms as CodeplexIconoBilletera,
4522
- Ic as CodeplexIconoBorrar,
4523
- ns as CodeplexIconoBoton,
4524
- ps as CodeplexIconoBuscar,
4525
- Zs as CodeplexIconoCaja,
4526
- hc as CodeplexIconoCajon,
4527
- Us as CodeplexIconoCalculadora,
4528
- xc as CodeplexIconoCalendario,
4529
- Vs as CodeplexIconoCamara,
4530
- Ss as CodeplexIconoCampoTexto,
4531
- Ts as CodeplexIconoCandado,
4532
- Fs as CodeplexIconoCarrito,
4533
- hs as CodeplexIconoCasilla,
4534
- Dc as CodeplexIconoCerrar,
4535
- Ns as CodeplexIconoChat,
4536
- sc as CodeplexIconoChinche,
4537
- wc as CodeplexIconoCohete,
4538
- nc as CodeplexIconoColeccion,
4539
- Rs as CodeplexIconoCompartir,
4540
- tc as CodeplexIconoContenedor,
4541
- Is as CodeplexIconoCorreo,
4542
- rc as CodeplexIconoCuadricula,
4543
- Ks as CodeplexIconoDatos,
4544
- Bc as CodeplexIconoDescargar,
4545
- vs as CodeplexIconoDeslizador,
4546
- Qs as CodeplexIconoDiseno,
4547
- zs as CodeplexIconoEdificio,
4548
- Pc as CodeplexIconoEditar,
4549
- Oc as CodeplexIconoEditarNota,
4550
- yc as CodeplexIconoEnlace,
4551
- Ac as CodeplexIconoEnviar,
4552
- ks as CodeplexIconoError,
4553
- _s as CodeplexIconoEscudo,
4554
- ds as CodeplexIconoEsqueleto,
4555
- Ec as CodeplexIconoEvento,
4556
- $s as CodeplexIconoExito,
4557
- jc as CodeplexIconoFiltro,
4558
- $c as CodeplexIconoGrupo,
4559
- ms as CodeplexIconoGrupoBotones,
4560
- Rc as CodeplexIconoGuardar,
4561
- oc as CodeplexIconoHerramienta,
4562
- Hs as CodeplexIconoHerramientas,
4563
- Ls as CodeplexIconoImagen,
4564
- Os as CodeplexIconoInformacion,
4565
- rs as CodeplexIconoInicio,
4566
- as as CodeplexIconoInsignia,
4567
- xs as CodeplexIconoIntercambio,
4568
- Cs as CodeplexIconoInterruptor,
4569
- ws as CodeplexIconoLlave,
4570
- Ys as CodeplexIconoMapa,
4571
- ac as CodeplexIconoMensaje,
4572
- gc as CodeplexIconoMenu,
4573
- mc as CodeplexIconoMigasPan,
4574
- ic as CodeplexIconoModal,
4575
- Bs as CodeplexIconoMoneda,
4576
- pc as CodeplexIconoNavInferior,
4577
- dc as CodeplexIconoNavegacion,
4578
- uc as CodeplexIconoNotas,
4579
- us as CodeplexIconoNotificacion,
4580
- gs as CodeplexIconoNumero,
4581
- bc as CodeplexIconoPaginas,
4582
- Cc as CodeplexIconoPasos,
4583
- Sc as CodeplexIconoPestana,
4584
- ec as CodeplexIconoPila,
4585
- js as CodeplexIconoPrecio,
4586
- cs as CodeplexIconoProgreso,
4587
- cc as CodeplexIconoPuerta,
4588
- Mc as CodeplexIconoQuitar,
4589
- ys as CodeplexIconoRadio,
4590
- lc as CodeplexIconoRaton,
4591
- _c as CodeplexIconoRecibo,
4592
- Fc as CodeplexIconoRefrescar,
4593
- Tc as CodeplexIconoReloj,
4594
- Es as CodeplexIconoSeguridad,
4595
- bs as CodeplexIconoSelector,
4596
- kc as CodeplexIconoSubir,
4597
- Xs as CodeplexIconoTabla,
4598
- ss as CodeplexIconoTarjeta,
4599
- Ps as CodeplexIconoTelefono,
4600
- fs as CodeplexIconoTooltip,
4601
- Gs as CodeplexIconoTrabajo,
4602
- ts as CodeplexIconoUI,
4603
- qs as CodeplexIconoUbicacion,
4604
- is as CodeplexIconoUsuario,
4605
- ls as CodeplexIconoValoracion,
4606
- vc as CodeplexIconoVelocidad,
4607
- Ws as CodeplexIconoVideo
4608
- };