@tracktor/design-system 4.31.6 → 4.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -39,150 +39,150 @@ var Hn = {};
39
39
  var xl;
40
40
  function sf() {
41
41
  return xl || (xl = 1, process.env.NODE_ENV !== "production" && (function() {
42
- function e(I) {
43
- if (I == null) return null;
44
- if (typeof I == "function")
45
- return I.$$typeof === j ? null : I.displayName || I.name || null;
46
- if (typeof I == "string") return I;
47
- switch (I) {
42
+ function e(T) {
43
+ if (T == null) return null;
44
+ if (typeof T == "function")
45
+ return T.$$typeof === j ? null : T.displayName || T.name || null;
46
+ if (typeof T == "string") return T;
47
+ switch (T) {
48
48
  case v:
49
49
  return "Fragment";
50
50
  case S:
51
51
  return "Profiler";
52
52
  case E:
53
53
  return "StrictMode";
54
- case T:
54
+ case I:
55
55
  return "Suspense";
56
56
  case R:
57
57
  return "SuspenseList";
58
58
  case Q:
59
59
  return "Activity";
60
60
  }
61
- if (typeof I == "object")
62
- switch (typeof I.tag == "number" && console.error(
61
+ if (typeof T == "object")
62
+ switch (typeof T.tag == "number" && console.error(
63
63
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
64
- ), I.$$typeof) {
64
+ ), T.$$typeof) {
65
65
  case f:
66
66
  return "Portal";
67
67
  case C:
68
- return I.displayName || "Context";
68
+ return T.displayName || "Context";
69
69
  case x:
70
- return (I._context.displayName || "Context") + ".Consumer";
70
+ return (T._context.displayName || "Context") + ".Consumer";
71
71
  case h:
72
- var V = I.render;
73
- return I = I.displayName, I || (I = V.displayName || V.name || "", I = I !== "" ? "ForwardRef(" + I + ")" : "ForwardRef"), I;
74
- case M:
75
- return V = I.displayName || null, V !== null ? V : e(I.type) || "Memo";
72
+ var V = T.render;
73
+ return T = T.displayName, T || (T = V.displayName || V.name || "", T = T !== "" ? "ForwardRef(" + T + ")" : "ForwardRef"), T;
74
+ case P:
75
+ return V = T.displayName || null, V !== null ? V : e(T.type) || "Memo";
76
76
  case k:
77
- V = I._payload, I = I._init;
77
+ V = T._payload, T = T._init;
78
78
  try {
79
- return e(I(V));
79
+ return e(T(V));
80
80
  } catch {
81
81
  }
82
82
  }
83
83
  return null;
84
84
  }
85
- function t(I) {
86
- return "" + I;
85
+ function t(T) {
86
+ return "" + T;
87
87
  }
88
- function r(I) {
88
+ function r(T) {
89
89
  try {
90
- t(I);
90
+ t(T);
91
91
  var V = !1;
92
92
  } catch {
93
93
  V = !0;
94
94
  }
95
95
  if (V) {
96
96
  V = console;
97
- var Z = V.error, z = typeof Symbol == "function" && Symbol.toStringTag && I[Symbol.toStringTag] || I.constructor.name || "Object";
97
+ var Z = V.error, z = typeof Symbol == "function" && Symbol.toStringTag && T[Symbol.toStringTag] || T.constructor.name || "Object";
98
98
  return Z.call(
99
99
  V,
100
100
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
101
101
  z
102
- ), t(I);
102
+ ), t(T);
103
103
  }
104
104
  }
105
- function o(I) {
106
- if (I === v) return "<>";
107
- if (typeof I == "object" && I !== null && I.$$typeof === k)
105
+ function o(T) {
106
+ if (T === v) return "<>";
107
+ if (typeof T == "object" && T !== null && T.$$typeof === k)
108
108
  return "<...>";
109
109
  try {
110
- var V = e(I);
110
+ var V = e(T);
111
111
  return V ? "<" + V + ">" : "<...>";
112
112
  } catch {
113
113
  return "<...>";
114
114
  }
115
115
  }
116
116
  function i() {
117
- var I = g.A;
118
- return I === null ? null : I.getOwner();
117
+ var T = g.A;
118
+ return T === null ? null : T.getOwner();
119
119
  }
120
120
  function a() {
121
121
  return Error("react-stack-top-frame");
122
122
  }
123
- function s(I) {
124
- if (B.call(I, "key")) {
125
- var V = Object.getOwnPropertyDescriptor(I, "key").get;
123
+ function s(T) {
124
+ if (B.call(T, "key")) {
125
+ var V = Object.getOwnPropertyDescriptor(T, "key").get;
126
126
  if (V && V.isReactWarning) return !1;
127
127
  }
128
- return I.key !== void 0;
128
+ return T.key !== void 0;
129
129
  }
130
- function l(I, V) {
130
+ function l(T, V) {
131
131
  function Z() {
132
132
  O || (O = !0, console.error(
133
133
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
134
134
  V
135
135
  ));
136
136
  }
137
- Z.isReactWarning = !0, Object.defineProperty(I, "key", {
137
+ Z.isReactWarning = !0, Object.defineProperty(T, "key", {
138
138
  get: Z,
139
139
  configurable: !0
140
140
  });
141
141
  }
142
142
  function c() {
143
- var I = e(this.type);
144
- return U[I] || (U[I] = !0, console.error(
143
+ var T = e(this.type);
144
+ return U[T] || (U[T] = !0, console.error(
145
145
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
146
- )), I = this.props.ref, I !== void 0 ? I : null;
146
+ )), T = this.props.ref, T !== void 0 ? T : null;
147
147
  }
148
- function u(I, V, Z, z, $, H) {
148
+ function u(T, V, Z, z, $, H) {
149
149
  var Y = Z.ref;
150
- return I = {
150
+ return T = {
151
151
  $$typeof: m,
152
- type: I,
152
+ type: T,
153
153
  key: V,
154
154
  props: Z,
155
155
  _owner: z
156
- }, (Y !== void 0 ? Y : null) !== null ? Object.defineProperty(I, "ref", {
156
+ }, (Y !== void 0 ? Y : null) !== null ? Object.defineProperty(T, "ref", {
157
157
  enumerable: !1,
158
158
  get: c
159
- }) : Object.defineProperty(I, "ref", { enumerable: !1, value: null }), I._store = {}, Object.defineProperty(I._store, "validated", {
159
+ }) : Object.defineProperty(T, "ref", { enumerable: !1, value: null }), T._store = {}, Object.defineProperty(T._store, "validated", {
160
160
  configurable: !1,
161
161
  enumerable: !1,
162
162
  writable: !0,
163
163
  value: 0
164
- }), Object.defineProperty(I, "_debugInfo", {
164
+ }), Object.defineProperty(T, "_debugInfo", {
165
165
  configurable: !1,
166
166
  enumerable: !1,
167
167
  writable: !0,
168
168
  value: null
169
- }), Object.defineProperty(I, "_debugStack", {
169
+ }), Object.defineProperty(T, "_debugStack", {
170
170
  configurable: !1,
171
171
  enumerable: !1,
172
172
  writable: !0,
173
173
  value: $
174
- }), Object.defineProperty(I, "_debugTask", {
174
+ }), Object.defineProperty(T, "_debugTask", {
175
175
  configurable: !1,
176
176
  enumerable: !1,
177
177
  writable: !0,
178
178
  value: H
179
- }), Object.freeze && (Object.freeze(I.props), Object.freeze(I)), I;
179
+ }), Object.freeze && (Object.freeze(T.props), Object.freeze(T)), T;
180
180
  }
181
- function p(I, V, Z, z, $, H) {
181
+ function p(T, V, Z, z, $, H) {
182
182
  var Y = V.children;
183
183
  if (Y !== void 0)
184
184
  if (z)
185
- if (P(Y)) {
185
+ if (M(Y)) {
186
186
  for (z = 0; z < Y.length; z++)
187
187
  A(Y[z]);
188
188
  Object.freeze && Object.freeze(Y);
@@ -192,7 +192,7 @@ function sf() {
192
192
  );
193
193
  else A(Y);
194
194
  if (B.call(V, "key")) {
195
- Y = e(I);
195
+ Y = e(T);
196
196
  var oe = Object.keys(V).filter(function(_) {
197
197
  return _ !== "key";
198
198
  });
@@ -216,9 +216,9 @@ React keys must be passed directly to JSX without using spread:
216
216
  } else Z = V;
217
217
  return Y && l(
218
218
  Z,
219
- typeof I == "function" ? I.displayName || I.name || "Unknown" : I
219
+ typeof T == "function" ? T.displayName || T.name || "Unknown" : T
220
220
  ), u(
221
- I,
221
+ T,
222
222
  Y,
223
223
  Z,
224
224
  i(),
@@ -226,43 +226,43 @@ React keys must be passed directly to JSX without using spread:
226
226
  H
227
227
  );
228
228
  }
229
- function A(I) {
230
- b(I) ? I._store && (I._store.validated = 1) : typeof I == "object" && I !== null && I.$$typeof === k && (I._payload.status === "fulfilled" ? b(I._payload.value) && I._payload.value._store && (I._payload.value._store.validated = 1) : I._store && (I._store.validated = 1));
229
+ function A(T) {
230
+ b(T) ? T._store && (T._store.validated = 1) : typeof T == "object" && T !== null && T.$$typeof === k && (T._payload.status === "fulfilled" ? b(T._payload.value) && T._payload.value._store && (T._payload.value._store.validated = 1) : T._store && (T._store.validated = 1));
231
231
  }
232
- function b(I) {
233
- return typeof I == "object" && I !== null && I.$$typeof === m;
232
+ function b(T) {
233
+ return typeof T == "object" && T !== null && T.$$typeof === m;
234
234
  }
235
- var y = hr, m = /* @__PURE__ */ Symbol.for("react.transitional.element"), f = /* @__PURE__ */ Symbol.for("react.portal"), v = /* @__PURE__ */ Symbol.for("react.fragment"), E = /* @__PURE__ */ Symbol.for("react.strict_mode"), S = /* @__PURE__ */ Symbol.for("react.profiler"), x = /* @__PURE__ */ Symbol.for("react.consumer"), C = /* @__PURE__ */ Symbol.for("react.context"), h = /* @__PURE__ */ Symbol.for("react.forward_ref"), T = /* @__PURE__ */ Symbol.for("react.suspense"), R = /* @__PURE__ */ Symbol.for("react.suspense_list"), M = /* @__PURE__ */ Symbol.for("react.memo"), k = /* @__PURE__ */ Symbol.for("react.lazy"), Q = /* @__PURE__ */ Symbol.for("react.activity"), j = /* @__PURE__ */ Symbol.for("react.client.reference"), g = y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, B = Object.prototype.hasOwnProperty, P = Array.isArray, D = console.createTask ? console.createTask : function() {
235
+ var y = hr, m = /* @__PURE__ */ Symbol.for("react.transitional.element"), f = /* @__PURE__ */ Symbol.for("react.portal"), v = /* @__PURE__ */ Symbol.for("react.fragment"), E = /* @__PURE__ */ Symbol.for("react.strict_mode"), S = /* @__PURE__ */ Symbol.for("react.profiler"), x = /* @__PURE__ */ Symbol.for("react.consumer"), C = /* @__PURE__ */ Symbol.for("react.context"), h = /* @__PURE__ */ Symbol.for("react.forward_ref"), I = /* @__PURE__ */ Symbol.for("react.suspense"), R = /* @__PURE__ */ Symbol.for("react.suspense_list"), P = /* @__PURE__ */ Symbol.for("react.memo"), k = /* @__PURE__ */ Symbol.for("react.lazy"), Q = /* @__PURE__ */ Symbol.for("react.activity"), j = /* @__PURE__ */ Symbol.for("react.client.reference"), g = y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, B = Object.prototype.hasOwnProperty, M = Array.isArray, D = console.createTask ? console.createTask : function() {
236
236
  return null;
237
237
  };
238
238
  y = {
239
- react_stack_bottom_frame: function(I) {
240
- return I();
239
+ react_stack_bottom_frame: function(T) {
240
+ return T();
241
241
  }
242
242
  };
243
243
  var O, U = {}, X = y.react_stack_bottom_frame.bind(
244
244
  y,
245
245
  a
246
246
  )(), J = D(o(a)), N = {};
247
- Hn.Fragment = v, Hn.jsx = function(I, V, Z) {
247
+ Hn.Fragment = v, Hn.jsx = function(T, V, Z) {
248
248
  var z = 1e4 > g.recentlyCreatedOwnerStacks++;
249
249
  return p(
250
- I,
250
+ T,
251
251
  V,
252
252
  Z,
253
253
  !1,
254
254
  z ? Error("react-stack-top-frame") : X,
255
- z ? D(o(I)) : J
255
+ z ? D(o(T)) : J
256
256
  );
257
- }, Hn.jsxs = function(I, V, Z) {
257
+ }, Hn.jsxs = function(T, V, Z) {
258
258
  var z = 1e4 > g.recentlyCreatedOwnerStacks++;
259
259
  return p(
260
- I,
260
+ T,
261
261
  V,
262
262
  Z,
263
263
  !0,
264
264
  z ? Error("react-stack-top-frame") : X,
265
- z ? D(o(I)) : J
265
+ z ? D(o(T)) : J
266
266
  );
267
267
  };
268
268
  })()), Hn;
@@ -465,7 +465,7 @@ function wf(e) {
465
465
  return Vu(ni("", null, null, null, [""], e = Du(e), 0, [0], e));
466
466
  }
467
467
  function ni(e, t, r, o, i, a, s, l, c) {
468
- for (var u = 0, p = 0, A = s, b = 0, y = 0, m = 0, f = 1, v = 1, E = 1, S = 0, x = "", C = i, h = a, T = o, R = x; v; )
468
+ for (var u = 0, p = 0, A = s, b = 0, y = 0, m = 0, f = 1, v = 1, E = 1, S = 0, x = "", C = i, h = a, I = o, R = x; v; )
469
469
  switch (m = S, S = Lt()) {
470
470
  // (
471
471
  case 40:
@@ -522,9 +522,9 @@ function ni(e, t, r, o, i, a, s, l, c) {
522
522
  R += ";";
523
523
  // { rule/at-rule
524
524
  default:
525
- if (Wo(T = Sl(R, t, r, u, p, i, l, x, C = [], h = [], A), a), S === 123)
525
+ if (Wo(I = Sl(R, t, r, u, p, i, l, x, C = [], h = [], A), a), S === 123)
526
526
  if (p === 0)
527
- ni(R, t, T, T, C, a, A, l, h);
527
+ ni(R, t, I, I, C, a, A, l, h);
528
528
  else
529
529
  switch (b === 99 && ft(R, 3) === 110 ? 100 : b) {
530
530
  // d l m s
@@ -532,10 +532,10 @@ function ni(e, t, r, o, i, a, s, l, c) {
532
532
  case 108:
533
533
  case 109:
534
534
  case 115:
535
- ni(e, T, T, o && Wo(Sl(e, T, T, 0, 0, i, l, x, i, C = [], A), h), i, h, A, l, o ? C : h);
535
+ ni(e, I, I, o && Wo(Sl(e, I, I, 0, 0, i, l, x, i, C = [], A), h), i, h, A, l, o ? C : h);
536
536
  break;
537
537
  default:
538
- ni(R, T, T, T, [""], h, 0, l, h);
538
+ ni(R, I, I, I, [""], h, 0, l, h);
539
539
  }
540
540
  }
541
541
  u = p = y = 0, f = E = 1, x = R = "", A = s;
@@ -908,8 +908,8 @@ function Uf() {
908
908
  var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, r = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, o = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, i = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, a = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, c = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, p = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, A = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, b = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, y = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, m = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, f = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, v = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, E = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, S = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
909
909
  function x(h) {
910
910
  if (typeof h == "object" && h !== null) {
911
- var T = h.$$typeof;
912
- switch (T) {
911
+ var I = h.$$typeof;
912
+ switch (I) {
913
913
  case t:
914
914
  switch (h = h.type, h) {
915
915
  case c:
@@ -928,11 +928,11 @@ function Uf() {
928
928
  case s:
929
929
  return h;
930
930
  default:
931
- return T;
931
+ return I;
932
932
  }
933
933
  }
934
934
  case r:
935
- return T;
935
+ return I;
936
936
  }
937
937
  }
938
938
  }
@@ -1008,14 +1008,14 @@ function Qf() {
1008
1008
  }
1009
1009
  }
1010
1010
  }
1011
- var h = c, T = u, R = l, M = s, k = t, Q = p, j = o, g = m, B = y, P = r, D = a, O = i, U = A, X = !1;
1011
+ var h = c, I = u, R = l, P = s, k = t, Q = p, j = o, g = m, B = y, M = r, D = a, O = i, U = A, X = !1;
1012
1012
  function J(F) {
1013
1013
  return X || (X = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), N(F) || C(F) === c;
1014
1014
  }
1015
1015
  function N(F) {
1016
1016
  return C(F) === u;
1017
1017
  }
1018
- function I(F) {
1018
+ function T(F) {
1019
1019
  return C(F) === l;
1020
1020
  }
1021
1021
  function V(F) {
@@ -1048,7 +1048,7 @@ function Qf() {
1048
1048
  function ae(F) {
1049
1049
  return C(F) === A;
1050
1050
  }
1051
- Ve.AsyncMode = h, Ve.ConcurrentMode = T, Ve.ContextConsumer = R, Ve.ContextProvider = M, Ve.Element = k, Ve.ForwardRef = Q, Ve.Fragment = j, Ve.Lazy = g, Ve.Memo = B, Ve.Portal = P, Ve.Profiler = D, Ve.StrictMode = O, Ve.Suspense = U, Ve.isAsyncMode = J, Ve.isConcurrentMode = N, Ve.isContextConsumer = I, Ve.isContextProvider = V, Ve.isElement = Z, Ve.isForwardRef = z, Ve.isFragment = $, Ve.isLazy = H, Ve.isMemo = Y, Ve.isPortal = oe, Ve.isProfiler = ee, Ve.isStrictMode = _, Ve.isSuspense = ae, Ve.isValidElementType = x, Ve.typeOf = C;
1051
+ Ve.AsyncMode = h, Ve.ConcurrentMode = I, Ve.ContextConsumer = R, Ve.ContextProvider = P, Ve.Element = k, Ve.ForwardRef = Q, Ve.Fragment = j, Ve.Lazy = g, Ve.Memo = B, Ve.Portal = M, Ve.Profiler = D, Ve.StrictMode = O, Ve.Suspense = U, Ve.isAsyncMode = J, Ve.isConcurrentMode = N, Ve.isContextConsumer = T, Ve.isContextProvider = V, Ve.isElement = Z, Ve.isForwardRef = z, Ve.isFragment = $, Ve.isLazy = H, Ve.isMemo = Y, Ve.isPortal = oe, Ve.isProfiler = ee, Ve.isStrictMode = _, Ve.isSuspense = ae, Ve.isValidElementType = x, Ve.typeOf = C;
1052
1052
  })()), Ve;
1053
1053
  }
1054
1054
  var Ol;
@@ -1107,11 +1107,11 @@ function jf() {
1107
1107
  var S = c(f);
1108
1108
  u && (S = S.concat(u(f)));
1109
1109
  for (var x = s(m), C = s(f), h = 0; h < S.length; ++h) {
1110
- var T = S[h];
1111
- if (!r[T] && !(v && v[T]) && !(C && C[T]) && !(x && x[T])) {
1112
- var R = p(f, T);
1110
+ var I = S[h];
1111
+ if (!r[I] && !(v && v[I]) && !(C && C[I]) && !(x && x[I])) {
1112
+ var R = p(f, I);
1113
1113
  try {
1114
- l(m, T, R);
1114
+ l(m, I, R);
1115
1115
  } catch {
1116
1116
  }
1117
1117
  }
@@ -1879,8 +1879,8 @@ function uA() {
1879
1879
  var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, r = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, o = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, i = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, a = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, c = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, p = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, A = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, b = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, y = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, m = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, f = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, v = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, E = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, S = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
1880
1880
  function x(h) {
1881
1881
  if (typeof h == "object" && h !== null) {
1882
- var T = h.$$typeof;
1883
- switch (T) {
1882
+ var I = h.$$typeof;
1883
+ switch (I) {
1884
1884
  case t:
1885
1885
  switch (h = h.type, h) {
1886
1886
  case c:
@@ -1899,11 +1899,11 @@ function uA() {
1899
1899
  case s:
1900
1900
  return h;
1901
1901
  default:
1902
- return T;
1902
+ return I;
1903
1903
  }
1904
1904
  }
1905
1905
  case r:
1906
- return T;
1906
+ return I;
1907
1907
  }
1908
1908
  }
1909
1909
  }
@@ -1979,14 +1979,14 @@ function pA() {
1979
1979
  }
1980
1980
  }
1981
1981
  }
1982
- var h = c, T = u, R = l, M = s, k = t, Q = p, j = o, g = m, B = y, P = r, D = a, O = i, U = A, X = !1;
1982
+ var h = c, I = u, R = l, P = s, k = t, Q = p, j = o, g = m, B = y, M = r, D = a, O = i, U = A, X = !1;
1983
1983
  function J(F) {
1984
1984
  return X || (X = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), N(F) || C(F) === c;
1985
1985
  }
1986
1986
  function N(F) {
1987
1987
  return C(F) === u;
1988
1988
  }
1989
- function I(F) {
1989
+ function T(F) {
1990
1990
  return C(F) === l;
1991
1991
  }
1992
1992
  function V(F) {
@@ -2019,7 +2019,7 @@ function pA() {
2019
2019
  function ae(F) {
2020
2020
  return C(F) === A;
2021
2021
  }
2022
- Le.AsyncMode = h, Le.ConcurrentMode = T, Le.ContextConsumer = R, Le.ContextProvider = M, Le.Element = k, Le.ForwardRef = Q, Le.Fragment = j, Le.Lazy = g, Le.Memo = B, Le.Portal = P, Le.Profiler = D, Le.StrictMode = O, Le.Suspense = U, Le.isAsyncMode = J, Le.isConcurrentMode = N, Le.isContextConsumer = I, Le.isContextProvider = V, Le.isElement = Z, Le.isForwardRef = z, Le.isFragment = $, Le.isLazy = H, Le.isMemo = Y, Le.isPortal = oe, Le.isProfiler = ee, Le.isStrictMode = _, Le.isSuspense = ae, Le.isValidElementType = x, Le.typeOf = C;
2022
+ Le.AsyncMode = h, Le.ConcurrentMode = I, Le.ContextConsumer = R, Le.ContextProvider = P, Le.Element = k, Le.ForwardRef = Q, Le.Fragment = j, Le.Lazy = g, Le.Memo = B, Le.Portal = M, Le.Profiler = D, Le.StrictMode = O, Le.Suspense = U, Le.isAsyncMode = J, Le.isConcurrentMode = N, Le.isContextConsumer = T, Le.isContextProvider = V, Le.isElement = Z, Le.isForwardRef = z, Le.isFragment = $, Le.isLazy = H, Le.isMemo = Y, Le.isPortal = oe, Le.isProfiler = ee, Le.isStrictMode = _, Le.isSuspense = ae, Le.isValidElementType = x, Le.typeOf = C;
2023
2023
  })()), Le;
2024
2024
  }
2025
2025
  var Ll;
@@ -2152,9 +2152,9 @@ function AA() {
2152
2152
  return wa = function(l, c) {
2153
2153
  var u = typeof Symbol == "function" && Symbol.iterator, p = "@@iterator";
2154
2154
  function A(N) {
2155
- var I = N && (u && N[u] || N[p]);
2156
- if (typeof I == "function")
2157
- return I;
2155
+ var T = N && (u && N[u] || N[p]);
2156
+ if (typeof T == "function")
2157
+ return T;
2158
2158
  }
2159
2159
  var b = "<<anonymous>>", y = {
2160
2160
  array: E("array"),
@@ -2169,24 +2169,24 @@ function AA() {
2169
2169
  arrayOf: x,
2170
2170
  element: C(),
2171
2171
  elementType: h(),
2172
- instanceOf: T,
2172
+ instanceOf: I,
2173
2173
  node: Q(),
2174
- objectOf: M,
2174
+ objectOf: P,
2175
2175
  oneOf: R,
2176
2176
  oneOfType: k,
2177
2177
  shape: g,
2178
2178
  exact: B
2179
2179
  };
2180
- function m(N, I) {
2181
- return N === I ? N !== 0 || 1 / N === 1 / I : N !== N && I !== I;
2180
+ function m(N, T) {
2181
+ return N === T ? N !== 0 || 1 / N === 1 / T : N !== N && T !== T;
2182
2182
  }
2183
- function f(N, I) {
2184
- this.message = N, this.data = I && typeof I == "object" ? I : {}, this.stack = "";
2183
+ function f(N, T) {
2184
+ this.message = N, this.data = T && typeof T == "object" ? T : {}, this.stack = "";
2185
2185
  }
2186
2186
  f.prototype = Error.prototype;
2187
2187
  function v(N) {
2188
2188
  if (process.env.NODE_ENV !== "production")
2189
- var I = {}, V = 0;
2189
+ var T = {}, V = 0;
2190
2190
  function Z($, H, Y, oe, ee, _, ae) {
2191
2191
  if (oe = oe || b, _ = _ || Y, ae !== r) {
2192
2192
  if (c) {
@@ -2196,10 +2196,10 @@ function AA() {
2196
2196
  throw F.name = "Invariant Violation", F;
2197
2197
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
2198
2198
  var de = oe + ":" + Y;
2199
- !I[de] && // Avoid spamming the console because they are often not actionable except for lib authors
2199
+ !T[de] && // Avoid spamming the console because they are often not actionable except for lib authors
2200
2200
  V < 3 && (a(
2201
2201
  "You are manually calling a React.PropTypes validation function for the `" + _ + "` prop on `" + oe + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
2202
- ), I[de] = !0, V++);
2202
+ ), T[de] = !0, V++);
2203
2203
  }
2204
2204
  }
2205
2205
  return H[Y] == null ? $ ? H[Y] === null ? new f("The " + ee + " `" + _ + "` is marked as required " + ("in `" + oe + "`, but its value is `null`.")) : new f("The " + ee + " `" + _ + "` is marked as required in " + ("`" + oe + "`, but its value is `undefined`.")) : null : N(H, Y, oe, ee, _);
@@ -2208,7 +2208,7 @@ function AA() {
2208
2208
  return z.isRequired = Z.bind(null, !0), z;
2209
2209
  }
2210
2210
  function E(N) {
2211
- function I(V, Z, z, $, H, Y) {
2211
+ function T(V, Z, z, $, H, Y) {
2212
2212
  var oe = V[Z], ee = O(oe);
2213
2213
  if (ee !== N) {
2214
2214
  var _ = U(oe);
@@ -2219,13 +2219,13 @@ function AA() {
2219
2219
  }
2220
2220
  return null;
2221
2221
  }
2222
- return v(I);
2222
+ return v(T);
2223
2223
  }
2224
2224
  function S() {
2225
2225
  return v(s);
2226
2226
  }
2227
2227
  function x(N) {
2228
- function I(V, Z, z, $, H) {
2228
+ function T(V, Z, z, $, H) {
2229
2229
  if (typeof N != "function")
2230
2230
  return new f("Property `" + H + "` of component `" + z + "` has invalid PropType notation inside arrayOf.");
2231
2231
  var Y = V[Z];
@@ -2240,11 +2240,11 @@ function AA() {
2240
2240
  }
2241
2241
  return null;
2242
2242
  }
2243
- return v(I);
2243
+ return v(T);
2244
2244
  }
2245
2245
  function C() {
2246
- function N(I, V, Z, z, $) {
2247
- var H = I[V];
2246
+ function N(T, V, Z, z, $) {
2247
+ var H = T[V];
2248
2248
  if (!l(H)) {
2249
2249
  var Y = O(H);
2250
2250
  return new f("Invalid " + z + " `" + $ + "` of type " + ("`" + Y + "` supplied to `" + Z + "`, expected a single ReactElement."));
@@ -2254,8 +2254,8 @@ function AA() {
2254
2254
  return v(N);
2255
2255
  }
2256
2256
  function h() {
2257
- function N(I, V, Z, z, $) {
2258
- var H = I[V];
2257
+ function N(T, V, Z, z, $) {
2258
+ var H = T[V];
2259
2259
  if (!e.isValidElementType(H)) {
2260
2260
  var Y = O(H);
2261
2261
  return new f("Invalid " + z + " `" + $ + "` of type " + ("`" + Y + "` supplied to `" + Z + "`, expected a single ReactElement type."));
@@ -2264,22 +2264,22 @@ function AA() {
2264
2264
  }
2265
2265
  return v(N);
2266
2266
  }
2267
- function T(N) {
2268
- function I(V, Z, z, $, H) {
2267
+ function I(N) {
2268
+ function T(V, Z, z, $, H) {
2269
2269
  if (!(V[Z] instanceof N)) {
2270
2270
  var Y = N.name || b, oe = J(V[Z]);
2271
2271
  return new f("Invalid " + $ + " `" + H + "` of type " + ("`" + oe + "` supplied to `" + z + "`, expected ") + ("instance of `" + Y + "`."));
2272
2272
  }
2273
2273
  return null;
2274
2274
  }
2275
- return v(I);
2275
+ return v(T);
2276
2276
  }
2277
2277
  function R(N) {
2278
2278
  if (!Array.isArray(N))
2279
2279
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
2280
2280
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
2281
2281
  ) : a("Invalid argument supplied to oneOf, expected an array.")), s;
2282
- function I(V, Z, z, $, H) {
2282
+ function T(V, Z, z, $, H) {
2283
2283
  for (var Y = V[Z], oe = 0; oe < N.length; oe++)
2284
2284
  if (m(Y, N[oe]))
2285
2285
  return null;
@@ -2289,10 +2289,10 @@ function AA() {
2289
2289
  });
2290
2290
  return new f("Invalid " + $ + " `" + H + "` of value `" + String(Y) + "` " + ("supplied to `" + z + "`, expected one of " + ee + "."));
2291
2291
  }
2292
- return v(I);
2292
+ return v(T);
2293
2293
  }
2294
- function M(N) {
2295
- function I(V, Z, z, $, H) {
2294
+ function P(N) {
2295
+ function T(V, Z, z, $, H) {
2296
2296
  if (typeof N != "function")
2297
2297
  return new f("Property `" + H + "` of component `" + z + "` has invalid PropType notation inside objectOf.");
2298
2298
  var Y = V[Z], oe = O(Y);
@@ -2306,16 +2306,16 @@ function AA() {
2306
2306
  }
2307
2307
  return null;
2308
2308
  }
2309
- return v(I);
2309
+ return v(T);
2310
2310
  }
2311
2311
  function k(N) {
2312
2312
  if (!Array.isArray(N))
2313
2313
  return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), s;
2314
- for (var I = 0; I < N.length; I++) {
2315
- var V = N[I];
2314
+ for (var T = 0; T < N.length; T++) {
2315
+ var V = N[T];
2316
2316
  if (typeof V != "function")
2317
2317
  return a(
2318
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + X(V) + " at index " + I + "."
2318
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + X(V) + " at index " + T + "."
2319
2319
  ), s;
2320
2320
  }
2321
2321
  function Z(z, $, H, Y, oe) {
@@ -2331,18 +2331,18 @@ function AA() {
2331
2331
  return v(Z);
2332
2332
  }
2333
2333
  function Q() {
2334
- function N(I, V, Z, z, $) {
2335
- return P(I[V]) ? null : new f("Invalid " + z + " `" + $ + "` supplied to " + ("`" + Z + "`, expected a ReactNode."));
2334
+ function N(T, V, Z, z, $) {
2335
+ return M(T[V]) ? null : new f("Invalid " + z + " `" + $ + "` supplied to " + ("`" + Z + "`, expected a ReactNode."));
2336
2336
  }
2337
2337
  return v(N);
2338
2338
  }
2339
- function j(N, I, V, Z, z) {
2339
+ function j(N, T, V, Z, z) {
2340
2340
  return new f(
2341
- (N || "React class") + ": " + I + " type `" + V + "." + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + z + "`."
2341
+ (N || "React class") + ": " + T + " type `" + V + "." + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + z + "`."
2342
2342
  );
2343
2343
  }
2344
2344
  function g(N) {
2345
- function I(V, Z, z, $, H) {
2345
+ function T(V, Z, z, $, H) {
2346
2346
  var Y = V[Z], oe = O(Y);
2347
2347
  if (oe !== "object")
2348
2348
  return new f("Invalid " + $ + " `" + H + "` of type `" + oe + "` " + ("supplied to `" + z + "`, expected `object`."));
@@ -2356,10 +2356,10 @@ function AA() {
2356
2356
  }
2357
2357
  return null;
2358
2358
  }
2359
- return v(I);
2359
+ return v(T);
2360
2360
  }
2361
2361
  function B(N) {
2362
- function I(V, Z, z, $, H) {
2362
+ function T(V, Z, z, $, H) {
2363
2363
  var Y = V[Z], oe = O(Y);
2364
2364
  if (oe !== "object")
2365
2365
  return new f("Invalid " + $ + " `" + H + "` of type `" + oe + "` " + ("supplied to `" + z + "`, expected `object`."));
@@ -2379,9 +2379,9 @@ Valid keys: ` + JSON.stringify(Object.keys(N), null, " ")
2379
2379
  }
2380
2380
  return null;
2381
2381
  }
2382
- return v(I);
2382
+ return v(T);
2383
2383
  }
2384
- function P(N) {
2384
+ function M(N) {
2385
2385
  switch (typeof N) {
2386
2386
  case "number":
2387
2387
  case "string":
@@ -2391,20 +2391,20 @@ Valid keys: ` + JSON.stringify(Object.keys(N), null, " ")
2391
2391
  return !N;
2392
2392
  case "object":
2393
2393
  if (Array.isArray(N))
2394
- return N.every(P);
2394
+ return N.every(M);
2395
2395
  if (N === null || l(N))
2396
2396
  return !0;
2397
- var I = A(N);
2398
- if (I) {
2399
- var V = I.call(N), Z;
2400
- if (I !== N.entries) {
2397
+ var T = A(N);
2398
+ if (T) {
2399
+ var V = T.call(N), Z;
2400
+ if (T !== N.entries) {
2401
2401
  for (; !(Z = V.next()).done; )
2402
- if (!P(Z.value))
2402
+ if (!M(Z.value))
2403
2403
  return !1;
2404
2404
  } else
2405
2405
  for (; !(Z = V.next()).done; ) {
2406
2406
  var z = Z.value;
2407
- if (z && !P(z[1]))
2407
+ if (z && !M(z[1]))
2408
2408
  return !1;
2409
2409
  }
2410
2410
  } else
@@ -2414,37 +2414,37 @@ Valid keys: ` + JSON.stringify(Object.keys(N), null, " ")
2414
2414
  return !1;
2415
2415
  }
2416
2416
  }
2417
- function D(N, I) {
2418
- return N === "symbol" ? !0 : I ? I["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && I instanceof Symbol : !1;
2417
+ function D(N, T) {
2418
+ return N === "symbol" ? !0 : T ? T["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && T instanceof Symbol : !1;
2419
2419
  }
2420
2420
  function O(N) {
2421
- var I = typeof N;
2422
- return Array.isArray(N) ? "array" : N instanceof RegExp ? "object" : D(I, N) ? "symbol" : I;
2421
+ var T = typeof N;
2422
+ return Array.isArray(N) ? "array" : N instanceof RegExp ? "object" : D(T, N) ? "symbol" : T;
2423
2423
  }
2424
2424
  function U(N) {
2425
2425
  if (typeof N > "u" || N === null)
2426
2426
  return "" + N;
2427
- var I = O(N);
2428
- if (I === "object") {
2427
+ var T = O(N);
2428
+ if (T === "object") {
2429
2429
  if (N instanceof Date)
2430
2430
  return "date";
2431
2431
  if (N instanceof RegExp)
2432
2432
  return "regexp";
2433
2433
  }
2434
- return I;
2434
+ return T;
2435
2435
  }
2436
2436
  function X(N) {
2437
- var I = U(N);
2438
- switch (I) {
2437
+ var T = U(N);
2438
+ switch (T) {
2439
2439
  case "array":
2440
2440
  case "object":
2441
- return "an " + I;
2441
+ return "an " + T;
2442
2442
  case "boolean":
2443
2443
  case "date":
2444
2444
  case "regexp":
2445
- return "a " + I;
2445
+ return "a " + T;
2446
2446
  default:
2447
- return I;
2447
+ return T;
2448
2448
  }
2449
2449
  }
2450
2450
  function J(N) {
@@ -3860,7 +3860,7 @@ function np(e = {}) {
3860
3860
  O1(l, t, r);
3861
3861
  }
3862
3862
  return (l, c = {}) => {
3863
- yA(l, (T) => T.filter((R) => R !== nn));
3863
+ yA(l, (I) => I.filter((R) => R !== nn));
3864
3864
  const {
3865
3865
  name: u,
3866
3866
  slot: p,
@@ -3881,22 +3881,22 @@ function np(e = {}) {
3881
3881
  shouldForwardProp: S,
3882
3882
  label: B1(u, p),
3883
3883
  ...m
3884
- }), C = (T) => {
3885
- if (T.__emotion_real === T)
3886
- return T;
3887
- if (typeof T == "function")
3888
- return function(M) {
3889
- return oi(M, T, M.theme.modularCssLayers ? f : void 0);
3884
+ }), C = (I) => {
3885
+ if (I.__emotion_real === I)
3886
+ return I;
3887
+ if (typeof I == "function")
3888
+ return function(P) {
3889
+ return oi(P, I, P.theme.modularCssLayers ? f : void 0);
3890
3890
  };
3891
- if (Ar(T)) {
3892
- const R = tp(T);
3891
+ if (Ar(I)) {
3892
+ const R = tp(I);
3893
3893
  return function(k) {
3894
3894
  return R.variants ? oi(k, R, k.theme.modularCssLayers ? f : void 0) : k.theme.modularCssLayers ? $r(R.style, f) : R.style;
3895
3895
  };
3896
3896
  }
3897
- return T;
3898
- }, h = (...T) => {
3899
- const R = [], M = T.map(C), k = [];
3897
+ return I;
3898
+ }, h = (...I) => {
3899
+ const R = [], P = I.map(C), k = [];
3900
3900
  if (R.push(a), u && y && k.push(function(B) {
3901
3901
  const D = B.theme.components?.[u]?.styleOverrides;
3902
3902
  if (!D)
@@ -3908,12 +3908,12 @@ function np(e = {}) {
3908
3908
  }), u && !v && k.push(function(B) {
3909
3909
  const D = B.theme?.components?.[u]?.variants;
3910
3910
  return D ? rp(B, D, [], B.theme.modularCssLayers ? "theme" : void 0) : null;
3911
- }), E || k.push(nn), Array.isArray(M[0])) {
3912
- const g = M.shift(), B = new Array(R.length).fill(""), P = new Array(k.length).fill("");
3911
+ }), E || k.push(nn), Array.isArray(P[0])) {
3912
+ const g = P.shift(), B = new Array(R.length).fill(""), M = new Array(k.length).fill("");
3913
3913
  let D;
3914
- D = [...B, ...g, ...P], D.raw = [...B, ...g.raw, ...P], R.unshift(D);
3914
+ D = [...B, ...g, ...M], D.raw = [...B, ...g.raw, ...M], R.unshift(D);
3915
3915
  }
3916
- const Q = [...R, ...M, ...k], j = x(...Q);
3916
+ const Q = [...R, ...P, ...k], j = x(...Q);
3917
3917
  return l.muiName && (j.muiName = l.muiName), process.env.NODE_ENV !== "production" && (j.displayName = k1(u, p, l)), j;
3918
3918
  };
3919
3919
  return x.withConfig && (h.withConfig = x.withConfig), h;
@@ -4259,36 +4259,36 @@ function $1(e, t = {}) {
4259
4259
  } = s;
4260
4260
  if (Object.entries(v || {}).forEach(([C, h]) => {
4261
4261
  const {
4262
- vars: T,
4262
+ vars: I,
4263
4263
  css: R,
4264
- varsWithDefaults: M
4264
+ varsWithDefaults: P
4265
4265
  } = ka(h, t);
4266
- y = ut(y, M), m[C] = {
4266
+ y = ut(y, P), m[C] = {
4267
4267
  css: R,
4268
- vars: T
4268
+ vars: I
4269
4269
  };
4270
4270
  }), f) {
4271
4271
  const {
4272
4272
  css: C,
4273
4273
  vars: h,
4274
- varsWithDefaults: T
4274
+ varsWithDefaults: I
4275
4275
  } = ka(f, t);
4276
- y = ut(y, T), m[c] = {
4276
+ y = ut(y, I), m[c] = {
4277
4277
  css: C,
4278
4278
  vars: h
4279
4279
  };
4280
4280
  }
4281
4281
  function E(C, h) {
4282
- let T = i;
4283
- if (i === "class" && (T = ".%s"), i === "data" && (T = "[data-%s]"), i?.startsWith("data-") && !i.includes("%s") && (T = `[${i}="%s"]`), C) {
4284
- if (T === "media")
4282
+ let I = i;
4283
+ if (i === "class" && (I = ".%s"), i === "data" && (I = "[data-%s]"), i?.startsWith("data-") && !i.includes("%s") && (I = `[${i}="%s"]`), C) {
4284
+ if (I === "media")
4285
4285
  return e.defaultColorScheme === C ? ":root" : {
4286
4286
  [`@media (prefers-color-scheme: ${s[C]?.palette?.mode || C})`]: {
4287
4287
  ":root": h
4288
4288
  }
4289
4289
  };
4290
- if (T)
4291
- return e.defaultColorScheme === C ? `:root, ${T.replace("%s", String(C))}` : T.replace("%s", String(C));
4290
+ if (I)
4291
+ return e.defaultColorScheme === C ? `:root, ${I.replace("%s", String(C))}` : I.replace("%s", String(C));
4292
4292
  }
4293
4293
  return ":root";
4294
4294
  }
@@ -4306,19 +4306,19 @@ function $1(e, t = {}) {
4306
4306
  },
4307
4307
  generateStyleSheets: () => {
4308
4308
  const C = [], h = e.defaultColorScheme || "light";
4309
- function T(k, Q) {
4309
+ function I(k, Q) {
4310
4310
  Object.keys(Q).length && C.push(typeof k == "string" ? {
4311
4311
  [k]: {
4312
4312
  ...Q
4313
4313
  }
4314
4314
  } : k);
4315
4315
  }
4316
- T(r(void 0, {
4316
+ I(r(void 0, {
4317
4317
  ...A
4318
4318
  }), A);
4319
4319
  const {
4320
4320
  [h]: R,
4321
- ...M
4321
+ ...P
4322
4322
  } = m;
4323
4323
  if (R) {
4324
4324
  const {
@@ -4329,11 +4329,11 @@ function $1(e, t = {}) {
4329
4329
  } : {
4330
4330
  ...k
4331
4331
  };
4332
- T(r(h, {
4332
+ I(r(h, {
4333
4333
  ...j
4334
4334
  }), j);
4335
4335
  }
4336
- return Object.entries(M).forEach(([k, {
4336
+ return Object.entries(P).forEach(([k, {
4337
4337
  css: Q
4338
4338
  }]) => {
4339
4339
  const j = s[k]?.palette?.mode, g = !o && j ? {
@@ -4342,7 +4342,7 @@ function $1(e, t = {}) {
4342
4342
  } : {
4343
4343
  ...Q
4344
4344
  };
4345
- T(r(k, {
4345
+ I(r(k, {
4346
4346
  ...g
4347
4347
  }), g);
4348
4348
  }), a && C.push({
@@ -5215,7 +5215,7 @@ function Nh(e = {}, ...t) {
5215
5215
  s && (C = "oklch");
5216
5216
  const h = Pa(C, S, x, p, b);
5217
5217
  f && !S.light && Pa(C, S, f, void 0, "light"), v && !S.dark && Pa(C, S, v, void 0, "dark");
5218
- let T = {
5218
+ let I = {
5219
5219
  defaultColorScheme: b,
5220
5220
  ...h,
5221
5221
  cssVarPrefix: a,
@@ -5229,13 +5229,13 @@ function Nh(e = {}, ...t) {
5229
5229
  },
5230
5230
  spacing: Fh(p.spacing)
5231
5231
  };
5232
- Object.keys(T.colorSchemes).forEach((j) => {
5233
- const g = T.colorSchemes[j].palette, B = (D) => {
5232
+ Object.keys(I.colorSchemes).forEach((j) => {
5233
+ const g = I.colorSchemes[j].palette, B = (D) => {
5234
5234
  const O = D.split("-"), U = O[1], X = O[2];
5235
5235
  return y(D, g[U][X]);
5236
5236
  };
5237
5237
  g.mode === "light" && (K(g.common, "background", "#fff"), K(g.common, "onBackground", "#000")), g.mode === "dark" && (K(g.common, "background", "#000"), K(g.common, "onBackground", "#fff"));
5238
- function P(D, O, U) {
5238
+ function M(D, O, U) {
5239
5239
  if (C) {
5240
5240
  let X;
5241
5241
  return D === zr && (X = `transparent ${((1 - U) * 100).toFixed(0)}%`), D === Ne && (X = `#000 ${(U * 100).toFixed(0)}%`), D === Ue && (X = `#fff ${(U * 100).toFixed(0)}%`), `color-mix(in ${C}, ${O}, ${X})`;
@@ -5243,44 +5243,44 @@ function Nh(e = {}, ...t) {
5243
5243
  return D(O, U);
5244
5244
  }
5245
5245
  if (Vh(g, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), g.mode === "light") {
5246
- K(g.Alert, "errorColor", P(Ne, g.error.light, 0.6)), K(g.Alert, "infoColor", P(Ne, g.info.light, 0.6)), K(g.Alert, "successColor", P(Ne, g.success.light, 0.6)), K(g.Alert, "warningColor", P(Ne, g.warning.light, 0.6)), K(g.Alert, "errorFilledBg", B("palette-error-main")), K(g.Alert, "infoFilledBg", B("palette-info-main")), K(g.Alert, "successFilledBg", B("palette-success-main")), K(g.Alert, "warningFilledBg", B("palette-warning-main")), K(g.Alert, "errorFilledColor", cr(() => g.getContrastText(g.error.main))), K(g.Alert, "infoFilledColor", cr(() => g.getContrastText(g.info.main))), K(g.Alert, "successFilledColor", cr(() => g.getContrastText(g.success.main))), K(g.Alert, "warningFilledColor", cr(() => g.getContrastText(g.warning.main))), K(g.Alert, "errorStandardBg", P(Ue, g.error.light, 0.9)), K(g.Alert, "infoStandardBg", P(Ue, g.info.light, 0.9)), K(g.Alert, "successStandardBg", P(Ue, g.success.light, 0.9)), K(g.Alert, "warningStandardBg", P(Ue, g.warning.light, 0.9)), K(g.Alert, "errorIconColor", B("palette-error-main")), K(g.Alert, "infoIconColor", B("palette-info-main")), K(g.Alert, "successIconColor", B("palette-success-main")), K(g.Alert, "warningIconColor", B("palette-warning-main")), K(g.AppBar, "defaultBg", B("palette-grey-100")), K(g.Avatar, "defaultBg", B("palette-grey-400")), K(g.Button, "inheritContainedBg", B("palette-grey-300")), K(g.Button, "inheritContainedHoverBg", B("palette-grey-A100")), K(g.Chip, "defaultBorder", B("palette-grey-400")), K(g.Chip, "defaultAvatarColor", B("palette-grey-700")), K(g.Chip, "defaultIconColor", B("palette-grey-700")), K(g.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), K(g.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), K(g.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), K(g.LinearProgress, "primaryBg", P(Ue, g.primary.main, 0.62)), K(g.LinearProgress, "secondaryBg", P(Ue, g.secondary.main, 0.62)), K(g.LinearProgress, "errorBg", P(Ue, g.error.main, 0.62)), K(g.LinearProgress, "infoBg", P(Ue, g.info.main, 0.62)), K(g.LinearProgress, "successBg", P(Ue, g.success.main, 0.62)), K(g.LinearProgress, "warningBg", P(Ue, g.warning.main, 0.62)), K(g.Skeleton, "bg", C ? P(zr, g.text.primary, 0.11) : `rgba(${B("palette-text-primaryChannel")} / 0.11)`), K(g.Slider, "primaryTrack", P(Ue, g.primary.main, 0.62)), K(g.Slider, "secondaryTrack", P(Ue, g.secondary.main, 0.62)), K(g.Slider, "errorTrack", P(Ue, g.error.main, 0.62)), K(g.Slider, "infoTrack", P(Ue, g.info.main, 0.62)), K(g.Slider, "successTrack", P(Ue, g.success.main, 0.62)), K(g.Slider, "warningTrack", P(Ue, g.warning.main, 0.62));
5247
- const D = C ? P(Ne, g.background.default, 0.6825) : zo(g.background.default, 0.8);
5248
- K(g.SnackbarContent, "bg", D), K(g.SnackbarContent, "color", cr(() => C ? ns.text.primary : g.getContrastText(D))), K(g.SpeedDialAction, "fabHoverBg", zo(g.background.paper, 0.15)), K(g.StepConnector, "border", B("palette-grey-400")), K(g.StepContent, "border", B("palette-grey-400")), K(g.Switch, "defaultColor", B("palette-common-white")), K(g.Switch, "defaultDisabledColor", B("palette-grey-100")), K(g.Switch, "primaryDisabledColor", P(Ue, g.primary.main, 0.62)), K(g.Switch, "secondaryDisabledColor", P(Ue, g.secondary.main, 0.62)), K(g.Switch, "errorDisabledColor", P(Ue, g.error.main, 0.62)), K(g.Switch, "infoDisabledColor", P(Ue, g.info.main, 0.62)), K(g.Switch, "successDisabledColor", P(Ue, g.success.main, 0.62)), K(g.Switch, "warningDisabledColor", P(Ue, g.warning.main, 0.62)), K(g.TableCell, "border", P(Ue, P(zr, g.divider, 1), 0.88)), K(g.Tooltip, "bg", P(zr, g.grey[700], 0.92));
5246
+ K(g.Alert, "errorColor", M(Ne, g.error.light, 0.6)), K(g.Alert, "infoColor", M(Ne, g.info.light, 0.6)), K(g.Alert, "successColor", M(Ne, g.success.light, 0.6)), K(g.Alert, "warningColor", M(Ne, g.warning.light, 0.6)), K(g.Alert, "errorFilledBg", B("palette-error-main")), K(g.Alert, "infoFilledBg", B("palette-info-main")), K(g.Alert, "successFilledBg", B("palette-success-main")), K(g.Alert, "warningFilledBg", B("palette-warning-main")), K(g.Alert, "errorFilledColor", cr(() => g.getContrastText(g.error.main))), K(g.Alert, "infoFilledColor", cr(() => g.getContrastText(g.info.main))), K(g.Alert, "successFilledColor", cr(() => g.getContrastText(g.success.main))), K(g.Alert, "warningFilledColor", cr(() => g.getContrastText(g.warning.main))), K(g.Alert, "errorStandardBg", M(Ue, g.error.light, 0.9)), K(g.Alert, "infoStandardBg", M(Ue, g.info.light, 0.9)), K(g.Alert, "successStandardBg", M(Ue, g.success.light, 0.9)), K(g.Alert, "warningStandardBg", M(Ue, g.warning.light, 0.9)), K(g.Alert, "errorIconColor", B("palette-error-main")), K(g.Alert, "infoIconColor", B("palette-info-main")), K(g.Alert, "successIconColor", B("palette-success-main")), K(g.Alert, "warningIconColor", B("palette-warning-main")), K(g.AppBar, "defaultBg", B("palette-grey-100")), K(g.Avatar, "defaultBg", B("palette-grey-400")), K(g.Button, "inheritContainedBg", B("palette-grey-300")), K(g.Button, "inheritContainedHoverBg", B("palette-grey-A100")), K(g.Chip, "defaultBorder", B("palette-grey-400")), K(g.Chip, "defaultAvatarColor", B("palette-grey-700")), K(g.Chip, "defaultIconColor", B("palette-grey-700")), K(g.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), K(g.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), K(g.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), K(g.LinearProgress, "primaryBg", M(Ue, g.primary.main, 0.62)), K(g.LinearProgress, "secondaryBg", M(Ue, g.secondary.main, 0.62)), K(g.LinearProgress, "errorBg", M(Ue, g.error.main, 0.62)), K(g.LinearProgress, "infoBg", M(Ue, g.info.main, 0.62)), K(g.LinearProgress, "successBg", M(Ue, g.success.main, 0.62)), K(g.LinearProgress, "warningBg", M(Ue, g.warning.main, 0.62)), K(g.Skeleton, "bg", C ? M(zr, g.text.primary, 0.11) : `rgba(${B("palette-text-primaryChannel")} / 0.11)`), K(g.Slider, "primaryTrack", M(Ue, g.primary.main, 0.62)), K(g.Slider, "secondaryTrack", M(Ue, g.secondary.main, 0.62)), K(g.Slider, "errorTrack", M(Ue, g.error.main, 0.62)), K(g.Slider, "infoTrack", M(Ue, g.info.main, 0.62)), K(g.Slider, "successTrack", M(Ue, g.success.main, 0.62)), K(g.Slider, "warningTrack", M(Ue, g.warning.main, 0.62));
5247
+ const D = C ? M(Ne, g.background.default, 0.6825) : zo(g.background.default, 0.8);
5248
+ K(g.SnackbarContent, "bg", D), K(g.SnackbarContent, "color", cr(() => C ? ns.text.primary : g.getContrastText(D))), K(g.SpeedDialAction, "fabHoverBg", zo(g.background.paper, 0.15)), K(g.StepConnector, "border", B("palette-grey-400")), K(g.StepContent, "border", B("palette-grey-400")), K(g.Switch, "defaultColor", B("palette-common-white")), K(g.Switch, "defaultDisabledColor", B("palette-grey-100")), K(g.Switch, "primaryDisabledColor", M(Ue, g.primary.main, 0.62)), K(g.Switch, "secondaryDisabledColor", M(Ue, g.secondary.main, 0.62)), K(g.Switch, "errorDisabledColor", M(Ue, g.error.main, 0.62)), K(g.Switch, "infoDisabledColor", M(Ue, g.info.main, 0.62)), K(g.Switch, "successDisabledColor", M(Ue, g.success.main, 0.62)), K(g.Switch, "warningDisabledColor", M(Ue, g.warning.main, 0.62)), K(g.TableCell, "border", M(Ue, M(zr, g.divider, 1), 0.88)), K(g.Tooltip, "bg", M(zr, g.grey[700], 0.92));
5249
5249
  }
5250
5250
  if (g.mode === "dark") {
5251
- K(g.Alert, "errorColor", P(Ue, g.error.light, 0.6)), K(g.Alert, "infoColor", P(Ue, g.info.light, 0.6)), K(g.Alert, "successColor", P(Ue, g.success.light, 0.6)), K(g.Alert, "warningColor", P(Ue, g.warning.light, 0.6)), K(g.Alert, "errorFilledBg", B("palette-error-dark")), K(g.Alert, "infoFilledBg", B("palette-info-dark")), K(g.Alert, "successFilledBg", B("palette-success-dark")), K(g.Alert, "warningFilledBg", B("palette-warning-dark")), K(g.Alert, "errorFilledColor", cr(() => g.getContrastText(g.error.dark))), K(g.Alert, "infoFilledColor", cr(() => g.getContrastText(g.info.dark))), K(g.Alert, "successFilledColor", cr(() => g.getContrastText(g.success.dark))), K(g.Alert, "warningFilledColor", cr(() => g.getContrastText(g.warning.dark))), K(g.Alert, "errorStandardBg", P(Ne, g.error.light, 0.9)), K(g.Alert, "infoStandardBg", P(Ne, g.info.light, 0.9)), K(g.Alert, "successStandardBg", P(Ne, g.success.light, 0.9)), K(g.Alert, "warningStandardBg", P(Ne, g.warning.light, 0.9)), K(g.Alert, "errorIconColor", B("palette-error-main")), K(g.Alert, "infoIconColor", B("palette-info-main")), K(g.Alert, "successIconColor", B("palette-success-main")), K(g.Alert, "warningIconColor", B("palette-warning-main")), K(g.AppBar, "defaultBg", B("palette-grey-900")), K(g.AppBar, "darkBg", B("palette-background-paper")), K(g.AppBar, "darkColor", B("palette-text-primary")), K(g.Avatar, "defaultBg", B("palette-grey-600")), K(g.Button, "inheritContainedBg", B("palette-grey-800")), K(g.Button, "inheritContainedHoverBg", B("palette-grey-700")), K(g.Chip, "defaultBorder", B("palette-grey-700")), K(g.Chip, "defaultAvatarColor", B("palette-grey-300")), K(g.Chip, "defaultIconColor", B("palette-grey-300")), K(g.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), K(g.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), K(g.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), K(g.LinearProgress, "primaryBg", P(Ne, g.primary.main, 0.5)), K(g.LinearProgress, "secondaryBg", P(Ne, g.secondary.main, 0.5)), K(g.LinearProgress, "errorBg", P(Ne, g.error.main, 0.5)), K(g.LinearProgress, "infoBg", P(Ne, g.info.main, 0.5)), K(g.LinearProgress, "successBg", P(Ne, g.success.main, 0.5)), K(g.LinearProgress, "warningBg", P(Ne, g.warning.main, 0.5)), K(g.Skeleton, "bg", C ? P(zr, g.text.primary, 0.13) : `rgba(${B("palette-text-primaryChannel")} / 0.13)`), K(g.Slider, "primaryTrack", P(Ne, g.primary.main, 0.5)), K(g.Slider, "secondaryTrack", P(Ne, g.secondary.main, 0.5)), K(g.Slider, "errorTrack", P(Ne, g.error.main, 0.5)), K(g.Slider, "infoTrack", P(Ne, g.info.main, 0.5)), K(g.Slider, "successTrack", P(Ne, g.success.main, 0.5)), K(g.Slider, "warningTrack", P(Ne, g.warning.main, 0.5));
5252
- const D = C ? P(Ue, g.background.default, 0.985) : zo(g.background.default, 0.98);
5253
- K(g.SnackbarContent, "bg", D), K(g.SnackbarContent, "color", cr(() => C ? cp.text.primary : g.getContrastText(D))), K(g.SpeedDialAction, "fabHoverBg", zo(g.background.paper, 0.15)), K(g.StepConnector, "border", B("palette-grey-600")), K(g.StepContent, "border", B("palette-grey-600")), K(g.Switch, "defaultColor", B("palette-grey-300")), K(g.Switch, "defaultDisabledColor", B("palette-grey-600")), K(g.Switch, "primaryDisabledColor", P(Ne, g.primary.main, 0.55)), K(g.Switch, "secondaryDisabledColor", P(Ne, g.secondary.main, 0.55)), K(g.Switch, "errorDisabledColor", P(Ne, g.error.main, 0.55)), K(g.Switch, "infoDisabledColor", P(Ne, g.info.main, 0.55)), K(g.Switch, "successDisabledColor", P(Ne, g.success.main, 0.55)), K(g.Switch, "warningDisabledColor", P(Ne, g.warning.main, 0.55)), K(g.TableCell, "border", P(Ne, P(zr, g.divider, 1), 0.68)), K(g.Tooltip, "bg", P(zr, g.grey[700], 0.92));
5251
+ K(g.Alert, "errorColor", M(Ue, g.error.light, 0.6)), K(g.Alert, "infoColor", M(Ue, g.info.light, 0.6)), K(g.Alert, "successColor", M(Ue, g.success.light, 0.6)), K(g.Alert, "warningColor", M(Ue, g.warning.light, 0.6)), K(g.Alert, "errorFilledBg", B("palette-error-dark")), K(g.Alert, "infoFilledBg", B("palette-info-dark")), K(g.Alert, "successFilledBg", B("palette-success-dark")), K(g.Alert, "warningFilledBg", B("palette-warning-dark")), K(g.Alert, "errorFilledColor", cr(() => g.getContrastText(g.error.dark))), K(g.Alert, "infoFilledColor", cr(() => g.getContrastText(g.info.dark))), K(g.Alert, "successFilledColor", cr(() => g.getContrastText(g.success.dark))), K(g.Alert, "warningFilledColor", cr(() => g.getContrastText(g.warning.dark))), K(g.Alert, "errorStandardBg", M(Ne, g.error.light, 0.9)), K(g.Alert, "infoStandardBg", M(Ne, g.info.light, 0.9)), K(g.Alert, "successStandardBg", M(Ne, g.success.light, 0.9)), K(g.Alert, "warningStandardBg", M(Ne, g.warning.light, 0.9)), K(g.Alert, "errorIconColor", B("palette-error-main")), K(g.Alert, "infoIconColor", B("palette-info-main")), K(g.Alert, "successIconColor", B("palette-success-main")), K(g.Alert, "warningIconColor", B("palette-warning-main")), K(g.AppBar, "defaultBg", B("palette-grey-900")), K(g.AppBar, "darkBg", B("palette-background-paper")), K(g.AppBar, "darkColor", B("palette-text-primary")), K(g.Avatar, "defaultBg", B("palette-grey-600")), K(g.Button, "inheritContainedBg", B("palette-grey-800")), K(g.Button, "inheritContainedHoverBg", B("palette-grey-700")), K(g.Chip, "defaultBorder", B("palette-grey-700")), K(g.Chip, "defaultAvatarColor", B("palette-grey-300")), K(g.Chip, "defaultIconColor", B("palette-grey-300")), K(g.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), K(g.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), K(g.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), K(g.LinearProgress, "primaryBg", M(Ne, g.primary.main, 0.5)), K(g.LinearProgress, "secondaryBg", M(Ne, g.secondary.main, 0.5)), K(g.LinearProgress, "errorBg", M(Ne, g.error.main, 0.5)), K(g.LinearProgress, "infoBg", M(Ne, g.info.main, 0.5)), K(g.LinearProgress, "successBg", M(Ne, g.success.main, 0.5)), K(g.LinearProgress, "warningBg", M(Ne, g.warning.main, 0.5)), K(g.Skeleton, "bg", C ? M(zr, g.text.primary, 0.13) : `rgba(${B("palette-text-primaryChannel")} / 0.13)`), K(g.Slider, "primaryTrack", M(Ne, g.primary.main, 0.5)), K(g.Slider, "secondaryTrack", M(Ne, g.secondary.main, 0.5)), K(g.Slider, "errorTrack", M(Ne, g.error.main, 0.5)), K(g.Slider, "infoTrack", M(Ne, g.info.main, 0.5)), K(g.Slider, "successTrack", M(Ne, g.success.main, 0.5)), K(g.Slider, "warningTrack", M(Ne, g.warning.main, 0.5));
5252
+ const D = C ? M(Ue, g.background.default, 0.985) : zo(g.background.default, 0.98);
5253
+ K(g.SnackbarContent, "bg", D), K(g.SnackbarContent, "color", cr(() => C ? cp.text.primary : g.getContrastText(D))), K(g.SpeedDialAction, "fabHoverBg", zo(g.background.paper, 0.15)), K(g.StepConnector, "border", B("palette-grey-600")), K(g.StepContent, "border", B("palette-grey-600")), K(g.Switch, "defaultColor", B("palette-grey-300")), K(g.Switch, "defaultDisabledColor", B("palette-grey-600")), K(g.Switch, "primaryDisabledColor", M(Ne, g.primary.main, 0.55)), K(g.Switch, "secondaryDisabledColor", M(Ne, g.secondary.main, 0.55)), K(g.Switch, "errorDisabledColor", M(Ne, g.error.main, 0.55)), K(g.Switch, "infoDisabledColor", M(Ne, g.info.main, 0.55)), K(g.Switch, "successDisabledColor", M(Ne, g.success.main, 0.55)), K(g.Switch, "warningDisabledColor", M(Ne, g.warning.main, 0.55)), K(g.TableCell, "border", M(Ne, M(zr, g.divider, 1), 0.68)), K(g.Tooltip, "bg", M(zr, g.grey[700], 0.92));
5254
5254
  }
5255
5255
  Cr(g.background, "default"), Cr(g.background, "paper"), Cr(g.common, "background"), Cr(g.common, "onBackground"), Cr(g, "divider"), Object.keys(g).forEach((D) => {
5256
5256
  const O = g[D];
5257
5257
  D !== "tonalOffset" && O && typeof O == "object" && (O.main && K(g[D], "mainChannel", _n(eo(O.main))), O.light && K(g[D], "lightChannel", _n(eo(O.light))), O.dark && K(g[D], "darkChannel", _n(eo(O.dark))), O.contrastText && K(g[D], "contrastTextChannel", _n(eo(O.contrastText))), D === "text" && (Cr(g[D], "primary"), Cr(g[D], "secondary")), D === "action" && (O.active && Cr(g[D], "active"), O.selected && Cr(g[D], "selected")));
5258
5258
  });
5259
- }), T = t.reduce((j, g) => ut(j, g), T);
5259
+ }), I = t.reduce((j, g) => ut(j, g), I);
5260
5260
  const R = {
5261
5261
  prefix: a,
5262
5262
  disableCssColorScheme: i,
5263
5263
  shouldSkipGeneratingVar: l,
5264
- getSelector: Dh(T),
5264
+ getSelector: Dh(I),
5265
5265
  enableContrastVars: s
5266
5266
  }, {
5267
- vars: M,
5267
+ vars: P,
5268
5268
  generateThemeVars: k,
5269
5269
  generateStyleSheets: Q
5270
- } = $1(T, R);
5271
- return T.vars = M, Object.entries(T.colorSchemes[T.defaultColorScheme]).forEach(([j, g]) => {
5272
- T[j] = g;
5273
- }), T.generateThemeVars = k, T.generateStyleSheets = Q, T.generateSpacing = function() {
5270
+ } = $1(I, R);
5271
+ return I.vars = P, Object.entries(I.colorSchemes[I.defaultColorScheme]).forEach(([j, g]) => {
5272
+ I[j] = g;
5273
+ }), I.generateThemeVars = k, I.generateStyleSheets = Q, I.generateSpacing = function() {
5274
5274
  return Ju(p.spacing, qi(this));
5275
- }, T.getColorSchemeSelector = _1(c), T.spacing = T.generateSpacing(), T.shouldSkipGeneratingVar = l, T.unstable_sxConfig = {
5275
+ }, I.getColorSchemeSelector = _1(c), I.spacing = I.generateSpacing(), I.shouldSkipGeneratingVar = l, I.unstable_sxConfig = {
5276
5276
  ...ko,
5277
5277
  ...p?.unstable_sxConfig
5278
- }, T.unstable_sx = function(g) {
5278
+ }, I.unstable_sx = function(g) {
5279
5279
  return nn({
5280
5280
  sx: g,
5281
5281
  theme: this
5282
5282
  });
5283
- }, T.toRuntimeSource = pp, T;
5283
+ }, I.toRuntimeSource = pp, I;
5284
5284
  }
5285
5285
  function pc(e, t, r) {
5286
5286
  e.colorSchemes && r && (e.colorSchemes[t] = {
@@ -6790,7 +6790,7 @@ const Cp = /* @__PURE__ */ w.forwardRef(function(t, r) {
6790
6790
  srcSet: y
6791
6791
  }), x = b || y, C = x && S !== "error";
6792
6792
  E.colorDefault = !C, delete E.ownerState;
6793
- const h = fg(E), [T, R] = Oe("root", {
6793
+ const h = fg(E), [I, R] = Oe("root", {
6794
6794
  ref: r,
6795
6795
  className: se(h.root, s),
6796
6796
  elementType: Ag,
@@ -6801,7 +6801,7 @@ const Cp = /* @__PURE__ */ w.forwardRef(function(t, r) {
6801
6801
  ...f
6802
6802
  },
6803
6803
  ownerState: E
6804
- }), [M, k] = Oe("img", {
6804
+ }), [P, k] = Oe("img", {
6805
6805
  className: h.img,
6806
6806
  elementType: hg,
6807
6807
  externalForwardedProps: {
@@ -6830,11 +6830,11 @@ const Cp = /* @__PURE__ */ w.forwardRef(function(t, r) {
6830
6830
  shouldForwardComponentProp: !0,
6831
6831
  ownerState: E
6832
6832
  });
6833
- return C ? v = /* @__PURE__ */ L.jsx(M, {
6833
+ return C ? v = /* @__PURE__ */ L.jsx(P, {
6834
6834
  ...k
6835
6835
  }) : a || a === 0 ? v = a : x && i ? v = i[0] : v = /* @__PURE__ */ L.jsx(Q, {
6836
6836
  ...j
6837
- }), /* @__PURE__ */ L.jsx(T, {
6837
+ }), /* @__PURE__ */ L.jsx(I, {
6838
6838
  ...R,
6839
6839
  children: v
6840
6840
  });
@@ -6975,9 +6975,9 @@ const yg = ye("MuiAvatarGroup", ["root", "avatar"]), Ma = {
6975
6975
  }, S = vg(E), x = w.Children.toArray(i).filter((g) => (process.env.NODE_ENV !== "production" && qr.isFragment(g) && console.error(["MUI: The AvatarGroup component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
6976
6976
  `)), /* @__PURE__ */ w.isValidElement(g))), C = y || x.length;
6977
6977
  C === v && (v += 1), v = Math.min(C + 1, v);
6978
- const h = Math.min(x.length, v - 1), T = Math.max(C - v, C - h, 0), R = u ? u(T) : `+${T}`;
6979
- let M;
6980
- E.spacing && Ma[E.spacing] !== void 0 ? M = Ma[E.spacing] : E.spacing === 0 ? M = 0 : M = -E.spacing || Ma.medium;
6978
+ const h = Math.min(x.length, v - 1), I = Math.max(C - v, C - h, 0), R = u ? u(I) : `+${I}`;
6979
+ let P;
6980
+ E.spacing && Ma[E.spacing] !== void 0 ? P = Ma[E.spacing] : E.spacing === 0 ? P = 0 : P = -E.spacing || Ma.medium;
6981
6981
  const k = {
6982
6982
  slots: A,
6983
6983
  slotProps: {
@@ -7001,11 +7001,11 @@ const yg = ye("MuiAvatarGroup", ["root", "avatar"]), Ma = {
7001
7001
  ref: r,
7002
7002
  ...f,
7003
7003
  style: {
7004
- "--AvatarGroup-spacing": `${M}px`,
7004
+ "--AvatarGroup-spacing": `${P}px`,
7005
7005
  // marginValue is always defined
7006
7006
  ...f.style
7007
7007
  },
7008
- children: [T ? /* @__PURE__ */ L.jsx(Q, {
7008
+ children: [I ? /* @__PURE__ */ L.jsx(Q, {
7009
7009
  ...j,
7010
7010
  children: R
7011
7011
  }) : null, x.slice(0, h).reverse().map((g) => /* @__PURE__ */ w.cloneElement(g, {
@@ -8048,9 +8048,9 @@ const Wt = ye("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
8048
8048
  const b = w.useRef(!1), y = Tp(), m = w.useRef(null), f = w.useRef(null), v = w.useCallback((C) => {
8049
8049
  const {
8050
8050
  pulsate: h,
8051
- rippleX: T,
8051
+ rippleX: I,
8052
8052
  rippleY: R,
8053
- rippleSize: M,
8053
+ rippleSize: P,
8054
8054
  cb: k
8055
8055
  } = C;
8056
8056
  u((Q) => [...Q, /* @__PURE__ */ L.jsx(Kg, {
@@ -8064,15 +8064,15 @@ const Wt = ye("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
8064
8064
  },
8065
8065
  timeout: ps,
8066
8066
  pulsate: h,
8067
- rippleX: T,
8067
+ rippleX: I,
8068
8068
  rippleY: R,
8069
- rippleSize: M
8069
+ rippleSize: P
8070
8070
  }, p.current)]), p.current += 1, A.current = k;
8071
- }, [a]), E = w.useCallback((C = {}, h = {}, T = () => {
8071
+ }, [a]), E = w.useCallback((C = {}, h = {}, I = () => {
8072
8072
  }) => {
8073
8073
  const {
8074
8074
  pulsate: R = !1,
8075
- center: M = i || h.pulsate,
8075
+ center: P = i || h.pulsate,
8076
8076
  fakeElement: k = !1
8077
8077
  // For test purposes
8078
8078
  } = h;
@@ -8087,8 +8087,8 @@ const Wt = ye("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
8087
8087
  left: 0,
8088
8088
  top: 0
8089
8089
  };
8090
- let g, B, P;
8091
- if (M || C === void 0 || C.clientX === 0 && C.clientY === 0 || !C.clientX && !C.touches)
8090
+ let g, B, M;
8091
+ if (P || C === void 0 || C.clientX === 0 && C.clientY === 0 || !C.clientX && !C.touches)
8092
8092
  g = Math.round(j.width / 2), B = Math.round(j.height / 2);
8093
8093
  else {
8094
8094
  const {
@@ -8097,19 +8097,19 @@ const Wt = ye("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
8097
8097
  } = C.touches && C.touches.length > 0 ? C.touches[0] : C;
8098
8098
  g = Math.round(D - j.left), B = Math.round(O - j.top);
8099
8099
  }
8100
- if (M)
8101
- P = Math.sqrt((2 * j.width ** 2 + j.height ** 2) / 3), P % 2 === 0 && (P += 1);
8100
+ if (P)
8101
+ M = Math.sqrt((2 * j.width ** 2 + j.height ** 2) / 3), M % 2 === 0 && (M += 1);
8102
8102
  else {
8103
8103
  const D = Math.max(Math.abs((Q ? Q.clientWidth : 0) - g), g) * 2 + 2, O = Math.max(Math.abs((Q ? Q.clientHeight : 0) - B), B) * 2 + 2;
8104
- P = Math.sqrt(D ** 2 + O ** 2);
8104
+ M = Math.sqrt(D ** 2 + O ** 2);
8105
8105
  }
8106
8106
  C?.touches ? m.current === null && (m.current = () => {
8107
8107
  v({
8108
8108
  pulsate: R,
8109
8109
  rippleX: g,
8110
8110
  rippleY: B,
8111
- rippleSize: P,
8112
- cb: T
8111
+ rippleSize: M,
8112
+ cb: I
8113
8113
  });
8114
8114
  }, y.start(Ug, () => {
8115
8115
  m.current && (m.current(), m.current = null);
@@ -8117,8 +8117,8 @@ const Wt = ye("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
8117
8117
  pulsate: R,
8118
8118
  rippleX: g,
8119
8119
  rippleY: B,
8120
- rippleSize: P,
8121
- cb: T
8120
+ rippleSize: M,
8121
+ cb: I
8122
8122
  });
8123
8123
  }, [i, v, y]), S = w.useCallback(() => {
8124
8124
  E({}, {
@@ -8131,7 +8131,7 @@ const Wt = ye("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
8131
8131
  });
8132
8132
  return;
8133
8133
  }
8134
- m.current = null, u((T) => T.length > 0 ? T.slice(1) : T), A.current = h;
8134
+ m.current = null, u((I) => I.length > 0 ? I.slice(1) : I), A.current = h;
8135
8135
  }, [y]);
8136
8136
  return w.useImperativeHandle(r, () => ({
8137
8137
  pulsate: S,
@@ -8241,30 +8241,30 @@ const Gg = ye("MuiButtonBase", ["root", "disabled", "focusVisible"]), Zg = (e) =
8241
8241
  onFocus: x,
8242
8242
  onFocusVisible: C,
8243
8243
  onKeyDown: h,
8244
- onKeyUp: T,
8244
+ onKeyUp: I,
8245
8245
  onMouseDown: R,
8246
- onMouseLeave: M,
8246
+ onMouseLeave: P,
8247
8247
  onMouseUp: k,
8248
8248
  onTouchEnd: Q,
8249
8249
  onTouchMove: j,
8250
8250
  onTouchStart: g,
8251
8251
  tabIndex: B = 0,
8252
- TouchRippleProps: P,
8252
+ TouchRippleProps: M,
8253
8253
  touchRippleRef: D,
8254
8254
  type: O,
8255
8255
  ...U
8256
- } = o, X = w.useRef(null), J = Tg(), N = lt(J.ref, D), [I, V] = w.useState(!1);
8257
- u && I && V(!1), w.useImperativeHandle(i, () => ({
8256
+ } = o, X = w.useRef(null), J = Tg(), N = lt(J.ref, D), [T, V] = w.useState(!1);
8257
+ u && T && V(!1), w.useImperativeHandle(i, () => ({
8258
8258
  focusVisible: () => {
8259
8259
  V(!0), X.current.focus();
8260
8260
  }
8261
8261
  }), []);
8262
8262
  const Z = J.shouldMount && !p && !u;
8263
8263
  w.useEffect(() => {
8264
- I && b && !p && J.pulsate();
8265
- }, [p, b, I, J]);
8264
+ T && b && !p && J.pulsate();
8265
+ }, [p, b, T, J]);
8266
8266
  const z = xr(J, "start", R, A), $ = xr(J, "stop", E, A), H = xr(J, "stop", S, A), Y = xr(J, "stop", k, A), oe = xr(J, "stop", (pe) => {
8267
- I && pe.preventDefault(), M && M(pe);
8267
+ T && pe.preventDefault(), P && P(pe);
8268
8268
  }, A), ee = xr(J, "start", g, A), _ = xr(J, "stop", Q, A), ae = xr(J, "stop", j, A), F = xr(J, "stop", (pe) => {
8269
8269
  mi(pe.target) || V(!1), f && f(pe);
8270
8270
  }, !1), de = rr((pe) => {
@@ -8273,13 +8273,13 @@ const Gg = ye("MuiButtonBase", ["root", "disabled", "focusVisible"]), Zg = (e) =
8273
8273
  const pe = X.current;
8274
8274
  return c && c !== "button" && !(pe.tagName === "A" && pe.href);
8275
8275
  }, Ce = rr((pe) => {
8276
- b && !pe.repeat && I && pe.key === " " && J.stop(pe, () => {
8276
+ b && !pe.repeat && T && pe.key === " " && J.stop(pe, () => {
8277
8277
  J.start(pe);
8278
8278
  }), pe.target === pe.currentTarget && le() && pe.key === " " && pe.preventDefault(), h && h(pe), pe.target === pe.currentTarget && le() && pe.key === "Enter" && !u && (pe.preventDefault(), v && v(pe));
8279
8279
  }), Ie = rr((pe) => {
8280
- b && pe.key === " " && I && !pe.defaultPrevented && J.stop(pe, () => {
8280
+ b && pe.key === " " && T && !pe.defaultPrevented && J.stop(pe, () => {
8281
8281
  J.pulsate(pe);
8282
- }), T && T(pe), v && pe.target === pe.currentTarget && le() && pe.key === " " && !pe.defaultPrevented && v(pe);
8282
+ }), I && I(pe), v && pe.target === pe.currentTarget && le() && pe.key === " " && !pe.defaultPrevented && v(pe);
8283
8283
  });
8284
8284
  let et = c;
8285
8285
  et === "button" && (U.href || U.to) && (et = m);
@@ -8298,7 +8298,7 @@ const Gg = ye("MuiButtonBase", ["root", "disabled", "focusVisible"]), Zg = (e) =
8298
8298
  disableTouchRipple: A,
8299
8299
  focusRipple: b,
8300
8300
  tabIndex: B,
8301
- focusVisible: I
8301
+ focusVisible: T
8302
8302
  }, Re = Zg(he);
8303
8303
  return /* @__PURE__ */ L.jsxs(zg, {
8304
8304
  as: et,
@@ -8325,7 +8325,7 @@ const Gg = ye("MuiButtonBase", ["root", "disabled", "focusVisible"]), Zg = (e) =
8325
8325
  children: [s, Z ? /* @__PURE__ */ L.jsx(Op, {
8326
8326
  ref: N,
8327
8327
  center: a,
8328
- ...P
8328
+ ...M
8329
8329
  }) : null]
8330
8330
  });
8331
8331
  });
@@ -9329,8 +9329,8 @@ const Mp = /* @__PURE__ */ w.forwardRef(function(t, r) {
9329
9329
  }) => {
9330
9330
  const h = !y.current.style.width;
9331
9331
  if (x.clientHeight < y.current.clientHeight && h) {
9332
- const T = `${Bp(wr(x))}px`;
9333
- y.current.style[C === "rtl" ? "paddingLeft" : "paddingRight"] = T, y.current.style.width = `calc(100% + ${T})`;
9332
+ const I = `${Bp(wr(x))}px`;
9333
+ y.current.style[C === "rtl" ? "paddingLeft" : "paddingRight"] = I, y.current.style.width = `calc(100% + ${I})`;
9334
9334
  }
9335
9335
  return y.current;
9336
9336
  }
@@ -9351,10 +9351,10 @@ const Mp = /* @__PURE__ */ w.forwardRef(function(t, r) {
9351
9351
  else if (h === "End")
9352
9352
  x.preventDefault(), Zn(C, null, u, c, Cc);
9353
9353
  else if (h.length === 1) {
9354
- const M = m.current, k = h.toLowerCase(), Q = performance.now();
9355
- M.keys.length > 0 && (Q - M.lastTime > 500 ? (M.keys = [], M.repeating = !0, M.previousKeyMatched = !0) : M.repeating && k !== M.keys[0] && (M.repeating = !1)), M.lastTime = Q, M.keys.push(k);
9356
- const j = R && !M.repeating && Pp(R, M);
9357
- M.previousKeyMatched && (j || Zn(C, R, !1, c, Da, M)) ? x.preventDefault() : M.previousKeyMatched = !1;
9354
+ const P = m.current, k = h.toLowerCase(), Q = performance.now();
9355
+ P.keys.length > 0 && (Q - P.lastTime > 500 ? (P.keys = [], P.repeating = !0, P.previousKeyMatched = !0) : P.repeating && k !== P.keys[0] && (P.repeating = !1)), P.lastTime = Q, P.keys.push(k);
9356
+ const j = R && !P.repeating && Pp(R, P);
9357
+ P.previousKeyMatched && (j || Zn(C, R, !1, c, Da, P)) ? x.preventDefault() : P.previousKeyMatched = !1;
9358
9358
  }
9359
9359
  p && p(x);
9360
9360
  }, v = lt(y, r);
@@ -9523,12 +9523,12 @@ const h0 = {
9523
9523
  // eslint-disable-next-line react/prop-types
9524
9524
  TransitionComponent: v = yr,
9525
9525
  ...E
9526
- } = t, S = Tp(), x = w.useRef(), C = Po(), h = w.useRef(null), T = lt(h, Vo(a), r), R = (D) => (O) => {
9526
+ } = t, S = Tp(), x = w.useRef(), C = Po(), h = w.useRef(null), I = lt(h, Vo(a), r), R = (D) => (O) => {
9527
9527
  if (D) {
9528
9528
  const U = h.current;
9529
9529
  O === void 0 ? D(U) : D(U, O);
9530
9530
  }
9531
- }, M = R(p), k = R((D, O) => {
9531
+ }, P = R(p), k = R((D, O) => {
9532
9532
  Lp(D);
9533
9533
  const {
9534
9534
  duration: U,
@@ -9571,7 +9571,7 @@ const h0 = {
9571
9571
  delay: Va ? U : U || J * 0.333,
9572
9572
  easing: X
9573
9573
  })].join(","), D.style.opacity = 0, D.style.transform = gs(0.75), A && A(D);
9574
- }), B = R(b), P = (D) => {
9574
+ }), B = R(b), M = (D) => {
9575
9575
  f === "auto" && S.start(x.current || 0, D), o && o(h.current, D);
9576
9576
  };
9577
9577
  return /* @__PURE__ */ L.jsx(v, {
@@ -9580,11 +9580,11 @@ const h0 = {
9580
9580
  nodeRef: h,
9581
9581
  onEnter: k,
9582
9582
  onEntered: Q,
9583
- onEntering: M,
9583
+ onEntering: P,
9584
9584
  onExit: g,
9585
9585
  onExited: B,
9586
9586
  onExiting: j,
9587
- addEndListener: P,
9587
+ addEndListener: M,
9588
9588
  timeout: f === "auto" ? null : f,
9589
9589
  ...E,
9590
9590
  children: (D, {
@@ -9599,7 +9599,7 @@ const h0 = {
9599
9599
  ...m,
9600
9600
  ...a.props.style
9601
9601
  },
9602
- ref: T,
9602
+ ref: I,
9603
9603
  ...U
9604
9604
  })
9605
9605
  });
@@ -9860,33 +9860,33 @@ function xi(e) {
9860
9860
  const R = m.current;
9861
9861
  if (R === null)
9862
9862
  return;
9863
- const M = ro(x);
9863
+ const P = ro(x);
9864
9864
  if (!x.hasFocus() || !s() || c.current) {
9865
9865
  c.current = !1;
9866
9866
  return;
9867
9867
  }
9868
- if (R.contains(M) || o && M !== u.current && M !== p.current)
9868
+ if (R.contains(P) || o && P !== u.current && P !== p.current)
9869
9869
  return;
9870
- if (M !== b.current)
9870
+ if (P !== b.current)
9871
9871
  b.current = null;
9872
9872
  else if (b.current !== null)
9873
9873
  return;
9874
9874
  if (!y.current)
9875
9875
  return;
9876
9876
  let k = [];
9877
- if ((M === u.current || M === p.current) && (k = a(m.current)), k.length > 0) {
9877
+ if ((P === u.current || P === p.current) && (k = a(m.current)), k.length > 0) {
9878
9878
  const Q = !!(v.current?.shiftKey && v.current?.key === "Tab"), j = k[0], g = k[k.length - 1];
9879
9879
  typeof j != "string" && typeof g != "string" && (Q ? g.focus() : j.focus());
9880
9880
  } else
9881
9881
  R.focus();
9882
9882
  };
9883
9883
  x.addEventListener("focusin", h), x.addEventListener("keydown", C, !0);
9884
- const T = setInterval(() => {
9884
+ const I = setInterval(() => {
9885
9885
  const R = ro(x);
9886
9886
  R && R.tagName === "BODY" && h();
9887
9887
  }, 50);
9888
9888
  return () => {
9889
- clearInterval(T), x.removeEventListener("focusin", h), x.removeEventListener("keydown", C, !0);
9889
+ clearInterval(I), x.removeEventListener("focusin", h), x.removeEventListener("keydown", C, !0);
9890
9890
  };
9891
9891
  }, [r, o, i, s, l, a]);
9892
9892
  const E = (x) => {
@@ -10050,13 +10050,13 @@ const R0 = {
10050
10050
  // eslint-disable-next-line react/prop-types
10051
10051
  TransitionComponent: S = yr,
10052
10052
  ...x
10053
- } = t, C = w.useRef(null), h = lt(C, Vo(l), r), T = (P) => (D) => {
10054
- if (P) {
10053
+ } = t, C = w.useRef(null), h = lt(C, Vo(l), r), I = (M) => (D) => {
10054
+ if (M) {
10055
10055
  const O = C.current;
10056
- D === void 0 ? P(O) : P(O, D);
10056
+ D === void 0 ? M(O) : M(O, D);
10057
10057
  }
10058
- }, R = T(b), M = T((P, D) => {
10059
- Lp(P);
10058
+ }, R = I(b), P = I((M, D) => {
10059
+ Lp(M);
10060
10060
  const O = vi({
10061
10061
  style: v,
10062
10062
  timeout: E,
@@ -10064,8 +10064,8 @@ const R0 = {
10064
10064
  }, {
10065
10065
  mode: "enter"
10066
10066
  });
10067
- P.style.webkitTransition = o.transitions.create("opacity", O), P.style.transition = o.transitions.create("opacity", O), p && p(P, D);
10068
- }), k = T(A), Q = T(f), j = T((P) => {
10067
+ M.style.webkitTransition = o.transitions.create("opacity", O), M.style.transition = o.transitions.create("opacity", O), p && p(M, D);
10068
+ }), k = I(A), Q = I(f), j = I((M) => {
10069
10069
  const D = vi({
10070
10070
  style: v,
10071
10071
  timeout: E,
@@ -10073,15 +10073,15 @@ const R0 = {
10073
10073
  }, {
10074
10074
  mode: "exit"
10075
10075
  });
10076
- P.style.webkitTransition = o.transitions.create("opacity", D), P.style.transition = o.transitions.create("opacity", D), y && y(P);
10077
- }), g = T(m), B = (P) => {
10078
- a && a(C.current, P);
10076
+ M.style.webkitTransition = o.transitions.create("opacity", D), M.style.transition = o.transitions.create("opacity", D), y && y(M);
10077
+ }), g = I(m), B = (M) => {
10078
+ a && a(C.current, M);
10079
10079
  };
10080
10080
  return /* @__PURE__ */ L.jsx(S, {
10081
10081
  appear: s,
10082
10082
  in: u,
10083
10083
  nodeRef: C,
10084
- onEnter: M,
10084
+ onEnter: P,
10085
10085
  onEntered: k,
10086
10086
  onEntering: R,
10087
10087
  onExit: j,
@@ -10090,14 +10090,14 @@ const R0 = {
10090
10090
  addEndListener: B,
10091
10091
  timeout: E,
10092
10092
  ...x,
10093
- children: (P, {
10093
+ children: (M, {
10094
10094
  ownerState: D,
10095
10095
  ...O
10096
10096
  }) => /* @__PURE__ */ w.cloneElement(l, {
10097
10097
  style: {
10098
10098
  opacity: 0,
10099
- visibility: P === "exited" && !u ? "hidden" : void 0,
10100
- ...R0[P],
10099
+ visibility: M === "exited" && !u ? "hidden" : void 0,
10100
+ ...R0[M],
10101
10101
  ...v,
10102
10102
  ...l.props.style
10103
10103
  },
@@ -10253,12 +10253,12 @@ const k0 = (e) => {
10253
10253
  component: s,
10254
10254
  slots: S,
10255
10255
  slotProps: x
10256
- }, [h, T] = Oe("root", {
10256
+ }, [h, I] = Oe("root", {
10257
10257
  elementType: B0,
10258
10258
  externalForwardedProps: C,
10259
10259
  className: se(E.root, a),
10260
10260
  ownerState: v
10261
- }), [R, M] = Oe("transition", {
10261
+ }), [R, P] = Oe("transition", {
10262
10262
  elementType: Ei,
10263
10263
  externalForwardedProps: C,
10264
10264
  ownerState: v
@@ -10267,10 +10267,10 @@ const k0 = (e) => {
10267
10267
  in: c,
10268
10268
  timeout: m,
10269
10269
  ...f,
10270
- ...M,
10270
+ ...P,
10271
10271
  children: /* @__PURE__ */ L.jsx(h, {
10272
10272
  "aria-hidden": !0,
10273
- ...T,
10273
+ ...I,
10274
10274
  ref: r,
10275
10275
  children: i
10276
10276
  })
@@ -10393,10 +10393,10 @@ function D0(e) {
10393
10393
  Xo.mount(C(), {
10394
10394
  disableScrollLock: o
10395
10395
  }), y.current && (y.current.scrollTop = 0);
10396
- }, T = rr(() => {
10396
+ }, I = rr(() => {
10397
10397
  const D = P0(t) || x().body;
10398
10398
  Xo.add(C(), D), y.current && h();
10399
- }), R = () => Xo.isTopModal(C()), M = rr((D) => {
10399
+ }), R = () => Xo.isTopModal(C()), P = rr((D) => {
10400
10400
  b.current = D, D && (u && R() ? h() : y.current && so(y.current, S));
10401
10401
  }), k = w.useCallback(() => {
10402
10402
  Xo.remove(C(), S);
@@ -10404,8 +10404,8 @@ function D0(e) {
10404
10404
  w.useEffect(() => () => {
10405
10405
  k();
10406
10406
  }, [k]), w.useEffect(() => {
10407
- u ? T() : (!E || !i) && k();
10408
- }, [u, k, E, i, T]);
10407
+ u ? I() : (!E || !i) && k();
10408
+ }, [u, k, E, i, I]);
10409
10409
  const Q = (D) => (O) => {
10410
10410
  D.onKeyDown?.(O), !(O.key !== "Escape" || O.which === 229 || // Wait until IME is settled.
10411
10411
  !R()) && (r || (O.stopPropagation(), c && c(O, "escapeKeyDown")));
@@ -10454,7 +10454,7 @@ function D0(e) {
10454
10454
  };
10455
10455
  },
10456
10456
  rootRef: m,
10457
- portalRef: M,
10457
+ portalRef: P,
10458
10458
  isTopModal: R,
10459
10459
  exited: f,
10460
10460
  hasTransition: E
@@ -10528,16 +10528,16 @@ const F0 = (e) => {
10528
10528
  disableScrollLock: x = !1,
10529
10529
  hideBackdrop: C = !1,
10530
10530
  keepMounted: h = !1,
10531
- onClose: T,
10531
+ onClose: I,
10532
10532
  onTransitionEnter: R,
10533
- onTransitionExited: M,
10533
+ onTransitionExited: P,
10534
10534
  open: k,
10535
10535
  slotProps: Q = {},
10536
10536
  slots: j = {},
10537
10537
  // eslint-disable-next-line react/prop-types
10538
10538
  theme: g,
10539
10539
  ...B
10540
- } = o, P = {
10540
+ } = o, M = {
10541
10541
  ...o,
10542
10542
  closeAfterTransition: c,
10543
10543
  disableAutoFocus: m,
@@ -10555,15 +10555,15 @@ const F0 = (e) => {
10555
10555
  portalRef: X,
10556
10556
  isTopModal: J,
10557
10557
  exited: N,
10558
- hasTransition: I
10558
+ hasTransition: T
10559
10559
  } = D0({
10560
- ...P,
10560
+ ...M,
10561
10561
  rootRef: r
10562
10562
  }), V = {
10563
- ...P,
10563
+ ...M,
10564
10564
  exited: N
10565
10565
  }, Z = F0(V), z = {};
10566
- if (u.props.tabIndex === void 0 && (z.tabIndex = "-1"), I) {
10566
+ if (u.props.tabIndex === void 0 && (z.tabIndex = "-1"), T) {
10567
10567
  const {
10568
10568
  onEnter: _,
10569
10569
  onExited: ae
@@ -10606,7 +10606,7 @@ const F0 = (e) => {
10606
10606
  className: se(a?.className, Z?.backdrop),
10607
10607
  ownerState: V
10608
10608
  });
10609
- return !h && !k && (!I || N) ? null : /* @__PURE__ */ L.jsx(xo, {
10609
+ return !h && !k && (!T || N) ? null : /* @__PURE__ */ L.jsx(xo, {
10610
10610
  ref: X,
10611
10611
  container: p,
10612
10612
  disablePortal: E,
@@ -11016,9 +11016,9 @@ const W0 = (e) => {
11016
11016
  transitionDuration: C = "auto",
11017
11017
  TransitionProps: h = {},
11018
11018
  // TODO: remove in v7
11019
- disableScrollLock: T = !1,
11019
+ disableScrollLock: I = !1,
11020
11020
  ...R
11021
- } = o, M = w.useRef(), k = {
11021
+ } = o, P = w.useRef(), k = {
11022
11022
  ...o,
11023
11023
  anchorOrigin: s,
11024
11024
  anchorReference: c,
@@ -11031,7 +11031,7 @@ const W0 = (e) => {
11031
11031
  }, Q = W0(k), j = w.useCallback(() => {
11032
11032
  if (c === "anchorPosition")
11033
11033
  return process.env.NODE_ENV !== "production" && (l || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), l;
11034
- const _ = no(a), ae = _ && _.nodeType === 1 ? _ : Ut(M.current).body, F = ae.getBoundingClientRect();
11034
+ const _ = no(a), ae = _ && _.nodeType === 1 ? _ : Ut(P.current).body, F = ae.getBoundingClientRect();
11035
11035
  if (process.env.NODE_ENV !== "production") {
11036
11036
  const de = ae.getBoundingClientRect();
11037
11037
  !globalThis.MUI_TEST_ENV && de.top === 0 && de.left === 0 && de.right === 0 && de.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
@@ -11078,14 +11078,14 @@ const W0 = (e) => {
11078
11078
  left: `${Math.round(Ce)}px`,
11079
11079
  transformOrigin: Tc(F)
11080
11080
  };
11081
- }, [a, c, j, g, y]), [P, D] = w.useState(m), O = w.useCallback(() => {
11082
- const _ = M.current;
11081
+ }, [a, c, j, g, y]), [M, D] = w.useState(m), O = w.useCallback(() => {
11082
+ const _ = P.current;
11083
11083
  if (!_)
11084
11084
  return;
11085
11085
  const ae = B(_);
11086
11086
  ae.top !== null && _.style.setProperty("top", ae.top), ae.left !== null && (_.style.left = ae.left), _.style.transformOrigin = ae.transformOrigin, D(!0);
11087
11087
  }, [B]);
11088
- w.useEffect(() => (T && window.addEventListener("scroll", O), () => window.removeEventListener("scroll", O)), [a, T, O]);
11088
+ w.useEffect(() => (I && window.addEventListener("scroll", O), () => window.removeEventListener("scroll", O)), [a, I, O]);
11089
11089
  const U = () => {
11090
11090
  O();
11091
11091
  }, X = () => {
@@ -11118,7 +11118,7 @@ const W0 = (e) => {
11118
11118
  paper: f,
11119
11119
  ...E
11120
11120
  }
11121
- }, [I, V] = Oe("transition", {
11121
+ }, [T, V] = Oe("transition", {
11122
11122
  elementType: Ci,
11123
11123
  externalForwardedProps: N,
11124
11124
  ownerState: k,
@@ -11136,7 +11136,7 @@ const W0 = (e) => {
11136
11136
  in: m
11137
11137
  }
11138
11138
  });
11139
- C === "auto" && !I.muiSupportAuto && (J = void 0);
11139
+ C === "auto" && !T.muiSupportAuto && (J = void 0);
11140
11140
  const Z = A || (a ? Ut(no(a)).body : void 0), [z, {
11141
11141
  slots: $,
11142
11142
  slotProps: H,
@@ -11164,14 +11164,14 @@ const W0 = (e) => {
11164
11164
  ownerState: k,
11165
11165
  className: se(Q.root, p)
11166
11166
  }), [oe, ee] = Oe("paper", {
11167
- ref: M,
11167
+ ref: P,
11168
11168
  className: Q.paper,
11169
11169
  elementType: Np,
11170
11170
  externalForwardedProps: N,
11171
11171
  shouldForwardComponentProp: !0,
11172
11172
  additionalProps: {
11173
11173
  elevation: b,
11174
- style: P ? void 0 : {
11174
+ style: M ? void 0 : {
11175
11175
  opacity: 0
11176
11176
  }
11177
11177
  },
@@ -11182,9 +11182,9 @@ const W0 = (e) => {
11182
11182
  ...!gi(z) && {
11183
11183
  slots: $,
11184
11184
  slotProps: H,
11185
- disableScrollLock: T
11185
+ disableScrollLock: I
11186
11186
  },
11187
- children: /* @__PURE__ */ L.jsx(I, {
11187
+ children: /* @__PURE__ */ L.jsx(T, {
11188
11188
  ...V,
11189
11189
  timeout: J,
11190
11190
  children: /* @__PURE__ */ L.jsx(oe, {
@@ -11465,8 +11465,8 @@ const G0 = {
11465
11465
  transitionDuration: y,
11466
11466
  TransitionProps: f,
11467
11467
  variant: v
11468
- }, T = z0(h), R = i && !l && p, M = w.useRef(null), k = (J, N) => {
11469
- M.current && M.current.adjustStyleForScrollbar(J, {
11468
+ }, I = z0(h), R = i && !l && p, P = w.useRef(null), k = (J, N) => {
11469
+ P.current && P.current.adjustStyleForScrollbar(J, {
11470
11470
  direction: C ? "rtl" : "ltr"
11471
11471
  }), m && m(J, N);
11472
11472
  }, Q = (J) => {
@@ -11489,15 +11489,15 @@ const G0 = {
11489
11489
  elementType: E.root,
11490
11490
  externalSlotProps: S.root,
11491
11491
  ownerState: h,
11492
- className: [T.root, s]
11493
- }), [P, D] = Oe("paper", {
11494
- className: T.paper,
11492
+ className: [I.root, s]
11493
+ }), [M, D] = Oe("paper", {
11494
+ className: I.paper,
11495
11495
  elementType: J0,
11496
11496
  externalForwardedProps: g,
11497
11497
  shouldForwardComponentProp: !0,
11498
11498
  ownerState: h
11499
11499
  }), [O, U] = Oe("list", {
11500
- className: se(T.list, c.className),
11500
+ className: se(I.list, c.className),
11501
11501
  elementType: Y0,
11502
11502
  shouldForwardComponentProp: !0,
11503
11503
  externalForwardedProps: g,
@@ -11518,7 +11518,7 @@ const G0 = {
11518
11518
  transformOrigin: C ? G0 : Z0,
11519
11519
  slots: {
11520
11520
  root: E.root,
11521
- paper: P,
11521
+ paper: M,
11522
11522
  backdrop: E.backdrop,
11523
11523
  ...E.transition && {
11524
11524
  // TODO: pass `slots.transition` directly once `TransitionComponent` is removed from Popover
@@ -11543,7 +11543,7 @@ const G0 = {
11543
11543
  ...x,
11544
11544
  classes: b,
11545
11545
  children: /* @__PURE__ */ L.jsx(O, {
11546
- actions: M,
11546
+ actions: P,
11547
11547
  autoFocus: i && (j === -1 || l),
11548
11548
  autoFocusItem: R,
11549
11549
  variant: v,
@@ -11753,7 +11753,7 @@ const Cn = ye("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
11753
11753
  secondary: A,
11754
11754
  ...y
11755
11755
  }
11756
- }, [h, T] = Oe("root", {
11756
+ }, [h, I] = Oe("root", {
11757
11757
  className: se(x.root, a),
11758
11758
  elementType: em,
11759
11759
  externalForwardedProps: {
@@ -11762,7 +11762,7 @@ const Cn = ye("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
11762
11762
  },
11763
11763
  ownerState: S,
11764
11764
  ref: r
11765
- }), [R, M] = Oe("primary", {
11765
+ }), [R, P] = Oe("primary", {
11766
11766
  className: x.primary,
11767
11767
  elementType: ze,
11768
11768
  externalForwardedProps: C,
@@ -11775,8 +11775,8 @@ const Cn = ye("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
11775
11775
  });
11776
11776
  return v != null && v.type !== ze && !s && (v = /* @__PURE__ */ L.jsx(R, {
11777
11777
  variant: f ? "body2" : "body1",
11778
- component: M?.variant ? void 0 : "span",
11779
- ...M,
11778
+ component: P?.variant ? void 0 : "span",
11779
+ ...P,
11780
11780
  children: v
11781
11781
  })), E != null && E.type !== ze && !s && (E = /* @__PURE__ */ L.jsx(k, {
11782
11782
  variant: "body2",
@@ -11784,7 +11784,7 @@ const Cn = ye("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
11784
11784
  ...Q,
11785
11785
  children: E
11786
11786
  })), /* @__PURE__ */ L.jsxs(h, {
11787
- ...T,
11787
+ ...I,
11788
11788
  children: [v, E]
11789
11789
  });
11790
11790
  });
@@ -12298,9 +12298,9 @@ const am = te(Xs, {
12298
12298
  open: x,
12299
12299
  PaperComponent: C = sn,
12300
12300
  PaperProps: h = {},
12301
- scroll: T = "paper",
12301
+ scroll: I = "paper",
12302
12302
  slots: R = {},
12303
- slotProps: M = {},
12303
+ slotProps: P = {},
12304
12304
  TransitionComponent: k = Ei,
12305
12305
  transitionDuration: Q = a,
12306
12306
  TransitionProps: j,
@@ -12311,8 +12311,8 @@ const am = te(Xs, {
12311
12311
  fullScreen: m,
12312
12312
  fullWidth: f,
12313
12313
  maxWidth: v,
12314
- scroll: T
12315
- }, P = sm(B), D = w.useRef(), O = (de) => {
12314
+ scroll: I
12315
+ }, M = sm(B), D = w.useRef(), O = (de) => {
12316
12316
  D.current = de.target === de.currentTarget;
12317
12317
  }, U = (de) => {
12318
12318
  E && E(de), D.current && (D.current = null, S && S(de, "backdropClick"));
@@ -12321,38 +12321,38 @@ const am = te(Xs, {
12321
12321
  }), [X]), N = {
12322
12322
  transition: k,
12323
12323
  ...R
12324
- }, I = {
12324
+ }, T = {
12325
12325
  transition: j,
12326
12326
  paper: h,
12327
12327
  backdrop: p,
12328
- ...M
12328
+ ...P
12329
12329
  }, V = {
12330
12330
  slots: N,
12331
- slotProps: I
12331
+ slotProps: T
12332
12332
  }, [Z, z] = Oe("root", {
12333
12333
  elementType: lm,
12334
12334
  shouldForwardComponentProp: !0,
12335
12335
  externalForwardedProps: V,
12336
12336
  ownerState: B,
12337
- className: se(P.root, b),
12337
+ className: se(M.root, b),
12338
12338
  ref: r
12339
12339
  }), [$, H] = Oe("backdrop", {
12340
12340
  elementType: am,
12341
12341
  shouldForwardComponentProp: !0,
12342
12342
  externalForwardedProps: V,
12343
12343
  ownerState: B,
12344
- className: P.backdrop
12344
+ className: M.backdrop
12345
12345
  }), [Y, oe] = Oe("paper", {
12346
12346
  elementType: um,
12347
12347
  shouldForwardComponentProp: !0,
12348
12348
  externalForwardedProps: V,
12349
12349
  ownerState: B,
12350
- className: se(P.paper, h.className)
12350
+ className: se(M.paper, h.className)
12351
12351
  }), [ee, _] = Oe("container", {
12352
12352
  elementType: cm,
12353
12353
  externalForwardedProps: V,
12354
12354
  ownerState: B,
12355
- className: P.container
12355
+ className: M.container
12356
12356
  }), [ae, F] = Oe("transition", {
12357
12357
  elementType: Ei,
12358
12358
  externalForwardedProps: V,
@@ -12869,26 +12869,26 @@ function Im(e) {
12869
12869
  getOptionDisabled: x,
12870
12870
  getOptionKey: C,
12871
12871
  getOptionLabel: h = (G) => G.label ?? G,
12872
- groupBy: T,
12872
+ groupBy: I,
12873
12873
  handleHomeEndKeys: R = !e.freeSolo,
12874
- id: M,
12874
+ id: P,
12875
12875
  includeInputInList: k = !1,
12876
12876
  inputValue: Q,
12877
12877
  isOptionEqualToValue: j = (G, W) => G === W,
12878
12878
  multiple: g = !1,
12879
12879
  onChange: B,
12880
- onClose: P,
12880
+ onClose: M,
12881
12881
  onHighlightChange: D,
12882
12882
  onInputChange: O,
12883
12883
  onOpen: U,
12884
12884
  open: X,
12885
12885
  openOnFocus: J = !1,
12886
12886
  options: N,
12887
- readOnly: I = !1,
12887
+ readOnly: T = !1,
12888
12888
  renderValue: V,
12889
12889
  selectOnFocus: Z = !e.freeSolo,
12890
12890
  value: z
12891
- } = e, $ = Bo(M);
12891
+ } = e, $ = Bo(P);
12892
12892
  let H = h;
12893
12893
  H = (G) => {
12894
12894
  const W = h(G);
@@ -12920,7 +12920,7 @@ function Im(e) {
12920
12920
  default: !1,
12921
12921
  name: u,
12922
12922
  state: "open"
12923
- }), [Pt, At] = w.useState(!0), lr = !g && ie != null && he === H(ie), Ye = pt && !I, fe = Ye ? v(
12923
+ }), [Pt, At] = w.useState(!0), lr = !g && ie != null && he === H(ie), Ye = pt && !T, fe = Ye ? v(
12924
12924
  N.filter((G) => !(E && (g ? ie : [ie]).some((W) => W !== null && j(G, W)))),
12925
12925
  // we use the empty string to manipulate `filterOptions` to not filter any options
12926
12926
  // i.e. the filter predicate always returns true
@@ -12937,7 +12937,7 @@ function Im(e) {
12937
12937
  const G = ie !== dt.value;
12938
12938
  pe && !G || S && !G || Me(null, ie, "reset");
12939
12939
  }, [ie, Me, pe, dt.value, S]);
12940
- const Ct = pt && fe.length > 0 && !I, xt = rr((G) => {
12940
+ const Ct = pt && fe.length > 0 && !T, xt = rr((G) => {
12941
12941
  if (G === -1)
12942
12942
  ee.current.focus();
12943
12943
  else {
@@ -12979,7 +12979,7 @@ function Im(e) {
12979
12979
  const Ge = _.current.querySelector(`[data-option-index="${W}"]`);
12980
12980
  if (Ge && (Ge.classList.add(`${r}-focused`), re === "keyboard" && Ge.classList.add(`${r}-focusVisible`), me.scrollHeight > me.clientHeight && re !== "mouse" && re !== "touch")) {
12981
12981
  const tt = Ge, St = me.clientHeight + me.scrollTop, pn = tt.offsetTop + tt.offsetHeight;
12982
- pn > St ? me.scrollTop = pn - me.clientHeight : tt.offsetTop - tt.offsetHeight * (T ? 1.3 : 0) < me.scrollTop && (me.scrollTop = tt.offsetTop - tt.offsetHeight * (T ? 1.3 : 0));
12982
+ pn > St ? me.scrollTop = pn - me.clientHeight : tt.offsetTop - tt.offsetHeight * (I ? 1.3 : 0) < me.scrollTop && (me.scrollTop = tt.offsetTop - tt.offsetHeight * (I ? 1.3 : 0));
12983
12983
  }
12984
12984
  }), Et = rr(({
12985
12985
  event: G,
@@ -13092,7 +13092,7 @@ function Im(e) {
13092
13092
  const qt = (G) => {
13093
13093
  pt || (it(!0), At(!0), U && U(G));
13094
13094
  }, Gr = (G, W) => {
13095
- pt && (it(!1), P && P(G, W));
13095
+ pt && (it(!1), M && M(G, W));
13096
13096
  }, _t = (G, W, re, ge) => {
13097
13097
  if (g) {
13098
13098
  if (ie.length === W.length && ie.every((me, Ge) => me === W[Ge]))
@@ -13210,24 +13210,24 @@ function Im(e) {
13210
13210
  Ye ? (W.preventDefault(), W.stopPropagation(), Gr(W, "escape")) : c && (he !== "" || g && ie.length > 0 || V) && (W.preventDefault(), W.stopPropagation(), Uo(W));
13211
13211
  break;
13212
13212
  case "Backspace":
13213
- if (g && !I && he === "" && ie.length > 0) {
13213
+ if (g && !T && he === "" && ie.length > 0) {
13214
13214
  const re = de === -1 ? ie.length - 1 : de, ge = ie.slice();
13215
13215
  ge.splice(re, 1), _t(W, ge, "removeOption", {
13216
13216
  option: ie[re]
13217
13217
  });
13218
13218
  }
13219
- !g && V && !I && he === "" && _t(W, null, "removeOption", {
13219
+ !g && V && !T && he === "" && _t(W, null, "removeOption", {
13220
13220
  option: ie
13221
13221
  });
13222
13222
  break;
13223
13223
  case "Delete":
13224
- if (g && !I && he === "" && ie.length > 0 && de !== -1) {
13224
+ if (g && !T && he === "" && ie.length > 0 && de !== -1) {
13225
13225
  const re = de, ge = ie.slice();
13226
13226
  ge.splice(re, 1), _t(W, ge, "removeOption", {
13227
13227
  option: ie[re]
13228
13228
  });
13229
13229
  }
13230
- !g && V && !I && he === "" && _t(W, null, "removeOption", {
13230
+ !g && V && !T && he === "" && _t(W, null, "removeOption", {
13231
13231
  option: ie
13232
13232
  });
13233
13233
  break;
@@ -13280,11 +13280,11 @@ function Im(e) {
13280
13280
  let qn = S && he.length > 0;
13281
13281
  qn = qn || (g ? ie.length > 0 : ie !== null);
13282
13282
  let Qo = fe;
13283
- if (T) {
13283
+ if (I) {
13284
13284
  const G = /* @__PURE__ */ new Map();
13285
13285
  let W = !1;
13286
13286
  Qo = fe.reduce((re, ge, me) => {
13287
- const Ge = T(ge);
13287
+ const Ge = I(ge);
13288
13288
  return re.length > 0 && re[re.length - 1].group === Ge ? re[re.length - 1].options.push(ge) : (process.env.NODE_ENV !== "production" && (G.get(Ge) && !W && (console.warn(`MUI: The options provided combined with the \`groupBy\` method of ${u} returns duplicated headers.`, "You can solve the issue by sorting the options with the output of `groupBy`."), W = !0), G.set(Ge, !0)), re.push({
13289
13289
  key: me,
13290
13290
  index: me,
@@ -13343,7 +13343,7 @@ function Im(e) {
13343
13343
  "data-tag-index": G
13344
13344
  },
13345
13345
  tabIndex: -1,
13346
- ...!I && {
13346
+ ...!T && {
13347
13347
  onDelete: g ? ma(G) : Qn
13348
13348
  }
13349
13349
  }),
@@ -13359,7 +13359,7 @@ function Im(e) {
13359
13359
  key: G,
13360
13360
  "data-tag-index": G,
13361
13361
  tabIndex: -1,
13362
- ...!I && {
13362
+ ...!T && {
13363
13363
  onDelete: ma(G)
13364
13364
  }
13365
13365
  }),
@@ -13614,8 +13614,8 @@ var Hm = function(t, r) {
13614
13614
  function Gm(e) {
13615
13615
  var t, r = e.state, o = e.name, i = e.options, a = r.elements.arrow, s = r.modifiersData.popperOffsets, l = mr(r.placement), c = rl(l), u = [Rt, Xt].indexOf(l) >= 0, p = u ? "height" : "width";
13616
13616
  if (!(!a || !s)) {
13617
- var A = Hm(i.padding, r), b = tl(a), y = c === "y" ? Tt : Rt, m = c === "y" ? zt : Xt, f = r.rects.reference[p] + r.rects.reference[c] - s[c] - r.rects.popper[p], v = s[c] - r.rects.reference[c], E = Lo(a), S = E ? c === "y" ? E.clientHeight || 0 : E.clientWidth || 0 : 0, x = f / 2 - v / 2, C = A[y], h = S - b[p] - A[m], T = S / 2 - b[p] / 2 + x, R = lo(C, T, h), M = c;
13618
- r.modifiersData[o] = (t = {}, t[M] = R, t.centerOffset = R - T, t);
13617
+ var A = Hm(i.padding, r), b = tl(a), y = c === "y" ? Tt : Rt, m = c === "y" ? zt : Xt, f = r.rects.reference[p] + r.rects.reference[c] - s[c] - r.rects.popper[p], v = s[c] - r.rects.reference[c], E = Lo(a), S = E ? c === "y" ? E.clientHeight || 0 : E.clientWidth || 0 : 0, x = f / 2 - v / 2, C = A[y], h = S - b[p] - A[m], I = S / 2 - b[p] / 2 + x, R = lo(C, I, h), P = c;
13618
+ r.modifiersData[o] = (t = {}, t[P] = R, t.centerOffset = R - I, t);
13619
13619
  }
13620
13620
  }
13621
13621
  function Zm(e) {
@@ -13658,20 +13658,20 @@ function Dc(e) {
13658
13658
  y = v.x, f = v.y;
13659
13659
  var E = s.hasOwnProperty("x"), S = s.hasOwnProperty("y"), x = Rt, C = Tt, h = window;
13660
13660
  if (u) {
13661
- var T = Lo(r), R = "clientHeight", M = "clientWidth";
13662
- if (T === Qt(r) && (T = Kr(r), Rr(T).position !== "static" && l === "absolute" && (R = "scrollHeight", M = "scrollWidth")), T = T, i === Tt || (i === Rt || i === Xt) && a === Eo) {
13661
+ var I = Lo(r), R = "clientHeight", P = "clientWidth";
13662
+ if (I === Qt(r) && (I = Kr(r), Rr(I).position !== "static" && l === "absolute" && (R = "scrollHeight", P = "scrollWidth")), I = I, i === Tt || (i === Rt || i === Xt) && a === Eo) {
13663
13663
  C = zt;
13664
- var k = A && T === h && h.visualViewport ? h.visualViewport.height : (
13664
+ var k = A && I === h && h.visualViewport ? h.visualViewport.height : (
13665
13665
  // $FlowFixMe[prop-missing]
13666
- T[R]
13666
+ I[R]
13667
13667
  );
13668
13668
  f -= k - o.height, f *= c ? 1 : -1;
13669
13669
  }
13670
13670
  if (i === Rt || (i === Tt || i === zt) && a === Eo) {
13671
13671
  x = Xt;
13672
- var Q = A && T === h && h.visualViewport ? h.visualViewport.width : (
13672
+ var Q = A && I === h && h.visualViewport ? h.visualViewport.width : (
13673
13673
  // $FlowFixMe[prop-missing]
13674
- T[M]
13674
+ I[P]
13675
13675
  );
13676
13676
  y -= Q - o.width, y *= c ? 1 : -1;
13677
13677
  }
@@ -13889,11 +13889,11 @@ function $p(e) {
13889
13889
  }
13890
13890
  function So(e, t) {
13891
13891
  t === void 0 && (t = {});
13892
- var r = t, o = r.placement, i = o === void 0 ? e.placement : o, a = r.strategy, s = a === void 0 ? e.strategy : a, l = r.boundary, c = l === void 0 ? Tm : l, u = r.rootBoundary, p = u === void 0 ? Kp : u, A = r.elementContext, b = A === void 0 ? Xn : A, y = r.altBoundary, m = y === void 0 ? !1 : y, f = r.padding, v = f === void 0 ? 0 : f, E = Xp(typeof v != "number" ? v : Jp(v, Fo)), S = b === Xn ? Rm : Xn, x = e.rects.popper, C = e.elements[m ? S : b], h = sb(on(C) ? C : C.contextElement || Kr(e.elements.popper), c, p, s), T = Bn(e.elements.reference), R = $p({
13893
- reference: T,
13892
+ var r = t, o = r.placement, i = o === void 0 ? e.placement : o, a = r.strategy, s = a === void 0 ? e.strategy : a, l = r.boundary, c = l === void 0 ? Tm : l, u = r.rootBoundary, p = u === void 0 ? Kp : u, A = r.elementContext, b = A === void 0 ? Xn : A, y = r.altBoundary, m = y === void 0 ? !1 : y, f = r.padding, v = f === void 0 ? 0 : f, E = Xp(typeof v != "number" ? v : Jp(v, Fo)), S = b === Xn ? Rm : Xn, x = e.rects.popper, C = e.elements[m ? S : b], h = sb(on(C) ? C : C.contextElement || Kr(e.elements.popper), c, p, s), I = Bn(e.elements.reference), R = $p({
13893
+ reference: I,
13894
13894
  element: x,
13895
13895
  placement: i
13896
- }), M = vs(Object.assign({}, x, R)), k = b === Xn ? M : T, Q = {
13896
+ }), P = vs(Object.assign({}, x, R)), k = b === Xn ? P : I, Q = {
13897
13897
  top: h.top - k.top + E.top,
13898
13898
  bottom: k.bottom - h.bottom + E.bottom,
13899
13899
  left: h.left - k.left + E.left,
@@ -13902,8 +13902,8 @@ function So(e, t) {
13902
13902
  if (b === Xn && j) {
13903
13903
  var g = j[i];
13904
13904
  Object.keys(Q).forEach(function(B) {
13905
- var P = [Xt, zt].indexOf(B) >= 0 ? 1 : -1, D = [Tt, zt].indexOf(B) >= 0 ? "y" : "x";
13906
- Q[B] += g[D] * P;
13905
+ var M = [Xt, zt].indexOf(B) >= 0 ? 1 : -1, D = [Tt, zt].indexOf(B) >= 0 ? "y" : "x";
13906
+ Q[B] += g[D] * M;
13907
13907
  });
13908
13908
  }
13909
13909
  return Q;
@@ -13946,26 +13946,26 @@ function ub(e) {
13946
13946
  flipVariations: m,
13947
13947
  allowedAutoPlacements: f
13948
13948
  }) : $);
13949
- }, []), h = t.rects.reference, T = t.rects.popper, R = /* @__PURE__ */ new Map(), M = !0, k = C[0], Q = 0; Q < C.length; Q++) {
13950
- var j = C[Q], g = mr(j), B = Pn(j) === On, P = [Tt, zt].indexOf(g) >= 0, D = P ? "width" : "height", O = So(t, {
13949
+ }, []), h = t.rects.reference, I = t.rects.popper, R = /* @__PURE__ */ new Map(), P = !0, k = C[0], Q = 0; Q < C.length; Q++) {
13950
+ var j = C[Q], g = mr(j), B = Pn(j) === On, M = [Tt, zt].indexOf(g) >= 0, D = M ? "width" : "height", O = So(t, {
13951
13951
  placement: j,
13952
13952
  boundary: p,
13953
13953
  rootBoundary: A,
13954
13954
  altBoundary: b,
13955
13955
  padding: u
13956
- }), U = P ? B ? Xt : Rt : B ? zt : Tt;
13957
- h[D] > T[D] && (U = ii(U));
13956
+ }), U = M ? B ? Xt : Rt : B ? zt : Tt;
13957
+ h[D] > I[D] && (U = ii(U));
13958
13958
  var X = ii(U), J = [];
13959
13959
  if (a && J.push(O[g] <= 0), l && J.push(O[U] <= 0, O[X] <= 0), J.every(function(z) {
13960
13960
  return z;
13961
13961
  })) {
13962
- k = j, M = !1;
13962
+ k = j, P = !1;
13963
13963
  break;
13964
13964
  }
13965
13965
  R.set(j, J);
13966
13966
  }
13967
- if (M)
13968
- for (var N = m ? 3 : 1, I = function($) {
13967
+ if (P)
13968
+ for (var N = m ? 3 : 1, T = function($) {
13969
13969
  var H = C.find(function(Y) {
13970
13970
  var oe = R.get(Y);
13971
13971
  if (oe)
@@ -13976,7 +13976,7 @@ function ub(e) {
13976
13976
  if (H)
13977
13977
  return k = H, "break";
13978
13978
  }, V = N; V > 0; V--) {
13979
- var Z = I(V);
13979
+ var Z = T(V);
13980
13980
  if (Z === "break") break;
13981
13981
  }
13982
13982
  t.placement !== k && (t.modifiersData[o]._skip = !0, t.placement = k, t.reset = !0);
@@ -14080,7 +14080,7 @@ function vb(e) {
14080
14080
  rootBoundary: u,
14081
14081
  padding: A,
14082
14082
  altBoundary: p
14083
- }), E = mr(t.placement), S = Pn(t.placement), x = !S, C = rl(E), h = yb(C), T = t.modifiersData.popperOffsets, R = t.rects.reference, M = t.rects.popper, k = typeof f == "function" ? f(Object.assign({}, t.rects, {
14083
+ }), E = mr(t.placement), S = Pn(t.placement), x = !S, C = rl(E), h = yb(C), I = t.modifiersData.popperOffsets, R = t.rects.reference, P = t.rects.popper, k = typeof f == "function" ? f(Object.assign({}, t.rects, {
14084
14084
  placement: t.placement
14085
14085
  })) : f, Q = typeof k == "number" ? {
14086
14086
  mainAxis: k,
@@ -14092,17 +14092,17 @@ function vb(e) {
14092
14092
  x: 0,
14093
14093
  y: 0
14094
14094
  };
14095
- if (T) {
14095
+ if (I) {
14096
14096
  if (a) {
14097
- var B, P = C === "y" ? Tt : Rt, D = C === "y" ? zt : Xt, O = C === "y" ? "height" : "width", U = T[C], X = U + v[P], J = U - v[D], N = y ? -M[O] / 2 : 0, I = S === On ? R[O] : M[O], V = S === On ? -M[O] : -R[O], Z = t.elements.arrow, z = y && Z ? tl(Z) : {
14097
+ var B, M = C === "y" ? Tt : Rt, D = C === "y" ? zt : Xt, O = C === "y" ? "height" : "width", U = I[C], X = U + v[M], J = U - v[D], N = y ? -P[O] / 2 : 0, T = S === On ? R[O] : P[O], V = S === On ? -P[O] : -R[O], Z = t.elements.arrow, z = y && Z ? tl(Z) : {
14098
14098
  width: 0,
14099
14099
  height: 0
14100
- }, $ = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : zp(), H = $[P], Y = $[D], oe = lo(0, R[O], z[O]), ee = x ? R[O] / 2 - N - oe - H - Q.mainAxis : I - oe - H - Q.mainAxis, _ = x ? -R[O] / 2 + N + oe + Y + Q.mainAxis : V + oe + Y + Q.mainAxis, ae = t.elements.arrow && Lo(t.elements.arrow), F = ae ? C === "y" ? ae.clientTop || 0 : ae.clientLeft || 0 : 0, de = (B = j?.[C]) != null ? B : 0, le = U + ee - de - F, Ce = U + _ - de, Ie = lo(y ? Si(X, le) : X, U, y ? tn(J, Ce) : J);
14101
- T[C] = Ie, g[C] = Ie - U;
14100
+ }, $ = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : zp(), H = $[M], Y = $[D], oe = lo(0, R[O], z[O]), ee = x ? R[O] / 2 - N - oe - H - Q.mainAxis : T - oe - H - Q.mainAxis, _ = x ? -R[O] / 2 + N + oe + Y + Q.mainAxis : V + oe + Y + Q.mainAxis, ae = t.elements.arrow && Lo(t.elements.arrow), F = ae ? C === "y" ? ae.clientTop || 0 : ae.clientLeft || 0 : 0, de = (B = j?.[C]) != null ? B : 0, le = U + ee - de - F, Ce = U + _ - de, Ie = lo(y ? Si(X, le) : X, U, y ? tn(J, Ce) : J);
14101
+ I[C] = Ie, g[C] = Ie - U;
14102
14102
  }
14103
14103
  if (l) {
14104
- var et, ie = C === "x" ? Tt : Rt, Je = C === "x" ? zt : Xt, he = T[h], Re = h === "y" ? "height" : "width", pe = he + v[ie], bt = he - v[Je], Me = [Tt, Rt].indexOf(E) !== -1, pt = (et = j?.[h]) != null ? et : 0, it = Me ? pe : he - R[Re] - M[Re] - pt + Q.altAxis, Pt = Me ? he + R[Re] + M[Re] - pt - Q.altAxis : bt, At = y && Me ? Km(it, he, Pt) : lo(y ? it : pe, he, y ? Pt : bt);
14105
- T[h] = At, g[h] = At - he;
14104
+ var et, ie = C === "x" ? Tt : Rt, Je = C === "x" ? zt : Xt, he = I[h], Re = h === "y" ? "height" : "width", pe = he + v[ie], bt = he - v[Je], Me = [Tt, Rt].indexOf(E) !== -1, pt = (et = j?.[h]) != null ? et : 0, it = Me ? pe : he - R[Re] - P[Re] - pt + Q.altAxis, Pt = Me ? he + R[Re] + P[Re] - pt - Q.altAxis : bt, At = y && Me ? Km(it, he, Pt) : lo(y ? it : pe, he, y ? Pt : bt);
14105
+ I[h] = At, g[h] = At - he;
14106
14106
  }
14107
14107
  t.modifiersData[o] = g;
14108
14108
  }
@@ -14254,10 +14254,10 @@ function kb(e) {
14254
14254
  p.reset = !1, C = -1;
14255
14255
  continue;
14256
14256
  }
14257
- var h = p.orderedModifiers[C], T = h.fn, R = h.options, M = R === void 0 ? {} : R, k = h.name;
14258
- typeof T == "function" && (p = T({
14257
+ var h = p.orderedModifiers[C], I = h.fn, R = h.options, P = R === void 0 ? {} : R, k = h.name;
14258
+ typeof I == "function" && (p = I({
14259
14259
  state: p,
14260
- options: M,
14260
+ options: P,
14261
14261
  name: k,
14262
14262
  instance: y
14263
14263
  }) || p);
@@ -14290,9 +14290,9 @@ function kb(e) {
14290
14290
  name: E,
14291
14291
  instance: y,
14292
14292
  options: x
14293
- }), T = function() {
14293
+ }), I = function() {
14294
14294
  };
14295
- A.push(h || T);
14295
+ A.push(h || I);
14296
14296
  }
14297
14297
  });
14298
14298
  }
@@ -14365,7 +14365,7 @@ const Fb = (e) => {
14365
14365
  or(() => {
14366
14366
  h.current = C;
14367
14367
  }, [C]), w.useImperativeHandle(A, () => x.current, []);
14368
- const T = Db(u, a), [R, M] = w.useState(T), [k, Q] = w.useState(wi(o));
14368
+ const I = Db(u, a), [R, P] = w.useState(I), [k, Q] = w.useState(wi(o));
14369
14369
  w.useEffect(() => {
14370
14370
  x.current && x.current.forceUpdate();
14371
14371
  }), w.useEffect(() => {
@@ -14374,7 +14374,7 @@ const Fb = (e) => {
14374
14374
  if (!k || !c)
14375
14375
  return;
14376
14376
  const D = (X) => {
14377
- M(X.placement);
14377
+ P(X.placement);
14378
14378
  };
14379
14379
  if (process.env.NODE_ENV !== "production" && k && ra(k) && k.nodeType === 1) {
14380
14380
  const X = k.getBoundingClientRect();
@@ -14403,19 +14403,19 @@ const Fb = (e) => {
14403
14403
  }];
14404
14404
  l != null && (O = O.concat(l)), p && p.modifiers != null && (O = O.concat(p.modifiers));
14405
14405
  const U = Pb(k, E.current, {
14406
- placement: T,
14406
+ placement: I,
14407
14407
  ...p,
14408
14408
  modifiers: O
14409
14409
  });
14410
14410
  return h.current(U), () => {
14411
14411
  U.destroy(), h.current(null);
14412
14412
  };
14413
- }, [k, s, l, c, p, T]);
14413
+ }, [k, s, l, c, p, I]);
14414
14414
  const j = {
14415
14415
  placement: R
14416
14416
  };
14417
14417
  m !== null && (j.TransitionProps = m);
14418
- const g = Fb(t), B = y.root ?? "div", P = kp({
14418
+ const g = Fb(t), B = y.root ?? "div", M = kp({
14419
14419
  elementType: B,
14420
14420
  externalSlotProps: b.root,
14421
14421
  externalForwardedProps: v,
@@ -14427,7 +14427,7 @@ const Fb = (e) => {
14427
14427
  className: g.root
14428
14428
  });
14429
14429
  return /* @__PURE__ */ L.jsx(B, {
14430
- ...P,
14430
+ ...M,
14431
14431
  children: typeof i == "function" ? i(j) : i
14432
14432
  });
14433
14433
  }), _p = /* @__PURE__ */ w.forwardRef(function(t, r) {
@@ -14450,7 +14450,7 @@ const Fb = (e) => {
14450
14450
  ...S
14451
14451
  } = t, [x, C] = w.useState(!0), h = () => {
14452
14452
  C(!1);
14453
- }, T = () => {
14453
+ }, I = () => {
14454
14454
  C(!0);
14455
14455
  };
14456
14456
  if (!c && !p && (!f || x))
@@ -14462,10 +14462,10 @@ const Fb = (e) => {
14462
14462
  const Q = wi(o);
14463
14463
  R = Q && ra(Q) ? Ut(Q).body : Ut(null).body;
14464
14464
  }
14465
- const M = !p && c && (!f || x) ? "none" : void 0, k = f ? {
14465
+ const P = !p && c && (!f || x) ? "none" : void 0, k = f ? {
14466
14466
  in: p,
14467
14467
  onEnter: h,
14468
- onExited: T
14468
+ onExited: I
14469
14469
  } : void 0;
14470
14470
  return /* @__PURE__ */ L.jsx(xo, {
14471
14471
  disablePortal: l,
@@ -14489,7 +14489,7 @@ const Fb = (e) => {
14489
14489
  // Fix Popper.js display issue
14490
14490
  top: 0,
14491
14491
  left: 0,
14492
- display: M,
14492
+ display: P,
14493
14493
  ...m
14494
14494
  },
14495
14495
  TransitionProps: k,
@@ -14642,7 +14642,7 @@ const Ub = te(_p, {
14642
14642
  slots: S,
14643
14643
  slotProps: x,
14644
14644
  ...C
14645
- } = i, h = S?.root ?? l?.Root, T = {
14645
+ } = i, h = S?.root ?? l?.Root, I = {
14646
14646
  anchorEl: a,
14647
14647
  container: u,
14648
14648
  disablePortal: p,
@@ -14662,7 +14662,7 @@ const Ub = te(_p, {
14662
14662
  root: h
14663
14663
  },
14664
14664
  slotProps: x ?? c,
14665
- ...T,
14665
+ ...I,
14666
14666
  ref: r
14667
14667
  });
14668
14668
  });
@@ -15295,17 +15295,17 @@ const ed = /* @__PURE__ */ w.forwardRef(function(t, r) {
15295
15295
  skipFocusWhenDisabled: C = !1,
15296
15296
  // TODO v6: Rename to `focusableWhenDisabled`.
15297
15297
  slots: h = {},
15298
- slotProps: T = {},
15298
+ slotProps: I = {},
15299
15299
  ...R
15300
- } = o, M = w.useRef(null), k = lt(M, r), Q = (H) => {
15300
+ } = o, P = w.useRef(null), k = lt(P, r), Q = (H) => {
15301
15301
  H.stopPropagation(), m(H);
15302
15302
  }, j = (H) => {
15303
15303
  H.currentTarget === H.target && qc(H) && H.preventDefault(), f && f(H);
15304
15304
  }, g = (H) => {
15305
15305
  H.currentTarget === H.target && m && qc(H) && m(H), v && v(H);
15306
- }, B = s !== !1 && y ? !0 : s, P = B || m ? Rn : c || "div", D = {
15306
+ }, B = s !== !1 && y ? !0 : s, M = B || m ? Rn : c || "div", D = {
15307
15307
  ...o,
15308
- component: P,
15308
+ component: M,
15309
15309
  disabled: p,
15310
15310
  size: E,
15311
15311
  color: l,
@@ -15313,7 +15313,7 @@ const ed = /* @__PURE__ */ w.forwardRef(function(t, r) {
15313
15313
  onDelete: !!m,
15314
15314
  clickable: B,
15315
15315
  variant: S
15316
- }, O = Hb(D), U = P === Rn ? {
15316
+ }, O = Hb(D), U = M === Rn ? {
15317
15317
  component: c || "div",
15318
15318
  focusVisibleClassName: O.focusVisible,
15319
15319
  ...m && {
@@ -15336,13 +15336,13 @@ const ed = /* @__PURE__ */ w.forwardRef(function(t, r) {
15336
15336
  A && /* @__PURE__ */ w.isValidElement(A) && (N = /* @__PURE__ */ w.cloneElement(A, {
15337
15337
  className: se(O.icon, A.props.className)
15338
15338
  })), process.env.NODE_ENV !== "production" && J && N && console.error("MUI: The Chip component can not handle the avatar and the icon prop at the same time. Pick one.");
15339
- const I = {
15339
+ const T = {
15340
15340
  slots: h,
15341
- slotProps: T
15341
+ slotProps: I
15342
15342
  }, [V, Z] = Oe("root", {
15343
15343
  elementType: Gb,
15344
15344
  externalForwardedProps: {
15345
- ...I,
15345
+ ...T,
15346
15346
  ...R
15347
15347
  },
15348
15348
  ownerState: D,
@@ -15369,12 +15369,12 @@ const ed = /* @__PURE__ */ w.forwardRef(function(t, r) {
15369
15369
  })
15370
15370
  }), [z, $] = Oe("label", {
15371
15371
  elementType: Zb,
15372
- externalForwardedProps: I,
15372
+ externalForwardedProps: T,
15373
15373
  ownerState: D,
15374
15374
  className: O.label
15375
15375
  });
15376
15376
  return /* @__PURE__ */ L.jsxs(V, {
15377
- as: P,
15377
+ as: M,
15378
15378
  ...Z,
15379
15379
  children: [J || N, /* @__PURE__ */ L.jsx(z, {
15380
15380
  ...$,
@@ -15540,23 +15540,23 @@ const td = /* @__PURE__ */ w.forwardRef(function(t, r) {
15540
15540
  const x = p.current, C = y.current;
15541
15541
  if (!x || !C)
15542
15542
  return;
15543
- const T = wr(x).getComputedStyle(x);
15544
- if (T.width === "0px")
15543
+ const I = wr(x).getComputedStyle(x);
15544
+ if (I.width === "0px")
15545
15545
  return {
15546
15546
  outerHeightStyle: 0,
15547
15547
  overflowing: !1
15548
15548
  };
15549
- C.style.width = T.width, C.value = x.value || t.placeholder || "x", C.value.slice(-1) === `
15549
+ C.style.width = I.width, C.value = x.value || t.placeholder || "x", C.value.slice(-1) === `
15550
15550
  ` && (C.value += " ");
15551
- const R = T.boxSizing, M = Yo(T.paddingBottom) + Yo(T.paddingTop), k = Yo(T.borderBottomWidth) + Yo(T.borderTopWidth), Q = C.scrollHeight;
15551
+ const R = I.boxSizing, P = Yo(I.paddingBottom) + Yo(I.paddingTop), k = Yo(I.borderBottomWidth) + Yo(I.borderTopWidth), Q = C.scrollHeight;
15552
15552
  C.value = "x";
15553
15553
  const j = C.scrollHeight;
15554
15554
  let g = Q;
15555
15555
  a && (g = Math.max(Number(a) * j, g)), i && (g = Math.min(Number(i) * j, g)), g = Math.max(g, j);
15556
- const B = g + (R === "border-box" ? M + k : 0), P = Math.abs(g - Q) <= 1;
15556
+ const B = g + (R === "border-box" ? P + k : 0), M = Math.abs(g - Q) <= 1;
15557
15557
  return {
15558
15558
  outerHeightStyle: B,
15559
- overflowing: P
15559
+ overflowing: M
15560
15560
  };
15561
15561
  }, [i, a, t.placeholder]), f = rr(() => {
15562
15562
  const x = p.current, C = m();
@@ -15577,22 +15577,22 @@ const td = /* @__PURE__ */ w.forwardRef(function(t, r) {
15577
15577
  return;
15578
15578
  const h = wr(C);
15579
15579
  h.addEventListener("resize", x);
15580
- let T;
15581
- return typeof ResizeObserver < "u" && (T = new ResizeObserver(() => {
15582
- f() && (T.unobserve(C), cancelAnimationFrame(E.current), v(), E.current = requestAnimationFrame(() => {
15583
- T.observe(C);
15580
+ let I;
15581
+ return typeof ResizeObserver < "u" && (I = new ResizeObserver(() => {
15582
+ f() && (I.unobserve(C), cancelAnimationFrame(E.current), v(), E.current = requestAnimationFrame(() => {
15583
+ I.observe(C);
15584
15584
  }));
15585
- }), T.observe(C)), () => {
15586
- x.clear(), cancelAnimationFrame(E.current), h.removeEventListener("resize", x), T && T.disconnect();
15585
+ }), I.observe(C)), () => {
15586
+ x.clear(), cancelAnimationFrame(E.current), h.removeEventListener("resize", x), I && I.disconnect();
15587
15587
  };
15588
15588
  }, [m, v, f]), or(() => {
15589
15589
  v();
15590
15590
  });
15591
15591
  const S = (x) => {
15592
15592
  u || v();
15593
- const C = x.target, h = C.value.length, T = C.value.endsWith(`
15593
+ const C = x.target, h = C.value.length, I = C.value.endsWith(`
15594
15594
  `), R = C.selectionStart === h;
15595
- T && R && C.setSelectionRange(h, h), o && o(x);
15595
+ I && R && C.setSelectionRange(h, h), o && o(x);
15596
15596
  };
15597
15597
  return /* @__PURE__ */ L.jsxs(w.Fragment, {
15598
15598
  children: [/* @__PURE__ */ L.jsx("textarea", {
@@ -15902,22 +15902,22 @@ const na = (e, t) => {
15902
15902
  inputProps: x = {},
15903
15903
  inputRef: C,
15904
15904
  margin: h,
15905
- maxRows: T,
15905
+ maxRows: I,
15906
15906
  minRows: R,
15907
- multiline: M = !1,
15907
+ multiline: P = !1,
15908
15908
  name: k,
15909
15909
  onBlur: Q,
15910
15910
  onChange: j,
15911
15911
  onClick: g,
15912
15912
  onFocus: B,
15913
- onKeyDown: P,
15913
+ onKeyDown: M,
15914
15914
  onKeyUp: D,
15915
15915
  placeholder: O,
15916
15916
  readOnly: U,
15917
15917
  renderSuffix: X,
15918
15918
  rows: J,
15919
15919
  size: N,
15920
- slotProps: I = {},
15920
+ slotProps: T = {},
15921
15921
  slots: V = {},
15922
15922
  startAdornment: Z,
15923
15923
  type: z = "text",
@@ -15971,14 +15971,14 @@ const na = (e, t) => {
15971
15971
  ee.current && fe.currentTarget === fe.target && ee.current.focus(), g && g(fe);
15972
15972
  };
15973
15973
  let bt = S, Me = x;
15974
- M && bt === "input" && (J ? (process.env.NODE_ENV !== "production" && (R || T) && console.warn("MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set."), Me = {
15974
+ P && bt === "input" && (J ? (process.env.NODE_ENV !== "production" && (R || I) && console.warn("MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set."), Me = {
15975
15975
  type: void 0,
15976
15976
  minRows: J,
15977
15977
  maxRows: J,
15978
15978
  ...Me
15979
15979
  }) : Me = {
15980
15980
  type: void 0,
15981
- maxRows: T,
15981
+ maxRows: I,
15982
15982
  minRows: R,
15983
15983
  ...Me
15984
15984
  }, bt = td);
@@ -16000,14 +16000,14 @@ const na = (e, t) => {
16000
16000
  formControl: le,
16001
16001
  fullWidth: v,
16002
16002
  hiddenLabel: Ce.hiddenLabel,
16003
- multiline: M,
16003
+ multiline: P,
16004
16004
  size: Ce.size,
16005
16005
  startAdornment: Z,
16006
16006
  type: z
16007
- }, Pt = $b(it), At = V.root || u.Root || ia, lr = I.root || p.root || {}, Ye = V.input || u.Input || aa;
16007
+ }, Pt = $b(it), At = V.root || u.Root || ia, lr = T.root || p.root || {}, Ye = V.input || u.Input || aa;
16008
16008
  return Me = {
16009
16009
  ...Me,
16010
- ...I.input ?? p.input
16010
+ ...T.input ?? p.input
16011
16011
  }, /* @__PURE__ */ L.jsxs(w.Fragment, {
16012
16012
  children: [!y && typeof Hc == "function" && // For Emotion/Styled-components, InputGlobalStyles will be a function
16013
16013
  // For Pigment CSS, this has no effect because the InputGlobalStyles will be null.
@@ -16040,7 +16040,7 @@ const na = (e, t) => {
16040
16040
  required: Ce.required,
16041
16041
  rows: J,
16042
16042
  value: Y,
16043
- onKeyDown: P,
16043
+ onKeyDown: M,
16044
16044
  onKeyUp: D,
16045
16045
  type: z,
16046
16046
  ...Me,
@@ -16700,22 +16700,22 @@ const oy = (e) => {
16700
16700
  disabled: x = !1,
16701
16701
  disabledItemsFocusable: C = !1,
16702
16702
  disableListWrap: h = !1,
16703
- disablePortal: T = !1,
16703
+ disablePortal: I = !1,
16704
16704
  filterOptions: R,
16705
- filterSelectedOptions: M = !1,
16705
+ filterSelectedOptions: P = !1,
16706
16706
  forcePopupIcon: k = "auto",
16707
16707
  freeSolo: Q = !1,
16708
16708
  fullWidth: j = !1,
16709
16709
  getLimitTagsText: g = (ke) => `+${ke}`,
16710
16710
  getOptionDisabled: B,
16711
- getOptionKey: P,
16711
+ getOptionKey: M,
16712
16712
  getOptionLabel: D,
16713
16713
  isOptionEqualToValue: O,
16714
16714
  groupBy: U,
16715
16715
  handleHomeEndKeys: X = !o.freeSolo,
16716
16716
  id: J,
16717
16717
  includeInputInList: N = !1,
16718
- inputValue: I,
16718
+ inputValue: T,
16719
16719
  limitTags: V = -1,
16720
16720
  ListboxComponent: Z,
16721
16721
  ListboxProps: z,
@@ -16777,7 +16777,7 @@ const oy = (e) => {
16777
16777
  ...ga
16778
16778
  } = Te(), Qn = D || ((ke) => ke.label ?? ke), at = {
16779
16779
  ...o,
16780
- disablePortal: T,
16780
+ disablePortal: I,
16781
16781
  expanded: Gr,
16782
16782
  focused: kr,
16783
16783
  fullWidth: j,
@@ -16817,7 +16817,7 @@ const oy = (e) => {
16817
16817
  ownerState: at,
16818
16818
  className: ct.popper,
16819
16819
  additionalProps: {
16820
- disablePortal: T,
16820
+ disablePortal: I,
16821
16821
  style: {
16822
16822
  width: Zr ? Zr.clientWidth : null
16823
16823
  },
@@ -18585,9 +18585,9 @@ const Sy = (e) => {
18585
18585
  input: x
18586
18586
  },
18587
18587
  slotProps: A,
18588
- renderSuffix: (T) => /* @__PURE__ */ L.jsx(C, {
18588
+ renderSuffix: (I) => /* @__PURE__ */ L.jsx(C, {
18589
18589
  ...h,
18590
- notched: typeof u < "u" ? u : !!(T.startAdornment || T.filled || T.focused)
18590
+ notched: typeof u < "u" ? u : !!(I.startAdornment || I.filled || I.focused)
18591
18591
  }),
18592
18592
  fullWidth: a,
18593
18593
  inputComponent: s,
@@ -19289,14 +19289,14 @@ const Fy = (e) => {
19289
19289
  const X = Ba(U, ["Select"]) ? U.props.input : U;
19290
19290
  X && Jb(X.props) && (O = !0);
19291
19291
  }), O;
19292
- }), [T, R] = w.useState(() => {
19292
+ }), [I, R] = w.useState(() => {
19293
19293
  let O = !1;
19294
19294
  return i && w.Children.forEach(i, (U) => {
19295
19295
  Ba(U, ["Input", "Select"]) && (Ti(U.props, !0) || Ti(U.props.inputProps, !0)) && (O = !0);
19296
19296
  }), O;
19297
- }), [M, k] = w.useState(!1);
19298
- c && M && k(!1);
19299
- const Q = p !== void 0 && !c ? p : M;
19297
+ }), [P, k] = w.useState(!1);
19298
+ c && P && k(!1);
19299
+ const Q = p !== void 0 && !c ? p : P;
19300
19300
  let j;
19301
19301
  const g = w.useRef(!1);
19302
19302
  process.env.NODE_ENV !== "production" && (j = () => (g.current && console.error(["MUI: There are multiple `InputBase` components inside a FormControl.", "This creates visual inconsistencies, only use one `InputBase`."].join(`
@@ -19305,7 +19305,7 @@ const Fy = (e) => {
19305
19305
  }));
19306
19306
  const B = w.useCallback(() => {
19307
19307
  R(!0);
19308
- }, []), P = w.useCallback(() => {
19308
+ }, []), M = w.useCallback(() => {
19309
19309
  R(!1);
19310
19310
  }, []), D = w.useMemo(() => ({
19311
19311
  adornedStart: C,
@@ -19313,7 +19313,7 @@ const Fy = (e) => {
19313
19313
  color: s,
19314
19314
  disabled: c,
19315
19315
  error: u,
19316
- filled: T,
19316
+ filled: I,
19317
19317
  focused: Q,
19318
19318
  fullWidth: A,
19319
19319
  hiddenLabel: b,
@@ -19324,12 +19324,12 @@ const Fy = (e) => {
19324
19324
  onFocus: () => {
19325
19325
  k(!0);
19326
19326
  },
19327
- onEmpty: P,
19327
+ onEmpty: M,
19328
19328
  onFilled: B,
19329
19329
  registerEffect: j,
19330
19330
  required: m,
19331
19331
  variant: v
19332
- }), [C, s, c, u, T, Q, A, b, j, P, B, m, f, v]);
19332
+ }), [C, s, c, u, I, Q, A, b, j, M, B, m, f, v]);
19333
19333
  return /* @__PURE__ */ L.jsx(No.Provider, {
19334
19334
  value: D,
19335
19335
  children: /* @__PURE__ */ L.jsx(Ly, {
@@ -19916,17 +19916,17 @@ const Xy = (e) => {
19916
19916
  name: x,
19917
19917
  onBlur: C,
19918
19918
  onChange: h,
19919
- onClose: T,
19919
+ onClose: I,
19920
19920
  onFocus: R,
19921
19921
  // eslint-disable-next-line react/prop-types
19922
- onKeyDown: M,
19922
+ onKeyDown: P,
19923
19923
  // eslint-disable-next-line react/prop-types
19924
19924
  onMouseDown: k,
19925
19925
  onOpen: Q,
19926
19926
  open: j,
19927
19927
  readOnly: g,
19928
19928
  renderValue: B,
19929
- required: P,
19929
+ required: M,
19930
19930
  SelectDisplayProps: D = {},
19931
19931
  tabIndex: O,
19932
19932
  // catching `type` from Input which makes no sense for SelectInput
@@ -19934,7 +19934,7 @@ const Xy = (e) => {
19934
19934
  value: X,
19935
19935
  variant: J = "standard",
19936
19936
  ...N
19937
- } = t, [I, V] = ao({
19937
+ } = t, [T, V] = ao({
19938
19938
  controlled: X,
19939
19939
  default: p,
19940
19940
  name: "Select"
@@ -19952,8 +19952,8 @@ const Xy = (e) => {
19952
19952
  H.current.focus();
19953
19953
  },
19954
19954
  node: $.current,
19955
- value: I
19956
- }), [I]);
19955
+ value: T
19956
+ }), [T]);
19957
19957
  const Ce = Y !== null && Z;
19958
19958
  w.useEffect(() => {
19959
19959
  if (!Ce || !le || s || typeof ResizeObserver > "u")
@@ -19982,7 +19982,7 @@ const Xy = (e) => {
19982
19982
  }
19983
19983
  }, [v]);
19984
19984
  const Ie = (ce, Te) => {
19985
- ce ? Q && Q(Te) : T && T(Te), ee || (ae(s ? null : le.clientWidth), z(ce));
19985
+ ce ? Q && Q(Te) : I && I(Te), ee || (ae(s ? null : le.clientWidth), z(ce));
19986
19986
  }, et = (ce) => {
19987
19987
  k?.(ce), ce.button === 0 && (ce.preventDefault(), H.current.focus(), Ie(!0, ce));
19988
19988
  }, ie = (ce) => {
@@ -19994,12 +19994,12 @@ const Xy = (e) => {
19994
19994
  let Xe;
19995
19995
  if (Te.currentTarget.hasAttribute("tabindex")) {
19996
19996
  if (S) {
19997
- Xe = Array.isArray(I) ? I.slice() : [];
19998
- const yt = I.indexOf(ce.props.value);
19997
+ Xe = Array.isArray(T) ? T.slice() : [];
19998
+ const yt = T.indexOf(ce.props.value);
19999
19999
  yt === -1 ? Xe.push(ce.props.value) : Xe.splice(yt, 1);
20000
20000
  } else
20001
20001
  Xe = ce.props.value;
20002
- if (ce.props.onClick && ce.props.onClick(Te), I !== Xe && (V(Xe), h)) {
20002
+ if (ce.props.onClick && ce.props.onClick(Te), T !== Xe && (V(Xe), h)) {
20003
20003
  const yt = Te.nativeEvent || Te, qt = new yt.constructor(yt.type, yt);
20004
20004
  Object.defineProperty(qt, "target", {
20005
20005
  writable: !0,
@@ -20019,12 +20019,12 @@ const Xy = (e) => {
20019
20019
  // The native select doesn't respond to enter on macOS, but it's recommended by
20020
20020
  // https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
20021
20021
  "Enter"
20022
- ].includes(ce.key) && (ce.preventDefault(), Ie(!0, ce)), M?.(ce));
20022
+ ].includes(ce.key) && (ce.preventDefault(), Ie(!0, ce)), P?.(ce));
20023
20023
  }, bt = (ce) => {
20024
20024
  !Ce && C && (Object.defineProperty(ce, "target", {
20025
20025
  writable: !0,
20026
20026
  value: {
20027
- value: I,
20027
+ value: T,
20028
20028
  name: x
20029
20029
  }
20030
20030
  }), C(ce));
@@ -20034,8 +20034,8 @@ const Xy = (e) => {
20034
20034
  const it = [];
20035
20035
  let Pt = !1, At = !1;
20036
20036
  (Ti({
20037
- value: I
20038
- }) || b) && (B ? Me = B(I) : Pt = !0);
20037
+ value: T
20038
+ }) || b) && (B ? Me = B(T) : Pt = !0);
20039
20039
  const lr = Je.map((ce) => {
20040
20040
  if (!/* @__PURE__ */ w.isValidElement(ce))
20041
20041
  return null;
@@ -20043,11 +20043,11 @@ const Xy = (e) => {
20043
20043
  `));
20044
20044
  let Te;
20045
20045
  if (S) {
20046
- if (!Array.isArray(I))
20046
+ if (!Array.isArray(T))
20047
20047
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: The `value` prop must be an array when using the `Select` component with `multiple`." : Sr(2));
20048
- Te = I.some((Xe) => $c(Xe, ce.props.value)), Te && Pt && it.push(ce.props.children);
20048
+ Te = T.some((Xe) => $c(Xe, ce.props.value)), Te && Pt && it.push(ce.props.children);
20049
20049
  } else
20050
- Te = $c(I, ce.props.value), Te && Pt && (pt = ce.props.children);
20050
+ Te = $c(T, ce.props.value), Te && Pt && (pt = ce.props.children);
20051
20051
  return Te && (At = !0), /* @__PURE__ */ w.cloneElement(ce, {
20052
20052
  "aria-selected": Te ? "true" : "false",
20053
20053
  onClick: Re(ce),
@@ -20063,12 +20063,12 @@ const Xy = (e) => {
20063
20063
  });
20064
20064
  });
20065
20065
  process.env.NODE_ENV !== "production" && w.useEffect(() => {
20066
- if (!At && !S && I !== "") {
20066
+ if (!At && !S && T !== "") {
20067
20067
  const ce = Je.map((Te) => Te.props.value);
20068
- console.warn([`MUI: You have provided an out-of-range value \`${I}\` for the select ${x ? `(name="${x}") ` : ""}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${ce.filter((Te) => Te != null).map((Te) => `\`${Te}\``).join(", ") || '""'}.`].join(`
20068
+ console.warn([`MUI: You have provided an out-of-range value \`${T}\` for the select ${x ? `(name="${x}") ` : ""}component.`, "Consider providing a value that matches one of the available options or ''.", `The available values are ${ce.filter((Te) => Te != null).map((Te) => `\`${Te}\``).join(", ") || '""'}.`].join(`
20069
20069
  `));
20070
20070
  }
20071
- }, [At, Je, S, x, I]), Pt && (S ? it.length === 0 ? Me = null : Me = it.reduce((ce, Te, Xe) => (ce.push(Te), Xe < it.length - 1 && ce.push(", "), ce), []) : Me = pt);
20071
+ }, [At, Je, S, x, T]), Pt && (S ? it.length === 0 ? Me = null : Me = it.reduce((ce, Te, Xe) => (ce.push(Te), Xe < it.length - 1 && ce.push(", "), ce), []) : Me = pt);
20072
20072
  let Ye = _;
20073
20073
  !s && ee && Y && (Ye = le.clientWidth);
20074
20074
  let fe;
@@ -20076,7 +20076,7 @@ const Xy = (e) => {
20076
20076
  const dt = D.id || (x ? `mui-component-select-${x}` : void 0), Ct = {
20077
20077
  ...t,
20078
20078
  variant: J,
20079
- value: I,
20079
+ value: T,
20080
20080
  open: Ce,
20081
20081
  error: y
20082
20082
  }, xt = Xy(Ct), Hr = {
@@ -20099,7 +20099,7 @@ const Xy = (e) => {
20099
20099
  "aria-label": i,
20100
20100
  "aria-labelledby": [v, dt].filter(Boolean).join(" ") || void 0,
20101
20101
  "aria-describedby": o,
20102
- "aria-required": P ? "true" : void 0,
20102
+ "aria-required": M ? "true" : void 0,
20103
20103
  "aria-invalid": y ? "true" : void 0,
20104
20104
  onKeyDown: pe,
20105
20105
  onMouseDown: A || g ? null : et,
@@ -20119,7 +20119,7 @@ const Xy = (e) => {
20119
20119
  ) : Me
20120
20120
  }), /* @__PURE__ */ L.jsx(Zy, {
20121
20121
  "aria-invalid": y,
20122
- value: Array.isArray(I) ? I.join(",") : I,
20122
+ value: Array.isArray(T) ? T.join(",") : T,
20123
20123
  name: x,
20124
20124
  ref: $,
20125
20125
  "aria-hidden": !0,
@@ -20128,7 +20128,7 @@ const Xy = (e) => {
20128
20128
  disabled: A,
20129
20129
  className: xt.nativeInput,
20130
20130
  autoFocus: a,
20131
- required: P,
20131
+ required: M,
20132
20132
  ...N,
20133
20133
  ownerState: Ct
20134
20134
  }), /* @__PURE__ */ L.jsx(Gy, {
@@ -20356,31 +20356,31 @@ const Jy = (e) => {
20356
20356
  onClose: x,
20357
20357
  onOpen: C,
20358
20358
  open: h,
20359
- renderValue: T,
20359
+ renderValue: I,
20360
20360
  SelectDisplayProps: R,
20361
- variant: M = "outlined",
20361
+ variant: P = "outlined",
20362
20362
  ...k
20363
20363
  } = o, Q = S ? pd : fd, j = ln(), g = Ln({
20364
20364
  props: o,
20365
20365
  muiFormControl: j,
20366
20366
  states: ["variant", "error"]
20367
- }), B = g.variant || M, P = {
20367
+ }), B = g.variant || P, M = {
20368
20368
  ...o,
20369
20369
  variant: B,
20370
20370
  classes: s
20371
- }, D = Jy(P), {
20371
+ }, D = Jy(M), {
20372
20372
  root: O,
20373
20373
  ...U
20374
20374
  } = D, X = b || {
20375
20375
  standard: /* @__PURE__ */ L.jsx(Yy, {
20376
- ownerState: P
20376
+ ownerState: M
20377
20377
  }),
20378
20378
  outlined: /* @__PURE__ */ L.jsx($y, {
20379
20379
  label: m,
20380
- ownerState: P
20380
+ ownerState: M
20381
20381
  }),
20382
20382
  filled: /* @__PURE__ */ L.jsx(_y, {
20383
- ownerState: P
20383
+ ownerState: M
20384
20384
  })
20385
20385
  }[B], J = lt(r, Vo(X));
20386
20386
  return /* @__PURE__ */ L.jsx(w.Fragment, {
@@ -20407,7 +20407,7 @@ const Jy = (e) => {
20407
20407
  onClose: x,
20408
20408
  onOpen: C,
20409
20409
  open: h,
20410
- renderValue: T,
20410
+ renderValue: I,
20411
20411
  SelectDisplayProps: {
20412
20412
  id: A,
20413
20413
  ...R
@@ -20619,22 +20619,22 @@ const t2 = {
20619
20619
  inputRef: x,
20620
20620
  label: C,
20621
20621
  maxRows: h,
20622
- minRows: T,
20622
+ minRows: I,
20623
20623
  multiline: R = !1,
20624
- name: M,
20624
+ name: P,
20625
20625
  onBlur: k,
20626
20626
  onChange: Q,
20627
20627
  onFocus: j,
20628
20628
  placeholder: g,
20629
20629
  required: B = !1,
20630
- rows: P,
20630
+ rows: M,
20631
20631
  select: D = !1,
20632
20632
  SelectProps: O,
20633
20633
  slots: U = {},
20634
20634
  slotProps: X = {},
20635
20635
  type: J,
20636
20636
  value: N,
20637
- variant: I = "outlined",
20637
+ variant: T = "outlined",
20638
20638
  ...V
20639
20639
  } = o, Z = {
20640
20640
  ...o,
@@ -20646,10 +20646,10 @@ const t2 = {
20646
20646
  multiline: R,
20647
20647
  required: B,
20648
20648
  select: D,
20649
- variant: I
20649
+ variant: T
20650
20650
  }, z = r2(Z);
20651
20651
  process.env.NODE_ENV !== "production" && D && !s && console.error("MUI: `children` must be passed when using the `TextField` component with `select`.");
20652
- const $ = Bo(f), H = m && $ ? `${$}-helper-text` : void 0, Y = C && $ ? `${$}-label` : void 0, oe = t2[I], ee = {
20652
+ const $ = Bo(f), H = m && $ ? `${$}-helper-text` : void 0, Y = C && $ ? `${$}-label` : void 0, oe = t2[T], ee = {
20653
20653
  slots: U,
20654
20654
  slotProps: {
20655
20655
  input: S,
@@ -20660,7 +20660,7 @@ const t2 = {
20660
20660
  ...X
20661
20661
  }
20662
20662
  }, _ = {}, ae = ee.slotProps.inputLabel;
20663
- I === "outlined" && (ae && typeof ae.shrink < "u" && (_.notched = ae.shrink), _.label = C), D && ((!O || !O.native) && (_.id = void 0), _["aria-describedby"] = void 0);
20663
+ T === "outlined" && (ae && typeof ae.shrink < "u" && (_.notched = ae.shrink), _.label = C), D && ((!O || !O.native) && (_.id = void 0), _["aria-describedby"] = void 0);
20664
20664
  const [F, de] = Oe("root", {
20665
20665
  elementType: n2,
20666
20666
  shouldForwardComponentProp: !0,
@@ -20677,7 +20677,7 @@ const t2 = {
20677
20677
  fullWidth: y,
20678
20678
  required: B,
20679
20679
  color: c,
20680
- variant: I
20680
+ variant: T
20681
20681
  }
20682
20682
  }), [le, Ce] = Oe("input", {
20683
20683
  elementType: oe,
@@ -20707,10 +20707,10 @@ const t2 = {
20707
20707
  defaultValue: u,
20708
20708
  fullWidth: y,
20709
20709
  multiline: R,
20710
- name: M,
20711
- rows: P,
20710
+ name: P,
20711
+ rows: M,
20712
20712
  maxRows: h,
20713
- minRows: T,
20713
+ minRows: I,
20714
20714
  type: J,
20715
20715
  value: N,
20716
20716
  id: $,
@@ -21292,12 +21292,12 @@ const o2 = ({ sx: e, fontSize: t, color: r = "currentColor" }) => /* @__PURE__ *
21292
21292
  sx: { borderBottom: ({ palette: x }) => `1px solid ${x.divider}`, px: 3, py: 1.5 },
21293
21293
  children: [
21294
21294
  /* @__PURE__ */ q(We, { direction: "row", alignItems: "center", spacing: 1.5, children: [
21295
- /* @__PURE__ */ d(xp, { max: 3, children: t?.map(({ userId: x, avatar: C, firstName: h, lastName: T }) => /* @__PURE__ */ d(
21295
+ /* @__PURE__ */ d(xp, { max: 3, children: t?.map(({ userId: x, avatar: C, firstName: h, lastName: I }) => /* @__PURE__ */ d(
21296
21296
  Qr,
21297
21297
  {
21298
21298
  src: l?.(C),
21299
21299
  sx: { backgroundColor: ({ palette: R }) => R.mode === "dark" ? "grey.500" : "grey.100" },
21300
- children: Pi({ firstName: h, lastName: T }, !0)
21300
+ children: Pi({ firstName: h, lastName: I }, !0)
21301
21301
  },
21302
21302
  x
21303
21303
  )) }),
@@ -21855,13 +21855,13 @@ const Dn = (e) => e.endsWith("Z") || /[+-]\d{2}:\d{2}$/.test(e) ? e : `${e}Z`, v
21855
21855
  px: 3,
21856
21856
  py: 2
21857
21857
  },
21858
- children: r ? /* @__PURE__ */ d(We, { spacing: 3, children: Array.from({ length: 4 }, (h, T) => /* @__PURE__ */ q(We, { alignItems: T % 2 === 0 ? "flex-start" : "flex-end", spacing: 0.5, children: [
21858
+ children: r ? /* @__PURE__ */ d(We, { spacing: 3, children: Array.from({ length: 4 }, (h, I) => /* @__PURE__ */ q(We, { alignItems: I % 2 === 0 ? "flex-start" : "flex-end", spacing: 0.5, children: [
21859
21859
  /* @__PURE__ */ d(Ht, { variant: "rounded", width: "40%", height: 48, sx: { borderRadius: 2 } }),
21860
21860
  /* @__PURE__ */ d(Ht, { variant: "text", width: 60 })
21861
- ] }, T)) }) : /* @__PURE__ */ d(We, { spacing: 3, children: o?.map((h, T) => {
21862
- const R = o[T - 1], M = !(R && I2(h.createdAt, R.createdAt));
21861
+ ] }, I)) }) : /* @__PURE__ */ d(We, { spacing: 3, children: o?.map((h, I) => {
21862
+ const R = o[I - 1], P = !(R && I2(h.createdAt, R.createdAt));
21863
21863
  return /* @__PURE__ */ q(We, { spacing: 3, children: [
21864
- M && /* @__PURE__ */ d(Co, { children: /* @__PURE__ */ d(ze, { variant: "caption", color: "text.secondary", children: C(h.createdAt) }) }),
21864
+ P && /* @__PURE__ */ d(Co, { children: /* @__PURE__ */ d(ze, { variant: "caption", color: "text.secondary", children: C(h.createdAt) }) }),
21865
21865
  /* @__PURE__ */ d(
21866
21866
  md,
21867
21867
  {
@@ -22662,14 +22662,14 @@ const xd = () => {
22662
22662
  height: f = 152,
22663
22663
  width: v = 220
22664
22664
  }) => {
22665
- const [E, S] = He(!1), [x, C] = He(!1), [h, T] = He(!0), M = xd() === dl.Firefox, k = e?.toLowerCase(), Q = !(k?.endsWith(".pdf") || k?.startsWith("blob:") || k?.endsWith(".eml")), j = k?.endsWith(".pdf"), g = u ? !0 : !h, B = Ss(e) || Ss(t), P = j && M, D = c ? 1 : 0.8, O = (Q || j) && !B && g && !x && !c && e && !P, U = e?.split(".").pop()?.toLowerCase() || "", X = r || e?.split("/").pop()?.split("?")[0] || "", J = z2(m, x, B, U, e || "", t || ""), N = () => {
22665
+ const [E, S] = He(!1), [x, C] = He(!1), [h, I] = He(!0), P = xd() === dl.Firefox, k = e?.toLowerCase(), Q = !(k?.endsWith(".pdf") || k?.startsWith("blob:") || k?.endsWith(".eml")), j = k?.endsWith(".pdf"), g = u ? !0 : !h, B = Ss(e) || Ss(t), M = j && P, D = c ? 1 : 0.8, O = (Q || j) && !B && g && !x && !c && e && !M, U = e?.split(".").pop()?.toLowerCase() || "", X = r || e?.split("/").pop()?.split("?")[0] || "", J = z2(m, x, B, U, e || "", t || ""), N = () => {
22666
22666
  S(($) => !$);
22667
- }, I = () => {
22667
+ }, T = () => {
22668
22668
  S(!1), A?.();
22669
22669
  }, V = () => {
22670
22670
  C(!0);
22671
22671
  }, Z = () => {
22672
- T(!1);
22672
+ I(!1);
22673
22673
  };
22674
22674
  return /* @__PURE__ */ q(kt, { children: [
22675
22675
  !(u || o) && /* @__PURE__ */ d(li, { arrow: !0, title: B || m ? X : "", children: /* @__PURE__ */ q(
@@ -22679,7 +22679,7 @@ const xd = () => {
22679
22679
  width: v,
22680
22680
  height: f,
22681
22681
  onClick: () => {
22682
- (P || B) && e && K2(e, X), b?.(), N();
22682
+ (M || B) && e && K2(e, X), b?.(), N();
22683
22683
  },
22684
22684
  sx: {
22685
22685
  ":hover": { opacity: D },
@@ -22744,7 +22744,7 @@ const xd = () => {
22744
22744
  ]
22745
22745
  }
22746
22746
  ) }),
22747
- O && /* @__PURE__ */ d(Cd, { open: p !== void 0 && (j || Q) ? p : E, onClose: I, src: e, title: r, children: /* @__PURE__ */ d(
22747
+ O && /* @__PURE__ */ d(Cd, { open: p !== void 0 && (j || Q) ? p : E, onClose: T, src: e, title: r, children: /* @__PURE__ */ d(
22748
22748
  Ae,
22749
22749
  {
22750
22750
  component: j ? "iframe" : "img",
@@ -22862,8 +22862,8 @@ const xd = () => {
22862
22862
  ) }) }), C = (b || y) && /* @__PURE__ */ q(ue, { spacing: 1, direction: "row", alignItems: "center", mt: 1, children: [
22863
22863
  b && /* @__PURE__ */ d(Ae, { flex: 1, children: b }),
22864
22864
  y
22865
- ] }), h = /* @__PURE__ */ d(ul, { label: u, variant: "rounded", color: "default", size: "small" }), T = () => {
22866
- const M = c && c.length > 0 || b || y;
22865
+ ] }), h = /* @__PURE__ */ d(ul, { label: u, variant: "rounded", color: "default", size: "small" }), I = () => {
22866
+ const P = c && c.length > 0 || b || y;
22867
22867
  return /* @__PURE__ */ q(kt, { children: [
22868
22868
  /* @__PURE__ */ q(ue, { direction: "row", spacing: 1, alignItems: "center", children: [
22869
22869
  x,
@@ -22894,7 +22894,7 @@ const xd = () => {
22894
22894
  l && Ua(l, 0)
22895
22895
  ] })
22896
22896
  ] }),
22897
- M && /* @__PURE__ */ q(kt, { children: [
22897
+ P && /* @__PURE__ */ q(kt, { children: [
22898
22898
  /* @__PURE__ */ d(Io, { sx: { my: 1.5 } }),
22899
22899
  /* @__PURE__ */ q(ue, { spacing: 0.5, children: [
22900
22900
  c?.map((k, Q) => Ua(k, Q)),
@@ -22903,7 +22903,7 @@ const xd = () => {
22903
22903
  ] })
22904
22904
  ] });
22905
22905
  }, R = () => {
22906
- const M = c?.map((k, Q) => Ua(k, Q));
22906
+ const P = c?.map((k, Q) => Ua(k, Q));
22907
22907
  return E ? /* @__PURE__ */ d(ue, { direction: "row", spacing: 1, flex: 1, overflow: "hidden", children: /* @__PURE__ */ q(ue, { spacing: 1, flex: 1, overflow: "hidden", children: [
22908
22908
  /* @__PURE__ */ q(ue, { spacing: 1, direction: "row", alignItems: "center", justifyContent: "space-between", children: [
22909
22909
  /* @__PURE__ */ d(bn, { title: E, children: /* @__PURE__ */ d(Vr, { noWrap: !0, variant: "body3", color: "textSecondary", overflow: "hidden", textOverflow: "ellipsis", children: E }) }),
@@ -22923,7 +22923,7 @@ const xd = () => {
22923
22923
  children: /* @__PURE__ */ d(Vr, { noWrap: !0, variant: "h6", children: s })
22924
22924
  }
22925
22925
  ),
22926
- M
22926
+ P
22927
22927
  ] }),
22928
22928
  C
22929
22929
  ] })
@@ -22944,7 +22944,7 @@ const xd = () => {
22944
22944
  ) }),
22945
22945
  h
22946
22946
  ] }),
22947
- M,
22947
+ P,
22948
22948
  C
22949
22949
  ] })
22950
22950
  ] });
@@ -22970,7 +22970,7 @@ const xd = () => {
22970
22970
  p: 1.5,
22971
22971
  textDecoration: "none"
22972
22972
  },
22973
- children: i === "secondary" ? R() : T()
22973
+ children: i === "secondary" ? R() : I()
22974
22974
  }
22975
22975
  ) });
22976
22976
  }), Y2 = {
@@ -23031,20 +23031,19 @@ const xd = () => {
23031
23031
  listWidth: c,
23032
23032
  disableCount: u,
23033
23033
  loadMoreItems: p,
23034
- itemCount: A,
23035
- activeItemId: b,
23036
- onClickItem: y,
23037
- onInView: m,
23038
- chipColumVariant: f,
23039
- chipColumDot: v,
23040
- chipStatus: E,
23041
- headerColumnChip: S,
23042
- variant: x
23034
+ activeItemId: A,
23035
+ onClickItem: b,
23036
+ onInView: y,
23037
+ chipColumVariant: m,
23038
+ chipColumDot: f,
23039
+ chipStatus: v,
23040
+ headerColumnChip: E,
23041
+ variant: S
23043
23042
  }) => {
23044
- const C = rt([]), h = rt(-1), T = rt(null), R = rt(null), M = Jd(T), k = o.length < A, Q = nf({
23045
- count: k ? o.length + lu : o.length,
23043
+ const x = rt([]), C = rt(-1), h = rt(null), I = rt(null), R = Jd(h), P = r !== void 0 && o.length < r, Q = nf({
23044
+ count: P || i ? o.length + lu : o.length,
23046
23045
  estimateSize: () => Qa + s,
23047
- getScrollElement: () => R.current,
23046
+ getScrollElement: () => I.current,
23048
23047
  overscan: 5
23049
23048
  }), j = () => {
23050
23049
  if (u)
@@ -23054,20 +23053,20 @@ const xd = () => {
23054
23053
  };
23055
23054
  return Ur(() => {
23056
23055
  const [g] = [...Q.getVirtualItems()].reverse();
23057
- !g || a || i || g.index >= o.length - 1 && k && h.current !== o.length && (h.current = o.length, p?.(o.length, o.length + (l || 0), e));
23058
- }, [k, i, a, o.length, l, e, p, Q.getVirtualItems()]), Ur(() => {
23059
- M && !C.current.includes(e) && (C.current.push(e), m?.(e));
23060
- }, [e, M, m]), /* @__PURE__ */ q(ue, { ref: T, spacing: 1.5, children: [
23056
+ !g || a || i || g.index >= o.length - 1 && P && C.current !== o.length && (C.current = o.length, p?.(o.length, o.length + (l || 0), e));
23057
+ }, [P, i, a, o.length, l, e, p, Q.getVirtualItems()]), Ur(() => {
23058
+ R && !x.current.includes(e) && (x.current.push(e), y?.(e));
23059
+ }, [e, R, y]), /* @__PURE__ */ q(ue, { ref: h, spacing: 1.5, children: [
23061
23060
  /* @__PURE__ */ q(ue, { direction: "row", alignItems: "center", spacing: 1, children: [
23062
23061
  /* @__PURE__ */ d(
23063
23062
  $2,
23064
23063
  {
23065
- dot: v,
23064
+ dot: f,
23066
23065
  label: `${Xa(t || e)}${j()}`,
23067
- variant: f,
23068
- status: E || e,
23066
+ variant: m,
23067
+ status: v || e,
23069
23068
  size: "small",
23070
- headerColumnChip: S
23069
+ headerColumnChip: E
23071
23070
  }
23072
23071
  ),
23073
23072
  i && /* @__PURE__ */ d(Os, { size: 16, sx: { color: "text.secondary" } })
@@ -23092,7 +23091,7 @@ const xd = () => {
23092
23091
  height: 0,
23093
23092
  width: c
23094
23093
  },
23095
- children: /* @__PURE__ */ d(ue, { height: "100%", children: /* @__PURE__ */ d(Ae, { flex: 1, ref: R, className: "kanban-virtual-list", children: a ? /* @__PURE__ */ d(ue, { spacing: 1, p: `${s}px`, children: Array.from({ length: lu }).map((g, B) => /* @__PURE__ */ d(vt, { variant: "rounded", height: Qa }, B)) }) : /* @__PURE__ */ d(
23094
+ children: /* @__PURE__ */ d(ue, { height: "100%", children: /* @__PURE__ */ d(Ae, { flex: 1, ref: I, className: "kanban-virtual-list", children: a ? /* @__PURE__ */ d(ue, { spacing: 1, p: `${s}px`, children: Array.from({ length: lu }).map((g, B) => /* @__PURE__ */ d(vt, { variant: "rounded", height: Qa }, B)) }) : /* @__PURE__ */ d(
23096
23095
  Ae,
23097
23096
  {
23098
23097
  sx: {
@@ -23120,10 +23119,10 @@ const xd = () => {
23120
23119
  Sd,
23121
23120
  {
23122
23121
  item: o[g.index],
23123
- activeItemId: b,
23122
+ activeItemId: A,
23124
23123
  gutterSize: s,
23125
- onClickItem: y,
23126
- variant: x
23124
+ onClickItem: b,
23125
+ variant: S
23127
23126
  }
23128
23127
  )
23129
23128
  },
@@ -23180,22 +23179,21 @@ const xd = () => {
23180
23179
  height: A = "100%",
23181
23180
  itemPerPage: b = 50,
23182
23181
  listWidth: y = 360,
23183
- itemCount: m = 500,
23184
- loadMoreItems: f = () => {
23182
+ loadMoreItems: m = () => {
23185
23183
  }
23186
23184
  }) => {
23187
- const v = rt(null), { spacing: E } = Bt(), { onMouseDown: S, onMouseUp: x, onMouseMove: C } = ev(v), h = parseInt(E(1), 10), T = e.every((R) => R.items.length === 0 && R.isFetched && !R.isLoading && !R.isFetching);
23185
+ const f = rt(null), { spacing: v } = Bt(), { onMouseDown: E, onMouseUp: S, onMouseMove: x } = ev(f), C = parseInt(v(1), 10), h = e.every((I) => I.items.length === 0 && I.isFetched && !I.isLoading && !I.isFetching);
23188
23186
  return /* @__PURE__ */ q(Ae, { sx: { height: A, position: "relative" }, children: [
23189
23187
  /* @__PURE__ */ d(
23190
23188
  ue,
23191
23189
  {
23192
23190
  direction: "row",
23193
23191
  spacing: 2,
23194
- ref: v,
23195
- onMouseDown: S,
23196
- onMouseUp: x,
23197
- onMouseLeave: x,
23198
- onMouseMove: C,
23192
+ ref: f,
23193
+ onMouseDown: E,
23194
+ onMouseUp: S,
23195
+ onMouseLeave: S,
23196
+ onMouseMove: x,
23199
23197
  sx: {
23200
23198
  "&.grabbing": {
23201
23199
  cursor: "grabbing !important",
@@ -23205,10 +23203,10 @@ const xd = () => {
23205
23203
  // GPU acceleration
23206
23204
  cursor: "grab",
23207
23205
  height: A,
23208
- opacity: T ? 0.3 : 1,
23206
+ opacity: h ? 0.3 : 1,
23209
23207
  overflowX: "auto",
23210
23208
  paddingBottom: 2,
23211
- pointerEvents: T ? "none" : "auto",
23209
+ pointerEvents: h ? "none" : "auto",
23212
23210
  pr: 3,
23213
23211
  scrollBehavior: "auto",
23214
23212
  transform: "translateZ(0)",
@@ -23218,24 +23216,23 @@ const xd = () => {
23218
23216
  width: "100%",
23219
23217
  willChange: "scroll-position"
23220
23218
  },
23221
- children: e.map((R, M) => {
23222
- const { name: k, label: Q, count: j, items: g, isFetching: B, isLoading: P } = R, D = `${k}-${M}`;
23219
+ children: e.map((I, R) => {
23220
+ const { name: P, label: k, count: Q, items: j, isFetching: g, isLoading: B } = I, M = `${P}-${R}`;
23223
23221
  return /* @__PURE__ */ d(
23224
23222
  _2,
23225
23223
  {
23226
- itemCount: m,
23227
23224
  listWidth: y,
23228
23225
  disableCount: r,
23229
- loadMoreItems: f,
23226
+ loadMoreItems: m,
23230
23227
  activeItemId: c,
23231
23228
  onClickItem: t,
23232
- name: k,
23233
- label: Q,
23234
- count: j,
23235
- items: g,
23236
- isLoading: P,
23237
- isFetching: B,
23238
- gutterSize: h,
23229
+ name: P,
23230
+ label: k,
23231
+ count: Q,
23232
+ items: j,
23233
+ isLoading: B,
23234
+ isFetching: g,
23235
+ gutterSize: C,
23239
23236
  itemPerPage: b,
23240
23237
  onInView: o,
23241
23238
  chipColumVariant: a,
@@ -23244,12 +23241,12 @@ const xd = () => {
23244
23241
  headerColumnChip: l,
23245
23242
  variant: u
23246
23243
  },
23247
- D
23244
+ M
23248
23245
  );
23249
23246
  })
23250
23247
  }
23251
23248
  ),
23252
- T && /* @__PURE__ */ d(J2, { emptyState: i })
23249
+ h && /* @__PURE__ */ d(J2, { emptyState: i })
23253
23250
  ] });
23254
23251
  }, cu = (e) => {
23255
23252
  if (!e)
@@ -23329,20 +23326,20 @@ const xd = () => {
23329
23326
  image: x,
23330
23327
  thumbnail: C,
23331
23328
  thumbnailSecondary: h,
23332
- secondaryAction: T,
23329
+ secondaryAction: I,
23333
23330
  chipLabel: R,
23334
- chipColor: M,
23331
+ chipColor: P,
23335
23332
  onClick: k,
23336
23333
  icon: Q,
23337
23334
  divider: j,
23338
23335
  sx: g,
23339
23336
  Avatar: B
23340
- }, P) => {
23341
- const D = `key-${P}-${E}-${v}`, O = !!x?.toLowerCase()?.endsWith(".pdf"), U = cu(x), X = cu(C), J = Ss(x), N = k ? "none" : void 0, I = l || !!Q || !U || J, V = !!k || !!(!(k || l) && x), Z = A === D, H = (X ? C : "") || (U ? x : "") || "";
23337
+ }, M) => {
23338
+ const D = `key-${M}-${E}-${v}`, O = !!x?.toLowerCase()?.endsWith(".pdf"), U = cu(x), X = cu(C), J = Ss(x), N = k ? "none" : void 0, T = l || !!Q || !U || J, V = !!k || !!(!(k || l) && x), Z = A === D, H = (X ? C : "") || (U ? x : "") || "";
23342
23339
  return j ? /* @__PURE__ */ d(Er, { disableGutters: !0, children: /* @__PURE__ */ d(Io, { flexItem: !0, sx: { width: "100%" } }) }, D) : /* @__PURE__ */ q(
23343
23340
  Er,
23344
23341
  {
23345
- secondaryAction: T,
23342
+ secondaryAction: I,
23346
23343
  onClick: (Y) => {
23347
23344
  k?.(Y, {
23348
23345
  ...Q && { icon: Q },
@@ -23399,7 +23396,7 @@ const xd = () => {
23399
23396
  disableThumb: !0,
23400
23397
  src: x,
23401
23398
  srcThumb: C,
23402
- disableLightbox: I,
23399
+ disableLightbox: T,
23403
23400
  open: Z,
23404
23401
  onClose: () => b(""),
23405
23402
  children: /* @__PURE__ */ d(
@@ -23426,7 +23423,7 @@ const xd = () => {
23426
23423
  {
23427
23424
  primary: /* @__PURE__ */ q(ue, { direction: "row", alignItems: "center", spacing: 1, children: [
23428
23425
  E && (It(E) ? E : /* @__PURE__ */ d(Ke, { variant: "h6", whiteSpace: "nowrap", textOverflow: "ellipsis", overflow: "hidden", children: E })),
23429
- R && /* @__PURE__ */ d(Fr, { label: R, variant: "rounded", size: "xSmall", color: tv(M) ? M : "default" })
23426
+ R && /* @__PURE__ */ d(Fr, { label: R, variant: "rounded", size: "xSmall", color: tv(P) ? P : "default" })
23430
23427
  ] }),
23431
23428
  secondary: S,
23432
23429
  slotProps: {
@@ -23550,11 +23547,11 @@ const xd = () => {
23550
23547
  getTextColor: t
23551
23548
  };
23552
23549
  }, fv = ({ colorShape: e, shapeBackgroundColor: t, color: r, height: o, width: i, withoutText: a, mode: s, sx: l, variant: c = "default", component: u = "img" }, p) => {
23553
- const [A, b] = He(""), { palette: y } = Bt(), { getTextColor: m, getImageModule: f, getSize: v, getShapeColor: E, getShapeBackgroundColor: S } = dv(), { height: x, width: C } = v({ height: o, variant: c, width: i, withoutText: a }), h = m(r), T = E(e), R = S(t);
23550
+ const [A, b] = He(""), { palette: y } = Bt(), { getTextColor: m, getImageModule: f, getSize: v, getShapeColor: E, getShapeBackgroundColor: S } = dv(), { height: x, width: C } = v({ height: o, variant: c, width: i, withoutText: a }), h = m(r), I = E(e), R = S(t);
23554
23551
  if (Ur(() => {
23555
23552
  u !== "svg" && (async () => {
23556
- const M = await f(c, s || y.mode, a);
23557
- M?.default && typeof M.default == "string" && b(M.default);
23553
+ const P = await f(c, s || y.mode, a);
23554
+ P?.default && typeof P.default == "string" && b(P.default);
23558
23555
  })();
23559
23556
  }, [u, f, s, y.mode, c, a]), u === "img")
23560
23557
  return A ? /* @__PURE__ */ d(
@@ -23584,12 +23581,12 @@ const xd = () => {
23584
23581
  }
23585
23582
  );
23586
23583
  if (a) {
23587
- const M = e || y.primary.main;
23584
+ const P = e || y.primary.main;
23588
23585
  return /* @__PURE__ */ q(Ae, { component: "svg", viewBox: "0 0 32 32", fill: "none", sx: { height: x, width: C, ...l }, children: [
23589
- /* @__PURE__ */ d("path", { d: "M17 0V15H32C32 6.71026 25.2897 0 17 0Z", fill: M }),
23590
- /* @__PURE__ */ d("path", { d: "M0 0V15H15C15 6.71026 8.27968 0 0 0Z", fill: M }),
23591
- /* @__PURE__ */ d("path", { d: "M14.9955 16C14.9955 16 15.0056 16 14.9955 16V32H0C0 23.1576 6.71832 16 14.9955 16Z", fill: M }),
23592
- /* @__PURE__ */ d("path", { d: "M32 16V32H17C17 23.1576 23.7103 16 32 16Z", fill: M })
23586
+ /* @__PURE__ */ d("path", { d: "M17 0V15H32C32 6.71026 25.2897 0 17 0Z", fill: P }),
23587
+ /* @__PURE__ */ d("path", { d: "M0 0V15H15C15 6.71026 8.27968 0 0 0Z", fill: P }),
23588
+ /* @__PURE__ */ d("path", { d: "M14.9955 16C14.9955 16 15.0056 16 14.9955 16V32H0C0 23.1576 6.71832 16 14.9955 16Z", fill: P }),
23589
+ /* @__PURE__ */ d("path", { d: "M32 16V32H17C17 23.1576 23.7103 16 32 16Z", fill: P })
23593
23590
  ] });
23594
23591
  }
23595
23592
  return c === "pricing" ? /* @__PURE__ */ q(
@@ -23710,20 +23707,20 @@ const xd = () => {
23710
23707
  }
23711
23708
  ),
23712
23709
  /* @__PURE__ */ q("g", { clipPath: "url(#clip0_14141_226706)", children: [
23713
- /* @__PURE__ */ d("path", { d: "M12.3637 4C12.3629 4 12.3622 4 12.3615 4V11.6381H20C19.9993 7.41966 16.5811 4 12.3637 4Z", fill: T }),
23714
- /* @__PURE__ */ d("path", { d: "M4.0022 4C4.00147 4 4.00073 4 4 4V11.6381H11.6386C11.6378 7.41966 8.2196 4 4.0022 4Z", fill: T }),
23710
+ /* @__PURE__ */ d("path", { d: "M12.3637 4C12.3629 4 12.3622 4 12.3615 4V11.6381H20C19.9993 7.41966 16.5811 4 12.3637 4Z", fill: I }),
23711
+ /* @__PURE__ */ d("path", { d: "M4.0022 4C4.00147 4 4.00073 4 4 4V11.6381H11.6386C11.6378 7.41966 8.2196 4 4.0022 4Z", fill: I }),
23715
23712
  /* @__PURE__ */ d(
23716
23713
  "path",
23717
23714
  {
23718
23715
  d: "M11.6364 12.3619C11.6371 12.3619 11.6378 12.3619 11.6386 12.3619V20H4C4.00073 15.7816 7.41898 12.3619 11.6364 12.3619Z",
23719
- fill: T
23716
+ fill: I
23720
23717
  }
23721
23718
  ),
23722
23719
  /* @__PURE__ */ d(
23723
23720
  "path",
23724
23721
  {
23725
23722
  d: "M19.9978 12.3619C19.9986 12.3619 19.9993 12.3619 20 12.3619V20H12.3615C12.3622 15.7816 15.7804 12.3619 19.9978 12.3619Z",
23726
- fill: T
23723
+ fill: I
23727
23724
  }
23728
23725
  )
23729
23726
  ] }),
@@ -23824,20 +23821,20 @@ const xd = () => {
23824
23821
  }
23825
23822
  ),
23826
23823
  /* @__PURE__ */ q("g", { clipPath: "url(#clip0_14141_226601)", children: [
23827
- /* @__PURE__ */ d("path", { d: "M12.3637 4C12.3629 4 12.3622 4 12.3615 4V11.6381H20C19.9993 7.41966 16.5811 4 12.3637 4Z", fill: T }),
23828
- /* @__PURE__ */ d("path", { d: "M4.0022 4C4.00147 4 4.00073 4 4 4V11.6381H11.6386C11.6378 7.41966 8.2196 4 4.0022 4Z", fill: T }),
23824
+ /* @__PURE__ */ d("path", { d: "M12.3637 4C12.3629 4 12.3622 4 12.3615 4V11.6381H20C19.9993 7.41966 16.5811 4 12.3637 4Z", fill: I }),
23825
+ /* @__PURE__ */ d("path", { d: "M4.0022 4C4.00147 4 4.00073 4 4 4V11.6381H11.6386C11.6378 7.41966 8.2196 4 4.0022 4Z", fill: I }),
23829
23826
  /* @__PURE__ */ d(
23830
23827
  "path",
23831
23828
  {
23832
23829
  d: "M11.6364 12.3619C11.6371 12.3619 11.6378 12.3619 11.6386 12.3619V20H4C4.00073 15.7816 7.41898 12.3619 11.6364 12.3619Z",
23833
- fill: T
23830
+ fill: I
23834
23831
  }
23835
23832
  ),
23836
23833
  /* @__PURE__ */ d(
23837
23834
  "path",
23838
23835
  {
23839
23836
  d: "M19.9978 12.3619C19.9986 12.3619 19.9993 12.3619 20 12.3619V20H12.3615C12.3622 15.7816 15.7804 12.3619 19.9978 12.3619Z",
23840
- fill: T
23837
+ fill: I
23841
23838
  }
23842
23839
  )
23843
23840
  ] }),
@@ -24183,7 +24180,7 @@ const xd = () => {
24183
24180
  ] }) }) : e?.length || t ? /* @__PURE__ */ q(kt, { children: [
24184
24181
  /* @__PURE__ */ d(ja, { sx: o, "data-test": a, "data-testid": s, children: e?.map(
24185
24182
  ({ Action: u, Collapse: p, collapseItems: A, collapseDefaultOpen: b, subtitle: y, key: m, active: f, Footer: v, Icon: E, onClick: S, tag: x, title: C }, h) => {
24186
- const T = `${m}-${h}-${C}`, R = h === e.length - 1;
24183
+ const I = `${m}-${h}-${C}`, R = h === e.length - 1;
24187
24184
  return /* @__PURE__ */ d(
24188
24185
  yv,
24189
24186
  {
@@ -24201,7 +24198,7 @@ const xd = () => {
24201
24198
  tag: x,
24202
24199
  variant: i
24203
24200
  },
24204
- T
24201
+ I
24205
24202
  );
24206
24203
  }
24207
24204
  ) }),
@@ -25821,13 +25818,13 @@ const xd = () => {
25821
25818
  width: x,
25822
25819
  sx: C,
25823
25820
  size: h = "small",
25824
- disableCloseOnSelect: T = !0,
25821
+ disableCloseOnSelect: I = !0,
25825
25822
  multiple: R = !0,
25826
- options: M = [],
25823
+ options: P = [],
25827
25824
  slotProps: k,
25828
25825
  ...Q
25829
25826
  }, j) => {
25830
- const [g, B] = He(!1), [P, D] = He(""), O = y || P, U = e === "chip", X = Array.isArray(l) ? !!l.length : l != null, J = Ov(l, R);
25827
+ const [g, B] = He(!1), [M, D] = He(""), O = y || M, U = e === "chip", X = Array.isArray(l) ? !!l.length : l != null, J = Ov(l, R);
25831
25828
  return /* @__PURE__ */ d(
25832
25829
  Qd,
25833
25830
  {
@@ -25835,17 +25832,17 @@ const xd = () => {
25835
25832
  multiple: R,
25836
25833
  disableClearable: m,
25837
25834
  value: J,
25838
- options: M,
25835
+ options: P,
25839
25836
  loading: f,
25840
25837
  ref: j,
25841
25838
  size: h,
25842
- disableCloseOnSelect: T,
25843
- onChange: (I, V, Z, z) => {
25839
+ disableCloseOnSelect: I,
25840
+ onChange: (T, V, Z, z) => {
25844
25841
  if (V === null) {
25845
- t?.(I, R ? [] : null, Z, z);
25842
+ t?.(T, R ? [] : null, Z, z);
25846
25843
  return;
25847
25844
  }
25848
- t?.(I, V, Z, z), T && R || B(!1);
25845
+ t?.(T, V, Z, z), I && R || B(!1);
25849
25846
  },
25850
25847
  getLimitTagsText: kv(e),
25851
25848
  inputValue: O,
@@ -25867,31 +25864,31 @@ const xd = () => {
25867
25864
  localeText: i,
25868
25865
  multiple: R,
25869
25866
  onChange: t,
25870
- options: M,
25867
+ options: P,
25871
25868
  value: l,
25872
25869
  variant: e,
25873
25870
  ...k?.paper
25874
25871
  }
25875
25872
  },
25876
- onInputChange: (I, V, Z) => {
25877
- Z === "reset" && g && !v || Z === "selectOption" && !v || Z === "removeOption" && !v || (y || D(V), b?.(I, V, Z));
25873
+ onInputChange: (T, V, Z) => {
25874
+ Z === "reset" && g && !v || Z === "selectOption" && !v || Z === "removeOption" && !v || (y || D(V), b?.(T, V, Z));
25878
25875
  },
25879
- onFocus: (I) => {
25880
- B(!0), c?.(I);
25876
+ onFocus: (T) => {
25877
+ B(!0), c?.(T);
25881
25878
  },
25882
- onBlur: (I) => {
25883
- B(!1), u?.(I);
25879
+ onBlur: (T) => {
25880
+ B(!1), u?.(T);
25884
25881
  },
25885
- getOptionLabel: A || ((I) => {
25886
- const V = typeof I == "object" && "label" in I ? I.label : I;
25882
+ getOptionLabel: A || ((T) => {
25883
+ const V = typeof T == "object" && "label" in T ? T.label : T;
25887
25884
  return String(V);
25888
25885
  }),
25889
- renderOption: E || ((I, V, { selected: Z }) => {
25886
+ renderOption: E || ((T, V, { selected: Z }) => {
25890
25887
  const z = typeof V != "string" && V.isHeader;
25891
25888
  if (f || z)
25892
25889
  return null;
25893
- const $ = typeof V == "string" ? V : V?.id || V?.value || "", H = typeof V == "string" ? V : V?.label, Y = typeof V == "string" ? void 0 : V?.image, oe = `${$}-${I?.key}`;
25894
- return /* @__PURE__ */ Ou(Er, { ...I, key: oe }, !r && /* @__PURE__ */ d(pi, { disableRipple: !0, checked: Z, sx: Is }), Y && /* @__PURE__ */ d(
25890
+ const $ = typeof V == "string" ? V : V?.id || V?.value || "", H = typeof V == "string" ? V : V?.label, Y = typeof V == "string" ? void 0 : V?.image, oe = `${$}-${T?.key}`;
25891
+ return /* @__PURE__ */ Ou(Er, { ...T, key: oe }, !r && /* @__PURE__ */ d(pi, { disableRipple: !0, checked: Z, sx: Is }), Y && /* @__PURE__ */ d(
25895
25892
  Ud,
25896
25893
  {
25897
25894
  sx: {
@@ -25904,13 +25901,13 @@ const xd = () => {
25904
25901
  }
25905
25902
  ), typeof H == "string" ? /* @__PURE__ */ d(Ke, { variant: "body2", whiteSpace: "nowrap", textOverflow: "ellipsis", overflow: "hidden", title: H, children: H }) : H);
25906
25903
  }),
25907
- renderValue: S || (R ? (I, V, Z) => Array.isArray(I) ? I.map((z, $) => {
25904
+ renderValue: S || (R ? (T, V, Z) => Array.isArray(T) ? T.map((z, $) => {
25908
25905
  if (Z?.focused)
25909
25906
  return null;
25910
25907
  const { key: H } = V({ index: $ });
25911
25908
  return /* @__PURE__ */ d(Ke, { marginX: 1, whiteSpace: "nowrap", textOverflow: "ellipsis", overflow: "hidden", children: typeof z == "object" && "label" in z && z?.label ? z.label : z.toString() }, H);
25912
25909
  }) : null : void 0),
25913
- renderInput: (I) => {
25910
+ renderInput: (T) => {
25914
25911
  const V = () => {
25915
25912
  if (!(!g && (Array.isArray(l) && l.length || !Array.isArray(l) && l)))
25916
25913
  return o;
@@ -25996,10 +25993,10 @@ const xd = () => {
25996
25993
  children: /* @__PURE__ */ d(wo, { sx: { fontSize: Qe(20) } })
25997
25994
  }
25998
25995
  ),
25999
- It(I.InputProps?.endAdornment) && typeof I.InputProps.endAdornment == "object" && "props" in I.InputProps.endAdornment && I.InputProps.endAdornment.props && typeof I.InputProps.endAdornment.props == "object" && "children" in I.InputProps.endAdornment.props && Array.isArray(I.InputProps.endAdornment.props.children) && I.InputProps.endAdornment.props.children[1]
25996
+ It(T.InputProps?.endAdornment) && typeof T.InputProps.endAdornment == "object" && "props" in T.InputProps.endAdornment && T.InputProps.endAdornment.props && typeof T.InputProps.endAdornment.props == "object" && "children" in T.InputProps.endAdornment.props && Array.isArray(T.InputProps.endAdornment.props.children) && T.InputProps.endAdornment.props.children[1]
26000
25997
  ]
26001
25998
  }
26002
- ) : It(I.InputProps?.endAdornment) ? I.InputProps.endAdornment : null;
25999
+ ) : It(T.InputProps?.endAdornment) ? T.InputProps.endAdornment : null;
26003
26000
  return /* @__PURE__ */ d(
26004
26001
  To,
26005
26002
  {
@@ -26031,10 +26028,10 @@ const xd = () => {
26031
26028
  }
26032
26029
  }
26033
26030
  },
26034
- ...I,
26031
+ ...T,
26035
26032
  slotProps: {
26036
26033
  input: {
26037
- ...I.InputProps,
26034
+ ...T.InputProps,
26038
26035
  endAdornment: Z()
26039
26036
  }
26040
26037
  },
@@ -26062,7 +26059,7 @@ function y3({
26062
26059
  multiple: b = !1,
26063
26060
  size: y = "medium"
26064
26061
  }) {
26065
- const m = o !== void 0, [f, v] = He(() => m ? o : b ? t || [] : t), E = m ? o === !0 : b ? t?.length > 0 : t != null, { anchorMenu: S, openMenu: x, isMenuOpen: C, closeMenu: h } = pl(), { t: T } = hl(), R = Array.isArray(a), M = a !== void 0, k = (U) => {
26062
+ const m = o !== void 0, [f, v] = He(() => m ? o : b ? t || [] : t), E = m ? o === !0 : b ? t?.length > 0 : t != null, { anchorMenu: S, openMenu: x, isMenuOpen: C, closeMenu: h } = pl(), { t: I } = hl(), R = Array.isArray(a), P = a !== void 0, k = (U) => {
26066
26063
  m ? i?.(U) : r?.(U);
26067
26064
  }, Q = () => {
26068
26065
  k(f), h();
@@ -26076,15 +26073,15 @@ function y3({
26076
26073
  v(void 0), r?.(void 0);
26077
26074
  h();
26078
26075
  }, g = (U) => {
26079
- if (m && !M) {
26076
+ if (m && !P) {
26080
26077
  i?.(!o);
26081
26078
  return;
26082
26079
  }
26083
- if (M && R) {
26080
+ if (P && R) {
26084
26081
  x(U);
26085
26082
  return;
26086
26083
  }
26087
- if (M && !R)
26084
+ if (P && !R)
26088
26085
  if (m)
26089
26086
  i?.(!o);
26090
26087
  else {
@@ -26101,7 +26098,7 @@ function y3({
26101
26098
  } else
26102
26099
  X = U, v(X);
26103
26100
  p && (k(X), b || m || h());
26104
- }, P = (U) => m ? o === !0 : b ? f?.includes(U) : f === U, D = (U) => R ? `${c ? `${c} ${A} ` : ""}${a.find((X) => X.value === U)?.label || ""}` : a?.label;
26101
+ }, M = (U) => m ? o === !0 : b ? f?.includes(U) : f === U, D = (U) => R ? `${c ? `${c} ${A} ` : ""}${a.find((X) => X.value === U)?.label || ""}` : a?.label;
26105
26102
  return /* @__PURE__ */ q(kt, { children: [
26106
26103
  /* @__PURE__ */ d(
26107
26104
  Fr,
@@ -26127,7 +26124,7 @@ function y3({
26127
26124
  return !(b || m) && t !== void 0 && t !== null && R && D(t) || e;
26128
26125
  })(),
26129
26126
  variant: s,
26130
- deleteIcon: M && R ? /* @__PURE__ */ d(
26127
+ deleteIcon: P && R ? /* @__PURE__ */ d(
26131
26128
  fl,
26132
26129
  {
26133
26130
  fontSize: "small",
@@ -26139,12 +26136,12 @@ function y3({
26139
26136
  }
26140
26137
  ) : void 0,
26141
26138
  onClick: g,
26142
- onDelete: M && R ? () => {
26139
+ onDelete: P && R ? () => {
26143
26140
  } : void 0,
26144
26141
  color: E ? "active" : "default"
26145
26142
  }
26146
26143
  ),
26147
- M && R && /* @__PURE__ */ q(
26144
+ P && R && /* @__PURE__ */ q(
26148
26145
  Su,
26149
26146
  {
26150
26147
  anchorEl: S,
@@ -26163,15 +26160,15 @@ function y3({
26163
26160
  /* @__PURE__ */ d(Zt, { onClick: h, children: /* @__PURE__ */ d(wo, { fontSize: "small" }) })
26164
26161
  ] }),
26165
26162
  a.map((U, X) => {
26166
- const J = `${U.id || U.value}-${X}`, N = P(U.value);
26163
+ const J = `${U.id || U.value}-${X}`, N = M(U.value);
26167
26164
  return /* @__PURE__ */ q(wu, { onClick: () => B(U.value), children: [
26168
26165
  /* @__PURE__ */ d(Iu, { children: b || m ? /* @__PURE__ */ d(pi, { disableRipple: !0, checked: N, sx: { padding: 0 } }) : /* @__PURE__ */ d(jd, { disableRipple: !0, checked: N, sx: { padding: 0 } }) }),
26169
26166
  /* @__PURE__ */ d(Lr, { sx: { color: "text.secondary" }, children: U.label })
26170
26167
  ] }, J);
26171
26168
  }),
26172
26169
  !p && /* @__PURE__ */ q(ue, { component: "li", direction: "row", justifyContent: "flex-end", spacing: 1, marginTop: 1, children: [
26173
- /* @__PURE__ */ d(po, { size: "small", onClick: j, children: T("reset") }),
26174
- /* @__PURE__ */ d(po, { variant: "contained", size: "small", onClick: Q, children: T("apply") })
26170
+ /* @__PURE__ */ d(po, { size: "small", onClick: j, children: I("reset") }),
26171
+ /* @__PURE__ */ d(po, { variant: "contained", size: "small", onClick: Q, children: I("apply") })
26175
26172
  ] })
26176
26173
  ]
26177
26174
  }
@@ -26219,7 +26216,7 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
26219
26216
  value: v,
26220
26217
  variant: E = "vertical"
26221
26218
  }, S) => {
26222
- const [x, C] = He(null), { t: h } = hl(), { palette: T } = Bt(), R = E === "vertical", M = l || t, k = rt(null), Q = rt(null), j = v !== void 0 ? v : x, g = Vv(j);
26219
+ const [x, C] = He(null), { t: h } = hl(), { palette: I } = Bt(), R = E === "vertical", P = l || t, k = rt(null), Q = rt(null), j = v !== void 0 ? v : x, g = Vv(j);
26223
26220
  Ru(S, () => {
26224
26221
  const O = Q.current;
26225
26222
  return O.reset = () => {
@@ -26233,7 +26230,7 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
26233
26230
  Wd,
26234
26231
  {
26235
26232
  ref: k,
26236
- htmlFor: M,
26233
+ htmlFor: P,
26237
26234
  onDragOver: (O) => {
26238
26235
  O.preventDefault();
26239
26236
  },
@@ -26249,9 +26246,9 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
26249
26246
  },
26250
26247
  sx: {
26251
26248
  "&:hover, &:focus": {
26252
- borderColor: T.primary.main
26249
+ borderColor: I.primary.main
26253
26250
  },
26254
- border: `1px dashed ${i ? T.error.main : T.divider}`,
26251
+ border: `1px dashed ${i ? I.error.main : I.divider}`,
26255
26252
  borderRadius: 1,
26256
26253
  cursor: "pointer",
26257
26254
  height: Dv(c, E),
@@ -26302,7 +26299,7 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
26302
26299
  /* @__PURE__ */ d(
26303
26300
  "input",
26304
26301
  {
26305
- id: M,
26302
+ id: P,
26306
26303
  ref: Q,
26307
26304
  type: "file",
26308
26305
  title: f,
@@ -26752,8 +26749,8 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
26752
26749
  y && x && /* @__PURE__ */ d(Ae, { p: 2, children: y }),
26753
26750
  /* @__PURE__ */ d(Ae, { flex: 1, children: e }),
26754
26751
  p && /* @__PURE__ */ d(ue, { sx: Xr.bottomLinkWrapper, spacing: 1, whiteSpace: "nowrap", children: Array.isArray(p) ? p.map((C, h) => {
26755
- const T = typeof C == "object" && "url" in C ? `$${C.url}-${h}` : h;
26756
- return /* @__PURE__ */ d(yu, { link: C, NavLink: A, isCollapsed: l, sx: Xr }, T);
26752
+ const I = typeof C == "object" && "url" in C ? `$${C.url}-${h}` : h;
26753
+ return /* @__PURE__ */ d(yu, { link: C, NavLink: A, isCollapsed: l, sx: Xr }, I);
26757
26754
  }) : /* @__PURE__ */ d(yu, { link: p, NavLink: A, isCollapsed: l, sx: Xr }) }),
26758
26755
  /* @__PURE__ */ d(Io, {}),
26759
26756
  /* @__PURE__ */ d(Ae, { display: "flex", justifyContent: "flex-end", children: /* @__PURE__ */ d(
@@ -26894,7 +26891,7 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
26894
26891
  }, []), x = st(() => {
26895
26892
  f(!0);
26896
26893
  }, []), C = st(() => {
26897
- E((T) => !T);
26894
+ E((I) => !I);
26898
26895
  }, []), h = ho(
26899
26896
  () => ({
26900
26897
  AppBar: e,
@@ -26970,7 +26967,7 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
26970
26967
  position: b = "static",
26971
26968
  elevation: y = 0
26972
26969
  }) => {
26973
- const { breakpoints: m } = Bt(), { closeMenu: f, isMenuOpen: v, anchorMenu: E, openMenu: S } = pl(), { menuItems: x, ...C } = a || {}, h = Ao(m.down("sm")), T = Ao(m.between("sm", "md")), R = h || T, M = {
26970
+ const { breakpoints: m } = Bt(), { closeMenu: f, isMenuOpen: v, anchorMenu: E, openMenu: S } = pl(), { menuItems: x, ...C } = a || {}, h = Ao(m.down("sm")), I = Ao(m.between("sm", "md")), R = h || I, P = {
26974
26971
  logoContainer: {
26975
26972
  a: {
26976
26973
  display: "flex"
@@ -27000,10 +26997,10 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
27000
26997
  paddingX: h ? 1 : 3,
27001
26998
  ...A
27002
26999
  };
27003
- return u ? /* @__PURE__ */ d(za, { position: b, elevation: y, sx: M, children: u }) : /* @__PURE__ */ q(kt, { children: [
27004
- /* @__PURE__ */ d(za, { position: b, elevation: y, sx: M, children: /* @__PURE__ */ q(ue, { direction: "row", sx: { alignItems: "center", height: "100%", width: "100%" }, spacing: 1, children: [
27000
+ return u ? /* @__PURE__ */ d(za, { position: b, elevation: y, sx: P, children: u }) : /* @__PURE__ */ q(kt, { children: [
27001
+ /* @__PURE__ */ d(za, { position: b, elevation: y, sx: P, children: /* @__PURE__ */ q(ue, { direction: "row", sx: { alignItems: "center", height: "100%", width: "100%" }, spacing: 1, children: [
27005
27002
  R && /* @__PURE__ */ d(Zt, { onClick: p, edge: "end", color: "inherit", "aria-label": "menu", children: /* @__PURE__ */ d(Rd, {}) }),
27006
- R || o === null ? null : /* @__PURE__ */ d(Ae, { sx: M.logoContainer, children: o || /* @__PURE__ */ d(Av, { mode: "dark", ...c }) }),
27003
+ R || o === null ? null : /* @__PURE__ */ d(Ae, { sx: P.logoContainer, children: o || /* @__PURE__ */ d(Av, { mode: "dark", ...c }) }),
27007
27004
  /* @__PURE__ */ q(ue, { alignItems: "center", direction: "row", justifyContent: h ? "flex-end" : "center", spacing: 1, flex: 1, children: [
27008
27005
  h && (r === null ? null : r || (l ? /* @__PURE__ */ d(Au, { ...l }) : null)),
27009
27006
  t === null ? null : t || /* @__PURE__ */ d(Lv, { ...s })
@@ -27051,8 +27048,8 @@ const Mv = ({ fontSize: e, sx: t, color: r = "currentColor" }) => /* @__PURE__ *
27051
27048
  return en(k, { key: j });
27052
27049
  }
27053
27050
  if (k && typeof k == "object" && "url" in k) {
27054
- const { url: j, label: g, icon: B, active: P, end: D, state: O } = k, U = `${j}-${g}-${Q}`;
27055
- return /* @__PURE__ */ d(wu, { sx: M.menuItem, onClick: f, children: /* @__PURE__ */ q(gl, { url: j, component: i, active: P, end: D, state: O, children: [
27051
+ const { url: j, label: g, icon: B, active: M, end: D, state: O } = k, U = `${j}-${g}-${Q}`;
27052
+ return /* @__PURE__ */ d(wu, { sx: P.menuItem, onClick: f, children: /* @__PURE__ */ q(gl, { url: j, component: i, active: M, end: D, state: O, children: [
27056
27053
  B && /* @__PURE__ */ d(Iu, { children: B }),
27057
27054
  g && /* @__PURE__ */ d(Lr, { children: g })
27058
27055
  ] }, U) }, U);