@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.
Files changed (153) hide show
  1. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +5 -0
  2. package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts.map +1 -1
  3. package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js.map +1 -1
  4. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +1 -0
  5. package/CHANGELOG.md +29 -0
  6. package/dist/bundle/{ProcaptchaWidget-CCSN3Dxj.js → ProcaptchaWidget-3gKvjeiH.js} +7 -7
  7. package/dist/bundle/ProcaptchaWidget-D6-M7iAv.js +360 -0
  8. package/dist/bundle/{asU8a-CAsEnbuP.js → asU8a-DCECA0Qe.js} +1 -1
  9. package/dist/bundle/bip39-BQoZog_M.js +365 -0
  10. package/dist/bundle/captchaComponentProvider-BW2eXmc3.js +1242 -0
  11. package/dist/bundle/{captchaRenderer-BBodRhQu.js → captchaRenderer-B_MgGzr9.js} +3 -3
  12. package/dist/bundle/{emotion-element-5486c51c.browser.esm-CQHFV-dS.js → emotion-element-5486c51c.browser.esm-CCAJ8JId.js} +192 -190
  13. package/dist/bundle/{hash-D-64Vz5z.js → hash-BR0YLxPF.js} +796 -483
  14. package/dist/bundle/{i18nFrontend-C_RgmvGh.js → i18nFrontend-CsPT71ro.js} +1 -1
  15. package/dist/bundle/{index-DxswvPTy.js → index-2or4-1WF.js} +170 -180
  16. package/dist/bundle/{index-9I1Aae33.js → index-BCjHZ8o6.js} +1 -1
  17. package/dist/bundle/{index-DkQ4njKa.js → index-BYUYvvuq.js} +7 -7
  18. package/dist/bundle/index-BjRdPnnE.js +1198 -0
  19. package/dist/bundle/index-WqEmiYQ_.js +4386 -0
  20. package/dist/bundle/locales/ar/translation.json +56 -0
  21. package/dist/bundle/locales/az/translation.json +56 -0
  22. package/dist/bundle/locales/cs/translation.json +56 -0
  23. package/dist/bundle/locales/el/translation.json +56 -0
  24. package/dist/bundle/locales/fi/translation.json +56 -0
  25. package/dist/bundle/locales/fr/translation.json +1 -1
  26. package/dist/bundle/locales/hi/translation.json +56 -0
  27. package/dist/bundle/locales/hu/translation.json +56 -0
  28. package/dist/bundle/locales/id/translation.json +56 -0
  29. package/dist/bundle/locales/ja/translation.json +56 -0
  30. package/dist/bundle/locales/jv/translation.json +56 -0
  31. package/dist/bundle/locales/ko/translation.json +56 -0
  32. package/dist/bundle/locales/ml/translation.json +56 -0
  33. package/dist/bundle/locales/ms/translation.json +56 -0
  34. package/dist/bundle/locales/nl/translation.json +56 -0
  35. package/dist/bundle/locales/no/translation.json +56 -0
  36. package/dist/bundle/locales/pl/translation.json +56 -0
  37. package/dist/bundle/locales/{pt-BR → pt-br}/translation.json +17 -17
  38. package/dist/bundle/locales/ro/translation.json +56 -0
  39. package/dist/bundle/locales/ru/translation.json +56 -0
  40. package/dist/bundle/locales/sr/translation.json +56 -0
  41. package/dist/bundle/locales/sv/translation.json +56 -0
  42. package/dist/bundle/locales/th/translation.json +56 -0
  43. package/dist/bundle/locales/tr/translation.json +56 -0
  44. package/dist/bundle/locales/uk/translation.json +56 -0
  45. package/dist/bundle/locales/vi/translation.json +56 -0
  46. package/dist/bundle/locales/zh-cn/translation.json +56 -0
  47. package/dist/bundle/procaptcha.bundle.js +1 -1
  48. package/dist/bundle/toU8a-C68WUzs_.js +24 -0
  49. package/dist/bundle/{translations-B0P9axY3.js → translations-DEL070wJ.js} +59 -26
  50. package/dist/bundle/{useTranslation-CEt2t9kE.js → useTranslation-BPbGzrhj.js} +3 -3
  51. package/dist/bundle/util/configCreator.d.ts +2 -2
  52. package/dist/bundle/util/configCreator.d.ts.map +1 -1
  53. package/dist/cjs/index.cjs +163 -0
  54. package/dist/cjs/util/captcha/captchaComponentProvider.cjs +19 -0
  55. package/dist/cjs/util/captcha/captchaComponentsList.cjs +12 -0
  56. package/dist/cjs/util/captcha/captchaRenderer.cjs +65 -0
  57. package/dist/cjs/util/captcha/captchaType.cjs +12 -0
  58. package/dist/cjs/util/captcha/components/frictionlessCaptcha.cjs +24 -0
  59. package/dist/cjs/util/captcha/components/imageCaptcha.cjs +17 -0
  60. package/dist/cjs/util/captcha/components/powCaptcha.cjs +17 -0
  61. package/dist/cjs/util/config.cjs +16 -0
  62. package/dist/cjs/util/configCreator.cjs +23 -0
  63. package/dist/cjs/util/language.cjs +18 -0
  64. package/dist/cjs/util/timeout.cjs +14 -0
  65. package/dist/cjs/util/widgetFactory.cjs +84 -0
  66. package/dist/cjs/util/widgetThemeResolver.cjs +16 -0
  67. package/dist/util/configCreator.d.ts +2 -2
  68. package/dist/util/configCreator.d.ts.map +1 -1
  69. package/dist/util/configCreator.js.map +1 -1
  70. package/dist/util/language.js.map +1 -1
  71. package/package.json +16 -13
  72. package/stats.html +1 -1
  73. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +0 -5
  74. package/.rollup.cache/home/runner/work/captcha-private/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +0 -1
  75. package/dist/bundle/ProcaptchaWidget-Dfex8hc8.js +0 -156
  76. package/dist/bundle/bip39-DCaMcFzo.js +0 -260
  77. package/dist/bundle/captchaComponentProvider-Dm44AMrY.js +0 -1018
  78. package/dist/bundle/index-DCHEbWAs.js +0 -1242
  79. package/dist/bundle/index-nNwZuute.js +0 -4373
  80. package/dist/bundle/sha256-Cxc9Hrlx.js +0 -171
  81. package/dist/bundle/toU8a-BWKf-2UU.js +0 -133
  82. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts +0 -0
  83. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts.map +0 -0
  84. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.js +0 -0
  85. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/components.js.map +0 -0
  86. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts +0 -0
  87. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +0 -0
  88. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.js +0 -0
  89. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +0 -0
  90. /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
  91. /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
  92. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.js +0 -0
  93. /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
  94. /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
  95. /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
  96. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.js +0 -0
  97. /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
  98. /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
  99. /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
  100. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js +0 -0
  101. /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
  102. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts +0 -0
  103. /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
  104. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +0 -0
  105. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js.map +0 -0
  106. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts +0 -0
  107. /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
  108. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js +0 -0
  109. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js.map +0 -0
  110. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.d.ts +0 -0
  111. /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
  112. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js +0 -0
  113. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js.map +0 -0
  114. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts +0 -0
  115. /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
  116. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +0 -0
  117. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +0 -0
  118. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.d.ts +0 -0
  119. /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
  120. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js +0 -0
  121. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js.map +0 -0
  122. /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
  123. /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
  124. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js +0 -0
  125. /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
  126. /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
  127. /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
  128. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.js +0 -0
  129. /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
  130. /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
  131. /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
  132. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.js +0 -0
  133. /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
  134. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts +0 -0
  135. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts.map +0 -0
  136. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js +0 -0
  137. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js.map +0 -0
  138. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js +0 -0
  139. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts +0 -0
  140. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts.map +0 -0
  141. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js +0 -0
  142. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts +0 -0
  143. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts.map +0 -0
  144. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js +0 -0
  145. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js.map +0 -0
  146. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts +0 -0
  147. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts.map +0 -0
  148. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js +0 -0
  149. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +0 -0
  150. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts +0 -0
  151. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts.map +0 -0
  152. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js +0 -0
  153. /package/.rollup.cache/home/runner/work/{captcha-private/captcha-private → captcha}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js.map +0 -0
