{
  "name": "auth-invite-team-card",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/user-flow/app/auth/accept-invite/accept-invite.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n              <section bleed>\n                <row-ui gap=\"3\" align=\"center\" padding=\"3\">\n                  <avatar-ui size=\"lg\" text=\"A\" variant=\"primary\" aria-hidden=\"true\"></avatar-ui>\n                  <col-ui gap=\"0\">\n                    <text-ui strong>Acme</text-ui>\n                    <text-ui color=\"subtle\">acme.adia-ui.app · 24 members</text-ui>\n                  </col-ui>\n                </row-ui>\n              </section>\n            </card-ui>",
  "source": "apps/user-flow/app/auth/accept-invite/accept-invite.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Team invitation acceptance card — inviter identity, team details, accept/decline actions.",
    "keywords": [
      "auth",
      "invite",
      "team",
      "accept",
      "decline",
      "join",
      "workspace"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "avatar",
      "component": "Avatar",
      "size": "lg",
      "text": "A"
    },
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Acme"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "acme.adia-ui.app · 24 members"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "0",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "avatar",
        "column"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "row"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "section"
      ]
    }
  ]
}
