mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(deps-dev): upgrade svelte-check to v2.4.5 (#1159)
This commit is contained in:
parent
48348df43d
commit
cb014219fd
9 changed files with 32 additions and 60 deletions
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { ToggleSmall, CodeSnippet } from "../types";
|
||||
import { CodeSnippet } from "../types";
|
||||
|
||||
let toggled = false;
|
||||
|
||||
|
@ -7,9 +7,4 @@
|
|||
$: code = Array.from({ length }, (_, i) => i + 1).join("\n");
|
||||
</script>
|
||||
|
||||
<ToggleSmall
|
||||
style="margin-bottom: var(--cds-spacing-05)"
|
||||
labelText="Trigger snippet overflow"
|
||||
bind:toggled
|
||||
/>
|
||||
<CodeSnippet type="multi" code="{code}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue