{#each logos as logo}
openPreview(logo)} on:keydown={(e) => (e.key === 'Enter' || e.key === ' ') && openPreview(logo)} style="cursor:pointer;" > {#if isSvgLogo(logo)} {#key theme + (logo._activeColor || '')}
{/key} {:else}
{/if}
{logo.name}
Format:
{logo.format}
{#if logo.colors}
logo._activeColor = undefined} on:keydown|stopPropagation={(e) => (e.key === 'Enter' || e.key === ' ') && (logo._activeColor = undefined)} >
{#each logo.colors as colorObj}
logo._activeColor = colorObj.value} on:keydown|stopPropagation={(e) => (e.key === 'Enter' || e.key === ' ') && (logo._activeColor = colorObj.value)} >
{/each}
{/if}
{:else}
No logos found matching your search criteria.
{/each}