{
  "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.base.js",
      "declarations": [
        {
          "kind": "class",
          "description": "A status light is a great way to convey semantic meaning and the condition of an entity, such as statuses and categories.",
          "name": "StatusLightBase",
          "slots": [
            {
              "description": "The text label of the status light.",
              "name": ""
            }
          ],
          "members": [],
          "attributes": [
            {
              "type": {
                "text": "ElementSize"
              },
              "description": "The size of the status light.",
              "name": "size"
            }
          ],
          "mixins": [
            {
              "name": "SizedMixin",
              "package": "@spectrum-web-components/base/src/sizedMixin.js"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "StatusLightBase",
          "declaration": {
            "name": "StatusLightBase",
            "module": "src/StatusLight.base.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": "",
              "inheritedFrom": {
                "name": "StatusLightBase",
                "module": "src/StatusLight.base.ts"
              }
            }
          ],
          "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"
            },
            {
              "type": {
                "text": "ElementSize"
              },
              "description": "The size of the status light.",
              "name": "size",
              "inheritedFrom": {
                "name": "StatusLightBase",
                "module": "src/StatusLight.base.ts"
              }
            }
          ],
          "superclass": {
            "name": "StatusLightBase",
            "module": "/src/StatusLight.base.js"
          },
          "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"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/StatusLight.types.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VALID_SIZES",
          "default": "[ 's', 'm', 'l', 'xl', ] as const satisfies readonly ElementSize[]"
        },
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS_SEMANTIC",
          "type": {
            "text": "[\n  'neutral',\n  'info',\n  'positive',\n  'negative',\n  'notice',\n]"
          },
          "default": "[ 'neutral', 'info', 'positive', 'negative', 'notice', ]"
        },
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS_SEMANTIC_S1",
          "type": {
            "text": "[\n  ...STATUSLIGHT_VARIANTS_SEMANTIC,\n  'accent',\n]"
          },
          "default": "[ ...STATUSLIGHT_VARIANTS_SEMANTIC, 'accent', ]"
        },
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS_SEMANTIC_S2",
          "type": {
            "text": "[\n  ...STATUSLIGHT_VARIANTS_SEMANTIC,\n]"
          },
          "default": "[ ...STATUSLIGHT_VARIANTS_SEMANTIC, ]"
        },
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS_COLOR_S1",
          "type": {
            "text": "[\n  'fuchsia',\n  'indigo',\n  'magenta',\n  'purple',\n  'seafoam',\n  'yellow',\n  'chartreuse',\n  'celery',\n  'cyan',\n]"
          },
          "default": "[ 'fuchsia', 'indigo', 'magenta', 'purple', 'seafoam', 'yellow', 'chartreuse', 'celery', 'cyan', ]"
        },
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS_COLOR_S2",
          "type": {
            "text": "[\n  ...STATUSLIGHT_VARIANTS_COLOR_S1,\n  'pink',\n  'turquoise',\n  'brown',\n  'cinnamon',\n  'silver',\n]"
          },
          "default": "[ ...STATUSLIGHT_VARIANTS_COLOR_S1, 'pink', 'turquoise', 'brown', 'cinnamon', 'silver', ]"
        },
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS_S1",
          "type": {
            "text": "[\n  ...STATUSLIGHT_VARIANTS_SEMANTIC_S1,\n  ...STATUSLIGHT_VARIANTS_COLOR_S1,\n]"
          },
          "default": "[ ...STATUSLIGHT_VARIANTS_SEMANTIC_S1, ...STATUSLIGHT_VARIANTS_COLOR_S1, ]"
        },
        {
          "kind": "variable",
          "name": "STATUSLIGHT_VARIANTS_S2",
          "type": {
            "text": "[\n  ...STATUSLIGHT_VARIANTS_SEMANTIC_S2,\n  ...STATUSLIGHT_VARIANTS_COLOR_S2,\n]"
          },
          "default": "[ ...STATUSLIGHT_VARIANTS_SEMANTIC_S2, ...STATUSLIGHT_VARIANTS_COLOR_S2, ]"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "STATUSLIGHT_VALID_SIZES",
          "declaration": {
            "name": "STATUSLIGHT_VALID_SIZES",
            "module": "src/StatusLight.types.js"
          }
        },
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS_SEMANTIC",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS_SEMANTIC",
            "module": "src/StatusLight.types.js"
          }
        },
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS_SEMANTIC_S1",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS_SEMANTIC_S1",
            "module": "src/StatusLight.types.js"
          }
        },
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS_SEMANTIC_S2",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS_SEMANTIC_S2",
            "module": "src/StatusLight.types.js"
          }
        },
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS_COLOR_S1",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS_COLOR_S1",
            "module": "src/StatusLight.types.js"
          }
        },
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS_COLOR_S2",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS_COLOR_S2",
            "module": "src/StatusLight.types.js"
          }
        },
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS_S1",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS_S1",
            "module": "src/StatusLight.types.js"
          }
        },
        {
          "kind": "js",
          "name": "STATUSLIGHT_VARIANTS_S2",
          "declaration": {
            "name": "STATUSLIGHT_VARIANTS_S2",
            "module": "src/StatusLight.types.js"
          }
        }
      ]
    }
  ]
}
