@slashid/jump-page 0.0.8-package.12 → 0.0.8-package.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package/main.js +196 -220
- package/package/main.js.map +1 -1
- package/package/style.css +1 -1
- package/package.json +2 -1
package/package/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var ct = (t, e, s) => (
|
|
4
|
-
import Ce, { useLayoutEffect as dt, forwardRef as
|
|
1
|
+
var xs = Object.defineProperty;
|
|
2
|
+
var vs = (t, e, s) => e in t ? xs(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;
|
|
3
|
+
var ct = (t, e, s) => (vs(t, typeof e != "symbol" ? e + "" : e, s), s);
|
|
4
|
+
import Ce, { useLayoutEffect as dt, forwardRef as ms, useCallback as Cs, useState as ue, createContext as Et, useMemo as St, useContext as ws, useEffect as jt } from "react";
|
|
5
5
|
var Ae = { exports: {} }, ie = {};
|
|
6
6
|
/**
|
|
7
7
|
* @license React
|
|
@@ -13,7 +13,7 @@ var Ae = { exports: {} }, ie = {};
|
|
|
13
13
|
* LICENSE file in the root directory of this source tree.
|
|
14
14
|
*/
|
|
15
15
|
var ft;
|
|
16
|
-
function
|
|
16
|
+
function ys() {
|
|
17
17
|
if (ft)
|
|
18
18
|
return ie;
|
|
19
19
|
ft = 1;
|
|
@@ -41,7 +41,7 @@ var le = {};
|
|
|
41
41
|
* LICENSE file in the root directory of this source tree.
|
|
42
42
|
*/
|
|
43
43
|
var ht;
|
|
44
|
-
function
|
|
44
|
+
function zs() {
|
|
45
45
|
return ht || (ht = 1, process.env.NODE_ENV !== "production" && function() {
|
|
46
46
|
var t = Ce, e = Symbol.for("react.element"), s = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), f = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), x = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), O = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), B = Symbol.iterator, Se = "@@iterator";
|
|
47
47
|
function re(n) {
|
|
@@ -136,7 +136,7 @@ function ys() {
|
|
|
136
136
|
function fe() {
|
|
137
137
|
}
|
|
138
138
|
fe.__reactDisabledLog = !0;
|
|
139
|
-
function
|
|
139
|
+
function Gt() {
|
|
140
140
|
{
|
|
141
141
|
if (V === 0) {
|
|
142
142
|
ae = console.log, X = console.info, Y = console.warn, de = console.error, I = console.group, F = console.groupCollapsed, ee = console.groupEnd;
|
|
@@ -159,7 +159,7 @@ function ys() {
|
|
|
159
159
|
V++;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
function
|
|
162
|
+
function Wt() {
|
|
163
163
|
{
|
|
164
164
|
if (V--, V === 0) {
|
|
165
165
|
var n = {
|
|
@@ -210,8 +210,8 @@ function ys() {
|
|
|
210
210
|
}
|
|
211
211
|
var Oe = !1, _e;
|
|
212
212
|
{
|
|
213
|
-
var
|
|
214
|
-
_e = new
|
|
213
|
+
var Jt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
214
|
+
_e = new Jt();
|
|
215
215
|
}
|
|
216
216
|
function Ke(n, i) {
|
|
217
217
|
if (!n || Oe)
|
|
@@ -226,7 +226,7 @@ function ys() {
|
|
|
226
226
|
var g = Error.prepareStackTrace;
|
|
227
227
|
Error.prepareStackTrace = void 0;
|
|
228
228
|
var v;
|
|
229
|
-
v = Re.current, Re.current = null,
|
|
229
|
+
v = Re.current, Re.current = null, Gt();
|
|
230
230
|
try {
|
|
231
231
|
if (i) {
|
|
232
232
|
var p = function() {
|
|
@@ -279,15 +279,15 @@ function ys() {
|
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
} finally {
|
|
282
|
-
Oe = !1, Re.current = v,
|
|
282
|
+
Oe = !1, Re.current = v, Wt(), Error.prepareStackTrace = g;
|
|
283
283
|
}
|
|
284
284
|
var se = n ? n.displayName || n.name : "", ut = se ? he(se) : "";
|
|
285
285
|
return typeof n == "function" && _e.set(n, ut), ut;
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function Kt(n, i, u) {
|
|
288
288
|
return Ke(n, !1);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function Zt(n) {
|
|
291
291
|
var i = n.prototype;
|
|
292
292
|
return !!(i && i.isReactComponent);
|
|
293
293
|
}
|
|
@@ -295,7 +295,7 @@ function ys() {
|
|
|
295
295
|
if (n == null)
|
|
296
296
|
return "";
|
|
297
297
|
if (typeof n == "function")
|
|
298
|
-
return Ke(n,
|
|
298
|
+
return Ke(n, Zt(n));
|
|
299
299
|
if (typeof n == "string")
|
|
300
300
|
return he(n);
|
|
301
301
|
switch (n) {
|
|
@@ -307,7 +307,7 @@ function ys() {
|
|
|
307
307
|
if (typeof n == "object")
|
|
308
308
|
switch (n.$$typeof) {
|
|
309
309
|
case d:
|
|
310
|
-
return
|
|
310
|
+
return Kt(n.render);
|
|
311
311
|
case w:
|
|
312
312
|
return pe(n.type, i, u);
|
|
313
313
|
case O: {
|
|
@@ -328,7 +328,7 @@ function ys() {
|
|
|
328
328
|
} else
|
|
329
329
|
Qe.setExtraStackFrame(null);
|
|
330
330
|
}
|
|
331
|
-
function
|
|
331
|
+
function Qt(n, i, u, h, g) {
|
|
332
332
|
{
|
|
333
333
|
var v = Function.call.bind(be);
|
|
334
334
|
for (var p in n)
|
|
@@ -347,17 +347,17 @@ function ys() {
|
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
var
|
|
350
|
+
var Xt = Array.isArray;
|
|
351
351
|
function Me(n) {
|
|
352
|
-
return
|
|
352
|
+
return Xt(n);
|
|
353
353
|
}
|
|
354
|
-
function
|
|
354
|
+
function es(n) {
|
|
355
355
|
{
|
|
356
356
|
var i = typeof Symbol == "function" && Symbol.toStringTag, u = i && n[Symbol.toStringTag] || n.constructor.name || "Object";
|
|
357
357
|
return u;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
function
|
|
360
|
+
function ts(n) {
|
|
361
361
|
try {
|
|
362
362
|
return Xe(n), !1;
|
|
363
363
|
} catch {
|
|
@@ -368,17 +368,17 @@ function ys() {
|
|
|
368
368
|
return "" + n;
|
|
369
369
|
}
|
|
370
370
|
function et(n) {
|
|
371
|
-
if (
|
|
372
|
-
return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
371
|
+
if (ts(n))
|
|
372
|
+
return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", es(n)), Xe(n);
|
|
373
373
|
}
|
|
374
|
-
var oe = A.ReactCurrentOwner,
|
|
374
|
+
var oe = A.ReactCurrentOwner, ss = {
|
|
375
375
|
key: !0,
|
|
376
376
|
ref: !0,
|
|
377
377
|
__self: !0,
|
|
378
378
|
__source: !0
|
|
379
379
|
}, tt, st, ke;
|
|
380
380
|
ke = {};
|
|
381
|
-
function
|
|
381
|
+
function rs(n) {
|
|
382
382
|
if (be.call(n, "ref")) {
|
|
383
383
|
var i = Object.getOwnPropertyDescriptor(n, "ref").get;
|
|
384
384
|
if (i && i.isReactWarning)
|
|
@@ -386,7 +386,7 @@ function ys() {
|
|
|
386
386
|
}
|
|
387
387
|
return n.ref !== void 0;
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function ns(n) {
|
|
390
390
|
if (be.call(n, "key")) {
|
|
391
391
|
var i = Object.getOwnPropertyDescriptor(n, "key").get;
|
|
392
392
|
if (i && i.isReactWarning)
|
|
@@ -394,13 +394,13 @@ function ys() {
|
|
|
394
394
|
}
|
|
395
395
|
return n.key !== void 0;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function as(n, i) {
|
|
398
398
|
if (typeof n.ref == "string" && oe.current && i && oe.current.stateNode !== i) {
|
|
399
399
|
var u = R(oe.current.type);
|
|
400
400
|
ke[u] || (j('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', R(oe.current.type), n.ref), ke[u] = !0);
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
function
|
|
403
|
+
function os(n, i) {
|
|
404
404
|
{
|
|
405
405
|
var u = function() {
|
|
406
406
|
tt || (tt = !0, j("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
@@ -411,7 +411,7 @@ function ys() {
|
|
|
411
411
|
});
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
function
|
|
414
|
+
function is(n, i) {
|
|
415
415
|
{
|
|
416
416
|
var u = function() {
|
|
417
417
|
st || (st = !0, j("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
@@ -422,7 +422,7 @@ function ys() {
|
|
|
422
422
|
});
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
var
|
|
425
|
+
var ls = function(n, i, u, h, g, v, p) {
|
|
426
426
|
var _ = {
|
|
427
427
|
// This tag allows us to uniquely identify this as a React Element
|
|
428
428
|
$$typeof: e,
|
|
@@ -451,12 +451,12 @@ function ys() {
|
|
|
451
451
|
value: g
|
|
452
452
|
}), Object.freeze && (Object.freeze(_.props), Object.freeze(_)), _;
|
|
453
453
|
};
|
|
454
|
-
function
|
|
454
|
+
function us(n, i, u, h, g) {
|
|
455
455
|
{
|
|
456
456
|
var v, p = {}, _ = null, T = null;
|
|
457
|
-
u !== void 0 && (et(u), _ = "" + u),
|
|
457
|
+
u !== void 0 && (et(u), _ = "" + u), ns(i) && (et(i.key), _ = "" + i.key), rs(i) && (T = i.ref, as(i, g));
|
|
458
458
|
for (v in i)
|
|
459
|
-
be.call(i, v) && !
|
|
459
|
+
be.call(i, v) && !ss.hasOwnProperty(v) && (p[v] = i[v]);
|
|
460
460
|
if (n && n.defaultProps) {
|
|
461
461
|
var y = n.defaultProps;
|
|
462
462
|
for (v in y)
|
|
@@ -464,9 +464,9 @@ function ys() {
|
|
|
464
464
|
}
|
|
465
465
|
if (_ || T) {
|
|
466
466
|
var E = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
|
|
467
|
-
_ &&
|
|
467
|
+
_ && os(p, E), T && is(p, E);
|
|
468
468
|
}
|
|
469
|
-
return
|
|
469
|
+
return ls(n, _, T, g, h, oe.current, p);
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
var Pe = A.ReactCurrentOwner, rt = A.ReactDebugCurrentFrame;
|
|
@@ -494,7 +494,7 @@ Check the render method of \`` + n + "`.";
|
|
|
494
494
|
return "";
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
|
-
function
|
|
497
|
+
function cs(n) {
|
|
498
498
|
{
|
|
499
499
|
if (n !== void 0) {
|
|
500
500
|
var i = n.fileName.replace(/^.*[\\\/]/, ""), u = n.lineNumber;
|
|
@@ -506,7 +506,7 @@ Check your code at ` + i + ":" + u + ".";
|
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
var at = {};
|
|
509
|
-
function
|
|
509
|
+
function ds(n) {
|
|
510
510
|
{
|
|
511
511
|
var i = nt();
|
|
512
512
|
if (!i) {
|
|
@@ -523,7 +523,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
523
523
|
if (!n._store || n._store.validated || n.key != null)
|
|
524
524
|
return;
|
|
525
525
|
n._store.validated = !0;
|
|
526
|
-
var u =
|
|
526
|
+
var u = ds(i);
|
|
527
527
|
if (at[u])
|
|
528
528
|
return;
|
|
529
529
|
at[u] = !0;
|
|
@@ -550,7 +550,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
|
-
function
|
|
553
|
+
function fs(n) {
|
|
554
554
|
{
|
|
555
555
|
var i = n.type;
|
|
556
556
|
if (i == null || typeof i == "string")
|
|
@@ -566,7 +566,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
566
566
|
return;
|
|
567
567
|
if (u) {
|
|
568
568
|
var h = R(i);
|
|
569
|
-
|
|
569
|
+
Qt(u, n.props, "prop", h, n);
|
|
570
570
|
} else if (i.PropTypes !== void 0 && !Ne) {
|
|
571
571
|
Ne = !0;
|
|
572
572
|
var g = R(i);
|
|
@@ -575,7 +575,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
575
575
|
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
|
-
function
|
|
578
|
+
function hs(n) {
|
|
579
579
|
{
|
|
580
580
|
for (var i = Object.keys(n.props), u = 0; u < i.length; u++) {
|
|
581
581
|
var h = i[u];
|
|
@@ -593,12 +593,12 @@ Check the top-level render call using <` + u + ">.");
|
|
|
593
593
|
if (!p) {
|
|
594
594
|
var _ = "";
|
|
595
595
|
(n === void 0 || typeof n == "object" && n !== null && Object.keys(n).length === 0) && (_ += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
596
|
-
var T =
|
|
596
|
+
var T = cs(g);
|
|
597
597
|
T ? _ += T : _ += nt();
|
|
598
598
|
var y;
|
|
599
599
|
n === null ? y = "null" : Me(n) ? y = "array" : n !== void 0 && n.$$typeof === e ? (y = "<" + (R(n.type) || "Unknown") + " />", _ = " Did you accidentally export a JSX literal instead of a component?") : y = typeof n, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, _);
|
|
600
600
|
}
|
|
601
|
-
var E =
|
|
601
|
+
var E = us(n, i, u, g, v);
|
|
602
602
|
if (E == null)
|
|
603
603
|
return E;
|
|
604
604
|
if (p) {
|
|
@@ -614,22 +614,22 @@ Check the top-level render call using <` + u + ">.");
|
|
|
614
614
|
else
|
|
615
615
|
it(k, n);
|
|
616
616
|
}
|
|
617
|
-
return n === r ?
|
|
617
|
+
return n === r ? hs(E) : fs(E), E;
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
|
-
function
|
|
620
|
+
function _s(n, i, u) {
|
|
621
621
|
return lt(n, i, u, !0);
|
|
622
622
|
}
|
|
623
|
-
function
|
|
623
|
+
function ps(n, i, u) {
|
|
624
624
|
return lt(n, i, u, !1);
|
|
625
625
|
}
|
|
626
|
-
var
|
|
627
|
-
le.Fragment = r, le.jsx =
|
|
626
|
+
var bs = ps, gs = _s;
|
|
627
|
+
le.Fragment = r, le.jsx = bs, le.jsxs = gs;
|
|
628
628
|
}()), le;
|
|
629
629
|
}
|
|
630
|
-
process.env.NODE_ENV === "production" ? Ae.exports =
|
|
630
|
+
process.env.NODE_ENV === "production" ? Ae.exports = ys() : Ae.exports = zs();
|
|
631
631
|
var o = Ae.exports;
|
|
632
|
-
function
|
|
632
|
+
function Rt(t) {
|
|
633
633
|
var e, s, r = "";
|
|
634
634
|
if (typeof t == "string" || typeof t == "number")
|
|
635
635
|
r += t;
|
|
@@ -637,7 +637,7 @@ function jt(t) {
|
|
|
637
637
|
if (Array.isArray(t)) {
|
|
638
638
|
var a = t.length;
|
|
639
639
|
for (e = 0; e < a; e++)
|
|
640
|
-
t[e] && (s =
|
|
640
|
+
t[e] && (s = Rt(t[e])) && (r && (r += " "), r += s);
|
|
641
641
|
} else
|
|
642
642
|
for (s in t)
|
|
643
643
|
t[s] && (r && (r += " "), r += s);
|
|
@@ -645,45 +645,45 @@ function jt(t) {
|
|
|
645
645
|
}
|
|
646
646
|
function N() {
|
|
647
647
|
for (var t, e, s = 0, r = "", a = arguments.length; s < a; s++)
|
|
648
|
-
(t = arguments[s]) && (e =
|
|
648
|
+
(t = arguments[s]) && (e = Rt(t)) && (r && (r += " "), r += e);
|
|
649
649
|
return r;
|
|
650
650
|
}
|
|
651
|
-
var
|
|
652
|
-
function
|
|
651
|
+
var Es = "y2413r0", Ss = "y2413r1", js = "y2413r2", Rs = "y2413r3", _t = "sid-theme-root";
|
|
652
|
+
function Ts() {
|
|
653
653
|
return typeof window < "u" && globalThis === window;
|
|
654
654
|
}
|
|
655
|
-
function
|
|
655
|
+
function Tt({ theme: t, className: e }) {
|
|
656
656
|
return N(
|
|
657
657
|
_t,
|
|
658
658
|
`${_t}__${t}`,
|
|
659
|
-
|
|
659
|
+
Rs,
|
|
660
660
|
{
|
|
661
|
-
[
|
|
662
|
-
[
|
|
663
|
-
[
|
|
661
|
+
[Es]: t === "dark",
|
|
662
|
+
[js]: t === "auto",
|
|
663
|
+
[Ss]: t === "light"
|
|
664
664
|
},
|
|
665
665
|
e
|
|
666
666
|
);
|
|
667
667
|
}
|
|
668
|
-
function
|
|
669
|
-
const s =
|
|
668
|
+
function Os({ theme: t, className: e }) {
|
|
669
|
+
const s = Tt({ theme: t, className: e });
|
|
670
670
|
document.body.classList.add(...s.split(" "));
|
|
671
671
|
}
|
|
672
|
-
const
|
|
672
|
+
const Ot = ({ children: t }) => /* @__PURE__ */ o.jsx("div", { className: Tt({ theme: "light" }), children: t }), Ms = ({ children: t, theme: e = "light", className: s }) => {
|
|
673
673
|
const [r, a] = Ce.useState(!1);
|
|
674
674
|
return dt(() => {
|
|
675
675
|
r || a(!0);
|
|
676
676
|
}, [s, r, e]), dt(() => {
|
|
677
|
-
r &&
|
|
678
|
-
}, [s, r, e]), r ? /* @__PURE__ */ o.jsx(o.Fragment, { children: t }) : /* @__PURE__ */ o.jsx(
|
|
677
|
+
r && Os({ theme: e, className: s });
|
|
678
|
+
}, [s, r, e]), r ? /* @__PURE__ */ o.jsx(o.Fragment, { children: t }) : /* @__PURE__ */ o.jsx(Ot, { children: t });
|
|
679
679
|
};
|
|
680
680
|
function Cn({ children: t, theme: e = "light", className: s }) {
|
|
681
|
-
return
|
|
681
|
+
return Ts() ? /* @__PURE__ */ o.jsx(Ms, { theme: e, className: s, children: t }) : /* @__PURE__ */ o.jsx(Ot, { children: t });
|
|
682
682
|
}
|
|
683
|
-
var
|
|
684
|
-
const
|
|
685
|
-
var
|
|
686
|
-
const
|
|
683
|
+
var ks = { default: "_92y0ua2 _92y0ua1", short: "_92y0ua3 _92y0ua1" };
|
|
684
|
+
const Mt = ({ className: t, variant: e = "default" }) => /* @__PURE__ */ o.jsx("div", { className: N(ks[e], t) });
|
|
685
|
+
var Ps = { primary: "eccmw2 eccmw0", secondary: "eccmw3 eccmw0", secondaryMd: "eccmw4 eccmw0 eccmw1", neutral: "eccmw5 eccmw0", neutralMd: "eccmw6 eccmw0 eccmw1", ghost: "eccmw7 eccmw0", ghostMd: "eccmw8 eccmw0 eccmw1" }, Ns = "eccmw9", Ds = "eccmwa", Is = { primary: "eccmwb", secondary: "eccmwc", secondaryMd: "eccmwd", neutral: "eccmwe", neutralMd: "eccmwf", ghost: "eccmwg", ghostMd: "eccmwh" };
|
|
686
|
+
const kt = ms(
|
|
687
687
|
({
|
|
688
688
|
children: t,
|
|
689
689
|
onClick: e,
|
|
@@ -706,21 +706,21 @@ const Mt = vs(
|
|
|
706
706
|
className: N(
|
|
707
707
|
"sid-button",
|
|
708
708
|
`sid-button--${a}`,
|
|
709
|
-
|
|
710
|
-
{ [
|
|
709
|
+
Ps[a],
|
|
710
|
+
{ [Ns]: f },
|
|
711
711
|
s
|
|
712
712
|
),
|
|
713
713
|
onClick: e,
|
|
714
|
-
children: d ? /* @__PURE__ */ o.jsx(
|
|
715
|
-
c ? /* @__PURE__ */ o.jsx("i", { className:
|
|
714
|
+
children: d ? /* @__PURE__ */ o.jsx(Mt, { variant: "short", className: Is[a] }) : /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
715
|
+
c ? /* @__PURE__ */ o.jsx("i", { className: Ds, children: c }) : null,
|
|
716
716
|
t
|
|
717
717
|
] })
|
|
718
718
|
}
|
|
719
719
|
)
|
|
720
720
|
);
|
|
721
|
-
|
|
722
|
-
var
|
|
723
|
-
const
|
|
721
|
+
kt.displayName = "Button";
|
|
722
|
+
var Ls = "_1doytsg0", As = "_1doytsg3", Fs = "_1doytsg4", Us = { text: "_1doytsg6 _1doytsg5", email: "_1doytsg7 _1doytsg5", password: "_1doytsg8 _1doytsg5", tel: "_1doytsg9 _1doytsg5" }, qs = "_1doytsga", Bs = "_1doytsgc";
|
|
723
|
+
const Vs = ({
|
|
724
724
|
id: t,
|
|
725
725
|
name: e,
|
|
726
726
|
label: s,
|
|
@@ -731,14 +731,14 @@ const Bs = ({
|
|
|
731
731
|
type: f = "text",
|
|
732
732
|
style: d
|
|
733
733
|
}) => {
|
|
734
|
-
const b =
|
|
734
|
+
const b = Cs(
|
|
735
735
|
(x) => {
|
|
736
736
|
c(x);
|
|
737
737
|
},
|
|
738
738
|
[c]
|
|
739
739
|
);
|
|
740
|
-
return /* @__PURE__ */ o.jsxs("div", { className:
|
|
741
|
-
/* @__PURE__ */ o.jsx("label", { htmlFor: t, className:
|
|
740
|
+
return /* @__PURE__ */ o.jsxs("div", { className: Us[f], children: [
|
|
741
|
+
/* @__PURE__ */ o.jsx("label", { htmlFor: t, className: qs, children: s }),
|
|
742
742
|
/* @__PURE__ */ o.jsx(
|
|
743
743
|
"input",
|
|
744
744
|
{
|
|
@@ -746,7 +746,7 @@ const Bs = ({
|
|
|
746
746
|
type: f,
|
|
747
747
|
id: t,
|
|
748
748
|
name: e,
|
|
749
|
-
className:
|
|
749
|
+
className: Ls,
|
|
750
750
|
placeholder: r,
|
|
751
751
|
value: l,
|
|
752
752
|
onChange: b,
|
|
@@ -761,7 +761,7 @@ const Bs = ({
|
|
|
761
761
|
|
|
762
762
|
.sid-theme-root__dark path { fill: white; }
|
|
763
763
|
`;
|
|
764
|
-
function
|
|
764
|
+
function Ys() {
|
|
765
765
|
return /* @__PURE__ */ o.jsxs(
|
|
766
766
|
"svg",
|
|
767
767
|
{
|
|
@@ -791,7 +791,7 @@ function Vs() {
|
|
|
791
791
|
}
|
|
792
792
|
);
|
|
793
793
|
}
|
|
794
|
-
const
|
|
794
|
+
const $s = () => /* @__PURE__ */ o.jsxs(
|
|
795
795
|
"svg",
|
|
796
796
|
{
|
|
797
797
|
width: "16",
|
|
@@ -813,7 +813,7 @@ const Ys = () => /* @__PURE__ */ o.jsxs(
|
|
|
813
813
|
/* @__PURE__ */ o.jsx("defs", { children: /* @__PURE__ */ o.jsx("clipPath", { id: "clip0_2610_9920", children: /* @__PURE__ */ o.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
814
814
|
]
|
|
815
815
|
}
|
|
816
|
-
),
|
|
816
|
+
), Hs = () => /* @__PURE__ */ o.jsxs(
|
|
817
817
|
"svg",
|
|
818
818
|
{
|
|
819
819
|
width: "16",
|
|
@@ -846,7 +846,7 @@ const Ys = () => /* @__PURE__ */ o.jsxs(
|
|
|
846
846
|
/* @__PURE__ */ o.jsx("defs", { children: /* @__PURE__ */ o.jsx("clipPath", { id: "clip0_2610_9933", children: /* @__PURE__ */ o.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
847
847
|
]
|
|
848
848
|
}
|
|
849
|
-
),
|
|
849
|
+
), Gs = () => /* @__PURE__ */ o.jsxs(
|
|
850
850
|
"svg",
|
|
851
851
|
{
|
|
852
852
|
width: "40",
|
|
@@ -874,61 +874,61 @@ const Ys = () => /* @__PURE__ */ o.jsxs(
|
|
|
874
874
|
className: N(
|
|
875
875
|
"sid-input",
|
|
876
876
|
"sid-input--password",
|
|
877
|
-
|
|
878
|
-
t.error &&
|
|
877
|
+
As,
|
|
878
|
+
t.error && Fs,
|
|
879
879
|
t.className
|
|
880
880
|
),
|
|
881
881
|
style: t.style,
|
|
882
882
|
children: [
|
|
883
|
-
/* @__PURE__ */ o.jsx(
|
|
883
|
+
/* @__PURE__ */ o.jsx(Vs, { ...t, type: e ? "text" : "password" }),
|
|
884
884
|
/* @__PURE__ */ o.jsx(
|
|
885
885
|
"button",
|
|
886
886
|
{
|
|
887
887
|
tabIndex: -1,
|
|
888
|
-
className:
|
|
888
|
+
className: Bs,
|
|
889
889
|
type: "button",
|
|
890
890
|
onClick: () => s(!e),
|
|
891
|
-
children: e ? /* @__PURE__ */ o.jsx(
|
|
891
|
+
children: e ? /* @__PURE__ */ o.jsx(Hs, {}) : /* @__PURE__ */ o.jsx($s, {})
|
|
892
892
|
}
|
|
893
893
|
)
|
|
894
894
|
]
|
|
895
895
|
}
|
|
896
896
|
);
|
|
897
897
|
};
|
|
898
|
-
var
|
|
898
|
+
var Ws = "_1rf2mux3", Js = "_1rf2mux5", Ks = { blue: "_1rf2mux6 _1rf2mux4", red: "_1rf2mux7 _1rf2mux4", primary: "_1rf2mux8 _1rf2mux4" }, Zs = "_1rf2muxa", Qs = { blue: "_1rf2muxb _1rf2mux9", red: "_1rf2muxc _1rf2mux9", primary: "_1rf2muxd _1rf2mux9" }, Xs = "_1rf2muxf", er = { blue: "_1rf2muxg _1rf2muxe", red: "_1rf2muxh _1rf2muxe", primary: "_1rf2muxi _1rf2muxe" }, tr = "_1rf2muxj";
|
|
899
899
|
const Ye = ({
|
|
900
900
|
children: t,
|
|
901
901
|
className: e,
|
|
902
902
|
variant: s = "blue",
|
|
903
903
|
shouldAnimate: r = !0
|
|
904
|
-
}) => /* @__PURE__ */ o.jsxs("div", { className: N(
|
|
904
|
+
}) => /* @__PURE__ */ o.jsxs("div", { className: N(Ws, e), children: [
|
|
905
905
|
/* @__PURE__ */ o.jsx(
|
|
906
906
|
"div",
|
|
907
907
|
{
|
|
908
|
-
className: N(
|
|
909
|
-
[
|
|
908
|
+
className: N(Ks[s], {
|
|
909
|
+
[Js]: r
|
|
910
910
|
})
|
|
911
911
|
}
|
|
912
912
|
),
|
|
913
913
|
/* @__PURE__ */ o.jsx(
|
|
914
914
|
"div",
|
|
915
915
|
{
|
|
916
|
-
className: N(
|
|
917
|
-
[
|
|
916
|
+
className: N(Qs[s], {
|
|
917
|
+
[Zs]: r
|
|
918
918
|
})
|
|
919
919
|
}
|
|
920
920
|
),
|
|
921
921
|
/* @__PURE__ */ o.jsx(
|
|
922
922
|
"div",
|
|
923
923
|
{
|
|
924
|
-
className: N(
|
|
925
|
-
[
|
|
924
|
+
className: N(er[s], {
|
|
925
|
+
[Xs]: r
|
|
926
926
|
})
|
|
927
927
|
}
|
|
928
928
|
),
|
|
929
|
-
/* @__PURE__ */ o.jsx("div", { className:
|
|
929
|
+
/* @__PURE__ */ o.jsx("div", { className: tr, children: t })
|
|
930
930
|
] });
|
|
931
|
-
function
|
|
931
|
+
function sr(t, e, s) {
|
|
932
932
|
return e in t ? Object.defineProperty(t, e, {
|
|
933
933
|
value: s,
|
|
934
934
|
enumerable: !0,
|
|
@@ -950,21 +950,21 @@ function gt(t) {
|
|
|
950
950
|
for (var e = 1; e < arguments.length; e++) {
|
|
951
951
|
var s = arguments[e] != null ? arguments[e] : {};
|
|
952
952
|
e % 2 ? bt(Object(s), !0).forEach(function(r) {
|
|
953
|
-
|
|
953
|
+
sr(t, r, s[r]);
|
|
954
954
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(s)) : bt(Object(s)).forEach(function(r) {
|
|
955
955
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(s, r));
|
|
956
956
|
});
|
|
957
957
|
}
|
|
958
958
|
return t;
|
|
959
959
|
}
|
|
960
|
-
var
|
|
960
|
+
var rr = (t, e, s) => {
|
|
961
961
|
for (var r of Object.keys(t)) {
|
|
962
962
|
var a;
|
|
963
963
|
if (t[r] !== ((a = e[r]) !== null && a !== void 0 ? a : s[r]))
|
|
964
964
|
return !1;
|
|
965
965
|
}
|
|
966
966
|
return !0;
|
|
967
|
-
},
|
|
967
|
+
}, Pt = (t) => (e) => {
|
|
968
968
|
var s = t.defaultClassName, r = gt(gt({}, t.defaultVariants), e);
|
|
969
969
|
for (var a in r) {
|
|
970
970
|
var l, c = (l = r[a]) !== null && l !== void 0 ? l : t.defaultVariants[a];
|
|
@@ -979,10 +979,10 @@ var sr = (t, e, s) => {
|
|
|
979
979
|
}
|
|
980
980
|
}
|
|
981
981
|
for (var [b, x] of t.compoundVariants)
|
|
982
|
-
|
|
982
|
+
rr(b, r, t.defaultVariants) && (s += " " + x);
|
|
983
983
|
return s;
|
|
984
|
-
},
|
|
985
|
-
function
|
|
984
|
+
}, nr = Pt({ defaultClassName: "s3l9sv0", variantClassNames: { direction: { vertical: "s3l9sv1", horizontal: "s3l9sv2" }, space: { between: "s3l9sv3", evenly: "s3l9sv4" } }, defaultVariants: { direction: "vertical" }, compoundVariants: [] });
|
|
985
|
+
function ar(t, e) {
|
|
986
986
|
if (typeof t != "object" || t === null)
|
|
987
987
|
return t;
|
|
988
988
|
var s = t[Symbol.toPrimitive];
|
|
@@ -994,12 +994,12 @@ function nr(t, e) {
|
|
|
994
994
|
}
|
|
995
995
|
return (e === "string" ? String : Number)(t);
|
|
996
996
|
}
|
|
997
|
-
function
|
|
998
|
-
var e =
|
|
997
|
+
function or(t) {
|
|
998
|
+
var e = ar(t, "string");
|
|
999
999
|
return typeof e == "symbol" ? e : String(e);
|
|
1000
1000
|
}
|
|
1001
|
-
function
|
|
1002
|
-
return e =
|
|
1001
|
+
function ir(t, e, s) {
|
|
1002
|
+
return e = or(e), e in t ? Object.defineProperty(t, e, {
|
|
1003
1003
|
value: s,
|
|
1004
1004
|
enumerable: !0,
|
|
1005
1005
|
configurable: !0,
|
|
@@ -1020,14 +1020,14 @@ function Ie(t) {
|
|
|
1020
1020
|
for (var e = 1; e < arguments.length; e++) {
|
|
1021
1021
|
var s = arguments[e] != null ? arguments[e] : {};
|
|
1022
1022
|
e % 2 ? xt(Object(s), !0).forEach(function(r) {
|
|
1023
|
-
|
|
1023
|
+
ir(t, r, s[r]);
|
|
1024
1024
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(s)) : xt(Object(s)).forEach(function(r) {
|
|
1025
1025
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(s, r));
|
|
1026
1026
|
});
|
|
1027
1027
|
}
|
|
1028
1028
|
return t;
|
|
1029
1029
|
}
|
|
1030
|
-
var
|
|
1030
|
+
var lr = (t) => function() {
|
|
1031
1031
|
for (var e = arguments.length, s = new Array(e), r = 0; r < e; r++)
|
|
1032
1032
|
s[r] = arguments[r];
|
|
1033
1033
|
var a = Object.assign({}, ...s.map((d) => d.styles)), l = Object.keys(a), c = l.filter((d) => "mappings" in a[d]), f = (d) => {
|
|
@@ -1112,34 +1112,34 @@ var ir = (t) => function() {
|
|
|
1112
1112
|
return Object.assign(f, {
|
|
1113
1113
|
properties: new Set(l)
|
|
1114
1114
|
});
|
|
1115
|
-
},
|
|
1116
|
-
return
|
|
1117
|
-
}, Pt = ur({ conditions: { defaultCondition: "lightMode", conditionNames: ["lightMode", "darkMode"], responsiveArray: void 0 }, styles: { color: { values: { background: { conditions: { lightMode: "_1hbz9ox0", darkMode: "_1hbz9ox1" }, defaultClass: "_1hbz9ox0" }, mute: { conditions: { lightMode: "_1hbz9ox2", darkMode: "_1hbz9ox3" }, defaultClass: "_1hbz9ox2" }, panel: { conditions: { lightMode: "_1hbz9ox4", darkMode: "_1hbz9ox5" }, defaultClass: "_1hbz9ox4" }, foreground: { conditions: { lightMode: "_1hbz9ox6", darkMode: "_1hbz9ox7" }, defaultClass: "_1hbz9ox6" }, contrast: { conditions: { lightMode: "_1hbz9ox8", darkMode: "_1hbz9ox9" }, defaultClass: "_1hbz9ox8" }, secondary: { conditions: { lightMode: "_1hbz9oxa", darkMode: "_1hbz9oxb" }, defaultClass: "_1hbz9oxa" }, tertiary: { conditions: { lightMode: "_1hbz9oxc", darkMode: "_1hbz9oxd" }, defaultClass: "_1hbz9oxc" }, placeholder: { conditions: { lightMode: "_1hbz9oxe", darkMode: "_1hbz9oxf" }, defaultClass: "_1hbz9oxe" }, smooth: { conditions: { lightMode: "_1hbz9oxg", darkMode: "_1hbz9oxh" }, defaultClass: "_1hbz9oxg" }, subtle: { conditions: { lightMode: "_1hbz9oxi", darkMode: "_1hbz9oxj" }, defaultClass: "_1hbz9oxi" }, soft: { conditions: { lightMode: "_1hbz9oxk", darkMode: "_1hbz9oxl" }, defaultClass: "_1hbz9oxk" }, offset: { conditions: { lightMode: "_1hbz9oxm", darkMode: "_1hbz9oxn" }, defaultClass: "_1hbz9oxm" }, primary: { conditions: { lightMode: "_1hbz9oxo", darkMode: "_1hbz9oxp" }, defaultClass: "_1hbz9oxo" }, primaryHover: { conditions: { lightMode: "_1hbz9oxq", darkMode: "_1hbz9oxr" }, defaultClass: "_1hbz9oxq" }, transparent: { conditions: { lightMode: "_1hbz9oxs", darkMode: "_1hbz9oxt" }, defaultClass: "_1hbz9oxs" }, error: { conditions: { lightMode: "_1hbz9oxu", darkMode: "_1hbz9oxv" }, defaultClass: "_1hbz9oxu" }, auxiliary: { conditions: { lightMode: "_1hbz9oxw", darkMode: "_1hbz9oxx" }, defaultClass: "_1hbz9oxw" }, success: { conditions: { lightMode: "_1hbz9oxy", darkMode: "_1hbz9oxz" }, defaultClass: "_1hbz9oxy" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox10", darkMode: "_1hbz9ox11" }, defaultClass: "_1hbz9ox10" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox12", darkMode: "_1hbz9ox13" }, defaultClass: "_1hbz9ox12" }, failure: { conditions: { lightMode: "_1hbz9ox14", darkMode: "_1hbz9ox15" }, defaultClass: "_1hbz9ox14" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox16", darkMode: "_1hbz9ox17" }, defaultClass: "_1hbz9ox16" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox18", darkMode: "_1hbz9ox19" }, defaultClass: "_1hbz9ox18" } } }, backgroundColor: { values: { background: { conditions: { lightMode: "_1hbz9ox1a", darkMode: "_1hbz9ox1b" }, defaultClass: "_1hbz9ox1a" }, mute: { conditions: { lightMode: "_1hbz9ox1c", darkMode: "_1hbz9ox1d" }, defaultClass: "_1hbz9ox1c" }, panel: { conditions: { lightMode: "_1hbz9ox1e", darkMode: "_1hbz9ox1f" }, defaultClass: "_1hbz9ox1e" }, foreground: { conditions: { lightMode: "_1hbz9ox1g", darkMode: "_1hbz9ox1h" }, defaultClass: "_1hbz9ox1g" }, contrast: { conditions: { lightMode: "_1hbz9ox1i", darkMode: "_1hbz9ox1j" }, defaultClass: "_1hbz9ox1i" }, secondary: { conditions: { lightMode: "_1hbz9ox1k", darkMode: "_1hbz9ox1l" }, defaultClass: "_1hbz9ox1k" }, tertiary: { conditions: { lightMode: "_1hbz9ox1m", darkMode: "_1hbz9ox1n" }, defaultClass: "_1hbz9ox1m" }, placeholder: { conditions: { lightMode: "_1hbz9ox1o", darkMode: "_1hbz9ox1p" }, defaultClass: "_1hbz9ox1o" }, smooth: { conditions: { lightMode: "_1hbz9ox1q", darkMode: "_1hbz9ox1r" }, defaultClass: "_1hbz9ox1q" }, subtle: { conditions: { lightMode: "_1hbz9ox1s", darkMode: "_1hbz9ox1t" }, defaultClass: "_1hbz9ox1s" }, soft: { conditions: { lightMode: "_1hbz9ox1u", darkMode: "_1hbz9ox1v" }, defaultClass: "_1hbz9ox1u" }, offset: { conditions: { lightMode: "_1hbz9ox1w", darkMode: "_1hbz9ox1x" }, defaultClass: "_1hbz9ox1w" }, primary: { conditions: { lightMode: "_1hbz9ox1y", darkMode: "_1hbz9ox1z" }, defaultClass: "_1hbz9ox1y" }, primaryHover: { conditions: { lightMode: "_1hbz9ox20", darkMode: "_1hbz9ox21" }, defaultClass: "_1hbz9ox20" }, transparent: { conditions: { lightMode: "_1hbz9ox22", darkMode: "_1hbz9ox23" }, defaultClass: "_1hbz9ox22" }, error: { conditions: { lightMode: "_1hbz9ox24", darkMode: "_1hbz9ox25" }, defaultClass: "_1hbz9ox24" }, auxiliary: { conditions: { lightMode: "_1hbz9ox26", darkMode: "_1hbz9ox27" }, defaultClass: "_1hbz9ox26" }, success: { conditions: { lightMode: "_1hbz9ox28", darkMode: "_1hbz9ox29" }, defaultClass: "_1hbz9ox28" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox2a", darkMode: "_1hbz9ox2b" }, defaultClass: "_1hbz9ox2a" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox2c", darkMode: "_1hbz9ox2d" }, defaultClass: "_1hbz9ox2c" }, failure: { conditions: { lightMode: "_1hbz9ox2e", darkMode: "_1hbz9ox2f" }, defaultClass: "_1hbz9ox2e" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox2g", darkMode: "_1hbz9ox2h" }, defaultClass: "_1hbz9ox2g" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox2i", darkMode: "_1hbz9ox2j" }, defaultClass: "_1hbz9ox2i" } } } } }, { conditions: void 0, styles: { marginY: { mappings: ["marginTop", "marginBottom"] }, marginX: { mappings: ["marginLeft", "marginRight"] }, gap: { values: { 0: { defaultClass: "_1hbz9ox2k" }, 1: { defaultClass: "_1hbz9ox2l" }, 2: { defaultClass: "_1hbz9ox2m" }, 3: { defaultClass: "_1hbz9ox2n" }, 4: { defaultClass: "_1hbz9ox2o" }, 5: { defaultClass: "_1hbz9ox2p" }, 6: { defaultClass: "_1hbz9ox2q" }, 7: { defaultClass: "_1hbz9ox2r" }, 8: { defaultClass: "_1hbz9ox2s" }, 9: { defaultClass: "_1hbz9ox2t" }, 10: { defaultClass: "_1hbz9ox2u" }, 11: { defaultClass: "_1hbz9ox2v" }, 12: { defaultClass: "_1hbz9ox2w" }, 13: { defaultClass: "_1hbz9ox2x" }, 14: { defaultClass: "_1hbz9ox2y" }, 15: { defaultClass: "_1hbz9ox2z" }, 16: { defaultClass: "_1hbz9ox30" }, 20: { defaultClass: "_1hbz9ox31" }, 24: { defaultClass: "_1hbz9ox32" }, 28: { defaultClass: "_1hbz9ox33" }, 32: { defaultClass: "_1hbz9ox34" }, 36: { defaultClass: "_1hbz9ox35" }, 40: { defaultClass: "_1hbz9ox36" }, 44: { defaultClass: "_1hbz9ox37" }, 48: { defaultClass: "_1hbz9ox38" }, 52: { defaultClass: "_1hbz9ox39" }, 56: { defaultClass: "_1hbz9ox3a" }, 60: { defaultClass: "_1hbz9ox3b" }, 64: { defaultClass: "_1hbz9ox3c" }, 68: { defaultClass: "_1hbz9ox3d" }, 72: { defaultClass: "_1hbz9ox3e" }, 76: { defaultClass: "_1hbz9ox3f" }, 80: { defaultClass: "_1hbz9ox3g" }, 96: { defaultClass: "_1hbz9ox3h" }, px: { defaultClass: "_1hbz9ox3i" }, "0.25": { defaultClass: "_1hbz9ox3j" }, "0.5": { defaultClass: "_1hbz9ox3k" }, "0.75": { defaultClass: "_1hbz9ox3l" }, "1.5": { defaultClass: "_1hbz9ox3m" }, "2.5": { defaultClass: "_1hbz9ox3n" }, "3.5": { defaultClass: "_1hbz9ox3o" } } }, marginTop: { values: { 0: { defaultClass: "_1hbz9ox3p" }, 1: { defaultClass: "_1hbz9ox3q" }, 2: { defaultClass: "_1hbz9ox3r" }, 3: { defaultClass: "_1hbz9ox3s" }, 4: { defaultClass: "_1hbz9ox3t" }, 5: { defaultClass: "_1hbz9ox3u" }, 6: { defaultClass: "_1hbz9ox3v" }, 7: { defaultClass: "_1hbz9ox3w" }, 8: { defaultClass: "_1hbz9ox3x" }, 9: { defaultClass: "_1hbz9ox3y" }, 10: { defaultClass: "_1hbz9ox3z" }, 11: { defaultClass: "_1hbz9ox40" }, 12: { defaultClass: "_1hbz9ox41" }, 13: { defaultClass: "_1hbz9ox42" }, 14: { defaultClass: "_1hbz9ox43" }, 15: { defaultClass: "_1hbz9ox44" }, 16: { defaultClass: "_1hbz9ox45" }, 20: { defaultClass: "_1hbz9ox46" }, 24: { defaultClass: "_1hbz9ox47" }, 28: { defaultClass: "_1hbz9ox48" }, 32: { defaultClass: "_1hbz9ox49" }, 36: { defaultClass: "_1hbz9ox4a" }, 40: { defaultClass: "_1hbz9ox4b" }, 44: { defaultClass: "_1hbz9ox4c" }, 48: { defaultClass: "_1hbz9ox4d" }, 52: { defaultClass: "_1hbz9ox4e" }, 56: { defaultClass: "_1hbz9ox4f" }, 60: { defaultClass: "_1hbz9ox4g" }, 64: { defaultClass: "_1hbz9ox4h" }, 68: { defaultClass: "_1hbz9ox4i" }, 72: { defaultClass: "_1hbz9ox4j" }, 76: { defaultClass: "_1hbz9ox4k" }, 80: { defaultClass: "_1hbz9ox4l" }, 96: { defaultClass: "_1hbz9ox4m" }, px: { defaultClass: "_1hbz9ox4n" }, "0.25": { defaultClass: "_1hbz9ox4o" }, "0.5": { defaultClass: "_1hbz9ox4p" }, "0.75": { defaultClass: "_1hbz9ox4q" }, "1.5": { defaultClass: "_1hbz9ox4r" }, "2.5": { defaultClass: "_1hbz9ox4s" }, "3.5": { defaultClass: "_1hbz9ox4t" } } }, marginBottom: { values: { 0: { defaultClass: "_1hbz9ox4u" }, 1: { defaultClass: "_1hbz9ox4v" }, 2: { defaultClass: "_1hbz9ox4w" }, 3: { defaultClass: "_1hbz9ox4x" }, 4: { defaultClass: "_1hbz9ox4y" }, 5: { defaultClass: "_1hbz9ox4z" }, 6: { defaultClass: "_1hbz9ox50" }, 7: { defaultClass: "_1hbz9ox51" }, 8: { defaultClass: "_1hbz9ox52" }, 9: { defaultClass: "_1hbz9ox53" }, 10: { defaultClass: "_1hbz9ox54" }, 11: { defaultClass: "_1hbz9ox55" }, 12: { defaultClass: "_1hbz9ox56" }, 13: { defaultClass: "_1hbz9ox57" }, 14: { defaultClass: "_1hbz9ox58" }, 15: { defaultClass: "_1hbz9ox59" }, 16: { defaultClass: "_1hbz9ox5a" }, 20: { defaultClass: "_1hbz9ox5b" }, 24: { defaultClass: "_1hbz9ox5c" }, 28: { defaultClass: "_1hbz9ox5d" }, 32: { defaultClass: "_1hbz9ox5e" }, 36: { defaultClass: "_1hbz9ox5f" }, 40: { defaultClass: "_1hbz9ox5g" }, 44: { defaultClass: "_1hbz9ox5h" }, 48: { defaultClass: "_1hbz9ox5i" }, 52: { defaultClass: "_1hbz9ox5j" }, 56: { defaultClass: "_1hbz9ox5k" }, 60: { defaultClass: "_1hbz9ox5l" }, 64: { defaultClass: "_1hbz9ox5m" }, 68: { defaultClass: "_1hbz9ox5n" }, 72: { defaultClass: "_1hbz9ox5o" }, 76: { defaultClass: "_1hbz9ox5p" }, 80: { defaultClass: "_1hbz9ox5q" }, 96: { defaultClass: "_1hbz9ox5r" }, px: { defaultClass: "_1hbz9ox5s" }, "0.25": { defaultClass: "_1hbz9ox5t" }, "0.5": { defaultClass: "_1hbz9ox5u" }, "0.75": { defaultClass: "_1hbz9ox5v" }, "1.5": { defaultClass: "_1hbz9ox5w" }, "2.5": { defaultClass: "_1hbz9ox5x" }, "3.5": { defaultClass: "_1hbz9ox5y" } } }, marginLeft: { values: { 0: { defaultClass: "_1hbz9ox5z" }, 1: { defaultClass: "_1hbz9ox60" }, 2: { defaultClass: "_1hbz9ox61" }, 3: { defaultClass: "_1hbz9ox62" }, 4: { defaultClass: "_1hbz9ox63" }, 5: { defaultClass: "_1hbz9ox64" }, 6: { defaultClass: "_1hbz9ox65" }, 7: { defaultClass: "_1hbz9ox66" }, 8: { defaultClass: "_1hbz9ox67" }, 9: { defaultClass: "_1hbz9ox68" }, 10: { defaultClass: "_1hbz9ox69" }, 11: { defaultClass: "_1hbz9ox6a" }, 12: { defaultClass: "_1hbz9ox6b" }, 13: { defaultClass: "_1hbz9ox6c" }, 14: { defaultClass: "_1hbz9ox6d" }, 15: { defaultClass: "_1hbz9ox6e" }, 16: { defaultClass: "_1hbz9ox6f" }, 20: { defaultClass: "_1hbz9ox6g" }, 24: { defaultClass: "_1hbz9ox6h" }, 28: { defaultClass: "_1hbz9ox6i" }, 32: { defaultClass: "_1hbz9ox6j" }, 36: { defaultClass: "_1hbz9ox6k" }, 40: { defaultClass: "_1hbz9ox6l" }, 44: { defaultClass: "_1hbz9ox6m" }, 48: { defaultClass: "_1hbz9ox6n" }, 52: { defaultClass: "_1hbz9ox6o" }, 56: { defaultClass: "_1hbz9ox6p" }, 60: { defaultClass: "_1hbz9ox6q" }, 64: { defaultClass: "_1hbz9ox6r" }, 68: { defaultClass: "_1hbz9ox6s" }, 72: { defaultClass: "_1hbz9ox6t" }, 76: { defaultClass: "_1hbz9ox6u" }, 80: { defaultClass: "_1hbz9ox6v" }, 96: { defaultClass: "_1hbz9ox6w" }, px: { defaultClass: "_1hbz9ox6x" }, "0.25": { defaultClass: "_1hbz9ox6y" }, "0.5": { defaultClass: "_1hbz9ox6z" }, "0.75": { defaultClass: "_1hbz9ox70" }, "1.5": { defaultClass: "_1hbz9ox71" }, "2.5": { defaultClass: "_1hbz9ox72" }, "3.5": { defaultClass: "_1hbz9ox73" } } }, marginRight: { values: { 0: { defaultClass: "_1hbz9ox74" }, 1: { defaultClass: "_1hbz9ox75" }, 2: { defaultClass: "_1hbz9ox76" }, 3: { defaultClass: "_1hbz9ox77" }, 4: { defaultClass: "_1hbz9ox78" }, 5: { defaultClass: "_1hbz9ox79" }, 6: { defaultClass: "_1hbz9ox7a" }, 7: { defaultClass: "_1hbz9ox7b" }, 8: { defaultClass: "_1hbz9ox7c" }, 9: { defaultClass: "_1hbz9ox7d" }, 10: { defaultClass: "_1hbz9ox7e" }, 11: { defaultClass: "_1hbz9ox7f" }, 12: { defaultClass: "_1hbz9ox7g" }, 13: { defaultClass: "_1hbz9ox7h" }, 14: { defaultClass: "_1hbz9ox7i" }, 15: { defaultClass: "_1hbz9ox7j" }, 16: { defaultClass: "_1hbz9ox7k" }, 20: { defaultClass: "_1hbz9ox7l" }, 24: { defaultClass: "_1hbz9ox7m" }, 28: { defaultClass: "_1hbz9ox7n" }, 32: { defaultClass: "_1hbz9ox7o" }, 36: { defaultClass: "_1hbz9ox7p" }, 40: { defaultClass: "_1hbz9ox7q" }, 44: { defaultClass: "_1hbz9ox7r" }, 48: { defaultClass: "_1hbz9ox7s" }, 52: { defaultClass: "_1hbz9ox7t" }, 56: { defaultClass: "_1hbz9ox7u" }, 60: { defaultClass: "_1hbz9ox7v" }, 64: { defaultClass: "_1hbz9ox7w" }, 68: { defaultClass: "_1hbz9ox7x" }, 72: { defaultClass: "_1hbz9ox7y" }, 76: { defaultClass: "_1hbz9ox7z" }, 80: { defaultClass: "_1hbz9ox80" }, 96: { defaultClass: "_1hbz9ox81" }, px: { defaultClass: "_1hbz9ox82" }, "0.25": { defaultClass: "_1hbz9ox83" }, "0.5": { defaultClass: "_1hbz9ox84" }, "0.75": { defaultClass: "_1hbz9ox85" }, "1.5": { defaultClass: "_1hbz9ox86" }, "2.5": { defaultClass: "_1hbz9ox87" }, "3.5": { defaultClass: "_1hbz9ox88" } } } } });
|
|
1115
|
+
}, ur = (t) => t, cr = function() {
|
|
1116
|
+
return lr(ur)(...arguments);
|
|
1117
|
+
}, Nt = cr({ conditions: { defaultCondition: "lightMode", conditionNames: ["lightMode", "darkMode"], responsiveArray: void 0 }, styles: { color: { values: { background: { conditions: { lightMode: "_1hbz9ox0", darkMode: "_1hbz9ox1" }, defaultClass: "_1hbz9ox0" }, mute: { conditions: { lightMode: "_1hbz9ox2", darkMode: "_1hbz9ox3" }, defaultClass: "_1hbz9ox2" }, panel: { conditions: { lightMode: "_1hbz9ox4", darkMode: "_1hbz9ox5" }, defaultClass: "_1hbz9ox4" }, foreground: { conditions: { lightMode: "_1hbz9ox6", darkMode: "_1hbz9ox7" }, defaultClass: "_1hbz9ox6" }, contrast: { conditions: { lightMode: "_1hbz9ox8", darkMode: "_1hbz9ox9" }, defaultClass: "_1hbz9ox8" }, secondary: { conditions: { lightMode: "_1hbz9oxa", darkMode: "_1hbz9oxb" }, defaultClass: "_1hbz9oxa" }, tertiary: { conditions: { lightMode: "_1hbz9oxc", darkMode: "_1hbz9oxd" }, defaultClass: "_1hbz9oxc" }, placeholder: { conditions: { lightMode: "_1hbz9oxe", darkMode: "_1hbz9oxf" }, defaultClass: "_1hbz9oxe" }, smooth: { conditions: { lightMode: "_1hbz9oxg", darkMode: "_1hbz9oxh" }, defaultClass: "_1hbz9oxg" }, subtle: { conditions: { lightMode: "_1hbz9oxi", darkMode: "_1hbz9oxj" }, defaultClass: "_1hbz9oxi" }, soft: { conditions: { lightMode: "_1hbz9oxk", darkMode: "_1hbz9oxl" }, defaultClass: "_1hbz9oxk" }, offset: { conditions: { lightMode: "_1hbz9oxm", darkMode: "_1hbz9oxn" }, defaultClass: "_1hbz9oxm" }, primary: { conditions: { lightMode: "_1hbz9oxo", darkMode: "_1hbz9oxp" }, defaultClass: "_1hbz9oxo" }, primaryHover: { conditions: { lightMode: "_1hbz9oxq", darkMode: "_1hbz9oxr" }, defaultClass: "_1hbz9oxq" }, transparent: { conditions: { lightMode: "_1hbz9oxs", darkMode: "_1hbz9oxt" }, defaultClass: "_1hbz9oxs" }, error: { conditions: { lightMode: "_1hbz9oxu", darkMode: "_1hbz9oxv" }, defaultClass: "_1hbz9oxu" }, auxiliary: { conditions: { lightMode: "_1hbz9oxw", darkMode: "_1hbz9oxx" }, defaultClass: "_1hbz9oxw" }, success: { conditions: { lightMode: "_1hbz9oxy", darkMode: "_1hbz9oxz" }, defaultClass: "_1hbz9oxy" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox10", darkMode: "_1hbz9ox11" }, defaultClass: "_1hbz9ox10" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox12", darkMode: "_1hbz9ox13" }, defaultClass: "_1hbz9ox12" }, failure: { conditions: { lightMode: "_1hbz9ox14", darkMode: "_1hbz9ox15" }, defaultClass: "_1hbz9ox14" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox16", darkMode: "_1hbz9ox17" }, defaultClass: "_1hbz9ox16" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox18", darkMode: "_1hbz9ox19" }, defaultClass: "_1hbz9ox18" } } }, backgroundColor: { values: { background: { conditions: { lightMode: "_1hbz9ox1a", darkMode: "_1hbz9ox1b" }, defaultClass: "_1hbz9ox1a" }, mute: { conditions: { lightMode: "_1hbz9ox1c", darkMode: "_1hbz9ox1d" }, defaultClass: "_1hbz9ox1c" }, panel: { conditions: { lightMode: "_1hbz9ox1e", darkMode: "_1hbz9ox1f" }, defaultClass: "_1hbz9ox1e" }, foreground: { conditions: { lightMode: "_1hbz9ox1g", darkMode: "_1hbz9ox1h" }, defaultClass: "_1hbz9ox1g" }, contrast: { conditions: { lightMode: "_1hbz9ox1i", darkMode: "_1hbz9ox1j" }, defaultClass: "_1hbz9ox1i" }, secondary: { conditions: { lightMode: "_1hbz9ox1k", darkMode: "_1hbz9ox1l" }, defaultClass: "_1hbz9ox1k" }, tertiary: { conditions: { lightMode: "_1hbz9ox1m", darkMode: "_1hbz9ox1n" }, defaultClass: "_1hbz9ox1m" }, placeholder: { conditions: { lightMode: "_1hbz9ox1o", darkMode: "_1hbz9ox1p" }, defaultClass: "_1hbz9ox1o" }, smooth: { conditions: { lightMode: "_1hbz9ox1q", darkMode: "_1hbz9ox1r" }, defaultClass: "_1hbz9ox1q" }, subtle: { conditions: { lightMode: "_1hbz9ox1s", darkMode: "_1hbz9ox1t" }, defaultClass: "_1hbz9ox1s" }, soft: { conditions: { lightMode: "_1hbz9ox1u", darkMode: "_1hbz9ox1v" }, defaultClass: "_1hbz9ox1u" }, offset: { conditions: { lightMode: "_1hbz9ox1w", darkMode: "_1hbz9ox1x" }, defaultClass: "_1hbz9ox1w" }, primary: { conditions: { lightMode: "_1hbz9ox1y", darkMode: "_1hbz9ox1z" }, defaultClass: "_1hbz9ox1y" }, primaryHover: { conditions: { lightMode: "_1hbz9ox20", darkMode: "_1hbz9ox21" }, defaultClass: "_1hbz9ox20" }, transparent: { conditions: { lightMode: "_1hbz9ox22", darkMode: "_1hbz9ox23" }, defaultClass: "_1hbz9ox22" }, error: { conditions: { lightMode: "_1hbz9ox24", darkMode: "_1hbz9ox25" }, defaultClass: "_1hbz9ox24" }, auxiliary: { conditions: { lightMode: "_1hbz9ox26", darkMode: "_1hbz9ox27" }, defaultClass: "_1hbz9ox26" }, success: { conditions: { lightMode: "_1hbz9ox28", darkMode: "_1hbz9ox29" }, defaultClass: "_1hbz9ox28" }, foregroundSuccess: { conditions: { lightMode: "_1hbz9ox2a", darkMode: "_1hbz9ox2b" }, defaultClass: "_1hbz9ox2a" }, backgroundSuccess: { conditions: { lightMode: "_1hbz9ox2c", darkMode: "_1hbz9ox2d" }, defaultClass: "_1hbz9ox2c" }, failure: { conditions: { lightMode: "_1hbz9ox2e", darkMode: "_1hbz9ox2f" }, defaultClass: "_1hbz9ox2e" }, foregroundFailure: { conditions: { lightMode: "_1hbz9ox2g", darkMode: "_1hbz9ox2h" }, defaultClass: "_1hbz9ox2g" }, backgroundFailure: { conditions: { lightMode: "_1hbz9ox2i", darkMode: "_1hbz9ox2j" }, defaultClass: "_1hbz9ox2i" } } } } }, { conditions: void 0, styles: { marginY: { mappings: ["marginTop", "marginBottom"] }, marginX: { mappings: ["marginLeft", "marginRight"] }, gap: { values: { 0: { defaultClass: "_1hbz9ox2k" }, 1: { defaultClass: "_1hbz9ox2l" }, 2: { defaultClass: "_1hbz9ox2m" }, 3: { defaultClass: "_1hbz9ox2n" }, 4: { defaultClass: "_1hbz9ox2o" }, 5: { defaultClass: "_1hbz9ox2p" }, 6: { defaultClass: "_1hbz9ox2q" }, 7: { defaultClass: "_1hbz9ox2r" }, 8: { defaultClass: "_1hbz9ox2s" }, 9: { defaultClass: "_1hbz9ox2t" }, 10: { defaultClass: "_1hbz9ox2u" }, 11: { defaultClass: "_1hbz9ox2v" }, 12: { defaultClass: "_1hbz9ox2w" }, 13: { defaultClass: "_1hbz9ox2x" }, 14: { defaultClass: "_1hbz9ox2y" }, 15: { defaultClass: "_1hbz9ox2z" }, 16: { defaultClass: "_1hbz9ox30" }, 20: { defaultClass: "_1hbz9ox31" }, 24: { defaultClass: "_1hbz9ox32" }, 28: { defaultClass: "_1hbz9ox33" }, 32: { defaultClass: "_1hbz9ox34" }, 36: { defaultClass: "_1hbz9ox35" }, 40: { defaultClass: "_1hbz9ox36" }, 44: { defaultClass: "_1hbz9ox37" }, 48: { defaultClass: "_1hbz9ox38" }, 52: { defaultClass: "_1hbz9ox39" }, 56: { defaultClass: "_1hbz9ox3a" }, 60: { defaultClass: "_1hbz9ox3b" }, 64: { defaultClass: "_1hbz9ox3c" }, 68: { defaultClass: "_1hbz9ox3d" }, 72: { defaultClass: "_1hbz9ox3e" }, 76: { defaultClass: "_1hbz9ox3f" }, 80: { defaultClass: "_1hbz9ox3g" }, 96: { defaultClass: "_1hbz9ox3h" }, px: { defaultClass: "_1hbz9ox3i" }, "0.25": { defaultClass: "_1hbz9ox3j" }, "0.5": { defaultClass: "_1hbz9ox3k" }, "0.75": { defaultClass: "_1hbz9ox3l" }, "1.5": { defaultClass: "_1hbz9ox3m" }, "2.5": { defaultClass: "_1hbz9ox3n" }, "3.5": { defaultClass: "_1hbz9ox3o" } } }, marginTop: { values: { 0: { defaultClass: "_1hbz9ox3p" }, 1: { defaultClass: "_1hbz9ox3q" }, 2: { defaultClass: "_1hbz9ox3r" }, 3: { defaultClass: "_1hbz9ox3s" }, 4: { defaultClass: "_1hbz9ox3t" }, 5: { defaultClass: "_1hbz9ox3u" }, 6: { defaultClass: "_1hbz9ox3v" }, 7: { defaultClass: "_1hbz9ox3w" }, 8: { defaultClass: "_1hbz9ox3x" }, 9: { defaultClass: "_1hbz9ox3y" }, 10: { defaultClass: "_1hbz9ox3z" }, 11: { defaultClass: "_1hbz9ox40" }, 12: { defaultClass: "_1hbz9ox41" }, 13: { defaultClass: "_1hbz9ox42" }, 14: { defaultClass: "_1hbz9ox43" }, 15: { defaultClass: "_1hbz9ox44" }, 16: { defaultClass: "_1hbz9ox45" }, 20: { defaultClass: "_1hbz9ox46" }, 24: { defaultClass: "_1hbz9ox47" }, 28: { defaultClass: "_1hbz9ox48" }, 32: { defaultClass: "_1hbz9ox49" }, 36: { defaultClass: "_1hbz9ox4a" }, 40: { defaultClass: "_1hbz9ox4b" }, 44: { defaultClass: "_1hbz9ox4c" }, 48: { defaultClass: "_1hbz9ox4d" }, 52: { defaultClass: "_1hbz9ox4e" }, 56: { defaultClass: "_1hbz9ox4f" }, 60: { defaultClass: "_1hbz9ox4g" }, 64: { defaultClass: "_1hbz9ox4h" }, 68: { defaultClass: "_1hbz9ox4i" }, 72: { defaultClass: "_1hbz9ox4j" }, 76: { defaultClass: "_1hbz9ox4k" }, 80: { defaultClass: "_1hbz9ox4l" }, 96: { defaultClass: "_1hbz9ox4m" }, px: { defaultClass: "_1hbz9ox4n" }, "0.25": { defaultClass: "_1hbz9ox4o" }, "0.5": { defaultClass: "_1hbz9ox4p" }, "0.75": { defaultClass: "_1hbz9ox4q" }, "1.5": { defaultClass: "_1hbz9ox4r" }, "2.5": { defaultClass: "_1hbz9ox4s" }, "3.5": { defaultClass: "_1hbz9ox4t" } } }, marginBottom: { values: { 0: { defaultClass: "_1hbz9ox4u" }, 1: { defaultClass: "_1hbz9ox4v" }, 2: { defaultClass: "_1hbz9ox4w" }, 3: { defaultClass: "_1hbz9ox4x" }, 4: { defaultClass: "_1hbz9ox4y" }, 5: { defaultClass: "_1hbz9ox4z" }, 6: { defaultClass: "_1hbz9ox50" }, 7: { defaultClass: "_1hbz9ox51" }, 8: { defaultClass: "_1hbz9ox52" }, 9: { defaultClass: "_1hbz9ox53" }, 10: { defaultClass: "_1hbz9ox54" }, 11: { defaultClass: "_1hbz9ox55" }, 12: { defaultClass: "_1hbz9ox56" }, 13: { defaultClass: "_1hbz9ox57" }, 14: { defaultClass: "_1hbz9ox58" }, 15: { defaultClass: "_1hbz9ox59" }, 16: { defaultClass: "_1hbz9ox5a" }, 20: { defaultClass: "_1hbz9ox5b" }, 24: { defaultClass: "_1hbz9ox5c" }, 28: { defaultClass: "_1hbz9ox5d" }, 32: { defaultClass: "_1hbz9ox5e" }, 36: { defaultClass: "_1hbz9ox5f" }, 40: { defaultClass: "_1hbz9ox5g" }, 44: { defaultClass: "_1hbz9ox5h" }, 48: { defaultClass: "_1hbz9ox5i" }, 52: { defaultClass: "_1hbz9ox5j" }, 56: { defaultClass: "_1hbz9ox5k" }, 60: { defaultClass: "_1hbz9ox5l" }, 64: { defaultClass: "_1hbz9ox5m" }, 68: { defaultClass: "_1hbz9ox5n" }, 72: { defaultClass: "_1hbz9ox5o" }, 76: { defaultClass: "_1hbz9ox5p" }, 80: { defaultClass: "_1hbz9ox5q" }, 96: { defaultClass: "_1hbz9ox5r" }, px: { defaultClass: "_1hbz9ox5s" }, "0.25": { defaultClass: "_1hbz9ox5t" }, "0.5": { defaultClass: "_1hbz9ox5u" }, "0.75": { defaultClass: "_1hbz9ox5v" }, "1.5": { defaultClass: "_1hbz9ox5w" }, "2.5": { defaultClass: "_1hbz9ox5x" }, "3.5": { defaultClass: "_1hbz9ox5y" } } }, marginLeft: { values: { 0: { defaultClass: "_1hbz9ox5z" }, 1: { defaultClass: "_1hbz9ox60" }, 2: { defaultClass: "_1hbz9ox61" }, 3: { defaultClass: "_1hbz9ox62" }, 4: { defaultClass: "_1hbz9ox63" }, 5: { defaultClass: "_1hbz9ox64" }, 6: { defaultClass: "_1hbz9ox65" }, 7: { defaultClass: "_1hbz9ox66" }, 8: { defaultClass: "_1hbz9ox67" }, 9: { defaultClass: "_1hbz9ox68" }, 10: { defaultClass: "_1hbz9ox69" }, 11: { defaultClass: "_1hbz9ox6a" }, 12: { defaultClass: "_1hbz9ox6b" }, 13: { defaultClass: "_1hbz9ox6c" }, 14: { defaultClass: "_1hbz9ox6d" }, 15: { defaultClass: "_1hbz9ox6e" }, 16: { defaultClass: "_1hbz9ox6f" }, 20: { defaultClass: "_1hbz9ox6g" }, 24: { defaultClass: "_1hbz9ox6h" }, 28: { defaultClass: "_1hbz9ox6i" }, 32: { defaultClass: "_1hbz9ox6j" }, 36: { defaultClass: "_1hbz9ox6k" }, 40: { defaultClass: "_1hbz9ox6l" }, 44: { defaultClass: "_1hbz9ox6m" }, 48: { defaultClass: "_1hbz9ox6n" }, 52: { defaultClass: "_1hbz9ox6o" }, 56: { defaultClass: "_1hbz9ox6p" }, 60: { defaultClass: "_1hbz9ox6q" }, 64: { defaultClass: "_1hbz9ox6r" }, 68: { defaultClass: "_1hbz9ox6s" }, 72: { defaultClass: "_1hbz9ox6t" }, 76: { defaultClass: "_1hbz9ox6u" }, 80: { defaultClass: "_1hbz9ox6v" }, 96: { defaultClass: "_1hbz9ox6w" }, px: { defaultClass: "_1hbz9ox6x" }, "0.25": { defaultClass: "_1hbz9ox6y" }, "0.5": { defaultClass: "_1hbz9ox6z" }, "0.75": { defaultClass: "_1hbz9ox70" }, "1.5": { defaultClass: "_1hbz9ox71" }, "2.5": { defaultClass: "_1hbz9ox72" }, "3.5": { defaultClass: "_1hbz9ox73" } } }, marginRight: { values: { 0: { defaultClass: "_1hbz9ox74" }, 1: { defaultClass: "_1hbz9ox75" }, 2: { defaultClass: "_1hbz9ox76" }, 3: { defaultClass: "_1hbz9ox77" }, 4: { defaultClass: "_1hbz9ox78" }, 5: { defaultClass: "_1hbz9ox79" }, 6: { defaultClass: "_1hbz9ox7a" }, 7: { defaultClass: "_1hbz9ox7b" }, 8: { defaultClass: "_1hbz9ox7c" }, 9: { defaultClass: "_1hbz9ox7d" }, 10: { defaultClass: "_1hbz9ox7e" }, 11: { defaultClass: "_1hbz9ox7f" }, 12: { defaultClass: "_1hbz9ox7g" }, 13: { defaultClass: "_1hbz9ox7h" }, 14: { defaultClass: "_1hbz9ox7i" }, 15: { defaultClass: "_1hbz9ox7j" }, 16: { defaultClass: "_1hbz9ox7k" }, 20: { defaultClass: "_1hbz9ox7l" }, 24: { defaultClass: "_1hbz9ox7m" }, 28: { defaultClass: "_1hbz9ox7n" }, 32: { defaultClass: "_1hbz9ox7o" }, 36: { defaultClass: "_1hbz9ox7p" }, 40: { defaultClass: "_1hbz9ox7q" }, 44: { defaultClass: "_1hbz9ox7r" }, 48: { defaultClass: "_1hbz9ox7s" }, 52: { defaultClass: "_1hbz9ox7t" }, 56: { defaultClass: "_1hbz9ox7u" }, 60: { defaultClass: "_1hbz9ox7v" }, 64: { defaultClass: "_1hbz9ox7w" }, 68: { defaultClass: "_1hbz9ox7x" }, 72: { defaultClass: "_1hbz9ox7y" }, 76: { defaultClass: "_1hbz9ox7z" }, 80: { defaultClass: "_1hbz9ox80" }, 96: { defaultClass: "_1hbz9ox81" }, px: { defaultClass: "_1hbz9ox82" }, "0.25": { defaultClass: "_1hbz9ox83" }, "0.5": { defaultClass: "_1hbz9ox84" }, "0.75": { defaultClass: "_1hbz9ox85" }, "1.5": { defaultClass: "_1hbz9ox86" }, "2.5": { defaultClass: "_1hbz9ox87" }, "3.5": { defaultClass: "_1hbz9ox88" } } } } });
|
|
1118
1118
|
const we = (t) => /* @__PURE__ */ o.jsx(
|
|
1119
1119
|
"div",
|
|
1120
1120
|
{
|
|
1121
1121
|
className: N(
|
|
1122
1122
|
"sid-stack",
|
|
1123
|
-
|
|
1124
|
-
|
|
1123
|
+
nr(t.variant),
|
|
1124
|
+
Nt({ gap: t.space || "2" }),
|
|
1125
1125
|
t.className
|
|
1126
1126
|
),
|
|
1127
1127
|
style: t.style,
|
|
1128
1128
|
children: t.children
|
|
1129
1129
|
}
|
|
1130
1130
|
);
|
|
1131
|
-
var
|
|
1132
|
-
const
|
|
1131
|
+
var dr = Pt({ defaultClassName: "_1wn0ypy0", variantClassNames: { size: { xs: "_1wn0ypy1", sm: "_1wn0ypy2", base: "_1wn0ypy3", xl: "_1wn0ypy4", "2xl-title": "_1wn0ypy5" }, weight: { medium: "_1wn0ypy6", semibold: "_1wn0ypy7", bold: "_1wn0ypy8" }, color: { contrast: "_1wn0ypy9", tertiary: "_1wn0ypya", placeholder: "_1wn0ypyb", white: "_1wn0ypyc", success: "_1wn0ypyd", failure: "_1wn0ypye" } }, defaultVariants: { size: "base", weight: "medium" }, compoundVariants: [] });
|
|
1132
|
+
const fr = {
|
|
1133
1133
|
text: {}
|
|
1134
|
-
}, $e =
|
|
1134
|
+
}, $e = Et(fr);
|
|
1135
1135
|
$e.displayName = "SlashIDTextContext";
|
|
1136
1136
|
const wn = ({ text: t, children: e }) => {
|
|
1137
|
-
const s =
|
|
1137
|
+
const s = St(() => ({
|
|
1138
1138
|
text: t
|
|
1139
1139
|
}), [t]);
|
|
1140
1140
|
return /* @__PURE__ */ o.jsx($e.Provider, { value: s, children: e });
|
|
1141
1141
|
};
|
|
1142
|
-
function
|
|
1142
|
+
function hr() {
|
|
1143
1143
|
const { text: t } = Ce.useContext($e);
|
|
1144
1144
|
return t;
|
|
1145
1145
|
}
|
|
@@ -1147,7 +1147,7 @@ const Le = {
|
|
|
1147
1147
|
opening: "{{",
|
|
1148
1148
|
closing: "}}"
|
|
1149
1149
|
};
|
|
1150
|
-
function
|
|
1150
|
+
function Dt(t, e) {
|
|
1151
1151
|
return t.includes(Le.opening) ? Object.keys(e).reduce(
|
|
1152
1152
|
(r, a) => r.replace(
|
|
1153
1153
|
`${Le.opening}${a}${Le.closing}`,
|
|
@@ -1164,24 +1164,24 @@ const Fe = ({
|
|
|
1164
1164
|
className: a,
|
|
1165
1165
|
children: l
|
|
1166
1166
|
}) => {
|
|
1167
|
-
const c =
|
|
1167
|
+
const c = hr(), f = t || "p";
|
|
1168
1168
|
return /* @__PURE__ */ o.jsxs(
|
|
1169
1169
|
f,
|
|
1170
1170
|
{
|
|
1171
1171
|
className: N(
|
|
1172
1172
|
"sid-text",
|
|
1173
1173
|
`sid-text--${t}`,
|
|
1174
|
-
|
|
1174
|
+
dr(r),
|
|
1175
1175
|
a
|
|
1176
1176
|
),
|
|
1177
1177
|
children: [
|
|
1178
|
-
s ?
|
|
1178
|
+
s ? Dt(c[e], s) : c[e],
|
|
1179
1179
|
l || null
|
|
1180
1180
|
]
|
|
1181
1181
|
}
|
|
1182
1182
|
);
|
|
1183
1183
|
};
|
|
1184
|
-
var
|
|
1184
|
+
var _r = "iokgmp1";
|
|
1185
1185
|
function vt({
|
|
1186
1186
|
width: t,
|
|
1187
1187
|
height: e,
|
|
@@ -1193,7 +1193,7 @@ function vt({
|
|
|
1193
1193
|
return /* @__PURE__ */ o.jsx(
|
|
1194
1194
|
"div",
|
|
1195
1195
|
{
|
|
1196
|
-
className:
|
|
1196
|
+
className: _r,
|
|
1197
1197
|
style: {
|
|
1198
1198
|
width: t,
|
|
1199
1199
|
height: e,
|
|
@@ -1231,7 +1231,7 @@ const z = {
|
|
|
1231
1231
|
"success.details": "Please return to the website.",
|
|
1232
1232
|
"error.title": "Something went wrong...",
|
|
1233
1233
|
"error.detail": "Please log in again."
|
|
1234
|
-
},
|
|
1234
|
+
}, pr = {
|
|
1235
1235
|
en: z,
|
|
1236
1236
|
ja: {
|
|
1237
1237
|
"footer.text": z["footer.text"],
|
|
@@ -1260,18 +1260,18 @@ const z = {
|
|
|
1260
1260
|
"error.title": z["error.title"],
|
|
1261
1261
|
"error.detail": "再度ログインをしてください。"
|
|
1262
1262
|
}
|
|
1263
|
-
},
|
|
1264
|
-
logo: /* @__PURE__ */ o.jsx(
|
|
1263
|
+
}, br = (t) => (e) => pr[t][e], gr = {
|
|
1264
|
+
logo: /* @__PURE__ */ o.jsx(Gs, {}),
|
|
1265
1265
|
language: "en",
|
|
1266
1266
|
state: "initial",
|
|
1267
1267
|
sdk: void 0,
|
|
1268
1268
|
setLogo: () => {
|
|
1269
1269
|
}
|
|
1270
|
-
},
|
|
1271
|
-
var
|
|
1270
|
+
}, xr = Et(gr), ye = () => ws(xr), J = (t) => /* @__PURE__ */ o.jsx(Fe, { ...t });
|
|
1271
|
+
var vr = "_1vg0oop0", mr = "_1vg0oop1", Cr = "_1vg0oop2", mt = "_1vg0oop3";
|
|
1272
1272
|
function wr() {
|
|
1273
1273
|
const { logo: t } = ye();
|
|
1274
|
-
return /* @__PURE__ */ o.jsx("div", { className:
|
|
1274
|
+
return /* @__PURE__ */ o.jsx("div", { className: mt, children: typeof t == "string" ? /* @__PURE__ */ o.jsx("img", { src: t, alt: "logo", className: mt }) : t });
|
|
1275
1275
|
}
|
|
1276
1276
|
function yr() {
|
|
1277
1277
|
return /* @__PURE__ */ o.jsx(
|
|
@@ -1287,14 +1287,14 @@ function yr() {
|
|
|
1287
1287
|
);
|
|
1288
1288
|
}
|
|
1289
1289
|
function yn({ children: t, className: e, header: s = /* @__PURE__ */ o.jsx(wr, {}), footer: r = /* @__PURE__ */ o.jsx(yr, {}), style: a }) {
|
|
1290
|
-
return /* @__PURE__ */ o.jsxs("article", { style: a, className: N(
|
|
1291
|
-
s && /* @__PURE__ */ o.jsx("header", { className:
|
|
1290
|
+
return /* @__PURE__ */ o.jsxs("article", { style: a, className: N(vr, e), children: [
|
|
1291
|
+
s && /* @__PURE__ */ o.jsx("header", { className: mr, children: s }),
|
|
1292
1292
|
/* @__PURE__ */ o.jsx("div", { children: t }),
|
|
1293
|
-
r && /* @__PURE__ */ o.jsx("footer", { className:
|
|
1293
|
+
r && /* @__PURE__ */ o.jsx("footer", { className: Cr, children: r })
|
|
1294
1294
|
] });
|
|
1295
1295
|
}
|
|
1296
|
-
function
|
|
1297
|
-
return /* @__PURE__ */ o.jsx(Ye, { variant: "primary", children: /* @__PURE__ */ o.jsx(
|
|
1296
|
+
function It() {
|
|
1297
|
+
return /* @__PURE__ */ o.jsx(Ye, { variant: "primary", children: /* @__PURE__ */ o.jsx(Mt, {}) });
|
|
1298
1298
|
}
|
|
1299
1299
|
function zn() {
|
|
1300
1300
|
return /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
@@ -1302,11 +1302,11 @@ function zn() {
|
|
|
1302
1302
|
/* @__PURE__ */ o.jsx(vt, { width: "75%", height: 24 }),
|
|
1303
1303
|
/* @__PURE__ */ o.jsx(vt, { width: "50%", height: 16 })
|
|
1304
1304
|
] }),
|
|
1305
|
-
/* @__PURE__ */ o.jsx(
|
|
1305
|
+
/* @__PURE__ */ o.jsx(It, {})
|
|
1306
1306
|
] });
|
|
1307
1307
|
}
|
|
1308
1308
|
function zr({ type: t }) {
|
|
1309
|
-
return /* @__PURE__ */ o.jsx(Ye, { variant: t === "warning" ? "blue" : "red", shouldAnimate: !1, children: /* @__PURE__ */ o.jsx(
|
|
1309
|
+
return /* @__PURE__ */ o.jsx(Ye, { variant: t === "warning" ? "blue" : "red", shouldAnimate: !1, children: /* @__PURE__ */ o.jsx(Ys, {}) });
|
|
1310
1310
|
}
|
|
1311
1311
|
function En({ type: t, redirectUri: e }) {
|
|
1312
1312
|
return e && window.location.replace(e), /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
@@ -1331,50 +1331,26 @@ function En({ type: t, redirectUri: e }) {
|
|
|
1331
1331
|
/* @__PURE__ */ o.jsx(zr, { type: t })
|
|
1332
1332
|
] });
|
|
1333
1333
|
}
|
|
1334
|
-
const Er = () => /* @__PURE__ */ o.jsx(Ye, { children: /* @__PURE__ */ o.jsx(
|
|
1335
|
-
"
|
|
1334
|
+
const Er = () => /* @__PURE__ */ o.jsx(Ye, { variant: "primary", children: /* @__PURE__ */ o.jsx("svg", { width: "21", height: "18", viewBox: "0 0 21 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o.jsx(
|
|
1335
|
+
"path",
|
|
1336
1336
|
{
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
fill: "
|
|
1341
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1342
|
-
children: /* @__PURE__ */ o.jsx(
|
|
1343
|
-
"path",
|
|
1344
|
-
{
|
|
1345
|
-
fillRule: "evenodd",
|
|
1346
|
-
clipRule: "evenodd",
|
|
1347
|
-
d: "M19.8505 0.705985C20.6342 1.38283 20.7209 2.56684 20.044 3.35055L8.16908 17.1005C7.80192 17.5256 7.2635 17.7637 6.70195 17.7493C6.1404 17.7349 5.61489 17.4695 5.27002 17.0261L0.895049 11.4011C0.259296 10.5837 0.406547 9.4057 1.22394 8.76995C2.04134 8.13419 3.21935 8.28145 3.8551 9.09884L6.82592 12.9185L17.2059 0.89949C17.8828 0.115778 19.0668 0.0291434 19.8505 0.705985Z",
|
|
1348
|
-
fill: "white"
|
|
1349
|
-
}
|
|
1350
|
-
)
|
|
1337
|
+
fillRule: "evenodd",
|
|
1338
|
+
clipRule: "evenodd",
|
|
1339
|
+
d: "M19.8505 0.705985C20.6342 1.38283 20.7209 2.56684 20.044 3.35055L8.16908 17.1005C7.80192 17.5256 7.2635 17.7637 6.70195 17.7493C6.1404 17.7349 5.61489 17.4695 5.27002 17.0261L0.895049 11.4011C0.259296 10.5837 0.406547 9.4057 1.22394 8.76995C2.04134 8.13419 3.21935 8.28145 3.8551 9.09884L6.82592 12.9185L17.2059 0.89949C17.8828 0.115778 19.0668 0.0291434 19.8505 0.705985Z",
|
|
1340
|
+
fill: "white"
|
|
1351
1341
|
}
|
|
1352
|
-
) });
|
|
1342
|
+
) }) });
|
|
1353
1343
|
function Sn({ redirectUri: t } = {}) {
|
|
1354
1344
|
return t && window.location.replace(t), /* @__PURE__ */ o.jsxs("article", { "data-testid": "sid-form-success-state", children: [
|
|
1355
|
-
/* @__PURE__ */ o.jsx(
|
|
1356
|
-
|
|
1357
|
-
{
|
|
1358
|
-
as: "h1",
|
|
1359
|
-
t: "success.title",
|
|
1360
|
-
variant: { size: "2xl-title", weight: "bold" }
|
|
1361
|
-
}
|
|
1362
|
-
),
|
|
1363
|
-
/* @__PURE__ */ o.jsx(
|
|
1364
|
-
J,
|
|
1365
|
-
{
|
|
1366
|
-
as: "h2",
|
|
1367
|
-
t: "success.details",
|
|
1368
|
-
variant: { color: "contrast", weight: "semibold" }
|
|
1369
|
-
}
|
|
1370
|
-
),
|
|
1345
|
+
/* @__PURE__ */ o.jsx(J, { as: "h1", t: "success.title", variant: { size: "2xl-title", weight: "bold" } }),
|
|
1346
|
+
/* @__PURE__ */ o.jsx(J, { as: "h2", t: "success.details", variant: { color: "contrast", weight: "semibold" } }),
|
|
1371
1347
|
/* @__PURE__ */ o.jsx(Er, {})
|
|
1372
1348
|
] });
|
|
1373
1349
|
}
|
|
1374
1350
|
var Sr = "_8vopmj0", jr = "_8vopmj2";
|
|
1375
1351
|
function Rr() {
|
|
1376
1352
|
const { language: t } = ye();
|
|
1377
|
-
return
|
|
1353
|
+
return St(() => br(t), [t]);
|
|
1378
1354
|
}
|
|
1379
1355
|
function Tr(t) {
|
|
1380
1356
|
return `recover.password.validation.${t.failedRules[0].name}`;
|
|
@@ -1398,10 +1374,10 @@ function Mr({ message: t }) {
|
|
|
1398
1374
|
}
|
|
1399
1375
|
function kr() {
|
|
1400
1376
|
const t = Rr(), { sdk: e } = ye(), [s, r] = ue(""), [a, l] = ue(""), [c, f] = ue(null), [d, b] = ue("initial");
|
|
1401
|
-
|
|
1377
|
+
jt(() => {
|
|
1402
1378
|
const S = (B) => {
|
|
1403
1379
|
f(
|
|
1404
|
-
|
|
1380
|
+
Dt(
|
|
1405
1381
|
t(Tr(B)),
|
|
1406
1382
|
Or({ errorEvent: B, password: s })
|
|
1407
1383
|
)
|
|
@@ -1453,7 +1429,7 @@ function kr() {
|
|
|
1453
1429
|
name: "passwordConfirm",
|
|
1454
1430
|
value: a ?? "",
|
|
1455
1431
|
onChange: O,
|
|
1456
|
-
className:
|
|
1432
|
+
className: Nt({ marginTop: "4" }),
|
|
1457
1433
|
error: !!c,
|
|
1458
1434
|
autoComplete: "new-password"
|
|
1459
1435
|
}
|
|
@@ -1461,7 +1437,7 @@ function kr() {
|
|
|
1461
1437
|
c && /* @__PURE__ */ o.jsx(Mr, { message: c })
|
|
1462
1438
|
] }),
|
|
1463
1439
|
/* @__PURE__ */ o.jsx(
|
|
1464
|
-
|
|
1440
|
+
kt,
|
|
1465
1441
|
{
|
|
1466
1442
|
type: "submit",
|
|
1467
1443
|
variant: "primary",
|
|
@@ -1478,7 +1454,7 @@ const Pr = Object.prototype.toString;
|
|
|
1478
1454
|
function Nr(t, e) {
|
|
1479
1455
|
return Pr.call(t) === `[object ${e}]`;
|
|
1480
1456
|
}
|
|
1481
|
-
function
|
|
1457
|
+
function Lt(t) {
|
|
1482
1458
|
return Nr(t, "Object");
|
|
1483
1459
|
}
|
|
1484
1460
|
function He(t) {
|
|
@@ -1491,11 +1467,11 @@ const D = typeof globalThis == "object" && xe(globalThis) || // eslint-disable-n
|
|
|
1491
1467
|
typeof window == "object" && xe(window) || typeof self == "object" && xe(self) || typeof global == "object" && xe(global) || /* @__PURE__ */ function() {
|
|
1492
1468
|
return this;
|
|
1493
1469
|
}() || {};
|
|
1494
|
-
function
|
|
1470
|
+
function At(t, e, s) {
|
|
1495
1471
|
const r = s || D, a = r.__SENTRY__ = r.__SENTRY__ || {};
|
|
1496
1472
|
return a[t] || (a[t] = e());
|
|
1497
1473
|
}
|
|
1498
|
-
const Dr = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, Ir = "Sentry Logger ",
|
|
1474
|
+
const Dr = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, Ir = "Sentry Logger ", Ct = [
|
|
1499
1475
|
"debug",
|
|
1500
1476
|
"info",
|
|
1501
1477
|
"warn",
|
|
@@ -1503,13 +1479,13 @@ const Dr = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, Ir = "Sentry Logge
|
|
|
1503
1479
|
"log",
|
|
1504
1480
|
"assert",
|
|
1505
1481
|
"trace"
|
|
1506
|
-
],
|
|
1507
|
-
function
|
|
1482
|
+
], wt = {};
|
|
1483
|
+
function Ft(t) {
|
|
1508
1484
|
if (!("console" in D))
|
|
1509
1485
|
return t();
|
|
1510
|
-
const e = D.console, s = {}, r = Object.keys(
|
|
1486
|
+
const e = D.console, s = {}, r = Object.keys(wt);
|
|
1511
1487
|
r.forEach((a) => {
|
|
1512
|
-
const l =
|
|
1488
|
+
const l = wt[a];
|
|
1513
1489
|
s[a] = e[a], e[a] = l;
|
|
1514
1490
|
});
|
|
1515
1491
|
try {
|
|
@@ -1531,13 +1507,13 @@ function Lr() {
|
|
|
1531
1507
|
},
|
|
1532
1508
|
isEnabled: () => t
|
|
1533
1509
|
};
|
|
1534
|
-
return Dr ?
|
|
1510
|
+
return Dr ? Ct.forEach((s) => {
|
|
1535
1511
|
e[s] = (...r) => {
|
|
1536
|
-
t &&
|
|
1512
|
+
t && Ft(() => {
|
|
1537
1513
|
D.console[s](`${Ir}[${s}]:`, ...r);
|
|
1538
1514
|
});
|
|
1539
1515
|
};
|
|
1540
|
-
}) :
|
|
1516
|
+
}) : Ct.forEach((s) => {
|
|
1541
1517
|
e[s] = () => {
|
|
1542
1518
|
};
|
|
1543
1519
|
}), e;
|
|
@@ -1569,7 +1545,7 @@ function Ue(t, e) {
|
|
|
1569
1545
|
return t;
|
|
1570
1546
|
}
|
|
1571
1547
|
function Ar(t) {
|
|
1572
|
-
if (!
|
|
1548
|
+
if (!Lt(t))
|
|
1573
1549
|
return !1;
|
|
1574
1550
|
try {
|
|
1575
1551
|
const e = Object.getPrototypeOf(t).constructor.name;
|
|
@@ -1706,18 +1682,18 @@ class $ {
|
|
|
1706
1682
|
};
|
|
1707
1683
|
}
|
|
1708
1684
|
}
|
|
1709
|
-
const
|
|
1685
|
+
const Ut = 1e3;
|
|
1710
1686
|
function Ge() {
|
|
1711
|
-
return Date.now() /
|
|
1687
|
+
return Date.now() / Ut;
|
|
1712
1688
|
}
|
|
1713
1689
|
function Ur() {
|
|
1714
1690
|
const { performance: t } = D;
|
|
1715
1691
|
if (!t || !t.now)
|
|
1716
1692
|
return Ge;
|
|
1717
1693
|
const e = Date.now() - t.now(), s = t.timeOrigin == null ? e : t.timeOrigin;
|
|
1718
|
-
return () => (s + t.now()) /
|
|
1694
|
+
return () => (s + t.now()) / Ut;
|
|
1719
1695
|
}
|
|
1720
|
-
const
|
|
1696
|
+
const qt = Ur();
|
|
1721
1697
|
(() => {
|
|
1722
1698
|
const { performance: t } = D;
|
|
1723
1699
|
if (!t || !t.now)
|
|
@@ -1725,9 +1701,9 @@ const Ut = Ur();
|
|
|
1725
1701
|
const e = 3600 * 1e3, s = t.now(), r = Date.now(), a = t.timeOrigin ? Math.abs(t.timeOrigin + s - r) : e, l = a < e, c = t.timing && t.timing.navigationStart, d = typeof c == "number" ? Math.abs(c + s - r) : e, b = d < e;
|
|
1726
1702
|
return l || b ? a <= d ? t.timeOrigin : c : r;
|
|
1727
1703
|
})();
|
|
1728
|
-
const ve = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__,
|
|
1704
|
+
const ve = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, Bt = "production";
|
|
1729
1705
|
function qr() {
|
|
1730
|
-
return
|
|
1706
|
+
return At("globalEventProcessors", () => []);
|
|
1731
1707
|
}
|
|
1732
1708
|
function qe(t, e, s, r = 0) {
|
|
1733
1709
|
return new $((a, l) => {
|
|
@@ -1741,7 +1717,7 @@ function qe(t, e, s, r = 0) {
|
|
|
1741
1717
|
});
|
|
1742
1718
|
}
|
|
1743
1719
|
function Br(t) {
|
|
1744
|
-
const e =
|
|
1720
|
+
const e = qt(), s = {
|
|
1745
1721
|
sid: L(),
|
|
1746
1722
|
init: !0,
|
|
1747
1723
|
timestamp: e,
|
|
@@ -1755,7 +1731,7 @@ function Br(t) {
|
|
|
1755
1731
|
return t && ze(s, t), s;
|
|
1756
1732
|
}
|
|
1757
1733
|
function ze(t, e = {}) {
|
|
1758
|
-
if (e.user && (!t.ipAddress && e.user.ip_address && (t.ipAddress = e.user.ip_address), !t.did && !e.did && (t.did = e.user.id || e.user.email || e.user.username)), t.timestamp = e.timestamp ||
|
|
1734
|
+
if (e.user && (!t.ipAddress && e.user.ip_address && (t.ipAddress = e.user.ip_address), !t.did && !e.did && (t.did = e.user.id || e.user.email || e.user.username)), t.timestamp = e.timestamp || qt(), e.abnormal_mechanism && (t.abnormal_mechanism = e.abnormal_mechanism), e.ignoreDuration && (t.ignoreDuration = e.ignoreDuration), e.sid && (t.sid = e.sid.length === 32 ? e.sid : L()), e.init !== void 0 && (t.init = e.init), !t.did && e.did && (t.did = `${e.did}`), typeof e.started == "number" && (t.started = e.started), t.ignoreDuration)
|
|
1759
1735
|
t.duration = void 0;
|
|
1760
1736
|
else if (typeof e.duration == "number")
|
|
1761
1737
|
t.duration = e.duration;
|
|
@@ -1844,12 +1820,12 @@ function en() {
|
|
|
1844
1820
|
function tn() {
|
|
1845
1821
|
return We().getScope();
|
|
1846
1822
|
}
|
|
1847
|
-
function
|
|
1823
|
+
function Vt(t) {
|
|
1848
1824
|
return t.transaction;
|
|
1849
1825
|
}
|
|
1850
1826
|
function sn(t, e, s) {
|
|
1851
1827
|
const r = e.getOptions(), { publicKey: a } = e.getDsn() || {}, { segment: l } = s && s.getUser() || {}, c = G({
|
|
1852
|
-
environment: r.environment ||
|
|
1828
|
+
environment: r.environment || Bt,
|
|
1853
1829
|
release: r.release,
|
|
1854
1830
|
user_segment: l,
|
|
1855
1831
|
public_key: a,
|
|
@@ -1861,7 +1837,7 @@ function rn(t) {
|
|
|
1861
1837
|
const e = en();
|
|
1862
1838
|
if (!e)
|
|
1863
1839
|
return {};
|
|
1864
|
-
const s = sn(me(t).trace_id || "", e, tn()), r =
|
|
1840
|
+
const s = sn(me(t).trace_id || "", e, tn()), r = Vt(t);
|
|
1865
1841
|
if (!r)
|
|
1866
1842
|
return s;
|
|
1867
1843
|
const a = r && r._frozenDynamicSamplingContext;
|
|
@@ -1906,7 +1882,7 @@ function ln(t, e) {
|
|
|
1906
1882
|
}
|
|
1907
1883
|
function un(t, e) {
|
|
1908
1884
|
t.contexts = { trace: Hr(e), ...t.contexts };
|
|
1909
|
-
const s =
|
|
1885
|
+
const s = Vt(e);
|
|
1910
1886
|
if (s) {
|
|
1911
1887
|
t.sdkProcessingMetadata = {
|
|
1912
1888
|
dynamicSamplingContext: rn(e),
|
|
@@ -1947,7 +1923,7 @@ class W {
|
|
|
1947
1923
|
/** The client on this scope */
|
|
1948
1924
|
// NOTE: Any field which gets added here should get added not only to the constructor but also to the `clone` method.
|
|
1949
1925
|
constructor() {
|
|
1950
|
-
this._notifyingListeners = !1, this._scopeListeners = [], this._eventProcessors = [], this._breadcrumbs = [], this._attachments = [], this._user = {}, this._tags = {}, this._extra = {}, this._contexts = {}, this._sdkProcessingMetadata = {}, this._propagationContext =
|
|
1926
|
+
this._notifyingListeners = !1, this._scopeListeners = [], this._eventProcessors = [], this._breadcrumbs = [], this._attachments = [], this._user = {}, this._tags = {}, this._extra = {}, this._contexts = {}, this._sdkProcessingMetadata = {}, this._propagationContext = yt();
|
|
1951
1927
|
}
|
|
1952
1928
|
/**
|
|
1953
1929
|
* Inherit values from the parent scope.
|
|
@@ -2117,7 +2093,7 @@ class W {
|
|
|
2117
2093
|
if (s instanceof W) {
|
|
2118
2094
|
const r = s.getScopeData();
|
|
2119
2095
|
this._tags = { ...this._tags, ...r.tags }, this._extra = { ...this._extra, ...r.extra }, this._contexts = { ...this._contexts, ...r.contexts }, r.user && Object.keys(r.user).length && (this._user = r.user), r.level && (this._level = r.level), r.fingerprint.length && (this._fingerprint = r.fingerprint), s.getRequestSession() && (this._requestSession = s.getRequestSession()), r.propagationContext && (this._propagationContext = r.propagationContext);
|
|
2120
|
-
} else if (
|
|
2096
|
+
} else if (Lt(s)) {
|
|
2121
2097
|
const r = e;
|
|
2122
2098
|
this._tags = { ...this._tags, ...r.tags }, this._extra = { ...this._extra, ...r.extra }, this._contexts = { ...this._contexts, ...r.contexts }, r.user && (this._user = r.user), r.level && (this._level = r.level), r.fingerprint && (this._fingerprint = r.fingerprint), r.requestSession && (this._requestSession = r.requestSession), r.propagationContext && (this._propagationContext = r.propagationContext);
|
|
2123
2099
|
}
|
|
@@ -2127,7 +2103,7 @@ class W {
|
|
|
2127
2103
|
* @inheritDoc
|
|
2128
2104
|
*/
|
|
2129
2105
|
clear() {
|
|
2130
|
-
return this._breadcrumbs = [], this._tags = {}, this._extra = {}, this._user = {}, this._contexts = {}, this._level = void 0, this._transactionName = void 0, this._fingerprint = void 0, this._requestSession = void 0, this._span = void 0, this._session = void 0, this._notifyScopeListeners(), this._attachments = [], this._propagationContext =
|
|
2106
|
+
return this._breadcrumbs = [], this._tags = {}, this._extra = {}, this._user = {}, this._contexts = {}, this._level = void 0, this._transactionName = void 0, this._fingerprint = void 0, this._requestSession = void 0, this._span = void 0, this._session = void 0, this._notifyScopeListeners(), this._attachments = [], this._propagationContext = yt(), this;
|
|
2131
2107
|
}
|
|
2132
2108
|
/**
|
|
2133
2109
|
* @inheritDoc
|
|
@@ -2310,14 +2286,14 @@ class W {
|
|
|
2310
2286
|
}), this._notifyingListeners = !1);
|
|
2311
2287
|
}
|
|
2312
2288
|
}
|
|
2313
|
-
function
|
|
2289
|
+
function yt() {
|
|
2314
2290
|
return {
|
|
2315
2291
|
traceId: L(),
|
|
2316
2292
|
spanId: L().substring(16)
|
|
2317
2293
|
};
|
|
2318
2294
|
}
|
|
2319
|
-
const fn = "7.108.0",
|
|
2320
|
-
class
|
|
2295
|
+
const fn = "7.108.0", Yt = parseFloat(fn), hn = 100;
|
|
2296
|
+
class $t {
|
|
2321
2297
|
/** Is a {@link Layer}[] containing the client and scope */
|
|
2322
2298
|
/** Contains the last event id of a captured event. */
|
|
2323
2299
|
/**
|
|
@@ -2368,7 +2344,7 @@ class Yt {
|
|
|
2368
2344
|
* scope.captureException();
|
|
2369
2345
|
* ```
|
|
2370
2346
|
*/
|
|
2371
|
-
constructor(e, s, r, a =
|
|
2347
|
+
constructor(e, s, r, a = Yt) {
|
|
2372
2348
|
this._version = a;
|
|
2373
2349
|
let l;
|
|
2374
2350
|
s ? l = s : (l = new W(), l.setClient(e));
|
|
@@ -2530,7 +2506,7 @@ class Yt {
|
|
|
2530
2506
|
const { beforeBreadcrumb: l = null, maxBreadcrumbs: c = hn } = a.getOptions && a.getOptions() || {};
|
|
2531
2507
|
if (c <= 0)
|
|
2532
2508
|
return;
|
|
2533
|
-
const d = { timestamp: Ge(), ...e }, b = l ?
|
|
2509
|
+
const d = { timestamp: Ge(), ...e }, b = l ? Ft(() => l(d, s)) : d;
|
|
2534
2510
|
b !== null && (a.emit && a.emit("beforeAddBreadcrumb", b, s), r.addBreadcrumb(b, c));
|
|
2535
2511
|
}
|
|
2536
2512
|
/**
|
|
@@ -2589,11 +2565,11 @@ class Yt {
|
|
|
2589
2565
|
* @inheritDoc
|
|
2590
2566
|
*/
|
|
2591
2567
|
run(e) {
|
|
2592
|
-
const s =
|
|
2568
|
+
const s = zt(this);
|
|
2593
2569
|
try {
|
|
2594
2570
|
e(this);
|
|
2595
2571
|
} finally {
|
|
2596
|
-
|
|
2572
|
+
zt(s);
|
|
2597
2573
|
}
|
|
2598
2574
|
}
|
|
2599
2575
|
/**
|
|
@@ -2668,7 +2644,7 @@ Sentry.init({...});
|
|
|
2668
2644
|
* @deprecated Use top level `startSession` instead.
|
|
2669
2645
|
*/
|
|
2670
2646
|
startSession(e) {
|
|
2671
|
-
const { scope: s, client: r } = this.getStackTop(), { release: a, environment: l =
|
|
2647
|
+
const { scope: s, client: r } = this.getStackTop(), { release: a, environment: l = Bt } = r && r.getOptions() || {}, { userAgent: c } = D.navigator || {}, f = Br({
|
|
2672
2648
|
release: a,
|
|
2673
2649
|
environment: l,
|
|
2674
2650
|
user: s.getUser(),
|
|
@@ -2713,9 +2689,9 @@ function Ee() {
|
|
|
2713
2689
|
hub: void 0
|
|
2714
2690
|
}, D;
|
|
2715
2691
|
}
|
|
2716
|
-
function
|
|
2692
|
+
function zt(t) {
|
|
2717
2693
|
const e = Ee(), s = Be(e);
|
|
2718
|
-
return
|
|
2694
|
+
return Ht(e, t), s;
|
|
2719
2695
|
}
|
|
2720
2696
|
function We() {
|
|
2721
2697
|
const t = Ee();
|
|
@@ -2728,15 +2704,15 @@ function We() {
|
|
|
2728
2704
|
}
|
|
2729
2705
|
function _n(t = Ee()) {
|
|
2730
2706
|
return (!pn(t) || // eslint-disable-next-line deprecation/deprecation
|
|
2731
|
-
Be(t).isOlderThan(
|
|
2707
|
+
Be(t).isOlderThan(Yt)) && Ht(t, new $t()), Be(t);
|
|
2732
2708
|
}
|
|
2733
2709
|
function pn(t) {
|
|
2734
2710
|
return !!(t && t.__SENTRY__ && t.__SENTRY__.hub);
|
|
2735
2711
|
}
|
|
2736
2712
|
function Be(t) {
|
|
2737
|
-
return
|
|
2713
|
+
return At("hub", () => new $t(), t);
|
|
2738
2714
|
}
|
|
2739
|
-
function
|
|
2715
|
+
function Ht(t, e) {
|
|
2740
2716
|
if (!t)
|
|
2741
2717
|
return !1;
|
|
2742
2718
|
const s = t.__SENTRY__ = t.__SENTRY__ || {};
|
|
@@ -2768,7 +2744,7 @@ function xn(t) {
|
|
|
2768
2744
|
}
|
|
2769
2745
|
function jn({ onSuccess: t, onError: e, flowType: s, onRedirectDiscovered: r }) {
|
|
2770
2746
|
const { sdk: a } = ye();
|
|
2771
|
-
return
|
|
2747
|
+
return jt(() => {
|
|
2772
2748
|
if (!a)
|
|
2773
2749
|
return;
|
|
2774
2750
|
r && (a == null || a.subscribe("redirectUriDiscovered", r));
|
|
@@ -2802,13 +2778,13 @@ function jn({ onSuccess: t, onError: e, flowType: s, onRedirectDiscovered: r })
|
|
|
2802
2778
|
}
|
|
2803
2779
|
)
|
|
2804
2780
|
] }),
|
|
2805
|
-
/* @__PURE__ */ o.jsx(
|
|
2781
|
+
/* @__PURE__ */ o.jsx(It, {})
|
|
2806
2782
|
] });
|
|
2807
2783
|
}
|
|
2808
2784
|
export {
|
|
2809
2785
|
yn as Card,
|
|
2810
2786
|
En as Error,
|
|
2811
|
-
|
|
2787
|
+
pr as I18N,
|
|
2812
2788
|
zn as Initial,
|
|
2813
2789
|
jn as Progress,
|
|
2814
2790
|
kr as Recover,
|