Currently, the text content of gets overwritten when a user makes a selection. This is problematic if I want to include an icon in the button too - as that gets replaced. I was able to dance around this with some CSS, but it would be cleaner to be able to specify a slot for the inbound text content.
example:
<hyperkit-select-summoner ...>
<button>
<slot name="selection-text" />
<icon />
</button>
</hyperkit-select-summoner>