@@ -765,6 +765,38 @@ export const Index: Record<string, any> = {
765765 subcategory : "" ,
766766 chunks : [ ]
767767 } ,
768+ "marquee-section-demo" : {
769+ name : "marquee-section-demo" ,
770+ description : "" ,
771+ type : "registry:example" ,
772+ registryDependencies : [ "marquee-section" ] ,
773+ files : [ {
774+ path : "registry/new-york/example/marquee-section-demo.tsx" ,
775+ type : "registry:example" ,
776+ target : ""
777+ } ] ,
778+ component : React . lazy ( ( ) => import ( "@/registry/new-york/example/marquee-section-demo.tsx" ) ) ,
779+ source : "" ,
780+ category : "" ,
781+ subcategory : "" ,
782+ chunks : [ ]
783+ } ,
784+ "packages-marquee-demo" : {
785+ name : "packages-marquee-demo" ,
786+ description : "" ,
787+ type : "registry:example" ,
788+ registryDependencies : [ "packages-marquee" ] ,
789+ files : [ {
790+ path : "registry/new-york/example/packages-marquee-demo.tsx" ,
791+ type : "registry:example" ,
792+ target : ""
793+ } ] ,
794+ component : React . lazy ( ( ) => import ( "@/registry/new-york/example/packages-marquee-demo.tsx" ) ) ,
795+ source : "" ,
796+ category : "" ,
797+ subcategory : "" ,
798+ chunks : [ ]
799+ } ,
768800 "accordion-demo" : {
769801 name : "accordion-demo" ,
770802 description : "" ,
@@ -5497,6 +5529,38 @@ export const Index: Record<string, any> = {
54975529 subcategory : "Login" ,
54985530 chunks : [ ]
54995531 } ,
5532+ "marquee-section" : {
5533+ name : "marquee-section" ,
5534+ description : "" ,
5535+ type : "registry:prodkt" ,
5536+ registryDependencies : undefined ,
5537+ files : [ {
5538+ path : "registry/new-york/prodkt/marquee-section.tsx" ,
5539+ type : "registry:prodkt" ,
5540+ target : ""
5541+ } ] ,
5542+ component : React . lazy ( ( ) => import ( "@/registry/new-york/prodkt/marquee-section.tsx" ) ) ,
5543+ source : "" ,
5544+ category : "" ,
5545+ subcategory : "" ,
5546+ chunks : [ ]
5547+ } ,
5548+ "packages-marquee" : {
5549+ name : "packages-marquee" ,
5550+ description : "" ,
5551+ type : "registry:prodkt" ,
5552+ registryDependencies : undefined ,
5553+ files : [ {
5554+ path : "registry/new-york/prodkt/packages-marquee.tsx" ,
5555+ type : "registry:prodkt" ,
5556+ target : ""
5557+ } ] ,
5558+ component : React . lazy ( ( ) => import ( "@/registry/new-york/prodkt/packages-marquee.tsx" ) ) ,
5559+ source : "" ,
5560+ category : "" ,
5561+ subcategory : "" ,
5562+ chunks : [ ]
5563+ } ,
55005564 } , "default" : {
55015565 "accordion" : {
55025566 name : "accordion" ,
@@ -6258,6 +6322,38 @@ export const Index: Record<string, any> = {
62586322 subcategory : "" ,
62596323 chunks : [ ]
62606324 } ,
6325+ "marquee-section-demo" : {
6326+ name : "marquee-section-demo" ,
6327+ description : "" ,
6328+ type : "registry:example" ,
6329+ registryDependencies : [ "marquee-section" ] ,
6330+ files : [ {
6331+ path : "registry/default/example/marquee-section-demo.tsx" ,
6332+ type : "registry:example" ,
6333+ target : ""
6334+ } ] ,
6335+ component : React . lazy ( ( ) => import ( "@/registry/default/example/marquee-section-demo.tsx" ) ) ,
6336+ source : "" ,
6337+ category : "" ,
6338+ subcategory : "" ,
6339+ chunks : [ ]
6340+ } ,
6341+ "packages-marquee-demo" : {
6342+ name : "packages-marquee-demo" ,
6343+ description : "" ,
6344+ type : "registry:example" ,
6345+ registryDependencies : [ "packages-marquee" ] ,
6346+ files : [ {
6347+ path : "registry/default/example/packages-marquee-demo.tsx" ,
6348+ type : "registry:example" ,
6349+ target : ""
6350+ } ] ,
6351+ component : React . lazy ( ( ) => import ( "@/registry/default/example/packages-marquee-demo.tsx" ) ) ,
6352+ source : "" ,
6353+ category : "" ,
6354+ subcategory : "" ,
6355+ chunks : [ ]
6356+ } ,
62616357 "accordion-demo" : {
62626358 name : "accordion-demo" ,
62636359 description : "" ,
@@ -10990,5 +11086,37 @@ export const Index: Record<string, any> = {
1099011086 subcategory : "Login" ,
1099111087 chunks : [ ]
1099211088 } ,
11089+ "marquee-section" : {
11090+ name : "marquee-section" ,
11091+ description : "" ,
11092+ type : "registry:prodkt" ,
11093+ registryDependencies : undefined ,
11094+ files : [ {
11095+ path : "registry/default/prodkt/marquee-section.tsx" ,
11096+ type : "registry:prodkt" ,
11097+ target : ""
11098+ } ] ,
11099+ component : React . lazy ( ( ) => import ( "@/registry/default/prodkt/marquee-section.tsx" ) ) ,
11100+ source : "" ,
11101+ category : "" ,
11102+ subcategory : "" ,
11103+ chunks : [ ]
11104+ } ,
11105+ "packages-marquee" : {
11106+ name : "packages-marquee" ,
11107+ description : "" ,
11108+ type : "registry:prodkt" ,
11109+ registryDependencies : undefined ,
11110+ files : [ {
11111+ path : "registry/default/prodkt/packages-marquee.tsx" ,
11112+ type : "registry:prodkt" ,
11113+ target : ""
11114+ } ] ,
11115+ component : React . lazy ( ( ) => import ( "@/registry/default/prodkt/packages-marquee.tsx" ) ) ,
11116+ source : "" ,
11117+ category : "" ,
11118+ subcategory : "" ,
11119+ chunks : [ ]
11120+ } ,
1099311121 } ,
1099411122}
0 commit comments