@htmlbricks/hb-offcanvas 0.66.27 → 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/README.md +4 -4
- package/main.iife.js +111 -93
- package/main.iife.js.map +1 -1
- package/manifest.json +18 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
|
-
"description": "
|
|
162
|
+
"description": "Slide-in panel that hosts hb-sidebar-desktop navigation, with Bulma `modal-background` as optional backdrop when `type` is autohide. Can start open or closed; dispatches page changes and open/close state.",
|
|
163
163
|
"storybookArgs": {
|
|
164
164
|
"opened": {
|
|
165
165
|
"control": {
|
|
@@ -275,7 +275,22 @@
|
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
],
|
|
278
|
-
"iifeIntegrity": "sha384-
|
|
278
|
+
"iifeIntegrity": "sha384-gx7F0FqCxaNAAYG4P2AC6e96Ceg51gOBqVKZsZLyniuPzfPzJOWqO0DBAXQ5ymW3",
|
|
279
|
+
"dependencies": [
|
|
280
|
+
{
|
|
281
|
+
"name": "hb-sidenav-link",
|
|
282
|
+
"dependencies": []
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "hb-sidebar-desktop",
|
|
286
|
+
"dependencies": [
|
|
287
|
+
{
|
|
288
|
+
"name": "hb-sidenav-link",
|
|
289
|
+
"dependencies": []
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
}
|
|
293
|
+
],
|
|
279
294
|
"screenshots": [],
|
|
280
295
|
"licenses": [
|
|
281
296
|
{
|
|
@@ -297,5 +312,5 @@
|
|
|
297
312
|
},
|
|
298
313
|
"iifePath": "main.iife.js",
|
|
299
314
|
"repoName": "@htmlbricks/hb-offcanvas",
|
|
300
|
-
"version": "0.
|
|
315
|
+
"version": "0.67.0"
|
|
301
316
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-offcanvas",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Slide-in panel that hosts hb-sidebar-desktop navigation, with Bulma `modal-background` as optional backdrop when `type` is autohide. Can start open or closed; dispatches page changes and open/close state.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|