@notificationapi/react 1.4.1 → 1.5.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 (44) hide show
  1. package/dist/assets/Badge.js +1 -1
  2. package/dist/assets/Box.js +13 -13
  3. package/dist/assets/Button.js +781 -0
  4. package/dist/assets/ButtonBase.js +409 -622
  5. package/dist/assets/DefaultPropsProvider.js +220 -215
  6. package/dist/assets/Divider.js +105 -154
  7. package/dist/assets/Grow.js +201 -0
  8. package/dist/assets/IconButton.js +1 -1
  9. package/dist/assets/List.js +142 -0
  10. package/dist/assets/Modal.js +1094 -0
  11. package/dist/assets/Notification.js +71 -71
  12. package/dist/assets/Paper.js +1 -1
  13. package/dist/assets/Popover.js +8 -6
  14. package/dist/assets/Portal.js +2 -2
  15. package/dist/assets/Stack.js +216 -0
  16. package/dist/assets/Typography.js +193 -117
  17. package/dist/assets/WebPushOptInMessage.js +40 -814
  18. package/dist/assets/createSvgIcon.js +5 -5
  19. package/dist/assets/dividerClasses.js +56 -0
  20. package/dist/assets/index.js +151 -0
  21. package/dist/assets/useTheme2.js +253 -11
  22. package/dist/assets/utils.js +4 -4
  23. package/dist/components/Notifications/Inbox.js +2927 -9
  24. package/dist/components/Notifications/InboxHeader.js +2146 -7
  25. package/dist/components/Notifications/NotificationFeed.js +13 -13
  26. package/dist/components/Notifications/NotificationLauncher.js +2 -2
  27. package/dist/components/Notifications/NotificationPopup.js +7 -7
  28. package/dist/components/Preferences/NotificationPreferencesPopup.js +608 -7
  29. package/dist/components/Preferences/PreferenceInput.js +1451 -6
  30. package/dist/components/Preferences/Preferences.js +368 -515
  31. package/dist/components/Preferences/index.js +1 -1
  32. package/dist/components/Provider/index.js +226 -202
  33. package/dist/components/Slack/SlackConnect.d.ts +12 -0
  34. package/dist/components/Slack/SlackConnect.js +4826 -0
  35. package/dist/components/Slack/index.d.ts +1 -0
  36. package/dist/components/Slack/index.js +4 -0
  37. package/dist/components/WebPush/WebPushOptInMessage.js +3 -2
  38. package/dist/main.d.ts +1 -0
  39. package/dist/main.js +5 -3
  40. package/package.json +4 -4
  41. package/dist/assets/Inbox.js +0 -3061
  42. package/dist/assets/InboxHeader.js +0 -2338
  43. package/dist/assets/NotificationPreferencesPopup.js +0 -1694
  44. package/dist/assets/PreferenceInput.js +0 -1657
@@ -1,5 +1,5 @@
1
- import * as ne from "react";
2
- import { forwardRef as Sn, useContext as En } from "react";
1
+ import * as te from "react";
2
+ import { forwardRef as En, useContext as Cn } from "react";
3
3
  import "react/jsx-runtime";
