{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-meter.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-meter",
          "declaration": {
            "name": "Meter",
            "module": "/src/Meter.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Meter.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "meterVariants",
          "type": {
            "text": "array"
          },
          "default": "['positive', 'notice', 'negative']"
        },
        {
          "kind": "class",
          "description": "",
          "name": "Meter",
          "slots": [
            {
              "description": "text labeling the Meter",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "progress",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "default": "0",
              "attribute": "progress"
            },
            {
              "kind": "field",
              "name": "variant",
              "privacy": "public",
              "description": "The variant applies specific styling when set to `negative`, `positive`, `notice`\n`variant` attribute is removed when not matching one of the above.",
              "parameters": [
                {
                  "name": "variant",
                  "type": {
                    "text": "String"
                  }
                }
              ],
              "type": {
                "text": "MeterVariants"
              },
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "_variant",
              "type": {
                "text": "MeterVariants"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "slotEl",
              "type": {
                "text": "HTMLSlotElement"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "languageResolver",
              "privacy": "private",
              "default": "new LanguageResolutionController(this)"
            },
            {
              "kind": "field",
              "name": "sideLabel",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "side-label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "staticColor",
              "type": {
                "text": "'white' | undefined"
              },
              "privacy": "public",
              "attribute": "static-color",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleSlotchange",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "progress",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "progress"
            },
            {
              "name": "variant",
              "description": "The variant applies specific styling when set to `negative`, `positive`, `notice`\n`variant` attribute is removed when not matching one of the above.",
              "parameters": [
                {
                  "name": "variant",
                  "type": {
                    "text": "String"
                  }
                }
              ],
              "type": {
                "text": "MeterVariants"
              },
              "fieldName": "variant"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "side-label",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "sideLabel"
            },
            {
              "name": "static-color",
              "type": {
                "text": "'white' | undefined"
              },
              "fieldName": "staticColor"
            }
          ],
          "mixins": [
            {
              "name": "SizedMixin",
              "package": "@spectrum-web-components/base"
            },
            {
              "name": "ObserveSlotText",
              "package": "@spectrum-web-components/shared/src/observe-slot-text.js"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          },
          "tagName": "sp-meter",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "meterVariants",
          "declaration": {
            "name": "meterVariants",
            "module": "src/Meter.js"
          }
        },
        {
          "kind": "js",
          "name": "Meter",
          "declaration": {
            "name": "Meter",
            "module": "src/Meter.js"
          }
        }
      ]
    }
  ]
}
