{"version":3,"file":"applicationErrorHelper-ba84a51a.js","sources":["../../../client-app/src/common/ui/StepList/index.tsx","../../../client-app/src/common/applicationPages/applicationErrorHelper.ts"],"sourcesContent":["import React from \"react\";\nimport { joinNames } from \"../helpers\";\nimport styles from \"./style.module.scss\";\n\ntype Step = { name: string; description?: string };\ntype ApplicationStepListProps = { steps: Step[]; current: number };\n\nexport default function ApplicationStepList({\n steps,\n current,\n}: ApplicationStepListProps) {\n const { name: progressName } = steps[current];\n return (\n