mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
chore(prettier): use svelteStrictMode
This commit is contained in:
parent
322b238cf0
commit
42b8159b1c
182 changed files with 2020 additions and 1912 deletions
|
@ -25,10 +25,10 @@
|
|||
|
||||
{#if status === 'uploading'}
|
||||
<Loading
|
||||
description={iconDescription}
|
||||
description="{iconDescription}"
|
||||
{...$$restProps}
|
||||
small
|
||||
withOverlay={false} />
|
||||
withOverlay="{false}" />
|
||||
{/if}
|
||||
|
||||
{#if status === 'edit'}
|
||||
|
@ -36,8 +36,8 @@
|
|||
<WarningFilled16 class="bx--file-invalid" />
|
||||
{/if}
|
||||
<Close16
|
||||
aria-label={iconDescription}
|
||||
title={iconDescription}
|
||||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
class="bx--file-close"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
|
@ -46,8 +46,8 @@
|
|||
|
||||
{#if status === 'complete'}
|
||||
<CheckmarkFilled16
|
||||
aria-label={iconDescription}
|
||||
title={iconDescription}
|
||||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
class="bx--file-complete"
|
||||
{...$$restProps} />
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue