{
  "name": "auth-new-password",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/user-flow/app/auth/reset-password/reset-password.contents.html",
  "slots": [],
  "nested": [
    "auth-card-header",
    "auth-card-content",
    "auth-new-password-form"
  ],
  "attrs": {
    "raw": ""
  },
  "html": "<card-ui\n        raw\n        style=\"max-width: 32rem\"\n      >\n        <header><!-- nested: auth-card-header --></header>\n\n        <section><!-- nested: auth-card-content --></section>\n      </card-ui>",
  "source": "apps/user-flow/app/auth/reset-password/reset-password.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "New-password card. Reached via reset-link email; collects new password + confirmation + sets the password.",
    "keywords": [
      "reset",
      "password",
      "new",
      "auth",
      "set",
      "confirm",
      "change",
      "recovery"
    ],
    "related": [
      "auth-password-reset",
      "auth-new-password-form",
      "auth-signin-card-password"
    ],
    "tags": {
      "complexity": "simple",
      "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": "Set a new password"
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "color": "accent",
      "textContent": "kim@acme.com"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "Choose a strong password for .",
      "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": "new-password",
      "label": "New password",
      "minlength": 12,
      "name": "password",
      "placeholder": "••••••••••••"
    },
    {
      "id": "password-confirm",
      "component": "Input",
      "type": "password",
      "required": true,
      "autocomplete": "new-password",
      "label": "Confirm password",
      "minlength": 12,
      "name": "password_confirm",
      "placeholder": "••••••••••••"
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Save and sign in",
      "variant": "primary"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "4",
      "children": [
        "password",
        "password-confirm",
        "button"
      ]
    },
    {
      "id": "form-container-2",
      "component": "FormContainer",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "form-container",
      "component": "FormContainer",
      "children": [
        "form-container-2"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "textContent": "← Back to sign in",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/auth/sign-in",
      "text": "← Back to sign in",
      "children": [
        "text-5"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "text-align": "center",
      "children": [
        "link"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "6",
      "children": [
        "form-container",
        "text-4"
      ]
    },
    {
      "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"
      ]
    }
  ]
}
