{
  "name": "auth-signin-card-magic-link",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/user-flow/app/auth/sign-in/magic-link/sent/sent.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "raw": ""
  },
  "html": "<card-ui raw\n        style=\"max-width: 32rem\">\n        <header>\n          <col-ui align=\"center\" gap=\"2\">\n            <icon-ui name=\"envelope-open\" size=\"48\" color=\"accent\"></icon-ui>\n            <h1>Check your email</h1>\n          </col-ui>\n        </header>\n\n        <section>\n          <col-ui gap=\"4\" align=\"center\">\n            <text-ui text-align=\"center\" color=\"subtle\">\n              We sent a magic link to kim@acme.com. Click the link to sign in — it expires in 10 minutes.\n            </text-ui>\n\n            <alert-ui variant=\"info\" text=\"Didn't get the email? Check your spam folder, or wait 30 seconds before requesting a new link.\"></alert-ui>\n\n            <button-ui text=\"Resend link\" icon=\"arrow-clockwise\" variant=\"outline\" stretch></button-ui>\n\n            <text-ui text-align=\"center\">\n              <a href=\"/site/examples/auth/sign-in\">← Use a different email</a>\n            </text-ui>\n          </col-ui>\n        </section>\n      </card-ui>",
  "source": "apps/user-flow/app/auth/sign-in/magic-link/sent/sent.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Magic link confirmation screen with email icon, sent message, and resend option.",
    "keywords": [
      "magic",
      "link",
      "confirmation",
      "screen",
      "email",
      "icon",
      "sent",
      "message",
      "resend",
      "option",
      "magic-link",
      "passwordless",
      "check-email",
      "one-time-link"
    ],
    "related": [
      "auth-signin-card-email",
      "auth-signin-card-password",
      "auth-signin-card-otp"
    ],
    "tags": {
      "complexity": "simple",
      "layout": "card"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "envelope-open",
      "component": "Icon",
      "name": "envelope-open",
      "size": "48"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Check your email"
    },
    {
      "id": "column",
      "component": "Column",
      "align": "center",
      "gap": "2",
      "children": [
        "envelope-open",
        "text"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "column"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "text-align": "center",
      "textContent": "We sent a magic link to kim@acme.com. Click the link to sign in — it expires in 10 minutes."
    },
    {
      "id": "alert",
      "component": "Alert",
      "text": "Didn't get the email? Check your spam folder, or wait 30 seconds before requesting a new link.",
      "variant": "info"
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "arrow-clockwise",
      "stretch": true,
      "text": "Resend link",
      "variant": "outline"
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "← Use a different email",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/auth/sign-in",
      "text": "← Use a different email",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "text-align": "center",
      "children": [
        "link"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "align": "center",
      "gap": "4",
      "children": [
        "text-2",
        "alert",
        "button",
        "text-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "raw": true,
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
