{
  "name": "alert-banner",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <alert-ui variant=\"warning\">\n      <row-ui gap=\"3\" align=\"center\">\n        <icon-ui name=\"warning\" color=\"warning\"></icon-ui>\n        <col-ui gap=\"0\">\n          <text-ui strong>Storage almost full</text-ui>\n          <text-ui size=\"sm\" color=\"subtle\">You're using 9.2 GB of 10 GB. Upgrade or clean up old files to avoid interruptions.</text-ui>\n        </col-ui>\n        <button-ui text=\"Upgrade\" variant=\"primary\" size=\"sm\"></button-ui>\n        <button-ui icon=\"x\" variant=\"ghost\" size=\"sm\" aria-label=\"Dismiss\"></button-ui>\n      </row-ui>\n    </alert-ui>\n  </section>",
  "source": "catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.contents.html",
  "metadata": {
    "domain": "agent",
    "description": "Dismissible alert banner — icon + message + action button + close X. For cookie consent, system warnings, important notices.",
    "keywords": [
      "alert",
      "banner",
      "notice",
      "warning",
      "notification",
      "dismissible",
      "cookie-consent",
      "system-message",
      "info"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "warning",
      "component": "Icon",
      "name": "warning"
    },
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Storage almost full"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "You're using 9.2 GB of 10 GB. Upgrade or clean up old files to avoid interruptions."
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "0",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "size": "sm",
      "text": "Upgrade",
      "variant": "primary"
    },
    {
      "id": "dismiss",
      "component": "Button",
      "aria-label": "Dismiss",
      "icon": "x",
      "size": "sm",
      "variant": "ghost"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "warning",
        "column",
        "button",
        "dismiss"
      ]
    },
    {
      "id": "alert",
      "component": "Alert",
      "variant": "warning",
      "children": [
        "row"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "alert"
      ]
    }
  ]
}
