{
  "name": "dashboard-overview-panel",
  "kind": "panel",
  "primary": "col-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [
    "stat-cards-kpi-dashboard",
    "dashboard-chart-recent",
    "card-header-with-description",
    "analytics-sparklines-dashboard",
    "dashboard-transactions-table",
    "dashboard-team-actions-storage",
    "dashboard-team-list",
    "dashboard-quick-actions",
    "dashboard-storage-card"
  ],
  "attrs": {
    "data-tab-panel": "overview",
    "gap": "4"
  },
  "html": "<col-ui data-tab-panel=\"overview\" gap=\"4\">\n          <!-- ═══ ROW 1: 4 KPI STAT CARDS ═══ -->\n          <grid-ui columns=\"2 4@lg\" gap=\"4\"><!-- nested: stat-cards-kpi-dashboard --></grid-ui>\n\n          <!-- ═══ ROW 3: OVERVIEW CHART + RECENT SALES (3:2) ═══ -->\n          <grid-ui columns=\"1 5@md\" gap=\"4\"><!-- nested: dashboard-chart-recent --></grid-ui>\n\n          <!-- ═══ ROW 4: 4 SPARKLINE METRIC CARDS ═══ -->\n          <grid-ui columns=\"2 4@lg\" gap=\"4\"><!-- nested: analytics-sparklines-dashboard --></grid-ui>\n\n          <!-- ═══ ROW 5: TRANSACTIONS TABLE ═══\n         Supports ?state=empty|loading|error URL params for state-coverage\n         demos; the default state renders the populated table. -->\n          <grid-ui><!-- nested: dashboard-transactions-table --></grid-ui>\n\n          <!-- ═══ ROW 6: TEAM + QUICK ACTIONS + STORAGE ═══ -->\n          <grid-ui columns=\"1 3@lg\" gap=\"4\"><!-- nested: dashboard-team-actions-storage --></grid-ui>\n        </col-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Overview analytics panel: KPI grid + recent-activity chart + spark cards + transactions table + team/actions/storage strip.",
    "keywords": [
      "overview",
      "dashboard",
      "kpi",
      "metrics",
      "chart",
      "activity",
      "sparkline",
      "transactions",
      "team",
      "storage"
    ],
    "related": [
      "dashboard-kpi-grid",
      "dashboard-chart-recent",
      "dashboard-spark-cards",
      "dashboard-team-actions-storage"
    ],
    "tags": {
      "complexity": "complex",
      "layout": "panel"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "stat",
      "component": "Stat",
      "change": "+20.1%",
      "icon": "currency-dollar",
      "label": "Total Revenue",
      "trend": "up",
      "value": "$45,231.89"
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "stat"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "stat-2",
      "component": "Stat",
      "change": "+180.1%",
      "icon": "users",
      "label": "Subscriptions",
      "trend": "up",
      "value": "+2,350"
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "stat-2"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "stat-3",
      "component": "Stat",
      "change": "+19%",
      "icon": "credit-card",
      "label": "Sales",
      "trend": "up",
      "value": "+12,234"
    },
    {
      "id": "section-3",
      "component": "Section",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "children": [
        "stat-3"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "section-3"
      ]
    },
    {
      "id": "stat-4",
      "component": "Stat",
      "change": "+201",
      "icon": "chart-bar",
      "label": "Active Now",
      "trend": "up",
      "value": "+573"
    },
    {
      "id": "section-4",
      "component": "Section",
      "children": [
        "column-4"
      ]
    },
    {
      "id": "column-4",
      "component": "Column",
      "children": [
        "stat-4"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "section-4"
      ]
    },
    {
      "id": "grid-2",
      "component": "Grid",
      "columns": "2 4@lg",
      "gap": "4",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "2 4@lg",
      "gap": "4",
      "children": [
        "grid-2"
      ]
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Overview"
    },
    {
      "id": "text-2",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Monthly revenue for 2026"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "dash-overview",
      "component": "Chart",
      "type": "bar",
      "x": "month",
      "y": "revenue"
    },
    {
      "id": "stat-5",
      "component": "Stat",
      "change": "+12% vs last month",
      "label": "This Month",
      "trend": "up",
      "value": "$5,400"
    },
    {
      "id": "section-6",
      "component": "Section",
      "children": [
        "column-6"
      ]
    },
    {
      "id": "column-6",
      "component": "Column",
      "children": [
        "stat-5"
      ]
    },
    {
      "id": "card-6",
      "component": "Card",
      "children": [
        "section-6"
      ]
    },
    {
      "id": "stat-6",
      "component": "Stat",
      "change": "On track for $65k target",
      "label": "Yearly Total",
      "trend": "neutral",
      "value": "$59,100"
    },
    {
      "id": "section-7",
      "component": "Section",
      "children": [
        "column-7"
      ]
    },
    {
      "id": "column-7",
      "component": "Column",
      "children": [
        "stat-6"
      ]
    },
    {
      "id": "card-7",
      "component": "Card",
      "children": [
        "section-7"
      ]
    },
    {
      "id": "grid-5",
      "component": "Grid",
      "columns": "1 2@sm",
      "gap": "3",
      "children": [
        "card-6",
        "card-7"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "children": [
        "dash-overview",
        "grid-5"
      ]
    },
    {
      "id": "section-5",
      "component": "Section",
      "children": [
        "column-5"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "stretch": true,
      "text": "View Full Report",
      "variant": "outline"
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "button"
      ]
    },
    {
      "id": "card-5",
      "component": "Card",
      "children": [
        "header",
        "section-5",
        "footer"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "heading",
      "textContent": "Recent Sales"
    },
    {
      "id": "text-4",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "You made 265 sales this month."
    },
    {
      "id": "header-3",
      "component": "Header",
      "children": [
        "text-3",
        "text-4"
      ]
    },
    {
      "id": "avatar",
      "component": "Avatar",
      "size": "sm",
      "text": "Olivia Martin"
    },
    {
      "id": "text-5",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Olivia Martin"
    },
    {
      "id": "text-6",
      "component": "Text",
      "strong": true,
      "textContent": "+$1,999.00"
    },
    {
      "id": "row-2",
      "component": "Row",
      "children": [
        "text-5",
        "text-6"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "color": "subtle",
      "textContent": "olivia.martin@email.com"
    },
    {
      "id": "column-8",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-2",
        "text-7"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar",
        "column-8"
      ]
    },
    {
      "id": "list-item",
      "component": "ListItem",
      "children": [
        "row"
      ]
    },
    {
      "id": "avatar-2",
      "component": "Avatar",
      "size": "sm",
      "text": "Jackson Lee"
    },
    {
      "id": "text-8",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Jackson Lee"
    },
    {
      "id": "text-9",
      "component": "Text",
      "strong": true,
      "textContent": "+$39.00"
    },
    {
      "id": "row-4",
      "component": "Row",
      "children": [
        "text-8",
        "text-9"
      ]
    },
    {
      "id": "text-10",
      "component": "Text",
      "color": "subtle",
      "textContent": "jackson.lee@email.com"
    },
    {
      "id": "column-9",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-4",
        "text-10"
      ]
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-2",
        "column-9"
      ]
    },
    {
      "id": "list-item-2",
      "component": "ListItem",
      "children": [
        "row-3"
      ]
    },
    {
      "id": "avatar-3",
      "component": "Avatar",
      "size": "sm",
      "text": "Isabella Nguyen"
    },
    {
      "id": "text-11",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Isabella Nguyen"
    },
    {
      "id": "text-12",
      "component": "Text",
      "strong": true,
      "textContent": "+$299.00"
    },
    {
      "id": "row-6",
      "component": "Row",
      "children": [
        "text-11",
        "text-12"
      ]
    },
    {
      "id": "text-13",
      "component": "Text",
      "color": "subtle",
      "textContent": "isabella.nguyen@email.com"
    },
    {
      "id": "column-10",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-6",
        "text-13"
      ]
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-3",
        "column-10"
      ]
    },
    {
      "id": "list-item-3",
      "component": "ListItem",
      "children": [
        "row-5"
      ]
    },
    {
      "id": "avatar-4",
      "component": "Avatar",
      "size": "sm",
      "text": "William Kim"
    },
    {
      "id": "text-14",
      "component": "Text",
      "weight": "semibold",
      "textContent": "William Kim"
    },
    {
      "id": "text-15",
      "component": "Text",
      "strong": true,
      "textContent": "+$99.00"
    },
    {
      "id": "row-8",
      "component": "Row",
      "children": [
        "text-14",
        "text-15"
      ]
    },
    {
      "id": "text-16",
      "component": "Text",
      "color": "subtle",
      "textContent": "will@email.com"
    },
    {
      "id": "column-11",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-8",
        "text-16"
      ]
    },
    {
      "id": "row-7",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-4",
        "column-11"
      ]
    },
    {
      "id": "list-item-4",
      "component": "ListItem",
      "children": [
        "row-7"
      ]
    },
    {
      "id": "avatar-5",
      "component": "Avatar",
      "size": "sm",
      "text": "Sofia Davis"
    },
    {
      "id": "text-17",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Sofia Davis"
    },
    {
      "id": "text-18",
      "component": "Text",
      "strong": true,
      "textContent": "+$39.00"
    },
    {
      "id": "row-10",
      "component": "Row",
      "children": [
        "text-17",
        "text-18"
      ]
    },
    {
      "id": "text-19",
      "component": "Text",
      "color": "subtle",
      "textContent": "sofia.davis@email.com"
    },
    {
      "id": "column-12",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-10",
        "text-19"
      ]
    },
    {
      "id": "row-9",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-5",
        "column-12"
      ]
    },
    {
      "id": "list-item-5",
      "component": "ListItem",
      "children": [
        "row-9"
      ]
    },
    {
      "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-13"
      ]
    },
    {
      "id": "column-13",
      "component": "Column",
      "children": [
        "list"
      ]
    },
    {
      "id": "card-8",
      "component": "Card",
      "children": [
        "header-3",
        "section-8"
      ]
    },
    {
      "id": "grid-4",
      "component": "Grid",
      "columns": "1 5@md",
      "gap": "4",
      "children": [
        "card-5",
        "card-8"
      ]
    },
    {
      "id": "grid-3",
      "component": "Grid",
      "columns": "1 5@md",
      "gap": "4",
      "children": [
        "grid-4"
      ]
    },
    {
      "id": "text-20",
      "component": "Text",
      "variant": "heading",
      "textContent": "Page Views"
    },
    {
      "id": "text-21",
      "component": "Text",
      "slot": "description",
      "variant": "title",
      "textContent": "84,232"
    },
    {
      "id": "header-4",
      "component": "Header",
      "children": [
        "text-20",
        "text-21"
      ]
    },
    {
      "id": "dash-spark-views",
      "component": "Chart",
      "type": "sparkline",
      "x": "d",
      "y": "v"
    },
    {
      "id": "section-9",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-14"
      ]
    },
    {
      "id": "column-14",
      "component": "Column",
      "children": [
        "dash-spark-views"
      ]
    },
    {
      "id": "card-9",
      "component": "Card",
      "children": [
        "header-4",
        "section-9"
      ]
    },
    {
      "id": "text-22",
      "component": "Text",
      "variant": "heading",
      "textContent": "Bounce Rate"
    },
    {
      "id": "text-23",
      "component": "Text",
      "slot": "description",
      "variant": "title",
      "textContent": "24.3%"
    },
    {
      "id": "header-5",
      "component": "Header",
      "children": [
        "text-22",
        "text-23"
      ]
    },
    {
      "id": "dash-spark-bounce",
      "component": "Chart",
      "type": "sparkline",
      "color": "warning",
      "x": "d",
      "y": "v"
    },
    {
      "id": "section-10",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-15"
      ]
    },
    {
      "id": "column-15",
      "component": "Column",
      "children": [
        "dash-spark-bounce"
      ]
    },
    {
      "id": "card-10",
      "component": "Card",
      "children": [
        "header-5",
        "section-10"
      ]
    },
    {
      "id": "text-24",
      "component": "Text",
      "variant": "heading",
      "textContent": "Session Duration"
    },
    {
      "id": "text-25",
      "component": "Text",
      "slot": "description",
      "variant": "title",
      "textContent": "4m 32s"
    },
    {
      "id": "header-6",
      "component": "Header",
      "children": [
        "text-24",
        "text-25"
      ]
    },
    {
      "id": "dash-spark-duration",
      "component": "Chart",
      "type": "sparkline",
      "color": "success",
      "x": "d",
      "y": "v"
    },
    {
      "id": "section-11",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-16"
      ]
    },
    {
      "id": "column-16",
      "component": "Column",
      "children": [
        "dash-spark-duration"
      ]
    },
    {
      "id": "card-11",
      "component": "Card",
      "children": [
        "header-6",
        "section-11"
      ]
    },
    {
      "id": "text-26",
      "component": "Text",
      "variant": "heading",
      "textContent": "Conversion"
    },
    {
      "id": "text-27",
      "component": "Text",
      "slot": "description",
      "variant": "title",
      "textContent": "3.2%"
    },
    {
      "id": "header-7",
      "component": "Header",
      "children": [
        "text-26",
        "text-27"
      ]
    },
    {
      "id": "dash-spark-conv",
      "component": "Chart",
      "type": "sparkline",
      "color": "info",
      "x": "d",
      "y": "v"
    },
    {
      "id": "section-12",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-17"
      ]
    },
    {
      "id": "column-17",
      "component": "Column",
      "children": [
        "dash-spark-conv"
      ]
    },
    {
      "id": "card-12",
      "component": "Card",
      "children": [
        "header-7",
        "section-12"
      ]
    },
    {
      "id": "grid-7",
      "component": "Grid",
      "columns": "2 4@lg",
      "gap": "4",
      "children": [
        "card-9",
        "card-10",
        "card-11",
        "card-12"
      ]
    },
    {
      "id": "grid-6",
      "component": "Grid",
      "columns": "2 4@lg",
      "gap": "4",
      "children": [
        "grid-7"
      ]
    },
    {
      "id": "text-28",
      "component": "Text",
      "variant": "heading",
      "textContent": "Recent Transactions"
    },
    {
      "id": "text-29",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Manage and track recent customer orders"
    },
    {
      "id": "button-2",
      "component": "Button",
      "slot": "trigger",
      "icon": "caret-down",
      "size": "sm",
      "text": "View as",
      "variant": "ghost"
    },
    {
      "id": "column-18",
      "component": "Column"
    },
    {
      "id": "column-19",
      "component": "Column"
    },
    {
      "id": "column-20",
      "component": "Column"
    },
    {
      "id": "column-21",
      "component": "Column"
    },
    {
      "id": "tx-state-menu",
      "component": "Menu",
      "children": [
        "button-2",
        "column-18",
        "column-19",
        "column-20",
        "column-21"
      ]
    },
    {
      "id": "text-30",
      "component": "Text",
      "variant": "body",
      "slot": "action",
      "children": [
        "tx-state-menu"
      ]
    },
    {
      "id": "header-8",
      "component": "Header",
      "children": [
        "text-28",
        "text-29",
        "text-30"
      ]
    },
    {
      "id": "dash-transactions",
      "component": "Table",
      "paginate": 5,
      "sortable": true,
      "striped": true
    },
    {
      "id": "section-13",
      "component": "Section",
      "bleed": true,
      "data-tx-surface": "",
      "children": [
        "column-22"
      ]
    },
    {
      "id": "column-22",
      "component": "Column",
      "children": [
        "dash-transactions"
      ]
    },
    {
      "id": "card-13",
      "component": "Card",
      "children": [
        "header-8",
        "section-13"
      ]
    },
    {
      "id": "grid-9",
      "component": "Grid",
      "children": [
        "card-13"
      ]
    },
    {
      "id": "grid-8",
      "component": "Grid",
      "children": [
        "grid-9"
      ]
    },
    {
      "id": "text-31",
      "component": "Text",
      "variant": "heading",
      "textContent": "Team Members"
    },
    {
      "id": "text-32",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Your active collaborators"
    },
    {
      "id": "header-9",
      "component": "Header",
      "children": [
        "text-31",
        "text-32"
      ]
    },
    {
      "id": "avatar-6",
      "component": "Avatar",
      "text": "Alex Chen"
    },
    {
      "id": "text-33",
      "component": "Text",
      "strong": true,
      "textContent": "Alex Chen"
    },
    {
      "id": "badge",
      "component": "Badge",
      "text": "Online",
      "variant": "success"
    },
    {
      "id": "row-12",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-33",
        "badge"
      ]
    },
    {
      "id": "text-34",
      "component": "Text",
      "color": "subtle",
      "textContent": "Engineering Lead"
    },
    {
      "id": "column-23",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-12",
        "text-34"
      ]
    },
    {
      "id": "row-11",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-6",
        "column-23"
      ]
    },
    {
      "id": "list-item-6",
      "component": "ListItem",
      "children": [
        "row-11"
      ]
    },
    {
      "id": "avatar-7",
      "component": "Avatar",
      "text": "Sarah Miller"
    },
    {
      "id": "text-35",
      "component": "Text",
      "strong": true,
      "textContent": "Sarah Miller"
    },
    {
      "id": "badge-2",
      "component": "Badge",
      "text": "Online",
      "variant": "success"
    },
    {
      "id": "row-14",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-35",
        "badge-2"
      ]
    },
    {
      "id": "text-36",
      "component": "Text",
      "color": "subtle",
      "textContent": "Product Designer"
    },
    {
      "id": "column-24",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-14",
        "text-36"
      ]
    },
    {
      "id": "row-13",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-7",
        "column-24"
      ]
    },
    {
      "id": "list-item-7",
      "component": "ListItem",
      "children": [
        "row-13"
      ]
    },
    {
      "id": "avatar-8",
      "component": "Avatar",
      "text": "James Park"
    },
    {
      "id": "text-37",
      "component": "Text",
      "strong": true,
      "textContent": "James Park"
    },
    {
      "id": "badge-3",
      "component": "Badge",
      "text": "Away",
      "variant": "warning"
    },
    {
      "id": "row-16",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-37",
        "badge-3"
      ]
    },
    {
      "id": "text-38",
      "component": "Text",
      "color": "subtle",
      "textContent": "Backend Engineer"
    },
    {
      "id": "column-25",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-16",
        "text-38"
      ]
    },
    {
      "id": "row-15",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-8",
        "column-25"
      ]
    },
    {
      "id": "list-item-8",
      "component": "ListItem",
      "children": [
        "row-15"
      ]
    },
    {
      "id": "avatar-9",
      "component": "Avatar",
      "text": "Maria Lopez"
    },
    {
      "id": "text-39",
      "component": "Text",
      "strong": true,
      "textContent": "Maria Lopez"
    },
    {
      "id": "badge-4",
      "component": "Badge",
      "text": "Offline",
      "variant": "muted"
    },
    {
      "id": "row-18",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-39",
        "badge-4"
      ]
    },
    {
      "id": "text-40",
      "component": "Text",
      "color": "subtle",
      "textContent": "Data Analyst"
    },
    {
      "id": "column-26",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-18",
        "text-40"
      ]
    },
    {
      "id": "row-17",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-9",
        "column-26"
      ]
    },
    {
      "id": "list-item-9",
      "component": "ListItem",
      "children": [
        "row-17"
      ]
    },
    {
      "id": "list-2",
      "component": "List",
      "divider": true,
      "children": [
        "list-item-6",
        "list-item-7",
        "list-item-8",
        "list-item-9"
      ]
    },
    {
      "id": "section-14",
      "component": "Section",
      "children": [
        "column-27"
      ]
    },
    {
      "id": "column-27",
      "component": "Column",
      "children": [
        "list-2"
      ]
    },
    {
      "id": "card-15",
      "component": "Card",
      "children": [
        "header-9",
        "section-14"
      ]
    },
    {
      "id": "column-28",
      "component": "Column",
      "children": [
        "card-15"
      ]
    },
    {
      "id": "section-15",
      "component": "Section",
      "children": [
        "column-28"
      ]
    },
    {
      "id": "card-14",
      "component": "Card",
      "children": [
        "section-15"
      ]
    },
    {
      "id": "text-41",
      "component": "Text",
      "variant": "heading",
      "textContent": "Quick Actions"
    },
    {
      "id": "header-10",
      "component": "Header",
      "children": [
        "text-41"
      ]
    },
    {
      "id": "action-item",
      "component": "ActionItem",
      "icon": "plus",
      "text": "New Project",
      "value": "new"
    },
    {
      "id": "action-item-2",
      "component": "ActionItem",
      "icon": "users",
      "text": "Invite Team",
      "value": "invite"
    },
    {
      "id": "action-item-3",
      "component": "ActionItem",
      "icon": "download",
      "text": "Export Data",
      "value": "export"
    },
    {
      "id": "action-item-4",
      "component": "ActionItem",
      "icon": "chart-bar",
      "text": "View Reports",
      "value": "reports"
    },
    {
      "id": "action-item-5",
      "component": "ActionItem",
      "icon": "gear",
      "text": "Settings",
      "value": "settings"
    },
    {
      "id": "action-item-6",
      "component": "ActionItem",
      "icon": "question",
      "text": "Help Center",
      "value": "help"
    },
    {
      "id": "action-list",
      "component": "ActionList",
      "children": [
        "action-item",
        "action-item-2",
        "action-item-3",
        "action-item-4",
        "action-item-5",
        "action-item-6"
      ]
    },
    {
      "id": "section-16",
      "component": "Section",
      "children": [
        "column-29"
      ]
    },
    {
      "id": "column-29",
      "component": "Column",
      "children": [
        "action-list"
      ]
    },
    {
      "id": "card-17",
      "component": "Card",
      "children": [
        "header-10",
        "section-16"
      ]
    },
    {
      "id": "column-30",
      "component": "Column",
      "children": [
        "card-17"
      ]
    },
    {
      "id": "section-17",
      "component": "Section",
      "children": [
        "column-30"
      ]
    },
    {
      "id": "card-16",
      "component": "Card",
      "children": [
        "section-17"
      ]
    },
    {
      "id": "text-42",
      "component": "Text",
      "variant": "heading",
      "textContent": "Storage"
    },
    {
      "id": "text-43",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "75% of 100 GB used"
    },
    {
      "id": "header-11",
      "component": "Header",
      "children": [
        "text-42",
        "text-43"
      ]
    },
    {
      "id": "progress-row",
      "component": "ProgressRow",
      "label": "75 GB used",
      "meta": "100 GB total",
      "value": 75
    },
    {
      "id": "progress-row-2",
      "component": "ProgressRow",
      "label": "Documents",
      "meta": "32 GB",
      "value": 42
    },
    {
      "id": "progress-row-3",
      "component": "ProgressRow",
      "label": "Media",
      "meta": "28 GB",
      "value": 37
    },
    {
      "id": "progress-row-4",
      "component": "ProgressRow",
      "label": "Backups",
      "meta": "15 GB",
      "value": 20
    },
    {
      "id": "column-31",
      "component": "Column",
      "gap": "2",
      "children": [
        "progress-row",
        "progress-row-2",
        "progress-row-3",
        "progress-row-4"
      ]
    },
    {
      "id": "section-18",
      "component": "Section",
      "children": [
        "column-31"
      ]
    },
    {
      "id": "button-3",
      "component": "Button",
      "stretch": true,
      "text": "Upgrade Plan",
      "variant": "primary"
    },
    {
      "id": "footer-2",
      "component": "Footer",
      "children": [
        "button-3"
      ]
    },
    {
      "id": "card-19",
      "component": "Card",
      "children": [
        "header-11",
        "section-18",
        "footer-2"
      ]
    },
    {
      "id": "column-32",
      "component": "Column",
      "children": [
        "card-19"
      ]
    },
    {
      "id": "section-19",
      "component": "Section",
      "children": [
        "column-32"
      ]
    },
    {
      "id": "card-18",
      "component": "Card",
      "children": [
        "section-19"
      ]
    },
    {
      "id": "grid-11",
      "component": "Grid",
      "columns": "1 3@lg",
      "gap": "4",
      "children": [
        "card-14",
        "card-16",
        "card-18"
      ]
    },
    {
      "id": "grid-10",
      "component": "Grid",
      "columns": "1 3@lg",
      "gap": "4",
      "children": [
        "grid-11"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "4",
      "data-tab-panel": "overview",
      "children": [
        "grid",
        "grid-3",
        "grid-6",
        "grid-8",
        "grid-10"
      ]
    }
  ]
}
