jcicl 1.0.76 → 1.0.78

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 (76) hide show
  1. package/.chunks/Button.js +7 -6
  2. package/.chunks/ButtonBase.js +2 -1
  3. package/.chunks/CircularProgress.js +9 -8
  4. package/.chunks/DefaultPropsProvider.js +322 -336
  5. package/.chunks/Paper.js +6 -5
  6. package/.chunks/Popper.js +1 -1
  7. package/.chunks/Portal.js +13 -13
  8. package/.chunks/SwitchBase.js +14 -13
  9. package/.chunks/TextField.js +2 -1
  10. package/.chunks/clsx.js +16 -0
  11. package/.chunks/createSvgIcon.js +14 -13
  12. package/.chunks/eye.js +45 -0
  13. package/.chunks/index.js +19 -18
  14. package/AppContainer/AppContainer.js +323 -319
  15. package/Button/Button.js +80 -82
  16. package/Divider/Divider.js +13 -12
  17. package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.d.ts +3 -2
  18. package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.js +39 -39
  19. package/EditableInfoCard/EditableInfoCard.d.ts +1 -1
  20. package/EditableInfoCard/EditableInfoCard.js +25 -25
  21. package/ErrorBoundary/ErrorBoundary.d.ts +5 -5
  22. package/ErrorBoundary/ErrorBoundary.js +21 -19
  23. package/FormComponents/FormComponents.d.ts +1 -2
  24. package/FormContext/createFormContext.js +70 -62
  25. package/FormFields/FormFields.d.ts +1 -1
  26. package/FormFields/FormFields.js +31 -31
  27. package/FormInput/FormInput.d.ts +5 -3
  28. package/FormInput/FormInput.js +10 -8
  29. package/Input/Input.d.ts +6 -1
  30. package/Input/Input.js +35 -100
  31. package/LabeledCheckbox/LabeledCheckbox.js +7 -6
  32. package/LabeledDropdown/LabeledDropdown.d.ts +3 -0
  33. package/LabeledDropdown/LabeledDropdown.js +720 -795
  34. package/LabeledFormattedInput/LabeledFormattedInput.d.ts +23 -0
  35. package/LabeledFormattedInput/LabeledFormattedInput.js +95 -0
  36. package/LabeledFormattedInput/index.d.ts +1 -0
  37. package/LabeledFormattedInput/index.js +4 -0
  38. package/LabeledInput/LabeledInput.js +39 -51
  39. package/LabeledRadio/LabeledRadio.js +7 -6
  40. package/Memo/Memo.js +6 -5
  41. package/Nav/Nav.d.ts +1 -1
  42. package/Pagination/Pagination.d.ts +1 -2
  43. package/Pagination/Pagination.js +25 -24
  44. package/README.md +11 -6
  45. package/Stepper/Stepper.js +4 -3
  46. package/Table/Table.d.ts +7 -5
  47. package/Table/Table.js +5575 -5633
  48. package/Timer/Timer.js +26 -26
  49. package/Toast/Toaster.js +9 -9
  50. package/Tooltip/Tooltip.js +5 -4
  51. package/WelcomeCard/WelcomeCard.d.ts +1 -5
  52. package/WelcomeCard/WelcomeCard.js +45 -101
  53. package/assets/style.css +1 -1
  54. package/assets/tailwind.css +2 -2
  55. package/cn.d.ts +2 -0
  56. package/cn.js +2990 -0
  57. package/constants.d.ts +6 -0
  58. package/constants.js +55 -0
  59. package/cursorPositioning.d.ts +7 -0
  60. package/cursorPositioning.js +13 -0
  61. package/formatters.d.ts +17 -0
  62. package/formatters.js +83 -0
  63. package/inputTypes.d.ts +1 -0
  64. package/inputTypes.js +1 -0
  65. package/logger.d.ts +13 -0
  66. package/logger.js +9 -0
  67. package/maskers.d.ts +6 -0
  68. package/maskers.js +15 -0
  69. package/package.json +2 -1
  70. package/theme.d.ts +1 -0
  71. package/theme.js +9 -8
  72. package/themeUtils.js +58 -79
  73. package/utils.d.ts +8 -18
  74. package/utils.js +39 -89
  75. package/validators.d.ts +5 -0
  76. package/validators.js +12 -0
@@ -1,8 +1,8 @@
1
- import { n as ut, s as lt } from "./emotion-styled.browser.esm.js";
1
+ import { n as ct, s as ut } from "./emotion-styled.browser.esm.js";
2
2
  import * as Kr from "react";
3
3
  import "react/jsx-runtime";
4
4
  import { r as Cr } from "./resolveProps.js";
