@htmlbricks/hb-footer 0.71.35 → 0.71.37
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/README.md +72 -25
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +39 -15
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +1 -3
- package/types/webcomponent.type.d.ts +2 -1
package/manifest.json
CHANGED
|
@@ -129,6 +129,7 @@
|
|
|
129
129
|
"additionalProperties": false,
|
|
130
130
|
"properties": {
|
|
131
131
|
"_id": {
|
|
132
|
+
"description": "Optional in JSON; the component assigns stable ids in `$effect` when missing.",
|
|
132
133
|
"type": "string"
|
|
133
134
|
},
|
|
134
135
|
"address": {
|
|
@@ -147,9 +148,6 @@
|
|
|
147
148
|
"$ref": "#/definitions/ISiteContact"
|
|
148
149
|
}
|
|
149
150
|
},
|
|
150
|
-
"required": [
|
|
151
|
-
"_id"
|
|
152
|
-
],
|
|
153
151
|
"type": "object"
|
|
154
152
|
},
|
|
155
153
|
"type": "array"
|
|
@@ -396,11 +394,36 @@
|
|
|
396
394
|
}
|
|
397
395
|
},
|
|
398
396
|
"styleSetup": {
|
|
399
|
-
"vars": [
|
|
397
|
+
"vars": [
|
|
398
|
+
{
|
|
399
|
+
"name": "--hb-footer-sections",
|
|
400
|
+
"valueType": "number",
|
|
401
|
+
"defaultValue": "1",
|
|
402
|
+
"description": "Count of equal-width footer columns (computed inline on `.hb-footer-columns`; controls `flex-basis`)."
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "--bulma-section-padding-desktop",
|
|
406
|
+
"valueType": "number",
|
|
407
|
+
"defaultValue": "5rem",
|
|
408
|
+
"description": "Top padding of the host `<footer>` block."
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "--bulma-block-spacing",
|
|
412
|
+
"valueType": "number",
|
|
413
|
+
"defaultValue": "1rem",
|
|
414
|
+
"description": "Spacing between `hb-contact-item` rows and section padding."
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "--bulma-size-7",
|
|
418
|
+
"valueType": "text",
|
|
419
|
+
"defaultValue": "",
|
|
420
|
+
"description": "Bottom copyright / registration line typography."
|
|
421
|
+
}
|
|
422
|
+
],
|
|
400
423
|
"parts": [
|
|
401
424
|
{
|
|
402
425
|
"name": "column-cell-button-content",
|
|
403
|
-
"description": ""
|
|
426
|
+
"description": "Ghost button in link columns; style label alignment and wrap for column links."
|
|
404
427
|
}
|
|
405
428
|
]
|
|
406
429
|
},
|
|
@@ -408,22 +431,23 @@
|
|
|
408
431
|
"htmlSlots": [
|
|
409
432
|
{
|
|
410
433
|
"name": "footerpolicy",
|
|
411
|
-
"description": ""
|
|
434
|
+
"description": "Wraps the policy link row; default renders `policies` as anchors or `footerClick` buttons."
|
|
412
435
|
},
|
|
413
436
|
{
|
|
414
|
-
"
|
|
415
|
-
"
|
|
437
|
+
"name": "footerheader",
|
|
438
|
+
"description": "Optional region above the main column grid (regular layout)."
|
|
416
439
|
},
|
|
417
440
|
{
|
|
418
|
-
"
|
|
419
|
-
"
|
|
441
|
+
"name": "footercontent",
|
|
442
|
+
"description": "Wraps the main `columns` grid (company, contacts, socials, link columns); default markup provided."
|
|
420
443
|
},
|
|
421
444
|
{
|
|
422
|
-
"
|
|
423
|
-
"
|
|
445
|
+
"name": "footerbottom",
|
|
446
|
+
"description": "Bottom centered line (copyright / registration text)."
|
|
424
447
|
},
|
|
425
448
|
{
|
|
426
|
-
"name": "footer_small"
|
|
449
|
+
"name": "footer_small",
|
|
450
|
+
"description": "Compact bar content when `type=\"small\"` and not expanded; default shows year and company name."
|
|
427
451
|
}
|
|
428
452
|
],
|
|
429
453
|
"i18n": [],
|
|
@@ -702,7 +726,7 @@
|
|
|
702
726
|
}
|
|
703
727
|
}
|
|
704
728
|
],
|
|
705
|
-
"iifeIntegrity": "sha384-
|
|
729
|
+
"iifeIntegrity": "sha384-q1DD1vxJFSCQHQUy/lt0G5TWJMVdLmaEu/A/eaEAHMMImbQR/1gr73cN53mvg3KO",
|
|
706
730
|
"dependencies": [
|
|
707
731
|
{
|
|
708
732
|
"name": "hb-contact-item",
|
|
@@ -730,5 +754,5 @@
|
|
|
730
754
|
},
|
|
731
755
|
"iifePath": "main.iife.js",
|
|
732
756
|
"repoName": "@htmlbricks/hb-footer",
|
|
733
|
-
"version": "0.71.
|
|
757
|
+
"version": "0.71.37"
|
|
734
758
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-footer",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.37",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Site footer in `small`, `regular`, or `large` layouts: company block, optional brand/contacts column, link columns, social icons, `hb-contact-item` rows, and policy links—all driven by JSON props. Regular layout uses Bulma `container`, `columns` / `column`, `title`, and `button`. On small layouts the body can expand/collapse unless `disable_expanding_small` is set; slots `footerheader`, `footercontent`, and `footerbottom` wrap major regions.",
|
|
6
6
|
"licenses": [
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"additionalProperties": false,
|
|
101
101
|
"properties": {
|
|
102
102
|
"_id": {
|
|
103
|
+
"description": "Optional in JSON; the component assigns stable ids in `$effect` when missing.",
|
|
103
104
|
"type": "string"
|
|
104
105
|
},
|
|
105
106
|
"address": {
|
|
@@ -118,9 +119,6 @@
|
|
|
118
119
|
"$ref": "#/definitions/ISiteContact"
|
|
119
120
|
}
|
|
120
121
|
},
|
|
121
|
-
"required": [
|
|
122
|
-
"_id"
|
|
123
|
-
],
|
|
124
122
|
"type": "object"
|
|
125
123
|
},
|
|
126
124
|
"type": "array"
|
|
@@ -25,7 +25,8 @@ export interface IColumn {
|
|
|
25
25
|
_id?: string;
|
|
26
26
|
cells: {
|
|
27
27
|
label?: string;
|
|
28
|
-
|
|
28
|
+
/** Optional in JSON; the component assigns stable ids in `$effect` when missing. */
|
|
29
|
+
_id?: string;
|
|
29
30
|
phone?: IPhoneContact;
|
|
30
31
|
address?: IAddressContact;
|
|
31
32
|
email?: IEmailContact;
|