{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "chip.component.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/chip/chip.component.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ChipComponent",
          "members": [
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string | undefined"
              },
              "default": "'Label'",
              "attribute": "text",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "rightSlotName",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "rightSlotName",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "leftSlotName",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "leftSlotName",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "chipPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-chip'",
              "attribute": "chipPartAttribute"
            },
            {
              "kind": "method",
              "name": "getContainerClassList",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "text",
              "type": {
                "text": "string | undefined"
              },
              "default": "'Label'",
              "fieldName": "text"
            },
            {
              "name": "rightSlotName",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "rightSlotName"
            },
            {
              "name": "leftSlotName",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "leftSlotName"
            },
            {
              "name": "chipPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-chip'",
              "fieldName": "chipPartAttribute"
            }
          ],
          "mixins": [
            {
              "name": "TailwindElement",
              "module": "/src/shared/tailwind.element"
            }
          ],
          "superclass": {
            "module": "src/chip/chip.component.ts"
          },
          "tagName": "ymlwebcl-chip",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ChipComponent",
          "declaration": {
            "name": "ChipComponent",
            "module": "src/chip/chip.component.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "ymlwebcl-chip",
          "declaration": {
            "name": "ChipComponent",
            "module": "src/chip/chip.component.ts"
          }
        }
      ]
    }
  ]
}
