@@ -2887,24 +2887,6 @@ export const Index: Record<string, any> = {
28872887 categories : [ "calendar" ] ,
28882888 meta : undefined ,
28892889 } ,
2890- "p-calendar-2" : {
2891- name : "p-calendar-2" ,
2892- description : "Calendar with range date selection" ,
2893- type : "registry:block" ,
2894- registryDependencies : [ "@coss/calendar" ] ,
2895- files : [ {
2896- path : "registry/default/particles/p-calendar-2.tsx" ,
2897- type : "registry:block" ,
2898- target : ""
2899- } ] ,
2900- component : React . lazy ( async ( ) => {
2901- const mod = await import ( "@/registry/default/particles/p-calendar-2.tsx" )
2902- const exportName = Object . keys ( mod ) . find ( key => typeof mod [ key ] === 'function' || typeof mod [ key ] === 'object' ) || item . name
2903- return { default : mod . default || mod [ exportName ] }
2904- } ) ,
2905- categories : [ "calendar" ] ,
2906- meta : undefined ,
2907- } ,
29082890 "p-calendar-3" : {
29092891 name : "p-calendar-3" ,
29102892 description : "Calendar with date range selection" ,
@@ -3013,6 +2995,24 @@ export const Index: Record<string, any> = {
30132995 categories : [ "calendar" ] ,
30142996 meta : undefined ,
30152997 } ,
2998+ "p-calendar-2" : {
2999+ name : "p-calendar-2" ,
3000+ description : "Calendar with custom cell size" ,
3001+ type : "registry:block" ,
3002+ registryDependencies : [ "@coss/calendar" ] ,
3003+ files : [ {
3004+ path : "registry/default/particles/p-calendar-2.tsx" ,
3005+ type : "registry:block" ,
3006+ target : ""
3007+ } ] ,
3008+ component : React . lazy ( async ( ) => {
3009+ const mod = await import ( "@/registry/default/particles/p-calendar-2.tsx" )
3010+ const exportName = Object . keys ( mod ) . find ( key => typeof mod [ key ] === 'function' || typeof mod [ key ] === 'object' ) || item . name
3011+ return { default : mod . default || mod [ exportName ] }
3012+ } ) ,
3013+ categories : [ "calendar" ] ,
3014+ meta : undefined ,
3015+ } ,
30163016 "p-calendar-9" : {
30173017 name : "p-calendar-9" ,
30183018 description : "Calendar with rounded day buttons" ,
0 commit comments