@htmlbricks/hb-offcanvas 0.66.2 → 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
|
@@ -275,6 +275,8 @@
|
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
],
|
|
278
|
+
"iifeIntegrity": "sha384-9rTgByA0sraZp/bZDjq8VvVhCVg88jrqhunytkPOFP17BBjxrVWHoPeFsR+K6Uaj",
|
|
279
|
+
"iifeIntegrityType": "sha384",
|
|
278
280
|
"screenshots": [],
|
|
279
281
|
"licenses": [
|
|
280
282
|
{
|
|
@@ -296,5 +298,5 @@
|
|
|
296
298
|
},
|
|
297
299
|
"iifePath": "main.iife.js",
|
|
298
300
|
"repoName": "@htmlbricks/hb-offcanvas",
|
|
299
|
-
"version": "0.66.
|
|
301
|
+
"version": "0.66.4"
|
|
300
302
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-offcanvas",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bootstrap-style offcanvas panel that hosts sidebar-desktop navigation. Can start open or closed, optionally shows a backdrop (autohide) for dismissal, and dispatches page changes and open/close state.",
|
|
6
6
|
"licenses": [
|