{
  "name": "chat-message-user-byline",
  "kind": "block",
  "primary": "row-ui",
  "page": "/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "align": "center"
  },
  "html": "<row-ui\n      gap=\"2\"\n      align=\"center\">\n      <avatar-ui text=\"Jane Smith\" size=\"sm\"></avatar-ui>\n      <text-ui strong>Jane</text-ui>\n      <text-ui color=\"subtle\">·</text-ui>\n      <text-ui color=\"subtle\">2 min ago</text-ui>\n    </row-ui>",
  "source": "apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
  "metadata": {
    "domain": "agent",
    "description": "Chat message user byline — a single identity row for a user's turn in a conversation: a small avatar, the sender's name in bold, a dot separator, then a muted relative timestamp. The header strip that sits above a chat bubble.",
    "keywords": [
      "chat",
      "message",
      "user",
      "byline",
      "header",
      "avatar",
      "name",
      "timestamp",
      "sender",
      "identity",
      "conversation",
      "turn",
      "bubble",
      "row",
      "relative",
      "time",
      "ago",
      "author",
      "who",
      "sent",
      "participant",
      "chat",
      "header",
      "sender",
      "line"
    ]
  },
  "captured_at": "2026-06-10T16:56:21.616Z",
  "template": [
    {
      "id": "avatar",
      "component": "Avatar",
      "size": "sm",
      "text": "Jane Smith"
    },
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Jane"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "·"
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "textContent": "2 min ago"
    },
    {
      "id": "root",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "avatar",
        "text",
        "text-2",
        "text-3"
      ]
    }
  ]
}
