feat: update deps, add pnpm-workspace, modify components

This commit is contained in:
Riccardo Giorato
2026-06-17 09:43:26 +02:00
parent e18f67a7d0
commit 624a729b24
9 changed files with 2418 additions and 1449 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ function Calendar({
: 'rounded-md pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5',
defaultClassNames.caption_label,
),
table: 'w-full border-collapse',
month_grid: 'w-full border-collapse',
weekdays: cn('flex', defaultClassNames.weekdays),
weekday: cn(
'text-muted-foreground rounded-md flex-1 font-normal text-[0.8rem] select-none',