import { c as _c } from "react/compiler-runtime"; import React from 'react'; import { Select } from 'src/components/CustomSelect/index.js'; import { Box, Text } from '../../ink.js'; interface ExistingWorkflowStepProps { repoName: string; onSelectAction: (action: 'update' | 'skip' | 'exit') => void; } export function ExistingWorkflowStep(t0) { const $ = _c(16); const { repoName, onSelectAction } = t0; let t1; if ($[0] === Symbol.for("react.memo_cache_sentinel")) { t1 = [{ label: "Update workflow file with latest version", value: "update" }, { label: "Skip workflow update (configure secrets only)", value: "skip" }, { label: "Exit without making changes", value: "exit" }]; $[0] = t1; } else { t1 = $[0]; } const options = t1; let t2; if ($[1] !== onSelectAction) { t2 = value => { onSelectAction(value as 'update' | 'skip' | 'exit'); }; $[1] = onSelectAction; $[2] = t2; } else { t2 = $[2]; } const handleSelect = t2; let t3; if ($[3] !== onSelectAction) { t3 = () => { onSelectAction("exit"); }; $[3] = onSelectAction; $[4] = t3; } else { t3 = $[4]; } const handleCancel = t3; let t4; if ($[5] === Symbol.for("react.memo_cache_sentinel")) { t4 = Existing Workflow Found; $[5] = t4; } else { t4 = $[5]; } let t5; if ($[6] !== repoName) { t5 = {t4}Repository: {repoName}; $[6] = repoName; $[7] = t5; } else { t5 = $[7]; } let t6; if ($[8] === Symbol.for("react.memo_cache_sentinel")) { t6 = A Claude workflow file already exists at{" "}.github/workflows/claude.ymlWhat would you like to do?; $[8] = t6; } else { t6 = $[8]; } let t7; if ($[9] !== handleCancel || $[10] !== handleSelect) { t7 =