{
  "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": "variants",
          "type": {
            "text": "[\n    'neutral',\n    'neutral-alternative',\n    'ghost',\n    'outline',\n    'translucent',\n    'information',\n    'success',\n    'error',\n    'warning',\n    'brand-02',\n    'brand-03',\n    'brand-04',\n    'brand-05',\n    'brand-06',\n    'brand-08'\n]"
          },
          "default": "[ 'neutral', 'neutral-alternative', 'ghost', 'outline', 'translucent', 'information', 'success', 'error', 'warning', 'brand-02', 'brand-03', 'brand-04', 'brand-05', 'brand-06', 'brand-08' ]"
        },
        {
          "kind": "variable",
          "name": "sizes",
          "type": {
            "text": "['small', 'large']"
          },
          "default": "['small', 'large']"
        },
        {
          "kind": "variable",
          "name": "defaultProps",
          "type": {
            "text": "DefaultProps"
          },
          "default": "{ variant: 'neutral', isStrong: false, isDimmed: false, size: 'large', isIconOnly: false, hasLeadingIcon: false, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "variants",
          "declaration": {
            "name": "variants",
            "module": "src/defs.js"
          }
        },
        {
          "kind": "js",
          "name": "sizes",
          "declaration": {
            "name": "sizes",
            "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": "PieTag",
          "cssParts": [
            {
              "description": "The main container of the tag.",
              "name": "body"
            },
            {
              "description": "The container for the icon slot.",
              "name": "icon"
            }
          ],
          "slots": [
            {
              "description": "The icon slot",
              "name": "icon"
            },
            {
              "description": "Default slot",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "privacy": "public",
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "size",
              "privacy": "public",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "isStrong",
              "privacy": "public",
              "attribute": "isStrong"
            },
            {
              "kind": "field",
              "name": "isDimmed",
              "privacy": "public",
              "attribute": "isDimmed"
            },
            {
              "kind": "field",
              "name": "isIconOnly",
              "privacy": "public",
              "attribute": "isIconOnly"
            },
            {
              "kind": "field",
              "name": "hasLeadingIcon",
              "privacy": "public",
              "attribute": "hasLeadingIcon"
            },
            {
              "kind": "field",
              "name": "_parentDisabled",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "fieldName": "variant"
            },
            {
              "name": "size",
              "fieldName": "size"
            },
            {
              "name": "isStrong",
              "fieldName": "isStrong"
            },
            {
              "name": "isDimmed",
              "fieldName": "isDimmed"
            },
            {
              "name": "isIconOnly",
              "fieldName": "isIconOnly"
            },
            {
              "name": "hasLeadingIcon",
              "fieldName": "hasLeadingIcon"
            }
          ],
          "superclass": {
            "name": "PieElement",
            "package": "@justeattakeaway/pie-webc-core/src/internals/PieElement"
          },
          "tagName": "pie-tag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/defs"
          }
        },
        {
          "kind": "js",
          "name": "PieTag",
          "declaration": {
            "name": "PieTag",
            "module": "src/index.js"
          }
        }
      ]
    }
  ]
}
