bonuspluscomponents 0.0.0 → 0.0.2

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.
@@ -1,1505 +1,5 @@
1
- var Nr = { exports: {} }, He = {}, yr = { exports: {} }, g = {};
2
- /**
3
- * @license React
4
- * react.production.min.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
- var st;
12
- function Wt() {
13
- if (st)
14
- return g;
15
- st = 1;
16
- var z = Symbol.for("react.element"), y = Symbol.for("react.portal"), Ee = Symbol.for("react.fragment"), X = Symbol.for("react.strict_mode"), de = Symbol.for("react.profiler"), re = Symbol.for("react.provider"), te = Symbol.for("react.context"), Q = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), Z = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), V = Symbol.iterator;
17
- function ee(n) {
18
- return n === null || typeof n != "object" ? null : (n = V && n[V] || n["@@iterator"], typeof n == "function" ? n : null);
19
- }
20
- var G = { isMounted: function() {
21
- return !1;
22
- }, enqueueForceUpdate: function() {
23
- }, enqueueReplaceState: function() {
24
- }, enqueueSetState: function() {
25
- } }, se = Object.assign, Ie = {};
26
- function ne(n, s, h) {
27
- this.props = n, this.context = s, this.refs = Ie, this.updater = h || G;
28
- }
29
- ne.prototype.isReactComponent = {}, ne.prototype.setState = function(n, s) {
30
- if (typeof n != "object" && typeof n != "function" && n != null)
31
- throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
32
- this.updater.enqueueSetState(this, n, s, "setState");
33
- }, ne.prototype.forceUpdate = function(n) {
34
- this.updater.enqueueForceUpdate(this, n, "forceUpdate");
35
- };
36
- function ae() {
37
- }
38
- ae.prototype = ne.prototype;
39
- function I(n, s, h) {
40
- this.props = n, this.context = s, this.refs = Ie, this.updater = h || G;
41
- }
42
- var ye = I.prototype = new ae();
43
- ye.constructor = I, se(ye, ne.prototype), ye.isPureReactComponent = !0;
44
- var oe = Array.isArray, N = Object.prototype.hasOwnProperty, q = { current: null }, ce = { key: !0, ref: !0, __self: !0, __source: !0 };
45
- function pe(n, s, h) {
46
- var C, _ = {}, P = null, k = null;
47
- if (s != null)
48
- for (C in s.ref !== void 0 && (k = s.ref), s.key !== void 0 && (P = "" + s.key), s)
49
- N.call(s, C) && !ce.hasOwnProperty(C) && (_[C] = s[C]);
50
- var T = arguments.length - 2;
51
- if (T === 1)
52
- _.children = h;
53
- else if (1 < T) {
54
- for (var w = Array(T), W = 0; W < T; W++)
55
- w[W] = arguments[W + 2];
56
- _.children = w;
57
- }
58
- if (n && n.defaultProps)
59
- for (C in T = n.defaultProps, T)
60
- _[C] === void 0 && (_[C] = T[C]);
61
- return { $$typeof: z, type: n, key: P, ref: k, props: _, _owner: q.current };
62
- }
63
- function Re(n, s) {
64
- return { $$typeof: z, type: n.type, key: s, ref: n.ref, props: n.props, _owner: n._owner };
65
- }
66
- function Ce(n) {
67
- return typeof n == "object" && n !== null && n.$$typeof === z;
68
- }
69
- function Ue(n) {
70
- var s = { "=": "=0", ":": "=2" };
71
- return "$" + n.replace(/[=:]/g, function(h) {
72
- return s[h];
73
- });
74
- }
75
- var we = /\/+/g;
76
- function H(n, s) {
77
- return typeof n == "object" && n !== null && n.key != null ? Ue("" + n.key) : s.toString(36);
78
- }
79
- function K(n, s, h, C, _) {
80
- var P = typeof n;
81
- (P === "undefined" || P === "boolean") && (n = null);
82
- var k = !1;
83
- if (n === null)
84
- k = !0;
85
- else
86
- switch (P) {
87
- case "string":
88
- case "number":
89
- k = !0;
90
- break;
91
- case "object":
92
- switch (n.$$typeof) {
93
- case z:
94
- case y:
95
- k = !0;
96
- }
97
- }
98
- if (k)
99
- return k = n, _ = _(k), n = C === "" ? "." + H(k, 0) : C, oe(_) ? (h = "", n != null && (h = n.replace(we, "$&/") + "/"), K(_, s, h, "", function(W) {
100
- return W;
101
- })) : _ != null && (Ce(_) && (_ = Re(_, h + (!_.key || k && k.key === _.key ? "" : ("" + _.key).replace(we, "$&/") + "/") + n)), s.push(_)), 1;
102
- if (k = 0, C = C === "" ? "." : C + ":", oe(n))
103
- for (var T = 0; T < n.length; T++) {
104
- P = n[T];
105
- var w = C + H(P, T);
106
- k += K(P, s, h, w, _);
107
- }
108
- else if (w = ee(n), typeof w == "function")
109
- for (n = w.call(n), T = 0; !(P = n.next()).done; )
110
- P = P.value, w = C + H(P, T++), k += K(P, s, h, w, _);
111
- else if (P === "object")
112
- throw s = String(n), Error("Objects are not valid as a React child (found: " + (s === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : s) + "). If you meant to render a collection of children, use an array instead.");
113
- return k;
114
- }
115
- function U(n, s, h) {
116
- if (n == null)
117
- return n;
118
- var C = [], _ = 0;
119
- return K(n, C, "", "", function(P) {
120
- return s.call(h, P, _++);
121
- }), C;
122
- }
123
- function ue(n) {
124
- if (n._status === -1) {
125
- var s = n._result;
126
- s = s(), s.then(function(h) {
127
- (n._status === 0 || n._status === -1) && (n._status = 1, n._result = h);
128
- }, function(h) {
129
- (n._status === 0 || n._status === -1) && (n._status = 2, n._result = h);
130
- }), n._status === -1 && (n._status = 0, n._result = s);
131
- }
132
- if (n._status === 1)
133
- return n._result.default;
134
- throw n._result;
135
- }
136
- var d = { current: null }, fe = { transition: null }, Se = { ReactCurrentDispatcher: d, ReactCurrentBatchConfig: fe, ReactCurrentOwner: q };
137
- return g.Children = { map: U, forEach: function(n, s, h) {
138
- U(n, function() {
139
- s.apply(this, arguments);
140
- }, h);
141
- }, count: function(n) {
142
- var s = 0;
143
- return U(n, function() {
144
- s++;
145
- }), s;
146
- }, toArray: function(n) {
147
- return U(n, function(s) {
148
- return s;
149
- }) || [];
150
- }, only: function(n) {
151
- if (!Ce(n))
152
- throw Error("React.Children.only expected to receive a single React element child.");
153
- return n;
154
- } }, g.Component = ne, g.Fragment = Ee, g.Profiler = de, g.PureComponent = I, g.StrictMode = X, g.Suspense = $, g.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Se, g.cloneElement = function(n, s, h) {
155
- if (n == null)
156
- throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
157
- var C = se({}, n.props), _ = n.key, P = n.ref, k = n._owner;
158
- if (s != null) {
159
- if (s.ref !== void 0 && (P = s.ref, k = q.current), s.key !== void 0 && (_ = "" + s.key), n.type && n.type.defaultProps)
160
- var T = n.type.defaultProps;
161
- for (w in s)
162
- N.call(s, w) && !ce.hasOwnProperty(w) && (C[w] = s[w] === void 0 && T !== void 0 ? T[w] : s[w]);
163
- }
164
- var w = arguments.length - 2;
165
- if (w === 1)
166
- C.children = h;
167
- else if (1 < w) {
168
- T = Array(w);
169
- for (var W = 0; W < w; W++)
170
- T[W] = arguments[W + 2];
171
- C.children = T;
172
- }
173
- return { $$typeof: z, type: n.type, key: _, ref: P, props: C, _owner: k };
174
- }, g.createContext = function(n) {
175
- return n = { $$typeof: te, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: re, _context: n }, n.Consumer = n;
176
- }, g.createElement = pe, g.createFactory = function(n) {
177
- var s = pe.bind(null, n);
178
- return s.type = n, s;
179
- }, g.createRef = function() {
180
- return { current: null };
181
- }, g.forwardRef = function(n) {
182
- return { $$typeof: Q, render: n };
183
- }, g.isValidElement = Ce, g.lazy = function(n) {
184
- return { $$typeof: L, _payload: { _status: -1, _result: n }, _init: ue };
185
- }, g.memo = function(n, s) {
186
- return { $$typeof: Z, type: n, compare: s === void 0 ? null : s };
187
- }, g.startTransition = function(n) {
188
- var s = fe.transition;
189
- fe.transition = {};
190
- try {
191
- n();
192
- } finally {
193
- fe.transition = s;
194
- }
195
- }, g.unstable_act = function() {
196
- throw Error("act(...) is not supported in production builds of React.");
197
- }, g.useCallback = function(n, s) {
198
- return d.current.useCallback(n, s);
199
- }, g.useContext = function(n) {
200
- return d.current.useContext(n);
201
- }, g.useDebugValue = function() {
202
- }, g.useDeferredValue = function(n) {
203
- return d.current.useDeferredValue(n);
204
- }, g.useEffect = function(n, s) {
205
- return d.current.useEffect(n, s);
206
- }, g.useId = function() {
207
- return d.current.useId();
208
- }, g.useImperativeHandle = function(n, s, h) {
209
- return d.current.useImperativeHandle(n, s, h);
210
- }, g.useInsertionEffect = function(n, s) {
211
- return d.current.useInsertionEffect(n, s);
212
- }, g.useLayoutEffect = function(n, s) {
213
- return d.current.useLayoutEffect(n, s);
214
- }, g.useMemo = function(n, s) {
215
- return d.current.useMemo(n, s);
216
- }, g.useReducer = function(n, s, h) {
217
- return d.current.useReducer(n, s, h);
218
- }, g.useRef = function(n) {
219
- return d.current.useRef(n);
220
- }, g.useState = function(n) {
221
- return d.current.useState(n);
222
- }, g.useSyncExternalStore = function(n, s, h) {
223
- return d.current.useSyncExternalStore(n, s, h);
224
- }, g.useTransition = function() {
225
- return d.current.useTransition();
226
- }, g.version = "18.2.0", g;
227
- }
228
- var Ke = { exports: {} };
229
- /**
230
- * @license React
231
- * react.development.js
232
- *
233
- * Copyright (c) Facebook, Inc. and its affiliates.
234
- *
235
- * This source code is licensed under the MIT license found in the
236
- * LICENSE file in the root directory of this source tree.
237
- */
238
- Ke.exports;
239
- var ct;
240
- function Vt() {
241
- return ct || (ct = 1, function(z, y) {
242
- ({}).NODE_ENV !== "production" && function() {
243
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
244
- var Ee = "18.2.0", X = Symbol.for("react.element"), de = Symbol.for("react.portal"), re = Symbol.for("react.fragment"), te = Symbol.for("react.strict_mode"), Q = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), Z = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), ee = Symbol.for("react.suspense_list"), G = Symbol.for("react.memo"), se = Symbol.for("react.lazy"), Ie = Symbol.for("react.offscreen"), ne = Symbol.iterator, ae = "@@iterator";
245
- function I(e) {
246
- if (e === null || typeof e != "object")
247
- return null;
248
- var r = ne && e[ne] || e[ae];
249
- return typeof r == "function" ? r : null;
250
- }
251
- var ye = {
252
- /**
253
- * @internal
254
- * @type {ReactComponent}
255
- */
256
- current: null
257
- }, oe = {
258
- transition: null
259
- }, N = {
260
- current: null,
261
- // Used to reproduce behavior of `batchedUpdates` in legacy mode.
262
- isBatchingLegacy: !1,
263
- didScheduleLegacyUpdate: !1
264
- }, q = {
265
- /**
266
- * @internal
267
- * @type {ReactComponent}
268
- */
269
- current: null
270
- }, ce = {}, pe = null;
271
- function Re(e) {
272
- pe = e;
273
- }
274
- ce.setExtraStackFrame = function(e) {
275
- pe = e;
276
- }, ce.getCurrentStack = null, ce.getStackAddendum = function() {
277
- var e = "";
278
- pe && (e += pe);
279
- var r = ce.getCurrentStack;
280
- return r && (e += r() || ""), e;
281
- };
282
- var Ce = !1, Ue = !1, we = !1, H = !1, K = !1, U = {
283
- ReactCurrentDispatcher: ye,
284
- ReactCurrentBatchConfig: oe,
285
- ReactCurrentOwner: q
286
- };
287
- U.ReactDebugCurrentFrame = ce, U.ReactCurrentActQueue = N;
288
- function ue(e) {
289
- {
290
- for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
291
- a[o - 1] = arguments[o];
292
- fe("warn", e, a);
293
- }
294
- }
295
- function d(e) {
296
- {
297
- for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
298
- a[o - 1] = arguments[o];
299
- fe("error", e, a);
300
- }
301
- }
302
- function fe(e, r, a) {
303
- {
304
- var o = U.ReactDebugCurrentFrame, i = o.getStackAddendum();
305
- i !== "" && (r += "%s", a = a.concat([i]));
306
- var p = a.map(function(l) {
307
- return String(l);
308
- });
309
- p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
310
- }
311
- }
312
- var Se = {};
313
- function n(e, r) {
314
- {
315
- var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", i = o + "." + r;
316
- if (Se[i])
317
- return;
318
- d("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), Se[i] = !0;
319
- }
320
- }
321
- var s = {
322
- /**
323
- * Checks whether or not this composite component is mounted.
324
- * @param {ReactClass} publicInstance The instance we want to test.
325
- * @return {boolean} True if mounted, false otherwise.
326
- * @protected
327
- * @final
328
- */
329
- isMounted: function(e) {
330
- return !1;
331
- },
332
- /**
333
- * Forces an update. This should only be invoked when it is known with
334
- * certainty that we are **not** in a DOM transaction.
335
- *
336
- * You may want to call this when you know that some deeper aspect of the
337
- * component's state has changed but `setState` was not called.
338
- *
339
- * This will not invoke `shouldComponentUpdate`, but it will invoke
340
- * `componentWillUpdate` and `componentDidUpdate`.
341
- *
342
- * @param {ReactClass} publicInstance The instance that should rerender.
343
- * @param {?function} callback Called after component is updated.
344
- * @param {?string} callerName name of the calling function in the public API.
345
- * @internal
346
- */
347
- enqueueForceUpdate: function(e, r, a) {
348
- n(e, "forceUpdate");
349
- },
350
- /**
351
- * Replaces all of the state. Always use this or `setState` to mutate state.
352
- * You should treat `this.state` as immutable.
353
- *
354
- * There is no guarantee that `this.state` will be immediately updated, so
355
- * accessing `this.state` after calling this method may return the old value.
356
- *
357
- * @param {ReactClass} publicInstance The instance that should rerender.
358
- * @param {object} completeState Next state.
359
- * @param {?function} callback Called after component is updated.
360
- * @param {?string} callerName name of the calling function in the public API.
361
- * @internal
362
- */
363
- enqueueReplaceState: function(e, r, a, o) {
364
- n(e, "replaceState");
365
- },
366
- /**
367
- * Sets a subset of the state. This only exists because _pendingState is
368
- * internal. This provides a merging strategy that is not available to deep
369
- * properties which is confusing. TODO: Expose pendingState or don't use it
370
- * during the merge.
371
- *
372
- * @param {ReactClass} publicInstance The instance that should rerender.
373
- * @param {object} partialState Next partial state to be merged with state.
374
- * @param {?function} callback Called after component is updated.
375
- * @param {?string} Name of the calling function in the public API.
376
- * @internal
377
- */
378
- enqueueSetState: function(e, r, a, o) {
379
- n(e, "setState");
380
- }
381
- }, h = Object.assign, C = {};
382
- Object.freeze(C);
383
- function _(e, r, a) {
384
- this.props = e, this.context = r, this.refs = C, this.updater = a || s;
385
- }
386
- _.prototype.isReactComponent = {}, _.prototype.setState = function(e, r) {
387
- if (typeof e != "object" && typeof e != "function" && e != null)
388
- throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
389
- this.updater.enqueueSetState(this, e, r, "setState");
390
- }, _.prototype.forceUpdate = function(e) {
391
- this.updater.enqueueForceUpdate(this, e, "forceUpdate");
392
- };
393
- {
394
- var P = {
395
- isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
396
- replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
397
- }, k = function(e, r) {
398
- Object.defineProperty(_.prototype, e, {
399
- get: function() {
400
- ue("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
401
- }
402
- });
403
- };
404
- for (var T in P)
405
- P.hasOwnProperty(T) && k(T, P[T]);
406
- }
407
- function w() {
408
- }
409
- w.prototype = _.prototype;
410
- function W(e, r, a) {
411
- this.props = e, this.context = r, this.refs = C, this.updater = a || s;
412
- }
413
- var he = W.prototype = new w();
414
- he.constructor = W, h(he, _.prototype), he.isPureReactComponent = !0;
415
- function hr() {
416
- var e = {
417
- current: null
418
- };
419
- return Object.seal(e), e;
420
- }
421
- var Je = Array.isArray;
422
- function Fe(e) {
423
- return Je(e);
424
- }
425
- function mr(e) {
426
- {
427
- var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
428
- return a;
429
- }
430
- }
431
- function $e(e) {
432
- try {
433
- return Te(e), !1;
434
- } catch {
435
- return !0;
436
- }
437
- }
438
- function Te(e) {
439
- return "" + e;
440
- }
441
- function Oe(e) {
442
- if ($e(e))
443
- return d("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", mr(e)), Te(e);
444
- }
445
- function Xe(e, r, a) {
446
- var o = e.displayName;
447
- if (o)
448
- return o;
449
- var i = r.displayName || r.name || "";
450
- return i !== "" ? a + "(" + i + ")" : a;
451
- }
452
- function Pe(e) {
453
- return e.displayName || "Context";
454
- }
455
- function le(e) {
456
- if (e == null)
457
- return null;
458
- if (typeof e.tag == "number" && d("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
459
- return e.displayName || e.name || null;
460
- if (typeof e == "string")
461
- return e;
462
- switch (e) {
463
- case re:
464
- return "Fragment";
465
- case de:
466
- return "Portal";
467
- case Q:
468
- return "Profiler";
469
- case te:
470
- return "StrictMode";
471
- case V:
472
- return "Suspense";
473
- case ee:
474
- return "SuspenseList";
475
- }
476
- if (typeof e == "object")
477
- switch (e.$$typeof) {
478
- case Z:
479
- var r = e;
480
- return Pe(r) + ".Consumer";
481
- case $:
482
- var a = e;
483
- return Pe(a._context) + ".Provider";
484
- case L:
485
- return Xe(e, e.render, "ForwardRef");
486
- case G:
487
- var o = e.displayName || null;
488
- return o !== null ? o : le(e.type) || "Memo";
489
- case se: {
490
- var i = e, p = i._payload, l = i._init;
491
- try {
492
- return le(l(p));
493
- } catch {
494
- return null;
495
- }
496
- }
497
- }
498
- return null;
499
- }
500
- var ke = Object.prototype.hasOwnProperty, Le = {
501
- key: !0,
502
- ref: !0,
503
- __self: !0,
504
- __source: !0
505
- }, Qe, Ze, Ne;
506
- Ne = {};
507
- function Ye(e) {
508
- if (ke.call(e, "ref")) {
509
- var r = Object.getOwnPropertyDescriptor(e, "ref").get;
510
- if (r && r.isReactWarning)
511
- return !1;
512
- }
513
- return e.ref !== void 0;
514
- }
515
- function me(e) {
516
- if (ke.call(e, "key")) {
517
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
518
- if (r && r.isReactWarning)
519
- return !1;
520
- }
521
- return e.key !== void 0;
522
- }
523
- function gr(e, r) {
524
- var a = function() {
525
- Qe || (Qe = !0, d("%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)", r));
526
- };
527
- a.isReactWarning = !0, Object.defineProperty(e, "key", {
528
- get: a,
529
- configurable: !0
530
- });
531
- }
532
- function er(e, r) {
533
- var a = function() {
534
- Ze || (Ze = !0, d("%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)", r));
535
- };
536
- a.isReactWarning = !0, Object.defineProperty(e, "ref", {
537
- get: a,
538
- configurable: !0
539
- });
540
- }
541
- function rr(e) {
542
- if (typeof e.ref == "string" && q.current && e.__self && q.current.stateNode !== e.__self) {
543
- var r = le(q.current.type);
544
- Ne[r] || (d('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', r, e.ref), Ne[r] = !0);
545
- }
546
- }
547
- var je = function(e, r, a, o, i, p, l) {
548
- var v = {
549
- // This tag allows us to uniquely identify this as a React Element
550
- $$typeof: X,
551
- // Built-in properties that belong on the element
552
- type: e,
553
- key: r,
554
- ref: a,
555
- props: l,
556
- // Record the component responsible for creating this element.
557
- _owner: p
558
- };
559
- return v._store = {}, Object.defineProperty(v._store, "validated", {
560
- configurable: !1,
561
- enumerable: !1,
562
- writable: !0,
563
- value: !1
564
- }), Object.defineProperty(v, "_self", {
565
- configurable: !1,
566
- enumerable: !1,
567
- writable: !1,
568
- value: o
569
- }), Object.defineProperty(v, "_source", {
570
- configurable: !1,
571
- enumerable: !1,
572
- writable: !1,
573
- value: i
574
- }), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
575
- };
576
- function _r(e, r, a) {
577
- var o, i = {}, p = null, l = null, v = null, E = null;
578
- if (r != null) {
579
- Ye(r) && (l = r.ref, rr(r)), me(r) && (Oe(r.key), p = "" + r.key), v = r.__self === void 0 ? null : r.__self, E = r.__source === void 0 ? null : r.__source;
580
- for (o in r)
581
- ke.call(r, o) && !Le.hasOwnProperty(o) && (i[o] = r[o]);
582
- }
583
- var O = arguments.length - 2;
584
- if (O === 1)
585
- i.children = a;
586
- else if (O > 1) {
587
- for (var j = Array(O), A = 0; A < O; A++)
588
- j[A] = arguments[A + 2];
589
- Object.freeze && Object.freeze(j), i.children = j;
590
- }
591
- if (e && e.defaultProps) {
592
- var D = e.defaultProps;
593
- for (o in D)
594
- i[o] === void 0 && (i[o] = D[o]);
595
- }
596
- if (p || l) {
597
- var M = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
598
- p && gr(i, M), l && er(i, M);
599
- }
600
- return je(e, p, l, v, E, q.current, i);
601
- }
602
- function br(e, r) {
603
- var a = je(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
604
- return a;
605
- }
606
- function Er(e, r, a) {
607
- if (e == null)
608
- throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
609
- var o, i = h({}, e.props), p = e.key, l = e.ref, v = e._self, E = e._source, O = e._owner;
610
- if (r != null) {
611
- Ye(r) && (l = r.ref, O = q.current), me(r) && (Oe(r.key), p = "" + r.key);
612
- var j;
613
- e.type && e.type.defaultProps && (j = e.type.defaultProps);
614
- for (o in r)
615
- ke.call(r, o) && !Le.hasOwnProperty(o) && (r[o] === void 0 && j !== void 0 ? i[o] = j[o] : i[o] = r[o]);
616
- }
617
- var A = arguments.length - 2;
618
- if (A === 1)
619
- i.children = a;
620
- else if (A > 1) {
621
- for (var D = Array(A), M = 0; M < A; M++)
622
- D[M] = arguments[M + 2];
623
- i.children = D;
624
- }
625
- return je(e.type, p, l, v, E, O, i);
626
- }
627
- function ge(e) {
628
- return typeof e == "object" && e !== null && e.$$typeof === X;
629
- }
630
- var tr = ".", Rr = ":";
631
- function Cr(e) {
632
- var r = /[=:]/g, a = {
633
- "=": "=0",
634
- ":": "=2"
635
- }, o = e.replace(r, function(i) {
636
- return a[i];
637
- });
638
- return "$" + o;
639
- }
640
- var Me = !1, nr = /\/+/g;
641
- function ve(e) {
642
- return e.replace(nr, "$&/");
643
- }
644
- function Ae(e, r) {
645
- return typeof e == "object" && e !== null && e.key != null ? (Oe(e.key), Cr("" + e.key)) : r.toString(36);
646
- }
647
- function _e(e, r, a, o, i) {
648
- var p = typeof e;
649
- (p === "undefined" || p === "boolean") && (e = null);
650
- var l = !1;
651
- if (e === null)
652
- l = !0;
653
- else
654
- switch (p) {
655
- case "string":
656
- case "number":
657
- l = !0;
658
- break;
659
- case "object":
660
- switch (e.$$typeof) {
661
- case X:
662
- case de:
663
- l = !0;
664
- }
665
- }
666
- if (l) {
667
- var v = e, E = i(v), O = o === "" ? tr + Ae(v, 0) : o;
668
- if (Fe(E)) {
669
- var j = "";
670
- O != null && (j = ve(O) + "/"), _e(E, r, j, "", function(Mt) {
671
- return Mt;
672
- });
673
- } else
674
- E != null && (ge(E) && (E.key && (!v || v.key !== E.key) && Oe(E.key), E = br(
675
- E,
676
- // Keep both the (mapped) and old keys if they differ, just as
677
- // traverseAllChildren used to do for objects as children
678
- a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
679
- (E.key && (!v || v.key !== E.key) ? (
680
- // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
681
- // eslint-disable-next-line react-internal/safe-string-coercion
682
- ve("" + E.key) + "/"
683
- ) : "") + O
684
- )), r.push(E));
685
- return 1;
686
- }
687
- var A, D, M = 0, B = o === "" ? tr : o + Rr;
688
- if (Fe(e))
689
- for (var vr = 0; vr < e.length; vr++)
690
- A = e[vr], D = B + Ae(A, vr), M += _e(A, r, a, D, i);
691
- else {
692
- var Lr = I(e);
693
- if (typeof Lr == "function") {
694
- var ot = e;
695
- Lr === ot.entries && (Me || ue("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Me = !0);
696
- for (var Lt = Lr.call(ot), ut, Nt = 0; !(ut = Lt.next()).done; )
697
- A = ut.value, D = B + Ae(A, Nt++), M += _e(A, r, a, D, i);
698
- } else if (p === "object") {
699
- var it = String(e);
700
- throw new Error("Objects are not valid as a React child (found: " + (it === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : it) + "). If you meant to render a collection of children, use an array instead.");
701
- }
702
- }
703
- return M;
704
- }
705
- function xe(e, r, a) {
706
- if (e == null)
707
- return e;
708
- var o = [], i = 0;
709
- return _e(e, o, "", "", function(p) {
710
- return r.call(a, p, i++);
711
- }), o;
712
- }
713
- function wr(e) {
714
- var r = 0;
715
- return xe(e, function() {
716
- r++;
717
- }), r;
718
- }
719
- function ar(e, r, a) {
720
- xe(e, function() {
721
- r.apply(this, arguments);
722
- }, a);
723
- }
724
- function Sr(e) {
725
- return xe(e, function(r) {
726
- return r;
727
- }) || [];
728
- }
729
- function or(e) {
730
- if (!ge(e))
731
- throw new Error("React.Children.only expected to receive a single React element child.");
732
- return e;
733
- }
734
- function ur(e) {
735
- var r = {
736
- $$typeof: Z,
737
- // As a workaround to support multiple concurrent renderers, we categorize
738
- // some renderers as primary and others as secondary. We only expect
739
- // there to be two concurrent renderers at most: React Native (primary) and
740
- // Fabric (secondary); React DOM (primary) and React ART (secondary).
741
- // Secondary renderers store their context values on separate fields.
742
- _currentValue: e,
743
- _currentValue2: e,
744
- // Used to track how many concurrent renderers this context currently
745
- // supports within in a single renderer. Such as parallel server rendering.
746
- _threadCount: 0,
747
- // These are circular
748
- Provider: null,
749
- Consumer: null,
750
- // Add these to use same hidden class in VM as ServerContext
751
- _defaultValue: null,
752
- _globalName: null
753
- };
754
- r.Provider = {
755
- $$typeof: $,
756
- _context: r
757
- };
758
- var a = !1, o = !1, i = !1;
759
- {
760
- var p = {
761
- $$typeof: Z,
762
- _context: r
763
- };
764
- Object.defineProperties(p, {
765
- Provider: {
766
- get: function() {
767
- return o || (o = !0, d("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
768
- },
769
- set: function(l) {
770
- r.Provider = l;
771
- }
772
- },
773
- _currentValue: {
774
- get: function() {
775
- return r._currentValue;
776
- },
777
- set: function(l) {
778
- r._currentValue = l;
779
- }
780
- },
781
- _currentValue2: {
782
- get: function() {
783
- return r._currentValue2;
784
- },
785
- set: function(l) {
786
- r._currentValue2 = l;
787
- }
788
- },
789
- _threadCount: {
790
- get: function() {
791
- return r._threadCount;
792
- },
793
- set: function(l) {
794
- r._threadCount = l;
795
- }
796
- },
797
- Consumer: {
798
- get: function() {
799
- return a || (a = !0, d("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), r.Consumer;
800
- }
801
- },
802
- displayName: {
803
- get: function() {
804
- return r.displayName;
805
- },
806
- set: function(l) {
807
- i || (ue("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", l), i = !0);
808
- }
809
- }
810
- }), r.Consumer = p;
811
- }
812
- return r._currentRenderer = null, r._currentRenderer2 = null, r;
813
- }
814
- var De = -1, Be = 0, ze = 1, Tr = 2;
815
- function Or(e) {
816
- if (e._status === De) {
817
- var r = e._result, a = r();
818
- if (a.then(function(p) {
819
- if (e._status === Be || e._status === De) {
820
- var l = e;
821
- l._status = ze, l._result = p;
822
- }
823
- }, function(p) {
824
- if (e._status === Be || e._status === De) {
825
- var l = e;
826
- l._status = Tr, l._result = p;
827
- }
828
- }), e._status === De) {
829
- var o = e;
830
- o._status = Be, o._result = a;
831
- }
832
- }
833
- if (e._status === ze) {
834
- var i = e._result;
835
- return i === void 0 && d(`lazy: Expected the result of a dynamic import() call. Instead received: %s
836
-
837
- Your code should look like:
838
- const MyComponent = lazy(() => import('./MyComponent'))
839
-
840
- Did you accidentally put curly braces around the import?`, i), "default" in i || d(`lazy: Expected the result of a dynamic import() call. Instead received: %s
841
-
842
- Your code should look like:
843
- const MyComponent = lazy(() => import('./MyComponent'))`, i), i.default;
844
- } else
845
- throw e._result;
846
- }
847
- function Pr(e) {
848
- var r = {
849
- // We use these fields to store the result.
850
- _status: De,
851
- _result: e
852
- }, a = {
853
- $$typeof: se,
854
- _payload: r,
855
- _init: Or
856
- };
857
- {
858
- var o, i;
859
- Object.defineProperties(a, {
860
- defaultProps: {
861
- configurable: !0,
862
- get: function() {
863
- return o;
864
- },
865
- set: function(p) {
866
- d("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o = p, Object.defineProperty(a, "defaultProps", {
867
- enumerable: !0
868
- });
869
- }
870
- },
871
- propTypes: {
872
- configurable: !0,
873
- get: function() {
874
- return i;
875
- },
876
- set: function(p) {
877
- d("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), i = p, Object.defineProperty(a, "propTypes", {
878
- enumerable: !0
879
- });
880
- }
881
- }
882
- });
883
- }
884
- return a;
885
- }
886
- function kr(e) {
887
- e != null && e.$$typeof === G ? d("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? d("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && d("forwardRef render functions accept exactly two parameters: props and ref. %s", e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), e != null && (e.defaultProps != null || e.propTypes != null) && d("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
888
- var r = {
889
- $$typeof: L,
890
- render: e
891
- };
892
- {
893
- var a;
894
- Object.defineProperty(r, "displayName", {
895
- enumerable: !1,
896
- configurable: !0,
897
- get: function() {
898
- return a;
899
- },
900
- set: function(o) {
901
- a = o, !e.name && !e.displayName && (e.displayName = o);
902
- }
903
- });
904
- }
905
- return r;
906
- }
907
- var t;
908
- t = Symbol.for("react.module.reference");
909
- function u(e) {
910
- return !!(typeof e == "string" || typeof e == "function" || e === re || e === Q || K || e === te || e === V || e === ee || H || e === Ie || Ce || Ue || we || typeof e == "object" && e !== null && (e.$$typeof === se || e.$$typeof === G || e.$$typeof === $ || e.$$typeof === Z || e.$$typeof === L || // This needs to include all possible module reference object
911
- // types supported by any Flight configuration anywhere since
912
- // we don't know which Flight build this will end up being used
913
- // with.
914
- e.$$typeof === t || e.getModuleId !== void 0));
915
- }
916
- function c(e, r) {
917
- u(e) || d("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
918
- var a = {
919
- $$typeof: G,
920
- type: e,
921
- compare: r === void 0 ? null : r
922
- };
923
- {
924
- var o;
925
- Object.defineProperty(a, "displayName", {
926
- enumerable: !1,
927
- configurable: !0,
928
- get: function() {
929
- return o;
930
- },
931
- set: function(i) {
932
- o = i, !e.name && !e.displayName && (e.displayName = i);
933
- }
934
- });
935
- }
936
- return a;
937
- }
938
- function f() {
939
- var e = ye.current;
940
- return e === null && d(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
941
- 1. You might have mismatching versions of React and the renderer (such as React DOM)
942
- 2. You might be breaking the Rules of Hooks
943
- 3. You might have more than one copy of React in the same app
944
- See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
945
- }
946
- function R(e) {
947
- var r = f();
948
- if (e._context !== void 0) {
949
- var a = e._context;
950
- a.Consumer === e ? d("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : a.Provider === e && d("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
951
- }
952
- return r.useContext(e);
953
- }
954
- function S(e) {
955
- var r = f();
956
- return r.useState(e);
957
- }
958
- function b(e, r, a) {
959
- var o = f();
960
- return o.useReducer(e, r, a);
961
- }
962
- function m(e) {
963
- var r = f();
964
- return r.useRef(e);
965
- }
966
- function Y(e, r) {
967
- var a = f();
968
- return a.useEffect(e, r);
969
- }
970
- function x(e, r) {
971
- var a = f();
972
- return a.useInsertionEffect(e, r);
973
- }
974
- function F(e, r) {
975
- var a = f();
976
- return a.useLayoutEffect(e, r);
977
- }
978
- function J(e, r) {
979
- var a = f();
980
- return a.useCallback(e, r);
981
- }
982
- function be(e, r) {
983
- var a = f();
984
- return a.useMemo(e, r);
985
- }
986
- function ir(e, r, a) {
987
- var o = f();
988
- return o.useImperativeHandle(e, r, a);
989
- }
990
- function ie(e, r) {
991
- {
992
- var a = f();
993
- return a.useDebugValue(e, r);
994
- }
995
- }
996
- function vt() {
997
- var e = f();
998
- return e.useTransition();
999
- }
1000
- function yt(e) {
1001
- var r = f();
1002
- return r.useDeferredValue(e);
1003
- }
1004
- function ht() {
1005
- var e = f();
1006
- return e.useId();
1007
- }
1008
- function mt(e, r, a) {
1009
- var o = f();
1010
- return o.useSyncExternalStore(e, r, a);
1011
- }
1012
- var qe = 0, Mr, Wr, Vr, Ur, Yr, Br, zr;
1013
- function qr() {
1014
- }
1015
- qr.__reactDisabledLog = !0;
1016
- function gt() {
1017
- {
1018
- if (qe === 0) {
1019
- Mr = console.log, Wr = console.info, Vr = console.warn, Ur = console.error, Yr = console.group, Br = console.groupCollapsed, zr = console.groupEnd;
1020
- var e = {
1021
- configurable: !0,
1022
- enumerable: !0,
1023
- value: qr,
1024
- writable: !0
1025
- };
1026
- Object.defineProperties(console, {
1027
- info: e,
1028
- log: e,
1029
- warn: e,
1030
- error: e,
1031
- group: e,
1032
- groupCollapsed: e,
1033
- groupEnd: e
1034
- });
1035
- }
1036
- qe++;
1037
- }
1038
- }
1039
- function _t() {
1040
- {
1041
- if (qe--, qe === 0) {
1042
- var e = {
1043
- configurable: !0,
1044
- enumerable: !0,
1045
- writable: !0
1046
- };
1047
- Object.defineProperties(console, {
1048
- log: h({}, e, {
1049
- value: Mr
1050
- }),
1051
- info: h({}, e, {
1052
- value: Wr
1053
- }),
1054
- warn: h({}, e, {
1055
- value: Vr
1056
- }),
1057
- error: h({}, e, {
1058
- value: Ur
1059
- }),
1060
- group: h({}, e, {
1061
- value: Yr
1062
- }),
1063
- groupCollapsed: h({}, e, {
1064
- value: Br
1065
- }),
1066
- groupEnd: h({}, e, {
1067
- value: zr
1068
- })
1069
- });
1070
- }
1071
- qe < 0 && d("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1072
- }
1073
- }
1074
- var jr = U.ReactCurrentDispatcher, Ar;
1075
- function sr(e, r, a) {
1076
- {
1077
- if (Ar === void 0)
1078
- try {
1079
- throw Error();
1080
- } catch (i) {
1081
- var o = i.stack.trim().match(/\n( *(at )?)/);
1082
- Ar = o && o[1] || "";
1083
- }
1084
- return `
1085
- ` + Ar + e;
1086
- }
1087
- }
1088
- var xr = !1, cr;
1089
- {
1090
- var bt = typeof WeakMap == "function" ? WeakMap : Map;
1091
- cr = new bt();
1092
- }
1093
- function Hr(e, r) {
1094
- if (!e || xr)
1095
- return "";
1096
- {
1097
- var a = cr.get(e);
1098
- if (a !== void 0)
1099
- return a;
1100
- }
1101
- var o;
1102
- xr = !0;
1103
- var i = Error.prepareStackTrace;
1104
- Error.prepareStackTrace = void 0;
1105
- var p;
1106
- p = jr.current, jr.current = null, gt();
1107
- try {
1108
- if (r) {
1109
- var l = function() {
1110
- throw Error();
1111
- };
1112
- if (Object.defineProperty(l.prototype, "props", {
1113
- set: function() {
1114
- throw Error();
1115
- }
1116
- }), typeof Reflect == "object" && Reflect.construct) {
1117
- try {
1118
- Reflect.construct(l, []);
1119
- } catch (B) {
1120
- o = B;
1121
- }
1122
- Reflect.construct(e, [], l);
1123
- } else {
1124
- try {
1125
- l.call();
1126
- } catch (B) {
1127
- o = B;
1128
- }
1129
- e.call(l.prototype);
1130
- }
1131
- } else {
1132
- try {
1133
- throw Error();
1134
- } catch (B) {
1135
- o = B;
1136
- }
1137
- e();
1138
- }
1139
- } catch (B) {
1140
- if (B && o && typeof B.stack == "string") {
1141
- for (var v = B.stack.split(`
1142
- `), E = o.stack.split(`
1143
- `), O = v.length - 1, j = E.length - 1; O >= 1 && j >= 0 && v[O] !== E[j]; )
1144
- j--;
1145
- for (; O >= 1 && j >= 0; O--, j--)
1146
- if (v[O] !== E[j]) {
1147
- if (O !== 1 || j !== 1)
1148
- do
1149
- if (O--, j--, j < 0 || v[O] !== E[j]) {
1150
- var A = `
1151
- ` + v[O].replace(" at new ", " at ");
1152
- return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && cr.set(e, A), A;
1153
- }
1154
- while (O >= 1 && j >= 0);
1155
- break;
1156
- }
1157
- }
1158
- } finally {
1159
- xr = !1, jr.current = p, _t(), Error.prepareStackTrace = i;
1160
- }
1161
- var D = e ? e.displayName || e.name : "", M = D ? sr(D) : "";
1162
- return typeof e == "function" && cr.set(e, M), M;
1163
- }
1164
- function Et(e, r, a) {
1165
- return Hr(e, !1);
1166
- }
1167
- function Rt(e) {
1168
- var r = e.prototype;
1169
- return !!(r && r.isReactComponent);
1170
- }
1171
- function fr(e, r, a) {
1172
- if (e == null)
1173
- return "";
1174
- if (typeof e == "function")
1175
- return Hr(e, Rt(e));
1176
- if (typeof e == "string")
1177
- return sr(e);
1178
- switch (e) {
1179
- case V:
1180
- return sr("Suspense");
1181
- case ee:
1182
- return sr("SuspenseList");
1183
- }
1184
- if (typeof e == "object")
1185
- switch (e.$$typeof) {
1186
- case L:
1187
- return Et(e.render);
1188
- case G:
1189
- return fr(e.type, r, a);
1190
- case se: {
1191
- var o = e, i = o._payload, p = o._init;
1192
- try {
1193
- return fr(p(i), r, a);
1194
- } catch {
1195
- }
1196
- }
1197
- }
1198
- return "";
1199
- }
1200
- var Gr = {}, Kr = U.ReactDebugCurrentFrame;
1201
- function lr(e) {
1202
- if (e) {
1203
- var r = e._owner, a = fr(e.type, e._source, r ? r.type : null);
1204
- Kr.setExtraStackFrame(a);
1205
- } else
1206
- Kr.setExtraStackFrame(null);
1207
- }
1208
- function Ct(e, r, a, o, i) {
1209
- {
1210
- var p = Function.call.bind(ke);
1211
- for (var l in e)
1212
- if (p(e, l)) {
1213
- var v = void 0;
1214
- try {
1215
- if (typeof e[l] != "function") {
1216
- var E = Error((o || "React class") + ": " + a + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1217
- throw E.name = "Invariant Violation", E;
1218
- }
1219
- v = e[l](r, l, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1220
- } catch (O) {
1221
- v = O;
1222
- }
1223
- v && !(v instanceof Error) && (lr(i), d("%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", a, l, typeof v), lr(null)), v instanceof Error && !(v.message in Gr) && (Gr[v.message] = !0, lr(i), d("Failed %s type: %s", a, v.message), lr(null));
1224
- }
1225
- }
1226
- }
1227
- function We(e) {
1228
- if (e) {
1229
- var r = e._owner, a = fr(e.type, e._source, r ? r.type : null);
1230
- Re(a);
1231
- } else
1232
- Re(null);
1233
- }
1234
- var Dr;
1235
- Dr = !1;
1236
- function Jr() {
1237
- if (q.current) {
1238
- var e = le(q.current.type);
1239
- if (e)
1240
- return `
1241
-
1242
- Check the render method of \`` + e + "`.";
1243
- }
1244
- return "";
1245
- }
1246
- function wt(e) {
1247
- if (e !== void 0) {
1248
- var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
1249
- return `
1250
-
1251
- Check your code at ` + r + ":" + a + ".";
1252
- }
1253
- return "";
1254
- }
1255
- function St(e) {
1256
- return e != null ? wt(e.__source) : "";
1257
- }
1258
- var Xr = {};
1259
- function Tt(e) {
1260
- var r = Jr();
1261
- if (!r) {
1262
- var a = typeof e == "string" ? e : e.displayName || e.name;
1263
- a && (r = `
1264
-
1265
- Check the top-level render call using <` + a + ">.");
1266
- }
1267
- return r;
1268
- }
1269
- function Qr(e, r) {
1270
- if (!(!e._store || e._store.validated || e.key != null)) {
1271
- e._store.validated = !0;
1272
- var a = Tt(r);
1273
- if (!Xr[a]) {
1274
- Xr[a] = !0;
1275
- var o = "";
1276
- e && e._owner && e._owner !== q.current && (o = " It was passed a child from " + le(e._owner.type) + "."), We(e), d('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), We(null);
1277
- }
1278
- }
1279
- }
1280
- function Zr(e, r) {
1281
- if (typeof e == "object") {
1282
- if (Fe(e))
1283
- for (var a = 0; a < e.length; a++) {
1284
- var o = e[a];
1285
- ge(o) && Qr(o, r);
1286
- }
1287
- else if (ge(e))
1288
- e._store && (e._store.validated = !0);
1289
- else if (e) {
1290
- var i = I(e);
1291
- if (typeof i == "function" && i !== e.entries)
1292
- for (var p = i.call(e), l; !(l = p.next()).done; )
1293
- ge(l.value) && Qr(l.value, r);
1294
- }
1295
- }
1296
- }
1297
- function et(e) {
1298
- {
1299
- var r = e.type;
1300
- if (r == null || typeof r == "string")
1301
- return;
1302
- var a;
1303
- if (typeof r == "function")
1304
- a = r.propTypes;
1305
- else if (typeof r == "object" && (r.$$typeof === L || // Note: Memo only checks outer props here.
1306
- // Inner props are checked in the reconciler.
1307
- r.$$typeof === G))
1308
- a = r.propTypes;
1309
- else
1310
- return;
1311
- if (a) {
1312
- var o = le(r);
1313
- Ct(a, e.props, "prop", o, e);
1314
- } else if (r.PropTypes !== void 0 && !Dr) {
1315
- Dr = !0;
1316
- var i = le(r);
1317
- d("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
1318
- }
1319
- typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && d("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
1320
- }
1321
- }
1322
- function Ot(e) {
1323
- {
1324
- for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
1325
- var o = r[a];
1326
- if (o !== "children" && o !== "key") {
1327
- We(e), d("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), We(null);
1328
- break;
1329
- }
1330
- }
1331
- e.ref !== null && (We(e), d("Invalid attribute `ref` supplied to `React.Fragment`."), We(null));
1332
- }
1333
- }
1334
- function rt(e, r, a) {
1335
- var o = u(e);
1336
- if (!o) {
1337
- var i = "";
1338
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (i += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
1339
- var p = St(r);
1340
- p ? i += p : i += Jr();
1341
- var l;
1342
- e === null ? l = "null" : Fe(e) ? l = "array" : e !== void 0 && e.$$typeof === X ? (l = "<" + (le(e.type) || "Unknown") + " />", i = " Did you accidentally export a JSX literal instead of a component?") : l = typeof e, d("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", l, i);
1343
- }
1344
- var v = _r.apply(this, arguments);
1345
- if (v == null)
1346
- return v;
1347
- if (o)
1348
- for (var E = 2; E < arguments.length; E++)
1349
- Zr(arguments[E], e);
1350
- return e === re ? Ot(v) : et(v), v;
1351
- }
1352
- var tt = !1;
1353
- function Pt(e) {
1354
- var r = rt.bind(null, e);
1355
- return r.type = e, tt || (tt = !0, ue("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
1356
- enumerable: !1,
1357
- get: function() {
1358
- return ue("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
1359
- value: e
1360
- }), e;
1361
- }
1362
- }), r;
1363
- }
1364
- function kt(e, r, a) {
1365
- for (var o = Er.apply(this, arguments), i = 2; i < arguments.length; i++)
1366
- Zr(arguments[i], o.type);
1367
- return et(o), o;
1368
- }
1369
- function jt(e, r) {
1370
- var a = oe.transition;
1371
- oe.transition = {};
1372
- var o = oe.transition;
1373
- oe.transition._updatedFibers = /* @__PURE__ */ new Set();
1374
- try {
1375
- e();
1376
- } finally {
1377
- if (oe.transition = a, a === null && o._updatedFibers) {
1378
- var i = o._updatedFibers.size;
1379
- i > 10 && ue("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
1380
- }
1381
- }
1382
- }
1383
- var nt = !1, dr = null;
1384
- function At(e) {
1385
- if (dr === null)
1386
- try {
1387
- var r = ("require" + Math.random()).slice(0, 7), a = z && z[r];
1388
- dr = a.call(z, "timers").setImmediate;
1389
- } catch {
1390
- dr = function(i) {
1391
- nt === !1 && (nt = !0, typeof MessageChannel > "u" && d("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
1392
- var p = new MessageChannel();
1393
- p.port1.onmessage = i, p.port2.postMessage(void 0);
1394
- };
1395
- }
1396
- return dr(e);
1397
- }
1398
- var Ve = 0, at = !1;
1399
- function xt(e) {
1400
- {
1401
- var r = Ve;
1402
- Ve++, N.current === null && (N.current = []);
1403
- var a = N.isBatchingLegacy, o;
1404
- try {
1405
- if (N.isBatchingLegacy = !0, o = e(), !a && N.didScheduleLegacyUpdate) {
1406
- var i = N.current;
1407
- i !== null && (N.didScheduleLegacyUpdate = !1, $r(i));
1408
- }
1409
- } catch (D) {
1410
- throw pr(r), D;
1411
- } finally {
1412
- N.isBatchingLegacy = a;
1413
- }
1414
- if (o !== null && typeof o == "object" && typeof o.then == "function") {
1415
- var p = o, l = !1, v = {
1416
- then: function(D, M) {
1417
- l = !0, p.then(function(B) {
1418
- pr(r), Ve === 0 ? Ir(B, D, M) : D(B);
1419
- }, function(B) {
1420
- pr(r), M(B);
1421
- });
1422
- }
1423
- };
1424
- return !at && typeof Promise < "u" && Promise.resolve().then(function() {
1425
- }).then(function() {
1426
- l || (at = !0, d("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
1427
- }), v;
1428
- } else {
1429
- var E = o;
1430
- if (pr(r), Ve === 0) {
1431
- var O = N.current;
1432
- O !== null && ($r(O), N.current = null);
1433
- var j = {
1434
- then: function(D, M) {
1435
- N.current === null ? (N.current = [], Ir(E, D, M)) : D(E);
1436
- }
1437
- };
1438
- return j;
1439
- } else {
1440
- var A = {
1441
- then: function(D, M) {
1442
- D(E);
1443
- }
1444
- };
1445
- return A;
1446
- }
1447
- }
1448
- }
1449
- }
1450
- function pr(e) {
1451
- e !== Ve - 1 && d("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ve = e;
1452
- }
1453
- function Ir(e, r, a) {
1454
- {
1455
- var o = N.current;
1456
- if (o !== null)
1457
- try {
1458
- $r(o), At(function() {
1459
- o.length === 0 ? (N.current = null, r(e)) : Ir(e, r, a);
1460
- });
1461
- } catch (i) {
1462
- a(i);
1463
- }
1464
- else
1465
- r(e);
1466
- }
1467
- }
1468
- var Fr = !1;
1469
- function $r(e) {
1470
- if (!Fr) {
1471
- Fr = !0;
1472
- var r = 0;
1473
- try {
1474
- for (; r < e.length; r++) {
1475
- var a = e[r];
1476
- do
1477
- a = a(!0);
1478
- while (a !== null);
1479
- }
1480
- e.length = 0;
1481
- } catch (o) {
1482
- throw e = e.slice(r + 1), o;
1483
- } finally {
1484
- Fr = !1;
1485
- }
1486
- }
1487
- }
1488
- var Dt = rt, It = kt, Ft = Pt, $t = {
1489
- map: xe,
1490
- forEach: ar,
1491
- count: wr,
1492
- toArray: Sr,
1493
- only: or
1494
- };
1495
- y.Children = $t, y.Component = _, y.Fragment = re, y.Profiler = Q, y.PureComponent = W, y.StrictMode = te, y.Suspense = V, y.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = U, y.cloneElement = It, y.createContext = ur, y.createElement = Dt, y.createFactory = Ft, y.createRef = hr, y.forwardRef = kr, y.isValidElement = ge, y.lazy = Pr, y.memo = c, y.startTransition = jt, y.unstable_act = xt, y.useCallback = J, y.useContext = R, y.useDebugValue = ie, y.useDeferredValue = yt, y.useEffect = Y, y.useId = ht, y.useImperativeHandle = ir, y.useInsertionEffect = x, y.useLayoutEffect = F, y.useMemo = be, y.useReducer = b, y.useRef = m, y.useState = S, y.useSyncExternalStore = mt, y.useTransition = vt, y.version = Ee, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
1496
- }();
1497
- }(Ke, Ke.exports)), Ke.exports;
1498
- }
1499
- var ft;
1500
- function pt() {
1501
- return ft || (ft = 1, {}.NODE_ENV === "production" ? yr.exports = Wt() : yr.exports = Vt()), yr.exports;
1502
- }
1
+ import Oe from "react";
2
+ var H = { exports: {} }, k = {};
1503
3
  /**
1504
4
  * @license React
1505
5
  * react-jsx-runtime.production.min.js
@@ -1509,25 +9,25 @@ function pt() {
1509
9
  * This source code is licensed under the MIT license found in the
1510
10
  * LICENSE file in the root directory of this source tree.
1511
11
  */
1512
- var lt;
1513
- function Ut() {
1514
- if (lt)
1515
- return He;
1516
- lt = 1;
1517
- var z = pt(), y = Symbol.for("react.element"), Ee = Symbol.for("react.fragment"), X = Object.prototype.hasOwnProperty, de = z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, re = { key: !0, ref: !0, __self: !0, __source: !0 };
1518
- function te(Q, $, Z) {
1519
- var L, V = {}, ee = null, G = null;
1520
- Z !== void 0 && (ee = "" + Z), $.key !== void 0 && (ee = "" + $.key), $.ref !== void 0 && (G = $.ref);
1521
- for (L in $)
1522
- X.call($, L) && !re.hasOwnProperty(L) && (V[L] = $[L]);
1523
- if (Q && Q.defaultProps)
1524
- for (L in $ = Q.defaultProps, $)
1525
- V[L] === void 0 && (V[L] = $[L]);
1526
- return { $$typeof: y, type: Q, key: ee, ref: G, props: V, _owner: de.current };
12
+ var Re;
13
+ function ir() {
14
+ if (Re)
15
+ return k;
16
+ Re = 1;
17
+ var P = Oe, S = Symbol.for("react.element"), V = Symbol.for("react.fragment"), y = Object.prototype.hasOwnProperty, F = P.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, A = { key: !0, ref: !0, __self: !0, __source: !0 };
18
+ function w(h, l, R) {
19
+ var v, g = {}, m = null, I = null;
20
+ R !== void 0 && (m = "" + R), l.key !== void 0 && (m = "" + l.key), l.ref !== void 0 && (I = l.ref);
21
+ for (v in l)
22
+ y.call(l, v) && !A.hasOwnProperty(v) && (g[v] = l[v]);
23
+ if (h && h.defaultProps)
24
+ for (v in l = h.defaultProps, l)
25
+ g[v] === void 0 && (g[v] = l[v]);
26
+ return { $$typeof: S, type: h, key: m, ref: I, props: g, _owner: F.current };
1527
27
  }
1528
- return He.Fragment = Ee, He.jsx = te, He.jsxs = te, He;
28
+ return k.Fragment = V, k.jsx = w, k.jsxs = w, k;
1529
29
  }
1530
- var Ge = {};
30
+ var D = {};
1531
31
  /**
1532
32
  * @license React
1533
33
  * react-jsx-runtime.development.js
@@ -1537,91 +37,91 @@ var Ge = {};
1537
37
  * This source code is licensed under the MIT license found in the
1538
38
  * LICENSE file in the root directory of this source tree.
1539
39
  */
1540
- var dt;
1541
- function Yt() {
1542
- return dt || (dt = 1, {}.NODE_ENV !== "production" && function() {
1543
- var z = pt(), y = Symbol.for("react.element"), Ee = Symbol.for("react.portal"), X = Symbol.for("react.fragment"), de = Symbol.for("react.strict_mode"), re = Symbol.for("react.profiler"), te = Symbol.for("react.provider"), Q = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), Z = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), ee = Symbol.for("react.lazy"), G = Symbol.for("react.offscreen"), se = Symbol.iterator, Ie = "@@iterator";
1544
- function ne(t) {
1545
- if (t === null || typeof t != "object")
40
+ var Te;
41
+ function ur() {
42
+ return Te || (Te = 1, {}.NODE_ENV !== "production" && function() {
43
+ var P = Oe, S = Symbol.for("react.element"), V = Symbol.for("react.portal"), y = Symbol.for("react.fragment"), F = Symbol.for("react.strict_mode"), A = Symbol.for("react.profiler"), w = Symbol.for("react.provider"), h = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), R = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), X = Symbol.iterator, Ce = "@@iterator";
44
+ function Pe(e) {
45
+ if (e === null || typeof e != "object")
1546
46
  return null;
1547
- var u = se && t[se] || t[Ie];
1548
- return typeof u == "function" ? u : null;
47
+ var r = X && e[X] || e[Ce];
48
+ return typeof r == "function" ? r : null;
1549
49
  }
1550
- var ae = z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1551
- function I(t) {
50
+ var T = P.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
51
+ function c(e) {
1552
52
  {
1553
- for (var u = arguments.length, c = new Array(u > 1 ? u - 1 : 0), f = 1; f < u; f++)
1554
- c[f - 1] = arguments[f];
1555
- ye("error", t, c);
53
+ for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
54
+ t[n - 1] = arguments[n];
55
+ Se("error", e, t);
1556
56
  }
1557
57
  }
1558
- function ye(t, u, c) {
58
+ function Se(e, r, t) {
1559
59
  {
1560
- var f = ae.ReactDebugCurrentFrame, R = f.getStackAddendum();
1561
- R !== "" && (u += "%s", c = c.concat([R]));
1562
- var S = c.map(function(b) {
1563
- return String(b);
60
+ var n = T.ReactDebugCurrentFrame, i = n.getStackAddendum();
61
+ i !== "" && (r += "%s", t = t.concat([i]));
62
+ var u = t.map(function(o) {
63
+ return String(o);
1564
64
  });
1565
- S.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, S);
65
+ u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
1566
66
  }
1567
67
  }
1568
- var oe = !1, N = !1, q = !1, ce = !1, pe = !1, Re;
1569
- Re = Symbol.for("react.module.reference");
1570
- function Ce(t) {
1571
- return !!(typeof t == "string" || typeof t == "function" || t === X || t === re || pe || t === de || t === Z || t === L || ce || t === G || oe || N || q || typeof t == "object" && t !== null && (t.$$typeof === ee || t.$$typeof === V || t.$$typeof === te || t.$$typeof === Q || t.$$typeof === $ || // This needs to include all possible module reference object
68
+ var we = !1, xe = !1, je = !1, ke = !1, De = !1, Z;
69
+ Z = Symbol.for("react.module.reference");
70
+ function Fe(e) {
71
+ return !!(typeof e == "string" || typeof e == "function" || e === y || e === A || De || e === F || e === R || e === v || ke || e === I || we || xe || je || typeof e == "object" && e !== null && (e.$$typeof === m || e.$$typeof === g || e.$$typeof === w || e.$$typeof === h || e.$$typeof === l || // This needs to include all possible module reference object
1572
72
  // types supported by any Flight configuration anywhere since
1573
73
  // we don't know which Flight build this will end up being used
1574
74
  // with.
1575
- t.$$typeof === Re || t.getModuleId !== void 0));
75
+ e.$$typeof === Z || e.getModuleId !== void 0));
1576
76
  }
1577
- function Ue(t, u, c) {
1578
- var f = t.displayName;
1579
- if (f)
1580
- return f;
1581
- var R = u.displayName || u.name || "";
1582
- return R !== "" ? c + "(" + R + ")" : c;
77
+ function Ae(e, r, t) {
78
+ var n = e.displayName;
79
+ if (n)
80
+ return n;
81
+ var i = r.displayName || r.name || "";
82
+ return i !== "" ? t + "(" + i + ")" : t;
1583
83
  }
1584
- function we(t) {
1585
- return t.displayName || "Context";
84
+ function Q(e) {
85
+ return e.displayName || "Context";
1586
86
  }
1587
- function H(t) {
1588
- if (t == null)
87
+ function E(e) {
88
+ if (e == null)
1589
89
  return null;
1590
- if (typeof t.tag == "number" && I("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
1591
- return t.displayName || t.name || null;
1592
- if (typeof t == "string")
1593
- return t;
1594
- switch (t) {
1595
- case X:
90
+ if (typeof e.tag == "number" && c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
91
+ return e.displayName || e.name || null;
92
+ if (typeof e == "string")
93
+ return e;
94
+ switch (e) {
95
+ case y:
1596
96
  return "Fragment";
1597
- case Ee:
97
+ case V:
1598
98
  return "Portal";
1599
- case re:
99
+ case A:
1600
100
  return "Profiler";
1601
- case de:
101
+ case F:
1602
102
  return "StrictMode";
1603
- case Z:
103
+ case R:
1604
104
  return "Suspense";
1605
- case L:
105
+ case v:
1606
106
  return "SuspenseList";
1607
107
  }
1608
- if (typeof t == "object")
1609
- switch (t.$$typeof) {
1610
- case Q:
1611
- var u = t;
1612
- return we(u) + ".Consumer";
1613
- case te:
1614
- var c = t;
1615
- return we(c._context) + ".Provider";
1616
- case $:
1617
- return Ue(t, t.render, "ForwardRef");
1618
- case V:
1619
- var f = t.displayName || null;
1620
- return f !== null ? f : H(t.type) || "Memo";
1621
- case ee: {
1622
- var R = t, S = R._payload, b = R._init;
108
+ if (typeof e == "object")
109
+ switch (e.$$typeof) {
110
+ case h:
111
+ var r = e;
112
+ return Q(r) + ".Consumer";
113
+ case w:
114
+ var t = e;
115
+ return Q(t._context) + ".Provider";
116
+ case l:
117
+ return Ae(e, e.render, "ForwardRef");
118
+ case g:
119
+ var n = e.displayName || null;
120
+ return n !== null ? n : E(e.type) || "Memo";
121
+ case m: {
122
+ var i = e, u = i._payload, o = i._init;
1623
123
  try {
1624
- return H(b(S));
124
+ return E(o(u));
1625
125
  } catch {
1626
126
  return null;
1627
127
  }
@@ -1629,504 +129,504 @@ function Yt() {
1629
129
  }
1630
130
  return null;
1631
131
  }
1632
- var K = Object.assign, U = 0, ue, d, fe, Se, n, s, h;
1633
- function C() {
132
+ var _ = Object.assign, x = 0, ee, re, te, ne, ae, oe, ie;
133
+ function ue() {
1634
134
  }
1635
- C.__reactDisabledLog = !0;
1636
- function _() {
135
+ ue.__reactDisabledLog = !0;
136
+ function Ie() {
1637
137
  {
1638
- if (U === 0) {
1639
- ue = console.log, d = console.info, fe = console.warn, Se = console.error, n = console.group, s = console.groupCollapsed, h = console.groupEnd;
1640
- var t = {
138
+ if (x === 0) {
139
+ ee = console.log, re = console.info, te = console.warn, ne = console.error, ae = console.group, oe = console.groupCollapsed, ie = console.groupEnd;
140
+ var e = {
1641
141
  configurable: !0,
1642
142
  enumerable: !0,
1643
- value: C,
143
+ value: ue,
1644
144
  writable: !0
1645
145
  };
1646
146
  Object.defineProperties(console, {
1647
- info: t,
1648
- log: t,
1649
- warn: t,
1650
- error: t,
1651
- group: t,
1652
- groupCollapsed: t,
1653
- groupEnd: t
147
+ info: e,
148
+ log: e,
149
+ warn: e,
150
+ error: e,
151
+ group: e,
152
+ groupCollapsed: e,
153
+ groupEnd: e
1654
154
  });
1655
155
  }
1656
- U++;
156
+ x++;
1657
157
  }
1658
158
  }
1659
- function P() {
159
+ function $e() {
1660
160
  {
1661
- if (U--, U === 0) {
1662
- var t = {
161
+ if (x--, x === 0) {
162
+ var e = {
1663
163
  configurable: !0,
1664
164
  enumerable: !0,
1665
165
  writable: !0
1666
166
  };
1667
167
  Object.defineProperties(console, {
1668
- log: K({}, t, {
1669
- value: ue
168
+ log: _({}, e, {
169
+ value: ee
1670
170
  }),
1671
- info: K({}, t, {
1672
- value: d
171
+ info: _({}, e, {
172
+ value: re
1673
173
  }),
1674
- warn: K({}, t, {
1675
- value: fe
174
+ warn: _({}, e, {
175
+ value: te
1676
176
  }),
1677
- error: K({}, t, {
1678
- value: Se
177
+ error: _({}, e, {
178
+ value: ne
1679
179
  }),
1680
- group: K({}, t, {
1681
- value: n
180
+ group: _({}, e, {
181
+ value: ae
1682
182
  }),
1683
- groupCollapsed: K({}, t, {
1684
- value: s
183
+ groupCollapsed: _({}, e, {
184
+ value: oe
1685
185
  }),
1686
- groupEnd: K({}, t, {
1687
- value: h
186
+ groupEnd: _({}, e, {
187
+ value: ie
1688
188
  })
1689
189
  });
1690
190
  }
1691
- U < 0 && I("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
191
+ x < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1692
192
  }
1693
193
  }
1694
- var k = ae.ReactCurrentDispatcher, T;
1695
- function w(t, u, c) {
194
+ var M = T.ReactCurrentDispatcher, U;
195
+ function $(e, r, t) {
1696
196
  {
1697
- if (T === void 0)
197
+ if (U === void 0)
1698
198
  try {
1699
199
  throw Error();
1700
- } catch (R) {
1701
- var f = R.stack.trim().match(/\n( *(at )?)/);
1702
- T = f && f[1] || "";
200
+ } catch (i) {
201
+ var n = i.stack.trim().match(/\n( *(at )?)/);
202
+ U = n && n[1] || "";
1703
203
  }
1704
204
  return `
1705
- ` + T + t;
205
+ ` + U + e;
1706
206
  }
1707
207
  }
1708
- var W = !1, he;
208
+ var B = !1, W;
1709
209
  {
1710
- var hr = typeof WeakMap == "function" ? WeakMap : Map;
1711
- he = new hr();
210
+ var We = typeof WeakMap == "function" ? WeakMap : Map;
211
+ W = new We();
1712
212
  }
1713
- function Je(t, u) {
1714
- if (!t || W)
213
+ function se(e, r) {
214
+ if (!e || B)
1715
215
  return "";
1716
216
  {
1717
- var c = he.get(t);
1718
- if (c !== void 0)
1719
- return c;
217
+ var t = W.get(e);
218
+ if (t !== void 0)
219
+ return t;
1720
220
  }
1721
- var f;
1722
- W = !0;
1723
- var R = Error.prepareStackTrace;
221
+ var n;
222
+ B = !0;
223
+ var i = Error.prepareStackTrace;
1724
224
  Error.prepareStackTrace = void 0;
1725
- var S;
1726
- S = k.current, k.current = null, _();
225
+ var u;
226
+ u = M.current, M.current = null, Ie();
1727
227
  try {
1728
- if (u) {
1729
- var b = function() {
228
+ if (r) {
229
+ var o = function() {
1730
230
  throw Error();
1731
231
  };
1732
- if (Object.defineProperty(b.prototype, "props", {
232
+ if (Object.defineProperty(o.prototype, "props", {
1733
233
  set: function() {
1734
234
  throw Error();
1735
235
  }
1736
236
  }), typeof Reflect == "object" && Reflect.construct) {
1737
237
  try {
1738
- Reflect.construct(b, []);
1739
- } catch (ie) {
1740
- f = ie;
238
+ Reflect.construct(o, []);
239
+ } catch (b) {
240
+ n = b;
1741
241
  }
1742
- Reflect.construct(t, [], b);
242
+ Reflect.construct(e, [], o);
1743
243
  } else {
1744
244
  try {
1745
- b.call();
1746
- } catch (ie) {
1747
- f = ie;
245
+ o.call();
246
+ } catch (b) {
247
+ n = b;
1748
248
  }
1749
- t.call(b.prototype);
249
+ e.call(o.prototype);
1750
250
  }
1751
251
  } else {
1752
252
  try {
1753
253
  throw Error();
1754
- } catch (ie) {
1755
- f = ie;
254
+ } catch (b) {
255
+ n = b;
1756
256
  }
1757
- t();
257
+ e();
1758
258
  }
1759
- } catch (ie) {
1760
- if (ie && f && typeof ie.stack == "string") {
1761
- for (var m = ie.stack.split(`
1762
- `), Y = f.stack.split(`
1763
- `), x = m.length - 1, F = Y.length - 1; x >= 1 && F >= 0 && m[x] !== Y[F]; )
1764
- F--;
1765
- for (; x >= 1 && F >= 0; x--, F--)
1766
- if (m[x] !== Y[F]) {
1767
- if (x !== 1 || F !== 1)
259
+ } catch (b) {
260
+ if (b && n && typeof b.stack == "string") {
261
+ for (var a = b.stack.split(`
262
+ `), d = n.stack.split(`
263
+ `), s = a.length - 1, f = d.length - 1; s >= 1 && f >= 0 && a[s] !== d[f]; )
264
+ f--;
265
+ for (; s >= 1 && f >= 0; s--, f--)
266
+ if (a[s] !== d[f]) {
267
+ if (s !== 1 || f !== 1)
1768
268
  do
1769
- if (x--, F--, F < 0 || m[x] !== Y[F]) {
1770
- var J = `
1771
- ` + m[x].replace(" at new ", " at ");
1772
- return t.displayName && J.includes("<anonymous>") && (J = J.replace("<anonymous>", t.displayName)), typeof t == "function" && he.set(t, J), J;
269
+ if (s--, f--, f < 0 || a[s] !== d[f]) {
270
+ var p = `
271
+ ` + a[s].replace(" at new ", " at ");
272
+ return e.displayName && p.includes("<anonymous>") && (p = p.replace("<anonymous>", e.displayName)), typeof e == "function" && W.set(e, p), p;
1773
273
  }
1774
- while (x >= 1 && F >= 0);
274
+ while (s >= 1 && f >= 0);
1775
275
  break;
1776
276
  }
1777
277
  }
1778
278
  } finally {
1779
- W = !1, k.current = S, P(), Error.prepareStackTrace = R;
279
+ B = !1, M.current = u, $e(), Error.prepareStackTrace = i;
1780
280
  }
1781
- var be = t ? t.displayName || t.name : "", ir = be ? w(be) : "";
1782
- return typeof t == "function" && he.set(t, ir), ir;
281
+ var C = e ? e.displayName || e.name : "", ye = C ? $(C) : "";
282
+ return typeof e == "function" && W.set(e, ye), ye;
1783
283
  }
1784
- function Fe(t, u, c) {
1785
- return Je(t, !1);
284
+ function Ye(e, r, t) {
285
+ return se(e, !1);
1786
286
  }
1787
- function mr(t) {
1788
- var u = t.prototype;
1789
- return !!(u && u.isReactComponent);
287
+ function Le(e) {
288
+ var r = e.prototype;
289
+ return !!(r && r.isReactComponent);
1790
290
  }
1791
- function $e(t, u, c) {
1792
- if (t == null)
291
+ function Y(e, r, t) {
292
+ if (e == null)
1793
293
  return "";
1794
- if (typeof t == "function")
1795
- return Je(t, mr(t));
1796
- if (typeof t == "string")
1797
- return w(t);
1798
- switch (t) {
1799
- case Z:
1800
- return w("Suspense");
1801
- case L:
1802
- return w("SuspenseList");
1803
- }
1804
- if (typeof t == "object")
1805
- switch (t.$$typeof) {
1806
- case $:
1807
- return Fe(t.render);
1808
- case V:
1809
- return $e(t.type, u, c);
1810
- case ee: {
1811
- var f = t, R = f._payload, S = f._init;
294
+ if (typeof e == "function")
295
+ return se(e, Le(e));
296
+ if (typeof e == "string")
297
+ return $(e);
298
+ switch (e) {
299
+ case R:
300
+ return $("Suspense");
301
+ case v:
302
+ return $("SuspenseList");
303
+ }
304
+ if (typeof e == "object")
305
+ switch (e.$$typeof) {
306
+ case l:
307
+ return Ye(e.render);
308
+ case g:
309
+ return Y(e.type, r, t);
310
+ case m: {
311
+ var n = e, i = n._payload, u = n._init;
1812
312
  try {
1813
- return $e(S(R), u, c);
313
+ return Y(u(i), r, t);
1814
314
  } catch {
1815
315
  }
1816
316
  }
1817
317
  }
1818
318
  return "";
1819
319
  }
1820
- var Te = Object.prototype.hasOwnProperty, Oe = {}, Xe = ae.ReactDebugCurrentFrame;
1821
- function Pe(t) {
1822
- if (t) {
1823
- var u = t._owner, c = $e(t.type, t._source, u ? u.type : null);
1824
- Xe.setExtraStackFrame(c);
320
+ var L = Object.prototype.hasOwnProperty, fe = {}, le = T.ReactDebugCurrentFrame;
321
+ function N(e) {
322
+ if (e) {
323
+ var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
324
+ le.setExtraStackFrame(t);
1825
325
  } else
1826
- Xe.setExtraStackFrame(null);
326
+ le.setExtraStackFrame(null);
1827
327
  }
1828
- function le(t, u, c, f, R) {
328
+ function Ne(e, r, t, n, i) {
1829
329
  {
1830
- var S = Function.call.bind(Te);
1831
- for (var b in t)
1832
- if (S(t, b)) {
1833
- var m = void 0;
330
+ var u = Function.call.bind(L);
331
+ for (var o in e)
332
+ if (u(e, o)) {
333
+ var a = void 0;
1834
334
  try {
1835
- if (typeof t[b] != "function") {
1836
- var Y = Error((f || "React class") + ": " + c + " type `" + b + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[b] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1837
- throw Y.name = "Invariant Violation", Y;
335
+ if (typeof e[o] != "function") {
336
+ var d = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
337
+ throw d.name = "Invariant Violation", d;
1838
338
  }
1839
- m = t[b](u, b, f, c, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1840
- } catch (x) {
1841
- m = x;
339
+ a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
340
+ } catch (s) {
341
+ a = s;
1842
342
  }
1843
- m && !(m instanceof Error) && (Pe(R), I("%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).", f || "React class", c, b, typeof m), Pe(null)), m instanceof Error && !(m.message in Oe) && (Oe[m.message] = !0, Pe(R), I("Failed %s type: %s", c, m.message), Pe(null));
343
+ a && !(a instanceof Error) && (N(i), c("%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).", n || "React class", t, o, typeof a), N(null)), a instanceof Error && !(a.message in fe) && (fe[a.message] = !0, N(i), c("Failed %s type: %s", t, a.message), N(null));
1844
344
  }
1845
345
  }
1846
346
  }
1847
- var ke = Array.isArray;
1848
- function Le(t) {
1849
- return ke(t);
347
+ var Ve = Array.isArray;
348
+ function q(e) {
349
+ return Ve(e);
1850
350
  }
1851
- function Qe(t) {
351
+ function Me(e) {
1852
352
  {
1853
- var u = typeof Symbol == "function" && Symbol.toStringTag, c = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
1854
- return c;
353
+ var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
354
+ return t;
1855
355
  }
1856
356
  }
1857
- function Ze(t) {
357
+ function Ue(e) {
1858
358
  try {
1859
- return Ne(t), !1;
359
+ return ce(e), !1;
1860
360
  } catch {
1861
361
  return !0;
1862
362
  }
1863
363
  }
1864
- function Ne(t) {
1865
- return "" + t;
364
+ function ce(e) {
365
+ return "" + e;
1866
366
  }
1867
- function Ye(t) {
1868
- if (Ze(t))
1869
- return I("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Qe(t)), Ne(t);
367
+ function de(e) {
368
+ if (Ue(e))
369
+ return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Me(e)), ce(e);
1870
370
  }
1871
- var me = ae.ReactCurrentOwner, gr = {
371
+ var j = T.ReactCurrentOwner, Be = {
1872
372
  key: !0,
1873
373
  ref: !0,
1874
374
  __self: !0,
1875
375
  __source: !0
1876
- }, er, rr, je;
1877
- je = {};
1878
- function _r(t) {
1879
- if (Te.call(t, "ref")) {
1880
- var u = Object.getOwnPropertyDescriptor(t, "ref").get;
1881
- if (u && u.isReactWarning)
376
+ }, ve, pe, J;
377
+ J = {};
378
+ function qe(e) {
379
+ if (L.call(e, "ref")) {
380
+ var r = Object.getOwnPropertyDescriptor(e, "ref").get;
381
+ if (r && r.isReactWarning)
1882
382
  return !1;
1883
383
  }
1884
- return t.ref !== void 0;
384
+ return e.ref !== void 0;
1885
385
  }
1886
- function br(t) {
1887
- if (Te.call(t, "key")) {
1888
- var u = Object.getOwnPropertyDescriptor(t, "key").get;
1889
- if (u && u.isReactWarning)
386
+ function Je(e) {
387
+ if (L.call(e, "key")) {
388
+ var r = Object.getOwnPropertyDescriptor(e, "key").get;
389
+ if (r && r.isReactWarning)
1890
390
  return !1;
1891
391
  }
1892
- return t.key !== void 0;
392
+ return e.key !== void 0;
1893
393
  }
1894
- function Er(t, u) {
1895
- if (typeof t.ref == "string" && me.current && u && me.current.stateNode !== u) {
1896
- var c = H(me.current.type);
1897
- je[c] || (I('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(me.current.type), t.ref), je[c] = !0);
394
+ function Ge(e, r) {
395
+ if (typeof e.ref == "string" && j.current && r && j.current.stateNode !== r) {
396
+ var t = E(j.current.type);
397
+ J[t] || (c('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', E(j.current.type), e.ref), J[t] = !0);
1898
398
  }
1899
399
  }
1900
- function ge(t, u) {
400
+ function ze(e, r) {
1901
401
  {
1902
- var c = function() {
1903
- er || (er = !0, I("%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));
402
+ var t = function() {
403
+ ve || (ve = !0, c("%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)", r));
1904
404
  };
1905
- c.isReactWarning = !0, Object.defineProperty(t, "key", {
1906
- get: c,
405
+ t.isReactWarning = !0, Object.defineProperty(e, "key", {
406
+ get: t,
1907
407
  configurable: !0
1908
408
  });
1909
409
  }
1910
410
  }
1911
- function tr(t, u) {
411
+ function Ke(e, r) {
1912
412
  {
1913
- var c = function() {
1914
- rr || (rr = !0, I("%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));
413
+ var t = function() {
414
+ pe || (pe = !0, c("%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)", r));
1915
415
  };
1916
- c.isReactWarning = !0, Object.defineProperty(t, "ref", {
1917
- get: c,
416
+ t.isReactWarning = !0, Object.defineProperty(e, "ref", {
417
+ get: t,
1918
418
  configurable: !0
1919
419
  });
1920
420
  }
1921
421
  }
1922
- var Rr = function(t, u, c, f, R, S, b) {
1923
- var m = {
422
+ var He = function(e, r, t, n, i, u, o) {
423
+ var a = {
1924
424
  // This tag allows us to uniquely identify this as a React Element
1925
- $$typeof: y,
425
+ $$typeof: S,
1926
426
  // Built-in properties that belong on the element
1927
- type: t,
1928
- key: u,
1929
- ref: c,
1930
- props: b,
427
+ type: e,
428
+ key: r,
429
+ ref: t,
430
+ props: o,
1931
431
  // Record the component responsible for creating this element.
1932
- _owner: S
432
+ _owner: u
1933
433
  };
1934
- return m._store = {}, Object.defineProperty(m._store, "validated", {
434
+ return a._store = {}, Object.defineProperty(a._store, "validated", {
1935
435
  configurable: !1,
1936
436
  enumerable: !1,
1937
437
  writable: !0,
1938
438
  value: !1
1939
- }), Object.defineProperty(m, "_self", {
439
+ }), Object.defineProperty(a, "_self", {
1940
440
  configurable: !1,
1941
441
  enumerable: !1,
1942
442
  writable: !1,
1943
- value: f
1944
- }), Object.defineProperty(m, "_source", {
443
+ value: n
444
+ }), Object.defineProperty(a, "_source", {
1945
445
  configurable: !1,
1946
446
  enumerable: !1,
1947
447
  writable: !1,
1948
- value: R
1949
- }), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
448
+ value: i
449
+ }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
1950
450
  };
1951
- function Cr(t, u, c, f, R) {
451
+ function Xe(e, r, t, n, i) {
1952
452
  {
1953
- var S, b = {}, m = null, Y = null;
1954
- c !== void 0 && (Ye(c), m = "" + c), br(u) && (Ye(u.key), m = "" + u.key), _r(u) && (Y = u.ref, Er(u, R));
1955
- for (S in u)
1956
- Te.call(u, S) && !gr.hasOwnProperty(S) && (b[S] = u[S]);
1957
- if (t && t.defaultProps) {
1958
- var x = t.defaultProps;
1959
- for (S in x)
1960
- b[S] === void 0 && (b[S] = x[S]);
453
+ var u, o = {}, a = null, d = null;
454
+ t !== void 0 && (de(t), a = "" + t), Je(r) && (de(r.key), a = "" + r.key), qe(r) && (d = r.ref, Ge(r, i));
455
+ for (u in r)
456
+ L.call(r, u) && !Be.hasOwnProperty(u) && (o[u] = r[u]);
457
+ if (e && e.defaultProps) {
458
+ var s = e.defaultProps;
459
+ for (u in s)
460
+ o[u] === void 0 && (o[u] = s[u]);
1961
461
  }
1962
- if (m || Y) {
1963
- var F = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
1964
- m && ge(b, F), Y && tr(b, F);
462
+ if (a || d) {
463
+ var f = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
464
+ a && ze(o, f), d && Ke(o, f);
1965
465
  }
1966
- return Rr(t, m, Y, R, f, me.current, b);
466
+ return He(e, a, d, i, n, j.current, o);
1967
467
  }
1968
468
  }
1969
- var Me = ae.ReactCurrentOwner, nr = ae.ReactDebugCurrentFrame;
1970
- function ve(t) {
1971
- if (t) {
1972
- var u = t._owner, c = $e(t.type, t._source, u ? u.type : null);
1973
- nr.setExtraStackFrame(c);
469
+ var G = T.ReactCurrentOwner, ge = T.ReactDebugCurrentFrame;
470
+ function O(e) {
471
+ if (e) {
472
+ var r = e._owner, t = Y(e.type, e._source, r ? r.type : null);
473
+ ge.setExtraStackFrame(t);
1974
474
  } else
1975
- nr.setExtraStackFrame(null);
475
+ ge.setExtraStackFrame(null);
1976
476
  }
1977
- var Ae;
1978
- Ae = !1;
1979
- function _e(t) {
1980
- return typeof t == "object" && t !== null && t.$$typeof === y;
477
+ var z;
478
+ z = !1;
479
+ function K(e) {
480
+ return typeof e == "object" && e !== null && e.$$typeof === S;
1981
481
  }
1982
- function xe() {
482
+ function Ee() {
1983
483
  {
1984
- if (Me.current) {
1985
- var t = H(Me.current.type);
1986
- if (t)
484
+ if (G.current) {
485
+ var e = E(G.current.type);
486
+ if (e)
1987
487
  return `
1988
488
 
1989
- Check the render method of \`` + t + "`.";
489
+ Check the render method of \`` + e + "`.";
1990
490
  }
1991
491
  return "";
1992
492
  }
1993
493
  }
1994
- function wr(t) {
494
+ function Ze(e) {
1995
495
  {
1996
- if (t !== void 0) {
1997
- var u = t.fileName.replace(/^.*[\\\/]/, ""), c = t.lineNumber;
496
+ if (e !== void 0) {
497
+ var r = e.fileName.replace(/^.*[\\\/]/, ""), t = e.lineNumber;
1998
498
  return `
1999
499
 
2000
- Check your code at ` + u + ":" + c + ".";
500
+ Check your code at ` + r + ":" + t + ".";
2001
501
  }
2002
502
  return "";
2003
503
  }
2004
504
  }
2005
- var ar = {};
2006
- function Sr(t) {
505
+ var be = {};
506
+ function Qe(e) {
2007
507
  {
2008
- var u = xe();
2009
- if (!u) {
2010
- var c = typeof t == "string" ? t : t.displayName || t.name;
2011
- c && (u = `
508
+ var r = Ee();
509
+ if (!r) {
510
+ var t = typeof e == "string" ? e : e.displayName || e.name;
511
+ t && (r = `
2012
512
 
2013
- Check the top-level render call using <` + c + ">.");
513
+ Check the top-level render call using <` + t + ">.");
2014
514
  }
2015
- return u;
515
+ return r;
2016
516
  }
2017
517
  }
2018
- function or(t, u) {
518
+ function he(e, r) {
2019
519
  {
2020
- if (!t._store || t._store.validated || t.key != null)
520
+ if (!e._store || e._store.validated || e.key != null)
2021
521
  return;
2022
- t._store.validated = !0;
2023
- var c = Sr(u);
2024
- if (ar[c])
522
+ e._store.validated = !0;
523
+ var t = Qe(r);
524
+ if (be[t])
2025
525
  return;
2026
- ar[c] = !0;
2027
- var f = "";
2028
- t && t._owner && t._owner !== Me.current && (f = " It was passed a child from " + H(t._owner.type) + "."), ve(t), I('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', c, f), ve(null);
526
+ be[t] = !0;
527
+ var n = "";
528
+ e && e._owner && e._owner !== G.current && (n = " It was passed a child from " + E(e._owner.type) + "."), O(e), c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), O(null);
2029
529
  }
2030
530
  }
2031
- function ur(t, u) {
531
+ function me(e, r) {
2032
532
  {
2033
- if (typeof t != "object")
533
+ if (typeof e != "object")
2034
534
  return;
2035
- if (Le(t))
2036
- for (var c = 0; c < t.length; c++) {
2037
- var f = t[c];
2038
- _e(f) && or(f, u);
535
+ if (q(e))
536
+ for (var t = 0; t < e.length; t++) {
537
+ var n = e[t];
538
+ K(n) && he(n, r);
2039
539
  }
2040
- else if (_e(t))
2041
- t._store && (t._store.validated = !0);
2042
- else if (t) {
2043
- var R = ne(t);
2044
- if (typeof R == "function" && R !== t.entries)
2045
- for (var S = R.call(t), b; !(b = S.next()).done; )
2046
- _e(b.value) && or(b.value, u);
540
+ else if (K(e))
541
+ e._store && (e._store.validated = !0);
542
+ else if (e) {
543
+ var i = Pe(e);
544
+ if (typeof i == "function" && i !== e.entries)
545
+ for (var u = i.call(e), o; !(o = u.next()).done; )
546
+ K(o.value) && he(o.value, r);
2047
547
  }
2048
548
  }
2049
549
  }
2050
- function De(t) {
550
+ function er(e) {
2051
551
  {
2052
- var u = t.type;
2053
- if (u == null || typeof u == "string")
552
+ var r = e.type;
553
+ if (r == null || typeof r == "string")
2054
554
  return;
2055
- var c;
2056
- if (typeof u == "function")
2057
- c = u.propTypes;
2058
- else if (typeof u == "object" && (u.$$typeof === $ || // Note: Memo only checks outer props here.
555
+ var t;
556
+ if (typeof r == "function")
557
+ t = r.propTypes;
558
+ else if (typeof r == "object" && (r.$$typeof === l || // Note: Memo only checks outer props here.
2059
559
  // Inner props are checked in the reconciler.
2060
- u.$$typeof === V))
2061
- c = u.propTypes;
560
+ r.$$typeof === g))
561
+ t = r.propTypes;
2062
562
  else
2063
563
  return;
2064
- if (c) {
2065
- var f = H(u);
2066
- le(c, t.props, "prop", f, t);
2067
- } else if (u.PropTypes !== void 0 && !Ae) {
2068
- Ae = !0;
2069
- var R = H(u);
2070
- I("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", R || "Unknown");
564
+ if (t) {
565
+ var n = E(r);
566
+ Ne(t, e.props, "prop", n, e);
567
+ } else if (r.PropTypes !== void 0 && !z) {
568
+ z = !0;
569
+ var i = E(r);
570
+ c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
2071
571
  }
2072
- typeof u.getDefaultProps == "function" && !u.getDefaultProps.isReactClassApproved && I("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
572
+ typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && c("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
2073
573
  }
2074
574
  }
2075
- function Be(t) {
575
+ function rr(e) {
2076
576
  {
2077
- for (var u = Object.keys(t.props), c = 0; c < u.length; c++) {
2078
- var f = u[c];
2079
- if (f !== "children" && f !== "key") {
2080
- ve(t), I("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), ve(null);
577
+ for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
578
+ var n = r[t];
579
+ if (n !== "children" && n !== "key") {
580
+ O(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), O(null);
2081
581
  break;
2082
582
  }
2083
583
  }
2084
- t.ref !== null && (ve(t), I("Invalid attribute `ref` supplied to `React.Fragment`."), ve(null));
584
+ e.ref !== null && (O(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), O(null));
2085
585
  }
2086
586
  }
2087
- function ze(t, u, c, f, R, S) {
587
+ function _e(e, r, t, n, i, u) {
2088
588
  {
2089
- var b = Ce(t);
2090
- if (!b) {
2091
- var m = "";
2092
- (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (m += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
2093
- var Y = wr(R);
2094
- Y ? m += Y : m += xe();
2095
- var x;
2096
- t === null ? x = "null" : Le(t) ? x = "array" : t !== void 0 && t.$$typeof === y ? (x = "<" + (H(t.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : x = typeof t, I("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", x, m);
2097
- }
2098
- var F = Cr(t, u, c, R, S);
2099
- if (F == null)
2100
- return F;
2101
- if (b) {
2102
- var J = u.children;
2103
- if (J !== void 0)
2104
- if (f)
2105
- if (Le(J)) {
2106
- for (var be = 0; be < J.length; be++)
2107
- ur(J[be], t);
2108
- Object.freeze && Object.freeze(J);
589
+ var o = Fe(e);
590
+ if (!o) {
591
+ var a = "";
592
+ (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
593
+ var d = Ze(i);
594
+ d ? a += d : a += Ee();
595
+ var s;
596
+ e === null ? s = "null" : q(e) ? s = "array" : e !== void 0 && e.$$typeof === S ? (s = "<" + (E(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
597
+ }
598
+ var f = Xe(e, r, t, i, u);
599
+ if (f == null)
600
+ return f;
601
+ if (o) {
602
+ var p = r.children;
603
+ if (p !== void 0)
604
+ if (n)
605
+ if (q(p)) {
606
+ for (var C = 0; C < p.length; C++)
607
+ me(p[C], e);
608
+ Object.freeze && Object.freeze(p);
2109
609
  } else
2110
- I("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
610
+ c("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
2111
611
  else
2112
- ur(J, t);
612
+ me(p, e);
2113
613
  }
2114
- return t === X ? Be(F) : De(F), F;
614
+ return e === y ? rr(f) : er(f), f;
2115
615
  }
2116
616
  }
2117
- function Tr(t, u, c) {
2118
- return ze(t, u, c, !0);
617
+ function tr(e, r, t) {
618
+ return _e(e, r, t, !0);
2119
619
  }
2120
- function Or(t, u, c) {
2121
- return ze(t, u, c, !1);
620
+ function nr(e, r, t) {
621
+ return _e(e, r, t, !1);
2122
622
  }
2123
- var Pr = Or, kr = Tr;
2124
- Ge.Fragment = X, Ge.jsx = Pr, Ge.jsxs = kr;
2125
- }()), Ge;
623
+ var ar = nr, or = tr;
624
+ D.Fragment = y, D.jsx = ar, D.jsxs = or;
625
+ }()), D;
2126
626
  }
2127
- ({}).NODE_ENV === "production" ? Nr.exports = Ut() : Nr.exports = Yt();
2128
- var Bt = Nr.exports;
2129
- const zt = ({ number: z }) => /* @__PURE__ */ Bt.jsx("div", { children: z });
627
+ ({}).NODE_ENV === "production" ? H.exports = ir() : H.exports = ur();
628
+ var sr = H.exports;
629
+ const lr = ({ number: P }) => /* @__PURE__ */ sr.jsx("div", { children: P });
2130
630
  export {
2131
- zt as TestComponent
631
+ lr as TestComponent
2132
632
  };