{
  "name": "billing-invoice-history-table",
  "kind": "block",
  "primary": "div",
  "page": "/apps/saas/app/billing/billing.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-col": ""
  },
  "html": "<div data-col>\n      <card-ui>\n        <section bleed>\n          <table-ui id=\"billing-invoices\" sortable striped></table-ui>\n        </section>\n      </card-ui>\n    </div>",
  "source": "apps/saas/app/billing/billing.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Invoice history — a card-ui wrapping a sortable striped table-ui of past invoices for download. For the invoices/receipts section of a billing page where accounting downloads past charges.",
    "keywords": [
      "billing",
      "invoice",
      "history",
      "table",
      "receipts",
      "past",
      "invoices",
      "download",
      "accounting",
      "sortable",
      "striped",
      "table-ui",
      "card-ui",
      "charges",
      "statements",
      "records",
      "data"
    ]
  },
  "captured_at": "2026-06-10T13:16:11.236Z",
  "template": [
    {
      "id": "billing-invoices",
      "component": "Table",
      "sortable": true,
      "striped": true
    },
    {
      "id": "section",
      "component": "Section",
      "bleed": true,
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "billing-invoices"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "data-col": "",
      "children": [
        "card"
      ]
    }
  ]
}
