Problem
Code Connect only lets you map nested components when they are exposed as component properties in Figma. This forces design system teams to expose internal nested instances (e.g. icons inside buttons) even when they should stay private.
Request
Please add support for mapping nested instances in Code Connect without requiring them to be exposed as component properties.
Example
A Button contains a nested Icon, but the icon should not be user‑swappable. Code Connect should still allow mapping that nested icon to a code prop (like endIcon) without exposing it.