mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11: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
|
@ -52,8 +52,7 @@
|
|||
class:bx--list-box--expanded={open}
|
||||
class:bx--list-box--light={light}
|
||||
{...$$restProps}
|
||||
class="{size && `bx--list-box--${size}`}
|
||||
{$$restProps.class}"
|
||||
class="{size && `bx--list-box--${size}`} {$$restProps.class}"
|
||||
on:keydown
|
||||
on:keydown={(e) => {
|
||||
if (e.key === 'Escape') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue