{
  "name": "reg-team-size",
  "kind": "block",
  "primary": "section",
  "page": "/apps/user-flow/app/registration/team-size/team-size.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-reg-form": ""
  },
  "html": "<section data-reg-form>\n          <field-ui inline label=\"Team Size\">\n            <segmented-ui name=\"team-size\" value=\"2-10\">\n              <segment-ui text=\"2–10\" value=\"2-10\"></segment-ui>\n              <segment-ui text=\"11–50\" value=\"11-50\"></segment-ui>\n              <segment-ui text=\"50+\" value=\"20+\"></segment-ui>\n            </segmented-ui>\n          </field-ui>\n          <field-ui inline label=\"Industry\" hint=\"Optional. Helps us recommend relevant templates.\">\n            <select-ui name=\"industry\">\n              <option value=\"\">Choose…</option>\n              <option value=\"software\">Software · SaaS</option>\n              <option value=\"design\">Design · Creative</option>\n              <option value=\"marketing\">Marketing · Growth</option>\n              <option value=\"ecommerce\">E-commerce · Retail</option>\n              <option value=\"finance\">Finance · Fintech</option>\n              <option value=\"education\">Education · Research</option>\n              <option value=\"healthcare\">Healthcare · Biotech</option>\n              <option value=\"other\">Something else</option>\n            </select-ui>\n          </field-ui>\n        </section>",
  "source": "apps/user-flow/app/registration/team-size/team-size.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Team size selector — pick headcount range during company registration.",
    "keywords": [
      "registration",
      "team",
      "size",
      "headcount",
      "range",
      "selector",
      "employees"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "segment",
      "component": "Segment",
      "text": "2–10",
      "value": "2-10"
    },
    {
      "id": "segment-2",
      "component": "Segment",
      "text": "11–50",
      "value": "11-50"
    },
    {
      "id": "segment-3",
      "component": "Segment",
      "text": "50+",
      "value": "20+"
    },
    {
      "id": "team-size",
      "component": "SegmentedControl",
      "value": "2-10",
      "children": [
        "segment",
        "segment-2",
        "segment-3"
      ]
    },
    {
      "id": "field",
      "component": "Field",
      "inline": true,
      "label": "Team Size",
      "children": [
        "team-size"
      ]
    },
    {
      "id": "industry",
      "component": "ChoicePicker",
      "name": "industry",
      "options": [
        {
          "value": "",
          "label": "Choose…"
        },
        {
          "value": "software",
          "label": "Software · SaaS"
        },
        {
          "value": "design",
          "label": "Design · Creative"
        },
        {
          "value": "marketing",
          "label": "Marketing · Growth"
        },
        {
          "value": "ecommerce",
          "label": "E-commerce · Retail"
        },
        {
          "value": "finance",
          "label": "Finance · Fintech"
        },
        {
          "value": "education",
          "label": "Education · Research"
        },
        {
          "value": "healthcare",
          "label": "Healthcare · Biotech"
        },
        {
          "value": "other",
          "label": "Something else"
        }
      ]
    },
    {
      "id": "field-2",
      "component": "Field",
      "hint": "Optional. Helps us recommend relevant templates.",
      "inline": true,
      "label": "Industry",
      "children": [
        "industry"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "field",
        "field-2"
      ]
    }
  ]
}
