{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-avatar.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-avatar",
          "declaration": {
            "name": "Avatar",
            "module": "/src/Avatar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Avatar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Avatar",
          "members": [
            {
              "kind": "field",
              "name": "anchorElement",
              "type": {
                "text": "HTMLAnchorElement"
              }
            },
            {
              "kind": "field",
              "name": "focusElement",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "isDecorative",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "When true, marks the avatar as decorative and hides it from screen readers.\nThe underlying img will have an empty alt attribute (alt=\"\").",
              "attribute": "is-decorative",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "AvatarSize"
              },
              "privacy": "public",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_size",
              "privacy": "private",
              "default": "validSizes[2]"
            },
            {
              "kind": "method",
              "name": "warnMissingAlt",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "src"
            },
            {
              "name": "is-decorative",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, marks the avatar as decorative and hides it from screen readers.\nThe underlying img will have an empty alt attribute (alt=\"\").",
              "fieldName": "isDecorative"
            },
            {
              "name": "size",
              "type": {
                "text": "AvatarSize"
              },
              "fieldName": "size"
            }
          ],
          "mixins": [
            {
              "name": "LikeAnchor",
              "package": "@spectrum-web-components/shared/src/like-anchor.js"
            }
          ],
          "superclass": {
            "name": "Focusable",
            "package": "@spectrum-web-components/shared/src/focusable.js"
          },
          "tagName": "sp-avatar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Avatar",
          "declaration": {
            "name": "Avatar",
            "module": "src/Avatar.js"
          }
        }
      ]
    }
  ]
}
