{
  "name": "invite-members",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <h3>Invite team members</h3>\n    <p slot=\"description\">Send email invitations to add people to your workspace.</p>\n  </header>\n  <section>\n    <col-ui gap=\"3\">\n      <field-ui label=\"Email addresses\" hint=\"Separate multiple addresses with commas or newlines.\">\n        <textarea-ui rows=\"3\" placeholder=\"alex@acme.com, sarah@acme.com\"></textarea-ui>\n      </field-ui>\n      <field-ui label=\"Default role\">\n        <select-ui value=\"member\">\n          <option value=\"member\">Member · can edit and invite</option>\n          <option value=\"admin\">Admin · full access</option>\n          <option value=\"viewer\">Viewer · read only</option>\n        </select-ui>\n      </field-ui>\n      <field-ui label=\"Send welcome email\" inline>\n        <switch-ui checked></switch-ui>\n      </field-ui>\n    </col-ui>\n  </section>\n  <footer>\n    <button-ui text=\"Send invites\" variant=\"primary\" icon=\"paper-plane-tilt\" stretch></button-ui>\n  </footer>\n</card-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "Invite team members modal with email input, role dropdown, and send invite button.",
    "keywords": [
      "invite",
      "team",
      "members",
      "modal",
      "email",
      "input",
      "role",
      "dropdown",
      "send",
      "invite",
      "button",
      "invite-members",
      "workspace",
      "add",
      "colleagues"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Invite team members"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Send email invitations to add people to your workspace."
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "text-area",
      "component": "TextArea",
      "placeholder": "alex@acme.com, sarah@acme.com",
      "rows": "3"
    },
    {
      "id": "field",
      "component": "Field",
      "hint": "Separate multiple addresses with commas or newlines.",
      "label": "Email addresses",
      "children": [
        "text-area"
      ]
    },
    {
      "id": "choice-picker",
      "component": "ChoicePicker",
      "value": "member",
      "options": [
        {
          "value": "member",
          "label": "Member · can edit and invite"
        },
        {
          "value": "admin",
          "label": "Admin · full access"
        },
        {
          "value": "viewer",
          "label": "Viewer · read only"
        }
      ]
    },
    {
      "id": "field-2",
      "component": "Field",
      "label": "Default role",
      "children": [
        "choice-picker"
      ]
    },
    {
      "id": "toggle",
      "component": "Toggle",
      "checked": true
    },
    {
      "id": "field-3",
      "component": "Field",
      "inline": true,
      "label": "Send welcome email",
      "children": [
        "toggle"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "field",
        "field-2",
        "field-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "paper-plane-tilt",
      "stretch": true,
      "text": "Send invites",
      "variant": "primary"
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "button"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
