{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-forgot-password-1", "type": "registry:block", "title": "Forgot password block", "description": "Mist Kit Forgot password block, variant one", "registryDependencies": [ "button", "input", "label" ], "files": [ { "path": "../../packages/mist-kit/blocks/forgot-password/one/index.tsx", "content": "import { LogoIcon } from '@/components/logo'\nimport { Button } from '@/components/ui/button'\nimport { Input } from '@/components/ui/input'\nimport { Label } from '@/components/ui/label'\nimport Link from 'next/link'\n\nexport default function LoginPage() {\n return (\n
\n \n
\n
\n \n \n \n

Forgot Your Password?

\n

Enter your email to receive a reset link

\n
\n\n
\n
\n \n Email\n \n \n
\n\n \n Send Reset Link\n \n
\n
\n
\n

\n You remember your password ?\n \n Sign In\n \n

\n
\n \n
\n )\n}\n", "type": "registry:component", "target": "components/forgot-password-one.tsx" }, { "path": "../../packages/core/src/components/logo.tsx", "content": "import { cn } from '@/lib/utils'\n\nexport const Logo = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoIcon = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoStroke = ({ className }: { className?: string }) => {\n return (\n \n \n \n )\n}\n", "type": "registry:component", "target": "components/logo.tsx" } ] }