@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.
Files changed (232) hide show
  1. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts.map +1 -1
  2. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.js +10 -1
  3. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +1 -0
  4. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts +2 -0
  5. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
  6. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js +32 -0
  7. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/procaptchaReady.unit.test.js.map +1 -0
  8. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js +19 -9
  9. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +1 -0
  10. 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
  11. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentProvider.js +1 -1
  12. 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
  13. package/{dist → .rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist}/bundle/util/captcha/captchaProps.d.ts +1 -0
  14. 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
  15. 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
  16. 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
  17. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js +2 -1
  18. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +1 -0
  19. 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
  20. 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
  21. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js.map +1 -0
  22. 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
  23. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js +0 -1
  24. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.js.map +1 -1
  25. 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
  26. package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js +6 -2
  27. package/.rollup.cache/home/chris/dev/prosopo/captcha-private/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +1 -0
  28. package/CHANGELOG.md +440 -0
  29. package/coverage/base.css +224 -0
  30. package/coverage/block-navigation.js +87 -0
  31. package/coverage/clover.xml +599 -0
  32. package/coverage/coverage-final.json +17 -0
  33. package/coverage/favicon.png +0 -0
  34. package/coverage/index.html +161 -0
  35. package/coverage/prettify.css +1 -0
  36. package/coverage/prettify.js +2 -0
  37. package/coverage/sort-arrow-sprite.png +0 -0
  38. package/coverage/sorter.js +210 -0
  39. package/coverage/src/components.ts.html +139 -0
  40. package/coverage/src/index.html +131 -0
  41. package/coverage/src/index.ts.html +844 -0
  42. package/coverage/src/util/captcha/captchaComponentProvider.tsx.html +214 -0
  43. package/coverage/src/util/captcha/captchaComponentsList.ts.html +178 -0
  44. package/coverage/src/util/captcha/captchaProps.ts.html +166 -0
  45. package/coverage/src/util/captcha/captchaRenderer.tsx.html +481 -0
  46. package/coverage/src/util/captcha/captchaType.ts.html +181 -0
  47. package/coverage/src/util/captcha/components/frictionlessCaptcha.tsx.html +205 -0
  48. package/coverage/src/util/captcha/components/imageCaptcha.tsx.html +178 -0
  49. package/coverage/src/util/captcha/components/index.html +146 -0
  50. package/coverage/src/util/captcha/components/powCaptcha.tsx.html +178 -0
  51. package/coverage/src/util/captcha/index.html +176 -0
  52. package/coverage/src/util/config.ts.html +172 -0
  53. package/coverage/src/util/configCreator.ts.html +241 -0
  54. package/coverage/src/util/index.html +191 -0
  55. package/coverage/src/util/language.ts.html +244 -0
  56. package/coverage/src/util/timeout.ts.html +214 -0
  57. package/coverage/src/util/widgetFactory.ts.html +532 -0
  58. package/coverage/src/util/widgetThemeResolver.ts.html +205 -0
  59. package/dist/bundle/{ProcaptchaWidget-CXxnCzl2.js → ProcaptchaWidget-CuMH13Bh.js} +340 -320
  60. package/dist/bundle/{ProcaptchaWidget-BIt2pcrz.js → ProcaptchaWidget-DsflBBn_.js} +25 -25
  61. package/dist/bundle/{browser-ponyfill-CvzSbL_o.js → browser-ponyfill-DXriyH6D.js} +4 -4
  62. package/dist/bundle/{builder-DNHtDoNG.js → builder-ByZ5z580.js} +3 -1
  63. package/dist/bundle/captchaComponentProvider-D02Su4nd.js +1013 -0
  64. package/dist/bundle/captchaRenderer-BV-WgbEA.js +70 -0
  65. package/dist/bundle/{commonChunk-BKceWhtS.js → commonChunk-PB26mndo.js} +66 -69
  66. package/dist/bundle/{emotion-element-5486c51c.browser.esm-CimrRZxS.js → emotion-element-c39617d8.browser.esm-DG1XhEZ1.js} +343 -345
  67. package/dist/bundle/{index-KHTbPva_.js → index-B9KeZfID.js} +3 -3
  68. package/dist/bundle/{index-hrOz2CPm.js → index-Calnfnac.js} +97 -87
  69. package/dist/bundle/index-DU371vQ0.js +1634 -0
  70. package/dist/bundle/index.d.ts.map +1 -1
  71. package/dist/bundle/nobleChunk-Bbltwf44.js +2728 -0
  72. package/dist/bundle/procaptcha.bundle.js +2 -2
  73. package/dist/bundle/tests/procaptchaReady.unit.test.d.ts.map +1 -0
  74. package/dist/bundle/util/captcha/captchaComponentProvider.d.ts.map +1 -1
  75. package/dist/bundle/util/captcha/captchaProps.d.ts.map +1 -1
  76. package/dist/bundle/util/captcha/captchaRenderer.d.ts.map +1 -1
  77. package/dist/bundle/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -1
  78. package/dist/bundle/util/configCreator.d.ts.map +1 -1
  79. package/dist/bundle/util/widgetFactory.d.ts.map +1 -1
  80. package/dist/bundle/{utilChunk-DPr6oTOj.js → utilChunk-WRTGKXbU.js} +109 -102
  81. package/dist/bundle/{utilCryptoChunk-BKe3CKqn.js → utilCryptoChunk-B4ZdOwus.js} +252 -243
  82. package/dist/bundle/{web2Chunk-Cqw91v-J.js → web2Chunk-BGN6Hv-C.js} +1097 -1002
  83. package/dist/bundle/web3Chunk-BIX2T9Eo.js +525 -0
  84. package/dist/bundle/{zodChunk-wTu9ZHzV.js → zodChunk-CaINhWMQ.js} +10 -10
  85. package/dist/cjs/index.cjs +10 -1
  86. package/dist/cjs/util/captcha/captchaComponentProvider.cjs +3 -2
  87. package/dist/cjs/util/captcha/captchaRenderer.cjs +4 -3
  88. package/dist/cjs/util/captcha/components/frictionlessCaptcha.cjs +4 -3
  89. package/dist/cjs/util/captcha/components/imageCaptcha.cjs +1 -1
  90. package/dist/cjs/util/captcha/components/powCaptcha.cjs +1 -1
  91. package/dist/cjs/util/configCreator.cjs +0 -1
  92. package/dist/cjs/util/widgetFactory.cjs +7 -2
  93. package/dist/components.d.ts.map +1 -0
  94. package/dist/components.js +5 -0
  95. package/dist/components.js.map +1 -0
  96. package/dist/index.d.ts.map +1 -0
  97. package/dist/index.js +10 -1
  98. package/dist/index.js.map +1 -0
  99. package/dist/tests/procaptchaReady.unit.test.d.ts +2 -0
  100. package/dist/tests/procaptchaReady.unit.test.d.ts.map +1 -0
  101. package/dist/tests/procaptchaReady.unit.test.js +32 -0
  102. package/dist/tests/procaptchaReady.unit.test.js.map +1 -0
  103. package/dist/tests/util/captchaType.test.d.ts.map +1 -0
  104. package/dist/tests/util/captchaType.test.js +36 -0
  105. package/dist/tests/util/captchaType.test.js.map +1 -0
  106. package/dist/tests/util/config.test.d.ts.map +1 -0
  107. package/dist/tests/util/config.test.js +69 -0
  108. package/dist/tests/util/config.test.js.map +1 -0
  109. package/dist/tests/util/renderLogic.test.d.ts.map +1 -0
  110. package/dist/tests/util/renderLogic.test.js +136 -0
  111. package/dist/tests/util/renderLogic.test.js.map +1 -0
  112. package/dist/util/captcha/captchaComponentProvider.d.ts.map +1 -0
  113. package/dist/util/captcha/captchaComponentProvider.js +3 -2
  114. package/dist/util/captcha/captchaComponentProvider.js.map +1 -0
  115. package/dist/util/captcha/captchaComponentsList.d.ts.map +1 -0
  116. package/dist/util/captcha/captchaComponentsList.js.map +1 -0
  117. package/{.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle → dist}/util/captcha/captchaProps.d.ts +1 -0
  118. package/dist/util/captcha/captchaProps.d.ts.map +1 -0
  119. package/dist/util/captcha/captchaProps.js +2 -0
  120. package/dist/util/captcha/captchaProps.js.map +1 -0
  121. package/dist/{bundle/util → util}/captcha/captchaRenderer.d.ts +1 -1
  122. package/dist/util/captcha/captchaRenderer.d.ts.map +1 -0
  123. package/dist/util/captcha/captchaRenderer.js +4 -3
  124. package/dist/util/captcha/captchaRenderer.js.map +1 -0
  125. package/dist/util/captcha/captchaType.d.ts.map +1 -0
  126. package/dist/util/captcha/captchaType.js.map +1 -0
  127. package/dist/util/captcha/components/frictionlessCaptcha.d.ts.map +1 -0
  128. package/dist/util/captcha/components/frictionlessCaptcha.js +4 -3
  129. package/dist/util/captcha/components/frictionlessCaptcha.js.map +1 -0
  130. package/dist/util/captcha/components/imageCaptcha.d.ts.map +1 -0
  131. package/dist/util/captcha/components/imageCaptcha.js +1 -1
  132. package/dist/util/captcha/components/imageCaptcha.js.map +1 -0
  133. package/dist/util/captcha/components/powCaptcha.d.ts.map +1 -0
  134. package/dist/util/captcha/components/powCaptcha.js +1 -1
  135. package/dist/util/captcha/components/powCaptcha.js.map +1 -0
  136. package/dist/util/config.d.ts.map +1 -0
  137. package/dist/util/config.js.map +1 -0
  138. package/dist/util/configCreator.d.ts.map +1 -0
  139. package/dist/util/configCreator.js +0 -1
  140. package/dist/util/configCreator.js.map +1 -0
  141. package/dist/util/language.d.ts.map +1 -0
  142. package/dist/util/language.js.map +1 -0
  143. package/dist/util/timeout.d.ts.map +1 -0
  144. package/dist/util/timeout.js.map +1 -0
  145. package/dist/util/widgetFactory.d.ts.map +1 -0
  146. package/dist/util/widgetFactory.js +7 -2
  147. package/dist/util/widgetFactory.js.map +1 -0
  148. package/dist/util/widgetThemeResolver.d.ts.map +1 -0
  149. package/dist/util/widgetThemeResolver.js.map +1 -0
  150. package/package.json +24 -25
  151. package/stats.html +2239 -2132
  152. package/vite.test.config.ts +3 -2
  153. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/index.js.map +0 -1
  154. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/tests/util/renderLogic.test.js.map +0 -1
  155. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaRenderer.js.map +0 -1
  156. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/components/frictionlessCaptcha.js.map +0 -1
  157. package/.rollup.cache/home/runner/work/captcha/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.js.map +0 -1
  158. package/dist/bundle/captchaComponentProvider-BGEAkC9Y.js +0 -968
  159. package/dist/bundle/captchaRenderer-CqnUYyKY.js +0 -70
  160. package/dist/bundle/index-7Xh-Mf8v.js +0 -1318
  161. package/dist/bundle/nobleChunk-CQ4ENyKh.js +0 -3769
  162. package/dist/bundle/web3Chunk-BcwDKvjL.js +0 -517
  163. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts +0 -0
  164. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.d.ts.map +0 -0
  165. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js +0 -0
  166. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/components.js.map +0 -0
  167. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/index.d.ts +0 -0
  168. /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
  169. /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
  170. /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
  171. /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
  172. /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
  173. /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
  174. /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
  175. /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
  176. /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
  177. /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
  178. /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
  179. /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
  180. /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
  181. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaComponentsList.js +0 -0
  182. /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
  183. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaProps.js +0 -0
  184. /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
  185. /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
  186. /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
  187. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/captcha/captchaType.js +0 -0
  188. /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
  189. /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
  190. /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
  191. /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
  192. /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
  193. /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
  194. /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
  195. /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
  196. /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
  197. /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
  198. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.d.ts +0 -0
  199. /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
  200. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js +0 -0
  201. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/config.js.map +0 -0
  202. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/configCreator.d.ts +0 -0
  203. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.d.ts +0 -0
  204. /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
  205. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js +0 -0
  206. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/language.js.map +0 -0
  207. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.d.ts +0 -0
  208. /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
  209. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js +0 -0
  210. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/timeout.js.map +0 -0
  211. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetFactory.d.ts +0 -0
  212. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.d.ts +0 -0
  213. /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
  214. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js +0 -0
  215. /package/.rollup.cache/home/{runner/work/captcha → chris/dev/prosopo/captcha-private}/captcha/packages/procaptcha-bundle/dist/bundle/util/widgetThemeResolver.js.map +0 -0
  216. /package/dist/{bundle/components.d.ts → components.d.ts} +0 -0
  217. /package/dist/{bundle/index.d.ts → index.d.ts} +0 -0
  218. /package/dist/{bundle/tests → tests}/util/captchaType.test.d.ts +0 -0
  219. /package/dist/{bundle/tests → tests}/util/config.test.d.ts +0 -0
  220. /package/dist/{bundle/tests → tests}/util/renderLogic.test.d.ts +0 -0
  221. /package/dist/{bundle/util → util}/captcha/captchaComponentProvider.d.ts +0 -0
  222. /package/dist/{bundle/util → util}/captcha/captchaComponentsList.d.ts +0 -0
  223. /package/dist/{bundle/util → util}/captcha/captchaType.d.ts +0 -0
  224. /package/dist/{bundle/util → util}/captcha/components/frictionlessCaptcha.d.ts +0 -0
  225. /package/dist/{bundle/util → util}/captcha/components/imageCaptcha.d.ts +0 -0
  226. /package/dist/{bundle/util → util}/captcha/components/powCaptcha.d.ts +0 -0
  227. /package/dist/{bundle/util → util}/config.d.ts +0 -0
  228. /package/dist/{bundle/util → util}/configCreator.d.ts +0 -0
  229. /package/dist/{bundle/util → util}/language.d.ts +0 -0
  230. /package/dist/{bundle/util → util}/timeout.d.ts +0 -0
  231. /package/dist/{bundle/util → util}/widgetFactory.d.ts +0 -0
  232. /package/dist/{bundle/util → util}/widgetThemeResolver.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,445 @@
