@machinemetrics/mm-react-embeddable 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,3337 @@
1
+ function Pn(e) {
2
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
3
+ }
4
+ var Qt = { exports: {} }, q = {};
5
+ /**
6
+ * @license React
7
+ * react.production.min.js
8
+ *
9
+ * Copyright (c) Facebook, Inc. and its affiliates.
10
+ *
11
+ * This source code is licensed under the MIT license found in the
12
+ * LICENSE file in the root directory of this source tree.
13
+ */
14
+ var Qr;
15
+ function aa() {
16
+ if (Qr) return q;
17
+ Qr = 1;
18
+ var e = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), p = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), _ = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), S = Symbol.iterator;
19
+ function x(i) {
20
+ return i === null || typeof i != "object" ? null : (i = S && i[S] || i["@@iterator"], typeof i == "function" ? i : null);
21
+ }
22
+ var O = { isMounted: function() {
23
+ return !1;
24
+ }, enqueueForceUpdate: function() {
25
+ }, enqueueReplaceState: function() {
26
+ }, enqueueSetState: function() {
27
+ } }, W = Object.assign, N = {};
28
+ function V(i, f, w) {
29
+ this.props = i, this.context = f, this.refs = N, this.updater = w || O;
30
+ }
31
+ V.prototype.isReactComponent = {}, V.prototype.setState = function(i, f) {
32
+ if (typeof i != "object" && typeof i != "function" && i != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
33
+ this.updater.enqueueSetState(this, i, f, "setState");
34
+ }, V.prototype.forceUpdate = function(i) {
35
+ this.updater.enqueueForceUpdate(this, i, "forceUpdate");
36
+ };
37
+ function Y() {
38
+ }
39
+ Y.prototype = V.prototype;
40
+ function B(i, f, w) {
41
+ this.props = i, this.context = f, this.refs = N, this.updater = w || O;
42
+ }
43
+ var L = B.prototype = new Y();
44
+ L.constructor = B, W(L, V.prototype), L.isPureReactComponent = !0;
45
+ var $ = Array.isArray, d = Object.prototype.hasOwnProperty, j = { current: null }, D = { key: !0, ref: !0, __self: !0, __source: !0 };
46
+ function se(i, f, w) {
47
+ var E, R = {}, C = null, T = null;
48
+ if (f != null) for (E in f.ref !== void 0 && (T = f.ref), f.key !== void 0 && (C = "" + f.key), f) d.call(f, E) && !D.hasOwnProperty(E) && (R[E] = f[E]);
49
+ var P = arguments.length - 2;
50
+ if (P === 1) R.children = w;
51
+ else if (1 < P) {
52
+ for (var k = Array(P), M = 0; M < P; M++) k[M] = arguments[M + 2];
53
+ R.children = k;
54
+ }
55
+ if (i && i.defaultProps) for (E in P = i.defaultProps, P) R[E] === void 0 && (R[E] = P[E]);
56
+ return { $$typeof: e, type: i, key: C, ref: T, props: R, _owner: j.current };
57
+ }
58
+ function pe(i, f) {
59
+ return { $$typeof: e, type: i.type, key: f, ref: i.ref, props: i.props, _owner: i._owner };
60
+ }
61
+ function Ee(i) {
62
+ return typeof i == "object" && i !== null && i.$$typeof === e;
63
+ }
64
+ function _e(i) {
65
+ var f = { "=": "=0", ":": "=2" };
66
+ return "$" + i.replace(/[=:]/g, function(w) {
67
+ return f[w];
68
+ });
69
+ }
70
+ var Se = /\/+/g;
71
+ function ge(i, f) {
72
+ return typeof i == "object" && i !== null && i.key != null ? _e("" + i.key) : f.toString(36);
73
+ }
74
+ function de(i, f, w, E, R) {
75
+ var C = typeof i;
76
+ (C === "undefined" || C === "boolean") && (i = null);
77
+ var T = !1;
78
+ if (i === null) T = !0;
79
+ else switch (C) {
80
+ case "string":
81
+ case "number":
82
+ T = !0;
83
+ break;
84
+ case "object":
85
+ switch (i.$$typeof) {
86
+ case e:
87
+ case r:
88
+ T = !0;
89
+ }
90
+ }
91
+ if (T) return T = i, R = R(T), i = E === "" ? "." + ge(T, 0) : E, $(R) ? (w = "", i != null && (w = i.replace(Se, "$&/") + "/"), de(R, f, w, "", function(M) {
92
+ return M;
93
+ })) : R != null && (Ee(R) && (R = pe(R, w + (!R.key || T && T.key === R.key ? "" : ("" + R.key).replace(Se, "$&/") + "/") + i)), f.push(R)), 1;
94
+ if (T = 0, E = E === "" ? "." : E + ":", $(i)) for (var P = 0; P < i.length; P++) {
95
+ C = i[P];
96
+ var k = E + ge(C, P);
97
+ T += de(C, f, w, k, R);
98
+ }
99
+ else if (k = x(i), typeof k == "function") for (i = k.call(i), P = 0; !(C = i.next()).done; ) C = C.value, k = E + ge(C, P++), T += de(C, f, w, k, R);
100
+ else if (C === "object") throw f = String(i), Error("Objects are not valid as a React child (found: " + (f === "[object Object]" ? "object with keys {" + Object.keys(i).join(", ") + "}" : f) + "). If you meant to render a collection of children, use an array instead.");
101
+ return T;
102
+ }
103
+ function fe(i, f, w) {
104
+ if (i == null) return i;
105
+ var E = [], R = 0;
106
+ return de(i, E, "", "", function(C) {
107
+ return f.call(w, C, R++);
108
+ }), E;
109
+ }
110
+ function ne(i) {
111
+ if (i._status === -1) {
112
+ var f = i._result;
113
+ f = f(), f.then(function(w) {
114
+ (i._status === 0 || i._status === -1) && (i._status = 1, i._result = w);
115
+ }, function(w) {
116
+ (i._status === 0 || i._status === -1) && (i._status = 2, i._result = w);
117
+ }), i._status === -1 && (i._status = 0, i._result = f);
118
+ }
119
+ if (i._status === 1) return i._result.default;
120
+ throw i._result;
121
+ }
122
+ var I = { current: null }, he = { transition: null }, ce = { ReactCurrentDispatcher: I, ReactCurrentBatchConfig: he, ReactCurrentOwner: j };
123
+ function v() {
124
+ throw Error("act(...) is not supported in production builds of React.");
125
+ }
126
+ return q.Children = { map: fe, forEach: function(i, f, w) {
127
+ fe(i, function() {
128
+ f.apply(this, arguments);
129
+ }, w);
130
+ }, count: function(i) {
131
+ var f = 0;
132
+ return fe(i, function() {
133
+ f++;
134
+ }), f;
135
+ }, toArray: function(i) {
136
+ return fe(i, function(f) {
137
+ return f;
138
+ }) || [];
139
+ }, only: function(i) {
140
+ if (!Ee(i)) throw Error("React.Children.only expected to receive a single React element child.");
141
+ return i;
142
+ } }, q.Component = V, q.Fragment = n, q.Profiler = s, q.PureComponent = B, q.StrictMode = o, q.Suspense = y, q.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ce, q.act = v, q.cloneElement = function(i, f, w) {
143
+ if (i == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + i + ".");
144
+ var E = W({}, i.props), R = i.key, C = i.ref, T = i._owner;
145
+ if (f != null) {
146
+ if (f.ref !== void 0 && (C = f.ref, T = j.current), f.key !== void 0 && (R = "" + f.key), i.type && i.type.defaultProps) var P = i.type.defaultProps;
147
+ for (k in f) d.call(f, k) && !D.hasOwnProperty(k) && (E[k] = f[k] === void 0 && P !== void 0 ? P[k] : f[k]);
148
+ }
149
+ var k = arguments.length - 2;
150
+ if (k === 1) E.children = w;
151
+ else if (1 < k) {
152
+ P = Array(k);
153
+ for (var M = 0; M < k; M++) P[M] = arguments[M + 2];
154
+ E.children = P;
155
+ }
156
+ return { $$typeof: e, type: i.type, key: R, ref: C, props: E, _owner: T };
157
+ }, q.createContext = function(i) {
158
+ return i = { $$typeof: p, _currentValue: i, _currentValue2: i, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, i.Provider = { $$typeof: u, _context: i }, i.Consumer = i;
159
+ }, q.createElement = se, q.createFactory = function(i) {
160
+ var f = se.bind(null, i);
161
+ return f.type = i, f;
162
+ }, q.createRef = function() {
163
+ return { current: null };
164
+ }, q.forwardRef = function(i) {
165
+ return { $$typeof: h, render: i };
166
+ }, q.isValidElement = Ee, q.lazy = function(i) {
167
+ return { $$typeof: g, _payload: { _status: -1, _result: i }, _init: ne };
168
+ }, q.memo = function(i, f) {
169
+ return { $$typeof: _, type: i, compare: f === void 0 ? null : f };
170
+ }, q.startTransition = function(i) {
171
+ var f = he.transition;
172
+ he.transition = {};
173
+ try {
174
+ i();
175
+ } finally {
176
+ he.transition = f;
177
+ }
178
+ }, q.unstable_act = v, q.useCallback = function(i, f) {
179
+ return I.current.useCallback(i, f);
180
+ }, q.useContext = function(i) {
181
+ return I.current.useContext(i);
182
+ }, q.useDebugValue = function() {
183
+ }, q.useDeferredValue = function(i) {
184
+ return I.current.useDeferredValue(i);
185
+ }, q.useEffect = function(i, f) {
186
+ return I.current.useEffect(i, f);
187
+ }, q.useId = function() {
188
+ return I.current.useId();
189
+ }, q.useImperativeHandle = function(i, f, w) {
190
+ return I.current.useImperativeHandle(i, f, w);
191
+ }, q.useInsertionEffect = function(i, f) {
192
+ return I.current.useInsertionEffect(i, f);
193
+ }, q.useLayoutEffect = function(i, f) {
194
+ return I.current.useLayoutEffect(i, f);
195
+ }, q.useMemo = function(i, f) {
196
+ return I.current.useMemo(i, f);
197
+ }, q.useReducer = function(i, f, w) {
198
+ return I.current.useReducer(i, f, w);
199
+ }, q.useRef = function(i) {
200
+ return I.current.useRef(i);
201
+ }, q.useState = function(i) {
202
+ return I.current.useState(i);
203
+ }, q.useSyncExternalStore = function(i, f, w) {
204
+ return I.current.useSyncExternalStore(i, f, w);
205
+ }, q.useTransition = function() {
206
+ return I.current.useTransition();
207
+ }, q.version = "18.3.1", q;
208
+ }
209
+ var Je = { exports: {} };
210
+ /**
211
+ * @license React
212
+ * react.development.js
213
+ *
214
+ * Copyright (c) Facebook, Inc. and its affiliates.
215
+ *
216
+ * This source code is licensed under the MIT license found in the
217
+ * LICENSE file in the root directory of this source tree.
218
+ */
219
+ Je.exports;
220
+ var Zr;
221
+ function ia() {
222
+ return Zr || (Zr = 1, function(e, r) {
223
+ process.env.NODE_ENV !== "production" && function() {
224
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
225
+ var n = "18.3.1", o = Symbol.for("react.element"), s = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), p = Symbol.for("react.strict_mode"), h = Symbol.for("react.profiler"), y = Symbol.for("react.provider"), _ = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), x = Symbol.for("react.suspense_list"), O = Symbol.for("react.memo"), W = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), V = Symbol.iterator, Y = "@@iterator";
226
+ function B(t) {
227
+ if (t === null || typeof t != "object")
228
+ return null;
229
+ var a = V && t[V] || t[Y];
230
+ return typeof a == "function" ? a : null;
231
+ }
232
+ var L = {
233
+ /**
234
+ * @internal
235
+ * @type {ReactComponent}
236
+ */
237
+ current: null
238
+ }, $ = {
239
+ transition: null
240
+ }, d = {
241
+ current: null,
242
+ // Used to reproduce behavior of `batchedUpdates` in legacy mode.
243
+ isBatchingLegacy: !1,
244
+ didScheduleLegacyUpdate: !1
245
+ }, j = {
246
+ /**
247
+ * @internal
248
+ * @type {ReactComponent}
249
+ */
250
+ current: null
251
+ }, D = {}, se = null;
252
+ function pe(t) {
253
+ se = t;
254
+ }
255
+ D.setExtraStackFrame = function(t) {
256
+ se = t;
257
+ }, D.getCurrentStack = null, D.getStackAddendum = function() {
258
+ var t = "";
259
+ se && (t += se);
260
+ var a = D.getCurrentStack;
261
+ return a && (t += a() || ""), t;
262
+ };
263
+ var Ee = !1, _e = !1, Se = !1, ge = !1, de = !1, fe = {
264
+ ReactCurrentDispatcher: L,
265
+ ReactCurrentBatchConfig: $,
266
+ ReactCurrentOwner: j
267
+ };
268
+ fe.ReactDebugCurrentFrame = D, fe.ReactCurrentActQueue = d;
269
+ function ne(t) {
270
+ {
271
+ for (var a = arguments.length, c = new Array(a > 1 ? a - 1 : 0), l = 1; l < a; l++)
272
+ c[l - 1] = arguments[l];
273
+ he("warn", t, c);
274
+ }
275
+ }
276
+ function I(t) {
277
+ {
278
+ for (var a = arguments.length, c = new Array(a > 1 ? a - 1 : 0), l = 1; l < a; l++)
279
+ c[l - 1] = arguments[l];
280
+ he("error", t, c);
281
+ }
282
+ }
283
+ function he(t, a, c) {
284
+ {
285
+ var l = fe.ReactDebugCurrentFrame, m = l.getStackAddendum();
286
+ m !== "" && (a += "%s", c = c.concat([m]));
287
+ var F = c.map(function(A) {
288
+ return String(A);
289
+ });
290
+ F.unshift("Warning: " + a), Function.prototype.apply.call(console[t], console, F);
291
+ }
292
+ }
293
+ var ce = {};
294
+ function v(t, a) {
295
+ {
296
+ var c = t.constructor, l = c && (c.displayName || c.name) || "ReactClass", m = l + "." + a;
297
+ if (ce[m])
298
+ return;
299
+ I("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.", a, l), ce[m] = !0;
300
+ }
301
+ }
302
+ var i = {
303
+ /**
304
+ * Checks whether or not this composite component is mounted.
305
+ * @param {ReactClass} publicInstance The instance we want to test.
306
+ * @return {boolean} True if mounted, false otherwise.
307
+ * @protected
308
+ * @final
309
+ */
310
+ isMounted: function(t) {
311
+ return !1;
312
+ },
313
+ /**
314
+ * Forces an update. This should only be invoked when it is known with
315
+ * certainty that we are **not** in a DOM transaction.
316
+ *
317
+ * You may want to call this when you know that some deeper aspect of the
318
+ * component's state has changed but `setState` was not called.
319
+ *
320
+ * This will not invoke `shouldComponentUpdate`, but it will invoke
321
+ * `componentWillUpdate` and `componentDidUpdate`.
322
+ *
323
+ * @param {ReactClass} publicInstance The instance that should rerender.
324
+ * @param {?function} callback Called after component is updated.
325
+ * @param {?string} callerName name of the calling function in the public API.
326
+ * @internal
327
+ */
328
+ enqueueForceUpdate: function(t, a, c) {
329
+ v(t, "forceUpdate");
330
+ },
331
+ /**
332
+ * Replaces all of the state. Always use this or `setState` to mutate state.
333
+ * You should treat `this.state` as immutable.
334
+ *
335
+ * There is no guarantee that `this.state` will be immediately updated, so
336
+ * accessing `this.state` after calling this method may return the old value.
337
+ *
338
+ * @param {ReactClass} publicInstance The instance that should rerender.
339
+ * @param {object} completeState Next state.
340
+ * @param {?function} callback Called after component is updated.
341
+ * @param {?string} callerName name of the calling function in the public API.
342
+ * @internal
343
+ */
344
+ enqueueReplaceState: function(t, a, c, l) {
345
+ v(t, "replaceState");
346
+ },
347
+ /**
348
+ * Sets a subset of the state. This only exists because _pendingState is
349
+ * internal. This provides a merging strategy that is not available to deep
350
+ * properties which is confusing. TODO: Expose pendingState or don't use it
351
+ * during the merge.
352
+ *
353
+ * @param {ReactClass} publicInstance The instance that should rerender.
354
+ * @param {object} partialState Next partial state to be merged with state.
355
+ * @param {?function} callback Called after component is updated.
356
+ * @param {?string} Name of the calling function in the public API.
357
+ * @internal
358
+ */
359
+ enqueueSetState: function(t, a, c, l) {
360
+ v(t, "setState");
361
+ }
362
+ }, f = Object.assign, w = {};
363
+ Object.freeze(w);
364
+ function E(t, a, c) {
365
+ this.props = t, this.context = a, this.refs = w, this.updater = c || i;
366
+ }
367
+ E.prototype.isReactComponent = {}, E.prototype.setState = function(t, a) {
368
+ if (typeof t != "object" && typeof t != "function" && t != null)
369
+ throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
370
+ this.updater.enqueueSetState(this, t, a, "setState");
371
+ }, E.prototype.forceUpdate = function(t) {
372
+ this.updater.enqueueForceUpdate(this, t, "forceUpdate");
373
+ };
374
+ {
375
+ var R = {
376
+ isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
377
+ replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
378
+ }, C = function(t, a) {
379
+ Object.defineProperty(E.prototype, t, {
380
+ get: function() {
381
+ ne("%s(...) is deprecated in plain JavaScript React classes. %s", a[0], a[1]);
382
+ }
383
+ });
384
+ };
385
+ for (var T in R)
386
+ R.hasOwnProperty(T) && C(T, R[T]);
387
+ }
388
+ function P() {
389
+ }
390
+ P.prototype = E.prototype;
391
+ function k(t, a, c) {
392
+ this.props = t, this.context = a, this.refs = w, this.updater = c || i;
393
+ }
394
+ var M = k.prototype = new P();
395
+ M.constructor = k, f(M, E.prototype), M.isPureReactComponent = !0;
396
+ function oe() {
397
+ var t = {
398
+ current: null
399
+ };
400
+ return Object.seal(t), t;
401
+ }
402
+ var b = Array.isArray;
403
+ function ye(t) {
404
+ return b(t);
405
+ }
406
+ function $e(t) {
407
+ {
408
+ var a = typeof Symbol == "function" && Symbol.toStringTag, c = a && t[Symbol.toStringTag] || t.constructor.name || "Object";
409
+ return c;
410
+ }
411
+ }
412
+ function et(t) {
413
+ try {
414
+ return yr(t), !1;
415
+ } catch {
416
+ return !0;
417
+ }
418
+ }
419
+ function yr(t) {
420
+ return "" + t;
421
+ }
422
+ function tt(t) {
423
+ if (et(t))
424
+ return I("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $e(t)), yr(t);
425
+ }
426
+ function ro(t, a, c) {
427
+ var l = t.displayName;
428
+ if (l)
429
+ return l;
430
+ var m = a.displayName || a.name || "";
431
+ return m !== "" ? c + "(" + m + ")" : c;
432
+ }
433
+ function vr(t) {
434
+ return t.displayName || "Context";
435
+ }
436
+ function Oe(t) {
437
+ if (t == null)
438
+ return null;
439
+ 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")
440
+ return t.displayName || t.name || null;
441
+ if (typeof t == "string")
442
+ return t;
443
+ switch (t) {
444
+ case u:
445
+ return "Fragment";
446
+ case s:
447
+ return "Portal";
448
+ case h:
449
+ return "Profiler";
450
+ case p:
451
+ return "StrictMode";
452
+ case S:
453
+ return "Suspense";
454
+ case x:
455
+ return "SuspenseList";
456
+ }
457
+ if (typeof t == "object")
458
+ switch (t.$$typeof) {
459
+ case _:
460
+ var a = t;
461
+ return vr(a) + ".Consumer";
462
+ case y:
463
+ var c = t;
464
+ return vr(c._context) + ".Provider";
465
+ case g:
466
+ return ro(t, t.render, "ForwardRef");
467
+ case O:
468
+ var l = t.displayName || null;
469
+ return l !== null ? l : Oe(t.type) || "Memo";
470
+ case W: {
471
+ var m = t, F = m._payload, A = m._init;
472
+ try {
473
+ return Oe(A(F));
474
+ } catch {
475
+ return null;
476
+ }
477
+ }
478
+ }
479
+ return null;
480
+ }
481
+ var Ge = Object.prototype.hasOwnProperty, mr = {
482
+ key: !0,
483
+ ref: !0,
484
+ __self: !0,
485
+ __source: !0
486
+ }, gr, br, At;
487
+ At = {};
488
+ function Er(t) {
489
+ if (Ge.call(t, "ref")) {
490
+ var a = Object.getOwnPropertyDescriptor(t, "ref").get;
491
+ if (a && a.isReactWarning)
492
+ return !1;
493
+ }
494
+ return t.ref !== void 0;
495
+ }
496
+ function wr(t) {
497
+ if (Ge.call(t, "key")) {
498
+ var a = Object.getOwnPropertyDescriptor(t, "key").get;
499
+ if (a && a.isReactWarning)
500
+ return !1;
501
+ }
502
+ return t.key !== void 0;
503
+ }
504
+ function no(t, a) {
505
+ var c = function() {
506
+ gr || (gr = !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)", a));
507
+ };
508
+ c.isReactWarning = !0, Object.defineProperty(t, "key", {
509
+ get: c,
510
+ configurable: !0
511
+ });
512
+ }
513
+ function oo(t, a) {
514
+ var c = function() {
515
+ br || (br = !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)", a));
516
+ };
517
+ c.isReactWarning = !0, Object.defineProperty(t, "ref", {
518
+ get: c,
519
+ configurable: !0
520
+ });
521
+ }
522
+ function ao(t) {
523
+ if (typeof t.ref == "string" && j.current && t.__self && j.current.stateNode !== t.__self) {
524
+ var a = Oe(j.current.type);
525
+ At[a] || (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', a, t.ref), At[a] = !0);
526
+ }
527
+ }
528
+ var xt = function(t, a, c, l, m, F, A) {
529
+ var z = {
530
+ // This tag allows us to uniquely identify this as a React Element
531
+ $$typeof: o,
532
+ // Built-in properties that belong on the element
533
+ type: t,
534
+ key: a,
535
+ ref: c,
536
+ props: A,
537
+ // Record the component responsible for creating this element.
538
+ _owner: F
539
+ };
540
+ return z._store = {}, Object.defineProperty(z._store, "validated", {
541
+ configurable: !1,
542
+ enumerable: !1,
543
+ writable: !0,
544
+ value: !1
545
+ }), Object.defineProperty(z, "_self", {
546
+ configurable: !1,
547
+ enumerable: !1,
548
+ writable: !1,
549
+ value: l
550
+ }), Object.defineProperty(z, "_source", {
551
+ configurable: !1,
552
+ enumerable: !1,
553
+ writable: !1,
554
+ value: m
555
+ }), Object.freeze && (Object.freeze(z.props), Object.freeze(z)), z;
556
+ };
557
+ function io(t, a, c) {
558
+ var l, m = {}, F = null, A = null, z = null, H = null;
559
+ if (a != null) {
560
+ Er(a) && (A = a.ref, ao(a)), wr(a) && (tt(a.key), F = "" + a.key), z = a.__self === void 0 ? null : a.__self, H = a.__source === void 0 ? null : a.__source;
561
+ for (l in a)
562
+ Ge.call(a, l) && !mr.hasOwnProperty(l) && (m[l] = a[l]);
563
+ }
564
+ var J = arguments.length - 2;
565
+ if (J === 1)
566
+ m.children = c;
567
+ else if (J > 1) {
568
+ for (var ee = Array(J), te = 0; te < J; te++)
569
+ ee[te] = arguments[te + 2];
570
+ Object.freeze && Object.freeze(ee), m.children = ee;
571
+ }
572
+ if (t && t.defaultProps) {
573
+ var re = t.defaultProps;
574
+ for (l in re)
575
+ m[l] === void 0 && (m[l] = re[l]);
576
+ }
577
+ if (F || A) {
578
+ var ae = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
579
+ F && no(m, ae), A && oo(m, ae);
580
+ }
581
+ return xt(t, F, A, z, H, j.current, m);
582
+ }
583
+ function so(t, a) {
584
+ var c = xt(t.type, a, t.ref, t._self, t._source, t._owner, t.props);
585
+ return c;
586
+ }
587
+ function co(t, a, c) {
588
+ if (t == null)
589
+ throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + t + ".");
590
+ var l, m = f({}, t.props), F = t.key, A = t.ref, z = t._self, H = t._source, J = t._owner;
591
+ if (a != null) {
592
+ Er(a) && (A = a.ref, J = j.current), wr(a) && (tt(a.key), F = "" + a.key);
593
+ var ee;
594
+ t.type && t.type.defaultProps && (ee = t.type.defaultProps);
595
+ for (l in a)
596
+ Ge.call(a, l) && !mr.hasOwnProperty(l) && (a[l] === void 0 && ee !== void 0 ? m[l] = ee[l] : m[l] = a[l]);
597
+ }
598
+ var te = arguments.length - 2;
599
+ if (te === 1)
600
+ m.children = c;
601
+ else if (te > 1) {
602
+ for (var re = Array(te), ae = 0; ae < te; ae++)
603
+ re[ae] = arguments[ae + 2];
604
+ m.children = re;
605
+ }
606
+ return xt(t.type, F, A, z, H, J, m);
607
+ }
608
+ function De(t) {
609
+ return typeof t == "object" && t !== null && t.$$typeof === o;
610
+ }
611
+ var _r = ".", uo = ":";
612
+ function fo(t) {
613
+ var a = /[=:]/g, c = {
614
+ "=": "=0",
615
+ ":": "=2"
616
+ }, l = t.replace(a, function(m) {
617
+ return c[m];
618
+ });
619
+ return "$" + l;
620
+ }
621
+ var Sr = !1, lo = /\/+/g;
622
+ function Rr(t) {
623
+ return t.replace(lo, "$&/");
624
+ }
625
+ function It(t, a) {
626
+ return typeof t == "object" && t !== null && t.key != null ? (tt(t.key), fo("" + t.key)) : a.toString(36);
627
+ }
628
+ function rt(t, a, c, l, m) {
629
+ var F = typeof t;
630
+ (F === "undefined" || F === "boolean") && (t = null);
631
+ var A = !1;
632
+ if (t === null)
633
+ A = !0;
634
+ else
635
+ switch (F) {
636
+ case "string":
637
+ case "number":
638
+ A = !0;
639
+ break;
640
+ case "object":
641
+ switch (t.$$typeof) {
642
+ case o:
643
+ case s:
644
+ A = !0;
645
+ }
646
+ }
647
+ if (A) {
648
+ var z = t, H = m(z), J = l === "" ? _r + It(z, 0) : l;
649
+ if (ye(H)) {
650
+ var ee = "";
651
+ J != null && (ee = Rr(J) + "/"), rt(H, a, ee, "", function(oa) {
652
+ return oa;
653
+ });
654
+ } else H != null && (De(H) && (H.key && (!z || z.key !== H.key) && tt(H.key), H = so(
655
+ H,
656
+ // Keep both the (mapped) and old keys if they differ, just as
657
+ // traverseAllChildren used to do for objects as children
658
+ c + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
659
+ (H.key && (!z || z.key !== H.key) ? (
660
+ // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
661
+ // eslint-disable-next-line react-internal/safe-string-coercion
662
+ Rr("" + H.key) + "/"
663
+ ) : "") + J
664
+ )), a.push(H));
665
+ return 1;
666
+ }
667
+ var te, re, ae = 0, le = l === "" ? _r : l + uo;
668
+ if (ye(t))
669
+ for (var ft = 0; ft < t.length; ft++)
670
+ te = t[ft], re = le + It(te, ft), ae += rt(te, a, c, re, m);
671
+ else {
672
+ var Yt = B(t);
673
+ if (typeof Yt == "function") {
674
+ var Kr = t;
675
+ Yt === Kr.entries && (Sr || ne("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Sr = !0);
676
+ for (var ra = Yt.call(Kr), Xr, na = 0; !(Xr = ra.next()).done; )
677
+ te = Xr.value, re = le + It(te, na++), ae += rt(te, a, c, re, m);
678
+ } else if (F === "object") {
679
+ var Jr = String(t);
680
+ throw new Error("Objects are not valid as a React child (found: " + (Jr === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : Jr) + "). If you meant to render a collection of children, use an array instead.");
681
+ }
682
+ }
683
+ return ae;
684
+ }
685
+ function nt(t, a, c) {
686
+ if (t == null)
687
+ return t;
688
+ var l = [], m = 0;
689
+ return rt(t, l, "", "", function(F) {
690
+ return a.call(c, F, m++);
691
+ }), l;
692
+ }
693
+ function po(t) {
694
+ var a = 0;
695
+ return nt(t, function() {
696
+ a++;
697
+ }), a;
698
+ }
699
+ function ho(t, a, c) {
700
+ nt(t, function() {
701
+ a.apply(this, arguments);
702
+ }, c);
703
+ }
704
+ function yo(t) {
705
+ return nt(t, function(a) {
706
+ return a;
707
+ }) || [];
708
+ }
709
+ function vo(t) {
710
+ if (!De(t))
711
+ throw new Error("React.Children.only expected to receive a single React element child.");
712
+ return t;
713
+ }
714
+ function mo(t) {
715
+ var a = {
716
+ $$typeof: _,
717
+ // As a workaround to support multiple concurrent renderers, we categorize
718
+ // some renderers as primary and others as secondary. We only expect
719
+ // there to be two concurrent renderers at most: React Native (primary) and
720
+ // Fabric (secondary); React DOM (primary) and React ART (secondary).
721
+ // Secondary renderers store their context values on separate fields.
722
+ _currentValue: t,
723
+ _currentValue2: t,
724
+ // Used to track how many concurrent renderers this context currently
725
+ // supports within in a single renderer. Such as parallel server rendering.
726
+ _threadCount: 0,
727
+ // These are circular
728
+ Provider: null,
729
+ Consumer: null,
730
+ // Add these to use same hidden class in VM as ServerContext
731
+ _defaultValue: null,
732
+ _globalName: null
733
+ };
734
+ a.Provider = {
735
+ $$typeof: y,
736
+ _context: a
737
+ };
738
+ var c = !1, l = !1, m = !1;
739
+ {
740
+ var F = {
741
+ $$typeof: _,
742
+ _context: a
743
+ };
744
+ Object.defineProperties(F, {
745
+ Provider: {
746
+ get: function() {
747
+ return l || (l = !0, I("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), a.Provider;
748
+ },
749
+ set: function(A) {
750
+ a.Provider = A;
751
+ }
752
+ },
753
+ _currentValue: {
754
+ get: function() {
755
+ return a._currentValue;
756
+ },
757
+ set: function(A) {
758
+ a._currentValue = A;
759
+ }
760
+ },
761
+ _currentValue2: {
762
+ get: function() {
763
+ return a._currentValue2;
764
+ },
765
+ set: function(A) {
766
+ a._currentValue2 = A;
767
+ }
768
+ },
769
+ _threadCount: {
770
+ get: function() {
771
+ return a._threadCount;
772
+ },
773
+ set: function(A) {
774
+ a._threadCount = A;
775
+ }
776
+ },
777
+ Consumer: {
778
+ get: function() {
779
+ return c || (c = !0, I("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), a.Consumer;
780
+ }
781
+ },
782
+ displayName: {
783
+ get: function() {
784
+ return a.displayName;
785
+ },
786
+ set: function(A) {
787
+ m || (ne("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", A), m = !0);
788
+ }
789
+ }
790
+ }), a.Consumer = F;
791
+ }
792
+ return a._currentRenderer = null, a._currentRenderer2 = null, a;
793
+ }
794
+ var Ke = -1, jt = 0, Cr = 1, go = 2;
795
+ function bo(t) {
796
+ if (t._status === Ke) {
797
+ var a = t._result, c = a();
798
+ if (c.then(function(F) {
799
+ if (t._status === jt || t._status === Ke) {
800
+ var A = t;
801
+ A._status = Cr, A._result = F;
802
+ }
803
+ }, function(F) {
804
+ if (t._status === jt || t._status === Ke) {
805
+ var A = t;
806
+ A._status = go, A._result = F;
807
+ }
808
+ }), t._status === Ke) {
809
+ var l = t;
810
+ l._status = jt, l._result = c;
811
+ }
812
+ }
813
+ if (t._status === Cr) {
814
+ var m = t._result;
815
+ return m === void 0 && I(`lazy: Expected the result of a dynamic import() call. Instead received: %s
816
+
817
+ Your code should look like:
818
+ const MyComponent = lazy(() => import('./MyComponent'))
819
+
820
+ Did you accidentally put curly braces around the import?`, m), "default" in m || I(`lazy: Expected the result of a dynamic import() call. Instead received: %s
821
+
822
+ Your code should look like:
823
+ const MyComponent = lazy(() => import('./MyComponent'))`, m), m.default;
824
+ } else
825
+ throw t._result;
826
+ }
827
+ function Eo(t) {
828
+ var a = {
829
+ // We use these fields to store the result.
830
+ _status: Ke,
831
+ _result: t
832
+ }, c = {
833
+ $$typeof: W,
834
+ _payload: a,
835
+ _init: bo
836
+ };
837
+ {
838
+ var l, m;
839
+ Object.defineProperties(c, {
840
+ defaultProps: {
841
+ configurable: !0,
842
+ get: function() {
843
+ return l;
844
+ },
845
+ set: function(F) {
846
+ I("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."), l = F, Object.defineProperty(c, "defaultProps", {
847
+ enumerable: !0
848
+ });
849
+ }
850
+ },
851
+ propTypes: {
852
+ configurable: !0,
853
+ get: function() {
854
+ return m;
855
+ },
856
+ set: function(F) {
857
+ I("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."), m = F, Object.defineProperty(c, "propTypes", {
858
+ enumerable: !0
859
+ });
860
+ }
861
+ }
862
+ });
863
+ }
864
+ return c;
865
+ }
866
+ function wo(t) {
867
+ t != null && t.$$typeof === O ? I("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof t != "function" ? I("forwardRef requires a render function but was given %s.", t === null ? "null" : typeof t) : t.length !== 0 && t.length !== 2 && I("forwardRef render functions accept exactly two parameters: props and ref. %s", t.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), t != null && (t.defaultProps != null || t.propTypes != null) && I("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
868
+ var a = {
869
+ $$typeof: g,
870
+ render: t
871
+ };
872
+ {
873
+ var c;
874
+ Object.defineProperty(a, "displayName", {
875
+ enumerable: !1,
876
+ configurable: !0,
877
+ get: function() {
878
+ return c;
879
+ },
880
+ set: function(l) {
881
+ c = l, !t.name && !t.displayName && (t.displayName = l);
882
+ }
883
+ });
884
+ }
885
+ return a;
886
+ }
887
+ var Tr;
888
+ Tr = Symbol.for("react.module.reference");
889
+ function Or(t) {
890
+ return !!(typeof t == "string" || typeof t == "function" || t === u || t === h || de || t === p || t === S || t === x || ge || t === N || Ee || _e || Se || typeof t == "object" && t !== null && (t.$$typeof === W || t.$$typeof === O || t.$$typeof === y || t.$$typeof === _ || t.$$typeof === g || // This needs to include all possible module reference object
891
+ // types supported by any Flight configuration anywhere since
892
+ // we don't know which Flight build this will end up being used
893
+ // with.
894
+ t.$$typeof === Tr || t.getModuleId !== void 0));
895
+ }
896
+ function _o(t, a) {
897
+ Or(t) || I("memo: The first argument must be a component. Instead received: %s", t === null ? "null" : typeof t);
898
+ var c = {
899
+ $$typeof: O,
900
+ type: t,
901
+ compare: a === void 0 ? null : a
902
+ };
903
+ {
904
+ var l;
905
+ Object.defineProperty(c, "displayName", {
906
+ enumerable: !1,
907
+ configurable: !0,
908
+ get: function() {
909
+ return l;
910
+ },
911
+ set: function(m) {
912
+ l = m, !t.name && !t.displayName && (t.displayName = m);
913
+ }
914
+ });
915
+ }
916
+ return c;
917
+ }
918
+ function ve() {
919
+ var t = L.current;
920
+ return t === null && I(`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:
921
+ 1. You might have mismatching versions of React and the renderer (such as React DOM)
922
+ 2. You might be breaking the Rules of Hooks
923
+ 3. You might have more than one copy of React in the same app
924
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), t;
925
+ }
926
+ function So(t) {
927
+ var a = ve();
928
+ if (t._context !== void 0) {
929
+ var c = t._context;
930
+ c.Consumer === t ? I("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?") : c.Provider === t && I("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
931
+ }
932
+ return a.useContext(t);
933
+ }
934
+ function Ro(t) {
935
+ var a = ve();
936
+ return a.useState(t);
937
+ }
938
+ function Co(t, a, c) {
939
+ var l = ve();
940
+ return l.useReducer(t, a, c);
941
+ }
942
+ function To(t) {
943
+ var a = ve();
944
+ return a.useRef(t);
945
+ }
946
+ function Oo(t, a) {
947
+ var c = ve();
948
+ return c.useEffect(t, a);
949
+ }
950
+ function Po(t, a) {
951
+ var c = ve();
952
+ return c.useInsertionEffect(t, a);
953
+ }
954
+ function ko(t, a) {
955
+ var c = ve();
956
+ return c.useLayoutEffect(t, a);
957
+ }
958
+ function Ao(t, a) {
959
+ var c = ve();
960
+ return c.useCallback(t, a);
961
+ }
962
+ function xo(t, a) {
963
+ var c = ve();
964
+ return c.useMemo(t, a);
965
+ }
966
+ function Io(t, a, c) {
967
+ var l = ve();
968
+ return l.useImperativeHandle(t, a, c);
969
+ }
970
+ function jo(t, a) {
971
+ {
972
+ var c = ve();
973
+ return c.useDebugValue(t, a);
974
+ }
975
+ }
976
+ function $o() {
977
+ var t = ve();
978
+ return t.useTransition();
979
+ }
980
+ function Do(t) {
981
+ var a = ve();
982
+ return a.useDeferredValue(t);
983
+ }
984
+ function Mo() {
985
+ var t = ve();
986
+ return t.useId();
987
+ }
988
+ function No(t, a, c) {
989
+ var l = ve();
990
+ return l.useSyncExternalStore(t, a, c);
991
+ }
992
+ var Xe = 0, Pr, kr, Ar, xr, Ir, jr, $r;
993
+ function Dr() {
994
+ }
995
+ Dr.__reactDisabledLog = !0;
996
+ function Lo() {
997
+ {
998
+ if (Xe === 0) {
999
+ Pr = console.log, kr = console.info, Ar = console.warn, xr = console.error, Ir = console.group, jr = console.groupCollapsed, $r = console.groupEnd;
1000
+ var t = {
1001
+ configurable: !0,
1002
+ enumerable: !0,
1003
+ value: Dr,
1004
+ writable: !0
1005
+ };
1006
+ Object.defineProperties(console, {
1007
+ info: t,
1008
+ log: t,
1009
+ warn: t,
1010
+ error: t,
1011
+ group: t,
1012
+ groupCollapsed: t,
1013
+ groupEnd: t
1014
+ });
1015
+ }
1016
+ Xe++;
1017
+ }
1018
+ }
1019
+ function Fo() {
1020
+ {
1021
+ if (Xe--, Xe === 0) {
1022
+ var t = {
1023
+ configurable: !0,
1024
+ enumerable: !0,
1025
+ writable: !0
1026
+ };
1027
+ Object.defineProperties(console, {
1028
+ log: f({}, t, {
1029
+ value: Pr
1030
+ }),
1031
+ info: f({}, t, {
1032
+ value: kr
1033
+ }),
1034
+ warn: f({}, t, {
1035
+ value: Ar
1036
+ }),
1037
+ error: f({}, t, {
1038
+ value: xr
1039
+ }),
1040
+ group: f({}, t, {
1041
+ value: Ir
1042
+ }),
1043
+ groupCollapsed: f({}, t, {
1044
+ value: jr
1045
+ }),
1046
+ groupEnd: f({}, t, {
1047
+ value: $r
1048
+ })
1049
+ });
1050
+ }
1051
+ Xe < 0 && I("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1052
+ }
1053
+ }
1054
+ var $t = fe.ReactCurrentDispatcher, Dt;
1055
+ function ot(t, a, c) {
1056
+ {
1057
+ if (Dt === void 0)
1058
+ try {
1059
+ throw Error();
1060
+ } catch (m) {
1061
+ var l = m.stack.trim().match(/\n( *(at )?)/);
1062
+ Dt = l && l[1] || "";
1063
+ }
1064
+ return `
1065
+ ` + Dt + t;
1066
+ }
1067
+ }
1068
+ var Mt = !1, at;
1069
+ {
1070
+ var Wo = typeof WeakMap == "function" ? WeakMap : Map;
1071
+ at = new Wo();
1072
+ }
1073
+ function Mr(t, a) {
1074
+ if (!t || Mt)
1075
+ return "";
1076
+ {
1077
+ var c = at.get(t);
1078
+ if (c !== void 0)
1079
+ return c;
1080
+ }
1081
+ var l;
1082
+ Mt = !0;
1083
+ var m = Error.prepareStackTrace;
1084
+ Error.prepareStackTrace = void 0;
1085
+ var F;
1086
+ F = $t.current, $t.current = null, Lo();
1087
+ try {
1088
+ if (a) {
1089
+ var A = function() {
1090
+ throw Error();
1091
+ };
1092
+ if (Object.defineProperty(A.prototype, "props", {
1093
+ set: function() {
1094
+ throw Error();
1095
+ }
1096
+ }), typeof Reflect == "object" && Reflect.construct) {
1097
+ try {
1098
+ Reflect.construct(A, []);
1099
+ } catch (le) {
1100
+ l = le;
1101
+ }
1102
+ Reflect.construct(t, [], A);
1103
+ } else {
1104
+ try {
1105
+ A.call();
1106
+ } catch (le) {
1107
+ l = le;
1108
+ }
1109
+ t.call(A.prototype);
1110
+ }
1111
+ } else {
1112
+ try {
1113
+ throw Error();
1114
+ } catch (le) {
1115
+ l = le;
1116
+ }
1117
+ t();
1118
+ }
1119
+ } catch (le) {
1120
+ if (le && l && typeof le.stack == "string") {
1121
+ for (var z = le.stack.split(`
1122
+ `), H = l.stack.split(`
1123
+ `), J = z.length - 1, ee = H.length - 1; J >= 1 && ee >= 0 && z[J] !== H[ee]; )
1124
+ ee--;
1125
+ for (; J >= 1 && ee >= 0; J--, ee--)
1126
+ if (z[J] !== H[ee]) {
1127
+ if (J !== 1 || ee !== 1)
1128
+ do
1129
+ if (J--, ee--, ee < 0 || z[J] !== H[ee]) {
1130
+ var te = `
1131
+ ` + z[J].replace(" at new ", " at ");
1132
+ return t.displayName && te.includes("<anonymous>") && (te = te.replace("<anonymous>", t.displayName)), typeof t == "function" && at.set(t, te), te;
1133
+ }
1134
+ while (J >= 1 && ee >= 0);
1135
+ break;
1136
+ }
1137
+ }
1138
+ } finally {
1139
+ Mt = !1, $t.current = F, Fo(), Error.prepareStackTrace = m;
1140
+ }
1141
+ var re = t ? t.displayName || t.name : "", ae = re ? ot(re) : "";
1142
+ return typeof t == "function" && at.set(t, ae), ae;
1143
+ }
1144
+ function Yo(t, a, c) {
1145
+ return Mr(t, !1);
1146
+ }
1147
+ function zo(t) {
1148
+ var a = t.prototype;
1149
+ return !!(a && a.isReactComponent);
1150
+ }
1151
+ function it(t, a, c) {
1152
+ if (t == null)
1153
+ return "";
1154
+ if (typeof t == "function")
1155
+ return Mr(t, zo(t));
1156
+ if (typeof t == "string")
1157
+ return ot(t);
1158
+ switch (t) {
1159
+ case S:
1160
+ return ot("Suspense");
1161
+ case x:
1162
+ return ot("SuspenseList");
1163
+ }
1164
+ if (typeof t == "object")
1165
+ switch (t.$$typeof) {
1166
+ case g:
1167
+ return Yo(t.render);
1168
+ case O:
1169
+ return it(t.type, a, c);
1170
+ case W: {
1171
+ var l = t, m = l._payload, F = l._init;
1172
+ try {
1173
+ return it(F(m), a, c);
1174
+ } catch {
1175
+ }
1176
+ }
1177
+ }
1178
+ return "";
1179
+ }
1180
+ var Nr = {}, Lr = fe.ReactDebugCurrentFrame;
1181
+ function st(t) {
1182
+ if (t) {
1183
+ var a = t._owner, c = it(t.type, t._source, a ? a.type : null);
1184
+ Lr.setExtraStackFrame(c);
1185
+ } else
1186
+ Lr.setExtraStackFrame(null);
1187
+ }
1188
+ function Vo(t, a, c, l, m) {
1189
+ {
1190
+ var F = Function.call.bind(Ge);
1191
+ for (var A in t)
1192
+ if (F(t, A)) {
1193
+ var z = void 0;
1194
+ try {
1195
+ if (typeof t[A] != "function") {
1196
+ var H = Error((l || "React class") + ": " + c + " type `" + A + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[A] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1197
+ throw H.name = "Invariant Violation", H;
1198
+ }
1199
+ z = t[A](a, A, l, c, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1200
+ } catch (J) {
1201
+ z = J;
1202
+ }
1203
+ z && !(z instanceof Error) && (st(m), 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).", l || "React class", c, A, typeof z), st(null)), z instanceof Error && !(z.message in Nr) && (Nr[z.message] = !0, st(m), I("Failed %s type: %s", c, z.message), st(null));
1204
+ }
1205
+ }
1206
+ }
1207
+ function Me(t) {
1208
+ if (t) {
1209
+ var a = t._owner, c = it(t.type, t._source, a ? a.type : null);
1210
+ pe(c);
1211
+ } else
1212
+ pe(null);
1213
+ }
1214
+ var Nt;
1215
+ Nt = !1;
1216
+ function Fr() {
1217
+ if (j.current) {
1218
+ var t = Oe(j.current.type);
1219
+ if (t)
1220
+ return `
1221
+
1222
+ Check the render method of \`` + t + "`.";
1223
+ }
1224
+ return "";
1225
+ }
1226
+ function Uo(t) {
1227
+ if (t !== void 0) {
1228
+ var a = t.fileName.replace(/^.*[\\\/]/, ""), c = t.lineNumber;
1229
+ return `
1230
+
1231
+ Check your code at ` + a + ":" + c + ".";
1232
+ }
1233
+ return "";
1234
+ }
1235
+ function qo(t) {
1236
+ return t != null ? Uo(t.__source) : "";
1237
+ }
1238
+ var Wr = {};
1239
+ function Bo(t) {
1240
+ var a = Fr();
1241
+ if (!a) {
1242
+ var c = typeof t == "string" ? t : t.displayName || t.name;
1243
+ c && (a = `
1244
+
1245
+ Check the top-level render call using <` + c + ">.");
1246
+ }
1247
+ return a;
1248
+ }
1249
+ function Yr(t, a) {
1250
+ if (!(!t._store || t._store.validated || t.key != null)) {
1251
+ t._store.validated = !0;
1252
+ var c = Bo(a);
1253
+ if (!Wr[c]) {
1254
+ Wr[c] = !0;
1255
+ var l = "";
1256
+ t && t._owner && t._owner !== j.current && (l = " It was passed a child from " + Oe(t._owner.type) + "."), Me(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, l), Me(null);
1257
+ }
1258
+ }
1259
+ }
1260
+ function zr(t, a) {
1261
+ if (typeof t == "object") {
1262
+ if (ye(t))
1263
+ for (var c = 0; c < t.length; c++) {
1264
+ var l = t[c];
1265
+ De(l) && Yr(l, a);
1266
+ }
1267
+ else if (De(t))
1268
+ t._store && (t._store.validated = !0);
1269
+ else if (t) {
1270
+ var m = B(t);
1271
+ if (typeof m == "function" && m !== t.entries)
1272
+ for (var F = m.call(t), A; !(A = F.next()).done; )
1273
+ De(A.value) && Yr(A.value, a);
1274
+ }
1275
+ }
1276
+ }
1277
+ function Vr(t) {
1278
+ {
1279
+ var a = t.type;
1280
+ if (a == null || typeof a == "string")
1281
+ return;
1282
+ var c;
1283
+ if (typeof a == "function")
1284
+ c = a.propTypes;
1285
+ else if (typeof a == "object" && (a.$$typeof === g || // Note: Memo only checks outer props here.
1286
+ // Inner props are checked in the reconciler.
1287
+ a.$$typeof === O))
1288
+ c = a.propTypes;
1289
+ else
1290
+ return;
1291
+ if (c) {
1292
+ var l = Oe(a);
1293
+ Vo(c, t.props, "prop", l, t);
1294
+ } else if (a.PropTypes !== void 0 && !Nt) {
1295
+ Nt = !0;
1296
+ var m = Oe(a);
1297
+ I("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", m || "Unknown");
1298
+ }
1299
+ typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && I("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
1300
+ }
1301
+ }
1302
+ function Ho(t) {
1303
+ {
1304
+ for (var a = Object.keys(t.props), c = 0; c < a.length; c++) {
1305
+ var l = a[c];
1306
+ if (l !== "children" && l !== "key") {
1307
+ Me(t), I("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", l), Me(null);
1308
+ break;
1309
+ }
1310
+ }
1311
+ t.ref !== null && (Me(t), I("Invalid attribute `ref` supplied to `React.Fragment`."), Me(null));
1312
+ }
1313
+ }
1314
+ function Ur(t, a, c) {
1315
+ var l = Or(t);
1316
+ if (!l) {
1317
+ var m = "";
1318
+ (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.");
1319
+ var F = qo(a);
1320
+ F ? m += F : m += Fr();
1321
+ var A;
1322
+ t === null ? A = "null" : ye(t) ? A = "array" : t !== void 0 && t.$$typeof === o ? (A = "<" + (Oe(t.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : A = typeof t, I("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", A, m);
1323
+ }
1324
+ var z = io.apply(this, arguments);
1325
+ if (z == null)
1326
+ return z;
1327
+ if (l)
1328
+ for (var H = 2; H < arguments.length; H++)
1329
+ zr(arguments[H], t);
1330
+ return t === u ? Ho(z) : Vr(z), z;
1331
+ }
1332
+ var qr = !1;
1333
+ function Go(t) {
1334
+ var a = Ur.bind(null, t);
1335
+ return a.type = t, qr || (qr = !0, ne("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(a, "type", {
1336
+ enumerable: !1,
1337
+ get: function() {
1338
+ return ne("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
1339
+ value: t
1340
+ }), t;
1341
+ }
1342
+ }), a;
1343
+ }
1344
+ function Ko(t, a, c) {
1345
+ for (var l = co.apply(this, arguments), m = 2; m < arguments.length; m++)
1346
+ zr(arguments[m], l.type);
1347
+ return Vr(l), l;
1348
+ }
1349
+ function Xo(t, a) {
1350
+ var c = $.transition;
1351
+ $.transition = {};
1352
+ var l = $.transition;
1353
+ $.transition._updatedFibers = /* @__PURE__ */ new Set();
1354
+ try {
1355
+ t();
1356
+ } finally {
1357
+ if ($.transition = c, c === null && l._updatedFibers) {
1358
+ var m = l._updatedFibers.size;
1359
+ m > 10 && ne("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."), l._updatedFibers.clear();
1360
+ }
1361
+ }
1362
+ }
1363
+ var Br = !1, ct = null;
1364
+ function Jo(t) {
1365
+ if (ct === null)
1366
+ try {
1367
+ var a = ("require" + Math.random()).slice(0, 7), c = e && e[a];
1368
+ ct = c.call(e, "timers").setImmediate;
1369
+ } catch {
1370
+ ct = function(m) {
1371
+ Br === !1 && (Br = !0, typeof MessageChannel > "u" && I("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."));
1372
+ var F = new MessageChannel();
1373
+ F.port1.onmessage = m, F.port2.postMessage(void 0);
1374
+ };
1375
+ }
1376
+ return ct(t);
1377
+ }
1378
+ var Ne = 0, Hr = !1;
1379
+ function Gr(t) {
1380
+ {
1381
+ var a = Ne;
1382
+ Ne++, d.current === null && (d.current = []);
1383
+ var c = d.isBatchingLegacy, l;
1384
+ try {
1385
+ if (d.isBatchingLegacy = !0, l = t(), !c && d.didScheduleLegacyUpdate) {
1386
+ var m = d.current;
1387
+ m !== null && (d.didScheduleLegacyUpdate = !1, Wt(m));
1388
+ }
1389
+ } catch (re) {
1390
+ throw ut(a), re;
1391
+ } finally {
1392
+ d.isBatchingLegacy = c;
1393
+ }
1394
+ if (l !== null && typeof l == "object" && typeof l.then == "function") {
1395
+ var F = l, A = !1, z = {
1396
+ then: function(re, ae) {
1397
+ A = !0, F.then(function(le) {
1398
+ ut(a), Ne === 0 ? Lt(le, re, ae) : re(le);
1399
+ }, function(le) {
1400
+ ut(a), ae(le);
1401
+ });
1402
+ }
1403
+ };
1404
+ return !Hr && typeof Promise < "u" && Promise.resolve().then(function() {
1405
+ }).then(function() {
1406
+ A || (Hr = !0, I("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 () => ...);"));
1407
+ }), z;
1408
+ } else {
1409
+ var H = l;
1410
+ if (ut(a), Ne === 0) {
1411
+ var J = d.current;
1412
+ J !== null && (Wt(J), d.current = null);
1413
+ var ee = {
1414
+ then: function(re, ae) {
1415
+ d.current === null ? (d.current = [], Lt(H, re, ae)) : re(H);
1416
+ }
1417
+ };
1418
+ return ee;
1419
+ } else {
1420
+ var te = {
1421
+ then: function(re, ae) {
1422
+ re(H);
1423
+ }
1424
+ };
1425
+ return te;
1426
+ }
1427
+ }
1428
+ }
1429
+ }
1430
+ function ut(t) {
1431
+ t !== Ne - 1 && I("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ne = t;
1432
+ }
1433
+ function Lt(t, a, c) {
1434
+ {
1435
+ var l = d.current;
1436
+ if (l !== null)
1437
+ try {
1438
+ Wt(l), Jo(function() {
1439
+ l.length === 0 ? (d.current = null, a(t)) : Lt(t, a, c);
1440
+ });
1441
+ } catch (m) {
1442
+ c(m);
1443
+ }
1444
+ else
1445
+ a(t);
1446
+ }
1447
+ }
1448
+ var Ft = !1;
1449
+ function Wt(t) {
1450
+ if (!Ft) {
1451
+ Ft = !0;
1452
+ var a = 0;
1453
+ try {
1454
+ for (; a < t.length; a++) {
1455
+ var c = t[a];
1456
+ do
1457
+ c = c(!0);
1458
+ while (c !== null);
1459
+ }
1460
+ t.length = 0;
1461
+ } catch (l) {
1462
+ throw t = t.slice(a + 1), l;
1463
+ } finally {
1464
+ Ft = !1;
1465
+ }
1466
+ }
1467
+ }
1468
+ var Qo = Ur, Zo = Ko, ea = Go, ta = {
1469
+ map: nt,
1470
+ forEach: ho,
1471
+ count: po,
1472
+ toArray: yo,
1473
+ only: vo
1474
+ };
1475
+ r.Children = ta, r.Component = E, r.Fragment = u, r.Profiler = h, r.PureComponent = k, r.StrictMode = p, r.Suspense = S, r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = fe, r.act = Gr, r.cloneElement = Zo, r.createContext = mo, r.createElement = Qo, r.createFactory = ea, r.createRef = oe, r.forwardRef = wo, r.isValidElement = De, r.lazy = Eo, r.memo = _o, r.startTransition = Xo, r.unstable_act = Gr, r.useCallback = Ao, r.useContext = So, r.useDebugValue = jo, r.useDeferredValue = Do, r.useEffect = Oo, r.useId = Mo, r.useImperativeHandle = Io, r.useInsertionEffect = Po, r.useLayoutEffect = ko, r.useMemo = xo, r.useReducer = Co, r.useRef = To, r.useState = Ro, r.useSyncExternalStore = No, r.useTransition = $o, r.version = n, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
1476
+ }();
1477
+ }(Je, Je.exports)), Je.exports;
1478
+ }
1479
+ process.env.NODE_ENV === "production" ? Qt.exports = aa() : Qt.exports = ia();
1480
+ var Q = Qt.exports;
1481
+ const Te = /* @__PURE__ */ Pn(Q);
1482
+ var Zt = { exports: {} }, lt = { exports: {} }, G = {};
1483
+ /** @license React v16.13.1
1484
+ * react-is.production.min.js
1485
+ *
1486
+ * Copyright (c) Facebook, Inc. and its affiliates.
1487
+ *
1488
+ * This source code is licensed under the MIT license found in the
1489
+ * LICENSE file in the root directory of this source tree.
1490
+ */
1491
+ var en;
1492
+ function sa() {
1493
+ if (en) return G;
1494
+ en = 1;
1495
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, s = e ? Symbol.for("react.strict_mode") : 60108, u = e ? Symbol.for("react.profiler") : 60114, p = e ? Symbol.for("react.provider") : 60109, h = e ? Symbol.for("react.context") : 60110, y = e ? Symbol.for("react.async_mode") : 60111, _ = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, S = e ? Symbol.for("react.suspense") : 60113, x = e ? Symbol.for("react.suspense_list") : 60120, O = e ? Symbol.for("react.memo") : 60115, W = e ? Symbol.for("react.lazy") : 60116, N = e ? Symbol.for("react.block") : 60121, V = e ? Symbol.for("react.fundamental") : 60117, Y = e ? Symbol.for("react.responder") : 60118, B = e ? Symbol.for("react.scope") : 60119;
1496
+ function L(d) {
1497
+ if (typeof d == "object" && d !== null) {
1498
+ var j = d.$$typeof;
1499
+ switch (j) {
1500
+ case r:
1501
+ switch (d = d.type, d) {
1502
+ case y:
1503
+ case _:
1504
+ case o:
1505
+ case u:
1506
+ case s:
1507
+ case S:
1508
+ return d;
1509
+ default:
1510
+ switch (d = d && d.$$typeof, d) {
1511
+ case h:
1512
+ case g:
1513
+ case W:
1514
+ case O:
1515
+ case p:
1516
+ return d;
1517
+ default:
1518
+ return j;
1519
+ }
1520
+ }
1521
+ case n:
1522
+ return j;
1523
+ }
1524
+ }
1525
+ }
1526
+ function $(d) {
1527
+ return L(d) === _;
1528
+ }
1529
+ return G.AsyncMode = y, G.ConcurrentMode = _, G.ContextConsumer = h, G.ContextProvider = p, G.Element = r, G.ForwardRef = g, G.Fragment = o, G.Lazy = W, G.Memo = O, G.Portal = n, G.Profiler = u, G.StrictMode = s, G.Suspense = S, G.isAsyncMode = function(d) {
1530
+ return $(d) || L(d) === y;
1531
+ }, G.isConcurrentMode = $, G.isContextConsumer = function(d) {
1532
+ return L(d) === h;
1533
+ }, G.isContextProvider = function(d) {
1534
+ return L(d) === p;
1535
+ }, G.isElement = function(d) {
1536
+ return typeof d == "object" && d !== null && d.$$typeof === r;
1537
+ }, G.isForwardRef = function(d) {
1538
+ return L(d) === g;
1539
+ }, G.isFragment = function(d) {
1540
+ return L(d) === o;
1541
+ }, G.isLazy = function(d) {
1542
+ return L(d) === W;
1543
+ }, G.isMemo = function(d) {
1544
+ return L(d) === O;
1545
+ }, G.isPortal = function(d) {
1546
+ return L(d) === n;
1547
+ }, G.isProfiler = function(d) {
1548
+ return L(d) === u;
1549
+ }, G.isStrictMode = function(d) {
1550
+ return L(d) === s;
1551
+ }, G.isSuspense = function(d) {
1552
+ return L(d) === S;
1553
+ }, G.isValidElementType = function(d) {
1554
+ return typeof d == "string" || typeof d == "function" || d === o || d === _ || d === u || d === s || d === S || d === x || typeof d == "object" && d !== null && (d.$$typeof === W || d.$$typeof === O || d.$$typeof === p || d.$$typeof === h || d.$$typeof === g || d.$$typeof === V || d.$$typeof === Y || d.$$typeof === B || d.$$typeof === N);
1555
+ }, G.typeOf = L, G;
1556
+ }
1557
+ var K = {};
1558
+ /** @license React v16.13.1
1559
+ * react-is.development.js
1560
+ *
1561
+ * Copyright (c) Facebook, Inc. and its affiliates.
1562
+ *
1563
+ * This source code is licensed under the MIT license found in the
1564
+ * LICENSE file in the root directory of this source tree.
1565
+ */
1566
+ var tn;
1567
+ function ca() {
1568
+ return tn || (tn = 1, process.env.NODE_ENV !== "production" && function() {
1569
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, s = e ? Symbol.for("react.strict_mode") : 60108, u = e ? Symbol.for("react.profiler") : 60114, p = e ? Symbol.for("react.provider") : 60109, h = e ? Symbol.for("react.context") : 60110, y = e ? Symbol.for("react.async_mode") : 60111, _ = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, S = e ? Symbol.for("react.suspense") : 60113, x = e ? Symbol.for("react.suspense_list") : 60120, O = e ? Symbol.for("react.memo") : 60115, W = e ? Symbol.for("react.lazy") : 60116, N = e ? Symbol.for("react.block") : 60121, V = e ? Symbol.for("react.fundamental") : 60117, Y = e ? Symbol.for("react.responder") : 60118, B = e ? Symbol.for("react.scope") : 60119;
1570
+ function L(b) {
1571
+ return typeof b == "string" || typeof b == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
1572
+ b === o || b === _ || b === u || b === s || b === S || b === x || typeof b == "object" && b !== null && (b.$$typeof === W || b.$$typeof === O || b.$$typeof === p || b.$$typeof === h || b.$$typeof === g || b.$$typeof === V || b.$$typeof === Y || b.$$typeof === B || b.$$typeof === N);
1573
+ }
1574
+ function $(b) {
1575
+ if (typeof b == "object" && b !== null) {
1576
+ var ye = b.$$typeof;
1577
+ switch (ye) {
1578
+ case r:
1579
+ var $e = b.type;
1580
+ switch ($e) {
1581
+ case y:
1582
+ case _:
1583
+ case o:
1584
+ case u:
1585
+ case s:
1586
+ case S:
1587
+ return $e;
1588
+ default:
1589
+ var et = $e && $e.$$typeof;
1590
+ switch (et) {
1591
+ case h:
1592
+ case g:
1593
+ case W:
1594
+ case O:
1595
+ case p:
1596
+ return et;
1597
+ default:
1598
+ return ye;
1599
+ }
1600
+ }
1601
+ case n:
1602
+ return ye;
1603
+ }
1604
+ }
1605
+ }
1606
+ var d = y, j = _, D = h, se = p, pe = r, Ee = g, _e = o, Se = W, ge = O, de = n, fe = u, ne = s, I = S, he = !1;
1607
+ function ce(b) {
1608
+ return he || (he = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), v(b) || $(b) === y;
1609
+ }
1610
+ function v(b) {
1611
+ return $(b) === _;
1612
+ }
1613
+ function i(b) {
1614
+ return $(b) === h;
1615
+ }
1616
+ function f(b) {
1617
+ return $(b) === p;
1618
+ }
1619
+ function w(b) {
1620
+ return typeof b == "object" && b !== null && b.$$typeof === r;
1621
+ }
1622
+ function E(b) {
1623
+ return $(b) === g;
1624
+ }
1625
+ function R(b) {
1626
+ return $(b) === o;
1627
+ }
1628
+ function C(b) {
1629
+ return $(b) === W;
1630
+ }
1631
+ function T(b) {
1632
+ return $(b) === O;
1633
+ }
1634
+ function P(b) {
1635
+ return $(b) === n;
1636
+ }
1637
+ function k(b) {
1638
+ return $(b) === u;
1639
+ }
1640
+ function M(b) {
1641
+ return $(b) === s;
1642
+ }
1643
+ function oe(b) {
1644
+ return $(b) === S;
1645
+ }
1646
+ K.AsyncMode = d, K.ConcurrentMode = j, K.ContextConsumer = D, K.ContextProvider = se, K.Element = pe, K.ForwardRef = Ee, K.Fragment = _e, K.Lazy = Se, K.Memo = ge, K.Portal = de, K.Profiler = fe, K.StrictMode = ne, K.Suspense = I, K.isAsyncMode = ce, K.isConcurrentMode = v, K.isContextConsumer = i, K.isContextProvider = f, K.isElement = w, K.isForwardRef = E, K.isFragment = R, K.isLazy = C, K.isMemo = T, K.isPortal = P, K.isProfiler = k, K.isStrictMode = M, K.isSuspense = oe, K.isValidElementType = L, K.typeOf = $;
1647
+ }()), K;
1648
+ }
1649
+ var rn;
1650
+ function kn() {
1651
+ return rn || (rn = 1, process.env.NODE_ENV === "production" ? lt.exports = sa() : lt.exports = ca()), lt.exports;
1652
+ }
1653
+ /*
1654
+ object-assign
1655
+ (c) Sindre Sorhus
1656
+ @license MIT
1657
+ */
1658
+ var zt, nn;
1659
+ function ua() {
1660
+ if (nn) return zt;
1661
+ nn = 1;
1662
+ var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
1663
+ function o(u) {
1664
+ if (u == null)
1665
+ throw new TypeError("Object.assign cannot be called with null or undefined");
1666
+ return Object(u);
1667
+ }
1668
+ function s() {
1669
+ try {
1670
+ if (!Object.assign)
1671
+ return !1;
1672
+ var u = new String("abc");
1673
+ if (u[5] = "de", Object.getOwnPropertyNames(u)[0] === "5")
1674
+ return !1;
1675
+ for (var p = {}, h = 0; h < 10; h++)
1676
+ p["_" + String.fromCharCode(h)] = h;
1677
+ var y = Object.getOwnPropertyNames(p).map(function(g) {
1678
+ return p[g];
1679
+ });
1680
+ if (y.join("") !== "0123456789")
1681
+ return !1;
1682
+ var _ = {};
1683
+ return "abcdefghijklmnopqrst".split("").forEach(function(g) {
1684
+ _[g] = g;
1685
+ }), Object.keys(Object.assign({}, _)).join("") === "abcdefghijklmnopqrst";
1686
+ } catch {
1687
+ return !1;
1688
+ }
1689
+ }
1690
+ return zt = s() ? Object.assign : function(u, p) {
1691
+ for (var h, y = o(u), _, g = 1; g < arguments.length; g++) {
1692
+ h = Object(arguments[g]);
1693
+ for (var S in h)
1694
+ r.call(h, S) && (y[S] = h[S]);
1695
+ if (e) {
1696
+ _ = e(h);
1697
+ for (var x = 0; x < _.length; x++)
1698
+ n.call(h, _[x]) && (y[_[x]] = h[_[x]]);
1699
+ }
1700
+ }
1701
+ return y;
1702
+ }, zt;
1703
+ }
1704
+ var Vt, on;
1705
+ function cr() {
1706
+ if (on) return Vt;
1707
+ on = 1;
1708
+ var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
1709
+ return Vt = e, Vt;
1710
+ }
1711
+ var Ut, an;
1712
+ function An() {
1713
+ return an || (an = 1, Ut = Function.call.bind(Object.prototype.hasOwnProperty)), Ut;
1714
+ }
1715
+ var qt, sn;
1716
+ function fa() {
1717
+ if (sn) return qt;
1718
+ sn = 1;
1719
+ var e = function() {
1720
+ };
1721
+ if (process.env.NODE_ENV !== "production") {
1722
+ var r = cr(), n = {}, o = An();
1723
+ e = function(u) {
1724
+ var p = "Warning: " + u;
1725
+ typeof console < "u" && console.error(p);
1726
+ try {
1727
+ throw new Error(p);
1728
+ } catch {
1729
+ }
1730
+ };
1731
+ }
1732
+ function s(u, p, h, y, _) {
1733
+ if (process.env.NODE_ENV !== "production") {
1734
+ for (var g in u)
1735
+ if (o(u, g)) {
1736
+ var S;
1737
+ try {
1738
+ if (typeof u[g] != "function") {
1739
+ var x = Error(
1740
+ (y || "React class") + ": " + h + " type `" + g + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof u[g] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
1741
+ );
1742
+ throw x.name = "Invariant Violation", x;
1743
+ }
1744
+ S = u[g](p, g, y, h, null, r);
1745
+ } catch (W) {
1746
+ S = W;
1747
+ }
1748
+ if (S && !(S instanceof Error) && e(
1749
+ (y || "React class") + ": type specification of " + h + " `" + g + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof 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)."
1750
+ ), S instanceof Error && !(S.message in n)) {
1751
+ n[S.message] = !0;
1752
+ var O = _ ? _() : "";
1753
+ e(
1754
+ "Failed " + h + " type: " + S.message + (O ?? "")
1755
+ );
1756
+ }
1757
+ }
1758
+ }
1759
+ }
1760
+ return s.resetWarningCache = function() {
1761
+ process.env.NODE_ENV !== "production" && (n = {});
1762
+ }, qt = s, qt;
1763
+ }
1764
+ var Bt, cn;
1765
+ function la() {
1766
+ if (cn) return Bt;
1767
+ cn = 1;
1768
+ var e = kn(), r = ua(), n = cr(), o = An(), s = fa(), u = function() {
1769
+ };
1770
+ process.env.NODE_ENV !== "production" && (u = function(h) {
1771
+ var y = "Warning: " + h;
1772
+ typeof console < "u" && console.error(y);
1773
+ try {
1774
+ throw new Error(y);
1775
+ } catch {
1776
+ }
1777
+ });
1778
+ function p() {
1779
+ return null;
1780
+ }
1781
+ return Bt = function(h, y) {
1782
+ var _ = typeof Symbol == "function" && Symbol.iterator, g = "@@iterator";
1783
+ function S(v) {
1784
+ var i = v && (_ && v[_] || v[g]);
1785
+ if (typeof i == "function")
1786
+ return i;
1787
+ }
1788
+ var x = "<<anonymous>>", O = {
1789
+ array: Y("array"),
1790
+ bigint: Y("bigint"),
1791
+ bool: Y("boolean"),
1792
+ func: Y("function"),
1793
+ number: Y("number"),
1794
+ object: Y("object"),
1795
+ string: Y("string"),
1796
+ symbol: Y("symbol"),
1797
+ any: B(),
1798
+ arrayOf: L,
1799
+ element: $(),
1800
+ elementType: d(),
1801
+ instanceOf: j,
1802
+ node: Ee(),
1803
+ objectOf: se,
1804
+ oneOf: D,
1805
+ oneOfType: pe,
1806
+ shape: Se,
1807
+ exact: ge
1808
+ };
1809
+ function W(v, i) {
1810
+ return v === i ? v !== 0 || 1 / v === 1 / i : v !== v && i !== i;
1811
+ }
1812
+ function N(v, i) {
1813
+ this.message = v, this.data = i && typeof i == "object" ? i : {}, this.stack = "";
1814
+ }
1815
+ N.prototype = Error.prototype;
1816
+ function V(v) {
1817
+ if (process.env.NODE_ENV !== "production")
1818
+ var i = {}, f = 0;
1819
+ function w(R, C, T, P, k, M, oe) {
1820
+ if (P = P || x, M = M || T, oe !== n) {
1821
+ if (y) {
1822
+ var b = new Error(
1823
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
1824
+ );
1825
+ throw b.name = "Invariant Violation", b;
1826
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
1827
+ var ye = P + ":" + T;
1828
+ !i[ye] && // Avoid spamming the console because they are often not actionable except for lib authors
1829
+ f < 3 && (u(
1830
+ "You are manually calling a React.PropTypes validation function for the `" + M + "` prop on `" + P + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
1831
+ ), i[ye] = !0, f++);
1832
+ }
1833
+ }
1834
+ return C[T] == null ? R ? C[T] === null ? new N("The " + k + " `" + M + "` is marked as required " + ("in `" + P + "`, but its value is `null`.")) : new N("The " + k + " `" + M + "` is marked as required in " + ("`" + P + "`, but its value is `undefined`.")) : null : v(C, T, P, k, M);
1835
+ }
1836
+ var E = w.bind(null, !1);
1837
+ return E.isRequired = w.bind(null, !0), E;
1838
+ }
1839
+ function Y(v) {
1840
+ function i(f, w, E, R, C, T) {
1841
+ var P = f[w], k = ne(P);
1842
+ if (k !== v) {
1843
+ var M = I(P);
1844
+ return new N(
1845
+ "Invalid " + R + " `" + C + "` of type " + ("`" + M + "` supplied to `" + E + "`, expected ") + ("`" + v + "`."),
1846
+ { expectedType: v }
1847
+ );
1848
+ }
1849
+ return null;
1850
+ }
1851
+ return V(i);
1852
+ }
1853
+ function B() {
1854
+ return V(p);
1855
+ }
1856
+ function L(v) {
1857
+ function i(f, w, E, R, C) {
1858
+ if (typeof v != "function")
1859
+ return new N("Property `" + C + "` of component `" + E + "` has invalid PropType notation inside arrayOf.");
1860
+ var T = f[w];
1861
+ if (!Array.isArray(T)) {
1862
+ var P = ne(T);
1863
+ return new N("Invalid " + R + " `" + C + "` of type " + ("`" + P + "` supplied to `" + E + "`, expected an array."));
1864
+ }
1865
+ for (var k = 0; k < T.length; k++) {
1866
+ var M = v(T, k, E, R, C + "[" + k + "]", n);
1867
+ if (M instanceof Error)
1868
+ return M;
1869
+ }
1870
+ return null;
1871
+ }
1872
+ return V(i);
1873
+ }
1874
+ function $() {
1875
+ function v(i, f, w, E, R) {
1876
+ var C = i[f];
1877
+ if (!h(C)) {
1878
+ var T = ne(C);
1879
+ return new N("Invalid " + E + " `" + R + "` of type " + ("`" + T + "` supplied to `" + w + "`, expected a single ReactElement."));
1880
+ }
1881
+ return null;
1882
+ }
1883
+ return V(v);
1884
+ }
1885
+ function d() {
1886
+ function v(i, f, w, E, R) {
1887
+ var C = i[f];
1888
+ if (!e.isValidElementType(C)) {
1889
+ var T = ne(C);
1890
+ return new N("Invalid " + E + " `" + R + "` of type " + ("`" + T + "` supplied to `" + w + "`, expected a single ReactElement type."));
1891
+ }
1892
+ return null;
1893
+ }
1894
+ return V(v);
1895
+ }
1896
+ function j(v) {
1897
+ function i(f, w, E, R, C) {
1898
+ if (!(f[w] instanceof v)) {
1899
+ var T = v.name || x, P = ce(f[w]);
1900
+ return new N("Invalid " + R + " `" + C + "` of type " + ("`" + P + "` supplied to `" + E + "`, expected ") + ("instance of `" + T + "`."));
1901
+ }
1902
+ return null;
1903
+ }
1904
+ return V(i);
1905
+ }
1906
+ function D(v) {
1907
+ if (!Array.isArray(v))
1908
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? u(
1909
+ "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
1910
+ ) : u("Invalid argument supplied to oneOf, expected an array.")), p;
1911
+ function i(f, w, E, R, C) {
1912
+ for (var T = f[w], P = 0; P < v.length; P++)
1913
+ if (W(T, v[P]))
1914
+ return null;
1915
+ var k = JSON.stringify(v, function(oe, b) {
1916
+ var ye = I(b);
1917
+ return ye === "symbol" ? String(b) : b;
1918
+ });
1919
+ return new N("Invalid " + R + " `" + C + "` of value `" + String(T) + "` " + ("supplied to `" + E + "`, expected one of " + k + "."));
1920
+ }
1921
+ return V(i);
1922
+ }
1923
+ function se(v) {
1924
+ function i(f, w, E, R, C) {
1925
+ if (typeof v != "function")
1926
+ return new N("Property `" + C + "` of component `" + E + "` has invalid PropType notation inside objectOf.");
1927
+ var T = f[w], P = ne(T);
1928
+ if (P !== "object")
1929
+ return new N("Invalid " + R + " `" + C + "` of type " + ("`" + P + "` supplied to `" + E + "`, expected an object."));
1930
+ for (var k in T)
1931
+ if (o(T, k)) {
1932
+ var M = v(T, k, E, R, C + "." + k, n);
1933
+ if (M instanceof Error)
1934
+ return M;
1935
+ }
1936
+ return null;
1937
+ }
1938
+ return V(i);
1939
+ }
1940
+ function pe(v) {
1941
+ if (!Array.isArray(v))
1942
+ return process.env.NODE_ENV !== "production" && u("Invalid argument supplied to oneOfType, expected an instance of array."), p;
1943
+ for (var i = 0; i < v.length; i++) {
1944
+ var f = v[i];
1945
+ if (typeof f != "function")
1946
+ return u(
1947
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + he(f) + " at index " + i + "."
1948
+ ), p;
1949
+ }
1950
+ function w(E, R, C, T, P) {
1951
+ for (var k = [], M = 0; M < v.length; M++) {
1952
+ var oe = v[M], b = oe(E, R, C, T, P, n);
1953
+ if (b == null)
1954
+ return null;
1955
+ b.data && o(b.data, "expectedType") && k.push(b.data.expectedType);
1956
+ }
1957
+ var ye = k.length > 0 ? ", expected one of type [" + k.join(", ") + "]" : "";
1958
+ return new N("Invalid " + T + " `" + P + "` supplied to " + ("`" + C + "`" + ye + "."));
1959
+ }
1960
+ return V(w);
1961
+ }
1962
+ function Ee() {
1963
+ function v(i, f, w, E, R) {
1964
+ return de(i[f]) ? null : new N("Invalid " + E + " `" + R + "` supplied to " + ("`" + w + "`, expected a ReactNode."));
1965
+ }
1966
+ return V(v);
1967
+ }
1968
+ function _e(v, i, f, w, E) {
1969
+ return new N(
1970
+ (v || "React class") + ": " + i + " type `" + f + "." + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + E + "`."
1971
+ );
1972
+ }
1973
+ function Se(v) {
1974
+ function i(f, w, E, R, C) {
1975
+ var T = f[w], P = ne(T);
1976
+ if (P !== "object")
1977
+ return new N("Invalid " + R + " `" + C + "` of type `" + P + "` " + ("supplied to `" + E + "`, expected `object`."));
1978
+ for (var k in v) {
1979
+ var M = v[k];
1980
+ if (typeof M != "function")
1981
+ return _e(E, R, C, k, I(M));
1982
+ var oe = M(T, k, E, R, C + "." + k, n);
1983
+ if (oe)
1984
+ return oe;
1985
+ }
1986
+ return null;
1987
+ }
1988
+ return V(i);
1989
+ }
1990
+ function ge(v) {
1991
+ function i(f, w, E, R, C) {
1992
+ var T = f[w], P = ne(T);
1993
+ if (P !== "object")
1994
+ return new N("Invalid " + R + " `" + C + "` of type `" + P + "` " + ("supplied to `" + E + "`, expected `object`."));
1995
+ var k = r({}, f[w], v);
1996
+ for (var M in k) {
1997
+ var oe = v[M];
1998
+ if (o(v, M) && typeof oe != "function")
1999
+ return _e(E, R, C, M, I(oe));
2000
+ if (!oe)
2001
+ return new N(
2002
+ "Invalid " + R + " `" + C + "` key `" + M + "` supplied to `" + E + "`.\nBad object: " + JSON.stringify(f[w], null, " ") + `
2003
+ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
2004
+ );
2005
+ var b = oe(T, M, E, R, C + "." + M, n);
2006
+ if (b)
2007
+ return b;
2008
+ }
2009
+ return null;
2010
+ }
2011
+ return V(i);
2012
+ }
2013
+ function de(v) {
2014
+ switch (typeof v) {
2015
+ case "number":
2016
+ case "string":
2017
+ case "undefined":
2018
+ return !0;
2019
+ case "boolean":
2020
+ return !v;
2021
+ case "object":
2022
+ if (Array.isArray(v))
2023
+ return v.every(de);
2024
+ if (v === null || h(v))
2025
+ return !0;
2026
+ var i = S(v);
2027
+ if (i) {
2028
+ var f = i.call(v), w;
2029
+ if (i !== v.entries) {
2030
+ for (; !(w = f.next()).done; )
2031
+ if (!de(w.value))
2032
+ return !1;
2033
+ } else
2034
+ for (; !(w = f.next()).done; ) {
2035
+ var E = w.value;
2036
+ if (E && !de(E[1]))
2037
+ return !1;
2038
+ }
2039
+ } else
2040
+ return !1;
2041
+ return !0;
2042
+ default:
2043
+ return !1;
2044
+ }
2045
+ }
2046
+ function fe(v, i) {
2047
+ return v === "symbol" ? !0 : i ? i["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && i instanceof Symbol : !1;
2048
+ }
2049
+ function ne(v) {
2050
+ var i = typeof v;
2051
+ return Array.isArray(v) ? "array" : v instanceof RegExp ? "object" : fe(i, v) ? "symbol" : i;
2052
+ }
2053
+ function I(v) {
2054
+ if (typeof v > "u" || v === null)
2055
+ return "" + v;
2056
+ var i = ne(v);
2057
+ if (i === "object") {
2058
+ if (v instanceof Date)
2059
+ return "date";
2060
+ if (v instanceof RegExp)
2061
+ return "regexp";
2062
+ }
2063
+ return i;
2064
+ }
2065
+ function he(v) {
2066
+ var i = I(v);
2067
+ switch (i) {
2068
+ case "array":
2069
+ case "object":
2070
+ return "an " + i;
2071
+ case "boolean":
2072
+ case "date":
2073
+ case "regexp":
2074
+ return "a " + i;
2075
+ default:
2076
+ return i;
2077
+ }
2078
+ }
2079
+ function ce(v) {
2080
+ return !v.constructor || !v.constructor.name ? x : v.constructor.name;
2081
+ }
2082
+ return O.checkPropTypes = s, O.resetWarningCache = s.resetWarningCache, O.PropTypes = O, O;
2083
+ }, Bt;
2084
+ }
2085
+ var Ht, un;
2086
+ function pa() {
2087
+ if (un) return Ht;
2088
+ un = 1;
2089
+ var e = cr();
2090
+ function r() {
2091
+ }
2092
+ function n() {
2093
+ }
2094
+ return n.resetWarningCache = r, Ht = function() {
2095
+ function o(p, h, y, _, g, S) {
2096
+ if (S !== e) {
2097
+ var x = new Error(
2098
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
2099
+ );
2100
+ throw x.name = "Invariant Violation", x;
2101
+ }
2102
+ }
2103
+ o.isRequired = o;
2104
+ function s() {
2105
+ return o;
2106
+ }
2107
+ var u = {
2108
+ array: o,
2109
+ bigint: o,
2110
+ bool: o,
2111
+ func: o,
2112
+ number: o,
2113
+ object: o,
2114
+ string: o,
2115
+ symbol: o,
2116
+ any: o,
2117
+ arrayOf: s,
2118
+ element: o,
2119
+ elementType: o,
2120
+ instanceOf: s,
2121
+ node: o,
2122
+ objectOf: s,
2123
+ oneOf: s,
2124
+ oneOfType: s,
2125
+ shape: s,
2126
+ exact: s,
2127
+ checkPropTypes: n,
2128
+ resetWarningCache: r
2129
+ };
2130
+ return u.PropTypes = u, u;
2131
+ }, Ht;
2132
+ }
2133
+ if (process.env.NODE_ENV !== "production") {
2134
+ var da = kn(), ha = !0;
2135
+ Zt.exports = la()(da.isElement, ha);
2136
+ } else
2137
+ Zt.exports = pa()();
2138
+ var ya = Zt.exports;
2139
+ const Fe = /* @__PURE__ */ Pn(ya);
2140
+ var me = function() {
2141
+ return me = Object.assign || function(r) {
2142
+ for (var n, o = 1, s = arguments.length; o < s; o++) {
2143
+ n = arguments[o];
2144
+ for (var u in n) Object.prototype.hasOwnProperty.call(n, u) && (r[u] = n[u]);
2145
+ }
2146
+ return r;
2147
+ }, me.apply(this, arguments);
2148
+ };
2149
+ function We(e, r, n) {
2150
+ if (n || arguments.length === 2) for (var o = 0, s = r.length, u; o < s; o++)
2151
+ (u || !(o in r)) && (u || (u = Array.prototype.slice.call(r, 0, o)), u[o] = r[o]);
2152
+ return e.concat(u || Array.prototype.slice.call(r));
2153
+ }
2154
+ function va(e) {
2155
+ var r = /* @__PURE__ */ Object.create(null);
2156
+ return function(n) {
2157
+ return r[n] === void 0 && (r[n] = e(n)), r[n];
2158
+ };
2159
+ }
2160
+ var ma = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, ga = /* @__PURE__ */ va(
2161
+ function(e) {
2162
+ return ma.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
2163
+ }
2164
+ /* Z+1 */
2165
+ ), Z = "-ms-", Ze = "-moz-", X = "-webkit-", xn = "comm", Rt = "rule", ur = "decl", ba = "@import", In = "@keyframes", Ea = "@layer", jn = Math.abs, fr = String.fromCharCode, er = Object.assign;
2166
+ function wa(e, r) {
2167
+ return ue(e, 0) ^ 45 ? (((r << 2 ^ ue(e, 0)) << 2 ^ ue(e, 1)) << 2 ^ ue(e, 2)) << 2 ^ ue(e, 3) : 0;
2168
+ }
2169
+ function $n(e) {
2170
+ return e.trim();
2171
+ }
2172
+ function Ce(e, r) {
2173
+ return (e = r.exec(e)) ? e[0] : e;
2174
+ }
2175
+ function U(e, r, n) {
2176
+ return e.replace(r, n);
2177
+ }
2178
+ function vt(e, r, n) {
2179
+ return e.indexOf(r, n);
2180
+ }
2181
+ function ue(e, r) {
2182
+ return e.charCodeAt(r) | 0;
2183
+ }
2184
+ function Ye(e, r, n) {
2185
+ return e.slice(r, n);
2186
+ }
2187
+ function Re(e) {
2188
+ return e.length;
2189
+ }
2190
+ function Dn(e) {
2191
+ return e.length;
2192
+ }
2193
+ function Qe(e, r) {
2194
+ return r.push(e), e;
2195
+ }
2196
+ function _a(e, r) {
2197
+ return e.map(r).join("");
2198
+ }
2199
+ function fn(e, r) {
2200
+ return e.filter(function(n) {
2201
+ return !Ce(n, r);
2202
+ });
2203
+ }
2204
+ var Ct = 1, ze = 1, Mn = 0, be = 0, ie = 0, Be = "";
2205
+ function Tt(e, r, n, o, s, u, p, h) {
2206
+ return { value: e, root: r, parent: n, type: o, props: s, children: u, line: Ct, column: ze, length: p, return: "", siblings: h };
2207
+ }
2208
+ function Pe(e, r) {
2209
+ return er(Tt("", null, null, "", null, null, 0, e.siblings), e, { length: -e.length }, r);
2210
+ }
2211
+ function Le(e) {
2212
+ for (; e.root; )
2213
+ e = Pe(e.root, { children: [e] });
2214
+ Qe(e, e.siblings);
2215
+ }
2216
+ function Sa() {
2217
+ return ie;
2218
+ }
2219
+ function Ra() {
2220
+ return ie = be > 0 ? ue(Be, --be) : 0, ze--, ie === 10 && (ze = 1, Ct--), ie;
2221
+ }
2222
+ function we() {
2223
+ return ie = be < Mn ? ue(Be, be++) : 0, ze++, ie === 10 && (ze = 1, Ct++), ie;
2224
+ }
2225
+ function xe() {
2226
+ return ue(Be, be);
2227
+ }
2228
+ function mt() {
2229
+ return be;
2230
+ }
2231
+ function Ot(e, r) {
2232
+ return Ye(Be, e, r);
2233
+ }
2234
+ function tr(e) {
2235
+ switch (e) {
2236
+ case 0:
2237
+ case 9:
2238
+ case 10:
2239
+ case 13:
2240
+ case 32:
2241
+ return 5;
2242
+ case 33:
2243
+ case 43:
2244
+ case 44:
2245
+ case 47:
2246
+ case 62:
2247
+ case 64:
2248
+ case 126:
2249
+ case 59:
2250
+ case 123:
2251
+ case 125:
2252
+ return 4;
2253
+ case 58:
2254
+ return 3;
2255
+ case 34:
2256
+ case 39:
2257
+ case 40:
2258
+ case 91:
2259
+ return 2;
2260
+ case 41:
2261
+ case 93:
2262
+ return 1;
2263
+ }
2264
+ return 0;
2265
+ }
2266
+ function Ca(e) {
2267
+ return Ct = ze = 1, Mn = Re(Be = e), be = 0, [];
2268
+ }
2269
+ function Ta(e) {
2270
+ return Be = "", e;
2271
+ }
2272
+ function Gt(e) {
2273
+ return $n(Ot(be - 1, rr(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
2274
+ }
2275
+ function Oa(e) {
2276
+ for (; (ie = xe()) && ie < 33; )
2277
+ we();
2278
+ return tr(e) > 2 || tr(ie) > 3 ? "" : " ";
2279
+ }
2280
+ function Pa(e, r) {
2281
+ for (; --r && we() && !(ie < 48 || ie > 102 || ie > 57 && ie < 65 || ie > 70 && ie < 97); )
2282
+ ;
2283
+ return Ot(e, mt() + (r < 6 && xe() == 32 && we() == 32));
2284
+ }
2285
+ function rr(e) {
2286
+ for (; we(); )
2287
+ switch (ie) {
2288
+ case e:
2289
+ return be;
2290
+ case 34:
2291
+ case 39:
2292
+ e !== 34 && e !== 39 && rr(ie);
2293
+ break;
2294
+ case 40:
2295
+ e === 41 && rr(e);
2296
+ break;
2297
+ case 92:
2298
+ we();
2299
+ break;
2300
+ }
2301
+ return be;
2302
+ }
2303
+ function ka(e, r) {
2304
+ for (; we() && e + ie !== 57; )
2305
+ if (e + ie === 84 && xe() === 47)
2306
+ break;
2307
+ return "/*" + Ot(r, be - 1) + "*" + fr(e === 47 ? e : we());
2308
+ }
2309
+ function Aa(e) {
2310
+ for (; !tr(xe()); )
2311
+ we();
2312
+ return Ot(e, be);
2313
+ }
2314
+ function xa(e) {
2315
+ return Ta(gt("", null, null, null, [""], e = Ca(e), 0, [0], e));
2316
+ }
2317
+ function gt(e, r, n, o, s, u, p, h, y) {
2318
+ for (var _ = 0, g = 0, S = p, x = 0, O = 0, W = 0, N = 1, V = 1, Y = 1, B = 0, L = "", $ = s, d = u, j = o, D = L; V; )
2319
+ switch (W = B, B = we()) {
2320
+ case 40:
2321
+ if (W != 108 && ue(D, S - 1) == 58) {
2322
+ vt(D += U(Gt(B), "&", "&\f"), "&\f", jn(_ ? h[_ - 1] : 0)) != -1 && (Y = -1);
2323
+ break;
2324
+ }
2325
+ case 34:
2326
+ case 39:
2327
+ case 91:
2328
+ D += Gt(B);
2329
+ break;
2330
+ case 9:
2331
+ case 10:
2332
+ case 13:
2333
+ case 32:
2334
+ D += Oa(W);
2335
+ break;
2336
+ case 92:
2337
+ D += Pa(mt() - 1, 7);
2338
+ continue;
2339
+ case 47:
2340
+ switch (xe()) {
2341
+ case 42:
2342
+ case 47:
2343
+ Qe(Ia(ka(we(), mt()), r, n, y), y);
2344
+ break;
2345
+ default:
2346
+ D += "/";
2347
+ }
2348
+ break;
2349
+ case 123 * N:
2350
+ h[_++] = Re(D) * Y;
2351
+ case 125 * N:
2352
+ case 59:
2353
+ case 0:
2354
+ switch (B) {
2355
+ case 0:
2356
+ case 125:
2357
+ V = 0;
2358
+ case 59 + g:
2359
+ Y == -1 && (D = U(D, /\f/g, "")), O > 0 && Re(D) - S && Qe(O > 32 ? pn(D + ";", o, n, S - 1, y) : pn(U(D, " ", "") + ";", o, n, S - 2, y), y);
2360
+ break;
2361
+ case 59:
2362
+ D += ";";
2363
+ default:
2364
+ if (Qe(j = ln(D, r, n, _, g, s, h, L, $ = [], d = [], S, u), u), B === 123)
2365
+ if (g === 0)
2366
+ gt(D, r, j, j, $, u, S, h, d);
2367
+ else
2368
+ switch (x === 99 && ue(D, 3) === 110 ? 100 : x) {
2369
+ case 100:
2370
+ case 108:
2371
+ case 109:
2372
+ case 115:
2373
+ gt(e, j, j, o && Qe(ln(e, j, j, 0, 0, s, h, L, s, $ = [], S, d), d), s, d, S, h, o ? $ : d);
2374
+ break;
2375
+ default:
2376
+ gt(D, j, j, j, [""], d, 0, h, d);
2377
+ }
2378
+ }
2379
+ _ = g = O = 0, N = Y = 1, L = D = "", S = p;
2380
+ break;
2381
+ case 58:
2382
+ S = 1 + Re(D), O = W;
2383
+ default:
2384
+ if (N < 1) {
2385
+ if (B == 123)
2386
+ --N;
2387
+ else if (B == 125 && N++ == 0 && Ra() == 125)
2388
+ continue;
2389
+ }
2390
+ switch (D += fr(B), B * N) {
2391
+ case 38:
2392
+ Y = g > 0 ? 1 : (D += "\f", -1);
2393
+ break;
2394
+ case 44:
2395
+ h[_++] = (Re(D) - 1) * Y, Y = 1;
2396
+ break;
2397
+ case 64:
2398
+ xe() === 45 && (D += Gt(we())), x = xe(), g = S = Re(L = D += Aa(mt())), B++;
2399
+ break;
2400
+ case 45:
2401
+ W === 45 && Re(D) == 2 && (N = 0);
2402
+ }
2403
+ }
2404
+ return u;
2405
+ }
2406
+ function ln(e, r, n, o, s, u, p, h, y, _, g, S) {
2407
+ for (var x = s - 1, O = s === 0 ? u : [""], W = Dn(O), N = 0, V = 0, Y = 0; N < o; ++N)
2408
+ for (var B = 0, L = Ye(e, x + 1, x = jn(V = p[N])), $ = e; B < W; ++B)
2409
+ ($ = $n(V > 0 ? O[B] + " " + L : U(L, /&\f/g, O[B]))) && (y[Y++] = $);
2410
+ return Tt(e, r, n, s === 0 ? Rt : h, y, _, g, S);
2411
+ }
2412
+ function Ia(e, r, n, o) {
2413
+ return Tt(e, r, n, xn, fr(Sa()), Ye(e, 2, -2), 0, o);
2414
+ }
2415
+ function pn(e, r, n, o, s) {
2416
+ return Tt(e, r, n, ur, Ye(e, 0, o), Ye(e, o + 1, -1), o, s);
2417
+ }
2418
+ function Nn(e, r, n) {
2419
+ switch (wa(e, r)) {
2420
+ case 5103:
2421
+ return X + "print-" + e + e;
2422
+ case 5737:
2423
+ case 4201:
2424
+ case 3177:
2425
+ case 3433:
2426
+ case 1641:
2427
+ case 4457:
2428
+ case 2921:
2429
+ case 5572:
2430
+ case 6356:
2431
+ case 5844:
2432
+ case 3191:
2433
+ case 6645:
2434
+ case 3005:
2435
+ case 6391:
2436
+ case 5879:
2437
+ case 5623:
2438
+ case 6135:
2439
+ case 4599:
2440
+ case 4855:
2441
+ case 4215:
2442
+ case 6389:
2443
+ case 5109:
2444
+ case 5365:
2445
+ case 5621:
2446
+ case 3829:
2447
+ return X + e + e;
2448
+ case 4789:
2449
+ return Ze + e + e;
2450
+ case 5349:
2451
+ case 4246:
2452
+ case 4810:
2453
+ case 6968:
2454
+ case 2756:
2455
+ return X + e + Ze + e + Z + e + e;
2456
+ case 5936:
2457
+ switch (ue(e, r + 11)) {
2458
+ case 114:
2459
+ return X + e + Z + U(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
2460
+ case 108:
2461
+ return X + e + Z + U(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
2462
+ case 45:
2463
+ return X + e + Z + U(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
2464
+ }
2465
+ case 6828:
2466
+ case 4268:
2467
+ case 2903:
2468
+ return X + e + Z + e + e;
2469
+ case 6165:
2470
+ return X + e + Z + "flex-" + e + e;
2471
+ case 5187:
2472
+ return X + e + U(e, /(\w+).+(:[^]+)/, X + "box-$1$2" + Z + "flex-$1$2") + e;
2473
+ case 5443:
2474
+ return X + e + Z + "flex-item-" + U(e, /flex-|-self/g, "") + (Ce(e, /flex-|baseline/) ? "" : Z + "grid-row-" + U(e, /flex-|-self/g, "")) + e;
2475
+ case 4675:
2476
+ return X + e + Z + "flex-line-pack" + U(e, /align-content|flex-|-self/g, "") + e;
2477
+ case 5548:
2478
+ return X + e + Z + U(e, "shrink", "negative") + e;
2479
+ case 5292:
2480
+ return X + e + Z + U(e, "basis", "preferred-size") + e;
2481
+ case 6060:
2482
+ return X + "box-" + U(e, "-grow", "") + X + e + Z + U(e, "grow", "positive") + e;
2483
+ case 4554:
2484
+ return X + U(e, /([^-])(transform)/g, "$1" + X + "$2") + e;
2485
+ case 6187:
2486
+ return U(U(U(e, /(zoom-|grab)/, X + "$1"), /(image-set)/, X + "$1"), e, "") + e;
2487
+ case 5495:
2488
+ case 3959:
2489
+ return U(e, /(image-set\([^]*)/, X + "$1$`$1");
2490
+ case 4968:
2491
+ return U(U(e, /(.+:)(flex-)?(.*)/, X + "box-pack:$3" + Z + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + X + e + e;
2492
+ case 4200:
2493
+ if (!Ce(e, /flex-|baseline/)) return Z + "grid-column-align" + Ye(e, r) + e;
2494
+ break;
2495
+ case 2592:
2496
+ case 3360:
2497
+ return Z + U(e, "template-", "") + e;
2498
+ case 4384:
2499
+ case 3616:
2500
+ return n && n.some(function(o, s) {
2501
+ return r = s, Ce(o.props, /grid-\w+-end/);
2502
+ }) ? ~vt(e + (n = n[r].value), "span", 0) ? e : Z + U(e, "-start", "") + e + Z + "grid-row-span:" + (~vt(n, "span", 0) ? Ce(n, /\d+/) : +Ce(n, /\d+/) - +Ce(e, /\d+/)) + ";" : Z + U(e, "-start", "") + e;
2503
+ case 4896:
2504
+ case 4128:
2505
+ return n && n.some(function(o) {
2506
+ return Ce(o.props, /grid-\w+-start/);
2507
+ }) ? e : Z + U(U(e, "-end", "-span"), "span ", "") + e;
2508
+ case 4095:
2509
+ case 3583:
2510
+ case 4068:
2511
+ case 2532:
2512
+ return U(e, /(.+)-inline(.+)/, X + "$1$2") + e;
2513
+ case 8116:
2514
+ case 7059:
2515
+ case 5753:
2516
+ case 5535:
2517
+ case 5445:
2518
+ case 5701:
2519
+ case 4933:
2520
+ case 4677:
2521
+ case 5533:
2522
+ case 5789:
2523
+ case 5021:
2524
+ case 4765:
2525
+ if (Re(e) - 1 - r > 6)
2526
+ switch (ue(e, r + 1)) {
2527
+ case 109:
2528
+ if (ue(e, r + 4) !== 45)
2529
+ break;
2530
+ case 102:
2531
+ return U(e, /(.+:)(.+)-([^]+)/, "$1" + X + "$2-$3$1" + Ze + (ue(e, r + 3) == 108 ? "$3" : "$2-$3")) + e;
2532
+ case 115:
2533
+ return ~vt(e, "stretch", 0) ? Nn(U(e, "stretch", "fill-available"), r, n) + e : e;
2534
+ }
2535
+ break;
2536
+ case 5152:
2537
+ case 5920:
2538
+ return U(e, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(o, s, u, p, h, y, _) {
2539
+ return Z + s + ":" + u + _ + (p ? Z + s + "-span:" + (h ? y : +y - +u) + _ : "") + e;
2540
+ });
2541
+ case 4949:
2542
+ if (ue(e, r + 6) === 121)
2543
+ return U(e, ":", ":" + X) + e;
2544
+ break;
2545
+ case 6444:
2546
+ switch (ue(e, ue(e, 14) === 45 ? 18 : 11)) {
2547
+ case 120:
2548
+ return U(e, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + X + (ue(e, 14) === 45 ? "inline-" : "") + "box$3$1" + X + "$2$3$1" + Z + "$2box$3") + e;
2549
+ case 100:
2550
+ return U(e, ":", ":" + Z) + e;
2551
+ }
2552
+ break;
2553
+ case 5719:
2554
+ case 2647:
2555
+ case 2135:
2556
+ case 3927:
2557
+ case 2391:
2558
+ return U(e, "scroll-", "scroll-snap-") + e;
2559
+ }
2560
+ return e;
2561
+ }
2562
+ function wt(e, r) {
2563
+ for (var n = "", o = 0; o < e.length; o++)
2564
+ n += r(e[o], o, e, r) || "";
2565
+ return n;
2566
+ }
2567
+ function ja(e, r, n, o) {
2568
+ switch (e.type) {
2569
+ case Ea:
2570
+ if (e.children.length) break;
2571
+ case ba:
2572
+ case ur:
2573
+ return e.return = e.return || e.value;
2574
+ case xn:
2575
+ return "";
2576
+ case In:
2577
+ return e.return = e.value + "{" + wt(e.children, o) + "}";
2578
+ case Rt:
2579
+ if (!Re(e.value = e.props.join(","))) return "";
2580
+ }
2581
+ return Re(n = wt(e.children, o)) ? e.return = e.value + "{" + n + "}" : "";
2582
+ }
2583
+ function $a(e) {
2584
+ var r = Dn(e);
2585
+ return function(n, o, s, u) {
2586
+ for (var p = "", h = 0; h < r; h++)
2587
+ p += e[h](n, o, s, u) || "";
2588
+ return p;
2589
+ };
2590
+ }
2591
+ function Da(e) {
2592
+ return function(r) {
2593
+ r.root || (r = r.return) && e(r);
2594
+ };
2595
+ }
2596
+ function Ma(e, r, n, o) {
2597
+ if (e.length > -1 && !e.return)
2598
+ switch (e.type) {
2599
+ case ur:
2600
+ e.return = Nn(e.value, e.length, n);
2601
+ return;
2602
+ case In:
2603
+ return wt([Pe(e, { value: U(e.value, "@", "@" + X) })], o);
2604
+ case Rt:
2605
+ if (e.length)
2606
+ return _a(n = e.props, function(s) {
2607
+ switch (Ce(s, o = /(::plac\w+|:read-\w+)/)) {
2608
+ case ":read-only":
2609
+ case ":read-write":
2610
+ Le(Pe(e, { props: [U(s, /:(read-\w+)/, ":" + Ze + "$1")] })), Le(Pe(e, { props: [s] })), er(e, { props: fn(n, o) });
2611
+ break;
2612
+ case "::placeholder":
2613
+ Le(Pe(e, { props: [U(s, /:(plac\w+)/, ":" + X + "input-$1")] })), Le(Pe(e, { props: [U(s, /:(plac\w+)/, ":" + Ze + "$1")] })), Le(Pe(e, { props: [U(s, /:(plac\w+)/, Z + "input-$1")] })), Le(Pe(e, { props: [s] })), er(e, { props: fn(n, o) });
2614
+ break;
2615
+ }
2616
+ return "";
2617
+ });
2618
+ }
2619
+ }
2620
+ var Na = {
2621
+ animationIterationCount: 1,
2622
+ aspectRatio: 1,
2623
+ borderImageOutset: 1,
2624
+ borderImageSlice: 1,
2625
+ borderImageWidth: 1,
2626
+ boxFlex: 1,
2627
+ boxFlexGroup: 1,
2628
+ boxOrdinalGroup: 1,
2629
+ columnCount: 1,
2630
+ columns: 1,
2631
+ flex: 1,
2632
+ flexGrow: 1,
2633
+ flexPositive: 1,
2634
+ flexShrink: 1,
2635
+ flexNegative: 1,
2636
+ flexOrder: 1,
2637
+ gridRow: 1,
2638
+ gridRowEnd: 1,
2639
+ gridRowSpan: 1,
2640
+ gridRowStart: 1,
2641
+ gridColumn: 1,
2642
+ gridColumnEnd: 1,
2643
+ gridColumnSpan: 1,
2644
+ gridColumnStart: 1,
2645
+ msGridRow: 1,
2646
+ msGridRowSpan: 1,
2647
+ msGridColumn: 1,
2648
+ msGridColumnSpan: 1,
2649
+ fontWeight: 1,
2650
+ lineHeight: 1,
2651
+ opacity: 1,
2652
+ order: 1,
2653
+ orphans: 1,
2654
+ tabSize: 1,
2655
+ widows: 1,
2656
+ zIndex: 1,
2657
+ zoom: 1,
2658
+ WebkitLineClamp: 1,
2659
+ // SVG-related properties
2660
+ fillOpacity: 1,
2661
+ floodOpacity: 1,
2662
+ stopOpacity: 1,
2663
+ strokeDasharray: 1,
2664
+ strokeDashoffset: 1,
2665
+ strokeMiterlimit: 1,
2666
+ strokeOpacity: 1,
2667
+ strokeWidth: 1
2668
+ }, je = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", Ln = "active", Fn = "data-styled-version", Pt = "6.1.13", lr = `/*!sc*/
2669
+ `, _t = typeof window < "u" && "HTMLElement" in window, La = !!(typeof SC_DISABLE_SPEEDY == "boolean" ? SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== "" ? process.env.REACT_APP_SC_DISABLE_SPEEDY !== "false" && process.env.REACT_APP_SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.SC_DISABLE_SPEEDY !== void 0 && process.env.SC_DISABLE_SPEEDY !== "" ? process.env.SC_DISABLE_SPEEDY !== "false" && process.env.SC_DISABLE_SPEEDY : process.env.NODE_ENV !== "production"), dn = /invalid hook call/i, pt = /* @__PURE__ */ new Set(), Fa = function(e, r) {
2670
+ if (process.env.NODE_ENV !== "production") {
2671
+ var n = r ? ' with the id of "'.concat(r, '"') : "", o = "The component ".concat(e).concat(n, ` has been created dynamically.
2672
+ `) + `You may see this warning because you've called styled inside another component.
2673
+ To resolve this only create new StyledComponents outside of any render method and function component.`, s = console.error;
2674
+ try {
2675
+ var u = !0;
2676
+ console.error = function(p) {
2677
+ for (var h = [], y = 1; y < arguments.length; y++) h[y - 1] = arguments[y];
2678
+ dn.test(p) ? (u = !1, pt.delete(o)) : s.apply(void 0, We([p], h, !1));
2679
+ }, Q.useRef(), u && !pt.has(o) && (console.warn(o), pt.add(o));
2680
+ } catch (p) {
2681
+ dn.test(p.message) && pt.delete(o);
2682
+ } finally {
2683
+ console.error = s;
2684
+ }
2685
+ }
2686
+ }, kt = Object.freeze([]), Ve = Object.freeze({});
2687
+ function Wa(e, r, n) {
2688
+ return n === void 0 && (n = Ve), e.theme !== n.theme && e.theme || r || n.theme;
2689
+ }
2690
+ var nr = /* @__PURE__ */ new Set(["a", "abbr", "address", "area", "article", "aside", "audio", "b", "base", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "legend", "li", "link", "main", "map", "mark", "menu", "menuitem", "meta", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "source", "span", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "u", "ul", "use", "var", "video", "wbr", "circle", "clipPath", "defs", "ellipse", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "stop", "svg", "text", "tspan"]), Ya = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, za = /(^-|-$)/g;
2691
+ function hn(e) {
2692
+ return e.replace(Ya, "-").replace(za, "");
2693
+ }
2694
+ var Va = /(a)(d)/gi, dt = 52, yn = function(e) {
2695
+ return String.fromCharCode(e + (e > 25 ? 39 : 97));
2696
+ };
2697
+ function or(e) {
2698
+ var r, n = "";
2699
+ for (r = Math.abs(e); r > dt; r = r / dt | 0) n = yn(r % dt) + n;
2700
+ return (yn(r % dt) + n).replace(Va, "$1-$2");
2701
+ }
2702
+ var Kt, Wn = 5381, ke = function(e, r) {
2703
+ for (var n = r.length; n; ) e = 33 * e ^ r.charCodeAt(--n);
2704
+ return e;
2705
+ }, Yn = function(e) {
2706
+ return ke(Wn, e);
2707
+ };
2708
+ function Ua(e) {
2709
+ return or(Yn(e) >>> 0);
2710
+ }
2711
+ function zn(e) {
2712
+ return process.env.NODE_ENV !== "production" && typeof e == "string" && e || e.displayName || e.name || "Component";
2713
+ }
2714
+ function Xt(e) {
2715
+ return typeof e == "string" && (process.env.NODE_ENV === "production" || e.charAt(0) === e.charAt(0).toLowerCase());
2716
+ }
2717
+ var Vn = typeof Symbol == "function" && Symbol.for, Un = Vn ? Symbol.for("react.memo") : 60115, qa = Vn ? Symbol.for("react.forward_ref") : 60112, Ba = { childContextTypes: !0, contextType: !0, contextTypes: !0, defaultProps: !0, displayName: !0, getDefaultProps: !0, getDerivedStateFromError: !0, getDerivedStateFromProps: !0, mixins: !0, propTypes: !0, type: !0 }, Ha = { name: !0, length: !0, prototype: !0, caller: !0, callee: !0, arguments: !0, arity: !0 }, qn = { $$typeof: !0, compare: !0, defaultProps: !0, displayName: !0, propTypes: !0, type: !0 }, Ga = ((Kt = {})[qa] = { $$typeof: !0, render: !0, defaultProps: !0, displayName: !0, propTypes: !0 }, Kt[Un] = qn, Kt);
2718
+ function vn(e) {
2719
+ return ("type" in (r = e) && r.type.$$typeof) === Un ? qn : "$$typeof" in e ? Ga[e.$$typeof] : Ba;
2720
+ var r;
2721
+ }
2722
+ var Ka = Object.defineProperty, Xa = Object.getOwnPropertyNames, mn = Object.getOwnPropertySymbols, Ja = Object.getOwnPropertyDescriptor, Qa = Object.getPrototypeOf, gn = Object.prototype;
2723
+ function Bn(e, r, n) {
2724
+ if (typeof r != "string") {
2725
+ if (gn) {
2726
+ var o = Qa(r);
2727
+ o && o !== gn && Bn(e, o, n);
2728
+ }
2729
+ var s = Xa(r);
2730
+ mn && (s = s.concat(mn(r)));
2731
+ for (var u = vn(e), p = vn(r), h = 0; h < s.length; ++h) {
2732
+ var y = s[h];
2733
+ if (!(y in Ha || n && n[y] || p && y in p || u && y in u)) {
2734
+ var _ = Ja(r, y);
2735
+ try {
2736
+ Ka(e, y, _);
2737
+ } catch {
2738
+ }
2739
+ }
2740
+ }
2741
+ }
2742
+ return e;
2743
+ }
2744
+ function Ue(e) {
2745
+ return typeof e == "function";
2746
+ }
2747
+ function pr(e) {
2748
+ return typeof e == "object" && "styledComponentId" in e;
2749
+ }
2750
+ function Ae(e, r) {
2751
+ return e && r ? "".concat(e, " ").concat(r) : e || r || "";
2752
+ }
2753
+ function bn(e, r) {
2754
+ if (e.length === 0) return "";
2755
+ for (var n = e[0], o = 1; o < e.length; o++) n += e[o];
2756
+ return n;
2757
+ }
2758
+ function qe(e) {
2759
+ return e !== null && typeof e == "object" && e.constructor.name === Object.name && !("props" in e && e.$$typeof);
2760
+ }
2761
+ function ar(e, r, n) {
2762
+ if (n === void 0 && (n = !1), !n && !qe(e) && !Array.isArray(e)) return r;
2763
+ if (Array.isArray(r)) for (var o = 0; o < r.length; o++) e[o] = ar(e[o], r[o]);
2764
+ else if (qe(r)) for (var o in r) e[o] = ar(e[o], r[o]);
2765
+ return e;
2766
+ }
2767
+ function dr(e, r) {
2768
+ Object.defineProperty(e, "toString", { value: r });
2769
+ }
2770
+ var Za = process.env.NODE_ENV !== "production" ? { 1: `Cannot create styled-component for component: %s.
2771
+
2772
+ `, 2: `Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
2773
+
2774
+ - Are you trying to reuse it across renders?
2775
+ - Are you accidentally calling collectStyles twice?
2776
+
2777
+ `, 3: `Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.
2778
+
2779
+ `, 4: `The \`StyleSheetManager\` expects a valid target or sheet prop!
2780
+
2781
+ - Does this error occur on the client and is your target falsy?
2782
+ - Does this error occur on the server and is the sheet falsy?
2783
+
2784
+ `, 5: `The clone method cannot be used on the client!
2785
+
2786
+ - Are you running in a client-like environment on the server?
2787
+ - Are you trying to run SSR on the client?
2788
+
2789
+ `, 6: `Trying to insert a new style tag, but the given Node is unmounted!
2790
+
2791
+ - Are you using a custom target that isn't mounted?
2792
+ - Does your document not have a valid head element?
2793
+ - Have you accidentally removed a style tag manually?
2794
+
2795
+ `, 7: 'ThemeProvider: Please return an object from your "theme" prop function, e.g.\n\n```js\ntheme={() => ({})}\n```\n\n', 8: `ThemeProvider: Please make your "theme" prop an object.
2796
+
2797
+ `, 9: "Missing document `<head>`\n\n", 10: `Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021
2798
+
2799
+ `, 11: `_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.
2800
+
2801
+ `, 12: "It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\`\\` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css\n\n", 13: `%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.
2802
+
2803
+ `, 14: `ThemeProvider: "theme" prop is required.
2804
+
2805
+ `, 15: "A stylis plugin has been supplied that is not named. We need a name for each plugin to be able to prevent styling collisions between different stylis configurations within the same app. Before you pass your plugin to `<StyleSheetManager stylisPlugins={[]}>`, please make sure each plugin is uniquely-named, e.g.\n\n```js\nObject.defineProperty(importedPlugin, 'name', { value: 'some-unique-name' });\n```\n\n", 16: `Reached the limit of how many styled components may be created at group %s.
2806
+ You may only create up to 1,073,741,824 components. If you're creating components dynamically,
2807
+ as for instance in your render method then you may be running into this limitation.
2808
+
2809
+ `, 17: `CSSStyleSheet could not be found on HTMLStyleElement.
2810
+ Has styled-components' style tag been unmounted or altered by another script?
2811
+ `, 18: "ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`" } : {};
2812
+ function ei() {
2813
+ for (var e = [], r = 0; r < arguments.length; r++) e[r] = arguments[r];
2814
+ for (var n = e[0], o = [], s = 1, u = e.length; s < u; s += 1) o.push(e[s]);
2815
+ return o.forEach(function(p) {
2816
+ n = n.replace(/%[a-z]/, p);
2817
+ }), n;
2818
+ }
2819
+ function He(e) {
2820
+ for (var r = [], n = 1; n < arguments.length; n++) r[n - 1] = arguments[n];
2821
+ return process.env.NODE_ENV === "production" ? new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e, " for more information.").concat(r.length > 0 ? " Args: ".concat(r.join(", ")) : "")) : new Error(ei.apply(void 0, We([Za[e]], r, !1)).trim());
2822
+ }
2823
+ var ti = function() {
2824
+ function e(r) {
2825
+ this.groupSizes = new Uint32Array(512), this.length = 512, this.tag = r;
2826
+ }
2827
+ return e.prototype.indexOfGroup = function(r) {
2828
+ for (var n = 0, o = 0; o < r; o++) n += this.groupSizes[o];
2829
+ return n;
2830
+ }, e.prototype.insertRules = function(r, n) {
2831
+ if (r >= this.groupSizes.length) {
2832
+ for (var o = this.groupSizes, s = o.length, u = s; r >= u; ) if ((u <<= 1) < 0) throw He(16, "".concat(r));
2833
+ this.groupSizes = new Uint32Array(u), this.groupSizes.set(o), this.length = u;
2834
+ for (var p = s; p < u; p++) this.groupSizes[p] = 0;
2835
+ }
2836
+ for (var h = this.indexOfGroup(r + 1), y = (p = 0, n.length); p < y; p++) this.tag.insertRule(h, n[p]) && (this.groupSizes[r]++, h++);
2837
+ }, e.prototype.clearGroup = function(r) {
2838
+ if (r < this.length) {
2839
+ var n = this.groupSizes[r], o = this.indexOfGroup(r), s = o + n;
2840
+ this.groupSizes[r] = 0;
2841
+ for (var u = o; u < s; u++) this.tag.deleteRule(o);
2842
+ }
2843
+ }, e.prototype.getGroup = function(r) {
2844
+ var n = "";
2845
+ if (r >= this.length || this.groupSizes[r] === 0) return n;
2846
+ for (var o = this.groupSizes[r], s = this.indexOfGroup(r), u = s + o, p = s; p < u; p++) n += "".concat(this.tag.getRule(p)).concat(lr);
2847
+ return n;
2848
+ }, e;
2849
+ }(), ri = 1 << 30, bt = /* @__PURE__ */ new Map(), St = /* @__PURE__ */ new Map(), Et = 1, ht = function(e) {
2850
+ if (bt.has(e)) return bt.get(e);
2851
+ for (; St.has(Et); ) Et++;
2852
+ var r = Et++;
2853
+ if (process.env.NODE_ENV !== "production" && ((0 | r) < 0 || r > ri)) throw He(16, "".concat(r));
2854
+ return bt.set(e, r), St.set(r, e), r;
2855
+ }, ni = function(e, r) {
2856
+ Et = r + 1, bt.set(e, r), St.set(r, e);
2857
+ }, oi = "style[".concat(je, "][").concat(Fn, '="').concat(Pt, '"]'), ai = new RegExp("^".concat(je, '\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')), ii = function(e, r, n) {
2858
+ for (var o, s = n.split(","), u = 0, p = s.length; u < p; u++) (o = s[u]) && e.registerName(r, o);
2859
+ }, si = function(e, r) {
2860
+ for (var n, o = ((n = r.textContent) !== null && n !== void 0 ? n : "").split(lr), s = [], u = 0, p = o.length; u < p; u++) {
2861
+ var h = o[u].trim();
2862
+ if (h) {
2863
+ var y = h.match(ai);
2864
+ if (y) {
2865
+ var _ = 0 | parseInt(y[1], 10), g = y[2];
2866
+ _ !== 0 && (ni(g, _), ii(e, g, y[3]), e.getTag().insertRules(_, s)), s.length = 0;
2867
+ } else s.push(h);
2868
+ }
2869
+ }
2870
+ }, En = function(e) {
2871
+ for (var r = document.querySelectorAll(oi), n = 0, o = r.length; n < o; n++) {
2872
+ var s = r[n];
2873
+ s && s.getAttribute(je) !== Ln && (si(e, s), s.parentNode && s.parentNode.removeChild(s));
2874
+ }
2875
+ };
2876
+ function ci() {
2877
+ return typeof __webpack_nonce__ < "u" ? __webpack_nonce__ : null;
2878
+ }
2879
+ var Hn = function(e) {
2880
+ var r = document.head, n = e || r, o = document.createElement("style"), s = function(h) {
2881
+ var y = Array.from(h.querySelectorAll("style[".concat(je, "]")));
2882
+ return y[y.length - 1];
2883
+ }(n), u = s !== void 0 ? s.nextSibling : null;
2884
+ o.setAttribute(je, Ln), o.setAttribute(Fn, Pt);
2885
+ var p = ci();
2886
+ return p && o.setAttribute("nonce", p), n.insertBefore(o, u), o;
2887
+ }, ui = function() {
2888
+ function e(r) {
2889
+ this.element = Hn(r), this.element.appendChild(document.createTextNode("")), this.sheet = function(n) {
2890
+ if (n.sheet) return n.sheet;
2891
+ for (var o = document.styleSheets, s = 0, u = o.length; s < u; s++) {
2892
+ var p = o[s];
2893
+ if (p.ownerNode === n) return p;
2894
+ }
2895
+ throw He(17);
2896
+ }(this.element), this.length = 0;
2897
+ }
2898
+ return e.prototype.insertRule = function(r, n) {
2899
+ try {
2900
+ return this.sheet.insertRule(n, r), this.length++, !0;
2901
+ } catch {
2902
+ return !1;
2903
+ }
2904
+ }, e.prototype.deleteRule = function(r) {
2905
+ this.sheet.deleteRule(r), this.length--;
2906
+ }, e.prototype.getRule = function(r) {
2907
+ var n = this.sheet.cssRules[r];
2908
+ return n && n.cssText ? n.cssText : "";
2909
+ }, e;
2910
+ }(), fi = function() {
2911
+ function e(r) {
2912
+ this.element = Hn(r), this.nodes = this.element.childNodes, this.length = 0;
2913
+ }
2914
+ return e.prototype.insertRule = function(r, n) {
2915
+ if (r <= this.length && r >= 0) {
2916
+ var o = document.createTextNode(n);
2917
+ return this.element.insertBefore(o, this.nodes[r] || null), this.length++, !0;
2918
+ }
2919
+ return !1;
2920
+ }, e.prototype.deleteRule = function(r) {
2921
+ this.element.removeChild(this.nodes[r]), this.length--;
2922
+ }, e.prototype.getRule = function(r) {
2923
+ return r < this.length ? this.nodes[r].textContent : "";
2924
+ }, e;
2925
+ }(), li = function() {
2926
+ function e(r) {
2927
+ this.rules = [], this.length = 0;
2928
+ }
2929
+ return e.prototype.insertRule = function(r, n) {
2930
+ return r <= this.length && (this.rules.splice(r, 0, n), this.length++, !0);
2931
+ }, e.prototype.deleteRule = function(r) {
2932
+ this.rules.splice(r, 1), this.length--;
2933
+ }, e.prototype.getRule = function(r) {
2934
+ return r < this.length ? this.rules[r] : "";
2935
+ }, e;
2936
+ }(), wn = _t, pi = { isServer: !_t, useCSSOMInjection: !La }, Gn = function() {
2937
+ function e(r, n, o) {
2938
+ r === void 0 && (r = Ve), n === void 0 && (n = {});
2939
+ var s = this;
2940
+ this.options = me(me({}, pi), r), this.gs = n, this.names = new Map(o), this.server = !!r.isServer, !this.server && _t && wn && (wn = !1, En(this)), dr(this, function() {
2941
+ return function(u) {
2942
+ for (var p = u.getTag(), h = p.length, y = "", _ = function(S) {
2943
+ var x = function(Y) {
2944
+ return St.get(Y);
2945
+ }(S);
2946
+ if (x === void 0) return "continue";
2947
+ var O = u.names.get(x), W = p.getGroup(S);
2948
+ if (O === void 0 || !O.size || W.length === 0) return "continue";
2949
+ var N = "".concat(je, ".g").concat(S, '[id="').concat(x, '"]'), V = "";
2950
+ O !== void 0 && O.forEach(function(Y) {
2951
+ Y.length > 0 && (V += "".concat(Y, ","));
2952
+ }), y += "".concat(W).concat(N, '{content:"').concat(V, '"}').concat(lr);
2953
+ }, g = 0; g < h; g++) _(g);
2954
+ return y;
2955
+ }(s);
2956
+ });
2957
+ }
2958
+ return e.registerId = function(r) {
2959
+ return ht(r);
2960
+ }, e.prototype.rehydrate = function() {
2961
+ !this.server && _t && En(this);
2962
+ }, e.prototype.reconstructWithOptions = function(r, n) {
2963
+ return n === void 0 && (n = !0), new e(me(me({}, this.options), r), this.gs, n && this.names || void 0);
2964
+ }, e.prototype.allocateGSInstance = function(r) {
2965
+ return this.gs[r] = (this.gs[r] || 0) + 1;
2966
+ }, e.prototype.getTag = function() {
2967
+ return this.tag || (this.tag = (r = function(n) {
2968
+ var o = n.useCSSOMInjection, s = n.target;
2969
+ return n.isServer ? new li(s) : o ? new ui(s) : new fi(s);
2970
+ }(this.options), new ti(r)));
2971
+ var r;
2972
+ }, e.prototype.hasNameForId = function(r, n) {
2973
+ return this.names.has(r) && this.names.get(r).has(n);
2974
+ }, e.prototype.registerName = function(r, n) {
2975
+ if (ht(r), this.names.has(r)) this.names.get(r).add(n);
2976
+ else {
2977
+ var o = /* @__PURE__ */ new Set();
2978
+ o.add(n), this.names.set(r, o);
2979
+ }
2980
+ }, e.prototype.insertRules = function(r, n, o) {
2981
+ this.registerName(r, n), this.getTag().insertRules(ht(r), o);
2982
+ }, e.prototype.clearNames = function(r) {
2983
+ this.names.has(r) && this.names.get(r).clear();
2984
+ }, e.prototype.clearRules = function(r) {
2985
+ this.getTag().clearGroup(ht(r)), this.clearNames(r);
2986
+ }, e.prototype.clearTag = function() {
2987
+ this.tag = void 0;
2988
+ }, e;
2989
+ }(), di = /&/g, hi = /^\s*\/\/.*$/gm;
2990
+ function Kn(e, r) {
2991
+ return e.map(function(n) {
2992
+ return n.type === "rule" && (n.value = "".concat(r, " ").concat(n.value), n.value = n.value.replaceAll(",", ",".concat(r, " ")), n.props = n.props.map(function(o) {
2993
+ return "".concat(r, " ").concat(o);
2994
+ })), Array.isArray(n.children) && n.type !== "@keyframes" && (n.children = Kn(n.children, r)), n;
2995
+ });
2996
+ }
2997
+ function yi(e) {
2998
+ var r, n, o, s = Ve, u = s.options, p = u === void 0 ? Ve : u, h = s.plugins, y = h === void 0 ? kt : h, _ = function(x, O, W) {
2999
+ return W.startsWith(n) && W.endsWith(n) && W.replaceAll(n, "").length > 0 ? ".".concat(r) : x;
3000
+ }, g = y.slice();
3001
+ g.push(function(x) {
3002
+ x.type === Rt && x.value.includes("&") && (x.props[0] = x.props[0].replace(di, n).replace(o, _));
3003
+ }), p.prefix && g.push(Ma), g.push(ja);
3004
+ var S = function(x, O, W, N) {
3005
+ O === void 0 && (O = ""), W === void 0 && (W = ""), N === void 0 && (N = "&"), r = N, n = O, o = new RegExp("\\".concat(n, "\\b"), "g");
3006
+ var V = x.replace(hi, ""), Y = xa(W || O ? "".concat(W, " ").concat(O, " { ").concat(V, " }") : V);
3007
+ p.namespace && (Y = Kn(Y, p.namespace));
3008
+ var B = [];
3009
+ return wt(Y, $a(g.concat(Da(function(L) {
3010
+ return B.push(L);
3011
+ })))), B;
3012
+ };
3013
+ return S.hash = y.length ? y.reduce(function(x, O) {
3014
+ return O.name || He(15), ke(x, O.name);
3015
+ }, Wn).toString() : "", S;
3016
+ }
3017
+ var vi = new Gn(), ir = yi(), Xn = Te.createContext({ shouldForwardProp: void 0, styleSheet: vi, stylis: ir });
3018
+ Xn.Consumer;
3019
+ Te.createContext(void 0);
3020
+ function _n() {
3021
+ return Q.useContext(Xn);
3022
+ }
3023
+ var Sn = function() {
3024
+ function e(r, n) {
3025
+ var o = this;
3026
+ this.inject = function(s, u) {
3027
+ u === void 0 && (u = ir);
3028
+ var p = o.name + u.hash;
3029
+ s.hasNameForId(o.id, p) || s.insertRules(o.id, p, u(o.rules, p, "@keyframes"));
3030
+ }, this.name = r, this.id = "sc-keyframes-".concat(r), this.rules = n, dr(this, function() {
3031
+ throw He(12, String(o.name));
3032
+ });
3033
+ }
3034
+ return e.prototype.getName = function(r) {
3035
+ return r === void 0 && (r = ir), this.name + r.hash;
3036
+ }, e;
3037
+ }(), mi = function(e) {
3038
+ return e >= "A" && e <= "Z";
3039
+ };
3040
+ function Rn(e) {
3041
+ for (var r = "", n = 0; n < e.length; n++) {
3042
+ var o = e[n];
3043
+ if (n === 1 && o === "-" && e[0] === "-") return e;
3044
+ mi(o) ? r += "-" + o.toLowerCase() : r += o;
3045
+ }
3046
+ return r.startsWith("ms-") ? "-" + r : r;
3047
+ }
3048
+ var Jn = function(e) {
3049
+ return e == null || e === !1 || e === "";
3050
+ }, Qn = function(e) {
3051
+ var r, n, o = [];
3052
+ for (var s in e) {
3053
+ var u = e[s];
3054
+ e.hasOwnProperty(s) && !Jn(u) && (Array.isArray(u) && u.isCss || Ue(u) ? o.push("".concat(Rn(s), ":"), u, ";") : qe(u) ? o.push.apply(o, We(We(["".concat(s, " {")], Qn(u), !1), ["}"], !1)) : o.push("".concat(Rn(s), ": ").concat((r = s, (n = u) == null || typeof n == "boolean" || n === "" ? "" : typeof n != "number" || n === 0 || r in Na || r.startsWith("--") ? String(n).trim() : "".concat(n, "px")), ";")));
3055
+ }
3056
+ return o;
3057
+ };
3058
+ function Ie(e, r, n, o) {
3059
+ if (Jn(e)) return [];
3060
+ if (pr(e)) return [".".concat(e.styledComponentId)];
3061
+ if (Ue(e)) {
3062
+ if (!Ue(u = e) || u.prototype && u.prototype.isReactComponent || !r) return [e];
3063
+ var s = e(r);
3064
+ return process.env.NODE_ENV === "production" || typeof s != "object" || Array.isArray(s) || s instanceof Sn || qe(s) || s === null || console.error("".concat(zn(e), " is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")), Ie(s, r, n, o);
3065
+ }
3066
+ var u;
3067
+ return e instanceof Sn ? n ? (e.inject(n, o), [e.getName(o)]) : [e] : qe(e) ? Qn(e) : Array.isArray(e) ? Array.prototype.concat.apply(kt, e.map(function(p) {
3068
+ return Ie(p, r, n, o);
3069
+ })) : [e.toString()];
3070
+ }
3071
+ function gi(e) {
3072
+ for (var r = 0; r < e.length; r += 1) {
3073
+ var n = e[r];
3074
+ if (Ue(n) && !pr(n)) return !1;
3075
+ }
3076
+ return !0;
3077
+ }
3078
+ var bi = Yn(Pt), Ei = function() {
3079
+ function e(r, n, o) {
3080
+ this.rules = r, this.staticRulesId = "", this.isStatic = process.env.NODE_ENV === "production" && (o === void 0 || o.isStatic) && gi(r), this.componentId = n, this.baseHash = ke(bi, n), this.baseStyle = o, Gn.registerId(n);
3081
+ }
3082
+ return e.prototype.generateAndInjectStyles = function(r, n, o) {
3083
+ var s = this.baseStyle ? this.baseStyle.generateAndInjectStyles(r, n, o) : "";
3084
+ if (this.isStatic && !o.hash) if (this.staticRulesId && n.hasNameForId(this.componentId, this.staticRulesId)) s = Ae(s, this.staticRulesId);
3085
+ else {
3086
+ var u = bn(Ie(this.rules, r, n, o)), p = or(ke(this.baseHash, u) >>> 0);
3087
+ if (!n.hasNameForId(this.componentId, p)) {
3088
+ var h = o(u, ".".concat(p), void 0, this.componentId);
3089
+ n.insertRules(this.componentId, p, h);
3090
+ }
3091
+ s = Ae(s, p), this.staticRulesId = p;
3092
+ }
3093
+ else {
3094
+ for (var y = ke(this.baseHash, o.hash), _ = "", g = 0; g < this.rules.length; g++) {
3095
+ var S = this.rules[g];
3096
+ if (typeof S == "string") _ += S, process.env.NODE_ENV !== "production" && (y = ke(y, S));
3097
+ else if (S) {
3098
+ var x = bn(Ie(S, r, n, o));
3099
+ y = ke(y, x + g), _ += x;
3100
+ }
3101
+ }
3102
+ if (_) {
3103
+ var O = or(y >>> 0);
3104
+ n.hasNameForId(this.componentId, O) || n.insertRules(this.componentId, O, o(_, ".".concat(O), void 0, this.componentId)), s = Ae(s, O);
3105
+ }
3106
+ }
3107
+ return s;
3108
+ }, e;
3109
+ }(), Zn = Te.createContext(void 0);
3110
+ Zn.Consumer;
3111
+ var Jt = {}, Cn = /* @__PURE__ */ new Set();
3112
+ function wi(e, r, n) {
3113
+ var o = pr(e), s = e, u = !Xt(e), p = r.attrs, h = p === void 0 ? kt : p, y = r.componentId, _ = y === void 0 ? function($, d) {
3114
+ var j = typeof $ != "string" ? "sc" : hn($);
3115
+ Jt[j] = (Jt[j] || 0) + 1;
3116
+ var D = "".concat(j, "-").concat(Ua(Pt + j + Jt[j]));
3117
+ return d ? "".concat(d, "-").concat(D) : D;
3118
+ }(r.displayName, r.parentComponentId) : y, g = r.displayName, S = g === void 0 ? function($) {
3119
+ return Xt($) ? "styled.".concat($) : "Styled(".concat(zn($), ")");
3120
+ }(e) : g, x = r.displayName && r.componentId ? "".concat(hn(r.displayName), "-").concat(r.componentId) : r.componentId || _, O = o && s.attrs ? s.attrs.concat(h).filter(Boolean) : h, W = r.shouldForwardProp;
3121
+ if (o && s.shouldForwardProp) {
3122
+ var N = s.shouldForwardProp;
3123
+ if (r.shouldForwardProp) {
3124
+ var V = r.shouldForwardProp;
3125
+ W = function($, d) {
3126
+ return N($, d) && V($, d);
3127
+ };
3128
+ } else W = N;
3129
+ }
3130
+ var Y = new Ei(n, x, o ? s.componentStyle : void 0);
3131
+ function B($, d) {
3132
+ return function(j, D, se) {
3133
+ var pe = j.attrs, Ee = j.componentStyle, _e = j.defaultProps, Se = j.foldedComponentIds, ge = j.styledComponentId, de = j.target, fe = Te.useContext(Zn), ne = _n(), I = j.shouldForwardProp || ne.shouldForwardProp;
3134
+ process.env.NODE_ENV !== "production" && Q.useDebugValue(ge);
3135
+ var he = Wa(D, fe, _e) || Ve, ce = function(R, C, T) {
3136
+ for (var P, k = me(me({}, C), { className: void 0, theme: T }), M = 0; M < R.length; M += 1) {
3137
+ var oe = Ue(P = R[M]) ? P(k) : P;
3138
+ for (var b in oe) k[b] = b === "className" ? Ae(k[b], oe[b]) : b === "style" ? me(me({}, k[b]), oe[b]) : oe[b];
3139
+ }
3140
+ return C.className && (k.className = Ae(k.className, C.className)), k;
3141
+ }(pe, D, he), v = ce.as || de, i = {};
3142
+ for (var f in ce) ce[f] === void 0 || f[0] === "$" || f === "as" || f === "theme" && ce.theme === he || (f === "forwardedAs" ? i.as = ce.forwardedAs : I && !I(f, v) || (i[f] = ce[f], I || process.env.NODE_ENV !== "development" || ga(f) || Cn.has(f) || !nr.has(v) || (Cn.add(f), console.warn('styled-components: it looks like an unknown prop "'.concat(f, '" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));
3143
+ var w = function(R, C) {
3144
+ var T = _n(), P = R.generateAndInjectStyles(C, T.styleSheet, T.stylis);
3145
+ return process.env.NODE_ENV !== "production" && Q.useDebugValue(P), P;
3146
+ }(Ee, ce);
3147
+ process.env.NODE_ENV !== "production" && j.warnTooManyClasses && j.warnTooManyClasses(w);
3148
+ var E = Ae(Se, ge);
3149
+ return w && (E += " " + w), ce.className && (E += " " + ce.className), i[Xt(v) && !nr.has(v) ? "class" : "className"] = E, i.ref = se, Q.createElement(v, i);
3150
+ }(L, $, d);
3151
+ }
3152
+ B.displayName = S;
3153
+ var L = Te.forwardRef(B);
3154
+ return L.attrs = O, L.componentStyle = Y, L.displayName = S, L.shouldForwardProp = W, L.foldedComponentIds = o ? Ae(s.foldedComponentIds, s.styledComponentId) : "", L.styledComponentId = x, L.target = o ? s.target : e, Object.defineProperty(L, "defaultProps", { get: function() {
3155
+ return this._foldedDefaultProps;
3156
+ }, set: function($) {
3157
+ this._foldedDefaultProps = o ? function(d) {
3158
+ for (var j = [], D = 1; D < arguments.length; D++) j[D - 1] = arguments[D];
3159
+ for (var se = 0, pe = j; se < pe.length; se++) ar(d, pe[se], !0);
3160
+ return d;
3161
+ }({}, s.defaultProps, $) : $;
3162
+ } }), process.env.NODE_ENV !== "production" && (Fa(S, x), L.warnTooManyClasses = /* @__PURE__ */ function($, d) {
3163
+ var j = {}, D = !1;
3164
+ return function(se) {
3165
+ if (!D && (j[se] = !0, Object.keys(j).length >= 200)) {
3166
+ var pe = d ? ' with the id of "'.concat(d, '"') : "";
3167
+ console.warn("Over ".concat(200, " classes were generated for component ").concat($).concat(pe, `.
3168
+ `) + `Consider using the attrs method, together with a style object for frequently changed styles.
3169
+ Example:
3170
+ const Component = styled.div.attrs(props => ({
3171
+ style: {
3172
+ background: props.background,
3173
+ },
3174
+ }))\`width: 100%;\`
3175
+
3176
+ <Component />`), D = !0, j = {};
3177
+ }
3178
+ };
3179
+ }(S, x)), dr(L, function() {
3180
+ return ".".concat(L.styledComponentId);
3181
+ }), u && Bn(L, e, { attrs: !0, componentStyle: !0, displayName: !0, foldedComponentIds: !0, shouldForwardProp: !0, styledComponentId: !0, target: !0 }), L;
3182
+ }
3183
+ function Tn(e, r) {
3184
+ for (var n = [e[0]], o = 0, s = r.length; o < s; o += 1) n.push(r[o], e[o + 1]);
3185
+ return n;
3186
+ }
3187
+ var On = function(e) {
3188
+ return Object.assign(e, { isCss: !0 });
3189
+ };
3190
+ function _i(e) {
3191
+ for (var r = [], n = 1; n < arguments.length; n++) r[n - 1] = arguments[n];
3192
+ if (Ue(e) || qe(e)) return On(Ie(Tn(kt, We([e], r, !0))));
3193
+ var o = e;
3194
+ return r.length === 0 && o.length === 1 && typeof o[0] == "string" ? Ie(o) : On(Ie(Tn(o, r)));
3195
+ }
3196
+ function sr(e, r, n) {
3197
+ if (n === void 0 && (n = Ve), !r) throw He(1, r);
3198
+ var o = function(s) {
3199
+ for (var u = [], p = 1; p < arguments.length; p++) u[p - 1] = arguments[p];
3200
+ return e(r, n, _i.apply(void 0, We([s], u, !1)));
3201
+ };
3202
+ return o.attrs = function(s) {
3203
+ return sr(e, r, me(me({}, n), { attrs: Array.prototype.concat(n.attrs, s).filter(Boolean) }));
3204
+ }, o.withConfig = function(s) {
3205
+ return sr(e, r, me(me({}, n), s));
3206
+ }, o;
3207
+ }
3208
+ var eo = function(e) {
3209
+ return sr(wi, e);
3210
+ }, to = eo;
3211
+ nr.forEach(function(e) {
3212
+ to[e] = eo(e);
3213
+ });
3214
+ process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn(`It looks like you've imported 'styled-components' on React Native.
3215
+ Perhaps you're looking to import 'styled-components/native'?
3216
+ Read more about this at https://www.styled-components.com/docs/basics#react-native`);
3217
+ var yt = "__sc-".concat(je, "__");
3218
+ process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof window < "u" && (window[yt] || (window[yt] = 0), window[yt] === 1 && console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
3219
+
3220
+ See https://s-c.sh/2BAXzed for more info.`), window[yt] += 1);
3221
+ const hr = Q.createContext(null), Si = ({ children: e }) => {
3222
+ const [r, n] = Q.useState({}), o = Q.useRef({}), s = Q.useCallback((h, y, _) => {
3223
+ n((g) => ({ ...g, [h]: { origin: y, frameRef: _ } }));
3224
+ }, []);
3225
+ Q.useEffect(() => {
3226
+ const h = (y) => {
3227
+ var g, S;
3228
+ if (!((g = y == null ? void 0 : y.data) != null && g.instanceId))
3229
+ return;
3230
+ (((S = o.current[y.data.instanceId]) == null ? void 0 : S[y.data.type]) || []).forEach((x) => x(y.data));
3231
+ };
3232
+ return window.addEventListener("message", h), () => {
3233
+ window.removeEventListener("message", h);
3234
+ };
3235
+ }, [r]);
3236
+ const u = Q.useCallback(
3237
+ (h, y, _) => {
3238
+ const g = r[h];
3239
+ if (!g) {
3240
+ console.warn(`Origin not set for id: ${h}. Unable to send message.`);
3241
+ return;
3242
+ }
3243
+ g.frameRef.current.contentWindow.postMessage(
3244
+ { type: y, ..._, instanceId: h },
3245
+ g.origin
3246
+ );
3247
+ },
3248
+ [r]
3249
+ ), p = {
3250
+ registerFrame: s,
3251
+ sendMessage: u,
3252
+ addListener: (h, y, _) => (o.current[h] || (o.current[h] = {}), o.current[h][y] || (o.current[h][y] = []), o.current[h][y].push(_), () => {
3253
+ o.current[h][y] = o.current[h][y].filter((g) => g !== _);
3254
+ })
3255
+ };
3256
+ return /* @__PURE__ */ Te.createElement(hr.Provider, { value: p }, e);
3257
+ }, Ri = (e, r, n) => {
3258
+ const o = Q.useContext(hr);
3259
+ if (o === null)
3260
+ throw new Error(
3261
+ "useEmbeddedEffect must be used within a MMEmbeddedWrapperProvider"
3262
+ );
3263
+ const s = Q.useRef(n);
3264
+ return Q.useEffect(() => {
3265
+ s.current = n;
3266
+ }, [n]), Q.useEffect(() => {
3267
+ if (!(!e || !r))
3268
+ return o.addListener(
3269
+ e,
3270
+ r,
3271
+ (...u) => s.current(...u)
3272
+ );
3273
+ }, [o, e, r]), Q.useCallback((u, p) => o.sendMessage(e, u, p), [
3274
+ o,
3275
+ e
3276
+ ]);
3277
+ };
3278
+ Si.propTypes = {
3279
+ children: Fe.node.isRequired
3280
+ };
3281
+ const Ci = to.iframe`
3282
+ width: 100%;
3283
+ height: 100%;
3284
+ border: none;
3285
+ visibility: ${(e) => e.isReady ? "visible" : "hidden"};
3286
+ `, Ti = ({
3287
+ id: e,
3288
+ genericFrameFallback: r,
3289
+ src: n,
3290
+ path: o,
3291
+ onInit: s = () => {
3292
+ },
3293
+ ...u
3294
+ }) => {
3295
+ const p = Q.useRef(), [h, y] = Q.useState(), [_, g] = Q.useState(0), { registerFrame: S, sendMessage: x } = Q.useContext(hr), [O, W] = Q.useState(), [N, V] = Q.useState(!1);
3296
+ return Q.useEffect(() => {
3297
+ o !== void 0 && W(o);
3298
+ }, [o]), Q.useEffect(() => {
3299
+ O === void 0 || !_ || x(e, "navigate", { path: O });
3300
+ }, [O, _, e, x]), Q.useEffect(() => {
3301
+ !n || !e || !p || (async () => {
3302
+ const Y = new URL(n);
3303
+ S(e, Y.origin, p), s();
3304
+ try {
3305
+ if ((await (await fetch(`${Y.origin}/mm-app-manifest.json`)).json()).manifestVersion)
3306
+ y(`${Y.origin}/mm-embedded-interop?id=${e}`);
3307
+ else
3308
+ throw Error();
3309
+ } catch {
3310
+ r ? (y(n), g(1)) : V(!0);
3311
+ }
3312
+ })();
3313
+ }, [n, e, S, p]), Ri(e, "ready", () => g((Y) => Y + 1)), N ? /* @__PURE__ */ Te.createElement(
3314
+ "div",
3315
+ {
3316
+ style: {
3317
+ height: "100%",
3318
+ display: "flex",
3319
+ alignItems: "center",
3320
+ justifyContent: "center"
3321
+ }
3322
+ },
3323
+ /* @__PURE__ */ Te.createElement("div", { style: { textAlign: "center" } }, "Application must adhere to the MM App Manifest specification to be embedded.")
3324
+ ) : /* @__PURE__ */ Te.createElement(Ci, { isReady: _, ref: p, src: h, ...u });
3325
+ };
3326
+ Ti.propTypes = {
3327
+ id: Fe.string,
3328
+ genericFrameFallback: Fe.bool,
3329
+ src: Fe.string.isRequired,
3330
+ path: Fe.string,
3331
+ onInit: Fe.func
3332
+ };
3333
+ export {
3334
+ Ti as MMEmbeddedWrapper,
3335
+ Si as MMEmbeddedWrapperProvider,
3336
+ Ri as useEmbeddedEffect
3337
+ };