{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/zui-tag.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "tagColors",
          "type": {
            "text": "['blue', 'green', 'aqua', 'purple', 'rose', 'red', 'orange', 'yellow', 'gray']"
          },
          "default": "['blue', 'green', 'aqua', 'purple', 'rose', 'red', 'orange', 'yellow', 'gray']"
        },
        {
          "kind": "class",
          "description": "Tags are used to highlight, categorize, or organize items.",
          "name": "ZuiTagElement",
          "slots": [
            {
              "description": "Default, unnamed slot; for inserting label text into `<zui-tag>`",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "color",
              "description": "property to display the color of the tag (required)",
              "type": {
                "text": "string"
              },
              "attribute": "color"
            },
            {
              "kind": "field",
              "name": "#color",
              "privacy": "private",
              "type": {
                "text": "TagColor | ''"
              },
              "default": "''"
            },
            {
              "kind": "method",
              "name": "#isValidColor",
              "privacy": "private",
              "parameters": [
                {
                  "name": "c",
                  "type": {
                    "text": "TagColor | ''"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "color",
              "description": "property to display the color of the tag (required)",
              "type": {
                "text": "string"
              },
              "fieldName": "color"
            }
          ],
          "superclass": {
            "name": "ZuiBaseElement",
            "package": "@zywave/zui-base"
          },
          "tagName": "zui-tag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "tagColors",
          "declaration": {
            "name": "tagColors",
            "module": "src/zui-tag.ts"
          }
        },
        {
          "kind": "js",
          "name": "ZuiTagElement",
          "declaration": {
            "name": "ZuiTagElement",
            "module": "src/zui-tag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "zui-tag",
          "declaration": {
            "name": "ZuiTagElement",
            "module": "src/zui-tag.ts"
          }
        }
      ]
    }
  ]
}
