I’m creating component variants of containers (popovers, cards, accordions, etc.) where the content/layout can’t be determined at the master level. I need the flexibility to build content layouts within the “body” area of individual instances without detaching my instance and breaking my design system. Once I detach my instance, any updates to my libraries will no longer flow through to these components. Does anyone know how to achieve this result?