import { c as _c } from "react/compiler-runtime"; import * as React from 'react'; import { Box, Text } from 'src/ink.js'; import { type NetworkHostPattern, shouldAllowManagedSandboxDomainsOnly } from 'src/utils/sandbox/sandbox-adapter.js'; import { type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS, logEvent } from '../../services/analytics/index.js'; import { Select } from '../CustomSelect/select.js'; import { PermissionDialog } from './PermissionDialog.js'; export type SandboxPermissionRequestProps = { hostPattern: NetworkHostPattern; onUserResponse: (response: { allow: boolean; persistToSettings: boolean; }) => void; }; export function SandboxPermissionRequest(t0) { const $ = _c(22); const { hostPattern: t1, onUserResponse } = t0; const { host } = t1; let t2; if ($[0] !== onUserResponse) { t2 = function onSelect(value) { bb4: switch (value) { case "yes": { onUserResponse({ allow: true, persistToSettings: false }); break bb4; } case "yes-dont-ask-again": { onUserResponse({ allow: true, persistToSettings: true }); break bb4; } case "no": { onUserResponse({ allow: false, persistToSettings: false }); } } }; $[0] = onUserResponse; $[1] = t2; } else { t2 = $[1]; } const onSelect = t2; let t3; if ($[2] === Symbol.for("react.memo_cache_sentinel")) { t3 = shouldAllowManagedSandboxDomainsOnly(); $[2] = t3; } else { t3 = $[2]; } const managedDomainsOnly = t3; let t4; if ($[3] === Symbol.for("react.memo_cache_sentinel")) { t4 = { label: "Yes", value: "yes" }; $[3] = t4; } else { t4 = $[3]; } let t5; if ($[4] !== host) { t5 = !managedDomainsOnly ? [{ label: Yes, and don't ask again for {host}, value: "yes-dont-ask-again" }] : []; $[4] = host; $[5] = t5; } else { t5 = $[5]; } let t6; if ($[6] === Symbol.for("react.memo_cache_sentinel")) { t6 = { label: No, and tell Claude what to do differently (esc), value: "no" }; $[6] = t6; } else { t6 = $[6]; } let t7; if ($[7] !== t5) { t7 = [t4, ...t5, t6]; $[7] = t5; $[8] = t7; } else { t7 = $[8]; } const options = t7; let t8; if ($[9] === Symbol.for("react.memo_cache_sentinel")) { t8 = Host:; $[9] = t8; } else { t8 = $[9]; } let t9; if ($[10] !== host) { t9 = {t8} {host}; $[10] = host; $[11] = t9; } else { t9 = $[11]; } let t10; if ($[12] === Symbol.for("react.memo_cache_sentinel")) { t10 = Do you want to allow this connection?; $[12] = t10; } else { t10 = $[12]; } let t11; if ($[13] !== onUserResponse) { t11 = () => { onUserResponse({ allow: false, persistToSettings: false }); }; $[13] = onUserResponse; $[14] = t11; } else { t11 = $[14]; } let t12; if ($[15] !== onSelect || $[16] !== options || $[17] !== t11) { t12 =