chore(deps-dev): bump prettier, prettier-plugin-svelte

This commit is contained in:
Eric Liu 2020-09-04 16:34:28 -07:00
commit 322b238cf0
34 changed files with 63 additions and 99 deletions

View file

@ -65,7 +65,7 @@
function close() {
open = false;
dispatch('close');
dispatch("close");
}
onMount(() => {

View file

@ -41,5 +41,5 @@
this={renderIcon}
{title}
class="{notificationType === 'toast' && 'bx--toast-notification__close-icon'}
{notificationType === 'inline' && 'bx--inline-notification__close-icon'}" />
{notificationType === 'inline' && 'bx--inline-notification__close-icon'}" />
</button>

View file

@ -71,7 +71,7 @@
function close() {
open = false;
dispatch('close');
dispatch("close");
}
onMount(() => {