{#if title || $$slots.header}

{#if title} {title} {:else if $$slots.header} {/if}

{#if showDivider} {/if} {/if}
{#if showCancelButton || showConfirmButton || $$slots.footer}
{#if showSecondaryButton && secondaryButtonText && secondaryAction}
{/if} {#if showCancelButton} {/if} {#if showConfirmButton} {/if}
{/if} {#if showCloseIcon}
{/if}