{
  "name": "drawer-data-start",
  "kind": "block",
  "primary": "drawer-ui",
  "page": "/apps/user-flow/app/onboarding/review/review.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "side": "right",
    "size": "md"
  },
  "html": "<drawer-ui id=\"drawer-data-start\" side=\"right\" size=\"md\">\n      <header>\n        <span slot=\"icon\">\n          <avatar-ui icon=\"database\"></avatar-ui>\n        </span>\n        <span slot=\"heading\">\n          <text-ui strong>Data start</text-ui>\n        </span>\n        <span slot=\"action\"></span>\n      </header>\n      <section>\n        <text-ui color=\"subtle\" size=\"sm\">Switch to live source any time from settings — sample data is non-destructive.</text-ui>\n      </section>\n      <section>\n        <div role=\"radiogroup\" aria-label=\"Data start\">\n          <col-ui gap=\"2\">\n            <option-card-ui\n              name=\"data-start\"\n              value=\"sample\"\n              checked\n              heading=\"Sample data\"\n              description=\"Pre-seeded dashboards with realistic AdiaUI demo data. Best for kicking the tires.\"\n            ></option-card-ui>\n            <option-card-ui\n              name=\"data-start\"\n              value=\"live\"\n              heading=\"Live source\"\n              description=\"Stream from your connected GitHub source. We'll backfill 30 days on first sync.\"\n            ></option-card-ui>\n            <option-card-ui\n              name=\"data-start\"\n              value=\"empty\"\n              heading=\"Empty workspace\"\n              description=\"Skip both — start from a blank canvas and build dashboards by hand.\"\n            ></option-card-ui>\n          </col-ui>\n        </div>\n      </section>\n      <footer slot=\"footer\">\n        <grid-ui>\n          <button-ui text=\"Cancel\" variant=\"ghost\" onclick=\"this.closest('drawer-ui').open = false\"></button-ui>\n          <button-ui text=\"Save changes\" variant=\"primary\" onclick=\"this.closest('drawer-ui').open = false\"></button-ui>\n        </grid-ui>\n      </footer>\n    </drawer-ui>",
  "source": "apps/user-flow/app/onboarding/review/review.contents.html",
  "metadata": {
    "domain": "onboarding",
    "description": "Data import start drawer — choose import method (CSV, API, migration tool).",
    "keywords": [
      "drawer",
      "data",
      "import",
      "start",
      "csv",
      "api",
      "migration",
      "onboarding"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "avatar",
      "component": "Avatar",
      "icon": "database"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "avatar"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "strong": true,
      "textContent": "Data start"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "variant": "body",
      "slot": "action"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2",
        "text-4"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Switch to live source any time from settings — sample data is non-destructive."
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "text-5"
      ]
    },
    {
      "id": "option-card",
      "component": "OptionCard",
      "description": "Pre-seeded dashboards with realistic AdiaUI demo data. Best for kicking the tires.",
      "checked": true,
      "heading": "Sample data",
      "name": "data-start",
      "value": "sample"
    },
    {
      "id": "option-card-2",
      "component": "OptionCard",
      "description": "Stream from your connected GitHub source. We'll backfill 30 days on first sync.",
      "heading": "Live source",
      "name": "data-start",
      "value": "live"
    },
    {
      "id": "option-card-3",
      "component": "OptionCard",
      "description": "Skip both — start from a blank canvas and build dashboards by hand.",
      "heading": "Empty workspace",
      "name": "data-start",
      "value": "empty"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "2",
      "children": [
        "option-card",
        "option-card-2",
        "option-card-3"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "text": "Cancel",
      "variant": "ghost"
    },
    {
      "id": "button-2",
      "component": "Button",
      "text": "Save changes",
      "variant": "primary"
    },
    {
      "id": "grid",
      "component": "Grid",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "slot": "footer",
      "children": [
        "grid"
      ]
    },
    {
      "id": "root",
      "component": "Drawer",
      "side": "right",
      "size": "md",
      "children": [
        "header",
        "section",
        "section-2",
        "footer"
      ]
    }
  ]
}
