{
  "name": "LIFECYCLE_STAGES",
  "package": "@magicblocksai/ui",
  "file": "packages/ui/src/components/LifecycleBar.tsx",
  "chapterTag": "Kit chrome",
  "chapter": null,
  "sectionId": null,
  "elName": null,
  "demoUrl": null,
  "hasLiveDemo": false,
  "description": "The kit's default lead-generation lifecycle. Generic enough for any\nindustry: Engage → Qualify → Follow-up → Converted → Re-engage.\n(Off-track states `Dormant` / `Lost` are surfaced as a state pill, not on\nthe linear bar.)",
  "useClient": false,
  "interactivity": "display",
  "namedExports": [
    {
      "name": "LifecycleBar",
      "isPrincipal": false,
      "isType": false
    },
    {
      "name": "LIFECYCLE_STAGES",
      "isPrincipal": true,
      "isType": false
    },
    {
      "name": "LifecycleBarProps",
      "isPrincipal": false,
      "isType": true
    },
    {
      "name": "LifecycleStage",
      "isPrincipal": false,
      "isType": true
    }
  ],
  "importStatement": "import { LIFECYCLE_STAGES } from \"@magicblocksai/ui\";",
  "props": [
    {
      "name": "current",
      "optional": false,
      "type": "string",
      "doc": "Active stage id. Stages before it read as past; after it as future."
    },
    {
      "name": "stages",
      "optional": true,
      "type": "LifecycleStage[]",
      "doc": "Stage set. Defaults to `LIFECYCLE_STAGES`."
    },
    {
      "name": "daysInStage",
      "optional": true,
      "type": "number",
      "doc": "Optional caption metric — \"<n> days in stage\"."
    },
    {
      "name": "caption",
      "optional": true,
      "type": "ReactNode",
      "doc": "Override the whole caption line."
    },
    {
      "name": "showCaption",
      "optional": true,
      "type": "boolean",
      "doc": "Hide the caption row. Defaults to `true`."
    }
  ],
  "classesUsed": [
    "lfb-caption",
    "lfb-current",
    "lfb-label",
    "lfb-seg",
    "lfb-stage",
    "lfb-track",
    "lifecycle-bar"
  ],
  "examples": {
    "react": null,
    "html": null,
    "css": ".lfb-caption { font: 600 11px/1 var(--f-mono); text-transform: uppercase; letter-spacing: 0.08em; color: var(--fg-dim); }\n\n.lfb-current { color: var(--accent-text); }\n\n.lfb-label { font: 600 10px/1.2 var(--f-body); text-align: center; color: var(--fg-faint); }\n\n.lfb-seg { height: 7px; border-radius: var(--r-pill); background: var(--hair-soft); }\n\n.lfb-stage { flex: 1; display: flex; flex-direction: column; gap: var(--s-2); }\n\n.lfb-track { display: flex; gap: var(--s-1); }\n\n.lifecycle-bar { display: flex; flex-direction: column; gap: var(--s-2); }"
  }
}
