{
  "name": "status-dashboard",
  "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>System status</h3>\n    <badge-ui slot=\"action\" text=\"All systems operational\" variant=\"success\"></badge-ui>\n  </header>\n  <section>\n    <col-ui gap=\"2\">\n      <row-ui gap=\"3\" align=\"center\">\n        <icon-ui name=\"check-circle\" color=\"success\" size=\"sm\"></icon-ui>\n        <col-ui grow><text-ui>API</text-ui></col-ui>\n        <text-ui size=\"sm\" color=\"subtle\">99.98% uptime</text-ui>\n        <badge-ui text=\"Operational\" variant=\"success\" size=\"sm\"></badge-ui>\n      </row-ui>\n      <row-ui gap=\"3\" align=\"center\">\n        <icon-ui name=\"check-circle\" color=\"success\" size=\"sm\"></icon-ui>\n        <col-ui grow><text-ui>Web App</text-ui></col-ui>\n        <text-ui size=\"sm\" color=\"subtle\">100% uptime</text-ui>\n        <badge-ui text=\"Operational\" variant=\"success\" size=\"sm\"></badge-ui>\n      </row-ui>\n      <row-ui gap=\"3\" align=\"center\">\n        <icon-ui name=\"warning\" color=\"warning\" size=\"sm\"></icon-ui>\n        <col-ui grow><text-ui>Webhooks</text-ui></col-ui>\n        <text-ui size=\"sm\" color=\"subtle\">98.2% uptime</text-ui>\n        <badge-ui text=\"Degraded\" variant=\"warning\" size=\"sm\"></badge-ui>\n      </row-ui>\n      <row-ui gap=\"3\" align=\"center\">\n        <icon-ui name=\"check-circle\" color=\"success\" size=\"sm\"></icon-ui>\n        <col-ui grow><text-ui>Storage</text-ui></col-ui>\n        <text-ui size=\"sm\" color=\"subtle\">99.99% uptime</text-ui>\n        <badge-ui text=\"Operational\" variant=\"success\" size=\"sm\"></badge-ui>\n      </row-ui>\n    </col-ui>\n  </section>\n  <footer>\n    <text-ui size=\"sm\" color=\"subtle\">Last incident: 3 days ago · <link-ui href=\"#\" text=\"View history\"></link-ui></text-ui>\n  </footer>\n</card-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "data",
    "description": "System status page with service health rows, uptime percentage, and incident history.",
    "keywords": [
      "system",
      "status",
      "service",
      "health",
      "uptime",
      "percentage",
      "incident",
      "history",
      "status-dashboard",
      "operational",
      "degraded"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "System status"
    },
    {
      "id": "badge",
      "component": "Badge",
      "slot": "action",
      "text": "All systems operational",
      "variant": "success"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "badge"
      ]
    },
    {
      "id": "check-circle",
      "component": "Icon",
      "name": "check-circle",
      "size": "sm"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "API"
    },
    {
      "id": "column-2",
      "component": "Column",
      "grow": true,
      "children": [
        "text-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "99.98% uptime"
    },
    {
      "id": "badge-2",
      "component": "Badge",
      "size": "sm",
      "text": "Operational",
      "variant": "success"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "check-circle",
        "column-2",
        "text-3",
        "badge-2"
      ]
    },
    {
      "id": "icon",
      "component": "Icon",
      "name": "check-circle",
      "size": "sm"
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Web App"
    },
    {
      "id": "column-3",
      "component": "Column",
      "grow": true,
      "children": [
        "text-4"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "100% uptime"
    },
    {
      "id": "badge-3",
      "component": "Badge",
      "size": "sm",
      "text": "Operational",
      "variant": "success"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "icon",
        "column-3",
        "text-5",
        "badge-3"
      ]
    },
    {
      "id": "warning",
      "component": "Icon",
      "name": "warning",
      "size": "sm"
    },
    {
      "id": "text-6",
      "component": "Text",
      "textContent": "Webhooks"
    },
    {
      "id": "column-4",
      "component": "Column",
      "grow": true,
      "children": [
        "text-6"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "98.2% uptime"
    },
    {
      "id": "badge-4",
      "component": "Badge",
      "size": "sm",
      "text": "Degraded",
      "variant": "warning"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "warning",
        "column-4",
        "text-7",
        "badge-4"
      ]
    },
    {
      "id": "icon-2",
      "component": "Icon",
      "name": "check-circle",
      "size": "sm"
    },
    {
      "id": "text-8",
      "component": "Text",
      "textContent": "Storage"
    },
    {
      "id": "column-5",
      "component": "Column",
      "grow": true,
      "children": [
        "text-8"
      ]
    },
    {
      "id": "text-9",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "99.99% uptime"
    },
    {
      "id": "badge-5",
      "component": "Badge",
      "size": "sm",
      "text": "Operational",
      "variant": "success"
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "icon-2",
        "column-5",
        "text-9",
        "badge-5"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "2",
      "children": [
        "row",
        "row-2",
        "row-3",
        "row-4"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "link",
      "component": "Link",
      "href": "#",
      "text": "View history"
    },
    {
      "id": "text-10",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Last incident: 3 days ago ·",
      "children": [
        "link"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "text-10"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
