{
  "name": "reg-integrations-grid",
  "kind": "block",
  "primary": "section",
  "page": "/apps/user-flow/app/registration/integrations/integrations.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-reg-form": ""
  },
  "html": "<section data-reg-form>\n          <grid-ui columns=\"1 2@sm\" gap=\"3\">\n            <card-ui>\n              <header>\n                <icon-ui slot=\"icon\" name=\"slack-logo\" size=\"lg\"></icon-ui>\n                <span slot=\"heading\"><text-ui strong>Slack</text-ui></span>\n                <span slot=\"description\">\n                  <text-ui color=\"subtle\" size=\"sm\">Mirror notifications and post updates to channels.</text-ui>\n                </span>\n                <switch-ui slot=\"action\" name=\"int[slack]\" checked></switch-ui>\n              </header>\n            </card-ui>\n            <card-ui>\n              <header>\n                <icon-ui slot=\"icon\" name=\"github-logo\" size=\"lg\"></icon-ui>\n                <span slot=\"heading\"><text-ui strong>GitHub</text-ui></span>\n                <span slot=\"description\">\n                  <text-ui color=\"subtle\" size=\"sm\">Link PRs, issues, and CI status to projects.</text-ui>\n                </span>\n                <switch-ui slot=\"action\" name=\"int[github]\" checked></switch-ui>\n              </header>\n            </card-ui>\n            <card-ui>\n              <header>\n                <icon-ui slot=\"icon\" name=\"kanban\" size=\"lg\"></icon-ui>\n                <span slot=\"heading\"><text-ui strong>Linear</text-ui></span>\n                <span slot=\"description\">\n                  <text-ui color=\"subtle\" size=\"sm\">Sync issues and cycles, two-way.</text-ui>\n                </span>\n                <switch-ui slot=\"action\" name=\"int[linear]\"></switch-ui>\n              </header>\n            </card-ui>\n            <card-ui>\n              <header>\n                <icon-ui slot=\"icon\" name=\"figma-logo\" size=\"lg\"></icon-ui>\n                <span slot=\"heading\"><text-ui strong>Figma</text-ui></span>\n                <span slot=\"description\">\n                  <text-ui color=\"subtle\" size=\"sm\">Embed file previews and resolve comment threads.</text-ui>\n                </span>\n                <switch-ui slot=\"action\" name=\"int[figma]\"></switch-ui>\n              </header>\n            </card-ui>\n            <card-ui>\n              <header>\n                <icon-ui slot=\"icon\" name=\"notion-logo\" size=\"lg\"></icon-ui>\n                <span slot=\"heading\"><text-ui strong>Notion</text-ui></span>\n                <span slot=\"description\">\n                  <text-ui color=\"subtle\" size=\"sm\">Pull documents and link page references.</text-ui>\n                </span>\n                <switch-ui slot=\"action\" name=\"int[notion]\"></switch-ui>\n              </header>\n            </card-ui>\n            <card-ui>\n              <header>\n                <icon-ui slot=\"icon\" name=\"google-drive-logo\" size=\"lg\"></icon-ui>\n                <span slot=\"heading\"><text-ui strong>Google Drive</text-ui></span>\n                <span slot=\"description\">\n                  <text-ui color=\"subtle\" size=\"sm\">Attach files and share folders inline.</text-ui>\n                </span>\n                <switch-ui slot=\"action\" name=\"int[gdrive]\"></switch-ui>\n              </header>\n            </card-ui>\n          </grid-ui>\n        </section>",
  "source": "apps/user-flow/app/registration/integrations/integrations.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Integrations selection grid — choose which third-party services to connect.",
    "keywords": [
      "registration",
      "integrations",
      "connect",
      "services",
      "grid",
      "setup"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "slack-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "slack-logo",
      "size": "lg"
    },
    {
      "id": "text-2",
      "component": "Text",
      "strong": true,
      "textContent": "Slack"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-2"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Mirror notifications and post updates to channels."
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "int-slack",
      "component": "Toggle",
      "slot": "action",
      "checked": true,
      "name": "int[slack]"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "slack-logo",
        "text",
        "text-3",
        "int-slack"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header"
      ]
    },
    {
      "id": "github-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "github-logo",
      "size": "lg"
    },
    {
      "id": "text-6",
      "component": "Text",
      "strong": true,
      "textContent": "GitHub"
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-6"
      ]
    },
    {
      "id": "text-8",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Link PRs, issues, and CI status to projects."
    },
    {
      "id": "text-7",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-8"
      ]
    },
    {
      "id": "int-github",
      "component": "Toggle",
      "slot": "action",
      "checked": true,
      "name": "int[github]"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "github-logo",
        "text-5",
        "text-7",
        "int-github"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "kanban",
      "component": "Icon",
      "slot": "icon",
      "name": "kanban",
      "size": "lg"
    },
    {
      "id": "text-10",
      "component": "Text",
      "strong": true,
      "textContent": "Linear"
    },
    {
      "id": "text-9",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-10"
      ]
    },
    {
      "id": "text-12",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Sync issues and cycles, two-way."
    },
    {
      "id": "text-11",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-12"
      ]
    },
    {
      "id": "int-linear",
      "component": "Toggle",
      "slot": "action",
      "name": "int[linear]"
    },
    {
      "id": "header-3",
      "component": "Header",
      "children": [
        "kanban",
        "text-9",
        "text-11",
        "int-linear"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "header-3"
      ]
    },
    {
      "id": "figma-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "figma-logo",
      "size": "lg"
    },
    {
      "id": "text-14",
      "component": "Text",
      "strong": true,
      "textContent": "Figma"
    },
    {
      "id": "text-13",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-14"
      ]
    },
    {
      "id": "text-16",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Embed file previews and resolve comment threads."
    },
    {
      "id": "text-15",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-16"
      ]
    },
    {
      "id": "int-figma",
      "component": "Toggle",
      "slot": "action",
      "name": "int[figma]"
    },
    {
      "id": "header-4",
      "component": "Header",
      "children": [
        "figma-logo",
        "text-13",
        "text-15",
        "int-figma"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "header-4"
      ]
    },
    {
      "id": "notion-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "notion-logo",
      "size": "lg"
    },
    {
      "id": "text-18",
      "component": "Text",
      "strong": true,
      "textContent": "Notion"
    },
    {
      "id": "text-17",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-18"
      ]
    },
    {
      "id": "text-20",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Pull documents and link page references."
    },
    {
      "id": "text-19",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-20"
      ]
    },
    {
      "id": "int-notion",
      "component": "Toggle",
      "slot": "action",
      "name": "int[notion]"
    },
    {
      "id": "header-5",
      "component": "Header",
      "children": [
        "notion-logo",
        "text-17",
        "text-19",
        "int-notion"
      ]
    },
    {
      "id": "card-5",
      "component": "Card",
      "children": [
        "header-5"
      ]
    },
    {
      "id": "google-drive-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "google-drive-logo",
      "size": "lg"
    },
    {
      "id": "text-22",
      "component": "Text",
      "strong": true,
      "textContent": "Google Drive"
    },
    {
      "id": "text-21",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-22"
      ]
    },
    {
      "id": "text-24",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Attach files and share folders inline."
    },
    {
      "id": "text-23",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-24"
      ]
    },
    {
      "id": "int-gdrive",
      "component": "Toggle",
      "slot": "action",
      "name": "int[gdrive]"
    },
    {
      "id": "header-6",
      "component": "Header",
      "children": [
        "google-drive-logo",
        "text-21",
        "text-23",
        "int-gdrive"
      ]
    },
    {
      "id": "card-6",
      "component": "Card",
      "children": [
        "header-6"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "1 2@sm",
      "gap": "3",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4",
        "card-5",
        "card-6"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "grid"
      ]
    }
  ]
}
