{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "hq", "homepage": "https://github.com/zsrezjp/hq-design-registry", "items": [ { "name": "hq-tokens", "type": "registry:theme", "title": "HQ Tokens", "description": "HQ standard theme tokens (shadcn neutral, Tailwind v4). Source of truth for all project UI tokens.", "files": [ { "path": "tokens/tokens.css", "type": "registry:file", "target": "app/tokens.css" } ] }, { "name": "hq-button", "type": "registry:ui", "title": "Button", "description": "Canonical copy of the shadcn/ui Button (cva variants, Radix Slot). Do not fork per project.", "dependencies": [ "@radix-ui/react-slot", "class-variance-authority" ], "files": [ { "path": "components/button.tsx", "type": "registry:ui" } ] } ] }