{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-banner.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-banner",
          "declaration": {
            "name": "Banner",
            "module": "/src/Banner.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Banner.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Banner",
          "slots": [
            {
              "description": "Primary message of the banner.",
              "name": "header"
            },
            {
              "description": "Secondary message of the banner. Used to provide a description.",
              "name": "content"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'info' | 'warning' | 'error'"
              },
              "privacy": "public",
              "default": "'info'",
              "attribute": "type",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "corner",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "corner",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "description": "Determines the style, can be \"info\", \"warning\", or \"error\". Default is \"info\"",
              "name": "type",
              "type": {
                "text": "'info' | 'warning' | 'error'"
              },
              "default": "'info'",
              "fieldName": "type"
            },
            {
              "description": "Determines if banner sets position at upper right corner or not.",
              "name": "corner",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "corner"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          },
          "tagName": "sp-banner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Banner",
          "declaration": {
            "name": "Banner",
            "module": "src/Banner.js"
          }
        }
      ]
    }
  ]
}
