{
  "name": "progress-tracker-milestones",
  "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>Project milestones</text-ui>\n        <text-ui size=\"sm\" color=\"subtle\">3 of 5 complete</text-ui>\n      </header>\n      <section>\n        <col-ui gap=\"3\">\n          <progress-ui value=\"60\" total=\"100\"></progress-ui>\n          <col-ui gap=\"2\">\n            <row-ui gap=\"3\" align=\"center\">\n              <icon-ui name=\"check-circle\" color=\"success\"></icon-ui>\n              <col-ui gap=\"0\">\n                <text-ui strong size=\"sm\">Discovery phase</text-ui>\n                <text-ui size=\"sm\" color=\"subtle\">Completed Mar 12</text-ui>\n              </col-ui>\n            </row-ui>\n            <row-ui gap=\"3\" align=\"center\">\n              <icon-ui name=\"check-circle\" color=\"success\"></icon-ui>\n              <col-ui gap=\"0\">\n                <text-ui strong size=\"sm\">Design system</text-ui>\n                <text-ui size=\"sm\" color=\"subtle\">Completed Apr 4</text-ui>\n              </col-ui>\n            </row-ui>\n            <row-ui gap=\"3\" align=\"center\">\n              <icon-ui name=\"check-circle\" color=\"success\"></icon-ui>\n              <col-ui gap=\"0\">\n                <text-ui strong size=\"sm\">Alpha release</text-ui>\n                <text-ui size=\"sm\" color=\"subtle\">Completed May 1</text-ui>\n              </col-ui>\n            </row-ui>\n            <row-ui gap=\"3\" align=\"center\">\n              <icon-ui name=\"circle-dashed\" color=\"accent\"></icon-ui>\n              <col-ui gap=\"0\">\n                <text-ui strong size=\"sm\">Beta release</text-ui>\n                <text-ui size=\"sm\" color=\"subtle\">In progress · 4 days remaining</text-ui>\n              </col-ui>\n            </row-ui>\n            <row-ui gap=\"3\" align=\"center\">\n              <icon-ui name=\"circle\" color=\"subtle\"></icon-ui>\n              <col-ui gap=\"0\">\n                <text-ui strong size=\"sm\">GA launch</text-ui>\n                <text-ui size=\"sm\" color=\"subtle\">Target: Jun 15</text-ui>\n              </col-ui>\n            </row-ui>\n          </col-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": "data",
    "description": "Progress tracker with milestone checkpoints, current-stage indicator, and remaining-steps preview.",
    "keywords": [
      "progress",
      "milestones",
      "tracker",
      "checkpoints",
      "stage",
      "steps",
      "timeline",
      "completion",
      "remaining",
      "tasks"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Project milestones"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "3 of 5 complete"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "progress",
      "component": "Progress",
      "value": 60
    },
    {
      "id": "check-circle",
      "component": "Icon",
      "name": "check-circle"
    },
    {
      "id": "text-3",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Discovery phase"
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Completed Mar 12"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-3",
        "text-4"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "check-circle",
        "column-3"
      ]
    },
    {
      "id": "icon",
      "component": "Icon",
      "name": "check-circle"
    },
    {
      "id": "text-5",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Design system"
    },
    {
      "id": "text-6",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Completed Apr 4"
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-5",
        "text-6"
      ]
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "icon",
        "column-4"
      ]
    },
    {
      "id": "icon-2",
      "component": "Icon",
      "name": "check-circle"
    },
    {
      "id": "text-7",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Alpha release"
    },
    {
      "id": "text-8",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Completed May 1"
    },
    {
      "id": "column-5",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-7",
        "text-8"
      ]
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "icon-2",
        "column-5"
      ]
    },
    {
      "id": "circle-dashed",
      "component": "Icon",
      "name": "circle-dashed"
    },
    {
      "id": "text-9",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Beta release"
    },
    {
      "id": "text-10",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "In progress · 4 days remaining"
    },
    {
      "id": "column-6",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-9",
        "text-10"
      ]
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "circle-dashed",
        "column-6"
      ]
    },
    {
      "id": "circle",
      "component": "Icon",
      "name": "circle"
    },
    {
      "id": "text-11",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "GA launch"
    },
    {
      "id": "text-12",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Target: Jun 15"
    },
    {
      "id": "column-7",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-11",
        "text-12"
      ]
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "circle",
        "column-7"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "2",
      "children": [
        "row",
        "row-2",
        "row-3",
        "row-4",
        "row-5"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "progress",
        "column-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
