{
  "name": "linked-record-row",
  "kind": "block",
  "primary": "row-ui",
  "page": "/apps/saas/app/integrations/integrations.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "align": "center"
  },
  "html": "<row-ui gap=\"2\" align=\"center\"\n        >\n          <icon-ui name=\"check-circle\" color=\"success\"></icon-ui>\n          <text-ui grow>SPF record</text-ui>\n          <badge-ui text=\"Verified\" variant=\"success\"></badge-ui>\n        </row-ui>",
  "source": "apps/saas/app/integrations/integrations.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Inline row with status icon, label, and trailing verification badge — for record validation lists, status panels, integration health",
    "keywords": [
      "record",
      "row",
      "status",
      "badge",
      "verified",
      "linked",
      "check"
    ],
    "tags": {
      "complexity": "simple",
      "layout": "inline"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "check-circle",
      "component": "Icon",
      "name": "check-circle"
    },
    {
      "id": "text",
      "component": "Text",
      "textContent": "SPF record"
    },
    {
      "id": "badge",
      "component": "Badge",
      "text": "Verified",
      "variant": "success"
    },
    {
      "id": "root",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "check-circle",
        "text",
        "badge"
      ]
    }
  ]
}
