{
  "name": "empty-state",
  "kind": "block",
  "primary": "col-ui",
  "page": "/catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "align": "center",
    "gap": "3"
  },
  "html": "<col-ui align=\"center\" gap=\"3\" style=\"padding: var(--a-space-6) 0;\">\n      <icon-ui name=\"inbox\" size=\"xl\" color=\"subtle\"></icon-ui>\n      <h2>No tasks yet</h2>\n      <text-ui color=\"subtle\" text-align=\"center\">Create your first task to get started — drafts auto-save as you type.</text-ui>\n      <button-ui text=\"Create task\" variant=\"primary\" icon=\"plus\"></button-ui>\n  </col-ui>",
  "source": "catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.contents.html",
  "metadata": {
    "domain": "agent",
    "description": "Empty state with illustration, bold headline, description, and primary call-to-action button — shown when a list/view has no content yet.",
    "keywords": [
      "empty",
      "state",
      "illustration",
      "bold",
      "headline",
      "description",
      "primary",
      "call-to-action",
      "button",
      "no-results",
      "first-use",
      "placeholder",
      "cta",
      "onboarding",
      "zero-results"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "inbox",
      "component": "Icon",
      "name": "inbox",
      "size": "xl"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "title",
      "textContent": "No tasks yet"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "text-align": "center",
      "textContent": "Create your first task to get started — drafts auto-save as you type."
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "plus",
      "text": "Create task",
      "variant": "primary"
    },
    {
      "id": "root",
      "component": "Column",
      "align": "center",
      "gap": "3",
      "children": [
        "inbox",
        "text",
        "text-2",
        "button"
      ]
    }
  ]
}
