@htmlbricks/hb-footer 0.66.3 → 0.66.4
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 +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -498,6 +498,8 @@
|
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
],
|
|
501
|
+
"iifeIntegrity": "sha384-3zBAaCNbp+osE5BBDznbg+qC3DrWhppRqJ56gy/m5iX5XjMVPdnp1eMR6XCJYwhg",
|
|
502
|
+
"iifeIntegrityType": "sha384",
|
|
501
503
|
"screenshots": [],
|
|
502
504
|
"licenses": [
|
|
503
505
|
{
|
|
@@ -519,5 +521,5 @@
|
|
|
519
521
|
},
|
|
520
522
|
"iifePath": "main.iife.js",
|
|
521
523
|
"repoName": "@htmlbricks/hb-footer",
|
|
522
|
-
"version": "0.66.
|
|
524
|
+
"version": "0.66.4"
|
|
523
525
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-footer",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
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. 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": [
|