mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +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
|
@ -96,8 +96,7 @@
|
|||
class:bx--search={true}
|
||||
class:bx--search--light={light}
|
||||
{...$$restProps}
|
||||
class="bx--search--{size}
|
||||
{$$restProps.class}">
|
||||
class="bx--search--{size} {$$restProps.class}">
|
||||
<Search16 class="bx--search-magnifier" />
|
||||
<label for={id} class:bx--label={true}>{labelText}</label>
|
||||
<!-- svelte-ignore a11y-autofocus -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue