{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "orchestero-elements",
  "homepage": "https://elements.orchestero.com",
  "items": [
    {
      "name": "accordion",
      "title": "Accordion",
      "description": "Orchestero Accordion component for product interfaces.",
      "files": [
        {
          "path": "components/ui/accordion.tsx",
          "type": "registry:ui",
          "target": "@ui/accordion.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "alert-dialog",
      "title": "Alert Dialog",
      "description": "Orchestero Alert Dialog component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/alert-dialog.tsx",
          "type": "registry:ui",
          "target": "@ui/alert-dialog.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "alert",
      "title": "Alert",
      "description": "Orchestero Alert component for product interfaces.",
      "files": [
        {
          "path": "components/ui/alert.tsx",
          "type": "registry:ui",
          "target": "@ui/alert.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "aspect-ratio",
      "title": "Aspect Ratio",
      "description": "Orchestero Aspect Ratio component for product interfaces.",
      "files": [
        {
          "path": "components/ui/aspect-ratio.tsx",
          "type": "registry:ui",
          "target": "@ui/aspect-ratio.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "attachment",
      "title": "Attachment",
      "description": "Orchestero Attachment component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/attachment.tsx",
          "type": "registry:ui",
          "target": "@ui/attachment.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "avatar",
      "title": "Avatar",
      "description": "Orchestero Avatar component for product interfaces.",
      "files": [
        {
          "path": "components/ui/avatar.tsx",
          "type": "registry:ui",
          "target": "@ui/avatar.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "badge",
      "title": "Badge",
      "description": "Orchestero Badge component for product interfaces.",
      "files": [
        {
          "path": "components/ui/badge.tsx",
          "type": "registry:ui",
          "target": "@ui/badge.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "breadcrumb",
      "title": "Breadcrumb",
      "description": "Orchestero Breadcrumb component for product interfaces.",
      "files": [
        {
          "path": "components/ui/breadcrumb.tsx",
          "type": "registry:ui",
          "target": "@ui/breadcrumb.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "bubble",
      "title": "Bubble",
      "description": "Orchestero Bubble component for product interfaces.",
      "files": [
        {
          "path": "components/ui/bubble.tsx",
          "type": "registry:ui",
          "target": "@ui/bubble.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "button-group",
      "title": "Button Group",
      "description": "Orchestero Button Group component for product interfaces.",
      "registryDependencies": [
        "@orchestero/separator"
      ],
      "files": [
        {
          "path": "components/ui/button-group.tsx",
          "type": "registry:ui",
          "target": "@ui/button-group.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "button",
      "title": "Button",
      "description": "Orchestero Button component for product interfaces.",
      "files": [
        {
          "path": "components/ui/button.tsx",
          "type": "registry:ui",
          "target": "@ui/button.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "calendar",
      "title": "Calendar",
      "description": "Orchestero Calendar component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/calendar.tsx",
          "type": "registry:ui",
          "target": "@ui/calendar.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "card",
      "title": "Card",
      "description": "Orchestero Card component for product interfaces.",
      "files": [
        {
          "path": "components/ui/card.tsx",
          "type": "registry:ui",
          "target": "@ui/card.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "carousel",
      "title": "Carousel",
      "description": "Orchestero Carousel component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/carousel.tsx",
          "type": "registry:ui",
          "target": "@ui/carousel.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "chart",
      "title": "Chart",
      "description": "Orchestero Chart component for product interfaces.",
      "files": [
        {
          "path": "components/ui/chart.tsx",
          "type": "registry:ui",
          "target": "@ui/chart.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "checkbox",
      "title": "Checkbox",
      "description": "Orchestero Checkbox component for product interfaces.",
      "files": [
        {
          "path": "components/ui/checkbox.tsx",
          "type": "registry:ui",
          "target": "@ui/checkbox.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "collapsible",
      "title": "Collapsible",
      "description": "Orchestero Collapsible component for product interfaces.",
      "files": [
        {
          "path": "components/ui/collapsible.tsx",
          "type": "registry:ui",
          "target": "@ui/collapsible.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "combobox",
      "title": "Combobox",
      "description": "Orchestero Combobox component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button",
        "@orchestero/input-group"
      ],
      "files": [
        {
          "path": "components/ui/combobox.tsx",
          "type": "registry:ui",
          "target": "@ui/combobox.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "command",
      "title": "Command",
      "description": "Orchestero Command component for product interfaces.",
      "registryDependencies": [
        "@orchestero/dialog",
        "@orchestero/input-group"
      ],
      "files": [
        {
          "path": "components/ui/command.tsx",
          "type": "registry:ui",
          "target": "@ui/command.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "context-menu",
      "title": "Context Menu",
      "description": "Orchestero Context Menu component for product interfaces.",
      "files": [
        {
          "path": "components/ui/context-menu.tsx",
          "type": "registry:ui",
          "target": "@ui/context-menu.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "dialog",
      "title": "Dialog",
      "description": "Orchestero Dialog component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/dialog.tsx",
          "type": "registry:ui",
          "target": "@ui/dialog.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "direction",
      "title": "Direction",
      "description": "Orchestero Direction component for product interfaces.",
      "files": [
        {
          "path": "components/ui/direction.tsx",
          "type": "registry:ui",
          "target": "@ui/direction.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "drawer",
      "title": "Drawer",
      "description": "Orchestero Drawer component for product interfaces.",
      "files": [
        {
          "path": "components/ui/drawer.tsx",
          "type": "registry:ui",
          "target": "@ui/drawer.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "dropdown-menu",
      "title": "Dropdown Menu",
      "description": "Orchestero Dropdown Menu component for product interfaces.",
      "files": [
        {
          "path": "components/ui/dropdown-menu.tsx",
          "type": "registry:ui",
          "target": "@ui/dropdown-menu.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "empty",
      "title": "Empty",
      "description": "Orchestero Empty component for product interfaces.",
      "files": [
        {
          "path": "components/ui/empty.tsx",
          "type": "registry:ui",
          "target": "@ui/empty.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "field",
      "title": "Field",
      "description": "Orchestero Field component for product interfaces.",
      "registryDependencies": [
        "@orchestero/label",
        "@orchestero/separator"
      ],
      "files": [
        {
          "path": "components/ui/field.tsx",
          "type": "registry:ui",
          "target": "@ui/field.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "hover-card",
      "title": "Hover Card",
      "description": "Orchestero Hover Card component for product interfaces.",
      "files": [
        {
          "path": "components/ui/hover-card.tsx",
          "type": "registry:ui",
          "target": "@ui/hover-card.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "input-group",
      "title": "Input Group",
      "description": "Orchestero Input Group component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button",
        "@orchestero/input",
        "@orchestero/textarea"
      ],
      "files": [
        {
          "path": "components/ui/input-group.tsx",
          "type": "registry:ui",
          "target": "@ui/input-group.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "input-otp",
      "title": "Input Otp",
      "description": "Orchestero Input Otp component for product interfaces.",
      "files": [
        {
          "path": "components/ui/input-otp.tsx",
          "type": "registry:ui",
          "target": "@ui/input-otp.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "input",
      "title": "Input",
      "description": "Orchestero Input component for product interfaces.",
      "files": [
        {
          "path": "components/ui/input.tsx",
          "type": "registry:ui",
          "target": "@ui/input.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "item",
      "title": "Item",
      "description": "Orchestero Item component for product interfaces.",
      "registryDependencies": [
        "@orchestero/separator"
      ],
      "files": [
        {
          "path": "components/ui/item.tsx",
          "type": "registry:ui",
          "target": "@ui/item.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "kbd",
      "title": "Kbd",
      "description": "Orchestero Kbd component for product interfaces.",
      "files": [
        {
          "path": "components/ui/kbd.tsx",
          "type": "registry:ui",
          "target": "@ui/kbd.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "label",
      "title": "Label",
      "description": "Orchestero Label component for product interfaces.",
      "files": [
        {
          "path": "components/ui/label.tsx",
          "type": "registry:ui",
          "target": "@ui/label.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "marker",
      "title": "Marker",
      "description": "Orchestero Marker component for product interfaces.",
      "files": [
        {
          "path": "components/ui/marker.tsx",
          "type": "registry:ui",
          "target": "@ui/marker.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "menubar",
      "title": "Menubar",
      "description": "Orchestero Menubar component for product interfaces.",
      "registryDependencies": [
        "@orchestero/dropdown-menu"
      ],
      "files": [
        {
          "path": "components/ui/menubar.tsx",
          "type": "registry:ui",
          "target": "@ui/menubar.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "message-scroller",
      "title": "Message Scroller",
      "description": "Orchestero Message Scroller component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/message-scroller.tsx",
          "type": "registry:ui",
          "target": "@ui/message-scroller.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "message",
      "title": "Message",
      "description": "Orchestero Message component for product interfaces.",
      "files": [
        {
          "path": "components/ui/message.tsx",
          "type": "registry:ui",
          "target": "@ui/message.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "native-select",
      "title": "Native Select",
      "description": "Orchestero Native Select component for product interfaces.",
      "files": [
        {
          "path": "components/ui/native-select.tsx",
          "type": "registry:ui",
          "target": "@ui/native-select.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "navigation-menu",
      "title": "Navigation Menu",
      "description": "Orchestero Navigation Menu component for product interfaces.",
      "files": [
        {
          "path": "components/ui/navigation-menu.tsx",
          "type": "registry:ui",
          "target": "@ui/navigation-menu.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "pagination",
      "title": "Pagination",
      "description": "Orchestero Pagination component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/pagination.tsx",
          "type": "registry:ui",
          "target": "@ui/pagination.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "popover",
      "title": "Popover",
      "description": "Orchestero Popover component for product interfaces.",
      "files": [
        {
          "path": "components/ui/popover.tsx",
          "type": "registry:ui",
          "target": "@ui/popover.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "progress",
      "title": "Progress",
      "description": "Orchestero Progress component for product interfaces.",
      "files": [
        {
          "path": "components/ui/progress.tsx",
          "type": "registry:ui",
          "target": "@ui/progress.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "radio-group",
      "title": "Radio Group",
      "description": "Orchestero Radio Group component for product interfaces.",
      "files": [
        {
          "path": "components/ui/radio-group.tsx",
          "type": "registry:ui",
          "target": "@ui/radio-group.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "resizable",
      "title": "Resizable",
      "description": "Orchestero Resizable component for product interfaces.",
      "files": [
        {
          "path": "components/ui/resizable.tsx",
          "type": "registry:ui",
          "target": "@ui/resizable.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "scroll-area",
      "title": "Scroll Area",
      "description": "Orchestero Scroll Area component for product interfaces.",
      "files": [
        {
          "path": "components/ui/scroll-area.tsx",
          "type": "registry:ui",
          "target": "@ui/scroll-area.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "select",
      "title": "Select",
      "description": "Orchestero Select component for product interfaces.",
      "files": [
        {
          "path": "components/ui/select.tsx",
          "type": "registry:ui",
          "target": "@ui/select.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "separator",
      "title": "Separator",
      "description": "Orchestero Separator component for product interfaces.",
      "files": [
        {
          "path": "components/ui/separator.tsx",
          "type": "registry:ui",
          "target": "@ui/separator.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "sheet",
      "title": "Sheet",
      "description": "Orchestero Sheet component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button"
      ],
      "files": [
        {
          "path": "components/ui/sheet.tsx",
          "type": "registry:ui",
          "target": "@ui/sheet.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "sidebar",
      "title": "Sidebar",
      "description": "Orchestero Sidebar component for product interfaces.",
      "registryDependencies": [
        "@orchestero/button",
        "@orchestero/input",
        "@orchestero/separator",
        "@orchestero/sheet",
        "@orchestero/skeleton",
        "@orchestero/tooltip",
        "@orchestero/use-mobile"
      ],
      "files": [
        {
          "path": "components/ui/sidebar.tsx",
          "type": "registry:ui",
          "target": "@ui/sidebar.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "skeleton",
      "title": "Skeleton",
      "description": "Orchestero Skeleton component for product interfaces.",
      "files": [
        {
          "path": "components/ui/skeleton.tsx",
          "type": "registry:ui",
          "target": "@ui/skeleton.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "slider",
      "title": "Slider",
      "description": "Orchestero Slider component for product interfaces.",
      "files": [
        {
          "path": "components/ui/slider.tsx",
          "type": "registry:ui",
          "target": "@ui/slider.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "sonner",
      "title": "Sonner",
      "description": "Orchestero Sonner component for product interfaces.",
      "files": [
        {
          "path": "components/ui/sonner.tsx",
          "type": "registry:ui",
          "target": "@ui/sonner.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "spinner",
      "title": "Spinner",
      "description": "Orchestero Spinner component for product interfaces.",
      "files": [
        {
          "path": "components/ui/spinner.tsx",
          "type": "registry:ui",
          "target": "@ui/spinner.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "switch",
      "title": "Switch",
      "description": "Orchestero Switch component for product interfaces.",
      "files": [
        {
          "path": "components/ui/switch.tsx",
          "type": "registry:ui",
          "target": "@ui/switch.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "table",
      "title": "Table",
      "description": "Orchestero Table component for product interfaces.",
      "files": [
        {
          "path": "components/ui/table.tsx",
          "type": "registry:ui",
          "target": "@ui/table.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "tabs",
      "title": "Tabs",
      "description": "Orchestero Tabs component for product interfaces.",
      "files": [
        {
          "path": "components/ui/tabs.tsx",
          "type": "registry:ui",
          "target": "@ui/tabs.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "textarea",
      "title": "Textarea",
      "description": "Orchestero Textarea component for product interfaces.",
      "files": [
        {
          "path": "components/ui/textarea.tsx",
          "type": "registry:ui",
          "target": "@ui/textarea.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "toggle-group",
      "title": "Toggle Group",
      "description": "Orchestero Toggle Group component for product interfaces.",
      "registryDependencies": [
        "@orchestero/toggle"
      ],
      "files": [
        {
          "path": "components/ui/toggle-group.tsx",
          "type": "registry:ui",
          "target": "@ui/toggle-group.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "toggle",
      "title": "Toggle",
      "description": "Orchestero Toggle component for product interfaces.",
      "files": [
        {
          "path": "components/ui/toggle.tsx",
          "type": "registry:ui",
          "target": "@ui/toggle.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "tooltip",
      "title": "Tooltip",
      "description": "Orchestero Tooltip component for product interfaces.",
      "files": [
        {
          "path": "components/ui/tooltip.tsx",
          "type": "registry:ui",
          "target": "@ui/tooltip.tsx"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "chat-composer",
      "title": "Chat Composer",
      "description": "Orchestero AI chat Composer component.",
      "registryDependencies": [
        "@orchestero/button",
        "@orchestero/spinner",
        "@orchestero/textarea"
      ],
      "files": [
        {
          "path": "components/chat/composer.tsx",
          "type": "registry:component",
          "target": "@components/chat/composer.tsx"
        }
      ],
      "meta": {
        "group": "chat"
      },
      "categories": [
        "ai",
        "chat"
      ],
      "type": "registry:component"
    },
    {
      "name": "chat-kit",
      "title": "Chat Kit",
      "description": "Orchestero AI chat component group for threads, messages, composers, and tool calls.",
      "registryDependencies": [
        "@orchestero/avatar",
        "@orchestero/badge",
        "@orchestero/button",
        "@orchestero/collapsible",
        "@orchestero/empty",
        "@orchestero/spinner",
        "@orchestero/textarea"
      ],
      "files": [
        {
          "path": "components/chat/composer.tsx",
          "type": "registry:component",
          "target": "@components/chat/composer.tsx"
        },
        {
          "path": "components/chat/index.ts",
          "type": "registry:component",
          "target": "@components/chat/index.ts"
        },
        {
          "path": "components/chat/message.tsx",
          "type": "registry:component",
          "target": "@components/chat/message.tsx"
        },
        {
          "path": "components/chat/thread.tsx",
          "type": "registry:component",
          "target": "@components/chat/thread.tsx"
        },
        {
          "path": "components/chat/tool-call.tsx",
          "type": "registry:component",
          "target": "@components/chat/tool-call.tsx"
        }
      ],
      "meta": {
        "group": "chat"
      },
      "categories": [
        "ai",
        "chat"
      ],
      "type": "registry:component"
    },
    {
      "name": "chat-message",
      "title": "Chat Message",
      "description": "Orchestero AI chat Message component.",
      "registryDependencies": [
        "@orchestero/avatar",
        "@orchestero/badge"
      ],
      "files": [
        {
          "path": "components/chat/message.tsx",
          "type": "registry:component",
          "target": "@components/chat/message.tsx"
        }
      ],
      "meta": {
        "group": "chat"
      },
      "categories": [
        "ai",
        "chat"
      ],
      "type": "registry:component"
    },
    {
      "name": "chat-thread",
      "title": "Chat Thread",
      "description": "Orchestero AI chat Thread component.",
      "registryDependencies": [
        "@orchestero/empty"
      ],
      "files": [
        {
          "path": "components/chat/thread.tsx",
          "type": "registry:component",
          "target": "@components/chat/thread.tsx"
        }
      ],
      "meta": {
        "group": "chat"
      },
      "categories": [
        "ai",
        "chat"
      ],
      "type": "registry:component"
    },
    {
      "name": "chat-tool-call",
      "title": "Chat Tool Call",
      "description": "Orchestero AI chat Tool Call component.",
      "registryDependencies": [
        "@orchestero/badge",
        "@orchestero/collapsible"
      ],
      "files": [
        {
          "path": "components/chat/tool-call.tsx",
          "type": "registry:component",
          "target": "@components/chat/tool-call.tsx"
        }
      ],
      "meta": {
        "group": "chat"
      },
      "categories": [
        "ai",
        "chat"
      ],
      "type": "registry:component"
    },
    {
      "name": "use-mobile",
      "title": "Use Mobile",
      "description": "Orchestero Use Mobile hook for shadcn-compatible projects.",
      "files": [
        {
          "path": "hooks/use-mobile.ts",
          "type": "registry:hook",
          "target": "@hooks/use-mobile.ts"
        }
      ],
      "type": "registry:hook"
    }
  ]
}