{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-action-bar.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-action-bar",
          "declaration": {
            "name": "ActionBar",
            "module": "/src/ActionBar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ActionBar.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "actionBarVariants",
          "type": {
            "text": "array"
          },
          "default": "['sticky', 'fixed']"
        },
        {
          "kind": "class",
          "description": "",
          "name": "ActionBar",
          "slots": [
            {
              "description": "Content to display with the Action Bar",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "emphasized",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Deliver the Action Bar with additional visual emphasis.",
              "attribute": "emphasized",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flexible",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "When `flexible` the action bar sizes itself to its content\nrather than a specific width.",
              "parameters": [
                {
                  "name": "flexible",
                  "type": {
                    "text": "Boolean"
                  }
                }
              ],
              "attribute": "flexible",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "variant",
              "privacy": "public",
              "description": "The variant applies specific styling when set to `sticky` or `fixed`.\n`variant` attribute is removed when not matching one of the above.",
              "parameters": [
                {
                  "name": "variant",
                  "type": {
                    "text": "String"
                  }
                }
              ],
              "type": {
                "text": "string"
              },
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "_variant",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            }
          ],
          "events": [
            {
              "name": "close",
              "type": {
                "text": "Event"
              }
            }
          ],
          "attributes": [
            {
              "name": "emphasized",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Deliver the Action Bar with additional visual emphasis.",
              "fieldName": "emphasized"
            },
            {
              "name": "flexible",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When `flexible` the action bar sizes itself to its content\nrather than a specific width.",
              "parameters": [
                {
                  "name": "flexible",
                  "type": {
                    "text": "Boolean"
                  }
                }
              ],
              "fieldName": "flexible"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            },
            {
              "name": "variant",
              "description": "The variant applies specific styling when set to `sticky` or `fixed`.\n`variant` attribute is removed when not matching one of the above.",
              "parameters": [
                {
                  "name": "variant",
                  "type": {
                    "text": "String"
                  }
                }
              ],
              "type": {
                "text": "string"
              },
              "fieldName": "variant"
            }
          ],
          "mixins": [
            {
              "name": "FocusVisiblePolyfillMixin",
              "package": "@spectrum-web-components/shared/src/focus-visible.js"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          },
          "tagName": "sp-action-bar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "actionBarVariants",
          "declaration": {
            "name": "actionBarVariants",
            "module": "src/ActionBar.js"
          }
        },
        {
          "kind": "js",
          "name": "ActionBar",
          "declaration": {
            "name": "ActionBar",
            "module": "src/ActionBar.js"
          }
        }
      ]
    }
  ]
}
