{#each shown as slot, i (slot.id)}
= dropIndex} data-rack-index={slot.index} disabled={frozen} animate:hop={shuffling} onpointerdown={(e) => ondown(e, slot.index)} > {#if slot.letter === BLANK} {#if usesStarBlank(variant)}
{BLANK_STAR}
{/if} {:else}
{slot.letter}
{valueForLetter(variant, slot.letter)}
{/if}
{/each} {@render confirm?.()}