{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-infield-button.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-infield-button",
          "declaration": {
            "name": "InfieldButton",
            "module": "/src/InfieldButton.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/InfieldButton.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "InfieldButton",
          "members": [
            {
              "kind": "field",
              "name": "block",
              "type": {
                "text": "'start' | 'end'"
              },
              "description": "Whether to style the button as if it is at the start or end of a vertical stack",
              "attribute": "block"
            },
            {
              "kind": "field",
              "name": "inline",
              "type": {
                "text": "'start' | 'end'"
              },
              "description": "Whether to style the button as if it is at the start or end of a horizontal group",
              "attribute": "inline"
            },
            {
              "kind": "field",
              "name": "quiet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "quiet",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "buttonContent",
              "type": {
                "text": "TemplateResult[]"
              },
              "privacy": "protected",
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "block",
              "type": {
                "text": "'start' | 'end'"
              },
              "description": "Whether to style the button as if it is at the start or end of a vertical stack",
              "fieldName": "block"
            },
            {
              "name": "inline",
              "type": {
                "text": "'start' | 'end'"
              },
              "description": "Whether to style the button as if it is at the start or end of a horizontal group",
              "fieldName": "inline"
            },
            {
              "name": "quiet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "quiet"
            }
          ],
          "mixins": [
            {
              "name": "SizedMixin",
              "package": "@spectrum-web-components/base"
            }
          ],
          "superclass": {
            "name": "ButtonBase",
            "package": "@spectrum-web-components/button/src/ButtonBase.js"
          },
          "tagName": "sp-infield-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "InfieldButton",
          "declaration": {
            "name": "InfieldButton",
            "module": "src/InfieldButton.js"
          }
        }
      ]
    }
  ]
}