4
4
  const ze = {
5
5
  black: "#000",
@@ -94,7 +94,7 @@ const ze = {
94
94
  A200: "#ffab40",
95
95
  A400: "#ff9100",
96
96
  A700: "#ff6d00"
97
- }, Cn = {
97
+ }, Tn = {
98
98
  50: "#fafafa",
99
99
  100: "#f5f5f5",
100
100
  200: "#eeeeee",
@@ -114,7 +114,7 @@ function xe(e, ...r) {
114
114
  const t = new URL(`https://mui.com/production-error/?code=${e}`);
115
115
  return r.forEach((n) => t.searchParams.append("args[]", n)), `Minified MUI error #${e}; visit ${t} for the full message.`;
116
116
  }
117
- const Tn = "$$material";
117
+ const wn = "$$material";
118
118
  function Ir() {
119
119
  return Ir = Object.assign ? Object.assign.bind() : function(e) {
120
120
  for (var r = 1; r < arguments.length; r++) {
@@ -124,34 +124,34 @@ function Ir() {
124
124
  return e;
125
125
  }, Ir.apply(null, arguments);
126
126
  }
127
- var wn = !1;
128
- function xn(e) {
127
+ var xn = !1;
128
+ function An(e) {
129
129
  if (e.sheet)
130
130
  return e.sheet;
131
131
  for (var r = 0; r < document.styleSheets.length; r++)
132
132
  if (document.styleSheets[r].ownerNode === e)
133
133
  return document.styleSheets[r];
134
134
  }
135
- function An(e) {
135
+ function On(e) {
136
136
  var r = document.createElement("style");
137
137
  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;
138
138
  }
139
- var On = /* @__PURE__ */ function() {
139
+ var $n = /* @__PURE__ */ function() {
140
140
  function e(t) {
141
141
  var n = this;
142
142
  this._insertTag = function(o) {
143
143
  var i;
144
144
  n.tags.length === 0 ? n.insertionPoint ? i = n.insertionPoint.nextSibling : n.prepend ? i = n.container.firstChild : i = n.before : i = n.tags[n.tags.length - 1].nextSibling, n.container.insertBefore(o, i), n.tags.push(o);
145
- }, this.isSpeedy = t.speedy === void 0 ? !wn : t.speedy, this.tags = [], this.ctr = 0, this.nonce = t.nonce, this.key = t.key, this.container = t.container, this.prepend = t.prepend, this.insertionPoint = t.insertionPoint, this.before = null;
145
+ }, this.isSpeedy = t.speedy === void 0 ? !xn : t.speedy, this.tags = [], this.ctr = 0, this.nonce = t.nonce, this.key = t.key, this.container = t.container, this.prepend = t.prepend, this.insertionPoint = t.insertionPoint, this.before = null;
146
146
  }
147
147
  var r = e.prototype;
148
148
  return r.hydrate = function(n) {
149
149
  n.forEach(this._insertTag);
150
150
  }, r.insert = function(n) {
151
- this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(An(this));
151
+ this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(On(this));
152
152
  var o = this.tags[this.tags.length - 1];
153
153
  if (this.isSpeedy) {
154
- var i = xn(o);
154
+ var i = An(o);
155
155
  try {
156
156
  i.insertRule(n, i.cssRules.length);
157
157
  } catch {
@@ -165,14 +165,14 @@ var On = /* @__PURE__ */ function() {
165
165
  return (o = n.parentNode) == null ? void 0 : o.removeChild(n);
166
166
  }), this.tags = [], this.ctr = 0;
167
167
  }, e;
168
- }(), ae = "-ms-", ar = "-moz-", j = "-webkit-", Ft = "comm", Vr = "rule", zr = "decl", $n = "@import", jt = "@keyframes", _n = "@layer", Pn = Math.abs, cr = String.fromCharCode, kn = Object.assign;
169
- function Rn(e, r) {
168
+ }(), ae = "-ms-", ar = "-moz-", j = "-webkit-", Ft = "comm", Vr = "rule", zr = "decl", _n = "@import", jt = "@keyframes", Pn = "@layer", kn = Math.abs, cr = String.fromCharCode, Rn = Object.assign;
169
+ function In(e, r) {
170
170
  return oe(e, 0) ^ 45 ? (((r << 2 ^ oe(e, 0)) << 2 ^ oe(e, 1)) << 2 ^ oe(e, 2)) << 2 ^ oe(e, 3) : 0;
171
171
  }
172
172
  function Lt(e) {
173
173
  return e.trim();
174
174
  }
175
- function In(e, r) {
175
+ function Nn(e, r) {
176
176
  return (e = r.exec(e)) ? e[0] : e;
177
177
  }
178
178
  function L(e, r, t) {
@@ -196,7 +196,7 @@ function Yr(e) {
196
196
  function Je(e, r) {
197
197
  return r.push(e), e;
198
198
  }
199
- function Nn(e, r) {
199
+ function Mn(e, r) {
200
200
  return e.map(r).join("");
201
201
  }
202
202
  var ur = 1, De = 1, Wt = 0, le = 0, re = 0, Fe = "";
@@ -204,12 +204,12 @@ function lr(e, r, t, n, o, i, s) {
204
204
  return { value: e, root: r, parent: t, type: n, props: o, children: i, line: ur, column: De, length: s, return: "" };
205
205
  }
206
206
  function Le(e, r) {
207
- return kn(lr("", null, null, "", null, null, 0), e, { length: -e.length }, r);
207
+ return Rn(lr("", null, null, "", null, null, 0), e, { length: -e.length }, r);
208
208
  }
209
- function Mn() {
209
+ function Dn() {
210
210
  return re;
211
211
  }
212
- function Dn() {
212
+ function Bn() {
213
213
  return re = le > 0 ? oe(Fe, --le) : 0, De--, re === 10 && (De = 1, ur--), re;
214
214
  }
215
215
  function de() {
@@ -271,12 +271,12 @@ function Vt(e) {
271
271
  function nr(e) {
272
272
  return Lt(He(le - 1, Mr(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
273
273
  }
274
- function Bn(e) {
274
+ function Fn(e) {
275
275
  for (; (re = Se()) && re < 33; )
276
276
  de();
277
277
  return Ge(e) > 2 || Ge(re) > 3 ? "" : " ";
278
278
  }
279
- function Fn(e, r) {
279
+ function jn(e, r) {
280
280
  for (; --r && de() && !(re < 48 || re > 102 || re > 57 && re < 65 || re > 70 && re < 97); )
281
281
  ;
282
282
  return He(e, tr() + (r < 6 && Se() == 32 && de() == 32));
@@ -303,18 +303,18 @@ function Mr(e) {
303
303
  }
304
304
  return le;
305
305
  }
306
- function jn(e, r) {
306
+ function Ln(e, r) {
307
307
  for (; de() && e + re !== 57; )
308
308
  if (e + re === 84 && Se() === 47)
309
309
  break;
310
310
  return "/*" + He(r, le - 1) + "*" + cr(e === 47 ? e : de());
311
311
  }
312
- function Ln(e) {
312
+ function Wn(e) {
313
313
  for (; !Ge(Se()); )
314
314
  de();
315
315
  return He(e, le);
316
316
  }
317
- function Wn(e) {
317
+ function Un(e) {
318
318
  return Vt(or("", null, null, null, [""], e = Ut(e), 0, [0], e));
319
319
  }
320
320
  function or(e, r, t, n, o, i, s, u, l) {
@@ -337,18 +337,18 @@ function or(e, r, t, n, o, i, s, u, l) {
337
337
  case 10:
338
338
  case 13:
339
339
  case 32:
340
- O += Bn(y);
340
+ O += Fn(y);
341
341
  break;
342
342
  // \
343
343
  case 92:
344
- O += Fn(tr() - 1, 7);
344
+ O += jn(tr() - 1, 7);
345
345
  continue;
346
346
  // /
347
347
  case 47:
348
348
  switch (Se()) {
349
349
  case 42:
350
350
  case 47:
351
- Je(Un(jn(de(), tr()), r, t), l);
351
+ Je(Vn(Ln(de(), tr()), r, t), l);
352
352
  break;
353
353
  default:
354
354
  O += "/";
@@ -400,7 +400,7 @@ function or(e, r, t, n, o, i, s, u, l) {
400
400
  if (c < 1) {
401
401
  if (_ == 123)
402
402
  --c;
403
- else if (_ == 125 && c++ == 0 && Dn() == 125)
403
+ else if (_ == 125 && c++ == 0 && Bn() == 125)
404
404
  continue;
405
405
  }
406
406
  switch (O += cr(_), _ * c) {
@@ -414,7 +414,7 @@ function or(e, r, t, n, o, i, s, u, l) {
414
414
  break;
415
415
  // @
416
416
  case 64:
417
- Se() === 45 && (O += nr(de())), h = Se(), m = d = be(x = O += Ln(tr())), _++;
417
+ Se() === 45 && (O += nr(de())), h = Se(), m = d = be(x = O += Wn(tr())), _++;
418
418
  break;
419
419
  // -
420
420
  case 45:
@@ -425,12 +425,12 @@ function or(e, r, t, n, o, i, s, u, l) {
425
425
  }
426
426
  function nt(e, r, t, n, o, i, s, u, l, f, m) {
427
427
  for (var d = o - 1, h = o === 0 ? i : [""], S = Yr(h), y = 0, c = 0, v = 0; y < n; ++y)
428
- for (var E = 0, _ = Ye(e, d + 1, d = Pn(c = s[y])), x = e; E < S; ++E)
428
+ for (var E = 0, _ = Ye(e, d + 1, d = kn(c = s[y])), x = e; E < S; ++E)
429
429
  (x = Lt(c > 0 ? h[E] + " " + _ : L(_, /&\f/g, h[E]))) && (l[v++] = x);
430
430
  return lr(e, r, t, o === 0 ? Vr : u, l, f, m);
431
431
  }
432
- function Un(e, r, t) {
433
- return lr(e, r, t, Ft, cr(Mn()), Ye(e, 2, -2), 0);
432
+ function Vn(e, r, t) {
433
+ return lr(e, r, t, Ft, cr(Dn()), Ye(e, 2, -2), 0);
434
434
  }
435
435
  function ot(e, r, t, n) {
436
436
  return lr(e, r, t, zr, Ye(e, 0, n), Ye(e, n + 1, -1), n);
@@ -440,11 +440,11 @@ function Ne(e, r) {
440
440
  t += r(e[o], o, e, r) || "";
441
441
  return t;
442
442
  }
443
- function Vn(e, r, t, n) {
443
+ function zn(e, r, t, n) {
444
444
  switch (e.type) {
445
- case _n:
445
+ case Pn:
446
446
  if (e.children.length) break;
447
- case $n:
447
+ case _n:
448
448
  case zr:
449
449
  return e.return = e.return || e.value;
450
450
  case Ft:
@@ -456,7 +456,7 @@ function Vn(e, r, t, n) {
456
456
  }
457
457
  return be(t = Ne(e.children, n)) ? e.return = e.value + "{" + t + "}" : "";
458
458
  }
459
- function zn(e) {
459
+ function Yn(e) {
460
460
  var r = Yr(e);
461
461
  return function(t, n, o, i) {
462
462
  for (var s = "", u = 0; u < r; u++)
@@ -464,21 +464,21 @@ function zn(e) {
464
464
  return s;
465
465
  };
466
466
  }
467
- function Yn(e) {
467
+ function Gn(e) {
468
468
  return function(r) {
469
469
  r.root || (r = r.return) && e(r);
470
470
  };
471
471
  }
472
- var Gn = function(r, t, n) {
472
+ var qn = function(r, t, n) {
473
473
  for (var o = 0, i = 0; o = i, i = Se(), o === 38 && i === 12 && (t[n] = 1), !Ge(i); )
474
474
  de();
475
475
  return He(r, le);
476
- }, qn = function(r, t) {
476
+ }, Hn = function(r, t) {
477
477
  var n = -1, o = 44;
478
478
  do
479
479
  switch (Ge(o)) {
480
480
  case 0:
481
- o === 38 && Se() === 12 && (t[n] = 1), r[n] += Gn(le - 1, t, n);
481
+ o === 38 && Se() === 12 && (t[n] = 1), r[n] += qn(le - 1, t, n);
482
482
  break;
483
483
  case 2:
484
484
  r[n] += nr(o);
@@ -494,9 +494,9 @@ var Gn = function(r, t, n) {
494
494
  }
495
495
  while (o = de());
496
496
  return r;
497
- }, Hn = function(r, t) {
498
- return Vt(qn(Ut(r), t));
499
- }, it = /* @__PURE__ */ new WeakMap(), Kn = function(r) {
497
+ }, Kn = function(r, t) {
498
+ return Vt(Hn(Ut(r), t));
499
+ }, it = /* @__PURE__ */ new WeakMap(), Xn = function(r) {
500
500
  if (!(r.type !== "rule" || !r.parent || // positive .length indicates that this rule contains pseudo
501
501
  // negative .length indicates that this rule has been already prefixed
502
502
  r.length < 1)) {
@@ -504,12 +504,12 @@ var Gn = function(r, t, n) {
504
504
  if (n = n.parent, !n) return;
505
505
  if (!(r.props.length === 1 && t.charCodeAt(0) !== 58 && !it.get(n)) && !o) {
506
506
  it.set(r, !0);
507
- for (var i = [], s = Hn(t, i), u = n.props, l = 0, f = 0; l < s.length; l++)
507
+ for (var i = [], s = Kn(t, i), u = n.props, l = 0, f = 0; l < s.length; l++)
508
508
  for (var m = 0; m < u.length; m++, f++)
509
509
  r.props[f] = i[l] ? s[l].replace(/&\f/g, u[m]) : u[m] + " " + s[l];
510
510
  }
511
511
  }
512
- }, Xn = function(r) {
512
+ }, Qn = function(r) {
513
513
  if (r.type === "decl") {
514
514
  var t = r.value;
515
515
  // charcode for l
@@ -518,7 +518,7 @@ var Gn = function(r, t, n) {
518
518
  }
519
519
  };
520
520
  function zt(e, r) {
521
- switch (Rn(e, r)) {
521
+ switch (In(e, r)) {
522
522
  // color-adjust
523
523
  case 5103:
524
524
  return j + "print-" + e + e;
@@ -659,7 +659,7 @@ function zt(e, r) {
659
659
  }
660
660
  return e;
661
661
  }
662
- var Qn = function(r, t, n, o) {
662
+ var Jn = function(r, t, n, o) {
663
663
  if (r.length > -1 && !r.return) switch (r.type) {
664
664
  case zr:
665
665
  r.return = zt(r.value, r.length);
@@ -669,8 +669,8 @@ var Qn = function(r, t, n, o) {
669
669
  value: L(r.value, "@", "@" + j)
670
670
  })], o);
671
671
  case Vr:
672
- if (r.length) return Nn(r.props, function(i) {
673
- switch (In(i, /(::plac\w+|:read-\w+)/)) {
672
+ if (r.length) return Mn(r.props, function(i) {
673
+ switch (Nn(i, /(::plac\w+|:read-\w+)/)) {
674
674
  // :read-(only|write)
675
675
  case ":read-only":
676
676
  case ":read-write":
@@ -690,7 +690,7 @@ var Qn = function(r, t, n, o) {
690
690
  return "";
691
691
  });
692
692
  }
693
- }, Jn = [Qn], Zn = function(r) {
693
+ }, Zn = [Jn], eo = function(r) {
694
694
  var t = r.key;
695
695
  if (t === "css") {
696
696
  var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
@@ -699,7 +699,7 @@ var Qn = function(r, t, n, o) {
699
699
  v.indexOf(" ") !== -1 && (document.head.appendChild(c), c.setAttribute("data-s", ""));
700
700
  });
701
701
  }
702
- var o = r.stylisPlugins || Jn, i = {}, s, u = [];
702
+ var o = r.stylisPlugins || Zn, i = {}, s, u = [];
703
703
  s = r.container || document.head, Array.prototype.forEach.call(
704
704
  // this means we will ignore elements which don't have a space in them which
705
705
  // means that the style elements we're looking at are only Emotion 11 server-rendered style elements
@@ -710,12 +710,12 @@ var Qn = function(r, t, n, o) {
710
710
  u.push(c);
711
711
  }
712
712
  );
713
- var l, f = [Kn, Xn];
713
+ var l, f = [Xn, Qn];
714
714
  {
715
- var m, d = [Vn, Yn(function(c) {
715
+ var m, d = [zn, Gn(function(c) {
716
716
  m.insert(c);
717
- })], h = zn(f.concat(o, d)), S = function(v) {
718
- return Ne(Wn(v), h);
717
+ })], h = Yn(f.concat(o, d)), S = function(v) {
718
+ return Ne(Un(v), h);
719
719
  };
720
720
  l = function(v, E, _, x) {
721
721
  m = _, S(v ? v + "{" + E.styles + "}" : E.styles), x && (y.inserted[E.name] = !0);
@@ -723,7 +723,7 @@ var Qn = function(r, t, n, o) {
723
723
  }
724
724
  var y = {
725
725
  key: t,
726
- sheet: new On({
726
+ sheet: new $n({
727
727
  key: t,
728
728
  container: s,
729
729
  nonce: r.nonce,
@@ -738,10 +738,10 @@ var Qn = function(r, t, n, o) {
738
738
  };
739
739
  return y.sheet.hydrate(u), y;
740
740
  }, Va = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
741
- function eo(e) {
741
+ function ro(e) {
742
742
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
743
743
  }
744
- var ro = !0;
744
+ var to = !0;
745
745
  function Yt(e, r, t) {
746
746
  var n = "";
747
747
  return t.split(" ").forEach(function(o) {
@@ -759,7 +759,7 @@ var Gr = function(r, t, n) {
759
759
  // in node since emotion-server relies on whether a style is in
760
760
  // the registered cache to know whether a style is global or not
761
761
  // also, note that this check will be dead code eliminated in the browser
762
- ro === !1) && r.registered[o] === void 0 && (r.registered[o] = t.styles);
762
+ to === !1) && r.registered[o] === void 0 && (r.registered[o] = t.styles);
763
763
  }, Gt = function(r, t, n) {
764
764
  Gr(r, t, n);
765
765
  var o = r.key + "-" + t.name;
@@ -770,7 +770,7 @@ var Gr = function(r, t, n) {
770
770
  while (i !== void 0);
771
771
  }
772
772
  };
773
- function to(e) {
773
+ function no(e) {
774
774
  for (var r = 0, t, n = 0, o = e.length; o >= 4; ++n, o -= 4)
775
775
  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): */
776
776
  (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
@@ -789,7 +789,7 @@ function to(e) {
789
789
  return r ^= r >>> 13, r = /* Math.imul(h, m): */
790
790
  (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), ((r ^ r >>> 15) >>> 0).toString(36);
791
791
  }
792
- var no = {
792
+ var oo = {
793
793
  animationIterationCount: 1,
794
794
  aspectRatio: 1,
795
795
  borderImageOutset: 1,
@@ -839,24 +839,24 @@ var no = {
839
839
  strokeOpacity: 1,
840
840
  strokeWidth: 1
841
841
  };
842
- function oo(e) {
842
+ function io(e) {
843
843
  var r = /* @__PURE__ */ Object.create(null);
844
844
  return function(t) {
845
845
  return r[t] === void 0 && (r[t] = e(t)), r[t];
846
846
  };
847
847
  }
848
- var io = !1, ao = /[A-Z]|^ms/g, so = /_EMO_([^_]+?)_([^]*?)_EMO_/g, qt = function(r) {
848
+ var ao = !1, so = /[A-Z]|^ms/g, co = /_EMO_([^_]+?)_([^]*?)_EMO_/g, qt = function(r) {
849
849
  return r.charCodeAt(1) === 45;
850
850
  }, at = function(r) {
851
851
  return r != null && typeof r != "boolean";
852
- }, Tr = /* @__PURE__ */ oo(function(e) {
853
- return qt(e) ? e : e.replace(ao, "-$&").toLowerCase();
852
+ }, Tr = /* @__PURE__ */ io(function(e) {
853
+ return qt(e) ? e : e.replace(so, "-$&").toLowerCase();
854
854
  }), st = function(r, t) {
855
855
  switch (r) {
856
856
  case "animation":
857
857
  case "animationName":
858
858
  if (typeof t == "string")
859
- return t.replace(so, function(n, o, i) {
859
+ return t.replace(co, function(n, o, i) {
860
860
  return ve = {
861
861
  name: o,
862
862
  styles: i,
@@ -864,8 +864,8 @@ var io = !1, ao = /[A-Z]|^ms/g, so = /_EMO_([^_]+?)_([^]*?)_EMO_/g, qt = functio
864
864
  }, o;
865
865
  });
866
866
  }
867
- return no[r] !== 1 && !qt(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
868
- }, co = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
867
+ return oo[r] !== 1 && !qt(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
868
+ }, uo = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
869
869
  function qe(e, r, t) {
870
870
  if (t == null)
871
871
  return "";
@@ -896,7 +896,7 @@ function qe(e, r, t) {
896
896
  var u = i.styles + ";";
897
897
  return u;
898
898
  }
899
- return uo(e, r, t);
899
+ return lo(e, r, t);
900
900
  }
901
901
  case "function": {
902
902
  if (e !== void 0) {
@@ -912,7 +912,7 @@ function qe(e, r, t) {
912
912
  var d = r[m];
913
913
  return d !== void 0 ? d : m;
914
914
  }
915
- function uo(e, r, t) {
915
+ function lo(e, r, t) {
916
916
  var n = "";
917
917
  if (Array.isArray(t))
918
918
  for (var o = 0; o < t.length; o++)
@@ -924,8 +924,8 @@ function uo(e, r, t) {
924
924
  var u = s;
925
925
  r != null && r[u] !== void 0 ? n += i + "{" + r[u] + "}" : at(u) && (n += Tr(i) + ":" + st(i, u) + ";");
926
926
  } else {
927
- if (i === "NO_COMPONENT_SELECTOR" && io)
928
- throw new Error(co);
927
+ if (i === "NO_COMPONENT_SELECTOR" && ao)
928
+ throw new Error(uo);
929
929
  if (Array.isArray(s) && typeof s[0] == "string" && (r == null || r[s[0]] === void 0))
930
930
  for (var l = 0; l < s.length; l++)
931
931
  at(s[l]) && (n += Tr(i) + ":" + st(i, s[l]) + ";");
@@ -966,58 +966,58 @@ function qr(e, r, t) {
966
966
  ct.lastIndex = 0;
967
967
  for (var f = "", m; (m = ct.exec(o)) !== null; )
968
968
  f += "-" + m[1];
969
- var d = to(o) + f;
969
+ var d = no(o) + f;
970
970
  return {
971
971
  name: d,
972
972
  styles: o,
973
973
  next: ve
974
974
  };
975
975
  }
976
- var lo = function(r) {
976
+ var fo = function(r) {
977
977
  return r();
978
- }, fo = ne.useInsertionEffect ? ne.useInsertionEffect : !1, Ht = fo || lo, po = !1, Kt = /* @__PURE__ */ ne.createContext(
978
+ }, Ht = te.useInsertionEffect ? te.useInsertionEffect : !1, Kt = Ht || fo, za = Ht || te.useLayoutEffect, po = !1, Xt = /* @__PURE__ */ te.createContext(
979
979
  // we're doing this to avoid preconstruct's dead code elimination in this one case
980
980
  // because this module is primarily intended for the browser and node
981
981
  // but it's also required in react native and similar environments sometimes
982
982
  // and we could have a special build just for that
983
983
  // but this is much easier and the native packages
984
984
  // might use a different theme context in the future anyway
985
- typeof HTMLElement < "u" ? /* @__PURE__ */ Zn({
985
+ typeof HTMLElement < "u" ? /* @__PURE__ */ eo({
986
986
  key: "css"
987
987
  }) : null
988
988
  );
989
- Kt.Provider;
990
- var Xt = function(r) {
991
- return /* @__PURE__ */ Sn(function(t, n) {
992
- var o = En(Kt);
989
+ Xt.Provider;
990
+ var Qt = function(r) {
991
+ return /* @__PURE__ */ En(function(t, n) {
992
+ var o = Cn(Xt);
993
993
  return r(t, o, n);
994
994
  });
995
- }, Qt = /* @__PURE__ */ ne.createContext({}), Jt = {}.hasOwnProperty, Dr = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", za = function(r, t) {
995
+ }, Jt = /* @__PURE__ */ te.createContext({}), Zt = {}.hasOwnProperty, Dr = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", Ya = function(r, t) {
996
996
  var n = {};
997
997
  for (var o in t)
998
- Jt.call(t, o) && (n[o] = t[o]);
998
+ Zt.call(t, o) && (n[o] = t[o]);
999
999
  return n[Dr] = r, n;
1000
1000
  }, mo = function(r) {
1001
1001
  var t = r.cache, n = r.serialized, o = r.isStringTag;
1002
- return Gr(t, n, o), Ht(function() {
1002
+ return Gr(t, n, o), Kt(function() {
1003
1003
  return Gt(t, n, o);
1004
1004
  }), null;
1005
- }, ho = /* @__PURE__ */ Xt(function(e, r, t) {
1005
+ }, ho = /* @__PURE__ */ Qt(function(e, r, t) {
1006
1006
  var n = e.css;
1007
1007
  typeof n == "string" && r.registered[n] !== void 0 && (n = r.registered[n]);
1008
1008
  var o = e[Dr], i = [n], s = "";
1009
1009
  typeof e.className == "string" ? s = Yt(r.registered, i, e.className) : e.className != null && (s = e.className + " ");
1010
- var u = qr(i, void 0, ne.useContext(Qt));
1010
+ var u = qr(i, void 0, te.useContext(Jt));
1011
1011
  s += r.key + "-" + u.name;
1012
1012
  var l = {};
1013
1013
  for (var f in e)
1014
- Jt.call(e, f) && f !== "css" && f !== Dr && !po && (l[f] = e[f]);
1015
- return l.className = s, t && (l.ref = t), /* @__PURE__ */ ne.createElement(ne.Fragment, null, /* @__PURE__ */ ne.createElement(mo, {
1014
+ Zt.call(e, f) && f !== "css" && f !== Dr && !po && (l[f] = e[f]);
1015
+ return l.className = s, t && (l.ref = t), /* @__PURE__ */ te.createElement(te.Fragment, null, /* @__PURE__ */ te.createElement(mo, {
1016
1016
  cache: r,
1017
1017
  serialized: u,
1018
1018
  isStringTag: typeof o == "string"
1019
- }), /* @__PURE__ */ ne.createElement(o, l));
1020
- }), Ya = ho;
1019
+ }), /* @__PURE__ */ te.createElement(o, l));
1020
+ }), Ga = ho;
1021
1021
  function go(e) {
1022
1022
  var r = /* @__PURE__ */ Object.create(null);
1023
1023
  return function(t) {
@@ -1047,7 +1047,7 @@ var yo = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
1047
1047
  return typeof o != "function" && n && (o = r.__emotion_forwardProp), o;
1048
1048
  }, Co = function(r) {
1049
1049
  var t = r.cache, n = r.serialized, o = r.isStringTag;
1050
- return Gr(t, n, o), Ht(function() {
1050
+ return Gr(t, n, o), Kt(function() {
1051
1051
  return Gt(t, n, o);
1052
1052
  }), null;
1053
1053
  }, To = function e(r, t) {
@@ -1064,25 +1064,25 @@ var yo = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
1064
1064
  for (var S = m.length, y = 1; y < S; y++)
1065
1065
  d.push(m[y], h[y]);
1066
1066
  }
1067
- var c = Xt(function(v, E, _) {
1067
+ var c = Qt(function(v, E, _) {
1068
1068
  var x = f && v.as || o, C = "", g = [], $ = v;
1069
1069
  if (v.theme == null) {
1070
1070
  $ = {};
1071
1071
  for (var O in v)
1072
1072
  $[O] = v[O];
1073
- $.theme = ne.useContext(Qt);
1073
+ $.theme = te.useContext(Jt);
1074
1074
  }
1075
1075
  typeof v.className == "string" ? C = Yt(E.registered, g, v.className) : v.className != null && (C = v.className + " ");
1076
1076
  var ee = qr(d.concat(g), E.registered, $);
1077
1077
  C += E.key + "-" + ee.name, s !== void 0 && (C += " " + s);
1078
- var te = f && u === void 0 ? ut(x) : l, a = {};
1078
+ var ne = f && u === void 0 ? ut(x) : l, a = {};
1079
1079
  for (var w in v)
1080
- f && w === "as" || te(w) && (a[w] = v[w]);
1081
- return a.className = C, _ && (a.ref = _), /* @__PURE__ */ ne.createElement(ne.Fragment, null, /* @__PURE__ */ ne.createElement(Co, {
1080
+ f && w === "as" || ne(w) && (a[w] = v[w]);
1081
+ return a.className = C, _ && (a.ref = _), /* @__PURE__ */ te.createElement(te.Fragment, null, /* @__PURE__ */ te.createElement(Co, {
1082
1082
  cache: E,
1083
1083
  serialized: ee,
1084
1084
  isStringTag: typeof x == "string"
1085
- }), /* @__PURE__ */ ne.createElement(x, a));
1085
+ }), /* @__PURE__ */ te.createElement(x, a));
1086
1086
  });
1087
1087
  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 = d, c.__emotion_forwardProp = u, Object.defineProperty(c, "toString", {
1088
1088
  value: function() {
@@ -1359,7 +1359,7 @@ function Ao() {
1359
1359
  }
1360
1360
  }
1361
1361
  }
1362
- var g = l, $ = f, O = u, ee = s, te = r, a = m, w = n, P = y, W = S, X = t, se = i, ie = o, he = d, $e = !1;
1362
+ var g = l, $ = f, O = u, ee = s, ne = r, a = m, w = n, P = y, W = S, X = t, se = i, ie = o, he = d, $e = !1;
1363
1363
  function Cr(T) {
1364
1364
  return $e || ($e = !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.")), b(T) || C(T) === l;
1365
1365
  }
@@ -1399,11 +1399,11 @@ function Ao() {
1399
1399
  function ce(T) {
1400
1400
  return C(T) === d;
1401
1401
  }
1402
- V.AsyncMode = g, V.ConcurrentMode = $, V.ContextConsumer = O, V.ContextProvider = ee, V.Element = te, V.ForwardRef = a, V.Fragment = w, V.Lazy = P, V.Memo = W, V.Portal = X, V.Profiler = se, V.StrictMode = ie, V.Suspense = he, V.isAsyncMode = Cr, V.isConcurrentMode = b, V.isContextConsumer = A, V.isContextProvider = M, V.isElement = I, V.isForwardRef = k, V.isFragment = D, V.isLazy = R, V.isMemo = N, V.isPortal = B, V.isProfiler = z, V.isStrictMode = F, V.isSuspense = ce, V.isValidElementType = x, V.typeOf = C;
1402
+ V.AsyncMode = g, V.ConcurrentMode = $, V.ContextConsumer = O, V.ContextProvider = ee, V.Element = ne, V.ForwardRef = a, V.Fragment = w, V.Lazy = P, V.Memo = W, V.Portal = X, V.Profiler = se, V.StrictMode = ie, V.Suspense = he, V.isAsyncMode = Cr, V.isConcurrentMode = b, V.isContextConsumer = A, V.isContextProvider = M, V.isElement = I, V.isForwardRef = k, V.isFragment = D, V.isLazy = R, V.isMemo = N, V.isPortal = B, V.isProfiler = z, V.isStrictMode = F, V.isSuspense = ce, V.isValidElementType = x, V.typeOf = C;
1403
1403
  }()), V;
1404
1404
  }
1405
1405
  var pt;
1406
- function Zt() {
1406
+ function en() {
1407
1407
  return pt || (pt = 1, process.env.NODE_ENV === "production" ? Ze.exports = xo() : Ze.exports = Ao()), Ze.exports;
1408
1408
  }
1409
1409
  /*
@@ -1465,7 +1465,7 @@ function Hr() {
1465
1465
  return xr = e, xr;
1466
1466
  }
1467
1467
  var Ar, gt;
1468
- function en() {
1468
+ function rn() {
1469
1469
  return gt || (gt = 1, Ar = Function.call.bind(Object.prototype.hasOwnProperty)), Ar;
1470
1470
  }
1471
1471
  var Or, yt;
@@ -1475,7 +1475,7 @@ function $o() {
1475
1475
  var e = function() {
1476
1476
  };
1477
1477
  if (process.env.NODE_ENV !== "production") {
1478
- var r = Hr(), t = {}, n = en();
1478
+ var r = Hr(), t = {}, n = rn();
1479
1479
  e = function(i) {
1480
1480
  var s = "Warning: " + i;
1481
1481
  typeof console < "u" && console.error(s);
@@ -1521,7 +1521,7 @@ var $r, bt;
1521
1521
  function _o() {
1522
1522
  if (bt) return $r;
1523
1523
  bt = 1;
1524
- var e = Zt(), r = Oo(), t = Hr(), n = en(), o = $o(), i = function() {
1524
+ var e = en(), r = Oo(), t = Hr(), n = rn(), o = $o(), i = function() {
1525
1525
  };
1526
1526
  process.env.NODE_ENV !== "production" && (i = function(u) {
1527
1527
  var l = "Warning: " + u;
@@ -1558,7 +1558,7 @@ function _o() {
1558
1558
  node: a(),
1559
1559
  objectOf: ee,
1560
1560
  oneOf: O,
1561
- oneOfType: te,
1561
+ oneOfType: ne,
1562
1562
  shape: P,
1563
1563
  exact: W
1564
1564
  };
@@ -1693,7 +1693,7 @@ function _o() {
1693
1693
  }
1694
1694
  return v(A);
1695
1695
  }
1696
- function te(b) {
1696
+ function ne(b) {
1697
1697
  if (!Array.isArray(b))
1698
1698
  return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), s;
1699
1699
  for (var A = 0; A < b.length; A++) {
@@ -1887,12 +1887,12 @@ function Po() {
1887
1887
  }, _r;
1888
1888
  }
1889
1889
  if (process.env.NODE_ENV !== "production") {
1890
- var ko = Zt(), Ro = !0;
1890
+ var ko = en(), Ro = !0;
1891
1891
  Fr.exports = _o()(ko.isElement, Ro);
1892
1892
  } else
1893
1893
  Fr.exports = Po()();
1894
1894
  var Io = Fr.exports;
1895
- const Ce = /* @__PURE__ */ eo(Io);
1895
+ const Ce = /* @__PURE__ */ ro(Io);
1896
1896
  /**
1897
1897
  * @mui/styled-engine v6.3.1
1898
1898
  *
@@ -1921,12 +1921,12 @@ function Te(e) {
1921
1921
  const r = Object.getPrototypeOf(e);
1922
1922
  return (r === null || r === Object.prototype || Object.getPrototypeOf(r) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
1923
1923
  }
1924
- function rn(e) {
1925
- if (/* @__PURE__ */ ne.isValidElement(e) || !Te(e))
1924
+ function tn(e) {
1925
+ if (/* @__PURE__ */ te.isValidElement(e) || !Te(e))
1926
1926
  return e;
1927
1927
  const r = {};
1928
1928
  return Object.keys(e).forEach((t) => {
1929
- r[t] = rn(e[t]);
1929
+ r[t] = tn(e[t]);
1930
1930
  }), r;
1931
1931
  }
1932
1932
  function ue(e, r, t = {
@@ -1936,8 +1936,8 @@ function ue(e, r, t = {
1936
1936
  ...e
1937
1937
  } : e;
1938
1938
  return Te(e) && Te(r) && Object.keys(r).forEach((o) => {
1939
- /* @__PURE__ */ ne.isValidElement(r[o]) ? n[o] = r[o] : Te(r[o]) && // Avoid prototype pollution
1940
- Object.prototype.hasOwnProperty.call(e, o) && Te(e[o]) ? n[o] = ue(e[o], r[o], t) : t.clone ? n[o] = Te(r[o]) ? rn(r[o]) : r[o] : n[o] = r[o];
1939
+ /* @__PURE__ */ te.isValidElement(r[o]) ? n[o] = r[o] : Te(r[o]) && // Avoid prototype pollution
1940
+ Object.prototype.hasOwnProperty.call(e, o) && Te(e[o]) ? n[o] = ue(e[o], r[o], t) : t.clone ? n[o] = Te(r[o]) ? tn(r[o]) : r[o] : n[o] = r[o];
1941
1941
  }), n;
1942
1942
  }
1943
1943
  const Do = (e) => {
@@ -2099,22 +2099,22 @@ function we(e, r, t) {
2099
2099
  }
2100
2100
  return t(r);
2101
2101
  }
2102
- function tn(e = {}) {
2102
+ function nn(e = {}) {
2103
2103
  var t;
2104
2104
  return ((t = e.keys) == null ? void 0 : t.reduce((n, o) => {
2105
2105
  const i = e.up(o);
2106
2106
  return n[i] = {}, n;
2107
2107
  }, {})) || {};
2108
2108
  }
2109
- function nn(e, r) {
2109
+ function on(e, r) {
2110
2110
  return e.reduce((t, n) => {
2111
2111
  const o = t[n];
2112
2112
  return (!o || Object.keys(o).length === 0) && delete t[n], t;
2113
2113
  }, r);
2114
2114
  }
2115
- function Ga(e, ...r) {
2116
- const t = tn(e), n = [t, ...r].reduce((o, i) => ue(o, i), {});
2117
- return nn(Object.keys(t), n);
2115
+ function qa(e, ...r) {
2116
+ const t = nn(e), n = [t, ...r].reduce((o, i) => ue(o, i), {});
2117
+ return on(Object.keys(t), n);
2118
2118
  }
2119
2119
  function zo(e, r) {
2120
2120
  if (typeof e != "object")
@@ -2126,7 +2126,7 @@ function zo(e, r) {
2126
2126
  e[o] != null && (t[o] = !0);
2127
2127
  }), t;
2128
2128
  }
2129
- function qa({
2129
+ function Ha({
2130
2130
  values: e,
2131
2131
  breakpoints: r,
2132
2132
  base: t
@@ -2235,22 +2235,22 @@ function Qo(e, r, t, n) {
2235
2235
  const o = Ho(t), i = Xo(o, n), s = e[t];
2236
2236
  return we(e, s, i);
2237
2237
  }
2238
- function on(e, r) {
2238
+ function an(e, r) {
2239
2239
  const t = Xr(e.theme);
2240
2240
  return Object.keys(e).map((n) => Qo(e, r, n, t)).reduce(Ve, {});
2241
2241
  }
2242
2242
  function Q(e) {
2243
- return on(e, pr);
2243
+ return an(e, pr);
2244
2244
  }
2245
2245
  Q.propTypes = process.env.NODE_ENV !== "production" ? pr.reduce((e, r) => (e[r] = Oe, e), {}) : {};
2246
2246
  Q.filterProps = pr;
2247
2247
  function J(e) {
2248
- return on(e, mr);
2248
+ return an(e, mr);
2249
2249
  }
2250
2250
  J.propTypes = process.env.NODE_ENV !== "production" ? mr.reduce((e, r) => (e[r] = Oe, e), {}) : {};
2251
2251
  J.filterProps = mr;
2252
2252
  process.env.NODE_ENV !== "production" && Ko.reduce((e, r) => (e[r] = Oe, e), {});
2253
- function an(e = 8, r = Xr({
2253
+ function sn(e = 8, r = Xr({
2254
2254
  spacing: e
2255
2255
  })) {
2256
2256
  if (e.mui)
@@ -2760,7 +2760,7 @@ function Pi() {
2760
2760
  return u;
2761
2761
  if (!l)
2762
2762
  return null;
2763
- const f = tn(o.breakpoints), m = Object.keys(f);
2763
+ const f = nn(o.breakpoints), m = Object.keys(f);
2764
2764
  let d = f;
2765
2765
  return Object.keys(l).forEach((h) => {
2766
2766
  const S = _i(l[h], o);
@@ -2781,7 +2781,7 @@ function Pi() {
2781
2781
  }
2782
2782
  else
2783
2783
  d = Ve(d, e(h, S, o, i));
2784
- }), Fo(o, nn(m, d));
2784
+ }), Fo(o, on(m, d));
2785
2785
  }
2786
2786
  return Array.isArray(n) ? n.map(s) : s(n);
2787
2787
  }
@@ -2802,14 +2802,14 @@ function ki(e, r) {
2802
2802
  }
2803
2803
  return t.palette.mode === e ? r : {};
2804
2804
  }
2805
- function sn(e = {}, ...r) {
2805
+ function cn(e = {}, ...r) {
2806
2806
  const {
2807
2807
  breakpoints: t = {},
2808
2808
  palette: n = {},
2809
2809
  spacing: o,
2810
2810
  shape: i = {},
2811
2811
  ...s
2812
- } = e, u = Bo(t), l = an(o);
2812
+ } = e, u = Bo(t), l = sn(o);
2813
2813
  let f = ue({
2814
2814
  breakpoints: u,
2815
2815
  direction: "ltr",
@@ -2849,17 +2849,17 @@ const wt = (e) => e, Ri = () => {
2849
2849
  }
2850
2850
  };
2851
2851
  }, Ii = Ri();
2852
- function cn(e) {
2852
+ function un(e) {
2853
2853
  var r, t, n = "";
2854
2854
  if (typeof e == "string" || typeof e == "number") n += e;
2855
2855
  else if (typeof e == "object") if (Array.isArray(e)) {
2856
2856
  var o = e.length;
2857
- for (r = 0; r < o; r++) e[r] && (t = cn(e[r])) && (n && (n += " "), n += t);
2857
+ for (r = 0; r < o; r++) e[r] && (t = un(e[r])) && (n && (n += " "), n += t);
2858
2858
  } else for (t in e) e[t] && (n && (n += " "), n += t);
2859
2859
  return n;
2860
2860
  }
2861
- function Ha() {
2862
- for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = cn(e)) && (n && (n += " "), n += r);
2861
+ function Ka() {
2862
+ for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = un(e)) && (n && (n += " "), n += r);
2863
2863
  return n;
2864
2864
  }
2865
2865
  const Ni = {
@@ -2876,14 +2876,14 @@ const Ni = {
2876
2876
  required: "required",
2877
2877
  selected: "selected"
2878
2878
  };
2879
- function un(e, r, t = "Mui") {
2879
+ function ln(e, r, t = "Mui") {
2880
2880
  const n = Ni[r];
2881
2881
  return n ? `${t}-${n}` : `${Ii.generate(e)}-${r}`;
2882
2882
  }
2883
- function Ka(e, r, t = "Mui") {
2883
+ function Xa(e, r, t = "Mui") {
2884
2884
  const n = {};
2885
2885
  return r.forEach((o) => {
2886
- n[o] = un(e, o, t);
2886
+ n[o] = ln(e, o, t);
2887
2887
  }), n;
2888
2888
  }
2889
2889
  var jr = { exports: {} }, Y = {};
@@ -3034,11 +3034,11 @@ function Di() {
3034
3034
  }
3035
3035
  process.env.NODE_ENV === "production" ? jr.exports = Mi() : jr.exports = Di();
3036
3036
  var Ot = jr.exports;
3037
- function ln(e, r = "") {
3037
+ function fn(e, r = "") {
3038
3038
  return e.displayName || e.name || r;
3039
3039
  }
3040
3040
  function $t(e, r, t) {
3041
- const n = ln(r);
3041
+ const n = fn(r);
3042
3042
  return e.displayName || (n !== "" ? `${t}(${n})` : t);
3043
3043
  }
3044
3044
  function Bi(e) {
@@ -3046,7 +3046,7 @@ function Bi(e) {
3046
3046
  if (typeof e == "string")
3047
3047
  return e;
3048
3048
  if (typeof e == "function")
3049
- return ln(e, "Component");
3049
+ return fn(e, "Component");
3050
3050
  if (typeof e == "object")
3051
3051
  switch (e.$$typeof) {
3052
3052
  case Ot.ForwardRef:
@@ -3058,7 +3058,7 @@ function Bi(e) {
3058
3058
  }
3059
3059
  }
3060
3060
  }
3061
- function fn(e) {
3061
+ function dn(e) {
3062
3062
  const {
3063
3063
  variants: r,
3064
3064
  ...t
@@ -3071,7 +3071,7 @@ function fn(e) {
3071
3071
  typeof o.style != "function" && (o.style = Et(o.style));
3072
3072
  }), n;
3073
3073
  }
3074
- const Fi = sn();
3074
+ const Fi = cn();
3075
3075
  function Pr(e) {
3076
3076
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
3077
3077
  }
@@ -3096,11 +3096,11 @@ function ir(e, r) {
3096
3096
  } = t;
3097
3097
  n = i;
3098
3098
  }
3099
- return dn(e, t.variants, [n]);
3099
+ return pn(e, t.variants, [n]);
3100
3100
  }
3101
3101
  return t != null && t.isProcessed ? t.style : t;
3102
3102
  }
3103
- function dn(e, r, t = []) {
3103
+ function pn(e, r, t = []) {
3104
3104
  var o;
3105
3105
  let n;
3106
3106
  e: for (let i = 0; i < r.length; i += 1) {
@@ -3143,7 +3143,7 @@ function Wi(e = {}) {
3143
3143
  skipSx: h,
3144
3144
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
3145
3145
  // For more details: https://github.com/mui/material-ui/pull/37908
3146
- overridesResolver: S = ji(pn(m)),
3146
+ overridesResolver: S = ji(mn(m)),
3147
3147
  ...y
3148
3148
  } = l, c = d !== void 0 ? d : (
3149
3149
  // TODO v6: remove `Root` in the next major release
@@ -3162,7 +3162,7 @@ function Wi(e = {}) {
3162
3162
  return ir(O, g);
3163
3163
  };
3164
3164
  if (Te(g)) {
3165
- const $ = fn(g);
3165
+ const $ = dn(g);
3166
3166
  return $.variants ? function(ee) {
3167
3167
  return ir(ee, $);
3168
3168
  } : $.style;
@@ -3182,13 +3182,13 @@ function Wi(e = {}) {
3182
3182
  }), f && !c && ee.push(function(P) {
3183
3183
  var se, ie;
3184
3184
  const W = P.theme, X = (ie = (se = W == null ? void 0 : W.components) == null ? void 0 : se[f]) == null ? void 0 : ie.variants;
3185
- return X ? dn(P, X) : null;
3185
+ return X ? pn(P, X) : null;
3186
3186
  }), v || ee.push(Be), Array.isArray(O[0])) {
3187
3187
  const w = O.shift(), P = new Array($.length).fill(""), W = new Array(ee.length).fill("");
3188
3188
  let X;
3189
3189
  X = [...P, ...w, ...W], X.raw = [...P, ...w.raw, ...W], $.unshift(X);
3190
3190
  }
3191
- const te = [...$, ...O, ...ee], a = _(...te);
3191
+ const ne = [...$, ...O, ...ee], a = _(...ne);
3192
3192
  return u.muiName && (a.muiName = u.muiName), process.env.NODE_ENV !== "production" && (a.displayName = Ui(f, m, u)), a;
3193
3193
  };
3194
3194
  return _.withConfig && (C.withConfig = _.withConfig), C;
@@ -3199,7 +3199,7 @@ function Ui(e, r, t) {
3199
3199
  }
3200
3200
  function Vi(e, r) {
3201
3201
  let t;
3202
- return process.env.NODE_ENV !== "production" && e && (t = `${e}-${pn(r || "Root")}`), t;
3202
+ return process.env.NODE_ENV !== "production" && e && (t = `${e}-${mn(r || "Root")}`), t;
3203
3203
  }
3204
3204
  function zi(e) {
3205
3205
  for (const r in e)
@@ -3212,7 +3212,7 @@ function Yi(e) {
3212
3212
  // it's a lowercase character
3213
3213
  e.charCodeAt(0) > 96;
3214
3214
  }
3215
- function pn(e) {
3215
+ function mn(e) {
3216
3216
  return e && e.charAt(0).toLowerCase() + e.slice(1);
3217
3217
  }
3218
3218
  function Lr(e, r) {
@@ -3301,7 +3301,7 @@ function Er(e) {
3301
3301
  } = e;
3302
3302
  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})`;
3303
3303
  }
3304
- function mn(e) {
3304
+ function hn(e) {
3305
3305
  e = Ae(e);
3306
3306
  const {
3307
3307
  values: r
@@ -3315,7 +3315,7 @@ function mn(e) {
3315
3315
  }
3316
3316
  function Wr(e) {
3317
3317
  e = Ae(e);
3318
- let r = e.type === "hsl" || e.type === "hsla" ? Ae(mn(e)).values : e.values;
3318
+ let r = e.type === "hsl" || e.type === "hsla" ? Ae(hn(e)).values : e.values;
3319
3319
  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));
3320
3320
  }
3321
3321
  function _t(e, r) {
@@ -3375,7 +3375,7 @@ function rr(e, r, t) {
3375
3375
  return e;
3376
3376
  }
3377
3377
  }
3378
- function Xa(e, r, t = void 0) {
3378
+ function Qa(e, r, t = void 0) {
3379
3379
  const n = {};
3380
3380
  for (const o in e) {
3381
3381
  const i = e[o];
@@ -3388,7 +3388,7 @@ function Xa(e, r, t = void 0) {
3388
3388
  }
3389
3389
  return n;
3390
3390
  }
3391
- const Qi = /* @__PURE__ */ ne.createContext(void 0);
3391
+ const Qi = /* @__PURE__ */ te.createContext(void 0);
3392
3392
  process.env.NODE_ENV !== "production" && (Ce.node, Ce.object);
3393
3393
  function Ji(e) {
3394
3394
  const {
@@ -3405,7 +3405,7 @@ function Zi({
3405
3405
  props: e,
3406
3406
  name: r
3407
3407
  }) {
3408
- const t = ne.useContext(Qi);
3408
+ const t = te.useContext(Qi);
3409
3409
  return Ji({
3410
3410
  props: e,
3411
3411
  name: r,
@@ -3421,7 +3421,7 @@ function ea(e) {
3421
3421
  let r, t;
3422
3422
  return function(o) {
3423
3423
  let i = r;
3424
- return (i === void 0 || o.theme !== t) && (Pt.theme = o.theme, i = fn(e(Pt)), r = i, t = o.theme), i;
3424
+ return (i === void 0 || o.theme !== t) && (Pt.theme = o.theme, i = dn(e(Pt)), r = i, t = o.theme), i;
3425
3425
  };
3426
3426
  }
3427
3427
  function ra(e = "") {
@@ -3538,7 +3538,7 @@ function oa(e, r = {}) {
3538
3538
  }), x;
3539
3539
  },
3540
3540
  generateStyleSheets: () => {
3541
- var ee, te;
3541
+ var ee, ne;
3542
3542
  const x = [], C = e.defaultColorScheme || "light";
3543
3543
  function g(a, w) {
3544
3544
  Object.keys(w).length && x.push(typeof a == "string" ? {
@@ -3557,7 +3557,7 @@ function oa(e, r = {}) {
3557
3557
  if ($) {
3558
3558
  const {
3559
3559
  css: a
3560
- } = $, w = (te = (ee = i[C]) == null ? void 0 : ee.palette) == null ? void 0 : te.mode, P = !n && w ? {
3560
+ } = $, w = (ne = (ee = i[C]) == null ? void 0 : ee.palette) == null ? void 0 : ne.mode, P = !n && w ? {
3561
3561
  colorScheme: w,
3562
3562
  ...a
3563
3563
  } : {
@@ -3589,7 +3589,7 @@ function ia(e) {
3589
3589
  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)} &` : "&";
3590
3590
  };
3591
3591
  }
3592
- function hn() {
3592
+ function gn() {
3593
3593
  return {
3594
3594
  // The colors used to style the text.
3595
3595
  text: {
@@ -3629,8 +3629,8 @@ function hn() {
3629
3629
  }
3630
3630
  };
3631
3631
  }
3632
- const aa = hn();
3633
- function gn() {
3632
+ const aa = gn();
3633
+ function yn() {
3634
3634
  return {
3635
3635
  text: {
3636
3636
  primary: ze.white,
@@ -3658,7 +3658,7 @@ function gn() {
3658
3658
  }
3659
3659
  };
3660
3660
  }
3661
- const Rt = gn();
3661
+ const Rt = yn();
3662
3662
  function It(e, r, t, n) {
3663
3663
  const o = n.light || n, i = n.dark || n * 1.5;
3664
3664
  e[r] || (e.hasOwnProperty(t) ? e[r] = e[t] : r === "light" ? e.light = et(e.main, o) : r === "dark" && (e.dark = Zr(e.main, i)));
@@ -3776,7 +3776,7 @@ const theme2 = createTheme({ palette: {
3776
3776
  return It(c, "light", _, n), It(c, "dark", x, n), c.contrastText || (c.contrastText = d(c.main)), c;
3777
3777
  };
3778
3778
  let S;
3779
- return r === "light" ? S = hn() : r === "dark" && (S = gn()), process.env.NODE_ENV !== "production" && (S || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), ue({
3779
+ return r === "light" ? S = gn() : r === "dark" && (S = yn()), process.env.NODE_ENV !== "production" && (S || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), ue({
3780
3780
  // A collection of common colors.
3781
3781
  common: {
3782
3782
  ...ze
@@ -3818,7 +3818,7 @@ const theme2 = createTheme({ palette: {
3818
3818
  name: "success"
3819
3819
  }),
3820
3820
  // The grey colors.
3821
- grey: Cn,
3821
+ grey: Tn,
3822
3822
  // Used by `getContrastText()` to maximize the contrast between
3823
3823
  // the background and the text.
3824
3824
  contrastThreshold: t,
@@ -4011,7 +4011,7 @@ const xa = {
4011
4011
  function Aa(e) {
4012
4012
  return Te(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
4013
4013
  }
4014
- function yn(e = {}) {
4014
+ function bn(e = {}) {
4015
4015
  const r = {
4016
4016
  ...e
4017
4017
  };
@@ -4046,7 +4046,7 @@ function Ur(e = {}, ...r) {
4046
4046
  } = e;
4047
4047
  if (e.vars)
4048
4048
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : xe(20));
4049
- const m = rt(i), d = sn(e);
4049
+ const m = rt(i), d = cn(e);
4050
4050
  let h = ue(d, {
4051
4051
  mixins: ma(d.breakpoints, n),
4052
4052
  palette: m,
@@ -4065,7 +4065,7 @@ function Ur(e = {}, ...r) {
4065
4065
  const _ = c[E];
4066
4066
  if (S.includes(E) && Object.keys(_).length > 0) {
4067
4067
  if (process.env.NODE_ENV !== "production") {
4068
- const x = un("", E);
4068
+ const x = ln("", E);
4069
4069
  console.error([`MUI: The \`${v}\` component increases the CSS specificity of the \`${E}\` internal state.`, "You can not override it like this: ", JSON.stringify(c, null, 2), "", `Instead, you need to use the '&.${x}' syntax:`, JSON.stringify({
4070
4070
  root: {
4071
4071
  [`&.${x}`]: _
@@ -4090,7 +4090,7 @@ function Ur(e = {}, ...r) {
4090
4090
  sx: y,
4091
4091
  theme: this
4092
4092
  });
4093
- }, h.toRuntimeSource = yn, h;
4093
+ }, h.toRuntimeSource = bn, h;
4094
4094
  }
4095
4095
  function Oa(e) {
4096
4096
  let r;
@@ -4102,7 +4102,7 @@ const $a = [...Array(25)].map((e, r) => {
4102
4102
  const t = Oa(r);
4103
4103
  return `linear-gradient(rgba(255 255 255 / ${t}), rgba(255 255 255 / ${t}))`;
4104
4104
  });
4105
- function bn(e) {
4105
+ function vn(e) {
4106
4106
  return {
4107
4107
  inputPlaceholder: e === "dark" ? 0.5 : 0.42,
4108
4108
  inputUnderline: e === "dark" ? 0.7 : 0.42,
@@ -4110,7 +4110,7 @@ function bn(e) {
4110
4110
  switchTrack: e === "dark" ? 0.3 : 0.38
4111
4111
  };
4112
4112
  }
4113
- function vn(e) {
4113
+ function Sn(e) {
4114
4114
  return e === "dark" ? $a : [];
4115
4115
  }
4116
4116
  function _a(e) {
@@ -4126,10 +4126,10 @@ function _a(e) {
4126
4126
  return {
4127
4127
  palette: i,
4128
4128
  opacity: {
4129
- ...bn(i.mode),
4129
+ ...vn(i.mode),
4130
4130
  ...t
4131
4131
  },
4132
- overlays: n || vn(i.mode),
4132
+ overlays: n || Sn(i.mode),
4133
4133
  ...o
4134
4134
  };
4135
4135
  }
@@ -4184,7 +4184,7 @@ function p(e, r, t) {
4184
4184
  !e[r] && t && (e[r] = t);
4185
4185
  }
4186
4186
  function Ue(e) {
4187
- return typeof e != "string" || !e.startsWith("hsl") ? e : mn(e);
4187
+ return typeof e != "string" || !e.startsWith("hsl") ? e : hn(e);
4188
4188
  }
4189
4189
  function Ee(e, r) {
4190
4190
  `${r}Channel` in e || (e[`${r}Channel`] = We(Ue(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().
@@ -4228,10 +4228,10 @@ function Rr(e, r, t, n) {
4228
4228
  ...r,
4229
4229
  palette: i,
4230
4230
  opacity: {
4231
- ...bn(o),
4231
+ ...vn(o),
4232
4232
  ...r == null ? void 0 : r.opacity
4233
4233
  },
4234
- overlays: (r == null ? void 0 : r.overlays) || vn(o)
4234
+ overlays: (r == null ? void 0 : r.overlays) || Sn(o)
4235
4235
  }, s;
4236
4236
  }
4237
4237
  function Da(e = {}, ...r) {
@@ -4273,8 +4273,8 @@ function Da(e = {}, ...r) {
4273
4273
  },
4274
4274
  spacing: Na(f.spacing)
4275
4275
  };
4276
- Object.keys(C.colorSchemes).forEach((te) => {
4277
- const a = C.colorSchemes[te].palette, w = (P) => {
4276
+ Object.keys(C.colorSchemes).forEach((ne) => {
4277
+ const a = C.colorSchemes[ne].palette, w = (P) => {
4278
4278
  const W = P.split("-"), X = W[1], se = W[2];
4279
4279
  return h(P, a[X][se]);
4280
4280
  };
@@ -4292,7 +4292,7 @@ function Da(e = {}, ...r) {
4292
4292
  const W = a[P];
4293
4293
  P !== "tonalOffset" && W && typeof W == "object" && (W.main && p(a[P], "mainChannel", We(Ue(W.main))), W.light && p(a[P], "lightChannel", We(Ue(W.light))), W.dark && p(a[P], "darkChannel", We(Ue(W.dark))), W.contrastText && p(a[P], "contrastTextChannel", We(Ue(W.contrastText))), P === "text" && (Ee(a[P], "primary"), Ee(a[P], "secondary")), P === "action" && (W.active && Ee(a[P], "active"), W.selected && Ee(a[P], "selected")));
4294
4294
  });
4295
- }), C = r.reduce((te, a) => ue(te, a), C);
4295
+ }), C = r.reduce((ne, a) => ue(ne, a), C);
4296
4296
  const g = {
4297
4297
  prefix: i,
4298
4298
  disableCssColorScheme: o,
@@ -4303,10 +4303,10 @@ function Da(e = {}, ...r) {
4303
4303
  generateThemeVars: O,
4304
4304
  generateStyleSheets: ee
4305
4305
  } = oa(C, g);
4306
- return C.vars = $, Object.entries(C.colorSchemes[C.defaultColorScheme]).forEach(([te, a]) => {
4307
- C[te] = a;
4306
+ return C.vars = $, Object.entries(C.colorSchemes[C.defaultColorScheme]).forEach(([ne, a]) => {
4307
+ C[ne] = a;
4308
4308
  }), C.generateThemeVars = O, C.generateStyleSheets = ee, C.generateSpacing = function() {
4309
- return an(f.spacing, Xr(this));
4309
+ return sn(f.spacing, Xr(this));
4310
4310
  }, C.getColorSchemeSelector = ia(u), C.spacing = C.generateSpacing(), C.shouldSkipGeneratingVar = s, C.unstable_sxConfig = {
4311
4311
  ...Sr,
4312
4312
  ...f == null ? void 0 : f.unstable_sxConfig
@@ -4315,7 +4315,7 @@ function Da(e = {}, ...r) {
4315
4315
  sx: a,
4316
4316
  theme: this
4317
4317
  });
4318
- }, C.toRuntimeSource = yn, C;
4318
+ }, C.toRuntimeSource = bn, C;
4319
4319
  }
4320
4320
  function Bt(e, r, t) {
4321
4321
  e.colorSchemes && t && (e.colorSchemes[r] = {
@@ -4375,55 +4375,60 @@ const Fa = Ba();
4375
4375
  function ja(e) {
4376
4376
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
4377
4377
  }
4378
- const La = (e) => ja(e) && e !== "classes", Qa = Wi({
4379
- themeId: Tn,
4378
+ const La = (e) => ja(e) && e !== "classes", Ja = Wi({
4379
+ themeId: wn,
4380
4380
  defaultTheme: Fa,
4381
4381
  rootShouldForwardProp: La
4382
- }), Ja = ea;
4382
+ }), Za = ea;
4383
4383
  process.env.NODE_ENV !== "production" && (Ce.node, Ce.object.isRequired);
4384
- function Za(e) {
4384
+ function es(e) {
4385
4385
  return Zi(e);
4386
4386
  }
4387
4387
  export {
4388
- qa as A,
4389
- Xr as B,
4388
+ Zt as A,
4389
+ Ya as B,
4390
4390
  Ii as C,
4391
- ue as D,
4391
+ Qt as D,
4392
4392
  Ga as E,
4393
- Xe as F,
4394
- Jt as G,
4395
- Ya as H,
4396
- za as I,
4397
- qr as J,
4398
- Va as K,
4399
- Br as L,
4393
+ Jt as F,
4394
+ za as G,
4395
+ Gt as H,
4396
+ Zr as I,
4397
+ et as J,
4398
+ La as K,
4399
+ Ca as L,
4400
+ ro as M,
4401
+ xe as N,
4402
+ ja as O,
4400
4403
  Ce as P,
4401
- Tn as T,
4404
+ Va as Q,
4405
+ Br as R,
4406
+ wn as T,
4402
4407
  Ir as _,
4403
- un as a,
4404
- Ki as b,
4405
- Ha as c,
4408
+ Ki as a,
4409
+ Qa as b,
4410
+ Ka as c,
4406
4411
  Fa as d,
4407
- Oa as e,
4408
- Xa as f,
4409
- Ka as g,
4412
+ ln as e,
4413
+ Oa as f,
4414
+ Xa as g,
4410
4415
  Kr as h,
4411
- Qt as i,
4412
- sn as j,
4413
- No as k,
4414
- Be as l,
4415
- Ja as m,
4416
- Ba as n,
4417
- Sr as o,
4418
- Te as p,
4419
- eo as q,
4420
- Zr as r,
4421
- Qa as s,
4422
- et as t,
4423
- Za as u,
4424
- La as v,
4425
- Lr as w,
4426
- Ca as x,
4427
- Wi as y,
4428
- we as z
4416
+ No as i,
4417
+ Be as j,
4418
+ Ba as k,
4419
+ Sr as l,
4420
+ Za as m,
4421
+ Te as n,
4422
+ Wi as o,
4423
+ cn as p,
4424
+ we as q,
4425
+ Lr as r,
4426
+ Ja as s,
4427
+ Ha as t,
4428
+ es as u,
4429
+ Xr as v,
4430
+ ue as w,
4431
+ qa as x,
4432
+ Xe as y,
4433
+ qr as z
4429
4434
  };