@yandex/smart-captcha
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -36,3 +36,2 @@ "use strict"; | ||
const useSmartCaptcha_1 = require("../hooks/useSmartCaptcha"); | ||
const style = { height: 102 }; | ||
const InvisibleSmartCaptcha = (props) => { | ||
@@ -76,4 +75,4 @@ const containerRef = react_1.useRef(null); | ||
}, [onSuccess, subscribe]); | ||
return react_1.default.createElement("div", { ref: containerRef, className: "smart-captcha", style: style }); | ||
return react_1.default.createElement("div", { ref: containerRef, className: "smart-captcha" }); | ||
}; | ||
exports.InvisibleSmartCaptcha = InvisibleSmartCaptcha; |
{ | ||
"name": "@yandex/smart-captcha", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
47750
56
1022
5