@htmlbricks/hb-captcha-google-recaptcha-v2-invisible 0.65.22 → 0.66.0
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/manifest.json +6 -42
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
|
-
"description": "",
|
|
67
|
+
"description": "Loads the Google reCAPTCHA v2 invisible SDK, renders the widget with your `api_key`, and exposes `grecaptcha.execute()` / reset when the `get` attribute changes after render. Dispatches `googleRecaptchaRendered` once mounted and `googleRecaptchaV2Response` with the token from the verification callback.",
|
|
68
68
|
"storybookArgs": {
|
|
69
69
|
"api_key": {
|
|
70
70
|
"control": {
|
|
@@ -84,44 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"styleSetup": {
|
|
87
|
-
"vars": [
|
|
88
|
-
{
|
|
89
|
-
"name": "--bs-primary",
|
|
90
|
-
"valueType": "color",
|
|
91
|
-
"theme": "bootstrap",
|
|
92
|
-
"defaultValue": "#07689f"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "--bs-secondary",
|
|
96
|
-
"valueType": "color",
|
|
97
|
-
"theme": "bootstrap",
|
|
98
|
-
"defaultValue": "#c9d6df"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "--bs-success",
|
|
102
|
-
"valueType": "color",
|
|
103
|
-
"theme": "bootstrap",
|
|
104
|
-
"defaultValue": "#11d3bc"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "--bs-info",
|
|
108
|
-
"valueType": "color",
|
|
109
|
-
"theme": "bootstrap",
|
|
110
|
-
"defaultValue": "#a2d5f2"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "--bs-warning",
|
|
114
|
-
"valueType": "color",
|
|
115
|
-
"theme": "bootstrap",
|
|
116
|
-
"defaultValue": "#ffc107"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "--bs-danger",
|
|
120
|
-
"valueType": "color",
|
|
121
|
-
"theme": "bootstrap",
|
|
122
|
-
"defaultValue": "#f67280"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
87
|
+
"vars": [],
|
|
125
88
|
"parts": [
|
|
126
89
|
{
|
|
127
90
|
"name": "invalid-feedback",
|
|
@@ -151,12 +114,13 @@
|
|
|
151
114
|
],
|
|
152
115
|
"readmePath": "README.md",
|
|
153
116
|
"name": "hb-captcha-google-recaptcha-v2-invisible",
|
|
154
|
-
"category": "
|
|
117
|
+
"category": "utilities",
|
|
155
118
|
"tags": [
|
|
156
|
-
"
|
|
119
|
+
"utilities",
|
|
120
|
+
"security"
|
|
157
121
|
],
|
|
158
122
|
"size": {},
|
|
159
123
|
"iifePath": "main.iife.js",
|
|
160
124
|
"repoName": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
|
|
161
|
-
"version": "0.
|
|
125
|
+
"version": "0.66.0"
|
|
162
126
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Loads the Google reCAPTCHA v2 invisible SDK, renders the widget with your `api_key`, and exposes `grecaptcha.execute()` / reset when the `get` attribute changes after render. Dispatches `googleRecaptchaRendered` once mounted and `googleRecaptchaV2Response` with the token from the verification callback.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|