vrfi-design-system 0.1.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.
@@ -0,0 +1,2124 @@
1
+ var Mr = { 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, M = Object.prototype.hasOwnProperty, q = { current: null }, ce = { key: !0, ref: !0, __self: !0, __source: !0 };
45
+ function pe(n, s, h) {
46
+ var R, _ = {}, P = null, k = null;
47
+ if (s != null)
48
+ for (R in s.ref !== void 0 && (k = s.ref), s.key !== void 0 && (P = "" + s.key), s)
49
+ M.call(s, R) && !ce.hasOwnProperty(R) && (_[R] = s[R]);
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 (R in T = n.defaultProps, T)
60
+ _[R] === void 0 && (_[R] = T[R]);
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, R, _) {
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 = R === "" ? "." + H(k, 0) : R, 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, R = R === "" ? "." : R + ":", oe(n))
103
+ for (var T = 0; T < n.length; T++) {
104
+ P = n[T];
105
+ var w = R + 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 = R + 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 R = [], _ = 0;
119
+ return K(n, R, "", "", function(P) {
120
+ return s.call(h, P, _++);
121
+ }), R;
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 R = 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
+ M.call(s, w) && !ce.hasOwnProperty(w) && (R[w] = s[w] === void 0 && T !== void 0 ? T[w] : s[w]);
163
+ }
164
+ var w = arguments.length - 2;
165
+ if (w === 1)
166
+ R.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
+ R.children = T;
172
+ }
173
+ return { $$typeof: z, type: n.type, key: _, ref: P, props: R, _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
+ process.env.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
+ }, M = {
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 = M;
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, R = {};
382
+ Object.freeze(R);
383
+ function _(e, r, a) {
384
+ this.props = e, this.context = r, this.refs = R, 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 = R, 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, Me;
506
+ Me = {};
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
+ Me[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), Me[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 N = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
598
+ p && gr(i, N), l && er(i, N);
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), N = 0; N < A; N++)
622
+ D[N] = arguments[N + 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 Ne = !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(Nt) {
671
+ return Nt;
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, N = 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), N += _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 && (Ne || ue("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ne = !0);
696
+ for (var Lt = Lr.call(ot), ut, Mt = 0; !(ut = Lt.next()).done; )
697
+ A = ut.value, D = B + Ae(A, Mt++), N += _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 N;
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 C(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, Nr, Wr, Vr, Ur, Yr, Br, zr;
1013
+ function qr() {
1014
+ }
1015
+ qr.__reactDisabledLog = !0;
1016
+ function gt() {
1017
+ {
1018
+ if (qe === 0) {
1019
+ Nr = 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: Nr
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 : "", N = D ? sr(D) : "";
1162
+ return typeof e == "function" && cr.set(e, N), N;
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++, M.current === null && (M.current = []);
1403
+ var a = M.isBatchingLegacy, o;
1404
+ try {
1405
+ if (M.isBatchingLegacy = !0, o = e(), !a && M.didScheduleLegacyUpdate) {
1406
+ var i = M.current;
1407
+ i !== null && (M.didScheduleLegacyUpdate = !1, $r(i));
1408
+ }
1409
+ } catch (D) {
1410
+ throw pr(r), D;
1411
+ } finally {
1412
+ M.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, N) {
1417
+ l = !0, p.then(function(B) {
1418
+ pr(r), Ve === 0 ? Ir(B, D, N) : D(B);
1419
+ }, function(B) {
1420
+ pr(r), N(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 = M.current;
1432
+ O !== null && ($r(O), M.current = null);
1433
+ var j = {
1434
+ then: function(D, N) {
1435
+ M.current === null ? (M.current = [], Ir(E, D, N)) : D(E);
1436
+ }
1437
+ };
1438
+ return j;
1439
+ } else {
1440
+ var A = {
1441
+ then: function(D, N) {
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 = M.current;
1456
+ if (o !== null)
1457
+ try {
1458
+ $r(o), At(function() {
1459
+ o.length === 0 ? (M.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 = C, 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, process.env.NODE_ENV === "production" ? yr.exports = Wt() : yr.exports = Vt()), yr.exports;
1502
+ }
1503
+ /**
1504
+ * @license React
1505
+ * react-jsx-runtime.production.min.js
1506
+ *
1507
+ * Copyright (c) Facebook, Inc. and its affiliates.
1508
+ *
1509
+ * This source code is licensed under the MIT license found in the
1510
+ * LICENSE file in the root directory of this source tree.
1511
+ */
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 };
1527
+ }
1528
+ return He.Fragment = Ee, He.jsx = te, He.jsxs = te, He;
1529
+ }
1530
+ var Ge = {};
1531
+ /**
1532
+ * @license React
1533
+ * react-jsx-runtime.development.js
1534
+ *
1535
+ * Copyright (c) Facebook, Inc. and its affiliates.
1536
+ *
1537
+ * This source code is licensed under the MIT license found in the
1538
+ * LICENSE file in the root directory of this source tree.
1539
+ */
1540
+ var dt;
1541
+ function Yt() {
1542
+ return dt || (dt = 1, process.env.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")
1546
+ return null;
1547
+ var u = se && t[se] || t[Ie];
1548
+ return typeof u == "function" ? u : null;
1549
+ }
1550
+ var ae = z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1551
+ function I(t) {
1552
+ {
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);
1556
+ }
1557
+ }
1558
+ function ye(t, u, c) {
1559
+ {
1560
+ var f = ae.ReactDebugCurrentFrame, C = f.getStackAddendum();
1561
+ C !== "" && (u += "%s", c = c.concat([C]));
1562
+ var S = c.map(function(b) {
1563
+ return String(b);
1564
+ });
1565
+ S.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, S);
1566
+ }
1567
+ }
1568
+ var oe = !1, M = !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 || M || 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
1572
+ // types supported by any Flight configuration anywhere since
1573
+ // we don't know which Flight build this will end up being used
1574
+ // with.
1575
+ t.$$typeof === Re || t.getModuleId !== void 0));
1576
+ }
1577
+ function Ue(t, u, c) {
1578
+ var f = t.displayName;
1579
+ if (f)
1580
+ return f;
1581
+ var C = u.displayName || u.name || "";
1582
+ return C !== "" ? c + "(" + C + ")" : c;
1583
+ }
1584
+ function we(t) {
1585
+ return t.displayName || "Context";
1586
+ }
1587
+ function H(t) {
1588
+ if (t == null)
1589
+ 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:
1596
+ return "Fragment";
1597
+ case Ee:
1598
+ return "Portal";
1599
+ case re:
1600
+ return "Profiler";
1601
+ case de:
1602
+ return "StrictMode";
1603
+ case Z:
1604
+ return "Suspense";
1605
+ case L:
1606
+ return "SuspenseList";
1607
+ }
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 C = t, S = C._payload, b = C._init;
1623
+ try {
1624
+ return H(b(S));
1625
+ } catch {
1626
+ return null;
1627
+ }
1628
+ }
1629
+ }
1630
+ return null;
1631
+ }
1632
+ var K = Object.assign, U = 0, ue, d, fe, Se, n, s, h;
1633
+ function R() {
1634
+ }
1635
+ R.__reactDisabledLog = !0;
1636
+ function _() {
1637
+ {
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 = {
1641
+ configurable: !0,
1642
+ enumerable: !0,
1643
+ value: R,
1644
+ writable: !0
1645
+ };
1646
+ Object.defineProperties(console, {
1647
+ info: t,
1648
+ log: t,
1649
+ warn: t,
1650
+ error: t,
1651
+ group: t,
1652
+ groupCollapsed: t,
1653
+ groupEnd: t
1654
+ });
1655
+ }
1656
+ U++;
1657
+ }
1658
+ }
1659
+ function P() {
1660
+ {
1661
+ if (U--, U === 0) {
1662
+ var t = {
1663
+ configurable: !0,
1664
+ enumerable: !0,
1665
+ writable: !0
1666
+ };
1667
+ Object.defineProperties(console, {
1668
+ log: K({}, t, {
1669
+ value: ue
1670
+ }),
1671
+ info: K({}, t, {
1672
+ value: d
1673
+ }),
1674
+ warn: K({}, t, {
1675
+ value: fe
1676
+ }),
1677
+ error: K({}, t, {
1678
+ value: Se
1679
+ }),
1680
+ group: K({}, t, {
1681
+ value: n
1682
+ }),
1683
+ groupCollapsed: K({}, t, {
1684
+ value: s
1685
+ }),
1686
+ groupEnd: K({}, t, {
1687
+ value: h
1688
+ })
1689
+ });
1690
+ }
1691
+ U < 0 && I("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1692
+ }
1693
+ }
1694
+ var k = ae.ReactCurrentDispatcher, T;
1695
+ function w(t, u, c) {
1696
+ {
1697
+ if (T === void 0)
1698
+ try {
1699
+ throw Error();
1700
+ } catch (C) {
1701
+ var f = C.stack.trim().match(/\n( *(at )?)/);
1702
+ T = f && f[1] || "";
1703
+ }
1704
+ return `
1705
+ ` + T + t;
1706
+ }
1707
+ }
1708
+ var W = !1, he;
1709
+ {
1710
+ var hr = typeof WeakMap == "function" ? WeakMap : Map;
1711
+ he = new hr();
1712
+ }
1713
+ function Je(t, u) {
1714
+ if (!t || W)
1715
+ return "";
1716
+ {
1717
+ var c = he.get(t);
1718
+ if (c !== void 0)
1719
+ return c;
1720
+ }
1721
+ var f;
1722
+ W = !0;
1723
+ var C = Error.prepareStackTrace;
1724
+ Error.prepareStackTrace = void 0;
1725
+ var S;
1726
+ S = k.current, k.current = null, _();
1727
+ try {
1728
+ if (u) {
1729
+ var b = function() {
1730
+ throw Error();
1731
+ };
1732
+ if (Object.defineProperty(b.prototype, "props", {
1733
+ set: function() {
1734
+ throw Error();
1735
+ }
1736
+ }), typeof Reflect == "object" && Reflect.construct) {
1737
+ try {
1738
+ Reflect.construct(b, []);
1739
+ } catch (ie) {
1740
+ f = ie;
1741
+ }
1742
+ Reflect.construct(t, [], b);
1743
+ } else {
1744
+ try {
1745
+ b.call();
1746
+ } catch (ie) {
1747
+ f = ie;
1748
+ }
1749
+ t.call(b.prototype);
1750
+ }
1751
+ } else {
1752
+ try {
1753
+ throw Error();
1754
+ } catch (ie) {
1755
+ f = ie;
1756
+ }
1757
+ t();
1758
+ }
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)
1768
+ 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;
1773
+ }
1774
+ while (x >= 1 && F >= 0);
1775
+ break;
1776
+ }
1777
+ }
1778
+ } finally {
1779
+ W = !1, k.current = S, P(), Error.prepareStackTrace = C;
1780
+ }
1781
+ var be = t ? t.displayName || t.name : "", ir = be ? w(be) : "";
1782
+ return typeof t == "function" && he.set(t, ir), ir;
1783
+ }
1784
+ function Fe(t, u, c) {
1785
+ return Je(t, !1);
1786
+ }
1787
+ function mr(t) {
1788
+ var u = t.prototype;
1789
+ return !!(u && u.isReactComponent);
1790
+ }
1791
+ function $e(t, u, c) {
1792
+ if (t == null)
1793
+ 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, C = f._payload, S = f._init;
1812
+ try {
1813
+ return $e(S(C), u, c);
1814
+ } catch {
1815
+ }
1816
+ }
1817
+ }
1818
+ return "";
1819
+ }
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);
1825
+ } else
1826
+ Xe.setExtraStackFrame(null);
1827
+ }
1828
+ function le(t, u, c, f, C) {
1829
+ {
1830
+ var S = Function.call.bind(Te);
1831
+ for (var b in t)
1832
+ if (S(t, b)) {
1833
+ var m = void 0;
1834
+ 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;
1838
+ }
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;
1842
+ }
1843
+ m && !(m instanceof Error) && (Pe(C), 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(C), I("Failed %s type: %s", c, m.message), Pe(null));
1844
+ }
1845
+ }
1846
+ }
1847
+ var ke = Array.isArray;
1848
+ function Le(t) {
1849
+ return ke(t);
1850
+ }
1851
+ function Qe(t) {
1852
+ {
1853
+ var u = typeof Symbol == "function" && Symbol.toStringTag, c = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
1854
+ return c;
1855
+ }
1856
+ }
1857
+ function Ze(t) {
1858
+ try {
1859
+ return Me(t), !1;
1860
+ } catch {
1861
+ return !0;
1862
+ }
1863
+ }
1864
+ function Me(t) {
1865
+ return "" + t;
1866
+ }
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)), Me(t);
1870
+ }
1871
+ var me = ae.ReactCurrentOwner, gr = {
1872
+ key: !0,
1873
+ ref: !0,
1874
+ __self: !0,
1875
+ __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)
1882
+ return !1;
1883
+ }
1884
+ return t.ref !== void 0;
1885
+ }
1886
+ function br(t) {
1887
+ if (Te.call(t, "key")) {
1888
+ var u = Object.getOwnPropertyDescriptor(t, "key").get;
1889
+ if (u && u.isReactWarning)
1890
+ return !1;
1891
+ }
1892
+ return t.key !== void 0;
1893
+ }
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);
1898
+ }
1899
+ }
1900
+ function ge(t, u) {
1901
+ {
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));
1904
+ };
1905
+ c.isReactWarning = !0, Object.defineProperty(t, "key", {
1906
+ get: c,
1907
+ configurable: !0
1908
+ });
1909
+ }
1910
+ }
1911
+ function tr(t, u) {
1912
+ {
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));
1915
+ };
1916
+ c.isReactWarning = !0, Object.defineProperty(t, "ref", {
1917
+ get: c,
1918
+ configurable: !0
1919
+ });
1920
+ }
1921
+ }
1922
+ var Rr = function(t, u, c, f, C, S, b) {
1923
+ var m = {
1924
+ // This tag allows us to uniquely identify this as a React Element
1925
+ $$typeof: y,
1926
+ // Built-in properties that belong on the element
1927
+ type: t,
1928
+ key: u,
1929
+ ref: c,
1930
+ props: b,
1931
+ // Record the component responsible for creating this element.
1932
+ _owner: S
1933
+ };
1934
+ return m._store = {}, Object.defineProperty(m._store, "validated", {
1935
+ configurable: !1,
1936
+ enumerable: !1,
1937
+ writable: !0,
1938
+ value: !1
1939
+ }), Object.defineProperty(m, "_self", {
1940
+ configurable: !1,
1941
+ enumerable: !1,
1942
+ writable: !1,
1943
+ value: f
1944
+ }), Object.defineProperty(m, "_source", {
1945
+ configurable: !1,
1946
+ enumerable: !1,
1947
+ writable: !1,
1948
+ value: C
1949
+ }), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
1950
+ };
1951
+ function Cr(t, u, c, f, C) {
1952
+ {
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, C));
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]);
1961
+ }
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);
1965
+ }
1966
+ return Rr(t, m, Y, C, f, me.current, b);
1967
+ }
1968
+ }
1969
+ var Ne = 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);
1974
+ } else
1975
+ nr.setExtraStackFrame(null);
1976
+ }
1977
+ var Ae;
1978
+ Ae = !1;
1979
+ function _e(t) {
1980
+ return typeof t == "object" && t !== null && t.$$typeof === y;
1981
+ }
1982
+ function xe() {
1983
+ {
1984
+ if (Ne.current) {
1985
+ var t = H(Ne.current.type);
1986
+ if (t)
1987
+ return `
1988
+
1989
+ Check the render method of \`` + t + "`.";
1990
+ }
1991
+ return "";
1992
+ }
1993
+ }
1994
+ function wr(t) {
1995
+ return "";
1996
+ }
1997
+ var ar = {};
1998
+ function Sr(t) {
1999
+ {
2000
+ var u = xe();
2001
+ if (!u) {
2002
+ var c = typeof t == "string" ? t : t.displayName || t.name;
2003
+ c && (u = `
2004
+
2005
+ Check the top-level render call using <` + c + ">.");
2006
+ }
2007
+ return u;
2008
+ }
2009
+ }
2010
+ function or(t, u) {
2011
+ {
2012
+ if (!t._store || t._store.validated || t.key != null)
2013
+ return;
2014
+ t._store.validated = !0;
2015
+ var c = Sr(u);
2016
+ if (ar[c])
2017
+ return;
2018
+ ar[c] = !0;
2019
+ var f = "";
2020
+ t && t._owner && t._owner !== Ne.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);
2021
+ }
2022
+ }
2023
+ function ur(t, u) {
2024
+ {
2025
+ if (typeof t != "object")
2026
+ return;
2027
+ if (Le(t))
2028
+ for (var c = 0; c < t.length; c++) {
2029
+ var f = t[c];
2030
+ _e(f) && or(f, u);
2031
+ }
2032
+ else if (_e(t))
2033
+ t._store && (t._store.validated = !0);
2034
+ else if (t) {
2035
+ var C = ne(t);
2036
+ if (typeof C == "function" && C !== t.entries)
2037
+ for (var S = C.call(t), b; !(b = S.next()).done; )
2038
+ _e(b.value) && or(b.value, u);
2039
+ }
2040
+ }
2041
+ }
2042
+ function De(t) {
2043
+ {
2044
+ var u = t.type;
2045
+ if (u == null || typeof u == "string")
2046
+ return;
2047
+ var c;
2048
+ if (typeof u == "function")
2049
+ c = u.propTypes;
2050
+ else if (typeof u == "object" && (u.$$typeof === $ || // Note: Memo only checks outer props here.
2051
+ // Inner props are checked in the reconciler.
2052
+ u.$$typeof === V))
2053
+ c = u.propTypes;
2054
+ else
2055
+ return;
2056
+ if (c) {
2057
+ var f = H(u);
2058
+ le(c, t.props, "prop", f, t);
2059
+ } else if (u.PropTypes !== void 0 && !Ae) {
2060
+ Ae = !0;
2061
+ var C = H(u);
2062
+ I("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
2063
+ }
2064
+ typeof u.getDefaultProps == "function" && !u.getDefaultProps.isReactClassApproved && I("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
2065
+ }
2066
+ }
2067
+ function Be(t) {
2068
+ {
2069
+ for (var u = Object.keys(t.props), c = 0; c < u.length; c++) {
2070
+ var f = u[c];
2071
+ if (f !== "children" && f !== "key") {
2072
+ ve(t), I("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), ve(null);
2073
+ break;
2074
+ }
2075
+ }
2076
+ t.ref !== null && (ve(t), I("Invalid attribute `ref` supplied to `React.Fragment`."), ve(null));
2077
+ }
2078
+ }
2079
+ function ze(t, u, c, f, C, S) {
2080
+ {
2081
+ var b = Ce(t);
2082
+ if (!b) {
2083
+ var m = "";
2084
+ (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.");
2085
+ var Y = wr();
2086
+ Y ? m += Y : m += xe();
2087
+ var x;
2088
+ 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);
2089
+ }
2090
+ var F = Cr(t, u, c, C, S);
2091
+ if (F == null)
2092
+ return F;
2093
+ if (b) {
2094
+ var J = u.children;
2095
+ if (J !== void 0)
2096
+ if (f)
2097
+ if (Le(J)) {
2098
+ for (var be = 0; be < J.length; be++)
2099
+ ur(J[be], t);
2100
+ Object.freeze && Object.freeze(J);
2101
+ } else
2102
+ 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.");
2103
+ else
2104
+ ur(J, t);
2105
+ }
2106
+ return t === X ? Be(F) : De(F), F;
2107
+ }
2108
+ }
2109
+ function Tr(t, u, c) {
2110
+ return ze(t, u, c, !0);
2111
+ }
2112
+ function Or(t, u, c) {
2113
+ return ze(t, u, c, !1);
2114
+ }
2115
+ var Pr = Or, kr = Tr;
2116
+ Ge.Fragment = X, Ge.jsx = Pr, Ge.jsxs = kr;
2117
+ }()), Ge;
2118
+ }
2119
+ process.env.NODE_ENV === "production" ? Mr.exports = Ut() : Mr.exports = Yt();
2120
+ var Bt = Mr.exports;
2121
+ const zt = (z) => (console.log(z), /* @__PURE__ */ Bt.jsx("div", { children: "Input" }));
2122
+ export {
2123
+ zt as InputField
2124
+ };