feat(prettier): add svelteBracketNewLine

This commit is contained in:
josefaidt 2020-09-24 10:50:34 -05:00
commit 398887a3d3
182 changed files with 974 additions and 494 deletions

View file

@ -32,7 +32,8 @@
}}"
on:close="{() => {
console.log('on:close');
}}">
}}"
>
<div slot="icon" class="custom-icon-class"></div>
<p>
This is some tooltip text. This box shows the maximum amount of text
@ -49,14 +50,16 @@
style="padding: 15px 20px; margin: 4px 20px"
on:click="{() => {
open = false;
}}">
}}"
>
Hide
</Button>
<Button
style="padding: 15px 20px; margin: 4px 20px"
on:click="{() => {
open = true;
}}">
}}"
>
Show
</Button>
<div style="padding: 15px 20px; margin: 4px 20px">
@ -76,7 +79,8 @@
on:close="{() => {
console.log('on:close');
}}"
icon="{story === 'custom icon only' ? OverflowMenuVertical16 : undefined}">
icon="{story === 'custom icon only' ? OverflowMenuVertical16 : undefined}"
>
<p>
This is some tooltip text. This box shows the maximum amount of text
that should appear inside. If more room is needed please use a modal