{
  "name": "dashboard-team-actions-storage",
  "kind": "block",
  "primary": "grid-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [
    "dashboard-team-list",
    "dashboard-quick-actions",
    "dashboard-storage-card"
  ],
  "attrs": {
    "columns": "1 3@lg",
    "gap": "4"
  },
  "html": "<grid-ui columns=\"1 3@lg\" gap=\"4\">\n            <card-ui><!-- nested: dashboard-team-list --></card-ui>\n\n            <card-ui><!-- nested: dashboard-quick-actions --></card-ui>\n\n            <card-ui><!-- nested: dashboard-storage-card --></card-ui>\n          </grid-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Three-card strip combining team list + quick actions + storage usage card.",
    "keywords": [
      "team",
      "members",
      "quick",
      "actions",
      "storage",
      "usage",
      "limits",
      "sidebar",
      "responsive",
      "breakpoint"
    ],
    "related": [
      "dashboard-team-list",
      "dashboard-quick-actions",
      "dashboard-storage-card"
    ],
    "tags": {
      "complexity": "moderate",
      "layout": "row"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Team Members"
    },
    {
      "id": "text-2",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Your active collaborators"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "avatar",
      "component": "Avatar",
      "text": "Alex Chen"
    },
    {
      "id": "text-3",
      "component": "Text",
      "strong": true,
      "textContent": "Alex Chen"
    },
    {
      "id": "badge",
      "component": "Badge",
      "text": "Online",
      "variant": "success"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-3",
        "badge"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "textContent": "Engineering Lead"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-2",
        "text-4"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar",
        "column"
      ]
    },
    {
      "id": "list-item",
      "component": "ListItem",
      "children": [
        "row"
      ]
    },
    {
      "id": "avatar-2",
      "component": "Avatar",
      "text": "Sarah Miller"
    },
    {
      "id": "text-5",
      "component": "Text",
      "strong": true,
      "textContent": "Sarah Miller"
    },
    {
      "id": "badge-2",
      "component": "Badge",
      "text": "Online",
      "variant": "success"
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-5",
        "badge-2"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "color": "subtle",
      "textContent": "Product Designer"
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-4",
        "text-6"
      ]
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-2",
        "column-2"
      ]
    },
    {
      "id": "list-item-2",
      "component": "ListItem",
      "children": [
        "row-3"
      ]
    },
    {
      "id": "avatar-3",
      "component": "Avatar",
      "text": "James Park"
    },
    {
      "id": "text-7",
      "component": "Text",
      "strong": true,
      "textContent": "James Park"
    },
    {
      "id": "badge-3",
      "component": "Badge",
      "text": "Away",
      "variant": "warning"
    },
    {
      "id": "row-6",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-7",
        "badge-3"
      ]
    },
    {
      "id": "text-8",
      "component": "Text",
      "color": "subtle",
      "textContent": "Backend Engineer"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-6",
        "text-8"
      ]
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-3",
        "column-3"
      ]
    },
    {
      "id": "list-item-3",
      "component": "ListItem",
      "children": [
        "row-5"
      ]
    },
    {
      "id": "avatar-4",
      "component": "Avatar",
      "text": "Maria Lopez"
    },
    {
      "id": "text-9",
      "component": "Text",
      "strong": true,
      "textContent": "Maria Lopez"
    },
    {
      "id": "badge-4",
      "component": "Badge",
      "text": "Offline",
      "variant": "muted"
    },
    {
      "id": "row-8",
      "component": "Row",
      "align": "center",
      "gap": "0",
      "grow": true,
      "justify": "space-between",
      "children": [
        "text-9",
        "badge-4"
      ]
    },
    {
      "id": "text-10",
      "component": "Text",
      "color": "subtle",
      "textContent": "Data Analyst"
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-8",
        "text-10"
      ]
    },
    {
      "id": "row-7",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "avatar-4",
        "column-4"
      ]
    },
    {
      "id": "list-item-4",
      "component": "ListItem",
      "children": [
        "row-7"
      ]
    },
    {
      "id": "list",
      "component": "List",
      "divider": true,
      "children": [
        "list-item",
        "list-item-2",
        "list-item-3",
        "list-item-4"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-5"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "children": [
        "list"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "column-6",
      "component": "Column",
      "children": [
        "card-2"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-6"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "text-11",
      "component": "Text",
      "variant": "heading",
      "textContent": "Quick Actions"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text-11"
      ]
    },
    {
      "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-3",
      "component": "Section",
      "children": [
        "column-7"
      ]
    },
    {
      "id": "column-7",
      "component": "Column",
      "children": [
        "action-list"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "header-2",
        "section-3"
      ]
    },
    {
      "id": "column-8",
      "component": "Column",
      "children": [
        "card-4"
      ]
    },
    {
      "id": "section-4",
      "component": "Section",
      "children": [
        "column-8"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "section-4"
      ]
    },
    {
      "id": "text-12",
      "component": "Text",
      "variant": "heading",
      "textContent": "Storage"
    },
    {
      "id": "text-13",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "75% of 100 GB used"
    },
    {
      "id": "header-3",
      "component": "Header",
      "children": [
        "text-12",
        "text-13"
      ]
    },
    {
      "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-9",
      "component": "Column",
      "gap": "2",
      "children": [
        "progress-row",
        "progress-row-2",
        "progress-row-3",
        "progress-row-4"
      ]
    },
    {
      "id": "section-5",
      "component": "Section",
      "children": [
        "column-9"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "stretch": true,
      "text": "Upgrade Plan",
      "variant": "primary"
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "button"
      ]
    },
    {
      "id": "card-6",
      "component": "Card",
      "children": [
        "header-3",
        "section-5",
        "footer"
      ]
    },
    {
      "id": "column-10",
      "component": "Column",
      "children": [
        "card-6"
      ]
    },
    {
      "id": "section-6",
      "component": "Section",
      "children": [
        "column-10"
      ]
    },
    {
      "id": "card-5",
      "component": "Card",
      "children": [
        "section-6"
      ]
    },
    {
      "id": "root",
      "component": "Grid",
      "columns": "1 3@lg",
      "gap": "4",
      "children": [
        "card",
        "card-3",
        "card-5"
      ]
    }
  ]
}
