@hai-dev/ui-kit 1.0.5 → 1.0.6

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 (39) hide show
  1. package/dist/Box-CiYPzbPd.js +56 -0
  2. package/dist/{Button-DDlVTM6i.js → Button-chJUX25I.js} +26 -24
  3. package/dist/ButtonBase-DZwhOh56.js +966 -0
  4. package/dist/{CircularProgress-CscJm1An.js → CircularProgress-BCrSQadM.js} +113 -105
  5. package/dist/{DialogTitle-KN1sayHD.js → DialogTitle-BUcXvkzd.js} +638 -884
  6. package/dist/Typography-BmYEfS8y.js +257 -0
  7. package/dist/assets/circular-progress-loader.css +1 -0
  8. package/dist/chainPropTypes-HYSaT0L0.js +387 -0
  9. package/dist/components/button/button.js +1 -1
  10. package/dist/components/circular-progress-loader/circular-progress-loader.d.ts +3 -0
  11. package/dist/components/circular-progress-loader/circular-progress-loader.js +44 -0
  12. package/dist/components/circular-progress-loader/circular-progress-loader.stories.d.ts +7 -0
  13. package/dist/components/circular-progress-loader/constants.d.ts +2 -0
  14. package/dist/components/circular-progress-loader/constants.js +5 -0
  15. package/dist/components/circular-progress-loader/index.d.ts +1 -0
  16. package/dist/components/circular-progress-loader/index.js +4 -0
  17. package/dist/components/circular-progress-loader/types.d.ts +6 -0
  18. package/dist/components/circular-progress-loader/types.js +1 -0
  19. package/dist/components/index.d.ts +1 -0
  20. package/dist/components/index.js +6 -4
  21. package/dist/components/photo-crop-uploader/components/error-upload-dialog/error-upload-dialog.js +30 -29
  22. package/dist/components/photo-crop-uploader/components/photo-list/photo-list.js +22 -73
  23. package/dist/components/photo-crop-uploader/components/upload-button/upload-button.js +1 -1
  24. package/dist/components/photo-crop-uploader/components/upload-dialog/upload-dialog.js +13 -11
  25. package/dist/constants.d.ts +1 -0
  26. package/dist/constants.js +2 -1
  27. package/dist/{createTheme-DSHGFfg6.js → createTheme-BfVKUMHQ.js} +10 -10
  28. package/dist/decorators/centered-decorator.d.ts +3 -0
  29. package/dist/decorators/centered-decorator.js +16 -0
  30. package/dist/decorators/index.d.ts +1 -0
  31. package/dist/decorators/index.js +4 -0
  32. package/dist/decorators/types.d.ts +4 -0
  33. package/dist/decorators/types.js +1 -0
  34. package/dist/{extendSxProp-CzeED7BH.js → extendSxProp-bpz0eCso.js} +3 -3
  35. package/dist/index.d.ts +1 -1
  36. package/dist/index.js +16 -14
  37. package/dist/useId-CK6Kn3Tn.js +21 -0
  38. package/package.json +8 -8
  39. package/dist/ButtonBase-CXGZ-DBC.js +0 -1346
@@ -1,44 +1,44 @@
1
- import * as m from "react";
2
- import te from "react";
3
- import { h as dt, P as e, g as V, a as H, q as Le, b as A, t as Fe, e as W } from "./createTheme-DSHGFfg6.js";
4
- import { e as pt, _ as ft, f as gt, T as Qe, u as q, s as I, c as K, b as _e, g as ce, h as $e, i as Be } from "./ButtonBase-CXGZ-DBC.js";
5
- import { u as yt, e as mt } from "./extendSxProp-CzeED7BH.js";
6
- import { jsx as D, jsxs as et } from "react/jsx-runtime";
7
- import { m as ue, c as ht, u as bt } from "./CircularProgress-CscJm1An.js";
8
- import { g as vt } from "./index-B2JRaoNz.js";
9
- const Et = "exact-prop: ​";
10
- function tt(t) {
1
+ import * as y from "react";
2
+ import ee from "react";
3
+ import { T as ct, P as e, d as K, g as G, q as je, c as L, t as Fe, e as te } from "./createTheme-BfVKUMHQ.js";
4
+ import { e as ut, u as Y, s as j, c as z, d as ke } from "./chainPropTypes-HYSaT0L0.js";
5
+ import { u as dt } from "./extendSxProp-bpz0eCso.js";
6
+ import { jsx as D, jsxs as Je } from "react/jsx-runtime";
7
+ import { m as Ee } from "./CircularProgress-BCrSQadM.js";
8
+ import { _ as pt, a as ft, T as Qe, u as ce, b as $e, c as Ue } from "./ButtonBase-DZwhOh56.js";
9
+ import { g as mt } from "./index-B2JRaoNz.js";
10
+ import { u as gt } from "./useId-CK6Kn3Tn.js";
11
+ import { T as yt } from "./Typography-BmYEfS8y.js";
12
+ const ht = "exact-prop: ​";
13
+ function et(t) {
11
14
  return process.env.NODE_ENV === "production" ? t : {
12
15
  ...t,
13
- [Et]: (n) => {
16
+ [ht]: (n) => {
14
17
  const r = Object.keys(n).filter((o) => !t.hasOwnProperty(o));
15
18
  return r.length > 0 ? new Error(`The following props are not supported: ${r.map((o) => `\`${o}\``).join(", ")}. Please remove them.`) : null;
16
19
  }
17
20
  };
18
21
  }
19
- function ke() {
20
- const t = yt(pt);
21
- return process.env.NODE_ENV !== "production" && m.useDebugValue(t), t[dt] || t;
22
+ function _e() {
23
+ const t = dt(ut);
24
+ return process.env.NODE_ENV !== "production" && y.useDebugValue(t), t[ct] || t;
22
25
  }
23
- function We(...t) {
26
+ function Be(...t) {
24
27
  return t.reduce((n, r) => r == null ? n : function(...a) {
25
28
  n.apply(this, a), r.apply(this, a);
26
29
  }, () => {
27
30
  });
28
31
  }
29
- function Tt() {
30
- return mt;
31
- }
32
- function X(t) {
32
+ function q(t) {
33
33
  return t && t.ownerDocument || document;
34
34
  }
35
- function he(t) {
36
- return X(t).defaultView || window;
35
+ function ye(t) {
36
+ return q(t).defaultView || window;
37
37
  }
38
- function Ue(t, n) {
38
+ function He(t, n) {
39
39
  typeof t == "function" ? t(n) : t && (t.current = n);
40
40
  }
41
- var ge = { exports: {} }, C = {};
41
+ var fe = { exports: {} }, C = {};
42
42
  /**
43
43
  * @license React
44
44
  * react-dom.production.js
@@ -49,18 +49,18 @@ var ge = { exports: {} }, C = {};
49
49
  * LICENSE file in the root directory of this source tree.
50
50
  */
51
51
  var Ve;
52
- function xt() {
52
+ function bt() {
53
53
  if (Ve) return C;
54
54
  Ve = 1;
55
- var t = te;
56
- function n(d) {
57
- var l = "https://react.dev/errors/" + d;
55
+ var t = ee;
56
+ function n(u) {
57
+ var l = "https://react.dev/errors/" + u;
58
58
  if (1 < arguments.length) {
59
59
  l += "?args[]=" + encodeURIComponent(arguments[1]);
60
- for (var g = 2; g < arguments.length; g++)
61
- l += "&args[]=" + encodeURIComponent(arguments[g]);
60
+ for (var m = 2; m < arguments.length; m++)
61
+ l += "&args[]=" + encodeURIComponent(arguments[m]);
62
62
  }
63
- return "Minified React error #" + d + "; visit " + l + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
63
+ return "Minified React error #" + u + "; visit " + l + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
64
64
  }
65
65
  function r() {
66
66
  }
@@ -81,75 +81,75 @@ function xt() {
81
81
  p: 0,
82
82
  findDOMNode: null
83
83
  }, a = Symbol.for("react.portal");
84
- function i(d, l, g) {
84
+ function i(u, l, m) {
85
85
  var c = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
86
86
  return {
87
87
  $$typeof: a,
88
88
  key: c == null ? null : "" + c,
89
- children: d,
89
+ children: u,
90
90
  containerInfo: l,
91
- implementation: g
91
+ implementation: m
92
92
  };
93
93
  }
94
- var u = t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
95
- function p(d, l) {
96
- if (d === "font") return "";
94
+ var d = t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
95
+ function p(u, l) {
96
+ if (u === "font") return "";
97
97
  if (typeof l == "string")
98
98
  return l === "use-credentials" ? l : "";
99
99
  }
100
- return C.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = o, C.createPortal = function(d, l) {
101
- var g = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
100
+ return C.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = o, C.createPortal = function(u, l) {
101
+ var m = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
102
102
  if (!l || l.nodeType !== 1 && l.nodeType !== 9 && l.nodeType !== 11)
103
103
  throw Error(n(299));
104
- return i(d, l, null, g);
105
- }, C.flushSync = function(d) {
106
- var l = u.T, g = o.p;
104
+ return i(u, l, null, m);
105
+ }, C.flushSync = function(u) {
106
+ var l = d.T, m = o.p;
107
107
  try {
108
- if (u.T = null, o.p = 2, d) return d();
108
+ if (d.T = null, o.p = 2, u) return u();
109
109
  } finally {
110
- u.T = l, o.p = g, o.d.f();
110
+ d.T = l, o.p = m, o.d.f();
111
111
  }
112
- }, C.preconnect = function(d, l) {
113
- typeof d == "string" && (l ? (l = l.crossOrigin, l = typeof l == "string" ? l === "use-credentials" ? l : "" : void 0) : l = null, o.d.C(d, l));
114
- }, C.prefetchDNS = function(d) {
115
- typeof d == "string" && o.d.D(d);
116
- }, C.preinit = function(d, l) {
117
- if (typeof d == "string" && l && typeof l.as == "string") {
118
- var g = l.as, c = p(g, l.crossOrigin), s = typeof l.integrity == "string" ? l.integrity : void 0, f = typeof l.fetchPriority == "string" ? l.fetchPriority : void 0;
119
- g === "style" ? o.d.S(
120
- d,
112
+ }, C.preconnect = function(u, l) {
113
+ typeof u == "string" && (l ? (l = l.crossOrigin, l = typeof l == "string" ? l === "use-credentials" ? l : "" : void 0) : l = null, o.d.C(u, l));
114
+ }, C.prefetchDNS = function(u) {
115
+ typeof u == "string" && o.d.D(u);
116
+ }, C.preinit = function(u, l) {
117
+ if (typeof u == "string" && l && typeof l.as == "string") {
118
+ var m = l.as, c = p(m, l.crossOrigin), s = typeof l.integrity == "string" ? l.integrity : void 0, f = typeof l.fetchPriority == "string" ? l.fetchPriority : void 0;
119
+ m === "style" ? o.d.S(
120
+ u,
121
121
  typeof l.precedence == "string" ? l.precedence : void 0,
122
122
  {
123
123
  crossOrigin: c,
124
124
  integrity: s,
125
125
  fetchPriority: f
126
126
  }
127
- ) : g === "script" && o.d.X(d, {
127
+ ) : m === "script" && o.d.X(u, {
128
128
  crossOrigin: c,
129
129
  integrity: s,
130
130
  fetchPriority: f,
131
131
  nonce: typeof l.nonce == "string" ? l.nonce : void 0
132
132
  });
133
133
  }
134
- }, C.preinitModule = function(d, l) {
135
- if (typeof d == "string")
134
+ }, C.preinitModule = function(u, l) {
135
+ if (typeof u == "string")
136
136
  if (typeof l == "object" && l !== null) {
137
137
  if (l.as == null || l.as === "script") {
138
- var g = p(
138
+ var m = p(
139
139
  l.as,
140
140
  l.crossOrigin
141
141
  );
142
- o.d.M(d, {
143
- crossOrigin: g,
142
+ o.d.M(u, {
143
+ crossOrigin: m,
144
144
  integrity: typeof l.integrity == "string" ? l.integrity : void 0,
145
145
  nonce: typeof l.nonce == "string" ? l.nonce : void 0
146
146
  });
147
147
  }
148
- } else l == null && o.d.M(d);
149
- }, C.preload = function(d, l) {
150
- if (typeof d == "string" && typeof l == "object" && l !== null && typeof l.as == "string") {
151
- var g = l.as, c = p(g, l.crossOrigin);
152
- o.d.L(d, g, {
148
+ } else l == null && o.d.M(u);
149
+ }, C.preload = function(u, l) {
150
+ if (typeof u == "string" && typeof l == "object" && l !== null && typeof l.as == "string") {
151
+ var m = l.as, c = p(m, l.crossOrigin);
152
+ o.d.L(u, m, {
153
153
  crossOrigin: c,
154
154
  integrity: typeof l.integrity == "string" ? l.integrity : void 0,
155
155
  nonce: typeof l.nonce == "string" ? l.nonce : void 0,
@@ -161,27 +161,27 @@ function xt() {
161
161
  media: typeof l.media == "string" ? l.media : void 0
162
162
  });
163
163
  }
164
- }, C.preloadModule = function(d, l) {
165
- if (typeof d == "string")
164
+ }, C.preloadModule = function(u, l) {
165
+ if (typeof u == "string")
166
166
  if (l) {
167
- var g = p(l.as, l.crossOrigin);
168
- o.d.m(d, {
167
+ var m = p(l.as, l.crossOrigin);
168
+ o.d.m(u, {
169
169
  as: typeof l.as == "string" && l.as !== "script" ? l.as : void 0,
170
- crossOrigin: g,
170
+ crossOrigin: m,
171
171
  integrity: typeof l.integrity == "string" ? l.integrity : void 0
172
172
  });
173
- } else o.d.m(d);
174
- }, C.requestFormReset = function(d) {
175
- o.d.r(d);
176
- }, C.unstable_batchedUpdates = function(d, l) {
177
- return d(l);
178
- }, C.useFormState = function(d, l, g) {
179
- return u.H.useFormState(d, l, g);
173
+ } else o.d.m(u);
174
+ }, C.requestFormReset = function(u) {
175
+ o.d.r(u);
176
+ }, C.unstable_batchedUpdates = function(u, l) {
177
+ return u(l);
178
+ }, C.useFormState = function(u, l, m) {
179
+ return d.H.useFormState(u, l, m);
180
180
  }, C.useFormStatus = function() {
181
- return u.H.useHostTransitionStatus();
181
+ return d.H.useHostTransitionStatus();
182
182
  }, C.version = "19.1.1", C;
183
183
  }
184
- var _ = {};
184
+ var k = {};
185
185
  /**
186
186
  * @license React
187
187
  * react-dom.development.js
@@ -191,28 +191,28 @@ var _ = {};
191
191
  * This source code is licensed under the MIT license found in the
192
192
  * LICENSE file in the root directory of this source tree.
193
193
  */
194
- var He;
195
- function Ot() {
196
- return He || (He = 1, process.env.NODE_ENV !== "production" && (function() {
194
+ var We;
195
+ function vt() {
196
+ return We || (We = 1, process.env.NODE_ENV !== "production" && (function() {
197
197
  function t() {
198
198
  }
199
199
  function n(c) {
200
200
  return "" + c;
201
201
  }
202
202
  function r(c, s, f) {
203
- var y = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
203
+ var g = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
204
204
  try {
205
- n(y);
205
+ n(g);
206
206
  var E = !1;
207
207
  } catch {
208
208
  E = !0;
209
209
  }
210
210
  return E && (console.error(
211
211
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
212
- typeof Symbol == "function" && Symbol.toStringTag && y[Symbol.toStringTag] || y.constructor.name || "Object"
213
- ), n(y)), {
212
+ typeof Symbol == "function" && Symbol.toStringTag && g[Symbol.toStringTag] || g.constructor.name || "Object"
213
+ ), n(g)), {
214
214
  $$typeof: l,
215
- key: y == null ? null : "" + y,
215
+ key: g == null ? null : "" + g,
216
216
  children: c,
217
217
  containerInfo: s,
218
218
  implementation: f
@@ -229,8 +229,8 @@ function Ot() {
229
229
  function i(c) {
230
230
  return c === null ? "`null`" : c === void 0 ? "`undefined`" : c === "" ? "an empty string" : typeof c == "string" ? JSON.stringify(c) : typeof c == "number" ? "`" + c + "`" : 'something with type "' + typeof c + '"';
231
231
  }
232
- function u() {
233
- var c = g.H;
232
+ function d() {
233
+ var c = m.H;
234
234
  return c === null && console.error(
235
235
  `Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
236
236
  1. You might have mismatching versions of React and the renderer (such as React DOM)
@@ -240,7 +240,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
240
240
  ), c;
241
241
  }
242
242
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
243
- var p = te, d = {
243
+ var p = ee, u = {
244
244
  d: {
245
245
  f: t,
246
246
  r: function() {
@@ -258,25 +258,25 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
258
258
  },
259
259
  p: 0,
260
260
  findDOMNode: null
261
- }, l = Symbol.for("react.portal"), g = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
261
+ }, l = Symbol.for("react.portal"), m = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
262
262
  typeof Map == "function" && Map.prototype != null && typeof Map.prototype.forEach == "function" && typeof Set == "function" && Set.prototype != null && typeof Set.prototype.clear == "function" && typeof Set.prototype.forEach == "function" || console.error(
263
263
  "React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"
264
- ), _.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = d, _.createPortal = function(c, s) {
264
+ ), k.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = u, k.createPortal = function(c, s) {
265
265
  var f = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
266
266
  if (!s || s.nodeType !== 1 && s.nodeType !== 9 && s.nodeType !== 11)
267
267
  throw Error("Target container is not a DOM element.");
268
268
  return r(c, s, null, f);
269
- }, _.flushSync = function(c) {
270
- var s = g.T, f = d.p;
269
+ }, k.flushSync = function(c) {
270
+ var s = m.T, f = u.p;
271
271
  try {
272
- if (g.T = null, d.p = 2, c)
272
+ if (m.T = null, u.p = 2, c)
273
273
  return c();
274
274
  } finally {
275
- g.T = s, d.p = f, d.d.f() && console.error(
275
+ m.T = s, u.p = f, u.d.f() && console.error(
276
276
  "flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."
277
277
  );
278
278
  }
279
- }, _.preconnect = function(c, s) {
279
+ }, k.preconnect = function(c, s) {
280
280
  typeof c == "string" && c ? s != null && typeof s != "object" ? console.error(
281
281
  "ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",
282
282
  i(s)
@@ -286,8 +286,8 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
286
286
  ) : console.error(
287
287
  "ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
288
288
  a(c)
289
- ), typeof c == "string" && (s ? (s = s.crossOrigin, s = typeof s == "string" ? s === "use-credentials" ? s : "" : void 0) : s = null, d.d.C(c, s));
290
- }, _.prefetchDNS = function(c) {
289
+ ), typeof c == "string" && (s ? (s = s.crossOrigin, s = typeof s == "string" ? s === "use-credentials" ? s : "" : void 0) : s = null, u.d.C(c, s));
290
+ }, k.prefetchDNS = function(c) {
291
291
  if (typeof c != "string" || !c)
292
292
  console.error(
293
293
  "ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
@@ -303,8 +303,8 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
303
303
  i(s)
304
304
  );
305
305
  }
306
- typeof c == "string" && d.d.D(c);
307
- }, _.preinit = function(c, s) {
306
+ typeof c == "string" && u.d.D(c);
307
+ }, k.preinit = function(c, s) {
308
308
  if (typeof c == "string" && c ? s == null || typeof s != "object" ? console.error(
309
309
  "ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",
310
310
  i(s)
@@ -315,23 +315,23 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
315
315
  "ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
316
316
  a(c)
317
317
  ), typeof c == "string" && s && typeof s.as == "string") {
318
- var f = s.as, y = o(f, s.crossOrigin), E = typeof s.integrity == "string" ? s.integrity : void 0, T = typeof s.fetchPriority == "string" ? s.fetchPriority : void 0;
319
- f === "style" ? d.d.S(
318
+ var f = s.as, g = o(f, s.crossOrigin), E = typeof s.integrity == "string" ? s.integrity : void 0, O = typeof s.fetchPriority == "string" ? s.fetchPriority : void 0;
319
+ f === "style" ? u.d.S(
320
320
  c,
321
321
  typeof s.precedence == "string" ? s.precedence : void 0,
322
322
  {
323
- crossOrigin: y,
323
+ crossOrigin: g,
324
324
  integrity: E,
325
- fetchPriority: T
325
+ fetchPriority: O
326
326
  }
327
- ) : f === "script" && d.d.X(c, {
328
- crossOrigin: y,
327
+ ) : f === "script" && u.d.X(c, {
328
+ crossOrigin: g,
329
329
  integrity: E,
330
- fetchPriority: T,
330
+ fetchPriority: O,
331
331
  nonce: typeof s.nonce == "string" ? s.nonce : void 0
332
332
  });
333
333
  }
334
- }, _.preinitModule = function(c, s) {
334
+ }, k.preinitModule = function(c, s) {
335
335
  var f = "";
336
336
  if (typeof c == "string" && c || (f += " The `href` argument encountered was " + a(c) + "."), s !== void 0 && typeof s != "object" ? f += " The `options` argument encountered was " + a(s) + "." : s && "as" in s && s.as !== "script" && (f += " The `as` option encountered was " + i(s.as) + "."), f)
337
337
  console.error(
@@ -352,24 +352,24 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
352
352
  typeof c == "string" && (typeof s == "object" && s !== null ? (s.as == null || s.as === "script") && (f = o(
353
353
  s.as,
354
354
  s.crossOrigin
355
- ), d.d.M(c, {
355
+ ), u.d.M(c, {
356
356
  crossOrigin: f,
357
357
  integrity: typeof s.integrity == "string" ? s.integrity : void 0,
358
358
  nonce: typeof s.nonce == "string" ? s.nonce : void 0
359
- })) : s == null && d.d.M(c));
360
- }, _.preload = function(c, s) {
359
+ })) : s == null && u.d.M(c));
360
+ }, k.preload = function(c, s) {
361
361
  var f = "";
362
362
  if (typeof c == "string" && c || (f += " The `href` argument encountered was " + a(c) + "."), s == null || typeof s != "object" ? f += " The `options` argument encountered was " + a(s) + "." : typeof s.as == "string" && s.as || (f += " The `as` option encountered was " + a(s.as) + "."), f && console.error(
363
363
  'ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',
364
364
  f
365
365
  ), typeof c == "string" && typeof s == "object" && s !== null && typeof s.as == "string") {
366
366
  f = s.as;
367
- var y = o(
367
+ var g = o(
368
368
  f,
369
369
  s.crossOrigin
370
370
  );
371
- d.d.L(c, f, {
372
- crossOrigin: y,
371
+ u.d.L(c, f, {
372
+ crossOrigin: g,
373
373
  integrity: typeof s.integrity == "string" ? s.integrity : void 0,
374
374
  nonce: typeof s.nonce == "string" ? s.nonce : void 0,
375
375
  type: typeof s.type == "string" ? s.type : void 0,
@@ -380,7 +380,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
380
380
  media: typeof s.media == "string" ? s.media : void 0
381
381
  });
382
382
  }
383
- }, _.preloadModule = function(c, s) {
383
+ }, k.preloadModule = function(c, s) {
384
384
  var f = "";
385
385
  typeof c == "string" && c || (f += " The `href` argument encountered was " + a(c) + "."), s !== void 0 && typeof s != "object" ? f += " The `options` argument encountered was " + a(s) + "." : s && "as" in s && typeof s.as != "string" && (f += " The `as` option encountered was " + a(s.as) + "."), f && console.error(
386
386
  'ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',
@@ -388,25 +388,25 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
388
388
  ), typeof c == "string" && (s ? (f = o(
389
389
  s.as,
390
390
  s.crossOrigin
391
- ), d.d.m(c, {
391
+ ), u.d.m(c, {
392
392
  as: typeof s.as == "string" && s.as !== "script" ? s.as : void 0,
393
393
  crossOrigin: f,
394
394
  integrity: typeof s.integrity == "string" ? s.integrity : void 0
395
- })) : d.d.m(c));
396
- }, _.requestFormReset = function(c) {
397
- d.d.r(c);
398
- }, _.unstable_batchedUpdates = function(c, s) {
395
+ })) : u.d.m(c));
396
+ }, k.requestFormReset = function(c) {
397
+ u.d.r(c);
398
+ }, k.unstable_batchedUpdates = function(c, s) {
399
399
  return c(s);
400
- }, _.useFormState = function(c, s, f) {
401
- return u().useFormState(c, s, f);
402
- }, _.useFormStatus = function() {
403
- return u().useHostTransitionStatus();
404
- }, _.version = "19.1.1", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
405
- })()), _;
400
+ }, k.useFormState = function(c, s, f) {
401
+ return d().useFormState(c, s, f);
402
+ }, k.useFormStatus = function() {
403
+ return d().useHostTransitionStatus();
404
+ }, k.version = "19.1.1", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
405
+ })()), k;
406
406
  }
