@htmlbricks/hb-footer 0.73.1 → 0.73.3
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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
],
|
|
729
|
-
"iifeIntegrity": "sha384-
|
|
729
|
+
"iifeIntegrity": "sha384-nyNEZ2iP8dT6tQ1QXpkKYW9GyZk1+nbErxDUkYJqb3UmOvRd6KpnyDy87OP18PUh",
|
|
730
730
|
"dependencies": [
|
|
731
731
|
{
|
|
732
732
|
"name": "hb-contact-item",
|
|
@@ -754,5 +754,5 @@
|
|
|
754
754
|
},
|
|
755
755
|
"iifePath": "main.iife.js",
|
|
756
756
|
"repoName": "@htmlbricks/hb-footer",
|
|
757
|
-
"version": "0.73.
|
|
757
|
+
"version": "0.73.3"
|
|
758
758
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-footer",
|
|
3
|
-
"version": "0.73.
|
|
3
|
+
"version": "0.73.3",
|
|
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": [
|