diff --git a/apps/v4/public/r/styles/base-lyra/login-02.json b/apps/v4/public/r/styles/base-lyra/login-02.json index 8d962a836a..5aa25b063e 100644 --- a/apps/v4/public/r/styles/base-lyra/login-02.json +++ b/apps/v4/public/r/styles/base-lyra/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-lyra/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/base-lyra/lib/utils\"\nimport { Button } from \"@/registry/base-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-lyra/ui/field\"\nimport { Input } from \"@/registry/base-lyra/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-lyra/lib/utils\"\nimport { Button } from \"@/registry/base-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-lyra/ui/field\"\nimport { Input } from \"@/registry/base-lyra/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-lyra/signup-02.json b/apps/v4/public/r/styles/base-lyra/signup-02.json index 425d2f3182..4742119690 100644 --- a/apps/v4/public/r/styles/base-lyra/signup-02.json +++ b/apps/v4/public/r/styles/base-lyra/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-lyra/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/base-lyra/lib/utils\"\nimport { Button } from \"@/registry/base-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-lyra/ui/field\"\nimport { Input } from \"@/registry/base-lyra/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-lyra/lib/utils\"\nimport { Button } from \"@/registry/base-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-lyra/ui/field\"\nimport { Input } from \"@/registry/base-lyra/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-maia/login-02.json b/apps/v4/public/r/styles/base-maia/login-02.json index c6e76969d1..1a05ebadab 100644 --- a/apps/v4/public/r/styles/base-maia/login-02.json +++ b/apps/v4/public/r/styles/base-maia/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-maia/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/base-maia/lib/utils\"\nimport { Button } from \"@/registry/base-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-maia/ui/field\"\nimport { Input } from \"@/registry/base-maia/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-maia/lib/utils\"\nimport { Button } from \"@/registry/base-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-maia/ui/field\"\nimport { Input } from \"@/registry/base-maia/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-maia/signup-02.json b/apps/v4/public/r/styles/base-maia/signup-02.json index ac09790e46..ad168369ad 100644 --- a/apps/v4/public/r/styles/base-maia/signup-02.json +++ b/apps/v4/public/r/styles/base-maia/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-maia/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/base-maia/lib/utils\"\nimport { Button } from \"@/registry/base-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-maia/ui/field\"\nimport { Input } from \"@/registry/base-maia/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-maia/lib/utils\"\nimport { Button } from \"@/registry/base-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-maia/ui/field\"\nimport { Input } from \"@/registry/base-maia/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-mira/login-02.json b/apps/v4/public/r/styles/base-mira/login-02.json index e5b92ea6fe..1b0e33d735 100644 --- a/apps/v4/public/r/styles/base-mira/login-02.json +++ b/apps/v4/public/r/styles/base-mira/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-mira/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/base-mira/lib/utils\"\nimport { Button } from \"@/registry/base-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-mira/ui/field\"\nimport { Input } from \"@/registry/base-mira/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-mira/lib/utils\"\nimport { Button } from \"@/registry/base-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-mira/ui/field\"\nimport { Input } from \"@/registry/base-mira/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-mira/signup-02.json b/apps/v4/public/r/styles/base-mira/signup-02.json index 1fe9499df5..b7bd98c292 100644 --- a/apps/v4/public/r/styles/base-mira/signup-02.json +++ b/apps/v4/public/r/styles/base-mira/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-mira/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/base-mira/lib/utils\"\nimport { Button } from \"@/registry/base-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-mira/ui/field\"\nimport { Input } from \"@/registry/base-mira/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-mira/lib/utils\"\nimport { Button } from \"@/registry/base-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-mira/ui/field\"\nimport { Input } from \"@/registry/base-mira/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-nova/login-02.json b/apps/v4/public/r/styles/base-nova/login-02.json index 67eb73817d..2535e87374 100644 --- a/apps/v4/public/r/styles/base-nova/login-02.json +++ b/apps/v4/public/r/styles/base-nova/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-nova/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/base-nova/lib/utils\"\nimport { Button } from \"@/registry/base-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-nova/ui/field\"\nimport { Input } from \"@/registry/base-nova/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-nova/lib/utils\"\nimport { Button } from \"@/registry/base-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-nova/ui/field\"\nimport { Input } from \"@/registry/base-nova/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-nova/signup-02.json b/apps/v4/public/r/styles/base-nova/signup-02.json index 90dc53cc98..b8645c736a 100644 --- a/apps/v4/public/r/styles/base-nova/signup-02.json +++ b/apps/v4/public/r/styles/base-nova/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-nova/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/base-nova/lib/utils\"\nimport { Button } from \"@/registry/base-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-nova/ui/field\"\nimport { Input } from \"@/registry/base-nova/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-nova/lib/utils\"\nimport { Button } from \"@/registry/base-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-nova/ui/field\"\nimport { Input } from \"@/registry/base-nova/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-vega/login-02.json b/apps/v4/public/r/styles/base-vega/login-02.json index 985da5f312..cb2b191a45 100644 --- a/apps/v4/public/r/styles/base-vega/login-02.json +++ b/apps/v4/public/r/styles/base-vega/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-vega/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/base-vega/lib/utils\"\nimport { Button } from \"@/registry/base-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-vega/ui/field\"\nimport { Input } from \"@/registry/base-vega/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-vega/lib/utils\"\nimport { Button } from \"@/registry/base-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-vega/ui/field\"\nimport { Input } from \"@/registry/base-vega/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/base-vega/signup-02.json b/apps/v4/public/r/styles/base-vega/signup-02.json index 33fd691cea..53f34530b1 100644 --- a/apps/v4/public/r/styles/base-vega/signup-02.json +++ b/apps/v4/public/r/styles/base-vega/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/base-vega/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/base-vega/lib/utils\"\nimport { Button } from \"@/registry/base-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-vega/ui/field\"\nimport { Input } from \"@/registry/base-vega/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/base-vega/lib/utils\"\nimport { Button } from \"@/registry/base-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/base-vega/ui/field\"\nimport { Input } from \"@/registry/base-vega/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-lyra/login-02.json b/apps/v4/public/r/styles/radix-lyra/login-02.json index fbb1231027..368f11f0dc 100644 --- a/apps/v4/public/r/styles/radix-lyra/login-02.json +++ b/apps/v4/public/r/styles/radix-lyra/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-lyra/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/radix-lyra/lib/utils\"\nimport { Button } from \"@/registry/radix-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-lyra/ui/field\"\nimport { Input } from \"@/registry/radix-lyra/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-lyra/lib/utils\"\nimport { Button } from \"@/registry/radix-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-lyra/ui/field\"\nimport { Input } from \"@/registry/radix-lyra/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-lyra/signup-02.json b/apps/v4/public/r/styles/radix-lyra/signup-02.json index c08fa1e06b..59b36afbd5 100644 --- a/apps/v4/public/r/styles/radix-lyra/signup-02.json +++ b/apps/v4/public/r/styles/radix-lyra/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-lyra/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/radix-lyra/lib/utils\"\nimport { Button } from \"@/registry/radix-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-lyra/ui/field\"\nimport { Input } from \"@/registry/radix-lyra/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-lyra/lib/utils\"\nimport { Button } from \"@/registry/radix-lyra/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-lyra/ui/field\"\nimport { Input } from \"@/registry/radix-lyra/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-maia/login-02.json b/apps/v4/public/r/styles/radix-maia/login-02.json index fbd042b8b0..1e14ed70e1 100644 --- a/apps/v4/public/r/styles/radix-maia/login-02.json +++ b/apps/v4/public/r/styles/radix-maia/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-maia/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/radix-maia/lib/utils\"\nimport { Button } from \"@/registry/radix-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-maia/ui/field\"\nimport { Input } from \"@/registry/radix-maia/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-maia/lib/utils\"\nimport { Button } from \"@/registry/radix-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-maia/ui/field\"\nimport { Input } from \"@/registry/radix-maia/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-maia/signup-02.json b/apps/v4/public/r/styles/radix-maia/signup-02.json index c99c02b10a..1cfed9e2d8 100644 --- a/apps/v4/public/r/styles/radix-maia/signup-02.json +++ b/apps/v4/public/r/styles/radix-maia/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-maia/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/radix-maia/lib/utils\"\nimport { Button } from \"@/registry/radix-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-maia/ui/field\"\nimport { Input } from \"@/registry/radix-maia/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-maia/lib/utils\"\nimport { Button } from \"@/registry/radix-maia/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-maia/ui/field\"\nimport { Input } from \"@/registry/radix-maia/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-mira/login-02.json b/apps/v4/public/r/styles/radix-mira/login-02.json index d7e1731bb9..6c6d3dc7dc 100644 --- a/apps/v4/public/r/styles/radix-mira/login-02.json +++ b/apps/v4/public/r/styles/radix-mira/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-mira/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/radix-mira/lib/utils\"\nimport { Button } from \"@/registry/radix-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-mira/ui/field\"\nimport { Input } from \"@/registry/radix-mira/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-mira/lib/utils\"\nimport { Button } from \"@/registry/radix-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-mira/ui/field\"\nimport { Input } from \"@/registry/radix-mira/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-mira/signup-02.json b/apps/v4/public/r/styles/radix-mira/signup-02.json index 7a0c701ecb..d560e38dcf 100644 --- a/apps/v4/public/r/styles/radix-mira/signup-02.json +++ b/apps/v4/public/r/styles/radix-mira/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-mira/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/radix-mira/lib/utils\"\nimport { Button } from \"@/registry/radix-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-mira/ui/field\"\nimport { Input } from \"@/registry/radix-mira/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-mira/lib/utils\"\nimport { Button } from \"@/registry/radix-mira/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-mira/ui/field\"\nimport { Input } from \"@/registry/radix-mira/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-nova/login-02.json b/apps/v4/public/r/styles/radix-nova/login-02.json index 6633129489..d1cb64f10c 100644 --- a/apps/v4/public/r/styles/radix-nova/login-02.json +++ b/apps/v4/public/r/styles/radix-nova/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-nova/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/radix-nova/lib/utils\"\nimport { Button } from \"@/registry/radix-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-nova/ui/field\"\nimport { Input } from \"@/registry/radix-nova/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-nova/lib/utils\"\nimport { Button } from \"@/registry/radix-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-nova/ui/field\"\nimport { Input } from \"@/registry/radix-nova/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-nova/signup-02.json b/apps/v4/public/r/styles/radix-nova/signup-02.json index 7b61c1904a..5090bb04d1 100644 --- a/apps/v4/public/r/styles/radix-nova/signup-02.json +++ b/apps/v4/public/r/styles/radix-nova/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-nova/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/radix-nova/lib/utils\"\nimport { Button } from \"@/registry/radix-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-nova/ui/field\"\nimport { Input } from \"@/registry/radix-nova/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-nova/lib/utils\"\nimport { Button } from \"@/registry/radix-nova/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-nova/ui/field\"\nimport { Input } from \"@/registry/radix-nova/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-vega/login-02.json b/apps/v4/public/r/styles/radix-vega/login-02.json index addc0325b3..96bf5d4432 100644 --- a/apps/v4/public/r/styles/radix-vega/login-02.json +++ b/apps/v4/public/r/styles/radix-vega/login-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-vega/blocks/login-02/components/login-form.tsx", - "content": "import { cn } from \"@/registry/radix-vega/lib/utils\"\nimport { Button } from \"@/registry/radix-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-vega/ui/field\"\nimport { Input } from \"@/registry/radix-vega/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n \n Or continue with\n \n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-vega/lib/utils\"\nimport { Button } from \"@/registry/radix-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-vega/ui/field\"\nimport { Input } from \"@/registry/radix-vega/ui/input\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Login to your account

