@slashid/jump-page 0.0.8-package.1 → 0.0.8-package.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package/main.js +872 -2343
- package/package/main.js.map +1 -1
- package/package/src/components/app/app.context.d.ts +1 -0
- package/package/src/components/card/card.component.d.ts +4 -1
- package/package/src/components/flow/flow.error.d.ts +2 -1
- package/package/src/components/flow/flow.loading.d.ts +1 -0
- package/package/src/components/flow/flow.progress.d.ts +3 -1
- package/package/src/components/flow/flow.success.d.ts +3 -1
- package/package/src/components/flow/flow.types.d.ts +6 -0
- package/package/src/components/text/use-i18n.d.ts +1 -1
- package/package/src/main.d.ts +3 -1
- package/package/style.css +1 -1
- package/package.json +10 -9
- package/dist/_astro/app.18b98bb6.js +0 -40
- package/dist/_astro/client.a5ffbec0.js +0 -24
- package/dist/_astro/index.03be2d59.js +0 -9
- package/dist/_astro/sdk.080ae68e.css +0 -1
- package/dist/_astro/sdk.35b1e93e.css +0 -1
- package/dist/favicon.png +0 -0
- package/dist/sdk.html +0 -7
- package/package/dist/_astro/app.18b98bb6.d.ts +0 -2
- package/package/dist/_astro/client.a5ffbec0.d.ts +0 -7
- package/package/dist/_astro/index.03be2d59.d.ts +0 -3
package/package/main.js
CHANGED
|
@@ -1,1507 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
var qr = { exports: {} }, Qe = {}, Yr = { exports: {} }, E = {};
|
|
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 xt;
|
|
15
|
-
function ha() {
|
|
16
|
-
if (xt)
|
|
17
|
-
return E;
|
|
18
|
-
xt = 1;
|
|
19
|
-
var a = Symbol.for("react.element"), s = Symbol.for("react.portal"), l = Symbol.for("react.fragment"), c = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), A = Symbol.for("react.provider"), M = Symbol.for("react.context"), S = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), F = Symbol.for("react.memo"), N = Symbol.for("react.lazy"), H = Symbol.iterator;
|
|
20
|
-
function ne(n) {
|
|
21
|
-
return n === null || typeof n != "object" ? null : (n = H && n[H] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
22
|
-
}
|
|
23
|
-
var V = { isMounted: function() {
|
|
24
|
-
return !1;
|
|
25
|
-
}, enqueueForceUpdate: function() {
|
|
26
|
-
}, enqueueReplaceState: function() {
|
|
27
|
-
}, enqueueSetState: function() {
|
|
28
|
-
} }, le = Object.assign, Re = {};
|
|
29
|
-
function fe(n, f, x) {
|
|
30
|
-
this.props = n, this.context = f, this.refs = Re, this.updater = x || V;
|
|
31
|
-
}
|
|
32
|
-
fe.prototype.isReactComponent = {}, fe.prototype.setState = function(n, f) {
|
|
33
|
-
if (typeof n != "object" && typeof n != "function" && n != null)
|
|
34
|
-
throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
35
|
-
this.updater.enqueueSetState(this, n, f, "setState");
|
|
36
|
-
}, fe.prototype.forceUpdate = function(n) {
|
|
37
|
-
this.updater.enqueueForceUpdate(this, n, "forceUpdate");
|
|
38
|
-
};
|
|
39
|
-
function de() {
|
|
40
|
-
}
|
|
41
|
-
de.prototype = fe.prototype;
|
|
42
|
-
function q(n, f, x) {
|
|
43
|
-
this.props = n, this.context = f, this.refs = Re, this.updater = x || V;
|
|
44
|
-
}
|
|
45
|
-
var ee = q.prototype = new de();
|
|
46
|
-
ee.constructor = q, le(ee, fe.prototype), ee.isPureReactComponent = !0;
|
|
47
|
-
var _e = Array.isArray, Q = Object.prototype.hasOwnProperty, w = { current: null }, k = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
48
|
-
function he(n, f, x) {
|
|
49
|
-
var O, R = {}, U = null, W = null;
|
|
50
|
-
if (f != null)
|
|
51
|
-
for (O in f.ref !== void 0 && (W = f.ref), f.key !== void 0 && (U = "" + f.key), f)
|
|
52
|
-
Q.call(f, O) && !k.hasOwnProperty(O) && (R[O] = f[O]);
|
|
53
|
-
var L = arguments.length - 2;
|
|
54
|
-
if (L === 1)
|
|
55
|
-
R.children = x;
|
|
56
|
-
else if (1 < L) {
|
|
57
|
-
for (var D = Array(L), ae = 0; ae < L; ae++)
|
|
58
|
-
D[ae] = arguments[ae + 2];
|
|
59
|
-
R.children = D;
|
|
60
|
-
}
|
|
61
|
-
if (n && n.defaultProps)
|
|
62
|
-
for (O in L = n.defaultProps, L)
|
|
63
|
-
R[O] === void 0 && (R[O] = L[O]);
|
|
64
|
-
return { $$typeof: a, type: n, key: U, ref: W, props: R, _owner: w.current };
|
|
65
|
-
}
|
|
66
|
-
function be(n, f) {
|
|
67
|
-
return { $$typeof: a, type: n.type, key: f, ref: n.ref, props: n.props, _owner: n._owner };
|
|
68
|
-
}
|
|
69
|
-
function xe(n) {
|
|
70
|
-
return typeof n == "object" && n !== null && n.$$typeof === a;
|
|
71
|
-
}
|
|
72
|
-
function we(n) {
|
|
73
|
-
var f = { "=": "=0", ":": "=2" };
|
|
74
|
-
return "$" + n.replace(/[=:]/g, function(x) {
|
|
75
|
-
return f[x];
|
|
76
|
-
});
|
|
77
|
-
}
|
|
78
|
-
var me = /\/+/g;
|
|
79
|
-
function J(n, f) {
|
|
80
|
-
return typeof n == "object" && n !== null && n.key != null ? we("" + n.key) : f.toString(36);
|
|
81
|
-
}
|
|
82
|
-
function oe(n, f, x, O, R) {
|
|
83
|
-
var U = typeof n;
|
|
84
|
-
(U === "undefined" || U === "boolean") && (n = null);
|
|
85
|
-
var W = !1;
|
|
86
|
-
if (n === null)
|
|
87
|
-
W = !0;
|
|
88
|
-
else
|
|
89
|
-
switch (U) {
|
|
90
|
-
case "string":
|
|
91
|
-
case "number":
|
|
92
|
-
W = !0;
|
|
93
|
-
break;
|
|
94
|
-
case "object":
|
|
95
|
-
switch (n.$$typeof) {
|
|
96
|
-
case a:
|
|
97
|
-
case s:
|
|
98
|
-
W = !0;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
if (W)
|
|
102
|
-
return W = n, R = R(W), n = O === "" ? "." + J(W, 0) : O, _e(R) ? (x = "", n != null && (x = n.replace(me, "$&/") + "/"), oe(R, f, x, "", function(ae) {
|
|
103
|
-
return ae;
|
|
104
|
-
})) : R != null && (xe(R) && (R = be(R, x + (!R.key || W && W.key === R.key ? "" : ("" + R.key).replace(me, "$&/") + "/") + n)), f.push(R)), 1;
|
|
105
|
-
if (W = 0, O = O === "" ? "." : O + ":", _e(n))
|
|
106
|
-
for (var L = 0; L < n.length; L++) {
|
|
107
|
-
U = n[L];
|
|
108
|
-
var D = O + J(U, L);
|
|
109
|
-
W += oe(U, f, x, D, R);
|
|
110
|
-
}
|
|
111
|
-
else if (D = ne(n), typeof D == "function")
|
|
112
|
-
for (n = D.call(n), L = 0; !(U = n.next()).done; )
|
|
113
|
-
U = U.value, D = O + J(U, L++), W += oe(U, f, x, D, R);
|
|
114
|
-
else if (U === "object")
|
|
115
|
-
throw f = String(n), Error("Objects are not valid as a React child (found: " + (f === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : f) + "). If you meant to render a collection of children, use an array instead.");
|
|
116
|
-
return W;
|
|
117
|
-
}
|
|
118
|
-
function re(n, f, x) {
|
|
119
|
-
if (n == null)
|
|
120
|
-
return n;
|
|
121
|
-
var O = [], R = 0;
|
|
122
|
-
return oe(n, O, "", "", function(U) {
|
|
123
|
-
return f.call(x, U, R++);
|
|
124
|
-
}), O;
|
|
125
|
-
}
|
|
126
|
-
function pe(n) {
|
|
127
|
-
if (n._status === -1) {
|
|
128
|
-
var f = n._result;
|
|
129
|
-
f = f(), f.then(function(x) {
|
|
130
|
-
(n._status === 0 || n._status === -1) && (n._status = 1, n._result = x);
|
|
131
|
-
}, function(x) {
|
|
132
|
-
(n._status === 0 || n._status === -1) && (n._status = 2, n._result = x);
|
|
133
|
-
}), n._status === -1 && (n._status = 0, n._result = f);
|
|
134
|
-
}
|
|
135
|
-
if (n._status === 1)
|
|
136
|
-
return n._result.default;
|
|
137
|
-
throw n._result;
|
|
138
|
-
}
|
|
139
|
-
var b = { current: null }, ce = { transition: null }, ze = { ReactCurrentDispatcher: b, ReactCurrentBatchConfig: ce, ReactCurrentOwner: w };
|
|
140
|
-
return E.Children = { map: re, forEach: function(n, f, x) {
|
|
141
|
-
re(n, function() {
|
|
142
|
-
f.apply(this, arguments);
|
|
143
|
-
}, x);
|
|
144
|
-
}, count: function(n) {
|
|
145
|
-
var f = 0;
|
|
146
|
-
return re(n, function() {
|
|
147
|
-
f++;
|
|
148
|
-
}), f;
|
|
149
|
-
}, toArray: function(n) {
|
|
150
|
-
return re(n, function(f) {
|
|
151
|
-
return f;
|
|
152
|
-
}) || [];
|
|
153
|
-
}, only: function(n) {
|
|
154
|
-
if (!xe(n))
|
|
155
|
-
throw Error("React.Children.only expected to receive a single React element child.");
|
|
156
|
-
return n;
|
|
157
|
-
} }, E.Component = fe, E.Fragment = l, E.Profiler = m, E.PureComponent = q, E.StrictMode = c, E.Suspense = C, E.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ze, E.cloneElement = function(n, f, x) {
|
|
158
|
-
if (n == null)
|
|
159
|
-
throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
|
|
160
|
-
var O = le({}, n.props), R = n.key, U = n.ref, W = n._owner;
|
|
161
|
-
if (f != null) {
|
|
162
|
-
if (f.ref !== void 0 && (U = f.ref, W = w.current), f.key !== void 0 && (R = "" + f.key), n.type && n.type.defaultProps)
|
|
163
|
-
var L = n.type.defaultProps;
|
|
164
|
-
for (D in f)
|
|
165
|
-
Q.call(f, D) && !k.hasOwnProperty(D) && (O[D] = f[D] === void 0 && L !== void 0 ? L[D] : f[D]);
|
|
166
|
-
}
|
|
167
|
-
var D = arguments.length - 2;
|
|
168
|
-
if (D === 1)
|
|
169
|
-
O.children = x;
|
|
170
|
-
else if (1 < D) {
|
|
171
|
-
L = Array(D);
|
|
172
|
-
for (var ae = 0; ae < D; ae++)
|
|
173
|
-
L[ae] = arguments[ae + 2];
|
|
174
|
-
O.children = L;
|
|
175
|
-
}
|
|
176
|
-
return { $$typeof: a, type: n.type, key: R, ref: U, props: O, _owner: W };
|
|
177
|
-
}, E.createContext = function(n) {
|
|
178
|
-
return n = { $$typeof: M, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: A, _context: n }, n.Consumer = n;
|
|
179
|
-
}, E.createElement = he, E.createFactory = function(n) {
|
|
180
|
-
var f = he.bind(null, n);
|
|
181
|
-
return f.type = n, f;
|
|
182
|
-
}, E.createRef = function() {
|
|
183
|
-
return { current: null };
|
|
184
|
-
}, E.forwardRef = function(n) {
|
|
185
|
-
return { $$typeof: S, render: n };
|
|
186
|
-
}, E.isValidElement = xe, E.lazy = function(n) {
|
|
187
|
-
return { $$typeof: N, _payload: { _status: -1, _result: n }, _init: pe };
|
|
188
|
-
}, E.memo = function(n, f) {
|
|
189
|
-
return { $$typeof: F, type: n, compare: f === void 0 ? null : f };
|
|
190
|
-
}, E.startTransition = function(n) {
|
|
191
|
-
var f = ce.transition;
|
|
192
|
-
ce.transition = {};
|
|
193
|
-
try {
|
|
194
|
-
n();
|
|
195
|
-
} finally {
|
|
196
|
-
ce.transition = f;
|
|
197
|
-
}
|
|
198
|
-
}, E.unstable_act = function() {
|
|
199
|
-
throw Error("act(...) is not supported in production builds of React.");
|
|
200
|
-
}, E.useCallback = function(n, f) {
|
|
201
|
-
return b.current.useCallback(n, f);
|
|
202
|
-
}, E.useContext = function(n) {
|
|
203
|
-
return b.current.useContext(n);
|
|
204
|
-
}, E.useDebugValue = function() {
|
|
205
|
-
}, E.useDeferredValue = function(n) {
|
|
206
|
-
return b.current.useDeferredValue(n);
|
|
207
|
-
}, E.useEffect = function(n, f) {
|
|
208
|
-
return b.current.useEffect(n, f);
|
|
209
|
-
}, E.useId = function() {
|
|
210
|
-
return b.current.useId();
|
|
211
|
-
}, E.useImperativeHandle = function(n, f, x) {
|
|
212
|
-
return b.current.useImperativeHandle(n, f, x);
|
|
213
|
-
}, E.useInsertionEffect = function(n, f) {
|
|
214
|
-
return b.current.useInsertionEffect(n, f);
|
|
215
|
-
}, E.useLayoutEffect = function(n, f) {
|
|
216
|
-
return b.current.useLayoutEffect(n, f);
|
|
217
|
-
}, E.useMemo = function(n, f) {
|
|
218
|
-
return b.current.useMemo(n, f);
|
|
219
|
-
}, E.useReducer = function(n, f, x) {
|
|
220
|
-
return b.current.useReducer(n, f, x);
|
|
221
|
-
}, E.useRef = function(n) {
|
|
222
|
-
return b.current.useRef(n);
|
|
223
|
-
}, E.useState = function(n) {
|
|
224
|
-
return b.current.useState(n);
|
|
225
|
-
}, E.useSyncExternalStore = function(n, f, x) {
|
|
226
|
-
return b.current.useSyncExternalStore(n, f, x);
|
|
227
|
-
}, E.useTransition = function() {
|
|
228
|
-
return b.current.useTransition();
|
|
229
|
-
}, E.version = "18.2.0", E;
|
|
230
|
-
}
|
|
231
|
-
var Xe = { exports: {} };
|
|
232
|
-
/**
|
|
233
|
-
* @license React
|
|
234
|
-
* react.development.js
|
|
235
|
-
*
|
|
236
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
237
|
-
*
|
|
238
|
-
* This source code is licensed under the MIT license found in the
|
|
239
|
-
* LICENSE file in the root directory of this source tree.
|
|
240
|
-
*/
|
|
241
|
-
Xe.exports;
|
|
242
|
-
var gt;
|
|
243
|
-
function pa() {
|
|
244
|
-
return gt || (gt = 1, function(a, s) {
|
|
245
|
-
process.env.NODE_ENV !== "production" && function() {
|
|
246
|
-
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
247
|
-
var l = "18.2.0", c = Symbol.for("react.element"), m = Symbol.for("react.portal"), A = Symbol.for("react.fragment"), M = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), F = Symbol.for("react.context"), N = Symbol.for("react.forward_ref"), H = Symbol.for("react.suspense"), ne = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), le = Symbol.for("react.lazy"), Re = Symbol.for("react.offscreen"), fe = Symbol.iterator, de = "@@iterator";
|
|
248
|
-
function q(e) {
|
|
249
|
-
if (e === null || typeof e != "object")
|
|
250
|
-
return null;
|
|
251
|
-
var r = fe && e[fe] || e[de];
|
|
252
|
-
return typeof r == "function" ? r : null;
|
|
253
|
-
}
|
|
254
|
-
var ee = {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
* @type {ReactComponent}
|
|
258
|
-
*/
|
|
259
|
-
current: null
|
|
260
|
-
}, _e = {
|
|
261
|
-
transition: null
|
|
262
|
-
}, Q = {
|
|
263
|
-
current: null,
|
|
264
|
-
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
|
|
265
|
-
isBatchingLegacy: !1,
|
|
266
|
-
didScheduleLegacyUpdate: !1
|
|
267
|
-
}, w = {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
* @type {ReactComponent}
|
|
271
|
-
*/
|
|
272
|
-
current: null
|
|
273
|
-
}, k = {}, he = null;
|
|
274
|
-
function be(e) {
|
|
275
|
-
he = e;
|
|
276
|
-
}
|
|
277
|
-
k.setExtraStackFrame = function(e) {
|
|
278
|
-
he = e;
|
|
279
|
-
}, k.getCurrentStack = null, k.getStackAddendum = function() {
|
|
280
|
-
var e = "";
|
|
281
|
-
he && (e += he);
|
|
282
|
-
var r = k.getCurrentStack;
|
|
283
|
-
return r && (e += r() || ""), e;
|
|
284
|
-
};
|
|
285
|
-
var xe = !1, we = !1, me = !1, J = !1, oe = !1, re = {
|
|
286
|
-
ReactCurrentDispatcher: ee,
|
|
287
|
-
ReactCurrentBatchConfig: _e,
|
|
288
|
-
ReactCurrentOwner: w
|
|
289
|
-
};
|
|
290
|
-
re.ReactDebugCurrentFrame = k, re.ReactCurrentActQueue = Q;
|
|
291
|
-
function pe(e) {
|
|
292
|
-
{
|
|
293
|
-
for (var r = arguments.length, o = new Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++)
|
|
294
|
-
o[i - 1] = arguments[i];
|
|
295
|
-
ce("warn", e, o);
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
function b(e) {
|
|
299
|
-
{
|
|
300
|
-
for (var r = arguments.length, o = new Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++)
|
|
301
|
-
o[i - 1] = arguments[i];
|
|
302
|
-
ce("error", e, o);
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
function ce(e, r, o) {
|
|
306
|
-
{
|
|
307
|
-
var i = re.ReactDebugCurrentFrame, h = i.getStackAddendum();
|
|
308
|
-
h !== "" && (r += "%s", o = o.concat([h]));
|
|
309
|
-
var y = o.map(function(_) {
|
|
310
|
-
return String(_);
|
|
311
|
-
});
|
|
312
|
-
y.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, y);
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
var ze = {};
|
|
316
|
-
function n(e, r) {
|
|
317
|
-
{
|
|
318
|
-
var o = e.constructor, i = o && (o.displayName || o.name) || "ReactClass", h = i + "." + r;
|
|
319
|
-
if (ze[h])
|
|
320
|
-
return;
|
|
321
|
-
b("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, i), ze[h] = !0;
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
var f = {
|
|
325
|
-
/**
|
|
326
|
-
* Checks whether or not this composite component is mounted.
|
|
327
|
-
* @param {ReactClass} publicInstance The instance we want to test.
|
|
328
|
-
* @return {boolean} True if mounted, false otherwise.
|
|
329
|
-
* @protected
|
|
330
|
-
* @final
|
|
331
|
-
*/
|
|
332
|
-
isMounted: function(e) {
|
|
333
|
-
return !1;
|
|
334
|
-
},
|
|
335
|
-
/**
|
|
336
|
-
* Forces an update. This should only be invoked when it is known with
|
|
337
|
-
* certainty that we are **not** in a DOM transaction.
|
|
338
|
-
*
|
|
339
|
-
* You may want to call this when you know that some deeper aspect of the
|
|
340
|
-
* component's state has changed but `setState` was not called.
|
|
341
|
-
*
|
|
342
|
-
* This will not invoke `shouldComponentUpdate`, but it will invoke
|
|
343
|
-
* `componentWillUpdate` and `componentDidUpdate`.
|
|
344
|
-
*
|
|
345
|
-
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
346
|
-
* @param {?function} callback Called after component is updated.
|
|
347
|
-
* @param {?string} callerName name of the calling function in the public API.
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
enqueueForceUpdate: function(e, r, o) {
|
|
351
|
-
n(e, "forceUpdate");
|
|
352
|
-
},
|
|
353
|
-
/**
|
|
354
|
-
* Replaces all of the state. Always use this or `setState` to mutate state.
|
|
355
|
-
* You should treat `this.state` as immutable.
|
|
356
|
-
*
|
|
357
|
-
* There is no guarantee that `this.state` will be immediately updated, so
|
|
358
|
-
* accessing `this.state` after calling this method may return the old value.
|
|
359
|
-
*
|
|
360
|
-
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
361
|
-
* @param {object} completeState Next state.
|
|
362
|
-
* @param {?function} callback Called after component is updated.
|
|
363
|
-
* @param {?string} callerName name of the calling function in the public API.
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
|
-
enqueueReplaceState: function(e, r, o, i) {
|
|
367
|
-
n(e, "replaceState");
|
|
368
|
-
},
|
|
369
|
-
/**
|
|
370
|
-
* Sets a subset of the state. This only exists because _pendingState is
|
|
371
|
-
* internal. This provides a merging strategy that is not available to deep
|
|
372
|
-
* properties which is confusing. TODO: Expose pendingState or don't use it
|
|
373
|
-
* during the merge.
|
|
374
|
-
*
|
|
375
|
-
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
376
|
-
* @param {object} partialState Next partial state to be merged with state.
|
|
377
|
-
* @param {?function} callback Called after component is updated.
|
|
378
|
-
* @param {?string} Name of the calling function in the public API.
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
|
-
enqueueSetState: function(e, r, o, i) {
|
|
382
|
-
n(e, "setState");
|
|
383
|
-
}
|
|
384
|
-
}, x = Object.assign, O = {};
|
|
385
|
-
Object.freeze(O);
|
|
386
|
-
function R(e, r, o) {
|
|
387
|
-
this.props = e, this.context = r, this.refs = O, this.updater = o || f;
|
|
388
|
-
}
|
|
389
|
-
R.prototype.isReactComponent = {}, R.prototype.setState = function(e, r) {
|
|
390
|
-
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
391
|
-
throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
392
|
-
this.updater.enqueueSetState(this, e, r, "setState");
|
|
393
|
-
}, R.prototype.forceUpdate = function(e) {
|
|
394
|
-
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
395
|
-
};
|
|
396
|
-
{
|
|
397
|
-
var U = {
|
|
398
|
-
isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
|
|
399
|
-
replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
|
|
400
|
-
}, W = function(e, r) {
|
|
401
|
-
Object.defineProperty(R.prototype, e, {
|
|
402
|
-
get: function() {
|
|
403
|
-
pe("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
|
|
404
|
-
}
|
|
405
|
-
});
|
|
406
|
-
};
|
|
407
|
-
for (var L in U)
|
|
408
|
-
U.hasOwnProperty(L) && W(L, U[L]);
|
|
409
|
-
}
|
|
410
|
-
function D() {
|
|
411
|
-
}
|
|
412
|
-
D.prototype = R.prototype;
|
|
413
|
-
function ae(e, r, o) {
|
|
414
|
-
this.props = e, this.context = r, this.refs = O, this.updater = o || f;
|
|
415
|
-
}
|
|
416
|
-
var je = ae.prototype = new D();
|
|
417
|
-
je.constructor = ae, x(je, R.prototype), je.isPureReactComponent = !0;
|
|
418
|
-
function xr() {
|
|
419
|
-
var e = {
|
|
420
|
-
current: null
|
|
421
|
-
};
|
|
422
|
-
return Object.seal(e), e;
|
|
423
|
-
}
|
|
424
|
-
var er = Array.isArray;
|
|
425
|
-
function $e(e) {
|
|
426
|
-
return er(e);
|
|
427
|
-
}
|
|
428
|
-
function gr(e) {
|
|
429
|
-
{
|
|
430
|
-
var r = typeof Symbol == "function" && Symbol.toStringTag, o = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
431
|
-
return o;
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
function Ve(e) {
|
|
435
|
-
try {
|
|
436
|
-
return Pe(e), !1;
|
|
437
|
-
} catch {
|
|
438
|
-
return !0;
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
function Pe(e) {
|
|
442
|
-
return "" + e;
|
|
443
|
-
}
|
|
444
|
-
function Me(e) {
|
|
445
|
-
if (Ve(e))
|
|
446
|
-
return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", gr(e)), Pe(e);
|
|
447
|
-
}
|
|
448
|
-
function rr(e, r, o) {
|
|
449
|
-
var i = e.displayName;
|
|
450
|
-
if (i)
|
|
451
|
-
return i;
|
|
452
|
-
var h = r.displayName || r.name || "";
|
|
453
|
-
return h !== "" ? o + "(" + h + ")" : o;
|
|
454
|
-
}
|
|
455
|
-
function Ae(e) {
|
|
456
|
-
return e.displayName || "Context";
|
|
457
|
-
}
|
|
458
|
-
function ge(e) {
|
|
459
|
-
if (e == null)
|
|
460
|
-
return null;
|
|
461
|
-
if (typeof e.tag == "number" && b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
462
|
-
return e.displayName || e.name || null;
|
|
463
|
-
if (typeof e == "string")
|
|
464
|
-
return e;
|
|
465
|
-
switch (e) {
|
|
466
|
-
case A:
|
|
467
|
-
return "Fragment";
|
|
468
|
-
case m:
|
|
469
|
-
return "Portal";
|
|
470
|
-
case S:
|
|
471
|
-
return "Profiler";
|
|
472
|
-
case M:
|
|
473
|
-
return "StrictMode";
|
|
474
|
-
case H:
|
|
475
|
-
return "Suspense";
|
|
476
|
-
case ne:
|
|
477
|
-
return "SuspenseList";
|
|
478
|
-
}
|
|
479
|
-
if (typeof e == "object")
|
|
480
|
-
switch (e.$$typeof) {
|
|
481
|
-
case F:
|
|
482
|
-
var r = e;
|
|
483
|
-
return Ae(r) + ".Consumer";
|
|
484
|
-
case C:
|
|
485
|
-
var o = e;
|
|
486
|
-
return Ae(o._context) + ".Provider";
|
|
487
|
-
case N:
|
|
488
|
-
return rr(e, e.render, "ForwardRef");
|
|
489
|
-
case V:
|
|
490
|
-
var i = e.displayName || null;
|
|
491
|
-
return i !== null ? i : ge(e.type) || "Memo";
|
|
492
|
-
case le: {
|
|
493
|
-
var h = e, y = h._payload, _ = h._init;
|
|
494
|
-
try {
|
|
495
|
-
return ge(_(y));
|
|
496
|
-
} catch {
|
|
497
|
-
return null;
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
return null;
|
|
502
|
-
}
|
|
503
|
-
var De = Object.prototype.hasOwnProperty, Ue = {
|
|
504
|
-
key: !0,
|
|
505
|
-
ref: !0,
|
|
506
|
-
__self: !0,
|
|
507
|
-
__source: !0
|
|
508
|
-
}, tr, ar, We;
|
|
509
|
-
We = {};
|
|
510
|
-
function He(e) {
|
|
511
|
-
if (De.call(e, "ref")) {
|
|
512
|
-
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
513
|
-
if (r && r.isReactWarning)
|
|
514
|
-
return !1;
|
|
515
|
-
}
|
|
516
|
-
return e.ref !== void 0;
|
|
517
|
-
}
|
|
518
|
-
function Se(e) {
|
|
519
|
-
if (De.call(e, "key")) {
|
|
520
|
-
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
521
|
-
if (r && r.isReactWarning)
|
|
522
|
-
return !1;
|
|
523
|
-
}
|
|
524
|
-
return e.key !== void 0;
|
|
525
|
-
}
|
|
526
|
-
function Cr(e, r) {
|
|
527
|
-
var o = function() {
|
|
528
|
-
tr || (tr = !0, b("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
529
|
-
};
|
|
530
|
-
o.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
531
|
-
get: o,
|
|
532
|
-
configurable: !0
|
|
533
|
-
});
|
|
534
|
-
}
|
|
535
|
-
function nr(e, r) {
|
|
536
|
-
var o = function() {
|
|
537
|
-
ar || (ar = !0, b("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
538
|
-
};
|
|
539
|
-
o.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
540
|
-
get: o,
|
|
541
|
-
configurable: !0
|
|
542
|
-
});
|
|
543
|
-
}
|
|
544
|
-
function or(e) {
|
|
545
|
-
if (typeof e.ref == "string" && w.current && e.__self && w.current.stateNode !== e.__self) {
|
|
546
|
-
var r = ge(w.current.type);
|
|
547
|
-
We[r] || (b('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), We[r] = !0);
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
var Ie = function(e, r, o, i, h, y, _) {
|
|
551
|
-
var g = {
|
|
552
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
553
|
-
$$typeof: c,
|
|
554
|
-
// Built-in properties that belong on the element
|
|
555
|
-
type: e,
|
|
556
|
-
key: r,
|
|
557
|
-
ref: o,
|
|
558
|
-
props: _,
|
|
559
|
-
// Record the component responsible for creating this element.
|
|
560
|
-
_owner: y
|
|
561
|
-
};
|
|
562
|
-
return g._store = {}, Object.defineProperty(g._store, "validated", {
|
|
563
|
-
configurable: !1,
|
|
564
|
-
enumerable: !1,
|
|
565
|
-
writable: !0,
|
|
566
|
-
value: !1
|
|
567
|
-
}), Object.defineProperty(g, "_self", {
|
|
568
|
-
configurable: !1,
|
|
569
|
-
enumerable: !1,
|
|
570
|
-
writable: !1,
|
|
571
|
-
value: i
|
|
572
|
-
}), Object.defineProperty(g, "_source", {
|
|
573
|
-
configurable: !1,
|
|
574
|
-
enumerable: !1,
|
|
575
|
-
writable: !1,
|
|
576
|
-
value: h
|
|
577
|
-
}), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
|
|
578
|
-
};
|
|
579
|
-
function wr(e, r, o) {
|
|
580
|
-
var i, h = {}, y = null, _ = null, g = null, T = null;
|
|
581
|
-
if (r != null) {
|
|
582
|
-
He(r) && (_ = r.ref, or(r)), Se(r) && (Me(r.key), y = "" + r.key), g = r.__self === void 0 ? null : r.__self, T = r.__source === void 0 ? null : r.__source;
|
|
583
|
-
for (i in r)
|
|
584
|
-
De.call(r, i) && !Ue.hasOwnProperty(i) && (h[i] = r[i]);
|
|
585
|
-
}
|
|
586
|
-
var $ = arguments.length - 2;
|
|
587
|
-
if ($ === 1)
|
|
588
|
-
h.children = o;
|
|
589
|
-
else if ($ > 1) {
|
|
590
|
-
for (var Y = Array($), B = 0; B < $; B++)
|
|
591
|
-
Y[B] = arguments[B + 2];
|
|
592
|
-
Object.freeze && Object.freeze(Y), h.children = Y;
|
|
593
|
-
}
|
|
594
|
-
if (e && e.defaultProps) {
|
|
595
|
-
var G = e.defaultProps;
|
|
596
|
-
for (i in G)
|
|
597
|
-
h[i] === void 0 && (h[i] = G[i]);
|
|
598
|
-
}
|
|
599
|
-
if (y || _) {
|
|
600
|
-
var te = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
601
|
-
y && Cr(h, te), _ && nr(h, te);
|
|
602
|
-
}
|
|
603
|
-
return Ie(e, y, _, g, T, w.current, h);
|
|
604
|
-
}
|
|
605
|
-
function zr(e, r) {
|
|
606
|
-
var o = Ie(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
607
|
-
return o;
|
|
608
|
-
}
|
|
609
|
-
function Er(e, r, o) {
|
|
610
|
-
if (e == null)
|
|
611
|
-
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
612
|
-
var i, h = x({}, e.props), y = e.key, _ = e.ref, g = e._self, T = e._source, $ = e._owner;
|
|
613
|
-
if (r != null) {
|
|
614
|
-
He(r) && (_ = r.ref, $ = w.current), Se(r) && (Me(r.key), y = "" + r.key);
|
|
615
|
-
var Y;
|
|
616
|
-
e.type && e.type.defaultProps && (Y = e.type.defaultProps);
|
|
617
|
-
for (i in r)
|
|
618
|
-
De.call(r, i) && !Ue.hasOwnProperty(i) && (r[i] === void 0 && Y !== void 0 ? h[i] = Y[i] : h[i] = r[i]);
|
|
619
|
-
}
|
|
620
|
-
var B = arguments.length - 2;
|
|
621
|
-
if (B === 1)
|
|
622
|
-
h.children = o;
|
|
623
|
-
else if (B > 1) {
|
|
624
|
-
for (var G = Array(B), te = 0; te < B; te++)
|
|
625
|
-
G[te] = arguments[te + 2];
|
|
626
|
-
h.children = G;
|
|
627
|
-
}
|
|
628
|
-
return Ie(e.type, y, _, g, T, $, h);
|
|
629
|
-
}
|
|
630
|
-
function ke(e) {
|
|
631
|
-
return typeof e == "object" && e !== null && e.$$typeof === c;
|
|
632
|
-
}
|
|
633
|
-
var sr = ".", Rr = ":";
|
|
634
|
-
function jr(e) {
|
|
635
|
-
var r = /[=:]/g, o = {
|
|
636
|
-
"=": "=0",
|
|
637
|
-
":": "=2"
|
|
638
|
-
}, i = e.replace(r, function(h) {
|
|
639
|
-
return o[h];
|
|
640
|
-
});
|
|
641
|
-
return "$" + i;
|
|
642
|
-
}
|
|
643
|
-
var qe = !1, ir = /\/+/g;
|
|
644
|
-
function Ee(e) {
|
|
645
|
-
return e.replace(ir, "$&/");
|
|
646
|
-
}
|
|
647
|
-
function Ne(e, r) {
|
|
648
|
-
return typeof e == "object" && e !== null && e.key != null ? (Me(e.key), jr("" + e.key)) : r.toString(36);
|
|
649
|
-
}
|
|
650
|
-
function Oe(e, r, o, i, h) {
|
|
651
|
-
var y = typeof e;
|
|
652
|
-
(y === "undefined" || y === "boolean") && (e = null);
|
|
653
|
-
var _ = !1;
|
|
654
|
-
if (e === null)
|
|
655
|
-
_ = !0;
|
|
656
|
-
else
|
|
657
|
-
switch (y) {
|
|
658
|
-
case "string":
|
|
659
|
-
case "number":
|
|
660
|
-
_ = !0;
|
|
661
|
-
break;
|
|
662
|
-
case "object":
|
|
663
|
-
switch (e.$$typeof) {
|
|
664
|
-
case c:
|
|
665
|
-
case m:
|
|
666
|
-
_ = !0;
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
if (_) {
|
|
670
|
-
var g = e, T = h(g), $ = i === "" ? sr + Ne(g, 0) : i;
|
|
671
|
-
if ($e(T)) {
|
|
672
|
-
var Y = "";
|
|
673
|
-
$ != null && (Y = Ee($) + "/"), Oe(T, r, Y, "", function(fa) {
|
|
674
|
-
return fa;
|
|
675
|
-
});
|
|
676
|
-
} else
|
|
677
|
-
T != null && (ke(T) && (T.key && (!g || g.key !== T.key) && Me(T.key), T = zr(
|
|
678
|
-
T,
|
|
679
|
-
// Keep both the (mapped) and old keys if they differ, just as
|
|
680
|
-
// traverseAllChildren used to do for objects as children
|
|
681
|
-
o + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
682
|
-
(T.key && (!g || g.key !== T.key) ? (
|
|
683
|
-
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
684
|
-
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
685
|
-
Ee("" + T.key) + "/"
|
|
686
|
-
) : "") + $
|
|
687
|
-
)), r.push(T));
|
|
688
|
-
return 1;
|
|
689
|
-
}
|
|
690
|
-
var B, G, te = 0, ue = i === "" ? sr : i + Rr;
|
|
691
|
-
if ($e(e))
|
|
692
|
-
for (var mr = 0; mr < e.length; mr++)
|
|
693
|
-
B = e[mr], G = ue + Ne(B, mr), te += Oe(B, r, o, G, h);
|
|
694
|
-
else {
|
|
695
|
-
var Vr = q(e);
|
|
696
|
-
if (typeof Vr == "function") {
|
|
697
|
-
var bt = e;
|
|
698
|
-
Vr === bt.entries && (qe || pe("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), qe = !0);
|
|
699
|
-
for (var la = Vr.call(bt), mt, ca = 0; !(mt = la.next()).done; )
|
|
700
|
-
B = mt.value, G = ue + Ne(B, ca++), te += Oe(B, r, o, G, h);
|
|
701
|
-
} else if (y === "object") {
|
|
702
|
-
var yt = String(e);
|
|
703
|
-
throw new Error("Objects are not valid as a React child (found: " + (yt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : yt) + "). If you meant to render a collection of children, use an array instead.");
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
return te;
|
|
707
|
-
}
|
|
708
|
-
function Le(e, r, o) {
|
|
709
|
-
if (e == null)
|
|
710
|
-
return e;
|
|
711
|
-
var i = [], h = 0;
|
|
712
|
-
return Oe(e, i, "", "", function(y) {
|
|
713
|
-
return r.call(o, y, h++);
|
|
714
|
-
}), i;
|
|
715
|
-
}
|
|
716
|
-
function Sr(e) {
|
|
717
|
-
var r = 0;
|
|
718
|
-
return Le(e, function() {
|
|
719
|
-
r++;
|
|
720
|
-
}), r;
|
|
721
|
-
}
|
|
722
|
-
function ur(e, r, o) {
|
|
723
|
-
Le(e, function() {
|
|
724
|
-
r.apply(this, arguments);
|
|
725
|
-
}, o);
|
|
726
|
-
}
|
|
727
|
-
function kr(e) {
|
|
728
|
-
return Le(e, function(r) {
|
|
729
|
-
return r;
|
|
730
|
-
}) || [];
|
|
731
|
-
}
|
|
732
|
-
function lr(e) {
|
|
733
|
-
if (!ke(e))
|
|
734
|
-
throw new Error("React.Children.only expected to receive a single React element child.");
|
|
735
|
-
return e;
|
|
736
|
-
}
|
|
737
|
-
function cr(e) {
|
|
738
|
-
var r = {
|
|
739
|
-
$$typeof: F,
|
|
740
|
-
// As a workaround to support multiple concurrent renderers, we categorize
|
|
741
|
-
// some renderers as primary and others as secondary. We only expect
|
|
742
|
-
// there to be two concurrent renderers at most: React Native (primary) and
|
|
743
|
-
// Fabric (secondary); React DOM (primary) and React ART (secondary).
|
|
744
|
-
// Secondary renderers store their context values on separate fields.
|
|
745
|
-
_currentValue: e,
|
|
746
|
-
_currentValue2: e,
|
|
747
|
-
// Used to track how many concurrent renderers this context currently
|
|
748
|
-
// supports within in a single renderer. Such as parallel server rendering.
|
|
749
|
-
_threadCount: 0,
|
|
750
|
-
// These are circular
|
|
751
|
-
Provider: null,
|
|
752
|
-
Consumer: null,
|
|
753
|
-
// Add these to use same hidden class in VM as ServerContext
|
|
754
|
-
_defaultValue: null,
|
|
755
|
-
_globalName: null
|
|
756
|
-
};
|
|
757
|
-
r.Provider = {
|
|
758
|
-
$$typeof: C,
|
|
759
|
-
_context: r
|
|
760
|
-
};
|
|
761
|
-
var o = !1, i = !1, h = !1;
|
|
762
|
-
{
|
|
763
|
-
var y = {
|
|
764
|
-
$$typeof: F,
|
|
765
|
-
_context: r
|
|
766
|
-
};
|
|
767
|
-
Object.defineProperties(y, {
|
|
768
|
-
Provider: {
|
|
769
|
-
get: function() {
|
|
770
|
-
return i || (i = !0, b("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
|
|
771
|
-
},
|
|
772
|
-
set: function(_) {
|
|
773
|
-
r.Provider = _;
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
_currentValue: {
|
|
777
|
-
get: function() {
|
|
778
|
-
return r._currentValue;
|
|
779
|
-
},
|
|
780
|
-
set: function(_) {
|
|
781
|
-
r._currentValue = _;
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
_currentValue2: {
|
|
785
|
-
get: function() {
|
|
786
|
-
return r._currentValue2;
|
|
787
|
-
},
|
|
788
|
-
set: function(_) {
|
|
789
|
-
r._currentValue2 = _;
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
_threadCount: {
|
|
793
|
-
get: function() {
|
|
794
|
-
return r._threadCount;
|
|
795
|
-
},
|
|
796
|
-
set: function(_) {
|
|
797
|
-
r._threadCount = _;
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
|
-
Consumer: {
|
|
801
|
-
get: function() {
|
|
802
|
-
return o || (o = !0, b("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), r.Consumer;
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
displayName: {
|
|
806
|
-
get: function() {
|
|
807
|
-
return r.displayName;
|
|
808
|
-
},
|
|
809
|
-
set: function(_) {
|
|
810
|
-
h || (pe("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", _), h = !0);
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
|
-
}), r.Consumer = y;
|
|
814
|
-
}
|
|
815
|
-
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
816
|
-
}
|
|
817
|
-
var Fe = -1, Ke = 0, Ge = 1, Or = 2;
|
|
818
|
-
function Tr(e) {
|
|
819
|
-
if (e._status === Fe) {
|
|
820
|
-
var r = e._result, o = r();
|
|
821
|
-
if (o.then(function(y) {
|
|
822
|
-
if (e._status === Ke || e._status === Fe) {
|
|
823
|
-
var _ = e;
|
|
824
|
-
_._status = Ge, _._result = y;
|
|
825
|
-
}
|
|
826
|
-
}, function(y) {
|
|
827
|
-
if (e._status === Ke || e._status === Fe) {
|
|
828
|
-
var _ = e;
|
|
829
|
-
_._status = Or, _._result = y;
|
|
830
|
-
}
|
|
831
|
-
}), e._status === Fe) {
|
|
832
|
-
var i = e;
|
|
833
|
-
i._status = Ke, i._result = o;
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
if (e._status === Ge) {
|
|
837
|
-
var h = e._result;
|
|
838
|
-
return h === void 0 && b(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
839
|
-
|
|
840
|
-
Your code should look like:
|
|
841
|
-
const MyComponent = lazy(() => import('./MyComponent'))
|
|
842
|
-
|
|
843
|
-
Did you accidentally put curly braces around the import?`, h), "default" in h || b(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
844
|
-
|
|
845
|
-
Your code should look like:
|
|
846
|
-
const MyComponent = lazy(() => import('./MyComponent'))`, h), h.default;
|
|
847
|
-
} else
|
|
848
|
-
throw e._result;
|
|
849
|
-
}
|
|
850
|
-
function Pr(e) {
|
|
851
|
-
var r = {
|
|
852
|
-
// We use these fields to store the result.
|
|
853
|
-
_status: Fe,
|
|
854
|
-
_result: e
|
|
855
|
-
}, o = {
|
|
856
|
-
$$typeof: le,
|
|
857
|
-
_payload: r,
|
|
858
|
-
_init: Tr
|
|
859
|
-
};
|
|
860
|
-
{
|
|
861
|
-
var i, h;
|
|
862
|
-
Object.defineProperties(o, {
|
|
863
|
-
defaultProps: {
|
|
864
|
-
configurable: !0,
|
|
865
|
-
get: function() {
|
|
866
|
-
return i;
|
|
867
|
-
},
|
|
868
|
-
set: function(y) {
|
|
869
|
-
b("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."), i = y, Object.defineProperty(o, "defaultProps", {
|
|
870
|
-
enumerable: !0
|
|
871
|
-
});
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
propTypes: {
|
|
875
|
-
configurable: !0,
|
|
876
|
-
get: function() {
|
|
877
|
-
return h;
|
|
878
|
-
},
|
|
879
|
-
set: function(y) {
|
|
880
|
-
b("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."), h = y, Object.defineProperty(o, "propTypes", {
|
|
881
|
-
enumerable: !0
|
|
882
|
-
});
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
});
|
|
886
|
-
}
|
|
887
|
-
return o;
|
|
888
|
-
}
|
|
889
|
-
function Mr(e) {
|
|
890
|
-
e != null && e.$$typeof === V ? b("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? b("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && b("forwardRef render functions accept exactly two parameters: props and ref. %s", e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), e != null && (e.defaultProps != null || e.propTypes != null) && b("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
|
|
891
|
-
var r = {
|
|
892
|
-
$$typeof: N,
|
|
893
|
-
render: e
|
|
894
|
-
};
|
|
895
|
-
{
|
|
896
|
-
var o;
|
|
897
|
-
Object.defineProperty(r, "displayName", {
|
|
898
|
-
enumerable: !1,
|
|
899
|
-
configurable: !0,
|
|
900
|
-
get: function() {
|
|
901
|
-
return o;
|
|
902
|
-
},
|
|
903
|
-
set: function(i) {
|
|
904
|
-
o = i, !e.name && !e.displayName && (e.displayName = i);
|
|
905
|
-
}
|
|
906
|
-
});
|
|
907
|
-
}
|
|
908
|
-
return r;
|
|
909
|
-
}
|
|
910
|
-
var t;
|
|
911
|
-
t = Symbol.for("react.module.reference");
|
|
912
|
-
function u(e) {
|
|
913
|
-
return !!(typeof e == "string" || typeof e == "function" || e === A || e === S || oe || e === M || e === H || e === ne || J || e === Re || xe || we || me || typeof e == "object" && e !== null && (e.$$typeof === le || e.$$typeof === V || e.$$typeof === C || e.$$typeof === F || e.$$typeof === N || // This needs to include all possible module reference object
|
|
914
|
-
// types supported by any Flight configuration anywhere since
|
|
915
|
-
// we don't know which Flight build this will end up being used
|
|
916
|
-
// with.
|
|
917
|
-
e.$$typeof === t || e.getModuleId !== void 0));
|
|
918
|
-
}
|
|
919
|
-
function p(e, r) {
|
|
920
|
-
u(e) || b("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
|
|
921
|
-
var o = {
|
|
922
|
-
$$typeof: V,
|
|
923
|
-
type: e,
|
|
924
|
-
compare: r === void 0 ? null : r
|
|
925
|
-
};
|
|
926
|
-
{
|
|
927
|
-
var i;
|
|
928
|
-
Object.defineProperty(o, "displayName", {
|
|
929
|
-
enumerable: !1,
|
|
930
|
-
configurable: !0,
|
|
931
|
-
get: function() {
|
|
932
|
-
return i;
|
|
933
|
-
},
|
|
934
|
-
set: function(h) {
|
|
935
|
-
i = h, !e.name && !e.displayName && (e.displayName = h);
|
|
936
|
-
}
|
|
937
|
-
});
|
|
938
|
-
}
|
|
939
|
-
return o;
|
|
940
|
-
}
|
|
941
|
-
function v() {
|
|
942
|
-
var e = ee.current;
|
|
943
|
-
return e === null && b(`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:
|
|
944
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
945
|
-
2. You might be breaking the Rules of Hooks
|
|
946
|
-
3. You might have more than one copy of React in the same app
|
|
947
|
-
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
|
|
948
|
-
}
|
|
949
|
-
function P(e) {
|
|
950
|
-
var r = v();
|
|
951
|
-
if (e._context !== void 0) {
|
|
952
|
-
var o = e._context;
|
|
953
|
-
o.Consumer === e ? b("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?") : o.Provider === e && b("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
954
|
-
}
|
|
955
|
-
return r.useContext(e);
|
|
956
|
-
}
|
|
957
|
-
function I(e) {
|
|
958
|
-
var r = v();
|
|
959
|
-
return r.useState(e);
|
|
960
|
-
}
|
|
961
|
-
function j(e, r, o) {
|
|
962
|
-
var i = v();
|
|
963
|
-
return i.useReducer(e, r, o);
|
|
964
|
-
}
|
|
965
|
-
function z(e) {
|
|
966
|
-
var r = v();
|
|
967
|
-
return r.useRef(e);
|
|
968
|
-
}
|
|
969
|
-
function ie(e, r) {
|
|
970
|
-
var o = v();
|
|
971
|
-
return o.useEffect(e, r);
|
|
972
|
-
}
|
|
973
|
-
function K(e, r) {
|
|
974
|
-
var o = v();
|
|
975
|
-
return o.useInsertionEffect(e, r);
|
|
976
|
-
}
|
|
977
|
-
function Z(e, r) {
|
|
978
|
-
var o = v();
|
|
979
|
-
return o.useLayoutEffect(e, r);
|
|
980
|
-
}
|
|
981
|
-
function ve(e, r) {
|
|
982
|
-
var o = v();
|
|
983
|
-
return o.useCallback(e, r);
|
|
984
|
-
}
|
|
985
|
-
function Te(e, r) {
|
|
986
|
-
var o = v();
|
|
987
|
-
return o.useMemo(e, r);
|
|
988
|
-
}
|
|
989
|
-
function fr(e, r, o) {
|
|
990
|
-
var i = v();
|
|
991
|
-
return i.useImperativeHandle(e, r, o);
|
|
992
|
-
}
|
|
993
|
-
function ye(e, r) {
|
|
994
|
-
{
|
|
995
|
-
var o = v();
|
|
996
|
-
return o.useDebugValue(e, r);
|
|
997
|
-
}
|
|
998
|
-
}
|
|
999
|
-
function $t() {
|
|
1000
|
-
var e = v();
|
|
1001
|
-
return e.useTransition();
|
|
1002
|
-
}
|
|
1003
|
-
function Vt(e) {
|
|
1004
|
-
var r = v();
|
|
1005
|
-
return r.useDeferredValue(e);
|
|
1006
|
-
}
|
|
1007
|
-
function Ut() {
|
|
1008
|
-
var e = v();
|
|
1009
|
-
return e.useId();
|
|
1010
|
-
}
|
|
1011
|
-
function Wt(e, r, o) {
|
|
1012
|
-
var i = v();
|
|
1013
|
-
return i.useSyncExternalStore(e, r, o);
|
|
1014
|
-
}
|
|
1015
|
-
var Ze = 0, Qr, Jr, Xr, et, rt, tt, at;
|
|
1016
|
-
function nt() {
|
|
1017
|
-
}
|
|
1018
|
-
nt.__reactDisabledLog = !0;
|
|
1019
|
-
function qt() {
|
|
1020
|
-
{
|
|
1021
|
-
if (Ze === 0) {
|
|
1022
|
-
Qr = console.log, Jr = console.info, Xr = console.warn, et = console.error, rt = console.group, tt = console.groupCollapsed, at = console.groupEnd;
|
|
1023
|
-
var e = {
|
|
1024
|
-
configurable: !0,
|
|
1025
|
-
enumerable: !0,
|
|
1026
|
-
value: nt,
|
|
1027
|
-
writable: !0
|
|
1028
|
-
};
|
|
1029
|
-
Object.defineProperties(console, {
|
|
1030
|
-
info: e,
|
|
1031
|
-
log: e,
|
|
1032
|
-
warn: e,
|
|
1033
|
-
error: e,
|
|
1034
|
-
group: e,
|
|
1035
|
-
groupCollapsed: e,
|
|
1036
|
-
groupEnd: e
|
|
1037
|
-
});
|
|
1038
|
-
}
|
|
1039
|
-
Ze++;
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
function Yt() {
|
|
1043
|
-
{
|
|
1044
|
-
if (Ze--, Ze === 0) {
|
|
1045
|
-
var e = {
|
|
1046
|
-
configurable: !0,
|
|
1047
|
-
enumerable: !0,
|
|
1048
|
-
writable: !0
|
|
1049
|
-
};
|
|
1050
|
-
Object.defineProperties(console, {
|
|
1051
|
-
log: x({}, e, {
|
|
1052
|
-
value: Qr
|
|
1053
|
-
}),
|
|
1054
|
-
info: x({}, e, {
|
|
1055
|
-
value: Jr
|
|
1056
|
-
}),
|
|
1057
|
-
warn: x({}, e, {
|
|
1058
|
-
value: Xr
|
|
1059
|
-
}),
|
|
1060
|
-
error: x({}, e, {
|
|
1061
|
-
value: et
|
|
1062
|
-
}),
|
|
1063
|
-
group: x({}, e, {
|
|
1064
|
-
value: rt
|
|
1065
|
-
}),
|
|
1066
|
-
groupCollapsed: x({}, e, {
|
|
1067
|
-
value: tt
|
|
1068
|
-
}),
|
|
1069
|
-
groupEnd: x({}, e, {
|
|
1070
|
-
value: at
|
|
1071
|
-
})
|
|
1072
|
-
});
|
|
1073
|
-
}
|
|
1074
|
-
Ze < 0 && b("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
var Ar = re.ReactCurrentDispatcher, Dr;
|
|
1078
|
-
function dr(e, r, o) {
|
|
1079
|
-
{
|
|
1080
|
-
if (Dr === void 0)
|
|
1081
|
-
try {
|
|
1082
|
-
throw Error();
|
|
1083
|
-
} catch (h) {
|
|
1084
|
-
var i = h.stack.trim().match(/\n( *(at )?)/);
|
|
1085
|
-
Dr = i && i[1] || "";
|
|
1086
|
-
}
|
|
1087
|
-
return `
|
|
1088
|
-
` + Dr + e;
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
var Ir = !1, hr;
|
|
1092
|
-
{
|
|
1093
|
-
var Bt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1094
|
-
hr = new Bt();
|
|
1095
|
-
}
|
|
1096
|
-
function ot(e, r) {
|
|
1097
|
-
if (!e || Ir)
|
|
1098
|
-
return "";
|
|
1099
|
-
{
|
|
1100
|
-
var o = hr.get(e);
|
|
1101
|
-
if (o !== void 0)
|
|
1102
|
-
return o;
|
|
1103
|
-
}
|
|
1104
|
-
var i;
|
|
1105
|
-
Ir = !0;
|
|
1106
|
-
var h = Error.prepareStackTrace;
|
|
1107
|
-
Error.prepareStackTrace = void 0;
|
|
1108
|
-
var y;
|
|
1109
|
-
y = Ar.current, Ar.current = null, qt();
|
|
1110
|
-
try {
|
|
1111
|
-
if (r) {
|
|
1112
|
-
var _ = function() {
|
|
1113
|
-
throw Error();
|
|
1114
|
-
};
|
|
1115
|
-
if (Object.defineProperty(_.prototype, "props", {
|
|
1116
|
-
set: function() {
|
|
1117
|
-
throw Error();
|
|
1118
|
-
}
|
|
1119
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1120
|
-
try {
|
|
1121
|
-
Reflect.construct(_, []);
|
|
1122
|
-
} catch (ue) {
|
|
1123
|
-
i = ue;
|
|
1124
|
-
}
|
|
1125
|
-
Reflect.construct(e, [], _);
|
|
1126
|
-
} else {
|
|
1127
|
-
try {
|
|
1128
|
-
_.call();
|
|
1129
|
-
} catch (ue) {
|
|
1130
|
-
i = ue;
|
|
1131
|
-
}
|
|
1132
|
-
e.call(_.prototype);
|
|
1133
|
-
}
|
|
1134
|
-
} else {
|
|
1135
|
-
try {
|
|
1136
|
-
throw Error();
|
|
1137
|
-
} catch (ue) {
|
|
1138
|
-
i = ue;
|
|
1139
|
-
}
|
|
1140
|
-
e();
|
|
1141
|
-
}
|
|
1142
|
-
} catch (ue) {
|
|
1143
|
-
if (ue && i && typeof ue.stack == "string") {
|
|
1144
|
-
for (var g = ue.stack.split(`
|
|
1145
|
-
`), T = i.stack.split(`
|
|
1146
|
-
`), $ = g.length - 1, Y = T.length - 1; $ >= 1 && Y >= 0 && g[$] !== T[Y]; )
|
|
1147
|
-
Y--;
|
|
1148
|
-
for (; $ >= 1 && Y >= 0; $--, Y--)
|
|
1149
|
-
if (g[$] !== T[Y]) {
|
|
1150
|
-
if ($ !== 1 || Y !== 1)
|
|
1151
|
-
do
|
|
1152
|
-
if ($--, Y--, Y < 0 || g[$] !== T[Y]) {
|
|
1153
|
-
var B = `
|
|
1154
|
-
` + g[$].replace(" at new ", " at ");
|
|
1155
|
-
return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && hr.set(e, B), B;
|
|
1156
|
-
}
|
|
1157
|
-
while ($ >= 1 && Y >= 0);
|
|
1158
|
-
break;
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
} finally {
|
|
1162
|
-
Ir = !1, Ar.current = y, Yt(), Error.prepareStackTrace = h;
|
|
1163
|
-
}
|
|
1164
|
-
var G = e ? e.displayName || e.name : "", te = G ? dr(G) : "";
|
|
1165
|
-
return typeof e == "function" && hr.set(e, te), te;
|
|
1166
|
-
}
|
|
1167
|
-
function Ht(e, r, o) {
|
|
1168
|
-
return ot(e, !1);
|
|
1169
|
-
}
|
|
1170
|
-
function Kt(e) {
|
|
1171
|
-
var r = e.prototype;
|
|
1172
|
-
return !!(r && r.isReactComponent);
|
|
1173
|
-
}
|
|
1174
|
-
function pr(e, r, o) {
|
|
1175
|
-
if (e == null)
|
|
1176
|
-
return "";
|
|
1177
|
-
if (typeof e == "function")
|
|
1178
|
-
return ot(e, Kt(e));
|
|
1179
|
-
if (typeof e == "string")
|
|
1180
|
-
return dr(e);
|
|
1181
|
-
switch (e) {
|
|
1182
|
-
case H:
|
|
1183
|
-
return dr("Suspense");
|
|
1184
|
-
case ne:
|
|
1185
|
-
return dr("SuspenseList");
|
|
1186
|
-
}
|
|
1187
|
-
if (typeof e == "object")
|
|
1188
|
-
switch (e.$$typeof) {
|
|
1189
|
-
case N:
|
|
1190
|
-
return Ht(e.render);
|
|
1191
|
-
case V:
|
|
1192
|
-
return pr(e.type, r, o);
|
|
1193
|
-
case le: {
|
|
1194
|
-
var i = e, h = i._payload, y = i._init;
|
|
1195
|
-
try {
|
|
1196
|
-
return pr(y(h), r, o);
|
|
1197
|
-
} catch {
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
return "";
|
|
1202
|
-
}
|
|
1203
|
-
var st = {}, it = re.ReactDebugCurrentFrame;
|
|
1204
|
-
function vr(e) {
|
|
1205
|
-
if (e) {
|
|
1206
|
-
var r = e._owner, o = pr(e.type, e._source, r ? r.type : null);
|
|
1207
|
-
it.setExtraStackFrame(o);
|
|
1208
|
-
} else
|
|
1209
|
-
it.setExtraStackFrame(null);
|
|
1210
|
-
}
|
|
1211
|
-
function Gt(e, r, o, i, h) {
|
|
1212
|
-
{
|
|
1213
|
-
var y = Function.call.bind(De);
|
|
1214
|
-
for (var _ in e)
|
|
1215
|
-
if (y(e, _)) {
|
|
1216
|
-
var g = void 0;
|
|
1217
|
-
try {
|
|
1218
|
-
if (typeof e[_] != "function") {
|
|
1219
|
-
var T = Error((i || "React class") + ": " + o + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1220
|
-
throw T.name = "Invariant Violation", T;
|
|
1221
|
-
}
|
|
1222
|
-
g = e[_](r, _, i, o, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1223
|
-
} catch ($) {
|
|
1224
|
-
g = $;
|
|
1225
|
-
}
|
|
1226
|
-
g && !(g instanceof Error) && (vr(h), b("%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).", i || "React class", o, _, typeof g), vr(null)), g instanceof Error && !(g.message in st) && (st[g.message] = !0, vr(h), b("Failed %s type: %s", o, g.message), vr(null));
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
function Ye(e) {
|
|
1231
|
-
if (e) {
|
|
1232
|
-
var r = e._owner, o = pr(e.type, e._source, r ? r.type : null);
|
|
1233
|
-
be(o);
|
|
1234
|
-
} else
|
|
1235
|
-
be(null);
|
|
1236
|
-
}
|
|
1237
|
-
var Nr;
|
|
1238
|
-
Nr = !1;
|
|
1239
|
-
function ut() {
|
|
1240
|
-
if (w.current) {
|
|
1241
|
-
var e = ge(w.current.type);
|
|
1242
|
-
if (e)
|
|
1243
|
-
return `
|
|
1244
|
-
|
|
1245
|
-
Check the render method of \`` + e + "`.";
|
|
1246
|
-
}
|
|
1247
|
-
return "";
|
|
1248
|
-
}
|
|
1249
|
-
function Zt(e) {
|
|
1250
|
-
if (e !== void 0) {
|
|
1251
|
-
var r = e.fileName.replace(/^.*[\\\/]/, ""), o = e.lineNumber;
|
|
1252
|
-
return `
|
|
1253
|
-
|
|
1254
|
-
Check your code at ` + r + ":" + o + ".";
|
|
1255
|
-
}
|
|
1256
|
-
return "";
|
|
1257
|
-
}
|
|
1258
|
-
function Qt(e) {
|
|
1259
|
-
return e != null ? Zt(e.__source) : "";
|
|
1260
|
-
}
|
|
1261
|
-
var lt = {};
|
|
1262
|
-
function Jt(e) {
|
|
1263
|
-
var r = ut();
|
|
1264
|
-
if (!r) {
|
|
1265
|
-
var o = typeof e == "string" ? e : e.displayName || e.name;
|
|
1266
|
-
o && (r = `
|
|
1267
|
-
|
|
1268
|
-
Check the top-level render call using <` + o + ">.");
|
|
1269
|
-
}
|
|
1270
|
-
return r;
|
|
1271
|
-
}
|
|
1272
|
-
function ct(e, r) {
|
|
1273
|
-
if (!(!e._store || e._store.validated || e.key != null)) {
|
|
1274
|
-
e._store.validated = !0;
|
|
1275
|
-
var o = Jt(r);
|
|
1276
|
-
if (!lt[o]) {
|
|
1277
|
-
lt[o] = !0;
|
|
1278
|
-
var i = "";
|
|
1279
|
-
e && e._owner && e._owner !== w.current && (i = " It was passed a child from " + ge(e._owner.type) + "."), Ye(e), b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', o, i), Ye(null);
|
|
1280
|
-
}
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
|
-
function ft(e, r) {
|
|
1284
|
-
if (typeof e == "object") {
|
|
1285
|
-
if ($e(e))
|
|
1286
|
-
for (var o = 0; o < e.length; o++) {
|
|
1287
|
-
var i = e[o];
|
|
1288
|
-
ke(i) && ct(i, r);
|
|
1289
|
-
}
|
|
1290
|
-
else if (ke(e))
|
|
1291
|
-
e._store && (e._store.validated = !0);
|
|
1292
|
-
else if (e) {
|
|
1293
|
-
var h = q(e);
|
|
1294
|
-
if (typeof h == "function" && h !== e.entries)
|
|
1295
|
-
for (var y = h.call(e), _; !(_ = y.next()).done; )
|
|
1296
|
-
ke(_.value) && ct(_.value, r);
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
}
|
|
1300
|
-
function dt(e) {
|
|
1301
|
-
{
|
|
1302
|
-
var r = e.type;
|
|
1303
|
-
if (r == null || typeof r == "string")
|
|
1304
|
-
return;
|
|
1305
|
-
var o;
|
|
1306
|
-
if (typeof r == "function")
|
|
1307
|
-
o = r.propTypes;
|
|
1308
|
-
else if (typeof r == "object" && (r.$$typeof === N || // Note: Memo only checks outer props here.
|
|
1309
|
-
// Inner props are checked in the reconciler.
|
|
1310
|
-
r.$$typeof === V))
|
|
1311
|
-
o = r.propTypes;
|
|
1312
|
-
else
|
|
1313
|
-
return;
|
|
1314
|
-
if (o) {
|
|
1315
|
-
var i = ge(r);
|
|
1316
|
-
Gt(o, e.props, "prop", i, e);
|
|
1317
|
-
} else if (r.PropTypes !== void 0 && !Nr) {
|
|
1318
|
-
Nr = !0;
|
|
1319
|
-
var h = ge(r);
|
|
1320
|
-
b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", h || "Unknown");
|
|
1321
|
-
}
|
|
1322
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1323
|
-
}
|
|
1324
|
-
}
|
|
1325
|
-
function Xt(e) {
|
|
1326
|
-
{
|
|
1327
|
-
for (var r = Object.keys(e.props), o = 0; o < r.length; o++) {
|
|
1328
|
-
var i = r[o];
|
|
1329
|
-
if (i !== "children" && i !== "key") {
|
|
1330
|
-
Ye(e), b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", i), Ye(null);
|
|
1331
|
-
break;
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1334
|
-
e.ref !== null && (Ye(e), b("Invalid attribute `ref` supplied to `React.Fragment`."), Ye(null));
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
function ht(e, r, o) {
|
|
1338
|
-
var i = u(e);
|
|
1339
|
-
if (!i) {
|
|
1340
|
-
var h = "";
|
|
1341
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1342
|
-
var y = Qt(r);
|
|
1343
|
-
y ? h += y : h += ut();
|
|
1344
|
-
var _;
|
|
1345
|
-
e === null ? _ = "null" : $e(e) ? _ = "array" : e !== void 0 && e.$$typeof === c ? (_ = "<" + (ge(e.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof e, b("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, h);
|
|
1346
|
-
}
|
|
1347
|
-
var g = wr.apply(this, arguments);
|
|
1348
|
-
if (g == null)
|
|
1349
|
-
return g;
|
|
1350
|
-
if (i)
|
|
1351
|
-
for (var T = 2; T < arguments.length; T++)
|
|
1352
|
-
ft(arguments[T], e);
|
|
1353
|
-
return e === A ? Xt(g) : dt(g), g;
|
|
1354
|
-
}
|
|
1355
|
-
var pt = !1;
|
|
1356
|
-
function ea(e) {
|
|
1357
|
-
var r = ht.bind(null, e);
|
|
1358
|
-
return r.type = e, pt || (pt = !0, pe("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
|
|
1359
|
-
enumerable: !1,
|
|
1360
|
-
get: function() {
|
|
1361
|
-
return pe("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
|
|
1362
|
-
value: e
|
|
1363
|
-
}), e;
|
|
1364
|
-
}
|
|
1365
|
-
}), r;
|
|
1366
|
-
}
|
|
1367
|
-
function ra(e, r, o) {
|
|
1368
|
-
for (var i = Er.apply(this, arguments), h = 2; h < arguments.length; h++)
|
|
1369
|
-
ft(arguments[h], i.type);
|
|
1370
|
-
return dt(i), i;
|
|
1371
|
-
}
|
|
1372
|
-
function ta(e, r) {
|
|
1373
|
-
var o = _e.transition;
|
|
1374
|
-
_e.transition = {};
|
|
1375
|
-
var i = _e.transition;
|
|
1376
|
-
_e.transition._updatedFibers = /* @__PURE__ */ new Set();
|
|
1377
|
-
try {
|
|
1378
|
-
e();
|
|
1379
|
-
} finally {
|
|
1380
|
-
if (_e.transition = o, o === null && i._updatedFibers) {
|
|
1381
|
-
var h = i._updatedFibers.size;
|
|
1382
|
-
h > 10 && pe("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."), i._updatedFibers.clear();
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
var vt = !1, _r = null;
|
|
1387
|
-
function aa(e) {
|
|
1388
|
-
if (_r === null)
|
|
1389
|
-
try {
|
|
1390
|
-
var r = ("require" + Math.random()).slice(0, 7), o = a && a[r];
|
|
1391
|
-
_r = o.call(a, "timers").setImmediate;
|
|
1392
|
-
} catch {
|
|
1393
|
-
_r = function(h) {
|
|
1394
|
-
vt === !1 && (vt = !0, typeof MessageChannel > "u" && b("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."));
|
|
1395
|
-
var y = new MessageChannel();
|
|
1396
|
-
y.port1.onmessage = h, y.port2.postMessage(void 0);
|
|
1397
|
-
};
|
|
1398
|
-
}
|
|
1399
|
-
return _r(e);
|
|
1400
|
-
}
|
|
1401
|
-
var Be = 0, _t = !1;
|
|
1402
|
-
function na(e) {
|
|
1403
|
-
{
|
|
1404
|
-
var r = Be;
|
|
1405
|
-
Be++, Q.current === null && (Q.current = []);
|
|
1406
|
-
var o = Q.isBatchingLegacy, i;
|
|
1407
|
-
try {
|
|
1408
|
-
if (Q.isBatchingLegacy = !0, i = e(), !o && Q.didScheduleLegacyUpdate) {
|
|
1409
|
-
var h = Q.current;
|
|
1410
|
-
h !== null && (Q.didScheduleLegacyUpdate = !1, $r(h));
|
|
1411
|
-
}
|
|
1412
|
-
} catch (G) {
|
|
1413
|
-
throw br(r), G;
|
|
1414
|
-
} finally {
|
|
1415
|
-
Q.isBatchingLegacy = o;
|
|
1416
|
-
}
|
|
1417
|
-
if (i !== null && typeof i == "object" && typeof i.then == "function") {
|
|
1418
|
-
var y = i, _ = !1, g = {
|
|
1419
|
-
then: function(G, te) {
|
|
1420
|
-
_ = !0, y.then(function(ue) {
|
|
1421
|
-
br(r), Be === 0 ? Lr(ue, G, te) : G(ue);
|
|
1422
|
-
}, function(ue) {
|
|
1423
|
-
br(r), te(ue);
|
|
1424
|
-
});
|
|
1425
|
-
}
|
|
1426
|
-
};
|
|
1427
|
-
return !_t && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1428
|
-
}).then(function() {
|
|
1429
|
-
_ || (_t = !0, b("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 () => ...);"));
|
|
1430
|
-
}), g;
|
|
1431
|
-
} else {
|
|
1432
|
-
var T = i;
|
|
1433
|
-
if (br(r), Be === 0) {
|
|
1434
|
-
var $ = Q.current;
|
|
1435
|
-
$ !== null && ($r($), Q.current = null);
|
|
1436
|
-
var Y = {
|
|
1437
|
-
then: function(G, te) {
|
|
1438
|
-
Q.current === null ? (Q.current = [], Lr(T, G, te)) : G(T);
|
|
1439
|
-
}
|
|
1440
|
-
};
|
|
1441
|
-
return Y;
|
|
1442
|
-
} else {
|
|
1443
|
-
var B = {
|
|
1444
|
-
then: function(G, te) {
|
|
1445
|
-
G(T);
|
|
1446
|
-
}
|
|
1447
|
-
};
|
|
1448
|
-
return B;
|
|
1449
|
-
}
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
function br(e) {
|
|
1454
|
-
e !== Be - 1 && b("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Be = e;
|
|
1455
|
-
}
|
|
1456
|
-
function Lr(e, r, o) {
|
|
1457
|
-
{
|
|
1458
|
-
var i = Q.current;
|
|
1459
|
-
if (i !== null)
|
|
1460
|
-
try {
|
|
1461
|
-
$r(i), aa(function() {
|
|
1462
|
-
i.length === 0 ? (Q.current = null, r(e)) : Lr(e, r, o);
|
|
1463
|
-
});
|
|
1464
|
-
} catch (h) {
|
|
1465
|
-
o(h);
|
|
1466
|
-
}
|
|
1467
|
-
else
|
|
1468
|
-
r(e);
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
1471
|
-
var Fr = !1;
|
|
1472
|
-
function $r(e) {
|
|
1473
|
-
if (!Fr) {
|
|
1474
|
-
Fr = !0;
|
|
1475
|
-
var r = 0;
|
|
1476
|
-
try {
|
|
1477
|
-
for (; r < e.length; r++) {
|
|
1478
|
-
var o = e[r];
|
|
1479
|
-
do
|
|
1480
|
-
o = o(!0);
|
|
1481
|
-
while (o !== null);
|
|
1482
|
-
}
|
|
1483
|
-
e.length = 0;
|
|
1484
|
-
} catch (i) {
|
|
1485
|
-
throw e = e.slice(r + 1), i;
|
|
1486
|
-
} finally {
|
|
1487
|
-
Fr = !1;
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1491
|
-
var oa = ht, sa = ra, ia = ea, ua = {
|
|
1492
|
-
map: Le,
|
|
1493
|
-
forEach: ur,
|
|
1494
|
-
count: Sr,
|
|
1495
|
-
toArray: kr,
|
|
1496
|
-
only: lr
|
|
1497
|
-
};
|
|
1498
|
-
s.Children = ua, s.Component = R, s.Fragment = A, s.Profiler = S, s.PureComponent = ae, s.StrictMode = M, s.Suspense = H, s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = re, s.cloneElement = sa, s.createContext = cr, s.createElement = oa, s.createFactory = ia, s.createRef = xr, s.forwardRef = Mr, s.isValidElement = ke, s.lazy = Pr, s.memo = p, s.startTransition = ta, s.unstable_act = na, s.useCallback = ve, s.useContext = P, s.useDebugValue = ye, s.useDeferredValue = Vt, s.useEffect = ie, s.useId = Ut, s.useImperativeHandle = fr, s.useInsertionEffect = K, s.useLayoutEffect = Z, s.useMemo = Te, s.useReducer = j, s.useRef = z, s.useState = I, s.useSyncExternalStore = Wt, s.useTransition = $t, s.version = l, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1499
|
-
}();
|
|
1500
|
-
}(Xe, Xe.exports)), Xe.exports;
|
|
1501
|
-
}
|
|
1502
|
-
process.env.NODE_ENV === "production" ? Yr.exports = ha() : Yr.exports = pa();
|
|
1503
|
-
var se = Yr.exports;
|
|
1504
|
-
const Ot = /* @__PURE__ */ da(se);
|
|
1
|
+
import ce, { useLayoutEffect as Ue, forwardRef as Da, useCallback as La, useState as ae, createContext as aa, useMemo as ra, useContext as Ia, useEffect as Fa } from "react";
|
|
2
|
+
var ye = { exports: {} }, X = {};
|
|
1505
3
|
/**
|
|
1506
4
|
* @license React
|
|
1507
5
|
* react-jsx-runtime.production.min.js
|
|
@@ -1511,25 +9,25 @@ const Ot = /* @__PURE__ */ da(se);
|
|
|
1511
9
|
* This source code is licensed under the MIT license found in the
|
|
1512
10
|
* LICENSE file in the root directory of this source tree.
|
|
1513
11
|
*/
|
|
1514
|
-
var
|
|
1515
|
-
function
|
|
1516
|
-
if (
|
|
1517
|
-
return
|
|
1518
|
-
|
|
1519
|
-
var a =
|
|
1520
|
-
function
|
|
1521
|
-
var
|
|
1522
|
-
|
|
1523
|
-
for (
|
|
1524
|
-
|
|
1525
|
-
if (
|
|
1526
|
-
for (
|
|
1527
|
-
|
|
1528
|
-
return { $$typeof:
|
|
12
|
+
var He;
|
|
13
|
+
function qa() {
|
|
14
|
+
if (He)
|
|
15
|
+
return X;
|
|
16
|
+
He = 1;
|
|
17
|
+
var a = ce, r = Symbol.for("react.element"), o = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, i = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
18
|
+
function v(b, f, w) {
|
|
19
|
+
var p, M = {}, S = null, E = null;
|
|
20
|
+
w !== void 0 && (S = "" + w), f.key !== void 0 && (S = "" + f.key), f.ref !== void 0 && (E = f.ref);
|
|
21
|
+
for (p in f)
|
|
22
|
+
n.call(f, p) && !m.hasOwnProperty(p) && (M[p] = f[p]);
|
|
23
|
+
if (b && b.defaultProps)
|
|
24
|
+
for (p in f = b.defaultProps, f)
|
|
25
|
+
M[p] === void 0 && (M[p] = f[p]);
|
|
26
|
+
return { $$typeof: r, type: b, key: S, ref: E, props: M, _owner: i.current };
|
|
1529
27
|
}
|
|
1530
|
-
return
|
|
28
|
+
return X.Fragment = o, X.jsx = v, X.jsxs = v, X;
|
|
1531
29
|
}
|
|
1532
|
-
var
|
|
30
|
+
var ee = {};
|
|
1533
31
|
/**
|
|
1534
32
|
* @license React
|
|
1535
33
|
* react-jsx-runtime.development.js
|
|
@@ -1539,91 +37,91 @@ var Je = {};
|
|
|
1539
37
|
* This source code is licensed under the MIT license found in the
|
|
1540
38
|
* LICENSE file in the root directory of this source tree.
|
|
1541
39
|
*/
|
|
1542
|
-
var
|
|
1543
|
-
function
|
|
1544
|
-
return
|
|
1545
|
-
var a =
|
|
1546
|
-
function
|
|
1547
|
-
if (
|
|
40
|
+
var Ze;
|
|
41
|
+
function Va() {
|
|
42
|
+
return Ze || (Ze = 1, process.env.NODE_ENV !== "production" && function() {
|
|
43
|
+
var a = ce, r = Symbol.for("react.element"), o = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), v = Symbol.for("react.provider"), b = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), M = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, fe = "@@iterator";
|
|
44
|
+
function G(e) {
|
|
45
|
+
if (e === null || typeof e != "object")
|
|
1548
46
|
return null;
|
|
1549
|
-
var
|
|
1550
|
-
return typeof
|
|
47
|
+
var t = F && e[F] || e[fe];
|
|
48
|
+
return typeof t == "function" ? t : null;
|
|
1551
49
|
}
|
|
1552
|
-
var
|
|
1553
|
-
function
|
|
50
|
+
var D = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
51
|
+
function j(e) {
|
|
1554
52
|
{
|
|
1555
|
-
for (var
|
|
1556
|
-
|
|
1557
|
-
|
|
53
|
+
for (var t = arguments.length, l = new Array(t > 1 ? t - 1 : 0), d = 1; d < t; d++)
|
|
54
|
+
l[d - 1] = arguments[d];
|
|
55
|
+
O("error", e, l);
|
|
1558
56
|
}
|
|
1559
57
|
}
|
|
1560
|
-
function
|
|
58
|
+
function O(e, t, l) {
|
|
1561
59
|
{
|
|
1562
|
-
var
|
|
1563
|
-
|
|
1564
|
-
var
|
|
1565
|
-
return String(
|
|
60
|
+
var d = D.ReactDebugCurrentFrame, h = d.getStackAddendum();
|
|
61
|
+
h !== "" && (t += "%s", l = l.concat([h]));
|
|
62
|
+
var x = l.map(function(c) {
|
|
63
|
+
return String(c);
|
|
1566
64
|
});
|
|
1567
|
-
|
|
65
|
+
x.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, x);
|
|
1568
66
|
}
|
|
1569
67
|
}
|
|
1570
|
-
var
|
|
1571
|
-
|
|
1572
|
-
function
|
|
1573
|
-
return !!(typeof
|
|
68
|
+
var he = !1, Se = !1, C = !1, _ = !1, $ = !1, W;
|
|
69
|
+
W = Symbol.for("react.module.reference");
|
|
70
|
+
function te(e) {
|
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === n || e === m || $ || e === i || e === w || e === p || _ || e === E || he || Se || C || typeof e == "object" && e !== null && (e.$$typeof === S || e.$$typeof === M || e.$$typeof === v || e.$$typeof === b || e.$$typeof === f || // This needs to include all possible module reference object
|
|
1574
72
|
// types supported by any Flight configuration anywhere since
|
|
1575
73
|
// we don't know which Flight build this will end up being used
|
|
1576
74
|
// with.
|
|
1577
|
-
|
|
75
|
+
e.$$typeof === W || e.getModuleId !== void 0));
|
|
1578
76
|
}
|
|
1579
|
-
function
|
|
1580
|
-
var
|
|
1581
|
-
if (
|
|
1582
|
-
return
|
|
1583
|
-
var
|
|
1584
|
-
return
|
|
77
|
+
function K(e, t, l) {
|
|
78
|
+
var d = e.displayName;
|
|
79
|
+
if (d)
|
|
80
|
+
return d;
|
|
81
|
+
var h = t.displayName || t.name || "";
|
|
82
|
+
return h !== "" ? l + "(" + h + ")" : l;
|
|
1585
83
|
}
|
|
1586
|
-
function
|
|
1587
|
-
return
|
|
84
|
+
function Y(e) {
|
|
85
|
+
return e.displayName || "Context";
|
|
1588
86
|
}
|
|
1589
|
-
function
|
|
1590
|
-
if (
|
|
87
|
+
function R(e) {
|
|
88
|
+
if (e == null)
|
|
1591
89
|
return null;
|
|
1592
|
-
if (typeof
|
|
1593
|
-
return
|
|
1594
|
-
if (typeof
|
|
1595
|
-
return
|
|
1596
|
-
switch (
|
|
1597
|
-
case
|
|
90
|
+
if (typeof e.tag == "number" && j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
91
|
+
return e.displayName || e.name || null;
|
|
92
|
+
if (typeof e == "string")
|
|
93
|
+
return e;
|
|
94
|
+
switch (e) {
|
|
95
|
+
case n:
|
|
1598
96
|
return "Fragment";
|
|
1599
|
-
case
|
|
97
|
+
case o:
|
|
1600
98
|
return "Portal";
|
|
1601
|
-
case A:
|
|
1602
|
-
return "Profiler";
|
|
1603
99
|
case m:
|
|
100
|
+
return "Profiler";
|
|
101
|
+
case i:
|
|
1604
102
|
return "StrictMode";
|
|
1605
|
-
case
|
|
103
|
+
case w:
|
|
1606
104
|
return "Suspense";
|
|
1607
|
-
case
|
|
105
|
+
case p:
|
|
1608
106
|
return "SuspenseList";
|
|
1609
107
|
}
|
|
1610
|
-
if (typeof
|
|
1611
|
-
switch (
|
|
1612
|
-
case
|
|
1613
|
-
var
|
|
1614
|
-
return
|
|
108
|
+
if (typeof e == "object")
|
|
109
|
+
switch (e.$$typeof) {
|
|
110
|
+
case b:
|
|
111
|
+
var t = e;
|
|
112
|
+
return Y(t) + ".Consumer";
|
|
113
|
+
case v:
|
|
114
|
+
var l = e;
|
|
115
|
+
return Y(l._context) + ".Provider";
|
|
116
|
+
case f:
|
|
117
|
+
return K(e, e.render, "ForwardRef");
|
|
1615
118
|
case M:
|
|
1616
|
-
var
|
|
1617
|
-
return
|
|
1618
|
-
case
|
|
1619
|
-
|
|
1620
|
-
case H:
|
|
1621
|
-
var v = t.displayName || null;
|
|
1622
|
-
return v !== null ? v : J(t.type) || "Memo";
|
|
1623
|
-
case ne: {
|
|
1624
|
-
var P = t, I = P._payload, j = P._init;
|
|
119
|
+
var d = e.displayName || null;
|
|
120
|
+
return d !== null ? d : R(e.type) || "Memo";
|
|
121
|
+
case S: {
|
|
122
|
+
var h = e, x = h._payload, c = h._init;
|
|
1625
123
|
try {
|
|
1626
|
-
return
|
|
124
|
+
return R(c(x));
|
|
1627
125
|
} catch {
|
|
1628
126
|
return null;
|
|
1629
127
|
}
|
|
@@ -1631,633 +129,637 @@ function _a() {
|
|
|
1631
129
|
}
|
|
1632
130
|
return null;
|
|
1633
131
|
}
|
|
1634
|
-
var
|
|
1635
|
-
function
|
|
132
|
+
var T = Object.assign, q = 0, J, B, V, se, A, L, U;
|
|
133
|
+
function oe() {
|
|
1636
134
|
}
|
|
1637
|
-
|
|
1638
|
-
function
|
|
135
|
+
oe.__reactDisabledLog = !0;
|
|
136
|
+
function ca() {
|
|
1639
137
|
{
|
|
1640
|
-
if (
|
|
1641
|
-
|
|
1642
|
-
var
|
|
138
|
+
if (q === 0) {
|
|
139
|
+
J = console.log, B = console.info, V = console.warn, se = console.error, A = console.group, L = console.groupCollapsed, U = console.groupEnd;
|
|
140
|
+
var e = {
|
|
1643
141
|
configurable: !0,
|
|
1644
142
|
enumerable: !0,
|
|
1645
|
-
value:
|
|
143
|
+
value: oe,
|
|
1646
144
|
writable: !0
|
|
1647
145
|
};
|
|
1648
146
|
Object.defineProperties(console, {
|
|
1649
|
-
info:
|
|
1650
|
-
log:
|
|
1651
|
-
warn:
|
|
1652
|
-
error:
|
|
1653
|
-
group:
|
|
1654
|
-
groupCollapsed:
|
|
1655
|
-
groupEnd:
|
|
147
|
+
info: e,
|
|
148
|
+
log: e,
|
|
149
|
+
warn: e,
|
|
150
|
+
error: e,
|
|
151
|
+
group: e,
|
|
152
|
+
groupCollapsed: e,
|
|
153
|
+
groupEnd: e
|
|
1656
154
|
});
|
|
1657
155
|
}
|
|
1658
|
-
|
|
156
|
+
q++;
|
|
1659
157
|
}
|
|
1660
158
|
}
|
|
1661
|
-
function
|
|
159
|
+
function fa() {
|
|
1662
160
|
{
|
|
1663
|
-
if (
|
|
1664
|
-
var
|
|
161
|
+
if (q--, q === 0) {
|
|
162
|
+
var e = {
|
|
1665
163
|
configurable: !0,
|
|
1666
164
|
enumerable: !0,
|
|
1667
165
|
writable: !0
|
|
1668
166
|
};
|
|
1669
167
|
Object.defineProperties(console, {
|
|
1670
|
-
log:
|
|
1671
|
-
value:
|
|
168
|
+
log: T({}, e, {
|
|
169
|
+
value: J
|
|
1672
170
|
}),
|
|
1673
|
-
info:
|
|
1674
|
-
value:
|
|
171
|
+
info: T({}, e, {
|
|
172
|
+
value: B
|
|
1675
173
|
}),
|
|
1676
|
-
warn:
|
|
1677
|
-
value:
|
|
174
|
+
warn: T({}, e, {
|
|
175
|
+
value: V
|
|
1678
176
|
}),
|
|
1679
|
-
error:
|
|
1680
|
-
value:
|
|
177
|
+
error: T({}, e, {
|
|
178
|
+
value: se
|
|
1681
179
|
}),
|
|
1682
|
-
group:
|
|
1683
|
-
value:
|
|
180
|
+
group: T({}, e, {
|
|
181
|
+
value: A
|
|
1684
182
|
}),
|
|
1685
|
-
groupCollapsed:
|
|
1686
|
-
value:
|
|
183
|
+
groupCollapsed: T({}, e, {
|
|
184
|
+
value: L
|
|
1687
185
|
}),
|
|
1688
|
-
groupEnd:
|
|
1689
|
-
value:
|
|
186
|
+
groupEnd: T({}, e, {
|
|
187
|
+
value: U
|
|
1690
188
|
})
|
|
1691
189
|
});
|
|
1692
190
|
}
|
|
1693
|
-
|
|
191
|
+
q < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1694
192
|
}
|
|
1695
193
|
}
|
|
1696
|
-
var
|
|
1697
|
-
function
|
|
194
|
+
var be = D.ReactCurrentDispatcher, xe;
|
|
195
|
+
function ne(e, t, l) {
|
|
1698
196
|
{
|
|
1699
|
-
if (
|
|
197
|
+
if (xe === void 0)
|
|
1700
198
|
try {
|
|
1701
199
|
throw Error();
|
|
1702
|
-
} catch (
|
|
1703
|
-
var
|
|
1704
|
-
|
|
200
|
+
} catch (h) {
|
|
201
|
+
var d = h.stack.trim().match(/\n( *(at )?)/);
|
|
202
|
+
xe = d && d[1] || "";
|
|
1705
203
|
}
|
|
1706
204
|
return `
|
|
1707
|
-
` +
|
|
205
|
+
` + xe + e;
|
|
1708
206
|
}
|
|
1709
207
|
}
|
|
1710
|
-
var
|
|
208
|
+
var _e = !1, le;
|
|
1711
209
|
{
|
|
1712
|
-
var
|
|
1713
|
-
|
|
210
|
+
var ha = typeof WeakMap == "function" ? WeakMap : Map;
|
|
211
|
+
le = new ha();
|
|
1714
212
|
}
|
|
1715
|
-
function
|
|
1716
|
-
if (!
|
|
213
|
+
function Pe(e, t) {
|
|
214
|
+
if (!e || _e)
|
|
1717
215
|
return "";
|
|
1718
216
|
{
|
|
1719
|
-
var
|
|
1720
|
-
if (
|
|
1721
|
-
return
|
|
217
|
+
var l = le.get(e);
|
|
218
|
+
if (l !== void 0)
|
|
219
|
+
return l;
|
|
1722
220
|
}
|
|
1723
|
-
var
|
|
1724
|
-
|
|
1725
|
-
var
|
|
221
|
+
var d;
|
|
222
|
+
_e = !0;
|
|
223
|
+
var h = Error.prepareStackTrace;
|
|
1726
224
|
Error.prepareStackTrace = void 0;
|
|
1727
|
-
var
|
|
1728
|
-
|
|
225
|
+
var x;
|
|
226
|
+
x = be.current, be.current = null, ca();
|
|
1729
227
|
try {
|
|
1730
|
-
if (
|
|
1731
|
-
var
|
|
228
|
+
if (t) {
|
|
229
|
+
var c = function() {
|
|
1732
230
|
throw Error();
|
|
1733
231
|
};
|
|
1734
|
-
if (Object.defineProperty(
|
|
232
|
+
if (Object.defineProperty(c.prototype, "props", {
|
|
1735
233
|
set: function() {
|
|
1736
234
|
throw Error();
|
|
1737
235
|
}
|
|
1738
236
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1739
237
|
try {
|
|
1740
|
-
Reflect.construct(
|
|
1741
|
-
} catch (
|
|
1742
|
-
|
|
238
|
+
Reflect.construct(c, []);
|
|
239
|
+
} catch (I) {
|
|
240
|
+
d = I;
|
|
1743
241
|
}
|
|
1744
|
-
Reflect.construct(
|
|
242
|
+
Reflect.construct(e, [], c);
|
|
1745
243
|
} else {
|
|
1746
244
|
try {
|
|
1747
|
-
|
|
1748
|
-
} catch (
|
|
1749
|
-
|
|
245
|
+
c.call();
|
|
246
|
+
} catch (I) {
|
|
247
|
+
d = I;
|
|
1750
248
|
}
|
|
1751
|
-
|
|
249
|
+
e.call(c.prototype);
|
|
1752
250
|
}
|
|
1753
251
|
} else {
|
|
1754
252
|
try {
|
|
1755
253
|
throw Error();
|
|
1756
|
-
} catch (
|
|
1757
|
-
|
|
254
|
+
} catch (I) {
|
|
255
|
+
d = I;
|
|
1758
256
|
}
|
|
1759
|
-
|
|
257
|
+
e();
|
|
1760
258
|
}
|
|
1761
|
-
} catch (
|
|
1762
|
-
if (
|
|
1763
|
-
for (var
|
|
1764
|
-
`),
|
|
1765
|
-
`),
|
|
1766
|
-
|
|
1767
|
-
for (;
|
|
1768
|
-
if (
|
|
1769
|
-
if (
|
|
259
|
+
} catch (I) {
|
|
260
|
+
if (I && d && typeof I.stack == "string") {
|
|
261
|
+
for (var u = I.stack.split(`
|
|
262
|
+
`), k = d.stack.split(`
|
|
263
|
+
`), g = u.length - 1, y = k.length - 1; g >= 1 && y >= 0 && u[g] !== k[y]; )
|
|
264
|
+
y--;
|
|
265
|
+
for (; g >= 1 && y >= 0; g--, y--)
|
|
266
|
+
if (u[g] !== k[y]) {
|
|
267
|
+
if (g !== 1 || y !== 1)
|
|
1770
268
|
do
|
|
1771
|
-
if (
|
|
1772
|
-
var
|
|
1773
|
-
` +
|
|
1774
|
-
return
|
|
269
|
+
if (g--, y--, y < 0 || u[g] !== k[y]) {
|
|
270
|
+
var P = `
|
|
271
|
+
` + u[g].replace(" at new ", " at ");
|
|
272
|
+
return e.displayName && P.includes("<anonymous>") && (P = P.replace("<anonymous>", e.displayName)), typeof e == "function" && le.set(e, P), P;
|
|
1775
273
|
}
|
|
1776
|
-
while (
|
|
274
|
+
while (g >= 1 && y >= 0);
|
|
1777
275
|
break;
|
|
1778
276
|
}
|
|
1779
277
|
}
|
|
1780
278
|
} finally {
|
|
1781
|
-
|
|
279
|
+
_e = !1, be.current = x, fa(), Error.prepareStackTrace = h;
|
|
1782
280
|
}
|
|
1783
|
-
var
|
|
1784
|
-
return typeof
|
|
281
|
+
var Z = e ? e.displayName || e.name : "", Be = Z ? ne(Z) : "";
|
|
282
|
+
return typeof e == "function" && le.set(e, Be), Be;
|
|
1785
283
|
}
|
|
1786
|
-
function
|
|
1787
|
-
return
|
|
284
|
+
function ba(e, t, l) {
|
|
285
|
+
return Pe(e, !1);
|
|
1788
286
|
}
|
|
1789
|
-
function
|
|
1790
|
-
var
|
|
1791
|
-
return !!(
|
|
287
|
+
function xa(e) {
|
|
288
|
+
var t = e.prototype;
|
|
289
|
+
return !!(t && t.isReactComponent);
|
|
1792
290
|
}
|
|
1793
|
-
function
|
|
1794
|
-
if (
|
|
291
|
+
function ie(e, t, l) {
|
|
292
|
+
if (e == null)
|
|
1795
293
|
return "";
|
|
1796
|
-
if (typeof
|
|
1797
|
-
return
|
|
1798
|
-
if (typeof
|
|
1799
|
-
return
|
|
1800
|
-
switch (
|
|
1801
|
-
case
|
|
1802
|
-
return
|
|
1803
|
-
case
|
|
1804
|
-
return
|
|
1805
|
-
}
|
|
1806
|
-
if (typeof
|
|
1807
|
-
switch (
|
|
1808
|
-
case
|
|
1809
|
-
return
|
|
1810
|
-
case
|
|
1811
|
-
return
|
|
1812
|
-
case
|
|
1813
|
-
var
|
|
294
|
+
if (typeof e == "function")
|
|
295
|
+
return Pe(e, xa(e));
|
|
296
|
+
if (typeof e == "string")
|
|
297
|
+
return ne(e);
|
|
298
|
+
switch (e) {
|
|
299
|
+
case w:
|
|
300
|
+
return ne("Suspense");
|
|
301
|
+
case p:
|
|
302
|
+
return ne("SuspenseList");
|
|
303
|
+
}
|
|
304
|
+
if (typeof e == "object")
|
|
305
|
+
switch (e.$$typeof) {
|
|
306
|
+
case f:
|
|
307
|
+
return ba(e.render);
|
|
308
|
+
case M:
|
|
309
|
+
return ie(e.type, t, l);
|
|
310
|
+
case S: {
|
|
311
|
+
var d = e, h = d._payload, x = d._init;
|
|
1814
312
|
try {
|
|
1815
|
-
return
|
|
313
|
+
return ie(x(h), t, l);
|
|
1816
314
|
} catch {
|
|
1817
315
|
}
|
|
1818
316
|
}
|
|
1819
317
|
}
|
|
1820
318
|
return "";
|
|
1821
319
|
}
|
|
1822
|
-
var
|
|
1823
|
-
function
|
|
1824
|
-
if (
|
|
1825
|
-
var
|
|
1826
|
-
|
|
320
|
+
var de = Object.prototype.hasOwnProperty, Te = {}, Ne = D.ReactDebugCurrentFrame;
|
|
321
|
+
function ue(e) {
|
|
322
|
+
if (e) {
|
|
323
|
+
var t = e._owner, l = ie(e.type, e._source, t ? t.type : null);
|
|
324
|
+
Ne.setExtraStackFrame(l);
|
|
1827
325
|
} else
|
|
1828
|
-
|
|
326
|
+
Ne.setExtraStackFrame(null);
|
|
1829
327
|
}
|
|
1830
|
-
function
|
|
328
|
+
function _a(e, t, l, d, h) {
|
|
1831
329
|
{
|
|
1832
|
-
var
|
|
1833
|
-
for (var
|
|
1834
|
-
if (
|
|
1835
|
-
var
|
|
330
|
+
var x = Function.call.bind(de);
|
|
331
|
+
for (var c in e)
|
|
332
|
+
if (x(e, c)) {
|
|
333
|
+
var u = void 0;
|
|
1836
334
|
try {
|
|
1837
|
-
if (typeof
|
|
1838
|
-
var
|
|
1839
|
-
throw
|
|
335
|
+
if (typeof e[c] != "function") {
|
|
336
|
+
var k = Error((d || "React class") + ": " + l + " type `" + c + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[c] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
337
|
+
throw k.name = "Invariant Violation", k;
|
|
1840
338
|
}
|
|
1841
|
-
|
|
1842
|
-
} catch (
|
|
1843
|
-
|
|
339
|
+
u = e[c](t, c, d, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
340
|
+
} catch (g) {
|
|
341
|
+
u = g;
|
|
1844
342
|
}
|
|
1845
|
-
|
|
343
|
+
u && !(u instanceof Error) && (ue(h), j("%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).", d || "React class", l, c, typeof u), ue(null)), u instanceof Error && !(u.message in Te) && (Te[u.message] = !0, ue(h), j("Failed %s type: %s", l, u.message), ue(null));
|
|
1846
344
|
}
|
|
1847
345
|
}
|
|
1848
346
|
}
|
|
1849
|
-
var
|
|
1850
|
-
function
|
|
1851
|
-
return
|
|
347
|
+
var va = Array.isArray;
|
|
348
|
+
function ve(e) {
|
|
349
|
+
return va(e);
|
|
1852
350
|
}
|
|
1853
|
-
function
|
|
351
|
+
function pa(e) {
|
|
1854
352
|
{
|
|
1855
|
-
var
|
|
1856
|
-
return
|
|
353
|
+
var t = typeof Symbol == "function" && Symbol.toStringTag, l = t && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
354
|
+
return l;
|
|
1857
355
|
}
|
|
1858
356
|
}
|
|
1859
|
-
function
|
|
357
|
+
function Ca(e) {
|
|
1860
358
|
try {
|
|
1861
|
-
return
|
|
359
|
+
return Ae(e), !1;
|
|
1862
360
|
} catch {
|
|
1863
361
|
return !0;
|
|
1864
362
|
}
|
|
1865
363
|
}
|
|
1866
|
-
function
|
|
1867
|
-
return "" +
|
|
364
|
+
function Ae(e) {
|
|
365
|
+
return "" + e;
|
|
1868
366
|
}
|
|
1869
|
-
function
|
|
1870
|
-
if (
|
|
1871
|
-
return
|
|
367
|
+
function De(e) {
|
|
368
|
+
if (Ca(e))
|
|
369
|
+
return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", pa(e)), Ae(e);
|
|
1872
370
|
}
|
|
1873
|
-
var
|
|
371
|
+
var Q = D.ReactCurrentOwner, ma = {
|
|
1874
372
|
key: !0,
|
|
1875
373
|
ref: !0,
|
|
1876
374
|
__self: !0,
|
|
1877
375
|
__source: !0
|
|
1878
|
-
},
|
|
1879
|
-
|
|
1880
|
-
function
|
|
1881
|
-
if (
|
|
1882
|
-
var
|
|
1883
|
-
if (
|
|
376
|
+
}, Le, Ie, pe;
|
|
377
|
+
pe = {};
|
|
378
|
+
function ga(e) {
|
|
379
|
+
if (de.call(e, "ref")) {
|
|
380
|
+
var t = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
381
|
+
if (t && t.isReactWarning)
|
|
1884
382
|
return !1;
|
|
1885
383
|
}
|
|
1886
|
-
return
|
|
384
|
+
return e.ref !== void 0;
|
|
1887
385
|
}
|
|
1888
|
-
function
|
|
1889
|
-
if (
|
|
1890
|
-
var
|
|
1891
|
-
if (
|
|
386
|
+
function za(e) {
|
|
387
|
+
if (de.call(e, "key")) {
|
|
388
|
+
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
389
|
+
if (t && t.isReactWarning)
|
|
1892
390
|
return !1;
|
|
1893
391
|
}
|
|
1894
|
-
return
|
|
392
|
+
return e.key !== void 0;
|
|
1895
393
|
}
|
|
1896
|
-
function
|
|
1897
|
-
if (typeof
|
|
1898
|
-
var
|
|
1899
|
-
|
|
394
|
+
function wa(e, t) {
|
|
395
|
+
if (typeof e.ref == "string" && Q.current && t && Q.current.stateNode !== t) {
|
|
396
|
+
var l = R(Q.current.type);
|
|
397
|
+
pe[l] || (j('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', R(Q.current.type), e.ref), pe[l] = !0);
|
|
1900
398
|
}
|
|
1901
399
|
}
|
|
1902
|
-
function
|
|
400
|
+
function ya(e, t) {
|
|
1903
401
|
{
|
|
1904
|
-
var
|
|
1905
|
-
|
|
402
|
+
var l = function() {
|
|
403
|
+
Le || (Le = !0, j("%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)", t));
|
|
1906
404
|
};
|
|
1907
|
-
|
|
1908
|
-
get:
|
|
405
|
+
l.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
406
|
+
get: l,
|
|
1909
407
|
configurable: !0
|
|
1910
408
|
});
|
|
1911
409
|
}
|
|
1912
410
|
}
|
|
1913
|
-
function
|
|
411
|
+
function ja(e, t) {
|
|
1914
412
|
{
|
|
1915
|
-
var
|
|
1916
|
-
|
|
413
|
+
var l = function() {
|
|
414
|
+
Ie || (Ie = !0, j("%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)", t));
|
|
1917
415
|
};
|
|
1918
|
-
|
|
1919
|
-
get:
|
|
416
|
+
l.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
417
|
+
get: l,
|
|
1920
418
|
configurable: !0
|
|
1921
419
|
});
|
|
1922
420
|
}
|
|
1923
421
|
}
|
|
1924
|
-
var
|
|
1925
|
-
var
|
|
422
|
+
var Ea = function(e, t, l, d, h, x, c) {
|
|
423
|
+
var u = {
|
|
1926
424
|
// This tag allows us to uniquely identify this as a React Element
|
|
1927
|
-
$$typeof:
|
|
425
|
+
$$typeof: r,
|
|
1928
426
|
// Built-in properties that belong on the element
|
|
1929
|
-
type:
|
|
1930
|
-
key:
|
|
1931
|
-
ref:
|
|
1932
|
-
props:
|
|
427
|
+
type: e,
|
|
428
|
+
key: t,
|
|
429
|
+
ref: l,
|
|
430
|
+
props: c,
|
|
1933
431
|
// Record the component responsible for creating this element.
|
|
1934
|
-
_owner:
|
|
432
|
+
_owner: x
|
|
1935
433
|
};
|
|
1936
|
-
return
|
|
434
|
+
return u._store = {}, Object.defineProperty(u._store, "validated", {
|
|
1937
435
|
configurable: !1,
|
|
1938
436
|
enumerable: !1,
|
|
1939
437
|
writable: !0,
|
|
1940
438
|
value: !1
|
|
1941
|
-
}), Object.defineProperty(
|
|
439
|
+
}), Object.defineProperty(u, "_self", {
|
|
1942
440
|
configurable: !1,
|
|
1943
441
|
enumerable: !1,
|
|
1944
442
|
writable: !1,
|
|
1945
|
-
value:
|
|
1946
|
-
}), Object.defineProperty(
|
|
443
|
+
value: d
|
|
444
|
+
}), Object.defineProperty(u, "_source", {
|
|
1947
445
|
configurable: !1,
|
|
1948
446
|
enumerable: !1,
|
|
1949
447
|
writable: !1,
|
|
1950
|
-
value:
|
|
1951
|
-
}), Object.freeze && (Object.freeze(
|
|
448
|
+
value: h
|
|
449
|
+
}), Object.freeze && (Object.freeze(u.props), Object.freeze(u)), u;
|
|
1952
450
|
};
|
|
1953
|
-
function
|
|
451
|
+
function Ma(e, t, l, d, h) {
|
|
1954
452
|
{
|
|
1955
|
-
var
|
|
1956
|
-
|
|
1957
|
-
for (
|
|
1958
|
-
|
|
1959
|
-
if (
|
|
1960
|
-
var
|
|
1961
|
-
for (
|
|
1962
|
-
|
|
453
|
+
var x, c = {}, u = null, k = null;
|
|
454
|
+
l !== void 0 && (De(l), u = "" + l), za(t) && (De(t.key), u = "" + t.key), ga(t) && (k = t.ref, wa(t, h));
|
|
455
|
+
for (x in t)
|
|
456
|
+
de.call(t, x) && !ma.hasOwnProperty(x) && (c[x] = t[x]);
|
|
457
|
+
if (e && e.defaultProps) {
|
|
458
|
+
var g = e.defaultProps;
|
|
459
|
+
for (x in g)
|
|
460
|
+
c[x] === void 0 && (c[x] = g[x]);
|
|
1963
461
|
}
|
|
1964
|
-
if (
|
|
1965
|
-
var
|
|
1966
|
-
|
|
462
|
+
if (u || k) {
|
|
463
|
+
var y = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
464
|
+
u && ya(c, y), k && ja(c, y);
|
|
1967
465
|
}
|
|
1968
|
-
return
|
|
466
|
+
return Ea(e, u, k, h, d, Q.current, c);
|
|
1969
467
|
}
|
|
1970
468
|
}
|
|
1971
|
-
var
|
|
1972
|
-
function
|
|
1973
|
-
if (
|
|
1974
|
-
var
|
|
1975
|
-
|
|
469
|
+
var Ce = D.ReactCurrentOwner, Fe = D.ReactDebugCurrentFrame;
|
|
470
|
+
function H(e) {
|
|
471
|
+
if (e) {
|
|
472
|
+
var t = e._owner, l = ie(e.type, e._source, t ? t.type : null);
|
|
473
|
+
Fe.setExtraStackFrame(l);
|
|
1976
474
|
} else
|
|
1977
|
-
|
|
475
|
+
Fe.setExtraStackFrame(null);
|
|
1978
476
|
}
|
|
1979
|
-
var
|
|
1980
|
-
|
|
1981
|
-
function
|
|
1982
|
-
return typeof
|
|
477
|
+
var me;
|
|
478
|
+
me = !1;
|
|
479
|
+
function ge(e) {
|
|
480
|
+
return typeof e == "object" && e !== null && e.$$typeof === r;
|
|
1983
481
|
}
|
|
1984
|
-
function
|
|
482
|
+
function qe() {
|
|
1985
483
|
{
|
|
1986
|
-
if (
|
|
1987
|
-
var
|
|
1988
|
-
if (
|
|
484
|
+
if (Ce.current) {
|
|
485
|
+
var e = R(Ce.current.type);
|
|
486
|
+
if (e)
|
|
1989
487
|
return `
|
|
1990
488
|
|
|
1991
|
-
Check the render method of \`` +
|
|
489
|
+
Check the render method of \`` + e + "`.";
|
|
1992
490
|
}
|
|
1993
491
|
return "";
|
|
1994
492
|
}
|
|
1995
493
|
}
|
|
1996
|
-
function
|
|
494
|
+
function Ra(e) {
|
|
1997
495
|
{
|
|
1998
|
-
if (
|
|
1999
|
-
var
|
|
496
|
+
if (e !== void 0) {
|
|
497
|
+
var t = e.fileName.replace(/^.*[\\\/]/, ""), l = e.lineNumber;
|
|
2000
498
|
return `
|
|
2001
499
|
|
|
2002
|
-
Check your code at ` +
|
|
500
|
+
Check your code at ` + t + ":" + l + ".";
|
|
2003
501
|
}
|
|
2004
502
|
return "";
|
|
2005
503
|
}
|
|
2006
504
|
}
|
|
2007
|
-
var
|
|
2008
|
-
function
|
|
505
|
+
var Ve = {};
|
|
506
|
+
function ka(e) {
|
|
2009
507
|
{
|
|
2010
|
-
var
|
|
2011
|
-
if (!
|
|
2012
|
-
var
|
|
2013
|
-
|
|
508
|
+
var t = qe();
|
|
509
|
+
if (!t) {
|
|
510
|
+
var l = typeof e == "string" ? e : e.displayName || e.name;
|
|
511
|
+
l && (t = `
|
|
2014
512
|
|
|
2015
|
-
Check the top-level render call using <` +
|
|
513
|
+
Check the top-level render call using <` + l + ">.");
|
|
2016
514
|
}
|
|
2017
|
-
return
|
|
515
|
+
return t;
|
|
2018
516
|
}
|
|
2019
517
|
}
|
|
2020
|
-
function
|
|
518
|
+
function $e(e, t) {
|
|
2021
519
|
{
|
|
2022
|
-
if (!
|
|
520
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
2023
521
|
return;
|
|
2024
|
-
|
|
2025
|
-
var
|
|
2026
|
-
if (
|
|
522
|
+
e._store.validated = !0;
|
|
523
|
+
var l = ka(t);
|
|
524
|
+
if (Ve[l])
|
|
2027
525
|
return;
|
|
2028
|
-
|
|
2029
|
-
var
|
|
2030
|
-
|
|
526
|
+
Ve[l] = !0;
|
|
527
|
+
var d = "";
|
|
528
|
+
e && e._owner && e._owner !== Ce.current && (d = " It was passed a child from " + R(e._owner.type) + "."), H(e), j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', l, d), H(null);
|
|
2031
529
|
}
|
|
2032
530
|
}
|
|
2033
|
-
function
|
|
531
|
+
function We(e, t) {
|
|
2034
532
|
{
|
|
2035
|
-
if (typeof
|
|
533
|
+
if (typeof e != "object")
|
|
2036
534
|
return;
|
|
2037
|
-
if (
|
|
2038
|
-
for (var
|
|
2039
|
-
var
|
|
2040
|
-
|
|
535
|
+
if (ve(e))
|
|
536
|
+
for (var l = 0; l < e.length; l++) {
|
|
537
|
+
var d = e[l];
|
|
538
|
+
ge(d) && $e(d, t);
|
|
2041
539
|
}
|
|
2042
|
-
else if (
|
|
2043
|
-
|
|
2044
|
-
else if (
|
|
2045
|
-
var
|
|
2046
|
-
if (typeof
|
|
2047
|
-
for (var
|
|
2048
|
-
|
|
540
|
+
else if (ge(e))
|
|
541
|
+
e._store && (e._store.validated = !0);
|
|
542
|
+
else if (e) {
|
|
543
|
+
var h = G(e);
|
|
544
|
+
if (typeof h == "function" && h !== e.entries)
|
|
545
|
+
for (var x = h.call(e), c; !(c = x.next()).done; )
|
|
546
|
+
ge(c.value) && $e(c.value, t);
|
|
2049
547
|
}
|
|
2050
548
|
}
|
|
2051
549
|
}
|
|
2052
|
-
function
|
|
550
|
+
function Oa(e) {
|
|
2053
551
|
{
|
|
2054
|
-
var
|
|
2055
|
-
if (
|
|
552
|
+
var t = e.type;
|
|
553
|
+
if (t == null || typeof t == "string")
|
|
2056
554
|
return;
|
|
2057
|
-
var
|
|
2058
|
-
if (typeof
|
|
2059
|
-
|
|
2060
|
-
else if (typeof
|
|
555
|
+
var l;
|
|
556
|
+
if (typeof t == "function")
|
|
557
|
+
l = t.propTypes;
|
|
558
|
+
else if (typeof t == "object" && (t.$$typeof === f || // Note: Memo only checks outer props here.
|
|
2061
559
|
// Inner props are checked in the reconciler.
|
|
2062
|
-
|
|
2063
|
-
|
|
560
|
+
t.$$typeof === M))
|
|
561
|
+
l = t.propTypes;
|
|
2064
562
|
else
|
|
2065
563
|
return;
|
|
2066
|
-
if (
|
|
2067
|
-
var
|
|
2068
|
-
|
|
2069
|
-
} else if (
|
|
2070
|
-
|
|
2071
|
-
var
|
|
2072
|
-
|
|
564
|
+
if (l) {
|
|
565
|
+
var d = R(t);
|
|
566
|
+
_a(l, e.props, "prop", d, e);
|
|
567
|
+
} else if (t.PropTypes !== void 0 && !me) {
|
|
568
|
+
me = !0;
|
|
569
|
+
var h = R(t);
|
|
570
|
+
j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", h || "Unknown");
|
|
2073
571
|
}
|
|
2074
|
-
typeof
|
|
572
|
+
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
2075
573
|
}
|
|
2076
574
|
}
|
|
2077
|
-
function
|
|
575
|
+
function Sa(e) {
|
|
2078
576
|
{
|
|
2079
|
-
for (var
|
|
2080
|
-
var
|
|
2081
|
-
if (
|
|
2082
|
-
|
|
577
|
+
for (var t = Object.keys(e.props), l = 0; l < t.length; l++) {
|
|
578
|
+
var d = t[l];
|
|
579
|
+
if (d !== "children" && d !== "key") {
|
|
580
|
+
H(e), j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", d), H(null);
|
|
2083
581
|
break;
|
|
2084
582
|
}
|
|
2085
583
|
}
|
|
2086
|
-
|
|
584
|
+
e.ref !== null && (H(e), j("Invalid attribute `ref` supplied to `React.Fragment`."), H(null));
|
|
2087
585
|
}
|
|
2088
586
|
}
|
|
2089
|
-
function
|
|
587
|
+
function Ye(e, t, l, d, h, x) {
|
|
2090
588
|
{
|
|
2091
|
-
var
|
|
2092
|
-
if (!
|
|
2093
|
-
var
|
|
2094
|
-
(
|
|
2095
|
-
var
|
|
2096
|
-
|
|
2097
|
-
var
|
|
2098
|
-
|
|
2099
|
-
}
|
|
2100
|
-
var
|
|
2101
|
-
if (
|
|
2102
|
-
return
|
|
2103
|
-
if (
|
|
2104
|
-
var
|
|
2105
|
-
if (
|
|
2106
|
-
if (
|
|
2107
|
-
if (
|
|
2108
|
-
for (var
|
|
2109
|
-
|
|
2110
|
-
Object.freeze && Object.freeze(
|
|
589
|
+
var c = te(e);
|
|
590
|
+
if (!c) {
|
|
591
|
+
var u = "";
|
|
592
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (u += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
593
|
+
var k = Ra(h);
|
|
594
|
+
k ? u += k : u += qe();
|
|
595
|
+
var g;
|
|
596
|
+
e === null ? g = "null" : ve(e) ? g = "array" : e !== void 0 && e.$$typeof === r ? (g = "<" + (R(e.type) || "Unknown") + " />", u = " Did you accidentally export a JSX literal instead of a component?") : g = typeof e, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", g, u);
|
|
597
|
+
}
|
|
598
|
+
var y = Ma(e, t, l, h, x);
|
|
599
|
+
if (y == null)
|
|
600
|
+
return y;
|
|
601
|
+
if (c) {
|
|
602
|
+
var P = t.children;
|
|
603
|
+
if (P !== void 0)
|
|
604
|
+
if (d)
|
|
605
|
+
if (ve(P)) {
|
|
606
|
+
for (var Z = 0; Z < P.length; Z++)
|
|
607
|
+
We(P[Z], e);
|
|
608
|
+
Object.freeze && Object.freeze(P);
|
|
2111
609
|
} else
|
|
2112
|
-
|
|
610
|
+
j("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
2113
611
|
else
|
|
2114
|
-
|
|
612
|
+
We(P, e);
|
|
2115
613
|
}
|
|
2116
|
-
return
|
|
614
|
+
return e === n ? Sa(y) : Oa(y), y;
|
|
2117
615
|
}
|
|
2118
616
|
}
|
|
2119
|
-
function
|
|
2120
|
-
return
|
|
617
|
+
function Pa(e, t, l) {
|
|
618
|
+
return Ye(e, t, l, !0);
|
|
2121
619
|
}
|
|
2122
|
-
function
|
|
2123
|
-
return
|
|
620
|
+
function Ta(e, t, l) {
|
|
621
|
+
return Ye(e, t, l, !1);
|
|
2124
622
|
}
|
|
2125
|
-
var
|
|
2126
|
-
|
|
2127
|
-
}()),
|
|
623
|
+
var Na = Ta, Aa = Pa;
|
|
624
|
+
ee.Fragment = n, ee.jsx = Na, ee.jsxs = Aa;
|
|
625
|
+
}()), ee;
|
|
2128
626
|
}
|
|
2129
|
-
process.env.NODE_ENV === "production" ?
|
|
2130
|
-
var
|
|
2131
|
-
function
|
|
2132
|
-
var
|
|
627
|
+
process.env.NODE_ENV === "production" ? ye.exports = qa() : ye.exports = Va();
|
|
628
|
+
var s = ye.exports;
|
|
629
|
+
function ta(a) {
|
|
630
|
+
var r, o, n = "";
|
|
2133
631
|
if (typeof a == "string" || typeof a == "number")
|
|
2134
|
-
|
|
632
|
+
n += a;
|
|
2135
633
|
else if (typeof a == "object")
|
|
2136
634
|
if (Array.isArray(a)) {
|
|
2137
|
-
var
|
|
2138
|
-
for (
|
|
2139
|
-
a[
|
|
635
|
+
var i = a.length;
|
|
636
|
+
for (r = 0; r < i; r++)
|
|
637
|
+
a[r] && (o = ta(a[r])) && (n && (n += " "), n += o);
|
|
2140
638
|
} else
|
|
2141
|
-
for (
|
|
2142
|
-
a[
|
|
2143
|
-
return
|
|
639
|
+
for (o in a)
|
|
640
|
+
a[o] && (n && (n += " "), n += o);
|
|
641
|
+
return n;
|
|
2144
642
|
}
|
|
2145
|
-
function
|
|
2146
|
-
for (var a,
|
|
2147
|
-
(a = arguments[
|
|
2148
|
-
return
|
|
643
|
+
function N() {
|
|
644
|
+
for (var a, r, o = 0, n = "", i = arguments.length; o < i; o++)
|
|
645
|
+
(a = arguments[o]) && (r = ta(a)) && (n && (n += " "), n += r);
|
|
646
|
+
return n;
|
|
2149
647
|
}
|
|
2150
|
-
var
|
|
2151
|
-
function
|
|
648
|
+
var $a = "y2413r0", Wa = "y2413r1", Ya = "y2413r2", Ba = "y2413r3", Ge = "sid-theme-root";
|
|
649
|
+
function Ua() {
|
|
2152
650
|
return typeof window < "u" && globalThis === window;
|
|
2153
651
|
}
|
|
2154
|
-
function
|
|
2155
|
-
return
|
|
2156
|
-
|
|
2157
|
-
`${
|
|
2158
|
-
|
|
652
|
+
function sa({ theme: a, className: r }) {
|
|
653
|
+
return N(
|
|
654
|
+
Ge,
|
|
655
|
+
`${Ge}__${a}`,
|
|
656
|
+
Ba,
|
|
2159
657
|
{
|
|
2160
|
-
[
|
|
2161
|
-
[
|
|
2162
|
-
[
|
|
658
|
+
[$a]: a === "dark",
|
|
659
|
+
[Ya]: a === "auto",
|
|
660
|
+
[Wa]: a === "light"
|
|
2163
661
|
},
|
|
2164
|
-
|
|
662
|
+
r
|
|
2165
663
|
);
|
|
2166
664
|
}
|
|
2167
|
-
function
|
|
2168
|
-
const
|
|
2169
|
-
document.body.classList.add(...
|
|
665
|
+
function Ha({ theme: a, className: r }) {
|
|
666
|
+
const o = sa({ theme: a, className: r });
|
|
667
|
+
document.body.classList.add(...o.split(" "));
|
|
2170
668
|
}
|
|
2171
|
-
const
|
|
2172
|
-
const [
|
|
2173
|
-
return
|
|
2174
|
-
|
|
2175
|
-
}, [
|
|
2176
|
-
|
|
2177
|
-
}, [
|
|
669
|
+
const oa = ({ children: a }) => /* @__PURE__ */ s.jsx("div", { className: sa({ theme: "light" }), children: a }), Za = ({ children: a, theme: r = "light", className: o }) => {
|
|
670
|
+
const [n, i] = ce.useState(!1);
|
|
671
|
+
return Ue(() => {
|
|
672
|
+
n || i(!0);
|
|
673
|
+
}, [o, n, r]), Ue(() => {
|
|
674
|
+
n && Ha({ theme: r, className: o });
|
|
675
|
+
}, [o, n, r]), n ? /* @__PURE__ */ s.jsx(s.Fragment, { children: a }) : /* @__PURE__ */ s.jsx(oa, { children: a });
|
|
2178
676
|
};
|
|
2179
|
-
function
|
|
2180
|
-
return
|
|
677
|
+
function Qr({ children: a, theme: r = "light", className: o }) {
|
|
678
|
+
return Ua() ? /* @__PURE__ */ s.jsx(Za, { theme: r, className: o, children: a }) : /* @__PURE__ */ s.jsx(oa, { children: a });
|
|
2181
679
|
}
|
|
2182
|
-
var
|
|
2183
|
-
const
|
|
2184
|
-
var
|
|
2185
|
-
const
|
|
680
|
+
var Ga = { default: "_92y0ua2 _92y0ua1", short: "_92y0ua3 _92y0ua1" };
|
|
681
|
+
const na = ({ className: a, variant: r = "default" }) => /* @__PURE__ */ s.jsx("div", { className: N(Ga[r], a) });
|
|
682
|
+
var Ka = { primary: "eccmw2 eccmw0", secondary: "eccmw3 eccmw0", secondaryMd: "eccmw4 eccmw0 eccmw1", neutral: "eccmw5 eccmw0", neutralMd: "eccmw6 eccmw0 eccmw1", ghost: "eccmw7 eccmw0", ghostMd: "eccmw8 eccmw0 eccmw1" }, Ja = "eccmw9", Qa = "eccmwa", Xa = { primary: "eccmwb", secondary: "eccmwc", secondaryMd: "eccmwd", neutral: "eccmwe", neutralMd: "eccmwf", ghost: "eccmwg", ghostMd: "eccmwh" };
|
|
683
|
+
const la = Da(
|
|
2186
684
|
({
|
|
2187
685
|
children: a,
|
|
2188
|
-
onClick:
|
|
2189
|
-
className:
|
|
2190
|
-
type:
|
|
2191
|
-
variant:
|
|
2192
|
-
testId:
|
|
2193
|
-
icon:
|
|
2194
|
-
disabled:
|
|
2195
|
-
loading:
|
|
2196
|
-
|
|
686
|
+
onClick: r,
|
|
687
|
+
className: o,
|
|
688
|
+
type: n = "button",
|
|
689
|
+
variant: i = "primary",
|
|
690
|
+
testId: m,
|
|
691
|
+
icon: v,
|
|
692
|
+
disabled: b,
|
|
693
|
+
loading: f = !1,
|
|
694
|
+
style: w
|
|
695
|
+
}, p) => /* @__PURE__ */ s.jsx(
|
|
2197
696
|
"button",
|
|
2198
697
|
{
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
698
|
+
style: w,
|
|
699
|
+
ref: p,
|
|
700
|
+
"data-testid": m,
|
|
701
|
+
type: n,
|
|
702
|
+
disabled: b,
|
|
703
|
+
className: N(
|
|
2204
704
|
"sid-button",
|
|
2205
|
-
`sid-button--${
|
|
2206
|
-
|
|
2207
|
-
{ [
|
|
2208
|
-
|
|
705
|
+
`sid-button--${i}`,
|
|
706
|
+
Ka[i],
|
|
707
|
+
{ [Ja]: b },
|
|
708
|
+
o
|
|
2209
709
|
),
|
|
2210
|
-
onClick:
|
|
2211
|
-
children:
|
|
2212
|
-
|
|
710
|
+
onClick: r,
|
|
711
|
+
children: f ? /* @__PURE__ */ s.jsx(na, { variant: "short", className: Xa[i] }) : /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
712
|
+
v ? /* @__PURE__ */ s.jsx("i", { className: Qa, children: v }) : null,
|
|
2213
713
|
a
|
|
2214
714
|
] })
|
|
2215
715
|
}
|
|
2216
716
|
)
|
|
2217
717
|
);
|
|
2218
|
-
|
|
2219
|
-
var
|
|
2220
|
-
const
|
|
718
|
+
la.displayName = "Button";
|
|
719
|
+
var er = "_1doytsg0", ar = "_1doytsg3", rr = "_1doytsg4", tr = { text: "_1doytsg6 _1doytsg5", email: "_1doytsg7 _1doytsg5", password: "_1doytsg8 _1doytsg5", tel: "_1doytsg9 _1doytsg5" }, sr = "_1doytsga", or = "_1doytsgc";
|
|
720
|
+
const nr = ({
|
|
2221
721
|
id: a,
|
|
2222
|
-
name:
|
|
2223
|
-
label:
|
|
2224
|
-
placeholder:
|
|
2225
|
-
autoComplete:
|
|
2226
|
-
value:
|
|
2227
|
-
onChange:
|
|
2228
|
-
type:
|
|
722
|
+
name: r,
|
|
723
|
+
label: o,
|
|
724
|
+
placeholder: n = "",
|
|
725
|
+
autoComplete: i = "",
|
|
726
|
+
value: m,
|
|
727
|
+
onChange: v,
|
|
728
|
+
type: b = "text",
|
|
729
|
+
style: f
|
|
2229
730
|
}) => {
|
|
2230
|
-
const
|
|
2231
|
-
(
|
|
2232
|
-
|
|
731
|
+
const w = La(
|
|
732
|
+
(p) => {
|
|
733
|
+
v(p);
|
|
2233
734
|
},
|
|
2234
|
-
[
|
|
735
|
+
[v]
|
|
2235
736
|
);
|
|
2236
|
-
return /* @__PURE__ */
|
|
2237
|
-
/* @__PURE__ */
|
|
2238
|
-
/* @__PURE__ */
|
|
737
|
+
return /* @__PURE__ */ s.jsxs("div", { className: tr[b], children: [
|
|
738
|
+
/* @__PURE__ */ s.jsx("label", { htmlFor: a, className: sr, children: o }),
|
|
739
|
+
/* @__PURE__ */ s.jsx(
|
|
2239
740
|
"input",
|
|
2240
741
|
{
|
|
2241
|
-
|
|
742
|
+
style: f,
|
|
743
|
+
type: b,
|
|
2242
744
|
id: a,
|
|
2243
|
-
name:
|
|
2244
|
-
className:
|
|
2245
|
-
placeholder:
|
|
2246
|
-
value:
|
|
2247
|
-
onChange:
|
|
2248
|
-
autoComplete:
|
|
745
|
+
name: r,
|
|
746
|
+
className: er,
|
|
747
|
+
placeholder: n,
|
|
748
|
+
value: m,
|
|
749
|
+
onChange: w,
|
|
750
|
+
autoComplete: i
|
|
2249
751
|
}
|
|
2250
752
|
)
|
|
2251
753
|
] });
|
|
2252
|
-
},
|
|
754
|
+
}, Ee = `
|
|
2253
755
|
@media (prefers-color-scheme: dark) {
|
|
2254
756
|
.sid-theme-root__auto path { fill: white; }
|
|
2255
757
|
}
|
|
2256
758
|
|
|
2257
759
|
.sid-theme-root__dark path { fill: white; }
|
|
2258
760
|
`;
|
|
2259
|
-
function
|
|
2260
|
-
return /* @__PURE__ */
|
|
761
|
+
function lr() {
|
|
762
|
+
return /* @__PURE__ */ s.jsxs(
|
|
2261
763
|
"svg",
|
|
2262
764
|
{
|
|
2263
765
|
width: "5",
|
|
@@ -2266,7 +768,7 @@ function Ia() {
|
|
|
2266
768
|
fill: "none",
|
|
2267
769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2268
770
|
children: [
|
|
2269
|
-
/* @__PURE__ */
|
|
771
|
+
/* @__PURE__ */ s.jsx(
|
|
2270
772
|
"path",
|
|
2271
773
|
{
|
|
2272
774
|
fillRule: "evenodd",
|
|
@@ -2275,7 +777,7 @@ function Ia() {
|
|
|
2275
777
|
fill: "white"
|
|
2276
778
|
}
|
|
2277
779
|
),
|
|
2278
|
-
/* @__PURE__ */
|
|
780
|
+
/* @__PURE__ */ s.jsx(
|
|
2279
781
|
"path",
|
|
2280
782
|
{
|
|
2281
783
|
d: "M4.5 18C4.5 19.1046 3.60457 20 2.5 20C1.39543 20 0.5 19.1046 0.5 18C0.5 16.8954 1.39543 16 2.5 16C3.60457 16 4.5 16.8954 4.5 18Z",
|
|
@@ -2286,7 +788,7 @@ function Ia() {
|
|
|
2286
788
|
}
|
|
2287
789
|
);
|
|
2288
790
|
}
|
|
2289
|
-
const
|
|
791
|
+
const ir = () => /* @__PURE__ */ s.jsxs(
|
|
2290
792
|
"svg",
|
|
2291
793
|
{
|
|
2292
794
|
width: "16",
|
|
@@ -2295,8 +797,8 @@ const Na = () => /* @__PURE__ */ d.jsxs(
|
|
|
2295
797
|
fill: "none",
|
|
2296
798
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2297
799
|
children: [
|
|
2298
|
-
/* @__PURE__ */
|
|
2299
|
-
/* @__PURE__ */
|
|
800
|
+
/* @__PURE__ */ s.jsx("style", { children: Ee }),
|
|
801
|
+
/* @__PURE__ */ s.jsx("g", { clipPath: "url(#clip0_2610_9920)", children: /* @__PURE__ */ s.jsx(
|
|
2300
802
|
"path",
|
|
2301
803
|
{
|
|
2302
804
|
fillRule: "evenodd",
|
|
@@ -2305,10 +807,10 @@ const Na = () => /* @__PURE__ */ d.jsxs(
|
|
|
2305
807
|
fill: "#142049"
|
|
2306
808
|
}
|
|
2307
809
|
) }),
|
|
2308
|
-
/* @__PURE__ */
|
|
810
|
+
/* @__PURE__ */ s.jsx("defs", { children: /* @__PURE__ */ s.jsx("clipPath", { id: "clip0_2610_9920", children: /* @__PURE__ */ s.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2309
811
|
]
|
|
2310
812
|
}
|
|
2311
|
-
),
|
|
813
|
+
), dr = () => /* @__PURE__ */ s.jsxs(
|
|
2312
814
|
"svg",
|
|
2313
815
|
{
|
|
2314
816
|
width: "16",
|
|
@@ -2317,9 +819,9 @@ const Na = () => /* @__PURE__ */ d.jsxs(
|
|
|
2317
819
|
fill: "none",
|
|
2318
820
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2319
821
|
children: [
|
|
2320
|
-
/* @__PURE__ */
|
|
2321
|
-
/* @__PURE__ */
|
|
2322
|
-
/* @__PURE__ */
|
|
822
|
+
/* @__PURE__ */ s.jsx("style", { children: Ee }),
|
|
823
|
+
/* @__PURE__ */ s.jsxs("g", { clipPath: "url(#clip0_2610_9933)", children: [
|
|
824
|
+
/* @__PURE__ */ s.jsx(
|
|
2323
825
|
"path",
|
|
2324
826
|
{
|
|
2325
827
|
fillRule: "evenodd",
|
|
@@ -2328,7 +830,7 @@ const Na = () => /* @__PURE__ */ d.jsxs(
|
|
|
2328
830
|
fill: "#142049"
|
|
2329
831
|
}
|
|
2330
832
|
),
|
|
2331
|
-
/* @__PURE__ */
|
|
833
|
+
/* @__PURE__ */ s.jsx(
|
|
2332
834
|
"path",
|
|
2333
835
|
{
|
|
2334
836
|
d: "M2.34314 2.34315L13.6568 13.6569",
|
|
@@ -2338,10 +840,10 @@ const Na = () => /* @__PURE__ */ d.jsxs(
|
|
|
2338
840
|
}
|
|
2339
841
|
)
|
|
2340
842
|
] }),
|
|
2341
|
-
/* @__PURE__ */
|
|
843
|
+
/* @__PURE__ */ s.jsx("defs", { children: /* @__PURE__ */ s.jsx("clipPath", { id: "clip0_2610_9933", children: /* @__PURE__ */ s.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2342
844
|
]
|
|
2343
845
|
}
|
|
2344
|
-
),
|
|
846
|
+
), ur = () => /* @__PURE__ */ s.jsxs(
|
|
2345
847
|
"svg",
|
|
2346
848
|
{
|
|
2347
849
|
width: "40",
|
|
@@ -2350,9 +852,9 @@ const Na = () => /* @__PURE__ */ d.jsxs(
|
|
|
2350
852
|
fill: "none",
|
|
2351
853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2352
854
|
children: [
|
|
2353
|
-
/* @__PURE__ */
|
|
2354
|
-
/* @__PURE__ */
|
|
2355
|
-
/* @__PURE__ */
|
|
855
|
+
/* @__PURE__ */ s.jsx("style", { children: Ee }),
|
|
856
|
+
/* @__PURE__ */ s.jsx("path", { d: "M12.686 10L2 30.228H5.198L15.884 10H12.686Z", fill: "#2A6AFF" }),
|
|
857
|
+
/* @__PURE__ */ s.jsx(
|
|
2356
858
|
"path",
|
|
2357
859
|
{
|
|
2358
860
|
d: "M19.7923 15.694C20.9373 15.694 21.8723 14.732 21.8723 13.588C21.8723 12.444 20.9373 11.482 19.7923 11.482C18.6223 11.482 17.6873 12.444 17.6873 13.588C17.6873 14.732 18.6233 15.694 19.7933 15.694H19.7923ZM18.0773 17.514V30.228H21.4573V17.514H18.0773ZM34.1883 10V18.502C33.172 17.6398 31.8809 17.1695 30.5483 17.176C26.8563 17.176 24.0743 20.14 24.0743 23.884C24.0743 27.628 26.8563 30.592 30.5483 30.592C32.0823 30.592 33.4343 30.02 34.4483 29.032V30.228H37.5683V10H34.1883ZM30.9383 27.42C28.9883 27.42 27.5583 25.912 27.5583 23.884C27.5583 21.856 28.9883 20.348 30.9383 20.348C32.8883 20.348 34.3183 21.856 34.3183 23.884C34.3183 25.912 32.8883 27.42 30.9383 27.42Z",
|
|
@@ -2361,373 +863,461 @@ const Na = () => /* @__PURE__ */ d.jsxs(
|
|
|
2361
863
|
)
|
|
2362
864
|
]
|
|
2363
865
|
}
|
|
2364
|
-
),
|
|
2365
|
-
const [
|
|
2366
|
-
return /* @__PURE__ */
|
|
866
|
+
), Ke = (a) => {
|
|
867
|
+
const [r, o] = ae(!1);
|
|
868
|
+
return /* @__PURE__ */ s.jsxs(
|
|
2367
869
|
"div",
|
|
2368
870
|
{
|
|
2369
|
-
className:
|
|
871
|
+
className: N(
|
|
2370
872
|
"sid-input",
|
|
2371
873
|
"sid-input--password",
|
|
2372
|
-
|
|
2373
|
-
a.error &&
|
|
874
|
+
ar,
|
|
875
|
+
a.error && rr,
|
|
2374
876
|
a.className
|
|
2375
877
|
),
|
|
878
|
+
style: a.style,
|
|
2376
879
|
children: [
|
|
2377
|
-
/* @__PURE__ */
|
|
2378
|
-
/* @__PURE__ */
|
|
880
|
+
/* @__PURE__ */ s.jsx(nr, { ...a, type: r ? "text" : "password" }),
|
|
881
|
+
/* @__PURE__ */ s.jsx(
|
|
2379
882
|
"button",
|
|
2380
883
|
{
|
|
2381
884
|
tabIndex: -1,
|
|
2382
|
-
className:
|
|
885
|
+
className: or,
|
|
2383
886
|
type: "button",
|
|
2384
|
-
onClick: () =>
|
|
2385
|
-
children:
|
|
887
|
+
onClick: () => o(!r),
|
|
888
|
+
children: r ? /* @__PURE__ */ s.jsx(dr, {}) : /* @__PURE__ */ s.jsx(ir, {})
|
|
2386
889
|
}
|
|
2387
890
|
)
|
|
2388
891
|
]
|
|
2389
892
|
}
|
|
2390
893
|
);
|
|
2391
894
|
};
|
|
2392
|
-
var
|
|
2393
|
-
const
|
|
895
|
+
var cr = "_1rf2mux3", fr = "_1rf2mux5", hr = { blue: "_1rf2mux6 _1rf2mux4", red: "_1rf2mux7 _1rf2mux4", primary: "_1rf2mux8 _1rf2mux4" }, br = "_1rf2muxa", xr = { blue: "_1rf2muxb _1rf2mux9", red: "_1rf2muxc _1rf2mux9", primary: "_1rf2muxd _1rf2mux9" }, _r = "_1rf2muxf", vr = { blue: "_1rf2muxg _1rf2muxe", red: "_1rf2muxh _1rf2muxe", primary: "_1rf2muxi _1rf2muxe" }, pr = "_1rf2muxj";
|
|
896
|
+
const Me = ({
|
|
2394
897
|
children: a,
|
|
2395
|
-
className:
|
|
2396
|
-
variant:
|
|
2397
|
-
shouldAnimate:
|
|
2398
|
-
}) => /* @__PURE__ */
|
|
2399
|
-
/* @__PURE__ */
|
|
898
|
+
className: r,
|
|
899
|
+
variant: o = "blue",
|
|
900
|
+
shouldAnimate: n = !0
|
|
901
|
+
}) => /* @__PURE__ */ s.jsxs("div", { className: N(cr, r), children: [
|
|
902
|
+
/* @__PURE__ */ s.jsx(
|
|
2400
903
|
"div",
|
|
2401
904
|
{
|
|
2402
|
-
className:
|
|
2403
|
-
[
|
|
905
|
+
className: N(hr[o], {
|
|
906
|
+
[fr]: n
|
|
2404
907
|
})
|
|
2405
908
|
}
|
|
2406
909
|
),
|
|
2407
|
-
/* @__PURE__ */
|
|
910
|
+
/* @__PURE__ */ s.jsx(
|
|
2408
911
|
"div",
|
|
2409
912
|
{
|
|
2410
|
-
className:
|
|
2411
|
-
[
|
|
913
|
+
className: N(xr[o], {
|
|
914
|
+
[br]: n
|
|
2412
915
|
})
|
|
2413
916
|
}
|
|
2414
917
|
),
|
|
2415
|
-
/* @__PURE__ */
|
|
918
|
+
/* @__PURE__ */ s.jsx(
|
|
2416
919
|
"div",
|
|
2417
920
|
{
|
|
2418
|
-
className:
|
|
2419
|
-
[
|
|
921
|
+
className: N(vr[o], {
|
|
922
|
+
[_r]: n
|
|
2420
923
|
})
|
|
2421
924
|
}
|
|
2422
925
|
),
|
|
2423
|
-
/* @__PURE__ */
|
|
926
|
+
/* @__PURE__ */ s.jsx("div", { className: pr, children: a })
|
|
2424
927
|
] });
|
|
2425
|
-
function
|
|
2426
|
-
return
|
|
2427
|
-
value:
|
|
928
|
+
function Cr(a, r, o) {
|
|
929
|
+
return r in a ? Object.defineProperty(a, r, {
|
|
930
|
+
value: o,
|
|
2428
931
|
enumerable: !0,
|
|
2429
932
|
configurable: !0,
|
|
2430
933
|
writable: !0
|
|
2431
|
-
}) : a[
|
|
934
|
+
}) : a[r] = o, a;
|
|
2432
935
|
}
|
|
2433
|
-
function
|
|
2434
|
-
var
|
|
936
|
+
function Je(a, r) {
|
|
937
|
+
var o = Object.keys(a);
|
|
2435
938
|
if (Object.getOwnPropertySymbols) {
|
|
2436
|
-
var
|
|
2437
|
-
|
|
2438
|
-
return Object.getOwnPropertyDescriptor(a,
|
|
2439
|
-
})),
|
|
939
|
+
var n = Object.getOwnPropertySymbols(a);
|
|
940
|
+
r && (n = n.filter(function(i) {
|
|
941
|
+
return Object.getOwnPropertyDescriptor(a, i).enumerable;
|
|
942
|
+
})), o.push.apply(o, n);
|
|
2440
943
|
}
|
|
2441
|
-
return
|
|
944
|
+
return o;
|
|
2442
945
|
}
|
|
2443
|
-
function
|
|
2444
|
-
for (var
|
|
2445
|
-
var
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(
|
|
2449
|
-
Object.defineProperty(a,
|
|
946
|
+
function Qe(a) {
|
|
947
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
948
|
+
var o = arguments[r] != null ? arguments[r] : {};
|
|
949
|
+
r % 2 ? Je(Object(o), !0).forEach(function(n) {
|
|
950
|
+
Cr(a, n, o[n]);
|
|
951
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(o)) : Je(Object(o)).forEach(function(n) {
|
|
952
|
+
Object.defineProperty(a, n, Object.getOwnPropertyDescriptor(o, n));
|
|
2450
953
|
});
|
|
2451
954
|
}
|
|
2452
955
|
return a;
|
|
2453
956
|
}
|
|
2454
|
-
var
|
|
2455
|
-
for (var
|
|
2456
|
-
var
|
|
2457
|
-
if (a[
|
|
957
|
+
var mr = (a, r, o) => {
|
|
958
|
+
for (var n of Object.keys(a)) {
|
|
959
|
+
var i;
|
|
960
|
+
if (a[n] !== ((i = r[n]) !== null && i !== void 0 ? i : o[n]))
|
|
2458
961
|
return !1;
|
|
2459
962
|
}
|
|
2460
963
|
return !0;
|
|
2461
|
-
},
|
|
2462
|
-
var
|
|
2463
|
-
for (var
|
|
2464
|
-
var
|
|
2465
|
-
if (
|
|
2466
|
-
var
|
|
2467
|
-
typeof
|
|
2468
|
-
var
|
|
964
|
+
}, ia = (a) => (r) => {
|
|
965
|
+
var o = a.defaultClassName, n = Qe(Qe({}, a.defaultVariants), r);
|
|
966
|
+
for (var i in n) {
|
|
967
|
+
var m, v = (m = n[i]) !== null && m !== void 0 ? m : a.defaultVariants[i];
|
|
968
|
+
if (v != null) {
|
|
969
|
+
var b = v;
|
|
970
|
+
typeof b == "boolean" && (b = b === !0 ? "true" : "false");
|
|
971
|
+
var f = (
|
|
2469
972
|
// @ts-expect-error
|
|
2470
|
-
a.variantClassNames[
|
|
973
|
+
a.variantClassNames[i][b]
|
|
2471
974
|
);
|
|
2472
|
-
|
|
975
|
+
f && (o += " " + f);
|
|
2473
976
|
}
|
|
2474
977
|
}
|
|
2475
|
-
for (var [
|
|
2476
|
-
|
|
2477
|
-
return
|
|
2478
|
-
},
|
|
2479
|
-
function
|
|
978
|
+
for (var [w, p] of a.compoundVariants)
|
|
979
|
+
mr(w, n, a.defaultVariants) && (o += " " + p);
|
|
980
|
+
return o;
|
|
981
|
+
}, gr = ia({ defaultClassName: "s3l9sv0", variantClassNames: { direction: { vertical: "s3l9sv1", horizontal: "s3l9sv2" }, space: { between: "s3l9sv3", evenly: "s3l9sv4" } }, defaultVariants: { direction: "vertical" }, compoundVariants: [] });
|
|
982
|
+
function zr(a, r) {
|
|
2480
983
|
if (typeof a != "object" || a === null)
|
|
2481
984
|
return a;
|
|
2482
|
-
var
|
|
2483
|
-
if (
|
|
2484
|
-
var
|
|
2485
|
-
if (typeof
|
|
2486
|
-
return
|
|
985
|
+
var o = a[Symbol.toPrimitive];
|
|
986
|
+
if (o !== void 0) {
|
|
987
|
+
var n = o.call(a, r || "default");
|
|
988
|
+
if (typeof n != "object")
|
|
989
|
+
return n;
|
|
2487
990
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2488
991
|
}
|
|
2489
|
-
return (
|
|
992
|
+
return (r === "string" ? String : Number)(a);
|
|
2490
993
|
}
|
|
2491
|
-
function
|
|
2492
|
-
var
|
|
2493
|
-
return typeof
|
|
994
|
+
function wr(a) {
|
|
995
|
+
var r = zr(a, "string");
|
|
996
|
+
return typeof r == "symbol" ? r : String(r);
|
|
2494
997
|
}
|
|
2495
|
-
function
|
|
2496
|
-
return
|
|
2497
|
-
value:
|
|
998
|
+
function yr(a, r, o) {
|
|
999
|
+
return r = wr(r), r in a ? Object.defineProperty(a, r, {
|
|
1000
|
+
value: o,
|
|
2498
1001
|
enumerable: !0,
|
|
2499
1002
|
configurable: !0,
|
|
2500
1003
|
writable: !0
|
|
2501
|
-
}) : a[
|
|
1004
|
+
}) : a[r] = o, a;
|
|
2502
1005
|
}
|
|
2503
|
-
function
|
|
2504
|
-
var
|
|
1006
|
+
function Xe(a, r) {
|
|
1007
|
+
var o = Object.keys(a);
|
|
2505
1008
|
if (Object.getOwnPropertySymbols) {
|
|
2506
|
-
var
|
|
2507
|
-
|
|
2508
|
-
return Object.getOwnPropertyDescriptor(a,
|
|
2509
|
-
})),
|
|
1009
|
+
var n = Object.getOwnPropertySymbols(a);
|
|
1010
|
+
r && (n = n.filter(function(i) {
|
|
1011
|
+
return Object.getOwnPropertyDescriptor(a, i).enumerable;
|
|
1012
|
+
})), o.push.apply(o, n);
|
|
2510
1013
|
}
|
|
2511
|
-
return
|
|
1014
|
+
return o;
|
|
2512
1015
|
}
|
|
2513
|
-
function
|
|
2514
|
-
for (var
|
|
2515
|
-
var
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(
|
|
2519
|
-
Object.defineProperty(a,
|
|
1016
|
+
function ze(a) {
|
|
1017
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
1018
|
+
var o = arguments[r] != null ? arguments[r] : {};
|
|
1019
|
+
r % 2 ? Xe(Object(o), !0).forEach(function(n) {
|
|
1020
|
+
yr(a, n, o[n]);
|
|
1021
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(o)) : Xe(Object(o)).forEach(function(n) {
|
|
1022
|
+
Object.defineProperty(a, n, Object.getOwnPropertyDescriptor(o, n));
|
|
2520
1023
|
});
|
|
2521
1024
|
}
|
|
2522
1025
|
return a;
|
|
2523
1026
|
}
|
|
2524
|
-
var
|
|
2525
|
-
for (var
|
|
2526
|
-
|
|
2527
|
-
var
|
|
2528
|
-
var
|
|
2529
|
-
for (var
|
|
2530
|
-
var
|
|
2531
|
-
if (
|
|
2532
|
-
var
|
|
2533
|
-
|
|
2534
|
-
for (var
|
|
2535
|
-
|
|
1027
|
+
var jr = (a) => function() {
|
|
1028
|
+
for (var r = arguments.length, o = new Array(r), n = 0; n < r; n++)
|
|
1029
|
+
o[n] = arguments[n];
|
|
1030
|
+
var i = Object.assign({}, ...o.map((f) => f.styles)), m = Object.keys(i), v = m.filter((f) => "mappings" in i[f]), b = (f) => {
|
|
1031
|
+
var w = [], p = {}, M = ze({}, f), S = !1;
|
|
1032
|
+
for (var E of v) {
|
|
1033
|
+
var F = f[E];
|
|
1034
|
+
if (F != null) {
|
|
1035
|
+
var fe = i[E];
|
|
1036
|
+
S = !0;
|
|
1037
|
+
for (var G of fe.mappings)
|
|
1038
|
+
p[G] = F, M[G] == null && delete M[G];
|
|
2536
1039
|
}
|
|
2537
1040
|
}
|
|
2538
|
-
var
|
|
2539
|
-
var
|
|
1041
|
+
var D = S ? ze(ze({}, p), M) : f, j = function() {
|
|
1042
|
+
var C = D[O], _ = i[O];
|
|
2540
1043
|
try {
|
|
2541
|
-
if (
|
|
1044
|
+
if (_.mappings)
|
|
2542
1045
|
return "continue";
|
|
2543
|
-
if (typeof
|
|
2544
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
1046
|
+
if (typeof C == "string" || typeof C == "number") {
|
|
1047
|
+
if (process.env.NODE_ENV !== "production" && !_.values[C].defaultClass)
|
|
2545
1048
|
throw new Error();
|
|
2546
|
-
|
|
2547
|
-
} else if (Array.isArray(
|
|
2548
|
-
for (var
|
|
2549
|
-
var
|
|
2550
|
-
if (
|
|
2551
|
-
var
|
|
2552
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
1049
|
+
w.push(_.values[C].defaultClass);
|
|
1050
|
+
} else if (Array.isArray(C))
|
|
1051
|
+
for (var $ = 0; $ < C.length; $++) {
|
|
1052
|
+
var W = C[$];
|
|
1053
|
+
if (W != null) {
|
|
1054
|
+
var te = _.responsiveArray[$];
|
|
1055
|
+
if (process.env.NODE_ENV !== "production" && !_.values[W].conditions[te])
|
|
2553
1056
|
throw new Error();
|
|
2554
|
-
|
|
1057
|
+
w.push(_.values[W].conditions[te]);
|
|
2555
1058
|
}
|
|
2556
1059
|
}
|
|
2557
1060
|
else
|
|
2558
|
-
for (var
|
|
2559
|
-
var
|
|
2560
|
-
if (
|
|
2561
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
1061
|
+
for (var K in C) {
|
|
1062
|
+
var Y = C[K];
|
|
1063
|
+
if (Y != null) {
|
|
1064
|
+
if (process.env.NODE_ENV !== "production" && !_.values[Y].conditions[K])
|
|
2562
1065
|
throw new Error();
|
|
2563
|
-
|
|
1066
|
+
w.push(_.values[Y].conditions[K]);
|
|
2564
1067
|
}
|
|
2565
1068
|
}
|
|
2566
|
-
} catch (
|
|
1069
|
+
} catch (se) {
|
|
2567
1070
|
if (process.env.NODE_ENV !== "production") {
|
|
2568
|
-
class
|
|
2569
|
-
constructor(
|
|
2570
|
-
super(
|
|
1071
|
+
class A extends Error {
|
|
1072
|
+
constructor(U) {
|
|
1073
|
+
super(U), this.name = "SprinklesError";
|
|
2571
1074
|
}
|
|
2572
1075
|
}
|
|
2573
|
-
var
|
|
2574
|
-
throw new
|
|
1076
|
+
var R = (L) => typeof L == "string" ? '"'.concat(L, '"') : L, T = (L, U, oe) => {
|
|
1077
|
+
throw new A('"'.concat(L, '" has no value ').concat(R(U), ". Possible values are ").concat(Object.keys(oe).map(R).join(", ")));
|
|
2575
1078
|
};
|
|
2576
|
-
if (!
|
|
2577
|
-
throw new
|
|
2578
|
-
if ((typeof
|
|
2579
|
-
throw new
|
|
2580
|
-
if (typeof
|
|
2581
|
-
if (!("conditions" in
|
|
2582
|
-
throw new
|
|
2583
|
-
if (Array.isArray(
|
|
2584
|
-
if (!("responsiveArray" in
|
|
2585
|
-
throw new
|
|
2586
|
-
var
|
|
2587
|
-
if (
|
|
2588
|
-
throw new
|
|
2589
|
-
for (var
|
|
2590
|
-
|
|
1079
|
+
if (!_)
|
|
1080
|
+
throw new A('"'.concat(O, '" is not a valid sprinkle'));
|
|
1081
|
+
if ((typeof C == "string" || typeof C == "number") && (C in _.values || T(O, C, _.values), !_.values[C].defaultClass))
|
|
1082
|
+
throw new A('"'.concat(O, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(_.values[C].conditions).map(R).join(", ")));
|
|
1083
|
+
if (typeof C == "object") {
|
|
1084
|
+
if (!("conditions" in _.values[Object.keys(_.values)[0]]))
|
|
1085
|
+
throw new A('"'.concat(O, '" is not a conditional property'));
|
|
1086
|
+
if (Array.isArray(C)) {
|
|
1087
|
+
if (!("responsiveArray" in _))
|
|
1088
|
+
throw new A('"'.concat(O, '" does not support responsive arrays'));
|
|
1089
|
+
var q = _.responsiveArray.length;
|
|
1090
|
+
if (q < C.length)
|
|
1091
|
+
throw new A('"'.concat(O, '" only supports up to ').concat(q, " breakpoints. You passed ").concat(C.length));
|
|
1092
|
+
for (var J of C)
|
|
1093
|
+
_.values[J] || T(O, J, _.values);
|
|
2591
1094
|
} else
|
|
2592
|
-
for (var
|
|
2593
|
-
var
|
|
2594
|
-
if (
|
|
2595
|
-
throw new
|
|
1095
|
+
for (var B in C) {
|
|
1096
|
+
var V = C[B];
|
|
1097
|
+
if (V != null && (_.values[V] || T(O, V, _.values), !_.values[V].conditions[B]))
|
|
1098
|
+
throw new A('"'.concat(O, '" has no condition named ').concat(R(B), ". Possible values are ").concat(Object.keys(_.values[V].conditions).map(R).join(", ")));
|
|
2596
1099
|
}
|
|
2597
1100
|
}
|
|
2598
1101
|
}
|
|
2599
|
-
throw
|
|
1102
|
+
throw se;
|
|
2600
1103
|
}
|
|
2601
1104
|
};
|
|
2602
|
-
for (var
|
|
2603
|
-
var
|
|
2604
|
-
return a(
|
|
1105
|
+
for (var O in D)
|
|
1106
|
+
var he = j();
|
|
1107
|
+
return a(w.join(" "));
|
|
2605
1108
|
};
|
|
2606
|
-
return Object.assign(
|
|
2607
|
-
properties: new Set(
|
|
1109
|
+
return Object.assign(b, {
|
|
1110
|
+
properties: new Set(m)
|
|
2608
1111
|
});
|
|
2609
|
-
},
|
|
2610
|
-
return
|
|
2611
|
-
}, Nt = tn({ conditions: { defaultCondition: "lightMode", conditionNames: ["lightMode", "darkMode"], responsiveArray: void 0 }, styles: { color: { values: { background: { conditions: { lightMode: "_1hbz9ox0", darkMode: "_1hbz9ox1" }, defaultClass: "_1hbz9ox0" }, mute: { conditions: { lightMode: "_1hbz9ox2", darkMode: "_1hbz9ox3" }, defaultClass: "_1hbz9ox2" }, panel: { conditions: { lightMode: "_1hbz9ox4", darkMode: "_1hbz9ox5" }, defaultClass: "_1hbz9ox4" }, foreground: { conditions: { lightMode: "_1hbz9ox6", darkMode: "_1hbz9ox7" }, defaultClass: "_1hbz9ox6" }, contrast: { conditions: { lightMode: "_1hbz9ox8", darkMode: "_1hbz9ox9" }, defaultClass: "_1hbz9ox8" }, secondary: { conditions: { lightMode: "_1hbz9oxa", darkMode: "_1hbz9oxb" }, defaultClass: "_1hbz9oxa" }, tertiary: { conditions: { lightMode: "_1hbz9oxc", darkMode: "_1hbz9oxd" }, defaultClass: "_1hbz9oxc" }, placeholder: { conditions: { lightMode: "_1hbz9oxe", darkMode: "_1hbz9oxf" }, defaultClass: "_1hbz9oxe" }, smooth: { conditions: { lightMode: "_1hbz9oxg", darkMode: "_1hbz9oxh" }, defaultClass: "_1hbz9oxg" }, subtle: { conditions: { lightMode: "_1hbz9oxi", darkMode: "_1hbz9oxj" }, defaultClass: "_1hbz9oxi" }, soft: { conditions: { lightMode: "_1hbz9oxk", darkMode: "_1hbz9oxl" }, defaultClass: "_1hbz9oxk" }, offset: { conditions: { lightMode: "_1hbz9oxm", darkMode: "_1hbz9oxn" }, defaultClass: "_1hbz9oxm" }, primary: { conditions: { lightMode: "_1hbz9oxo", darkMode: "_1hbz9oxp" }, defaultClass: "_1hbz9oxo" }, primaryHover: { conditions: { lightMode: "_1hbz9oxq", darkMode: "_1hbz9oxr" }, defaultClass: "_1hbz9oxq" }, transparent: { conditions: { lightMode: "_1hbz9oxs", darkMode: "_1hbz9oxt" }, defaultClass: "_1hbz9oxs" }, error: { conditions: { lightMode: "_1hbz9oxu", darkMode: "_1hbz9oxv" }, defaultClass: "_1hbz9oxu" }, auxiliary: { conditions: { lightMode: "_1hbz9oxw", darkMode: "_1hbz9oxx" }, defaultClass: "_1hbz9oxw" }, success: { conditions: { lightMode: "_1hbz9oxy", darkMode: "_1hbz9oxz" }, defaultClass: "_1hbz9oxy" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox10", darkMode: "_1hbz9ox11" }, defaultClass: "_1hbz9ox10" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox12", darkMode: "_1hbz9ox13" }, defaultClass: "_1hbz9ox12" }, failure: { conditions: { lightMode: "_1hbz9ox14", darkMode: "_1hbz9ox15" }, defaultClass: "_1hbz9ox14" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox16", darkMode: "_1hbz9ox17" }, defaultClass: "_1hbz9ox16" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox18", darkMode: "_1hbz9ox19" }, defaultClass: "_1hbz9ox18" } } }, backgroundColor: { values: { background: { conditions: { lightMode: "_1hbz9ox1a", darkMode: "_1hbz9ox1b" }, defaultClass: "_1hbz9ox1a" }, mute: { conditions: { lightMode: "_1hbz9ox1c", darkMode: "_1hbz9ox1d" }, defaultClass: "_1hbz9ox1c" }, panel: { conditions: { lightMode: "_1hbz9ox1e", darkMode: "_1hbz9ox1f" }, defaultClass: "_1hbz9ox1e" }, foreground: { conditions: { lightMode: "_1hbz9ox1g", darkMode: "_1hbz9ox1h" }, defaultClass: "_1hbz9ox1g" }, contrast: { conditions: { lightMode: "_1hbz9ox1i", darkMode: "_1hbz9ox1j" }, defaultClass: "_1hbz9ox1i" }, secondary: { conditions: { lightMode: "_1hbz9ox1k", darkMode: "_1hbz9ox1l" }, defaultClass: "_1hbz9ox1k" }, tertiary: { conditions: { lightMode: "_1hbz9ox1m", darkMode: "_1hbz9ox1n" }, defaultClass: "_1hbz9ox1m" }, placeholder: { conditions: { lightMode: "_1hbz9ox1o", darkMode: "_1hbz9ox1p" }, defaultClass: "_1hbz9ox1o" }, smooth: { conditions: { lightMode: "_1hbz9ox1q", darkMode: "_1hbz9ox1r" }, defaultClass: "_1hbz9ox1q" }, subtle: { conditions: { lightMode: "_1hbz9ox1s", darkMode: "_1hbz9ox1t" }, defaultClass: "_1hbz9ox1s" }, soft: { conditions: { lightMode: "_1hbz9ox1u", darkMode: "_1hbz9ox1v" }, defaultClass: "_1hbz9ox1u" }, offset: { conditions: { lightMode: "_1hbz9ox1w", darkMode: "_1hbz9ox1x" }, defaultClass: "_1hbz9ox1w" }, primary: { conditions: { lightMode: "_1hbz9ox1y", darkMode: "_1hbz9ox1z" }, defaultClass: "_1hbz9ox1y" }, primaryHover: { conditions: { lightMode: "_1hbz9ox20", darkMode: "_1hbz9ox21" }, defaultClass: "_1hbz9ox20" }, transparent: { conditions: { lightMode: "_1hbz9ox22", darkMode: "_1hbz9ox23" }, defaultClass: "_1hbz9ox22" }, error: { conditions: { lightMode: "_1hbz9ox24", darkMode: "_1hbz9ox25" }, defaultClass: "_1hbz9ox24" }, auxiliary: { conditions: { lightMode: "_1hbz9ox26", darkMode: "_1hbz9ox27" }, defaultClass: "_1hbz9ox26" }, success: { conditions: { lightMode: "_1hbz9ox28", darkMode: "_1hbz9ox29" }, defaultClass: "_1hbz9ox28" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox2a", darkMode: "_1hbz9ox2b" }, defaultClass: "_1hbz9ox2a" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox2c", darkMode: "_1hbz9ox2d" }, defaultClass: "_1hbz9ox2c" }, failure: { conditions: { lightMode: "_1hbz9ox2e", darkMode: "_1hbz9ox2f" }, defaultClass: "_1hbz9ox2e" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox2g", darkMode: "_1hbz9ox2h" }, defaultClass: "_1hbz9ox2g" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox2i", darkMode: "_1hbz9ox2j" }, defaultClass: "_1hbz9ox2i" } } } } }, { conditions: void 0, styles: { marginY: { mappings: ["marginTop", "marginBottom"] }, marginX: { mappings: ["marginLeft", "marginRight"] }, gap: { values: { 0: { defaultClass: "_1hbz9ox2k" }, 1: { defaultClass: "_1hbz9ox2l" }, 2: { defaultClass: "_1hbz9ox2m" }, 3: { defaultClass: "_1hbz9ox2n" }, 4: { defaultClass: "_1hbz9ox2o" }, 5: { defaultClass: "_1hbz9ox2p" }, 6: { defaultClass: "_1hbz9ox2q" }, 7: { defaultClass: "_1hbz9ox2r" }, 8: { defaultClass: "_1hbz9ox2s" }, 9: { defaultClass: "_1hbz9ox2t" }, 10: { defaultClass: "_1hbz9ox2u" }, 11: { defaultClass: "_1hbz9ox2v" }, 12: { defaultClass: "_1hbz9ox2w" }, 13: { defaultClass: "_1hbz9ox2x" }, 14: { defaultClass: "_1hbz9ox2y" }, 15: { defaultClass: "_1hbz9ox2z" }, 16: { defaultClass: "_1hbz9ox30" }, 20: { defaultClass: "_1hbz9ox31" }, 24: { defaultClass: "_1hbz9ox32" }, 28: { defaultClass: "_1hbz9ox33" }, 32: { defaultClass: "_1hbz9ox34" }, 36: { defaultClass: "_1hbz9ox35" }, 40: { defaultClass: "_1hbz9ox36" }, 44: { defaultClass: "_1hbz9ox37" }, 48: { defaultClass: "_1hbz9ox38" }, 52: { defaultClass: "_1hbz9ox39" }, 56: { defaultClass: "_1hbz9ox3a" }, 60: { defaultClass: "_1hbz9ox3b" }, 64: { defaultClass: "_1hbz9ox3c" }, 68: { defaultClass: "_1hbz9ox3d" }, 72: { defaultClass: "_1hbz9ox3e" }, 76: { defaultClass: "_1hbz9ox3f" }, 80: { defaultClass: "_1hbz9ox3g" }, 96: { defaultClass: "_1hbz9ox3h" }, px: { defaultClass: "_1hbz9ox3i" }, "0.25": { defaultClass: "_1hbz9ox3j" }, "0.5": { defaultClass: "_1hbz9ox3k" }, "0.75": { defaultClass: "_1hbz9ox3l" }, "1.5": { defaultClass: "_1hbz9ox3m" }, "2.5": { defaultClass: "_1hbz9ox3n" }, "3.5": { defaultClass: "_1hbz9ox3o" } } }, marginTop: { values: { 0: { defaultClass: "_1hbz9ox3p" }, 1: { defaultClass: "_1hbz9ox3q" }, 2: { defaultClass: "_1hbz9ox3r" }, 3: { defaultClass: "_1hbz9ox3s" }, 4: { defaultClass: "_1hbz9ox3t" }, 5: { defaultClass: "_1hbz9ox3u" }, 6: { defaultClass: "_1hbz9ox3v" }, 7: { defaultClass: "_1hbz9ox3w" }, 8: { defaultClass: "_1hbz9ox3x" }, 9: { defaultClass: "_1hbz9ox3y" }, 10: { defaultClass: "_1hbz9ox3z" }, 11: { defaultClass: "_1hbz9ox40" }, 12: { defaultClass: "_1hbz9ox41" }, 13: { defaultClass: "_1hbz9ox42" }, 14: { defaultClass: "_1hbz9ox43" }, 15: { defaultClass: "_1hbz9ox44" }, 16: { defaultClass: "_1hbz9ox45" }, 20: { defaultClass: "_1hbz9ox46" }, 24: { defaultClass: "_1hbz9ox47" }, 28: { defaultClass: "_1hbz9ox48" }, 32: { defaultClass: "_1hbz9ox49" }, 36: { defaultClass: "_1hbz9ox4a" }, 40: { defaultClass: "_1hbz9ox4b" }, 44: { defaultClass: "_1hbz9ox4c" }, 48: { defaultClass: "_1hbz9ox4d" }, 52: { defaultClass: "_1hbz9ox4e" }, 56: { defaultClass: "_1hbz9ox4f" }, 60: { defaultClass: "_1hbz9ox4g" }, 64: { defaultClass: "_1hbz9ox4h" }, 68: { defaultClass: "_1hbz9ox4i" }, 72: { defaultClass: "_1hbz9ox4j" }, 76: { defaultClass: "_1hbz9ox4k" }, 80: { defaultClass: "_1hbz9ox4l" }, 96: { defaultClass: "_1hbz9ox4m" }, px: { defaultClass: "_1hbz9ox4n" }, "0.25": { defaultClass: "_1hbz9ox4o" }, "0.5": { defaultClass: "_1hbz9ox4p" }, "0.75": { defaultClass: "_1hbz9ox4q" }, "1.5": { defaultClass: "_1hbz9ox4r" }, "2.5": { defaultClass: "_1hbz9ox4s" }, "3.5": { defaultClass: "_1hbz9ox4t" } } }, marginBottom: { values: { 0: { defaultClass: "_1hbz9ox4u" }, 1: { defaultClass: "_1hbz9ox4v" }, 2: { defaultClass: "_1hbz9ox4w" }, 3: { defaultClass: "_1hbz9ox4x" }, 4: { defaultClass: "_1hbz9ox4y" }, 5: { defaultClass: "_1hbz9ox4z" }, 6: { defaultClass: "_1hbz9ox50" }, 7: { defaultClass: "_1hbz9ox51" }, 8: { defaultClass: "_1hbz9ox52" }, 9: { defaultClass: "_1hbz9ox53" }, 10: { defaultClass: "_1hbz9ox54" }, 11: { defaultClass: "_1hbz9ox55" }, 12: { defaultClass: "_1hbz9ox56" }, 13: { defaultClass: "_1hbz9ox57" }, 14: { defaultClass: "_1hbz9ox58" }, 15: { defaultClass: "_1hbz9ox59" }, 16: { defaultClass: "_1hbz9ox5a" }, 20: { defaultClass: "_1hbz9ox5b" }, 24: { defaultClass: "_1hbz9ox5c" }, 28: { defaultClass: "_1hbz9ox5d" }, 32: { defaultClass: "_1hbz9ox5e" }, 36: { defaultClass: "_1hbz9ox5f" }, 40: { defaultClass: "_1hbz9ox5g" }, 44: { defaultClass: "_1hbz9ox5h" }, 48: { defaultClass: "_1hbz9ox5i" }, 52: { defaultClass: "_1hbz9ox5j" }, 56: { defaultClass: "_1hbz9ox5k" }, 60: { defaultClass: "_1hbz9ox5l" }, 64: { defaultClass: "_1hbz9ox5m" }, 68: { defaultClass: "_1hbz9ox5n" }, 72: { defaultClass: "_1hbz9ox5o" }, 76: { defaultClass: "_1hbz9ox5p" }, 80: { defaultClass: "_1hbz9ox5q" }, 96: { defaultClass: "_1hbz9ox5r" }, px: { defaultClass: "_1hbz9ox5s" }, "0.25": { defaultClass: "_1hbz9ox5t" }, "0.5": { defaultClass: "_1hbz9ox5u" }, "0.75": { defaultClass: "_1hbz9ox5v" }, "1.5": { defaultClass: "_1hbz9ox5w" }, "2.5": { defaultClass: "_1hbz9ox5x" }, "3.5": { defaultClass: "_1hbz9ox5y" } } }, marginLeft: { values: { 0: { defaultClass: "_1hbz9ox5z" }, 1: { defaultClass: "_1hbz9ox60" }, 2: { defaultClass: "_1hbz9ox61" }, 3: { defaultClass: "_1hbz9ox62" }, 4: { defaultClass: "_1hbz9ox63" }, 5: { defaultClass: "_1hbz9ox64" }, 6: { defaultClass: "_1hbz9ox65" }, 7: { defaultClass: "_1hbz9ox66" }, 8: { defaultClass: "_1hbz9ox67" }, 9: { defaultClass: "_1hbz9ox68" }, 10: { defaultClass: "_1hbz9ox69" }, 11: { defaultClass: "_1hbz9ox6a" }, 12: { defaultClass: "_1hbz9ox6b" }, 13: { defaultClass: "_1hbz9ox6c" }, 14: { defaultClass: "_1hbz9ox6d" }, 15: { defaultClass: "_1hbz9ox6e" }, 16: { defaultClass: "_1hbz9ox6f" }, 20: { defaultClass: "_1hbz9ox6g" }, 24: { defaultClass: "_1hbz9ox6h" }, 28: { defaultClass: "_1hbz9ox6i" }, 32: { defaultClass: "_1hbz9ox6j" }, 36: { defaultClass: "_1hbz9ox6k" }, 40: { defaultClass: "_1hbz9ox6l" }, 44: { defaultClass: "_1hbz9ox6m" }, 48: { defaultClass: "_1hbz9ox6n" }, 52: { defaultClass: "_1hbz9ox6o" }, 56: { defaultClass: "_1hbz9ox6p" }, 60: { defaultClass: "_1hbz9ox6q" }, 64: { defaultClass: "_1hbz9ox6r" }, 68: { defaultClass: "_1hbz9ox6s" }, 72: { defaultClass: "_1hbz9ox6t" }, 76: { defaultClass: "_1hbz9ox6u" }, 80: { defaultClass: "_1hbz9ox6v" }, 96: { defaultClass: "_1hbz9ox6w" }, px: { defaultClass: "_1hbz9ox6x" }, "0.25": { defaultClass: "_1hbz9ox6y" }, "0.5": { defaultClass: "_1hbz9ox6z" }, "0.75": { defaultClass: "_1hbz9ox70" }, "1.5": { defaultClass: "_1hbz9ox71" }, "2.5": { defaultClass: "_1hbz9ox72" }, "3.5": { defaultClass: "_1hbz9ox73" } } }, marginRight: { values: { 0: { defaultClass: "_1hbz9ox74" }, 1: { defaultClass: "_1hbz9ox75" }, 2: { defaultClass: "_1hbz9ox76" }, 3: { defaultClass: "_1hbz9ox77" }, 4: { defaultClass: "_1hbz9ox78" }, 5: { defaultClass: "_1hbz9ox79" }, 6: { defaultClass: "_1hbz9ox7a" }, 7: { defaultClass: "_1hbz9ox7b" }, 8: { defaultClass: "_1hbz9ox7c" }, 9: { defaultClass: "_1hbz9ox7d" }, 10: { defaultClass: "_1hbz9ox7e" }, 11: { defaultClass: "_1hbz9ox7f" }, 12: { defaultClass: "_1hbz9ox7g" }, 13: { defaultClass: "_1hbz9ox7h" }, 14: { defaultClass: "_1hbz9ox7i" }, 15: { defaultClass: "_1hbz9ox7j" }, 16: { defaultClass: "_1hbz9ox7k" }, 20: { defaultClass: "_1hbz9ox7l" }, 24: { defaultClass: "_1hbz9ox7m" }, 28: { defaultClass: "_1hbz9ox7n" }, 32: { defaultClass: "_1hbz9ox7o" }, 36: { defaultClass: "_1hbz9ox7p" }, 40: { defaultClass: "_1hbz9ox7q" }, 44: { defaultClass: "_1hbz9ox7r" }, 48: { defaultClass: "_1hbz9ox7s" }, 52: { defaultClass: "_1hbz9ox7t" }, 56: { defaultClass: "_1hbz9ox7u" }, 60: { defaultClass: "_1hbz9ox7v" }, 64: { defaultClass: "_1hbz9ox7w" }, 68: { defaultClass: "_1hbz9ox7x" }, 72: { defaultClass: "_1hbz9ox7y" }, 76: { defaultClass: "_1hbz9ox7z" }, 80: { defaultClass: "_1hbz9ox80" }, 96: { defaultClass: "_1hbz9ox81" }, px: { defaultClass: "_1hbz9ox82" }, "0.25": { defaultClass: "_1hbz9ox83" }, "0.5": { defaultClass: "_1hbz9ox84" }, "0.75": { defaultClass: "_1hbz9ox85" }, "1.5": { defaultClass: "_1hbz9ox86" }, "2.5": { defaultClass: "_1hbz9ox87" }, "3.5": { defaultClass: "_1hbz9ox88" } } } } });
|
|
2612
|
-
const
|
|
1112
|
+
}, Er = (a) => a, Mr = function() {
|
|
1113
|
+
return jr(Er)(...arguments);
|
|
1114
|
+
}, da = Mr({ conditions: { defaultCondition: "lightMode", conditionNames: ["lightMode", "darkMode"], responsiveArray: void 0 }, styles: { color: { values: { background: { conditions: { lightMode: "_1hbz9ox0", darkMode: "_1hbz9ox1" }, defaultClass: "_1hbz9ox0" }, mute: { conditions: { lightMode: "_1hbz9ox2", darkMode: "_1hbz9ox3" }, defaultClass: "_1hbz9ox2" }, panel: { conditions: { lightMode: "_1hbz9ox4", darkMode: "_1hbz9ox5" }, defaultClass: "_1hbz9ox4" }, foreground: { conditions: { lightMode: "_1hbz9ox6", darkMode: "_1hbz9ox7" }, defaultClass: "_1hbz9ox6" }, contrast: { conditions: { lightMode: "_1hbz9ox8", darkMode: "_1hbz9ox9" }, defaultClass: "_1hbz9ox8" }, secondary: { conditions: { lightMode: "_1hbz9oxa", darkMode: "_1hbz9oxb" }, defaultClass: "_1hbz9oxa" }, tertiary: { conditions: { lightMode: "_1hbz9oxc", darkMode: "_1hbz9oxd" }, defaultClass: "_1hbz9oxc" }, placeholder: { conditions: { lightMode: "_1hbz9oxe", darkMode: "_1hbz9oxf" }, defaultClass: "_1hbz9oxe" }, smooth: { conditions: { lightMode: "_1hbz9oxg", darkMode: "_1hbz9oxh" }, defaultClass: "_1hbz9oxg" }, subtle: { conditions: { lightMode: "_1hbz9oxi", darkMode: "_1hbz9oxj" }, defaultClass: "_1hbz9oxi" }, soft: { conditions: { lightMode: "_1hbz9oxk", darkMode: "_1hbz9oxl" }, defaultClass: "_1hbz9oxk" }, offset: { conditions: { lightMode: "_1hbz9oxm", darkMode: "_1hbz9oxn" }, defaultClass: "_1hbz9oxm" }, primary: { conditions: { lightMode: "_1hbz9oxo", darkMode: "_1hbz9oxp" }, defaultClass: "_1hbz9oxo" }, primaryHover: { conditions: { lightMode: "_1hbz9oxq", darkMode: "_1hbz9oxr" }, defaultClass: "_1hbz9oxq" }, transparent: { conditions: { lightMode: "_1hbz9oxs", darkMode: "_1hbz9oxt" }, defaultClass: "_1hbz9oxs" }, error: { conditions: { lightMode: "_1hbz9oxu", darkMode: "_1hbz9oxv" }, defaultClass: "_1hbz9oxu" }, auxiliary: { conditions: { lightMode: "_1hbz9oxw", darkMode: "_1hbz9oxx" }, defaultClass: "_1hbz9oxw" }, success: { conditions: { lightMode: "_1hbz9oxy", darkMode: "_1hbz9oxz" }, defaultClass: "_1hbz9oxy" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox10", darkMode: "_1hbz9ox11" }, defaultClass: "_1hbz9ox10" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox12", darkMode: "_1hbz9ox13" }, defaultClass: "_1hbz9ox12" }, failure: { conditions: { lightMode: "_1hbz9ox14", darkMode: "_1hbz9ox15" }, defaultClass: "_1hbz9ox14" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox16", darkMode: "_1hbz9ox17" }, defaultClass: "_1hbz9ox16" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox18", darkMode: "_1hbz9ox19" }, defaultClass: "_1hbz9ox18" } } }, backgroundColor: { values: { background: { conditions: { lightMode: "_1hbz9ox1a", darkMode: "_1hbz9ox1b" }, defaultClass: "_1hbz9ox1a" }, mute: { conditions: { lightMode: "_1hbz9ox1c", darkMode: "_1hbz9ox1d" }, defaultClass: "_1hbz9ox1c" }, panel: { conditions: { lightMode: "_1hbz9ox1e", darkMode: "_1hbz9ox1f" }, defaultClass: "_1hbz9ox1e" }, foreground: { conditions: { lightMode: "_1hbz9ox1g", darkMode: "_1hbz9ox1h" }, defaultClass: "_1hbz9ox1g" }, contrast: { conditions: { lightMode: "_1hbz9ox1i", darkMode: "_1hbz9ox1j" }, defaultClass: "_1hbz9ox1i" }, secondary: { conditions: { lightMode: "_1hbz9ox1k", darkMode: "_1hbz9ox1l" }, defaultClass: "_1hbz9ox1k" }, tertiary: { conditions: { lightMode: "_1hbz9ox1m", darkMode: "_1hbz9ox1n" }, defaultClass: "_1hbz9ox1m" }, placeholder: { conditions: { lightMode: "_1hbz9ox1o", darkMode: "_1hbz9ox1p" }, defaultClass: "_1hbz9ox1o" }, smooth: { conditions: { lightMode: "_1hbz9ox1q", darkMode: "_1hbz9ox1r" }, defaultClass: "_1hbz9ox1q" }, subtle: { conditions: { lightMode: "_1hbz9ox1s", darkMode: "_1hbz9ox1t" }, defaultClass: "_1hbz9ox1s" }, soft: { conditions: { lightMode: "_1hbz9ox1u", darkMode: "_1hbz9ox1v" }, defaultClass: "_1hbz9ox1u" }, offset: { conditions: { lightMode: "_1hbz9ox1w", darkMode: "_1hbz9ox1x" }, defaultClass: "_1hbz9ox1w" }, primary: { conditions: { lightMode: "_1hbz9ox1y", darkMode: "_1hbz9ox1z" }, defaultClass: "_1hbz9ox1y" }, primaryHover: { conditions: { lightMode: "_1hbz9ox20", darkMode: "_1hbz9ox21" }, defaultClass: "_1hbz9ox20" }, transparent: { conditions: { lightMode: "_1hbz9ox22", darkMode: "_1hbz9ox23" }, defaultClass: "_1hbz9ox22" }, error: { conditions: { lightMode: "_1hbz9ox24", darkMode: "_1hbz9ox25" }, defaultClass: "_1hbz9ox24" }, auxiliary: { conditions: { lightMode: "_1hbz9ox26", darkMode: "_1hbz9ox27" }, defaultClass: "_1hbz9ox26" }, success: { conditions: { lightMode: "_1hbz9ox28", darkMode: "_1hbz9ox29" }, defaultClass: "_1hbz9ox28" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox2a", darkMode: "_1hbz9ox2b" }, defaultClass: "_1hbz9ox2a" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox2c", darkMode: "_1hbz9ox2d" }, defaultClass: "_1hbz9ox2c" }, failure: { conditions: { lightMode: "_1hbz9ox2e", darkMode: "_1hbz9ox2f" }, defaultClass: "_1hbz9ox2e" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox2g", darkMode: "_1hbz9ox2h" }, defaultClass: "_1hbz9ox2g" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox2i", darkMode: "_1hbz9ox2j" }, defaultClass: "_1hbz9ox2i" } } } } }, { conditions: void 0, styles: { marginY: { mappings: ["marginTop", "marginBottom"] }, marginX: { mappings: ["marginLeft", "marginRight"] }, gap: { values: { 0: { defaultClass: "_1hbz9ox2k" }, 1: { defaultClass: "_1hbz9ox2l" }, 2: { defaultClass: "_1hbz9ox2m" }, 3: { defaultClass: "_1hbz9ox2n" }, 4: { defaultClass: "_1hbz9ox2o" }, 5: { defaultClass: "_1hbz9ox2p" }, 6: { defaultClass: "_1hbz9ox2q" }, 7: { defaultClass: "_1hbz9ox2r" }, 8: { defaultClass: "_1hbz9ox2s" }, 9: { defaultClass: "_1hbz9ox2t" }, 10: { defaultClass: "_1hbz9ox2u" }, 11: { defaultClass: "_1hbz9ox2v" }, 12: { defaultClass: "_1hbz9ox2w" }, 13: { defaultClass: "_1hbz9ox2x" }, 14: { defaultClass: "_1hbz9ox2y" }, 15: { defaultClass: "_1hbz9ox2z" }, 16: { defaultClass: "_1hbz9ox30" }, 20: { defaultClass: "_1hbz9ox31" }, 24: { defaultClass: "_1hbz9ox32" }, 28: { defaultClass: "_1hbz9ox33" }, 32: { defaultClass: "_1hbz9ox34" }, 36: { defaultClass: "_1hbz9ox35" }, 40: { defaultClass: "_1hbz9ox36" }, 44: { defaultClass: "_1hbz9ox37" }, 48: { defaultClass: "_1hbz9ox38" }, 52: { defaultClass: "_1hbz9ox39" }, 56: { defaultClass: "_1hbz9ox3a" }, 60: { defaultClass: "_1hbz9ox3b" }, 64: { defaultClass: "_1hbz9ox3c" }, 68: { defaultClass: "_1hbz9ox3d" }, 72: { defaultClass: "_1hbz9ox3e" }, 76: { defaultClass: "_1hbz9ox3f" }, 80: { defaultClass: "_1hbz9ox3g" }, 96: { defaultClass: "_1hbz9ox3h" }, px: { defaultClass: "_1hbz9ox3i" }, "0.25": { defaultClass: "_1hbz9ox3j" }, "0.5": { defaultClass: "_1hbz9ox3k" }, "0.75": { defaultClass: "_1hbz9ox3l" }, "1.5": { defaultClass: "_1hbz9ox3m" }, "2.5": { defaultClass: "_1hbz9ox3n" }, "3.5": { defaultClass: "_1hbz9ox3o" } } }, marginTop: { values: { 0: { defaultClass: "_1hbz9ox3p" }, 1: { defaultClass: "_1hbz9ox3q" }, 2: { defaultClass: "_1hbz9ox3r" }, 3: { defaultClass: "_1hbz9ox3s" }, 4: { defaultClass: "_1hbz9ox3t" }, 5: { defaultClass: "_1hbz9ox3u" }, 6: { defaultClass: "_1hbz9ox3v" }, 7: { defaultClass: "_1hbz9ox3w" }, 8: { defaultClass: "_1hbz9ox3x" }, 9: { defaultClass: "_1hbz9ox3y" }, 10: { defaultClass: "_1hbz9ox3z" }, 11: { defaultClass: "_1hbz9ox40" }, 12: { defaultClass: "_1hbz9ox41" }, 13: { defaultClass: "_1hbz9ox42" }, 14: { defaultClass: "_1hbz9ox43" }, 15: { defaultClass: "_1hbz9ox44" }, 16: { defaultClass: "_1hbz9ox45" }, 20: { defaultClass: "_1hbz9ox46" }, 24: { defaultClass: "_1hbz9ox47" }, 28: { defaultClass: "_1hbz9ox48" }, 32: { defaultClass: "_1hbz9ox49" }, 36: { defaultClass: "_1hbz9ox4a" }, 40: { defaultClass: "_1hbz9ox4b" }, 44: { defaultClass: "_1hbz9ox4c" }, 48: { defaultClass: "_1hbz9ox4d" }, 52: { defaultClass: "_1hbz9ox4e" }, 56: { defaultClass: "_1hbz9ox4f" }, 60: { defaultClass: "_1hbz9ox4g" }, 64: { defaultClass: "_1hbz9ox4h" }, 68: { defaultClass: "_1hbz9ox4i" }, 72: { defaultClass: "_1hbz9ox4j" }, 76: { defaultClass: "_1hbz9ox4k" }, 80: { defaultClass: "_1hbz9ox4l" }, 96: { defaultClass: "_1hbz9ox4m" }, px: { defaultClass: "_1hbz9ox4n" }, "0.25": { defaultClass: "_1hbz9ox4o" }, "0.5": { defaultClass: "_1hbz9ox4p" }, "0.75": { defaultClass: "_1hbz9ox4q" }, "1.5": { defaultClass: "_1hbz9ox4r" }, "2.5": { defaultClass: "_1hbz9ox4s" }, "3.5": { defaultClass: "_1hbz9ox4t" } } }, marginBottom: { values: { 0: { defaultClass: "_1hbz9ox4u" }, 1: { defaultClass: "_1hbz9ox4v" }, 2: { defaultClass: "_1hbz9ox4w" }, 3: { defaultClass: "_1hbz9ox4x" }, 4: { defaultClass: "_1hbz9ox4y" }, 5: { defaultClass: "_1hbz9ox4z" }, 6: { defaultClass: "_1hbz9ox50" }, 7: { defaultClass: "_1hbz9ox51" }, 8: { defaultClass: "_1hbz9ox52" }, 9: { defaultClass: "_1hbz9ox53" }, 10: { defaultClass: "_1hbz9ox54" }, 11: { defaultClass: "_1hbz9ox55" }, 12: { defaultClass: "_1hbz9ox56" }, 13: { defaultClass: "_1hbz9ox57" }, 14: { defaultClass: "_1hbz9ox58" }, 15: { defaultClass: "_1hbz9ox59" }, 16: { defaultClass: "_1hbz9ox5a" }, 20: { defaultClass: "_1hbz9ox5b" }, 24: { defaultClass: "_1hbz9ox5c" }, 28: { defaultClass: "_1hbz9ox5d" }, 32: { defaultClass: "_1hbz9ox5e" }, 36: { defaultClass: "_1hbz9ox5f" }, 40: { defaultClass: "_1hbz9ox5g" }, 44: { defaultClass: "_1hbz9ox5h" }, 48: { defaultClass: "_1hbz9ox5i" }, 52: { defaultClass: "_1hbz9ox5j" }, 56: { defaultClass: "_1hbz9ox5k" }, 60: { defaultClass: "_1hbz9ox5l" }, 64: { defaultClass: "_1hbz9ox5m" }, 68: { defaultClass: "_1hbz9ox5n" }, 72: { defaultClass: "_1hbz9ox5o" }, 76: { defaultClass: "_1hbz9ox5p" }, 80: { defaultClass: "_1hbz9ox5q" }, 96: { defaultClass: "_1hbz9ox5r" }, px: { defaultClass: "_1hbz9ox5s" }, "0.25": { defaultClass: "_1hbz9ox5t" }, "0.5": { defaultClass: "_1hbz9ox5u" }, "0.75": { defaultClass: "_1hbz9ox5v" }, "1.5": { defaultClass: "_1hbz9ox5w" }, "2.5": { defaultClass: "_1hbz9ox5x" }, "3.5": { defaultClass: "_1hbz9ox5y" } } }, marginLeft: { values: { 0: { defaultClass: "_1hbz9ox5z" }, 1: { defaultClass: "_1hbz9ox60" }, 2: { defaultClass: "_1hbz9ox61" }, 3: { defaultClass: "_1hbz9ox62" }, 4: { defaultClass: "_1hbz9ox63" }, 5: { defaultClass: "_1hbz9ox64" }, 6: { defaultClass: "_1hbz9ox65" }, 7: { defaultClass: "_1hbz9ox66" }, 8: { defaultClass: "_1hbz9ox67" }, 9: { defaultClass: "_1hbz9ox68" }, 10: { defaultClass: "_1hbz9ox69" }, 11: { defaultClass: "_1hbz9ox6a" }, 12: { defaultClass: "_1hbz9ox6b" }, 13: { defaultClass: "_1hbz9ox6c" }, 14: { defaultClass: "_1hbz9ox6d" }, 15: { defaultClass: "_1hbz9ox6e" }, 16: { defaultClass: "_1hbz9ox6f" }, 20: { defaultClass: "_1hbz9ox6g" }, 24: { defaultClass: "_1hbz9ox6h" }, 28: { defaultClass: "_1hbz9ox6i" }, 32: { defaultClass: "_1hbz9ox6j" }, 36: { defaultClass: "_1hbz9ox6k" }, 40: { defaultClass: "_1hbz9ox6l" }, 44: { defaultClass: "_1hbz9ox6m" }, 48: { defaultClass: "_1hbz9ox6n" }, 52: { defaultClass: "_1hbz9ox6o" }, 56: { defaultClass: "_1hbz9ox6p" }, 60: { defaultClass: "_1hbz9ox6q" }, 64: { defaultClass: "_1hbz9ox6r" }, 68: { defaultClass: "_1hbz9ox6s" }, 72: { defaultClass: "_1hbz9ox6t" }, 76: { defaultClass: "_1hbz9ox6u" }, 80: { defaultClass: "_1hbz9ox6v" }, 96: { defaultClass: "_1hbz9ox6w" }, px: { defaultClass: "_1hbz9ox6x" }, "0.25": { defaultClass: "_1hbz9ox6y" }, "0.5": { defaultClass: "_1hbz9ox6z" }, "0.75": { defaultClass: "_1hbz9ox70" }, "1.5": { defaultClass: "_1hbz9ox71" }, "2.5": { defaultClass: "_1hbz9ox72" }, "3.5": { defaultClass: "_1hbz9ox73" } } }, marginRight: { values: { 0: { defaultClass: "_1hbz9ox74" }, 1: { defaultClass: "_1hbz9ox75" }, 2: { defaultClass: "_1hbz9ox76" }, 3: { defaultClass: "_1hbz9ox77" }, 4: { defaultClass: "_1hbz9ox78" }, 5: { defaultClass: "_1hbz9ox79" }, 6: { defaultClass: "_1hbz9ox7a" }, 7: { defaultClass: "_1hbz9ox7b" }, 8: { defaultClass: "_1hbz9ox7c" }, 9: { defaultClass: "_1hbz9ox7d" }, 10: { defaultClass: "_1hbz9ox7e" }, 11: { defaultClass: "_1hbz9ox7f" }, 12: { defaultClass: "_1hbz9ox7g" }, 13: { defaultClass: "_1hbz9ox7h" }, 14: { defaultClass: "_1hbz9ox7i" }, 15: { defaultClass: "_1hbz9ox7j" }, 16: { defaultClass: "_1hbz9ox7k" }, 20: { defaultClass: "_1hbz9ox7l" }, 24: { defaultClass: "_1hbz9ox7m" }, 28: { defaultClass: "_1hbz9ox7n" }, 32: { defaultClass: "_1hbz9ox7o" }, 36: { defaultClass: "_1hbz9ox7p" }, 40: { defaultClass: "_1hbz9ox7q" }, 44: { defaultClass: "_1hbz9ox7r" }, 48: { defaultClass: "_1hbz9ox7s" }, 52: { defaultClass: "_1hbz9ox7t" }, 56: { defaultClass: "_1hbz9ox7u" }, 60: { defaultClass: "_1hbz9ox7v" }, 64: { defaultClass: "_1hbz9ox7w" }, 68: { defaultClass: "_1hbz9ox7x" }, 72: { defaultClass: "_1hbz9ox7y" }, 76: { defaultClass: "_1hbz9ox7z" }, 80: { defaultClass: "_1hbz9ox80" }, 96: { defaultClass: "_1hbz9ox81" }, px: { defaultClass: "_1hbz9ox82" }, "0.25": { defaultClass: "_1hbz9ox83" }, "0.5": { defaultClass: "_1hbz9ox84" }, "0.75": { defaultClass: "_1hbz9ox85" }, "1.5": { defaultClass: "_1hbz9ox86" }, "2.5": { defaultClass: "_1hbz9ox87" }, "3.5": { defaultClass: "_1hbz9ox88" } } } } });
|
|
1115
|
+
const Re = (a) => /* @__PURE__ */ s.jsx(
|
|
2613
1116
|
"div",
|
|
2614
1117
|
{
|
|
2615
|
-
className:
|
|
1118
|
+
className: N(
|
|
2616
1119
|
"sid-stack",
|
|
2617
|
-
|
|
2618
|
-
|
|
1120
|
+
gr(a.variant),
|
|
1121
|
+
da({ gap: a.space || "2" }),
|
|
2619
1122
|
a.className
|
|
2620
1123
|
),
|
|
2621
1124
|
style: a.style,
|
|
2622
1125
|
children: a.children
|
|
2623
1126
|
}
|
|
2624
1127
|
);
|
|
2625
|
-
var
|
|
2626
|
-
const
|
|
1128
|
+
var Rr = ia({ defaultClassName: "_1wn0ypy0", variantClassNames: { size: { xs: "_1wn0ypy1", sm: "_1wn0ypy2", base: "_1wn0ypy3", xl: "_1wn0ypy4", "2xl-title": "_1wn0ypy5" }, weight: { medium: "_1wn0ypy6", semibold: "_1wn0ypy7", bold: "_1wn0ypy8" }, color: { contrast: "_1wn0ypy9", tertiary: "_1wn0ypya", placeholder: "_1wn0ypyb", white: "_1wn0ypyc", success: "_1wn0ypyd", failure: "_1wn0ypye" } }, defaultVariants: { size: "base", weight: "medium" }, compoundVariants: [] });
|
|
1129
|
+
const kr = {
|
|
2627
1130
|
text: {}
|
|
2628
|
-
},
|
|
2629
|
-
|
|
2630
|
-
const
|
|
2631
|
-
const
|
|
1131
|
+
}, ke = aa(kr);
|
|
1132
|
+
ke.displayName = "SlashIDTextContext";
|
|
1133
|
+
const Xr = ({ text: a, children: r }) => {
|
|
1134
|
+
const o = ra(() => ({
|
|
2632
1135
|
text: a
|
|
2633
1136
|
}), [a]);
|
|
2634
|
-
return /* @__PURE__ */
|
|
1137
|
+
return /* @__PURE__ */ s.jsx(ke.Provider, { value: o, children: r });
|
|
2635
1138
|
};
|
|
2636
|
-
function
|
|
2637
|
-
const { text: a } =
|
|
1139
|
+
function Or() {
|
|
1140
|
+
const { text: a } = ce.useContext(ke);
|
|
2638
1141
|
return a;
|
|
2639
1142
|
}
|
|
2640
|
-
const
|
|
1143
|
+
const we = {
|
|
2641
1144
|
opening: "{{",
|
|
2642
1145
|
closing: "}}"
|
|
2643
1146
|
};
|
|
2644
|
-
function
|
|
2645
|
-
return a.includes(
|
|
2646
|
-
(
|
|
2647
|
-
`${
|
|
2648
|
-
|
|
1147
|
+
function ua(a, r) {
|
|
1148
|
+
return a.includes(we.opening) ? Object.keys(r).reduce(
|
|
1149
|
+
(n, i) => n.replace(
|
|
1150
|
+
`${we.opening}${i}${we.closing}`,
|
|
1151
|
+
r[i]
|
|
2649
1152
|
),
|
|
2650
1153
|
a
|
|
2651
1154
|
) : a;
|
|
2652
1155
|
}
|
|
2653
|
-
const
|
|
1156
|
+
const je = ({
|
|
2654
1157
|
as: a,
|
|
2655
|
-
t:
|
|
2656
|
-
tokens:
|
|
2657
|
-
variant:
|
|
2658
|
-
className:
|
|
2659
|
-
children:
|
|
1158
|
+
t: r,
|
|
1159
|
+
tokens: o,
|
|
1160
|
+
variant: n,
|
|
1161
|
+
className: i,
|
|
1162
|
+
children: m
|
|
2660
1163
|
}) => {
|
|
2661
|
-
const
|
|
2662
|
-
return /* @__PURE__ */
|
|
2663
|
-
|
|
1164
|
+
const v = Or(), b = a || "p";
|
|
1165
|
+
return /* @__PURE__ */ s.jsxs(
|
|
1166
|
+
b,
|
|
2664
1167
|
{
|
|
2665
|
-
className:
|
|
1168
|
+
className: N(
|
|
2666
1169
|
"sid-text",
|
|
2667
1170
|
`sid-text--${a}`,
|
|
2668
|
-
|
|
2669
|
-
|
|
1171
|
+
Rr(n),
|
|
1172
|
+
i
|
|
2670
1173
|
),
|
|
2671
1174
|
children: [
|
|
2672
|
-
|
|
2673
|
-
|
|
1175
|
+
o ? ua(v[r], o) : v[r],
|
|
1176
|
+
m || null
|
|
2674
1177
|
]
|
|
2675
1178
|
}
|
|
2676
1179
|
);
|
|
2677
1180
|
};
|
|
2678
|
-
var
|
|
2679
|
-
function
|
|
1181
|
+
var Sr = "iokgmp1";
|
|
1182
|
+
function ea({
|
|
2680
1183
|
width: a,
|
|
2681
|
-
height:
|
|
2682
|
-
minHeight:
|
|
2683
|
-
maxHeight:
|
|
2684
|
-
minWidth:
|
|
2685
|
-
maxWidth:
|
|
1184
|
+
height: r,
|
|
1185
|
+
minHeight: o,
|
|
1186
|
+
maxHeight: n,
|
|
1187
|
+
minWidth: i,
|
|
1188
|
+
maxWidth: m
|
|
2686
1189
|
}) {
|
|
2687
|
-
return /* @__PURE__ */
|
|
1190
|
+
return /* @__PURE__ */ s.jsx(
|
|
2688
1191
|
"div",
|
|
2689
1192
|
{
|
|
2690
|
-
className:
|
|
1193
|
+
className: Sr,
|
|
2691
1194
|
style: {
|
|
2692
1195
|
width: a,
|
|
2693
|
-
height:
|
|
2694
|
-
minHeight:
|
|
2695
|
-
maxHeight:
|
|
2696
|
-
minWidth:
|
|
2697
|
-
maxWidth:
|
|
1196
|
+
height: r,
|
|
1197
|
+
minHeight: o,
|
|
1198
|
+
maxHeight: n,
|
|
1199
|
+
minWidth: i,
|
|
1200
|
+
maxWidth: m
|
|
2698
1201
|
}
|
|
2699
1202
|
}
|
|
2700
1203
|
);
|
|
2701
1204
|
}
|
|
2702
|
-
|
|
2703
|
-
|
|
1205
|
+
const z = {
|
|
1206
|
+
"footer.text": "Top-tier security by SlashID",
|
|
1207
|
+
"initial.title": "Logging you in...",
|
|
1208
|
+
"initial.details": "Please follow the on-screen instructions.",
|
|
1209
|
+
"recover.password.title": "Reset password",
|
|
1210
|
+
"recover.password.details": "Enter your new password.",
|
|
1211
|
+
"recover.password.input.password.label": "Password",
|
|
1212
|
+
"recover.password.input.confirmPassword.label": "Confirm password",
|
|
1213
|
+
"recover.password.input.placeholder": "Type your new password",
|
|
1214
|
+
"recover.password.submit": "Reset password",
|
|
1215
|
+
"recover.password.validation.passwordsDoNotMatch": "Passwords do not match",
|
|
1216
|
+
"recover.password.validation.length": "8-256 characters required",
|
|
1217
|
+
"recover.password.validation.password_variants": "Contains word 'password'",
|
|
1218
|
+
"recover.password.validation.admin_variants": "Contains word 'admin'",
|
|
1219
|
+
"recover.password.validation.user_variants": "Contains word 'user'",
|
|
1220
|
+
"recover.password.validation.alphanumeric_sequences_1": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1221
|
+
"recover.password.validation.alphanumeric_sequences_2": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1222
|
+
"recover.password.validation.numeric_sequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1223
|
+
"recover.password.validation.numeric_subsequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1224
|
+
"recover.password.validation.numeric_sequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1225
|
+
"recover.password.validation.numeric_subsequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1226
|
+
"recover.password.validation.common_password_xkcd": "Common password",
|
|
1227
|
+
"success.title": "All done!",
|
|
1228
|
+
"success.details": "Please return to the website.",
|
|
1229
|
+
"error.title": "Something went wrong...",
|
|
1230
|
+
"error.detail": "Please log in again."
|
|
1231
|
+
}, Pr = {
|
|
1232
|
+
en: z,
|
|
1233
|
+
ja: {
|
|
1234
|
+
"footer.text": z["footer.text"],
|
|
1235
|
+
"initial.title": "ログイン処理を行っています。",
|
|
1236
|
+
"initial.details": "処理完了後、画面は自動で切り替わります。",
|
|
1237
|
+
"success.title": "認証が完了しました!",
|
|
1238
|
+
"success.details": "このページを閉じて、元のページへ戻ってください。",
|
|
1239
|
+
"recover.password.title": z["recover.password.title"],
|
|
1240
|
+
"recover.password.details": z["recover.password.details"],
|
|
1241
|
+
"recover.password.input.password.label": z["recover.password.input.password.label"],
|
|
1242
|
+
"recover.password.input.confirmPassword.label": z["recover.password.input.confirmPassword.label"],
|
|
1243
|
+
"recover.password.input.placeholder": z["recover.password.input.placeholder"],
|
|
1244
|
+
"recover.password.submit": z["recover.password.submit"],
|
|
1245
|
+
"recover.password.validation.passwordsDoNotMatch": z["recover.password.validation.passwordsDoNotMatch"],
|
|
1246
|
+
"recover.password.validation.length": z["recover.password.validation.length"],
|
|
1247
|
+
"recover.password.validation.password_variants": z["recover.password.validation.password_variants"],
|
|
1248
|
+
"recover.password.validation.admin_variants": z["recover.password.validation.admin_variants"],
|
|
1249
|
+
"recover.password.validation.user_variants": z["recover.password.validation.user_variants"],
|
|
1250
|
+
"recover.password.validation.alphanumeric_sequences_1": z["recover.password.validation.alphanumeric_sequences_1"],
|
|
1251
|
+
"recover.password.validation.alphanumeric_sequences_2": z["recover.password.validation.alphanumeric_sequences_2"],
|
|
1252
|
+
"recover.password.validation.numeric_sequences_ascending": z["recover.password.validation.numeric_sequences_ascending"],
|
|
1253
|
+
"recover.password.validation.numeric_subsequences_ascending": z["recover.password.validation.numeric_subsequences_ascending"],
|
|
1254
|
+
"recover.password.validation.numeric_sequences_descending": z["recover.password.validation.numeric_sequences_descending"],
|
|
1255
|
+
"recover.password.validation.numeric_subsequences_descending": z["recover.password.validation.numeric_subsequences_descending"],
|
|
1256
|
+
"recover.password.validation.common_password_xkcd": z["recover.password.validation.common_password_xkcd"],
|
|
1257
|
+
"error.title": z["error.title"],
|
|
1258
|
+
"error.detail": "再度ログインをしてください。"
|
|
1259
|
+
}
|
|
1260
|
+
}, Tr = (a) => (r) => Pr[a][r], Nr = {
|
|
1261
|
+
logo: /* @__PURE__ */ s.jsx(ur, {}),
|
|
1262
|
+
language: "en",
|
|
1263
|
+
state: "initial",
|
|
1264
|
+
sdk: void 0,
|
|
1265
|
+
setLogo: () => {
|
|
1266
|
+
}
|
|
1267
|
+
}, Ar = aa(Nr), Oe = () => Ia(Ar), re = (a) => /* @__PURE__ */ s.jsx(je, { ...a });
|
|
1268
|
+
var Dr = "_1vg0oop0", Lr = "_1vg0oop1", Ir = "_1vg0oop2", Fr = "_1vg0oop3";
|
|
1269
|
+
function qr() {
|
|
1270
|
+
const { logo: a } = Oe();
|
|
1271
|
+
return /* @__PURE__ */ s.jsx("div", { className: Fr, children: a });
|
|
1272
|
+
}
|
|
1273
|
+
function Vr() {
|
|
1274
|
+
return /* @__PURE__ */ s.jsx(
|
|
1275
|
+
re,
|
|
1276
|
+
{
|
|
1277
|
+
t: "footer.text",
|
|
1278
|
+
variant: {
|
|
1279
|
+
size: "xs",
|
|
1280
|
+
weight: "semibold",
|
|
1281
|
+
color: "placeholder"
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
);
|
|
2704
1285
|
}
|
|
2705
|
-
function
|
|
2706
|
-
return /* @__PURE__ */
|
|
2707
|
-
/* @__PURE__ */
|
|
2708
|
-
|
|
2709
|
-
|
|
1286
|
+
function et({ children: a, className: r, header: o = /* @__PURE__ */ s.jsx(qr, {}), footer: n = /* @__PURE__ */ s.jsx(Vr, {}), style: i }) {
|
|
1287
|
+
return /* @__PURE__ */ s.jsxs("article", { style: i, className: N(Dr, r), children: [
|
|
1288
|
+
o && /* @__PURE__ */ s.jsx("header", { className: Lr, children: o }),
|
|
1289
|
+
/* @__PURE__ */ s.jsx("div", { children: a }),
|
|
1290
|
+
n && /* @__PURE__ */ s.jsx("footer", { className: Ir, children: n })
|
|
1291
|
+
] });
|
|
1292
|
+
}
|
|
1293
|
+
function $r() {
|
|
1294
|
+
return /* @__PURE__ */ s.jsx(Me, { variant: "primary", children: /* @__PURE__ */ s.jsx(na, {}) });
|
|
1295
|
+
}
|
|
1296
|
+
function at() {
|
|
1297
|
+
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
1298
|
+
/* @__PURE__ */ s.jsxs(Re, { space: "2", children: [
|
|
1299
|
+
/* @__PURE__ */ s.jsx(ea, { width: "75%", height: 24 }),
|
|
1300
|
+
/* @__PURE__ */ s.jsx(ea, { width: "50%", height: 16 })
|
|
2710
1301
|
] }),
|
|
2711
|
-
/* @__PURE__ */
|
|
1302
|
+
/* @__PURE__ */ s.jsx($r, {})
|
|
2712
1303
|
] });
|
|
2713
1304
|
}
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
return /* @__PURE__ */ d.jsx(Kr, { variant: a === "warning" ? "blue" : "red", shouldAnimate: !1, children: /* @__PURE__ */ d.jsx(Ia, {}) });
|
|
1305
|
+
function Wr({ type: a }) {
|
|
1306
|
+
return /* @__PURE__ */ s.jsx(Me, { variant: a === "warning" ? "blue" : "red", shouldAnimate: !1, children: /* @__PURE__ */ s.jsx(lr, {}) });
|
|
2717
1307
|
}
|
|
2718
|
-
function
|
|
2719
|
-
return /* @__PURE__ */
|
|
2720
|
-
/* @__PURE__ */
|
|
2721
|
-
/* @__PURE__ */
|
|
2722
|
-
|
|
1308
|
+
function rt({ type: a, redirectUri: r }) {
|
|
1309
|
+
return r && window.location.replace(r), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
1310
|
+
/* @__PURE__ */ s.jsxs(Re, { space: "0.25", children: [
|
|
1311
|
+
/* @__PURE__ */ s.jsx(
|
|
1312
|
+
re,
|
|
2723
1313
|
{
|
|
2724
1314
|
as: "h1",
|
|
2725
1315
|
variant: { size: "2xl-title", weight: "bold" },
|
|
2726
1316
|
t: "error.title"
|
|
2727
1317
|
}
|
|
2728
1318
|
),
|
|
2729
|
-
/* @__PURE__ */
|
|
2730
|
-
|
|
1319
|
+
/* @__PURE__ */ s.jsx(
|
|
1320
|
+
re,
|
|
2731
1321
|
{
|
|
2732
1322
|
as: "h2",
|
|
2733
1323
|
t: "error.detail",
|
|
@@ -2735,10 +1325,10 @@ function zn({ type: a }) {
|
|
|
2735
1325
|
}
|
|
2736
1326
|
)
|
|
2737
1327
|
] }),
|
|
2738
|
-
/* @__PURE__ */
|
|
1328
|
+
/* @__PURE__ */ s.jsx(Wr, { type: a })
|
|
2739
1329
|
] });
|
|
2740
1330
|
}
|
|
2741
|
-
const
|
|
1331
|
+
const Yr = () => /* @__PURE__ */ s.jsx(Me, { children: /* @__PURE__ */ s.jsx(
|
|
2742
1332
|
"svg",
|
|
2743
1333
|
{
|
|
2744
1334
|
width: "21",
|
|
@@ -2746,7 +1336,7 @@ const cn = () => /* @__PURE__ */ d.jsx(Kr, { children: /* @__PURE__ */ d.jsx(
|
|
|
2746
1336
|
viewBox: "0 0 21 18",
|
|
2747
1337
|
fill: "none",
|
|
2748
1338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2749
|
-
children: /* @__PURE__ */
|
|
1339
|
+
children: /* @__PURE__ */ s.jsx(
|
|
2750
1340
|
"path",
|
|
2751
1341
|
{
|
|
2752
1342
|
fillRule: "evenodd",
|
|
@@ -2757,187 +1347,124 @@ const cn = () => /* @__PURE__ */ d.jsx(Kr, { children: /* @__PURE__ */ d.jsx(
|
|
|
2757
1347
|
)
|
|
2758
1348
|
}
|
|
2759
1349
|
) });
|
|
2760
|
-
function
|
|
2761
|
-
return /* @__PURE__ */
|
|
2762
|
-
/* @__PURE__ */
|
|
2763
|
-
|
|
1350
|
+
function tt({ redirectUri: a } = {}) {
|
|
1351
|
+
return a && window.location.replace(a), /* @__PURE__ */ s.jsxs("article", { "data-testid": "sid-form-success-state", children: [
|
|
1352
|
+
/* @__PURE__ */ s.jsx(
|
|
1353
|
+
re,
|
|
2764
1354
|
{
|
|
2765
1355
|
as: "h1",
|
|
2766
1356
|
t: "success.title",
|
|
2767
1357
|
variant: { size: "2xl-title", weight: "bold" }
|
|
2768
1358
|
}
|
|
2769
1359
|
),
|
|
2770
|
-
/* @__PURE__ */
|
|
2771
|
-
|
|
1360
|
+
/* @__PURE__ */ s.jsx(
|
|
1361
|
+
re,
|
|
2772
1362
|
{
|
|
2773
1363
|
as: "h2",
|
|
2774
1364
|
t: "success.details",
|
|
2775
1365
|
variant: { color: "contrast", weight: "semibold" }
|
|
2776
1366
|
}
|
|
2777
1367
|
),
|
|
2778
|
-
/* @__PURE__ */
|
|
1368
|
+
/* @__PURE__ */ s.jsx(Yr, {})
|
|
2779
1369
|
] });
|
|
2780
1370
|
}
|
|
2781
|
-
var
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
"initial.details": "Please follow the on-screen instructions.",
|
|
2786
|
-
"recover.password.title": "Reset password",
|
|
2787
|
-
"recover.password.details": "Enter your new password.",
|
|
2788
|
-
"recover.password.input.password.label": "Password",
|
|
2789
|
-
"recover.password.input.confirmPassword.label": "Confirm password",
|
|
2790
|
-
"recover.password.input.placeholder": "Type your new password",
|
|
2791
|
-
"recover.password.submit": "Reset password",
|
|
2792
|
-
"recover.password.validation.passwordsDoNotMatch": "Passwords do not match",
|
|
2793
|
-
"recover.password.validation.length": "8-256 characters required",
|
|
2794
|
-
"recover.password.validation.password_variants": "Contains word 'password'",
|
|
2795
|
-
"recover.password.validation.admin_variants": "Contains word 'admin'",
|
|
2796
|
-
"recover.password.validation.user_variants": "Contains word 'user'",
|
|
2797
|
-
"recover.password.validation.alphanumeric_sequences_1": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
2798
|
-
"recover.password.validation.alphanumeric_sequences_2": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
2799
|
-
"recover.password.validation.numeric_sequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
2800
|
-
"recover.password.validation.numeric_subsequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
2801
|
-
"recover.password.validation.numeric_sequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
2802
|
-
"recover.password.validation.numeric_subsequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
2803
|
-
"recover.password.validation.common_password_xkcd": "Common password",
|
|
2804
|
-
"success.title": "All done!",
|
|
2805
|
-
"success.details": "Please return to the website.",
|
|
2806
|
-
"error.title": "Something went wrong...",
|
|
2807
|
-
"error.detail": "Please log in again."
|
|
2808
|
-
}, hn = {
|
|
2809
|
-
en: X,
|
|
2810
|
-
ja: {
|
|
2811
|
-
"footer.text": X["footer.text"],
|
|
2812
|
-
"initial.title": "ログイン処理を行っています。",
|
|
2813
|
-
"initial.details": "処理完了後、画面は自動で切り替わります。",
|
|
2814
|
-
"success.title": "認証が完了しました!",
|
|
2815
|
-
"success.details": "このページを閉じて、元のページへ戻ってください。",
|
|
2816
|
-
"recover.password.title": X["recover.password.title"],
|
|
2817
|
-
"recover.password.details": X["recover.password.details"],
|
|
2818
|
-
"recover.password.input.password.label": X["recover.password.input.password.label"],
|
|
2819
|
-
"recover.password.input.confirmPassword.label": X["recover.password.input.confirmPassword.label"],
|
|
2820
|
-
"recover.password.input.placeholder": X["recover.password.input.placeholder"],
|
|
2821
|
-
"recover.password.submit": X["recover.password.submit"],
|
|
2822
|
-
"recover.password.validation.passwordsDoNotMatch": X["recover.password.validation.passwordsDoNotMatch"],
|
|
2823
|
-
"recover.password.validation.length": X["recover.password.validation.length"],
|
|
2824
|
-
"recover.password.validation.password_variants": X["recover.password.validation.password_variants"],
|
|
2825
|
-
"recover.password.validation.admin_variants": X["recover.password.validation.admin_variants"],
|
|
2826
|
-
"recover.password.validation.user_variants": X["recover.password.validation.user_variants"],
|
|
2827
|
-
"recover.password.validation.alphanumeric_sequences_1": X["recover.password.validation.alphanumeric_sequences_1"],
|
|
2828
|
-
"recover.password.validation.alphanumeric_sequences_2": X["recover.password.validation.alphanumeric_sequences_2"],
|
|
2829
|
-
"recover.password.validation.numeric_sequences_ascending": X["recover.password.validation.numeric_sequences_ascending"],
|
|
2830
|
-
"recover.password.validation.numeric_subsequences_ascending": X["recover.password.validation.numeric_subsequences_ascending"],
|
|
2831
|
-
"recover.password.validation.numeric_sequences_descending": X["recover.password.validation.numeric_sequences_descending"],
|
|
2832
|
-
"recover.password.validation.numeric_subsequences_descending": X["recover.password.validation.numeric_subsequences_descending"],
|
|
2833
|
-
"recover.password.validation.common_password_xkcd": X["recover.password.validation.common_password_xkcd"],
|
|
2834
|
-
"error.title": X["error.title"],
|
|
2835
|
-
"error.detail": "再度ログインをしてください。"
|
|
2836
|
-
}
|
|
2837
|
-
}, pn = (a) => (s) => hn[a][s], vn = {
|
|
2838
|
-
logo: /* @__PURE__ */ d.jsx(Fa, {}),
|
|
2839
|
-
language: "en",
|
|
2840
|
-
state: "initial",
|
|
2841
|
-
sdk: void 0
|
|
2842
|
-
}, _n = se.createContext(
|
|
2843
|
-
vn
|
|
2844
|
-
), Ft = () => se.useContext(_n);
|
|
2845
|
-
function bn() {
|
|
2846
|
-
const { language: a } = Ft();
|
|
2847
|
-
return se.useMemo(() => pn(a), [a]);
|
|
1371
|
+
var Br = "_8vopmj0", Ur = "_8vopmj2";
|
|
1372
|
+
function Hr() {
|
|
1373
|
+
const { language: a } = Oe();
|
|
1374
|
+
return ra(() => Tr(a), [a]);
|
|
2848
1375
|
}
|
|
2849
|
-
function
|
|
1376
|
+
function Zr(a) {
|
|
2850
1377
|
return `recover.password.validation.${a.failedRules[0].name}`;
|
|
2851
1378
|
}
|
|
2852
|
-
function
|
|
1379
|
+
function Gr({
|
|
2853
1380
|
errorEvent: a,
|
|
2854
|
-
password:
|
|
1381
|
+
password: r
|
|
2855
1382
|
}) {
|
|
2856
|
-
const
|
|
2857
|
-
let
|
|
2858
|
-
if (
|
|
2859
|
-
const
|
|
2860
|
-
|
|
1383
|
+
const o = a.failedRules[0];
|
|
1384
|
+
let n = "";
|
|
1385
|
+
if (o.matchType === "must_not_match") {
|
|
1386
|
+
const i = o.regexp.exec(r);
|
|
1387
|
+
n = i !== null ? i[0] : "";
|
|
2861
1388
|
}
|
|
2862
|
-
return
|
|
2863
|
-
ILLEGAL_SEQUENCE:
|
|
1389
|
+
return n ? {
|
|
1390
|
+
ILLEGAL_SEQUENCE: n
|
|
2864
1391
|
} : {};
|
|
2865
1392
|
}
|
|
2866
|
-
function
|
|
2867
|
-
return /* @__PURE__ */
|
|
1393
|
+
function Kr({ message: a }) {
|
|
1394
|
+
return /* @__PURE__ */ s.jsx("span", { className: Ur, children: a });
|
|
2868
1395
|
}
|
|
2869
|
-
function
|
|
2870
|
-
const a =
|
|
2871
|
-
|
|
2872
|
-
const
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
a(
|
|
2876
|
-
|
|
1396
|
+
function st() {
|
|
1397
|
+
const a = Hr(), { sdk: r } = Oe(), [o, n] = ae(""), [i, m] = ae(""), [v, b] = ae(null), [f, w] = ae("initial");
|
|
1398
|
+
Fa(() => {
|
|
1399
|
+
const E = (F) => {
|
|
1400
|
+
b(
|
|
1401
|
+
ua(
|
|
1402
|
+
a(Zr(F)),
|
|
1403
|
+
Gr({ errorEvent: F, password: o })
|
|
2877
1404
|
)
|
|
2878
|
-
),
|
|
1405
|
+
), w("initial");
|
|
2879
1406
|
};
|
|
2880
|
-
return
|
|
2881
|
-
|
|
1407
|
+
return r == null || r.subscribe("invalidPasswordSubmitted", E), () => {
|
|
1408
|
+
r == null || r.unsubscribe("invalidPasswordSubmitted", E);
|
|
2882
1409
|
};
|
|
2883
|
-
}, [a,
|
|
2884
|
-
const
|
|
2885
|
-
if (
|
|
2886
|
-
if (!
|
|
2887
|
-
|
|
1410
|
+
}, [a, r, o, b]);
|
|
1411
|
+
const p = (E) => {
|
|
1412
|
+
if (E.preventDefault(), !!r) {
|
|
1413
|
+
if (!o || o !== i) {
|
|
1414
|
+
b(a("recover.password.validation.passwordsDoNotMatch"));
|
|
2888
1415
|
return;
|
|
2889
1416
|
}
|
|
2890
|
-
|
|
1417
|
+
r.publish("passwordSubmitted", o), w("submitting");
|
|
2891
1418
|
}
|
|
2892
|
-
},
|
|
2893
|
-
|
|
2894
|
-
},
|
|
2895
|
-
|
|
1419
|
+
}, M = (E) => {
|
|
1420
|
+
n(E.target.value), b(null);
|
|
1421
|
+
}, S = (E) => {
|
|
1422
|
+
m(E.target.value), b(null);
|
|
2896
1423
|
};
|
|
2897
|
-
return /* @__PURE__ */
|
|
2898
|
-
/* @__PURE__ */
|
|
2899
|
-
/* @__PURE__ */
|
|
2900
|
-
/* @__PURE__ */
|
|
1424
|
+
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
1425
|
+
/* @__PURE__ */ s.jsxs(Re, { space: "0.25", children: [
|
|
1426
|
+
/* @__PURE__ */ s.jsx(je, { as: "h1", variant: { size: "2xl-title", weight: "bold" }, t: "recover.password.title" }),
|
|
1427
|
+
/* @__PURE__ */ s.jsx(je, { variant: { color: "contrast", weight: "semibold" }, as: "h2", t: "recover.password.details" })
|
|
2901
1428
|
] }),
|
|
2902
|
-
/* @__PURE__ */
|
|
2903
|
-
/* @__PURE__ */
|
|
2904
|
-
/* @__PURE__ */
|
|
2905
|
-
|
|
1429
|
+
/* @__PURE__ */ s.jsxs("form", { onSubmit: p, children: [
|
|
1430
|
+
/* @__PURE__ */ s.jsxs("div", { className: Br, children: [
|
|
1431
|
+
/* @__PURE__ */ s.jsx(
|
|
1432
|
+
Ke,
|
|
2906
1433
|
{
|
|
2907
1434
|
id: "password-input",
|
|
2908
1435
|
label: a("recover.password.input.password.label"),
|
|
2909
1436
|
placeholder: a("recover.password.input.placeholder"),
|
|
2910
1437
|
name: "password",
|
|
2911
|
-
value:
|
|
2912
|
-
onChange:
|
|
2913
|
-
error: !!
|
|
1438
|
+
value: o ?? "",
|
|
1439
|
+
onChange: M,
|
|
1440
|
+
error: !!v,
|
|
2914
1441
|
autoComplete: "new-password"
|
|
2915
1442
|
}
|
|
2916
1443
|
),
|
|
2917
|
-
/* @__PURE__ */
|
|
2918
|
-
|
|
1444
|
+
/* @__PURE__ */ s.jsx(
|
|
1445
|
+
Ke,
|
|
2919
1446
|
{
|
|
2920
1447
|
id: "password-input-confirm",
|
|
2921
1448
|
label: a("recover.password.input.confirmPassword.label"),
|
|
2922
1449
|
placeholder: a("recover.password.input.placeholder"),
|
|
2923
1450
|
name: "passwordConfirm",
|
|
2924
|
-
value:
|
|
2925
|
-
onChange:
|
|
2926
|
-
className:
|
|
2927
|
-
error: !!
|
|
1451
|
+
value: i ?? "",
|
|
1452
|
+
onChange: S,
|
|
1453
|
+
className: da({ marginTop: "4" }),
|
|
1454
|
+
error: !!v,
|
|
2928
1455
|
autoComplete: "new-password"
|
|
2929
1456
|
}
|
|
2930
1457
|
),
|
|
2931
|
-
|
|
1458
|
+
v && /* @__PURE__ */ s.jsx(Kr, { message: v })
|
|
2932
1459
|
] }),
|
|
2933
|
-
/* @__PURE__ */
|
|
2934
|
-
|
|
1460
|
+
/* @__PURE__ */ s.jsx(
|
|
1461
|
+
la,
|
|
2935
1462
|
{
|
|
2936
1463
|
type: "submit",
|
|
2937
1464
|
variant: "primary",
|
|
2938
1465
|
testId: "sid-form-initial-submit-button",
|
|
2939
|
-
disabled:
|
|
2940
|
-
loading:
|
|
1466
|
+
disabled: f === "submitting",
|
|
1467
|
+
loading: f === "submitting",
|
|
2941
1468
|
children: a("recover.password.submit")
|
|
2942
1469
|
}
|
|
2943
1470
|
)
|
|
@@ -2945,11 +1472,13 @@ function Rn() {
|
|
|
2945
1472
|
] });
|
|
2946
1473
|
}
|
|
2947
1474
|
export {
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
1475
|
+
et as Card,
|
|
1476
|
+
rt as Error,
|
|
1477
|
+
Pr as I18N,
|
|
1478
|
+
at as Initial,
|
|
1479
|
+
st as Recover,
|
|
1480
|
+
tt as Success,
|
|
1481
|
+
Xr as TextProvider,
|
|
1482
|
+
Qr as ThemeRoot
|
|
2954
1483
|
};
|
|
2955
1484
|
//# sourceMappingURL=main.js.map
|