407
407
  var qe;
408
- function St() {
409
- if (qe) return ge.exports;
408
+ function Et() {
409
+ if (qe) return fe.exports;
410
410
  qe = 1;
411
411
  function t() {
412
412
  if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) {
@@ -419,13 +419,13 @@ function St() {
419
419
  }
420
420
  }
421
421
  }
422
- return process.env.NODE_ENV === "production" ? (t(), ge.exports = xt()) : ge.exports = Ot(), ge.exports;
422
+ return process.env.NODE_ENV === "production" ? (t(), fe.exports = bt()) : fe.exports = vt(), fe.exports;
423
423
  }
424
- var nt = St();
425
- const ye = /* @__PURE__ */ vt(nt), Ke = {
424
+ var tt = Et();
425
+ const me = /* @__PURE__ */ mt(tt), Ke = {
426
426
  disabled: !1
427
427
  };
428
- var Rt = process.env.NODE_ENV !== "production" ? e.oneOfType([e.number, e.shape({
428
+ var Tt = process.env.NODE_ENV !== "production" ? e.oneOfType([e.number, e.shape({
429
429
  enter: e.number,
430
430
  exit: e.number,
431
431
  appear: e.number
@@ -442,22 +442,22 @@ process.env.NODE_ENV !== "production" && e.oneOfType([e.string, e.shape({
442
442
  exitDone: e.string,
443
443
  exitActive: e.string
444
444
  })]);
445
- var Nt = function(n) {
445
+ var xt = function(n) {
446
446
  return n.scrollTop;
447
- }, ae = "unmounted", Y = "exited", z = "entering", ee = "entered", we = "exiting", U = /* @__PURE__ */ (function(t) {
448
- ft(n, t);
447
+ }, ae = "unmounted", V = "exited", W = "entering", Q = "entered", we = "exiting", B = /* @__PURE__ */ (function(t) {
448
+ pt(n, t);
449
449
  function n(o, a) {
450
450
  var i;
451
451
  i = t.call(this, o, a) || this;
452
- var u = a, p = u && !u.isMounting ? o.enter : o.appear, d;
453
- return i.appearStatus = null, o.in ? p ? (d = Y, i.appearStatus = z) : d = ee : o.unmountOnExit || o.mountOnEnter ? d = ae : d = Y, i.state = {
454
- status: d
452
+ var d = a, p = d && !d.isMounting ? o.enter : o.appear, u;
453
+ return i.appearStatus = null, o.in ? p ? (u = V, i.appearStatus = W) : u = Q : o.unmountOnExit || o.mountOnEnter ? u = ae : u = V, i.state = {
454
+ status: u
455
455
  }, i.nextCallback = null, i;
456
456
  }
457
457
  n.getDerivedStateFromProps = function(a, i) {
458
- var u = a.in;
459
- return u && i.status === ae ? {
460
- status: Y
458
+ var d = a.in;
459
+ return d && i.status === ae ? {
460
+ status: V
461
461
  } : null;
462
462
  };
463
463
  var r = n.prototype;
@@ -466,58 +466,58 @@ var Nt = function(n) {
466
466
  }, r.componentDidUpdate = function(a) {
467
467
  var i = null;
468
468
  if (a !== this.props) {
469
- var u = this.state.status;
470
- this.props.in ? u !== z && u !== ee && (i = z) : (u === z || u === ee) && (i = we);
469
+ var d = this.state.status;
470
+ this.props.in ? d !== W && d !== Q && (i = W) : (d === W || d === Q) && (i = we);
471
471
  }
472
472
  this.updateStatus(!1, i);
473
473
  }, r.componentWillUnmount = function() {
474
474
  this.cancelNextCallback();
475
475
  }, r.getTimeouts = function() {
476
- var a = this.props.timeout, i, u, p;
477
- return i = u = p = a, a != null && typeof a != "number" && (i = a.exit, u = a.enter, p = a.appear !== void 0 ? a.appear : u), {
476
+ var a = this.props.timeout, i, d, p;
477
+ return i = d = p = a, a != null && typeof a != "number" && (i = a.exit, d = a.enter, p = a.appear !== void 0 ? a.appear : d), {
478
478
  exit: i,
479
- enter: u,
479
+ enter: d,
480
480
  appear: p
481
481
  };
482
482
  }, r.updateStatus = function(a, i) {
483
483
  if (a === void 0 && (a = !1), i !== null)
484
- if (this.cancelNextCallback(), i === z) {
484
+ if (this.cancelNextCallback(), i === W) {
485
485
  if (this.props.unmountOnExit || this.props.mountOnEnter) {
486
- var u = this.props.nodeRef ? this.props.nodeRef.current : ye.findDOMNode(this);
487
- u && Nt(u);
486
+ var d = this.props.nodeRef ? this.props.nodeRef.current : me.findDOMNode(this);
487
+ d && xt(d);
488
488
  }
489
489
  this.performEnter(a);
490
490
  } else
491
491
  this.performExit();
492
- else this.props.unmountOnExit && this.state.status === Y && this.setState({
492
+ else this.props.unmountOnExit && this.state.status === V && this.setState({
493
493
  status: ae
494
494
  });
495
495
  }, r.performEnter = function(a) {
496
- var i = this, u = this.props.enter, p = this.context ? this.context.isMounting : a, d = this.props.nodeRef ? [p] : [ye.findDOMNode(this), p], l = d[0], g = d[1], c = this.getTimeouts(), s = p ? c.appear : c.enter;
497
- if (!a && !u || Ke.disabled) {
496
+ var i = this, d = this.props.enter, p = this.context ? this.context.isMounting : a, u = this.props.nodeRef ? [p] : [me.findDOMNode(this), p], l = u[0], m = u[1], c = this.getTimeouts(), s = p ? c.appear : c.enter;
497
+ if (!a && !d || Ke.disabled) {
498
498
  this.safeSetState({
499
- status: ee
499
+ status: Q
500
500
  }, function() {
501
501
  i.props.onEntered(l);
502
502
  });
503
503
  return;
504
504
  }
505
- this.props.onEnter(l, g), this.safeSetState({
506
- status: z
505
+ this.props.onEnter(l, m), this.safeSetState({
506
+ status: W
507
507
  }, function() {
508
- i.props.onEntering(l, g), i.onTransitionEnd(s, function() {
508
+ i.props.onEntering(l, m), i.onTransitionEnd(s, function() {
509
509
  i.safeSetState({
510
- status: ee
510
+ status: Q
511
511
  }, function() {
512
- i.props.onEntered(l, g);
512
+ i.props.onEntered(l, m);
513
513
  });
514
514
  });
515
515
  });
516
516
  }, r.performExit = function() {
517
- var a = this, i = this.props.exit, u = this.getTimeouts(), p = this.props.nodeRef ? void 0 : ye.findDOMNode(this);
517
+ var a = this, i = this.props.exit, d = this.getTimeouts(), p = this.props.nodeRef ? void 0 : me.findDOMNode(this);
518
518
  if (!i || Ke.disabled) {
519
519
  this.safeSetState({
520
- status: Y
520
+ status: V
521
521
  }, function() {
522
522
  a.props.onExited(p);
523
523
  });
@@ -526,9 +526,9 @@ var Nt = function(n) {
526
526
  this.props.onExit(p), this.safeSetState({
527
527
  status: we
528
528
  }, function() {
529
- a.props.onExiting(p), a.onTransitionEnd(u.exit, function() {
529
+ a.props.onExiting(p), a.onTransitionEnd(d.exit, function() {
530
530
  a.safeSetState({
531
- status: Y
531
+ status: V
532
532
  }, function() {
533
533
  a.props.onExited(p);
534
534
  });
@@ -539,41 +539,41 @@ var Nt = function(n) {
539
539
  }, r.safeSetState = function(a, i) {
540
540
  i = this.setNextCallback(i), this.setState(a, i);
541
541
  }, r.setNextCallback = function(a) {
542
- var i = this, u = !0;
542
+ var i = this, d = !0;
543
543
  return this.nextCallback = function(p) {
544
- u && (u = !1, i.nextCallback = null, a(p));
544
+ d && (d = !1, i.nextCallback = null, a(p));
545
545
  }, this.nextCallback.cancel = function() {
546
- u = !1;
546
+ d = !1;
547
547
  }, this.nextCallback;
548
548
  }, r.onTransitionEnd = function(a, i) {
549
549
  this.setNextCallback(i);
550
- var u = this.props.nodeRef ? this.props.nodeRef.current : ye.findDOMNode(this), p = a == null && !this.props.addEndListener;
551
- if (!u || p) {
550
+ var d = this.props.nodeRef ? this.props.nodeRef.current : me.findDOMNode(this), p = a == null && !this.props.addEndListener;
551
+ if (!d || p) {
552
552
  setTimeout(this.nextCallback, 0);
553
553
  return;
554
554
  }
555
555
  if (this.props.addEndListener) {
556
- var d = this.props.nodeRef ? [this.nextCallback] : [u, this.nextCallback], l = d[0], g = d[1];
557
- this.props.addEndListener(l, g);
556
+ var u = this.props.nodeRef ? [this.nextCallback] : [d, this.nextCallback], l = u[0], m = u[1];
557
+ this.props.addEndListener(l, m);
558
558
  }
559
559
  a != null && setTimeout(this.nextCallback, a);
560
560
  }, r.render = function() {
561
561
  var a = this.state.status;
562
562
  if (a === ae)
563
563
  return null;
564
- var i = this.props, u = i.children;
564
+ var i = this.props, d = i.children;
565
565
  i.in, i.mountOnEnter, i.unmountOnExit, i.appear, i.enter, i.exit, i.timeout, i.addEndListener, i.onEnter, i.onEntering, i.onEntered, i.onExit, i.onExiting, i.onExited, i.nodeRef;
566
- var p = gt(i, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
566
+ var p = ft(i, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
567
567
  return (
568
568
  // allows for nested Transitions
569
- /* @__PURE__ */ te.createElement(Qe.Provider, {
569
+ /* @__PURE__ */ ee.createElement(Qe.Provider, {
570
570
  value: null
571
- }, typeof u == "function" ? u(a, p) : te.cloneElement(te.Children.only(u), p))
571
+ }, typeof d == "function" ? d(a, p) : ee.cloneElement(ee.Children.only(d), p))
572
572
  );
573
573
  }, n;
574
- })(te.Component);
575
- U.contextType = Qe;
576
- U.propTypes = process.env.NODE_ENV !== "production" ? {
574
+ })(ee.Component);
575
+ B.contextType = Qe;
576
+ B.propTypes = process.env.NODE_ENV !== "production" ? {
577
577
  /**
578
578
  * A React reference to DOM element that need to transition:
579
579
  * https://stackoverflow.com/a/51127130/4671932
@@ -587,8 +587,8 @@ U.propTypes = process.env.NODE_ENV !== "production" ? {
587
587
  */
588
588
  nodeRef: e.shape({
589
589
  current: typeof Element > "u" ? e.any : function(t, n, r, o, a, i) {
590
- var u = t[n];
591
- return e.instanceOf(u && "ownerDocument" in u ? u.ownerDocument.defaultView.Element : Element)(t, n, r, o, a, i);
590
+ var d = t[n];
591
+ return e.instanceOf(d && "ownerDocument" in d ? d.ownerDocument.defaultView.Element : Element)(t, n, r, o, a, i);
592
592
  }
593
593
  }),
594
594
  /**
@@ -669,7 +669,7 @@ U.propTypes = process.env.NODE_ENV !== "production" ? {
669
669
  * @type {number | { enter?: number, exit?: number, appear?: number }}
670
670
  */
671
671
  timeout: function(n) {
672
- var r = Rt;
672
+ var r = Tt;
673
673
  n.addEndListener || (r = r.isRequired);
674
674
  for (var o = arguments.length, a = new Array(o > 1 ? o - 1 : 0), i = 1; i < o; i++)
675
675
  a[i - 1] = arguments[i];
@@ -742,28 +742,28 @@ U.propTypes = process.env.NODE_ENV !== "production" ? {
742
742
  */
743
743
  onExited: e.func
744
744
  } : {};
745
- function Q() {
745
+ function J() {
746
746
  }
747
- U.defaultProps = {
747
+ B.defaultProps = {
748
748
  in: !1,
749
749
  mountOnEnter: !1,
750
750
  unmountOnExit: !1,
751
751
  appear: !1,
752
752
  enter: !0,
753
753
  exit: !0,
754
- onEnter: Q,
755
- onEntering: Q,
756
- onEntered: Q,
757
- onExit: Q,
758
- onExiting: Q,
759
- onExited: Q
754
+ onEnter: J,
755
+ onEntering: J,
756
+ onEntered: J,
757
+ onExit: J,
758
+ onExiting: J,
759
+ onExited: J
760
760
  };
761
- U.UNMOUNTED = ae;
762
- U.EXITED = Y;
763
- U.ENTERING = z;
764
- U.ENTERED = ee;
765
- U.EXITING = we;
766
- const Dt = (t) => t.scrollTop;
761
+ B.UNMOUNTED = ae;
762
+ B.EXITED = V;
763
+ B.ENTERING = W;
764
+ B.ENTERED = Q;
765
+ B.EXITING = we;
766
+ const Ot = (t) => t.scrollTop;
767
767
  function Ge(t, n) {
768
768
  const {
769
769
  timeout: r,
@@ -776,7 +776,7 @@ function Ge(t, n) {
776
776
  delay: a.transitionDelay
777
777
  };
778
778
  }
779
- function Pt(t) {
779
+ function St(t) {
780
780
  const n = typeof t;
781
781
  switch (n) {
782
782
  case "number":
@@ -787,28 +787,28 @@ function Pt(t) {
787
787
  return n;
788
788
  }
789
789
  }
790
- function rt(t, n, r, o) {
790
+ function nt(t, n, r, o) {
791
791
  const a = t[n];
792
792
  if (a == null || !Number.isInteger(a)) {
793
- const i = Pt(a);
793
+ const i = St(a);
794
794
  return new RangeError(`Invalid ${o} \`${n}\` of type \`${i}\` supplied to \`${r}\`, expected \`integer\`.`);
795
795
  }
796
796
  return null;
797
797
  }
798
798
  function ot(t, n, r, o) {
799
- return t[n] === void 0 ? null : rt(t, n, r, o);
799
+ return t[n] === void 0 ? null : nt(t, n, r, o);
800
800
  }
801
801
  function Ce() {
802
802
  return null;
803
803
  }
804
- ot.isRequired = rt;
804
+ ot.isRequired = nt;
805
805
  Ce.isRequired = Ce;
806
- const wt = process.env.NODE_ENV === "production" ? Ce : ot;
807
- function Ct(t) {
808
- return V("MuiPaper", t);
806
+ const Rt = process.env.NODE_ENV === "production" ? Ce : ot;
807
+ function Nt(t) {
808
+ return K("MuiPaper", t);
809
809
  }
810
- H("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
811
- const _t = (t) => {
810
+ G("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
811
+ const Dt = (t) => {
812
812
  const {
813
813
  square: n,
814
814
  elevation: r,
@@ -817,8 +817,8 @@ const _t = (t) => {
817
817
  } = t, i = {
818
818
  root: ["root", o, !n && "rounded", o === "elevation" && `elevation${r}`]
819
819
  };
820
- return K(i, Ct, a);
821
- }, kt = I("div", {
820
+ return z(i, Nt, a);
821
+ }, Pt = j("div", {
822
822
  name: "MuiPaper",
823
823
  slot: "Root",
824
824
  overridesResolver: (t, n) => {
@@ -827,7 +827,7 @@ const _t = (t) => {
827
827
  } = t;
828
828
  return [n.root, n[r.variant], !r.square && n.rounded, r.variant === "elevation" && n[`elevation${r.elevation}`]];
829
829
  }
830
- })(ue(({
830
+ })(Ee(({
831
831
  theme: t
832
832
  }) => ({
833
833
  backgroundColor: (t.vars || t).palette.background.paper,
@@ -856,31 +856,31 @@ const _t = (t) => {
856
856
  backgroundImage: "var(--Paper-overlay)"
857
857
  }
858
858
  }]
859
- }))), Me = /* @__PURE__ */ m.forwardRef(function(n, r) {
860
- const o = q({
859
+ }))), Me = /* @__PURE__ */ y.forwardRef(function(n, r) {
860
+ const o = Y({
861
861
  props: n,
862
862
  name: "MuiPaper"
863
- }), a = ke(), {
863
+ }), a = _e(), {
864
864
  className: i,
865
- component: u = "div",
865
+ component: d = "div",
866
866
  elevation: p = 1,
867
- square: d = !1,
867
+ square: u = !1,
868
868
  variant: l = "elevation",
869
- ...g
869
+ ...m
870
870
  } = o, c = {
871
871
  ...o,
872
- component: u,
872
+ component: d,
873
873
  elevation: p,
874
- square: d,
874
+ square: u,
875
875
  variant: l
876
- }, s = _t(c);
876
+ }, s = Dt(c);
877
877
  return process.env.NODE_ENV !== "production" && a.shadows[p] === void 0 && console.error([`MUI: The elevation provided <Paper elevation={${p}}> is not available in the theme.`, `Please make sure that \`theme.shadows[${p}]\` is defined.`].join(`
878
- `)), /* @__PURE__ */ D(kt, {
879
- as: u,
878
+ `)), /* @__PURE__ */ D(Pt, {
879
+ as: d,
880
880
  ownerState: c,
881
- className: A(s.root, i),
881
+ className: L(s.root, i),
882
882
  ref: r,
883
- ...g,
883
+ ...m,
884
884
  style: {
885
885
  ...l === "elevation" && {
886
886
  "--Paper-shadow": (a.vars || a).shadows[p],
@@ -888,10 +888,10 @@ const _t = (t) => {
888
888
  "--Paper-overlay": a.vars.overlays?.[p]
889
889
  },
890
890
  ...!a.vars && a.palette.mode === "dark" && {
891
- "--Paper-overlay": `linear-gradient(${Le("#fff", Fe(p))}, ${Le("#fff", Fe(p))})`
891
+ "--Paper-overlay": `linear-gradient(${je("#fff", Fe(p))}, ${je("#fff", Fe(p))})`
892
892
  }
893
893
  },
894
- ...g.style
894
+ ...m.style
895
895
  }
896
896
  });
897
897
  });
@@ -922,7 +922,7 @@ process.env.NODE_ENV !== "production" && (Me.propTypes = {
922
922
  * It accepts values between 0 and 24 inclusive.
923
923
  * @default 1
924
924
  */
925
- elevation: _e(wt, (t) => {
925
+ elevation: ke(Rt, (t) => {
926
926
  const {
927
927
  elevation: n,
928
928
  variant: r
@@ -948,11 +948,11 @@ process.env.NODE_ENV !== "production" && (Me.propTypes = {
948
948
  */
949
949
  variant: e.oneOfType([e.oneOf(["elevation", "outlined"]), e.string])
950
950
  });
951
- function Mt(t) {
951
+ function wt(t) {
952
952
  return typeof t == "string";
953
953
  }
954
- function At(t, n, r) {
955
- return t === void 0 || Mt(t) ? n : {
954
+ function Ct(t, n, r) {
955
+ return t === void 0 || wt(t) ? n : {
956
956
  ...n,
957
957
  ownerState: {
958
958
  ...n.ownerState,
@@ -960,10 +960,10 @@ function At(t, n, r) {
960
960
  }
961
961
  };
962
962
  }
963
- function It(t, n, r) {
963
+ function kt(t, n, r) {
964
964
  return typeof t == "function" ? t(n, r) : t;
965
965
  }
966
- function it(t, n = []) {
966
+ function rt(t, n = []) {
967
967
  if (t === void 0)
968
968
  return {};
969
969
  const r = {};
@@ -979,7 +979,7 @@ function Ye(t) {
979
979
  n[r] = t[r];
980
980
  }), n;
981
981
  }
982
- function jt(t) {
982
+ function _t(t) {
983
983
  const {
984
984
  getSlotProps: n,
985
985
  additionalProps: r,
@@ -988,7 +988,7 @@ function jt(t) {
988
988
  className: i
989
989
  } = t;
990
990
  if (!n) {
991
- const f = A(r?.className, i, a?.className, o?.className), y = {
991
+ const f = L(r?.className, i, a?.className, o?.className), g = {
992
992
  ...r?.style,
993
993
  ...a?.style,
994
994
  ...o?.style
@@ -997,15 +997,15 @@ function jt(t) {
997
997
  ...a,
998
998
  ...o
999
999
  };
1000
- return f.length > 0 && (E.className = f), Object.keys(y).length > 0 && (E.style = y), {
1000
+ return f.length > 0 && (E.className = f), Object.keys(g).length > 0 && (E.style = g), {
1001
1001
  props: E,
1002
1002
  internalRef: void 0
1003
1003
  };
1004
1004
  }
1005
- const u = it({
1005
+ const d = rt({
1006
1006
  ...a,
1007
1007
  ...o
1008
- }), p = Ye(o), d = Ye(a), l = n(u), g = A(l?.className, r?.className, i, a?.className, o?.className), c = {
1008
+ }), p = Ye(o), u = Ye(a), l = n(d), m = L(l?.className, r?.className, i, a?.className, o?.className), c = {
1009
1009
  ...l?.style,
1010
1010
  ...r?.style,
1011
1011
  ...a?.style,
@@ -1013,47 +1013,47 @@ function jt(t) {
1013
1013
  }, s = {
1014
1014
  ...l,
1015
1015
  ...r,
1016
- ...d,
1016
+ ...u,
1017
1017
  ...p
1018
1018
  };
1019
- return g.length > 0 && (s.className = g), Object.keys(c).length > 0 && (s.style = c), {
1019
+ return m.length > 0 && (s.className = m), Object.keys(c).length > 0 && (s.style = c), {
1020
1020
  props: s,
1021
1021
  internalRef: l.ref
1022
1022
  };
1023
1023
  }
1024
- function B(t, n) {
1024
+ function U(t, n) {
1025
1025
  const {
1026
1026
  className: r,
1027
1027
  elementType: o,
1028
1028
  ownerState: a,
1029
1029
  externalForwardedProps: i,
1030
- internalForwardedProps: u,
1030
+ internalForwardedProps: d,
1031
1031
  shouldForwardComponentProp: p = !1,
1032
- ...d
1032
+ ...u
1033
1033
  } = n, {
1034
1034
  component: l,
1035
- slots: g = {
1035
+ slots: m = {
1036
1036
  [t]: void 0
1037
1037
  },
1038
1038
  slotProps: c = {
1039
1039
  [t]: void 0
1040
1040
  },
1041
1041
  ...s
1042
- } = i, f = g[t] || o, y = It(c[t], a), {
1042
+ } = i, f = m[t] || o, g = kt(c[t], a), {
1043
1043
  props: {
1044
1044
  component: E,
1045
- ...T
1045
+ ...O
1046
1046
  },
1047
1047
  internalRef: S
1048
- } = jt({
1048
+ } = _t({
1049
1049
  className: r,
1050
- ...d,
1050
+ ...u,
1051
1051
  externalForwardedProps: t === "root" ? s : void 0,
1052
- externalSlotProps: y
1053
- }), R = ce(S, y?.ref, n.ref), h = t === "root" ? E || l : E, x = At(f, {
1054
- ...t === "root" && !l && !g[t] && u,
1055
- ...t !== "root" && !g[t] && u,
1056
- ...T,
1052
+ externalSlotProps: g
1053
+ }), R = ce(S, g?.ref, n.ref), h = t === "root" ? E || l : E, T = Ct(f, {
1054
+ ...t === "root" && !l && !m[t] && d,
1055
+ ...t !== "root" && !m[t] && d,
1056
+ ...O,
1057
1057
  ...h && !p && {
1058
1058
  as: h
1059
1059
  },
@@ -1062,290 +1062,45 @@ function B(t, n) {
1062
1062
  },
1063
1063
  ref: R
1064
1064
  }, a);
1065
- return [f, x];
1066
- }
1067
- function Lt(t) {
1068
- return V("MuiTypography", t);
1065
+ return [f, T];
1069
1066
  }
1070
- H("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
1071
- const Ft = {
1072
- primary: !0,
1073
- secondary: !0,
1074
- error: !0,
1075
- info: !0,
1076
- success: !0,
1077
- warning: !0,
1078
- textPrimary: !0,
1079
- textSecondary: !0,
1080
- textDisabled: !0
1081
- }, $t = Tt(), Bt = (t) => {
1082
- const {
1083
- align: n,
1084
- gutterBottom: r,
1085
- noWrap: o,
1086
- paragraph: a,
1087
- variant: i,
1088
- classes: u
1089
- } = t, p = {
1090
- root: ["root", i, t.align !== "inherit" && `align${W(n)}`, r && "gutterBottom", o && "noWrap", a && "paragraph"]
1091
- };
1092
- return K(p, Lt, u);
1093
- }, Wt = I("span", {
1094
- name: "MuiTypography",
1095
- slot: "Root",
1096
- overridesResolver: (t, n) => {
1097
- const {
1098
- ownerState: r
1099
- } = t;
1100
- return [n.root, r.variant && n[r.variant], r.align !== "inherit" && n[`align${W(r.align)}`], r.noWrap && n.noWrap, r.gutterBottom && n.gutterBottom, r.paragraph && n.paragraph];
1101
- }
1102
- })(ue(({
1103
- theme: t
1104
- }) => ({
1105
- margin: 0,
1106
- variants: [{
1107
- props: {
1108
- variant: "inherit"
1109
- },
1110
- style: {
1111
- // Some elements, like <button> on Chrome have default font that doesn't inherit, reset this.
1112
- font: "inherit",
1113
- lineHeight: "inherit",
1114
- letterSpacing: "inherit"
1115
- }
1116
- }, ...Object.entries(t.typography).filter(([n, r]) => n !== "inherit" && r && typeof r == "object").map(([n, r]) => ({
1117
- props: {
1118
- variant: n
1119
- },
1120
- style: r
1121
- })), ...Object.entries(t.palette).filter(ht()).map(([n]) => ({
1122
- props: {
1123
- color: n
1124
- },
1125
- style: {
1126
- color: (t.vars || t).palette[n].main
1127
- }
1128
- })), ...Object.entries(t.palette?.text || {}).filter(([, n]) => typeof n == "string").map(([n]) => ({
1129
- props: {
1130
- color: `text${W(n)}`
1131
- },
1132
- style: {
1133
- color: (t.vars || t).palette.text[n]
1134
- }
1135
- })), {
1136
- props: ({
1137
- ownerState: n
1138
- }) => n.align !== "inherit",
1139
- style: {
1140
- textAlign: "var(--Typography-textAlign)"
1141
- }
1142
- }, {
1143
- props: ({
1144
- ownerState: n
1145
- }) => n.noWrap,
1146
- style: {
1147
- overflow: "hidden",
1148
- textOverflow: "ellipsis",
1149
- whiteSpace: "nowrap"
1150
- }
1151
- }, {
1152
- props: ({
1153
- ownerState: n
1154
- }) => n.gutterBottom,
1155
- style: {
1156
- marginBottom: "0.35em"
1157
- }
1158
- }, {
1159
- props: ({
1160
- ownerState: n
1161
- }) => n.paragraph,
1162
- style: {
1163
- marginBottom: 16
1164
- }
1165
- }]
1166
- }))), ze = {
1167
- h1: "h1",
1168
- h2: "h2",
1169
- h3: "h3",
1170
- h4: "h4",
1171
- h5: "h5",
1172
- h6: "h6",
1173
- subtitle1: "h6",
1174
- subtitle2: "h6",
1175
- body1: "p",
1176
- body2: "p",
1177
- inherit: "p"
1178
- }, st = /* @__PURE__ */ m.forwardRef(function(n, r) {
1179
- const {
1180
- color: o,
1181
- ...a
1182
- } = q({
1183
- props: n,
1184
- name: "MuiTypography"
1185
- }), i = !Ft[o], u = $t({
1186
- ...a,
1187
- ...i && {
1188
- color: o
1189
- }
1190
- }), {
1191
- align: p = "inherit",
1192
- className: d,
1193
- component: l,
1194
- gutterBottom: g = !1,
1195
- noWrap: c = !1,
1196
- paragraph: s = !1,
1197
- variant: f = "body1",
1198
- variantMapping: y = ze,
1199
- ...E
1200
- } = u, T = {
1201
- ...u,
1202
- align: p,
1203
- color: o,
1204
- className: d,
1205
- component: l,
1206
- gutterBottom: g,
1207
- noWrap: c,
1208
- paragraph: s,
1209
- variant: f,
1210
- variantMapping: y
1211
- }, S = l || (s ? "p" : y[f] || ze[f]) || "span", R = Bt(T);
1212
- return /* @__PURE__ */ D(Wt, {
1213
- as: S,
1214
- ref: r,
1215
- className: A(R.root, d),
1216
- ...E,
1217
- ownerState: T,
1218
- style: {
1219
- ...p !== "inherit" && {
1220
- "--Typography-textAlign": p
1221
- },
1222
- ...E.style
1223
- }
1224
- });
1225
- });
1226
- process.env.NODE_ENV !== "production" && (st.propTypes = {
1227
- // ┌────────────────────────────── Warning ──────────────────────────────┐
1228
- // │ These PropTypes are generated from the TypeScript type definitions. │
1229
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
1230
- // └─────────────────────────────────────────────────────────────────────┘
1231
- /**
1232
- * Set the text-align on the component.
1233
- * @default 'inherit'
1234
- */
1235
- align: e.oneOf(["center", "inherit", "justify", "left", "right"]),
1236
- /**
1237
- * The content of the component.
1238
- */
1239
- children: e.node,
1240
- /**
1241
- * Override or extend the styles applied to the component.
1242
- */
1243
- classes: e.object,
1244
- /**
1245
- * @ignore
1246
- */
1247
- className: e.string,
1248
- /**
1249
- * The color of the component.
1250
- * It supports both default and custom theme colors, which can be added as shown in the
1251
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
1252
- */
1253
- color: e.oneOfType([e.oneOf(["primary", "secondary", "success", "error", "info", "warning", "textPrimary", "textSecondary", "textDisabled"]), e.string]),
1254
- /**
1255
- * The component used for the root node.
1256
- * Either a string to use a HTML element or a component.
1257
- */
1258
- component: e.elementType,
1259
- /**
1260
- * If `true`, the text will have a bottom margin.
1261
- * @default false
1262
- */
1263
- gutterBottom: e.bool,
1264
- /**
1265
- * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
1266
- *
1267
- * Note that text overflow can only happen with block or inline-block level elements
1268
- * (the element needs to have a width in order to overflow).
1269
- * @default false
1270
- */
1271
- noWrap: e.bool,
1272
- /**
1273
- * If `true`, the element will be a paragraph element.
1274
- * @default false
1275
- * @deprecated Use the `component` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
1276
- */
1277
- paragraph: e.bool,
1278
- /**
1279
- * @ignore
1280
- */
1281
- style: e.object,
1282
- /**
1283
- * The system prop that allows defining system overrides as well as additional CSS styles.
1284
- */
1285
- sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object]),
1286
- /**
1287
- * Applies the theme typography styles.
1288
- * @default 'body1'
1289
- */
1290
- variant: e.oneOfType([e.oneOf(["body1", "body2", "button", "caption", "h1", "h2", "h3", "h4", "h5", "h6", "inherit", "overline", "subtitle1", "subtitle2"]), e.string]),
1291
- /**
1292
- * The component maps the variant prop to a range of different HTML element types.
1293
- * For instance, subtitle1 to `<h6>`.
1294
- * If you wish to change that mapping, you can provide your own.
1295
- * Alternatively, you can use the `component` prop.
1296
- * @default {
1297
- * h1: 'h1',
1298
- * h2: 'h2',
1299
- * h3: 'h3',
1300
- * h4: 'h4',
1301
- * h5: 'h5',
1302
- * h6: 'h6',
1303
- * subtitle1: 'h6',
1304
- * subtitle2: 'h6',
1305
- * body1: 'p',
1306
- * body2: 'p',
1307
- * inherit: 'p',
1308
- * }
1309
- */
1310
- variantMapping: e.object
1311
- });
1312
- function at(t, n, r, o, a) {
1067
+ function it(t, n, r, o, a) {
1313
1068
  if (process.env.NODE_ENV === "production")
1314
1069
  return null;
1315
- const i = t[n], u = a || n;
1316
- return i == null ? null : i && i.nodeType !== 1 ? new Error(`Invalid ${o} \`${u}\` supplied to \`${r}\`. Expected an HTMLElement.`) : null;
1070
+ const i = t[n], d = a || n;
1071
+ return i == null ? null : i && i.nodeType !== 1 ? new Error(`Invalid ${o} \`${d}\` supplied to \`${r}\`. Expected an HTMLElement.`) : null;
1317
1072
  }
1318
1073
  function Ae(t) {
1319
- return parseInt(m.version, 10) >= 19 ? t?.props?.ref || null : t?.ref || null;
1074
+ return parseInt(y.version, 10) >= 19 ? t?.props?.ref || null : t?.ref || null;
1320
1075
  }
1321
- function Ut(t) {
1076
+ function Mt(t) {
1322
1077
  return typeof t == "function" ? t() : t;
1323
1078
  }
1324
- const be = /* @__PURE__ */ m.forwardRef(function(n, r) {
1079
+ const he = /* @__PURE__ */ y.forwardRef(function(n, r) {
1325
1080
  const {
1326
1081
  children: o,
1327
1082
  container: a,
1328
1083
  disablePortal: i = !1
1329
- } = n, [u, p] = m.useState(null), d = ce(/* @__PURE__ */ m.isValidElement(o) ? Ae(o) : null, r);
1084
+ } = n, [d, p] = y.useState(null), u = ce(/* @__PURE__ */ y.isValidElement(o) ? Ae(o) : null, r);
1330
1085
  if ($e(() => {
1331
- i || p(Ut(a) || document.body);
1086
+ i || p(Mt(a) || document.body);
1332
1087
  }, [a, i]), $e(() => {
1333
- if (u && !i)
1334
- return Ue(r, u), () => {
1335
- Ue(r, null);
1088
+ if (d && !i)
1089
+ return He(r, d), () => {
1090
+ He(r, null);
1336
1091
  };
1337
- }, [r, u, i]), i) {
1338
- if (/* @__PURE__ */ m.isValidElement(o)) {
1092
+ }, [r, d, i]), i) {
1093
+ if (/* @__PURE__ */ y.isValidElement(o)) {
1339
1094
  const l = {
1340
- ref: d
1095
+ ref: u
1341
1096
  };
1342
- return /* @__PURE__ */ m.cloneElement(o, l);
1097
+ return /* @__PURE__ */ y.cloneElement(o, l);
1343
1098
  }
1344
1099
  return o;
1345
1100
  }
1346
- return u && /* @__PURE__ */ nt.createPortal(o, u);
1101
+ return d && /* @__PURE__ */ tt.createPortal(o, d);
1347
1102
  });
1348
- process.env.NODE_ENV !== "production" && (be.propTypes = {
1103
+ process.env.NODE_ENV !== "production" && (he.propTypes = {
1349
1104
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1350
1105
  // │ These PropTypes are generated from the TypeScript type definitions. │
1351
1106
  // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
@@ -1364,22 +1119,22 @@ process.env.NODE_ENV !== "production" && (be.propTypes = {
1364
1119
  * By default, it uses the body of the top-level document object,
1365
1120
  * so it's simply `document.body` most of the time.
1366
1121
  */
1367
- container: e.oneOfType([at, e.func]),
1122
+ container: e.oneOfType([it, e.func]),
1368
1123
  /**
1369
1124
  * The `children` will be under the DOM hierarchy of the parent component.
1370
1125
  * @default false
1371
1126
  */
1372
1127
  disablePortal: e.bool
1373
1128
  });
1374
- process.env.NODE_ENV !== "production" && (be.propTypes = tt(be.propTypes));
1375
- function Vt(t) {
1129
+ process.env.NODE_ENV !== "production" && (he.propTypes = et(he.propTypes));
1130
+ function At(t) {
1376
1131
  const {
1377
1132
  prototype: n = {}
1378
1133
  } = t;
1379
1134
  return !!n.isReactComponent;
1380
1135
  }
1381
- function lt(t, n, r, o, a) {
1382
- const i = t[n], u = a || n;
1136
+ function st(t, n, r, o, a) {
1137
+ const i = t[n], d = a || n;
1383
1138
  if (i == null || // When server-side rendering React doesn't warn either.
1384
1139
  // This is not an accurate check for SSR.
1385
1140
  // This is only in place for Emotion compat.
@@ -1387,88 +1142,88 @@ function lt(t, n, r, o, a) {
1387
1142
  typeof window > "u")
1388
1143
  return null;
1389
1144
  let p;
1390
- const d = i.type;
1391
- return typeof d == "function" && !Vt(d) && (p = "Did you accidentally use a plain function component for an element instead?"), p !== void 0 ? new Error(`Invalid ${o} \`${u}\` supplied to \`${r}\`. Expected an element that can hold a ref. ${p} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
1145
+ const u = i.type;
1146
+ return typeof u == "function" && !At(u) && (p = "Did you accidentally use a plain function component for an element instead?"), p !== void 0 ? new Error(`Invalid ${o} \`${d}\` supplied to \`${r}\`. Expected an element that can hold a ref. ${p} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
1392
1147
  }
1393
- const Te = _e(e.element, lt);
1394
- Te.isRequired = _e(e.element.isRequired, lt);
1395
- const Ht = {
1148
+ const Te = ke(e.element, st);
1149
+ Te.isRequired = ke(e.element.isRequired, st);
1150
+ const It = {
1396
1151
  entering: {
1397
1152
  opacity: 1
1398
1153
  },
1399
1154
  entered: {
1400
1155
  opacity: 1
1401
1156
  }
1402
- }, ve = /* @__PURE__ */ m.forwardRef(function(n, r) {
1403
- const o = ke(), a = {
1157
+ }, be = /* @__PURE__ */ y.forwardRef(function(n, r) {
1158
+ const o = _e(), a = {
1404
1159
  enter: o.transitions.duration.enteringScreen,
1405
1160
  exit: o.transitions.duration.leavingScreen
1406
1161
  }, {
1407
1162
  addEndListener: i,
1408
- appear: u = !0,
1163
+ appear: d = !0,
1409
1164
  children: p,
1410
- easing: d,
1165
+ easing: u,
1411
1166
  in: l,
1412
- onEnter: g,
1167
+ onEnter: m,
1413
1168
  onEntered: c,
1414
1169
  onEntering: s,
1415
1170
  onExit: f,
1416
- onExited: y,
1171
+ onExited: g,
1417
1172
  onExiting: E,
1418
- style: T,
1173
+ style: O,
1419
1174
  timeout: S = a,
1420
1175
  // eslint-disable-next-line react/prop-types
1421
- TransitionComponent: R = U,
1176
+ TransitionComponent: R = B,
1422
1177
  ...h
1423
- } = n, x = m.useRef(null), P = ce(x, Ae(p), r), w = (O) => (v) => {
1424
- if (O) {
1425
- const b = x.current;
1426
- v === void 0 ? O(b) : O(b, v);
1178
+ } = n, T = y.useRef(null), P = ce(T, Ae(p), r), w = (x) => (v) => {
1179
+ if (x) {
1180
+ const b = T.current;
1181
+ v === void 0 ? x(b) : x(b, v);
1427
1182
  }
1428
- }, N = w(s), k = w((O, v) => {
1429
- Dt(O);
1183
+ }, N = w(s), _ = w((x, v) => {
1184
+ Ot(x);
1430
1185
  const b = Ge({
1431
- style: T,
1186
+ style: O,
1432
1187
  timeout: S,
1433
- easing: d
1188
+ easing: u
1434
1189
  }, {
1435
1190
  mode: "enter"
1436
1191
  });
1437
- O.style.webkitTransition = o.transitions.create("opacity", b), O.style.transition = o.transitions.create("opacity", b), g && g(O, v);
1438
- }), M = w(c), j = w(E), F = w((O) => {
1192
+ x.style.webkitTransition = o.transitions.create("opacity", b), x.style.transition = o.transitions.create("opacity", b), m && m(x, v);
1193
+ }), M = w(c), A = w(E), F = w((x) => {
1439
1194
  const v = Ge({
1440
- style: T,
1195
+ style: O,
1441
1196
  timeout: S,
1442
- easing: d
1197
+ easing: u
1443
1198
  }, {
1444
1199
  mode: "exit"
1445
1200
  });
1446
- O.style.webkitTransition = o.transitions.create("opacity", v), O.style.transition = o.transitions.create("opacity", v), f && f(O);
1447
- }), ne = w(y);
1201
+ x.style.webkitTransition = o.transitions.create("opacity", v), x.style.transition = o.transitions.create("opacity", v), f && f(x);
1202
+ }), ne = w(g);
1448
1203
  return /* @__PURE__ */ D(R, {
1449
- appear: u,
1204
+ appear: d,
1450
1205
  in: l,
1451
- nodeRef: x,
1452
- onEnter: k,
1206
+ nodeRef: T,
1207
+ onEnter: _,
1453
1208
  onEntered: M,
1454
1209
  onEntering: N,
1455
1210
  onExit: F,
1456
1211
  onExited: ne,
1457
- onExiting: j,
1458
- addEndListener: (O) => {
1459
- i && i(x.current, O);
1212
+ onExiting: A,
1213
+ addEndListener: (x) => {
1214
+ i && i(T.current, x);
1460
1215
  },
1461
1216
  timeout: S,
1462
1217
  ...h,
1463
- children: (O, {
1218
+ children: (x, {
1464
1219
  ownerState: v,
1465
1220
  ...b
1466
- }) => /* @__PURE__ */ m.cloneElement(p, {
1221
+ }) => /* @__PURE__ */ y.cloneElement(p, {
1467
1222
  style: {
1468
1223
  opacity: 0,
1469
- visibility: O === "exited" && !l ? "hidden" : void 0,
1470
- ...Ht[O],
1471
- ...T,
1224
+ visibility: x === "exited" && !l ? "hidden" : void 0,
1225
+ ...It[x],
1226
+ ...O,
1472
1227
  ...p.props.style
1473
1228
  },
1474
1229
  ref: P,
@@ -1476,7 +1231,7 @@ const Ht = {
1476
1231
  })
1477
1232
  });
1478
1233
  });
1479
- process.env.NODE_ENV !== "production" && (ve.propTypes = {
1234
+ process.env.NODE_ENV !== "production" && (be.propTypes = {
1480
1235
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1481
1236
  // │ These PropTypes are generated from the TypeScript type definitions. │
1482
1237
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -1551,19 +1306,19 @@ process.env.NODE_ENV !== "production" && (ve.propTypes = {
1551
1306
  exit: e.number
1552
1307
  })])
1553
1308
  });
1554
- function qt(t) {
1555
- return V("MuiBackdrop", t);
1309
+ function Lt(t) {
1310
+ return K("MuiBackdrop", t);
1556
1311
  }
1557
- H("MuiBackdrop", ["root", "invisible"]);
1558
- const Kt = (t) => {
1312
+ G("MuiBackdrop", ["root", "invisible"]);
1313
+ const jt = (t) => {
1559
1314
  const {
1560
1315
  classes: n,
1561
1316
  invisible: r
1562
1317
  } = t;
1563
- return K({
1318
+ return z({
1564
1319
  root: ["root", r && "invisible"]
1565
- }, qt, n);
1566
- }, Gt = I("div", {
1320
+ }, Lt, n);
1321
+ }, Ft = j("div", {
1567
1322
  name: "MuiBackdrop",
1568
1323
  slot: "Root",
1569
1324
  overridesResolver: (t, n) => {
@@ -1591,53 +1346,53 @@ const Kt = (t) => {
1591
1346
  backgroundColor: "transparent"
1592
1347
  }
1593
1348
  }]
1594
- }), Ie = /* @__PURE__ */ m.forwardRef(function(n, r) {
1595
- const o = q({
1349
+ }), Ie = /* @__PURE__ */ y.forwardRef(function(n, r) {
1350
+ const o = Y({
1596
1351
  props: n,
1597
1352
  name: "MuiBackdrop"
1598
1353
  }), {
1599
1354
  children: a,
1600
1355
  className: i,
1601
- component: u = "div",
1356
+ component: d = "div",
1602
1357
  invisible: p = !1,
1603
- open: d,
1358
+ open: u,
1604
1359
  components: l = {},
1605
- componentsProps: g = {},
1360
+ componentsProps: m = {},
1606
1361
  slotProps: c = {},
1607
1362
  slots: s = {},
1608
1363
  TransitionComponent: f,
1609
- transitionDuration: y,
1364
+ transitionDuration: g,
1610
1365
  ...E
1611
- } = o, T = {
1366
+ } = o, O = {
1612
1367
  ...o,
1613
- component: u,
1368
+ component: d,
1614
1369
  invisible: p
1615
- }, S = Kt(T), R = {
1370
+ }, S = jt(O), R = {
1616
1371
  transition: f,
1617
1372
  root: l.Root,
1618
1373
  ...s
1619
1374
  }, h = {
1620
- ...g,
1375
+ ...m,
1621
1376
  ...c
1622
- }, x = {
1623
- component: u,
1377
+ }, T = {
1378
+ component: d,
1624
1379
  slots: R,
1625
1380
  slotProps: h
1626
- }, [P, w] = B("root", {
1627
- elementType: Gt,
1628
- externalForwardedProps: x,
1629
- className: A(S.root, i),
1630
- ownerState: T
1631
- }), [N, k] = B("transition", {
1632
- elementType: ve,
1633
- externalForwardedProps: x,
1634
- ownerState: T
1381
+ }, [P, w] = U("root", {
1382
+ elementType: Ft,
1383
+ externalForwardedProps: T,
1384
+ className: L(S.root, i),
1385
+ ownerState: O
1386
+ }), [N, _] = U("transition", {
1387
+ elementType: be,
1388
+ externalForwardedProps: T,
1389
+ ownerState: O
1635
1390
  });
1636
1391
  return /* @__PURE__ */ D(N, {
1637
- in: d,
1638
- timeout: y,
1392
+ in: u,
1393
+ timeout: g,
1639
1394
  ...E,
1640
- ...k,
1395
+ ..._,
1641
1396
  children: /* @__PURE__ */ D(P, {
1642
1397
  "aria-hidden": !0,
1643
1398
  ...w,
@@ -1737,60 +1492,60 @@ process.env.NODE_ENV !== "production" && (Ie.propTypes = {
1737
1492
  exit: e.number
1738
1493
  })])
1739
1494
  });
1740
- function Yt(t = window) {
1495
+ function $t(t = window) {
1741
1496
  const n = t.document.documentElement.clientWidth;
1742
1497
  return t.innerWidth - n;
1743
1498
  }
1744
- function zt(t) {
1745
- const n = X(t);
1746
- return n.body === t ? he(t).innerWidth > n.documentElement.clientWidth : t.scrollHeight > t.clientHeight;
1499
+ function Ut(t) {
1500
+ const n = q(t);
1501
+ return n.body === t ? ye(t).innerWidth > n.documentElement.clientWidth : t.scrollHeight > t.clientHeight;
1747
1502
  }
1748
1503
  function le(t, n) {
1749
1504
  n ? t.setAttribute("aria-hidden", "true") : t.removeAttribute("aria-hidden");
1750
1505
  }
1751
- function Xe(t) {
1752
- return parseInt(he(t).getComputedStyle(t).paddingRight, 10) || 0;
1506
+ function ze(t) {
1507
+ return parseInt(ye(t).getComputedStyle(t).paddingRight, 10) || 0;
1753
1508
  }
1754
- function Xt(t) {
1509
+ function Bt(t) {
1755
1510
  const r = ["TEMPLATE", "SCRIPT", "STYLE", "LINK", "MAP", "META", "NOSCRIPT", "PICTURE", "COL", "COLGROUP", "PARAM", "SLOT", "SOURCE", "TRACK"].includes(t.tagName), o = t.tagName === "INPUT" && t.getAttribute("type") === "hidden";
1756
1511
  return r || o;
1757
1512
  }
1758
- function Ze(t, n, r, o, a) {
1513
+ function Xe(t, n, r, o, a) {
1759
1514
  const i = [n, r, ...o];
1760
- [].forEach.call(t.children, (u) => {
1761
- const p = !i.includes(u), d = !Xt(u);
1762
- p && d && le(u, a);
1515
+ [].forEach.call(t.children, (d) => {
1516
+ const p = !i.includes(d), u = !Bt(d);
1517
+ p && u && le(d, a);
1763
1518
  });
1764
1519
  }
1765
1520
  function De(t, n) {
1766
1521
  let r = -1;
1767
1522
  return t.some((o, a) => n(o) ? (r = a, !0) : !1), r;
1768
1523
  }
1769
- function Zt(t, n) {
1524
+ function Ht(t, n) {
1770
1525
  const r = [], o = t.container;
1771
1526
  if (!n.disableScrollLock) {
1772
- if (zt(o)) {
1773
- const u = Yt(he(o));
1527
+ if (Ut(o)) {
1528
+ const d = $t(ye(o));
1774
1529
  r.push({
1775
1530
  value: o.style.paddingRight,
1776
1531
  property: "padding-right",
1777
1532
  el: o
1778
- }), o.style.paddingRight = `${Xe(o) + u}px`;
1779
- const p = X(o).querySelectorAll(".mui-fixed");
1780
- [].forEach.call(p, (d) => {
1533
+ }), o.style.paddingRight = `${ze(o) + d}px`;
1534
+ const p = q(o).querySelectorAll(".mui-fixed");
1535
+ [].forEach.call(p, (u) => {
1781
1536
  r.push({
1782
- value: d.style.paddingRight,
1537
+ value: u.style.paddingRight,
1783
1538
  property: "padding-right",
1784
- el: d
1785
- }), d.style.paddingRight = `${Xe(d) + u}px`;
1539
+ el: u
1540
+ }), u.style.paddingRight = `${ze(u) + d}px`;
1786
1541
  });
1787
1542
  }
1788
1543
  let i;
1789
1544
  if (o.parentNode instanceof DocumentFragment)
1790
- i = X(o).body;
1545
+ i = q(o).body;
1791
1546
  else {
1792
- const u = o.parentElement, p = he(o);
1793
- i = u?.nodeName === "HTML" && p.getComputedStyle(u).overflowY === "scroll" ? u : o;
1547
+ const d = o.parentElement, p = ye(o);
1548
+ i = d?.nodeName === "HTML" && p.getComputedStyle(d).overflowY === "scroll" ? d : o;
1794
1549
  }
1795
1550
  r.push({
1796
1551
  value: i.style.overflow,
@@ -1809,20 +1564,20 @@ function Zt(t, n) {
1809
1564
  return () => {
1810
1565
  r.forEach(({
1811
1566
  value: i,
1812
- el: u,
1567
+ el: d,
1813
1568
  property: p
1814
1569
  }) => {
1815
- i ? u.style.setProperty(p, i) : u.style.removeProperty(p);
1570
+ i ? d.style.setProperty(p, i) : d.style.removeProperty(p);
1816
1571
  });
1817
1572
  };
1818
1573
  }
1819
- function Jt(t) {
1574
+ function Vt(t) {
1820
1575
  const n = [];
1821
1576
  return [].forEach.call(t.children, (r) => {
1822
1577
  r.getAttribute("aria-hidden") === "true" && n.push(r);
1823
1578
  }), n;
1824
1579
  }
1825
- class Qt {
1580
+ class Wt {
1826
1581
  constructor() {
1827
1582
  this.modals = [], this.containers = [];
1828
1583
  }
@@ -1831,9 +1586,9 @@ class Qt {
1831
1586
  if (o !== -1)
1832
1587
  return o;
1833
1588
  o = this.modals.length, this.modals.push(n), n.modalRef && le(n.modalRef, !1);
1834
- const a = Jt(r);
1835
- Ze(r, n.mount, n.modalRef, a, !0);
1836
- const i = De(this.containers, (u) => u.container === r);
1589
+ const a = Vt(r);
1590
+ Xe(r, n.mount, n.modalRef, a, !0);
1591
+ const i = De(this.containers, (d) => d.container === r);
1837
1592
  return i !== -1 ? (this.containers[i].modals.push(n), o) : (this.containers.push({
1838
1593
  modals: [n],
1839
1594
  container: r,
@@ -1843,18 +1598,18 @@ class Qt {
1843
1598
  }
1844
1599
  mount(n, r) {
1845
1600
  const o = De(this.containers, (i) => i.modals.includes(n)), a = this.containers[o];
1846
- a.restore || (a.restore = Zt(a, r));
1601
+ a.restore || (a.restore = Ht(a, r));
1847
1602
  }
1848
1603
  remove(n, r = !0) {
1849
1604
  const o = this.modals.indexOf(n);
1850
1605
  if (o === -1)
1851
1606
  return o;
1852
- const a = De(this.containers, (u) => u.modals.includes(n)), i = this.containers[a];
1607
+ const a = De(this.containers, (d) => d.modals.includes(n)), i = this.containers[a];
1853
1608
  if (i.modals.splice(i.modals.indexOf(n), 1), this.modals.splice(o, 1), i.modals.length === 0)
1854
- i.restore && i.restore(), n.modalRef && le(n.modalRef, r), Ze(i.container, n.mount, n.modalRef, i.hiddenSiblings, !1), this.containers.splice(a, 1);
1609
+ i.restore && i.restore(), n.modalRef && le(n.modalRef, r), Xe(i.container, n.mount, n.modalRef, i.hiddenSiblings, !1), this.containers.splice(a, 1);
1855
1610
  else {
1856
- const u = i.modals[i.modals.length - 1];
1857
- u.modalRef && le(u.modalRef, !1);
1611
+ const d = i.modals[i.modals.length - 1];
1612
+ d.modalRef && le(d.modalRef, !1);
1858
1613
  }
1859
1614
  return o;
1860
1615
  }
@@ -1862,69 +1617,69 @@ class Qt {
1862
1617
  return this.modals.length > 0 && this.modals[this.modals.length - 1] === n;
1863
1618
  }
1864
1619
  }
1865
- const en = ["input", "select", "textarea", "a[href]", "button", "[tabindex]", "audio[controls]", "video[controls]", '[contenteditable]:not([contenteditable="false"])'].join(",");
1866
- function tn(t) {
1620
+ const qt = ["input", "select", "textarea", "a[href]", "button", "[tabindex]", "audio[controls]", "video[controls]", '[contenteditable]:not([contenteditable="false"])'].join(",");
1621
+ function Kt(t) {
1867
1622
  const n = parseInt(t.getAttribute("tabindex") || "", 10);
1868
1623
  return Number.isNaN(n) ? t.contentEditable === "true" || (t.nodeName === "AUDIO" || t.nodeName === "VIDEO" || t.nodeName === "DETAILS") && t.getAttribute("tabindex") === null ? 0 : t.tabIndex : n;
1869
1624
  }
1870
- function nn(t) {
1625
+ function Gt(t) {
1871
1626
  if (t.tagName !== "INPUT" || t.type !== "radio" || !t.name)
1872
1627
  return !1;
1873
1628
  const n = (o) => t.ownerDocument.querySelector(`input[type="radio"]${o}`);
1874
1629
  let r = n(`[name="${t.name}"]:checked`);
1875
1630
  return r || (r = n(`[name="${t.name}"]`)), r !== t;
1876
1631
  }
1877
- function rn(t) {
1878
- return !(t.disabled || t.tagName === "INPUT" && t.type === "hidden" || nn(t));
1632
+ function Yt(t) {
1633
+ return !(t.disabled || t.tagName === "INPUT" && t.type === "hidden" || Gt(t));
1879
1634
  }
1880
- function on(t) {
1635
+ function zt(t) {
1881
1636
  const n = [], r = [];
1882
- return Array.from(t.querySelectorAll(en)).forEach((o, a) => {
1883
- const i = tn(o);
1884
- i === -1 || !rn(o) || (i === 0 ? n.push(o) : r.push({
1637
+ return Array.from(t.querySelectorAll(qt)).forEach((o, a) => {
1638
+ const i = Kt(o);
1639
+ i === -1 || !Yt(o) || (i === 0 ? n.push(o) : r.push({
1885
1640
  documentOrder: a,
1886
1641
  tabIndex: i,
1887
1642
  node: o
1888
1643
  }));
1889
1644
  }), r.sort((o, a) => o.tabIndex === a.tabIndex ? o.documentOrder - a.documentOrder : o.tabIndex - a.tabIndex).map((o) => o.node).concat(n);
1890
1645
  }
1891
- function sn() {
1646
+ function Xt() {
1892
1647
  return !0;
1893
1648
  }
1894
- function Ee(t) {
1649
+ function ve(t) {
1895
1650
  const {
1896
1651
  children: n,
1897
1652
  disableAutoFocus: r = !1,
1898
1653
  disableEnforceFocus: o = !1,
1899
1654
  disableRestoreFocus: a = !1,
1900
- getTabbable: i = on,
1901
- isEnabled: u = sn,
1655
+ getTabbable: i = zt,
1656
+ isEnabled: d = Xt,
1902
1657
  open: p
1903
- } = t, d = m.useRef(!1), l = m.useRef(null), g = m.useRef(null), c = m.useRef(null), s = m.useRef(null), f = m.useRef(!1), y = m.useRef(null), E = ce(Ae(n), y), T = m.useRef(null);
1904
- m.useEffect(() => {
1905
- !p || !y.current || (f.current = !r);
1906
- }, [r, p]), m.useEffect(() => {
1907
- if (!p || !y.current)
1658
+ } = t, u = y.useRef(!1), l = y.useRef(null), m = y.useRef(null), c = y.useRef(null), s = y.useRef(null), f = y.useRef(!1), g = y.useRef(null), E = ce(Ae(n), g), O = y.useRef(null);
1659
+ y.useEffect(() => {
1660
+ !p || !g.current || (f.current = !r);
1661
+ }, [r, p]), y.useEffect(() => {
1662
+ if (!p || !g.current)
1908
1663
  return;
1909
- const h = X(y.current);
1910
- return y.current.contains(h.activeElement) || (y.current.hasAttribute("tabIndex") || (process.env.NODE_ENV !== "production" && console.error(["MUI: The modal content node does not accept focus.", 'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
1911
- `)), y.current.setAttribute("tabIndex", "-1")), f.current && y.current.focus()), () => {
1912
- a || (c.current && c.current.focus && (d.current = !0, c.current.focus()), c.current = null);
1664
+ const h = q(g.current);
1665
+ return g.current.contains(h.activeElement) || (g.current.hasAttribute("tabIndex") || (process.env.NODE_ENV !== "production" && console.error(["MUI: The modal content node does not accept focus.", 'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
1666
+ `)), g.current.setAttribute("tabIndex", "-1")), f.current && g.current.focus()), () => {
1667
+ a || (c.current && c.current.focus && (u.current = !0, c.current.focus()), c.current = null);
1913
1668
  };
1914
- }, [p]), m.useEffect(() => {
1915
- if (!p || !y.current)
1669
+ }, [p]), y.useEffect(() => {
1670
+ if (!p || !g.current)
1916
1671
  return;
1917
- const h = X(y.current), x = (N) => {
1918
- T.current = N, !(o || !u() || N.key !== "Tab") && h.activeElement === y.current && N.shiftKey && (d.current = !0, g.current && g.current.focus());
1672
+ const h = q(g.current), T = (N) => {
1673
+ O.current = N, !(o || !d() || N.key !== "Tab") && h.activeElement === g.current && N.shiftKey && (u.current = !0, m.current && m.current.focus());
1919
1674
  }, P = () => {
1920
- const N = y.current;
1675
+ const N = g.current;
1921
1676
  if (N === null)
1922
1677
  return;
1923
- if (!h.hasFocus() || !u() || d.current) {
1924
- d.current = !1;
1678
+ if (!h.hasFocus() || !d() || u.current) {
1679
+ u.current = !1;
1925
1680
  return;
1926
1681
  }
1927
- if (N.contains(h.activeElement) || o && h.activeElement !== l.current && h.activeElement !== g.current)
1682
+ if (N.contains(h.activeElement) || o && h.activeElement !== l.current && h.activeElement !== m.current)
1928
1683
  return;
1929
1684
  if (h.activeElement !== s.current)
1930
1685
  s.current = null;
@@ -1932,46 +1687,46 @@ function Ee(t) {
1932
1687
  return;
1933
1688
  if (!f.current)
1934
1689
  return;
1935
- let k = [];
1936
- if ((h.activeElement === l.current || h.activeElement === g.current) && (k = i(y.current)), k.length > 0) {
1937
- const M = !!(T.current?.shiftKey && T.current?.key === "Tab"), j = k[0], F = k[k.length - 1];
1938
- typeof j != "string" && typeof F != "string" && (M ? F.focus() : j.focus());
1690
+ let _ = [];
1691
+ if ((h.activeElement === l.current || h.activeElement === m.current) && (_ = i(g.current)), _.length > 0) {
1692
+ const M = !!(O.current?.shiftKey && O.current?.key === "Tab"), A = _[0], F = _[_.length - 1];
1693
+ typeof A != "string" && typeof F != "string" && (M ? F.focus() : A.focus());
1939
1694
  } else
1940
1695
  N.focus();
1941
1696
  };
1942
- h.addEventListener("focusin", P), h.addEventListener("keydown", x, !0);
1697
+ h.addEventListener("focusin", P), h.addEventListener("keydown", T, !0);
1943
1698
  const w = setInterval(() => {
1944
1699
  h.activeElement && h.activeElement.tagName === "BODY" && P();
1945
1700
  }, 50);
1946
1701
  return () => {
1947
- clearInterval(w), h.removeEventListener("focusin", P), h.removeEventListener("keydown", x, !0);
1702
+ clearInterval(w), h.removeEventListener("focusin", P), h.removeEventListener("keydown", T, !0);
1948
1703
  };
1949
- }, [r, o, a, u, p, i]);
1704
+ }, [r, o, a, d, p, i]);
1950
1705
  const S = (h) => {
1951
1706
  c.current === null && (c.current = h.relatedTarget), f.current = !0, s.current = h.target;
1952
- const x = n.props.onFocus;
1953
- x && x(h);
1707
+ const T = n.props.onFocus;
1708
+ T && T(h);
1954
1709
  }, R = (h) => {
1955
1710
  c.current === null && (c.current = h.relatedTarget), f.current = !0;
1956
1711
  };
1957
- return /* @__PURE__ */ et(m.Fragment, {
1712
+ return /* @__PURE__ */ Je(y.Fragment, {
1958
1713
  children: [/* @__PURE__ */ D("div", {
1959
1714
  tabIndex: p ? 0 : -1,
1960
1715
  onFocus: R,
1961
1716
  ref: l,
1962
1717
  "data-testid": "sentinelStart"
1963
- }), /* @__PURE__ */ m.cloneElement(n, {
1718
+ }), /* @__PURE__ */ y.cloneElement(n, {
1964
1719
  ref: E,
1965
1720
  onFocus: S
1966
1721
  }), /* @__PURE__ */ D("div", {
1967
1722
  tabIndex: p ? 0 : -1,
1968
1723
  onFocus: R,
1969
- ref: g,
1724
+ ref: m,
1970
1725
  "data-testid": "sentinelEnd"
1971
1726
  })]
1972
1727
  });
1973
1728
  }
1974
- process.env.NODE_ENV !== "production" && (Ee.propTypes = {
1729
+ process.env.NODE_ENV !== "production" && (ve.propTypes = {
1975
1730
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1976
1731
  // │ These PropTypes are generated from the TypeScript type definitions. │
1977
1732
  // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
@@ -2025,58 +1780,58 @@ process.env.NODE_ENV !== "production" && (Ee.propTypes = {
2025
1780
  */
2026
1781
  open: e.bool.isRequired
2027
1782
  });
2028
- process.env.NODE_ENV !== "production" && (Ee.propTypes = tt(Ee.propTypes));
2029
- function an(t) {
1783
+ process.env.NODE_ENV !== "production" && (ve.propTypes = et(ve.propTypes));
1784
+ function Zt(t) {
2030
1785
  return typeof t == "function" ? t() : t;
2031
1786
  }
2032
- function ln(t) {
1787
+ function Jt(t) {
2033
1788
  return t ? t.props.hasOwnProperty("in") : !1;
2034
1789
  }
2035
- const Je = () => {
2036
- }, me = new Qt();
2037
- function cn(t) {
1790
+ const Ze = () => {
1791
+ }, ge = new Wt();
1792
+ function Qt(t) {
2038
1793
  const {
2039
1794
  container: n,
2040
1795
  disableEscapeKeyDown: r = !1,
2041
1796
  disableScrollLock: o = !1,
2042
1797
  closeAfterTransition: a = !1,
2043
1798
  onTransitionEnter: i,
2044
- onTransitionExited: u,
1799
+ onTransitionExited: d,
2045
1800
  children: p,
2046
- onClose: d,
1801
+ onClose: u,
2047
1802
  open: l,
2048
- rootRef: g
2049
- } = t, c = m.useRef({}), s = m.useRef(null), f = m.useRef(null), y = ce(f, g), [E, T] = m.useState(!l), S = ln(p);
1803
+ rootRef: m
1804
+ } = t, c = y.useRef({}), s = y.useRef(null), f = y.useRef(null), g = ce(f, m), [E, O] = y.useState(!l), S = Jt(p);
2050
1805
  let R = !0;
2051
1806
  (t["aria-hidden"] === "false" || t["aria-hidden"] === !1) && (R = !1);
2052
- const h = () => X(s.current), x = () => (c.current.modalRef = f.current, c.current.mount = s.current, c.current), P = () => {
2053
- me.mount(x(), {
1807
+ const h = () => q(s.current), T = () => (c.current.modalRef = f.current, c.current.mount = s.current, c.current), P = () => {
1808
+ ge.mount(T(), {
2054
1809
  disableScrollLock: o
2055
1810
  }), f.current && (f.current.scrollTop = 0);
2056
- }, w = Be(() => {
2057
- const v = an(n) || h().body;
2058
- me.add(x(), v), f.current && P();
2059
- }), N = () => me.isTopModal(x()), k = Be((v) => {
1811
+ }, w = Ue(() => {
1812
+ const v = Zt(n) || h().body;
1813
+ ge.add(T(), v), f.current && P();
1814
+ }), N = () => ge.isTopModal(T()), _ = Ue((v) => {
2060
1815
  s.current = v, v && (l && N() ? P() : f.current && le(f.current, R));
2061
- }), M = m.useCallback(() => {
2062
- me.remove(x(), R);
1816
+ }), M = y.useCallback(() => {
1817
+ ge.remove(T(), R);
2063
1818
  }, [R]);
2064
- m.useEffect(() => () => {
1819
+ y.useEffect(() => () => {
2065
1820
  M();
2066
- }, [M]), m.useEffect(() => {
1821
+ }, [M]), y.useEffect(() => {
2067
1822
  l ? w() : (!S || !a) && M();
2068
1823
  }, [l, M, S, a, w]);
2069
- const j = (v) => (b) => {
1824
+ const A = (v) => (b) => {
2070
1825
  v.onKeyDown?.(b), !(b.key !== "Escape" || b.which === 229 || // Wait until IME is settled.
2071
- !N()) && (r || (b.stopPropagation(), d && d(b, "escapeKeyDown")));
1826
+ !N()) && (r || (b.stopPropagation(), u && u(b, "escapeKeyDown")));
2072
1827
  }, F = (v) => (b) => {
2073
- v.onClick?.(b), b.target === b.currentTarget && d && d(b, "backdropClick");
1828
+ v.onClick?.(b), b.target === b.currentTarget && u && u(b, "backdropClick");
2074
1829
  };
2075
1830
  return {
2076
1831
  getRootProps: (v = {}) => {
2077
- const b = it(t);
1832
+ const b = rt(t);
2078
1833
  delete b.onTransitionEnter, delete b.onTransitionExited;
2079
- const Z = {
1834
+ const X = {
2080
1835
  ...b,
2081
1836
  ...v
2082
1837
  };
@@ -2088,9 +1843,9 @@ function cn(t) {
2088
1843
  * https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-static-element-interactions.md
2089
1844
  */
2090
1845
  role: "presentation",
2091
- ...Z,
2092
- onKeyDown: j(Z),
2093
- ref: y
1846
+ ...X,
1847
+ onKeyDown: A(X),
1848
+ ref: g
2094
1849
  };
2095
1850
  },
2096
1851
  getBackdropProps: (v = {}) => {
@@ -2104,37 +1859,37 @@ function cn(t) {
2104
1859
  },
2105
1860
  getTransitionProps: () => {
2106
1861
  const v = () => {
2107
- T(!1), i && i();
1862
+ O(!1), i && i();
2108
1863
  }, b = () => {
2109
- T(!0), u && u(), a && M();
1864
+ O(!0), d && d(), a && M();
2110
1865
  };
2111
1866
  return {
2112
- onEnter: We(v, p?.props.onEnter ?? Je),
2113
- onExited: We(b, p?.props.onExited ?? Je)
1867
+ onEnter: Be(v, p?.props.onEnter ?? Ze),
1868
+ onExited: Be(b, p?.props.onExited ?? Ze)
2114
1869
  };
2115
1870
  },
2116
- rootRef: y,
2117
- portalRef: k,
1871
+ rootRef: g,
1872
+ portalRef: _,
2118
1873
  isTopModal: N,
2119
1874
  exited: E,
2120
1875
  hasTransition: S
2121
1876
  };
2122
1877
  }
2123
- function un(t) {
2124
- return V("MuiModal", t);
1878
+ function en(t) {
1879
+ return K("MuiModal", t);
2125
1880
  }
2126
- H("MuiModal", ["root", "hidden", "backdrop"]);
2127
- const dn = (t) => {
1881
+ G("MuiModal", ["root", "hidden", "backdrop"]);
1882
+ const tn = (t) => {
2128
1883
  const {
2129
1884
  open: n,
2130
1885
  exited: r,
2131
1886
  classes: o
2132
1887
  } = t;
2133
- return K({
1888
+ return z({
2134
1889
  root: ["root", !n && r && "hidden"],
2135
1890
  backdrop: ["backdrop"]
2136
- }, un, o);
2137
- }, pn = I("div", {
1891
+ }, en, o);
1892
+ }, nn = j("div", {
2138
1893
  name: "MuiModal",
2139
1894
  slot: "Root",
2140
1895
  overridesResolver: (t, n) => {
@@ -2143,7 +1898,7 @@ const dn = (t) => {
2143
1898
  } = t;
2144
1899
  return [n.root, !r.open && r.exited && n.hidden];
2145
1900
  }
2146
- })(ue(({
1901
+ })(Ee(({
2147
1902
  theme: t
2148
1903
  }) => ({
2149
1904
  position: "fixed",
@@ -2160,77 +1915,77 @@ const dn = (t) => {
2160
1915
  visibility: "hidden"
2161
1916
  }
2162
1917
  }]
2163
- }))), fn = I(Ie, {
1918
+ }))), on = j(Ie, {
2164
1919
  name: "MuiModal",
2165
1920
  slot: "Backdrop"
2166
1921
  })({
2167
1922
  zIndex: -1
2168
- }), ct = /* @__PURE__ */ m.forwardRef(function(n, r) {
2169
- const o = q({
1923
+ }), at = /* @__PURE__ */ y.forwardRef(function(n, r) {
1924
+ const o = Y({
2170
1925
  name: "MuiModal",
2171
1926
  props: n
2172
1927
  }), {
2173
- BackdropComponent: a = fn,
1928
+ BackdropComponent: a = on,
2174
1929
  BackdropProps: i,
2175
- classes: u,
1930
+ classes: d,
2176
1931
  className: p,
2177
- closeAfterTransition: d = !1,
1932
+ closeAfterTransition: u = !1,
2178
1933
  children: l,
2179
- container: g,
1934
+ container: m,
2180
1935
  component: c,
2181
1936
  components: s = {},
2182
1937
  componentsProps: f = {},
2183
- disableAutoFocus: y = !1,
1938
+ disableAutoFocus: g = !1,
2184
1939
  disableEnforceFocus: E = !1,
2185
- disableEscapeKeyDown: T = !1,
1940
+ disableEscapeKeyDown: O = !1,
2186
1941
  disablePortal: S = !1,
2187
1942
  disableRestoreFocus: R = !1,
2188
1943
  disableScrollLock: h = !1,
2189
- hideBackdrop: x = !1,
1944
+ hideBackdrop: T = !1,
2190
1945
  keepMounted: P = !1,
2191
1946
  onClose: w,
2192
1947
  onTransitionEnter: N,
2193
- onTransitionExited: k,
1948
+ onTransitionExited: _,
2194
1949
  open: M,
2195
- slotProps: j = {},
1950
+ slotProps: A = {},
2196
1951
  slots: F = {},
2197
1952
  // eslint-disable-next-line react/prop-types
2198
1953
  theme: ne,
2199
1954
  ...$
2200
- } = o, O = {
1955
+ } = o, x = {
2201
1956
  ...o,
2202
- closeAfterTransition: d,
2203
- disableAutoFocus: y,
1957
+ closeAfterTransition: u,
1958
+ disableAutoFocus: g,
2204
1959
  disableEnforceFocus: E,
2205
- disableEscapeKeyDown: T,
1960
+ disableEscapeKeyDown: O,
2206
1961
  disablePortal: S,
2207
1962
  disableRestoreFocus: R,
2208
1963
  disableScrollLock: h,
2209
- hideBackdrop: x,
1964
+ hideBackdrop: T,
2210
1965
  keepMounted: P
2211
1966
  }, {
2212
1967
  getRootProps: v,
2213
1968
  getBackdropProps: b,
2214
- getTransitionProps: Z,
2215
- portalRef: re,
1969
+ getTransitionProps: X,
1970
+ portalRef: oe,
2216
1971
  isTopModal: xe,
2217
- exited: de,
2218
- hasTransition: pe
2219
- } = cn({
2220
- ...O,
1972
+ exited: ue,
1973
+ hasTransition: de
1974
+ } = Qt({
1975
+ ...x,
2221
1976
  rootRef: r
2222
- }), L = {
2223
- ...O,
2224
- exited: de
2225
- }, oe = dn(L), J = {};
2226
- if (l.props.tabIndex === void 0 && (J.tabIndex = "-1"), pe) {
1977
+ }), I = {
1978
+ ...x,
1979
+ exited: ue
1980
+ }, re = tn(I), Z = {};
1981
+ if (l.props.tabIndex === void 0 && (Z.tabIndex = "-1"), de) {
2227
1982
  const {
2228
- onEnter: G,
1983
+ onEnter: H,
2229
1984
  onExited: ie
2230
- } = Z();
2231
- J.onEnter = G, J.onExited = ie;
1985
+ } = X();
1986
+ Z.onEnter = H, Z.onExited = ie;
2232
1987
  }
2233
- const fe = {
1988
+ const pe = {
2234
1989
  slots: {
2235
1990
  root: s.Root,
2236
1991
  backdrop: s.Backdrop,
@@ -2238,54 +1993,54 @@ const dn = (t) => {
2238
1993
  },
2239
1994
  slotProps: {
2240
1995
  ...f,
2241
- ...j
1996
+ ...A
2242
1997
  }
2243
- }, [Oe, Se] = B("root", {
1998
+ }, [Oe, Se] = U("root", {
2244
1999
  ref: r,
2245
- elementType: pn,
2000
+ elementType: nn,
2246
2001
  externalForwardedProps: {
2247
- ...fe,
2002
+ ...pe,
2248
2003
  ...$,
2249
2004
  component: c
2250
2005
  },
2251
2006
  getSlotProps: v,
2252
- ownerState: L,
2253
- className: A(p, oe?.root, !L.open && L.exited && oe?.hidden)
2254
- }), [Re, Ne] = B("backdrop", {
2007
+ ownerState: I,
2008
+ className: L(p, re?.root, !I.open && I.exited && re?.hidden)
2009
+ }), [Re, Ne] = U("backdrop", {
2255
2010
  ref: i?.ref,
2256
2011
  elementType: a,
2257
- externalForwardedProps: fe,
2012
+ externalForwardedProps: pe,
2258
2013
  shouldForwardComponentProp: !0,
2259
2014
  additionalProps: i,
2260
- getSlotProps: (G) => b({
2261
- ...G,
2015
+ getSlotProps: (H) => b({
2016
+ ...H,
2262
2017
  onClick: (ie) => {
2263
- G?.onClick && G.onClick(ie);
2018
+ H?.onClick && H.onClick(ie);
2264
2019
  }
2265
2020
  }),
2266
- className: A(i?.className, oe?.backdrop),
2267
- ownerState: L
2021
+ className: L(i?.className, re?.backdrop),
2022
+ ownerState: I
2268
2023
  });
2269
- return !P && !M && (!pe || de) ? null : /* @__PURE__ */ D(be, {
2270
- ref: re,
2271
- container: g,
2024
+ return !P && !M && (!de || ue) ? null : /* @__PURE__ */ D(he, {
2025
+ ref: oe,
2026
+ container: m,
2272
2027
  disablePortal: S,
2273
- children: /* @__PURE__ */ et(Oe, {
2028
+ children: /* @__PURE__ */ Je(Oe, {
2274
2029
  ...Se,
2275
- children: [!x && a ? /* @__PURE__ */ D(Re, {
2030
+ children: [!T && a ? /* @__PURE__ */ D(Re, {
2276
2031
  ...Ne
2277
- }) : null, /* @__PURE__ */ D(Ee, {
2032
+ }) : null, /* @__PURE__ */ D(ve, {
2278
2033
  disableEnforceFocus: E,
2279
- disableAutoFocus: y,
2034
+ disableAutoFocus: g,
2280
2035
  disableRestoreFocus: R,
2281
2036
  isEnabled: xe,
2282
2037
  open: M,
2283
- children: /* @__PURE__ */ m.cloneElement(l, J)
2038
+ children: /* @__PURE__ */ y.cloneElement(l, Z)
2284
2039
  })]
2285
2040
  })
2286
2041
  });
2287
2042
  });
2288
- process.env.NODE_ENV !== "production" && (ct.propTypes = {
2043
+ process.env.NODE_ENV !== "production" && (at.propTypes = {
2289
2044
  // ┌────────────────────────────── Warning ──────────────────────────────┐
2290
2045
  // │ These PropTypes are generated from the TypeScript type definitions. │
2291
2046
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -2362,7 +2117,7 @@ process.env.NODE_ENV !== "production" && (ct.propTypes = {
2362
2117
  * By default, it uses the body of the top-level document object,
2363
2118
  * so it's simply `document.body` most of the time.
2364
2119
  */
2365
- container: e.oneOfType([at, e.func]),
2120
+ container: e.oneOfType([it, e.func]),
2366
2121
  /**
2367
2122
  * If `true`, the modal will not automatically shift focus to itself when it opens, and
2368
2123
  * replace it to the last focused element when it closes.
@@ -2456,32 +2211,32 @@ process.env.NODE_ENV !== "production" && (ct.propTypes = {
2456
2211
  */
2457
2212
  sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
2458
2213
  });
2459
- function gn(t) {
2460
- return V("MuiDialog", t);
2214
+ function rn(t) {
2215
+ return K("MuiDialog", t);
2461
2216
  }
2462
- const Pe = H("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), je = /* @__PURE__ */ m.createContext({});
2463
- process.env.NODE_ENV !== "production" && (je.displayName = "DialogContext");
2464
- const yn = I(Ie, {
2217
+ const Pe = G("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), Le = /* @__PURE__ */ y.createContext({});
2218
+ process.env.NODE_ENV !== "production" && (Le.displayName = "DialogContext");
2219
+ const sn = j(Ie, {
2465
2220
  name: "MuiDialog",
2466
2221
  slot: "Backdrop",
2467
2222
  overrides: (t, n) => n.backdrop
2468
2223
  })({
2469
2224
  // Improve scrollable dialog support.
2470
2225
  zIndex: -1
2471
- }), mn = (t) => {
2226
+ }), an = (t) => {
2472
2227
  const {
2473
2228
  classes: n,
2474
2229
  scroll: r,
2475
2230
  maxWidth: o,
2476
2231
  fullWidth: a,
2477
2232
  fullScreen: i
2478
- } = t, u = {
2233
+ } = t, d = {
2479
2234
  root: ["root"],
2480
- container: ["container", `scroll${W(r)}`],
2481
- paper: ["paper", `paperScroll${W(r)}`, `paperWidth${W(String(o))}`, a && "paperFullWidth", i && "paperFullScreen"]
2235
+ container: ["container", `scroll${te(r)}`],
2236
+ paper: ["paper", `paperScroll${te(r)}`, `paperWidth${te(String(o))}`, a && "paperFullWidth", i && "paperFullScreen"]
2482
2237
  };
2483
- return K(u, gn, n);
2484
- }, hn = I(ct, {
2238
+ return z(d, rn, n);
2239
+ }, ln = j(at, {
2485
2240
  name: "MuiDialog",
2486
2241
  slot: "Root"
2487
2242
  })({
@@ -2489,14 +2244,14 @@ const yn = I(Ie, {
2489
2244
  // Use !important to override the Modal inline-style.
2490
2245
  position: "absolute !important"
2491
2246
  }
2492
- }), bn = I("div", {
2247
+ }), cn = j("div", {
2493
2248
  name: "MuiDialog",
2494
2249
  slot: "Container",
2495
2250
  overridesResolver: (t, n) => {
2496
2251
  const {
2497
2252
  ownerState: r
2498
2253
  } = t;
2499
- return [n.container, n[`scroll${W(r.scroll)}`]];
2254
+ return [n.container, n[`scroll${te(r.scroll)}`]];
2500
2255
  }
2501
2256
  })({
2502
2257
  height: "100%",
@@ -2531,16 +2286,16 @@ const yn = I(Ie, {
2531
2286
  }
2532
2287
  }
2533
2288
  }]
2534
- }), vn = I(Me, {
2289
+ }), un = j(Me, {
2535
2290
  name: "MuiDialog",
2536
2291
  slot: "Paper",
2537
2292
  overridesResolver: (t, n) => {
2538
2293
  const {
2539
2294
  ownerState: r
2540
2295
  } = t;
2541
- return [n.paper, n[`scrollPaper${W(r.scroll)}`], n[`paperWidth${W(String(r.maxWidth))}`], r.fullWidth && n.paperFullWidth, r.fullScreen && n.paperFullScreen];
2296
+ return [n.paper, n[`scrollPaper${te(r.scroll)}`], n[`paperWidth${te(String(r.maxWidth))}`], r.fullWidth && n.paperFullWidth, r.fullScreen && n.paperFullScreen];
2542
2297
  }
2543
- })(ue(({
2298
+ })(Ee(({
2544
2299
  theme: t
2545
2300
  }) => ({
2546
2301
  margin: 32,
@@ -2623,103 +2378,103 @@ const yn = I(Ie, {
2623
2378
  }
2624
2379
  }
2625
2380
  }]
2626
- }))), En = /* @__PURE__ */ m.forwardRef(function(n, r) {
2627
- const o = q({
2381
+ }))), dn = /* @__PURE__ */ y.forwardRef(function(n, r) {
2382
+ const o = Y({
2628
2383
  props: n,
2629
2384
  name: "MuiDialog"
2630
- }), a = ke(), i = {
2385
+ }), a = _e(), i = {
2631
2386
  enter: a.transitions.duration.enteringScreen,
2632
2387
  exit: a.transitions.duration.leavingScreen
2633
2388
  }, {
2634
- "aria-describedby": u,
2389
+ "aria-describedby": d,
2635
2390
  "aria-labelledby": p,
2636
- "aria-modal": d = !0,
2391
+ "aria-modal": u = !0,
2637
2392
  BackdropComponent: l,
2638
- BackdropProps: g,
2393
+ BackdropProps: m,
2639
2394
  children: c,
2640
2395
  className: s,
2641
2396
  disableEscapeKeyDown: f = !1,
2642
- fullScreen: y = !1,
2397
+ fullScreen: g = !1,
2643
2398
  fullWidth: E = !1,
2644
- maxWidth: T = "sm",
2399
+ maxWidth: O = "sm",
2645
2400
  onClick: S,
2646
2401
  onClose: R,
2647
2402
  open: h,
2648
- PaperComponent: x = Me,
2403
+ PaperComponent: T = Me,
2649
2404
  PaperProps: P = {},
2650
2405
  scroll: w = "paper",
2651
2406
  slots: N = {},
2652
- slotProps: k = {},
2653
- TransitionComponent: M = ve,
2654
- transitionDuration: j = i,
2407
+ slotProps: _ = {},
2408
+ TransitionComponent: M = be,
2409
+ transitionDuration: A = i,
2655
2410
  TransitionProps: F,
2656
2411
  ...ne
2657
2412
  } = o, $ = {
2658
2413
  ...o,
2659
2414
  disableEscapeKeyDown: f,
2660
- fullScreen: y,
2415
+ fullScreen: g,
2661
2416
  fullWidth: E,
2662
- maxWidth: T,
2417
+ maxWidth: O,
2663
2418
  scroll: w
2664
- }, O = mn($), v = m.useRef(), b = (se) => {
2419
+ }, x = an($), v = y.useRef(), b = (se) => {
2665
2420
  v.current = se.target === se.currentTarget;
2666
- }, Z = (se) => {
2421
+ }, X = (se) => {
2667
2422
  S && S(se), v.current && (v.current = null, R && R(se, "backdropClick"));
2668
- }, re = bt(p), xe = m.useMemo(() => ({
2669
- titleId: re
2670
- }), [re]), de = {
2423
+ }, oe = gt(p), xe = y.useMemo(() => ({
2424
+ titleId: oe
2425
+ }), [oe]), ue = {
2671
2426
  transition: M,
2672
2427
  ...N
2673
- }, pe = {
2428
+ }, de = {
2674
2429
  transition: F,
2675
2430
  paper: P,
2676
- backdrop: g,
2677
- ...k
2678
- }, L = {
2679
- slots: de,
2680
- slotProps: pe
2681
- }, [oe, J] = B("root", {
2682
- elementType: hn,
2431
+ backdrop: m,
2432
+ ..._
2433
+ }, I = {
2434
+ slots: ue,
2435
+ slotProps: de
2436
+ }, [re, Z] = U("root", {
2437
+ elementType: ln,
2683
2438
  shouldForwardComponentProp: !0,
2684
- externalForwardedProps: L,
2439
+ externalForwardedProps: I,
2685
2440
  ownerState: $,
2686
- className: A(O.root, s),
2441
+ className: L(x.root, s),
2687
2442
  ref: r
2688
- }), [fe, Oe] = B("backdrop", {
2689
- elementType: yn,
2443
+ }), [pe, Oe] = U("backdrop", {
2444
+ elementType: sn,
2690
2445
  shouldForwardComponentProp: !0,
2691
- externalForwardedProps: L,
2446
+ externalForwardedProps: I,
2692
2447
  ownerState: $
2693
- }), [Se, Re] = B("paper", {
2694
- elementType: vn,
2448
+ }), [Se, Re] = U("paper", {
2449
+ elementType: un,
2695
2450
  shouldForwardComponentProp: !0,
2696
- externalForwardedProps: L,
2451
+ externalForwardedProps: I,
2697
2452
  ownerState: $,
2698
- className: A(O.paper, P.className)
2699
- }), [Ne, G] = B("container", {
2700
- elementType: bn,
2701
- externalForwardedProps: L,
2453
+ className: L(x.paper, P.className)
2454
+ }), [Ne, H] = U("container", {
2455
+ elementType: cn,
2456
+ externalForwardedProps: I,
2702
2457
  ownerState: $,
2703
- className: O.container
2704
- }), [ie, ut] = B("transition", {
2705
- elementType: ve,
2706
- externalForwardedProps: L,
2458
+ className: x.container
2459
+ }), [ie, lt] = U("transition", {
2460
+ elementType: be,
2461
+ externalForwardedProps: I,
2707
2462
  ownerState: $,
2708
2463
  additionalProps: {
2709
2464
  appear: !0,
2710
2465
  in: h,
2711
- timeout: j,
2466
+ timeout: A,
2712
2467
  role: "presentation"
2713
2468
  }
2714
2469
  });
2715
- return /* @__PURE__ */ D(oe, {
2470
+ return /* @__PURE__ */ D(re, {
2716
2471
  closeAfterTransition: !0,
2717
2472
  slots: {
2718
- backdrop: fe
2473
+ backdrop: pe
2719
2474
  },
2720
2475
  slotProps: {
2721
2476
  backdrop: {
2722
- transitionDuration: j,
2477
+ transitionDuration: A,
2723
2478
  as: l,
2724
2479
  ...Oe
2725
2480
  }
@@ -2727,23 +2482,23 @@ const yn = I(Ie, {
2727
2482
  disableEscapeKeyDown: f,
2728
2483
  onClose: R,
2729
2484
  open: h,
2730
- onClick: Z,
2731
- ...J,
2485
+ onClick: X,
2486
+ ...Z,
2732
2487
  ...ne,
2733
2488
  children: /* @__PURE__ */ D(ie, {
2734
- ...ut,
2489
+ ...lt,
2735
2490
  children: /* @__PURE__ */ D(Ne, {
2736
2491
  onMouseDown: b,
2737
- ...G,
2492
+ ...H,
2738
2493
  children: /* @__PURE__ */ D(Se, {
2739
- as: x,
2494
+ as: T,
2740
2495
  elevation: 24,
2741
2496
  role: "dialog",
2742
- "aria-describedby": u,
2743
- "aria-labelledby": re,
2744
- "aria-modal": d,
2497
+ "aria-describedby": d,
2498
+ "aria-labelledby": oe,
2499
+ "aria-modal": u,
2745
2500
  ...Re,
2746
- children: /* @__PURE__ */ D(je.Provider, {
2501
+ children: /* @__PURE__ */ D(Le.Provider, {
2747
2502
  value: xe,
2748
2503
  children: c
2749
2504
  })
@@ -2752,7 +2507,7 @@ const yn = I(Ie, {
2752
2507
  })
2753
2508
  });
2754
2509
  });
2755
- process.env.NODE_ENV !== "production" && (En.propTypes = {
2510
+ process.env.NODE_ENV !== "production" && (dn.propTypes = {
2756
2511
  // ┌────────────────────────────── Warning ──────────────────────────────┐
2757
2512
  // │ These PropTypes are generated from the TypeScript type definitions. │
2758
2513
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -2907,19 +2662,19 @@ process.env.NODE_ENV !== "production" && (En.propTypes = {
2907
2662
  */
2908
2663
  TransitionProps: e.object
2909
2664
  });
2910
- function Tn(t) {
2911
- return V("MuiDialogActions", t);
2665
+ function pn(t) {
2666
+ return K("MuiDialogActions", t);
2912
2667
  }
2913
- H("MuiDialogActions", ["root", "spacing"]);
2914
- const xn = (t) => {
2668
+ G("MuiDialogActions", ["root", "spacing"]);
2669
+ const fn = (t) => {
2915
2670
  const {
2916
2671
  classes: n,
2917
2672
  disableSpacing: r
2918
2673
  } = t;
2919
- return K({
2674
+ return z({
2920
2675
  root: ["root", !r && "spacing"]
2921
- }, Tn, n);
2922
- }, On = I("div", {
2676
+ }, pn, n);
2677
+ }, mn = j("div", {
2923
2678
  name: "MuiDialogActions",
2924
2679
  slot: "Root",
2925
2680
  overridesResolver: (t, n) => {
@@ -2944,26 +2699,26 @@ const xn = (t) => {
2944
2699
  }
2945
2700
  }
2946
2701
  }]
2947
- }), Sn = /* @__PURE__ */ m.forwardRef(function(n, r) {
2948
- const o = q({
2702
+ }), gn = /* @__PURE__ */ y.forwardRef(function(n, r) {
2703
+ const o = Y({
2949
2704
  props: n,
2950
2705
  name: "MuiDialogActions"
2951
2706
  }), {
2952
2707
  className: a,
2953
2708
  disableSpacing: i = !1,
2954
- ...u
2709
+ ...d
2955
2710
  } = o, p = {
2956
2711
  ...o,
2957
2712
  disableSpacing: i
2958
- }, d = xn(p);
2959
- return /* @__PURE__ */ D(On, {
2960
- className: A(d.root, a),
2713
+ }, u = fn(p);
2714
+ return /* @__PURE__ */ D(mn, {
2715
+ className: L(u.root, a),
2961
2716
  ownerState: p,
2962
2717
  ref: r,
2963
- ...u
2718
+ ...d
2964
2719
  });
2965
2720
  });
2966
- process.env.NODE_ENV !== "production" && (Sn.propTypes = {
2721
+ process.env.NODE_ENV !== "production" && (gn.propTypes = {
2967
2722
  // ┌────────────────────────────── Warning ──────────────────────────────┐
2968
2723
  // │ These PropTypes are generated from the TypeScript type definitions. │
2969
2724
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -2990,22 +2745,22 @@ process.env.NODE_ENV !== "production" && (Sn.propTypes = {
2990
2745
  */
2991
2746
  sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
2992
2747
  });
2993
- function Rn(t) {
2994
- return V("MuiDialogContent", t);
2748
+ function yn(t) {
2749
+ return K("MuiDialogContent", t);
2995
2750
  }
2996
- H("MuiDialogContent", ["root", "dividers"]);
2997
- function Nn(t) {
2998
- return V("MuiDialogTitle", t);
2751
+ G("MuiDialogContent", ["root", "dividers"]);
2752
+ function hn(t) {
2753
+ return K("MuiDialogTitle", t);
2999
2754
  }
3000
- const Dn = H("MuiDialogTitle", ["root"]), Pn = (t) => {
2755
+ const bn = G("MuiDialogTitle", ["root"]), vn = (t) => {
3001
2756
  const {
3002
2757
  classes: n,
3003
2758
  dividers: r
3004
2759
  } = t;
3005
- return K({
2760
+ return z({
3006
2761
  root: ["root", r && "dividers"]
3007
- }, Rn, n);
3008
- }, wn = I("div", {
2762
+ }, yn, n);
2763
+ }, En = j("div", {
3009
2764
  name: "MuiDialogContent",
3010
2765
  slot: "Root",
3011
2766
  overridesResolver: (t, n) => {
@@ -3014,7 +2769,7 @@ const Dn = H("MuiDialogTitle", ["root"]), Pn = (t) => {
3014
2769
  } = t;
3015
2770
  return [n.root, r.dividers && n.dividers];
3016
2771
  }
3017
- })(ue(({
2772
+ })(Ee(({
3018
2773
  theme: t
3019
2774
  }) => ({
3020
2775
  flex: "1 1 auto",
@@ -3036,31 +2791,31 @@ const Dn = H("MuiDialogTitle", ["root"]), Pn = (t) => {
3036
2791
  ownerState: n
3037
2792
  }) => !n.dividers,
3038
2793
  style: {
3039
- [`.${Dn.root} + &`]: {
2794
+ [`.${bn.root} + &`]: {
3040
2795
  paddingTop: 0
3041
2796
  }
3042
2797
  }
3043
2798
  }]
3044
- }))), Cn = /* @__PURE__ */ m.forwardRef(function(n, r) {
3045
- const o = q({
2799
+ }))), Tn = /* @__PURE__ */ y.forwardRef(function(n, r) {
2800
+ const o = Y({
3046
2801
  props: n,
3047
2802
  name: "MuiDialogContent"
3048
2803
  }), {
3049
2804
  className: a,
3050
2805
  dividers: i = !1,
3051
- ...u
2806
+ ...d
3052
2807
  } = o, p = {
3053
2808
  ...o,
3054
2809
  dividers: i
3055
- }, d = Pn(p);
3056
- return /* @__PURE__ */ D(wn, {
3057
- className: A(d.root, a),
2810
+ }, u = vn(p);
2811
+ return /* @__PURE__ */ D(En, {
2812
+ className: L(u.root, a),
3058
2813
  ownerState: p,
3059
2814
  ref: r,
3060
- ...u
2815
+ ...d
3061
2816
  });
3062
2817
  });
3063
- process.env.NODE_ENV !== "production" && (Cn.propTypes = {
2818
+ process.env.NODE_ENV !== "production" && (Tn.propTypes = {
3064
2819
  // ┌────────────────────────────── Warning ──────────────────────────────┐
3065
2820
  // │ These PropTypes are generated from the TypeScript type definitions. │
3066
2821
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -3087,41 +2842,41 @@ process.env.NODE_ENV !== "production" && (Cn.propTypes = {
3087
2842
  */
3088
2843
  sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
3089
2844
  });
3090
- const _n = (t) => {
2845
+ const xn = (t) => {
3091
2846
  const {
3092
2847
  classes: n
3093
2848
  } = t;
3094
- return K({
2849
+ return z({
3095
2850
  root: ["root"]
3096
- }, Nn, n);
3097
- }, kn = I(st, {
2851
+ }, hn, n);
2852
+ }, On = j(yt, {
3098
2853
  name: "MuiDialogTitle",
3099
2854
  slot: "Root"
3100
2855
  })({
3101
2856
  padding: "16px 24px",
3102
2857
  flex: "0 0 auto"
3103
- }), Mn = /* @__PURE__ */ m.forwardRef(function(n, r) {
3104
- const o = q({
2858
+ }), Sn = /* @__PURE__ */ y.forwardRef(function(n, r) {
2859
+ const o = Y({
3105
2860
  props: n,
3106
2861
  name: "MuiDialogTitle"
3107
2862
  }), {
3108
2863
  className: a,
3109
2864
  id: i,
3110
- ...u
3111
- } = o, p = o, d = _n(p), {
2865
+ ...d
2866
+ } = o, p = o, u = xn(p), {
3112
2867
  titleId: l = i
3113
- } = m.useContext(je);
3114
- return /* @__PURE__ */ D(kn, {
2868
+ } = y.useContext(Le);
2869
+ return /* @__PURE__ */ D(On, {
3115
2870
  component: "h2",
3116
- className: A(d.root, a),
2871
+ className: L(u.root, a),
3117
2872
  ownerState: p,
3118
2873
  ref: r,
3119
2874
  variant: "h6",
3120
2875
  id: i ?? l,
3121
- ...u
2876
+ ...d
3122
2877
  });
3123
2878
  });
3124
- process.env.NODE_ENV !== "production" && (Mn.propTypes = {
2879
+ process.env.NODE_ENV !== "production" && (Sn.propTypes = {
3125
2880
  // ┌────────────────────────────── Warning ──────────────────────────────┐
3126
2881
  // │ These PropTypes are generated from the TypeScript type definitions. │
3127
2882
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -3148,9 +2903,8 @@ process.env.NODE_ENV !== "production" && (Mn.propTypes = {
3148
2903
  sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
3149
2904
  });
3150
2905
  export {
3151
- En as D,
3152
- st as T,
3153
- Mn as a,
3154
- Cn as b,
3155
- Sn as c
2906
+ dn as D,
2907
+ Sn as a,
2908
+ Tn as b,
2909
+ gn as c
3156
2910
  };