import { c as _c } from "react/compiler-runtime"; import React from 'react'; import { Text } from '../ink.js'; import { saveGlobalConfig } from '../utils/config.js'; import { Select } from './CustomSelect/index.js'; import { Dialog } from './design-system/Dialog.js'; type Props = { customApiKeyTruncated: string; onDone(approved: boolean): void; }; export function ApproveApiKey(t0) { const $ = _c(17); const { customApiKeyTruncated, onDone } = t0; let t1; if ($[0] !== customApiKeyTruncated || $[1] !== onDone) { t1 = function onChange(value) { bb2: switch (value) { case "yes": { saveGlobalConfig(current_0 => ({ ...current_0, customApiKeyResponses: { ...current_0.customApiKeyResponses, approved: [...(current_0.customApiKeyResponses?.approved ?? []), customApiKeyTruncated] } })); onDone(true); break bb2; } case "no": { saveGlobalConfig(current => ({ ...current, customApiKeyResponses: { ...current.customApiKeyResponses, rejected: [...(current.customApiKeyResponses?.rejected ?? []), customApiKeyTruncated] } })); onDone(false); } } }; $[0] = customApiKeyTruncated; $[1] = onDone; $[2] = t1; } else { t1 = $[2]; } const onChange = t1; let t2; if ($[3] !== onChange) { t2 = () => onChange("no"); $[3] = onChange; $[4] = t2; } else { t2 = $[4]; } let t3; if ($[5] === Symbol.for("react.memo_cache_sentinel")) { t3 = ANTHROPIC_API_KEY; $[5] = t3; } else { t3 = $[5]; } let t4; if ($[6] !== customApiKeyTruncated) { t4 = {t3}: sk-ant-...{customApiKeyTruncated}; $[6] = customApiKeyTruncated; $[7] = t4; } else { t4 = $[7]; } let t5; if ($[8] === Symbol.for("react.memo_cache_sentinel")) { t5 = Do you want to use this API key?; $[8] = t5; } else { t5 = $[8]; } let t6; if ($[9] === Symbol.for("react.memo_cache_sentinel")) { t6 = { label: "Yes", value: "yes" }; $[9] = t6; } else { t6 = $[9]; } let t7; if ($[10] === Symbol.for("react.memo_cache_sentinel")) { t7 = [t6, { label: No (recommended), value: "no" }]; $[10] = t7; } else { t7 = $[10]; } let t8; if ($[11] !== onChange) { t8 =