'use client' import { SDK_FLOW_STEPS, FLOW_PACKAGES, findProducerStep, type SDKFlowStep } from '../flow-data' import { completionColor, completionLabel } from './helpers' export function DetailPanel({ step, onClose, }: { step: SDKFlowStep onClose: () => void }) { const pkg = FLOW_PACKAGES[step.package] const baseUrl = 'https://macmini:3007' return (
{step.description}
{step.descriptionLong}
{step.legalBasis && ({input}
{producer && (
← {producer.nameShort}
)}
{output}
{table}
{step.dbMode}
{rag}
{step.ragPurpose}
)}
{step.checkpointId}
{step.checkpointType}