shadcn 4.0.7 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-DIKCRF5U.js +119 -0
- package/dist/index.d.ts +292 -292
- package/dist/index.js +2 -2
- package/dist/mcp/index.js +1 -1
- package/dist/registry/index.d.ts +4 -4
- package/dist/schema/index.d.ts +762 -762
- package/package.json +2 -2
- package/dist/chunk-BRAYUB7V.js +0 -71
package/dist/schema/index.d.ts
CHANGED
|
@@ -104,16 +104,16 @@ declare const rawConfigSchema: z.ZodObject<{
|
|
|
104
104
|
lib?: string | undefined;
|
|
105
105
|
hooks?: string | undefined;
|
|
106
106
|
};
|
|
107
|
-
$schema?: string | undefined;
|
|
108
|
-
iconLibrary?: string | undefined;
|
|
109
|
-
rtl?: boolean | undefined;
|
|
110
|
-
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
111
|
-
menuAccent?: "bold" | "subtle" | undefined;
|
|
112
107
|
registries?: Record<string, string | {
|
|
113
108
|
url: string;
|
|
114
109
|
params?: Record<string, string> | undefined;
|
|
115
110
|
headers?: Record<string, string> | undefined;
|
|
116
111
|
}> | undefined;
|
|
112
|
+
$schema?: string | undefined;
|
|
113
|
+
iconLibrary?: string | undefined;
|
|
114
|
+
rtl?: boolean | undefined;
|
|
115
|
+
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
116
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
117
117
|
}, {
|
|
118
118
|
tailwind: {
|
|
119
119
|
css: string;
|
|
@@ -130,18 +130,18 @@ declare const rawConfigSchema: z.ZodObject<{
|
|
|
130
130
|
lib?: string | undefined;
|
|
131
131
|
hooks?: string | undefined;
|
|
132
132
|
};
|
|
133
|
+
registries?: Record<string, string | {
|
|
134
|
+
url: string;
|
|
135
|
+
params?: Record<string, string> | undefined;
|
|
136
|
+
headers?: Record<string, string> | undefined;
|
|
137
|
+
}> | undefined;
|
|
133
138
|
$schema?: string | undefined;
|
|
134
139
|
rsc?: boolean | undefined;
|
|
135
140
|
tsx?: boolean | undefined;
|
|
136
141
|
iconLibrary?: string | undefined;
|
|
137
142
|
rtl?: boolean | undefined;
|
|
138
143
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
139
|
-
menuAccent?: "
|
|
140
|
-
registries?: Record<string, string | {
|
|
141
|
-
url: string;
|
|
142
|
-
params?: Record<string, string> | undefined;
|
|
143
|
-
headers?: Record<string, string> | undefined;
|
|
144
|
-
}> | undefined;
|
|
144
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
145
145
|
}>;
|
|
146
146
|
declare const configSchema: z.ZodObject<{
|
|
147
147
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -214,19 +214,19 @@ declare const configSchema: z.ZodObject<{
|
|
|
214
214
|
hooks: z.ZodString;
|
|
215
215
|
ui: z.ZodString;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
|
-
components: string;
|
|
218
|
-
ui: string;
|
|
219
217
|
cwd: string;
|
|
218
|
+
components: string;
|
|
220
219
|
utils: string;
|
|
220
|
+
ui: string;
|
|
221
221
|
lib: string;
|
|
222
222
|
hooks: string;
|
|
223
223
|
tailwindConfig: string;
|
|
224
224
|
tailwindCss: string;
|
|
225
225
|
}, {
|
|
226
|
-
components: string;
|
|
227
|
-
ui: string;
|
|
228
226
|
cwd: string;
|
|
227
|
+
components: string;
|
|
229
228
|
utils: string;
|
|
229
|
+
ui: string;
|
|
230
230
|
lib: string;
|
|
231
231
|
hooks: string;
|
|
232
232
|
tailwindConfig: string;
|
|
@@ -251,25 +251,25 @@ declare const configSchema: z.ZodObject<{
|
|
|
251
251
|
hooks?: string | undefined;
|
|
252
252
|
};
|
|
253
253
|
resolvedPaths: {
|
|
254
|
-
components: string;
|
|
255
|
-
ui: string;
|
|
256
254
|
cwd: string;
|
|
255
|
+
components: string;
|
|
257
256
|
utils: string;
|
|
257
|
+
ui: string;
|
|
258
258
|
lib: string;
|
|
259
259
|
hooks: string;
|
|
260
260
|
tailwindConfig: string;
|
|
261
261
|
tailwindCss: string;
|
|
262
262
|
};
|
|
263
|
-
$schema?: string | undefined;
|
|
264
|
-
iconLibrary?: string | undefined;
|
|
265
|
-
rtl?: boolean | undefined;
|
|
266
|
-
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
267
|
-
menuAccent?: "bold" | "subtle" | undefined;
|
|
268
263
|
registries?: Record<string, string | {
|
|
269
264
|
url: string;
|
|
270
265
|
params?: Record<string, string> | undefined;
|
|
271
266
|
headers?: Record<string, string> | undefined;
|
|
272
267
|
}> | undefined;
|
|
268
|
+
$schema?: string | undefined;
|
|
269
|
+
iconLibrary?: string | undefined;
|
|
270
|
+
rtl?: boolean | undefined;
|
|
271
|
+
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
272
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
273
273
|
}, {
|
|
274
274
|
tailwind: {
|
|
275
275
|
css: string;
|
|
@@ -287,27 +287,27 @@ declare const configSchema: z.ZodObject<{
|
|
|
287
287
|
hooks?: string | undefined;
|
|
288
288
|
};
|
|
289
289
|
resolvedPaths: {
|
|
290
|
-
components: string;
|
|
291
|
-
ui: string;
|
|
292
290
|
cwd: string;
|
|
291
|
+
components: string;
|
|
293
292
|
utils: string;
|
|
293
|
+
ui: string;
|
|
294
294
|
lib: string;
|
|
295
295
|
hooks: string;
|
|
296
296
|
tailwindConfig: string;
|
|
297
297
|
tailwindCss: string;
|
|
298
298
|
};
|
|
299
|
+
registries?: Record<string, string | {
|
|
300
|
+
url: string;
|
|
301
|
+
params?: Record<string, string> | undefined;
|
|
302
|
+
headers?: Record<string, string> | undefined;
|
|
303
|
+
}> | undefined;
|
|
299
304
|
$schema?: string | undefined;
|
|
300
305
|
rsc?: boolean | undefined;
|
|
301
306
|
tsx?: boolean | undefined;
|
|
302
307
|
iconLibrary?: string | undefined;
|
|
303
308
|
rtl?: boolean | undefined;
|
|
304
309
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
305
|
-
menuAccent?: "
|
|
306
|
-
registries?: Record<string, string | {
|
|
307
|
-
url: string;
|
|
308
|
-
params?: Record<string, string> | undefined;
|
|
309
|
-
headers?: Record<string, string> | undefined;
|
|
310
|
-
}> | undefined;
|
|
310
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
311
311
|
}>;
|
|
312
312
|
declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
313
313
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -380,19 +380,19 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
380
380
|
hooks: z.ZodString;
|
|
381
381
|
ui: z.ZodString;
|
|
382
382
|
}, "strip", z.ZodTypeAny, {
|
|
383
|
-
components: string;
|
|
384
|
-
ui: string;
|
|
385
383
|
cwd: string;
|
|
384
|
+
components: string;
|
|
386
385
|
utils: string;
|
|
386
|
+
ui: string;
|
|
387
387
|
lib: string;
|
|
388
388
|
hooks: string;
|
|
389
389
|
tailwindConfig: string;
|
|
390
390
|
tailwindCss: string;
|
|
391
391
|
}, {
|
|
392
|
-
components: string;
|
|
393
|
-
ui: string;
|
|
394
392
|
cwd: string;
|
|
393
|
+
components: string;
|
|
395
394
|
utils: string;
|
|
395
|
+
ui: string;
|
|
396
396
|
lib: string;
|
|
397
397
|
hooks: string;
|
|
398
398
|
tailwindConfig: string;
|
|
@@ -417,25 +417,25 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
417
417
|
hooks?: string | undefined;
|
|
418
418
|
};
|
|
419
419
|
resolvedPaths: {
|
|
420
|
-
components: string;
|
|
421
|
-
ui: string;
|
|
422
420
|
cwd: string;
|
|
421
|
+
components: string;
|
|
423
422
|
utils: string;
|
|
423
|
+
ui: string;
|
|
424
424
|
lib: string;
|
|
425
425
|
hooks: string;
|
|
426
426
|
tailwindConfig: string;
|
|
427
427
|
tailwindCss: string;
|
|
428
428
|
};
|
|
429
|
-
$schema?: string | undefined;
|
|
430
|
-
iconLibrary?: string | undefined;
|
|
431
|
-
rtl?: boolean | undefined;
|
|
432
|
-
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
433
|
-
menuAccent?: "bold" | "subtle" | undefined;
|
|
434
429
|
registries?: Record<string, string | {
|
|
435
430
|
url: string;
|
|
436
431
|
params?: Record<string, string> | undefined;
|
|
437
432
|
headers?: Record<string, string> | undefined;
|
|
438
433
|
}> | undefined;
|
|
434
|
+
$schema?: string | undefined;
|
|
435
|
+
iconLibrary?: string | undefined;
|
|
436
|
+
rtl?: boolean | undefined;
|
|
437
|
+
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
438
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
439
439
|
}, {
|
|
440
440
|
tailwind: {
|
|
441
441
|
css: string;
|
|
@@ -453,27 +453,27 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
453
453
|
hooks?: string | undefined;
|
|
454
454
|
};
|
|
455
455
|
resolvedPaths: {
|
|
456
|
-
components: string;
|
|
457
|
-
ui: string;
|
|
458
456
|
cwd: string;
|
|
457
|
+
components: string;
|
|
459
458
|
utils: string;
|
|
459
|
+
ui: string;
|
|
460
460
|
lib: string;
|
|
461
461
|
hooks: string;
|
|
462
462
|
tailwindConfig: string;
|
|
463
463
|
tailwindCss: string;
|
|
464
464
|
};
|
|
465
|
+
registries?: Record<string, string | {
|
|
466
|
+
url: string;
|
|
467
|
+
params?: Record<string, string> | undefined;
|
|
468
|
+
headers?: Record<string, string> | undefined;
|
|
469
|
+
}> | undefined;
|
|
465
470
|
$schema?: string | undefined;
|
|
466
471
|
rsc?: boolean | undefined;
|
|
467
472
|
tsx?: boolean | undefined;
|
|
468
473
|
iconLibrary?: string | undefined;
|
|
469
474
|
rtl?: boolean | undefined;
|
|
470
475
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
471
|
-
menuAccent?: "
|
|
472
|
-
registries?: Record<string, string | {
|
|
473
|
-
url: string;
|
|
474
|
-
params?: Record<string, string> | undefined;
|
|
475
|
-
headers?: Record<string, string> | undefined;
|
|
476
|
-
}> | undefined;
|
|
476
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
477
477
|
}>>;
|
|
478
478
|
declare const registryItemTypeSchema: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:page", "registry:file", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
479
479
|
declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -482,13 +482,13 @@ declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
482
482
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
483
483
|
target: z.ZodString;
|
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
|
485
|
+
type: "registry:file" | "registry:page";
|
|
485
486
|
path: string;
|
|
486
|
-
type: "registry:page" | "registry:file";
|
|
487
487
|
target: string;
|
|
488
488
|
content?: string | undefined;
|
|
489
489
|
}, {
|
|
490
|
+
type: "registry:file" | "registry:page";
|
|
490
491
|
path: string;
|
|
491
|
-
type: "registry:page" | "registry:file";
|
|
492
492
|
target: string;
|
|
493
493
|
content?: string | undefined;
|
|
494
494
|
}>, z.ZodObject<{
|
|
@@ -497,13 +497,13 @@ declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
497
497
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
498
498
|
target: z.ZodOptional<z.ZodString>;
|
|
499
499
|
}, "strip", z.ZodTypeAny, {
|
|
500
|
-
path: string;
|
|
501
500
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
501
|
+
path: string;
|
|
502
502
|
content?: string | undefined;
|
|
503
503
|
target?: string | undefined;
|
|
504
504
|
}, {
|
|
505
|
-
path: string;
|
|
506
505
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
506
|
+
path: string;
|
|
507
507
|
content?: string | undefined;
|
|
508
508
|
target?: string | undefined;
|
|
509
509
|
}>]>;
|
|
@@ -513,24 +513,24 @@ declare const registryItemTailwindSchema: z.ZodObject<{
|
|
|
513
513
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
514
514
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
content?: string[] | undefined;
|
|
517
516
|
theme?: Record<string, any> | undefined;
|
|
517
|
+
content?: string[] | undefined;
|
|
518
518
|
plugins?: string[] | undefined;
|
|
519
519
|
}, {
|
|
520
|
-
content?: string[] | undefined;
|
|
521
520
|
theme?: Record<string, any> | undefined;
|
|
521
|
+
content?: string[] | undefined;
|
|
522
522
|
plugins?: string[] | undefined;
|
|
523
523
|
}>>;
|
|
524
524
|
}, "strip", z.ZodTypeAny, {
|
|
525
525
|
config?: {
|
|
526
|
-
content?: string[] | undefined;
|
|
527
526
|
theme?: Record<string, any> | undefined;
|
|
527
|
+
content?: string[] | undefined;
|
|
528
528
|
plugins?: string[] | undefined;
|
|
529
529
|
} | undefined;
|
|
530
530
|
}, {
|
|
531
531
|
config?: {
|
|
532
|
-
content?: string[] | undefined;
|
|
533
532
|
theme?: Record<string, any> | undefined;
|
|
533
|
+
content?: string[] | undefined;
|
|
534
534
|
plugins?: string[] | undefined;
|
|
535
535
|
} | undefined;
|
|
536
536
|
}>;
|
|
@@ -593,13 +593,13 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
593
593
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
594
594
|
target: z.ZodString;
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
596
|
+
type: "registry:file" | "registry:page";
|
|
596
597
|
path: string;
|
|
597
|
-
type: "registry:page" | "registry:file";
|
|
598
598
|
target: string;
|
|
599
599
|
content?: string | undefined;
|
|
600
600
|
}, {
|
|
601
|
+
type: "registry:file" | "registry:page";
|
|
601
602
|
path: string;
|
|
602
|
-
type: "registry:page" | "registry:file";
|
|
603
603
|
target: string;
|
|
604
604
|
content?: string | undefined;
|
|
605
605
|
}>, z.ZodObject<{
|
|
@@ -608,13 +608,13 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
608
608
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
609
609
|
target: z.ZodOptional<z.ZodString>;
|
|
610
610
|
}, "strip", z.ZodTypeAny, {
|
|
611
|
-
path: string;
|
|
612
611
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
612
|
+
path: string;
|
|
613
613
|
content?: string | undefined;
|
|
614
614
|
target?: string | undefined;
|
|
615
615
|
}, {
|
|
616
|
-
path: string;
|
|
617
616
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
617
|
+
path: string;
|
|
618
618
|
content?: string | undefined;
|
|
619
619
|
target?: string | undefined;
|
|
620
620
|
}>]>, "many">>;
|
|
@@ -624,24 +624,24 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
624
624
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
625
625
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
626
626
|
}, "strip", z.ZodTypeAny, {
|
|
627
|
-
content?: string[] | undefined;
|
|
628
627
|
theme?: Record<string, any> | undefined;
|
|
628
|
+
content?: string[] | undefined;
|
|
629
629
|
plugins?: string[] | undefined;
|
|
630
630
|
}, {
|
|
631
|
-
content?: string[] | undefined;
|
|
632
631
|
theme?: Record<string, any> | undefined;
|
|
632
|
+
content?: string[] | undefined;
|
|
633
633
|
plugins?: string[] | undefined;
|
|
634
634
|
}>>;
|
|
635
635
|
}, "strip", z.ZodTypeAny, {
|
|
636
636
|
config?: {
|
|
637
|
-
content?: string[] | undefined;
|
|
638
637
|
theme?: Record<string, any> | undefined;
|
|
638
|
+
content?: string[] | undefined;
|
|
639
639
|
plugins?: string[] | undefined;
|
|
640
640
|
} | undefined;
|
|
641
641
|
}, {
|
|
642
642
|
config?: {
|
|
643
|
-
content?: string[] | undefined;
|
|
644
643
|
theme?: Record<string, any> | undefined;
|
|
644
|
+
content?: string[] | undefined;
|
|
645
645
|
plugins?: string[] | undefined;
|
|
646
646
|
} | undefined;
|
|
647
647
|
}>>;
|
|
@@ -665,79 +665,79 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
665
665
|
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
666
666
|
}, "strip", z.ZodTypeAny, {
|
|
667
667
|
name: string;
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
content?: string[] | undefined;
|
|
671
|
-
theme?: Record<string, any> | undefined;
|
|
672
|
-
plugins?: string[] | undefined;
|
|
673
|
-
} | undefined;
|
|
674
|
-
} | undefined;
|
|
675
|
-
docs?: string | undefined;
|
|
668
|
+
description?: string | undefined;
|
|
669
|
+
title?: string | undefined;
|
|
676
670
|
$schema?: string | undefined;
|
|
677
|
-
css?: Record<string, any> | undefined;
|
|
678
671
|
extends?: string | undefined;
|
|
679
|
-
title?: string | undefined;
|
|
680
672
|
author?: string | undefined;
|
|
681
|
-
description?: string | undefined;
|
|
682
673
|
dependencies?: string[] | undefined;
|
|
683
674
|
devDependencies?: string[] | undefined;
|
|
684
675
|
registryDependencies?: string[] | undefined;
|
|
685
676
|
files?: ({
|
|
677
|
+
type: "registry:file" | "registry:page";
|
|
686
678
|
path: string;
|
|
687
|
-
type: "registry:page" | "registry:file";
|
|
688
679
|
target: string;
|
|
689
680
|
content?: string | undefined;
|
|
690
681
|
} | {
|
|
691
|
-
path: string;
|
|
692
682
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
683
|
+
path: string;
|
|
693
684
|
content?: string | undefined;
|
|
694
685
|
target?: string | undefined;
|
|
695
686
|
})[] | undefined;
|
|
687
|
+
tailwind?: {
|
|
688
|
+
config?: {
|
|
689
|
+
theme?: Record<string, any> | undefined;
|
|
690
|
+
content?: string[] | undefined;
|
|
691
|
+
plugins?: string[] | undefined;
|
|
692
|
+
} | undefined;
|
|
693
|
+
} | undefined;
|
|
696
694
|
cssVars?: {
|
|
697
695
|
theme?: Record<string, string> | undefined;
|
|
698
696
|
light?: Record<string, string> | undefined;
|
|
699
697
|
dark?: Record<string, string> | undefined;
|
|
700
698
|
} | undefined;
|
|
699
|
+
css?: Record<string, any> | undefined;
|
|
701
700
|
envVars?: Record<string, string> | undefined;
|
|
702
701
|
meta?: Record<string, any> | undefined;
|
|
702
|
+
docs?: string | undefined;
|
|
703
703
|
categories?: string[] | undefined;
|
|
704
704
|
}, {
|
|
705
705
|
name: string;
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
content?: string[] | undefined;
|
|
709
|
-
theme?: Record<string, any> | undefined;
|
|
710
|
-
plugins?: string[] | undefined;
|
|
711
|
-
} | undefined;
|
|
712
|
-
} | undefined;
|
|
713
|
-
docs?: string | undefined;
|
|
706
|
+
description?: string | undefined;
|
|
707
|
+
title?: string | undefined;
|
|
714
708
|
$schema?: string | undefined;
|
|
715
|
-
css?: Record<string, any> | undefined;
|
|
716
709
|
extends?: string | undefined;
|
|
717
|
-
title?: string | undefined;
|
|
718
710
|
author?: string | undefined;
|
|
719
|
-
description?: string | undefined;
|
|
720
711
|
dependencies?: string[] | undefined;
|
|
721
712
|
devDependencies?: string[] | undefined;
|
|
722
713
|
registryDependencies?: string[] | undefined;
|
|
723
714
|
files?: ({
|
|
715
|
+
type: "registry:file" | "registry:page";
|
|
724
716
|
path: string;
|
|
725
|
-
type: "registry:page" | "registry:file";
|
|
726
717
|
target: string;
|
|
727
718
|
content?: string | undefined;
|
|
728
719
|
} | {
|
|
729
|
-
path: string;
|
|
730
720
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
721
|
+
path: string;
|
|
731
722
|
content?: string | undefined;
|
|
732
723
|
target?: string | undefined;
|
|
733
724
|
})[] | undefined;
|
|
725
|
+
tailwind?: {
|
|
726
|
+
config?: {
|
|
727
|
+
theme?: Record<string, any> | undefined;
|
|
728
|
+
content?: string[] | undefined;
|
|
729
|
+
plugins?: string[] | undefined;
|
|
730
|
+
} | undefined;
|
|
731
|
+
} | undefined;
|
|
734
732
|
cssVars?: {
|
|
735
733
|
theme?: Record<string, string> | undefined;
|
|
736
734
|
light?: Record<string, string> | undefined;
|
|
737
735
|
dark?: Record<string, string> | undefined;
|
|
738
736
|
} | undefined;
|
|
737
|
+
css?: Record<string, any> | undefined;
|
|
739
738
|
envVars?: Record<string, string> | undefined;
|
|
740
739
|
meta?: Record<string, any> | undefined;
|
|
740
|
+
docs?: string | undefined;
|
|
741
741
|
categories?: string[] | undefined;
|
|
742
742
|
}>;
|
|
743
743
|
declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -756,13 +756,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
756
756
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
757
757
|
target: z.ZodString;
|
|
758
758
|
}, "strip", z.ZodTypeAny, {
|
|
759
|
+
type: "registry:file" | "registry:page";
|
|
759
760
|
path: string;
|
|
760
|
-
type: "registry:page" | "registry:file";
|
|
761
761
|
target: string;
|
|
762
762
|
content?: string | undefined;
|
|
763
763
|
}, {
|
|
764
|
+
type: "registry:file" | "registry:page";
|
|
764
765
|
path: string;
|
|
765
|
-
type: "registry:page" | "registry:file";
|
|
766
766
|
target: string;
|
|
767
767
|
content?: string | undefined;
|
|
768
768
|
}>, z.ZodObject<{
|
|
@@ -771,13 +771,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
771
771
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
772
772
|
target: z.ZodOptional<z.ZodString>;
|
|
773
773
|
}, "strip", z.ZodTypeAny, {
|
|
774
|
-
path: string;
|
|
775
774
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
775
|
+
path: string;
|
|
776
776
|
content?: string | undefined;
|
|
777
777
|
target?: string | undefined;
|
|
778
778
|
}, {
|
|
779
|
-
path: string;
|
|
780
779
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
780
|
+
path: string;
|
|
781
781
|
content?: string | undefined;
|
|
782
782
|
target?: string | undefined;
|
|
783
783
|
}>]>, "many">>;
|
|
@@ -787,24 +787,24 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
787
787
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
788
788
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
789
789
|
}, "strip", z.ZodTypeAny, {
|
|
790
|
-
content?: string[] | undefined;
|
|
791
790
|
theme?: Record<string, any> | undefined;
|
|
791
|
+
content?: string[] | undefined;
|
|
792
792
|
plugins?: string[] | undefined;
|
|
793
793
|
}, {
|
|
794
|
-
content?: string[] | undefined;
|
|
795
794
|
theme?: Record<string, any> | undefined;
|
|
795
|
+
content?: string[] | undefined;
|
|
796
796
|
plugins?: string[] | undefined;
|
|
797
797
|
}>>;
|
|
798
798
|
}, "strip", z.ZodTypeAny, {
|
|
799
799
|
config?: {
|
|
800
|
-
content?: string[] | undefined;
|
|
801
800
|
theme?: Record<string, any> | undefined;
|
|
801
|
+
content?: string[] | undefined;
|
|
802
802
|
plugins?: string[] | undefined;
|
|
803
803
|
} | undefined;
|
|
804
804
|
}, {
|
|
805
805
|
config?: {
|
|
806
|
-
content?: string[] | undefined;
|
|
807
806
|
theme?: Record<string, any> | undefined;
|
|
807
|
+
content?: string[] | undefined;
|
|
808
808
|
plugins?: string[] | undefined;
|
|
809
809
|
} | undefined;
|
|
810
810
|
}>>;
|
|
@@ -864,14 +864,14 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
864
864
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
865
865
|
}, "strip", z.ZodTypeAny, {
|
|
866
866
|
components?: string | undefined;
|
|
867
|
-
ui?: string | undefined;
|
|
868
867
|
utils?: string | undefined;
|
|
868
|
+
ui?: string | undefined;
|
|
869
869
|
lib?: string | undefined;
|
|
870
870
|
hooks?: string | undefined;
|
|
871
871
|
}, {
|
|
872
872
|
components?: string | undefined;
|
|
873
|
-
ui?: string | undefined;
|
|
874
873
|
utils?: string | undefined;
|
|
874
|
+
ui?: string | undefined;
|
|
875
875
|
lib?: string | undefined;
|
|
876
876
|
hooks?: string | undefined;
|
|
877
877
|
}>>;
|
|
@@ -889,6 +889,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
889
889
|
headers?: Record<string, string> | undefined;
|
|
890
890
|
}>]>>>>;
|
|
891
891
|
}, "strict", z.ZodTypeAny, {
|
|
892
|
+
registries?: Record<string, string | {
|
|
893
|
+
url: string;
|
|
894
|
+
params?: Record<string, string> | undefined;
|
|
895
|
+
headers?: Record<string, string> | undefined;
|
|
896
|
+
}> | undefined;
|
|
897
|
+
$schema?: string | undefined;
|
|
892
898
|
tailwind?: {
|
|
893
899
|
config?: string | undefined;
|
|
894
900
|
css?: string | undefined;
|
|
@@ -896,27 +902,27 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
896
902
|
cssVariables?: boolean | undefined;
|
|
897
903
|
prefix?: string | undefined;
|
|
898
904
|
} | undefined;
|
|
899
|
-
$schema?: string | undefined;
|
|
900
905
|
style?: string | undefined;
|
|
901
906
|
rsc?: boolean | undefined;
|
|
902
907
|
tsx?: boolean | undefined;
|
|
903
908
|
iconLibrary?: string | undefined;
|
|
904
909
|
rtl?: boolean | undefined;
|
|
905
910
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
906
|
-
menuAccent?: "
|
|
911
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
907
912
|
aliases?: {
|
|
908
913
|
components?: string | undefined;
|
|
909
|
-
ui?: string | undefined;
|
|
910
914
|
utils?: string | undefined;
|
|
915
|
+
ui?: string | undefined;
|
|
911
916
|
lib?: string | undefined;
|
|
912
917
|
hooks?: string | undefined;
|
|
913
918
|
} | undefined;
|
|
919
|
+
}, {
|
|
914
920
|
registries?: Record<string, string | {
|
|
915
921
|
url: string;
|
|
916
922
|
params?: Record<string, string> | undefined;
|
|
917
923
|
headers?: Record<string, string> | undefined;
|
|
918
924
|
}> | undefined;
|
|
919
|
-
|
|
925
|
+
$schema?: string | undefined;
|
|
920
926
|
tailwind?: {
|
|
921
927
|
config?: string | undefined;
|
|
922
928
|
css?: string | undefined;
|
|
@@ -924,40 +930,31 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
924
930
|
cssVariables?: boolean | undefined;
|
|
925
931
|
prefix?: string | undefined;
|
|
926
932
|
} | undefined;
|
|
927
|
-
$schema?: string | undefined;
|
|
928
933
|
style?: string | undefined;
|
|
929
934
|
rsc?: boolean | undefined;
|
|
930
935
|
tsx?: boolean | undefined;
|
|
931
936
|
iconLibrary?: string | undefined;
|
|
932
937
|
rtl?: boolean | undefined;
|
|
933
938
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
934
|
-
menuAccent?: "
|
|
939
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
935
940
|
aliases?: {
|
|
936
941
|
components?: string | undefined;
|
|
937
|
-
ui?: string | undefined;
|
|
938
942
|
utils?: string | undefined;
|
|
943
|
+
ui?: string | undefined;
|
|
939
944
|
lib?: string | undefined;
|
|
940
945
|
hooks?: string | undefined;
|
|
941
946
|
} | undefined;
|
|
947
|
+
}>>;
|
|
948
|
+
}, "strip", z.ZodTypeAny, {
|
|
949
|
+
name: string;
|
|
950
|
+
type: "registry:base";
|
|
951
|
+
config?: {
|
|
942
952
|
registries?: Record<string, string | {
|
|
943
953
|
url: string;
|
|
944
954
|
params?: Record<string, string> | undefined;
|
|
945
955
|
headers?: Record<string, string> | undefined;
|
|
946
956
|
}> | undefined;
|
|
947
|
-
|
|
948
|
-
}, "strip", z.ZodTypeAny, {
|
|
949
|
-
type: "registry:base";
|
|
950
|
-
name: string;
|
|
951
|
-
tailwind?: {
|
|
952
|
-
config?: {
|
|
953
|
-
content?: string[] | undefined;
|
|
954
|
-
theme?: Record<string, any> | undefined;
|
|
955
|
-
plugins?: string[] | undefined;
|
|
956
|
-
} | undefined;
|
|
957
|
-
} | undefined;
|
|
958
|
-
docs?: string | undefined;
|
|
959
|
-
$schema?: string | undefined;
|
|
960
|
-
config?: {
|
|
957
|
+
$schema?: string | undefined;
|
|
961
958
|
tailwind?: {
|
|
962
959
|
config?: string | undefined;
|
|
963
960
|
css?: string | undefined;
|
|
@@ -965,67 +962,67 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
965
962
|
cssVariables?: boolean | undefined;
|
|
966
963
|
prefix?: string | undefined;
|
|
967
964
|
} | undefined;
|
|
968
|
-
$schema?: string | undefined;
|
|
969
965
|
style?: string | undefined;
|
|
970
966
|
rsc?: boolean | undefined;
|
|
971
967
|
tsx?: boolean | undefined;
|
|
972
968
|
iconLibrary?: string | undefined;
|
|
973
969
|
rtl?: boolean | undefined;
|
|
974
970
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
975
|
-
menuAccent?: "
|
|
971
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
976
972
|
aliases?: {
|
|
977
973
|
components?: string | undefined;
|
|
978
|
-
ui?: string | undefined;
|
|
979
974
|
utils?: string | undefined;
|
|
975
|
+
ui?: string | undefined;
|
|
980
976
|
lib?: string | undefined;
|
|
981
977
|
hooks?: string | undefined;
|
|
982
978
|
} | undefined;
|
|
983
|
-
registries?: Record<string, string | {
|
|
984
|
-
url: string;
|
|
985
|
-
params?: Record<string, string> | undefined;
|
|
986
|
-
headers?: Record<string, string> | undefined;
|
|
987
|
-
}> | undefined;
|
|
988
979
|
} | undefined;
|
|
989
|
-
|
|
990
|
-
extends?: string | undefined;
|
|
980
|
+
description?: string | undefined;
|
|
991
981
|
title?: string | undefined;
|
|
982
|
+
$schema?: string | undefined;
|
|
983
|
+
extends?: string | undefined;
|
|
992
984
|
author?: string | undefined;
|
|
993
|
-
description?: string | undefined;
|
|
994
985
|
dependencies?: string[] | undefined;
|
|
995
986
|
devDependencies?: string[] | undefined;
|
|
996
987
|
registryDependencies?: string[] | undefined;
|
|
997
988
|
files?: ({
|
|
989
|
+
type: "registry:file" | "registry:page";
|
|
998
990
|
path: string;
|
|
999
|
-
type: "registry:page" | "registry:file";
|
|
1000
991
|
target: string;
|
|
1001
992
|
content?: string | undefined;
|
|
1002
993
|
} | {
|
|
1003
|
-
path: string;
|
|
1004
994
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
995
|
+
path: string;
|
|
1005
996
|
content?: string | undefined;
|
|
1006
997
|
target?: string | undefined;
|
|
1007
998
|
})[] | undefined;
|
|
999
|
+
tailwind?: {
|
|
1000
|
+
config?: {
|
|
1001
|
+
theme?: Record<string, any> | undefined;
|
|
1002
|
+
content?: string[] | undefined;
|
|
1003
|
+
plugins?: string[] | undefined;
|
|
1004
|
+
} | undefined;
|
|
1005
|
+
} | undefined;
|
|
1008
1006
|
cssVars?: {
|
|
1009
1007
|
theme?: Record<string, string> | undefined;
|
|
1010
1008
|
light?: Record<string, string> | undefined;
|
|
1011
1009
|
dark?: Record<string, string> | undefined;
|
|
1012
1010
|
} | undefined;
|
|
1011
|
+
css?: Record<string, any> | undefined;
|
|
1013
1012
|
envVars?: Record<string, string> | undefined;
|
|
1014
1013
|
meta?: Record<string, any> | undefined;
|
|
1014
|
+
docs?: string | undefined;
|
|
1015
1015
|
categories?: string[] | undefined;
|
|
1016
1016
|
}, {
|
|
1017
|
-
type: "registry:base";
|
|
1018
1017
|
name: string;
|
|
1019
|
-
|
|
1020
|
-
config?: {
|
|
1021
|
-
content?: string[] | undefined;
|
|
1022
|
-
theme?: Record<string, any> | undefined;
|
|
1023
|
-
plugins?: string[] | undefined;
|
|
1024
|
-
} | undefined;
|
|
1025
|
-
} | undefined;
|
|
1026
|
-
docs?: string | undefined;
|
|
1027
|
-
$schema?: string | undefined;
|
|
1018
|
+
type: "registry:base";
|
|
1028
1019
|
config?: {
|
|
1020
|
+
registries?: Record<string, string | {
|
|
1021
|
+
url: string;
|
|
1022
|
+
params?: Record<string, string> | undefined;
|
|
1023
|
+
headers?: Record<string, string> | undefined;
|
|
1024
|
+
}> | undefined;
|
|
1025
|
+
$schema?: string | undefined;
|
|
1029
1026
|
tailwind?: {
|
|
1030
1027
|
config?: string | undefined;
|
|
1031
1028
|
css?: string | undefined;
|
|
@@ -1033,53 +1030,56 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1033
1030
|
cssVariables?: boolean | undefined;
|
|
1034
1031
|
prefix?: string | undefined;
|
|
1035
1032
|
} | undefined;
|
|
1036
|
-
$schema?: string | undefined;
|
|
1037
1033
|
style?: string | undefined;
|
|
1038
1034
|
rsc?: boolean | undefined;
|
|
1039
1035
|
tsx?: boolean | undefined;
|
|
1040
1036
|
iconLibrary?: string | undefined;
|
|
1041
1037
|
rtl?: boolean | undefined;
|
|
1042
1038
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
1043
|
-
menuAccent?: "
|
|
1039
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
1044
1040
|
aliases?: {
|
|
1045
1041
|
components?: string | undefined;
|
|
1046
|
-
ui?: string | undefined;
|
|
1047
1042
|
utils?: string | undefined;
|
|
1043
|
+
ui?: string | undefined;
|
|
1048
1044
|
lib?: string | undefined;
|
|
1049
1045
|
hooks?: string | undefined;
|
|
1050
1046
|
} | undefined;
|
|
1051
|
-
registries?: Record<string, string | {
|
|
1052
|
-
url: string;
|
|
1053
|
-
params?: Record<string, string> | undefined;
|
|
1054
|
-
headers?: Record<string, string> | undefined;
|
|
1055
|
-
}> | undefined;
|
|
1056
1047
|
} | undefined;
|
|
1057
|
-
|
|
1058
|
-
extends?: string | undefined;
|
|
1048
|
+
description?: string | undefined;
|
|
1059
1049
|
title?: string | undefined;
|
|
1050
|
+
$schema?: string | undefined;
|
|
1051
|
+
extends?: string | undefined;
|
|
1060
1052
|
author?: string | undefined;
|
|
1061
|
-
description?: string | undefined;
|
|
1062
1053
|
dependencies?: string[] | undefined;
|
|
1063
1054
|
devDependencies?: string[] | undefined;
|
|
1064
1055
|
registryDependencies?: string[] | undefined;
|
|
1065
1056
|
files?: ({
|
|
1057
|
+
type: "registry:file" | "registry:page";
|
|
1066
1058
|
path: string;
|
|
1067
|
-
type: "registry:page" | "registry:file";
|
|
1068
1059
|
target: string;
|
|
1069
1060
|
content?: string | undefined;
|
|
1070
1061
|
} | {
|
|
1071
|
-
path: string;
|
|
1072
1062
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1063
|
+
path: string;
|
|
1073
1064
|
content?: string | undefined;
|
|
1074
1065
|
target?: string | undefined;
|
|
1075
1066
|
})[] | undefined;
|
|
1067
|
+
tailwind?: {
|
|
1068
|
+
config?: {
|
|
1069
|
+
theme?: Record<string, any> | undefined;
|
|
1070
|
+
content?: string[] | undefined;
|
|
1071
|
+
plugins?: string[] | undefined;
|
|
1072
|
+
} | undefined;
|
|
1073
|
+
} | undefined;
|
|
1076
1074
|
cssVars?: {
|
|
1077
1075
|
theme?: Record<string, string> | undefined;
|
|
1078
1076
|
light?: Record<string, string> | undefined;
|
|
1079
1077
|
dark?: Record<string, string> | undefined;
|
|
1080
1078
|
} | undefined;
|
|
1079
|
+
css?: Record<string, any> | undefined;
|
|
1081
1080
|
envVars?: Record<string, string> | undefined;
|
|
1082
1081
|
meta?: Record<string, any> | undefined;
|
|
1082
|
+
docs?: string | undefined;
|
|
1083
1083
|
categories?: string[] | undefined;
|
|
1084
1084
|
}>, z.ZodObject<{
|
|
1085
1085
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -1097,13 +1097,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1097
1097
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
1098
1098
|
target: z.ZodString;
|
|
1099
1099
|
}, "strip", z.ZodTypeAny, {
|
|
1100
|
+
type: "registry:file" | "registry:page";
|
|
1100
1101
|
path: string;
|
|
1101
|
-
type: "registry:page" | "registry:file";
|
|
1102
1102
|
target: string;
|
|
1103
1103
|
content?: string | undefined;
|
|
1104
1104
|
}, {
|
|
1105
|
+
type: "registry:file" | "registry:page";
|
|
1105
1106
|
path: string;
|
|
1106
|
-
type: "registry:page" | "registry:file";
|
|
1107
1107
|
target: string;
|
|
1108
1108
|
content?: string | undefined;
|
|
1109
1109
|
}>, z.ZodObject<{
|
|
@@ -1112,13 +1112,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1112
1112
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
1113
1113
|
target: z.ZodOptional<z.ZodString>;
|
|
1114
1114
|
}, "strip", z.ZodTypeAny, {
|
|
1115
|
-
path: string;
|
|
1116
1115
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1116
|
+
path: string;
|
|
1117
1117
|
content?: string | undefined;
|
|
1118
1118
|
target?: string | undefined;
|
|
1119
1119
|
}, {
|
|
1120
|
-
path: string;
|
|
1121
1120
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1121
|
+
path: string;
|
|
1122
1122
|
content?: string | undefined;
|
|
1123
1123
|
target?: string | undefined;
|
|
1124
1124
|
}>]>, "many">>;
|
|
@@ -1128,24 +1128,24 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1128
1128
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1129
1129
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1130
1130
|
}, "strip", z.ZodTypeAny, {
|
|
1131
|
-
content?: string[] | undefined;
|
|
1132
1131
|
theme?: Record<string, any> | undefined;
|
|
1132
|
+
content?: string[] | undefined;
|
|
1133
1133
|
plugins?: string[] | undefined;
|
|
1134
1134
|
}, {
|
|
1135
|
-
content?: string[] | undefined;
|
|
1136
1135
|
theme?: Record<string, any> | undefined;
|
|
1136
|
+
content?: string[] | undefined;
|
|
1137
1137
|
plugins?: string[] | undefined;
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1140
1140
|
config?: {
|
|
1141
|
-
content?: string[] | undefined;
|
|
1142
1141
|
theme?: Record<string, any> | undefined;
|
|
1142
|
+
content?: string[] | undefined;
|
|
1143
1143
|
plugins?: string[] | undefined;
|
|
1144
1144
|
} | undefined;
|
|
1145
1145
|
}, {
|
|
1146
1146
|
config?: {
|
|
1147
|
-
content?: string[] | undefined;
|
|
1148
1147
|
theme?: Record<string, any> | undefined;
|
|
1148
|
+
content?: string[] | undefined;
|
|
1149
1149
|
plugins?: string[] | undefined;
|
|
1150
1150
|
} | undefined;
|
|
1151
1151
|
}>>;
|
|
@@ -1198,8 +1198,8 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1198
1198
|
dependency?: string | undefined;
|
|
1199
1199
|
}>;
|
|
1200
1200
|
}, "strip", z.ZodTypeAny, {
|
|
1201
|
-
type: "registry:font";
|
|
1202
1201
|
name: string;
|
|
1202
|
+
type: "registry:font";
|
|
1203
1203
|
font: {
|
|
1204
1204
|
family: string;
|
|
1205
1205
|
provider: "google";
|
|
@@ -1210,45 +1210,45 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1210
1210
|
selector?: string | undefined;
|
|
1211
1211
|
dependency?: string | undefined;
|
|
1212
1212
|
};
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
content?: string[] | undefined;
|
|
1216
|
-
theme?: Record<string, any> | undefined;
|
|
1217
|
-
plugins?: string[] | undefined;
|
|
1218
|
-
} | undefined;
|
|
1219
|
-
} | undefined;
|
|
1220
|
-
docs?: string | undefined;
|
|
1213
|
+
description?: string | undefined;
|
|
1214
|
+
title?: string | undefined;
|
|
1221
1215
|
$schema?: string | undefined;
|
|
1222
|
-
css?: Record<string, any> | undefined;
|
|
1223
1216
|
extends?: string | undefined;
|
|
1224
|
-
title?: string | undefined;
|
|
1225
1217
|
author?: string | undefined;
|
|
1226
|
-
description?: string | undefined;
|
|
1227
1218
|
dependencies?: string[] | undefined;
|
|
1228
1219
|
devDependencies?: string[] | undefined;
|
|
1229
1220
|
registryDependencies?: string[] | undefined;
|
|
1230
1221
|
files?: ({
|
|
1222
|
+
type: "registry:file" | "registry:page";
|
|
1231
1223
|
path: string;
|
|
1232
|
-
type: "registry:page" | "registry:file";
|
|
1233
1224
|
target: string;
|
|
1234
1225
|
content?: string | undefined;
|
|
1235
1226
|
} | {
|
|
1236
|
-
path: string;
|
|
1237
1227
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1228
|
+
path: string;
|
|
1238
1229
|
content?: string | undefined;
|
|
1239
1230
|
target?: string | undefined;
|
|
1240
1231
|
})[] | undefined;
|
|
1232
|
+
tailwind?: {
|
|
1233
|
+
config?: {
|
|
1234
|
+
theme?: Record<string, any> | undefined;
|
|
1235
|
+
content?: string[] | undefined;
|
|
1236
|
+
plugins?: string[] | undefined;
|
|
1237
|
+
} | undefined;
|
|
1238
|
+
} | undefined;
|
|
1241
1239
|
cssVars?: {
|
|
1242
1240
|
theme?: Record<string, string> | undefined;
|
|
1243
1241
|
light?: Record<string, string> | undefined;
|
|
1244
1242
|
dark?: Record<string, string> | undefined;
|
|
1245
1243
|
} | undefined;
|
|
1244
|
+
css?: Record<string, any> | undefined;
|
|
1246
1245
|
envVars?: Record<string, string> | undefined;
|
|
1247
1246
|
meta?: Record<string, any> | undefined;
|
|
1247
|
+
docs?: string | undefined;
|
|
1248
1248
|
categories?: string[] | undefined;
|
|
1249
1249
|
}, {
|
|
1250
|
-
type: "registry:font";
|
|
1251
1250
|
name: string;
|
|
1251
|
+
type: "registry:font";
|
|
1252
1252
|
font: {
|
|
1253
1253
|
family: string;
|
|
1254
1254
|
provider: "google";
|
|
@@ -1259,41 +1259,41 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1259
1259
|
selector?: string | undefined;
|
|
1260
1260
|
dependency?: string | undefined;
|
|
1261
1261
|
};
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
content?: string[] | undefined;
|
|
1265
|
-
theme?: Record<string, any> | undefined;
|
|
1266
|
-
plugins?: string[] | undefined;
|
|
1267
|
-
} | undefined;
|
|
1268
|
-
} | undefined;
|
|
1269
|
-
docs?: string | undefined;
|
|
1262
|
+
description?: string | undefined;
|
|
1263
|
+
title?: string | undefined;
|
|
1270
1264
|
$schema?: string | undefined;
|
|
1271
|
-
css?: Record<string, any> | undefined;
|
|
1272
1265
|
extends?: string | undefined;
|
|
1273
|
-
title?: string | undefined;
|
|
1274
1266
|
author?: string | undefined;
|
|
1275
|
-
description?: string | undefined;
|
|
1276
1267
|
dependencies?: string[] | undefined;
|
|
1277
1268
|
devDependencies?: string[] | undefined;
|
|
1278
1269
|
registryDependencies?: string[] | undefined;
|
|
1279
1270
|
files?: ({
|
|
1271
|
+
type: "registry:file" | "registry:page";
|
|
1280
1272
|
path: string;
|
|
1281
|
-
type: "registry:page" | "registry:file";
|
|
1282
1273
|
target: string;
|
|
1283
1274
|
content?: string | undefined;
|
|
1284
1275
|
} | {
|
|
1285
|
-
path: string;
|
|
1286
1276
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1277
|
+
path: string;
|
|
1287
1278
|
content?: string | undefined;
|
|
1288
1279
|
target?: string | undefined;
|
|
1289
1280
|
})[] | undefined;
|
|
1281
|
+
tailwind?: {
|
|
1282
|
+
config?: {
|
|
1283
|
+
theme?: Record<string, any> | undefined;
|
|
1284
|
+
content?: string[] | undefined;
|
|
1285
|
+
plugins?: string[] | undefined;
|
|
1286
|
+
} | undefined;
|
|
1287
|
+
} | undefined;
|
|
1290
1288
|
cssVars?: {
|
|
1291
1289
|
theme?: Record<string, string> | undefined;
|
|
1292
1290
|
light?: Record<string, string> | undefined;
|
|
1293
1291
|
dark?: Record<string, string> | undefined;
|
|
1294
1292
|
} | undefined;
|
|
1293
|
+
css?: Record<string, any> | undefined;
|
|
1295
1294
|
envVars?: Record<string, string> | undefined;
|
|
1296
1295
|
meta?: Record<string, any> | undefined;
|
|
1296
|
+
docs?: string | undefined;
|
|
1297
1297
|
categories?: string[] | undefined;
|
|
1298
1298
|
}>, z.ZodObject<{
|
|
1299
1299
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -1311,13 +1311,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1311
1311
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
1312
1312
|
target: z.ZodString;
|
|
1313
1313
|
}, "strip", z.ZodTypeAny, {
|
|
1314
|
+
type: "registry:file" | "registry:page";
|
|
1314
1315
|
path: string;
|
|
1315
|
-
type: "registry:page" | "registry:file";
|
|
1316
1316
|
target: string;
|
|
1317
1317
|
content?: string | undefined;
|
|
1318
1318
|
}, {
|
|
1319
|
+
type: "registry:file" | "registry:page";
|
|
1319
1320
|
path: string;
|
|
1320
|
-
type: "registry:page" | "registry:file";
|
|
1321
1321
|
target: string;
|
|
1322
1322
|
content?: string | undefined;
|
|
1323
1323
|
}>, z.ZodObject<{
|
|
@@ -1326,13 +1326,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1326
1326
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
1327
1327
|
target: z.ZodOptional<z.ZodString>;
|
|
1328
1328
|
}, "strip", z.ZodTypeAny, {
|
|
1329
|
-
path: string;
|
|
1330
1329
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1330
|
+
path: string;
|
|
1331
1331
|
content?: string | undefined;
|
|
1332
1332
|
target?: string | undefined;
|
|
1333
1333
|
}, {
|
|
1334
|
-
path: string;
|
|
1335
1334
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1335
|
+
path: string;
|
|
1336
1336
|
content?: string | undefined;
|
|
1337
1337
|
target?: string | undefined;
|
|
1338
1338
|
}>]>, "many">>;
|
|
@@ -1342,24 +1342,24 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1342
1342
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1343
1343
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1344
1344
|
}, "strip", z.ZodTypeAny, {
|
|
1345
|
-
content?: string[] | undefined;
|
|
1346
1345
|
theme?: Record<string, any> | undefined;
|
|
1346
|
+
content?: string[] | undefined;
|
|
1347
1347
|
plugins?: string[] | undefined;
|
|
1348
1348
|
}, {
|
|
1349
|
-
content?: string[] | undefined;
|
|
1350
1349
|
theme?: Record<string, any> | undefined;
|
|
1350
|
+
content?: string[] | undefined;
|
|
1351
1351
|
plugins?: string[] | undefined;
|
|
1352
1352
|
}>>;
|
|
1353
1353
|
}, "strip", z.ZodTypeAny, {
|
|
1354
1354
|
config?: {
|
|
1355
|
-
content?: string[] | undefined;
|
|
1356
1355
|
theme?: Record<string, any> | undefined;
|
|
1356
|
+
content?: string[] | undefined;
|
|
1357
1357
|
plugins?: string[] | undefined;
|
|
1358
1358
|
} | undefined;
|
|
1359
1359
|
}, {
|
|
1360
1360
|
config?: {
|
|
1361
|
-
content?: string[] | undefined;
|
|
1362
1361
|
theme?: Record<string, any> | undefined;
|
|
1362
|
+
content?: string[] | undefined;
|
|
1363
1363
|
plugins?: string[] | undefined;
|
|
1364
1364
|
} | undefined;
|
|
1365
1365
|
}>>;
|
|
@@ -1384,82 +1384,82 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1384
1384
|
} & {
|
|
1385
1385
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:page", "registry:file", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
1386
1386
|
}, "strip", z.ZodTypeAny, {
|
|
1387
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
1388
1387
|
name: string;
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
theme?: Record<string, any> | undefined;
|
|
1393
|
-
plugins?: string[] | undefined;
|
|
1394
|
-
} | undefined;
|
|
1395
|
-
} | undefined;
|
|
1396
|
-
docs?: string | undefined;
|
|
1388
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
1389
|
+
description?: string | undefined;
|
|
1390
|
+
title?: string | undefined;
|
|
1397
1391
|
$schema?: string | undefined;
|
|
1398
|
-
css?: Record<string, any> | undefined;
|
|
1399
1392
|
extends?: string | undefined;
|
|
1400
|
-
title?: string | undefined;
|
|
1401
1393
|
author?: string | undefined;
|
|
1402
|
-
description?: string | undefined;
|
|
1403
1394
|
dependencies?: string[] | undefined;
|
|
1404
1395
|
devDependencies?: string[] | undefined;
|
|
1405
1396
|
registryDependencies?: string[] | undefined;
|
|
1406
1397
|
files?: ({
|
|
1398
|
+
type: "registry:file" | "registry:page";
|
|
1407
1399
|
path: string;
|
|
1408
|
-
type: "registry:page" | "registry:file";
|
|
1409
1400
|
target: string;
|
|
1410
1401
|
content?: string | undefined;
|
|
1411
1402
|
} | {
|
|
1412
|
-
path: string;
|
|
1413
1403
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1404
|
+
path: string;
|
|
1414
1405
|
content?: string | undefined;
|
|
1415
1406
|
target?: string | undefined;
|
|
1416
1407
|
})[] | undefined;
|
|
1408
|
+
tailwind?: {
|
|
1409
|
+
config?: {
|
|
1410
|
+
theme?: Record<string, any> | undefined;
|
|
1411
|
+
content?: string[] | undefined;
|
|
1412
|
+
plugins?: string[] | undefined;
|
|
1413
|
+
} | undefined;
|
|
1414
|
+
} | undefined;
|
|
1417
1415
|
cssVars?: {
|
|
1418
1416
|
theme?: Record<string, string> | undefined;
|
|
1419
1417
|
light?: Record<string, string> | undefined;
|
|
1420
1418
|
dark?: Record<string, string> | undefined;
|
|
1421
1419
|
} | undefined;
|
|
1420
|
+
css?: Record<string, any> | undefined;
|
|
1422
1421
|
envVars?: Record<string, string> | undefined;
|
|
1423
1422
|
meta?: Record<string, any> | undefined;
|
|
1423
|
+
docs?: string | undefined;
|
|
1424
1424
|
categories?: string[] | undefined;
|
|
1425
1425
|
}, {
|
|
1426
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
1427
1426
|
name: string;
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
theme?: Record<string, any> | undefined;
|
|
1432
|
-
plugins?: string[] | undefined;
|
|
1433
|
-
} | undefined;
|
|
1434
|
-
} | undefined;
|
|
1435
|
-
docs?: string | undefined;
|
|
1427
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
1428
|
+
description?: string | undefined;
|
|
1429
|
+
title?: string | undefined;
|
|
1436
1430
|
$schema?: string | undefined;
|
|
1437
|
-
css?: Record<string, any> | undefined;
|
|
1438
1431
|
extends?: string | undefined;
|
|
1439
|
-
title?: string | undefined;
|
|
1440
1432
|
author?: string | undefined;
|
|
1441
|
-
description?: string | undefined;
|
|
1442
1433
|
dependencies?: string[] | undefined;
|
|
1443
1434
|
devDependencies?: string[] | undefined;
|
|
1444
1435
|
registryDependencies?: string[] | undefined;
|
|
1445
1436
|
files?: ({
|
|
1437
|
+
type: "registry:file" | "registry:page";
|
|
1446
1438
|
path: string;
|
|
1447
|
-
type: "registry:page" | "registry:file";
|
|
1448
1439
|
target: string;
|
|
1449
1440
|
content?: string | undefined;
|
|
1450
1441
|
} | {
|
|
1451
|
-
path: string;
|
|
1452
1442
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1443
|
+
path: string;
|
|
1453
1444
|
content?: string | undefined;
|
|
1454
1445
|
target?: string | undefined;
|
|
1455
1446
|
})[] | undefined;
|
|
1447
|
+
tailwind?: {
|
|
1448
|
+
config?: {
|
|
1449
|
+
theme?: Record<string, any> | undefined;
|
|
1450
|
+
content?: string[] | undefined;
|
|
1451
|
+
plugins?: string[] | undefined;
|
|
1452
|
+
} | undefined;
|
|
1453
|
+
} | undefined;
|
|
1456
1454
|
cssVars?: {
|
|
1457
1455
|
theme?: Record<string, string> | undefined;
|
|
1458
1456
|
light?: Record<string, string> | undefined;
|
|
1459
1457
|
dark?: Record<string, string> | undefined;
|
|
1460
1458
|
} | undefined;
|
|
1459
|
+
css?: Record<string, any> | undefined;
|
|
1461
1460
|
envVars?: Record<string, string> | undefined;
|
|
1462
1461
|
meta?: Record<string, any> | undefined;
|
|
1462
|
+
docs?: string | undefined;
|
|
1463
1463
|
categories?: string[] | undefined;
|
|
1464
1464
|
}>]>;
|
|
1465
1465
|
type RegistryItem = z.infer<typeof registryItemSchema>;
|
|
@@ -1488,13 +1488,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1488
1488
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
1489
1489
|
target: z.ZodString;
|
|
1490
1490
|
}, "strip", z.ZodTypeAny, {
|
|
1491
|
+
type: "registry:file" | "registry:page";
|
|
1491
1492
|
path: string;
|
|
1492
|
-
type: "registry:page" | "registry:file";
|
|
1493
1493
|
target: string;
|
|
1494
1494
|
content?: string | undefined;
|
|
1495
1495
|
}, {
|
|
1496
|
+
type: "registry:file" | "registry:page";
|
|
1496
1497
|
path: string;
|
|
1497
|
-
type: "registry:page" | "registry:file";
|
|
1498
1498
|
target: string;
|
|
1499
1499
|
content?: string | undefined;
|
|
1500
1500
|
}>, z.ZodObject<{
|
|
@@ -1503,13 +1503,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1503
1503
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
1504
1504
|
target: z.ZodOptional<z.ZodString>;
|
|
1505
1505
|
}, "strip", z.ZodTypeAny, {
|
|
1506
|
-
path: string;
|
|
1507
1506
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1507
|
+
path: string;
|
|
1508
1508
|
content?: string | undefined;
|
|
1509
1509
|
target?: string | undefined;
|
|
1510
1510
|
}, {
|
|
1511
|
-
path: string;
|
|
1512
1511
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1512
|
+
path: string;
|
|
1513
1513
|
content?: string | undefined;
|
|
1514
1514
|
target?: string | undefined;
|
|
1515
1515
|
}>]>, "many">>;
|
|
@@ -1519,24 +1519,24 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1519
1519
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1520
1520
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1521
1521
|
}, "strip", z.ZodTypeAny, {
|
|
1522
|
-
content?: string[] | undefined;
|
|
1523
1522
|
theme?: Record<string, any> | undefined;
|
|
1523
|
+
content?: string[] | undefined;
|
|
1524
1524
|
plugins?: string[] | undefined;
|
|
1525
1525
|
}, {
|
|
1526
|
-
content?: string[] | undefined;
|
|
1527
1526
|
theme?: Record<string, any> | undefined;
|
|
1527
|
+
content?: string[] | undefined;
|
|
1528
1528
|
plugins?: string[] | undefined;
|
|
1529
1529
|
}>>;
|
|
1530
1530
|
}, "strip", z.ZodTypeAny, {
|
|
1531
1531
|
config?: {
|
|
1532
|
-
content?: string[] | undefined;
|
|
1533
1532
|
theme?: Record<string, any> | undefined;
|
|
1533
|
+
content?: string[] | undefined;
|
|
1534
1534
|
plugins?: string[] | undefined;
|
|
1535
1535
|
} | undefined;
|
|
1536
1536
|
}, {
|
|
1537
1537
|
config?: {
|
|
1538
|
-
content?: string[] | undefined;
|
|
1539
1538
|
theme?: Record<string, any> | undefined;
|
|
1539
|
+
content?: string[] | undefined;
|
|
1540
1540
|
plugins?: string[] | undefined;
|
|
1541
1541
|
} | undefined;
|
|
1542
1542
|
}>>;
|
|
@@ -1596,14 +1596,14 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1596
1596
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1597
1597
|
}, "strip", z.ZodTypeAny, {
|
|
1598
1598
|
components?: string | undefined;
|
|
1599
|
-
ui?: string | undefined;
|
|
1600
1599
|
utils?: string | undefined;
|
|
1600
|
+
ui?: string | undefined;
|
|
1601
1601
|
lib?: string | undefined;
|
|
1602
1602
|
hooks?: string | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
components?: string | undefined;
|
|
1605
|
-
ui?: string | undefined;
|
|
1606
1605
|
utils?: string | undefined;
|
|
1606
|
+
ui?: string | undefined;
|
|
1607
1607
|
lib?: string | undefined;
|
|
1608
1608
|
hooks?: string | undefined;
|
|
1609
1609
|
}>>;
|
|
@@ -1621,6 +1621,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1621
1621
|
headers?: Record<string, string> | undefined;
|
|
1622
1622
|
}>]>>>>;
|
|
1623
1623
|
}, "strict", z.ZodTypeAny, {
|
|
1624
|
+
registries?: Record<string, string | {
|
|
1625
|
+
url: string;
|
|
1626
|
+
params?: Record<string, string> | undefined;
|
|
1627
|
+
headers?: Record<string, string> | undefined;
|
|
1628
|
+
}> | undefined;
|
|
1629
|
+
$schema?: string | undefined;
|
|
1624
1630
|
tailwind?: {
|
|
1625
1631
|
config?: string | undefined;
|
|
1626
1632
|
css?: string | undefined;
|
|
@@ -1628,27 +1634,27 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1628
1634
|
cssVariables?: boolean | undefined;
|
|
1629
1635
|
prefix?: string | undefined;
|
|
1630
1636
|
} | undefined;
|
|
1631
|
-
$schema?: string | undefined;
|
|
1632
1637
|
style?: string | undefined;
|
|
1633
1638
|
rsc?: boolean | undefined;
|
|
1634
1639
|
tsx?: boolean | undefined;
|
|
1635
1640
|
iconLibrary?: string | undefined;
|
|
1636
1641
|
rtl?: boolean | undefined;
|
|
1637
1642
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
1638
|
-
menuAccent?: "
|
|
1643
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
1639
1644
|
aliases?: {
|
|
1640
1645
|
components?: string | undefined;
|
|
1641
|
-
ui?: string | undefined;
|
|
1642
1646
|
utils?: string | undefined;
|
|
1647
|
+
ui?: string | undefined;
|
|
1643
1648
|
lib?: string | undefined;
|
|
1644
1649
|
hooks?: string | undefined;
|
|
1645
1650
|
} | undefined;
|
|
1651
|
+
}, {
|
|
1646
1652
|
registries?: Record<string, string | {
|
|
1647
1653
|
url: string;
|
|
1648
1654
|
params?: Record<string, string> | undefined;
|
|
1649
1655
|
headers?: Record<string, string> | undefined;
|
|
1650
1656
|
}> | undefined;
|
|
1651
|
-
|
|
1657
|
+
$schema?: string | undefined;
|
|
1652
1658
|
tailwind?: {
|
|
1653
1659
|
config?: string | undefined;
|
|
1654
1660
|
css?: string | undefined;
|
|
@@ -1656,40 +1662,31 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1656
1662
|
cssVariables?: boolean | undefined;
|
|
1657
1663
|
prefix?: string | undefined;
|
|
1658
1664
|
} | undefined;
|
|
1659
|
-
$schema?: string | undefined;
|
|
1660
1665
|
style?: string | undefined;
|
|
1661
1666
|
rsc?: boolean | undefined;
|
|
1662
1667
|
tsx?: boolean | undefined;
|
|
1663
1668
|
iconLibrary?: string | undefined;
|
|
1664
1669
|
rtl?: boolean | undefined;
|
|
1665
1670
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
1666
|
-
menuAccent?: "
|
|
1671
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
1667
1672
|
aliases?: {
|
|
1668
1673
|
components?: string | undefined;
|
|
1669
|
-
ui?: string | undefined;
|
|
1670
1674
|
utils?: string | undefined;
|
|
1675
|
+
ui?: string | undefined;
|
|
1671
1676
|
lib?: string | undefined;
|
|
1672
1677
|
hooks?: string | undefined;
|
|
1673
1678
|
} | undefined;
|
|
1679
|
+
}>>;
|
|
1680
|
+
}, "strip", z.ZodTypeAny, {
|
|
1681
|
+
name: string;
|
|
1682
|
+
type: "registry:base";
|
|
1683
|
+
config?: {
|
|
1674
1684
|
registries?: Record<string, string | {
|
|
1675
1685
|
url: string;
|
|
1676
1686
|
params?: Record<string, string> | undefined;
|
|
1677
1687
|
headers?: Record<string, string> | undefined;
|
|
1678
1688
|
}> | undefined;
|
|
1679
|
-
|
|
1680
|
-
}, "strip", z.ZodTypeAny, {
|
|
1681
|
-
type: "registry:base";
|
|
1682
|
-
name: string;
|
|
1683
|
-
tailwind?: {
|
|
1684
|
-
config?: {
|
|
1685
|
-
content?: string[] | undefined;
|
|
1686
|
-
theme?: Record<string, any> | undefined;
|
|
1687
|
-
plugins?: string[] | undefined;
|
|
1688
|
-
} | undefined;
|
|
1689
|
-
} | undefined;
|
|
1690
|
-
docs?: string | undefined;
|
|
1691
|
-
$schema?: string | undefined;
|
|
1692
|
-
config?: {
|
|
1689
|
+
$schema?: string | undefined;
|
|
1693
1690
|
tailwind?: {
|
|
1694
1691
|
config?: string | undefined;
|
|
1695
1692
|
css?: string | undefined;
|
|
@@ -1697,67 +1694,67 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1697
1694
|
cssVariables?: boolean | undefined;
|
|
1698
1695
|
prefix?: string | undefined;
|
|
1699
1696
|
} | undefined;
|
|
1700
|
-
$schema?: string | undefined;
|
|
1701
1697
|
style?: string | undefined;
|
|
1702
1698
|
rsc?: boolean | undefined;
|
|
1703
1699
|
tsx?: boolean | undefined;
|
|
1704
1700
|
iconLibrary?: string | undefined;
|
|
1705
1701
|
rtl?: boolean | undefined;
|
|
1706
1702
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
1707
|
-
menuAccent?: "
|
|
1703
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
1708
1704
|
aliases?: {
|
|
1709
1705
|
components?: string | undefined;
|
|
1710
|
-
ui?: string | undefined;
|
|
1711
1706
|
utils?: string | undefined;
|
|
1707
|
+
ui?: string | undefined;
|
|
1712
1708
|
lib?: string | undefined;
|
|
1713
1709
|
hooks?: string | undefined;
|
|
1714
1710
|
} | undefined;
|
|
1715
|
-
registries?: Record<string, string | {
|
|
1716
|
-
url: string;
|
|
1717
|
-
params?: Record<string, string> | undefined;
|
|
1718
|
-
headers?: Record<string, string> | undefined;
|
|
1719
|
-
}> | undefined;
|
|
1720
1711
|
} | undefined;
|
|
1721
|
-
|
|
1722
|
-
extends?: string | undefined;
|
|
1712
|
+
description?: string | undefined;
|
|
1723
1713
|
title?: string | undefined;
|
|
1714
|
+
$schema?: string | undefined;
|
|
1715
|
+
extends?: string | undefined;
|
|
1724
1716
|
author?: string | undefined;
|
|
1725
|
-
description?: string | undefined;
|
|
1726
1717
|
dependencies?: string[] | undefined;
|
|
1727
1718
|
devDependencies?: string[] | undefined;
|
|
1728
1719
|
registryDependencies?: string[] | undefined;
|
|
1729
1720
|
files?: ({
|
|
1721
|
+
type: "registry:file" | "registry:page";
|
|
1730
1722
|
path: string;
|
|
1731
|
-
type: "registry:page" | "registry:file";
|
|
1732
1723
|
target: string;
|
|
1733
1724
|
content?: string | undefined;
|
|
1734
1725
|
} | {
|
|
1735
|
-
path: string;
|
|
1736
1726
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1727
|
+
path: string;
|
|
1737
1728
|
content?: string | undefined;
|
|
1738
1729
|
target?: string | undefined;
|
|
1739
1730
|
})[] | undefined;
|
|
1731
|
+
tailwind?: {
|
|
1732
|
+
config?: {
|
|
1733
|
+
theme?: Record<string, any> | undefined;
|
|
1734
|
+
content?: string[] | undefined;
|
|
1735
|
+
plugins?: string[] | undefined;
|
|
1736
|
+
} | undefined;
|
|
1737
|
+
} | undefined;
|
|
1740
1738
|
cssVars?: {
|
|
1741
1739
|
theme?: Record<string, string> | undefined;
|
|
1742
1740
|
light?: Record<string, string> | undefined;
|
|
1743
1741
|
dark?: Record<string, string> | undefined;
|
|
1744
1742
|
} | undefined;
|
|
1743
|
+
css?: Record<string, any> | undefined;
|
|
1745
1744
|
envVars?: Record<string, string> | undefined;
|
|
1746
1745
|
meta?: Record<string, any> | undefined;
|
|
1746
|
+
docs?: string | undefined;
|
|
1747
1747
|
categories?: string[] | undefined;
|
|
1748
1748
|
}, {
|
|
1749
|
-
type: "registry:base";
|
|
1750
1749
|
name: string;
|
|
1751
|
-
|
|
1752
|
-
config?: {
|
|
1753
|
-
content?: string[] | undefined;
|
|
1754
|
-
theme?: Record<string, any> | undefined;
|
|
1755
|
-
plugins?: string[] | undefined;
|
|
1756
|
-
} | undefined;
|
|
1757
|
-
} | undefined;
|
|
1758
|
-
docs?: string | undefined;
|
|
1759
|
-
$schema?: string | undefined;
|
|
1750
|
+
type: "registry:base";
|
|
1760
1751
|
config?: {
|
|
1752
|
+
registries?: Record<string, string | {
|
|
1753
|
+
url: string;
|
|
1754
|
+
params?: Record<string, string> | undefined;
|
|
1755
|
+
headers?: Record<string, string> | undefined;
|
|
1756
|
+
}> | undefined;
|
|
1757
|
+
$schema?: string | undefined;
|
|
1761
1758
|
tailwind?: {
|
|
1762
1759
|
config?: string | undefined;
|
|
1763
1760
|
css?: string | undefined;
|
|
@@ -1765,53 +1762,56 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1765
1762
|
cssVariables?: boolean | undefined;
|
|
1766
1763
|
prefix?: string | undefined;
|
|
1767
1764
|
} | undefined;
|
|
1768
|
-
$schema?: string | undefined;
|
|
1769
1765
|
style?: string | undefined;
|
|
1770
1766
|
rsc?: boolean | undefined;
|
|
1771
1767
|
tsx?: boolean | undefined;
|
|
1772
1768
|
iconLibrary?: string | undefined;
|
|
1773
1769
|
rtl?: boolean | undefined;
|
|
1774
1770
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
1775
|
-
menuAccent?: "
|
|
1771
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
1776
1772
|
aliases?: {
|
|
1777
1773
|
components?: string | undefined;
|
|
1778
|
-
ui?: string | undefined;
|
|
1779
1774
|
utils?: string | undefined;
|
|
1775
|
+
ui?: string | undefined;
|
|
1780
1776
|
lib?: string | undefined;
|
|
1781
1777
|
hooks?: string | undefined;
|
|
1782
1778
|
} | undefined;
|
|
1783
|
-
registries?: Record<string, string | {
|
|
1784
|
-
url: string;
|
|
1785
|
-
params?: Record<string, string> | undefined;
|
|
1786
|
-
headers?: Record<string, string> | undefined;
|
|
1787
|
-
}> | undefined;
|
|
1788
1779
|
} | undefined;
|
|
1789
|
-
|
|
1790
|
-
extends?: string | undefined;
|
|
1780
|
+
description?: string | undefined;
|
|
1791
1781
|
title?: string | undefined;
|
|
1782
|
+
$schema?: string | undefined;
|
|
1783
|
+
extends?: string | undefined;
|
|
1792
1784
|
author?: string | undefined;
|
|
1793
|
-
description?: string | undefined;
|
|
1794
1785
|
dependencies?: string[] | undefined;
|
|
1795
1786
|
devDependencies?: string[] | undefined;
|
|
1796
1787
|
registryDependencies?: string[] | undefined;
|
|
1797
1788
|
files?: ({
|
|
1789
|
+
type: "registry:file" | "registry:page";
|
|
1798
1790
|
path: string;
|
|
1799
|
-
type: "registry:page" | "registry:file";
|
|
1800
1791
|
target: string;
|
|
1801
1792
|
content?: string | undefined;
|
|
1802
1793
|
} | {
|
|
1803
|
-
path: string;
|
|
1804
1794
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1795
|
+
path: string;
|
|
1805
1796
|
content?: string | undefined;
|
|
1806
1797
|
target?: string | undefined;
|
|
1807
1798
|
})[] | undefined;
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1799
|
+
tailwind?: {
|
|
1800
|
+
config?: {
|
|
1801
|
+
theme?: Record<string, any> | undefined;
|
|
1802
|
+
content?: string[] | undefined;
|
|
1803
|
+
plugins?: string[] | undefined;
|
|
1804
|
+
} | undefined;
|
|
1805
|
+
} | undefined;
|
|
1806
|
+
cssVars?: {
|
|
1807
|
+
theme?: Record<string, string> | undefined;
|
|
1808
|
+
light?: Record<string, string> | undefined;
|
|
1811
1809
|
dark?: Record<string, string> | undefined;
|
|
1812
1810
|
} | undefined;
|
|
1811
|
+
css?: Record<string, any> | undefined;
|
|
1813
1812
|
envVars?: Record<string, string> | undefined;
|
|
1814
1813
|
meta?: Record<string, any> | undefined;
|
|
1814
|
+
docs?: string | undefined;
|
|
1815
1815
|
categories?: string[] | undefined;
|
|
1816
1816
|
}>, z.ZodObject<{
|
|
1817
1817
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -1829,13 +1829,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1829
1829
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
1830
1830
|
target: z.ZodString;
|
|
1831
1831
|
}, "strip", z.ZodTypeAny, {
|
|
1832
|
+
type: "registry:file" | "registry:page";
|
|
1832
1833
|
path: string;
|
|
1833
|
-
type: "registry:page" | "registry:file";
|
|
1834
1834
|
target: string;
|
|
1835
1835
|
content?: string | undefined;
|
|
1836
1836
|
}, {
|
|
1837
|
+
type: "registry:file" | "registry:page";
|
|
1837
1838
|
path: string;
|
|
1838
|
-
type: "registry:page" | "registry:file";
|
|
1839
1839
|
target: string;
|
|
1840
1840
|
content?: string | undefined;
|
|
1841
1841
|
}>, z.ZodObject<{
|
|
@@ -1844,13 +1844,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1844
1844
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
1845
1845
|
target: z.ZodOptional<z.ZodString>;
|
|
1846
1846
|
}, "strip", z.ZodTypeAny, {
|
|
1847
|
-
path: string;
|
|
1848
1847
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1848
|
+
path: string;
|
|
1849
1849
|
content?: string | undefined;
|
|
1850
1850
|
target?: string | undefined;
|
|
1851
1851
|
}, {
|
|
1852
|
-
path: string;
|
|
1853
1852
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1853
|
+
path: string;
|
|
1854
1854
|
content?: string | undefined;
|
|
1855
1855
|
target?: string | undefined;
|
|
1856
1856
|
}>]>, "many">>;
|
|
@@ -1860,24 +1860,24 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1860
1860
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1861
1861
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1862
1862
|
}, "strip", z.ZodTypeAny, {
|
|
1863
|
-
content?: string[] | undefined;
|
|
1864
1863
|
theme?: Record<string, any> | undefined;
|
|
1864
|
+
content?: string[] | undefined;
|
|
1865
1865
|
plugins?: string[] | undefined;
|
|
1866
1866
|
}, {
|
|
1867
|
-
content?: string[] | undefined;
|
|
1868
1867
|
theme?: Record<string, any> | undefined;
|
|
1868
|
+
content?: string[] | undefined;
|
|
1869
1869
|
plugins?: string[] | undefined;
|
|
1870
1870
|
}>>;
|
|
1871
1871
|
}, "strip", z.ZodTypeAny, {
|
|
1872
1872
|
config?: {
|
|
1873
|
-
content?: string[] | undefined;
|
|
1874
1873
|
theme?: Record<string, any> | undefined;
|
|
1874
|
+
content?: string[] | undefined;
|
|
1875
1875
|
plugins?: string[] | undefined;
|
|
1876
1876
|
} | undefined;
|
|
1877
1877
|
}, {
|
|
1878
1878
|
config?: {
|
|
1879
|
-
content?: string[] | undefined;
|
|
1880
1879
|
theme?: Record<string, any> | undefined;
|
|
1880
|
+
content?: string[] | undefined;
|
|
1881
1881
|
plugins?: string[] | undefined;
|
|
1882
1882
|
} | undefined;
|
|
1883
1883
|
}>>;
|
|
@@ -1930,8 +1930,8 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1930
1930
|
dependency?: string | undefined;
|
|
1931
1931
|
}>;
|
|
1932
1932
|
}, "strip", z.ZodTypeAny, {
|
|
1933
|
-
type: "registry:font";
|
|
1934
1933
|
name: string;
|
|
1934
|
+
type: "registry:font";
|
|
1935
1935
|
font: {
|
|
1936
1936
|
family: string;
|
|
1937
1937
|
provider: "google";
|
|
@@ -1942,45 +1942,45 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1942
1942
|
selector?: string | undefined;
|
|
1943
1943
|
dependency?: string | undefined;
|
|
1944
1944
|
};
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
content?: string[] | undefined;
|
|
1948
|
-
theme?: Record<string, any> | undefined;
|
|
1949
|
-
plugins?: string[] | undefined;
|
|
1950
|
-
} | undefined;
|
|
1951
|
-
} | undefined;
|
|
1952
|
-
docs?: string | undefined;
|
|
1945
|
+
description?: string | undefined;
|
|
1946
|
+
title?: string | undefined;
|
|
1953
1947
|
$schema?: string | undefined;
|
|
1954
|
-
css?: Record<string, any> | undefined;
|
|
1955
1948
|
extends?: string | undefined;
|
|
1956
|
-
title?: string | undefined;
|
|
1957
1949
|
author?: string | undefined;
|
|
1958
|
-
description?: string | undefined;
|
|
1959
1950
|
dependencies?: string[] | undefined;
|
|
1960
1951
|
devDependencies?: string[] | undefined;
|
|
1961
1952
|
registryDependencies?: string[] | undefined;
|
|
1962
1953
|
files?: ({
|
|
1954
|
+
type: "registry:file" | "registry:page";
|
|
1963
1955
|
path: string;
|
|
1964
|
-
type: "registry:page" | "registry:file";
|
|
1965
1956
|
target: string;
|
|
1966
1957
|
content?: string | undefined;
|
|
1967
1958
|
} | {
|
|
1968
|
-
path: string;
|
|
1969
1959
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
1960
|
+
path: string;
|
|
1970
1961
|
content?: string | undefined;
|
|
1971
1962
|
target?: string | undefined;
|
|
1972
1963
|
})[] | undefined;
|
|
1964
|
+
tailwind?: {
|
|
1965
|
+
config?: {
|
|
1966
|
+
theme?: Record<string, any> | undefined;
|
|
1967
|
+
content?: string[] | undefined;
|
|
1968
|
+
plugins?: string[] | undefined;
|
|
1969
|
+
} | undefined;
|
|
1970
|
+
} | undefined;
|
|
1973
1971
|
cssVars?: {
|
|
1974
1972
|
theme?: Record<string, string> | undefined;
|
|
1975
1973
|
light?: Record<string, string> | undefined;
|
|
1976
1974
|
dark?: Record<string, string> | undefined;
|
|
1977
1975
|
} | undefined;
|
|
1976
|
+
css?: Record<string, any> | undefined;
|
|
1978
1977
|
envVars?: Record<string, string> | undefined;
|
|
1979
1978
|
meta?: Record<string, any> | undefined;
|
|
1979
|
+
docs?: string | undefined;
|
|
1980
1980
|
categories?: string[] | undefined;
|
|
1981
1981
|
}, {
|
|
1982
|
-
type: "registry:font";
|
|
1983
1982
|
name: string;
|
|
1983
|
+
type: "registry:font";
|
|
1984
1984
|
font: {
|
|
1985
1985
|
family: string;
|
|
1986
1986
|
provider: "google";
|
|
@@ -1991,41 +1991,41 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1991
1991
|
selector?: string | undefined;
|
|
1992
1992
|
dependency?: string | undefined;
|
|
1993
1993
|
};
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
content?: string[] | undefined;
|
|
1997
|
-
theme?: Record<string, any> | undefined;
|
|
1998
|
-
plugins?: string[] | undefined;
|
|
1999
|
-
} | undefined;
|
|
2000
|
-
} | undefined;
|
|
2001
|
-
docs?: string | undefined;
|
|
1994
|
+
description?: string | undefined;
|
|
1995
|
+
title?: string | undefined;
|
|
2002
1996
|
$schema?: string | undefined;
|
|
2003
|
-
css?: Record<string, any> | undefined;
|
|
2004
1997
|
extends?: string | undefined;
|
|
2005
|
-
title?: string | undefined;
|
|
2006
1998
|
author?: string | undefined;
|
|
2007
|
-
description?: string | undefined;
|
|
2008
1999
|
dependencies?: string[] | undefined;
|
|
2009
2000
|
devDependencies?: string[] | undefined;
|
|
2010
2001
|
registryDependencies?: string[] | undefined;
|
|
2011
2002
|
files?: ({
|
|
2003
|
+
type: "registry:file" | "registry:page";
|
|
2012
2004
|
path: string;
|
|
2013
|
-
type: "registry:page" | "registry:file";
|
|
2014
2005
|
target: string;
|
|
2015
2006
|
content?: string | undefined;
|
|
2016
2007
|
} | {
|
|
2017
|
-
path: string;
|
|
2018
2008
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2009
|
+
path: string;
|
|
2019
2010
|
content?: string | undefined;
|
|
2020
2011
|
target?: string | undefined;
|
|
2021
2012
|
})[] | undefined;
|
|
2013
|
+
tailwind?: {
|
|
2014
|
+
config?: {
|
|
2015
|
+
theme?: Record<string, any> | undefined;
|
|
2016
|
+
content?: string[] | undefined;
|
|
2017
|
+
plugins?: string[] | undefined;
|
|
2018
|
+
} | undefined;
|
|
2019
|
+
} | undefined;
|
|
2022
2020
|
cssVars?: {
|
|
2023
2021
|
theme?: Record<string, string> | undefined;
|
|
2024
2022
|
light?: Record<string, string> | undefined;
|
|
2025
2023
|
dark?: Record<string, string> | undefined;
|
|
2026
2024
|
} | undefined;
|
|
2025
|
+
css?: Record<string, any> | undefined;
|
|
2027
2026
|
envVars?: Record<string, string> | undefined;
|
|
2028
2027
|
meta?: Record<string, any> | undefined;
|
|
2028
|
+
docs?: string | undefined;
|
|
2029
2029
|
categories?: string[] | undefined;
|
|
2030
2030
|
}>, z.ZodObject<{
|
|
2031
2031
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -2043,13 +2043,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2043
2043
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
2044
2044
|
target: z.ZodString;
|
|
2045
2045
|
}, "strip", z.ZodTypeAny, {
|
|
2046
|
+
type: "registry:file" | "registry:page";
|
|
2046
2047
|
path: string;
|
|
2047
|
-
type: "registry:page" | "registry:file";
|
|
2048
2048
|
target: string;
|
|
2049
2049
|
content?: string | undefined;
|
|
2050
2050
|
}, {
|
|
2051
|
+
type: "registry:file" | "registry:page";
|
|
2051
2052
|
path: string;
|
|
2052
|
-
type: "registry:page" | "registry:file";
|
|
2053
2053
|
target: string;
|
|
2054
2054
|
content?: string | undefined;
|
|
2055
2055
|
}>, z.ZodObject<{
|
|
@@ -2058,13 +2058,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2058
2058
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
2059
2059
|
target: z.ZodOptional<z.ZodString>;
|
|
2060
2060
|
}, "strip", z.ZodTypeAny, {
|
|
2061
|
-
path: string;
|
|
2062
2061
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2062
|
+
path: string;
|
|
2063
2063
|
content?: string | undefined;
|
|
2064
2064
|
target?: string | undefined;
|
|
2065
2065
|
}, {
|
|
2066
|
-
path: string;
|
|
2067
2066
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2067
|
+
path: string;
|
|
2068
2068
|
content?: string | undefined;
|
|
2069
2069
|
target?: string | undefined;
|
|
2070
2070
|
}>]>, "many">>;
|
|
@@ -2074,24 +2074,24 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2074
2074
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2075
2075
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2076
2076
|
}, "strip", z.ZodTypeAny, {
|
|
2077
|
-
content?: string[] | undefined;
|
|
2078
2077
|
theme?: Record<string, any> | undefined;
|
|
2078
|
+
content?: string[] | undefined;
|
|
2079
2079
|
plugins?: string[] | undefined;
|
|
2080
2080
|
}, {
|
|
2081
|
-
content?: string[] | undefined;
|
|
2082
2081
|
theme?: Record<string, any> | undefined;
|
|
2082
|
+
content?: string[] | undefined;
|
|
2083
2083
|
plugins?: string[] | undefined;
|
|
2084
2084
|
}>>;
|
|
2085
2085
|
}, "strip", z.ZodTypeAny, {
|
|
2086
2086
|
config?: {
|
|
2087
|
-
content?: string[] | undefined;
|
|
2088
2087
|
theme?: Record<string, any> | undefined;
|
|
2088
|
+
content?: string[] | undefined;
|
|
2089
2089
|
plugins?: string[] | undefined;
|
|
2090
2090
|
} | undefined;
|
|
2091
2091
|
}, {
|
|
2092
2092
|
config?: {
|
|
2093
|
-
content?: string[] | undefined;
|
|
2094
2093
|
theme?: Record<string, any> | undefined;
|
|
2094
|
+
content?: string[] | undefined;
|
|
2095
2095
|
plugins?: string[] | undefined;
|
|
2096
2096
|
} | undefined;
|
|
2097
2097
|
}>>;
|
|
@@ -2116,100 +2116,96 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2116
2116
|
} & {
|
|
2117
2117
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:page", "registry:file", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
2118
2118
|
}, "strip", z.ZodTypeAny, {
|
|
2119
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2120
2119
|
name: string;
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
theme?: Record<string, any> | undefined;
|
|
2125
|
-
plugins?: string[] | undefined;
|
|
2126
|
-
} | undefined;
|
|
2127
|
-
} | undefined;
|
|
2128
|
-
docs?: string | undefined;
|
|
2120
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2121
|
+
description?: string | undefined;
|
|
2122
|
+
title?: string | undefined;
|
|
2129
2123
|
$schema?: string | undefined;
|
|
2130
|
-
css?: Record<string, any> | undefined;
|
|
2131
2124
|
extends?: string | undefined;
|
|
2132
|
-
title?: string | undefined;
|
|
2133
2125
|
author?: string | undefined;
|
|
2134
|
-
description?: string | undefined;
|
|
2135
2126
|
dependencies?: string[] | undefined;
|
|
2136
2127
|
devDependencies?: string[] | undefined;
|
|
2137
2128
|
registryDependencies?: string[] | undefined;
|
|
2138
2129
|
files?: ({
|
|
2130
|
+
type: "registry:file" | "registry:page";
|
|
2139
2131
|
path: string;
|
|
2140
|
-
type: "registry:page" | "registry:file";
|
|
2141
2132
|
target: string;
|
|
2142
2133
|
content?: string | undefined;
|
|
2143
2134
|
} | {
|
|
2144
|
-
path: string;
|
|
2145
2135
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2136
|
+
path: string;
|
|
2146
2137
|
content?: string | undefined;
|
|
2147
2138
|
target?: string | undefined;
|
|
2148
2139
|
})[] | undefined;
|
|
2140
|
+
tailwind?: {
|
|
2141
|
+
config?: {
|
|
2142
|
+
theme?: Record<string, any> | undefined;
|
|
2143
|
+
content?: string[] | undefined;
|
|
2144
|
+
plugins?: string[] | undefined;
|
|
2145
|
+
} | undefined;
|
|
2146
|
+
} | undefined;
|
|
2149
2147
|
cssVars?: {
|
|
2150
2148
|
theme?: Record<string, string> | undefined;
|
|
2151
2149
|
light?: Record<string, string> | undefined;
|
|
2152
2150
|
dark?: Record<string, string> | undefined;
|
|
2153
2151
|
} | undefined;
|
|
2152
|
+
css?: Record<string, any> | undefined;
|
|
2154
2153
|
envVars?: Record<string, string> | undefined;
|
|
2155
2154
|
meta?: Record<string, any> | undefined;
|
|
2155
|
+
docs?: string | undefined;
|
|
2156
2156
|
categories?: string[] | undefined;
|
|
2157
2157
|
}, {
|
|
2158
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2159
2158
|
name: string;
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
theme?: Record<string, any> | undefined;
|
|
2164
|
-
plugins?: string[] | undefined;
|
|
2165
|
-
} | undefined;
|
|
2166
|
-
} | undefined;
|
|
2167
|
-
docs?: string | undefined;
|
|
2159
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2160
|
+
description?: string | undefined;
|
|
2161
|
+
title?: string | undefined;
|
|
2168
2162
|
$schema?: string | undefined;
|
|
2169
|
-
css?: Record<string, any> | undefined;
|
|
2170
2163
|
extends?: string | undefined;
|
|
2171
|
-
title?: string | undefined;
|
|
2172
2164
|
author?: string | undefined;
|
|
2173
|
-
description?: string | undefined;
|
|
2174
2165
|
dependencies?: string[] | undefined;
|
|
2175
2166
|
devDependencies?: string[] | undefined;
|
|
2176
2167
|
registryDependencies?: string[] | undefined;
|
|
2177
2168
|
files?: ({
|
|
2169
|
+
type: "registry:file" | "registry:page";
|
|
2178
2170
|
path: string;
|
|
2179
|
-
type: "registry:page" | "registry:file";
|
|
2180
2171
|
target: string;
|
|
2181
2172
|
content?: string | undefined;
|
|
2182
2173
|
} | {
|
|
2183
|
-
path: string;
|
|
2184
2174
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2175
|
+
path: string;
|
|
2185
2176
|
content?: string | undefined;
|
|
2186
2177
|
target?: string | undefined;
|
|
2187
2178
|
})[] | undefined;
|
|
2179
|
+
tailwind?: {
|
|
2180
|
+
config?: {
|
|
2181
|
+
theme?: Record<string, any> | undefined;
|
|
2182
|
+
content?: string[] | undefined;
|
|
2183
|
+
plugins?: string[] | undefined;
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
} | undefined;
|
|
2188
2186
|
cssVars?: {
|
|
2189
2187
|
theme?: Record<string, string> | undefined;
|
|
2190
2188
|
light?: Record<string, string> | undefined;
|
|
2191
2189
|
dark?: Record<string, string> | undefined;
|
|
2192
2190
|
} | undefined;
|
|
2191
|
+
css?: Record<string, any> | undefined;
|
|
2193
2192
|
envVars?: Record<string, string> | undefined;
|
|
2194
2193
|
meta?: Record<string, any> | undefined;
|
|
2194
|
+
docs?: string | undefined;
|
|
2195
2195
|
categories?: string[] | undefined;
|
|
2196
2196
|
}>]>, "many">;
|
|
2197
2197
|
}, "strip", z.ZodTypeAny, {
|
|
2198
2198
|
name: string;
|
|
2199
|
-
homepage: string;
|
|
2200
2199
|
items: ({
|
|
2201
|
-
type: "registry:base";
|
|
2202
2200
|
name: string;
|
|
2203
|
-
|
|
2204
|
-
config?: {
|
|
2205
|
-
content?: string[] | undefined;
|
|
2206
|
-
theme?: Record<string, any> | undefined;
|
|
2207
|
-
plugins?: string[] | undefined;
|
|
2208
|
-
} | undefined;
|
|
2209
|
-
} | undefined;
|
|
2210
|
-
docs?: string | undefined;
|
|
2211
|
-
$schema?: string | undefined;
|
|
2201
|
+
type: "registry:base";
|
|
2212
2202
|
config?: {
|
|
2203
|
+
registries?: Record<string, string | {
|
|
2204
|
+
url: string;
|
|
2205
|
+
params?: Record<string, string> | undefined;
|
|
2206
|
+
headers?: Record<string, string> | undefined;
|
|
2207
|
+
}> | undefined;
|
|
2208
|
+
$schema?: string | undefined;
|
|
2213
2209
|
tailwind?: {
|
|
2214
2210
|
config?: string | undefined;
|
|
2215
2211
|
css?: string | undefined;
|
|
@@ -2217,57 +2213,60 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2217
2213
|
cssVariables?: boolean | undefined;
|
|
2218
2214
|
prefix?: string | undefined;
|
|
2219
2215
|
} | undefined;
|
|
2220
|
-
$schema?: string | undefined;
|
|
2221
2216
|
style?: string | undefined;
|
|
2222
2217
|
rsc?: boolean | undefined;
|
|
2223
2218
|
tsx?: boolean | undefined;
|
|
2224
2219
|
iconLibrary?: string | undefined;
|
|
2225
2220
|
rtl?: boolean | undefined;
|
|
2226
2221
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
2227
|
-
menuAccent?: "
|
|
2222
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
2228
2223
|
aliases?: {
|
|
2229
2224
|
components?: string | undefined;
|
|
2230
|
-
ui?: string | undefined;
|
|
2231
2225
|
utils?: string | undefined;
|
|
2226
|
+
ui?: string | undefined;
|
|
2232
2227
|
lib?: string | undefined;
|
|
2233
2228
|
hooks?: string | undefined;
|
|
2234
2229
|
} | undefined;
|
|
2235
|
-
registries?: Record<string, string | {
|
|
2236
|
-
url: string;
|
|
2237
|
-
params?: Record<string, string> | undefined;
|
|
2238
|
-
headers?: Record<string, string> | undefined;
|
|
2239
|
-
}> | undefined;
|
|
2240
2230
|
} | undefined;
|
|
2241
|
-
|
|
2242
|
-
extends?: string | undefined;
|
|
2231
|
+
description?: string | undefined;
|
|
2243
2232
|
title?: string | undefined;
|
|
2233
|
+
$schema?: string | undefined;
|
|
2234
|
+
extends?: string | undefined;
|
|
2244
2235
|
author?: string | undefined;
|
|
2245
|
-
description?: string | undefined;
|
|
2246
2236
|
dependencies?: string[] | undefined;
|
|
2247
2237
|
devDependencies?: string[] | undefined;
|
|
2248
2238
|
registryDependencies?: string[] | undefined;
|
|
2249
2239
|
files?: ({
|
|
2240
|
+
type: "registry:file" | "registry:page";
|
|
2250
2241
|
path: string;
|
|
2251
|
-
type: "registry:page" | "registry:file";
|
|
2252
2242
|
target: string;
|
|
2253
2243
|
content?: string | undefined;
|
|
2254
2244
|
} | {
|
|
2255
|
-
path: string;
|
|
2256
2245
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2246
|
+
path: string;
|
|
2257
2247
|
content?: string | undefined;
|
|
2258
2248
|
target?: string | undefined;
|
|
2259
2249
|
})[] | undefined;
|
|
2250
|
+
tailwind?: {
|
|
2251
|
+
config?: {
|
|
2252
|
+
theme?: Record<string, any> | undefined;
|
|
2253
|
+
content?: string[] | undefined;
|
|
2254
|
+
plugins?: string[] | undefined;
|
|
2255
|
+
} | undefined;
|
|
2256
|
+
} | undefined;
|
|
2260
2257
|
cssVars?: {
|
|
2261
2258
|
theme?: Record<string, string> | undefined;
|
|
2262
2259
|
light?: Record<string, string> | undefined;
|
|
2263
2260
|
dark?: Record<string, string> | undefined;
|
|
2264
2261
|
} | undefined;
|
|
2262
|
+
css?: Record<string, any> | undefined;
|
|
2265
2263
|
envVars?: Record<string, string> | undefined;
|
|
2266
2264
|
meta?: Record<string, any> | undefined;
|
|
2265
|
+
docs?: string | undefined;
|
|
2267
2266
|
categories?: string[] | undefined;
|
|
2268
2267
|
} | {
|
|
2269
|
-
type: "registry:font";
|
|
2270
2268
|
name: string;
|
|
2269
|
+
type: "registry:font";
|
|
2271
2270
|
font: {
|
|
2272
2271
|
family: string;
|
|
2273
2272
|
provider: "google";
|
|
@@ -2278,98 +2277,95 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2278
2277
|
selector?: string | undefined;
|
|
2279
2278
|
dependency?: string | undefined;
|
|
2280
2279
|
};
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
content?: string[] | undefined;
|
|
2284
|
-
theme?: Record<string, any> | undefined;
|
|
2285
|
-
plugins?: string[] | undefined;
|
|
2286
|
-
} | undefined;
|
|
2287
|
-
} | undefined;
|
|
2288
|
-
docs?: string | undefined;
|
|
2280
|
+
description?: string | undefined;
|
|
2281
|
+
title?: string | undefined;
|
|
2289
2282
|
$schema?: string | undefined;
|
|
2290
|
-
css?: Record<string, any> | undefined;
|
|
2291
2283
|
extends?: string | undefined;
|
|
2292
|
-
title?: string | undefined;
|
|
2293
2284
|
author?: string | undefined;
|
|
2294
|
-
description?: string | undefined;
|
|
2295
2285
|
dependencies?: string[] | undefined;
|
|
2296
2286
|
devDependencies?: string[] | undefined;
|
|
2297
2287
|
registryDependencies?: string[] | undefined;
|
|
2298
2288
|
files?: ({
|
|
2289
|
+
type: "registry:file" | "registry:page";
|
|
2299
2290
|
path: string;
|
|
2300
|
-
type: "registry:page" | "registry:file";
|
|
2301
2291
|
target: string;
|
|
2302
2292
|
content?: string | undefined;
|
|
2303
2293
|
} | {
|
|
2304
|
-
path: string;
|
|
2305
2294
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2295
|
+
path: string;
|
|
2306
2296
|
content?: string | undefined;
|
|
2307
2297
|
target?: string | undefined;
|
|
2308
2298
|
})[] | undefined;
|
|
2299
|
+
tailwind?: {
|
|
2300
|
+
config?: {
|
|
2301
|
+
theme?: Record<string, any> | undefined;
|
|
2302
|
+
content?: string[] | undefined;
|
|
2303
|
+
plugins?: string[] | undefined;
|
|
2304
|
+
} | undefined;
|
|
2305
|
+
} | undefined;
|
|
2309
2306
|
cssVars?: {
|
|
2310
2307
|
theme?: Record<string, string> | undefined;
|
|
2311
2308
|
light?: Record<string, string> | undefined;
|
|
2312
2309
|
dark?: Record<string, string> | undefined;
|
|
2313
2310
|
} | undefined;
|
|
2311
|
+
css?: Record<string, any> | undefined;
|
|
2314
2312
|
envVars?: Record<string, string> | undefined;
|
|
2315
2313
|
meta?: Record<string, any> | undefined;
|
|
2314
|
+
docs?: string | undefined;
|
|
2316
2315
|
categories?: string[] | undefined;
|
|
2317
2316
|
} | {
|
|
2318
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2319
2317
|
name: string;
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
theme?: Record<string, any> | undefined;
|
|
2324
|
-
plugins?: string[] | undefined;
|
|
2325
|
-
} | undefined;
|
|
2326
|
-
} | undefined;
|
|
2327
|
-
docs?: string | undefined;
|
|
2318
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2319
|
+
description?: string | undefined;
|
|
2320
|
+
title?: string | undefined;
|
|
2328
2321
|
$schema?: string | undefined;
|
|
2329
|
-
css?: Record<string, any> | undefined;
|
|
2330
2322
|
extends?: string | undefined;
|
|
2331
|
-
title?: string | undefined;
|
|
2332
2323
|
author?: string | undefined;
|
|
2333
|
-
description?: string | undefined;
|
|
2334
2324
|
dependencies?: string[] | undefined;
|
|
2335
2325
|
devDependencies?: string[] | undefined;
|
|
2336
2326
|
registryDependencies?: string[] | undefined;
|
|
2337
2327
|
files?: ({
|
|
2328
|
+
type: "registry:file" | "registry:page";
|
|
2338
2329
|
path: string;
|
|
2339
|
-
type: "registry:page" | "registry:file";
|
|
2340
2330
|
target: string;
|
|
2341
2331
|
content?: string | undefined;
|
|
2342
2332
|
} | {
|
|
2343
|
-
path: string;
|
|
2344
2333
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2334
|
+
path: string;
|
|
2345
2335
|
content?: string | undefined;
|
|
2346
2336
|
target?: string | undefined;
|
|
2347
2337
|
})[] | undefined;
|
|
2338
|
+
tailwind?: {
|
|
2339
|
+
config?: {
|
|
2340
|
+
theme?: Record<string, any> | undefined;
|
|
2341
|
+
content?: string[] | undefined;
|
|
2342
|
+
plugins?: string[] | undefined;
|
|
2343
|
+
} | undefined;
|
|
2344
|
+
} | undefined;
|
|
2348
2345
|
cssVars?: {
|
|
2349
2346
|
theme?: Record<string, string> | undefined;
|
|
2350
2347
|
light?: Record<string, string> | undefined;
|
|
2351
2348
|
dark?: Record<string, string> | undefined;
|
|
2352
2349
|
} | undefined;
|
|
2350
|
+
css?: Record<string, any> | undefined;
|
|
2353
2351
|
envVars?: Record<string, string> | undefined;
|
|
2354
2352
|
meta?: Record<string, any> | undefined;
|
|
2353
|
+
docs?: string | undefined;
|
|
2355
2354
|
categories?: string[] | undefined;
|
|
2356
2355
|
})[];
|
|
2356
|
+
homepage: string;
|
|
2357
2357
|
}, {
|
|
2358
2358
|
name: string;
|
|
2359
|
-
homepage: string;
|
|
2360
2359
|
items: ({
|
|
2361
|
-
type: "registry:base";
|
|
2362
2360
|
name: string;
|
|
2363
|
-
|
|
2364
|
-
config?: {
|
|
2365
|
-
content?: string[] | undefined;
|
|
2366
|
-
theme?: Record<string, any> | undefined;
|
|
2367
|
-
plugins?: string[] | undefined;
|
|
2368
|
-
} | undefined;
|
|
2369
|
-
} | undefined;
|
|
2370
|
-
docs?: string | undefined;
|
|
2371
|
-
$schema?: string | undefined;
|
|
2361
|
+
type: "registry:base";
|
|
2372
2362
|
config?: {
|
|
2363
|
+
registries?: Record<string, string | {
|
|
2364
|
+
url: string;
|
|
2365
|
+
params?: Record<string, string> | undefined;
|
|
2366
|
+
headers?: Record<string, string> | undefined;
|
|
2367
|
+
}> | undefined;
|
|
2368
|
+
$schema?: string | undefined;
|
|
2373
2369
|
tailwind?: {
|
|
2374
2370
|
config?: string | undefined;
|
|
2375
2371
|
css?: string | undefined;
|
|
@@ -2377,57 +2373,60 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2377
2373
|
cssVariables?: boolean | undefined;
|
|
2378
2374
|
prefix?: string | undefined;
|
|
2379
2375
|
} | undefined;
|
|
2380
|
-
$schema?: string | undefined;
|
|
2381
2376
|
style?: string | undefined;
|
|
2382
2377
|
rsc?: boolean | undefined;
|
|
2383
2378
|
tsx?: boolean | undefined;
|
|
2384
2379
|
iconLibrary?: string | undefined;
|
|
2385
2380
|
rtl?: boolean | undefined;
|
|
2386
2381
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
2387
|
-
menuAccent?: "
|
|
2382
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
2388
2383
|
aliases?: {
|
|
2389
2384
|
components?: string | undefined;
|
|
2390
|
-
ui?: string | undefined;
|
|
2391
2385
|
utils?: string | undefined;
|
|
2386
|
+
ui?: string | undefined;
|
|
2392
2387
|
lib?: string | undefined;
|
|
2393
2388
|
hooks?: string | undefined;
|
|
2394
2389
|
} | undefined;
|
|
2395
|
-
registries?: Record<string, string | {
|
|
2396
|
-
url: string;
|
|
2397
|
-
params?: Record<string, string> | undefined;
|
|
2398
|
-
headers?: Record<string, string> | undefined;
|
|
2399
|
-
}> | undefined;
|
|
2400
2390
|
} | undefined;
|
|
2401
|
-
|
|
2402
|
-
extends?: string | undefined;
|
|
2391
|
+
description?: string | undefined;
|
|
2403
2392
|
title?: string | undefined;
|
|
2393
|
+
$schema?: string | undefined;
|
|
2394
|
+
extends?: string | undefined;
|
|
2404
2395
|
author?: string | undefined;
|
|
2405
|
-
description?: string | undefined;
|
|
2406
2396
|
dependencies?: string[] | undefined;
|
|
2407
2397
|
devDependencies?: string[] | undefined;
|
|
2408
2398
|
registryDependencies?: string[] | undefined;
|
|
2409
2399
|
files?: ({
|
|
2400
|
+
type: "registry:file" | "registry:page";
|
|
2410
2401
|
path: string;
|
|
2411
|
-
type: "registry:page" | "registry:file";
|
|
2412
2402
|
target: string;
|
|
2413
2403
|
content?: string | undefined;
|
|
2414
2404
|
} | {
|
|
2415
|
-
path: string;
|
|
2416
2405
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2406
|
+
path: string;
|
|
2417
2407
|
content?: string | undefined;
|
|
2418
2408
|
target?: string | undefined;
|
|
2419
2409
|
})[] | undefined;
|
|
2410
|
+
tailwind?: {
|
|
2411
|
+
config?: {
|
|
2412
|
+
theme?: Record<string, any> | undefined;
|
|
2413
|
+
content?: string[] | undefined;
|
|
2414
|
+
plugins?: string[] | undefined;
|
|
2415
|
+
} | undefined;
|
|
2416
|
+
} | undefined;
|
|
2420
2417
|
cssVars?: {
|
|
2421
2418
|
theme?: Record<string, string> | undefined;
|
|
2422
2419
|
light?: Record<string, string> | undefined;
|
|
2423
2420
|
dark?: Record<string, string> | undefined;
|
|
2424
2421
|
} | undefined;
|
|
2422
|
+
css?: Record<string, any> | undefined;
|
|
2425
2423
|
envVars?: Record<string, string> | undefined;
|
|
2426
2424
|
meta?: Record<string, any> | undefined;
|
|
2425
|
+
docs?: string | undefined;
|
|
2427
2426
|
categories?: string[] | undefined;
|
|
2428
2427
|
} | {
|
|
2429
|
-
type: "registry:font";
|
|
2430
2428
|
name: string;
|
|
2429
|
+
type: "registry:font";
|
|
2431
2430
|
font: {
|
|
2432
2431
|
family: string;
|
|
2433
2432
|
provider: "google";
|
|
@@ -2438,82 +2437,83 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2438
2437
|
selector?: string | undefined;
|
|
2439
2438
|
dependency?: string | undefined;
|
|
2440
2439
|
};
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
content?: string[] | undefined;
|
|
2444
|
-
theme?: Record<string, any> | undefined;
|
|
2445
|
-
plugins?: string[] | undefined;
|
|
2446
|
-
} | undefined;
|
|
2447
|
-
} | undefined;
|
|
2448
|
-
docs?: string | undefined;
|
|
2440
|
+
description?: string | undefined;
|
|
2441
|
+
title?: string | undefined;
|
|
2449
2442
|
$schema?: string | undefined;
|
|
2450
|
-
css?: Record<string, any> | undefined;
|
|
2451
2443
|
extends?: string | undefined;
|
|
2452
|
-
title?: string | undefined;
|
|
2453
2444
|
author?: string | undefined;
|
|
2454
|
-
description?: string | undefined;
|
|
2455
2445
|
dependencies?: string[] | undefined;
|
|
2456
2446
|
devDependencies?: string[] | undefined;
|
|
2457
2447
|
registryDependencies?: string[] | undefined;
|
|
2458
2448
|
files?: ({
|
|
2449
|
+
type: "registry:file" | "registry:page";
|
|
2459
2450
|
path: string;
|
|
2460
|
-
type: "registry:page" | "registry:file";
|
|
2461
2451
|
target: string;
|
|
2462
2452
|
content?: string | undefined;
|
|
2463
2453
|
} | {
|
|
2464
|
-
path: string;
|
|
2465
2454
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2455
|
+
path: string;
|
|
2466
2456
|
content?: string | undefined;
|
|
2467
2457
|
target?: string | undefined;
|
|
2468
2458
|
})[] | undefined;
|
|
2459
|
+
tailwind?: {
|
|
2460
|
+
config?: {
|
|
2461
|
+
theme?: Record<string, any> | undefined;
|
|
2462
|
+
content?: string[] | undefined;
|
|
2463
|
+
plugins?: string[] | undefined;
|
|
2464
|
+
} | undefined;
|
|
2465
|
+
} | undefined;
|
|
2469
2466
|
cssVars?: {
|
|
2470
2467
|
theme?: Record<string, string> | undefined;
|
|
2471
2468
|
light?: Record<string, string> | undefined;
|
|
2472
2469
|
dark?: Record<string, string> | undefined;
|
|
2473
2470
|
} | undefined;
|
|
2471
|
+
css?: Record<string, any> | undefined;
|
|
2474
2472
|
envVars?: Record<string, string> | undefined;
|
|
2475
2473
|
meta?: Record<string, any> | undefined;
|
|
2474
|
+
docs?: string | undefined;
|
|
2476
2475
|
categories?: string[] | undefined;
|
|
2477
2476
|
} | {
|
|
2478
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2479
2477
|
name: string;
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
theme?: Record<string, any> | undefined;
|
|
2484
|
-
plugins?: string[] | undefined;
|
|
2485
|
-
} | undefined;
|
|
2486
|
-
} | undefined;
|
|
2487
|
-
docs?: string | undefined;
|
|
2478
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
2479
|
+
description?: string | undefined;
|
|
2480
|
+
title?: string | undefined;
|
|
2488
2481
|
$schema?: string | undefined;
|
|
2489
|
-
css?: Record<string, any> | undefined;
|
|
2490
2482
|
extends?: string | undefined;
|
|
2491
|
-
title?: string | undefined;
|
|
2492
2483
|
author?: string | undefined;
|
|
2493
|
-
description?: string | undefined;
|
|
2494
2484
|
dependencies?: string[] | undefined;
|
|
2495
2485
|
devDependencies?: string[] | undefined;
|
|
2496
2486
|
registryDependencies?: string[] | undefined;
|
|
2497
2487
|
files?: ({
|
|
2488
|
+
type: "registry:file" | "registry:page";
|
|
2498
2489
|
path: string;
|
|
2499
|
-
type: "registry:page" | "registry:file";
|
|
2500
2490
|
target: string;
|
|
2501
2491
|
content?: string | undefined;
|
|
2502
2492
|
} | {
|
|
2503
|
-
path: string;
|
|
2504
2493
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2494
|
+
path: string;
|
|
2505
2495
|
content?: string | undefined;
|
|
2506
2496
|
target?: string | undefined;
|
|
2507
2497
|
})[] | undefined;
|
|
2498
|
+
tailwind?: {
|
|
2499
|
+
config?: {
|
|
2500
|
+
theme?: Record<string, any> | undefined;
|
|
2501
|
+
content?: string[] | undefined;
|
|
2502
|
+
plugins?: string[] | undefined;
|
|
2503
|
+
} | undefined;
|
|
2504
|
+
} | undefined;
|
|
2508
2505
|
cssVars?: {
|
|
2509
2506
|
theme?: Record<string, string> | undefined;
|
|
2510
2507
|
light?: Record<string, string> | undefined;
|
|
2511
2508
|
dark?: Record<string, string> | undefined;
|
|
2512
2509
|
} | undefined;
|
|
2510
|
+
css?: Record<string, any> | undefined;
|
|
2513
2511
|
envVars?: Record<string, string> | undefined;
|
|
2514
2512
|
meta?: Record<string, any> | undefined;
|
|
2513
|
+
docs?: string | undefined;
|
|
2515
2514
|
categories?: string[] | undefined;
|
|
2516
2515
|
})[];
|
|
2516
|
+
homepage: string;
|
|
2517
2517
|
}>;
|
|
2518
2518
|
type Registry = z.infer<typeof registrySchema>;
|
|
2519
2519
|
declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2532,13 +2532,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2532
2532
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
2533
2533
|
target: z.ZodString;
|
|
2534
2534
|
}, "strip", z.ZodTypeAny, {
|
|
2535
|
+
type: "registry:file" | "registry:page";
|
|
2535
2536
|
path: string;
|
|
2536
|
-
type: "registry:page" | "registry:file";
|
|
2537
2537
|
target: string;
|
|
2538
2538
|
content?: string | undefined;
|
|
2539
2539
|
}, {
|
|
2540
|
+
type: "registry:file" | "registry:page";
|
|
2540
2541
|
path: string;
|
|
2541
|
-
type: "registry:page" | "registry:file";
|
|
2542
2542
|
target: string;
|
|
2543
2543
|
content?: string | undefined;
|
|
2544
2544
|
}>, z.ZodObject<{
|
|
@@ -2547,13 +2547,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2547
2547
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
2548
2548
|
target: z.ZodOptional<z.ZodString>;
|
|
2549
2549
|
}, "strip", z.ZodTypeAny, {
|
|
2550
|
-
path: string;
|
|
2551
2550
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2551
|
+
path: string;
|
|
2552
2552
|
content?: string | undefined;
|
|
2553
2553
|
target?: string | undefined;
|
|
2554
2554
|
}, {
|
|
2555
|
-
path: string;
|
|
2556
2555
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2556
|
+
path: string;
|
|
2557
2557
|
content?: string | undefined;
|
|
2558
2558
|
target?: string | undefined;
|
|
2559
2559
|
}>]>, "many">>;
|
|
@@ -2563,24 +2563,24 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2563
2563
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2564
2564
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2565
2565
|
}, "strip", z.ZodTypeAny, {
|
|
2566
|
-
content?: string[] | undefined;
|
|
2567
2566
|
theme?: Record<string, any> | undefined;
|
|
2567
|
+
content?: string[] | undefined;
|
|
2568
2568
|
plugins?: string[] | undefined;
|
|
2569
2569
|
}, {
|
|
2570
|
-
content?: string[] | undefined;
|
|
2571
2570
|
theme?: Record<string, any> | undefined;
|
|
2571
|
+
content?: string[] | undefined;
|
|
2572
2572
|
plugins?: string[] | undefined;
|
|
2573
2573
|
}>>;
|
|
2574
2574
|
}, "strip", z.ZodTypeAny, {
|
|
2575
2575
|
config?: {
|
|
2576
|
-
content?: string[] | undefined;
|
|
2577
2576
|
theme?: Record<string, any> | undefined;
|
|
2577
|
+
content?: string[] | undefined;
|
|
2578
2578
|
plugins?: string[] | undefined;
|
|
2579
2579
|
} | undefined;
|
|
2580
2580
|
}, {
|
|
2581
2581
|
config?: {
|
|
2582
|
-
content?: string[] | undefined;
|
|
2583
2582
|
theme?: Record<string, any> | undefined;
|
|
2583
|
+
content?: string[] | undefined;
|
|
2584
2584
|
plugins?: string[] | undefined;
|
|
2585
2585
|
} | undefined;
|
|
2586
2586
|
}>>;
|
|
@@ -2640,14 +2640,14 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2640
2640
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2641
2641
|
}, "strip", z.ZodTypeAny, {
|
|
2642
2642
|
components?: string | undefined;
|
|
2643
|
-
ui?: string | undefined;
|
|
2644
2643
|
utils?: string | undefined;
|
|
2644
|
+
ui?: string | undefined;
|
|
2645
2645
|
lib?: string | undefined;
|
|
2646
2646
|
hooks?: string | undefined;
|
|
2647
2647
|
}, {
|
|
2648
2648
|
components?: string | undefined;
|
|
2649
|
-
ui?: string | undefined;
|
|
2650
2649
|
utils?: string | undefined;
|
|
2650
|
+
ui?: string | undefined;
|
|
2651
2651
|
lib?: string | undefined;
|
|
2652
2652
|
hooks?: string | undefined;
|
|
2653
2653
|
}>>;
|
|
@@ -2665,6 +2665,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2665
2665
|
headers?: Record<string, string> | undefined;
|
|
2666
2666
|
}>]>>>>;
|
|
2667
2667
|
}, "strict", z.ZodTypeAny, {
|
|
2668
|
+
registries?: Record<string, string | {
|
|
2669
|
+
url: string;
|
|
2670
|
+
params?: Record<string, string> | undefined;
|
|
2671
|
+
headers?: Record<string, string> | undefined;
|
|
2672
|
+
}> | undefined;
|
|
2673
|
+
$schema?: string | undefined;
|
|
2668
2674
|
tailwind?: {
|
|
2669
2675
|
config?: string | undefined;
|
|
2670
2676
|
css?: string | undefined;
|
|
@@ -2672,27 +2678,27 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2672
2678
|
cssVariables?: boolean | undefined;
|
|
2673
2679
|
prefix?: string | undefined;
|
|
2674
2680
|
} | undefined;
|
|
2675
|
-
$schema?: string | undefined;
|
|
2676
2681
|
style?: string | undefined;
|
|
2677
2682
|
rsc?: boolean | undefined;
|
|
2678
2683
|
tsx?: boolean | undefined;
|
|
2679
2684
|
iconLibrary?: string | undefined;
|
|
2680
2685
|
rtl?: boolean | undefined;
|
|
2681
2686
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
2682
|
-
menuAccent?: "
|
|
2687
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
2683
2688
|
aliases?: {
|
|
2684
2689
|
components?: string | undefined;
|
|
2685
|
-
ui?: string | undefined;
|
|
2686
2690
|
utils?: string | undefined;
|
|
2691
|
+
ui?: string | undefined;
|
|
2687
2692
|
lib?: string | undefined;
|
|
2688
2693
|
hooks?: string | undefined;
|
|
2689
2694
|
} | undefined;
|
|
2695
|
+
}, {
|
|
2690
2696
|
registries?: Record<string, string | {
|
|
2691
2697
|
url: string;
|
|
2692
2698
|
params?: Record<string, string> | undefined;
|
|
2693
2699
|
headers?: Record<string, string> | undefined;
|
|
2694
2700
|
}> | undefined;
|
|
2695
|
-
|
|
2701
|
+
$schema?: string | undefined;
|
|
2696
2702
|
tailwind?: {
|
|
2697
2703
|
config?: string | undefined;
|
|
2698
2704
|
css?: string | undefined;
|
|
@@ -2700,40 +2706,31 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2700
2706
|
cssVariables?: boolean | undefined;
|
|
2701
2707
|
prefix?: string | undefined;
|
|
2702
2708
|
} | undefined;
|
|
2703
|
-
$schema?: string | undefined;
|
|
2704
2709
|
style?: string | undefined;
|
|
2705
2710
|
rsc?: boolean | undefined;
|
|
2706
2711
|
tsx?: boolean | undefined;
|
|
2707
2712
|
iconLibrary?: string | undefined;
|
|
2708
2713
|
rtl?: boolean | undefined;
|
|
2709
2714
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
2710
|
-
menuAccent?: "
|
|
2715
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
2711
2716
|
aliases?: {
|
|
2712
2717
|
components?: string | undefined;
|
|
2713
|
-
ui?: string | undefined;
|
|
2714
2718
|
utils?: string | undefined;
|
|
2719
|
+
ui?: string | undefined;
|
|
2715
2720
|
lib?: string | undefined;
|
|
2716
2721
|
hooks?: string | undefined;
|
|
2717
2722
|
} | undefined;
|
|
2723
|
+
}>>;
|
|
2724
|
+
}, "strip", z.ZodTypeAny, {
|
|
2725
|
+
name: string;
|
|
2726
|
+
type: "registry:base";
|
|
2727
|
+
config?: {
|
|
2718
2728
|
registries?: Record<string, string | {
|
|
2719
2729
|
url: string;
|
|
2720
2730
|
params?: Record<string, string> | undefined;
|
|
2721
2731
|
headers?: Record<string, string> | undefined;
|
|
2722
2732
|
}> | undefined;
|
|
2723
|
-
|
|
2724
|
-
}, "strip", z.ZodTypeAny, {
|
|
2725
|
-
type: "registry:base";
|
|
2726
|
-
name: string;
|
|
2727
|
-
tailwind?: {
|
|
2728
|
-
config?: {
|
|
2729
|
-
content?: string[] | undefined;
|
|
2730
|
-
theme?: Record<string, any> | undefined;
|
|
2731
|
-
plugins?: string[] | undefined;
|
|
2732
|
-
} | undefined;
|
|
2733
|
-
} | undefined;
|
|
2734
|
-
docs?: string | undefined;
|
|
2735
|
-
$schema?: string | undefined;
|
|
2736
|
-
config?: {
|
|
2733
|
+
$schema?: string | undefined;
|
|
2737
2734
|
tailwind?: {
|
|
2738
2735
|
config?: string | undefined;
|
|
2739
2736
|
css?: string | undefined;
|
|
@@ -2741,67 +2738,67 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2741
2738
|
cssVariables?: boolean | undefined;
|
|
2742
2739
|
prefix?: string | undefined;
|
|
2743
2740
|
} | undefined;
|
|
2744
|
-
$schema?: string | undefined;
|
|
2745
2741
|
style?: string | undefined;
|
|
2746
2742
|
rsc?: boolean | undefined;
|
|
2747
2743
|
tsx?: boolean | undefined;
|
|
2748
2744
|
iconLibrary?: string | undefined;
|
|
2749
2745
|
rtl?: boolean | undefined;
|
|
2750
2746
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
2751
|
-
menuAccent?: "
|
|
2747
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
2752
2748
|
aliases?: {
|
|
2753
2749
|
components?: string | undefined;
|
|
2754
|
-
ui?: string | undefined;
|
|
2755
2750
|
utils?: string | undefined;
|
|
2751
|
+
ui?: string | undefined;
|
|
2756
2752
|
lib?: string | undefined;
|
|
2757
2753
|
hooks?: string | undefined;
|
|
2758
2754
|
} | undefined;
|
|
2759
|
-
registries?: Record<string, string | {
|
|
2760
|
-
url: string;
|
|
2761
|
-
params?: Record<string, string> | undefined;
|
|
2762
|
-
headers?: Record<string, string> | undefined;
|
|
2763
|
-
}> | undefined;
|
|
2764
2755
|
} | undefined;
|
|
2765
|
-
|
|
2766
|
-
extends?: string | undefined;
|
|
2756
|
+
description?: string | undefined;
|
|
2767
2757
|
title?: string | undefined;
|
|
2758
|
+
$schema?: string | undefined;
|
|
2759
|
+
extends?: string | undefined;
|
|
2768
2760
|
author?: string | undefined;
|
|
2769
|
-
description?: string | undefined;
|
|
2770
2761
|
dependencies?: string[] | undefined;
|
|
2771
2762
|
devDependencies?: string[] | undefined;
|
|
2772
2763
|
registryDependencies?: string[] | undefined;
|
|
2773
2764
|
files?: ({
|
|
2765
|
+
type: "registry:file" | "registry:page";
|
|
2774
2766
|
path: string;
|
|
2775
|
-
type: "registry:page" | "registry:file";
|
|
2776
2767
|
target: string;
|
|
2777
2768
|
content?: string | undefined;
|
|
2778
2769
|
} | {
|
|
2779
|
-
path: string;
|
|
2780
2770
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2771
|
+
path: string;
|
|
2781
2772
|
content?: string | undefined;
|
|
2782
2773
|
target?: string | undefined;
|
|
2783
2774
|
})[] | undefined;
|
|
2775
|
+
tailwind?: {
|
|
2776
|
+
config?: {
|
|
2777
|
+
theme?: Record<string, any> | undefined;
|
|
2778
|
+
content?: string[] | undefined;
|
|
2779
|
+
plugins?: string[] | undefined;
|
|
2780
|
+
} | undefined;
|
|
2781
|
+
} | undefined;
|
|
2784
2782
|
cssVars?: {
|
|
2785
2783
|
theme?: Record<string, string> | undefined;
|
|
2786
2784
|
light?: Record<string, string> | undefined;
|
|
2787
2785
|
dark?: Record<string, string> | undefined;
|
|
2788
2786
|
} | undefined;
|
|
2787
|
+
css?: Record<string, any> | undefined;
|
|
2789
2788
|
envVars?: Record<string, string> | undefined;
|
|
2790
2789
|
meta?: Record<string, any> | undefined;
|
|
2790
|
+
docs?: string | undefined;
|
|
2791
2791
|
categories?: string[] | undefined;
|
|
2792
2792
|
}, {
|
|
2793
|
-
type: "registry:base";
|
|
2794
2793
|
name: string;
|
|
2795
|
-
|
|
2796
|
-
config?: {
|
|
2797
|
-
content?: string[] | undefined;
|
|
2798
|
-
theme?: Record<string, any> | undefined;
|
|
2799
|
-
plugins?: string[] | undefined;
|
|
2800
|
-
} | undefined;
|
|
2801
|
-
} | undefined;
|
|
2802
|
-
docs?: string | undefined;
|
|
2803
|
-
$schema?: string | undefined;
|
|
2794
|
+
type: "registry:base";
|
|
2804
2795
|
config?: {
|
|
2796
|
+
registries?: Record<string, string | {
|
|
2797
|
+
url: string;
|
|
2798
|
+
params?: Record<string, string> | undefined;
|
|
2799
|
+
headers?: Record<string, string> | undefined;
|
|
2800
|
+
}> | undefined;
|
|
2801
|
+
$schema?: string | undefined;
|
|
2805
2802
|
tailwind?: {
|
|
2806
2803
|
config?: string | undefined;
|
|
2807
2804
|
css?: string | undefined;
|
|
@@ -2809,53 +2806,56 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2809
2806
|
cssVariables?: boolean | undefined;
|
|
2810
2807
|
prefix?: string | undefined;
|
|
2811
2808
|
} | undefined;
|
|
2812
|
-
$schema?: string | undefined;
|
|
2813
2809
|
style?: string | undefined;
|
|
2814
2810
|
rsc?: boolean | undefined;
|
|
2815
2811
|
tsx?: boolean | undefined;
|
|
2816
2812
|
iconLibrary?: string | undefined;
|
|
2817
2813
|
rtl?: boolean | undefined;
|
|
2818
2814
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
2819
|
-
menuAccent?: "
|
|
2815
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
2820
2816
|
aliases?: {
|
|
2821
2817
|
components?: string | undefined;
|
|
2822
|
-
ui?: string | undefined;
|
|
2823
2818
|
utils?: string | undefined;
|
|
2819
|
+
ui?: string | undefined;
|
|
2824
2820
|
lib?: string | undefined;
|
|
2825
2821
|
hooks?: string | undefined;
|
|
2826
2822
|
} | undefined;
|
|
2827
|
-
registries?: Record<string, string | {
|
|
2828
|
-
url: string;
|
|
2829
|
-
params?: Record<string, string> | undefined;
|
|
2830
|
-
headers?: Record<string, string> | undefined;
|
|
2831
|
-
}> | undefined;
|
|
2832
2823
|
} | undefined;
|
|
2833
|
-
|
|
2834
|
-
extends?: string | undefined;
|
|
2824
|
+
description?: string | undefined;
|
|
2835
2825
|
title?: string | undefined;
|
|
2826
|
+
$schema?: string | undefined;
|
|
2827
|
+
extends?: string | undefined;
|
|
2836
2828
|
author?: string | undefined;
|
|
2837
|
-
description?: string | undefined;
|
|
2838
2829
|
dependencies?: string[] | undefined;
|
|
2839
2830
|
devDependencies?: string[] | undefined;
|
|
2840
2831
|
registryDependencies?: string[] | undefined;
|
|
2841
2832
|
files?: ({
|
|
2833
|
+
type: "registry:file" | "registry:page";
|
|
2842
2834
|
path: string;
|
|
2843
|
-
type: "registry:page" | "registry:file";
|
|
2844
2835
|
target: string;
|
|
2845
2836
|
content?: string | undefined;
|
|
2846
2837
|
} | {
|
|
2847
|
-
path: string;
|
|
2848
2838
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2839
|
+
path: string;
|
|
2849
2840
|
content?: string | undefined;
|
|
2850
2841
|
target?: string | undefined;
|
|
2851
2842
|
})[] | undefined;
|
|
2843
|
+
tailwind?: {
|
|
2844
|
+
config?: {
|
|
2845
|
+
theme?: Record<string, any> | undefined;
|
|
2846
|
+
content?: string[] | undefined;
|
|
2847
|
+
plugins?: string[] | undefined;
|
|
2848
|
+
} | undefined;
|
|
2849
|
+
} | undefined;
|
|
2852
2850
|
cssVars?: {
|
|
2853
2851
|
theme?: Record<string, string> | undefined;
|
|
2854
2852
|
light?: Record<string, string> | undefined;
|
|
2855
2853
|
dark?: Record<string, string> | undefined;
|
|
2856
2854
|
} | undefined;
|
|
2855
|
+
css?: Record<string, any> | undefined;
|
|
2857
2856
|
envVars?: Record<string, string> | undefined;
|
|
2858
2857
|
meta?: Record<string, any> | undefined;
|
|
2858
|
+
docs?: string | undefined;
|
|
2859
2859
|
categories?: string[] | undefined;
|
|
2860
2860
|
}>, z.ZodObject<{
|
|
2861
2861
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -2873,13 +2873,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2873
2873
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
2874
2874
|
target: z.ZodString;
|
|
2875
2875
|
}, "strip", z.ZodTypeAny, {
|
|
2876
|
+
type: "registry:file" | "registry:page";
|
|
2876
2877
|
path: string;
|
|
2877
|
-
type: "registry:page" | "registry:file";
|
|
2878
2878
|
target: string;
|
|
2879
2879
|
content?: string | undefined;
|
|
2880
2880
|
}, {
|
|
2881
|
+
type: "registry:file" | "registry:page";
|
|
2881
2882
|
path: string;
|
|
2882
|
-
type: "registry:page" | "registry:file";
|
|
2883
2883
|
target: string;
|
|
2884
2884
|
content?: string | undefined;
|
|
2885
2885
|
}>, z.ZodObject<{
|
|
@@ -2888,13 +2888,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2888
2888
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
2889
2889
|
target: z.ZodOptional<z.ZodString>;
|
|
2890
2890
|
}, "strip", z.ZodTypeAny, {
|
|
2891
|
-
path: string;
|
|
2892
2891
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2892
|
+
path: string;
|
|
2893
2893
|
content?: string | undefined;
|
|
2894
2894
|
target?: string | undefined;
|
|
2895
2895
|
}, {
|
|
2896
|
-
path: string;
|
|
2897
2896
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
2897
|
+
path: string;
|
|
2898
2898
|
content?: string | undefined;
|
|
2899
2899
|
target?: string | undefined;
|
|
2900
2900
|
}>]>, "many">>;
|
|
@@ -2904,24 +2904,24 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2904
2904
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2905
2905
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2906
2906
|
}, "strip", z.ZodTypeAny, {
|
|
2907
|
-
content?: string[] | undefined;
|
|
2908
2907
|
theme?: Record<string, any> | undefined;
|
|
2908
|
+
content?: string[] | undefined;
|
|
2909
2909
|
plugins?: string[] | undefined;
|
|
2910
2910
|
}, {
|
|
2911
|
-
content?: string[] | undefined;
|
|
2912
2911
|
theme?: Record<string, any> | undefined;
|
|
2912
|
+
content?: string[] | undefined;
|
|
2913
2913
|
plugins?: string[] | undefined;
|
|
2914
2914
|
}>>;
|
|
2915
2915
|
}, "strip", z.ZodTypeAny, {
|
|
2916
2916
|
config?: {
|
|
2917
|
-
content?: string[] | undefined;
|
|
2918
2917
|
theme?: Record<string, any> | undefined;
|
|
2918
|
+
content?: string[] | undefined;
|
|
2919
2919
|
plugins?: string[] | undefined;
|
|
2920
2920
|
} | undefined;
|
|
2921
2921
|
}, {
|
|
2922
2922
|
config?: {
|
|
2923
|
-
content?: string[] | undefined;
|
|
2924
2923
|
theme?: Record<string, any> | undefined;
|
|
2924
|
+
content?: string[] | undefined;
|
|
2925
2925
|
plugins?: string[] | undefined;
|
|
2926
2926
|
} | undefined;
|
|
2927
2927
|
}>>;
|
|
@@ -2974,8 +2974,8 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2974
2974
|
dependency?: string | undefined;
|
|
2975
2975
|
}>;
|
|
2976
2976
|
}, "strip", z.ZodTypeAny, {
|
|
2977
|
-
type: "registry:font";
|
|
2978
2977
|
name: string;
|
|
2978
|
+
type: "registry:font";
|
|
2979
2979
|
font: {
|
|
2980
2980
|
family: string;
|
|
2981
2981
|
provider: "google";
|
|
@@ -2986,45 +2986,45 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2986
2986
|
selector?: string | undefined;
|
|
2987
2987
|
dependency?: string | undefined;
|
|
2988
2988
|
};
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
content?: string[] | undefined;
|
|
2992
|
-
theme?: Record<string, any> | undefined;
|
|
2993
|
-
plugins?: string[] | undefined;
|
|
2994
|
-
} | undefined;
|
|
2995
|
-
} | undefined;
|
|
2996
|
-
docs?: string | undefined;
|
|
2989
|
+
description?: string | undefined;
|
|
2990
|
+
title?: string | undefined;
|
|
2997
2991
|
$schema?: string | undefined;
|
|
2998
|
-
css?: Record<string, any> | undefined;
|
|
2999
2992
|
extends?: string | undefined;
|
|
3000
|
-
title?: string | undefined;
|
|
3001
2993
|
author?: string | undefined;
|
|
3002
|
-
description?: string | undefined;
|
|
3003
2994
|
dependencies?: string[] | undefined;
|
|
3004
2995
|
devDependencies?: string[] | undefined;
|
|
3005
2996
|
registryDependencies?: string[] | undefined;
|
|
3006
2997
|
files?: ({
|
|
2998
|
+
type: "registry:file" | "registry:page";
|
|
3007
2999
|
path: string;
|
|
3008
|
-
type: "registry:page" | "registry:file";
|
|
3009
3000
|
target: string;
|
|
3010
3001
|
content?: string | undefined;
|
|
3011
3002
|
} | {
|
|
3012
|
-
path: string;
|
|
3013
3003
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3004
|
+
path: string;
|
|
3014
3005
|
content?: string | undefined;
|
|
3015
3006
|
target?: string | undefined;
|
|
3016
3007
|
})[] | undefined;
|
|
3008
|
+
tailwind?: {
|
|
3009
|
+
config?: {
|
|
3010
|
+
theme?: Record<string, any> | undefined;
|
|
3011
|
+
content?: string[] | undefined;
|
|
3012
|
+
plugins?: string[] | undefined;
|
|
3013
|
+
} | undefined;
|
|
3014
|
+
} | undefined;
|
|
3017
3015
|
cssVars?: {
|
|
3018
3016
|
theme?: Record<string, string> | undefined;
|
|
3019
3017
|
light?: Record<string, string> | undefined;
|
|
3020
3018
|
dark?: Record<string, string> | undefined;
|
|
3021
3019
|
} | undefined;
|
|
3020
|
+
css?: Record<string, any> | undefined;
|
|
3022
3021
|
envVars?: Record<string, string> | undefined;
|
|
3023
3022
|
meta?: Record<string, any> | undefined;
|
|
3023
|
+
docs?: string | undefined;
|
|
3024
3024
|
categories?: string[] | undefined;
|
|
3025
3025
|
}, {
|
|
3026
|
-
type: "registry:font";
|
|
3027
3026
|
name: string;
|
|
3027
|
+
type: "registry:font";
|
|
3028
3028
|
font: {
|
|
3029
3029
|
family: string;
|
|
3030
3030
|
provider: "google";
|
|
@@ -3035,41 +3035,41 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3035
3035
|
selector?: string | undefined;
|
|
3036
3036
|
dependency?: string | undefined;
|
|
3037
3037
|
};
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
content?: string[] | undefined;
|
|
3041
|
-
theme?: Record<string, any> | undefined;
|
|
3042
|
-
plugins?: string[] | undefined;
|
|
3043
|
-
} | undefined;
|
|
3044
|
-
} | undefined;
|
|
3045
|
-
docs?: string | undefined;
|
|
3038
|
+
description?: string | undefined;
|
|
3039
|
+
title?: string | undefined;
|
|
3046
3040
|
$schema?: string | undefined;
|
|
3047
|
-
css?: Record<string, any> | undefined;
|
|
3048
3041
|
extends?: string | undefined;
|
|
3049
|
-
title?: string | undefined;
|
|
3050
3042
|
author?: string | undefined;
|
|
3051
|
-
description?: string | undefined;
|
|
3052
3043
|
dependencies?: string[] | undefined;
|
|
3053
3044
|
devDependencies?: string[] | undefined;
|
|
3054
3045
|
registryDependencies?: string[] | undefined;
|
|
3055
3046
|
files?: ({
|
|
3047
|
+
type: "registry:file" | "registry:page";
|
|
3056
3048
|
path: string;
|
|
3057
|
-
type: "registry:page" | "registry:file";
|
|
3058
3049
|
target: string;
|
|
3059
3050
|
content?: string | undefined;
|
|
3060
3051
|
} | {
|
|
3061
|
-
path: string;
|
|
3062
3052
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3053
|
+
path: string;
|
|
3063
3054
|
content?: string | undefined;
|
|
3064
3055
|
target?: string | undefined;
|
|
3065
3056
|
})[] | undefined;
|
|
3057
|
+
tailwind?: {
|
|
3058
|
+
config?: {
|
|
3059
|
+
theme?: Record<string, any> | undefined;
|
|
3060
|
+
content?: string[] | undefined;
|
|
3061
|
+
plugins?: string[] | undefined;
|
|
3062
|
+
} | undefined;
|
|
3063
|
+
} | undefined;
|
|
3066
3064
|
cssVars?: {
|
|
3067
3065
|
theme?: Record<string, string> | undefined;
|
|
3068
3066
|
light?: Record<string, string> | undefined;
|
|
3069
3067
|
dark?: Record<string, string> | undefined;
|
|
3070
3068
|
} | undefined;
|
|
3069
|
+
css?: Record<string, any> | undefined;
|
|
3071
3070
|
envVars?: Record<string, string> | undefined;
|
|
3072
3071
|
meta?: Record<string, any> | undefined;
|
|
3072
|
+
docs?: string | undefined;
|
|
3073
3073
|
categories?: string[] | undefined;
|
|
3074
3074
|
}>, z.ZodObject<{
|
|
3075
3075
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -3087,13 +3087,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3087
3087
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
3088
3088
|
target: z.ZodString;
|
|
3089
3089
|
}, "strip", z.ZodTypeAny, {
|
|
3090
|
+
type: "registry:file" | "registry:page";
|
|
3090
3091
|
path: string;
|
|
3091
|
-
type: "registry:page" | "registry:file";
|
|
3092
3092
|
target: string;
|
|
3093
3093
|
content?: string | undefined;
|
|
3094
3094
|
}, {
|
|
3095
|
+
type: "registry:file" | "registry:page";
|
|
3095
3096
|
path: string;
|
|
3096
|
-
type: "registry:page" | "registry:file";
|
|
3097
3097
|
target: string;
|
|
3098
3098
|
content?: string | undefined;
|
|
3099
3099
|
}>, z.ZodObject<{
|
|
@@ -3102,13 +3102,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3102
3102
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
3103
3103
|
target: z.ZodOptional<z.ZodString>;
|
|
3104
3104
|
}, "strip", z.ZodTypeAny, {
|
|
3105
|
-
path: string;
|
|
3106
3105
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3106
|
+
path: string;
|
|
3107
3107
|
content?: string | undefined;
|
|
3108
3108
|
target?: string | undefined;
|
|
3109
3109
|
}, {
|
|
3110
|
-
path: string;
|
|
3111
3110
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3111
|
+
path: string;
|
|
3112
3112
|
content?: string | undefined;
|
|
3113
3113
|
target?: string | undefined;
|
|
3114
3114
|
}>]>, "many">>;
|
|
@@ -3118,24 +3118,24 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3118
3118
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3119
3119
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3120
3120
|
}, "strip", z.ZodTypeAny, {
|
|
3121
|
-
content?: string[] | undefined;
|
|
3122
3121
|
theme?: Record<string, any> | undefined;
|
|
3122
|
+
content?: string[] | undefined;
|
|
3123
3123
|
plugins?: string[] | undefined;
|
|
3124
3124
|
}, {
|
|
3125
|
-
content?: string[] | undefined;
|
|
3126
3125
|
theme?: Record<string, any> | undefined;
|
|
3126
|
+
content?: string[] | undefined;
|
|
3127
3127
|
plugins?: string[] | undefined;
|
|
3128
3128
|
}>>;
|
|
3129
3129
|
}, "strip", z.ZodTypeAny, {
|
|
3130
3130
|
config?: {
|
|
3131
|
-
content?: string[] | undefined;
|
|
3132
3131
|
theme?: Record<string, any> | undefined;
|
|
3132
|
+
content?: string[] | undefined;
|
|
3133
3133
|
plugins?: string[] | undefined;
|
|
3134
3134
|
} | undefined;
|
|
3135
3135
|
}, {
|
|
3136
3136
|
config?: {
|
|
3137
|
-
content?: string[] | undefined;
|
|
3138
3137
|
theme?: Record<string, any> | undefined;
|
|
3138
|
+
content?: string[] | undefined;
|
|
3139
3139
|
plugins?: string[] | undefined;
|
|
3140
3140
|
} | undefined;
|
|
3141
3141
|
}>>;
|
|
@@ -3160,82 +3160,82 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3160
3160
|
} & {
|
|
3161
3161
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:page", "registry:file", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
3162
3162
|
}, "strip", z.ZodTypeAny, {
|
|
3163
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
3164
3163
|
name: string;
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
theme?: Record<string, any> | undefined;
|
|
3169
|
-
plugins?: string[] | undefined;
|
|
3170
|
-
} | undefined;
|
|
3171
|
-
} | undefined;
|
|
3172
|
-
docs?: string | undefined;
|
|
3164
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
3165
|
+
description?: string | undefined;
|
|
3166
|
+
title?: string | undefined;
|
|
3173
3167
|
$schema?: string | undefined;
|
|
3174
|
-
css?: Record<string, any> | undefined;
|
|
3175
3168
|
extends?: string | undefined;
|
|
3176
|
-
title?: string | undefined;
|
|
3177
3169
|
author?: string | undefined;
|
|
3178
|
-
description?: string | undefined;
|
|
3179
3170
|
dependencies?: string[] | undefined;
|
|
3180
3171
|
devDependencies?: string[] | undefined;
|
|
3181
3172
|
registryDependencies?: string[] | undefined;
|
|
3182
3173
|
files?: ({
|
|
3174
|
+
type: "registry:file" | "registry:page";
|
|
3183
3175
|
path: string;
|
|
3184
|
-
type: "registry:page" | "registry:file";
|
|
3185
3176
|
target: string;
|
|
3186
3177
|
content?: string | undefined;
|
|
3187
3178
|
} | {
|
|
3188
|
-
path: string;
|
|
3189
3179
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3180
|
+
path: string;
|
|
3190
3181
|
content?: string | undefined;
|
|
3191
3182
|
target?: string | undefined;
|
|
3192
3183
|
})[] | undefined;
|
|
3184
|
+
tailwind?: {
|
|
3185
|
+
config?: {
|
|
3186
|
+
theme?: Record<string, any> | undefined;
|
|
3187
|
+
content?: string[] | undefined;
|
|
3188
|
+
plugins?: string[] | undefined;
|
|
3189
|
+
} | undefined;
|
|
3190
|
+
} | undefined;
|
|
3193
3191
|
cssVars?: {
|
|
3194
3192
|
theme?: Record<string, string> | undefined;
|
|
3195
3193
|
light?: Record<string, string> | undefined;
|
|
3196
3194
|
dark?: Record<string, string> | undefined;
|
|
3197
3195
|
} | undefined;
|
|
3196
|
+
css?: Record<string, any> | undefined;
|
|
3198
3197
|
envVars?: Record<string, string> | undefined;
|
|
3199
3198
|
meta?: Record<string, any> | undefined;
|
|
3199
|
+
docs?: string | undefined;
|
|
3200
3200
|
categories?: string[] | undefined;
|
|
3201
3201
|
}, {
|
|
3202
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
3203
3202
|
name: string;
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
theme?: Record<string, any> | undefined;
|
|
3208
|
-
plugins?: string[] | undefined;
|
|
3209
|
-
} | undefined;
|
|
3210
|
-
} | undefined;
|
|
3211
|
-
docs?: string | undefined;
|
|
3203
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
3204
|
+
description?: string | undefined;
|
|
3205
|
+
title?: string | undefined;
|
|
3212
3206
|
$schema?: string | undefined;
|
|
3213
|
-
css?: Record<string, any> | undefined;
|
|
3214
3207
|
extends?: string | undefined;
|
|
3215
|
-
title?: string | undefined;
|
|
3216
3208
|
author?: string | undefined;
|
|
3217
|
-
description?: string | undefined;
|
|
3218
3209
|
dependencies?: string[] | undefined;
|
|
3219
3210
|
devDependencies?: string[] | undefined;
|
|
3220
3211
|
registryDependencies?: string[] | undefined;
|
|
3221
3212
|
files?: ({
|
|
3213
|
+
type: "registry:file" | "registry:page";
|
|
3222
3214
|
path: string;
|
|
3223
|
-
type: "registry:page" | "registry:file";
|
|
3224
3215
|
target: string;
|
|
3225
3216
|
content?: string | undefined;
|
|
3226
3217
|
} | {
|
|
3227
|
-
path: string;
|
|
3228
3218
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3219
|
+
path: string;
|
|
3229
3220
|
content?: string | undefined;
|
|
3230
3221
|
target?: string | undefined;
|
|
3231
3222
|
})[] | undefined;
|
|
3223
|
+
tailwind?: {
|
|
3224
|
+
config?: {
|
|
3225
|
+
theme?: Record<string, any> | undefined;
|
|
3226
|
+
content?: string[] | undefined;
|
|
3227
|
+
plugins?: string[] | undefined;
|
|
3228
|
+
} | undefined;
|
|
3229
|
+
} | undefined;
|
|
3232
3230
|
cssVars?: {
|
|
3233
3231
|
theme?: Record<string, string> | undefined;
|
|
3234
3232
|
light?: Record<string, string> | undefined;
|
|
3235
3233
|
dark?: Record<string, string> | undefined;
|
|
3236
3234
|
} | undefined;
|
|
3235
|
+
css?: Record<string, any> | undefined;
|
|
3237
3236
|
envVars?: Record<string, string> | undefined;
|
|
3238
3237
|
meta?: Record<string, any> | undefined;
|
|
3238
|
+
docs?: string | undefined;
|
|
3239
3239
|
categories?: string[] | undefined;
|
|
3240
3240
|
}>]>, "many">;
|
|
3241
3241
|
declare const stylesSchema: z.ZodArray<z.ZodObject<{
|
|
@@ -3339,13 +3339,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3339
3339
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
3340
3340
|
target: z.ZodString;
|
|
3341
3341
|
}, "strip", z.ZodTypeAny, {
|
|
3342
|
+
type: "registry:file" | "registry:page";
|
|
3342
3343
|
path: string;
|
|
3343
|
-
type: "registry:page" | "registry:file";
|
|
3344
3344
|
target: string;
|
|
3345
3345
|
content?: string | undefined;
|
|
3346
3346
|
}, {
|
|
3347
|
+
type: "registry:file" | "registry:page";
|
|
3347
3348
|
path: string;
|
|
3348
|
-
type: "registry:page" | "registry:file";
|
|
3349
3349
|
target: string;
|
|
3350
3350
|
content?: string | undefined;
|
|
3351
3351
|
}>, z.ZodObject<{
|
|
@@ -3354,13 +3354,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3354
3354
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
3355
3355
|
target: z.ZodOptional<z.ZodString>;
|
|
3356
3356
|
}, "strip", z.ZodTypeAny, {
|
|
3357
|
-
path: string;
|
|
3358
3357
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3358
|
+
path: string;
|
|
3359
3359
|
content?: string | undefined;
|
|
3360
3360
|
target?: string | undefined;
|
|
3361
3361
|
}, {
|
|
3362
|
-
path: string;
|
|
3363
3362
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3363
|
+
path: string;
|
|
3364
3364
|
content?: string | undefined;
|
|
3365
3365
|
target?: string | undefined;
|
|
3366
3366
|
}>]>, "many">>;
|
|
@@ -3370,24 +3370,24 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3370
3370
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3371
3371
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3372
3372
|
}, "strip", z.ZodTypeAny, {
|
|
3373
|
-
content?: string[] | undefined;
|
|
3374
3373
|
theme?: Record<string, any> | undefined;
|
|
3374
|
+
content?: string[] | undefined;
|
|
3375
3375
|
plugins?: string[] | undefined;
|
|
3376
3376
|
}, {
|
|
3377
|
-
content?: string[] | undefined;
|
|
3378
3377
|
theme?: Record<string, any> | undefined;
|
|
3378
|
+
content?: string[] | undefined;
|
|
3379
3379
|
plugins?: string[] | undefined;
|
|
3380
3380
|
}>>;
|
|
3381
3381
|
}, "strip", z.ZodTypeAny, {
|
|
3382
3382
|
config?: {
|
|
3383
|
-
content?: string[] | undefined;
|
|
3384
3383
|
theme?: Record<string, any> | undefined;
|
|
3384
|
+
content?: string[] | undefined;
|
|
3385
3385
|
plugins?: string[] | undefined;
|
|
3386
3386
|
} | undefined;
|
|
3387
3387
|
}, {
|
|
3388
3388
|
config?: {
|
|
3389
|
-
content?: string[] | undefined;
|
|
3390
3389
|
theme?: Record<string, any> | undefined;
|
|
3390
|
+
content?: string[] | undefined;
|
|
3391
3391
|
plugins?: string[] | undefined;
|
|
3392
3392
|
} | undefined;
|
|
3393
3393
|
}>>;
|
|
@@ -3409,7 +3409,7 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3409
3409
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3410
3410
|
docs: z.ZodOptional<z.ZodString>;
|
|
3411
3411
|
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3412
|
-
}, "
|
|
3412
|
+
}, "dependencies" | "devDependencies" | "files" | "tailwind" | "cssVars" | "css" | "envVars" | "docs"> & {
|
|
3413
3413
|
fonts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3414
3414
|
$schema: z.ZodOptional<z.ZodString>;
|
|
3415
3415
|
extends: z.ZodOptional<z.ZodString>;
|
|
@@ -3426,13 +3426,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3426
3426
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
3427
3427
|
target: z.ZodString;
|
|
3428
3428
|
}, "strip", z.ZodTypeAny, {
|
|
3429
|
+
type: "registry:file" | "registry:page";
|
|
3429
3430
|
path: string;
|
|
3430
|
-
type: "registry:page" | "registry:file";
|
|
3431
3431
|
target: string;
|
|
3432
3432
|
content?: string | undefined;
|
|
3433
3433
|
}, {
|
|
3434
|
+
type: "registry:file" | "registry:page";
|
|
3434
3435
|
path: string;
|
|
3435
|
-
type: "registry:page" | "registry:file";
|
|
3436
3436
|
target: string;
|
|
3437
3437
|
content?: string | undefined;
|
|
3438
3438
|
}>, z.ZodObject<{
|
|
@@ -3441,13 +3441,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3441
3441
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:theme", "registry:style", "registry:item", "registry:base", "registry:font", "registry:example", "registry:internal"]>;
|
|
3442
3442
|
target: z.ZodOptional<z.ZodString>;
|
|
3443
3443
|
}, "strip", z.ZodTypeAny, {
|
|
3444
|
-
path: string;
|
|
3445
3444
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3445
|
+
path: string;
|
|
3446
3446
|
content?: string | undefined;
|
|
3447
3447
|
target?: string | undefined;
|
|
3448
3448
|
}, {
|
|
3449
|
-
path: string;
|
|
3450
3449
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3450
|
+
path: string;
|
|
3451
3451
|
content?: string | undefined;
|
|
3452
3452
|
target?: string | undefined;
|
|
3453
3453
|
}>]>, "many">>;
|
|
@@ -3457,24 +3457,24 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3457
3457
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3458
3458
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3459
3459
|
}, "strip", z.ZodTypeAny, {
|
|
3460
|
-
content?: string[] | undefined;
|
|
3461
3460
|
theme?: Record<string, any> | undefined;
|
|
3461
|
+
content?: string[] | undefined;
|
|
3462
3462
|
plugins?: string[] | undefined;
|
|
3463
3463
|
}, {
|
|
3464
|
-
content?: string[] | undefined;
|
|
3465
3464
|
theme?: Record<string, any> | undefined;
|
|
3465
|
+
content?: string[] | undefined;
|
|
3466
3466
|
plugins?: string[] | undefined;
|
|
3467
3467
|
}>>;
|
|
3468
3468
|
}, "strip", z.ZodTypeAny, {
|
|
3469
3469
|
config?: {
|
|
3470
|
-
content?: string[] | undefined;
|
|
3471
3470
|
theme?: Record<string, any> | undefined;
|
|
3471
|
+
content?: string[] | undefined;
|
|
3472
3472
|
plugins?: string[] | undefined;
|
|
3473
3473
|
} | undefined;
|
|
3474
3474
|
}, {
|
|
3475
3475
|
config?: {
|
|
3476
|
-
content?: string[] | undefined;
|
|
3477
3476
|
theme?: Record<string, any> | undefined;
|
|
3477
|
+
content?: string[] | undefined;
|
|
3478
3478
|
plugins?: string[] | undefined;
|
|
3479
3479
|
} | undefined;
|
|
3480
3480
|
}>>;
|
|
@@ -3527,8 +3527,8 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3527
3527
|
dependency?: string | undefined;
|
|
3528
3528
|
}>;
|
|
3529
3529
|
}, "strip", z.ZodTypeAny, {
|
|
3530
|
-
type: "registry:font";
|
|
3531
3530
|
name: string;
|
|
3531
|
+
type: "registry:font";
|
|
3532
3532
|
font: {
|
|
3533
3533
|
family: string;
|
|
3534
3534
|
provider: "google";
|
|
@@ -3539,45 +3539,45 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3539
3539
|
selector?: string | undefined;
|
|
3540
3540
|
dependency?: string | undefined;
|
|
3541
3541
|
};
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
content?: string[] | undefined;
|
|
3545
|
-
theme?: Record<string, any> | undefined;
|
|
3546
|
-
plugins?: string[] | undefined;
|
|
3547
|
-
} | undefined;
|
|
3548
|
-
} | undefined;
|
|
3549
|
-
docs?: string | undefined;
|
|
3542
|
+
description?: string | undefined;
|
|
3543
|
+
title?: string | undefined;
|
|
3550
3544
|
$schema?: string | undefined;
|
|
3551
|
-
css?: Record<string, any> | undefined;
|
|
3552
3545
|
extends?: string | undefined;
|
|
3553
|
-
title?: string | undefined;
|
|
3554
3546
|
author?: string | undefined;
|
|
3555
|
-
description?: string | undefined;
|
|
3556
3547
|
dependencies?: string[] | undefined;
|
|
3557
3548
|
devDependencies?: string[] | undefined;
|
|
3558
3549
|
registryDependencies?: string[] | undefined;
|
|
3559
3550
|
files?: ({
|
|
3551
|
+
type: "registry:file" | "registry:page";
|
|
3560
3552
|
path: string;
|
|
3561
|
-
type: "registry:page" | "registry:file";
|
|
3562
3553
|
target: string;
|
|
3563
3554
|
content?: string | undefined;
|
|
3564
3555
|
} | {
|
|
3565
|
-
path: string;
|
|
3566
3556
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3557
|
+
path: string;
|
|
3567
3558
|
content?: string | undefined;
|
|
3568
3559
|
target?: string | undefined;
|
|
3569
3560
|
})[] | undefined;
|
|
3561
|
+
tailwind?: {
|
|
3562
|
+
config?: {
|
|
3563
|
+
theme?: Record<string, any> | undefined;
|
|
3564
|
+
content?: string[] | undefined;
|
|
3565
|
+
plugins?: string[] | undefined;
|
|
3566
|
+
} | undefined;
|
|
3567
|
+
} | undefined;
|
|
3570
3568
|
cssVars?: {
|
|
3571
3569
|
theme?: Record<string, string> | undefined;
|
|
3572
3570
|
light?: Record<string, string> | undefined;
|
|
3573
3571
|
dark?: Record<string, string> | undefined;
|
|
3574
3572
|
} | undefined;
|
|
3573
|
+
css?: Record<string, any> | undefined;
|
|
3575
3574
|
envVars?: Record<string, string> | undefined;
|
|
3576
3575
|
meta?: Record<string, any> | undefined;
|
|
3576
|
+
docs?: string | undefined;
|
|
3577
3577
|
categories?: string[] | undefined;
|
|
3578
3578
|
}, {
|
|
3579
|
-
type: "registry:font";
|
|
3580
3579
|
name: string;
|
|
3580
|
+
type: "registry:font";
|
|
3581
3581
|
font: {
|
|
3582
3582
|
family: string;
|
|
3583
3583
|
provider: "google";
|
|
@@ -3588,75 +3588,75 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3588
3588
|
selector?: string | undefined;
|
|
3589
3589
|
dependency?: string | undefined;
|
|
3590
3590
|
};
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
content?: string[] | undefined;
|
|
3594
|
-
theme?: Record<string, any> | undefined;
|
|
3595
|
-
plugins?: string[] | undefined;
|
|
3596
|
-
} | undefined;
|
|
3597
|
-
} | undefined;
|
|
3598
|
-
docs?: string | undefined;
|
|
3591
|
+
description?: string | undefined;
|
|
3592
|
+
title?: string | undefined;
|
|
3599
3593
|
$schema?: string | undefined;
|
|
3600
|
-
css?: Record<string, any> | undefined;
|
|
3601
3594
|
extends?: string | undefined;
|
|
3602
|
-
title?: string | undefined;
|
|
3603
3595
|
author?: string | undefined;
|
|
3604
|
-
description?: string | undefined;
|
|
3605
3596
|
dependencies?: string[] | undefined;
|
|
3606
3597
|
devDependencies?: string[] | undefined;
|
|
3607
3598
|
registryDependencies?: string[] | undefined;
|
|
3608
3599
|
files?: ({
|
|
3600
|
+
type: "registry:file" | "registry:page";
|
|
3609
3601
|
path: string;
|
|
3610
|
-
type: "registry:page" | "registry:file";
|
|
3611
3602
|
target: string;
|
|
3612
3603
|
content?: string | undefined;
|
|
3613
3604
|
} | {
|
|
3614
|
-
path: string;
|
|
3615
3605
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3606
|
+
path: string;
|
|
3616
3607
|
content?: string | undefined;
|
|
3617
3608
|
target?: string | undefined;
|
|
3618
3609
|
})[] | undefined;
|
|
3610
|
+
tailwind?: {
|
|
3611
|
+
config?: {
|
|
3612
|
+
theme?: Record<string, any> | undefined;
|
|
3613
|
+
content?: string[] | undefined;
|
|
3614
|
+
plugins?: string[] | undefined;
|
|
3615
|
+
} | undefined;
|
|
3616
|
+
} | undefined;
|
|
3619
3617
|
cssVars?: {
|
|
3620
3618
|
theme?: Record<string, string> | undefined;
|
|
3621
3619
|
light?: Record<string, string> | undefined;
|
|
3622
3620
|
dark?: Record<string, string> | undefined;
|
|
3623
3621
|
} | undefined;
|
|
3622
|
+
css?: Record<string, any> | undefined;
|
|
3624
3623
|
envVars?: Record<string, string> | undefined;
|
|
3625
3624
|
meta?: Record<string, any> | undefined;
|
|
3625
|
+
docs?: string | undefined;
|
|
3626
3626
|
categories?: string[] | undefined;
|
|
3627
3627
|
}>, "many">>;
|
|
3628
3628
|
}, "strip", z.ZodTypeAny, {
|
|
3629
|
-
tailwind?: {
|
|
3630
|
-
config?: {
|
|
3631
|
-
content?: string[] | undefined;
|
|
3632
|
-
theme?: Record<string, any> | undefined;
|
|
3633
|
-
plugins?: string[] | undefined;
|
|
3634
|
-
} | undefined;
|
|
3635
|
-
} | undefined;
|
|
3636
|
-
docs?: string | undefined;
|
|
3637
|
-
css?: Record<string, any> | undefined;
|
|
3638
3629
|
dependencies?: string[] | undefined;
|
|
3639
3630
|
devDependencies?: string[] | undefined;
|
|
3640
3631
|
files?: ({
|
|
3632
|
+
type: "registry:file" | "registry:page";
|
|
3641
3633
|
path: string;
|
|
3642
|
-
type: "registry:page" | "registry:file";
|
|
3643
3634
|
target: string;
|
|
3644
3635
|
content?: string | undefined;
|
|
3645
3636
|
} | {
|
|
3646
|
-
path: string;
|
|
3647
3637
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3638
|
+
path: string;
|
|
3648
3639
|
content?: string | undefined;
|
|
3649
3640
|
target?: string | undefined;
|
|
3650
3641
|
})[] | undefined;
|
|
3642
|
+
tailwind?: {
|
|
3643
|
+
config?: {
|
|
3644
|
+
theme?: Record<string, any> | undefined;
|
|
3645
|
+
content?: string[] | undefined;
|
|
3646
|
+
plugins?: string[] | undefined;
|
|
3647
|
+
} | undefined;
|
|
3648
|
+
} | undefined;
|
|
3651
3649
|
cssVars?: {
|
|
3652
3650
|
theme?: Record<string, string> | undefined;
|
|
3653
3651
|
light?: Record<string, string> | undefined;
|
|
3654
3652
|
dark?: Record<string, string> | undefined;
|
|
3655
3653
|
} | undefined;
|
|
3654
|
+
css?: Record<string, any> | undefined;
|
|
3656
3655
|
envVars?: Record<string, string> | undefined;
|
|
3656
|
+
docs?: string | undefined;
|
|
3657
3657
|
fonts?: {
|
|
3658
|
-
type: "registry:font";
|
|
3659
3658
|
name: string;
|
|
3659
|
+
type: "registry:font";
|
|
3660
3660
|
font: {
|
|
3661
3661
|
family: string;
|
|
3662
3662
|
provider: "google";
|
|
@@ -3667,75 +3667,75 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3667
3667
|
selector?: string | undefined;
|
|
3668
3668
|
dependency?: string | undefined;
|
|
3669
3669
|
};
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
content?: string[] | undefined;
|
|
3673
|
-
theme?: Record<string, any> | undefined;
|
|
3674
|
-
plugins?: string[] | undefined;
|
|
3675
|
-
} | undefined;
|
|
3676
|
-
} | undefined;
|
|
3677
|
-
docs?: string | undefined;
|
|
3670
|
+
description?: string | undefined;
|
|
3671
|
+
title?: string | undefined;
|
|
3678
3672
|
$schema?: string | undefined;
|
|
3679
|
-
css?: Record<string, any> | undefined;
|
|
3680
3673
|
extends?: string | undefined;
|
|
3681
|
-
title?: string | undefined;
|
|
3682
3674
|
author?: string | undefined;
|
|
3683
|
-
description?: string | undefined;
|
|
3684
3675
|
dependencies?: string[] | undefined;
|
|
3685
3676
|
devDependencies?: string[] | undefined;
|
|
3686
3677
|
registryDependencies?: string[] | undefined;
|
|
3687
3678
|
files?: ({
|
|
3679
|
+
type: "registry:file" | "registry:page";
|
|
3688
3680
|
path: string;
|
|
3689
|
-
type: "registry:page" | "registry:file";
|
|
3690
3681
|
target: string;
|
|
3691
3682
|
content?: string | undefined;
|
|
3692
3683
|
} | {
|
|
3693
|
-
path: string;
|
|
3694
3684
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3685
|
+
path: string;
|
|
3695
3686
|
content?: string | undefined;
|
|
3696
3687
|
target?: string | undefined;
|
|
3697
3688
|
})[] | undefined;
|
|
3689
|
+
tailwind?: {
|
|
3690
|
+
config?: {
|
|
3691
|
+
theme?: Record<string, any> | undefined;
|
|
3692
|
+
content?: string[] | undefined;
|
|
3693
|
+
plugins?: string[] | undefined;
|
|
3694
|
+
} | undefined;
|
|
3695
|
+
} | undefined;
|
|
3698
3696
|
cssVars?: {
|
|
3699
3697
|
theme?: Record<string, string> | undefined;
|
|
3700
3698
|
light?: Record<string, string> | undefined;
|
|
3701
3699
|
dark?: Record<string, string> | undefined;
|
|
3702
3700
|
} | undefined;
|
|
3701
|
+
css?: Record<string, any> | undefined;
|
|
3703
3702
|
envVars?: Record<string, string> | undefined;
|
|
3704
3703
|
meta?: Record<string, any> | undefined;
|
|
3704
|
+
docs?: string | undefined;
|
|
3705
3705
|
categories?: string[] | undefined;
|
|
3706
3706
|
}[] | undefined;
|
|
3707
3707
|
}, {
|
|
3708
|
-
tailwind?: {
|
|
3709
|
-
config?: {
|
|
3710
|
-
content?: string[] | undefined;
|
|
3711
|
-
theme?: Record<string, any> | undefined;
|
|
3712
|
-
plugins?: string[] | undefined;
|
|
3713
|
-
} | undefined;
|
|
3714
|
-
} | undefined;
|
|
3715
|
-
docs?: string | undefined;
|
|
3716
|
-
css?: Record<string, any> | undefined;
|
|
3717
3708
|
dependencies?: string[] | undefined;
|
|
3718
3709
|
devDependencies?: string[] | undefined;
|
|
3719
3710
|
files?: ({
|
|
3711
|
+
type: "registry:file" | "registry:page";
|
|
3720
3712
|
path: string;
|
|
3721
|
-
type: "registry:page" | "registry:file";
|
|
3722
3713
|
target: string;
|
|
3723
3714
|
content?: string | undefined;
|
|
3724
3715
|
} | {
|
|
3725
|
-
path: string;
|
|
3726
3716
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3717
|
+
path: string;
|
|
3727
3718
|
content?: string | undefined;
|
|
3728
3719
|
target?: string | undefined;
|
|
3729
3720
|
})[] | undefined;
|
|
3721
|
+
tailwind?: {
|
|
3722
|
+
config?: {
|
|
3723
|
+
theme?: Record<string, any> | undefined;
|
|
3724
|
+
content?: string[] | undefined;
|
|
3725
|
+
plugins?: string[] | undefined;
|
|
3726
|
+
} | undefined;
|
|
3727
|
+
} | undefined;
|
|
3730
3728
|
cssVars?: {
|
|
3731
3729
|
theme?: Record<string, string> | undefined;
|
|
3732
3730
|
light?: Record<string, string> | undefined;
|
|
3733
3731
|
dark?: Record<string, string> | undefined;
|
|
3734
3732
|
} | undefined;
|
|
3733
|
+
css?: Record<string, any> | undefined;
|
|
3735
3734
|
envVars?: Record<string, string> | undefined;
|
|
3735
|
+
docs?: string | undefined;
|
|
3736
3736
|
fonts?: {
|
|
3737
|
-
type: "registry:font";
|
|
3738
3737
|
name: string;
|
|
3738
|
+
type: "registry:font";
|
|
3739
3739
|
font: {
|
|
3740
3740
|
family: string;
|
|
3741
3741
|
provider: "google";
|
|
@@ -3746,41 +3746,41 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3746
3746
|
selector?: string | undefined;
|
|
3747
3747
|
dependency?: string | undefined;
|
|
3748
3748
|
};
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
content?: string[] | undefined;
|
|
3752
|
-
theme?: Record<string, any> | undefined;
|
|
3753
|
-
plugins?: string[] | undefined;
|
|
3754
|
-
} | undefined;
|
|
3755
|
-
} | undefined;
|
|
3756
|
-
docs?: string | undefined;
|
|
3749
|
+
description?: string | undefined;
|
|
3750
|
+
title?: string | undefined;
|
|
3757
3751
|
$schema?: string | undefined;
|
|
3758
|
-
css?: Record<string, any> | undefined;
|
|
3759
3752
|
extends?: string | undefined;
|
|
3760
|
-
title?: string | undefined;
|
|
3761
3753
|
author?: string | undefined;
|
|
3762
|
-
description?: string | undefined;
|
|
3763
3754
|
dependencies?: string[] | undefined;
|
|
3764
3755
|
devDependencies?: string[] | undefined;
|
|
3765
3756
|
registryDependencies?: string[] | undefined;
|
|
3766
3757
|
files?: ({
|
|
3758
|
+
type: "registry:file" | "registry:page";
|
|
3767
3759
|
path: string;
|
|
3768
|
-
type: "registry:page" | "registry:file";
|
|
3769
3760
|
target: string;
|
|
3770
3761
|
content?: string | undefined;
|
|
3771
3762
|
} | {
|
|
3772
|
-
path: string;
|
|
3773
3763
|
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:style" | "registry:item" | "registry:base" | "registry:font" | "registry:example" | "registry:internal";
|
|
3764
|
+
path: string;
|
|
3774
3765
|
content?: string | undefined;
|
|
3775
3766
|
target?: string | undefined;
|
|
3776
3767
|
})[] | undefined;
|
|
3768
|
+
tailwind?: {
|
|
3769
|
+
config?: {
|
|
3770
|
+
theme?: Record<string, any> | undefined;
|
|
3771
|
+
content?: string[] | undefined;
|
|
3772
|
+
plugins?: string[] | undefined;
|
|
3773
|
+
} | undefined;
|
|
3774
|
+
} | undefined;
|
|
3777
3775
|
cssVars?: {
|
|
3778
3776
|
theme?: Record<string, string> | undefined;
|
|
3779
3777
|
light?: Record<string, string> | undefined;
|
|
3780
3778
|
dark?: Record<string, string> | undefined;
|
|
3781
3779
|
} | undefined;
|
|
3780
|
+
css?: Record<string, any> | undefined;
|
|
3782
3781
|
envVars?: Record<string, string> | undefined;
|
|
3783
3782
|
meta?: Record<string, any> | undefined;
|
|
3783
|
+
docs?: string | undefined;
|
|
3784
3784
|
categories?: string[] | undefined;
|
|
3785
3785
|
}[] | undefined;
|
|
3786
3786
|
}>;
|
|
@@ -3791,17 +3791,17 @@ declare const searchResultItemSchema: z.ZodObject<{
|
|
|
3791
3791
|
registry: z.ZodString;
|
|
3792
3792
|
addCommandArgument: z.ZodString;
|
|
3793
3793
|
}, "strip", z.ZodTypeAny, {
|
|
3794
|
-
registry: string;
|
|
3795
3794
|
name: string;
|
|
3795
|
+
registry: string;
|
|
3796
3796
|
addCommandArgument: string;
|
|
3797
|
-
type?: string | undefined;
|
|
3798
3797
|
description?: string | undefined;
|
|
3798
|
+
type?: string | undefined;
|
|
3799
3799
|
}, {
|
|
3800
|
-
registry: string;
|
|
3801
3800
|
name: string;
|
|
3801
|
+
registry: string;
|
|
3802
3802
|
addCommandArgument: string;
|
|
3803
|
-
type?: string | undefined;
|
|
3804
3803
|
description?: string | undefined;
|
|
3804
|
+
type?: string | undefined;
|
|
3805
3805
|
}>;
|
|
3806
3806
|
declare const searchResultsSchema: z.ZodObject<{
|
|
3807
3807
|
pagination: z.ZodObject<{
|
|
@@ -3811,14 +3811,14 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
3811
3811
|
hasMore: z.ZodBoolean;
|
|
3812
3812
|
}, "strip", z.ZodTypeAny, {
|
|
3813
3813
|
total: number;
|
|
3814
|
-
offset: number;
|
|
3815
|
-
limit: number;
|
|
3816
3814
|
hasMore: boolean;
|
|
3815
|
+
limit: number;
|
|
3816
|
+
offset: number;
|
|
3817
3817
|
}, {
|
|
3818
3818
|
total: number;
|
|
3819
|
-
offset: number;
|
|
3820
|
-
limit: number;
|
|
3821
3819
|
hasMore: boolean;
|
|
3820
|
+
limit: number;
|
|
3821
|
+
offset: number;
|
|
3822
3822
|
}>;
|
|
3823
3823
|
items: z.ZodArray<z.ZodObject<{
|
|
3824
3824
|
name: z.ZodString;
|
|
@@ -3827,45 +3827,45 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
3827
3827
|
registry: z.ZodString;
|
|
3828
3828
|
addCommandArgument: z.ZodString;
|
|
3829
3829
|
}, "strip", z.ZodTypeAny, {
|
|
3830
|
-
registry: string;
|
|
3831
3830
|
name: string;
|
|
3831
|
+
registry: string;
|
|
3832
3832
|
addCommandArgument: string;
|
|
3833
|
-
type?: string | undefined;
|
|
3834
3833
|
description?: string | undefined;
|
|
3834
|
+
type?: string | undefined;
|
|
3835
3835
|
}, {
|
|
3836
|
-
registry: string;
|
|
3837
3836
|
name: string;
|
|
3837
|
+
registry: string;
|
|
3838
3838
|
addCommandArgument: string;
|
|
3839
|
-
type?: string | undefined;
|
|
3840
3839
|
description?: string | undefined;
|
|
3840
|
+
type?: string | undefined;
|
|
3841
3841
|
}>, "many">;
|
|
3842
3842
|
}, "strip", z.ZodTypeAny, {
|
|
3843
3843
|
items: {
|
|
3844
|
-
registry: string;
|
|
3845
3844
|
name: string;
|
|
3845
|
+
registry: string;
|
|
3846
3846
|
addCommandArgument: string;
|
|
3847
|
-
type?: string | undefined;
|
|
3848
3847
|
description?: string | undefined;
|
|
3848
|
+
type?: string | undefined;
|
|
3849
3849
|
}[];
|
|
3850
3850
|
pagination: {
|
|
3851
3851
|
total: number;
|
|
3852
|
-
offset: number;
|
|
3853
|
-
limit: number;
|
|
3854
3852
|
hasMore: boolean;
|
|
3853
|
+
limit: number;
|
|
3854
|
+
offset: number;
|
|
3855
3855
|
};
|
|
3856
3856
|
}, {
|
|
3857
3857
|
items: {
|
|
3858
|
-
registry: string;
|
|
3859
3858
|
name: string;
|
|
3859
|
+
registry: string;
|
|
3860
3860
|
addCommandArgument: string;
|
|
3861
|
-
type?: string | undefined;
|
|
3862
3861
|
description?: string | undefined;
|
|
3862
|
+
type?: string | undefined;
|
|
3863
3863
|
}[];
|
|
3864
3864
|
pagination: {
|
|
3865
3865
|
total: number;
|
|
3866
|
-
offset: number;
|
|
3867
|
-
limit: number;
|
|
3868
3866
|
hasMore: boolean;
|
|
3867
|
+
limit: number;
|
|
3868
|
+
offset: number;
|
|
3869
3869
|
};
|
|
3870
3870
|
}>;
|
|
3871
3871
|
declare const registriesIndexSchema: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -3875,13 +3875,13 @@ declare const registriesSchema: z.ZodArray<z.ZodObject<{
|
|
|
3875
3875
|
url: z.ZodString;
|
|
3876
3876
|
description: z.ZodOptional<z.ZodString>;
|
|
3877
3877
|
}, "strip", z.ZodTypeAny, {
|
|
3878
|
-
url: string;
|
|
3879
3878
|
name: string;
|
|
3879
|
+
url: string;
|
|
3880
3880
|
description?: string | undefined;
|
|
3881
3881
|
homepage?: string | undefined;
|
|
3882
3882
|
}, {
|
|
3883
|
-
url: string;
|
|
3884
3883
|
name: string;
|
|
3884
|
+
url: string;
|
|
3885
3885
|
description?: string | undefined;
|
|
3886
3886
|
homepage?: string | undefined;
|
|
3887
3887
|
}>, "many">;
|
|
@@ -3900,29 +3900,29 @@ declare const presetSchema: z.ZodObject<{
|
|
|
3900
3900
|
menuColor: z.ZodEnum<["default", "inverted", "default-translucent", "inverted-translucent"]>;
|
|
3901
3901
|
radius: z.ZodString;
|
|
3902
3902
|
}, "strip", z.ZodTypeAny, {
|
|
3903
|
+
description: string;
|
|
3904
|
+
name: string;
|
|
3905
|
+
title: string;
|
|
3906
|
+
theme: string;
|
|
3903
3907
|
style: string;
|
|
3904
3908
|
baseColor: string;
|
|
3905
3909
|
iconLibrary: string;
|
|
3906
3910
|
rtl: boolean;
|
|
3907
3911
|
menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
|
|
3908
|
-
menuAccent: "
|
|
3909
|
-
theme: string;
|
|
3910
|
-
name: string;
|
|
3911
|
-
title: string;
|
|
3912
|
-
description: string;
|
|
3912
|
+
menuAccent: "subtle" | "bold";
|
|
3913
3913
|
font: string;
|
|
3914
3914
|
base: string;
|
|
3915
3915
|
radius: string;
|
|
3916
3916
|
}, {
|
|
3917
|
+
description: string;
|
|
3918
|
+
name: string;
|
|
3919
|
+
title: string;
|
|
3920
|
+
theme: string;
|
|
3917
3921
|
style: string;
|
|
3918
3922
|
baseColor: string;
|
|
3919
3923
|
iconLibrary: string;
|
|
3920
3924
|
menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
|
|
3921
|
-
menuAccent: "
|
|
3922
|
-
theme: string;
|
|
3923
|
-
name: string;
|
|
3924
|
-
title: string;
|
|
3925
|
-
description: string;
|
|
3925
|
+
menuAccent: "subtle" | "bold";
|
|
3926
3926
|
font: string;
|
|
3927
3927
|
base: string;
|
|
3928
3928
|
radius: string;
|
|
@@ -3945,29 +3945,29 @@ declare const configJsonSchema: z.ZodObject<{
|
|
|
3945
3945
|
menuColor: z.ZodEnum<["default", "inverted", "default-translucent", "inverted-translucent"]>;
|
|
3946
3946
|
radius: z.ZodString;
|
|
3947
3947
|
}, "strip", z.ZodTypeAny, {
|
|
3948
|
+
description: string;
|
|
3949
|
+
name: string;
|
|
3950
|
+
title: string;
|
|
3951
|
+
theme: string;
|
|
3948
3952
|
style: string;
|
|
3949
3953
|
baseColor: string;
|
|
3950
3954
|
iconLibrary: string;
|
|
3951
3955
|
rtl: boolean;
|
|
3952
3956
|
menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
|
|
3953
|
-
menuAccent: "
|
|
3954
|
-
theme: string;
|
|
3955
|
-
name: string;
|
|
3956
|
-
title: string;
|
|
3957
|
-
description: string;
|
|
3957
|
+
menuAccent: "subtle" | "bold";
|
|
3958
3958
|
font: string;
|
|
3959
3959
|
base: string;
|
|
3960
3960
|
radius: string;
|
|
3961
3961
|
}, {
|
|
3962
|
+
description: string;
|
|
3963
|
+
name: string;
|
|
3964
|
+
title: string;
|
|
3965
|
+
theme: string;
|
|
3962
3966
|
style: string;
|
|
3963
3967
|
baseColor: string;
|
|
3964
3968
|
iconLibrary: string;
|
|
3965
3969
|
menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
|
|
3966
|
-
menuAccent: "
|
|
3967
|
-
theme: string;
|
|
3968
|
-
name: string;
|
|
3969
|
-
title: string;
|
|
3970
|
-
description: string;
|
|
3970
|
+
menuAccent: "subtle" | "bold";
|
|
3971
3971
|
font: string;
|
|
3972
3972
|
base: string;
|
|
3973
3973
|
radius: string;
|
|
@@ -3975,31 +3975,31 @@ declare const configJsonSchema: z.ZodObject<{
|
|
|
3975
3975
|
}>, "many">;
|
|
3976
3976
|
}, "strip", z.ZodTypeAny, {
|
|
3977
3977
|
presets: {
|
|
3978
|
+
description: string;
|
|
3979
|
+
name: string;
|
|
3980
|
+
title: string;
|
|
3981
|
+
theme: string;
|
|
3978
3982
|
style: string;
|
|
3979
3983
|
baseColor: string;
|
|
3980
3984
|
iconLibrary: string;
|
|
3981
3985
|
rtl: boolean;
|
|
3982
3986
|
menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
|
|
3983
|
-
menuAccent: "
|
|
3984
|
-
theme: string;
|
|
3985
|
-
name: string;
|
|
3986
|
-
title: string;
|
|
3987
|
-
description: string;
|
|
3987
|
+
menuAccent: "subtle" | "bold";
|
|
3988
3988
|
font: string;
|
|
3989
3989
|
base: string;
|
|
3990
3990
|
radius: string;
|
|
3991
3991
|
}[];
|
|
3992
3992
|
}, {
|
|
3993
3993
|
presets: {
|
|
3994
|
+
description: string;
|
|
3995
|
+
name: string;
|
|
3996
|
+
title: string;
|
|
3997
|
+
theme: string;
|
|
3994
3998
|
style: string;
|
|
3995
3999
|
baseColor: string;
|
|
3996
4000
|
iconLibrary: string;
|
|
3997
4001
|
menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
|
|
3998
|
-
menuAccent: "
|
|
3999
|
-
theme: string;
|
|
4000
|
-
name: string;
|
|
4001
|
-
title: string;
|
|
4002
|
-
description: string;
|
|
4002
|
+
menuAccent: "subtle" | "bold";
|
|
4003
4003
|
font: string;
|
|
4004
4004
|
base: string;
|
|
4005
4005
|
radius: string;
|