{
  "name": "billing-overview",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <avatar-ui slot=\"icon\" icon=\"star\" size=\"sm\"></avatar-ui>\n    <h3>Pro plan</h3>\n    <p slot=\"description\">$49/month · Next invoice May 14, 2026</p>\n    <button-ui slot=\"action\" text=\"Upgrade\" variant=\"primary\" size=\"sm\" icon=\"arrow-up\"></button-ui>\n  </header>\n  <section>\n    <col-ui gap=\"4\">\n      <col-ui gap=\"2\">\n        <text-ui strong>Usage this cycle</text-ui>\n        <progress-row-ui label=\"API calls\" value=\"68\" meta=\"68,000 / 100,000\"></progress-row-ui>\n        <progress-row-ui label=\"Storage\" value=\"42\" meta=\"42 GB / 100 GB\"></progress-row-ui>\n        <progress-row-ui label=\"Team seats\" value=\"75\" meta=\"3 / 4 seats\"></progress-row-ui>\n        <progress-row-ui label=\"Workflow runs\" value=\"91\" meta=\"91 / 100\"></progress-row-ui>\n      </col-ui>\n      <field-ui label=\"Billing interval\">\n        <segmented-ui value=\"monthly\">\n          <segment-ui value=\"monthly\" text=\"Monthly\"></segment-ui>\n          <segment-ui value=\"annual\" text=\"Annual · 2 months free\"></segment-ui>\n        </segmented-ui>\n      </field-ui>\n    </col-ui>\n  </section>\n  <footer>\n    <row-ui gap=\"2\">\n      <button-ui text=\"View invoices\" variant=\"ghost\"></button-ui>\n      <button-ui text=\"Change plan\" variant=\"outline\"></button-ui>\n    </row-ui>\n  </footer>\n</card-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "billing",
    "description": "Billing overview with current plan card, usage meter, next invoice date, and upgrade button.",
    "keywords": [
      "billing",
      "overview",
      "current",
      "plan",
      "usage",
      "meter",
      "next",
      "invoice",
      "date",
      "upgrade",
      "button",
      "billing-overview",
      "plan",
      "card",
      "subscription"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "avatar",
      "component": "Avatar",
      "slot": "icon",
      "icon": "star",
      "size": "sm"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Pro plan"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "$49/month · Next invoice May 14, 2026"
    },
    {
      "id": "button",
      "component": "Button",
      "slot": "action",
      "icon": "arrow-up",
      "size": "sm",
      "text": "Upgrade",
      "variant": "primary"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "avatar",
        "text",
        "text-2",
        "button"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "strong": true,
      "textContent": "Usage this cycle"
    },
    {
      "id": "progress-row",
      "component": "ProgressRow",
      "label": "API calls",
      "meta": "68,000 / 100,000",
      "value": 68
    },
    {
      "id": "progress-row-2",
      "component": "ProgressRow",
      "label": "Storage",
      "meta": "42 GB / 100 GB",
      "value": 42
    },
    {
      "id": "progress-row-3",
      "component": "ProgressRow",
      "label": "Team seats",
      "meta": "3 / 4 seats",
      "value": 75
    },
    {
      "id": "progress-row-4",
      "component": "ProgressRow",
      "label": "Workflow runs",
      "meta": "91 / 100",
      "value": 91
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "2",
      "children": [
        "text-3",
        "progress-row",
        "progress-row-2",
        "progress-row-3",
        "progress-row-4"
      ]
    },
    {
      "id": "segment",
      "component": "Segment",
      "text": "Monthly",
      "value": "monthly"
    },
    {
      "id": "segment-2",
      "component": "Segment",
      "text": "Annual · 2 months free",
      "value": "annual"
    },
    {
      "id": "segmented-control",
      "component": "SegmentedControl",
      "value": "monthly",
      "children": [
        "segment",
        "segment-2"
      ]
    },
    {
      "id": "field",
      "component": "Field",
      "label": "Billing interval",
      "children": [
        "segmented-control"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "column-2",
        "field"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "button-2",
      "component": "Button",
      "text": "View invoices",
      "variant": "ghost"
    },
    {
      "id": "button-3",
      "component": "Button",
      "text": "Change plan",
      "variant": "outline"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "2",
      "children": [
        "button-2",
        "button-3"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "row"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
