chore: update shadcn-svelte components

This commit is contained in:
2026-06-27 10:14:48 +01:00
parent e6f79cd68a
commit 6fd01c917b
400 changed files with 2041 additions and 2221 deletions
@@ -1,6 +1,6 @@
<script lang="ts">
import type { HTMLAttributes } from 'svelte/elements';
import { cn, type WithElementRef } from '$lib/utils/format.js';
import type { HTMLAttributes } from "svelte/elements";
import { cn, type WithElementRef } from "$lib/utils.js";
let {
ref = $bindable(null),
@@ -13,7 +13,7 @@
<p
bind:this={ref}
data-slot="card-description"
class={cn('text-sm text-muted-foreground', className)}
class={cn("text-muted-foreground text-sm", className)}
{...restProps}
>
{@render children?.()}