chore(ExpandableWrapper): add ts-ignore to stories

This commit is contained in:
Ilia Mashkov
2026-01-26 13:08:56 +03:00
parent 2022213921
commit 0b0489fa26

View File

@@ -58,7 +58,7 @@ const { Story } = defineMeta({
<script lang="ts"> <script lang="ts">
</script> </script>
{/* @ts-ignore */ null}
<Story name="With hidden content"> <Story name="With hidden content">
{#snippet children(args)} {#snippet children(args)}
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start"> <div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
@@ -70,6 +70,7 @@ const { Story } = defineMeta({
{/snippet} {/snippet}
</Story> </Story>
{/* @ts-ignore */ null}
<Story name="Disabled" args={{ disabled: true }}> <Story name="Disabled" args={{ disabled: true }}>
{#snippet children(args)} {#snippet children(args)}
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start"> <div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
@@ -82,6 +83,7 @@ const { Story } = defineMeta({
{/snippet} {/snippet}
</Story> </Story>
{/* @ts-ignore */ null}
<Story name="With badge" args={{ badge: badgeSnippet }}> <Story name="With badge" args={{ badge: badgeSnippet }}>
{#snippet children(args)} {#snippet children(args)}
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start"> <div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">