@prosopo/procaptcha-bundle 3.1.6 → 3.2.2

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 (205) hide show
  1. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +1 -1
  2. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.js +10 -1
  3. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +1 -0
  4. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts +2 -0
  5. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
  6. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js +32 -0
  7. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js.map +1 -0
  8. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts.map +1 -1
  9. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js +0 -1
  10. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js.map +1 -1
  11. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts.map +1 -1
  12. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +1 -1
  13. package/CHANGELOG.md +93 -0
  14. package/coverage/base.css +224 -0
  15. package/coverage/block-navigation.js +87 -0
  16. package/coverage/clover.xml +599 -0
  17. package/coverage/coverage-final.json +17 -0
  18. package/coverage/favicon.png +0 -0
  19. package/coverage/index.html +161 -0
  20. package/coverage/prettify.css +1 -0
  21. package/coverage/prettify.js +2 -0
  22. package/coverage/sort-arrow-sprite.png +0 -0
  23. package/coverage/sorter.js +210 -0
  24. package/coverage/src/components.ts.html +139 -0
  25. package/coverage/src/index.html +131 -0
  26. package/coverage/src/index.ts.html +844 -0
  27. package/coverage/src/util/captcha/captchaComponentProvider.tsx.html +214 -0
  28. package/coverage/src/util/captcha/captchaComponentsList.ts.html +178 -0
  29. package/coverage/src/util/captcha/captchaProps.ts.html +166 -0
  30. package/coverage/src/util/captcha/captchaRenderer.tsx.html +481 -0
  31. package/coverage/src/util/captcha/captchaType.ts.html +181 -0
  32. package/coverage/src/util/captcha/components/frictionlessCaptcha.tsx.html +205 -0
  33. package/coverage/src/util/captcha/components/imageCaptcha.tsx.html +178 -0
  34. package/coverage/src/util/captcha/components/index.html +146 -0
  35. package/coverage/src/util/captcha/components/powCaptcha.tsx.html +178 -0
  36. package/coverage/src/util/captcha/index.html +176 -0
  37. package/coverage/src/util/config.ts.html +172 -0
  38. package/coverage/src/util/configCreator.ts.html +241 -0
  39. package/coverage/src/util/index.html +191 -0
  40. package/coverage/src/util/language.ts.html +244 -0
  41. package/coverage/src/util/timeout.ts.html +214 -0
  42. package/coverage/src/util/widgetFactory.ts.html +532 -0
  43. package/coverage/src/util/widgetThemeResolver.ts.html +205 -0
  44. package/dist/bundle/{ProcaptchaWidget-Cw3s7cGX.js → ProcaptchaWidget-CuMH13Bh.js} +85 -87
  45. package/dist/bundle/{ProcaptchaWidget-CJ-4hVS1.js → ProcaptchaWidget-DsflBBn_.js} +5 -5
  46. package/dist/bundle/{browser-ponyfill-CvzSbL_o.js → browser-ponyfill-DXriyH6D.js} +4 -4
  47. package/dist/bundle/{captchaComponentProvider-Cn75EmSH.js → captchaComponentProvider-D02Su4nd.js} +205 -194
  48. package/dist/bundle/{captchaRenderer-s4QuLEen.js → captchaRenderer-BV-WgbEA.js} +17 -18
  49. package/dist/bundle/{commonChunk-BjvuHlB1.js → commonChunk-PB26mndo.js} +37 -34
  50. package/dist/bundle/{emotion-element-c39617d8.browser.esm-BNNnmykm.js → emotion-element-c39617d8.browser.esm-DG1XhEZ1.js} +3 -3
  51. package/dist/bundle/{index-DIdd2cUz.js → index-B9KeZfID.js} +3 -3
  52. package/dist/bundle/{index-IgqrmVIs.js → index-Calnfnac.js} +67 -59
  53. package/dist/bundle/index-DU371vQ0.js +1634 -0
  54. package/dist/bundle/index.d.ts.map +1 -1
  55. package/dist/bundle/procaptcha.bundle.js +2 -2
  56. package/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
  57. package/dist/bundle/util/configCreator.d.ts.map +1 -1
  58. package/dist/bundle/util/widgetFactory.d.ts.map +1 -1
  59. package/dist/bundle/{utilChunk-DPr6oTOj.js → utilChunk-WRTGKXbU.js} +109 -102
  60. package/dist/bundle/{utilCryptoChunk-D6ZLkbFV.js → utilCryptoChunk-B4ZdOwus.js} +1 -1
  61. package/dist/bundle/{web2Chunk-CNoojUDK.js → web2Chunk-BGN6Hv-C.js} +273 -268
  62. package/dist/bundle/{web3Chunk-BlYvY4Ea.js → web3Chunk-BIX2T9Eo.js} +6 -6
  63. package/dist/bundle/{zodChunk-aEfPZzrp.js → zodChunk-CaINhWMQ.js} +8 -8
  64. package/dist/cjs/index.cjs +10 -1
  65. package/dist/cjs/util/configCreator.cjs +0 -1
  66. package/dist/components.d.ts.map +1 -0
  67. package/dist/components.js +5 -0
  68. package/dist/components.js.map +1 -0
  69. package/dist/index.d.ts.map +1 -0
  70. package/dist/index.js +10 -1
  71. package/dist/index.js.map +1 -0
  72. package/dist/tests/procaptchaReady.unit.test.d.ts +2 -0
  73. package/dist/tests/procaptchaReady.unit.test.d.ts.map +1 -0
  74. package/dist/tests/procaptchaReady.unit.test.js +32 -0
  75. package/dist/tests/procaptchaReady.unit.test.js.map +1 -0
  76. package/dist/tests/util/captchaType.test.d.ts.map +1 -0
  77. package/dist/tests/util/captchaType.test.js +36 -0
  78. package/dist/tests/util/captchaType.test.js.map +1 -0
  79. package/dist/tests/util/config.test.d.ts.map +1 -0
  80. package/dist/tests/util/config.test.js +69 -0
  81. package/dist/tests/util/config.test.js.map +1 -0
  82. package/dist/tests/util/renderLogic.test.d.ts.map +1 -0
  83. package/dist/tests/util/renderLogic.test.js +136 -0
  84. package/dist/tests/util/renderLogic.test.js.map +1 -0
  85. package/dist/util/captcha/captchaComponentProvider.d.ts.map +1 -0
  86. package/dist/util/captcha/captchaComponentProvider.js.map +1 -0
  87. package/dist/util/captcha/captchaComponentsList.d.ts.map +1 -0
  88. package/dist/util/captcha/captchaComponentsList.js.map +1 -0
  89. package/dist/util/captcha/captchaProps.d.ts.map +1 -0
  90. package/dist/util/captcha/captchaProps.js +2 -0
  91. package/dist/util/captcha/captchaProps.js.map +1 -0
  92. package/dist/util/captcha/captchaRenderer.d.ts.map +1 -0
  93. package/dist/util/captcha/captchaRenderer.js.map +1 -0
  94. package/dist/util/captcha/captchaType.d.ts.map +1 -0
  95. package/dist/util/captcha/captchaType.js.map +1 -0
  96. package/dist/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -0
  97. package/dist/util/captcha/components/frictionlessCaptcha.js.map +1 -0
  98. package/dist/util/captcha/components/imageCaptcha.d.ts.map +1 -0
  99. package/dist/util/captcha/components/imageCaptcha.js.map +1 -0
  100. package/dist/util/captcha/components/powCaptcha.d.ts.map +1 -0
  101. package/dist/util/captcha/components/powCaptcha.js.map +1 -0
  102. package/dist/util/config.d.ts.map +1 -0
  103. package/dist/util/config.js.map +1 -0
  104. package/dist/util/configCreator.d.ts.map +1 -0
  105. package/dist/util/configCreator.js +0 -1
  106. package/dist/util/configCreator.js.map +1 -0
  107. package/dist/util/language.d.ts.map +1 -0
  108. package/dist/util/language.js.map +1 -0
  109. package/dist/util/timeout.d.ts.map +1 -0
  110. package/dist/util/timeout.js.map +1 -0
  111. package/dist/util/widgetFactory.d.ts.map +1 -0
  112. package/dist/util/widgetFactory.js.map +1 -0
  113. package/dist/util/widgetThemeResolver.d.ts.map +1 -0
  114. package/dist/util/widgetThemeResolver.js.map +1 -0
  115. package/package.json +16 -16
  116. package/stats.html +2239 -2132
  117. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +0 -1
  118. package/dist/bundle/index-BuQg3Zno.js +0 -1884
  119. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts +0 -0
  120. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts.map +0 -0
  121. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js +0 -0
  122. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js.map +0 -0
  123. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts +0 -0
  124. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.d.ts +0 -0
  125. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.d.ts.map +0 -0
  126. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.js +0 -0
  127. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/captchaType.test.js.map +0 -0
  128. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.d.ts +0 -0
  129. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.d.ts.map +0 -0
  130. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.js +0 -0
  131. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/config.test.js.map +0 -0
  132. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.d.ts +0 -0
  133. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.d.ts.map +0 -0
  134. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js +0 -0
  135. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +0 -0
  136. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts +0 -0
  137. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +0 -0
  138. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +0 -0
  139. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js.map +0 -0
  140. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts +0 -0
  141. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.d.ts.map +0 -0
  142. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js +0 -0
  143. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js.map +0 -0
  144. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.d.ts +0 -0
  145. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.d.ts.map +0 -0
  146. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js +0 -0
  147. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js.map +0 -0
  148. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts +0 -0
  149. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts.map +0 -0
  150. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +0 -0
  151. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +0 -0
  152. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.d.ts +0 -0
  153. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.d.ts.map +0 -0
  154. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js +0 -0
  155. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js.map +0 -0
  156. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts +0 -0
  157. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts.map +0 -0
  158. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js +0 -0
  159. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js.map +0 -0
  160. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.d.ts +0 -0
  161. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.d.ts.map +0 -0
  162. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.js +0 -0
  163. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/imageCaptcha.js.map +0 -0
  164. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.d.ts +0 -0
  165. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.d.ts.map +0 -0
  166. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.js +0 -0
  167. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/powCaptcha.js.map +0 -0
  168. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts +0 -0
  169. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts.map +0 -0
  170. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js +0 -0
  171. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js.map +0 -0
  172. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +0 -0
  173. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts +0 -0
  174. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts.map +0 -0
  175. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js +0 -0
  176. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +0 -0
  177. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts +0 -0
  178. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts.map +0 -0
  179. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js +0 -0
  180. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js.map +0 -0
  181. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts +0 -0
  182. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js +0 -0
  183. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts +0 -0
  184. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts.map +0 -0
  185. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js +0 -0
  186. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js.map +0 -0
  187. /package/dist/{bundle/components.d.ts → components.d.ts} +0 -0
  188. /package/dist/{bundle/index.d.ts → index.d.ts} +0 -0
  189. /package/dist/{bundle/tests → tests}/util/captchaType.test.d.ts +0 -0
  190. /package/dist/{bundle/tests → tests}/util/config.test.d.ts +0 -0
  191. /package/dist/{bundle/tests → tests}/util/renderLogic.test.d.ts +0 -0
  192. /package/dist/{bundle/util → util}/captcha/captchaComponentProvider.d.ts +0 -0
  193. /package/dist/{bundle/util → util}/captcha/captchaComponentsList.d.ts +0 -0
  194. /package/dist/{bundle/util → util}/captcha/captchaProps.d.ts +0 -0
  195. /package/dist/{bundle/util → util}/captcha/captchaRenderer.d.ts +0 -0
  196. /package/dist/{bundle/util → util}/captcha/captchaType.d.ts +0 -0
  197. /package/dist/{bundle/util → util}/captcha/components/frictionlessCaptcha.d.ts +0 -0
  198. /package/dist/{bundle/util → util}/captcha/components/imageCaptcha.d.ts +0 -0
  199. /package/dist/{bundle/util → util}/captcha/components/powCaptcha.d.ts +0 -0
  200. /package/dist/{bundle/util → util}/config.d.ts +0 -0
  201. /package/dist/{bundle/util → util}/configCreator.d.ts +0 -0
  202. /package/dist/{bundle/util → util}/language.d.ts +0 -0
  203. /package/dist/{bundle/util → util}/timeout.d.ts +0 -0
  204. /package/dist/{bundle/util → util}/widgetFactory.d.ts +0 -0
  205. /package/dist/{bundle/util → util}/widgetThemeResolver.d.ts +0 -0
