diff --git a/apps/v4/public/r/styles/new-york-v4/progress.json b/apps/v4/public/r/styles/new-york-v4/progress.json index 20f1d946c02..32d6754cf63 100644 --- a/apps/v4/public/r/styles/new-york-v4/progress.json +++ b/apps/v4/public/r/styles/new-york-v4/progress.json @@ -8,7 +8,7 @@ "files": [ { "path": "registry/new-york-v4/ui/progress.tsx", - "content": "\"use client\"\n\nimport * as React from \"react\"\nimport * as ProgressPrimitive from \"@radix-ui/react-progress\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Progress({\n className,\n value,\n ...props\n}: React.ComponentProps) {\n return (\n \n \n \n )\n}\n\nexport { Progress }\n", + "content": "\"use client\"\n\nimport * as React from \"react\"\nimport * as ProgressPrimitive from \"@radix-ui/react-progress\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Progress({\n className,\n value,\n ...props\n}: React.ComponentProps) {\n return (\n \n \n \n )\n}\n\nexport { Progress }\n", "type": "registry:ui" } ] diff --git a/apps/v4/registry/new-york-v4/ui/progress.tsx b/apps/v4/registry/new-york-v4/ui/progress.tsx index e7a416c3751..edab71fec04 100644 --- a/apps/v4/registry/new-york-v4/ui/progress.tsx +++ b/apps/v4/registry/new-york-v4/ui/progress.tsx @@ -17,6 +17,7 @@ function Progress({ "bg-primary/20 relative h-2 w-full overflow-hidden rounded-full", className )} + value={value} {...props} >