{
  "version": 1.1,
  "tags": [
    {
      "name": "nv-accordion",
      "description": {
        "kind": "markdown",
        "value": "The nv-accordion is a compact, interactive UI component that groups content into collapsible panels. Clicking a header smoothly toggles its panel open or closed, revealing or hiding the associated details. This clear, animated behavior helps users navigate large sections—like FAQs or settings—without overwhelming the page. By default, only headers display, letting users expand only the sections they need."
      },
      "attributes": [
        {
          "name": "mode",
          "description": "Expansion mode: 'accordion' (single open) or 'multi' (multiple open)",
          "values": [
            {
              "name": "accordion"
            },
            {
              "name": "multi"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-accordion-item",
      "description": {
        "kind": "markdown",
        "value": "Accordion item element for nv-accordion."
      },
      "attributes": [
        {
          "name": "disabled",
          "description": "Disables the item"
        },
        {
          "name": "item-title",
          "description": "Item title (displayed if header slot is absent)"
        },
        {
          "name": "max-content-height",
          "description": "Maximum content height (in px, optional). If not defined, auto height."
        },
        {
          "name": "mode",
          "description": "Parent expansion mode (accordion or multi)",
          "values": [
            {
              "name": "accordion"
            },
            {
              "name": "multi"
            }
          ]
        },
        {
          "name": "open",
          "description": "Open or closed"
        },
        {
          "name": "subtitle",
          "description": "Item subtitle (displayed if header slot is absent)"
        }
      ]
    },
    {
      "name": "nv-alert",
      "description": {
        "kind": "markdown",
        "value": "The `nv-alert` component is designed to display important messages succinctly while drawing attention to actions that users may need to take. Alerts serve as a visual prompt that can either be dismissed or interacted with, depending on the content and context provided. Alerts are styled as vibrant-colored blocks that catch the eye, ensuring that important information is not overlooked. These alerts persist on the screen until the user takes action to resolve the message or opts to dismiss it, making them a staple in user interfaces for immediate communication."
      },
      "attributes": [
        {
          "name": "color",
          "description": "Defines color of the alert.",
          "values": [
            {
              "name": "error"
            },
            {
              "name": "neutral"
            },
            {
              "name": "primary"
            },
            {
              "name": "secondary"
            },
            {
              "name": "success"
            }
          ]
        },
        {
          "name": "dismissible",
          "description": "Allows the alert to be dismissed via a close button (x). The alert is not\ndismissible unless explicitly enabled."
        },
        {
          "name": "feedback",
          "description": "Specifies the alert type which determines the color and default icon.",
          "values": [
            {
              "name": "error"
            },
            {
              "name": "information"
            },
            {
              "name": "neutral"
            },
            {
              "name": "success"
            },
            {
              "name": "warning"
            }
          ]
        },
        {
          "name": "has-no-animations",
          "description": "When true, the alert will not animate when it is hidden or shown."
        },
        {
          "name": "heading",
          "description": "Short and concise text for the alert title."
        },
        {
          "name": "hidden",
          "description": "Controls the visibility of the alert. Will animate with fade and collapse."
        },
        {
          "name": "icon",
          "description": "Icon associated with the alert, defaults vary based on the feedback type.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "message",
          "description": "Main content of the alert. For more complex content, use the default slot\ninstead."
        },
        {
          "name": "prevent-auto-close",
          "description": "When true, the alert does not automatically close upon dismissing.\nUseful for externally controlled component behavior."
        }
      ]
    },
    {
      "name": "nv-avatar",
      "description": {
        "kind": "markdown",
        "value": "The `nv-avatar` component is designed to display user profile pictures, initials, or icons within a circular, square, or rounded container. It can be customized with different colors and comes in five sizes: extra small, small, medium, large, and extra-large. The default shape is circular, but it can be adjusted to square or rounded as needed."
      },
      "attributes": [
        {
          "name": "alt",
          "description": "If and image is provided, add an alt tag to describe it."
        },
        {
          "name": "color",
          "description": "You can apply different colors on the Avatar.\nUse a string number between 1 and 10."
        },
        {
          "name": "initials",
          "description": "Initials of the avatar. Usually use two letters\nWhen filled with the src parameter, the text will not be rendered."
        },
        {
          "name": "large",
          "description": "Set size to Large to the avatar."
        },
        {
          "name": "medium",
          "description": "Set size to Medium to the avatar."
        },
        {
          "name": "size",
          "description": "Define the size of the avatar. You can use t-shirt sizes.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xl"
            },
            {
              "name": "xs"
            }
          ]
        },
        {
          "name": "small",
          "description": "Set size to Small to the avatar."
        },
        {
          "name": "src",
          "description": "Will insert an image into the avatar."
        },
        {
          "name": "text",
          "description": "Set initials to the avatar."
        },
        {
          "name": "url",
          "description": "Set src to the avatar."
        },
        {
          "name": "xlarge",
          "description": "Set size to ExtraLarge to the avatar."
        },
        {
          "name": "xsmall",
          "description": "Set size to ExtraSmall to the avatar."
        }
      ]
    },
    {
      "name": "nv-badge",
      "description": {
        "kind": "markdown",
        "value": "Badges are used to inform users of the status of an object or an action that has been taken. Use badges to label, categorize, or organize items using keywords that describe them."
      },
      "attributes": [
        {
          "name": "color",
          "description": "The color of the badge.\ndeprecated Use status values or named colors instead.\nUse a string between 1 to 10\nor one of the status values: error, information, neutral, success, warning\nor one of the color names: amber, orange, turquoise, crimson, lime"
        },
        {
          "name": "dismissal",
          "description": "Whether the badge is dismissible."
        },
        {
          "name": "dismissible",
          "description": "Whether the badge is dismissible."
        },
        {
          "name": "hidden",
          "description": "Controls the visibility of the badge. Will animate with fade and collapse."
        },
        {
          "name": "icon",
          "description": "The icon to display in the badge.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "icon-location",
          "description": "The location of the icon in the badge.",
          "values": [
            {
              "name": "left"
            },
            {
              "name": "right"
            }
          ]
        },
        {
          "name": "is-icon-only",
          "description": "When true, the badge will only display an icon without label.\nThe label will be visually hidden but still accessible for screen readers."
        },
        {
          "name": "label",
          "description": "Main content of the badge."
        },
        {
          "name": "lead-icon",
          "description": "The lead icon of the badge.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "prevent-auto-close",
          "description": "When true, the alert does not automatically close upon dismissing.\nUseful for externally controlled component behavior."
        }
      ]
    },
    {
      "name": "nv-breadcrumb",
      "description": {
        "kind": "markdown",
        "value": "The nv-breadcrumb component is designed to be used exclusively as a child of the nv-breadcrumbs component. For a comprehensive overview of how to configure and use the breadcrumb system, please refer to the nv-breadcrumbs documentation."
      },
      "attributes": [
        {
          "name": "current",
          "description": "Use this to highlight the breadcrumb as the current page in your\nnavigation. It also makes the page clearer to screen readers with\naria-current=\"location\"."
        },
        {
          "name": "tooltip",
          "description": "Add an optional tooltip to provide extra information about the breadcrumb."
        },
        {
          "name": "type",
          "description": "The type of the breadcrumb. Use 'collapsed' to house multiple breadcrumbs\nin a dropdown. Use default for a single item. When passing multiple items\nas collapsed, make sure to wrap you links in list tags",
          "values": [
            {
              "name": "collapsed"
            },
            {
              "name": "default"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-breadcrumbs",
      "description": {
        "kind": "markdown",
        "value": "The Breadcrumbs component displays navigation paths in a structured and accessible format. It supports tooltips and collapsible menus for flexible navigation. Designed with accessibility in mind, it includes proper ARIA roles and attributes to ensure usability for all users.\n\n**Rules for Implementation**\n\nTo maintain consistency across projects, follow these guidelines:\n\n1. **Visually Hidden Last Breadcrumb**\n   - The last breadcrumb in the navigation path must be defined in the code but visually hidden using the `current` attribute.\n   - This prevents visual redundancy when a page header already contains the same content while ensuring screen readers can still access the information.\n\n2. **Breadcrumb Limit and Collapsible Menu**\n   - Only **three breadcrumbs** should be rendered at a time.\n   - If more breadcrumbs are needed, use a collapsible menu in the middle to handle additional items.\n\n3. **Integration-Side Implementation**\n   - Since links must be passed as slots and each framework has its own routing system, the logic for collapsing breadcrumbs cannot be handled automatically.\n   - Automatically generating a collapsible menu within the component could interfere with navigation behavior in different frameworks.\n\n4. **Consistency Across Projects**\n   - Adhering to these rules ensures a uniform experience and functionality across multiple integrations.\n   - Refer to the **Storybook** examples for proper implementation and best practices."
      },
      "attributes": []
    },
    {
      "name": "nv-button",
      "description": {
        "kind": "markdown",
        "value": "The Button component enhances standard HTML buttons with Nova Design styling and extended functionality. It offers customizable visual emphasis, distinct styling for destructive actions, and built-in accessibility. \n\nThis component allows developers to guide user attention effectively, providing a unified approach to action triggers across your application."
      },
      "attributes": [
        {
          "name": "active",
          "description": "Use this prop to highlight the button when it represents the current page\nor active selection. This helps users understand their navigation context."
        },
        {
          "name": "danger",
          "description": "Applies styling that visually indicates the button represents a dangerous\naction."
        },
        {
          "name": "disable-tabindex",
          "description": "Use this to make the button skip-able when users navigate with the keyboard.\nThe button remains clickable but won’t be reached via the Tab key."
        },
        {
          "name": "disabled",
          "description": "Disables the button, preventing user interaction."
        },
        {
          "name": "emphasis",
          "description": "Adjusts the button's emphasis to make it more or less visually prominent\nto users. Use this to draw attention to important actions or reduce focus\non less critical ones",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            },
            {
              "name": "lower"
            },
            {
              "name": "medium"
            }
          ]
        },
        {
          "name": "fluid",
          "description": "Allows the button to stretch and fill the entire width of its container."
        },
        {
          "name": "form",
          "description": "Sets the form associated with the button in case the (submit) button is not a child of a form.\nMatches the native HTML button 'form' attribute behavior."
        },
        {
          "name": "loading",
          "description": "Set this to true to show a spinner on the button, letting users know that\ntheir action is being processed. It helps improve user experience by\nindicating ongoing activities."
        },
        {
          "name": "size",
          "description": "Determines how large or small the button appears, allowing for\ncustomization of the button's dimensions to fit different design\nspecifications and user needs.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xs"
            }
          ]
        },
        {
          "name": "type",
          "description": "Sets the button type to control its function in forms. Use 'submit' to send\nform data, 'reset' to clear the form, or 'button' for a standard button\nthat doesn't interact with form submission by default.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-buttongroup",
      "description": {
        "kind": "markdown",
        "value": "The Button Group component organizes multiple related buttons into a cohesive unit with consistent styling and behavior. It automatically forwards properties like size, emphasis, and fluid to all child buttons, ensuring visual uniformity across grouped actions.\n\nThis component simplifies the management of button collections by providing centralized control over their appearance and layout, supporting both horizontal and vertical orientations to fit various design requirements."
      },
      "attributes": [
        {
          "name": "emphasis",
          "description": "Adjusts the emphasis of all the buttons to make it more or less visually\nprominent to users. Use this to draw attention to important actions or\nreduce focus on less critical ones",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            },
            {
              "name": "lower"
            },
            {
              "name": "medium"
            }
          ]
        },
        {
          "name": "fluid",
          "description": "Allows the button group to stretch and fill the entire width of its\ncontainer."
        },
        {
          "name": "orientation",
          "description": "Determines the orientation of the button group. When enabled, the buttons\nare stacked vertically rather than aligned side by side.",
          "values": [
            {
              "name": "horizontal"
            },
            {
              "name": "vertical"
            }
          ]
        },
        {
          "name": "size",
          "description": "Determines how large or small all the buttons appear, allowing for\ncustomization of the button's dimensions to fit different design\nspecifications and user needs.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xs"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-calendar",
      "description": {
        "kind": "markdown",
        "value": "The `<nv-calendar>` component supports a wide range of date formats to accommodate various use cases, including international standards, regional conventions, and platform-specific formats."
      },
      "attributes": [
        {
          "name": "cancel-label",
          "description": "Sets the label for the cancel button in actions."
        },
        {
          "name": "date-format",
          "description": "Date format (ex: 'YYYY-MM-DD', 'DD-MM-YYYY', etc.)"
        },
        {
          "name": "first-day-of-week",
          "description": "First day of the week (0 = Sunday, 1 = Monday, etc.)"
        },
        {
          "name": "locale",
          "description": "Locale for date formatting"
        },
        {
          "name": "max",
          "description": "Maximum date for selection (ISO string format, ex: \"2025-12-31\")"
        },
        {
          "name": "min",
          "description": "Minimum date for selection (ISO string format, ex: \"2025-01-01\")"
        },
        {
          "name": "number-of-calendars",
          "description": "Number of calendars to display"
        },
        {
          "name": "primary-label",
          "description": "Sets the label for the primary (OK) button in actions."
        },
        {
          "name": "selection-type",
          "description": "Selection type (single date or date range)",
          "values": [
            {
              "name": "range"
            },
            {
              "name": "single"
            }
          ]
        },
        {
          "name": "shortcuts-placement",
          "description": "Footer placement",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            }
          ]
        },
        {
          "name": "show-actions",
          "description": "Show action buttons"
        },
        {
          "name": "show-week-numbers",
          "description": "Show week numbers"
        },
        {
          "name": "single-value",
          "description": "Selected date (ISO string format)\nex: \"2025-03-15\""
        },
        {
          "name": "value",
          "description": "Selected date value. For single mode: ISO date string. For range mode: comma-separated ISO date strings.\nExamples:\n- Single: \"2025-03-15\"\n- Range: \"2025-03-15,2025-03-20\""
        }
      ]
    },
    {
      "name": "nv-col",
      "description": {
        "kind": "markdown",
        "value": "The `nv-col` component is used within an `nv-row` component. It allows for the creation of flexible, responsive layouts by dividing the available space into columns. The component operates on a grid system based on 12 equal parts, meaning you can specify how many of these 12 parts a particular column should span."
      },
      "attributes": [
        {
          "name": "size",
          "description": "Defines the column size based on a 12 column grid system."
        }
      ]
    },
    {
      "name": "nv-datagrid",
      "description": {
        "kind": "markdown",
        "value": "A flexible data grid component powered by `@tanstack/table-core`."
      },
      "attributes": [
        {
          "name": "auto-generate-columns",
          "description": "Whether to automatically generate columns if none are provided.\nIf columns are explicitly set, this property is ignored."
        },
        {
          "name": "enable-global-filter",
          "description": "Whether to enable global filtering for the data grid.\nThis allows users to search across all columns for a specific value.\nThe search is case-insensitive and supports partial matches.\nIt use string.includes() to match the search term."
        },
        {
          "name": "enable-pagination",
          "description": "Whether to enable pagination for the data grid."
        },
        {
          "name": "enable-row-selection",
          "description": "Whether to enable row selection for the data grid."
        },
        {
          "name": "enable-sorting",
          "description": "Whether to enable sorting for the data grid."
        },
        {
          "name": "fallback-value",
          "description": "Fallback value to be displayed when data is not available"
        },
        {
          "name": "global-filter-position",
          "description": "Position the global filter input field",
          "values": [
            {
              "name": "center"
            },
            {
              "name": "end"
            },
            {
              "name": "start"
            }
          ]
        },
        {
          "name": "no-columns-no-data-message",
          "description": "The message to display when there are no columns or data available."
        },
        {
          "name": "no-data-message",
          "description": "The message to display when there is no data available."
        },
        {
          "name": "page-size",
          "description": "The number of rows to display per page.\nIf the number is not present in the property pageSizes it takes the first of the list."
        }
      ]
    },
    {
      "name": "nv-datagridcolumn",
      "description": {
        "kind": "markdown",
        "value": "A helper component to decompose the column from the datagrid"
      },
      "attributes": [
        {
          "name": "accessor",
          "description": "Defines the accessor of the column."
        },
        {
          "name": "group",
          "description": "Defines the group header of the column."
        },
        {
          "name": "header",
          "description": "Defines the header of the column."
        },
        {
          "name": "repeat-template",
          "description": "Whether the column need to be repeated with the template."
        }
      ]
    },
    {
      "name": "nv-datetest",
      "description": {
        "kind": "markdown",
        "value": "This is a test component for the new DateOnly type"
      },
      "attributes": [
        {
          "name": "last-change",
          "description": "The last change."
        }
      ]
    },
    {
      "name": "nv-datetimetest",
      "description": {
        "kind": "markdown",
        "value": "This is a test component for the new DateTimeObject type"
      },
      "attributes": []
    },
    {
      "name": "nv-dialog",
      "description": {
        "kind": "markdown",
        "value": "The `nv-dialog` component is a modal dialog that can be used to display content in a full-screen overlay."
      },
      "attributes": [
        {
          "name": "autofocus",
          "description": "Controls whether the dialog should automatically focus the first focusable\nelement when opened. When disabled, prevents unwanted tooltip triggers on\ndialog open."
        },
        {
          "name": "click-outside",
          "description": "If true, the dialog will be closed when the backdrop is clicked."
        },
        {
          "name": "controlled",
          "description": "If true, the dialog visibility is managed manually through methods or the\nopen prop."
        },
        {
          "name": "full",
          "description": "If true, the dialog takes full width styling."
        },
        {
          "name": "open",
          "description": "Use this prop to toggle the visibility of the dialog. Set to true to show\nthe dialog and false to hide it."
        },
        {
          "name": "undismissable",
          "description": "If true, the dialog cannot be closed by the user."
        }
      ]
    },
    {
      "name": "nv-dialogfooter",
      "description": {
        "kind": "markdown",
        "value": "Default footer for the dialog component."
      },
      "attributes": [
        {
          "name": "cancel-label",
          "description": "Sets the label for the cancel button."
        },
        {
          "name": "danger",
          "description": "Sets the danger state for the primary button."
        },
        {
          "name": "disabled",
          "description": "Disables the primary button, preventing user interaction."
        },
        {
          "name": "form",
          "description": "A form inside the dialog can be submitted through the dialog footer by\ngiving the form an id and passing that id to the form attribute."
        },
        {
          "name": "leading-icon",
          "description": "Sets the leading icon for the primary button.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "primary-button-type",
          "description": "Sets the type of the primary button. If using a form, this will default to\n'submit' if nothing passed.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        },
        {
          "name": "primary-label",
          "description": "Sets the label for the primary button."
        },
        {
          "name": "trailing-icon",
          "description": "Sets the trailing icon for the primary button.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "undismissable",
          "description": "Controls the visibility of the cancel button. When true, the cancel button is\nhidden."
        }
      ]
    },
    {
      "name": "nv-dialogheader",
      "description": {
        "kind": "markdown",
        "value": "Default header for the dialog component."
      },
      "attributes": [
        {
          "name": "heading",
          "description": "Sets the heading text for the dialog."
        },
        {
          "name": "subheading",
          "description": "Sets the subheading text for the dialog."
        }
      ]
    },
    {
      "name": "nv-drawer",
      "description": {
        "kind": "markdown",
        "value": "The `nv-drawer` component is a side panel that slides in from the left or right side of the screen, providing a space-efficient way to display additional content or actions."
      },
      "attributes": [
        {
          "name": "autofocus",
          "description": "Controls whether the drawer should automatically focus the first focusable\nelement when opened. When disabled, prevents unwanted tooltip triggers on\ndrawer open."
        },
        {
          "name": "click-outside",
          "description": "If true, the drawer will be closed when the backdrop is clicked."
        },
        {
          "name": "controlled",
          "description": "If true, the drawer visibility is managed manually through methods or the\nopen prop."
        },
        {
          "name": "open",
          "description": "Use this prop to toggle the visibility of the drawer. Set to true to show\nthe drawer and false to hide it."
        },
        {
          "name": "side",
          "description": "Side from which the drawer appears.",
          "values": [
            {
              "name": "left"
            },
            {
              "name": "right"
            }
          ]
        },
        {
          "name": "size",
          "description": "Size of the drawer. Defaults to 'md'.\n- 'sm': Small drawer (~320px)\n- 'md': Medium drawer (~400px)\n- 'lg': Large drawer (~600px)\n- 'full': Full width drawer (100vw on mobile, ~800px on desktop)",
          "values": [
            {
              "name": "full"
            },
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            }
          ]
        },
        {
          "name": "swipe-to-open",
          "description": "Enables swipe gesture to open/close the drawer on touch devices.\n- Swipe from the edge (left for left drawer, right for right drawer) to open\n- Swipe towards the edge from inside the drawer to close"
        },
        {
          "name": "undismissable",
          "description": "If true, the drawer cannot be closed by the user."
        },
        {
          "name": "width",
          "description": "Width of the drawer. If specified, this will override the size prop.\nDefaults to the width corresponding to the size prop (400px for 'md')."
        }
      ]
    },
    {
      "name": "nv-drawerfooter",
      "description": {
        "kind": "markdown",
        "value": "Default footer for the drawer component."
      },
      "attributes": [
        {
          "name": "cancel-label",
          "description": "Sets the label for the cancel button."
        },
        {
          "name": "danger",
          "description": "Sets the danger state for the primary button."
        },
        {
          "name": "disabled",
          "description": "Disables the primary button, preventing user interaction."
        },
        {
          "name": "form",
          "description": "A form inside the drawer can be submitted through the drawer footer by\ngiving the form an id and passing that id to the form attribute."
        },
        {
          "name": "leading-icon",
          "description": "Sets the leading icon for the primary button.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "primary-button-type",
          "description": "Sets the type of the primary button. If using a form, this will default to\n'submit' if nothing passed.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        },
        {
          "name": "primary-label",
          "description": "Sets the label for the primary button."
        },
        {
          "name": "trailing-icon",
          "description": "Sets the trailing icon for the primary button.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "undismissable",
          "description": "Controls the visibility of the cancel button. When true, the cancel button is\nhidden."
        }
      ]
    },
    {
      "name": "nv-drawerheader",
      "description": {
        "kind": "markdown",
        "value": "Default header for the drawer component."
      },
      "attributes": [
        {
          "name": "heading",
          "description": "Sets the heading text for the drawer."
        },
        {
          "name": "subheading",
          "description": "Sets the subheading text for the drawer."
        }
      ]
    },
    {
      "name": "nv-fieldcheckbox",
      "description": {
        "kind": "markdown",
        "value": "The checkbox component is a simple and essential element of user interfaces. It allows users to select one or more options from a list. Each checkbox can be activated or deactivated with a single click, changing its appearance from empty to checked, and vice versa. This clear visual system helps users easily understand which options are selected. Checkboxes are often used in forms to enable users to personalize their choices in an intuitive and flexible way."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the checkbox as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "checked",
          "description": "Indicates whether the checkbox is checked or not."
        },
        {
          "name": "description",
          "description": "A description providing additional context or information about the\ncheckbox."
        },
        {
          "name": "disabled",
          "description": "Disables the checkbox, preventing user interaction."
        },
        {
          "name": "error",
          "description": "Signals that there is an error associated with the checkbox, which can\ntrigger visual cues."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the checkbox."
        },
        {
          "name": "hide-label",
          "description": "Hides the label visually while still keeping it available for screen\nreaders."
        },
        {
          "name": "indeterminate",
          "description": "Indicates whether the checkbox is in an indeterminate state, typically used\nfor hierarchical checkboxes."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility."
        },
        {
          "name": "label",
          "description": "The label displayed next to the checkbox."
        },
        {
          "name": "label-before",
          "description": "When true, the label will be placed before the checkbox."
        },
        {
          "name": "label-placement",
          "description": "Determines the position of the label relative to the checkbox, either\n'start' (before) or 'end' (after).",
          "values": [
            {
              "name": "after"
            },
            {
              "name": "before"
            }
          ]
        },
        {
          "name": "message",
          "description": "Message define a 'hint ' message for the Field."
        },
        {
          "name": "name",
          "description": "The name attribute for the checkbox input, used to reference the form data\nafter submission."
        },
        {
          "name": "readonly",
          "description": "Sets the checkbox to read-only, preventing user changes but still allowing\nfocus and selection of text."
        },
        {
          "name": "required",
          "description": "Marks the checkbox as required, indicating that it must be checked for\nform submission."
        },
        {
          "name": "validation",
          "description": "The text for the validation message."
        },
        {
          "name": "value",
          "description": "The value attribute of the checkbox input, representing the value sent on\nform submission when the checkbox is checked. When the form is submitted,\nthe data will consist of a name=value pair."
        }
      ]
    },
    {
      "name": "nv-fielddate",
      "description": {
        "kind": "markdown",
        "value": "A field date component that combines an input with a calendar popover."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the input field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autofocus",
          "description": "Autofocus the input when the component is mounted."
        },
        {
          "name": "date-format",
          "description": "Date format ex: YYYY-MM-DD, DD-MM-YYYY, etc."
        },
        {
          "name": "description",
          "description": "Description displayed below the input. A slot description can override this prop."
        },
        {
          "name": "disabled",
          "description": "Disables the input field."
        },
        {
          "name": "error",
          "description": "Indicates an error state."
        },
        {
          "name": "error-description",
          "description": "Error description. A slot error-description can override this prop."
        },
        {
          "name": "first-day-of-week",
          "description": "First day of the week 0 = Sunday, 1 = Monday, etc."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated."
        },
        {
          "name": "label",
          "description": "Text displayed as label. A slot label can override this prop."
        },
        {
          "name": "locale",
          "description": "Locale for date formatting"
        },
        {
          "name": "max",
          "description": "Maximum date for selection ISO string format, ex: 2025-12-31"
        },
        {
          "name": "min",
          "description": "Minimum date for selection ISO string format, ex: 2025-01-01"
        },
        {
          "name": "name",
          "description": "Name attribute for the input."
        },
        {
          "name": "number-of-calendars",
          "description": "Number of calendars to display"
        },
        {
          "name": "placeholder",
          "description": "Placeholder for the input field."
        },
        {
          "name": "readonly",
          "description": "Sets the input field as read-only."
        },
        {
          "name": "required",
          "description": "Marks the input field as required."
        },
        {
          "name": "shortcuts-placement",
          "description": "Footer placement",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            }
          ]
        },
        {
          "name": "show-actions",
          "description": "Show action buttons"
        },
        {
          "name": "show-week-numbers",
          "description": "Show week numbers"
        },
        {
          "name": "success",
          "description": "Indicates a success state."
        },
        {
          "name": "value",
          "description": "The initial value of the input (date in string format)."
        }
      ]
    },
    {
      "name": "nv-fielddaterange",
      "description": {
        "kind": "markdown",
        "value": "The `nv-fielddaterange` component is an advanced form field for date range selection. It combines two date input fields with an interactive calendar picker, providing an intuitive user experience for selecting time periods."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks both input fields as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autofocus",
          "description": "Autofocus the start input when the component is mounted."
        },
        {
          "name": "date-format",
          "description": "Date format ex: YYYY-MM-DD, DD-MM-YYYY, etc."
        },
        {
          "name": "description",
          "description": "Description displayed below the input. A slot description can override this prop."
        },
        {
          "name": "disabled",
          "description": "Disables both input fields."
        },
        {
          "name": "end-input-id",
          "description": "Sets the ID for the end input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated."
        },
        {
          "name": "end-name",
          "description": "Name attribute for the end input."
        },
        {
          "name": "end-placeholder",
          "description": "Placeholder for the end input field."
        },
        {
          "name": "error",
          "description": "Indicates an error state."
        },
        {
          "name": "error-description",
          "description": "Error description. A slot error-description can override this prop."
        },
        {
          "name": "first-day-of-week",
          "description": "First day of the week 0 = Sunday, 1 = Monday, etc."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "label",
          "description": "Text displayed as label. A slot label can override this prop."
        },
        {
          "name": "locale",
          "description": "Locale for date formatting"
        },
        {
          "name": "max",
          "description": "Maximum date for selection ISO string format, ex: 2025-12-31"
        },
        {
          "name": "min",
          "description": "Minimum date for selection ISO string format, ex: 2025-01-01"
        },
        {
          "name": "number-of-calendars",
          "description": "Number of calendars to display"
        },
        {
          "name": "readonly",
          "description": "Sets both input fields as read-only."
        },
        {
          "name": "required",
          "description": "Marks both input fields as required."
        },
        {
          "name": "shortcuts-placement",
          "description": "Footer placement",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "left"
            },
            {
              "name": "right"
            }
          ]
        },
        {
          "name": "show-actions",
          "description": "Show action buttons"
        },
        {
          "name": "show-week-numbers",
          "description": "Show week numbers"
        },
        {
          "name": "start-input-id",
          "description": "Sets the ID for the start input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated."
        },
        {
          "name": "start-name",
          "description": "Name attribute for the start input."
        },
        {
          "name": "start-placeholder",
          "description": "Placeholder for the start input field."
        },
        {
          "name": "success",
          "description": "Indicates a success state."
        },
        {
          "name": "value",
          "description": "The initial value of the date range (in string format)."
        }
      ]
    },
    {
      "name": "nv-fielddropdown",
      "description": {
        "kind": "markdown",
        "value": "The 'nv-fielddropdown' is a form component that combines a text input field with a dropdown popover. It allows users to select an item from a list of options. Similar to a combobox, the dropdown can be filtered, and the selected item is displayed in the input field. The component can be used in forms, search bars, and more."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the input field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autocomplete",
          "description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they've used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
          "values": [
            {
              "name": "additional-name"
            },
            {
              "name": "address-level1"
            },
            {
              "name": "address-level2"
            },
            {
              "name": "address-level3"
            },
            {
              "name": "address-level4"
            },
            {
              "name": "address-line1"
            },
            {
              "name": "address-line2"
            },
            {
              "name": "address-line3"
            },
            {
              "name": "bday"
            },
            {
              "name": "bday-day"
            },
            {
              "name": "bday-month"
            },
            {
              "name": "bday-year"
            },
            {
              "name": "billing"
            },
            {
              "name": "cc-additional-name"
            },
            {
              "name": "cc-csc"
            },
            {
              "name": "cc-exp"
            },
            {
              "name": "cc-exp-month"
            },
            {
              "name": "cc-exp-year"
            },
            {
              "name": "cc-family-name"
            },
            {
              "name": "cc-given-name"
            },
            {
              "name": "cc-name"
            },
            {
              "name": "cc-number"
            },
            {
              "name": "cc-type"
            },
            {
              "name": "country"
            },
            {
              "name": "country-name"
            },
            {
              "name": "current-password"
            },
            {
              "name": "email"
            },
            {
              "name": "family-name"
            },
            {
              "name": "fax"
            },
            {
              "name": "given-name"
            },
            {
              "name": "home"
            },
            {
              "name": "honorific-prefix"
            },
            {
              "name": "honorific-suffix"
            },
            {
              "name": "impp"
            },
            {
              "name": "language"
            },
            {
              "name": "mobile"
            },
            {
              "name": "name"
            },
            {
              "name": "new-password"
            },
            {
              "name": "nickname"
            },
            {
              "name": "off"
            },
            {
              "name": "on"
            },
            {
              "name": "one-time-code"
            },
            {
              "name": "organization"
            },
            {
              "name": "organization-title"
            },
            {
              "name": "pager"
            },
            {
              "name": "photo"
            },
            {
              "name": "postal-code"
            },
            {
              "name": "section-*"
            },
            {
              "name": "sex"
            },
            {
              "name": "shipping"
            },
            {
              "name": "street-address"
            },
            {
              "name": "tel"
            },
            {
              "name": "tel-area-code"
            },
            {
              "name": "tel-country-code"
            },
            {
              "name": "tel-extension"
            },
            {
              "name": "tel-local"
            },
            {
              "name": "tel-local-prefix"
            },
            {
              "name": "tel-local-suffix"
            },
            {
              "name": "tel-national"
            },
            {
              "name": "transaction-amount"
            },
            {
              "name": "transaction-currency"
            },
            {
              "name": "url"
            },
            {
              "name": "username"
            },
            {
              "name": "work"
            }
          ]
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "clearable",
          "description": "Shows the inline clear (×) button when a value is selected (or when\nfilterable and the user has typed). The programmatic `clear()` method\nworks regardless of this prop — leave it off when you want to manage\nclearing the selection from outside the component."
        },
        {
          "name": "controlled-filter",
          "description": "Determines if the component’s filtering behavior is managed externally.\nWhen set to true and filterable is enabled, the component won’t\nautomatically filter items. Instead, you must implement your own filtering\nlogic (e.g., server-side search or custom matching) using the\nfilterTextChanged event."
        },
        {
          "name": "debounce-delay",
          "description": "Delay in milliseconds before the search is triggered when typing in the\nfilter input."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
        },
        {
          "name": "disabled",
          "description": "The disabled prop lets you turn off the input field so that users can't\ntype in it. When disabled, the field is grayed out and won't respond to\nclicks or touches."
        },
        {
          "name": "empty-result",
          "description": "The text to display when no items match the filter."
        },
        {
          "name": "error",
          "description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the dropdown\nfield."
        },
        {
          "name": "filter-mode",
          "description": "Filter mode for dropdown search:\n- 'strict': Simple substring matching (normalized includes)\n- 'smart': Token-based matching (all query tokens must exist, order ignored)\n- 'fuzzy': Typo-tolerant matching using Fuse.js (runs in Web Worker)",
          "values": [
            {
              "name": "fuzzy"
            },
            {
              "name": "smart"
            },
            {
              "name": "strict"
            }
          ]
        },
        {
          "name": "filterable",
          "description": "Enables or disables the filtering feature for the dropdown items."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "fuzzy-threshold",
          "description": "Threshold for fuzzy matching (0-1). Lower values are stricter.\nOnly applies when filterMode is 'fuzzy'."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should enter in the text\ninput field. It's a crucial element for making forms clear and\nuser-friendly."
        },
        {
          "name": "locale",
          "description": "Locale for automatic translation of truncated results text.\nIf not provided, automatically detects browser locale."
        },
        {
          "name": "max-height",
          "description": "Defines the maximum height of the multiselect list when open."
        },
        {
          "name": "max-results",
          "description": "Maximum number of results to display. Protects UI performance on large datasets.\nValues are clamped between 10 and 500 (hard cap)."
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input's data in form submissions. It should be\nunique within the form to avoid conflicts."
        },
        {
          "name": "open-on-select",
          "description": "When an item is selected by the user, the dropdown will continue to stay\nopen."
        },
        {
          "name": "placeholder",
          "description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It's a great way to provide examples or suggestions directly\nin the field before they start typing.\nThe placeholder is displayed only when the filterable option is enabled."
        },
        {
          "name": "readonly",
          "description": "Display the input field's content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won't be\nable to type or delete anything."
        },
        {
          "name": "required",
          "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
        },
        {
          "name": "start-filter-at",
          "description": "Minimum number of characters required before filtering starts.\nUseful for preventing overwhelming results on very large datasets."
        },
        {
          "name": "truncated-results-text",
          "description": "The text to display when results are truncated due to maxResults limit.\nSupports placeholders: {shown} and {total} will be replaced with actual values.\nIf not provided, automatically uses a localized translation based on the locale prop\nor browser language."
        },
        {
          "name": "value",
          "description": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input's value is managed by the component's state."
        },
        {
          "name": "worker-threshold",
          "description": "Number of items above which filtering is offloaded to a Web Worker.\nThis keeps the main thread responsive for large datasets."
        }
      ]
    },
    {
      "name": "nv-fielddropdownitem",
      "description": {
        "kind": "markdown",
        "value": "The 'nv-fielddropdownitem' is a component designed to be used within the 'nv-fielddropdown' component. Each 'nv-fielddropdownitem' represents a single selectable option in the dropdown list. It allows customization through properties such as 'value', 'label', and 'selected' state, which defines its appearance and behavior.\n\nThe 'nv-fielddropdownitem' can display custom content, making it flexible for use cases where options may require more detailed representation beyond plain text. It is ideal for creating interactive dropdown menus, enabling users to make selections easily and clearly. This component is essential for building intuitive and user-friendly dropdown experiences."
      },
      "attributes": [
        {
          "name": "detached",
          "description": "If detached, the item will not be filtered out or change the dropdown's\nselected item. Useful for actionable items, such as Add New item, etc."
        },
        {
          "name": "disabled",
          "description": "Disables the item, preventing any user interaction."
        },
        {
          "name": "label",
          "description": "Specifies the text label for the dropdown item.\n\nWhen no default slot is provided, this label is rendered as the item's\nvisible text. If the default slot is supplied, the label isn’t directly\ndisplayed but is used as the selected text (on the dropdown trigger). If\nno label is explicitly set, the component will automatically derive the\nlabel from the text content of the default slot."
        },
        {
          "name": "selected",
          "description": "Indicates if the item is selected."
        },
        {
          "name": "value",
          "description": "Value associated with the item. This is recommended and required for proper\nform management."
        }
      ]
    },
    {
      "name": "nv-fielddropdownitemcheck",
      "description": {
        "kind": "markdown",
        "value": "the nv-fielddropdownitemcheck component is used to display a checkbox item in a nv-fieldmultiselect component. It allows users to select multiple options from a dropdown list."
      },
      "attributes": [
        {
          "name": "checked",
          "description": "Indicates whether the checkbox is selected."
        },
        {
          "name": "description",
          "description": "A description providing additional context or information about the\ncheckbox."
        },
        {
          "name": "disabled",
          "description": "Disables the item, preventing any user interaction."
        },
        {
          "name": "group",
          "description": "The group this item belongs to, if applicable."
        },
        {
          "name": "label",
          "description": "The label displayed alongside the checkbox."
        },
        {
          "name": "value",
          "description": "The value associated with this item."
        }
      ]
    },
    {
      "name": "nv-fieldmultiselect",
      "description": {
        "kind": "markdown",
        "value": "The `nv-fieldmultiselect` is a custom multiple selection component that allows users to select multiple options from a dropdown list. It provides a rich user interface with filtering capabilities, keyboard navigation, and state management."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the input field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autocomplete",
          "description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they've used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
          "values": [
            {
              "name": "additional-name"
            },
            {
              "name": "address-level1"
            },
            {
              "name": "address-level2"
            },
            {
              "name": "address-level3"
            },
            {
              "name": "address-level4"
            },
            {
              "name": "address-line1"
            },
            {
              "name": "address-line2"
            },
            {
              "name": "address-line3"
            },
            {
              "name": "bday"
            },
            {
              "name": "bday-day"
            },
            {
              "name": "bday-month"
            },
            {
              "name": "bday-year"
            },
            {
              "name": "billing"
            },
            {
              "name": "cc-additional-name"
            },
            {
              "name": "cc-csc"
            },
            {
              "name": "cc-exp"
            },
            {
              "name": "cc-exp-month"
            },
            {
              "name": "cc-exp-year"
            },
            {
              "name": "cc-family-name"
            },
            {
              "name": "cc-given-name"
            },
            {
              "name": "cc-name"
            },
            {
              "name": "cc-number"
            },
            {
              "name": "cc-type"
            },
            {
              "name": "country"
            },
            {
              "name": "country-name"
            },
            {
              "name": "current-password"
            },
            {
              "name": "email"
            },
            {
              "name": "family-name"
            },
            {
              "name": "fax"
            },
            {
              "name": "given-name"
            },
            {
              "name": "home"
            },
            {
              "name": "honorific-prefix"
            },
            {
              "name": "honorific-suffix"
            },
            {
              "name": "impp"
            },
            {
              "name": "language"
            },
            {
              "name": "mobile"
            },
            {
              "name": "name"
            },
            {
              "name": "new-password"
            },
            {
              "name": "nickname"
            },
            {
              "name": "off"
            },
            {
              "name": "on"
            },
            {
              "name": "one-time-code"
            },
            {
              "name": "organization"
            },
            {
              "name": "organization-title"
            },
            {
              "name": "pager"
            },
            {
              "name": "photo"
            },
            {
              "name": "postal-code"
            },
            {
              "name": "section-*"
            },
            {
              "name": "sex"
            },
            {
              "name": "shipping"
            },
            {
              "name": "street-address"
            },
            {
              "name": "tel"
            },
            {
              "name": "tel-area-code"
            },
            {
              "name": "tel-country-code"
            },
            {
              "name": "tel-extension"
            },
            {
              "name": "tel-local"
            },
            {
              "name": "tel-local-prefix"
            },
            {
              "name": "tel-local-suffix"
            },
            {
              "name": "tel-national"
            },
            {
              "name": "transaction-amount"
            },
            {
              "name": "transaction-currency"
            },
            {
              "name": "url"
            },
            {
              "name": "username"
            },
            {
              "name": "work"
            }
          ]
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "badge-label",
          "description": "Text for the badge showing the number of selected items."
        },
        {
          "name": "debounce-delay",
          "description": "Delay in milliseconds before the search is triggered when typing in the filter input."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the text input field."
        },
        {
          "name": "deselect-all-label",
          "description": "Text for the \"Deselect All\" button."
        },
        {
          "name": "disabled",
          "description": "Disables the input field."
        },
        {
          "name": "empty-result",
          "description": "The text to display when no items match the filter."
        },
        {
          "name": "enable-select-all",
          "description": "Enables or disables the \"Select All / Deselect All\" toggle functionality."
        },
        {
          "name": "error",
          "description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the multiselect\nfield."
        },
        {
          "name": "filter-mode",
          "description": "Filter mode for multiselect search:\n- 'strict': Simple substring matching (normalized includes)\n- 'smart': Token-based matching (all query tokens must exist, order ignored)\n- 'fuzzy': Typo-tolerant matching using Fuse.js (runs in Web Worker)",
          "values": [
            {
              "name": "fuzzy"
            },
            {
              "name": "smart"
            },
            {
              "name": "strict"
            }
          ]
        },
        {
          "name": "filter-text",
          "description": "The text entered by the user for filtering multiselect items."
        },
        {
          "name": "filterable",
          "description": "Enables or disables the filtering feature for the multiselect items."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "fuzzy-threshold",
          "description": "Threshold for fuzzy matching (0-1). Lower values are stricter.\nOnly applies when filterMode is 'fuzzy'."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should enter in the text\ninput field. It's a crucial element for making forms clear and user-friendly."
        },
        {
          "name": "locale",
          "description": "Locale for automatic translation of truncated results text.\nIf not provided, automatically detects browser locale."
        },
        {
          "name": "max-height",
          "description": "Defines the maximum height of the multiselect list when open."
        },
        {
          "name": "max-results",
          "description": "Maximum number of results to display. Protects UI performance on large datasets.\nValues are clamped between 10 and 500 (hard cap)."
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input's data in form submissions. It should be\nunique within the form to avoid conflicts."
        },
        {
          "name": "open",
          "description": "State of the multiselect popover."
        },
        {
          "name": "placeholder",
          "description": "Display temporary text inside the input field."
        },
        {
          "name": "readonly",
          "description": "Display the input field's content without allowing users to change it."
        },
        {
          "name": "required",
          "description": "Marks the input field as required."
        },
        {
          "name": "select-all-label",
          "description": "Text for the \"Select All\" button."
        },
        {
          "name": "start-filter-at",
          "description": "Minimum number of characters required before filtering starts.\nUseful for preventing overwhelming results on very large datasets."
        },
        {
          "name": "truncated-results-text",
          "description": "The text to display when results are truncated due to maxResults limit.\nSupports placeholders: {shown} and {total} will be replaced with actual values.\nIf not provided, automatically uses a localized translation based on the locale prop\nor browser language."
        },
        {
          "name": "worker-threshold",
          "description": "Number of items above which filtering is offloaded to a Web Worker.\nThis keeps the main thread responsive for large datasets."
        }
      ]
    },
    {
      "name": "nv-fieldnumber",
      "description": {
        "kind": "markdown",
        "value": "NvFieldnumber is a custom web component that provides a styled number input field with various properties and methods to enhance its functionality. It includes features such as labels, descriptions, placeholders, validation messages, and stepper buttons for incrementing and decrementing the value."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the input field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
        },
        {
          "name": "disabled",
          "description": "The disabled prop lets you turn off the input field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to#\nclicks or touches."
        },
        {
          "name": "error",
          "description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "Show a helpful message under the input field when there’s a problem. It\nexplains what’s wrong and how users can fix it, making the error easier to\nunderstand and resolve."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should enter in the text\ninput field. It’s a crucial element for making forms clear and\nuser-friendly."
        },
        {
          "name": "max",
          "description": "The maximum value that the input field can accept. Use this in combination\nwith min to create a range of valid values."
        },
        {
          "name": "message",
          "description": "Message defines a 'hint ' message for the number field."
        },
        {
          "name": "min",
          "description": "The minimum value that the input field can accept. Use this in combination\nwith max to create a range of valid values."
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input’s data in form submissions. It should be\nunique within the form to avoid conflicts"
        },
        {
          "name": "placeholder",
          "description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
        },
        {
          "name": "readonly",
          "description": "Display the input field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
        },
        {
          "name": "required",
          "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
        },
        {
          "name": "step",
          "description": "Define the increment value for the input field. It determines how much the\nvalue will increase or decrease when the user clicks the stepper buttons."
        },
        {
          "name": "success",
          "description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
        },
        {
          "name": "validation",
          "description": "Add the message to the validation state."
        },
        {
          "name": "value",
          "description": "The value of the input field. It’s the text that users type in or the value\nthat you set programmatically. This is the main way to interact with the\ninput field, and it’s essential for creating forms that users can fill out."
        }
      ]
    },
    {
      "name": "nv-fieldpassword",
      "description": {
        "kind": "markdown",
        "value": "The `nv-fieldpassword` component is, as its name suggests, a text input field that can be used in forms. It includes a label, a message and a validation status. The input type is the password. The input value can be controlled by the parent component, and Pattern management is used natively via regexes. It can also display an error status, a hint message or a validation message."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the input field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autocomplete",
          "description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they’ve used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
          "values": [
            {
              "name": "additional-name"
            },
            {
              "name": "address-level1"
            },
            {
              "name": "address-level2"
            },
            {
              "name": "address-level3"
            },
            {
              "name": "address-level4"
            },
            {
              "name": "address-line1"
            },
            {
              "name": "address-line2"
            },
            {
              "name": "address-line3"
            },
            {
              "name": "bday"
            },
            {
              "name": "bday-day"
            },
            {
              "name": "bday-month"
            },
            {
              "name": "bday-year"
            },
            {
              "name": "billing"
            },
            {
              "name": "cc-additional-name"
            },
            {
              "name": "cc-csc"
            },
            {
              "name": "cc-exp"
            },
            {
              "name": "cc-exp-month"
            },
            {
              "name": "cc-exp-year"
            },
            {
              "name": "cc-family-name"
            },
            {
              "name": "cc-given-name"
            },
            {
              "name": "cc-name"
            },
            {
              "name": "cc-number"
            },
            {
              "name": "cc-type"
            },
            {
              "name": "country"
            },
            {
              "name": "country-name"
            },
            {
              "name": "current-password"
            },
            {
              "name": "email"
            },
            {
              "name": "family-name"
            },
            {
              "name": "fax"
            },
            {
              "name": "given-name"
            },
            {
              "name": "home"
            },
            {
              "name": "honorific-prefix"
            },
            {
              "name": "honorific-suffix"
            },
            {
              "name": "impp"
            },
            {
              "name": "language"
            },
            {
              "name": "mobile"
            },
            {
              "name": "name"
            },
            {
              "name": "new-password"
            },
            {
              "name": "nickname"
            },
            {
              "name": "off"
            },
            {
              "name": "on"
            },
            {
              "name": "one-time-code"
            },
            {
              "name": "organization"
            },
            {
              "name": "organization-title"
            },
            {
              "name": "pager"
            },
            {
              "name": "photo"
            },
            {
              "name": "postal-code"
            },
            {
              "name": "section-*"
            },
            {
              "name": "sex"
            },
            {
              "name": "shipping"
            },
            {
              "name": "street-address"
            },
            {
              "name": "tel"
            },
            {
              "name": "tel-area-code"
            },
            {
              "name": "tel-country-code"
            },
            {
              "name": "tel-extension"
            },
            {
              "name": "tel-local"
            },
            {
              "name": "tel-local-prefix"
            },
            {
              "name": "tel-local-suffix"
            },
            {
              "name": "tel-national"
            },
            {
              "name": "transaction-amount"
            },
            {
              "name": "transaction-currency"
            },
            {
              "name": "url"
            },
            {
              "name": "username"
            },
            {
              "name": "work"
            }
          ]
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
        },
        {
          "name": "disabled",
          "description": "The disabled prop lets you turn off the input field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to#\nclicks or touches."
        },
        {
          "name": "error",
          "description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the password\nfield."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "hide-password-icon",
          "description": "Hide the button to show/hide the password."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should enter in the text\ninput field. It’s a crucial element for making forms clear and\nuser-friendly."
        },
        {
          "name": "maxlength",
          "description": "Limits how many characters users can type into the input field. It’s\nhelpful for making sure users don’t enter too much information, keeping\ntheir input within the allowed limit."
        },
        {
          "name": "minlength",
          "description": "Ensures that users type at least a certain number of characters into the\ninput field. It’s a way to make sure users provide enough information\nbefore moving on."
        },
        {
          "name": "mode",
          "description": "Defines the type of the input.",
          "values": [
            {
              "name": "number"
            },
            {
              "name": "text"
            }
          ]
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input’s data in form submissions. It should be\nunique within the form to avoid conflicts"
        },
        {
          "name": "pattern",
          "description": "Set rules for how the input should be formatted. For example, you can\nrequire that a phone number includes only digits or that an email address\nhas the correct format. If users don’t follow these rules, they’ll get a\nprompt to correct their input on form submission.\nthe rules are applied to the input value via regexes."
        },
        {
          "name": "placeholder",
          "description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
        },
        {
          "name": "readonly",
          "description": "Display the input field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
        },
        {
          "name": "required",
          "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
        },
        {
          "name": "show-password",
          "description": "Show/hide the password programmatically."
        },
        {
          "name": "success",
          "description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
        },
        {
          "name": "value",
          "description": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input’s value is managed by the component’s state."
        }
      ]
    },
    {
      "name": "nv-fieldradio",
      "description": {
        "kind": "markdown",
        "value": "Use radio buttons when you have a group of mutually exclusive choices and only one selection from the group is allowed."
      },
      "attributes": [
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "checked",
          "description": "Controls whether the radio button is selected."
        },
        {
          "name": "description",
          "description": "Adds a helpful hint message below the label. This description provides\nextra information or context about the radio button option, assisting users\nin making more informed choices."
        },
        {
          "name": "disabled",
          "description": "Disables the radio button, making it un-selectable."
        },
        {
          "name": "error",
          "description": "Highlight the radio button with error styling. It helps users quickly\nidentify which option needs attention, improving their form-filling\nexperience by making issues more visible."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the radio\nbutton."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility."
        },
        {
          "name": "label",
          "description": "Sets the text content that is rendered next to the input element of type\nradio. This label is essential for accessibility and user clarity, as it\ndescribes the purpose or option of the radio button."
        },
        {
          "name": "label-before",
          "description": "Set the label placement to before the input"
        },
        {
          "name": "label-placement",
          "description": "Defines the position of the label relative to the radio button.",
          "values": [
            {
              "name": "after"
            },
            {
              "name": "before"
            }
          ]
        },
        {
          "name": "message",
          "description": "Adds a helpful hint message below the label"
        },
        {
          "name": "name",
          "description": "Use this to assign a group name to your radio buttons. When you have\nmultiple radio buttons with the same name, users will be able to select\nonly one option within that group, making your forms more organized and\nuser-friendly."
        },
        {
          "name": "value",
          "description": "Defines what data will be sent when the radio button is selected.\nThis helps you identify which option the user has chosen in your form,\nensuring accurate data collection. When the form is submitted, the data\nwill consist of a name=value pair."
        }
      ]
    },
    {
      "name": "nv-fieldselect",
      "description": {
        "kind": "markdown",
        "value": "A custom field select component that renders a dropdown (select) element with various slots for customization."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the select field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on a <select>\nelement."
        },
        {
          "name": "clearable",
          "description": "Shows the inline clear (×) button when a value is selected. The\nprogrammatic `clear()` method works regardless of this prop — leave\nit off when you want to manage clearing from outside the component."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the select field. This is\nwhere you can clarify what users should choose or provide additional\ninstructions, making the form easier to fill out correctly."
        },
        {
          "name": "disabled",
          "description": "The disabled prop lets you turn off the select field so that users can’t\nchoose something. When disabled, the field is grayed out and won’t respond to\nclicks or touches."
        },
        {
          "name": "display-value",
          "description": "When enabled, displays the value element instead of the label when readonly.\nBy default, the label is displayed in readonly mode. Also it automatically\nsets the component to readonly."
        },
        {
          "name": "error",
          "description": "Alters the select field's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "Show a helpful message under the select field when there’s a problem. It\nexplains what’s wrong and how users can fix it, making the error easier to\nunderstand and resolve."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the select element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should choose in the\nselect field. It’s a crucial element for making forms clear and\nuser-friendly."
        },
        {
          "name": "message",
          "description": "Message defines a 'hint ' message for the Select Field."
        },
        {
          "name": "multiple",
          "description": "When enabled, allows the select to handle multiple selections."
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the select field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the selected data in form submissions. It should be\nunique within the form to avoid conflicts"
        },
        {
          "name": "readonly",
          "description": "Display the select field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to change or delete anything."
        },
        {
          "name": "required",
          "description": "Marks the select field as required, ensuring that the user must fill it out\nbefore submitting the form."
        },
        {
          "name": "success",
          "description": "Changes the select field’s appearance to indicate successful input or\nvalidation."
        },
        {
          "name": "validation",
          "description": "Add the message to the validation state."
        },
        {
          "name": "value",
          "description": "The value of the select field.\n- If `multiple` is `false`, it's a single string.\n- If `multiple` is `true`, it's a comma-separated string of selected values."
        }
      ]
    },
    {
      "name": "nv-fieldslider",
      "description": {
        "kind": "markdown",
        "value": "The nv-fieldslider component provides an interactive slider interface for selecting numeric values in web forms. It features a draggable slider thumb, optional numeric input fields for direct value entry, and built-in accessibility support. Users can operate the slider in single-value or range mode, and the component offers flexible customization options including tick marks, labels, and error messaging, making it a user-friendly solution for number-based inputs."
      },
      "attributes": [
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the slider. This is where you\ncan clarify what users should enter or provide additional instructions,\nmaking the form easier to fill out correctly."
        },
        {
          "name": "disabled",
          "description": "Disables user interaction with the slider and its associated input fields."
        },
        {
          "name": "end-input-id",
          "description": "Sets the ID for the end input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated."
        },
        {
          "name": "end-name",
          "description": "Name attribute for the end value input when using range mode.\nIf not provided, the name attribute will be used with '-end' appended."
        },
        {
          "name": "error",
          "description": "Alters the slider's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the slider."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "has-field",
          "description": "Enables an optional numeric input field alongside the slider, allowing\nusers to type a value directly instead of—or in addition to—using the\nslider handle. The field accepts numeric values in the format based on\nclient-side local settings."
        },
        {
          "name": "hide-label",
          "description": "Keeps the interface clean by removing visible labels, but still announces\nthe label to screen readers so users relying on assistive tech aren't left\nguessing."
        },
        {
          "name": "label",
          "description": "Provides a textual description of the slider's function, helping users\nunderstand what the control adjusts. It also supports accessibility by\nserving as the accessible name for the component."
        },
        {
          "name": "label-after-value",
          "description": "Use this to automatically show a label, like \"$\" or \"kg,\" after the value\non the slider's tooltip or input, helping users better understand the\nnumber."
        },
        {
          "name": "label-before-value",
          "description": "Use this to automatically show a label, like \"~\" for approximate values,\nbefore the slider's value in the tooltip or input, giving users quick\ncontext about the number."
        },
        {
          "name": "max",
          "description": "Defines the maximum allowed value for the slider. The thumb cannot move\nabove this value, and manual input is also constrained accordingly."
        },
        {
          "name": "min",
          "description": "Defines the minimum allowed value for the slider. The thumb cannot move\nbelow this value, and manual input is also constrained accordingly."
        },
        {
          "name": "name",
          "description": "Name attribute for the form input element. Required for form submission.\nFor range sliders, this will be used for the start value input and add -end\nto the end input name."
        },
        {
          "name": "range",
          "description": "Allows the slider to display two thumbs, enabling users to select a\ncontinuous range between a minimum and maximum value. Ideal for use cases\nlike filtering by price or time."
        },
        {
          "name": "readonly",
          "description": "Makes the slider and input non-editable while keeping them focusable and\nincluded in form submissions."
        },
        {
          "name": "show-ticks",
          "description": "Controls the visibility of tick marks on the slider. When enabled, all\nvisual ticks that indicate step points along the track are shown. If custom\nticks are provided, they are always shown regardless of this setting."
        },
        {
          "name": "snap",
          "description": "Controls whether the slider handle should visually snap to step values\nduring dragging. When false, the handle can be positioned at any point\nalong the track while dragging, but the actual value will still snap to the\nnearest step value. When true, the handle will visually snap to the nearest\nstep value during dragging."
        },
        {
          "name": "snap-ticks",
          "description": "When true and custom ticks are provided, the slider will snap to the nearest\ntick value during dragging, instead of using the step value. This is useful\nwhen you have custom ticks at specific values that don't align with regular step intervals."
        },
        {
          "name": "start-input-id",
          "description": "Sets the ID for the start input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated."
        },
        {
          "name": "step",
          "description": "Defines the interval between selectable values on the slider. Controls how\nmuch the value increases or decreases with each keyboard interaction, drag\nmovement, or direct input."
        },
        {
          "name": "success",
          "description": "Changes the slider's appearance to indicate successful input or validation."
        }
      ]
    },
    {
      "name": "nv-fieldtext",
      "description": {
        "kind": "markdown",
        "value": "The `nv-fieldtext` component is a text input field that can be used in forms. It includes a label, message, and validation state. The input can be of type text, password, email, or number. The value of the input can be controlled by the parent component. It can also display an error state, a hint message, or a validation message."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the input field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autocomplete",
          "description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they’ve used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
          "values": [
            {
              "name": "additional-name"
            },
            {
              "name": "address-level1"
            },
            {
              "name": "address-level2"
            },
            {
              "name": "address-level3"
            },
            {
              "name": "address-level4"
            },
            {
              "name": "address-line1"
            },
            {
              "name": "address-line2"
            },
            {
              "name": "address-line3"
            },
            {
              "name": "bday"
            },
            {
              "name": "bday-day"
            },
            {
              "name": "bday-month"
            },
            {
              "name": "bday-year"
            },
            {
              "name": "billing"
            },
            {
              "name": "cc-additional-name"
            },
            {
              "name": "cc-csc"
            },
            {
              "name": "cc-exp"
            },
            {
              "name": "cc-exp-month"
            },
            {
              "name": "cc-exp-year"
            },
            {
              "name": "cc-family-name"
            },
            {
              "name": "cc-given-name"
            },
            {
              "name": "cc-name"
            },
            {
              "name": "cc-number"
            },
            {
              "name": "cc-type"
            },
            {
              "name": "country"
            },
            {
              "name": "country-name"
            },
            {
              "name": "current-password"
            },
            {
              "name": "email"
            },
            {
              "name": "family-name"
            },
            {
              "name": "fax"
            },
            {
              "name": "given-name"
            },
            {
              "name": "home"
            },
            {
              "name": "honorific-prefix"
            },
            {
              "name": "honorific-suffix"
            },
            {
              "name": "impp"
            },
            {
              "name": "language"
            },
            {
              "name": "mobile"
            },
            {
              "name": "name"
            },
            {
              "name": "new-password"
            },
            {
              "name": "nickname"
            },
            {
              "name": "off"
            },
            {
              "name": "on"
            },
            {
              "name": "one-time-code"
            },
            {
              "name": "organization"
            },
            {
              "name": "organization-title"
            },
            {
              "name": "pager"
            },
            {
              "name": "photo"
            },
            {
              "name": "postal-code"
            },
            {
              "name": "section-*"
            },
            {
              "name": "sex"
            },
            {
              "name": "shipping"
            },
            {
              "name": "street-address"
            },
            {
              "name": "tel"
            },
            {
              "name": "tel-area-code"
            },
            {
              "name": "tel-country-code"
            },
            {
              "name": "tel-extension"
            },
            {
              "name": "tel-local"
            },
            {
              "name": "tel-local-prefix"
            },
            {
              "name": "tel-local-suffix"
            },
            {
              "name": "tel-national"
            },
            {
              "name": "transaction-amount"
            },
            {
              "name": "transaction-currency"
            },
            {
              "name": "url"
            },
            {
              "name": "username"
            },
            {
              "name": "work"
            }
          ]
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
        },
        {
          "name": "disabled",
          "description": "The disabled prop lets you turn off the input field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to\nclicks or touches."
        },
        {
          "name": "error",
          "description": "Alters the input field’s appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the textfield\nfield."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should enter in the text\ninput field. It’s a crucial element for making forms clear and\nuser-friendly."
        },
        {
          "name": "maxlength",
          "description": "Limits how many characters users can type into the input field. It’s\nhelpful for making sure users don’t enter too much information, keeping\ntheir input within the allowed limit."
        },
        {
          "name": "message",
          "description": "Message defines a 'hint ' message for the Text Field."
        },
        {
          "name": "minlength",
          "description": "Ensures that users type at least a certain number of characters into the\ninput field. It’s a way to make sure users provide enough information\nbefore moving on."
        },
        {
          "name": "multiple",
          "description": "When used with the email input type, this prop enables the field to accept\nmultiple email addresses. Users can enter several addresses, separating\neach one with a comma, allowing the form to handle multiple recipients."
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input’s data in form submissions. It should be\nunique within the form to avoid conflicts"
        },
        {
          "name": "pattern",
          "description": "Set rules for how the input should be formatted. For example, you can\nrequire that a phone number includes only digits or that an email address\nhas the correct format. If users don’t follow these rules, they’ll get a\nprompt to correct their input after the form is submitted."
        },
        {
          "name": "placeholder",
          "description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
        },
        {
          "name": "readonly",
          "description": "Display the input field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
        },
        {
          "name": "required",
          "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
        },
        {
          "name": "success",
          "description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
        },
        {
          "name": "text-input-type",
          "description": "Type of the input.",
          "values": [
            {
              "name": "email"
            },
            {
              "name": "tel"
            },
            {
              "name": "text"
            }
          ]
        },
        {
          "name": "type",
          "description": "The type prop lets you specify what kind of information the input field\nshould accept. Choose 'text' for general words or sentences, 'tel' for\nphone numbers, or 'email' for email addresses. This makes sure users get\nthe right keyboard and validation for what they need to enter.",
          "values": [
            {
              "name": "email"
            },
            {
              "name": "tel"
            },
            {
              "name": "text"
            }
          ]
        },
        {
          "name": "validation",
          "description": "Add the message to the validation state."
        },
        {
          "name": "value",
          "description": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input’s value is managed by the component’s state."
        }
      ]
    },
    {
      "name": "nv-fieldtextarea",
      "description": {
        "kind": "markdown",
        "value": "The `nv-fieldtextarea` component is a text textarea field that can be used in forms. It includes a label, message, and validation state. The value of the textarea can be controlled by the parent component. It can also display an error state, a hint message, or a validation message."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the textarea field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on a <textarea>\nelement."
        },
        {
          "name": "autosize",
          "description": "Enable this to make the textarea automatically resize as the user types,\nadjusting the height to fit the content. For the best experience, avoid\nvertical resizing, as it's controlled by this feature. Horizontal resizing\ncan still be allowed if desired."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the text textarea field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
        },
        {
          "name": "disabled",
          "description": "The disabled prop lets you turn off the textarea field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to#\nclicks or touches."
        },
        {
          "name": "error",
          "description": "Alters the textarea field's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "Show a helpful message under the textarea field when there’s a problem. It\nexplains what’s wrong and how users can fix it, making the error easier to\nunderstand and resolve."
        },
        {
          "name": "fluid",
          "description": "Allows the field to stretch and fill the entire width of its container."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should enter in the text\ntextarea field. It’s a crucial element for making forms clear and\nuser-friendly."
        },
        {
          "name": "max-auto-height",
          "description": "Sets a maximum height (in pixels) for the textarea when autosize is\nenabled. Once the content exceeds this height the textarea will stop\ngrowing and the content will overflow with a scrollbar. This is useful\nfor chat-style inputs where unlimited growth is undesirable. Only\napplies when `autosize` is `true`."
        },
        {
          "name": "maxlength",
          "description": "Limits how many characters users can type into the textarea field. It’s\nhelpful for making sure users don’t enter too much information, keeping\ntheir textarea within the allowed limit."
        },
        {
          "name": "message",
          "description": "Message defines a 'hint ' message for the Text Field."
        },
        {
          "name": "minlength",
          "description": "Ensures that users type at least a certain number of characters into the\ntextarea field. It’s a way to make sure users provide enough information\nbefore moving on."
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the textarea field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the textarea’s data in form submissions. It should be\nunique within the form to avoid conflicts"
        },
        {
          "name": "placeholder",
          "description": "Display temporary text inside the textarea field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
        },
        {
          "name": "readonly",
          "description": "Display the textarea field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
        },
        {
          "name": "required",
          "description": "Marks the textarea field as required, ensuring that the user must fill it out\nbefore submitting the form."
        },
        {
          "name": "resize",
          "description": "Controls the resize property of a textarea. It can be set to none, both,\nhorizontal, or vertical. The default is vertical.",
          "values": [
            {
              "name": "both"
            },
            {
              "name": "horizontal"
            },
            {
              "name": "none"
            },
            {
              "name": "vertical"
            }
          ]
        },
        {
          "name": "rows",
          "description": "The number of visible text lines for the control. The default is 3. This\ncan be useful when you want to limit the size of the textarea field or when\nyou want to make the textarea field smaller to fit a specific layout. The\ntextarea field will expand vertically to fit the text as the user types."
        },
        {
          "name": "success",
          "description": "Changes the textarea field’s appearance to indicate successful textarea or\nvalidation."
        },
        {
          "name": "validation",
          "description": "Add the message to the validation state."
        },
        {
          "name": "value",
          "description": "Specifies the value of the textarea field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the textarea’s value is managed by the component’s state."
        }
      ]
    },
    {
      "name": "nv-fieldtime",
      "description": {
        "kind": "markdown",
        "value": "A format-aware time input component that displays only relevant input fields based on the specified format.\nThe component ensures consistency between the format property and both input validation and value emission."
      },
      "attributes": [
        {
          "name": "aria-required",
          "description": "Marks the input field as required for accessibility purposes without triggering\nnative HTML validation. Use this when implementing custom validation logic."
        },
        {
          "name": "autofocus",
          "description": "Applies focus to the input field as soon as the component is mounted. This\nis equivalent to setting the native autofocus attribute on an <input>\nelement."
        },
        {
          "name": "description",
          "description": "Add helpful hints or extra information under the time input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions."
        },
        {
          "name": "disabled",
          "description": "The disabled prop lets you turn off the input field so that users can't\ninteract with it. When disabled, the field is grayed out and won't respond to\nclicks or touches."
        },
        {
          "name": "error",
          "description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
        },
        {
          "name": "error-description",
          "description": "A description that appears when there is an error related to the time\nfield."
        },
        {
          "name": "format",
          "description": "Specifies the time format to be used.\nAvailable formats:\n- HH: 24-hour format (00-23)\n- HH:mm: 24-hour format with minutes (00:00-23:59)\n- HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59)\n- hh: 12-hour format (01-12)\n- hh:mm: 12-hour format with minutes (01:00-12:59)\n- hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59)\n\nThe component automatically shows only the relevant input fields based on the selected format.\nWhen the format changes dynamically, the component re-parses the current value and updates\nthe visible fields accordingly.",
          "values": [
            {
              "name": "HH"
            },
            {
              "name": "HH:mm"
            },
            {
              "name": "HH:mm:ss"
            },
            {
              "name": "hh"
            },
            {
              "name": "hh:mm"
            },
            {
              "name": "hh:mm:ss"
            }
          ]
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
        },
        {
          "name": "label",
          "description": "Lets you define the text that explains what users should enter in the time\ninput field. It's a crucial element for making forms clear and\nuser-friendly."
        },
        {
          "name": "max",
          "description": "The maximum time value that can be selected."
        },
        {
          "name": "min",
          "description": "The minimum time value that can be selected."
        },
        {
          "name": "name",
          "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input's data in form submissions."
        },
        {
          "name": "open",
          "description": "State of the time picker popover."
        },
        {
          "name": "readonly",
          "description": "Display the input field's content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won't be\nable to type or delete anything."
        },
        {
          "name": "required",
          "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
        },
        {
          "name": "step",
          "description": "The step interval in milliseconds for time increments/decrements.\nThis affects how the time changes when using arrow keys or spinners."
        },
        {
          "name": "success",
          "description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
        },
        {
          "name": "value",
          "description": "The current value of the time input in the specified format."
        }
      ]
    },
    {
      "name": "nv-icon",
      "description": {
        "kind": "markdown",
        "value": "Icons are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content."
      },
      "attributes": [
        {
          "name": "color",
          "description": "Set color of the icon.",
          "values": [
            {
              "name": "error"
            },
            {
              "name": "neutral"
            },
            {
              "name": "primary"
            },
            {
              "name": "secondary"
            },
            {
              "name": "success"
            }
          ]
        },
        {
          "name": "large",
          "description": "Set size to Large."
        },
        {
          "name": "medium",
          "description": "Set size to Medium."
        },
        {
          "name": "name",
          "description": "Choose the icon you want to display. This also sets the aria-label for\nimproved accessibility, helping users who rely on screen readers.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "size",
          "description": "Adjust the size of the icon to fit your design needs.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xl"
            },
            {
              "name": "xs"
            }
          ]
        },
        {
          "name": "small",
          "description": "Set size to Small."
        },
        {
          "name": "xlarge",
          "description": "Set size to ExtraLarge."
        },
        {
          "name": "xsmall",
          "description": "Set size to ExtraSmall."
        }
      ]
    },
    {
      "name": "nv-iconbutton",
      "description": {
        "kind": "markdown",
        "value": "The Icon Button component enhances standard HTML buttons with Nova Design styling and extended functionality. It offers customizable visual emphasis, distinct styling for destructive actions, and built-in accessibility. It allows developers to guide user attention effectively, providing a unified approach to action triggers across your application."
      },
      "attributes": [
        {
          "name": "active",
          "description": "Makes the button look active when it’s within a compatible component\nlike a button group."
        },
        {
          "name": "disable-tabindex",
          "description": "Use this to make the button skip-able when users navigate with the keyboard.\nThe button remains clickable but won’t be reached via the Tab key."
        },
        {
          "name": "disabled",
          "description": "Disables the button, preventing user interaction."
        },
        {
          "name": "emphasis",
          "description": "Adjusts the button’s emphasis to make it more or less visually prominent\nto users. Use this to draw attention to important actions or reduce focus\non less critical ones.",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            },
            {
              "name": "lower"
            },
            {
              "name": "medium"
            }
          ]
        },
        {
          "name": "loading",
          "description": "Set this to true to show a spinner on the button, letting users know that\ntheir action is being processed. It helps improve user experience by\nindicating ongoing activities. The icon is not displayed when the button\nis loading. Also, the button is disabled. If you want to disable the\nbutton, it is not possible. It is automatically disabled when loading."
        },
        {
          "name": "name",
          "description": "Choose the icon you want to display. This also sets the aria-label for\nimproved accessibility, helping users who rely on screen readers.\nThe icon is not displayed when the button is loading.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "shape",
          "description": "Sets the shape of the button. Choose between square and rounded.",
          "values": [
            {
              "name": "rounded"
            },
            {
              "name": "square"
            }
          ]
        },
        {
          "name": "size",
          "description": "Determines how large or small the button appears, allowing for\ncustomization of the button's dimensions to fit different design\nspecifications and user needs.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xs"
            }
          ]
        },
        {
          "name": "type",
          "description": "Sets the button type to control its function in forms. Use 'submit' to send\nform data, 'reset' to clear the form, or 'button' for a standard button\nthat doesn’t interact with form submission by default.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "reset"
            },
            {
              "name": "submit"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-loader",
      "description": {
        "kind": "markdown",
        "value": "In an application, it is important to inform the user that their interaction has been acknowledged. The `nv-loader` component indicates that the application is waiting for a result from a back-end service or another source."
      },
      "attributes": [
        {
          "name": "color",
          "description": "Choose the color of the loader. Options are primary and white to keep the\ndesign consistent and ensure the loader stands out or blends in\nappropriately with your application’s interface.",
          "values": [
            {
              "name": "brand"
            },
            {
              "name": "white"
            }
          ]
        },
        {
          "name": "size",
          "description": "Choose the size of the loader to best fit your application’s needs, whether\nit’s a small spinner for subtle loading indicators or a large one for more\nprominent displays.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xl"
            },
            {
              "name": "xs"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-menu",
      "description": {
        "kind": "markdown",
        "value": "The nv-menu component provides a flexible and accessible menu that can be used for navigation or action-based menus."
      },
      "attributes": [
        {
          "name": "disable-close-on-select",
          "description": "Use this to disable the menu from closing automatically when a menu item is\nselected."
        },
        {
          "name": "nested",
          "description": "Use this if the menu is nested inside another menu. This will prevent the\nparent menu from closing when the child menu is opened."
        },
        {
          "name": "open",
          "description": "Use this to toggle the initial visibility of the menu, by default the menu\nis hidden."
        },
        {
          "name": "placement",
          "description": "Decides where the menu shows up next to the button it's linked to (above,\nbelow, to the sides). If there isn't enough room, it will adjust its\nposition on the axis to fit on the screen, so users can always see it.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "bottom-end"
            },
            {
              "name": "bottom-start"
            },
            {
              "name": "left"
            },
            {
              "name": "left-end"
            },
            {
              "name": "left-start"
            },
            {
              "name": "right"
            },
            {
              "name": "right-end"
            },
            {
              "name": "right-start"
            },
            {
              "name": "top"
            },
            {
              "name": "top-end"
            },
            {
              "name": "top-start"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-menuitem",
      "description": {
        "kind": "markdown",
        "value": "The nv-menuitem component is designed as an individual item within an nv-menu. It provides a flexible, accessible interface for both navigation and action-oriented menu structures, allowing for a cohesive and user-friendly menu experience when combined with other nv-menu elements."
      },
      "attributes": [
        {
          "name": "disabled",
          "description": "Disables the item, preventing user interaction."
        },
        {
          "name": "has-submenu",
          "description": "If the menu item has a submenu, the a caret icon will be displayed."
        },
        {
          "name": "icon",
          "description": "Choose the icon you want to display. This also sets the aria-label for\nimproved accessibility, helping users who rely on screen readers.\nThe icon is not displayed when the button is loading.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "label",
          "description": "Text content for the menu item. If a more custom approach is needed, use\nthe default slot instead."
        },
        {
          "name": "name",
          "description": "Represents the identifier or name associated with the menu item. This value\nwill be emitted as part of the event data when the menu item is selected,\nenabling event handlers to identify the chosen item."
        },
        {
          "name": "shortcut",
          "description": "Show a shortcut key for the action represented in the menu item."
        }
      ]
    },
    {
      "name": "nv-notification",
      "description": {
        "kind": "markdown",
        "value": "The `nv-notification` component is designed to display a single notification message within the user interface. Unlike alerts, notifications are typically transient and context-driven, offering users timely feedback or updates without demanding persistent attention. This component is a low-level building block and should not be used directly in most cases.\n\nFor React, Vue, Blazor, and Angular, we provide framework-specific notification services that come with hooks, composables, or helpers to manage notifications in a structured way. These services handle lifecycle, queuing, and consistent behavior across your app. We strongly recommend referring to the provider documentation for your framework of choice and using those abstractions instead.\n\nIf you choose not to use the framework services, you may work directly with the `nv-notification` component together with the `nv-notificationcontainer` to manually manage notifications. This approach is intended for advanced use cases or for building a fully custom notification system."
      },
      "attributes": [
        {
          "name": "dismissible",
          "description": "Allows the notification to be dismissed via a close button (x). The\nnotification is not dismissible unless explicitly enabled."
        },
        {
          "name": "emphasis",
          "description": "Adjusts the emphasis to make the notification more or less visually\nprominent to users. Use this to draw attention to important actions or\nreduce focus on less critical ones",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "medium"
            }
          ]
        },
        {
          "name": "feedback",
          "description": "Specifies the notification type which determines the color and default icon.",
          "values": [
            {
              "name": "error"
            },
            {
              "name": "information"
            },
            {
              "name": "neutral"
            },
            {
              "name": "success"
            },
            {
              "name": "warning"
            }
          ]
        },
        {
          "name": "heading",
          "description": "Short and concise text for the notification title."
        },
        {
          "name": "hidden",
          "description": "Controls the visibility of the notification."
        },
        {
          "name": "icon",
          "description": "Icon associated with the notification, defaults vary based on the feedback\ntype.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "initially-hidden",
          "description": "When true, the notification will be hidden initially, but internal changes\nwill not be in a controlled state. Good for animating the notification in."
        },
        {
          "name": "message",
          "description": "Main content for the notification. For more complex content, use the\ncontent slot instead."
        },
        {
          "name": "uid",
          "description": "Set a unique ID for the notification. Used for aria attributes and managing\nmultiple notifications."
        }
      ]
    },
    {
      "name": "nv-notification-bullet",
      "description": {
        "kind": "markdown",
        "value": "Notification bullet component for displaying notification counts in the sidebar.\nAutomatically adapts its size when the sidebar is collapsed.\nInherits intention and emphasis from parent nv-sidebar if not explicitly set."
      },
      "attributes": [
        {
          "name": "contrasting-border",
          "description": "Allows to add a border to add contrast on background."
        },
        {
          "name": "count",
          "description": "The number of notifications to display.\nIf 0 or not provided, the component will not be visible."
        },
        {
          "name": "emphasis",
          "description": "Determines the emphasis and importance of the notification.\n- high: More prominent appearance\n- low: Less prominent appearance\nIf not set, inherits from parent nv-sidebar's notificationEmphasis prop.",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            }
          ]
        },
        {
          "name": "intention",
          "description": "Determines the type of the notification.\n- neutral: Uses neutral colors (gray)\n- brand: Uses brand colors (orange/teal depending on theme)\nIf not set, inherits from parent nv-sidebar's notificationIntention prop.",
          "values": [
            {
              "name": "brand"
            },
            {
              "name": "neutral"
            }
          ]
        },
        {
          "name": "size",
          "description": "Determines the size of the notification bullet.\n- default: Normal size with text visible\n- reduced: Smaller size, text hidden (just a dot)",
          "values": [
            {
              "name": "default"
            },
            {
              "name": "reduced"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-notificationcontainer",
      "description": {
        "kind": "markdown",
        "value": "This component is the container for the notifications.  Each framework has its own implementation of the providers."
      },
      "attributes": [
        {
          "name": "position",
          "description": "Position of the notification container on the screen.",
          "values": [
            {
              "name": "bottom-center"
            },
            {
              "name": "bottom-left"
            },
            {
              "name": "bottom-right"
            },
            {
              "name": "top-center"
            },
            {
              "name": "top-left"
            },
            {
              "name": "top-right"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-pagination-nav",
      "description": {
        "kind": "markdown",
        "value": "A pagination navigation component that displays page numbers with Previous/Next controls.\nUse the isOnlyIcon prop to display Previous/Next as icon buttons for compact layouts."
      },
      "attributes": [
        {
          "name": "current-page",
          "description": "Current page number (1-based index)."
        },
        {
          "name": "is-only-icon",
          "description": "If true, the Previous/Next navigation buttons will be displayed as icon buttons.\nPage number buttons always use regular buttons."
        },
        {
          "name": "next-button-label",
          "description": "Label for the next button."
        },
        {
          "name": "num-end-zone-buttons",
          "description": "Number of page buttons to show at the end of the pagination range."
        },
        {
          "name": "num-middle-buttons",
          "description": "Number of page buttons to show in the middle zone around the current page."
        },
        {
          "name": "num-start-zone-buttons",
          "description": "Number of page buttons to show at the start of the pagination range."
        },
        {
          "name": "page-size",
          "description": "Number of items per page."
        },
        {
          "name": "previous-button-label",
          "description": "Label for the previous button."
        },
        {
          "name": "show-middle-zone",
          "description": "If true, shows the middle zone with the current page when it's not in start/end zones.\nIf false (default), only shows one ellipsis between start and end zones (simpler pagination)."
        },
        {
          "name": "total-count",
          "description": "Total number of items to paginate."
        }
      ]
    },
    {
      "name": "nv-paginationtable",
      "description": {
        "kind": "markdown",
        "value": "This component adds pagination to data grids and tables. It is flexible and supports slots to customize content and behavior. You can set the number of pages, total rows, and items per page. Navigation includes first, last, previous, and next page controls. It is designed specifically for data grid use."
      },
      "attributes": [
        {
          "name": "hide-controls",
          "description": "Hides all arrow navigation controls when set to true.\nBy default, all controls are visible."
        },
        {
          "name": "hide-first-last",
          "description": "Hides the first/last arrow controls when set to true."
        },
        {
          "name": "hide-prev-next",
          "description": "Hides the previous/next arrow controls when set to true."
        },
        {
          "name": "label-page",
          "description": "Label template for the page indicator.\nSupports placeholders: {pageIndex}, {pageCount}.\nNote: {pageIndex} is displayed as 1-based to users (internally 0-based)."
        },
        {
          "name": "label-page-size-option",
          "description": "Label template for the page size dropdown options.\nSupports placeholder: {pageSize}."
        },
        {
          "name": "label-total",
          "description": "Label template for the total row count display.\nSupports placeholder: {rowCount}."
        },
        {
          "name": "page-count",
          "description": "Total number of pages available."
        },
        {
          "name": "page-index",
          "description": "Indicates which page of table results is currently being shown, using a\nzero-based index."
        },
        {
          "name": "page-size",
          "description": "Sets how many results appear at once before moving to the next page."
        },
        {
          "name": "row-count",
          "description": "Total number of rows in the dataset."
        }
      ]
    },
    {
      "name": "nv-pill",
      "description": {
        "kind": "markdown",
        "value": "The Pill component is an interactive, selectable chip used for filtering,\ncategorization, and compact toggle states."
      },
      "attributes": [
        {
          "name": "disabled",
          "description": "Prevents all interaction with the pill."
        },
        {
          "name": "label",
          "description": "The visible text inside the pill."
        },
        {
          "name": "leading-icon",
          "description": "Optional leading icon rendered before the label.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "pill-aria-role",
          "description": "ARIA role for accessibility contexts.\nDefaults to button and can be overridden by group wrappers.",
          "values": [
            {
              "name": "button"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "radio"
            }
          ]
        },
        {
          "name": "selected",
          "description": "Whether the pill is currently selected."
        },
        {
          "name": "value",
          "description": "Optional value emitted when the pill toggles."
        }
      ]
    },
    {
      "name": "nv-popover",
      "description": {
        "kind": "markdown",
        "value": "The Popover component displays rich, interactive content when users click or focus on a target element, offering customizable positioning and behavior for dynamic UI interactions."
      },
      "attributes": [
        {
          "name": "disable-flip",
          "description": "Disables the automatic flipping of the popover when the trigger element is\nout of the viewport. The popover will flip automatically by default."
        },
        {
          "name": "enter-delay",
          "description": "Use this to set a delay before the popover appears on hover. If the mouse\nleaves before this time, the popover won't show. This only works when the\ntrigger mode is set to `hover`."
        },
        {
          "name": "group-name",
          "description": "Use this to group popovers together so that opening one will not animate\nthe closing of another. This is helpful when popovers are placed close\ntogether, preventing animation overlap."
        },
        {
          "name": "has-arrow",
          "description": "Use this to decide if the popover should include a small arrow pointing to\nthe trigger element, making the connection between them more clear."
        },
        {
          "name": "nested",
          "description": "Use this to set the popover to be nested inside another popover. This will\nprevent the parent popover from closing when the child popover is opened."
        },
        {
          "name": "offset",
          "description": "Adjust the gap between the popover and its trigger element by setting how\nmany pixels they should be apart."
        },
        {
          "name": "open",
          "description": "Use this prop to toggle the visibility of the popover. Set to true to show\nthe popover and false to hide it."
        },
        {
          "name": "placement",
          "description": "Defines where the popover appears relative to the trigger.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "bottom-end"
            },
            {
              "name": "bottom-start"
            },
            {
              "name": "left"
            },
            {
              "name": "left-end"
            },
            {
              "name": "left-start"
            },
            {
              "name": "right"
            },
            {
              "name": "right-end"
            },
            {
              "name": "right-start"
            },
            {
              "name": "top"
            },
            {
              "name": "top-end"
            },
            {
              "name": "top-start"
            }
          ]
        },
        {
          "name": "shift-padding",
          "description": "Sets how many pixels the popover should stay from the edge of the viewport."
        },
        {
          "name": "strategy",
          "description": "Sets the positioning strategy for the popover. Options include:\n- `absolute`: Positions the popover relative to the trigger element\n  (default).\n- `fixed`: Positions the popover relative to the viewport, useful when you\n  need the popover to break out of overflow hidden containers, it will not\n  scroll inside a scroll container due to the fixed positioning.",
          "values": [
            {
              "name": "absolute"
            },
            {
              "name": "fixed"
            }
          ]
        },
        {
          "name": "trigger-mode",
          "description": "Sets the interaction mode for triggering the popover. Options include:\n- `hover`: The popover is shown on trigger hover.\n- `click`: The popover toggles on trigger click.\n- `controlled`: The visibility is managed manually through methods or the\n  open prop.",
          "values": [
            {
              "name": "click"
            },
            {
              "name": "controlled"
            },
            {
              "name": "hover"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-row",
      "description": {
        "kind": "markdown",
        "value": "The `nv-row` component is a \"row\" that contains columns. It typically includes `nv-col` components or other components with the `Size` parameter defined."
      },
      "attributes": []
    },
    {
      "name": "nv-sidebar",
      "description": {
        "kind": "markdown",
        "value": "Main sidebar container for navigation. Supports collapsible and persistent modes."
      },
      "attributes": [
        {
          "name": "active-path",
          "description": "The current active path. Used to automatically set the active state of nav items.\nExample: \"/dashboard\" or \"/settings/profile\""
        },
        {
          "name": "max-width",
          "description": "Maximum width in pixels when resizing."
        },
        {
          "name": "min-width",
          "description": "Minimum width in pixels when resizing."
        },
        {
          "name": "notification-emphasis",
          "description": "Determines the emphasis of notification bullets in the sidebar.\n- high: More prominent appearance\n- low: Less prominent appearance",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            }
          ]
        },
        {
          "name": "notification-intention",
          "description": "Determines the type of notification bullets in the sidebar.\n- neutral: Uses neutral colors (gray)\n- brand: Uses brand colors (orange/teal depending on theme)",
          "values": [
            {
              "name": "brand"
            },
            {
              "name": "neutral"
            }
          ]
        },
        {
          "name": "open",
          "description": "Whether the sidebar is currently open (only applies to collapsible type)."
        },
        {
          "name": "resizable",
          "description": "When true, the sidebar can be resized horizontally by dragging its right edge.\nOnly active when the sidebar is open (not collapsed)."
        },
        {
          "name": "type",
          "description": "The type of sidebar behavior.\n- collapsible: Can be toggled open/closed\n- persistent: Always visible",
          "values": [
            {
              "name": "collapsible"
            },
            {
              "name": "persistent"
            }
          ]
        },
        {
          "name": "width",
          "description": "Current sidebar width in pixels. When set (or while resizing), overrides\nthe default CSS token width. Updated as the user drags the resize handle.\nNot reflected to the attribute to avoid DOM churn on every pointer move."
        }
      ]
    },
    {
      "name": "nv-sidebarcontent",
      "description": {
        "kind": "markdown",
        "value": "Scrollable main content area of the sidebar containing navigation groups and items."
      },
      "attributes": []
    },
    {
      "name": "nv-sidebardivider",
      "description": {
        "kind": "markdown",
        "value": "A horizontal divider for separating sidebar navigation groups."
      },
      "attributes": []
    },
    {
      "name": "nv-sidebarfooter",
      "description": {
        "kind": "markdown",
        "value": "Optional footer container for the sidebar. Use this to display custom elements\nlike user settings, logout buttons, or version information at the bottom of the sidebar."
      },
      "attributes": []
    },
    {
      "name": "nv-sidebargroup",
      "description": {
        "kind": "markdown",
        "value": "Groups navigation items together with an optional label."
      },
      "attributes": [
        {
          "name": "label",
          "description": "Optional label to display above the navigation group."
        }
      ]
    },
    {
      "name": "nv-sidebarheader",
      "description": {
        "kind": "markdown",
        "value": "Optional header container for the sidebar. Use this to display custom elements\nlike search bars, user profiles, or action buttons at the top of the sidebar."
      },
      "attributes": []
    },
    {
      "name": "nv-sidebarlogo",
      "description": {
        "kind": "markdown",
        "value": "Displays the logo and title at the top of the sidebar.\nAutomatically switches between full and collapsed logos based on the sidebar state."
      },
      "attributes": [
        {
          "name": "collapsed-logo",
          "description": "URL of the collapsed logo image (shown when sidebar is collapsed).\nIf not provided, uses a default Nova icon."
        },
        {
          "name": "label",
          "description": "The label/name to display next to the logo."
        },
        {
          "name": "logo",
          "description": "URL of the full logo image (shown when sidebar is expanded).\nIf not provided, uses a default Nova logo."
        }
      ]
    },
    {
      "name": "nv-sidebarnavitem",
      "description": {
        "kind": "markdown",
        "value": "A navigation item in the sidebar. Can be a simple link or a collapsible parent with sub-items."
      },
      "attributes": [
        {
          "name": "active",
          "description": "Whether this item represents the active/current page.\nCan be set automatically when a sub-item becomes active."
        },
        {
          "name": "collapsible",
          "description": "Whether this item can be collapsed/expanded (has sub-items)."
        },
        {
          "name": "icon",
          "description": "Optional icon to display before the label.",
          "values": [
            {
              "name": "access-point"
            },
            {
              "name": "access-point-off"
            },
            {
              "name": "accessible"
            },
            {
              "name": "activity"
            },
            {
              "name": "address-book"
            },
            {
              "name": "adjustments"
            },
            {
              "name": "adjustments-horizontal"
            },
            {
              "name": "adjustments-up"
            },
            {
              "name": "affiliate"
            },
            {
              "name": "air-conditioning"
            },
            {
              "name": "alert-circle"
            },
            {
              "name": "alert-square-rounded"
            },
            {
              "name": "alert-triangle"
            },
            {
              "name": "align-center"
            },
            {
              "name": "align-left"
            },
            {
              "name": "align-right"
            },
            {
              "name": "app-window"
            },
            {
              "name": "apps"
            },
            {
              "name": "archive"
            },
            {
              "name": "areas"
            },
            {
              "name": "arrow-back"
            },
            {
              "name": "arrow-back-up"
            },
            {
              "name": "arrow-down"
            },
            {
              "name": "arrow-down-left"
            },
            {
              "name": "arrow-down-right"
            },
            {
              "name": "arrow-forward"
            },
            {
              "name": "arrow-forward-up"
            },
            {
              "name": "arrow-left"
            },
            {
              "name": "arrow-right"
            },
            {
              "name": "arrow-up"
            },
            {
              "name": "arrow-up-left"
            },
            {
              "name": "arrow-up-right"
            },
            {
              "name": "arrows-diagonal"
            },
            {
              "name": "arrows-exchange"
            },
            {
              "name": "arrows-maximize"
            },
            {
              "name": "arrows-minimize"
            },
            {
              "name": "arrows-move"
            },
            {
              "name": "aspect-ratio"
            },
            {
              "name": "atom"
            },
            {
              "name": "ban"
            },
            {
              "name": "basket"
            },
            {
              "name": "battery"
            },
            {
              "name": "battery-1"
            },
            {
              "name": "battery-2"
            },
            {
              "name": "battery-3"
            },
            {
              "name": "battery-4"
            },
            {
              "name": "battery-automotive"
            },
            {
              "name": "battery-charging"
            },
            {
              "name": "battery-eco"
            },
            {
              "name": "battery-off"
            },
            {
              "name": "bell"
            },
            {
              "name": "bell-bolt"
            },
            {
              "name": "bell-off"
            },
            {
              "name": "bell-ringing"
            },
            {
              "name": "bike"
            },
            {
              "name": "bluetooth"
            },
            {
              "name": "bluetooth-connected"
            },
            {
              "name": "bluetooth-off"
            },
            {
              "name": "bolt"
            },
            {
              "name": "bolt-off"
            },
            {
              "name": "book"
            },
            {
              "name": "bookmark"
            },
            {
              "name": "bookmark-off"
            },
            {
              "name": "bookmarks"
            },
            {
              "name": "box-align-top"
            },
            {
              "name": "box-multiple"
            },
            {
              "name": "brand-facebook"
            },
            {
              "name": "brand-instagram"
            },
            {
              "name": "brand-linkedin"
            },
            {
              "name": "brand-x"
            },
            {
              "name": "brand-youtube"
            },
            {
              "name": "briefcase"
            },
            {
              "name": "brightness-down"
            },
            {
              "name": "brightness-up"
            },
            {
              "name": "browser"
            },
            {
              "name": "browser-check"
            },
            {
              "name": "browser-plus"
            },
            {
              "name": "browser-x"
            },
            {
              "name": "brush"
            },
            {
              "name": "building"
            },
            {
              "name": "building-bank"
            },
            {
              "name": "building-factory"
            },
            {
              "name": "building-lighthouse"
            },
            {
              "name": "building-store"
            },
            {
              "name": "bulb"
            },
            {
              "name": "bulb-off"
            },
            {
              "name": "cake"
            },
            {
              "name": "calendar"
            },
            {
              "name": "calendar-time"
            },
            {
              "name": "calendar-week"
            },
            {
              "name": "camera"
            },
            {
              "name": "camera-off"
            },
            {
              "name": "car"
            },
            {
              "name": "car-crane"
            },
            {
              "name": "caravan"
            },
            {
              "name": "cash"
            },
            {
              "name": "cash-banknote"
            },
            {
              "name": "cast"
            },
            {
              "name": "cell"
            },
            {
              "name": "charging-pile"
            },
            {
              "name": "chart-arcs"
            },
            {
              "name": "chart-area"
            },
            {
              "name": "chart-area-line"
            },
            {
              "name": "chart-arrows"
            },
            {
              "name": "chart-arrows-vertical"
            },
            {
              "name": "chart-bar"
            },
            {
              "name": "chart-bubble"
            },
            {
              "name": "chart-circles"
            },
            {
              "name": "chart-donut"
            },
            {
              "name": "chart-dots"
            },
            {
              "name": "chart-line"
            },
            {
              "name": "chart-pie"
            },
            {
              "name": "chart-radar"
            },
            {
              "name": "check"
            },
            {
              "name": "checkbox"
            },
            {
              "name": "checklist"
            },
            {
              "name": "checks"
            },
            {
              "name": "chevron-down"
            },
            {
              "name": "chevron-left"
            },
            {
              "name": "chevron-right"
            },
            {
              "name": "chevron-top"
            },
            {
              "name": "chevrons-left"
            },
            {
              "name": "chevrons-right"
            },
            {
              "name": "circle-caret-right"
            },
            {
              "name": "circle-check"
            },
            {
              "name": "circle-minus"
            },
            {
              "name": "circle-x"
            },
            {
              "name": "circuit-alternate"
            },
            {
              "name": "circuit-ground-digital"
            },
            {
              "name": "clipboard"
            },
            {
              "name": "clipboard-check"
            },
            {
              "name": "clipboard-list"
            },
            {
              "name": "clipboard-plus"
            },
            {
              "name": "clipboard-text"
            },
            {
              "name": "clipboard-x"
            },
            {
              "name": "clock"
            },
            {
              "name": "clock-edit"
            },
            {
              "name": "cloud"
            },
            {
              "name": "cloud-data-connection"
            },
            {
              "name": "cloud-download"
            },
            {
              "name": "cloud-rain"
            },
            {
              "name": "cloud-snow"
            },
            {
              "name": "cloud-upload"
            },
            {
              "name": "color-picker"
            },
            {
              "name": "color-swatch"
            },
            {
              "name": "columns-1"
            },
            {
              "name": "columns-2"
            },
            {
              "name": "columns-3"
            },
            {
              "name": "compass"
            },
            {
              "name": "contract"
            },
            {
              "name": "cookie"
            },
            {
              "name": "copy"
            },
            {
              "name": "cpu"
            },
            {
              "name": "crane"
            },
            {
              "name": "credit-card"
            },
            {
              "name": "crop"
            },
            {
              "name": "cross"
            },
            {
              "name": "crown"
            },
            {
              "name": "currency-bitcoin"
            },
            {
              "name": "currency-dollar"
            },
            {
              "name": "currency-ethereum"
            },
            {
              "name": "currency-euro"
            },
            {
              "name": "cut"
            },
            {
              "name": "dashboard"
            },
            {
              "name": "database"
            },
            {
              "name": "device-desktop"
            },
            {
              "name": "device-floppy"
            },
            {
              "name": "device-gamepad"
            },
            {
              "name": "device-laptop"
            },
            {
              "name": "device-mobile"
            },
            {
              "name": "device-mobile-rotated"
            },
            {
              "name": "device-tablet"
            },
            {
              "name": "device-watch"
            },
            {
              "name": "devices"
            },
            {
              "name": "dialpad"
            },
            {
              "name": "direction"
            },
            {
              "name": "direction-horizontal"
            },
            {
              "name": "direction-sign"
            },
            {
              "name": "discount"
            },
            {
              "name": "door-enter"
            },
            {
              "name": "door-exit"
            },
            {
              "name": "door-off"
            },
            {
              "name": "dots"
            },
            {
              "name": "dots-vertical"
            },
            {
              "name": "download"
            },
            {
              "name": "drone"
            },
            {
              "name": "droplet"
            },
            {
              "name": "droplet-filled"
            },
            {
              "name": "droplet-half"
            },
            {
              "name": "droplets"
            },
            {
              "name": "edit"
            },
            {
              "name": "empty"
            },
            {
              "name": "engine"
            },
            {
              "name": "equal-not"
            },
            {
              "name": "eraser"
            },
            {
              "name": "eraser-off"
            },
            {
              "name": "exclamation-mark"
            },
            {
              "name": "external-link"
            },
            {
              "name": "eye"
            },
            {
              "name": "eye-check"
            },
            {
              "name": "eye-off"
            },
            {
              "name": "eyeglass2"
            },
            {
              "name": "face-id"
            },
            {
              "name": "feather"
            },
            {
              "name": "file"
            },
            {
              "name": "file-alert"
            },
            {
              "name": "file-analytics"
            },
            {
              "name": "file-check"
            },
            {
              "name": "file-code"
            },
            {
              "name": "file-download"
            },
            {
              "name": "file-export"
            },
            {
              "name": "file-horizontal"
            },
            {
              "name": "file-import"
            },
            {
              "name": "file-plus"
            },
            {
              "name": "file-search"
            },
            {
              "name": "file-text"
            },
            {
              "name": "file-text-bookmark"
            },
            {
              "name": "file-type-bmp"
            },
            {
              "name": "file-type-css"
            },
            {
              "name": "file-type-csv"
            },
            {
              "name": "file-type-doc"
            },
            {
              "name": "file-type-html"
            },
            {
              "name": "file-type-jpg"
            },
            {
              "name": "file-type-js"
            },
            {
              "name": "file-type-pdf"
            },
            {
              "name": "file-type-png"
            },
            {
              "name": "file-type-ppt"
            },
            {
              "name": "file-type-xls"
            },
            {
              "name": "file-type-xml"
            },
            {
              "name": "file-type-zip"
            },
            {
              "name": "file-upload"
            },
            {
              "name": "file-x"
            },
            {
              "name": "file-zip"
            },
            {
              "name": "files"
            },
            {
              "name": "files-off"
            },
            {
              "name": "filter"
            },
            {
              "name": "filter-off"
            },
            {
              "name": "filter-sort"
            },
            {
              "name": "fingerprint"
            },
            {
              "name": "fire-extinguisher"
            },
            {
              "name": "flag"
            },
            {
              "name": "flame"
            },
            {
              "name": "flip-horizontal"
            },
            {
              "name": "flip-vertical"
            },
            {
              "name": "folder"
            },
            {
              "name": "folder-minus"
            },
            {
              "name": "folder-off"
            },
            {
              "name": "folder-plus"
            },
            {
              "name": "folder-x"
            },
            {
              "name": "folders"
            },
            {
              "name": "frame"
            },
            {
              "name": "gas-station"
            },
            {
              "name": "gauge"
            },
            {
              "name": "gauge-off"
            },
            {
              "name": "gift"
            },
            {
              "name": "git-branch"
            },
            {
              "name": "git-branch-delete"
            },
            {
              "name": "git-cherry-pick"
            },
            {
              "name": "git-commit"
            },
            {
              "name": "git-compare"
            },
            {
              "name": "git-fork"
            },
            {
              "name": "git-merge"
            },
            {
              "name": "git-pull-request"
            },
            {
              "name": "git-pull-request-closed"
            },
            {
              "name": "git-pull-request-draft"
            },
            {
              "name": "gps"
            },
            {
              "name": "grid-dots"
            },
            {
              "name": "grip-horizontal"
            },
            {
              "name": "grip-vertical"
            },
            {
              "name": "hand-stop"
            },
            {
              "name": "hand-waving"
            },
            {
              "name": "hash"
            },
            {
              "name": "haze"
            },
            {
              "name": "headphones"
            },
            {
              "name": "headphones-off"
            },
            {
              "name": "headset"
            },
            {
              "name": "heart"
            },
            {
              "name": "heart-off"
            },
            {
              "name": "heartbeat"
            },
            {
              "name": "helicopter"
            },
            {
              "name": "helmet"
            },
            {
              "name": "helmet-swopp"
            },
            {
              "name": "help"
            },
            {
              "name": "history"
            },
            {
              "name": "home"
            },
            {
              "name": "hourglass"
            },
            {
              "name": "hourglass-empty"
            },
            {
              "name": "hourglass-high"
            },
            {
              "name": "hourglass-low"
            },
            {
              "name": "hourglass-off"
            },
            {
              "name": "inbox"
            },
            {
              "name": "info-circle"
            },
            {
              "name": "info-small"
            },
            {
              "name": "keyboard"
            },
            {
              "name": "keyboard-hide"
            },
            {
              "name": "keyboard-show"
            },
            {
              "name": "layers-intersect"
            },
            {
              "name": "layers-off"
            },
            {
              "name": "layout"
            },
            {
              "name": "layout-board-split"
            },
            {
              "name": "layout-dashboard"
            },
            {
              "name": "layout-grid"
            },
            {
              "name": "layout-sidebar-left-collapse"
            },
            {
              "name": "layout-sidebar-left-expand"
            },
            {
              "name": "layout-sidebar-right-collapse"
            },
            {
              "name": "layout-sidebar-right-expand"
            },
            {
              "name": "leaf"
            },
            {
              "name": "lifebuoy"
            },
            {
              "name": "link"
            },
            {
              "name": "list"
            },
            {
              "name": "list-search"
            },
            {
              "name": "loader"
            },
            {
              "name": "location"
            },
            {
              "name": "lock"
            },
            {
              "name": "lock-off"
            },
            {
              "name": "lock-open"
            },
            {
              "name": "login"
            },
            {
              "name": "logout"
            },
            {
              "name": "mail"
            },
            {
              "name": "mail-forward"
            },
            {
              "name": "mail-opened"
            },
            {
              "name": "map"
            },
            {
              "name": "map-pin"
            },
            {
              "name": "map-pin-2"
            },
            {
              "name": "map-pin-off"
            },
            {
              "name": "master-data"
            },
            {
              "name": "menu"
            },
            {
              "name": "message"
            },
            {
              "name": "message-dots"
            },
            {
              "name": "message-off"
            },
            {
              "name": "messages"
            },
            {
              "name": "microphone"
            },
            {
              "name": "microphone-off"
            },
            {
              "name": "minus"
            },
            {
              "name": "mist"
            },
            {
              "name": "moon"
            },
            {
              "name": "motorbike"
            },
            {
              "name": "mouse"
            },
            {
              "name": "movie"
            },
            {
              "name": "network"
            },
            {
              "name": "news"
            },
            {
              "name": "note"
            },
            {
              "name": "notebook"
            },
            {
              "name": "notes"
            },
            {
              "name": "offshore-station"
            },
            {
              "name": "package"
            },
            {
              "name": "palette"
            },
            {
              "name": "paperclip"
            },
            {
              "name": "pencil"
            },
            {
              "name": "phone"
            },
            {
              "name": "phone-call"
            },
            {
              "name": "phone-calling"
            },
            {
              "name": "phone-check"
            },
            {
              "name": "phone-incoming"
            },
            {
              "name": "phone-off"
            },
            {
              "name": "phone-outgoing"
            },
            {
              "name": "photo"
            },
            {
              "name": "photo-off"
            },
            {
              "name": "pig"
            },
            {
              "name": "pin"
            },
            {
              "name": "pinned"
            },
            {
              "name": "pinned-off"
            },
            {
              "name": "plane"
            },
            {
              "name": "plane-off"
            },
            {
              "name": "plant"
            },
            {
              "name": "player-pause"
            },
            {
              "name": "player-play"
            },
            {
              "name": "player-skip-back"
            },
            {
              "name": "player-skip-forward"
            },
            {
              "name": "player-stop"
            },
            {
              "name": "player-track-next"
            },
            {
              "name": "player-track-prev"
            },
            {
              "name": "plug"
            },
            {
              "name": "plug-connected"
            },
            {
              "name": "plus"
            },
            {
              "name": "power"
            },
            {
              "name": "power-ac"
            },
            {
              "name": "power-dc"
            },
            {
              "name": "presentation"
            },
            {
              "name": "presentation-analytics"
            },
            {
              "name": "printer"
            },
            {
              "name": "propeller"
            },
            {
              "name": "published"
            },
            {
              "name": "puzzle"
            },
            {
              "name": "puzzle-2"
            },
            {
              "name": "pylon"
            },
            {
              "name": "qrcode"
            },
            {
              "name": "question-mark"
            },
            {
              "name": "quotes"
            },
            {
              "name": "quotes-open"
            },
            {
              "name": "radar"
            },
            {
              "name": "radio"
            },
            {
              "name": "radioactive"
            },
            {
              "name": "receipt"
            },
            {
              "name": "receipt-dollar"
            },
            {
              "name": "receipt-euro"
            },
            {
              "name": "recharging"
            },
            {
              "name": "recycle"
            },
            {
              "name": "refresh"
            },
            {
              "name": "refresh-alert"
            },
            {
              "name": "refresh-off"
            },
            {
              "name": "repeat"
            },
            {
              "name": "repeat-once"
            },
            {
              "name": "replace"
            },
            {
              "name": "report"
            },
            {
              "name": "report-analytics"
            },
            {
              "name": "report-medical"
            },
            {
              "name": "report-search"
            },
            {
              "name": "ripple"
            },
            {
              "name": "ripple-off"
            },
            {
              "name": "rocket"
            },
            {
              "name": "rotate"
            },
            {
              "name": "rotate-2"
            },
            {
              "name": "rotate-clockwise"
            },
            {
              "name": "rotate-clockwise-2"
            },
            {
              "name": "rotate-dot"
            },
            {
              "name": "router"
            },
            {
              "name": "ruler-measure"
            },
            {
              "name": "sailboat"
            },
            {
              "name": "satellite"
            },
            {
              "name": "scale"
            },
            {
              "name": "school"
            },
            {
              "name": "scissors"
            },
            {
              "name": "scooter-electric"
            },
            {
              "name": "screenshot"
            },
            {
              "name": "search"
            },
            {
              "name": "seeding"
            },
            {
              "name": "select"
            },
            {
              "name": "selector"
            },
            {
              "name": "send"
            },
            {
              "name": "server"
            },
            {
              "name": "settings"
            },
            {
              "name": "shape"
            },
            {
              "name": "share"
            },
            {
              "name": "share-2"
            },
            {
              "name": "shield"
            },
            {
              "name": "shield-check"
            },
            {
              "name": "shield-lock"
            },
            {
              "name": "shield-off"
            },
            {
              "name": "shield-x"
            },
            {
              "name": "ship"
            },
            {
              "name": "ship-off"
            },
            {
              "name": "shopping-cart"
            },
            {
              "name": "sitemap"
            },
            {
              "name": "slash"
            },
            {
              "name": "smart-home"
            },
            {
              "name": "snowflake"
            },
            {
              "name": "solar-panel"
            },
            {
              "name": "sort-ascending-letters"
            },
            {
              "name": "sort-ascending-numbers"
            },
            {
              "name": "sort-descending-letters"
            },
            {
              "name": "sort-descending-numbers"
            },
            {
              "name": "spacing-horizontal"
            },
            {
              "name": "spacing-vertical"
            },
            {
              "name": "sparkles"
            },
            {
              "name": "speakerphone"
            },
            {
              "name": "stack"
            },
            {
              "name": "stairs"
            },
            {
              "name": "star"
            },
            {
              "name": "sun"
            },
            {
              "name": "sunrise"
            },
            {
              "name": "sunset"
            },
            {
              "name": "switch-horizontal"
            },
            {
              "name": "switch-vertical"
            },
            {
              "name": "table"
            },
            {
              "name": "tag"
            },
            {
              "name": "tank-empty-fill"
            },
            {
              "name": "tank-full-fill"
            },
            {
              "name": "tank-medium-fill"
            },
            {
              "name": "temperature"
            },
            {
              "name": "temperature-off"
            },
            {
              "name": "template"
            },
            {
              "name": "terminal"
            },
            {
              "name": "text"
            },
            {
              "name": "text-size"
            },
            {
              "name": "thumb-down"
            },
            {
              "name": "thumb-up"
            },
            {
              "name": "ticket"
            },
            {
              "name": "timeline"
            },
            {
              "name": "tir"
            },
            {
              "name": "tool"
            },
            {
              "name": "tools"
            },
            {
              "name": "train"
            },
            {
              "name": "trash"
            },
            {
              "name": "trash-off"
            },
            {
              "name": "tree"
            },
            {
              "name": "trees"
            },
            {
              "name": "trending-down"
            },
            {
              "name": "trending-down-2"
            },
            {
              "name": "trending-down-3"
            },
            {
              "name": "trending-up"
            },
            {
              "name": "trending-up-2"
            },
            {
              "name": "trending-up-3"
            },
            {
              "name": "truck"
            },
            {
              "name": "truck-delivery"
            },
            {
              "name": "umbrella"
            },
            {
              "name": "unlink"
            },
            {
              "name": "upload"
            },
            {
              "name": "user"
            },
            {
              "name": "user-circle"
            },
            {
              "name": "user-exclamation"
            },
            {
              "name": "user-minus"
            },
            {
              "name": "user-off"
            },
            {
              "name": "user-plus"
            },
            {
              "name": "user-worker"
            },
            {
              "name": "users"
            },
            {
              "name": "users-group"
            },
            {
              "name": "versions"
            },
            {
              "name": "video"
            },
            {
              "name": "video-minus"
            },
            {
              "name": "video-off"
            },
            {
              "name": "video-plus"
            },
            {
              "name": "volume"
            },
            {
              "name": "volume-2"
            },
            {
              "name": "volume-3"
            },
            {
              "name": "wallet"
            },
            {
              "name": "wand"
            },
            {
              "name": "wave"
            },
            {
              "name": "waves"
            },
            {
              "name": "wifi"
            },
            {
              "name": "wifi-off"
            },
            {
              "name": "wind"
            },
            {
              "name": "wind-direction"
            },
            {
              "name": "windmill"
            },
            {
              "name": "wood"
            },
            {
              "name": "world"
            },
            {
              "name": "world-code"
            },
            {
              "name": "writing"
            },
            {
              "name": "x"
            },
            {
              "name": "zoom-reset"
            }
          ]
        },
        {
          "name": "notification-count",
          "description": "Number of notifications to display. When provided, a notification bullet will be automatically rendered.\nThe bullet will be positioned in the trailing slot when sidebar is open, and on the icon when collapsed."
        },
        {
          "name": "open",
          "description": "Whether the collapsible item is currently open (showing sub-items)."
        }
      ]
    },
    {
      "name": "nv-sidebarnavsubitem",
      "description": {
        "kind": "markdown",
        "value": "A sub-item in the sidebar navigation, typically used as a child of nv-sidebarnavitem."
      },
      "attributes": [
        {
          "name": "active",
          "description": "Whether this sub-item represents the active/current page."
        }
      ]
    },
    {
      "name": "nv-split",
      "description": {
        "kind": "markdown",
        "value": "The `nv-split` component is an advanced layout container that enables the creation of interactively resizable panels. It provides a flexible solution for dividing available space between multiple interface sections, with precise control over dimensions and constraints for each panel. Slot=“pane” elements have margin: 0 !important by default. This is a necessary technical constraint because CSS margins are not included in the flex-basis calculation, which would distort the sizing of the panes. Solution for the user: Apply margins/padding to the content inside the pane, not to the pane itself."
      },
      "attributes": [
        {
          "name": "direction",
          "description": "Direction of the split layout.\n- `horizontal`: panes side by side\n- `vertical`: panes stacked",
          "values": [
            {
              "name": "horizontal"
            },
            {
              "name": "vertical"
            }
          ]
        },
        {
          "name": "gutter-size",
          "description": "Width or height of the gutter (in px) depending on the split direction.\nDefault is 24px to meet WCAG 2.2 target size requirements for touch accessibility."
        }
      ]
    },
    {
      "name": "nv-stack",
      "description": {
        "kind": "markdown",
        "value": "The `nv-stack` component is useful for dividing block content into horizontal areas. These areas can contain almost any elements, such as a title, a button, a text input, or simple text."
      },
      "attributes": [
        {
          "name": "fill",
          "description": "Fill will force the children to fill the stack depending of the direction\nof the stack. In horizontal position, the children take the height of the\nstack. In vertical position, the children take the width of the stack."
        },
        {
          "name": "flex",
          "description": "Flex will force the children to share the stack between the children\ndepending of the direction of the stack. In horizontal position, the\nchildren width will share the width of the stack. In vertical position,\nthe children height will share the height of the stack."
        },
        {
          "name": "full",
          "description": "Full set the width of the stack to 100%.\n(same effect as WFull props)"
        },
        {
          "name": "gutter",
          "description": "Gutter refers to the space that exists between children components inside\nthe stack container."
        },
        {
          "name": "vertical",
          "description": "Display the element of the stack vertically."
        }
      ]
    },
    {
      "name": "nv-statusindicator",
      "description": {
        "kind": "markdown",
        "value": "A static, non-interactive visual indicator that communicates\nsystem-controlled status through colour, icon, and optional label."
      },
      "attributes": [
        {
          "name": "emphasis",
          "description": "The visual emphasis of the indicator.",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            }
          ]
        },
        {
          "name": "label",
          "description": "The text label of the indicator. When omitted, the component renders icon-only."
        },
        {
          "name": "status",
          "description": "The status variant of the indicator.",
          "values": [
            {
              "name": "error"
            },
            {
              "name": "information"
            },
            {
              "name": "neutral"
            },
            {
              "name": "success"
            },
            {
              "name": "warning"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-table",
      "description": {
        "kind": "markdown",
        "value": "A semantic table container component that wraps around a native HTML table element, and enhances it with Nova styles and additional functionality. This component provides an advanced foundation for data tables with features like sticky positioning, column resizing, and row selection. If you are looking for a more complex table solution by passing in data to build the markup with additional features, check out the **datatable component**.\n\n**Key Features**\n\n- **Native Table Structure**: Uses standard HTML table elements (thead, tbody, tfoot, tr, th, td) as children\n- **Column Resizing**: Columns are resizable by default, with option to disable per column\n- **Sticky Positioning**: Headers and columns can stick during scrolling\n- **Row Selection**: Visual indication for selected rows\n- **Responsive Design**: Works seamlessly across different screen sizes\n- **Width Classes**: Support for Tailwind width classes to control column sizing\n\n**Data Attributes**\n\nThe nv-table component supports several data attributes to enhance functionality:\n\n**Sticky Positioning**\n- `data-sticky-top`: Apply to `<thead>` to make header stick to top during vertical scroll\n- `data-sticky-left`: Apply to `<th>` and `<td>` to make column stick to left during horizontal scroll\n- `data-sticky-right`: Apply to `<th>` and `<td>` to make column stick to right during horizontal scroll\n\n**Column Behavior**\n- `data-no-resize`: Apply to `<th>` to prevent column from being resizable\n- Width classes (e.g., `w-10`, `w-20`): Set initial column widths; columns without fixed widths grow to fill available space\n\n**Row Selection**\n- `data-selected`: Apply to `<tr>` to indicate the selected row with appropriate styling\n\n**Usage Notes**\n\n- For horizontal sticky columns, wrap the table in a container with `overflow-x: auto`\n- Sticky columns require the same data attribute on both header (`<th>`) and data cells (`<td>`)\n- Columns without width classes or `data-no-resize` will automatically grow to fill available space\n- Works with all standard table accessibility features and semantic markup"
      },
      "attributes": []
    },
    {
      "name": "nv-tableheader",
      "description": {
        "kind": "markdown",
        "value": "A semantic table header cell component that enhances native table headers with sorting behavior, keyboard accessibility, and Nova styling. When enabled, it displays sorting UI and allows users to toggle sort direction through clicks or keyboard input, and communicates its current state via ARIA attributes for assistive technologies.\n\nThis component does not perform sorting on its own—it only controls and displays the sorting state for that header. The actual data sorting must be handled externally. For advanced use cases, such as automatically sorting table data, using built-in server/client-side sorting, or managing multi-column sorting, see the datatable component, which includes full sorting logic.\n\nIf you prefer a fully custom table implementation, you can listen to this component’s sortDirectionChanged event and implement your own sorting behavior."
      },
      "attributes": [
        {
          "name": "sort-direction",
          "description": "The current sort direction of the header. Will be 'none' if the header is\nnot sortable or if the sort direction is not set.",
          "values": [
            {
              "name": "asc"
            },
            {
              "name": "desc"
            },
            {
              "name": "none"
            }
          ]
        },
        {
          "name": "sortable",
          "description": "Will render the header as sortable with the corresponding icon button.\nAllows the header to be tabbed, and trigger sorting via click or keyboard\nnavigation"
        }
      ]
    },
    {
      "name": "nv-tag",
      "description": {
        "kind": "markdown",
        "value": "A visual indicator that communicates categories or metadata. Supports optional leading icon, 10 colour variants from the rainbow palette, and an optional dismiss action. When `href` is set, the tag renders as a link."
      },
      "attributes": [
        {
          "name": "color",
          "description": "The color variant of the tag.",
          "values": [
            {
              "name": "amber"
            },
            {
              "name": "blue"
            },
            {
              "name": "crimson"
            },
            {
              "name": "green"
            },
            {
              "name": "grey"
            },
            {
              "name": "lime"
            },
            {
              "name": "orange"
            },
            {
              "name": "red"
            },
            {
              "name": "turquoise"
            },
            {
              "name": "yellow"
            }
          ]
        },
        {
          "name": "disabled",
          "description": "Whether the dismiss button is disabled."
        },
        {
          "name": "dismissible",
          "description": "Whether the tag can be dismissed."
        },
        {
          "name": "href",
          "description": "When set, the tag renders as a link."
        },
        {
          "name": "label",
          "description": "The text label of the tag."
        },
        {
          "name": "rel",
          "description": "The relationship of the linked resource. When target=\"_blank\" and rel is not set, defaults to \"noopener noreferrer\" for security."
        },
        {
          "name": "target",
          "description": "The browsing context for the link.",
          "values": [
            {
              "name": "_blank"
            },
            {
              "name": "_parent"
            },
            {
              "name": "_self"
            },
            {
              "name": "_top"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-timetest",
      "description": {
        "kind": "markdown",
        "value": "This is a test component for the new TimeOnly type"
      },
      "attributes": [
        {
          "name": "last-change",
          "description": "The last change."
        }
      ]
    },
    {
      "name": "nv-toggle",
      "description": {
        "kind": "markdown",
        "value": "The nv-toggle component is a component that allows the user to toggle between two states. It is a styled checkbox input with a label that can be positioned before or after the checkbox. The nv-toggle component is a wrapper around the native input[type=\"checkbox\"] element."
      },
      "attributes": [
        {
          "name": "checked",
          "description": "Indicates whether the toggle is checked or not."
        },
        {
          "name": "description",
          "description": "A description providing additional context or information about the\ntoggle."
        },
        {
          "name": "disabled",
          "description": "Disables the toggle, preventing user interaction."
        },
        {
          "name": "hide-label",
          "description": "Hides the label visually while still keeping it available for screen\nreaders."
        },
        {
          "name": "input-id",
          "description": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility."
        },
        {
          "name": "label",
          "description": "The label displayed next to the toggle."
        },
        {
          "name": "label-placement",
          "description": "Determines the position of the label relative to the toggle, either\n'start' (before) or 'end' (after).",
          "values": [
            {
              "name": "after"
            },
            {
              "name": "before"
            }
          ]
        },
        {
          "name": "name",
          "description": "The name attribute for the toggle input, used to reference the form data\nafter submission."
        },
        {
          "name": "readonly",
          "description": "Sets the toggle to read-only, preventing user changes but still allowing\nfocus and selection of text."
        },
        {
          "name": "value",
          "description": "The value attribute of the toggle input, representing the value sent on\nform submission when the toggle is checked."
        }
      ]
    },
    {
      "name": "nv-togglebutton",
      "description": {
        "kind": "markdown",
        "value": "The Toggle Button component provides an interactive button that maintains an active/inactive state, perfect for binary choices or grouped selections. It integrates seamlessly with the Toggle Button Group component to create cohesive selection interfaces.\nThis component enables users to make selections that persist visually, providing clear feedback about current choices and allowing for both single and multiple selection patterns depending on the group configuration."
      },
      "attributes": [
        {
          "name": "active",
          "description": "Whether the button is active or not. Will not toggle automatically but\nneeds to be controlled externally."
        },
        {
          "name": "disabled",
          "description": "Prevents all interaction, rendering the toggle in a non-interactive state."
        },
        {
          "name": "emphasis",
          "description": "Make it more or less visually prominent to users.",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            }
          ]
        },
        {
          "name": "size",
          "description": "Determines how large or small the togglebutton appears, allowing for\ncustomization of the togglebutton's dimensions to fit different design\nspecifications and user needs.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xs"
            }
          ]
        },
        {
          "name": "value",
          "description": "The value to associated with the button when selected in a\nTogglebuttongroup."
        }
      ]
    },
    {
      "name": "nv-togglebuttongroup",
      "description": {
        "kind": "markdown",
        "value": "The Toggle Button Group component orchestrates multiple toggle buttons into a cohesive selection interface. It supports both single-selection (exclusive) and multi-selection modes, with optional enforcement to ensure at least one option remains selected.\nThis component simplifies complex selection scenarios by managing button states automatically, making it ideal for filter controls, view switchers, formatting toolbars, and preference panels where users need to choose from multiple related options."
      },
      "attributes": [
        {
          "name": "emphasis",
          "description": "Make it more or less visually prominent to users.",
          "values": [
            {
              "name": "high"
            },
            {
              "name": "low"
            }
          ]
        },
        {
          "name": "enforce-value",
          "description": "Ensures at least one toggle stays selected at all times."
        },
        {
          "name": "exclusive",
          "description": "Activates single-selection mode so only one button can be active at a time."
        },
        {
          "name": "size",
          "description": "Determines how large or small the togglebutton appears, allowing for\ncustomization of the togglebutton's dimensions to fit different design\nspecifications and user needs.",
          "values": [
            {
              "name": "lg"
            },
            {
              "name": "md"
            },
            {
              "name": "sm"
            },
            {
              "name": "xs"
            }
          ]
        }
      ]
    },
    {
      "name": "nv-tooltip",
      "description": {
        "kind": "markdown",
        "value": "The Tooltip component provides brief, contextual information on hover or focus, ideal for clarifying UI elements with a lightweight and customizable design."
      },
      "attributes": [
        {
          "name": "enter-delay",
          "description": "Controls how long (in milliseconds) the tooltip waits to show after you\nhover over or focus on an element. If you move away before the delay is up,\nthe tooltip won't appear."
        },
        {
          "name": "message",
          "description": "A string representing the text to be displayed inside the tooltip. This\ncontent is shown when the tooltip is activated by the user, such as on\nhover or focus events."
        },
        {
          "name": "placement",
          "description": "Decides where the tooltip shows up next to the element it’s linked to\n(above, below, to the sides). If there isn’t enough room, it will adjust\nit's position on the axis to fit on the screen, so users can always see it.",
          "values": [
            {
              "name": "bottom"
            },
            {
              "name": "bottom-end"
            },
            {
              "name": "bottom-start"
            },
            {
              "name": "left"
            },
            {
              "name": "left-end"
            },
            {
              "name": "left-start"
            },
            {
              "name": "right"
            },
            {
              "name": "right-end"
            },
            {
              "name": "right-start"
            },
            {
              "name": "top"
            },
            {
              "name": "top-end"
            },
            {
              "name": "top-start"
            }
          ]
        },
        {
          "name": "strategy",
          "description": "Sets the positioning strategy for the tooltip. Options include:\n- `absolute`: Positions the tooltip relative to the trigger element\n  (default).\n- `fixed`: Positions the tooltip relative to the viewport, useful when you\n  need the tooltip to break out of overflow hidden containers, it will not\n  scroll inside a scroll container due to the fixed positioning.",
          "values": [
            {
              "name": "absolute"
            },
            {
              "name": "fixed"
            }
          ]
        }
      ]
    }
  ]
}