@htmlbricks/hb-offcanvas 0.65.22 → 0.66.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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -11
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
|
-
"description": "",
|
|
162
|
+
"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.",
|
|
163
163
|
"storybookArgs": {
|
|
164
164
|
"opened": {
|
|
165
165
|
"control": {
|
|
@@ -214,14 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
},
|
|
216
216
|
"styleSetup": {
|
|
217
|
-
"vars": [
|
|
218
|
-
{
|
|
219
|
-
"name": "--bs-primary",
|
|
220
|
-
"defaultValue": "#07689f",
|
|
221
|
-
"valueType": "color",
|
|
222
|
-
"theme": "bootstrap"
|
|
223
|
-
}
|
|
224
|
-
],
|
|
217
|
+
"vars": [],
|
|
225
218
|
"parts": [
|
|
226
219
|
{
|
|
227
220
|
"name": "header",
|
|
@@ -295,12 +288,13 @@
|
|
|
295
288
|
"name": "hb-offcanvas",
|
|
296
289
|
"category": "layout",
|
|
297
290
|
"tags": [
|
|
298
|
-
"layout"
|
|
291
|
+
"layout",
|
|
292
|
+
"navigation"
|
|
299
293
|
],
|
|
300
294
|
"size": {
|
|
301
295
|
"layout": "fullscreen"
|
|
302
296
|
},
|
|
303
297
|
"iifePath": "main.iife.js",
|
|
304
298
|
"repoName": "@htmlbricks/hb-offcanvas",
|
|
305
|
-
"version": "0.
|
|
299
|
+
"version": "0.66.0"
|
|
306
300
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-offcanvas",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|