{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "components/absolute-container/absolute-container.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnAbsoluteContainer",
          "slots": [
            {
              "description": "The default slot",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "domObserver",
              "type": {
                "text": "MutationObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "resize"
            },
            {
              "kind": "method",
              "name": "observerDom"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "The absolute container will take the total inner height of the content (positioned absolute), and set that\nas it's min height, Creating enough space to show the content.",
          "tagNameWithoutPrefix": "absolute-container",
          "tagName": "zn-absolute-container",
          "customElement": true,
          "jsDoc": "/**\n * @summary The absolute container will take the total inner height of the content (positioned absolute), and set that\n * as it's min height, Creating enough space to show the content.\n *\n * @documentation https://zinc.style/components/absolute-container\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot\n *\n */",
          "documentation": "https://zinc.style/components/absolute-container",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnAbsoluteContainer",
            "module": "components/absolute-container/absolute-container.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/alert/alert.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnAlert",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "collapse",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "collapse"
            },
            {
              "kind": "field",
              "name": "level",
              "type": {
                "text": "'primary' | 'error' | 'info' | 'success' | 'warning' | 'note' | 'cosmic'"
              },
              "default": "'info'",
              "attribute": "level"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "size"
            },
            {
              "kind": "method",
              "name": "hideAlert",
              "privacy": "public"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "icon"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "caption"
            },
            {
              "name": "collapse",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "collapse"
            },
            {
              "name": "level",
              "type": {
                "text": "'primary' | 'error' | 'info' | 'success' | 'warning' | 'note' | 'cosmic'"
              },
              "default": "'info'",
              "fieldName": "level"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "size"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "alert",
          "tagName": "zn-alert",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/alert\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/alert",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnAlert",
            "module": "components/alert/alert.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/action-bar/action-bar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnActionBar",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "action-bar",
          "tagName": "zn-action-bar",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/action-bar",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnActionBar",
            "module": "components/action-bar/action-bar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/animated-button/animated-button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnAnimatedButton",
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon }"
            },
            {
              "kind": "field",
              "name": "currentState",
              "type": {
                "text": "AnimatedButtonState"
              },
              "privacy": "private",
              "default": "'idle'"
            },
            {
              "kind": "field",
              "name": "errorMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "idleText",
              "type": {
                "text": "string"
              },
              "default": "'Purchase'",
              "description": "The text to display in the idle state",
              "attribute": "idle-text"
            },
            {
              "kind": "field",
              "name": "processingText",
              "type": {
                "text": "string"
              },
              "default": "'Purchasing'",
              "description": "The text to display in the processing state",
              "attribute": "processing-text"
            },
            {
              "kind": "field",
              "name": "successText",
              "type": {
                "text": "string"
              },
              "default": "'Success'",
              "description": "The text to display in the success state",
              "attribute": "success-text"
            },
            {
              "kind": "field",
              "name": "failureText",
              "type": {
                "text": "string"
              },
              "default": "'Failed'",
              "description": "The text to display in the failure state",
              "attribute": "failure-text"
            },
            {
              "kind": "field",
              "name": "redirectUrl",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The URL to redirect to after successful purchase",
              "attribute": "redirect-url"
            },
            {
              "kind": "field",
              "name": "redirectDelay",
              "type": {
                "text": "number"
              },
              "default": "1500",
              "description": "Delay in milliseconds before redirecting after success (default: 1500ms)",
              "attribute": "redirect-delay"
            },
            {
              "kind": "field",
              "name": "failureResetDelay",
              "type": {
                "text": "number"
              },
              "default": "2000",
              "description": "Delay in milliseconds before resetting from failure state (default: 2000ms)",
              "attribute": "failure-reset-delay"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disabled state",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the form control (required for form submission)",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The value of the form control",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "resetTimeout",
              "type": {
                "text": "number | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "redirectTimeout",
              "type": {
                "text": "number | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "clearTimeouts",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "purchase",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Programmatically trigger the purchase flow"
            },
            {
              "kind": "method",
              "name": "setSuccess",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Set the button to success state manually"
            },
            {
              "kind": "method",
              "name": "setFailure",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "default": "''"
                }
              ],
              "description": "Set the button to failure state manually with optional error message"
            },
            {
              "kind": "method",
              "name": "reset",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Reset the button to idle state"
            },
            {
              "kind": "method",
              "name": "handlePurchase",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "scheduleRedirect",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "scheduleReset",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "idle-text",
              "type": {
                "text": "string"
              },
              "default": "'Purchase'",
              "description": "The text to display in the idle state",
              "fieldName": "idleText"
            },
            {
              "name": "processing-text",
              "type": {
                "text": "string"
              },
              "default": "'Purchasing'",
              "description": "The text to display in the processing state",
              "fieldName": "processingText"
            },
            {
              "name": "success-text",
              "type": {
                "text": "string"
              },
              "default": "'Success'",
              "description": "The text to display in the success state",
              "fieldName": "successText"
            },
            {
              "name": "failure-text",
              "type": {
                "text": "string"
              },
              "default": "'Failed'",
              "description": "The text to display in the failure state",
              "fieldName": "failureText"
            },
            {
              "name": "redirect-url",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The URL to redirect to after successful purchase",
              "fieldName": "redirectUrl"
            },
            {
              "name": "redirect-delay",
              "type": {
                "text": "number"
              },
              "default": "1500",
              "description": "Delay in milliseconds before redirecting after success (default: 1500ms)",
              "fieldName": "redirectDelay"
            },
            {
              "name": "failure-reset-delay",
              "type": {
                "text": "number"
              },
              "default": "2000",
              "description": "Delay in milliseconds before resetting from failure state (default: 2000ms)",
              "fieldName": "failureResetDelay"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disabled state",
              "fieldName": "disabled"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the form control (required for form submission)",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The value of the form control",
              "fieldName": "value"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "tagNameWithoutPrefix": "animated-button",
          "tagName": "zn-animated-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnAnimatedButton",
            "module": "components/animated-button/animated-button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/audio-select/audio-select.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnAudioSelect",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "The actions slot.",
              "name": "actions"
            },
            {
              "description": "The footer slot.",
              "name": "footer"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "_isPlaying",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_audio",
              "type": {
                "text": "HTMLAudioElement"
              },
              "privacy": "private",
              "readonly": true,
              "default": "new Audio()"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "files",
              "type": {
                "text": "AudioFile[]"
              },
              "default": "[]",
              "attribute": "files"
            },
            {
              "kind": "method",
              "name": "stopAudio"
            },
            {
              "kind": "method",
              "name": "handleSelectChange",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "ZnChangeEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "togglePreview",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "placeholder"
            },
            {
              "name": "files",
              "type": {
                "text": "AudioFile[]"
              },
              "default": "[]",
              "fieldName": "files"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "audio-select",
          "tagName": "zn-audio-select",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/audio-select\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot.\n * @slot actions - The actions slot.\n * @slot footer - The footer slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/audio-select",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnAudioSelect",
            "module": "components/audio-select/audio-select.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bulk-actions/bulk-actions.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnBulkActions",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-button': ZnButton, 'zn-input': ZnInput, 'zn-option': ZnOption, 'zn-select': ZnSelect, }"
            },
            {
              "kind": "field",
              "name": "container",
              "type": {
                "text": "HTMLDivElement"
              }
            },
            {
              "kind": "field",
              "name": "addRule",
              "type": {
                "text": "ZnSelect"
              }
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "PropertyKey"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "actions",
              "type": {
                "text": "BulkActionData"
              },
              "default": "[]",
              "attribute": "actions"
            },
            {
              "kind": "field",
              "name": "_selectedRules",
              "type": {
                "text": "Map<string, CreatedRule>"
              },
              "privacy": "private",
              "default": "new Map<string, CreatedRule>()"
            },
            {
              "kind": "field",
              "name": "_formController",
              "type": {
                "text": "FormControlController"
              },
              "privacy": "private",
              "default": "new FormControlController(this, {})"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "_handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_addRule",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event | null"
                  }
                },
                {
                  "name": "value",
                  "default": "\"\"",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "pos",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createInput",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnSelect | ZnInput | null"
                }
              },
              "parameters": [
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "filter",
                  "type": {
                    "text": "BulkActionItem"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_getRulePosition",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              },
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_changeRule",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "ZnChangeEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_removeRule",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "PropertyKey"
              },
              "fieldName": "value"
            },
            {
              "name": "actions",
              "type": {
                "text": "BulkActionData"
              },
              "default": "[]",
              "fieldName": "actions"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "bulk-actions",
          "tagName": "zn-bulk-actions",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/bulk-actions\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n * @dependency zn-input\n * @dependency zn-option\n * @dependency zn-select\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/bulk-actions",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-button",
            "zn-input",
            "zn-option",
            "zn-select"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnBulkActions",
            "module": "components/bulk-actions/bulk-actions.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/button/button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnButton",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The button's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            },
            {
              "description": "The button's caret icon, an `<zn-icon>` element.",
              "name": "caret"
            },
            {
              "description": "The spinner that shows when the button is in the loading state.",
              "name": "spinner"
            }
          ],
          "slots": [
            {
              "description": "The button's label.",
              "name": ""
            },
            {
              "description": "A presentational prefix icon or similar element.",
              "name": "prefix"
            },
            {
              "description": "A presentational suffix icon or similar element.",
              "name": "suffix"
            },
            {
              "description": "Slot for custom cancel button/content when autoClick is active.",
              "name": "cancel"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-tooltip': ZnTooltip, 'zn-icon': ZnIcon }"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]')"
            },
            {
              "kind": "field",
              "name": "_autoClickTimeout",
              "type": {
                "text": "number | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_loadingState",
              "type": {
                "text": "object"
              },
              "privacy": "private",
              "default": "{ countdown: null as number | null, interval: undefined as number | undefined, }"
            },
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "HTMLButtonElement"
              }
            },
            {
              "kind": "field",
              "name": "countdownContainer",
              "type": {
                "text": "HTMLElement[]"
              }
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "'default' | 'secondary' | 'error' | 'info' | 'success' | 'warning' |\n    'transparent' | 'star'"
              },
              "default": "'default'",
              "attribute": "color"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'content' | 'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "text"
            },
            {
              "kind": "field",
              "name": "outline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "outline"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled"
            },
            {
              "kind": "field",
              "name": "grow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "grow"
            },
            {
              "kind": "field",
              "name": "square",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "square"
            },
            {
              "kind": "field",
              "name": "dropdownCloser",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dropdown-closer"
            },
            {
              "kind": "field",
              "name": "notification",
              "type": {
                "text": "number"
              },
              "attribute": "notification"
            },
            {
              "kind": "field",
              "name": "mutedNotifications",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "muted-notifications"
            },
            {
              "kind": "field",
              "name": "verticalAlign",
              "type": {
                "text": "'start' | 'center' | 'end'"
              },
              "attribute": "verticalAlign"
            },
            {
              "kind": "field",
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "content"
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "gaid",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "gaid"
            },
            {
              "kind": "field",
              "name": "iconPosition",
              "type": {
                "text": "'left' | 'right'"
              },
              "default": "'left'",
              "attribute": "icon-position"
            },
            {
              "kind": "field",
              "name": "iconSize",
              "type": {
                "text": "string"
              },
              "attribute": "icon-size"
            },
            {
              "kind": "field",
              "name": "iconColor",
              "type": {
                "text": "IconColor"
              },
              "attribute": "icon-color"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'button' | 'submit' | 'reset'"
              },
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "attribute": "form"
            },
            {
              "kind": "field",
              "name": "formAction",
              "type": {
                "text": "string"
              },
              "attribute": "formaction"
            },
            {
              "kind": "field",
              "name": "formEnctype",
              "type": {
                "text": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
              },
              "attribute": "formenctype"
            },
            {
              "kind": "field",
              "name": "formMethod",
              "type": {
                "text": "'post' | 'get'"
              },
              "attribute": "formmethod"
            },
            {
              "kind": "field",
              "name": "formNoValidate",
              "type": {
                "text": "boolean"
              },
              "attribute": "formnovalidate"
            },
            {
              "kind": "field",
              "name": "formTarget",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "attribute": "formtarget"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "dataTarget",
              "type": {
                "text": "'modal' | 'slide' | string"
              },
              "attribute": "data-target"
            },
            {
              "kind": "field",
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "attribute": "rel"
            },
            {
              "kind": "field",
              "name": "tooltip",
              "type": {
                "text": "string"
              },
              "attribute": "tooltip"
            },
            {
              "kind": "field",
              "name": "autoClick",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "auto-click"
            },
            {
              "kind": "field",
              "name": "autoClickDelay",
              "type": {
                "text": "number"
              },
              "default": "2000",
              "attribute": "auto-click-delay"
            },
            {
              "kind": "field",
              "name": "loadingText",
              "type": {
                "text": "string"
              },
              "default": "'Loading...'",
              "attribute": "loading-text"
            },
            {
              "kind": "field",
              "name": "loadingTextPosition",
              "type": {
                "text": "'left' | 'right' | 'center' | string"
              },
              "default": "'center'",
              "attribute": "loading-text-position"
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "loading"
            },
            {
              "kind": "field",
              "name": "validity",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleAutoClickChange",
              "parameters": [
                {
                  "name": "_old",
                  "type": {
                    "text": "boolean"
                  }
                },
                {
                  "name": "value",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "checkValidity"
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity"
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "click"
            },
            {
              "kind": "field",
              "name": "handleClick"
            },
            {
              "kind": "method",
              "name": "_isLink",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_isButton",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "setupAutoClick"
            },
            {
              "kind": "method",
              "name": "updateCountdownText"
            },
            {
              "kind": "method",
              "name": "teardownAutoClick"
            },
            {
              "kind": "method",
              "name": "_getLoadingContainer",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted when the button loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when the button gains focus.",
              "name": "zn-focus"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "zn-invalid"
            }
          ],
          "attributes": [
            {
              "name": "color",
              "type": {
                "text": "'default' | 'secondary' | 'error' | 'info' | 'success' | 'warning' |\n    'transparent' | 'star'"
              },
              "default": "'default'",
              "fieldName": "color"
            },
            {
              "name": "size",
              "type": {
                "text": "'content' | 'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "size"
            },
            {
              "name": "text",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "text"
            },
            {
              "name": "outline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "outline"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "grow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "grow"
            },
            {
              "name": "square",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "square"
            },
            {
              "name": "dropdown-closer",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dropdownCloser"
            },
            {
              "name": "notification",
              "type": {
                "text": "number"
              },
              "fieldName": "notification"
            },
            {
              "name": "muted-notifications",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "mutedNotifications"
            },
            {
              "name": "verticalAlign",
              "type": {
                "text": "'start' | 'center' | 'end'"
              },
              "fieldName": "verticalAlign"
            },
            {
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "content"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "icon"
            },
            {
              "name": "gaid",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "gaid"
            },
            {
              "name": "icon-position",
              "type": {
                "text": "'left' | 'right'"
              },
              "default": "'left'",
              "fieldName": "iconPosition"
            },
            {
              "name": "icon-size",
              "type": {
                "text": "string"
              },
              "fieldName": "iconSize"
            },
            {
              "name": "icon-color",
              "type": {
                "text": "IconColor"
              },
              "fieldName": "iconColor"
            },
            {
              "name": "type",
              "type": {
                "text": "'button' | 'submit' | 'reset'"
              },
              "fieldName": "type"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "fieldName": "value"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "fieldName": "form"
            },
            {
              "name": "formaction",
              "type": {
                "text": "string"
              },
              "fieldName": "formAction"
            },
            {
              "name": "formenctype",
              "type": {
                "text": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
              },
              "fieldName": "formEnctype"
            },
            {
              "name": "formmethod",
              "type": {
                "text": "'post' | 'get'"
              },
              "fieldName": "formMethod"
            },
            {
              "name": "formnovalidate",
              "type": {
                "text": "boolean"
              },
              "fieldName": "formNoValidate"
            },
            {
              "name": "formtarget",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "fieldName": "formTarget"
            },
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "fieldName": "target"
            },
            {
              "name": "data-target",
              "type": {
                "text": "'modal' | 'slide' | string"
              },
              "fieldName": "dataTarget"
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "fieldName": "rel"
            },
            {
              "name": "tooltip",
              "type": {
                "text": "string"
              },
              "fieldName": "tooltip"
            },
            {
              "name": "auto-click",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "autoClick"
            },
            {
              "name": "auto-click-delay",
              "type": {
                "text": "number"
              },
              "default": "2000",
              "fieldName": "autoClickDelay"
            },
            {
              "name": "loading-text",
              "type": {
                "text": "string"
              },
              "default": "'Loading...'",
              "fieldName": "loadingText"
            },
            {
              "name": "loading-text-position",
              "type": {
                "text": "'left' | 'right' | 'center' | string"
              },
              "default": "'center'",
              "fieldName": "loadingTextPosition"
            },
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "loading"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Buttons represent actions that are available to the user.",
          "tagNameWithoutPrefix": "button",
          "tagName": "zn-button",
          "customElement": true,
          "jsDoc": "/**\n * @summary Buttons represent actions that are available to the user.\n * @documentation https://inc.style/components/button\n * @status stable\n * @since 2.0\n *\n * @dependency zn-icon\n * @dependency zn-tooltip\n *\n * @event zn-blur - Emitted when the button loses focus.\n * @event zn-focus - Emitted when the button gains focus.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n *\n * @slot - The button's label.\n * @slot prefix - A presentational prefix icon or similar element.\n * @slot suffix - A presentational suffix icon or similar element.\n * @slot cancel - Slot for custom cancel button/content when autoClick is active.\n *\n * @csspart base - The component's base wrapper.\n * @csspart prefix - The container that wraps the prefix.\n * @csspart label - The button's label.\n * @csspart suffix - The container that wraps the suffix.\n * @csspart caret - The button's caret icon, an `<zn-icon>` element.\n * @csspart spinner - The spinner that shows when the button is in the loading state.\n */",
          "documentation": "https://inc.style/components/button",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "zn-icon",
            "zn-tooltip"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnButton",
            "module": "components/button/button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/button-group/button-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnButtonGroup",
          "cssProperties": [
            {
              "description": "Use flex-grow to fill available space.",
              "name": "--grow"
            },
            {
              "description": "Justify content at the start of the flex space.",
              "name": "--start"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "direction",
              "type": {
                "text": "'horizontal' | 'vertical'"
              },
              "default": "'horizontal'",
              "attribute": "direction"
            },
            {
              "kind": "field",
              "name": "grow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "grow"
            },
            {
              "kind": "field",
              "name": "wrap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "wrap"
            },
            {
              "kind": "field",
              "name": "start",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "start"
            },
            {
              "kind": "field",
              "name": "gap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "gap"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "direction",
              "type": {
                "text": "'horizontal' | 'vertical'"
              },
              "default": "'horizontal'",
              "fieldName": "direction"
            },
            {
              "name": "grow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "grow"
            },
            {
              "name": "wrap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "wrap"
            },
            {
              "name": "start",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "start"
            },
            {
              "name": "gap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "gap"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "button-group",
          "tagName": "zn-button-group",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/button-group\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --grow - Use flex-grow to fill available space.\n * @cssproperty --start - Justify content at the start of the flex space.\n */",
          "documentation": "https://zinc.style/components/button-group",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnButtonGroup",
            "module": "components/button-group/button-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/button-menu/button-menu.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnButtonMenu",
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "maxWidth",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "attribute": "max-width"
            },
            {
              "kind": "field",
              "name": "containerWidth",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "attribute": "containerWidth"
            },
            {
              "kind": "field",
              "name": "limit",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "default": "-1",
              "attribute": "limit"
            },
            {
              "kind": "field",
              "name": "maxLevel",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "default": "2",
              "attribute": "max-level"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'content' | 'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "iconSize",
              "type": {
                "text": "number"
              },
              "default": "24",
              "attribute": "icon-size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noGap",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "attribute": "no-gap"
            },
            {
              "kind": "field",
              "name": "noPadding",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "attribute": "no-padding"
            },
            {
              "kind": "field",
              "name": "_buttons",
              "type": {
                "text": "CustomButtonWidths[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_originalButtons",
              "type": {
                "text": "CustomButtonWidths[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "method",
              "name": "watchContainerMaxWidth"
            },
            {
              "kind": "field",
              "name": "handleResize"
            },
            {
              "kind": "method",
              "name": "calculateVisibleButtons"
            },
            {
              "kind": "method",
              "name": "calculateMenuButtons",
              "parameters": [
                {
                  "name": "totalButtons",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "visibleButtons",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "buttons",
                  "type": {
                    "text": "CustomButtonWidths[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addButton",
              "privacy": "public",
              "parameters": [
                {
                  "name": "button",
                  "type": {
                    "text": "ZnButton"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setDynamicButtons",
              "privacy": "public",
              "parameters": [
                {
                  "name": "btns",
                  "type": {
                    "text": "NodeListOf<ZnButton>"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "removeButton",
              "privacy": "public",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "removeAllButtons",
              "privacy": "public"
            }
          ],
          "attributes": [
            {
              "name": "max-width",
              "type": {
                "text": "number"
              },
              "fieldName": "maxWidth"
            },
            {
              "name": "containerWidth",
              "type": {
                "text": "number"
              },
              "fieldName": "containerWidth"
            },
            {
              "name": "limit",
              "type": {
                "text": "number"
              },
              "default": "-1",
              "fieldName": "limit"
            },
            {
              "name": "max-level",
              "type": {
                "text": "number"
              },
              "default": "2",
              "fieldName": "maxLevel"
            },
            {
              "name": "size",
              "type": {
                "text": "'content' | 'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "size"
            },
            {
              "name": "icon-size",
              "type": {
                "text": "number"
              },
              "default": "24",
              "fieldName": "iconSize"
            },
            {
              "name": "no-gap",
              "type": {
                "text": "boolean"
              },
              "fieldName": "noGap"
            },
            {
              "name": "no-padding",
              "type": {
                "text": "boolean"
              },
              "fieldName": "noPadding"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Automatically hides buttons in a menu when the screen is too small.",
          "tagNameWithoutPrefix": "button-menu",
          "tagName": "zn-button-menu",
          "customElement": true,
          "jsDoc": "/**\n * @summary Automatically hides buttons in a menu when the screen is too small.\n * @documentation https://zinc.style/components/button-menu\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot.\n *\n */",
          "documentation": "https://zinc.style/components/button-menu",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnButtonMenu",
            "module": "components/button-menu/button-menu.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/chart/chart.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnChart",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'area' | 'bar' | 'line'"
              },
              "default": "'bar'",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "data",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "attribute": "data"
            },
            {
              "kind": "field",
              "name": "categories",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "attribute": "categories"
            },
            {
              "kind": "field",
              "name": "xAxis",
              "type": {
                "text": "string"
              },
              "attribute": "xAxis"
            },
            {
              "kind": "field",
              "name": "datapointSize",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "d-size"
            },
            {
              "kind": "field",
              "name": "stacked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "stacked"
            },
            {
              "kind": "field",
              "name": "live",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "live"
            },
            {
              "kind": "field",
              "name": "dataUrl",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "data-url"
            },
            {
              "kind": "field",
              "name": "liveInterval",
              "type": {
                "text": "number"
              },
              "default": "1000",
              "attribute": "live-interval"
            },
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "300",
              "attribute": "height",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "enableAnimations",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "enable-animations"
            },
            {
              "kind": "field",
              "name": "yAxisAppend",
              "type": {
                "text": "string"
              },
              "attribute": "y-axis-append"
            },
            {
              "kind": "field",
              "name": "chart",
              "type": {
                "text": "ApexCharts"
              },
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "type",
              "type": {
                "text": "'area' | 'bar' | 'line'"
              },
              "default": "'bar'",
              "fieldName": "type"
            },
            {
              "name": "data",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "fieldName": "data"
            },
            {
              "name": "categories",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "fieldName": "categories"
            },
            {
              "name": "xAxis",
              "type": {
                "text": "string"
              },
              "fieldName": "xAxis"
            },
            {
              "name": "d-size",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "datapointSize"
            },
            {
              "name": "stacked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "stacked"
            },
            {
              "name": "live",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "live"
            },
            {
              "name": "data-url",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "dataUrl"
            },
            {
              "name": "live-interval",
              "type": {
                "text": "number"
              },
              "default": "1000",
              "fieldName": "liveInterval"
            },
            {
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "300",
              "fieldName": "height"
            },
            {
              "name": "enable-animations",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "enableAnimations"
            },
            {
              "name": "y-axis-append",
              "type": {
                "text": "string"
              },
              "fieldName": "yAxisAppend"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "chart",
          "tagName": "zn-chart",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/data-chart\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/data-chart",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnChart",
            "module": "components/chart/chart.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/checkbox/checkbox.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnCheckbox",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The square container that wraps the checkbox's checked state.",
              "name": "control"
            },
            {
              "description": "Matches the control part when the checkbox is checked.",
              "name": "control--checked"
            },
            {
              "description": "Matches the control part when the checkbox is indeterminate.",
              "name": "control--indeterminate"
            },
            {
              "description": "The checked icon, an `<zn-icon>` element.",
              "name": "checked-icon"
            },
            {
              "description": "The unchecked icon, an `<zn-icon>` element.",
              "name": "unchecked-icon"
            },
            {
              "description": "The indeterminate icon, an `<zn-icon>` element.",
              "name": "indeterminate-icon"
            },
            {
              "description": "The container that wraps the checkbox's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the checkbox's description.",
              "name": "description"
            },
            {
              "description": "The container that wraps optional content that appears when a checkbox is checked.",
              "name": "selected-content"
            }
          ],
          "slots": [
            {
              "description": "The checkbox's label.",
              "name": ""
            },
            {
              "description": "A description of the checkbox's label. Serves as help text for a checkbox item. Alternatively, you can use the `description` attribute.",
              "name": "description"
            },
            {
              "description": "Use to nest rich content (like an input) inside a selected checkbox item. Use only with the contained style.",
              "name": "selected-content"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{'zn-icon': ZnIcon}"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { value: (control: ZnCheckbox) => (control.checked ? control.value || 'on' : control.uncheckedValue || undefined), defaultValue: (control: ZnCheckbox) => control.defaultChecked, setValue: (control: ZnCheckbox, checked: boolean) => (control.checked = checked) })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'description')"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the checkbox, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the checkbox, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "uncheckedValue",
              "type": {
                "text": "string"
              },
              "description": "The unchecked value of the checkbox, submitted as a name/value pair with form data.",
              "attribute": "unchecked-value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The checkbox's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the checkbox.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in a checked state.",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
              "attribute": "indeterminate",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a container around the checkbox.",
              "attribute": "contained",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "borderless",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes a container around the checkbox.",
              "attribute": "borderless",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Applies styles relevant to checkboxes in a horizontal layout.",
              "attribute": "horizontal",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultChecked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the checkbox a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "submitOnClick",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Submits the form when checkbox is clicked.",
              "attribute": "submit-on-click",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The checkbox's help text. If you need to display HTML, use the `description` slot instead.",
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "checkedIcon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The icon to show when the checkbox is checked.",
              "attribute": "checked-icon"
            },
            {
              "kind": "field",
              "name": "uncheckedIcon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The icon to show when the checkbox is unchecked.",
              "attribute": "unchecked-icon"
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "ColorOption"
              },
              "default": "'default'",
              "description": "The color of the checkbox.",
              "attribute": "color",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checkedColor",
              "type": {
                "text": "ColorOption"
              },
              "description": "The color of the checkbox when checked. Overrides `color`.",
              "attribute": "checked-color"
            },
            {
              "kind": "field",
              "name": "uncheckedColor",
              "type": {
                "text": "ColorOption"
              },
              "description": "The color of the checkbox when unchecked. Overrides `color`.",
              "attribute": "unchecked-color"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "isChecked",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSelectedContentClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleStateChange"
            },
            {
              "kind": "method",
              "name": "click",
              "description": "Simulates a click on the checkbox."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the checkbox."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the checkbox."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string."
            }
          ],
          "events": [
            {
              "description": "Emitted when the checkbox loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when the checked state changes.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when the checkbox gains focus.",
              "name": "zn-focus"
            },
            {
              "description": "Emitted when the checkbox receives input.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "zn-invalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the checkbox, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the checkbox, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "unchecked-value",
              "type": {
                "text": "string"
              },
              "description": "The unchecked value of the checkbox, submitted as a name/value pair with form data.",
              "fieldName": "uncheckedValue"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The checkbox's size.",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the checkbox.",
              "fieldName": "disabled"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in a checked state.",
              "fieldName": "checked"
            },
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
              "fieldName": "indeterminate"
            },
            {
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a container around the checkbox.",
              "fieldName": "contained"
            },
            {
              "name": "borderless",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes a container around the checkbox.",
              "fieldName": "borderless"
            },
            {
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Applies styles relevant to checkboxes in a horizontal layout.",
              "fieldName": "horizontal"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the checkbox a required field.",
              "fieldName": "required"
            },
            {
              "name": "submit-on-click",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Submits the form when checkbox is clicked.",
              "fieldName": "submitOnClick"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The checkbox's help text. If you need to display HTML, use the `description` slot instead.",
              "fieldName": "description"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "fieldName": "labelTooltip"
            },
            {
              "name": "checked-icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The icon to show when the checkbox is checked.",
              "fieldName": "checkedIcon"
            },
            {
              "name": "unchecked-icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The icon to show when the checkbox is unchecked.",
              "fieldName": "uncheckedIcon"
            },
            {
              "name": "color",
              "type": {
                "text": "ColorOption"
              },
              "default": "'default'",
              "description": "The color of the checkbox.",
              "fieldName": "color"
            },
            {
              "name": "checked-color",
              "type": {
                "text": "ColorOption"
              },
              "description": "The color of the checkbox when checked. Overrides `color`.",
              "fieldName": "checkedColor"
            },
            {
              "name": "unchecked-color",
              "type": {
                "text": "ColorOption"
              },
              "description": "The color of the checkbox when unchecked. Overrides `color`.",
              "fieldName": "uncheckedColor"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "checkbox",
          "tagName": "zn-checkbox",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/checkbox\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n *\n * @slot - The checkbox's label.\n * @slot description - A description of the checkbox's label. Serves as help text for a checkbox item. Alternatively, you can use the `description` attribute.\n * @slot selected-content - Use to nest rich content (like an input) inside a selected checkbox item. Use only with the contained style.\n *\n * @event zn-blur - Emitted when the checkbox loses focus.\n * @event zn-change - Emitted when the checked state changes.\n * @event zn-focus - Emitted when the checkbox gains focus.\n * @event zn-input - Emitted when the checkbox receives input.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n *\n * @csspart base - The component's base wrapper.\n * @csspart control - The square container that wraps the checkbox's checked state.\n * @csspart control--checked - Matches the control part when the checkbox is checked.\n * @csspart control--indeterminate - Matches the control part when the checkbox is indeterminate.\n * @csspart checked-icon - The checked icon, an `<zn-icon>` element.\n * @csspart unchecked-icon - The unchecked icon, an `<zn-icon>` element.\n * @csspart indeterminate-icon - The indeterminate icon, an `<zn-icon>` element.\n * @csspart label - The container that wraps the checkbox's label.\n * @csspart description - The container that wraps the checkbox's description.\n * @csspart selected-content - The container that wraps optional content that appears when a checkbox is checked.\n */",
          "documentation": "https://zinc.style/components/checkbox",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnCheckbox",
            "module": "components/checkbox/checkbox.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/checkbox-group/checkbox-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnCheckboxGroup",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            }
          ],
          "slots": [
            {
              "description": "The default slot where `<zn-checkbox>` elements are placed.",
              "name": ""
            },
            {
              "description": "The checkbox group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.",
              "name": "label-tooltip"
            },
            {
              "description": "Text that describes how to use the checkbox group. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "protected",
              "readonly": true,
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "customValidityMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "validationTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "validationInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "errorMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The checkbox groups's help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the checkbox group, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string[]"
              },
              "default": "[]",
              "description": "The current value of the checkbox group, submitted as a name/value pair with form data.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The checkbox group's size. This size will be applied to all child checkboxes.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
              "attribute": "horizontal",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child checkboxes.",
              "attribute": "contained",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures at least one child checkbox is checked before allowing the containing form to submit.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "getAllCheckboxes",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleCheckboxClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "syncCheckboxElements",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "syncCheckboxes",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateCheckboxValidity",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getValueFromCheckboxes",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "addEventListenerToCheckboxes",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSizeChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "default": "''"
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the checkbox group's selected value changes.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when the checkbox group receives user input.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "zn-invalid"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "fieldName": "labelTooltip"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The checkbox groups's help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the checkbox group, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string[]"
              },
              "default": "[]",
              "description": "The current value of the checkbox group, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The checkbox group's size. This size will be applied to all child checkboxes.",
              "fieldName": "size"
            },
            {
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
              "fieldName": "horizontal"
            },
            {
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child checkboxes.",
              "fieldName": "contained"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures at least one child checkbox is checked before allowing the containing form to submit.",
              "fieldName": "required"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Shotrt summary of the component's intended use.",
          "tagNameWithoutPrefix": "checkbox-group",
          "tagName": "zn-checkbox-group",
          "customElement": true,
          "jsDoc": "/**\n * @summary Shotrt summary of the component's intended use.\n * @documentation https://zinc.style/components/checkbox-group\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot where `<zn-checkbox>` elements are placed.\n * @slot label - The checkbox group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot help-text - Text that describes how to use the checkbox group. Alternatively, you can use the `help-text` attribute.\n *\n * @event zn-change - Emitted when the checkbox group's selected value changes.\n * @event zn-input - Emitted when the checkbox group receives user input.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n *\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The input's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n */",
          "documentation": "https://zinc.style/components/checkbox-group",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnCheckboxGroup",
            "module": "components/checkbox-group/checkbox-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/chip/chip.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnChip",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "iconSize",
              "type": {
                "text": "number"
              },
              "default": "18",
              "attribute": "icon-size"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'info' | 'success' | 'warning' | 'error' | 'primary' |\n    'transparent' | 'custom' | 'neutral'"
              },
              "default": "'neutral'",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushX",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-x",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushY",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-y",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'action')"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "icon"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "caption"
            },
            {
              "name": "icon-size",
              "type": {
                "text": "number"
              },
              "default": "18",
              "fieldName": "iconSize"
            },
            {
              "name": "type",
              "type": {
                "text": "'info' | 'success' | 'warning' | 'error' | 'primary' |\n    'transparent' | 'custom' | 'neutral'"
              },
              "default": "'neutral'",
              "fieldName": "type"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "fieldName": "size"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flush"
            },
            {
              "name": "flush-x",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushX"
            },
            {
              "name": "flush-y",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushY"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "chip",
          "tagName": "zn-chip",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/chip\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/chip",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnChip",
            "module": "components/chip/chip.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/collapsible/collapsible.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnCollapsible",
          "slots": [
            {
              "description": "Clicking will toggle the show state of the data",
              "name": "header"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "showNumber",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "show-number",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "countElement",
              "type": {
                "text": "string"
              },
              "default": "'*'",
              "attribute": "count-element"
            },
            {
              "kind": "field",
              "name": "expanded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "expanded",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultState",
              "type": {
                "text": "'open' | 'closed'"
              },
              "attribute": "default"
            },
            {
              "kind": "field",
              "name": "localStorage",
              "type": {
                "text": "boolean"
              },
              "attribute": "local-storage",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "storeKey",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "store-key",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "storeTtl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "store-ttl",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "numberOfItems",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "_store",
              "type": {
                "text": "Store"
              },
              "privacy": "protected"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'header', 'caption', 'label')"
            },
            {
              "kind": "field",
              "name": "observer",
              "type": {
                "text": "MutationObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "showArrow",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "true"
            },
            {
              "kind": "field",
              "name": "handleCaptionToggle",
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "handleCollapse"
            },
            {
              "kind": "field",
              "name": "recalculateNumberOfItems",
              "privacy": "public"
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "show-number",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showNumber"
            },
            {
              "name": "count-element",
              "type": {
                "text": "string"
              },
              "default": "'*'",
              "fieldName": "countElement"
            },
            {
              "name": "expanded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "expanded"
            },
            {
              "name": "default",
              "type": {
                "text": "'open' | 'closed'"
              },
              "fieldName": "defaultState"
            },
            {
              "name": "local-storage",
              "type": {
                "text": "boolean"
              },
              "fieldName": "localStorage"
            },
            {
              "name": "store-key",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "storeKey"
            },
            {
              "name": "store-ttl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "storeTtl"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flush"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Toggles between showing and hiding content when clicked",
          "tagNameWithoutPrefix": "collapsible",
          "tagName": "zn-collapsible",
          "customElement": true,
          "jsDoc": "/**\n * @summary Toggles between showing and hiding content when clicked\n * @documentation https://zinc.style/components/collapsible\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon - The icon element\n *\n * @slot header - Clicking will toggle the show state of the data\n *\n */",
          "documentation": "https://zinc.style/components/collapsible",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnCollapsible",
            "module": "components/collapsible/collapsible.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/cols/cols.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnCols",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "layout",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "layout",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "maxColumns",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "mc",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noGap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-gap"
            },
            {
              "kind": "field",
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "border"
            },
            {
              "kind": "field",
              "name": "pad",
              "type": {
                "text": "boolean"
              },
              "attribute": "pad"
            },
            {
              "kind": "field",
              "name": "divide",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "divide"
            },
            {
              "kind": "field",
              "name": "padX",
              "type": {
                "text": "boolean"
              },
              "attribute": "pad-x"
            },
            {
              "kind": "field",
              "name": "padY",
              "type": {
                "text": "boolean"
              },
              "attribute": "pad-y"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "layout",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "layout"
            },
            {
              "name": "mc",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "maxColumns"
            },
            {
              "name": "no-gap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noGap"
            },
            {
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "border"
            },
            {
              "name": "pad",
              "type": {
                "text": "boolean"
              },
              "fieldName": "pad"
            },
            {
              "name": "divide",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "divide"
            },
            {
              "name": "pad-x",
              "type": {
                "text": "boolean"
              },
              "fieldName": "padX"
            },
            {
              "name": "pad-y",
              "type": {
                "text": "boolean"
              },
              "fieldName": "padY"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "cols",
          "tagName": "zn-cols",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/columns\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/columns",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnCols",
            "module": "components/cols/cols.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/confirm/confirm.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnConfirm",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-dialog': ZnDialog }"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'footer')"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "'default' | 'warning' | 'announcement'"
              },
              "default": "'default'",
              "description": "The dialog's theme variant.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The dialog's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'warning' | 'error' | 'success' | 'info'"
              },
              "default": "'warning'",
              "description": "The dialogs type, which will determine the icon and color.",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicated whether of not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "action",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "action"
            },
            {
              "kind": "field",
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "content"
            },
            {
              "kind": "field",
              "name": "confirmText",
              "type": {
                "text": "string"
              },
              "default": "\"Confirm\"",
              "attribute": "confirmText"
            },
            {
              "kind": "field",
              "name": "cancelText",
              "type": {
                "text": "string"
              },
              "default": "\"Cancel\"",
              "attribute": "cancelText"
            },
            {
              "kind": "field",
              "name": "hideIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hide-icon"
            },
            {
              "kind": "field",
              "name": "showLoading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Show a loading state when the dialog is submitted.",
              "attribute": "show-loading"
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "description": "The dialog's trigger element. This is used to open the dialog when clicked. If you do not provide a trigger, you\nwill need to manually open the dialog using the `show()` method.",
              "attribute": "trigger",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "announcement",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The Dialogs announcement text.",
              "attribute": "announcement"
            },
            {
              "kind": "field",
              "name": "footerText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The Dialogs footer text.",
              "attribute": "footer-text"
            },
            {
              "kind": "field",
              "name": "dialog",
              "type": {
                "text": "ZnDialog"
              }
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "description": "Internal loading state used when showLoading is enabled"
            },
            {
              "kind": "method",
              "name": "updateTriggers"
            },
            {
              "kind": "field",
              "name": "show"
            },
            {
              "kind": "method",
              "name": "hide"
            },
            {
              "kind": "method",
              "name": "submitDialog"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "'default' | 'warning' | 'announcement'"
              },
              "default": "'default'",
              "description": "The dialog's theme variant.",
              "fieldName": "variant"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The dialog's size.",
              "fieldName": "size"
            },
            {
              "name": "type",
              "type": {
                "text": "'warning' | 'error' | 'success' | 'info'"
              },
              "default": "'warning'",
              "description": "The dialogs type, which will determine the icon and color.",
              "fieldName": "type"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicated whether of not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's state.",
              "fieldName": "open"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "caption"
            },
            {
              "name": "action",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "action"
            },
            {
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "content"
            },
            {
              "name": "confirmText",
              "type": {
                "text": "string"
              },
              "default": "\"Confirm\"",
              "fieldName": "confirmText"
            },
            {
              "name": "cancelText",
              "type": {
                "text": "string"
              },
              "default": "\"Cancel\"",
              "fieldName": "cancelText"
            },
            {
              "name": "hide-icon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hideIcon"
            },
            {
              "name": "show-loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Show a loading state when the dialog is submitted.",
              "fieldName": "showLoading"
            },
            {
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "description": "The dialog's trigger element. This is used to open the dialog when clicked. If you do not provide a trigger, you\nwill need to manually open the dialog using the `show()` method.",
              "fieldName": "trigger"
            },
            {
              "name": "announcement",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The Dialogs announcement text.",
              "fieldName": "announcement"
            },
            {
              "name": "footer-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The Dialogs footer text.",
              "fieldName": "footerText"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "confirm",
          "tagName": "zn-confirm",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/confirm-modal\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/confirm-modal",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnConfirm",
            "module": "components/confirm/confirm.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/content-block/content-block.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ContentBlock",
          "members": [
            {
              "kind": "field",
              "name": "time",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "time"
            },
            {
              "kind": "field",
              "name": "sender",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "sender"
            },
            {
              "kind": "field",
              "name": "avatar",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "avatar"
            },
            {
              "kind": "field",
              "name": "outbound",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "outbound",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noCollapse",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-collapse"
            },
            {
              "kind": "field",
              "name": "short",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "short",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultDisplay",
              "type": {
                "text": "'text' | 'html'"
              },
              "default": "'text'",
              "attribute": "default-display",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "htmlNodes",
              "type": {
                "text": "Node[]"
              }
            },
            {
              "kind": "field",
              "name": "iframe",
              "type": {
                "text": "Promise<HTMLIFrameElement>"
              }
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'text', 'html')"
            },
            {
              "kind": "field",
              "name": "_textRows",
              "type": {
                "text": "TextRow[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_footerObserver",
              "type": {
                "text": "MutationObserver | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_replaceDebounce",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "method",
              "name": "_collapseContent",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_toggleText",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_toggleHtml",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_resizeIframe",
              "privacy": "private",
              "parameters": [
                {
                  "name": "iframe",
                  "optional": true,
                  "type": {
                    "text": "HTMLIFrameElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "truncateText",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "_handleSlotChange",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_debouncedReplace",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_replaceImagePlaceholders",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getTextSections",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TextRow[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "showReply",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "time",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "time"
            },
            {
              "name": "sender",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "sender"
            },
            {
              "name": "avatar",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "avatar"
            },
            {
              "name": "outbound",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "outbound"
            },
            {
              "name": "no-collapse",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noCollapse"
            },
            {
              "name": "short",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "short"
            },
            {
              "name": "default-display",
              "type": {
                "text": "'text' | 'html'"
              },
              "default": "'text'",
              "fieldName": "defaultDisplay"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "content-block",
          "tagName": "zn-content-block",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/content-block\n * @status experimental\n * @since 1.0\n */",
          "documentation": "https://zinc.style/components/content-block",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ContentBlock",
            "module": "components/content-block/content-block.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/copy-button/copy-button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnCopyButton",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "copyIcon",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "successIcon",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "errorIcon",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "tooltip",
              "type": {
                "text": "ZnTooltip"
              }
            },
            {
              "kind": "field",
              "name": "isCopying",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "status",
              "type": {
                "text": "'rest' | 'success' | 'error'"
              },
              "default": "'rest'"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "copyLabel",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "copy-label"
            },
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "number"
              },
              "default": "24",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "from",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "An id that references an element in the same document from which data will be copied. If both this and `value` are\npresent, this value will take precedence. By default, the target element's `textContent` will be copied. To copy an\nattribute, append the attribute name wrapped in square brackets, e.g. `from=\"el[value]\"`. To copy a property,\nappend a dot and the property name, e.g. `from=\"el.value\"`.",
              "attribute": "from"
            },
            {
              "kind": "method",
              "name": "showStatus",
              "privacy": "private",
              "parameters": [
                {
                  "name": "status",
                  "type": {
                    "text": "'success' | 'error'"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleCopy",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value"
            },
            {
              "name": "copy-label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "copyLabel"
            },
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "src"
            },
            {
              "name": "size",
              "type": {
                "text": "number"
              },
              "default": "24",
              "fieldName": "size"
            },
            {
              "name": "from",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "An id that references an element in the same document from which data will be copied. If both this and `value` are\npresent, this value will take precedence. By default, the target element's `textContent` will be copied. To copy an\nattribute, append the attribute name wrapped in square brackets, e.g. `from=\"el[value]\"`. To copy a property,\nappend a dot and the property name, e.g. `from=\"el.value\"`.",
              "fieldName": "from"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "copy-button",
          "tagName": "zn-copy-button",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/copy-button\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/copy-button",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnCopyButton",
            "module": "components/copy-button/copy-button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/data-select/data-select.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDataSelect",
          "cssParts": [
            {
              "description": "The container that wraps the prefix, combobox, clear icon, and expand button (forwarded from zn-select).",
              "name": "combobox"
            },
            {
              "description": "The container that wraps the expand icon (forwarded from zn-select).",
              "name": "expand-icon"
            },
            {
              "description": "The help text's wrapper (forwarded from zn-select).",
              "name": "form-control-help-text"
            },
            {
              "description": "The select's wrapper (forwarded from zn-select).",
              "name": "form-control-input"
            },
            {
              "description": "The element that displays the selected option's label (forwarded from zn-select).",
              "name": "display-input"
            }
          ],
          "slots": [
            {
              "description": "The select's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.",
              "name": "label-tooltip"
            },
            {
              "description": "Used to add contextual text that is displayed above the select, on the right. Alternatively, you can use the `context-note` attribute.",
              "name": "context-note"
            },
            {
              "description": "Text that describes how to use the select. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-select': ZnSelect, 'zn-option': ZnOption, }"
            },
            {
              "kind": "field",
              "name": "select",
              "type": {
                "text": "ZnSelect"
              }
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "description": "The name of the select. Used for form submission.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "The value of the select. Used for form submission. When `multiple` is enabled, this is an array of strings.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "provider",
              "type": {
                "text": "'color' | 'currency' | 'country' | 'phone' | 'us-state'"
              },
              "description": "The provider of the select.",
              "attribute": "provider"
            },
            {
              "kind": "field",
              "name": "iconPosition",
              "type": {
                "text": "'start' | 'end' | 'none'"
              },
              "default": "'none'",
              "description": "The position of the icon.",
              "attribute": "icon-position"
            },
            {
              "kind": "field",
              "name": "filter",
              "type": {
                "text": "string[]"
              },
              "description": "An array of keys to use for filtering the options in the selected provider.",
              "attribute": "filter"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The selects size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "description": "Should we show the clear button",
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "allowAll",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Include an \"All\" option at the top.",
              "attribute": "allow-all"
            },
            {
              "kind": "field",
              "name": "allowCommon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Include a \"Common\" option that selects multiple common currencies.",
              "attribute": "allow-common"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The selects label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "contextNote",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
              "attribute": "context-note"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom'"
              },
              "default": "'bottom'",
              "description": "The preferred placement of the selects menu. Note that the actual placement may vary as needed to keep the listbox\ninside the viewport.",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The selects help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The selects required attribute.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the select.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "iconOnly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "icon-only",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "multiple"
            },
            {
              "kind": "field",
              "name": "selectFirst",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "select-first"
            },
            {
              "kind": "field",
              "name": "distinct",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "distinct"
            },
            {
              "kind": "field",
              "name": "conditional",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "conditional"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "protected",
              "readonly": true,
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "selectObserver",
              "type": {
                "text": "MutationObserver | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "closeOnTab"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "field",
              "name": "handleInput"
            },
            {
              "kind": "field",
              "name": "handleClear"
            },
            {
              "kind": "method",
              "name": "getLocalProvider",
              "return": {
                "type": {
                  "text": "LocalDataProvider<DataProviderOption>"
                }
              },
              "parameters": [
                {
                  "name": "name",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "blur"
            },
            {
              "kind": "method",
              "name": "_updatePrefix",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_updateIconEmptyState",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getPlaceholder",
              "privacy": "private",
              "parameters": [
                {
                  "name": "localProvider",
                  "type": {
                    "text": "LocalDataProvider<any>"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_observeSelectDisabled",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_syncDisabledState",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_normalizeValue",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted when the select's value changes.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the clear button is activated.",
              "name": "zn-clear"
            },
            {
              "description": "Emitted when the select loses focus.",
              "name": "blur"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "description": "The name of the select. Used for form submission.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "The value of the select. Used for form submission. When `multiple` is enabled, this is an array of strings.",
              "fieldName": "value"
            },
            {
              "name": "provider",
              "type": {
                "text": "'color' | 'currency' | 'country' | 'phone' | 'us-state'"
              },
              "description": "The provider of the select.",
              "fieldName": "provider"
            },
            {
              "name": "icon-position",
              "type": {
                "text": "'start' | 'end' | 'none'"
              },
              "default": "'none'",
              "description": "The position of the icon.",
              "fieldName": "iconPosition"
            },
            {
              "name": "filter",
              "type": {
                "text": "string[]"
              },
              "description": "An array of keys to use for filtering the options in the selected provider.",
              "fieldName": "filter"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The selects size.",
              "fieldName": "size"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "description": "Should we show the clear button",
              "fieldName": "clearable"
            },
            {
              "name": "allow-all",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Include an \"All\" option at the top.",
              "fieldName": "allowAll"
            },
            {
              "name": "allow-common",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Include a \"Common\" option that selects multiple common currencies.",
              "fieldName": "allowCommon"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The selects label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "fieldName": "labelTooltip"
            },
            {
              "name": "context-note",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
              "fieldName": "contextNote"
            },
            {
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom'"
              },
              "default": "'bottom'",
              "description": "The preferred placement of the selects menu. Note that the actual placement may vary as needed to keep the listbox\ninside the viewport.",
              "fieldName": "placement"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The selects help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The selects required attribute.",
              "fieldName": "required"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the select.",
              "fieldName": "disabled"
            },
            {
              "name": "icon-only",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "iconOnly"
            },
            {
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "multiple"
            },
            {
              "name": "select-first",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selectFirst"
            },
            {
              "name": "distinct",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "distinct"
            },
            {
              "name": "conditional",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "conditional"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A select component with built-in data providers for common options like colors, currencies, and countries.",
          "tagNameWithoutPrefix": "data-select",
          "tagName": "zn-data-select",
          "customElement": true,
          "jsDoc": "/**\n * @summary A select component with built-in data providers for common options like colors, currencies, and countries.\n * @documentation https://zinc.style/components/data-select\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-select\n * @dependency zn-option\n *\n * @event zn-input - Emitted when the select's value changes.\n * @event zn-clear - Emitted when the clear button is activated.\n * @event blur - Emitted when the select loses focus.\n *\n * @slot label - The select's label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Used to add contextual text that is displayed above the select, on the right. Alternatively, you can use the `context-note` attribute.\n * @slot help-text - Text that describes how to use the select. Alternatively, you can use the `help-text` attribute.\n *\n * @csspart combobox - The container that wraps the prefix, combobox, clear icon, and expand button (forwarded from zn-select).\n * @csspart expand-icon - The container that wraps the expand icon (forwarded from zn-select).\n * @csspart form-control-help-text - The help text's wrapper (forwarded from zn-select).\n * @csspart form-control-input - The select's wrapper (forwarded from zn-select).\n * @csspart display-input - The element that displays the selected option's label (forwarded from zn-select).\n */",
          "documentation": "https://zinc.style/components/data-select",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-select",
            "zn-option"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDataSelect",
            "module": "components/data-select/data-select.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/data-table/data-table.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDataTable",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "Slot for search component.",
              "name": "search"
            },
            {
              "description": "Slot for sort component.",
              "name": "sort"
            },
            {
              "description": "Slot for filter component.",
              "name": "filter"
            },
            {
              "description": "Slot for top-level filter component.",
              "name": "filter-top"
            },
            {
              "description": "Slot for delete action button.",
              "name": "delete-action"
            },
            {
              "description": "Slot for modify action button.",
              "name": "modify-action"
            },
            {
              "description": "Slot for create action button.",
              "name": "create-action"
            },
            {
              "description": "Slot for additional input controls.",
              "name": "inputs"
            },
            {
              "description": "Slot for custom empty state.",
              "name": "empty-state"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-button': ZnButton, 'zn-empty-state': ZnEmptyState, 'zn-chip': ZnChip, 'zn-hover-container': ZnHoverContainer, 'zn-dropdown': ZnDropdown, 'zn-menu': ZnMenu, 'zn-menu-item': ZnMenuItem, 'zn-button-group': ZnButtonGroup, 'zn-confirm': ZnConfirm, 'zn-skeleton': ZnSkeleton, 'zn-style': ZnStyle, 'zn-data-table-search': ZnDataTableSearch, }"
            },
            {
              "kind": "field",
              "name": "dataUri",
              "type": {
                "text": "string"
              },
              "attribute": "data-uri"
            },
            {
              "kind": "field",
              "name": "data",
              "type": {
                "text": "any"
              },
              "attribute": "data",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "sortColumn",
              "type": {
                "text": "string"
              },
              "attribute": "sort-column"
            },
            {
              "kind": "field",
              "name": "sortDirection",
              "type": {
                "text": "string"
              },
              "default": "\"asc\"",
              "attribute": "sort-direction"
            },
            {
              "kind": "field",
              "name": "localSort",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "local-sort"
            },
            {
              "kind": "field",
              "name": "filter",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "filter"
            },
            {
              "kind": "field",
              "name": "search",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "search"
            },
            {
              "kind": "field",
              "name": "wideColumn",
              "type": {
                "text": "string"
              },
              "attribute": "wide-column"
            },
            {
              "kind": "field",
              "name": "key",
              "type": {
                "text": "string"
              },
              "default": "'id'",
              "attribute": "key"
            },
            {
              "kind": "field",
              "name": "headers",
              "type": {
                "text": "Record<string, HeaderConfig>"
              },
              "default": "{}",
              "attribute": "headers"
            },
            {
              "kind": "field",
              "name": "hiddenHeaders",
              "type": {
                "text": "string"
              },
              "default": "'{}'",
              "attribute": "hide-headers"
            },
            {
              "kind": "field",
              "name": "hiddenColumns",
              "type": {
                "text": "string"
              },
              "default": "'{}'",
              "attribute": "hide-columns"
            },
            {
              "kind": "field",
              "name": "unsortableHeaders",
              "type": {
                "text": "string"
              },
              "default": "'{}'",
              "attribute": "unsortable-headers"
            },
            {
              "kind": "field",
              "name": "unsortable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "unsortable"
            },
            {
              "kind": "field",
              "name": "hidePagination",
              "type": {
                "text": "boolean"
              },
              "attribute": "hide-pagination"
            },
            {
              "kind": "field",
              "name": "standalone",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "standalone"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "emptyStateCaption",
              "type": {
                "text": "string"
              },
              "attribute": "empty-state-caption"
            },
            {
              "kind": "field",
              "name": "emptyStateIcon",
              "type": {
                "text": "string"
              },
              "default": "\"data_alert\"",
              "attribute": "empty-state-icon"
            },
            {
              "kind": "field",
              "name": "hideCheckboxes",
              "type": {
                "text": "boolean"
              },
              "attribute": "hide-checkboxes"
            },
            {
              "kind": "field",
              "name": "filters",
              "type": {
                "text": "[]"
              },
              "default": "[]",
              "attribute": "filters"
            },
            {
              "kind": "field",
              "name": "method",
              "type": {
                "text": "'GET' | 'POST'"
              },
              "default": "'POST'",
              "attribute": "method"
            },
            {
              "kind": "field",
              "name": "noInitialLoad",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-initial-load"
            },
            {
              "kind": "field",
              "name": "groupBy",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "group-by"
            },
            {
              "kind": "field",
              "name": "groups",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "groups"
            },
            {
              "kind": "field",
              "name": "selectAllButton",
              "type": {
                "text": "ZnButton"
              }
            },
            {
              "kind": "field",
              "name": "_initialLoad",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "true"
            },
            {
              "kind": "field",
              "name": "_lastTableContent",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "private",
              "default": "html``"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "itemsPerPage",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "10"
            },
            {
              "kind": "field",
              "name": "page",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "1"
            },
            {
              "kind": "field",
              "name": "totalPages",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_rows",
              "type": {
                "text": "any[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "numberOfRowsSelected",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "selectedRows",
              "type": {
                "text": "any[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "tableContainer",
              "type": {
                "text": "Element | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController( this, '[default]', ActionSlots.search.valueOf(), ActionSlots.delete.valueOf(), ActionSlots.modify.valueOf(), ActionSlots.create.valueOf(), ActionSlots.filter.valueOf(), ActionSlots.sort.valueOf(), ActionSlots.inputs.valueOf(), 'empty-state' )"
            },
            {
              "kind": "field",
              "name": "_dataTask",
              "privacy": "private",
              "default": "new Task(this, { task: async ([dataUri, requestParams], {signal}) => { if (dataUri === undefined || this.noInitialLoad && this._initialLoad) { return {rows: [], page: 1, perPage: this.itemsPerPage, total: 0}; } if (this.groupBy) { // we want to load all the data possible so we can group and show multiple tables this.itemsPerPage = 1000; } const requestData: DataRequest = { page: this.page, perPage: this.itemsPerPage, sortColumn: this.sortColumn, sortDirection: this.sortDirection, filter: this.filter, search: this.search, }; // get all inputs that are in the inputs slot and add them to the const inputs = this.hasSlotController.getSlots(ActionSlots.inputs.valueOf()); const params: Record<string, any> = {}; if (inputs) { inputs.forEach((input) => { const allowedInputs = ['zn-input', 'zn-select', 'zn-query-builder', 'zn-multiselect', 'zn-params-select', 'zn-datepicker', 'input', 'select', 'textarea']; if (allowedInputs.includes(input.tagName.toLowerCase())) { const value = (input as AllowedInputElement).value as string || input.getAttribute('value'); const name = (input as AllowedInputElement).name || input.getAttribute('name'); if (name) { params[name] = value; } } }); Object.assign(requestData, params); } // Add any extra request params if (requestParams && typeof requestParams === 'object') { Object.assign(requestData, requestParams); } // This is also used for Rubix, so it may not work for your application. const response = await fetch(dataUri, { method: this.method, headers: { 'x-kx-fetch-style': 'zn-data-table', }, signal, credentials: 'same-origin', body: this.method === 'POST' ? JSON.stringify(requestData) : undefined }); if (!response.ok) throw new Error(response.statusText); return response.json(); }, args: () => [this.dataUri, this.requestParams] })"
            },
            {
              "kind": "field",
              "name": "rowHasActions",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_expandedRows",
              "type": {
                "text": "Set<string>"
              },
              "privacy": "private",
              "default": "new Set()"
            },
            {
              "kind": "field",
              "name": "_hiddenCells",
              "type": {
                "text": "Map<string, Cell[]>"
              },
              "privacy": "private",
              "default": "new Map()"
            },
            {
              "kind": "field",
              "name": "_secondaryHeaders",
              "type": {
                "text": "HeaderConfig[]"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "requestParams",
              "type": {
                "text": "Record<string, any>"
              },
              "default": "{}"
            },
            {
              "kind": "method",
              "name": "refresh"
            },
            {
              "kind": "field",
              "name": "filterChangeListener"
            },
            {
              "kind": "field",
              "name": "searchChangeListener"
            },
            {
              "kind": "method",
              "name": "emptyState"
            },
            {
              "kind": "method",
              "name": "renderTable",
              "parameters": [
                {
                  "name": "data",
                  "type": {
                    "text": "Response"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "humanize",
              "privacy": "public",
              "parameters": [
                {
                  "name": "str",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderTableData",
              "privacy": "public",
              "parameters": [
                {
                  "name": "data",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getTableHeader"
            },
            {
              "kind": "method",
              "name": "getTableFooter"
            },
            {
              "kind": "method",
              "name": "getRowsSelected"
            },
            {
              "kind": "method",
              "name": "getPagination"
            },
            {
              "kind": "method",
              "name": "getActions"
            },
            {
              "kind": "method",
              "name": "goToPage",
              "parameters": [
                {
                  "name": "page",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "goToFirstPage"
            },
            {
              "kind": "method",
              "name": "goToPreviousPage"
            },
            {
              "kind": "method",
              "name": "goToNextPage"
            },
            {
              "kind": "method",
              "name": "goToLastPage"
            },
            {
              "kind": "method",
              "name": "updateRowsPerPage",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "selectAll",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "selectRow",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "clearSelectedRows",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateSort",
              "parameters": [
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderCell",
              "parameters": [
                {
                  "name": "data",
                  "type": {
                    "text": "Cell"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateActionKeys",
              "privacy": "private",
              "parameters": [
                {
                  "name": "slotName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getTableSortIcon",
              "privacy": "private",
              "parameters": [
                {
                  "name": "key",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderCellHeader",
              "privacy": "private",
              "parameters": [
                {
                  "name": "header",
                  "type": {
                    "text": "HeaderConfig"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderCellBody",
              "privacy": "private",
              "parameters": [
                {
                  "name": "index",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "value",
                  "type": {
                    "text": "Cell"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "hasHiddenColumns",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "renderExpanderCell",
              "privacy": "private",
              "parameters": [
                {
                  "name": "row",
                  "type": {
                    "text": "Row"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderDetailsRow",
              "privacy": "private",
              "parameters": [
                {
                  "name": "row",
                  "type": {
                    "text": "Row"
                  }
                },
                {
                  "name": "colSpan",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "toggleRowExpansion",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                },
                {
                  "name": "row",
                  "type": {
                    "text": "Row"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "isRowSelected",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "row",
                  "type": {
                    "text": "Row"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getRows",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Row[]"
                }
              },
              "parameters": [
                {
                  "name": "data",
                  "type": {
                    "text": "Response"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getSelectedKeys",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "(string)[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "updateKeys",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateSelectAll",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateModifyKeys",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateDeleteKeys",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "extractComparable",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "cell",
                  "type": {
                    "text": "Cell"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "sortData",
              "privacy": "private",
              "parameters": [
                {
                  "name": "a",
                  "type": {
                    "text": "Cell"
                  }
                },
                {
                  "name": "b",
                  "type": {
                    "text": "Cell"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "sortLocalData",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Row[]"
                }
              },
              "parameters": [
                {
                  "name": "rows",
                  "type": {
                    "text": "Row[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "loadingTable",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "renderActions",
              "privacy": "private",
              "parameters": [
                {
                  "name": "row",
                  "type": {
                    "text": "Row"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "data-uri",
              "type": {
                "text": "string"
              },
              "fieldName": "dataUri"
            },
            {
              "name": "data",
              "type": {
                "text": "any"
              },
              "fieldName": "data"
            },
            {
              "name": "sort-column",
              "type": {
                "text": "string"
              },
              "fieldName": "sortColumn"
            },
            {
              "name": "sort-direction",
              "type": {
                "text": "string"
              },
              "default": "\"asc\"",
              "fieldName": "sortDirection"
            },
            {
              "name": "local-sort",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "localSort"
            },
            {
              "name": "filter",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "filter"
            },
            {
              "name": "search",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "search"
            },
            {
              "name": "wide-column",
              "type": {
                "text": "string"
              },
              "fieldName": "wideColumn"
            },
            {
              "name": "key",
              "type": {
                "text": "string"
              },
              "default": "'id'",
              "fieldName": "key"
            },
            {
              "name": "headers",
              "type": {
                "text": "Record<string, HeaderConfig>"
              },
              "default": "{}",
              "fieldName": "headers"
            },
            {
              "name": "hide-headers",
              "type": {
                "text": "string"
              },
              "default": "'{}'",
              "fieldName": "hiddenHeaders"
            },
            {
              "name": "hide-columns",
              "type": {
                "text": "string"
              },
              "default": "'{}'",
              "fieldName": "hiddenColumns"
            },
            {
              "name": "unsortable-headers",
              "type": {
                "text": "string"
              },
              "default": "'{}'",
              "fieldName": "unsortableHeaders"
            },
            {
              "name": "unsortable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "unsortable"
            },
            {
              "name": "hide-pagination",
              "type": {
                "text": "boolean"
              },
              "fieldName": "hidePagination"
            },
            {
              "name": "standalone",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "standalone"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "empty-state-caption",
              "type": {
                "text": "string"
              },
              "fieldName": "emptyStateCaption"
            },
            {
              "name": "empty-state-icon",
              "type": {
                "text": "string"
              },
              "default": "\"data_alert\"",
              "fieldName": "emptyStateIcon"
            },
            {
              "name": "hide-checkboxes",
              "type": {
                "text": "boolean"
              },
              "fieldName": "hideCheckboxes"
            },
            {
              "name": "filters",
              "type": {
                "text": "[]"
              },
              "default": "[]",
              "fieldName": "filters"
            },
            {
              "name": "method",
              "type": {
                "text": "'GET' | 'POST'"
              },
              "default": "'POST'",
              "fieldName": "method"
            },
            {
              "name": "no-initial-load",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noInitialLoad"
            },
            {
              "name": "group-by",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "groupBy"
            },
            {
              "name": "groups",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "groups"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "data-table",
          "tagName": "zn-data-table",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/data-table\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n * @dependency zn-empty-state\n * @dependency zn-chip\n * @dependency zn-hover-container\n * @dependency zn-dropdown\n * @dependency zn-menu\n * @dependency zn-menu-item\n * @dependency zn-button-group\n * @dependency zn-confirm\n * @dependency zn-skeleton\n * @dependency zn-data-table-search\n *\n * @slot - The default slot.\n * @slot search - Slot for search component.\n * @slot sort - Slot for sort component.\n * @slot filter - Slot for filter component.\n * @slot filter-top - Slot for top-level filter component.\n * @slot delete-action - Slot for delete action button.\n * @slot modify-action - Slot for modify action button.\n * @slot create-action - Slot for create action button.\n * @slot inputs - Slot for additional input controls.\n * @slot empty-state - Slot for custom empty state.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/data-table",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-button",
            "zn-empty-state",
            "zn-chip",
            "zn-hover-container",
            "zn-dropdown",
            "zn-menu",
            "zn-menu-item",
            "zn-button-group",
            "zn-confirm",
            "zn-skeleton",
            "zn-data-table-search"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDataTable",
            "module": "components/data-table/data-table.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/data-table-filter/data-table-filter.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDataTableFilter",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "_formController",
              "type": {
                "text": "FormControlController"
              },
              "privacy": "private",
              "default": "new FormControlController(this, {})"
            },
            {
              "kind": "field",
              "name": "filters",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "filters"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"data-table-filter\"",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "handleQBClear"
            },
            {
              "kind": "field",
              "name": "handleQBReset"
            },
            {
              "kind": "field",
              "name": "handleQBUpdate"
            },
            {
              "kind": "method",
              "name": "closeSlideout"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "filters",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "filters"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"data-table-filter\"",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "fieldName": "value"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "data-table-filter",
          "tagName": "zn-data-table-filter",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/data-table-filter\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/data-table-filter",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDataTableFilter",
            "module": "components/data-table-filter/data-table-filter.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/data-table-search/data-table-search.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDataTableSearch",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot for additional form inputs.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-input': ZnInput, }"
            },
            {
              "kind": "field",
              "name": "_formController",
              "type": {
                "text": "FormControlController"
              },
              "privacy": "private",
              "default": "new FormControlController(this, {})"
            },
            {
              "kind": "field",
              "name": "_searchTimeout",
              "type": {
                "text": "number | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"search\"",
              "description": "The name of the search input field (default: \"search\").",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The current search value.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "\"Search...\"",
              "description": "The placeholder text for the search input (default: \"Search...\").",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "Help text displayed below the search input.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "searchUri",
              "type": {
                "text": "string"
              },
              "description": "Optional URI to use for search operations.",
              "attribute": "search-uri"
            },
            {
              "kind": "field",
              "name": "debounceDelay",
              "type": {
                "text": "number"
              },
              "default": "350",
              "description": "The delay in milliseconds before triggering a search (default: 500).",
              "attribute": "debounce-delay"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "getFormData",
              "return": {
                "type": {
                  "text": "Record<string, any>"
                }
              },
              "description": "Collects form data from slotted input elements"
            },
            {
              "kind": "field",
              "name": "handleInput"
            },
            {
              "kind": "field",
              "name": "handleClear"
            },
            {
              "kind": "method",
              "name": "emitSearchChange",
              "privacy": "private",
              "description": "Emit the search change event with form data"
            }
          ],
          "events": [
            {
              "description": "Emitted when the search value changes (debounced).",
              "name": "zn-search-change"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"search\"",
              "description": "The name of the search input field (default: \"search\").",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The current search value.",
              "fieldName": "value"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "\"Search...\"",
              "description": "The placeholder text for the search input (default: \"Search...\").",
              "fieldName": "placeholder"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "Help text displayed below the search input.",
              "fieldName": "helpText"
            },
            {
              "name": "search-uri",
              "type": {
                "text": "string"
              },
              "description": "Optional URI to use for search operations.",
              "fieldName": "searchUri"
            },
            {
              "name": "debounce-delay",
              "type": {
                "text": "number"
              },
              "default": "350",
              "description": "The delay in milliseconds before triggering a search (default: 500).",
              "fieldName": "debounceDelay"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A search component for data tables.",
          "tagNameWithoutPrefix": "data-table-search",
          "tagName": "zn-data-table-search",
          "customElement": true,
          "jsDoc": "/**\n * @summary A search component for data tables.\n * @documentation https://zinc.style/components/data-table-search\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-input\n *\n * @event zn-search-change - Emitted when the search value changes (debounced).\n *\n * @slot - The default slot for additional form inputs.\n *\n * @csspart base - The component's base wrapper.\n *\n * @property {string} name - The name of the search input field (default: \"search\").\n * @property {string} value - The current search value.\n * @property {string} placeholder - The placeholder text for the search input (default: \"Search...\").\n * @property {string} helpText - Help text displayed below the search input.\n * @property {string} searchUri - Optional URI to use for search operations.\n * @property {number} debounceDelay - The delay in milliseconds before triggering a search (default: 500).\n */",
          "documentation": "https://zinc.style/components/data-table-search",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-input"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDataTableSearch",
            "module": "components/data-table-search/data-table-search.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/data-table-sort/data-table-sort.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDataTableSort",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "data-table-sort",
          "tagName": "zn-data-table-sort",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/data-table-sort\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/data-table-sort",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDataTableSort",
            "module": "components/data-table-sort/data-table-sort.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/datepicker/datepicker.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDatepicker",
          "cssProperties": [
            {
              "description": "Inherited input component CSS custom properties.",
              "name": "--zn-input-*"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The form control wrapper.",
              "name": "form-control"
            },
            {
              "description": "The label element.",
              "name": "form-control-label"
            },
            {
              "description": "The input wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text element.",
              "name": "form-control-help-text"
            }
          ],
          "slots": [
            {
              "description": "The datepicker's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Tooltip content for the label. Alternatively, you can use the `label-tooltip` attribute.",
              "name": "label-tooltip"
            },
            {
              "description": "Additional context text displayed above the input. Alternatively, you can use the `context-note` attribute.",
              "name": "context-note"
            },
            {
              "description": "Help text displayed below the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            },
            {
              "description": "Content to display before the input (in addition to the default calendar icon).",
              "name": "prefix"
            },
            {
              "description": "Content to display after the input.",
              "name": "suffix"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon, 'zn-tooltip': ZnTooltip }"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { assumeInteractionOn: ['zn-blur', 'zn-input'] })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label', 'label-tooltip')"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The name of the input, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "any"
              },
              "default": "''",
              "description": "The current value of the input, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The inputs size *",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The inputs label. If you need to display HTML, use the `label` slot. *",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the\n`label-tooltip` slot.\n*",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "contextNote",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML\nin this text, use the `context-note` slot instead",
              "attribute": "context-note"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the input *",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input read-only *",
              "attribute": "readonly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "By default, form-controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be\nin the same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button to the calendar for removing a selected date. *",
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "range",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a range picker. *",
              "attribute": "range"
            },
            {
              "kind": "field",
              "name": "disablePastDates",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disallows selecting past dates. *",
              "attribute": "disable-past-dates"
            },
            {
              "kind": "field",
              "name": "minDate",
              "type": {
                "text": "string | Date | undefined"
              },
              "description": "Minimum date that can be selected. Overrides disable-past-dates if both are set. Accepts Date object or date string. *",
              "attribute": "min-date"
            },
            {
              "kind": "field",
              "name": "maxDate",
              "type": {
                "text": "string | Date | undefined"
              },
              "description": "Maximum date that can be selected. Accepts Date object or date string. *",
              "attribute": "max-date"
            },
            {
              "kind": "field",
              "name": "format",
              "type": {
                "text": "string"
              },
              "default": "'MM/dd/yyyy'",
              "description": "Date format using AirDatepicker tokens. Default: 'dd/MM/yyyy' Supported formats: - dd/MM/yyyy (31/12/2024) - Default - MM/dd/yyyy (12/31/2024) - yyyy-MM-dd (2024-12-31) - dd-MM-yyyy (31-12-2024) - yyyy/MM/dd (2024/12/31)",
              "attribute": "format"
            },
            {
              "kind": "field",
              "name": "_instance",
              "type": {
                "text": "AirDatepicker<HTMLInputElement>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "handleDatepickerOptionsChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the input."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the input."
            },
            {
              "kind": "method",
              "name": "select",
              "description": "Selects all the text in the input."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            },
            {
              "kind": "method",
              "name": "init"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "optional": true,
                  "type": {
                    "text": "InputEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePaste",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "ClipboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "isValidDateString",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "parseDate",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Date | null"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "parseDateString",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "{ day: number; month: number; year: number } | null"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "isDateInRange",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "date",
                  "type": {
                    "text": "Date"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "clearInvalidDate",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getFormatSeparator",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              }
            },
            {
              "kind": "method",
              "name": "escapeRegex",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "str",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "normalizeDate",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Date"
                }
              },
              "parameters": [
                {
                  "name": "date",
                  "type": {
                    "text": "Date"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "autoFormatDate",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "separator",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted when the date value changes.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when the input value changes.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the input loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when the input gains focus.",
              "name": "zn-focus"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The name of the input, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "any"
              },
              "default": "''",
              "description": "The current value of the input, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The inputs size *",
              "fieldName": "size"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The inputs label. If you need to display HTML, use the `label` slot. *",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the\n`label-tooltip` slot.\n*",
              "fieldName": "labelTooltip"
            },
            {
              "name": "context-note",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML\nin this text, use the `context-note` slot instead",
              "fieldName": "contextNote"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
              "fieldName": "helpText"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the input *",
              "fieldName": "disabled"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "fieldName": "placeholder"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input read-only *",
              "fieldName": "readonly"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "By default, form-controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be\nin the same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flush"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "fieldName": "required"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button to the calendar for removing a selected date. *",
              "fieldName": "clearable"
            },
            {
              "name": "range",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a range picker. *",
              "fieldName": "range"
            },
            {
              "name": "disable-past-dates",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disallows selecting past dates. *",
              "fieldName": "disablePastDates"
            },
            {
              "name": "min-date",
              "type": {
                "text": "string | Date | undefined"
              },
              "description": "Minimum date that can be selected. Overrides disable-past-dates if both are set. Accepts Date object or date string. *",
              "fieldName": "minDate"
            },
            {
              "name": "max-date",
              "type": {
                "text": "string | Date | undefined"
              },
              "description": "Maximum date that can be selected. Accepts Date object or date string. *",
              "fieldName": "maxDate"
            },
            {
              "name": "format",
              "type": {
                "text": "string"
              },
              "default": "'MM/dd/yyyy'",
              "description": "Date format using AirDatepicker tokens. Default: 'dd/MM/yyyy' Supported formats: - dd/MM/yyyy (31/12/2024) - Default - MM/dd/yyyy (12/31/2024) - yyyy-MM-dd (2024-12-31) - dd-MM-yyyy (31-12-2024) - yyyy/MM/dd (2024/12/31)",
              "fieldName": "format"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A date picker component with calendar popup and input validation.",
          "tagNameWithoutPrefix": "datepicker",
          "tagName": "zn-datepicker",
          "customElement": true,
          "jsDoc": "/**\n * @summary A date picker component with calendar popup and input validation.\n * @documentation https://zinc.style/components/datepicker\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n * @dependency zn-tooltip\n *\n * @event zn-change - Emitted when the date value changes.\n * @event zn-input - Emitted when the input value changes.\n * @event zn-blur - Emitted when the input loses focus.\n * @event zn-focus - Emitted when the input gains focus.\n *\n * @slot label - The datepicker's label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Tooltip content for the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Additional context text displayed above the input. Alternatively, you can use the `context-note` attribute.\n * @slot help-text - Help text displayed below the input. Alternatively, you can use the `help-text` attribute.\n * @slot prefix - Content to display before the input (in addition to the default calendar icon).\n * @slot suffix - Content to display after the input.\n *\n * @csspart base - The component's base wrapper.\n * @csspart form-control - The form control wrapper.\n * @csspart form-control-label - The label element.\n * @csspart form-control-input - The input wrapper.\n * @csspart form-control-help-text - The help text element.\n *\n * @property format - Date format using AirDatepicker tokens. Default: 'dd/MM/yyyy'\n *   Supported formats:\n *   - dd/MM/yyyy (31/12/2024) - Default\n *   - MM/dd/yyyy (12/31/2024)\n *   - yyyy-MM-dd (2024-12-31)\n *   - dd-MM-yyyy (31-12-2024)\n *   - yyyy/MM/dd (2024/12/31)\n *\n * @cssproperty --zn-input-* - Inherited input component CSS custom properties.\n */",
          "documentation": "https://zinc.style/components/datepicker",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon",
            "zn-tooltip"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDatepicker",
            "module": "components/datepicker/datepicker.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/defined-label/defined-label.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDefinedLabel",
          "cssParts": [
            {
              "description": "The component's main input.",
              "name": "input"
            },
            {
              "description": "The label's value inputs.",
              "name": "input-value"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { value: (control: this) => control.value + (control.inputValue ? `:${control.inputValue}` : ''), })"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "ZnInput"
              }
            },
            {
              "kind": "field",
              "name": "dropdown",
              "type": {
                "text": "ZnDropdown"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "inputValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "inputValue"
            },
            {
              "kind": "field",
              "name": "inputSize",
              "type": {
                "text": "'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "input-size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'label'",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled"
            },
            {
              "kind": "field",
              "name": "allowCustom",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "allow-custom"
            },
            {
              "kind": "field",
              "name": "predefinedLabels",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "attribute": "predefined-labels"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInputValueChange",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInputValueInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFormSubmit",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value"
            },
            {
              "name": "inputValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "inputValue"
            },
            {
              "name": "input-size",
              "type": {
                "text": "'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "inputSize"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'label'",
              "fieldName": "name"
            },
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "fieldName": "title"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "allow-custom",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "allowCustom"
            },
            {
              "name": "predefined-labels",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "fieldName": "predefinedLabels"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "This component provides a labeled input with support for predefined and custom labels,\nallowing users to select or enter label-value pairs within a dropdown interface.",
          "tagNameWithoutPrefix": "defined-label",
          "tagName": "zn-defined-label",
          "customElement": true,
          "jsDoc": "/**\n * @summary This component provides a labeled input with support for predefined and custom labels,\n * allowing users to select or enter label-value pairs within a dropdown interface.\n * @documentation https://zinc.style/components/defined-label\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n * @dependency zn-dropdown\n * @dependency zn-input\n * @dependency zn-option\n * @dependency zn-panel\n * @dependency zn-select\n * @dependency zn-sp\n *\n * @csspart input - The component's main input.\n * @csspart input-value - The label's value inputs.\n */",
          "documentation": "https://zinc.style/components/defined-label",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-button",
            "zn-dropdown",
            "zn-input",
            "zn-option",
            "zn-panel",
            "zn-select",
            "zn-sp"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDefinedLabel",
            "module": "components/defined-label/defined-label.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/dialog/dialog.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDialog",
          "cssProperties": [
            {
              "description": "The preferred width of the dialog. Note the dialog will shrink to accommodate smaller screens.",
              "name": "--width"
            },
            {
              "description": "The amount of padding to use for the header.",
              "name": "--header-spacing"
            },
            {
              "description": "The amount of padding to use for the body.",
              "name": "--body-spacing"
            },
            {
              "description": "The amount of padding to use for the footer.",
              "name": "--footer-spacing"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The dialog's header. This element wraps the title and header actions.",
              "name": "header"
            },
            {
              "description": "Optional actions to add to the header. Works best with `<zn-button>` elements.",
              "name": "header-actions"
            },
            {
              "description": "The dialog's title.",
              "name": "title"
            },
            {
              "description": "The dialog's close button.",
              "name": "close-button"
            },
            {
              "description": "The close buttons exported `base` part.",
              "name": "close-button__base"
            },
            {
              "description": "The dialog's body.",
              "name": "body"
            },
            {
              "description": "The dialog's footer.",
              "name": "footer"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "The dialog's label. Alternatively you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Optional icon to add to the left of the dialog's label (title). A color will be applied to the icon depending on the dialog variant.",
              "name": "header-icon"
            },
            {
              "description": "Optional Intro text to display below the icon, when using the variant `announcement`.",
              "name": "announcement-intro"
            },
            {
              "description": "Optional actions to add to the header. Works best with `<zn-button>` elements.",
              "name": "header-actions"
            },
            {
              "description": "The dialog's footer. This is typically used for buttons representing various options.",
              "name": "footer"
            },
            {
              "description": "Optional text to include below the footer buttons, when using the variant `announcement`.",
              "name": "footer-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-button': ZnButton }"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'footer')"
            },
            {
              "kind": "field",
              "name": "closeWatcher",
              "type": {
                "text": "CloseWatcher | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "dialog",
              "type": {
                "text": "HTMLDialogElement"
              }
            },
            {
              "kind": "field",
              "name": "closer",
              "type": {
                "text": "HTMLButtonElement"
              }
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "'default' | 'warning' | 'announcement'"
              },
              "default": "'default'",
              "description": "The dialog's theme variant.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large' | 'custom'"
              },
              "default": "'medium'",
              "description": "The dialog's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicated whether of not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "The dialog's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "cosmic",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "cosmic",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noHeader",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way to close the dialog.",
              "attribute": "no-header",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "description": "The dialog's trigger element. This is used to open the dialog when clicked. If you do not provide a trigger, you\nwill need to manually open the dialog using the `show()` method.",
              "attribute": "trigger",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "requestClose",
              "privacy": "private",
              "parameters": [
                {
                  "name": "source",
                  "type": {
                    "text": "'close-button' | 'keyboard' | 'overlay'"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the dialog."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the dialog."
            },
            {
              "kind": "field",
              "name": "closeClickHandler",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted when the dialog is opens.",
              "name": "zn-show"
            },
            {
              "description": "Emitted when the dialog is closed.",
              "name": "zn-close"
            },
            {
              "type": {
                "text": "{ source: 'close-button' | 'keyboard' | 'overlay' }"
              },
              "description": "Emitted when the user attempts to close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in destructive behavior such as data loss.",
              "name": "zn-request-close"
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "'default' | 'warning' | 'announcement'"
              },
              "default": "'default'",
              "description": "The dialog's theme variant.",
              "fieldName": "variant"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large' | 'custom'"
              },
              "default": "'medium'",
              "description": "The dialog's size.",
              "fieldName": "size"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicated whether of not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's state.",
              "fieldName": "open"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "The dialog's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "cosmic",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "cosmic"
            },
            {
              "name": "no-header",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way to close the dialog.",
              "fieldName": "noHeader"
            },
            {
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "description": "The dialog's trigger element. This is used to open the dialog when clicked. If you do not provide a trigger, you\nwill need to manually open the dialog using the `show()` method.",
              "fieldName": "trigger"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "dialog",
          "tagName": "zn-dialog",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/dialog\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n *\n * @event zn-show - Emitted when the dialog is opens.\n * @event zn-close - Emitted when the dialog is closed.\n * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} zn-request-close - Emitted when the user attempts to\n * close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling\n * `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in\n * destructive behavior such as data loss.\n *\n * @slot - The default slot.\n * @slot label - The dialog's label. Alternatively you can use the `label` attribute.\n * @slot header-icon - Optional icon to add to the left of the dialog's label (title). A color will be applied\n * to the icon depending on the dialog variant.\n * @slot announcement-intro - Optional Intro text to display below the icon, when using the variant `announcement`.\n * @slot header-actions - Optional actions to add to the header. Works best with `<zn-button>` elements.\n * @slot footer - The dialog's footer. This is typically used for buttons representing various options.\n * @slot footer-text - Optional text to include below the footer buttons, when using the variant `announcement`.\n *\n * @csspart base - The component's base wrapper.\n * @csspart header - The dialog's header. This element wraps the title and header actions.\n * @csspart header-actions - Optional actions to add to the header. Works best with `<zn-button>` elements.\n * @csspart title - The dialog's title.\n * @csspart close-button - The dialog's close button.\n * @csspart close-button__base - The close buttons exported `base` part.\n * @csspart body - The dialog's body.\n * @csspart footer - The dialog's footer.\n *\n * @cssproperty --width - The preferred width of the dialog. Note the dialog will shrink to accommodate smaller screens.\n * @cssproperty --header-spacing - The amount of padding to use for the header.\n * @cssproperty --body-spacing - The amount of padding to use for the body.\n * @cssproperty --footer-spacing - The amount of padding to use for the footer.\n */",
          "documentation": "https://zinc.style/components/dialog",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-button"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDialog",
            "module": "components/dialog/dialog.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/dropdown/dropdown.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnDropdown",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "ZnPopup"
              }
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "panel",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "closeWatcher",
              "type": {
                "text": "CloseWatcher | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether the dropdown is open",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n    'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
              },
              "default": "'bottom-start'",
              "description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disable the dropdown",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "stayOpenOnSelect",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
              "attribute": "stay-open-on-select",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "containingElement",
              "type": {
                "text": "HTMLElement | undefined"
              },
              "description": "The dropdown will close when the user interacts outside the element*"
            },
            {
              "kind": "field",
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from the trigger",
              "attribute": "distance"
            },
            {
              "kind": "field",
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from the trigger",
              "attribute": "skidding"
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
              "attribute": "hoist"
            },
            {
              "kind": "field",
              "name": "sync",
              "type": {
                "text": "'width' | 'height' | 'both' | undefined"
              },
              "default": "undefined",
              "description": "Syncs the popup width or height with the trigger element",
              "attribute": "sync",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "uri",
              "type": {
                "text": "string"
              },
              "attribute": "uri"
            },
            {
              "kind": "field",
              "name": "fetchedContent",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "fetchedContent"
            },
            {
              "kind": "method",
              "name": "focusOnTrigger",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "getMenu",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "addOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handlePanelSelect",
              "description": "Events"
            },
            {
              "kind": "method",
              "name": "preloadContent",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handlePreload",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleTriggerClick"
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTriggerKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTriggerKeyUp",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTriggerSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDocumentMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDocumentKeyDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Opens the dropdown"
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Closes the dropdown"
            },
            {
              "kind": "method",
              "name": "reposition",
              "description": "Instructs the dropdown to reposition itself"
            },
            {
              "kind": "method",
              "name": "updateAccessibleTrigger",
              "privacy": "private",
              "description": "Aria related method"
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether the dropdown is open",
              "fieldName": "open"
            },
            {
              "name": "placement",
              "type": {
                "text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n    'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
              },
              "default": "'bottom-start'",
              "description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
              "fieldName": "placement"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disable the dropdown",
              "fieldName": "disabled"
            },
            {
              "name": "stay-open-on-select",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
              "fieldName": "stayOpenOnSelect"
            },
            {
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from the trigger",
              "fieldName": "distance"
            },
            {
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from the trigger",
              "fieldName": "skidding"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
              "fieldName": "hoist"
            },
            {
              "name": "sync",
              "type": {
                "text": "'width' | 'height' | 'both' | undefined"
              },
              "default": "undefined",
              "description": "Syncs the popup width or height with the trigger element",
              "fieldName": "sync"
            },
            {
              "name": "uri",
              "type": {
                "text": "string"
              },
              "fieldName": "uri"
            },
            {
              "name": "fetchedContent",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "fetchedContent"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "dropdown",
          "tagName": "zn-dropdown",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/dropdown\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/dropdown",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnDropdown",
            "module": "components/dropdown/dropdown.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/editor/editor.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnEditor",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this, {})"
            },
            {
              "kind": "field",
              "name": "editor",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "editorHtml",
              "type": {
                "text": "HTMLTextAreaElement"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "toolbar",
              "type": {
                "text": "ToolbarComponent"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "id",
              "type": {
                "text": "string"
              },
              "attribute": "id",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "interactionType",
              "type": {
                "text": "'ticket' | 'chat'"
              },
              "default": "'chat'",
              "attribute": "interaction-type"
            },
            {
              "kind": "field",
              "name": "uploadAttachmentUrl",
              "type": {
                "text": "string"
              },
              "attribute": "attachment-url"
            },
            {
              "kind": "field",
              "name": "codeBlocksEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "code-blocks"
            },
            {
              "kind": "field",
              "name": "dividersEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dividers"
            },
            {
              "kind": "field",
              "name": "linksEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "links"
            },
            {
              "kind": "field",
              "name": "attachmentsEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "attachments"
            },
            {
              "kind": "field",
              "name": "imagesEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "images"
            },
            {
              "kind": "field",
              "name": "videosEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "videos"
            },
            {
              "kind": "field",
              "name": "datesEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dates"
            },
            {
              "kind": "field",
              "name": "emojisEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "emojis"
            },
            {
              "kind": "field",
              "name": "codeEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "code"
            },
            {
              "kind": "field",
              "name": "aiEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "ai"
            },
            {
              "kind": "field",
              "name": "aiPath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "ai-path"
            },
            {
              "kind": "field",
              "name": "quillElement",
              "type": {
                "text": "Quill"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_content",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "_selectionRange",
              "type": {
                "text": "Range"
              },
              "privacy": "private",
              "default": "{index: 0, length: 0}"
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleTextChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_getQuillKeyboardBindings",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_handleEditorChange",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "OnEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_replaceTextAtSelection",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_insertTextAtSelection",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_closePopups",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_closeAiPanel",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_closeDialog",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "id",
              "type": {
                "text": "string"
              },
              "fieldName": "id"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "fieldName": "value"
            },
            {
              "name": "interaction-type",
              "type": {
                "text": "'ticket' | 'chat'"
              },
              "default": "'chat'",
              "fieldName": "interactionType"
            },
            {
              "name": "attachment-url",
              "type": {
                "text": "string"
              },
              "fieldName": "uploadAttachmentUrl"
            },
            {
              "name": "code-blocks",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "codeBlocksEnabled"
            },
            {
              "name": "dividers",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dividersEnabled"
            },
            {
              "name": "links",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "linksEnabled"
            },
            {
              "name": "attachments",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "attachmentsEnabled"
            },
            {
              "name": "images",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "imagesEnabled"
            },
            {
              "name": "videos",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "videosEnabled"
            },
            {
              "name": "dates",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "datesEnabled"
            },
            {
              "name": "emojis",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "emojisEnabled"
            },
            {
              "name": "code",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "codeEnabled"
            },
            {
              "name": "ai",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "aiEnabled"
            },
            {
              "name": "ai-path",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "aiPath"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "editor",
          "tagName": "zn-editor",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/editor\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/editor",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnEditor",
            "module": "components/editor/editor.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/empty-state/empty-state.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnEmptyState",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'error' | 'info' | 'primary' | ''"
              },
              "default": "''",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'caption', 'description')"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "icon"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "description"
            },
            {
              "name": "type",
              "type": {
                "text": "'error' | 'info' | 'primary' | ''"
              },
              "default": "''",
              "fieldName": "type"
            },
            {
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "padded"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "empty-state",
          "tagName": "zn-empty-state",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/empty-state\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/empty-state",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnEmptyState",
            "module": "components/empty-state/empty-state.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/expanding-action/expanding-action.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnExpandingAction",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "method",
              "type": {
                "text": "'drop' | 'fill'"
              },
              "default": "'drop'",
              "attribute": "method"
            },
            {
              "kind": "field",
              "name": "contextUri",
              "type": {
                "text": "string"
              },
              "attribute": "context-uri",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "count",
              "type": {
                "text": "string"
              },
              "attribute": "count",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "string"
              },
              "attribute": "color",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "prefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "prefetch"
            },
            {
              "kind": "field",
              "name": "basis",
              "type": {
                "text": "string"
              },
              "default": "'300'",
              "attribute": "basis"
            },
            {
              "kind": "field",
              "name": "maxHeight",
              "type": {
                "text": "string"
              },
              "attribute": "max-height"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "masterId",
              "type": {
                "text": "string"
              },
              "attribute": "master-id",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "fetchStyle",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "fetch-style",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noPrefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-prefetch",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_panel",
              "type": {
                "text": "Element | null | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_panels",
              "type": {
                "text": "Map<string, Element[]>"
              },
              "privacy": "private",
              "default": "new Map<string, Element[]>()"
            },
            {
              "kind": "field",
              "name": "_knownUri",
              "type": {
                "text": "Map<string, string>"
              },
              "privacy": "private",
              "default": "new Map<string, string>()"
            },
            {
              "kind": "field",
              "name": "_actions",
              "type": {
                "text": "HTMLElement[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_preload",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "true"
            },
            {
              "kind": "field",
              "name": "_countObserver",
              "type": {
                "text": "MutationObserver | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_colorObserver",
              "type": {
                "text": "MutationObserver | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_observeMetaData"
            },
            {
              "kind": "method",
              "name": "_registerActions"
            },
            {
              "kind": "method",
              "name": "_addAction",
              "parameters": [
                {
                  "name": "action",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_uriToId",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "actionUri",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleClick",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createUriPanel",
              "return": {
                "type": {
                  "text": "HTMLDivElement"
                }
              },
              "parameters": [
                {
                  "name": "actionEle",
                  "type": {
                    "text": "Element"
                  }
                },
                {
                  "name": "actionUri",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "actionId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "fetchUri",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "fetchContextHeaders"
            },
            {
              "kind": "method",
              "name": "clickAction",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleIconClicked"
            },
            {
              "kind": "field",
              "name": "handleIconCloseClicked"
            },
            {
              "kind": "method",
              "name": "renderDropdown",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "renderFill",
              "privacy": "protected"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon"
            },
            {
              "name": "method",
              "type": {
                "text": "'drop' | 'fill'"
              },
              "default": "'drop'",
              "fieldName": "method"
            },
            {
              "name": "context-uri",
              "type": {
                "text": "string"
              },
              "fieldName": "contextUri"
            },
            {
              "name": "count",
              "type": {
                "text": "string"
              },
              "fieldName": "count"
            },
            {
              "name": "color",
              "type": {
                "text": "string"
              },
              "fieldName": "color"
            },
            {
              "name": "prefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "prefetch"
            },
            {
              "name": "basis",
              "type": {
                "text": "string"
              },
              "default": "'300'",
              "fieldName": "basis"
            },
            {
              "name": "max-height",
              "type": {
                "text": "string"
              },
              "fieldName": "maxHeight"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            },
            {
              "name": "master-id",
              "type": {
                "text": "string"
              },
              "fieldName": "masterId"
            },
            {
              "name": "fetch-style",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "fetchStyle"
            },
            {
              "name": "no-prefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noPrefetch"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "expanding-action",
          "tagName": "zn-expanding-action",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/expanding-action\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/expanding-action",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnExpandingAction",
            "module": "components/expanding-action/expanding-action.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/file/file.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnFile",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The wrapper around the button and text value.",
              "name": "button-wrapper"
            },
            {
              "description": "The zn-button acting as a file input.",
              "name": "button"
            },
            {
              "description": "The zn-button's exported `base` part.",
              "name": "button__base"
            },
            {
              "description": "The chosen files or placeholder text for the file input.",
              "name": "value"
            },
            {
              "description": "The element wrapping the drop zone.",
              "name": "droparea"
            },
            {
              "description": "The background of the drop zone.",
              "name": "droparea-background"
            },
            {
              "description": "The container that wraps the icon for the drop zone.",
              "name": "droparea-icon"
            },
            {
              "description": "The text for the drop zone.",
              "name": "droparea-value"
            },
            {
              "description": "The container that wraps the trigger.",
              "name": "trigger"
            }
          ],
          "slots": [
            {
              "description": "The file control's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Text that describes how to use the file control. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            },
            {
              "description": "Optional droparea icon to use instead of the default. Works best with `<zn-icon>`.",
              "name": "droparea-icon"
            },
            {
              "description": "Optional content to be used as trigger instead of the default content. Opening the file dialog on click and as well as drag and drop will work for this content. Following attributes will no longer work: *label*, *droparea*, *help-text*, *size*, *hide-value*. Also if using the disabled attribute, the disabled styling will not be applied and must be taken care of yourself.",
              "name": "trigger"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { assumeInteractionOn: ['zn-change'], value: (el: ZnFile) => el.files })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "userIsDragging",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "ZnButton"
              }
            },
            {
              "kind": "field",
              "name": "dropareaWrapper",
              "type": {
                "text": "HTMLDivElement"
              }
            },
            {
              "kind": "field",
              "name": "dropareaIcon",
              "type": {
                "text": "HTMLSpanElement"
              }
            },
            {
              "kind": "field",
              "name": "inputChosen",
              "type": {
                "text": "HTMLSpanElement"
              }
            },
            {
              "kind": "field",
              "name": "files",
              "description": "The selected files as a FileList object containing a list of File objects.\nThe FileList behaves like an array, so you can get the number of selected files\nvia its length property.\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#getting_information_on_selected_files)",
              "attribute": "files"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the file control, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "description": "The value of the file control contains a string that represents the path of the selected file.\nIf multiple files are selected, the value represents the first file in the list.\nIf no file is selected, the value is an empty string.\nBeware that the only valid value when setting a file control is an empty string!\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#value)",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The file control's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The file control's label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If this is set, then the only way to remove files is to click the cross next to them.",
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The file control's help text.\nIf you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the file control.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "droparea",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draw the file control as a drop area",
              "attribute": "droparea"
            },
            {
              "kind": "field",
              "name": "accept",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Comma separated list of supported file types\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept)",
              "attribute": "accept"
            },
            {
              "kind": "field",
              "name": "capture",
              "type": {
                "text": "'user' | 'environment'"
              },
              "description": "Specifies the types of files that the server accepts.\nCan be set either to user or environment.\nWorks only when not using a droparea!\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture)",
              "attribute": "capture"
            },
            {
              "kind": "field",
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether the user can select more than one file.\nHas no effect if webkitdirectory is set.\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple)",
              "attribute": "multiple",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "webkitdirectory",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates that the file control should let the user select directories instead of files.\nWhen a directory is selected, the directory and its entire hierarchy of contents are included\nin the set of selected items.\nNote: This is a non-standard attribute but is supported in the major browsers.\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory)",
              "attribute": "webkitdirectory",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element.\nThis attribute allows you to place the form control outside of a form and associate it\nwith the form that has this `id`. The form must be in the same document\nor shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hideValue",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Suppress the value from being displayed in the file control",
              "attribute": "hide-value"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message.\nReturns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the button or droparea."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the button or droparea."
            },
            {
              "kind": "field",
              "name": "handleInvalid",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFiles",
              "privacy": "private",
              "parameters": [
                {
                  "name": "files",
                  "type": {
                    "text": "FileList | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTransferItems",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<FileList>"
                }
              },
              "parameters": [
                {
                  "name": "items",
                  "type": {
                    "text": "DataTransferItemList | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getFilesFromEntry",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<File[]>"
                }
              },
              "parameters": [
                {
                  "name": "entry",
                  "type": {
                    "text": "FileSystemEntry | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "description": "Handles the change event of the native input"
            },
            {
              "kind": "field",
              "name": "handleDragOver",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleDragLeave",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleDrop",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private",
              "description": "Handle the focus of the droparea and emit focus event"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private",
              "description": "Handle the blur of the droparea and emit blur event"
            },
            {
              "kind": "field",
              "name": "removeFile",
              "privacy": "private",
              "description": "Remove a file from the list of files"
            },
            {
              "kind": "method",
              "name": "renderFileValueWithDelete",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "renderDroparea",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "renderButton",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when an alteration to the control's value is committed by the user.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when multiple files are selected via drag and drop, without the `multiple` property being set.",
              "name": "zn-error"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "zn-focus"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "zn-input"
            }
          ],
          "attributes": [
            {
              "name": "files",
              "description": "The selected files as a FileList object containing a list of File objects.\nThe FileList behaves like an array, so you can get the number of selected files\nvia its length property.\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#getting_information_on_selected_files)",
              "fieldName": "files"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the file control, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "description": "The value of the file control contains a string that represents the path of the selected file.\nIf multiple files are selected, the value represents the first file in the list.\nIf no file is selected, the value is an empty string.\nBeware that the only valid value when setting a file control is an empty string!\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#value)",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The file control's size.",
              "fieldName": "size"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The file control's label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If this is set, then the only way to remove files is to click the cross next to them.",
              "fieldName": "clearable"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The file control's help text.\nIf you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the file control.",
              "fieldName": "disabled"
            },
            {
              "name": "droparea",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draw the file control as a drop area",
              "fieldName": "droparea"
            },
            {
              "name": "accept",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Comma separated list of supported file types\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept)",
              "fieldName": "accept"
            },
            {
              "name": "capture",
              "type": {
                "text": "'user' | 'environment'"
              },
              "description": "Specifies the types of files that the server accepts.\nCan be set either to user or environment.\nWorks only when not using a droparea!\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture)",
              "fieldName": "capture"
            },
            {
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether the user can select more than one file.\nHas no effect if webkitdirectory is set.\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple)",
              "fieldName": "multiple"
            },
            {
              "name": "webkitdirectory",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates that the file control should let the user select directories instead of files.\nWhen a directory is selected, the directory and its entire hierarchy of contents are included\nin the set of selected items.\nNote: This is a non-standard attribute but is supported in the major browsers.\n[see MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory)",
              "fieldName": "webkitdirectory"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element.\nThis attribute allows you to place the form control outside of a form and associate it\nwith the form that has this `id`. The form must be in the same document\nor shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "fieldName": "required"
            },
            {
              "name": "hide-value",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Suppress the value from being displayed in the file control",
              "fieldName": "hideValue"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "File controls allow selecting an arbitrary number of files for uploading.",
          "tagNameWithoutPrefix": "file",
          "tagName": "zn-file",
          "customElement": true,
          "jsDoc": "/**\n * @summary File controls allow selecting an arbitrary number of files for uploading.\n * @documentation https://zinc.style/components/drag-upload\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n * @dependency zn-icon\n *\n * @slot label - The file control's label. Alternatively, you can use the `label` attribute.\n * @slot help-text - Text that describes how to use the file control.\n *    Alternatively, you can use the `help-text` attribute.\n * @slot droparea-icon - Optional droparea icon to use instead of the default.\n *    Works best with `<zn-icon>`.\n * @slot trigger - Optional content to be used as trigger instead of the default content.\n *    Opening the file dialog on click and as well as drag and drop will work for this content.\n *    Following attributes will no longer work: *label*, *droparea*, *help-text*, *size*,\n *    *hide-value*. Also if using the disabled attribute, the disabled styling will not be\n *    applied and must be taken care of yourself.\n *\n * @event zn-blur - Emitted when the control loses focus.\n * @event zn-change - Emitted when an alteration to the control's value is committed by the user.\n * @event zn-error - Emitted when multiple files are selected via drag and drop, without\n * the `multiple` property being set.\n * @event zn-focus - Emitted when the control gains focus.\n * @event zn-input - Emitted when the control receives input.\n *\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The input's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart button-wrapper - The wrapper around the button and text value.\n * @csspart button - The zn-button acting as a file input.\n * @csspart button__base - The zn-button's exported `base` part.\n * @csspart value - The chosen files or placeholder text for the file input.\n * @csspart droparea - The element wrapping the drop zone.\n * @csspart droparea-background - The background of the drop zone.\n * @csspart droparea-icon - The container that wraps the icon for the drop zone.\n * @csspart droparea-value - The text for the drop zone.\n * @csspart trigger - The container that wraps the trigger.\n *\n * @animation file.iconDrop - The animation to use for the file icon\n * when a file is dropped\n * @animation file.text.disappear - The disappear animation to use for the file placeholder text\n * when a file is dropped\n * @animation file.text.appear - The appear animation to use for the file placeholder text\n * when a file is dropped\n */",
          "documentation": "https://zinc.style/components/drag-upload",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-button",
            "zn-icon"
          ],
          "animations": [
            {
              "name": "file.iconDrop",
              "description": "The animation to use for the file icon when a file is dropped"
            },
            {
              "name": "file.text.disappear",
              "description": "The disappear animation to use for the file placeholder text when a file is dropped"
            },
            {
              "name": "file.text.appear",
              "description": "The appear animation to use for the file placeholder text when a file is dropped"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnFile",
            "module": "components/file/file.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/filter-container/filter-container.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnFilterContainer",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "attr",
              "type": {
                "text": "string"
              },
              "default": "'filter'",
              "attribute": "attr"
            },
            {
              "kind": "method",
              "name": "handleSearchChange",
              "privacy": "public",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "attr",
              "type": {
                "text": "string"
              },
              "default": "'filter'",
              "fieldName": "attr"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "filter-container",
          "tagName": "zn-filter-container",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/filter-container\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/filter-container",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnFilterContainer",
            "module": "components/filter-container/filter-container.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/filter-wrapper/filter-wrapper.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnFilterWrapper",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "string"
              },
              "default": "'Filter'",
              "attribute": "button"
            },
            {
              "kind": "field",
              "name": "hasSubmitButton",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "handleSubmit"
            },
            {
              "kind": "method",
              "name": "renderDefaultButton",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "button",
              "type": {
                "text": "string"
              },
              "default": "'Filter'",
              "fieldName": "button"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "filter-wrapper",
          "tagName": "zn-filter-wrapper",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/filter-wrapper\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/filter-wrapper",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnFilterWrapper",
            "module": "components/filter-wrapper/filter-wrapper.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/form-group/form-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnFormGroup",
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The form group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the\n`label-tooltip` slot instead.",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The form groups help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The form group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the\n`label-tooltip` slot instead.",
              "fieldName": "labelTooltip"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The form groups help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "form-group",
          "tagName": "zn-form-group",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/form-group\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot.\n *\n */",
          "documentation": "https://zinc.style/components/form-group",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnFormGroup",
            "module": "components/form-group/form-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/header/header.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnHeader",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'nav', 'breadcrumb')"
            },
            {
              "kind": "field",
              "name": "fullLocation",
              "type": {
                "text": "string"
              },
              "attribute": "full-location"
            },
            {
              "kind": "field",
              "name": "entityId",
              "type": {
                "text": "string"
              },
              "attribute": "entity-id"
            },
            {
              "kind": "field",
              "name": "entityIdShow",
              "type": {
                "text": "boolean"
              },
              "attribute": "entity-id-show"
            },
            {
              "kind": "field",
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "transparent"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "navigation",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "attribute": "navigation"
            },
            {
              "kind": "field",
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "attribute": "full-width"
            },
            {
              "kind": "field",
              "name": "previousPath",
              "type": {
                "text": "string"
              },
              "attribute": "previous-path"
            },
            {
              "kind": "field",
              "name": "previousTarget",
              "type": {
                "text": "string"
              },
              "attribute": "previous-target"
            },
            {
              "kind": "field",
              "name": "navbar",
              "type": {
                "text": "ZnNavbar"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleAltPress"
            },
            {
              "kind": "field",
              "name": "handleAltUp"
            },
            {
              "kind": "method",
              "name": "updateNav"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "full-location",
              "type": {
                "text": "string"
              },
              "fieldName": "fullLocation"
            },
            {
              "name": "entity-id",
              "type": {
                "text": "string"
              },
              "fieldName": "entityId"
            },
            {
              "name": "entity-id-show",
              "type": {
                "text": "boolean"
              },
              "fieldName": "entityIdShow"
            },
            {
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "transparent"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description"
            },
            {
              "name": "navigation",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "fieldName": "navigation"
            },
            {
              "name": "full-width",
              "type": {
                "text": "boolean"
              },
              "fieldName": "fullWidth"
            },
            {
              "name": "previous-path",
              "type": {
                "text": "string"
              },
              "fieldName": "previousPath"
            },
            {
              "name": "previous-target",
              "type": {
                "text": "string"
              },
              "fieldName": "previousTarget"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "header",
          "tagName": "zn-header",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/header\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/header",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnHeader",
            "module": "components/header/header.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/hover-container/hover-container.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnHoverContainer",
          "slots": [
            {
              "description": "The content of the hover-container",
              "name": ""
            },
            {
              "description": "The anchor the hover-container is attached to.",
              "name": "anchor"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hoverTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "closeWatcher",
              "type": {
                "text": "CloseWatcher | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "Popup"
              }
            },
            {
              "kind": "field",
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "content"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n    'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
              },
              "default": "'top'",
              "attribute": "placement"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "4",
              "attribute": "distance"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "skidding"
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "default": "'hover focus'",
              "attribute": "trigger"
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "attribute": "hoist"
            },
            {
              "kind": "method",
              "name": "hasTrigger",
              "privacy": "private",
              "parameters": [
                {
                  "name": "triggerType",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleDocumentKeyDown",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseOver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseOut",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "handleOptionsChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "show"
            },
            {
              "kind": "method",
              "name": "hide"
            }
          ],
          "events": [
            {
              "description": "Emitted when the hover-container is shown.",
              "name": "zn-show"
            },
            {
              "description": "Emitted after the hover-container is shown.",
              "name": "zn-after-show"
            },
            {
              "description": "Emitted when the hover-container is hidden.",
              "name": "zn-hide"
            },
            {
              "description": "Emitted after the hover-container is hidden.",
              "name": "zn-after-hide"
            }
          ],
          "attributes": [
            {
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "content"
            },
            {
              "name": "placement",
              "type": {
                "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n    'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
              },
              "default": "'top'",
              "fieldName": "placement"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "4",
              "fieldName": "distance"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            },
            {
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "skidding"
            },
            {
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "default": "'hover focus'",
              "fieldName": "trigger"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "fieldName": "hoist"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "The HoverContainer component is used to display additional information when a user hovers over or clicks\non an element.",
          "tagNameWithoutPrefix": "hover-container",
          "tagName": "zn-hover-container",
          "customElement": true,
          "jsDoc": "/**\n * @summary The HoverContainer component is used to display additional information when a user hovers over or clicks\n * on an element.\n *\n * @documentation https://zinc.style/components/hover-container\n * @status experimental\n * @since 1.0\n *\n * @event zn-show - Emitted when the hover-container is shown.\n * @event zn-after-show - Emitted after the hover-container is shown.\n * @event zn-hide - Emitted when the hover-container is hidden.\n * @event zn-after-hide - Emitted after the hover-container is hidden.\n *\n * @slot - The content of the hover-container\n * @slot anchor - The anchor the hover-container is attached to.\n */",
          "documentation": "https://zinc.style/components/hover-container",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnHoverContainer",
            "module": "components/hover-container/hover-container.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon/icon.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnIcon",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string"
              },
              "attribute": "src",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "alt",
              "type": {
                "text": "string"
              },
              "attribute": "alt",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "number"
              },
              "default": "24",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "round",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "round",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "tile",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "tile",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "depth",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "library",
              "type": {
                "text": "IconLibrary"
              },
              "attribute": "library",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "IconColor"
              },
              "attribute": "color",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded"
            },
            {
              "kind": "field",
              "name": "blink",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "blink"
            },
            {
              "kind": "field",
              "name": "squared",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "squared"
            },
            {
              "kind": "field",
              "name": "presetColors",
              "privacy": "private",
              "static": true,
              "readonly": true,
              "default": "new Set([ 'default', 'primary', 'accent', 'info', 'warning', 'error', 'success', 'white', 'disabled', 'red', 'blue', 'green', 'orange', 'yellow', 'indigo', 'violet', 'pink', 'grey', ])"
            },
            {
              "kind": "method",
              "name": "isPresetColor",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "color",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "gravatarOptions",
              "type": {
                "text": "string"
              },
              "default": "\"\""
            },
            {
              "kind": "field",
              "name": "defaultLibrary",
              "type": {
                "text": "IconLibrary"
              },
              "default": "\"material-symbols-outlined\""
            },
            {
              "kind": "method",
              "name": "convertToLibrary",
              "return": {
                "type": {
                  "text": "IconLibrary"
                }
              },
              "parameters": [
                {
                  "name": "input",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "ravatarOptions"
            },
            {
              "kind": "method",
              "name": "getAvatarInitials",
              "privacy": "private",
              "parameters": [
                {
                  "name": "avatar",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getColorForAvatar",
              "privacy": "protected",
              "parameters": [
                {
                  "name": "avatarInitials",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "fieldName": "src"
            },
            {
              "name": "alt",
              "type": {
                "text": "string"
              },
              "fieldName": "alt"
            },
            {
              "name": "size",
              "type": {
                "text": "number"
              },
              "default": "24",
              "fieldName": "size"
            },
            {
              "name": "round",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "round"
            },
            {
              "name": "tile",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "tile"
            },
            {
              "name": "depth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "depth"
            },
            {
              "name": "library",
              "type": {
                "text": "IconLibrary"
              },
              "fieldName": "library"
            },
            {
              "name": "color",
              "type": {
                "text": "IconColor"
              },
              "fieldName": "color"
            },
            {
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "padded"
            },
            {
              "name": "blink",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "blink"
            },
            {
              "name": "squared",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "squared"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "icon",
          "tagName": "zn-icon",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/icon\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/icon",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnIcon",
            "module": "components/icon/icon.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon-picker/icon-picker.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnIconPicker",
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon, 'zn-button': ZnButton, 'zn-dialog': ZnDialog, 'zn-input': ZnInput, 'zn-select': ZnSelect, 'zn-option': ZnOption }"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { assumeInteractionOn: ['zn-change'] })"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "library",
              "type": {
                "text": "string"
              },
              "default": "'material'",
              "attribute": "library"
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "color"
            },
            {
              "kind": "field",
              "name": "noColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-color"
            },
            {
              "kind": "field",
              "name": "noLibrary",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-library"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''"
            },
            {
              "kind": "field",
              "name": "_dialogOpen",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_searchQuery",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "_iconList",
              "type": {
                "text": "string[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_filteredIcons",
              "type": {
                "text": "string[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_pendingIcon",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "_pendingLibrary",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "_pendingColor",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "_dialog",
              "type": {
                "text": "ZnDialog"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              }
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "_message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "freeInputLibraries",
              "privacy": "private",
              "static": true,
              "readonly": true,
              "default": "new Set(['gravatar', 'libravatar', 'avatar'])"
            },
            {
              "kind": "method",
              "name": "isFreeInputLibrary",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "library",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getIconsForLibrary",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string[]"
                }
              },
              "parameters": [
                {
                  "name": "library",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "openDialog",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "closeDialog",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleConfirm",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleCancel",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSearchInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "filterIcons",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleIconSelect",
              "privacy": "private",
              "parameters": [
                {
                  "name": "iconName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleLibraryChange",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleColorInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFreeInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClear",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleTriggerClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_handleTriggerKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "name"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "icon"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "library",
              "type": {
                "text": "string"
              },
              "default": "'material'",
              "fieldName": "library"
            },
            {
              "name": "color",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "color"
            },
            {
              "name": "no-color",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noColor"
            },
            {
              "name": "no-library",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noLibrary"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "helpText"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "required"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "fieldName": "form"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "tagNameWithoutPrefix": "icon-picker",
          "tagName": "zn-icon-picker",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnIconPicker",
            "module": "components/icon-picker/icon-picker.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/inline-edit/inline-edit.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnInlineEdit",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "Default slot. When `input-type` is `select`, accepts `zn-option` elements to define select options. If provided, takes precedence over the `options` property.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { defaultValue: (control: ZnInlineEdit) => control.defaultValue, value: (control: ZnInlineEdit) => { if (control.multiple) { const val = typeof control.value === 'string' ? control.value.split(' ').filter(v => v !== '') : control.value; return val.length > 0 ? val : ''; } return control.value; }, })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', '[default]')"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "attribute": "placeholder",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "editText",
              "type": {
                "text": "string"
              },
              "attribute": "edit-text"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "attribute": "disabled"
            },
            {
              "kind": "field",
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "attribute": "inline"
            },
            {
              "kind": "field",
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "attribute": "padded"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "attribute": "required"
            },
            {
              "kind": "field",
              "name": "pattern",
              "type": {
                "text": "string"
              },
              "attribute": "pattern"
            },
            {
              "kind": "field",
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "attribute": "multiple",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "min",
              "type": {
                "text": "string | number"
              },
              "attribute": "min"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "string | number"
              },
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "step",
              "type": {
                "text": "number | 'any'"
              },
              "attribute": "step"
            },
            {
              "kind": "field",
              "name": "inputType",
              "type": {
                "text": "'select' | 'text' | 'data-select' | 'number' | 'textarea'"
              },
              "default": "'text'",
              "attribute": "input-type"
            },
            {
              "kind": "field",
              "name": "options",
              "type": {
                "text": "{ [key: string]: string }"
              },
              "default": "{}",
              "attribute": "options"
            },
            {
              "kind": "field",
              "name": "selectProvider",
              "type": {
                "text": "string"
              },
              "attribute": "provider"
            },
            {
              "kind": "field",
              "name": "iconPosition",
              "type": {
                "text": "'start' | 'end' | 'none'"
              },
              "default": "'none'",
              "attribute": "icon-position"
            },
            {
              "kind": "field",
              "name": "dataUri",
              "type": {
                "text": "string"
              },
              "description": "The URL to fetch options from. When set , the component fetches JSON from this URL and renders the results as\noptions. The expected format is an array of objects with `key` and `value` properties:\n`[{\"key\": \"us\", \"value\": \"United States\"}, ...]`\nWhen not set, the component works exactly as before using slotted `<zn-option>` elements.\nOnly works with type select.",
              "attribute": "data-uri"
            },
            {
              "kind": "field",
              "name": "contextData",
              "type": {
                "text": "string"
              },
              "description": "Context data to send as a header when fetching options from the URL specified by the `src` property.",
              "attribute": "context-data"
            },
            {
              "kind": "field",
              "name": "search",
              "type": {
                "text": "boolean"
              },
              "description": "Enables search/filtering on select inputs.",
              "attribute": "search"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "dir",
              "type": {
                "text": "'ltr' | 'rtl' | 'auto'"
              },
              "default": "'auto'",
              "description": "The text direction for the input (ltr or rtl) *",
              "attribute": "dir"
            },
            {
              "kind": "field",
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "attribute": "autocomplete"
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "isEditing",
              "type": {
                "text": "boolean"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_valueBeforeEdit",
              "type": {
                "text": "string | string[]"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "ZnInput | ZnSelect"
              }
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string | string[]"
              }
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "handleIsEditingChange"
            },
            {
              "kind": "field",
              "name": "mouseEventHandler"
            },
            {
              "kind": "field",
              "name": "escKeyHandler"
            },
            {
              "kind": "field",
              "name": "submitKeyHandler"
            },
            {
              "kind": "field",
              "name": "captureMouseDown"
            },
            {
              "kind": "field",
              "name": "captureKeyDown"
            },
            {
              "kind": "field",
              "name": "handleEditClick"
            },
            {
              "kind": "field",
              "name": "handleSubmitClick"
            },
            {
              "kind": "field",
              "name": "handleCancelClick"
            },
            {
              "kind": "field",
              "name": "handleBlur"
            },
            {
              "kind": "field",
              "name": "handleInput"
            },
            {
              "kind": "method",
              "name": "moveSlottedOptionsToSelect",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleSlotChange"
            },
            {
              "kind": "method",
              "name": "_getTextAreaInput",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "_getTextInput",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "_getNumberInput",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "_getSelectInput",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "_getDataSelectInput",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "fieldName": "value"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "fieldName": "placeholder"
            },
            {
              "name": "edit-text",
              "type": {
                "text": "string"
              },
              "fieldName": "editText"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "fieldName": "disabled"
            },
            {
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "fieldName": "inline"
            },
            {
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "fieldName": "padded"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "size"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "fieldName": "required"
            },
            {
              "name": "pattern",
              "type": {
                "text": "string"
              },
              "fieldName": "pattern"
            },
            {
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "fieldName": "multiple"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "fieldName": "clearable"
            },
            {
              "name": "min",
              "type": {
                "text": "string | number"
              },
              "fieldName": "min"
            },
            {
              "name": "max",
              "type": {
                "text": "string | number"
              },
              "fieldName": "max"
            },
            {
              "name": "step",
              "type": {
                "text": "number | 'any'"
              },
              "fieldName": "step"
            },
            {
              "name": "input-type",
              "type": {
                "text": "'select' | 'text' | 'data-select' | 'number' | 'textarea'"
              },
              "default": "'text'",
              "fieldName": "inputType"
            },
            {
              "name": "options",
              "type": {
                "text": "{ [key: string]: string }"
              },
              "default": "{}",
              "fieldName": "options"
            },
            {
              "name": "provider",
              "type": {
                "text": "string"
              },
              "fieldName": "selectProvider"
            },
            {
              "name": "icon-position",
              "type": {
                "text": "'start' | 'end' | 'none'"
              },
              "default": "'none'",
              "fieldName": "iconPosition"
            },
            {
              "name": "data-uri",
              "type": {
                "text": "string"
              },
              "description": "The URL to fetch options from. When set , the component fetches JSON from this URL and renders the results as\noptions. The expected format is an array of objects with `key` and `value` properties:\n`[{\"key\": \"us\", \"value\": \"United States\"}, ...]`\nWhen not set, the component works exactly as before using slotted `<zn-option>` elements.\nOnly works with type select.",
              "fieldName": "dataUri"
            },
            {
              "name": "context-data",
              "type": {
                "text": "string"
              },
              "description": "Context data to send as a header when fetching options from the URL specified by the `src` property.",
              "fieldName": "contextData"
            },
            {
              "name": "search",
              "type": {
                "text": "boolean"
              },
              "description": "Enables search/filtering on select inputs.",
              "fieldName": "search"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
              "fieldName": "helpText"
            },
            {
              "name": "dir",
              "type": {
                "text": "'ltr' | 'rtl' | 'auto'"
              },
              "default": "'auto'",
              "description": "The text direction for the input (ltr or rtl) *",
              "fieldName": "dir"
            },
            {
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "fieldName": "autocomplete"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "inline-edit",
          "tagName": "zn-inline-edit",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/inline-edit\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - Default slot. When `input-type` is `select`, accepts `zn-option` elements to define select options. If provided, takes precedence over the `options` property.\n * @slot example - An example slot.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/inline-edit",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnInlineEdit",
            "module": "components/inline-edit/inline-edit.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/input/input.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnInput",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The internal `<input>` control.",
              "name": "input"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The clear button.",
              "name": "clear-button"
            },
            {
              "description": "The password toggle button.",
              "name": "password-toggle-button"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            }
          ],
          "slots": [
            {
              "description": "The input's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.",
              "name": "label-tooltip"
            },
            {
              "description": "Used to add contextual text that is displayed above the input, on the right. Alternatively, you can use the `context-note` attribute.",
              "name": "context-note"
            },
            {
              "description": "Used to prepend a presentational icon or similar element to the input.",
              "name": "prefix"
            },
            {
              "description": "Used to append a presentational icon or similar element to the input.",
              "name": "suffix"
            },
            {
              "description": "An icon to use in lieu of the default clear icon.",
              "name": "clear-icon"
            },
            {
              "description": "An icon to use in lieu of the default show password icon.",
              "name": "show-password-icon"
            },
            {
              "description": "An icon to use in lieu of the default hide password icon.",
              "name": "hide-password-icon"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon, 'zn-tooltip': ZnTooltip }"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { assumeInteractionOn: ['zn-blur', 'zn-input'] })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label', 'label-tooltip')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "colorPicker",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "isUserTyping",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "__numberInput",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "__dateInput",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'color' | 'currency' | 'date' | 'datetime-local' | 'email' | 'number' | 'password' |\n    'search' | 'tel' | 'text' | 'time' | 'url'"
              },
              "default": "'text'",
              "description": "The type of input. Works the same as native `<input>` element. But only a subset of types is supported. Defaults\nto `text`",
              "attribute": "type",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The name of the input, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "any"
              },
              "default": "''",
              "description": "The current value of the input, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The inputs size *",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-styled input *",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The inputs label. If you need to display HTML, use the `label` slot. *",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the\n`label-tooltip` slot.\n*",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "contextNote",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML\nin this text, use the `context-note` slot instead",
              "attribute": "context-note"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the input is not empty *",
              "attribute": "clearable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "optionalIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds the default optional icon for this input type. Currently only types `email` and `tel` have a default\noptional icon.",
              "attribute": "optional-icon"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the input *",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Fills the input background white *",
              "attribute": "filled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input read-only *",
              "attribute": "readonly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "passwordToggle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a button to toggle the passwords visibility, only applies to password types *",
              "attribute": "password-toggle"
            },
            {
              "kind": "field",
              "name": "passwordVisible",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Determines whether or no the password is currently visible. Only applies to password types *",
              "attribute": "password-visible"
            },
            {
              "kind": "field",
              "name": "noSpinButtons",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Hides the browsers built-in increment/decrement spin buttons for number inputs *",
              "attribute": "no-spin-buttons"
            },
            {
              "kind": "field",
              "name": "colorFormat",
              "type": {
                "text": "'hex' | 'rgb' | 'hsl' | 'oklch'"
              },
              "default": "'hex'",
              "description": "The color format to display for color inputs. Only applies when type is 'color'. *",
              "attribute": "color-format"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "By default, form-controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be\nin the same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pattern",
              "type": {
                "text": "string"
              },
              "description": "A regular expression pattern to validate input against.",
              "attribute": "pattern"
            },
            {
              "kind": "field",
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "attribute": "minlength"
            },
            {
              "kind": "field",
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "attribute": "maxlength"
            },
            {
              "kind": "field",
              "name": "min",
              "type": {
                "text": "number | string"
              },
              "description": "The input's minimum value. Only applies to date and number input types.",
              "attribute": "min"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "number | string"
              },
              "description": "The input's maximum value. Only applies to date and number input types.",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "step",
              "type": {
                "text": "number | 'any'"
              },
              "description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
              "attribute": "step"
            },
            {
              "kind": "field",
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "attribute": "autocapitalize"
            },
            {
              "kind": "field",
              "name": "autocorrect",
              "type": {
                "text": "'off' | 'on'"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "attribute": "autocorrect"
            },
            {
              "kind": "field",
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "attribute": "autocomplete"
            },
            {
              "kind": "field",
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "attribute": "autofocus"
            },
            {
              "kind": "field",
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "attribute": "enterkeyhint"
            },
            {
              "kind": "field",
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the input.",
              "attribute": "spellcheck"
            },
            {
              "kind": "field",
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "attribute": "inputmode"
            },
            {
              "kind": "field",
              "name": "valueAsDate",
              "description": "Gets or sets the current value as `date` object. Returns `null` if the value can't be converted. This will use\nthe native `<input type=\"{{type}}\">` implementation and may result in an error."
            },
            {
              "kind": "field",
              "name": "valueAsNumber",
              "description": "Gets or sets the current value as a number. Return `null` if the value can't be converted."
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "validateMinMax",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "hexToRgb",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "hex",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "rgbToHex",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "rgb",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "hexToOklch",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "hex",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "oklchToHex",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "oklch",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "hexToHsl",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "hex",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "hslToHex",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "hsl",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "convertToHex",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "convertFromHex",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "hex",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClearClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePasswordToggle",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleColorSwatchClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleColorPickerChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "focusInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleStepChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "handleColorFormatChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the input."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the input."
            },
            {
              "kind": "method",
              "name": "select",
              "description": "Selects all the text in the input."
            },
            {
              "kind": "method",
              "name": "setSelectionRange",
              "parameters": [
                {
                  "name": "selectionStart",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionEnd",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionDirection",
                  "default": "'none'",
                  "type": {
                    "text": "'forward' | 'backward' | 'none'"
                  }
                }
              ],
              "description": "Sets the start and end positions of the text selection (0-based)."
            },
            {
              "kind": "method",
              "name": "setRangeText",
              "parameters": [
                {
                  "name": "replacement",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "start",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "end",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectMode",
                  "default": "'preserve'",
                  "type": {
                    "text": "'select' | 'start' | 'end' | 'preserve'"
                  }
                }
              ],
              "description": "Replaces a range of text with a new string."
            },
            {
              "kind": "method",
              "name": "showPicker",
              "description": "Displays the browser picker for an input element (only works if the browser supports it for the input type)."
            },
            {
              "kind": "method",
              "name": "stepUp",
              "description": "Increments the value of a numeric input type by the value of the step attribute."
            },
            {
              "kind": "method",
              "name": "stepDown",
              "description": "Decrements the value of a numeric input type by the value of the step attribute."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when an alteration to the control's value is committed by the user.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when the clear button is activated.",
              "name": "zn-clear"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "zn-focus"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "zn-invalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "title"
            },
            {
              "name": "type",
              "type": {
                "text": "'color' | 'currency' | 'date' | 'datetime-local' | 'email' | 'number' | 'password' |\n    'search' | 'tel' | 'text' | 'time' | 'url'"
              },
              "default": "'text'",
              "description": "The type of input. Works the same as native `<input>` element. But only a subset of types is supported. Defaults\nto `text`",
              "fieldName": "type"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The name of the input, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "any"
              },
              "default": "''",
              "description": "The current value of the input, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'x-small' | 'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The inputs size *",
              "fieldName": "size"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-styled input *",
              "fieldName": "pill"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The inputs label. If you need to display HTML, use the `label` slot. *",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the\n`label-tooltip` slot.\n*",
              "fieldName": "labelTooltip"
            },
            {
              "name": "context-note",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML\nin this text, use the `context-note` slot instead",
              "fieldName": "contextNote"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
              "fieldName": "helpText"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the input is not empty *",
              "fieldName": "clearable"
            },
            {
              "name": "optional-icon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds the default optional icon for this input type. Currently only types `email` and `tel` have a default\noptional icon.",
              "fieldName": "optionalIcon"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the input *",
              "fieldName": "disabled"
            },
            {
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Fills the input background white *",
              "fieldName": "filled"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "fieldName": "placeholder"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input read-only *",
              "fieldName": "readonly"
            },
            {
              "name": "password-toggle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a button to toggle the passwords visibility, only applies to password types *",
              "fieldName": "passwordToggle"
            },
            {
              "name": "password-visible",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Determines whether or no the password is currently visible. Only applies to password types *",
              "fieldName": "passwordVisible"
            },
            {
              "name": "no-spin-buttons",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Hides the browsers built-in increment/decrement spin buttons for number inputs *",
              "fieldName": "noSpinButtons"
            },
            {
              "name": "color-format",
              "type": {
                "text": "'hex' | 'rgb' | 'hsl' | 'oklch'"
              },
              "default": "'hex'",
              "description": "The color format to display for color inputs. Only applies when type is 'color'. *",
              "fieldName": "colorFormat"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "By default, form-controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be\nin the same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "fieldName": "required"
            },
            {
              "name": "pattern",
              "type": {
                "text": "string"
              },
              "description": "A regular expression pattern to validate input against.",
              "fieldName": "pattern"
            },
            {
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "fieldName": "minlength"
            },
            {
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "fieldName": "maxlength"
            },
            {
              "name": "min",
              "type": {
                "text": "number | string"
              },
              "description": "The input's minimum value. Only applies to date and number input types.",
              "fieldName": "min"
            },
            {
              "name": "max",
              "type": {
                "text": "number | string"
              },
              "description": "The input's maximum value. Only applies to date and number input types.",
              "fieldName": "max"
            },
            {
              "name": "step",
              "type": {
                "text": "number | 'any'"
              },
              "description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
              "fieldName": "step"
            },
            {
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "fieldName": "autocapitalize"
            },
            {
              "name": "autocorrect",
              "type": {
                "text": "'off' | 'on'"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "fieldName": "autocorrect"
            },
            {
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "fieldName": "autocomplete"
            },
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "fieldName": "autofocus"
            },
            {
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "fieldName": "enterkeyhint"
            },
            {
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the input.",
              "fieldName": "spellcheck"
            },
            {
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "fieldName": "inputmode"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "input",
          "tagName": "zn-input",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/input\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n * @dependency zn-tooltip\n *\n * @event zn-blur - Emitted when the control loses focus.\n * @event zn-change - Emitted when an alteration to the control's value is committed by the user.\n * @event zn-clear - Emitted when the clear button is activated.\n * @event zn-focus - Emitted when the control gains focus.\n * @event zn-input - Emitted when the control receives input.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n *\n * @slot label - The input's label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Used to add contextual text that is displayed above the input, on the right. Alternatively, you can use the `context-note` attribute.\n * @slot prefix - Used to prepend a presentational icon or similar element to the input.\n * @slot suffix - Used to append a presentational icon or similar element to the input.\n * @slot clear-icon - An icon to use in lieu of the default clear icon.\n * @slot show-password-icon - An icon to use in lieu of the default show password icon.\n * @slot hide-password-icon - An icon to use in lieu of the default hide password icon.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The input's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart base - The component's base wrapper.\n * @csspart input - The internal `<input>` control.\n * @csspart prefix - The container that wraps the prefix.\n * @csspart clear-button - The clear button.\n * @csspart password-toggle-button - The password toggle button.\n * @csspart suffix - The container that wraps the suffix.\n */",
          "documentation": "https://zinc.style/components/input",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon",
            "zn-tooltip"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnInput",
            "module": "components/input/input.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/input-group/input-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnInputGroup",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The form control wrapper.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input group container.",
              "name": "form-control-input"
            }
          ],
          "slots": [
            {
              "description": "The default slot for inputs and selects.",
              "name": ""
            },
            {
              "description": "The input group's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'label')"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input group's label. If you need to display HTML, use the `label` slot.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "gap",
              "type": {
                "text": "'sm' | 'md' | 'lg'"
              },
              "description": "Adds a gap between the grouped elements, preserving individual border radii. Use `sm`, `md`, or `lg`.",
              "attribute": "gap"
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input group's label. If you need to display HTML, use the `label` slot.",
              "fieldName": "label"
            },
            {
              "name": "gap",
              "type": {
                "text": "'sm' | 'md' | 'lg'"
              },
              "description": "Adds a gap between the grouped elements, preserving individual border radii. Use `sm`, `md`, or `lg`.",
              "fieldName": "gap"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A wrapper component that groups inputs and selects visually.",
          "tagNameWithoutPrefix": "input-group",
          "tagName": "zn-input-group",
          "customElement": true,
          "jsDoc": "/**\n * @summary A wrapper component that groups inputs and selects visually.\n * @documentation https://zinc.style/components/input-group\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot for inputs and selects.\n * @slot label - The input group's label. Alternatively, you can use the `label` attribute.\n *\n * @csspart base - The component's base wrapper.\n * @csspart form-control - The form control wrapper.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The input group container.\n */",
          "documentation": "https://zinc.style/components/input-group",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnInputGroup",
            "module": "components/input-group/input-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/item/item.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnItem",
          "cssParts": [
            {
              "description": "The items base wrapper",
              "name": "base"
            },
            {
              "description": "The items caption",
              "name": "caption"
            },
            {
              "description": "The items icon",
              "name": "icon"
            }
          ],
          "slots": [
            {
              "description": "The default slot. Can either be slotted or use the value attribute",
              "name": ""
            },
            {
              "description": "Used for adding actions to a zn-item.",
              "name": "actions"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon, 'zn-tooltip': ZnTooltip }"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "stacked",
              "type": {
                "text": "boolean"
              },
              "attribute": "stacked"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "editOnHover",
              "type": {
                "text": "boolean"
              },
              "attribute": "edit-on-hover"
            },
            {
              "kind": "field",
              "name": "helpTooltip",
              "type": {
                "text": "string"
              },
              "attribute": "help-tooltip"
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "attribute": "inline"
            },
            {
              "kind": "field",
              "name": "grid",
              "type": {
                "text": "boolean"
              },
              "attribute": "grid"
            },
            {
              "kind": "field",
              "name": "noPadding",
              "type": {
                "text": "boolean"
              },
              "attribute": "no-padding"
            },
            {
              "kind": "field",
              "name": "alignEnd",
              "type": {
                "text": "boolean"
              },
              "attribute": "align-end"
            },
            {
              "kind": "field",
              "name": "alignCenter",
              "type": {
                "text": "boolean"
              },
              "attribute": "align-center"
            },
            {
              "kind": "method",
              "name": "_hasContent",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "_hasRequiredSlot",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description"
            },
            {
              "name": "stacked",
              "type": {
                "text": "boolean"
              },
              "fieldName": "stacked"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "size"
            },
            {
              "name": "edit-on-hover",
              "type": {
                "text": "boolean"
              },
              "fieldName": "editOnHover"
            },
            {
              "name": "help-tooltip",
              "type": {
                "text": "string"
              },
              "fieldName": "helpTooltip"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "fieldName": "value"
            },
            {
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "fieldName": "inline"
            },
            {
              "name": "grid",
              "type": {
                "text": "boolean"
              },
              "fieldName": "grid"
            },
            {
              "name": "no-padding",
              "type": {
                "text": "boolean"
              },
              "fieldName": "noPadding"
            },
            {
              "name": "align-end",
              "type": {
                "text": "boolean"
              },
              "fieldName": "alignEnd"
            },
            {
              "name": "align-center",
              "type": {
                "text": "boolean"
              },
              "fieldName": "alignCenter"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Used for listing items in a description list. Caption on the right, content on the left.",
          "tagNameWithoutPrefix": "item",
          "tagName": "zn-item",
          "customElement": true,
          "jsDoc": "/**\n * @summary Used for listing items in a description list. Caption on the right, content on the left.\n * @documentation https://zinc.style/components/item\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n * @dependency zn-tooltip\n *\n * @slot - The default slot. Can either be slotted or use the value attribute\n * @slot actions - Used for adding actions to a zn-item.\n *\n * @csspart base - The items base wrapper\n * @csspart caption - The items caption\n * @csspart icon - The items icon\n */",
          "documentation": "https://zinc.style/components/item",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon",
            "zn-tooltip"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnItem",
            "module": "components/item/item.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/key/key.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnKey",
          "slots": [
            {
              "description": "The description of the key.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "attribute",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "attribute"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "'primary' | 'success' | 'warning' | 'error' | 'info' | 'neutral'"
              },
              "default": "'primary'",
              "attribute": "color"
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "iconSize",
              "type": {
                "text": "number"
              },
              "default": "24",
              "attribute": "icon-size"
            },
            {
              "kind": "method",
              "name": "_handleClick",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "icon"
            },
            {
              "name": "attribute",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "attribute"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value"
            },
            {
              "name": "color",
              "type": {
                "text": "'primary' | 'success' | 'warning' | 'error' | 'info' | 'neutral'"
              },
              "default": "'primary'",
              "fieldName": "color"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "active"
            },
            {
              "name": "icon-size",
              "type": {
                "text": "number"
              },
              "default": "24",
              "fieldName": "iconSize"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A legend key item, typically used alongside charts to label and toggle visibility of data series by category.",
          "tagNameWithoutPrefix": "key",
          "tagName": "zn-key",
          "customElement": true,
          "jsDoc": "/**\n * @summary A legend key item, typically used alongside charts to label and toggle visibility of data series by category.\n * @documentation https://zinc.style/components/key\n * @status experimental\n * @since 1.0\n *\n * @slot - The description of the key.\n */",
          "documentation": "https://zinc.style/components/key",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnKey",
            "module": "components/key/key.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/key-container/key-container.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnKeyContainer",
          "slots": [
            {
              "description": "The content to be filtered.",
              "name": ""
            },
            {
              "description": "The key items (zn-key) that define the filters.",
              "name": "keys"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "keysSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "'top-end' | 'top-start' | 'bottom-end' | 'bottom-start'"
              },
              "default": "'bottom-start'",
              "attribute": "position"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "itemSelector",
              "type": {
                "text": "string"
              },
              "default": "'[data-type]'",
              "attribute": "item-selector"
            },
            {
              "kind": "field",
              "name": "filterAttribute",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "filter-attribute"
            },
            {
              "kind": "field",
              "name": "noScroll",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-scroll"
            },
            {
              "kind": "field",
              "name": "_hiddenElements",
              "type": {
                "text": "Set<Element>"
              },
              "privacy": "private",
              "default": "new Set()"
            },
            {
              "kind": "field",
              "name": "_targetElement",
              "type": {
                "text": "HTMLElement | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "method",
              "name": "_handleKeyChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getKeys",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnKey[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "updateFilters",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "itemMatchesKey",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "Element"
                  }
                },
                {
                  "name": "key",
                  "type": {
                    "text": "ZnKey"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted when the set of active keys changes.",
              "name": "zn-change"
            }
          ],
          "attributes": [
            {
              "name": "position",
              "type": {
                "text": "'top-end' | 'top-start' | 'bottom-end' | 'bottom-start'"
              },
              "default": "'bottom-start'",
              "fieldName": "position"
            },
            {
              "name": "target",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "target"
            },
            {
              "name": "item-selector",
              "type": {
                "text": "string"
              },
              "default": "'[data-type]'",
              "fieldName": "itemSelector"
            },
            {
              "name": "filter-attribute",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "filterAttribute"
            },
            {
              "name": "no-scroll",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noScroll"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A legend container that manages key items, typically used alongside charts to toggle visibility of data series by category.",
          "tagNameWithoutPrefix": "key-container",
          "tagName": "zn-key-container",
          "customElement": true,
          "jsDoc": "/**\n * @summary A legend container that manages key items, typically used alongside charts to toggle visibility of data series by category.\n * @documentation https://zinc.style/components/key-container\n * @status experimental\n * @since 1.0\n *\n * @slot - The content to be filtered.\n * @slot keys - The key items (zn-key) that define the filters.\n *\n * @event zn-change - Emitted when the set of active keys changes.\n */",
          "documentation": "https://zinc.style/components/key-container",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnKeyContainer",
            "module": "components/key-container/key-container.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/linked-select/linked-select.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnLinkedSelect",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "options",
              "type": {
                "text": "linkedSelectOptions"
              },
              "attribute": "options"
            },
            {
              "kind": "field",
              "name": "linkedSelect",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "linked-select"
            },
            {
              "kind": "field",
              "name": "cacheKey",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "cache-key"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "ZnSelect"
              }
            },
            {
              "kind": "field",
              "name": "linkedSelectElement",
              "type": {
                "text": "HTMLSelectElement | ZnSelect"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { value: (input) => { const selectElement = this.input; if (selectElement) { return selectElement.value; } return input.value; } })"
            },
            {
              "kind": "field",
              "name": "displayLabel",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleLinkedSelectChange",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "public",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleSelectChange"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "fieldName": "value"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "checked"
            },
            {
              "name": "options",
              "type": {
                "text": "linkedSelectOptions"
              },
              "fieldName": "options"
            },
            {
              "name": "linked-select",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "linkedSelect"
            },
            {
              "name": "cache-key",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "cacheKey"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "label"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "linked-select",
          "tagName": "zn-linked-select",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/linked-select\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/linked-select",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnLinkedSelect",
            "module": "components/linked-select/linked-select.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/menu/menu.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnMenu",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-confirm': ZnConfirm, 'zn-dropdown': ZnDropdown, 'zn-icon': ZnIcon, 'zn-menu-item': ZnMenuItem, 'zn-tooltip': ZnTooltip, }"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "actions",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "attribute": "actions"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "isMenuItem",
              "privacy": "private",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "actions",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "fieldName": "actions"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "menu",
          "tagName": "zn-menu",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/menu\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/menu",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnMenu",
            "module": "components/menu/menu.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/menu-item/menu-item.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnMenuItem",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon, 'zn-popup': ZnPopup }"
            },
            {
              "kind": "field",
              "name": "cachedTextLabel",
              "type": {
                "text": "string"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "menuItem",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'normal' | 'checkbox'"
              },
              "default": "'normal'",
              "description": "The type of menu item to render. To use `checked`, this value must be set to `checkbox`.",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the item in a checked state.",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checkedPosition",
              "type": {
                "text": "'left' | 'right'"
              },
              "default": "'left'",
              "attribute": "checked-position",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A unique value to store in the menu item. This can be used as a way to identify menu items when selected.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in a loading state.",
              "attribute": "loading",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in a disabled state, preventing selection.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "string"
              },
              "attribute": "color"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "dataPath",
              "type": {
                "text": "string"
              },
              "attribute": "data-path"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "dataTarget",
              "type": {
                "text": "'modal' | 'slide' | string"
              },
              "attribute": "data-target"
            },
            {
              "kind": "field",
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "attribute": "rel"
            },
            {
              "kind": "field",
              "name": "gaid",
              "type": {
                "text": "string"
              },
              "attribute": "gaid"
            },
            {
              "kind": "field",
              "name": "confirm",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "confirm",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes all padding from the menu item.",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushX",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes horizontal (left/right) padding only. Ignored if flush is set.",
              "attribute": "flush-x",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushY",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes vertical (top/bottom) padding only. Ignored if flush is set.",
              "attribute": "flush-y",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noBorder",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes the border from the menu item.",
              "attribute": "no-border",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Marks the menu item as currently active/selected.",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'submenu')"
            },
            {
              "kind": "field",
              "name": "submenuController",
              "type": {
                "text": "SubmenuController"
              },
              "privacy": "private",
              "default": "new SubmenuController(this, this.hasSlotController, this.localize)"
            },
            {
              "kind": "method",
              "name": "handleDefaultSlotChange",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleHostClick",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleMouseOver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleCheckedChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleTypeChange"
            },
            {
              "kind": "method",
              "name": "getTextLabel",
              "description": "Returns a text label based on the contents of the menu item's default slot."
            },
            {
              "kind": "method",
              "name": "isSubmenu"
            },
            {
              "kind": "method",
              "name": "_isLink",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "type",
              "type": {
                "text": "'normal' | 'checkbox'"
              },
              "default": "'normal'",
              "description": "The type of menu item to render. To use `checked`, this value must be set to `checkbox`.",
              "fieldName": "type"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the item in a checked state.",
              "fieldName": "checked"
            },
            {
              "name": "checked-position",
              "type": {
                "text": "'left' | 'right'"
              },
              "default": "'left'",
              "fieldName": "checkedPosition"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A unique value to store in the menu item. This can be used as a way to identify menu items when selected.",
              "fieldName": "value"
            },
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in a loading state.",
              "fieldName": "loading"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in a disabled state, preventing selection.",
              "fieldName": "disabled"
            },
            {
              "name": "color",
              "type": {
                "text": "string"
              },
              "fieldName": "color"
            },
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "fieldName": "href"
            },
            {
              "name": "data-path",
              "type": {
                "text": "string"
              },
              "fieldName": "dataPath"
            },
            {
              "name": "target",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "fieldName": "target"
            },
            {
              "name": "data-target",
              "type": {
                "text": "'modal' | 'slide' | string"
              },
              "fieldName": "dataTarget"
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "fieldName": "rel"
            },
            {
              "name": "gaid",
              "type": {
                "text": "string"
              },
              "fieldName": "gaid"
            },
            {
              "name": "confirm",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "confirm"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes all padding from the menu item.",
              "fieldName": "flush"
            },
            {
              "name": "flush-x",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes horizontal (left/right) padding only. Ignored if flush is set.",
              "fieldName": "flushX"
            },
            {
              "name": "flush-y",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes vertical (top/bottom) padding only. Ignored if flush is set.",
              "fieldName": "flushY"
            },
            {
              "name": "no-border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes the border from the menu item.",
              "fieldName": "noBorder"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Marks the menu item as currently active/selected.",
              "fieldName": "active"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "menu-item",
          "tagName": "zn-menu-item",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/menu-item\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/menu-item",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnMenuItem",
            "module": "components/menu-item/menu-item.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/navbar/navbar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnNavbar",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-dropdown': ZnDropdown }"
            },
            {
              "kind": "field",
              "name": "navigation",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "attribute": "navigation"
            },
            {
              "kind": "field",
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "attribute": "full-width",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "iconBar",
              "type": {
                "text": "boolean"
              },
              "attribute": "icon-bar",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "slim",
              "type": {
                "text": "boolean"
              },
              "attribute": "slim",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "attribute": "border",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hideOne",
              "type": {
                "text": "boolean"
              },
              "attribute": "hide-one",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "stacked",
              "type": {
                "text": "boolean"
              },
              "attribute": "stacked"
            },
            {
              "kind": "field",
              "name": "dropdown",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "attribute": "dropdown"
            },
            {
              "kind": "field",
              "name": "noPad",
              "type": {
                "text": "false"
              },
              "attribute": "no-pad"
            },
            {
              "kind": "field",
              "name": "manualAddItems",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "manual-add-items"
            },
            {
              "kind": "field",
              "name": "isolated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "isolated"
            },
            {
              "kind": "field",
              "name": "masterId",
              "type": {
                "text": "string"
              },
              "attribute": "master-id",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "storeKey",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "store-key"
            },
            {
              "kind": "field",
              "name": "storeTtl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "store-ttl",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "localStorage",
              "type": {
                "text": "boolean"
              },
              "attribute": "local-storage",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_preItems",
              "type": {
                "text": "NodeListOf<Element>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_postItems",
              "type": {
                "text": "NodeListOf<Element>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_appended",
              "type": {
                "text": "Element[]"
              },
              "privacy": "private",
              "attribute": "_appended"
            },
            {
              "kind": "field",
              "name": "_expanding",
              "type": {
                "text": "NodeListOf<Element>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_openedTabs",
              "type": {
                "text": "string[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "_navItems",
              "type": {
                "text": "HTMLElement | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "_expandable",
              "type": {
                "text": "HTMLElement | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "_extendedMenu",
              "type": {
                "text": "HTMLElement | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "_navItemsGap",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "_expandableMargin",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "_totalItemWidth",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "_store",
              "type": {
                "text": "Store"
              },
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "appendItem",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "Element"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleResize"
            },
            {
              "kind": "method",
              "name": "addItem",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "Element"
                  }
                },
                {
                  "name": "persist",
                  "default": "true",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_loadStoredTabs",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_saveTabToStorage",
              "privacy": "private",
              "parameters": [
                {
                  "name": "newTab",
                  "type": {
                    "text": "StoredTab"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleClick",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "navigation",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "fieldName": "navigation"
            },
            {
              "name": "full-width",
              "type": {
                "text": "boolean"
              },
              "fieldName": "fullWidth"
            },
            {
              "name": "icon-bar",
              "type": {
                "text": "boolean"
              },
              "fieldName": "iconBar"
            },
            {
              "name": "slim",
              "type": {
                "text": "boolean"
              },
              "fieldName": "slim"
            },
            {
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "fieldName": "border"
            },
            {
              "name": "hide-one",
              "type": {
                "text": "boolean"
              },
              "fieldName": "hideOne"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flush"
            },
            {
              "name": "stacked",
              "type": {
                "text": "boolean"
              },
              "fieldName": "stacked"
            },
            {
              "name": "dropdown",
              "type": {
                "text": "array"
              },
              "default": "[]",
              "fieldName": "dropdown"
            },
            {
              "name": "no-pad",
              "type": {
                "text": "false"
              },
              "fieldName": "noPad"
            },
            {
              "name": "manual-add-items",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "manualAddItems"
            },
            {
              "name": "isolated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isolated"
            },
            {
              "name": "master-id",
              "type": {
                "text": "string"
              },
              "fieldName": "masterId"
            },
            {
              "name": "store-key",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "storeKey"
            },
            {
              "name": "store-ttl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "storeTtl"
            },
            {
              "name": "local-storage",
              "type": {
                "text": "boolean"
              },
              "fieldName": "localStorage"
            },
            {
              "name": "_appended",
              "type": {
                "text": "Element[]"
              },
              "fieldName": "_appended"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "navbar",
          "tagName": "zn-navbar",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/navbar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-dropdown\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/navbar",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-dropdown"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnNavbar",
            "module": "components/navbar/navbar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/note/note.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnNote",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The note's caption.",
              "name": "caption"
            },
            {
              "description": "The note's date.",
              "name": "date"
            },
            {
              "description": "The note's body.",
              "name": "body"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "typeof colors[number]"
              },
              "attribute": "color",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "date",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "date",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "body",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'caption', 'date', '[default]', 'snippet', 'footer')"
            },
            {
              "kind": "field",
              "name": "expanded",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "method",
              "name": "_toggleExpand",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "color",
              "type": {
                "text": "typeof colors[number]"
              },
              "fieldName": "color"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "caption"
            },
            {
              "name": "date",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "date"
            },
            {
              "name": "body",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "body"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "note",
          "tagName": "zn-note",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/note\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot caption - The note's caption.\n * @slot date - The note's date.\n * @slot body - The note's body.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/note",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnNote",
            "module": "components/note/note.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/opt-group/opt-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnOptGroup",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The group label element.",
              "name": "label"
            }
          ],
          "slots": [
            {
              "description": "The default slot for `<zn-option>` elements.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The label for the opt-group, displayed as a non-selectable header above the grouped options.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables all options within the group.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleLabelChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "propagateDisabled",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The label for the opt-group, displayed as a non-selectable header above the grouped options.",
              "fieldName": "label"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables all options within the group.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Groups options within a `<zn-select>` under a labeled header, similar to `<optgroup>` in native HTML.",
          "tagNameWithoutPrefix": "opt-group",
          "tagName": "zn-opt-group",
          "customElement": true,
          "jsDoc": "/**\n * @summary Groups options within a `<zn-select>` under a labeled header, similar to `<optgroup>` in native HTML.\n * @documentation https://zinc.style/components/opt-group\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot for `<zn-option>` elements.\n *\n * @csspart base - The component's base wrapper.\n * @csspart label - The group label element.\n */",
          "documentation": "https://zinc.style/components/opt-group",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnOptGroup",
            "module": "components/opt-group/opt-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/option/option.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnOption",
          "cssParts": [
            {
              "description": "The checked option icon, an `<zn-icon>` element.",
              "name": "checked-option-icon"
            },
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The option's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            }
          ],
          "slots": [
            {
              "description": "The option's label.",
              "name": ""
            },
            {
              "description": "Used to prepend an icon or similar element to the menu item.",
              "name": "prefix"
            },
            {
              "description": "Used to append an icon or similar element to the menu item.",
              "name": "suffix"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon }"
            },
            {
              "kind": "field",
              "name": "cachedTextLabel",
              "type": {
                "text": "string"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "current",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "hasHover",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may contain spaces when using JSON array syntax on the parent select.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the option in a disabled state, preventing selection.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "selected",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleDefaultSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseEnter",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseLeave",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleSelectedChange"
            },
            {
              "kind": "method",
              "name": "getTextLabel",
              "description": "Returns a plain text label based on the option's content."
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may contain spaces when using JSON array syntax on the parent select.",
              "fieldName": "value"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the option in a disabled state, preventing selection.",
              "fieldName": "disabled"
            },
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selected"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "option",
          "tagName": "zn-option",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/option\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n *\n * @slot - The option's label.\n * @slot prefix - Used to prepend an icon or similar element to the menu item.\n * @slot suffix - Used to append an icon or similar element to the menu item.\n *\n * @csspart checked-option-icon - The checked option icon, an `<zn-icon>` element.\n * @csspart base - The component's base wrapper.\n * @csspart label - The option's label.\n * @csspart prefix - The container that wraps the prefix.\n * @csspart suffix - The container that wraps the suffix.\n */",
          "documentation": "https://zinc.style/components/option",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnOption",
            "module": "components/option/option.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/order-table/order-table.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnOrderTable",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "data",
              "type": {
                "text": "OrderTableData"
              },
              "attribute": "data",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isMobile",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "modifiedData",
              "type": {
                "text": "OrderTableData"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "resizeEventHandler"
            },
            {
              "kind": "method",
              "name": "getHeaders"
            },
            {
              "kind": "method",
              "name": "getRows"
            },
            {
              "kind": "method",
              "name": "getCaption",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getSubItems",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getSummary"
            },
            {
              "kind": "method",
              "name": "getMobileRows",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getMobileSubItems",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getMobileCaption",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "extra",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "data",
              "type": {
                "text": "OrderTableData"
              },
              "fieldName": "data"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "order-table",
          "tagName": "zn-order-table",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/order-table\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/order-table",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnOrderTable",
            "module": "components/order-table/order-table.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/page-nav/page-nav.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnPageNav",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": "",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "description": "An example slot.",
              "name": "example",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "navigation",
              "type": {
                "text": "PageNavData"
              },
              "attribute": "navigation"
            },
            {
              "kind": "field",
              "name": "breadcrumb",
              "type": {
                "text": "string"
              }
            },
            {
              "kind": "method",
              "name": "toggleNavigation"
            },
            {
              "kind": "method",
              "name": "setActiveTab",
              "parameters": [
                {
                  "name": "tabName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "store",
                  "type": {
                    "text": "boolean"
                  }
                },
                {
                  "name": "refresh",
                  "type": {
                    "text": "boolean"
                  }
                },
                {
                  "name": "refTab",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "clickTab",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                },
                {
                  "name": "refresh",
                  "type": {
                    "text": "boolean"
                  }
                },
                {
                  "name": "close",
                  "default": "true"
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "masterId",
              "type": {
                "text": "string"
              },
              "attribute": "master-id",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "defaultUri",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "default-uri",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_current",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "active",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_split",
              "type": {
                "text": "number"
              },
              "attribute": "split",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_splitMin",
              "type": {
                "text": "number"
              },
              "default": "60",
              "attribute": "split-min",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_splitMax",
              "type": {
                "text": "number"
              },
              "attribute": "split-max",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "primaryCaption",
              "type": {
                "text": "string"
              },
              "default": "'Navigation'",
              "attribute": "primary-caption",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "secondaryCaption",
              "type": {
                "text": "string"
              },
              "default": "'Content'",
              "attribute": "secondary-caption",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "noPrefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-prefetch",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "localStorage",
              "type": {
                "text": "boolean"
              },
              "attribute": "local-storage",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "storeKey",
              "type": {
                "text": "string"
              },
              "attribute": "store-key",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "storeTtl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "store-ttl",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "fetchStyle",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "fetch-style",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "full-width",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "paddedRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded-right",
              "reflects": true,
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "monitor",
              "type": {
                "text": "string"
              },
              "attribute": "monitor",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "preload",
              "type": {
                "text": "boolean"
              },
              "privacy": "protected",
              "default": "true",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_store",
              "type": {
                "text": "Store"
              },
              "privacy": "protected",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_activeClicks",
              "type": {
                "text": "number"
              },
              "privacy": "protected",
              "default": "0",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_panel",
              "type": {
                "text": "Element | null | undefined"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_panels",
              "type": {
                "text": "Map<string, Element[]>"
              },
              "privacy": "private",
              "default": "new Map<string, Element[]>()",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_activeTab",
              "type": {
                "text": "Element | null"
              },
              "privacy": "private",
              "default": "null",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_tabs",
              "type": {
                "text": "HTMLElement[]"
              },
              "privacy": "private",
              "default": "[]",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_actions",
              "type": {
                "text": "HTMLElement[]"
              },
              "privacy": "private",
              "default": "[]",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_knownUri",
              "type": {
                "text": "Map<string, string>"
              },
              "privacy": "private",
              "default": "new Map<string, string>()",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'bottom', 'right', 'left', 'top', 'actions')",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "monitorDom",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "_addPanel",
              "parameters": [
                {
                  "name": "panel",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "_addTab",
              "parameters": [
                {
                  "name": "tab",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "reRegisterTabs",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "switchTab",
              "parameters": [
                {
                  "name": "inc",
                  "type": {
                    "text": "number"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "nextTab",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "previousTab",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "_prepareTab",
              "parameters": [
                {
                  "name": "tabId",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "_uriToId",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "tabUri",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "_createUriPanel",
              "return": {
                "type": {
                  "text": "HTMLDivElement"
                }
              },
              "parameters": [
                {
                  "name": "tabEle",
                  "type": {
                    "text": "Element"
                  }
                },
                {
                  "name": "tabUri",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "tabId",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "_handleClick",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "fetchUriTab",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "getRefTab",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "_setTabEleActive",
              "parameters": [
                {
                  "name": "ele",
                  "type": {
                    "text": "Element"
                  }
                },
                {
                  "name": "active",
                  "type": {
                    "text": "boolean"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "selectTab",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "tabName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "refresh",
                  "type": {
                    "text": "boolean"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "getActiveTab",
              "return": {
                "type": {
                  "text": "Element[]"
                }
              },
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "observerDom",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "method",
              "name": "removeTabAndPanel",
              "parameters": [
                {
                  "name": "tabId",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            },
            {
              "kind": "field",
              "name": "_registerTabs",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "components/tabs/tabs.js"
              }
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            }
          ],
          "attributes": [
            {
              "name": "navigation",
              "type": {
                "text": "PageNavData"
              },
              "fieldName": "navigation"
            },
            {
              "name": "master-id",
              "type": {
                "text": "string"
              },
              "fieldName": "masterId",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "default-uri",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "defaultUri",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "active",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "_current",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "split",
              "type": {
                "text": "number"
              },
              "fieldName": "_split",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "split-min",
              "type": {
                "text": "number"
              },
              "default": "60",
              "fieldName": "_splitMin",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "split-max",
              "type": {
                "text": "number"
              },
              "fieldName": "_splitMax",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "primary-caption",
              "type": {
                "text": "string"
              },
              "default": "'Navigation'",
              "fieldName": "primaryCaption",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "secondary-caption",
              "type": {
                "text": "string"
              },
              "default": "'Content'",
              "fieldName": "secondaryCaption",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "no-prefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noPrefetch",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "local-storage",
              "type": {
                "text": "boolean"
              },
              "fieldName": "localStorage",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "store-key",
              "type": {
                "text": "string"
              },
              "fieldName": "storeKey",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "store-ttl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "storeTtl",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "padded",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "fetch-style",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "fetchStyle",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "full-width",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "fullWidth",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "padded-right",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "paddedRight",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "monitor",
              "type": {
                "text": "string"
              },
              "fieldName": "monitor",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description",
              "inheritedFrom": {
                "name": "ZnTabs",
                "module": "src/components/tabs/tabs.component.ts"
              }
            }
          ],
          "superclass": {
            "name": "ZnTabs",
            "module": "/src/components/tabs"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "page-nav",
          "tagName": "zn-page-nav",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/page-nav\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/page-nav",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnPageNav",
            "module": "components/page-nav/page-nav.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/pagination/pagination.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnPagination",
          "members": [
            {
              "kind": "field",
              "name": "limit",
              "type": {
                "text": "number"
              },
              "default": "10",
              "attribute": "limit",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "total",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "total",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "page",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "page",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "uri",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "uri",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "_createLink",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "page",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_calculatePages",
              "privacy": "protected"
            }
          ],
          "attributes": [
            {
              "name": "limit",
              "type": {
                "text": "number"
              },
              "default": "10",
              "fieldName": "limit"
            },
            {
              "name": "total",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "total"
            },
            {
              "name": "page",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "page"
            },
            {
              "name": "uri",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "uri"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Pagination component for navigating through pages of content.",
          "tagNameWithoutPrefix": "pagination",
          "tagName": "zn-pagination",
          "customElement": true,
          "jsDoc": "/**\n * @summary Pagination component for navigating through pages of content.\n * @documentation https://zinc.style/components/pagination\n * @status experimental\n * @since 1.0\n */",
          "documentation": "https://zinc.style/components/pagination",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnPagination",
            "module": "components/pagination/pagination.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/pane/pane.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnPane",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush"
            },
            {
              "kind": "field",
              "name": "_header",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "protected"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flush"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "pane",
          "tagName": "zn-pane",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/pane\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/pane",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnPane",
            "module": "components/pane/pane.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/panel/panel.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnPanel",
          "cssProperties": [
            {
              "description": "The flex-basis of the panel. Can be set using the basis-px attribute.",
              "name": "--zn-panel-basis"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The panel's main content.",
              "name": ""
            },
            {
              "description": "Actions displayed in the panel header (buttons, chips, etc).",
              "name": "actions"
            },
            {
              "description": "Content displayed in the panel footer.",
              "name": "footer"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'actions', 'footer')"
            },
            {
              "kind": "field",
              "name": "basis",
              "type": {
                "text": "number"
              },
              "attribute": "basis-px"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "tabbed",
              "type": {
                "text": "boolean"
              },
              "attribute": "tabbed"
            },
            {
              "kind": "field",
              "name": "underlineHeader",
              "type": {
                "text": "boolean"
              },
              "attribute": "header-underline"
            },
            {
              "kind": "field",
              "name": "cosmic",
              "type": {
                "text": "boolean"
              },
              "attribute": "cosmic"
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush"
            },
            {
              "kind": "field",
              "name": "flushX",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-x"
            },
            {
              "kind": "field",
              "name": "flushY",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-y"
            },
            {
              "kind": "field",
              "name": "flushFooter",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-footer"
            },
            {
              "kind": "field",
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "attribute": "transparent"
            },
            {
              "kind": "field",
              "name": "shadow",
              "type": {
                "text": "boolean"
              },
              "attribute": "shadow"
            }
          ],
          "attributes": [
            {
              "name": "basis-px",
              "type": {
                "text": "number"
              },
              "fieldName": "basis"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description"
            },
            {
              "name": "tabbed",
              "type": {
                "text": "boolean"
              },
              "fieldName": "tabbed"
            },
            {
              "name": "header-underline",
              "type": {
                "text": "boolean"
              },
              "fieldName": "underlineHeader"
            },
            {
              "name": "cosmic",
              "type": {
                "text": "boolean"
              },
              "fieldName": "cosmic"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flush"
            },
            {
              "name": "flush-x",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushX"
            },
            {
              "name": "flush-y",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushY"
            },
            {
              "name": "flush-footer",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushFooter"
            },
            {
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "fieldName": "transparent"
            },
            {
              "name": "shadow",
              "type": {
                "text": "boolean"
              },
              "fieldName": "shadow"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Panels are versatile containers that provide structure for organizing content with optional headers and footers.",
          "tagNameWithoutPrefix": "panel",
          "tagName": "zn-panel",
          "customElement": true,
          "jsDoc": "/**\n * @summary Panels are versatile containers that provide structure for organizing content with optional headers and footers.\n * @documentation https://zinc.style/components/panel\n * @status experimental\n * @since 1.0\n *\n * @slot - The panel's main content.\n * @slot actions - Actions displayed in the panel header (buttons, chips, etc).\n * @slot footer - Content displayed in the panel footer.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --zn-panel-basis - The flex-basis of the panel. Can be set using the basis-px attribute.\n */",
          "documentation": "https://zinc.style/components/panel",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnPanel",
            "module": "components/panel/panel.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/popup/popup.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnPopup",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "anchorEl",
              "type": {
                "text": "Element | VirtualElement | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "cleanup",
              "type": {
                "text": "ReturnType<typeof autoUpdate> | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "HTMLElement"
              },
              "description": "A reference to the internal popup container. Useful for animating and styling the popup with JavaScript."
            },
            {
              "kind": "field",
              "name": "arrowEl",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "anchor",
              "type": {
                "text": "Element | string | VirtualElement"
              },
              "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide the anchor\nelement `id`, a DOM element reference, or a `VirtualElement`. If the anchor lives inside the popup, use the\n`anchor` slot instead.",
              "attribute": "anchor"
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'top'",
              "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "strategy",
              "type": {
                "text": "'absolute' | 'fixed'"
              },
              "default": "'fixed'",
              "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.",
              "attribute": "strategy",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from its anchor.",
              "attribute": "distance"
            },
            {
              "kind": "field",
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel along its anchor.",
              "attribute": "skidding"
            },
            {
              "kind": "field",
              "name": "arrow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
              "attribute": "arrow"
            },
            {
              "kind": "field",
              "name": "arrowPlacement",
              "type": {
                "text": "'start' | 'end' | 'center' | 'anchor'"
              },
              "default": "'anchor'",
              "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
              "attribute": "arrow-placement"
            },
            {
              "kind": "field",
              "name": "arrowPadding",
              "type": {
                "text": "number"
              },
              "default": "10",
              "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
              "attribute": "arrow-padding"
            },
            {
              "kind": "field",
              "name": "flip",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
              "attribute": "flip"
            },
            {
              "kind": "field",
              "name": "flipFallbackPlacements",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
              "attribute": "flip-fallback-placements"
            },
            {
              "kind": "field",
              "name": "flipFallbackStrategy",
              "type": {
                "text": "'best-fit' | 'initial'"
              },
              "default": "'best-fit'",
              "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
              "attribute": "flip-fallback-strategy"
            },
            {
              "kind": "field",
              "name": "flipBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "attribute": "flipBoundary"
            },
            {
              "kind": "field",
              "name": "flipPadding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
              "attribute": "flip-padding"
            },
            {
              "kind": "field",
              "name": "shift",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Moves the popup along the axis to keep it in view when clipped.",
              "attribute": "shift"
            },
            {
              "kind": "field",
              "name": "shiftBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "attribute": "shiftBoundary"
            },
            {
              "kind": "field",
              "name": "shiftPadding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
              "attribute": "shift-padding"
            },
            {
              "kind": "field",
              "name": "autoSize",
              "type": {
                "text": "'horizontal' | 'vertical' | 'both'"
              },
              "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
              "attribute": "auto-size"
            },
            {
              "kind": "field",
              "name": "sync",
              "type": {
                "text": "'width' | 'height' | 'both'"
              },
              "description": "Syncs the popup's width or height to that of the anchor element.",
              "attribute": "sync"
            },
            {
              "kind": "field",
              "name": "autoSizeBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "attribute": "autoSizeBoundary"
            },
            {
              "kind": "field",
              "name": "autoSizePadding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
              "attribute": "auto-size-padding"
            },
            {
              "kind": "field",
              "name": "hoverBridge",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When a gap exists between the anchor and the popup element, this option will add a \"hover bridge\" that fills the\ngap using an invisible element. This makes listening for events such as `mouseenter` and `mouseleave` more sane\nbecause the pointer never technically leaves the element. The hover bridge will only be drawn when the popover is\nactive.",
              "attribute": "hover-bridge"
            },
            {
              "kind": "method",
              "name": "handleAnchorChange",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleAnchorHover",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "start",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "stop",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "method",
              "name": "reposition",
              "description": "Forces the popup to recalculate and reposition itself."
            },
            {
              "kind": "field",
              "name": "updateHoverBridge",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "anchor",
              "type": {
                "text": "Element | string | VirtualElement"
              },
              "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide the anchor\nelement `id`, a DOM element reference, or a `VirtualElement`. If the anchor lives inside the popup, use the\n`anchor` slot instead.",
              "fieldName": "anchor"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
              "fieldName": "active"
            },
            {
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'top'",
              "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
              "fieldName": "placement"
            },
            {
              "name": "strategy",
              "type": {
                "text": "'absolute' | 'fixed'"
              },
              "default": "'fixed'",
              "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.",
              "fieldName": "strategy"
            },
            {
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from its anchor.",
              "fieldName": "distance"
            },
            {
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel along its anchor.",
              "fieldName": "skidding"
            },
            {
              "name": "arrow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
              "fieldName": "arrow"
            },
            {
              "name": "arrow-placement",
              "type": {
                "text": "'start' | 'end' | 'center' | 'anchor'"
              },
              "default": "'anchor'",
              "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
              "fieldName": "arrowPlacement"
            },
            {
              "name": "arrow-padding",
              "type": {
                "text": "number"
              },
              "default": "10",
              "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
              "fieldName": "arrowPadding"
            },
            {
              "name": "flip",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
              "fieldName": "flip"
            },
            {
              "name": "flip-fallback-placements",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
              "fieldName": "flipFallbackPlacements"
            },
            {
              "name": "flip-fallback-strategy",
              "type": {
                "text": "'best-fit' | 'initial'"
              },
              "default": "'best-fit'",
              "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
              "fieldName": "flipFallbackStrategy"
            },
            {
              "name": "flipBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "fieldName": "flipBoundary"
            },
            {
              "name": "flip-padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
              "fieldName": "flipPadding"
            },
            {
              "name": "shift",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Moves the popup along the axis to keep it in view when clipped.",
              "fieldName": "shift"
            },
            {
              "name": "shiftBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "fieldName": "shiftBoundary"
            },
            {
              "name": "shift-padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
              "fieldName": "shiftPadding"
            },
            {
              "name": "auto-size",
              "type": {
                "text": "'horizontal' | 'vertical' | 'both'"
              },
              "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
              "fieldName": "autoSize"
            },
            {
              "name": "sync",
              "type": {
                "text": "'width' | 'height' | 'both'"
              },
              "description": "Syncs the popup's width or height to that of the anchor element.",
              "fieldName": "sync"
            },
            {
              "name": "autoSizeBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "fieldName": "autoSizeBoundary"
            },
            {
              "name": "auto-size-padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
              "fieldName": "autoSizePadding"
            },
            {
              "name": "hover-bridge",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When a gap exists between the anchor and the popup element, this option will add a \"hover bridge\" that fills the\ngap using an invisible element. This makes listening for events such as `mouseenter` and `mouseleave` more sane\nbecause the pointer never technically leaves the element. The hover bridge will only be drawn when the popover is\nactive.",
              "fieldName": "hoverBridge"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "popup",
          "tagName": "zn-popup",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/popup\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/popup",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnPopup",
            "module": "components/popup/popup.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/priority-list/priority-list.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnPriorityList",
          "cssProperties": [
            {
              "description": "The gap between list items. Defaults to `var(--zn-spacing-2x-small)`.",
              "name": "--zn-priority-list-item-gap"
            },
            {
              "description": "The padding inside each item. Defaults to `var(--zn-spacing-small) var(--zn-spacing-medium)`.",
              "name": "--zn-priority-list-item-padding"
            },
            {
              "description": "The color of the drag handle. Defaults to `var(--zn-color-neutral-500)`.",
              "name": "--zn-priority-list-handle-color"
            },
            {
              "description": "The color of the priority number. Defaults to `var(--zn-color-neutral-600)`.",
              "name": "--zn-priority-list-priority-color"
            }
          ],
          "cssParts": [
            {
              "description": "The form control wrapper.",
              "name": "form-control"
            },
            {
              "description": "The label wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input area wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The list container.",
              "name": "list"
            },
            {
              "description": "An individual list item row.",
              "name": "item"
            },
            {
              "description": "The drag handle icon.",
              "name": "drag-handle"
            },
            {
              "description": "The priority number badge.",
              "name": "priority"
            },
            {
              "description": "The content area of an item.",
              "name": "content"
            }
          ],
          "slots": [
            {
              "description": "The default slot where list items are placed. Each slotted element must have a `value` attribute that uniquely identifies the item. The component automatically assigns slot names to project each item into the correct position. The item's position in the list determines its priority (top = `priority-start`, incrementing).",
              "name": ""
            },
            {
              "description": "The component's label. Required for proper accessibility. Alternatively, use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to add text displayed in a tooltip next to the label.",
              "name": "label-tooltip"
            },
            {
              "description": "Text that describes how to use the component. Alternatively, use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon, }"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "protected",
              "readonly": true,
              "default": "new FormControlController(this, { value: (control: ZnPriorityList) => { return JSON.stringify(control.getPriorityMap()); }, defaultValue: (control: ZnPriorityList) => control.defaultValue, setValue: (control: ZnPriorityList, value: string) => { if (value) { try { const parsed: unknown = JSON.parse(value); if (Array.isArray(parsed) && parsed.every((item: unknown): item is string => typeof item === 'string')) { control.value = parsed as string[]; } } catch { // ignore parse errors } } }, })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "hiddenInputsContainer",
              "type": {
                "text": "HTMLDivElement"
              }
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name prefix for form submission. Each item generates a hidden input named `{name}[{itemValue}]`\nwith the priority number as its value.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string[]"
              },
              "description": "The current ordered list of item keys, reflecting the visual order. This is the source of truth for ordering.\nEach entry should match a `value` attribute on a slotted child element.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "_value",
              "type": {
                "text": "string[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The component's label. Required for proper accessibility.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label.",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Help text that describes how to use the component.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Associates the control with a form by id. The form must be in the same document or shadow root.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The size of the list items.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the priority list is disabled.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures the form control has a value before allowing submission.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "priorityStart",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The starting priority number. Defaults to 1.",
              "attribute": "priority-start"
            },
            {
              "kind": "field",
              "name": "formAction",
              "type": {
                "text": "string"
              },
              "description": "When set, the associated form will be submitted with the given action URL whenever items are reordered.\nIf set to an empty string, the form will be submitted using its existing action.",
              "attribute": "formaction"
            },
            {
              "kind": "field",
              "name": "order",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A comma-separated list of item keys defining the initial display order.\nKeys must match the `value` attributes on slotted children.\nAny slotted items not listed are appended at the end in DOM order.",
              "attribute": "order"
            },
            {
              "kind": "field",
              "name": "draggedKey",
              "type": {
                "text": "string | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "isDragging",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "dragOverKey",
              "type": {
                "text": "string | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "description": "Gets the validity state object.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "description": "Gets the validation message.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "_initializeOrderFromSlot",
              "privacy": "private",
              "description": "Initialize item order from slotted children if no explicit value was provided.\nIf an `order` attribute is set, use it to define the initial order,\nappending any slotted items not listed in the order at the end."
            },
            {
              "kind": "method",
              "name": "_getSlottedItems",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "HTMLElement[]"
                }
              },
              "description": "Gets all direct children with a `value` attribute (excluding those in reserved slots)."
            },
            {
              "kind": "method",
              "name": "_assignSlotNames",
              "privacy": "private",
              "description": "Assigns `slot` attributes to light DOM children based on their `value` attribute,\nso they project into the correct named slot in the shadow DOM."
            },
            {
              "kind": "method",
              "name": "getPriorityMap",
              "return": {
                "type": {
                  "text": "PriorityItem[]"
                }
              },
              "description": "Returns the priority map: an array of { key, priority } objects."
            },
            {
              "kind": "method",
              "name": "_syncHiddenInputs",
              "privacy": "private",
              "description": "Syncs hidden inputs so form data includes priority values."
            },
            {
              "kind": "method",
              "name": "_moveItem",
              "privacy": "private",
              "parameters": [
                {
                  "name": "fromIndex",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "toIndex",
                  "type": {
                    "text": "number"
                  }
                }
              ],
              "description": "Moves an item from one index to another."
            },
            {
              "kind": "method",
              "name": "_submitForm",
              "privacy": "private",
              "description": "Submits the associated form if a `formaction` attribute is set."
            },
            {
              "kind": "method",
              "name": "_handleDragStart",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DragEvent"
                  }
                },
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleDragEnd",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_handleDragOver",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DragEvent"
                  }
                },
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleDragLeave",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DragEvent"
                  }
                },
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleDrop",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DragEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                },
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks for validity but does not show a validation message."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "_message",
                  "default": "''"
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the order of items changes.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when items are reordered. Call `getPriorityMap()` on the component to get the updated `{ key: string, priority: number }[]` array.",
              "name": "zn-reorder"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name prefix for form submission. Each item generates a hidden input named `{name}[{itemValue}]`\nwith the priority number as its value.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string[]"
              },
              "description": "The current ordered list of item keys, reflecting the visual order. This is the source of truth for ordering.\nEach entry should match a `value` attribute on a slotted child element.",
              "fieldName": "value"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The component's label. Required for proper accessibility.",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label.",
              "fieldName": "labelTooltip"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Help text that describes how to use the component.",
              "fieldName": "helpText"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Associates the control with a form by id. The form must be in the same document or shadow root.",
              "fieldName": "form"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The size of the list items.",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the priority list is disabled.",
              "fieldName": "disabled"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures the form control has a value before allowing submission.",
              "fieldName": "required"
            },
            {
              "name": "priority-start",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The starting priority number. Defaults to 1.",
              "fieldName": "priorityStart"
            },
            {
              "name": "formaction",
              "type": {
                "text": "string"
              },
              "description": "When set, the associated form will be submitted with the given action URL whenever items are reordered.\nIf set to an empty string, the form will be submitted using its existing action.",
              "fieldName": "formAction"
            },
            {
              "name": "order",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A comma-separated list of item keys defining the initial display order.\nKeys must match the `value` attributes on slotted children.\nAny slotted items not listed are appended at the end in DOM order.",
              "fieldName": "order"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A reorderable list where each item receives a numerical priority based on its position. Supports drag-and-drop\nand keyboard reordering. Priority values are submitted as form data via hidden inputs.",
          "tagNameWithoutPrefix": "priority-list",
          "tagName": "zn-priority-list",
          "customElement": true,
          "jsDoc": "/**\n * @summary A reorderable list where each item receives a numerical priority based on its position. Supports drag-and-drop\n *   and keyboard reordering. Priority values are submitted as form data via hidden inputs.\n *\n * @documentation https://zinc.style/components/priority-list\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n *\n * @slot - The default slot where list items are placed. Each slotted element must have a `value` attribute that\n *   uniquely identifies the item. The component automatically assigns slot names to project each item into the\n *   correct position. The item's position in the list determines its priority (top = `priority-start`, incrementing).\n * @slot label - The component's label. Required for proper accessibility. Alternatively, use the `label` attribute.\n * @slot label-tooltip - Used to add text displayed in a tooltip next to the label.\n * @slot help-text - Text that describes how to use the component. Alternatively, use the `help-text` attribute.\n *\n * @event zn-change - Emitted when the order of items changes.\n * @event zn-reorder - Emitted when items are reordered. Call `getPriorityMap()` on the component to get\n *   the updated `{ key: string, priority: number }[]` array.\n *\n * @csspart form-control - The form control wrapper.\n * @csspart form-control-label - The label wrapper.\n * @csspart form-control-input - The input area wrapper.\n * @csspart form-control-help-text - The help text wrapper.\n * @csspart list - The list container.\n * @csspart item - An individual list item row.\n * @csspart drag-handle - The drag handle icon.\n * @csspart priority - The priority number badge.\n * @csspart content - The content area of an item.\n *\n * @cssproperty --zn-priority-list-item-gap - The gap between list items. Defaults to `var(--zn-spacing-2x-small)`.\n * @cssproperty --zn-priority-list-item-padding - The padding inside each item. Defaults to `var(--zn-spacing-small) var(--zn-spacing-medium)`.\n * @cssproperty --zn-priority-list-handle-color - The color of the drag handle. Defaults to `var(--zn-color-neutral-500)`.\n * @cssproperty --zn-priority-list-priority-color - The color of the priority number. Defaults to `var(--zn-color-neutral-600)`.\n */",
          "documentation": "https://zinc.style/components/priority-list",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnPriorityList",
            "module": "components/priority-list/priority-list.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/progress-bar/progress-bar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnProgressBar",
          "cssProperties": [
            {
              "description": "The color of the progress bar background track.",
              "name": "--zn-border-color"
            },
            {
              "description": "The color of the progress bar fill.",
              "name": "--zn-primary"
            },
            {
              "description": "The color of the caption text.",
              "name": "--zn-text-heading"
            },
            {
              "description": "The color of the progress percentage and description text.",
              "name": "--zn-text"
            },
            {
              "description": "The spacing between header/footer and the progress bar.",
              "name": "--zn-spacing-x-small"
            }
          ],
          "cssParts": [
            {
              "description": "The header container that contains the caption and progress text.",
              "name": "header"
            },
            {
              "description": "The caption text element.",
              "name": "caption"
            },
            {
              "description": "The progress percentage text element.",
              "name": "progress"
            },
            {
              "description": "The SVG element containing the progress bar.",
              "name": "bar"
            },
            {
              "description": "The background track of the progress bar.",
              "name": "track"
            },
            {
              "description": "The filled portion of the progress bar indicating progress.",
              "name": "fill"
            },
            {
              "description": "The footer container that contains the description.",
              "name": "footer"
            },
            {
              "description": "The description text element.",
              "name": "info"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "description",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "showProgress",
              "type": {
                "text": "boolean | undefined"
              },
              "attribute": "show-progress",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "description"
            },
            {
              "name": "value",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "value"
            },
            {
              "name": "show-progress",
              "type": {
                "text": "boolean | undefined"
              },
              "fieldName": "showProgress"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Progress bars provide visual feedback about the completion status of a task or process.",
          "tagNameWithoutPrefix": "progress-bar",
          "tagName": "zn-progress-bar",
          "customElement": true,
          "jsDoc": "/**\n * @summary Progress bars provide visual feedback about the completion status of a task or process.\n * @documentation https://zinc.style/components/progress-bar\n * @status experimental\n * @since 1.0\n *\n * @csspart header - The header container that contains the caption and progress text.\n * @csspart caption - The caption text element.\n * @csspart progress - The progress percentage text element.\n * @csspart bar - The SVG element containing the progress bar.\n * @csspart track - The background track of the progress bar.\n * @csspart fill - The filled portion of the progress bar indicating progress.\n * @csspart footer - The footer container that contains the description.\n * @csspart info - The description text element.\n *\n * @cssproperty --zn-border-color - The color of the progress bar background track.\n * @cssproperty --zn-primary - The color of the progress bar fill.\n * @cssproperty --zn-text-heading - The color of the caption text.\n * @cssproperty --zn-text - The color of the progress percentage and description text.\n * @cssproperty --zn-spacing-x-small - The spacing between header/footer and the progress bar.\n */",
          "documentation": "https://zinc.style/components/progress-bar",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnProgressBar",
            "module": "components/progress-bar/progress-bar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/progress-tile/progress-tile.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnProgressTile",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "startTime",
              "type": {
                "text": "number"
              },
              "attribute": "start-time"
            },
            {
              "kind": "field",
              "name": "waitTime",
              "type": {
                "text": "number"
              },
              "attribute": "wait-time",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "maxTime",
              "type": {
                "text": "number"
              },
              "attribute": "max-time"
            },
            {
              "kind": "field",
              "name": "endTime",
              "type": {
                "text": "number"
              },
              "attribute": "end-time"
            },
            {
              "kind": "field",
              "name": "maxWaitTime",
              "type": {
                "text": "number"
              },
              "attribute": "max-wait-time"
            },
            {
              "kind": "field",
              "name": "waitingAgentResponse",
              "type": {
                "text": "boolean"
              },
              "attribute": "waiting-agent-response"
            },
            {
              "kind": "field",
              "name": "status",
              "type": {
                "text": "string"
              },
              "attribute": "status"
            },
            {
              "kind": "field",
              "name": "avatar",
              "type": {
                "text": "string"
              },
              "attribute": "avatar"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "_timerInterval",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getHumanReadableTime",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "time",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "start-time",
              "type": {
                "text": "number"
              },
              "fieldName": "startTime"
            },
            {
              "name": "wait-time",
              "type": {
                "text": "number"
              },
              "fieldName": "waitTime"
            },
            {
              "name": "max-time",
              "type": {
                "text": "number"
              },
              "fieldName": "maxTime"
            },
            {
              "name": "end-time",
              "type": {
                "text": "number"
              },
              "fieldName": "endTime"
            },
            {
              "name": "max-wait-time",
              "type": {
                "text": "number"
              },
              "fieldName": "maxWaitTime"
            },
            {
              "name": "waiting-agent-response",
              "type": {
                "text": "boolean"
              },
              "fieldName": "waitingAgentResponse"
            },
            {
              "name": "status",
              "type": {
                "text": "string"
              },
              "fieldName": "status"
            },
            {
              "name": "avatar",
              "type": {
                "text": "string"
              },
              "fieldName": "avatar"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "progress-tile",
          "tagName": "zn-progress-tile",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/progress-tile\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/progress-tile",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnProgressTile",
            "module": "components/progress-tile/progress-tile.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/query-builder/query-builder.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnQueryBuilder",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-button': ZnButton, 'zn-input': ZnInput, 'zn-option': ZnOption, 'zn-select': ZnSelect, }"
            },
            {
              "kind": "field",
              "name": "_selectedRules",
              "type": {
                "text": "Map<string, CreatedRule>"
              },
              "privacy": "private",
              "default": "new Map<string, CreatedRule>()"
            },
            {
              "kind": "field",
              "name": "_formController",
              "type": {
                "text": "FormControlController"
              },
              "privacy": "private",
              "default": "new FormControlController(this, {})"
            },
            {
              "kind": "field",
              "name": "_previousOperator",
              "type": {
                "text": "QueryBuilderOperators"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "container",
              "type": {
                "text": "HTMLDivElement"
              }
            },
            {
              "kind": "field",
              "name": "addRule",
              "type": {
                "text": "ZnSelect"
              }
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "filters",
              "type": {
                "text": "QueryBuilderData"
              },
              "default": "[]",
              "attribute": "filters"
            },
            {
              "kind": "field",
              "name": "dropdown",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dropdown"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "PropertyKey"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "showValues",
              "type": {
                "text": "string[]"
              },
              "default": "[]",
              "attribute": "show-values"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "_handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_addRule",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event | null"
                  }
                },
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "pos",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "filter",
                  "type": {
                    "text": "QueryBuilderItem"
                  }
                },
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "selectedComparator",
                  "type": {
                    "text": "QueryBuilderOperators"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_changeValueInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "changeEvent",
                  "type": {
                    "text": "ZnChangeEvent"
                  }
                },
                {
                  "name": "filter",
                  "type": {
                    "text": "QueryBuilderItem"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createBooleanInput",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnSelect | null"
                }
              },
              "parameters": [
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createNumberInput",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnInput | null"
                }
              },
              "parameters": [
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createDateInput",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnInput | null"
                }
              },
              "parameters": [
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createSelectInput",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnSelect | null"
                }
              },
              "parameters": [
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "filter",
                  "type": {
                    "text": "QueryBuilderItem"
                  }
                },
                {
                  "name": "selectedComparator",
                  "type": {
                    "text": "QueryBuilderOperators"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createDefaultInput",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnInput | null"
                }
              },
              "parameters": [
                {
                  "name": "uniqueId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateOperatorValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "ZnChangeEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateDateValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateInValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_changeRule",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "ZnChangeEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_getRulePosition",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              },
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_removeRule",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "clear"
            },
            {
              "kind": "method",
              "name": "reset"
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "filters",
              "type": {
                "text": "QueryBuilderData"
              },
              "default": "[]",
              "fieldName": "filters"
            },
            {
              "name": "dropdown",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dropdown"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "PropertyKey"
              },
              "fieldName": "value"
            },
            {
              "name": "show-values",
              "type": {
                "text": "string[]"
              },
              "default": "[]",
              "fieldName": "showValues"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "query-builder",
          "tagName": "zn-query-builder",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/query-builder\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n * @dependency zn-input\n * @dependency zn-option\n * @dependency zn-select\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/query-builder",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-button",
            "zn-input",
            "zn-option",
            "zn-select"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnQueryBuilder",
            "module": "components/query-builder/query-builder.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/radio/radio.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnRadio",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The square container that wraps the radio's checked state.",
              "name": "control"
            },
            {
              "description": "Matches the control part when the radio is checked.",
              "name": "control--checked"
            },
            {
              "description": "The checked icon, an `<zn-icon>` element.",
              "name": "checked-icon"
            },
            {
              "description": "The container that wraps the radio's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the radio's description.",
              "name": "description"
            },
            {
              "description": "The container that wraps optional content that appears when a radio is checked.",
              "name": "selected-content"
            }
          ],
          "slots": [
            {
              "description": "The radio's label.",
              "name": ""
            },
            {
              "description": "A description of the radio's label. Serves as help text for a radio item. Alternatively, you can use the `description` attribute.",
              "name": "description"
            },
            {
              "description": "Use to nest rich content (like an input) inside a selected radio item. Use only with the contained style.",
              "name": "selected-content"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{'zn-icon': ZnIcon}"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { value: (control: ZnRadio) => (control.checked ? control.value || 'on' : undefined), defaultValue: (control: ZnRadio) => control.defaultChecked, setValue: (control: ZnRadio, checked: boolean) => (control.checked = checked) })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'description')"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the radio, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the radio, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the radio.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the radio in a checked state.",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a container around the radio.",
              "attribute": "contained",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Applies styles relevant to radios in a horizontal layout.",
              "attribute": "horizontal",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultChecked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the radio a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio's help text. If you need to display HTML, use the `description` slot instead.",
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSelectedContentClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleStateChange"
            },
            {
              "kind": "method",
              "name": "click",
              "description": "Simulates a click on the radio."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the radio."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the radio."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string."
            }
          ],
          "events": [
            {
              "description": "Emitted when the radio loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when the checked state changes.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when the radio gains focus.",
              "name": "zn-focus"
            },
            {
              "description": "Emitted when the radio receives input.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "zn-invalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the radio, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the radio, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio's size.",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the radio.",
              "fieldName": "disabled"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the radio in a checked state.",
              "fieldName": "checked"
            },
            {
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a container around the radio.",
              "fieldName": "contained"
            },
            {
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Applies styles relevant to radios in a horizontal layout.",
              "fieldName": "horizontal"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the radio a required field.",
              "fieldName": "required"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio's help text. If you need to display HTML, use the `description` slot instead.",
              "fieldName": "description"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "fieldName": "labelTooltip"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "radio",
          "tagName": "zn-radio",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/radio\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n *\n * @slot - The radio's label.\n * @slot description - A description of the radio's label. Serves as help text for a radio item. Alternatively, you can use the `description` attribute.\n * @slot selected-content - Use to nest rich content (like an input) inside a selected radio item. Use only with the contained style.\n *\n * @event zn-blur - Emitted when the radio loses focus.\n * @event zn-change - Emitted when the checked state changes.\n * @event zn-focus - Emitted when the radio gains focus.\n * @event zn-input - Emitted when the radio receives input.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n *\n * @csspart base - The component's base wrapper.\n * @csspart control - The square container that wraps the radio's checked state.\n * @csspart control--checked - Matches the control part when the radio is checked.\n * @csspart checked-icon - The checked icon, an `<zn-icon>` element.\n * @csspart label - The container that wraps the radio's label.\n * @csspart description - The container that wraps the radio's description.\n * @csspart selected-content - The container that wraps optional content that appears when a radio is checked.\n */",
          "documentation": "https://zinc.style/components/radio",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnRadio",
            "module": "components/radio/radio.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/radio-group/radio-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnRadioGroup",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "protected",
              "readonly": true,
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "customValidityMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "validationTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "validationInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "errorMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio groups' help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the radio group, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the radio group, submitted as a name/value pair with form data.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio group's size. This size will be applied to all child radios",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
              "attribute": "horizontal",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child checkboxes.",
              "attribute": "contained",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures a child radio is checked before allowing the containing form to submit.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "validity",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "getAllRadios",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleRadioClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleLabelClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "syncRadioElements",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "syncRadios",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateCheckedRadio",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSizeChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "default": "''"
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            },
            {
              "kind": "method",
              "name": "focus",
              "privacy": "public",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "fieldName": "labelTooltip"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio groups' help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the radio group, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the radio group, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio group's size. This size will be applied to all child radios",
              "fieldName": "size"
            },
            {
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
              "fieldName": "horizontal"
            },
            {
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The checkbox group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child checkboxes.",
              "fieldName": "contained"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures a child radio is checked before allowing the containing form to submit.",
              "fieldName": "required"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "radio-group",
          "tagName": "zn-radio-group",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/radio-group\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/radio-group",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnRadioGroup",
            "module": "components/radio-group/radio-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/rating/rating.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnRating",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { assumeInteractionOn: ['zn-blur', 'zn-input'] })"
            },
            {
              "kind": "field",
              "name": "rating",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "hoverValue",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "isHovering",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "5",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "precision",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "precision"
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "readonly"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "getSymbol",
              "type": {
                "text": "(value: number) => string"
              },
              "attribute": "getSymbol"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            },
            {
              "kind": "method",
              "name": "_roundToPrecision",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "precision",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_getValueFromXCoordinate",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              },
              "parameters": [
                {
                  "name": "coordinate",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_getValueFromMousePosition",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_getValueFromTouchPosition",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_setValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleMouseEnter",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleMouseMove",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleMouseLeave",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_handleTouchStart",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleTouchMove",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleTouchEnd",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "fieldName": "label"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "value"
            },
            {
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "5",
              "fieldName": "max"
            },
            {
              "name": "precision",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "precision"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "readonly"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "size"
            },
            {
              "name": "getSymbol",
              "type": {
                "text": "(value: number) => string"
              },
              "fieldName": "getSymbol"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "rating",
          "tagName": "zn-rating",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/rating\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/rating",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnRating",
            "module": "components/rating/rating.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/reveal/reveal.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnReveal",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "duration",
              "type": {
                "text": "number"
              },
              "default": "2000",
              "attribute": "duration"
            },
            {
              "kind": "field",
              "name": "initial",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "initial"
            },
            {
              "kind": "field",
              "name": "revealed",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "revealed"
            },
            {
              "kind": "field",
              "name": "_isRevealed",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_isToggled",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "method",
              "name": "handleToggleReveal",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "handleMouseEnter",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "handleMouseLeave",
              "privacy": "protected"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "duration",
              "type": {
                "text": "number"
              },
              "default": "2000",
              "fieldName": "duration"
            },
            {
              "name": "initial",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "initial"
            },
            {
              "name": "revealed",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "revealed"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "reveal",
          "tagName": "zn-reveal",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/reveal\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @usage\n * ```html\n * <zn-reveal duration=\"3000\"\n *            initial=\"******@hotmail.com\"\n *            revealed=\"john.doe@hotmail.com\" toggle>\n * </zn-reveal>\n * ```\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/reveal",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnReveal",
            "module": "components/reveal/reveal.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/scroll-container/scroll-container.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnScrollContainer",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "startScrolled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "start-scrolled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "container",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "footer",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "scrollEnd"
            },
            {
              "kind": "field",
              "name": "_footerResizeObserver",
              "type": {
                "text": "ResizeObserver | undefined"
              },
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "start-scrolled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "startScrolled"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "scroll-container",
          "tagName": "zn-scroll-container",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/scroll-container\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/scroll-container",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnScrollContainer",
            "module": "components/scroll-container/scroll-container.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/select/select.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSelect",
          "cssParts": [
            {
              "description": "The container shown while a remote search request is in flight.",
              "name": "search-loading"
            },
            {
              "description": "The message shown when results are truncated by `max-results`.",
              "name": "max-results-indicator"
            },
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The select's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The container the wraps the prefix, combobox, clear icon, and expand button.",
              "name": "combobox"
            },
            {
              "description": "The container that wraps the prefix slot.",
              "name": "prefix"
            },
            {
              "description": "The element that displays the selected option's label, an `<input>` element.",
              "name": "display-input"
            },
            {
              "description": "The listbox container where options are slotted.",
              "name": "listbox"
            },
            {
              "description": "The container that houses option tags when `multiselect` is used.",
              "name": "tags"
            },
            {
              "description": "The individual tags that represent each multiselect option.",
              "name": "tag"
            },
            {
              "description": "The tag's base part.",
              "name": "tag__base"
            },
            {
              "description": "The tag's content part.",
              "name": "tag__content"
            },
            {
              "description": "The tag's remove button.",
              "name": "tag__remove-button"
            },
            {
              "description": "The tag's remove button base part.",
              "name": "tag__remove-button__base"
            },
            {
              "description": "The clear button.",
              "name": "clear-button"
            },
            {
              "description": "The container that wraps the expand icon.",
              "name": "expand-icon"
            }
          ],
          "slots": [
            {
              "description": "The listbox options. Must be `<zn-option>` elements. You can use `<zn-opt-group>` to group options under a labeled header, or `<zn-divider>` to group items visually.",
              "name": ""
            },
            {
              "description": "The input's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.",
              "name": "label-tooltip"
            },
            {
              "description": "Used to add contextual text that is displayed above the select, on the right. Alternatively, you can use the `context-note` attribute.",
              "name": "context-note"
            },
            {
              "description": "Used to prepend a presentational icon or similar element to the combobox.",
              "name": "prefix"
            },
            {
              "description": "An icon to use in lieu of the default clear icon.",
              "name": "clear-icon"
            },
            {
              "description": "The icon to show when the control is expanded and collapsed. Rotates on open and close.",
              "name": "expand-icon"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-icon': ZnIcon, 'zn-opt-group': ZnOptGroup, 'zn-option': ZnOption, 'zn-popup': ZnPopup, 'zn-tag': ZnChip }"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "protected",
              "readonly": true,
              "default": "new FormControlController(this, { assumeInteractionOn: ['zn-blur', 'zn-input'] })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "typeToSelectString",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "typeToSelectTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "closeWatcher",
              "type": {
                "text": "CloseWatcher | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "ZnPopup"
              }
            },
            {
              "kind": "field",
              "name": "combobox",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "displayInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "valueInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "listbox",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "prefixSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "displayLabel",
              "type": {
                "text": "string"
              },
              "default": "''"
            },
            {
              "kind": "field",
              "name": "currentOption",
              "type": {
                "text": "ZnOption"
              }
            },
            {
              "kind": "field",
              "name": "selectedOptions",
              "type": {
                "text": "ZnOption[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "valueHasChanged",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "inputPrefix",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the select, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "nonRemovable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "non-removable"
            },
            {
              "kind": "field",
              "name": "_value",
              "type": {
                "text": "string | string[]"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "value",
              "description": "The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue property will be an array. Values may contain spaces when using JSON array syntax in the attribute,\ne.g. `value='[\"my value\", \"their value\"]'`. Space-delimited strings are still supported for backward compatibility."
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The select's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the select is empty.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows more than one option to be selected.",
              "attribute": "multiple",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "maxOptions",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Max number of options that can be selected when `multiple` is true. Set to 0 to allow unlimited selections.",
              "attribute": "max-options"
            },
            {
              "kind": "field",
              "name": "maxOptionsVisible",
              "type": {
                "text": "number"
              },
              "default": "3",
              "description": "The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.",
              "attribute": "max-options-visible"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the select control.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the select is not empty.",
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "attribute": "hoist"
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style select with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "search",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enables search/filter functionality. When enabled, the user can type into the select to filter the visible options.",
              "attribute": "search",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "contextNote",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
              "attribute": "context-note"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom'"
              },
              "default": "'bottom'",
              "description": "The preferred placement of the selects menu. Note that the actual placement may vary as needed to keep the listbox\ninside the viewport.",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The select's required attribute.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "cacheKey",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "cache-key"
            },
            {
              "kind": "field",
              "name": "triggerSubmit",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "trigger-submit"
            },
            {
              "kind": "field",
              "name": "getTag",
              "type": {
                "text": "(option: ZnOption, index: number) => TemplateResult | string | HTMLElement"
              },
              "description": "A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index.  The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.",
              "attribute": "getTag"
            },
            {
              "kind": "field",
              "name": "selectFirst",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Automatically select the first option if no value is set.",
              "attribute": "select-first"
            },
            {
              "kind": "field",
              "name": "distinct",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "distinct"
            },
            {
              "kind": "field",
              "name": "conditional",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "conditional"
            },
            {
              "kind": "field",
              "name": "dataUri",
              "type": {
                "text": "string"
              },
              "description": "The URL to fetch options from. When set, the component fetches JSON from this URL and renders the results as\noptions. The expected format is an array of objects with `key` and `value` properties:\n`[{\"key\": \"us\", \"value\": \"United States\"}, ...]`\nWhen not set, the component works exactly as before using slotted `<zn-option>` elements.",
              "attribute": "data-uri"
            },
            {
              "kind": "field",
              "name": "contextData",
              "type": {
                "text": "string"
              },
              "description": "Context data to send as a header when fetching options from the URL specified by the `src` property.",
              "attribute": "context-data"
            },
            {
              "kind": "field",
              "name": "maxResults",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The maximum number of options to display from a remote fetch response. Set to 0 for unlimited.\nOnly applies when fetching from `data-uri`.",
              "attribute": "max-results"
            },
            {
              "kind": "field",
              "name": "searchDebounce",
              "type": {
                "text": "number"
              },
              "default": "300",
              "description": "Debounce delay in milliseconds for remote search requests. The component waits this long after the user\nstops typing before sending a request.",
              "attribute": "search-debounce"
            },
            {
              "kind": "field",
              "name": "searchParam",
              "type": {
                "text": "string"
              },
              "default": "'q'",
              "description": "The query parameter name appended to the `data-uri` URL for remote search requests.\nDefaults to `\"q\"`, e.g. `/api/items?q=search+term`. Set to a custom value like `\"search\"` or `\"filter\"` to match your API.",
              "attribute": "search-param"
            },
            {
              "kind": "field",
              "name": "searchOnly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set alongside `search` and `data-uri`, the component will not fetch options on initial load.\nOptions are only fetched when the user starts typing a search query.",
              "attribute": "search-only"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "updateHasInputPrefix",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "addOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleDocumentFocusIn",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleDocumentKeyDown",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleDocumentMouseDown",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleLabelClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleComboboxMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleComboboxKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClearClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClearMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "_isRemoteSearch",
              "privacy": "private",
              "description": "Whether the component is in remote-search mode (search + dataUri both set)",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleSearchInput",
              "privacy": "private",
              "description": "Handles text input on the display input for search/filter mode"
            },
            {
              "kind": "method",
              "name": "filterOptions",
              "privacy": "private",
              "description": "Filters visible options based on the current search query"
            },
            {
              "kind": "method",
              "name": "clearSearch",
              "privacy": "private",
              "description": "Clears the search query and shows all options"
            },
            {
              "kind": "method",
              "name": "handleOptionClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDefaultSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleTagRemove",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "ZnRemoveEvent"
                  }
                },
                {
                  "name": "option",
                  "type": {
                    "text": "ZnOption"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getAllOptions",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getAllOptGroups",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getVisibleOptions",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getFirstOption",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "setCurrentOption",
              "privacy": "private",
              "parameters": [
                {
                  "name": "option",
                  "type": {
                    "text": "ZnOption | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setSelectedOptions",
              "privacy": "private",
              "parameters": [
                {
                  "name": "option",
                  "type": {
                    "text": "ZnOption | ZnOption[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "toggleOptionSelection",
              "privacy": "private",
              "parameters": [
                {
                  "name": "option",
                  "type": {
                    "text": "ZnOption"
                  }
                },
                {
                  "name": "force",
                  "optional": true,
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "selectionChanged",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "tags",
              "privacy": "protected",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "_renderSelectedRemoteItems",
              "privacy": "private",
              "description": "Renders hidden <zn-option> elements for items that are currently selected but not present in\nthe latest `_fetchedOptions` (e.g. because a remote search narrowed the results). This keeps\nthem in the DOM so `handleDefaultSlotChange` can find and re-select them."
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleSrcChange"
            },
            {
              "kind": "method",
              "name": "_handleFetchError",
              "privacy": "private",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_buildCacheKey",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "searchQuery",
                  "optional": true,
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Builds the localStorage cache key for a given search query"
            },
            {
              "kind": "method",
              "name": "_readCache",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "typeof this._fetchedOptions | null"
                }
              },
              "parameters": [
                {
                  "name": "searchQuery",
                  "optional": true,
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Reads cached results from localStorage"
            },
            {
              "kind": "method",
              "name": "_writeCache",
              "privacy": "private",
              "parameters": [
                {
                  "name": "searchQuery",
                  "type": {
                    "text": "string | undefined"
                  }
                },
                {
                  "name": "data",
                  "type": {
                    "text": "typeof this._fetchedOptions"
                  }
                }
              ],
              "description": "Writes results to localStorage cache"
            },
            {
              "kind": "method",
              "name": "_parseOptions",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "typeof this._fetchedOptions | null"
                }
              },
              "parameters": [
                {
                  "name": "data",
                  "type": {
                    "text": "unknown"
                  }
                }
              ],
              "description": "Parses raw JSON data into the internal fetched-options format.\nApplies `maxResults` limiting to flat option arrays."
            },
            {
              "kind": "method",
              "name": "fetchOptions",
              "parameters": [
                {
                  "name": "searchQuery",
                  "optional": true,
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Fetches options from the URL specified by the `data-uri` property. Optionally appends a search query."
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the listbox."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the listbox."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the control."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the control."
            },
            {
              "kind": "method",
              "name": "updateDependencies",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateDependencyState",
              "privacy": "private",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLInputElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "toggleDisabled",
              "privacy": "private",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLInputElement"
                  }
                },
                {
                  "name": "disabled",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted when the control's value changes.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when the control's value is cleared.",
              "name": "zn-clear"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "zn-focus"
            },
            {
              "description": "Emitted when the control loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when the select's menu opens.",
              "name": "zn-show"
            },
            {
              "description": "Emitted after the select's menu opens and all animations are complete.",
              "name": "zn-after-show"
            },
            {
              "description": "Emitted when the select's menu closes.",
              "name": "zn-hide"
            },
            {
              "description": "Emitted after the select's menu closes and all animations are complete.",
              "name": "zn-after-hide"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "zn-invalid"
            },
            {
              "description": "Emitted when options have been successfully loaded from the `src` URL.",
              "name": "zn-load"
            },
            {
              "description": "Emitted when loading options from the `src` URL fails.",
              "name": "zn-error"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the select, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "non-removable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "nonRemovable"
            },
            {
              "name": "value",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control.",
              "fieldName": "defaultValue"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The select's size.",
              "fieldName": "size"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the select is empty.",
              "fieldName": "placeholder"
            },
            {
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows more than one option to be selected.",
              "fieldName": "multiple"
            },
            {
              "name": "max-options",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Max number of options that can be selected when `multiple` is true. Set to 0 to allow unlimited selections.",
              "fieldName": "maxOptions"
            },
            {
              "name": "max-options-visible",
              "type": {
                "text": "number"
              },
              "default": "3",
              "description": "The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.",
              "fieldName": "maxOptionsVisible"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the select control.",
              "fieldName": "disabled"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the select is not empty.",
              "fieldName": "clearable"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.",
              "fieldName": "open"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "fieldName": "hoist"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style select with rounded edges.",
              "fieldName": "pill"
            },
            {
              "name": "search",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enables search/filter functionality. When enabled, the user can type into the select to filter the visible options.",
              "fieldName": "search"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "fieldName": "labelTooltip"
            },
            {
              "name": "context-note",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the input, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
              "fieldName": "contextNote"
            },
            {
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom'"
              },
              "default": "'bottom'",
              "description": "The preferred placement of the selects menu. Note that the actual placement may vary as needed to keep the listbox\ninside the viewport.",
              "fieldName": "placement"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The select's required attribute.",
              "fieldName": "required"
            },
            {
              "name": "cache-key",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "cacheKey"
            },
            {
              "name": "trigger-submit",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "triggerSubmit"
            },
            {
              "name": "getTag",
              "type": {
                "text": "(option: ZnOption, index: number) => TemplateResult | string | HTMLElement"
              },
              "description": "A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index.  The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.",
              "fieldName": "getTag"
            },
            {
              "name": "select-first",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Automatically select the first option if no value is set.",
              "fieldName": "selectFirst"
            },
            {
              "name": "distinct",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "distinct"
            },
            {
              "name": "conditional",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "conditional"
            },
            {
              "name": "data-uri",
              "type": {
                "text": "string"
              },
              "description": "The URL to fetch options from. When set, the component fetches JSON from this URL and renders the results as\noptions. The expected format is an array of objects with `key` and `value` properties:\n`[{\"key\": \"us\", \"value\": \"United States\"}, ...]`\nWhen not set, the component works exactly as before using slotted `<zn-option>` elements.",
              "fieldName": "dataUri"
            },
            {
              "name": "context-data",
              "type": {
                "text": "string"
              },
              "description": "Context data to send as a header when fetching options from the URL specified by the `src` property.",
              "fieldName": "contextData"
            },
            {
              "name": "max-results",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The maximum number of options to display from a remote fetch response. Set to 0 for unlimited.\nOnly applies when fetching from `data-uri`.",
              "fieldName": "maxResults"
            },
            {
              "name": "search-debounce",
              "type": {
                "text": "number"
              },
              "default": "300",
              "description": "Debounce delay in milliseconds for remote search requests. The component waits this long after the user\nstops typing before sending a request.",
              "fieldName": "searchDebounce"
            },
            {
              "name": "search-param",
              "type": {
                "text": "string"
              },
              "default": "'q'",
              "description": "The query parameter name appended to the `data-uri` URL for remote search requests.\nDefaults to `\"q\"`, e.g. `/api/items?q=search+term`. Set to a custom value like `\"search\"` or `\"filter\"` to match your API.",
              "fieldName": "searchParam"
            },
            {
              "name": "search-only",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set alongside `search` and `data-uri`, the component will not fetch options on initial load.\nOptions are only fetched when the user starts typing a search query.",
              "fieldName": "searchOnly"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "select",
          "tagName": "zn-select",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/select\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n * @dependency zn-opt-group\n * @dependency zn-option\n * @dependency zn-popup\n * @dependency zn-tag\n *\n * @slot - The listbox options. Must be `<zn-option>` elements. You can use `<zn-opt-group>` to group options under a labeled header, or `<zn-divider>` to group items visually.\n * @slot label - The input's label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Used to add contextual text that is displayed above the select, on the right. Alternatively, you can use the `context-note` attribute.\n * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.\n * @slot clear-icon - An icon to use in lieu of the default clear icon.\n * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @event zn-change - Emitted when the control's value changes.\n * @event zn-clear - Emitted when the control's value is cleared.\n * @event zn-input - Emitted when the control receives input.\n * @event zn-focus - Emitted when the control gains focus.\n * @event zn-blur - Emitted when the control loses focus.\n * @event zn-show - Emitted when the select's menu opens.\n * @event zn-after-show - Emitted after the select's menu opens and all animations are complete.\n * @event zn-hide - Emitted when the select's menu closes.\n * @event zn-after-hide - Emitted after the select's menu closes and all animations are complete.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n * @event zn-load - Emitted when options have been successfully loaded from the `src` URL.\n * @event zn-error - Emitted when loading options from the `src` URL fails.\n *\n * @csspart search-loading - The container shown while a remote search request is in flight.\n * @csspart max-results-indicator - The message shown when results are truncated by `max-results`.\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The select's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart combobox - The container the wraps the prefix, combobox, clear icon, and expand button.\n * @csspart prefix - The container that wraps the prefix slot.\n * @csspart display-input - The element that displays the selected option's label, an `<input>` element.\n * @csspart listbox - The listbox container where options are slotted.\n * @csspart tags - The container that houses option tags when `multiselect` is used.\n * @csspart tag - The individual tags that represent each multiselect option.\n * @csspart tag__base - The tag's base part.\n * @csspart tag__content - The tag's content part.\n * @csspart tag__remove-button - The tag's remove button.\n * @csspart tag__remove-button__base - The tag's remove button base part.\n * @csspart clear-button - The clear button.\n * @csspart expand-icon - The container that wraps the expand icon.\n */",
          "documentation": "https://zinc.style/components/select",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-icon",
            "zn-opt-group",
            "zn-option",
            "zn-popup",
            "zn-tag"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSelect",
            "module": "components/select/select.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/settings-container/settings-container.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSettingsContainer",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "filters",
              "type": {
                "text": "SettingsContainerFilter[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "'top-end' | 'top-start' | 'bottom-end' | 'bottom-start'"
              },
              "default": "'bottom-start'",
              "attribute": "position"
            },
            {
              "kind": "field",
              "name": "storeKey",
              "type": {
                "text": "string"
              },
              "attribute": "store-key"
            },
            {
              "kind": "field",
              "name": "noScroll",
              "type": {
                "text": "boolean"
              },
              "attribute": "no-scroll"
            },
            {
              "kind": "field",
              "name": "_mutationObserver",
              "type": {
                "text": "MutationObserver | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "_updateFiltersScheduled",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_store",
              "type": {
                "text": "Store"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_hiddenElements",
              "type": {
                "text": "Set<Element>"
              },
              "privacy": "private",
              "default": "new Set()"
            },
            {
              "kind": "method",
              "name": "scheduleUpdateFilters",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleContentSlotChange",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleFiltersSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "recomputeFiltersFromSlot",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateSingleFilter",
              "privacy": "private",
              "parameters": [
                {
                  "name": "filter",
                  "type": {
                    "text": "SettingsContainerFilter"
                  }
                },
                {
                  "name": "checked",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateFilters"
            },
            {
              "kind": "method",
              "name": "updateFilter",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "ZnChangeEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getDropdownContent",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "position",
              "type": {
                "text": "'top-end' | 'top-start' | 'bottom-end' | 'bottom-start'"
              },
              "default": "'bottom-start'",
              "fieldName": "position"
            },
            {
              "name": "store-key",
              "type": {
                "text": "string"
              },
              "fieldName": "storeKey"
            },
            {
              "name": "no-scroll",
              "type": {
                "text": "boolean"
              },
              "fieldName": "noScroll"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "settings-container",
          "tagName": "zn-settings-container",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/settings-container\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/settings-container",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSettingsContainer",
            "module": "components/settings-container/settings-container.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/sidebar/sidebar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSidebar",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "startScrolled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "start-scrolled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "wide",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "wide"
            },
            {
              "kind": "method",
              "name": "observerDom"
            },
            {
              "kind": "method",
              "name": "scrollBottom"
            },
            {
              "kind": "method",
              "name": "_expander"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            },
            {
              "name": "start-scrolled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "startScrolled"
            },
            {
              "name": "wide",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "wide"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "sidebar",
          "tagName": "zn-sidebar",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/sidebar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/sidebar",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSidebar",
            "module": "components/sidebar/sidebar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/simple-chart/simple-chart.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSimpleChart",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "datasets",
              "type": {
                "text": "any[]"
              },
              "attribute": "datasets"
            },
            {
              "kind": "field",
              "name": "labels",
              "type": {
                "text": "any[]"
              },
              "attribute": "labels"
            },
            {
              "kind": "field",
              "name": "myChart",
              "type": {
                "text": "Chart"
              }
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "datasets",
              "type": {
                "text": "any[]"
              },
              "fieldName": "datasets"
            },
            {
              "name": "labels",
              "type": {
                "text": "any[]"
              },
              "fieldName": "labels"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "simple-chart",
          "tagName": "zn-simple-chart",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/simple-chart\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/simple-chart",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSimpleChart",
            "module": "components/simple-chart/simple-chart.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/skeleton/skeleton.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSkeleton",
          "members": [
            {
              "kind": "field",
              "name": "speed",
              "type": {
                "text": "string"
              },
              "default": "'3s'",
              "description": "Animation speed for the shimmer effect. Default: \"3s\"",
              "attribute": "speed"
            },
            {
              "kind": "field",
              "name": "width",
              "type": {
                "text": "string"
              },
              "default": "'100%'",
              "description": "Width of the skeleton element. Default: \"100%\"",
              "attribute": "width"
            },
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "string"
              },
              "default": "'20px'",
              "description": "Height of the skeleton element. Default: \"20px\"",
              "attribute": "height"
            },
            {
              "kind": "field",
              "name": "radius",
              "type": {
                "text": "string"
              },
              "default": "'4px'",
              "description": "Border radius of the skeleton element. Default: \"4px\"",
              "attribute": "radius"
            }
          ],
          "attributes": [
            {
              "name": "speed",
              "type": {
                "text": "string"
              },
              "default": "'3s'",
              "description": "Animation speed for the shimmer effect. Default: \"3s\"",
              "fieldName": "speed"
            },
            {
              "name": "width",
              "type": {
                "text": "string"
              },
              "default": "'100%'",
              "description": "Width of the skeleton element. Default: \"100%\"",
              "fieldName": "width"
            },
            {
              "name": "height",
              "type": {
                "text": "string"
              },
              "default": "'20px'",
              "description": "Height of the skeleton element. Default: \"20px\"",
              "fieldName": "height"
            },
            {
              "name": "radius",
              "type": {
                "text": "string"
              },
              "default": "'4px'",
              "description": "Border radius of the skeleton element. Default: \"4px\"",
              "fieldName": "radius"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Skeleton loaders provide visual placeholders while content is loading, improving perceived performance and user experience.",
          "tagNameWithoutPrefix": "skeleton",
          "tagName": "zn-skeleton",
          "customElement": true,
          "jsDoc": "/**\n * @summary Skeleton loaders provide visual placeholders while content is loading, improving perceived performance and user experience.\n * @documentation https://zinc.style/components/skeleton\n * @status experimental\n * @since 1.0\n *\n * @property {string} speed - Animation speed for the shimmer effect. Default: \"3s\"\n * @property {string} width - Width of the skeleton element. Default: \"100%\"\n * @property {string} height - Height of the skeleton element. Default: \"20px\"\n * @property {string} radius - Border radius of the skeleton element. Default: \"4px\"\n */",
          "documentation": "https://zinc.style/components/skeleton",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSkeleton",
            "module": "components/skeleton/skeleton.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/slideout/slideout.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSlideout",
          "cssProperties": [
            {
              "description": "The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens.",
              "name": "--width"
            },
            {
              "description": "The amount of padding to use for the header.",
              "name": "--header-spacing"
            },
            {
              "description": "The amount of padding to use for the body.",
              "name": "--body-spacing"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The slideout's header. This element wraps the title and header actions.",
              "name": "header"
            },
            {
              "description": "The slideout's close button.",
              "name": "close-button"
            },
            {
              "description": "The close buttons exported `base` part.",
              "name": "close-button__base"
            },
            {
              "description": "The slideout's body.",
              "name": "body"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "The slideout's label. Alternatively you can use the `label` attribute.",
              "name": "label"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-button': ZnButton }"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "closeWatcher",
              "type": {
                "text": "CloseWatcher | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "slideout",
              "type": {
                "text": "HTMLDialogElement"
              }
            },
            {
              "kind": "field",
              "name": "panel",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "overlay",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
              "attribute": "trigger",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "requestClose",
              "privacy": "private",
              "parameters": [
                {
                  "name": "source",
                  "type": {
                    "text": "'close-button' | 'keyboard' | 'overlay'"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the slideout."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the slideout."
            },
            {
              "kind": "field",
              "name": "closeClickHandler",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted when the slideout is opens.",
              "name": "zn-show"
            },
            {
              "description": "Emitted when the slideout is closed.",
              "name": "zn-close"
            },
            {
              "type": {
                "text": "{ source: 'close-button' | 'keyboard' | 'overlay' }"
              },
              "description": "Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss.",
              "name": "zn-request-close"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
              "fieldName": "open"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
              "fieldName": "trigger"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "slideout",
          "tagName": "zn-slideout",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/slideout\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n *\n * @event zn-show - Emitted when the slideout is opens.\n * @event zn-close - Emitted when the slideout is closed.\n * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} zn-request-close - Emitted when the user attempts to\n * close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling\n * `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in\n * destructive behavior such as data loss.\n *\n * @slot - The default slot.\n * @slot label - The slideout's label. Alternatively you can use the `label` attribute.\n *\n * @csspart base - The component's base wrapper.\n * @csspart header - The slideout's header. This element wraps the title and header actions.\n * @csspart close-button - The slideout's close button.\n * @csspart close-button__base - The close buttons exported `base` part.\n * @csspart body - The slideout's body.\n *\n * @cssproperty --width - The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens.\n * @cssproperty --header-spacing - The amount of padding to use for the header.\n * @cssproperty --body-spacing - The amount of padding to use for the body.\n */",
          "documentation": "https://zinc.style/components/slideout",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-button"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSlideout",
            "module": "components/slideout/slideout.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/sp/sp.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "defaultSizes",
          "type": {
            "text": "object"
          },
          "default": "{ px: '1', xxs: '3', xs: '5', sm: '10', md: '15', lg: '20', xl: '25' }"
        },
        {
          "kind": "class",
          "description": "",
          "name": "ZnSp",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "divide",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "divide",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "gap",
              "type": {
                "text": "keyof typeof defaultSizes"
              },
              "attribute": "gap",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "row",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "row",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "grow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "grow",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "padX",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "pad-x",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "padY",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "pad-y",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noGap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-gap",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noPosition",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-pos",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushX",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-x",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushY",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-y",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushT",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-t",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushB",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-b",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushL",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-l",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flushR",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush-r",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "widthContainer",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "width-container",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "formContainer",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "form-container",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "wideFormContainer",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "wide-form-container",
              "reflects": true
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "divide",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "divide"
            },
            {
              "name": "gap",
              "type": {
                "text": "keyof typeof defaultSizes"
              },
              "fieldName": "gap"
            },
            {
              "name": "row",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "row"
            },
            {
              "name": "grow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "grow"
            },
            {
              "name": "pad-x",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "padX"
            },
            {
              "name": "pad-y",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "padY"
            },
            {
              "name": "no-gap",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noGap"
            },
            {
              "name": "no-pos",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noPosition"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flush"
            },
            {
              "name": "flush-x",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushX"
            },
            {
              "name": "flush-y",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushY"
            },
            {
              "name": "flush-t",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushT"
            },
            {
              "name": "flush-b",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushB"
            },
            {
              "name": "flush-l",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushL"
            },
            {
              "name": "flush-r",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flushR"
            },
            {
              "name": "width-container",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "widthContainer"
            },
            {
              "name": "form-container",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "formContainer"
            },
            {
              "name": "wide-form-container",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "wideFormContainer"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.",
          "tagNameWithoutPrefix": "sp",
          "tagName": "zn-sp",
          "customElement": true,
          "jsDoc": "/**\n * @summary A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.\n * @documentation https://zinc.style/components/sp\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/sp",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "defaultSizes",
          "declaration": {
            "name": "defaultSizes",
            "module": "components/sp/sp.js"
          }
        },
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSp",
            "module": "components/sp/sp.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/split-button/split-button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSplitButton",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              }
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "string"
              },
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "dropdown",
              "type": {
                "text": "ZnDropdown"
              }
            },
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "ZnButton"
              }
            },
            {
              "kind": "method",
              "name": "handleMenuItemClick",
              "privacy": "public",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "ZnMenuSelectEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTriggerClick",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "renderTriggerSlot",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity"
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "validity",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "_isButton",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "fieldName": "href"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "fieldName": "value"
            },
            {
              "name": "type",
              "type": {
                "text": "string"
              },
              "fieldName": "type"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "split-button",
          "tagName": "zn-split-button",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/split-button\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/split-button",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSplitButton",
            "module": "components/split-button/split-button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/split-pane/split-pane.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnSplitPane",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "storage",
              "type": {
                "text": "Storage"
              }
            },
            {
              "kind": "field",
              "name": "mouseMoveHandler",
              "type": {
                "text": "null | EventListener"
              },
              "default": "null"
            },
            {
              "kind": "field",
              "name": "mouseUpHandler",
              "type": {
                "text": "null | EventListener"
              },
              "default": "null"
            },
            {
              "kind": "field",
              "name": "currentPixelSize",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "currentPercentSize",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "currentContainerSize",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "primaryFull",
              "type": {
                "text": "string"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "calculatePixels",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "pixels",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "preferSecondarySize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "secondary",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "minimumPaneSize",
              "type": {
                "text": "number"
              },
              "default": "10",
              "attribute": "min-size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "maximumPaneSize",
              "type": {
                "text": "number"
              },
              "attribute": "max-size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "initialSize",
              "type": {
                "text": "number"
              },
              "default": "50",
              "attribute": "initial-size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "storeKey",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "store-key",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "bordered",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "vertical",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "primaryCaption",
              "type": {
                "text": "string"
              },
              "default": "'Primary'",
              "attribute": "primary-caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "secondaryCaption",
              "type": {
                "text": "string"
              },
              "default": "'Secondary'",
              "attribute": "secondary-caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_focusPane",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "focus-pane",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "paddedRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded-right",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "localStorage",
              "type": {
                "text": "boolean"
              },
              "attribute": "local-storage",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "storeTtl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "store-ttl",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_store",
              "type": {
                "text": "Store"
              },
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "applyStoredSize"
            },
            {
              "kind": "method",
              "name": "resize",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setSize",
              "parameters": [
                {
                  "name": "primaryPanelPixels",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_togglePane",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_setFocusPane",
              "parameters": [
                {
                  "name": "idx",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "pixels",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "calculatePixels"
            },
            {
              "name": "secondary",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "preferSecondarySize"
            },
            {
              "name": "min-size",
              "type": {
                "text": "number"
              },
              "default": "10",
              "fieldName": "minimumPaneSize"
            },
            {
              "name": "max-size",
              "type": {
                "text": "number"
              },
              "fieldName": "maximumPaneSize"
            },
            {
              "name": "initial-size",
              "type": {
                "text": "number"
              },
              "default": "50",
              "fieldName": "initialSize"
            },
            {
              "name": "store-key",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "storeKey"
            },
            {
              "name": "bordered",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "border"
            },
            {
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "vertical"
            },
            {
              "name": "primary-caption",
              "type": {
                "text": "string"
              },
              "default": "'Primary'",
              "fieldName": "primaryCaption"
            },
            {
              "name": "secondary-caption",
              "type": {
                "text": "string"
              },
              "default": "'Secondary'",
              "fieldName": "secondaryCaption"
            },
            {
              "name": "focus-pane",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "_focusPane"
            },
            {
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "padded"
            },
            {
              "name": "padded-right",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "paddedRight"
            },
            {
              "name": "local-storage",
              "type": {
                "text": "boolean"
              },
              "fieldName": "localStorage"
            },
            {
              "name": "store-ttl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "storeTtl"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "split-pane",
          "tagName": "zn-split-pane",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/split-pane\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/split-pane",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnSplitPane",
            "module": "components/split-pane/split-pane.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/stat/stat.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnStatsTile",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "amount",
              "type": {
                "text": "string"
              },
              "default": "'0'",
              "attribute": "amount"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "string"
              },
              "default": "'number'",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "previous",
              "type": {
                "text": "string"
              },
              "default": "'0'",
              "attribute": "previous"
            },
            {
              "kind": "field",
              "name": "currency",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "currency"
            },
            {
              "kind": "field",
              "name": "showDelta",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "show-delta"
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "'primary' | 'error' | 'info' | 'warning' | 'success' | 'neutral'"
              },
              "default": "'primary'",
              "attribute": "color"
            },
            {
              "kind": "method",
              "name": "calcPercentageDifference"
            },
            {
              "kind": "method",
              "name": "getCurrentAmount"
            },
            {
              "kind": "method",
              "name": "getDisplayAmount",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "diffText"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "description"
            },
            {
              "name": "amount",
              "type": {
                "text": "string"
              },
              "default": "'0'",
              "fieldName": "amount"
            },
            {
              "name": "type",
              "type": {
                "text": "string"
              },
              "default": "'number'",
              "fieldName": "type"
            },
            {
              "name": "previous",
              "type": {
                "text": "string"
              },
              "default": "'0'",
              "fieldName": "previous"
            },
            {
              "name": "currency",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "currency"
            },
            {
              "name": "show-delta",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showDelta"
            },
            {
              "name": "color",
              "type": {
                "text": "'primary' | 'error' | 'info' | 'warning' | 'success' | 'neutral'"
              },
              "default": "'primary'",
              "fieldName": "color"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "stat",
          "tagName": "zn-stat",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/stats-tile\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/stats-tile",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnStatsTile",
            "module": "components/stat/stat.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/status-indicator/status-indicator.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnStatusIndicator",
          "members": [
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'success' | 'error' | 'warning' | 'info'"
              },
              "default": "'info'",
              "attribute": "type"
            }
          ],
          "attributes": [
            {
              "name": "type",
              "type": {
                "text": "'success' | 'error' | 'warning' | 'info'"
              },
              "default": "'info'",
              "fieldName": "type"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Circular status indicators.",
          "tagNameWithoutPrefix": "status-indicator",
          "tagName": "zn-status-indicator",
          "customElement": true,
          "jsDoc": "/**\n * @summary Circular status indicators.\n * @documentation https://zinc.style/components/status-indicator\n * @status experimental\n * @since 1.0\n */",
          "documentation": "https://zinc.style/components/status-indicator",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnStatusIndicator",
            "module": "components/status-indicator/status-indicator.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/stepper/stepper.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnStepper",
          "cssParts": [
            {
              "description": "The container holding the progress line and steps.",
              "name": "step-container"
            },
            {
              "description": "The background line showing the full step track.",
              "name": "step-line"
            },
            {
              "description": "The filled progress indicator showing completion.",
              "name": "step-progress"
            },
            {
              "description": "The container for individual step markers.",
              "name": "steps"
            },
            {
              "description": "An individual step marker circle.",
              "name": "step"
            },
            {
              "description": "The header container with caption and progress text.",
              "name": "header"
            },
            {
              "description": "The caption text element.",
              "name": "caption"
            },
            {
              "description": "The progress count text (e.g., \"2 / 5 steps\").",
              "name": "progress"
            },
            {
              "description": "The label text container.",
              "name": "label"
            },
            {
              "description": "The label text element.",
              "name": "info"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "description": "A descriptive label displayed above the stepper to indicate the current step or phase.",
              "attribute": "caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "An optional label displayed above the caption, typically used for the wizard or workflow name.",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "steps",
              "type": {
                "text": "number"
              },
              "description": "The total number of steps in the process.",
              "attribute": "steps",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "description": "The current step position (0 to steps). Progress is calculated as value/steps.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "showProgress",
              "type": {
                "text": "boolean"
              },
              "attribute": "show-progress",
              "reflects": true
            },
            {
              "type": {
                "text": "boolean"
              },
              "description": "When true, displays the step count (e.g., \"2 / 5 steps\") next to the caption.",
              "name": "show-progress",
              "kind": "field"
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "description": "A descriptive label displayed above the stepper to indicate the current step or phase.",
              "fieldName": "caption"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "An optional label displayed above the caption, typically used for the wizard or workflow name.",
              "fieldName": "label"
            },
            {
              "name": "steps",
              "type": {
                "text": "number"
              },
              "description": "The total number of steps in the process.",
              "fieldName": "steps"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "description": "The current step position (0 to steps). Progress is calculated as value/steps.",
              "fieldName": "value"
            },
            {
              "name": "show-progress",
              "type": {
                "text": "boolean"
              },
              "fieldName": "showProgress"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Steppers provide visual feedback about progress through a multi-step process or workflow.",
          "tagNameWithoutPrefix": "stepper",
          "tagName": "zn-stepper",
          "customElement": true,
          "jsDoc": "/**\n * @summary Steppers provide visual feedback about progress through a multi-step process or workflow.\n * @documentation https://zinc.style/components/stepper\n * @status experimental\n * @since 1.0\n *\n * @property {string} caption - A descriptive label displayed above the stepper to indicate the current step or phase.\n * @property {string} label - An optional label displayed above the caption, typically used for the wizard or workflow name.\n * @property {number} steps - The total number of steps in the process.\n * @property {number} value - The current step position (0 to steps). Progress is calculated as value/steps.\n * @property {boolean} show-progress - When true, displays the step count (e.g., \"2 / 5 steps\") next to the caption.\n *\n * @csspart step-container - The container holding the progress line and steps.\n * @csspart step-line - The background line showing the full step track.\n * @csspart step-progress - The filled progress indicator showing completion.\n * @csspart steps - The container for individual step markers.\n * @csspart step - An individual step marker circle.\n * @csspart header - The header container with caption and progress text.\n * @csspart caption - The caption text element.\n * @csspart progress - The progress count text (e.g., \"2 / 5 steps\").\n * @csspart label - The label text container.\n * @csspart info - The label text element.\n */",
          "documentation": "https://zinc.style/components/stepper",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnStepper",
            "module": "components/stepper/stepper.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/style/style.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnStyle",
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "readonly": true,
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "color"
            },
            {
              "kind": "field",
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "border"
            },
            {
              "kind": "field",
              "name": "error",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "error"
            },
            {
              "kind": "field",
              "name": "success",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "success"
            },
            {
              "kind": "field",
              "name": "info",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "info"
            },
            {
              "kind": "field",
              "name": "warning",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "warning"
            },
            {
              "kind": "field",
              "name": "primary",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "primary"
            },
            {
              "kind": "field",
              "name": "accent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "accent"
            },
            {
              "kind": "field",
              "name": "center",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "center"
            },
            {
              "kind": "field",
              "name": "display",
              "type": {
                "text": "null"
              },
              "default": "null",
              "attribute": "display"
            },
            {
              "kind": "field",
              "name": "font",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "font"
            },
            {
              "kind": "field",
              "name": "width",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "width"
            },
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "height"
            },
            {
              "kind": "field",
              "name": "pad",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "pad"
            },
            {
              "kind": "field",
              "name": "margin",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "margin"
            },
            {
              "kind": "field",
              "name": "autoMargin",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "a-margin"
            }
          ],
          "attributes": [
            {
              "name": "color",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "color"
            },
            {
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "border"
            },
            {
              "name": "error",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "error"
            },
            {
              "name": "success",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "success"
            },
            {
              "name": "info",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "info"
            },
            {
              "name": "warning",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "warning"
            },
            {
              "name": "primary",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "primary"
            },
            {
              "name": "accent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "accent"
            },
            {
              "name": "center",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "center"
            },
            {
              "name": "display",
              "type": {
                "text": "null"
              },
              "default": "null",
              "fieldName": "display"
            },
            {
              "name": "font",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "font"
            },
            {
              "name": "width",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "width"
            },
            {
              "name": "height",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "height"
            },
            {
              "name": "pad",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "pad"
            },
            {
              "name": "margin",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "margin"
            },
            {
              "name": "a-margin",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "autoMargin"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "tagNameWithoutPrefix": "style",
          "tagName": "zn-style",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnStyle",
            "module": "components/style/style.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/table.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTable",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "fixedFirst",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "fixed-first",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hasActions",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "has-actions",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "headless",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "headless",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "allLeft",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "left-align",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "data",
              "type": {
                "text": "any"
              },
              "attribute": "data",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "boolIcons",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "bool-icons"
            },
            {
              "kind": "field",
              "name": "columns",
              "type": {
                "text": "any"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "columnDisplay",
              "type": {
                "text": "any"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "wideColumn",
              "type": {
                "text": "any"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "rows",
              "type": {
                "text": "any"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "method",
              "name": "resizing"
            },
            {
              "kind": "method",
              "name": "_handleMenu",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "menuClick",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "tableHead"
            },
            {
              "kind": "method",
              "name": "tableBody"
            },
            {
              "kind": "method",
              "name": "columnContent",
              "parameters": [
                {
                  "name": "col",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "fixed-first",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "fixedFirst"
            },
            {
              "name": "has-actions",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasActions"
            },
            {
              "name": "headless",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "headless"
            },
            {
              "name": "left-align",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "allLeft"
            },
            {
              "name": "data",
              "type": {
                "text": "any"
              },
              "fieldName": "data"
            },
            {
              "name": "bool-icons",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "boolIcons"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "table",
          "tagName": "zn-table",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/table\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/table",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTable",
            "module": "components/table/table.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tabs/tabs.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTabs",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "masterId",
              "type": {
                "text": "string"
              },
              "attribute": "master-id",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultUri",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "default-uri",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_current",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_split",
              "type": {
                "text": "number"
              },
              "attribute": "split",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_splitMin",
              "type": {
                "text": "number"
              },
              "default": "60",
              "attribute": "split-min",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_splitMax",
              "type": {
                "text": "number"
              },
              "attribute": "split-max",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "primaryCaption",
              "type": {
                "text": "string"
              },
              "default": "'Navigation'",
              "attribute": "primary-caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "secondaryCaption",
              "type": {
                "text": "string"
              },
              "default": "'Content'",
              "attribute": "secondary-caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noPrefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-prefetch",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "localStorage",
              "type": {
                "text": "boolean"
              },
              "attribute": "local-storage",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "storeKey",
              "type": {
                "text": "string"
              },
              "attribute": "store-key"
            },
            {
              "kind": "field",
              "name": "storeTtl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "store-ttl",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "fetchStyle",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "fetch-style",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "full-width",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "paddedRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "padded-right",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "monitor",
              "type": {
                "text": "string"
              },
              "attribute": "monitor"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "preload",
              "type": {
                "text": "boolean"
              },
              "privacy": "protected",
              "default": "true"
            },
            {
              "kind": "field",
              "name": "_store",
              "type": {
                "text": "Store"
              },
              "privacy": "protected"
            },
            {
              "kind": "field",
              "name": "_activeClicks",
              "type": {
                "text": "number"
              },
              "privacy": "protected",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "_panel",
              "type": {
                "text": "Element | null | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_panels",
              "type": {
                "text": "Map<string, Element[]>"
              },
              "privacy": "private",
              "default": "new Map<string, Element[]>()"
            },
            {
              "kind": "field",
              "name": "_activeTab",
              "type": {
                "text": "Element | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "_tabs",
              "type": {
                "text": "HTMLElement[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_actions",
              "type": {
                "text": "HTMLElement[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_knownUri",
              "type": {
                "text": "Map<string, string>"
              },
              "privacy": "private",
              "default": "new Map<string, string>()"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'bottom', 'right', 'left', 'top', 'actions')"
            },
            {
              "kind": "method",
              "name": "monitorDom"
            },
            {
              "kind": "method",
              "name": "_addPanel",
              "parameters": [
                {
                  "name": "panel",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_addTab",
              "parameters": [
                {
                  "name": "tab",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "reRegisterTabs"
            },
            {
              "kind": "method",
              "name": "switchTab",
              "parameters": [
                {
                  "name": "inc",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "nextTab"
            },
            {
              "kind": "method",
              "name": "previousTab"
            },
            {
              "kind": "method",
              "name": "_prepareTab",
              "parameters": [
                {
                  "name": "tabId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_uriToId",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "tabUri",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_createUriPanel",
              "return": {
                "type": {
                  "text": "HTMLDivElement"
                }
              },
              "parameters": [
                {
                  "name": "tabEle",
                  "type": {
                    "text": "Element"
                  }
                },
                {
                  "name": "tabUri",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "tabId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleClick",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "fetchUriTab",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "clickTab",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                },
                {
                  "name": "refresh",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getRefTab",
              "parameters": [
                {
                  "name": "target",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setActiveTab",
              "parameters": [
                {
                  "name": "tabName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "store",
                  "type": {
                    "text": "boolean"
                  }
                },
                {
                  "name": "refresh",
                  "type": {
                    "text": "boolean"
                  }
                },
                {
                  "name": "refTab",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_setTabEleActive",
              "parameters": [
                {
                  "name": "ele",
                  "type": {
                    "text": "Element"
                  }
                },
                {
                  "name": "active",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "selectTab",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "tabName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "refresh",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getActiveTab",
              "return": {
                "type": {
                  "text": "Element[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "observerDom"
            },
            {
              "kind": "method",
              "name": "removeTabAndPanel",
              "parameters": [
                {
                  "name": "tabId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "_registerTabs"
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "master-id",
              "type": {
                "text": "string"
              },
              "fieldName": "masterId"
            },
            {
              "name": "default-uri",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "defaultUri"
            },
            {
              "name": "active",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "_current"
            },
            {
              "name": "split",
              "type": {
                "text": "number"
              },
              "fieldName": "_split"
            },
            {
              "name": "split-min",
              "type": {
                "text": "number"
              },
              "default": "60",
              "fieldName": "_splitMin"
            },
            {
              "name": "split-max",
              "type": {
                "text": "number"
              },
              "fieldName": "_splitMax"
            },
            {
              "name": "primary-caption",
              "type": {
                "text": "string"
              },
              "default": "'Navigation'",
              "fieldName": "primaryCaption"
            },
            {
              "name": "secondary-caption",
              "type": {
                "text": "string"
              },
              "default": "'Content'",
              "fieldName": "secondaryCaption"
            },
            {
              "name": "no-prefetch",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noPrefetch"
            },
            {
              "name": "local-storage",
              "type": {
                "text": "boolean"
              },
              "fieldName": "localStorage"
            },
            {
              "name": "store-key",
              "type": {
                "text": "string"
              },
              "fieldName": "storeKey"
            },
            {
              "name": "store-ttl",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "storeTtl"
            },
            {
              "name": "padded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "padded"
            },
            {
              "name": "fetch-style",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "fetchStyle"
            },
            {
              "name": "full-width",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "fullWidth"
            },
            {
              "name": "padded-right",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "paddedRight"
            },
            {
              "name": "monitor",
              "type": {
                "text": "string"
              },
              "fieldName": "monitor"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "tabs",
          "tagName": "zn-tabs",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/tabs\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/tabs",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTabs",
            "module": "components/tabs/tabs.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/textarea/textarea.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTextarea",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The internal `<textarea>` control.",
              "name": "textarea"
            }
          ],
          "slots": [
            {
              "description": "The textareas label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.",
              "name": "label-tooltip"
            },
            {
              "description": "Used to add contextual text that is displayed above the textarea, on the right. Alternatively, you can use the `context-note` attribute.",
              "name": "context-note"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { assumeInteractionOn: ['zn-blur', 'zn-input'] })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_didInitFromContent",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "description": "Ensures we only attempt to derive the initial value from light DOM content once"
            },
            {
              "kind": "field",
              "name": "formControl",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLTextAreaElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the textarea, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the textarea, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The text area's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The textarea label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelTooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "attribute": "label-tooltip"
            },
            {
              "kind": "field",
              "name": "contextNote",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the textarea, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
              "attribute": "context-note"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The text area's help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "rows",
              "type": {
                "text": "number"
              },
              "default": "4",
              "description": "The number of rows to display by default.",
              "attribute": "rows"
            },
            {
              "kind": "field",
              "name": "resize",
              "type": {
                "text": "'none' | 'vertical' | 'auto'"
              },
              "default": "'vertical'",
              "description": "Controls how the textarea can be resized.",
              "attribute": "resize"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the textarea.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea readonly.",
              "attribute": "readonly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "attribute": "minlength"
            },
            {
              "kind": "field",
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "attribute": "maxlength"
            },
            {
              "kind": "field",
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "attribute": "autocapitalize"
            },
            {
              "kind": "field",
              "name": "autocorrect",
              "type": {
                "text": "string"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "attribute": "autocorrect"
            },
            {
              "kind": "field",
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "attribute": "autocomplete"
            },
            {
              "kind": "field",
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "attribute": "autofocus"
            },
            {
              "kind": "field",
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "attribute": "enterkeyhint"
            },
            {
              "kind": "field",
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the textarea.",
              "attribute": "spellcheck"
            },
            {
              "kind": "field",
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "attribute": "inputmode"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "transparent"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setTextareaHeight",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleRowsChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the textarea."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the textarea."
            },
            {
              "kind": "method",
              "name": "select",
              "description": "Selects all the text in the textarea."
            },
            {
              "kind": "method",
              "name": "scrollPosition",
              "return": {
                "type": {
                  "text": "{ top: number; left: number } | undefined"
                }
              },
              "parameters": [
                {
                  "name": "position",
                  "optional": true,
                  "type": {
                    "text": "{ top?: number; left?: number }"
                  }
                }
              ],
              "description": "Gets or sets the textarea scroll position."
            },
            {
              "kind": "method",
              "name": "setSelectionRange",
              "parameters": [
                {
                  "name": "selectionStart",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionEnd",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionDirection",
                  "default": "'none'",
                  "type": {
                    "text": "'forward' | 'backward' | 'none'"
                  }
                }
              ],
              "description": "Sets the start and end positions of the text selection (0-based)."
            },
            {
              "kind": "method",
              "name": "setRangeText",
              "parameters": [
                {
                  "name": "replacement",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "start",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "end",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectMode",
                  "default": "'preserve'",
                  "type": {
                    "text": "'select' | 'start' | 'end' | 'preserve'"
                  }
                }
              ],
              "description": "Replaces a range of text with a new string."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "zn-blur"
            },
            {
              "description": "Emitted when an alteration to the control's value is committed by the user.",
              "name": "zn-change"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "zn-focus"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "zn-input"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "zn-invalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the textarea, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the textarea, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The text area's size.",
              "fieldName": "size"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The textarea label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "label-tooltip",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
              "fieldName": "labelTooltip"
            },
            {
              "name": "context-note",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Text that appears above the textarea, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
              "fieldName": "contextNote"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The text area's help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "fieldName": "placeholder"
            },
            {
              "name": "rows",
              "type": {
                "text": "number"
              },
              "default": "4",
              "description": "The number of rows to display by default.",
              "fieldName": "rows"
            },
            {
              "name": "resize",
              "type": {
                "text": "'none' | 'vertical' | 'auto'"
              },
              "default": "'vertical'",
              "description": "Controls how the textarea can be resized.",
              "fieldName": "resize"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the textarea.",
              "fieldName": "disabled"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea readonly.",
              "fieldName": "readonly"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flush"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea a required field.",
              "fieldName": "required"
            },
            {
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "fieldName": "minlength"
            },
            {
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "fieldName": "maxlength"
            },
            {
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "fieldName": "autocapitalize"
            },
            {
              "name": "autocorrect",
              "type": {
                "text": "string"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "fieldName": "autocorrect"
            },
            {
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "fieldName": "autocomplete"
            },
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "fieldName": "autofocus"
            },
            {
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "fieldName": "enterkeyhint"
            },
            {
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the textarea.",
              "fieldName": "spellcheck"
            },
            {
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "fieldName": "inputmode"
            },
            {
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "transparent"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Textareas collect data from the user and allow multiple lines of text.",
          "tagNameWithoutPrefix": "textarea",
          "tagName": "zn-textarea",
          "customElement": true,
          "jsDoc": "/**\n * @summary Textareas collect data from the user and allow multiple lines of text.\n * @documentation https://zinc.style/components/textarea\n * @status stable\n * @since 2.0\n *\n * @slot label - The textareas label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Used to add contextual text that is displayed above the textarea, on the right. Alternatively, you can use the `context-note` attribute.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @event zn-blur - Emitted when the control loses focus.\n * @event zn-change - Emitted when an alteration to the control's value is committed by the user.\n * @event zn-focus - Emitted when the control gains focus.\n * @event zn-input - Emitted when the control receives input.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n *\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The input's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart base - The component's base wrapper.\n * @csspart textarea - The internal `<textarea>` control.\n */",
          "documentation": "https://zinc.style/components/textarea",
          "status": "stable",
          "since": "2.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTextarea",
            "module": "components/textarea/textarea.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tile/tile.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTile",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'properties', 'actions', 'image')"
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption"
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "dataTarget",
              "type": {
                "text": "string"
              },
              "attribute": "data-target"
            },
            {
              "kind": "field",
              "name": "gaid",
              "type": {
                "text": "string"
              },
              "attribute": "gaid"
            },
            {
              "kind": "field",
              "name": "dataUri",
              "type": {
                "text": "string"
              },
              "attribute": "data-uri"
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush"
            },
            {
              "kind": "field",
              "name": "flushX",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-x"
            },
            {
              "kind": "field",
              "name": "flushY",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-y"
            },
            {
              "kind": "field",
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "attribute": "inline"
            },
            {
              "kind": "method",
              "name": "_isLink",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_handleActionsClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description"
            },
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "fieldName": "href"
            },
            {
              "name": "data-target",
              "type": {
                "text": "string"
              },
              "fieldName": "dataTarget"
            },
            {
              "name": "gaid",
              "type": {
                "text": "string"
              },
              "fieldName": "gaid"
            },
            {
              "name": "data-uri",
              "type": {
                "text": "string"
              },
              "fieldName": "dataUri"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flush"
            },
            {
              "name": "flush-x",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushX"
            },
            {
              "name": "flush-y",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushY"
            },
            {
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "fieldName": "inline"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "tile",
          "tagName": "zn-tile",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/tile\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/tile",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTile",
            "module": "components/tile/tile.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tile-property/tile-property.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTileProperty",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "attribute": "icon",
              "reflects": true
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "tile-property",
          "tagName": "zn-tile-property",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/tile-property\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/tile-property",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTileProperty",
            "module": "components/tile-property/tile-property.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/timer/timer.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTimer",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "An example slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "timestamp",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''",
              "attribute": "timestamp"
            },
            {
              "kind": "field",
              "name": "_timerId",
              "type": {
                "text": "number | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "method",
              "name": "_getLastMessage",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_getTimes",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "diff",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted as an example.",
              "name": "zn-event-name"
            }
          ],
          "attributes": [
            {
              "name": "timestamp",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "timestamp"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "timer",
          "tagName": "zn-timer",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/timer\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
          "documentation": "https://zinc.style/components/timer",
          "status": "experimental",
          "since": "1.0",
          "dependencies": [
            "zn-example"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTimer",
            "module": "components/timer/timer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/toggle/toggle.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnToggle",
          "cssProperties": [
            {
              "description": "The margin around the toggle switch. Defaults to `8px 0`.",
              "name": "--zn-toggle-margin"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper containing the toggle switch.",
              "name": "base"
            },
            {
              "description": "The toggle switch control (the circular button that slides).",
              "name": "control"
            }
          ],
          "slots": [
            {
              "description": "The toggle's label.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this, { value: (control: ZnToggle) => (control.checked ? control.value || 'on' : undefined), defaultValue: (control: ZnToggle) => control.defaultChecked, setValue: (control: ZnToggle, checked: boolean) => (control.checked = checked) })"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "fallbackValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "fallback"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultChecked",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "triggerSubmit",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "trigger-submit"
            },
            {
              "kind": "field",
              "name": "onText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "on-text"
            },
            {
              "kind": "field",
              "name": "offText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "off-text"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "inline"
            },
            {
              "kind": "field",
              "name": "validity",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "click"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "blur"
            },
            {
              "kind": "method",
              "name": "checkValidity"
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              }
            },
            {
              "kind": "method",
              "name": "reportValidity"
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted when the toggle receives input.",
              "name": "zn-input"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "fieldName": "value"
            },
            {
              "name": "fallback",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "fallbackValue"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "checked"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "required"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "helpText"
            },
            {
              "name": "trigger-submit",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "triggerSubmit"
            },
            {
              "name": "on-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "onText"
            },
            {
              "name": "off-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "offText"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "inline"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Toggles allow the user to switch an option on or off.",
          "tagNameWithoutPrefix": "toggle",
          "tagName": "zn-toggle",
          "customElement": true,
          "jsDoc": "/**\n * @summary Toggles allow the user to switch an option on or off.\n * @documentation https://zinc.style/components/toggle\n * @status stable\n * @since 1.0\n *\n * @dependency zn-tooltip\n *\n * @event zn-input - Emitted when the toggle receives input.\n *\n * @slot - The toggle's label.\n *\n * @csspart base - The component's base wrapper containing the toggle switch.\n * @csspart control - The toggle switch control (the circular button that slides).\n *\n * @cssproperty --zn-toggle-margin - The margin around the toggle switch. Defaults to `8px 0`.\n */",
          "documentation": "https://zinc.style/components/toggle",
          "status": "stable",
          "since": "1.0",
          "dependencies": [
            "zn-tooltip"
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnToggle",
            "module": "components/toggle/toggle.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tooltip/tooltip.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTooltip",
          "slots": [
            {
              "description": "The content of the tooltip",
              "name": ""
            },
            {
              "description": "The anchor the tooltip is attached to.",
              "name": "anchor"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hoverTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "closeWatcher",
              "type": {
                "text": "CloseWatcher | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "Popup"
              }
            },
            {
              "kind": "field",
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "content"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n    'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
              },
              "default": "'top'",
              "attribute": "placement"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "4",
              "attribute": "distance"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "skidding"
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "default": "'hover focus'",
              "attribute": "trigger"
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "attribute": "hoist"
            },
            {
              "kind": "method",
              "name": "hasTrigger",
              "privacy": "private",
              "parameters": [
                {
                  "name": "triggerType",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleDocumentKeyDown",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseOver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseOut",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "handleOptionsChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "show"
            },
            {
              "kind": "method",
              "name": "hide"
            }
          ],
          "events": [
            {
              "description": "Emitted when the tooltip is shown.",
              "name": "zn-show"
            },
            {
              "description": "Emitted after the tooltip is shown.",
              "name": "zn-after-show"
            },
            {
              "description": "Emitted when the tooltip is hidden.",
              "name": "zn-hide"
            },
            {
              "description": "Emitted after the tooltip is hidden.",
              "name": "zn-after-hide"
            }
          ],
          "attributes": [
            {
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "content"
            },
            {
              "name": "placement",
              "type": {
                "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n    'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
              },
              "default": "'top'",
              "fieldName": "placement"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "4",
              "fieldName": "distance"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            },
            {
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "skidding"
            },
            {
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "default": "'hover focus'",
              "fieldName": "trigger"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "fieldName": "hoist"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.",
          "tagNameWithoutPrefix": "tooltip",
          "tagName": "zn-tooltip",
          "customElement": true,
          "jsDoc": "/**\n * @summary The Tooltip component is used to display additional information when a user hovers over or clicks\n * on an element.\n *\n * @documentation https://zinc.style/components/tooltip\n * @status experimental\n * @since 1.0\n *\n * @event zn-show - Emitted when the tooltip is shown.\n * @event zn-after-show - Emitted after the tooltip is shown.\n * @event zn-hide - Emitted when the tooltip is hidden.\n * @event zn-after-hide - Emitted after the tooltip is hidden.\n *\n * @slot - The content of the tooltip\n * @slot anchor - The anchor the tooltip is attached to.\n */",
          "documentation": "https://zinc.style/components/tooltip",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTooltip",
            "module": "components/tooltip/tooltip.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/translation-group/translation-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTranslationGroup",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "Default slot for `<zn-translations>` elements.",
              "name": "",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "description": "Actions displayed in the panel header alongside language buttons.",
              "name": "actions",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "description": "Content displayed in the panel footer.",
              "name": "footer",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-button': ZnButton, 'zn-button-group': ZnButtonGroup, 'zn-dropdown': ZnDropdown, 'zn-header': ZnHeader, 'zn-menu': ZnMenu }"
            },
            {
              "kind": "field",
              "name": "_slotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'actions', 'footer')"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The group label displayed in the panel header.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "languages",
              "type": {
                "text": "Record<string, string>"
              },
              "default": "{ 'en': 'EN' }",
              "description": "The available languages for the group.",
              "attribute": "languages"
            },
            {
              "kind": "field",
              "name": "_activeLanguage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "'en'"
            },
            {
              "kind": "field",
              "name": "_activatedLanguages",
              "type": {
                "text": "string[]"
              },
              "privacy": "private",
              "default": "['en']",
              "description": "Tracks all language codes that have been activated across children."
            },
            {
              "kind": "method",
              "name": "getAllTranslations",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ZnTranslations[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "syncChildren",
              "privacy": "private",
              "description": "Sync grouped state, languages, and active language to all children."
            },
            {
              "kind": "method",
              "name": "syncChildLanguages",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "switchLanguage",
              "privacy": "private",
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleLanguageAdd",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'actions', 'footer')",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "basis",
              "type": {
                "text": "number"
              },
              "attribute": "basis-px",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "attribute": "caption",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "attribute": "icon",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "attribute": "description",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "tabbed",
              "type": {
                "text": "boolean"
              },
              "attribute": "tabbed",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "underlineHeader",
              "type": {
                "text": "boolean"
              },
              "attribute": "header-underline",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "cosmic",
              "type": {
                "text": "boolean"
              },
              "attribute": "cosmic",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "flushX",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-x",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "flushY",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-y",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "flushFooter",
              "type": {
                "text": "boolean"
              },
              "attribute": "flush-footer",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "attribute": "transparent",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            },
            {
              "kind": "field",
              "name": "shadow",
              "type": {
                "text": "boolean"
              },
              "attribute": "shadow",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "components/panel/panel.js"
              }
            }
          ],
          "events": [
            {
              "description": "Emitted when the active language changes. Detail: `{ language: string }`.",
              "name": "zn-language-change"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The group label displayed in the panel header.",
              "fieldName": "label"
            },
            {
              "name": "languages",
              "type": {
                "text": "Record<string, string>"
              },
              "default": "{ 'en': 'EN' }",
              "description": "The available languages for the group.",
              "fieldName": "languages"
            },
            {
              "name": "basis-px",
              "type": {
                "text": "number"
              },
              "fieldName": "basis",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "fieldName": "caption",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "fieldName": "description",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "tabbed",
              "type": {
                "text": "boolean"
              },
              "fieldName": "tabbed",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "header-underline",
              "type": {
                "text": "boolean"
              },
              "fieldName": "underlineHeader",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "cosmic",
              "type": {
                "text": "boolean"
              },
              "fieldName": "cosmic",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flush",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "flush-x",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushX",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "flush-y",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushY",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "flush-footer",
              "type": {
                "text": "boolean"
              },
              "fieldName": "flushFooter",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "transparent",
              "type": {
                "text": "boolean"
              },
              "fieldName": "transparent",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            },
            {
              "name": "shadow",
              "type": {
                "text": "boolean"
              },
              "fieldName": "shadow",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            }
          ],
          "superclass": {
            "name": "ZnPanel",
            "module": "/src/components/panel/panel.component"
          },
          "summary": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.",
          "tagNameWithoutPrefix": "translation-group",
          "tagName": "zn-translation-group",
          "customElement": true,
          "jsDoc": "/**\n * @summary A panel-styled container that provides a shared language toggle for multiple zn-translations children.\n *\n * @dependency zn-button\n * @dependency zn-button-group\n * @dependency zn-dropdown\n * @dependency zn-menu\n *\n * @event zn-language-change - Emitted when the active language changes. Detail: `{ language: string }`.\n *\n * @slot - Default slot for `<zn-translations>` elements.\n * @slot actions - Actions displayed in the panel header alongside language buttons.\n *\n * @csspart base - The component's base wrapper.\n */",
          "dependencies": [
            "zn-button",
            "zn-button-group",
            "zn-dropdown",
            "zn-menu"
          ],
          "cssProperties": [
            {
              "description": "The flex-basis of the panel. Can be set using the basis-px attribute.",
              "name": "--zn-panel-basis",
              "inheritedFrom": {
                "name": "ZnPanel",
                "module": "src/components/panel/panel.component.ts"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTranslationGroup",
            "module": "components/translation-group/translation-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/translations/translations.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnTranslations",
          "members": [
            {
              "kind": "field",
              "name": "dependencies",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ 'zn-button': ZnButton, 'zn-button-group': ZnButtonGroup, 'zn-dropdown': ZnDropdown, 'zn-inline-edit': ZnInlineEdit, 'zn-input': ZnInput, 'zn-menu': ZnMenu }"
            },
            {
              "kind": "field",
              "name": "formControlController",
              "type": {
                "text": "FormControlController"
              },
              "privacy": "private",
              "readonly": true,
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, 'label', 'expand')"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "'{\"en\":\"\"}'",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flush",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "inputType",
              "type": {
                "text": "'select' | 'text' | 'number' | 'textarea'"
              },
              "default": "'text'",
              "attribute": "input-type"
            },
            {
              "kind": "field",
              "name": "grouped",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
              "attribute": "grouped",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "languages",
              "type": {
                "text": "Record<string, string>"
              },
              "default": "{ 'en': 'EN' }",
              "attribute": "languages"
            },
            {
              "kind": "field",
              "name": "values",
              "type": {
                "text": "Record<string, string>"
              },
              "default": "{}",
              "attribute": "values"
            },
            {
              "kind": "field",
              "name": "_activeLanguage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "'en'"
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "checkValidity"
            },
            {
              "kind": "method",
              "name": "getForm"
            },
            {
              "kind": "method",
              "name": "reportValidity"
            },
            {
              "kind": "method",
              "name": "setCustomValidity"
            },
            {
              "kind": "method",
              "name": "setActiveLanguage",
              "privacy": "public",
              "parameters": [
                {
                  "name": "language",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets the active language externally. Used by zn-translation-group."
            },
            {
              "kind": "method",
              "name": "getActiveLanguage",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "description": "Returns the currently active language."
            },
            {
              "kind": "method",
              "name": "addLanguageKey",
              "privacy": "public",
              "parameters": [
                {
                  "name": "languageCode",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Adds a language key to this component's values if not already present. Used by zn-translation-group."
            },
            {
              "kind": "method",
              "name": "getValueLanguages",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "string[]"
                }
              },
              "description": "Returns all language codes that have values."
            },
            {
              "kind": "field",
              "name": "handleLanguageAdd",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "switchLanguage",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleValueUpdate",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateValue",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleKeyDown",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleSubmit",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "isRTLLanguage",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "languageCode",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "'{\"en\":\"\"}'",
              "fieldName": "value"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "required"
            },
            {
              "name": "flush",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flush"
            },
            {
              "name": "input-type",
              "type": {
                "text": "'select' | 'text' | 'number' | 'textarea'"
              },
              "default": "'text'",
              "fieldName": "inputType"
            },
            {
              "name": "grouped",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
              "fieldName": "grouped"
            },
            {
              "name": "languages",
              "type": {
                "text": "Record<string, string>"
              },
              "default": "{ 'en': 'EN' }",
              "fieldName": "languages"
            },
            {
              "name": "values",
              "type": {
                "text": "Record<string, string>"
              },
              "default": "{}",
              "fieldName": "values"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "tagNameWithoutPrefix": "translations",
          "tagName": "zn-translations",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnTranslations",
            "module": "components/translations/translations.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/vertical-stepper/vertical-stepper.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnVerticalStepper",
          "cssParts": [
            {
              "description": "The main container for the vertical stepper.",
              "name": "vs"
            },
            {
              "description": "The left section containing the icon and connecting line.",
              "name": "vs__left"
            },
            {
              "description": "The icon container.",
              "name": "vs__icon"
            },
            {
              "description": "The vertical connecting line between steps.",
              "name": "vs__line"
            },
            {
              "description": "The right section containing caption and description text.",
              "name": "vs__right"
            },
            {
              "description": "The caption/title text element.",
              "name": "vs__caption"
            },
            {
              "description": "The description text element.",
              "name": "vs__description"
            }
          ],
          "slots": [
            {
              "description": "Optional slot for adding an icon or indicator before the step content.",
              "name": "icon"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "last",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, removes the connecting line below this step (use for the final step in a sequence).",
              "attribute": "last",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "first",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, indicates this is the first step in the sequence (affects visual styling).",
              "attribute": "first",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, highlights this step as the current active step in the process.",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "description",
              "type": {
                "text": "string"
              },
              "description": "A descriptive text explaining what happens in this step or its current status.",
              "attribute": "description",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "caption",
              "type": {
                "text": "string"
              },
              "description": "The main label/title for this step.",
              "attribute": "caption",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "last",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, removes the connecting line below this step (use for the final step in a sequence).",
              "fieldName": "last"
            },
            {
              "name": "first",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, indicates this is the first step in the sequence (affects visual styling).",
              "fieldName": "first"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, highlights this step as the current active step in the process.",
              "fieldName": "active"
            },
            {
              "name": "description",
              "type": {
                "text": "string"
              },
              "description": "A descriptive text explaining what happens in this step or its current status.",
              "fieldName": "description"
            },
            {
              "name": "caption",
              "type": {
                "text": "string"
              },
              "description": "The main label/title for this step.",
              "fieldName": "caption"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Vertical steppers display a sequence of steps in a vertical layout with descriptions and optional icons.",
          "tagNameWithoutPrefix": "vertical-stepper",
          "tagName": "zn-vertical-stepper",
          "customElement": true,
          "jsDoc": "/**\n * @summary Vertical steppers display a sequence of steps in a vertical layout with descriptions and optional icons.\n * @documentation https://zinc.style/components/vertical-stepper\n * @status experimental\n * @since 1.0\n *\n * @property {boolean} last - When true, removes the connecting line below this step (use for the final step in a sequence).\n * @property {boolean} first - When true, indicates this is the first step in the sequence (affects visual styling).\n * @property {boolean} active - When true, highlights this step as the current active step in the process.\n * @property {string} description - A descriptive text explaining what happens in this step or its current status.\n * @property {string} caption - The main label/title for this step.\n *\n * @slot icon - Optional slot for adding an icon or indicator before the step content.\n *\n * @csspart vs - The main container for the vertical stepper.\n * @csspart vs__left - The left section containing the icon and connecting line.\n * @csspart vs__icon - The icon container.\n * @csspart vs__line - The vertical connecting line between steps.\n * @csspart vs__right - The right section containing caption and description text.\n * @csspart vs__caption - The caption/title text element.\n * @csspart vs__description - The description text element.\n */",
          "documentation": "https://zinc.style/components/vertical-stepper",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnVerticalStepper",
            "module": "components/vertical-stepper/vertical-stepper.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/well/well.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZnWell",
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "attribute": "inline",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "readonly": true,
              "default": "new HasSlotController(this, '[default]', 'action')"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "icon"
            },
            {
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "fieldName": "inline"
            }
          ],
          "superclass": {
            "name": "ZincElement",
            "module": "/src/internal/zinc-element"
          },
          "summary": "Short summary of the component's intended use.",
          "tagNameWithoutPrefix": "well",
          "tagName": "zn-well",
          "customElement": true,
          "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/well\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot.\n */",
          "documentation": "https://zinc.style/components/well",
          "status": "experimental",
          "since": "1.0"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ZnWell",
            "module": "components/well/well.js"
          }
        }
      ]
    }
  ],
  "package": {
    "name": "@kubex/zinc",
    "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
    "version": "1.0.102",
    "author": "",
    "license": "MIT"
  }
}
