@htmlbricks/hb-footer 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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
|
-
"description": "",
|
|
347
|
+
"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. On small layouts the body can expand/collapse unless `disable_expanding_small` is set; slots `footerheader`, `footercontent`, and `footerbottom` wrap major regions.",
|
|
348
348
|
"storybookArgs": {
|
|
349
349
|
"columns": {
|
|
350
350
|
"control": {
|
|
@@ -511,12 +511,13 @@
|
|
|
511
511
|
"name": "hb-footer",
|
|
512
512
|
"category": "layout",
|
|
513
513
|
"tags": [
|
|
514
|
-
"layout"
|
|
514
|
+
"layout",
|
|
515
|
+
"navigation"
|
|
515
516
|
],
|
|
516
517
|
"size": {
|
|
517
518
|
"layout": "fullscreen"
|
|
518
519
|
},
|
|
519
520
|
"iifePath": "main.iife.js",
|
|
520
521
|
"repoName": "@htmlbricks/hb-footer",
|
|
521
|
-
"version": "0.
|
|
522
|
+
"version": "0.66.0"
|
|
522
523
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-footer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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. 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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|