@htmlbricks/hb-footer 0.71.34 → 0.71.36
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 +151 -24
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +38 -12
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -396,11 +396,36 @@
|
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
398
|
"styleSetup": {
|
|
399
|
-
"vars": [
|
|
399
|
+
"vars": [
|
|
400
|
+
{
|
|
401
|
+
"name": "--hb-footer-sections",
|
|
402
|
+
"valueType": "number",
|
|
403
|
+
"defaultValue": "1",
|
|
404
|
+
"description": "Count of equal-width footer columns (computed inline on `.hb-footer-columns`; controls `flex-basis`)."
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "--bulma-section-padding-desktop",
|
|
408
|
+
"valueType": "number",
|
|
409
|
+
"defaultValue": "5rem",
|
|
410
|
+
"description": "Top padding of the host `<footer>` block."
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "--bulma-block-spacing",
|
|
414
|
+
"valueType": "number",
|
|
415
|
+
"defaultValue": "1rem",
|
|
416
|
+
"description": "Spacing between `hb-contact-item` rows and section padding."
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "--bulma-size-7",
|
|
420
|
+
"valueType": "text",
|
|
421
|
+
"defaultValue": "",
|
|
422
|
+
"description": "Bottom copyright / registration line typography."
|
|
423
|
+
}
|
|
424
|
+
],
|
|
400
425
|
"parts": [
|
|
401
426
|
{
|
|
402
427
|
"name": "column-cell-button-content",
|
|
403
|
-
"description": ""
|
|
428
|
+
"description": "Ghost button in link columns; style label alignment and wrap for column links."
|
|
404
429
|
}
|
|
405
430
|
]
|
|
406
431
|
},
|
|
@@ -408,22 +433,23 @@
|
|
|
408
433
|
"htmlSlots": [
|
|
409
434
|
{
|
|
410
435
|
"name": "footerpolicy",
|
|
411
|
-
"description": ""
|
|
436
|
+
"description": "Wraps the policy link row; default renders `policies` as anchors or `footerClick` buttons."
|
|
412
437
|
},
|
|
413
438
|
{
|
|
414
|
-
"
|
|
415
|
-
"
|
|
439
|
+
"name": "footerheader",
|
|
440
|
+
"description": "Optional region above the main column grid (regular layout)."
|
|
416
441
|
},
|
|
417
442
|
{
|
|
418
|
-
"
|
|
419
|
-
"
|
|
443
|
+
"name": "footercontent",
|
|
444
|
+
"description": "Wraps the main `columns` grid (company, contacts, socials, link columns); default markup provided."
|
|
420
445
|
},
|
|
421
446
|
{
|
|
422
|
-
"
|
|
423
|
-
"
|
|
447
|
+
"name": "footerbottom",
|
|
448
|
+
"description": "Bottom centered line (copyright / registration text)."
|
|
424
449
|
},
|
|
425
450
|
{
|
|
426
|
-
"name": "footer_small"
|
|
451
|
+
"name": "footer_small",
|
|
452
|
+
"description": "Compact bar content when `type=\"small\"` and not expanded; default shows year and company name."
|
|
427
453
|
}
|
|
428
454
|
],
|
|
429
455
|
"i18n": [],
|
|
@@ -702,7 +728,7 @@
|
|
|
702
728
|
}
|
|
703
729
|
}
|
|
704
730
|
],
|
|
705
|
-
"iifeIntegrity": "sha384-
|
|
731
|
+
"iifeIntegrity": "sha384-8pnJscO6LhE6dKfvoFHRPrO9GMClWyapaEvqejZl118CgkXJe0T+GT/9yPDQVGy7",
|
|
706
732
|
"dependencies": [
|
|
707
733
|
{
|
|
708
734
|
"name": "hb-contact-item",
|
|
@@ -730,5 +756,5 @@
|
|
|
730
756
|
},
|
|
731
757
|
"iifePath": "main.iife.js",
|
|
732
758
|
"repoName": "@htmlbricks/hb-footer",
|
|
733
|
-
"version": "0.71.
|
|
759
|
+
"version": "0.71.36"
|
|
734
760
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-footer",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
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": [
|