@@ -1,10 +1,10 @@
1
- import { h as ce, j as C, E as le, a as ue, s as de, w as Se, T as Pe, u as Tt, i as we, r as xe, b as Ce, g as Te } from "./emotion-element-c39617d8.browser.esm-BNNnmykm.js";
2
- import { r as m, c as w, A as i, S as Ee, d as ke, e as q, U as Ae, R as Ie, l as Oe, P as Re, C as N } from "./web2Chunk-CNoojUDK.js";
3
- import { g as je, W as Ne, l as _e, d as Fe } from "./index-IgqrmVIs.js";
4
- import { g as It } from "./bnChunk-DRlDxTFg.js";
5
- import { a as Y } from "./commonChunk-BjvuHlB1.js";
6
- import { z as I } from "./zodChunk-aEfPZzrp.js";
7
- const Me = I.object({
1
+ import { h as ie, j as C, E as ce, a as le, s as ue, w as be, T as Se, u as kt, i as Pe, r as we, b as xe, g as Ce } from "./emotion-element-c39617d8.browser.esm-DG1XhEZ1.js";
2
+ import { r as h, c as w, A as i, S as Te, d as Ee, e as N, U as ke, R as Ae, T as Ie, l as Oe, P as Re, C as M } from "./web2Chunk-BGN6Hv-C.js";
3
+ import { g as je, W as Ne, l as Me, d as _e } from "./index-Calnfnac.js";
4
+ import { g as Rt } from "./bnChunk-DRlDxTFg.js";
5
+ import { a as Y } from "./commonChunk-PB26mndo.js";
6
+ import { z as I } from "./zodChunk-CaINhWMQ.js";
7
+ const Fe = I.object({
8
8
  address: I.string(),
9
9
  url: I.string(),
10
10
  datasetId: I.string(),
@@ -12,26 +12,17 @@ const Me = I.object({
12
12
  const t = Math.round(e);
13
13
  return Math.max(1, Math.min(100, t));
14
14
  })
15
- }), re = (e) => Object.values(e).map(
16
- (r) => Me.parse(r)
17
- ).sort((r, o) => r.url.localeCompare(o.url)), $e = async (e) => {
18
- if (e === "production") {
19
- const t = await fetch(
20
- "https://provider-list.prosopo.io/",
21
- {
22
- method: "GET",
23
- mode: "cors"
24
- }
25
- ).then((r) => r.json());
26
- return re(t);
27
- }
28
- if (e === "staging") {
29
- const t = await fetch(
30
- "https://provider-list.prosopo.io/staging.json",
31
- { method: "GET", mode: "cors" }
32
- ).then((r) => r.json());
33
- return re(t);
34
- }
15
+ }), $e = (e) => Object.values(e).map(
16
+ (r) => Fe.parse(r)
17
+ ).sort((r, o) => r.url.localeCompare(o.url)), De = (e) => {
18
+ if (e === "production")
19
+ return "https://provider-list.prosopo.io/";
20
+ if (e === "staging")
21
+ return "https://provider-list.prosopo.io/staging.json";
22
+ throw new Y("CONFIG.UNKNOWN_ENVIRONMENT", {
23
+ context: { environment: e }
24
+ });
25
+ }, He = async (e) => {
35
26
  if (e === "development")
36
27
  return [
37
28
  {
@@ -41,12 +32,17 @@ const Me = I.object({
41
32
  weight: 1
42
33
  }
43
34
  ];
44
- throw new Y("CONFIG.UNKNOWN_ENVIRONMENT", {
45
- context: { environment: e }
46
- });
35
+ const t = await fetch(
36
+ De(e),
37
+ {
38
+ method: "GET",
39
+ mode: "cors"
40
+ }
41
+ ).then((r) => r.json());
42
+ return $e(t);
47
43
  };
48
44
  let B = [];
49
- function De(e, t) {
45
+ function Le(e, t) {
50
46
  if (e.length === 0)
51
47
  throw new Error("No providers available");
52
48
  const r = e.reduce((n, d) => n + d.weight, 0), o = t % r;
@@ -59,9 +55,9 @@ function De(e, t) {
59
55
  throw new Error("No providers available");
60
56
  return s;
61
57
  }
62
- const pe = async (e, t) => {
63
- B.length === 0 && (B = await $e(e));
64
- const r = De(B, t);
58
+ const de = async (e, t) => {
59
+ B.length === 0 && (B = await He(e));
60
+ const r = Le(B, t);
65
61
  return {
66
62
  providerAccount: r.address,
67
63
  provider: {
@@ -69,10 +65,10 @@ const pe = async (e, t) => {
69
65
  datasetId: r.datasetId
70
66
  }
71
67
  };
72
- }, jt = async (e) => {
68
+ }, Mt = async (e) => {
73
69
  const r = window.crypto.getRandomValues(new Uint8Array(10)).reduce((o, a) => o + a, 0);
74
- return await pe(e, r);
75
- }, Le = async (e, t, r, o, a) => {
70
+ return await de(e, r);
71
+ }, Ue = async (e, t, r, o, a) => {
76
72
  try {
77
73
  await e();
78
74
  } catch (s) {
@@ -85,18 +81,18 @@ const pe = async (e, t) => {
85
81
  }, _ = (e) => ({
86
82
  ...je(void 0),
87
83
  ...e
88
- }), Ue = async (e) => e ? (await import("./web2Chunk-CNoojUDK.js").then((t) => t.m)).default : (await import("./web3Chunk-BlYvY4Ea.js")).default;
89
- function V() {
90
- return V = Object.assign ? Object.assign.bind() : function(e) {
84
+ }), ze = async (e) => e ? (await import("./web2Chunk-BGN6Hv-C.js").then((t) => t.m)).default : (await import("./web3Chunk-BIX2T9Eo.js")).default;
85
+ function G() {
86
+ return G = Object.assign ? Object.assign.bind() : function(e) {
91
87
  for (var t = 1; t < arguments.length; t++) {
92
88
  var r = arguments[t];
93
89
  for (var o in r) ({}).hasOwnProperty.call(r, o) && (e[o] = r[o]);
94
90
  }
95
91
  return e;
96
- }, V.apply(null, arguments);
92
+ }, G.apply(null, arguments);
97
93
  }
98
- var fe = { exports: {} }, c = {};
99
- var p = typeof Symbol == "function" && Symbol.for, J = p ? Symbol.for("react.element") : 60103, Z = p ? Symbol.for("react.portal") : 60106, F = p ? Symbol.for("react.fragment") : 60107, M = p ? Symbol.for("react.strict_mode") : 60108, $ = p ? Symbol.for("react.profiler") : 60114, D = p ? Symbol.for("react.provider") : 60109, L = p ? Symbol.for("react.context") : 60110, Q = p ? Symbol.for("react.async_mode") : 60111, U = p ? Symbol.for("react.concurrent_mode") : 60111, z = p ? Symbol.for("react.forward_ref") : 60112, H = p ? Symbol.for("react.suspense") : 60113, ze = p ? Symbol.for("react.suspense_list") : 60120, K = p ? Symbol.for("react.memo") : 60115, W = p ? Symbol.for("react.lazy") : 60116, He = p ? Symbol.for("react.block") : 60121, Ke = p ? Symbol.for("react.fundamental") : 60117, We = p ? Symbol.for("react.responder") : 60118, qe = p ? Symbol.for("react.scope") : 60119;
94
+ var pe = { exports: {} }, c = {};
95
+ var p = typeof Symbol == "function" && Symbol.for, J = p ? Symbol.for("react.element") : 60103, Z = p ? Symbol.for("react.portal") : 60106, F = p ? Symbol.for("react.fragment") : 60107, $ = p ? Symbol.for("react.strict_mode") : 60108, D = p ? Symbol.for("react.profiler") : 60114, H = p ? Symbol.for("react.provider") : 60109, L = p ? Symbol.for("react.context") : 60110, Q = p ? Symbol.for("react.async_mode") : 60111, U = p ? Symbol.for("react.concurrent_mode") : 60111, z = p ? Symbol.for("react.forward_ref") : 60112, K = p ? Symbol.for("react.suspense") : 60113, Ke = p ? Symbol.for("react.suspense_list") : 60120, W = p ? Symbol.for("react.memo") : 60115, q = p ? Symbol.for("react.lazy") : 60116, We = p ? Symbol.for("react.block") : 60121, qe = p ? Symbol.for("react.fundamental") : 60117, Be = p ? Symbol.for("react.responder") : 60118, Ve = p ? Symbol.for("react.scope") : 60119;
100
96
  function v(e) {
101
97
  if (typeof e == "object" && e !== null) {
102
98
  var t = e.$$typeof;
@@ -106,17 +102,17 @@ function v(e) {
106
102
  case Q:
107
103
  case U:
108
104
  case F:
105
+ case D:
109
106
  case $:
110
- case M:
111
- case H:
107
+ case K:
112
108
  return e;
113
109
  default:
114
110
  switch (e = e && e.$$typeof, e) {
115
111
  case L:
116
112
  case z:
113
+ case q:
117
114
  case W:
118
- case K:
119
- case D:
115
+ case H:
120
116
  return e;
121
117
  default:
122
118
  return t;
@@ -127,31 +123,31 @@ function v(e) {
127
123
  }
128
124
  }
129
125
  }
130
- function me(e) {
126
+ function fe(e) {
131
127
  return v(e) === U;
132
128
  }
133
129
  c.AsyncMode = Q;
134
130
  c.ConcurrentMode = U;
135
131
  c.ContextConsumer = L;
136
- c.ContextProvider = D;
132
+ c.ContextProvider = H;
137
133
  c.Element = J;
138
134
  c.ForwardRef = z;
139
135
  c.Fragment = F;
140
- c.Lazy = W;
141
- c.Memo = K;
136
+ c.Lazy = q;
137
+ c.Memo = W;
142
138
  c.Portal = Z;
143
- c.Profiler = $;
144
- c.StrictMode = M;
145
- c.Suspense = H;
139
+ c.Profiler = D;
140
+ c.StrictMode = $;
141
+ c.Suspense = K;
146
142
  c.isAsyncMode = function(e) {
147
- return me(e) || v(e) === Q;
143
+ return fe(e) || v(e) === Q;
148
144
  };
149
- c.isConcurrentMode = me;
145
+ c.isConcurrentMode = fe;
150
146
  c.isContextConsumer = function(e) {
151
147
  return v(e) === L;
152
148
  };
153
149
  c.isContextProvider = function(e) {
154
- return v(e) === D;
150
+ return v(e) === H;
155
151
  };
156
152
  c.isElement = function(e) {
157
153
  return typeof e == "object" && e !== null && e.$$typeof === J;
@@ -163,76 +159,76 @@ c.isFragment = function(e) {
163
159
  return v(e) === F;
164
160
  };
165
161
  c.isLazy = function(e) {
166
- return v(e) === W;
162
+ return v(e) === q;
167
163
  };
168
164
  c.isMemo = function(e) {
169
- return v(e) === K;
165
+ return v(e) === W;
170
166
  };
171
167
  c.isPortal = function(e) {
172
168
  return v(e) === Z;
173
169
  };
174
170
  c.isProfiler = function(e) {
175
- return v(e) === $;
171
+ return v(e) === D;
176
172
  };
177
173
  c.isStrictMode = function(e) {
178
- return v(e) === M;
174
+ return v(e) === $;
179
175
  };
180
176
  c.isSuspense = function(e) {
181
- return v(e) === H;
177
+ return v(e) === K;
182
178
  };
183
179
  c.isValidElementType = function(e) {
184
- return typeof e == "string" || typeof e == "function" || e === F || e === U || e === $ || e === M || e === H || e === ze || typeof e == "object" && e !== null && (e.$$typeof === W || e.$$typeof === K || e.$$typeof === D || e.$$typeof === L || e.$$typeof === z || e.$$typeof === Ke || e.$$typeof === We || e.$$typeof === qe || e.$$typeof === He);
180
+ return typeof e == "string" || typeof e == "function" || e === F || e === U || e === D || e === $ || e === K || e === Ke || typeof e == "object" && e !== null && (e.$$typeof === q || e.$$typeof === W || e.$$typeof === H || e.$$typeof === L || e.$$typeof === z || e.$$typeof === qe || e.$$typeof === Be || e.$$typeof === Ve || e.$$typeof === We);
185
181
  };
186
182
  c.typeOf = v;
187
- fe.exports = c;
188
- var Be = fe.exports, he = Be;
189
- var Ge = {
183
+ pe.exports = c;
184
+ var Ge = pe.exports, he = Ge;
185
+ var Xe = {
190
186
  $$typeof: !0,
191
187
  render: !0,
192
188
  defaultProps: !0,
193
189
  displayName: !0,
194
190
  propTypes: !0
195
- }, Ve = {
191
+ }, Ye = {
196
192
  $$typeof: !0,
197
193
  compare: !0,
198
194
  defaultProps: !0,
199
195
  displayName: !0,
200
196
  propTypes: !0,
201
197
  type: !0
202
- }, ge = {};
203
- ge[he.ForwardRef] = Ge;
204
- ge[he.Memo] = Ve;
205
- var Nt = Object.prototype;
198
+ }, me = {};
199
+ me[he.ForwardRef] = Xe;
200
+ me[he.Memo] = Ye;
201
+ var _t = Object.prototype;
206
202
  function S(e, t, r) {
207
- return ce.call(t, "css") ? C.jsx(le, ue(e, t), r) : C.jsx(e, t, r);
203
+ return ie.call(t, "css") ? C.jsx(ce, le(e, t), r) : C.jsx(e, t, r);
208
204
  }
209
- function Xe(e, t, r) {
210
- return ce.call(t, "css") ? C.jsxs(le, ue(e, t), r) : C.jsxs(e, t, r);
205
+ function Je(e, t, r) {
206
+ return ie.call(t, "css") ? C.jsxs(ce, le(e, t), r) : C.jsxs(e, t, r);
211
207
  }
212
- function Ye() {
208
+ function Ze() {
213
209
  for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++)
214
210
  t[r] = arguments[r];
215
- return de(t);
211
+ return ue(t);
216
212
  }
217
- function Je(e) {
213
+ function Qe(e) {
218
214
  var t = /* @__PURE__ */ Object.create(null);
219
215
  return function(r) {
220
216
  return t[r] === void 0 && (t[r] = e(r)), t[r];
221
217
  };
222
218
  }
223
- var Ze = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, Qe = /* @__PURE__ */ Je(
219
+ var et = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, tt = /* @__PURE__ */ Qe(
224
220
  function(e) {
225
- return Ze.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
221
+ return et.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
226
222
  }
227
223
  /* Z+1 */
228
- ), et = Qe, tt = function(t) {
224
+ ), rt = tt, ot = function(t) {
229
225
  return t !== "theme";
230
- }, oe = function(t) {
226
+ }, re = function(t) {
231
227
  return typeof t == "string" && // 96 is one less than the char code
232
228
  // for "a" so this is checking that
233
229
  // it's a lowercase character
234
- t.charCodeAt(0) > 96 ? et : tt;
235
- }, ae = function(t, r, o) {
230
+ t.charCodeAt(0) > 96 ? rt : ot;
231
+ }, oe = function(t, r, o) {
236
232
  var a;
237
233
  if (r) {
238
234
  var s = r.shouldForwardProp;
@@ -241,15 +237,15 @@ var Ze = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
241
237
  } : s;
242
238
  }
243
239
  return typeof a != "function" && o && (a = t.__emotion_forwardProp), a;
244
- }, rt = function(t) {
240
+ }, at = function(t) {
245
241
  var r = t.cache, o = t.serialized, a = t.isStringTag;
246
- return xe(r, o, a), Ce(function() {
247
- return we(r, o, a);
242
+ return we(r, o, a), xe(function() {
243
+ return Pe(r, o, a);
248
244
  }), null;
249
- }, ot = function e(t, r) {
245
+ }, nt = function e(t, r) {
250
246
  var o = t.__emotion_real === t, a = o && t.__emotion_base || t, s, n;
251
247
  r !== void 0 && (s = r.label, n = r.target);
252
- var d = ae(t, r, o), y = d || oe(a), h = !y("as");
248
+ var d = oe(t, r, o), y = d || re(a), m = !y("as");
253
249
  return function() {
254
250
  var b = arguments, f = o && t.__emotion_styles !== void 0 ? t.__emotion_styles.slice(0) : [];
255
251
  if (s !== void 0 && f.push("label:" + s + ";"), b[0] == null || b[0].raw === void 0)
@@ -259,38 +255,38 @@ var Ze = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
259
255
  for (var g = b.length, T = 1; T < g; T++)
260
256
  f.push(b[T], b[0][T]);
261
257
  }
262
- var u = Se(function(l, P, O) {
263
- var k = h && l.as || a, x = "", A = [], E = l;
258
+ var u = be(function(l, P, O) {
259
+ var k = m && l.as || a, x = "", A = [], E = l;
264
260
  if (l.theme == null) {
265
261
  E = {};
266
262
  for (var ee in l)
267
263
  E[ee] = l[ee];
268
- E.theme = m.useContext(Pe);
264
+ E.theme = h.useContext(Se);
269
265
  }
270
- typeof l.className == "string" ? x = Te(P.registered, A, l.className) : l.className != null && (x = l.className + " ");
271
- var te = de(f.concat(A), P.registered, E);
266
+ typeof l.className == "string" ? x = Ce(P.registered, A, l.className) : l.className != null && (x = l.className + " ");
267
+ var te = ue(f.concat(A), P.registered, E);
272
268
  x += P.key + "-" + te.name, n !== void 0 && (x += " " + n);
273
- var be = h && d === void 0 ? oe(k) : y, R = {};
269
+ var ve = m && d === void 0 ? re(k) : y, R = {};
274
270
  for (var j in l)
275
- h && j === "as" || // $FlowFixMe
276
- be(j) && (R[j] = l[j]);
277
- return R.className = x, R.ref = O, /* @__PURE__ */ m.createElement(m.Fragment, null, /* @__PURE__ */ m.createElement(rt, {
271
+ m && j === "as" || // $FlowFixMe
272
+ ve(j) && (R[j] = l[j]);
273
+ return R.className = x, R.ref = O, /* @__PURE__ */ h.createElement(h.Fragment, null, /* @__PURE__ */ h.createElement(at, {
278
274
  cache: P,
279
275
  serialized: te,
280
276
  isStringTag: typeof k == "string"
281
- }), /* @__PURE__ */ m.createElement(k, R));
277
+ }), /* @__PURE__ */ h.createElement(k, R));
282
278
  });
283
279
  return u.displayName = s !== void 0 ? s : "Styled(" + (typeof a == "string" ? a : a.displayName || a.name || "Component") + ")", u.defaultProps = t.defaultProps, u.__emotion_real = u, u.__emotion_base = a, u.__emotion_styles = f, u.__emotion_forwardProp = d, Object.defineProperty(u, "toString", {
284
280
  value: function() {
285
281
  return "." + n;
286
282
  }
287
283
  }), u.withComponent = function(l, P) {
288
- return e(l, V({}, r, P, {
289
- shouldForwardProp: ae(u, P, !0)
284
+ return e(l, G({}, r, P, {
285
+ shouldForwardProp: oe(u, P, !0)
290
286
  })).apply(void 0, f);
291
287
  }, u;
292
288
  };
293
- }, at = [
289
+ }, st = [
294
290
  "a",
295
291
  "abbr",
296
292
  "address",
@@ -426,18 +422,18 @@ var Ze = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
426
422
  "svg",
427
423
  "text",
428
424
  "tspan"
429
- ], X = ot.bind();
430
- at.forEach(function(e) {
425
+ ], X = nt.bind();
426
+ st.forEach(function(e) {
431
427
  X[e] = X(e);
432
428
  });
433
- const nt = Ye`{
429
+ const it = Ze`{
434
430
  &:before {
435
431
  content: '""';
436
432
  position: absolute;
437
433
  height: 100%;
438
434
  width: 100%;
439
435
  }
440
- }`, st = {
436
+ }`, ct = {
441
437
  width: "28px",
442
438
  height: "28px",
443
439
  minWidth: "14px",
@@ -451,10 +447,10 @@ const nt = Ye`{
451
447
  margin: "0",
452
448
  borderStyle: "solid",
453
449
  borderWidth: "1px"
454
- }, ne = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", it = "https://docs.prosopo.io/en/basics/faq/", ct = () => Array.from(
450
+ }, ae = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", lt = "https://docs.prosopo.io/en/basics/faq/", ut = () => Array.from(
455
451
  { length: 8 },
456
- () => ne[Math.floor(Math.random() * ne.length)]
457
- ).join(""), lt = ({
452
+ () => ae[Math.floor(Math.random() * ae.length)]
453
+ ).join(""), dt = ({
458
454
  theme: e,
459
455
  onChange: t,
460
456
  checked: r,
@@ -463,9 +459,9 @@ const nt = Ye`{
463
459
  loading: s
464
460
  }) => {
465
461
  const n = {
466
- ...st,
462
+ ...ct,
467
463
  border: `1px solid ${e.palette.background.contrastText}`
468
- }, [d, y] = m.useState(!1), h = X.label`
464
+ }, [d, y] = h.useState(!1), m = X.label`
469
465
  color: ${e.palette.background.contrastText};
470
466
  position: relative;
471
467
  display: flex;
@@ -484,7 +480,7 @@ const nt = Ye`{
484
480
  @container widget (min-width: 270px) {
485
481
  font-size: 16px;
486
482
  }
487
- `, b = m.useMemo(() => ({
483
+ `, b = h.useMemo(() => ({
488
484
  ...n,
489
485
  borderColor: d ? e.palette.background.contrastText : e.palette.border,
490
486
  appearance: r ? "auto" : "none",
@@ -492,8 +488,8 @@ const nt = Ye`{
492
488
  margin: "15px",
493
489
  minWidth: "28px",
494
490
  minHeight: "28px"
495
- }), [d, e, r]), f = ct();
496
- return /* @__PURE__ */ Xe(
491
+ }), [d, e, r]), f = ut();
492
+ return /* @__PURE__ */ Je(
497
493
  "span",
498
494
  {
499
495
  style: {
@@ -515,7 +511,7 @@ const nt = Ye`{
515
511
  id: f,
516
512
  onMouseEnter: () => y(!0),
517
513
  onMouseLeave: () => y(!1),
518
- css: nt,
514
+ css: it,
519
515
  type: "checkbox",
520
516
  "aria-live": "assertive",
521
517
  "aria-label": o,
@@ -532,26 +528,26 @@ const nt = Ye`{
532
528
  "data-cy": "captcha-checkbox"
533
529
  }
534
530
  ),
535
- a ? /* @__PURE__ */ S(h, { htmFor: f, children: /* @__PURE__ */ S(
531
+ a ? /* @__PURE__ */ S(m, { htmFor: f, children: /* @__PURE__ */ S(
536
532
  "a",
537
533
  {
538
534
  css: {
539
535
  color: e.palette.error.main
540
536
  },
541
- href: it,
537
+ href: lt,
542
538
  children: a
543
539
  }
544
- ) }) : /* @__PURE__ */ S(h, { htmFor: f, children: o })
540
+ ) }) : /* @__PURE__ */ S(m, { htmFor: f, children: o })
545
541
  ]
546
542
  }
547
543
  );
548
544
  };
549
- class G extends Error {
545
+ class V extends Error {
550
546
  constructor(t, r, o) {
551
547
  super(`HTTP error! status: ${t} (${r}) for URL: ${o}`), this.status = t, this.statusText = r, this.url = o, this.name = "HttpError";
552
548
  }
553
549
  }
554
- class ut {
550
+ class pt {
555
551
  constructor(t, r = "") {
556
552
  this.baseURL = t + r;
557
553
  }
@@ -561,7 +557,7 @@ class ut {
561
557
  const a = await fetch(this.baseURL + t, r);
562
558
  if (!a.ok && // Only throw an error if the response is not JSON and not a 400 error
563
559
  a.status !== 400 && !((o = a.headers.get("content-type")) != null && o.includes("application/json")))
564
- throw new G(a.status, a.statusText, a.url);
560
+ throw new V(a.status, a.statusText, a.url);
565
561
  return this.responseHandler(a);
566
562
  } catch (a) {
567
563
  return this.errorHandler(a);
@@ -582,7 +578,7 @@ class ut {
582
578
  });
583
579
  if (!n.ok && // Only throw an error if the response is not JSON and not a 400 error
584
580
  n.status !== 400 && !((s = n.headers.get("content-type")) != null && s.includes("application/json")))
585
- throw new G(n.status, n.statusText, n.url);
581
+ throw new V(n.status, n.statusText, n.url);
586
582
  return this.responseHandler(n);
587
583
  } catch (n) {
588
584
  return this.errorHandler(n);
@@ -596,16 +592,16 @@ class ut {
596
592
  }
597
593
  }
598
594
  errorHandler(t) {
599
- return t instanceof G ? console.error("HTTP error:", t) : console.error("API request error:", t), Promise.reject(t);
595
+ return t instanceof V ? console.error("HTTP error:", t) : console.error("API request error:", t), Promise.reject(t);
600
596
  }
601
597
  }
602
- class dt extends ut {
598
+ class ft extends pt {
603
599
  constructor(t, r) {
604
600
  const o = t.startsWith("http") ? t : `https://${t}`;
605
601
  super(o), this.account = r;
606
602
  }
607
603
  }
608
- class pt extends dt {
604
+ class ht extends ft {
609
605
  getCaptchaChallenge(t, r, o) {
610
606
  const { provider: a } = r, s = this.account, n = {
611
607
  [i.dapp]: s,
@@ -669,7 +665,7 @@ class pt extends dt {
669
665
  });
670
666
  }
671
667
  submitPowCaptchaSolution(t, r, o, a, s, n) {
672
- const d = Ee.parse({
668
+ const d = Te.parse({
673
669
  [i.challenge]: t.challenge,
674
670
  [i.difficulty]: t.difficulty,
675
671
  [i.timestamp]: t.timestamp,
@@ -691,16 +687,17 @@ class pt extends dt {
691
687
  }
692
688
  });
693
689
  }
694
- getFrictionlessCaptcha(t, r, o) {
695
- const a = {
690
+ getFrictionlessCaptcha(t, r, o, a) {
691
+ const s = {
696
692
  [i.token]: t,
697
- [i.dapp]: r,
698
- [i.user]: o
693
+ [i.headHash]: r,
694
+ [i.dapp]: o,
695
+ [i.user]: a
699
696
  };
700
- return this.post(w.GetFrictionlessCaptchaChallenge, a, {
697
+ return this.post(w.GetFrictionlessCaptchaChallenge, s, {
701
698
  headers: {
702
699
  "Prosopo-Site-Key": this.account,
703
- "Prosopo-User": o
700
+ "Prosopo-User": a
704
701
  }
705
702
  });
706
703
  }
@@ -723,7 +720,7 @@ class pt extends dt {
723
720
  });
724
721
  }
725
722
  getProviderDetails() {
726
- return this.fetch(ke.GetProviderDetails, {
723
+ return this.fetch(Ee.GetProviderDetails, {
727
724
  headers: {
728
725
  "Prosopo-Site-Key": this.account
729
726
  }
@@ -745,7 +742,7 @@ class pt extends dt {
745
742
  }
746
743
  registerSiteKey(t, r, o, a, s) {
747
744
  const n = { siteKey: t, tier: r, settings: o };
748
- return this.post(q.SiteKeyRegister, n, {
745
+ return this.post(N.SiteKeyRegister, n, {
749
746
  headers: {
750
747
  "Prosopo-Site-Key": this.account,
751
748
  timestamp: a,
@@ -755,8 +752,8 @@ class pt extends dt {
755
752
  }
756
753
  updateDetectorKey(t, r, o) {
757
754
  return this.post(
758
- q.UpdateDetectorKey,
759
- Ae.parse({ detectorKey: t }),
755
+ N.UpdateDetectorKey,
756
+ ke.parse({ detectorKey: t }),
760
757
  {
761
758
  headers: {
762
759
  "Prosopo-Site-Key": this.account,
@@ -768,8 +765,8 @@ class pt extends dt {
768
765
  }
769
766
  removeDetectorKey(t, r, o, a) {
770
767
  return this.post(
771
- q.RemoveDetectorKey,
772
- Ie.parse({
768
+ N.RemoveDetectorKey,
769
+ Ae.parse({
773
770
  detectorKey: t,
774
771
  expirationInSeconds: a
775
772
  }),
@@ -782,18 +779,31 @@ class pt extends dt {
782
779
  }
783
780
  );
784
781
  }
782
+ toggleMaintenanceMode(t, r, o) {
783
+ return this.post(
784
+ N.ToggleMaintenanceMode,
785
+ Ie.parse({ enabled: t }),
786
+ {
787
+ headers: {
788
+ "Prosopo-Site-Key": this.account,
789
+ timestamp: r,
790
+ signature: o
791
+ }
792
+ }
793
+ );
794
+ }
785
795
  }
786
- const ft = m.lazy(
787
- async () => import("./ProcaptchaWidget-CJ-4hVS1.js")
788
- ), ye = (e) => /* @__PURE__ */ S(m.Suspense, { children: /* @__PURE__ */ S(
789
- ft,
796
+ const mt = h.lazy(
797
+ async () => import("./ProcaptchaWidget-DsflBBn_.js")
798
+ ), ge = (e) => /* @__PURE__ */ S(h.Suspense, { children: /* @__PURE__ */ S(
799
+ mt,
790
800
  {
791
801
  config: e.config,
792
802
  callbacks: e.callbacks,
793
803
  frictionlessState: e.frictionlessState,
794
804
  i18n: e.i18n
795
805
  }
796
- ) }), mt = m.lazy(async () => import("./ProcaptchaWidget-Cw3s7cGX.js")), ve = (e) => /* @__PURE__ */ S(m.Suspense, { children: /* @__PURE__ */ S(mt, { ...e }) }), ht = async () => (await import("./index-BuQg3Zno.js")).default, gt = async (e, t) => {
806
+ ) }), gt = h.lazy(async () => import("./ProcaptchaWidget-CuMH13Bh.js")), ye = (e) => /* @__PURE__ */ S(h.Suspense, { children: /* @__PURE__ */ S(gt, { ...e }) }), yt = async () => (await import("./index-DU371vQ0.js")).default, vt = async (e, t) => {
797
807
  let r;
798
808
  const o = new Promise((a, s) => {
799
809
  r = setTimeout(() => {
@@ -806,10 +816,10 @@ const ft = m.lazy(
806
816
  } catch (a) {
807
817
  throw r && clearTimeout(r), a;
808
818
  }
809
- }, yt = async (e, t, r) => {
810
- const a = await new (await Ue(e.web2))().getAccount(e), n = await (await ht())(
819
+ }, bt = async (e, t, r) => {
820
+ const a = await new (await ze(e.web2))().getAccount(e), n = await (await yt())(
811
821
  e.defaultEnvironment,
812
- pe,
822
+ de,
813
823
  t,
814
824
  r,
815
825
  a.account.address
@@ -819,12 +829,13 @@ const ft = m.lazy(
819
829
  const d = n.provider;
820
830
  if (!d)
821
831
  throw new Error("Provider Selection Failed");
822
- const y = new pt(
832
+ const y = new ht(
823
833
  d.provider.url,
824
834
  e.account.address
825
- ), h = await gt(
835
+ ), m = await vt(
826
836
  y.getFrictionlessCaptcha(
827
837
  n.token,
838
+ n.encryptHeadHash,
828
839
  e.account.address,
829
840
  a.account.address
830
841
  ),
@@ -832,17 +843,17 @@ const ft = m.lazy(
832
843
  // 10 second timeout
833
844
  );
834
845
  return {
835
- captchaType: h.captchaType,
836
- sessionId: h.sessionId,
846
+ captchaType: m.captchaType,
847
+ sessionId: m.sessionId,
837
848
  provider: d,
838
- status: h.status,
849
+ status: m.status,
839
850
  userAccount: a,
840
- error: h.error
851
+ error: m.error
841
852
  };
842
- }, se = (e, t, r, o, a, s) => {
843
- const n = e === "light" ? _e : Fe;
853
+ }, ne = (e, t, r, o, a, s) => {
854
+ const n = e === "light" ? Me : _e;
844
855
  return t === "invisible" ? null : /* @__PURE__ */ S(
845
- lt,
856
+ dt,
846
857
  {
847
858
  theme: n,
848
859
  onChange: async () => {
@@ -854,25 +865,25 @@ const ft = m.lazy(
854
865
  loading: s
855
866
  }
856
867
  );
857
- }, ie = (e) => ({
868
+ }, se = (e) => ({
858
869
  loading: !1,
859
870
  attemptCount: e || 0
860
- }), vt = ({
871
+ }), St = ({
861
872
  config: e,
862
873
  callbacks: t,
863
874
  restart: r,
864
875
  i18n: o,
865
- detectBot: a = yt,
876
+ detectBot: a = bt,
866
877
  container: s
867
878
  }) => {
868
- const n = m.useRef(ie(0)), d = _(t);
869
- m.useEffect(() => {
879
+ const n = h.useRef(se(0)), d = _(t);
880
+ h.useEffect(() => {
870
881
  e.language && (o ? o.language !== e.language && o.changeLanguage(e.language).then((u) => u) : Oe().then((u) => {
871
882
  u.language !== e.language && u.changeLanguage(e.language).then((l) => l);
872
883
  }));
873
884
  }, [o, e.language]);
874
- const [y, h] = m.useState(
875
- se(
885
+ const [y, m] = h.useState(
886
+ ne(
876
887
  e.theme,
877
888
  e.mode,
878
889
  n.current.errorMessage,
@@ -881,14 +892,14 @@ const ft = m.lazy(
881
892
  !0
882
893
  )
883
894
  ), b = (u) => {
884
- n.current = ie(
895
+ n.current = se(
885
896
  u || n.current.attemptCount
886
897
  );
887
898
  }, f = (u, l) => {
888
899
  l === "CAPTCHA.NO_SESSION_FOUND" && setTimeout(() => {
889
900
  g();
890
- }, 0), h(
891
- se(
901
+ }, 0), m(
902
+ ne(
892
903
  e.theme,
893
904
  e.mode,
894
905
  u || "Cannot load CAPTCHA",
@@ -902,7 +913,7 @@ const ft = m.lazy(
902
913
  b(0), d.onReset(), r();
903
914
  }, 1e4);
904
915
  }, T = async () => {
905
- await Le(
916
+ await Ue(
906
917
  async () => {
907
918
  var O, k, x, A, E;
908
919
  n.current.attemptCount += 1;
@@ -922,9 +933,9 @@ const ft = m.lazy(
922
933
  restart: r
923
934
  // Pass restart function
924
935
  };
925
- l.captchaType === "image" ? h(
936
+ l.captchaType === "image" ? m(
926
937
  /* @__PURE__ */ S(
927
- ve,
938
+ ye,
928
939
  {
929
940
  config: e,
930
941
  callbacks: t,
@@ -932,9 +943,9 @@ const ft = m.lazy(
932
943
  i18n: o
933
944
  }
934
945
  )
935
- ) : (h(
946
+ ) : (m(
936
947
  /* @__PURE__ */ S(
937
- ye,
948
+ ge,
938
949
  {
939
950
  config: e,
940
951
  callbacks: t,
@@ -955,48 +966,48 @@ const ft = m.lazy(
955
966
  n.current.attemptCount >= 5 && (f(), g());
956
967
  });
957
968
  };
958
- return m.useEffect(() => {
969
+ return h.useEffect(() => {
959
970
  (async () => {
960
971
  await T();
961
972
  })();
962
973
  }, [e, t, a, e.language]), y;
963
- }, bt = (e) => {
964
- const { config: t, callbacks: r, i18n: o, container: a } = e, [s, n] = m.useState(0), d = () => {
974
+ }, Pt = (e) => {
975
+ const { config: t, callbacks: r, i18n: o, container: a } = e, [s, n] = h.useState(0), d = () => {
965
976
  n((y) => y + 1);
966
977
  };
967
- return C.jsx(vt, { config: t, callbacks: _(r), restart: d, i18n: o, container: a }, s);
968
- }, St = (e) => {
969
- const { config: t, callbacks: r, i18n: o } = e;
970
- return C.jsx(ve, { config: t, callbacks: _(r), i18n: o });
971
- }, Pt = (e) => {
978
+ return C.jsx(St, { config: t, callbacks: _(r), restart: d, i18n: o, container: a }, s);
979
+ }, wt = (e) => {
972
980
  const { config: t, callbacks: r, i18n: o } = e;
973
981
  return C.jsx(ye, { config: t, callbacks: _(r), i18n: o });
974
- }, wt = {
975
- [N.image]: St,
976
- [N.pow]: Pt,
977
- [N.frictionless]: bt
982
+ }, xt = (e) => {
983
+ const { config: t, callbacks: r, i18n: o } = e;
984
+ return C.jsx(ge, { config: t, callbacks: _(r), i18n: o });
985
+ }, Ct = {
986
+ [M.image]: wt,
987
+ [M.pow]: xt,
988
+ [M.frictionless]: Pt
978
989
  };
979
- class xt {
990
+ class Tt {
980
991
  getCaptchaComponent(t, r) {
981
- if (t === N.invisible)
992
+ if (t === M.invisible)
982
993
  throw new Error("Not Implemented");
983
- const o = wt[t];
994
+ const o = Ct[t];
984
995
  return "rendering ".concat(t), C.jsx(o, { config: r.config, callbacks: r.callbacks, i18n: r.i18n, container: r.container });
985
996
  }
986
997
  }
987
- const _t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
998
+ const Ft = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
988
999
  __proto__: null,
989
- CaptchaComponentProvider: xt
1000
+ CaptchaComponentProvider: Tt
990
1001
  }, Symbol.toStringTag, { value: "Module" }));
991
1002
  export {
992
- lt as C,
993
- Ue as E,
994
- pt as P,
995
- Xe as a,
996
- jt as b,
997
- Ye as c,
998
- _t as d,
1003
+ dt as C,
1004
+ ze as E,
1005
+ ht as P,
1006
+ Je as a,
1007
+ Mt as b,
1008
+ Ze as c,
1009
+ Ft as d,
999
1010
  _ as g,
1000
1011
  S as j,
1001
- Le as p
1012
+ Ue as p
1002
1013
  };