fix: upgrade ui (#2)

Co-authored-by: terraputix <terraputix@mailbox.org>
Reviewed-on: useweb/ombrella#2
This commit is contained in:
2026-02-15 15:09:49 +01:00
co-authored by terraputix
parent f781ef4fd6
commit c2e90f5919
52 changed files with 452 additions and 129 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
<script lang="ts">
import type { HTMLAttributes } from "svelte/elements";
import { cn, type WithElementRef } from "$lib/utils.js";
import { type WithElementRef, cn } from '$lib/utils.js';
import type { HTMLAttributes } from 'svelte/elements';
let {
ref = $bindable(null),
@@ -13,7 +14,7 @@
<div
bind:this={ref}
data-slot="card-title"
class={cn("leading-none font-semibold", className)}
class={cn('leading-none font-semibold', className)}
{...restProps}
>
{@render children?.()}