mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(prettier): add svelteBracketNewLine
This commit is contained in:
parent
7a28d21ceb
commit
398887a3d3
182 changed files with 974 additions and 494 deletions
|
@ -83,7 +83,8 @@
|
|||
class:bx--overflow-menu--divider="{hasDivider}"
|
||||
class:bx--overflow-menu-options__option--danger="{danger}"
|
||||
class:bx--overflow-menu-options__option--disabled="{disabled}"
|
||||
{...$$restProps}>
|
||||
{...$$restProps}
|
||||
>
|
||||
{#if href}
|
||||
<!-- svelte-ignore a11y-missing-attribute -->
|
||||
<a
|
||||
|
@ -100,7 +101,8 @@
|
|||
} else if (key === 'ArrowUp') {
|
||||
change(-1);
|
||||
}
|
||||
}}">
|
||||
}}"
|
||||
>
|
||||
<slot>
|
||||
<div class:bx--overflow-menu-options__option-content="{true}">
|
||||
{text}
|
||||
|
@ -122,7 +124,8 @@
|
|||
} else if (key === 'ArrowUp') {
|
||||
change(-1);
|
||||
}
|
||||
}}">
|
||||
}}"
|
||||
>
|
||||
<slot>
|
||||
<div class:bx--overflow-menu-options__option-content="{true}">
|
||||
{text}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue