mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore(deps-dev): bump prettier, prettier-plugin-svelte
This commit is contained in:
parent
a6a23f4c98
commit
322b238cf0
34 changed files with 63 additions and 99 deletions
|
@ -72,9 +72,7 @@
|
|||
}}>
|
||||
<Icon {...icon} />
|
||||
<slot name="text">
|
||||
{#if text}
|
||||
<span>{text}</span>
|
||||
{/if}
|
||||
{#if text}<span>{text}</span>{/if}
|
||||
</slot>
|
||||
</button>
|
||||
{#if isOpen}
|
||||
|
|
|
@ -133,8 +133,7 @@
|
|||
<SkipToContent />
|
||||
</div>
|
||||
<span slot="platform" class="platform-name">
|
||||
Platform Name
|
||||
<small>1.12.2</small>
|
||||
Platform Name <small>1.12.2</small>
|
||||
</span>
|
||||
</Header>
|
||||
{:else if story === 'sidenav'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue