{
  "name": "period-comparison",
  "kind": "block",
  "primary": "grid-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "columns": "1 3@lg",
    "gap": "4"
  },
  "html": "<grid-ui columns=\"1 3@lg\" gap=\"4\">\n  <card-ui>\n    <section>\n      <col-ui gap=\"1\">\n        <text-ui size=\"sm\" color=\"subtle\">Revenue</text-ui>\n        <stat-ui value=\"$48,294\" change=\"+12.4%\" trend=\"up\"></stat-ui>\n        <row-ui gap=\"2\" align=\"center\">\n          <text-ui size=\"sm\" color=\"subtle\">vs last month</text-ui>\n          <text-ui size=\"sm\">$42,948</text-ui>\n        </row-ui>\n      </col-ui>\n    </section>\n  </card-ui>\n  <card-ui>\n    <section>\n      <col-ui gap=\"1\">\n        <text-ui size=\"sm\" color=\"subtle\">Signups</text-ui>\n        <stat-ui value=\"2,350\" change=\"+18.2%\" trend=\"up\"></stat-ui>\n        <row-ui gap=\"2\" align=\"center\">\n          <text-ui size=\"sm\" color=\"subtle\">vs last month</text-ui>\n          <text-ui size=\"sm\">1,988</text-ui>\n        </row-ui>\n      </col-ui>\n    </section>\n  </card-ui>\n  <card-ui>\n    <section>\n      <col-ui gap=\"1\">\n        <text-ui size=\"sm\" color=\"subtle\">Churn</text-ui>\n        <stat-ui value=\"2.4%\" change=\"-0.3pp\" trend=\"up\"></stat-ui>\n        <row-ui gap=\"2\" align=\"center\">\n          <text-ui size=\"sm\" color=\"subtle\">vs last month</text-ui>\n          <text-ui size=\"sm\">2.7%</text-ui>\n        </row-ui>\n      </col-ui>\n    </section>\n  </card-ui>\n</grid-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Metric comparison cards showing this month vs last month for revenue, signups, and churn.",
    "keywords": [
      "period",
      "comparison",
      "metric",
      "cards",
      "this",
      "month",
      "last",
      "month",
      "revenue",
      "signups",
      "churn",
      "delta",
      "trend",
      "comparison",
      "period-comparison",
      "month-over-month"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Revenue"
    },
    {
      "id": "stat",
      "component": "Stat",
      "change": "+12.4%",
      "trend": "up",
      "value": "$48,294"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "vs last month"
    },
    {
      "id": "text-3",
      "component": "Text",
      "size": "sm",
      "textContent": "$42,948"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-2",
        "text-3"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "1",
      "children": [
        "text",
        "stat",
        "row"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Signups"
    },
    {
      "id": "stat-2",
      "component": "Stat",
      "change": "+18.2%",
      "trend": "up",
      "value": "2,350"
    },
    {
      "id": "text-5",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "vs last month"
    },
    {
      "id": "text-6",
      "component": "Text",
      "size": "sm",
      "textContent": "1,988"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-5",
        "text-6"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "1",
      "children": [
        "text-4",
        "stat-2",
        "row-2"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Churn"
    },
    {
      "id": "stat-3",
      "component": "Stat",
      "change": "-0.3pp",
      "trend": "up",
      "value": "2.4%"
    },
    {
      "id": "text-8",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "vs last month"
    },
    {
      "id": "text-9",
      "component": "Text",
      "size": "sm",
      "textContent": "2.7%"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-8",
        "text-9"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "1",
      "children": [
        "text-7",
        "stat-3",
        "row-3"
      ]
    },
    {
      "id": "section-3",
      "component": "Section",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "section-3"
      ]
    },
    {
      "id": "root",
      "component": "Grid",
      "columns": "1 3@lg",
      "gap": "4",
      "children": [
        "card",
        "card-2",
        "card-3"
      ]
    }
  ]
}