5
- function ft(e) {
5
+ function lt(e) {
6
6
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
7
7
  }
8
8
  var cr = { exports: {} }, De = { exports: {} }, V = {};
@@ -15,10 +15,10 @@ var cr = { exports: {} }, De = { exports: {} }, V = {};
15
15
  * LICENSE file in the root directory of this source tree.
16
16
  */
17
17
  var Er;
18
- function dt() {
18
+ function ft() {
19
19
  if (Er) return V;
20
20
  Er = 1;
21
- 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, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, g = e ? Symbol.for("react.suspense_list") : 60120, E = e ? Symbol.for("react.memo") : 60115, T = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, p = e ? Symbol.for("react.fundamental") : 60117, x = e ? Symbol.for("react.responder") : 60118, K = e ? Symbol.for("react.scope") : 60119;
21
+ 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, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, g = e ? Symbol.for("react.suspense_list") : 60120, E = e ? Symbol.for("react.memo") : 60115, T = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, p = e ? Symbol.for("react.fundamental") : 60117, O = e ? Symbol.for("react.responder") : 60118, K = e ? Symbol.for("react.scope") : 60119;
22
22
  function A(d) {
23
23
  if (typeof d == "object" && d !== null) {
24
24
  var j = d.$$typeof;
@@ -77,7 +77,7 @@ function dt() {
77
77
  }, V.isSuspense = function(d) {
78
78
  return A(d) === m;
79
79
  }, V.isValidElementType = function(d) {
80
- return typeof d == "string" || typeof d == "function" || d === n || d === l || d === a || d === o || d === m || d === g || typeof d == "object" && d !== null && (d.$$typeof === T || d.$$typeof === E || d.$$typeof === s || d.$$typeof === c || d.$$typeof === y || d.$$typeof === p || d.$$typeof === x || d.$$typeof === K || d.$$typeof === b);
80
+ return typeof d == "string" || typeof d == "function" || d === n || d === l || d === a || d === o || d === m || d === g || typeof d == "object" && d !== null && (d.$$typeof === T || d.$$typeof === E || d.$$typeof === s || d.$$typeof === c || d.$$typeof === y || d.$$typeof === p || d.$$typeof === O || d.$$typeof === K || d.$$typeof === b);
81
81
  }, V.typeOf = A, V;
82
82
  }
83
83
  var L = {};
@@ -90,12 +90,12 @@ var L = {};
90
90
  * LICENSE file in the root directory of this source tree.
91
91
  */
92
92
  var Tr;
93
- function pt() {
93
+ function dt() {
94
94
  return Tr || (Tr = 1, process.env.NODE_ENV !== "production" && function() {
95
- 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, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, g = e ? Symbol.for("react.suspense_list") : 60120, E = e ? Symbol.for("react.memo") : 60115, T = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, p = e ? Symbol.for("react.fundamental") : 60117, x = e ? Symbol.for("react.responder") : 60118, K = e ? Symbol.for("react.scope") : 60119;
95
+ 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, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, g = e ? Symbol.for("react.suspense_list") : 60120, E = e ? Symbol.for("react.memo") : 60115, T = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, p = e ? Symbol.for("react.fundamental") : 60117, O = e ? Symbol.for("react.responder") : 60118, K = e ? Symbol.for("react.scope") : 60119;
96
96
  function A(v) {
97
97
  return typeof v == "string" || typeof v == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
98
- v === n || v === l || v === a || v === o || v === m || v === g || typeof v == "object" && v !== null && (v.$$typeof === T || v.$$typeof === E || v.$$typeof === s || v.$$typeof === c || v.$$typeof === y || v.$$typeof === p || v.$$typeof === x || v.$$typeof === K || v.$$typeof === b);
98
+ v === n || v === l || v === a || v === o || v === m || v === g || typeof v == "object" && v !== null && (v.$$typeof === T || v.$$typeof === E || v.$$typeof === s || v.$$typeof === c || v.$$typeof === y || v.$$typeof === p || v.$$typeof === O || v.$$typeof === K || v.$$typeof === b);
99
99
  }
100
100
  function w(v) {
101
101
  if (typeof v == "object" && v !== null) {
@@ -129,7 +129,7 @@ function pt() {
129
129
  }
130
130
  }
131
131
  }
132
- var d = f, j = l, X = c, Z = s, ee = r, i = y, C = n, O = T, B = E, q = t, te = a, re = o, ae = m, le = !1;
132
+ var d = f, j = l, X = c, Z = s, ee = r, i = y, C = n, x = T, B = E, q = t, te = a, re = o, ae = m, le = !1;
133
133
  function ve(v) {
134
134
  return le || (le = !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.")), h(v) || w(v) === f;
135
135
  }
@@ -169,12 +169,12 @@ function pt() {
169
169
  function ne(v) {
170
170
  return w(v) === m;
171
171
  }
172
- L.AsyncMode = d, L.ConcurrentMode = j, L.ContextConsumer = X, L.ContextProvider = Z, L.Element = ee, L.ForwardRef = i, L.Fragment = C, L.Lazy = O, L.Memo = B, L.Portal = q, L.Profiler = te, L.StrictMode = re, L.Suspense = ae, L.isAsyncMode = ve, L.isConcurrentMode = h, L.isContextConsumer = S, L.isContextProvider = I, L.isElement = R, L.isForwardRef = _, L.isFragment = M, L.isLazy = P, L.isMemo = k, L.isPortal = N, L.isProfiler = F, L.isStrictMode = D, L.isSuspense = ne, L.isValidElementType = A, L.typeOf = w;
172
+ L.AsyncMode = d, L.ConcurrentMode = j, L.ContextConsumer = X, L.ContextProvider = Z, L.Element = ee, L.ForwardRef = i, L.Fragment = C, L.Lazy = x, L.Memo = B, L.Portal = q, L.Profiler = te, L.StrictMode = re, L.Suspense = ae, L.isAsyncMode = ve, L.isConcurrentMode = h, L.isContextConsumer = S, L.isContextProvider = I, L.isElement = R, L.isForwardRef = _, L.isFragment = M, L.isLazy = P, L.isMemo = k, L.isPortal = N, L.isProfiler = F, L.isStrictMode = D, L.isSuspense = ne, L.isValidElementType = A, L.typeOf = w;
173
173
  }()), L;
174
174
  }
175
175
  var wr;
176
176
  function Hr() {
177
- return wr || (wr = 1, process.env.NODE_ENV === "production" ? De.exports = dt() : De.exports = pt()), De.exports;
177
+ return wr || (wr = 1, process.env.NODE_ENV === "production" ? De.exports = ft() : De.exports = dt()), De.exports;
178
178
  }
179
179
  /*
180
180
  object-assign
@@ -182,7 +182,7 @@ object-assign
182
182
  @license MIT
183
183
  */
184
184
  var Je, $r;
185
- function mt() {
185
+ function pt() {
186
186
  if ($r) return Je;
187
187
  $r = 1;
188
188
  var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, t = Object.prototype.propertyIsEnumerable;
@@ -234,14 +234,14 @@ function dr() {
234
234
  var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
235
235
  return Ze = e, Ze;
236
236
  }
237
- var er, xr;
237
+ var er, Or;
238
238
  function Qr() {
239
- return xr || (xr = 1, er = Function.call.bind(Object.prototype.hasOwnProperty)), er;
239
+ return Or || (Or = 1, er = Function.call.bind(Object.prototype.hasOwnProperty)), er;
240
240
  }
241
- var rr, Or;
242
- function gt() {
243
- if (Or) return rr;
244
- Or = 1;
241
+ var rr, xr;
242
+ function mt() {
243
+ if (xr) return rr;
244
+ xr = 1;
245
245
  var e = function() {
246
246
  };
247
247
  if (process.env.NODE_ENV !== "production") {
@@ -288,10 +288,10 @@ function gt() {
288
288
  }, rr = o, rr;
289
289
  }
290
290
  var tr, _r;
291
- function yt() {
291
+ function gt() {
292
292
  if (_r) return tr;
293
293
  _r = 1;
294
- var e = Hr(), r = mt(), t = dr(), n = Qr(), o = gt(), a = function() {
294
+ var e = Hr(), r = pt(), t = dr(), n = Qr(), o = mt(), a = function() {
295
295
  };
296
296
  process.env.NODE_ENV !== "production" && (a = function(c) {
297
297
  var f = "Warning: " + c;
@@ -312,14 +312,14 @@ function yt() {
312
312
  return S;
313
313
  }
314
314
  var g = "<<anonymous>>", E = {
315
- array: x("array"),
316
- bigint: x("bigint"),
317
- bool: x("boolean"),
318
- func: x("function"),
319
- number: x("number"),
320
- object: x("object"),
321
- string: x("string"),
322
- symbol: x("symbol"),
315
+ array: O("array"),
316
+ bigint: O("bigint"),
317
+ bool: O("boolean"),
318
+ func: O("function"),
319
+ number: O("number"),
320
+ object: O("object"),
321
+ string: O("string"),
322
+ symbol: O("symbol"),
323
323
  any: K(),
324
324
  arrayOf: A,
325
325
  element: w(),
@@ -329,7 +329,7 @@ function yt() {
329
329
  objectOf: Z,
330
330
  oneOf: X,
331
331
  oneOfType: ee,
332
- shape: O,
332
+ shape: x,
333
333
  exact: B
334
334
  };
335
335
  function T(h, S) {
@@ -362,7 +362,7 @@ function yt() {
362
362
  var _ = R.bind(null, !1);
363
363
  return _.isRequired = R.bind(null, !0), _;
364
364
  }
365
- function x(h) {
365
+ function O(h) {
366
366
  function S(I, R, _, M, P, k) {
367
367
  var N = I[R], F = re(N);
368
368
  if (F !== h) {
@@ -496,7 +496,7 @@ function yt() {
496
496
  (h || "React class") + ": " + S + " type `" + I + "." + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + _ + "`."
497
497
  );
498
498
  }
499
- function O(h) {
499
+ function x(h) {
500
500
  function S(I, R, _, M, P) {
501
501
  var k = I[R], N = re(k);
502
502
  if (N !== "object")
@@ -609,7 +609,7 @@ Valid keys: ` + JSON.stringify(Object.keys(h), null, " ")
609
609
  }, tr;
610
610
  }
611
611
  var nr, Pr;
612
- function ht() {
612
+ function yt() {
613
613
  if (Pr) return nr;
614
614
  Pr = 1;
615
615
  var e = dr();
@@ -657,26 +657,13 @@ function ht() {
657
657
  }, nr;
658
658
  }
659
659
  if (process.env.NODE_ENV !== "production") {
660
- var bt = Hr(), vt = !0;
661
- cr.exports = yt()(bt.isElement, vt);
660
+ var ht = Hr(), bt = !0;
661
+ cr.exports = gt()(ht.isElement, bt);
662
662
  } else
663
- cr.exports = ht()();
664
- var St = cr.exports;
665
- const pe = /* @__PURE__ */ ft(St);
666
- function Xr(e) {
667
- var r, t, n = "";
668
- if (typeof e == "string" || typeof e == "number") n += e;
669
- else if (typeof e == "object") if (Array.isArray(e)) {
670
- var o = e.length;
671
- for (r = 0; r < o; r++) e[r] && (t = Xr(e[r])) && (n && (n += " "), n += t);
672
- } else for (t in e) e[t] && (n && (n += " "), n += t);
673
- return n;
674
- }
675
- function Do() {
676
- for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = Xr(e)) && (n && (n += " "), n += r);
677
- return n;
678
- }
679
- function Bo(e, r, t = void 0) {
663
+ cr.exports = yt()();
664
+ var vt = cr.exports;
665
+ const pe = /* @__PURE__ */ lt(vt);
666
+ function No(e, r, t = void 0) {
680
667
  const n = {};
681
668
  for (const o in e) {
682
669
  const a = e[o];
@@ -704,12 +691,12 @@ function me(e) {
704
691
  const r = Object.getPrototypeOf(e);
705
692
  return (r === null || r === Object.prototype || Object.getPrototypeOf(r) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
706
693
  }
707
- function Jr(e) {
694
+ function Xr(e) {
708
695
  if (!me(e))
709
696
  return e;
710
697
  const r = {};
711
698
  return Object.keys(e).forEach((t) => {
712
- r[t] = Jr(e[t]);
699
+ r[t] = Xr(e[t]);
713
700
  }), r;
714
701
  }
715
702
  function ie(e, r, t = {
@@ -720,7 +707,7 @@ function ie(e, r, t = {
720
707
  } : e;
721
708
  return me(e) && me(r) && Object.keys(r).forEach((o) => {
722
709
  me(r[o]) && // Avoid prototype pollution
723
- Object.prototype.hasOwnProperty.call(e, o) && me(e[o]) ? n[o] = ie(e[o], r[o], t) : t.clone ? n[o] = me(r[o]) ? Jr(r[o]) : r[o] : n[o] = r[o];
710
+ Object.prototype.hasOwnProperty.call(e, o) && me(e[o]) ? n[o] = ie(e[o], r[o], t) : t.clone ? n[o] = me(r[o]) ? Xr(r[o]) : r[o] : n[o] = r[o];
724
711
  }), n;
725
712
  }
726
713
  function Re(e, r) {
@@ -730,7 +717,7 @@ function Re(e, r) {
730
717
  }) : e;
731
718
  }
732
719
  const be = process.env.NODE_ENV !== "production" ? pe.oneOfType([pe.number, pe.string, pe.object, pe.array]) : {};
733
- function Ct(e, r) {
720
+ function St(e, r) {
734
721
  if (!e.containerQueries)
735
722
  return r;
736
723
  const t = Object.keys(r).filter((n) => n.startsWith("@container")).sort((n, o) => {
@@ -745,10 +732,10 @@ function Ct(e, r) {
745
732
  ...r
746
733
  }) : r;
747
734
  }
748
- function Et(e, r) {
735
+ function Ct(e, r) {
749
736
  return r === "@" || r.startsWith("@") && (e.some((t) => r.startsWith(`@${t}`)) || !!r.match(/^@\d/));
750
737
  }
751
- function Tt(e, r) {
738
+ function Et(e, r) {
752
739
  const t = r.match(/^@([^/]+)?\/?(.+)?$/);
753
740
  if (!t) {
754
741
  if (process.env.NODE_ENV !== "production")
@@ -759,7 +746,7 @@ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : ye(18, `(${r})`));
759
746
  const [, n, o] = t, a = Number.isNaN(+n) ? n || 0 : +n;
760
747
  return e.containerQueries(o).up(a);
761
748
  }
762
- function wt(e) {
749
+ function Tt(e) {
763
750
  const r = (a, s) => a.replace("@media", s ? `@container ${s}` : "@container");
764
751
  function t(a, s) {
765
752
  a.up = (...c) => r(e.breakpoints.up(...c), s), a.down = (...c) => r(e.breakpoints.down(...c), s), a.between = (...c) => r(e.breakpoints.between(...c), s), a.only = (...c) => r(e.breakpoints.only(...c), s), a.not = (...c) => {
@@ -789,7 +776,7 @@ const Le = {
789
776
  // It can't be configured as it's used statically for propTypes.
790
777
  keys: ["xs", "sm", "md", "lg", "xl"],
791
778
  up: (e) => `@media (min-width:${Le[e]}px)`
792
- }, $t = {
779
+ }, wt = {
793
780
  containerQueries: (e) => ({
794
781
  up: (r) => {
795
782
  let t = typeof r == "number" ? r : Le[r] || r;
@@ -806,8 +793,8 @@ function ge(e, r, t) {
806
793
  if (typeof r == "object") {
807
794
  const a = n.breakpoints || Rr;
808
795
  return Object.keys(r).reduce((s, c) => {
809
- if (Et(a.keys, c)) {
810
- const f = Tt(n.containerQueries ? n : $t, c);
796
+ if (Ct(a.keys, c)) {
797
+ const f = Et(n.containerQueries ? n : wt, c);
811
798
  f && (s[f] = t(r[c], c));
812
799
  } else if (Object.keys(a.values || Le).includes(c)) {
813
800
  const f = a.up(c);
@@ -821,14 +808,14 @@ function ge(e, r, t) {
821
808
  }
822
809
  return t(r);
823
810
  }
824
- function At(e = {}) {
811
+ function $t(e = {}) {
825
812
  var t;
826
813
  return ((t = e.keys) == null ? void 0 : t.reduce((n, o) => {
827
814
  const a = e.up(o);
828
815
  return n[a] = {}, n;
829
816
  }, {})) || {};
830
817
  }
831
- function xt(e, r) {
818
+ function At(e, r) {
832
819
  return e.reduce((t, n) => {
833
820
  const o = t[n];
834
821
  return (!o || Object.keys(o).length === 0) && delete t[n], t;
@@ -873,10 +860,10 @@ function Ot(e) {
873
860
  const r = {};
874
861
  return (t) => (r[t] === void 0 && (r[t] = e(t)), r[t]);
875
862
  }
876
- const _t = {
863
+ const xt = {
877
864
  m: "margin",
878
865
  p: "padding"
879
- }, Pt = {
866
+ }, _t = {
880
867
  t: "Top",
881
868
  r: "Right",
882
869
  b: "Bottom",
@@ -888,15 +875,15 @@ const _t = {
888
875
  marginY: "my",
889
876
  paddingX: "px",
890
877
  paddingY: "py"
891
- }, Rt = Ot((e) => {
878
+ }, Pt = Ot((e) => {
892
879
  if (e.length > 2)
893
880
  if (kr[e])
894
881
  e = kr[e];
895
882
  else
896
883
  return [e];
897
- const [r, t] = e.split(""), n = _t[r], o = Pt[t] || "";
884
+ const [r, t] = e.split(""), n = xt[r], o = _t[t] || "";
898
885
  return Array.isArray(o) ? o.map((a) => n + a) : [n + o];
899
- }), Ue = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], ze = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], kt = [...Ue, ...ze];
886
+ }), Ue = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], ze = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], Rt = [...Ue, ...ze];
900
887
  function Ie(e, r, t, n) {
901
888
  const o = We(e, r, !0) ?? t;
902
889
  return typeof o == "number" || typeof o == "string" ? (a) => typeof a == "string" ? a : (process.env.NODE_ENV !== "production" && typeof a != "number" && console.error(`MUI: Expected ${n} argument to be a number or a string, got ${a}.`), typeof o == "string" ? `calc(${a} * ${o})` : o * a) : Array.isArray(o) ? (a) => {
@@ -918,30 +905,30 @@ function mr(e) {
918
905
  function Me(e, r) {
919
906
  return typeof r == "string" || r == null ? r : e(r);
920
907
  }
921
- function It(e, r) {
908
+ function kt(e, r) {
922
909
  return (t) => e.reduce((n, o) => (n[o] = Me(r, t), n), {});
923
910
  }
924
- function Mt(e, r, t, n) {
911
+ function It(e, r, t, n) {
925
912
  if (!r.includes(t))
926
913
  return null;
927
- const o = Rt(t), a = It(o, n), s = e[t];
914
+ const o = Pt(t), a = kt(o, n), s = e[t];
928
915
  return ge(e, s, a);
929
916
  }
930
- function Zr(e, r) {
917
+ function Jr(e, r) {
931
918
  const t = mr(e.theme);
932
- return Object.keys(e).map((n) => Mt(e, r, n, t)).reduce(Re, {});
919
+ return Object.keys(e).map((n) => It(e, r, n, t)).reduce(Re, {});
933
920
  }
934
921
  function H(e) {
935
- return Zr(e, Ue);
922
+ return Jr(e, Ue);
936
923
  }
937
924
  H.propTypes = process.env.NODE_ENV !== "production" ? Ue.reduce((e, r) => (e[r] = be, e), {}) : {};
938
925
  H.filterProps = Ue;
939
926
  function Q(e) {
940
- return Zr(e, ze);
927
+ return Jr(e, ze);
941
928
  }
942
929
  Q.propTypes = process.env.NODE_ENV !== "production" ? ze.reduce((e, r) => (e[r] = be, e), {}) : {};
943
930
  Q.filterProps = ze;
944
- process.env.NODE_ENV !== "production" && kt.reduce((e, r) => (e[r] = be, e), {});
931
+ process.env.NODE_ENV !== "production" && Rt.reduce((e, r) => (e[r] = be, e), {});
945
932
  function Ye(...e) {
946
933
  const r = e.reduce((n, o) => (o.filterProps.forEach((a) => {
947
934
  n[a] = o;
@@ -958,7 +945,7 @@ function ue(e, r) {
958
945
  transform: r
959
946
  });
960
947
  }
961
- const Nt = ue("border", ce), Dt = ue("borderTop", ce), Bt = ue("borderRight", ce), jt = ue("borderBottom", ce), Ft = ue("borderLeft", ce), Vt = ue("borderColor"), Lt = ue("borderTopColor"), Wt = ue("borderRightColor"), Ut = ue("borderBottomColor"), zt = ue("borderLeftColor"), Yt = ue("outline", ce), qt = ue("outlineColor"), qe = (e) => {
948
+ const Mt = ue("border", ce), Nt = ue("borderTop", ce), Dt = ue("borderRight", ce), Bt = ue("borderBottom", ce), jt = ue("borderLeft", ce), Ft = ue("borderColor"), Vt = ue("borderTopColor"), Lt = ue("borderRightColor"), Wt = ue("borderBottomColor"), Ut = ue("borderLeftColor"), zt = ue("outline", ce), Yt = ue("outlineColor"), qe = (e) => {
962
949
  if (e.borderRadius !== void 0 && e.borderRadius !== null) {
963
950
  const r = Ie(e.theme, "shape.borderRadius", 4, "borderRadius"), t = (n) => ({
964
951
  borderRadius: Me(r, n)
@@ -971,7 +958,7 @@ qe.propTypes = process.env.NODE_ENV !== "production" ? {
971
958
  borderRadius: be
972
959
  } : {};
973
960
  qe.filterProps = ["borderRadius"];
974
- Ye(Nt, Dt, Bt, jt, Ft, Vt, Lt, Wt, Ut, zt, qe, Yt, qt);
961
+ Ye(Mt, Nt, Dt, Bt, jt, Ft, Vt, Lt, Wt, Ut, qe, zt, Yt);
975
962
  const Ge = (e) => {
976
963
  if (e.gap !== void 0 && e.gap !== null) {
977
964
  const r = Ie(e.theme, "spacing", 8, "gap"), t = (n) => ({
@@ -1011,48 +998,48 @@ He.propTypes = process.env.NODE_ENV !== "production" ? {
1011
998
  rowGap: be
1012
999
  } : {};
1013
1000
  He.filterProps = ["rowGap"];
1014
- const Gt = J({
1001
+ const qt = J({
1015
1002
  prop: "gridColumn"
1016
- }), Kt = J({
1003
+ }), Gt = J({
1017
1004
  prop: "gridRow"
1018
- }), Ht = J({
1005
+ }), Kt = J({
1019
1006
  prop: "gridAutoFlow"
1020
- }), Qt = J({
1007
+ }), Ht = J({
1021
1008
  prop: "gridAutoColumns"
1022
- }), Xt = J({
1009
+ }), Qt = J({
1023
1010
  prop: "gridAutoRows"
1024
- }), Jt = J({
1011
+ }), Xt = J({
1025
1012
  prop: "gridTemplateColumns"
1026
- }), Zt = J({
1013
+ }), Jt = J({
1027
1014
  prop: "gridTemplateRows"
1028
- }), en = J({
1015
+ }), Zt = J({
1029
1016
  prop: "gridTemplateAreas"
1030
- }), rn = J({
1017
+ }), en = J({
1031
1018
  prop: "gridArea"
1032
1019
  });
1033
- Ye(Ge, Ke, He, Gt, Kt, Ht, Qt, Xt, Jt, Zt, en, rn);
1020
+ Ye(Ge, Ke, He, qt, Gt, Kt, Ht, Qt, Xt, Jt, Zt, en);
1034
1021
  function Ae(e, r) {
1035
1022
  return r === "grey" ? r : e;
1036
1023
  }
1037
- const tn = J({
1024
+ const rn = J({
1038
1025
  prop: "color",
1039
1026
  themeKey: "palette",
1040
1027
  transform: Ae
1041
- }), nn = J({
1028
+ }), tn = J({
1042
1029
  prop: "bgcolor",
1043
1030
  cssProperty: "backgroundColor",
1044
1031
  themeKey: "palette",
1045
1032
  transform: Ae
1046
- }), on = J({
1033
+ }), nn = J({
1047
1034
  prop: "backgroundColor",
1048
1035
  themeKey: "palette",
1049
1036
  transform: Ae
1050
1037
  });
1051
- Ye(tn, nn, on);
1038
+ Ye(rn, tn, nn);
1052
1039
  function oe(e) {
1053
1040
  return e <= 1 && e !== 0 ? `${e * 100}%` : e;
1054
1041
  }
1055
- const an = J({
1042
+ const on = J({
1056
1043
  prop: "width",
1057
1044
  transform: oe
1058
1045
  }), gr = (e) => {
@@ -1073,16 +1060,16 @@ const an = J({
1073
1060
  return null;
1074
1061
  };
1075
1062
  gr.filterProps = ["maxWidth"];
1076
- const sn = J({
1063
+ const an = J({
1077
1064
  prop: "minWidth",
1078
1065
  transform: oe
1079
- }), cn = J({
1066
+ }), sn = J({
1080
1067
  prop: "height",
1081
1068
  transform: oe
1082
- }), un = J({
1069
+ }), cn = J({
1083
1070
  prop: "maxHeight",
1084
1071
  transform: oe
1085
- }), ln = J({
1072
+ }), un = J({
1086
1073
  prop: "minHeight",
1087
1074
  transform: oe
1088
1075
  });
@@ -1096,10 +1083,10 @@ J({
1096
1083
  cssProperty: "height",
1097
1084
  transform: oe
1098
1085
  });
1099
- const fn = J({
1086
+ const ln = J({
1100
1087
  prop: "boxSizing"
1101
1088
  });
1102
- Ye(an, gr, sn, cn, un, ln, fn);
1089
+ Ye(on, gr, an, sn, cn, un, ln);
1103
1090
  const Qe = {
1104
1091
  // borders
1105
1092
  border: {
@@ -1388,14 +1375,14 @@ const Qe = {
1388
1375
  themeKey: "typography"
1389
1376
  }
1390
1377
  };
1391
- function dn(...e) {
1378
+ function fn(...e) {
1392
1379
  const r = e.reduce((n, o) => n.concat(Object.keys(o)), []), t = new Set(r);
1393
1380
  return e.every((n) => t.size === Object.keys(n).length);
1394
1381
  }
1395
- function pn(e, r) {
1382
+ function dn(e, r) {
1396
1383
  return typeof e == "function" ? e(r) : e;
1397
1384
  }
1398
- function mn() {
1385
+ function pn() {
1399
1386
  function e(t, n, o, a) {
1400
1387
  const s = {
1401
1388
  [t]: n,
@@ -1441,10 +1428,10 @@ function mn() {
1441
1428
  return c;
1442
1429
  if (!f)
1443
1430
  return null;
1444
- const l = At(o.breakpoints), y = Object.keys(l);
1431
+ const l = $t(o.breakpoints), y = Object.keys(l);
1445
1432
  let m = l;
1446
1433
  return Object.keys(f).forEach((g) => {
1447
- const E = pn(f[g], o);
1434
+ const E = dn(f[g], o);
1448
1435
  if (E != null)
1449
1436
  if (typeof E == "object")
1450
1437
  if (a[g])
@@ -1455,21 +1442,21 @@ function mn() {
1455
1442
  }, E, (b) => ({
1456
1443
  [g]: b
1457
1444
  }));
1458
- dn(T, E) ? m[g] = r({
1445
+ fn(T, E) ? m[g] = r({
1459
1446
  sx: E,
1460
1447
  theme: o
1461
1448
  }) : m = Re(m, T);
1462
1449
  }
1463
1450
  else
1464
1451
  m = Re(m, e(g, E, o, a));
1465
- }), Ct(o, xt(y, m));
1452
+ }), St(o, At(y, m));
1466
1453
  }
1467
1454
  return Array.isArray(n) ? n.map(s) : s(n);
1468
1455
  }
1469
1456
  return r;
1470
1457
  }
1471
- const xe = mn();
1472
- xe.filterProps = ["sx"];
1458
+ const Oe = pn();
1459
+ Oe.filterProps = ["sx"];
1473
1460
  /**
1474
1461
  * @mui/styled-engine v6.1.3
1475
1462
  *
@@ -1477,22 +1464,22 @@ xe.filterProps = ["sx"];
1477
1464
  * This source code is licensed under the MIT license found in the
1478
1465
  * LICENSE file in the root directory of this source tree.
1479
1466
  */
1480
- function gn(e, r) {
1481
- const t = ut(e, r);
1467
+ function mn(e, r) {
1468
+ const t = ct(e, r);
1482
1469
  return process.env.NODE_ENV !== "production" ? (...n) => {
1483
1470
  const o = typeof e == "string" ? `"${e}"` : "component";
1484
1471
  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(`
1485
1472
  `)) : n.some((a) => a === void 0) && console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`), t(...n);
1486
1473
  } : t;
1487
1474
  }
1488
- function yn(e, r) {
1475
+ function gn(e, r) {
1489
1476
  Array.isArray(e.__emotion_styles) && (e.__emotion_styles = r(e.__emotion_styles));
1490
1477
  }
1491
1478
  const Ir = [];
1492
1479
  function Mr(e) {
1493
- return Ir[0] = e, lt(Ir);
1480
+ return Ir[0] = e, ut(Ir);
1494
1481
  }
1495
- const hn = (e) => {
1482
+ const yn = (e) => {
1496
1483
  const r = Object.keys(e).map((t) => ({
1497
1484
  key: t,
1498
1485
  val: e[t]
@@ -1502,7 +1489,7 @@ const hn = (e) => {
1502
1489
  [n.key]: n.val
1503
1490
  }), {});
1504
1491
  };
1505
- function bn(e) {
1492
+ function hn(e) {
1506
1493
  const {
1507
1494
  // The breakpoint **start** at this value.
1508
1495
  // For instance with the first breakpoint xs: [xs, sm).
@@ -1521,7 +1508,7 @@ function bn(e) {
1521
1508
  unit: t = "px",
1522
1509
  step: n = 5,
1523
1510
  ...o
1524
- } = e, a = hn(r), s = Object.keys(a);
1511
+ } = e, a = yn(r), s = Object.keys(a);
1525
1512
  function c(g) {
1526
1513
  return `@media (min-width:${typeof r[g] == "number" ? r[g] : g}${t})`;
1527
1514
  }
@@ -1551,10 +1538,10 @@ function bn(e) {
1551
1538
  ...o
1552
1539
  };
1553
1540
  }
1554
- const vn = {
1541
+ const bn = {
1555
1542
  borderRadius: 4
1556
1543
  };
1557
- function et(e = 8, r = mr({
1544
+ function Zr(e = 8, r = mr({
1558
1545
  spacing: e
1559
1546
  })) {
1560
1547
  if (e.mui)
@@ -1565,7 +1552,7 @@ function et(e = 8, r = mr({
1565
1552
  }).join(" "));
1566
1553
  return t.mui = !0, t;
1567
1554
  }
1568
- function Sn(e, r) {
1555
+ function vn(e, r) {
1569
1556
  var n;
1570
1557
  const t = this;
1571
1558
  if (t.vars) {
@@ -1578,14 +1565,14 @@ function Sn(e, r) {
1578
1565
  }
1579
1566
  return t.palette.mode === e ? r : {};
1580
1567
  }
1581
- function rt(e = {}, ...r) {
1568
+ function et(e = {}, ...r) {
1582
1569
  const {
1583
1570
  breakpoints: t = {},
1584
1571
  palette: n = {},
1585
1572
  spacing: o,
1586
1573
  shape: a = {},
1587
1574
  ...s
1588
- } = e, c = bn(t), f = et(o);
1575
+ } = e, c = hn(t), f = Zr(o);
1589
1576
  let l = ie({
1590
1577
  breakpoints: c,
1591
1578
  direction: "ltr",
@@ -1597,21 +1584,21 @@ function rt(e = {}, ...r) {
1597
1584
  },
1598
1585
  spacing: f,
1599
1586
  shape: {
1600
- ...vn,
1587
+ ...bn,
1601
1588
  ...a
1602
1589
  }
1603
1590
  }, s);
1604
- return l = wt(l), l.applyStyles = Sn, l = r.reduce((y, m) => ie(y, m), l), l.unstable_sxConfig = {
1591
+ return l = Tt(l), l.applyStyles = vn, l = r.reduce((y, m) => ie(y, m), l), l.unstable_sxConfig = {
1605
1592
  ...Qe,
1606
1593
  ...s == null ? void 0 : s.unstable_sxConfig
1607
1594
  }, l.unstable_sx = function(m) {
1608
- return xe({
1595
+ return Oe({
1609
1596
  sx: m,
1610
1597
  theme: this
1611
1598
  });
1612
1599
  }, l;
1613
1600
  }
1614
- const Nr = (e) => e, Cn = () => {
1601
+ const Nr = (e) => e, Sn = () => {
1615
1602
  let e = Nr;
1616
1603
  return {
1617
1604
  configure(r) {
@@ -1624,7 +1611,7 @@ const Nr = (e) => e, Cn = () => {
1624
1611
  e = Nr;
1625
1612
  }
1626
1613
  };
1627
- }, En = Cn(), Tn = {
1614
+ }, Cn = Sn(), En = {
1628
1615
  active: "active",
1629
1616
  checked: "checked",
1630
1617
  completed: "completed",
@@ -1638,14 +1625,14 @@ const Nr = (e) => e, Cn = () => {
1638
1625
  required: "required",
1639
1626
  selected: "selected"
1640
1627
  };
1641
- function tt(e, r, t = "Mui") {
1642
- const n = Tn[r];
1643
- return n ? `${t}-${n}` : `${En.generate(e)}-${r}`;
1628
+ function rt(e, r, t = "Mui") {
1629
+ const n = En[r];
1630
+ return n ? `${t}-${n}` : `${Cn.generate(e)}-${r}`;
1644
1631
  }
1645
- function jo(e, r, t = "Mui") {
1632
+ function Do(e, r, t = "Mui") {
1646
1633
  const n = {};
1647
1634
  return r.forEach((o) => {
1648
- n[o] = tt(e, o, t);
1635
+ n[o] = rt(e, o, t);
1649
1636
  }), n;
1650
1637
  }
1651
1638
  var ur = { exports: {} }, W = {};
@@ -1659,15 +1646,15 @@ var ur = { exports: {} }, W = {};
1659
1646
  * LICENSE file in the root directory of this source tree.
1660
1647
  */
1661
1648
  var Dr;
1662
- function wn() {
1649
+ function Tn() {
1663
1650
  if (Dr) return W;
1664
1651
  Dr = 1;
1665
1652
  var e = Symbol.for("react.element"), r = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), s = Symbol.for("react.context"), c = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), T;
1666
1653
  T = Symbol.for("react.module.reference");
1667
1654
  function b(p) {
1668
1655
  if (typeof p == "object" && p !== null) {
1669
- var x = p.$$typeof;
1670
- switch (x) {
1656
+ var O = p.$$typeof;
1657
+ switch (O) {
1671
1658
  case e:
1672
1659
  switch (p = p.type, p) {
1673
1660
  case t:
@@ -1686,11 +1673,11 @@ function wn() {
1686
1673
  case a:
1687
1674
  return p;
1688
1675
  default:
1689
- return x;
1676
+ return O;
1690
1677
  }
1691
1678
  }
1692
1679
  case r:
1693
- return x;
1680
+ return O;
1694
1681
  }
1695
1682
  }
1696
1683
  }
@@ -1737,12 +1724,12 @@ var U = {};
1737
1724
  * LICENSE file in the root directory of this source tree.
1738
1725
  */
1739
1726
  var Br;
1740
- function $n() {
1727
+ function wn() {
1741
1728
  return Br || (Br = 1, process.env.NODE_ENV !== "production" && function() {
1742
- var e = Symbol.for("react.element"), r = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), s = Symbol.for("react.context"), c = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), T = !1, b = !1, p = !1, x = !1, K = !1, A;
1729
+ var e = Symbol.for("react.element"), r = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), s = Symbol.for("react.context"), c = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), T = !1, b = !1, p = !1, O = !1, K = !1, A;
1743
1730
  A = Symbol.for("react.module.reference");
1744
1731
  function w($) {
1745
- return !!(typeof $ == "string" || typeof $ == "function" || $ === t || $ === o || K || $ === n || $ === l || $ === y || x || $ === E || T || b || p || typeof $ == "object" && $ !== null && ($.$$typeof === g || $.$$typeof === m || $.$$typeof === a || $.$$typeof === s || $.$$typeof === f || // This needs to include all possible module reference object
1732
+ return !!(typeof $ == "string" || typeof $ == "function" || $ === t || $ === o || K || $ === n || $ === l || $ === y || O || $ === E || T || b || p || typeof $ == "object" && $ !== null && ($.$$typeof === g || $.$$typeof === m || $.$$typeof === a || $.$$typeof === s || $.$$typeof === f || // This needs to include all possible module reference object
1746
1733
  // types supported by any Flight configuration anywhere since
1747
1734
  // we don't know which Flight build this will end up being used
1748
1735
  // with.
@@ -1780,7 +1767,7 @@ function $n() {
1780
1767
  }
1781
1768
  }
1782
1769
  }
1783
- var j = s, X = a, Z = e, ee = f, i = t, C = g, O = m, B = r, q = o, te = n, re = l, ae = y, le = !1, ve = !1;
1770
+ var j = s, X = a, Z = e, ee = f, i = t, C = g, x = m, B = r, q = o, te = n, re = l, ae = y, le = !1, ve = !1;
1784
1771
  function h($) {
1785
1772
  return le || (le = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
1786
1773
  }
@@ -1823,24 +1810,24 @@ function $n() {
1823
1810
  function se($) {
1824
1811
  return d($) === y;
1825
1812
  }
1826
- U.ContextConsumer = j, U.ContextProvider = X, U.Element = Z, U.ForwardRef = ee, U.Fragment = i, U.Lazy = C, U.Memo = O, U.Portal = B, U.Profiler = q, U.StrictMode = te, U.Suspense = re, U.SuspenseList = ae, U.isAsyncMode = h, U.isConcurrentMode = S, U.isContextConsumer = I, U.isContextProvider = R, U.isElement = _, U.isForwardRef = M, U.isFragment = P, U.isLazy = k, U.isMemo = N, U.isPortal = F, U.isProfiler = D, U.isStrictMode = ne, U.isSuspense = v, U.isSuspenseList = se, U.isValidElementType = w, U.typeOf = d;
1813
+ U.ContextConsumer = j, U.ContextProvider = X, U.Element = Z, U.ForwardRef = ee, U.Fragment = i, U.Lazy = C, U.Memo = x, U.Portal = B, U.Profiler = q, U.StrictMode = te, U.Suspense = re, U.SuspenseList = ae, U.isAsyncMode = h, U.isConcurrentMode = S, U.isContextConsumer = I, U.isContextProvider = R, U.isElement = _, U.isForwardRef = M, U.isFragment = P, U.isLazy = k, U.isMemo = N, U.isPortal = F, U.isProfiler = D, U.isStrictMode = ne, U.isSuspense = v, U.isSuspenseList = se, U.isValidElementType = w, U.typeOf = d;
1827
1814
  }()), U;
1828
1815
  }
1829
- process.env.NODE_ENV === "production" ? ur.exports = wn() : ur.exports = $n();
1816
+ process.env.NODE_ENV === "production" ? ur.exports = Tn() : ur.exports = wn();
1830
1817
  var jr = ur.exports;
1831
- function nt(e, r = "") {
1818
+ function tt(e, r = "") {
1832
1819
  return e.displayName || e.name || r;
1833
1820
  }
1834
1821
  function Fr(e, r, t) {
1835
- const n = nt(r);
1822
+ const n = tt(r);
1836
1823
  return e.displayName || (n !== "" ? `${t}(${n})` : t);
1837
1824
  }
1838
- function An(e) {
1825
+ function $n(e) {
1839
1826
  if (e != null) {
1840
1827
  if (typeof e == "string")
1841
1828
  return e;
1842
1829
  if (typeof e == "function")
1843
- return nt(e, "Component");
1830
+ return tt(e, "Component");
1844
1831
  if (typeof e == "object")
1845
1832
  switch (e.$$typeof) {
1846
1833
  case jr.ForwardRef:
@@ -1852,7 +1839,7 @@ function An(e) {
1852
1839
  }
1853
1840
  }
1854
1841
  }
1855
- function xn(e) {
1842
+ function An(e) {
1856
1843
  const {
1857
1844
  variants: r,
1858
1845
  ...t
@@ -1865,15 +1852,15 @@ function xn(e) {
1865
1852
  typeof o.style != "function" && (o.style = Mr(o.style));
1866
1853
  }), n;
1867
1854
  }
1868
- const On = rt();
1855
+ const On = et();
1869
1856
  function or(e) {
1870
1857
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
1871
1858
  }
1872
- function _n(e) {
1859
+ function xn(e) {
1873
1860
  return e ? (r, t) => t[e] : null;
1874
1861
  }
1875
- function Pn(e, r, t) {
1876
- e.theme = Mn(e.theme) ? t : e.theme[r] || e.theme;
1862
+ function _n(e, r, t) {
1863
+ e.theme = In(e.theme) ? t : e.theme[r] || e.theme;
1877
1864
  }
1878
1865
  function Fe(e, r) {
1879
1866
  const t = typeof r == "function" ? r(e) : r;
@@ -1890,11 +1877,11 @@ function Fe(e, r) {
1890
1877
  } = t;
1891
1878
  n = a;
1892
1879
  }
1893
- return ot(e, t.variants, [n]);
1880
+ return nt(e, t.variants, [n]);
1894
1881
  }
1895
1882
  return t != null && t.isProcessed ? t.style : t;
1896
1883
  }
1897
- function ot(e, r, t = []) {
1884
+ function nt(e, r, t = []) {
1898
1885
  var o;
1899
1886
  let n;
1900
1887
  e: for (let a = 0; a < r.length; a += 1) {
@@ -1918,7 +1905,7 @@ function ot(e, r, t = []) {
1918
1905
  }
1919
1906
  return t;
1920
1907
  }
1921
- function Rn(e = {}) {
1908
+ function Pn(e = {}) {
1922
1909
  const {
1923
1910
  themeId: r,
1924
1911
  defaultTheme: t = On,
@@ -1926,10 +1913,10 @@ function Rn(e = {}) {
1926
1913
  slotShouldForwardProp: o = or
1927
1914
  } = e;
1928
1915
  function a(c) {
1929
- Pn(c, r, t);
1916
+ _n(c, r, t);
1930
1917
  }
1931
1918
  return (c, f = {}) => {
1932
- yn(c, (d) => d.filter((j) => j !== xe));
1919
+ gn(c, (d) => d.filter((j) => j !== Oe));
1933
1920
  const {
1934
1921
  name: l,
1935
1922
  slot: y,
@@ -1937,18 +1924,18 @@ function Rn(e = {}) {
1937
1924
  skipSx: g,
1938
1925
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
1939
1926
  // For more details: https://github.com/mui/material-ui/pull/37908
1940
- overridesResolver: E = _n(it(y)),
1927
+ overridesResolver: E = xn(ot(y)),
1941
1928
  ...T
1942
1929
  } = f, b = m !== void 0 ? m : (
1943
1930
  // TODO v6: remove `Root` in the next major release
1944
1931
  // For more details: https://github.com/mui/material-ui/pull/37908
1945
1932
  y && y !== "Root" && y !== "root" || !1
1946
1933
  ), p = g || !1;
1947
- let x = or;
1948
- y === "Root" || y === "root" ? x = n : y ? x = o : Nn(c) && (x = void 0);
1949
- const K = gn(c, {
1950
- shouldForwardProp: x,
1951
- label: In(l, y),
1934
+ let O = or;
1935
+ y === "Root" || y === "root" ? O = n : y ? O = o : Mn(c) && (O = void 0);
1936
+ const K = mn(c, {
1937
+ shouldForwardProp: O,
1938
+ label: kn(l, y),
1952
1939
  ...T
1953
1940
  }), A = (d) => {
1954
1941
  if (typeof d == "function" && d.__emotion_real !== d)
@@ -1956,7 +1943,7 @@ function Rn(e = {}) {
1956
1943
  return Fe(X, d);
1957
1944
  };
1958
1945
  if (me(d)) {
1959
- const j = xn(d);
1946
+ const j = An(d);
1960
1947
  return j.variants ? function(Z) {
1961
1948
  return Fe(Z, j);
1962
1949
  } : j.style;
@@ -1964,58 +1951,58 @@ function Rn(e = {}) {
1964
1951
  return d;
1965
1952
  }, w = (...d) => {
1966
1953
  const j = [], X = d.map(A), Z = [];
1967
- if (j.push(a), l && E && Z.push(function(O) {
1954
+ if (j.push(a), l && E && Z.push(function(x) {
1968
1955
  var re, ae;
1969
- const q = (ae = (re = O.theme.components) == null ? void 0 : re[l]) == null ? void 0 : ae.styleOverrides;
1956
+ const q = (ae = (re = x.theme.components) == null ? void 0 : re[l]) == null ? void 0 : ae.styleOverrides;
1970
1957
  if (!q)
1971
1958
  return null;
1972
1959
  const te = {};
1973
1960
  for (const le in q)
1974
- te[le] = Fe(O, q[le]);
1975
- return E(O, te);
1976
- }), l && !b && Z.push(function(O) {
1961
+ te[le] = Fe(x, q[le]);
1962
+ return E(x, te);
1963
+ }), l && !b && Z.push(function(x) {
1977
1964
  var te, re;
1978
- const B = O.theme, q = (re = (te = B == null ? void 0 : B.components) == null ? void 0 : te[l]) == null ? void 0 : re.variants;
1979
- return q ? ot(O, q) : null;
1980
- }), p || Z.push(xe), Array.isArray(X[0])) {
1981
- const C = X.shift(), O = new Array(j.length).fill(""), B = new Array(Z.length).fill("");
1965
+ const B = x.theme, q = (re = (te = B == null ? void 0 : B.components) == null ? void 0 : te[l]) == null ? void 0 : re.variants;
1966
+ return q ? nt(x, q) : null;
1967
+ }), p || Z.push(Oe), Array.isArray(X[0])) {
1968
+ const C = X.shift(), x = new Array(j.length).fill(""), B = new Array(Z.length).fill("");
1982
1969
  let q;
1983
- q = [...O, ...C, ...B], q.raw = [...O, ...C.raw, ...B], j.unshift(q);
1970
+ q = [...x, ...C, ...B], q.raw = [...x, ...C.raw, ...B], j.unshift(q);
1984
1971
  }
1985
1972
  const ee = [...j, ...X, ...Z], i = K(...ee);
1986
- return c.muiName && (i.muiName = c.muiName), process.env.NODE_ENV !== "production" && (i.displayName = kn(l, y, c)), i;
1973
+ return c.muiName && (i.muiName = c.muiName), process.env.NODE_ENV !== "production" && (i.displayName = Rn(l, y, c)), i;
1987
1974
  };
1988
1975
  return K.withConfig && (w.withConfig = K.withConfig), w;
1989
1976
  };
1990
1977
  }
1991
- function kn(e, r, t) {
1992
- return e ? `${e}${pr(r || "")}` : `Styled(${An(t)})`;
1978
+ function Rn(e, r, t) {
1979
+ return e ? `${e}${pr(r || "")}` : `Styled(${$n(t)})`;
1993
1980
  }
1994
- function In(e, r) {
1981
+ function kn(e, r) {
1995
1982
  let t;
1996
- return process.env.NODE_ENV !== "production" && e && (t = `${e}-${it(r || "Root")}`), t;
1983
+ return process.env.NODE_ENV !== "production" && e && (t = `${e}-${ot(r || "Root")}`), t;
1997
1984
  }
1998
- function Mn(e) {
1985
+ function In(e) {
1999
1986
  for (const r in e)
2000
1987
  return !1;
2001
1988
  return !0;
2002
1989
  }
2003
- function Nn(e) {
1990
+ function Mn(e) {
2004
1991
  return typeof e == "string" && // 96 is one less than the char code
2005
1992
  // for "a" so this is checking that
2006
1993
  // it's a lowercase character
2007
1994
  e.charCodeAt(0) > 96;
2008
1995
  }
2009
- function it(e) {
1996
+ function ot(e) {
2010
1997
  return e && e.charAt(0).toLowerCase() + e.slice(1);
2011
1998
  }
2012
- function Dn(e, r = Number.MIN_SAFE_INTEGER, t = Number.MAX_SAFE_INTEGER) {
1999
+ function Nn(e, r = Number.MIN_SAFE_INTEGER, t = Number.MAX_SAFE_INTEGER) {
2013
2000
  return Math.max(r, Math.min(e, t));
2014
2001
  }
2015
2002
  function yr(e, r = 0, t = 1) {
2016
- return process.env.NODE_ENV !== "production" && (e < r || e > t) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${t}].`), Dn(e, r, t);
2003
+ return process.env.NODE_ENV !== "production" && (e < r || e > t) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${t}].`), Nn(e, r, t);
2017
2004
  }
2018
- function Bn(e) {
2005
+ function Dn(e) {
2019
2006
  e = e.slice(1);
2020
2007
  const r = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
2021
2008
  let t = e.match(r);
@@ -2025,7 +2012,7 @@ function he(e) {
2025
2012
  if (e.type)
2026
2013
  return e;
2027
2014
  if (e.charAt(0) === "#")
2028
- return he(Bn(e));
2015
+ return he(Dn(e));
2029
2016
  const r = e.indexOf("("), t = e.substring(0, r);
2030
2017
  if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(t))
2031
2018
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
@@ -2043,12 +2030,12 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
2043
2030
  colorSpace: o
2044
2031
  };
2045
2032
  }
2046
- const jn = (e) => {
2033
+ const Bn = (e) => {
2047
2034
  const r = he(e);
2048
2035
  return r.values.slice(0, 3).map((t, n) => r.type.includes("hsl") && n !== 0 ? `${t}%` : t).join(" ");
2049
2036
  }, _e = (e, r) => {
2050
2037
  try {
2051
- return jn(e);
2038
+ return Bn(e);
2052
2039
  } catch {
2053
2040
  return r && process.env.NODE_ENV !== "production" && console.warn(r), e;
2054
2041
  }
@@ -2063,7 +2050,7 @@ function Xe(e) {
2063
2050
  } = e;
2064
2051
  return r.includes("rgb") ? n = n.map((o, a) => a < 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})`;
2065
2052
  }
2066
- function at(e) {
2053
+ function it(e) {
2067
2054
  e = he(e);
2068
2055
  const {
2069
2056
  values: r
@@ -2077,19 +2064,19 @@ function at(e) {
2077
2064
  }
2078
2065
  function lr(e) {
2079
2066
  e = he(e);
2080
- let r = e.type === "hsl" || e.type === "hsla" ? he(at(e)).values : e.values;
2067
+ let r = e.type === "hsl" || e.type === "hsla" ? he(it(e)).values : e.values;
2081
2068
  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));
2082
2069
  }
2083
2070
  function Vr(e, r) {
2084
2071
  const t = lr(e), n = lr(r);
2085
2072
  return (Math.max(t, n) + 0.05) / (Math.min(t, n) + 0.05);
2086
2073
  }
2087
- function Fn(e, r) {
2074
+ function jn(e, r) {
2088
2075
  return e = he(e), r = yr(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, Xe(e);
2089
2076
  }
2090
2077
  function Be(e, r, t) {
2091
2078
  try {
2092
- return Fn(e, r);
2079
+ return jn(e, r);
2093
2080
  } catch {
2094
2081
  return e;
2095
2082
  }
@@ -2127,19 +2114,19 @@ function Y(e, r, t) {
2127
2114
  return e;
2128
2115
  }
2129
2116
  }
2130
- function Vn(e, r = 0.15) {
2117
+ function Fn(e, r = 0.15) {
2131
2118
  return lr(e) > 0.5 ? hr(e, r) : br(e, r);
2132
2119
  }
2133
2120
  function je(e, r, t) {
2134
2121
  try {
2135
- return Vn(e, r);
2122
+ return Fn(e, r);
2136
2123
  } catch {
2137
2124
  return e;
2138
2125
  }
2139
2126
  }
2140
- const Ln = /* @__PURE__ */ Kr.createContext(void 0);
2127
+ const Vn = /* @__PURE__ */ Kr.createContext(void 0);
2141
2128
  process.env.NODE_ENV !== "production" && (pe.node, pe.object);
2142
- function Wn(e) {
2129
+ function Ln(e) {
2143
2130
  const {
2144
2131
  theme: r,
2145
2132
  name: t,
@@ -2150,12 +2137,12 @@ function Wn(e) {
2150
2137
  const o = r.components[t];
2151
2138
  return o.defaultProps ? Cr(o.defaultProps, n) : !o.styleOverrides && !o.variants ? Cr(o, n) : n;
2152
2139
  }
2153
- function Un({
2140
+ function Wn({
2154
2141
  props: e,
2155
2142
  name: r
2156
2143
  }) {
2157
- const t = Kr.useContext(Ln);
2158
- return Wn({
2144
+ const t = Kr.useContext(Vn);
2145
+ return Ln({
2159
2146
  props: e,
2160
2147
  name: r,
2161
2148
  theme: {
@@ -2163,7 +2150,7 @@ function Un({
2163
2150
  }
2164
2151
  });
2165
2152
  }
2166
- function zn(e = "") {
2153
+ function Un(e = "") {
2167
2154
  function r(...n) {
2168
2155
  if (!n.length)
2169
2156
  return "";
@@ -2177,24 +2164,24 @@ const Lr = (e, r, t, n = []) => {
2177
2164
  r.forEach((a, s) => {
2178
2165
  s === r.length - 1 ? Array.isArray(o) ? o[Number(a)] = t : o && typeof o == "object" && (o[a] = t) : o && typeof o == "object" && (o[a] || (o[a] = n.includes(a) ? [] : {}), o = o[a]);
2179
2166
  });
2180
- }, Yn = (e, r, t) => {
2167
+ }, zn = (e, r, t) => {
2181
2168
  function n(o, a = [], s = []) {
2182
2169
  Object.entries(o).forEach(([c, f]) => {
2183
2170
  (!t || t && !t([...a, c])) && f != null && (typeof f == "object" && Object.keys(f).length > 0 ? n(f, [...a, c], Array.isArray(f) ? [...s, c] : s) : r([...a, c], f, s));
2184
2171
  });
2185
2172
  }
2186
2173
  n(e);
2187
- }, qn = (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;
2174
+ }, Yn = (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;
2188
2175
  function ir(e, r) {
2189
2176
  const {
2190
2177
  prefix: t,
2191
2178
  shouldSkipGeneratingVar: n
2192
2179
  } = r || {}, o = {}, a = {}, s = {};
2193
- return Yn(
2180
+ return zn(
2194
2181
  e,
2195
2182
  (c, f, l) => {
2196
2183
  if ((typeof f == "string" || typeof f == "number") && (!n || !n(c, f))) {
2197
- const y = `--${t ? `${t}-` : ""}${c.join("-")}`, m = qn(c, f);
2184
+ const y = `--${t ? `${t}-` : ""}${c.join("-")}`, m = Yn(c, f);
2198
2185
  Object.assign(o, {
2199
2186
  [y]: m
2200
2187
  }), Lr(a, c, `var(${y})`, l), Lr(s, c, `var(${y}, ${m})`, l);
@@ -2208,7 +2195,7 @@ function ir(e, r) {
2208
2195
  varsWithDefaults: s
2209
2196
  };
2210
2197
  }
2211
- function Gn(e, r = {}) {
2198
+ function qn(e, r = {}) {
2212
2199
  const {
2213
2200
  getSelector: t = p,
2214
2201
  disableCssColorScheme: n,
@@ -2296,22 +2283,22 @@ function Gn(e, r = {}) {
2296
2283
  if (j) {
2297
2284
  const {
2298
2285
  css: i
2299
- } = j, C = (ee = (Z = a[w]) == null ? void 0 : Z.palette) == null ? void 0 : ee.mode, O = !n && C ? {
2286
+ } = j, C = (ee = (Z = a[w]) == null ? void 0 : Z.palette) == null ? void 0 : ee.mode, x = !n && C ? {
2300
2287
  colorScheme: C,
2301
2288
  ...i
2302
2289
  } : {
2303
2290
  ...i
2304
2291
  };
2305
2292
  d(t(w, {
2306
- ...O
2307
- }), O);
2293
+ ...x
2294
+ }), x);
2308
2295
  }
2309
2296
  return Object.entries(X).forEach(([i, {
2310
2297
  css: C
2311
2298
  }]) => {
2312
2299
  var q, te;
2313
- const O = (te = (q = a[i]) == null ? void 0 : q.palette) == null ? void 0 : te.mode, B = !n && O ? {
2314
- colorScheme: O,
2300
+ const x = (te = (q = a[i]) == null ? void 0 : q.palette) == null ? void 0 : te.mode, B = !n && x ? {
2301
+ colorScheme: x,
2315
2302
  ...C
2316
2303
  } : {
2317
2304
  ...C
@@ -2323,7 +2310,7 @@ function Gn(e, r = {}) {
2323
2310
  }
2324
2311
  };
2325
2312
  }
2326
- function Kn(e) {
2313
+ function Gn(e) {
2327
2314
  return function(t) {
2328
2315
  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)} &` : "&";
2329
2316
  };
@@ -2331,7 +2318,7 @@ function Kn(e) {
2331
2318
  const ke = {
2332
2319
  black: "#000",
2333
2320
  white: "#fff"
2334
- }, Hn = {
2321
+ }, Kn = {
2335
2322
  50: "#fafafa",
2336
2323
  100: "#f5f5f5",
2337
2324
  200: "#eeeeee",
@@ -2376,7 +2363,7 @@ const ke = {
2376
2363
  A200: "#ff5252",
2377
2364
  A400: "#ff1744",
2378
2365
  A700: "#d50000"
2379
- }, Oe = {
2366
+ }, xe = {
2380
2367
  50: "#fff3e0",
2381
2368
  100: "#ffe0b2",
2382
2369
  200: "#ffcc80",
@@ -2503,7 +2490,7 @@ function Ur(e, r, t, n) {
2503
2490
  const o = n.light || n, a = n.dark || n * 1.5;
2504
2491
  e[r] || (e.hasOwnProperty(t) ? e[r] = e[t] : r === "light" ? e.light = br(e.main, o) : r === "dark" && (e.dark = hr(e.main, a)));
2505
2492
  }
2506
- function Qn(e = "light") {
2493
+ function Hn(e = "light") {
2507
2494
  return e === "dark" ? {
2508
2495
  main: Te[200],
2509
2496
  light: Te[50],
@@ -2514,7 +2501,7 @@ function Qn(e = "light") {
2514
2501
  dark: Te[800]
2515
2502
  };
2516
2503
  }
2517
- function Xn(e = "light") {
2504
+ function Qn(e = "light") {
2518
2505
  return e === "dark" ? {
2519
2506
  main: Ce[200],
2520
2507
  light: Ce[50],
@@ -2525,7 +2512,7 @@ function Xn(e = "light") {
2525
2512
  dark: Ce[700]
2526
2513
  };
2527
2514
  }
2528
- function Jn(e = "light") {
2515
+ function Xn(e = "light") {
2529
2516
  return e === "dark" ? {
2530
2517
  main: Ee[500],
2531
2518
  light: Ee[300],
@@ -2536,7 +2523,7 @@ function Jn(e = "light") {
2536
2523
  dark: Ee[800]
2537
2524
  };
2538
2525
  }
2539
- function Zn(e = "light") {
2526
+ function Jn(e = "light") {
2540
2527
  return e === "dark" ? {
2541
2528
  main: we[400],
2542
2529
  light: we[300],
@@ -2547,7 +2534,7 @@ function Zn(e = "light") {
2547
2534
  dark: we[900]
2548
2535
  };
2549
2536
  }
2550
- function eo(e = "light") {
2537
+ function Zn(e = "light") {
2551
2538
  return e === "dark" ? {
2552
2539
  main: $e[400],
2553
2540
  light: $e[300],
@@ -2558,16 +2545,16 @@ function eo(e = "light") {
2558
2545
  dark: $e[900]
2559
2546
  };
2560
2547
  }
2561
- function ro(e = "light") {
2548
+ function eo(e = "light") {
2562
2549
  return e === "dark" ? {
2563
- main: Oe[400],
2564
- light: Oe[300],
2565
- dark: Oe[700]
2550
+ main: xe[400],
2551
+ light: xe[300],
2552
+ dark: xe[700]
2566
2553
  } : {
2567
2554
  main: "#ed6c02",
2568
2555
  // closest to orange[800] that pass 3:1.
2569
- light: Oe[500],
2570
- dark: Oe[900]
2556
+ light: xe[500],
2557
+ dark: xe[900]
2571
2558
  };
2572
2559
  }
2573
2560
  function vr(e) {
@@ -2576,12 +2563,12 @@ function vr(e) {
2576
2563
  contrastThreshold: t = 3,
2577
2564
  tonalOffset: n = 0.2,
2578
2565
  ...o
2579
- } = e, a = e.primary || Qn(r), s = e.secondary || Xn(r), c = e.error || Jn(r), f = e.info || Zn(r), l = e.success || eo(r), y = e.warning || ro(r);
2566
+ } = e, a = e.primary || Hn(r), s = e.secondary || Qn(r), c = e.error || Xn(r), f = e.info || Jn(r), l = e.success || Zn(r), y = e.warning || eo(r);
2580
2567
  function m(b) {
2581
2568
  const p = Vr(b, ar.text.primary) >= t ? ar.text.primary : Wr.text.primary;
2582
2569
  if (process.env.NODE_ENV !== "production") {
2583
- const x = Vr(b, p);
2584
- x < 3 && console.error([`MUI: The contrast ratio of ${x}:1 for ${p} on ${b}`, "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(`
2570
+ const O = Vr(b, p);
2571
+ O < 3 && console.error([`MUI: The contrast ratio of ${O}:1 for ${p} on ${b}`, "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(`
2585
2572
  `));
2586
2573
  }
2587
2574
  return p;
@@ -2589,15 +2576,15 @@ function vr(e) {
2589
2576
  const g = ({
2590
2577
  color: b,
2591
2578
  name: p,
2592
- mainShade: x = 500,
2579
+ mainShade: O = 500,
2593
2580
  lightShade: K = 300,
2594
2581
  darkShade: A = 700
2595
2582
  }) => {
2596
2583
  if (b = {
2597
2584
  ...b
2598
- }, !b.main && b[x] && (b.main = b[x]), !b.hasOwnProperty("main"))
2585
+ }, !b.main && b[O] && (b.main = b[O]), !b.hasOwnProperty("main"))
2599
2586
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${p ? ` (${p})` : ""} provided to augmentColor(color) is invalid.
2600
- The color object needs to have a \`main\` property or a \`${x}\` property.` : ye(11, p ? ` (${p})` : "", x));
2587
+ The color object needs to have a \`main\` property or a \`${O}\` property.` : ye(11, p ? ` (${p})` : "", O));
2601
2588
  if (typeof b.main != "string")
2602
2589
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${p ? ` (${p})` : ""} provided to augmentColor(color) is invalid.
2603
2590
  \`color.main\` should be a string, but \`${JSON.stringify(b.main)}\` was provided instead.
@@ -2660,7 +2647,7 @@ const theme2 = createTheme({ palette: {
2660
2647
  name: "success"
2661
2648
  }),
2662
2649
  // The grey colors.
2663
- grey: Hn,
2650
+ grey: Kn,
2664
2651
  // Used by `getContrastText()` to maximize the contrast between
2665
2652
  // the background and the text.
2666
2653
  contrastThreshold: t,
@@ -2676,14 +2663,14 @@ const theme2 = createTheme({ palette: {
2676
2663
  ...E[r]
2677
2664
  }, o);
2678
2665
  }
2679
- function to(e) {
2666
+ function ro(e) {
2680
2667
  const r = {};
2681
2668
  return Object.entries(e).forEach((n) => {
2682
2669
  const [o, a] = n;
2683
2670
  typeof a == "object" && (r[o] = `${a.fontStyle ? `${a.fontStyle} ` : ""}${a.fontVariant ? `${a.fontVariant} ` : ""}${a.fontWeight ? `${a.fontWeight} ` : ""}${a.fontStretch ? `${a.fontStretch} ` : ""}${a.fontSize || ""}${a.lineHeight ? `/${a.lineHeight} ` : ""}${a.fontFamily || ""}`);
2684
2671
  }), r;
2685
2672
  }
2686
- function no(e, r) {
2673
+ function to(e, r) {
2687
2674
  return {
2688
2675
  toolbar: {
2689
2676
  minHeight: 56,
@@ -2699,13 +2686,13 @@ function no(e, r) {
2699
2686
  ...r
2700
2687
  };
2701
2688
  }
2702
- function oo(e) {
2689
+ function no(e) {
2703
2690
  return Math.round(e * 1e5) / 1e5;
2704
2691
  }
2705
2692
  const zr = {
2706
2693
  textTransform: "uppercase"
2707
2694
  }, Yr = '"Roboto", "Helvetica", "Arial", sans-serif';
2708
- function io(e, r) {
2695
+ function oo(e, r) {
2709
2696
  const {
2710
2697
  fontFamily: t = Yr,
2711
2698
  // The default font size of the Material Specification.
@@ -2724,16 +2711,16 @@ function io(e, r) {
2724
2711
  ...m
2725
2712
  } = typeof r == "function" ? r(e) : r;
2726
2713
  process.env.NODE_ENV !== "production" && (typeof n != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof f != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
2727
- const g = n / 14, E = y || ((p) => `${p / f * g}rem`), T = (p, x, K, A, w) => ({
2714
+ const g = n / 14, E = y || ((p) => `${p / f * g}rem`), T = (p, O, K, A, w) => ({
2728
2715
  fontFamily: t,
2729
2716
  fontWeight: p,
2730
- fontSize: E(x),
2717
+ fontSize: E(O),
2731
2718
  // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
2732
2719
  lineHeight: K,
2733
2720
  // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
2734
2721
  // across font-families can cause issues with the kerning.
2735
2722
  ...t === Yr ? {
2736
- letterSpacing: `${oo(A / x)}em`
2723
+ letterSpacing: `${no(A / O)}em`
2737
2724
  } : {},
2738
2725
  ...w,
2739
2726
  ...l
@@ -2775,11 +2762,11 @@ function io(e, r) {
2775
2762
  // No need to clone deep
2776
2763
  });
2777
2764
  }
2778
- const ao = 0.2, so = 0.14, co = 0.12;
2765
+ const io = 0.2, ao = 0.14, so = 0.12;
2779
2766
  function G(...e) {
2780
- return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${ao})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${so})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${co})`].join(",");
2767
+ return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${io})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${ao})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${so})`].join(",");
2781
2768
  }
2782
- const uo = ["none", G(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), G(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), G(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), G(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), G(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), G(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), G(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), G(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), G(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), G(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), G(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), G(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), G(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), G(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), G(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), G(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), G(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), G(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), G(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), G(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), G(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), G(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), G(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), G(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], lo = {
2769
+ const co = ["none", G(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), G(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), G(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), G(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), G(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), G(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), G(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), G(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), G(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), G(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), G(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), G(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), G(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), G(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), G(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), G(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), G(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), G(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), G(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), G(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), G(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), G(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), G(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), G(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], uo = {
2783
2770
  // This is the most common easing curve.
2784
2771
  easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
2785
2772
  // Objects enter the screen at full velocity from off-screen and
@@ -2789,7 +2776,7 @@ const uo = ["none", G(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), G(0, 3, 1, -2, 0, 2,
2789
2776
  easeIn: "cubic-bezier(0.4, 0, 1, 1)",
2790
2777
  // The sharp curve is used by objects that may return to the screen at any time.
2791
2778
  sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
2792
- }, fo = {
2779
+ }, lo = {
2793
2780
  shortest: 150,
2794
2781
  shorter: 200,
2795
2782
  short: 250,
@@ -2805,22 +2792,22 @@ const uo = ["none", G(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), G(0, 3, 1, -2, 0, 2,
2805
2792
  function qr(e) {
2806
2793
  return `${Math.round(e)}ms`;
2807
2794
  }
2808
- function po(e) {
2795
+ function fo(e) {
2809
2796
  if (!e)
2810
2797
  return 0;
2811
2798
  const r = e / 36;
2812
2799
  return Math.min(Math.round((4 + 15 * r ** 0.25 + r / 5) * 10), 3e3);
2813
2800
  }
2814
- function mo(e) {
2801
+ function po(e) {
2815
2802
  const r = {
2816
- ...lo,
2803
+ ...uo,
2817
2804
  ...e.easing
2818
2805
  }, t = {
2819
- ...fo,
2806
+ ...lo,
2820
2807
  ...e.duration
2821
2808
  };
2822
2809
  return {
2823
- getAutoHeightDuration: po,
2810
+ getAutoHeightDuration: fo,
2824
2811
  create: (o = ["all"], a = {}) => {
2825
2812
  const {
2826
2813
  duration: s = t.standard,
@@ -2840,7 +2827,7 @@ function mo(e) {
2840
2827
  duration: t
2841
2828
  };
2842
2829
  }
2843
- const go = {
2830
+ const mo = {
2844
2831
  mobileStepper: 1e3,
2845
2832
  fab: 1050,
2846
2833
  speedDial: 1050,
@@ -2863,34 +2850,34 @@ function fr(e = {}, ...r) {
2863
2850
  } = e;
2864
2851
  if (e.vars)
2865
2852
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : ye(20));
2866
- const y = vr(a), m = rt(e);
2853
+ const y = vr(a), m = et(e);
2867
2854
  let g = ie(m, {
2868
- mixins: no(m.breakpoints, n),
2855
+ mixins: to(m.breakpoints, n),
2869
2856
  palette: y,
2870
2857
  // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
2871
- shadows: uo.slice(),
2872
- typography: io(y, c),
2873
- transitions: mo(s),
2858
+ shadows: co.slice(),
2859
+ typography: oo(y, c),
2860
+ transitions: po(s),
2874
2861
  zIndex: {
2875
- ...go
2862
+ ...mo
2876
2863
  }
2877
2864
  });
2878
2865
  if (g = ie(g, l), g = r.reduce((E, T) => ie(E, T), g), process.env.NODE_ENV !== "production") {
2879
2866
  const E = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], T = (b, p) => {
2880
- let x;
2881
- for (x in b) {
2882
- const K = b[x];
2883
- if (E.includes(x) && Object.keys(K).length > 0) {
2867
+ let O;
2868
+ for (O in b) {
2869
+ const K = b[O];
2870
+ if (E.includes(O) && Object.keys(K).length > 0) {
2884
2871
  if (process.env.NODE_ENV !== "production") {
2885
- const A = tt("", x);
2886
- console.error([`MUI: The \`${p}\` component increases the CSS specificity of the \`${x}\` internal state.`, "You can not override it like this: ", JSON.stringify(b, null, 2), "", `Instead, you need to use the '&.${A}' syntax:`, JSON.stringify({
2872
+ const A = rt("", O);
2873
+ console.error([`MUI: The \`${p}\` component increases the CSS specificity of the \`${O}\` internal state.`, "You can not override it like this: ", JSON.stringify(b, null, 2), "", `Instead, you need to use the '&.${A}' syntax:`, JSON.stringify({
2887
2874
  root: {
2888
2875
  [`&.${A}`]: K
2889
2876
  }
2890
2877
  }, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
2891
2878
  `));
2892
2879
  }
2893
- b[x] = {};
2880
+ b[O] = {};
2894
2881
  }
2895
2882
  }
2896
2883
  };
@@ -2903,23 +2890,23 @@ function fr(e = {}, ...r) {
2903
2890
  ...Qe,
2904
2891
  ...l == null ? void 0 : l.unstable_sxConfig
2905
2892
  }, g.unstable_sx = function(T) {
2906
- return xe({
2893
+ return Oe({
2907
2894
  sx: T,
2908
2895
  theme: this
2909
2896
  });
2910
2897
  }, g;
2911
2898
  }
2912
- function yo(e) {
2899
+ function go(e) {
2913
2900
  let r;
2914
2901
  return e < 1 ? r = 5.11916 * e ** 2 : r = 4.5 * Math.log(e + 1) + 2, Math.round(r * 10) / 1e3;
2915
2902
  }
2916
- const ho = [...Array(25)].map((e, r) => {
2903
+ const yo = [...Array(25)].map((e, r) => {
2917
2904
  if (r === 0)
2918
2905
  return "none";
2919
- const t = yo(r);
2906
+ const t = go(r);
2920
2907
  return `linear-gradient(rgba(255 255 255 / ${t}), rgba(255 255 255 / ${t}))`;
2921
2908
  });
2922
- function st(e) {
2909
+ function at(e) {
2923
2910
  return {
2924
2911
  inputPlaceholder: e === "dark" ? 0.5 : 0.42,
2925
2912
  inputUnderline: e === "dark" ? 0.7 : 0.42,
@@ -2927,10 +2914,10 @@ function st(e) {
2927
2914
  switchTrack: e === "dark" ? 0.3 : 0.38
2928
2915
  };
2929
2916
  }
2930
- function ct(e) {
2931
- return e === "dark" ? ho : [];
2917
+ function st(e) {
2918
+ return e === "dark" ? yo : [];
2932
2919
  }
2933
- function bo(e) {
2920
+ function ho(e) {
2934
2921
  const {
2935
2922
  palette: r = {
2936
2923
  mode: "light"
@@ -2943,25 +2930,25 @@ function bo(e) {
2943
2930
  return {
2944
2931
  palette: a,
2945
2932
  opacity: {
2946
- ...st(a.mode),
2933
+ ...at(a.mode),
2947
2934
  ...t
2948
2935
  },
2949
- overlays: n || ct(a.mode),
2936
+ overlays: n || st(a.mode),
2950
2937
  ...o
2951
2938
  };
2952
2939
  }
2953
- function vo(e) {
2940
+ function bo(e) {
2954
2941
  var r;
2955
2942
  return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
2956
2943
  e[0] === "palette" && !!((r = e[1]) != null && r.match(/(mode|contrastThreshold|tonalOffset)/));
2957
2944
  }
2958
- const So = (e) => [...[...Array(25)].map((r, t) => `--${e ? `${e}-` : ""}overlays-${t}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], Co = (e) => (r, t) => {
2945
+ const vo = (e) => [...[...Array(25)].map((r, t) => `--${e ? `${e}-` : ""}overlays-${t}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], So = (e) => (r, t) => {
2959
2946
  const n = e.rootSelector || ":root", o = e.colorSchemeSelector;
2960
2947
  let a = o;
2961
2948
  if (o === "class" && (a = ".%s"), o === "data" && (a = "[data-%s]"), o != null && o.startsWith("data-") && !o.includes("%s") && (a = `[${o}="%s"]`), e.defaultColorScheme === r) {
2962
2949
  if (r === "dark") {
2963
2950
  const s = {};
2964
- return So(e.cssVarPrefix).forEach((c) => {
2951
+ return vo(e.cssVarPrefix).forEach((c) => {
2965
2952
  s[c] = t[c], delete t[c];
2966
2953
  }), a === "media" ? {
2967
2954
  [n]: t,
@@ -2992,10 +2979,10 @@ const So = (e) => [...[...Array(25)].map((r, t) => `--${e ? `${e}-` : ""}overlay
2992
2979
  }
2993
2980
  return n;
2994
2981
  };
2995
- function Eo(e) {
2982
+ function Co(e) {
2996
2983
  return me(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
2997
2984
  }
2998
- function To(e = {}) {
2985
+ function Eo(e = {}) {
2999
2986
  const r = {
3000
2987
  ...e
3001
2988
  };
@@ -3003,7 +2990,7 @@ function To(e = {}) {
3003
2990
  const o = Object.entries(n);
3004
2991
  for (let a = 0; a < o.length; a++) {
3005
2992
  const [s, c] = o[a];
3006
- !Eo(c) || s.startsWith("unstable_") ? delete n[s] : me(c) && (n[s] = {
2993
+ !Co(c) || s.startsWith("unstable_") ? delete n[s] : me(c) && (n[s] = {
3007
2994
  ...c
3008
2995
  }, t(n[s]));
3009
2996
  }
@@ -3017,7 +3004,7 @@ theme.transitions = createTransitions(theme.transitions || {});
3017
3004
 
3018
3005
  export default theme;`;
3019
3006
  }
3020
- function wo(e, r) {
3007
+ function To(e, r) {
3021
3008
  r.forEach((t) => {
3022
3009
  e[t] || (e[t] = {});
3023
3010
  });
@@ -3026,13 +3013,13 @@ function u(e, r, t) {
3026
3013
  !e[r] && t && (e[r] = t);
3027
3014
  }
3028
3015
  function Pe(e) {
3029
- return !e || !e.startsWith("hsl") ? e : at(e);
3016
+ return !e || !e.startsWith("hsl") ? e : it(e);
3030
3017
  }
3031
3018
  function de(e, r) {
3032
3019
  `${r}Channel` in e || (e[`${r}Channel`] = _e(Pe(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().
3033
3020
  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.`));
3034
3021
  }
3035
- function $o(e) {
3022
+ function wo(e) {
3036
3023
  return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
3037
3024
  }
3038
3025
  const fe = (e) => {
@@ -3040,14 +3027,14 @@ const fe = (e) => {
3040
3027
  return e();
3041
3028
  } catch {
3042
3029
  }
3043
- }, Ao = (e = "mui") => zn(e);
3030
+ }, $o = (e = "mui") => Un(e);
3044
3031
  function sr(e, r, t, n) {
3045
3032
  if (!r)
3046
3033
  return;
3047
3034
  r = r === !0 ? {} : r;
3048
3035
  const o = n === "dark" ? "dark" : "light";
3049
3036
  if (!t) {
3050
- e[n] = bo({
3037
+ e[n] = ho({
3051
3038
  ...r,
3052
3039
  palette: {
3053
3040
  mode: o,
@@ -3070,13 +3057,13 @@ function sr(e, r, t, n) {
3070
3057
  ...r,
3071
3058
  palette: a,
3072
3059
  opacity: {
3073
- ...st(o),
3060
+ ...at(o),
3074
3061
  ...r == null ? void 0 : r.opacity
3075
3062
  },
3076
- overlays: (r == null ? void 0 : r.overlays) || ct(o)
3063
+ overlays: (r == null ? void 0 : r.overlays) || st(o)
3077
3064
  }, s;
3078
3065
  }
3079
- function xo(e = {}, ...r) {
3066
+ function Ao(e = {}, ...r) {
3080
3067
  const {
3081
3068
  colorSchemes: t = {
3082
3069
  light: !0
@@ -3084,23 +3071,23 @@ function xo(e = {}, ...r) {
3084
3071
  defaultColorScheme: n,
3085
3072
  disableCssColorScheme: o = !1,
3086
3073
  cssVarPrefix: a = "mui",
3087
- shouldSkipGeneratingVar: s = vo,
3074
+ shouldSkipGeneratingVar: s = bo,
3088
3075
  colorSchemeSelector: c = t.light && t.dark ? "media" : void 0,
3089
3076
  rootSelector: f = ":root",
3090
3077
  ...l
3091
- } = e, y = Object.keys(t)[0], m = n || (t.light && y !== "light" ? "light" : y), g = Ao(a), {
3078
+ } = e, y = Object.keys(t)[0], m = n || (t.light && y !== "light" ? "light" : y), g = $o(a), {
3092
3079
  [m]: E,
3093
3080
  light: T,
3094
3081
  dark: b,
3095
3082
  ...p
3096
- } = t, x = {
3083
+ } = t, O = {
3097
3084
  ...p
3098
3085
  };
3099
3086
  let K = E;
3100
3087
  if ((m === "dark" && !("dark" in t) || m === "light" && !("light" in t)) && (K = !0), !K)
3101
3088
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${m}\` option is either missing or invalid.` : ye(21, m));
3102
- const A = sr(x, K, l, m);
3103
- T && !x.light && sr(x, T, void 0, "light"), b && !x.dark && sr(x, b, void 0, "dark");
3089
+ const A = sr(O, K, l, m);
3090
+ T && !O.light && sr(O, T, void 0, "light"), b && !O.dark && sr(O, b, void 0, "dark");
3104
3091
  let w = {
3105
3092
  defaultColorScheme: m,
3106
3093
  ...A,
@@ -3108,56 +3095,56 @@ function xo(e = {}, ...r) {
3108
3095
  colorSchemeSelector: c,
3109
3096
  rootSelector: f,
3110
3097
  getCssVar: g,
3111
- colorSchemes: x,
3098
+ colorSchemes: O,
3112
3099
  font: {
3113
- ...to(A.typography),
3100
+ ...ro(A.typography),
3114
3101
  ...A.font
3115
3102
  },
3116
- spacing: $o(l.spacing)
3103
+ spacing: wo(l.spacing)
3117
3104
  };
3118
3105
  Object.keys(w.colorSchemes).forEach((ee) => {
3119
- const i = w.colorSchemes[ee].palette, C = (O) => {
3120
- const B = O.split("-"), q = B[1], te = B[2];
3121
- return g(O, i[q][te]);
3106
+ const i = w.colorSchemes[ee].palette, C = (x) => {
3107
+ const B = x.split("-"), q = B[1], te = B[2];
3108
+ return g(x, i[q][te]);
3122
3109
  };
3123
- if (i.mode === "light" && (u(i.common, "background", "#fff"), u(i.common, "onBackground", "#000")), i.mode === "dark" && (u(i.common, "background", "#000"), u(i.common, "onBackground", "#fff")), wo(i, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), i.mode === "light") {
3110
+ if (i.mode === "light" && (u(i.common, "background", "#fff"), u(i.common, "onBackground", "#000")), i.mode === "dark" && (u(i.common, "background", "#000"), u(i.common, "onBackground", "#fff")), To(i, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), i.mode === "light") {
3124
3111
  u(i.Alert, "errorColor", z(i.error.light, 0.6)), u(i.Alert, "infoColor", z(i.info.light, 0.6)), u(i.Alert, "successColor", z(i.success.light, 0.6)), u(i.Alert, "warningColor", z(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", C("palette-error-main")), u(i.Alert, "infoFilledBg", C("palette-info-main")), u(i.Alert, "successFilledBg", C("palette-success-main")), u(i.Alert, "warningFilledBg", C("palette-warning-main")), u(i.Alert, "errorFilledColor", fe(() => i.getContrastText(i.error.main))), u(i.Alert, "infoFilledColor", fe(() => i.getContrastText(i.info.main))), u(i.Alert, "successFilledColor", fe(() => i.getContrastText(i.success.main))), u(i.Alert, "warningFilledColor", fe(() => i.getContrastText(i.warning.main))), u(i.Alert, "errorStandardBg", Y(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", Y(i.info.light, 0.9)), u(i.Alert, "successStandardBg", Y(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", Y(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", C("palette-error-main")), u(i.Alert, "infoIconColor", C("palette-info-main")), u(i.Alert, "successIconColor", C("palette-success-main")), u(i.Alert, "warningIconColor", C("palette-warning-main")), u(i.AppBar, "defaultBg", C("palette-grey-100")), u(i.Avatar, "defaultBg", C("palette-grey-400")), u(i.Button, "inheritContainedBg", C("palette-grey-300")), u(i.Button, "inheritContainedHoverBg", C("palette-grey-A100")), u(i.Chip, "defaultBorder", C("palette-grey-400")), u(i.Chip, "defaultAvatarColor", C("palette-grey-700")), u(i.Chip, "defaultIconColor", C("palette-grey-700")), u(i.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), u(i.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), u(i.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), u(i.LinearProgress, "primaryBg", Y(i.primary.main, 0.62)), u(i.LinearProgress, "secondaryBg", Y(i.secondary.main, 0.62)), u(i.LinearProgress, "errorBg", Y(i.error.main, 0.62)), u(i.LinearProgress, "infoBg", Y(i.info.main, 0.62)), u(i.LinearProgress, "successBg", Y(i.success.main, 0.62)), u(i.LinearProgress, "warningBg", Y(i.warning.main, 0.62)), u(i.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.11)`), u(i.Slider, "primaryTrack", Y(i.primary.main, 0.62)), u(i.Slider, "secondaryTrack", Y(i.secondary.main, 0.62)), u(i.Slider, "errorTrack", Y(i.error.main, 0.62)), u(i.Slider, "infoTrack", Y(i.info.main, 0.62)), u(i.Slider, "successTrack", Y(i.success.main, 0.62)), u(i.Slider, "warningTrack", Y(i.warning.main, 0.62));
3125
- const O = je(i.background.default, 0.8);
3126
- u(i.SnackbarContent, "bg", O), u(i.SnackbarContent, "color", fe(() => i.getContrastText(O))), u(i.SpeedDialAction, "fabHoverBg", je(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-400")), u(i.StepContent, "border", C("palette-grey-400")), u(i.Switch, "defaultColor", C("palette-common-white")), u(i.Switch, "defaultDisabledColor", C("palette-grey-100")), u(i.Switch, "primaryDisabledColor", Y(i.primary.main, 0.62)), u(i.Switch, "secondaryDisabledColor", Y(i.secondary.main, 0.62)), u(i.Switch, "errorDisabledColor", Y(i.error.main, 0.62)), u(i.Switch, "infoDisabledColor", Y(i.info.main, 0.62)), u(i.Switch, "successDisabledColor", Y(i.success.main, 0.62)), u(i.Switch, "warningDisabledColor", Y(i.warning.main, 0.62)), u(i.TableCell, "border", Y(Be(i.divider, 1), 0.88)), u(i.Tooltip, "bg", Be(i.grey[700], 0.92));
3112
+ const x = je(i.background.default, 0.8);
3113
+ u(i.SnackbarContent, "bg", x), u(i.SnackbarContent, "color", fe(() => i.getContrastText(x))), u(i.SpeedDialAction, "fabHoverBg", je(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-400")), u(i.StepContent, "border", C("palette-grey-400")), u(i.Switch, "defaultColor", C("palette-common-white")), u(i.Switch, "defaultDisabledColor", C("palette-grey-100")), u(i.Switch, "primaryDisabledColor", Y(i.primary.main, 0.62)), u(i.Switch, "secondaryDisabledColor", Y(i.secondary.main, 0.62)), u(i.Switch, "errorDisabledColor", Y(i.error.main, 0.62)), u(i.Switch, "infoDisabledColor", Y(i.info.main, 0.62)), u(i.Switch, "successDisabledColor", Y(i.success.main, 0.62)), u(i.Switch, "warningDisabledColor", Y(i.warning.main, 0.62)), u(i.TableCell, "border", Y(Be(i.divider, 1), 0.88)), u(i.Tooltip, "bg", Be(i.grey[700], 0.92));
3127
3114
  }
3128
3115
  if (i.mode === "dark") {
3129
3116
  u(i.Alert, "errorColor", Y(i.error.light, 0.6)), u(i.Alert, "infoColor", Y(i.info.light, 0.6)), u(i.Alert, "successColor", Y(i.success.light, 0.6)), u(i.Alert, "warningColor", Y(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", C("palette-error-dark")), u(i.Alert, "infoFilledBg", C("palette-info-dark")), u(i.Alert, "successFilledBg", C("palette-success-dark")), u(i.Alert, "warningFilledBg", C("palette-warning-dark")), u(i.Alert, "errorFilledColor", fe(() => i.getContrastText(i.error.dark))), u(i.Alert, "infoFilledColor", fe(() => i.getContrastText(i.info.dark))), u(i.Alert, "successFilledColor", fe(() => i.getContrastText(i.success.dark))), u(i.Alert, "warningFilledColor", fe(() => i.getContrastText(i.warning.dark))), u(i.Alert, "errorStandardBg", z(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", z(i.info.light, 0.9)), u(i.Alert, "successStandardBg", z(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", z(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", C("palette-error-main")), u(i.Alert, "infoIconColor", C("palette-info-main")), u(i.Alert, "successIconColor", C("palette-success-main")), u(i.Alert, "warningIconColor", C("palette-warning-main")), u(i.AppBar, "defaultBg", C("palette-grey-900")), u(i.AppBar, "darkBg", C("palette-background-paper")), u(i.AppBar, "darkColor", C("palette-text-primary")), u(i.Avatar, "defaultBg", C("palette-grey-600")), u(i.Button, "inheritContainedBg", C("palette-grey-800")), u(i.Button, "inheritContainedHoverBg", C("palette-grey-700")), u(i.Chip, "defaultBorder", C("palette-grey-700")), u(i.Chip, "defaultAvatarColor", C("palette-grey-300")), u(i.Chip, "defaultIconColor", C("palette-grey-300")), u(i.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), u(i.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), u(i.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), u(i.LinearProgress, "primaryBg", z(i.primary.main, 0.5)), u(i.LinearProgress, "secondaryBg", z(i.secondary.main, 0.5)), u(i.LinearProgress, "errorBg", z(i.error.main, 0.5)), u(i.LinearProgress, "infoBg", z(i.info.main, 0.5)), u(i.LinearProgress, "successBg", z(i.success.main, 0.5)), u(i.LinearProgress, "warningBg", z(i.warning.main, 0.5)), u(i.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.13)`), u(i.Slider, "primaryTrack", z(i.primary.main, 0.5)), u(i.Slider, "secondaryTrack", z(i.secondary.main, 0.5)), u(i.Slider, "errorTrack", z(i.error.main, 0.5)), u(i.Slider, "infoTrack", z(i.info.main, 0.5)), u(i.Slider, "successTrack", z(i.success.main, 0.5)), u(i.Slider, "warningTrack", z(i.warning.main, 0.5));
3130
- const O = je(i.background.default, 0.98);
3131
- u(i.SnackbarContent, "bg", O), u(i.SnackbarContent, "color", fe(() => i.getContrastText(O))), u(i.SpeedDialAction, "fabHoverBg", je(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-600")), u(i.StepContent, "border", C("palette-grey-600")), u(i.Switch, "defaultColor", C("palette-grey-300")), u(i.Switch, "defaultDisabledColor", C("palette-grey-600")), u(i.Switch, "primaryDisabledColor", z(i.primary.main, 0.55)), u(i.Switch, "secondaryDisabledColor", z(i.secondary.main, 0.55)), u(i.Switch, "errorDisabledColor", z(i.error.main, 0.55)), u(i.Switch, "infoDisabledColor", z(i.info.main, 0.55)), u(i.Switch, "successDisabledColor", z(i.success.main, 0.55)), u(i.Switch, "warningDisabledColor", z(i.warning.main, 0.55)), u(i.TableCell, "border", z(Be(i.divider, 1), 0.68)), u(i.Tooltip, "bg", Be(i.grey[700], 0.92));
3117
+ const x = je(i.background.default, 0.98);
3118
+ u(i.SnackbarContent, "bg", x), u(i.SnackbarContent, "color", fe(() => i.getContrastText(x))), u(i.SpeedDialAction, "fabHoverBg", je(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-600")), u(i.StepContent, "border", C("palette-grey-600")), u(i.Switch, "defaultColor", C("palette-grey-300")), u(i.Switch, "defaultDisabledColor", C("palette-grey-600")), u(i.Switch, "primaryDisabledColor", z(i.primary.main, 0.55)), u(i.Switch, "secondaryDisabledColor", z(i.secondary.main, 0.55)), u(i.Switch, "errorDisabledColor", z(i.error.main, 0.55)), u(i.Switch, "infoDisabledColor", z(i.info.main, 0.55)), u(i.Switch, "successDisabledColor", z(i.success.main, 0.55)), u(i.Switch, "warningDisabledColor", z(i.warning.main, 0.55)), u(i.TableCell, "border", z(Be(i.divider, 1), 0.68)), u(i.Tooltip, "bg", Be(i.grey[700], 0.92));
3132
3119
  }
3133
- de(i.background, "default"), de(i.background, "paper"), de(i.common, "background"), de(i.common, "onBackground"), de(i, "divider"), Object.keys(i).forEach((O) => {
3134
- const B = i[O];
3135
- B && typeof B == "object" && (B.main && u(i[O], "mainChannel", _e(Pe(B.main))), B.light && u(i[O], "lightChannel", _e(Pe(B.light))), B.dark && u(i[O], "darkChannel", _e(Pe(B.dark))), B.contrastText && u(i[O], "contrastTextChannel", _e(Pe(B.contrastText))), O === "text" && (de(i[O], "primary"), de(i[O], "secondary")), O === "action" && (B.active && de(i[O], "active"), B.selected && de(i[O], "selected")));
3120
+ de(i.background, "default"), de(i.background, "paper"), de(i.common, "background"), de(i.common, "onBackground"), de(i, "divider"), Object.keys(i).forEach((x) => {
3121
+ const B = i[x];
3122
+ B && typeof B == "object" && (B.main && u(i[x], "mainChannel", _e(Pe(B.main))), B.light && u(i[x], "lightChannel", _e(Pe(B.light))), B.dark && u(i[x], "darkChannel", _e(Pe(B.dark))), B.contrastText && u(i[x], "contrastTextChannel", _e(Pe(B.contrastText))), x === "text" && (de(i[x], "primary"), de(i[x], "secondary")), x === "action" && (B.active && de(i[x], "active"), B.selected && de(i[x], "selected")));
3136
3123
  });
3137
3124
  }), w = r.reduce((ee, i) => ie(ee, i), w);
3138
3125
  const d = {
3139
3126
  prefix: a,
3140
3127
  disableCssColorScheme: o,
3141
3128
  shouldSkipGeneratingVar: s,
3142
- getSelector: Co(w)
3129
+ getSelector: So(w)
3143
3130
  }, {
3144
3131
  vars: j,
3145
3132
  generateThemeVars: X,
3146
3133
  generateStyleSheets: Z
3147
- } = Gn(w, d);
3134
+ } = qn(w, d);
3148
3135
  return w.vars = j, Object.entries(w.colorSchemes[w.defaultColorScheme]).forEach(([ee, i]) => {
3149
3136
  w[ee] = i;
3150
3137
  }), w.generateThemeVars = X, w.generateStyleSheets = Z, w.generateSpacing = function() {
3151
- return et(l.spacing, mr(this));
3152
- }, w.getColorSchemeSelector = Kn(c), w.spacing = w.generateSpacing(), w.shouldSkipGeneratingVar = s, w.unstable_sxConfig = {
3138
+ return Zr(l.spacing, mr(this));
3139
+ }, w.getColorSchemeSelector = Gn(c), w.spacing = w.generateSpacing(), w.shouldSkipGeneratingVar = s, w.unstable_sxConfig = {
3153
3140
  ...Qe,
3154
3141
  ...l == null ? void 0 : l.unstable_sxConfig
3155
3142
  }, w.unstable_sx = function(i) {
3156
- return xe({
3143
+ return Oe({
3157
3144
  sx: i,
3158
3145
  theme: this
3159
3146
  });
3160
- }, w.toRuntimeSource = To, w;
3147
+ }, w.toRuntimeSource = Eo, w;
3161
3148
  }
3162
3149
  function Gr(e, r, t) {
3163
3150
  e.colorSchemes && t && (e.colorSchemes[r] = {
@@ -3206,46 +3193,45 @@ function Oo(e = {}, ...r) {
3206
3193
  palette: m.palette
3207
3194
  }, Gr(m, "light", l.light)), m;
3208
3195
  }
3209
- return !t && !("light" in l) && c === "light" && (l.light = !0), xo({
3196
+ return !t && !("light" in l) && c === "light" && (l.light = !0), Ao({
3210
3197
  ...s,
3211
3198
  colorSchemes: l,
3212
3199
  defaultColorScheme: c,
3213
3200
  ...typeof n != "boolean" && n
3214
3201
  }, ...r);
3215
3202
  }
3216
- const _o = Oo(), Po = "$$material";
3217
- function Ro(e) {
3203
+ const xo = Oo(), _o = "$$material";
3204
+ function Po(e) {
3218
3205
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
3219
3206
  }
3220
- const ko = (e) => Ro(e) && e !== "classes", Fo = Rn({
3221
- themeId: Po,
3222
- defaultTheme: _o,
3223
- rootShouldForwardProp: ko
3207
+ const Ro = (e) => Po(e) && e !== "classes", Bo = Pn({
3208
+ themeId: _o,
3209
+ defaultTheme: xo,
3210
+ rootShouldForwardProp: Ro
3224
3211
  });
3225
3212
  process.env.NODE_ENV !== "production" && (pe.node, pe.object.isRequired);
3226
- function Vo(e) {
3227
- return Un(e);
3213
+ function jo(e) {
3214
+ return Wn(e);
3228
3215
  }
3229
3216
  export {
3230
3217
  pe as P,
3231
- Po as T,
3232
- jo as a,
3233
- pr as b,
3234
- Do as c,
3235
- Bo as d,
3236
- Fn as e,
3237
- yo as f,
3238
- tt as g,
3239
- hr as h,
3240
- Ro as i,
3241
- rt as j,
3242
- _o as k,
3218
+ _o as T,
3219
+ Do as a,
3220
+ No as b,
3221
+ pr as c,
3222
+ jn as d,
3223
+ go as e,
3224
+ hr as f,
3225
+ rt as g,
3226
+ Po as h,
3227
+ et as i,
3228
+ xo as j,
3229
+ ye as k,
3243
3230
  br as l,
3244
- ye as m,
3245
- ie as n,
3246
- jr as o,
3247
- xn as p,
3248
- ko as r,
3249
- Fo as s,
3250
- Vo as u
3231
+ ie as m,
3232
+ jr as n,
3233
+ An as p,
3234
+ Ro as r,
3235
+ Bo as s,
3236
+ jo as u
3251
3237
  };