From cd1dba06f014b186d659783276781df1b3d0129e Mon Sep 17 00:00:00 2001 From: i701 Date: Fri, 4 Jul 2025 23:04:38 +0500 Subject: [PATCH] =?UTF-8?q?refactor:=20update=20progress=20component=20sty?= =?UTF-8?q?les=20and=20add=20radix-ui/react-progress=20dependency=20?= =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/progress.tsx | 6 +++--- package-lock.json | 1 + package.json | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/ui/progress.tsx b/components/ui/progress.tsx index 51dbd76..37a7075 100644 --- a/components/ui/progress.tsx +++ b/components/ui/progress.tsx @@ -1,7 +1,7 @@ "use client" -import * as React from "react" import { Progress as ProgressPrimitive } from "radix-ui" +import * as React from "react" import { cn } from "@/lib/utils" @@ -12,13 +12,13 @@ const Progress = React.forwardRef< diff --git a/package-lock.json b/package-lock.json index 9289eb2..dafbdee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@hookform/resolvers": "^5.1.1", "@pyncz/tailwind-mask-image": "^2.0.0", "@radix-ui/react-dialog": "^1.1.14", + "@radix-ui/react-progress": "^1.1.7", "@tailwindcss/postcss": "^4.1.11", "@tanstack/react-query": "^5.61.4", "axios": "^1.8.4", diff --git a/package.json b/package.json index 55a1294..bc76448 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@hookform/resolvers": "^5.1.1", "@pyncz/tailwind-mask-image": "^2.0.0", "@radix-ui/react-dialog": "^1.1.14", + "@radix-ui/react-progress": "^1.1.7", "@tailwindcss/postcss": "^4.1.11", "@tanstack/react-query": "^5.61.4", "axios": "^1.8.4",