1
1
  # @prosopo/procaptcha-bundle
2
2
 
3
+ ## 3.2.2
4
+ ### Patch Changes
5
+
6
+ - 0699e28: Release in production mode
7
+ - Updated dependencies [8f1773a]
8
+ - @prosopo/types@3.5.11
9
+ - @prosopo/procaptcha-common@2.9.13
10
+ - @prosopo/procaptcha-frictionless@2.8.14
11
+ - @prosopo/procaptcha-pow@2.8.21
12
+ - @prosopo/procaptcha-react@2.9.13
13
+
14
+ ## 3.2.1
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [cb8ab85]
18
+ - @prosopo/procaptcha-frictionless@2.8.13
19
+ - @prosopo/types@3.5.10
20
+ - @prosopo/procaptcha-common@2.9.12
21
+ - @prosopo/procaptcha-pow@2.8.20
22
+ - @prosopo/procaptcha-react@2.9.12
23
+
24
+ ## 3.2.0
25
+ ### Minor Changes
26
+
27
+ - 6e69716: Add procaptcha:ready event to signal when window.procaptcha is available
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [43907e8]
32
+ - Updated dependencies [005ce66]
33
+ - Updated dependencies [7101036]
34
+ - @prosopo/types@3.5.9
35
+ - @prosopo/util@3.1.7
36
+ - @prosopo/procaptcha-common@2.9.11
37
+ - @prosopo/procaptcha-frictionless@2.8.12
38
+ - @prosopo/procaptcha-pow@2.8.19
39
+ - @prosopo/procaptcha-react@2.9.11
40
+
41
+ ## 3.1.11
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies [e5c259d]
45
+ - @prosopo/types@3.5.8
46
+ - @prosopo/procaptcha-frictionless@2.8.11
47
+ - @prosopo/procaptcha-common@2.9.10
48
+ - @prosopo/procaptcha-pow@2.8.18
49
+ - @prosopo/procaptcha-react@2.9.10
50
+
51
+ ## 3.1.10
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [b8185a4]
55
+ - @prosopo/config@3.1.21
56
+ - @prosopo/procaptcha-frictionless@2.8.10
57
+ - @prosopo/procaptcha-pow@2.8.17
58
+ - @prosopo/dotenv@3.0.26
59
+ - @prosopo/procaptcha-react@2.9.9
60
+ - @prosopo/locale@3.1.21
61
+ - @prosopo/procaptcha-common@2.9.9
62
+ - @prosopo/types@3.5.7
63
+ - @prosopo/util@3.1.6
64
+ - @prosopo/widget-skeleton@2.7.7
65
+
66
+ ## 3.1.9
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [5d11a81]
70
+ - @prosopo/types@3.5.6
71
+ - @prosopo/procaptcha-common@2.9.8
72
+ - @prosopo/procaptcha-frictionless@2.8.9
73
+ - @prosopo/procaptcha-pow@2.8.16
74
+ - @prosopo/procaptcha-react@2.9.8
75
+
76
+ ## 3.1.8
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [494c5a8]
80
+ - @prosopo/types@3.5.5
81
+ - @prosopo/procaptcha-common@2.9.7
82
+ - @prosopo/procaptcha-frictionless@2.8.8
83
+ - @prosopo/procaptcha-pow@2.8.15
84
+ - @prosopo/procaptcha-react@2.9.7
85
+
86
+ ## 3.1.7
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [08ff50f]
90
+ - @prosopo/types@3.5.4
91
+ - @prosopo/procaptcha-common@2.9.6
92
+ - @prosopo/procaptcha-frictionless@2.8.7
93
+ - @prosopo/procaptcha-pow@2.8.14
94
+ - @prosopo/procaptcha-react@2.9.6
95
+
96
+ ## 3.1.6
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies [1e3a838]
100
+ - @prosopo/config@3.1.20
101
+ - @prosopo/procaptcha-common@2.9.5
102
+ - @prosopo/procaptcha-frictionless@2.8.6
103
+ - @prosopo/dotenv@3.0.25
104
+ - @prosopo/locale@3.1.20
105
+ - @prosopo/procaptcha-pow@2.8.13
106
+ - @prosopo/procaptcha-react@2.9.5
107
+ - @prosopo/types@3.5.3
108
+ - @prosopo/util@3.1.5
109
+ - @prosopo/widget-skeleton@2.7.6
110
+
111
+ ## 3.1.5
112
+ ### Patch Changes
113
+
114
+ - 5659b24: Release 3.4.4
115
+ - Updated dependencies [5659b24]
116
+ - @prosopo/procaptcha-frictionless@2.8.5
117
+ - @prosopo/procaptcha-common@2.9.4
118
+ - @prosopo/procaptcha-react@2.9.4
119
+ - @prosopo/widget-skeleton@2.7.5
120
+ - @prosopo/procaptcha-pow@2.8.12
121
+ - @prosopo/dotenv@3.0.24
122
+ - @prosopo/locale@3.1.19
123
+ - @prosopo/types@3.5.2
124
+ - @prosopo/util@3.1.4
125
+ - @prosopo/config@3.1.19
126
+
127
+ ## 3.1.4
128
+ ### Patch Changes
129
+
130
+ - 50c4120: Release 3.4.3
131
+ - Updated dependencies [52cd544]
132
+ - Updated dependencies [c72ecbd]
133
+ - Updated dependencies [b117ba3]
134
+ - Updated dependencies [50c4120]
135
+ - @prosopo/procaptcha-frictionless@2.8.4
136
+ - @prosopo/types@3.5.1
137
+ - @prosopo/dotenv@3.0.23
138
+ - @prosopo/procaptcha-common@2.9.3
139
+ - @prosopo/procaptcha-react@2.9.3
140
+ - @prosopo/widget-skeleton@2.7.4
141
+ - @prosopo/procaptcha-pow@2.8.11
142
+ - @prosopo/locale@3.1.18
143
+ - @prosopo/util@3.1.3
144
+ - @prosopo/config@3.1.18
145
+
146
+ ## 3.1.3
147
+ ### Patch Changes
148
+
149
+ - 618703f: Release 3.4.2
150
+ - Updated dependencies [618703f]
151
+ - Updated dependencies [e20ad6b]
152
+ - @prosopo/procaptcha-frictionless@2.8.3
153
+ - @prosopo/procaptcha-common@2.9.2
154
+ - @prosopo/procaptcha-react@2.9.2
155
+ - @prosopo/widget-skeleton@2.7.3
156
+ - @prosopo/procaptcha-pow@2.8.10
157
+ - @prosopo/dotenv@3.0.22
158
+ - @prosopo/locale@3.1.17
159
+ - @prosopo/types@3.5.0
160
+ - @prosopo/util@3.1.2
161
+ - @prosopo/config@3.1.17
162
+
163
+ ## 3.1.2
164
+ ### Patch Changes
165
+
166
+ - 11303d9: Release 3.4.0
167
+ - 18cb28b: Release 3.4.1
168
+ - Updated dependencies [11303d9]
169
+ - Updated dependencies [18cb28b]
170
+ - Updated dependencies [11303d9]
171
+ - @prosopo/procaptcha-frictionless@2.8.2
172
+ - @prosopo/procaptcha-common@2.9.1
173
+ - @prosopo/procaptcha-react@2.9.1
174
+ - @prosopo/widget-skeleton@2.7.2
175
+ - @prosopo/procaptcha-pow@2.8.9
176
+ - @prosopo/dotenv@3.0.21
177
+ - @prosopo/locale@3.1.16
178
+ - @prosopo/types@3.4.1
179
+ - @prosopo/util@3.1.1
180
+ - @prosopo/config@3.1.16
181
+
182
+ ## 3.1.1
183
+ ### Patch Changes
184
+
185
+ - f3f7aec: Release 3.4.0
186
+ - Updated dependencies [f3f7aec]
187
+ - Updated dependencies [6768f14]
188
+ - @prosopo/procaptcha-frictionless@2.8.1
189
+ - @prosopo/procaptcha-common@2.9.0
190
+ - @prosopo/procaptcha-react@2.9.0
191
+ - @prosopo/widget-skeleton@2.7.1
192
+ - @prosopo/procaptcha-pow@2.8.8
193
+ - @prosopo/dotenv@3.0.20
194
+ - @prosopo/locale@3.1.15
195
+ - @prosopo/types@3.4.0
196
+ - @prosopo/util@3.1.0
197
+ - @prosopo/config@3.1.15
198
+
199
+ ## 3.1.0
200
+ ### Minor Changes
201
+
202
+ - 97edf3f: Adding dom manip checks
203
+
204
+ ### Patch Changes
205
+
206
+ - Release 3.3.1
207
+ - 0824221: Release 3.2.4
208
+ - Updated dependencies [97edf3f]
209
+ - Updated dependencies
210
+ - Updated dependencies [0824221]
211
+ - @prosopo/procaptcha-frictionless@2.8.0
212
+ - @prosopo/widget-skeleton@2.7.0
213
+ - @prosopo/types@3.3.0
214
+ - @prosopo/procaptcha-common@2.8.7
215
+ - @prosopo/procaptcha-react@2.8.7
216
+ - @prosopo/procaptcha-pow@2.8.7
217
+ - @prosopo/dotenv@3.0.19
218
+ - @prosopo/locale@3.1.14
219
+ - @prosopo/util@3.0.17
220
+ - @prosopo/config@3.1.14
221
+
222
+ ## 3.0.27
223
+ ### Patch Changes
224
+
225
+ - 008d112: Release 3.3.0
226
+ - Updated dependencies [509be28]
227
+ - Updated dependencies [008d112]
228
+ - @prosopo/types@3.2.1
229
+ - @prosopo/procaptcha-frictionless@2.7.6
230
+ - @prosopo/procaptcha-common@2.8.6
231
+ - @prosopo/procaptcha-react@2.8.6
232
+ - @prosopo/widget-skeleton@2.6.14
233
+ - @prosopo/procaptcha-pow@2.8.6
234
+ - @prosopo/dotenv@3.0.18
235
+ - @prosopo/locale@3.1.13
236
+ - @prosopo/util@3.0.16
237
+ - @prosopo/config@3.1.13
238
+
239
+ ## 3.0.26
240
+ ### Patch Changes
241
+
242
+ - 0824221: Release 3.2.4
243
+ - Updated dependencies [cf48565]
244
+ - Updated dependencies [0824221]
245
+ - @prosopo/types@3.2.0
246
+ - @prosopo/procaptcha-frictionless@2.7.5
247
+ - @prosopo/procaptcha-common@2.8.5
248
+ - @prosopo/procaptcha-react@2.8.5
249
+ - @prosopo/widget-skeleton@2.6.13
250
+ - @prosopo/procaptcha-pow@2.8.5
251
+ - @prosopo/dotenv@3.0.17
252
+ - @prosopo/locale@3.1.12
253
+ - @prosopo/util@3.0.15
254
+ - @prosopo/config@3.1.12
255
+
256
+ ## 3.0.25
257
+ ### Patch Changes
258
+
259
+ - 0d1a33e: Adding ipcomparison service with user features
260
+ - 1a23649: Release 3.2.3
261
+ - Updated dependencies [0d1a33e]
262
+ - Updated dependencies [0d1a33e]
263
+ - Updated dependencies [1a23649]
264
+ - @prosopo/locale@3.1.11
265
+ - @prosopo/types@3.1.4
266
+ - @prosopo/procaptcha-frictionless@2.7.4
267
+ - @prosopo/procaptcha-common@2.8.4
268
+ - @prosopo/procaptcha-react@2.8.4
269
+ - @prosopo/widget-skeleton@2.6.12
270
+ - @prosopo/procaptcha-pow@2.8.4
271
+ - @prosopo/dotenv@3.0.16
272
+ - @prosopo/util@3.0.14
273
+ - @prosopo/config@3.1.11
274
+
275
+ ## 3.0.24
276
+ ### Patch Changes
277
+
278
+ - 657a827: Release 3.2.2
279
+ - Updated dependencies [657a827]
280
+ - @prosopo/procaptcha-frictionless@2.7.3
281
+ - @prosopo/procaptcha-common@2.8.3
282
+ - @prosopo/procaptcha-react@2.8.3
283
+ - @prosopo/widget-skeleton@2.6.11
284
+ - @prosopo/procaptcha-pow@2.8.3
285
+ - @prosopo/dotenv@3.0.15
286
+ - @prosopo/locale@3.1.10
287
+ - @prosopo/types@3.1.3
288
+ - @prosopo/util@3.0.13
289
+ - @prosopo/config@3.1.10
290
+
291
+ ## 3.0.23
292
+ ### Patch Changes
293
+
294
+ - 4440947: fix type-only tsc compilation
295
+ - 7bdaca6: Release 3.2.1
296
+ - Updated dependencies [4440947]
297
+ - Updated dependencies [7bdaca6]
298
+ - Updated dependencies [809b984]
299
+ - Updated dependencies [1249ce0]
300
+ - Updated dependencies [809b984]
301
+ - @prosopo/procaptcha-frictionless@2.7.2
302
+ - @prosopo/procaptcha-common@2.8.2
303
+ - @prosopo/procaptcha-react@2.8.2
304
+ - @prosopo/widget-skeleton@2.6.10
305
+ - @prosopo/procaptcha-pow@2.8.2
306
+ - @prosopo/dotenv@3.0.14
307
+ - @prosopo/locale@3.1.9
308
+ - @prosopo/types@3.1.2
309
+ - @prosopo/util@3.0.12
310
+ - @prosopo/config@3.1.9
311
+
312
+ ## 3.0.22
313
+ ### Patch Changes
314
+
315
+ - 6fe8570: Release 3.2.0
316
+ - Updated dependencies [1f980c4]
317
+ - Updated dependencies [6fe8570]
318
+ - @prosopo/types@3.1.1
319
+ - @prosopo/procaptcha-frictionless@2.7.1
320
+ - @prosopo/procaptcha-common@2.8.1
321
+ - @prosopo/procaptcha-react@2.8.1
322
+ - @prosopo/widget-skeleton@2.6.9
323
+ - @prosopo/procaptcha-pow@2.8.1
324
+ - @prosopo/dotenv@3.0.13
325
+ - @prosopo/locale@3.1.8
326
+ - @prosopo/util@3.0.11
327
+ - @prosopo/config@3.1.8
328
+
329
+ ## 3.0.21
330
+ ### Patch Changes
331
+
332
+ - f304be9: Release 3.1.13
333
+ - Updated dependencies [f304be9]
334
+ - Updated dependencies [8bdc7f0]
335
+ - @prosopo/procaptcha-frictionless@2.7.0
336
+ - @prosopo/procaptcha-common@2.8.0
337
+ - @prosopo/procaptcha-react@2.8.0
338
+ - @prosopo/widget-skeleton@2.6.8
339
+ - @prosopo/procaptcha-pow@2.8.0
340
+ - @prosopo/dotenv@3.0.12
341
+ - @prosopo/locale@3.1.7
342
+ - @prosopo/types@3.1.0
343
+ - @prosopo/util@3.0.10
344
+ - @prosopo/config@3.1.7
345
+
346
+ ## 3.0.20
347
+ ### Patch Changes
348
+
349
+ - 9eed772: Release 3.1.12
350
+ - a07db04: Release 3.1.12
351
+ - Updated dependencies [b4442f0]
352
+ - Updated dependencies [9eed772]
353
+ - Updated dependencies [a07db04]
354
+ - Updated dependencies [ebb0168]
355
+ - @prosopo/procaptcha-react@2.7.0
356
+ - @prosopo/procaptcha-frictionless@2.6.39
357
+ - @prosopo/procaptcha-pow@2.7.25
358
+ - @prosopo/config@3.1.6
359
+ - @prosopo/util@3.0.9
360
+ - @prosopo/dotenv@3.0.11
361
+ - @prosopo/locale@3.1.6
362
+ - @prosopo/procaptcha-common@2.7.18
363
+ - @prosopo/types@3.0.10
364
+ - @prosopo/widget-skeleton@2.6.7
365
+
366
+ ## 3.0.19
367
+ ### Patch Changes
368
+
369
+ - @prosopo/procaptcha-frictionless@2.6.38
370
+ - @prosopo/procaptcha-pow@2.7.24
371
+ - @prosopo/procaptcha-react@2.6.38
372
+
373
+ ## 3.0.18
374
+ ### Patch Changes
375
+
376
+ - 6960643: lint detect missing and unneccessary imports
377
+ - 3663edb: Fixing and re enabling tests marked as skip
378
+ - Updated dependencies [d8e855c]
379
+ - Updated dependencies [6960643]
380
+ - @prosopo/locale@3.1.5
381
+ - @prosopo/procaptcha-frictionless@2.6.37
382
+ - @prosopo/procaptcha-common@2.7.17
383
+ - @prosopo/procaptcha-react@2.6.37
384
+ - @prosopo/widget-skeleton@2.6.6
385
+ - @prosopo/procaptcha-pow@2.7.23
386
+ - @prosopo/dotenv@3.0.10
387
+ - @prosopo/types@3.0.9
388
+ - @prosopo/util@3.0.8
389
+
390
+ ## 3.0.17
391
+ ### Patch Changes
392
+
393
+ - 30e7d4d: Fixing coverage report and more damn linting
394
+ - Updated dependencies [30e7d4d]
395
+ - Updated dependencies [857c614]
396
+ - @prosopo/procaptcha-frictionless@2.6.36
397
+ - @prosopo/procaptcha-react@2.6.36
398
+ - @prosopo/procaptcha-pow@2.7.22
399
+ - @prosopo/config@3.1.5
400
+ - @prosopo/common@3.1.4
401
+ - @prosopo/dotenv@3.0.9
402
+ - @prosopo/locale@3.1.4
403
+ - @prosopo/types@3.0.8
404
+ - @prosopo/util@3.0.7
405
+ - @prosopo/util-crypto@13.5.6
406
+ - @prosopo/widget-skeleton@2.6.5
407
+
408
+ ## 3.0.16
409
+ ### Patch Changes
410
+
411
+ - 1f3a02f: Release 3.1.8
412
+ - Updated dependencies [1f3a02f]
413
+ - @prosopo/procaptcha-frictionless@2.6.35
414
+ - @prosopo/procaptcha-react@2.6.35
415
+ - @prosopo/procaptcha-pow@2.7.21
416
+
417
+ ## 3.0.15
418
+ ### Patch Changes
419
+
420
+ - 926df8a: lint
421
+ - Updated dependencies [926df8a]
422
+ - @prosopo/procaptcha-frictionless@2.6.34
423
+ - @prosopo/procaptcha-react@2.6.34
424
+ - @prosopo/procaptcha-pow@2.7.20
425
+
426
+ ## 3.0.14
427
+ ### Patch Changes
428
+
429
+ - Updated dependencies [44ffda2]
430
+ - Updated dependencies [a49b538]
431
+ - @prosopo/config@3.1.4
432
+ - @prosopo/common@3.1.3
433
+ - @prosopo/dotenv@3.0.8
434
+ - @prosopo/locale@3.1.3
435
+ - @prosopo/procaptcha-frictionless@2.6.33
436
+ - @prosopo/procaptcha-pow@2.7.19
437
+ - @prosopo/procaptcha-react@2.6.33
438
+ - @prosopo/types@3.0.7
439
+ - @prosopo/util@3.0.6
440
+ - @prosopo/util-crypto@13.5.5
441
+ - @prosopo/widget-skeleton@2.6.4
442
+
3
443
  ## 3.0.13
