{
  "name": "checkout-order-summary-card",
  "kind": "block",
  "primary": "card-ui",
  "page": "/playgrounds/composed-flow/app/composed-flow.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui\n          id=\"summary-card\">\n          <header slot=\"heading\">Order summary</header>\n          <section>\n            <col-ui gap=\"3\">\n              <list-ui spacing=\"sm\" divider>\n                <list-item-ui icon=\"package\" text=\"Aurora cardholder\" description=\"Slim wallet, vegetable-tanned\"></list-item-ui>\n                <list-item-ui icon=\"package\" text=\"Engraving — KG\" description=\"Hand-stamped\"></list-item-ui>\n                <list-item-ui icon=\"truck\" text=\"Standard shipping\" description=\"3–5 business days\"></list-item-ui>\n              </list-ui>\n              <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n                <text-ui variant=\"caption\">Total (USD)</text-ui>\n                <text-ui id=\"summary-total\" variant=\"display\" size=\"md\">$96.12</text-ui>\n              </row-ui>\n            </col-ui>\n          </section>\n        </card-ui>",
  "source": "playgrounds/composed-flow/app/composed-flow.contents.html",
  "metadata": {
    "domain": "billing",
    "description": "Checkout order-summary card — a card listing the line items being purchased (each an icon, product name, and detail) above a divider and a right-aligned grand total. The 'what you're paying for' panel beside a payment form at checkout.",
    "keywords": [
      "checkout",
      "order",
      "summary",
      "cart",
      "line",
      "items",
      "products",
      "purchase",
      "total",
      "cost",
      "price",
      "subtotal",
      "review",
      "basket",
      "bag",
      "receipt",
      "order",
      "details",
      "billing",
      "list",
      "items",
      "shipping",
      "grand",
      "total",
      "ecommerce",
      "buy"
    ]
  },
  "captured_at": "2026-06-10T16:56:21.616Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "textContent": "Order summary",
      "variant": "body"
    },
    {
      "id": "header",
      "component": "Header",
      "slot": "heading",
      "children": [
        "text"
      ]
    },
    {
      "id": "list-item",
      "component": "ListItem",
      "description": "Slim wallet, vegetable-tanned",
      "icon": "package",
      "text": "Aurora cardholder"
    },
    {
      "id": "list-item-2",
      "component": "ListItem",
      "description": "Hand-stamped",
      "icon": "package",
      "text": "Engraving — KG"
    },
    {
      "id": "list-item-3",
      "component": "ListItem",
      "description": "3–5 business days",
      "icon": "truck",
      "text": "Standard shipping"
    },
    {
      "id": "list",
      "component": "List",
      "divider": true,
      "spacing": "sm",
      "children": [
        "list-item",
        "list-item-2",
        "list-item-3"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "caption",
      "textContent": "Total (USD)"
    },
    {
      "id": "summary-total",
      "component": "Text",
      "size": "md",
      "variant": "display",
      "textContent": "$96.12"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "justify": "between",
      "children": [
        "text-2",
        "summary-total"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "list",
        "row"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
