{
  "name": "product-tour",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <h3>Welcome to the dashboard</h3>\n    <badge-ui slot=\"action\" text=\"Step 1 of 5\" variant=\"subtle\"></badge-ui>\n    <p slot=\"description\">Your tour guide to the most important features</p>\n  </header>\n  <section>\n    <col-ui gap=\"3\">\n      <alert-ui variant=\"info\">\n        <text-ui>This panel shows your key metrics at a glance. Click any card to see the detailed breakdown.</text-ui>\n      </alert-ui>\n      <text-ui color=\"subtle\" size=\"sm\">You're doing great! Let's explore what you can do with your dashboard.</text-ui>\n    </col-ui>\n  </section>\n  <footer>\n    <row-ui gap=\"2\" justify=\"space-between\" align=\"center\">\n      <button-ui text=\"Skip tour\" variant=\"ghost\" size=\"sm\"></button-ui>\n      <row-ui gap=\"2\">\n        <button-ui text=\"Previous\" variant=\"outline\" size=\"sm\" icon=\"caret-left\"></button-ui>\n        <button-ui text=\"Next\" variant=\"primary\" size=\"sm\" icon-trailing=\"caret-right\"></button-ui>\n      </row-ui>\n    </row-ui>\n  </footer>\n</card-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "onboarding",
    "description": "Product tour spotlight highlighting a dashboard element with step counter and next button.",
    "keywords": [
      "product",
      "tour",
      "spotlight",
      "step",
      "counter",
      "next",
      "button",
      "highlight",
      "dashboard",
      "element",
      "tour-step",
      "walkthrough",
      "onboarding",
      "feature-tour"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Welcome to the dashboard"
    },
    {
      "id": "badge",
      "component": "Badge",
      "slot": "action",
      "text": "Step 1 of 5",
      "variant": "subtle"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Your tour guide to the most important features"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "badge",
        "text-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "textContent": "This panel shows your key metrics at a glance. Click any card to see the detailed breakdown."
    },
    {
      "id": "alert",
      "component": "Alert",
      "variant": "info",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "You're doing great! Let's explore what you can do with your dashboard."
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "alert",
        "text-4"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "size": "sm",
      "text": "Skip tour",
      "variant": "ghost"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "caret-left",
      "size": "sm",
      "text": "Previous",
      "variant": "outline"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon-trailing": "caret-right",
      "size": "sm",
      "text": "Next",
      "variant": "primary"
    },
    {
      "id": "row-2",
      "component": "Row",
      "gap": "2",
      "children": [
        "button-2",
        "button-3"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "space-between",
      "children": [
        "button",
        "row-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "row"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
