{#if hasLabelOrDescription && !rightAlignedLabelDescription}
{#if label}
{label}
{/if}
{#if description}
{description}
{/if}
{/if}
{#if type === "short"}
{:else if type === "icon"}
{:else if type === "default"}
{/if}
{#if hasLabelOrDescription && rightAlignedLabelDescription}
{#if label}
{label}
{/if}
{#if description}
{description}
{/if}
{/if}