{ "name": "card", "type": "registry:block", "files": [ { "path": "blocks/card/Card.svelte", "content": "\n\n\n\t{@render children?.()}\n\n", "type": "registry:ui", "target": "$lib/components/card/Card.svelte" }, { "path": "blocks/card/CardContent.svelte", "content": "\n\n
\n\t{@render children?.()}\n
\n", "type": "registry:ui", "target": "$lib/components/card/CardContent.svelte" }, { "path": "blocks/card/CardDescription.svelte", "content": "\n\n

\n\t{@render children?.()}\n

\n", "type": "registry:ui", "target": "$lib/components/card/CardDescription.svelte" }, { "path": "blocks/card/CardFooter.svelte", "content": "\n\n
\n\t{@render children?.()}\n
\n", "type": "registry:ui", "target": "$lib/components/card/CardFooter.svelte" }, { "path": "blocks/card/CardHeader.svelte", "content": "\n\n
\n\t{@render children?.()}\n
\n", "type": "registry:ui", "target": "$lib/components/card/CardHeader.svelte" }, { "path": "blocks/card/CardTitle.svelte", "content": "\n\n

\n\t{@render children?.()}\n

\n", "type": "registry:ui", "target": "$lib/components/card/CardTitle.svelte" }, { "path": "blocks/card/index.ts", "content": "export { default as Card } from './Card.svelte';\nexport { default as CardHeader } from './CardHeader.svelte';\nexport { default as CardContent } from './CardContent.svelte';\nexport { default as CardTitle } from './CardTitle.svelte';\nexport { default as CardDescription } from './CardDescription.svelte';\nexport { default as CardFooter } from './CardFooter.svelte';\n", "type": "registry:lib", "target": "$lib/components/card/index.ts" } ] }