\n

\n Enter your email below to login to your account\n

\n
\n \n Email\n \n \n \n
\n Password\n \n Forgot your password?\n \n
\n \n
\n \n \n \n Or continue with\n \n \n \n Don't have an account?{\" \"}\n \n Sign up\n \n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/public/r/styles/radix-vega/signup-02.json b/apps/v4/public/r/styles/radix-vega/signup-02.json index ace6f30363..4db74d550e 100644 --- a/apps/v4/public/r/styles/radix-vega/signup-02.json +++ b/apps/v4/public/r/styles/radix-vega/signup-02.json @@ -18,7 +18,7 @@ }, { "path": "registry/radix-vega/blocks/signup-02/components/signup-form.tsx", - "content": "import { cn } from \"@/registry/radix-vega/lib/utils\"\nimport { Button } from \"@/registry/radix-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-vega/ui/field\"\nimport { Input } from \"@/registry/radix-vega/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n \n Or continue with\n \n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", + "content": "import { cn } from \"@/registry/radix-vega/lib/utils\"\nimport { Button } from \"@/registry/radix-vega/ui/button\"\nimport {\n Field,\n FieldDescription,\n FieldGroup,\n FieldLabel,\n FieldSeparator,\n} from \"@/registry/radix-vega/ui/field\"\nimport { Input } from \"@/registry/radix-vega/ui/input\"\n\nexport function SignupForm({\n className,\n ...props\n}: React.ComponentProps<\"form\">) {\n return (\n
\n \n
\n

Create your account

\n

\n Fill in the form below to create your account\n

\n
\n \n Full Name\n \n \n \n Email\n \n \n We'll use this to contact you. We will not share your email\n with anyone else.\n \n \n \n Password\n \n \n Must be at least 8 characters long.\n \n \n \n Confirm Password\n \n Please confirm your password.\n \n \n \n \n Or continue with\n \n \n \n Already have an account? Sign in\n \n \n
\n
\n )\n}\n", "type": "registry:component" } ], diff --git a/apps/v4/registry/bases/base/blocks/login-02/components/login-form.tsx b/apps/v4/registry/bases/base/blocks/login-02/components/login-form.tsx index 5efb8d1e2c..18862dd67f 100644 --- a/apps/v4/registry/bases/base/blocks/login-02/components/login-form.tsx +++ b/apps/v4/registry/bases/base/blocks/login-02/components/login-form.tsx @@ -41,9 +41,7 @@ export function LoginForm({ - - Or continue with - + Or continue with