Renders the value/note cell of one suggestion row — shared by VarInput's
popover and TemplateEditorModal's panel.
Extracted to its own module (rather than living in, and being exported
from, either component file) so the two don't form a circular import:
VarInput renders TemplateEditorModal (the "Expand editor" button /
Ctrl+Space target) and TemplateEditorModal needs this same cell —
putting it in a third, dependency-free module lets both import it without
either importing the other.
Renders the value/note cell of one suggestion row — shared by
VarInput's popover andTemplateEditorModal's panel.Extracted to its own module (rather than living in, and being exported from, either component file) so the two don't form a circular import:
VarInputrendersTemplateEditorModal(the "Expand editor" button / Ctrl+Space target) andTemplateEditorModalneeds this same cell — putting it in a third, dependency-free module lets both import it without either importing the other.