{#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}
{secondaryButtonText}
{/if} {#if showCancelButton}
{cancelText}
{/if} {#if showConfirmButton}
{#if loading}
{/if} {#if !loading} {confirmText} {/if}
{/if}
{/if} {#if showCloseIcon}
{/if}