{
  "name": "dashboard-traffic-channels",
  "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 span=\"2\">\n              <header>\n                <h3>Traffic</h3>\n                <text-ui slot=\"description\" color=\"subtle\">Sessions per day</text-ui>\n                <span slot=\"action\">\n                  <segmented-ui value=\"30d\" size=\"sm\">\n                    <segment-ui value=\"7d\" text=\"7d\"></segment-ui>\n                    <segment-ui value=\"30d\" text=\"30d\"></segment-ui>\n                    <segment-ui value=\"90d\" text=\"90d\"></segment-ui>\n                  </segmented-ui>\n                </span>\n              </header>\n              <section>\n                <chart-ui id=\"analytics-traffic\" type=\"line\" x=\"day\" y=\"sessions\" smooth=\"0.4\" hide-values></chart-ui>\n              </section>\n            </card-ui>\n            <card-ui>\n              <header>\n                <h3>Acquisition channels</h3>\n                <text-ui slot=\"description\" color=\"subtle\">Where sessions come from</text-ui>\n              </header>\n              <section>\n                <chart-ui id=\"analytics-channels\" type=\"donut\" x=\"channel\" y=\"sessions\" hide-values></chart-ui>\n              </section>\n            </card-ui>\n          </grid-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Traffic + channels acquisition grid — line chart (2/3) + donut (1/3) responsive split layout.",
    "keywords": [
      "traffic",
      "channels",
      "acquisition",
      "analytics",
      "chart",
      "layout",
      "grid",
      "responsive",
      "breakpoint"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Traffic"
    },
    {
      "id": "text-2",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Sessions per day"
    },
    {
      "id": "segment",
      "component": "Segment",
      "text": "7d",
      "value": "7d"
    },
    {
      "id": "segment-2",
      "component": "Segment",
      "text": "30d",
      "value": "30d"
    },
    {
      "id": "segment-3",
      "component": "Segment",
      "text": "90d",
      "value": "90d"
    },
    {
      "id": "segmented-control",
      "component": "SegmentedControl",
      "value": "30d",
      "children": [
        "segment",
        "segment-2",
        "segment-3"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "slot": "action",
      "children": [
        "segmented-control"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2",
        "text-3"
      ]
    },
    {
      "id": "analytics-traffic",
      "component": "Chart",
      "type": "line",
      "smooth": 0.4,
      "x": "day",
      "y": "sessions"
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "analytics-traffic"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "variant": "heading",
      "textContent": "Acquisition channels"
    },
    {
      "id": "text-5",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Where sessions come from"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text-4",
        "text-5"
      ]
    },
    {
      "id": "analytics-channels",
      "component": "Chart",
      "type": "donut",
      "x": "channel",
      "y": "sessions"
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "analytics-channels"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header-2",
        "section-2"
      ]
    },
    {
      "id": "root",
      "component": "Grid",
      "columns": "1 3@lg",
      "gap": "4",
      "children": [
        "card",
        "card-2"
      ]
    }
  ]
}
