@htmlbricks/hb-offcanvas 0.68.1 → 0.68.2

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/manifest.json CHANGED
@@ -214,7 +214,14 @@
214
214
  }
215
215
  },
216
216
  "styleSetup": {
217
- "vars": [],
217
+ "vars": [
218
+ {
219
+ "name": "--hb-offcanvas-host-z",
220
+ "valueType": "number",
221
+ "defaultValue": "1038",
222
+ "description": "Z-index of the host so backdrop/panel stack above following siblings (e.g. layout-mobile shell). Default 1038."
223
+ }
224
+ ],
218
225
  "parts": [
219
226
  {
220
227
  "name": "header",
@@ -273,9 +280,92 @@
273
280
  "navpage": "settings",
274
281
  "companytitle": "acme corp"
275
282
  }
283
+ },
284
+ {
285
+ "name": "closed",
286
+ "description": "Drawer starts closed; same navigation model as default.",
287
+ "data": {
288
+ "opened": false,
289
+ "navlinks": [
290
+ {
291
+ "label": "Home",
292
+ "key": "home",
293
+ "icon": "house-door"
294
+ },
295
+ {
296
+ "label": "Dashboard",
297
+ "key": "dashboard",
298
+ "icon": "speedometer"
299
+ },
300
+ {
301
+ "label": "Settings",
302
+ "key": "settings",
303
+ "icon": "gear"
304
+ }
305
+ ],
306
+ "navpage": "home",
307
+ "companytitle": "Acme Corp"
308
+ }
309
+ },
310
+ {
311
+ "name": "autohide",
312
+ "description": "Autohide variant with backdrop dismiss behavior.",
313
+ "data": {
314
+ "opened": true,
315
+ "type": "autohide",
316
+ "navlinks": [
317
+ {
318
+ "label": "Inbox",
319
+ "key": "inbox",
320
+ "icon": "inbox"
321
+ },
322
+ {
323
+ "label": "Archive",
324
+ "key": "archive",
325
+ "icon": "archive"
326
+ }
327
+ ],
328
+ "navpage": "inbox",
329
+ "companytitle": "Mail"
330
+ }
331
+ },
332
+ {
333
+ "name": "footerAndGroups",
334
+ "description": "Footer slot enabled with grouped nav metadata.",
335
+ "data": {
336
+ "opened": true,
337
+ "type": "small",
338
+ "enablefooter": true,
339
+ "groups": [
340
+ {
341
+ "key": "main",
342
+ "label": "Main"
343
+ },
344
+ {
345
+ "key": "admin",
346
+ "label": "Admin"
347
+ }
348
+ ],
349
+ "navlinks": [
350
+ {
351
+ "label": "Overview",
352
+ "key": "overview",
353
+ "icon": "grid",
354
+ "group": "main"
355
+ },
356
+ {
357
+ "label": "Users",
358
+ "key": "users",
359
+ "icon": "people",
360
+ "group": "admin"
361
+ }
362
+ ],
363
+ "navpage": "overview",
364
+ "companytitle": "Console"
365
+ }
276
366
  }
277
367
  ],
278
- "iifeIntegrity": "sha384-C8/7gumnE5E3eAAB0Wz2ukymZ0uEwgIbr4n22bMDyXx1BhvUxx0ecS33ytBK7O9N",
368
+ "iifeIntegrity": "sha384-8Bac1rJ+8CjlSrnsvVv+anB7OhmgO9jEi03nTHGkNZ+4k1n+ZPZGwm/c4hgG81Av",
279
369
  "dependencies": [
280
370
  {
281
371
  "name": "hb-sidenav-link",
@@ -312,5 +402,5 @@
312
402
  },
313
403
  "iifePath": "main.iife.js",
314
404
  "repoName": "@htmlbricks/hb-offcanvas",
315
- "version": "0.68.1"
405
+ "version": "0.68.2"
316
406
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-offcanvas",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
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": [