{
  "name": "data-import-wizard",
  "kind": "block",
  "primary": "main",
  "page": "/apps/user-flow/app/registration/import/import.contents.html",
  "slots": [],
  "nested": [
    "reg-story-pane",
    "file-upload-form",
    "reg-step-header",
    "reg-import-picker",
    "reg-step-footer",
    "reg-step-progress"
  ],
  "attrs": {
    "data-reg": "",
    "prose": ""
  },
  "html": "<main data-reg prose>\n      <aside data-reg-story><!-- nested: reg-story-pane --></aside>\n\n      <form data-reg-input action=\"/site/examples/registration/plan\" method=\"get\"><!-- nested: file-upload-form --></form>\n    </main>",
  "source": "apps/user-flow/app/registration/import/import.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Data import wizard — multi-step onboarding screen for migrating existing data from an external tool. Upload file or CSV, select source, confirm import with step-progress indicator.",
    "keywords": [
      "data",
      "import",
      "wizard",
      "upload",
      "file",
      "csv",
      "json",
      "migration",
      "source",
      "step",
      "progress",
      "upload-ui",
      "step-progress-ui",
      "multi-step",
      "import",
      "form",
      "registration",
      "onboarding"
    ]
  },
  "captured_at": "2026-06-10T14:28:57.979Z",
  "template": [
    {
      "id": "image",
      "component": "Image",
      "src": "/icons/agent-ui-light.svg"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "body",
      "textContent": "AdiaUI"
    },
    {
      "id": "adia-ui-home",
      "component": "Link",
      "href": "/",
      "text": "AdiaUI",
      "data-reg-brand": "",
      "children": [
        "image",
        "text"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "title",
      "textContent": "Bring your existing data."
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "textContent": "Import projects, tasks, and members from your previous tool — we'll map fields automatically and surface anything that needs your attention. The import runs in the background; you can keep moving."
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Supported sources"
    },
    {
      "id": "tag",
      "component": "Tag",
      "text": "Notion"
    },
    {
      "id": "tag-2",
      "component": "Tag",
      "text": "Asana"
    },
    {
      "id": "tag-3",
      "component": "Tag",
      "text": "Trello"
    },
    {
      "id": "tag-4",
      "component": "Tag",
      "text": "Linear"
    },
    {
      "id": "tag-5",
      "component": "Tag",
      "text": "Jira"
    },
    {
      "id": "tag-6",
      "component": "Tag",
      "text": "CSV"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "2",
      "children": [
        "tag",
        "tag-2",
        "tag-3",
        "tag-4",
        "tag-5",
        "tag-6"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "2",
      "children": [
        "text-4",
        "row"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "text-2",
        "text-3",
        "column"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "data-reg-story-content": "",
      "children": [
        "section"
      ]
    },
    {
      "id": "sidebar-2",
      "component": "Sidebar",
      "data-reg-story": "",
      "children": [
        "adia-ui-home",
        "card"
      ]
    },
    {
      "id": "sidebar",
      "component": "Sidebar",
      "data-reg-story": "",
      "children": [
        "sidebar-2"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "display",
      "textContent": "Bring your existing data"
    },
    {
      "id": "text-6",
      "component": "Text",
      "color": "subtle",
      "textContent": "Import projects, tasks, and members from your previous tool — or start fresh."
    },
    {
      "id": "header-2",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "text-5",
        "text-6"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "source",
      "component": "ChoicePicker",
      "name": "source",
      "value": "notion",
      "options": [
        {
          "value": "notion",
          "label": "Notion"
        },
        {
          "value": "asana",
          "label": "Asana"
        },
        {
          "value": "trello",
          "label": "Trello"
        },
        {
          "value": "linear",
          "label": "Linear"
        },
        {
          "value": "jira",
          "label": "Jira"
        },
        {
          "value": "csv",
          "label": "CSV file"
        }
      ]
    },
    {
      "id": "field",
      "component": "Field",
      "inline": true,
      "label": "Source",
      "children": [
        "source"
      ]
    },
    {
      "id": "export",
      "component": "Upload",
      "accept": ".zip,.json,.csv",
      "name": "export"
    },
    {
      "id": "field-2",
      "component": "Field",
      "hint": "Drop the export from your previous tool. We accept .zip, .json, and .csv.",
      "inline": true,
      "label": "Export File",
      "children": [
        "export"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "variant": "body",
      "slot": "content",
      "textContent": "Imports run in the background — you can move on while it processes. We'll email you when it's done."
    },
    {
      "id": "alert",
      "component": "Alert",
      "icon": "info",
      "variant": "info",
      "children": [
        "text-7"
      ]
    },
    {
      "id": "section-3",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "field",
        "field-2",
        "alert"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "section-3"
      ]
    },
    {
      "id": "column-3",
      "component": "Column"
    },
    {
      "id": "text-8",
      "component": "Text",
      "textContent": "Back",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/registration/integrations",
      "text": "Back",
      "data-reg-back": "",
      "children": [
        "text-8"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Start fresh",
      "variant": "outline"
    },
    {
      "id": "button-2",
      "component": "Button",
      "type": "submit",
      "text": "Import",
      "variant": "primary"
    },
    {
      "id": "column-4",
      "component": "Column",
      "data-reg-actions": "",
      "children": [
        "link",
        "button",
        "button-2"
      ]
    },
    {
      "id": "footer-2",
      "component": "Footer",
      "children": [
        "column-3",
        "column-4"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "footer-2"
      ]
    },
    {
      "id": "form-container-2",
      "component": "FormContainer",
      "data-reg-input": "",
      "children": [
        "header",
        "section-2",
        "footer"
      ]
    },
    {
      "id": "form-container",
      "component": "FormContainer",
      "data-reg-input": "",
      "children": [
        "form-container-2"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "data-reg": "",
      "children": [
        "sidebar",
        "form-container"
      ]
    }
  ]
}
