{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/auro-card.js",
      "declarations": [
        {
          "kind": "class",
          "description": "The `<auro-card>` element provides users a flexible way to convey a summary of information.",
          "name": "AuroCard",
          "cssParts": [
            {
              "description": "Apply styles to the outer string text container.",
              "name": "content"
            },
            {
              "description": "Apply styles to the named cta slot container.",
              "name": "cta"
            },
            {
              "description": "Apply styles to the named description slot container.",
              "name": "description"
            },
            {
              "description": "Apply styles to the named header slot container.",
              "name": "header"
            },
            {
              "description": "Apply styles to the named image slot container.",
              "name": "image"
            },
            {
              "description": "Apply styles to the outer image slot container.",
              "name": "imageWrapper"
            },
            {
              "description": "Apply styles to the [auro-hyperlink](https://auro.alaskaair.com/components/auro/hyperlink/api#link) element.",
              "name": "link"
            }
          ],
          "slots": [
            {
              "description": "Content slot for call-to-action content.",
              "name": "cta"
            },
            {
              "description": "Content slot for string text description content.",
              "name": "description"
            },
            {
              "description": "Content slot for string text header content.",
              "name": "header"
            },
            {
              "description": "Content slot for image content.",
              "name": "image"
            }
          ],
          "members": [
            {
              "kind": "method",
              "name": "_initializeDefaults",
              "type": {
                "text": "_initializeDefaults() => void"
              }
            },
            {
              "kind": "field",
              "name": "border",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "Adds desired UI border to the `auro-card` element.",
              "attribute": "border",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "center",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "Centers content within the scope of the `auro-card`.",
              "attribute": "center",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "href",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "Sets the card to function as a hyperlink to the provided href value & disables the default CTA slot.",
              "attribute": "href",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "register",
              "static": true,
              "parameters": [
                {
                  "name": "name",
                  "default": "\"auro-card\"",
                  "description": "The name of the element that you want to register.",
                  "optional": true,
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "This will register this element with the browser.",
              "type": {
                "text": "register(name?: string = \"auro-card\") => void"
              }
            },
            {
              "kind": "field",
              "name": "rel",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "Sets rel attribute on the [auro-hyperlink](https://auro.alaskaair.com/components/auro/hyperlink/api#rel).",
              "attribute": "rel",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "relative",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the auto URL re-write feature will be disabled. [See here for info about hyperlink relative attribute](https://auro.alaskaair.com/components/auro/hyperlink/api#relative).",
              "attribute": "relative",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "role",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "Sets role attribute on the [auro-hyperlink](https://auro.alaskaair.com/components/auro/hyperlink/api#role).",
              "attribute": "role",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "setRole",
              "description": "Sets the role attribute for the component.",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "target",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "Sets target attribute on the [auro-hyperlink](https://auro.alaskaair.com/components/auro/hyperlink/api#target).",
              "attribute": "target",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "variant",
              "privacy": "public",
              "type": {
                "text": "'inset-content' | 'inset-container' | 'inset-stretch'"
              },
              "description": "Sets the variant of the card.",
              "attribute": "variant",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "description": "Adds desired UI border to the `auro-card` element.",
              "fieldName": "border"
            },
            {
              "name": "center",
              "type": {
                "text": "boolean"
              },
              "description": "Centers content within the scope of the `auro-card`.",
              "fieldName": "center"
            },
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "description": "Sets the card to function as a hyperlink to the provided href value & disables the default CTA slot.",
              "fieldName": "href"
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "description": "Sets rel attribute on the [auro-hyperlink](https://auro.alaskaair.com/components/auro/hyperlink/api#rel).",
              "fieldName": "rel"
            },
            {
              "name": "relative",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the auto URL re-write feature will be disabled. [See here for info about hyperlink relative attribute](https://auro.alaskaair.com/components/auro/hyperlink/api#relative).",
              "fieldName": "relative"
            },
            {
              "name": "role",
              "type": {
                "text": "string"
              },
              "description": "Sets role attribute on the [auro-hyperlink](https://auro.alaskaair.com/components/auro/hyperlink/api#role).",
              "fieldName": "role"
            },
            {
              "name": "target",
              "type": {
                "text": "string"
              },
              "description": "Sets target attribute on the [auro-hyperlink](https://auro.alaskaair.com/components/auro/hyperlink/api#target).",
              "fieldName": "target"
            },
            {
              "name": "variant",
              "type": {
                "text": "'inset-content' | 'inset-container' | 'inset-stretch'"
              },
              "description": "Sets the variant of the card.",
              "fieldName": "variant"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "auro-card",
          "customElement": true,
          "modulePath": "src/auro-card.js"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "AuroCard",
          "declaration": {
            "name": "AuroCard",
            "module": "src/auro-card.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/hyperlinkVersion.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "7.1.0",
            "module": "src/hyperlinkVersion.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/index.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "AuroCard",
          "declaration": {
            "name": "AuroCard",
            "module": "src/index.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/registered.js",
      "declarations": [],
      "exports": []
    }
  ]
}
