@hai-dev/ui-kit 1.0.12 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist/{Box-D8oKffw9.js → Box-CykjCaXY.js} +21 -22
  2. package/dist/{Button-BBF8hp7e.js → Button-CcvrOEKV.js} +6 -5
  3. package/dist/{ButtonBase-T2KH9jsD.js → ButtonBase-DPLf5-lz.js} +226 -279
  4. package/dist/{CircularProgress-BQQkuSse.js → CircularProgress-CrHaMZDC.js} +4 -3
  5. package/dist/{Dialog-B97c7WYP.js → Dialog-DqFOpJyx.js} +118 -125
  6. package/dist/{DialogTitle-Du4tqTs0.js → DialogTitle-CeM_Z851.js} +4 -4
  7. package/dist/{Typography-r_TXEM1e.js → Typography-DDVoglvI.js} +38 -40
  8. package/dist/assets/centered-decorator.css +1 -0
  9. package/dist/assets/code-input.css +1 -0
  10. package/dist/assets/dark-decorator.css +1 -0
  11. package/dist/assets/upload-dialog-errors.css +1 -1
  12. package/dist/chainPropTypes-C04Ex8aP.js +413 -0
  13. package/dist/components/button/button.js +1 -1
  14. package/dist/components/circular-progress-loader/circular-progress-loader.js +3 -3
  15. package/dist/components/code-input/code-input.d.ts +3 -0
  16. package/dist/components/code-input/code-input.js +934 -0
  17. package/dist/components/code-input/code-input.stories.d.ts +7 -0
  18. package/dist/components/code-input/constants.d.ts +8 -0
  19. package/dist/components/code-input/constants.js +11 -0
  20. package/dist/components/code-input/index.d.ts +1 -0
  21. package/dist/components/code-input/index.js +4 -0
  22. package/dist/components/code-input/types.d.ts +11 -0
  23. package/dist/components/code-input/utils/get-code-input-label.d.ts +2 -0
  24. package/dist/components/code-input/utils/get-code-input-label.js +5 -0
  25. package/dist/components/code-input/utils/index.d.ts +2 -0
  26. package/dist/components/code-input/utils/index.js +6 -0
  27. package/dist/components/code-input/utils/slide-down-animate.d.ts +1 -0
  28. package/dist/components/code-input/utils/slide-down-animate.js +10 -0
  29. package/dist/components/index.d.ts +1 -0
  30. package/dist/components/index.js +4 -2
  31. package/dist/components/photo-crop-uploader/components/error-upload-dialog/error-upload-dialog.js +6 -6
  32. package/dist/components/photo-crop-uploader/components/photo-list/photo-list.js +1 -1
  33. package/dist/components/photo-crop-uploader/components/upload-button/upload-button.js +1 -1
  34. package/dist/components/photo-crop-uploader/components/upload-dialog/upload-dialog-errors.js +2 -2
  35. package/dist/components/photo-crop-uploader/components/upload-dialog/upload-dialog.js +12 -10
  36. package/dist/components/photo-crop-uploader/photo-crop-uploader.d.ts +2 -2
  37. package/dist/components/photo-crop-uploader/photo-crop-uploader.js +183 -168
  38. package/dist/components/photo-crop-uploader/types.d.ts +8 -7
  39. package/dist/components/photo-crop-uploader/utils/draw-cropped-image.js +28 -29
  40. package/dist/components/photo-crop-uploader/utils/get-default-cropped-photo.d.ts +4 -2
  41. package/dist/components/photo-crop-uploader/utils/get-default-cropped-photo.js +34 -32
  42. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  43. package/dist/{createTheme-RvzX1VSA.js → createTheme-RRQUOQoF.js} +182 -178
  44. package/dist/decorators/centered-decorator/centered-decorator.js +7 -0
  45. package/dist/decorators/centered-decorator/index.d.ts +2 -0
  46. package/dist/decorators/centered-decorator/index.js +4 -0
  47. package/dist/decorators/centered-decorator/types.js +1 -0
  48. package/dist/decorators/dark-decorator/dark-decorator.d.ts +3 -0
  49. package/dist/decorators/dark-decorator/dark-decorator.js +7 -0
  50. package/dist/decorators/dark-decorator/index.d.ts +2 -0
  51. package/dist/decorators/dark-decorator/index.js +4 -0
  52. package/dist/decorators/dark-decorator/types.d.ts +4 -0
  53. package/dist/decorators/dark-decorator/types.js +1 -0
  54. package/dist/decorators/index.d.ts +2 -1
  55. package/dist/decorators/index.js +4 -2
  56. package/dist/extendSxProp-VC2-7DJw.js +49 -0
  57. package/dist/index-BMkXyDFs.js +91 -0
  58. package/dist/isHostComponent-Dm_U9uOy.js +14 -0
  59. package/dist/memoTheme-5A7c_y33.js +15 -0
  60. package/dist/refType-CCKoQjVR.js +61 -0
  61. package/dist/{upload-dialog-errors-ku54UrUb.js → upload-dialog-errors-Bxun25O-.js} +41 -41
  62. package/package.json +1 -1
  63. package/dist/chainPropTypes-KIxDwPzf.js +0 -387
  64. package/dist/createSimplePaletteValueFilter-nb0wSOzC.js +0 -30
  65. package/dist/decorators/centered-decorator.js +0 -16
  66. package/dist/extendSxProp-BW9e6LtL.js +0 -36
  67. package/dist/useTheme-CsjkCBFJ.js +0 -16
  68. /package/dist/{decorators → components/code-input}/types.js +0 -0
  69. /package/dist/decorators/{centered-decorator.d.ts → centered-decorator/centered-decorator.d.ts} +0 -0
  70. /package/dist/decorators/{types.d.ts → centered-decorator/types.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
- import * as ae from "react";
2
- import { forwardRef as gn, useContext as yn } from "react";
3
- import { g as bn } from "./index-B2JRaoNz.js";
1
+ import * as ie from "react";
2
+ import { forwardRef as yn, useContext as bn } from "react";
3
+ import { g as vn } from "./index-B2JRaoNz.js";
4
4
  const Ye = {
5
5
  black: "#000",
6
6
  white: "#fff"
@@ -42,7 +42,7 @@ const Ye = {
42
42
  500: "#ff9800",
43
43
  700: "#f57c00",
44
44
  900: "#e65100"
45
- }, vn = {
45
+ }, Sn = {
46
46
  50: "#fafafa",
47
47
  100: "#f5f5f5",
48
48
  200: "#eeeeee",
@@ -72,18 +72,18 @@ function Mr() {
72
72
  return e;
73
73
  }, Mr.apply(null, arguments);
74
74
  }
75
- function Sn(e) {
75
+ function Cn(e) {
76
76
  if (e.sheet)
77
77
  return e.sheet;
78
78
  for (var r = 0; r < document.styleSheets.length; r++)
79
79
  if (document.styleSheets[r].ownerNode === e)
80
80
  return document.styleSheets[r];
81
81
  }
82
- function Cn(e) {
82
+ function En(e) {
83
83
  var r = document.createElement("style");
84
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
85
  }
86
- var En = /* @__PURE__ */ (function() {
86
+ var Tn = /* @__PURE__ */ (function() {
87
87
  function e(t) {
88
88
  var n = this;
89
89
  this._insertTag = function(o) {
@@ -95,10 +95,10 @@ var En = /* @__PURE__ */ (function() {
95
95
  return r.hydrate = function(n) {
96
96
  n.forEach(this._insertTag);
97
97
  }, r.insert = function(n) {
98
- this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(Cn(this));
98
+ this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(En(this));
99
99
  var o = this.tags[this.tags.length - 1];
100
100
  if (this.isSpeedy) {
101
- var i = Sn(o);
101
+ var i = Cn(o);
102
102
  try {
103
103
  i.insertRule(n, i.cssRules.length);
104
104
  } catch {
@@ -112,14 +112,14 @@ var En = /* @__PURE__ */ (function() {
112
112
  return (o = n.parentNode) == null ? void 0 : o.removeChild(n);
113
113
  }), this.tags = [], this.ctr = 0;
114
114
  }, e;
115
- })(), ie = "-ms-", ar = "-moz-", L = "-webkit-", Dt = "comm", Ur = "rule", Yr = "decl", Tn = "@import", Bt = "@keyframes", xn = "@layer", wn = Math.abs, cr = String.fromCharCode, $n = Object.assign;
116
- function _n(e, r) {
115
+ })(), ae = "-ms-", ar = "-moz-", L = "-webkit-", Dt = "comm", Ur = "rule", Yr = "decl", xn = "@import", Bt = "@keyframes", wn = "@layer", $n = Math.abs, cr = String.fromCharCode, _n = Object.assign;
116
+ function On(e, r) {
117
117
  return oe(e, 0) ^ 45 ? (((r << 2 ^ oe(e, 0)) << 2 ^ oe(e, 1)) << 2 ^ oe(e, 2)) << 2 ^ oe(e, 3) : 0;
118
118
  }
119
119
  function Ft(e) {
120
120
  return e.trim();
121
121
  }
122
- function On(e, r) {
122
+ function An(e, r) {
123
123
  return (e = r.exec(e)) ? e[0] : e;
124
124
  }
125
125
  function j(e, r, t) {
@@ -143,7 +143,7 @@ function zr(e) {
143
143
  function Je(e, r) {
144
144
  return r.push(e), e;
145
145
  }
146
- function An(e, r) {
146
+ function kn(e, r) {
147
147
  return e.map(r).join("");
148
148
  }
149
149
  var ur = 1, De = 1, Lt = 0, ue = 0, re = 0, Be = "";
@@ -151,12 +151,12 @@ function lr(e, r, t, n, o, i, s) {
151
151
  return { value: e, root: r, parent: t, type: n, props: o, children: i, line: ur, column: De, length: s, return: "" };
152
152
  }
153
153
  function Le(e, r) {
154
- return $n(lr("", null, null, "", null, null, 0), e, { length: -e.length }, r);
154
+ return _n(lr("", null, null, "", null, null, 0), e, { length: -e.length }, r);
155
155
  }
156
- function kn() {
156
+ function Pn() {
157
157
  return re;
158
158
  }
159
- function Pn() {
159
+ function Rn() {
160
160
  return re = ue > 0 ? oe(Be, --ue) : 0, De--, re === 10 && (De = 1, ur--), re;
161
161
  }
162
162
  function fe() {
@@ -218,12 +218,12 @@ function Vt(e) {
218
218
  function or(e) {
219
219
  return Ft(He(ue - 1, Br(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
220
220
  }
221
- function Rn(e) {
221
+ function In(e) {
222
222
  for (; (re = Ce()) && re < 33; )
223
223
  fe();
224
224
  return qe(e) > 2 || qe(re) > 3 ? "" : " ";
225
225
  }
226
- function In(e, r) {
226
+ function Nn(e, r) {
227
227
  for (; --r && fe() && !(re < 48 || re > 102 || re > 57 && re < 65 || re > 70 && re < 97); )
228
228
  ;
229
229
  return He(e, nr() + (r < 6 && Ce() == 32 && fe() == 32));
@@ -250,18 +250,18 @@ function Br(e) {
250
250
  }
251
251
  return ue;
252
252
  }
253
- function Nn(e, r) {
253
+ function Mn(e, r) {
254
254
  for (; fe() && e + re !== 57; )
255
255
  if (e + re === 84 && Ce() === 47)
256
256
  break;
257
257
  return "/*" + He(r, ue - 1) + "*" + cr(e === 47 ? e : fe());
258
258
  }
259
- function Mn(e) {
259
+ function Dn(e) {
260
260
  for (; !qe(Ce()); )
261
261
  fe();
262
262
  return He(e, ue);
263
263
  }
264
- function Dn(e) {
264
+ function Bn(e) {
265
265
  return Vt(ir("", null, null, null, [""], e = jt(e), 0, [0], e));
266
266
  }
267
267
  function ir(e, r, t, n, o, i, s, u, l) {
@@ -284,18 +284,18 @@ function ir(e, r, t, n, o, i, s, u, l) {
284
284
  case 10:
285
285
  case 13:
286
286
  case 32:
287
- k += Rn(g);
287
+ k += In(g);
288
288
  break;
289
289
  // \
290
290
  case 92:
291
- k += In(nr() - 1, 7);
291
+ k += Nn(nr() - 1, 7);
292
292
  continue;
293
293
  // /
294
294
  case 47:
295
295
  switch (Ce()) {
296
296
  case 42:
297
297
  case 47:
298
- Je(Bn(Nn(fe(), nr()), r, t), l);
298
+ Je(Fn(Mn(fe(), nr()), r, t), l);
299
299
  break;
300
300
  default:
301
301
  k += "/";
@@ -347,7 +347,7 @@ function ir(e, r, t, n, o, i, s, u, l) {
347
347
  if (c < 1) {
348
348
  if (_ == 123)
349
349
  --c;
350
- else if (_ == 125 && c++ == 0 && Pn() == 125)
350
+ else if (_ == 125 && c++ == 0 && Rn() == 125)
351
351
  continue;
352
352
  }
353
353
  switch (k += cr(_), _ * c) {
@@ -361,7 +361,7 @@ function ir(e, r, t, n, o, i, s, u, l) {
361
361
  break;
362
362
  // @
363
363
  case 64:
364
- Ce() === 45 && (k += or(fe())), h = Ce(), m = p = ve(A = k += Mn(nr())), _++;
364
+ Ce() === 45 && (k += or(fe())), h = Ce(), m = p = ve(A = k += Dn(nr())), _++;
365
365
  break;
366
366
  // -
367
367
  case 45:
@@ -372,12 +372,12 @@ function ir(e, r, t, n, o, i, s, u, l) {
372
372
  }
373
373
  function et(e, r, t, n, o, i, s, u, l, d, m) {
374
374
  for (var p = o - 1, h = o === 0 ? i : [""], S = zr(h), g = 0, c = 0, y = 0; g < n; ++g)
375
- for (var x = 0, _ = ze(e, p + 1, p = wn(c = s[g])), A = e; x < S; ++x)
375
+ for (var x = 0, _ = ze(e, p + 1, p = $n(c = s[g])), A = e; x < S; ++x)
376
376
  (A = Ft(c > 0 ? h[x] + " " + _ : j(_, /&\f/g, h[x]))) && (l[y++] = A);
377
377
  return lr(e, r, t, o === 0 ? Ur : u, l, d, m);
378
378
  }
379
- function Bn(e, r, t) {
380
- return lr(e, r, t, Dt, cr(kn()), ze(e, 2, -2), 0);
379
+ function Fn(e, r, t) {
380
+ return lr(e, r, t, Dt, cr(Pn()), ze(e, 2, -2), 0);
381
381
  }
382
382
  function rt(e, r, t, n) {
383
383
  return lr(e, r, t, Yr, ze(e, 0, n), ze(e, n + 1, -1), n);
@@ -387,11 +387,11 @@ function Ne(e, r) {
387
387
  t += r(e[o], o, e, r) || "";
388
388
  return t;
389
389
  }
390
- function Fn(e, r, t, n) {
390
+ function Ln(e, r, t, n) {
391
391
  switch (e.type) {
392
- case xn:
392
+ case wn:
393
393
  if (e.children.length) break;
394
- case Tn:
394
+ case xn:
395
395
  case Yr:
396
396
  return e.return = e.return || e.value;
397
397
  case Dt:
@@ -403,7 +403,7 @@ function Fn(e, r, t, n) {
403
403
  }
404
404
  return ve(t = Ne(e.children, n)) ? e.return = e.value + "{" + t + "}" : "";
405
405
  }
406
- function Ln(e) {
406
+ function jn(e) {
407
407
  var r = zr(e);
408
408
  return function(t, n, o, i) {
409
409
  for (var s = "", u = 0; u < r; u++)
@@ -411,7 +411,7 @@ function Ln(e) {
411
411
  return s;
412
412
  };
413
413
  }
414
- function jn(e) {
414
+ function Vn(e) {
415
415
  return function(r) {
416
416
  r.root || (r = r.return) && e(r);
417
417
  };
@@ -422,16 +422,16 @@ function Wt(e) {
422
422
  return r[t] === void 0 && (r[t] = e(t)), r[t];
423
423
  };
424
424
  }
425
- var Vn = function(r, t, n) {
425
+ var Wn = function(r, t, n) {
426
426
  for (var o = 0, i = 0; o = i, i = Ce(), o === 38 && i === 12 && (t[n] = 1), !qe(i); )
427
427
  fe();
428
428
  return He(r, ue);
429
- }, Wn = function(r, t) {
429
+ }, Un = function(r, t) {
430
430
  var n = -1, o = 44;
431
431
  do
432
432
  switch (qe(o)) {
433
433
  case 0:
434
- o === 38 && Ce() === 12 && (t[n] = 1), r[n] += Vn(ue - 1, t, n);
434
+ o === 38 && Ce() === 12 && (t[n] = 1), r[n] += Wn(ue - 1, t, n);
435
435
  break;
436
436
  case 2:
437
437
  r[n] += or(o);
@@ -447,9 +447,9 @@ var Vn = function(r, t, n) {
447
447
  }
448
448
  while (o = fe());
449
449
  return r;
450
- }, Un = function(r, t) {
451
- return Vt(Wn(jt(r), t));
452
- }, tt = /* @__PURE__ */ new WeakMap(), Yn = function(r) {
450
+ }, Yn = function(r, t) {
451
+ return Vt(Un(jt(r), t));
452
+ }, tt = /* @__PURE__ */ new WeakMap(), zn = function(r) {
453
453
  if (!(r.type !== "rule" || !r.parent || // positive .length indicates that this rule contains pseudo
454
454
  // negative .length indicates that this rule has been already prefixed
455
455
  r.length < 1)) {
@@ -457,12 +457,12 @@ var Vn = function(r, t, n) {
457
457
  if (n = n.parent, !n) return;
458
458
  if (!(r.props.length === 1 && t.charCodeAt(0) !== 58 && !tt.get(n)) && !o) {
459
459
  tt.set(r, !0);
460
- for (var i = [], s = Un(t, i), u = n.props, l = 0, d = 0; l < s.length; l++)
460
+ for (var i = [], s = Yn(t, i), u = n.props, l = 0, d = 0; l < s.length; l++)
461
461
  for (var m = 0; m < u.length; m++, d++)
462
462
  r.props[d] = i[l] ? s[l].replace(/&\f/g, u[m]) : u[m] + " " + s[l];
463
463
  }
464
464
  }
465
- }, zn = function(r) {
465
+ }, qn = function(r) {
466
466
  if (r.type === "decl") {
467
467
  var t = r.value;
468
468
  // charcode for l
@@ -471,7 +471,7 @@ var Vn = function(r, t, n) {
471
471
  }
472
472
  };
473
473
  function Ut(e, r) {
474
- switch (_n(e, r)) {
474
+ switch (On(e, r)) {
475
475
  // color-adjust
476
476
  case 5103:
477
477
  return L + "print-" + e + e;
@@ -511,32 +511,32 @@ function Ut(e, r) {
511
511
  case 4810:
512
512
  case 6968:
513
513
  case 2756:
514
- return L + e + ar + e + ie + e + e;
514
+ return L + e + ar + e + ae + e + e;
515
515
  // flex, flex-direction
516
516
  case 6828:
517
517
  case 4268:
518
- return L + e + ie + e + e;
518
+ return L + e + ae + e + e;
519
519
  // order
520
520
  case 6165:
521
- return L + e + ie + "flex-" + e + e;
521
+ return L + e + ae + "flex-" + e + e;
522
522
  // align-items
523
523
  case 5187:
524
- return L + e + j(e, /(\w+).+(:[^]+)/, L + "box-$1$2" + ie + "flex-$1$2") + e;
524
+ return L + e + j(e, /(\w+).+(:[^]+)/, L + "box-$1$2" + ae + "flex-$1$2") + e;
525
525
  // align-self
526
526
  case 5443:
527
- return L + e + ie + "flex-item-" + j(e, /flex-|-self/, "") + e;
527
+ return L + e + ae + "flex-item-" + j(e, /flex-|-self/, "") + e;
528
528
  // align-content
529
529
  case 4675:
530
- return L + e + ie + "flex-line-pack" + j(e, /align-content|flex-|-self/, "") + e;
530
+ return L + e + ae + "flex-line-pack" + j(e, /align-content|flex-|-self/, "") + e;
531
531
  // flex-shrink
532
532
  case 5548:
533
- return L + e + ie + j(e, "shrink", "negative") + e;
533
+ return L + e + ae + j(e, "shrink", "negative") + e;
534
534
  // flex-basis
535
535
  case 5292:
536
- return L + e + ie + j(e, "basis", "preferred-size") + e;
536
+ return L + e + ae + j(e, "basis", "preferred-size") + e;
537
537
  // flex-grow
538
538
  case 6060:
539
- return L + "box-" + j(e, "-grow", "") + L + e + ie + j(e, "grow", "positive") + e;
539
+ return L + "box-" + j(e, "-grow", "") + L + e + ae + j(e, "grow", "positive") + e;
540
540
  // transition
541
541
  case 4554:
542
542
  return L + j(e, /([^-])(transform)/g, "$1" + L + "$2") + e;
@@ -549,7 +549,7 @@ function Ut(e, r) {
549
549
  return j(e, /(image-set\([^]*)/, L + "$1$`$1");
550
550
  // justify-content
551
551
  case 4968:
552
- return j(j(e, /(.+:)(flex-)?(.*)/, L + "box-pack:$3" + ie + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + L + e + e;
552
+ return j(j(e, /(.+:)(flex-)?(.*)/, L + "box-pack:$3" + ae + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + L + e + e;
553
553
  // (margin|padding)-inline-(start|end)
554
554
  case 4095:
555
555
  case 3583:
@@ -592,7 +592,7 @@ function Ut(e, r) {
592
592
  return j(e, ":", ":" + L) + e;
593
593
  // (inline-)?fl(e)x
594
594
  case 101:
595
- return j(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + L + (oe(e, 14) === 45 ? "inline-" : "") + "box$3$1" + L + "$2$3$1" + ie + "$2box$3") + e;
595
+ return j(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + L + (oe(e, 14) === 45 ? "inline-" : "") + "box$3$1" + L + "$2$3$1" + ae + "$2box$3") + e;
596
596
  }
597
597
  break;
598
598
  // writing-mode
@@ -600,19 +600,19 @@ function Ut(e, r) {
600
600
  switch (oe(e, r + 11)) {
601
601
  // vertical-l(r)
602
602
  case 114:
603
- return L + e + ie + j(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
603
+ return L + e + ae + j(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
604
604
  // vertical-r(l)
605
605
  case 108:
606
- return L + e + ie + j(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
606
+ return L + e + ae + j(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
607
607
  // horizontal(-)tb
608
608
  case 45:
609
- return L + e + ie + j(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
609
+ return L + e + ae + j(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
610
610
  }
611
- return L + e + ie + e + e;
611
+ return L + e + ae + e + e;
612
612
  }
613
613
  return e;
614
614
  }
615
- var qn = function(r, t, n, o) {
615
+ var Gn = function(r, t, n, o) {
616
616
  if (r.length > -1 && !r.return) switch (r.type) {
617
617
  case Yr:
618
618
  r.return = Ut(r.value, r.length);
@@ -622,8 +622,8 @@ var qn = function(r, t, n, o) {
622
622
  value: j(r.value, "@", "@" + L)
623
623
  })], o);
624
624
  case Ur:
625
- if (r.length) return An(r.props, function(i) {
626
- switch (On(i, /(::plac\w+|:read-\w+)/)) {
625
+ if (r.length) return kn(r.props, function(i) {
626
+ switch (An(i, /(::plac\w+|:read-\w+)/)) {
627
627
  // :read-(only|write)
628
628
  case ":read-only":
629
629
  case ":read-write":
@@ -637,13 +637,13 @@ var qn = function(r, t, n, o) {
637
637
  }), Le(r, {
638
638
  props: [j(i, /:(plac\w+)/, ":" + ar + "$1")]
639
639
  }), Le(r, {
640
- props: [j(i, /:(plac\w+)/, ie + "input-$1")]
640
+ props: [j(i, /:(plac\w+)/, ae + "input-$1")]
641
641
  })], o);
642
642
  }
643
643
  return "";
644
644
  });
645
645
  }
646
- }, Gn = [qn], Hn = function(r) {
646
+ }, Hn = [Gn], Kn = function(r) {
647
647
  var t = r.key;
648
648
  if (t === "css") {
649
649
  var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
@@ -652,7 +652,7 @@ var qn = function(r, t, n, o) {
652
652
  y.indexOf(" ") !== -1 && (document.head.appendChild(c), c.setAttribute("data-s", ""));
653
653
  });
654
654
  }
655
- var o = r.stylisPlugins || Gn, i = {}, s, u = [];
655
+ var o = r.stylisPlugins || Hn, i = {}, s, u = [];
656
656
  s = r.container || document.head, Array.prototype.forEach.call(
657
657
  // this means we will ignore elements which don't have a space in them which
658
658
  // means that the style elements we're looking at are only Emotion 11 server-rendered style elements
@@ -663,12 +663,12 @@ var qn = function(r, t, n, o) {
663
663
  u.push(c);
664
664
  }
665
665
  );
666
- var l, d = [Yn, zn];
666
+ var l, d = [zn, qn];
667
667
  {
668
- var m, p = [Fn, jn(function(c) {
668
+ var m, p = [Ln, Vn(function(c) {
669
669
  m.insert(c);
670
- })], h = Ln(d.concat(o, p)), S = function(y) {
671
- return Ne(Dn(y), h);
670
+ })], h = jn(d.concat(o, p)), S = function(y) {
671
+ return Ne(Bn(y), h);
672
672
  };
673
673
  l = function(y, x, _, A) {
674
674
  m = _, S(y ? y + "{" + x.styles + "}" : x.styles), A && (g.inserted[x.name] = !0);
@@ -676,7 +676,7 @@ var qn = function(r, t, n, o) {
676
676
  }
677
677
  var g = {
678
678
  key: t,
679
- sheet: new En({
679
+ sheet: new Tn({
680
680
  key: t,
681
681
  container: s,
682
682
  nonce: r.nonce,
@@ -700,7 +700,7 @@ var qn = function(r, t, n, o) {
700
700
  * LICENSE file in the root directory of this source tree.
701
701
  */
702
702
  var nt;
703
- function Kn() {
703
+ function Xn() {
704
704
  if (nt) return W;
705
705
  nt = 1;
706
706
  var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, p = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, c = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, x = e ? Symbol.for("react.responder") : 60118, _ = e ? Symbol.for("react.scope") : 60119;
@@ -775,7 +775,7 @@ var U = {};
775
775
  * LICENSE file in the root directory of this source tree.
776
776
  */
777
777
  var ot;
778
- function Xn() {
778
+ function Qn() {
779
779
  return ot || (ot = 1, process.env.NODE_ENV !== "production" && (function() {
780
780
  var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, p = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, c = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, x = e ? Symbol.for("react.responder") : 60118, _ = e ? Symbol.for("react.scope") : 60119;
781
781
  function A(T) {
@@ -859,9 +859,9 @@ function Xn() {
859
859
  }
860
860
  var it;
861
861
  function Yt() {
862
- return it || (it = 1, process.env.NODE_ENV === "production" ? Ze.exports = Kn() : Ze.exports = Xn()), Ze.exports;
862
+ return it || (it = 1, process.env.NODE_ENV === "production" ? Ze.exports = Xn() : Ze.exports = Qn()), Ze.exports;
863
863
  }
864
- var Qn = !0;
864
+ var Jn = !0;
865
865
  function zt(e, r, t) {
866
866
  var n = "";
867
867
  return t.split(" ").forEach(function(o) {
@@ -879,7 +879,7 @@ var qr = function(r, t, n) {
879
879
  // in node since emotion-server relies on whether a style is in
880
880
  // the registered cache to know whether a style is global or not
881
881
  // also, note that this check will be dead code eliminated in the browser
882
- Qn === !1) && r.registered[o] === void 0 && (r.registered[o] = t.styles);
882
+ Jn === !1) && r.registered[o] === void 0 && (r.registered[o] = t.styles);
883
883
  }, qt = function(r, t, n) {
884
884
  qr(r, t, n);
885
885
  var o = r.key + "-" + t.name;
@@ -890,7 +890,7 @@ var qr = function(r, t, n) {
890
890
  while (i !== void 0);
891
891
  }
892
892
  };
893
- function Jn(e) {
893
+ function Zn(e) {
894
894
  for (var r = 0, t, n = 0, o = e.length; o >= 4; ++n, o -= 4)
895
895
  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): */
896
896
  (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
@@ -909,7 +909,7 @@ function Jn(e) {
909
909
  return r ^= r >>> 13, r = /* Math.imul(h, m): */
910
910
  (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), ((r ^ r >>> 15) >>> 0).toString(36);
911
911
  }
912
- var Zn = {
912
+ var eo = {
913
913
  animationIterationCount: 1,
914
914
  aspectRatio: 1,
915
915
  borderImageOutset: 1,
@@ -958,18 +958,18 @@ var Zn = {
958
958
  strokeMiterlimit: 1,
959
959
  strokeOpacity: 1,
960
960
  strokeWidth: 1
961
- }, eo = /[A-Z]|^ms/g, ro = /_EMO_([^_]+?)_([^]*?)_EMO_/g, Gt = function(r) {
961
+ }, ro = /[A-Z]|^ms/g, to = /_EMO_([^_]+?)_([^]*?)_EMO_/g, Gt = function(r) {
962
962
  return r.charCodeAt(1) === 45;
963
963
  }, at = function(r) {
964
964
  return r != null && typeof r != "boolean";
965
965
  }, $r = /* @__PURE__ */ Wt(function(e) {
966
- return Gt(e) ? e : e.replace(eo, "-$&").toLowerCase();
966
+ return Gt(e) ? e : e.replace(ro, "-$&").toLowerCase();
967
967
  }), st = function(r, t) {
968
968
  switch (r) {
969
969
  case "animation":
970
970
  case "animationName":
971
971
  if (typeof t == "string")
972
- return t.replace(ro, function(n, o, i) {
972
+ return t.replace(to, function(n, o, i) {
973
973
  return Se = {
974
974
  name: o,
975
975
  styles: i,
@@ -977,7 +977,7 @@ var Zn = {
977
977
  }, o;
978
978
  });
979
979
  }
980
- return Zn[r] !== 1 && !Gt(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
980
+ return eo[r] !== 1 && !Gt(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
981
981
  };
982
982
  function Ge(e, r, t) {
983
983
  if (t == null)
@@ -1009,7 +1009,7 @@ function Ge(e, r, t) {
1009
1009
  var u = i.styles + ";";
1010
1010
  return u;
1011
1011
  }
1012
- return to(e, r, t);
1012
+ return no(e, r, t);
1013
1013
  }
1014
1014
  case "function": {
1015
1015
  if (e !== void 0) {
@@ -1025,7 +1025,7 @@ function Ge(e, r, t) {
1025
1025
  var p = r[m];
1026
1026
  return p !== void 0 ? p : m;
1027
1027
  }
1028
- function to(e, r, t) {
1028
+ function no(e, r, t) {
1029
1029
  var n = "";
1030
1030
  if (Array.isArray(t))
1031
1031
  for (var o = 0; o < t.length; o++)
@@ -1075,58 +1075,58 @@ function Gr(e, r, t) {
1075
1075
  ct.lastIndex = 0;
1076
1076
  for (var d = "", m; (m = ct.exec(o)) !== null; )
1077
1077
  d += "-" + m[1];
1078
- var p = Jn(o) + d;
1078
+ var p = Zn(o) + d;
1079
1079
  return {
1080
1080
  name: p,
1081
1081
  styles: o,
1082
1082
  next: Se
1083
1083
  };
1084
1084
  }
1085
- var no = function(r) {
1085
+ var oo = function(r) {
1086
1086
  return r();
1087
- }, oo = ae.useInsertionEffect ? ae.useInsertionEffect : !1, Ht = oo || no, Kt = /* @__PURE__ */ ae.createContext(
1087
+ }, Ht = ie.useInsertionEffect ? ie.useInsertionEffect : !1, Kt = Ht || oo, ma = Ht || ie.useLayoutEffect, Xt = /* @__PURE__ */ ie.createContext(
1088
1088
  // we're doing this to avoid preconstruct's dead code elimination in this one case
1089
1089
  // because this module is primarily intended for the browser and node
1090
1090
  // but it's also required in react native and similar environments sometimes
1091
1091
  // and we could have a special build just for that
1092
1092
  // but this is much easier and the native packages
1093
1093
  // might use a different theme context in the future anyway
1094
- typeof HTMLElement < "u" ? /* @__PURE__ */ Hn({
1094
+ typeof HTMLElement < "u" ? /* @__PURE__ */ Kn({
1095
1095
  key: "css"
1096
1096
  }) : null
1097
1097
  );
1098
- Kt.Provider;
1099
- var Xt = function(r) {
1100
- return /* @__PURE__ */ gn(function(t, n) {
1101
- var o = yn(Kt);
1098
+ Xt.Provider;
1099
+ var Qt = function(r) {
1100
+ return /* @__PURE__ */ yn(function(t, n) {
1101
+ var o = bn(Xt);
1102
1102
  return r(t, o, n);
1103
1103
  });
1104
- }, Qt = /* @__PURE__ */ ae.createContext({}), Jt = {}.hasOwnProperty, Fr = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", ma = function(r, t) {
1104
+ }, Jt = /* @__PURE__ */ ie.createContext({}), Zt = {}.hasOwnProperty, Fr = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", ha = function(r, t) {
1105
1105
  var n = {};
1106
1106
  for (var o in t)
1107
- Jt.call(t, o) && (n[o] = t[o]);
1107
+ Zt.call(t, o) && (n[o] = t[o]);
1108
1108
  return n[Fr] = r, n;
1109
1109
  }, io = function(r) {
1110
1110
  var t = r.cache, n = r.serialized, o = r.isStringTag;
1111
- return qr(t, n, o), Ht(function() {
1111
+ return qr(t, n, o), Kt(function() {
1112
1112
  return qt(t, n, o);
1113
1113
  }), null;
1114
- }, ao = /* @__PURE__ */ Xt(function(e, r, t) {
1114
+ }, ao = /* @__PURE__ */ Qt(function(e, r, t) {
1115
1115
  var n = e.css;
1116
1116
  typeof n == "string" && r.registered[n] !== void 0 && (n = r.registered[n]);
1117
1117
  var o = e[Fr], i = [n], s = "";
1118
1118
  typeof e.className == "string" ? s = zt(r.registered, i, e.className) : e.className != null && (s = e.className + " ");
1119
- var u = Gr(i, void 0, ae.useContext(Qt));
1119
+ var u = Gr(i, void 0, ie.useContext(Jt));
1120
1120
  s += r.key + "-" + u.name;
1121
1121
  var l = {};
1122
1122
  for (var d in e)
1123
- Jt.call(e, d) && d !== "css" && d !== Fr && (l[d] = e[d]);
1124
- return l.className = s, t && (l.ref = t), /* @__PURE__ */ ae.createElement(ae.Fragment, null, /* @__PURE__ */ ae.createElement(io, {
1123
+ Zt.call(e, d) && d !== "css" && d !== Fr && (l[d] = e[d]);
1124
+ return l.className = s, t && (l.ref = t), /* @__PURE__ */ ie.createElement(ie.Fragment, null, /* @__PURE__ */ ie.createElement(io, {
1125
1125
  cache: r,
1126
1126
  serialized: u,
1127
1127
  isStringTag: typeof o == "string"
1128
- }), /* @__PURE__ */ ae.createElement(o, l));
1129
- }), ha = ao, 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)-.*))$/, co = /* @__PURE__ */ Wt(
1128
+ }), /* @__PURE__ */ ie.createElement(o, l));
1129
+ }), ga = ao, 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)-.*))$/, co = /* @__PURE__ */ Wt(
1130
1130
  function(e) {
1131
1131
  return so.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
1132
1132
  }
@@ -1149,7 +1149,7 @@ var Xt = function(r) {
1149
1149
  return typeof o != "function" && n && (o = r.__emotion_forwardProp), o;
1150
1150
  }, fo = function(r) {
1151
1151
  var t = r.cache, n = r.serialized, o = r.isStringTag;
1152
- return qr(t, n, o), Ht(function() {
1152
+ return qr(t, n, o), Kt(function() {
1153
1153
  return qt(t, n, o);
1154
1154
  }), null;
1155
1155
  }, po = function e(r, t) {
@@ -1166,13 +1166,13 @@ var Xt = function(r) {
1166
1166
  for (var S = m.length, g = 1; g < S; g++)
1167
1167
  p.push(m[g], h[g]);
1168
1168
  }
1169
- var c = Xt(function(y, x, _) {
1169
+ var c = Qt(function(y, x, _) {
1170
1170
  var A = d && y.as || o, C = "", b = [], $ = y;
1171
1171
  if (y.theme == null) {
1172
1172
  $ = {};
1173
1173
  for (var k in y)
1174
1174
  $[k] = y[k];
1175
- $.theme = ae.useContext(Qt);
1175
+ $.theme = ie.useContext(Jt);
1176
1176
  }
1177
1177
  typeof y.className == "string" ? C = zt(x.registered, b, y.className) : y.className != null && (C = y.className + " ");
1178
1178
  var pe = Gr(p.concat(b), x.registered, $);
@@ -1180,11 +1180,11 @@ var Xt = function(r) {
1180
1180
  var ne = d && u === void 0 ? ut(A) : l, te = {};
1181
1181
  for (var Q in y)
1182
1182
  d && Q === "as" || ne(Q) && (te[Q] = y[Q]);
1183
- return te.className = C, _ && (te.ref = _), /* @__PURE__ */ ae.createElement(ae.Fragment, null, /* @__PURE__ */ ae.createElement(fo, {
1183
+ return te.className = C, _ && (te.ref = _), /* @__PURE__ */ ie.createElement(ie.Fragment, null, /* @__PURE__ */ ie.createElement(fo, {
1184
1184
  cache: x,
1185
1185
  serialized: pe,
1186
1186
  isStringTag: typeof A == "string"
1187
- }), /* @__PURE__ */ ae.createElement(A, te));
1187
+ }), /* @__PURE__ */ ie.createElement(A, te));
1188
1188
  });
1189
1189
  return c.displayName = i !== void 0 ? i : "Styled(" + (typeof o == "string" ? o : o.displayName || o.name || "Component") + ")", c.defaultProps = r.defaultProps, c.__emotion_real = c, c.__emotion_base = o, c.__emotion_styles = p, c.__emotion_forwardProp = u, Object.defineProperty(c, "toString", {
1190
1190
  value: function() {
@@ -1397,7 +1397,7 @@ function Hr() {
1397
1397
  return Or = e, Or;
1398
1398
  }
1399
1399
  var Ar, pt;
1400
- function Zt() {
1400
+ function en() {
1401
1401
  return pt || (pt = 1, Ar = Function.call.bind(Object.prototype.hasOwnProperty)), Ar;
1402
1402
  }
1403
1403
  var kr, mt;
@@ -1407,7 +1407,7 @@ function go() {
1407
1407
  var e = function() {
1408
1408
  };
1409
1409
  if (process.env.NODE_ENV !== "production") {
1410
- var r = /* @__PURE__ */ Hr(), t = {}, n = /* @__PURE__ */ Zt();
1410
+ var r = /* @__PURE__ */ Hr(), t = {}, n = /* @__PURE__ */ en();
1411
1411
  e = function(i) {
1412
1412
  var s = "Warning: " + i;
1413
1413
  typeof console < "u" && console.error(s);
@@ -1453,7 +1453,7 @@ var Pr, ht;
1453
1453
  function yo() {
1454
1454
  if (ht) return Pr;
1455
1455
  ht = 1;
1456
- var e = Yt(), r = ho(), t = /* @__PURE__ */ Hr(), n = /* @__PURE__ */ Zt(), o = /* @__PURE__ */ go(), i = function() {
1456
+ var e = Yt(), r = ho(), t = /* @__PURE__ */ Hr(), n = /* @__PURE__ */ en(), o = /* @__PURE__ */ go(), i = function() {
1457
1457
  };
1458
1458
  process.env.NODE_ENV !== "production" && (i = function(u) {
1459
1459
  var l = "Warning: " + u;
@@ -1829,7 +1829,7 @@ function vo() {
1829
1829
  return er.exports;
1830
1830
  }
1831
1831
  var So = /* @__PURE__ */ vo();
1832
- const je = /* @__PURE__ */ bn(So);
1832
+ const je = /* @__PURE__ */ vn(So);
1833
1833
  /**
1834
1834
  * @mui/styled-engine v7.3.3
1835
1835
  *
@@ -1837,7 +1837,7 @@ const je = /* @__PURE__ */ bn(So);
1837
1837
  * This source code is licensed under the MIT license found in the
1838
1838
  * LICENSE file in the root directory of this source tree.
1839
1839
  */
1840
- function ga(e, r) {
1840
+ function ya(e, r) {
1841
1841
  const t = Lr(e, r);
1842
1842
  return process.env.NODE_ENV !== "production" ? (...n) => {
1843
1843
  const o = typeof e == "string" ? `"${e}"` : "component";
@@ -1845,11 +1845,11 @@ function ga(e, r) {
1845
1845
  `)) : n.some((i) => i === void 0) && console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`), t(...n);
1846
1846
  } : t;
1847
1847
  }
1848
- function ya(e, r) {
1848
+ function ba(e, r) {
1849
1849
  Array.isArray(e.__emotion_styles) && (e.__emotion_styles = r(e.__emotion_styles));
1850
1850
  }
1851
1851
  const bt = [];
1852
- function ba(e) {
1852
+ function va(e) {
1853
1853
  return bt[0] = e, Gr(bt);
1854
1854
  }
1855
1855
  var rr = { exports: {} }, H = {};
@@ -2004,19 +2004,19 @@ var Ct;
2004
2004
  function To() {
2005
2005
  return Ct || (Ct = 1, process.env.NODE_ENV === "production" ? rr.exports = /* @__PURE__ */ Co() : rr.exports = /* @__PURE__ */ Eo()), rr.exports;
2006
2006
  }
2007
- var en = /* @__PURE__ */ To();
2007
+ var rn = /* @__PURE__ */ To();
2008
2008
  function xe(e) {
2009
2009
  if (typeof e != "object" || e === null)
2010
2010
  return !1;
2011
2011
  const r = Object.getPrototypeOf(e);
2012
2012
  return (r === null || r === Object.prototype || Object.getPrototypeOf(r) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
2013
2013
  }
2014
- function rn(e) {
2015
- if (/* @__PURE__ */ ae.isValidElement(e) || en.isValidElementType(e) || !xe(e))
2014
+ function tn(e) {
2015
+ if (/* @__PURE__ */ ie.isValidElement(e) || rn.isValidElementType(e) || !xe(e))
2016
2016
  return e;
2017
2017
  const r = {};
2018
2018
  return Object.keys(e).forEach((t) => {
2019
- r[t] = rn(e[t]);
2019
+ r[t] = tn(e[t]);
2020
2020
  }), r;
2021
2021
  }
2022
2022
  function de(e, r, t = {
@@ -2026,8 +2026,8 @@ function de(e, r, t = {
2026
2026
  ...e
2027
2027
  } : e;
2028
2028
  return xe(e) && xe(r) && Object.keys(r).forEach((o) => {
2029
- /* @__PURE__ */ ae.isValidElement(r[o]) || en.isValidElementType(r[o]) ? n[o] = r[o] : xe(r[o]) && // Avoid prototype pollution
2030
- Object.prototype.hasOwnProperty.call(e, o) && xe(e[o]) ? n[o] = de(e[o], r[o], t) : t.clone ? n[o] = xe(r[o]) ? rn(r[o]) : r[o] : n[o] = r[o];
2029
+ /* @__PURE__ */ ie.isValidElement(r[o]) || rn.isValidElementType(r[o]) ? n[o] = r[o] : xe(r[o]) && // Avoid prototype pollution
2030
+ Object.prototype.hasOwnProperty.call(e, o) && xe(e[o]) ? n[o] = de(e[o], r[o], t) : t.clone ? n[o] = xe(r[o]) ? tn(r[o]) : r[o] : n[o] = r[o];
2031
2031
  }), n;
2032
2032
  }
2033
2033
  const xo = (e) => {
@@ -2200,7 +2200,7 @@ function xt(e, r) {
2200
2200
  return (!o || Object.keys(o).length === 0) && delete t[n], t;
2201
2201
  }, r);
2202
2202
  }
2203
- function tn(e) {
2203
+ function nn(e) {
2204
2204
  if (typeof e != "string")
2205
2205
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : we(7));
2206
2206
  return e.charAt(0).toUpperCase() + e.slice(1);
@@ -2231,7 +2231,7 @@ function ee(e) {
2231
2231
  const u = s[r], l = s.theme, d = dr(l, n) || {};
2232
2232
  return Te(s, u, (p) => {
2233
2233
  let h = sr(d, o, p);
2234
- return p === h && typeof p == "string" && (h = sr(d, o, `${r}${p === "default" ? "" : tn(p)}`, p)), t === !1 ? h : {
2234
+ return p === h && typeof p == "string" && (h = sr(d, o, `${r}${p === "default" ? "" : nn(p)}`, p)), t === !1 ? h : {
2235
2235
  [t]: h
2236
2236
  };
2237
2237
  });
@@ -2298,22 +2298,22 @@ function Fo(e, r, t, n) {
2298
2298
  const o = Mo(t), i = Bo(o, n), s = e[t];
2299
2299
  return Te(e, s, i);
2300
2300
  }
2301
- function nn(e, r) {
2301
+ function on(e, r) {
2302
2302
  const t = Kr(e.theme);
2303
2303
  return Object.keys(e).map((n) => Fo(e, r, n, t)).reduce(Ue, {});
2304
2304
  }
2305
2305
  function J(e) {
2306
- return nn(e, pr);
2306
+ return on(e, pr);
2307
2307
  }
2308
2308
  J.propTypes = process.env.NODE_ENV !== "production" ? pr.reduce((e, r) => (e[r] = _e, e), {}) : {};
2309
2309
  J.filterProps = pr;
2310
2310
  function Z(e) {
2311
- return nn(e, mr);
2311
+ return on(e, mr);
2312
2312
  }
2313
2313
  Z.propTypes = process.env.NODE_ENV !== "production" ? mr.reduce((e, r) => (e[r] = _e, e), {}) : {};
2314
2314
  Z.filterProps = mr;
2315
2315
  process.env.NODE_ENV !== "production" && Do.reduce((e, r) => (e[r] = _e, e), {});
2316
- function on(e = 8, r = Kr({
2316
+ function an(e = 8, r = Kr({
2317
2317
  spacing: e
2318
2318
  })) {
2319
2319
  if (e.mui)
@@ -2801,7 +2801,7 @@ function yi() {
2801
2801
  const h = dr(o, d) || {};
2802
2802
  return p ? p(s) : Te(s, n, (g) => {
2803
2803
  let c = sr(h, m, g);
2804
- return g === c && typeof g == "string" && (c = sr(h, m, `${t}${g === "default" ? "" : tn(g)}`, g)), l === !1 ? c : {
2804
+ return g === c && typeof g == "string" && (c = sr(h, m, `${t}${g === "default" ? "" : nn(g)}`, g)), l === !1 ? c : {
2805
2805
  [l]: c
2806
2806
  };
2807
2807
  });
@@ -2874,7 +2874,7 @@ function vi(e = {}, ...r) {
2874
2874
  spacing: o,
2875
2875
  shape: i = {},
2876
2876
  ...s
2877
- } = e, u = wo(t), l = on(o);
2877
+ } = e, u = wo(t), l = an(o);
2878
2878
  let d = de({
2879
2879
  breakpoints: u,
2880
2880
  direction: "ltr",
@@ -2914,17 +2914,17 @@ const $t = (e) => e, Si = () => {
2914
2914
  }
2915
2915
  };
2916
2916
  }, Ci = Si();
2917
- function an(e) {
2917
+ function sn(e) {
2918
2918
  var r, t, n = "";
2919
2919
  if (typeof e == "string" || typeof e == "number") n += e;
2920
2920
  else if (typeof e == "object") if (Array.isArray(e)) {
2921
2921
  var o = e.length;
2922
- for (r = 0; r < o; r++) e[r] && (t = an(e[r])) && (n && (n += " "), n += t);
2922
+ for (r = 0; r < o; r++) e[r] && (t = sn(e[r])) && (n && (n += " "), n += t);
2923
2923
  } else for (t in e) e[t] && (n && (n += " "), n += t);
2924
2924
  return n;
2925
2925
  }
2926
- function va() {
2927
- for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = an(e)) && (n && (n += " "), n += r);
2926
+ function Sa() {
2927
+ for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = sn(e)) && (n && (n += " "), n += r);
2928
2928
  return n;
2929
2929
  }
2930
2930
  const Ei = {
@@ -2941,14 +2941,14 @@ const Ei = {
2941
2941
  required: "required",
2942
2942
  selected: "selected"
2943
2943
  };
2944
- function sn(e, r, t = "Mui") {
2944
+ function cn(e, r, t = "Mui") {
2945
2945
  const n = Ei[r];
2946
2946
  return n ? `${t}-${n}` : `${Ci.generate(e)}-${r}`;
2947
2947
  }
2948
- function Sa(e, r, t = "Mui") {
2948
+ function Ca(e, r, t = "Mui") {
2949
2949
  const n = {};
2950
2950
  return r.forEach((o) => {
2951
- n[o] = sn(e, o, t);
2951
+ n[o] = cn(e, o, t);
2952
2952
  }), n;
2953
2953
  }
2954
2954
  function Ti(e, r = Number.MIN_SAFE_INTEGER, t = Number.MAX_SAFE_INTEGER) {
@@ -3005,7 +3005,7 @@ function Er(e) {
3005
3005
  } = e;
3006
3006
  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})`;
3007
3007
  }
3008
- function cn(e) {
3008
+ function un(e) {
3009
3009
  e = $e(e);
3010
3010
  const {
3011
3011
  values: r
@@ -3019,19 +3019,19 @@ function cn(e) {
3019
3019
  }
3020
3020
  function jr(e) {
3021
3021
  e = $e(e);
3022
- let r = e.type === "hsl" || e.type === "hsla" ? $e(cn(e)).values : e.values;
3022
+ let r = e.type === "hsl" || e.type === "hsla" ? $e(un(e)).values : e.values;
3023
3023
  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));
3024
3024
  }
3025
3025
  function _t(e, r) {
3026
3026
  const t = jr(e), n = jr(r);
3027
3027
  return (Math.max(t, n) + 0.05) / (Math.min(t, n) + 0.05);
3028
3028
  }
3029
- function un(e, r) {
3029
+ function ln(e, r) {
3030
3030
  return e = $e(e), r = Qr(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, Er(e);
3031
3031
  }
3032
3032
  function Oe(e, r, t) {
3033
3033
  try {
3034
- return un(e, r);
3034
+ return ln(e, r);
3035
3035
  } catch {
3036
3036
  return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
3037
3037
  }
@@ -3250,7 +3250,7 @@ function Pi(e) {
3250
3250
  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)} &` : "&";
3251
3251
  };
3252
3252
  }
3253
- function ln() {
3253
+ function fn() {
3254
3254
  return {
3255
3255
  // The colors used to style the text.
3256
3256
  text: {
@@ -3290,8 +3290,8 @@ function ln() {
3290
3290
  }
3291
3291
  };
3292
3292
  }
3293
- const fn = ln();
3294
- function dn() {
3293
+ const dn = fn();
3294
+ function pn() {
3295
3295
  return {
3296
3296
  text: {
3297
3297
  primary: Ye.white,
@@ -3319,7 +3319,7 @@ function dn() {
3319
3319
  }
3320
3320
  };
3321
3321
  }
3322
- const Vr = dn();
3322
+ const Vr = pn();
3323
3323
  function At(e, r, t, n) {
3324
3324
  const o = n.light || n, i = n.dark || n * 1.5;
3325
3325
  e[r] || (e.hasOwnProperty(t) ? e[r] = e[t] : r === "light" ? e.light = xr(e.main, o) : r === "dark" && (e.dark = Tr(e.main, i)));
@@ -3409,7 +3409,7 @@ function Jr(e) {
3409
3409
  function h(y) {
3410
3410
  if (o)
3411
3411
  return Fi(y);
3412
- const x = _t(y, Vr.text.primary) >= t ? Vr.text.primary : fn.text.primary;
3412
+ const x = _t(y, Vr.text.primary) >= t ? Vr.text.primary : dn.text.primary;
3413
3413
  if (process.env.NODE_ENV !== "production") {
3414
3414
  const _ = _t(y, x);
3415
3415
  _ < 3 && console.error([`MUI: The contrast ratio of ${_}:1 for ${x} 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(`
@@ -3447,7 +3447,7 @@ const theme2 = createTheme({ palette: {
3447
3447
  return o ? (kt(o, y, "light", A, n), kt(o, y, "dark", C, n)) : (At(y, "light", A, n), At(y, "dark", C, n)), y.contrastText || (y.contrastText = h(y.main)), y;
3448
3448
  };
3449
3449
  let g;
3450
- return r === "light" ? g = ln() : r === "dark" && (g = dn()), process.env.NODE_ENV !== "production" && (g || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), de({
3450
+ return r === "light" ? g = fn() : r === "dark" && (g = pn()), process.env.NODE_ENV !== "production" && (g || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), de({
3451
3451
  // A collection of common colors.
3452
3452
  common: {
3453
3453
  ...Ye
@@ -3489,7 +3489,7 @@ const theme2 = createTheme({ palette: {
3489
3489
  name: "success"
3490
3490
  }),
3491
3491
  // The grey colors.
3492
- grey: vn,
3492
+ grey: Sn,
3493
3493
  // Used by `getContrastText()` to maximize the contrast between
3494
3494
  // the background and the text.
3495
3495
  contrastThreshold: t,
@@ -3682,7 +3682,7 @@ const Qi = {
3682
3682
  function Ji(e) {
3683
3683
  return xe(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
3684
3684
  }
3685
- function pn(e = {}) {
3685
+ function mn(e = {}) {
3686
3686
  const r = {
3687
3687
  ...e
3688
3688
  };
@@ -3722,7 +3722,7 @@ function ea(e) {
3722
3722
  Object.assign(e, {
3723
3723
  alpha(r, t) {
3724
3724
  const n = this || e;
3725
- 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})` : un(r, Zi(t));
3725
+ 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})` : ln(r, Zi(t));
3726
3726
  },
3727
3727
  lighten(r, t) {
3728
3728
  const n = this || e;
@@ -3772,7 +3772,7 @@ function Wr(e = {}, ...r) {
3772
3772
  const A = y[_];
3773
3773
  if (g.includes(_) && Object.keys(A).length > 0) {
3774
3774
  if (process.env.NODE_ENV !== "production") {
3775
- const C = sn("", _);
3775
+ const C = cn("", _);
3776
3776
  console.error([`MUI: The \`${x}\` component increases the CSS specificity of the \`${_}\` internal state.`, "You can not override it like this: ", JSON.stringify(y, null, 2), "", `Instead, you need to use the '&.${C}' syntax:`, JSON.stringify({
3777
3777
  root: {
3778
3778
  [`&.${C}`]: A
@@ -3797,7 +3797,7 @@ function Wr(e = {}, ...r) {
3797
3797
  sx: c,
3798
3798
  theme: this
3799
3799
  });
3800
- }, S.toRuntimeSource = pn, ea(S), S;
3800
+ }, S.toRuntimeSource = mn, ea(S), S;
3801
3801
  }
3802
3802
  function ra(e) {
3803
3803
  let r;
@@ -3809,7 +3809,7 @@ const ta = [...Array(25)].map((e, r) => {
3809
3809
  const t = ra(r);
3810
3810
  return `linear-gradient(rgba(255 255 255 / ${t}), rgba(255 255 255 / ${t}))`;
3811
3811
  });
3812
- function mn(e) {
3812
+ function hn(e) {
3813
3813
  return {
3814
3814
  inputPlaceholder: e === "dark" ? 0.5 : 0.42,
3815
3815
  inputUnderline: e === "dark" ? 0.7 : 0.42,
@@ -3817,7 +3817,7 @@ function mn(e) {
3817
3817
  switchTrack: e === "dark" ? 0.3 : 0.38
3818
3818
  };
3819
3819
  }
3820
- function hn(e) {
3820
+ function gn(e) {
3821
3821
  return e === "dark" ? ta : [];
3822
3822
  }
3823
3823
  function na(e) {
@@ -3837,10 +3837,10 @@ function na(e) {
3837
3837
  return {
3838
3838
  palette: s,
3839
3839
  opacity: {
3840
- ...mn(s.mode),
3840
+ ...hn(s.mode),
3841
3841
  ...t
3842
3842
  },
3843
- overlays: n || hn(s.mode),
3843
+ overlays: n || gn(s.mode),
3844
3844
  ...i
3845
3845
  };
3846
3846
  }
@@ -3894,7 +3894,7 @@ function f(e, r, t) {
3894
3894
  !e[r] && t && (e[r] = t);
3895
3895
  }
3896
3896
  function We(e) {
3897
- return typeof e != "string" || !e.startsWith("hsl") ? e : cn(e);
3897
+ return typeof e != "string" || !e.startsWith("hsl") ? e : un(e);
3898
3898
  }
3899
3899
  function Ee(e, r) {
3900
3900
  `${r}Channel` in e || (e[`${r}Channel`] = Ve(We(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().
@@ -3940,10 +3940,10 @@ function Nr(e, r, t, n, o) {
3940
3940
  ...t,
3941
3941
  palette: s,
3942
3942
  opacity: {
3943
- ...mn(i),
3943
+ ...hn(i),
3944
3944
  ...t?.opacity
3945
3945
  },
3946
- overlays: t?.overlays || hn(i)
3946
+ overlays: t?.overlays || gn(i)
3947
3947
  }, u;
3948
3948
  }
3949
3949
  function la(e = {}, ...r) {
@@ -4009,7 +4009,7 @@ function la(e = {}, ...r) {
4009
4009
  if (a.mode === "dark") {
4010
4010
  f(a.Alert, "errorColor", E(G, a.error.light, 0.6)), f(a.Alert, "infoColor", E(G, a.info.light, 0.6)), f(a.Alert, "successColor", E(G, a.success.light, 0.6)), f(a.Alert, "warningColor", E(G, a.warning.light, 0.6)), f(a.Alert, "errorFilledBg", O("palette-error-dark")), f(a.Alert, "infoFilledBg", O("palette-info-dark")), f(a.Alert, "successFilledBg", O("palette-success-dark")), f(a.Alert, "warningFilledBg", O("palette-warning-dark")), f(a.Alert, "errorFilledColor", be(() => a.getContrastText(a.error.dark))), f(a.Alert, "infoFilledColor", be(() => a.getContrastText(a.info.dark))), f(a.Alert, "successFilledColor", be(() => a.getContrastText(a.success.dark))), f(a.Alert, "warningFilledColor", be(() => a.getContrastText(a.warning.dark))), f(a.Alert, "errorStandardBg", E(q, a.error.light, 0.9)), f(a.Alert, "infoStandardBg", E(q, a.info.light, 0.9)), f(a.Alert, "successStandardBg", E(q, a.success.light, 0.9)), f(a.Alert, "warningStandardBg", E(q, a.warning.light, 0.9)), f(a.Alert, "errorIconColor", O("palette-error-main")), f(a.Alert, "infoIconColor", O("palette-info-main")), f(a.Alert, "successIconColor", O("palette-success-main")), f(a.Alert, "warningIconColor", O("palette-warning-main")), f(a.AppBar, "defaultBg", O("palette-grey-900")), f(a.AppBar, "darkBg", O("palette-background-paper")), f(a.AppBar, "darkColor", O("palette-text-primary")), f(a.Avatar, "defaultBg", O("palette-grey-600")), f(a.Button, "inheritContainedBg", O("palette-grey-800")), f(a.Button, "inheritContainedHoverBg", O("palette-grey-700")), f(a.Chip, "defaultBorder", O("palette-grey-700")), f(a.Chip, "defaultAvatarColor", O("palette-grey-300")), f(a.Chip, "defaultIconColor", O("palette-grey-300")), f(a.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), f(a.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), f(a.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), f(a.LinearProgress, "primaryBg", E(q, a.primary.main, 0.5)), f(a.LinearProgress, "secondaryBg", E(q, a.secondary.main, 0.5)), f(a.LinearProgress, "errorBg", E(q, a.error.main, 0.5)), f(a.LinearProgress, "infoBg", E(q, a.info.main, 0.5)), f(a.LinearProgress, "successBg", E(q, a.success.main, 0.5)), f(a.LinearProgress, "warningBg", E(q, a.warning.main, 0.5)), f(a.Skeleton, "bg", C ? E(Oe, a.text.primary, 0.13) : `rgba(${O("palette-text-primaryChannel")} / 0.13)`), f(a.Slider, "primaryTrack", E(q, a.primary.main, 0.5)), f(a.Slider, "secondaryTrack", E(q, a.secondary.main, 0.5)), f(a.Slider, "errorTrack", E(q, a.error.main, 0.5)), f(a.Slider, "infoTrack", E(q, a.info.main, 0.5)), f(a.Slider, "successTrack", E(q, a.success.main, 0.5)), f(a.Slider, "warningTrack", E(q, a.warning.main, 0.5));
4011
4011
  const V = C ? E(G, a.background.default, 0.985) : tr(a.background.default, 0.98);
4012
- f(a.SnackbarContent, "bg", V), f(a.SnackbarContent, "color", be(() => C ? fn.text.primary : a.getContrastText(V))), f(a.SpeedDialAction, "fabHoverBg", tr(a.background.paper, 0.15)), f(a.StepConnector, "border", O("palette-grey-600")), f(a.StepContent, "border", O("palette-grey-600")), f(a.Switch, "defaultColor", O("palette-grey-300")), f(a.Switch, "defaultDisabledColor", O("palette-grey-600")), f(a.Switch, "primaryDisabledColor", E(q, a.primary.main, 0.55)), f(a.Switch, "secondaryDisabledColor", E(q, a.secondary.main, 0.55)), f(a.Switch, "errorDisabledColor", E(q, a.error.main, 0.55)), f(a.Switch, "infoDisabledColor", E(q, a.info.main, 0.55)), f(a.Switch, "successDisabledColor", E(q, a.success.main, 0.55)), f(a.Switch, "warningDisabledColor", E(q, a.warning.main, 0.55)), f(a.TableCell, "border", E(q, E(Oe, a.divider, 1), 0.68)), f(a.Tooltip, "bg", E(Oe, a.grey[700], 0.92));
4012
+ f(a.SnackbarContent, "bg", V), f(a.SnackbarContent, "color", be(() => C ? dn.text.primary : a.getContrastText(V))), f(a.SpeedDialAction, "fabHoverBg", tr(a.background.paper, 0.15)), f(a.StepConnector, "border", O("palette-grey-600")), f(a.StepContent, "border", O("palette-grey-600")), f(a.Switch, "defaultColor", O("palette-grey-300")), f(a.Switch, "defaultDisabledColor", O("palette-grey-600")), f(a.Switch, "primaryDisabledColor", E(q, a.primary.main, 0.55)), f(a.Switch, "secondaryDisabledColor", E(q, a.secondary.main, 0.55)), f(a.Switch, "errorDisabledColor", E(q, a.error.main, 0.55)), f(a.Switch, "infoDisabledColor", E(q, a.info.main, 0.55)), f(a.Switch, "successDisabledColor", E(q, a.success.main, 0.55)), f(a.Switch, "warningDisabledColor", E(q, a.warning.main, 0.55)), f(a.TableCell, "border", E(q, E(Oe, a.divider, 1), 0.68)), f(a.Tooltip, "bg", E(Oe, a.grey[700], 0.92));
4013
4013
  }
4014
4014
  Ee(a.background, "default"), Ee(a.background, "paper"), Ee(a.common, "background"), Ee(a.common, "onBackground"), Ee(a, "divider"), Object.keys(a).forEach((V) => {
4015
4015
  const Y = a[V];
@@ -4030,7 +4030,7 @@ function la(e = {}, ...r) {
4030
4030
  return $.vars = pe, Object.entries($.colorSchemes[$.defaultColorScheme]).forEach(([Q, a]) => {
4031
4031
  $[Q] = a;
4032
4032
  }), $.generateThemeVars = ne, $.generateStyleSheets = te, $.generateSpacing = function() {
4033
- return on(m.spacing, Kr(this));
4033
+ return an(m.spacing, Kr(this));
4034
4034
  }, $.getColorSchemeSelector = Pi(l), $.spacing = $.generateSpacing(), $.shouldSkipGeneratingVar = u, $.unstable_sxConfig = {
4035
4035
  ...Sr,
4036
4036
  ...m?.unstable_sxConfig
@@ -4039,7 +4039,7 @@ function la(e = {}, ...r) {
4039
4039
  sx: a,
4040
4040
  theme: this
4041
4041
  });
4042
- }, $.toRuntimeSource = pn, $;
4042
+ }, $.toRuntimeSource = mn, $;
4043
4043
  }
4044
4044
  function Mt(e, r, t) {
4045
4045
  e.colorSchemes && t && (e.colorSchemes[r] = {
@@ -4051,7 +4051,7 @@ function Mt(e, r, t) {
4051
4051
  // cast type to skip module augmentation test
4052
4052
  });
4053
4053
  }
4054
- function Ca(e = {}, ...r) {
4054
+ function Ea(e = {}, ...r) {
4055
4055
  const {
4056
4056
  palette: t,
4057
4057
  cssVariables: n = !1,
@@ -4097,28 +4097,32 @@ function Ca(e = {}, ...r) {
4097
4097
  }
4098
4098
  export {
4099
4099
  Ci as C,
4100
- ha as E,
4100
+ ga as E,
4101
4101
  je as P,
4102
- Qt as T,
4102
+ pa as T,
4103
4103
  Mr as _,
4104
- Sa as a,
4105
- tn as b,
4106
- va as c,
4107
- Sr as d,
4108
- vi as e,
4109
- Cr as f,
4110
- sn as g,
4111
- pa as h,
4104
+ Ca as a,
4105
+ nn as b,
4106
+ Sa as c,
4107
+ Cr as d,
4108
+ Ea as e,
4109
+ Jt as f,
4110
+ cn as g,
4111
+ vi as h,
4112
4112
  xe as i,
4113
- Ca as j,
4114
- Gr as k,
4115
- Jt as l,
4116
- ma as m,
4117
- en as n,
4118
- ba as o,
4119
- ya as p,
4120
- un as q,
4113
+ Sr as j,
4114
+ va as k,
4115
+ we as l,
4116
+ Gr as m,
4117
+ qt as n,
4118
+ Zt as o,
4119
+ ha as p,
4120
+ rn as q,
4121
4121
  Yt as r,
4122
- ga as s,
4123
- ra as t
4122
+ ya as s,
4123
+ ba as t,
4124
+ ma as u,
4125
+ ln as v,
4126
+ Qt as w,
4127
+ ra as x
4124
4128
  };