{
  "version": 1.1,
  "tags": [
    {
      "name": "kol-abbr",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        }
      ]
    },
    {
      "name": "kol-accordion",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_level",
          "description": "Defines which H-level from 1-6 the heading has. 0 specifies no heading and is shown as bold text."
        },
        {
          "name": "_open",
          "description": "Opens/expands the element when truthy, closes/collapses when falsy."
        }
      ]
    },
    {
      "name": "kol-alert",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_alert",
          "description": "Defines whether the screen-readers should read out the notification."
        },
        {
          "name": "_has-closer",
          "description": "Defines whether the element can be closed."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_level",
          "description": "Defines which H-level from 1-6 the heading has. 0 specifies no heading and is shown as bold text."
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "default"
            },
            {
              "name": "error"
            },
            {
              "name": "info"
            },
            {
              "name": "success"
            },
            {
              "name": "warning"
            }
          ]
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "card"
            },
            {
              "name": "msg"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-avatar",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_color",
          "description": "Defines the backgroundColor and foregroundColor."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_src",
          "description": "Sets the image `src` attribute to the given string."
        }
      ]
    },
    {
      "name": "kol-badge",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_color",
          "description": "Defines the backgroundColor and foregroundColor."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-breadcrumb",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_links",
          "description": "Defines the list of links combined with their labels to render."
        }
      ]
    },
    {
      "name": "kol-button",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_aria-controls",
          "description": "Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)"
        },
        {
          "name": "_aria-description",
          "description": "Defines the value for the aria-description attribute."
        },
        {
          "name": "_aria-expanded",
          "description": "Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
        },
        {
          "name": "_aria-selected",
          "description": "Defines whether the interactive element of the component is selected (e.g. role=tab). (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected)"
        },
        {
          "name": "_custom-class",
          "description": "Defines the custom class attribute if _variant=\"custom\" is set."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_inline",
          "description": "Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_role",
          "description": "Defines the role of the components primary element.",
          "values": [
            {
              "name": "tab"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "custom"
            },
            {
              "name": "danger"
            },
            {
              "name": "ghost"
            },
            {
              "name": "normal"
            },
            {
              "name": "primary"
            },
            {
              "name": "secondary"
            },
            {
              "name": "tertiary"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-button-link",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_aria-controls",
          "description": "Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)"
        },
        {
          "name": "_aria-description",
          "description": "Defines the value for the aria-description attribute."
        },
        {
          "name": "_aria-expanded",
          "description": "Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
        },
        {
          "name": "_aria-selected",
          "description": "Defines whether the interactive element of the component is selected (e.g. role=tab). (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected)"
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_inline",
          "description": "Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_role",
          "description": "Defines the role of the components primary element.",
          "values": [
            {
              "name": "tab"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation."
        }
      ]
    },
    {
      "name": "kol-card",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_has-closer",
          "description": "Defines whether the element can be closed."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_level",
          "description": "Defines which H-level from 1-6 the heading has. 0 specifies no heading and is shown as bold text."
        }
      ]
    },
    {
      "name": "kol-card-wc",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_has-closer",
          "description": "Defines whether the element can be closed."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_level",
          "description": "Defines which H-level from 1-6 the heading has. 0 specifies no heading and is shown as bold text."
        }
      ]
    },
    {
      "name": "kol-click-button",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Sets the label of the click button component."
        }
      ]
    },
    {
      "name": "kol-combobox",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_has-clear-button",
          "description": "Shows the clear button if enabled."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_placeholder",
          "description": "Defines the placeholder for input field. To be shown when there's no value."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_suggestions",
          "description": "Suggestions to provide for the input."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-details",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_level",
          "description": "Defines which H-level from 1-6 the heading has. 0 specifies no heading and is shown as bold text."
        },
        {
          "name": "_open",
          "description": "Opens/expands the element when truthy, closes/collapses when falsy."
        }
      ]
    },
    {
      "name": "kol-dialog",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_variant",
          "description": "Defines the variant of the modal.",
          "values": [
            {
              "name": "blank"
            },
            {
              "name": "card"
            }
          ]
        },
        {
          "name": "_width",
          "description": "Defines the width of the modal. (max-width: 100%)"
        }
      ]
    },
    {
      "name": "kol-drawer",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_align",
          "description": "Defines the visual orientation of the component.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_has-closer",
          "description": "Defines whether the element can be closed."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_open",
          "description": "Opens/expands the element when truthy, closes/collapses when falsy."
        }
      ]
    },
    {
      "name": "kol-form",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_required-text",
          "description": "Defines whether the mandatory-fields-hint should be shown. A string overrides the default text."
        }
      ]
    },
    {
      "name": "kol-heading",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_level",
          "description": "Defines which H-level from 1-6 the heading has. 0 specifies no heading and is shown as bold text."
        },
        {
          "name": "_secondary-headline",
          "description": "Defines the text of the secondary headline."
        }
      ]
    },
    {
      "name": "kol-icon",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        }
      ]
    },
    {
      "name": "kol-image",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_alt",
          "description": "Setzt den alternativen Text."
        },
        {
          "name": "_loading",
          "description": "Defines the loading mode for the image.",
          "values": [
            {
              "name": "eager"
            },
            {
              "name": "lazy"
            }
          ]
        },
        {
          "name": "_sizes",
          "description": "Defines the image sizes for different screen resolutions, supporting _srcset."
        },
        {
          "name": "_src",
          "description": "Sets the image `src` attribute to the given string."
        },
        {
          "name": "_srcset",
          "description": "Setzt eine Liste von Quell-URLs mit Breiten der Bilder."
        }
      ]
    },
    {
      "name": "kol-input-checkbox",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_checked",
          "description": "Defines whether the checkbox is checked or not. Can be read and written."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_indeterminate",
          "description": "Puts the checkbox in the indeterminate state, does not change the value of _checked."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_label-align",
          "description": "Defines which alignment should be used for presentation.",
          "values": [
            {
              "name": "left"
            },
            {
              "name": "right"
            }
          ]
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "default"
            },
            {
              "name": "switch"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-input-color",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_auto-complete",
          "description": "Defines whether the input can be auto-completed."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_suggestions",
          "description": "Suggestions to provide for the input."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-input-date",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_auto-complete",
          "description": "Defines whether the input can be auto-completed."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_max",
          "description": "Defines the maximum value of the element."
        },
        {
          "name": "_min",
          "description": "Defines the smallest possible input value."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_read-only",
          "description": "Makes the input element read only."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_step",
          "description": "Defines the step size for value changes."
        },
        {
          "name": "_suggestions",
          "description": "Suggestions to provide for the input."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "date"
            },
            {
              "name": "datetime-local"
            },
            {
              "name": "month"
            },
            {
              "name": "time"
            },
            {
              "name": "week"
            }
          ]
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-input-email",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_auto-complete",
          "description": "Defines whether the input can be auto-completed."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_has-counter",
          "description": "Shows a character counter for the input element."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_max-length",
          "description": "Defines the maximum number of input characters."
        },
        {
          "name": "_max-length-behavior",
          "description": "Defines the behavior when maxLength is set. 'hard' sets the maxlength attribute, 'soft' shows a character counter without preventing input.",
          "values": [
            {
              "name": "hard"
            },
            {
              "name": "soft"
            }
          ]
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_multiple",
          "description": "Makes the input accept multiple inputs."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_pattern",
          "description": "Defines a validation pattern for the input field."
        },
        {
          "name": "_placeholder",
          "description": "Defines the placeholder for input field. To be shown when there's no value."
        },
        {
          "name": "_read-only",
          "description": "Makes the input element read only."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_suggestions",
          "description": "Suggestions to provide for the input."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-input-file",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_accept",
          "description": "Defines which file formats are accepted."
        },
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_multiple",
          "description": "Makes the input accept multiple inputs."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        }
      ]
    },
    {
      "name": "kol-input-number",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_auto-complete",
          "description": "Defines whether the input can be auto-completed."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_max",
          "description": "Defines the maximum value of the element."
        },
        {
          "name": "_min",
          "description": "Defines the smallest possible input value."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_placeholder",
          "description": "Defines the placeholder for input field. To be shown when there's no value."
        },
        {
          "name": "_read-only",
          "description": "Makes the input element read only."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_step",
          "description": "Defines the step size for value changes."
        },
        {
          "name": "_suggestions",
          "description": "Suggestions to provide for the input."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-input-password",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_auto-complete",
          "description": "Defines whether the input can be auto-completed."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_has-counter",
          "description": "Shows a character counter for the input element."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_max-length",
          "description": "Defines the maximum number of input characters."
        },
        {
          "name": "_max-length-behavior",
          "description": "Defines the behavior when maxLength is set. 'hard' sets the maxlength attribute, 'soft' shows a character counter without preventing input.",
          "values": [
            {
              "name": "hard"
            },
            {
              "name": "soft"
            }
          ]
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_pattern",
          "description": "Defines a validation pattern for the input field."
        },
        {
          "name": "_placeholder",
          "description": "Defines the placeholder for input field. To be shown when there's no value."
        },
        {
          "name": "_read-only",
          "description": "Makes the input element read only."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "default"
            },
            {
              "name": "visibility-toggle"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-input-radio",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_options",
          "description": "Options the user can choose from."
        },
        {
          "name": "_orientation",
          "description": "Defines whether the orientation of the component is horizontal or vertical.",
          "values": [
            {
              "name": "horizontal"
            },
            {
              "name": "vertical"
            }
          ]
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-input-range",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_auto-complete",
          "description": "Defines whether the input can be auto-completed."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_max",
          "description": "Defines the maximum value of the element."
        },
        {
          "name": "_min",
          "description": "Defines the smallest possible input value."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_step",
          "description": "Defines the step size for value changes."
        },
        {
          "name": "_suggestions",
          "description": "Suggestions to provide for the input."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-input-text",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_auto-complete",
          "description": "Defines whether the input can be auto-completed."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_has-counter",
          "description": "Shows a character counter for the input element."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_max-length",
          "description": "Defines the maximum number of input characters."
        },
        {
          "name": "_max-length-behavior",
          "description": "Defines the behavior when maxLength is set. 'hard' sets the maxlength attribute, 'soft' shows a character counter without preventing input.",
          "values": [
            {
              "name": "hard"
            },
            {
              "name": "soft"
            }
          ]
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_pattern",
          "description": "Defines a validation pattern for the input field."
        },
        {
          "name": "_placeholder",
          "description": "Defines the placeholder for input field. To be shown when there's no value."
        },
        {
          "name": "_read-only",
          "description": "Makes the input element read only."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_smart-button",
          "description": "Allows to add a button with an arbitrary action within the element (_hide-label only).",
          "values": [
            {
              "name": "reset"
            },
            {
              "name": "submit"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_spell-check",
          "description": "Defines whether the browser should check the spelling and grammar."
        },
        {
          "name": "_suggestions",
          "description": "Suggestions to provide for the input."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "search"
            },
            {
              "name": "tel"
            },
            {
              "name": "text"
            },
            {
              "name": "url"
            }
          ]
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-kolibri",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_color",
          "description": "Defines the color of the logo and label."
        },
        {
          "name": "_labeled",
          "description": "Defines whether the component has a label."
        }
      ]
    },
    {
      "name": "kol-link",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_aria-controls",
          "description": "Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)"
        },
        {
          "name": "_aria-current-value",
          "description": "Defines the value for the aria-current attribute.",
          "values": [
            {
              "name": "date"
            },
            {
              "name": "false"
            },
            {
              "name": "location"
            },
            {
              "name": "page"
            },
            {
              "name": "step"
            },
            {
              "name": "time"
            },
            {
              "name": "true"
            }
          ]
        },
        {
          "name": "_aria-description",
          "description": "Defines the value for the aria-description attribute."
        },
        {
          "name": "_aria-expanded",
          "description": "Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_download",
          "description": "Tells the browser that the link contains a file. Optionally sets the filename."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_href",
          "description": "Sets the target URI of the link or citation source."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_inline",
          "description": "Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_role",
          "description": "Defines the role of the components primary element.",
          "values": [
            {
              "name": "tab"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_target",
          "description": "Defines where to open the link."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation."
        }
      ]
    },
    {
      "name": "kol-link-button",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_aria-controls",
          "description": "Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)"
        },
        {
          "name": "_aria-current-value",
          "description": "Defines the value for the aria-current attribute.",
          "values": [
            {
              "name": "date"
            },
            {
              "name": "false"
            },
            {
              "name": "location"
            },
            {
              "name": "page"
            },
            {
              "name": "step"
            },
            {
              "name": "time"
            },
            {
              "name": "true"
            }
          ]
        },
        {
          "name": "_aria-description",
          "description": "Defines the value for the aria-description attribute."
        },
        {
          "name": "_custom-class",
          "description": "Defines the custom class attribute if _variant=\"custom\" is set."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_download",
          "description": "Tells the browser that the link contains a file. Optionally sets the filename."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_href",
          "description": "Defines the target URI of the link."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_role",
          "description": "Defines the role of the components primary element.",
          "values": [
            {
              "name": "tab"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_target",
          "description": "Defines where to open the link."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "custom"
            },
            {
              "name": "danger"
            },
            {
              "name": "ghost"
            },
            {
              "name": "normal"
            },
            {
              "name": "primary"
            },
            {
              "name": "secondary"
            },
            {
              "name": "tertiary"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-modal",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_variant",
          "description": "Defines the variant of the modal.",
          "values": [
            {
              "name": "blank"
            },
            {
              "name": "card"
            }
          ]
        },
        {
          "name": "_width",
          "description": "Defines the width of the modal. (max-width: 100%)"
        }
      ]
    },
    {
      "name": "kol-nav",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_collapsible",
          "description": "Defines if navigation nodes can be collapsed or not. Enabled by default."
        },
        {
          "name": "_has-compact-button",
          "description": "Creates a button below the navigation, that toggles _collapsible."
        },
        {
          "name": "_has-icons-when-expanded",
          "description": "Shows icons next to the navigation item labels, even when the navigation is not collapsed."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_links",
          "description": "Defines the list of links, buttons or texts to render."
        }
      ]
    },
    {
      "name": "kol-pagination",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_boundary-count",
          "description": "Defines the amount of pages to show next to the outer arrow buttons."
        },
        {
          "name": "_custom-class",
          "description": "Defines the custom class attribute if _variant=\"custom\" is set."
        },
        {
          "name": "_has-buttons",
          "description": "Defines which navigation buttons to render (first, last, next, previous buttons)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_max",
          "description": "Defines the maximum value of the element."
        },
        {
          "name": "_page",
          "description": "Defines the current page."
        },
        {
          "name": "_page-size",
          "description": "Defines the amount of entries to show per page."
        },
        {
          "name": "_page-size-options",
          "description": "Defines the options for the page-size-select."
        },
        {
          "name": "_sibling-count",
          "description": "Defines the amount of pages to show next to the current page."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-pagination-wc",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_boundary-count",
          "description": "Defines the amount of pages to show next to the outer arrow buttons."
        },
        {
          "name": "_custom-class",
          "description": "Defines the custom class attribute if _variant=\"custom\" is set."
        },
        {
          "name": "_has-buttons",
          "description": "Defines which navigation buttons to render (first, last, next, previous buttons)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_max",
          "description": "Defines the maximum value of the element."
        },
        {
          "name": "_page",
          "description": "Defines the current page."
        },
        {
          "name": "_page-size",
          "description": "Defines the amount of entries to show per page."
        },
        {
          "name": "_page-size-options",
          "description": "Defines the options for the page-size-select."
        },
        {
          "name": "_sibling-count",
          "description": "Defines the amount of pages to show next to the current page."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-popover-button",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_aria-description",
          "description": "Defines the value for the aria-description attribute."
        },
        {
          "name": "_custom-class",
          "description": "Defines the custom class attribute if _variant=\"custom\" is set."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_inline",
          "description": "Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_popover-align",
          "description": "Defines where to show the Popover preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tab-index",
          "description": "Defines which tab-index the primary element of the component has. (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex)"
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "custom"
            },
            {
              "name": "danger"
            },
            {
              "name": "ghost"
            },
            {
              "name": "normal"
            },
            {
              "name": "primary"
            },
            {
              "name": "secondary"
            },
            {
              "name": "tertiary"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-popover-button-wc",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_aria-description",
          "description": "Defines the value for the aria-description attribute."
        },
        {
          "name": "_custom-class",
          "description": "Defines the custom class attribute if _variant=\"custom\" is set."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_inline",
          "description": "Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_popover-align",
          "description": "Defines where to show the Popover preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tab-index",
          "description": "Defines which tab-index the primary element of the component has. (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex)"
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "custom"
            },
            {
              "name": "danger"
            },
            {
              "name": "ghost"
            },
            {
              "name": "normal"
            },
            {
              "name": "primary"
            },
            {
              "name": "secondary"
            },
            {
              "name": "tertiary"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-progress",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_max",
          "description": "Defines the maximum value of the element."
        },
        {
          "name": "_unit",
          "description": "Defines the unit of the step values (not shown)."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "bar"
            },
            {
              "name": "cycle"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-quote",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_href",
          "description": "Sets the target URI of the link or citation source."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_quote",
          "description": "Defines the text of the quote."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "block"
            },
            {
              "name": "inline"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-select",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_multiple",
          "description": "Makes the input accept multiple inputs."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_options",
          "description": "Options the user can choose from."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_rows",
          "description": "Maximum number of visible rows of the element."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tab-index",
          "description": "Defines which tab-index the primary element of the component has. (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex)"
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-select-wc",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component’s interactive element."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_multiple",
          "description": "Makes the input accept multiple inputs."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_options",
          "description": "Options the user can choose from, also supporting Optgroup."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_rows",
          "description": "Defines how many rows of options should be visible at the same time."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tab-index",
          "description": "Defines which tab-index the primary element of the component has. (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex)"
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the input."
        }
      ]
    },
    {
      "name": "kol-single-select",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_has-clear-button",
          "description": "Shows the clear button if enabled."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_options",
          "description": "Options the user can choose from."
        },
        {
          "name": "_placeholder",
          "description": "Defines the placeholder for input field. To be shown when there's no value."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_rows",
          "description": "Maximum number of visible rows of the element."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-skeleton",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_count",
          "description": "Sets the count of the skeleton component."
        },
        {
          "name": "_name",
          "description": "Sets the name of the skeleton component."
        }
      ]
    },
    {
      "name": "kol-skip-nav",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_links",
          "description": "Defines the list of links combined with their labels to render."
        }
      ]
    },
    {
      "name": "kol-spin",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_show",
          "description": "Makes the element show up."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "cycle"
            },
            {
              "name": "dot"
            },
            {
              "name": "none"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-split-button",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_aria-controls",
          "description": "Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)"
        },
        {
          "name": "_aria-description",
          "description": "Defines the value for the aria-description attribute."
        },
        {
          "name": "_aria-expanded",
          "description": "Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)"
        },
        {
          "name": "_aria-selected",
          "description": "Defines whether the interactive element of the component is selected (e.g. role=tab). (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected)"
        },
        {
          "name": "_custom-class",
          "description": "Defines the custom class attribute if _variant=\"custom\" is set."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_role",
          "description": "Defines the role of the components primary element.",
          "values": [
            {
              "name": "tab"
            },
            {
              "name": "treeitem"
            }
          ]
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_type",
          "description": "Defines either the type of the component or of the components interactive element.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        },
        {
          "name": "_variant",
          "description": "Defines which variant should be used for presentation.",
          "values": [
            {
              "name": "custom"
            },
            {
              "name": "danger"
            },
            {
              "name": "ghost"
            },
            {
              "name": "normal"
            },
            {
              "name": "primary"
            },
            {
              "name": "secondary"
            },
            {
              "name": "tertiary"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-table-stateful",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_allow-multi-sort",
          "description": "Defines whether to allow multi sort."
        },
        {
          "name": "_data",
          "description": "Defines the primary table data."
        },
        {
          "name": "_data-foot",
          "description": "Defines the data for the table footer."
        },
        {
          "name": "_has-settings-menu",
          "description": "Enables the settings menu if true (default: false)."
        },
        {
          "name": "_headers",
          "description": "Defines the horizontal and vertical table headers."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_pagination",
          "description": "Defines whether to show the data distributed over multiple pages."
        },
        {
          "name": "_pagination-position",
          "description": "Controls the position of the pagination.",
          "values": [
            {
              "name": "both"
            },
            {
              "name": "bottom"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_selection",
          "description": "Defines how rows can be selected and the current selection."
        }
      ]
    },
    {
      "name": "kol-table-stateless",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_data",
          "description": "Defines the primary table data."
        },
        {
          "name": "_data-foot",
          "description": "Defines the data for the table footer."
        },
        {
          "name": "_has-settings-menu",
          "description": "Enables the settings menu if true (default: false)."
        },
        {
          "name": "_header-cells",
          "description": "Defines the horizontal and vertical table headers."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_selection",
          "description": "Defines how rows can be selected and the current selection."
        }
      ]
    },
    {
      "name": "kol-tabs",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_align",
          "description": "Defines the visual orientation of the component.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_behavior",
          "description": "Defines which behavior is active.",
          "values": [
            {
              "name": "select-automatic"
            },
            {
              "name": "select-manual"
            }
          ]
        },
        {
          "name": "_has-create-button",
          "description": "Defines whether the element has a create button."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_selected",
          "description": "Defines which tab is active."
        },
        {
          "name": "_tabs",
          "description": "Defines the tab captions."
        }
      ]
    },
    {
      "name": "kol-textarea",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_access-key",
          "description": "Defines the key combination that can be used to trigger or focus the component's interactive element."
        },
        {
          "name": "_adjust-height",
          "description": "Adjusts the height of the element to its content."
        },
        {
          "name": "_disabled",
          "description": "Makes the element not focusable and ignore all events."
        },
        {
          "name": "_has-counter",
          "description": "Shows a character counter for the input element."
        },
        {
          "name": "_hide-label",
          "description": "Hides the caption by default and displays the caption text with a tooltip when the\ninteractive element is focused or the mouse is over it."
        },
        {
          "name": "_hide-msg",
          "description": "Hides the error message but leaves it in the DOM for the input's aria-describedby."
        },
        {
          "name": "_hint",
          "description": "Defines the hint text."
        },
        {
          "name": "_icons",
          "description": "Defines the icon classnames (e.g. `_icons=\"fa-solid fa-user\"`)."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot."
        },
        {
          "name": "_max-length",
          "description": "Defines the maximum number of input characters."
        },
        {
          "name": "_max-length-behavior",
          "description": "Defines the behavior when maxLength is set. 'hard' sets the maxlength attribute, 'soft' shows a character counter without preventing input.",
          "values": [
            {
              "name": "hard"
            },
            {
              "name": "soft"
            }
          ]
        },
        {
          "name": "_msg",
          "description": "Defines the properties for a message rendered as Alert component.",
          "values": [
            {
              "name": "_variant"
            },
            {
              "name": "_hasCloser"
            },
            {
              "name": "_label"
            }
          ]
        },
        {
          "name": "_name",
          "description": "Defines the technical name of an input field."
        },
        {
          "name": "_placeholder",
          "description": "Defines the placeholder for input field. To be shown when there's no value."
        },
        {
          "name": "_read-only",
          "description": "Makes the input element read only."
        },
        {
          "name": "_required",
          "description": "Makes the input element required."
        },
        {
          "name": "_resize",
          "description": "Defines whether and in which direction the size of the input can be changed by the user. (https://developer.mozilla.org/de/docs/Web/CSS/resize)\nIn version 3 (v3), horizontal resizing is abolished. The corresponding property is then reduced to the properties `vertical` (default) and `none`.",
          "values": [
            {
              "name": "none"
            },
            {
              "name": "vertical"
            }
          ]
        },
        {
          "name": "_rows",
          "description": "Maximum number of visible rows of the element."
        },
        {
          "name": "_short-key",
          "description": "Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud."
        },
        {
          "name": "_spell-check",
          "description": "Defines whether the browser should check the spelling and grammar."
        },
        {
          "name": "_tooltip-align",
          "description": "Defines where to show the Tooltip preferably: top, right, bottom or left.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            },
            {
              "name": "top"
            }
          ]
        },
        {
          "name": "_touched",
          "description": "Shows if the input was touched by a user."
        },
        {
          "name": "_value",
          "description": "Defines the value of the element."
        }
      ]
    },
    {
      "name": "kol-toast-container",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": []
    },
    {
      "name": "kol-toolbar",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_orientation",
          "description": "Defines whether the orientation of the component is horizontal or vertical.",
          "values": [
            {
              "name": "horizontal"
            },
            {
              "name": "vertical"
            }
          ]
        }
      ]
    },
    {
      "name": "kol-tree",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        }
      ]
    },
    {
      "name": "kol-tree-item",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_active",
          "description": "If set (to true) the tree item is the active one."
        },
        {
          "name": "_href",
          "description": "Defines the target URI of the link."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_open",
          "description": "Opens/expands the element when truthy, closes/collapses when falsy."
        }
      ]
    },
    {
      "name": "kol-tree-item-wc",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_active",
          "description": "If set (to true) the tree item is the active one."
        },
        {
          "name": "_href",
          "description": "Defines the target URI of the link."
        },
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        },
        {
          "name": "_open",
          "description": "Opens/expands the element when truthy, closes/collapses when falsy."
        }
      ]
    },
    {
      "name": "kol-version",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "_label",
          "description": "Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.)."
        }
      ]
    }
  ]
}