@@ -1,1018 +0,0 @@
1
- import { h as le, j as b, a as ue, b as pe, s as Se, w as St, r as v, T as wt, u as xt, i as Pt, d as _t, e as Ct, g as Lt, f as w, S as we, k as xe, A as F, U as te, P as Pe } from "./emotion-element-5486c51c.browser.esm-CQHFV-dS.js";
2
- import { a as _e, g as Ce, W as Le, A as i, l as Ee, b as Te, d as Ae, C as R } from "./index-DxswvPTy.js";
3
- import { e as Ie } from "./translations-B0P9axY3.js";
4
- import { g as It } from "./_commonjsHelpers-DaMA6jEr.js";
5
- const je = { t: (t) => t };
6
- class U extends Error {
7
- constructor(e, r) {
8
- const o = (r == null ? void 0 : r.logger) || Me(), s = (r == null ? void 0 : r.logLevel) || "error", n = (r == null ? void 0 : r.i18n) || je;
9
- e instanceof Error ? (super(n.t(e.message)), this.translationKey = r == null ? void 0 : r.translationKey, this.context = {
10
- ...r == null ? void 0 : r.context,
11
- ...r != null && r.translationKey ? { translationMessage: n.t(r.translationKey) } : {}
12
- }) : (super(n.t(e)), this.translationKey = e, this.context = r == null ? void 0 : r.context), r != null && r.silent || this.logError(o, s, r == null ? void 0 : r.name);
13
- }
14
- logError(e, r, o) {
15
- const s = { error: this.message, context: this.context }, n = { errorType: o || this.name, errorParams: s };
16
- r === "debug" && e.debug(this.stack), e[r](n);
17
- }
18
- }
19
- class jt extends U {
20
- constructor(e, r) {
21
- const o = (r == null ? void 0 : r.name) || "ProsopoError", s = { ...r, name: o };
22
- super(e, s);
23
- }
24
- }
25
- class W extends U {
26
- constructor(e, r) {
27
- const o = (r == null ? void 0 : r.name) || "ProsopoEnvError", s = { ...r, name: o };
28
- super(e, s);
29
- }
30
- }
31
- class Nt extends U {
32
- constructor(e, r) {
33
- const o = (r == null ? void 0 : r.name) || "ProsopoDatasetError", s = { ...r, name: o };
34
- super(e, s);
35
- }
36
- }
37
- const u = {
38
- fatal: 0,
39
- error: 0,
40
- warn: 1,
41
- log: 2,
42
- info: 3,
43
- success: 3,
44
- fail: 3,
45
- debug: 4,
46
- trace: 5,
47
- verbose: Number.POSITIVE_INFINITY
48
- }, re = {
49
- // Silent
50
- silent: {
51
- level: -1
52
- },
53
- // Level 0
54
- fatal: {
55
- level: u.fatal
56
- },
57
- error: {
58
- level: u.error
59
- },
60
- // Level 1
61
- warn: {
62
- level: u.warn
63
- },
64
- // Level 2
65
- log: {
66
- level: u.log
67
- },
68
- // Level 3
69
- info: {
70
- level: u.info
71
- },
72
- success: {
73
- level: u.success
74
- },
75
- fail: {
76
- level: u.fail
77
- },
78
- ready: {
79
- level: u.info
80
- },
81
- start: {
82
- level: u.info
83
- },
84
- box: {
85
- level: u.info
86
- },
87
- // Level 4
88
- debug: {
89
- level: u.debug
90
- },
91
- // Level 5
92
- trace: {
93
- level: u.trace
94
- },
95
- // Verbose
96
- verbose: {
97
- level: u.verbose
98
- }
99
- };
100
- function M(t) {
101
- return t !== null && typeof t == "object";
102
- }
103
- function z(t, e, r = ".", o) {
104
- if (!M(e))
105
- return z(t, {}, r);
106
- const s = Object.assign({}, e);
107
- for (const n in t) {
108
- if (n === "__proto__" || n === "constructor")
109
- continue;
110
- const a = t[n];
111
- a != null && (Array.isArray(a) && Array.isArray(s[n]) ? s[n] = [...a, ...s[n]] : M(a) && M(s[n]) ? s[n] = z(
112
- a,
113
- s[n],
114
- (r ? `${r}.` : "") + n.toString()
115
- ) : s[n] = a);
116
- }
117
- return s;
118
- }
119
- function Ne(t) {
120
- return (...e) => (
121
- // eslint-disable-next-line unicorn/no-array-reduce
122
- e.reduce((r, o) => z(r, o, ""), {})
123
- );
124
- }
125
- const Oe = Ne();
126
- function $e(t) {
127
- return Object.prototype.toString.call(t) === "[object Object]";
128
- }
129
- function ke(t) {
130
- return !(!$e(t) || !t.message && !t.args || t.stack);
131
- }
132
- let D = !1;
133
- const oe = [];
134
- class h {
135
- constructor(e = {}) {
136
- const r = e.types || re;
137
- this.options = Oe(
138
- {
139
- ...e,
140
- defaults: { ...e.defaults },
141
- level: K(e.level, r),
142
- reporters: [...e.reporters || []]
143
- },
144
- {
145
- types: re,
146
- throttle: 1e3,
147
- throttleMin: 5,
148
- formatOptions: {
149
- date: !0,
150
- colors: !1,
151
- compact: !0
152
- }
153
- }
154
- );
155
- for (const o in r) {
156
- const s = {
157
- type: o,
158
- ...this.options.defaults,
159
- ...r[o]
160
- };
161
- this[o] = this._wrapLogFn(s), this[o].raw = this._wrapLogFn(
162
- s,
163
- !0
164
- );
165
- }
166
- this.options.mockFn && this.mockTypes(), this._lastLog = {};
167
- }
168
- get level() {
169
- return this.options.level;
170
- }
171
- set level(e) {
172
- this.options.level = K(
173
- e,
174
- this.options.types,
175
- this.options.level
176
- );
177
- }
178
- prompt(e, r) {
179
- if (!this.options.prompt)
180
- throw new Error("prompt is not supported!");
181
- return this.options.prompt(e, r);
182
- }
183
- create(e) {
184
- const r = new h({
185
- ...this.options,
186
- ...e
187
- });
188
- return this._mockFn && r.mockTypes(this._mockFn), r;
189
- }
190
- withDefaults(e) {
191
- return this.create({
192
- ...this.options,
193
- defaults: {
194
- ...this.options.defaults,
195
- ...e
196
- }
197
- });
198
- }
199
- withTag(e) {
200
- return this.withDefaults({
201
- tag: this.options.defaults.tag ? this.options.defaults.tag + ":" + e : e
202
- });
203
- }
204
- addReporter(e) {
205
- return this.options.reporters.push(e), this;
206
- }
207
- removeReporter(e) {
208
- if (e) {
209
- const r = this.options.reporters.indexOf(e);
210
- if (r >= 0)
211
- return this.options.reporters.splice(r, 1);
212
- } else
213
- this.options.reporters.splice(0);
214
- return this;
215
- }
216
- setReporters(e) {
217
- return this.options.reporters = Array.isArray(e) ? e : [e], this;
218
- }
219
- wrapAll() {
220
- this.wrapConsole(), this.wrapStd();
221
- }
222
- restoreAll() {
223
- this.restoreConsole(), this.restoreStd();
224
- }
225
- wrapConsole() {
226
- for (const e in this.options.types)
227
- console["__" + e] || (console["__" + e] = console[e]), console[e] = this[e].raw;
228
- }
229
- restoreConsole() {
230
- for (const e in this.options.types)
231
- console["__" + e] && (console[e] = console["__" + e], delete console["__" + e]);
232
- }
233
- wrapStd() {
234
- this._wrapStream(this.options.stdout, "log"), this._wrapStream(this.options.stderr, "log");
235
- }
236
- _wrapStream(e, r) {
237
- e && (e.__write || (e.__write = e.write), e.write = (o) => {
238
- this[r].raw(String(o).trim());
239
- });
240
- }
241
- restoreStd() {
242
- this._restoreStream(this.options.stdout), this._restoreStream(this.options.stderr);
243
- }
244
- _restoreStream(e) {
245
- e && e.__write && (e.write = e.__write, delete e.__write);
246
- }
247
- pauseLogs() {
248
- D = !0;
249
- }
250
- resumeLogs() {
251
- D = !1;
252
- const e = oe.splice(0);
253
- for (const r of e)
254
- r[0]._logFn(r[1], r[2]);
255
- }
256
- mockTypes(e) {
257
- const r = e || this.options.mockFn;
258
- if (this._mockFn = r, typeof r == "function")
259
- for (const o in this.options.types)
260
- this[o] = r(o, this.options.types[o]) || this[o], this[o].raw = this[o];
261
- }
262
- _wrapLogFn(e, r) {
263
- return (...o) => {
264
- if (D) {
265
- oe.push([this, e, o, r]);
266
- return;
267
- }
268
- return this._logFn(e, o, r);
269
- };
270
- }
271
- _logFn(e, r, o) {
272
- if ((e.level || 0) > this.level)
273
- return !1;
274
- const s = {
275
- date: /* @__PURE__ */ new Date(),
276
- args: [],
277
- ...e,
278
- level: K(e.level, this.options.types)
279
- };
280
- !o && r.length === 1 && ke(r[0]) ? Object.assign(s, r[0]) : s.args = [...r], s.message && (s.args.unshift(s.message), delete s.message), s.additional && (Array.isArray(s.additional) || (s.additional = s.additional.split(`
281
- `)), s.args.push(`
282
- ` + s.additional.join(`
283
- `)), delete s.additional), s.type = typeof s.type == "string" ? s.type.toLowerCase() : "log", s.tag = typeof s.tag == "string" ? s.tag : "";
284
- const n = (c = !1) => {
285
- const p = (this._lastLog.count || 0) - this.options.throttleMin;
286
- if (this._lastLog.object && p > 0) {
287
- const S = [...this._lastLog.object.args];
288
- p > 1 && S.push(`(repeated ${p} times)`), this._log({ ...this._lastLog.object, args: S }), this._lastLog.count = 1;
289
- }
290
- c && (this._lastLog.object = s, this._log(s));
291
- };
292
- clearTimeout(this._lastLog.timeout);
293
- const a = this._lastLog.time && s.date ? s.date.getTime() - this._lastLog.time.getTime() : 0;
294
- if (this._lastLog.time = s.date, a < this.options.throttle)
295
- try {
296
- const c = JSON.stringify([
297
- s.type,
298
- s.tag,
299
- s.args
300
- ]), p = this._lastLog.serialized === c;
301
- if (this._lastLog.serialized = c, p && (this._lastLog.count = (this._lastLog.count || 0) + 1, this._lastLog.count > this.options.throttleMin)) {
302
- this._lastLog.timeout = setTimeout(
303
- n,
304
- this.options.throttle
305
- );
306
- return;
307
- }
308
- } catch {
309
- }
310
- n(!0);
311
- }
312
- _log(e) {
313
- for (const r of this.options.reporters)
314
- r.log(e, {
315
- options: this.options
316
- });
317
- }
318
- }
319
- function K(t, e = {}, r = 3) {
320
- return t === void 0 ? r : typeof t == "number" ? t : e[t] && e[t].level !== void 0 ? e[t].level : r;
321
- }
322
- h.prototype.add = h.prototype.addReporter;
323
- h.prototype.remove = h.prototype.removeReporter;
324
- h.prototype.clear = h.prototype.removeReporter;
325
- h.prototype.withScope = h.prototype.withTag;
326
- h.prototype.mock = h.prototype.mockTypes;
327
- h.prototype.pause = h.prototype.pauseLogs;
328
- h.prototype.resume = h.prototype.resumeLogs;
329
- function Fe(t = {}) {
330
- return new h(t);
331
- }
332
- class Re {
333
- constructor(e) {
334
- this.options = { ...e }, this.defaultColor = "#7f8c8d", this.levelColorMap = {
335
- 0: "#c0392b",
336
- // Red
337
- 1: "#f39c12",
338
- // Yellow
339
- 3: "#00BCD4"
340
- // Cyan
341
- }, this.typeColorMap = {
342
- success: "#2ecc71"
343
- // Green
344
- };
345
- }
346
- _getLogFn(e) {
347
- return e < 1 ? console.__error || console.error : e === 1 ? console.__warn || console.warn : console.__log || console.log;
348
- }
349
- log(e) {
350
- const r = this._getLogFn(e.level), o = e.type === "log" ? "" : e.type, s = e.tag || "", a = `
351
- background: ${this.typeColorMap[e.type] || this.levelColorMap[e.level] || this.defaultColor};
352
- border-radius: 0.5em;
353
- color: white;
354
- font-weight: bold;
355
- padding: 2px 0.5em;
356
- `, c = `%c${[s, o].filter(Boolean).join(":")}`;
357
- typeof e.args[0] == "string" ? r(
358
- `${c}%c ${e.args[0]}`,
359
- a,
360
- // Empty string as style resets to default console style
361
- "",
362
- ...e.args.slice(1)
363
- ) : r(c, a, ...e.args);
364
- }
365
- }
366
- function fe(t = {}) {
367
- return Fe({
368
- reporters: t.reporters || [new Re({})],
369
- prompt(r, o = {}) {
370
- return o.type === "confirm" ? Promise.resolve(confirm(r)) : Promise.resolve(prompt(r));
371
- },
372
- ...t
373
- });
374
- }
375
- fe();
376
- const x = Ie([
377
- "trace",
378
- "debug",
379
- "info",
380
- "warn",
381
- "error",
382
- "fatal",
383
- "log"
384
- ]);
385
- function Me() {
386
- return ze;
387
- }
388
- const De = (t, e) => {
389
- const r = process != null && process.stdout ? process.stdout.write.bind(process.stdout) : console.info, o = process != null && process.stderr ? process.stderr.write.bind(process.stderr) : console.error;
390
- e.options.level === u.error ? o(`${JSON.stringify(t)}
391
- `) : r(`${JSON.stringify(t)}
392
- `);
393
- }, Ke = (t, e, r) => {
394
- const o = fe({
395
- reporters: [
396
- {
397
- log: (a, c) => {
398
- const p = De, S = { ...a, requestId: r };
399
- p(S, c);
400
- }
401
- }
402
- ],
403
- formatOptions: { colors: !0, date: !0 }
404
- }).withTag(e);
405
- let s = t;
406
- const n = {
407
- log: o.log,
408
- info: o.info,
409
- debug: o.debug,
410
- trace: o.trace,
411
- warn: o.warn,
412
- error: o.error,
413
- fatal: o.fatal,
414
- setLogLevel: (a) => {
415
- let c = Number.NaN;
416
- const p = He(a);
417
- switch (p) {
418
- case x.enum.trace:
419
- c = u.trace;
420
- break;
421
- case x.enum.debug:
422
- c = u.debug;
423
- break;
424
- case x.enum.info:
425
- c = u.info;
426
- break;
427
- case x.enum.warn:
428
- c = u.warn;
429
- break;
430
- case x.enum.error:
431
- c = u.error;
432
- break;
433
- case x.enum.fatal:
434
- c = u.fatal;
435
- break;
436
- case x.enum.log:
437
- c = u.log;
438
- break;
439
- default:
440
- throw new Error(`Invalid log level translation to consola's log level: ${a}`);
441
- }
442
- o.level = c, s = p;
443
- },
444
- getLogLevel: () => s
445
- };
446
- return n.setLogLevel(t), n;
447
- };
448
- function He(t) {
449
- const r = (t || process.env.PROSOPO_LOG_LEVEL || "Info").toString().toLowerCase();
450
- try {
451
- return x.parse(r);
452
- } catch {
453
- throw new W("CONFIG.INVALID_LOG_LEVEL", {
454
- context: { logLevel: t }
455
- });
456
- }
457
- }
458
- const ze = Ke(x.enum.info, "global"), se = (t) => Object.values(t), Ue = async (t) => {
459
- if (t === "production") {
460
- const e = await fetch("https://provider-list.prosopo.io/", {
461
- method: "GET",
462
- mode: "cors"
463
- }).then((r) => r.json());
464
- return se(e);
465
- }
466
- if (t === "staging") {
467
- const e = await fetch("https://provider-list.prosopo.io/staging.json", { method: "GET", mode: "cors" }).then((r) => r.json());
468
- return se(e);
469
- }
470
- if (t === "development")
471
- return [
472
- {
473
- address: "5EjTA28bKSbFPPyMbUjNtArxyqjwq38r1BapVmLZShaqEedV",
474
- url: "http://localhost:9229",
475
- datasetId: "0x9f460e81ac9c71b486f796a21bb36e2263694756a6621134d110da217fd3ef25"
476
- }
477
- ];
478
- throw new W("CONFIG.UNKNOWN_ENVIRONMENT", {
479
- context: { environment: t }
480
- });
481
- }, We = async (t) => {
482
- const e = (s, n) => Math.floor(Math.random() * (n - s + 1) + s), r = await Ue(t.defaultEnvironment), o = _e(r, e(0, r.length - 1));
483
- return {
484
- providerAccount: o.address,
485
- provider: {
486
- url: o.url,
487
- datasetId: o.datasetId
488
- }
489
- };
490
- }, Ge = async (t, e, r, o, s) => {
491
- try {
492
- await t();
493
- } catch (n) {
494
- if (o >= s)
495
- return console.error(n), console.error(`Max retries (${o} of ${s}) reached, aborting`), r();
496
- console.error(n), r(), await e();
497
- }
498
- }, C = (t) => ({
499
- ...Ce(void 0),
500
- ...t
501
- }), Be = async (t) => t ? (await import("./index-DkQ4njKa.js")).ExtensionWeb2 : (await import("./index-DkQ4njKa.js")).ExtensionWeb3;
502
- var he = { exports: {} }, l = {};
503
- var f = typeof Symbol == "function" && Symbol.for, G = f ? Symbol.for("react.element") : 60103, B = f ? Symbol.for("react.portal") : 60106, L = f ? Symbol.for("react.fragment") : 60107, E = f ? Symbol.for("react.strict_mode") : 60108, T = f ? Symbol.for("react.profiler") : 60114, A = f ? Symbol.for("react.provider") : 60109, I = f ? Symbol.for("react.context") : 60110, V = f ? Symbol.for("react.async_mode") : 60111, j = f ? Symbol.for("react.concurrent_mode") : 60111, N = f ? Symbol.for("react.forward_ref") : 60112, O = f ? Symbol.for("react.suspense") : 60113, Ve = f ? Symbol.for("react.suspense_list") : 60120, $ = f ? Symbol.for("react.memo") : 60115, k = f ? Symbol.for("react.lazy") : 60116, qe = f ? Symbol.for("react.block") : 60121, Je = f ? Symbol.for("react.fundamental") : 60117, Ye = f ? Symbol.for("react.responder") : 60118, Qe = f ? Symbol.for("react.scope") : 60119;
504
- function m(t) {
505
- if (typeof t == "object" && t !== null) {
506
- var e = t.$$typeof;
507
- switch (e) {
508
- case G:
509
- switch (t = t.type, t) {
510
- case V:
511
- case j:
512
- case L:
513
- case T:
514
- case E:
515
- case O:
516
- return t;
517
- default:
518
- switch (t = t && t.$$typeof, t) {
519
- case I:
520
- case N:
521
- case k:
522
- case $:
523
- case A:
524
- return t;
525
- default:
526
- return e;
527
- }
528
- }
529
- case B:
530
- return e;
531
- }
532
- }
533
- }
534
- function de(t) {
535
- return m(t) === j;
536
- }
537
- l.AsyncMode = V;
538
- l.ConcurrentMode = j;
539
- l.ContextConsumer = I;
540
- l.ContextProvider = A;
541
- l.Element = G;
542
- l.ForwardRef = N;
543
- l.Fragment = L;
544
- l.Lazy = k;
545
- l.Memo = $;
546
- l.Portal = B;
547
- l.Profiler = T;
548
- l.StrictMode = E;
549
- l.Suspense = O;
550
- l.isAsyncMode = function(t) {
551
- return de(t) || m(t) === V;
552
- };
553
- l.isConcurrentMode = de;
554
- l.isContextConsumer = function(t) {
555
- return m(t) === I;
556
- };
557
- l.isContextProvider = function(t) {
558
- return m(t) === A;
559
- };
560
- l.isElement = function(t) {
561
- return typeof t == "object" && t !== null && t.$$typeof === G;
562
- };
563
- l.isForwardRef = function(t) {
564
- return m(t) === N;
565
- };
566
- l.isFragment = function(t) {
567
- return m(t) === L;
568
- };
569
- l.isLazy = function(t) {
570
- return m(t) === k;
571
- };
572
- l.isMemo = function(t) {
573
- return m(t) === $;
574
- };
575
- l.isPortal = function(t) {
576
- return m(t) === B;
577
- };
578
- l.isProfiler = function(t) {
579
- return m(t) === T;
580
- };
581
- l.isStrictMode = function(t) {
582
- return m(t) === E;
583
- };
584
- l.isSuspense = function(t) {
585
- return m(t) === O;
586
- };
587
- l.isValidElementType = function(t) {
588
- return typeof t == "string" || typeof t == "function" || t === L || t === j || t === T || t === E || t === O || t === Ve || typeof t == "object" && t !== null && (t.$$typeof === k || t.$$typeof === $ || t.$$typeof === A || t.$$typeof === I || t.$$typeof === N || t.$$typeof === Je || t.$$typeof === Ye || t.$$typeof === Qe || t.$$typeof === qe);
589
- };
590
- l.typeOf = m;
591
- he.exports = l;
592
- var Xe = he.exports, ge = Xe;
593
- var Ze = {
594
- $$typeof: !0,
595
- render: !0,
596
- defaultProps: !0,
597
- displayName: !0,
598
- propTypes: !0
599
- }, et = {
600
- $$typeof: !0,
601
- compare: !0,
602
- defaultProps: !0,
603
- displayName: !0,
604
- propTypes: !0,
605
- type: !0
606
- }, me = {};
607
- me[ge.ForwardRef] = Ze;
608
- me[ge.Memo] = et;
609
- var Ot = Object.prototype;
610
- function g(t, e, r) {
611
- return le.call(e, "css") ? b.jsx(ue, pe(t, e), r) : b.jsx(t, e, r);
612
- }
613
- function tt(t, e, r) {
614
- return le.call(e, "css") ? b.jsxs(ue, pe(t, e), r) : b.jsxs(t, e, r);
615
- }
616
- function ye() {
617
- for (var t = arguments.length, e = new Array(t), r = 0; r < t; r++)
618
- e[r] = arguments[r];
619
- return Se(e);
620
- }
621
- const rt = ye`{
622
- &:before {
623
- content: '""';
624
- position: absolute;
625
- height: 100%;
626
- width: 100%;
627
- }
628
- }`, ot = {
629
- width: "28px",
630
- height: "28px",
631
- minWidth: "14px",
632
- minHeight: "14px",
633
- top: "auto",
634
- left: "auto",
635
- opacity: "1",
636
- borderRadius: "12.5%",
637
- appearance: "none",
638
- cursor: "pointer",
639
- margin: "0",
640
- borderStyle: "solid",
641
- borderWidth: "1px"
642
- }, ne = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", st = "https://docs.prosopo.io/en/basics/faq/", nt = () => Array.from({ length: 8 }, () => ne[Math.floor(Math.random() * ne.length)]).join(""), ae = ye`
643
- display: none;
644
- @media (min-width: 275px) {
645
- display: flex;
646
- font-size: 12px;
647
- }
648
- @media (min-width: 300px) {
649
- display: flex;
650
- font-size: 14px;
651
- }
652
- @media (min-width: 320px) {
653
- display: flex;
654
- font-size: 16px;
655
- }
656
- `, at = ({ theme: t, onChange: e, checked: r, labelText: o, error: s, loading: n }) => {
657
- const a = {
658
- ...ot,
659
- border: `1px solid ${t.palette.background.contrastText}`
660
- }, [c, p] = v.useState(!1), S = v.useMemo(() => ({
661
- ...a,
662
- borderColor: c ? t.palette.background.contrastText : t.palette.border,
663
- appearance: r ? "auto" : "none",
664
- flex: 1,
665
- margin: "15px",
666
- minWidth: "14px",
667
- minHeight: "14px"
668
- }), [c, t, r]), P = nt();
669
- return tt("span", { style: {
670
- display: "inline-flex",
671
- alignItems: "center",
672
- minHeight: "58px"
673
- }, children: [n ? g("div", { className: "checkbox__outer", children: g("div", { className: "checkbox__wrapper", children: g("div", { className: "checkbox__inner", children: g("div", { className: "checkbox__content", children: g("div", { className: Le, "aria-label": "Loading spinner" }) }) }) }) }) : g("input", { name: P, id: P, onMouseEnter: () => p(!0), onMouseLeave: () => p(!1), css: rt, type: "checkbox", "aria-live": "assertive", "aria-label": o, onChange: (_) => {
674
- _.preventDefault(), _.stopPropagation(), p(!1), e();
675
- }, checked: r, style: S, disabled: s !== void 0, className: n ? "checkbox__loading-spinner" : "", "data-cy": "captcha-checkbox" }), s ? g("label", { css: {
676
- color: t.palette.error.main,
677
- position: "relative",
678
- display: "flex",
679
- cursor: "pointer",
680
- userSelect: "none",
681
- ...ae
682
- }, htmlFor: P, children: g("a", { css: {
683
- color: t.palette.error.main
684
- }, href: st, children: s }) }) : g("label", { css: {
685
- color: t.palette.background.contrastText,
686
- position: "relative",
687
- display: "flex",
688
- cursor: "pointer",
689
- userSelect: "none",
690
- ...ae
691
- }, htmlFor: P, children: o })] });
692
- };
693
- class H extends Error {
694
- constructor(e, r, o) {
695
- super(`HTTP error! status: ${e} (${r}) for URL: ${o}`), this.status = e, this.statusText = r, this.url = o, this.name = "HttpError";
696
- }
697
- }
698
- class it {
699
- constructor(e, r = "") {
700
- this.baseURL = e + r;
701
- }
702
- async fetch(e, r) {
703
- var o;
704
- try {
705
- const s = await fetch(this.baseURL + e, r);
706
- if (!s.ok && s.status !== 400 && !((o = s.headers.get("content-type")) != null && o.includes("application/json")))
707
- throw new H(s.status, s.statusText, s.url);
708
- return this.responseHandler(s);
709
- } catch (s) {
710
- return this.errorHandler(s);
711
- }
712
- }
713
- async post(e, r, o) {
714
- var n;
715
- const s = {
716
- "Content-Type": "application/json",
717
- ...(o == null ? void 0 : o.headers) || {}
718
- };
719
- try {
720
- const a = await fetch(this.baseURL + e, {
721
- method: "POST",
722
- body: JSON.stringify(r),
723
- ...o,
724
- headers: s
725
- });
726
- if (!a.ok && a.status !== 400 && !((n = a.headers.get("content-type")) != null && n.includes("application/json")))
727
- throw new H(a.status, a.statusText, a.url);
728
- return this.responseHandler(a);
729
- } catch (a) {
730
- return this.errorHandler(a);
731
- }
732
- }
733
- async responseHandler(e) {
734
- try {
735
- return await e.json();
736
- } catch (r) {
737
- throw console.error("Error parsing JSON:", r), r;
738
- }
739
- }
740
- errorHandler(e) {
741
- return e instanceof H ? console.error("HTTP error:", e) : console.error("API request error:", e), Promise.reject(e);
742
- }
743
- }
744
- class ct extends it {
745
- constructor(e, r) {
746
- const o = e.startsWith("http") ? e : `https://${e}`;
747
- super(o), this.account = r;
748
- }
749
- getCaptchaChallenge(e, r, o) {
750
- const { provider: s } = r, n = this.account, a = {
751
- [i.dapp]: n,
752
- [i.user]: e,
753
- [i.datasetId]: s.datasetId
754
- };
755
- return o && (a[i.sessionId] = o), this.post(w.GetImageCaptchaChallenge, a, {
756
- headers: {
757
- "Prosopo-Site-Key": this.account,
758
- "Prosopo-User": e
759
- }
760
- });
761
- }
762
- submitCaptchaSolution(e, r, o, s, n, a) {
763
- const c = {
764
- [i.user]: o,
765
- [i.dapp]: this.account,
766
- [i.captchas]: e,
767
- [i.requestHash]: r,
768
- [i.timestamp]: s,
769
- [i.signature]: {
770
- [i.user]: {
771
- [i.timestamp]: a
772
- },
773
- [i.provider]: {
774
- [i.requestHash]: n
775
- }
776
- }
777
- };
778
- return this.post(w.SubmitImageCaptchaSolution, c, {
779
- headers: {
780
- "Prosopo-Site-Key": this.account,
781
- "Prosopo-User": o
782
- }
783
- });
784
- }
785
- verifyDappUser(e, r, o, s) {
786
- const n = {
787
- [i.token]: e,
788
- [i.dappSignature]: r
789
- };
790
- return s && (n[i.maxVerifiedTime] = s), this.post(w.VerifyImageCaptchaSolutionDapp, n, {
791
- headers: {
792
- "Prosopo-Site-Key": this.account,
793
- "Prosopo-User": o
794
- }
795
- });
796
- }
797
- getPowCaptchaChallenge(e, r, o) {
798
- const s = {
799
- [i.user]: e.toString(),
800
- [i.dapp]: r.toString(),
801
- ...o && { [i.sessionId]: o }
802
- };
803
- return this.post(w.GetPowCaptchaChallenge, s, {
804
- headers: {
805
- "Prosopo-Site-Key": this.account,
806
- "Prosopo-User": e
807
- }
808
- });
809
- }
810
- submitPowCaptchaSolution(e, r, o, s, n, a) {
811
- const c = we.parse({
812
- [i.challenge]: e.challenge,
813
- [i.difficulty]: e.difficulty,
814
- [i.timestamp]: e.timestamp,
815
- [i.user]: r.toString(),
816
- [i.dapp]: o.toString(),
817
- [i.nonce]: s,
818
- [i.verifiedTimeout]: a,
819
- [i.signature]: {
820
- [i.provider]: e[i.signature][i.provider],
821
- [i.user]: {
822
- [i.timestamp]: n
823
- }
824
- }
825
- });
826
- return this.post(w.SubmitPowCaptchaSolution, c, {
827
- headers: {
828
- "Prosopo-Site-Key": this.account,
829
- "Prosopo-User": r
830
- }
831
- });
832
- }
833
- getFrictionlessCaptcha(e, r, o) {
834
- const s = {
835
- [i.token]: e,
836
- [i.dapp]: r,
837
- [i.user]: o
838
- };
839
- return this.post(w.GetFrictionlessCaptchaChallenge, s, {
840
- headers: {
841
- "Prosopo-Site-Key": this.account,
842
- "Prosopo-User": o
843
- }
844
- });
845
- }
846
- submitUserEvents(e, r) {
847
- return this.post(w.SubmitUserEvents, { events: e, string: r }, {
848
- headers: {
849
- "Prosopo-Site-Key": this.account
850
- }
851
- });
852
- }
853
- getProviderStatus() {
854
- return this.fetch(w.GetProviderStatus, {
855
- headers: {
856
- "Prosopo-Site-Key": this.account
857
- }
858
- });
859
- }
860
- getProviderDetails() {
861
- return this.fetch(xe.GetProviderDetails, {
862
- headers: {
863
- "Prosopo-Site-Key": this.account
864
- }
865
- });
866
- }
867
- submitPowCaptchaVerify(e, r, o, s) {
868
- const n = {
869
- [i.token]: e,
870
- [i.dappSignature]: r,
871
- [i.verifiedTimeout]: o
872
- };
873
- return this.post(w.VerifyPowCaptchaSolution, n, {
874
- headers: {
875
- "Prosopo-Site-Key": this.account,
876
- "Prosopo-User": s
877
- }
878
- });
879
- }
880
- registerSiteKey(e, r, o, s, n) {
881
- const a = { siteKey: e, tier: r, settings: o };
882
- return this.post(F.SiteKeyRegister, a, {
883
- headers: {
884
- "Prosopo-Site-Key": this.account,
885
- timestamp: s,
886
- signature: n
887
- }
888
- });
889
- }
890
- updateDetectorKey(e, r, o) {
891
- return this.post(F.UpdateDetectorKey, te.parse({ detectorKey: e }), {
892
- headers: {
893
- "Prosopo-Site-Key": this.account,
894
- timestamp: r,
895
- signature: o
896
- }
897
- });
898
- }
899
- removeDetectorKey(e, r, o) {
900
- return this.post(F.RemoveDetectorKey, te.parse({ detectorKey: e }), {
901
- headers: {
902
- "Prosopo-Site-Key": this.account,
903
- timestamp: r,
904
- signature: o
905
- }
906
- });
907
- }
908
- }
909
- const lt = v.lazy(async () => import("./ProcaptchaWidget-Dfex8hc8.js")), ve = (t) => g(v.Suspense, { children: g(lt, { config: t.config, callbacks: t.callbacks, frictionlessState: t.frictionlessState, i18n: t.i18n }) }), ut = v.lazy(async () => import("./ProcaptchaWidget-CCSN3Dxj.js")), be = (t) => g(v.Suspense, { children: g(ut, { ...t }) }), pt = async () => (await import("./index-DCHEbWAs.js")).default, ft = async (t) => {
910
- const r = await (await pt())(), s = await new (await Be(t.web2))().getAccount(t);
911
- if (!t.account.address)
912
- throw new W("GENERAL.SITE_KEY_MISSING");
913
- const n = await We(t), c = await new ct(n.provider.url, t.account.address).getFrictionlessCaptcha(r.token, t.account.address, s.account.address);
914
- return {
915
- captchaType: c.captchaType,
916
- sessionId: c.sessionId,
917
- provider: n,
918
- status: c.status,
919
- userAccount: s,
920
- error: c.error
921
- };
922
- }, ie = (t, e, r, o, s) => {
923
- const n = t === "light" ? Te : Ae;
924
- return e === "invisible" ? null : b.jsx(at, { theme: n, onChange: async () => {
925
- }, checked: !1, labelText: o("WIDGET.I_AM_HUMAN"), error: r, "aria-label": "human checkbox", loading: s });
926
- }, ce = (t) => ({
927
- loading: !1,
928
- attemptCount: t || 0
929
- }), ht = ({ config: t, callbacks: e, restart: r, i18n: o, detectBot: s = ft }) => {
930
- const n = v.useRef(ce(0)), a = C(e);
931
- v.useEffect(() => {
932
- t.language && (o ? o.language !== t.language && o.changeLanguage(t.language).then((y) => y) : Ee().then((y) => {
933
- y.language !== t.language && y.changeLanguage(t.language).then((d) => d);
934
- }));
935
- }, [o, t.language]);
936
- const [c, p] = v.useState(ie(t.theme, t.mode, n.current.errorMessage, o.t, !0)), S = (y) => {
937
- n.current = ce(y || n.current.attemptCount);
938
- }, P = (y, d) => {
939
- d === "CAPTCHA.NO_SESSION_FOUND" && setTimeout(() => {
940
- _();
941
- }, 0), p(ie(t.theme, t.mode, y || "Cannot load CAPTCHA", o.t, !1));
942
- }, _ = () => {
943
- setTimeout(() => {
944
- S(0), a.onReset(), r();
945
- }, 1e4);
946
- }, q = async () => {
947
- await Ge(async () => {
948
- var Y, Q, X, Z, ee;
949
- n.current.attemptCount += 1;
950
- const y = Pe.parse(t), d = await s(y);
951
- if ((Y = d.error) != null && Y.message) {
952
- n.current = {
953
- ...n.current,
954
- loading: !1,
955
- errorMessage: (Q = d.error) == null ? void 0 : Q.message
956
- }, a.onError(new Error((X = d.error) == null ? void 0 : X.message)), P((Z = d.error) == null ? void 0 : Z.message, (ee = d.error) == null ? void 0 : ee.key);
957
- return;
958
- }
959
- const J = {
960
- provider: d.provider,
961
- sessionId: d.sessionId,
962
- userAccount: d.userAccount,
963
- restart: r
964
- };
965
- d.captchaType === "image" ? p(b.jsx(be, { config: t, callbacks: e, frictionlessState: J, i18n: o })) : (p(b.jsx(ve, { config: t, callbacks: e, frictionlessState: J, i18n: o })), n.current = {
966
- ...n.current,
967
- loading: !1
968
- });
969
- }, q, S, n.current.attemptCount, 5).finally(() => {
970
- n.current.attemptCount >= 5 && (P(), _());
971
- });
972
- };
973
- return v.useEffect(() => {
974
- (async () => {
975
- await q();
976
- })();
977
- }, [t, e, s, t.language]), c;
978
- }, dt = (t) => {
979
- const { config: e, callbacks: r, i18n: o } = t, [s, n] = v.useState(0), a = () => {
980
- n((c) => c + 1);
981
- };
982
- return b.jsx(ht, { config: e, callbacks: C(r), restart: a, i18n: o }, s);
983
- }, gt = (t) => {
984
- const { config: e, callbacks: r, i18n: o } = t;
985
- return b.jsx(be, { config: e, callbacks: C(r), i18n: o });
986
- }, mt = (t) => {
987
- const { config: e, callbacks: r, i18n: o } = t;
988
- return b.jsx(ve, { config: e, callbacks: C(r), i18n: o });
989
- }, yt = {
990
- [R.image]: gt,
991
- [R.pow]: mt,
992
- [R.frictionless]: dt
993
- };
994
- class vt {
995
- getCaptchaComponent(e, r) {
996
- const o = yt[e];
997
- return "rendering ".concat(e), b.jsx(o, { config: r.config, callbacks: r.callbacks, i18n: r.i18n });
998
- }
999
- }
1000
- const $t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1001
- __proto__: null,
1002
- CaptchaComponentProvider: vt
1003
- }, Symbol.toStringTag, { value: "Module" }));
1004
- export {
1005
- at as C,
1006
- Be as E,
1007
- Nt as P,
1008
- tt as a,
1009
- jt as b,
1010
- W as c,
1011
- We as d,
1012
- ct as e,
1013
- ye as f,
1014
- C as g,
1015
- $t as h,
1016
- g as j,
1017
- Ge as p
1018
- };