@movable/ui 0.2.2 → 0.2.3-alpha.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
@@ -1,7 +1,642 @@
1
- const Pr = {
1
+ import lt from "react";
2
+ import { Typography as Bt } from "@mui/material";
3
+ function Wt(e) {
4
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
5
+ }
6
+ var Er = { exports: {} }, Ye = {};
7
+ /**
8
+ * @license React
9
+ * react-jsx-runtime.production.min.js
10
+ *
11
+ * Copyright (c) Facebook, Inc. and its affiliates.
12
+ *
13
+ * This source code is licensed under the MIT license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */
16
+ var Wr;
17
+ function Ut() {
18
+ if (Wr)
19
+ return Ye;
20
+ Wr = 1;
21
+ var e = lt, r = Symbol.for("react.element"), o = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, i = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, a = { key: !0, ref: !0, __self: !0, __source: !0 };
22
+ function s(f, d, p) {
23
+ var g, b = {}, l = null, T = null;
24
+ p !== void 0 && (l = "" + p), d.key !== void 0 && (l = "" + d.key), d.ref !== void 0 && (T = d.ref);
25
+ for (g in d)
26
+ n.call(d, g) && !a.hasOwnProperty(g) && (b[g] = d[g]);
27
+ if (f && f.defaultProps)
28
+ for (g in d = f.defaultProps, d)
29
+ b[g] === void 0 && (b[g] = d[g]);
30
+ return { $$typeof: r, type: f, key: l, ref: T, props: b, _owner: i.current };
31
+ }
32
+ return Ye.Fragment = o, Ye.jsx = s, Ye.jsxs = s, Ye;
33
+ }
34
+ var Le = {};
35
+ /**
36
+ * @license React
37
+ * react-jsx-runtime.development.js
38
+ *
39
+ * Copyright (c) Facebook, Inc. and its affiliates.
40
+ *
41
+ * This source code is licensed under the MIT license found in the
42
+ * LICENSE file in the root directory of this source tree.
43
+ */
44
+ var Ur;
45
+ function Yt() {
46
+ return Ur || (Ur = 1, process.env.NODE_ENV !== "production" && function() {
47
+ var e = lt, r = Symbol.for("react.element"), o = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), f = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), l = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), x = Symbol.iterator, h = "@@iterator";
48
+ function S(t) {
49
+ if (t === null || typeof t != "object")
50
+ return null;
51
+ var u = x && t[x] || t[h];
52
+ return typeof u == "function" ? u : null;
53
+ }
54
+ var F = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
55
+ function G(t) {
56
+ {
57
+ for (var u = arguments.length, y = new Array(u > 1 ? u - 1 : 0), O = 1; O < u; O++)
58
+ y[O - 1] = arguments[O];
59
+ K("error", t, y);
60
+ }
61
+ }
62
+ function K(t, u, y) {
63
+ {
64
+ var O = F.ReactDebugCurrentFrame, N = O.getStackAddendum();
65
+ N !== "" && (u += "%s", y = y.concat([N]));
66
+ var L = y.map(function(I) {
67
+ return String(I);
68
+ });
69
+ L.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, L);
70
+ }
71
+ }
72
+ var V = !1, v = !1, he = !1, Ne = !1, Be = !1, Ce;
73
+ Ce = Symbol.for("react.module.reference");
74
+ function We(t) {
75
+ return !!(typeof t == "string" || typeof t == "function" || t === n || t === a || Be || t === i || t === p || t === g || Ne || t === T || V || v || he || typeof t == "object" && t !== null && (t.$$typeof === l || t.$$typeof === b || t.$$typeof === s || t.$$typeof === f || t.$$typeof === d || // This needs to include all possible module reference object
76
+ // types supported by any Flight configuration anywhere since
77
+ // we don't know which Flight build this will end up being used
78
+ // with.
79
+ t.$$typeof === Ce || t.getModuleId !== void 0));
80
+ }
81
+ function we(t, u, y) {
82
+ var O = t.displayName;
83
+ if (O)
84
+ return O;
85
+ var N = u.displayName || u.name || "";
86
+ return N !== "" ? y + "(" + N + ")" : y;
87
+ }
88
+ function Se(t) {
89
+ return t.displayName || "Context";
90
+ }
91
+ function ae(t) {
92
+ if (t == null)
93
+ return null;
94
+ if (typeof t.tag == "number" && G("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
95
+ return t.displayName || t.name || null;
96
+ if (typeof t == "string")
97
+ return t;
98
+ switch (t) {
99
+ case n:
100
+ return "Fragment";
101
+ case o:
102
+ return "Portal";
103
+ case a:
104
+ return "Profiler";
105
+ case i:
106
+ return "StrictMode";
107
+ case p:
108
+ return "Suspense";
109
+ case g:
110
+ return "SuspenseList";
111
+ }
112
+ if (typeof t == "object")
113
+ switch (t.$$typeof) {
114
+ case f:
115
+ var u = t;
116
+ return Se(u) + ".Consumer";
117
+ case s:
118
+ var y = t;
119
+ return Se(y._context) + ".Provider";
120
+ case d:
121
+ return we(t, t.render, "ForwardRef");
122
+ case b:
123
+ var O = t.displayName || null;
124
+ return O !== null ? O : ae(t.type) || "Memo";
125
+ case l: {
126
+ var N = t, L = N._payload, I = N._init;
127
+ try {
128
+ return ae(I(L));
129
+ } catch {
130
+ return null;
131
+ }
132
+ }
133
+ }
134
+ return null;
135
+ }
136
+ var ie = Object.assign, be = 0, se, fe, Oe, Pe, c, E, P;
137
+ function w() {
138
+ }
139
+ w.__reactDisabledLog = !0;
140
+ function _() {
141
+ {
142
+ if (be === 0) {
143
+ se = console.log, fe = console.info, Oe = console.warn, Pe = console.error, c = console.group, E = console.groupCollapsed, P = console.groupEnd;
144
+ var t = {
145
+ configurable: !0,
146
+ enumerable: !0,
147
+ value: w,
148
+ writable: !0
149
+ };
150
+ Object.defineProperties(console, {
151
+ info: t,
152
+ log: t,
153
+ warn: t,
154
+ error: t,
155
+ group: t,
156
+ groupCollapsed: t,
157
+ groupEnd: t
158
+ });
159
+ }
160
+ be++;
161
+ }
162
+ }
163
+ function j() {
164
+ {
165
+ if (be--, be === 0) {
166
+ var t = {
167
+ configurable: !0,
168
+ enumerable: !0,
169
+ writable: !0
170
+ };
171
+ Object.defineProperties(console, {
172
+ log: ie({}, t, {
173
+ value: se
174
+ }),
175
+ info: ie({}, t, {
176
+ value: fe
177
+ }),
178
+ warn: ie({}, t, {
179
+ value: Oe
180
+ }),
181
+ error: ie({}, t, {
182
+ value: Pe
183
+ }),
184
+ group: ie({}, t, {
185
+ value: c
186
+ }),
187
+ groupCollapsed: ie({}, t, {
188
+ value: E
189
+ }),
190
+ groupEnd: ie({}, t, {
191
+ value: P
192
+ })
193
+ });
194
+ }
195
+ be < 0 && G("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
196
+ }
197
+ }
198
+ var R = F.ReactCurrentDispatcher, C;
199
+ function A(t, u, y) {
200
+ {
201
+ if (C === void 0)
202
+ try {
203
+ throw Error();
204
+ } catch (N) {
205
+ var O = N.stack.trim().match(/\n( *(at )?)/);
206
+ C = O && O[1] || "";
207
+ }
208
+ return `
209
+ ` + C + t;
210
+ }
211
+ }
212
+ var M = !1, $;
213
+ {
214
+ var ne = typeof WeakMap == "function" ? WeakMap : Map;
215
+ $ = new ne();
216
+ }
217
+ function m(t, u) {
218
+ if (!t || M)
219
+ return "";
220
+ {
221
+ var y = $.get(t);
222
+ if (y !== void 0)
223
+ return y;
224
+ }
225
+ var O;
226
+ M = !0;
227
+ var N = Error.prepareStackTrace;
228
+ Error.prepareStackTrace = void 0;
229
+ var L;
230
+ L = R.current, R.current = null, _();
231
+ try {
232
+ if (u) {
233
+ var I = function() {
234
+ throw Error();
235
+ };
236
+ if (Object.defineProperty(I.prototype, "props", {
237
+ set: function() {
238
+ throw Error();
239
+ }
240
+ }), typeof Reflect == "object" && Reflect.construct) {
241
+ try {
242
+ Reflect.construct(I, []);
243
+ } catch (ve) {
244
+ O = ve;
245
+ }
246
+ Reflect.construct(t, [], I);
247
+ } else {
248
+ try {
249
+ I.call();
250
+ } catch (ve) {
251
+ O = ve;
252
+ }
253
+ t.call(I.prototype);
254
+ }
255
+ } else {
256
+ try {
257
+ throw Error();
258
+ } catch (ve) {
259
+ O = ve;
260
+ }
261
+ t();
262
+ }
263
+ } catch (ve) {
264
+ if (ve && O && typeof ve.stack == "string") {
265
+ for (var k = ve.stack.split(`
266
+ `), oe = O.stack.split(`
267
+ `), J = k.length - 1, Z = oe.length - 1; J >= 1 && Z >= 0 && k[J] !== oe[Z]; )
268
+ Z--;
269
+ for (; J >= 1 && Z >= 0; J--, Z--)
270
+ if (k[J] !== oe[Z]) {
271
+ if (J !== 1 || Z !== 1)
272
+ do
273
+ if (J--, Z--, Z < 0 || k[J] !== oe[Z]) {
274
+ var le = `
275
+ ` + k[J].replace(" at new ", " at ");
276
+ return t.displayName && le.includes("<anonymous>") && (le = le.replace("<anonymous>", t.displayName)), typeof t == "function" && $.set(t, le), le;
277
+ }
278
+ while (J >= 1 && Z >= 0);
279
+ break;
280
+ }
281
+ }
282
+ } finally {
283
+ M = !1, R.current = L, j(), Error.prepareStackTrace = N;
284
+ }
285
+ var ke = t ? t.displayName || t.name : "", Br = ke ? A(ke) : "";
286
+ return typeof t == "function" && $.set(t, Br), Br;
287
+ }
288
+ function ce(t, u, y) {
289
+ return m(t, !1);
290
+ }
291
+ function Ae(t) {
292
+ var u = t.prototype;
293
+ return !!(u && u.isReactComponent);
294
+ }
295
+ function _e(t, u, y) {
296
+ if (t == null)
297
+ return "";
298
+ if (typeof t == "function")
299
+ return m(t, Ae(t));
300
+ if (typeof t == "string")
301
+ return A(t);
302
+ switch (t) {
303
+ case p:
304
+ return A("Suspense");
305
+ case g:
306
+ return A("SuspenseList");
307
+ }
308
+ if (typeof t == "object")
309
+ switch (t.$$typeof) {
310
+ case d:
311
+ return ce(t.render);
312
+ case b:
313
+ return _e(t.type, u, y);
314
+ case l: {
315
+ var O = t, N = O._payload, L = O._init;
316
+ try {
317
+ return _e(L(N), u, y);
318
+ } catch {
319
+ }
320
+ }
321
+ }
322
+ return "";
323
+ }
324
+ var He = Object.prototype.hasOwnProperty, wr = {}, Sr = F.ReactDebugCurrentFrame;
325
+ function Je(t) {
326
+ if (t) {
327
+ var u = t._owner, y = _e(t.type, t._source, u ? u.type : null);
328
+ Sr.setExtraStackFrame(y);
329
+ } else
330
+ Sr.setExtraStackFrame(null);
331
+ }
332
+ function vt(t, u, y, O, N) {
333
+ {
334
+ var L = Function.call.bind(He);
335
+ for (var I in t)
336
+ if (L(t, I)) {
337
+ var k = void 0;
338
+ try {
339
+ if (typeof t[I] != "function") {
340
+ var oe = Error((O || "React class") + ": " + y + " type `" + I + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[I] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
341
+ throw oe.name = "Invariant Violation", oe;
342
+ }
343
+ k = t[I](u, I, O, y, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
344
+ } catch (J) {
345
+ k = J;
346
+ }
347
+ k && !(k instanceof Error) && (Je(N), G("%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).", O || "React class", y, I, typeof k), Je(null)), k instanceof Error && !(k.message in wr) && (wr[k.message] = !0, Je(N), G("Failed %s type: %s", y, k.message), Je(null));
348
+ }
349
+ }
350
+ }
351
+ var Et = Array.isArray;
352
+ function ur(t) {
353
+ return Et(t);
354
+ }
355
+ function Tt(t) {
356
+ {
357
+ var u = typeof Symbol == "function" && Symbol.toStringTag, y = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
358
+ return y;
359
+ }
360
+ }
361
+ function xt(t) {
362
+ try {
363
+ return Pr(t), !1;
364
+ } catch {
365
+ return !0;
366
+ }
367
+ }
368
+ function Pr(t) {
369
+ return "" + t;
370
+ }
371
+ function Ar(t) {
372
+ if (xt(t))
373
+ return G("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Tt(t)), Pr(t);
374
+ }
375
+ var Ue = F.ReactCurrentOwner, Ot = {
376
+ key: !0,
377
+ ref: !0,
378
+ __self: !0,
379
+ __source: !0
380
+ }, $r, kr, cr;
381
+ cr = {};
382
+ function _t(t) {
383
+ if (He.call(t, "ref")) {
384
+ var u = Object.getOwnPropertyDescriptor(t, "ref").get;
385
+ if (u && u.isReactWarning)
386
+ return !1;
387
+ }
388
+ return t.ref !== void 0;
389
+ }
390
+ function Rt(t) {
391
+ if (He.call(t, "key")) {
392
+ var u = Object.getOwnPropertyDescriptor(t, "key").get;
393
+ if (u && u.isReactWarning)
394
+ return !1;
395
+ }
396
+ return t.key !== void 0;
397
+ }
398
+ function Ct(t, u) {
399
+ if (typeof t.ref == "string" && Ue.current && u && Ue.current.stateNode !== u) {
400
+ var y = ae(Ue.current.type);
401
+ cr[y] || (G('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', ae(Ue.current.type), t.ref), cr[y] = !0);
402
+ }
403
+ }
404
+ function wt(t, u) {
405
+ {
406
+ var y = function() {
407
+ $r || ($r = !0, G("%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)", u));
408
+ };
409
+ y.isReactWarning = !0, Object.defineProperty(t, "key", {
410
+ get: y,
411
+ configurable: !0
412
+ });
413
+ }
414
+ }
415
+ function St(t, u) {
416
+ {
417
+ var y = function() {
418
+ kr || (kr = !0, G("%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)", u));
419
+ };
420
+ y.isReactWarning = !0, Object.defineProperty(t, "ref", {
421
+ get: y,
422
+ configurable: !0
423
+ });
424
+ }
425
+ }
426
+ var Pt = function(t, u, y, O, N, L, I) {
427
+ var k = {
428
+ // This tag allows us to uniquely identify this as a React Element
429
+ $$typeof: r,
430
+ // Built-in properties that belong on the element
431
+ type: t,
432
+ key: u,
433
+ ref: y,
434
+ props: I,
435
+ // Record the component responsible for creating this element.
436
+ _owner: L
437
+ };
438
+ return k._store = {}, Object.defineProperty(k._store, "validated", {
439
+ configurable: !1,
440
+ enumerable: !1,
441
+ writable: !0,
442
+ value: !1
443
+ }), Object.defineProperty(k, "_self", {
444
+ configurable: !1,
445
+ enumerable: !1,
446
+ writable: !1,
447
+ value: O
448
+ }), Object.defineProperty(k, "_source", {
449
+ configurable: !1,
450
+ enumerable: !1,
451
+ writable: !1,
452
+ value: N
453
+ }), Object.freeze && (Object.freeze(k.props), Object.freeze(k)), k;
454
+ };
455
+ function At(t, u, y, O, N) {
456
+ {
457
+ var L, I = {}, k = null, oe = null;
458
+ y !== void 0 && (Ar(y), k = "" + y), Rt(u) && (Ar(u.key), k = "" + u.key), _t(u) && (oe = u.ref, Ct(u, N));
459
+ for (L in u)
460
+ He.call(u, L) && !Ot.hasOwnProperty(L) && (I[L] = u[L]);
461
+ if (t && t.defaultProps) {
462
+ var J = t.defaultProps;
463
+ for (L in J)
464
+ I[L] === void 0 && (I[L] = J[L]);
465
+ }
466
+ if (k || oe) {
467
+ var Z = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
468
+ k && wt(I, Z), oe && St(I, Z);
469
+ }
470
+ return Pt(t, k, oe, N, O, Ue.current, I);
471
+ }
472
+ }
473
+ var lr = F.ReactCurrentOwner, jr = F.ReactDebugCurrentFrame;
474
+ function $e(t) {
475
+ if (t) {
476
+ var u = t._owner, y = _e(t.type, t._source, u ? u.type : null);
477
+ jr.setExtraStackFrame(y);
478
+ } else
479
+ jr.setExtraStackFrame(null);
480
+ }
481
+ var fr;
482
+ fr = !1;
483
+ function dr(t) {
484
+ return typeof t == "object" && t !== null && t.$$typeof === r;
485
+ }
486
+ function Ir() {
487
+ {
488
+ if (lr.current) {
489
+ var t = ae(lr.current.type);
490
+ if (t)
491
+ return `
492
+
493
+ Check the render method of \`` + t + "`.";
494
+ }
495
+ return "";
496
+ }
497
+ }
498
+ function $t(t) {
499
+ {
500
+ if (t !== void 0) {
501
+ var u = t.fileName.replace(/^.*[\\\/]/, ""), y = t.lineNumber;
502
+ return `
503
+
504
+ Check your code at ` + u + ":" + y + ".";
505
+ }
506
+ return "";
507
+ }
508
+ }
509
+ var Mr = {};
510
+ function kt(t) {
511
+ {
512
+ var u = Ir();
513
+ if (!u) {
514
+ var y = typeof t == "string" ? t : t.displayName || t.name;
515
+ y && (u = `
516
+
517
+ Check the top-level render call using <` + y + ">.");
518
+ }
519
+ return u;
520
+ }
521
+ }
522
+ function Dr(t, u) {
523
+ {
524
+ if (!t._store || t._store.validated || t.key != null)
525
+ return;
526
+ t._store.validated = !0;
527
+ var y = kt(u);
528
+ if (Mr[y])
529
+ return;
530
+ Mr[y] = !0;
531
+ var O = "";
532
+ t && t._owner && t._owner !== lr.current && (O = " It was passed a child from " + ae(t._owner.type) + "."), $e(t), G('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', y, O), $e(null);
533
+ }
534
+ }
535
+ function Fr(t, u) {
536
+ {
537
+ if (typeof t != "object")
538
+ return;
539
+ if (ur(t))
540
+ for (var y = 0; y < t.length; y++) {
541
+ var O = t[y];
542
+ dr(O) && Dr(O, u);
543
+ }
544
+ else if (dr(t))
545
+ t._store && (t._store.validated = !0);
546
+ else if (t) {
547
+ var N = S(t);
548
+ if (typeof N == "function" && N !== t.entries)
549
+ for (var L = N.call(t), I; !(I = L.next()).done; )
550
+ dr(I.value) && Dr(I.value, u);
551
+ }
552
+ }
553
+ }
554
+ function jt(t) {
555
+ {
556
+ var u = t.type;
557
+ if (u == null || typeof u == "string")
558
+ return;
559
+ var y;
560
+ if (typeof u == "function")
561
+ y = u.propTypes;
562
+ else if (typeof u == "object" && (u.$$typeof === d || // Note: Memo only checks outer props here.
563
+ // Inner props are checked in the reconciler.
564
+ u.$$typeof === b))
565
+ y = u.propTypes;
566
+ else
567
+ return;
568
+ if (y) {
569
+ var O = ae(u);
570
+ vt(y, t.props, "prop", O, t);
571
+ } else if (u.PropTypes !== void 0 && !fr) {
572
+ fr = !0;
573
+ var N = ae(u);
574
+ G("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", N || "Unknown");
575
+ }
576
+ typeof u.getDefaultProps == "function" && !u.getDefaultProps.isReactClassApproved && G("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
577
+ }
578
+ }
579
+ function It(t) {
580
+ {
581
+ for (var u = Object.keys(t.props), y = 0; y < u.length; y++) {
582
+ var O = u[y];
583
+ if (O !== "children" && O !== "key") {
584
+ $e(t), G("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", O), $e(null);
585
+ break;
586
+ }
587
+ }
588
+ t.ref !== null && ($e(t), G("Invalid attribute `ref` supplied to `React.Fragment`."), $e(null));
589
+ }
590
+ }
591
+ function Nr(t, u, y, O, N, L) {
592
+ {
593
+ var I = We(t);
594
+ if (!I) {
595
+ var k = "";
596
+ (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (k += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
597
+ var oe = $t(N);
598
+ oe ? k += oe : k += Ir();
599
+ var J;
600
+ t === null ? J = "null" : ur(t) ? J = "array" : t !== void 0 && t.$$typeof === r ? (J = "<" + (ae(t.type) || "Unknown") + " />", k = " Did you accidentally export a JSX literal instead of a component?") : J = typeof t, G("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", J, k);
601
+ }
602
+ var Z = At(t, u, y, N, L);
603
+ if (Z == null)
604
+ return Z;
605
+ if (I) {
606
+ var le = u.children;
607
+ if (le !== void 0)
608
+ if (O)
609
+ if (ur(le)) {
610
+ for (var ke = 0; ke < le.length; ke++)
611
+ Fr(le[ke], t);
612
+ Object.freeze && Object.freeze(le);
613
+ } else
614
+ G("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
615
+ else
616
+ Fr(le, t);
617
+ }
618
+ return t === n ? It(Z) : jt(Z), Z;
619
+ }
620
+ }
621
+ function Mt(t, u, y) {
622
+ return Nr(t, u, y, !0);
623
+ }
624
+ function Dt(t, u, y) {
625
+ return Nr(t, u, y, !1);
626
+ }
627
+ var Ft = Dt, Nt = Mt;
628
+ Le.Fragment = n, Le.jsx = Ft, Le.jsxs = Nt;
629
+ }()), Le;
630
+ }
631
+ process.env.NODE_ENV === "production" ? Er.exports = Ut() : Er.exports = Yt();
632
+ var Yr = Er.exports;
633
+ function zo({ stringToDisplay: e }) {
634
+ return Yr.jsxs(Bt, { children: ["stringToDisplay prop is:", " ", Yr.jsx("span", { "data-test-string-to-display": !0, children: e })] });
635
+ }
636
+ const Lt = {
2
637
  black: "#000",
3
638
  white: "#fff"
4
- }, me = Pr, _r = {
639
+ }, Ke = Lt, Gt = {
5
640
  50: "#ffebee",
6
641
  100: "#ffcdd2",
7
642
  200: "#ef9a9a",
@@ -16,7 +651,7 @@ const Pr = {
16
651
  A200: "#ff5252",
17
652
  A400: "#ff1744",
18
653
  A700: "#d50000"
19
- }, ee = _r, Rr = {
654
+ }, ye = Gt, zt = {
20
655
  50: "#f3e5f5",
21
656
  100: "#e1bee7",
22
657
  200: "#ce93d8",
@@ -31,7 +666,7 @@ const Pr = {
31
666
  A200: "#e040fb",
32
667
  A400: "#d500f9",
33
668
  A700: "#aa00ff"
34
- }, z = Rr, kr = {
669
+ }, ee = zt, Kt = {
35
670
  50: "#e8eaf6",
36
671
  100: "#c5cae9",
37
672
  200: "#9fa8da",
@@ -46,7 +681,7 @@ const Pr = {
46
681
  A200: "#536dfe",
47
682
  A400: "#3d5afe",
48
683
  A700: "#304ffe"
49
- }, X = kr, Ir = {
684
+ }, de = Kt, Vt = {
50
685
  50: "#e3f2fd",
51
686
  100: "#bbdefb",
52
687
  200: "#90caf9",
@@ -61,7 +696,7 @@ const Pr = {
61
696
  A200: "#448aff",
62
697
  A400: "#2979ff",
63
698
  A700: "#2962ff"
64
- }, _ = Ir, Mr = {
699
+ }, B = Vt, qt = {
65
700
  50: "#e1f5fe",
66
701
  100: "#b3e5fc",
67
702
  200: "#81d4fa",
@@ -76,7 +711,7 @@ const Pr = {
76
711
  A200: "#40c4ff",
77
712
  A400: "#00b0ff",
78
713
  A700: "#0091ea"
79
- }, L = Mr, jr = {
714
+ }, te = qt, Ht = {
80
715
  50: "#e8f5e9",
81
716
  100: "#c8e6c9",
82
717
  200: "#a5d6a7",
@@ -91,7 +726,7 @@ const Pr = {
91
726
  A200: "#69f0ae",
92
727
  A400: "#00e676",
93
728
  A700: "#00c853"
94
- }, U = jr, Nr = {
729
+ }, X = Ht, Jt = {
95
730
  50: "#f1f8e9",
96
731
  100: "#dcedc8",
97
732
  200: "#c5e1a5",
@@ -106,7 +741,7 @@ const Pr = {
106
741
  A200: "#b2ff59",
107
742
  A400: "#76ff03",
108
743
  A700: "#64dd17"
109
- }, Z = Nr, Br = {
744
+ }, pe = Jt, Xt = {
110
745
  50: "#fffde7",
111
746
  100: "#fff9c4",
112
747
  200: "#fff59d",
@@ -121,7 +756,7 @@ const Pr = {
121
756
  A200: "#ffff00",
122
757
  A400: "#ffea00",
123
758
  A700: "#ffd600"
124
- }, Q = Br, Dr = {
759
+ }, ge = Xt, Zt = {
125
760
  50: "#fff3e0",
126
761
  100: "#ffe0b2",
127
762
  200: "#ffcc80",
@@ -136,7 +771,7 @@ const Pr = {
136
771
  A200: "#ffab40",
137
772
  A400: "#ff9100",
138
773
  A700: "#ff6d00"
139
- }, G = Dr, Fr = {
774
+ }, Q = Zt, Qt = {
140
775
  50: "#fafafa",
141
776
  100: "#f5f5f5",
142
777
  200: "#eeeeee",
@@ -151,40 +786,37 @@ const Pr = {
151
786
  A200: "#eeeeee",
152
787
  A400: "#bdbdbd",
153
788
  A700: "#616161"
154
- }, C = Fr;
155
- function K() {
156
- return K = Object.assign ? Object.assign.bind() : function(e) {
789
+ }, D = Qt;
790
+ function re() {
791
+ return re = Object.assign ? Object.assign.bind() : function(e) {
157
792
  for (var r = 1; r < arguments.length; r++) {
158
- var n = arguments[r];
159
- for (var t in n)
160
- Object.prototype.hasOwnProperty.call(n, t) && (e[t] = n[t]);
793
+ var o = arguments[r];
794
+ for (var n in o)
795
+ Object.prototype.hasOwnProperty.call(o, n) && (e[n] = o[n]);
161
796
  }
162
797
  return e;
163
- }, K.apply(this, arguments);
798
+ }, re.apply(this, arguments);
164
799
  }
165
- function fe(e) {
800
+ function Ie(e) {
166
801
  return e !== null && typeof e == "object" && e.constructor === Object;
167
802
  }
168
- function Tr(e) {
169
- if (!fe(e))
803
+ function ft(e) {
804
+ if (!Ie(e))
170
805
  return e;
171
806
  const r = {};
172
- return Object.keys(e).forEach((n) => {
173
- r[n] = Tr(e[n]);
807
+ return Object.keys(e).forEach((o) => {
808
+ r[o] = ft(e[o]);
174
809
  }), r;
175
810
  }
176
- function te(e, r, n = {
811
+ function Ee(e, r, o = {
177
812
  clone: !0
178
813
  }) {
179
- const t = n.clone ? K({}, e) : e;
180
- return fe(e) && fe(r) && Object.keys(r).forEach((o) => {
181
- o !== "__proto__" && (fe(r[o]) && o in e && fe(e[o]) ? t[o] = te(e[o], r[o], n) : n.clone ? t[o] = fe(r[o]) ? Tr(r[o]) : r[o] : t[o] = r[o]);
182
- }), t;
814
+ const n = o.clone ? re({}, e) : e;
815
+ return Ie(e) && Ie(r) && Object.keys(r).forEach((i) => {
816
+ i !== "__proto__" && (Ie(r[i]) && i in e && Ie(e[i]) ? n[i] = Ee(e[i], r[i], o) : o.clone ? n[i] = Ie(r[i]) ? ft(r[i]) : r[i] : n[i] = r[i]);
817
+ }), n;
183
818
  }
184
- function Ur(e) {
185
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
186
- }
187
- var Ve = { exports: {} }, Oe = { exports: {} }, R = {};
819
+ var Tr = { exports: {} }, Xe = { exports: {} }, W = {};
188
820
  /** @license React v16.13.1
189
821
  * react-is.production.min.js
190
822
  *
@@ -193,74 +825,74 @@ var Ve = { exports: {} }, Oe = { exports: {} }, R = {};
193
825
  * This source code is licensed under the MIT license found in the
194
826
  * LICENSE file in the root directory of this source tree.
195
827
  */
196
- var rr;
197
- function Wr() {
198
- if (rr)
199
- return R;
200
- rr = 1;
201
- var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, t = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, g = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, u = e ? Symbol.for("react.suspense_list") : 60120, b = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, l = e ? Symbol.for("react.block") : 60121, O = e ? Symbol.for("react.fundamental") : 60117, j = e ? Symbol.for("react.responder") : 60118, V = e ? Symbol.for("react.scope") : 60119;
202
- function F(p) {
203
- if (typeof p == "object" && p !== null) {
204
- var ie = p.$$typeof;
205
- switch (ie) {
828
+ var Lr;
829
+ function en() {
830
+ if (Lr)
831
+ return W;
832
+ Lr = 1;
833
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, f = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, b = e ? Symbol.for("react.suspense") : 60113, l = e ? Symbol.for("react.suspense_list") : 60120, T = e ? Symbol.for("react.memo") : 60115, x = e ? Symbol.for("react.lazy") : 60116, h = e ? Symbol.for("react.block") : 60121, S = e ? Symbol.for("react.fundamental") : 60117, F = e ? Symbol.for("react.responder") : 60118, G = e ? Symbol.for("react.scope") : 60119;
834
+ function K(v) {
835
+ if (typeof v == "object" && v !== null) {
836
+ var he = v.$$typeof;
837
+ switch (he) {
206
838
  case r:
207
- switch (p = p.type, p) {
208
- case g:
209
- case f:
210
- case t:
839
+ switch (v = v.type, v) {
840
+ case d:
841
+ case p:
842
+ case n:
843
+ case a:
211
844
  case i:
212
- case o:
213
- case h:
214
- return p;
845
+ case b:
846
+ return v;
215
847
  default:
216
- switch (p = p && p.$$typeof, p) {
217
- case c:
218
- case m:
219
- case v:
220
- case b:
221
- case a:
222
- return p;
848
+ switch (v = v && v.$$typeof, v) {
849
+ case f:
850
+ case g:
851
+ case x:
852
+ case T:
853
+ case s:
854
+ return v;
223
855
  default:
224
- return ie;
856
+ return he;
225
857
  }
226
858
  }
227
- case n:
228
- return ie;
859
+ case o:
860
+ return he;
229
861
  }
230
862
  }
231
863
  }
232
- function W(p) {
233
- return F(p) === f;
864
+ function V(v) {
865
+ return K(v) === p;
234
866
  }
235
- return R.AsyncMode = g, R.ConcurrentMode = f, R.ContextConsumer = c, R.ContextProvider = a, R.Element = r, R.ForwardRef = m, R.Fragment = t, R.Lazy = v, R.Memo = b, R.Portal = n, R.Profiler = i, R.StrictMode = o, R.Suspense = h, R.isAsyncMode = function(p) {
236
- return W(p) || F(p) === g;
237
- }, R.isConcurrentMode = W, R.isContextConsumer = function(p) {
238
- return F(p) === c;
239
- }, R.isContextProvider = function(p) {
240
- return F(p) === a;
241
- }, R.isElement = function(p) {
242
- return typeof p == "object" && p !== null && p.$$typeof === r;
243
- }, R.isForwardRef = function(p) {
244
- return F(p) === m;
245
- }, R.isFragment = function(p) {
246
- return F(p) === t;
247
- }, R.isLazy = function(p) {
248
- return F(p) === v;
249
- }, R.isMemo = function(p) {
250
- return F(p) === b;
251
- }, R.isPortal = function(p) {
252
- return F(p) === n;
253
- }, R.isProfiler = function(p) {
254
- return F(p) === i;
255
- }, R.isStrictMode = function(p) {
256
- return F(p) === o;
257
- }, R.isSuspense = function(p) {
258
- return F(p) === h;
259
- }, R.isValidElementType = function(p) {
260
- return typeof p == "string" || typeof p == "function" || p === t || p === f || p === i || p === o || p === h || p === u || typeof p == "object" && p !== null && (p.$$typeof === v || p.$$typeof === b || p.$$typeof === a || p.$$typeof === c || p.$$typeof === m || p.$$typeof === O || p.$$typeof === j || p.$$typeof === V || p.$$typeof === l);
261
- }, R.typeOf = F, R;
262
- }
263
- var k = {};
867
+ return W.AsyncMode = d, W.ConcurrentMode = p, W.ContextConsumer = f, W.ContextProvider = s, W.Element = r, W.ForwardRef = g, W.Fragment = n, W.Lazy = x, W.Memo = T, W.Portal = o, W.Profiler = a, W.StrictMode = i, W.Suspense = b, W.isAsyncMode = function(v) {
868
+ return V(v) || K(v) === d;
869
+ }, W.isConcurrentMode = V, W.isContextConsumer = function(v) {
870
+ return K(v) === f;
871
+ }, W.isContextProvider = function(v) {
872
+ return K(v) === s;
873
+ }, W.isElement = function(v) {
874
+ return typeof v == "object" && v !== null && v.$$typeof === r;
875
+ }, W.isForwardRef = function(v) {
876
+ return K(v) === g;
877
+ }, W.isFragment = function(v) {
878
+ return K(v) === n;
879
+ }, W.isLazy = function(v) {
880
+ return K(v) === x;
881
+ }, W.isMemo = function(v) {
882
+ return K(v) === T;
883
+ }, W.isPortal = function(v) {
884
+ return K(v) === o;
885
+ }, W.isProfiler = function(v) {
886
+ return K(v) === a;
887
+ }, W.isStrictMode = function(v) {
888
+ return K(v) === i;
889
+ }, W.isSuspense = function(v) {
890
+ return K(v) === b;
891
+ }, W.isValidElementType = function(v) {
892
+ return typeof v == "string" || typeof v == "function" || v === n || v === p || v === a || v === i || v === b || v === l || typeof v == "object" && v !== null && (v.$$typeof === x || v.$$typeof === T || v.$$typeof === s || v.$$typeof === f || v.$$typeof === g || v.$$typeof === S || v.$$typeof === F || v.$$typeof === G || v.$$typeof === h);
893
+ }, W.typeOf = K, W;
894
+ }
895
+ var U = {};
264
896
  /** @license React v16.13.1
265
897
  * react-is.development.js
266
898
  *
@@ -269,481 +901,481 @@ var k = {};
269
901
  * This source code is licensed under the MIT license found in the
270
902
  * LICENSE file in the root directory of this source tree.
271
903
  */
272
- var tr;
273
- function Gr() {
274
- return tr || (tr = 1, process.env.NODE_ENV !== "production" && function() {
275
- var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, t = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, g = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, u = e ? Symbol.for("react.suspense_list") : 60120, b = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, l = e ? Symbol.for("react.block") : 60121, O = e ? Symbol.for("react.fundamental") : 60117, j = e ? Symbol.for("react.responder") : 60118, V = e ? Symbol.for("react.scope") : 60119;
276
- function F(d) {
277
- return typeof d == "string" || typeof d == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
278
- d === t || d === f || d === i || d === o || d === h || d === u || typeof d == "object" && d !== null && (d.$$typeof === v || d.$$typeof === b || d.$$typeof === a || d.$$typeof === c || d.$$typeof === m || d.$$typeof === O || d.$$typeof === j || d.$$typeof === V || d.$$typeof === l);
279
- }
280
- function W(d) {
281
- if (typeof d == "object" && d !== null) {
282
- var J = d.$$typeof;
283
- switch (J) {
904
+ var Gr;
905
+ function rn() {
906
+ return Gr || (Gr = 1, process.env.NODE_ENV !== "production" && function() {
907
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, f = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, b = e ? Symbol.for("react.suspense") : 60113, l = e ? Symbol.for("react.suspense_list") : 60120, T = e ? Symbol.for("react.memo") : 60115, x = e ? Symbol.for("react.lazy") : 60116, h = e ? Symbol.for("react.block") : 60121, S = e ? Symbol.for("react.fundamental") : 60117, F = e ? Symbol.for("react.responder") : 60118, G = e ? Symbol.for("react.scope") : 60119;
908
+ function K(m) {
909
+ return typeof m == "string" || typeof m == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
910
+ m === n || m === p || m === a || m === i || m === b || m === l || typeof m == "object" && m !== null && (m.$$typeof === x || m.$$typeof === T || m.$$typeof === s || m.$$typeof === f || m.$$typeof === g || m.$$typeof === S || m.$$typeof === F || m.$$typeof === G || m.$$typeof === h);
911
+ }
912
+ function V(m) {
913
+ if (typeof m == "object" && m !== null) {
914
+ var ce = m.$$typeof;
915
+ switch (ce) {
284
916
  case r:
285
- var Te = d.type;
286
- switch (Te) {
287
- case g:
288
- case f:
289
- case t:
917
+ var Ae = m.type;
918
+ switch (Ae) {
919
+ case d:
920
+ case p:
921
+ case n:
922
+ case a:
290
923
  case i:
291
- case o:
292
- case h:
293
- return Te;
924
+ case b:
925
+ return Ae;
294
926
  default:
295
- var er = Te && Te.$$typeof;
296
- switch (er) {
297
- case c:
298
- case m:
299
- case v:
300
- case b:
301
- case a:
302
- return er;
927
+ var _e = Ae && Ae.$$typeof;
928
+ switch (_e) {
929
+ case f:
930
+ case g:
931
+ case x:
932
+ case T:
933
+ case s:
934
+ return _e;
303
935
  default:
304
- return J;
936
+ return ce;
305
937
  }
306
938
  }
307
- case n:
308
- return J;
939
+ case o:
940
+ return ce;
309
941
  }
310
942
  }
311
943
  }
312
- var p = g, ie = f, Ie = c, Me = a, je = r, Ne = m, ve = t, Be = v, De = b, ue = n, Fe = i, H = o, ae = h, xe = !1;
313
- function Ue(d) {
314
- return xe || (xe = !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.")), s(d) || W(d) === g;
944
+ var v = d, he = p, Ne = f, Be = s, Ce = r, We = g, we = n, Se = x, ae = T, ie = o, be = a, se = i, fe = b, Oe = !1;
945
+ function Pe(m) {
946
+ return Oe || (Oe = !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.")), c(m) || V(m) === d;
315
947
  }
316
- function s(d) {
317
- return W(d) === f;
948
+ function c(m) {
949
+ return V(m) === p;
318
950
  }
319
- function y(d) {
320
- return W(d) === c;
951
+ function E(m) {
952
+ return V(m) === f;
321
953
  }
322
- function $(d) {
323
- return W(d) === a;
954
+ function P(m) {
955
+ return V(m) === s;
324
956
  }
325
- function E(d) {
326
- return typeof d == "object" && d !== null && d.$$typeof === r;
957
+ function w(m) {
958
+ return typeof m == "object" && m !== null && m.$$typeof === r;
327
959
  }
328
- function x(d) {
329
- return W(d) === m;
960
+ function _(m) {
961
+ return V(m) === g;
330
962
  }
331
- function S(d) {
332
- return W(d) === t;
963
+ function j(m) {
964
+ return V(m) === n;
333
965
  }
334
- function T(d) {
335
- return W(d) === v;
966
+ function R(m) {
967
+ return V(m) === x;
336
968
  }
337
- function w(d) {
338
- return W(d) === b;
969
+ function C(m) {
970
+ return V(m) === T;
339
971
  }
340
- function A(d) {
341
- return W(d) === n;
972
+ function A(m) {
973
+ return V(m) === o;
342
974
  }
343
- function M(d) {
344
- return W(d) === i;
975
+ function M(m) {
976
+ return V(m) === a;
345
977
  }
346
- function P(d) {
347
- return W(d) === o;
978
+ function $(m) {
979
+ return V(m) === i;
348
980
  }
349
- function Y(d) {
350
- return W(d) === h;
981
+ function ne(m) {
982
+ return V(m) === b;
351
983
  }
352
- k.AsyncMode = p, k.ConcurrentMode = ie, k.ContextConsumer = Ie, k.ContextProvider = Me, k.Element = je, k.ForwardRef = Ne, k.Fragment = ve, k.Lazy = Be, k.Memo = De, k.Portal = ue, k.Profiler = Fe, k.StrictMode = H, k.Suspense = ae, k.isAsyncMode = Ue, k.isConcurrentMode = s, k.isContextConsumer = y, k.isContextProvider = $, k.isElement = E, k.isForwardRef = x, k.isFragment = S, k.isLazy = T, k.isMemo = w, k.isPortal = A, k.isProfiler = M, k.isStrictMode = P, k.isSuspense = Y, k.isValidElementType = F, k.typeOf = W;
353
- }()), k;
984
+ U.AsyncMode = v, U.ConcurrentMode = he, U.ContextConsumer = Ne, U.ContextProvider = Be, U.Element = Ce, U.ForwardRef = We, U.Fragment = we, U.Lazy = Se, U.Memo = ae, U.Portal = ie, U.Profiler = be, U.StrictMode = se, U.Suspense = fe, U.isAsyncMode = Pe, U.isConcurrentMode = c, U.isContextConsumer = E, U.isContextProvider = P, U.isElement = w, U.isForwardRef = _, U.isFragment = j, U.isLazy = R, U.isMemo = C, U.isPortal = A, U.isProfiler = M, U.isStrictMode = $, U.isSuspense = ne, U.isValidElementType = K, U.typeOf = V;
985
+ }()), U;
354
986
  }
355
- var nr;
356
- function Or() {
357
- return nr || (nr = 1, process.env.NODE_ENV === "production" ? Oe.exports = Wr() : Oe.exports = Gr()), Oe.exports;
987
+ var zr;
988
+ function dt() {
989
+ return zr || (zr = 1, process.env.NODE_ENV === "production" ? Xe.exports = en() : Xe.exports = rn()), Xe.exports;
358
990
  }
359
991
  /*
360
992
  object-assign
361
993
  (c) Sindre Sorhus
362
994
  @license MIT
363
995
  */
364
- var We, or;
365
- function zr() {
366
- if (or)
367
- return We;
368
- or = 1;
369
- var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
370
- function t(i) {
371
- if (i == null)
996
+ var pr, Kr;
997
+ function tn() {
998
+ if (Kr)
999
+ return pr;
1000
+ Kr = 1;
1001
+ var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, o = Object.prototype.propertyIsEnumerable;
1002
+ function n(a) {
1003
+ if (a == null)
372
1004
  throw new TypeError("Object.assign cannot be called with null or undefined");
373
- return Object(i);
1005
+ return Object(a);
374
1006
  }
375
- function o() {
1007
+ function i() {
376
1008
  try {
377
1009
  if (!Object.assign)
378
1010
  return !1;
379
- var i = new String("abc");
380
- if (i[5] = "de", Object.getOwnPropertyNames(i)[0] === "5")
1011
+ var a = new String("abc");
1012
+ if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
381
1013
  return !1;
382
- for (var a = {}, c = 0; c < 10; c++)
383
- a["_" + String.fromCharCode(c)] = c;
384
- var g = Object.getOwnPropertyNames(a).map(function(m) {
385
- return a[m];
1014
+ for (var s = {}, f = 0; f < 10; f++)
1015
+ s["_" + String.fromCharCode(f)] = f;
1016
+ var d = Object.getOwnPropertyNames(s).map(function(g) {
1017
+ return s[g];
386
1018
  });
387
- if (g.join("") !== "0123456789")
1019
+ if (d.join("") !== "0123456789")
388
1020
  return !1;
389
- var f = {};
390
- return "abcdefghijklmnopqrst".split("").forEach(function(m) {
391
- f[m] = m;
392
- }), Object.keys(Object.assign({}, f)).join("") === "abcdefghijklmnopqrst";
1021
+ var p = {};
1022
+ return "abcdefghijklmnopqrst".split("").forEach(function(g) {
1023
+ p[g] = g;
1024
+ }), Object.keys(Object.assign({}, p)).join("") === "abcdefghijklmnopqrst";
393
1025
  } catch {
394
1026
  return !1;
395
1027
  }
396
1028
  }
397
- return We = o() ? Object.assign : function(i, a) {
398
- for (var c, g = t(i), f, m = 1; m < arguments.length; m++) {
399
- c = Object(arguments[m]);
400
- for (var h in c)
401
- r.call(c, h) && (g[h] = c[h]);
1029
+ return pr = i() ? Object.assign : function(a, s) {
1030
+ for (var f, d = n(a), p, g = 1; g < arguments.length; g++) {
1031
+ f = Object(arguments[g]);
1032
+ for (var b in f)
1033
+ r.call(f, b) && (d[b] = f[b]);
402
1034
  if (e) {
403
- f = e(c);
404
- for (var u = 0; u < f.length; u++)
405
- n.call(c, f[u]) && (g[f[u]] = c[f[u]]);
1035
+ p = e(f);
1036
+ for (var l = 0; l < p.length; l++)
1037
+ o.call(f, p[l]) && (d[p[l]] = f[p[l]]);
406
1038
  }
407
1039
  }
408
- return g;
409
- }, We;
410
- }
411
- var Ge, ir;
412
- function He() {
413
- if (ir)
414
- return Ge;
415
- ir = 1;
1040
+ return d;
1041
+ }, pr;
1042
+ }
1043
+ var gr, Vr;
1044
+ function xr() {
1045
+ if (Vr)
1046
+ return gr;
1047
+ Vr = 1;
416
1048
  var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
417
- return Ge = e, Ge;
1049
+ return gr = e, gr;
418
1050
  }
419
- var ze, ar;
420
- function Er() {
421
- return ar || (ar = 1, ze = Function.call.bind(Object.prototype.hasOwnProperty)), ze;
1051
+ var yr, qr;
1052
+ function pt() {
1053
+ return qr || (qr = 1, yr = Function.call.bind(Object.prototype.hasOwnProperty)), yr;
422
1054
  }
423
- var Ke, sr;
424
- function Kr() {
425
- if (sr)
426
- return Ke;
427
- sr = 1;
1055
+ var mr, Hr;
1056
+ function nn() {
1057
+ if (Hr)
1058
+ return mr;
1059
+ Hr = 1;
428
1060
  var e = function() {
429
1061
  };
430
1062
  if (process.env.NODE_ENV !== "production") {
431
- var r = He(), n = {}, t = Er();
432
- e = function(i) {
433
- var a = "Warning: " + i;
434
- typeof console < "u" && console.error(a);
1063
+ var r = xr(), o = {}, n = pt();
1064
+ e = function(a) {
1065
+ var s = "Warning: " + a;
1066
+ typeof console < "u" && console.error(s);
435
1067
  try {
436
- throw new Error(a);
1068
+ throw new Error(s);
437
1069
  } catch {
438
1070
  }
439
1071
  };
440
1072
  }
441
- function o(i, a, c, g, f) {
1073
+ function i(a, s, f, d, p) {
442
1074
  if (process.env.NODE_ENV !== "production") {
443
- for (var m in i)
444
- if (t(i, m)) {
445
- var h;
1075
+ for (var g in a)
1076
+ if (n(a, g)) {
1077
+ var b;
446
1078
  try {
447
- if (typeof i[m] != "function") {
448
- var u = Error(
449
- (g || "React class") + ": " + c + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[m] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
1079
+ if (typeof a[g] != "function") {
1080
+ var l = Error(
1081
+ (d || "React class") + ": " + f + " type `" + g + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[g] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
450
1082
  );
451
- throw u.name = "Invariant Violation", u;
1083
+ throw l.name = "Invariant Violation", l;
452
1084
  }
453
- h = i[m](a, m, g, c, null, r);
454
- } catch (v) {
455
- h = v;
1085
+ b = a[g](s, g, d, f, null, r);
1086
+ } catch (x) {
1087
+ b = x;
456
1088
  }
457
- if (h && !(h instanceof Error) && e(
458
- (g || "React class") + ": type specification of " + c + " `" + m + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof h + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
459
- ), h instanceof Error && !(h.message in n)) {
460
- n[h.message] = !0;
461
- var b = f ? f() : "";
1089
+ if (b && !(b instanceof Error) && e(
1090
+ (d || "React class") + ": type specification of " + f + " `" + g + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof b + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
1091
+ ), b instanceof Error && !(b.message in o)) {
1092
+ o[b.message] = !0;
1093
+ var T = p ? p() : "";
462
1094
  e(
463
- "Failed " + c + " type: " + h.message + (b ?? "")
1095
+ "Failed " + f + " type: " + b.message + (T ?? "")
464
1096
  );
465
1097
  }
466
1098
  }
467
1099
  }
468
1100
  }
469
- return o.resetWarningCache = function() {
470
- process.env.NODE_ENV !== "production" && (n = {});
471
- }, Ke = o, Ke;
472
- }
473
- var Le, ur;
474
- function Lr() {
475
- if (ur)
476
- return Le;
477
- ur = 1;
478
- var e = Or(), r = zr(), n = He(), t = Er(), o = Kr(), i = function() {
1101
+ return i.resetWarningCache = function() {
1102
+ process.env.NODE_ENV !== "production" && (o = {});
1103
+ }, mr = i, mr;
1104
+ }
1105
+ var hr, Jr;
1106
+ function on() {
1107
+ if (Jr)
1108
+ return hr;
1109
+ Jr = 1;
1110
+ var e = dt(), r = tn(), o = xr(), n = pt(), i = nn(), a = function() {
479
1111
  };
480
- process.env.NODE_ENV !== "production" && (i = function(c) {
481
- var g = "Warning: " + c;
482
- typeof console < "u" && console.error(g);
1112
+ process.env.NODE_ENV !== "production" && (a = function(f) {
1113
+ var d = "Warning: " + f;
1114
+ typeof console < "u" && console.error(d);
483
1115
  try {
484
- throw new Error(g);
1116
+ throw new Error(d);
485
1117
  } catch {
486
1118
  }
487
1119
  });
488
- function a() {
1120
+ function s() {
489
1121
  return null;
490
1122
  }
491
- return Le = function(c, g) {
492
- var f = typeof Symbol == "function" && Symbol.iterator, m = "@@iterator";
493
- function h(s) {
494
- var y = s && (f && s[f] || s[m]);
495
- if (typeof y == "function")
496
- return y;
1123
+ return hr = function(f, d) {
1124
+ var p = typeof Symbol == "function" && Symbol.iterator, g = "@@iterator";
1125
+ function b(c) {
1126
+ var E = c && (p && c[p] || c[g]);
1127
+ if (typeof E == "function")
1128
+ return E;
497
1129
  }
498
- var u = "<<anonymous>>", b = {
499
- array: j("array"),
500
- bigint: j("bigint"),
501
- bool: j("boolean"),
502
- func: j("function"),
503
- number: j("number"),
504
- object: j("object"),
505
- string: j("string"),
506
- symbol: j("symbol"),
507
- any: V(),
508
- arrayOf: F,
509
- element: W(),
510
- elementType: p(),
511
- instanceOf: ie,
512
- node: Ne(),
513
- objectOf: Me,
514
- oneOf: Ie,
515
- oneOfType: je,
516
- shape: Be,
517
- exact: De
1130
+ var l = "<<anonymous>>", T = {
1131
+ array: F("array"),
1132
+ bigint: F("bigint"),
1133
+ bool: F("boolean"),
1134
+ func: F("function"),
1135
+ number: F("number"),
1136
+ object: F("object"),
1137
+ string: F("string"),
1138
+ symbol: F("symbol"),
1139
+ any: G(),
1140
+ arrayOf: K,
1141
+ element: V(),
1142
+ elementType: v(),
1143
+ instanceOf: he,
1144
+ node: We(),
1145
+ objectOf: Be,
1146
+ oneOf: Ne,
1147
+ oneOfType: Ce,
1148
+ shape: Se,
1149
+ exact: ae
518
1150
  };
519
- function v(s, y) {
520
- return s === y ? s !== 0 || 1 / s === 1 / y : s !== s && y !== y;
1151
+ function x(c, E) {
1152
+ return c === E ? c !== 0 || 1 / c === 1 / E : c !== c && E !== E;
521
1153
  }
522
- function l(s, y) {
523
- this.message = s, this.data = y && typeof y == "object" ? y : {}, this.stack = "";
1154
+ function h(c, E) {
1155
+ this.message = c, this.data = E && typeof E == "object" ? E : {}, this.stack = "";
524
1156
  }
525
- l.prototype = Error.prototype;
526
- function O(s) {
1157
+ h.prototype = Error.prototype;
1158
+ function S(c) {
527
1159
  if (process.env.NODE_ENV !== "production")
528
- var y = {}, $ = 0;
529
- function E(S, T, w, A, M, P, Y) {
530
- if (A = A || u, P = P || w, Y !== n) {
531
- if (g) {
532
- var d = new Error(
1160
+ var E = {}, P = 0;
1161
+ function w(j, R, C, A, M, $, ne) {
1162
+ if (A = A || l, $ = $ || C, ne !== o) {
1163
+ if (d) {
1164
+ var m = new Error(
533
1165
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
534
1166
  );
535
- throw d.name = "Invariant Violation", d;
1167
+ throw m.name = "Invariant Violation", m;
536
1168
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
537
- var J = A + ":" + w;
538
- !y[J] && // Avoid spamming the console because they are often not actionable except for lib authors
539
- $ < 3 && (i(
540
- "You are manually calling a React.PropTypes validation function for the `" + P + "` prop on `" + A + "`. 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."
541
- ), y[J] = !0, $++);
1169
+ var ce = A + ":" + C;
1170
+ !E[ce] && // Avoid spamming the console because they are often not actionable except for lib authors
1171
+ P < 3 && (a(
1172
+ "You are manually calling a React.PropTypes validation function for the `" + $ + "` prop on `" + A + "`. 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."
1173
+ ), E[ce] = !0, P++);
542
1174
  }
543
1175
  }
544
- return T[w] == null ? S ? T[w] === null ? new l("The " + M + " `" + P + "` is marked as required " + ("in `" + A + "`, but its value is `null`.")) : new l("The " + M + " `" + P + "` is marked as required in " + ("`" + A + "`, but its value is `undefined`.")) : null : s(T, w, A, M, P);
545
- }
546
- var x = E.bind(null, !1);
547
- return x.isRequired = E.bind(null, !0), x;
548
- }
549
- function j(s) {
550
- function y($, E, x, S, T, w) {
551
- var A = $[E], M = H(A);
552
- if (M !== s) {
553
- var P = ae(A);
554
- return new l(
555
- "Invalid " + S + " `" + T + "` of type " + ("`" + P + "` supplied to `" + x + "`, expected ") + ("`" + s + "`."),
556
- { expectedType: s }
1176
+ return R[C] == null ? j ? R[C] === null ? new h("The " + M + " `" + $ + "` is marked as required " + ("in `" + A + "`, but its value is `null`.")) : new h("The " + M + " `" + $ + "` is marked as required in " + ("`" + A + "`, but its value is `undefined`.")) : null : c(R, C, A, M, $);
1177
+ }
1178
+ var _ = w.bind(null, !1);
1179
+ return _.isRequired = w.bind(null, !0), _;
1180
+ }
1181
+ function F(c) {
1182
+ function E(P, w, _, j, R, C) {
1183
+ var A = P[w], M = se(A);
1184
+ if (M !== c) {
1185
+ var $ = fe(A);
1186
+ return new h(
1187
+ "Invalid " + j + " `" + R + "` of type " + ("`" + $ + "` supplied to `" + _ + "`, expected ") + ("`" + c + "`."),
1188
+ { expectedType: c }
557
1189
  );
558
1190
  }
559
1191
  return null;
560
1192
  }
561
- return O(y);
1193
+ return S(E);
562
1194
  }
563
- function V() {
564
- return O(a);
565
- }
566
- function F(s) {
567
- function y($, E, x, S, T) {
568
- if (typeof s != "function")
569
- return new l("Property `" + T + "` of component `" + x + "` has invalid PropType notation inside arrayOf.");
570
- var w = $[E];
571
- if (!Array.isArray(w)) {
572
- var A = H(w);
573
- return new l("Invalid " + S + " `" + T + "` of type " + ("`" + A + "` supplied to `" + x + "`, expected an array."));
1195
+ function G() {
1196
+ return S(s);
1197
+ }
1198
+ function K(c) {
1199
+ function E(P, w, _, j, R) {
1200
+ if (typeof c != "function")
1201
+ return new h("Property `" + R + "` of component `" + _ + "` has invalid PropType notation inside arrayOf.");
1202
+ var C = P[w];
1203
+ if (!Array.isArray(C)) {
1204
+ var A = se(C);
1205
+ return new h("Invalid " + j + " `" + R + "` of type " + ("`" + A + "` supplied to `" + _ + "`, expected an array."));
574
1206
  }
575
- for (var M = 0; M < w.length; M++) {
576
- var P = s(w, M, x, S, T + "[" + M + "]", n);
577
- if (P instanceof Error)
578
- return P;
1207
+ for (var M = 0; M < C.length; M++) {
1208
+ var $ = c(C, M, _, j, R + "[" + M + "]", o);
1209
+ if ($ instanceof Error)
1210
+ return $;
579
1211
  }
580
1212
  return null;
581
1213
  }
582
- return O(y);
1214
+ return S(E);
583
1215
  }
584
- function W() {
585
- function s(y, $, E, x, S) {
586
- var T = y[$];
587
- if (!c(T)) {
588
- var w = H(T);
589
- return new l("Invalid " + x + " `" + S + "` of type " + ("`" + w + "` supplied to `" + E + "`, expected a single ReactElement."));
1216
+ function V() {
1217
+ function c(E, P, w, _, j) {
1218
+ var R = E[P];
1219
+ if (!f(R)) {
1220
+ var C = se(R);
1221
+ return new h("Invalid " + _ + " `" + j + "` of type " + ("`" + C + "` supplied to `" + w + "`, expected a single ReactElement."));
590
1222
  }
591
1223
  return null;
592
1224
  }
593
- return O(s);
1225
+ return S(c);
594
1226
  }
595
- function p() {
596
- function s(y, $, E, x, S) {
597
- var T = y[$];
598
- if (!e.isValidElementType(T)) {
599
- var w = H(T);
600
- return new l("Invalid " + x + " `" + S + "` of type " + ("`" + w + "` supplied to `" + E + "`, expected a single ReactElement type."));
1227
+ function v() {
1228
+ function c(E, P, w, _, j) {
1229
+ var R = E[P];
1230
+ if (!e.isValidElementType(R)) {
1231
+ var C = se(R);
1232
+ return new h("Invalid " + _ + " `" + j + "` of type " + ("`" + C + "` supplied to `" + w + "`, expected a single ReactElement type."));
601
1233
  }
602
1234
  return null;
603
1235
  }
604
- return O(s);
1236
+ return S(c);
605
1237
  }
606
- function ie(s) {
607
- function y($, E, x, S, T) {
608
- if (!($[E] instanceof s)) {
609
- var w = s.name || u, A = Ue($[E]);
610
- return new l("Invalid " + S + " `" + T + "` of type " + ("`" + A + "` supplied to `" + x + "`, expected ") + ("instance of `" + w + "`."));
1238
+ function he(c) {
1239
+ function E(P, w, _, j, R) {
1240
+ if (!(P[w] instanceof c)) {
1241
+ var C = c.name || l, A = Pe(P[w]);
1242
+ return new h("Invalid " + j + " `" + R + "` of type " + ("`" + A + "` supplied to `" + _ + "`, expected ") + ("instance of `" + C + "`."));
611
1243
  }
612
1244
  return null;
613
1245
  }
614
- return O(y);
1246
+ return S(E);
615
1247
  }
616
- function Ie(s) {
617
- if (!Array.isArray(s))
618
- return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
1248
+ function Ne(c) {
1249
+ if (!Array.isArray(c))
1250
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
619
1251
  "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])."
620
- ) : i("Invalid argument supplied to oneOf, expected an array.")), a;
621
- function y($, E, x, S, T) {
622
- for (var w = $[E], A = 0; A < s.length; A++)
623
- if (v(w, s[A]))
1252
+ ) : a("Invalid argument supplied to oneOf, expected an array.")), s;
1253
+ function E(P, w, _, j, R) {
1254
+ for (var C = P[w], A = 0; A < c.length; A++)
1255
+ if (x(C, c[A]))
624
1256
  return null;
625
- var M = JSON.stringify(s, function(Y, d) {
626
- var J = ae(d);
627
- return J === "symbol" ? String(d) : d;
1257
+ var M = JSON.stringify(c, function(ne, m) {
1258
+ var ce = fe(m);
1259
+ return ce === "symbol" ? String(m) : m;
628
1260
  });
629
- return new l("Invalid " + S + " `" + T + "` of value `" + String(w) + "` " + ("supplied to `" + x + "`, expected one of " + M + "."));
1261
+ return new h("Invalid " + j + " `" + R + "` of value `" + String(C) + "` " + ("supplied to `" + _ + "`, expected one of " + M + "."));
630
1262
  }
631
- return O(y);
1263
+ return S(E);
632
1264
  }
633
- function Me(s) {
634
- function y($, E, x, S, T) {
635
- if (typeof s != "function")
636
- return new l("Property `" + T + "` of component `" + x + "` has invalid PropType notation inside objectOf.");
637
- var w = $[E], A = H(w);
1265
+ function Be(c) {
1266
+ function E(P, w, _, j, R) {
1267
+ if (typeof c != "function")
1268
+ return new h("Property `" + R + "` of component `" + _ + "` has invalid PropType notation inside objectOf.");
1269
+ var C = P[w], A = se(C);
638
1270
  if (A !== "object")
639
- return new l("Invalid " + S + " `" + T + "` of type " + ("`" + A + "` supplied to `" + x + "`, expected an object."));
640
- for (var M in w)
641
- if (t(w, M)) {
642
- var P = s(w, M, x, S, T + "." + M, n);
643
- if (P instanceof Error)
644
- return P;
1271
+ return new h("Invalid " + j + " `" + R + "` of type " + ("`" + A + "` supplied to `" + _ + "`, expected an object."));
1272
+ for (var M in C)
1273
+ if (n(C, M)) {
1274
+ var $ = c(C, M, _, j, R + "." + M, o);
1275
+ if ($ instanceof Error)
1276
+ return $;
645
1277
  }
646
1278
  return null;
647
1279
  }
648
- return O(y);
649
- }
650
- function je(s) {
651
- if (!Array.isArray(s))
652
- return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), a;
653
- for (var y = 0; y < s.length; y++) {
654
- var $ = s[y];
655
- if (typeof $ != "function")
656
- return i(
657
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + xe($) + " at index " + y + "."
658
- ), a;
659
- }
660
- function E(x, S, T, w, A) {
661
- for (var M = [], P = 0; P < s.length; P++) {
662
- var Y = s[P], d = Y(x, S, T, w, A, n);
663
- if (d == null)
1280
+ return S(E);
1281
+ }
1282
+ function Ce(c) {
1283
+ if (!Array.isArray(c))
1284
+ return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), s;
1285
+ for (var E = 0; E < c.length; E++) {
1286
+ var P = c[E];
1287
+ if (typeof P != "function")
1288
+ return a(
1289
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + Oe(P) + " at index " + E + "."
1290
+ ), s;
1291
+ }
1292
+ function w(_, j, R, C, A) {
1293
+ for (var M = [], $ = 0; $ < c.length; $++) {
1294
+ var ne = c[$], m = ne(_, j, R, C, A, o);
1295
+ if (m == null)
664
1296
  return null;
665
- d.data && t(d.data, "expectedType") && M.push(d.data.expectedType);
1297
+ m.data && n(m.data, "expectedType") && M.push(m.data.expectedType);
666
1298
  }
667
- var J = M.length > 0 ? ", expected one of type [" + M.join(", ") + "]" : "";
668
- return new l("Invalid " + w + " `" + A + "` supplied to " + ("`" + T + "`" + J + "."));
1299
+ var ce = M.length > 0 ? ", expected one of type [" + M.join(", ") + "]" : "";
1300
+ return new h("Invalid " + C + " `" + A + "` supplied to " + ("`" + R + "`" + ce + "."));
669
1301
  }
670
- return O(E);
1302
+ return S(w);
671
1303
  }
672
- function Ne() {
673
- function s(y, $, E, x, S) {
674
- return ue(y[$]) ? null : new l("Invalid " + x + " `" + S + "` supplied to " + ("`" + E + "`, expected a ReactNode."));
1304
+ function We() {
1305
+ function c(E, P, w, _, j) {
1306
+ return ie(E[P]) ? null : new h("Invalid " + _ + " `" + j + "` supplied to " + ("`" + w + "`, expected a ReactNode."));
675
1307
  }
676
- return O(s);
1308
+ return S(c);
677
1309
  }
678
- function ve(s, y, $, E, x) {
679
- return new l(
680
- (s || "React class") + ": " + y + " type `" + $ + "." + E + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + x + "`."
1310
+ function we(c, E, P, w, _) {
1311
+ return new h(
1312
+ (c || "React class") + ": " + E + " type `" + P + "." + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + _ + "`."
681
1313
  );
682
1314
  }
683
- function Be(s) {
684
- function y($, E, x, S, T) {
685
- var w = $[E], A = H(w);
1315
+ function Se(c) {
1316
+ function E(P, w, _, j, R) {
1317
+ var C = P[w], A = se(C);
686
1318
  if (A !== "object")
687
- return new l("Invalid " + S + " `" + T + "` of type `" + A + "` " + ("supplied to `" + x + "`, expected `object`."));
688
- for (var M in s) {
689
- var P = s[M];
690
- if (typeof P != "function")
691
- return ve(x, S, T, M, ae(P));
692
- var Y = P(w, M, x, S, T + "." + M, n);
693
- if (Y)
694
- return Y;
1319
+ return new h("Invalid " + j + " `" + R + "` of type `" + A + "` " + ("supplied to `" + _ + "`, expected `object`."));
1320
+ for (var M in c) {
1321
+ var $ = c[M];
1322
+ if (typeof $ != "function")
1323
+ return we(_, j, R, M, fe($));
1324
+ var ne = $(C, M, _, j, R + "." + M, o);
1325
+ if (ne)
1326
+ return ne;
695
1327
  }
696
1328
  return null;
697
1329
  }
698
- return O(y);
1330
+ return S(E);
699
1331
  }
700
- function De(s) {
701
- function y($, E, x, S, T) {
702
- var w = $[E], A = H(w);
1332
+ function ae(c) {
1333
+ function E(P, w, _, j, R) {
1334
+ var C = P[w], A = se(C);
703
1335
  if (A !== "object")
704
- return new l("Invalid " + S + " `" + T + "` of type `" + A + "` " + ("supplied to `" + x + "`, expected `object`."));
705
- var M = r({}, $[E], s);
706
- for (var P in M) {
707
- var Y = s[P];
708
- if (t(s, P) && typeof Y != "function")
709
- return ve(x, S, T, P, ae(Y));
710
- if (!Y)
711
- return new l(
712
- "Invalid " + S + " `" + T + "` key `" + P + "` supplied to `" + x + "`.\nBad object: " + JSON.stringify($[E], null, " ") + `
713
- Valid keys: ` + JSON.stringify(Object.keys(s), null, " ")
1336
+ return new h("Invalid " + j + " `" + R + "` of type `" + A + "` " + ("supplied to `" + _ + "`, expected `object`."));
1337
+ var M = r({}, P[w], c);
1338
+ for (var $ in M) {
1339
+ var ne = c[$];
1340
+ if (n(c, $) && typeof ne != "function")
1341
+ return we(_, j, R, $, fe(ne));
1342
+ if (!ne)
1343
+ return new h(
1344
+ "Invalid " + j + " `" + R + "` key `" + $ + "` supplied to `" + _ + "`.\nBad object: " + JSON.stringify(P[w], null, " ") + `
1345
+ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
714
1346
  );
715
- var d = Y(w, P, x, S, T + "." + P, n);
716
- if (d)
717
- return d;
1347
+ var m = ne(C, $, _, j, R + "." + $, o);
1348
+ if (m)
1349
+ return m;
718
1350
  }
719
1351
  return null;
720
1352
  }
721
- return O(y);
1353
+ return S(E);
722
1354
  }
723
- function ue(s) {
724
- switch (typeof s) {
1355
+ function ie(c) {
1356
+ switch (typeof c) {
725
1357
  case "number":
726
1358
  case "string":
727
1359
  case "undefined":
728
1360
  return !0;
729
1361
  case "boolean":
730
- return !s;
1362
+ return !c;
731
1363
  case "object":
732
- if (Array.isArray(s))
733
- return s.every(ue);
734
- if (s === null || c(s))
1364
+ if (Array.isArray(c))
1365
+ return c.every(ie);
1366
+ if (c === null || f(c))
735
1367
  return !0;
736
- var y = h(s);
737
- if (y) {
738
- var $ = y.call(s), E;
739
- if (y !== s.entries) {
740
- for (; !(E = $.next()).done; )
741
- if (!ue(E.value))
1368
+ var E = b(c);
1369
+ if (E) {
1370
+ var P = E.call(c), w;
1371
+ if (E !== c.entries) {
1372
+ for (; !(w = P.next()).done; )
1373
+ if (!ie(w.value))
742
1374
  return !1;
743
1375
  } else
744
- for (; !(E = $.next()).done; ) {
745
- var x = E.value;
746
- if (x && !ue(x[1]))
1376
+ for (; !(w = P.next()).done; ) {
1377
+ var _ = w.value;
1378
+ if (_ && !ie(_[1]))
747
1379
  return !1;
748
1380
  }
749
1381
  } else
@@ -753,114 +1385,114 @@ Valid keys: ` + JSON.stringify(Object.keys(s), null, " ")
753
1385
  return !1;
754
1386
  }
755
1387
  }
756
- function Fe(s, y) {
757
- return s === "symbol" ? !0 : y ? y["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && y instanceof Symbol : !1;
1388
+ function be(c, E) {
1389
+ return c === "symbol" ? !0 : E ? E["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && E instanceof Symbol : !1;
758
1390
  }
759
- function H(s) {
760
- var y = typeof s;
761
- return Array.isArray(s) ? "array" : s instanceof RegExp ? "object" : Fe(y, s) ? "symbol" : y;
1391
+ function se(c) {
1392
+ var E = typeof c;
1393
+ return Array.isArray(c) ? "array" : c instanceof RegExp ? "object" : be(E, c) ? "symbol" : E;
762
1394
  }
763
- function ae(s) {
764
- if (typeof s > "u" || s === null)
765
- return "" + s;
766
- var y = H(s);
767
- if (y === "object") {
768
- if (s instanceof Date)
1395
+ function fe(c) {
1396
+ if (typeof c > "u" || c === null)
1397
+ return "" + c;
1398
+ var E = se(c);
1399
+ if (E === "object") {
1400
+ if (c instanceof Date)
769
1401
  return "date";
770
- if (s instanceof RegExp)
1402
+ if (c instanceof RegExp)
771
1403
  return "regexp";
772
1404
  }
773
- return y;
1405
+ return E;
774
1406
  }
775
- function xe(s) {
776
- var y = ae(s);
777
- switch (y) {
1407
+ function Oe(c) {
1408
+ var E = fe(c);
1409
+ switch (E) {
778
1410
  case "array":
779
1411
  case "object":
780
- return "an " + y;
1412
+ return "an " + E;
781
1413
  case "boolean":
782
1414
  case "date":
783
1415
  case "regexp":
784
- return "a " + y;
1416
+ return "a " + E;
785
1417
  default:
786
- return y;
1418
+ return E;
787
1419
  }
788
1420
  }
789
- function Ue(s) {
790
- return !s.constructor || !s.constructor.name ? u : s.constructor.name;
1421
+ function Pe(c) {
1422
+ return !c.constructor || !c.constructor.name ? l : c.constructor.name;
791
1423
  }
792
- return b.checkPropTypes = o, b.resetWarningCache = o.resetWarningCache, b.PropTypes = b, b;
793
- }, Le;
794
- }
795
- var Ye, cr;
796
- function Yr() {
797
- if (cr)
798
- return Ye;
799
- cr = 1;
800
- var e = He();
1424
+ return T.checkPropTypes = i, T.resetWarningCache = i.resetWarningCache, T.PropTypes = T, T;
1425
+ }, hr;
1426
+ }
1427
+ var br, Xr;
1428
+ function an() {
1429
+ if (Xr)
1430
+ return br;
1431
+ Xr = 1;
1432
+ var e = xr();
801
1433
  function r() {
802
1434
  }
803
- function n() {
1435
+ function o() {
804
1436
  }
805
- return n.resetWarningCache = r, Ye = function() {
806
- function t(a, c, g, f, m, h) {
807
- if (h !== e) {
808
- var u = new Error(
1437
+ return o.resetWarningCache = r, br = function() {
1438
+ function n(s, f, d, p, g, b) {
1439
+ if (b !== e) {
1440
+ var l = new Error(
809
1441
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
810
1442
  );
811
- throw u.name = "Invariant Violation", u;
812
- }
813
- }
814
- t.isRequired = t;
815
- function o() {
816
- return t;
817
- }
818
- var i = {
819
- array: t,
820
- bigint: t,
821
- bool: t,
822
- func: t,
823
- number: t,
824
- object: t,
825
- string: t,
826
- symbol: t,
827
- any: t,
828
- arrayOf: o,
829
- element: t,
830
- elementType: t,
831
- instanceOf: o,
832
- node: t,
833
- objectOf: o,
834
- oneOf: o,
835
- oneOfType: o,
836
- shape: o,
837
- exact: o,
838
- checkPropTypes: n,
1443
+ throw l.name = "Invariant Violation", l;
1444
+ }
1445
+ }
1446
+ n.isRequired = n;
1447
+ function i() {
1448
+ return n;
1449
+ }
1450
+ var a = {
1451
+ array: n,
1452
+ bigint: n,
1453
+ bool: n,
1454
+ func: n,
1455
+ number: n,
1456
+ object: n,
1457
+ string: n,
1458
+ symbol: n,
1459
+ any: n,
1460
+ arrayOf: i,
1461
+ element: n,
1462
+ elementType: n,
1463
+ instanceOf: i,
1464
+ node: n,
1465
+ objectOf: i,
1466
+ oneOf: i,
1467
+ oneOfType: i,
1468
+ shape: i,
1469
+ exact: i,
1470
+ checkPropTypes: o,
839
1471
  resetWarningCache: r
840
1472
  };
841
- return i.PropTypes = i, i;
842
- }, Ye;
1473
+ return a.PropTypes = a, a;
1474
+ }, br;
843
1475
  }
844
1476
  if (process.env.NODE_ENV !== "production") {
845
- var qr = Or(), Vr = !0;
846
- Ve.exports = Lr()(qr.isElement, Vr);
1477
+ var sn = dt(), un = !0;
1478
+ Tr.exports = on()(sn.isElement, un);
847
1479
  } else
848
- Ve.exports = Yr()();
849
- var Hr = Ve.exports;
850
- const ge = /* @__PURE__ */ Ur(Hr);
851
- function de(e) {
1480
+ Tr.exports = an()();
1481
+ var cn = Tr.exports;
1482
+ const Ge = /* @__PURE__ */ Wt(cn);
1483
+ function De(e) {
852
1484
  let r = "https://mui.com/production-error/?code=" + e;
853
- for (let n = 1; n < arguments.length; n += 1)
854
- r += "&args[]=" + encodeURIComponent(arguments[n]);
1485
+ for (let o = 1; o < arguments.length; o += 1)
1486
+ r += "&args[]=" + encodeURIComponent(arguments[o]);
855
1487
  return "Minified MUI error #" + e + "; visit " + r + " for the full message.";
856
1488
  }
857
- function wr(e) {
1489
+ function gt(e) {
858
1490
  if (typeof e != "string")
859
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : de(7));
1491
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : De(7));
860
1492
  return e.charAt(0).toUpperCase() + e.slice(1);
861
1493
  }
862
- const fr = (e) => e, Jr = () => {
863
- let e = fr;
1494
+ const Zr = (e) => e, ln = () => {
1495
+ let e = Zr;
864
1496
  return {
865
1497
  configure(r) {
866
1498
  e = r;
@@ -869,10 +1501,10 @@ const fr = (e) => e, Jr = () => {
869
1501
  return e(r);
870
1502
  },
871
1503
  reset() {
872
- e = fr;
1504
+ e = Zr;
873
1505
  }
874
1506
  };
875
- }, Xr = Jr(), Zr = Xr, Qr = {
1507
+ }, fn = ln(), dn = fn, pn = {
876
1508
  active: "active",
877
1509
  checked: "checked",
878
1510
  completed: "completed",
@@ -886,28 +1518,28 @@ const fr = (e) => e, Jr = () => {
886
1518
  required: "required",
887
1519
  selected: "selected"
888
1520
  };
889
- function et(e, r, n = "Mui") {
890
- const t = Qr[r];
891
- return t ? `${n}-${t}` : `${Zr.generate(e)}-${r}`;
1521
+ function gn(e, r, o = "Mui") {
1522
+ const n = pn[r];
1523
+ return n ? `${o}-${n}` : `${dn.generate(e)}-${r}`;
892
1524
  }
893
- function pe(e, r) {
1525
+ function Fe(e, r) {
894
1526
  if (e == null)
895
1527
  return {};
896
- var n = {}, t = Object.keys(e), o, i;
897
- for (i = 0; i < t.length; i++)
898
- o = t[i], !(r.indexOf(o) >= 0) && (n[o] = e[o]);
899
- return n;
900
- }
901
- const rt = ["values", "unit", "step"], tt = (e) => {
902
- const r = Object.keys(e).map((n) => ({
903
- key: n,
904
- val: e[n]
1528
+ var o = {}, n = Object.keys(e), i, a;
1529
+ for (a = 0; a < n.length; a++)
1530
+ i = n[a], !(r.indexOf(i) >= 0) && (o[i] = e[i]);
1531
+ return o;
1532
+ }
1533
+ const yn = ["values", "unit", "step"], mn = (e) => {
1534
+ const r = Object.keys(e).map((o) => ({
1535
+ key: o,
1536
+ val: e[o]
905
1537
  })) || [];
906
- return r.sort((n, t) => n.val - t.val), r.reduce((n, t) => K({}, n, {
907
- [t.key]: t.val
1538
+ return r.sort((o, n) => o.val - n.val), r.reduce((o, n) => re({}, o, {
1539
+ [n.key]: n.val
908
1540
  }), {});
909
1541
  };
910
- function nt(e) {
1542
+ function hn(e) {
911
1543
  const {
912
1544
  // The breakpoint **start** at this value.
913
1545
  // For instance with the first breakpoint xs: [xs, sm).
@@ -923,47 +1555,47 @@ function nt(e) {
923
1555
  xl: 1536
924
1556
  // large screen
925
1557
  },
926
- unit: n = "px",
927
- step: t = 5
928
- } = e, o = pe(e, rt), i = tt(r), a = Object.keys(i);
929
- function c(u) {
930
- return `@media (min-width:${typeof r[u] == "number" ? r[u] : u}${n})`;
1558
+ unit: o = "px",
1559
+ step: n = 5
1560
+ } = e, i = Fe(e, yn), a = mn(r), s = Object.keys(a);
1561
+ function f(l) {
1562
+ return `@media (min-width:${typeof r[l] == "number" ? r[l] : l}${o})`;
931
1563
  }
932
- function g(u) {
933
- return `@media (max-width:${(typeof r[u] == "number" ? r[u] : u) - t / 100}${n})`;
1564
+ function d(l) {
1565
+ return `@media (max-width:${(typeof r[l] == "number" ? r[l] : l) - n / 100}${o})`;
934
1566
  }
935
- function f(u, b) {
936
- const v = a.indexOf(b);
937
- return `@media (min-width:${typeof r[u] == "number" ? r[u] : u}${n}) and (max-width:${(v !== -1 && typeof r[a[v]] == "number" ? r[a[v]] : b) - t / 100}${n})`;
1567
+ function p(l, T) {
1568
+ const x = s.indexOf(T);
1569
+ return `@media (min-width:${typeof r[l] == "number" ? r[l] : l}${o}) and (max-width:${(x !== -1 && typeof r[s[x]] == "number" ? r[s[x]] : T) - n / 100}${o})`;
938
1570
  }
939
- function m(u) {
940
- return a.indexOf(u) + 1 < a.length ? f(u, a[a.indexOf(u) + 1]) : c(u);
1571
+ function g(l) {
1572
+ return s.indexOf(l) + 1 < s.length ? p(l, s[s.indexOf(l) + 1]) : f(l);
941
1573
  }
942
- function h(u) {
943
- const b = a.indexOf(u);
944
- return b === 0 ? c(a[1]) : b === a.length - 1 ? g(a[b]) : f(u, a[a.indexOf(u) + 1]).replace("@media", "@media not all and");
1574
+ function b(l) {
1575
+ const T = s.indexOf(l);
1576
+ return T === 0 ? f(s[1]) : T === s.length - 1 ? d(s[T]) : p(l, s[s.indexOf(l) + 1]).replace("@media", "@media not all and");
945
1577
  }
946
- return K({
947
- keys: a,
948
- values: i,
949
- up: c,
950
- down: g,
951
- between: f,
952
- only: m,
953
- not: h,
954
- unit: n
955
- }, o);
956
- }
957
- const ot = {
1578
+ return re({
1579
+ keys: s,
1580
+ values: a,
1581
+ up: f,
1582
+ down: d,
1583
+ between: p,
1584
+ only: g,
1585
+ not: b,
1586
+ unit: o
1587
+ }, i);
1588
+ }
1589
+ const bn = {
958
1590
  borderRadius: 4
959
- }, it = ot, at = process.env.NODE_ENV !== "production" ? ge.oneOfType([ge.number, ge.string, ge.object, ge.array]) : {}, oe = at;
960
- function ye(e, r) {
961
- return r ? te(e, r, {
1591
+ }, vn = bn, En = process.env.NODE_ENV !== "production" ? Ge.oneOfType([Ge.number, Ge.string, Ge.object, Ge.array]) : {}, xe = En;
1592
+ function ze(e, r) {
1593
+ return r ? Ee(e, r, {
962
1594
  clone: !1
963
1595
  // No need to clone deep, it's way faster.
964
1596
  }) : e;
965
1597
  }
966
- const Je = {
1598
+ const Or = {
967
1599
  xs: 0,
968
1600
  // phone
969
1601
  sm: 600,
@@ -974,369 +1606,369 @@ const Je = {
974
1606
  // desktop
975
1607
  xl: 1536
976
1608
  // large screen
977
- }, lr = {
1609
+ }, Qr = {
978
1610
  // Sorted ASC by size. That's important.
979
1611
  // It can't be configured as it's used statically for propTypes.
980
1612
  keys: ["xs", "sm", "md", "lg", "xl"],
981
- up: (e) => `@media (min-width:${Je[e]}px)`
1613
+ up: (e) => `@media (min-width:${Or[e]}px)`
982
1614
  };
983
- function ne(e, r, n) {
984
- const t = e.theme || {};
1615
+ function Te(e, r, o) {
1616
+ const n = e.theme || {};
985
1617
  if (Array.isArray(r)) {
986
- const i = t.breakpoints || lr;
987
- return r.reduce((a, c, g) => (a[i.up(i.keys[g])] = n(r[g]), a), {});
1618
+ const a = n.breakpoints || Qr;
1619
+ return r.reduce((s, f, d) => (s[a.up(a.keys[d])] = o(r[d]), s), {});
988
1620
  }
989
1621
  if (typeof r == "object") {
990
- const i = t.breakpoints || lr;
991
- return Object.keys(r).reduce((a, c) => {
992
- if (Object.keys(i.values || Je).indexOf(c) !== -1) {
993
- const g = i.up(c);
994
- a[g] = n(r[c], c);
1622
+ const a = n.breakpoints || Qr;
1623
+ return Object.keys(r).reduce((s, f) => {
1624
+ if (Object.keys(a.values || Or).indexOf(f) !== -1) {
1625
+ const d = a.up(f);
1626
+ s[d] = o(r[f], f);
995
1627
  } else {
996
- const g = c;
997
- a[g] = r[g];
1628
+ const d = f;
1629
+ s[d] = r[d];
998
1630
  }
999
- return a;
1631
+ return s;
1000
1632
  }, {});
1001
1633
  }
1002
- return n(r);
1634
+ return o(r);
1003
1635
  }
1004
- function st(e = {}) {
1636
+ function Tn(e = {}) {
1005
1637
  var r;
1006
- return ((r = e.keys) == null ? void 0 : r.reduce((t, o) => {
1007
- const i = e.up(o);
1008
- return t[i] = {}, t;
1638
+ return ((r = e.keys) == null ? void 0 : r.reduce((n, i) => {
1639
+ const a = e.up(i);
1640
+ return n[a] = {}, n;
1009
1641
  }, {})) || {};
1010
1642
  }
1011
- function ut(e, r) {
1012
- return e.reduce((n, t) => {
1013
- const o = n[t];
1014
- return (!o || Object.keys(o).length === 0) && delete n[t], n;
1643
+ function xn(e, r) {
1644
+ return e.reduce((o, n) => {
1645
+ const i = o[n];
1646
+ return (!i || Object.keys(i).length === 0) && delete o[n], o;
1015
1647
  }, r);
1016
1648
  }
1017
- function we(e, r, n = !0) {
1649
+ function Qe(e, r, o = !0) {
1018
1650
  if (!r || typeof r != "string")
1019
1651
  return null;
1020
- if (e && e.vars && n) {
1021
- const t = `vars.${r}`.split(".").reduce((o, i) => o && o[i] ? o[i] : null, e);
1022
- if (t != null)
1023
- return t;
1652
+ if (e && e.vars && o) {
1653
+ const n = `vars.${r}`.split(".").reduce((i, a) => i && i[a] ? i[a] : null, e);
1654
+ if (n != null)
1655
+ return n;
1024
1656
  }
1025
- return r.split(".").reduce((t, o) => t && t[o] != null ? t[o] : null, e);
1657
+ return r.split(".").reduce((n, i) => n && n[i] != null ? n[i] : null, e);
1026
1658
  }
1027
- function Ee(e, r, n, t = n) {
1028
- let o;
1029
- return typeof e == "function" ? o = e(n) : Array.isArray(e) ? o = e[n] || t : o = we(e, n) || t, r && (o = r(o, t, e)), o;
1659
+ function Ze(e, r, o, n = o) {
1660
+ let i;
1661
+ return typeof e == "function" ? i = e(o) : Array.isArray(e) ? i = e[o] || n : i = Qe(e, o) || n, r && (i = r(i, n, e)), i;
1030
1662
  }
1031
- function I(e) {
1663
+ function Y(e) {
1032
1664
  const {
1033
1665
  prop: r,
1034
- cssProperty: n = e.prop,
1035
- themeKey: t,
1036
- transform: o
1037
- } = e, i = (a) => {
1038
- if (a[r] == null)
1666
+ cssProperty: o = e.prop,
1667
+ themeKey: n,
1668
+ transform: i
1669
+ } = e, a = (s) => {
1670
+ if (s[r] == null)
1039
1671
  return null;
1040
- const c = a[r], g = a.theme, f = we(g, t) || {};
1041
- return ne(a, c, (h) => {
1042
- let u = Ee(f, o, h);
1043
- return h === u && typeof h == "string" && (u = Ee(f, o, `${r}${h === "default" ? "" : wr(h)}`, h)), n === !1 ? u : {
1044
- [n]: u
1672
+ const f = s[r], d = s.theme, p = Qe(d, n) || {};
1673
+ return Te(s, f, (b) => {
1674
+ let l = Ze(p, i, b);
1675
+ return b === l && typeof b == "string" && (l = Ze(p, i, `${r}${b === "default" ? "" : gt(b)}`, b)), o === !1 ? l : {
1676
+ [o]: l
1045
1677
  };
1046
1678
  });
1047
1679
  };
1048
- return i.propTypes = process.env.NODE_ENV !== "production" ? {
1049
- [r]: oe
1050
- } : {}, i.filterProps = [r], i;
1680
+ return a.propTypes = process.env.NODE_ENV !== "production" ? {
1681
+ [r]: xe
1682
+ } : {}, a.filterProps = [r], a;
1051
1683
  }
1052
- function ct(e) {
1684
+ function On(e) {
1053
1685
  const r = {};
1054
- return (n) => (r[n] === void 0 && (r[n] = e(n)), r[n]);
1686
+ return (o) => (r[o] === void 0 && (r[o] = e(o)), r[o]);
1055
1687
  }
1056
- const ft = {
1688
+ const _n = {
1057
1689
  m: "margin",
1058
1690
  p: "padding"
1059
- }, lt = {
1691
+ }, Rn = {
1060
1692
  t: "Top",
1061
1693
  r: "Right",
1062
1694
  b: "Bottom",
1063
1695
  l: "Left",
1064
1696
  x: ["Left", "Right"],
1065
1697
  y: ["Top", "Bottom"]
1066
- }, dr = {
1698
+ }, et = {
1067
1699
  marginX: "mx",
1068
1700
  marginY: "my",
1069
1701
  paddingX: "px",
1070
1702
  paddingY: "py"
1071
- }, dt = ct((e) => {
1703
+ }, Cn = On((e) => {
1072
1704
  if (e.length > 2)
1073
- if (dr[e])
1074
- e = dr[e];
1705
+ if (et[e])
1706
+ e = et[e];
1075
1707
  else
1076
1708
  return [e];
1077
- const [r, n] = e.split(""), t = ft[r], o = lt[n] || "";
1078
- return Array.isArray(o) ? o.map((i) => t + i) : [t + o];
1079
- }), $e = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], Ce = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], pt = [...$e, ...Ce];
1080
- function he(e, r, n, t) {
1081
- var o;
1082
- const i = (o = we(e, r, !1)) != null ? o : n;
1083
- return typeof i == "number" ? (a) => typeof a == "string" ? a : (process.env.NODE_ENV !== "production" && typeof a != "number" && console.error(`MUI: Expected ${t} argument to be a number or a string, got ${a}.`), i * a) : Array.isArray(i) ? (a) => typeof a == "string" ? a : (process.env.NODE_ENV !== "production" && (Number.isInteger(a) ? a > i.length - 1 && console.error([`MUI: The value provided (${a}) overflows.`, `The supported values are: ${JSON.stringify(i)}.`, `${a} > ${i.length - 1}, you need to add the missing values.`].join(`
1709
+ const [r, o] = e.split(""), n = _n[r], i = Rn[o] || "";
1710
+ return Array.isArray(i) ? i.map((a) => n + a) : [n + i];
1711
+ }), er = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], rr = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], wn = [...er, ...rr];
1712
+ function Ve(e, r, o, n) {
1713
+ var i;
1714
+ const a = (i = Qe(e, r, !1)) != null ? i : o;
1715
+ return typeof a == "number" ? (s) => typeof s == "string" ? s : (process.env.NODE_ENV !== "production" && typeof s != "number" && console.error(`MUI: Expected ${n} argument to be a number or a string, got ${s}.`), a * s) : Array.isArray(a) ? (s) => typeof s == "string" ? s : (process.env.NODE_ENV !== "production" && (Number.isInteger(s) ? s > a.length - 1 && console.error([`MUI: The value provided (${s}) overflows.`, `The supported values are: ${JSON.stringify(a)}.`, `${s} > ${a.length - 1}, you need to add the missing values.`].join(`
1084
1716
  `)) : console.error([`MUI: The \`theme.${r}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${r}\` as a number.`].join(`
1085
- `))), i[a]) : typeof i == "function" ? i : (process.env.NODE_ENV !== "production" && console.error([`MUI: The \`theme.${r}\` value (${i}) is invalid.`, "It should be a number, an array or a function."].join(`
1717
+ `))), a[s]) : typeof a == "function" ? a : (process.env.NODE_ENV !== "production" && console.error([`MUI: The \`theme.${r}\` value (${a}) is invalid.`, "It should be a number, an array or a function."].join(`
1086
1718
  `)), () => {
1087
1719
  });
1088
1720
  }
1089
- function $r(e) {
1090
- return he(e, "spacing", 8, "spacing");
1721
+ function yt(e) {
1722
+ return Ve(e, "spacing", 8, "spacing");
1091
1723
  }
1092
- function be(e, r) {
1724
+ function qe(e, r) {
1093
1725
  if (typeof r == "string" || r == null)
1094
1726
  return r;
1095
- const n = Math.abs(r), t = e(n);
1096
- return r >= 0 ? t : typeof t == "number" ? -t : `-${t}`;
1727
+ const o = Math.abs(r), n = e(o);
1728
+ return r >= 0 ? n : typeof n == "number" ? -n : `-${n}`;
1097
1729
  }
1098
- function gt(e, r) {
1099
- return (n) => e.reduce((t, o) => (t[o] = be(r, n), t), {});
1730
+ function Sn(e, r) {
1731
+ return (o) => e.reduce((n, i) => (n[i] = qe(r, o), n), {});
1100
1732
  }
1101
- function yt(e, r, n, t) {
1102
- if (r.indexOf(n) === -1)
1733
+ function Pn(e, r, o, n) {
1734
+ if (r.indexOf(o) === -1)
1103
1735
  return null;
1104
- const o = dt(n), i = gt(o, t), a = e[n];
1105
- return ne(e, a, i);
1736
+ const i = Cn(o), a = Sn(i, n), s = e[o];
1737
+ return Te(e, s, a);
1106
1738
  }
1107
- function Cr(e, r) {
1108
- const n = $r(e.theme);
1109
- return Object.keys(e).map((t) => yt(e, r, t, n)).reduce(ye, {});
1739
+ function mt(e, r) {
1740
+ const o = yt(e.theme);
1741
+ return Object.keys(e).map((n) => Pn(e, r, n, o)).reduce(ze, {});
1110
1742
  }
1111
- function B(e) {
1112
- return Cr(e, $e);
1743
+ function q(e) {
1744
+ return mt(e, er);
1113
1745
  }
1114
- B.propTypes = process.env.NODE_ENV !== "production" ? $e.reduce((e, r) => (e[r] = oe, e), {}) : {};
1115
- B.filterProps = $e;
1116
- function D(e) {
1117
- return Cr(e, Ce);
1746
+ q.propTypes = process.env.NODE_ENV !== "production" ? er.reduce((e, r) => (e[r] = xe, e), {}) : {};
1747
+ q.filterProps = er;
1748
+ function H(e) {
1749
+ return mt(e, rr);
1118
1750
  }
1119
- D.propTypes = process.env.NODE_ENV !== "production" ? Ce.reduce((e, r) => (e[r] = oe, e), {}) : {};
1120
- D.filterProps = Ce;
1121
- process.env.NODE_ENV !== "production" && pt.reduce((e, r) => (e[r] = oe, e), {});
1122
- function mt(e = 8) {
1751
+ H.propTypes = process.env.NODE_ENV !== "production" ? rr.reduce((e, r) => (e[r] = xe, e), {}) : {};
1752
+ H.filterProps = rr;
1753
+ process.env.NODE_ENV !== "production" && wn.reduce((e, r) => (e[r] = xe, e), {});
1754
+ function An(e = 8) {
1123
1755
  if (e.mui)
1124
1756
  return e;
1125
- const r = $r({
1757
+ const r = yt({
1126
1758
  spacing: e
1127
- }), n = (...t) => (process.env.NODE_ENV !== "production" && (t.length <= 4 || console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${t.length}`)), (t.length === 0 ? [1] : t).map((i) => {
1128
- const a = r(i);
1129
- return typeof a == "number" ? `${a}px` : a;
1759
+ }), o = (...n) => (process.env.NODE_ENV !== "production" && (n.length <= 4 || console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)), (n.length === 0 ? [1] : n).map((a) => {
1760
+ const s = r(a);
1761
+ return typeof s == "number" ? `${s}px` : s;
1130
1762
  }).join(" "));
1131
- return n.mui = !0, n;
1763
+ return o.mui = !0, o;
1132
1764
  }
1133
- function Se(...e) {
1134
- const r = e.reduce((t, o) => (o.filterProps.forEach((i) => {
1135
- t[i] = o;
1136
- }), t), {}), n = (t) => Object.keys(t).reduce((o, i) => r[i] ? ye(o, r[i](t)) : o, {});
1137
- return n.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((t, o) => Object.assign(t, o.propTypes), {}) : {}, n.filterProps = e.reduce((t, o) => t.concat(o.filterProps), []), n;
1765
+ function tr(...e) {
1766
+ const r = e.reduce((n, i) => (i.filterProps.forEach((a) => {
1767
+ n[a] = i;
1768
+ }), n), {}), o = (n) => Object.keys(n).reduce((i, a) => r[a] ? ze(i, r[a](n)) : i, {});
1769
+ return o.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((n, i) => Object.assign(n, i.propTypes), {}) : {}, o.filterProps = e.reduce((n, i) => n.concat(i.filterProps), []), o;
1138
1770
  }
1139
- function re(e) {
1771
+ function me(e) {
1140
1772
  return typeof e != "number" ? e : `${e}px solid`;
1141
1773
  }
1142
- const ht = I({
1774
+ const $n = Y({
1143
1775
  prop: "border",
1144
1776
  themeKey: "borders",
1145
- transform: re
1146
- }), bt = I({
1777
+ transform: me
1778
+ }), kn = Y({
1147
1779
  prop: "borderTop",
1148
1780
  themeKey: "borders",
1149
- transform: re
1150
- }), vt = I({
1781
+ transform: me
1782
+ }), jn = Y({
1151
1783
  prop: "borderRight",
1152
1784
  themeKey: "borders",
1153
- transform: re
1154
- }), xt = I({
1785
+ transform: me
1786
+ }), In = Y({
1155
1787
  prop: "borderBottom",
1156
1788
  themeKey: "borders",
1157
- transform: re
1158
- }), Tt = I({
1789
+ transform: me
1790
+ }), Mn = Y({
1159
1791
  prop: "borderLeft",
1160
1792
  themeKey: "borders",
1161
- transform: re
1162
- }), Ot = I({
1793
+ transform: me
1794
+ }), Dn = Y({
1163
1795
  prop: "borderColor",
1164
1796
  themeKey: "palette"
1165
- }), Et = I({
1797
+ }), Fn = Y({
1166
1798
  prop: "borderTopColor",
1167
1799
  themeKey: "palette"
1168
- }), wt = I({
1800
+ }), Nn = Y({
1169
1801
  prop: "borderRightColor",
1170
1802
  themeKey: "palette"
1171
- }), $t = I({
1803
+ }), Bn = Y({
1172
1804
  prop: "borderBottomColor",
1173
1805
  themeKey: "palette"
1174
- }), Ct = I({
1806
+ }), Wn = Y({
1175
1807
  prop: "borderLeftColor",
1176
1808
  themeKey: "palette"
1177
- }), Ae = (e) => {
1809
+ }), nr = (e) => {
1178
1810
  if (e.borderRadius !== void 0 && e.borderRadius !== null) {
1179
- const r = he(e.theme, "shape.borderRadius", 4, "borderRadius"), n = (t) => ({
1180
- borderRadius: be(r, t)
1811
+ const r = Ve(e.theme, "shape.borderRadius", 4, "borderRadius"), o = (n) => ({
1812
+ borderRadius: qe(r, n)
1181
1813
  });
1182
- return ne(e, e.borderRadius, n);
1814
+ return Te(e, e.borderRadius, o);
1183
1815
  }
1184
1816
  return null;
1185
1817
  };
1186
- Ae.propTypes = process.env.NODE_ENV !== "production" ? {
1187
- borderRadius: oe
1818
+ nr.propTypes = process.env.NODE_ENV !== "production" ? {
1819
+ borderRadius: xe
1188
1820
  } : {};
1189
- Ae.filterProps = ["borderRadius"];
1190
- Se(ht, bt, vt, xt, Tt, Ot, Et, wt, $t, Ct, Ae);
1191
- const Pe = (e) => {
1821
+ nr.filterProps = ["borderRadius"];
1822
+ tr($n, kn, jn, In, Mn, Dn, Fn, Nn, Bn, Wn, nr);
1823
+ const or = (e) => {
1192
1824
  if (e.gap !== void 0 && e.gap !== null) {
1193
- const r = he(e.theme, "spacing", 8, "gap"), n = (t) => ({
1194
- gap: be(r, t)
1825
+ const r = Ve(e.theme, "spacing", 8, "gap"), o = (n) => ({
1826
+ gap: qe(r, n)
1195
1827
  });
1196
- return ne(e, e.gap, n);
1828
+ return Te(e, e.gap, o);
1197
1829
  }
1198
1830
  return null;
1199
1831
  };
1200
- Pe.propTypes = process.env.NODE_ENV !== "production" ? {
1201
- gap: oe
1832
+ or.propTypes = process.env.NODE_ENV !== "production" ? {
1833
+ gap: xe
1202
1834
  } : {};
1203
- Pe.filterProps = ["gap"];
1204
- const _e = (e) => {
1835
+ or.filterProps = ["gap"];
1836
+ const ir = (e) => {
1205
1837
  if (e.columnGap !== void 0 && e.columnGap !== null) {
1206
- const r = he(e.theme, "spacing", 8, "columnGap"), n = (t) => ({
1207
- columnGap: be(r, t)
1838
+ const r = Ve(e.theme, "spacing", 8, "columnGap"), o = (n) => ({
1839
+ columnGap: qe(r, n)
1208
1840
  });
1209
- return ne(e, e.columnGap, n);
1841
+ return Te(e, e.columnGap, o);
1210
1842
  }
1211
1843
  return null;
1212
1844
  };
1213
- _e.propTypes = process.env.NODE_ENV !== "production" ? {
1214
- columnGap: oe
1845
+ ir.propTypes = process.env.NODE_ENV !== "production" ? {
1846
+ columnGap: xe
1215
1847
  } : {};
1216
- _e.filterProps = ["columnGap"];
1217
- const Re = (e) => {
1848
+ ir.filterProps = ["columnGap"];
1849
+ const ar = (e) => {
1218
1850
  if (e.rowGap !== void 0 && e.rowGap !== null) {
1219
- const r = he(e.theme, "spacing", 8, "rowGap"), n = (t) => ({
1220
- rowGap: be(r, t)
1851
+ const r = Ve(e.theme, "spacing", 8, "rowGap"), o = (n) => ({
1852
+ rowGap: qe(r, n)
1221
1853
  });
1222
- return ne(e, e.rowGap, n);
1854
+ return Te(e, e.rowGap, o);
1223
1855
  }
1224
1856
  return null;
1225
1857
  };
1226
- Re.propTypes = process.env.NODE_ENV !== "production" ? {
1227
- rowGap: oe
1858
+ ar.propTypes = process.env.NODE_ENV !== "production" ? {
1859
+ rowGap: xe
1228
1860
  } : {};
1229
- Re.filterProps = ["rowGap"];
1230
- const St = I({
1861
+ ar.filterProps = ["rowGap"];
1862
+ const Un = Y({
1231
1863
  prop: "gridColumn"
1232
- }), At = I({
1864
+ }), Yn = Y({
1233
1865
  prop: "gridRow"
1234
- }), Pt = I({
1866
+ }), Ln = Y({
1235
1867
  prop: "gridAutoFlow"
1236
- }), _t = I({
1868
+ }), Gn = Y({
1237
1869
  prop: "gridAutoColumns"
1238
- }), Rt = I({
1870
+ }), zn = Y({
1239
1871
  prop: "gridAutoRows"
1240
- }), kt = I({
1872
+ }), Kn = Y({
1241
1873
  prop: "gridTemplateColumns"
1242
- }), It = I({
1874
+ }), Vn = Y({
1243
1875
  prop: "gridTemplateRows"
1244
- }), Mt = I({
1876
+ }), qn = Y({
1245
1877
  prop: "gridTemplateAreas"
1246
- }), jt = I({
1878
+ }), Hn = Y({
1247
1879
  prop: "gridArea"
1248
1880
  });
1249
- Se(Pe, _e, Re, St, At, Pt, _t, Rt, kt, It, Mt, jt);
1250
- function le(e, r) {
1881
+ tr(or, ir, ar, Un, Yn, Ln, Gn, zn, Kn, Vn, qn, Hn);
1882
+ function Me(e, r) {
1251
1883
  return r === "grey" ? r : e;
1252
1884
  }
1253
- const Nt = I({
1885
+ const Jn = Y({
1254
1886
  prop: "color",
1255
1887
  themeKey: "palette",
1256
- transform: le
1257
- }), Bt = I({
1888
+ transform: Me
1889
+ }), Xn = Y({
1258
1890
  prop: "bgcolor",
1259
1891
  cssProperty: "backgroundColor",
1260
1892
  themeKey: "palette",
1261
- transform: le
1262
- }), Dt = I({
1893
+ transform: Me
1894
+ }), Zn = Y({
1263
1895
  prop: "backgroundColor",
1264
1896
  themeKey: "palette",
1265
- transform: le
1897
+ transform: Me
1266
1898
  });
1267
- Se(Nt, Bt, Dt);
1268
- function q(e) {
1899
+ tr(Jn, Xn, Zn);
1900
+ function ue(e) {
1269
1901
  return e <= 1 && e !== 0 ? `${e * 100}%` : e;
1270
1902
  }
1271
- const Ft = I({
1903
+ const Qn = Y({
1272
1904
  prop: "width",
1273
- transform: q
1274
- }), Xe = (e) => {
1905
+ transform: ue
1906
+ }), _r = (e) => {
1275
1907
  if (e.maxWidth !== void 0 && e.maxWidth !== null) {
1276
- const r = (n) => {
1277
- var t, o;
1278
- const i = ((t = e.theme) == null || (t = t.breakpoints) == null || (t = t.values) == null ? void 0 : t[n]) || Je[n];
1279
- return i ? ((o = e.theme) == null || (o = o.breakpoints) == null ? void 0 : o.unit) !== "px" ? {
1280
- maxWidth: `${i}${e.theme.breakpoints.unit}`
1908
+ const r = (o) => {
1909
+ var n, i;
1910
+ const a = ((n = e.theme) == null || (n = n.breakpoints) == null || (n = n.values) == null ? void 0 : n[o]) || Or[o];
1911
+ return a ? ((i = e.theme) == null || (i = i.breakpoints) == null ? void 0 : i.unit) !== "px" ? {
1912
+ maxWidth: `${a}${e.theme.breakpoints.unit}`
1281
1913
  } : {
1282
- maxWidth: i
1914
+ maxWidth: a
1283
1915
  } : {
1284
- maxWidth: q(n)
1916
+ maxWidth: ue(o)
1285
1917
  };
1286
1918
  };
1287
- return ne(e, e.maxWidth, r);
1919
+ return Te(e, e.maxWidth, r);
1288
1920
  }
1289
1921
  return null;
1290
1922
  };
1291
- Xe.filterProps = ["maxWidth"];
1292
- const Ut = I({
1923
+ _r.filterProps = ["maxWidth"];
1924
+ const eo = Y({
1293
1925
  prop: "minWidth",
1294
- transform: q
1295
- }), Wt = I({
1926
+ transform: ue
1927
+ }), ro = Y({
1296
1928
  prop: "height",
1297
- transform: q
1298
- }), Gt = I({
1929
+ transform: ue
1930
+ }), to = Y({
1299
1931
  prop: "maxHeight",
1300
- transform: q
1301
- }), zt = I({
1932
+ transform: ue
1933
+ }), no = Y({
1302
1934
  prop: "minHeight",
1303
- transform: q
1935
+ transform: ue
1304
1936
  });
1305
- I({
1937
+ Y({
1306
1938
  prop: "size",
1307
1939
  cssProperty: "width",
1308
- transform: q
1940
+ transform: ue
1309
1941
  });
1310
- I({
1942
+ Y({
1311
1943
  prop: "size",
1312
1944
  cssProperty: "height",
1313
- transform: q
1945
+ transform: ue
1314
1946
  });
1315
- const Kt = I({
1947
+ const oo = Y({
1316
1948
  prop: "boxSizing"
1317
1949
  });
1318
- Se(Ft, Xe, Ut, Wt, Gt, zt, Kt);
1319
- const Lt = {
1950
+ tr(Qn, _r, eo, ro, to, no, oo);
1951
+ const io = {
1320
1952
  // borders
1321
1953
  border: {
1322
1954
  themeKey: "borders",
1323
- transform: re
1955
+ transform: me
1324
1956
  },
1325
1957
  borderTop: {
1326
1958
  themeKey: "borders",
1327
- transform: re
1959
+ transform: me
1328
1960
  },
1329
1961
  borderRight: {
1330
1962
  themeKey: "borders",
1331
- transform: re
1963
+ transform: me
1332
1964
  },
1333
1965
  borderBottom: {
1334
1966
  themeKey: "borders",
1335
- transform: re
1967
+ transform: me
1336
1968
  },
1337
1969
  borderLeft: {
1338
1970
  themeKey: "borders",
1339
- transform: re
1971
+ transform: me
1340
1972
  },
1341
1973
  borderColor: {
1342
1974
  themeKey: "palette"
@@ -1355,142 +1987,142 @@ const Lt = {
1355
1987
  },
1356
1988
  borderRadius: {
1357
1989
  themeKey: "shape.borderRadius",
1358
- style: Ae
1990
+ style: nr
1359
1991
  },
1360
1992
  // palette
1361
1993
  color: {
1362
1994
  themeKey: "palette",
1363
- transform: le
1995
+ transform: Me
1364
1996
  },
1365
1997
  bgcolor: {
1366
1998
  themeKey: "palette",
1367
1999
  cssProperty: "backgroundColor",
1368
- transform: le
2000
+ transform: Me
1369
2001
  },
1370
2002
  backgroundColor: {
1371
2003
  themeKey: "palette",
1372
- transform: le
2004
+ transform: Me
1373
2005
  },
1374
2006
  // spacing
1375
2007
  p: {
1376
- style: D
2008
+ style: H
1377
2009
  },
1378
2010
  pt: {
1379
- style: D
2011
+ style: H
1380
2012
  },
1381
2013
  pr: {
1382
- style: D
2014
+ style: H
1383
2015
  },
1384
2016
  pb: {
1385
- style: D
2017
+ style: H
1386
2018
  },
1387
2019
  pl: {
1388
- style: D
2020
+ style: H
1389
2021
  },
1390
2022
  px: {
1391
- style: D
2023
+ style: H
1392
2024
  },
1393
2025
  py: {
1394
- style: D
2026
+ style: H
1395
2027
  },
1396
2028
  padding: {
1397
- style: D
2029
+ style: H
1398
2030
  },
1399
2031
  paddingTop: {
1400
- style: D
2032
+ style: H
1401
2033
  },
1402
2034
  paddingRight: {
1403
- style: D
2035
+ style: H
1404
2036
  },
1405
2037
  paddingBottom: {
1406
- style: D
2038
+ style: H
1407
2039
  },
1408
2040
  paddingLeft: {
1409
- style: D
2041
+ style: H
1410
2042
  },
1411
2043
  paddingX: {
1412
- style: D
2044
+ style: H
1413
2045
  },
1414
2046
  paddingY: {
1415
- style: D
2047
+ style: H
1416
2048
  },
1417
2049
  paddingInline: {
1418
- style: D
2050
+ style: H
1419
2051
  },
1420
2052
  paddingInlineStart: {
1421
- style: D
2053
+ style: H
1422
2054
  },
1423
2055
  paddingInlineEnd: {
1424
- style: D
2056
+ style: H
1425
2057
  },
1426
2058
  paddingBlock: {
1427
- style: D
2059
+ style: H
1428
2060
  },
1429
2061
  paddingBlockStart: {
1430
- style: D
2062
+ style: H
1431
2063
  },
1432
2064
  paddingBlockEnd: {
1433
- style: D
2065
+ style: H
1434
2066
  },
1435
2067
  m: {
1436
- style: B
2068
+ style: q
1437
2069
  },
1438
2070
  mt: {
1439
- style: B
2071
+ style: q
1440
2072
  },
1441
2073
  mr: {
1442
- style: B
2074
+ style: q
1443
2075
  },
1444
2076
  mb: {
1445
- style: B
2077
+ style: q
1446
2078
  },
1447
2079
  ml: {
1448
- style: B
2080
+ style: q
1449
2081
  },
1450
2082
  mx: {
1451
- style: B
2083
+ style: q
1452
2084
  },
1453
2085
  my: {
1454
- style: B
2086
+ style: q
1455
2087
  },
1456
2088
  margin: {
1457
- style: B
2089
+ style: q
1458
2090
  },
1459
2091
  marginTop: {
1460
- style: B
2092
+ style: q
1461
2093
  },
1462
2094
  marginRight: {
1463
- style: B
2095
+ style: q
1464
2096
  },
1465
2097
  marginBottom: {
1466
- style: B
2098
+ style: q
1467
2099
  },
1468
2100
  marginLeft: {
1469
- style: B
2101
+ style: q
1470
2102
  },
1471
2103
  marginX: {
1472
- style: B
2104
+ style: q
1473
2105
  },
1474
2106
  marginY: {
1475
- style: B
2107
+ style: q
1476
2108
  },
1477
2109
  marginInline: {
1478
- style: B
2110
+ style: q
1479
2111
  },
1480
2112
  marginInlineStart: {
1481
- style: B
2113
+ style: q
1482
2114
  },
1483
2115
  marginInlineEnd: {
1484
- style: B
2116
+ style: q
1485
2117
  },
1486
2118
  marginBlock: {
1487
- style: B
2119
+ style: q
1488
2120
  },
1489
2121
  marginBlockStart: {
1490
- style: B
2122
+ style: q
1491
2123
  },
1492
2124
  marginBlockEnd: {
1493
- style: B
2125
+ style: q
1494
2126
  },
1495
2127
  // display
1496
2128
  displayPrint: {
@@ -1522,13 +2154,13 @@ const Lt = {
1522
2154
  justifySelf: {},
1523
2155
  // grid
1524
2156
  gap: {
1525
- style: Pe
2157
+ style: or
1526
2158
  },
1527
2159
  rowGap: {
1528
- style: Re
2160
+ style: ar
1529
2161
  },
1530
2162
  columnGap: {
1531
- style: _e
2163
+ style: ir
1532
2164
  },
1533
2165
  gridColumn: {},
1534
2166
  gridRow: {},
@@ -1554,22 +2186,22 @@ const Lt = {
1554
2186
  },
1555
2187
  // sizing
1556
2188
  width: {
1557
- transform: q
2189
+ transform: ue
1558
2190
  },
1559
2191
  maxWidth: {
1560
- style: Xe
2192
+ style: _r
1561
2193
  },
1562
2194
  minWidth: {
1563
- transform: q
2195
+ transform: ue
1564
2196
  },
1565
2197
  height: {
1566
- transform: q
2198
+ transform: ue
1567
2199
  },
1568
2200
  maxHeight: {
1569
- transform: q
2201
+ transform: ue
1570
2202
  },
1571
2203
  minHeight: {
1572
- transform: q
2204
+ transform: ue
1573
2205
  },
1574
2206
  boxSizing: {},
1575
2207
  // typography
@@ -1593,202 +2225,202 @@ const Lt = {
1593
2225
  cssProperty: !1,
1594
2226
  themeKey: "typography"
1595
2227
  }
1596
- }, Ze = Lt;
1597
- function Yt(...e) {
1598
- const r = e.reduce((t, o) => t.concat(Object.keys(o)), []), n = new Set(r);
1599
- return e.every((t) => n.size === Object.keys(t).length);
2228
+ }, Rr = io;
2229
+ function ao(...e) {
2230
+ const r = e.reduce((n, i) => n.concat(Object.keys(i)), []), o = new Set(r);
2231
+ return e.every((n) => o.size === Object.keys(n).length);
1600
2232
  }
1601
- function qt(e, r) {
2233
+ function so(e, r) {
1602
2234
  return typeof e == "function" ? e(r) : e;
1603
2235
  }
1604
- function Vt() {
1605
- function e(n, t, o, i) {
1606
- const a = {
1607
- [n]: t,
1608
- theme: o
1609
- }, c = i[n];
1610
- if (!c)
2236
+ function uo() {
2237
+ function e(o, n, i, a) {
2238
+ const s = {
2239
+ [o]: n,
2240
+ theme: i
2241
+ }, f = a[o];
2242
+ if (!f)
1611
2243
  return {
1612
- [n]: t
2244
+ [o]: n
1613
2245
  };
1614
2246
  const {
1615
- cssProperty: g = n,
1616
- themeKey: f,
1617
- transform: m,
1618
- style: h
1619
- } = c;
1620
- if (t == null)
2247
+ cssProperty: d = o,
2248
+ themeKey: p,
2249
+ transform: g,
2250
+ style: b
2251
+ } = f;
2252
+ if (n == null)
1621
2253
  return null;
1622
- if (f === "typography" && t === "inherit")
2254
+ if (p === "typography" && n === "inherit")
1623
2255
  return {
1624
- [n]: t
2256
+ [o]: n
1625
2257
  };
1626
- const u = we(o, f) || {};
1627
- return h ? h(a) : ne(a, t, (v) => {
1628
- let l = Ee(u, m, v);
1629
- return v === l && typeof v == "string" && (l = Ee(u, m, `${n}${v === "default" ? "" : wr(v)}`, v)), g === !1 ? l : {
1630
- [g]: l
2258
+ const l = Qe(i, p) || {};
2259
+ return b ? b(s) : Te(s, n, (x) => {
2260
+ let h = Ze(l, g, x);
2261
+ return x === h && typeof x == "string" && (h = Ze(l, g, `${o}${x === "default" ? "" : gt(x)}`, x)), d === !1 ? h : {
2262
+ [d]: h
1631
2263
  };
1632
2264
  });
1633
2265
  }
1634
- function r(n) {
1635
- var t;
2266
+ function r(o) {
2267
+ var n;
1636
2268
  const {
1637
- sx: o,
1638
- theme: i = {}
1639
- } = n || {};
1640
- if (!o)
2269
+ sx: i,
2270
+ theme: a = {}
2271
+ } = o || {};
2272
+ if (!i)
1641
2273
  return null;
1642
- const a = (t = i.unstable_sxConfig) != null ? t : Ze;
1643
- function c(g) {
1644
- let f = g;
1645
- if (typeof g == "function")
1646
- f = g(i);
1647
- else if (typeof g != "object")
1648
- return g;
1649
- if (!f)
2274
+ const s = (n = a.unstable_sxConfig) != null ? n : Rr;
2275
+ function f(d) {
2276
+ let p = d;
2277
+ if (typeof d == "function")
2278
+ p = d(a);
2279
+ else if (typeof d != "object")
2280
+ return d;
2281
+ if (!p)
1650
2282
  return null;
1651
- const m = st(i.breakpoints), h = Object.keys(m);
1652
- let u = m;
1653
- return Object.keys(f).forEach((b) => {
1654
- const v = qt(f[b], i);
1655
- if (v != null)
1656
- if (typeof v == "object")
1657
- if (a[b])
1658
- u = ye(u, e(b, v, i, a));
2283
+ const g = Tn(a.breakpoints), b = Object.keys(g);
2284
+ let l = g;
2285
+ return Object.keys(p).forEach((T) => {
2286
+ const x = so(p[T], a);
2287
+ if (x != null)
2288
+ if (typeof x == "object")
2289
+ if (s[T])
2290
+ l = ze(l, e(T, x, a, s));
1659
2291
  else {
1660
- const l = ne({
1661
- theme: i
1662
- }, v, (O) => ({
1663
- [b]: O
2292
+ const h = Te({
2293
+ theme: a
2294
+ }, x, (S) => ({
2295
+ [T]: S
1664
2296
  }));
1665
- Yt(l, v) ? u[b] = r({
1666
- sx: v,
1667
- theme: i
1668
- }) : u = ye(u, l);
2297
+ ao(h, x) ? l[T] = r({
2298
+ sx: x,
2299
+ theme: a
2300
+ }) : l = ze(l, h);
1669
2301
  }
1670
2302
  else
1671
- u = ye(u, e(b, v, i, a));
1672
- }), ut(h, u);
2303
+ l = ze(l, e(T, x, a, s));
2304
+ }), xn(b, l);
1673
2305
  }
1674
- return Array.isArray(o) ? o.map(c) : c(o);
2306
+ return Array.isArray(i) ? i.map(f) : f(i);
1675
2307
  }
1676
2308
  return r;
1677
2309
  }
1678
- const Sr = Vt();
1679
- Sr.filterProps = ["sx"];
1680
- const Ar = Sr, Ht = ["breakpoints", "palette", "spacing", "shape"];
1681
- function Jt(e = {}, ...r) {
2310
+ const ht = uo();
2311
+ ht.filterProps = ["sx"];
2312
+ const bt = ht, co = ["breakpoints", "palette", "spacing", "shape"];
2313
+ function lo(e = {}, ...r) {
1682
2314
  const {
1683
- breakpoints: n = {},
1684
- palette: t = {},
1685
- spacing: o,
1686
- shape: i = {}
1687
- } = e, a = pe(e, Ht), c = nt(n), g = mt(o);
1688
- let f = te({
1689
- breakpoints: c,
2315
+ breakpoints: o = {},
2316
+ palette: n = {},
2317
+ spacing: i,
2318
+ shape: a = {}
2319
+ } = e, s = Fe(e, co), f = hn(o), d = An(i);
2320
+ let p = Ee({
2321
+ breakpoints: f,
1690
2322
  direction: "ltr",
1691
2323
  components: {},
1692
2324
  // Inject component definitions.
1693
- palette: K({
2325
+ palette: re({
1694
2326
  mode: "light"
1695
- }, t),
1696
- spacing: g,
1697
- shape: K({}, it, i)
1698
- }, a);
1699
- return f = r.reduce((m, h) => te(m, h), f), f.unstable_sxConfig = K({}, Ze, a == null ? void 0 : a.unstable_sxConfig), f.unstable_sx = function(h) {
1700
- return Ar({
1701
- sx: h,
2327
+ }, n),
2328
+ spacing: d,
2329
+ shape: re({}, vn, a)
2330
+ }, s);
2331
+ return p = r.reduce((g, b) => Ee(g, b), p), p.unstable_sxConfig = re({}, Rr, s == null ? void 0 : s.unstable_sxConfig), p.unstable_sx = function(b) {
2332
+ return bt({
2333
+ sx: b,
1702
2334
  theme: this
1703
2335
  });
1704
- }, f;
2336
+ }, p;
1705
2337
  }
1706
- function Qe(e, r = 0, n = 1) {
1707
- return process.env.NODE_ENV !== "production" && (e < r || e > n) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${n}].`), Math.min(Math.max(r, e), n);
2338
+ function Cr(e, r = 0, o = 1) {
2339
+ return process.env.NODE_ENV !== "production" && (e < r || e > o) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${o}].`), Math.min(Math.max(r, e), o);
1708
2340
  }
1709
- function Xt(e) {
2341
+ function fo(e) {
1710
2342
  e = e.slice(1);
1711
2343
  const r = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
1712
- let n = e.match(r);
1713
- return n && n[0].length === 1 && (n = n.map((t) => t + t)), n ? `rgb${n.length === 4 ? "a" : ""}(${n.map((t, o) => o < 3 ? parseInt(t, 16) : Math.round(parseInt(t, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
2344
+ let o = e.match(r);
2345
+ return o && o[0].length === 1 && (o = o.map((n) => n + n)), o ? `rgb${o.length === 4 ? "a" : ""}(${o.map((n, i) => i < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
1714
2346
  }
1715
- function se(e) {
2347
+ function Re(e) {
1716
2348
  if (e.type)
1717
2349
  return e;
1718
2350
  if (e.charAt(0) === "#")
1719
- return se(Xt(e));
1720
- const r = e.indexOf("("), n = e.substring(0, r);
1721
- if (["rgb", "rgba", "hsl", "hsla", "color"].indexOf(n) === -1)
2351
+ return Re(fo(e));
2352
+ const r = e.indexOf("("), o = e.substring(0, r);
2353
+ if (["rgb", "rgba", "hsl", "hsla", "color"].indexOf(o) === -1)
1722
2354
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
1723
- The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : de(9, e));
1724
- let t = e.substring(r + 1, e.length - 1), o;
1725
- if (n === "color") {
1726
- if (t = t.split(" "), o = t.shift(), t.length === 4 && t[3].charAt(0) === "/" && (t[3] = t[3].slice(1)), ["srgb", "display-p3", "a98-rgb", "prophoto-rgb", "rec-2020"].indexOf(o) === -1)
1727
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${o}\` color space.
1728
- The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : de(10, o));
2355
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : De(9, e));
2356
+ let n = e.substring(r + 1, e.length - 1), i;
2357
+ if (o === "color") {
2358
+ if (n = n.split(" "), i = 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(i) === -1)
2359
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${i}\` color space.
2360
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : De(10, i));
1729
2361
  } else
1730
- t = t.split(",");
1731
- return t = t.map((i) => parseFloat(i)), {
1732
- type: n,
1733
- values: t,
1734
- colorSpace: o
2362
+ n = n.split(",");
2363
+ return n = n.map((a) => parseFloat(a)), {
2364
+ type: o,
2365
+ values: n,
2366
+ colorSpace: i
1735
2367
  };
1736
2368
  }
1737
- function ke(e) {
2369
+ function sr(e) {
1738
2370
  const {
1739
2371
  type: r,
1740
- colorSpace: n
2372
+ colorSpace: o
1741
2373
  } = e;
1742
2374
  let {
1743
- values: t
2375
+ values: n
1744
2376
  } = e;
1745
- return r.indexOf("rgb") !== -1 ? t = t.map((o, i) => i < 3 ? parseInt(o, 10) : o) : r.indexOf("hsl") !== -1 && (t[1] = `${t[1]}%`, t[2] = `${t[2]}%`), r.indexOf("color") !== -1 ? t = `${n} ${t.join(" ")}` : t = `${t.join(", ")}`, `${r}(${t})`;
2377
+ return r.indexOf("rgb") !== -1 ? n = n.map((i, a) => a < 3 ? parseInt(i, 10) : i) : r.indexOf("hsl") !== -1 && (n[1] = `${n[1]}%`, n[2] = `${n[2]}%`), r.indexOf("color") !== -1 ? n = `${o} ${n.join(" ")}` : n = `${n.join(", ")}`, `${r}(${n})`;
1746
2378
  }
1747
- function Zt(e) {
1748
- e = se(e);
2379
+ function po(e) {
2380
+ e = Re(e);
1749
2381
  const {
1750
2382
  values: r
1751
- } = e, n = r[0], t = r[1] / 100, o = r[2] / 100, i = t * Math.min(o, 1 - o), a = (f, m = (f + n / 30) % 12) => o - i * Math.max(Math.min(m - 3, 9 - m, 1), -1);
1752
- let c = "rgb";
1753
- const g = [Math.round(a(0) * 255), Math.round(a(8) * 255), Math.round(a(4) * 255)];
1754
- return e.type === "hsla" && (c += "a", g.push(r[3])), ke({
1755
- type: c,
1756
- values: g
2383
+ } = e, o = r[0], n = r[1] / 100, i = r[2] / 100, a = n * Math.min(i, 1 - i), s = (p, g = (p + o / 30) % 12) => i - a * Math.max(Math.min(g - 3, 9 - g, 1), -1);
2384
+ let f = "rgb";
2385
+ const d = [Math.round(s(0) * 255), Math.round(s(8) * 255), Math.round(s(4) * 255)];
2386
+ return e.type === "hsla" && (f += "a", d.push(r[3])), sr({
2387
+ type: f,
2388
+ values: d
1757
2389
  });
1758
2390
  }
1759
- function pr(e) {
1760
- e = se(e);
1761
- let r = e.type === "hsl" || e.type === "hsla" ? se(Zt(e)).values : e.values;
1762
- return r = r.map((n) => (e.type !== "color" && (n /= 255), n <= 0.03928 ? n / 12.92 : ((n + 0.055) / 1.055) ** 2.4)), Number((0.2126 * r[0] + 0.7152 * r[1] + 0.0722 * r[2]).toFixed(3));
2391
+ function rt(e) {
2392
+ e = Re(e);
2393
+ let r = e.type === "hsl" || e.type === "hsla" ? Re(po(e)).values : e.values;
2394
+ return r = r.map((o) => (e.type !== "color" && (o /= 255), o <= 0.03928 ? o / 12.92 : ((o + 0.055) / 1.055) ** 2.4)), Number((0.2126 * r[0] + 0.7152 * r[1] + 0.0722 * r[2]).toFixed(3));
1763
2395
  }
1764
- function gr(e, r) {
1765
- const n = pr(e), t = pr(r);
1766
- return (Math.max(n, t) + 0.05) / (Math.min(n, t) + 0.05);
2396
+ function tt(e, r) {
2397
+ const o = rt(e), n = rt(r);
2398
+ return (Math.max(o, n) + 0.05) / (Math.min(o, n) + 0.05);
1767
2399
  }
1768
- function ce(e, r) {
1769
- return e = se(e), r = Qe(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, ke(e);
2400
+ function je(e, r) {
2401
+ return e = Re(e), r = Cr(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, sr(e);
1770
2402
  }
1771
- function Qt(e, r) {
1772
- if (e = se(e), r = Qe(r), e.type.indexOf("hsl") !== -1)
2403
+ function go(e, r) {
2404
+ if (e = Re(e), r = Cr(r), e.type.indexOf("hsl") !== -1)
1773
2405
  e.values[2] *= 1 - r;
1774
2406
  else if (e.type.indexOf("rgb") !== -1 || e.type.indexOf("color") !== -1)
1775
- for (let n = 0; n < 3; n += 1)
1776
- e.values[n] *= 1 - r;
1777
- return ke(e);
2407
+ for (let o = 0; o < 3; o += 1)
2408
+ e.values[o] *= 1 - r;
2409
+ return sr(e);
1778
2410
  }
1779
- function en(e, r) {
1780
- if (e = se(e), r = Qe(r), e.type.indexOf("hsl") !== -1)
2411
+ function yo(e, r) {
2412
+ if (e = Re(e), r = Cr(r), e.type.indexOf("hsl") !== -1)
1781
2413
  e.values[2] += (100 - e.values[2]) * r;
1782
2414
  else if (e.type.indexOf("rgb") !== -1)
1783
- for (let n = 0; n < 3; n += 1)
1784
- e.values[n] += (255 - e.values[n]) * r;
2415
+ for (let o = 0; o < 3; o += 1)
2416
+ e.values[o] += (255 - e.values[o]) * r;
1785
2417
  else if (e.type.indexOf("color") !== -1)
1786
- for (let n = 0; n < 3; n += 1)
1787
- e.values[n] += (1 - e.values[n]) * r;
1788
- return ke(e);
2418
+ for (let o = 0; o < 3; o += 1)
2419
+ e.values[o] += (1 - e.values[o]) * r;
2420
+ return sr(e);
1789
2421
  }
1790
- function rn(e, r) {
1791
- return K({
2422
+ function mo(e, r) {
2423
+ return re({
1792
2424
  toolbar: {
1793
2425
  minHeight: 56,
1794
2426
  [e.up("xs")]: {
@@ -1802,7 +2434,7 @@ function rn(e, r) {
1802
2434
  }
1803
2435
  }, r);
1804
2436
  }
1805
- const tn = ["mode", "contrastThreshold", "tonalOffset"], yr = {
2437
+ const ho = ["mode", "contrastThreshold", "tonalOffset"], nt = {
1806
2438
  // The colors used to style the text.
1807
2439
  text: {
1808
2440
  // The most important text.
@@ -1817,8 +2449,8 @@ const tn = ["mode", "contrastThreshold", "tonalOffset"], yr = {
1817
2449
  // The background colors used to style the surfaces.
1818
2450
  // Consistency between these values is important.
1819
2451
  background: {
1820
- paper: me.white,
1821
- default: me.white
2452
+ paper: Ke.white,
2453
+ default: Ke.white
1822
2454
  },
1823
2455
  // The colors used to style the action elements.
1824
2456
  action: {
@@ -1839,9 +2471,9 @@ const tn = ["mode", "contrastThreshold", "tonalOffset"], yr = {
1839
2471
  focusOpacity: 0.12,
1840
2472
  activatedOpacity: 0.12
1841
2473
  }
1842
- }, qe = {
2474
+ }, vr = {
1843
2475
  text: {
1844
- primary: me.white,
2476
+ primary: Ke.white,
1845
2477
  secondary: "rgba(255, 255, 255, 0.7)",
1846
2478
  disabled: "rgba(255, 255, 255, 0.5)",
1847
2479
  icon: "rgba(255, 255, 255, 0.5)"
@@ -1852,7 +2484,7 @@ const tn = ["mode", "contrastThreshold", "tonalOffset"], yr = {
1852
2484
  default: "#121212"
1853
2485
  },
1854
2486
  action: {
1855
- active: me.white,
2487
+ active: Ke.white,
1856
2488
  hover: "rgba(255, 255, 255, 0.08)",
1857
2489
  hoverOpacity: 0.08,
1858
2490
  selected: "rgba(255, 255, 255, 0.16)",
@@ -1865,105 +2497,105 @@ const tn = ["mode", "contrastThreshold", "tonalOffset"], yr = {
1865
2497
  activatedOpacity: 0.24
1866
2498
  }
1867
2499
  };
1868
- function mr(e, r, n, t) {
1869
- const o = t.light || t, i = t.dark || t * 1.5;
1870
- e[r] || (e.hasOwnProperty(n) ? e[r] = e[n] : r === "light" ? e.light = en(e.main, o) : r === "dark" && (e.dark = Qt(e.main, i)));
2500
+ function ot(e, r, o, n) {
2501
+ const i = n.light || n, a = n.dark || n * 1.5;
2502
+ e[r] || (e.hasOwnProperty(o) ? e[r] = e[o] : r === "light" ? e.light = yo(e.main, i) : r === "dark" && (e.dark = go(e.main, a)));
1871
2503
  }
1872
- function nn(e = "light") {
2504
+ function bo(e = "light") {
1873
2505
  return e === "dark" ? {
1874
- main: _[200],
1875
- light: _[50],
1876
- dark: _[400]
2506
+ main: B[200],
2507
+ light: B[50],
2508
+ dark: B[400]
1877
2509
  } : {
1878
- main: _[700],
1879
- light: _[400],
1880
- dark: _[800]
2510
+ main: B[700],
2511
+ light: B[400],
2512
+ dark: B[800]
1881
2513
  };
1882
2514
  }
1883
- function on(e = "light") {
2515
+ function vo(e = "light") {
1884
2516
  return e === "dark" ? {
1885
- main: z[200],
1886
- light: z[50],
1887
- dark: z[400]
2517
+ main: ee[200],
2518
+ light: ee[50],
2519
+ dark: ee[400]
1888
2520
  } : {
1889
- main: z[500],
1890
- light: z[300],
1891
- dark: z[700]
1892
- };
1893
- }
1894
- function an(e = "light") {
1895
- return e === "dark" ? {
1896
2521
  main: ee[500],
1897
2522
  light: ee[300],
1898
2523
  dark: ee[700]
2524
+ };
2525
+ }
2526
+ function Eo(e = "light") {
2527
+ return e === "dark" ? {
2528
+ main: ye[500],
2529
+ light: ye[300],
2530
+ dark: ye[700]
1899
2531
  } : {
1900
- main: ee[700],
1901
- light: ee[400],
1902
- dark: ee[800]
2532
+ main: ye[700],
2533
+ light: ye[400],
2534
+ dark: ye[800]
1903
2535
  };
1904
2536
  }
1905
- function sn(e = "light") {
2537
+ function To(e = "light") {
1906
2538
  return e === "dark" ? {
1907
- main: L[400],
1908
- light: L[300],
1909
- dark: L[700]
2539
+ main: te[400],
2540
+ light: te[300],
2541
+ dark: te[700]
1910
2542
  } : {
1911
- main: L[700],
1912
- light: L[500],
1913
- dark: L[900]
2543
+ main: te[700],
2544
+ light: te[500],
2545
+ dark: te[900]
1914
2546
  };
1915
2547
  }
1916
- function un(e = "light") {
2548
+ function xo(e = "light") {
1917
2549
  return e === "dark" ? {
1918
- main: U[400],
1919
- light: U[300],
1920
- dark: U[700]
2550
+ main: X[400],
2551
+ light: X[300],
2552
+ dark: X[700]
1921
2553
  } : {
1922
- main: U[800],
1923
- light: U[500],
1924
- dark: U[900]
2554
+ main: X[800],
2555
+ light: X[500],
2556
+ dark: X[900]
1925
2557
  };
1926
2558
  }
1927
- function cn(e = "light") {
2559
+ function Oo(e = "light") {
1928
2560
  return e === "dark" ? {
1929
- main: G[400],
1930
- light: G[300],
1931
- dark: G[700]
2561
+ main: Q[400],
2562
+ light: Q[300],
2563
+ dark: Q[700]
1932
2564
  } : {
1933
2565
  main: "#ed6c02",
1934
2566
  // closest to orange[800] that pass 3:1.
1935
- light: G[500],
1936
- dark: G[900]
2567
+ light: Q[500],
2568
+ dark: Q[900]
1937
2569
  };
1938
2570
  }
1939
- function fn(e) {
2571
+ function _o(e) {
1940
2572
  const {
1941
2573
  mode: r = "light",
1942
- contrastThreshold: n = 3,
1943
- tonalOffset: t = 0.2
1944
- } = e, o = pe(e, tn), i = e.primary || nn(r), a = e.secondary || on(r), c = e.error || an(r), g = e.info || sn(r), f = e.success || un(r), m = e.warning || cn(r);
1945
- function h(l) {
1946
- const O = gr(l, qe.text.primary) >= n ? qe.text.primary : yr.text.primary;
2574
+ contrastThreshold: o = 3,
2575
+ tonalOffset: n = 0.2
2576
+ } = e, i = Fe(e, ho), a = e.primary || bo(r), s = e.secondary || vo(r), f = e.error || Eo(r), d = e.info || To(r), p = e.success || xo(r), g = e.warning || Oo(r);
2577
+ function b(h) {
2578
+ const S = tt(h, vr.text.primary) >= o ? vr.text.primary : nt.text.primary;
1947
2579
  if (process.env.NODE_ENV !== "production") {
1948
- const j = gr(l, O);
1949
- j < 3 && console.error([`MUI: The contrast ratio of ${j}:1 for ${O} on ${l}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
2580
+ const F = tt(h, S);
2581
+ F < 3 && console.error([`MUI: The contrast ratio of ${F}:1 for ${S} on ${h}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
1950
2582
  `));
1951
2583
  }
1952
- return O;
2584
+ return S;
1953
2585
  }
1954
- const u = ({
1955
- color: l,
1956
- name: O,
1957
- mainShade: j = 500,
1958
- lightShade: V = 300,
1959
- darkShade: F = 700
2586
+ const l = ({
2587
+ color: h,
2588
+ name: S,
2589
+ mainShade: F = 500,
2590
+ lightShade: G = 300,
2591
+ darkShade: K = 700
1960
2592
  }) => {
1961
- if (l = K({}, l), !l.main && l[j] && (l.main = l[j]), !l.hasOwnProperty("main"))
1962
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${O ? ` (${O})` : ""} provided to augmentColor(color) is invalid.
1963
- The color object needs to have a \`main\` property or a \`${j}\` property.` : de(11, O ? ` (${O})` : "", j));
1964
- if (typeof l.main != "string")
1965
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${O ? ` (${O})` : ""} provided to augmentColor(color) is invalid.
1966
- \`color.main\` should be a string, but \`${JSON.stringify(l.main)}\` was provided instead.
2593
+ if (h = re({}, h), !h.main && h[F] && (h.main = h[F]), !h.hasOwnProperty("main"))
2594
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${S ? ` (${S})` : ""} provided to augmentColor(color) is invalid.
2595
+ The color object needs to have a \`main\` property or a \`${F}\` property.` : De(11, S ? ` (${S})` : "", F));
2596
+ if (typeof h.main != "string")
2597
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${S ? ` (${S})` : ""} provided to augmentColor(color) is invalid.
2598
+ \`color.main\` should be a string, but \`${JSON.stringify(h.main)}\` was provided instead.
1967
2599
 
1968
2600
  Did you intend to use one of the following approaches?
1969
2601
 
@@ -1975,113 +2607,113 @@ const theme1 = createTheme({ palette: {
1975
2607
 
1976
2608
  const theme2 = createTheme({ palette: {
1977
2609
  primary: { main: green[500] },
1978
- } });` : de(12, O ? ` (${O})` : "", JSON.stringify(l.main)));
1979
- return mr(l, "light", V, t), mr(l, "dark", F, t), l.contrastText || (l.contrastText = h(l.main)), l;
1980
- }, b = {
1981
- dark: qe,
1982
- light: yr
2610
+ } });` : De(12, S ? ` (${S})` : "", JSON.stringify(h.main)));
2611
+ return ot(h, "light", G, n), ot(h, "dark", K, n), h.contrastText || (h.contrastText = b(h.main)), h;
2612
+ }, T = {
2613
+ dark: vr,
2614
+ light: nt
1983
2615
  };
1984
- return process.env.NODE_ENV !== "production" && (b[r] || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), te(K({
2616
+ return process.env.NODE_ENV !== "production" && (T[r] || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), Ee(re({
1985
2617
  // A collection of common colors.
1986
- common: K({}, me),
2618
+ common: re({}, Ke),
1987
2619
  // prevent mutable object.
1988
2620
  // The palette mode, can be light or dark.
1989
2621
  mode: r,
1990
2622
  // The colors used to represent primary interface elements for a user.
1991
- primary: u({
1992
- color: i,
2623
+ primary: l({
2624
+ color: a,
1993
2625
  name: "primary"
1994
2626
  }),
1995
2627
  // The colors used to represent secondary interface elements for a user.
1996
- secondary: u({
1997
- color: a,
2628
+ secondary: l({
2629
+ color: s,
1998
2630
  name: "secondary",
1999
2631
  mainShade: "A400",
2000
2632
  lightShade: "A200",
2001
2633
  darkShade: "A700"
2002
2634
  }),
2003
2635
  // The colors used to represent interface elements that the user should be made aware of.
2004
- error: u({
2005
- color: c,
2636
+ error: l({
2637
+ color: f,
2006
2638
  name: "error"
2007
2639
  }),
2008
2640
  // The colors used to represent potentially dangerous actions or important messages.
2009
- warning: u({
2010
- color: m,
2641
+ warning: l({
2642
+ color: g,
2011
2643
  name: "warning"
2012
2644
  }),
2013
2645
  // The colors used to present information to the user that is neutral and not necessarily important.
2014
- info: u({
2015
- color: g,
2646
+ info: l({
2647
+ color: d,
2016
2648
  name: "info"
2017
2649
  }),
2018
2650
  // The colors used to indicate the successful completion of an action that user triggered.
2019
- success: u({
2020
- color: f,
2651
+ success: l({
2652
+ color: p,
2021
2653
  name: "success"
2022
2654
  }),
2023
2655
  // The grey colors.
2024
- grey: C,
2656
+ grey: D,
2025
2657
  // Used by `getContrastText()` to maximize the contrast between
2026
2658
  // the background and the text.
2027
- contrastThreshold: n,
2659
+ contrastThreshold: o,
2028
2660
  // Takes a background color and returns the text color that maximizes the contrast.
2029
- getContrastText: h,
2661
+ getContrastText: b,
2030
2662
  // Generate a rich color object.
2031
- augmentColor: u,
2663
+ augmentColor: l,
2032
2664
  // Used by the functions below to shift a color's luminance by approximately
2033
2665
  // two indexes within its tonal palette.
2034
2666
  // E.g., shift from Red 500 to Red 300 or Red 700.
2035
- tonalOffset: t
2036
- }, b[r]), o);
2667
+ tonalOffset: n
2668
+ }, T[r]), i);
2037
2669
  }
2038
- const ln = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
2039
- function dn(e) {
2670
+ const Ro = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
2671
+ function Co(e) {
2040
2672
  return Math.round(e * 1e5) / 1e5;
2041
2673
  }
2042
- const hr = {
2674
+ const it = {
2043
2675
  textTransform: "uppercase"
2044
- }, br = '"Roboto", "Helvetica", "Arial", sans-serif';
2045
- function pn(e, r) {
2046
- const n = typeof r == "function" ? r(e) : r, {
2047
- fontFamily: t = br,
2676
+ }, at = '"Roboto", "Helvetica", "Arial", sans-serif';
2677
+ function wo(e, r) {
2678
+ const o = typeof r == "function" ? r(e) : r, {
2679
+ fontFamily: n = at,
2048
2680
  // The default font size of the Material Specification.
2049
- fontSize: o = 14,
2681
+ fontSize: i = 14,
2050
2682
  // px
2051
- fontWeightLight: i = 300,
2052
- fontWeightRegular: a = 400,
2053
- fontWeightMedium: c = 500,
2054
- fontWeightBold: g = 700,
2683
+ fontWeightLight: a = 300,
2684
+ fontWeightRegular: s = 400,
2685
+ fontWeightMedium: f = 500,
2686
+ fontWeightBold: d = 700,
2055
2687
  // Tell MUI what's the font-size on the html element.
2056
2688
  // 16px is the default font-size used by browsers.
2057
- htmlFontSize: f = 16,
2689
+ htmlFontSize: p = 16,
2058
2690
  // Apply the CSS properties to all the variants.
2059
- allVariants: m,
2060
- pxToRem: h
2061
- } = n, u = pe(n, ln);
2062
- process.env.NODE_ENV !== "production" && (typeof o != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof f != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
2063
- const b = o / 14, v = h || ((j) => `${j / f * b}rem`), l = (j, V, F, W, p) => K({
2064
- fontFamily: t,
2065
- fontWeight: j,
2066
- fontSize: v(V),
2691
+ allVariants: g,
2692
+ pxToRem: b
2693
+ } = o, l = Fe(o, Ro);
2694
+ process.env.NODE_ENV !== "production" && (typeof i != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof p != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
2695
+ const T = i / 14, x = b || ((F) => `${F / p * T}rem`), h = (F, G, K, V, v) => re({
2696
+ fontFamily: n,
2697
+ fontWeight: F,
2698
+ fontSize: x(G),
2067
2699
  // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
2068
- lineHeight: F
2069
- }, t === br ? {
2070
- letterSpacing: `${dn(W / V)}em`
2071
- } : {}, p, m), O = {
2072
- h1: l(i, 96, 1.167, -1.5),
2073
- h2: l(i, 60, 1.2, -0.5),
2074
- h3: l(a, 48, 1.167, 0),
2075
- h4: l(a, 34, 1.235, 0.25),
2076
- h5: l(a, 24, 1.334, 0),
2077
- h6: l(c, 20, 1.6, 0.15),
2078
- subtitle1: l(a, 16, 1.75, 0.15),
2079
- subtitle2: l(c, 14, 1.57, 0.1),
2080
- body1: l(a, 16, 1.5, 0.15),
2081
- body2: l(a, 14, 1.43, 0.15),
2082
- button: l(c, 14, 1.75, 0.4, hr),
2083
- caption: l(a, 12, 1.66, 0.4),
2084
- overline: l(a, 12, 2.66, 1, hr),
2700
+ lineHeight: K
2701
+ }, n === at ? {
2702
+ letterSpacing: `${Co(V / G)}em`
2703
+ } : {}, v, g), S = {
2704
+ h1: h(a, 96, 1.167, -1.5),
2705
+ h2: h(a, 60, 1.2, -0.5),
2706
+ h3: h(s, 48, 1.167, 0),
2707
+ h4: h(s, 34, 1.235, 0.25),
2708
+ h5: h(s, 24, 1.334, 0),
2709
+ h6: h(f, 20, 1.6, 0.15),
2710
+ subtitle1: h(s, 16, 1.75, 0.15),
2711
+ subtitle2: h(f, 14, 1.57, 0.1),
2712
+ body1: h(s, 16, 1.5, 0.15),
2713
+ body2: h(s, 14, 1.43, 0.15),
2714
+ button: h(f, 14, 1.75, 0.4, it),
2715
+ caption: h(s, 12, 1.66, 0.4),
2716
+ overline: h(s, 12, 2.66, 1, it),
2085
2717
  // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.
2086
2718
  inherit: {
2087
2719
  fontFamily: "inherit",
@@ -2091,25 +2723,25 @@ function pn(e, r) {
2091
2723
  letterSpacing: "inherit"
2092
2724
  }
2093
2725
  };
2094
- return te(K({
2095
- htmlFontSize: f,
2096
- pxToRem: v,
2097
- fontFamily: t,
2098
- fontSize: o,
2099
- fontWeightLight: i,
2100
- fontWeightRegular: a,
2101
- fontWeightMedium: c,
2102
- fontWeightBold: g
2103
- }, O), u, {
2726
+ return Ee(re({
2727
+ htmlFontSize: p,
2728
+ pxToRem: x,
2729
+ fontFamily: n,
2730
+ fontSize: i,
2731
+ fontWeightLight: a,
2732
+ fontWeightRegular: s,
2733
+ fontWeightMedium: f,
2734
+ fontWeightBold: d
2735
+ }, S), l, {
2104
2736
  clone: !1
2105
2737
  // No need to clone deep
2106
2738
  });
2107
2739
  }
2108
- const gn = 0.2, yn = 0.14, mn = 0.12;
2109
- function N(...e) {
2110
- return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${gn})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${yn})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${mn})`].join(",");
2740
+ const So = 0.2, Po = 0.14, Ao = 0.12;
2741
+ function z(...e) {
2742
+ return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${So})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${Po})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Ao})`].join(",");
2111
2743
  }
2112
- const hn = ["none", N(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), N(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), N(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), N(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), N(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), N(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), N(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), N(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), N(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), N(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), N(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), N(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), N(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), N(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), N(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), N(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), N(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), N(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), N(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), N(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), N(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), N(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), N(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), N(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], bn = hn, vn = ["duration", "easing", "delay"], xn = {
2744
+ const $o = ["none", z(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), z(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), z(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), z(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), z(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), z(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), z(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), z(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), z(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), z(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), z(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), z(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), z(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), z(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), z(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), z(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), z(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), z(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), z(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), z(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), z(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), z(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), z(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), z(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], ko = $o, jo = ["duration", "easing", "delay"], Io = {
2113
2745
  // This is the most common easing curve.
2114
2746
  easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
2115
2747
  // Objects enter the screen at full velocity from off-screen and
@@ -2119,7 +2751,7 @@ const hn = ["none", N(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), N(0, 3, 1, -2, 0, 2,
2119
2751
  easeIn: "cubic-bezier(0.4, 0, 1, 1)",
2120
2752
  // The sharp curve is used by objects that may return to the screen at any time.
2121
2753
  sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
2122
- }, Tn = {
2754
+ }, Mo = {
2123
2755
  shortest: 150,
2124
2756
  shorter: 200,
2125
2757
  short: 250,
@@ -2132,38 +2764,38 @@ const hn = ["none", N(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), N(0, 3, 1, -2, 0, 2,
2132
2764
  // recommended when something is leaving screen
2133
2765
  leavingScreen: 195
2134
2766
  };
2135
- function vr(e) {
2767
+ function st(e) {
2136
2768
  return `${Math.round(e)}ms`;
2137
2769
  }
2138
- function On(e) {
2770
+ function Do(e) {
2139
2771
  if (!e)
2140
2772
  return 0;
2141
2773
  const r = e / 36;
2142
2774
  return Math.round((4 + 15 * r ** 0.25 + r / 5) * 10);
2143
2775
  }
2144
- function En(e) {
2145
- const r = K({}, xn, e.easing), n = K({}, Tn, e.duration);
2146
- return K({
2147
- getAutoHeightDuration: On,
2148
- create: (o = ["all"], i = {}) => {
2776
+ function Fo(e) {
2777
+ const r = re({}, Io, e.easing), o = re({}, Mo, e.duration);
2778
+ return re({
2779
+ getAutoHeightDuration: Do,
2780
+ create: (i = ["all"], a = {}) => {
2149
2781
  const {
2150
- duration: a = n.standard,
2151
- easing: c = r.easeInOut,
2152
- delay: g = 0
2153
- } = i, f = pe(i, vn);
2782
+ duration: s = o.standard,
2783
+ easing: f = r.easeInOut,
2784
+ delay: d = 0
2785
+ } = a, p = Fe(a, jo);
2154
2786
  if (process.env.NODE_ENV !== "production") {
2155
- const m = (u) => typeof u == "string", h = (u) => !isNaN(parseFloat(u));
2156
- !m(o) && !Array.isArray(o) && console.error('MUI: Argument "props" must be a string or Array.'), !h(a) && !m(a) && console.error(`MUI: Argument "duration" must be a number or a string but found ${a}.`), m(c) || console.error('MUI: Argument "easing" must be a string.'), !h(g) && !m(g) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof i != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
2157
- `)), Object.keys(f).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(f).join(",")}].`);
2787
+ const g = (l) => typeof l == "string", b = (l) => !isNaN(parseFloat(l));
2788
+ !g(i) && !Array.isArray(i) && console.error('MUI: Argument "props" must be a string or Array.'), !b(s) && !g(s) && console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`), g(f) || console.error('MUI: Argument "easing" must be a string.'), !b(d) && !g(d) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof a != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
2789
+ `)), Object.keys(p).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(p).join(",")}].`);
2158
2790
  }
2159
- return (Array.isArray(o) ? o : [o]).map((m) => `${m} ${typeof a == "string" ? a : vr(a)} ${c} ${typeof g == "string" ? g : vr(g)}`).join(",");
2791
+ return (Array.isArray(i) ? i : [i]).map((g) => `${g} ${typeof s == "string" ? s : st(s)} ${f} ${typeof d == "string" ? d : st(d)}`).join(",");
2160
2792
  }
2161
2793
  }, e, {
2162
2794
  easing: r,
2163
- duration: n
2795
+ duration: o
2164
2796
  });
2165
2797
  }
2166
- const wn = {
2798
+ const No = {
2167
2799
  mobileStepper: 1e3,
2168
2800
  fab: 1050,
2169
2801
  speedDial: 1050,
@@ -2172,61 +2804,61 @@ const wn = {
2172
2804
  modal: 1300,
2173
2805
  snackbar: 1400,
2174
2806
  tooltip: 1500
2175
- }, $n = wn, Cn = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
2176
- function Sn(e = {}, ...r) {
2807
+ }, Bo = No, Wo = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
2808
+ function Uo(e = {}, ...r) {
2177
2809
  const {
2178
- mixins: n = {},
2179
- palette: t = {},
2180
- transitions: o = {},
2181
- typography: i = {}
2182
- } = e, a = pe(e, Cn);
2810
+ mixins: o = {},
2811
+ palette: n = {},
2812
+ transitions: i = {},
2813
+ typography: a = {}
2814
+ } = e, s = Fe(e, Wo);
2183
2815
  if (e.vars)
2184
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : de(18));
2185
- const c = fn(t), g = Jt(e);
2186
- let f = te(g, {
2187
- mixins: rn(g.breakpoints, n),
2188
- palette: c,
2816
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : De(18));
2817
+ const f = _o(n), d = lo(e);
2818
+ let p = Ee(d, {
2819
+ mixins: mo(d.breakpoints, o),
2820
+ palette: f,
2189
2821
  // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
2190
- shadows: bn.slice(),
2191
- typography: pn(c, i),
2192
- transitions: En(o),
2193
- zIndex: K({}, $n)
2822
+ shadows: ko.slice(),
2823
+ typography: wo(f, a),
2824
+ transitions: Fo(i),
2825
+ zIndex: re({}, Bo)
2194
2826
  });
2195
- if (f = te(f, a), f = r.reduce((m, h) => te(m, h), f), process.env.NODE_ENV !== "production") {
2196
- const m = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], h = (u, b) => {
2197
- let v;
2198
- for (v in u) {
2199
- const l = u[v];
2200
- if (m.indexOf(v) !== -1 && Object.keys(l).length > 0) {
2827
+ if (p = Ee(p, s), p = r.reduce((g, b) => Ee(g, b), p), process.env.NODE_ENV !== "production") {
2828
+ const g = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], b = (l, T) => {
2829
+ let x;
2830
+ for (x in l) {
2831
+ const h = l[x];
2832
+ if (g.indexOf(x) !== -1 && Object.keys(h).length > 0) {
2201
2833
  if (process.env.NODE_ENV !== "production") {
2202
- const O = et("", v);
2203
- console.error([`MUI: The \`${b}\` component increases the CSS specificity of the \`${v}\` internal state.`, "You can not override it like this: ", JSON.stringify(u, null, 2), "", `Instead, you need to use the '&.${O}' syntax:`, JSON.stringify({
2834
+ const S = gn("", x);
2835
+ console.error([`MUI: The \`${T}\` component increases the CSS specificity of the \`${x}\` internal state.`, "You can not override it like this: ", JSON.stringify(l, null, 2), "", `Instead, you need to use the '&.${S}' syntax:`, JSON.stringify({
2204
2836
  root: {
2205
- [`&.${O}`]: l
2837
+ [`&.${S}`]: h
2206
2838
  }
2207
2839
  }, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
2208
2840
  `));
2209
2841
  }
2210
- u[v] = {};
2842
+ l[x] = {};
2211
2843
  }
2212
2844
  }
2213
2845
  };
2214
- Object.keys(f.components).forEach((u) => {
2215
- const b = f.components[u].styleOverrides;
2216
- b && u.indexOf("Mui") === 0 && h(b, u);
2846
+ Object.keys(p.components).forEach((l) => {
2847
+ const T = p.components[l].styleOverrides;
2848
+ T && l.indexOf("Mui") === 0 && b(T, l);
2217
2849
  });
2218
2850
  }
2219
- return f.unstable_sxConfig = K({}, Ze, a == null ? void 0 : a.unstable_sxConfig), f.unstable_sx = function(h) {
2220
- return Ar({
2221
- sx: h,
2851
+ return p.unstable_sxConfig = re({}, Rr, s == null ? void 0 : s.unstable_sxConfig), p.unstable_sx = function(b) {
2852
+ return bt({
2853
+ sx: b,
2222
2854
  theme: this
2223
2855
  });
2224
- }, f;
2856
+ }, p;
2225
2857
  }
2226
- const xr = {
2858
+ const ut = "0.15px", Yo = "5.5px", ct = {
2227
2859
  blue1000: "#030E22"
2228
2860
  // purple1000: '#270B4A',
2229
- }, An = Sn({
2861
+ }, Ko = Uo({
2230
2862
  typography: {
2231
2863
  fontFamily: ["Inter", "Roboto", "sans-serif"].join(",")
2232
2864
  },
@@ -2235,12 +2867,12 @@ const xr = {
2235
2867
  styleOverrides: {
2236
2868
  root: {
2237
2869
  ".MuiChip-root": {
2238
- backgroundColor: _[50]
2870
+ backgroundColor: B[50]
2239
2871
  },
2240
2872
  ".MuiChip-root .MuiChip-deleteIcon": {
2241
- color: _[800],
2873
+ color: B[800],
2242
2874
  "&:hover": {
2243
- color: _[900]
2875
+ color: B[900]
2244
2876
  }
2245
2877
  }
2246
2878
  }
@@ -2260,13 +2892,13 @@ const xr = {
2260
2892
  textTransform: "capitalize"
2261
2893
  },
2262
2894
  textPrimary: {
2263
- color: _[400]
2895
+ color: B[400]
2264
2896
  },
2265
2897
  outlinedInherit: {
2266
- borderColor: ce(C[900], 0.03)
2898
+ borderColor: je(D[900], 0.03)
2267
2899
  },
2268
2900
  outlinedPrimary: {
2269
- borderColor: C[700]
2901
+ borderColor: D[700]
2270
2902
  }
2271
2903
  }
2272
2904
  },
@@ -2278,25 +2910,25 @@ const xr = {
2278
2910
  MuiChip: {
2279
2911
  styleOverrides: {
2280
2912
  filledPrimary: {
2281
- backgroundColor: _[50],
2282
- color: xr.blue1000,
2913
+ backgroundColor: B[50],
2914
+ color: ct.blue1000,
2283
2915
  ".MuiChip-deleteIcon": {
2284
- color: _[800],
2916
+ color: B[800],
2285
2917
  "&:hover": {
2286
- color: _[900]
2918
+ color: B[900]
2287
2919
  },
2288
2920
  "&:active": {
2289
- color: _[900]
2921
+ color: B[900]
2290
2922
  }
2291
2923
  }
2292
2924
  },
2293
2925
  filledSuccess: {
2294
- backgroundColor: U[50],
2295
- color: U[900]
2926
+ backgroundColor: X[50],
2927
+ color: X[900]
2296
2928
  },
2297
2929
  filledError: {
2298
- backgroundColor: ee[50],
2299
- color: _[900]
2930
+ backgroundColor: ye[50],
2931
+ color: B[900]
2300
2932
  }
2301
2933
  }
2302
2934
  },
@@ -2305,7 +2937,7 @@ const xr = {
2305
2937
  root: {
2306
2938
  border: "none",
2307
2939
  ".MuiDataGrid-toolbarContainer .MuiTextField-root": {
2308
- backgroundColor: C[100],
2940
+ backgroundColor: D[100],
2309
2941
  padding: "8px",
2310
2942
  borderRadius: "8px"
2311
2943
  },
@@ -2314,12 +2946,12 @@ const xr = {
2314
2946
  color: "red"
2315
2947
  },
2316
2948
  ".MuiDataGrid-toolbarContainer button": {
2317
- backgroundColor: C[100],
2318
- color: C[900],
2949
+ backgroundColor: D[100],
2950
+ color: D[900],
2319
2951
  padding: "4px 10px"
2320
2952
  },
2321
2953
  ".MuiDataGrid-toolbarContainer svg": {
2322
- color: C[700]
2954
+ color: D[700]
2323
2955
  },
2324
2956
  ".MuiDataGrid-cell:focus": {
2325
2957
  outline: "none"
@@ -2333,7 +2965,7 @@ const xr = {
2333
2965
  MuiLink: {
2334
2966
  styleOverrides: {
2335
2967
  root: {
2336
- color: _[400],
2968
+ color: B[400],
2337
2969
  textDecoration: "none"
2338
2970
  }
2339
2971
  }
@@ -2344,12 +2976,12 @@ const xr = {
2344
2976
  },
2345
2977
  styleOverrides: {
2346
2978
  root: {
2347
- backgroundColor: C[100],
2979
+ backgroundColor: D[100],
2348
2980
  ".MuiInputBase-root": {
2349
- backgroundColor: C[100]
2981
+ backgroundColor: D[100]
2350
2982
  },
2351
2983
  ".MuiInputBase-input": {
2352
- backgroundColor: C[100]
2984
+ backgroundColor: D[100]
2353
2985
  }
2354
2986
  }
2355
2987
  }
@@ -2365,180 +2997,237 @@ const xr = {
2365
2997
  },
2366
2998
  MuiTextField: {
2367
2999
  defaultProps: {
2368
- size: "small"
2369
- },
3000
+ size: "medium",
3001
+ variant: "filled"
3002
+ }
3003
+ },
3004
+ MuiFormControl: {
2370
3005
  styleOverrides: {
2371
3006
  root: {
2372
- backgroundColor: C[100],
2373
- borderRadius: "8px",
2374
- "& fieldset": { border: "none" },
2375
- ".MuiOutlinedInput-root": {
2376
- paddingLeft: 0
3007
+ gap: Yo
3008
+ }
3009
+ }
3010
+ },
3011
+ MuiInputLabel: {
3012
+ defaultProps: {
3013
+ shrink: !0
3014
+ },
3015
+ styleOverrides: {
3016
+ root: ({ theme: e }) => ({
3017
+ transform: "none",
3018
+ position: "revert",
3019
+ fontSize: e.spacing(1.5),
3020
+ lineHeight: e.spacing(1.5),
3021
+ letterSpacing: ut,
3022
+ color: e.palette.text.secondary,
3023
+ "&.Mui-focused": {
3024
+ color: e.palette.text.primary
2377
3025
  },
2378
- ".MuiInputAdornment-root": {
2379
- paddingLeft: "12px"
3026
+ "&.Mui-disabled": {
3027
+ color: e.palette.text.disabled
2380
3028
  },
2381
- ".MuiInputBase-root": {
2382
- backgroundColor: C[100]
3029
+ "&.Mui-error": {
3030
+ color: e.palette.error.main
3031
+ }
3032
+ })
3033
+ }
3034
+ },
3035
+ MuiFilledInput: {
3036
+ defaultProps: {
3037
+ disableUnderline: !0
3038
+ },
3039
+ styleOverrides: {
3040
+ root: ({ theme: e }) => ({
3041
+ backgroundColor: e.palette.neutral100,
3042
+ borderRadius: e.spacing(1),
3043
+ lineHeight: e.spacing(3),
3044
+ letterSpacing: ut,
3045
+ border: "1px solid transparent",
3046
+ "&::before": {
3047
+ display: "none"
2383
3048
  },
2384
- ".MuiFormHelperText-root": {
2385
- marginLeft: 0
3049
+ "&:hover": {
3050
+ backgroundColor: e.palette.neutral200
3051
+ },
3052
+ "&.Mui-focused": {
3053
+ border: `1px solid ${e.palette.primary.main}`,
3054
+ backgroundColor: "transparent"
3055
+ },
3056
+ "&.Mui-disabled": {
3057
+ backgroundColor: e.palette.neutral200,
3058
+ color: e.palette.text.disabled
3059
+ },
3060
+ "&.Mui-error": {
3061
+ border: `1px solid ${e.palette.error.main}`,
3062
+ backgroundColor: "transparent"
3063
+ },
3064
+ "&": {
3065
+ paddingTop: e.spacing(0),
3066
+ paddingBottom: e.spacing(0)
2386
3067
  }
2387
- }
3068
+ }),
3069
+ input: ({ theme: e, ownerState: r }) => ({
3070
+ paddingTop: e.spacing(1),
3071
+ paddingBottom: e.spacing(1),
3072
+ ...r.size === "small" && {
3073
+ padding: e.spacing(0.5, 1)
3074
+ }
3075
+ })
2388
3076
  }
2389
3077
  }
2390
3078
  },
2391
3079
  palette: {
2392
3080
  text: {
2393
- primary: C[900],
2394
- secondary: C[700],
2395
- disabled: C[700]
3081
+ primary: D[900],
3082
+ secondary: D[700],
3083
+ disabled: D[700]
2396
3084
  },
2397
- focusVisible: ce(_[700], 0.3),
2398
- blue50: _[50],
2399
- blue100: _[100],
2400
- blue200: _[200],
2401
- blue300: _[300],
2402
- blue400: _[400],
2403
- blue500: _[500],
2404
- blue600: _[600],
2405
- blue700: _[700],
2406
- blue800: _[800],
2407
- blue900: _[900],
2408
- blue1000: xr.blue1000,
2409
- indigo50: X[50],
2410
- indigo100: X[100],
2411
- indigo200: X[200],
2412
- indigo300: X[300],
2413
- indigo400: X[400],
2414
- indigo500: X[500],
2415
- indigo600: X[600],
2416
- indigo700: X[700],
2417
- indigo800: X[800],
2418
- indigo900: X[900],
2419
- green50: U[50],
2420
- green100: U[100],
2421
- green200: U[200],
2422
- green300: U[300],
2423
- green400: U[400],
2424
- green500: U[500],
2425
- green600: U[600],
2426
- green700: U[700],
2427
- green800: U[800],
2428
- green900: U[900],
2429
- lightBlue50: L[50],
2430
- lightBlue100: L[100],
2431
- lightBlue200: L[200],
2432
- lightBlue300: L[300],
2433
- lightBlue400: L[400],
2434
- lightBlue500: L[500],
2435
- lightBlue600: L[600],
2436
- lightBlue700: L[700],
2437
- lightBlue800: L[800],
2438
- lightBlue900: L[900],
2439
- lightGreen50: Z[50],
2440
- lightGreen100: Z[100],
2441
- lightGreen200: Z[200],
2442
- lightGreen300: Z[300],
2443
- lightGreen400: Z[400],
2444
- lightGreen500: Z[500],
2445
- lightGreen600: Z[600],
2446
- lightGreen700: Z[700],
2447
- lightGreen800: Z[800],
2448
- lightGreen900: Z[900],
2449
- neutral50: C[50],
2450
- neutral100: C[100],
2451
- neutral200: C[200],
2452
- neutral300: C[300],
2453
- neutral400: C[400],
2454
- neutral500: C[500],
2455
- neutral600: C[600],
2456
- neutral700: C[700],
2457
- neutral800: C[800],
2458
- neutral900: C[900],
2459
- neutralA100: C.A100,
2460
- neutralA200: C.A200,
2461
- neutralA400: C.A400,
2462
- neutralA700: C.A700,
2463
- orange50: G[50],
2464
- orange100: G[100],
2465
- orange200: G[200],
2466
- orange300: G[300],
2467
- orange400: G[400],
2468
- orange500: G[500],
2469
- orange600: G[600],
2470
- orange700: G[700],
2471
- orange800: G[800],
2472
- orange900: G[900],
2473
- purple50: z[50],
2474
- purple100: z[100],
2475
- purple200: z[200],
2476
- purple300: z[300],
2477
- purple400: z[400],
2478
- purple500: z[500],
2479
- purple600: z[600],
2480
- purple700: z[700],
2481
- purple800: z[800],
2482
- purple900: z[900],
2483
- yellow50: Q[50],
2484
- yellow100: Q[100],
2485
- yellow200: Q[200],
2486
- yellow300: Q[300],
2487
- yellow400: Q[400],
2488
- yellow500: Q[500],
2489
- yellow600: Q[600],
2490
- yellow700: Q[700],
2491
- yellow800: Q[800],
2492
- yellow900: Q[900],
3085
+ focusVisible: je(B[700], 0.3),
3086
+ blue50: B[50],
3087
+ blue100: B[100],
3088
+ blue200: B[200],
3089
+ blue300: B[300],
3090
+ blue400: B[400],
3091
+ blue500: B[500],
3092
+ blue600: B[600],
3093
+ blue700: B[700],
3094
+ blue800: B[800],
3095
+ blue900: B[900],
3096
+ blue1000: ct.blue1000,
3097
+ indigo50: de[50],
3098
+ indigo100: de[100],
3099
+ indigo200: de[200],
3100
+ indigo300: de[300],
3101
+ indigo400: de[400],
3102
+ indigo500: de[500],
3103
+ indigo600: de[600],
3104
+ indigo700: de[700],
3105
+ indigo800: de[800],
3106
+ indigo900: de[900],
3107
+ green50: X[50],
3108
+ green100: X[100],
3109
+ green200: X[200],
3110
+ green300: X[300],
3111
+ green400: X[400],
3112
+ green500: X[500],
3113
+ green600: X[600],
3114
+ green700: X[700],
3115
+ green800: X[800],
3116
+ green900: X[900],
3117
+ lightBlue50: te[50],
3118
+ lightBlue100: te[100],
3119
+ lightBlue200: te[200],
3120
+ lightBlue300: te[300],
3121
+ lightBlue400: te[400],
3122
+ lightBlue500: te[500],
3123
+ lightBlue600: te[600],
3124
+ lightBlue700: te[700],
3125
+ lightBlue800: te[800],
3126
+ lightBlue900: te[900],
3127
+ lightGreen50: pe[50],
3128
+ lightGreen100: pe[100],
3129
+ lightGreen200: pe[200],
3130
+ lightGreen300: pe[300],
3131
+ lightGreen400: pe[400],
3132
+ lightGreen500: pe[500],
3133
+ lightGreen600: pe[600],
3134
+ lightGreen700: pe[700],
3135
+ lightGreen800: pe[800],
3136
+ lightGreen900: pe[900],
3137
+ neutral50: D[50],
3138
+ neutral100: D[100],
3139
+ neutral200: D[200],
3140
+ neutral300: D[300],
3141
+ neutral400: D[400],
3142
+ neutral500: D[500],
3143
+ neutral600: D[600],
3144
+ neutral700: D[700],
3145
+ neutral800: D[800],
3146
+ neutral900: D[900],
3147
+ neutralA100: D.A100,
3148
+ neutralA200: D.A200,
3149
+ neutralA400: D.A400,
3150
+ neutralA700: D.A700,
3151
+ orange50: Q[50],
3152
+ orange100: Q[100],
3153
+ orange200: Q[200],
3154
+ orange300: Q[300],
3155
+ orange400: Q[400],
3156
+ orange500: Q[500],
3157
+ orange600: Q[600],
3158
+ orange700: Q[700],
3159
+ orange800: Q[800],
3160
+ orange900: Q[900],
3161
+ purple50: ee[50],
3162
+ purple100: ee[100],
3163
+ purple200: ee[200],
3164
+ purple300: ee[300],
3165
+ purple400: ee[400],
3166
+ purple500: ee[500],
3167
+ purple600: ee[600],
3168
+ purple700: ee[700],
3169
+ purple800: ee[800],
3170
+ purple900: ee[900],
3171
+ yellow50: ge[50],
3172
+ yellow100: ge[100],
3173
+ yellow200: ge[200],
3174
+ yellow300: ge[300],
3175
+ yellow400: ge[400],
3176
+ yellow500: ge[500],
3177
+ yellow600: ge[600],
3178
+ yellow700: ge[700],
3179
+ yellow800: ge[800],
3180
+ yellow900: ge[900],
2493
3181
  // todo: add rest of colors. see https://www.figma.com/file/9yr8neepsdgLbiFADaR6M2/MI----Library-Base?type=design&node-id=477-93017&t=wf27RohUWMM0z3UH-0
2494
3182
  primary: {
2495
- main: _[700],
2496
- dark: _[800],
2497
- light: _[600],
3183
+ main: B[700],
3184
+ dark: B[800],
3185
+ light: B[600],
2498
3186
  contrastText: "#FFFFFF",
2499
- selected: ce(_[700], 0.08)
3187
+ selected: je(B[700], 0.08)
2500
3188
  },
2501
3189
  secondary: {
2502
- main: z[500],
2503
- dark: z[700],
2504
- light: z[300],
3190
+ main: ee[500],
3191
+ dark: ee[700],
3192
+ light: ee[300],
2505
3193
  contrastText: "#FFFFFF"
2506
3194
  },
2507
3195
  error: {
2508
- main: ee[700],
2509
- dark: ee[800],
2510
- light: ee[400],
3196
+ main: ye[700],
3197
+ dark: ye[800],
3198
+ light: ye[400],
2511
3199
  contrastText: "#FFFFFF"
2512
3200
  },
2513
3201
  warning: {
2514
- main: G[800],
2515
- dark: G[900],
2516
- light: G[500],
3202
+ main: Q[800],
3203
+ dark: Q[900],
3204
+ light: Q[500],
2517
3205
  contrastText: "#FFFFFF"
2518
3206
  },
2519
3207
  info: {
2520
- main: L[800],
2521
- dark: L[900],
2522
- light: G[700],
3208
+ main: te[800],
3209
+ dark: te[900],
3210
+ light: Q[700],
2523
3211
  contrastText: "#FFFFFF"
2524
3212
  },
2525
3213
  success: {
2526
- main: U[800],
2527
- dark: U[900],
2528
- light: U[500],
3214
+ main: X[800],
3215
+ dark: X[900],
3216
+ light: X[500],
2529
3217
  contrastText: "#FFFFFF"
2530
3218
  },
2531
3219
  action: {
2532
- active: C[700],
2533
- hover: ce(C[700], 0.04),
2534
- selected: ce(C[700], 0.08),
2535
- focus: ce(C[700], 0.12),
2536
- disabledBackground: C[200],
2537
- disabled: C[700]
3220
+ active: D[700],
3221
+ hover: je(D[700], 0.04),
3222
+ selected: je(D[700], 0.08),
3223
+ focus: je(D[700], 0.12),
3224
+ disabledBackground: D[200],
3225
+ disabled: D[700]
2538
3226
  }
2539
3227
  }
2540
3228
  });
2541
3229
  export {
2542
- An as MovableUITheme
3230
+ zo as DemoComponent,
3231
+ Ko as MovableUITheme
2543
3232
  };
2544
3233
  //# sourceMappingURL=index.mjs.map