{
    "$schema": "https://ui.shadcn.com/schema/registry.json",
    "name": "untld-ui",
    "homepage": "https://ui.untldlabs.com",
    "items": [
        {
            "name": "ai-input",
            "type": "registry:ui",
            "title": "AI Input",
            "description": "A animated gradient border AI input component.",
            "files": [
                {
                    "path": "registry/new-york/ui/ai-input.tsx",
                    "type": "registry:ui",
                    "target": "components/untld/ui/ai-input.tsx"
                }
            ],
            "dependencies": [
                "motion",
                "lucide-react"
            ],
            "registryDependencies": ["button", "input", "textarea"]
        },
        {
            "name": "page-dock",
            "type": "registry:ui",
            "title": "Page Dock",
            "description": "An animated dock component for page navigation with scroll progress indicator.",
            "files": [
                {
                    "path": "registry/new-york/ui/page-dock.tsx",
                    "type": "registry:ui",
                    "target": "components/untld/ui/page-dock.tsx"
                }
            ],
            "dependencies": [
                "motion"
            ],
            "registryDependencies": []
        }
    ]
}