{
  "name": "auth-profile-setup",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/user-flow/app/auth/sign-up/profile/profile.contents.html",
  "slots": [],
  "nested": [
    "auth-card-header",
    "auth-card-content",
    "auth-profile-form"
  ],
  "attrs": {
    "raw": ""
  },
  "html": "<card-ui raw 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-up/profile/profile.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Profile setup card — initial profile details collection for new users.",
    "keywords": [
      "auth",
      "profile",
      "setup",
      "new",
      "account",
      "name",
      "avatar"
    ]
  },
  "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": "Set up your profile"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "A few details to personalize your 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": "name",
      "component": "Input",
      "required": true,
      "autocomplete": "name",
      "label": "Full name",
      "name": "name",
      "placeholder": "Jane Doe"
    },
    {
      "id": "username",
      "component": "Input",
      "required": true,
      "autocomplete": "username",
      "label": "Display name",
      "name": "username",
      "placeholder": "janedoe",
      "prefix": "@"
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Continue",
      "variant": "primary"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "4",
      "children": [
        "name",
        "username",
        "button"
      ]
    },
    {
      "id": "form-container-2",
      "component": "FormContainer",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "form-container",
      "component": "FormContainer",
      "children": [
        "form-container-2"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Skip for now",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "#",
      "text": "Skip for now",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "text-align": "center",
      "children": [
        "link"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "6",
      "children": [
        "form-container",
        "text-3"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-4"
      ]
    },
    {
      "id": "column-4",
      "component": "Column",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "raw": true,
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
