• { change(step.index); }} on:mouseover on:mouseenter on:mouseleave on:keydown on:keydown={(e) => { if (e.key === ' ' || e.key === 'Enter') { change(step.index); } }}> {#if invalid} {:else if current} {description} {:else if complete} {:else} {description} {/if}

    {label}

    {#if secondaryLabel}

    {secondaryLabel}

    {/if}