(t0)
| 731 | return t8; |
| 732 | } |
| 733 | function ThinkingMessage(t0) { |
| 734 | const $ = _c(7); |
| 735 | const { |
| 736 | message, |
| 737 | addMargin |
| 738 | } = t0; |
| 739 | const bg = useSelectedMessageBg(); |
| 740 | const t1 = addMargin ? 1 : 0; |
| 741 | let t2; |
| 742 | if ($[0] === Symbol.for("react.memo_cache_sentinel")) { |
| 743 | t2 = <Box minWidth={2}><Text dimColor={true}>{TEARDROP_ASTERISK}</Text></Box>; |
| 744 | $[0] = t2; |
| 745 | } else { |
| 746 | t2 = $[0]; |
| 747 | } |
| 748 | let t3; |
| 749 | if ($[1] !== message.content) { |
| 750 | t3 = <Text dimColor={true}>{message.content}</Text>; |
| 751 | $[1] = message.content; |
| 752 | $[2] = t3; |
| 753 | } else { |
| 754 | t3 = $[2]; |
| 755 | } |
| 756 | let t4; |
| 757 | if ($[3] !== bg || $[4] !== t1 || $[5] !== t3) { |
| 758 | t4 = <Box flexDirection="row" marginTop={t1} backgroundColor={bg} width="100%">{t2}{t3}</Box>; |
| 759 | $[3] = bg; |
| 760 | $[4] = t1; |
| 761 | $[5] = t3; |
| 762 | $[6] = t4; |
| 763 | } else { |
| 764 | t4 = $[6]; |
| 765 | } |
| 766 | return t4; |
| 767 | } |
| 768 | function BridgeStatusMessage(t0) { |
| 769 | const $ = _c(13); |
| 770 | const { |
nothing calls this directly
no test coverage detected