@prosopo/procaptcha-bundle 2.5.5 → 2.6.1
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/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +5 -0
- package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts.map +1 -1
- package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js.map +1 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +1 -0
- package/CHANGELOG.md +29 -0
- package/dist/bundle/{ProcaptchaWidget-CCSN3Dxj.js → ProcaptchaWidget-3gKvjeiH.js} +7 -7
- package/dist/bundle/ProcaptchaWidget-D6-M7iAv.js +360 -0
- package/dist/bundle/{asU8a-CAsEnbuP.js → asU8a-DCECA0Qe.js} +1 -1
- package/dist/bundle/bip39-BQoZog_M.js +365 -0
- package/dist/bundle/captchaComponentProvider-BW2eXmc3.js +1242 -0
- package/dist/bundle/{captchaRenderer-BBodRhQu.js → captchaRenderer-B_MgGzr9.js} +3 -3
- package/dist/bundle/{emotion-element-5486c51c.browser.esm-CQHFV-dS.js → emotion-element-5486c51c.browser.esm-CCAJ8JId.js} +192 -190
- package/dist/bundle/{hash-D-64Vz5z.js → hash-BR0YLxPF.js} +796 -483
- package/dist/bundle/{i18nFrontend-C_RgmvGh.js → i18nFrontend-CsPT71ro.js} +1 -1
- package/dist/bundle/{index-DxswvPTy.js → index-2or4-1WF.js} +170 -180
- package/dist/bundle/{index-9I1Aae33.js → index-BCjHZ8o6.js} +1 -1
- package/dist/bundle/{index-DkQ4njKa.js → index-BYUYvvuq.js} +7 -7
- package/dist/bundle/index-BjRdPnnE.js +1198 -0
- package/dist/bundle/index-WqEmiYQ_.js +4386 -0
- package/dist/bundle/locales/ar/translation.json +56 -0
- package/dist/bundle/locales/az/translation.json +56 -0
- package/dist/bundle/locales/cs/translation.json +56 -0
- package/dist/bundle/locales/el/translation.json +56 -0
- package/dist/bundle/locales/fi/translation.json +56 -0
- package/dist/bundle/locales/fr/translation.json +1 -1
- package/dist/bundle/locales/hi/translation.json +56 -0
- package/dist/bundle/locales/hu/translation.json +56 -0
- package/dist/bundle/locales/id/translation.json +56 -0
- package/dist/bundle/locales/ja/translation.json +56 -0
- package/dist/bundle/locales/jv/translation.json +56 -0
- package/dist/bundle/locales/ko/translation.json +56 -0
- package/dist/bundle/locales/ml/translation.json +56 -0
- package/dist/bundle/locales/ms/translation.json +56 -0
- package/dist/bundle/locales/nl/translation.json +56 -0
- package/dist/bundle/locales/no/translation.json +56 -0
- package/dist/bundle/locales/pl/translation.json +56 -0
- package/dist/bundle/locales/{pt-BR → pt-br}/translation.json +17 -17
- package/dist/bundle/locales/ro/translation.json +56 -0
- package/dist/bundle/locales/ru/translation.json +56 -0
- package/dist/bundle/locales/sr/translation.json +56 -0
- package/dist/bundle/locales/sv/translation.json +56 -0
- package/dist/bundle/locales/th/translation.json +56 -0
- package/dist/bundle/locales/tr/translation.json +56 -0
- package/dist/bundle/locales/uk/translation.json +56 -0
- package/dist/bundle/locales/vi/translation.json +56 -0
- package/dist/bundle/locales/zh-cn/translation.json +56 -0
- package/dist/bundle/procaptcha.bundle.js +1 -1
- package/dist/bundle/toU8a-C68WUzs_.js +24 -0
- package/dist/bundle/{translations-B0P9axY3.js → translations-DEL070wJ.js} +59 -26
- package/dist/bundle/{useTranslation-CEt2t9kE.js → useTranslation-BPbGzrhj.js} +3 -3
- package/dist/bundle/util/configCreator.d.ts +2 -2
- package/dist/bundle/util/configCreator.d.ts.map +1 -1
- package/dist/cjs/index.cjs +163 -0
- package/dist/cjs/util/captcha/captchaComponentProvider.cjs +19 -0
- package/dist/cjs/util/captcha/captchaComponentsList.cjs +12 -0
- package/dist/cjs/util/captcha/captchaRenderer.cjs +65 -0
- package/dist/cjs/util/captcha/captchaType.cjs +12 -0
- package/dist/cjs/util/captcha/components/frictionlessCaptcha.cjs +24 -0
- package/dist/cjs/util/captcha/components/imageCaptcha.cjs +17 -0
- package/dist/cjs/util/captcha/components/powCaptcha.cjs +17 -0
- package/dist/cjs/util/config.cjs +16 -0
- package/dist/cjs/util/configCreator.cjs +23 -0
- package/dist/cjs/util/language.cjs +18 -0
- package/dist/cjs/util/timeout.cjs +14 -0
- package/dist/cjs/util/widgetFactory.cjs +84 -0
- package/dist/cjs/util/widgetThemeResolver.cjs +16 -0
- package/dist/util/configCreator.d.ts +2 -2
- package/dist/util/configCreator.d.ts.map +1 -1
- package/dist/util/configCreator.js.map +1 -1
- package/dist/util/language.js.map +1 -1
- package/package.json +16 -13
- package/stats.html +1 -1
- package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +0 -5
- package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +0 -1
- package/dist/bundle/ProcaptchaWidget-Dfex8hc8.js +0 -156
- package/dist/bundle/bip39-DCaMcFzo.js +0 -260
- package/dist/bundle/captchaComponentProvider-Dm44AMrY.js +0 -1018
- package/dist/bundle/index-DCHEbWAs.js +0 -1242
- package/dist/bundle/index-nNwZuute.js +0 -4373
- package/dist/bundle/sha256-Cxc9Hrlx.js +0 -171
- package/dist/bundle/toU8a-BWKf-2UU.js +0 -133
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts.map +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js +0 -0
- /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js.map +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { z as A, n as se, o as f, a as p, b as V, s, c as Ar, u as we, d as rt, f as be, g as nt, e as Te, L as Pr, r as Et, l as ot } from "./translations-
|
|
2
|
-
import { C as Tt, A as c } from "./index-
|
|
1
|
+
import { z as A, n as se, o as f, a as p, b as V, s, c as Ar, u as we, d as rt, f as be, g as nt, e as Te, L as Pr, r as Et, l as ot } from "./translations-DEL070wJ.js";
|
|
2
|
+
import { C as Tt, A as c } from "./index-2or4-1WF.js";
|
|
3
3
|
import { g as Or } from "./_commonjsHelpers-DaMA6jEr.js";
|
|
4
4
|
function kr(e, t) {
|
|
5
5
|
for (var r = 0; r < t.length; r++) {
|
|
@@ -47,15 +47,16 @@ var _e;
|
|
|
47
47
|
e.Free = "free", e.Professional = "professional", e.Enterprise = "enterprise";
|
|
48
48
|
})(_e || (_e = {}));
|
|
49
49
|
A.nativeEnum(_e);
|
|
50
|
-
const Ur = se(Tt), $r = Tt.frictionless, Dr = [], Mr = 0.5, Lr = 4, Nr = f({
|
|
50
|
+
const Ur = se(Tt), $r = Tt.frictionless, Dr = [], Mr = 0.5, Lr = 4, Nr = 0.8, Br = f({
|
|
51
51
|
captchaType: Ur.default($r),
|
|
52
52
|
domains: V(s()).default([...Dr]),
|
|
53
53
|
frictionlessThreshold: p().default(Mr),
|
|
54
|
-
powDifficulty: p().default(Lr)
|
|
54
|
+
powDifficulty: p().default(Lr),
|
|
55
|
+
imageThreshold: p().default(Nr)
|
|
55
56
|
});
|
|
56
57
|
var It = { exports: {} }, h = {};
|
|
57
|
-
var ce = Symbol.for("react.element"),
|
|
58
|
-
function
|
|
58
|
+
var ce = Symbol.for("react.element"), jr = Symbol.for("react.portal"), Fr = Symbol.for("react.fragment"), Vr = Symbol.for("react.strict_mode"), Hr = Symbol.for("react.profiler"), Wr = Symbol.for("react.provider"), Gr = Symbol.for("react.context"), qr = Symbol.for("react.forward_ref"), Kr = Symbol.for("react.suspense"), zr = Symbol.for("react.memo"), Yr = Symbol.for("react.lazy"), at = Symbol.iterator;
|
|
59
|
+
function Xr(e) {
|
|
59
60
|
return e === null || typeof e != "object" ? null : (e = at && e[at] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
60
61
|
}
|
|
61
62
|
var At = { isMounted: function() {
|
|
@@ -98,13 +99,13 @@ function $t(e, t, r) {
|
|
|
98
99
|
if (e && e.defaultProps) for (n in u = e.defaultProps, u) o[n] === void 0 && (o[n] = u[n]);
|
|
99
100
|
return { $$typeof: ce, type: e, key: a, ref: i, props: o, _owner: ze.current };
|
|
100
101
|
}
|
|
101
|
-
function
|
|
102
|
+
function Jr(e, t) {
|
|
102
103
|
return { $$typeof: ce, type: e.type, key: t, ref: e.ref, props: e.props, _owner: e._owner };
|
|
103
104
|
}
|
|
104
105
|
function Ye(e) {
|
|
105
106
|
return typeof e == "object" && e !== null && e.$$typeof === ce;
|
|
106
107
|
}
|
|
107
|
-
function
|
|
108
|
+
function Zr(e) {
|
|
108
109
|
var t = { "=": "=0", ":": "=2" };
|
|
109
110
|
return "$" + e.replace(/[=:]/g, function(r) {
|
|
110
111
|
return t[r];
|
|
@@ -112,7 +113,7 @@ function Jr(e) {
|
|
|
112
113
|
}
|
|
113
114
|
var st = /\/+/g;
|
|
114
115
|
function De(e, t) {
|
|
115
|
-
return typeof e == "object" && e !== null && e.key != null ?
|
|
116
|
+
return typeof e == "object" && e !== null && e.key != null ? Zr("" + e.key) : t.toString(36);
|
|
116
117
|
}
|
|
117
118
|
function he(e, t, r, n, o) {
|
|
118
119
|
var a = typeof e;
|
|
@@ -127,19 +128,19 @@ function he(e, t, r, n, o) {
|
|
|
127
128
|
case "object":
|
|
128
129
|
switch (e.$$typeof) {
|
|
129
130
|
case ce:
|
|
130
|
-
case
|
|
131
|
+
case jr:
|
|
131
132
|
i = !0;
|
|
132
133
|
}
|
|
133
134
|
}
|
|
134
135
|
if (i) return i = e, o = o(i), e = n === "" ? "." + De(i, 0) : n, it(o) ? (r = "", e != null && (r = e.replace(st, "$&/") + "/"), he(o, t, r, "", function(d) {
|
|
135
136
|
return d;
|
|
136
|
-
})) : o != null && (Ye(o) && (o =
|
|
137
|
+
})) : o != null && (Ye(o) && (o = Jr(o, r + (!o.key || i && i.key === o.key ? "" : ("" + o.key).replace(st, "$&/") + "/") + e)), t.push(o)), 1;
|
|
137
138
|
if (i = 0, n = n === "" ? "." : n + ":", it(e)) for (var u = 0; u < e.length; u++) {
|
|
138
139
|
a = e[u];
|
|
139
140
|
var l = n + De(a, u);
|
|
140
141
|
i += he(a, t, r, l, o);
|
|
141
142
|
}
|
|
142
|
-
else if (l =
|
|
143
|
+
else if (l = Xr(e), typeof l == "function") for (e = l.call(e), u = 0; !(a = e.next()).done; ) a = a.value, l = n + De(a, u++), i += he(a, t, r, l, o);
|
|
143
144
|
else if (a === "object") throw t = String(e), Error("Objects are not valid as a React child (found: " + (t === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : t) + "). If you meant to render a collection of children, use an array instead.");
|
|
144
145
|
return i;
|
|
145
146
|
}
|
|
@@ -150,7 +151,7 @@ function pe(e, t, r) {
|
|
|
150
151
|
return t.call(r, a, o++);
|
|
151
152
|
}), n;
|
|
152
153
|
}
|
|
153
|
-
function
|
|
154
|
+
function Qr(e) {
|
|
154
155
|
if (e._status === -1) {
|
|
155
156
|
var t = e._result;
|
|
156
157
|
t = t(), t.then(function(r) {
|
|
@@ -162,7 +163,7 @@ function Zr(e) {
|
|
|
162
163
|
if (e._status === 1) return e._result.default;
|
|
163
164
|
throw e._result;
|
|
164
165
|
}
|
|
165
|
-
var x = { current: null }, me = { transition: null },
|
|
166
|
+
var x = { current: null }, me = { transition: null }, en = { ReactCurrentDispatcher: x, ReactCurrentBatchConfig: me, ReactCurrentOwner: ze };
|
|
166
167
|
function Dt() {
|
|
167
168
|
throw Error("act(...) is not supported in production builds of React.");
|
|
168
169
|
}
|
|
@@ -184,12 +185,12 @@ h.Children = { map: pe, forEach: function(e, t, r) {
|
|
|
184
185
|
return e;
|
|
185
186
|
} };
|
|
186
187
|
h.Component = Z;
|
|
187
|
-
h.Fragment =
|
|
188
|
-
h.Profiler =
|
|
188
|
+
h.Fragment = Fr;
|
|
189
|
+
h.Profiler = Hr;
|
|
189
190
|
h.PureComponent = qe;
|
|
190
|
-
h.StrictMode =
|
|
191
|
-
h.Suspense =
|
|
192
|
-
h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED =
|
|
191
|
+
h.StrictMode = Vr;
|
|
192
|
+
h.Suspense = Kr;
|
|
193
|
+
h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = en;
|
|
193
194
|
h.act = Dt;
|
|
194
195
|
h.cloneElement = function(e, t, r) {
|
|
195
196
|
if (e == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
@@ -208,7 +209,7 @@ h.cloneElement = function(e, t, r) {
|
|
|
208
209
|
return { $$typeof: ce, type: e.type, key: o, ref: a, props: n, _owner: i };
|
|
209
210
|
};
|
|
210
211
|
h.createContext = function(e) {
|
|
211
|
-
return e = { $$typeof:
|
|
212
|
+
return e = { $$typeof: Gr, _currentValue: e, _currentValue2: e, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, e.Provider = { $$typeof: Wr, _context: e }, e.Consumer = e;
|
|
212
213
|
};
|
|
213
214
|
h.createElement = $t;
|
|
214
215
|
h.createFactory = function(e) {
|
|
@@ -219,14 +220,14 @@ h.createRef = function() {
|
|
|
219
220
|
return { current: null };
|
|
220
221
|
};
|
|
221
222
|
h.forwardRef = function(e) {
|
|
222
|
-
return { $$typeof:
|
|
223
|
+
return { $$typeof: qr, render: e };
|
|
223
224
|
};
|
|
224
225
|
h.isValidElement = Ye;
|
|
225
226
|
h.lazy = function(e) {
|
|
226
|
-
return { $$typeof:
|
|
227
|
+
return { $$typeof: Yr, _payload: { _status: -1, _result: e }, _init: Qr };
|
|
227
228
|
};
|
|
228
229
|
h.memo = function(e, t) {
|
|
229
|
-
return { $$typeof:
|
|
230
|
+
return { $$typeof: zr, type: e, compare: t === void 0 ? null : t };
|
|
230
231
|
};
|
|
231
232
|
h.startTransition = function(e) {
|
|
232
233
|
var t = me.transition;
|
|
@@ -285,9 +286,9 @@ h.useTransition = function() {
|
|
|
285
286
|
h.version = "18.3.1";
|
|
286
287
|
It.exports = h;
|
|
287
288
|
var k = It.exports;
|
|
288
|
-
const
|
|
289
|
+
const tn = /* @__PURE__ */ Or(k), ct = /* @__PURE__ */ kr({
|
|
289
290
|
__proto__: null,
|
|
290
|
-
default:
|
|
291
|
+
default: tn
|
|
291
292
|
}, [k]), Xe = 60 * 1e3, ue = Xe, Mt = ue * 2, Lt = ue * 3, Je = ue * 15, xe = Xe, Ie = xe * 2, Nt = xe * 3, Bt = Xe * 15;
|
|
292
293
|
var Ne;
|
|
293
294
|
(function(e) {
|
|
@@ -314,14 +315,14 @@ var pt;
|
|
|
314
315
|
e.provider = "Provider", e.dapp = "Dapp", e.any = "Any";
|
|
315
316
|
})(pt || (pt = {}));
|
|
316
317
|
p();
|
|
317
|
-
const
|
|
318
|
-
const t = e.split(
|
|
318
|
+
const rn = "___", nn = Ar((e) => {
|
|
319
|
+
const t = e.split(rn);
|
|
319
320
|
try {
|
|
320
321
|
return t.length === 4;
|
|
321
322
|
} catch {
|
|
322
323
|
return !1;
|
|
323
324
|
}
|
|
324
|
-
}),
|
|
325
|
+
}), on = f({
|
|
325
326
|
captchaId: we([s(), rt()]),
|
|
326
327
|
captchaContentId: we([s(), rt()]),
|
|
327
328
|
salt: s().min(34),
|
|
@@ -334,21 +335,21 @@ const tn = "___", rn = Ar((e) => {
|
|
|
334
335
|
type: se(Be)
|
|
335
336
|
}), Ft = jt.extend({
|
|
336
337
|
hash: s()
|
|
337
|
-
}), on = Ft.extend({
|
|
338
|
-
label: s()
|
|
339
338
|
}), an = Ft.extend({
|
|
339
|
+
label: s()
|
|
340
|
+
}), sn = Ft.extend({
|
|
340
341
|
label: s().optional()
|
|
341
|
-
}), Vt =
|
|
342
|
+
}), Vt = on.extend({
|
|
342
343
|
items: V(jt),
|
|
343
344
|
target: s()
|
|
344
|
-
}),
|
|
345
|
+
}), cn = Vt.extend({
|
|
345
346
|
solution: s().array().optional(),
|
|
346
347
|
unlabelled: s().array().optional()
|
|
347
|
-
}),
|
|
348
|
+
}), un = cn.extend({
|
|
348
349
|
solution: p().array().optional(),
|
|
349
350
|
unlabelled: p().array().optional()
|
|
350
|
-
}),
|
|
351
|
-
V(
|
|
351
|
+
}), fn = V(Vt);
|
|
352
|
+
V(un);
|
|
352
353
|
const Ht = f({
|
|
353
354
|
captchaId: s(),
|
|
354
355
|
captchaContentId: s(),
|
|
@@ -357,19 +358,19 @@ const Ht = f({
|
|
|
357
358
|
});
|
|
358
359
|
V(Ht);
|
|
359
360
|
f({
|
|
360
|
-
items: V(
|
|
361
|
+
items: V(sn)
|
|
361
362
|
});
|
|
362
363
|
f({
|
|
363
|
-
items: V(
|
|
364
|
+
items: V(an)
|
|
364
365
|
});
|
|
365
366
|
f({
|
|
366
|
-
captchas:
|
|
367
|
+
captchas: fn,
|
|
367
368
|
format: se(Ne)
|
|
368
369
|
});
|
|
369
370
|
f({
|
|
370
371
|
labels: V(s())
|
|
371
372
|
});
|
|
372
|
-
var
|
|
373
|
+
var ln = Object.defineProperty, pn = (e, t, r) => t in e ? ln(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, dt = (e, t, r) => (pn(e, typeof t != "symbol" ? t + "" : t, r), r), Me = {
|
|
373
374
|
0: 0,
|
|
374
375
|
1: 1,
|
|
375
376
|
2: 2,
|
|
@@ -393,7 +394,7 @@ var fn = Object.defineProperty, ln = (e, t, r) => t in e ? fn(e, t, { enumerable
|
|
|
393
394
|
E: 14,
|
|
394
395
|
F: 15
|
|
395
396
|
};
|
|
396
|
-
function
|
|
397
|
+
function dn(e) {
|
|
397
398
|
const t = e.length % 2, r = (e[1] === "x" ? 2 : 0) + t, n = (e.length - r) / 2 + t, o = new Uint8Array(n);
|
|
398
399
|
t && (o[0] = 0 | Me[e[2]]);
|
|
399
400
|
for (let a = 0; a < n; ) {
|
|
@@ -406,7 +407,7 @@ var ht = class extends Uint8Array {
|
|
|
406
407
|
constructor(e) {
|
|
407
408
|
super(e), dt(this, "i", 0), dt(this, "v"), this.v = new DataView(e);
|
|
408
409
|
}
|
|
409
|
-
}, K = (e) => (t) => e(t instanceof ht ? t : new ht(t instanceof Uint8Array ? t.buffer : typeof t == "string" ?
|
|
410
|
+
}, K = (e) => (t) => e(t instanceof ht ? t : new ht(t instanceof Uint8Array ? t.buffer : typeof t == "string" ? dn(t).buffer : t)), Ae = (e) => {
|
|
410
411
|
const t = e.length;
|
|
411
412
|
let r = 0;
|
|
412
413
|
for (let o = 0; o < t; o++)
|
|
@@ -429,21 +430,21 @@ function mt(e, t) {
|
|
|
429
430
|
var U = (e, t) => {
|
|
430
431
|
const r = [e, t];
|
|
431
432
|
return r.enc = e, r.dec = t, r;
|
|
432
|
-
}, Wt = (e, t) => (r) => e(t(r)), Gt = (e, t) => (r) => t(e(r)),
|
|
433
|
-
function
|
|
433
|
+
}, Wt = (e, t) => (r) => e(t(r)), Gt = (e, t) => (r) => t(e(r)), hn = ([e, t], r, n) => U(Wt(e, r), Gt(t, n));
|
|
434
|
+
function mn(e, t) {
|
|
434
435
|
return K((r) => {
|
|
435
436
|
const n = r.v[t](r.i, !0);
|
|
436
437
|
return r.i += e, n;
|
|
437
438
|
});
|
|
438
439
|
}
|
|
439
|
-
function
|
|
440
|
+
function vn(e, t) {
|
|
440
441
|
return (r) => {
|
|
441
442
|
const n = new Uint8Array(e);
|
|
442
443
|
return new DataView(n.buffer)[t](0, r, !0), n;
|
|
443
444
|
};
|
|
444
445
|
}
|
|
445
446
|
function G(e, t, r) {
|
|
446
|
-
return U(
|
|
447
|
+
return U(vn(e, r), mn(e, t));
|
|
447
448
|
}
|
|
448
449
|
var X = G(1, "getUint8", "setUint8"), Ce = G(2, "getUint16", "setUint16"), re = G(4, "getUint32", "setUint32"), qt = G(8, "getBigUint64", "setBigUint64");
|
|
449
450
|
G(1, "getInt8", "setInt8");
|
|
@@ -468,10 +469,10 @@ var Yt = (e) => {
|
|
|
468
469
|
});
|
|
469
470
|
U(Yt, Xt("getBigUint64"));
|
|
470
471
|
U(Yt, Xt("getBigInt64"));
|
|
471
|
-
var Jt =
|
|
472
|
+
var Jt = hn(X, (e) => e ? 1 : 0, Boolean), yn = [X[1], Ce[1], re[1]], gn = K((e) => {
|
|
472
473
|
const t = e[e.i], r = t & 3;
|
|
473
474
|
if (r < 3)
|
|
474
|
-
return
|
|
475
|
+
return yn[r](e) >>> 2;
|
|
475
476
|
const n = (t >>> 2) + 4;
|
|
476
477
|
e.i++;
|
|
477
478
|
let o = 0n;
|
|
@@ -481,34 +482,34 @@ var Jt = dn(X, (e) => e ? 1 : 0, Boolean), vn = [X[1], Ce[1], re[1]], yn = K((e)
|
|
|
481
482
|
o = qt[1](e) << i | o, i += 64n;
|
|
482
483
|
let u = n % 8;
|
|
483
484
|
return u > 3 && (o = BigInt(re[1](e)) << i | o, i += 32n, u -= 4), u > 1 && (o = BigInt(Ce[1](e)) << i | o, i += 16n, u -= 2), u && (o = BigInt(X[1](e)) << i | o), o;
|
|
484
|
-
}),
|
|
485
|
+
}), wn = 1n << 56n, bn = 1 << 24, Sn = 256, _n = 4294967295n, Cn = 64, En = 16384, Tn = 1 << 30, xn = (e) => {
|
|
485
486
|
if (e < 0)
|
|
486
487
|
throw new Error(`Wrong compact input (${e})`);
|
|
487
488
|
const t = Number(e) << 2;
|
|
488
|
-
if (e < _n)
|
|
489
|
-
return X[0](t);
|
|
490
489
|
if (e < Cn)
|
|
491
|
-
return
|
|
490
|
+
return X[0](t);
|
|
492
491
|
if (e < En)
|
|
492
|
+
return Ce[0](t | 1);
|
|
493
|
+
if (e < Tn)
|
|
493
494
|
return re[0](t | 2);
|
|
494
495
|
let r = [new Uint8Array(1)], n = BigInt(e);
|
|
495
|
-
for (; n >=
|
|
496
|
+
for (; n >= wn; )
|
|
496
497
|
r.push(qt[0](n)), n >>= 64n;
|
|
497
|
-
n >=
|
|
498
|
+
n >= bn && (r.push(re[0](Number(n & _n))), n >>= 32n);
|
|
498
499
|
let o = Number(n);
|
|
499
|
-
o >=
|
|
500
|
+
o >= Sn && (r.push(Ce[0](o)), o >>= 16), o && r.push(X[0](o));
|
|
500
501
|
const a = Ae(r);
|
|
501
502
|
return a[0] = a.length - 5 << 2 | 3, a;
|
|
502
|
-
}, Zt = U(
|
|
503
|
-
const t =
|
|
503
|
+
}, Zt = U(xn, gn), In = new TextEncoder(), An = (e) => {
|
|
504
|
+
const t = In.encode(e);
|
|
504
505
|
return Ae([Zt.enc(t.length), t]);
|
|
505
|
-
},
|
|
506
|
+
}, Pn = new TextDecoder(), On = K((e) => {
|
|
506
507
|
let t = Zt.dec(e);
|
|
507
508
|
const r = new DataView(e.buffer, e.i, t);
|
|
508
|
-
return e.i += t,
|
|
509
|
-
}), L = U(
|
|
510
|
-
},
|
|
511
|
-
U(() =>
|
|
509
|
+
return e.i += t, Pn.decode(r);
|
|
510
|
+
}), L = U(An, On), kn = () => {
|
|
511
|
+
}, Rn = new Uint8Array(0);
|
|
512
|
+
U(() => Rn, kn);
|
|
512
513
|
var Qt = (e) => K((t) => {
|
|
513
514
|
const r = X.dec(t);
|
|
514
515
|
if (r !== 0)
|
|
@@ -531,13 +532,13 @@ var nr = (e) => {
|
|
|
531
532
|
}, z = (e) => U(nr(mt(e, (t) => t[0])), or(mt(e, (t) => t[1])));
|
|
532
533
|
z.enc = nr;
|
|
533
534
|
z.dec = or;
|
|
534
|
-
const
|
|
535
|
+
const Un = f({
|
|
535
536
|
[c.requestHash]: s()
|
|
536
537
|
});
|
|
537
538
|
f({
|
|
538
539
|
[c.challenge]: s()
|
|
539
540
|
});
|
|
540
|
-
const
|
|
541
|
+
const $n = f({
|
|
541
542
|
[c.timestamp]: s()
|
|
542
543
|
}), vt = f({
|
|
543
544
|
[c.challenge]: s().optional(),
|
|
@@ -557,7 +558,7 @@ f({
|
|
|
557
558
|
[c.user]: vt
|
|
558
559
|
})
|
|
559
560
|
});
|
|
560
|
-
const
|
|
561
|
+
const Dn = z({
|
|
561
562
|
[c.commitmentId]: N(L),
|
|
562
563
|
[c.providerUrl]: N(L),
|
|
563
564
|
[c.dapp]: L,
|
|
@@ -575,9 +576,9 @@ const $n = z({
|
|
|
575
576
|
[c.requestHash]: N(L)
|
|
576
577
|
})
|
|
577
578
|
})
|
|
578
|
-
}), ar = s().startsWith("0x"),
|
|
579
|
+
}), ar = s().startsWith("0x"), qo = (e) => {
|
|
579
580
|
var t, r, n, o;
|
|
580
|
-
return Rr(
|
|
581
|
+
return Rr(Dn.enc({
|
|
581
582
|
[c.commitmentId]: void 0,
|
|
582
583
|
[c.providerUrl]: void 0,
|
|
583
584
|
[c.challenge]: void 0,
|
|
@@ -627,13 +628,13 @@ const ir = {
|
|
|
627
628
|
[te.SiteKeyRegister]: { windowMs: 6e4, limit: 5 },
|
|
628
629
|
[te.UpdateDetectorKey]: { windowMs: 6e4, limit: 5 },
|
|
629
630
|
[te.RemoveDetectorKey]: { windowMs: 6e4, limit: 5 }
|
|
630
|
-
},
|
|
631
|
+
}, Mn = (e) => f(Object.entries(e).reduce((t, [r, n]) => {
|
|
631
632
|
const o = r;
|
|
632
633
|
return t[o] = f({
|
|
633
634
|
windowMs: nt.number().optional().default(n.windowMs),
|
|
634
635
|
limit: nt.number().optional().default(n.limit)
|
|
635
636
|
}), t;
|
|
636
|
-
}, {})),
|
|
637
|
+
}, {})), Ln = Mn(ir);
|
|
637
638
|
f({
|
|
638
639
|
[c.user]: s(),
|
|
639
640
|
[c.dapp]: s(),
|
|
@@ -647,8 +648,8 @@ f({
|
|
|
647
648
|
[c.requestHash]: s(),
|
|
648
649
|
[c.timestamp]: s(),
|
|
649
650
|
[c.signature]: f({
|
|
650
|
-
[c.user]:
|
|
651
|
-
[c.provider]:
|
|
651
|
+
[c.user]: $n,
|
|
652
|
+
[c.provider]: Un
|
|
652
653
|
})
|
|
653
654
|
});
|
|
654
655
|
f({
|
|
@@ -666,8 +667,8 @@ f({
|
|
|
666
667
|
[c.dapp]: s(),
|
|
667
668
|
[c.sessionId]: s().optional()
|
|
668
669
|
});
|
|
669
|
-
const
|
|
670
|
-
[c.challenge]:
|
|
670
|
+
const Ko = f({
|
|
671
|
+
[c.challenge]: nn,
|
|
671
672
|
[c.difficulty]: p(),
|
|
672
673
|
[c.signature]: f({
|
|
673
674
|
[c.user]: f({
|
|
@@ -693,9 +694,9 @@ f({
|
|
|
693
694
|
f({
|
|
694
695
|
[c.siteKey]: s(),
|
|
695
696
|
[c.tier]: se(_e),
|
|
696
|
-
[c.settings]:
|
|
697
|
+
[c.settings]: Br.optional()
|
|
697
698
|
});
|
|
698
|
-
const
|
|
699
|
+
const zo = f({
|
|
699
700
|
[c.detectorKey]: s()
|
|
700
701
|
}), sr = f({
|
|
701
702
|
solved: f({
|
|
@@ -709,18 +710,18 @@ var Fe;
|
|
|
709
710
|
(function(e) {
|
|
710
711
|
e.ipAddress = "ipAddress", e.userAccount = "userAccount";
|
|
711
712
|
})(Fe || (Fe = {}));
|
|
712
|
-
const
|
|
713
|
+
const Nn = se(Fe);
|
|
713
714
|
f({
|
|
714
715
|
global: be(),
|
|
715
716
|
hardBlock: be(),
|
|
716
|
-
type:
|
|
717
|
+
type: Nn,
|
|
717
718
|
dappAccount: s().optional(),
|
|
718
719
|
captchaConfig: sr.optional()
|
|
719
720
|
});
|
|
720
721
|
f({
|
|
721
722
|
[c.dapp]: s()
|
|
722
723
|
});
|
|
723
|
-
const
|
|
724
|
+
const Bn = f({
|
|
724
725
|
PENALTY_OLD_TIMESTAMP: p().positive().optional().default(0.2),
|
|
725
726
|
PENALTY_ACCESS_RULE: p().positive().optional().default(0.5)
|
|
726
727
|
}), yt = Te([
|
|
@@ -743,12 +744,12 @@ const Ve = Te([
|
|
|
743
744
|
"development",
|
|
744
745
|
"staging",
|
|
745
746
|
"production"
|
|
746
|
-
]),
|
|
747
|
+
]), jn = Et(Ve, f({
|
|
747
748
|
type: s(),
|
|
748
749
|
endpoint: s(),
|
|
749
750
|
dbname: s().default("prosopo"),
|
|
750
751
|
authSource: s().default("admin")
|
|
751
|
-
})),
|
|
752
|
+
})), Fn = f({
|
|
752
753
|
logLevel: yt.optional().default(yt.enum.info),
|
|
753
754
|
defaultEnvironment: Ve.default(Ve.Values.production),
|
|
754
755
|
account: f({
|
|
@@ -771,10 +772,10 @@ A.object({
|
|
|
771
772
|
whenCreated: A.number()
|
|
772
773
|
})
|
|
773
774
|
});
|
|
774
|
-
const cr =
|
|
775
|
-
database:
|
|
775
|
+
const cr = Fn.merge(f({
|
|
776
|
+
database: jn.optional(),
|
|
776
777
|
devOnlyWatchEvents: be().optional()
|
|
777
|
-
})),
|
|
778
|
+
})), Vn = f({
|
|
778
779
|
baseURL: s().url(),
|
|
779
780
|
port: p().optional().default(9229)
|
|
780
781
|
});
|
|
@@ -836,23 +837,23 @@ f({
|
|
|
836
837
|
numberOfRounds: p().positive(),
|
|
837
838
|
seed: p().positive()
|
|
838
839
|
});
|
|
839
|
-
const
|
|
840
|
+
const Hn = we([ot("light"), ot("dark")]);
|
|
840
841
|
var ne;
|
|
841
842
|
(function(e) {
|
|
842
843
|
e.visible = "visible", e.invisible = "invisible";
|
|
843
844
|
})(ne || (ne = {}));
|
|
844
|
-
const
|
|
845
|
-
theme:
|
|
845
|
+
const Wn = Te([ne.visible, ne.invisible]).optional(), Yo = ur.and(f({
|
|
846
|
+
theme: Hn.optional().default("light"),
|
|
846
847
|
captchas: dr.optional().default(Ze),
|
|
847
848
|
language: Pr.optional(),
|
|
848
|
-
mode:
|
|
849
|
+
mode: Wn.optional().default(ne.visible)
|
|
849
850
|
}));
|
|
850
851
|
cr.merge(f({
|
|
851
852
|
captchas: sr.optional().default({
|
|
852
853
|
solved: { count: 1 },
|
|
853
854
|
unsolved: { count: 0 }
|
|
854
855
|
}),
|
|
855
|
-
penalties:
|
|
856
|
+
penalties: Bn,
|
|
856
857
|
scheduledTasks: f({
|
|
857
858
|
captchaScheduler: f({
|
|
858
859
|
schedule: s().optional()
|
|
@@ -861,11 +862,11 @@ cr.merge(f({
|
|
|
861
862
|
schedule: s().optional()
|
|
862
863
|
}).optional()
|
|
863
864
|
}).optional(),
|
|
864
|
-
server:
|
|
865
|
+
server: Vn,
|
|
865
866
|
mongoEventsUri: s().optional(),
|
|
866
867
|
mongoCaptchaUri: s().optional(),
|
|
867
868
|
mongoClientUri: s().optional(),
|
|
868
|
-
rateLimits:
|
|
869
|
+
rateLimits: Ln.default(ir),
|
|
869
870
|
proxyCount: p().optional().default(0),
|
|
870
871
|
lRules: Et(s(), p()).optional(),
|
|
871
872
|
authAccount: f({
|
|
@@ -875,31 +876,31 @@ cr.merge(f({
|
|
|
875
876
|
})
|
|
876
877
|
}));
|
|
877
878
|
var hr = { exports: {} }, Oe = {};
|
|
878
|
-
var
|
|
879
|
+
var Gn = k, qn = Symbol.for("react.element"), Kn = Symbol.for("react.fragment"), zn = Object.prototype.hasOwnProperty, Yn = Gn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, Xn = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
879
880
|
function mr(e, t, r) {
|
|
880
881
|
var n, o = {}, a = null, i = null;
|
|
881
882
|
r !== void 0 && (a = "" + r), t.key !== void 0 && (a = "" + t.key), t.ref !== void 0 && (i = t.ref);
|
|
882
|
-
for (n in t)
|
|
883
|
+
for (n in t) zn.call(t, n) && !Xn.hasOwnProperty(n) && (o[n] = t[n]);
|
|
883
884
|
if (e && e.defaultProps) for (n in t = e.defaultProps, t) o[n] === void 0 && (o[n] = t[n]);
|
|
884
|
-
return { $$typeof:
|
|
885
|
+
return { $$typeof: qn, type: e, key: a, ref: i, props: o, _owner: Yn.current };
|
|
885
886
|
}
|
|
886
|
-
Oe.Fragment =
|
|
887
|
+
Oe.Fragment = Kn;
|
|
887
888
|
Oe.jsx = mr;
|
|
888
889
|
Oe.jsxs = mr;
|
|
889
890
|
hr.exports = Oe;
|
|
890
|
-
var
|
|
891
|
-
function
|
|
891
|
+
var Xo = hr.exports;
|
|
892
|
+
function Jn(e) {
|
|
892
893
|
if (e.sheet)
|
|
893
894
|
return e.sheet;
|
|
894
895
|
for (var t = 0; t < document.styleSheets.length; t++)
|
|
895
896
|
if (document.styleSheets[t].ownerNode === e)
|
|
896
897
|
return document.styleSheets[t];
|
|
897
898
|
}
|
|
898
|
-
function
|
|
899
|
+
function Zn(e) {
|
|
899
900
|
var t = document.createElement("style");
|
|
900
901
|
return t.setAttribute("data-emotion", e.key), e.nonce !== void 0 && t.setAttribute("nonce", e.nonce), t.appendChild(document.createTextNode("")), t.setAttribute("data-s", ""), t;
|
|
901
902
|
}
|
|
902
|
-
var
|
|
903
|
+
var Qn = /* @__PURE__ */ function() {
|
|
903
904
|
function e(r) {
|
|
904
905
|
var n = this;
|
|
905
906
|
this._insertTag = function(o) {
|
|
@@ -911,10 +912,10 @@ var Zn = /* @__PURE__ */ function() {
|
|
|
911
912
|
return t.hydrate = function(n) {
|
|
912
913
|
n.forEach(this._insertTag);
|
|
913
914
|
}, t.insert = function(n) {
|
|
914
|
-
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(
|
|
915
|
+
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(Zn(this));
|
|
915
916
|
var o = this.tags[this.tags.length - 1];
|
|
916
917
|
if (this.isSpeedy) {
|
|
917
|
-
var a =
|
|
918
|
+
var a = Jn(o);
|
|
918
919
|
try {
|
|
919
920
|
a.insertRule(n, a.cssRules.length);
|
|
920
921
|
} catch {
|
|
@@ -928,14 +929,14 @@ var Zn = /* @__PURE__ */ function() {
|
|
|
928
929
|
return (o = n.parentNode) == null ? void 0 : o.removeChild(n);
|
|
929
930
|
}), this.tags = [], this.ctr = 0;
|
|
930
931
|
}, e;
|
|
931
|
-
}(), T = "-ms-", Ee = "-moz-", m = "-webkit-", vr = "comm", Qe = "rule", et = "decl",
|
|
932
|
-
function
|
|
932
|
+
}(), T = "-ms-", Ee = "-moz-", m = "-webkit-", vr = "comm", Qe = "rule", et = "decl", eo = "@import", yr = "@keyframes", to = "@layer", ro = Math.abs, ke = String.fromCharCode, no = Object.assign;
|
|
933
|
+
function oo(e, t) {
|
|
933
934
|
return C(e, 0) ^ 45 ? (((t << 2 ^ C(e, 0)) << 2 ^ C(e, 1)) << 2 ^ C(e, 2)) << 2 ^ C(e, 3) : 0;
|
|
934
935
|
}
|
|
935
936
|
function gr(e) {
|
|
936
937
|
return e.trim();
|
|
937
938
|
}
|
|
938
|
-
function
|
|
939
|
+
function ao(e, t) {
|
|
939
940
|
return (e = t.exec(e)) ? e[0] : e;
|
|
940
941
|
}
|
|
941
942
|
function v(e, t, r) {
|
|
@@ -959,7 +960,7 @@ function tt(e) {
|
|
|
959
960
|
function de(e, t) {
|
|
960
961
|
return t.push(e), e;
|
|
961
962
|
}
|
|
962
|
-
function
|
|
963
|
+
function io(e, t) {
|
|
963
964
|
return e.map(t).join("");
|
|
964
965
|
}
|
|
965
966
|
var Re = 1, J = 1, wr = 0, P = 0, _ = 0, Q = "";
|
|
@@ -967,12 +968,12 @@ function Ue(e, t, r, n, o, a, i) {
|
|
|
967
968
|
return { value: e, root: t, parent: r, type: n, props: o, children: a, line: Re, column: J, length: i, return: "" };
|
|
968
969
|
}
|
|
969
970
|
function ee(e, t) {
|
|
970
|
-
return
|
|
971
|
+
return no(Ue("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
971
972
|
}
|
|
972
|
-
function
|
|
973
|
+
function so() {
|
|
973
974
|
return _;
|
|
974
975
|
}
|
|
975
|
-
function
|
|
976
|
+
function co() {
|
|
976
977
|
return _ = P > 0 ? C(Q, --P) : 0, J--, _ === 10 && (J = 1, Re--), _;
|
|
977
978
|
}
|
|
978
979
|
function R() {
|
|
@@ -1034,12 +1035,12 @@ function Sr(e) {
|
|
|
1034
1035
|
function ye(e) {
|
|
1035
1036
|
return gr(fe(P - 1, We(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
1036
1037
|
}
|
|
1037
|
-
function
|
|
1038
|
+
function uo(e) {
|
|
1038
1039
|
for (; (_ = F()) && _ < 33; )
|
|
1039
1040
|
R();
|
|
1040
1041
|
return ae(e) > 2 || ae(_) > 3 ? "" : " ";
|
|
1041
1042
|
}
|
|
1042
|
-
function
|
|
1043
|
+
function fo(e, t) {
|
|
1043
1044
|
for (; --t && R() && !(_ < 48 || _ > 102 || _ > 57 && _ < 65 || _ > 70 && _ < 97); )
|
|
1044
1045
|
;
|
|
1045
1046
|
return fe(e, ve() + (t < 6 && F() == 32 && R() == 32));
|
|
@@ -1066,18 +1067,18 @@ function We(e) {
|
|
|
1066
1067
|
}
|
|
1067
1068
|
return P;
|
|
1068
1069
|
}
|
|
1069
|
-
function
|
|
1070
|
+
function lo(e, t) {
|
|
1070
1071
|
for (; R() && e + _ !== 57; )
|
|
1071
1072
|
if (e + _ === 84 && F() === 47)
|
|
1072
1073
|
break;
|
|
1073
1074
|
return "/*" + fe(t, P - 1) + "*" + ke(e === 47 ? e : R());
|
|
1074
1075
|
}
|
|
1075
|
-
function
|
|
1076
|
+
function po(e) {
|
|
1076
1077
|
for (; !ae(F()); )
|
|
1077
1078
|
R();
|
|
1078
1079
|
return fe(e, P);
|
|
1079
1080
|
}
|
|
1080
|
-
function
|
|
1081
|
+
function ho(e) {
|
|
1081
1082
|
return Sr(ge("", null, null, null, [""], e = br(e), 0, [0], e));
|
|
1082
1083
|
}
|
|
1083
1084
|
function ge(e, t, r, n, o, a, i, u, l) {
|
|
@@ -1100,18 +1101,18 @@ function ge(e, t, r, n, o, a, i, u, l) {
|
|
|
1100
1101
|
case 10:
|
|
1101
1102
|
case 13:
|
|
1102
1103
|
case 32:
|
|
1103
|
-
y +=
|
|
1104
|
+
y += uo(O);
|
|
1104
1105
|
break;
|
|
1105
1106
|
// \
|
|
1106
1107
|
case 92:
|
|
1107
|
-
y +=
|
|
1108
|
+
y += fo(ve() - 1, 7);
|
|
1108
1109
|
continue;
|
|
1109
1110
|
// /
|
|
1110
1111
|
case 47:
|
|
1111
1112
|
switch (F()) {
|
|
1112
1113
|
case 42:
|
|
1113
1114
|
case 47:
|
|
1114
|
-
de(
|
|
1115
|
+
de(mo(lo(R(), ve()), t, r), l);
|
|
1115
1116
|
break;
|
|
1116
1117
|
default:
|
|
1117
1118
|
y += "/";
|
|
@@ -1163,7 +1164,7 @@ function ge(e, t, r, n, o, a, i, u, l) {
|
|
|
1163
1164
|
if (w < 1) {
|
|
1164
1165
|
if (E == 123)
|
|
1165
1166
|
--w;
|
|
1166
|
-
else if (E == 125 && w++ == 0 &&
|
|
1167
|
+
else if (E == 125 && w++ == 0 && co() == 125)
|
|
1167
1168
|
continue;
|
|
1168
1169
|
}
|
|
1169
1170
|
switch (y += ke(E), E * w) {
|
|
@@ -1177,7 +1178,7 @@ function ge(e, t, r, n, o, a, i, u, l) {
|
|
|
1177
1178
|
break;
|
|
1178
1179
|
// @
|
|
1179
1180
|
case 64:
|
|
1180
|
-
F() === 45 && (y += ye(R())), H = F(), g = b = B(D = y +=
|
|
1181
|
+
F() === 45 && (y += ye(R())), H = F(), g = b = B(D = y += po(ve())), E++;
|
|
1181
1182
|
break;
|
|
1182
1183
|
// -
|
|
1183
1184
|
case 45:
|
|
@@ -1188,12 +1189,12 @@ function ge(e, t, r, n, o, a, i, u, l) {
|
|
|
1188
1189
|
}
|
|
1189
1190
|
function gt(e, t, r, n, o, a, i, u, l, d, g) {
|
|
1190
1191
|
for (var b = o - 1, H = o === 0 ? a : [""], W = tt(H), O = 0, w = 0, I = 0; O < n; ++O)
|
|
1191
|
-
for (var S = 0, E = oe(e, b + 1, b =
|
|
1192
|
+
for (var S = 0, E = oe(e, b + 1, b = ro(w = i[O])), D = e; S < W; ++S)
|
|
1192
1193
|
(D = gr(w > 0 ? H[S] + " " + E : v(E, /&\f/g, H[S]))) && (l[I++] = D);
|
|
1193
1194
|
return Ue(e, t, r, o === 0 ? Qe : u, l, d, g);
|
|
1194
1195
|
}
|
|
1195
|
-
function
|
|
1196
|
-
return Ue(e, t, r, vr, ke(
|
|
1196
|
+
function mo(e, t, r) {
|
|
1197
|
+
return Ue(e, t, r, vr, ke(so()), oe(e, 2, -2), 0);
|
|
1197
1198
|
}
|
|
1198
1199
|
function wt(e, t, r, n) {
|
|
1199
1200
|
return Ue(e, t, r, et, oe(e, 0, n), oe(e, n + 1, -1), n);
|
|
@@ -1203,11 +1204,11 @@ function Y(e, t) {
|
|
|
1203
1204
|
r += t(e[o], o, e, t) || "";
|
|
1204
1205
|
return r;
|
|
1205
1206
|
}
|
|
1206
|
-
function
|
|
1207
|
+
function vo(e, t, r, n) {
|
|
1207
1208
|
switch (e.type) {
|
|
1208
|
-
case
|
|
1209
|
+
case to:
|
|
1209
1210
|
if (e.children.length) break;
|
|
1210
|
-
case
|
|
1211
|
+
case eo:
|
|
1211
1212
|
case et:
|
|
1212
1213
|
return e.return = e.return || e.value;
|
|
1213
1214
|
case vr:
|
|
@@ -1219,7 +1220,7 @@ function mo(e, t, r, n) {
|
|
|
1219
1220
|
}
|
|
1220
1221
|
return B(r = Y(e.children, n)) ? e.return = e.value + "{" + r + "}" : "";
|
|
1221
1222
|
}
|
|
1222
|
-
function
|
|
1223
|
+
function yo(e) {
|
|
1223
1224
|
var t = tt(e);
|
|
1224
1225
|
return function(r, n, o, a) {
|
|
1225
1226
|
for (var i = "", u = 0; u < t; u++)
|
|
@@ -1227,27 +1228,27 @@ function vo(e) {
|
|
|
1227
1228
|
return i;
|
|
1228
1229
|
};
|
|
1229
1230
|
}
|
|
1230
|
-
function
|
|
1231
|
+
function go(e) {
|
|
1231
1232
|
return function(t) {
|
|
1232
1233
|
t.root || (t = t.return) && e(t);
|
|
1233
1234
|
};
|
|
1234
1235
|
}
|
|
1235
|
-
function
|
|
1236
|
+
function wo(e) {
|
|
1236
1237
|
var t = /* @__PURE__ */ Object.create(null);
|
|
1237
1238
|
return function(r) {
|
|
1238
1239
|
return t[r] === void 0 && (t[r] = e(r)), t[r];
|
|
1239
1240
|
};
|
|
1240
1241
|
}
|
|
1241
|
-
var
|
|
1242
|
+
var bo = function(t, r, n) {
|
|
1242
1243
|
for (var o = 0, a = 0; o = a, a = F(), o === 38 && a === 12 && (r[n] = 1), !ae(a); )
|
|
1243
1244
|
R();
|
|
1244
1245
|
return fe(t, P);
|
|
1245
|
-
},
|
|
1246
|
+
}, So = function(t, r) {
|
|
1246
1247
|
var n = -1, o = 44;
|
|
1247
1248
|
do
|
|
1248
1249
|
switch (ae(o)) {
|
|
1249
1250
|
case 0:
|
|
1250
|
-
o === 38 && F() === 12 && (r[n] = 1), t[n] +=
|
|
1251
|
+
o === 38 && F() === 12 && (r[n] = 1), t[n] += bo(P - 1, r, n);
|
|
1251
1252
|
break;
|
|
1252
1253
|
case 2:
|
|
1253
1254
|
t[n] += ye(o);
|
|
@@ -1263,9 +1264,9 @@ var wo = function(t, r, n) {
|
|
|
1263
1264
|
}
|
|
1264
1265
|
while (o = R());
|
|
1265
1266
|
return t;
|
|
1266
|
-
},
|
|
1267
|
-
return Sr(
|
|
1268
|
-
}, bt = /* @__PURE__ */ new WeakMap(),
|
|
1267
|
+
}, _o = function(t, r) {
|
|
1268
|
+
return Sr(So(br(t), r));
|
|
1269
|
+
}, bt = /* @__PURE__ */ new WeakMap(), Co = function(t) {
|
|
1269
1270
|
if (!(t.type !== "rule" || !t.parent || // positive .length indicates that this rule contains pseudo
|
|
1270
1271
|
// negative .length indicates that this rule has been already prefixed
|
|
1271
1272
|
t.length < 1)) {
|
|
@@ -1273,12 +1274,12 @@ var wo = function(t, r, n) {
|
|
|
1273
1274
|
if (n = n.parent, !n) return;
|
|
1274
1275
|
if (!(t.props.length === 1 && r.charCodeAt(0) !== 58 && !bt.get(n)) && !o) {
|
|
1275
1276
|
bt.set(t, !0);
|
|
1276
|
-
for (var a = [], i =
|
|
1277
|
+
for (var a = [], i = _o(r, a), u = n.props, l = 0, d = 0; l < i.length; l++)
|
|
1277
1278
|
for (var g = 0; g < u.length; g++, d++)
|
|
1278
1279
|
t.props[d] = a[l] ? i[l].replace(/&\f/g, u[g]) : u[g] + " " + i[l];
|
|
1279
1280
|
}
|
|
1280
1281
|
}
|
|
1281
|
-
},
|
|
1282
|
+
}, Eo = function(t) {
|
|
1282
1283
|
if (t.type === "decl") {
|
|
1283
1284
|
var r = t.value;
|
|
1284
1285
|
// charcode for l
|
|
@@ -1287,7 +1288,7 @@ var wo = function(t, r, n) {
|
|
|
1287
1288
|
}
|
|
1288
1289
|
};
|
|
1289
1290
|
function _r(e, t) {
|
|
1290
|
-
switch (
|
|
1291
|
+
switch (oo(e, t)) {
|
|
1291
1292
|
// color-adjust
|
|
1292
1293
|
case 5103:
|
|
1293
1294
|
return m + "print-" + e + e;
|
|
@@ -1428,7 +1429,7 @@ function _r(e, t) {
|
|
|
1428
1429
|
}
|
|
1429
1430
|
return e;
|
|
1430
1431
|
}
|
|
1431
|
-
var
|
|
1432
|
+
var To = function(t, r, n, o) {
|
|
1432
1433
|
if (t.length > -1 && !t.return) switch (t.type) {
|
|
1433
1434
|
case et:
|
|
1434
1435
|
t.return = _r(t.value, t.length);
|
|
@@ -1438,8 +1439,8 @@ var Eo = function(t, r, n, o) {
|
|
|
1438
1439
|
value: v(t.value, "@", "@" + m)
|
|
1439
1440
|
})], o);
|
|
1440
1441
|
case Qe:
|
|
1441
|
-
if (t.length) return
|
|
1442
|
-
switch (
|
|
1442
|
+
if (t.length) return io(t.props, function(a) {
|
|
1443
|
+
switch (ao(a, /(::plac\w+|:read-\w+)/)) {
|
|
1443
1444
|
// :read-(only|write)
|
|
1444
1445
|
case ":read-only":
|
|
1445
1446
|
case ":read-write":
|
|
@@ -1459,7 +1460,7 @@ var Eo = function(t, r, n, o) {
|
|
|
1459
1460
|
return "";
|
|
1460
1461
|
});
|
|
1461
1462
|
}
|
|
1462
|
-
},
|
|
1463
|
+
}, xo = [To], Io = function(t) {
|
|
1463
1464
|
var r = t.key;
|
|
1464
1465
|
if (r === "css") {
|
|
1465
1466
|
var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
|
|
@@ -1468,7 +1469,7 @@ var Eo = function(t, r, n, o) {
|
|
|
1468
1469
|
I.indexOf(" ") !== -1 && (document.head.appendChild(w), w.setAttribute("data-s", ""));
|
|
1469
1470
|
});
|
|
1470
1471
|
}
|
|
1471
|
-
var o = t.stylisPlugins ||
|
|
1472
|
+
var o = t.stylisPlugins || xo, a = {}, i, u = [];
|
|
1472
1473
|
i = t.container || document.head, Array.prototype.forEach.call(
|
|
1473
1474
|
// this means we will ignore elements which don't have a space in them which
|
|
1474
1475
|
// means that the style elements we're looking at are only Emotion 11 server-rendered style elements
|
|
@@ -1479,12 +1480,12 @@ var Eo = function(t, r, n, o) {
|
|
|
1479
1480
|
u.push(w);
|
|
1480
1481
|
}
|
|
1481
1482
|
);
|
|
1482
|
-
var l, d = [
|
|
1483
|
+
var l, d = [Co, Eo];
|
|
1483
1484
|
{
|
|
1484
|
-
var g, b = [
|
|
1485
|
+
var g, b = [vo, go(function(w) {
|
|
1485
1486
|
g.insert(w);
|
|
1486
|
-
})], H =
|
|
1487
|
-
return Y(
|
|
1487
|
+
})], H = yo(d.concat(o, b)), W = function(I) {
|
|
1488
|
+
return Y(ho(I), H);
|
|
1488
1489
|
};
|
|
1489
1490
|
l = function(I, S, E, D) {
|
|
1490
1491
|
g = E, W(I ? I + "{" + S.styles + "}" : S.styles), D && (O.inserted[S.name] = !0);
|
|
@@ -1492,7 +1493,7 @@ var Eo = function(t, r, n, o) {
|
|
|
1492
1493
|
}
|
|
1493
1494
|
var O = {
|
|
1494
1495
|
key: r,
|
|
1495
|
-
sheet: new
|
|
1496
|
+
sheet: new Qn({
|
|
1496
1497
|
key: r,
|
|
1497
1498
|
container: i,
|
|
1498
1499
|
nonce: t.nonce,
|
|
@@ -1506,8 +1507,8 @@ var Eo = function(t, r, n, o) {
|
|
|
1506
1507
|
insert: l
|
|
1507
1508
|
};
|
|
1508
1509
|
return O.sheet.hydrate(u), O;
|
|
1509
|
-
},
|
|
1510
|
-
function
|
|
1510
|
+
}, Ao = !0;
|
|
1511
|
+
function Po(e, t, r) {
|
|
1511
1512
|
var n = "";
|
|
1512
1513
|
return r.split(" ").forEach(function(o) {
|
|
1513
1514
|
e[o] !== void 0 ? t.push(e[o] + ";") : o && (n += o + " ");
|
|
@@ -1524,8 +1525,8 @@ var Cr = function(t, r, n) {
|
|
|
1524
1525
|
// in node since emotion-server relies on whether a style is in
|
|
1525
1526
|
// the registered cache to know whether a style is global or not
|
|
1526
1527
|
// also, note that this check will be dead code eliminated in the browser
|
|
1527
|
-
|
|
1528
|
-
},
|
|
1528
|
+
Ao === !1) && t.registered[o] === void 0 && (t.registered[o] = r.styles);
|
|
1529
|
+
}, Oo = function(t, r, n) {
|
|
1529
1530
|
Cr(t, r, n);
|
|
1530
1531
|
var o = t.key + "-" + r.name;
|
|
1531
1532
|
if (t.inserted[r.name] === void 0) {
|
|
@@ -1535,7 +1536,7 @@ var Cr = function(t, r, n) {
|
|
|
1535
1536
|
while (a !== void 0);
|
|
1536
1537
|
}
|
|
1537
1538
|
};
|
|
1538
|
-
function
|
|
1539
|
+
function ko(e) {
|
|
1539
1540
|
for (var t = 0, r, n = 0, o = e.length; o >= 4; ++n, o -= 4)
|
|
1540
1541
|
r = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, r = /* Math.imul(k, m): */
|
|
1541
1542
|
(r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), r ^= /* k >>> r: */
|
|
@@ -1554,7 +1555,7 @@ function Oo(e) {
|
|
|
1554
1555
|
return t ^= t >>> 13, t = /* Math.imul(h, m): */
|
|
1555
1556
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
|
|
1556
1557
|
}
|
|
1557
|
-
var
|
|
1558
|
+
var Ro = {
|
|
1558
1559
|
animationIterationCount: 1,
|
|
1559
1560
|
aspectRatio: 1,
|
|
1560
1561
|
borderImageOutset: 1,
|
|
@@ -1603,18 +1604,18 @@ var ko = {
|
|
|
1603
1604
|
strokeMiterlimit: 1,
|
|
1604
1605
|
strokeOpacity: 1,
|
|
1605
1606
|
strokeWidth: 1
|
|
1606
|
-
},
|
|
1607
|
+
}, Uo = /[A-Z]|^ms/g, $o = /_EMO_([^_]+?)_([^]*?)_EMO_/g, Er = function(t) {
|
|
1607
1608
|
return t.charCodeAt(1) === 45;
|
|
1608
1609
|
}, St = function(t) {
|
|
1609
1610
|
return t != null && typeof t != "boolean";
|
|
1610
|
-
}, Le = /* @__PURE__ */
|
|
1611
|
-
return Er(e) ? e : e.replace(
|
|
1611
|
+
}, Le = /* @__PURE__ */ wo(function(e) {
|
|
1612
|
+
return Er(e) ? e : e.replace(Uo, "-$&").toLowerCase();
|
|
1612
1613
|
}), _t = function(t, r) {
|
|
1613
1614
|
switch (t) {
|
|
1614
1615
|
case "animation":
|
|
1615
1616
|
case "animationName":
|
|
1616
1617
|
if (typeof r == "string")
|
|
1617
|
-
return r.replace(
|
|
1618
|
+
return r.replace($o, function(n, o, a) {
|
|
1618
1619
|
return j = {
|
|
1619
1620
|
name: o,
|
|
1620
1621
|
styles: a,
|
|
@@ -1622,7 +1623,7 @@ var ko = {
|
|
|
1622
1623
|
}, o;
|
|
1623
1624
|
});
|
|
1624
1625
|
}
|
|
1625
|
-
return
|
|
1626
|
+
return Ro[t] !== 1 && !Er(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
|
|
1626
1627
|
};
|
|
1627
1628
|
function ie(e, t, r) {
|
|
1628
1629
|
if (r == null)
|
|
@@ -1654,7 +1655,7 @@ function ie(e, t, r) {
|
|
|
1654
1655
|
var u = a.styles + ";";
|
|
1655
1656
|
return u;
|
|
1656
1657
|
}
|
|
1657
|
-
return
|
|
1658
|
+
return Do(e, t, r);
|
|
1658
1659
|
}
|
|
1659
1660
|
case "function": {
|
|
1660
1661
|
if (e !== void 0) {
|
|
@@ -1670,7 +1671,7 @@ function ie(e, t, r) {
|
|
|
1670
1671
|
var b = t[g];
|
|
1671
1672
|
return b !== void 0 ? b : g;
|
|
1672
1673
|
}
|
|
1673
|
-
function
|
|
1674
|
+
function Do(e, t, r) {
|
|
1674
1675
|
var n = "";
|
|
1675
1676
|
if (Array.isArray(r))
|
|
1676
1677
|
for (var o = 0; o < r.length; o++)
|
|
@@ -1700,7 +1701,7 @@ function $o(e, t, r) {
|
|
|
1700
1701
|
return n;
|
|
1701
1702
|
}
|
|
1702
1703
|
var Ct = /label:\s*([^\s;{]+)\s*(;|$)/g, j;
|
|
1703
|
-
function
|
|
1704
|
+
function Mo(e, t, r) {
|
|
1704
1705
|
if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
|
|
1705
1706
|
return e[0];
|
|
1706
1707
|
var n = !0, o = "";
|
|
@@ -1720,84 +1721,85 @@ function Do(e, t, r) {
|
|
|
1720
1721
|
Ct.lastIndex = 0;
|
|
1721
1722
|
for (var d = "", g; (g = Ct.exec(o)) !== null; )
|
|
1722
1723
|
d += "-" + g[1];
|
|
1723
|
-
var b =
|
|
1724
|
+
var b = ko(o) + d;
|
|
1724
1725
|
return {
|
|
1725
1726
|
name: b,
|
|
1726
1727
|
styles: o,
|
|
1727
1728
|
next: j
|
|
1728
1729
|
};
|
|
1729
1730
|
}
|
|
1730
|
-
var
|
|
1731
|
+
var Lo = function(t) {
|
|
1731
1732
|
return t();
|
|
1732
|
-
}, Tr = ct.useInsertionEffect ? ct.useInsertionEffect : !1,
|
|
1733
|
+
}, Tr = ct.useInsertionEffect ? ct.useInsertionEffect : !1, No = Tr || Lo, Jo = Tr || k.useLayoutEffect, xr = /* @__PURE__ */ k.createContext(
|
|
1733
1734
|
// we're doing this to avoid preconstruct's dead code elimination in this one case
|
|
1734
1735
|
// because this module is primarily intended for the browser and node
|
|
1735
1736
|
// but it's also required in react native and similar environments sometimes
|
|
1736
1737
|
// and we could have a special build just for that
|
|
1737
1738
|
// but this is much easier and the native packages
|
|
1738
1739
|
// might use a different theme context in the future anyway
|
|
1739
|
-
typeof HTMLElement < "u" ? /* @__PURE__ */
|
|
1740
|
+
typeof HTMLElement < "u" ? /* @__PURE__ */ Io({
|
|
1740
1741
|
key: "css"
|
|
1741
1742
|
}) : null
|
|
1742
|
-
),
|
|
1743
|
+
), Zo = xr.Provider, Bo = function(t) {
|
|
1743
1744
|
return /* @__PURE__ */ k.forwardRef(function(r, n) {
|
|
1744
1745
|
var o = k.useContext(xr);
|
|
1745
1746
|
return t(r, o, n);
|
|
1746
1747
|
});
|
|
1747
|
-
},
|
|
1748
|
+
}, jo = /* @__PURE__ */ k.createContext({}), Ir = {}.hasOwnProperty, Ge = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", Qo = function(t, r) {
|
|
1748
1749
|
var n = {};
|
|
1749
1750
|
for (var o in r)
|
|
1750
1751
|
Ir.call(r, o) && (n[o] = r[o]);
|
|
1751
1752
|
return n[Ge] = t, n;
|
|
1752
|
-
},
|
|
1753
|
+
}, Fo = function(t) {
|
|
1753
1754
|
var r = t.cache, n = t.serialized, o = t.isStringTag;
|
|
1754
|
-
return Cr(r, n, o),
|
|
1755
|
-
return
|
|
1755
|
+
return Cr(r, n, o), No(function() {
|
|
1756
|
+
return Oo(r, n, o);
|
|
1756
1757
|
}), null;
|
|
1757
|
-
},
|
|
1758
|
+
}, Vo = /* @__PURE__ */ Bo(
|
|
1758
1759
|
/* <any, any> */
|
|
1759
1760
|
function(e, t, r) {
|
|
1760
1761
|
var n = e.css;
|
|
1761
1762
|
typeof n == "string" && t.registered[n] !== void 0 && (n = t.registered[n]);
|
|
1762
1763
|
var o = e[Ge], a = [n], i = "";
|
|
1763
|
-
typeof e.className == "string" ? i =
|
|
1764
|
-
var u =
|
|
1764
|
+
typeof e.className == "string" ? i = Po(t.registered, a, e.className) : e.className != null && (i = e.className + " ");
|
|
1765
|
+
var u = Mo(a, void 0, k.useContext(jo));
|
|
1765
1766
|
i += t.key + "-" + u.name;
|
|
1766
1767
|
var l = {};
|
|
1767
1768
|
for (var d in e)
|
|
1768
1769
|
Ir.call(e, d) && d !== "css" && d !== Ge && (l[d] = e[d]);
|
|
1769
|
-
return l.className = i, r && (l.ref = r), /* @__PURE__ */ k.createElement(k.Fragment, null, /* @__PURE__ */ k.createElement(
|
|
1770
|
+
return l.className = i, r && (l.ref = r), /* @__PURE__ */ k.createElement(k.Fragment, null, /* @__PURE__ */ k.createElement(Fo, {
|
|
1770
1771
|
cache: t,
|
|
1771
1772
|
serialized: u,
|
|
1772
1773
|
isStringTag: typeof o == "string"
|
|
1773
1774
|
}), /* @__PURE__ */ k.createElement(o, l));
|
|
1774
1775
|
}
|
|
1775
|
-
),
|
|
1776
|
+
), ea = Vo;
|
|
1776
1777
|
export {
|
|
1777
1778
|
te as A,
|
|
1778
|
-
|
|
1779
|
+
Zo as C,
|
|
1779
1780
|
Ve as E,
|
|
1780
1781
|
ne as M,
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1782
|
+
Yo as P,
|
|
1783
|
+
tn as R,
|
|
1784
|
+
Ko as S,
|
|
1785
|
+
jo as T,
|
|
1786
|
+
zo as U,
|
|
1787
|
+
ea as a,
|
|
1788
|
+
Qo as b,
|
|
1789
|
+
Io as c,
|
|
1789
1790
|
Cr as d,
|
|
1790
|
-
|
|
1791
|
+
No as e,
|
|
1791
1792
|
$ as f,
|
|
1792
|
-
|
|
1793
|
+
Po as g,
|
|
1793
1794
|
Ir as h,
|
|
1794
|
-
|
|
1795
|
-
|
|
1795
|
+
Oo as i,
|
|
1796
|
+
Xo as j,
|
|
1796
1797
|
je as k,
|
|
1797
|
-
|
|
1798
|
-
|
|
1798
|
+
qo as l,
|
|
1799
|
+
wo as m,
|
|
1800
|
+
Rr as n,
|
|
1799
1801
|
k as r,
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1802
|
+
Mo as s,
|
|
1803
|
+
Jo as u,
|
|
1804
|
+
Bo as w
|
|
1803
1805
|
};
|