{
  "name": "@htmlbricks/hb-offcanvas",
  "version": "0.76.5",
  "contributors": [],
  "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.",
  "licenses": [
    {
      "type": "Apache-2.0",
      "path": "LICENSE.md",
      "cost": 0,
      "currency": "EUR"
    }
  ],
  "main": "main.iife.js",
  "types": "./types/html-elements.d.ts",
  "exports": {
    ".": "./main.iife.js",
    "./package.json": "./package.json",
    "./types/html-elements": "./types/html-elements.d.ts",
    "./types/svelte-elements": "./types/svelte-elements.d.ts",
    "./types/webcomponent.type": "./types/webcomponent.type.d.ts"
  },
  "dependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "private": false
}