{
  "name": "dashboard-audience-panel",
  "kind": "panel",
  "primary": "col-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [
    "dashboard-filter-bar",
    "analytics-chart",
    "dashboard-audience-kpis",
    "dashboard-country-list"
  ],
  "attrs": {
    "data-tab-panel": "audience",
    "gap": "4",
    "hidden": ""
  },
  "html": "<col-ui data-tab-panel=\"audience\" gap=\"4\" hidden>\n          <!-- Filter bar (cross-tab across the four analytics panels) -->\n          <grid-ui><!-- nested: dashboard-filter-bar --></grid-ui>\n\n          <!-- Analytics: bar + line side by side -->\n          <grid-ui columns=\"1 2@md\" gap=\"4\"><!-- nested: analytics-chart --></grid-ui>\n\n          <!-- KPI ROW -->\n          <grid-ui columns=\"2 4@lg\" gap=\"4\"><!-- nested: dashboard-audience-kpis --></grid-ui>\n\n          <!-- TOP COUNTRIES -->\n          <grid-ui><!-- nested: dashboard-country-list --></grid-ui>\n        </col-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Audience analytics panel: filter bar + audience KPIs + country breakdown list.",
    "keywords": [
      "audience",
      "analytics",
      "demographics",
      "countries",
      "geography",
      "filter",
      "kpis"
    ],
    "related": [
      "dashboard-overview-panel",
      "dashboard-acquisition-panel",
      "dashboard-behavior-panel"
    ],
    "tags": {
      "complexity": "moderate",
      "layout": "panel"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "color": "subtle",
      "weight": "semibold",
      "textContent": "Filters:"
    },
    {
      "id": "tag",
      "component": "Tag",
      "removable": true,
      "text": "Country: United States"
    },
    {
      "id": "tag-2",
      "component": "Tag",
      "removable": true,
      "text": "Device: Desktop"
    },
    {
      "id": "button",
      "component": "Button",
      "size": "sm",
      "text": "+ Add filter",
      "variant": "ghost",
      "data-filter-add": ""
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "data-spacer": ""
    },
    {
      "id": "button-2",
      "component": "Button",
      "size": "sm",
      "text": "Clear all",
      "variant": "ghost",
      "data-filter-clear": ""
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "wrap": true,
      "data-filter-bar": "",
      "children": [
        "text",
        "tag",
        "tag-2",
        "button",
        "text-2",
        "button-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "row"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "grid-2",
      "component": "Grid",
      "children": [
        "card"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "children": [
        "grid-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "heading",
      "textContent": "Revenue"
    },
    {
      "id": "text-4",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Monthly revenue breakdown"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text-3",
        "text-4"
      ]
    },
    {
      "id": "chart",
      "component": "Chart",
      "type": "bar",
      "data": "[{\"month\":\"Jan\",\"revenue\":3200},{\"month\":\"Feb\",\"revenue\":4100},{\"month\":\"Mar\",\"revenue\":3800},{\"month\":\"Apr\",\"revenue\":5200},{\"month\":\"May\",\"revenue\":4800},{\"month\":\"Jun\",\"revenue\":6100}]",
      "x": "month",
      "y": "revenue"
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "chart"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header",
        "section-2"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "heading",
      "textContent": "Sessions"
    },
    {
      "id": "text-6",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Daily session trend"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text-5",
        "text-6"
      ]
    },
    {
      "id": "chart-2",
      "component": "Chart",
      "type": "line",
      "data": "[{\"day\":\"Mon\",\"sessions\":1200},{\"day\":\"Tue\",\"sessions\":1800},{\"day\":\"Wed\",\"sessions\":1500},{\"day\":\"Thu\",\"sessions\":2200},{\"day\":\"Fri\",\"sessions\":1900},{\"day\":\"Sat\",\"sessions\":800},{\"day\":\"Sun\",\"sessions\":600}]",
      "smooth": 0.4,
      "x": "day",
      "y": "sessions"
    },
    {
      "id": "section-3",
      "component": "Section",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "children": [
        "chart-2"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "header-2",
        "section-3"
      ]
    },
    {
      "id": "grid-4",
      "component": "Grid",
      "columns": "1 2@md",
      "gap": "4",
      "children": [
        "card-2",
        "card-3"
      ]
    },
    {
      "id": "grid-3",
      "component": "Grid",
      "columns": "1 2@md",
      "gap": "4",
      "children": [
        "grid-4"
      ]
    },
    {
      "id": "stat",
      "component": "Stat",
      "change": "+8.2%",
      "icon": "users",
      "label": "Unique visitors",
      "trend": "up",
      "value": "28,432"
    },
    {
      "id": "section-4",
      "component": "Section",
      "children": [
        "column-4"
      ]
    },
    {
      "id": "column-4",
      "component": "Column",
      "children": [
        "stat"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "section-4"
      ]
    },
    {
      "id": "stat-2",
      "component": "Stat",
      "change": "+12.4%",
      "icon": "browsers",
      "label": "Sessions",
      "trend": "up",
      "value": "41,203"
    },
    {
      "id": "section-5",
      "component": "Section",
      "children": [
        "column-5"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "children": [
        "stat-2"
      ]
    },
    {
      "id": "card-5",
      "component": "Card",
      "children": [
        "section-5"
      ]
    },
    {
      "id": "stat-3",
      "component": "Stat",
      "change": "+18s",
      "icon": "clock",
      "label": "Avg. session",
      "trend": "up",
      "value": "4m 32s"
    },
    {
      "id": "section-6",
      "component": "Section",
      "children": [
        "column-6"
      ]
    },
    {
      "id": "column-6",
      "component": "Column",
      "children": [
        "stat-3"
      ]
    },
    {
      "id": "card-6",
      "component": "Card",
      "children": [
        "section-6"
      ]
    },
    {
      "id": "stat-4",
      "component": "Stat",
      "change": "-2.1%",
      "icon": "arrow-bend-up-right",
      "label": "Bounce rate",
      "trend": "up",
      "value": "24.3%"
    },
    {
      "id": "section-7",
      "component": "Section",
      "children": [
        "column-7"
      ]
    },
    {
      "id": "column-7",
      "component": "Column",
      "children": [
        "stat-4"
      ]
    },
    {
      "id": "card-7",
      "component": "Card",
      "children": [
        "section-7"
      ]
    },
    {
      "id": "grid-6",
      "component": "Grid",
      "columns": "2 4@lg",
      "gap": "4",
      "children": [
        "card-4",
        "card-5",
        "card-6",
        "card-7"
      ]
    },
    {
      "id": "grid-5",
      "component": "Grid",
      "columns": "2 4@lg",
      "gap": "4",
      "children": [
        "grid-6"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "variant": "heading",
      "textContent": "Top countries"
    },
    {
      "id": "text-8",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Sessions by geography"
    },
    {
      "id": "header-3",
      "component": "Header",
      "children": [
        "text-7",
        "text-8"
      ]
    },
    {
      "id": "text-9",
      "component": "Text",
      "size": "lg",
      "textContent": "🇺🇸"
    },
    {
      "id": "text-10",
      "component": "Text",
      "weight": "semibold",
      "textContent": "United States"
    },
    {
      "id": "text-11",
      "component": "Text",
      "textContent": "14,320"
    },
    {
      "id": "text-12",
      "component": "Text",
      "color": "subtle",
      "textContent": "50.4%"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "text-9",
        "text-10",
        "text-11",
        "text-12"
      ]
    },
    {
      "id": "list-item",
      "component": "ListItem",
      "children": [
        "row-2"
      ]
    },
    {
      "id": "text-13",
      "component": "Text",
      "size": "lg",
      "textContent": "🇩🇪"
    },
    {
      "id": "text-14",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Germany"
    },
    {
      "id": "text-15",
      "component": "Text",
      "textContent": "3,892"
    },
    {
      "id": "text-16",
      "component": "Text",
      "color": "subtle",
      "textContent": "13.7%"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "text-13",
        "text-14",
        "text-15",
        "text-16"
      ]
    },
    {
      "id": "list-item-2",
      "component": "ListItem",
      "children": [
        "row-3"
      ]
    },
    {
      "id": "text-17",
      "component": "Text",
      "size": "lg",
      "textContent": "🇬🇧"
    },
    {
      "id": "text-18",
      "component": "Text",
      "weight": "semibold",
      "textContent": "United Kingdom"
    },
    {
      "id": "text-19",
      "component": "Text",
      "textContent": "2,841"
    },
    {
      "id": "text-20",
      "component": "Text",
      "color": "subtle",
      "textContent": "10.0%"
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "text-17",
        "text-18",
        "text-19",
        "text-20"
      ]
    },
    {
      "id": "list-item-3",
      "component": "ListItem",
      "children": [
        "row-4"
      ]
    },
    {
      "id": "text-21",
      "component": "Text",
      "size": "lg",
      "textContent": "🇯🇵"
    },
    {
      "id": "text-22",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Japan"
    },
    {
      "id": "text-23",
      "component": "Text",
      "textContent": "1,920"
    },
    {
      "id": "text-24",
      "component": "Text",
      "color": "subtle",
      "textContent": "6.8%"
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "text-21",
        "text-22",
        "text-23",
        "text-24"
      ]
    },
    {
      "id": "list-item-4",
      "component": "ListItem",
      "children": [
        "row-5"
      ]
    },
    {
      "id": "text-25",
      "component": "Text",
      "size": "lg",
      "textContent": "🇨🇦"
    },
    {
      "id": "text-26",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Canada"
    },
    {
      "id": "text-27",
      "component": "Text",
      "textContent": "1,450"
    },
    {
      "id": "text-28",
      "component": "Text",
      "color": "subtle",
      "textContent": "5.1%"
    },
    {
      "id": "row-6",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "text-25",
        "text-26",
        "text-27",
        "text-28"
      ]
    },
    {
      "id": "list-item-5",
      "component": "ListItem",
      "children": [
        "row-6"
      ]
    },
    {
      "id": "list",
      "component": "List",
      "divider": true,
      "children": [
        "list-item",
        "list-item-2",
        "list-item-3",
        "list-item-4",
        "list-item-5"
      ]
    },
    {
      "id": "section-8",
      "component": "Section",
      "children": [
        "column-8"
      ]
    },
    {
      "id": "column-8",
      "component": "Column",
      "children": [
        "list"
      ]
    },
    {
      "id": "card-8",
      "component": "Card",
      "children": [
        "header-3",
        "section-8"
      ]
    },
    {
      "id": "grid-8",
      "component": "Grid",
      "children": [
        "card-8"
      ]
    },
    {
      "id": "grid-7",
      "component": "Grid",
      "children": [
        "grid-8"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "4",
      "data-tab-panel": "audience",
      "children": [
        "grid",
        "grid-3",
        "grid-5",
        "grid-7"
      ]
    }
  ]
}
