@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.
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.js +10 -1
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +1 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts +2 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js +32 -0
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js.map +1 -0
- 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
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js +0 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js.map +1 -1
- 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
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +1 -1
- package/CHANGELOG.md +93 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/clover.xml +599 -0
- package/coverage/coverage-final.json +17 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +161 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +210 -0
- package/coverage/src/components.ts.html +139 -0
- package/coverage/src/index.html +131 -0
- package/coverage/src/index.ts.html +844 -0
- package/coverage/src/util/captcha/captchaComponentProvider.tsx.html +214 -0
- package/coverage/src/util/captcha/captchaComponentsList.ts.html +178 -0
- package/coverage/src/util/captcha/captchaProps.ts.html +166 -0
- package/coverage/src/util/captcha/captchaRenderer.tsx.html +481 -0
- package/coverage/src/util/captcha/captchaType.ts.html +181 -0
- package/coverage/src/util/captcha/components/frictionlessCaptcha.tsx.html +205 -0
- package/coverage/src/util/captcha/components/imageCaptcha.tsx.html +178 -0
- package/coverage/src/util/captcha/components/index.html +146 -0
- package/coverage/src/util/captcha/components/powCaptcha.tsx.html +178 -0
- package/coverage/src/util/captcha/index.html +176 -0
- package/coverage/src/util/config.ts.html +172 -0
- package/coverage/src/util/configCreator.ts.html +241 -0
- package/coverage/src/util/index.html +191 -0
- package/coverage/src/util/language.ts.html +244 -0
- package/coverage/src/util/timeout.ts.html +214 -0
- package/coverage/src/util/widgetFactory.ts.html +532 -0
- package/coverage/src/util/widgetThemeResolver.ts.html +205 -0
- package/dist/bundle/{ProcaptchaWidget-Cw3s7cGX.js → ProcaptchaWidget-CuMH13Bh.js} +85 -87
- package/dist/bundle/{ProcaptchaWidget-CJ-4hVS1.js → ProcaptchaWidget-DsflBBn_.js} +5 -5
- package/dist/bundle/{browser-ponyfill-CvzSbL_o.js → browser-ponyfill-DXriyH6D.js} +4 -4
- package/dist/bundle/{captchaComponentProvider-Cn75EmSH.js → captchaComponentProvider-D02Su4nd.js} +205 -194
- package/dist/bundle/{captchaRenderer-s4QuLEen.js → captchaRenderer-BV-WgbEA.js} +17 -18
- package/dist/bundle/{commonChunk-BjvuHlB1.js → commonChunk-PB26mndo.js} +37 -34
- package/dist/bundle/{emotion-element-c39617d8.browser.esm-BNNnmykm.js → emotion-element-c39617d8.browser.esm-DG1XhEZ1.js} +3 -3
- package/dist/bundle/{index-DIdd2cUz.js → index-B9KeZfID.js} +3 -3
- package/dist/bundle/{index-IgqrmVIs.js → index-Calnfnac.js} +67 -59
- package/dist/bundle/index-DU371vQ0.js +1634 -0
- package/dist/bundle/index.d.ts.map +1 -1
- package/dist/bundle/procaptcha.bundle.js +2 -2
- package/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
- package/dist/bundle/util/configCreator.d.ts.map +1 -1
- package/dist/bundle/util/widgetFactory.d.ts.map +1 -1
- package/dist/bundle/{utilChunk-DPr6oTOj.js → utilChunk-WRTGKXbU.js} +109 -102
- package/dist/bundle/{utilCryptoChunk-D6ZLkbFV.js → utilCryptoChunk-B4ZdOwus.js} +1 -1
- package/dist/bundle/{web2Chunk-CNoojUDK.js → web2Chunk-BGN6Hv-C.js} +273 -268
- package/dist/bundle/{web3Chunk-BlYvY4Ea.js → web3Chunk-BIX2T9Eo.js} +6 -6
- package/dist/bundle/{zodChunk-aEfPZzrp.js → zodChunk-CaINhWMQ.js} +8 -8
- package/dist/cjs/index.cjs +10 -1
- package/dist/cjs/util/configCreator.cjs +0 -1
- package/dist/components.d.ts.map +1 -0
- package/dist/components.js +5 -0
- package/dist/components.js.map +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -0
- package/dist/tests/procaptchaReady.unit.test.d.ts +2 -0
- package/dist/tests/procaptchaReady.unit.test.d.ts.map +1 -0
- package/dist/tests/procaptchaReady.unit.test.js +32 -0
- package/dist/tests/procaptchaReady.unit.test.js.map +1 -0
- package/dist/tests/util/captchaType.test.d.ts.map +1 -0
- package/dist/tests/util/captchaType.test.js +36 -0
- package/dist/tests/util/captchaType.test.js.map +1 -0
- package/dist/tests/util/config.test.d.ts.map +1 -0
- package/dist/tests/util/config.test.js +69 -0
- package/dist/tests/util/config.test.js.map +1 -0
- package/dist/tests/util/renderLogic.test.d.ts.map +1 -0
- package/dist/tests/util/renderLogic.test.js +136 -0
- package/dist/tests/util/renderLogic.test.js.map +1 -0
- package/dist/util/captcha/captchaComponentProvider.d.ts.map +1 -0
- package/dist/util/captcha/captchaComponentProvider.js.map +1 -0
- package/dist/util/captcha/captchaComponentsList.d.ts.map +1 -0
- package/dist/util/captcha/captchaComponentsList.js.map +1 -0
- package/dist/util/captcha/captchaProps.d.ts.map +1 -0
- package/dist/util/captcha/captchaProps.js +2 -0
- package/dist/util/captcha/captchaProps.js.map +1 -0
- package/dist/util/captcha/captchaRenderer.d.ts.map +1 -0
- package/dist/util/captcha/captchaRenderer.js.map +1 -0
- package/dist/util/captcha/captchaType.d.ts.map +1 -0
- package/dist/util/captcha/captchaType.js.map +1 -0
- package/dist/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -0
- package/dist/util/captcha/components/frictionlessCaptcha.js.map +1 -0
- package/dist/util/captcha/components/imageCaptcha.d.ts.map +1 -0
- package/dist/util/captcha/components/imageCaptcha.js.map +1 -0
- package/dist/util/captcha/components/powCaptcha.d.ts.map +1 -0
- package/dist/util/captcha/components/powCaptcha.js.map +1 -0
- package/dist/util/config.d.ts.map +1 -0
- package/dist/util/config.js.map +1 -0
- package/dist/util/configCreator.d.ts.map +1 -0
- package/dist/util/configCreator.js +0 -1
- package/dist/util/configCreator.js.map +1 -0
- package/dist/util/language.d.ts.map +1 -0
- package/dist/util/language.js.map +1 -0
- package/dist/util/timeout.d.ts.map +1 -0
- package/dist/util/timeout.js.map +1 -0
- package/dist/util/widgetFactory.d.ts.map +1 -0
- package/dist/util/widgetFactory.js.map +1 -0
- package/dist/util/widgetThemeResolver.d.ts.map +1 -0
- package/dist/util/widgetThemeResolver.js.map +1 -0
- package/package.json +16 -16
- package/stats.html +2239 -2132
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +0 -1
- package/dist/bundle/index-BuQg3Zno.js +0 -1884
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +0 -0
- /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
- /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
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js +0 -0
- /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
- /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
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js +0 -0
- /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
- /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
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +0 -0
- /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
- /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
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts +0 -0
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts +0 -0
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts +0 -0
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js.map +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts +0 -0
- /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
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js +0 -0
- /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js.map +0 -0
- /package/dist/{bundle/components.d.ts → components.d.ts} +0 -0
- /package/dist/{bundle/index.d.ts → index.d.ts} +0 -0
- /package/dist/{bundle/tests → tests}/util/captchaType.test.d.ts +0 -0
- /package/dist/{bundle/tests → tests}/util/config.test.d.ts +0 -0
- /package/dist/{bundle/tests → tests}/util/renderLogic.test.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaComponentProvider.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaComponentsList.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaProps.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaRenderer.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/captchaType.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/components/frictionlessCaptcha.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/components/imageCaptcha.d.ts +0 -0
- /package/dist/{bundle/util → util}/captcha/components/powCaptcha.d.ts +0 -0
- /package/dist/{bundle/util → util}/config.d.ts +0 -0
- /package/dist/{bundle/util → util}/configCreator.d.ts +0 -0
- /package/dist/{bundle/util → util}/language.d.ts +0 -0
- /package/dist/{bundle/util → util}/timeout.d.ts +0 -0
- /package/dist/{bundle/util → util}/widgetFactory.d.ts +0 -0
- /package/dist/{bundle/util → util}/widgetThemeResolver.d.ts +0 -0
package/dist/bundle/{captchaComponentProvider-Cn75EmSH.js → captchaComponentProvider-D02Su4nd.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
import { r as
|
|
3
|
-
import { g as je, W as Ne, l as
|
|
4
|
-
import { g as
|
|
5
|
-
import { a as Y } from "./commonChunk-
|
|
6
|
-
import { z as I } from "./zodChunk-
|
|
7
|
-
const
|
|
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
|
-
}),
|
|
16
|
-
(r) =>
|
|
17
|
-
).sort((r, o) => r.url.localeCompare(o.url)),
|
|
18
|
-
if (e === "production")
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
45
|
-
|
|
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
|
|
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
|
|
63
|
-
B.length === 0 && (B = await
|
|
64
|
-
const r =
|
|
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
|
-
},
|
|
68
|
+
}, Mt = async (e) => {
|
|
73
69
|
const r = window.crypto.getRandomValues(new Uint8Array(10)).reduce((o, a) => o + a, 0);
|
|
74
|
-
return await
|
|
75
|
-
},
|
|
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
|
-
}),
|
|
89
|
-
function
|
|
90
|
-
return
|
|
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
|
-
},
|
|
92
|
+
}, G.apply(null, arguments);
|
|
97
93
|
}
|
|
98
|
-
var
|
|
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,
|
|
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
|
|
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
|
|
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
|
|
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 =
|
|
132
|
+
c.ContextProvider = H;
|
|
137
133
|
c.Element = J;
|
|
138
134
|
c.ForwardRef = z;
|
|
139
135
|
c.Fragment = F;
|
|
140
|
-
c.Lazy =
|
|
141
|
-
c.Memo =
|
|
136
|
+
c.Lazy = q;
|
|
137
|
+
c.Memo = W;
|
|
142
138
|
c.Portal = Z;
|
|
143
|
-
c.Profiler =
|
|
144
|
-
c.StrictMode =
|
|
145
|
-
c.Suspense =
|
|
139
|
+
c.Profiler = D;
|
|
140
|
+
c.StrictMode = $;
|
|
141
|
+
c.Suspense = K;
|
|
146
142
|
c.isAsyncMode = function(e) {
|
|
147
|
-
return
|
|
143
|
+
return fe(e) || v(e) === Q;
|
|
148
144
|
};
|
|
149
|
-
c.isConcurrentMode =
|
|
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) ===
|
|
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) ===
|
|
162
|
+
return v(e) === q;
|
|
167
163
|
};
|
|
168
164
|
c.isMemo = function(e) {
|
|
169
|
-
return v(e) ===
|
|
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) ===
|
|
174
|
+
return v(e) === $;
|
|
179
175
|
};
|
|
180
176
|
c.isSuspense = function(e) {
|
|
181
|
-
return v(e) ===
|
|
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 ===
|
|
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
|
-
|
|
188
|
-
var
|
|
189
|
-
var
|
|
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
|
-
},
|
|
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
|
-
},
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
var
|
|
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
|
|
203
|
+
return ie.call(t, "css") ? C.jsx(ce, le(e, t), r) : C.jsx(e, t, r);
|
|
208
204
|
}
|
|
209
|
-
function
|
|
210
|
-
return
|
|
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
|
|
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
|
|
211
|
+
return ue(t);
|
|
216
212
|
}
|
|
217
|
-
function
|
|
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
|
|
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
|
|
221
|
+
return et.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
|
|
226
222
|
}
|
|
227
223
|
/* Z+1 */
|
|
228
|
-
),
|
|
224
|
+
), rt = tt, ot = function(t) {
|
|
229
225
|
return t !== "theme";
|
|
230
|
-
},
|
|
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 ?
|
|
235
|
-
},
|
|
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
|
-
},
|
|
240
|
+
}, at = function(t) {
|
|
245
241
|
var r = t.cache, o = t.serialized, a = t.isStringTag;
|
|
246
|
-
return
|
|
247
|
-
return
|
|
242
|
+
return we(r, o, a), xe(function() {
|
|
243
|
+
return Pe(r, o, a);
|
|
248
244
|
}), null;
|
|
249
|
-
},
|
|
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 =
|
|
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 =
|
|
263
|
-
var k =
|
|
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 =
|
|
264
|
+
E.theme = h.useContext(Se);
|
|
269
265
|
}
|
|
270
|
-
typeof l.className == "string" ? x =
|
|
271
|
-
var te =
|
|
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
|
|
269
|
+
var ve = m && d === void 0 ? re(k) : y, R = {};
|
|
274
270
|
for (var j in l)
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
return R.className = x, R.ref = O, /* @__PURE__ */
|
|
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__ */
|
|
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,
|
|
289
|
-
shouldForwardProp:
|
|
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
|
-
},
|
|
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 =
|
|
430
|
-
|
|
425
|
+
], X = nt.bind();
|
|
426
|
+
st.forEach(function(e) {
|
|
431
427
|
X[e] = X(e);
|
|
432
428
|
});
|
|
433
|
-
const
|
|
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
|
-
}`,
|
|
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
|
-
},
|
|
450
|
+
}, ae = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", lt = "https://docs.prosopo.io/en/basics/faq/", ut = () => Array.from(
|
|
455
451
|
{ length: 8 },
|
|
456
|
-
() =>
|
|
457
|
-
).join(""),
|
|
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
|
-
...
|
|
462
|
+
...ct,
|
|
467
463
|
border: `1px solid ${e.palette.background.contrastText}`
|
|
468
|
-
}, [d, y] =
|
|
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 =
|
|
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 =
|
|
496
|
-
return /* @__PURE__ */
|
|
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:
|
|
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(
|
|
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:
|
|
537
|
+
href: lt,
|
|
542
538
|
children: a
|
|
543
539
|
}
|
|
544
|
-
) }) : /* @__PURE__ */ S(
|
|
540
|
+
) }) : /* @__PURE__ */ S(m, { htmFor: f, children: o })
|
|
545
541
|
]
|
|
546
542
|
}
|
|
547
543
|
);
|
|
548
544
|
};
|
|
549
|
-
class
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 =
|
|
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
|
|
690
|
+
getFrictionlessCaptcha(t, r, o, a) {
|
|
691
|
+
const s = {
|
|
696
692
|
[i.token]: t,
|
|
697
|
-
[i.
|
|
698
|
-
[i.
|
|
693
|
+
[i.headHash]: r,
|
|
694
|
+
[i.dapp]: o,
|
|
695
|
+
[i.user]: a
|
|
699
696
|
};
|
|
700
|
-
return this.post(w.GetFrictionlessCaptchaChallenge,
|
|
697
|
+
return this.post(w.GetFrictionlessCaptchaChallenge, s, {
|
|
701
698
|
headers: {
|
|
702
699
|
"Prosopo-Site-Key": this.account,
|
|
703
|
-
"Prosopo-User":
|
|
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(
|
|
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(
|
|
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
|
-
|
|
759
|
-
|
|
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
|
-
|
|
772
|
-
|
|
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
|
|
787
|
-
async () => import("./ProcaptchaWidget-
|
|
788
|
-
),
|
|
789
|
-
|
|
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
|
-
) }),
|
|
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
|
-
},
|
|
810
|
-
const a = await new (await
|
|
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
|
-
|
|
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
|
|
832
|
+
const y = new ht(
|
|
823
833
|
d.provider.url,
|
|
824
834
|
e.account.address
|
|
825
|
-
),
|
|
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:
|
|
836
|
-
sessionId:
|
|
846
|
+
captchaType: m.captchaType,
|
|
847
|
+
sessionId: m.sessionId,
|
|
837
848
|
provider: d,
|
|
838
|
-
status:
|
|
849
|
+
status: m.status,
|
|
839
850
|
userAccount: a,
|
|
840
|
-
error:
|
|
851
|
+
error: m.error
|
|
841
852
|
};
|
|
842
|
-
},
|
|
843
|
-
const n = e === "light" ?
|
|
853
|
+
}, ne = (e, t, r, o, a, s) => {
|
|
854
|
+
const n = e === "light" ? Me : _e;
|
|
844
855
|
return t === "invisible" ? null : /* @__PURE__ */ S(
|
|
845
|
-
|
|
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
|
-
},
|
|
868
|
+
}, se = (e) => ({
|
|
858
869
|
loading: !1,
|
|
859
870
|
attemptCount: e || 0
|
|
860
|
-
}),
|
|
871
|
+
}), St = ({
|
|
861
872
|
config: e,
|
|
862
873
|
callbacks: t,
|
|
863
874
|
restart: r,
|
|
864
875
|
i18n: o,
|
|
865
|
-
detectBot: a =
|
|
876
|
+
detectBot: a = bt,
|
|
866
877
|
container: s
|
|
867
878
|
}) => {
|
|
868
|
-
const n =
|
|
869
|
-
|
|
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,
|
|
875
|
-
|
|
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 =
|
|
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),
|
|
891
|
-
|
|
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
|
|
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" ?
|
|
936
|
+
l.captchaType === "image" ? m(
|
|
926
937
|
/* @__PURE__ */ S(
|
|
927
|
-
|
|
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
|
-
) : (
|
|
946
|
+
) : (m(
|
|
936
947
|
/* @__PURE__ */ S(
|
|
937
|
-
|
|
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
|
|
969
|
+
return h.useEffect(() => {
|
|
959
970
|
(async () => {
|
|
960
971
|
await T();
|
|
961
972
|
})();
|
|
962
973
|
}, [e, t, a, e.language]), y;
|
|
963
|
-
},
|
|
964
|
-
const { config: t, callbacks: r, i18n: o, container: a } = e, [s, n] =
|
|
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(
|
|
968
|
-
},
|
|
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
|
-
},
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
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
|
|
990
|
+
class Tt {
|
|
980
991
|
getCaptchaComponent(t, r) {
|
|
981
|
-
if (t ===
|
|
992
|
+
if (t === M.invisible)
|
|
982
993
|
throw new Error("Not Implemented");
|
|
983
|
-
const o =
|
|
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
|
|
998
|
+
const Ft = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
988
999
|
__proto__: null,
|
|
989
|
-
CaptchaComponentProvider:
|
|
1000
|
+
CaptchaComponentProvider: Tt
|
|
990
1001
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
991
1002
|
export {
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
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
|
-
|
|
1012
|
+
Ue as p
|
|
1002
1013
|
};
|