{
  "name": "@thebase/ui",
  "version": "0.0.1",
  "cdn": {
    "css": "https://cdn.jsdelivr.net/npm/@thebase/ui@0.0.1/dist/baseui.min.css",
    "js": "https://cdn.jsdelivr.net/npm/@thebase/ui@0.0.1/dist/baseui.min.js",
    "esm": "https://cdn.jsdelivr.net/npm/@thebase/ui@0.0.1/dist/baseui.esm.js",
    "bootstrapJs": "https://cdn.jsdelivr.net/npm/@thebase/ui@0.0.1/dist/bootstrap.bundle.min.js",
    "icons": "https://cdn.jsdelivr.net/npm/@thebase/ui@0.0.1/dist/baseui.icons.esm.js",
    "templates": "https://cdn.jsdelivr.net/npm/@thebase/ui@0.0.1/dist/baseui.templates.xml",
    "blockViewer": "https://cdn.jsdelivr.net/npm/@thebase/ui@0.0.1/dist/baseui.block-viewer.esm.js"
  },
  "buildFiles": [
    "baseui.min.css",
    "bootstrap.bundle.min.js",
    "baseui.min.js",
    "baseui.esm.js",
    "baseui.icons.esm.js",
    "baseui.templates.xml",
    "baseui.block-viewer.esm.js",
    "icons/lucide.json"
  ],
  "icons": {
    "lucide": {
      "version": "1.31.0",
      "cdnBaseUrl": "https://cdn.jsdelivr.net/npm/lucide-static@1.31.0/icons",
      "selfHostedPath": "icons/lucide",
      "manifest": "icons/lucide.json",
      "component": "icon",
      "attributes": [
        "aria-label",
        "b-icon",
        "b-icon-base-url",
        "b-icon-size"
      ],
      "namedOwlComponents": {
        "entry": "baseui.icons.esm.js",
        "pattern": "Icon<PascalCaseName>",
        "example": "IconEye"
      }
    }
  },
  "themes": [
    "themes/baseui-light.css",
    "themes/baseui-dark.css"
  ],
  "components": [
    {
      "name": "alert-dialog",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-alert-dialog-action",
        "b-alert-dialog-cancel",
        "b-alert-dialog-description",
        "b-alert-dialog-footer",
        "b-alert-dialog-panel",
        "b-alert-dialog-title",
        "b-ui",
        "b-att-state",
        "b-att-trigger"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "AlertDialog",
        "AlertDialogTrigger",
        "AlertDialogContent",
        "AlertDialogHeader",
        "AlertDialogMedia",
        "AlertDialogFooter",
        "AlertDialogTitle",
        "AlertDialogDescription",
        "AlertDialogCancel",
        "AlertDialogAction"
      ],
      "templateName": "baseui.AlertDialog"
    },
    {
      "name": "accordion",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-accordion-item",
        "b-accordion-panel",
        "b-accordion-trigger",
        "b-ui",
        "b-att-multiple",
        "b-att-state"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Accordion",
        "AccordionItem",
        "AccordionTrigger",
        "AccordionContent"
      ],
      "templateName": "baseui.Accordion"
    },
    {
      "name": "alert",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-variant"
      ],
      "events": [],
      "owlComponents": [
        "Alert",
        "AlertAction",
        "AlertDescription",
        "AlertTitle"
      ],
      "templateName": "baseui.Alert"
    },
    {
      "name": "aspect-ratio",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-height",
        "b-att-ratio",
        "b-att-width"
      ],
      "events": [],
      "owlComponents": [
        "AspectRatio"
      ],
      "templateName": "baseui.AspectRatio"
    },
    {
      "name": "attachment",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-att-orientation",
        "b-att-size",
        "b-att-state",
        "b-att-variant",
        "b-attachment-action",
        "b-attachment-actions",
        "b-attachment-content",
        "b-attachment-description",
        "b-attachment-list",
        "b-attachment-media",
        "b-attachment-title",
        "b-attachment-trigger",
        "b-ui",
        "disabled",
        "multiple",
        "type"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Attachment",
        "AttachmentAction",
        "AttachmentActions",
        "AttachmentContent",
        "AttachmentDescription",
        "AttachmentDropzone",
        "AttachmentGroup",
        "AttachmentMedia",
        "AttachmentTitle",
        "AttachmentTrigger"
      ],
      "templateName": "baseui.Attachment"
    },
    {
      "name": "avatar",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-avatar-fallback"
      ],
      "events": [],
      "owlComponents": [
        "Avatar"
      ],
      "templateName": "baseui.Avatar"
    },
    {
      "name": "badge",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-pill",
        "b-att-variant"
      ],
      "events": [],
      "owlComponents": [
        "Badge"
      ],
      "templateName": "baseui.Badge"
    },
    {
      "name": "block-viewer",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-block-code-template"
      ],
      "events": [],
      "owlComponents": [
        "BlockViewer"
      ],
      "templateName": "baseui.BlockViewer"
    },
    {
      "name": "breadcrumb",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-current",
        "aria-label",
        "b-breadcrumb-ellipsis",
        "b-breadcrumb-page",
        "b-breadcrumb-separator",
        "b-ui"
      ],
      "events": [],
      "owlComponents": [
        "Breadcrumb",
        "BreadcrumbEllipsis",
        "BreadcrumbItem",
        "BreadcrumbLink",
        "BreadcrumbList",
        "BreadcrumbPage",
        "BreadcrumbSeparator"
      ],
      "templateName": "baseui.Breadcrumb"
    },
    {
      "name": "bubble",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-side"
      ],
      "events": [],
      "owlComponents": [
        "Bubble"
      ],
      "templateName": "baseui.Bubble"
    },
    {
      "name": "button",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-icon",
        "b-att-icon-position",
        "b-att-size",
        "b-att-variant",
        "aria-invalid"
      ],
      "events": [],
      "owlComponents": [
        "Button"
      ],
      "templateName": "baseui.Button"
    },
    {
      "name": "button-group",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-orientation",
        "b-att-size",
        "b-button-group-separator",
        "b-button-group-text"
      ],
      "events": [],
      "owlComponents": [
        "ButtonGroup",
        "ButtonGroupSeparator",
        "ButtonGroupText"
      ],
      "templateName": "baseui.ButtonGroup"
    },
    {
      "name": "calendar",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-calendar-grid",
        "b-ui",
        "b-att-month",
        "b-att-selected",
        "b-att-year"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Calendar"
      ],
      "templateName": "baseui.Calendar"
    },
    {
      "name": "card",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-card-body",
        "b-card-footer",
        "b-card-header"
      ],
      "events": [],
      "owlComponents": [
        "Card",
        "CardHeader",
        "CardBody",
        "CardFooter",
        "CardTitle",
        "CardDescription"
      ],
      "templateName": "baseui.Card"
    },
    {
      "name": "carousel",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-carousel-next",
        "b-carousel-prev",
        "b-carousel-slide",
        "b-ui",
        "b-att-state"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Carousel",
        "CarouselSlide",
        "CarouselPrevious",
        "CarouselNext"
      ],
      "templateName": "baseui.Carousel"
    },
    {
      "name": "chart",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-config",
        "b-att-label",
        "b-att-type",
        "b-att-variant",
        "b-att-value",
        "b-chart-area",
        "b-chart-axis",
        "b-chart-body",
        "b-chart-description",
        "b-chart-footer",
        "b-chart-grid",
        "b-chart-header",
        "b-chart-legend",
        "b-chart-line",
        "b-chart-plot",
        "b-chart-range",
        "b-chart-series",
        "b-chart-trend",
        "b-chart-title"
      ],
      "events": [],
      "owlComponents": [
        "Chart"
      ],
      "templateName": "baseui.Chart"
    },
    {
      "name": "checkbox",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "checked",
        "disabled",
        "required"
      ],
      "events": [],
      "owlComponents": [
        "Checkbox"
      ],
      "templateName": "baseui.Checkbox"
    },
    {
      "name": "clipboard-button",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-variant",
        "b-att-size",
        "b-att-value",
        "b-att-target",
        "b-att-icon",
        "b-att-copied-icon",
        "b-att-reset-delay"
      ],
      "events": [
        "baseui:clipboard-copy",
        "baseui:clipboard-copy-error"
      ],
      "owlComponents": [
        "ClipboardButton"
      ],
      "templateName": "baseui.ClipboardButton"
    },
    {
      "name": "collapsible",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-collapsible-panel",
        "b-collapsible-trigger",
        "b-ui",
        "b-att-state"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Collapsible",
        "CollapsibleTrigger",
        "CollapsibleContent"
      ],
      "templateName": "baseui.Collapsible"
    },
    {
      "name": "combobox",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-combobox-list",
        "b-ui",
        "b-att-value"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Combobox"
      ],
      "templateName": "baseui.Combobox"
    },
    {
      "name": "command",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-command-item",
        "b-command-list",
        "b-ui",
        "b-att-value"
      ],
      "events": [
        "baseui:select"
      ],
      "owlComponents": [
        "Command"
      ],
      "templateName": "baseui.Command"
    },
    {
      "name": "context-menu",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-context-menu-content"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "ContextMenu",
        "ContextMenuTrigger",
        "ContextMenuContent",
        "ContextMenuItem"
      ],
      "templateName": "baseui.ContextMenu"
    },
    {
      "name": "data-table",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-table-search",
        "b-att-sort",
        "b-att-page-size",
        "b-att-page-size-options",
        "b-att-filter-placeholder",
        "b-att-empty-label",
        "b-att-selectable",
        "b-att-searchable",
        "b-att-sortable",
        "b-att-pagination",
        "b-att-column-toggle",
        "b-att-row-actions",
        "b-att-variant"
      ],
      "events": [],
      "owlComponents": [
        "DataTable"
      ],
      "templateName": "baseui.DataTable"
    },
    {
      "name": "date-picker",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-att-value",
        "disabled",
        "readonly"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "DatePicker"
      ],
      "templateName": "baseui.DatePicker"
    },
    {
      "name": "dialog",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-dialog-close",
        "b-dialog-description",
        "b-dialog-footer",
        "b-dialog-panel",
        "b-dialog-title",
        "b-att-state",
        "b-att-trigger",
        "showCloseButton"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Dialog",
        "DialogTrigger",
        "DialogContent",
        "DialogHeader",
        "DialogFooter",
        "DialogTitle",
        "DialogDescription",
        "DialogClose"
      ],
      "templateName": "baseui.Dialog"
    },
    {
      "name": "direction",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-dir",
        "dir"
      ],
      "events": [],
      "owlComponents": [
        "Direction"
      ],
      "templateName": "baseui.Direction"
    },
    {
      "name": "drawer",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-drawer-close",
        "b-drawer-panel",
        "b-att-state",
        "b-att-trigger"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Drawer",
        "DrawerTrigger",
        "DrawerContent",
        "DrawerHeader",
        "DrawerFooter",
        "DrawerTitle",
        "DrawerDescription",
        "DrawerClose"
      ],
      "templateName": "baseui.Drawer"
    },
    {
      "name": "dropdown-menu",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-expanded",
        "b-ui",
        "b-dropdown-checkbox-item",
        "b-dropdown-group",
        "b-dropdown-indicator",
        "b-dropdown-label",
        "b-dropdown-menu",
        "b-dropdown-radio-item",
        "b-dropdown-separator",
        "b-dropdown-shortcut",
        "b-dropdown-sub",
        "b-dropdown-sub-content",
        "b-dropdown-sub-trigger",
        "b-dropdown-trigger",
        "b-att-inset",
        "b-att-state",
        "b-att-variant"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "DropdownMenu",
        "DropdownMenuTrigger",
        "DropdownMenuContent",
        "DropdownMenuGroup",
        "DropdownMenuLabel",
        "DropdownMenuItem",
        "DropdownMenuCheckboxItem",
        "DropdownMenuRadioGroup",
        "DropdownMenuRadioItem",
        "DropdownMenuSeparator",
        "DropdownMenuShortcut",
        "DropdownMenuSub",
        "DropdownMenuSubTrigger",
        "DropdownMenuSubContent"
      ],
      "templateName": "baseui.DropdownMenu"
    },
    {
      "name": "empty",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-att-variant",
        "b-empty-header",
        "b-empty-media",
        "b-empty-title",
        "b-empty-description",
        "b-empty-content"
      ],
      "events": [],
      "owlComponents": [
        "Empty",
        "EmptyHeader",
        "EmptyMedia",
        "EmptyTitle",
        "EmptyDescription",
        "EmptyContent"
      ],
      "templateName": "baseui.Empty"
    },
    {
      "name": "field",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "aria-invalid",
        "b-att-orientation",
        "b-att-slot",
        "b-error",
        "b-field-content",
        "b-field-description",
        "b-field-error",
        "b-field-group",
        "b-field-label",
        "b-field-legend",
        "b-field-separator",
        "b-field-title",
        "b-ui",
        "data-invalid"
      ],
      "events": [],
      "owlComponents": [
        "Field",
        "FieldContent",
        "FieldDescription",
        "FieldError",
        "FieldGroup",
        "FieldLabel",
        "FieldLegend",
        "FieldSeparator",
        "FieldSet",
        "FieldTitle"
      ],
      "templateName": "baseui.Field"
    },
    {
      "name": "form",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-form-counter",
        "b-form-reset",
        "b-ui",
        "maxlength",
        "name",
        "novalidate"
      ],
      "events": [],
      "owlComponents": [
        "Form"
      ],
      "templateName": "baseui.Form"
    },
    {
      "name": "hover-card",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-expanded",
        "b-ui",
        "b-hover-card-content",
        "b-hover-card-trigger"
      ],
      "events": [],
      "owlComponents": [
        "HoverCard",
        "HoverCardTrigger",
        "HoverCardContent"
      ],
      "templateName": "baseui.HoverCard"
    },
    {
      "name": "icon",
      "type": "static",
      "dependencies": [
        "lucide"
      ],
      "attributes": [
        "aria-label",
        "b-icon",
        "b-icon-base-url",
        "b-icon-size",
        "b-ui",
        "b-att-base-url",
        "b-att-icon",
        "b-att-label",
        "b-att-size"
      ],
      "events": [],
      "owlComponents": [
        "Icon"
      ],
      "templateName": "baseui.Icon"
    },
    {
      "name": "input",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "disabled",
        "readonly",
        "required"
      ],
      "events": [],
      "owlComponents": [
        "Input"
      ],
      "templateName": "baseui.Input"
    },
    {
      "name": "input-group",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-input-group-addon",
        "b-input-group-button",
        "b-input-group-text",
        "b-att-align",
        "b-att-size",
        "b-att-variant"
      ],
      "events": [],
      "owlComponents": [
        "InputGroup",
        "InputGroupAddon",
        "InputGroupButton",
        "InputGroupText",
        "InputGroupInput",
        "InputGroupTextarea"
      ],
      "templateName": "baseui.InputGroup"
    },
    {
      "name": "input-otp",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-att-value",
        "inputmode",
        "maxlength"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "InputOtp"
      ],
      "templateName": "baseui.InputOtp"
    },
    {
      "name": "item",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-item-actions",
        "b-item-content",
        "b-item-description",
        "b-item-media",
        "b-item-title",
        "b-item-group",
        "b-item-separator",
        "b-att-variant"
      ],
      "events": [],
      "owlComponents": [
        "Item"
      ],
      "templateName": "baseui.Item"
    },
    {
      "name": "kbd",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui"
      ],
      "events": [],
      "owlComponents": [
        "Kbd"
      ],
      "templateName": "baseui.Kbd"
    },
    {
      "name": "label",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-required",
        "for"
      ],
      "events": [],
      "owlComponents": [
        "Label"
      ],
      "templateName": "baseui.Label"
    },
    {
      "name": "marker",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-variant"
      ],
      "events": [],
      "owlComponents": [
        "Marker"
      ],
      "templateName": "baseui.Marker"
    },
    {
      "name": "markdown",
      "type": "static",
      "dependencies": [
        "marked",
        "mermaid",
        "milkdown",
        "yjs",
        "y-webrtc"
      ],
      "attributes": [
        "b-ui",
        "b-att-src",
        "b-att-content",
        "b-att-mermaid",
        "b-att-base-ui",
        "b-att-editable",
        "b-att-collaborative",
        "b-att-room",
        "b-att-password",
        "b-att-signaling"
      ],
      "events": [
        "baseui:markdown-render",
        "baseui:markdown-error",
        "baseui:markdown-change",
        "baseui:markdown-editor-ready",
        "baseui:markdown-copy",
        "baseui:markdown-copy-error"
      ],
      "owlComponents": [
        "Markdown"
      ],
      "templateName": "baseui.Markdown"
    },
    {
      "name": "text-editor",
      "type": "static",
      "dependencies": [
        "@milkdown/crepe",
        "yjs",
        "y-webrtc"
      ],
      "attributes": [
        "b-ui",
        "b-att-src",
        "b-att-content",
        "b-att-placeholder",
        "b-att-collaborative",
        "b-att-room",
        "b-att-password",
        "b-att-signaling"
      ],
      "events": [
        "baseui:text-editor-ready",
        "baseui:text-editor-change",
        "baseui:text-editor-error"
      ],
      "owlComponents": [
        "TextEditor"
      ],
      "templateName": "baseui.TextEditor"
    },
    {
      "name": "message",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-side"
      ],
      "events": [],
      "owlComponents": [
        "Message"
      ],
      "templateName": "baseui.Message"
    },
    {
      "name": "message-scroller",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-att-autoscroll",
        "b-ui"
      ],
      "events": [],
      "owlComponents": [
        "MessageScroller"
      ],
      "templateName": "baseui.MessageScroller"
    },
    {
      "name": "menubar",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "role"
      ],
      "events": [],
      "owlComponents": [
        "Menubar"
      ],
      "templateName": "baseui.Menubar"
    },
    {
      "name": "native-select",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-size",
        "disabled",
        "required"
      ],
      "events": [],
      "owlComponents": [
        "NativeSelect"
      ],
      "templateName": "baseui.NativeSelect"
    },
    {
      "name": "navigation-menu",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-current",
        "b-ui",
        "role"
      ],
      "events": [],
      "owlComponents": [
        "NavigationMenu",
        "NavigationMenuItem"
      ],
      "templateName": "baseui.NavigationMenu"
    },
    {
      "name": "pagination",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-current",
        "aria-disabled",
        "aria-label",
        "b-ui",
        "disabled"
      ],
      "events": [],
      "owlComponents": [
        "Pagination",
        "PaginationItem"
      ],
      "templateName": "baseui.Pagination"
    },
    {
      "name": "popover",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-expanded",
        "b-ui",
        "b-popover-content",
        "b-popover-trigger",
        "b-att-state"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Popover",
        "PopoverTrigger",
        "PopoverContent"
      ],
      "templateName": "baseui.Popover"
    },
    {
      "name": "progress",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "aria-valuemax",
        "aria-valuenow",
        "b-ui",
        "b-progress-indicator",
        "b-att-max",
        "b-att-value"
      ],
      "events": [],
      "owlComponents": [
        "Progress"
      ],
      "templateName": "baseui.Progress"
    },
    {
      "name": "pwa",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-pwa-close",
        "b-pwa-panel",
        "b-att-trigger"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Pwa",
        "PwaTrigger",
        "PwaContent",
        "PwaHeader",
        "PwaTitle",
        "PwaDescription",
        "PwaBody",
        "PwaSteps",
        "PwaFooter",
        "PwaClose"
      ],
      "templateName": "baseui.Pwa"
    },
    {
      "name": "questionnaire",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-question",
        "b-question-next",
        "b-question-prev",
        "b-att-state"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Questionnaire",
        "QuestionnaireStep",
        "QuestionnairePrevious",
        "QuestionnaireNext"
      ],
      "templateName": "baseui.Questionnaire"
    },
    {
      "name": "radio-group",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "checked",
        "disabled",
        "name",
        "required"
      ],
      "events": [],
      "owlComponents": [
        "RadioGroup",
        "RadioGroupItem"
      ],
      "templateName": "baseui.RadioGroup"
    },
    {
      "name": "resizable",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-resizable-handle",
        "b-resizable-panel",
        "b-att-max",
        "b-att-min"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Resizable"
      ],
      "templateName": "baseui.Resizable"
    },
    {
      "name": "scroll-area",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "role",
        "tabindex"
      ],
      "events": [],
      "owlComponents": [
        "ScrollArea"
      ],
      "templateName": "baseui.ScrollArea"
    },
    {
      "name": "separator",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-orientation"
      ],
      "events": [],
      "owlComponents": [
        "Separator"
      ],
      "templateName": "baseui.Separator"
    },
    {
      "name": "select",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-select-content",
        "b-select-item",
        "b-select-trigger",
        "b-select-value",
        "b-att-state",
        "b-att-value"
      ],
      "events": [
        "baseui:change",
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Select",
        "SelectTrigger",
        "SelectContent",
        "SelectItem"
      ],
      "templateName": "baseui.Select"
    },
    {
      "name": "shell",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-shell-collapse-trigger",
        "b-att-collapsed"
      ],
      "events": [
        "baseui:collapse",
        "baseui:expand"
      ],
      "owlComponents": [
        "Shell",
        "ShellSidebar",
        "ShellSidebarHeader",
        "ShellNav",
        "ShellMain",
        "ShellHeader",
        "ShellCollapseTrigger",
        "ShellContent",
        "ShellUserMenu"
      ],
      "templateName": "baseui.Shell"
    },
    {
      "name": "sheet",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-sheet-close",
        "b-sheet-panel",
        "b-att-side",
        "b-att-state",
        "b-att-trigger"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Sheet",
        "SheetTrigger",
        "SheetContent",
        "SheetHeader",
        "SheetFooter",
        "SheetTitle",
        "SheetDescription",
        "SheetClose"
      ],
      "templateName": "baseui.Sheet"
    },
    {
      "name": "sidebar",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-sidebar-content",
        "b-sidebar-close",
        "b-sidebar-footer",
        "b-sidebar-group",
        "b-sidebar-group-action",
        "b-sidebar-group-content",
        "b-sidebar-group-label",
        "b-sidebar-header",
        "b-sidebar-menu",
        "b-sidebar-menu-action",
        "b-sidebar-menu-badge",
        "b-sidebar-menu-button",
        "b-sidebar-menu-item",
        "b-sidebar-menu-skeleton",
        "b-sidebar-menu-sub",
        "b-sidebar-menu-sub-button",
        "b-sidebar-menu-sub-item",
        "b-sidebar-separator",
        "b-att-state",
        "b-att-trigger"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Sidebar",
        "SidebarProvider",
        "SidebarTrigger",
        "SidebarContent",
        "SidebarClose",
        "SidebarFooter",
        "SidebarHeader",
        "SidebarInput",
        "SidebarInset",
        "SidebarRail",
        "SidebarSeparator",
        "SidebarGroup",
        "SidebarGroupAction",
        "SidebarGroupContent",
        "SidebarGroupLabel",
        "SidebarGroupCollapsible",
        "SidebarMenu",
        "SidebarMenuItem",
        "SidebarMenuButton",
        "SidebarMenuAction",
        "SidebarMenuBadge",
        "SidebarMenuSkeleton",
        "SidebarMenuSub",
        "SidebarMenuSubButton",
        "SidebarMenuSubItem"
      ],
      "templateName": "baseui.Sidebar"
    },
    {
      "name": "slider",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "max",
        "min",
        "step",
        "type",
        "value"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Slider"
      ],
      "templateName": "baseui.Slider"
    },
    {
      "name": "skeleton",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-shape"
      ],
      "events": [],
      "owlComponents": [
        "Skeleton"
      ],
      "templateName": "baseui.Skeleton"
    },
    {
      "name": "spinner",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-label",
        "b-att-type"
      ],
      "events": [],
      "owlComponents": [
        "Spinner"
      ],
      "templateName": "baseui.Spinner"
    },
    {
      "name": "switch",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "checked",
        "disabled",
        "required"
      ],
      "events": [],
      "owlComponents": [
        "Switch"
      ],
      "templateName": "baseui.Switch"
    },
    {
      "name": "table",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-hover",
        "b-att-responsive",
        "b-att-striped"
      ],
      "events": [],
      "owlComponents": [
        "Table"
      ],
      "templateName": "baseui.Table"
    },
    {
      "name": "tabs",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-panel",
        "b-tab",
        "b-att-value",
        "b-att-variant"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Tabs",
        "TabsList",
        "TabTrigger",
        "TabContent",
        "TabsContainer"
      ],
      "templateName": "baseui.Tabs"
    },
    {
      "name": "textarea",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-resize",
        "disabled",
        "readonly",
        "required"
      ],
      "events": [],
      "owlComponents": [
        "Textarea"
      ],
      "templateName": "baseui.Textarea"
    },
    {
      "name": "theme-button",
      "type": "static",
      "dependencies": [
        "theme",
        "icon"
      ],
      "attributes": [
        "aria-label",
        "aria-pressed",
        "b-ui",
        "b-att-base-url",
        "b-att-size",
        "b-att-storage-key",
        "b-att-variant",
        "b-icon-base-url"
      ],
      "events": [
        "baseui:theme-change"
      ],
      "owlComponents": [
        "ThemeButton"
      ],
      "templateName": "baseui.ThemeButton"
    },
    {
      "name": "toast",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "b-ui",
        "b-toast-close",
        "b-att-delay",
        "b-att-state",
        "b-att-variant"
      ],
      "events": [
        "baseui:close",
        "baseui:open"
      ],
      "owlComponents": [
        "Toast"
      ],
      "templateName": "baseui.Toast"
    },
    {
      "name": "toggle",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-pressed",
        "b-ui",
        "b-att-state",
        "b-att-variant"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "Toggle"
      ],
      "templateName": "baseui.Toggle"
    },
    {
      "name": "toggle-group",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-pressed",
        "b-ui",
        "b-att-multiple",
        "b-att-value"
      ],
      "events": [
        "baseui:change"
      ],
      "owlComponents": [
        "ToggleGroup",
        "ToggleGroupItem"
      ],
      "templateName": "baseui.ToggleGroup"
    },
    {
      "name": "tooltip",
      "type": "owl",
      "dependencies": [
        "owl"
      ],
      "attributes": [
        "aria-describedby",
        "b-ui",
        "b-tooltip-content",
        "b-tooltip-trigger",
        "b-att-content",
        "b-att-state"
      ],
      "events": [],
      "owlComponents": [
        "Tooltip"
      ],
      "templateName": "baseui.Tooltip"
    },
    {
      "name": "typography",
      "type": "static",
      "dependencies": [],
      "attributes": [
        "b-ui",
        "b-att-variant"
      ],
      "events": [],
      "owlComponents": [
        "Typography"
      ],
      "templateName": "baseui.Typography"
    }
  ],
  "integrity": {
    "baseui.min.css": "sha384-Ch4QycX7bzrzVYY3SYE8bMsQVlodiOu+aLfwR41PYuI+FX6VY5Ej2VrSZ/n2NvkV",
    "bootstrap.bundle.min.js": "sha384-RMbllTJcplkCRnELNTOc5Kz/3AvFDE/rNlJqWqfgmRWruobClBdfwvl10akQZkR1",
    "baseui.min.js": "sha384-EKZte5iBvFtHs2JRjSpR9UboGjLkAQyGgY4UN49FB2CzD6sM99NMWJT4MM3FYe9l",
    "baseui.esm.js": "sha384-0PLgaL+pEKNqDuxI0wvf2djAw4mfReUzHjuByAdRMo/LjZpyCoBUn7bMVvFQVFWM",
    "baseui.icons.esm.js": "sha384-psQsxRLNJYUFrDOH/UAEqVR7h0OxjqG/CixSCjolHz/fYlIMpSjCMRbShw/C2XVF",
    "baseui.templates.xml": "sha384-XkqmfurKcEF6WuIQHWAbnZfW6oz19n7SDVRDU3g0hc3qOr4kPd/qfNGcTmcDDIgQ",
    "baseui.block-viewer.esm.js": "sha384-hYgkf7lao86+laVebZT9MpBGkSZCI13ERhghHbOkarkuYRBVtRZnkwAiBQBECj39",
    "icons/lucide.json": "sha384-mc5mzpmq9eOgZVa2IcjrL33Ty4nMXE8aoZMfy+lgkC/jMQ4aYnk2S58mFsSGFnW1",
    "themes/baseui-light.css": "sha384-/TosvycgVJ5aZ7EOWd4cr8Zen4nayAC/iA9BgGdXKH0LuHSnZk4guDaWM5WPC7yy",
    "themes/baseui-dark.css": "sha384-zF9Rhfjpv90sxuJ2WK7GBPCltN6mkebzK1w9EzQGY9DYHiX3eIX/fcE7fXzfIZVF"
  }
}
