{"version":3,"file":"StepIndicator.context.cjs","sources":["../../../../../src/components/navigation/step-indicator/context/StepIndicator.context.ts"],"sourcesContent":["import { createContext } from 'react'\r\n\r\nexport type StepIndicatorContextValue = {\r\n    stepNumber: number\r\n    isCurrent: boolean\r\n    isCompleted: boolean\r\n    onStepChange?: (step: number) => void\r\n}\r\n\r\nexport const StepIndicatorContext =\r\n    createContext<StepIndicatorContextValue | null>(null)\r\n"],"names":["StepIndicatorContext","createContext"],"mappings":"yGASaA,EACTC,EAAAA,cAAgD,IAAI"}