4
444
  ### Patch Changes
5
445
 
@@ -0,0 +1,224 @@
1
+ body, html {
2
+ margin:0; padding: 0;
3
+ height: 100%;
4
+ }
5
+ body {
6
+ font-family: Helvetica Neue, Helvetica, Arial;
7
+ font-size: 14px;
8
+ color:#333;
9
+ }
10
+ .small { font-size: 12px; }
11
+ *, *:after, *:before {
12
+ -webkit-box-sizing:border-box;
13
+ -moz-box-sizing:border-box;
14
+ box-sizing:border-box;
15
+ }
16
+ h1 { font-size: 20px; margin: 0;}
17
+ h2 { font-size: 14px; }
18
+ pre {
19
+ font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
20
+ margin: 0;
21
+ padding: 0;
22
+ -moz-tab-size: 2;
23
+ -o-tab-size: 2;
24
+ tab-size: 2;
25
+ }
26
+ a { color:#0074D9; text-decoration:none; }
27
+ a:hover { text-decoration:underline; }
28
+ .strong { font-weight: bold; }
29
+ .space-top1 { padding: 10px 0 0 0; }
30
+ .pad2y { padding: 20px 0; }
31
+ .pad1y { padding: 10px 0; }
32
+ .pad2x { padding: 0 20px; }
33
+ .pad2 { padding: 20px; }
34
+ .pad1 { padding: 10px; }
35
+ .space-left2 { padding-left:55px; }
36
+ .space-right2 { padding-right:20px; }
37
+ .center { text-align:center; }
38
+ .clearfix { display:block; }
39
+ .clearfix:after {
40
+ content:'';
41
+ display:block;
42
+ height:0;
43
+ clear:both;
44
+ visibility:hidden;
45
+ }
46
+ .fl { float: left; }
47
+ @media only screen and (max-width:640px) {
48
+ .col3 { width:100%; max-width:100%; }
49
+ .hide-mobile { display:none!important; }
50
+ }
51
+
52
+ .quiet {
53
+ color: #7f7f7f;
54
+ color: rgba(0,0,0,0.5);
55
+ }
56
+ .quiet a { opacity: 0.7; }
57
+
58
+ .fraction {
59
+ font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
60
+ font-size: 10px;
61
+ color: #555;
62
+ background: #E8E8E8;
63
+ padding: 4px 5px;
64
+ border-radius: 3px;
65
+ vertical-align: middle;
66
+ }
67
+
68
+ div.path a:link, div.path a:visited { color: #333; }
69
+ table.coverage {
70
+ border-collapse: collapse;
71
+ margin: 10px 0 0 0;
72
+ padding: 0;
73
+ }
74
+
75
+ table.coverage td {
76
+ margin: 0;
77
+ padding: 0;
78
+ vertical-align: top;
79
+ }
80
+ table.coverage td.line-count {
81
+ text-align: right;
82
+ padding: 0 5px 0 20px;
83
+ }
84
+ table.coverage td.line-coverage {
85
+ text-align: right;
86
+ padding-right: 10px;
87
+ min-width:20px;
88
+ }
89
+
90
+ table.coverage td span.cline-any {
91
+ display: inline-block;
92
+ padding: 0 5px;
93
+ width: 100%;
94
+ }
95
+ .missing-if-branch {
96
+ display: inline-block;
97
+ margin-right: 5px;
98
+ border-radius: 3px;
99
+ position: relative;
100
+ padding: 0 4px;
101
+ background: #333;
102
+ color: yellow;
103
+ }
104
+
105
+ .skip-if-branch {
106
+ display: none;
107
+ margin-right: 10px;
108
+ position: relative;
109
+ padding: 0 4px;
110
+ background: #ccc;
111
+ color: white;
112
+ }
113
+ .missing-if-branch .typ, .skip-if-branch .typ {
114
+ color: inherit !important;
115
+ }
116
+ .coverage-summary {
117
+ border-collapse: collapse;
118
+ width: 100%;
119
+ }
120
+ .coverage-summary tr { border-bottom: 1px solid #bbb; }
121
+ .keyline-all { border: 1px solid #ddd; }
122
+ .coverage-summary td, .coverage-summary th { padding: 10px; }
123
+ .coverage-summary tbody { border: 1px solid #bbb; }
124
+ .coverage-summary td { border-right: 1px solid #bbb; }
125
+ .coverage-summary td:last-child { border-right: none; }
126
+ .coverage-summary th {
127
+ text-align: left;
128
+ font-weight: normal;
129
+ white-space: nowrap;
130
+ }
131
+ .coverage-summary th.file { border-right: none !important; }
132
+ .coverage-summary th.pct { }
133
+ .coverage-summary th.pic,
134
+ .coverage-summary th.abs,
135
+ .coverage-summary td.pct,
136
+ .coverage-summary td.abs { text-align: right; }
137
+ .coverage-summary td.file { white-space: nowrap; }
138
+ .coverage-summary td.pic { min-width: 120px !important; }
139
+ .coverage-summary tfoot td { }
140
+
141
+ .coverage-summary .sorter {
142
+ height: 10px;
143
+ width: 7px;
144
+ display: inline-block;
145
+ margin-left: 0.5em;
146
+ background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
147
+ }
148
+ .coverage-summary .sorted .sorter {
149
+ background-position: 0 -20px;
150
+ }
151
+ .coverage-summary .sorted-desc .sorter {
152
+ background-position: 0 -10px;
153
+ }
154
+ .status-line { height: 10px; }
155
+ /* yellow */
156
+ .cbranch-no { background: yellow !important; color: #111; }
157
+ /* dark red */
158
+ .red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
159
+ .low .chart { border:1px solid #C21F39 }
160
+ .highlighted,
161
+ .highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
162
+ background: #C21F39 !important;
163
+ }
164
+ /* medium red */
165
+ .cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
166
+ /* light red */
167
+ .low, .cline-no { background:#FCE1E5 }
168
+ /* light green */
169
+ .high, .cline-yes { background:rgb(230,245,208) }
170
+ /* medium green */
171
+ .cstat-yes { background:rgb(161,215,106) }
172
+ /* dark green */
173
+ .status-line.high, .high .cover-fill { background:rgb(77,146,33) }
174
+ .high .chart { border:1px solid rgb(77,146,33) }
175
+ /* dark yellow (gold) */
176
+ .status-line.medium, .medium .cover-fill { background: #f9cd0b; }
177
+ .medium .chart { border:1px solid #f9cd0b; }
178
+ /* light yellow */
179
+ .medium { background: #fff4c2; }
180
+
181
+ .cstat-skip { background: #ddd; color: #111; }
182
+ .fstat-skip { background: #ddd; color: #111 !important; }
183
+ .cbranch-skip { background: #ddd !important; color: #111; }
184
+
185
+ span.cline-neutral { background: #eaeaea; }
186
+
187
+ .coverage-summary td.empty {
188
+ opacity: .5;
189
+ padding-top: 4px;
190
+ padding-bottom: 4px;
191
+ line-height: 1;
192
+ color: #888;
193
+ }
194
+
195
+ .cover-fill, .cover-empty {
196
+ display:inline-block;
197
+ height: 12px;
198
+ }
199
+ .chart {
200
+ line-height: 0;
201
+ }
202
+ .cover-empty {
203
+ background: white;
204
+ }
205
+ .cover-full {
206
+ border-right: none !important;
207
+ }
208
+ pre.prettyprint {
209
+ border: none !important;
210
+ padding: 0 !important;
211
+ margin: 0 !important;
212
+ }
213
+ .com { color: #999 !important; }
214
+ .ignore-none { color: #999; font-weight: normal; }
215
+
216
+ .wrapper {
217
+ min-height: 100%;
218
+ height: auto !important;
219
+ height: 100%;
220
+ margin: 0 auto -48px;
221
+ }
222
+ .footer, .push {
223
+ height: 48px;
224
+ }