{
  "name": "revenue-heatmap",
  "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>Revenue activity</h3>\n    <p slot=\"description\">Sales intensity by day of week and hour</p>\n  </header>\n  <section>\n    <heatmap-ui id=\"revenue-heatmap\" type=\"hour-grid\" rows=\"7\" cols=\"24\"\n      data='[\n        {\"row\":0,\"col\":9,\"value\":82},{\"row\":0,\"col\":10,\"value\":91},{\"row\":0,\"col\":14,\"value\":74},\n        {\"row\":1,\"col\":9,\"value\":88},{\"row\":1,\"col\":10,\"value\":95},{\"row\":1,\"col\":11,\"value\":89},\n        {\"row\":2,\"col\":10,\"value\":76},{\"row\":2,\"col\":14,\"value\":83},{\"row\":2,\"col\":15,\"value\":71},\n        {\"row\":3,\"col\":9,\"value\":92},{\"row\":3,\"col\":10,\"value\":98},{\"row\":3,\"col\":16,\"value\":68},\n        {\"row\":4,\"col\":10,\"value\":85},{\"row\":4,\"col\":11,\"value\":79},{\"row\":4,\"col\":15,\"value\":88}\n      ]'></heatmap-ui>\n  </section>\n</card-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Heatmap showing revenue activity by day of week and hour of day.",
    "keywords": [
      "heatmap",
      "revenue",
      "activity",
      "day",
      "week",
      "hour",
      "time",
      "grid",
      "heat-map",
      "heatmap-ui",
      "activity-heatmap",
      "sales-heatmap"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Revenue activity"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Sales intensity by day of week and hour"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "revenue-heatmap",
      "component": "Heatmap",
      "type": "hour-grid",
      "cols": 24,
      "rows": 7
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "revenue-heatmap"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
