{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "card.component.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/card/card.component.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CardComponent",
          "members": [
            {
              "kind": "field",
              "name": "hasRoundedBorder",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "hasRoundedBorder",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "customSlotName",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "customSlotName",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "showCustomSlot",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "showCustomSlot",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "cardHeight",
              "type": {
                "text": "number | undefined"
              },
              "default": "300",
              "attribute": "cardHeight",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "cardWidth",
              "type": {
                "text": "number | undefined"
              },
              "default": "300",
              "attribute": "cardWidth",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "cardDimensionUnit",
              "type": {
                "text": "CardDimensionUnit | undefined"
              },
              "attribute": "cardDimensionUnit",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isHorizontal",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "isHorizontal",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "getContainerClassList",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "setCardDimensions",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "renderSlots",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "hasRoundedBorder",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "hasRoundedBorder"
            },
            {
              "name": "customSlotName",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "customSlotName"
            },
            {
              "name": "showCustomSlot",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "showCustomSlot"
            },
            {
              "name": "cardHeight",
              "type": {
                "text": "number | undefined"
              },
              "default": "300",
              "fieldName": "cardHeight"
            },
            {
              "name": "cardWidth",
              "type": {
                "text": "number | undefined"
              },
              "default": "300",
              "fieldName": "cardWidth"
            },
            {
              "name": "cardDimensionUnit",
              "type": {
                "text": "CardDimensionUnit | undefined"
              },
              "fieldName": "cardDimensionUnit"
            },
            {
              "name": "isHorizontal",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "isHorizontal"
            }
          ],
          "mixins": [
            {
              "name": "TailwindElement",
              "module": "/src/shared/tailwind.element"
            }
          ],
          "superclass": {
            "module": "src/card/card.component.ts"
          },
          "tagName": "ymlwebcl-card",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CardComponent",
          "declaration": {
            "name": "CardComponent",
            "module": "src/card/card.component.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "ymlwebcl-card",
          "declaration": {
            "name": "CardComponent",
            "module": "src/card/card.component.ts"
          }
        }
      ]
    }
  ]
}
