@htmlbricks/hb-footer 0.66.26 → 0.67.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/manifest.json CHANGED
@@ -344,7 +344,7 @@
344
344
  }
345
345
  }
346
346
  },
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.",
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. 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.",
348
348
  "storybookArgs": {
349
349
  "columns": {
350
350
  "control": {
@@ -501,7 +501,13 @@
501
501
  }
502
502
  }
503
503
  ],
504
- "iifeIntegrity": "sha384-i4HESwnW5nALqsCbS9o1V3dKvpQ0atb8dETL6hcovWyo3unSwZiowRdfGeFiwIam",
504
+ "iifeIntegrity": "sha384-cTf9kZJ8reLiJXfO6aAcfKmwrjyAeMcfg0OmCUtnmQiQHiNPu8pgps1e8oB1E/2X",
505
+ "dependencies": [
506
+ {
507
+ "name": "hb-contact-item",
508
+ "dependencies": []
509
+ }
510
+ ],
505
511
  "screenshots": [],
506
512
  "licenses": [
507
513
  {
@@ -523,5 +529,5 @@
523
529
  },
524
530
  "iifePath": "main.iife.js",
525
531
  "repoName": "@htmlbricks/hb-footer",
526
- "version": "0.66.26"
532
+ "version": "0.67.0"
527
533
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-footer",
3
- "version": "0.66.26",
3
+ "version": "0.67.0",
4
4
  "contributors": [],
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.",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",