{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "surface", "title": "Surface", "description": "Semantic content grouping with default, inset, and raised tones.", "registryDependencies": [ "@manner/utils", "@manner/manner-theme" ], "files": [ { "path": "registry/manner/editorial/surface.tsx", "content": "import * as React from \"react\"\n\nimport { cn } from \"@/lib/cn\"\n\ntype SurfaceProps = React.ComponentProps<\"section\"> & { tone?: \"default\" | \"inset\" | \"raised\" }\n\nfunction Surface({ className, tone = \"default\", ...props }: SurfaceProps) {\n return (\n \n )\n}\n\nexport { Surface, type SurfaceProps }\n", "type": "registry:ui" } ], "type": "registry:ui" }