@@ -28,6 +28,7 @@ export function cn(...inputs: ClassValue[]) {
28
28
}
29
29
" ,
30
30
" path" : " lib/utils.ts" ,
31
+ " target" : " lib/utils.ts" ,
31
32
" type" : " registry:lib" ,
32
33
},
33
34
{
@@ -59,7 +60,7 @@ Label.displayName = LabelPrimitive.Root.displayName
59
60
export { Label }
60
61
",
61
62
" path" : " ui/label.tsx" ,
62
- " target" : " " ,
63
+ " target" : " components/ui/label.tsx " ,
63
64
" type" : " registry:ui" ,
64
65
},
65
66
],
@@ -100,7 +101,7 @@ import { cva, type VariantProps } from "class-variance-authority"
100
101
import { cn } from " @/lib/utils"
101
102
102
103
const buttonVariants = cva (
103
- " inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0" ,
104
+ " inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0" ,
104
105
{
105
106
variants: {
106
107
variant: {
@@ -152,7 +153,7 @@ Button.displayName = "Button"
152
153
export { Button , buttonVariants }
153
154
" ,
154
155
" path" : " ui/button.tsx" ,
155
- " target" : " " ,
156
+ " target" : " components/ui/button.tsx " ,
156
157
" type" : " registry:ui" ,
157
158
},
158
159
],
@@ -230,7 +231,7 @@ Button.displayName = "Button"
230
231
export { Button , buttonVariants }
231
232
" ,
232
233
" path" : " ui/button.tsx" ,
233
- " target" : " " ,
234
+ " target" : " components/ui/button.tsx " ,
234
235
" type" : " registry:ui" ,
235
236
},
236
237
{
@@ -261,7 +262,7 @@ Input.displayName = "Input"
261
262
export { Input }
262
263
",
263
264
"path": "ui/input.tsx",
264
- "target": "",
265
+ "target": "components/ui/input.tsx ",
265
266
"type": "registry:ui",
266
267
},
267
268
{
@@ -273,7 +274,7 @@ import { Command as CommandPrimitive } from "cmdk"
273
274
import { Search } from " lucide - react "
274
275
275
276
import { cn } from " @/ lib / utils "
276
- import { Dialog, DialogContent } from " @/ registry / default / ui / dialog "
277
+ import { Dialog, DialogContent } from " @/ components / ui / dialog "
277
278
278
279
const Command = React.forwardRef<
279
280
React .ElementRef < typeof CommandPrimitive > ,
@@ -422,7 +423,7 @@ export {
422
423
}
423
424
",
424
425
"path": "ui/command.tsx",
425
- "target": "",
426
+ "target": "components/ui/command.tsx ",
426
427
"type": "registry:ui",
427
428
},
428
429
{
@@ -550,7 +551,7 @@ export {
550
551
}
551
552
",
552
553
"path": "ui/dialog.tsx",
553
- "target": "",
554
+ "target": "components/ui/dialog.tsx ",
554
555
"type": "registry:ui",
555
556
},
556
557
],
0 commit comments