@htmlbricks/hb-form-contact 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/main.iife.js +2 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +6 -43
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
|
-
"description": "",
|
|
225
|
+
"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.",
|
|
226
226
|
"storybookArgs": {
|
|
227
227
|
"informations": {
|
|
228
228
|
"control": {
|
|
@@ -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",
|
|
@@ -359,13 +322,13 @@
|
|
|
359
322
|
],
|
|
360
323
|
"readmePath": "README.md",
|
|
361
324
|
"name": "hb-form-contact",
|
|
362
|
-
"category": "
|
|
325
|
+
"category": "forms",
|
|
363
326
|
"tags": [
|
|
364
|
-
"
|
|
365
|
-
"
|
|
327
|
+
"forms",
|
|
328
|
+
"contact"
|
|
366
329
|
],
|
|
367
330
|
"size": {},
|
|
368
331
|
"iifePath": "main.iife.js",
|
|
369
332
|
"repoName": "@htmlbricks/hb-form-contact",
|
|
370
|
-
"version": "0.
|
|
333
|
+
"version": "0.66.0"
|
|
371
334
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form-contact",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|