{
  "name": "auth-signin-card-password",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/user-flow/app/auth/sign-in/password/password.contents.html",
  "slots": [],
  "nested": [
    "auth-card-header",
    "auth-card-content",
    "auth-password-challenge"
  ],
  "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/password/password.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Sign-in card with username/email + password input + Sign In button. Variant of auth-signin-card-email for password flow.",
    "keywords": [
      "login",
      "signin",
      "auth",
      "password",
      "username",
      "credentials"
    ],
    "related": [
      "auth-signin-card-email",
      "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": "Enter your password"
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "color": "accent",
      "textContent": "kim@acme.com"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "Signing in as",
      "children": [
        "text-3"
      ]
    },
    {
      "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": "password",
      "component": "Input",
      "type": "password",
      "required": true,
      "autocomplete": "current-password",
      "label": "Password",
      "name": "password",
      "placeholder": "••••••••"
    },
    {
      "id": "remember",
      "component": "CheckBox",
      "label": "Remember me",
      "name": "remember"
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Forgot password?",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/auth/forgot-password",
      "text": "Forgot password?",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "justify": "space-between",
      "children": [
        "remember",
        "link"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Sign in",
      "variant": "primary"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "4",
      "children": [
        "password",
        "row",
        "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 use a one-time code"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "envelope-simple",
      "text": "Email me a magic link",
      "variant": "outline"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon": "number-square-six",
      "text": "Send me a 6-digit code",
      "variant": "outline"
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "2",
      "children": [
        "button-2",
        "button-3"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "textContent": "← Use a different email",
      "variant": "body"
    },
    {
      "id": "link-2",
      "component": "Link",
      "href": "/site/examples/auth/sign-in",
      "text": "← Use a different email",
      "children": [
        "text-6"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "text-align": "center",
      "children": [
        "link-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "6",
      "children": [
        "form-container",
        "divider",
        "column-4",
        "text-5"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-5"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "raw": true,
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
