{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "auth-shell",
"title": "Authentication Shell",
"description": "Centered branded authentication layout with composable card and footer slots.",
"registryDependencies": [
"askyourpolicy/ss-registry/stitch-base",
"askyourpolicy/ss-registry/card",
"askyourpolicy/ss-registry/stitch-brand"
],
"files": [
{
"path": "src/components/ui/auth-shell.tsx",
"content": "import * as React from \"react\";\n\nimport { Card, CardContent, CardFooter, CardHeader } from \"@/components/ui/card\";\nimport { BrandLockup } from \"@/components/ui/stitch-brand\";\nimport { cn } from \"@/lib/utils\";\n\nfunction AuthShell({ className, children, ...props }: React.ComponentProps<\"main\">) {\n return (\n