(chore): migrated to react v19 tailwindcss v4 and shadcn v2.6 and bumped up deps

This commit is contained in:
2025-06-13 19:40:27 +05:30
parent 71c8096b7f
commit 5d80b8dd38
55 changed files with 5677 additions and 5843 deletions

View File

@@ -25,7 +25,7 @@ const IndeterminateProgress = React.forwardRef<
<ProgressPrimitive.Indicator
className={cn(
"h-full w-full flex-1 bg-primary transition-all",
indeterminate && "animate-indeterminate-progress origin-left"
indeterminate && "animate-[indeterminate-progress_1s_infinite_linear] origin-left"
)}
style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
/>