@movable/ui 0.7.0 → 0.8.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 +249 -242
- package/lib/index.mjs.map +1 -1
- package/lib/palette.d.ts +6 -0
- package/lib/theme.d.ts +6 -0
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -44,44 +44,44 @@ var qe = {};
|
|
|
44
44
|
var qr;
|
|
45
45
|
function Qt() {
|
|
46
46
|
return qr || (qr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
-
var e = yt, r = Symbol.for("react.element"), o = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), d = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), l = Symbol.for("react.lazy"), x = Symbol.for("react.offscreen"),
|
|
47
|
+
var e = yt, r = Symbol.for("react.element"), o = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), d = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), l = Symbol.for("react.lazy"), x = Symbol.for("react.offscreen"), A = Symbol.iterator, b = "@@iterator";
|
|
48
48
|
function C(t) {
|
|
49
49
|
if (t === null || typeof t != "object")
|
|
50
50
|
return null;
|
|
51
|
-
var u =
|
|
51
|
+
var u = A && t[A] || t[b];
|
|
52
52
|
return typeof u == "function" ? u : null;
|
|
53
53
|
}
|
|
54
54
|
var B = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
55
55
|
function z(t) {
|
|
56
56
|
{
|
|
57
|
-
for (var u = arguments.length, y = new Array(u > 1 ? u - 1 : 0),
|
|
58
|
-
y[
|
|
57
|
+
for (var u = arguments.length, y = new Array(u > 1 ? u - 1 : 0), T = 1; T < u; T++)
|
|
58
|
+
y[T - 1] = arguments[T];
|
|
59
59
|
q("error", t, y);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
function q(t, u, y) {
|
|
63
63
|
{
|
|
64
|
-
var
|
|
64
|
+
var T = B.ReactDebugCurrentFrame, N = T.getStackAddendum();
|
|
65
65
|
N !== "" && (u += "%s", y = y.concat([N]));
|
|
66
|
-
var Y = y.map(function(
|
|
67
|
-
return String(
|
|
66
|
+
var Y = y.map(function(M) {
|
|
67
|
+
return String(M);
|
|
68
68
|
});
|
|
69
69
|
Y.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, Y);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
var X = !1, v = !1,
|
|
72
|
+
var X = !1, v = !1, Ae = !1, Ye = !1, ze = !1, $e;
|
|
73
73
|
$e = Symbol.for("react.module.reference");
|
|
74
74
|
function Ge(t) {
|
|
75
|
-
return !!(typeof t == "string" || typeof t == "function" || t === n || t === i || ze || t === a || t === g || t === p || Ye || t === x || X || v ||
|
|
75
|
+
return !!(typeof t == "string" || typeof t == "function" || t === n || t === i || ze || t === a || t === g || t === p || Ye || t === x || X || v || Ae || typeof t == "object" && t !== null && (t.$$typeof === l || t.$$typeof === m || t.$$typeof === s || t.$$typeof === d || t.$$typeof === f || // This needs to include all possible module reference object
|
|
76
76
|
// types supported by any Flight configuration anywhere since
|
|
77
77
|
// we don't know which Flight build this will end up being used
|
|
78
78
|
// with.
|
|
79
79
|
t.$$typeof === $e || t.getModuleId !== void 0));
|
|
80
80
|
}
|
|
81
81
|
function ke(t, u, y) {
|
|
82
|
-
var
|
|
83
|
-
if (
|
|
84
|
-
return
|
|
82
|
+
var T = t.displayName;
|
|
83
|
+
if (T)
|
|
84
|
+
return T;
|
|
85
85
|
var N = u.displayName || u.name || "";
|
|
86
86
|
return N !== "" ? y + "(" + N + ")" : y;
|
|
87
87
|
}
|
|
@@ -120,12 +120,12 @@ function Qt() {
|
|
|
120
120
|
case f:
|
|
121
121
|
return ke(t, t.render, "ForwardRef");
|
|
122
122
|
case m:
|
|
123
|
-
var
|
|
124
|
-
return
|
|
123
|
+
var T = t.displayName || null;
|
|
124
|
+
return T !== null ? T : pe(t.type) || "Memo";
|
|
125
125
|
case l: {
|
|
126
|
-
var N = t, Y = N._payload,
|
|
126
|
+
var N = t, Y = N._payload, M = N._init;
|
|
127
127
|
try {
|
|
128
|
-
return pe(
|
|
128
|
+
return pe(M(Y));
|
|
129
129
|
} catch {
|
|
130
130
|
return null;
|
|
131
131
|
}
|
|
@@ -133,13 +133,13 @@ function Qt() {
|
|
|
133
133
|
}
|
|
134
134
|
return null;
|
|
135
135
|
}
|
|
136
|
-
var
|
|
136
|
+
var fe = Object.assign, Te = 0, ge, ve, Ce, Ie, c, E, P;
|
|
137
137
|
function R() {
|
|
138
138
|
}
|
|
139
139
|
R.__reactDisabledLog = !0;
|
|
140
140
|
function O() {
|
|
141
141
|
{
|
|
142
|
-
if (
|
|
142
|
+
if (Te === 0) {
|
|
143
143
|
ge = console.log, ve = console.info, Ce = console.warn, Ie = console.error, c = console.group, E = console.groupCollapsed, P = console.groupEnd;
|
|
144
144
|
var t = {
|
|
145
145
|
configurable: !0,
|
|
@@ -157,42 +157,42 @@ function Qt() {
|
|
|
157
157
|
groupEnd: t
|
|
158
158
|
});
|
|
159
159
|
}
|
|
160
|
-
|
|
160
|
+
Te++;
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
function
|
|
163
|
+
function I() {
|
|
164
164
|
{
|
|
165
|
-
if (
|
|
165
|
+
if (Te--, Te === 0) {
|
|
166
166
|
var t = {
|
|
167
167
|
configurable: !0,
|
|
168
168
|
enumerable: !0,
|
|
169
169
|
writable: !0
|
|
170
170
|
};
|
|
171
171
|
Object.defineProperties(console, {
|
|
172
|
-
log:
|
|
172
|
+
log: fe({}, t, {
|
|
173
173
|
value: ge
|
|
174
174
|
}),
|
|
175
|
-
info:
|
|
175
|
+
info: fe({}, t, {
|
|
176
176
|
value: ve
|
|
177
177
|
}),
|
|
178
|
-
warn:
|
|
178
|
+
warn: fe({}, t, {
|
|
179
179
|
value: Ce
|
|
180
180
|
}),
|
|
181
|
-
error:
|
|
181
|
+
error: fe({}, t, {
|
|
182
182
|
value: Ie
|
|
183
183
|
}),
|
|
184
|
-
group:
|
|
184
|
+
group: fe({}, t, {
|
|
185
185
|
value: c
|
|
186
186
|
}),
|
|
187
|
-
groupCollapsed:
|
|
187
|
+
groupCollapsed: fe({}, t, {
|
|
188
188
|
value: E
|
|
189
189
|
}),
|
|
190
|
-
groupEnd:
|
|
190
|
+
groupEnd: fe({}, t, {
|
|
191
191
|
value: P
|
|
192
192
|
})
|
|
193
193
|
});
|
|
194
194
|
}
|
|
195
|
-
|
|
195
|
+
Te < 0 && z("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
var _ = B.ReactCurrentDispatcher, w;
|
|
@@ -202,68 +202,68 @@ function Qt() {
|
|
|
202
202
|
try {
|
|
203
203
|
throw Error();
|
|
204
204
|
} catch (N) {
|
|
205
|
-
var
|
|
206
|
-
w =
|
|
205
|
+
var T = N.stack.trim().match(/\n( *(at )?)/);
|
|
206
|
+
w = T && T[1] || "";
|
|
207
207
|
}
|
|
208
208
|
return `
|
|
209
209
|
` + w + t;
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
|
-
var
|
|
212
|
+
var D = !1, $;
|
|
213
213
|
{
|
|
214
214
|
var se = typeof WeakMap == "function" ? WeakMap : Map;
|
|
215
215
|
$ = new se();
|
|
216
216
|
}
|
|
217
217
|
function h(t, u) {
|
|
218
|
-
if (!t ||
|
|
218
|
+
if (!t || D)
|
|
219
219
|
return "";
|
|
220
220
|
{
|
|
221
221
|
var y = $.get(t);
|
|
222
222
|
if (y !== void 0)
|
|
223
223
|
return y;
|
|
224
224
|
}
|
|
225
|
-
var
|
|
226
|
-
|
|
225
|
+
var T;
|
|
226
|
+
D = !0;
|
|
227
227
|
var N = Error.prepareStackTrace;
|
|
228
228
|
Error.prepareStackTrace = void 0;
|
|
229
229
|
var Y;
|
|
230
230
|
Y = _.current, _.current = null, O();
|
|
231
231
|
try {
|
|
232
232
|
if (u) {
|
|
233
|
-
var
|
|
233
|
+
var M = function() {
|
|
234
234
|
throw Error();
|
|
235
235
|
};
|
|
236
|
-
if (Object.defineProperty(
|
|
236
|
+
if (Object.defineProperty(M.prototype, "props", {
|
|
237
237
|
set: function() {
|
|
238
238
|
throw Error();
|
|
239
239
|
}
|
|
240
240
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
241
241
|
try {
|
|
242
|
-
Reflect.construct(
|
|
242
|
+
Reflect.construct(M, []);
|
|
243
243
|
} catch (Oe) {
|
|
244
|
-
|
|
244
|
+
T = Oe;
|
|
245
245
|
}
|
|
246
|
-
Reflect.construct(t, [],
|
|
246
|
+
Reflect.construct(t, [], M);
|
|
247
247
|
} else {
|
|
248
248
|
try {
|
|
249
|
-
|
|
249
|
+
M.call();
|
|
250
250
|
} catch (Oe) {
|
|
251
|
-
|
|
251
|
+
T = Oe;
|
|
252
252
|
}
|
|
253
|
-
t.call(
|
|
253
|
+
t.call(M.prototype);
|
|
254
254
|
}
|
|
255
255
|
} else {
|
|
256
256
|
try {
|
|
257
257
|
throw Error();
|
|
258
258
|
} catch (Oe) {
|
|
259
|
-
|
|
259
|
+
T = Oe;
|
|
260
260
|
}
|
|
261
261
|
t();
|
|
262
262
|
}
|
|
263
263
|
} catch (Oe) {
|
|
264
|
-
if (Oe &&
|
|
264
|
+
if (Oe && T && typeof Oe.stack == "string") {
|
|
265
265
|
for (var k = Oe.stack.split(`
|
|
266
|
-
`), le =
|
|
266
|
+
`), le = T.stack.split(`
|
|
267
267
|
`), ee = k.length - 1, te = le.length - 1; ee >= 1 && te >= 0 && k[ee] !== le[te]; )
|
|
268
268
|
te--;
|
|
269
269
|
for (; ee >= 1 && te >= 0; ee--, te--)
|
|
@@ -280,7 +280,7 @@ function Qt() {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
} finally {
|
|
283
|
-
|
|
283
|
+
D = !1, _.current = Y, I(), Error.prepareStackTrace = N;
|
|
284
284
|
}
|
|
285
285
|
var Be = t ? t.displayName || t.name : "", Vr = Be ? S(Be) : "";
|
|
286
286
|
return typeof t == "function" && $.set(t, Vr), Vr;
|
|
@@ -312,7 +312,7 @@ function Qt() {
|
|
|
312
312
|
case m:
|
|
313
313
|
return Pe(t.type, u, y);
|
|
314
314
|
case l: {
|
|
315
|
-
var
|
|
315
|
+
var T = t, N = T._payload, Y = T._init;
|
|
316
316
|
try {
|
|
317
317
|
return Pe(Y(N), u, y);
|
|
318
318
|
} catch {
|
|
@@ -329,22 +329,22 @@ function Qt() {
|
|
|
329
329
|
} else
|
|
330
330
|
Mr.setExtraStackFrame(null);
|
|
331
331
|
}
|
|
332
|
-
function _t(t, u, y,
|
|
332
|
+
function _t(t, u, y, T, N) {
|
|
333
333
|
{
|
|
334
334
|
var Y = Function.call.bind(rr);
|
|
335
|
-
for (var
|
|
336
|
-
if (Y(t,
|
|
335
|
+
for (var M in t)
|
|
336
|
+
if (Y(t, M)) {
|
|
337
337
|
var k = void 0;
|
|
338
338
|
try {
|
|
339
|
-
if (typeof t[
|
|
340
|
-
var le = Error((
|
|
339
|
+
if (typeof t[M] != "function") {
|
|
340
|
+
var le = Error((T || "React class") + ": " + y + " type `" + M + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[M] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
341
341
|
throw le.name = "Invariant Violation", le;
|
|
342
342
|
}
|
|
343
|
-
k = t[
|
|
343
|
+
k = t[M](u, M, T, y, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
344
344
|
} catch (ee) {
|
|
345
345
|
k = ee;
|
|
346
346
|
}
|
|
347
|
-
k && !(k instanceof Error) && (tr(N), z("%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).",
|
|
347
|
+
k && !(k instanceof Error) && (tr(N), z("%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).", T || "React class", y, M, typeof k), tr(null)), k instanceof Error && !(k.message in Ir) && (Ir[k.message] = !0, tr(N), z("Failed %s type: %s", y, k.message), tr(null));
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
350
|
}
|
|
@@ -423,7 +423,7 @@ function Qt() {
|
|
|
423
423
|
});
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
-
var Mt = function(t, u, y,
|
|
426
|
+
var Mt = function(t, u, y, T, N, Y, M) {
|
|
427
427
|
var k = {
|
|
428
428
|
// This tag allows us to uniquely identify this as a React Element
|
|
429
429
|
$$typeof: r,
|
|
@@ -431,7 +431,7 @@ function Qt() {
|
|
|
431
431
|
type: t,
|
|
432
432
|
key: u,
|
|
433
433
|
ref: y,
|
|
434
|
-
props:
|
|
434
|
+
props: M,
|
|
435
435
|
// Record the component responsible for creating this element.
|
|
436
436
|
_owner: Y
|
|
437
437
|
};
|
|
@@ -444,7 +444,7 @@ function Qt() {
|
|
|
444
444
|
configurable: !1,
|
|
445
445
|
enumerable: !1,
|
|
446
446
|
writable: !1,
|
|
447
|
-
value:
|
|
447
|
+
value: T
|
|
448
448
|
}), Object.defineProperty(k, "_source", {
|
|
449
449
|
configurable: !1,
|
|
450
450
|
enumerable: !1,
|
|
@@ -452,22 +452,22 @@ function Qt() {
|
|
|
452
452
|
value: N
|
|
453
453
|
}), Object.freeze && (Object.freeze(k.props), Object.freeze(k)), k;
|
|
454
454
|
};
|
|
455
|
-
function Dt(t, u, y,
|
|
455
|
+
function Dt(t, u, y, T, N) {
|
|
456
456
|
{
|
|
457
|
-
var Y,
|
|
457
|
+
var Y, M = {}, k = null, le = null;
|
|
458
458
|
y !== void 0 && (Br(y), k = "" + y), $t(u) && (Br(u.key), k = "" + u.key), St(u) && (le = u.ref, kt(u, N));
|
|
459
459
|
for (Y in u)
|
|
460
|
-
rr.call(u, Y) && !Pt.hasOwnProperty(Y) && (
|
|
460
|
+
rr.call(u, Y) && !Pt.hasOwnProperty(Y) && (M[Y] = u[Y]);
|
|
461
461
|
if (t && t.defaultProps) {
|
|
462
462
|
var ee = t.defaultProps;
|
|
463
463
|
for (Y in ee)
|
|
464
|
-
|
|
464
|
+
M[Y] === void 0 && (M[Y] = ee[Y]);
|
|
465
465
|
}
|
|
466
466
|
if (k || le) {
|
|
467
467
|
var te = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
468
|
-
k && jt(
|
|
468
|
+
k && jt(M, te), le && It(M, te);
|
|
469
469
|
}
|
|
470
|
-
return Mt(t, k, le, N,
|
|
470
|
+
return Mt(t, k, le, N, T, Ve.current, M);
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
473
|
var hr = B.ReactCurrentOwner, Wr = B.ReactDebugCurrentFrame;
|
|
@@ -528,8 +528,8 @@ Check the top-level render call using <` + y + ">.");
|
|
|
528
528
|
if (Lr[y])
|
|
529
529
|
return;
|
|
530
530
|
Lr[y] = !0;
|
|
531
|
-
var
|
|
532
|
-
t && t._owner && t._owner !== hr.current && (
|
|
531
|
+
var T = "";
|
|
532
|
+
t && t._owner && t._owner !== hr.current && (T = " It was passed a child from " + pe(t._owner.type) + "."), De(t), z('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', y, T), De(null);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
535
|
function zr(t, u) {
|
|
@@ -538,16 +538,16 @@ Check the top-level render call using <` + y + ">.");
|
|
|
538
538
|
return;
|
|
539
539
|
if (yr(t))
|
|
540
540
|
for (var y = 0; y < t.length; y++) {
|
|
541
|
-
var
|
|
542
|
-
vr(
|
|
541
|
+
var T = t[y];
|
|
542
|
+
vr(T) && Yr(T, u);
|
|
543
543
|
}
|
|
544
544
|
else if (vr(t))
|
|
545
545
|
t._store && (t._store.validated = !0);
|
|
546
546
|
else if (t) {
|
|
547
547
|
var N = C(t);
|
|
548
548
|
if (typeof N == "function" && N !== t.entries)
|
|
549
|
-
for (var Y = N.call(t),
|
|
550
|
-
vr(
|
|
549
|
+
for (var Y = N.call(t), M; !(M = Y.next()).done; )
|
|
550
|
+
vr(M.value) && Yr(M.value, u);
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
553
|
}
|
|
@@ -566,8 +566,8 @@ Check the top-level render call using <` + y + ">.");
|
|
|
566
566
|
else
|
|
567
567
|
return;
|
|
568
568
|
if (y) {
|
|
569
|
-
var
|
|
570
|
-
_t(y, t.props, "prop",
|
|
569
|
+
var T = pe(u);
|
|
570
|
+
_t(y, t.props, "prop", T, t);
|
|
571
571
|
} else if (u.PropTypes !== void 0 && !br) {
|
|
572
572
|
br = !0;
|
|
573
573
|
var N = pe(u);
|
|
@@ -579,19 +579,19 @@ Check the top-level render call using <` + y + ">.");
|
|
|
579
579
|
function Wt(t) {
|
|
580
580
|
{
|
|
581
581
|
for (var u = Object.keys(t.props), y = 0; y < u.length; y++) {
|
|
582
|
-
var
|
|
583
|
-
if (
|
|
584
|
-
De(t), z("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",
|
|
582
|
+
var T = u[y];
|
|
583
|
+
if (T !== "children" && T !== "key") {
|
|
584
|
+
De(t), z("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", T), De(null);
|
|
585
585
|
break;
|
|
586
586
|
}
|
|
587
587
|
}
|
|
588
588
|
t.ref !== null && (De(t), z("Invalid attribute `ref` supplied to `React.Fragment`."), De(null));
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
|
-
function Gr(t, u, y,
|
|
591
|
+
function Gr(t, u, y, T, N, Y) {
|
|
592
592
|
{
|
|
593
|
-
var
|
|
594
|
-
if (!
|
|
593
|
+
var M = Ge(t);
|
|
594
|
+
if (!M) {
|
|
595
595
|
var k = "";
|
|
596
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
597
|
var le = Bt(N);
|
|
@@ -602,10 +602,10 @@ Check the top-level render call using <` + y + ">.");
|
|
|
602
602
|
var te = Dt(t, u, y, N, Y);
|
|
603
603
|
if (te == null)
|
|
604
604
|
return te;
|
|
605
|
-
if (
|
|
605
|
+
if (M) {
|
|
606
606
|
var be = u.children;
|
|
607
607
|
if (be !== void 0)
|
|
608
|
-
if (
|
|
608
|
+
if (T)
|
|
609
609
|
if (yr(be)) {
|
|
610
610
|
for (var Be = 0; Be < be.length; Be++)
|
|
611
611
|
zr(be[Be], t);
|
|
@@ -719,11 +719,11 @@ function tn() {
|
|
|
719
719
|
if (Hr)
|
|
720
720
|
return F;
|
|
721
721
|
Hr = 1;
|
|
722
|
-
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, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, g = e ? Symbol.for("react.concurrent_mode") : 60111, p = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, l = e ? Symbol.for("react.suspense_list") : 60120, x = e ? Symbol.for("react.memo") : 60115,
|
|
722
|
+
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, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, g = e ? Symbol.for("react.concurrent_mode") : 60111, p = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, l = e ? Symbol.for("react.suspense_list") : 60120, x = e ? Symbol.for("react.memo") : 60115, A = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, C = e ? Symbol.for("react.fundamental") : 60117, B = e ? Symbol.for("react.responder") : 60118, z = e ? Symbol.for("react.scope") : 60119;
|
|
723
723
|
function q(v) {
|
|
724
724
|
if (typeof v == "object" && v !== null) {
|
|
725
|
-
var
|
|
726
|
-
switch (
|
|
725
|
+
var Ae = v.$$typeof;
|
|
726
|
+
switch (Ae) {
|
|
727
727
|
case r:
|
|
728
728
|
switch (v = v.type, v) {
|
|
729
729
|
case f:
|
|
@@ -737,23 +737,23 @@ function tn() {
|
|
|
737
737
|
switch (v = v && v.$$typeof, v) {
|
|
738
738
|
case d:
|
|
739
739
|
case p:
|
|
740
|
-
case
|
|
740
|
+
case A:
|
|
741
741
|
case x:
|
|
742
742
|
case s:
|
|
743
743
|
return v;
|
|
744
744
|
default:
|
|
745
|
-
return
|
|
745
|
+
return Ae;
|
|
746
746
|
}
|
|
747
747
|
}
|
|
748
748
|
case o:
|
|
749
|
-
return
|
|
749
|
+
return Ae;
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
753
|
function X(v) {
|
|
754
754
|
return q(v) === g;
|
|
755
755
|
}
|
|
756
|
-
return F.AsyncMode = f, F.ConcurrentMode = g, F.ContextConsumer = d, F.ContextProvider = s, F.Element = r, F.ForwardRef = p, F.Fragment = n, F.Lazy =
|
|
756
|
+
return F.AsyncMode = f, F.ConcurrentMode = g, F.ContextConsumer = d, F.ContextProvider = s, F.Element = r, F.ForwardRef = p, F.Fragment = n, F.Lazy = A, F.Memo = x, F.Portal = o, F.Profiler = i, F.StrictMode = a, F.Suspense = m, F.isAsyncMode = function(v) {
|
|
757
757
|
return X(v) || q(v) === f;
|
|
758
758
|
}, F.isConcurrentMode = X, F.isContextConsumer = function(v) {
|
|
759
759
|
return q(v) === d;
|
|
@@ -766,7 +766,7 @@ function tn() {
|
|
|
766
766
|
}, F.isFragment = function(v) {
|
|
767
767
|
return q(v) === n;
|
|
768
768
|
}, F.isLazy = function(v) {
|
|
769
|
-
return q(v) ===
|
|
769
|
+
return q(v) === A;
|
|
770
770
|
}, F.isMemo = function(v) {
|
|
771
771
|
return q(v) === x;
|
|
772
772
|
}, F.isPortal = function(v) {
|
|
@@ -778,7 +778,7 @@ function tn() {
|
|
|
778
778
|
}, F.isSuspense = function(v) {
|
|
779
779
|
return q(v) === m;
|
|
780
780
|
}, F.isValidElementType = function(v) {
|
|
781
|
-
return typeof v == "string" || typeof v == "function" || v === n || v === g || v === i || v === a || v === m || v === l || typeof v == "object" && v !== null && (v.$$typeof ===
|
|
781
|
+
return typeof v == "string" || typeof v == "function" || v === n || v === g || v === i || v === a || v === m || v === l || typeof v == "object" && v !== null && (v.$$typeof === A || v.$$typeof === x || v.$$typeof === s || v.$$typeof === d || v.$$typeof === p || v.$$typeof === C || v.$$typeof === B || v.$$typeof === z || v.$$typeof === b);
|
|
782
782
|
}, F.typeOf = q, F;
|
|
783
783
|
}
|
|
784
784
|
var W = {};
|
|
@@ -793,10 +793,10 @@ var W = {};
|
|
|
793
793
|
var Jr;
|
|
794
794
|
function nn() {
|
|
795
795
|
return Jr || (Jr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
796
|
-
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, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, g = e ? Symbol.for("react.concurrent_mode") : 60111, p = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, l = e ? Symbol.for("react.suspense_list") : 60120, x = e ? Symbol.for("react.memo") : 60115,
|
|
796
|
+
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, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, g = e ? Symbol.for("react.concurrent_mode") : 60111, p = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, l = e ? Symbol.for("react.suspense_list") : 60120, x = e ? Symbol.for("react.memo") : 60115, A = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, C = e ? Symbol.for("react.fundamental") : 60117, B = e ? Symbol.for("react.responder") : 60118, z = e ? Symbol.for("react.scope") : 60119;
|
|
797
797
|
function q(h) {
|
|
798
798
|
return typeof h == "string" || typeof h == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
799
|
-
h === n || h === g || h === i || h === a || h === m || h === l || typeof h == "object" && h !== null && (h.$$typeof ===
|
|
799
|
+
h === n || h === g || h === i || h === a || h === m || h === l || typeof h == "object" && h !== null && (h.$$typeof === A || h.$$typeof === x || h.$$typeof === s || h.$$typeof === d || h.$$typeof === p || h.$$typeof === C || h.$$typeof === B || h.$$typeof === z || h.$$typeof === b);
|
|
800
800
|
}
|
|
801
801
|
function X(h) {
|
|
802
802
|
if (typeof h == "object" && h !== null) {
|
|
@@ -817,7 +817,7 @@ function nn() {
|
|
|
817
817
|
switch (Pe) {
|
|
818
818
|
case d:
|
|
819
819
|
case p:
|
|
820
|
-
case
|
|
820
|
+
case A:
|
|
821
821
|
case x:
|
|
822
822
|
case s:
|
|
823
823
|
return Pe;
|
|
@@ -830,7 +830,7 @@ function nn() {
|
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
832
|
}
|
|
833
|
-
var v = f,
|
|
833
|
+
var v = f, Ae = g, Ye = d, ze = s, $e = r, Ge = p, ke = n, je = A, pe = x, fe = o, Te = i, ge = a, ve = m, Ce = !1;
|
|
834
834
|
function Ie(h) {
|
|
835
835
|
return Ce || (Ce = !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(h) || X(h) === f;
|
|
836
836
|
}
|
|
@@ -849,11 +849,11 @@ function nn() {
|
|
|
849
849
|
function O(h) {
|
|
850
850
|
return X(h) === p;
|
|
851
851
|
}
|
|
852
|
-
function
|
|
852
|
+
function I(h) {
|
|
853
853
|
return X(h) === n;
|
|
854
854
|
}
|
|
855
855
|
function _(h) {
|
|
856
|
-
return X(h) ===
|
|
856
|
+
return X(h) === A;
|
|
857
857
|
}
|
|
858
858
|
function w(h) {
|
|
859
859
|
return X(h) === x;
|
|
@@ -861,7 +861,7 @@ function nn() {
|
|
|
861
861
|
function S(h) {
|
|
862
862
|
return X(h) === o;
|
|
863
863
|
}
|
|
864
|
-
function
|
|
864
|
+
function D(h) {
|
|
865
865
|
return X(h) === i;
|
|
866
866
|
}
|
|
867
867
|
function $(h) {
|
|
@@ -870,7 +870,7 @@ function nn() {
|
|
|
870
870
|
function se(h) {
|
|
871
871
|
return X(h) === m;
|
|
872
872
|
}
|
|
873
|
-
W.AsyncMode = v, W.ConcurrentMode =
|
|
873
|
+
W.AsyncMode = v, W.ConcurrentMode = Ae, W.ContextConsumer = Ye, W.ContextProvider = ze, W.Element = $e, W.ForwardRef = Ge, W.Fragment = ke, W.Lazy = je, W.Memo = pe, W.Portal = fe, W.Profiler = Te, W.StrictMode = ge, W.Suspense = ve, W.isAsyncMode = Ie, W.isConcurrentMode = c, W.isContextConsumer = E, W.isContextProvider = P, W.isElement = R, W.isForwardRef = O, W.isFragment = I, W.isLazy = _, W.isMemo = w, W.isPortal = S, W.isProfiler = D, W.isStrictMode = $, W.isSuspense = se, W.isValidElementType = q, W.typeOf = X;
|
|
874
874
|
}()), W;
|
|
875
875
|
}
|
|
876
876
|
var Xr;
|
|
@@ -937,14 +937,14 @@ function Pr() {
|
|
|
937
937
|
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
938
938
|
return xr = e, xr;
|
|
939
939
|
}
|
|
940
|
-
var
|
|
940
|
+
var Ar, et;
|
|
941
941
|
function vt() {
|
|
942
|
-
return et || (et = 1,
|
|
942
|
+
return et || (et = 1, Ar = Function.call.bind(Object.prototype.hasOwnProperty)), Ar;
|
|
943
943
|
}
|
|
944
|
-
var
|
|
944
|
+
var Tr, rt;
|
|
945
945
|
function an() {
|
|
946
946
|
if (rt)
|
|
947
|
-
return
|
|
947
|
+
return Tr;
|
|
948
948
|
rt = 1;
|
|
949
949
|
var e = function() {
|
|
950
950
|
};
|
|
@@ -972,8 +972,8 @@ function an() {
|
|
|
972
972
|
throw l.name = "Invariant Violation", l;
|
|
973
973
|
}
|
|
974
974
|
m = i[p](s, p, f, d, null, r);
|
|
975
|
-
} catch (
|
|
976
|
-
m =
|
|
975
|
+
} catch (A) {
|
|
976
|
+
m = A;
|
|
977
977
|
}
|
|
978
978
|
if (m && !(m instanceof Error) && e(
|
|
979
979
|
(f || "React class") + ": type specification of " + d + " `" + p + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof m + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
@@ -989,7 +989,7 @@ function an() {
|
|
|
989
989
|
}
|
|
990
990
|
return a.resetWarningCache = function() {
|
|
991
991
|
process.env.NODE_ENV !== "production" && (o = {});
|
|
992
|
-
},
|
|
992
|
+
}, Tr = a, Tr;
|
|
993
993
|
}
|
|
994
994
|
var Or, tt;
|
|
995
995
|
function sn() {
|
|
@@ -1029,7 +1029,7 @@ function sn() {
|
|
|
1029
1029
|
arrayOf: q,
|
|
1030
1030
|
element: X(),
|
|
1031
1031
|
elementType: v(),
|
|
1032
|
-
instanceOf:
|
|
1032
|
+
instanceOf: Ae,
|
|
1033
1033
|
node: Ge(),
|
|
1034
1034
|
objectOf: ze,
|
|
1035
1035
|
oneOf: Ye,
|
|
@@ -1037,7 +1037,7 @@ function sn() {
|
|
|
1037
1037
|
shape: je,
|
|
1038
1038
|
exact: pe
|
|
1039
1039
|
};
|
|
1040
|
-
function
|
|
1040
|
+
function A(c, E) {
|
|
1041
1041
|
return c === E ? c !== 0 || 1 / c === 1 / E : c !== c && E !== E;
|
|
1042
1042
|
}
|
|
1043
1043
|
function b(c, E) {
|
|
@@ -1047,7 +1047,7 @@ function sn() {
|
|
|
1047
1047
|
function C(c) {
|
|
1048
1048
|
if (process.env.NODE_ENV !== "production")
|
|
1049
1049
|
var E = {}, P = 0;
|
|
1050
|
-
function R(
|
|
1050
|
+
function R(I, _, w, S, D, $, se) {
|
|
1051
1051
|
if (S = S || l, $ = $ || w, se !== o) {
|
|
1052
1052
|
if (f) {
|
|
1053
1053
|
var h = new Error(
|
|
@@ -1062,18 +1062,18 @@ function sn() {
|
|
|
1062
1062
|
), E[he] = !0, P++);
|
|
1063
1063
|
}
|
|
1064
1064
|
}
|
|
1065
|
-
return _[w] == null ?
|
|
1065
|
+
return _[w] == null ? I ? _[w] === null ? new b("The " + D + " `" + $ + "` is marked as required " + ("in `" + S + "`, but its value is `null`.")) : new b("The " + D + " `" + $ + "` is marked as required in " + ("`" + S + "`, but its value is `undefined`.")) : null : c(_, w, S, D, $);
|
|
1066
1066
|
}
|
|
1067
1067
|
var O = R.bind(null, !1);
|
|
1068
1068
|
return O.isRequired = R.bind(null, !0), O;
|
|
1069
1069
|
}
|
|
1070
1070
|
function B(c) {
|
|
1071
|
-
function E(P, R, O,
|
|
1072
|
-
var S = P[R],
|
|
1073
|
-
if (
|
|
1071
|
+
function E(P, R, O, I, _, w) {
|
|
1072
|
+
var S = P[R], D = ge(S);
|
|
1073
|
+
if (D !== c) {
|
|
1074
1074
|
var $ = ve(S);
|
|
1075
1075
|
return new b(
|
|
1076
|
-
"Invalid " +
|
|
1076
|
+
"Invalid " + I + " `" + _ + "` of type " + ("`" + $ + "` supplied to `" + O + "`, expected ") + ("`" + c + "`."),
|
|
1077
1077
|
{ expectedType: c }
|
|
1078
1078
|
);
|
|
1079
1079
|
}
|
|
@@ -1085,16 +1085,16 @@ function sn() {
|
|
|
1085
1085
|
return C(s);
|
|
1086
1086
|
}
|
|
1087
1087
|
function q(c) {
|
|
1088
|
-
function E(P, R, O,
|
|
1088
|
+
function E(P, R, O, I, _) {
|
|
1089
1089
|
if (typeof c != "function")
|
|
1090
1090
|
return new b("Property `" + _ + "` of component `" + O + "` has invalid PropType notation inside arrayOf.");
|
|
1091
1091
|
var w = P[R];
|
|
1092
1092
|
if (!Array.isArray(w)) {
|
|
1093
1093
|
var S = ge(w);
|
|
1094
|
-
return new b("Invalid " +
|
|
1094
|
+
return new b("Invalid " + I + " `" + _ + "` of type " + ("`" + S + "` supplied to `" + O + "`, expected an array."));
|
|
1095
1095
|
}
|
|
1096
|
-
for (var
|
|
1097
|
-
var $ = c(w,
|
|
1096
|
+
for (var D = 0; D < w.length; D++) {
|
|
1097
|
+
var $ = c(w, D, O, I, _ + "[" + D + "]", o);
|
|
1098
1098
|
if ($ instanceof Error)
|
|
1099
1099
|
return $;
|
|
1100
1100
|
}
|
|
@@ -1103,32 +1103,32 @@ function sn() {
|
|
|
1103
1103
|
return C(E);
|
|
1104
1104
|
}
|
|
1105
1105
|
function X() {
|
|
1106
|
-
function c(E, P, R, O,
|
|
1106
|
+
function c(E, P, R, O, I) {
|
|
1107
1107
|
var _ = E[P];
|
|
1108
1108
|
if (!d(_)) {
|
|
1109
1109
|
var w = ge(_);
|
|
1110
|
-
return new b("Invalid " + O + " `" +
|
|
1110
|
+
return new b("Invalid " + O + " `" + I + "` of type " + ("`" + w + "` supplied to `" + R + "`, expected a single ReactElement."));
|
|
1111
1111
|
}
|
|
1112
1112
|
return null;
|
|
1113
1113
|
}
|
|
1114
1114
|
return C(c);
|
|
1115
1115
|
}
|
|
1116
1116
|
function v() {
|
|
1117
|
-
function c(E, P, R, O,
|
|
1117
|
+
function c(E, P, R, O, I) {
|
|
1118
1118
|
var _ = E[P];
|
|
1119
1119
|
if (!e.isValidElementType(_)) {
|
|
1120
1120
|
var w = ge(_);
|
|
1121
|
-
return new b("Invalid " + O + " `" +
|
|
1121
|
+
return new b("Invalid " + O + " `" + I + "` of type " + ("`" + w + "` supplied to `" + R + "`, expected a single ReactElement type."));
|
|
1122
1122
|
}
|
|
1123
1123
|
return null;
|
|
1124
1124
|
}
|
|
1125
1125
|
return C(c);
|
|
1126
1126
|
}
|
|
1127
|
-
function
|
|
1128
|
-
function E(P, R, O,
|
|
1127
|
+
function Ae(c) {
|
|
1128
|
+
function E(P, R, O, I, _) {
|
|
1129
1129
|
if (!(P[R] instanceof c)) {
|
|
1130
1130
|
var w = c.name || l, S = Ie(P[R]);
|
|
1131
|
-
return new b("Invalid " +
|
|
1131
|
+
return new b("Invalid " + I + " `" + _ + "` of type " + ("`" + S + "` supplied to `" + O + "`, expected ") + ("instance of `" + w + "`."));
|
|
1132
1132
|
}
|
|
1133
1133
|
return null;
|
|
1134
1134
|
}
|
|
@@ -1139,28 +1139,28 @@ function sn() {
|
|
|
1139
1139
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
|
|
1140
1140
|
"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])."
|
|
1141
1141
|
) : i("Invalid argument supplied to oneOf, expected an array.")), s;
|
|
1142
|
-
function E(P, R, O,
|
|
1142
|
+
function E(P, R, O, I, _) {
|
|
1143
1143
|
for (var w = P[R], S = 0; S < c.length; S++)
|
|
1144
|
-
if (
|
|
1144
|
+
if (A(w, c[S]))
|
|
1145
1145
|
return null;
|
|
1146
|
-
var
|
|
1146
|
+
var D = JSON.stringify(c, function(se, h) {
|
|
1147
1147
|
var he = ve(h);
|
|
1148
1148
|
return he === "symbol" ? String(h) : h;
|
|
1149
1149
|
});
|
|
1150
|
-
return new b("Invalid " +
|
|
1150
|
+
return new b("Invalid " + I + " `" + _ + "` of value `" + String(w) + "` " + ("supplied to `" + O + "`, expected one of " + D + "."));
|
|
1151
1151
|
}
|
|
1152
1152
|
return C(E);
|
|
1153
1153
|
}
|
|
1154
1154
|
function ze(c) {
|
|
1155
|
-
function E(P, R, O,
|
|
1155
|
+
function E(P, R, O, I, _) {
|
|
1156
1156
|
if (typeof c != "function")
|
|
1157
1157
|
return new b("Property `" + _ + "` of component `" + O + "` has invalid PropType notation inside objectOf.");
|
|
1158
1158
|
var w = P[R], S = ge(w);
|
|
1159
1159
|
if (S !== "object")
|
|
1160
|
-
return new b("Invalid " +
|
|
1161
|
-
for (var
|
|
1162
|
-
if (n(w,
|
|
1163
|
-
var $ = c(w,
|
|
1160
|
+
return new b("Invalid " + I + " `" + _ + "` of type " + ("`" + S + "` supplied to `" + O + "`, expected an object."));
|
|
1161
|
+
for (var D in w)
|
|
1162
|
+
if (n(w, D)) {
|
|
1163
|
+
var $ = c(w, D, O, I, _ + "." + D, o);
|
|
1164
1164
|
if ($ instanceof Error)
|
|
1165
1165
|
return $;
|
|
1166
1166
|
}
|
|
@@ -1178,21 +1178,21 @@ function sn() {
|
|
|
1178
1178
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + Ce(P) + " at index " + E + "."
|
|
1179
1179
|
), s;
|
|
1180
1180
|
}
|
|
1181
|
-
function R(O,
|
|
1182
|
-
for (var
|
|
1183
|
-
var se = c[$], h = se(O,
|
|
1181
|
+
function R(O, I, _, w, S) {
|
|
1182
|
+
for (var D = [], $ = 0; $ < c.length; $++) {
|
|
1183
|
+
var se = c[$], h = se(O, I, _, w, S, o);
|
|
1184
1184
|
if (h == null)
|
|
1185
1185
|
return null;
|
|
1186
|
-
h.data && n(h.data, "expectedType") &&
|
|
1186
|
+
h.data && n(h.data, "expectedType") && D.push(h.data.expectedType);
|
|
1187
1187
|
}
|
|
1188
|
-
var he =
|
|
1188
|
+
var he = D.length > 0 ? ", expected one of type [" + D.join(", ") + "]" : "";
|
|
1189
1189
|
return new b("Invalid " + w + " `" + S + "` supplied to " + ("`" + _ + "`" + he + "."));
|
|
1190
1190
|
}
|
|
1191
1191
|
return C(R);
|
|
1192
1192
|
}
|
|
1193
1193
|
function Ge() {
|
|
1194
|
-
function c(E, P, R, O,
|
|
1195
|
-
return
|
|
1194
|
+
function c(E, P, R, O, I) {
|
|
1195
|
+
return fe(E[P]) ? null : new b("Invalid " + O + " `" + I + "` supplied to " + ("`" + R + "`, expected a ReactNode."));
|
|
1196
1196
|
}
|
|
1197
1197
|
return C(c);
|
|
1198
1198
|
}
|
|
@@ -1202,15 +1202,15 @@ function sn() {
|
|
|
1202
1202
|
);
|
|
1203
1203
|
}
|
|
1204
1204
|
function je(c) {
|
|
1205
|
-
function E(P, R, O,
|
|
1205
|
+
function E(P, R, O, I, _) {
|
|
1206
1206
|
var w = P[R], S = ge(w);
|
|
1207
1207
|
if (S !== "object")
|
|
1208
|
-
return new b("Invalid " +
|
|
1209
|
-
for (var
|
|
1210
|
-
var $ = c[
|
|
1208
|
+
return new b("Invalid " + I + " `" + _ + "` of type `" + S + "` " + ("supplied to `" + O + "`, expected `object`."));
|
|
1209
|
+
for (var D in c) {
|
|
1210
|
+
var $ = c[D];
|
|
1211
1211
|
if (typeof $ != "function")
|
|
1212
|
-
return ke(O,
|
|
1213
|
-
var se = $(w,
|
|
1212
|
+
return ke(O, I, _, D, ve($));
|
|
1213
|
+
var se = $(w, D, O, I, _ + "." + D, o);
|
|
1214
1214
|
if (se)
|
|
1215
1215
|
return se;
|
|
1216
1216
|
}
|
|
@@ -1219,21 +1219,21 @@ function sn() {
|
|
|
1219
1219
|
return C(E);
|
|
1220
1220
|
}
|
|
1221
1221
|
function pe(c) {
|
|
1222
|
-
function E(P, R, O,
|
|
1222
|
+
function E(P, R, O, I, _) {
|
|
1223
1223
|
var w = P[R], S = ge(w);
|
|
1224
1224
|
if (S !== "object")
|
|
1225
|
-
return new b("Invalid " +
|
|
1226
|
-
var
|
|
1227
|
-
for (var $ in
|
|
1225
|
+
return new b("Invalid " + I + " `" + _ + "` of type `" + S + "` " + ("supplied to `" + O + "`, expected `object`."));
|
|
1226
|
+
var D = r({}, P[R], c);
|
|
1227
|
+
for (var $ in D) {
|
|
1228
1228
|
var se = c[$];
|
|
1229
1229
|
if (n(c, $) && typeof se != "function")
|
|
1230
|
-
return ke(O,
|
|
1230
|
+
return ke(O, I, _, $, ve(se));
|
|
1231
1231
|
if (!se)
|
|
1232
1232
|
return new b(
|
|
1233
|
-
"Invalid " +
|
|
1233
|
+
"Invalid " + I + " `" + _ + "` key `" + $ + "` supplied to `" + O + "`.\nBad object: " + JSON.stringify(P[R], null, " ") + `
|
|
1234
1234
|
Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
1235
1235
|
);
|
|
1236
|
-
var h = se(w, $, O,
|
|
1236
|
+
var h = se(w, $, O, I, _ + "." + $, o);
|
|
1237
1237
|
if (h)
|
|
1238
1238
|
return h;
|
|
1239
1239
|
}
|
|
@@ -1241,7 +1241,7 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
1241
1241
|
}
|
|
1242
1242
|
return C(E);
|
|
1243
1243
|
}
|
|
1244
|
-
function
|
|
1244
|
+
function fe(c) {
|
|
1245
1245
|
switch (typeof c) {
|
|
1246
1246
|
case "number":
|
|
1247
1247
|
case "string":
|
|
@@ -1251,7 +1251,7 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
1251
1251
|
return !c;
|
|
1252
1252
|
case "object":
|
|
1253
1253
|
if (Array.isArray(c))
|
|
1254
|
-
return c.every(
|
|
1254
|
+
return c.every(fe);
|
|
1255
1255
|
if (c === null || d(c))
|
|
1256
1256
|
return !0;
|
|
1257
1257
|
var E = m(c);
|
|
@@ -1259,12 +1259,12 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
1259
1259
|
var P = E.call(c), R;
|
|
1260
1260
|
if (E !== c.entries) {
|
|
1261
1261
|
for (; !(R = P.next()).done; )
|
|
1262
|
-
if (!
|
|
1262
|
+
if (!fe(R.value))
|
|
1263
1263
|
return !1;
|
|
1264
1264
|
} else
|
|
1265
1265
|
for (; !(R = P.next()).done; ) {
|
|
1266
1266
|
var O = R.value;
|
|
1267
|
-
if (O && !
|
|
1267
|
+
if (O && !fe(O[1]))
|
|
1268
1268
|
return !1;
|
|
1269
1269
|
}
|
|
1270
1270
|
} else
|
|
@@ -1274,12 +1274,12 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
1274
1274
|
return !1;
|
|
1275
1275
|
}
|
|
1276
1276
|
}
|
|
1277
|
-
function
|
|
1277
|
+
function Te(c, E) {
|
|
1278
1278
|
return c === "symbol" ? !0 : E ? E["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && E instanceof Symbol : !1;
|
|
1279
1279
|
}
|
|
1280
1280
|
function ge(c) {
|
|
1281
1281
|
var E = typeof c;
|
|
1282
|
-
return Array.isArray(c) ? "array" : c instanceof RegExp ? "object" :
|
|
1282
|
+
return Array.isArray(c) ? "array" : c instanceof RegExp ? "object" : Te(E, c) ? "symbol" : E;
|
|
1283
1283
|
}
|
|
1284
1284
|
function ve(c) {
|
|
1285
1285
|
if (typeof c > "u" || c === null)
|
|
@@ -1454,8 +1454,8 @@ function vn(e) {
|
|
|
1454
1454
|
return `@media (max-width:${(typeof r[l] == "number" ? r[l] : l) - n / 100}${o})`;
|
|
1455
1455
|
}
|
|
1456
1456
|
function g(l, x) {
|
|
1457
|
-
const
|
|
1458
|
-
return `@media (min-width:${typeof r[l] == "number" ? r[l] : l}${o}) and (max-width:${(
|
|
1457
|
+
const A = s.indexOf(x);
|
|
1458
|
+
return `@media (min-width:${typeof r[l] == "number" ? r[l] : l}${o}) and (max-width:${(A !== -1 && typeof r[s[A]] == "number" ? r[s[A]] : x) - n / 100}${o})`;
|
|
1459
1459
|
}
|
|
1460
1460
|
function p(l) {
|
|
1461
1461
|
return s.indexOf(l) + 1 < s.length ? g(l, s[s.indexOf(l) + 1]) : d(l);
|
|
@@ -1477,7 +1477,7 @@ function vn(e) {
|
|
|
1477
1477
|
}
|
|
1478
1478
|
const En = {
|
|
1479
1479
|
borderRadius: 4
|
|
1480
|
-
}, xn = En,
|
|
1480
|
+
}, xn = En, An = process.env.NODE_ENV !== "production" ? He.oneOfType([He.number, He.string, He.object, He.array]) : {}, Re = An;
|
|
1481
1481
|
function Je(e, r) {
|
|
1482
1482
|
return r ? _e(e, r, {
|
|
1483
1483
|
clone: !1
|
|
@@ -1522,7 +1522,7 @@ function we(e, r, o) {
|
|
|
1522
1522
|
}
|
|
1523
1523
|
return o(r);
|
|
1524
1524
|
}
|
|
1525
|
-
function
|
|
1525
|
+
function Tn(e = {}) {
|
|
1526
1526
|
var r;
|
|
1527
1527
|
return ((r = e.keys) == null ? void 0 : r.reduce((n, a) => {
|
|
1528
1528
|
const i = e.up(a);
|
|
@@ -1625,17 +1625,17 @@ function $n(e, r, o, n) {
|
|
|
1625
1625
|
const a = Cn(o), i = Sn(a, n), s = e[o];
|
|
1626
1626
|
return we(e, s, i);
|
|
1627
1627
|
}
|
|
1628
|
-
function
|
|
1628
|
+
function At(e, r) {
|
|
1629
1629
|
const o = xt(e.theme);
|
|
1630
1630
|
return Object.keys(e).map((n) => $n(e, r, n, o)).reduce(Je, {});
|
|
1631
1631
|
}
|
|
1632
1632
|
function Z(e) {
|
|
1633
|
-
return
|
|
1633
|
+
return At(e, sr);
|
|
1634
1634
|
}
|
|
1635
1635
|
Z.propTypes = process.env.NODE_ENV !== "production" ? sr.reduce((e, r) => (e[r] = Re, e), {}) : {};
|
|
1636
1636
|
Z.filterProps = sr;
|
|
1637
1637
|
function Q(e) {
|
|
1638
|
-
return
|
|
1638
|
+
return At(e, ur);
|
|
1639
1639
|
}
|
|
1640
1640
|
Q.propTypes = process.env.NODE_ENV !== "production" ? ur.reduce((e, r) => (e[r] = Re, e), {}) : {};
|
|
1641
1641
|
Q.filterProps = ur;
|
|
@@ -2145,9 +2145,9 @@ function co() {
|
|
|
2145
2145
|
[o]: n
|
|
2146
2146
|
};
|
|
2147
2147
|
const l = ir(a, g) || {};
|
|
2148
|
-
return m ? m(s) : we(s, n, (
|
|
2149
|
-
let b = ar(l, p,
|
|
2150
|
-
return
|
|
2148
|
+
return m ? m(s) : we(s, n, (A) => {
|
|
2149
|
+
let b = ar(l, p, A);
|
|
2150
|
+
return A === b && typeof A == "string" && (b = ar(l, p, `${o}${A === "default" ? "" : Et(A)}`, A)), f === !1 ? b : {
|
|
2151
2151
|
[f]: b
|
|
2152
2152
|
};
|
|
2153
2153
|
});
|
|
@@ -2169,36 +2169,36 @@ function co() {
|
|
|
2169
2169
|
return f;
|
|
2170
2170
|
if (!g)
|
|
2171
2171
|
return null;
|
|
2172
|
-
const p =
|
|
2172
|
+
const p = Tn(i.breakpoints), m = Object.keys(p);
|
|
2173
2173
|
let l = p;
|
|
2174
2174
|
return Object.keys(g).forEach((x) => {
|
|
2175
|
-
const
|
|
2176
|
-
if (
|
|
2177
|
-
if (typeof
|
|
2175
|
+
const A = lo(g[x], i);
|
|
2176
|
+
if (A != null)
|
|
2177
|
+
if (typeof A == "object")
|
|
2178
2178
|
if (s[x])
|
|
2179
|
-
l = Je(l, e(x,
|
|
2179
|
+
l = Je(l, e(x, A, i, s));
|
|
2180
2180
|
else {
|
|
2181
2181
|
const b = we({
|
|
2182
2182
|
theme: i
|
|
2183
|
-
},
|
|
2183
|
+
}, A, (C) => ({
|
|
2184
2184
|
[x]: C
|
|
2185
2185
|
}));
|
|
2186
|
-
uo(b,
|
|
2187
|
-
sx:
|
|
2186
|
+
uo(b, A) ? l[x] = r({
|
|
2187
|
+
sx: A,
|
|
2188
2188
|
theme: i
|
|
2189
2189
|
}) : l = Je(l, b);
|
|
2190
2190
|
}
|
|
2191
2191
|
else
|
|
2192
|
-
l = Je(l, e(x,
|
|
2192
|
+
l = Je(l, e(x, A, i, s));
|
|
2193
2193
|
}), On(m, l);
|
|
2194
2194
|
}
|
|
2195
2195
|
return Array.isArray(a) ? a.map(d) : d(a);
|
|
2196
2196
|
}
|
|
2197
2197
|
return r;
|
|
2198
2198
|
}
|
|
2199
|
-
const
|
|
2200
|
-
|
|
2201
|
-
const Ot =
|
|
2199
|
+
const Tt = co();
|
|
2200
|
+
Tt.filterProps = ["sx"];
|
|
2201
|
+
const Ot = Tt, fo = ["breakpoints", "palette", "spacing", "shape"];
|
|
2202
2202
|
function po(e = {}, ...r) {
|
|
2203
2203
|
const {
|
|
2204
2204
|
breakpoints: o = {},
|
|
@@ -2356,7 +2356,7 @@ const vo = {
|
|
|
2356
2356
|
A200: "#e040fb",
|
|
2357
2357
|
A400: "#d500f9",
|
|
2358
2358
|
A700: "#aa00ff"
|
|
2359
|
-
}, L = xo,
|
|
2359
|
+
}, L = xo, Ao = {
|
|
2360
2360
|
50: "#ffebee",
|
|
2361
2361
|
100: "#ffcdd2",
|
|
2362
2362
|
200: "#ef9a9a",
|
|
@@ -2371,7 +2371,7 @@ const vo = {
|
|
|
2371
2371
|
A200: "#ff5252",
|
|
2372
2372
|
A400: "#ff1744",
|
|
2373
2373
|
A700: "#d50000"
|
|
2374
|
-
}, H =
|
|
2374
|
+
}, H = Ao, To = {
|
|
2375
2375
|
50: "#fff3e0",
|
|
2376
2376
|
100: "#ffe0b2",
|
|
2377
2377
|
200: "#ffcc80",
|
|
@@ -2386,7 +2386,7 @@ const vo = {
|
|
|
2386
2386
|
A200: "#ffab40",
|
|
2387
2387
|
A400: "#ff9100",
|
|
2388
2388
|
A700: "#ff6d00"
|
|
2389
|
-
}, ae =
|
|
2389
|
+
}, ae = To, Oo = {
|
|
2390
2390
|
50: "#e3f2fd",
|
|
2391
2391
|
100: "#bbdefb",
|
|
2392
2392
|
200: "#90caf9",
|
|
@@ -2689,10 +2689,10 @@ function Bo(e, r) {
|
|
|
2689
2689
|
pxToRem: m
|
|
2690
2690
|
} = o, l = Le(o, Mo);
|
|
2691
2691
|
process.env.NODE_ENV !== "production" && (typeof a != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof g != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
|
|
2692
|
-
const x = a / 14,
|
|
2692
|
+
const x = a / 14, A = m || ((B) => `${B / g * x}rem`), b = (B, z, q, X, v) => ie({
|
|
2693
2693
|
fontFamily: n,
|
|
2694
2694
|
fontWeight: B,
|
|
2695
|
-
fontSize:
|
|
2695
|
+
fontSize: A(z),
|
|
2696
2696
|
// Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
|
|
2697
2697
|
lineHeight: q
|
|
2698
2698
|
}, n === dt ? {
|
|
@@ -2722,7 +2722,7 @@ function Bo(e, r) {
|
|
|
2722
2722
|
};
|
|
2723
2723
|
return _e(ie({
|
|
2724
2724
|
htmlFontSize: g,
|
|
2725
|
-
pxToRem:
|
|
2725
|
+
pxToRem: A,
|
|
2726
2726
|
fontFamily: n,
|
|
2727
2727
|
fontSize: a,
|
|
2728
2728
|
fontWeightLight: i,
|
|
@@ -2823,20 +2823,20 @@ function Xo(e = {}, ...r) {
|
|
|
2823
2823
|
});
|
|
2824
2824
|
if (g = _e(g, s), g = r.reduce((p, m) => _e(p, m), g), process.env.NODE_ENV !== "production") {
|
|
2825
2825
|
const p = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], m = (l, x) => {
|
|
2826
|
-
let
|
|
2827
|
-
for (
|
|
2828
|
-
const b = l[
|
|
2829
|
-
if (p.indexOf(
|
|
2826
|
+
let A;
|
|
2827
|
+
for (A in l) {
|
|
2828
|
+
const b = l[A];
|
|
2829
|
+
if (p.indexOf(A) !== -1 && Object.keys(b).length > 0) {
|
|
2830
2830
|
if (process.env.NODE_ENV !== "production") {
|
|
2831
|
-
const C = mn("",
|
|
2832
|
-
console.error([`MUI: The \`${x}\` component increases the CSS specificity of the \`${
|
|
2831
|
+
const C = mn("", A);
|
|
2832
|
+
console.error([`MUI: The \`${x}\` component increases the CSS specificity of the \`${A}\` internal state.`, "You can not override it like this: ", JSON.stringify(l, null, 2), "", `Instead, you need to use the '&.${C}' syntax:`, JSON.stringify({
|
|
2833
2833
|
root: {
|
|
2834
2834
|
[`&.${C}`]: b
|
|
2835
2835
|
}
|
|
2836
2836
|
}, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
|
|
2837
2837
|
`));
|
|
2838
2838
|
}
|
|
2839
|
-
l[
|
|
2839
|
+
l[A] = {};
|
|
2840
2840
|
}
|
|
2841
2841
|
}
|
|
2842
2842
|
};
|
|
@@ -2867,7 +2867,7 @@ const Zo = {
|
|
|
2867
2867
|
A200: "#7c4dff",
|
|
2868
2868
|
A400: "#651fff",
|
|
2869
2869
|
A700: "#6200ea"
|
|
2870
|
-
},
|
|
2870
|
+
}, ce = Zo, Qo = {
|
|
2871
2871
|
50: "#e0f7fa",
|
|
2872
2872
|
100: "#b2ebf2",
|
|
2873
2873
|
200: "#80deea",
|
|
@@ -2912,7 +2912,7 @@ const Zo = {
|
|
|
2912
2912
|
A200: "#ffff00",
|
|
2913
2913
|
A400: "#ffea00",
|
|
2914
2914
|
A700: "#ffd600"
|
|
2915
|
-
}, ue = ra,
|
|
2915
|
+
}, ue = ra, j = {
|
|
2916
2916
|
blue600: "#1389F6",
|
|
2917
2917
|
blue700: "#287DFD",
|
|
2918
2918
|
blue800: "#285AE6",
|
|
@@ -2932,6 +2932,7 @@ const Zo = {
|
|
|
2932
2932
|
yellow1000: "#E65100",
|
|
2933
2933
|
red1000: "#5F2120",
|
|
2934
2934
|
cyan1000: "#002329",
|
|
2935
|
+
deepPurpleA800: "#500fc4",
|
|
2935
2936
|
deepPurple1000: "#16073E"
|
|
2936
2937
|
}, K = {
|
|
2937
2938
|
text: {
|
|
@@ -2946,15 +2947,15 @@ const Zo = {
|
|
|
2946
2947
|
blue300: re[300],
|
|
2947
2948
|
blue400: re[400],
|
|
2948
2949
|
blue500: re[500],
|
|
2949
|
-
blue600:
|
|
2950
|
-
blue700:
|
|
2951
|
-
blue800:
|
|
2952
|
-
blue900:
|
|
2950
|
+
blue600: j.blue600,
|
|
2951
|
+
blue700: j.blue700,
|
|
2952
|
+
blue800: j.blue800,
|
|
2953
|
+
blue900: j.blue900,
|
|
2953
2954
|
blueA100: re.A100,
|
|
2954
2955
|
blueA200: re.A200,
|
|
2955
2956
|
blueA400: re.A400,
|
|
2956
2957
|
blueA700: re.A700,
|
|
2957
|
-
blue1000:
|
|
2958
|
+
blue1000: j.blue1000,
|
|
2958
2959
|
green50: oe[50],
|
|
2959
2960
|
green100: oe[100],
|
|
2960
2961
|
green200: oe[200],
|
|
@@ -2965,12 +2966,12 @@ const Zo = {
|
|
|
2965
2966
|
green700: oe[700],
|
|
2966
2967
|
green800: oe[800],
|
|
2967
2968
|
green900: oe[900],
|
|
2968
|
-
green1000:
|
|
2969
|
+
green1000: j.green1000,
|
|
2969
2970
|
greenA100: oe.A100,
|
|
2970
2971
|
greenA200: oe.A200,
|
|
2971
2972
|
greenA400: oe.A400,
|
|
2972
|
-
greenA700:
|
|
2973
|
-
greenA900:
|
|
2973
|
+
greenA700: j.greenA700,
|
|
2974
|
+
greenA900: j.greenA900,
|
|
2974
2975
|
lightBlue50: J[50],
|
|
2975
2976
|
lightBlue100: J[100],
|
|
2976
2977
|
lightBlue200: J[200],
|
|
@@ -2981,7 +2982,7 @@ const Zo = {
|
|
|
2981
2982
|
lightBlue700: J[700],
|
|
2982
2983
|
lightBlue800: J[800],
|
|
2983
2984
|
lightBlue900: J[900],
|
|
2984
|
-
lightBlue1000:
|
|
2985
|
+
lightBlue1000: j.lightBlue1000,
|
|
2985
2986
|
lightBlueA100: J.A100,
|
|
2986
2987
|
lightBlueA200: J.A200,
|
|
2987
2988
|
lightBlueA400: J.A400,
|
|
@@ -2996,7 +2997,7 @@ const Zo = {
|
|
|
2996
2997
|
lightGreen700: Ee[700],
|
|
2997
2998
|
lightGreen800: Ee[800],
|
|
2998
2999
|
lightGreen900: Ee[900],
|
|
2999
|
-
neutral00:
|
|
3000
|
+
neutral00: j.neutral00,
|
|
3000
3001
|
neutral50: ne[50],
|
|
3001
3002
|
neutral100: ne[100],
|
|
3002
3003
|
neutral200: ne[200],
|
|
@@ -3007,10 +3008,10 @@ const Zo = {
|
|
|
3007
3008
|
neutral700: ne[700],
|
|
3008
3009
|
neutral800: ne[800],
|
|
3009
3010
|
neutral900: ne[900],
|
|
3010
|
-
neutralA100:
|
|
3011
|
-
neutralA200:
|
|
3012
|
-
neutralA400:
|
|
3013
|
-
neutralA700:
|
|
3011
|
+
neutralA100: j.neutralA100,
|
|
3012
|
+
neutralA200: j.neutralA200,
|
|
3013
|
+
neutralA400: j.neutralA400,
|
|
3014
|
+
neutralA700: j.neutralA700,
|
|
3014
3015
|
orange50: ae[50],
|
|
3015
3016
|
orange100: ae[100],
|
|
3016
3017
|
orange200: ae[200],
|
|
@@ -3021,7 +3022,7 @@ const Zo = {
|
|
|
3021
3022
|
orange700: ae[700],
|
|
3022
3023
|
orange800: ae[800],
|
|
3023
3024
|
orange900: ae[900],
|
|
3024
|
-
orange1000:
|
|
3025
|
+
orange1000: j.orange1000,
|
|
3025
3026
|
orangeA100: ae.A100,
|
|
3026
3027
|
orangeA200: ae.A200,
|
|
3027
3028
|
orangeA400: ae.A400,
|
|
@@ -3036,7 +3037,7 @@ const Zo = {
|
|
|
3036
3037
|
purple700: L[700],
|
|
3037
3038
|
purple800: L[800],
|
|
3038
3039
|
purple900: L[900],
|
|
3039
|
-
purple1000:
|
|
3040
|
+
purple1000: j.purple1000,
|
|
3040
3041
|
purpleA100: L.A100,
|
|
3041
3042
|
purpleA200: L.A200,
|
|
3042
3043
|
purpleA400: L.A400,
|
|
@@ -3051,7 +3052,7 @@ const Zo = {
|
|
|
3051
3052
|
yellow700: ue[700],
|
|
3052
3053
|
yellow800: ue[800],
|
|
3053
3054
|
yellow900: ue[900],
|
|
3054
|
-
yellow1000:
|
|
3055
|
+
yellow1000: j.yellow1000,
|
|
3055
3056
|
yellowA100: ue.A100,
|
|
3056
3057
|
yellowA200: ue.A200,
|
|
3057
3058
|
yellowA400: ue.A400,
|
|
@@ -3066,7 +3067,7 @@ const Zo = {
|
|
|
3066
3067
|
red700: H[700],
|
|
3067
3068
|
red800: H[800],
|
|
3068
3069
|
red900: H[900],
|
|
3069
|
-
red1000:
|
|
3070
|
+
red1000: j.red1000,
|
|
3070
3071
|
redA100: H.A100,
|
|
3071
3072
|
redA200: H.A200,
|
|
3072
3073
|
redA400: H.A400,
|
|
@@ -3081,34 +3082,35 @@ const Zo = {
|
|
|
3081
3082
|
cyan700: de[700],
|
|
3082
3083
|
cyan800: de[800],
|
|
3083
3084
|
cyan900: de[900],
|
|
3084
|
-
cyan1000:
|
|
3085
|
+
cyan1000: j.cyan1000,
|
|
3085
3086
|
cyanA100: de.A100,
|
|
3086
3087
|
cyanA200: de.A200,
|
|
3087
3088
|
cyanA400: de.A400,
|
|
3088
3089
|
cyanA700: de.A700,
|
|
3089
|
-
deepPurple50:
|
|
3090
|
-
deepPurple100:
|
|
3091
|
-
deepPurple200:
|
|
3092
|
-
deepPurple300:
|
|
3093
|
-
deepPurple400:
|
|
3094
|
-
deepPurple500:
|
|
3095
|
-
deepPurple600:
|
|
3096
|
-
deepPurple700:
|
|
3097
|
-
deepPurple800:
|
|
3098
|
-
deepPurple900:
|
|
3099
|
-
deepPurple1000:
|
|
3100
|
-
deepPurpleA100:
|
|
3101
|
-
deepPurpleA200:
|
|
3102
|
-
deepPurpleA400:
|
|
3103
|
-
deepPurpleA700:
|
|
3090
|
+
deepPurple50: ce[50],
|
|
3091
|
+
deepPurple100: ce[100],
|
|
3092
|
+
deepPurple200: ce[200],
|
|
3093
|
+
deepPurple300: ce[300],
|
|
3094
|
+
deepPurple400: ce[400],
|
|
3095
|
+
deepPurple500: ce[500],
|
|
3096
|
+
deepPurple600: ce[600],
|
|
3097
|
+
deepPurple700: ce[700],
|
|
3098
|
+
deepPurple800: ce[800],
|
|
3099
|
+
deepPurple900: ce[900],
|
|
3100
|
+
deepPurple1000: j.deepPurple1000,
|
|
3101
|
+
deepPurpleA100: ce.A100,
|
|
3102
|
+
deepPurpleA200: ce.A200,
|
|
3103
|
+
deepPurpleA400: ce.A400,
|
|
3104
|
+
deepPurpleA700: ce.A700,
|
|
3105
|
+
deepPurpleA800: j.deepPurpleA800,
|
|
3104
3106
|
primary: {
|
|
3105
3107
|
main: re.A700,
|
|
3106
|
-
dark:
|
|
3108
|
+
dark: j.blue800,
|
|
3107
3109
|
light: re.A200,
|
|
3108
|
-
contrastText:
|
|
3109
|
-
hover: ye(
|
|
3110
|
-
selected: ye(
|
|
3111
|
-
focus: ye(
|
|
3110
|
+
contrastText: j.neutral00,
|
|
3111
|
+
hover: ye(j.blue700, 0.04),
|
|
3112
|
+
selected: ye(j.blue700, 0.08),
|
|
3113
|
+
focus: ye(j.blue700, 0.12),
|
|
3112
3114
|
focusVisible: ye(re[700], 0.3),
|
|
3113
3115
|
outlinedBorder: re[200]
|
|
3114
3116
|
},
|
|
@@ -3116,7 +3118,7 @@ const Zo = {
|
|
|
3116
3118
|
main: L.A700,
|
|
3117
3119
|
dark: L[700],
|
|
3118
3120
|
light: L.A400,
|
|
3119
|
-
contrastText:
|
|
3121
|
+
contrastText: j.neutral00,
|
|
3120
3122
|
hover: ye(L[500], 0.04),
|
|
3121
3123
|
selected: ye(L[500], 0.08),
|
|
3122
3124
|
focus: ye(L[500], 0.12),
|
|
@@ -3127,25 +3129,30 @@ const Zo = {
|
|
|
3127
3129
|
main: H.A700,
|
|
3128
3130
|
dark: H[800],
|
|
3129
3131
|
light: H.A200,
|
|
3130
|
-
contrastText:
|
|
3132
|
+
contrastText: j.neutral00
|
|
3131
3133
|
},
|
|
3132
3134
|
warning: {
|
|
3133
3135
|
main: ue[900],
|
|
3134
|
-
dark:
|
|
3136
|
+
dark: j.yellow1000,
|
|
3135
3137
|
light: ue[800],
|
|
3136
|
-
contrastText:
|
|
3138
|
+
contrastText: j.neutral00
|
|
3137
3139
|
},
|
|
3138
3140
|
info: {
|
|
3139
3141
|
main: J.A700,
|
|
3140
3142
|
dark: J[900],
|
|
3141
3143
|
light: J.A400,
|
|
3142
|
-
contrastText:
|
|
3144
|
+
contrastText: j.neutral00
|
|
3145
|
+
},
|
|
3146
|
+
ai: {
|
|
3147
|
+
main: ce.A700,
|
|
3148
|
+
dark: j.deepPurpleA800,
|
|
3149
|
+
contrastText: j.neutral00
|
|
3143
3150
|
},
|
|
3144
3151
|
success: {
|
|
3145
|
-
main:
|
|
3152
|
+
main: j.greenA900,
|
|
3146
3153
|
dark: oe[700],
|
|
3147
|
-
light:
|
|
3148
|
-
contrastText:
|
|
3154
|
+
light: j.greenA700,
|
|
3155
|
+
contrastText: j.neutral00
|
|
3149
3156
|
},
|
|
3150
3157
|
action: {
|
|
3151
3158
|
active: ne[700],
|