{
  "name": "auth-signin-card-email",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/user-flow/app/auth/sign-in/sign-in.contents.html",
  "slots": [],
  "nested": [
    "auth-card-header",
    "auth-card-content",
    "auth-email-entry",
    "auth-social-auths"
  ],
  "attrs": {
    "raw": ""
  },
  "html": "<card-ui raw\n        style=\"max-width: 32rem\">\n        <header><!-- nested: auth-card-header --></header>\n\n        <section><!-- nested: auth-card-content --></section>\n      </card-ui>",
  "source": "apps/user-flow/app/auth/sign-in/sign-in.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Sign-in card with email + Continue button + social-auth provider buttons (Google, Apple, GitHub)",
    "keywords": [
      "login",
      "signin",
      "auth",
      "email",
      "social",
      "oauth",
      "google",
      "apple",
      "github",
      "continue"
    ],
    "related": [
      "auth-signin-card-password",
      "auth-signin-card-otp",
      "auth-signin-card-magic-link",
      "auth-signin-card-mfa"
    ],
    "tags": {
      "complexity": "moderate",
      "layout": "card"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "image",
      "component": "Image",
      "alt": "Adia Logo",
      "height": "5rem",
      "src": "/icons/agent-ui-light.svg"
    },
    {
      "id": "adia-ui-home",
      "component": "Link",
      "href": "/",
      "children": [
        "image"
      ]
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Sign in to AdiaUI"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "Continue with email or a connected account."
    },
    {
      "id": "column",
      "component": "Column",
      "align": "center",
      "gap": "1",
      "children": [
        "adia-ui-home",
        "text",
        "text-2"
      ]
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "column"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "email",
      "component": "Input",
      "type": "email",
      "required": true,
      "autocomplete": "email",
      "label": "Email",
      "name": "email",
      "placeholder": "you@example.com"
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Continue with Email",
      "variant": "primary"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "4",
      "children": [
        "email",
        "button"
      ]
    },
    {
      "id": "form-container-2",
      "component": "FormContainer",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "form-container",
      "component": "FormContainer",
      "children": [
        "form-container-2"
      ]
    },
    {
      "id": "divider",
      "component": "Divider",
      "label": "or"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "google-logo",
      "text": "Continue with Google",
      "variant": "outline"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon": "github-logo",
      "text": "Continue with GitHub",
      "variant": "outline"
    },
    {
      "id": "button-4",
      "component": "Button",
      "icon": "building-office",
      "text": "Continue with SSO",
      "variant": "outline"
    },
    {
      "id": "column-5",
      "component": "Column",
      "gap": "2",
      "children": [
        "button-2",
        "button-3",
        "button-4"
      ]
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "2",
      "children": [
        "column-5"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Sign up",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/auth/sign-up",
      "text": "Sign up",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "text-align": "center",
      "textContent": "Don't have an account?",
      "children": [
        "link"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "4",
      "children": [
        "form-container",
        "divider",
        "column-4",
        "text-3"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-6"
      ]
    },
    {
      "id": "column-6",
      "component": "Column",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "raw": true,
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
