@prosopo/procaptcha-bundle 3.0.13 → 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/tests/util/renderLogic.test.js +19 -9
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +1 -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 +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js.map +1 -1
- package/{dist → .rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist}/bundle/util/captcha/captchaProps.d.ts +1 -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 +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +2 -1
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +1 -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 +1 -1
- package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js +2 -2
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.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 +6 -2
- package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +1 -0
- package/CHANGELOG.md +440 -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-CXxnCzl2.js → ProcaptchaWidget-CuMH13Bh.js} +340 -320
- package/dist/bundle/{ProcaptchaWidget-BIt2pcrz.js → ProcaptchaWidget-DsflBBn_.js} +25 -25
- package/dist/bundle/{browser-ponyfill-CvzSbL_o.js → browser-ponyfill-DXriyH6D.js} +4 -4
- package/dist/bundle/{builder-DNHtDoNG.js → builder-ByZ5z580.js} +3 -1
- package/dist/bundle/captchaComponentProvider-D02Su4nd.js +1013 -0
- package/dist/bundle/captchaRenderer-BV-WgbEA.js +70 -0
- package/dist/bundle/{commonChunk-BKceWhtS.js → commonChunk-PB26mndo.js} +66 -69
- package/dist/bundle/{emotion-element-5486c51c.browser.esm-CimrRZxS.js → emotion-element-c39617d8.browser.esm-DG1XhEZ1.js} +343 -345
- package/dist/bundle/{index-KHTbPva_.js → index-B9KeZfID.js} +3 -3
- package/dist/bundle/{index-hrOz2CPm.js → index-Calnfnac.js} +97 -87
- package/dist/bundle/index-DU371vQ0.js +1634 -0
- package/dist/bundle/index.d.ts.map +1 -1
- package/dist/bundle/nobleChunk-Bbltwf44.js +2728 -0
- package/dist/bundle/procaptcha.bundle.js +2 -2
- package/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
- package/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +1 -1
- package/dist/bundle/util/captcha/captchaProps.d.ts.map +1 -1
- package/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
- package/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -1
- 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-BKe3CKqn.js → utilCryptoChunk-B4ZdOwus.js} +252 -243
- package/dist/bundle/{web2Chunk-Cqw91v-J.js → web2Chunk-BGN6Hv-C.js} +1097 -1002
- package/dist/bundle/web3Chunk-BIX2T9Eo.js +525 -0
- package/dist/bundle/{zodChunk-wTu9ZHzV.js → zodChunk-CaINhWMQ.js} +10 -10
- package/dist/cjs/index.cjs +10 -1
- package/dist/cjs/util/captcha/captchaComponentProvider.cjs +3 -2
- package/dist/cjs/util/captcha/captchaRenderer.cjs +4 -3
- package/dist/cjs/util/captcha/components/frictionlessCaptcha.cjs +4 -3
- package/dist/cjs/util/captcha/components/imageCaptcha.cjs +1 -1
- package/dist/cjs/util/captcha/components/powCaptcha.cjs +1 -1
- package/dist/cjs/util/configCreator.cjs +0 -1
- package/dist/cjs/util/widgetFactory.cjs +7 -2
- 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 +3 -2
- 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/{.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle → dist}/util/captcha/captchaProps.d.ts +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/{bundle/util → util}/captcha/captchaRenderer.d.ts +1 -1
- package/dist/util/captcha/captchaRenderer.d.ts.map +1 -0
- package/dist/util/captcha/captchaRenderer.js +4 -3
- 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 +4 -3
- 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 +1 -1
- 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 +1 -1
- 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 +7 -2
- 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 +24 -25
- package/stats.html +2239 -2132
- package/vite.test.config.ts +3 -2
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js.map +0 -1
- package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +0 -1
- package/dist/bundle/captchaComponentProvider-BGEAkC9Y.js +0 -968
- package/dist/bundle/captchaRenderer-CqnUYyKY.js +0 -70
- package/dist/bundle/index-7Xh-Mf8v.js +0 -1318
- package/dist/bundle/nobleChunk-CQ4ENyKh.js +0 -3769
- package/dist/bundle/web3Chunk-BcwDKvjL.js +0 -517
- /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/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/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.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/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/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/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/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
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import { g as
|
|
2
|
-
import { r as k,
|
|
3
|
-
var
|
|
4
|
-
var $
|
|
5
|
-
function
|
|
1
|
+
import { g as Se } from "./bnChunk-DRlDxTFg.js";
|
|
2
|
+
import { r as k, f as sr } from "./web2Chunk-BGN6Hv-C.js";
|
|
3
|
+
var hr = { exports: {} }, H = {};
|
|
4
|
+
var $r = k, _r = Symbol.for("react.element"), Ar = Symbol.for("react.fragment"), Rr = Object.prototype.hasOwnProperty, Or = $r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, Pr = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
5
|
+
function lr(r, e, t) {
|
|
6
6
|
var n, a = {}, s = null, i = null;
|
|
7
|
-
t !== void 0 && (s = "" + t),
|
|
8
|
-
for (n in
|
|
9
|
-
if (
|
|
10
|
-
return { $$typeof:
|
|
11
|
-
}
|
|
12
|
-
H.Fragment =
|
|
13
|
-
H.jsx =
|
|
14
|
-
H.jsxs =
|
|
15
|
-
|
|
16
|
-
var $
|
|
17
|
-
function
|
|
18
|
-
if (
|
|
19
|
-
return
|
|
20
|
-
for (var
|
|
21
|
-
if (document.styleSheets[
|
|
22
|
-
return document.styleSheets[
|
|
23
|
-
}
|
|
24
|
-
function
|
|
25
|
-
var
|
|
26
|
-
return
|
|
27
|
-
}
|
|
28
|
-
var
|
|
29
|
-
function
|
|
7
|
+
t !== void 0 && (s = "" + t), e.key !== void 0 && (s = "" + e.key), e.ref !== void 0 && (i = e.ref);
|
|
8
|
+
for (n in e) Rr.call(e, n) && !Pr.hasOwnProperty(n) && (a[n] = e[n]);
|
|
9
|
+
if (r && r.defaultProps) for (n in e = r.defaultProps, e) a[n] === void 0 && (a[n] = e[n]);
|
|
10
|
+
return { $$typeof: _r, type: r, key: s, ref: i, props: a, _owner: Or.current };
|
|
11
|
+
}
|
|
12
|
+
H.Fragment = Ar;
|
|
13
|
+
H.jsx = lr;
|
|
14
|
+
H.jsxs = lr;
|
|
15
|
+
hr.exports = H;
|
|
16
|
+
var $e = hr.exports;
|
|
17
|
+
function Tr(r) {
|
|
18
|
+
if (r.sheet)
|
|
19
|
+
return r.sheet;
|
|
20
|
+
for (var e = 0; e < document.styleSheets.length; e++)
|
|
21
|
+
if (document.styleSheets[e].ownerNode === r)
|
|
22
|
+
return document.styleSheets[e];
|
|
23
|
+
}
|
|
24
|
+
function Ir(r) {
|
|
25
|
+
var e = document.createElement("style");
|
|
26
|
+
return e.setAttribute("data-emotion", r.key), r.nonce !== void 0 && e.setAttribute("nonce", r.nonce), e.appendChild(document.createTextNode("")), e.setAttribute("data-s", ""), e;
|
|
27
|
+
}
|
|
28
|
+
var Nr = /* @__PURE__ */ (function() {
|
|
29
|
+
function r(t) {
|
|
30
30
|
var n = this;
|
|
31
31
|
this._insertTag = function(a) {
|
|
32
32
|
var s;
|
|
33
33
|
n.tags.length === 0 ? n.insertionPoint ? s = n.insertionPoint.nextSibling : n.prepend ? s = n.container.firstChild : s = n.before : s = n.tags[n.tags.length - 1].nextSibling, n.container.insertBefore(a, s), n.tags.push(a);
|
|
34
34
|
}, this.isSpeedy = t.speedy === void 0 ? !0 : t.speedy, this.tags = [], this.ctr = 0, this.nonce = t.nonce, this.key = t.key, this.container = t.container, this.prepend = t.prepend, this.insertionPoint = t.insertionPoint, this.before = null;
|
|
35
35
|
}
|
|
36
|
-
var
|
|
37
|
-
return
|
|
36
|
+
var e = r.prototype;
|
|
37
|
+
return e.hydrate = function(n) {
|
|
38
38
|
n.forEach(this._insertTag);
|
|
39
|
-
},
|
|
40
|
-
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(
|
|
39
|
+
}, e.insert = function(n) {
|
|
40
|
+
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(Ir(this));
|
|
41
41
|
var a = this.tags[this.tags.length - 1];
|
|
42
42
|
if (this.isSpeedy) {
|
|
43
|
-
var s =
|
|
43
|
+
var s = Tr(a);
|
|
44
44
|
try {
|
|
45
45
|
s.insertRule(n, s.cssRules.length);
|
|
46
46
|
} catch {
|
|
@@ -48,61 +48,61 @@ var Ne = /* @__PURE__ */ function() {
|
|
|
48
48
|
} else
|
|
49
49
|
a.appendChild(document.createTextNode(n));
|
|
50
50
|
this.ctr++;
|
|
51
|
-
},
|
|
51
|
+
}, e.flush = function() {
|
|
52
52
|
this.tags.forEach(function(n) {
|
|
53
53
|
var a;
|
|
54
54
|
return (a = n.parentNode) == null ? void 0 : a.removeChild(n);
|
|
55
55
|
}), this.tags = [], this.ctr = 0;
|
|
56
|
-
},
|
|
57
|
-
}(), g = "-ms-", q = "-moz-", o = "-webkit-",
|
|
58
|
-
function
|
|
59
|
-
return v(
|
|
56
|
+
}, r;
|
|
57
|
+
})(), g = "-ms-", q = "-moz-", o = "-webkit-", pr = "comm", tr = "rule", nr = "decl", Lr = "@import", mr = "@keyframes", Mr = "@layer", Fr = Math.abs, K = String.fromCharCode, Wr = Object.assign;
|
|
58
|
+
function jr(r, e) {
|
|
59
|
+
return v(r, 0) ^ 45 ? (((e << 2 ^ v(r, 0)) << 2 ^ v(r, 1)) << 2 ^ v(r, 2)) << 2 ^ v(r, 3) : 0;
|
|
60
60
|
}
|
|
61
|
-
function
|
|
62
|
-
return
|
|
61
|
+
function br(r) {
|
|
62
|
+
return r.trim();
|
|
63
63
|
}
|
|
64
|
-
function
|
|
65
|
-
return (
|
|
64
|
+
function Dr(r, e) {
|
|
65
|
+
return (r = e.exec(r)) ? r[0] : r;
|
|
66
66
|
}
|
|
67
|
-
function f(
|
|
68
|
-
return
|
|
67
|
+
function f(r, e, t) {
|
|
68
|
+
return r.replace(e, t);
|
|
69
69
|
}
|
|
70
|
-
function X(
|
|
71
|
-
return
|
|
70
|
+
function X(r, e) {
|
|
71
|
+
return r.indexOf(e);
|
|
72
72
|
}
|
|
73
|
-
function v(
|
|
74
|
-
return
|
|
73
|
+
function v(r, e) {
|
|
74
|
+
return r.charCodeAt(e) | 0;
|
|
75
75
|
}
|
|
76
|
-
function W(
|
|
77
|
-
return
|
|
76
|
+
function W(r, e, t) {
|
|
77
|
+
return r.slice(e, t);
|
|
78
78
|
}
|
|
79
|
-
function A(
|
|
80
|
-
return
|
|
79
|
+
function A(r) {
|
|
80
|
+
return r.length;
|
|
81
81
|
}
|
|
82
|
-
function
|
|
83
|
-
return
|
|
82
|
+
function ar(r) {
|
|
83
|
+
return r.length;
|
|
84
84
|
}
|
|
85
|
-
function B(
|
|
86
|
-
return
|
|
85
|
+
function B(r, e) {
|
|
86
|
+
return e.push(r), r;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
89
|
-
return
|
|
88
|
+
function Gr(r, e) {
|
|
89
|
+
return r.map(e).join("");
|
|
90
90
|
}
|
|
91
|
-
var Z = 1, L = 1,
|
|
92
|
-
function J(
|
|
93
|
-
return { value:
|
|
91
|
+
var Z = 1, L = 1, yr = 0, E = 0, y = 0, M = "";
|
|
92
|
+
function J(r, e, t, n, a, s, i) {
|
|
93
|
+
return { value: r, root: e, parent: t, type: n, props: a, children: s, line: Z, column: L, length: i, return: "" };
|
|
94
94
|
}
|
|
95
|
-
function F(
|
|
96
|
-
return
|
|
95
|
+
function F(r, e) {
|
|
96
|
+
return Wr(J("", null, null, "", null, null, 0), r, { length: -r.length }, e);
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function zr() {
|
|
99
99
|
return y;
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function Br() {
|
|
102
102
|
return y = E > 0 ? v(M, --E) : 0, L--, y === 10 && (L = 1, Z--), y;
|
|
103
103
|
}
|
|
104
104
|
function S() {
|
|
105
|
-
return y = E <
|
|
105
|
+
return y = E < yr ? v(M, E++) : 0, L++, y === 10 && (L = 1, Z++), y;
|
|
106
106
|
}
|
|
107
107
|
function O() {
|
|
108
108
|
return v(M, E);
|
|
@@ -110,11 +110,11 @@ function O() {
|
|
|
110
110
|
function U() {
|
|
111
111
|
return E;
|
|
112
112
|
}
|
|
113
|
-
function G(
|
|
114
|
-
return W(M,
|
|
113
|
+
function G(r, e) {
|
|
114
|
+
return W(M, r, e);
|
|
115
115
|
}
|
|
116
|
-
function j(
|
|
117
|
-
switch (
|
|
116
|
+
function j(r) {
|
|
117
|
+
switch (r) {
|
|
118
118
|
// \0 \t \n \r \s whitespace token
|
|
119
119
|
case 0:
|
|
120
120
|
case 9:
|
|
@@ -151,39 +151,39 @@ function j(e) {
|
|
|
151
151
|
}
|
|
152
152
|
return 0;
|
|
153
153
|
}
|
|
154
|
-
function
|
|
155
|
-
return Z = L = 1,
|
|
154
|
+
function vr(r) {
|
|
155
|
+
return Z = L = 1, yr = A(M = r), E = 0, [];
|
|
156
156
|
}
|
|
157
|
-
function
|
|
158
|
-
return M = "",
|
|
157
|
+
function xr(r) {
|
|
158
|
+
return M = "", r;
|
|
159
159
|
}
|
|
160
|
-
function V(
|
|
161
|
-
return
|
|
160
|
+
function V(r) {
|
|
161
|
+
return br(G(E - 1, rr(r === 91 ? r + 2 : r === 40 ? r + 1 : r)));
|
|
162
162
|
}
|
|
163
|
-
function
|
|
163
|
+
function Ur(r) {
|
|
164
164
|
for (; (y = O()) && y < 33; )
|
|
165
165
|
S();
|
|
166
|
-
return j(
|
|
166
|
+
return j(r) > 2 || j(y) > 3 ? "" : " ";
|
|
167
167
|
}
|
|
168
|
-
function
|
|
169
|
-
for (; --
|
|
168
|
+
function Vr(r, e) {
|
|
169
|
+
for (; --e && S() && !(y < 48 || y > 102 || y > 57 && y < 65 || y > 70 && y < 97); )
|
|
170
170
|
;
|
|
171
|
-
return G(
|
|
171
|
+
return G(r, U() + (e < 6 && O() == 32 && S() == 32));
|
|
172
172
|
}
|
|
173
|
-
function
|
|
173
|
+
function rr(r) {
|
|
174
174
|
for (; S(); )
|
|
175
175
|
switch (y) {
|
|
176
176
|
// ] ) " '
|
|
177
|
-
case
|
|
177
|
+
case r:
|
|
178
178
|
return E;
|
|
179
179
|
// " '
|
|
180
180
|
case 34:
|
|
181
181
|
case 39:
|
|
182
|
-
|
|
182
|
+
r !== 34 && r !== 39 && rr(y);
|
|
183
183
|
break;
|
|
184
184
|
// (
|
|
185
185
|
case 40:
|
|
186
|
-
|
|
186
|
+
r === 41 && rr(r);
|
|
187
187
|
break;
|
|
188
188
|
// \
|
|
189
189
|
case 92:
|
|
@@ -192,21 +192,21 @@ function ee(e) {
|
|
|
192
192
|
}
|
|
193
193
|
return E;
|
|
194
194
|
}
|
|
195
|
-
function
|
|
196
|
-
for (; S() &&
|
|
197
|
-
if (
|
|
195
|
+
function Yr(r, e) {
|
|
196
|
+
for (; S() && r + y !== 57; )
|
|
197
|
+
if (r + y === 84 && O() === 47)
|
|
198
198
|
break;
|
|
199
|
-
return "/*" + G(
|
|
199
|
+
return "/*" + G(e, E - 1) + "*" + K(r === 47 ? r : S());
|
|
200
200
|
}
|
|
201
|
-
function
|
|
201
|
+
function qr(r) {
|
|
202
202
|
for (; !j(O()); )
|
|
203
203
|
S();
|
|
204
|
-
return G(
|
|
204
|
+
return G(r, E);
|
|
205
205
|
}
|
|
206
|
-
function
|
|
207
|
-
return
|
|
206
|
+
function Hr(r) {
|
|
207
|
+
return xr(Y("", null, null, null, [""], r = vr(r), 0, [0], r));
|
|
208
208
|
}
|
|
209
|
-
function Y(
|
|
209
|
+
function Y(r, e, t, n, a, s, i, c, u) {
|
|
210
210
|
for (var d = 0, l = 0, m = i, P = 0, T = 0, C = 0, p = 1, w = 1, b = 1, x = 0, $ = "", z = a, I = s, _ = n, h = $; w; )
|
|
211
211
|
switch (C = x, x = S()) {
|
|
212
212
|
// (
|
|
@@ -226,18 +226,18 @@ function Y(e, r, t, n, a, s, i, c, u) {
|
|
|
226
226
|
case 10:
|
|
227
227
|
case 13:
|
|
228
228
|
case 32:
|
|
229
|
-
h +=
|
|
229
|
+
h += Ur(C);
|
|
230
230
|
break;
|
|
231
231
|
// \
|
|
232
232
|
case 92:
|
|
233
|
-
h +=
|
|
233
|
+
h += Vr(U() - 1, 7);
|
|
234
234
|
continue;
|
|
235
235
|
// /
|
|
236
236
|
case 47:
|
|
237
237
|
switch (O()) {
|
|
238
238
|
case 42:
|
|
239
239
|
case 47:
|
|
240
|
-
B(
|
|
240
|
+
B(Kr(Yr(S(), U()), e, t), u);
|
|
241
241
|
break;
|
|
242
242
|
default:
|
|
243
243
|
h += "/";
|
|
@@ -257,16 +257,16 @@ function Y(e, r, t, n, a, s, i, c, u) {
|
|
|
257
257
|
w = 0;
|
|
258
258
|
// ;
|
|
259
259
|
case 59 + l:
|
|
260
|
-
b == -1 && (h = f(h, /\f/g, "")), T > 0 && A(h) - m && B(T > 32 ?
|
|
260
|
+
b == -1 && (h = f(h, /\f/g, "")), T > 0 && A(h) - m && B(T > 32 ? cr(h + ";", n, t, m - 1) : cr(f(h, " ", "") + ";", n, t, m - 2), u);
|
|
261
261
|
break;
|
|
262
262
|
// @ ;
|
|
263
263
|
case 59:
|
|
264
264
|
h += ";";
|
|
265
265
|
// { rule/at-rule
|
|
266
266
|
default:
|
|
267
|
-
if (B(_ =
|
|
267
|
+
if (B(_ = ir(h, e, t, d, l, a, c, $, z = [], I = [], m), s), x === 123)
|
|
268
268
|
if (l === 0)
|
|
269
|
-
Y(h,
|
|
269
|
+
Y(h, e, _, _, z, s, m, c, I);
|
|
270
270
|
else
|
|
271
271
|
switch (P === 99 && v(h, 3) === 110 ? 100 : P) {
|
|
272
272
|
// d l m s
|
|
@@ -274,7 +274,7 @@ function Y(e, r, t, n, a, s, i, c, u) {
|
|
|
274
274
|
case 108:
|
|
275
275
|
case 109:
|
|
276
276
|
case 115:
|
|
277
|
-
Y(
|
|
277
|
+
Y(r, _, _, n && B(ir(r, _, _, 0, 0, a, c, $, a, z = [], m), I), a, I, m, c, n ? z : I);
|
|
278
278
|
break;
|
|
279
279
|
default:
|
|
280
280
|
Y(h, _, _, _, [""], I, 0, c, I);
|
|
@@ -289,7 +289,7 @@ function Y(e, r, t, n, a, s, i, c, u) {
|
|
|
289
289
|
if (p < 1) {
|
|
290
290
|
if (x == 123)
|
|
291
291
|
--p;
|
|
292
|
-
else if (x == 125 && p++ == 0 &&
|
|
292
|
+
else if (x == 125 && p++ == 0 && Br() == 125)
|
|
293
293
|
continue;
|
|
294
294
|
}
|
|
295
295
|
switch (h += K(x), x * p) {
|
|
@@ -303,7 +303,7 @@ function Y(e, r, t, n, a, s, i, c, u) {
|
|
|
303
303
|
break;
|
|
304
304
|
// @
|
|
305
305
|
case 64:
|
|
306
|
-
O() === 45 && (h += V(S())), P = O(), l = m = A($ = h +=
|
|
306
|
+
O() === 45 && (h += V(S())), P = O(), l = m = A($ = h += qr(U())), x++;
|
|
307
307
|
break;
|
|
308
308
|
// -
|
|
309
309
|
case 45:
|
|
@@ -312,111 +312,105 @@ function Y(e, r, t, n, a, s, i, c, u) {
|
|
|
312
312
|
}
|
|
313
313
|
return s;
|
|
314
314
|
}
|
|
315
|
-
function
|
|
316
|
-
for (var m = a - 1, P = a === 0 ? s : [""], T =
|
|
317
|
-
for (var b = 0, x = W(
|
|
318
|
-
($ =
|
|
319
|
-
return J(
|
|
315
|
+
function ir(r, e, t, n, a, s, i, c, u, d, l) {
|
|
316
|
+
for (var m = a - 1, P = a === 0 ? s : [""], T = ar(P), C = 0, p = 0, w = 0; C < n; ++C)
|
|
317
|
+
for (var b = 0, x = W(r, m + 1, m = Fr(p = i[C])), $ = r; b < T; ++b)
|
|
318
|
+
($ = br(p > 0 ? P[b] + " " + x : f(x, /&\f/g, P[b]))) && (u[w++] = $);
|
|
319
|
+
return J(r, e, t, a === 0 ? tr : c, u, d, l);
|
|
320
320
|
}
|
|
321
|
-
function
|
|
322
|
-
return J(
|
|
321
|
+
function Kr(r, e, t) {
|
|
322
|
+
return J(r, e, t, pr, K(zr()), W(r, 2, -2), 0);
|
|
323
323
|
}
|
|
324
|
-
function
|
|
325
|
-
return J(
|
|
324
|
+
function cr(r, e, t, n) {
|
|
325
|
+
return J(r, e, t, nr, W(r, 0, n), W(r, n + 1, -1), n);
|
|
326
326
|
}
|
|
327
|
-
function N(
|
|
328
|
-
for (var t = "", n =
|
|
329
|
-
t += r
|
|
327
|
+
function N(r, e) {
|
|
328
|
+
for (var t = "", n = ar(r), a = 0; a < n; a++)
|
|
329
|
+
t += e(r[a], a, r, e) || "";
|
|
330
330
|
return t;
|
|
331
331
|
}
|
|
332
|
-
function
|
|
333
|
-
switch (
|
|
334
|
-
case
|
|
335
|
-
if (
|
|
336
|
-
case
|
|
337
|
-
case
|
|
338
|
-
return
|
|
339
|
-
case
|
|
332
|
+
function Zr(r, e, t, n) {
|
|
333
|
+
switch (r.type) {
|
|
334
|
+
case Mr:
|
|
335
|
+
if (r.children.length) break;
|
|
336
|
+
case Lr:
|
|
337
|
+
case nr:
|
|
338
|
+
return r.return = r.return || r.value;
|
|
339
|
+
case pr:
|
|
340
340
|
return "";
|
|
341
|
-
case
|
|
342
|
-
return
|
|
343
|
-
case
|
|
344
|
-
|
|
341
|
+
case mr:
|
|
342
|
+
return r.return = r.value + "{" + N(r.children, n) + "}";
|
|
343
|
+
case tr:
|
|
344
|
+
r.value = r.props.join(",");
|
|
345
345
|
}
|
|
346
|
-
return A(t = N(
|
|
346
|
+
return A(t = N(r.children, n)) ? r.return = r.value + "{" + t + "}" : "";
|
|
347
347
|
}
|
|
348
|
-
function
|
|
349
|
-
var
|
|
348
|
+
function Jr(r) {
|
|
349
|
+
var e = ar(r);
|
|
350
350
|
return function(t, n, a, s) {
|
|
351
|
-
for (var i = "", c = 0; c <
|
|
352
|
-
i +=
|
|
351
|
+
for (var i = "", c = 0; c < e; c++)
|
|
352
|
+
i += r[c](t, n, a, s) || "";
|
|
353
353
|
return i;
|
|
354
354
|
};
|
|
355
355
|
}
|
|
356
|
-
function
|
|
357
|
-
return function(
|
|
358
|
-
|
|
359
|
-
};
|
|
360
|
-
}
|
|
361
|
-
function Xe(e) {
|
|
362
|
-
var r = /* @__PURE__ */ Object.create(null);
|
|
363
|
-
return function(t) {
|
|
364
|
-
return r[t] === void 0 && (r[t] = e(t)), r[t];
|
|
356
|
+
function Qr(r) {
|
|
357
|
+
return function(e) {
|
|
358
|
+
e.root || (e = e.return) && r(e);
|
|
365
359
|
};
|
|
366
360
|
}
|
|
367
|
-
var
|
|
361
|
+
var Xr = function(e, t, n) {
|
|
368
362
|
for (var a = 0, s = 0; a = s, s = O(), a === 38 && s === 12 && (t[n] = 1), !j(s); )
|
|
369
363
|
S();
|
|
370
|
-
return G(
|
|
371
|
-
},
|
|
364
|
+
return G(e, E);
|
|
365
|
+
}, re = function(e, t) {
|
|
372
366
|
var n = -1, a = 44;
|
|
373
367
|
do
|
|
374
368
|
switch (j(a)) {
|
|
375
369
|
case 0:
|
|
376
|
-
a === 38 && O() === 12 && (t[n] = 1),
|
|
370
|
+
a === 38 && O() === 12 && (t[n] = 1), e[n] += Xr(E - 1, t, n);
|
|
377
371
|
break;
|
|
378
372
|
case 2:
|
|
379
|
-
|
|
373
|
+
e[n] += V(a);
|
|
380
374
|
break;
|
|
381
375
|
case 4:
|
|
382
376
|
if (a === 44) {
|
|
383
|
-
|
|
377
|
+
e[++n] = O() === 58 ? "&\f" : "", t[n] = e[n].length;
|
|
384
378
|
break;
|
|
385
379
|
}
|
|
386
380
|
// fallthrough
|
|
387
381
|
default:
|
|
388
|
-
|
|
382
|
+
e[n] += K(a);
|
|
389
383
|
}
|
|
390
384
|
while (a = S());
|
|
391
|
-
return
|
|
392
|
-
},
|
|
393
|
-
return
|
|
394
|
-
},
|
|
395
|
-
if (!(
|
|
385
|
+
return e;
|
|
386
|
+
}, ee = function(e, t) {
|
|
387
|
+
return xr(re(vr(e), t));
|
|
388
|
+
}, or = /* @__PURE__ */ new WeakMap(), te = function(e) {
|
|
389
|
+
if (!(e.type !== "rule" || !e.parent || // positive .length indicates that this rule contains pseudo
|
|
396
390
|
// negative .length indicates that this rule has been already prefixed
|
|
397
|
-
|
|
398
|
-
for (var t =
|
|
391
|
+
e.length < 1)) {
|
|
392
|
+
for (var t = e.value, n = e.parent, a = e.column === n.column && e.line === n.line; n.type !== "rule"; )
|
|
399
393
|
if (n = n.parent, !n) return;
|
|
400
|
-
if (!(
|
|
401
|
-
|
|
402
|
-
for (var s = [], i =
|
|
394
|
+
if (!(e.props.length === 1 && t.charCodeAt(0) !== 58 && !or.get(n)) && !a) {
|
|
395
|
+
or.set(e, !0);
|
|
396
|
+
for (var s = [], i = ee(t, s), c = n.props, u = 0, d = 0; u < i.length; u++)
|
|
403
397
|
for (var l = 0; l < c.length; l++, d++)
|
|
404
|
-
|
|
398
|
+
e.props[d] = s[u] ? i[u].replace(/&\f/g, c[l]) : c[l] + " " + i[u];
|
|
405
399
|
}
|
|
406
400
|
}
|
|
407
|
-
},
|
|
408
|
-
if (
|
|
409
|
-
var t =
|
|
401
|
+
}, ne = function(e) {
|
|
402
|
+
if (e.type === "decl") {
|
|
403
|
+
var t = e.value;
|
|
410
404
|
// charcode for l
|
|
411
405
|
t.charCodeAt(0) === 108 && // charcode for b
|
|
412
|
-
t.charCodeAt(2) === 98 && (
|
|
406
|
+
t.charCodeAt(2) === 98 && (e.return = "", e.value = "");
|
|
413
407
|
}
|
|
414
408
|
};
|
|
415
|
-
function
|
|
416
|
-
switch (
|
|
409
|
+
function gr(r, e) {
|
|
410
|
+
switch (jr(r, e)) {
|
|
417
411
|
// color-adjust
|
|
418
412
|
case 5103:
|
|
419
|
-
return o + "print-" +
|
|
413
|
+
return o + "print-" + r + r;
|
|
420
414
|
// animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)
|
|
421
415
|
case 5737:
|
|
422
416
|
case 4201:
|
|
@@ -446,58 +440,58 @@ function ge(e, r) {
|
|
|
446
440
|
case 5365:
|
|
447
441
|
case 5621:
|
|
448
442
|
case 3829:
|
|
449
|
-
return o +
|
|
443
|
+
return o + r + r;
|
|
450
444
|
// appearance, user-select, transform, hyphens, text-size-adjust
|
|
451
445
|
case 5349:
|
|
452
446
|
case 4246:
|
|
453
447
|
case 4810:
|
|
454
448
|
case 6968:
|
|
455
449
|
case 2756:
|
|
456
|
-
return o +
|
|
450
|
+
return o + r + q + r + g + r + r;
|
|
457
451
|
// flex, flex-direction
|
|
458
452
|
case 6828:
|
|
459
453
|
case 4268:
|
|
460
|
-
return o +
|
|
454
|
+
return o + r + g + r + r;
|
|
461
455
|
// order
|
|
462
456
|
case 6165:
|
|
463
|
-
return o +
|
|
457
|
+
return o + r + g + "flex-" + r + r;
|
|
464
458
|
// align-items
|
|
465
459
|
case 5187:
|
|
466
|
-
return o +
|
|
460
|
+
return o + r + f(r, /(\w+).+(:[^]+)/, o + "box-$1$2" + g + "flex-$1$2") + r;
|
|
467
461
|
// align-self
|
|
468
462
|
case 5443:
|
|
469
|
-
return o +
|
|
463
|
+
return o + r + g + "flex-item-" + f(r, /flex-|-self/, "") + r;
|
|
470
464
|
// align-content
|
|
471
465
|
case 4675:
|
|
472
|
-
return o +
|
|
466
|
+
return o + r + g + "flex-line-pack" + f(r, /align-content|flex-|-self/, "") + r;
|
|
473
467
|
// flex-shrink
|
|
474
468
|
case 5548:
|
|
475
|
-
return o +
|
|
469
|
+
return o + r + g + f(r, "shrink", "negative") + r;
|
|
476
470
|
// flex-basis
|
|
477
471
|
case 5292:
|
|
478
|
-
return o +
|
|
472
|
+
return o + r + g + f(r, "basis", "preferred-size") + r;
|
|
479
473
|
// flex-grow
|
|
480
474
|
case 6060:
|
|
481
|
-
return o + "box-" + f(
|
|
475
|
+
return o + "box-" + f(r, "-grow", "") + o + r + g + f(r, "grow", "positive") + r;
|
|
482
476
|
// transition
|
|
483
477
|
case 4554:
|
|
484
|
-
return o + f(
|
|
478
|
+
return o + f(r, /([^-])(transform)/g, "$1" + o + "$2") + r;
|
|
485
479
|
// cursor
|
|
486
480
|
case 6187:
|
|
487
|
-
return f(f(f(
|
|
481
|
+
return f(f(f(r, /(zoom-|grab)/, o + "$1"), /(image-set)/, o + "$1"), r, "") + r;
|
|
488
482
|
// background, background-image
|
|
489
483
|
case 5495:
|
|
490
484
|
case 3959:
|
|
491
|
-
return f(
|
|
485
|
+
return f(r, /(image-set\([^]*)/, o + "$1$`$1");
|
|
492
486
|
// justify-content
|
|
493
487
|
case 4968:
|
|
494
|
-
return f(f(
|
|
488
|
+
return f(f(r, /(.+:)(flex-)?(.*)/, o + "box-pack:$3" + g + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + o + r + r;
|
|
495
489
|
// (margin|padding)-inline-(start|end)
|
|
496
490
|
case 4095:
|
|
497
491
|
case 3583:
|
|
498
492
|
case 4068:
|
|
499
493
|
case 2532:
|
|
500
|
-
return f(
|
|
494
|
+
return f(r, /(.+)-inline(.+)/, o + "$1$2") + r;
|
|
501
495
|
// (min|max)?(width|height|inline-size|block-size)
|
|
502
496
|
case 8116:
|
|
503
497
|
case 7059:
|
|
@@ -511,82 +505,83 @@ function ge(e, r) {
|
|
|
511
505
|
case 5789:
|
|
512
506
|
case 5021:
|
|
513
507
|
case 4765:
|
|
514
|
-
if (A(
|
|
508
|
+
if (A(r) - 1 - e > 6) switch (v(r, e + 1)) {
|
|
515
509
|
// (m)ax-content, (m)in-content
|
|
516
510
|
case 109:
|
|
517
|
-
if (v(
|
|
511
|
+
if (v(r, e + 4) !== 45) break;
|
|
518
512
|
// (f)ill-available, (f)it-content
|
|
519
513
|
case 102:
|
|
520
|
-
return f(
|
|
514
|
+
return f(r, /(.+:)(.+)-([^]+)/, "$1" + o + "$2-$3$1" + q + (v(r, e + 3) == 108 ? "$3" : "$2-$3")) + r;
|
|
521
515
|
// (s)tretch
|
|
522
516
|
case 115:
|
|
523
|
-
return ~X(
|
|
517
|
+
return ~X(r, "stretch") ? gr(f(r, "stretch", "fill-available"), e) + r : r;
|
|
524
518
|
}
|
|
525
519
|
break;
|
|
526
520
|
// position: sticky
|
|
527
521
|
case 4949:
|
|
528
|
-
if (v(
|
|
522
|
+
if (v(r, e + 1) !== 115) break;
|
|
529
523
|
// display: (flex|inline-flex)
|
|
530
524
|
case 6444:
|
|
531
|
-
switch (v(
|
|
525
|
+
switch (v(r, A(r) - 3 - (~X(r, "!important") && 10))) {
|
|
532
526
|
// stic(k)y
|
|
533
527
|
case 107:
|
|
534
|
-
return f(
|
|
528
|
+
return f(r, ":", ":" + o) + r;
|
|
535
529
|
// (inline-)?fl(e)x
|
|
536
530
|
case 101:
|
|
537
|
-
return f(
|
|
531
|
+
return f(r, /(.+:)([^;!]+)(;|!.+)?/, "$1" + o + (v(r, 14) === 45 ? "inline-" : "") + "box$3$1" + o + "$2$3$1" + g + "$2box$3") + r;
|
|
538
532
|
}
|
|
539
533
|
break;
|
|
540
534
|
// writing-mode
|
|
541
535
|
case 5936:
|
|
542
|
-
switch (v(
|
|
536
|
+
switch (v(r, e + 11)) {
|
|
543
537
|
// vertical-l(r)
|
|
544
538
|
case 114:
|
|
545
|
-
return o +
|
|
539
|
+
return o + r + g + f(r, /[svh]\w+-[tblr]{2}/, "tb") + r;
|
|
546
540
|
// vertical-r(l)
|
|
547
541
|
case 108:
|
|
548
|
-
return o +
|
|
542
|
+
return o + r + g + f(r, /[svh]\w+-[tblr]{2}/, "tb-rl") + r;
|
|
549
543
|
// horizontal(-)tb
|
|
550
544
|
case 45:
|
|
551
|
-
return o +
|
|
545
|
+
return o + r + g + f(r, /[svh]\w+-[tblr]{2}/, "lr") + r;
|
|
552
546
|
}
|
|
553
|
-
return o +
|
|
547
|
+
return o + r + g + r + r;
|
|
554
548
|
}
|
|
555
|
-
return
|
|
549
|
+
return r;
|
|
556
550
|
}
|
|
557
|
-
var
|
|
558
|
-
if (
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
|
|
551
|
+
var ae = function(e, t, n, a) {
|
|
552
|
+
if (e.length > -1 && !e.return)
|
|
553
|
+
switch (e.type) {
|
|
554
|
+
case nr:
|
|
555
|
+
e.return = gr(e.value, e.length);
|
|
556
|
+
break;
|
|
557
|
+
case mr:
|
|
558
|
+
return N([F(e, {
|
|
559
|
+
value: f(e.value, "@", "@" + o)
|
|
560
|
+
})], a);
|
|
561
|
+
case tr:
|
|
562
|
+
if (e.length) return Gr(e.props, function(s) {
|
|
563
|
+
switch (Dr(s, /(::plac\w+|:read-\w+)/)) {
|
|
564
|
+
// :read-(only|write)
|
|
565
|
+
case ":read-only":
|
|
566
|
+
case ":read-write":
|
|
567
|
+
return N([F(e, {
|
|
568
|
+
props: [f(s, /:(read-\w+)/, ":" + q + "$1")]
|
|
569
|
+
})], a);
|
|
570
|
+
// :placeholder
|
|
571
|
+
case "::placeholder":
|
|
572
|
+
return N([F(e, {
|
|
573
|
+
props: [f(s, /:(plac\w+)/, ":" + o + "input-$1")]
|
|
574
|
+
}), F(e, {
|
|
575
|
+
props: [f(s, /:(plac\w+)/, ":" + q + "$1")]
|
|
576
|
+
}), F(e, {
|
|
577
|
+
props: [f(s, /:(plac\w+)/, g + "input-$1")]
|
|
578
|
+
})], a);
|
|
579
|
+
}
|
|
580
|
+
return "";
|
|
581
|
+
});
|
|
582
|
+
}
|
|
583
|
+
}, se = [ae], ie = function(e) {
|
|
584
|
+
var t = e.key;
|
|
590
585
|
if (t === "css") {
|
|
591
586
|
var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
|
|
592
587
|
Array.prototype.forEach.call(n, function(p) {
|
|
@@ -594,8 +589,8 @@ var sr = function(r, t, n, a) {
|
|
|
594
589
|
w.indexOf(" ") !== -1 && (document.head.appendChild(p), p.setAttribute("data-s", ""));
|
|
595
590
|
});
|
|
596
591
|
}
|
|
597
|
-
var a =
|
|
598
|
-
i =
|
|
592
|
+
var a = e.stylisPlugins || se, s = {}, i, c = [];
|
|
593
|
+
i = e.container || document.head, Array.prototype.forEach.call(
|
|
599
594
|
// this means we will ignore elements which don't have a space in them which
|
|
600
595
|
// means that the style elements we're looking at are only Emotion 11 server-rendered style elements
|
|
601
596
|
document.querySelectorAll('style[data-emotion^="' + t + ' "]'),
|
|
@@ -605,12 +600,12 @@ var sr = function(r, t, n, a) {
|
|
|
605
600
|
c.push(p);
|
|
606
601
|
}
|
|
607
602
|
);
|
|
608
|
-
var u, d = [
|
|
603
|
+
var u, d = [te, ne];
|
|
609
604
|
{
|
|
610
|
-
var l, m = [
|
|
605
|
+
var l, m = [Zr, Qr(function(p) {
|
|
611
606
|
l.insert(p);
|
|
612
|
-
})], P =
|
|
613
|
-
return N(
|
|
607
|
+
})], P = Jr(d.concat(a, m)), T = function(w) {
|
|
608
|
+
return N(Hr(w), P);
|
|
614
609
|
};
|
|
615
610
|
u = function(w, b, x, $) {
|
|
616
611
|
l = x, T(w ? w + "{" + b.styles + "}" : b.styles), $ && (C.inserted[b.name] = !0);
|
|
@@ -618,29 +613,29 @@ var sr = function(r, t, n, a) {
|
|
|
618
613
|
}
|
|
619
614
|
var C = {
|
|
620
615
|
key: t,
|
|
621
|
-
sheet: new
|
|
616
|
+
sheet: new Nr({
|
|
622
617
|
key: t,
|
|
623
618
|
container: i,
|
|
624
|
-
nonce:
|
|
625
|
-
speedy:
|
|
626
|
-
prepend:
|
|
627
|
-
insertionPoint:
|
|
619
|
+
nonce: e.nonce,
|
|
620
|
+
speedy: e.speedy,
|
|
621
|
+
prepend: e.prepend,
|
|
622
|
+
insertionPoint: e.insertionPoint
|
|
628
623
|
}),
|
|
629
|
-
nonce:
|
|
624
|
+
nonce: e.nonce,
|
|
630
625
|
inserted: s,
|
|
631
626
|
registered: {},
|
|
632
627
|
insert: u
|
|
633
628
|
};
|
|
634
629
|
return C.sheet.hydrate(c), C;
|
|
635
|
-
},
|
|
636
|
-
function
|
|
630
|
+
}, ce = !0;
|
|
631
|
+
function oe(r, e, t) {
|
|
637
632
|
var n = "";
|
|
638
633
|
return t.split(" ").forEach(function(a) {
|
|
639
|
-
|
|
634
|
+
r[a] !== void 0 ? e.push(r[a] + ";") : a && (n += a + " ");
|
|
640
635
|
}), n;
|
|
641
636
|
}
|
|
642
|
-
var
|
|
643
|
-
var a =
|
|
637
|
+
var wr = function(e, t, n) {
|
|
638
|
+
var a = e.key + "-" + t.name;
|
|
644
639
|
// we only need to add the styles to the registered cache if the
|
|
645
640
|
// class name could be used further down
|
|
646
641
|
// the tree but if it's a string tag, we know it won't
|
|
@@ -650,37 +645,37 @@ var we = function(r, t, n) {
|
|
|
650
645
|
// in node since emotion-server relies on whether a style is in
|
|
651
646
|
// the registered cache to know whether a style is global or not
|
|
652
647
|
// also, note that this check will be dead code eliminated in the browser
|
|
653
|
-
|
|
654
|
-
},
|
|
655
|
-
|
|
656
|
-
var a =
|
|
657
|
-
if (
|
|
648
|
+
ce === !1) && e.registered[a] === void 0 && (e.registered[a] = t.styles);
|
|
649
|
+
}, fe = function(e, t, n) {
|
|
650
|
+
wr(e, t, n);
|
|
651
|
+
var a = e.key + "-" + t.name;
|
|
652
|
+
if (e.inserted[t.name] === void 0) {
|
|
658
653
|
var s = t;
|
|
659
654
|
do
|
|
660
|
-
|
|
655
|
+
e.insert(t === s ? "." + a : "", s, e.sheet, !0), s = s.next;
|
|
661
656
|
while (s !== void 0);
|
|
662
657
|
}
|
|
663
658
|
};
|
|
664
|
-
function
|
|
665
|
-
for (var
|
|
666
|
-
t =
|
|
659
|
+
function ue(r) {
|
|
660
|
+
for (var e = 0, t, n = 0, a = r.length; a >= 4; ++n, a -= 4)
|
|
661
|
+
t = r.charCodeAt(n) & 255 | (r.charCodeAt(++n) & 255) << 8 | (r.charCodeAt(++n) & 255) << 16 | (r.charCodeAt(++n) & 255) << 24, t = /* Math.imul(k, m): */
|
|
667
662
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
|
|
668
|
-
t >>> 24,
|
|
663
|
+
t >>> 24, e = /* Math.imul(k, m): */
|
|
669
664
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
|
|
670
|
-
(
|
|
665
|
+
(e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16);
|
|
671
666
|
switch (a) {
|
|
672
667
|
case 3:
|
|
673
|
-
|
|
668
|
+
e ^= (r.charCodeAt(n + 2) & 255) << 16;
|
|
674
669
|
case 2:
|
|
675
|
-
|
|
670
|
+
e ^= (r.charCodeAt(n + 1) & 255) << 8;
|
|
676
671
|
case 1:
|
|
677
|
-
|
|
678
|
-
(
|
|
672
|
+
e ^= r.charCodeAt(n) & 255, e = /* Math.imul(h, m): */
|
|
673
|
+
(e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16);
|
|
679
674
|
}
|
|
680
|
-
return
|
|
681
|
-
(
|
|
675
|
+
return e ^= e >>> 13, e = /* Math.imul(h, m): */
|
|
676
|
+
(e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16), ((e ^ e >>> 15) >>> 0).toString(36);
|
|
682
677
|
}
|
|
683
|
-
var
|
|
678
|
+
var de = {
|
|
684
679
|
animationIterationCount: 1,
|
|
685
680
|
aspectRatio: 1,
|
|
686
681
|
borderImageOutset: 1,
|
|
@@ -729,18 +724,25 @@ var hr = {
|
|
|
729
724
|
strokeMiterlimit: 1,
|
|
730
725
|
strokeOpacity: 1,
|
|
731
726
|
strokeWidth: 1
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
return
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
}
|
|
739
|
-
|
|
727
|
+
};
|
|
728
|
+
function he(r) {
|
|
729
|
+
var e = /* @__PURE__ */ Object.create(null);
|
|
730
|
+
return function(t) {
|
|
731
|
+
return e[t] === void 0 && (e[t] = r(t)), e[t];
|
|
732
|
+
};
|
|
733
|
+
}
|
|
734
|
+
var le = /[A-Z]|^ms/g, pe = /_EMO_([^_]+?)_([^]*?)_EMO_/g, Er = function(e) {
|
|
735
|
+
return e.charCodeAt(1) === 45;
|
|
736
|
+
}, fr = function(e) {
|
|
737
|
+
return e != null && typeof e != "boolean";
|
|
738
|
+
}, Q = /* @__PURE__ */ he(function(r) {
|
|
739
|
+
return Er(r) ? r : r.replace(le, "-$&").toLowerCase();
|
|
740
|
+
}), ur = function(e, t) {
|
|
741
|
+
switch (e) {
|
|
740
742
|
case "animation":
|
|
741
743
|
case "animationName":
|
|
742
744
|
if (typeof t == "string")
|
|
743
|
-
return t.replace(
|
|
745
|
+
return t.replace(pe, function(n, a, s) {
|
|
744
746
|
return R = {
|
|
745
747
|
name: a,
|
|
746
748
|
styles: s,
|
|
@@ -748,9 +750,9 @@ var hr = {
|
|
|
748
750
|
}, a;
|
|
749
751
|
});
|
|
750
752
|
}
|
|
751
|
-
return
|
|
753
|
+
return de[e] !== 1 && !Er(e) && typeof t == "number" && t !== 0 ? t + "px" : t;
|
|
752
754
|
};
|
|
753
|
-
function D(
|
|
755
|
+
function D(r, e, t) {
|
|
754
756
|
if (t == null)
|
|
755
757
|
return "";
|
|
756
758
|
var n = t;
|
|
@@ -780,38 +782,38 @@ function D(e, r, t) {
|
|
|
780
782
|
var c = s.styles + ";";
|
|
781
783
|
return c;
|
|
782
784
|
}
|
|
783
|
-
return
|
|
785
|
+
return me(r, e, t);
|
|
784
786
|
}
|
|
785
787
|
case "function": {
|
|
786
|
-
if (
|
|
787
|
-
var u = R, d = t(
|
|
788
|
-
return R = u, D(
|
|
788
|
+
if (r !== void 0) {
|
|
789
|
+
var u = R, d = t(r);
|
|
790
|
+
return R = u, D(r, e, d);
|
|
789
791
|
}
|
|
790
792
|
break;
|
|
791
793
|
}
|
|
792
794
|
}
|
|
793
795
|
var l = t;
|
|
794
|
-
if (
|
|
796
|
+
if (e == null)
|
|
795
797
|
return l;
|
|
796
|
-
var m =
|
|
798
|
+
var m = e[l];
|
|
797
799
|
return m !== void 0 ? m : l;
|
|
798
800
|
}
|
|
799
|
-
function
|
|
801
|
+
function me(r, e, t) {
|
|
800
802
|
var n = "";
|
|
801
803
|
if (Array.isArray(t))
|
|
802
804
|
for (var a = 0; a < t.length; a++)
|
|
803
|
-
n += D(
|
|
805
|
+
n += D(r, e, t[a]) + ";";
|
|
804
806
|
else
|
|
805
807
|
for (var s in t) {
|
|
806
808
|
var i = t[s];
|
|
807
809
|
if (typeof i != "object") {
|
|
808
810
|
var c = i;
|
|
809
|
-
|
|
810
|
-
} else if (Array.isArray(i) && typeof i[0] == "string" && (
|
|
811
|
+
e != null && e[c] !== void 0 ? n += s + "{" + e[c] + "}" : fr(c) && (n += Q(s) + ":" + ur(s, c) + ";");
|
|
812
|
+
} else if (Array.isArray(i) && typeof i[0] == "string" && (e == null || e[i[0]] === void 0))
|
|
811
813
|
for (var u = 0; u < i.length; u++)
|
|
812
|
-
|
|
814
|
+
fr(i[u]) && (n += Q(s) + ":" + ur(s, i[u]) + ";");
|
|
813
815
|
else {
|
|
814
|
-
var d = D(
|
|
816
|
+
var d = D(r, e, i);
|
|
815
817
|
switch (s) {
|
|
816
818
|
case "animation":
|
|
817
819
|
case "animationName": {
|
|
@@ -825,94 +827,90 @@ function mr(e, r, t) {
|
|
|
825
827
|
}
|
|
826
828
|
return n;
|
|
827
829
|
}
|
|
828
|
-
var
|
|
829
|
-
function
|
|
830
|
-
if (
|
|
831
|
-
return
|
|
830
|
+
var dr = /label:\s*([^\s;{]+)\s*(;|$)/g, R;
|
|
831
|
+
function be(r, e, t) {
|
|
832
|
+
if (r.length === 1 && typeof r[0] == "object" && r[0] !== null && r[0].styles !== void 0)
|
|
833
|
+
return r[0];
|
|
832
834
|
var n = !0, a = "";
|
|
833
835
|
R = void 0;
|
|
834
|
-
var s =
|
|
836
|
+
var s = r[0];
|
|
835
837
|
if (s == null || s.raw === void 0)
|
|
836
|
-
n = !1, a += D(t,
|
|
838
|
+
n = !1, a += D(t, e, s);
|
|
837
839
|
else {
|
|
838
840
|
var i = s;
|
|
839
841
|
a += i[0];
|
|
840
842
|
}
|
|
841
|
-
for (var c = 1; c <
|
|
842
|
-
if (a += D(t,
|
|
843
|
+
for (var c = 1; c < r.length; c++)
|
|
844
|
+
if (a += D(t, e, r[c]), n) {
|
|
843
845
|
var u = s;
|
|
844
846
|
a += u[c];
|
|
845
847
|
}
|
|
846
|
-
|
|
847
|
-
for (var d = "", l; (l =
|
|
848
|
+
dr.lastIndex = 0;
|
|
849
|
+
for (var d = "", l; (l = dr.exec(a)) !== null; )
|
|
848
850
|
d += "-" + l[1];
|
|
849
|
-
var m =
|
|
851
|
+
var m = ue(a) + d;
|
|
850
852
|
return {
|
|
851
853
|
name: m,
|
|
852
854
|
styles: a,
|
|
853
855
|
next: R
|
|
854
856
|
};
|
|
855
857
|
}
|
|
856
|
-
var
|
|
857
|
-
return
|
|
858
|
-
},
|
|
858
|
+
var ye = function(e) {
|
|
859
|
+
return e();
|
|
860
|
+
}, Cr = sr.useInsertionEffect ? sr.useInsertionEffect : !1, ve = Cr || ye, _e = Cr || k.useLayoutEffect, Sr = {}.hasOwnProperty, kr = /* @__PURE__ */ k.createContext(
|
|
859
861
|
// we're doing this to avoid preconstruct's dead code elimination in this one case
|
|
860
862
|
// because this module is primarily intended for the browser and node
|
|
861
863
|
// but it's also required in react native and similar environments sometimes
|
|
862
864
|
// and we could have a special build just for that
|
|
863
865
|
// but this is much easier and the native packages
|
|
864
866
|
// might use a different theme context in the future anyway
|
|
865
|
-
typeof HTMLElement < "u" ? /* @__PURE__ */
|
|
867
|
+
typeof HTMLElement < "u" ? /* @__PURE__ */ ie({
|
|
866
868
|
key: "css"
|
|
867
869
|
}) : null
|
|
868
|
-
),
|
|
870
|
+
), Ae = kr.Provider, xe = function(e) {
|
|
869
871
|
return /* @__PURE__ */ k.forwardRef(function(t, n) {
|
|
870
|
-
var a = k.useContext(
|
|
871
|
-
return
|
|
872
|
+
var a = k.useContext(kr);
|
|
873
|
+
return e(t, a, n);
|
|
872
874
|
});
|
|
873
|
-
},
|
|
875
|
+
}, ge = /* @__PURE__ */ k.createContext({}), er = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", Re = function(e, t) {
|
|
874
876
|
var n = {};
|
|
875
877
|
for (var a in t)
|
|
876
|
-
|
|
877
|
-
return n[
|
|
878
|
-
},
|
|
879
|
-
var t =
|
|
880
|
-
return
|
|
881
|
-
return
|
|
878
|
+
Sr.call(t, a) && (n[a] = t[a]);
|
|
879
|
+
return n[er] = e, n;
|
|
880
|
+
}, we = function(e) {
|
|
881
|
+
var t = e.cache, n = e.serialized, a = e.isStringTag;
|
|
882
|
+
return wr(t, n, a), ve(function() {
|
|
883
|
+
return fe(t, n, a);
|
|
882
884
|
}), null;
|
|
883
|
-
},
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
}), /* @__PURE__ */ k.createElement(a, u));
|
|
900
|
-
}
|
|
901
|
-
), Or = Er;
|
|
885
|
+
}, Ee = /* @__PURE__ */ xe(function(r, e, t) {
|
|
886
|
+
var n = r.css;
|
|
887
|
+
typeof n == "string" && e.registered[n] !== void 0 && (n = e.registered[n]);
|
|
888
|
+
var a = r[er], s = [n], i = "";
|
|
889
|
+
typeof r.className == "string" ? i = oe(e.registered, s, r.className) : r.className != null && (i = r.className + " ");
|
|
890
|
+
var c = be(s, void 0, k.useContext(ge));
|
|
891
|
+
i += e.key + "-" + c.name;
|
|
892
|
+
var u = {};
|
|
893
|
+
for (var d in r)
|
|
894
|
+
Sr.call(r, d) && d !== "css" && d !== er && (u[d] = r[d]);
|
|
895
|
+
return u.ref = t, u.className = i, /* @__PURE__ */ k.createElement(k.Fragment, null, /* @__PURE__ */ k.createElement(we, {
|
|
896
|
+
cache: e,
|
|
897
|
+
serialized: c,
|
|
898
|
+
isStringTag: typeof a == "string"
|
|
899
|
+
}), /* @__PURE__ */ k.createElement(a, u));
|
|
900
|
+
}), Oe = Ee;
|
|
902
901
|
export {
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
$
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
xr as w
|
|
902
|
+
Ae as C,
|
|
903
|
+
Oe as E,
|
|
904
|
+
ge as T,
|
|
905
|
+
Re as a,
|
|
906
|
+
ve as b,
|
|
907
|
+
ie as c,
|
|
908
|
+
oe as g,
|
|
909
|
+
Sr as h,
|
|
910
|
+
fe as i,
|
|
911
|
+
$e as j,
|
|
912
|
+
wr as r,
|
|
913
|
+
be as s,
|
|
914
|
+
_e as u,
|
|
915
|
+
xe as w
|
|
918
916
|
};
|