@slashid/remix 0.2.6 → 0.2.8
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/dist/main.js +673 -673
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -8170,57 +8170,57 @@ var ys;
|
|
|
8170
8170
|
function dm() {
|
|
8171
8171
|
return ys || (ys = 1, process.env.NODE_ENV !== "production" && function() {
|
|
8172
8172
|
var e = he, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), s = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), g = Symbol.for("react.offscreen"), h = Symbol.iterator, p = "@@iterator";
|
|
8173
|
-
function v(
|
|
8174
|
-
if (
|
|
8173
|
+
function v(u) {
|
|
8174
|
+
if (u === null || typeof u != "object")
|
|
8175
8175
|
return null;
|
|
8176
|
-
var x = h &&
|
|
8176
|
+
var x = h && u[h] || u[p];
|
|
8177
8177
|
return typeof x == "function" ? x : null;
|
|
8178
8178
|
}
|
|
8179
8179
|
var b = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
8180
|
-
function _(
|
|
8180
|
+
function _(u) {
|
|
8181
8181
|
{
|
|
8182
8182
|
for (var x = arguments.length, R = new Array(x > 1 ? x - 1 : 0), O = 1; O < x; O++)
|
|
8183
8183
|
R[O - 1] = arguments[O];
|
|
8184
|
-
k("error",
|
|
8184
|
+
k("error", u, R);
|
|
8185
8185
|
}
|
|
8186
8186
|
}
|
|
8187
|
-
function k(
|
|
8187
|
+
function k(u, x, R) {
|
|
8188
8188
|
{
|
|
8189
8189
|
var O = b.ReactDebugCurrentFrame, X = O.getStackAddendum();
|
|
8190
8190
|
X !== "" && (x += "%s", R = R.concat([X]));
|
|
8191
8191
|
var te = R.map(function(j) {
|
|
8192
8192
|
return String(j);
|
|
8193
8193
|
});
|
|
8194
|
-
te.unshift("Warning: " + x), Function.prototype.apply.call(console[
|
|
8194
|
+
te.unshift("Warning: " + x), Function.prototype.apply.call(console[u], console, te);
|
|
8195
8195
|
}
|
|
8196
8196
|
}
|
|
8197
8197
|
var q = !1, C = !1, w = !1, $ = !1, z = !1, L;
|
|
8198
8198
|
L = Symbol.for("react.module.reference");
|
|
8199
|
-
function K(
|
|
8200
|
-
return !!(typeof
|
|
8199
|
+
function K(u) {
|
|
8200
|
+
return !!(typeof u == "string" || typeof u == "function" || u === n || u === a || z || u === o || u === c || u === f || $ || u === g || q || C || w || typeof u == "object" && u !== null && (u.$$typeof === m || u.$$typeof === y || u.$$typeof === i || u.$$typeof === s || u.$$typeof === l || // This needs to include all possible module reference object
|
|
8201
8201
|
// types supported by any Flight configuration anywhere since
|
|
8202
8202
|
// we don't know which Flight build this will end up being used
|
|
8203
8203
|
// with.
|
|
8204
|
-
|
|
8204
|
+
u.$$typeof === L || u.getModuleId !== void 0));
|
|
8205
8205
|
}
|
|
8206
|
-
function U(
|
|
8207
|
-
var O =
|
|
8206
|
+
function U(u, x, R) {
|
|
8207
|
+
var O = u.displayName;
|
|
8208
8208
|
if (O)
|
|
8209
8209
|
return O;
|
|
8210
8210
|
var X = x.displayName || x.name || "";
|
|
8211
8211
|
return X !== "" ? R + "(" + X + ")" : R;
|
|
8212
8212
|
}
|
|
8213
|
-
function G(
|
|
8214
|
-
return
|
|
8213
|
+
function G(u) {
|
|
8214
|
+
return u.displayName || "Context";
|
|
8215
8215
|
}
|
|
8216
|
-
function H(
|
|
8217
|
-
if (
|
|
8216
|
+
function H(u) {
|
|
8217
|
+
if (u == null)
|
|
8218
8218
|
return null;
|
|
8219
|
-
if (typeof
|
|
8220
|
-
return
|
|
8221
|
-
if (typeof
|
|
8222
|
-
return
|
|
8223
|
-
switch (
|
|
8219
|
+
if (typeof u.tag == "number" && _("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof u == "function")
|
|
8220
|
+
return u.displayName || u.name || null;
|
|
8221
|
+
if (typeof u == "string")
|
|
8222
|
+
return u;
|
|
8223
|
+
switch (u) {
|
|
8224
8224
|
case n:
|
|
8225
8225
|
return "Fragment";
|
|
8226
8226
|
case r:
|
|
@@ -8234,21 +8234,21 @@ function dm() {
|
|
|
8234
8234
|
case f:
|
|
8235
8235
|
return "SuspenseList";
|
|
8236
8236
|
}
|
|
8237
|
-
if (typeof
|
|
8238
|
-
switch (
|
|
8237
|
+
if (typeof u == "object")
|
|
8238
|
+
switch (u.$$typeof) {
|
|
8239
8239
|
case s:
|
|
8240
|
-
var x =
|
|
8240
|
+
var x = u;
|
|
8241
8241
|
return G(x) + ".Consumer";
|
|
8242
8242
|
case i:
|
|
8243
|
-
var R =
|
|
8243
|
+
var R = u;
|
|
8244
8244
|
return G(R._context) + ".Provider";
|
|
8245
8245
|
case l:
|
|
8246
|
-
return U(
|
|
8246
|
+
return U(u, u.render, "ForwardRef");
|
|
8247
8247
|
case y:
|
|
8248
|
-
var O =
|
|
8249
|
-
return O !== null ? O : H(
|
|
8248
|
+
var O = u.displayName || null;
|
|
8249
|
+
return O !== null ? O : H(u.type) || "Memo";
|
|
8250
8250
|
case m: {
|
|
8251
|
-
var X =
|
|
8251
|
+
var X = u, te = X._payload, j = X._init;
|
|
8252
8252
|
try {
|
|
8253
8253
|
return H(j(te));
|
|
8254
8254
|
} catch {
|
|
@@ -8266,20 +8266,20 @@ function dm() {
|
|
|
8266
8266
|
{
|
|
8267
8267
|
if (re === 0) {
|
|
8268
8268
|
ee = console.log, T = console.info, Z = console.warn, I = console.error, D = console.group, A = console.groupCollapsed, J = console.groupEnd;
|
|
8269
|
-
var
|
|
8269
|
+
var u = {
|
|
8270
8270
|
configurable: !0,
|
|
8271
8271
|
enumerable: !0,
|
|
8272
8272
|
value: N,
|
|
8273
8273
|
writable: !0
|
|
8274
8274
|
};
|
|
8275
8275
|
Object.defineProperties(console, {
|
|
8276
|
-
info:
|
|
8277
|
-
log:
|
|
8278
|
-
warn:
|
|
8279
|
-
error:
|
|
8280
|
-
group:
|
|
8281
|
-
groupCollapsed:
|
|
8282
|
-
groupEnd:
|
|
8276
|
+
info: u,
|
|
8277
|
+
log: u,
|
|
8278
|
+
warn: u,
|
|
8279
|
+
error: u,
|
|
8280
|
+
group: u,
|
|
8281
|
+
groupCollapsed: u,
|
|
8282
|
+
groupEnd: u
|
|
8283
8283
|
});
|
|
8284
8284
|
}
|
|
8285
8285
|
re++;
|
|
@@ -8288,31 +8288,31 @@ function dm() {
|
|
|
8288
8288
|
function ge() {
|
|
8289
8289
|
{
|
|
8290
8290
|
if (re--, re === 0) {
|
|
8291
|
-
var
|
|
8291
|
+
var u = {
|
|
8292
8292
|
configurable: !0,
|
|
8293
8293
|
enumerable: !0,
|
|
8294
8294
|
writable: !0
|
|
8295
8295
|
};
|
|
8296
8296
|
Object.defineProperties(console, {
|
|
8297
|
-
log: M({},
|
|
8297
|
+
log: M({}, u, {
|
|
8298
8298
|
value: ee
|
|
8299
8299
|
}),
|
|
8300
|
-
info: M({},
|
|
8300
|
+
info: M({}, u, {
|
|
8301
8301
|
value: T
|
|
8302
8302
|
}),
|
|
8303
|
-
warn: M({},
|
|
8303
|
+
warn: M({}, u, {
|
|
8304
8304
|
value: Z
|
|
8305
8305
|
}),
|
|
8306
|
-
error: M({},
|
|
8306
|
+
error: M({}, u, {
|
|
8307
8307
|
value: I
|
|
8308
8308
|
}),
|
|
8309
|
-
group: M({},
|
|
8309
|
+
group: M({}, u, {
|
|
8310
8310
|
value: D
|
|
8311
8311
|
}),
|
|
8312
|
-
groupCollapsed: M({},
|
|
8312
|
+
groupCollapsed: M({}, u, {
|
|
8313
8313
|
value: A
|
|
8314
8314
|
}),
|
|
8315
|
-
groupEnd: M({},
|
|
8315
|
+
groupEnd: M({}, u, {
|
|
8316
8316
|
value: J
|
|
8317
8317
|
})
|
|
8318
8318
|
});
|
|
@@ -8321,7 +8321,7 @@ function dm() {
|
|
|
8321
8321
|
}
|
|
8322
8322
|
}
|
|
8323
8323
|
var _e = b.ReactCurrentDispatcher, W;
|
|
8324
|
-
function me(
|
|
8324
|
+
function me(u, x, R) {
|
|
8325
8325
|
{
|
|
8326
8326
|
if (W === void 0)
|
|
8327
8327
|
try {
|
|
@@ -8331,7 +8331,7 @@ function dm() {
|
|
|
8331
8331
|
W = O && O[1] || "";
|
|
8332
8332
|
}
|
|
8333
8333
|
return `
|
|
8334
|
-
` + W +
|
|
8334
|
+
` + W + u;
|
|
8335
8335
|
}
|
|
8336
8336
|
}
|
|
8337
8337
|
var Re = !1, se;
|
|
@@ -8339,11 +8339,11 @@ function dm() {
|
|
|
8339
8339
|
var le = typeof WeakMap == "function" ? WeakMap : Map;
|
|
8340
8340
|
se = new le();
|
|
8341
8341
|
}
|
|
8342
|
-
function Ie(
|
|
8343
|
-
if (!
|
|
8342
|
+
function Ie(u, x) {
|
|
8343
|
+
if (!u || Re)
|
|
8344
8344
|
return "";
|
|
8345
8345
|
{
|
|
8346
|
-
var R = se.get(
|
|
8346
|
+
var R = se.get(u);
|
|
8347
8347
|
if (R !== void 0)
|
|
8348
8348
|
return R;
|
|
8349
8349
|
}
|
|
@@ -8368,14 +8368,14 @@ function dm() {
|
|
|
8368
8368
|
} catch (Ue) {
|
|
8369
8369
|
O = Ue;
|
|
8370
8370
|
}
|
|
8371
|
-
Reflect.construct(
|
|
8371
|
+
Reflect.construct(u, [], j);
|
|
8372
8372
|
} else {
|
|
8373
8373
|
try {
|
|
8374
8374
|
j.call();
|
|
8375
8375
|
} catch (Ue) {
|
|
8376
8376
|
O = Ue;
|
|
8377
8377
|
}
|
|
8378
|
-
|
|
8378
|
+
u.call(j.prototype);
|
|
8379
8379
|
}
|
|
8380
8380
|
} else {
|
|
8381
8381
|
try {
|
|
@@ -8383,7 +8383,7 @@ function dm() {
|
|
|
8383
8383
|
} catch (Ue) {
|
|
8384
8384
|
O = Ue;
|
|
8385
8385
|
}
|
|
8386
|
-
|
|
8386
|
+
u();
|
|
8387
8387
|
}
|
|
8388
8388
|
} catch (Ue) {
|
|
8389
8389
|
if (Ue && O && typeof Ue.stack == "string") {
|
|
@@ -8398,7 +8398,7 @@ function dm() {
|
|
|
8398
8398
|
if (we--, ye--, ye < 0 || V[we] !== De[ye]) {
|
|
8399
8399
|
var Me = `
|
|
8400
8400
|
` + V[we].replace(" at new ", " at ");
|
|
8401
|
-
return
|
|
8401
|
+
return u.displayName && Me.includes("<anonymous>") && (Me = Me.replace("<anonymous>", u.displayName)), typeof u == "function" && se.set(u, Me), Me;
|
|
8402
8402
|
}
|
|
8403
8403
|
while (we >= 1 && ye >= 0);
|
|
8404
8404
|
break;
|
|
@@ -8407,37 +8407,37 @@ function dm() {
|
|
|
8407
8407
|
} finally {
|
|
8408
8408
|
Re = !1, _e.current = te, ge(), Error.prepareStackTrace = X;
|
|
8409
8409
|
}
|
|
8410
|
-
var Se =
|
|
8411
|
-
return typeof
|
|
8410
|
+
var Se = u ? u.displayName || u.name : "", Fe = Se ? me(Se) : "";
|
|
8411
|
+
return typeof u == "function" && se.set(u, Fe), Fe;
|
|
8412
8412
|
}
|
|
8413
|
-
function Ye(
|
|
8414
|
-
return Ie(
|
|
8413
|
+
function Ye(u, x, R) {
|
|
8414
|
+
return Ie(u, !1);
|
|
8415
8415
|
}
|
|
8416
|
-
function Xe(
|
|
8417
|
-
var x =
|
|
8416
|
+
function Xe(u) {
|
|
8417
|
+
var x = u.prototype;
|
|
8418
8418
|
return !!(x && x.isReactComponent);
|
|
8419
8419
|
}
|
|
8420
|
-
function Ke(
|
|
8421
|
-
if (
|
|
8420
|
+
function Ke(u, x, R) {
|
|
8421
|
+
if (u == null)
|
|
8422
8422
|
return "";
|
|
8423
|
-
if (typeof
|
|
8424
|
-
return Ie(
|
|
8425
|
-
if (typeof
|
|
8426
|
-
return me(
|
|
8427
|
-
switch (
|
|
8423
|
+
if (typeof u == "function")
|
|
8424
|
+
return Ie(u, Xe(u));
|
|
8425
|
+
if (typeof u == "string")
|
|
8426
|
+
return me(u);
|
|
8427
|
+
switch (u) {
|
|
8428
8428
|
case c:
|
|
8429
8429
|
return me("Suspense");
|
|
8430
8430
|
case f:
|
|
8431
8431
|
return me("SuspenseList");
|
|
8432
8432
|
}
|
|
8433
|
-
if (typeof
|
|
8434
|
-
switch (
|
|
8433
|
+
if (typeof u == "object")
|
|
8434
|
+
switch (u.$$typeof) {
|
|
8435
8435
|
case l:
|
|
8436
|
-
return Ye(
|
|
8436
|
+
return Ye(u.render);
|
|
8437
8437
|
case y:
|
|
8438
|
-
return Ke(
|
|
8438
|
+
return Ke(u.type, x, R);
|
|
8439
8439
|
case m: {
|
|
8440
|
-
var O =
|
|
8440
|
+
var O = u, X = O._payload, te = O._init;
|
|
8441
8441
|
try {
|
|
8442
8442
|
return Ke(te(X), x, R);
|
|
8443
8443
|
} catch {
|
|
@@ -8447,25 +8447,25 @@ function dm() {
|
|
|
8447
8447
|
return "";
|
|
8448
8448
|
}
|
|
8449
8449
|
var ot = Object.prototype.hasOwnProperty, wt = {}, St = b.ReactDebugCurrentFrame;
|
|
8450
|
-
function _t(
|
|
8451
|
-
if (
|
|
8452
|
-
var x =
|
|
8450
|
+
function _t(u) {
|
|
8451
|
+
if (u) {
|
|
8452
|
+
var x = u._owner, R = Ke(u.type, u._source, x ? x.type : null);
|
|
8453
8453
|
St.setExtraStackFrame(R);
|
|
8454
8454
|
} else
|
|
8455
8455
|
St.setExtraStackFrame(null);
|
|
8456
8456
|
}
|
|
8457
|
-
function $t(
|
|
8457
|
+
function $t(u, x, R, O, X) {
|
|
8458
8458
|
{
|
|
8459
8459
|
var te = Function.call.bind(ot);
|
|
8460
|
-
for (var j in
|
|
8461
|
-
if (te(
|
|
8460
|
+
for (var j in u)
|
|
8461
|
+
if (te(u, j)) {
|
|
8462
8462
|
var V = void 0;
|
|
8463
8463
|
try {
|
|
8464
|
-
if (typeof
|
|
8465
|
-
var De = Error((O || "React class") + ": " + R + " type `" + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof
|
|
8464
|
+
if (typeof u[j] != "function") {
|
|
8465
|
+
var De = Error((O || "React class") + ": " + R + " type `" + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof u[j] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
8466
8466
|
throw De.name = "Invariant Violation", De;
|
|
8467
8467
|
}
|
|
8468
|
-
V =
|
|
8468
|
+
V = u[j](x, j, O, R, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
8469
8469
|
} catch (we) {
|
|
8470
8470
|
V = we;
|
|
8471
8471
|
}
|
|
@@ -8474,28 +8474,28 @@ function dm() {
|
|
|
8474
8474
|
}
|
|
8475
8475
|
}
|
|
8476
8476
|
var Tt = Array.isArray;
|
|
8477
|
-
function Je(
|
|
8478
|
-
return Tt(
|
|
8477
|
+
function Je(u) {
|
|
8478
|
+
return Tt(u);
|
|
8479
8479
|
}
|
|
8480
|
-
function xt(
|
|
8480
|
+
function xt(u) {
|
|
8481
8481
|
{
|
|
8482
|
-
var x = typeof Symbol == "function" && Symbol.toStringTag, R = x &&
|
|
8482
|
+
var x = typeof Symbol == "function" && Symbol.toStringTag, R = x && u[Symbol.toStringTag] || u.constructor.name || "Object";
|
|
8483
8483
|
return R;
|
|
8484
8484
|
}
|
|
8485
8485
|
}
|
|
8486
|
-
function ht(
|
|
8486
|
+
function ht(u) {
|
|
8487
8487
|
try {
|
|
8488
|
-
return be(
|
|
8488
|
+
return be(u), !1;
|
|
8489
8489
|
} catch {
|
|
8490
8490
|
return !0;
|
|
8491
8491
|
}
|
|
8492
8492
|
}
|
|
8493
|
-
function be(
|
|
8494
|
-
return "" +
|
|
8493
|
+
function be(u) {
|
|
8494
|
+
return "" + u;
|
|
8495
8495
|
}
|
|
8496
|
-
function ze(
|
|
8497
|
-
if (ht(
|
|
8498
|
-
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", xt(
|
|
8496
|
+
function ze(u) {
|
|
8497
|
+
if (ht(u))
|
|
8498
|
+
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", xt(u)), be(u);
|
|
8499
8499
|
}
|
|
8500
8500
|
var oe = b.ReactCurrentOwner, Te = {
|
|
8501
8501
|
key: !0,
|
|
@@ -8504,56 +8504,56 @@ function dm() {
|
|
|
8504
8504
|
__source: !0
|
|
8505
8505
|
}, Qe, ct, Ce;
|
|
8506
8506
|
Ce = {};
|
|
8507
|
-
function ce(
|
|
8508
|
-
if (ot.call(
|
|
8509
|
-
var x = Object.getOwnPropertyDescriptor(
|
|
8507
|
+
function ce(u) {
|
|
8508
|
+
if (ot.call(u, "ref")) {
|
|
8509
|
+
var x = Object.getOwnPropertyDescriptor(u, "ref").get;
|
|
8510
8510
|
if (x && x.isReactWarning)
|
|
8511
8511
|
return !1;
|
|
8512
8512
|
}
|
|
8513
|
-
return
|
|
8513
|
+
return u.ref !== void 0;
|
|
8514
8514
|
}
|
|
8515
|
-
function vt(
|
|
8516
|
-
if (ot.call(
|
|
8517
|
-
var x = Object.getOwnPropertyDescriptor(
|
|
8515
|
+
function vt(u) {
|
|
8516
|
+
if (ot.call(u, "key")) {
|
|
8517
|
+
var x = Object.getOwnPropertyDescriptor(u, "key").get;
|
|
8518
8518
|
if (x && x.isReactWarning)
|
|
8519
8519
|
return !1;
|
|
8520
8520
|
}
|
|
8521
|
-
return
|
|
8521
|
+
return u.key !== void 0;
|
|
8522
8522
|
}
|
|
8523
|
-
function Bt(
|
|
8524
|
-
if (typeof
|
|
8523
|
+
function Bt(u, x) {
|
|
8524
|
+
if (typeof u.ref == "string" && oe.current && x && oe.current.stateNode !== x) {
|
|
8525
8525
|
var R = H(oe.current.type);
|
|
8526
|
-
Ce[R] || (_('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(oe.current.type),
|
|
8526
|
+
Ce[R] || (_('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(oe.current.type), u.ref), Ce[R] = !0);
|
|
8527
8527
|
}
|
|
8528
8528
|
}
|
|
8529
|
-
function Ft(
|
|
8529
|
+
function Ft(u, x) {
|
|
8530
8530
|
{
|
|
8531
8531
|
var R = function() {
|
|
8532
8532
|
Qe || (Qe = !0, _("%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)", x));
|
|
8533
8533
|
};
|
|
8534
|
-
R.isReactWarning = !0, Object.defineProperty(
|
|
8534
|
+
R.isReactWarning = !0, Object.defineProperty(u, "key", {
|
|
8535
8535
|
get: R,
|
|
8536
8536
|
configurable: !0
|
|
8537
8537
|
});
|
|
8538
8538
|
}
|
|
8539
8539
|
}
|
|
8540
|
-
function Hr(
|
|
8540
|
+
function Hr(u, x) {
|
|
8541
8541
|
{
|
|
8542
8542
|
var R = function() {
|
|
8543
8543
|
ct || (ct = !0, _("%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)", x));
|
|
8544
8544
|
};
|
|
8545
|
-
R.isReactWarning = !0, Object.defineProperty(
|
|
8545
|
+
R.isReactWarning = !0, Object.defineProperty(u, "ref", {
|
|
8546
8546
|
get: R,
|
|
8547
8547
|
configurable: !0
|
|
8548
8548
|
});
|
|
8549
8549
|
}
|
|
8550
8550
|
}
|
|
8551
|
-
var Pr = function(
|
|
8551
|
+
var Pr = function(u, x, R, O, X, te, j) {
|
|
8552
8552
|
var V = {
|
|
8553
8553
|
// This tag allows us to uniquely identify this as a React Element
|
|
8554
8554
|
$$typeof: t,
|
|
8555
8555
|
// Built-in properties that belong on the element
|
|
8556
|
-
type:
|
|
8556
|
+
type: u,
|
|
8557
8557
|
key: x,
|
|
8558
8558
|
ref: R,
|
|
8559
8559
|
props: j,
|
|
@@ -8577,58 +8577,58 @@ function dm() {
|
|
|
8577
8577
|
value: X
|
|
8578
8578
|
}), Object.freeze && (Object.freeze(V.props), Object.freeze(V)), V;
|
|
8579
8579
|
};
|
|
8580
|
-
function vn(
|
|
8580
|
+
function vn(u, x, R, O, X) {
|
|
8581
8581
|
{
|
|
8582
8582
|
var te, j = {}, V = null, De = null;
|
|
8583
8583
|
R !== void 0 && (ze(R), V = "" + R), vt(x) && (ze(x.key), V = "" + x.key), ce(x) && (De = x.ref, Bt(x, X));
|
|
8584
8584
|
for (te in x)
|
|
8585
8585
|
ot.call(x, te) && !Te.hasOwnProperty(te) && (j[te] = x[te]);
|
|
8586
|
-
if (
|
|
8587
|
-
var we =
|
|
8586
|
+
if (u && u.defaultProps) {
|
|
8587
|
+
var we = u.defaultProps;
|
|
8588
8588
|
for (te in we)
|
|
8589
8589
|
j[te] === void 0 && (j[te] = we[te]);
|
|
8590
8590
|
}
|
|
8591
8591
|
if (V || De) {
|
|
8592
|
-
var ye = typeof
|
|
8592
|
+
var ye = typeof u == "function" ? u.displayName || u.name || "Unknown" : u;
|
|
8593
8593
|
V && Ft(j, ye), De && Hr(j, ye);
|
|
8594
8594
|
}
|
|
8595
|
-
return Pr(
|
|
8595
|
+
return Pr(u, V, De, X, O, oe.current, j);
|
|
8596
8596
|
}
|
|
8597
8597
|
}
|
|
8598
8598
|
var Ht = b.ReactCurrentOwner, Ar = b.ReactDebugCurrentFrame;
|
|
8599
|
-
function yt(
|
|
8600
|
-
if (
|
|
8601
|
-
var x =
|
|
8599
|
+
function yt(u) {
|
|
8600
|
+
if (u) {
|
|
8601
|
+
var x = u._owner, R = Ke(u.type, u._source, x ? x.type : null);
|
|
8602
8602
|
Ar.setExtraStackFrame(R);
|
|
8603
8603
|
} else
|
|
8604
8604
|
Ar.setExtraStackFrame(null);
|
|
8605
8605
|
}
|
|
8606
8606
|
var rr;
|
|
8607
8607
|
rr = !1;
|
|
8608
|
-
function S(
|
|
8609
|
-
return typeof
|
|
8608
|
+
function S(u) {
|
|
8609
|
+
return typeof u == "object" && u !== null && u.$$typeof === t;
|
|
8610
8610
|
}
|
|
8611
8611
|
function E() {
|
|
8612
8612
|
{
|
|
8613
8613
|
if (Ht.current) {
|
|
8614
|
-
var
|
|
8615
|
-
if (
|
|
8614
|
+
var u = H(Ht.current.type);
|
|
8615
|
+
if (u)
|
|
8616
8616
|
return `
|
|
8617
8617
|
|
|
8618
|
-
Check the render method of \`` +
|
|
8618
|
+
Check the render method of \`` + u + "`.";
|
|
8619
8619
|
}
|
|
8620
8620
|
return "";
|
|
8621
8621
|
}
|
|
8622
8622
|
}
|
|
8623
|
-
function P(
|
|
8623
|
+
function P(u) {
|
|
8624
8624
|
return "";
|
|
8625
8625
|
}
|
|
8626
8626
|
var F = {};
|
|
8627
|
-
function ne(
|
|
8627
|
+
function ne(u) {
|
|
8628
8628
|
{
|
|
8629
8629
|
var x = E();
|
|
8630
8630
|
if (!x) {
|
|
8631
|
-
var R = typeof
|
|
8631
|
+
var R = typeof u == "string" ? u : u.displayName || u.name;
|
|
8632
8632
|
R && (x = `
|
|
8633
8633
|
|
|
8634
8634
|
Check the top-level render call using <` + R + ">.");
|
|
@@ -8636,41 +8636,41 @@ Check the top-level render call using <` + R + ">.");
|
|
|
8636
8636
|
return x;
|
|
8637
8637
|
}
|
|
8638
8638
|
}
|
|
8639
|
-
function ke(
|
|
8639
|
+
function ke(u, x) {
|
|
8640
8640
|
{
|
|
8641
|
-
if (!
|
|
8641
|
+
if (!u._store || u._store.validated || u.key != null)
|
|
8642
8642
|
return;
|
|
8643
|
-
|
|
8643
|
+
u._store.validated = !0;
|
|
8644
8644
|
var R = ne(x);
|
|
8645
8645
|
if (F[R])
|
|
8646
8646
|
return;
|
|
8647
8647
|
F[R] = !0;
|
|
8648
8648
|
var O = "";
|
|
8649
|
-
|
|
8649
|
+
u && u._owner && u._owner !== Ht.current && (O = " It was passed a child from " + H(u._owner.type) + "."), yt(u), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', R, O), yt(null);
|
|
8650
8650
|
}
|
|
8651
8651
|
}
|
|
8652
|
-
function de(
|
|
8652
|
+
function de(u, x) {
|
|
8653
8653
|
{
|
|
8654
|
-
if (typeof
|
|
8654
|
+
if (typeof u != "object")
|
|
8655
8655
|
return;
|
|
8656
|
-
if (Je(
|
|
8657
|
-
for (var R = 0; R <
|
|
8658
|
-
var O =
|
|
8656
|
+
if (Je(u))
|
|
8657
|
+
for (var R = 0; R < u.length; R++) {
|
|
8658
|
+
var O = u[R];
|
|
8659
8659
|
S(O) && ke(O, x);
|
|
8660
8660
|
}
|
|
8661
|
-
else if (S(
|
|
8662
|
-
|
|
8663
|
-
else if (
|
|
8664
|
-
var X = v(
|
|
8665
|
-
if (typeof X == "function" && X !==
|
|
8666
|
-
for (var te = X.call(
|
|
8661
|
+
else if (S(u))
|
|
8662
|
+
u._store && (u._store.validated = !0);
|
|
8663
|
+
else if (u) {
|
|
8664
|
+
var X = v(u);
|
|
8665
|
+
if (typeof X == "function" && X !== u.entries)
|
|
8666
|
+
for (var te = X.call(u), j; !(j = te.next()).done; )
|
|
8667
8667
|
S(j.value) && ke(j.value, x);
|
|
8668
8668
|
}
|
|
8669
8669
|
}
|
|
8670
8670
|
}
|
|
8671
|
-
function ue(
|
|
8671
|
+
function ue(u) {
|
|
8672
8672
|
{
|
|
8673
|
-
var x =
|
|
8673
|
+
var x = u.type;
|
|
8674
8674
|
if (x == null || typeof x == "string")
|
|
8675
8675
|
return;
|
|
8676
8676
|
var R;
|
|
@@ -8684,7 +8684,7 @@ Check the top-level render call using <` + R + ">.");
|
|
|
8684
8684
|
return;
|
|
8685
8685
|
if (R) {
|
|
8686
8686
|
var O = H(x);
|
|
8687
|
-
$t(R,
|
|
8687
|
+
$t(R, u.props, "prop", O, u);
|
|
8688
8688
|
} else if (x.PropTypes !== void 0 && !rr) {
|
|
8689
8689
|
rr = !0;
|
|
8690
8690
|
var X = H(x);
|
|
@@ -8693,30 +8693,30 @@ Check the top-level render call using <` + R + ">.");
|
|
|
8693
8693
|
typeof x.getDefaultProps == "function" && !x.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
8694
8694
|
}
|
|
8695
8695
|
}
|
|
8696
|
-
function ae(
|
|
8696
|
+
function ae(u) {
|
|
8697
8697
|
{
|
|
8698
|
-
for (var x = Object.keys(
|
|
8698
|
+
for (var x = Object.keys(u.props), R = 0; R < x.length; R++) {
|
|
8699
8699
|
var O = x[R];
|
|
8700
8700
|
if (O !== "children" && O !== "key") {
|
|
8701
|
-
yt(
|
|
8701
|
+
yt(u), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", O), yt(null);
|
|
8702
8702
|
break;
|
|
8703
8703
|
}
|
|
8704
8704
|
}
|
|
8705
|
-
|
|
8705
|
+
u.ref !== null && (yt(u), _("Invalid attribute `ref` supplied to `React.Fragment`."), yt(null));
|
|
8706
8706
|
}
|
|
8707
8707
|
}
|
|
8708
|
-
function qe(
|
|
8708
|
+
function qe(u, x, R, O, X, te) {
|
|
8709
8709
|
{
|
|
8710
|
-
var j = K(
|
|
8710
|
+
var j = K(u);
|
|
8711
8711
|
if (!j) {
|
|
8712
8712
|
var V = "";
|
|
8713
|
-
(
|
|
8713
|
+
(u === void 0 || typeof u == "object" && u !== null && Object.keys(u).length === 0) && (V += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
8714
8714
|
var De = P();
|
|
8715
8715
|
De ? V += De : V += E();
|
|
8716
8716
|
var we;
|
|
8717
|
-
|
|
8717
|
+
u === null ? we = "null" : Je(u) ? we = "array" : u !== void 0 && u.$$typeof === t ? (we = "<" + (H(u.type) || "Unknown") + " />", V = " Did you accidentally export a JSX literal instead of a component?") : we = typeof u, _("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", we, V);
|
|
8718
8718
|
}
|
|
8719
|
-
var ye = vn(
|
|
8719
|
+
var ye = vn(u, x, R, X, te);
|
|
8720
8720
|
if (ye == null)
|
|
8721
8721
|
return ye;
|
|
8722
8722
|
if (j) {
|
|
@@ -8725,28 +8725,28 @@ Check the top-level render call using <` + R + ">.");
|
|
|
8725
8725
|
if (O)
|
|
8726
8726
|
if (Je(Me)) {
|
|
8727
8727
|
for (var Se = 0; Se < Me.length; Se++)
|
|
8728
|
-
de(Me[Se],
|
|
8728
|
+
de(Me[Se], u);
|
|
8729
8729
|
Object.freeze && Object.freeze(Me);
|
|
8730
8730
|
} else
|
|
8731
8731
|
_("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
8732
8732
|
else
|
|
8733
|
-
de(Me,
|
|
8733
|
+
de(Me, u);
|
|
8734
8734
|
}
|
|
8735
|
-
return
|
|
8735
|
+
return u === n ? ae(ye) : ue(ye), ye;
|
|
8736
8736
|
}
|
|
8737
8737
|
}
|
|
8738
|
-
function rt(
|
|
8739
|
-
return qe(
|
|
8738
|
+
function rt(u, x, R) {
|
|
8739
|
+
return qe(u, x, R, !0);
|
|
8740
8740
|
}
|
|
8741
|
-
function xe(
|
|
8742
|
-
return qe(
|
|
8741
|
+
function xe(u, x, R) {
|
|
8742
|
+
return qe(u, x, R, !1);
|
|
8743
8743
|
}
|
|
8744
8744
|
var Ne = xe, at = rt;
|
|
8745
8745
|
Gn.Fragment = n, Gn.jsx = Ne, Gn.jsxs = at;
|
|
8746
8746
|
}()), Gn;
|
|
8747
8747
|
}
|
|
8748
8748
|
process.env.NODE_ENV === "production" ? za.exports = cm() : za.exports = dm();
|
|
8749
|
-
var
|
|
8749
|
+
var d = za.exports;
|
|
8750
8750
|
function gc(e) {
|
|
8751
8751
|
var t, r, n = "";
|
|
8752
8752
|
if (typeof e == "string" || typeof e == "number")
|
|
@@ -8847,7 +8847,7 @@ const um = {
|
|
|
8847
8847
|
a
|
|
8848
8848
|
]
|
|
8849
8849
|
);
|
|
8850
|
-
return /* @__PURE__ */
|
|
8850
|
+
return /* @__PURE__ */ d.jsx(vc.Provider, { value: h, children: e });
|
|
8851
8851
|
};
|
|
8852
8852
|
var si = { color: { background: "var(--sid-color-background)", mute: "var(--sid-color-mute)", panel: "var(--sid-color-panel)", foreground: "var(--sid-color-foreground)", contrast: "var(--sid-color-contrast)", secondary: "var(--sid-color-secondary)", tertiary: "var(--sid-color-tertiary)", placeholder: "var(--sid-color-placeholder)", smooth: "var(--sid-color-smooth)", subtle: "var(--sid-color-subtle)", soft: "var(--sid-color-soft)", offset: "var(--sid-color-offset)", primary: "var(--sid-color-primary)", primaryHover: "var(--sid-color-primary-hover)", transparent: "var(--sid-color-transparent)", error: "var(--sid-color-error)", auxiliary: "var(--sid-color-auxiliary)", success: "var(--sid-color-success)", foregroundSuccess: "var(--sid-color-foreground-success)", backgroundSuccess: "var(--sid-color-background-success)", failure: "var(--sid-color-failure)", foregroundFailure: "var(--sid-color-foreground-failure)", backgroundFailure: "var(--sid-color-background-failure)" }, font: { fontFamily: "var(--sid-font-family)" }, border: { radius: "var(--sid-button-border-radius)", width: { panel: "var(--sid-border-width-panel)" } }, input: { border: { radius: "var(--sid-input-border-radius)", color: "var(--sid-input-border-color)" }, label: { color: "var(--sid-input-label-color)" } }, button: { border: { radius: "var(--sid-button-border-radius)" } }, form: { border: { radius: "var(--sid-form-border-radius)" }, logo: { width: "var(--sid-form-logo-width)" } } }, fm = "_1fuhtfd0", hm = "_1fuhtfd1", pm = "_1fuhtfd2", mm = "_1fuhtfd3", ws = "sid-theme-root";
|
|
8853
8853
|
function Da() {
|
|
@@ -8870,19 +8870,19 @@ function gm({ theme: e, className: t }) {
|
|
|
8870
8870
|
const r = yc({ theme: e, className: t });
|
|
8871
8871
|
document.body.classList.add(...r.split(" "));
|
|
8872
8872
|
}
|
|
8873
|
-
const li = ({ children: e }) => /* @__PURE__ */
|
|
8873
|
+
const li = ({ children: e }) => /* @__PURE__ */ d.jsx("div", { className: yc({ theme: "light" }), children: e }), vm = ({ children: e, theme: t = "light", className: r }) => {
|
|
8874
8874
|
const [n, o] = he.useState(!1);
|
|
8875
8875
|
return qn(() => {
|
|
8876
8876
|
n || o(!0);
|
|
8877
8877
|
}, [r, n, t]), qn(() => {
|
|
8878
8878
|
n && gm({ theme: t, className: r });
|
|
8879
|
-
}, [r, n, t]), n ? /* @__PURE__ */
|
|
8879
|
+
}, [r, n, t]), n ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e }) : /* @__PURE__ */ d.jsx(li, { children: e });
|
|
8880
8880
|
};
|
|
8881
8881
|
function ym({ children: e, theme: t = "light", className: r }) {
|
|
8882
|
-
return Da() ? /* @__PURE__ */
|
|
8882
|
+
return Da() ? /* @__PURE__ */ d.jsx(vm, { theme: t, className: r, children: e }) : /* @__PURE__ */ d.jsx(li, { children: e });
|
|
8883
8883
|
}
|
|
8884
8884
|
var bm = { default: "_1v32gdc2 _1v32gdc1", short: "_1v32gdc3 _1v32gdc1" };
|
|
8885
|
-
const bc = ({ className: e, variant: t = "default" }) => /* @__PURE__ */
|
|
8885
|
+
const bc = ({ className: e, variant: t = "default" }) => /* @__PURE__ */ d.jsx("div", { className: $e(bm[t], e) });
|
|
8886
8886
|
var wm = { primary: "_154fc2o2 _154fc2o0", secondary: "_154fc2o3 _154fc2o0", secondaryMd: "_154fc2o4 _154fc2o0 _154fc2o1", neutral: "_154fc2o5 _154fc2o0", neutralMd: "_154fc2o6 _154fc2o0 _154fc2o1", ghost: "_154fc2o7 _154fc2o0", ghostMd: "_154fc2o8 _154fc2o0 _154fc2o1" }, _m = "_154fc2o9", km = "_154fc2oa", xm = { primary: "_154fc2ob", secondary: "_154fc2oc", secondaryMd: "_154fc2od", neutral: "_154fc2oe", neutralMd: "_154fc2of", ghost: "_154fc2og", ghostMd: "_154fc2oh" };
|
|
8887
8887
|
const Qt = Oe(
|
|
8888
8888
|
({
|
|
@@ -8896,7 +8896,7 @@ const Qt = Oe(
|
|
|
8896
8896
|
disabled: s,
|
|
8897
8897
|
loading: l = !1,
|
|
8898
8898
|
style: c
|
|
8899
|
-
}, f) => /* @__PURE__ */
|
|
8899
|
+
}, f) => /* @__PURE__ */ d.jsx(
|
|
8900
8900
|
"button",
|
|
8901
8901
|
{
|
|
8902
8902
|
style: c,
|
|
@@ -8912,15 +8912,15 @@ const Qt = Oe(
|
|
|
8912
8912
|
r
|
|
8913
8913
|
),
|
|
8914
8914
|
onClick: t,
|
|
8915
|
-
children: l ? /* @__PURE__ */
|
|
8916
|
-
i ? /* @__PURE__ */
|
|
8915
|
+
children: l ? /* @__PURE__ */ d.jsx(bc, { variant: "short", className: xm[o] }) : /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
8916
|
+
i ? /* @__PURE__ */ d.jsx("i", { className: km, children: i }) : null,
|
|
8917
8917
|
e
|
|
8918
8918
|
] })
|
|
8919
8919
|
}
|
|
8920
8920
|
)
|
|
8921
8921
|
);
|
|
8922
8922
|
Qt.displayName = "Button";
|
|
8923
|
-
const Cm = ({ className: e }) => /* @__PURE__ */
|
|
8923
|
+
const Cm = ({ className: e }) => /* @__PURE__ */ d.jsx(
|
|
8924
8924
|
"svg",
|
|
8925
8925
|
{
|
|
8926
8926
|
className: $e(e),
|
|
@@ -8929,7 +8929,7 @@ const Cm = ({ className: e }) => /* @__PURE__ */ u.jsx(
|
|
|
8929
8929
|
viewBox: "0 0 16 16",
|
|
8930
8930
|
fill: "none",
|
|
8931
8931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8932
|
-
children: /* @__PURE__ */
|
|
8932
|
+
children: /* @__PURE__ */ d.jsx(
|
|
8933
8933
|
"path",
|
|
8934
8934
|
{
|
|
8935
8935
|
d: "M10.25 3.75L5.75 8L10.25 12.25",
|
|
@@ -8950,7 +8950,7 @@ const Nn = ({
|
|
|
8950
8950
|
type: n = "button",
|
|
8951
8951
|
variant: o = "base",
|
|
8952
8952
|
testId: a
|
|
8953
|
-
}) => /* @__PURE__ */
|
|
8953
|
+
}) => /* @__PURE__ */ d.jsxs(
|
|
8954
8954
|
"button",
|
|
8955
8955
|
{
|
|
8956
8956
|
"data-testid": a,
|
|
@@ -8958,7 +8958,7 @@ const Nn = ({
|
|
|
8958
8958
|
className: $e("sid-link-button", qm[o], r),
|
|
8959
8959
|
onClick: t,
|
|
8960
8960
|
children: [
|
|
8961
|
-
o === "back" ? /* @__PURE__ */
|
|
8961
|
+
o === "back" ? /* @__PURE__ */ d.jsx(Cm, {}) : null,
|
|
8962
8962
|
e
|
|
8963
8963
|
]
|
|
8964
8964
|
}
|
|
@@ -8981,9 +8981,9 @@ const di = ({
|
|
|
8981
8981
|
},
|
|
8982
8982
|
[i]
|
|
8983
8983
|
);
|
|
8984
|
-
return /* @__PURE__ */
|
|
8985
|
-
/* @__PURE__ */
|
|
8986
|
-
/* @__PURE__ */
|
|
8984
|
+
return /* @__PURE__ */ d.jsxs("div", { className: Rm[s], children: [
|
|
8985
|
+
/* @__PURE__ */ d.jsx("label", { htmlFor: e, className: Im, children: r }),
|
|
8986
|
+
/* @__PURE__ */ d.jsx(
|
|
8987
8987
|
"input",
|
|
8988
8988
|
{
|
|
8989
8989
|
style: l,
|
|
@@ -9009,7 +9009,7 @@ const di = ({
|
|
|
9009
9009
|
error: s,
|
|
9010
9010
|
onChange: l,
|
|
9011
9011
|
style: c
|
|
9012
|
-
}) => /* @__PURE__ */
|
|
9012
|
+
}) => /* @__PURE__ */ d.jsx(
|
|
9013
9013
|
"div",
|
|
9014
9014
|
{
|
|
9015
9015
|
className: $e(
|
|
@@ -9019,7 +9019,7 @@ const di = ({
|
|
|
9019
9019
|
s && wc,
|
|
9020
9020
|
o
|
|
9021
9021
|
),
|
|
9022
|
-
children: /* @__PURE__ */
|
|
9022
|
+
children: /* @__PURE__ */ d.jsx(
|
|
9023
9023
|
di,
|
|
9024
9024
|
{
|
|
9025
9025
|
style: c,
|
|
@@ -9040,7 +9040,7 @@ const di = ({
|
|
|
9040
9040
|
}
|
|
9041
9041
|
|
|
9042
9042
|
.sid-theme-root__dark path { fill: white; }
|
|
9043
|
-
`, Pm = () => /* @__PURE__ */
|
|
9043
|
+
`, Pm = () => /* @__PURE__ */ d.jsxs(
|
|
9044
9044
|
"svg",
|
|
9045
9045
|
{
|
|
9046
9046
|
width: "16",
|
|
@@ -9049,15 +9049,15 @@ const di = ({
|
|
|
9049
9049
|
fill: "none",
|
|
9050
9050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9051
9051
|
children: [
|
|
9052
|
-
/* @__PURE__ */
|
|
9053
|
-
/* @__PURE__ */
|
|
9052
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9053
|
+
/* @__PURE__ */ d.jsx(
|
|
9054
9054
|
"path",
|
|
9055
9055
|
{
|
|
9056
9056
|
d: "M11.0791 0C11.1164 0 11.1536 0 11.1929 0C11.2843 1.12835 10.8536 1.97146 10.3302 2.582C9.81657 3.18834 9.11328 3.7764 7.9758 3.68717C7.89992 2.57498 8.33131 1.79441 8.85403 1.18526C9.33881 0.617573 10.2276 0.112414 11.0791 0Z",
|
|
9057
9057
|
fill: "black"
|
|
9058
9058
|
}
|
|
9059
9059
|
),
|
|
9060
|
-
/* @__PURE__ */
|
|
9060
|
+
/* @__PURE__ */ d.jsx(
|
|
9061
9061
|
"path",
|
|
9062
9062
|
{
|
|
9063
9063
|
d: "M14.5225 11.7444C14.5225 11.7557 14.5225 11.7655 14.5225 11.776C14.2028 12.7442 13.7468 13.574 13.1904 14.344C12.6824 15.0431 12.0599 15.9838 10.9484 15.9838C9.988 15.9838 9.35005 15.3663 8.36573 15.3494C7.32449 15.3325 6.75188 15.8658 5.79988 16C5.69098 16 5.58208 16 5.47529 16C4.77621 15.8988 4.21203 15.3452 3.80102 14.8463C2.58906 13.3723 1.65251 11.4683 1.47827 9.03174C1.47827 8.79286 1.47827 8.55469 1.47827 8.31581C1.55204 6.57199 2.39936 5.15417 3.52561 4.46704C4.12 4.10169 4.9371 3.79045 5.84695 3.92956C6.23689 3.98998 6.63526 4.12347 6.98444 4.25556C7.31536 4.38273 7.72918 4.60826 8.12123 4.59631C8.3868 4.58859 8.65098 4.45018 8.91866 4.35252C9.70275 4.06937 10.4714 3.74478 11.4845 3.89724C12.7021 4.08132 13.5663 4.62231 14.1002 5.45698C13.0702 6.1125 12.2559 7.10033 12.3951 8.78724C12.5187 10.3196 13.4096 11.2161 14.5225 11.7444Z",
|
|
@@ -9066,7 +9066,7 @@ const di = ({
|
|
|
9066
9066
|
)
|
|
9067
9067
|
]
|
|
9068
9068
|
}
|
|
9069
|
-
), Am = () => /* @__PURE__ */
|
|
9069
|
+
), Am = () => /* @__PURE__ */ d.jsxs(
|
|
9070
9070
|
"svg",
|
|
9071
9071
|
{
|
|
9072
9072
|
width: "16",
|
|
@@ -9075,12 +9075,12 @@ const di = ({
|
|
|
9075
9075
|
fill: "none",
|
|
9076
9076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9077
9077
|
children: [
|
|
9078
|
-
/* @__PURE__ */
|
|
9079
|
-
/* @__PURE__ */
|
|
9080
|
-
/* @__PURE__ */
|
|
9081
|
-
/* @__PURE__ */
|
|
9082
|
-
/* @__PURE__ */
|
|
9083
|
-
/* @__PURE__ */
|
|
9078
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9079
|
+
/* @__PURE__ */ d.jsxs("g", { id: "microsoft-icon 1", clipPath: "url(#clip0_2115_8900)", children: [
|
|
9080
|
+
/* @__PURE__ */ d.jsx("path", { id: "Vector", d: "M0 0H7.6031V7.6031H0V0Z", fill: "#F25022" }),
|
|
9081
|
+
/* @__PURE__ */ d.jsx("path", { id: "Vector_2", d: "M8.39691 0H16V7.6031H8.39691V0Z", fill: "#7FBA00" }),
|
|
9082
|
+
/* @__PURE__ */ d.jsx("path", { id: "Vector_3", d: "M0 8.3969H7.6031V16H0V8.3969Z", fill: "#00A4EF" }),
|
|
9083
|
+
/* @__PURE__ */ d.jsx(
|
|
9084
9084
|
"path",
|
|
9085
9085
|
{
|
|
9086
9086
|
id: "Vector_4",
|
|
@@ -9089,10 +9089,10 @@ const di = ({
|
|
|
9089
9089
|
}
|
|
9090
9090
|
)
|
|
9091
9091
|
] }),
|
|
9092
|
-
/* @__PURE__ */
|
|
9092
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_2115_8900", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
9093
9093
|
]
|
|
9094
9094
|
}
|
|
9095
|
-
), Tm = () => /* @__PURE__ */
|
|
9095
|
+
), Tm = () => /* @__PURE__ */ d.jsxs(
|
|
9096
9096
|
"svg",
|
|
9097
9097
|
{
|
|
9098
9098
|
width: "16",
|
|
@@ -9101,16 +9101,16 @@ const di = ({
|
|
|
9101
9101
|
fill: "none",
|
|
9102
9102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9103
9103
|
children: [
|
|
9104
|
-
/* @__PURE__ */
|
|
9105
|
-
/* @__PURE__ */
|
|
9106
|
-
/* @__PURE__ */
|
|
9104
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9105
|
+
/* @__PURE__ */ d.jsx("g", { clipPath: "url(#clip0_505_1607)", children: /* @__PURE__ */ d.jsxs("g", { clipPath: "url(#clip1_505_1607)", children: [
|
|
9106
|
+
/* @__PURE__ */ d.jsx(
|
|
9107
9107
|
"path",
|
|
9108
9108
|
{
|
|
9109
9109
|
d: "M0.575299 0.87666C0.501037 0.8757 0.427465 0.891009 0.359751 0.921512C0.292036 0.952016 0.231821 0.996974 0.183333 1.05323C0.134846 1.10949 0.099262 1.17567 0.0790809 1.24715C0.0588998 1.31862 0.0546107 1.39365 0.066515 1.46695L2.2264 14.5788C2.2533 14.7392 2.33588 14.8851 2.45964 14.9907C2.58339 15.0963 2.74041 15.1549 2.9031 15.1563H13.2649C13.3868 15.1578 13.5053 15.1155 13.5986 15.0371C13.692 14.9586 13.7541 14.8493 13.7736 14.7289L15.9335 1.4695C15.9454 1.39619 15.9411 1.32118 15.9209 1.24971C15.9007 1.17825 15.8651 1.11208 15.8166 1.05583C15.7681 0.999591 15.7079 0.954646 15.6402 0.924154C15.5725 0.893661 15.4989 0.878361 15.4247 0.879327L0.575299 0.87666ZM9.67013 10.3531H6.36292L5.46743 5.67469H10.4715L9.67013 10.3531Z",
|
|
9110
9110
|
fill: "#2684FF"
|
|
9111
9111
|
}
|
|
9112
9112
|
),
|
|
9113
|
-
/* @__PURE__ */
|
|
9113
|
+
/* @__PURE__ */ d.jsx(
|
|
9114
9114
|
"path",
|
|
9115
9115
|
{
|
|
9116
9116
|
d: "M15.2335 5.66811H10.4623L9.66148 10.3428H6.35693L2.45502 14.9743C2.57869 15.0812 2.73636 15.1407 2.89985 15.142H13.2559C13.3778 15.1436 13.4961 15.1013 13.5894 15.023C13.6828 14.9446 13.7448 14.8353 13.7643 14.715L15.2335 5.66811Z",
|
|
@@ -9118,8 +9118,8 @@ const di = ({
|
|
|
9118
9118
|
}
|
|
9119
9119
|
)
|
|
9120
9120
|
] }) }),
|
|
9121
|
-
/* @__PURE__ */
|
|
9122
|
-
/* @__PURE__ */
|
|
9121
|
+
/* @__PURE__ */ d.jsxs("defs", { children: [
|
|
9122
|
+
/* @__PURE__ */ d.jsxs(
|
|
9123
9123
|
"linearGradient",
|
|
9124
9124
|
{
|
|
9125
9125
|
id: "paint0_linear_505_1607",
|
|
@@ -9129,13 +9129,13 @@ const di = ({
|
|
|
9129
9129
|
y2: "14.803",
|
|
9130
9130
|
gradientUnits: "userSpaceOnUse",
|
|
9131
9131
|
children: [
|
|
9132
|
-
/* @__PURE__ */
|
|
9133
|
-
/* @__PURE__ */
|
|
9132
|
+
/* @__PURE__ */ d.jsx("stop", { offset: "0.18", stopColor: "#0052CC" }),
|
|
9133
|
+
/* @__PURE__ */ d.jsx("stop", { offset: "1", stopColor: "#2684FF" })
|
|
9134
9134
|
]
|
|
9135
9135
|
}
|
|
9136
9136
|
),
|
|
9137
|
-
/* @__PURE__ */
|
|
9138
|
-
/* @__PURE__ */
|
|
9137
|
+
/* @__PURE__ */ d.jsx("clipPath", { id: "clip0_505_1607", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }),
|
|
9138
|
+
/* @__PURE__ */ d.jsx("clipPath", { id: "clip1_505_1607", children: /* @__PURE__ */ d.jsx(
|
|
9139
9139
|
"rect",
|
|
9140
9140
|
{
|
|
9141
9141
|
width: "16",
|
|
@@ -9147,7 +9147,7 @@ const di = ({
|
|
|
9147
9147
|
] })
|
|
9148
9148
|
]
|
|
9149
9149
|
}
|
|
9150
|
-
), Lm = () => /* @__PURE__ */
|
|
9150
|
+
), Lm = () => /* @__PURE__ */ d.jsxs(
|
|
9151
9151
|
"svg",
|
|
9152
9152
|
{
|
|
9153
9153
|
width: "16",
|
|
@@ -9156,18 +9156,18 @@ const di = ({
|
|
|
9156
9156
|
fill: "none",
|
|
9157
9157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9158
9158
|
children: [
|
|
9159
|
-
/* @__PURE__ */
|
|
9160
|
-
/* @__PURE__ */
|
|
9159
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9160
|
+
/* @__PURE__ */ d.jsx("g", { clipPath: "url(#clip0_244_1220)", children: /* @__PURE__ */ d.jsx(
|
|
9161
9161
|
"path",
|
|
9162
9162
|
{
|
|
9163
9163
|
d: "M8 0.0410004C3.582 0.0410004 0 3.623 0 8.041C0 12.0517 2.95467 15.3637 6.804 15.9423V10.161H4.82467V8.05833H6.804V6.659C6.804 4.34233 7.93267 3.32567 9.858 3.32567C10.78 3.32567 11.268 3.39433 11.4987 3.425V5.26033H10.1853C9.368 5.26033 9.08267 6.03567 9.08267 6.909V8.05833H11.478L11.1533 10.161H9.08267V15.959C12.9873 15.4297 16 12.091 16 8.041C16 3.623 12.418 0.0410004 8 0.0410004Z",
|
|
9164
9164
|
fill: "#1877F2"
|
|
9165
9165
|
}
|
|
9166
9166
|
) }),
|
|
9167
|
-
/* @__PURE__ */
|
|
9167
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_244_1220", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
9168
9168
|
]
|
|
9169
9169
|
}
|
|
9170
|
-
), Om = () => /* @__PURE__ */
|
|
9170
|
+
), Om = () => /* @__PURE__ */ d.jsxs(
|
|
9171
9171
|
"svg",
|
|
9172
9172
|
{
|
|
9173
9173
|
width: "16",
|
|
@@ -9176,8 +9176,8 @@ const di = ({
|
|
|
9176
9176
|
fill: "none",
|
|
9177
9177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9178
9178
|
children: [
|
|
9179
|
-
/* @__PURE__ */
|
|
9180
|
-
/* @__PURE__ */
|
|
9179
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9180
|
+
/* @__PURE__ */ d.jsx("g", { clipPath: "url(#clip0_505_1582)", children: /* @__PURE__ */ d.jsx(
|
|
9181
9181
|
"path",
|
|
9182
9182
|
{
|
|
9183
9183
|
fillRule: "evenodd",
|
|
@@ -9186,10 +9186,10 @@ const di = ({
|
|
|
9186
9186
|
fill: "#24292F"
|
|
9187
9187
|
}
|
|
9188
9188
|
) }),
|
|
9189
|
-
/* @__PURE__ */
|
|
9189
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_505_1582", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
9190
9190
|
]
|
|
9191
9191
|
}
|
|
9192
|
-
), Nm = () => /* @__PURE__ */
|
|
9192
|
+
), Nm = () => /* @__PURE__ */ d.jsxs(
|
|
9193
9193
|
"svg",
|
|
9194
9194
|
{
|
|
9195
9195
|
width: "16",
|
|
@@ -9198,30 +9198,30 @@ const di = ({
|
|
|
9198
9198
|
fill: "none",
|
|
9199
9199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9200
9200
|
children: [
|
|
9201
|
-
/* @__PURE__ */
|
|
9202
|
-
/* @__PURE__ */
|
|
9203
|
-
/* @__PURE__ */
|
|
9201
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9202
|
+
/* @__PURE__ */ d.jsxs("g", { clipPath: "url(#clip0_505_1689)", children: [
|
|
9203
|
+
/* @__PURE__ */ d.jsx(
|
|
9204
9204
|
"path",
|
|
9205
9205
|
{
|
|
9206
9206
|
d: "M15.7337 6.39379L15.7112 6.33631L13.5335 0.652895C13.4892 0.541503 13.4107 0.447009 13.3094 0.382971C13.2079 0.32002 13.0897 0.289702 12.9705 0.296108C12.8513 0.302514 12.7369 0.345337 12.6429 0.418794C12.5498 0.494361 12.4824 0.596756 12.4496 0.712045L10.9792 5.21079H5.02499L3.55457 0.712045C3.52268 0.596128 3.45505 0.49322 3.36129 0.417961C3.26722 0.344503 3.15287 0.301681 3.03368 0.295274C2.9145 0.288868 2.79622 0.319187 2.69481 0.382138C2.5937 0.446435 2.51531 0.540846 2.47071 0.652062L0.288816 6.33298L0.267156 6.39046C-0.046338 7.20957 -0.0850337 8.1084 0.156903 8.95142C0.39884 9.79444 0.908292 10.536 1.60845 11.0642L1.61595 11.07L1.63594 11.0842L4.95335 13.5685L6.59456 14.8106L7.59428 15.5654C7.71122 15.6542 7.85401 15.7023 8.00083 15.7023C8.14766 15.7023 8.29045 15.6542 8.40739 15.5654L9.40711 14.8106L11.0483 13.5685L14.3857 11.0692L14.3941 11.0625C15.0926 10.5342 15.6009 9.79344 15.8425 8.95156C16.084 8.10967 16.0459 7.21213 15.7337 6.39379Z",
|
|
9207
9207
|
fill: "#E24329"
|
|
9208
9208
|
}
|
|
9209
9209
|
),
|
|
9210
|
-
/* @__PURE__ */
|
|
9210
|
+
/* @__PURE__ */ d.jsx(
|
|
9211
9211
|
"path",
|
|
9212
9212
|
{
|
|
9213
9213
|
d: "M15.7336 6.39379L15.7111 6.3363C14.65 6.55411 13.6501 7.00358 12.7828 7.6526L7.99994 11.2691C9.62865 12.5013 11.0466 13.5718 11.0466 13.5718L14.384 11.0725L14.3923 11.0658C15.0919 10.5375 15.601 9.79631 15.8429 8.9537C16.0848 8.1111 16.0464 7.21272 15.7336 6.39379Z",
|
|
9214
9214
|
fill: "#FC6D26"
|
|
9215
9215
|
}
|
|
9216
9216
|
),
|
|
9217
|
-
/* @__PURE__ */
|
|
9217
|
+
/* @__PURE__ */ d.jsx(
|
|
9218
9218
|
"path",
|
|
9219
9219
|
{
|
|
9220
9220
|
d: "M4.95331 13.5718L6.59452 14.8139L7.59424 15.5687C7.71118 15.6575 7.85397 15.7056 8.00079 15.7056C8.14762 15.7056 8.29041 15.6575 8.40735 15.5687L9.40707 14.8139L11.0483 13.5718C11.0483 13.5718 9.62867 12.4979 7.99996 11.2691C6.37125 12.4979 4.95331 13.5718 4.95331 13.5718Z",
|
|
9221
9221
|
fill: "#FCA326"
|
|
9222
9222
|
}
|
|
9223
9223
|
),
|
|
9224
|
-
/* @__PURE__ */
|
|
9224
|
+
/* @__PURE__ */ d.jsx(
|
|
9225
9225
|
"path",
|
|
9226
9226
|
{
|
|
9227
9227
|
d: "M3.21633 7.65262C2.34974 7.00226 1.35002 6.55163 0.288816 6.33299L0.267156 6.39048C-0.046338 7.20959 -0.0850337 8.10841 0.156903 8.95143C0.398839 9.79446 0.908292 10.536 1.60845 11.0642L1.61595 11.07L1.63594 11.0842L4.95335 13.5685C4.95335 13.5685 6.36962 12.4979 8 11.2658L3.21633 7.65262Z",
|
|
@@ -9229,10 +9229,10 @@ const di = ({
|
|
|
9229
9229
|
}
|
|
9230
9230
|
)
|
|
9231
9231
|
] }),
|
|
9232
|
-
/* @__PURE__ */
|
|
9232
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_505_1689", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
9233
9233
|
]
|
|
9234
9234
|
}
|
|
9235
|
-
), Mm = () => /* @__PURE__ */
|
|
9235
|
+
), Mm = () => /* @__PURE__ */ d.jsxs(
|
|
9236
9236
|
"svg",
|
|
9237
9237
|
{
|
|
9238
9238
|
width: "16",
|
|
@@ -9241,8 +9241,8 @@ const di = ({
|
|
|
9241
9241
|
fill: "none",
|
|
9242
9242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9243
9243
|
children: [
|
|
9244
|
-
/* @__PURE__ */
|
|
9245
|
-
/* @__PURE__ */
|
|
9244
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9245
|
+
/* @__PURE__ */ d.jsx(
|
|
9246
9246
|
"path",
|
|
9247
9247
|
{
|
|
9248
9248
|
fillRule: "evenodd",
|
|
@@ -9251,7 +9251,7 @@ const di = ({
|
|
|
9251
9251
|
fill: "#4285F4"
|
|
9252
9252
|
}
|
|
9253
9253
|
),
|
|
9254
|
-
/* @__PURE__ */
|
|
9254
|
+
/* @__PURE__ */ d.jsx(
|
|
9255
9255
|
"path",
|
|
9256
9256
|
{
|
|
9257
9257
|
fillRule: "evenodd",
|
|
@@ -9260,7 +9260,7 @@ const di = ({
|
|
|
9260
9260
|
fill: "#34A853"
|
|
9261
9261
|
}
|
|
9262
9262
|
),
|
|
9263
|
-
/* @__PURE__ */
|
|
9263
|
+
/* @__PURE__ */ d.jsx(
|
|
9264
9264
|
"path",
|
|
9265
9265
|
{
|
|
9266
9266
|
fillRule: "evenodd",
|
|
@@ -9269,7 +9269,7 @@ const di = ({
|
|
|
9269
9269
|
fill: "#FBBC05"
|
|
9270
9270
|
}
|
|
9271
9271
|
),
|
|
9272
|
-
/* @__PURE__ */
|
|
9272
|
+
/* @__PURE__ */ d.jsx(
|
|
9273
9273
|
"path",
|
|
9274
9274
|
{
|
|
9275
9275
|
fillRule: "evenodd",
|
|
@@ -9280,7 +9280,7 @@ const di = ({
|
|
|
9280
9280
|
)
|
|
9281
9281
|
]
|
|
9282
9282
|
}
|
|
9283
|
-
), Fm = () => /* @__PURE__ */
|
|
9283
|
+
), Fm = () => /* @__PURE__ */ d.jsxs(
|
|
9284
9284
|
"svg",
|
|
9285
9285
|
{
|
|
9286
9286
|
width: "16",
|
|
@@ -9289,44 +9289,44 @@ const di = ({
|
|
|
9289
9289
|
fill: "none",
|
|
9290
9290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9291
9291
|
children: [
|
|
9292
|
-
/* @__PURE__ */
|
|
9293
|
-
/* @__PURE__ */
|
|
9294
|
-
/* @__PURE__ */
|
|
9292
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9293
|
+
/* @__PURE__ */ d.jsxs("g", { clipPath: "url(#clip0_505_1637)", children: [
|
|
9294
|
+
/* @__PURE__ */ d.jsx(
|
|
9295
9295
|
"path",
|
|
9296
9296
|
{
|
|
9297
9297
|
d: "M12.5339 16H3.46615C1.55208 16 0 14.4479 0 12.5339V3.46615C0 1.55208 1.55208 0 3.46615 0H12.5326C14.4479 0 15.9987 1.55208 15.9987 3.46615V12.5326C16 14.4479 14.4479 16 12.5339 16Z",
|
|
9298
9298
|
fill: "#00B900"
|
|
9299
9299
|
}
|
|
9300
9300
|
),
|
|
9301
|
-
/* @__PURE__ */
|
|
9301
|
+
/* @__PURE__ */ d.jsx(
|
|
9302
9302
|
"path",
|
|
9303
9303
|
{
|
|
9304
9304
|
d: "M13.7995 7.29688C13.7995 4.69011 11.1862 2.56902 7.97396 2.56902C4.76172 2.56902 2.14844 4.69011 2.14844 7.29688C2.14844 9.63412 4.22135 11.5912 7.02083 11.9609C7.21094 12.0013 7.46875 12.0859 7.53385 12.2487C7.59245 12.3958 7.57161 12.6263 7.55208 12.7747C7.55208 12.7747 7.48438 13.1862 7.46875 13.2734C7.44271 13.4206 7.35156 13.849 7.97396 13.5872C8.59505 13.3255 11.3294 11.612 12.5508 10.2057C13.3945 9.27865 13.7995 8.33985 13.7995 7.29688Z",
|
|
9305
9305
|
fill: "white"
|
|
9306
9306
|
}
|
|
9307
9307
|
),
|
|
9308
|
-
/* @__PURE__ */
|
|
9308
|
+
/* @__PURE__ */ d.jsx(
|
|
9309
9309
|
"path",
|
|
9310
9310
|
{
|
|
9311
9311
|
d: "M6.79039 6.03645H6.38153C6.31903 6.03645 6.26825 6.08723 6.26825 6.14973V8.6875C6.26825 8.75 6.31903 8.80078 6.38153 8.80078H6.79039C6.85289 8.80078 6.90367 8.75 6.90367 8.6875V6.14973C6.90367 6.08723 6.85289 6.03645 6.79039 6.03645Z",
|
|
9312
9312
|
fill: "#00B900"
|
|
9313
9313
|
}
|
|
9314
9314
|
),
|
|
9315
|
-
/* @__PURE__ */
|
|
9315
|
+
/* @__PURE__ */ d.jsx(
|
|
9316
9316
|
"path",
|
|
9317
9317
|
{
|
|
9318
9318
|
d: "M9.60286 6.03646H9.19401C9.13151 6.03646 9.08073 6.08724 9.08073 6.14974V7.65756L7.91797 6.08724C7.91536 6.08334 7.91276 6.07943 7.90885 6.07553C7.90885 6.07553 7.90885 6.07553 7.90885 6.07422C7.90625 6.07162 7.90365 6.06902 7.90234 6.06771C7.90104 6.06771 7.90104 6.06641 7.89974 6.06511C7.89714 6.06381 7.89583 6.0612 7.89323 6.0599C7.89193 6.0586 7.89193 6.0586 7.89062 6.0573C7.88932 6.05599 7.88672 6.05469 7.88542 6.05339C7.88411 6.05209 7.88281 6.05209 7.88151 6.05079C7.87891 6.04948 7.8776 6.04818 7.875 6.04688C7.8737 6.04688 7.8724 6.04558 7.87109 6.04558C7.86849 6.04428 7.86719 6.04297 7.86458 6.04297C7.86328 6.04297 7.86198 6.04167 7.86068 6.04167C7.85807 6.04037 7.85677 6.04037 7.85417 6.03907C7.85286 6.03907 7.85156 6.03907 7.85026 6.03777C7.84766 6.03777 7.84635 6.03646 7.84375 6.03646C7.84245 6.03646 7.84115 6.03646 7.83854 6.03516C7.83594 6.03516 7.83464 6.03516 7.83203 6.03386C7.82943 6.03386 7.82813 6.03386 7.82682 6.03386C7.82552 6.03386 7.82422 6.03386 7.82292 6.03386H7.41406C7.35156 6.03386 7.30078 6.08464 7.30078 6.14714V8.6849C7.30078 8.7474 7.35156 8.79818 7.41406 8.79818H7.82292C7.88542 8.79818 7.9362 8.7474 7.9362 8.6849V7.18099L9.10026 8.75391C9.10807 8.76563 9.11849 8.77475 9.12891 8.78126C9.12891 8.78126 9.13021 8.78125 9.13021 8.78256C9.13281 8.78386 9.13542 8.78516 9.13672 8.78646C9.13802 8.78646 9.13932 8.78777 9.14062 8.78777C9.14193 8.78907 9.14453 8.78907 9.14583 8.79037C9.14714 8.79167 9.14974 8.79167 9.15104 8.79297C9.15234 8.79297 9.15365 8.79428 9.15495 8.79428C9.15755 8.79558 9.16016 8.79558 9.16276 8.79688H9.16406C9.17318 8.79948 9.18359 8.80079 9.19271 8.80079H9.60156C9.66406 8.80079 9.71484 8.75001 9.71484 8.68751V6.14974C9.71615 6.08724 9.66536 6.03646 9.60286 6.03646Z",
|
|
9319
9319
|
fill: "#00B900"
|
|
9320
9320
|
}
|
|
9321
9321
|
),
|
|
9322
|
-
/* @__PURE__ */
|
|
9322
|
+
/* @__PURE__ */ d.jsx(
|
|
9323
9323
|
"path",
|
|
9324
9324
|
{
|
|
9325
9325
|
d: "M5.80597 8.16536H4.69529V6.14973C4.69529 6.08723 4.64451 6.03645 4.58201 6.03645H4.17316C4.11066 6.03645 4.05988 6.08723 4.05988 6.14973V8.68749C4.05988 8.71744 4.07159 8.74609 4.09113 8.76562L4.09243 8.76692L4.09373 8.76822C4.11456 8.78775 4.14191 8.79947 4.17185 8.79947H5.80467C5.86717 8.79947 5.91795 8.74869 5.91795 8.68619V8.27734C5.91925 8.21744 5.86847 8.16536 5.80597 8.16536Z",
|
|
9326
9326
|
fill: "#00B900"
|
|
9327
9327
|
}
|
|
9328
9328
|
),
|
|
9329
|
-
/* @__PURE__ */
|
|
9329
|
+
/* @__PURE__ */ d.jsx(
|
|
9330
9330
|
"path",
|
|
9331
9331
|
{
|
|
9332
9332
|
d: "M11.8594 6.67187C11.9219 6.67187 11.9726 6.62109 11.9726 6.55859V6.14973C11.9726 6.08723 11.9219 6.03645 11.8594 6.03645H10.2265C10.1966 6.03645 10.1679 6.04817 10.1484 6.06901L10.1471 6.07031C10.1471 6.07161 10.1458 6.07161 10.1458 6.07291C10.1263 6.09374 10.1146 6.12109 10.1146 6.15104V8.6888C10.1146 8.71875 10.1263 8.74739 10.1458 8.76692L10.1471 8.76822L10.1484 8.76953C10.1693 8.78906 10.1966 8.80208 10.2265 8.80208H11.8594C11.9219 8.80208 11.9726 8.7513 11.9726 8.6888V8.27994C11.9726 8.21744 11.9219 8.16666 11.8594 8.16666H10.7487V7.73828H11.8594C11.9219 7.73828 11.9726 7.68749 11.9726 7.62499V7.21614C11.9726 7.15364 11.9219 7.10286 11.8594 7.10286H10.7487V6.67447H11.8594V6.67187Z",
|
|
@@ -9334,10 +9334,10 @@ const di = ({
|
|
|
9334
9334
|
}
|
|
9335
9335
|
)
|
|
9336
9336
|
] }),
|
|
9337
|
-
/* @__PURE__ */
|
|
9337
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_505_1637", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
9338
9338
|
]
|
|
9339
9339
|
}
|
|
9340
|
-
), Um = () => /* @__PURE__ */
|
|
9340
|
+
), Um = () => /* @__PURE__ */ d.jsxs(
|
|
9341
9341
|
"svg",
|
|
9342
9342
|
{
|
|
9343
9343
|
width: "16",
|
|
@@ -9346,8 +9346,8 @@ const di = ({
|
|
|
9346
9346
|
fill: "none",
|
|
9347
9347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9348
9348
|
children: [
|
|
9349
|
-
/* @__PURE__ */
|
|
9350
|
-
/* @__PURE__ */
|
|
9349
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9350
|
+
/* @__PURE__ */ d.jsx("g", { clipPath: "url(#clip0_3100_16)", children: /* @__PURE__ */ d.jsx("g", { clipPath: "url(#clip1_3100_16)", children: /* @__PURE__ */ d.jsx(
|
|
9351
9351
|
"path",
|
|
9352
9352
|
{
|
|
9353
9353
|
fillRule: "evenodd",
|
|
@@ -9356,13 +9356,13 @@ const di = ({
|
|
|
9356
9356
|
fill: "black"
|
|
9357
9357
|
}
|
|
9358
9358
|
) }) }),
|
|
9359
|
-
/* @__PURE__ */
|
|
9360
|
-
/* @__PURE__ */
|
|
9361
|
-
/* @__PURE__ */
|
|
9359
|
+
/* @__PURE__ */ d.jsxs("defs", { children: [
|
|
9360
|
+
/* @__PURE__ */ d.jsx("clipPath", { id: "clip0_3100_16", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }),
|
|
9361
|
+
/* @__PURE__ */ d.jsx("clipPath", { id: "clip1_3100_16", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) })
|
|
9362
9362
|
] })
|
|
9363
9363
|
]
|
|
9364
9364
|
}
|
|
9365
|
-
), jm = ({ className: e }) => /* @__PURE__ */
|
|
9365
|
+
), jm = ({ className: e }) => /* @__PURE__ */ d.jsx(
|
|
9366
9366
|
"svg",
|
|
9367
9367
|
{
|
|
9368
9368
|
className: e,
|
|
@@ -9371,7 +9371,7 @@ const di = ({
|
|
|
9371
9371
|
viewBox: "0 0 20 20",
|
|
9372
9372
|
fill: "none",
|
|
9373
9373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9374
|
-
children: /* @__PURE__ */
|
|
9374
|
+
children: /* @__PURE__ */ d.jsx(
|
|
9375
9375
|
"path",
|
|
9376
9376
|
{
|
|
9377
9377
|
fillRule: "evenodd",
|
|
@@ -9381,7 +9381,7 @@ const di = ({
|
|
|
9381
9381
|
}
|
|
9382
9382
|
)
|
|
9383
9383
|
}
|
|
9384
|
-
), _c = ({ className: e }) => /* @__PURE__ */
|
|
9384
|
+
), _c = ({ className: e }) => /* @__PURE__ */ d.jsxs(
|
|
9385
9385
|
"svg",
|
|
9386
9386
|
{
|
|
9387
9387
|
className: $e(e),
|
|
@@ -9391,8 +9391,8 @@ const di = ({
|
|
|
9391
9391
|
fill: "none",
|
|
9392
9392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9393
9393
|
children: [
|
|
9394
|
-
/* @__PURE__ */
|
|
9395
|
-
/* @__PURE__ */
|
|
9394
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9395
|
+
/* @__PURE__ */ d.jsx(
|
|
9396
9396
|
"path",
|
|
9397
9397
|
{
|
|
9398
9398
|
fillRule: "evenodd",
|
|
@@ -9403,7 +9403,7 @@ const di = ({
|
|
|
9403
9403
|
)
|
|
9404
9404
|
]
|
|
9405
9405
|
}
|
|
9406
|
-
), Vm = ({ className: e }) => /* @__PURE__ */
|
|
9406
|
+
), Vm = ({ className: e }) => /* @__PURE__ */ d.jsx(
|
|
9407
9407
|
"svg",
|
|
9408
9408
|
{
|
|
9409
9409
|
className: e,
|
|
@@ -9412,7 +9412,7 @@ const di = ({
|
|
|
9412
9412
|
viewBox: "0 0 20 20",
|
|
9413
9413
|
fill: "none",
|
|
9414
9414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9415
|
-
children: /* @__PURE__ */
|
|
9415
|
+
children: /* @__PURE__ */ d.jsx(
|
|
9416
9416
|
"path",
|
|
9417
9417
|
{
|
|
9418
9418
|
fillRule: "evenodd",
|
|
@@ -9424,7 +9424,7 @@ const di = ({
|
|
|
9424
9424
|
}
|
|
9425
9425
|
);
|
|
9426
9426
|
function Bm() {
|
|
9427
|
-
return /* @__PURE__ */
|
|
9427
|
+
return /* @__PURE__ */ d.jsxs(
|
|
9428
9428
|
"svg",
|
|
9429
9429
|
{
|
|
9430
9430
|
width: "5",
|
|
@@ -9433,7 +9433,7 @@ function Bm() {
|
|
|
9433
9433
|
fill: "none",
|
|
9434
9434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9435
9435
|
children: [
|
|
9436
|
-
/* @__PURE__ */
|
|
9436
|
+
/* @__PURE__ */ d.jsx(
|
|
9437
9437
|
"path",
|
|
9438
9438
|
{
|
|
9439
9439
|
fillRule: "evenodd",
|
|
@@ -9442,7 +9442,7 @@ function Bm() {
|
|
|
9442
9442
|
fill: "white"
|
|
9443
9443
|
}
|
|
9444
9444
|
),
|
|
9445
|
-
/* @__PURE__ */
|
|
9445
|
+
/* @__PURE__ */ d.jsx(
|
|
9446
9446
|
"path",
|
|
9447
9447
|
{
|
|
9448
9448
|
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",
|
|
@@ -9453,7 +9453,7 @@ function Bm() {
|
|
|
9453
9453
|
}
|
|
9454
9454
|
);
|
|
9455
9455
|
}
|
|
9456
|
-
const Hm = () => /* @__PURE__ */
|
|
9456
|
+
const Hm = () => /* @__PURE__ */ d.jsxs(
|
|
9457
9457
|
"svg",
|
|
9458
9458
|
{
|
|
9459
9459
|
width: "16",
|
|
@@ -9462,8 +9462,8 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9462
9462
|
fill: "none",
|
|
9463
9463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9464
9464
|
children: [
|
|
9465
|
-
/* @__PURE__ */
|
|
9466
|
-
/* @__PURE__ */
|
|
9465
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9466
|
+
/* @__PURE__ */ d.jsx("g", { clipPath: "url(#clip0_2610_9920)", children: /* @__PURE__ */ d.jsx(
|
|
9467
9467
|
"path",
|
|
9468
9468
|
{
|
|
9469
9469
|
fillRule: "evenodd",
|
|
@@ -9472,10 +9472,10 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9472
9472
|
fill: "#142049"
|
|
9473
9473
|
}
|
|
9474
9474
|
) }),
|
|
9475
|
-
/* @__PURE__ */
|
|
9475
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_2610_9920", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
9476
9476
|
]
|
|
9477
9477
|
}
|
|
9478
|
-
), Wm = () => /* @__PURE__ */
|
|
9478
|
+
), Wm = () => /* @__PURE__ */ d.jsxs(
|
|
9479
9479
|
"svg",
|
|
9480
9480
|
{
|
|
9481
9481
|
width: "16",
|
|
@@ -9484,9 +9484,9 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9484
9484
|
fill: "none",
|
|
9485
9485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9486
9486
|
children: [
|
|
9487
|
-
/* @__PURE__ */
|
|
9488
|
-
/* @__PURE__ */
|
|
9489
|
-
/* @__PURE__ */
|
|
9487
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9488
|
+
/* @__PURE__ */ d.jsxs("g", { clipPath: "url(#clip0_2610_9933)", children: [
|
|
9489
|
+
/* @__PURE__ */ d.jsx(
|
|
9490
9490
|
"path",
|
|
9491
9491
|
{
|
|
9492
9492
|
fillRule: "evenodd",
|
|
@@ -9495,7 +9495,7 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9495
9495
|
fill: "#142049"
|
|
9496
9496
|
}
|
|
9497
9497
|
),
|
|
9498
|
-
/* @__PURE__ */
|
|
9498
|
+
/* @__PURE__ */ d.jsx(
|
|
9499
9499
|
"path",
|
|
9500
9500
|
{
|
|
9501
9501
|
d: "M2.34314 2.34315L13.6568 13.6569",
|
|
@@ -9505,10 +9505,10 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9505
9505
|
}
|
|
9506
9506
|
)
|
|
9507
9507
|
] }),
|
|
9508
|
-
/* @__PURE__ */
|
|
9508
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_2610_9933", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
9509
9509
|
]
|
|
9510
9510
|
}
|
|
9511
|
-
), kc = ({ className: e }) => /* @__PURE__ */
|
|
9511
|
+
), kc = ({ className: e }) => /* @__PURE__ */ d.jsx(
|
|
9512
9512
|
"svg",
|
|
9513
9513
|
{
|
|
9514
9514
|
width: "16",
|
|
@@ -9517,7 +9517,7 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9517
9517
|
viewBox: "0 0 16 16",
|
|
9518
9518
|
fill: "none",
|
|
9519
9519
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9520
|
-
children: /* @__PURE__ */
|
|
9520
|
+
children: /* @__PURE__ */ d.jsx(
|
|
9521
9521
|
"path",
|
|
9522
9522
|
{
|
|
9523
9523
|
d: "M3.75 5.75L8 10.25L12.25 5.75",
|
|
@@ -9531,7 +9531,7 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9531
9531
|
), Km = ({
|
|
9532
9532
|
className: e,
|
|
9533
9533
|
fill: t = si.color.background
|
|
9534
|
-
}) => /* @__PURE__ */
|
|
9534
|
+
}) => /* @__PURE__ */ d.jsx(
|
|
9535
9535
|
"svg",
|
|
9536
9536
|
{
|
|
9537
9537
|
className: $e(e),
|
|
@@ -9540,7 +9540,7 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9540
9540
|
viewBox: "0 0 14 14",
|
|
9541
9541
|
fill: "none",
|
|
9542
9542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9543
|
-
children: /* @__PURE__ */
|
|
9543
|
+
children: /* @__PURE__ */ d.jsx(
|
|
9544
9544
|
"path",
|
|
9545
9545
|
{
|
|
9546
9546
|
fillRule: "evenodd",
|
|
@@ -9550,7 +9550,7 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9550
9550
|
}
|
|
9551
9551
|
)
|
|
9552
9552
|
}
|
|
9553
|
-
), xc = () => /* @__PURE__ */
|
|
9553
|
+
), xc = () => /* @__PURE__ */ d.jsxs(
|
|
9554
9554
|
"svg",
|
|
9555
9555
|
{
|
|
9556
9556
|
width: "32",
|
|
@@ -9559,15 +9559,15 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9559
9559
|
fill: "none",
|
|
9560
9560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9561
9561
|
children: [
|
|
9562
|
-
/* @__PURE__ */
|
|
9563
|
-
/* @__PURE__ */
|
|
9562
|
+
/* @__PURE__ */ d.jsx("style", { children: At }),
|
|
9563
|
+
/* @__PURE__ */ d.jsx(
|
|
9564
9564
|
"path",
|
|
9565
9565
|
{
|
|
9566
9566
|
d: "M10.1489 8L1.6001 24.1824H4.1585L12.7073 8H10.1489Z",
|
|
9567
9567
|
fill: "#2A6AFF"
|
|
9568
9568
|
}
|
|
9569
9569
|
),
|
|
9570
|
-
/* @__PURE__ */
|
|
9570
|
+
/* @__PURE__ */ d.jsx(
|
|
9571
9571
|
"path",
|
|
9572
9572
|
{
|
|
9573
9573
|
d: "M15.8339 12.5552C16.7499 12.5552 17.4979 11.7856 17.4979 10.8704C17.4979 9.9552 16.7499 9.1856 15.8339 9.1856C14.8979 9.1856 14.1499 9.9552 14.1499 10.8704C14.1499 11.7856 14.8979 12.5552 15.8339 12.5552ZM14.4619 14.0112V24.1824H17.1659V14.0112H14.4619ZM27.3507 8V14.8016C26.5377 14.1118 25.5049 13.7356 24.4387 13.7408C21.4851 13.7408 19.2595 16.112 19.2595 19.1072C19.2595 22.1024 21.4851 24.4736 24.4387 24.4736C25.6659 24.4736 26.7475 24.016 27.5587 23.2256V24.1824H30.0547V8H27.3507ZM24.7507 21.936C23.1907 21.936 22.0467 20.7296 22.0467 19.1072C22.0467 17.4848 23.1907 16.2784 24.7507 16.2784C26.3107 16.2784 27.4547 17.4848 27.4547 19.1072C27.4547 20.7296 26.3107 21.936 24.7507 21.936Z",
|
|
@@ -9578,7 +9578,7 @@ const Hm = () => /* @__PURE__ */ u.jsxs(
|
|
|
9578
9578
|
}
|
|
9579
9579
|
);
|
|
9580
9580
|
function Gm() {
|
|
9581
|
-
return /* @__PURE__ */
|
|
9581
|
+
return /* @__PURE__ */ d.jsxs(
|
|
9582
9582
|
"svg",
|
|
9583
9583
|
{
|
|
9584
9584
|
width: "16",
|
|
@@ -9587,7 +9587,7 @@ function Gm() {
|
|
|
9587
9587
|
fill: "none",
|
|
9588
9588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9589
9589
|
children: [
|
|
9590
|
-
/* @__PURE__ */
|
|
9590
|
+
/* @__PURE__ */ d.jsx("g", { clipPath: "url(#clip0_1507_2027)", children: /* @__PURE__ */ d.jsx(
|
|
9591
9591
|
"path",
|
|
9592
9592
|
{
|
|
9593
9593
|
fillRule: "evenodd",
|
|
@@ -9596,7 +9596,7 @@ function Gm() {
|
|
|
9596
9596
|
fill: "currentColor"
|
|
9597
9597
|
}
|
|
9598
9598
|
) }),
|
|
9599
|
-
/* @__PURE__ */
|
|
9599
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_1507_2027", children: /* @__PURE__ */ d.jsx(
|
|
9600
9600
|
"rect",
|
|
9601
9601
|
{
|
|
9602
9602
|
width: "16",
|
|
@@ -9610,7 +9610,7 @@ function Gm() {
|
|
|
9610
9610
|
);
|
|
9611
9611
|
}
|
|
9612
9612
|
function Jm() {
|
|
9613
|
-
return /* @__PURE__ */
|
|
9613
|
+
return /* @__PURE__ */ d.jsxs(
|
|
9614
9614
|
"svg",
|
|
9615
9615
|
{
|
|
9616
9616
|
width: "17",
|
|
@@ -9619,8 +9619,8 @@ function Jm() {
|
|
|
9619
9619
|
fill: "none",
|
|
9620
9620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9621
9621
|
children: [
|
|
9622
|
-
/* @__PURE__ */
|
|
9623
|
-
/* @__PURE__ */
|
|
9622
|
+
/* @__PURE__ */ d.jsxs("g", { clipPath: "url(#clip0_1518_2035)", children: [
|
|
9623
|
+
/* @__PURE__ */ d.jsx(
|
|
9624
9624
|
"path",
|
|
9625
9625
|
{
|
|
9626
9626
|
fillRule: "evenodd",
|
|
@@ -9629,7 +9629,7 @@ function Jm() {
|
|
|
9629
9629
|
fill: "currentColor"
|
|
9630
9630
|
}
|
|
9631
9631
|
),
|
|
9632
|
-
/* @__PURE__ */
|
|
9632
|
+
/* @__PURE__ */ d.jsx(
|
|
9633
9633
|
"path",
|
|
9634
9634
|
{
|
|
9635
9635
|
d: "M5.21196 6.39703C5.51681 6.07653 6.02873 6.05921 6.35536 6.35834L7.69101 7.58155L7.69101 1.29381C7.69101 0.855399 8.05321 0.5 8.5 0.5C8.94679 0.5 9.30899 0.855399 9.30899 1.29381L9.30899 7.58156L10.6446 6.35834C10.9713 6.05921 11.4832 6.07653 11.788 6.39703C12.0929 6.71753 12.0752 7.21984 11.7486 7.51898L9.05199 9.9886C8.74117 10.2733 8.25883 10.2733 7.94801 9.9886L5.25138 7.51897C4.92475 7.21984 4.9071 6.71753 5.21196 6.39703Z",
|
|
@@ -9637,7 +9637,7 @@ function Jm() {
|
|
|
9637
9637
|
}
|
|
9638
9638
|
)
|
|
9639
9639
|
] }),
|
|
9640
|
-
/* @__PURE__ */
|
|
9640
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_1518_2035", children: /* @__PURE__ */ d.jsx(
|
|
9641
9641
|
"rect",
|
|
9642
9642
|
{
|
|
9643
9643
|
width: "16",
|
|
@@ -9652,7 +9652,7 @@ function Jm() {
|
|
|
9652
9652
|
}
|
|
9653
9653
|
const _s = (e) => {
|
|
9654
9654
|
const [t, r] = ie(!1);
|
|
9655
|
-
return /* @__PURE__ */
|
|
9655
|
+
return /* @__PURE__ */ d.jsxs(
|
|
9656
9656
|
"div",
|
|
9657
9657
|
{
|
|
9658
9658
|
className: $e(
|
|
@@ -9664,15 +9664,15 @@ const _s = (e) => {
|
|
|
9664
9664
|
),
|
|
9665
9665
|
style: e.style,
|
|
9666
9666
|
children: [
|
|
9667
|
-
/* @__PURE__ */
|
|
9668
|
-
/* @__PURE__ */
|
|
9667
|
+
/* @__PURE__ */ d.jsx(di, { ...e, type: t ? "text" : "password" }),
|
|
9668
|
+
/* @__PURE__ */ d.jsx(
|
|
9669
9669
|
"button",
|
|
9670
9670
|
{
|
|
9671
9671
|
tabIndex: -1,
|
|
9672
9672
|
className: Dm,
|
|
9673
9673
|
type: "button",
|
|
9674
9674
|
onClick: () => r(!t),
|
|
9675
|
-
children: t ? /* @__PURE__ */
|
|
9675
|
+
children: t ? /* @__PURE__ */ d.jsx(Wm, {}) : /* @__PURE__ */ d.jsx(Hm, {})
|
|
9676
9676
|
}
|
|
9677
9677
|
)
|
|
9678
9678
|
]
|
|
@@ -9730,7 +9730,7 @@ const Cc = ({
|
|
|
9730
9730
|
const z = ($ = w.clipboardData) == null ? void 0 : $.getData("text/plain");
|
|
9731
9731
|
g(z);
|
|
9732
9732
|
};
|
|
9733
|
-
return /* @__PURE__ */
|
|
9733
|
+
return /* @__PURE__ */ d.jsx("div", { className: $e("sid-otp-input", Zm), children: Array.from({ length: r }, (w, $) => $).map((w) => /* @__PURE__ */ d.jsx(
|
|
9734
9734
|
"input",
|
|
9735
9735
|
{
|
|
9736
9736
|
className: Ym,
|
|
@@ -10086,27 +10086,27 @@ const ag = ({
|
|
|
10086
10086
|
},
|
|
10087
10087
|
[l]
|
|
10088
10088
|
);
|
|
10089
|
-
return /* @__PURE__ */
|
|
10089
|
+
return /* @__PURE__ */ d.jsxs(
|
|
10090
10090
|
"div",
|
|
10091
10091
|
{
|
|
10092
10092
|
className: $e("sid-input", "sid-input--tel", ci, o),
|
|
10093
10093
|
children: [
|
|
10094
|
-
i ? /* @__PURE__ */
|
|
10095
|
-
/* @__PURE__ */
|
|
10096
|
-
/* @__PURE__ */
|
|
10094
|
+
i ? /* @__PURE__ */ d.jsxs("div", { className: Em, children: [
|
|
10095
|
+
/* @__PURE__ */ d.jsxs("div", { className: zm, children: [
|
|
10096
|
+
/* @__PURE__ */ d.jsxs("div", { children: [
|
|
10097
10097
|
i.flag,
|
|
10098
10098
|
" ",
|
|
10099
10099
|
i.dial_code
|
|
10100
10100
|
] }),
|
|
10101
|
-
/* @__PURE__ */
|
|
10101
|
+
/* @__PURE__ */ d.jsx(kc, {})
|
|
10102
10102
|
] }),
|
|
10103
|
-
/* @__PURE__ */
|
|
10103
|
+
/* @__PURE__ */ d.jsx(
|
|
10104
10104
|
"select",
|
|
10105
10105
|
{
|
|
10106
10106
|
className: $m,
|
|
10107
10107
|
value: i.code,
|
|
10108
10108
|
onChange: c,
|
|
10109
|
-
children: hi().map((f) => /* @__PURE__ */
|
|
10109
|
+
children: hi().map((f) => /* @__PURE__ */ d.jsxs("option", { value: f.code, children: [
|
|
10110
10110
|
f.name,
|
|
10111
10111
|
" ",
|
|
10112
10112
|
f.dial_code
|
|
@@ -10114,7 +10114,7 @@ const ag = ({
|
|
|
10114
10114
|
}
|
|
10115
10115
|
)
|
|
10116
10116
|
] }) : null,
|
|
10117
|
-
/* @__PURE__ */
|
|
10117
|
+
/* @__PURE__ */ d.jsx(
|
|
10118
10118
|
di,
|
|
10119
10119
|
{
|
|
10120
10120
|
id: t,
|
|
@@ -10132,10 +10132,10 @@ const ag = ({
|
|
|
10132
10132
|
);
|
|
10133
10133
|
};
|
|
10134
10134
|
var ig = "_1dpv0n90", sg = "_1dpv0n91", xs = "_1dpv0n92";
|
|
10135
|
-
const lg = ({ children: e }) => /* @__PURE__ */
|
|
10136
|
-
/* @__PURE__ */
|
|
10137
|
-
/* @__PURE__ */
|
|
10138
|
-
/* @__PURE__ */
|
|
10135
|
+
const lg = ({ children: e }) => /* @__PURE__ */ d.jsxs("div", { className: $e("sid-divider", ig), children: [
|
|
10136
|
+
/* @__PURE__ */ d.jsx("hr", { className: xs }),
|
|
10137
|
+
/* @__PURE__ */ d.jsx("span", { className: sg, children: e }),
|
|
10138
|
+
/* @__PURE__ */ d.jsx("hr", { className: xs })
|
|
10139
10139
|
] });
|
|
10140
10140
|
function Ee() {
|
|
10141
10141
|
return Ee = Object.assign ? Object.assign.bind() : function(e) {
|
|
@@ -11243,8 +11243,8 @@ const Un = ({
|
|
|
11243
11243
|
variant: r = "blue",
|
|
11244
11244
|
shouldAnimate: n = !0,
|
|
11245
11245
|
testId: o
|
|
11246
|
-
}) => /* @__PURE__ */
|
|
11247
|
-
/* @__PURE__ */
|
|
11246
|
+
}) => /* @__PURE__ */ d.jsxs("div", { className: $e(_0, t), "data-testid": o, children: [
|
|
11247
|
+
/* @__PURE__ */ d.jsx(
|
|
11248
11248
|
"div",
|
|
11249
11249
|
{
|
|
11250
11250
|
className: $e(x0[r], {
|
|
@@ -11252,7 +11252,7 @@ const Un = ({
|
|
|
11252
11252
|
})
|
|
11253
11253
|
}
|
|
11254
11254
|
),
|
|
11255
|
-
/* @__PURE__ */
|
|
11255
|
+
/* @__PURE__ */ d.jsx(
|
|
11256
11256
|
"div",
|
|
11257
11257
|
{
|
|
11258
11258
|
className: $e(q0[r], {
|
|
@@ -11260,7 +11260,7 @@ const Un = ({
|
|
|
11260
11260
|
})
|
|
11261
11261
|
}
|
|
11262
11262
|
),
|
|
11263
|
-
/* @__PURE__ */
|
|
11263
|
+
/* @__PURE__ */ d.jsx(
|
|
11264
11264
|
"div",
|
|
11265
11265
|
{
|
|
11266
11266
|
className: $e($0[r], {
|
|
@@ -11268,7 +11268,7 @@ const Un = ({
|
|
|
11268
11268
|
})
|
|
11269
11269
|
}
|
|
11270
11270
|
),
|
|
11271
|
-
/* @__PURE__ */
|
|
11271
|
+
/* @__PURE__ */ d.jsx("div", { className: E0, children: e })
|
|
11272
11272
|
] });
|
|
11273
11273
|
function R0(e, t, r) {
|
|
11274
11274
|
return t in e ? Object.defineProperty(e, t, {
|
|
@@ -11465,7 +11465,7 @@ const F0 = ({ text: e, children: t }) => {
|
|
|
11465
11465
|
const r = tt(() => ({
|
|
11466
11466
|
text: e
|
|
11467
11467
|
}), [e]);
|
|
11468
|
-
return /* @__PURE__ */
|
|
11468
|
+
return /* @__PURE__ */ d.jsx(mi.Provider, { value: r, children: t });
|
|
11469
11469
|
};
|
|
11470
11470
|
function U0() {
|
|
11471
11471
|
const { text: e } = he.useContext(mi);
|
|
@@ -11492,8 +11492,8 @@ const La = ({
|
|
|
11492
11492
|
className: o,
|
|
11493
11493
|
children: a
|
|
11494
11494
|
}) => {
|
|
11495
|
-
const i = U0(), s = e || "p";
|
|
11496
|
-
return /* @__PURE__ */
|
|
11495
|
+
const i = U0(), s = e || "p", l = ((r ? Kc(i[t], r) : i[t]) ?? "").replace(/\r/g, "").split(/\n/).map((c) => c === "" ? /* @__PURE__ */ d.jsx("br", {}) : c);
|
|
11496
|
+
return /* @__PURE__ */ d.jsxs(
|
|
11497
11497
|
s,
|
|
11498
11498
|
{
|
|
11499
11499
|
className: $e(
|
|
@@ -11503,7 +11503,7 @@ const La = ({
|
|
|
11503
11503
|
o
|
|
11504
11504
|
),
|
|
11505
11505
|
children: [
|
|
11506
|
-
|
|
11506
|
+
l,
|
|
11507
11507
|
a || null
|
|
11508
11508
|
]
|
|
11509
11509
|
}
|
|
@@ -13911,21 +13911,21 @@ const Uy = ({
|
|
|
13911
13911
|
},
|
|
13912
13912
|
[n]
|
|
13913
13913
|
);
|
|
13914
|
-
return /* @__PURE__ */
|
|
13914
|
+
return /* @__PURE__ */ d.jsx("div", { className: "sid-dropdown", children: /* @__PURE__ */ d.jsxs(
|
|
13915
13915
|
xy,
|
|
13916
13916
|
{
|
|
13917
13917
|
disabled: i,
|
|
13918
13918
|
onValueChange: c,
|
|
13919
13919
|
defaultValue: r,
|
|
13920
13920
|
children: [
|
|
13921
|
-
/* @__PURE__ */
|
|
13921
|
+
/* @__PURE__ */ d.jsxs(
|
|
13922
13922
|
Cy,
|
|
13923
13923
|
{
|
|
13924
13924
|
className: $e("sid-dropdown__trigger", Py, o),
|
|
13925
13925
|
children: [
|
|
13926
|
-
/* @__PURE__ */
|
|
13927
|
-
/* @__PURE__ */
|
|
13928
|
-
/* @__PURE__ */
|
|
13926
|
+
/* @__PURE__ */ d.jsx("label", { className: $e("sid-dropdown__trigger__label", Ay), children: e }),
|
|
13927
|
+
/* @__PURE__ */ d.jsx("div", { className: $e("sid-dropdown__trigger__input", Ty), children: /* @__PURE__ */ d.jsx(qy, {}) }),
|
|
13928
|
+
/* @__PURE__ */ d.jsx(
|
|
13929
13929
|
kc,
|
|
13930
13930
|
{
|
|
13931
13931
|
className: $e("sid-dropdown__trigger__icon", My)
|
|
@@ -13934,7 +13934,7 @@ const Uy = ({
|
|
|
13934
13934
|
]
|
|
13935
13935
|
}
|
|
13936
13936
|
),
|
|
13937
|
-
/* @__PURE__ */
|
|
13937
|
+
/* @__PURE__ */ d.jsxs(
|
|
13938
13938
|
Sy,
|
|
13939
13939
|
{
|
|
13940
13940
|
...a,
|
|
@@ -13944,11 +13944,11 @@ const Uy = ({
|
|
|
13944
13944
|
a == null ? void 0 : a.className
|
|
13945
13945
|
),
|
|
13946
13946
|
children: [
|
|
13947
|
-
/* @__PURE__ */
|
|
13947
|
+
/* @__PURE__ */ d.jsx(
|
|
13948
13948
|
$y,
|
|
13949
13949
|
{
|
|
13950
13950
|
className: $e("sid-dropdown__viewport", Oy),
|
|
13951
|
-
children: /* @__PURE__ */
|
|
13951
|
+
children: /* @__PURE__ */ d.jsx(Ey, { children: t.map((f) => /* @__PURE__ */ d.jsxs(
|
|
13952
13952
|
Ry,
|
|
13953
13953
|
{
|
|
13954
13954
|
className: $e(
|
|
@@ -13959,15 +13959,15 @@ const Uy = ({
|
|
|
13959
13959
|
value: f.value,
|
|
13960
13960
|
textValue: f.textValue,
|
|
13961
13961
|
children: [
|
|
13962
|
-
/* @__PURE__ */
|
|
13963
|
-
/* @__PURE__ */
|
|
13962
|
+
/* @__PURE__ */ d.jsx(Iy, { children: f.label }),
|
|
13963
|
+
/* @__PURE__ */ d.jsx(zy, { className: Fy, children: /* @__PURE__ */ d.jsx(_c, { className: "sid-dropdown__item--selected__icon" }) })
|
|
13964
13964
|
]
|
|
13965
13965
|
},
|
|
13966
13966
|
f.value
|
|
13967
13967
|
)) })
|
|
13968
13968
|
}
|
|
13969
13969
|
),
|
|
13970
|
-
/* @__PURE__ */
|
|
13970
|
+
/* @__PURE__ */ d.jsx(Dy, {})
|
|
13971
13971
|
]
|
|
13972
13972
|
}
|
|
13973
13973
|
)
|
|
@@ -14266,14 +14266,14 @@ const yb = ({
|
|
|
14266
14266
|
testId: n
|
|
14267
14267
|
}) => {
|
|
14268
14268
|
var o;
|
|
14269
|
-
return t.length ? /* @__PURE__ */
|
|
14269
|
+
return t.length ? /* @__PURE__ */ d.jsxs(
|
|
14270
14270
|
fb,
|
|
14271
14271
|
{
|
|
14272
14272
|
"data-testid": n,
|
|
14273
14273
|
className: $e("sid-tabs", e),
|
|
14274
14274
|
defaultValue: r ?? ((o = t[0]) == null ? void 0 : o.id),
|
|
14275
14275
|
children: [
|
|
14276
|
-
/* @__PURE__ */
|
|
14276
|
+
/* @__PURE__ */ d.jsx(hb, { className: gb, "aria-label": "SlashID Tabs", children: t.map(({ id: a, title: i }) => /* @__PURE__ */ d.jsx(
|
|
14277
14277
|
pb,
|
|
14278
14278
|
{
|
|
14279
14279
|
"data-testid": `sid-tabs-trigger-${a}`,
|
|
@@ -14283,7 +14283,7 @@ const yb = ({
|
|
|
14283
14283
|
},
|
|
14284
14284
|
a
|
|
14285
14285
|
)) }),
|
|
14286
|
-
t.map(({ id: a, content: i }) => /* @__PURE__ */
|
|
14286
|
+
t.map(({ id: a, content: i }) => /* @__PURE__ */ d.jsx(mb, { value: a, children: i }, a))
|
|
14287
14287
|
]
|
|
14288
14288
|
}
|
|
14289
14289
|
) : null;
|
|
@@ -14295,7 +14295,7 @@ const yb = ({
|
|
|
14295
14295
|
return r.id = e, document.body.appendChild(r), r;
|
|
14296
14296
|
}, wb = ({ to: e, children: t, renderKey: r }) => {
|
|
14297
14297
|
const n = bb(e);
|
|
14298
|
-
return /* @__PURE__ */
|
|
14298
|
+
return /* @__PURE__ */ d.jsx(d.Fragment, { children: Ya(t, n, r) });
|
|
14299
14299
|
};
|
|
14300
14300
|
class Zs {
|
|
14301
14301
|
constructor() {
|
|
@@ -14413,7 +14413,7 @@ function qd({ delayMs: e, children: t, fallback: r, className: n }) {
|
|
|
14413
14413
|
a(!0);
|
|
14414
14414
|
}, e);
|
|
14415
14415
|
return () => clearTimeout(i);
|
|
14416
|
-
}, [e]), /* @__PURE__ */
|
|
14416
|
+
}, [e]), /* @__PURE__ */ d.jsx("div", { className: n, children: o ? t : r ?? null });
|
|
14417
14417
|
}
|
|
14418
14418
|
var $b = "_1f3g3xe0", Xs = "_1f3g3xe1", Qs = "_1f3g3xe2", el = "_1f3g3xe3", Eb = "_1f3g3xe4", Rb = "_1f3g3xe5", Ib = "_1f3g3xe6";
|
|
14419
14419
|
function Sd({
|
|
@@ -14442,9 +14442,9 @@ function Sd({
|
|
|
14442
14442
|
f && setTimeout(() => {
|
|
14443
14443
|
y(!1);
|
|
14444
14444
|
}, 2e3);
|
|
14445
|
-
}, [f]), /* @__PURE__ */
|
|
14446
|
-
r && /* @__PURE__ */
|
|
14447
|
-
n === "div" ? /* @__PURE__ */
|
|
14445
|
+
}, [f]), /* @__PURE__ */ d.jsxs("div", { className: $e($b, i), children: [
|
|
14446
|
+
r && /* @__PURE__ */ d.jsx("label", { htmlFor: e, className: Eb, children: r }),
|
|
14447
|
+
n === "div" ? /* @__PURE__ */ d.jsx(
|
|
14448
14448
|
l,
|
|
14449
14449
|
{
|
|
14450
14450
|
id: "id",
|
|
@@ -14457,9 +14457,9 @@ function Sd({
|
|
|
14457
14457
|
s
|
|
14458
14458
|
),
|
|
14459
14459
|
children: t.split(`
|
|
14460
|
-
`).map((g) => /* @__PURE__ */
|
|
14460
|
+
`).map((g) => /* @__PURE__ */ d.jsx("span", { children: g }, g))
|
|
14461
14461
|
}
|
|
14462
|
-
) : /* @__PURE__ */
|
|
14462
|
+
) : /* @__PURE__ */ d.jsx(
|
|
14463
14463
|
l,
|
|
14464
14464
|
{
|
|
14465
14465
|
id: e,
|
|
@@ -14479,7 +14479,7 @@ function Sd({
|
|
|
14479
14479
|
ref: c
|
|
14480
14480
|
}
|
|
14481
14481
|
),
|
|
14482
|
-
a && /* @__PURE__ */
|
|
14482
|
+
a && /* @__PURE__ */ d.jsx(
|
|
14483
14483
|
"button",
|
|
14484
14484
|
{
|
|
14485
14485
|
type: "button",
|
|
@@ -14487,7 +14487,7 @@ function Sd({
|
|
|
14487
14487
|
className: $e(Rb, {
|
|
14488
14488
|
[Ib]: !!r
|
|
14489
14489
|
}),
|
|
14490
|
-
children: f ? /* @__PURE__ */
|
|
14490
|
+
children: f ? /* @__PURE__ */ d.jsx(_c, {}) : /* @__PURE__ */ d.jsx(Gm, {})
|
|
14491
14491
|
}
|
|
14492
14492
|
)
|
|
14493
14493
|
] });
|
|
@@ -15153,7 +15153,7 @@ const Jr = "@slashid/USER_TOKEN", Tb = (e) => {
|
|
|
15153
15153
|
M,
|
|
15154
15154
|
w
|
|
15155
15155
|
]);
|
|
15156
|
-
return /* @__PURE__ */
|
|
15156
|
+
return /* @__PURE__ */ d.jsx(Ho.Provider, { value: ee, children: /* @__PURE__ */ d.jsx(ym, { ...l, children: c }) });
|
|
15157
15157
|
};
|
|
15158
15158
|
function er() {
|
|
15159
15159
|
const e = he.useContext(Ho), t = tt(
|
|
@@ -15488,7 +15488,7 @@ function aw(e = {}) {
|
|
|
15488
15488
|
o && !o.anonymous ? s.current.setLogIn(r) : s.current.setLogIn(t);
|
|
15489
15489
|
}, [t, r, o]), l;
|
|
15490
15490
|
}
|
|
15491
|
-
const gt = (e) => /* @__PURE__ */
|
|
15491
|
+
const gt = (e) => /* @__PURE__ */ d.jsx(La, { ...e });
|
|
15492
15492
|
function nr(e) {
|
|
15493
15493
|
if (e && e.type === "email_address")
|
|
15494
15494
|
return {
|
|
@@ -15791,7 +15791,7 @@ const Od = {
|
|
|
15791
15791
|
}, Symbol.toStringTag, { value: "Module" })), mo = {
|
|
15792
15792
|
text: Od,
|
|
15793
15793
|
factors: [{ method: "webauthn" }, { method: "email_link" }],
|
|
15794
|
-
logo: /* @__PURE__ */
|
|
15794
|
+
logo: /* @__PURE__ */ d.jsx(xc, {}),
|
|
15795
15795
|
storeLastHandle: !1,
|
|
15796
15796
|
showBanner: !0,
|
|
15797
15797
|
defaultCountryCode: "US",
|
|
@@ -15810,7 +15810,7 @@ const fw = ({
|
|
|
15810
15810
|
text: e ? { ...Od, ...e } : mo.text,
|
|
15811
15811
|
supportURL: t && jd(t) ? t : mo.supportURL
|
|
15812
15812
|
}), [n, t, e]);
|
|
15813
|
-
return /* @__PURE__ */
|
|
15813
|
+
return /* @__PURE__ */ d.jsx(Ri.Provider, { value: o, children: /* @__PURE__ */ d.jsx(F0, { text: o.text, children: r }) });
|
|
15814
15814
|
};
|
|
15815
15815
|
function Ge() {
|
|
15816
15816
|
return he.useContext(Ri);
|
|
@@ -15838,28 +15838,28 @@ function yw({
|
|
|
15838
15838
|
var bw = "_1xl24760";
|
|
15839
15839
|
const Ko = ({ name: e }) => {
|
|
15840
15840
|
const { errors: t } = Br(), r = t[e];
|
|
15841
|
-
return r ? /* @__PURE__ */
|
|
15841
|
+
return r ? /* @__PURE__ */ d.jsx("span", { "data-testid": "sid-form-error-message", className: bw, children: r.message }) : null;
|
|
15842
15842
|
};
|
|
15843
15843
|
var Vd = "h1jwma0", ww = "h1jwma1", Bd = "h1jwma2", _w = "h1jwma3", kw = "h1jwma4", Hd = "h1jwma5", Wd = "h1jwma7", xw = "h1jwma8", Cw = "h1jwma9", qw = "h1jwmaa";
|
|
15844
|
-
const Fr = () => /* @__PURE__ */
|
|
15844
|
+
const Fr = () => /* @__PURE__ */ d.jsx(
|
|
15845
15845
|
Un,
|
|
15846
15846
|
{
|
|
15847
15847
|
variant: "primary",
|
|
15848
15848
|
testId: "sid-loader-icon",
|
|
15849
15849
|
className: "sid-form-loader-icon",
|
|
15850
|
-
children: /* @__PURE__ */
|
|
15850
|
+
children: /* @__PURE__ */ d.jsx(bc, {})
|
|
15851
15851
|
}
|
|
15852
|
-
), zi = () => /* @__PURE__ */
|
|
15852
|
+
), zi = () => /* @__PURE__ */ d.jsx(
|
|
15853
15853
|
Un,
|
|
15854
15854
|
{
|
|
15855
15855
|
variant: "primary",
|
|
15856
15856
|
testId: "sid-email-icon",
|
|
15857
15857
|
className: "sid-form-email-icon",
|
|
15858
|
-
children: /* @__PURE__ */
|
|
15858
|
+
children: /* @__PURE__ */ d.jsx(Vm, {})
|
|
15859
15859
|
}
|
|
15860
|
-
), Di = () => /* @__PURE__ */
|
|
15860
|
+
), Di = () => /* @__PURE__ */ d.jsx(Un, { variant: "primary", testId: "sid-sms-icon", className: "sid-form-sms-icon", children: /* @__PURE__ */ d.jsx(jm, {}) }), Go = ({ onCancel: e }) => {
|
|
15861
15861
|
const { text: t } = Ge();
|
|
15862
|
-
return /* @__PURE__ */
|
|
15862
|
+
return /* @__PURE__ */ d.jsx(
|
|
15863
15863
|
Nn,
|
|
15864
15864
|
{
|
|
15865
15865
|
className: ut({ marginBottom: "4" }),
|
|
@@ -15871,15 +15871,15 @@ const Fr = () => /* @__PURE__ */ u.jsx(
|
|
|
15871
15871
|
);
|
|
15872
15872
|
}, Pi = ({ onClick: e, prompt: t, cta: r }) => {
|
|
15873
15873
|
const { text: n } = Ge();
|
|
15874
|
-
return /* @__PURE__ */
|
|
15875
|
-
/* @__PURE__ */
|
|
15874
|
+
return /* @__PURE__ */ d.jsxs("div", { className: Vd, children: [
|
|
15875
|
+
/* @__PURE__ */ d.jsx(
|
|
15876
15876
|
gt,
|
|
15877
15877
|
{
|
|
15878
15878
|
variant: { size: "sm", color: "tertiary", weight: "semibold" },
|
|
15879
15879
|
t
|
|
15880
15880
|
}
|
|
15881
15881
|
),
|
|
15882
|
-
/* @__PURE__ */
|
|
15882
|
+
/* @__PURE__ */ d.jsx(
|
|
15883
15883
|
Nn,
|
|
15884
15884
|
{
|
|
15885
15885
|
className: ut({ marginLeft: "1" }),
|
|
@@ -15890,7 +15890,7 @@ const Fr = () => /* @__PURE__ */ u.jsx(
|
|
|
15890
15890
|
}
|
|
15891
15891
|
)
|
|
15892
15892
|
] });
|
|
15893
|
-
}, Sw = ({ factor: e }) => Zb(e) ? /* @__PURE__ */
|
|
15893
|
+
}, Sw = ({ factor: e }) => Zb(e) ? /* @__PURE__ */ d.jsx(zi, {}) : Yb(e) ? /* @__PURE__ */ d.jsx(Di, {}) : /* @__PURE__ */ d.jsx(Fr, {}), Kd = 2e3, nl = ({ factor: e }) => zd(e) ? /* @__PURE__ */ d.jsx(zi, {}) : Dd(e) ? /* @__PURE__ */ d.jsx(Di, {}) : /* @__PURE__ */ d.jsx(Fr, {}), $w = ({ flowState: e, performLogin: t }) => {
|
|
15894
15894
|
const { text: r } = Ge(), { sid: n } = er(), { values: o, registerField: a, registerSubmit: i, setError: s, clearError: l } = Br(), [c, f] = ie("initial"), y = Pe(null), { factor: m, handle: g } = e.context.config, h = e.context.attempt > 1, { title: p, message: v, tokens: b } = Ld(m, g, {
|
|
15895
15895
|
isSubmitting: c === "submitting",
|
|
15896
15896
|
hasRetried: h
|
|
@@ -15934,10 +15934,10 @@ const Fr = () => /* @__PURE__ */ u.jsx(
|
|
|
15934
15934
|
return ve(() => {
|
|
15935
15935
|
var C;
|
|
15936
15936
|
Ro(o.otp) && ((C = y.current) == null || C.click());
|
|
15937
|
-
}, [o]), /* @__PURE__ */
|
|
15938
|
-
/* @__PURE__ */
|
|
15939
|
-
/* @__PURE__ */
|
|
15940
|
-
/* @__PURE__ */
|
|
15937
|
+
}, [o]), /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
15938
|
+
/* @__PURE__ */ d.jsx(Go, { onCancel: () => e.cancel() }),
|
|
15939
|
+
/* @__PURE__ */ d.jsx(gt, { as: "h1", t: p, variant: { size: "2xl-title", weight: "bold" } }),
|
|
15940
|
+
/* @__PURE__ */ d.jsx(
|
|
15941
15941
|
gt,
|
|
15942
15942
|
{
|
|
15943
15943
|
t: v,
|
|
@@ -15945,14 +15945,14 @@ const Fr = () => /* @__PURE__ */ u.jsx(
|
|
|
15945
15945
|
tokens: b
|
|
15946
15946
|
}
|
|
15947
15947
|
),
|
|
15948
|
-
c === "initial" && /* @__PURE__ */
|
|
15949
|
-
c === "input" && /* @__PURE__ */
|
|
15948
|
+
c === "initial" && /* @__PURE__ */ d.jsx(nl, { factor: m }),
|
|
15949
|
+
c === "input" && /* @__PURE__ */ d.jsx(
|
|
15950
15950
|
"form",
|
|
15951
15951
|
{
|
|
15952
15952
|
onSubmit: i(_),
|
|
15953
15953
|
className: Bd,
|
|
15954
|
-
children: /* @__PURE__ */
|
|
15955
|
-
/* @__PURE__ */
|
|
15954
|
+
children: /* @__PURE__ */ d.jsxs("div", { className: Hd, children: [
|
|
15955
|
+
/* @__PURE__ */ d.jsx(
|
|
15956
15956
|
Cc,
|
|
15957
15957
|
{
|
|
15958
15958
|
shouldAutoFocus: !0,
|
|
@@ -15962,19 +15962,19 @@ const Fr = () => /* @__PURE__ */ u.jsx(
|
|
|
15962
15962
|
numInputs: Ii
|
|
15963
15963
|
}
|
|
15964
15964
|
),
|
|
15965
|
-
/* @__PURE__ */
|
|
15966
|
-
/* @__PURE__ */
|
|
15965
|
+
/* @__PURE__ */ d.jsx("input", { hidden: !0, type: "submit", ref: y }),
|
|
15966
|
+
/* @__PURE__ */ d.jsx(Ko, { name: "otp" })
|
|
15967
15967
|
] })
|
|
15968
15968
|
}
|
|
15969
15969
|
),
|
|
15970
|
-
c === "submitting" ? h ? /* @__PURE__ */
|
|
15970
|
+
c === "submitting" ? h ? /* @__PURE__ */ d.jsx(nl, { factor: m }) : /* @__PURE__ */ d.jsx(Fr, {}) : null,
|
|
15971
15971
|
c === "input" && // fallback to prevent layout shift
|
|
15972
|
-
/* @__PURE__ */
|
|
15972
|
+
/* @__PURE__ */ d.jsx(
|
|
15973
15973
|
qd,
|
|
15974
15974
|
{
|
|
15975
15975
|
delayMs: Kd * e.context.attempt,
|
|
15976
|
-
fallback: /* @__PURE__ */
|
|
15977
|
-
children: /* @__PURE__ */
|
|
15976
|
+
fallback: /* @__PURE__ */ d.jsx("div", { style: { height: 16 } }),
|
|
15977
|
+
children: /* @__PURE__ */ d.jsx("div", { className: Wd, children: /* @__PURE__ */ d.jsx(
|
|
15978
15978
|
Pi,
|
|
15979
15979
|
{
|
|
15980
15980
|
prompt: "authenticating.retryPrompt",
|
|
@@ -15989,20 +15989,20 @@ const Fr = () => /* @__PURE__ */ u.jsx(
|
|
|
15989
15989
|
onRecoverClick: e
|
|
15990
15990
|
}) => {
|
|
15991
15991
|
const { text: t } = Ge();
|
|
15992
|
-
return /* @__PURE__ */
|
|
15992
|
+
return /* @__PURE__ */ d.jsxs(
|
|
15993
15993
|
"div",
|
|
15994
15994
|
{
|
|
15995
15995
|
"data-testid": "sid-form-authenticating-recover-prompt",
|
|
15996
15996
|
className: kw,
|
|
15997
15997
|
children: [
|
|
15998
|
-
/* @__PURE__ */
|
|
15998
|
+
/* @__PURE__ */ d.jsx(
|
|
15999
15999
|
gt,
|
|
16000
16000
|
{
|
|
16001
16001
|
variant: { size: "sm", color: "tertiary", weight: "semibold" },
|
|
16002
16002
|
t: "authenticating.verifyPassword.recover.prompt"
|
|
16003
16003
|
}
|
|
16004
16004
|
),
|
|
16005
|
-
/* @__PURE__ */
|
|
16005
|
+
/* @__PURE__ */ d.jsx(
|
|
16006
16006
|
Nn,
|
|
16007
16007
|
{
|
|
16008
16008
|
className: ut({ marginLeft: "1" }),
|
|
@@ -16020,12 +16020,12 @@ const Fr = () => /* @__PURE__ */ u.jsx(
|
|
|
16020
16020
|
handleType: t
|
|
16021
16021
|
}) => {
|
|
16022
16022
|
if (e === "submitting")
|
|
16023
|
-
return /* @__PURE__ */
|
|
16023
|
+
return /* @__PURE__ */ d.jsx(Fr, {});
|
|
16024
16024
|
if (e === "recoverPassword") {
|
|
16025
16025
|
if (t === "email_address")
|
|
16026
|
-
return /* @__PURE__ */
|
|
16026
|
+
return /* @__PURE__ */ d.jsx(zi, {});
|
|
16027
16027
|
if (t === "phone_number")
|
|
16028
|
-
return /* @__PURE__ */
|
|
16028
|
+
return /* @__PURE__ */ d.jsx(Di, {});
|
|
16029
16029
|
}
|
|
16030
16030
|
return null;
|
|
16031
16031
|
};
|
|
@@ -16124,10 +16124,10 @@ const zw = ({ flowState: e, performLogin: t }) => {
|
|
|
16124
16124
|
return i == null || i.subscribe("passwordSetReady", $), i == null || i.subscribe("passwordVerifyReady", z), i == null || i.subscribe("incorrectPasswordSubmitted", L), i == null || i.subscribe("invalidPasswordSubmitted", K), t(), () => {
|
|
16125
16125
|
i == null || i.unsubscribe("passwordSetReady", $), i == null || i.unsubscribe("passwordVerifyReady", z), i == null || i.unsubscribe("incorrectPasswordSubmitted", L), i == null || i.unsubscribe("invalidPasswordSubmitted", K);
|
|
16126
16126
|
};
|
|
16127
|
-
}, [h, t, f, i, s, l]), /* @__PURE__ */
|
|
16128
|
-
/* @__PURE__ */
|
|
16129
|
-
/* @__PURE__ */
|
|
16130
|
-
/* @__PURE__ */
|
|
16127
|
+
}, [h, t, f, i, s, l]), /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
16128
|
+
/* @__PURE__ */ d.jsx(Go, { onCancel: () => e.cancel() }),
|
|
16129
|
+
/* @__PURE__ */ d.jsx(gt, { as: "h1", t: v, variant: { size: "2xl-title", weight: "bold" } }),
|
|
16130
|
+
/* @__PURE__ */ d.jsx(
|
|
16131
16131
|
gt,
|
|
16132
16132
|
{
|
|
16133
16133
|
t: b,
|
|
@@ -16135,9 +16135,9 @@ const zw = ({ flowState: e, performLogin: t }) => {
|
|
|
16135
16135
|
tokens: _
|
|
16136
16136
|
}
|
|
16137
16137
|
),
|
|
16138
|
-
h === "initial" && /* @__PURE__ */
|
|
16139
|
-
(h === "setPassword" || h === "verifyPassword") && /* @__PURE__ */
|
|
16140
|
-
/* @__PURE__ */
|
|
16138
|
+
h === "initial" && /* @__PURE__ */ d.jsx(Fr, {}),
|
|
16139
|
+
(h === "setPassword" || h === "verifyPassword") && /* @__PURE__ */ d.jsxs("form", { onSubmit: g(k), children: [
|
|
16140
|
+
/* @__PURE__ */ d.jsx(
|
|
16141
16141
|
"input",
|
|
16142
16142
|
{
|
|
16143
16143
|
type: "hidden",
|
|
@@ -16146,8 +16146,8 @@ const zw = ({ flowState: e, performLogin: t }) => {
|
|
|
16146
16146
|
autoComplete: "username"
|
|
16147
16147
|
}
|
|
16148
16148
|
),
|
|
16149
|
-
/* @__PURE__ */
|
|
16150
|
-
/* @__PURE__ */
|
|
16149
|
+
/* @__PURE__ */ d.jsxs("div", { className: _w, children: [
|
|
16150
|
+
/* @__PURE__ */ d.jsx(
|
|
16151
16151
|
_s,
|
|
16152
16152
|
{
|
|
16153
16153
|
id: "password-input",
|
|
@@ -16160,7 +16160,7 @@ const zw = ({ flowState: e, performLogin: t }) => {
|
|
|
16160
16160
|
autoComplete: h === "setPassword" ? "new-password" : "current-password"
|
|
16161
16161
|
}
|
|
16162
16162
|
),
|
|
16163
|
-
h === "setPassword" && /* @__PURE__ */
|
|
16163
|
+
h === "setPassword" && /* @__PURE__ */ d.jsx(
|
|
16164
16164
|
_s,
|
|
16165
16165
|
{
|
|
16166
16166
|
id: "password-input-confirm",
|
|
@@ -16173,10 +16173,10 @@ const zw = ({ flowState: e, performLogin: t }) => {
|
|
|
16173
16173
|
className: ut({ marginTop: "4" })
|
|
16174
16174
|
}
|
|
16175
16175
|
),
|
|
16176
|
-
/* @__PURE__ */
|
|
16177
|
-
h === "verifyPassword" && /* @__PURE__ */
|
|
16176
|
+
/* @__PURE__ */ d.jsx(Ko, { name: "password" }),
|
|
16177
|
+
h === "verifyPassword" && /* @__PURE__ */ d.jsx(Ew, { onRecoverClick: w })
|
|
16178
16178
|
] }),
|
|
16179
|
-
/* @__PURE__ */
|
|
16179
|
+
/* @__PURE__ */ d.jsx(
|
|
16180
16180
|
Qt,
|
|
16181
16181
|
{
|
|
16182
16182
|
type: "submit",
|
|
@@ -16186,7 +16186,7 @@ const zw = ({ flowState: e, performLogin: t }) => {
|
|
|
16186
16186
|
}
|
|
16187
16187
|
)
|
|
16188
16188
|
] }),
|
|
16189
|
-
/* @__PURE__ */
|
|
16189
|
+
/* @__PURE__ */ d.jsx(
|
|
16190
16190
|
Rw,
|
|
16191
16191
|
{
|
|
16192
16192
|
formState: h,
|
|
@@ -16274,12 +16274,12 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16274
16274
|
return ve(() => {
|
|
16275
16275
|
var U;
|
|
16276
16276
|
Ro(o.totp) && ((U = q.current) == null || U.click());
|
|
16277
|
-
}, [o]), /* @__PURE__ */
|
|
16278
|
-
/* @__PURE__ */
|
|
16279
|
-
/* @__PURE__ */
|
|
16280
|
-
/* @__PURE__ */
|
|
16281
|
-
c === "initial" && /* @__PURE__ */
|
|
16282
|
-
c === "registerAuthenticator" && /* @__PURE__ */
|
|
16277
|
+
}, [o]), /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
16278
|
+
/* @__PURE__ */ d.jsx(Go, { onCancel: () => e.cancel() }),
|
|
16279
|
+
/* @__PURE__ */ d.jsx(gt, { as: "h1", t: y, variant: { size: "2xl-title", weight: "bold" } }),
|
|
16280
|
+
/* @__PURE__ */ d.jsx(gt, { t: m, variant: { color: "contrast", weight: "semibold" } }),
|
|
16281
|
+
c === "initial" && /* @__PURE__ */ d.jsx(Fr, {}),
|
|
16282
|
+
c === "registerAuthenticator" && /* @__PURE__ */ d.jsxs(
|
|
16283
16283
|
"form",
|
|
16284
16284
|
{
|
|
16285
16285
|
onSubmit: i((U) => {
|
|
@@ -16287,7 +16287,7 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16287
16287
|
}),
|
|
16288
16288
|
className: xw,
|
|
16289
16289
|
children: [
|
|
16290
|
-
/* @__PURE__ */
|
|
16290
|
+
/* @__PURE__ */ d.jsx(
|
|
16291
16291
|
"img",
|
|
16292
16292
|
{
|
|
16293
16293
|
src: `data:image/png;base64, ${C}`,
|
|
@@ -16295,7 +16295,7 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16295
16295
|
className: Cw
|
|
16296
16296
|
}
|
|
16297
16297
|
),
|
|
16298
|
-
/* @__PURE__ */
|
|
16298
|
+
/* @__PURE__ */ d.jsx(
|
|
16299
16299
|
Pi,
|
|
16300
16300
|
{
|
|
16301
16301
|
prompt: "authenticating.registerAuthenticator.totp.prompt",
|
|
@@ -16303,7 +16303,7 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16303
16303
|
onClick: () => p(!0)
|
|
16304
16304
|
}
|
|
16305
16305
|
),
|
|
16306
|
-
h && /* @__PURE__ */
|
|
16306
|
+
h && /* @__PURE__ */ d.jsx(
|
|
16307
16307
|
Sd,
|
|
16308
16308
|
{
|
|
16309
16309
|
id: "uri",
|
|
@@ -16313,17 +16313,17 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16313
16313
|
className: qw
|
|
16314
16314
|
}
|
|
16315
16315
|
),
|
|
16316
|
-
/* @__PURE__ */
|
|
16316
|
+
/* @__PURE__ */ d.jsx(ol, { textKey: g })
|
|
16317
16317
|
]
|
|
16318
16318
|
}
|
|
16319
16319
|
),
|
|
16320
|
-
c === "input" && /* @__PURE__ */
|
|
16320
|
+
c === "input" && /* @__PURE__ */ d.jsx(
|
|
16321
16321
|
"form",
|
|
16322
16322
|
{
|
|
16323
16323
|
onSubmit: i(K),
|
|
16324
16324
|
className: Bd,
|
|
16325
|
-
children: /* @__PURE__ */
|
|
16326
|
-
v ? /* @__PURE__ */
|
|
16325
|
+
children: /* @__PURE__ */ d.jsxs("div", { className: Hd, children: [
|
|
16326
|
+
v ? /* @__PURE__ */ d.jsx(
|
|
16327
16327
|
Pa,
|
|
16328
16328
|
{
|
|
16329
16329
|
id: "totp",
|
|
@@ -16334,14 +16334,14 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16334
16334
|
value: o.totp ?? "",
|
|
16335
16335
|
onChange: (U) => L(U.target.value)
|
|
16336
16336
|
}
|
|
16337
|
-
) : /* @__PURE__ */
|
|
16337
|
+
) : /* @__PURE__ */ d.jsxs(
|
|
16338
16338
|
"div",
|
|
16339
16339
|
{
|
|
16340
16340
|
className: ut({
|
|
16341
16341
|
gap: "12"
|
|
16342
16342
|
}),
|
|
16343
16343
|
children: [
|
|
16344
|
-
/* @__PURE__ */
|
|
16344
|
+
/* @__PURE__ */ d.jsx(
|
|
16345
16345
|
Cc,
|
|
16346
16346
|
{
|
|
16347
16347
|
shouldAutoFocus: !0,
|
|
@@ -16351,7 +16351,7 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16351
16351
|
numInputs: Ii
|
|
16352
16352
|
}
|
|
16353
16353
|
),
|
|
16354
|
-
!_ && /* @__PURE__ */
|
|
16354
|
+
!_ && /* @__PURE__ */ d.jsx("div", { className: Vd, children: /* @__PURE__ */ d.jsx(
|
|
16355
16355
|
Nn,
|
|
16356
16356
|
{
|
|
16357
16357
|
className: ut({
|
|
@@ -16367,18 +16367,18 @@ function Pw({ flowState: e, performLogin: t }) {
|
|
|
16367
16367
|
]
|
|
16368
16368
|
}
|
|
16369
16369
|
),
|
|
16370
|
-
/* @__PURE__ */
|
|
16371
|
-
/* @__PURE__ */
|
|
16372
|
-
/* @__PURE__ */
|
|
16370
|
+
/* @__PURE__ */ d.jsx("input", { hidden: !0, type: "submit", ref: q }),
|
|
16371
|
+
/* @__PURE__ */ d.jsx(Ko, { name: "totp" }),
|
|
16372
|
+
/* @__PURE__ */ d.jsx(ol, { textKey: g })
|
|
16373
16373
|
] })
|
|
16374
16374
|
}
|
|
16375
16375
|
),
|
|
16376
|
-
c === "submitting" ? /* @__PURE__ */
|
|
16376
|
+
c === "submitting" ? /* @__PURE__ */ d.jsx(Fr, {}) : null
|
|
16377
16377
|
] });
|
|
16378
16378
|
}
|
|
16379
16379
|
function ol({ textKey: e, disabled: t }) {
|
|
16380
16380
|
const { text: r } = Ge();
|
|
16381
|
-
return /* @__PURE__ */
|
|
16381
|
+
return /* @__PURE__ */ d.jsx(
|
|
16382
16382
|
Qt,
|
|
16383
16383
|
{
|
|
16384
16384
|
className: ut({
|
|
@@ -16399,10 +16399,10 @@ const Aw = ({ flowState: e, performLogin: t }) => {
|
|
|
16399
16399
|
l || c(!0);
|
|
16400
16400
|
}, [l]), ve(() => {
|
|
16401
16401
|
t();
|
|
16402
|
-
}, [t]), /* @__PURE__ */
|
|
16403
|
-
/* @__PURE__ */
|
|
16404
|
-
/* @__PURE__ */
|
|
16405
|
-
/* @__PURE__ */
|
|
16402
|
+
}, [t]), /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
16403
|
+
/* @__PURE__ */ d.jsx(Go, { onCancel: () => e.cancel() }),
|
|
16404
|
+
/* @__PURE__ */ d.jsx(gt, { as: "h1", t: a, variant: { size: "2xl-title", weight: "bold" }, children: n.method === "oidc" ? /* @__PURE__ */ d.jsx("span", { className: ww, children: (r = n.options) == null ? void 0 : r.provider }) : void 0 }),
|
|
16405
|
+
/* @__PURE__ */ d.jsx(
|
|
16406
16406
|
gt,
|
|
16407
16407
|
{
|
|
16408
16408
|
t: i,
|
|
@@ -16410,13 +16410,13 @@ const Aw = ({ flowState: e, performLogin: t }) => {
|
|
|
16410
16410
|
tokens: s
|
|
16411
16411
|
}
|
|
16412
16412
|
),
|
|
16413
|
-
/* @__PURE__ */
|
|
16414
|
-
l && /* @__PURE__ */
|
|
16413
|
+
/* @__PURE__ */ d.jsx(Sw, { factor: n }),
|
|
16414
|
+
l && /* @__PURE__ */ d.jsx(
|
|
16415
16415
|
qd,
|
|
16416
16416
|
{
|
|
16417
16417
|
delayMs: Kd * e.context.attempt,
|
|
16418
|
-
fallback: /* @__PURE__ */
|
|
16419
|
-
children: /* @__PURE__ */
|
|
16418
|
+
fallback: /* @__PURE__ */ d.jsx("div", { style: { height: 16 } }),
|
|
16419
|
+
children: /* @__PURE__ */ d.jsx("div", { className: Wd, children: /* @__PURE__ */ d.jsx(
|
|
16420
16420
|
Pi,
|
|
16421
16421
|
{
|
|
16422
16422
|
prompt: "authenticating.retryPrompt",
|
|
@@ -16431,14 +16431,14 @@ const Aw = ({ flowState: e, performLogin: t }) => {
|
|
|
16431
16431
|
] });
|
|
16432
16432
|
};
|
|
16433
16433
|
function ao({ children: e }) {
|
|
16434
|
-
return /* @__PURE__ */
|
|
16434
|
+
return /* @__PURE__ */ d.jsx("article", { "data-testid": "sid-form-authenticating-state", children: e });
|
|
16435
16435
|
}
|
|
16436
16436
|
const Tw = ({ flowState: e }) => {
|
|
16437
16437
|
const t = e.context.config.factor, r = Pe(1), n = Pe(!1), o = pe(() => {
|
|
16438
16438
|
e.context.attempt > r.current && (r.current = e.context.attempt, n.current = !1), !n.current && (e.logIn(), n.current = !0);
|
|
16439
16439
|
}, [e]);
|
|
16440
|
-
return Gb(t) ? /* @__PURE__ */
|
|
16441
|
-
}, Lw = () => /* @__PURE__ */
|
|
16440
|
+
return Gb(t) ? /* @__PURE__ */ d.jsx(ao, { children: /* @__PURE__ */ d.jsx($w, { flowState: e, performLogin: o }) }) : Pd(t) ? /* @__PURE__ */ d.jsx(ao, { children: /* @__PURE__ */ d.jsx(zw, { flowState: e, performLogin: o }) }) : Xb(t) ? /* @__PURE__ */ d.jsx(ao, { children: /* @__PURE__ */ d.jsx(Pw, { flowState: e, performLogin: o }) }) : /* @__PURE__ */ d.jsx(ao, { children: /* @__PURE__ */ d.jsx(Aw, { flowState: e, performLogin: o }) });
|
|
16441
|
+
}, Lw = () => /* @__PURE__ */ d.jsx(Un, { variant: "primary", children: /* @__PURE__ */ d.jsx(
|
|
16442
16442
|
"svg",
|
|
16443
16443
|
{
|
|
16444
16444
|
width: "21",
|
|
@@ -16446,7 +16446,7 @@ const Tw = ({ flowState: e }) => {
|
|
|
16446
16446
|
viewBox: "0 0 21 18",
|
|
16447
16447
|
fill: "none",
|
|
16448
16448
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16449
|
-
children: /* @__PURE__ */
|
|
16449
|
+
children: /* @__PURE__ */ d.jsx(
|
|
16450
16450
|
"path",
|
|
16451
16451
|
{
|
|
16452
16452
|
fillRule: "evenodd",
|
|
@@ -16456,8 +16456,8 @@ const Tw = ({ flowState: e }) => {
|
|
|
16456
16456
|
}
|
|
16457
16457
|
)
|
|
16458
16458
|
}
|
|
16459
|
-
) }), Ow = () => /* @__PURE__ */
|
|
16460
|
-
/* @__PURE__ */
|
|
16459
|
+
) }), Ow = () => /* @__PURE__ */ d.jsxs("article", { "data-testid": "sid-form-success-state", children: [
|
|
16460
|
+
/* @__PURE__ */ d.jsx(
|
|
16461
16461
|
gt,
|
|
16462
16462
|
{
|
|
16463
16463
|
as: "h1",
|
|
@@ -16465,7 +16465,7 @@ const Tw = ({ flowState: e }) => {
|
|
|
16465
16465
|
variant: { size: "2xl-title", weight: "bold" }
|
|
16466
16466
|
}
|
|
16467
16467
|
),
|
|
16468
|
-
/* @__PURE__ */
|
|
16468
|
+
/* @__PURE__ */ d.jsx(
|
|
16469
16469
|
gt,
|
|
16470
16470
|
{
|
|
16471
16471
|
as: "h2",
|
|
@@ -16473,7 +16473,7 @@ const Tw = ({ flowState: e }) => {
|
|
|
16473
16473
|
variant: { color: "contrast", weight: "semibold" }
|
|
16474
16474
|
}
|
|
16475
16475
|
),
|
|
16476
|
-
/* @__PURE__ */
|
|
16476
|
+
/* @__PURE__ */ d.jsx(Lw, {})
|
|
16477
16477
|
] }), Gd = he.createContext(
|
|
16478
16478
|
{
|
|
16479
16479
|
flowState: null,
|
|
@@ -16485,7 +16485,7 @@ const Tw = ({ flowState: e }) => {
|
|
|
16485
16485
|
}
|
|
16486
16486
|
), mn = () => he.useContext(Gd);
|
|
16487
16487
|
var Nw = "_4i40i60", Mw = "_4i40i61";
|
|
16488
|
-
const Fw = () => /* @__PURE__ */
|
|
16488
|
+
const Fw = () => /* @__PURE__ */ d.jsx(Un, { variant: "red", shouldAnimate: !1, className: "sid-form-error-icon", children: /* @__PURE__ */ d.jsx(Bm, {}) });
|
|
16489
16489
|
async function Uw(e) {
|
|
16490
16490
|
return await Sr.isTimeoutError(e) ? "timeout" : Sr.isResponseError(e) ? "response" : Sr.isRateLimitError(e) ? "rateLimit" : Ob(e) ? "recoverNonReachableHandleType" : Nb(e) ? "noPasswordSet" : "unknown";
|
|
16491
16491
|
}
|
|
@@ -16539,14 +16539,14 @@ function Vw(e) {
|
|
|
16539
16539
|
}
|
|
16540
16540
|
function Bw() {
|
|
16541
16541
|
const { text: e, supportURL: t } = Ge();
|
|
16542
|
-
return t ? /* @__PURE__ */
|
|
16542
|
+
return t ? /* @__PURE__ */ d.jsxs(
|
|
16543
16543
|
"div",
|
|
16544
16544
|
{
|
|
16545
16545
|
className: $e("sid-form-error-contact-support", Nw),
|
|
16546
16546
|
"data-testid": "sid-form-error-support-prompt",
|
|
16547
16547
|
children: [
|
|
16548
|
-
/* @__PURE__ */
|
|
16549
|
-
/* @__PURE__ */
|
|
16548
|
+
/* @__PURE__ */ d.jsx("span", { children: e["error.contactSupport.prompt"] }),
|
|
16549
|
+
/* @__PURE__ */ d.jsx(
|
|
16550
16550
|
"a",
|
|
16551
16551
|
{
|
|
16552
16552
|
className: Mw,
|
|
@@ -16562,11 +16562,11 @@ function Bw() {
|
|
|
16562
16562
|
}
|
|
16563
16563
|
const Ai = ({ children: e }) => {
|
|
16564
16564
|
const { flowState: t } = mn();
|
|
16565
|
-
return (t == null ? void 0 : t.status) !== "error" ? null : typeof e == "function" ? /* @__PURE__ */
|
|
16565
|
+
return (t == null ? void 0 : t.status) !== "error" ? null : typeof e == "function" ? /* @__PURE__ */ d.jsx("div", { "data-testid": "sid-form-error-function", children: e({
|
|
16566
16566
|
context: t.context,
|
|
16567
16567
|
retry: t.retry,
|
|
16568
16568
|
cancel: t.cancel
|
|
16569
|
-
}) }) : Jt.count(e) > 0 ? /* @__PURE__ */
|
|
16569
|
+
}) }) : Jt.count(e) > 0 ? /* @__PURE__ */ d.jsx("div", { "data-testid": "sid-form-error-children", children: e }) : /* @__PURE__ */ d.jsx(Hw, { flowState: t });
|
|
16570
16570
|
};
|
|
16571
16571
|
Ai.displayName = "Form.Error";
|
|
16572
16572
|
const Hw = ({ flowState: e }) => {
|
|
@@ -16577,10 +16577,10 @@ const Hw = ({ flowState: e }) => {
|
|
|
16577
16577
|
n(s);
|
|
16578
16578
|
})();
|
|
16579
16579
|
}, [e.context.error]), !r)
|
|
16580
|
-
return /* @__PURE__ */
|
|
16580
|
+
return /* @__PURE__ */ d.jsx(d.Fragment, {});
|
|
16581
16581
|
const { title: o, description: a } = jw(r), i = Vw(r);
|
|
16582
|
-
return /* @__PURE__ */
|
|
16583
|
-
/* @__PURE__ */
|
|
16582
|
+
return /* @__PURE__ */ d.jsxs("article", { "data-testid": "sid-form-error-state", children: [
|
|
16583
|
+
/* @__PURE__ */ d.jsx(
|
|
16584
16584
|
Nn,
|
|
16585
16585
|
{
|
|
16586
16586
|
className: ut({ marginBottom: "4" }),
|
|
@@ -16590,8 +16590,8 @@ const Hw = ({ flowState: e }) => {
|
|
|
16590
16590
|
children: t["authenticating.back"]
|
|
16591
16591
|
}
|
|
16592
16592
|
),
|
|
16593
|
-
/* @__PURE__ */
|
|
16594
|
-
/* @__PURE__ */
|
|
16593
|
+
/* @__PURE__ */ d.jsx(gt, { as: "h1", t: o, variant: { size: "2xl-title", weight: "bold" } }),
|
|
16594
|
+
/* @__PURE__ */ d.jsx(
|
|
16595
16595
|
gt,
|
|
16596
16596
|
{
|
|
16597
16597
|
as: "h2",
|
|
@@ -16599,8 +16599,8 @@ const Hw = ({ flowState: e }) => {
|
|
|
16599
16599
|
variant: { color: "contrast", weight: "semibold" }
|
|
16600
16600
|
}
|
|
16601
16601
|
),
|
|
16602
|
-
/* @__PURE__ */
|
|
16603
|
-
/* @__PURE__ */
|
|
16602
|
+
/* @__PURE__ */ d.jsx(Fw, {}),
|
|
16603
|
+
/* @__PURE__ */ d.jsx(
|
|
16604
16604
|
Qt,
|
|
16605
16605
|
{
|
|
16606
16606
|
type: "submit",
|
|
@@ -16610,20 +16610,20 @@ const Hw = ({ flowState: e }) => {
|
|
|
16610
16610
|
children: t["error.retry"]
|
|
16611
16611
|
}
|
|
16612
16612
|
),
|
|
16613
|
-
/* @__PURE__ */
|
|
16613
|
+
/* @__PURE__ */ d.jsx(Bw, {})
|
|
16614
16614
|
] });
|
|
16615
16615
|
};
|
|
16616
16616
|
var Ww = "_1xoz4760", Kw = "_1xoz4761", Gw = "_1xoz4762", ka = "_1xoz4763", Jw = "_1xoz4764", Zw = "_1xoz4765", al = "_1xoz4766";
|
|
16617
16617
|
const Yw = ({ logo: e }) => {
|
|
16618
16618
|
if (typeof e == "string" && e)
|
|
16619
|
-
return /* @__PURE__ */
|
|
16620
|
-
const t = e || /* @__PURE__ */
|
|
16621
|
-
return e || console.info("SlashID: No logo provided. Using default logo."), /* @__PURE__ */
|
|
16619
|
+
return /* @__PURE__ */ d.jsx("div", { className: $e("sid-logo", "sid-logo--image", ka), children: /* @__PURE__ */ d.jsx("div", { children: /* @__PURE__ */ d.jsx("img", { className: ka, src: e, alt: "Company logo" }) }) });
|
|
16620
|
+
const t = e || /* @__PURE__ */ d.jsx(xc, {});
|
|
16621
|
+
return e || console.info("SlashID: No logo provided. Using default logo."), /* @__PURE__ */ d.jsx("div", { className: $e("sid-logo", "sid-logo--component", ka), children: t });
|
|
16622
16622
|
}, Ti = ({
|
|
16623
16623
|
children: e
|
|
16624
16624
|
}) => {
|
|
16625
16625
|
const { logo: t } = Ge();
|
|
16626
|
-
return typeof e != "function" ? /* @__PURE__ */
|
|
16626
|
+
return typeof e != "function" ? /* @__PURE__ */ d.jsx(Yw, { logo: t }) : /* @__PURE__ */ d.jsx(d.Fragment, { children: e({ logo: t }) });
|
|
16627
16627
|
};
|
|
16628
16628
|
Ti.displayName = "Logo";
|
|
16629
16629
|
const Xw = {
|
|
@@ -16660,21 +16660,21 @@ const Xw = {
|
|
|
16660
16660
|
value: y === "phone_number" ? `${g.dial_code}${m}` : m
|
|
16661
16661
|
});
|
|
16662
16662
|
};
|
|
16663
|
-
return typeof e == "function" ? /* @__PURE__ */
|
|
16663
|
+
return typeof e == "function" ? /* @__PURE__ */ d.jsx("div", { "data-testid": "sid-form-initial-function", children: e({ handleSubmit: n, factors: s, handleTypes: l, text: r }) }) : Jt.count(e) > 0 ? /* @__PURE__ */ d.jsx(
|
|
16664
16664
|
"form",
|
|
16665
16665
|
{
|
|
16666
16666
|
"data-testid": "sid-form-initial-children",
|
|
16667
16667
|
onSubmit: i(c),
|
|
16668
16668
|
children: e
|
|
16669
16669
|
}
|
|
16670
|
-
) : /* @__PURE__ */
|
|
16670
|
+
) : /* @__PURE__ */ d.jsxs(
|
|
16671
16671
|
"form",
|
|
16672
16672
|
{
|
|
16673
16673
|
"data-testid": "sid-form-initial-default",
|
|
16674
16674
|
onSubmit: i(c),
|
|
16675
16675
|
children: [
|
|
16676
|
-
/* @__PURE__ */
|
|
16677
|
-
/* @__PURE__ */
|
|
16676
|
+
/* @__PURE__ */ d.jsx(Li, {}),
|
|
16677
|
+
/* @__PURE__ */ d.jsx(Oi, {})
|
|
16678
16678
|
]
|
|
16679
16679
|
}
|
|
16680
16680
|
);
|
|
@@ -16683,14 +16683,14 @@ const Xw = {
|
|
|
16683
16683
|
() => r.filter((i) => Td(i)),
|
|
16684
16684
|
[r]
|
|
16685
16685
|
), a = tt(() => qi(r), [r]);
|
|
16686
|
-
return typeof e == "function" ? /* @__PURE__ */
|
|
16686
|
+
return typeof e == "function" ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e({ factors: o, handleTypes: a }) }) : Jt.count(e) > 0 ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e }) : a.length === 1 ? /* @__PURE__ */ d.jsx(d.Fragment, { children: /* @__PURE__ */ d.jsx(
|
|
16687
16687
|
io,
|
|
16688
16688
|
{
|
|
16689
16689
|
factors: o,
|
|
16690
16690
|
handleType: a[0],
|
|
16691
16691
|
defaultValue: ro(t, a[0])
|
|
16692
16692
|
}
|
|
16693
|
-
) }) : /* @__PURE__ */
|
|
16693
|
+
) }) : /* @__PURE__ */ d.jsx(
|
|
16694
16694
|
yb,
|
|
16695
16695
|
{
|
|
16696
16696
|
testId: "sid-handle-type-tabs",
|
|
@@ -16701,7 +16701,7 @@ const Xw = {
|
|
|
16701
16701
|
{
|
|
16702
16702
|
id: rn.email,
|
|
16703
16703
|
title: n["initial.handle.email"],
|
|
16704
|
-
content: /* @__PURE__ */
|
|
16704
|
+
content: /* @__PURE__ */ d.jsx(
|
|
16705
16705
|
io,
|
|
16706
16706
|
{
|
|
16707
16707
|
factors: o,
|
|
@@ -16718,7 +16718,7 @@ const Xw = {
|
|
|
16718
16718
|
{
|
|
16719
16719
|
id: rn.phone,
|
|
16720
16720
|
title: n["initial.handle.phone"],
|
|
16721
|
-
content: /* @__PURE__ */
|
|
16721
|
+
content: /* @__PURE__ */ d.jsx(
|
|
16722
16722
|
io,
|
|
16723
16723
|
{
|
|
16724
16724
|
factors: o,
|
|
@@ -16735,7 +16735,7 @@ const Xw = {
|
|
|
16735
16735
|
{
|
|
16736
16736
|
id: rn.username,
|
|
16737
16737
|
title: n["initial.handle.username"],
|
|
16738
|
-
content: /* @__PURE__ */
|
|
16738
|
+
content: /* @__PURE__ */ d.jsx(
|
|
16739
16739
|
io,
|
|
16740
16740
|
{
|
|
16741
16741
|
factors: o,
|
|
@@ -16755,7 +16755,7 @@ const Xw = {
|
|
|
16755
16755
|
Li.displayName = "Input";
|
|
16756
16756
|
const Oi = ({ children: e }) => {
|
|
16757
16757
|
const { text: t } = Ge(), { status: r } = Br();
|
|
16758
|
-
return typeof e == "function" ? /* @__PURE__ */
|
|
16758
|
+
return typeof e == "function" ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e({ text: t, status: r }) }) : Jt.count(e) > 0 ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e }) : /* @__PURE__ */ d.jsx(
|
|
16759
16759
|
Qt,
|
|
16760
16760
|
{
|
|
16761
16761
|
className: ut({
|
|
@@ -16793,7 +16793,7 @@ const io = ({
|
|
|
16793
16793
|
handleValue: v
|
|
16794
16794
|
};
|
|
16795
16795
|
}, [e, o, c]);
|
|
16796
|
-
const p = tt(() => e === "phone_number" ? /* @__PURE__ */
|
|
16796
|
+
const p = tt(() => e === "phone_number" ? /* @__PURE__ */ d.jsx(
|
|
16797
16797
|
ag,
|
|
16798
16798
|
{
|
|
16799
16799
|
className: ut({ marginTop: "4" }),
|
|
@@ -16812,7 +16812,7 @@ const io = ({
|
|
|
16812
16812
|
}),
|
|
16813
16813
|
onFlagChange: h
|
|
16814
16814
|
}
|
|
16815
|
-
) : e === "username" ? /* @__PURE__ */
|
|
16815
|
+
) : e === "username" ? /* @__PURE__ */ d.jsx(
|
|
16816
16816
|
Pa,
|
|
16817
16817
|
{
|
|
16818
16818
|
className: ut({ marginTop: "4" }),
|
|
@@ -16829,7 +16829,7 @@ const io = ({
|
|
|
16829
16829
|
}
|
|
16830
16830
|
})
|
|
16831
16831
|
}
|
|
16832
|
-
) : /* @__PURE__ */
|
|
16832
|
+
) : /* @__PURE__ */ d.jsx(
|
|
16833
16833
|
Pa,
|
|
16834
16834
|
{
|
|
16835
16835
|
className: ut({ marginTop: "4" }),
|
|
@@ -16855,8 +16855,8 @@ const io = ({
|
|
|
16855
16855
|
r,
|
|
16856
16856
|
m
|
|
16857
16857
|
]);
|
|
16858
|
-
return /* @__PURE__ */
|
|
16859
|
-
y && /* @__PURE__ */
|
|
16858
|
+
return /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
16859
|
+
y && /* @__PURE__ */ d.jsx(
|
|
16860
16860
|
Uy,
|
|
16861
16861
|
{
|
|
16862
16862
|
defaultValue: a[0].method,
|
|
@@ -16877,7 +16877,7 @@ const io = ({
|
|
|
16877
16877
|
}
|
|
16878
16878
|
),
|
|
16879
16879
|
p,
|
|
16880
|
-
/* @__PURE__ */
|
|
16880
|
+
/* @__PURE__ */ d.jsx(Ko, { name: e })
|
|
16881
16881
|
] });
|
|
16882
16882
|
};
|
|
16883
16883
|
Vn.displayName = "Controls";
|
|
@@ -16886,8 +16886,8 @@ Vn.Submit = Oi;
|
|
|
16886
16886
|
const Ni = ({
|
|
16887
16887
|
children: e
|
|
16888
16888
|
}) => {
|
|
16889
|
-
const { text: t } = Ge(), r = he.useMemo(() => /* @__PURE__ */
|
|
16890
|
-
/* @__PURE__ */
|
|
16889
|
+
const { text: t } = Ge(), r = he.useMemo(() => /* @__PURE__ */ d.jsxs("div", { className: Jw, children: [
|
|
16890
|
+
/* @__PURE__ */ d.jsx(
|
|
16891
16891
|
gt,
|
|
16892
16892
|
{
|
|
16893
16893
|
as: "h1",
|
|
@@ -16895,7 +16895,7 @@ const Ni = ({
|
|
|
16895
16895
|
t: "initial.title"
|
|
16896
16896
|
}
|
|
16897
16897
|
),
|
|
16898
|
-
/* @__PURE__ */
|
|
16898
|
+
/* @__PURE__ */ d.jsx(
|
|
16899
16899
|
gt,
|
|
16900
16900
|
{
|
|
16901
16901
|
variant: { color: "contrast", weight: "semibold" },
|
|
@@ -16904,19 +16904,19 @@ const Ni = ({
|
|
|
16904
16904
|
}
|
|
16905
16905
|
)
|
|
16906
16906
|
] }), []);
|
|
16907
|
-
return typeof e == "function" ? /* @__PURE__ */
|
|
16907
|
+
return typeof e == "function" ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e({ text: t }) }) : he.Children.count(e) > 0 ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e }) : r;
|
|
16908
16908
|
};
|
|
16909
16909
|
Ni.displayName = "Header";
|
|
16910
16910
|
const e2 = {
|
|
16911
|
-
google: /* @__PURE__ */
|
|
16912
|
-
facebook: /* @__PURE__ */
|
|
16913
|
-
github: /* @__PURE__ */
|
|
16914
|
-
gitlab: /* @__PURE__ */
|
|
16915
|
-
line: /* @__PURE__ */
|
|
16916
|
-
bitbucket: /* @__PURE__ */
|
|
16917
|
-
azuread: /* @__PURE__ */
|
|
16918
|
-
okta: /* @__PURE__ */
|
|
16919
|
-
apple: /* @__PURE__ */
|
|
16911
|
+
google: /* @__PURE__ */ d.jsx(Mm, {}),
|
|
16912
|
+
facebook: /* @__PURE__ */ d.jsx(Lm, {}),
|
|
16913
|
+
github: /* @__PURE__ */ d.jsx(Om, {}),
|
|
16914
|
+
gitlab: /* @__PURE__ */ d.jsx(Nm, {}),
|
|
16915
|
+
line: /* @__PURE__ */ d.jsx(Fm, {}),
|
|
16916
|
+
bitbucket: /* @__PURE__ */ d.jsx(Tm, {}),
|
|
16917
|
+
azuread: /* @__PURE__ */ d.jsx(Am, {}),
|
|
16918
|
+
okta: /* @__PURE__ */ d.jsx(Um, {}),
|
|
16919
|
+
apple: /* @__PURE__ */ d.jsx(Pm, {})
|
|
16920
16920
|
}, t2 = {
|
|
16921
16921
|
google: "Google",
|
|
16922
16922
|
facebook: "Facebook",
|
|
@@ -16931,29 +16931,29 @@ const e2 = {
|
|
|
16931
16931
|
function r2({ provider: e, handleClick: t }) {
|
|
16932
16932
|
var r;
|
|
16933
16933
|
const { text: n } = Ge();
|
|
16934
|
-
return (r = e.options) != null && r.provider_credentials_id ? /* @__PURE__ */
|
|
16934
|
+
return (r = e.options) != null && r.provider_credentials_id ? /* @__PURE__ */ d.jsxs(
|
|
16935
16935
|
Qt,
|
|
16936
16936
|
{
|
|
16937
16937
|
onClick: () => t({ method: "saml", options: e.options }),
|
|
16938
16938
|
variant: "secondary",
|
|
16939
|
-
icon: /* @__PURE__ */
|
|
16939
|
+
icon: /* @__PURE__ */ d.jsx(n2, { logo: e.logo, id: e.options.provider_credentials_id }),
|
|
16940
16940
|
className: $e("sid-saml--button"),
|
|
16941
16941
|
children: [
|
|
16942
16942
|
n["initial.sso"],
|
|
16943
|
-
/* @__PURE__ */
|
|
16943
|
+
/* @__PURE__ */ d.jsx("span", { className: Kw, children: e.label || "SAML" })
|
|
16944
16944
|
]
|
|
16945
16945
|
}
|
|
16946
16946
|
) : null;
|
|
16947
16947
|
}
|
|
16948
16948
|
function n2({ logo: e, id: t }) {
|
|
16949
|
-
return e ? typeof e == "string" ? /* @__PURE__ */
|
|
16949
|
+
return e ? typeof e == "string" ? /* @__PURE__ */ d.jsx(
|
|
16950
16950
|
"img",
|
|
16951
16951
|
{
|
|
16952
16952
|
className: $e("sid-sso-logo", `sid-sso-logo--${t}`, al),
|
|
16953
16953
|
src: e,
|
|
16954
16954
|
alt: "SSO provider logo"
|
|
16955
16955
|
}
|
|
16956
|
-
) : /* @__PURE__ */
|
|
16956
|
+
) : /* @__PURE__ */ d.jsx(
|
|
16957
16957
|
"div",
|
|
16958
16958
|
{
|
|
16959
16959
|
className: $e("sid-sso-logo", `sid-sso-logo--${t}`, al),
|
|
@@ -16964,7 +16964,7 @@ function n2({ logo: e, id: t }) {
|
|
|
16964
16964
|
function o2({ provider: e, handleClick: t }) {
|
|
16965
16965
|
var r, n, o;
|
|
16966
16966
|
const { text: a } = Ge();
|
|
16967
|
-
return (r = e.options) != null && r.provider ? /* @__PURE__ */
|
|
16967
|
+
return (r = e.options) != null && r.provider ? /* @__PURE__ */ d.jsxs(
|
|
16968
16968
|
Qt,
|
|
16969
16969
|
{
|
|
16970
16970
|
onClick: () => t({ method: "oidc", options: e.options }),
|
|
@@ -16973,13 +16973,13 @@ function o2({ provider: e, handleClick: t }) {
|
|
|
16973
16973
|
className: $e("sid-oidc--button"),
|
|
16974
16974
|
children: [
|
|
16975
16975
|
a["initial.oidc"],
|
|
16976
|
-
/* @__PURE__ */
|
|
16976
|
+
/* @__PURE__ */ d.jsx("span", { className: Ww, children: e.label || t2[(o = e.options) == null ? void 0 : o.provider] })
|
|
16977
16977
|
]
|
|
16978
16978
|
}
|
|
16979
16979
|
) : null;
|
|
16980
16980
|
}
|
|
16981
16981
|
function Jd({ providers: e, handleClick: t }) {
|
|
16982
|
-
return e.length ? /* @__PURE__ */
|
|
16982
|
+
return e.length ? /* @__PURE__ */ d.jsx(
|
|
16983
16983
|
"div",
|
|
16984
16984
|
{
|
|
16985
16985
|
className: $e(
|
|
@@ -16991,7 +16991,7 @@ function Jd({ providers: e, handleClick: t }) {
|
|
|
16991
16991
|
var n, o;
|
|
16992
16992
|
switch (r.method) {
|
|
16993
16993
|
case "oidc":
|
|
16994
|
-
return /* @__PURE__ */
|
|
16994
|
+
return /* @__PURE__ */ d.jsx(
|
|
16995
16995
|
o2,
|
|
16996
16996
|
{
|
|
16997
16997
|
provider: r,
|
|
@@ -17000,7 +17000,7 @@ function Jd({ providers: e, handleClick: t }) {
|
|
|
17000
17000
|
(n = r.options) == null ? void 0 : n.client_id
|
|
17001
17001
|
);
|
|
17002
17002
|
case "saml":
|
|
17003
|
-
return /* @__PURE__ */
|
|
17003
|
+
return /* @__PURE__ */ d.jsx(
|
|
17004
17004
|
r2,
|
|
17005
17005
|
{
|
|
17006
17006
|
provider: r,
|
|
@@ -17020,27 +17020,27 @@ const Zd = () => {
|
|
|
17020
17020
|
() => Qb(e),
|
|
17021
17021
|
[e]
|
|
17022
17022
|
);
|
|
17023
|
-
return /* @__PURE__ */
|
|
17023
|
+
return /* @__PURE__ */ d.jsx(d.Fragment, { children: r && /* @__PURE__ */ d.jsx(lg, { children: t["initial.divider"] }) });
|
|
17024
17024
|
}, Yd = ({
|
|
17025
17025
|
children: e
|
|
17026
17026
|
}) => {
|
|
17027
|
-
const { factors: t } = Ge(), { handleSubmit: r } = mn(), n = t.filter(Ad), o = he.useMemo(() => /* @__PURE__ */
|
|
17028
|
-
return typeof e == "function" ? /* @__PURE__ */
|
|
17027
|
+
const { factors: t } = Ge(), { handleSubmit: r } = mn(), n = t.filter(Ad), o = he.useMemo(() => /* @__PURE__ */ d.jsx(Jd, { providers: n, handleClick: r }), [r, n]);
|
|
17028
|
+
return typeof e == "function" ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e({ factors: n, handleClick: r }) }) : he.Children.count(e) > 0 ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e }) : o;
|
|
17029
17029
|
};
|
|
17030
17030
|
Yd.displayName = "OIDC";
|
|
17031
17031
|
const Mi = ({
|
|
17032
17032
|
children: e
|
|
17033
17033
|
}) => {
|
|
17034
|
-
const { factors: t } = Ge(), { handleSubmit: r } = mn(), n = t.filter(ja), o = he.useMemo(() => /* @__PURE__ */
|
|
17035
|
-
return typeof e == "function" ? /* @__PURE__ */
|
|
17034
|
+
const { factors: t } = Ge(), { handleSubmit: r } = mn(), n = t.filter(ja), o = he.useMemo(() => /* @__PURE__ */ d.jsx(Jd, { providers: n, handleClick: r }), [r, n]);
|
|
17035
|
+
return typeof e == "function" ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e({ factors: n, handleClick: r }) }) : he.Children.count(e) > 0 ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e }) : o;
|
|
17036
17036
|
};
|
|
17037
17037
|
Mi.displayName = "SSO";
|
|
17038
|
-
const Dr = () => /* @__PURE__ */
|
|
17039
|
-
/* @__PURE__ */
|
|
17040
|
-
/* @__PURE__ */
|
|
17041
|
-
/* @__PURE__ */
|
|
17042
|
-
/* @__PURE__ */
|
|
17043
|
-
/* @__PURE__ */
|
|
17038
|
+
const Dr = () => /* @__PURE__ */ d.jsxs("article", { "data-testid": "sid-form-initial-state", children: [
|
|
17039
|
+
/* @__PURE__ */ d.jsx(Ti, {}),
|
|
17040
|
+
/* @__PURE__ */ d.jsx(Ni, {}),
|
|
17041
|
+
/* @__PURE__ */ d.jsx(Vn, {}),
|
|
17042
|
+
/* @__PURE__ */ d.jsx(Zd, {}),
|
|
17043
|
+
/* @__PURE__ */ d.jsx(Mi, {})
|
|
17044
17044
|
] });
|
|
17045
17045
|
Dr.Logo = Ti;
|
|
17046
17046
|
Dr.Header = Ni;
|
|
@@ -17049,7 +17049,7 @@ Dr.Divider = Zd;
|
|
|
17049
17049
|
Dr.OIDC = Yd;
|
|
17050
17050
|
Dr.SSO = Mi;
|
|
17051
17051
|
var a2 = "gwp8o20", i2 = "_1iedw350";
|
|
17052
|
-
const s2 = () => /* @__PURE__ */
|
|
17052
|
+
const s2 = () => /* @__PURE__ */ d.jsx(
|
|
17053
17053
|
gt,
|
|
17054
17054
|
{
|
|
17055
17055
|
className: i2,
|
|
@@ -17085,7 +17085,7 @@ function c2({
|
|
|
17085
17085
|
children: r
|
|
17086
17086
|
}) {
|
|
17087
17087
|
const n = Ge();
|
|
17088
|
-
return !e && !t ? /* @__PURE__ */
|
|
17088
|
+
return !e && !t ? /* @__PURE__ */ d.jsx(d.Fragment, { children: r }) : /* @__PURE__ */ d.jsx(
|
|
17089
17089
|
fw,
|
|
17090
17090
|
{
|
|
17091
17091
|
...n,
|
|
@@ -17099,7 +17099,7 @@ function c2({
|
|
|
17099
17099
|
);
|
|
17100
17100
|
}
|
|
17101
17101
|
function d2({ children: e, name: t }) {
|
|
17102
|
-
return /* @__PURE__ */
|
|
17102
|
+
return /* @__PURE__ */ d.jsx("div", { className: `sid-slot-${t}`, children: e });
|
|
17103
17103
|
}
|
|
17104
17104
|
function u2({ children: e, defaultSlots: t }) {
|
|
17105
17105
|
return he.useMemo(() => {
|
|
@@ -17126,7 +17126,7 @@ function f2({ codes: e }) {
|
|
|
17126
17126
|
`))}`
|
|
17127
17127
|
), n.setAttribute("download", "recovery-codes.txt"), document.body.appendChild(n), n.click(), document.body.removeChild(n);
|
|
17128
17128
|
};
|
|
17129
|
-
return /* @__PURE__ */
|
|
17129
|
+
return /* @__PURE__ */ d.jsx(
|
|
17130
17130
|
Qt,
|
|
17131
17131
|
{
|
|
17132
17132
|
className: ut({
|
|
@@ -17136,7 +17136,7 @@ function f2({ codes: e }) {
|
|
|
17136
17136
|
variant: "secondary",
|
|
17137
17137
|
testId: "sid-form-authenticating-download-codes-button",
|
|
17138
17138
|
onClick: r,
|
|
17139
|
-
icon: /* @__PURE__ */
|
|
17139
|
+
icon: /* @__PURE__ */ d.jsx(Jm, {}),
|
|
17140
17140
|
children: t["authenticating.downloadCodes"]
|
|
17141
17141
|
}
|
|
17142
17142
|
);
|
|
@@ -17148,8 +17148,8 @@ function m2(e) {
|
|
|
17148
17148
|
}
|
|
17149
17149
|
function g2({ flowState: e }) {
|
|
17150
17150
|
const { text: t } = Ge();
|
|
17151
|
-
return /* @__PURE__ */
|
|
17152
|
-
/* @__PURE__ */
|
|
17151
|
+
return /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
17152
|
+
/* @__PURE__ */ d.jsx(
|
|
17153
17153
|
La,
|
|
17154
17154
|
{
|
|
17155
17155
|
as: "h1",
|
|
@@ -17157,21 +17157,21 @@ function g2({ flowState: e }) {
|
|
|
17157
17157
|
variant: { size: "2xl-title", weight: "bold" }
|
|
17158
17158
|
}
|
|
17159
17159
|
),
|
|
17160
|
-
/* @__PURE__ */
|
|
17160
|
+
/* @__PURE__ */ d.jsx(
|
|
17161
17161
|
La,
|
|
17162
17162
|
{
|
|
17163
17163
|
t: "authenticating.saveRecoveryCodes.totp.message",
|
|
17164
17164
|
variant: { color: "contrast", weight: "semibold" }
|
|
17165
17165
|
}
|
|
17166
17166
|
),
|
|
17167
|
-
/* @__PURE__ */
|
|
17167
|
+
/* @__PURE__ */ d.jsxs(
|
|
17168
17168
|
"form",
|
|
17169
17169
|
{
|
|
17170
17170
|
onSubmit: (r) => {
|
|
17171
17171
|
r.preventDefault(), e.confirm();
|
|
17172
17172
|
},
|
|
17173
17173
|
children: [
|
|
17174
|
-
/* @__PURE__ */
|
|
17174
|
+
/* @__PURE__ */ d.jsx(
|
|
17175
17175
|
Sd,
|
|
17176
17176
|
{
|
|
17177
17177
|
id: "recoveryCodes",
|
|
@@ -17182,8 +17182,8 @@ function g2({ flowState: e }) {
|
|
|
17182
17182
|
fieldClassName: p2
|
|
17183
17183
|
}
|
|
17184
17184
|
),
|
|
17185
|
-
/* @__PURE__ */
|
|
17186
|
-
/* @__PURE__ */
|
|
17185
|
+
/* @__PURE__ */ d.jsx(f2, { codes: e.context.recoveryCodes }),
|
|
17186
|
+
/* @__PURE__ */ d.jsx(
|
|
17187
17187
|
Qt,
|
|
17188
17188
|
{
|
|
17189
17189
|
className: ut({
|
|
@@ -17214,11 +17214,11 @@ const Fi = ({
|
|
|
17214
17214
|
handleValue: void 0,
|
|
17215
17215
|
flag: void 0
|
|
17216
17216
|
}), [y, m] = he.useState(), { status: g } = s, h = he.useMemo(() => ({
|
|
17217
|
-
footer: l ? /* @__PURE__ */
|
|
17218
|
-
initial: g === "initial" ? /* @__PURE__ */
|
|
17219
|
-
authenticating: g === "authenticating" ? /* @__PURE__ */
|
|
17220
|
-
success: g === "success" ? /* @__PURE__ */
|
|
17221
|
-
error: g === "error" ? /* @__PURE__ */
|
|
17217
|
+
footer: l ? /* @__PURE__ */ d.jsx(s2, {}) : null,
|
|
17218
|
+
initial: g === "initial" ? /* @__PURE__ */ d.jsx(Dr, {}) : void 0,
|
|
17219
|
+
authenticating: g === "authenticating" ? /* @__PURE__ */ d.jsx(Tw, { flowState: s }) : void 0,
|
|
17220
|
+
success: g === "success" ? /* @__PURE__ */ d.jsx(Ow, { flowState: s }) : void 0,
|
|
17221
|
+
error: g === "error" ? /* @__PURE__ */ d.jsx(Ai, {}) : void 0
|
|
17222
17222
|
}), [g, l, s]), p = u2({ children: i, defaultSlots: h }), v = pe(
|
|
17223
17223
|
(b, _) => {
|
|
17224
17224
|
s.status === "initial" && s.logIn(
|
|
@@ -17231,7 +17231,7 @@ const Fi = ({
|
|
|
17231
17231
|
},
|
|
17232
17232
|
[s, a]
|
|
17233
17233
|
);
|
|
17234
|
-
return /* @__PURE__ */
|
|
17234
|
+
return /* @__PURE__ */ d.jsx(
|
|
17235
17235
|
Gd.Provider,
|
|
17236
17236
|
{
|
|
17237
17237
|
value: {
|
|
@@ -17242,10 +17242,10 @@ const Fi = ({
|
|
|
17242
17242
|
selectedFactor: y,
|
|
17243
17243
|
setSelectedFactor: m
|
|
17244
17244
|
},
|
|
17245
|
-
children: /* @__PURE__ */
|
|
17246
|
-
s.status === "initial" && /* @__PURE__ */
|
|
17247
|
-
s.status === "authenticating" && /* @__PURE__ */
|
|
17248
|
-
s.status === "storeRecoveryCodes" && /* @__PURE__ */
|
|
17245
|
+
children: /* @__PURE__ */ d.jsx("div", { className: $e("sid-form", a2, e), children: /* @__PURE__ */ d.jsxs(c2, { text: o, factors: n, children: [
|
|
17246
|
+
s.status === "initial" && /* @__PURE__ */ d.jsx(bs, { children: p.initial }),
|
|
17247
|
+
s.status === "authenticating" && /* @__PURE__ */ d.jsx(bs, { children: p.authenticating }),
|
|
17248
|
+
s.status === "storeRecoveryCodes" && /* @__PURE__ */ d.jsx(g2, { flowState: s }),
|
|
17249
17249
|
s.status === "success" && p.success,
|
|
17250
17250
|
s.status === "error" && p.error,
|
|
17251
17251
|
p.footer
|
|
@@ -17257,7 +17257,7 @@ Fi.Initial = Dr;
|
|
|
17257
17257
|
Fi.Error = Ai;
|
|
17258
17258
|
var v2 = "sluhu72";
|
|
17259
17259
|
const y2 = Oe(
|
|
17260
|
-
({ buttonClassName: e, ...t }, r) => /* @__PURE__ */
|
|
17260
|
+
({ buttonClassName: e, ...t }, r) => /* @__PURE__ */ d.jsx(wb, { to: "sid-cookie-button", children: /* @__PURE__ */ d.jsx(
|
|
17261
17261
|
Qt,
|
|
17262
17262
|
{
|
|
17263
17263
|
...t,
|
|
@@ -17269,7 +17269,7 @@ const y2 = Oe(
|
|
|
17269
17269
|
v2,
|
|
17270
17270
|
e
|
|
17271
17271
|
),
|
|
17272
|
-
children: /* @__PURE__ */
|
|
17272
|
+
children: /* @__PURE__ */ d.jsx(Km, {})
|
|
17273
17273
|
}
|
|
17274
17274
|
) })
|
|
17275
17275
|
);
|
|
@@ -17282,7 +17282,7 @@ const Xd = ({ belongsTo: e, children: t }) => {
|
|
|
17282
17282
|
return !1;
|
|
17283
17283
|
const a = o.getGroups();
|
|
17284
17284
|
return typeof e == "string" ? a.includes(e) : e(a);
|
|
17285
|
-
}, [r, n, e]) ? /* @__PURE__ */
|
|
17285
|
+
}, [r, n, e]) ? /* @__PURE__ */ d.jsx(d.Fragment, { children: t }) : null;
|
|
17286
17286
|
};
|
|
17287
17287
|
Xd.some = (...e) => (t) => e.some((r) => t.includes(r));
|
|
17288
17288
|
Xd.all = (...e) => (t) => e.every((r) => t.includes(r));
|
|
@@ -17293,10 +17293,10 @@ const b2 = (e, t) => {
|
|
|
17293
17293
|
return !0;
|
|
17294
17294
|
}, Y6 = ({ children: e, withFactorMethods: t }) => {
|
|
17295
17295
|
const { user: r, isAuthenticated: n } = er();
|
|
17296
|
-
return tt(() => !n || !r ? !1 : t && Array.isArray(t) ? b2(r, t) : t && typeof t == "function" ? t(r.authentication) : !0, [r, t, n]) ? /* @__PURE__ */
|
|
17296
|
+
return tt(() => !n || !r ? !1 : t && Array.isArray(t) ? b2(r, t) : t && typeof t == "function" ? t(r.authentication) : !0, [r, t, n]) ? /* @__PURE__ */ d.jsx(d.Fragment, { children: e }) : null;
|
|
17297
17297
|
}, X6 = ({ children: e }) => {
|
|
17298
17298
|
const { isAuthenticated: t, isLoading: r } = er();
|
|
17299
|
-
return t || r ? null : /* @__PURE__ */
|
|
17299
|
+
return t || r ? null : /* @__PURE__ */ d.jsx(d.Fragment, { children: e });
|
|
17300
17300
|
};
|
|
17301
17301
|
ut({ marginBottom: "3", marginTop: "5" });
|
|
17302
17302
|
const w2 = (e) => Object.entries(e), _2 = new Set(zb), k2 = {
|
|
@@ -17394,57 +17394,57 @@ var ll;
|
|
|
17394
17394
|
function $2() {
|
|
17395
17395
|
return ll || (ll = 1, process.env.NODE_ENV !== "production" && function() {
|
|
17396
17396
|
var e = he, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), s = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), g = Symbol.for("react.offscreen"), h = Symbol.iterator, p = "@@iterator";
|
|
17397
|
-
function v(
|
|
17398
|
-
if (
|
|
17397
|
+
function v(u) {
|
|
17398
|
+
if (u === null || typeof u != "object")
|
|
17399
17399
|
return null;
|
|
17400
|
-
var x = h &&
|
|
17400
|
+
var x = h && u[h] || u[p];
|
|
17401
17401
|
return typeof x == "function" ? x : null;
|
|
17402
17402
|
}
|
|
17403
17403
|
var b = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
17404
|
-
function _(
|
|
17404
|
+
function _(u) {
|
|
17405
17405
|
{
|
|
17406
17406
|
for (var x = arguments.length, R = new Array(x > 1 ? x - 1 : 0), O = 1; O < x; O++)
|
|
17407
17407
|
R[O - 1] = arguments[O];
|
|
17408
|
-
k("error",
|
|
17408
|
+
k("error", u, R);
|
|
17409
17409
|
}
|
|
17410
17410
|
}
|
|
17411
|
-
function k(
|
|
17411
|
+
function k(u, x, R) {
|
|
17412
17412
|
{
|
|
17413
17413
|
var O = b.ReactDebugCurrentFrame, X = O.getStackAddendum();
|
|
17414
17414
|
X !== "" && (x += "%s", R = R.concat([X]));
|
|
17415
17415
|
var te = R.map(function(j) {
|
|
17416
17416
|
return String(j);
|
|
17417
17417
|
});
|
|
17418
|
-
te.unshift("Warning: " + x), Function.prototype.apply.call(console[
|
|
17418
|
+
te.unshift("Warning: " + x), Function.prototype.apply.call(console[u], console, te);
|
|
17419
17419
|
}
|
|
17420
17420
|
}
|
|
17421
17421
|
var q = !1, C = !1, w = !1, $ = !1, z = !1, L;
|
|
17422
17422
|
L = Symbol.for("react.module.reference");
|
|
17423
|
-
function K(
|
|
17424
|
-
return !!(typeof
|
|
17423
|
+
function K(u) {
|
|
17424
|
+
return !!(typeof u == "string" || typeof u == "function" || u === n || u === a || z || u === o || u === c || u === f || $ || u === g || q || C || w || typeof u == "object" && u !== null && (u.$$typeof === m || u.$$typeof === y || u.$$typeof === i || u.$$typeof === s || u.$$typeof === l || // This needs to include all possible module reference object
|
|
17425
17425
|
// types supported by any Flight configuration anywhere since
|
|
17426
17426
|
// we don't know which Flight build this will end up being used
|
|
17427
17427
|
// with.
|
|
17428
|
-
|
|
17428
|
+
u.$$typeof === L || u.getModuleId !== void 0));
|
|
17429
17429
|
}
|
|
17430
|
-
function U(
|
|
17431
|
-
var O =
|
|
17430
|
+
function U(u, x, R) {
|
|
17431
|
+
var O = u.displayName;
|
|
17432
17432
|
if (O)
|
|
17433
17433
|
return O;
|
|
17434
17434
|
var X = x.displayName || x.name || "";
|
|
17435
17435
|
return X !== "" ? R + "(" + X + ")" : R;
|
|
17436
17436
|
}
|
|
17437
|
-
function G(
|
|
17438
|
-
return
|
|
17437
|
+
function G(u) {
|
|
17438
|
+
return u.displayName || "Context";
|
|
17439
17439
|
}
|
|
17440
|
-
function H(
|
|
17441
|
-
if (
|
|
17440
|
+
function H(u) {
|
|
17441
|
+
if (u == null)
|
|
17442
17442
|
return null;
|
|
17443
|
-
if (typeof
|
|
17444
|
-
return
|
|
17445
|
-
if (typeof
|
|
17446
|
-
return
|
|
17447
|
-
switch (
|
|
17443
|
+
if (typeof u.tag == "number" && _("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof u == "function")
|
|
17444
|
+
return u.displayName || u.name || null;
|
|
17445
|
+
if (typeof u == "string")
|
|
17446
|
+
return u;
|
|
17447
|
+
switch (u) {
|
|
17448
17448
|
case n:
|
|
17449
17449
|
return "Fragment";
|
|
17450
17450
|
case r:
|
|
@@ -17458,21 +17458,21 @@ function $2() {
|
|
|
17458
17458
|
case f:
|
|
17459
17459
|
return "SuspenseList";
|
|
17460
17460
|
}
|
|
17461
|
-
if (typeof
|
|
17462
|
-
switch (
|
|
17461
|
+
if (typeof u == "object")
|
|
17462
|
+
switch (u.$$typeof) {
|
|
17463
17463
|
case s:
|
|
17464
|
-
var x =
|
|
17464
|
+
var x = u;
|
|
17465
17465
|
return G(x) + ".Consumer";
|
|
17466
17466
|
case i:
|
|
17467
|
-
var R =
|
|
17467
|
+
var R = u;
|
|
17468
17468
|
return G(R._context) + ".Provider";
|
|
17469
17469
|
case l:
|
|
17470
|
-
return U(
|
|
17470
|
+
return U(u, u.render, "ForwardRef");
|
|
17471
17471
|
case y:
|
|
17472
|
-
var O =
|
|
17473
|
-
return O !== null ? O : H(
|
|
17472
|
+
var O = u.displayName || null;
|
|
17473
|
+
return O !== null ? O : H(u.type) || "Memo";
|
|
17474
17474
|
case m: {
|
|
17475
|
-
var X =
|
|
17475
|
+
var X = u, te = X._payload, j = X._init;
|
|
17476
17476
|
try {
|
|
17477
17477
|
return H(j(te));
|
|
17478
17478
|
} catch {
|
|
@@ -17490,20 +17490,20 @@ function $2() {
|
|
|
17490
17490
|
{
|
|
17491
17491
|
if (re === 0) {
|
|
17492
17492
|
ee = console.log, T = console.info, Z = console.warn, I = console.error, D = console.group, A = console.groupCollapsed, J = console.groupEnd;
|
|
17493
|
-
var
|
|
17493
|
+
var u = {
|
|
17494
17494
|
configurable: !0,
|
|
17495
17495
|
enumerable: !0,
|
|
17496
17496
|
value: N,
|
|
17497
17497
|
writable: !0
|
|
17498
17498
|
};
|
|
17499
17499
|
Object.defineProperties(console, {
|
|
17500
|
-
info:
|
|
17501
|
-
log:
|
|
17502
|
-
warn:
|
|
17503
|
-
error:
|
|
17504
|
-
group:
|
|
17505
|
-
groupCollapsed:
|
|
17506
|
-
groupEnd:
|
|
17500
|
+
info: u,
|
|
17501
|
+
log: u,
|
|
17502
|
+
warn: u,
|
|
17503
|
+
error: u,
|
|
17504
|
+
group: u,
|
|
17505
|
+
groupCollapsed: u,
|
|
17506
|
+
groupEnd: u
|
|
17507
17507
|
});
|
|
17508
17508
|
}
|
|
17509
17509
|
re++;
|
|
@@ -17512,31 +17512,31 @@ function $2() {
|
|
|
17512
17512
|
function ge() {
|
|
17513
17513
|
{
|
|
17514
17514
|
if (re--, re === 0) {
|
|
17515
|
-
var
|
|
17515
|
+
var u = {
|
|
17516
17516
|
configurable: !0,
|
|
17517
17517
|
enumerable: !0,
|
|
17518
17518
|
writable: !0
|
|
17519
17519
|
};
|
|
17520
17520
|
Object.defineProperties(console, {
|
|
17521
|
-
log: M({},
|
|
17521
|
+
log: M({}, u, {
|
|
17522
17522
|
value: ee
|
|
17523
17523
|
}),
|
|
17524
|
-
info: M({},
|
|
17524
|
+
info: M({}, u, {
|
|
17525
17525
|
value: T
|
|
17526
17526
|
}),
|
|
17527
|
-
warn: M({},
|
|
17527
|
+
warn: M({}, u, {
|
|
17528
17528
|
value: Z
|
|
17529
17529
|
}),
|
|
17530
|
-
error: M({},
|
|
17530
|
+
error: M({}, u, {
|
|
17531
17531
|
value: I
|
|
17532
17532
|
}),
|
|
17533
|
-
group: M({},
|
|
17533
|
+
group: M({}, u, {
|
|
17534
17534
|
value: D
|
|
17535
17535
|
}),
|
|
17536
|
-
groupCollapsed: M({},
|
|
17536
|
+
groupCollapsed: M({}, u, {
|
|
17537
17537
|
value: A
|
|
17538
17538
|
}),
|
|
17539
|
-
groupEnd: M({},
|
|
17539
|
+
groupEnd: M({}, u, {
|
|
17540
17540
|
value: J
|
|
17541
17541
|
})
|
|
17542
17542
|
});
|
|
@@ -17545,7 +17545,7 @@ function $2() {
|
|
|
17545
17545
|
}
|
|
17546
17546
|
}
|
|
17547
17547
|
var _e = b.ReactCurrentDispatcher, W;
|
|
17548
|
-
function me(
|
|
17548
|
+
function me(u, x, R) {
|
|
17549
17549
|
{
|
|
17550
17550
|
if (W === void 0)
|
|
17551
17551
|
try {
|
|
@@ -17555,7 +17555,7 @@ function $2() {
|
|
|
17555
17555
|
W = O && O[1] || "";
|
|
17556
17556
|
}
|
|
17557
17557
|
return `
|
|
17558
|
-
` + W +
|
|
17558
|
+
` + W + u;
|
|
17559
17559
|
}
|
|
17560
17560
|
}
|
|
17561
17561
|
var Re = !1, se;
|
|
@@ -17563,11 +17563,11 @@ function $2() {
|
|
|
17563
17563
|
var le = typeof WeakMap == "function" ? WeakMap : Map;
|
|
17564
17564
|
se = new le();
|
|
17565
17565
|
}
|
|
17566
|
-
function Ie(
|
|
17567
|
-
if (!
|
|
17566
|
+
function Ie(u, x) {
|
|
17567
|
+
if (!u || Re)
|
|
17568
17568
|
return "";
|
|
17569
17569
|
{
|
|
17570
|
-
var R = se.get(
|
|
17570
|
+
var R = se.get(u);
|
|
17571
17571
|
if (R !== void 0)
|
|
17572
17572
|
return R;
|
|
17573
17573
|
}
|
|
@@ -17592,14 +17592,14 @@ function $2() {
|
|
|
17592
17592
|
} catch (Ue) {
|
|
17593
17593
|
O = Ue;
|
|
17594
17594
|
}
|
|
17595
|
-
Reflect.construct(
|
|
17595
|
+
Reflect.construct(u, [], j);
|
|
17596
17596
|
} else {
|
|
17597
17597
|
try {
|
|
17598
17598
|
j.call();
|
|
17599
17599
|
} catch (Ue) {
|
|
17600
17600
|
O = Ue;
|
|
17601
17601
|
}
|
|
17602
|
-
|
|
17602
|
+
u.call(j.prototype);
|
|
17603
17603
|
}
|
|
17604
17604
|
} else {
|
|
17605
17605
|
try {
|
|
@@ -17607,7 +17607,7 @@ function $2() {
|
|
|
17607
17607
|
} catch (Ue) {
|
|
17608
17608
|
O = Ue;
|
|
17609
17609
|
}
|
|
17610
|
-
|
|
17610
|
+
u();
|
|
17611
17611
|
}
|
|
17612
17612
|
} catch (Ue) {
|
|
17613
17613
|
if (Ue && O && typeof Ue.stack == "string") {
|
|
@@ -17622,7 +17622,7 @@ function $2() {
|
|
|
17622
17622
|
if (we--, ye--, ye < 0 || V[we] !== De[ye]) {
|
|
17623
17623
|
var Me = `
|
|
17624
17624
|
` + V[we].replace(" at new ", " at ");
|
|
17625
|
-
return
|
|
17625
|
+
return u.displayName && Me.includes("<anonymous>") && (Me = Me.replace("<anonymous>", u.displayName)), typeof u == "function" && se.set(u, Me), Me;
|
|
17626
17626
|
}
|
|
17627
17627
|
while (we >= 1 && ye >= 0);
|
|
17628
17628
|
break;
|
|
@@ -17631,37 +17631,37 @@ function $2() {
|
|
|
17631
17631
|
} finally {
|
|
17632
17632
|
Re = !1, _e.current = te, ge(), Error.prepareStackTrace = X;
|
|
17633
17633
|
}
|
|
17634
|
-
var Se =
|
|
17635
|
-
return typeof
|
|
17634
|
+
var Se = u ? u.displayName || u.name : "", Fe = Se ? me(Se) : "";
|
|
17635
|
+
return typeof u == "function" && se.set(u, Fe), Fe;
|
|
17636
17636
|
}
|
|
17637
|
-
function Ye(
|
|
17638
|
-
return Ie(
|
|
17637
|
+
function Ye(u, x, R) {
|
|
17638
|
+
return Ie(u, !1);
|
|
17639
17639
|
}
|
|
17640
|
-
function Xe(
|
|
17641
|
-
var x =
|
|
17640
|
+
function Xe(u) {
|
|
17641
|
+
var x = u.prototype;
|
|
17642
17642
|
return !!(x && x.isReactComponent);
|
|
17643
17643
|
}
|
|
17644
|
-
function Ke(
|
|
17645
|
-
if (
|
|
17644
|
+
function Ke(u, x, R) {
|
|
17645
|
+
if (u == null)
|
|
17646
17646
|
return "";
|
|
17647
|
-
if (typeof
|
|
17648
|
-
return Ie(
|
|
17649
|
-
if (typeof
|
|
17650
|
-
return me(
|
|
17651
|
-
switch (
|
|
17647
|
+
if (typeof u == "function")
|
|
17648
|
+
return Ie(u, Xe(u));
|
|
17649
|
+
if (typeof u == "string")
|
|
17650
|
+
return me(u);
|
|
17651
|
+
switch (u) {
|
|
17652
17652
|
case c:
|
|
17653
17653
|
return me("Suspense");
|
|
17654
17654
|
case f:
|
|
17655
17655
|
return me("SuspenseList");
|
|
17656
17656
|
}
|
|
17657
|
-
if (typeof
|
|
17658
|
-
switch (
|
|
17657
|
+
if (typeof u == "object")
|
|
17658
|
+
switch (u.$$typeof) {
|
|
17659
17659
|
case l:
|
|
17660
|
-
return Ye(
|
|
17660
|
+
return Ye(u.render);
|
|
17661
17661
|
case y:
|
|
17662
|
-
return Ke(
|
|
17662
|
+
return Ke(u.type, x, R);
|
|
17663
17663
|
case m: {
|
|
17664
|
-
var O =
|
|
17664
|
+
var O = u, X = O._payload, te = O._init;
|
|
17665
17665
|
try {
|
|
17666
17666
|
return Ke(te(X), x, R);
|
|
17667
17667
|
} catch {
|
|
@@ -17671,25 +17671,25 @@ function $2() {
|
|
|
17671
17671
|
return "";
|
|
17672
17672
|
}
|
|
17673
17673
|
var ot = Object.prototype.hasOwnProperty, wt = {}, St = b.ReactDebugCurrentFrame;
|
|
17674
|
-
function _t(
|
|
17675
|
-
if (
|
|
17676
|
-
var x =
|
|
17674
|
+
function _t(u) {
|
|
17675
|
+
if (u) {
|
|
17676
|
+
var x = u._owner, R = Ke(u.type, u._source, x ? x.type : null);
|
|
17677
17677
|
St.setExtraStackFrame(R);
|
|
17678
17678
|
} else
|
|
17679
17679
|
St.setExtraStackFrame(null);
|
|
17680
17680
|
}
|
|
17681
|
-
function $t(
|
|
17681
|
+
function $t(u, x, R, O, X) {
|
|
17682
17682
|
{
|
|
17683
17683
|
var te = Function.call.bind(ot);
|
|
17684
|
-
for (var j in
|
|
17685
|
-
if (te(
|
|
17684
|
+
for (var j in u)
|
|
17685
|
+
if (te(u, j)) {
|
|
17686
17686
|
var V = void 0;
|
|
17687
17687
|
try {
|
|
17688
|
-
if (typeof
|
|
17689
|
-
var De = Error((O || "React class") + ": " + R + " type `" + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof
|
|
17688
|
+
if (typeof u[j] != "function") {
|
|
17689
|
+
var De = Error((O || "React class") + ": " + R + " type `" + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof u[j] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
17690
17690
|
throw De.name = "Invariant Violation", De;
|
|
17691
17691
|
}
|
|
17692
|
-
V =
|
|
17692
|
+
V = u[j](x, j, O, R, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
17693
17693
|
} catch (we) {
|
|
17694
17694
|
V = we;
|
|
17695
17695
|
}
|
|
@@ -17698,28 +17698,28 @@ function $2() {
|
|
|
17698
17698
|
}
|
|
17699
17699
|
}
|
|
17700
17700
|
var Tt = Array.isArray;
|
|
17701
|
-
function Je(
|
|
17702
|
-
return Tt(
|
|
17701
|
+
function Je(u) {
|
|
17702
|
+
return Tt(u);
|
|
17703
17703
|
}
|
|
17704
|
-
function xt(
|
|
17704
|
+
function xt(u) {
|
|
17705
17705
|
{
|
|
17706
|
-
var x = typeof Symbol == "function" && Symbol.toStringTag, R = x &&
|
|
17706
|
+
var x = typeof Symbol == "function" && Symbol.toStringTag, R = x && u[Symbol.toStringTag] || u.constructor.name || "Object";
|
|
17707
17707
|
return R;
|
|
17708
17708
|
}
|
|
17709
17709
|
}
|
|
17710
|
-
function ht(
|
|
17710
|
+
function ht(u) {
|
|
17711
17711
|
try {
|
|
17712
|
-
return be(
|
|
17712
|
+
return be(u), !1;
|
|
17713
17713
|
} catch {
|
|
17714
17714
|
return !0;
|
|
17715
17715
|
}
|
|
17716
17716
|
}
|
|
17717
|
-
function be(
|
|
17718
|
-
return "" +
|
|
17717
|
+
function be(u) {
|
|
17718
|
+
return "" + u;
|
|
17719
17719
|
}
|
|
17720
|
-
function ze(
|
|
17721
|
-
if (ht(
|
|
17722
|
-
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", xt(
|
|
17720
|
+
function ze(u) {
|
|
17721
|
+
if (ht(u))
|
|
17722
|
+
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", xt(u)), be(u);
|
|
17723
17723
|
}
|
|
17724
17724
|
var oe = b.ReactCurrentOwner, Te = {
|
|
17725
17725
|
key: !0,
|
|
@@ -17728,56 +17728,56 @@ function $2() {
|
|
|
17728
17728
|
__source: !0
|
|
17729
17729
|
}, Qe, ct, Ce;
|
|
17730
17730
|
Ce = {};
|
|
17731
|
-
function ce(
|
|
17732
|
-
if (ot.call(
|
|
17733
|
-
var x = Object.getOwnPropertyDescriptor(
|
|
17731
|
+
function ce(u) {
|
|
17732
|
+
if (ot.call(u, "ref")) {
|
|
17733
|
+
var x = Object.getOwnPropertyDescriptor(u, "ref").get;
|
|
17734
17734
|
if (x && x.isReactWarning)
|
|
17735
17735
|
return !1;
|
|
17736
17736
|
}
|
|
17737
|
-
return
|
|
17737
|
+
return u.ref !== void 0;
|
|
17738
17738
|
}
|
|
17739
|
-
function vt(
|
|
17740
|
-
if (ot.call(
|
|
17741
|
-
var x = Object.getOwnPropertyDescriptor(
|
|
17739
|
+
function vt(u) {
|
|
17740
|
+
if (ot.call(u, "key")) {
|
|
17741
|
+
var x = Object.getOwnPropertyDescriptor(u, "key").get;
|
|
17742
17742
|
if (x && x.isReactWarning)
|
|
17743
17743
|
return !1;
|
|
17744
17744
|
}
|
|
17745
|
-
return
|
|
17745
|
+
return u.key !== void 0;
|
|
17746
17746
|
}
|
|
17747
|
-
function Bt(
|
|
17748
|
-
if (typeof
|
|
17747
|
+
function Bt(u, x) {
|
|
17748
|
+
if (typeof u.ref == "string" && oe.current && x && oe.current.stateNode !== x) {
|
|
17749
17749
|
var R = H(oe.current.type);
|
|
17750
|
-
Ce[R] || (_('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(oe.current.type),
|
|
17750
|
+
Ce[R] || (_('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(oe.current.type), u.ref), Ce[R] = !0);
|
|
17751
17751
|
}
|
|
17752
17752
|
}
|
|
17753
|
-
function Ft(
|
|
17753
|
+
function Ft(u, x) {
|
|
17754
17754
|
{
|
|
17755
17755
|
var R = function() {
|
|
17756
17756
|
Qe || (Qe = !0, _("%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)", x));
|
|
17757
17757
|
};
|
|
17758
|
-
R.isReactWarning = !0, Object.defineProperty(
|
|
17758
|
+
R.isReactWarning = !0, Object.defineProperty(u, "key", {
|
|
17759
17759
|
get: R,
|
|
17760
17760
|
configurable: !0
|
|
17761
17761
|
});
|
|
17762
17762
|
}
|
|
17763
17763
|
}
|
|
17764
|
-
function Hr(
|
|
17764
|
+
function Hr(u, x) {
|
|
17765
17765
|
{
|
|
17766
17766
|
var R = function() {
|
|
17767
17767
|
ct || (ct = !0, _("%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)", x));
|
|
17768
17768
|
};
|
|
17769
|
-
R.isReactWarning = !0, Object.defineProperty(
|
|
17769
|
+
R.isReactWarning = !0, Object.defineProperty(u, "ref", {
|
|
17770
17770
|
get: R,
|
|
17771
17771
|
configurable: !0
|
|
17772
17772
|
});
|
|
17773
17773
|
}
|
|
17774
17774
|
}
|
|
17775
|
-
var Pr = function(
|
|
17775
|
+
var Pr = function(u, x, R, O, X, te, j) {
|
|
17776
17776
|
var V = {
|
|
17777
17777
|
// This tag allows us to uniquely identify this as a React Element
|
|
17778
17778
|
$$typeof: t,
|
|
17779
17779
|
// Built-in properties that belong on the element
|
|
17780
|
-
type:
|
|
17780
|
+
type: u,
|
|
17781
17781
|
key: x,
|
|
17782
17782
|
ref: R,
|
|
17783
17783
|
props: j,
|
|
@@ -17801,58 +17801,58 @@ function $2() {
|
|
|
17801
17801
|
value: X
|
|
17802
17802
|
}), Object.freeze && (Object.freeze(V.props), Object.freeze(V)), V;
|
|
17803
17803
|
};
|
|
17804
|
-
function vn(
|
|
17804
|
+
function vn(u, x, R, O, X) {
|
|
17805
17805
|
{
|
|
17806
17806
|
var te, j = {}, V = null, De = null;
|
|
17807
17807
|
R !== void 0 && (ze(R), V = "" + R), vt(x) && (ze(x.key), V = "" + x.key), ce(x) && (De = x.ref, Bt(x, X));
|
|
17808
17808
|
for (te in x)
|
|
17809
17809
|
ot.call(x, te) && !Te.hasOwnProperty(te) && (j[te] = x[te]);
|
|
17810
|
-
if (
|
|
17811
|
-
var we =
|
|
17810
|
+
if (u && u.defaultProps) {
|
|
17811
|
+
var we = u.defaultProps;
|
|
17812
17812
|
for (te in we)
|
|
17813
17813
|
j[te] === void 0 && (j[te] = we[te]);
|
|
17814
17814
|
}
|
|
17815
17815
|
if (V || De) {
|
|
17816
|
-
var ye = typeof
|
|
17816
|
+
var ye = typeof u == "function" ? u.displayName || u.name || "Unknown" : u;
|
|
17817
17817
|
V && Ft(j, ye), De && Hr(j, ye);
|
|
17818
17818
|
}
|
|
17819
|
-
return Pr(
|
|
17819
|
+
return Pr(u, V, De, X, O, oe.current, j);
|
|
17820
17820
|
}
|
|
17821
17821
|
}
|
|
17822
17822
|
var Ht = b.ReactCurrentOwner, Ar = b.ReactDebugCurrentFrame;
|
|
17823
|
-
function yt(
|
|
17824
|
-
if (
|
|
17825
|
-
var x =
|
|
17823
|
+
function yt(u) {
|
|
17824
|
+
if (u) {
|
|
17825
|
+
var x = u._owner, R = Ke(u.type, u._source, x ? x.type : null);
|
|
17826
17826
|
Ar.setExtraStackFrame(R);
|
|
17827
17827
|
} else
|
|
17828
17828
|
Ar.setExtraStackFrame(null);
|
|
17829
17829
|
}
|
|
17830
17830
|
var rr;
|
|
17831
17831
|
rr = !1;
|
|
17832
|
-
function S(
|
|
17833
|
-
return typeof
|
|
17832
|
+
function S(u) {
|
|
17833
|
+
return typeof u == "object" && u !== null && u.$$typeof === t;
|
|
17834
17834
|
}
|
|
17835
17835
|
function E() {
|
|
17836
17836
|
{
|
|
17837
17837
|
if (Ht.current) {
|
|
17838
|
-
var
|
|
17839
|
-
if (
|
|
17838
|
+
var u = H(Ht.current.type);
|
|
17839
|
+
if (u)
|
|
17840
17840
|
return `
|
|
17841
17841
|
|
|
17842
|
-
Check the render method of \`` +
|
|
17842
|
+
Check the render method of \`` + u + "`.";
|
|
17843
17843
|
}
|
|
17844
17844
|
return "";
|
|
17845
17845
|
}
|
|
17846
17846
|
}
|
|
17847
|
-
function P(
|
|
17847
|
+
function P(u) {
|
|
17848
17848
|
return "";
|
|
17849
17849
|
}
|
|
17850
17850
|
var F = {};
|
|
17851
|
-
function ne(
|
|
17851
|
+
function ne(u) {
|
|
17852
17852
|
{
|
|
17853
17853
|
var x = E();
|
|
17854
17854
|
if (!x) {
|
|
17855
|
-
var R = typeof
|
|
17855
|
+
var R = typeof u == "string" ? u : u.displayName || u.name;
|
|
17856
17856
|
R && (x = `
|
|
17857
17857
|
|
|
17858
17858
|
Check the top-level render call using <` + R + ">.");
|
|
@@ -17860,41 +17860,41 @@ Check the top-level render call using <` + R + ">.");
|
|
|
17860
17860
|
return x;
|
|
17861
17861
|
}
|
|
17862
17862
|
}
|
|
17863
|
-
function ke(
|
|
17863
|
+
function ke(u, x) {
|
|
17864
17864
|
{
|
|
17865
|
-
if (!
|
|
17865
|
+
if (!u._store || u._store.validated || u.key != null)
|
|
17866
17866
|
return;
|
|
17867
|
-
|
|
17867
|
+
u._store.validated = !0;
|
|
17868
17868
|
var R = ne(x);
|
|
17869
17869
|
if (F[R])
|
|
17870
17870
|
return;
|
|
17871
17871
|
F[R] = !0;
|
|
17872
17872
|
var O = "";
|
|
17873
|
-
|
|
17873
|
+
u && u._owner && u._owner !== Ht.current && (O = " It was passed a child from " + H(u._owner.type) + "."), yt(u), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', R, O), yt(null);
|
|
17874
17874
|
}
|
|
17875
17875
|
}
|
|
17876
|
-
function de(
|
|
17876
|
+
function de(u, x) {
|
|
17877
17877
|
{
|
|
17878
|
-
if (typeof
|
|
17878
|
+
if (typeof u != "object")
|
|
17879
17879
|
return;
|
|
17880
|
-
if (Je(
|
|
17881
|
-
for (var R = 0; R <
|
|
17882
|
-
var O =
|
|
17880
|
+
if (Je(u))
|
|
17881
|
+
for (var R = 0; R < u.length; R++) {
|
|
17882
|
+
var O = u[R];
|
|
17883
17883
|
S(O) && ke(O, x);
|
|
17884
17884
|
}
|
|
17885
|
-
else if (S(
|
|
17886
|
-
|
|
17887
|
-
else if (
|
|
17888
|
-
var X = v(
|
|
17889
|
-
if (typeof X == "function" && X !==
|
|
17890
|
-
for (var te = X.call(
|
|
17885
|
+
else if (S(u))
|
|
17886
|
+
u._store && (u._store.validated = !0);
|
|
17887
|
+
else if (u) {
|
|
17888
|
+
var X = v(u);
|
|
17889
|
+
if (typeof X == "function" && X !== u.entries)
|
|
17890
|
+
for (var te = X.call(u), j; !(j = te.next()).done; )
|
|
17891
17891
|
S(j.value) && ke(j.value, x);
|
|
17892
17892
|
}
|
|
17893
17893
|
}
|
|
17894
17894
|
}
|
|
17895
|
-
function ue(
|
|
17895
|
+
function ue(u) {
|
|
17896
17896
|
{
|
|
17897
|
-
var x =
|
|
17897
|
+
var x = u.type;
|
|
17898
17898
|
if (x == null || typeof x == "string")
|
|
17899
17899
|
return;
|
|
17900
17900
|
var R;
|
|
@@ -17908,7 +17908,7 @@ Check the top-level render call using <` + R + ">.");
|
|
|
17908
17908
|
return;
|
|
17909
17909
|
if (R) {
|
|
17910
17910
|
var O = H(x);
|
|
17911
|
-
$t(R,
|
|
17911
|
+
$t(R, u.props, "prop", O, u);
|
|
17912
17912
|
} else if (x.PropTypes !== void 0 && !rr) {
|
|
17913
17913
|
rr = !0;
|
|
17914
17914
|
var X = H(x);
|
|
@@ -17917,30 +17917,30 @@ Check the top-level render call using <` + R + ">.");
|
|
|
17917
17917
|
typeof x.getDefaultProps == "function" && !x.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
17918
17918
|
}
|
|
17919
17919
|
}
|
|
17920
|
-
function ae(
|
|
17920
|
+
function ae(u) {
|
|
17921
17921
|
{
|
|
17922
|
-
for (var x = Object.keys(
|
|
17922
|
+
for (var x = Object.keys(u.props), R = 0; R < x.length; R++) {
|
|
17923
17923
|
var O = x[R];
|
|
17924
17924
|
if (O !== "children" && O !== "key") {
|
|
17925
|
-
yt(
|
|
17925
|
+
yt(u), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", O), yt(null);
|
|
17926
17926
|
break;
|
|
17927
17927
|
}
|
|
17928
17928
|
}
|
|
17929
|
-
|
|
17929
|
+
u.ref !== null && (yt(u), _("Invalid attribute `ref` supplied to `React.Fragment`."), yt(null));
|
|
17930
17930
|
}
|
|
17931
17931
|
}
|
|
17932
|
-
function qe(
|
|
17932
|
+
function qe(u, x, R, O, X, te) {
|
|
17933
17933
|
{
|
|
17934
|
-
var j = K(
|
|
17934
|
+
var j = K(u);
|
|
17935
17935
|
if (!j) {
|
|
17936
17936
|
var V = "";
|
|
17937
|
-
(
|
|
17937
|
+
(u === void 0 || typeof u == "object" && u !== null && Object.keys(u).length === 0) && (V += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
17938
17938
|
var De = P();
|
|
17939
17939
|
De ? V += De : V += E();
|
|
17940
17940
|
var we;
|
|
17941
|
-
|
|
17941
|
+
u === null ? we = "null" : Je(u) ? we = "array" : u !== void 0 && u.$$typeof === t ? (we = "<" + (H(u.type) || "Unknown") + " />", V = " Did you accidentally export a JSX literal instead of a component?") : we = typeof u, _("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", we, V);
|
|
17942
17942
|
}
|
|
17943
|
-
var ye = vn(
|
|
17943
|
+
var ye = vn(u, x, R, X, te);
|
|
17944
17944
|
if (ye == null)
|
|
17945
17945
|
return ye;
|
|
17946
17946
|
if (j) {
|
|
@@ -17949,21 +17949,21 @@ Check the top-level render call using <` + R + ">.");
|
|
|
17949
17949
|
if (O)
|
|
17950
17950
|
if (Je(Me)) {
|
|
17951
17951
|
for (var Se = 0; Se < Me.length; Se++)
|
|
17952
|
-
de(Me[Se],
|
|
17952
|
+
de(Me[Se], u);
|
|
17953
17953
|
Object.freeze && Object.freeze(Me);
|
|
17954
17954
|
} else
|
|
17955
17955
|
_("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
17956
17956
|
else
|
|
17957
|
-
de(Me,
|
|
17957
|
+
de(Me, u);
|
|
17958
17958
|
}
|
|
17959
|
-
return
|
|
17959
|
+
return u === n ? ae(ye) : ue(ye), ye;
|
|
17960
17960
|
}
|
|
17961
17961
|
}
|
|
17962
|
-
function rt(
|
|
17963
|
-
return qe(
|
|
17962
|
+
function rt(u, x, R) {
|
|
17963
|
+
return qe(u, x, R, !0);
|
|
17964
17964
|
}
|
|
17965
|
-
function xe(
|
|
17966
|
-
return qe(
|
|
17965
|
+
function xe(u, x, R) {
|
|
17966
|
+
return qe(u, x, R, !1);
|
|
17967
17967
|
}
|
|
17968
17968
|
var Ne = xe, at = rt;
|
|
17969
17969
|
wn.Fragment = n, wn.jsx = Ne, wn.jsxs = at;
|
|
@@ -18993,11 +18993,11 @@ function d5(e) {
|
|
|
18993
18993
|
let at = it(404, {
|
|
18994
18994
|
pathname: E.pathname
|
|
18995
18995
|
}), {
|
|
18996
|
-
matches:
|
|
18996
|
+
matches: u,
|
|
18997
18997
|
route: x
|
|
18998
18998
|
} = Io(F);
|
|
18999
18999
|
Pr(), Ie(E, {
|
|
19000
|
-
matches:
|
|
19000
|
+
matches: u,
|
|
19001
19001
|
loaderData: {},
|
|
19002
19002
|
errors: {
|
|
19003
19003
|
[x.id]: at
|
|
@@ -19098,8 +19098,8 @@ function d5(e) {
|
|
|
19098
19098
|
};
|
|
19099
19099
|
}
|
|
19100
19100
|
async function wt(S, E, P, F, ne, ke, de, ue, ae, qe, rt) {
|
|
19101
|
-
let xe = F || Ca(E, ne), Ne = ne || ke || _l(xe), at = s || i, [
|
|
19102
|
-
if (Pr((Se) => !(P && P.some((Fe) => Fe.route.id === Se)) ||
|
|
19101
|
+
let xe = F || Ca(E, ne), Ne = ne || ke || _l(xe), at = s || i, [u, x] = hl(e.history, w, P, Ne, E, c.v7_partialHydration && ue === !0, M, re, ee, Y, J, A, at, l, qe, rt);
|
|
19102
|
+
if (Pr((Se) => !(P && P.some((Fe) => Fe.route.id === Se)) || u && u.some((Fe) => Fe.route.id === Se)), I = ++Z, u.length === 0 && x.length === 0) {
|
|
19103
19103
|
let Se = Ce();
|
|
19104
19104
|
return Ie(E, Ae({
|
|
19105
19105
|
matches: P,
|
|
@@ -19143,7 +19143,7 @@ function d5(e) {
|
|
|
19143
19143
|
results: O,
|
|
19144
19144
|
loaderResults: X,
|
|
19145
19145
|
fetcherResults: te
|
|
19146
|
-
} = await Je(w.matches, P,
|
|
19146
|
+
} = await Je(w.matches, P, u, x, S);
|
|
19147
19147
|
if (S.signal.aborted)
|
|
19148
19148
|
return {
|
|
19149
19149
|
shortCircuited: !0
|
|
@@ -19151,8 +19151,8 @@ function d5(e) {
|
|
|
19151
19151
|
L && L.signal.removeEventListener("abort", R), x.forEach((Se) => T.delete(Se.key));
|
|
19152
19152
|
let j = bl(O);
|
|
19153
19153
|
if (j) {
|
|
19154
|
-
if (j.idx >=
|
|
19155
|
-
let Se = x[j.idx -
|
|
19154
|
+
if (j.idx >= u.length) {
|
|
19155
|
+
let Se = x[j.idx - u.length].key;
|
|
19156
19156
|
A.add(Se);
|
|
19157
19157
|
}
|
|
19158
19158
|
return await Tt(w, j.result, {
|
|
@@ -19164,7 +19164,7 @@ function d5(e) {
|
|
|
19164
19164
|
let {
|
|
19165
19165
|
loaderData: V,
|
|
19166
19166
|
errors: De
|
|
19167
|
-
} = vl(w, P,
|
|
19167
|
+
} = vl(w, P, u, X, rt, x, te, ge);
|
|
19168
19168
|
ge.forEach((Se, Fe) => {
|
|
19169
19169
|
Se.subscribe((Ue) => {
|
|
19170
19170
|
(Ue || Se.done) && ge.delete(Fe);
|
|
@@ -19258,7 +19258,7 @@ function d5(e) {
|
|
|
19258
19258
|
throw it(400, {
|
|
19259
19259
|
type: "defer-action"
|
|
19260
19260
|
});
|
|
19261
|
-
let Ne = w.navigation.location || w.location, at = _n(e.history, Ne, ae.signal),
|
|
19261
|
+
let Ne = w.navigation.location || w.location, at = _n(e.history, Ne, ae.signal), u = s || i, x = w.navigation.state !== "idle" ? _r(u, w.navigation.location, l) : w.matches;
|
|
19262
19262
|
Le(x, "Didn't find any matches after fetcher action");
|
|
19263
19263
|
let R = ++Z;
|
|
19264
19264
|
D.set(S, R);
|
|
@@ -19277,7 +19277,7 @@ function d5(e) {
|
|
|
19277
19277
|
Y,
|
|
19278
19278
|
J,
|
|
19279
19279
|
A,
|
|
19280
|
-
|
|
19280
|
+
u,
|
|
19281
19281
|
l,
|
|
19282
19282
|
{
|
|
19283
19283
|
[F.route.id]: xe.data
|