@slashid/jump-page 0.0.8-package.3 → 0.0.8-package.5
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 +317 -287
- package/package/main.js.map +1 -1
- package/package/src/main.d.ts +3 -1
- package/package/style.css +1 -1
- package/package.json +1 -1
package/package/main.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import ce, { useLayoutEffect as
|
|
1
|
+
import ce, { useLayoutEffect as Be, forwardRef as Da, useCallback as La, useState as ae, createContext as aa, useMemo as ra, useContext as Ia, useEffect as Fa } from "react";
|
|
2
2
|
var ye = { exports: {} }, X = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
@@ -9,15 +9,15 @@ var ye = { exports: {} }, X = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
12
|
+
var He;
|
|
13
13
|
function qa() {
|
|
14
|
-
if (
|
|
14
|
+
if (He)
|
|
15
15
|
return X;
|
|
16
|
-
|
|
16
|
+
He = 1;
|
|
17
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, C = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
18
|
-
function v(b, f,
|
|
18
|
+
function v(b, f, z) {
|
|
19
19
|
var w, M = {}, S = null, E = null;
|
|
20
|
-
|
|
20
|
+
z !== void 0 && (S = "" + z), f.key !== void 0 && (S = "" + f.key), f.ref !== void 0 && (E = f.ref);
|
|
21
21
|
for (w in f)
|
|
22
22
|
n.call(f, w) && !C.hasOwnProperty(w) && (M[w] = f[w]);
|
|
23
23
|
if (b && b.defaultProps)
|
|
@@ -37,10 +37,10 @@ var ee = {};
|
|
|
37
37
|
* This source code is licensed under the MIT license found in the
|
|
38
38
|
* LICENSE file in the root directory of this source tree.
|
|
39
39
|
*/
|
|
40
|
-
var
|
|
40
|
+
var Ze;
|
|
41
41
|
function Va() {
|
|
42
|
-
return
|
|
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"), C = Symbol.for("react.profiler"), v = Symbol.for("react.provider"), b = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"),
|
|
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"), C = Symbol.for("react.profiler"), v = Symbol.for("react.provider"), b = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), z = Symbol.for("react.suspense"), w = 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
44
|
function G(e) {
|
|
45
45
|
if (e === null || typeof e != "object")
|
|
46
46
|
return null;
|
|
@@ -59,16 +59,16 @@ function Va() {
|
|
|
59
59
|
{
|
|
60
60
|
var d = D.ReactDebugCurrentFrame, h = d.getStackAddendum();
|
|
61
61
|
h !== "" && (t += "%s", l = l.concat([h]));
|
|
62
|
-
var
|
|
62
|
+
var x = l.map(function(c) {
|
|
63
63
|
return String(c);
|
|
64
64
|
});
|
|
65
|
-
|
|
65
|
+
x.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, x);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
var he = !1,
|
|
68
|
+
var he = !1, Se = !1, p = !1, _ = !1, $ = !1, W;
|
|
69
69
|
W = Symbol.for("react.module.reference");
|
|
70
|
-
function
|
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e === n || e === C || $ || e === i || e ===
|
|
70
|
+
function te(e) {
|
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === n || e === C || $ || e === i || e === z || e === w || _ || e === E || he || Se || p || 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
|
|
72
72
|
// types supported by any Flight configuration anywhere since
|
|
73
73
|
// we don't know which Flight build this will end up being used
|
|
74
74
|
// with.
|
|
@@ -100,7 +100,7 @@ function Va() {
|
|
|
100
100
|
return "Profiler";
|
|
101
101
|
case i:
|
|
102
102
|
return "StrictMode";
|
|
103
|
-
case
|
|
103
|
+
case z:
|
|
104
104
|
return "Suspense";
|
|
105
105
|
case w:
|
|
106
106
|
return "SuspenseList";
|
|
@@ -119,9 +119,9 @@ function Va() {
|
|
|
119
119
|
var d = e.displayName || null;
|
|
120
120
|
return d !== null ? d : R(e.type) || "Memo";
|
|
121
121
|
case S: {
|
|
122
|
-
var h = e,
|
|
122
|
+
var h = e, x = h._payload, c = h._init;
|
|
123
123
|
try {
|
|
124
|
-
return R(c(
|
|
124
|
+
return R(c(x));
|
|
125
125
|
} catch {
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
@@ -129,18 +129,18 @@ function Va() {
|
|
|
129
129
|
}
|
|
130
130
|
return null;
|
|
131
131
|
}
|
|
132
|
-
var T = Object.assign, q = 0, J, U, V,
|
|
133
|
-
function
|
|
132
|
+
var T = Object.assign, q = 0, J, U, V, se, N, L, B;
|
|
133
|
+
function oe() {
|
|
134
134
|
}
|
|
135
|
-
|
|
135
|
+
oe.__reactDisabledLog = !0;
|
|
136
136
|
function ca() {
|
|
137
137
|
{
|
|
138
138
|
if (q === 0) {
|
|
139
|
-
J = console.log, U = console.info, V = console.warn,
|
|
139
|
+
J = console.log, U = console.info, V = console.warn, se = console.error, N = console.group, L = console.groupCollapsed, B = console.groupEnd;
|
|
140
140
|
var e = {
|
|
141
141
|
configurable: !0,
|
|
142
142
|
enumerable: !0,
|
|
143
|
-
value:
|
|
143
|
+
value: oe,
|
|
144
144
|
writable: !0
|
|
145
145
|
};
|
|
146
146
|
Object.defineProperties(console, {
|
|
@@ -175,7 +175,7 @@ function Va() {
|
|
|
175
175
|
value: V
|
|
176
176
|
}),
|
|
177
177
|
error: T({}, e, {
|
|
178
|
-
value:
|
|
178
|
+
value: se
|
|
179
179
|
}),
|
|
180
180
|
group: T({}, e, {
|
|
181
181
|
value: N
|
|
@@ -191,39 +191,39 @@ function Va() {
|
|
|
191
191
|
q < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
var be = D.ReactCurrentDispatcher,
|
|
195
|
-
function
|
|
194
|
+
var be = D.ReactCurrentDispatcher, xe;
|
|
195
|
+
function ne(e, t, l) {
|
|
196
196
|
{
|
|
197
|
-
if (
|
|
197
|
+
if (xe === void 0)
|
|
198
198
|
try {
|
|
199
199
|
throw Error();
|
|
200
200
|
} catch (h) {
|
|
201
201
|
var d = h.stack.trim().match(/\n( *(at )?)/);
|
|
202
|
-
|
|
202
|
+
xe = d && d[1] || "";
|
|
203
203
|
}
|
|
204
204
|
return `
|
|
205
|
-
` +
|
|
205
|
+
` + xe + e;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
var
|
|
208
|
+
var _e = !1, le;
|
|
209
209
|
{
|
|
210
210
|
var ha = typeof WeakMap == "function" ? WeakMap : Map;
|
|
211
|
-
|
|
211
|
+
le = new ha();
|
|
212
212
|
}
|
|
213
|
-
function
|
|
214
|
-
if (!e ||
|
|
213
|
+
function Pe(e, t) {
|
|
214
|
+
if (!e || _e)
|
|
215
215
|
return "";
|
|
216
216
|
{
|
|
217
|
-
var l =
|
|
217
|
+
var l = le.get(e);
|
|
218
218
|
if (l !== void 0)
|
|
219
219
|
return l;
|
|
220
220
|
}
|
|
221
221
|
var d;
|
|
222
|
-
|
|
222
|
+
_e = !0;
|
|
223
223
|
var h = Error.prepareStackTrace;
|
|
224
224
|
Error.prepareStackTrace = void 0;
|
|
225
|
-
var
|
|
226
|
-
|
|
225
|
+
var x;
|
|
226
|
+
x = be.current, be.current = null, ca();
|
|
227
227
|
try {
|
|
228
228
|
if (t) {
|
|
229
229
|
var c = function() {
|
|
@@ -269,67 +269,67 @@ function Va() {
|
|
|
269
269
|
if (m--, y--, y < 0 || u[m] !== k[y]) {
|
|
270
270
|
var P = `
|
|
271
271
|
` + u[m].replace(" at new ", " at ");
|
|
272
|
-
return e.displayName && P.includes("<anonymous>") && (P = P.replace("<anonymous>", e.displayName)), typeof e == "function" &&
|
|
272
|
+
return e.displayName && P.includes("<anonymous>") && (P = P.replace("<anonymous>", e.displayName)), typeof e == "function" && le.set(e, P), P;
|
|
273
273
|
}
|
|
274
274
|
while (m >= 1 && y >= 0);
|
|
275
275
|
break;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
} finally {
|
|
279
|
-
|
|
279
|
+
_e = !1, be.current = x, fa(), Error.prepareStackTrace = h;
|
|
280
280
|
}
|
|
281
|
-
var Z = e ? e.displayName || e.name : "",
|
|
282
|
-
return typeof e == "function" &&
|
|
281
|
+
var Z = e ? e.displayName || e.name : "", Ue = Z ? ne(Z) : "";
|
|
282
|
+
return typeof e == "function" && le.set(e, Ue), Ue;
|
|
283
283
|
}
|
|
284
284
|
function ba(e, t, l) {
|
|
285
|
-
return
|
|
285
|
+
return Pe(e, !1);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function xa(e) {
|
|
288
288
|
var t = e.prototype;
|
|
289
289
|
return !!(t && t.isReactComponent);
|
|
290
290
|
}
|
|
291
|
-
function
|
|
291
|
+
function ie(e, t, l) {
|
|
292
292
|
if (e == null)
|
|
293
293
|
return "";
|
|
294
294
|
if (typeof e == "function")
|
|
295
|
-
return
|
|
295
|
+
return Pe(e, xa(e));
|
|
296
296
|
if (typeof e == "string")
|
|
297
|
-
return
|
|
297
|
+
return ne(e);
|
|
298
298
|
switch (e) {
|
|
299
|
-
case
|
|
300
|
-
return
|
|
299
|
+
case z:
|
|
300
|
+
return ne("Suspense");
|
|
301
301
|
case w:
|
|
302
|
-
return
|
|
302
|
+
return ne("SuspenseList");
|
|
303
303
|
}
|
|
304
304
|
if (typeof e == "object")
|
|
305
305
|
switch (e.$$typeof) {
|
|
306
306
|
case f:
|
|
307
307
|
return ba(e.render);
|
|
308
308
|
case M:
|
|
309
|
-
return
|
|
309
|
+
return ie(e.type, t, l);
|
|
310
310
|
case S: {
|
|
311
|
-
var d = e, h = d._payload,
|
|
311
|
+
var d = e, h = d._payload, x = d._init;
|
|
312
312
|
try {
|
|
313
|
-
return
|
|
313
|
+
return ie(x(h), t, l);
|
|
314
314
|
} catch {
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
return "";
|
|
319
319
|
}
|
|
320
|
-
var
|
|
321
|
-
function
|
|
320
|
+
var de = Object.prototype.hasOwnProperty, Te = {}, Ne = D.ReactDebugCurrentFrame;
|
|
321
|
+
function ue(e) {
|
|
322
322
|
if (e) {
|
|
323
|
-
var t = e._owner, l =
|
|
324
|
-
|
|
323
|
+
var t = e._owner, l = ie(e.type, e._source, t ? t.type : null);
|
|
324
|
+
Ne.setExtraStackFrame(l);
|
|
325
325
|
} else
|
|
326
|
-
|
|
326
|
+
Ne.setExtraStackFrame(null);
|
|
327
327
|
}
|
|
328
|
-
function
|
|
328
|
+
function _a(e, t, l, d, h) {
|
|
329
329
|
{
|
|
330
|
-
var
|
|
330
|
+
var x = Function.call.bind(de);
|
|
331
331
|
for (var c in e)
|
|
332
|
-
if (
|
|
332
|
+
if (x(e, c)) {
|
|
333
333
|
var u = void 0;
|
|
334
334
|
try {
|
|
335
335
|
if (typeof e[c] != "function") {
|
|
@@ -340,7 +340,7 @@ function Va() {
|
|
|
340
340
|
} catch (m) {
|
|
341
341
|
u = m;
|
|
342
342
|
}
|
|
343
|
-
u && !(u instanceof Error) && (
|
|
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));
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -356,35 +356,35 @@ function Va() {
|
|
|
356
356
|
}
|
|
357
357
|
function Ca(e) {
|
|
358
358
|
try {
|
|
359
|
-
return
|
|
359
|
+
return Ae(e), !1;
|
|
360
360
|
} catch {
|
|
361
361
|
return !0;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
function
|
|
364
|
+
function Ae(e) {
|
|
365
365
|
return "" + e;
|
|
366
366
|
}
|
|
367
|
-
function
|
|
367
|
+
function De(e) {
|
|
368
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)),
|
|
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);
|
|
370
370
|
}
|
|
371
371
|
var Q = D.ReactCurrentOwner, ma = {
|
|
372
372
|
key: !0,
|
|
373
373
|
ref: !0,
|
|
374
374
|
__self: !0,
|
|
375
375
|
__source: !0
|
|
376
|
-
},
|
|
376
|
+
}, Le, Ie, pe;
|
|
377
377
|
pe = {};
|
|
378
|
-
function
|
|
379
|
-
if (
|
|
378
|
+
function ga(e) {
|
|
379
|
+
if (de.call(e, "ref")) {
|
|
380
380
|
var t = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
381
381
|
if (t && t.isReactWarning)
|
|
382
382
|
return !1;
|
|
383
383
|
}
|
|
384
384
|
return e.ref !== void 0;
|
|
385
385
|
}
|
|
386
|
-
function
|
|
387
|
-
if (
|
|
386
|
+
function za(e) {
|
|
387
|
+
if (de.call(e, "key")) {
|
|
388
388
|
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
389
389
|
if (t && t.isReactWarning)
|
|
390
390
|
return !1;
|
|
@@ -400,7 +400,7 @@ function Va() {
|
|
|
400
400
|
function ya(e, t) {
|
|
401
401
|
{
|
|
402
402
|
var l = function() {
|
|
403
|
-
|
|
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));
|
|
404
404
|
};
|
|
405
405
|
l.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
406
406
|
get: l,
|
|
@@ -411,7 +411,7 @@ function Va() {
|
|
|
411
411
|
function ja(e, t) {
|
|
412
412
|
{
|
|
413
413
|
var l = function() {
|
|
414
|
-
|
|
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));
|
|
415
415
|
};
|
|
416
416
|
l.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
417
417
|
get: l,
|
|
@@ -419,7 +419,7 @@ function Va() {
|
|
|
419
419
|
});
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
|
-
var Ea = function(e, t, l, d, h,
|
|
422
|
+
var Ea = function(e, t, l, d, h, x, c) {
|
|
423
423
|
var u = {
|
|
424
424
|
// This tag allows us to uniquely identify this as a React Element
|
|
425
425
|
$$typeof: r,
|
|
@@ -429,7 +429,7 @@ function Va() {
|
|
|
429
429
|
ref: l,
|
|
430
430
|
props: c,
|
|
431
431
|
// Record the component responsible for creating this element.
|
|
432
|
-
_owner:
|
|
432
|
+
_owner: x
|
|
433
433
|
};
|
|
434
434
|
return u._store = {}, Object.defineProperty(u._store, "validated", {
|
|
435
435
|
configurable: !1,
|
|
@@ -450,14 +450,14 @@ function Va() {
|
|
|
450
450
|
};
|
|
451
451
|
function Ma(e, t, l, d, h) {
|
|
452
452
|
{
|
|
453
|
-
var
|
|
454
|
-
l !== void 0 && (
|
|
455
|
-
for (
|
|
456
|
-
|
|
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
457
|
if (e && e.defaultProps) {
|
|
458
458
|
var m = e.defaultProps;
|
|
459
|
-
for (
|
|
460
|
-
c[
|
|
459
|
+
for (x in m)
|
|
460
|
+
c[x] === void 0 && (c[x] = m[x]);
|
|
461
461
|
}
|
|
462
462
|
if (u || k) {
|
|
463
463
|
var y = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
@@ -466,20 +466,20 @@ function Va() {
|
|
|
466
466
|
return Ea(e, u, k, h, d, Q.current, c);
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
|
-
var Ce = D.ReactCurrentOwner,
|
|
469
|
+
var Ce = D.ReactCurrentOwner, Fe = D.ReactDebugCurrentFrame;
|
|
470
470
|
function H(e) {
|
|
471
471
|
if (e) {
|
|
472
|
-
var t = e._owner, l =
|
|
473
|
-
|
|
472
|
+
var t = e._owner, l = ie(e.type, e._source, t ? t.type : null);
|
|
473
|
+
Fe.setExtraStackFrame(l);
|
|
474
474
|
} else
|
|
475
|
-
|
|
475
|
+
Fe.setExtraStackFrame(null);
|
|
476
476
|
}
|
|
477
477
|
var me;
|
|
478
478
|
me = !1;
|
|
479
|
-
function
|
|
479
|
+
function ge(e) {
|
|
480
480
|
return typeof e == "object" && e !== null && e.$$typeof === r;
|
|
481
481
|
}
|
|
482
|
-
function
|
|
482
|
+
function qe() {
|
|
483
483
|
{
|
|
484
484
|
if (Ce.current) {
|
|
485
485
|
var e = R(Ce.current.type);
|
|
@@ -502,10 +502,10 @@ Check your code at ` + t + ":" + l + ".";
|
|
|
502
502
|
return "";
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
var
|
|
505
|
+
var Ve = {};
|
|
506
506
|
function ka(e) {
|
|
507
507
|
{
|
|
508
|
-
var t =
|
|
508
|
+
var t = qe();
|
|
509
509
|
if (!t) {
|
|
510
510
|
var l = typeof e == "string" ? e : e.displayName || e.name;
|
|
511
511
|
l && (t = `
|
|
@@ -515,35 +515,35 @@ Check the top-level render call using <` + l + ">.");
|
|
|
515
515
|
return t;
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
-
function
|
|
518
|
+
function $e(e, t) {
|
|
519
519
|
{
|
|
520
520
|
if (!e._store || e._store.validated || e.key != null)
|
|
521
521
|
return;
|
|
522
522
|
e._store.validated = !0;
|
|
523
523
|
var l = ka(t);
|
|
524
|
-
if (
|
|
524
|
+
if (Ve[l])
|
|
525
525
|
return;
|
|
526
|
-
|
|
526
|
+
Ve[l] = !0;
|
|
527
527
|
var d = "";
|
|
528
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);
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
|
-
function
|
|
531
|
+
function We(e, t) {
|
|
532
532
|
{
|
|
533
533
|
if (typeof e != "object")
|
|
534
534
|
return;
|
|
535
535
|
if (ve(e))
|
|
536
536
|
for (var l = 0; l < e.length; l++) {
|
|
537
537
|
var d = e[l];
|
|
538
|
-
|
|
538
|
+
ge(d) && $e(d, t);
|
|
539
539
|
}
|
|
540
|
-
else if (
|
|
540
|
+
else if (ge(e))
|
|
541
541
|
e._store && (e._store.validated = !0);
|
|
542
542
|
else if (e) {
|
|
543
543
|
var h = G(e);
|
|
544
544
|
if (typeof h == "function" && h !== e.entries)
|
|
545
|
-
for (var
|
|
546
|
-
|
|
545
|
+
for (var x = h.call(e), c; !(c = x.next()).done; )
|
|
546
|
+
ge(c.value) && $e(c.value, t);
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
}
|
|
@@ -563,7 +563,7 @@ Check the top-level render call using <` + l + ">.");
|
|
|
563
563
|
return;
|
|
564
564
|
if (l) {
|
|
565
565
|
var d = R(t);
|
|
566
|
-
|
|
566
|
+
_a(l, e.props, "prop", d, e);
|
|
567
567
|
} else if (t.PropTypes !== void 0 && !me) {
|
|
568
568
|
me = !0;
|
|
569
569
|
var h = R(t);
|
|
@@ -584,18 +584,18 @@ Check the top-level render call using <` + l + ">.");
|
|
|
584
584
|
e.ref !== null && (H(e), j("Invalid attribute `ref` supplied to `React.Fragment`."), H(null));
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
|
-
function
|
|
587
|
+
function Ye(e, t, l, d, h, x) {
|
|
588
588
|
{
|
|
589
|
-
var c =
|
|
589
|
+
var c = te(e);
|
|
590
590
|
if (!c) {
|
|
591
591
|
var u = "";
|
|
592
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
593
|
var k = Ra(h);
|
|
594
|
-
k ? u += k : u +=
|
|
594
|
+
k ? u += k : u += qe();
|
|
595
595
|
var m;
|
|
596
596
|
e === null ? m = "null" : ve(e) ? m = "array" : e !== void 0 && e.$$typeof === r ? (m = "<" + (R(e.type) || "Unknown") + " />", u = " Did you accidentally export a JSX literal instead of a component?") : m = 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", m, u);
|
|
597
597
|
}
|
|
598
|
-
var y = Ma(e, t, l, h,
|
|
598
|
+
var y = Ma(e, t, l, h, x);
|
|
599
599
|
if (y == null)
|
|
600
600
|
return y;
|
|
601
601
|
if (c) {
|
|
@@ -604,21 +604,21 @@ Check the top-level render call using <` + l + ">.");
|
|
|
604
604
|
if (d)
|
|
605
605
|
if (ve(P)) {
|
|
606
606
|
for (var Z = 0; Z < P.length; Z++)
|
|
607
|
-
|
|
607
|
+
We(P[Z], e);
|
|
608
608
|
Object.freeze && Object.freeze(P);
|
|
609
609
|
} else
|
|
610
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.");
|
|
611
611
|
else
|
|
612
|
-
|
|
612
|
+
We(P, e);
|
|
613
613
|
}
|
|
614
614
|
return e === n ? Sa(y) : Oa(y), y;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
function Pa(e, t, l) {
|
|
618
|
-
return
|
|
618
|
+
return Ye(e, t, l, !0);
|
|
619
619
|
}
|
|
620
620
|
function Ta(e, t, l) {
|
|
621
|
-
return
|
|
621
|
+
return Ye(e, t, l, !1);
|
|
622
622
|
}
|
|
623
623
|
var Na = Ta, Aa = Pa;
|
|
624
624
|
ee.Fragment = n, ee.jsx = Na, ee.jsxs = Aa;
|
|
@@ -626,7 +626,7 @@ Check the top-level render call using <` + l + ">.");
|
|
|
626
626
|
}
|
|
627
627
|
process.env.NODE_ENV === "production" ? ye.exports = qa() : ye.exports = Va();
|
|
628
628
|
var s = ye.exports;
|
|
629
|
-
function
|
|
629
|
+
function ta(a) {
|
|
630
630
|
var r, o, n = "";
|
|
631
631
|
if (typeof a == "string" || typeof a == "number")
|
|
632
632
|
n += a;
|
|
@@ -634,7 +634,7 @@ function ra(a) {
|
|
|
634
634
|
if (Array.isArray(a)) {
|
|
635
635
|
var i = a.length;
|
|
636
636
|
for (r = 0; r < i; r++)
|
|
637
|
-
a[r] && (o =
|
|
637
|
+
a[r] && (o = ta(a[r])) && (n && (n += " "), n += o);
|
|
638
638
|
} else
|
|
639
639
|
for (o in a)
|
|
640
640
|
a[o] && (n && (n += " "), n += o);
|
|
@@ -642,17 +642,17 @@ function ra(a) {
|
|
|
642
642
|
}
|
|
643
643
|
function A() {
|
|
644
644
|
for (var a, r, o = 0, n = "", i = arguments.length; o < i; o++)
|
|
645
|
-
(a = arguments[o]) && (r =
|
|
645
|
+
(a = arguments[o]) && (r = ta(a)) && (n && (n += " "), n += r);
|
|
646
646
|
return n;
|
|
647
647
|
}
|
|
648
|
-
var $a = "y2413r0", Wa = "y2413r1", Ya = "y2413r2", Ua = "y2413r3",
|
|
648
|
+
var $a = "y2413r0", Wa = "y2413r1", Ya = "y2413r2", Ua = "y2413r3", Ge = "sid-theme-root";
|
|
649
649
|
function Ba() {
|
|
650
650
|
return typeof window < "u" && globalThis === window;
|
|
651
651
|
}
|
|
652
|
-
function
|
|
652
|
+
function sa({ theme: a, className: r }) {
|
|
653
653
|
return A(
|
|
654
|
-
|
|
655
|
-
`${
|
|
654
|
+
Ge,
|
|
655
|
+
`${Ge}__${a}`,
|
|
656
656
|
Ua,
|
|
657
657
|
{
|
|
658
658
|
[$a]: a === "dark",
|
|
@@ -663,24 +663,24 @@ function ta({ theme: a, className: r }) {
|
|
|
663
663
|
);
|
|
664
664
|
}
|
|
665
665
|
function Ha({ theme: a, className: r }) {
|
|
666
|
-
const o =
|
|
666
|
+
const o = sa({ theme: a, className: r });
|
|
667
667
|
document.body.classList.add(...o.split(" "));
|
|
668
668
|
}
|
|
669
|
-
const
|
|
669
|
+
const oa = ({ children: a }) => /* @__PURE__ */ s.jsx("div", { className: sa({ theme: "light" }), children: a }), Za = ({ children: a, theme: r = "light", className: o }) => {
|
|
670
670
|
const [n, i] = ce.useState(!1);
|
|
671
|
-
return
|
|
671
|
+
return Be(() => {
|
|
672
672
|
n || i(!0);
|
|
673
|
-
}, [o, n, r]),
|
|
673
|
+
}, [o, n, r]), Be(() => {
|
|
674
674
|
n && Ha({ theme: r, className: o });
|
|
675
|
-
}, [o, n, r]), n ? /* @__PURE__ */ s.jsx(s.Fragment, { children: a }) : /* @__PURE__ */ s.jsx(
|
|
675
|
+
}, [o, n, r]), n ? /* @__PURE__ */ s.jsx(s.Fragment, { children: a }) : /* @__PURE__ */ s.jsx(oa, { children: a });
|
|
676
676
|
};
|
|
677
|
-
function
|
|
678
|
-
return Ba() ? /* @__PURE__ */ s.jsx(Za, { theme: r, className: o, children: a }) : /* @__PURE__ */ s.jsx(
|
|
677
|
+
function Qr({ children: a, theme: r = "light", className: o }) {
|
|
678
|
+
return Ba() ? /* @__PURE__ */ s.jsx(Za, { theme: r, className: o, children: a }) : /* @__PURE__ */ s.jsx(oa, { children: a });
|
|
679
679
|
}
|
|
680
680
|
var Ga = { default: "_92y0ua2 _92y0ua1", short: "_92y0ua3 _92y0ua1" };
|
|
681
|
-
const
|
|
681
|
+
const na = ({ className: a, variant: r = "default" }) => /* @__PURE__ */ s.jsx("div", { className: A(Ga[r], a) });
|
|
682
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
|
|
683
|
+
const la = Da(
|
|
684
684
|
({
|
|
685
685
|
children: a,
|
|
686
686
|
onClick: r,
|
|
@@ -691,10 +691,10 @@ const na = Da(
|
|
|
691
691
|
icon: v,
|
|
692
692
|
disabled: b,
|
|
693
693
|
loading: f = !1
|
|
694
|
-
},
|
|
694
|
+
}, z) => /* @__PURE__ */ s.jsx(
|
|
695
695
|
"button",
|
|
696
696
|
{
|
|
697
|
-
ref:
|
|
697
|
+
ref: z,
|
|
698
698
|
"data-testid": C,
|
|
699
699
|
type: n,
|
|
700
700
|
disabled: b,
|
|
@@ -706,14 +706,14 @@ const na = Da(
|
|
|
706
706
|
o
|
|
707
707
|
),
|
|
708
708
|
onClick: r,
|
|
709
|
-
children: f ? /* @__PURE__ */ s.jsx(
|
|
709
|
+
children: f ? /* @__PURE__ */ s.jsx(na, { variant: "short", className: Xa[i] }) : /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
710
710
|
v ? /* @__PURE__ */ s.jsx("i", { className: Qa, children: v }) : null,
|
|
711
711
|
a
|
|
712
712
|
] })
|
|
713
713
|
}
|
|
714
714
|
)
|
|
715
715
|
);
|
|
716
|
-
|
|
716
|
+
la.displayName = "Button";
|
|
717
717
|
var er = "_1doytsg0", ar = "_1doytsg3", rr = "_1doytsg4", tr = { text: "_1doytsg6 _1doytsg5", email: "_1doytsg7 _1doytsg5", password: "_1doytsg8 _1doytsg5", tel: "_1doytsg9 _1doytsg5" }, sr = "_1doytsga", or = "_1doytsgc";
|
|
718
718
|
const nr = ({
|
|
719
719
|
id: a,
|
|
@@ -726,8 +726,8 @@ const nr = ({
|
|
|
726
726
|
type: b = "text"
|
|
727
727
|
}) => {
|
|
728
728
|
const f = La(
|
|
729
|
-
(
|
|
730
|
-
v(
|
|
729
|
+
(z) => {
|
|
730
|
+
v(z);
|
|
731
731
|
},
|
|
732
732
|
[v]
|
|
733
733
|
);
|
|
@@ -859,7 +859,7 @@ const ir = () => /* @__PURE__ */ s.jsxs(
|
|
|
859
859
|
)
|
|
860
860
|
]
|
|
861
861
|
}
|
|
862
|
-
),
|
|
862
|
+
), Ke = (a) => {
|
|
863
863
|
const [r, o] = ae(!1);
|
|
864
864
|
return /* @__PURE__ */ s.jsxs(
|
|
865
865
|
"div",
|
|
@@ -887,7 +887,7 @@ const ir = () => /* @__PURE__ */ s.jsxs(
|
|
|
887
887
|
}
|
|
888
888
|
);
|
|
889
889
|
};
|
|
890
|
-
var cr = "_1rf2mux3", fr = "_1rf2mux5", hr = { blue: "_1rf2mux6 _1rf2mux4", red: "_1rf2mux7 _1rf2mux4" }, br = "_1rf2mux9",
|
|
890
|
+
var cr = "_1rf2mux3", fr = "_1rf2mux5", hr = { blue: "_1rf2mux6 _1rf2mux4", red: "_1rf2mux7 _1rf2mux4" }, br = "_1rf2mux9", xr = { blue: "_1rf2muxa _1rf2mux8", red: "_1rf2muxb _1rf2mux8" }, _r = "_1rf2muxd", vr = { blue: "_1rf2muxe _1rf2muxc", red: "_1rf2muxf _1rf2muxc" }, pr = "_1rf2muxg";
|
|
891
891
|
const Me = ({
|
|
892
892
|
children: a,
|
|
893
893
|
className: r,
|
|
@@ -905,7 +905,7 @@ const Me = ({
|
|
|
905
905
|
/* @__PURE__ */ s.jsx(
|
|
906
906
|
"div",
|
|
907
907
|
{
|
|
908
|
-
className: A(
|
|
908
|
+
className: A(xr[o], {
|
|
909
909
|
[br]: n
|
|
910
910
|
})
|
|
911
911
|
}
|
|
@@ -914,7 +914,7 @@ const Me = ({
|
|
|
914
914
|
"div",
|
|
915
915
|
{
|
|
916
916
|
className: A(vr[o], {
|
|
917
|
-
[
|
|
917
|
+
[_r]: n
|
|
918
918
|
})
|
|
919
919
|
}
|
|
920
920
|
),
|
|
@@ -928,7 +928,7 @@ function Cr(a, r, o) {
|
|
|
928
928
|
writable: !0
|
|
929
929
|
}) : a[r] = o, a;
|
|
930
930
|
}
|
|
931
|
-
function
|
|
931
|
+
function Je(a, r) {
|
|
932
932
|
var o = Object.keys(a);
|
|
933
933
|
if (Object.getOwnPropertySymbols) {
|
|
934
934
|
var n = Object.getOwnPropertySymbols(a);
|
|
@@ -938,12 +938,12 @@ function Ke(a, r) {
|
|
|
938
938
|
}
|
|
939
939
|
return o;
|
|
940
940
|
}
|
|
941
|
-
function
|
|
941
|
+
function Qe(a) {
|
|
942
942
|
for (var r = 1; r < arguments.length; r++) {
|
|
943
943
|
var o = arguments[r] != null ? arguments[r] : {};
|
|
944
|
-
r % 2 ?
|
|
944
|
+
r % 2 ? Je(Object(o), !0).forEach(function(n) {
|
|
945
945
|
Cr(a, n, o[n]);
|
|
946
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(o)) :
|
|
946
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(o)) : Je(Object(o)).forEach(function(n) {
|
|
947
947
|
Object.defineProperty(a, n, Object.getOwnPropertyDescriptor(o, n));
|
|
948
948
|
});
|
|
949
949
|
}
|
|
@@ -956,8 +956,8 @@ var mr = (a, r, o) => {
|
|
|
956
956
|
return !1;
|
|
957
957
|
}
|
|
958
958
|
return !0;
|
|
959
|
-
},
|
|
960
|
-
var o = a.defaultClassName, n =
|
|
959
|
+
}, ia = (a) => (r) => {
|
|
960
|
+
var o = a.defaultClassName, n = Qe(Qe({}, a.defaultVariants), r);
|
|
961
961
|
for (var i in n) {
|
|
962
962
|
var C, v = (C = n[i]) !== null && C !== void 0 ? C : a.defaultVariants[i];
|
|
963
963
|
if (v != null) {
|
|
@@ -970,11 +970,11 @@ var mr = (a, r, o) => {
|
|
|
970
970
|
f && (o += " " + f);
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
|
-
for (var [
|
|
974
|
-
mr(
|
|
973
|
+
for (var [z, w] of a.compoundVariants)
|
|
974
|
+
mr(z, n, a.defaultVariants) && (o += " " + w);
|
|
975
975
|
return o;
|
|
976
|
-
},
|
|
977
|
-
function
|
|
976
|
+
}, gr = ia({ defaultClassName: "s3l9sv0", variantClassNames: { direction: { vertical: "s3l9sv1", horizontal: "s3l9sv2" }, space: { between: "s3l9sv3", evenly: "s3l9sv4" } }, defaultVariants: { direction: "vertical" }, compoundVariants: [] });
|
|
977
|
+
function zr(a, r) {
|
|
978
978
|
if (typeof a != "object" || a === null)
|
|
979
979
|
return a;
|
|
980
980
|
var o = a[Symbol.toPrimitive];
|
|
@@ -987,7 +987,7 @@ function gr(a, r) {
|
|
|
987
987
|
return (r === "string" ? String : Number)(a);
|
|
988
988
|
}
|
|
989
989
|
function wr(a) {
|
|
990
|
-
var r =
|
|
990
|
+
var r = zr(a, "string");
|
|
991
991
|
return typeof r == "symbol" ? r : String(r);
|
|
992
992
|
}
|
|
993
993
|
function yr(a, r, o) {
|
|
@@ -998,7 +998,7 @@ function yr(a, r, o) {
|
|
|
998
998
|
writable: !0
|
|
999
999
|
}) : a[r] = o, a;
|
|
1000
1000
|
}
|
|
1001
|
-
function
|
|
1001
|
+
function Xe(a, r) {
|
|
1002
1002
|
var o = Object.keys(a);
|
|
1003
1003
|
if (Object.getOwnPropertySymbols) {
|
|
1004
1004
|
var n = Object.getOwnPropertySymbols(a);
|
|
@@ -1008,12 +1008,12 @@ function Qe(a, r) {
|
|
|
1008
1008
|
}
|
|
1009
1009
|
return o;
|
|
1010
1010
|
}
|
|
1011
|
-
function
|
|
1011
|
+
function ze(a) {
|
|
1012
1012
|
for (var r = 1; r < arguments.length; r++) {
|
|
1013
1013
|
var o = arguments[r] != null ? arguments[r] : {};
|
|
1014
|
-
r % 2 ?
|
|
1014
|
+
r % 2 ? Xe(Object(o), !0).forEach(function(n) {
|
|
1015
1015
|
yr(a, n, o[n]);
|
|
1016
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(o)) :
|
|
1016
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(o)) : Xe(Object(o)).forEach(function(n) {
|
|
1017
1017
|
Object.defineProperty(a, n, Object.getOwnPropertyDescriptor(o, n));
|
|
1018
1018
|
});
|
|
1019
1019
|
}
|
|
@@ -1023,7 +1023,7 @@ var jr = (a) => function() {
|
|
|
1023
1023
|
for (var r = arguments.length, o = new Array(r), n = 0; n < r; n++)
|
|
1024
1024
|
o[n] = arguments[n];
|
|
1025
1025
|
var i = Object.assign({}, ...o.map((f) => f.styles)), C = Object.keys(i), v = C.filter((f) => "mappings" in i[f]), b = (f) => {
|
|
1026
|
-
var
|
|
1026
|
+
var z = [], w = {}, M = ze({}, f), S = !1;
|
|
1027
1027
|
for (var E of v) {
|
|
1028
1028
|
var F = f[E];
|
|
1029
1029
|
if (F != null) {
|
|
@@ -1033,100 +1033,100 @@ var jr = (a) => function() {
|
|
|
1033
1033
|
w[G] = F, M[G] == null && delete M[G];
|
|
1034
1034
|
}
|
|
1035
1035
|
}
|
|
1036
|
-
var D = S ?
|
|
1037
|
-
var p = D[O],
|
|
1036
|
+
var D = S ? ze(ze({}, w), M) : f, j = function() {
|
|
1037
|
+
var p = D[O], _ = i[O];
|
|
1038
1038
|
try {
|
|
1039
|
-
if (
|
|
1039
|
+
if (_.mappings)
|
|
1040
1040
|
return "continue";
|
|
1041
1041
|
if (typeof p == "string" || typeof p == "number") {
|
|
1042
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
1042
|
+
if (process.env.NODE_ENV !== "production" && !_.values[p].defaultClass)
|
|
1043
1043
|
throw new Error();
|
|
1044
|
-
|
|
1044
|
+
z.push(_.values[p].defaultClass);
|
|
1045
1045
|
} else if (Array.isArray(p))
|
|
1046
1046
|
for (var $ = 0; $ < p.length; $++) {
|
|
1047
1047
|
var W = p[$];
|
|
1048
1048
|
if (W != null) {
|
|
1049
|
-
var
|
|
1050
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
1049
|
+
var te = _.responsiveArray[$];
|
|
1050
|
+
if (process.env.NODE_ENV !== "production" && !_.values[W].conditions[te])
|
|
1051
1051
|
throw new Error();
|
|
1052
|
-
|
|
1052
|
+
z.push(_.values[W].conditions[te]);
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
else
|
|
1056
1056
|
for (var K in p) {
|
|
1057
1057
|
var Y = p[K];
|
|
1058
1058
|
if (Y != null) {
|
|
1059
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
1059
|
+
if (process.env.NODE_ENV !== "production" && !_.values[Y].conditions[K])
|
|
1060
1060
|
throw new Error();
|
|
1061
|
-
|
|
1061
|
+
z.push(_.values[Y].conditions[K]);
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
|
-
} catch (
|
|
1064
|
+
} catch (se) {
|
|
1065
1065
|
if (process.env.NODE_ENV !== "production") {
|
|
1066
1066
|
class N extends Error {
|
|
1067
1067
|
constructor(B) {
|
|
1068
1068
|
super(B), this.name = "SprinklesError";
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
|
-
var R = (L) => typeof L == "string" ? '"'.concat(L, '"') : L, T = (L, B,
|
|
1072
|
-
throw new N('"'.concat(L, '" has no value ').concat(R(B), ". Possible values are ").concat(Object.keys(
|
|
1071
|
+
var R = (L) => typeof L == "string" ? '"'.concat(L, '"') : L, T = (L, B, oe) => {
|
|
1072
|
+
throw new N('"'.concat(L, '" has no value ').concat(R(B), ". Possible values are ").concat(Object.keys(oe).map(R).join(", ")));
|
|
1073
1073
|
};
|
|
1074
|
-
if (!
|
|
1074
|
+
if (!_)
|
|
1075
1075
|
throw new N('"'.concat(O, '" is not a valid sprinkle'));
|
|
1076
|
-
if ((typeof p == "string" || typeof p == "number") && (p in
|
|
1077
|
-
throw new N('"'.concat(O, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(
|
|
1076
|
+
if ((typeof p == "string" || typeof p == "number") && (p in _.values || T(O, p, _.values), !_.values[p].defaultClass))
|
|
1077
|
+
throw new N('"'.concat(O, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(_.values[p].conditions).map(R).join(", ")));
|
|
1078
1078
|
if (typeof p == "object") {
|
|
1079
|
-
if (!("conditions" in
|
|
1079
|
+
if (!("conditions" in _.values[Object.keys(_.values)[0]]))
|
|
1080
1080
|
throw new N('"'.concat(O, '" is not a conditional property'));
|
|
1081
1081
|
if (Array.isArray(p)) {
|
|
1082
|
-
if (!("responsiveArray" in
|
|
1082
|
+
if (!("responsiveArray" in _))
|
|
1083
1083
|
throw new N('"'.concat(O, '" does not support responsive arrays'));
|
|
1084
|
-
var q =
|
|
1084
|
+
var q = _.responsiveArray.length;
|
|
1085
1085
|
if (q < p.length)
|
|
1086
1086
|
throw new N('"'.concat(O, '" only supports up to ').concat(q, " breakpoints. You passed ").concat(p.length));
|
|
1087
1087
|
for (var J of p)
|
|
1088
|
-
|
|
1088
|
+
_.values[J] || T(O, J, _.values);
|
|
1089
1089
|
} else
|
|
1090
1090
|
for (var U in p) {
|
|
1091
1091
|
var V = p[U];
|
|
1092
|
-
if (V != null && (
|
|
1093
|
-
throw new N('"'.concat(O, '" has no condition named ').concat(R(U), ". Possible values are ").concat(Object.keys(
|
|
1092
|
+
if (V != null && (_.values[V] || T(O, V, _.values), !_.values[V].conditions[U]))
|
|
1093
|
+
throw new N('"'.concat(O, '" has no condition named ').concat(R(U), ". Possible values are ").concat(Object.keys(_.values[V].conditions).map(R).join(", ")));
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
}
|
|
1097
|
-
throw
|
|
1097
|
+
throw se;
|
|
1098
1098
|
}
|
|
1099
1099
|
};
|
|
1100
1100
|
for (var O in D)
|
|
1101
1101
|
var he = j();
|
|
1102
|
-
return a(
|
|
1102
|
+
return a(z.join(" "));
|
|
1103
1103
|
};
|
|
1104
1104
|
return Object.assign(b, {
|
|
1105
1105
|
properties: new Set(C)
|
|
1106
1106
|
});
|
|
1107
1107
|
}, Er = (a) => a, Mr = function() {
|
|
1108
1108
|
return jr(Er)(...arguments);
|
|
1109
|
-
}, ia = 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" } } } } });
|
|
1109
|
+
}, 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" } } } } });
|
|
1110
1110
|
const Re = (a) => /* @__PURE__ */ s.jsx(
|
|
1111
1111
|
"div",
|
|
1112
1112
|
{
|
|
1113
1113
|
className: A(
|
|
1114
1114
|
"sid-stack",
|
|
1115
|
-
|
|
1116
|
-
|
|
1115
|
+
gr(a.variant),
|
|
1116
|
+
da({ gap: a.space || "2" }),
|
|
1117
1117
|
a.className
|
|
1118
1118
|
),
|
|
1119
1119
|
style: a.style,
|
|
1120
1120
|
children: a.children
|
|
1121
1121
|
}
|
|
1122
1122
|
);
|
|
1123
|
-
var Rr =
|
|
1123
|
+
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: [] });
|
|
1124
1124
|
const kr = {
|
|
1125
1125
|
text: {}
|
|
1126
|
-
}, ke =
|
|
1126
|
+
}, ke = aa(kr);
|
|
1127
1127
|
ke.displayName = "SlashIDTextContext";
|
|
1128
|
-
const
|
|
1129
|
-
const o =
|
|
1128
|
+
const Xr = ({ text: a, children: r }) => {
|
|
1129
|
+
const o = ra(() => ({
|
|
1130
1130
|
text: a
|
|
1131
1131
|
}), [a]);
|
|
1132
1132
|
return /* @__PURE__ */ s.jsx(ke.Provider, { value: o, children: r });
|
|
@@ -1139,7 +1139,7 @@ const we = {
|
|
|
1139
1139
|
opening: "{{",
|
|
1140
1140
|
closing: "}}"
|
|
1141
1141
|
};
|
|
1142
|
-
function
|
|
1142
|
+
function ua(a, r) {
|
|
1143
1143
|
return a.includes(we.opening) ? Object.keys(r).reduce(
|
|
1144
1144
|
(n, i) => n.replace(
|
|
1145
1145
|
`${we.opening}${i}${we.closing}`,
|
|
@@ -1167,14 +1167,14 @@ const je = ({
|
|
|
1167
1167
|
i
|
|
1168
1168
|
),
|
|
1169
1169
|
children: [
|
|
1170
|
-
o ?
|
|
1170
|
+
o ? ua(v[r], o) : v[r],
|
|
1171
1171
|
C || null
|
|
1172
1172
|
]
|
|
1173
1173
|
}
|
|
1174
1174
|
);
|
|
1175
1175
|
};
|
|
1176
1176
|
var Sr = "iokgmp1";
|
|
1177
|
-
function
|
|
1177
|
+
function ea({
|
|
1178
1178
|
width: a,
|
|
1179
1179
|
height: r,
|
|
1180
1180
|
minHeight: o,
|
|
@@ -1197,27 +1197,118 @@ function Xe({
|
|
|
1197
1197
|
}
|
|
1198
1198
|
);
|
|
1199
1199
|
}
|
|
1200
|
-
|
|
1201
|
-
|
|
1200
|
+
const g = {
|
|
1201
|
+
"footer.text": "Top-tier security by SlashID",
|
|
1202
|
+
"initial.title": "Logging you in...",
|
|
1203
|
+
"initial.details": "Please follow the on-screen instructions.",
|
|
1204
|
+
"recover.password.title": "Reset password",
|
|
1205
|
+
"recover.password.details": "Enter your new password.",
|
|
1206
|
+
"recover.password.input.password.label": "Password",
|
|
1207
|
+
"recover.password.input.confirmPassword.label": "Confirm password",
|
|
1208
|
+
"recover.password.input.placeholder": "Type your new password",
|
|
1209
|
+
"recover.password.submit": "Reset password",
|
|
1210
|
+
"recover.password.validation.passwordsDoNotMatch": "Passwords do not match",
|
|
1211
|
+
"recover.password.validation.length": "8-256 characters required",
|
|
1212
|
+
"recover.password.validation.password_variants": "Contains word 'password'",
|
|
1213
|
+
"recover.password.validation.admin_variants": "Contains word 'admin'",
|
|
1214
|
+
"recover.password.validation.user_variants": "Contains word 'user'",
|
|
1215
|
+
"recover.password.validation.alphanumeric_sequences_1": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1216
|
+
"recover.password.validation.alphanumeric_sequences_2": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1217
|
+
"recover.password.validation.numeric_sequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1218
|
+
"recover.password.validation.numeric_subsequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1219
|
+
"recover.password.validation.numeric_sequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1220
|
+
"recover.password.validation.numeric_subsequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1221
|
+
"recover.password.validation.common_password_xkcd": "Common password",
|
|
1222
|
+
"success.title": "All done!",
|
|
1223
|
+
"success.details": "Please return to the website.",
|
|
1224
|
+
"error.title": "Something went wrong...",
|
|
1225
|
+
"error.detail": "Please log in again."
|
|
1226
|
+
}, Pr = {
|
|
1227
|
+
en: g,
|
|
1228
|
+
ja: {
|
|
1229
|
+
"footer.text": g["footer.text"],
|
|
1230
|
+
"initial.title": "ログイン処理を行っています。",
|
|
1231
|
+
"initial.details": "処理完了後、画面は自動で切り替わります。",
|
|
1232
|
+
"success.title": "認証が完了しました!",
|
|
1233
|
+
"success.details": "このページを閉じて、元のページへ戻ってください。",
|
|
1234
|
+
"recover.password.title": g["recover.password.title"],
|
|
1235
|
+
"recover.password.details": g["recover.password.details"],
|
|
1236
|
+
"recover.password.input.password.label": g["recover.password.input.password.label"],
|
|
1237
|
+
"recover.password.input.confirmPassword.label": g["recover.password.input.confirmPassword.label"],
|
|
1238
|
+
"recover.password.input.placeholder": g["recover.password.input.placeholder"],
|
|
1239
|
+
"recover.password.submit": g["recover.password.submit"],
|
|
1240
|
+
"recover.password.validation.passwordsDoNotMatch": g["recover.password.validation.passwordsDoNotMatch"],
|
|
1241
|
+
"recover.password.validation.length": g["recover.password.validation.length"],
|
|
1242
|
+
"recover.password.validation.password_variants": g["recover.password.validation.password_variants"],
|
|
1243
|
+
"recover.password.validation.admin_variants": g["recover.password.validation.admin_variants"],
|
|
1244
|
+
"recover.password.validation.user_variants": g["recover.password.validation.user_variants"],
|
|
1245
|
+
"recover.password.validation.alphanumeric_sequences_1": g["recover.password.validation.alphanumeric_sequences_1"],
|
|
1246
|
+
"recover.password.validation.alphanumeric_sequences_2": g["recover.password.validation.alphanumeric_sequences_2"],
|
|
1247
|
+
"recover.password.validation.numeric_sequences_ascending": g["recover.password.validation.numeric_sequences_ascending"],
|
|
1248
|
+
"recover.password.validation.numeric_subsequences_ascending": g["recover.password.validation.numeric_subsequences_ascending"],
|
|
1249
|
+
"recover.password.validation.numeric_sequences_descending": g["recover.password.validation.numeric_sequences_descending"],
|
|
1250
|
+
"recover.password.validation.numeric_subsequences_descending": g["recover.password.validation.numeric_subsequences_descending"],
|
|
1251
|
+
"recover.password.validation.common_password_xkcd": g["recover.password.validation.common_password_xkcd"],
|
|
1252
|
+
"error.title": g["error.title"],
|
|
1253
|
+
"error.detail": "再度ログインをしてください。"
|
|
1254
|
+
}
|
|
1255
|
+
}, Tr = (a) => (r) => Pr[a][r], Nr = {
|
|
1256
|
+
logo: /* @__PURE__ */ s.jsx(ur, {}),
|
|
1257
|
+
language: "en",
|
|
1258
|
+
state: "initial",
|
|
1259
|
+
sdk: void 0
|
|
1260
|
+
}, Ar = aa(
|
|
1261
|
+
Nr
|
|
1262
|
+
), Oe = () => Ia(Ar), re = (a) => /* @__PURE__ */ s.jsx(je, { ...a });
|
|
1263
|
+
var Dr = "_1vg0oop0", Lr = "_1vg0oop1", Ir = "_1vg0oop2", Fr = "_1vg0oop3";
|
|
1264
|
+
function qr() {
|
|
1265
|
+
const { logo: a } = Oe();
|
|
1266
|
+
return /* @__PURE__ */ s.jsx("div", { className: Fr, children: a });
|
|
1202
1267
|
}
|
|
1203
|
-
function
|
|
1268
|
+
function Vr() {
|
|
1269
|
+
return /* @__PURE__ */ s.jsx(
|
|
1270
|
+
re,
|
|
1271
|
+
{
|
|
1272
|
+
t: "footer.text",
|
|
1273
|
+
variant: {
|
|
1274
|
+
size: "xs",
|
|
1275
|
+
weight: "semibold",
|
|
1276
|
+
color: "placeholder"
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
);
|
|
1280
|
+
}
|
|
1281
|
+
function et({
|
|
1282
|
+
children: a,
|
|
1283
|
+
header: r = /* @__PURE__ */ s.jsx(qr, {}),
|
|
1284
|
+
footer: o = /* @__PURE__ */ s.jsx(Vr, {})
|
|
1285
|
+
}) {
|
|
1286
|
+
return /* @__PURE__ */ s.jsxs("article", { className: Dr, children: [
|
|
1287
|
+
r && /* @__PURE__ */ s.jsx("header", { className: Lr, children: r }),
|
|
1288
|
+
/* @__PURE__ */ s.jsx("div", { children: a }),
|
|
1289
|
+
o && /* @__PURE__ */ s.jsx("footer", { className: Ir, children: o })
|
|
1290
|
+
] });
|
|
1291
|
+
}
|
|
1292
|
+
function $r() {
|
|
1293
|
+
return /* @__PURE__ */ s.jsx(Me, { children: /* @__PURE__ */ s.jsx(na, {}) });
|
|
1294
|
+
}
|
|
1295
|
+
function at() {
|
|
1204
1296
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
1205
1297
|
/* @__PURE__ */ s.jsxs(Re, { space: "2", children: [
|
|
1206
|
-
/* @__PURE__ */ s.jsx(
|
|
1207
|
-
/* @__PURE__ */ s.jsx(
|
|
1298
|
+
/* @__PURE__ */ s.jsx(ea, { width: "75%", height: 24 }),
|
|
1299
|
+
/* @__PURE__ */ s.jsx(ea, { width: "50%", height: 16 })
|
|
1208
1300
|
] }),
|
|
1209
|
-
/* @__PURE__ */ s.jsx(
|
|
1301
|
+
/* @__PURE__ */ s.jsx($r, {})
|
|
1210
1302
|
] });
|
|
1211
1303
|
}
|
|
1212
|
-
|
|
1213
|
-
function Tr({ type: a }) {
|
|
1304
|
+
function Wr({ type: a }) {
|
|
1214
1305
|
return /* @__PURE__ */ s.jsx(Me, { variant: a === "warning" ? "blue" : "red", shouldAnimate: !1, children: /* @__PURE__ */ s.jsx(lr, {}) });
|
|
1215
1306
|
}
|
|
1216
|
-
function
|
|
1307
|
+
function rt({ type: a }) {
|
|
1217
1308
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
1218
1309
|
/* @__PURE__ */ s.jsxs(Re, { space: "0.25", children: [
|
|
1219
1310
|
/* @__PURE__ */ s.jsx(
|
|
1220
|
-
|
|
1311
|
+
re,
|
|
1221
1312
|
{
|
|
1222
1313
|
as: "h1",
|
|
1223
1314
|
variant: { size: "2xl-title", weight: "bold" },
|
|
@@ -1225,7 +1316,7 @@ function Gr({ type: a }) {
|
|
|
1225
1316
|
}
|
|
1226
1317
|
),
|
|
1227
1318
|
/* @__PURE__ */ s.jsx(
|
|
1228
|
-
|
|
1319
|
+
re,
|
|
1229
1320
|
{
|
|
1230
1321
|
as: "h2",
|
|
1231
1322
|
t: "error.detail",
|
|
@@ -1233,10 +1324,10 @@ function Gr({ type: a }) {
|
|
|
1233
1324
|
}
|
|
1234
1325
|
)
|
|
1235
1326
|
] }),
|
|
1236
|
-
/* @__PURE__ */ s.jsx(
|
|
1327
|
+
/* @__PURE__ */ s.jsx(Wr, { type: a })
|
|
1237
1328
|
] });
|
|
1238
1329
|
}
|
|
1239
|
-
const
|
|
1330
|
+
const Yr = () => /* @__PURE__ */ s.jsx(Me, { children: /* @__PURE__ */ s.jsx(
|
|
1240
1331
|
"svg",
|
|
1241
1332
|
{
|
|
1242
1333
|
width: "21",
|
|
@@ -1255,10 +1346,10 @@ const Nr = () => /* @__PURE__ */ s.jsx(Me, { children: /* @__PURE__ */ s.jsx(
|
|
|
1255
1346
|
)
|
|
1256
1347
|
}
|
|
1257
1348
|
) });
|
|
1258
|
-
function
|
|
1349
|
+
function tt() {
|
|
1259
1350
|
return /* @__PURE__ */ s.jsxs("article", { "data-testid": "sid-form-success-state", children: [
|
|
1260
1351
|
/* @__PURE__ */ s.jsx(
|
|
1261
|
-
|
|
1352
|
+
re,
|
|
1262
1353
|
{
|
|
1263
1354
|
as: "h1",
|
|
1264
1355
|
t: "success.title",
|
|
@@ -1266,88 +1357,25 @@ function Kr() {
|
|
|
1266
1357
|
}
|
|
1267
1358
|
),
|
|
1268
1359
|
/* @__PURE__ */ s.jsx(
|
|
1269
|
-
|
|
1360
|
+
re,
|
|
1270
1361
|
{
|
|
1271
1362
|
as: "h2",
|
|
1272
1363
|
t: "success.details",
|
|
1273
1364
|
variant: { color: "contrast", weight: "semibold" }
|
|
1274
1365
|
}
|
|
1275
1366
|
),
|
|
1276
|
-
/* @__PURE__ */ s.jsx(
|
|
1367
|
+
/* @__PURE__ */ s.jsx(Yr, {})
|
|
1277
1368
|
] });
|
|
1278
1369
|
}
|
|
1279
|
-
var
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
"initial.details": "Please follow the on-screen instructions.",
|
|
1284
|
-
"recover.password.title": "Reset password",
|
|
1285
|
-
"recover.password.details": "Enter your new password.",
|
|
1286
|
-
"recover.password.input.password.label": "Password",
|
|
1287
|
-
"recover.password.input.confirmPassword.label": "Confirm password",
|
|
1288
|
-
"recover.password.input.placeholder": "Type your new password",
|
|
1289
|
-
"recover.password.submit": "Reset password",
|
|
1290
|
-
"recover.password.validation.passwordsDoNotMatch": "Passwords do not match",
|
|
1291
|
-
"recover.password.validation.length": "8-256 characters required",
|
|
1292
|
-
"recover.password.validation.password_variants": "Contains word 'password'",
|
|
1293
|
-
"recover.password.validation.admin_variants": "Contains word 'admin'",
|
|
1294
|
-
"recover.password.validation.user_variants": "Contains word 'user'",
|
|
1295
|
-
"recover.password.validation.alphanumeric_sequences_1": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1296
|
-
"recover.password.validation.alphanumeric_sequences_2": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1297
|
-
"recover.password.validation.numeric_sequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1298
|
-
"recover.password.validation.numeric_subsequences_ascending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1299
|
-
"recover.password.validation.numeric_sequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1300
|
-
"recover.password.validation.numeric_subsequences_descending": "Illegal sequence: {{ILLEGAL_SEQUENCE}}",
|
|
1301
|
-
"recover.password.validation.common_password_xkcd": "Common password",
|
|
1302
|
-
"success.title": "All done!",
|
|
1303
|
-
"success.details": "Please return to the website.",
|
|
1304
|
-
"error.title": "Something went wrong...",
|
|
1305
|
-
"error.detail": "Please log in again."
|
|
1306
|
-
}, Lr = {
|
|
1307
|
-
en: z,
|
|
1308
|
-
ja: {
|
|
1309
|
-
"footer.text": z["footer.text"],
|
|
1310
|
-
"initial.title": "ログイン処理を行っています。",
|
|
1311
|
-
"initial.details": "処理完了後、画面は自動で切り替わります。",
|
|
1312
|
-
"success.title": "認証が完了しました!",
|
|
1313
|
-
"success.details": "このページを閉じて、元のページへ戻ってください。",
|
|
1314
|
-
"recover.password.title": z["recover.password.title"],
|
|
1315
|
-
"recover.password.details": z["recover.password.details"],
|
|
1316
|
-
"recover.password.input.password.label": z["recover.password.input.password.label"],
|
|
1317
|
-
"recover.password.input.confirmPassword.label": z["recover.password.input.confirmPassword.label"],
|
|
1318
|
-
"recover.password.input.placeholder": z["recover.password.input.placeholder"],
|
|
1319
|
-
"recover.password.submit": z["recover.password.submit"],
|
|
1320
|
-
"recover.password.validation.passwordsDoNotMatch": z["recover.password.validation.passwordsDoNotMatch"],
|
|
1321
|
-
"recover.password.validation.length": z["recover.password.validation.length"],
|
|
1322
|
-
"recover.password.validation.password_variants": z["recover.password.validation.password_variants"],
|
|
1323
|
-
"recover.password.validation.admin_variants": z["recover.password.validation.admin_variants"],
|
|
1324
|
-
"recover.password.validation.user_variants": z["recover.password.validation.user_variants"],
|
|
1325
|
-
"recover.password.validation.alphanumeric_sequences_1": z["recover.password.validation.alphanumeric_sequences_1"],
|
|
1326
|
-
"recover.password.validation.alphanumeric_sequences_2": z["recover.password.validation.alphanumeric_sequences_2"],
|
|
1327
|
-
"recover.password.validation.numeric_sequences_ascending": z["recover.password.validation.numeric_sequences_ascending"],
|
|
1328
|
-
"recover.password.validation.numeric_subsequences_ascending": z["recover.password.validation.numeric_subsequences_ascending"],
|
|
1329
|
-
"recover.password.validation.numeric_sequences_descending": z["recover.password.validation.numeric_sequences_descending"],
|
|
1330
|
-
"recover.password.validation.numeric_subsequences_descending": z["recover.password.validation.numeric_subsequences_descending"],
|
|
1331
|
-
"recover.password.validation.common_password_xkcd": z["recover.password.validation.common_password_xkcd"],
|
|
1332
|
-
"error.title": z["error.title"],
|
|
1333
|
-
"error.detail": "再度ログインをしてください。"
|
|
1334
|
-
}
|
|
1335
|
-
}, Ir = (a) => (r) => Lr[a][r], Fr = {
|
|
1336
|
-
logo: /* @__PURE__ */ s.jsx(ur, {}),
|
|
1337
|
-
language: "en",
|
|
1338
|
-
state: "initial",
|
|
1339
|
-
sdk: void 0
|
|
1340
|
-
}, qr = ea(
|
|
1341
|
-
Fr
|
|
1342
|
-
), ua = () => Ia(qr);
|
|
1343
|
-
function Vr() {
|
|
1344
|
-
const { language: a } = ua();
|
|
1345
|
-
return aa(() => Ir(a), [a]);
|
|
1370
|
+
var Ur = "_8vopmj0", Br = "_8vopmj2";
|
|
1371
|
+
function Hr() {
|
|
1372
|
+
const { language: a } = Oe();
|
|
1373
|
+
return ra(() => Tr(a), [a]);
|
|
1346
1374
|
}
|
|
1347
|
-
function
|
|
1375
|
+
function Zr(a) {
|
|
1348
1376
|
return `recover.password.validation.${a.failedRules[0].name}`;
|
|
1349
1377
|
}
|
|
1350
|
-
function
|
|
1378
|
+
function Gr({
|
|
1351
1379
|
errorEvent: a,
|
|
1352
1380
|
password: r
|
|
1353
1381
|
}) {
|
|
@@ -1361,19 +1389,19 @@ function Wr({
|
|
|
1361
1389
|
ILLEGAL_SEQUENCE: n
|
|
1362
1390
|
} : {};
|
|
1363
1391
|
}
|
|
1364
|
-
function
|
|
1365
|
-
return /* @__PURE__ */ s.jsx("span", { className:
|
|
1392
|
+
function Kr({ message: a }) {
|
|
1393
|
+
return /* @__PURE__ */ s.jsx("span", { className: Br, children: a });
|
|
1366
1394
|
}
|
|
1367
|
-
function
|
|
1368
|
-
const a =
|
|
1395
|
+
function st() {
|
|
1396
|
+
const a = Hr(), { sdk: r } = Oe(), [o, n] = ae(""), [i, C] = ae(""), [v, b] = ae(null), [f, z] = ae("initial");
|
|
1369
1397
|
Fa(() => {
|
|
1370
1398
|
const E = (F) => {
|
|
1371
1399
|
b(
|
|
1372
|
-
|
|
1373
|
-
a(
|
|
1374
|
-
|
|
1400
|
+
ua(
|
|
1401
|
+
a(Zr(F)),
|
|
1402
|
+
Gr({ errorEvent: F, password: o })
|
|
1375
1403
|
)
|
|
1376
|
-
),
|
|
1404
|
+
), z("initial");
|
|
1377
1405
|
};
|
|
1378
1406
|
return r == null || r.subscribe("invalidPasswordSubmitted", E), () => {
|
|
1379
1407
|
r == null || r.unsubscribe("invalidPasswordSubmitted", E);
|
|
@@ -1385,7 +1413,7 @@ function Jr() {
|
|
|
1385
1413
|
b(a("recover.password.validation.passwordsDoNotMatch"));
|
|
1386
1414
|
return;
|
|
1387
1415
|
}
|
|
1388
|
-
r.publish("passwordSubmitted", o),
|
|
1416
|
+
r.publish("passwordSubmitted", o), z("submitting");
|
|
1389
1417
|
}
|
|
1390
1418
|
}, M = (E) => {
|
|
1391
1419
|
n(E.target.value), b(null);
|
|
@@ -1398,9 +1426,9 @@ function Jr() {
|
|
|
1398
1426
|
/* @__PURE__ */ s.jsx(je, { variant: { color: "contrast", weight: "semibold" }, as: "h2", t: "recover.password.details" })
|
|
1399
1427
|
] }),
|
|
1400
1428
|
/* @__PURE__ */ s.jsxs("form", { onSubmit: w, children: [
|
|
1401
|
-
/* @__PURE__ */ s.jsxs("div", { className:
|
|
1429
|
+
/* @__PURE__ */ s.jsxs("div", { className: Ur, children: [
|
|
1402
1430
|
/* @__PURE__ */ s.jsx(
|
|
1403
|
-
|
|
1431
|
+
Ke,
|
|
1404
1432
|
{
|
|
1405
1433
|
id: "password-input",
|
|
1406
1434
|
label: a("recover.password.input.password.label"),
|
|
@@ -1413,7 +1441,7 @@ function Jr() {
|
|
|
1413
1441
|
}
|
|
1414
1442
|
),
|
|
1415
1443
|
/* @__PURE__ */ s.jsx(
|
|
1416
|
-
|
|
1444
|
+
Ke,
|
|
1417
1445
|
{
|
|
1418
1446
|
id: "password-input-confirm",
|
|
1419
1447
|
label: a("recover.password.input.confirmPassword.label"),
|
|
@@ -1421,15 +1449,15 @@ function Jr() {
|
|
|
1421
1449
|
name: "passwordConfirm",
|
|
1422
1450
|
value: i ?? "",
|
|
1423
1451
|
onChange: S,
|
|
1424
|
-
className:
|
|
1452
|
+
className: da({ marginTop: "4" }),
|
|
1425
1453
|
error: !!v,
|
|
1426
1454
|
autoComplete: "new-password"
|
|
1427
1455
|
}
|
|
1428
1456
|
),
|
|
1429
|
-
v && /* @__PURE__ */ s.jsx(
|
|
1457
|
+
v && /* @__PURE__ */ s.jsx(Kr, { message: v })
|
|
1430
1458
|
] }),
|
|
1431
1459
|
/* @__PURE__ */ s.jsx(
|
|
1432
|
-
|
|
1460
|
+
la,
|
|
1433
1461
|
{
|
|
1434
1462
|
type: "submit",
|
|
1435
1463
|
variant: "primary",
|
|
@@ -1443,11 +1471,13 @@ function Jr() {
|
|
|
1443
1471
|
] });
|
|
1444
1472
|
}
|
|
1445
1473
|
export {
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1474
|
+
et as Card,
|
|
1475
|
+
rt as Error,
|
|
1476
|
+
Pr as I18N,
|
|
1477
|
+
at as Initial,
|
|
1478
|
+
st as Recover,
|
|
1479
|
+
tt as Success,
|
|
1480
|
+
Xr as TextProvider,
|
|
1481
|
+
Qr as ThemeRoot
|
|
1452
1482
|
};
|
|
1453
1483
|
//# sourceMappingURL=main.js.map
|