@htmlbricks/hb-form-contact 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
|
@@ -247,44 +247,7 @@
|
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
249
|
"styleSetup": {
|
|
250
|
-
"vars": [
|
|
251
|
-
{
|
|
252
|
-
"name": "--bs-primary",
|
|
253
|
-
"valueType": "color",
|
|
254
|
-
"theme": "bootstrap",
|
|
255
|
-
"defaultValue": "#07689f"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"name": "--bs-secondary",
|
|
259
|
-
"valueType": "color",
|
|
260
|
-
"theme": "bootstrap",
|
|
261
|
-
"defaultValue": "#c9d6df"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"name": "--bs-success",
|
|
265
|
-
"valueType": "color",
|
|
266
|
-
"theme": "bootstrap",
|
|
267
|
-
"defaultValue": "#11d3bc"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"name": "--bs-info",
|
|
271
|
-
"valueType": "color",
|
|
272
|
-
"theme": "bootstrap",
|
|
273
|
-
"defaultValue": "#a2d5f2"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "--bs-warning",
|
|
277
|
-
"valueType": "color",
|
|
278
|
-
"theme": "bootstrap",
|
|
279
|
-
"defaultValue": "#ffc107"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"name": "--bs-danger",
|
|
283
|
-
"valueType": "color",
|
|
284
|
-
"theme": "bootstrap",
|
|
285
|
-
"defaultValue": "#f67280"
|
|
286
|
-
}
|
|
287
|
-
],
|
|
250
|
+
"vars": [],
|
|
288
251
|
"parts": [
|
|
289
252
|
{
|
|
290
253
|
"name": "container",
|
|
@@ -367,5 +330,5 @@
|
|
|
367
330
|
"size": {},
|
|
368
331
|
"iifePath": "main.iife.js",
|
|
369
332
|
"repoName": "@htmlbricks/hb-form-contact",
|
|
370
|
-
"version": "0.
|
|
333
|
+
"version": "0.66.1"
|
|
371
334
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form-contact",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Opinionated contact form: JSON `informations` toggles and labels fields (name, email, phone, subject, message, etc.) and builds the `hb-form` schema at runtime, including privacy-policy checkbox from `privacy_policy`. Optional `captcha` config embeds `hb-captcha-google-recaptcha-v2-invisible` before submit; success UI uses Svelte transitions.",
|
|
6
6
|
"licenses": [
|