{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-progress-circle.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-progress-circle",
          "declaration": {
            "name": "ProgressCircle",
            "module": "/src/ProgressCircle.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ProgressCircle.base.js",
      "declarations": [
        {
          "kind": "class",
          "description": "A progress circle component that visually represents the completion progress of a task.\nCan be used in both determinate (with specific progress value) and indeterminate (loading) states.",
          "name": "ProgressCircleBase",
          "slots": [
            {
              "description": "Accessible label for the progress circle.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Whether the progress circle shows indeterminate progress (loading state).",
              "attribute": "indeterminate",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "description": "Accessible label for the progress circle.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "progress",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "default": "0",
              "description": "Progress value from 0 to 100.",
              "attribute": "progress"
            },
            {
              "kind": "field",
              "name": "languageResolver",
              "privacy": "private",
              "default": "new LanguageResolutionController(this)"
            },
            {
              "kind": "method",
              "name": "makeRotation",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "string | undefined"
                }
              },
              "parameters": [
                {
                  "name": "rotation",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSlotchange",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "formatProgress",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              }
            }
          ],
          "attributes": [
            {
              "type": {
                "text": "ElementSize"
              },
              "description": "The size of the progress circle.",
              "name": "size"
            },
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the progress circle shows indeterminate progress (loading state).",
              "fieldName": "indeterminate"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Accessible label for the progress circle.",
              "fieldName": "label"
            },
            {
              "name": "progress",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Progress value from 0 to 100.",
              "fieldName": "progress"
            }
          ],
          "mixins": [
            {
              "name": "SizedMixin",
              "package": "@spectrum-web-components/base/src/sizedMixin.js"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ProgressCircleBase",
          "declaration": {
            "name": "ProgressCircleBase",
            "module": "src/ProgressCircle.base.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ProgressCircle.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ProgressCircle",
          "members": [
            {
              "kind": "field",
              "name": "staticColor",
              "type": {
                "text": "ProgressCircleStaticColorS1 | undefined"
              },
              "privacy": "public",
              "description": "Static color variant for use on different backgrounds.\n\nWhen set to 'white', the component uses white styling for images with a dark tinted background.",
              "attribute": "static-color",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Whether the progress circle shows indeterminate progress (loading state).",
              "attribute": "indeterminate",
              "reflects": true,
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.js"
              }
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "description": "Accessible label for the progress circle.",
              "attribute": "label",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.js"
              }
            },
            {
              "kind": "field",
              "name": "progress",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "default": "0",
              "description": "Progress value from 0 to 100.",
              "attribute": "progress",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.js"
              }
            },
            {
              "kind": "field",
              "name": "languageResolver",
              "privacy": "private",
              "default": "new LanguageResolutionController(this)",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.js"
              }
            },
            {
              "kind": "method",
              "name": "makeRotation",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "string | undefined"
                }
              },
              "parameters": [
                {
                  "name": "rotation",
                  "type": {
                    "text": "number"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.js"
              }
            },
            {
              "kind": "method",
              "name": "handleSlotchange",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.js"
              }
            },
            {
              "kind": "method",
              "name": "formatProgress",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.js"
              }
            }
          ],
          "attributes": [
            {
              "name": "static-color",
              "type": {
                "text": "ProgressCircleStaticColorS1 | undefined"
              },
              "description": "Static color variant for use on different backgrounds.\n\nWhen set to 'white', the component uses white styling for images with a dark tinted background.",
              "fieldName": "staticColor"
            },
            {
              "type": {
                "text": "ElementSize"
              },
              "description": "The size of the progress circle.",
              "name": "size",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.ts"
              }
            },
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the progress circle shows indeterminate progress (loading state).",
              "fieldName": "indeterminate",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.ts"
              }
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Accessible label for the progress circle.",
              "fieldName": "label",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.ts"
              }
            },
            {
              "name": "progress",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Progress value from 0 to 100.",
              "fieldName": "progress",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.ts"
              }
            }
          ],
          "superclass": {
            "name": "ProgressCircleBase",
            "module": "/src/ProgressCircle.base.js"
          },
          "tagName": "sp-progress-circle",
          "customElement": true,
          "slots": [
            {
              "description": "Accessible label for the progress circle.",
              "name": "",
              "inheritedFrom": {
                "name": "ProgressCircleBase",
                "module": "src/ProgressCircle.base.ts"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ProgressCircle",
          "declaration": {
            "name": "ProgressCircle",
            "module": "src/ProgressCircle.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ProgressCircle.types.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "PROGRESS_CIRCLE_VALID_SIZES",
          "default": "[ 's', 'm', 'l', ] as const satisfies ElementSize[]"
        },
        {
          "kind": "variable",
          "name": "PROGRESS_CIRCLE_STATIC_COLORS_S1",
          "type": {
            "text": "['white']"
          },
          "default": "['white']"
        },
        {
          "kind": "variable",
          "name": "PROGRESS_CIRCLE_STATIC_COLORS_S2",
          "type": {
            "text": "[\n  ...PROGRESS_CIRCLE_STATIC_COLORS_S1,\n  'black',\n]"
          },
          "default": "[ ...PROGRESS_CIRCLE_STATIC_COLORS_S1, 'black', ]"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PROGRESS_CIRCLE_VALID_SIZES",
          "declaration": {
            "name": "PROGRESS_CIRCLE_VALID_SIZES",
            "module": "src/ProgressCircle.types.js"
          }
        },
        {
          "kind": "js",
          "name": "PROGRESS_CIRCLE_STATIC_COLORS_S1",
          "declaration": {
            "name": "PROGRESS_CIRCLE_STATIC_COLORS_S1",
            "module": "src/ProgressCircle.types.js"
          }
        },
        {
          "kind": "js",
          "name": "PROGRESS_CIRCLE_STATIC_COLORS_S2",
          "declaration": {
            "name": "PROGRESS_CIRCLE_STATIC_COLORS_S2",
            "module": "src/ProgressCircle.types.js"
          }
        }
      ]
    }
  ]
}
