mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
feat(prettier): add svelteBracketNewLine
This commit is contained in:
parent
7a28d21ceb
commit
398887a3d3
182 changed files with 974 additions and 494 deletions
|
@ -28,7 +28,8 @@
|
|||
description="{iconDescription}"
|
||||
{...$$restProps}
|
||||
small
|
||||
withOverlay="{false}" />
|
||||
withOverlay="{false}"
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if status === 'edit'}
|
||||
|
@ -41,7 +42,8 @@
|
|||
class="bx--file-close"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:keydown />
|
||||
on:keydown
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if status === 'complete'}
|
||||
|
@ -49,5 +51,6 @@
|
|||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
class="bx--file-complete"
|
||||
{...$$restProps} />
|
||||
{...$$restProps}
|
||||
/>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue