fix: stories errors
Workflow / build (pull_request) Successful in 3m22s
Workflow / publish (pull_request) Has been skipped

This commit is contained in:
Ilia Mashkov
2026-03-02 22:45:29 +03:00
parent 87bba388dc
commit 6f65aa207e
2 changed files with 121 additions and 433 deletions
@@ -56,7 +56,7 @@ let longValue = $state(
}}
>
{#snippet template(args)}
<ContentEditable bind:text={value} {...args} />
<ContentEditable {...args} />
{/snippet}
</Story>
@@ -70,7 +70,7 @@ let longValue = $state(
}}
>
{#snippet template(args)}
<ContentEditable bind:text={smallValue} {...args} />
<ContentEditable {...args} />
{/snippet}
</Story>
@@ -84,7 +84,7 @@ let longValue = $state(
}}
>
{#snippet template(args)}
<ContentEditable bind:text={largeValue} {...args} />
<ContentEditable {...args} />
{/snippet}
</Story>
@@ -98,7 +98,7 @@ let longValue = $state(
}}
>
{#snippet template(args)}
<ContentEditable bind:text={spacedValue} {...args} />
<ContentEditable {...args} />
{/snippet}
</Story>
@@ -112,6 +112,6 @@ let longValue = $state(
}}
>
{#snippet template(args)}
<ContentEditable bind:text={longValue} {...args} />
<ContentEditable {...args} />
{/snippet}
</Story>