{
  "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": "['default', 'scrim']"
          },
          "default": "['default', 'scrim']"
        },
        {
          "kind": "variable",
          "name": "defaultProps",
          "type": {
            "text": "DefaultProps"
          },
          "default": "{ variant: 'default', isCompact: false, hideCurrentPage: false, }"
        }
      ],
      "exports": [
        {
          "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": "PieBreadcrumb",
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "privacy": "public",
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "isCompact",
              "privacy": "public",
              "attribute": "isCompact",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hideCurrentPage",
              "privacy": "public",
              "attribute": "hideCurrentPage",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "aria",
              "type": {
                "text": "BreadcrumbProps['aria']"
              },
              "privacy": "public",
              "attribute": "aria"
            },
            {
              "kind": "method",
              "name": "updateAriaCurrentItem",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_handleSlotChange",
              "privacy": "private",
              "description": "Handles the slot change event."
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "fieldName": "variant"
            },
            {
              "name": "isCompact",
              "fieldName": "isCompact"
            },
            {
              "name": "hideCurrentPage",
              "fieldName": "hideCurrentPage"
            },
            {
              "name": "aria",
              "type": {
                "text": "BreadcrumbProps['aria']"
              },
              "fieldName": "aria"
            }
          ],
          "superclass": {
            "name": "PieElement",
            "package": "@justeattakeaway/pie-webc-core/src/internals/PieElement"
          },
          "tagName": "pie-breadcrumb",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/defs"
          }
        },
        {
          "kind": "js",
          "name": "PieBreadcrumb",
          "declaration": {
            "name": "PieBreadcrumb",
            "module": "src/index.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/pie-breadcrumb-item/defs-react.js",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/pie-breadcrumb-item/defs.js",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/pie-breadcrumb-item/index.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PieBreadcrumbItem",
          "members": [
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "BreadcrumbItemProps['href']"
              },
              "privacy": "public",
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "BreadcrumbItemProps['target']"
              },
              "privacy": "public",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "aria",
              "type": {
                "text": "BreadcrumbItemProps['aria']"
              },
              "privacy": "public",
              "attribute": "aria"
            },
            {
              "kind": "method",
              "name": "renderSeparator",
              "privacy": "private",
              "description": "Renders a separator icon between breadcrumb items.",
              "return": {
                "type": {
                  "text": "TemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "renderNavigationLink",
              "privacy": "private",
              "description": "Renders a navigation link for a breadcrumb item."
            }
          ],
          "attributes": [
            {
              "name": "href",
              "type": {
                "text": "BreadcrumbItemProps['href']"
              },
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "BreadcrumbItemProps['target']"
              },
              "fieldName": "target"
            },
            {
              "name": "aria",
              "type": {
                "text": "BreadcrumbItemProps['aria']"
              },
              "fieldName": "aria"
            }
          ],
          "superclass": {
            "name": "PieElement",
            "package": "@justeattakeaway/pie-webc-core/src/internals/PieElement"
          },
          "tagName": "pie-breadcrumb-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/pie-breadcrumb-item/defs"
          }
        },
        {
          "kind": "js",
          "name": "PieBreadcrumbItem",
          "declaration": {
            "name": "PieBreadcrumbItem",
            "module": "src/pie-breadcrumb-item/index.js"
          }
        }
      ]
    }
  ]
}
