@htmlbricks/hb-captcha-google-recaptcha-v2-invisible 0.65.23 → 0.66.1
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/main.iife.js +2 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -39
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -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",
|
|
@@ -159,5 +122,5 @@
|
|
|
159
122
|
"size": {},
|
|
160
123
|
"iifePath": "main.iife.js",
|
|
161
124
|
"repoName": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
|
|
162
|
-
"version": "0.
|
|
125
|
+
"version": "0.66.1"
|
|
163
126
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|