{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/defs-react.js",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/defs.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "sizes",
          "type": {
            "text": "['xsmall', 'small', 'medium', 'large', 'xlarge']"
          },
          "default": "['xsmall', 'small', 'medium', 'large', 'xlarge']"
        },
        {
          "kind": "variable",
          "name": "variants",
          "type": {
            "text": "['brand', 'secondary', 'secondary-dark', 'inverse', 'inverse-light']"
          },
          "default": "['brand', 'secondary', 'secondary-dark', 'inverse', 'inverse-light']"
        },
        {
          "kind": "variable",
          "name": "defaultProps",
          "type": {
            "text": "DefaultProps"
          },
          "default": "{ size: 'medium', variant: 'brand', isCentered: false, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "sizes",
          "declaration": {
            "name": "sizes",
            "module": "src/defs.js"
          }
        },
        {
          "kind": "js",
          "name": "variants",
          "declaration": {
            "name": "variants",
            "module": "src/defs.js"
          }
        },
        {
          "kind": "js",
          "name": "defaultProps",
          "declaration": {
            "name": "defaultProps",
            "module": "src/defs.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/index.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PieSpinner",
          "members": [
            {
              "kind": "field",
              "name": "aria",
              "type": {
                "text": "SpinnerProps['aria']"
              },
              "privacy": "public",
              "attribute": "aria"
            },
            {
              "kind": "field",
              "name": "size",
              "privacy": "public",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "variant",
              "privacy": "public",
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "isCentered",
              "privacy": "public",
              "attribute": "isCentered",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "renderAriaLabel",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "aria",
              "type": {
                "text": "SpinnerProps['aria']"
              },
              "fieldName": "aria"
            },
            {
              "name": "size",
              "fieldName": "size"
            },
            {
              "name": "variant",
              "fieldName": "variant"
            },
            {
              "name": "isCentered",
              "fieldName": "isCentered"
            }
          ],
          "superclass": {
            "name": "PieElement",
            "package": "@justeattakeaway/pie-webc-core/src/internals/PieElement"
          },
          "tagName": "pie-spinner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/defs"
          }
        },
        {
          "kind": "js",
          "name": "PieSpinner",
          "declaration": {
            "name": "PieSpinner",
            "module": "src/index.js"
          }
        }
      ]
    }
  ]
}
