mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(prettier): use svelteStrictMode
This commit is contained in:
parent
322b238cf0
commit
42b8159b1c
182 changed files with 2020 additions and 1912 deletions
|
@ -7,9 +7,9 @@
|
|||
</script>
|
||||
|
||||
<ul
|
||||
class:bx--progress={true}
|
||||
class:bx--progress--vertical={vertical}
|
||||
class:bx--skeleton={true}
|
||||
class:bx--progress="{true}"
|
||||
class:bx--progress--vertical="{vertical}"
|
||||
class:bx--skeleton="{true}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:mouseover
|
||||
|
@ -17,16 +17,16 @@
|
|||
on:mouseleave>
|
||||
{#each [0, 1, 2, 3] as item, i (item)}
|
||||
<li
|
||||
class:bx--progress-step={true}
|
||||
class:bx--progress-step--incomplete={true}>
|
||||
class:bx--progress-step="{true}"
|
||||
class:bx--progress-step--incomplete="{true}">
|
||||
<div
|
||||
class:bx--progress-step-button={true}
|
||||
class:bx--progress-step-button--unclickable={true}>
|
||||
class:bx--progress-step-button="{true}"
|
||||
class:bx--progress-step-button--unclickable="{true}">
|
||||
<svg>
|
||||
<path d="M 7, 7 m -7, 0 a 7,7 0 1,0 14,0 a 7,7 0 1,0 -14,0" />
|
||||
<path d="M 7, 7 m -7, 0 a 7,7 0 1,0 14,0 a 7,7 0 1,0 -14,0"></path>
|
||||
</svg>
|
||||
<p class:bx--progress-label={true} />
|
||||
<span class:bx--progress-line={true} />
|
||||
<p class:bx--progress-label="{true}"></p>
|
||||
<span class:bx--progress-line="{true}"></span>
|
||||
</div>
|
||||
</li>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue