{
  "name": "subscription-status-renewal-card",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <card-ui>\n      <header>\n        <text-ui strong>Current plan</text-ui>\n        <badge-ui text=\"Active\" variant=\"success\" size=\"sm\"></badge-ui>\n      </header>\n      <section>\n        <col-ui gap=\"4\">\n          <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n            <col-ui gap=\"0\">\n              <text-ui size=\"lg\" strong>Team — Annual</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">$240 / seat / year</text-ui>\n            </col-ui>\n            <button-ui text=\"Manage plan\" variant=\"outline\" size=\"sm\"></button-ui>\n          </row-ui>\n          <description-list-ui align=\"between\">\n            <dt>Seats</dt><dd>8 of 10 used</dd>\n            <dt>Billing cycle</dt><dd>Annual</dd>\n            <dt>Next renewal</dt><dd>April 14, 2027</dd>\n            <dt>Payment method</dt><dd>Visa ending 4242</dd>\n          </description-list-ui>\n          <row-ui gap=\"2\">\n            <button-ui text=\"Change plan\" variant=\"ghost\" size=\"sm\"></button-ui>\n            <button-ui text=\"Cancel subscription\" variant=\"ghost\" size=\"sm\" color=\"danger\"></button-ui>\n          </row-ui>\n        </col-ui>\n      </section>\n    </card-ui>\n  </section>",
  "source": "catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
  "metadata": {
    "domain": "billing",
    "description": "Subscription status card — shows the current plan name and a status badge, a key-value detail list of seats, billing cycle, and next renewal date, then Manage-plan / Cancel actions. The 'your current subscription' summary panel on a billing or account-settings page.",
    "keywords": [
      "subscription",
      "status",
      "plan",
      "current",
      "billing",
      "cycle",
      "renewal",
      "next",
      "payment",
      "seats",
      "members",
      "manage",
      "cancel",
      "upgrade",
      "downgrade",
      "account",
      "membership",
      "tier",
      "active",
      "card",
      "billing",
      "summary",
      "subscription",
      "details",
      "renew",
      "date",
      "plan",
      "name"
    ]
  },
  "captured_at": "2026-06-10T19:45:40.486Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Current plan"
    },
    {
      "id": "badge",
      "component": "Badge",
      "size": "sm",
      "text": "Active",
      "variant": "success"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "badge"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "size": "lg",
      "strong": true,
      "textContent": "Team — Annual"
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "$240 / seat / year"
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-2",
        "text-3"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "size": "sm",
      "text": "Manage plan",
      "variant": "outline"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "justify": "between",
      "children": [
        "column-2",
        "button"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Seats",
      "variant": "body"
    },
    {
      "id": "text-5",
      "component": "Text",
      "textContent": "8 of 10 used",
      "variant": "body"
    },
    {
      "id": "text-6",
      "component": "Text",
      "textContent": "Billing cycle",
      "variant": "body"
    },
    {
      "id": "text-7",
      "component": "Text",
      "textContent": "Annual",
      "variant": "body"
    },
    {
      "id": "text-8",
      "component": "Text",
      "textContent": "Next renewal",
      "variant": "body"
    },
    {
      "id": "text-9",
      "component": "Text",
      "textContent": "April 14, 2027",
      "variant": "body"
    },
    {
      "id": "text-10",
      "component": "Text",
      "textContent": "Payment method",
      "variant": "body"
    },
    {
      "id": "text-11",
      "component": "Text",
      "textContent": "Visa ending 4242",
      "variant": "body"
    },
    {
      "id": "description-list",
      "component": "DescriptionList",
      "align": "between",
      "children": [
        "text-4",
        "text-5",
        "text-6",
        "text-7",
        "text-8",
        "text-9",
        "text-10",
        "text-11"
      ]
    },
    {
      "id": "button-2",
      "component": "Button",
      "size": "sm",
      "text": "Change plan",
      "variant": "ghost"
    },
    {
      "id": "button-3",
      "component": "Button",
      "color": "danger",
      "size": "sm",
      "text": "Cancel subscription",
      "variant": "ghost"
    },
    {
      "id": "row-2",
      "component": "Row",
      "gap": "2",
      "children": [
        "button-2",
        "button-3"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "row",
        "description-list",
        "row-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
