{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "table", "type": "registry:ui", "title": "TAC Table", "description": "Zero-radius table with paper-line hairlines and density tokens. For Paper Ops Console tables prefer OpsTable (composed/ops-console/ops-table.tsx).", "files": [ { "path": "src/components/primitives/table.tsx", "type": "registry:ui", "content": "\"use client\"\n\nimport * as React from \"react\"\n\nimport { cn } from \"@workspace/ui/lib/utils\"\n\nfunction Table({ className, ...props }: React.ComponentProps<\"table\">) {\n return (\n