mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51: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
|
@ -37,8 +37,7 @@
|
|||
class:bx--copy-btn--animating={animation}
|
||||
aria-label={animation ? feedback : undefined}
|
||||
{...$$restProps}
|
||||
class="{$$restProps.class}
|
||||
{animation && `bx--copy-btn--${animation}`}"
|
||||
class="{$$restProps.class} {animation && `bx--copy-btn--${animation}`}"
|
||||
on:click
|
||||
on:click={() => {
|
||||
if (animation === 'fade-in') return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue