@@ -277,7 +277,7 @@ export const Index: Record<string, any> = {
277277 name : "key-value" ,
278278 description : "" ,
279279 type : "registry:ui" ,
280- registryDependencies : [ "button" , "input" ] ,
280+ registryDependencies : [ "button" , "input" , "textarea" ] ,
281281 files : [ {
282282 path : "registry/default/ui/key-value.tsx" ,
283283 type : "registry:ui" ,
@@ -477,6 +477,20 @@ export const Index: Record<string, any> = {
477477 source : "" ,
478478 chunks : [ ]
479479 } ,
480+ "stat" : {
481+ name : "stat" ,
482+ description : "" ,
483+ type : "registry:ui" ,
484+ registryDependencies : [ "separator" ] ,
485+ files : [ {
486+ path : "registry/default/ui/stat.tsx" ,
487+ type : "registry:ui" ,
488+ target : ""
489+ } ] ,
490+ component : React . lazy ( ( ) => import ( "@/registry/default/ui/stat.tsx" ) ) ,
491+ source : "" ,
492+ chunks : [ ]
493+ } ,
480494 "stepper" : {
481495 name : "stepper" ,
482496 description : "" ,
@@ -2409,6 +2423,48 @@ export const Index: Record<string, any> = {
24092423 source : "" ,
24102424 chunks : [ ]
24112425 } ,
2426+ "stat-demo" : {
2427+ name : "stat-demo" ,
2428+ description : "" ,
2429+ type : "registry:example" ,
2430+ registryDependencies : [ "stat" , "dropdown-menu" ] ,
2431+ files : [ {
2432+ path : "registry/default/examples/stat-demo.tsx" ,
2433+ type : "registry:example" ,
2434+ target : ""
2435+ } ] ,
2436+ component : React . lazy ( ( ) => import ( "@/registry/default/examples/stat-demo.tsx" ) ) ,
2437+ source : "" ,
2438+ chunks : [ ]
2439+ } ,
2440+ "stat-variants-demo" : {
2441+ name : "stat-variants-demo" ,
2442+ description : "" ,
2443+ type : "registry:example" ,
2444+ registryDependencies : [ "stat" ] ,
2445+ files : [ {
2446+ path : "registry/default/examples/stat-variants-demo.tsx" ,
2447+ type : "registry:example" ,
2448+ target : ""
2449+ } ] ,
2450+ component : React . lazy ( ( ) => import ( "@/registry/default/examples/stat-variants-demo.tsx" ) ) ,
2451+ source : "" ,
2452+ chunks : [ ]
2453+ } ,
2454+ "stat-layout-demo" : {
2455+ name : "stat-layout-demo" ,
2456+ description : "" ,
2457+ type : "registry:example" ,
2458+ registryDependencies : [ "stat" ] ,
2459+ files : [ {
2460+ path : "registry/default/examples/stat-layout-demo.tsx" ,
2461+ type : "registry:example" ,
2462+ target : ""
2463+ } ] ,
2464+ component : React . lazy ( ( ) => import ( "@/registry/default/examples/stat-layout-demo.tsx" ) ) ,
2465+ source : "" ,
2466+ chunks : [ ]
2467+ } ,
24122468 "stepper-demo" : {
24132469 name : "stepper-demo" ,
24142470 description : "" ,
0 commit comments