{
  "name": "activity-feed",
  "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>Recent Activity</h3>\n    <p slot=\"description\">Latest actions across your workspace</p>\n  </header>\n  <section>\n    <list-ui divider>\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"center\" grow>\n          <avatar-ui text=\"Alex Chen\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui align=\"center\" gap=\"1\">\n              <text-ui strong size=\"sm\">Alex Chen</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">deployed</text-ui>\n              <text-ui size=\"sm\">v2.14.0</text-ui>\n            </row-ui>\n            <text-ui size=\"sm\" color=\"subtle\">Production · 2 min ago</text-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"center\" grow>\n          <avatar-ui text=\"Sarah Miller\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui align=\"center\" gap=\"1\">\n              <text-ui strong size=\"sm\">Sarah Miller</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">commented on</text-ui>\n              <text-ui size=\"sm\">card-ui spec</text-ui>\n            </row-ui>\n            <text-ui size=\"sm\" color=\"subtle\">Docs · 18 min ago</text-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"center\" grow>\n          <avatar-ui text=\"James Park\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui align=\"center\" gap=\"1\">\n              <text-ui strong size=\"sm\">James Park</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">created</text-ui>\n              <text-ui size=\"sm\">API key</text-ui>\n            </row-ui>\n            <text-ui size=\"sm\" color=\"subtle\">Settings · 1h ago</text-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"center\" grow>\n          <avatar-ui text=\"Maria Lopez\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui align=\"center\" gap=\"1\">\n              <text-ui strong size=\"sm\">Maria Lopez</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">invited</text-ui>\n              <text-ui size=\"sm\">3 members</text-ui>\n            </row-ui>\n            <text-ui size=\"sm\" color=\"subtle\">Team · 3h ago</text-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n    </list-ui>\n  </section>\n  <footer>\n    <button-ui text=\"View all activity\" variant=\"ghost\" stretch></button-ui>\n  </footer>\n</card-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Activity feed with actor avatar, action description, resource link, and timestamp per row.",
    "keywords": [
      "activity",
      "feed",
      "actor",
      "avatar",
      "action",
      "description",
      "resource",
      "link",
      "timestamp",
      "user-actions",
      "events",
      "timeline",
      "recent-activity"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Recent Activity"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Latest actions across your workspace"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "avatar",
      "component": "Avatar",
      "size": "sm",
      "text": "Alex Chen"
    },
    {
      "id": "text-3",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Alex Chen"
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "deployed"
    },
    {
      "id": "text-5",
      "component": "Text",
      "size": "sm",
      "textContent": "v2.14.0"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "1",
      "children": [
        "text-3",
        "text-4",
        "text-5"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Production · 2 min ago"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-2",
        "text-6"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar",
        "column"
      ]
    },
    {
      "id": "list-item",
      "component": "ListItem",
      "children": [
        "row"
      ]
    },
    {
      "id": "avatar-2",
      "component": "Avatar",
      "size": "sm",
      "text": "Sarah Miller"
    },
    {
      "id": "text-7",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Sarah Miller"
    },
    {
      "id": "text-8",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "commented on"
    },
    {
      "id": "text-9",
      "component": "Text",
      "size": "sm",
      "textContent": "card-ui spec"
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "1",
      "children": [
        "text-7",
        "text-8",
        "text-9"
      ]
    },
    {
      "id": "text-10",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Docs · 18 min ago"
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-4",
        "text-10"
      ]
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar-2",
        "column-2"
      ]
    },
    {
      "id": "list-item-2",
      "component": "ListItem",
      "children": [
        "row-3"
      ]
    },
    {
      "id": "avatar-3",
      "component": "Avatar",
      "size": "sm",
      "text": "James Park"
    },
    {
      "id": "text-11",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "James Park"
    },
    {
      "id": "text-12",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "created"
    },
    {
      "id": "text-13",
      "component": "Text",
      "size": "sm",
      "textContent": "API key"
    },
    {
      "id": "row-6",
      "component": "Row",
      "align": "center",
      "gap": "1",
      "children": [
        "text-11",
        "text-12",
        "text-13"
      ]
    },
    {
      "id": "text-14",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Settings · 1h ago"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-6",
        "text-14"
      ]
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar-3",
        "column-3"
      ]
    },
    {
      "id": "list-item-3",
      "component": "ListItem",
      "children": [
        "row-5"
      ]
    },
    {
      "id": "avatar-4",
      "component": "Avatar",
      "size": "sm",
      "text": "Maria Lopez"
    },
    {
      "id": "text-15",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Maria Lopez"
    },
    {
      "id": "text-16",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "invited"
    },
    {
      "id": "text-17",
      "component": "Text",
      "size": "sm",
      "textContent": "3 members"
    },
    {
      "id": "row-8",
      "component": "Row",
      "align": "center",
      "gap": "1",
      "children": [
        "text-15",
        "text-16",
        "text-17"
      ]
    },
    {
      "id": "text-18",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Team · 3h ago"
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-8",
        "text-18"
      ]
    },
    {
      "id": "row-7",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "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": "button",
      "component": "Button",
      "stretch": true,
      "text": "View all activity",
      "variant": "ghost"
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "button"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "children": [
        "list"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
