Skip to content

Commit

Permalink
Emi/new backdrop prop (#44)
Browse files Browse the repository at this point in the history
* added hasBackdrop prop

* updated readme, added passiveSitKey condition to not change current behaviour

* updated readme

* updated version

* updated snapshots

---------

Co-authored-by: ingmartino <[email protected]>
  • Loading branch information
emilianodevborn and emimemos authored Sep 21, 2023
1 parent aadd079 commit c5f1e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/ConfirmHcaptcha.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exports[`ConfirmHcaptcha snapshot tests renders ConfirmHcaptcha with all props 1
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<script type=\\"text/javascript\\">
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_5_1\\"].forEach(function (value, i) { window[value] = true; });
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_6_0\\"].forEach(function (value, i) { window[value] = true; });
</script>
<script src=\\"https://all.props/api-endpoint?render=explicit&onload=onloadCallback&host=all-props-host&hl=en&sentry=true&endpoint=https%3A%2F%2Fall.props%2Fendpoint&assethost=https%3A%2F%2Fall.props%2Fassethost&imghost=https%3A%2F%2Fall.props%2Fimghost&reportapi=https%3A%2F%2Fall.props%2Freportapi\\" async defer></script>
<script type=\\"text/javascript\\">
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/Hcaptcha.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`Hcaptcha snapshot tests renders Hcaptcha with all props 1`] = `
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<script type=\\"text/javascript\\">
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_5_1\\"].forEach(function (value, i) { window[value] = true; });
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_6_0\\"].forEach(function (value, i) { window[value] = true; });
</script>
<script src=\\"https://all.props/api-endpoint?render=explicit&onload=onloadCallback&host=all-props-host&hl=fr&endpoint=https%3A%2F%2Fall.props%2Fendpoint&assethost=https%3A%2F%2Fall.props%2Fassethost&imghost=https%3A%2F%2Fall.props%2Fimghost&reportapi=https%3A%2F%2Fall.props%2Freportapi\\" async defer></script>
<script type=\\"text/javascript\\">
Expand Down

0 comments on commit c5f1e25

Please sign in to comment.