{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "type": "registry:ui", "title": "TAC Input", "description": "Input primitive at TAC's h-9 text-sm rhythm with tac-focus-premium ring. Override of the shadcn 4.7.0 base which uses h-8 text-xs.", "files": [ { "path": "src/components/primitives/input.tsx", "type": "registry:ui", "content": "import * as React from \"react\"\n\nimport { cn } from \"@workspace/ui/lib/utils\"\n\nfunction Input({ className, type, ...props }: React.ComponentProps<\"input\">) {\n return (\n \n )\n}\n\nexport { Input }\n" } ] }