@movable/ui 0.19.2-alpha.0 → 0.20.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/lib/index.mjs CHANGED
@@ -81,17 +81,17 @@ function ds() {
81
81
  var R = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
82
82
  function P(f) {
83
83
  {
84
- for (var _ = arguments.length, M = new Array(_ > 1 ? _ - 1 : 0), Z = 1; Z < _; Z++)
85
- M[Z - 1] = arguments[Z];
86
- S("error", f, M);
84
+ for (var _ = arguments.length, N = new Array(_ > 1 ? _ - 1 : 0), Z = 1; Z < _; Z++)
85
+ N[Z - 1] = arguments[Z];
86
+ S("error", f, N);
87
87
  }
88
88
  }
89
- function S(f, _, M) {
89
+ function S(f, _, N) {
90
90
  {
91
91
  var Z = R.ReactDebugCurrentFrame, se = Z.getStackAddendum();
92
- se !== "" && (_ += "%s", M = M.concat([se]));
93
- var xe = M.map(function(ae) {
94
- return String(ae);
92
+ se !== "" && (_ += "%s", N = N.concat([se]));
93
+ var xe = N.map(function(ie) {
94
+ return String(ie);
95
95
  });
96
96
  xe.unshift("Warning: " + _), Function.prototype.apply.call(console[f], console, xe);
97
97
  }
@@ -105,12 +105,12 @@ function ds() {
105
105
  // with.
106
106
  f.$$typeof === ee || f.getModuleId !== void 0));
107
107
  }
108
- function Y(f, _, M) {
108
+ function Y(f, _, N) {
109
109
  var Z = f.displayName;
110
110
  if (Z)
111
111
  return Z;
112
112
  var se = _.displayName || _.name || "";
113
- return se !== "" ? M + "(" + se + ")" : M;
113
+ return se !== "" ? N + "(" + se + ")" : N;
114
114
  }
115
115
  function K(f) {
116
116
  return f.displayName || "Context";
@@ -142,17 +142,17 @@ function ds() {
142
142
  var _ = f;
143
143
  return K(_) + ".Consumer";
144
144
  case a:
145
- var M = f;
146
- return K(M._context) + ".Provider";
145
+ var N = f;
146
+ return K(N._context) + ".Provider";
147
147
  case l:
148
148
  return Y(f, f.render, "ForwardRef");
149
149
  case m:
150
150
  var Z = f.displayName || null;
151
151
  return Z !== null ? Z : H(f.type) || "Memo";
152
152
  case h: {
153
- var se = f, xe = se._payload, ae = se._init;
153
+ var se = f, xe = se._payload, ie = se._init;
154
154
  try {
155
- return H(ae(xe));
155
+ return H(ie(xe));
156
156
  } catch {
157
157
  return null;
158
158
  }
@@ -223,7 +223,7 @@ function ds() {
223
223
  }
224
224
  }
225
225
  var V = R.ReactCurrentDispatcher, U;
226
- function G(f, _, M) {
226
+ function G(f, _, N) {
227
227
  {
228
228
  if (U === void 0)
229
229
  try {
@@ -245,9 +245,9 @@ function ds() {
245
245
  if (!f || L)
246
246
  return "";
247
247
  {
248
- var M = J.get(f);
249
- if (M !== void 0)
250
- return M;
248
+ var N = J.get(f);
249
+ if (N !== void 0)
250
+ return N;
251
251
  }
252
252
  var Z;
253
253
  L = !0;
@@ -257,27 +257,27 @@ function ds() {
257
257
  xe = V.current, V.current = null, F();
258
258
  try {
259
259
  if (_) {
260
- var ae = function() {
260
+ var ie = function() {
261
261
  throw Error();
262
262
  };
263
- if (Object.defineProperty(ae.prototype, "props", {
263
+ if (Object.defineProperty(ie.prototype, "props", {
264
264
  set: function() {
265
265
  throw Error();
266
266
  }
267
267
  }), typeof Reflect == "object" && Reflect.construct) {
268
268
  try {
269
- Reflect.construct(ae, []);
269
+ Reflect.construct(ie, []);
270
270
  } catch (ut) {
271
271
  Z = ut;
272
272
  }
273
- Reflect.construct(f, [], ae);
273
+ Reflect.construct(f, [], ie);
274
274
  } else {
275
275
  try {
276
- ae.call();
276
+ ie.call();
277
277
  } catch (ut) {
278
278
  Z = ut;
279
279
  }
280
- f.call(ae.prototype);
280
+ f.call(ie.prototype);
281
281
  }
282
282
  } else {
283
283
  try {
@@ -312,18 +312,18 @@ function ds() {
312
312
  var Pt = f ? f.displayName || f.name : "", fo = Pt ? G(Pt) : "";
313
313
  return typeof f == "function" && J.set(f, fo), fo;
314
314
  }
315
- function Ee(f, _, M) {
315
+ function Ee(f, _, N) {
316
316
  return E(f, !1);
317
317
  }
318
- function N(f) {
318
+ function M(f) {
319
319
  var _ = f.prototype;
320
320
  return !!(_ && _.isReactComponent);
321
321
  }
322
- function Be(f, _, M) {
322
+ function Be(f, _, N) {
323
323
  if (f == null)
324
324
  return "";
325
325
  if (typeof f == "function")
326
- return E(f, N(f));
326
+ return E(f, M(f));
327
327
  if (typeof f == "string")
328
328
  return G(f);
329
329
  switch (f) {
@@ -337,11 +337,11 @@ function ds() {
337
337
  case l:
338
338
  return Ee(f.render);
339
339
  case m:
340
- return Be(f.type, _, M);
340
+ return Be(f.type, _, N);
341
341
  case h: {
342
342
  var Z = f, se = Z._payload, xe = Z._init;
343
343
  try {
344
- return Be(xe(se), _, M);
344
+ return Be(xe(se), _, N);
345
345
  } catch {
346
346
  }
347
347
  }
@@ -351,27 +351,27 @@ function ds() {
351
351
  var Ze = Object.prototype.hasOwnProperty, bt = {}, ir = R.ReactDebugCurrentFrame;
352
352
  function wt(f) {
353
353
  if (f) {
354
- var _ = f._owner, M = Be(f.type, f._source, _ ? _.type : null);
355
- ir.setExtraStackFrame(M);
354
+ var _ = f._owner, N = Be(f.type, f._source, _ ? _.type : null);
355
+ ir.setExtraStackFrame(N);
356
356
  } else
357
357
  ir.setExtraStackFrame(null);
358
358
  }
359
- function Lt(f, _, M, Z, se) {
359
+ function Lt(f, _, N, Z, se) {
360
360
  {
361
361
  var xe = Function.call.bind(Ze);
362
- for (var ae in f)
363
- if (xe(f, ae)) {
362
+ for (var ie in f)
363
+ if (xe(f, ie)) {
364
364
  var ne = void 0;
365
365
  try {
366
- if (typeof f[ae] != "function") {
367
- var We = Error((Z || "React class") + ": " + M + " type `" + ae + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof f[ae] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
366
+ if (typeof f[ie] != "function") {
367
+ var We = Error((Z || "React class") + ": " + N + " type `" + ie + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof f[ie] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
368
368
  throw We.name = "Invariant Violation", We;
369
369
  }
370
- ne = f[ae](_, ae, Z, M, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
370
+ ne = f[ie](_, ie, Z, N, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
371
371
  } catch ($e) {
372
372
  ne = $e;
373
373
  }
374
- ne && !(ne instanceof Error) && (wt(se), P("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Z || "React class", M, ae, typeof ne), wt(null)), ne instanceof Error && !(ne.message in bt) && (bt[ne.message] = !0, wt(se), P("Failed %s type: %s", M, ne.message), wt(null));
374
+ ne && !(ne instanceof Error) && (wt(se), P("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Z || "React class", N, ie, typeof ne), wt(null)), ne instanceof Error && !(ne.message in bt) && (bt[ne.message] = !0, wt(se), P("Failed %s type: %s", N, ne.message), wt(null));
375
375
  }
376
376
  }
377
377
  }
@@ -381,8 +381,8 @@ function ds() {
381
381
  }
382
382
  function en(f) {
383
383
  {
384
- var _ = typeof Symbol == "function" && Symbol.toStringTag, M = _ && f[Symbol.toStringTag] || f.constructor.name || "Object";
385
- return M;
384
+ var _ = typeof Symbol == "function" && Symbol.toStringTag, N = _ && f[Symbol.toStringTag] || f.constructor.name || "Object";
385
+ return N;
386
386
  }
387
387
  }
388
388
  function _t(f) {
@@ -424,41 +424,41 @@ function ds() {
424
424
  }
425
425
  function Ia(f, _) {
426
426
  if (typeof f.ref == "string" && yt.current && _ && yt.current.stateNode !== _) {
427
- var M = H(yt.current.type);
428
- Yt[M] || (P('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(yt.current.type), f.ref), Yt[M] = !0);
427
+ var N = H(yt.current.type);
428
+ Yt[N] || (P('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(yt.current.type), f.ref), Yt[N] = !0);
429
429
  }
430
430
  }
431
431
  function ja(f, _) {
432
432
  {
433
- var M = function() {
433
+ var N = function() {
434
434
  te || (te = !0, P("%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://reactjs.org/link/special-props)", _));
435
435
  };
436
- M.isReactWarning = !0, Object.defineProperty(f, "key", {
437
- get: M,
436
+ N.isReactWarning = !0, Object.defineProperty(f, "key", {
437
+ get: N,
438
438
  configurable: !0
439
439
  });
440
440
  }
441
441
  }
442
442
  function Da(f, _) {
443
443
  {
444
- var M = function() {
444
+ var N = function() {
445
445
  Ut || (Ut = !0, P("%s: `ref` 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://reactjs.org/link/special-props)", _));
446
446
  };
447
- M.isReactWarning = !0, Object.defineProperty(f, "ref", {
448
- get: M,
447
+ N.isReactWarning = !0, Object.defineProperty(f, "ref", {
448
+ get: N,
449
449
  configurable: !0
450
450
  });
451
451
  }
452
452
  }
453
- var Fa = function(f, _, M, Z, se, xe, ae) {
453
+ var Fa = function(f, _, N, Z, se, xe, ie) {
454
454
  var ne = {
455
455
  // This tag allows us to uniquely identify this as a React Element
456
456
  $$typeof: t,
457
457
  // Built-in properties that belong on the element
458
458
  type: f,
459
459
  key: _,
460
- ref: M,
461
- props: ae,
460
+ ref: N,
461
+ props: ie,
462
462
  // Record the component responsible for creating this element.
463
463
  _owner: xe
464
464
  };
@@ -479,29 +479,29 @@ function ds() {
479
479
  value: se
480
480
  }), Object.freeze && (Object.freeze(ne.props), Object.freeze(ne)), ne;
481
481
  };
482
- function Ba(f, _, M, Z, se) {
482
+ function Ba(f, _, N, Z, se) {
483
483
  {
484
- var xe, ae = {}, ne = null, We = null;
485
- M !== void 0 && (ar(M), ne = "" + M), oo(_) && (ar(_.key), ne = "" + _.key), sr(_) && (We = _.ref, Ia(_, se));
484
+ var xe, ie = {}, ne = null, We = null;
485
+ N !== void 0 && (ar(N), ne = "" + N), oo(_) && (ar(_.key), ne = "" + _.key), sr(_) && (We = _.ref, Ia(_, se));
486
486
  for (xe in _)
487
- Ze.call(_, xe) && !tn.hasOwnProperty(xe) && (ae[xe] = _[xe]);
487
+ Ze.call(_, xe) && !tn.hasOwnProperty(xe) && (ie[xe] = _[xe]);
488
488
  if (f && f.defaultProps) {
489
489
  var $e = f.defaultProps;
490
490
  for (xe in $e)
491
- ae[xe] === void 0 && (ae[xe] = $e[xe]);
491
+ ie[xe] === void 0 && (ie[xe] = $e[xe]);
492
492
  }
493
493
  if (ne || We) {
494
494
  var Ae = typeof f == "function" ? f.displayName || f.name || "Unknown" : f;
495
- ne && ja(ae, Ae), We && Da(ae, Ae);
495
+ ne && ja(ie, Ae), We && Da(ie, Ae);
496
496
  }
497
- return Fa(f, ne, We, se, Z, yt.current, ae);
497
+ return Fa(f, ne, We, se, Z, yt.current, ie);
498
498
  }
499
499
  }
500
500
  var rn = R.ReactCurrentOwner, io = R.ReactDebugCurrentFrame;
501
501
  function Ot(f) {
502
502
  if (f) {
503
- var _ = f._owner, M = Be(f.type, f._source, _ ? _.type : null);
504
- io.setExtraStackFrame(M);
503
+ var _ = f._owner, N = Be(f.type, f._source, _ ? _.type : null);
504
+ io.setExtraStackFrame(N);
505
505
  } else
506
506
  io.setExtraStackFrame(null);
507
507
  }
@@ -525,10 +525,10 @@ Check the render method of \`` + f + "`.";
525
525
  function Va(f) {
526
526
  {
527
527
  if (f !== void 0) {
528
- var _ = f.fileName.replace(/^.*[\\\/]/, ""), M = f.lineNumber;
528
+ var _ = f.fileName.replace(/^.*[\\\/]/, ""), N = f.lineNumber;
529
529
  return `
530
530
 
531
- Check your code at ` + _ + ":" + M + ".";
531
+ Check your code at ` + _ + ":" + N + ".";
532
532
  }
533
533
  return "";
534
534
  }
@@ -538,10 +538,10 @@ Check your code at ` + _ + ":" + M + ".";
538
538
  {
539
539
  var _ = ao();
540
540
  if (!_) {
541
- var M = typeof f == "string" ? f : f.displayName || f.name;
542
- M && (_ = `
541
+ var N = typeof f == "string" ? f : f.displayName || f.name;
542
+ N && (_ = `
543
543
 
544
- Check the top-level render call using <` + M + ">.");
544
+ Check the top-level render call using <` + N + ">.");
545
545
  }
546
546
  return _;
547
547
  }
@@ -551,12 +551,12 @@ Check the top-level render call using <` + M + ">.");
551
551
  if (!f._store || f._store.validated || f.key != null)
552
552
  return;
553
553
  f._store.validated = !0;
554
- var M = La(_);
555
- if (so[M])
554
+ var N = La(_);
555
+ if (so[N])
556
556
  return;
557
- so[M] = !0;
557
+ so[N] = !0;
558
558
  var Z = "";
559
- f && f._owner && f._owner !== rn.current && (Z = " It was passed a child from " + H(f._owner.type) + "."), Ot(f), P('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', M, Z), Ot(null);
559
+ f && f._owner && f._owner !== rn.current && (Z = " It was passed a child from " + H(f._owner.type) + "."), Ot(f), P('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', N, Z), Ot(null);
560
560
  }
561
561
  }
562
562
  function lo(f, _) {
@@ -564,8 +564,8 @@ Check the top-level render call using <` + M + ">.");
564
564
  if (typeof f != "object")
565
565
  return;
566
566
  if (Wt(f))
567
- for (var M = 0; M < f.length; M++) {
568
- var Z = f[M];
567
+ for (var N = 0; N < f.length; N++) {
568
+ var Z = f[N];
569
569
  on(Z) && co(Z, _);
570
570
  }
571
571
  else if (on(f))
@@ -573,8 +573,8 @@ Check the top-level render call using <` + M + ">.");
573
573
  else if (f) {
574
574
  var se = y(f);
575
575
  if (typeof se == "function" && se !== f.entries)
576
- for (var xe = se.call(f), ae; !(ae = xe.next()).done; )
577
- on(ae.value) && co(ae.value, _);
576
+ for (var xe = se.call(f), ie; !(ie = xe.next()).done; )
577
+ on(ie.value) && co(ie.value, _);
578
578
  }
579
579
  }
580
580
  }
@@ -583,18 +583,18 @@ Check the top-level render call using <` + M + ">.");
583
583
  var _ = f.type;
584
584
  if (_ == null || typeof _ == "string")
585
585
  return;
586
- var M;
586
+ var N;
587
587
  if (typeof _ == "function")
588
- M = _.propTypes;
588
+ N = _.propTypes;
589
589
  else if (typeof _ == "object" && (_.$$typeof === l || // Note: Memo only checks outer props here.
590
590
  // Inner props are checked in the reconciler.
591
591
  _.$$typeof === m))
592
- M = _.propTypes;
592
+ N = _.propTypes;
593
593
  else
594
594
  return;
595
- if (M) {
595
+ if (N) {
596
596
  var Z = H(_);
597
- Lt(M, f.props, "prop", Z, f);
597
+ Lt(N, f.props, "prop", Z, f);
598
598
  } else if (_.PropTypes !== void 0 && !nn) {
599
599
  nn = !0;
600
600
  var se = H(_);
@@ -605,8 +605,8 @@ Check the top-level render call using <` + M + ">.");
605
605
  }
606
606
  function Wa(f) {
607
607
  {
608
- for (var _ = Object.keys(f.props), M = 0; M < _.length; M++) {
609
- var Z = _[M];
608
+ for (var _ = Object.keys(f.props), N = 0; N < _.length; N++) {
609
+ var Z = _[N];
610
610
  if (Z !== "children" && Z !== "key") {
611
611
  Ot(f), P("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Z), Ot(null);
612
612
  break;
@@ -615,10 +615,10 @@ Check the top-level render call using <` + M + ">.");
615
615
  f.ref !== null && (Ot(f), P("Invalid attribute `ref` supplied to `React.Fragment`."), Ot(null));
616
616
  }
617
617
  }
618
- function uo(f, _, M, Z, se, xe) {
618
+ function uo(f, _, N, Z, se, xe) {
619
619
  {
620
- var ae = k(f);
621
- if (!ae) {
620
+ var ie = k(f);
621
+ if (!ie) {
622
622
  var ne = "";
623
623
  (f === void 0 || typeof f == "object" && f !== null && Object.keys(f).length === 0) && (ne += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
624
624
  var We = Va(se);
@@ -626,10 +626,10 @@ Check the top-level render call using <` + M + ">.");
626
626
  var $e;
627
627
  f === null ? $e = "null" : Wt(f) ? $e = "array" : f !== void 0 && f.$$typeof === t ? ($e = "<" + (H(f.type) || "Unknown") + " />", ne = " Did you accidentally export a JSX literal instead of a component?") : $e = typeof f, P("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", $e, ne);
628
628
  }
629
- var Ae = Ba(f, _, M, se, xe);
629
+ var Ae = Ba(f, _, N, se, xe);
630
630
  if (Ae == null)
631
631
  return Ae;
632
- if (ae) {
632
+ if (ie) {
633
633
  var He = _.children;
634
634
  if (He !== void 0)
635
635
  if (Z)
@@ -645,11 +645,11 @@ Check the top-level render call using <` + M + ">.");
645
645
  return f === n ? Wa(Ae) : za(Ae), Ae;
646
646
  }
647
647
  }
648
- function Ua(f, _, M) {
649
- return uo(f, _, M, !0);
648
+ function Ua(f, _, N) {
649
+ return uo(f, _, N, !0);
650
650
  }
651
- function Ya(f, _, M) {
652
- return uo(f, _, M, !1);
651
+ function Ya(f, _, N) {
652
+ return uo(f, _, N, !1);
653
653
  }
654
654
  var qa = Ya, Ga = Ua;
655
655
  Gt.Fragment = n, Gt.jsx = qa, Gt.jsxs = Ga;
@@ -776,17 +776,17 @@ function ps() {
776
776
  var Ee = E.$$typeof;
777
777
  switch (Ee) {
778
778
  case t:
779
- var N = E.type;
780
- switch (N) {
779
+ var M = E.type;
780
+ switch (M) {
781
781
  case l:
782
782
  case u:
783
783
  case n:
784
784
  case i:
785
785
  case o:
786
786
  case m:
787
- return N;
787
+ return M;
788
788
  default:
789
- var Be = N && N.$$typeof;
789
+ var Be = M && M.$$typeof;
790
790
  switch (Be) {
791
791
  case c:
792
792
  case d:
@@ -1431,7 +1431,7 @@ function Ai(e) {
1431
1431
  }
1432
1432
  });
1433
1433
  }
1434
- function Nt(e) {
1434
+ function Mt(e) {
1435
1435
  let t = "https://mui.com/production-error/?code=" + e;
1436
1436
  for (let r = 1; r < arguments.length; r += 1)
1437
1437
  t += "&args[]=" + encodeURIComponent(arguments[r]);
@@ -1531,19 +1531,19 @@ function _s() {
1531
1531
  return wo || (wo = 1, process.env.NODE_ENV !== "production" && function() {
1532
1532
  var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), a = Symbol.for("react.context"), c = Symbol.for("react.server_context"), l = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), b = Symbol.for("react.offscreen"), v = !1, g = !1, y = !1, R = !1, P = !1, S;
1533
1533
  S = Symbol.for("react.module.reference");
1534
- function T(N) {
1535
- return !!(typeof N == "string" || typeof N == "function" || N === r || N === o || P || N === n || N === u || N === d || R || N === b || v || g || y || typeof N == "object" && N !== null && (N.$$typeof === h || N.$$typeof === m || N.$$typeof === i || N.$$typeof === a || N.$$typeof === l || // This needs to include all possible module reference object
1534
+ function T(M) {
1535
+ return !!(typeof M == "string" || typeof M == "function" || M === r || M === o || P || M === n || M === u || M === d || R || M === b || v || g || y || typeof M == "object" && M !== null && (M.$$typeof === h || M.$$typeof === m || M.$$typeof === i || M.$$typeof === a || M.$$typeof === l || // This needs to include all possible module reference object
1536
1536
  // types supported by any Flight configuration anywhere since
1537
1537
  // we don't know which Flight build this will end up being used
1538
1538
  // with.
1539
- N.$$typeof === S || N.getModuleId !== void 0));
1539
+ M.$$typeof === S || M.getModuleId !== void 0));
1540
1540
  }
1541
- function p(N) {
1542
- if (typeof N == "object" && N !== null) {
1543
- var Be = N.$$typeof;
1541
+ function p(M) {
1542
+ if (typeof M == "object" && M !== null) {
1543
+ var Be = M.$$typeof;
1544
1544
  switch (Be) {
1545
1545
  case e:
1546
- var Ze = N.type;
1546
+ var Ze = M.type;
1547
1547
  switch (Ze) {
1548
1548
  case r:
1549
1549
  case o:
@@ -1571,47 +1571,47 @@ function _s() {
1571
1571
  }
1572
1572
  }
1573
1573
  var I = a, $ = i, re = e, ee = l, k = r, Y = h, K = m, H = t, D = o, Q = n, B = u, z = d, j = !1, ue = !1;
1574
- function C(N) {
1574
+ function C(M) {
1575
1575
  return j || (j = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
1576
1576
  }
1577
- function A(N) {
1577
+ function A(M) {
1578
1578
  return ue || (ue = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
1579
1579
  }
1580
- function X(N) {
1581
- return p(N) === a;
1580
+ function X(M) {
1581
+ return p(M) === a;
1582
1582
  }
1583
- function q(N) {
1584
- return p(N) === i;
1583
+ function q(M) {
1584
+ return p(M) === i;
1585
1585
  }
1586
- function F(N) {
1587
- return typeof N == "object" && N !== null && N.$$typeof === e;
1586
+ function F(M) {
1587
+ return typeof M == "object" && M !== null && M.$$typeof === e;
1588
1588
  }
1589
- function W(N) {
1590
- return p(N) === l;
1589
+ function W(M) {
1590
+ return p(M) === l;
1591
1591
  }
1592
- function V(N) {
1593
- return p(N) === r;
1592
+ function V(M) {
1593
+ return p(M) === r;
1594
1594
  }
1595
- function U(N) {
1596
- return p(N) === h;
1595
+ function U(M) {
1596
+ return p(M) === h;
1597
1597
  }
1598
- function G(N) {
1599
- return p(N) === m;
1598
+ function G(M) {
1599
+ return p(M) === m;
1600
1600
  }
1601
- function L(N) {
1602
- return p(N) === t;
1601
+ function L(M) {
1602
+ return p(M) === t;
1603
1603
  }
1604
- function J(N) {
1605
- return p(N) === o;
1604
+ function J(M) {
1605
+ return p(M) === o;
1606
1606
  }
1607
- function Se(N) {
1608
- return p(N) === n;
1607
+ function Se(M) {
1608
+ return p(M) === n;
1609
1609
  }
1610
- function E(N) {
1611
- return p(N) === u;
1610
+ function E(M) {
1611
+ return p(M) === u;
1612
1612
  }
1613
- function Ee(N) {
1614
- return p(N) === d;
1613
+ function Ee(M) {
1614
+ return p(M) === d;
1615
1615
  }
1616
1616
  me.ContextConsumer = I, me.ContextProvider = $, me.Element = re, me.ForwardRef = ee, me.Fragment = k, me.Lazy = Y, me.Memo = K, me.Portal = H, me.Profiler = D, me.StrictMode = Q, me.Suspense = B, me.SuspenseList = z, me.isAsyncMode = C, me.isConcurrentMode = A, me.isContextConsumer = X, me.isContextProvider = q, me.isElement = F, me.isForwardRef = W, me.isFragment = V, me.isLazy = U, me.isMemo = G, me.isPortal = L, me.isProfiler = J, me.isStrictMode = Se, me.isSuspense = E, me.isSuspenseList = Ee, me.isValidElementType = T, me.typeOf = p;
1617
1617
  }()), me;
@@ -1623,11 +1623,11 @@ function Ps(e) {
1623
1623
  const t = `${e}`.match(Os);
1624
1624
  return t && t[1] || "";
1625
1625
  }
1626
- function Mi(e, t = "") {
1626
+ function Ni(e, t = "") {
1627
1627
  return e.displayName || e.name || Ps(e) || t;
1628
1628
  }
1629
1629
  function Oo(e, t, r) {
1630
- const n = Mi(t);
1630
+ const n = Ni(t);
1631
1631
  return e.displayName || (n !== "" ? `${r}(${n})` : r);
1632
1632
  }
1633
1633
  function $s(e) {
@@ -1635,7 +1635,7 @@ function $s(e) {
1635
1635
  if (typeof e == "string")
1636
1636
  return e;
1637
1637
  if (typeof e == "function")
1638
- return Mi(e, "Component");
1638
+ return Ni(e, "Component");
1639
1639
  if (typeof e == "object")
1640
1640
  switch (e.$$typeof) {
1641
1641
  case _o.ForwardRef:
@@ -1647,7 +1647,7 @@ function $s(e) {
1647
1647
  }
1648
1648
  }
1649
1649
  }
1650
- function Mn(e, t, r, n, o) {
1650
+ function Nn(e, t, r, n, o) {
1651
1651
  if (process.env.NODE_ENV === "production")
1652
1652
  return null;
1653
1653
  const i = e[t], a = o || t;
@@ -1656,7 +1656,7 @@ function Mn(e, t, r, n, o) {
1656
1656
  const ks = s.oneOfType([s.func, s.object]), As = ks;
1657
1657
  function ve(e) {
1658
1658
  if (typeof e != "string")
1659
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : Nt(7));
1659
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : Mt(7));
1660
1660
  return e.charAt(0).toUpperCase() + e.slice(1);
1661
1661
  }
1662
1662
  function Tn(...e) {
@@ -1665,7 +1665,7 @@ function Tn(...e) {
1665
1665
  }, () => {
1666
1666
  });
1667
1667
  }
1668
- function Ni(e, t = 166) {
1668
+ function Mi(e, t = 166) {
1669
1669
  let r;
1670
1670
  function n(...o) {
1671
1671
  const i = () => {
@@ -1677,13 +1677,13 @@ function Ni(e, t = 166) {
1677
1677
  clearTimeout(r);
1678
1678
  }, n;
1679
1679
  }
1680
- function Ms(e, t) {
1680
+ function Ns(e, t) {
1681
1681
  return process.env.NODE_ENV === "production" ? () => null : (r, n, o, i, a) => {
1682
1682
  const c = o || "<<anonymous>>", l = a || n;
1683
1683
  return typeof r[n] < "u" ? new Error(`The ${i} \`${l}\` of \`${c}\` is deprecated. ${t}`) : null;
1684
1684
  };
1685
1685
  }
1686
- function Ns(e, t) {
1686
+ function Ms(e, t) {
1687
1687
  var r, n;
1688
1688
  return /* @__PURE__ */ x.isValidElement(e) && t.indexOf(
1689
1689
  // For server components `muiName` is avaialble in element.type._payload.value.muiName
@@ -1781,7 +1781,7 @@ function pt(...e) {
1781
1781
  });
1782
1782
  }, e);
1783
1783
  }
1784
- let Mr = !0, Sn = !1, ko;
1784
+ let Nr = !0, Sn = !1, ko;
1785
1785
  const Vs = {
1786
1786
  text: !0,
1787
1787
  search: !0,
@@ -1805,13 +1805,13 @@ function Ls(e) {
1805
1805
  return !!(r === "INPUT" && Vs[t] && !e.readOnly || r === "TEXTAREA" && !e.readOnly || e.isContentEditable);
1806
1806
  }
1807
1807
  function zs(e) {
1808
- e.metaKey || e.altKey || e.ctrlKey || (Mr = !0);
1808
+ e.metaKey || e.altKey || e.ctrlKey || (Nr = !0);
1809
1809
  }
1810
1810
  function pn() {
1811
- Mr = !1;
1811
+ Nr = !1;
1812
1812
  }
1813
1813
  function Ws() {
1814
- this.visibilityState === "hidden" && Sn && (Mr = !0);
1814
+ this.visibilityState === "hidden" && Sn && (Nr = !0);
1815
1815
  }
1816
1816
  function Us(e) {
1817
1817
  e.addEventListener("keydown", zs, !0), e.addEventListener("mousedown", pn, !0), e.addEventListener("pointerdown", pn, !0), e.addEventListener("touchstart", pn, !0), e.addEventListener("visibilitychange", Ws, !0);
@@ -1824,7 +1824,7 @@ function Ys(e) {
1824
1824
  return t.matches(":focus-visible");
1825
1825
  } catch {
1826
1826
  }
1827
- return Mr || Ls(t);
1827
+ return Nr || Ls(t);
1828
1828
  }
1829
1829
  function ji() {
1830
1830
  const e = x.useCallback((o) => {
@@ -1967,7 +1967,7 @@ function Li(e, t = []) {
1967
1967
  function rc(e, t, r) {
1968
1968
  return typeof e == "function" ? e(t, r) : e;
1969
1969
  }
1970
- function Mo(e) {
1970
+ function No(e) {
1971
1971
  if (e === void 0)
1972
1972
  return {};
1973
1973
  const t = {};
@@ -1990,14 +1990,14 @@ function nc(e) {
1990
1990
  internalRef: void 0
1991
1991
  };
1992
1992
  }
1993
- const a = Li(w({}, o, n)), c = Mo(n), l = Mo(o), u = t(a), d = we(u == null ? void 0 : u.className, r == null ? void 0 : r.className, i, o == null ? void 0 : o.className, n == null ? void 0 : n.className), m = w({}, u == null ? void 0 : u.style, r == null ? void 0 : r.style, o == null ? void 0 : o.style, n == null ? void 0 : n.style), h = w({}, u, r, l, c);
1993
+ const a = Li(w({}, o, n)), c = No(n), l = No(o), u = t(a), d = we(u == null ? void 0 : u.className, r == null ? void 0 : r.className, i, o == null ? void 0 : o.className, n == null ? void 0 : n.className), m = w({}, u == null ? void 0 : u.style, r == null ? void 0 : r.style, o == null ? void 0 : o.style, n == null ? void 0 : n.style), h = w({}, u, r, l, c);
1994
1994
  return d.length > 0 && (h.className = d), Object.keys(m).length > 0 && (h.style = m), {
1995
1995
  props: h,
1996
1996
  internalRef: u.ref
1997
1997
  };
1998
1998
  }
1999
1999
  const oc = ["elementType", "externalSlotProps", "ownerState", "skipResolvingSlotProps"];
2000
- function No(e) {
2000
+ function Mo(e) {
2001
2001
  var t;
2002
2002
  const {
2003
2003
  elementType: r,
@@ -2434,7 +2434,7 @@ process.env.NODE_ENV !== "production" && (Rr.propTypes = {
2434
2434
  * By default, it uses the body of the top-level document object,
2435
2435
  * so it's simply `document.body` most of the time.
2436
2436
  */
2437
- container: s.oneOfType([Mn, s.func]),
2437
+ container: s.oneOfType([Nn, s.func]),
2438
2438
  /**
2439
2439
  * The `children` will be under the DOM hierarchy of the parent component.
2440
2440
  * @default false
@@ -2499,7 +2499,7 @@ var Cc = /* @__PURE__ */ function() {
2499
2499
  return n.parentNode && n.parentNode.removeChild(n);
2500
2500
  }), this.tags = [], this.ctr = 0, process.env.NODE_ENV !== "production" && (this._alreadyInsertedOrderInsensitiveRule = !1);
2501
2501
  }, e;
2502
- }(), Le = "-ms-", Cr = "-moz-", ce = "-webkit-", Nn = "comm", In = "rule", jn = "decl", wc = "@import", Wi = "@keyframes", _c = "@layer", Oc = Math.abs, Nr = String.fromCharCode, Pc = Object.assign;
2502
+ }(), Le = "-ms-", Cr = "-moz-", ce = "-webkit-", Mn = "comm", In = "rule", jn = "decl", wc = "@import", Wi = "@keyframes", _c = "@layer", Oc = Math.abs, Mr = String.fromCharCode, Pc = Object.assign;
2503
2503
  function $c(e, t) {
2504
2504
  return Fe(e, 0) ^ 45 ? (((t << 2 ^ Fe(e, 0)) << 2 ^ Fe(e, 1)) << 2 ^ Fe(e, 2)) << 2 ^ Fe(e, 3) : 0;
2505
2505
  }
@@ -2540,10 +2540,10 @@ function jr(e, t, r, n, o, i, a) {
2540
2540
  function Kt(e, t) {
2541
2541
  return Pc(jr("", null, null, "", null, null, 0), e, { length: -e.length }, t);
2542
2542
  }
2543
- function Mc() {
2543
+ function Nc() {
2544
2544
  return Ie;
2545
2545
  }
2546
- function Nc() {
2546
+ function Mc() {
2547
2547
  return Ie = qe > 0 ? Fe(Bt, --qe) : 0, It--, Ie === 10 && (It = 1, Ir--), Ie;
2548
2548
  }
2549
2549
  function Ke() {
@@ -2631,7 +2631,7 @@ function Dc(e, t) {
2631
2631
  for (; Ke() && e + Ie !== 47 + 10; )
2632
2632
  if (e + Ie === 42 + 42 && ct() === 47)
2633
2633
  break;
2634
- return "/*" + rr(t, qe - 1) + "*" + Nr(e === 47 ? e : Ke());
2634
+ return "/*" + rr(t, qe - 1) + "*" + Mr(e === 47 ? e : Ke());
2635
2635
  }
2636
2636
  function Fc(e) {
2637
2637
  for (; !Qt(ct()); )
@@ -2711,10 +2711,10 @@ function gr(e, t, r, n, o, i, a, c, l) {
2711
2711
  if (g < 1) {
2712
2712
  if (P == 123)
2713
2713
  --g;
2714
- else if (P == 125 && g++ == 0 && Nc() == 125)
2714
+ else if (P == 125 && g++ == 0 && Mc() == 125)
2715
2715
  continue;
2716
2716
  }
2717
- switch ($ += Nr(P), P * g) {
2717
+ switch ($ += Mr(P), P * g) {
2718
2718
  case 38:
2719
2719
  R = d > 0 ? 1 : ($ += "\f", -1);
2720
2720
  break;
@@ -2737,7 +2737,7 @@ function Do(e, t, r, n, o, i, a, c, l, u, d) {
2737
2737
  return jr(e, t, r, o === 0 ? In : c, l, u, d);
2738
2738
  }
2739
2739
  function Vc(e, t, r) {
2740
- return jr(e, t, r, Nn, Nr(Mc()), Zt(e, 2, -2), 0);
2740
+ return jr(e, t, r, Mn, Mr(Nc()), Zt(e, 2, -2), 0);
2741
2741
  }
2742
2742
  function Fo(e, t, r, n) {
2743
2743
  return jr(e, t, r, jn, Zt(e, 0, n), Zt(e, n + 1, -1), n);
@@ -2755,7 +2755,7 @@ function Lc(e, t, r, n) {
2755
2755
  case wc:
2756
2756
  case jn:
2757
2757
  return e.return = e.return || e.value;
2758
- case Nn:
2758
+ case Mn:
2759
2759
  return "";
2760
2760
  case Wi:
2761
2761
  return e.return = e.value + "{" + At(e.children, n) + "}";
@@ -2797,7 +2797,7 @@ var Uc = function(t, r, n) {
2797
2797
  break;
2798
2798
  }
2799
2799
  default:
2800
- t[n] += Nr(o);
2800
+ t[n] += Mr(o);
2801
2801
  }
2802
2802
  while (o = Ke());
2803
2803
  return t;
@@ -3041,7 +3041,7 @@ If multiple caches share the same key they might "fight" for each other's style
3041
3041
  }), Qc);
3042
3042
  {
3043
3043
  var d, m = [Lc, process.env.NODE_ENV !== "production" ? function(g) {
3044
- g.root || (g.return ? d.insert(g.return) : g.value && g.type !== Nn && d.insert(g.value + "{}"));
3044
+ g.root || (g.return ? d.insert(g.return) : g.value && g.type !== Mn && d.insert(g.value + "{}"));
3045
3045
  } : Wc(function(g) {
3046
3046
  d.insert(g);
3047
3047
  })], h = zc(u.concat(o, m)), b = function(y) {
@@ -3169,17 +3169,17 @@ function ol() {
3169
3169
  var Ee = E.$$typeof;
3170
3170
  switch (Ee) {
3171
3171
  case t:
3172
- var N = E.type;
3173
- switch (N) {
3172
+ var M = E.type;
3173
+ switch (M) {
3174
3174
  case l:
3175
3175
  case u:
3176
3176
  case n:
3177
3177
  case i:
3178
3178
  case o:
3179
3179
  case m:
3180
- return N;
3180
+ return M;
3181
3181
  default:
3182
- var Be = N && N.$$typeof;
3182
+ var Be = M && M.$$typeof;
3183
3183
  switch (Be) {
3184
3184
  case c:
3185
3185
  case d:
@@ -3826,12 +3826,12 @@ var kl = Tc, Al = function(t) {
3826
3826
  }, ri = `You have illegal escape sequence in your template literal, most likely inside content's property value.
3827
3827
  Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
3828
3828
  You can read more about this here:
3829
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`, Ml = function(t) {
3829
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`, Nl = function(t) {
3830
3830
  var r = t.cache, n = t.serialized, o = t.isStringTag;
3831
3831
  return Dr(r, n, o), Vn(function() {
3832
3832
  return Fr(r, n, o);
3833
3833
  }), null;
3834
- }, Nl = function e(t, r) {
3834
+ }, Ml = function e(t, r) {
3835
3835
  if (process.env.NODE_ENV !== "production" && t === void 0)
3836
3836
  throw new Error(`You are trying to create a styled element with an undefined component.
3837
3837
  You may have forgotten to import it.`);
@@ -3862,7 +3862,7 @@ You may have forgotten to import it.`);
3862
3862
  for (var k in g)
3863
3863
  u && k === "as" || // $FlowFixMe
3864
3864
  re(k) && (ee[k] = g[k]);
3865
- return ee.className = S, ee.ref = R, /* @__PURE__ */ x.createElement(x.Fragment, null, /* @__PURE__ */ x.createElement(Ml, {
3865
+ return ee.className = S, ee.ref = R, /* @__PURE__ */ x.createElement(x.Fragment, null, /* @__PURE__ */ x.createElement(Nl, {
3866
3866
  cache: y,
3867
3867
  serialized: $,
3868
3868
  isStringTag: typeof P == "string"
@@ -4014,7 +4014,7 @@ You may have forgotten to import it.`);
4014
4014
  "svg",
4015
4015
  "text",
4016
4016
  "tspan"
4017
- ], On = Nl.bind();
4017
+ ], On = Ml.bind();
4018
4018
  Il.forEach(function(e) {
4019
4019
  On[e] = On(e);
4020
4020
  });
@@ -4384,22 +4384,22 @@ const uu = ye({
4384
4384
  prop: "gridArea"
4385
4385
  });
4386
4386
  Wr(Yr, qr, Gr, uu, du, fu, pu, mu, hu, gu, yu, vu);
4387
- function Mt(e, t) {
4387
+ function Nt(e, t) {
4388
4388
  return t === "grey" ? t : e;
4389
4389
  }
4390
4390
  const bu = ye({
4391
4391
  prop: "color",
4392
4392
  themeKey: "palette",
4393
- transform: Mt
4393
+ transform: Nt
4394
4394
  }), Eu = ye({
4395
4395
  prop: "bgcolor",
4396
4396
  cssProperty: "backgroundColor",
4397
4397
  themeKey: "palette",
4398
- transform: Mt
4398
+ transform: Nt
4399
4399
  }), xu = ye({
4400
4400
  prop: "backgroundColor",
4401
4401
  themeKey: "palette",
4402
- transform: Mt
4402
+ transform: Nt
4403
4403
  });
4404
4404
  Wr(bu, Eu, xu);
4405
4405
  function Ge(e) {
@@ -4497,16 +4497,16 @@ const Ou = {
4497
4497
  // palette
4498
4498
  color: {
4499
4499
  themeKey: "palette",
4500
- transform: Mt
4500
+ transform: Nt
4501
4501
  },
4502
4502
  bgcolor: {
4503
4503
  themeKey: "palette",
4504
4504
  cssProperty: "backgroundColor",
4505
- transform: Mt
4505
+ transform: Nt
4506
4506
  },
4507
4507
  backgroundColor: {
4508
4508
  themeKey: "palette",
4509
- transform: Mt
4509
+ transform: Nt
4510
4510
  },
4511
4511
  // spacing
4512
4512
  p: {
@@ -4840,16 +4840,16 @@ function qn(e = {}, ...t) {
4840
4840
  });
4841
4841
  }, u;
4842
4842
  }
4843
- function Mu(e) {
4843
+ function Nu(e) {
4844
4844
  return Object.keys(e).length === 0;
4845
4845
  }
4846
- function Nu(e = null) {
4846
+ function Mu(e = null) {
4847
4847
  const t = x.useContext(Vt);
4848
- return !t || Mu(t) ? e : t;
4848
+ return !t || Nu(t) ? e : t;
4849
4849
  }
4850
4850
  const Iu = qn();
4851
4851
  function ia(e = Iu) {
4852
- return Nu(e);
4852
+ return Mu(e);
4853
4853
  }
4854
4854
  const ju = ["sx"], Du = (e) => {
4855
4855
  var t, r;
@@ -5103,12 +5103,12 @@ function Ct(e) {
5103
5103
  const t = e.indexOf("("), r = e.substring(0, t);
5104
5104
  if (["rgb", "rgba", "hsl", "hsla", "color"].indexOf(r) === -1)
5105
5105
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
5106
- The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : Nt(9, e));
5106
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : Mt(9, e));
5107
5107
  let n = e.substring(t + 1, e.length - 1), o;
5108
5108
  if (r === "color") {
5109
5109
  if (n = n.split(" "), o = n.shift(), n.length === 4 && n[3].charAt(0) === "/" && (n[3] = n[3].slice(1)), ["srgb", "display-p3", "a98-rgb", "prophoto-rgb", "rec-2020"].indexOf(o) === -1)
5110
5110
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${o}\` color space.
5111
- The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : Nt(10, o));
5111
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : Mt(10, o));
5112
5112
  } else
5113
5113
  n = n.split(",");
5114
5114
  return n = n.map((i) => parseFloat(i)), {
@@ -5203,7 +5203,7 @@ const rd = {
5203
5203
  A200: "#eeeeee",
5204
5204
  A400: "#bdbdbd",
5205
5205
  A700: "#616161"
5206
- }, Me = nd, od = {
5206
+ }, Ne = nd, od = {
5207
5207
  50: "#f3e5f5",
5208
5208
  100: "#e1bee7",
5209
5209
  200: "#ce93d8",
@@ -5293,7 +5293,7 @@ const rd = {
5293
5293
  A200: "#69f0ae",
5294
5294
  A400: "#00e676",
5295
5295
  A700: "#00c853"
5296
- }, Ne = ld, ud = ["mode", "contrastThreshold", "tonalOffset"], ui = {
5296
+ }, Me = ld, ud = ["mode", "contrastThreshold", "tonalOffset"], ui = {
5297
5297
  // The colors used to style the text.
5298
5298
  text: {
5299
5299
  // The most important text.
@@ -5406,13 +5406,13 @@ function md(e = "light") {
5406
5406
  }
5407
5407
  function hd(e = "light") {
5408
5408
  return e === "dark" ? {
5409
- main: Ne[400],
5410
- light: Ne[300],
5411
- dark: Ne[700]
5409
+ main: Me[400],
5410
+ light: Me[300],
5411
+ dark: Me[700]
5412
5412
  } : {
5413
- main: Ne[800],
5414
- light: Ne[500],
5415
- dark: Ne[900]
5413
+ main: Me[800],
5414
+ light: Me[500],
5415
+ dark: Me[900]
5416
5416
  };
5417
5417
  }
5418
5418
  function gd(e = "light") {
@@ -5451,7 +5451,7 @@ function yd(e) {
5451
5451
  }) => {
5452
5452
  if (g = w({}, g), !g.main && g[R] && (g.main = g[R]), !g.hasOwnProperty("main"))
5453
5453
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${y ? ` (${y})` : ""} provided to augmentColor(color) is invalid.
5454
- The color object needs to have a \`main\` property or a \`${R}\` property.` : Nt(11, y ? ` (${y})` : "", R));
5454
+ The color object needs to have a \`main\` property or a \`${R}\` property.` : Mt(11, y ? ` (${y})` : "", R));
5455
5455
  if (typeof g.main != "string")
5456
5456
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${y ? ` (${y})` : ""} provided to augmentColor(color) is invalid.
5457
5457
  \`color.main\` should be a string, but \`${JSON.stringify(g.main)}\` was provided instead.
@@ -5466,7 +5466,7 @@ const theme1 = createTheme({ palette: {
5466
5466
 
5467
5467
  const theme2 = createTheme({ palette: {
5468
5468
  primary: { main: green[500] },
5469
- } });` : Nt(12, y ? ` (${y})` : "", JSON.stringify(g.main)));
5469
+ } });` : Mt(12, y ? ` (${y})` : "", JSON.stringify(g.main)));
5470
5470
  return di(g, "light", P, n), di(g, "dark", S, n), g.contrastText || (g.contrastText = m(g.main)), g;
5471
5471
  }, b = {
5472
5472
  dark: gn,
@@ -5512,7 +5512,7 @@ const theme2 = createTheme({ palette: {
5512
5512
  name: "success"
5513
5513
  }),
5514
5514
  // The grey colors.
5515
- grey: Me,
5515
+ grey: Ne,
5516
5516
  // Used by `getContrastText()` to maximize the contrast between
5517
5517
  // the background and the text.
5518
5518
  contrastThreshold: r,
@@ -5663,16 +5663,16 @@ const kd = {
5663
5663
  modal: 1300,
5664
5664
  snackbar: 1400,
5665
5665
  tooltip: 1500
5666
- }, Ad = kd, Md = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
5666
+ }, Ad = kd, Nd = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
5667
5667
  function sa(e = {}, ...t) {
5668
5668
  const {
5669
5669
  mixins: r = {},
5670
5670
  palette: n = {},
5671
5671
  transitions: o = {},
5672
5672
  typography: i = {}
5673
- } = e, a = Te(e, Md);
5673
+ } = e, a = Te(e, Nd);
5674
5674
  if (e.vars)
5675
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : Nt(18));
5675
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : Mt(18));
5676
5676
  const c = yd(n), l = qn(e);
5677
5677
  let u = tt(l, {
5678
5678
  mixins: td(l.breakpoints, r),
@@ -5714,7 +5714,7 @@ function sa(e = {}, ...t) {
5714
5714
  });
5715
5715
  }, u;
5716
5716
  }
5717
- const Nd = sa(), Kn = Nd, Hn = "$$material", Id = (e) => yr(e) && e !== "classes", jd = Ku({
5717
+ const Md = sa(), Kn = Md, Hn = "$$material", Id = (e) => yr(e) && e !== "classes", jd = Ku({
5718
5718
  themeId: Hn,
5719
5719
  defaultTheme: Kn,
5720
5720
  rootShouldForwardProp: Id
@@ -6699,11 +6699,11 @@ const Qd = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6699
6699
  if (v.props.tabIndex === void 0 && (V.tabIndex = "-1"), q) {
6700
6700
  const {
6701
6701
  onEnter: Ee,
6702
- onExited: N
6702
+ onExited: M
6703
6703
  } = ue();
6704
- V.onEnter = Ee, V.onExited = N;
6704
+ V.onEnter = Ee, V.onExited = M;
6705
6705
  }
6706
- const U = (n = (o = D == null ? void 0 : D.root) != null ? o : R.Root) != null ? n : tf, G = (i = (a = D == null ? void 0 : D.backdrop) != null ? a : R.Backdrop) != null ? i : d, L = (c = H == null ? void 0 : H.root) != null ? c : P.root, J = (l = H == null ? void 0 : H.backdrop) != null ? l : P.backdrop, Se = No({
6706
+ const U = (n = (o = D == null ? void 0 : D.root) != null ? o : R.Root) != null ? n : tf, G = (i = (a = D == null ? void 0 : D.backdrop) != null ? a : R.Backdrop) != null ? i : d, L = (c = H == null ? void 0 : H.root) != null ? c : P.root, J = (l = H == null ? void 0 : H.backdrop) != null ? l : P.backdrop, Se = Mo({
6707
6707
  elementType: U,
6708
6708
  externalSlotProps: L,
6709
6709
  externalForwardedProps: Q,
@@ -6714,13 +6714,13 @@ const Qd = ["BackdropComponent", "BackdropProps", "classes", "className", "close
6714
6714
  },
6715
6715
  ownerState: F,
6716
6716
  className: we(h, L == null ? void 0 : L.className, W == null ? void 0 : W.root, !F.open && F.exited && (W == null ? void 0 : W.hidden))
6717
- }), E = No({
6717
+ }), E = Mo({
6718
6718
  elementType: G,
6719
6719
  externalSlotProps: J,
6720
6720
  additionalProps: m,
6721
6721
  getSlotProps: (Ee) => j(w({}, Ee, {
6722
- onClick: (N) => {
6723
- Y && Y(N), Ee != null && Ee.onClick && Ee.onClick(N);
6722
+ onClick: (M) => {
6723
+ Y && Y(M), Ee != null && Ee.onClick && Ee.onClick(M);
6724
6724
  }
6725
6725
  })),
6726
6726
  className: we(J == null ? void 0 : J.className, m == null ? void 0 : m.className, W == null ? void 0 : W.backdrop),
@@ -6821,7 +6821,7 @@ process.env.NODE_ENV !== "production" && (ha.propTypes = {
6821
6821
  * By default, it uses the body of the top-level document object,
6822
6822
  * so it's simply `document.body` most of the time.
6823
6823
  */
6824
- container: s.oneOfType([Mn, s.func]),
6824
+ container: s.oneOfType([Nn, s.func]),
6825
6825
  /**
6826
6826
  * If `true`, the modal will not automatically shift focus to itself when it opens, and
6827
6827
  * replace it to the last focused element when it closes.
@@ -7687,7 +7687,7 @@ process.env.NODE_ENV !== "production" && (Sa.propTypes = {
7687
7687
  });
7688
7688
  const kf = rt("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsate", "child", "childLeaving", "childPulsate"]), Xe = kf, Af = ["center", "classes", "className"];
7689
7689
  let Jr = (e) => e, bi, Ei, xi, Ti;
7690
- const kn = 550, Mf = 80, Nf = zn(bi || (bi = Jr`
7690
+ const kn = 550, Nf = 80, Mf = zn(bi || (bi = Jr`
7691
7691
  0% {
7692
7692
  transform: scale(0);
7693
7693
  opacity: 0.1;
@@ -7776,7 +7776,7 @@ const kn = 550, Mf = 80, Nf = zn(bi || (bi = Jr`
7776
7776
  animation-iteration-count: infinite;
7777
7777
  animation-delay: 200ms;
7778
7778
  }
7779
- `), Xe.rippleVisible, Nf, kn, ({
7779
+ `), Xe.rippleVisible, Mf, kn, ({
7780
7780
  theme: e
7781
7781
  }) => e.transitions.easing.easeInOut, Xe.ripplePulsate, ({
7782
7782
  theme: e
@@ -7868,7 +7868,7 @@ const kn = 550, Mf = 80, Nf = zn(bi || (bi = Jr`
7868
7868
  });
7869
7869
  }, b.current = setTimeout(() => {
7870
7870
  v.current && (v.current(), v.current = null);
7871
- }, Mf)) : y({
7871
+ }, Nf)) : y({
7872
7872
  pulsate: $,
7873
7873
  rippleX: K,
7874
7874
  rippleY: H,
@@ -8031,7 +8031,7 @@ const Lf = rt("MuiButtonBase", ["root", "disabled", "focusVisible"]), zf = Lf, W
8031
8031
  function L(te, Ut, Yt = m) {
8032
8032
  return Tt((sr) => (Ut && Ut(sr), !Yt && j.current && j.current[te](sr), !0));
8033
8033
  }
8034
- const J = L("start", I), Se = L("stop", y), E = L("stop", R), Ee = L("stop", re), N = L("stop", (te) => {
8034
+ const J = L("start", I), Se = L("stop", y), E = L("stop", R), Ee = L("stop", re), M = L("stop", (te) => {
8035
8035
  F && te.preventDefault(), $ && $(te);
8036
8036
  }), Be = L("start", Y), Ze = L("stop", ee), bt = L("stop", k), ir = L("stop", (te) => {
8037
8037
  X(te), C.current === !1 && W(!1), v && v(te);
@@ -8079,7 +8079,7 @@ const Lf = rt("MuiButtonBase", ["root", "disabled", "focusVisible"]), zf = Lf, W
8079
8079
  onKeyDown: Wt,
8080
8080
  onKeyUp: en,
8081
8081
  onMouseDown: J,
8082
- onMouseLeave: N,
8082
+ onMouseLeave: M,
8083
8083
  onMouseUp: Ee,
8084
8084
  onDragLeave: E,
8085
8085
  onTouchEnd: Ze,
@@ -8895,9 +8895,9 @@ const mp = {
8895
8895
  capitalize: ve,
8896
8896
  createChainedFunction: Tn,
8897
8897
  createSvgIcon: pp,
8898
- debounce: Ni,
8899
- deprecatedPropType: Ms,
8900
- isMuiElement: Ns,
8898
+ debounce: Mi,
8899
+ deprecatedPropType: Ns,
8900
+ isMuiElement: Ms,
8901
8901
  ownerDocument: ft,
8902
8902
  ownerWindow: Ft,
8903
8903
  requirePropFactory: Is,
@@ -9105,7 +9105,7 @@ const Pp = {
9105
9105
  }
9106
9106
  }
9107
9107
  }
9108
- }, Mp = {
9108
+ }, Np = {
9109
9109
  MuiStepper: {
9110
9110
  styleOverrides: {
9111
9111
  root: {
@@ -9170,7 +9170,7 @@ const Pp = {
9170
9170
  })
9171
9171
  }
9172
9172
  }
9173
- }, Np = ["addEndListener", "appear", "children", "container", "direction", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
9173
+ }, Mp = ["addEndListener", "appear", "children", "container", "direction", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
9174
9174
  function Ip(e, t, r) {
9175
9175
  const n = t.getBoundingClientRect(), o = r && r.getBoundingClientRect(), i = Ft(t);
9176
9176
  let a;
@@ -9187,14 +9187,14 @@ function Ip(e, t, r) {
9187
9187
  }
9188
9188
  return e === "left" ? o ? `translateX(${o.right + c - n.left}px)` : `translateX(${i.innerWidth + c - n.left}px)` : e === "right" ? o ? `translateX(-${n.right - o.left - c}px)` : `translateX(-${n.left + n.width - c}px)` : e === "up" ? o ? `translateY(${o.bottom + l - n.top}px)` : `translateY(${i.innerHeight + l - n.top}px)` : o ? `translateY(-${n.top - o.top + n.height - l}px)` : `translateY(-${n.top + n.height - l}px)`;
9189
9189
  }
9190
- function Ma(e) {
9190
+ function Na(e) {
9191
9191
  return typeof e == "function" ? e() : e;
9192
9192
  }
9193
9193
  function dr(e, t, r) {
9194
- const n = Ma(r), o = Ip(e, t, n);
9194
+ const n = Na(r), o = Ip(e, t, n);
9195
9195
  o && (t.style.webkitTransform = o, t.style.transform = o);
9196
9196
  }
9197
- const Na = /* @__PURE__ */ x.forwardRef(function(t, r) {
9197
+ const Ma = /* @__PURE__ */ x.forwardRef(function(t, r) {
9198
9198
  const n = Xr(), o = {
9199
9199
  enter: n.transitions.easing.easeOut,
9200
9200
  exit: n.transitions.easing.sharp
@@ -9219,7 +9219,7 @@ const Na = /* @__PURE__ */ x.forwardRef(function(t, r) {
9219
9219
  timeout: T = i,
9220
9220
  // eslint-disable-next-line react/prop-types
9221
9221
  TransitionComponent: p = la
9222
- } = t, I = Te(t, Np), $ = x.useRef(null), re = pt(l.ref, $, r), ee = (j) => (ue) => {
9222
+ } = t, I = Te(t, Mp), $ = x.useRef(null), re = pt(l.ref, $, r), ee = (j) => (ue) => {
9223
9223
  j && (ue === void 0 ? j($.current) : j($.current, ue));
9224
9224
  }, k = ee((j, ue) => {
9225
9225
  dr(d, j, u), ua(j), b && b(j, ue);
@@ -9251,7 +9251,7 @@ const Na = /* @__PURE__ */ x.forwardRef(function(t, r) {
9251
9251
  return x.useEffect(() => {
9252
9252
  if (h || d === "down" || d === "right")
9253
9253
  return;
9254
- const j = Ni(() => {
9254
+ const j = Mi(() => {
9255
9255
  $.current && dr(d, $.current, u);
9256
9256
  }), ue = Ft($.current);
9257
9257
  return ue.addEventListener("resize", j), () => {
@@ -9280,7 +9280,7 @@ const Na = /* @__PURE__ */ x.forwardRef(function(t, r) {
9280
9280
  }, ue))
9281
9281
  }));
9282
9282
  });
9283
- process.env.NODE_ENV !== "production" && (Na.propTypes = {
9283
+ process.env.NODE_ENV !== "production" && (Ma.propTypes = {
9284
9284
  // ----------------------------- Warning --------------------------------
9285
9285
  // | These PropTypes are generated from the TypeScript type definitions |
9286
9286
  // | To update them edit the d.ts file and run "yarn proptypes" |
@@ -9305,9 +9305,9 @@ process.env.NODE_ENV !== "production" && (Na.propTypes = {
9305
9305
  * An HTML element, or a function that returns one.
9306
9306
  * It's used to set the container the Slide is transitioning from.
9307
9307
  */
9308
- container: Dt(s.oneOfType([Mn, s.func]), (e) => {
9308
+ container: Dt(s.oneOfType([Nn, s.func]), (e) => {
9309
9309
  if (e.open) {
9310
- const t = Ma(e.container);
9310
+ const t = Na(e.container);
9311
9311
  if (t && t.nodeType === 1) {
9312
9312
  const r = t.getBoundingClientRect();
9313
9313
  if (process.env.NODE_ENV !== "test" && r.top === 0 && r.left === 0 && r.right === 0 && r.bottom === 0)
@@ -9382,7 +9382,7 @@ process.env.NODE_ENV !== "production" && (Na.propTypes = {
9382
9382
  exit: s.number
9383
9383
  })])
9384
9384
  });
9385
- const jp = Na, Dp = {
9385
+ const jp = Ma, Dp = {
9386
9386
  MuiSnackbar: {
9387
9387
  defaultProps: {
9388
9388
  anchorOrigin: {
@@ -9485,11 +9485,11 @@ const jp = Na, Dp = {
9485
9485
  cyan1000: "#002329",
9486
9486
  deepPurpleA800: "#500fc4",
9487
9487
  deepPurple1000: "#16073E"
9488
- }, ie = {
9488
+ }, ae = {
9489
9489
  text: {
9490
- primary: Me[900],
9491
- secondary: Me[700],
9492
- disabled: Me[700]
9490
+ primary: Ne[900],
9491
+ secondary: Ne[700],
9492
+ disabled: Ne[700]
9493
9493
  },
9494
9494
  focusVisible: De(ke[700], 0.3),
9495
9495
  blue50: ke[50],
@@ -9507,20 +9507,20 @@ const jp = Na, Dp = {
9507
9507
  blueA400: ke.A400,
9508
9508
  blueA700: ke.A700,
9509
9509
  blue1000: oe.blue1000,
9510
- green50: Ne[50],
9511
- green100: Ne[100],
9512
- green200: Ne[200],
9513
- green300: Ne[300],
9514
- green400: Ne[400],
9515
- green500: Ne[500],
9516
- green600: Ne[600],
9517
- green700: Ne[700],
9518
- green800: Ne[800],
9519
- green900: Ne[900],
9510
+ green50: Me[50],
9511
+ green100: Me[100],
9512
+ green200: Me[200],
9513
+ green300: Me[300],
9514
+ green400: Me[400],
9515
+ green500: Me[500],
9516
+ green600: Me[600],
9517
+ green700: Me[700],
9518
+ green800: Me[800],
9519
+ green900: Me[900],
9520
9520
  green1000: oe.green1000,
9521
- greenA100: Ne.A100,
9522
- greenA200: Ne.A200,
9523
- greenA400: Ne.A400,
9521
+ greenA100: Me.A100,
9522
+ greenA200: Me.A200,
9523
+ greenA400: Me.A400,
9524
9524
  greenA700: oe.greenA700,
9525
9525
  greenA900: oe.greenA900,
9526
9526
  lightBlue50: _e[50],
@@ -9549,16 +9549,16 @@ const jp = Na, Dp = {
9549
9549
  lightGreen800: ot[800],
9550
9550
  lightGreen900: ot[900],
9551
9551
  neutral00: oe.neutral00,
9552
- neutral50: Me[50],
9553
- neutral100: Me[100],
9554
- neutral200: Me[200],
9555
- neutral300: Me[300],
9556
- neutral400: Me[400],
9557
- neutral500: Me[500],
9558
- neutral600: Me[600],
9559
- neutral700: Me[700],
9560
- neutral800: Me[800],
9561
- neutral900: Me[900],
9552
+ neutral50: Ne[50],
9553
+ neutral100: Ne[100],
9554
+ neutral200: Ne[200],
9555
+ neutral300: Ne[300],
9556
+ neutral400: Ne[400],
9557
+ neutral500: Ne[500],
9558
+ neutral600: Ne[600],
9559
+ neutral700: Ne[700],
9560
+ neutral800: Ne[800],
9561
+ neutral900: Ne[900],
9562
9562
  neutralA100: oe.neutralA100,
9563
9563
  neutralA200: oe.neutralA200,
9564
9564
  neutralA400: oe.neutralA400,
@@ -9702,17 +9702,17 @@ const jp = Na, Dp = {
9702
9702
  },
9703
9703
  success: {
9704
9704
  main: oe.greenA900,
9705
- dark: Ne[700],
9705
+ dark: Me[700],
9706
9706
  light: oe.greenA700,
9707
9707
  contrastText: oe.neutral00
9708
9708
  },
9709
9709
  action: {
9710
- active: Me[700],
9711
- hover: De(Me[700], 0.04),
9712
- selected: De(Me[700], 0.08),
9713
- focus: De(Me[700], 0.12),
9714
- disabledBackground: Me[200],
9715
- disabled: Me[700]
9710
+ active: Ne[700],
9711
+ hover: De(Ne[700], 0.04),
9712
+ selected: De(Ne[700], 0.08),
9713
+ focus: De(Ne[700], 0.12),
9714
+ disabledBackground: Ne[200],
9715
+ disabled: Ne[700]
9716
9716
  }
9717
9717
  }, Wp = {
9718
9718
  MuiCard: {
@@ -9793,7 +9793,7 @@ const jp = Na, Dp = {
9793
9793
  ...Ap,
9794
9794
  ...Up,
9795
9795
  ...Dp,
9796
- ...Mp,
9796
+ ...Np,
9797
9797
  ...Fp,
9798
9798
  MuiButtonBase: {
9799
9799
  defaultProps: {
@@ -9823,20 +9823,20 @@ const jp = Na, Dp = {
9823
9823
  minWidth: "unset",
9824
9824
  borderRadius: e.spacing(1),
9825
9825
  "&:active,&.Mui-focusVisible,&:focus,&:focus-visible": {
9826
- outline: `1px solid ${ie.primary.light}`
9826
+ outline: `1px solid ${ae.primary.light}`
9827
9827
  },
9828
9828
  "&.Mui-disabled": {
9829
- backgroundColor: ie.neutral200,
9830
- color: ie.text.disabled
9829
+ backgroundColor: ae.neutral200,
9830
+ color: ae.text.disabled
9831
9831
  }
9832
9832
  }),
9833
9833
  containedPrimary: {
9834
- backgroundColor: ie.primary.main
9834
+ backgroundColor: ae.primary.main
9835
9835
  },
9836
9836
  textPrimary: {
9837
- color: ie.primary.dark,
9837
+ color: ae.primary.dark,
9838
9838
  "&:hover": {
9839
- backgroundColor: ie.primary.hover
9839
+ backgroundColor: ae.primary.hover
9840
9840
  },
9841
9841
  "&:disabled": {
9842
9842
  backgroundColor: "unset"
@@ -9844,40 +9844,40 @@ const jp = Na, Dp = {
9844
9844
  },
9845
9845
  textError: {
9846
9846
  "&:hover": {
9847
- backgroundColor: ie.error.hover
9847
+ backgroundColor: ae.error.hover
9848
9848
  },
9849
9849
  "&:active": {
9850
- backgroundColor: ie.error.hover
9850
+ backgroundColor: ae.error.hover
9851
9851
  },
9852
9852
  "&:disabled": {
9853
9853
  backgroundColor: "unset"
9854
9854
  }
9855
9855
  },
9856
9856
  outlinedInherit: {
9857
- borderColor: De(ie.neutral900, 0.03)
9857
+ borderColor: De(ae.neutral900, 0.03)
9858
9858
  },
9859
9859
  outlinedPrimary: {
9860
- color: ie.primary.dark,
9861
- border: `0.5px solid ${ie.action.disabled}`,
9860
+ color: ae.primary.dark,
9861
+ border: `0.5px solid ${ae.action.disabled}`,
9862
9862
  "&:hover": {
9863
- border: `0.5px solid ${ie.primary.outlinedBorder}`
9863
+ border: `0.5px solid ${ae.primary.outlinedBorder}`
9864
9864
  },
9865
9865
  "&:active": {
9866
- backgroundColor: ie.primary.hover
9866
+ backgroundColor: ae.primary.hover
9867
9867
  },
9868
9868
  "&:disabled": {
9869
9869
  backgroundColor: "unset",
9870
- border: `0.5px solid ${ie.neutral200}`
9870
+ border: `0.5px solid ${ae.neutral200}`
9871
9871
  }
9872
9872
  },
9873
9873
  containedInherit: {
9874
- backgroundColor: ie.neutral100,
9874
+ backgroundColor: ae.neutral100,
9875
9875
  "&:hover": {
9876
- backgroundColor: ie.neutral200
9876
+ backgroundColor: ae.neutral200
9877
9877
  }
9878
9878
  },
9879
9879
  card: {
9880
- backgroundColor: ie.neutral100,
9880
+ backgroundColor: ae.neutral100,
9881
9881
  color: "text.primary",
9882
9882
  textTransform: "capitalize",
9883
9883
  fontSize: "13px",
@@ -9893,25 +9893,25 @@ const jp = Na, Dp = {
9893
9893
  MuiChip: {
9894
9894
  styleOverrides: {
9895
9895
  filledPrimary: {
9896
- backgroundColor: ie.blue50,
9897
- color: ie.blue1000,
9896
+ backgroundColor: ae.blue50,
9897
+ color: ae.blue1000,
9898
9898
  ".MuiChip-deleteIcon": {
9899
- color: ie.blue800,
9899
+ color: ae.blue800,
9900
9900
  "&:hover": {
9901
- color: ie.blue900
9901
+ color: ae.blue900
9902
9902
  },
9903
9903
  "&:active": {
9904
- color: ie.blue900
9904
+ color: ae.blue900
9905
9905
  }
9906
9906
  }
9907
9907
  },
9908
9908
  filledSuccess: {
9909
- backgroundColor: ie.green50,
9910
- color: ie.green1000
9909
+ backgroundColor: ae.green50,
9910
+ color: ae.green1000
9911
9911
  },
9912
9912
  filledError: {
9913
- backgroundColor: ie.red50,
9914
- color: ie.blue1000
9913
+ backgroundColor: ae.red50,
9914
+ color: ae.blue1000
9915
9915
  }
9916
9916
  }
9917
9917
  },
@@ -9920,7 +9920,7 @@ const jp = Na, Dp = {
9920
9920
  root: {
9921
9921
  border: "none",
9922
9922
  ".MuiDataGrid-toolbarContainer .MuiTextField-root": {
9923
- backgroundColor: ie.neutral100,
9923
+ backgroundColor: ae.neutral100,
9924
9924
  padding: "8px",
9925
9925
  borderRadius: "8px"
9926
9926
  },
@@ -9929,12 +9929,12 @@ const jp = Na, Dp = {
9929
9929
  color: "red"
9930
9930
  },
9931
9931
  ".MuiDataGrid-toolbarContainer button": {
9932
- backgroundColor: ie.neutral100,
9933
- color: ie.neutral900,
9932
+ backgroundColor: ae.neutral100,
9933
+ color: ae.neutral900,
9934
9934
  padding: "4px 10px"
9935
9935
  },
9936
9936
  ".MuiDataGrid-toolbarContainer svg": {
9937
- color: ie.neutral700
9937
+ color: ae.neutral700
9938
9938
  },
9939
9939
  ".MuiDataGrid-cell:focus": {
9940
9940
  outline: "none"
@@ -9948,25 +9948,14 @@ const jp = Na, Dp = {
9948
9948
  MuiLink: {
9949
9949
  styleOverrides: {
9950
9950
  root: {
9951
- color: ie.primary.dark,
9951
+ color: ae.primary.dark,
9952
9952
  textDecoration: "none"
9953
9953
  }
9954
9954
  }
9955
9955
  },
9956
9956
  MuiSelect: {
9957
9957
  defaultProps: {
9958
- size: "small"
9959
- },
9960
- styleOverrides: {
9961
- root: {
9962
- backgroundColor: ie.neutral100,
9963
- ".MuiInputBase-root": {
9964
- backgroundColor: ie.neutral100
9965
- },
9966
- ".MuiInputBase-input": {
9967
- backgroundColor: ie.neutral100
9968
- }
9969
- }
9958
+ variant: "filled"
9970
9959
  }
9971
9960
  },
9972
9961
  MuiTabs: {
@@ -10026,7 +10015,6 @@ const jp = Na, Dp = {
10026
10015
  borderRadius: e.spacing(1),
10027
10016
  lineHeight: e.spacing(3),
10028
10017
  letterSpacing: Ci,
10029
- border: "1px solid transparent",
10030
10018
  "&::before": {
10031
10019
  display: "none"
10032
10020
  },
@@ -10034,7 +10022,7 @@ const jp = Na, Dp = {
10034
10022
  backgroundColor: e.palette.neutral200
10035
10023
  },
10036
10024
  "&.Mui-focused": {
10037
- border: `1px solid ${e.palette.primary.main}`,
10025
+ outline: `1px solid ${e.palette.primary.main}`,
10038
10026
  backgroundColor: "transparent"
10039
10027
  },
10040
10028
  "&.Mui-disabled": {
@@ -10042,21 +10030,24 @@ const jp = Na, Dp = {
10042
10030
  color: e.palette.text.disabled
10043
10031
  },
10044
10032
  "&.Mui-error": {
10045
- border: `1px solid ${e.palette.error.main}`,
10033
+ outline: `1px solid ${e.palette.error.main}`,
10046
10034
  backgroundColor: "transparent"
10047
10035
  },
10048
10036
  "&.Mui-readOnly": {
10049
- border: `1px solid ${e.palette.neutral200}`,
10037
+ outline: `1px solid ${e.palette.neutral200}`,
10050
10038
  backgroundColor: "inherit"
10051
10039
  }
10052
10040
  }),
10053
10041
  input: ({ theme: e, ownerState: t }) => ({
10054
- padding: t.size === "small" ? e.spacing(0.5, 1) : e.spacing(1, 1.5)
10042
+ padding: t.size === "small" ? e.spacing(0.5, 1) : e.spacing(1, 1.5),
10043
+ "&:focus": {
10044
+ backgroundColor: "inherit"
10045
+ }
10055
10046
  })
10056
10047
  }
10057
10048
  }
10058
10049
  },
10059
- palette: ie
10050
+ palette: ae
10060
10051
  });
10061
10052
  export {
10062
10053
  Xp as DemoComponent,