{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-status-light.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-status-light",
          "declaration": {
            "name": "StatusLight",
            "module": "/src/StatusLight.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/StatusLight.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS",
          "default": "STATUSLIGHT_VARIANTS_S1",
          "deprecated": "The `STATUSLIGHT_VARIANTS` export is deprecated and will be removed\nin a future release. If needed, you can access the internal\n`StatusLight.VARIANTS` property from the constructor."
        },
        {
          "kind": "class",
          "description": "",
          "name": "StatusLight",
          "slots": [
            {
              "description": "text label of the Status Light",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "StatusLightVariantS1"
              },
              "privacy": "public",
              "default": "'info'",
              "description": "The variant of the status light.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "deprecated": "The `disabled` property is is deprecated and will be removed\nin a future release.\n\nA status light in a disabled state shows that a status exists, but is not available in that circumstance. This can be used to maintain layout continuity and communicate that a status may become available later.",
              "attribute": "disabled",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "StatusLightVariantS1"
              },
              "default": "'info'",
              "description": "The variant of the status light.",
              "fieldName": "variant"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "deprecated": "The `disabled` property is is deprecated and will be removed\nin a future release.\n\nA status light in a disabled state shows that a status exists, but is not available in that circumstance. This can be used to maintain layout continuity and communicate that a status may become available later.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "StatusLightBase",
            "package": "@spectrum-web-components/core/components/status-light"
          },
          "tagName": "sp-status-light",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS",
            "module": "src/StatusLight.js"
          }
        },
        {
          "kind": "js",
          "name": "StatusLight",
          "declaration": {
            "name": "StatusLight",
            "module": "src/StatusLight.js"
          }
        }
      ]
    }
  ]
}
