{
  "schemaVersion": "1.0.0",
  "readme": "README.md",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "lib/jb-notification-wrapper.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Full-screen notification wrapper that stacks slotted jb-notification elements.",
          "name": "JBNotificationWrapperWebComponent",
          "tagName": "jb-notification-wrapper",
          "customElement": true,
          "superclass": {
            "name": "HTMLElement"
          },
          "attributes": [
            {
              "name": "x-position",
              "description": "Reserved observed attribute. The current implementation does not apply positioning behavior from this attribute.",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "y-position",
              "description": "Reserved observed attribute. The current implementation does not apply positioning behavior from this attribute.",
              "type": {
                "text": "string"
              }
            }
          ],
          "slots": [
            {
              "name": "",
              "description": "Notification elements rendered inside the wrapper."
            }
          ],
          "cssProperties": [
            {
              "name": "--jb-notification-wrapper-align-items",
              "description": "Wrapper flex alignment."
            },
            {
              "name": "--jb-notification-wrapper-display",
              "description": "Wrapper display value."
            },
            {
              "name": "--jb-notification-wrapper-flex-direction",
              "description": "Wrapper flex direction."
            },
            {
              "name": "--jb-notification-wrapper-gap",
              "description": "Gap between notifications."
            },
            {
              "name": "--jb-notification-wrapper-height",
              "description": "Wrapper height."
            },
            {
              "name": "--jb-notification-wrapper-left",
              "description": "Wrapper left offset."
            },
            {
              "name": "--jb-notification-wrapper-overflow",
              "description": "Wrapper overflow value."
            },
            {
              "name": "--jb-notification-wrapper-position",
              "description": "Wrapper CSS position value."
            },
            {
              "name": "--jb-notification-wrapper-padding-top",
              "description": "Wrapper top padding."
            },
            {
              "name": "--jb-notification-wrapper-pointer-events",
              "description": "Wrapper pointer events value."
            },
            {
              "name": "--jb-notification-wrapper-top",
              "description": "Wrapper top offset."
            },
            {
              "name": "--jb-notification-wrapper-width",
              "description": "Wrapper width."
            },
            {
              "name": "--jb-notification-wrapper-z-index",
              "description": "Wrapper z-index."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "JBNotificationWrapperWebComponent",
          "declaration": {
            "name": "JBNotificationWrapperWebComponent",
            "module": "lib/jb-notification-wrapper.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jb-notification-wrapper",
          "declaration": {
            "name": "JBNotificationWrapperWebComponent",
            "module": "lib/jb-notification-wrapper.ts"
          }
        }
      ]
    }
  ]
}
