hghcn 3.6.25 → 3.6.27
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-DGLIMMUD.js → chunk-2SCX7A3M.js} +7 -7
- package/dist/{chunk-DGLIMMUD.js.map → chunk-2SCX7A3M.js.map} +1 -1
- package/dist/{chunk-SCGCXD6H.js → chunk-QO42GKD6.js} +7 -7
- package/dist/chunk-QO42GKD6.js.map +1 -0
- package/dist/index.d.ts +323 -323
- package/dist/index.js +51 -53
- package/dist/index.js.map +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/registry/index.d.ts +2 -2
- package/dist/registry/index.js +1 -1
- package/dist/schema/index.d.ts +681 -681
- package/package.json +1 -1
- package/dist/chunk-SCGCXD6H.js.map +0 -1
package/dist/schema/index.d.ts
CHANGED
|
@@ -103,15 +103,15 @@ declare const rawConfigSchema: z.ZodObject<{
|
|
|
103
103
|
lib?: string | undefined;
|
|
104
104
|
hooks?: string | undefined;
|
|
105
105
|
};
|
|
106
|
+
$schema?: string | undefined;
|
|
107
|
+
iconLibrary?: string | undefined;
|
|
108
|
+
menuColor?: "default" | "inverted" | undefined;
|
|
109
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
106
110
|
registries?: Record<string, string | {
|
|
107
111
|
url: string;
|
|
108
112
|
params?: Record<string, string> | undefined;
|
|
109
113
|
headers?: Record<string, string> | undefined;
|
|
110
114
|
}> | undefined;
|
|
111
|
-
$schema?: string | undefined;
|
|
112
|
-
iconLibrary?: string | undefined;
|
|
113
|
-
menuColor?: "default" | "inverted" | undefined;
|
|
114
|
-
menuAccent?: "subtle" | "bold" | undefined;
|
|
115
115
|
}, {
|
|
116
116
|
tailwind: {
|
|
117
117
|
css: string;
|
|
@@ -128,17 +128,17 @@ declare const rawConfigSchema: z.ZodObject<{
|
|
|
128
128
|
lib?: string | undefined;
|
|
129
129
|
hooks?: string | undefined;
|
|
130
130
|
};
|
|
131
|
-
registries?: Record<string, string | {
|
|
132
|
-
url: string;
|
|
133
|
-
params?: Record<string, string> | undefined;
|
|
134
|
-
headers?: Record<string, string> | undefined;
|
|
135
|
-
}> | undefined;
|
|
136
131
|
$schema?: string | undefined;
|
|
137
132
|
rsc?: boolean | undefined;
|
|
138
133
|
tsx?: boolean | undefined;
|
|
139
134
|
iconLibrary?: string | undefined;
|
|
140
135
|
menuColor?: "default" | "inverted" | undefined;
|
|
141
136
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
137
|
+
registries?: Record<string, string | {
|
|
138
|
+
url: string;
|
|
139
|
+
params?: Record<string, string> | undefined;
|
|
140
|
+
headers?: Record<string, string> | undefined;
|
|
141
|
+
}> | undefined;
|
|
142
142
|
}>;
|
|
143
143
|
declare const configSchema: z.ZodObject<{
|
|
144
144
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -210,21 +210,21 @@ declare const configSchema: z.ZodObject<{
|
|
|
210
210
|
hooks: z.ZodString;
|
|
211
211
|
ui: z.ZodString;
|
|
212
212
|
}, "strip", z.ZodTypeAny, {
|
|
213
|
-
cwd: string;
|
|
214
213
|
components: string;
|
|
215
|
-
utils: string;
|
|
216
214
|
ui: string;
|
|
215
|
+
utils: string;
|
|
217
216
|
lib: string;
|
|
218
217
|
hooks: string;
|
|
218
|
+
cwd: string;
|
|
219
219
|
tailwindConfig: string;
|
|
220
220
|
tailwindCss: string;
|
|
221
221
|
}, {
|
|
222
|
-
cwd: string;
|
|
223
222
|
components: string;
|
|
224
|
-
utils: string;
|
|
225
223
|
ui: string;
|
|
224
|
+
utils: string;
|
|
226
225
|
lib: string;
|
|
227
226
|
hooks: string;
|
|
227
|
+
cwd: string;
|
|
228
228
|
tailwindConfig: string;
|
|
229
229
|
tailwindCss: string;
|
|
230
230
|
}>;
|
|
@@ -247,24 +247,24 @@ declare const configSchema: z.ZodObject<{
|
|
|
247
247
|
hooks?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
resolvedPaths: {
|
|
250
|
-
cwd: string;
|
|
251
250
|
components: string;
|
|
252
|
-
utils: string;
|
|
253
251
|
ui: string;
|
|
252
|
+
utils: string;
|
|
254
253
|
lib: string;
|
|
255
254
|
hooks: string;
|
|
255
|
+
cwd: string;
|
|
256
256
|
tailwindConfig: string;
|
|
257
257
|
tailwindCss: string;
|
|
258
258
|
};
|
|
259
|
+
$schema?: string | undefined;
|
|
260
|
+
iconLibrary?: string | undefined;
|
|
261
|
+
menuColor?: "default" | "inverted" | undefined;
|
|
262
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
259
263
|
registries?: Record<string, string | {
|
|
260
264
|
url: string;
|
|
261
265
|
params?: Record<string, string> | undefined;
|
|
262
266
|
headers?: Record<string, string> | undefined;
|
|
263
267
|
}> | undefined;
|
|
264
|
-
$schema?: string | undefined;
|
|
265
|
-
iconLibrary?: string | undefined;
|
|
266
|
-
menuColor?: "default" | "inverted" | undefined;
|
|
267
|
-
menuAccent?: "subtle" | "bold" | undefined;
|
|
268
268
|
}, {
|
|
269
269
|
tailwind: {
|
|
270
270
|
css: string;
|
|
@@ -282,26 +282,26 @@ declare const configSchema: z.ZodObject<{
|
|
|
282
282
|
hooks?: string | undefined;
|
|
283
283
|
};
|
|
284
284
|
resolvedPaths: {
|
|
285
|
-
cwd: string;
|
|
286
285
|
components: string;
|
|
287
|
-
utils: string;
|
|
288
286
|
ui: string;
|
|
287
|
+
utils: string;
|
|
289
288
|
lib: string;
|
|
290
289
|
hooks: string;
|
|
290
|
+
cwd: string;
|
|
291
291
|
tailwindConfig: string;
|
|
292
292
|
tailwindCss: string;
|
|
293
293
|
};
|
|
294
|
-
registries?: Record<string, string | {
|
|
295
|
-
url: string;
|
|
296
|
-
params?: Record<string, string> | undefined;
|
|
297
|
-
headers?: Record<string, string> | undefined;
|
|
298
|
-
}> | undefined;
|
|
299
294
|
$schema?: string | undefined;
|
|
300
295
|
rsc?: boolean | undefined;
|
|
301
296
|
tsx?: boolean | undefined;
|
|
302
297
|
iconLibrary?: string | undefined;
|
|
303
298
|
menuColor?: "default" | "inverted" | undefined;
|
|
304
299
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
300
|
+
registries?: Record<string, string | {
|
|
301
|
+
url: string;
|
|
302
|
+
params?: Record<string, string> | undefined;
|
|
303
|
+
headers?: Record<string, string> | undefined;
|
|
304
|
+
}> | undefined;
|
|
305
305
|
}>;
|
|
306
306
|
declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
307
307
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -373,21 +373,21 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
373
373
|
hooks: z.ZodString;
|
|
374
374
|
ui: z.ZodString;
|
|
375
375
|
}, "strip", z.ZodTypeAny, {
|
|
376
|
-
cwd: string;
|
|
377
376
|
components: string;
|
|
378
|
-
utils: string;
|
|
379
377
|
ui: string;
|
|
378
|
+
utils: string;
|
|
380
379
|
lib: string;
|
|
381
380
|
hooks: string;
|
|
381
|
+
cwd: string;
|
|
382
382
|
tailwindConfig: string;
|
|
383
383
|
tailwindCss: string;
|
|
384
384
|
}, {
|
|
385
|
-
cwd: string;
|
|
386
385
|
components: string;
|
|
387
|
-
utils: string;
|
|
388
386
|
ui: string;
|
|
387
|
+
utils: string;
|
|
389
388
|
lib: string;
|
|
390
389
|
hooks: string;
|
|
390
|
+
cwd: string;
|
|
391
391
|
tailwindConfig: string;
|
|
392
392
|
tailwindCss: string;
|
|
393
393
|
}>;
|
|
@@ -410,24 +410,24 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
410
410
|
hooks?: string | undefined;
|
|
411
411
|
};
|
|
412
412
|
resolvedPaths: {
|
|
413
|
-
cwd: string;
|
|
414
413
|
components: string;
|
|
415
|
-
utils: string;
|
|
416
414
|
ui: string;
|
|
415
|
+
utils: string;
|
|
417
416
|
lib: string;
|
|
418
417
|
hooks: string;
|
|
418
|
+
cwd: string;
|
|
419
419
|
tailwindConfig: string;
|
|
420
420
|
tailwindCss: string;
|
|
421
421
|
};
|
|
422
|
+
$schema?: string | undefined;
|
|
423
|
+
iconLibrary?: string | undefined;
|
|
424
|
+
menuColor?: "default" | "inverted" | undefined;
|
|
425
|
+
menuAccent?: "subtle" | "bold" | undefined;
|
|
422
426
|
registries?: Record<string, string | {
|
|
423
427
|
url: string;
|
|
424
428
|
params?: Record<string, string> | undefined;
|
|
425
429
|
headers?: Record<string, string> | undefined;
|
|
426
430
|
}> | undefined;
|
|
427
|
-
$schema?: string | undefined;
|
|
428
|
-
iconLibrary?: string | undefined;
|
|
429
|
-
menuColor?: "default" | "inverted" | undefined;
|
|
430
|
-
menuAccent?: "subtle" | "bold" | undefined;
|
|
431
431
|
}, {
|
|
432
432
|
tailwind: {
|
|
433
433
|
css: string;
|
|
@@ -445,26 +445,26 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
445
445
|
hooks?: string | undefined;
|
|
446
446
|
};
|
|
447
447
|
resolvedPaths: {
|
|
448
|
-
cwd: string;
|
|
449
448
|
components: string;
|
|
450
|
-
utils: string;
|
|
451
449
|
ui: string;
|
|
450
|
+
utils: string;
|
|
452
451
|
lib: string;
|
|
453
452
|
hooks: string;
|
|
453
|
+
cwd: string;
|
|
454
454
|
tailwindConfig: string;
|
|
455
455
|
tailwindCss: string;
|
|
456
456
|
};
|
|
457
|
-
registries?: Record<string, string | {
|
|
458
|
-
url: string;
|
|
459
|
-
params?: Record<string, string> | undefined;
|
|
460
|
-
headers?: Record<string, string> | undefined;
|
|
461
|
-
}> | undefined;
|
|
462
457
|
$schema?: string | undefined;
|
|
463
458
|
rsc?: boolean | undefined;
|
|
464
459
|
tsx?: boolean | undefined;
|
|
465
460
|
iconLibrary?: string | undefined;
|
|
466
461
|
menuColor?: "default" | "inverted" | undefined;
|
|
467
462
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
463
|
+
registries?: Record<string, string | {
|
|
464
|
+
url: string;
|
|
465
|
+
params?: Record<string, string> | undefined;
|
|
466
|
+
headers?: Record<string, string> | undefined;
|
|
467
|
+
}> | undefined;
|
|
468
468
|
}>>;
|
|
469
469
|
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"]>;
|
|
470
470
|
declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -474,12 +474,12 @@ declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
474
474
|
target: z.ZodString;
|
|
475
475
|
}, "strip", z.ZodTypeAny, {
|
|
476
476
|
path: string;
|
|
477
|
-
type: "registry:
|
|
477
|
+
type: "registry:page" | "registry:file";
|
|
478
478
|
target: string;
|
|
479
479
|
content?: string | undefined;
|
|
480
480
|
}, {
|
|
481
481
|
path: string;
|
|
482
|
-
type: "registry:
|
|
482
|
+
type: "registry:page" | "registry:file";
|
|
483
483
|
target: string;
|
|
484
484
|
content?: string | undefined;
|
|
485
485
|
}>, z.ZodObject<{
|
|
@@ -579,12 +579,12 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
579
579
|
target: z.ZodString;
|
|
580
580
|
}, "strip", z.ZodTypeAny, {
|
|
581
581
|
path: string;
|
|
582
|
-
type: "registry:
|
|
582
|
+
type: "registry:page" | "registry:file";
|
|
583
583
|
target: string;
|
|
584
584
|
content?: string | undefined;
|
|
585
585
|
}, {
|
|
586
586
|
path: string;
|
|
587
|
-
type: "registry:
|
|
587
|
+
type: "registry:page" | "registry:file";
|
|
588
588
|
target: string;
|
|
589
589
|
content?: string | undefined;
|
|
590
590
|
}>, z.ZodObject<{
|
|
@@ -650,17 +650,25 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
650
650
|
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
652
|
name: string;
|
|
653
|
-
|
|
654
|
-
|
|
653
|
+
tailwind?: {
|
|
654
|
+
config?: {
|
|
655
|
+
content?: string[] | undefined;
|
|
656
|
+
theme?: Record<string, any> | undefined;
|
|
657
|
+
plugins?: string[] | undefined;
|
|
658
|
+
} | undefined;
|
|
659
|
+
} | undefined;
|
|
655
660
|
$schema?: string | undefined;
|
|
661
|
+
css?: Record<string, any> | undefined;
|
|
656
662
|
extends?: string | undefined;
|
|
663
|
+
title?: string | undefined;
|
|
657
664
|
author?: string | undefined;
|
|
665
|
+
description?: string | undefined;
|
|
658
666
|
dependencies?: string[] | undefined;
|
|
659
667
|
devDependencies?: string[] | undefined;
|
|
660
668
|
registryDependencies?: string[] | undefined;
|
|
661
669
|
files?: ({
|
|
662
670
|
path: string;
|
|
663
|
-
type: "registry:
|
|
671
|
+
type: "registry:page" | "registry:file";
|
|
664
672
|
target: string;
|
|
665
673
|
content?: string | undefined;
|
|
666
674
|
} | {
|
|
@@ -669,36 +677,36 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
669
677
|
content?: string | undefined;
|
|
670
678
|
target?: string | undefined;
|
|
671
679
|
})[] | undefined;
|
|
672
|
-
tailwind?: {
|
|
673
|
-
config?: {
|
|
674
|
-
content?: string[] | undefined;
|
|
675
|
-
theme?: Record<string, any> | undefined;
|
|
676
|
-
plugins?: string[] | undefined;
|
|
677
|
-
} | undefined;
|
|
678
|
-
} | undefined;
|
|
679
680
|
cssVars?: {
|
|
680
681
|
theme?: Record<string, string> | undefined;
|
|
681
682
|
light?: Record<string, string> | undefined;
|
|
682
683
|
dark?: Record<string, string> | undefined;
|
|
683
684
|
} | undefined;
|
|
684
|
-
css?: Record<string, any> | undefined;
|
|
685
685
|
envVars?: Record<string, string> | undefined;
|
|
686
686
|
meta?: Record<string, any> | undefined;
|
|
687
687
|
docs?: string | undefined;
|
|
688
688
|
categories?: string[] | undefined;
|
|
689
689
|
}, {
|
|
690
690
|
name: string;
|
|
691
|
-
|
|
692
|
-
|
|
691
|
+
tailwind?: {
|
|
692
|
+
config?: {
|
|
693
|
+
content?: string[] | undefined;
|
|
694
|
+
theme?: Record<string, any> | undefined;
|
|
695
|
+
plugins?: string[] | undefined;
|
|
696
|
+
} | undefined;
|
|
697
|
+
} | undefined;
|
|
693
698
|
$schema?: string | undefined;
|
|
699
|
+
css?: Record<string, any> | undefined;
|
|
694
700
|
extends?: string | undefined;
|
|
701
|
+
title?: string | undefined;
|
|
695
702
|
author?: string | undefined;
|
|
703
|
+
description?: string | undefined;
|
|
696
704
|
dependencies?: string[] | undefined;
|
|
697
705
|
devDependencies?: string[] | undefined;
|
|
698
706
|
registryDependencies?: string[] | undefined;
|
|
699
707
|
files?: ({
|
|
700
708
|
path: string;
|
|
701
|
-
type: "registry:
|
|
709
|
+
type: "registry:page" | "registry:file";
|
|
702
710
|
target: string;
|
|
703
711
|
content?: string | undefined;
|
|
704
712
|
} | {
|
|
@@ -707,19 +715,11 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
707
715
|
content?: string | undefined;
|
|
708
716
|
target?: string | undefined;
|
|
709
717
|
})[] | undefined;
|
|
710
|
-
tailwind?: {
|
|
711
|
-
config?: {
|
|
712
|
-
content?: string[] | undefined;
|
|
713
|
-
theme?: Record<string, any> | undefined;
|
|
714
|
-
plugins?: string[] | undefined;
|
|
715
|
-
} | undefined;
|
|
716
|
-
} | undefined;
|
|
717
718
|
cssVars?: {
|
|
718
719
|
theme?: Record<string, string> | undefined;
|
|
719
720
|
light?: Record<string, string> | undefined;
|
|
720
721
|
dark?: Record<string, string> | undefined;
|
|
721
722
|
} | undefined;
|
|
722
|
-
css?: Record<string, any> | undefined;
|
|
723
723
|
envVars?: Record<string, string> | undefined;
|
|
724
724
|
meta?: Record<string, any> | undefined;
|
|
725
725
|
docs?: string | undefined;
|
|
@@ -742,12 +742,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
742
742
|
target: z.ZodString;
|
|
743
743
|
}, "strip", z.ZodTypeAny, {
|
|
744
744
|
path: string;
|
|
745
|
-
type: "registry:
|
|
745
|
+
type: "registry:page" | "registry:file";
|
|
746
746
|
target: string;
|
|
747
747
|
content?: string | undefined;
|
|
748
748
|
}, {
|
|
749
749
|
path: string;
|
|
750
|
-
type: "registry:
|
|
750
|
+
type: "registry:page" | "registry:file";
|
|
751
751
|
target: string;
|
|
752
752
|
content?: string | undefined;
|
|
753
753
|
}>, z.ZodObject<{
|
|
@@ -848,14 +848,14 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
848
848
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
849
849
|
}, "strip", z.ZodTypeAny, {
|
|
850
850
|
components?: string | undefined;
|
|
851
|
-
utils?: string | undefined;
|
|
852
851
|
ui?: string | undefined;
|
|
852
|
+
utils?: string | undefined;
|
|
853
853
|
lib?: string | undefined;
|
|
854
854
|
hooks?: string | undefined;
|
|
855
855
|
}, {
|
|
856
856
|
components?: string | undefined;
|
|
857
|
-
utils?: string | undefined;
|
|
858
857
|
ui?: string | undefined;
|
|
858
|
+
utils?: string | undefined;
|
|
859
859
|
lib?: string | undefined;
|
|
860
860
|
hooks?: string | undefined;
|
|
861
861
|
}>>;
|
|
@@ -873,12 +873,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
873
873
|
headers?: Record<string, string> | undefined;
|
|
874
874
|
}>]>>>>;
|
|
875
875
|
}, "strict", z.ZodTypeAny, {
|
|
876
|
-
registries?: Record<string, string | {
|
|
877
|
-
url: string;
|
|
878
|
-
params?: Record<string, string> | undefined;
|
|
879
|
-
headers?: Record<string, string> | undefined;
|
|
880
|
-
}> | undefined;
|
|
881
|
-
$schema?: string | undefined;
|
|
882
876
|
tailwind?: {
|
|
883
877
|
config?: string | undefined;
|
|
884
878
|
css?: string | undefined;
|
|
@@ -886,6 +880,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
886
880
|
cssVariables?: boolean | undefined;
|
|
887
881
|
prefix?: string | undefined;
|
|
888
882
|
} | undefined;
|
|
883
|
+
$schema?: string | undefined;
|
|
889
884
|
style?: string | undefined;
|
|
890
885
|
rsc?: boolean | undefined;
|
|
891
886
|
tsx?: boolean | undefined;
|
|
@@ -894,18 +889,17 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
894
889
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
895
890
|
aliases?: {
|
|
896
891
|
components?: string | undefined;
|
|
897
|
-
utils?: string | undefined;
|
|
898
892
|
ui?: string | undefined;
|
|
893
|
+
utils?: string | undefined;
|
|
899
894
|
lib?: string | undefined;
|
|
900
895
|
hooks?: string | undefined;
|
|
901
896
|
} | undefined;
|
|
902
|
-
}, {
|
|
903
897
|
registries?: Record<string, string | {
|
|
904
898
|
url: string;
|
|
905
899
|
params?: Record<string, string> | undefined;
|
|
906
900
|
headers?: Record<string, string> | undefined;
|
|
907
901
|
}> | undefined;
|
|
908
|
-
|
|
902
|
+
}, {
|
|
909
903
|
tailwind?: {
|
|
910
904
|
config?: string | undefined;
|
|
911
905
|
css?: string | undefined;
|
|
@@ -913,6 +907,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
913
907
|
cssVariables?: boolean | undefined;
|
|
914
908
|
prefix?: string | undefined;
|
|
915
909
|
} | undefined;
|
|
910
|
+
$schema?: string | undefined;
|
|
916
911
|
style?: string | undefined;
|
|
917
912
|
rsc?: boolean | undefined;
|
|
918
913
|
tsx?: boolean | undefined;
|
|
@@ -921,41 +916,29 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
921
916
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
922
917
|
aliases?: {
|
|
923
918
|
components?: string | undefined;
|
|
924
|
-
utils?: string | undefined;
|
|
925
919
|
ui?: string | undefined;
|
|
920
|
+
utils?: string | undefined;
|
|
926
921
|
lib?: string | undefined;
|
|
927
922
|
hooks?: string | undefined;
|
|
928
923
|
} | undefined;
|
|
929
|
-
}>>;
|
|
930
|
-
}, "strip", z.ZodTypeAny, {
|
|
931
|
-
name: string;
|
|
932
|
-
type: "registry:base";
|
|
933
|
-
title?: string | undefined;
|
|
934
|
-
description?: string | undefined;
|
|
935
|
-
$schema?: string | undefined;
|
|
936
|
-
extends?: string | undefined;
|
|
937
|
-
author?: string | undefined;
|
|
938
|
-
dependencies?: string[] | undefined;
|
|
939
|
-
devDependencies?: string[] | undefined;
|
|
940
|
-
registryDependencies?: string[] | undefined;
|
|
941
|
-
files?: ({
|
|
942
|
-
path: string;
|
|
943
|
-
type: "registry:file" | "registry:page";
|
|
944
|
-
target: string;
|
|
945
|
-
content?: string | undefined;
|
|
946
|
-
} | {
|
|
947
|
-
path: string;
|
|
948
|
-
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";
|
|
949
|
-
content?: string | undefined;
|
|
950
|
-
target?: string | undefined;
|
|
951
|
-
})[] | undefined;
|
|
952
|
-
config?: {
|
|
953
924
|
registries?: Record<string, string | {
|
|
954
925
|
url: string;
|
|
955
926
|
params?: Record<string, string> | undefined;
|
|
956
927
|
headers?: Record<string, string> | undefined;
|
|
957
928
|
}> | undefined;
|
|
958
|
-
|
|
929
|
+
}>>;
|
|
930
|
+
}, "strip", z.ZodTypeAny, {
|
|
931
|
+
type: "registry:base";
|
|
932
|
+
name: string;
|
|
933
|
+
tailwind?: {
|
|
934
|
+
config?: {
|
|
935
|
+
content?: string[] | undefined;
|
|
936
|
+
theme?: Record<string, any> | undefined;
|
|
937
|
+
plugins?: string[] | undefined;
|
|
938
|
+
} | undefined;
|
|
939
|
+
} | undefined;
|
|
940
|
+
$schema?: string | undefined;
|
|
941
|
+
config?: {
|
|
959
942
|
tailwind?: {
|
|
960
943
|
config?: string | undefined;
|
|
961
944
|
css?: string | undefined;
|
|
@@ -963,6 +946,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
963
946
|
cssVariables?: boolean | undefined;
|
|
964
947
|
prefix?: string | undefined;
|
|
965
948
|
} | undefined;
|
|
949
|
+
$schema?: string | undefined;
|
|
966
950
|
style?: string | undefined;
|
|
967
951
|
rsc?: boolean | undefined;
|
|
968
952
|
tsx?: boolean | undefined;
|
|
@@ -971,43 +955,28 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
971
955
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
972
956
|
aliases?: {
|
|
973
957
|
components?: string | undefined;
|
|
974
|
-
utils?: string | undefined;
|
|
975
958
|
ui?: string | undefined;
|
|
959
|
+
utils?: string | undefined;
|
|
976
960
|
lib?: string | undefined;
|
|
977
961
|
hooks?: string | undefined;
|
|
978
962
|
} | undefined;
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
plugins?: string[] | undefined;
|
|
985
|
-
} | undefined;
|
|
986
|
-
} | undefined;
|
|
987
|
-
cssVars?: {
|
|
988
|
-
theme?: Record<string, string> | undefined;
|
|
989
|
-
light?: Record<string, string> | undefined;
|
|
990
|
-
dark?: Record<string, string> | undefined;
|
|
963
|
+
registries?: Record<string, string | {
|
|
964
|
+
url: string;
|
|
965
|
+
params?: Record<string, string> | undefined;
|
|
966
|
+
headers?: Record<string, string> | undefined;
|
|
967
|
+
}> | undefined;
|
|
991
968
|
} | undefined;
|
|
992
969
|
css?: Record<string, any> | undefined;
|
|
993
|
-
envVars?: Record<string, string> | undefined;
|
|
994
|
-
meta?: Record<string, any> | undefined;
|
|
995
|
-
docs?: string | undefined;
|
|
996
|
-
categories?: string[] | undefined;
|
|
997
|
-
}, {
|
|
998
|
-
name: string;
|
|
999
|
-
type: "registry:base";
|
|
1000
|
-
title?: string | undefined;
|
|
1001
|
-
description?: string | undefined;
|
|
1002
|
-
$schema?: string | undefined;
|
|
1003
970
|
extends?: string | undefined;
|
|
971
|
+
title?: string | undefined;
|
|
1004
972
|
author?: string | undefined;
|
|
973
|
+
description?: string | undefined;
|
|
1005
974
|
dependencies?: string[] | undefined;
|
|
1006
975
|
devDependencies?: string[] | undefined;
|
|
1007
976
|
registryDependencies?: string[] | undefined;
|
|
1008
977
|
files?: ({
|
|
1009
978
|
path: string;
|
|
1010
|
-
type: "registry:
|
|
979
|
+
type: "registry:page" | "registry:file";
|
|
1011
980
|
target: string;
|
|
1012
981
|
content?: string | undefined;
|
|
1013
982
|
} | {
|
|
@@ -1016,13 +985,27 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1016
985
|
content?: string | undefined;
|
|
1017
986
|
target?: string | undefined;
|
|
1018
987
|
})[] | undefined;
|
|
988
|
+
cssVars?: {
|
|
989
|
+
theme?: Record<string, string> | undefined;
|
|
990
|
+
light?: Record<string, string> | undefined;
|
|
991
|
+
dark?: Record<string, string> | undefined;
|
|
992
|
+
} | undefined;
|
|
993
|
+
envVars?: Record<string, string> | undefined;
|
|
994
|
+
meta?: Record<string, any> | undefined;
|
|
995
|
+
docs?: string | undefined;
|
|
996
|
+
categories?: string[] | undefined;
|
|
997
|
+
}, {
|
|
998
|
+
type: "registry:base";
|
|
999
|
+
name: string;
|
|
1000
|
+
tailwind?: {
|
|
1001
|
+
config?: {
|
|
1002
|
+
content?: string[] | undefined;
|
|
1003
|
+
theme?: Record<string, any> | undefined;
|
|
1004
|
+
plugins?: string[] | undefined;
|
|
1005
|
+
} | undefined;
|
|
1006
|
+
} | undefined;
|
|
1007
|
+
$schema?: string | undefined;
|
|
1019
1008
|
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;
|
|
1026
1009
|
tailwind?: {
|
|
1027
1010
|
config?: string | undefined;
|
|
1028
1011
|
css?: string | undefined;
|
|
@@ -1030,6 +1013,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1030
1013
|
cssVariables?: boolean | undefined;
|
|
1031
1014
|
prefix?: string | undefined;
|
|
1032
1015
|
} | undefined;
|
|
1016
|
+
$schema?: string | undefined;
|
|
1033
1017
|
style?: string | undefined;
|
|
1034
1018
|
rsc?: boolean | undefined;
|
|
1035
1019
|
tsx?: boolean | undefined;
|
|
@@ -1038,25 +1022,41 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1038
1022
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1039
1023
|
aliases?: {
|
|
1040
1024
|
components?: string | undefined;
|
|
1041
|
-
utils?: string | undefined;
|
|
1042
1025
|
ui?: string | undefined;
|
|
1026
|
+
utils?: string | undefined;
|
|
1043
1027
|
lib?: string | undefined;
|
|
1044
1028
|
hooks?: string | undefined;
|
|
1045
1029
|
} | undefined;
|
|
1030
|
+
registries?: Record<string, string | {
|
|
1031
|
+
url: string;
|
|
1032
|
+
params?: Record<string, string> | undefined;
|
|
1033
|
+
headers?: Record<string, string> | undefined;
|
|
1034
|
+
}> | undefined;
|
|
1046
1035
|
} | undefined;
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1036
|
+
css?: Record<string, any> | undefined;
|
|
1037
|
+
extends?: string | undefined;
|
|
1038
|
+
title?: string | undefined;
|
|
1039
|
+
author?: string | undefined;
|
|
1040
|
+
description?: string | undefined;
|
|
1041
|
+
dependencies?: string[] | undefined;
|
|
1042
|
+
devDependencies?: string[] | undefined;
|
|
1043
|
+
registryDependencies?: string[] | undefined;
|
|
1044
|
+
files?: ({
|
|
1045
|
+
path: string;
|
|
1046
|
+
type: "registry:page" | "registry:file";
|
|
1047
|
+
target: string;
|
|
1048
|
+
content?: string | undefined;
|
|
1049
|
+
} | {
|
|
1050
|
+
path: string;
|
|
1051
|
+
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";
|
|
1052
|
+
content?: string | undefined;
|
|
1053
|
+
target?: string | undefined;
|
|
1054
|
+
})[] | undefined;
|
|
1055
|
+
cssVars?: {
|
|
1055
1056
|
theme?: Record<string, string> | undefined;
|
|
1056
1057
|
light?: Record<string, string> | undefined;
|
|
1057
1058
|
dark?: Record<string, string> | undefined;
|
|
1058
1059
|
} | undefined;
|
|
1059
|
-
css?: Record<string, any> | undefined;
|
|
1060
1060
|
envVars?: Record<string, string> | undefined;
|
|
1061
1061
|
meta?: Record<string, any> | undefined;
|
|
1062
1062
|
docs?: string | undefined;
|
|
@@ -1078,12 +1078,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1078
1078
|
target: z.ZodString;
|
|
1079
1079
|
}, "strip", z.ZodTypeAny, {
|
|
1080
1080
|
path: string;
|
|
1081
|
-
type: "registry:
|
|
1081
|
+
type: "registry:page" | "registry:file";
|
|
1082
1082
|
target: string;
|
|
1083
1083
|
content?: string | undefined;
|
|
1084
1084
|
}, {
|
|
1085
1085
|
path: string;
|
|
1086
|
-
type: "registry:
|
|
1086
|
+
type: "registry:page" | "registry:file";
|
|
1087
1087
|
target: string;
|
|
1088
1088
|
content?: string | undefined;
|
|
1089
1089
|
}>, z.ZodObject<{
|
|
@@ -1172,8 +1172,8 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1172
1172
|
subsets?: string[] | undefined;
|
|
1173
1173
|
}>;
|
|
1174
1174
|
}, "strip", z.ZodTypeAny, {
|
|
1175
|
-
name: string;
|
|
1176
1175
|
type: "registry:font";
|
|
1176
|
+
name: string;
|
|
1177
1177
|
font: {
|
|
1178
1178
|
family: string;
|
|
1179
1179
|
provider: "google";
|
|
@@ -1182,17 +1182,25 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1182
1182
|
weight?: string[] | undefined;
|
|
1183
1183
|
subsets?: string[] | undefined;
|
|
1184
1184
|
};
|
|
1185
|
-
|
|
1186
|
-
|
|
1185
|
+
tailwind?: {
|
|
1186
|
+
config?: {
|
|
1187
|
+
content?: string[] | undefined;
|
|
1188
|
+
theme?: Record<string, any> | undefined;
|
|
1189
|
+
plugins?: string[] | undefined;
|
|
1190
|
+
} | undefined;
|
|
1191
|
+
} | undefined;
|
|
1187
1192
|
$schema?: string | undefined;
|
|
1193
|
+
css?: Record<string, any> | undefined;
|
|
1188
1194
|
extends?: string | undefined;
|
|
1195
|
+
title?: string | undefined;
|
|
1189
1196
|
author?: string | undefined;
|
|
1197
|
+
description?: string | undefined;
|
|
1190
1198
|
dependencies?: string[] | undefined;
|
|
1191
1199
|
devDependencies?: string[] | undefined;
|
|
1192
1200
|
registryDependencies?: string[] | undefined;
|
|
1193
1201
|
files?: ({
|
|
1194
1202
|
path: string;
|
|
1195
|
-
type: "registry:
|
|
1203
|
+
type: "registry:page" | "registry:file";
|
|
1196
1204
|
target: string;
|
|
1197
1205
|
content?: string | undefined;
|
|
1198
1206
|
} | {
|
|
@@ -1201,26 +1209,18 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1201
1209
|
content?: string | undefined;
|
|
1202
1210
|
target?: string | undefined;
|
|
1203
1211
|
})[] | undefined;
|
|
1204
|
-
tailwind?: {
|
|
1205
|
-
config?: {
|
|
1206
|
-
content?: string[] | undefined;
|
|
1207
|
-
theme?: Record<string, any> | undefined;
|
|
1208
|
-
plugins?: string[] | undefined;
|
|
1209
|
-
} | undefined;
|
|
1210
|
-
} | undefined;
|
|
1211
1212
|
cssVars?: {
|
|
1212
1213
|
theme?: Record<string, string> | undefined;
|
|
1213
1214
|
light?: Record<string, string> | undefined;
|
|
1214
1215
|
dark?: Record<string, string> | undefined;
|
|
1215
1216
|
} | undefined;
|
|
1216
|
-
css?: Record<string, any> | undefined;
|
|
1217
1217
|
envVars?: Record<string, string> | undefined;
|
|
1218
1218
|
meta?: Record<string, any> | undefined;
|
|
1219
1219
|
docs?: string | undefined;
|
|
1220
1220
|
categories?: string[] | undefined;
|
|
1221
1221
|
}, {
|
|
1222
|
-
name: string;
|
|
1223
1222
|
type: "registry:font";
|
|
1223
|
+
name: string;
|
|
1224
1224
|
font: {
|
|
1225
1225
|
family: string;
|
|
1226
1226
|
provider: "google";
|
|
@@ -1229,17 +1229,25 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1229
1229
|
weight?: string[] | undefined;
|
|
1230
1230
|
subsets?: string[] | undefined;
|
|
1231
1231
|
};
|
|
1232
|
-
|
|
1233
|
-
|
|
1232
|
+
tailwind?: {
|
|
1233
|
+
config?: {
|
|
1234
|
+
content?: string[] | undefined;
|
|
1235
|
+
theme?: Record<string, any> | undefined;
|
|
1236
|
+
plugins?: string[] | undefined;
|
|
1237
|
+
} | undefined;
|
|
1238
|
+
} | undefined;
|
|
1234
1239
|
$schema?: string | undefined;
|
|
1240
|
+
css?: Record<string, any> | undefined;
|
|
1235
1241
|
extends?: string | undefined;
|
|
1242
|
+
title?: string | undefined;
|
|
1236
1243
|
author?: string | undefined;
|
|
1244
|
+
description?: string | undefined;
|
|
1237
1245
|
dependencies?: string[] | undefined;
|
|
1238
1246
|
devDependencies?: string[] | undefined;
|
|
1239
1247
|
registryDependencies?: string[] | undefined;
|
|
1240
1248
|
files?: ({
|
|
1241
1249
|
path: string;
|
|
1242
|
-
type: "registry:
|
|
1250
|
+
type: "registry:page" | "registry:file";
|
|
1243
1251
|
target: string;
|
|
1244
1252
|
content?: string | undefined;
|
|
1245
1253
|
} | {
|
|
@@ -1248,19 +1256,11 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1248
1256
|
content?: string | undefined;
|
|
1249
1257
|
target?: string | undefined;
|
|
1250
1258
|
})[] | undefined;
|
|
1251
|
-
tailwind?: {
|
|
1252
|
-
config?: {
|
|
1253
|
-
content?: string[] | undefined;
|
|
1254
|
-
theme?: Record<string, any> | undefined;
|
|
1255
|
-
plugins?: string[] | undefined;
|
|
1256
|
-
} | undefined;
|
|
1257
|
-
} | undefined;
|
|
1258
1259
|
cssVars?: {
|
|
1259
1260
|
theme?: Record<string, string> | undefined;
|
|
1260
1261
|
light?: Record<string, string> | undefined;
|
|
1261
1262
|
dark?: Record<string, string> | undefined;
|
|
1262
1263
|
} | undefined;
|
|
1263
|
-
css?: Record<string, any> | undefined;
|
|
1264
1264
|
envVars?: Record<string, string> | undefined;
|
|
1265
1265
|
meta?: Record<string, any> | undefined;
|
|
1266
1266
|
docs?: string | undefined;
|
|
@@ -1282,12 +1282,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1282
1282
|
target: z.ZodString;
|
|
1283
1283
|
}, "strip", z.ZodTypeAny, {
|
|
1284
1284
|
path: string;
|
|
1285
|
-
type: "registry:
|
|
1285
|
+
type: "registry:page" | "registry:file";
|
|
1286
1286
|
target: string;
|
|
1287
1287
|
content?: string | undefined;
|
|
1288
1288
|
}, {
|
|
1289
1289
|
path: string;
|
|
1290
|
-
type: "registry:
|
|
1290
|
+
type: "registry:page" | "registry:file";
|
|
1291
1291
|
target: string;
|
|
1292
1292
|
content?: string | undefined;
|
|
1293
1293
|
}>, z.ZodObject<{
|
|
@@ -1354,19 +1354,27 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1354
1354
|
} & {
|
|
1355
1355
|
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"]>;
|
|
1356
1356
|
}, "strip", z.ZodTypeAny, {
|
|
1357
|
+
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";
|
|
1357
1358
|
name: string;
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1359
|
+
tailwind?: {
|
|
1360
|
+
config?: {
|
|
1361
|
+
content?: string[] | undefined;
|
|
1362
|
+
theme?: Record<string, any> | undefined;
|
|
1363
|
+
plugins?: string[] | undefined;
|
|
1364
|
+
} | undefined;
|
|
1365
|
+
} | undefined;
|
|
1361
1366
|
$schema?: string | undefined;
|
|
1367
|
+
css?: Record<string, any> | undefined;
|
|
1362
1368
|
extends?: string | undefined;
|
|
1369
|
+
title?: string | undefined;
|
|
1363
1370
|
author?: string | undefined;
|
|
1371
|
+
description?: string | undefined;
|
|
1364
1372
|
dependencies?: string[] | undefined;
|
|
1365
1373
|
devDependencies?: string[] | undefined;
|
|
1366
1374
|
registryDependencies?: string[] | undefined;
|
|
1367
1375
|
files?: ({
|
|
1368
1376
|
path: string;
|
|
1369
|
-
type: "registry:
|
|
1377
|
+
type: "registry:page" | "registry:file";
|
|
1370
1378
|
target: string;
|
|
1371
1379
|
content?: string | undefined;
|
|
1372
1380
|
} | {
|
|
@@ -1375,37 +1383,37 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1375
1383
|
content?: string | undefined;
|
|
1376
1384
|
target?: string | undefined;
|
|
1377
1385
|
})[] | undefined;
|
|
1378
|
-
tailwind?: {
|
|
1379
|
-
config?: {
|
|
1380
|
-
content?: string[] | undefined;
|
|
1381
|
-
theme?: Record<string, any> | undefined;
|
|
1382
|
-
plugins?: string[] | undefined;
|
|
1383
|
-
} | undefined;
|
|
1384
|
-
} | undefined;
|
|
1385
1386
|
cssVars?: {
|
|
1386
1387
|
theme?: Record<string, string> | undefined;
|
|
1387
1388
|
light?: Record<string, string> | undefined;
|
|
1388
1389
|
dark?: Record<string, string> | undefined;
|
|
1389
1390
|
} | undefined;
|
|
1390
|
-
css?: Record<string, any> | undefined;
|
|
1391
1391
|
envVars?: Record<string, string> | undefined;
|
|
1392
1392
|
meta?: Record<string, any> | undefined;
|
|
1393
1393
|
docs?: string | undefined;
|
|
1394
1394
|
categories?: string[] | undefined;
|
|
1395
1395
|
}, {
|
|
1396
|
+
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";
|
|
1396
1397
|
name: string;
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1398
|
+
tailwind?: {
|
|
1399
|
+
config?: {
|
|
1400
|
+
content?: string[] | undefined;
|
|
1401
|
+
theme?: Record<string, any> | undefined;
|
|
1402
|
+
plugins?: string[] | undefined;
|
|
1403
|
+
} | undefined;
|
|
1404
|
+
} | undefined;
|
|
1400
1405
|
$schema?: string | undefined;
|
|
1406
|
+
css?: Record<string, any> | undefined;
|
|
1401
1407
|
extends?: string | undefined;
|
|
1408
|
+
title?: string | undefined;
|
|
1402
1409
|
author?: string | undefined;
|
|
1410
|
+
description?: string | undefined;
|
|
1403
1411
|
dependencies?: string[] | undefined;
|
|
1404
1412
|
devDependencies?: string[] | undefined;
|
|
1405
1413
|
registryDependencies?: string[] | undefined;
|
|
1406
1414
|
files?: ({
|
|
1407
1415
|
path: string;
|
|
1408
|
-
type: "registry:
|
|
1416
|
+
type: "registry:page" | "registry:file";
|
|
1409
1417
|
target: string;
|
|
1410
1418
|
content?: string | undefined;
|
|
1411
1419
|
} | {
|
|
@@ -1414,19 +1422,11 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1414
1422
|
content?: string | undefined;
|
|
1415
1423
|
target?: string | undefined;
|
|
1416
1424
|
})[] | undefined;
|
|
1417
|
-
tailwind?: {
|
|
1418
|
-
config?: {
|
|
1419
|
-
content?: string[] | undefined;
|
|
1420
|
-
theme?: Record<string, any> | undefined;
|
|
1421
|
-
plugins?: string[] | undefined;
|
|
1422
|
-
} | undefined;
|
|
1423
|
-
} | undefined;
|
|
1424
1425
|
cssVars?: {
|
|
1425
1426
|
theme?: Record<string, string> | undefined;
|
|
1426
1427
|
light?: Record<string, string> | undefined;
|
|
1427
1428
|
dark?: Record<string, string> | undefined;
|
|
1428
1429
|
} | undefined;
|
|
1429
|
-
css?: Record<string, any> | undefined;
|
|
1430
1430
|
envVars?: Record<string, string> | undefined;
|
|
1431
1431
|
meta?: Record<string, any> | undefined;
|
|
1432
1432
|
docs?: string | undefined;
|
|
@@ -1459,12 +1459,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1459
1459
|
target: z.ZodString;
|
|
1460
1460
|
}, "strip", z.ZodTypeAny, {
|
|
1461
1461
|
path: string;
|
|
1462
|
-
type: "registry:
|
|
1462
|
+
type: "registry:page" | "registry:file";
|
|
1463
1463
|
target: string;
|
|
1464
1464
|
content?: string | undefined;
|
|
1465
1465
|
}, {
|
|
1466
1466
|
path: string;
|
|
1467
|
-
type: "registry:
|
|
1467
|
+
type: "registry:page" | "registry:file";
|
|
1468
1468
|
target: string;
|
|
1469
1469
|
content?: string | undefined;
|
|
1470
1470
|
}>, z.ZodObject<{
|
|
@@ -1565,14 +1565,14 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1565
1565
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1566
1566
|
}, "strip", z.ZodTypeAny, {
|
|
1567
1567
|
components?: string | undefined;
|
|
1568
|
-
utils?: string | undefined;
|
|
1569
1568
|
ui?: string | undefined;
|
|
1569
|
+
utils?: string | undefined;
|
|
1570
1570
|
lib?: string | undefined;
|
|
1571
1571
|
hooks?: string | undefined;
|
|
1572
1572
|
}, {
|
|
1573
1573
|
components?: string | undefined;
|
|
1574
|
-
utils?: string | undefined;
|
|
1575
1574
|
ui?: string | undefined;
|
|
1575
|
+
utils?: string | undefined;
|
|
1576
1576
|
lib?: string | undefined;
|
|
1577
1577
|
hooks?: string | undefined;
|
|
1578
1578
|
}>>;
|
|
@@ -1590,12 +1590,6 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1590
1590
|
headers?: Record<string, string> | undefined;
|
|
1591
1591
|
}>]>>>>;
|
|
1592
1592
|
}, "strict", z.ZodTypeAny, {
|
|
1593
|
-
registries?: Record<string, string | {
|
|
1594
|
-
url: string;
|
|
1595
|
-
params?: Record<string, string> | undefined;
|
|
1596
|
-
headers?: Record<string, string> | undefined;
|
|
1597
|
-
}> | undefined;
|
|
1598
|
-
$schema?: string | undefined;
|
|
1599
1593
|
tailwind?: {
|
|
1600
1594
|
config?: string | undefined;
|
|
1601
1595
|
css?: string | undefined;
|
|
@@ -1603,6 +1597,7 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1603
1597
|
cssVariables?: boolean | undefined;
|
|
1604
1598
|
prefix?: string | undefined;
|
|
1605
1599
|
} | undefined;
|
|
1600
|
+
$schema?: string | undefined;
|
|
1606
1601
|
style?: string | undefined;
|
|
1607
1602
|
rsc?: boolean | undefined;
|
|
1608
1603
|
tsx?: boolean | undefined;
|
|
@@ -1611,18 +1606,17 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1611
1606
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1612
1607
|
aliases?: {
|
|
1613
1608
|
components?: string | undefined;
|
|
1614
|
-
utils?: string | undefined;
|
|
1615
1609
|
ui?: string | undefined;
|
|
1610
|
+
utils?: string | undefined;
|
|
1616
1611
|
lib?: string | undefined;
|
|
1617
1612
|
hooks?: string | undefined;
|
|
1618
1613
|
} | undefined;
|
|
1619
|
-
}, {
|
|
1620
1614
|
registries?: Record<string, string | {
|
|
1621
1615
|
url: string;
|
|
1622
1616
|
params?: Record<string, string> | undefined;
|
|
1623
1617
|
headers?: Record<string, string> | undefined;
|
|
1624
1618
|
}> | undefined;
|
|
1625
|
-
|
|
1619
|
+
}, {
|
|
1626
1620
|
tailwind?: {
|
|
1627
1621
|
config?: string | undefined;
|
|
1628
1622
|
css?: string | undefined;
|
|
@@ -1630,6 +1624,7 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1630
1624
|
cssVariables?: boolean | undefined;
|
|
1631
1625
|
prefix?: string | undefined;
|
|
1632
1626
|
} | undefined;
|
|
1627
|
+
$schema?: string | undefined;
|
|
1633
1628
|
style?: string | undefined;
|
|
1634
1629
|
rsc?: boolean | undefined;
|
|
1635
1630
|
tsx?: boolean | undefined;
|
|
@@ -1638,41 +1633,29 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1638
1633
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1639
1634
|
aliases?: {
|
|
1640
1635
|
components?: string | undefined;
|
|
1641
|
-
utils?: string | undefined;
|
|
1642
1636
|
ui?: string | undefined;
|
|
1637
|
+
utils?: string | undefined;
|
|
1643
1638
|
lib?: string | undefined;
|
|
1644
1639
|
hooks?: string | undefined;
|
|
1645
1640
|
} | undefined;
|
|
1646
|
-
}>>;
|
|
1647
|
-
}, "strip", z.ZodTypeAny, {
|
|
1648
|
-
name: string;
|
|
1649
|
-
type: "registry:base";
|
|
1650
|
-
title?: string | undefined;
|
|
1651
|
-
description?: string | undefined;
|
|
1652
|
-
$schema?: string | undefined;
|
|
1653
|
-
extends?: string | undefined;
|
|
1654
|
-
author?: string | undefined;
|
|
1655
|
-
dependencies?: string[] | undefined;
|
|
1656
|
-
devDependencies?: string[] | undefined;
|
|
1657
|
-
registryDependencies?: string[] | undefined;
|
|
1658
|
-
files?: ({
|
|
1659
|
-
path: string;
|
|
1660
|
-
type: "registry:file" | "registry:page";
|
|
1661
|
-
target: string;
|
|
1662
|
-
content?: string | undefined;
|
|
1663
|
-
} | {
|
|
1664
|
-
path: string;
|
|
1665
|
-
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";
|
|
1666
|
-
content?: string | undefined;
|
|
1667
|
-
target?: string | undefined;
|
|
1668
|
-
})[] | undefined;
|
|
1669
|
-
config?: {
|
|
1670
1641
|
registries?: Record<string, string | {
|
|
1671
1642
|
url: string;
|
|
1672
1643
|
params?: Record<string, string> | undefined;
|
|
1673
1644
|
headers?: Record<string, string> | undefined;
|
|
1674
1645
|
}> | undefined;
|
|
1675
|
-
|
|
1646
|
+
}>>;
|
|
1647
|
+
}, "strip", z.ZodTypeAny, {
|
|
1648
|
+
type: "registry:base";
|
|
1649
|
+
name: string;
|
|
1650
|
+
tailwind?: {
|
|
1651
|
+
config?: {
|
|
1652
|
+
content?: string[] | undefined;
|
|
1653
|
+
theme?: Record<string, any> | undefined;
|
|
1654
|
+
plugins?: string[] | undefined;
|
|
1655
|
+
} | undefined;
|
|
1656
|
+
} | undefined;
|
|
1657
|
+
$schema?: string | undefined;
|
|
1658
|
+
config?: {
|
|
1676
1659
|
tailwind?: {
|
|
1677
1660
|
config?: string | undefined;
|
|
1678
1661
|
css?: string | undefined;
|
|
@@ -1680,6 +1663,7 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1680
1663
|
cssVariables?: boolean | undefined;
|
|
1681
1664
|
prefix?: string | undefined;
|
|
1682
1665
|
} | undefined;
|
|
1666
|
+
$schema?: string | undefined;
|
|
1683
1667
|
style?: string | undefined;
|
|
1684
1668
|
rsc?: boolean | undefined;
|
|
1685
1669
|
tsx?: boolean | undefined;
|
|
@@ -1688,43 +1672,28 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1688
1672
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1689
1673
|
aliases?: {
|
|
1690
1674
|
components?: string | undefined;
|
|
1691
|
-
utils?: string | undefined;
|
|
1692
1675
|
ui?: string | undefined;
|
|
1676
|
+
utils?: string | undefined;
|
|
1693
1677
|
lib?: string | undefined;
|
|
1694
1678
|
hooks?: string | undefined;
|
|
1695
1679
|
} | undefined;
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
plugins?: string[] | undefined;
|
|
1702
|
-
} | undefined;
|
|
1703
|
-
} | undefined;
|
|
1704
|
-
cssVars?: {
|
|
1705
|
-
theme?: Record<string, string> | undefined;
|
|
1706
|
-
light?: Record<string, string> | undefined;
|
|
1707
|
-
dark?: Record<string, string> | undefined;
|
|
1680
|
+
registries?: Record<string, string | {
|
|
1681
|
+
url: string;
|
|
1682
|
+
params?: Record<string, string> | undefined;
|
|
1683
|
+
headers?: Record<string, string> | undefined;
|
|
1684
|
+
}> | undefined;
|
|
1708
1685
|
} | undefined;
|
|
1709
1686
|
css?: Record<string, any> | undefined;
|
|
1710
|
-
envVars?: Record<string, string> | undefined;
|
|
1711
|
-
meta?: Record<string, any> | undefined;
|
|
1712
|
-
docs?: string | undefined;
|
|
1713
|
-
categories?: string[] | undefined;
|
|
1714
|
-
}, {
|
|
1715
|
-
name: string;
|
|
1716
|
-
type: "registry:base";
|
|
1717
|
-
title?: string | undefined;
|
|
1718
|
-
description?: string | undefined;
|
|
1719
|
-
$schema?: string | undefined;
|
|
1720
1687
|
extends?: string | undefined;
|
|
1688
|
+
title?: string | undefined;
|
|
1721
1689
|
author?: string | undefined;
|
|
1690
|
+
description?: string | undefined;
|
|
1722
1691
|
dependencies?: string[] | undefined;
|
|
1723
1692
|
devDependencies?: string[] | undefined;
|
|
1724
1693
|
registryDependencies?: string[] | undefined;
|
|
1725
1694
|
files?: ({
|
|
1726
1695
|
path: string;
|
|
1727
|
-
type: "registry:
|
|
1696
|
+
type: "registry:page" | "registry:file";
|
|
1728
1697
|
target: string;
|
|
1729
1698
|
content?: string | undefined;
|
|
1730
1699
|
} | {
|
|
@@ -1733,13 +1702,27 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1733
1702
|
content?: string | undefined;
|
|
1734
1703
|
target?: string | undefined;
|
|
1735
1704
|
})[] | undefined;
|
|
1705
|
+
cssVars?: {
|
|
1706
|
+
theme?: Record<string, string> | undefined;
|
|
1707
|
+
light?: Record<string, string> | undefined;
|
|
1708
|
+
dark?: Record<string, string> | undefined;
|
|
1709
|
+
} | undefined;
|
|
1710
|
+
envVars?: Record<string, string> | undefined;
|
|
1711
|
+
meta?: Record<string, any> | undefined;
|
|
1712
|
+
docs?: string | undefined;
|
|
1713
|
+
categories?: string[] | undefined;
|
|
1714
|
+
}, {
|
|
1715
|
+
type: "registry:base";
|
|
1716
|
+
name: string;
|
|
1717
|
+
tailwind?: {
|
|
1718
|
+
config?: {
|
|
1719
|
+
content?: string[] | undefined;
|
|
1720
|
+
theme?: Record<string, any> | undefined;
|
|
1721
|
+
plugins?: string[] | undefined;
|
|
1722
|
+
} | undefined;
|
|
1723
|
+
} | undefined;
|
|
1724
|
+
$schema?: string | undefined;
|
|
1736
1725
|
config?: {
|
|
1737
|
-
registries?: Record<string, string | {
|
|
1738
|
-
url: string;
|
|
1739
|
-
params?: Record<string, string> | undefined;
|
|
1740
|
-
headers?: Record<string, string> | undefined;
|
|
1741
|
-
}> | undefined;
|
|
1742
|
-
$schema?: string | undefined;
|
|
1743
1726
|
tailwind?: {
|
|
1744
1727
|
config?: string | undefined;
|
|
1745
1728
|
css?: string | undefined;
|
|
@@ -1747,6 +1730,7 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1747
1730
|
cssVariables?: boolean | undefined;
|
|
1748
1731
|
prefix?: string | undefined;
|
|
1749
1732
|
} | undefined;
|
|
1733
|
+
$schema?: string | undefined;
|
|
1750
1734
|
style?: string | undefined;
|
|
1751
1735
|
rsc?: boolean | undefined;
|
|
1752
1736
|
tsx?: boolean | undefined;
|
|
@@ -1755,25 +1739,41 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1755
1739
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1756
1740
|
aliases?: {
|
|
1757
1741
|
components?: string | undefined;
|
|
1758
|
-
utils?: string | undefined;
|
|
1759
1742
|
ui?: string | undefined;
|
|
1743
|
+
utils?: string | undefined;
|
|
1760
1744
|
lib?: string | undefined;
|
|
1761
1745
|
hooks?: string | undefined;
|
|
1762
1746
|
} | undefined;
|
|
1747
|
+
registries?: Record<string, string | {
|
|
1748
|
+
url: string;
|
|
1749
|
+
params?: Record<string, string> | undefined;
|
|
1750
|
+
headers?: Record<string, string> | undefined;
|
|
1751
|
+
}> | undefined;
|
|
1763
1752
|
} | undefined;
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1753
|
+
css?: Record<string, any> | undefined;
|
|
1754
|
+
extends?: string | undefined;
|
|
1755
|
+
title?: string | undefined;
|
|
1756
|
+
author?: string | undefined;
|
|
1757
|
+
description?: string | undefined;
|
|
1758
|
+
dependencies?: string[] | undefined;
|
|
1759
|
+
devDependencies?: string[] | undefined;
|
|
1760
|
+
registryDependencies?: string[] | undefined;
|
|
1761
|
+
files?: ({
|
|
1762
|
+
path: string;
|
|
1763
|
+
type: "registry:page" | "registry:file";
|
|
1764
|
+
target: string;
|
|
1765
|
+
content?: string | undefined;
|
|
1766
|
+
} | {
|
|
1767
|
+
path: string;
|
|
1768
|
+
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";
|
|
1769
|
+
content?: string | undefined;
|
|
1770
|
+
target?: string | undefined;
|
|
1771
|
+
})[] | undefined;
|
|
1771
1772
|
cssVars?: {
|
|
1772
1773
|
theme?: Record<string, string> | undefined;
|
|
1773
1774
|
light?: Record<string, string> | undefined;
|
|
1774
1775
|
dark?: Record<string, string> | undefined;
|
|
1775
1776
|
} | undefined;
|
|
1776
|
-
css?: Record<string, any> | undefined;
|
|
1777
1777
|
envVars?: Record<string, string> | undefined;
|
|
1778
1778
|
meta?: Record<string, any> | undefined;
|
|
1779
1779
|
docs?: string | undefined;
|
|
@@ -1795,12 +1795,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1795
1795
|
target: z.ZodString;
|
|
1796
1796
|
}, "strip", z.ZodTypeAny, {
|
|
1797
1797
|
path: string;
|
|
1798
|
-
type: "registry:
|
|
1798
|
+
type: "registry:page" | "registry:file";
|
|
1799
1799
|
target: string;
|
|
1800
1800
|
content?: string | undefined;
|
|
1801
1801
|
}, {
|
|
1802
1802
|
path: string;
|
|
1803
|
-
type: "registry:
|
|
1803
|
+
type: "registry:page" | "registry:file";
|
|
1804
1804
|
target: string;
|
|
1805
1805
|
content?: string | undefined;
|
|
1806
1806
|
}>, z.ZodObject<{
|
|
@@ -1889,8 +1889,8 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1889
1889
|
subsets?: string[] | undefined;
|
|
1890
1890
|
}>;
|
|
1891
1891
|
}, "strip", z.ZodTypeAny, {
|
|
1892
|
-
name: string;
|
|
1893
1892
|
type: "registry:font";
|
|
1893
|
+
name: string;
|
|
1894
1894
|
font: {
|
|
1895
1895
|
family: string;
|
|
1896
1896
|
provider: "google";
|
|
@@ -1899,17 +1899,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1899
1899
|
weight?: string[] | undefined;
|
|
1900
1900
|
subsets?: string[] | undefined;
|
|
1901
1901
|
};
|
|
1902
|
-
|
|
1903
|
-
|
|
1902
|
+
tailwind?: {
|
|
1903
|
+
config?: {
|
|
1904
|
+
content?: string[] | undefined;
|
|
1905
|
+
theme?: Record<string, any> | undefined;
|
|
1906
|
+
plugins?: string[] | undefined;
|
|
1907
|
+
} | undefined;
|
|
1908
|
+
} | undefined;
|
|
1904
1909
|
$schema?: string | undefined;
|
|
1910
|
+
css?: Record<string, any> | undefined;
|
|
1905
1911
|
extends?: string | undefined;
|
|
1912
|
+
title?: string | undefined;
|
|
1906
1913
|
author?: string | undefined;
|
|
1914
|
+
description?: string | undefined;
|
|
1907
1915
|
dependencies?: string[] | undefined;
|
|
1908
1916
|
devDependencies?: string[] | undefined;
|
|
1909
1917
|
registryDependencies?: string[] | undefined;
|
|
1910
1918
|
files?: ({
|
|
1911
1919
|
path: string;
|
|
1912
|
-
type: "registry:
|
|
1920
|
+
type: "registry:page" | "registry:file";
|
|
1913
1921
|
target: string;
|
|
1914
1922
|
content?: string | undefined;
|
|
1915
1923
|
} | {
|
|
@@ -1918,26 +1926,18 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1918
1926
|
content?: string | undefined;
|
|
1919
1927
|
target?: string | undefined;
|
|
1920
1928
|
})[] | undefined;
|
|
1921
|
-
tailwind?: {
|
|
1922
|
-
config?: {
|
|
1923
|
-
content?: string[] | undefined;
|
|
1924
|
-
theme?: Record<string, any> | undefined;
|
|
1925
|
-
plugins?: string[] | undefined;
|
|
1926
|
-
} | undefined;
|
|
1927
|
-
} | undefined;
|
|
1928
1929
|
cssVars?: {
|
|
1929
1930
|
theme?: Record<string, string> | undefined;
|
|
1930
1931
|
light?: Record<string, string> | undefined;
|
|
1931
1932
|
dark?: Record<string, string> | undefined;
|
|
1932
1933
|
} | undefined;
|
|
1933
|
-
css?: Record<string, any> | undefined;
|
|
1934
1934
|
envVars?: Record<string, string> | undefined;
|
|
1935
1935
|
meta?: Record<string, any> | undefined;
|
|
1936
1936
|
docs?: string | undefined;
|
|
1937
1937
|
categories?: string[] | undefined;
|
|
1938
1938
|
}, {
|
|
1939
|
-
name: string;
|
|
1940
1939
|
type: "registry:font";
|
|
1940
|
+
name: string;
|
|
1941
1941
|
font: {
|
|
1942
1942
|
family: string;
|
|
1943
1943
|
provider: "google";
|
|
@@ -1946,17 +1946,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1946
1946
|
weight?: string[] | undefined;
|
|
1947
1947
|
subsets?: string[] | undefined;
|
|
1948
1948
|
};
|
|
1949
|
-
|
|
1950
|
-
|
|
1949
|
+
tailwind?: {
|
|
1950
|
+
config?: {
|
|
1951
|
+
content?: string[] | undefined;
|
|
1952
|
+
theme?: Record<string, any> | undefined;
|
|
1953
|
+
plugins?: string[] | undefined;
|
|
1954
|
+
} | undefined;
|
|
1955
|
+
} | undefined;
|
|
1951
1956
|
$schema?: string | undefined;
|
|
1957
|
+
css?: Record<string, any> | undefined;
|
|
1952
1958
|
extends?: string | undefined;
|
|
1959
|
+
title?: string | undefined;
|
|
1953
1960
|
author?: string | undefined;
|
|
1961
|
+
description?: string | undefined;
|
|
1954
1962
|
dependencies?: string[] | undefined;
|
|
1955
1963
|
devDependencies?: string[] | undefined;
|
|
1956
1964
|
registryDependencies?: string[] | undefined;
|
|
1957
1965
|
files?: ({
|
|
1958
1966
|
path: string;
|
|
1959
|
-
type: "registry:
|
|
1967
|
+
type: "registry:page" | "registry:file";
|
|
1960
1968
|
target: string;
|
|
1961
1969
|
content?: string | undefined;
|
|
1962
1970
|
} | {
|
|
@@ -1965,19 +1973,11 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1965
1973
|
content?: string | undefined;
|
|
1966
1974
|
target?: string | undefined;
|
|
1967
1975
|
})[] | undefined;
|
|
1968
|
-
tailwind?: {
|
|
1969
|
-
config?: {
|
|
1970
|
-
content?: string[] | undefined;
|
|
1971
|
-
theme?: Record<string, any> | undefined;
|
|
1972
|
-
plugins?: string[] | undefined;
|
|
1973
|
-
} | undefined;
|
|
1974
|
-
} | undefined;
|
|
1975
1976
|
cssVars?: {
|
|
1976
1977
|
theme?: Record<string, string> | undefined;
|
|
1977
1978
|
light?: Record<string, string> | undefined;
|
|
1978
1979
|
dark?: Record<string, string> | undefined;
|
|
1979
1980
|
} | undefined;
|
|
1980
|
-
css?: Record<string, any> | undefined;
|
|
1981
1981
|
envVars?: Record<string, string> | undefined;
|
|
1982
1982
|
meta?: Record<string, any> | undefined;
|
|
1983
1983
|
docs?: string | undefined;
|
|
@@ -1999,12 +1999,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1999
1999
|
target: z.ZodString;
|
|
2000
2000
|
}, "strip", z.ZodTypeAny, {
|
|
2001
2001
|
path: string;
|
|
2002
|
-
type: "registry:
|
|
2002
|
+
type: "registry:page" | "registry:file";
|
|
2003
2003
|
target: string;
|
|
2004
2004
|
content?: string | undefined;
|
|
2005
2005
|
}, {
|
|
2006
2006
|
path: string;
|
|
2007
|
-
type: "registry:
|
|
2007
|
+
type: "registry:page" | "registry:file";
|
|
2008
2008
|
target: string;
|
|
2009
2009
|
content?: string | undefined;
|
|
2010
2010
|
}>, z.ZodObject<{
|
|
@@ -2071,19 +2071,27 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2071
2071
|
} & {
|
|
2072
2072
|
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"]>;
|
|
2073
2073
|
}, "strip", z.ZodTypeAny, {
|
|
2074
|
+
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";
|
|
2074
2075
|
name: string;
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2076
|
+
tailwind?: {
|
|
2077
|
+
config?: {
|
|
2078
|
+
content?: string[] | undefined;
|
|
2079
|
+
theme?: Record<string, any> | undefined;
|
|
2080
|
+
plugins?: string[] | undefined;
|
|
2081
|
+
} | undefined;
|
|
2082
|
+
} | undefined;
|
|
2078
2083
|
$schema?: string | undefined;
|
|
2084
|
+
css?: Record<string, any> | undefined;
|
|
2079
2085
|
extends?: string | undefined;
|
|
2086
|
+
title?: string | undefined;
|
|
2080
2087
|
author?: string | undefined;
|
|
2088
|
+
description?: string | undefined;
|
|
2081
2089
|
dependencies?: string[] | undefined;
|
|
2082
2090
|
devDependencies?: string[] | undefined;
|
|
2083
2091
|
registryDependencies?: string[] | undefined;
|
|
2084
2092
|
files?: ({
|
|
2085
2093
|
path: string;
|
|
2086
|
-
type: "registry:
|
|
2094
|
+
type: "registry:page" | "registry:file";
|
|
2087
2095
|
target: string;
|
|
2088
2096
|
content?: string | undefined;
|
|
2089
2097
|
} | {
|
|
@@ -2092,37 +2100,37 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2092
2100
|
content?: string | undefined;
|
|
2093
2101
|
target?: string | undefined;
|
|
2094
2102
|
})[] | undefined;
|
|
2095
|
-
tailwind?: {
|
|
2096
|
-
config?: {
|
|
2097
|
-
content?: string[] | undefined;
|
|
2098
|
-
theme?: Record<string, any> | undefined;
|
|
2099
|
-
plugins?: string[] | undefined;
|
|
2100
|
-
} | undefined;
|
|
2101
|
-
} | undefined;
|
|
2102
2103
|
cssVars?: {
|
|
2103
2104
|
theme?: Record<string, string> | undefined;
|
|
2104
2105
|
light?: Record<string, string> | undefined;
|
|
2105
2106
|
dark?: Record<string, string> | undefined;
|
|
2106
2107
|
} | undefined;
|
|
2107
|
-
css?: Record<string, any> | undefined;
|
|
2108
2108
|
envVars?: Record<string, string> | undefined;
|
|
2109
2109
|
meta?: Record<string, any> | undefined;
|
|
2110
2110
|
docs?: string | undefined;
|
|
2111
2111
|
categories?: string[] | undefined;
|
|
2112
2112
|
}, {
|
|
2113
|
+
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";
|
|
2113
2114
|
name: string;
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2115
|
+
tailwind?: {
|
|
2116
|
+
config?: {
|
|
2117
|
+
content?: string[] | undefined;
|
|
2118
|
+
theme?: Record<string, any> | undefined;
|
|
2119
|
+
plugins?: string[] | undefined;
|
|
2120
|
+
} | undefined;
|
|
2121
|
+
} | undefined;
|
|
2117
2122
|
$schema?: string | undefined;
|
|
2123
|
+
css?: Record<string, any> | undefined;
|
|
2118
2124
|
extends?: string | undefined;
|
|
2125
|
+
title?: string | undefined;
|
|
2119
2126
|
author?: string | undefined;
|
|
2127
|
+
description?: string | undefined;
|
|
2120
2128
|
dependencies?: string[] | undefined;
|
|
2121
2129
|
devDependencies?: string[] | undefined;
|
|
2122
2130
|
registryDependencies?: string[] | undefined;
|
|
2123
2131
|
files?: ({
|
|
2124
2132
|
path: string;
|
|
2125
|
-
type: "registry:
|
|
2133
|
+
type: "registry:page" | "registry:file";
|
|
2126
2134
|
target: string;
|
|
2127
2135
|
content?: string | undefined;
|
|
2128
2136
|
} | {
|
|
@@ -2131,19 +2139,11 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2131
2139
|
content?: string | undefined;
|
|
2132
2140
|
target?: string | undefined;
|
|
2133
2141
|
})[] | undefined;
|
|
2134
|
-
tailwind?: {
|
|
2135
|
-
config?: {
|
|
2136
|
-
content?: string[] | undefined;
|
|
2137
|
-
theme?: Record<string, any> | undefined;
|
|
2138
|
-
plugins?: string[] | undefined;
|
|
2139
|
-
} | undefined;
|
|
2140
|
-
} | undefined;
|
|
2141
2142
|
cssVars?: {
|
|
2142
2143
|
theme?: Record<string, string> | undefined;
|
|
2143
2144
|
light?: Record<string, string> | undefined;
|
|
2144
2145
|
dark?: Record<string, string> | undefined;
|
|
2145
2146
|
} | undefined;
|
|
2146
|
-
css?: Record<string, any> | undefined;
|
|
2147
2147
|
envVars?: Record<string, string> | undefined;
|
|
2148
2148
|
meta?: Record<string, any> | undefined;
|
|
2149
2149
|
docs?: string | undefined;
|
|
@@ -2151,35 +2151,19 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2151
2151
|
}>]>, "many">;
|
|
2152
2152
|
}, "strip", z.ZodTypeAny, {
|
|
2153
2153
|
name: string;
|
|
2154
|
+
homepage: string;
|
|
2154
2155
|
items: ({
|
|
2155
|
-
name: string;
|
|
2156
2156
|
type: "registry:base";
|
|
2157
|
-
|
|
2158
|
-
|
|
2157
|
+
name: string;
|
|
2158
|
+
tailwind?: {
|
|
2159
|
+
config?: {
|
|
2160
|
+
content?: string[] | undefined;
|
|
2161
|
+
theme?: Record<string, any> | undefined;
|
|
2162
|
+
plugins?: string[] | undefined;
|
|
2163
|
+
} | undefined;
|
|
2164
|
+
} | undefined;
|
|
2159
2165
|
$schema?: string | undefined;
|
|
2160
|
-
extends?: string | undefined;
|
|
2161
|
-
author?: string | undefined;
|
|
2162
|
-
dependencies?: string[] | undefined;
|
|
2163
|
-
devDependencies?: string[] | undefined;
|
|
2164
|
-
registryDependencies?: string[] | undefined;
|
|
2165
|
-
files?: ({
|
|
2166
|
-
path: string;
|
|
2167
|
-
type: "registry:file" | "registry:page";
|
|
2168
|
-
target: string;
|
|
2169
|
-
content?: string | undefined;
|
|
2170
|
-
} | {
|
|
2171
|
-
path: string;
|
|
2172
|
-
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";
|
|
2173
|
-
content?: string | undefined;
|
|
2174
|
-
target?: string | undefined;
|
|
2175
|
-
})[] | undefined;
|
|
2176
2166
|
config?: {
|
|
2177
|
-
registries?: Record<string, string | {
|
|
2178
|
-
url: string;
|
|
2179
|
-
params?: Record<string, string> | undefined;
|
|
2180
|
-
headers?: Record<string, string> | undefined;
|
|
2181
|
-
}> | undefined;
|
|
2182
|
-
$schema?: string | undefined;
|
|
2183
2167
|
tailwind?: {
|
|
2184
2168
|
config?: string | undefined;
|
|
2185
2169
|
css?: string | undefined;
|
|
@@ -2187,6 +2171,7 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2187
2171
|
cssVariables?: boolean | undefined;
|
|
2188
2172
|
prefix?: string | undefined;
|
|
2189
2173
|
} | undefined;
|
|
2174
|
+
$schema?: string | undefined;
|
|
2190
2175
|
style?: string | undefined;
|
|
2191
2176
|
rsc?: boolean | undefined;
|
|
2192
2177
|
tsx?: boolean | undefined;
|
|
@@ -2195,32 +2180,48 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2195
2180
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2196
2181
|
aliases?: {
|
|
2197
2182
|
components?: string | undefined;
|
|
2198
|
-
utils?: string | undefined;
|
|
2199
2183
|
ui?: string | undefined;
|
|
2184
|
+
utils?: string | undefined;
|
|
2200
2185
|
lib?: string | undefined;
|
|
2201
2186
|
hooks?: string | undefined;
|
|
2202
2187
|
} | undefined;
|
|
2188
|
+
registries?: Record<string, string | {
|
|
2189
|
+
url: string;
|
|
2190
|
+
params?: Record<string, string> | undefined;
|
|
2191
|
+
headers?: Record<string, string> | undefined;
|
|
2192
|
+
}> | undefined;
|
|
2203
2193
|
} | undefined;
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2194
|
+
css?: Record<string, any> | undefined;
|
|
2195
|
+
extends?: string | undefined;
|
|
2196
|
+
title?: string | undefined;
|
|
2197
|
+
author?: string | undefined;
|
|
2198
|
+
description?: string | undefined;
|
|
2199
|
+
dependencies?: string[] | undefined;
|
|
2200
|
+
devDependencies?: string[] | undefined;
|
|
2201
|
+
registryDependencies?: string[] | undefined;
|
|
2202
|
+
files?: ({
|
|
2203
|
+
path: string;
|
|
2204
|
+
type: "registry:page" | "registry:file";
|
|
2205
|
+
target: string;
|
|
2206
|
+
content?: string | undefined;
|
|
2207
|
+
} | {
|
|
2208
|
+
path: string;
|
|
2209
|
+
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";
|
|
2210
|
+
content?: string | undefined;
|
|
2211
|
+
target?: string | undefined;
|
|
2212
|
+
})[] | undefined;
|
|
2211
2213
|
cssVars?: {
|
|
2212
2214
|
theme?: Record<string, string> | undefined;
|
|
2213
2215
|
light?: Record<string, string> | undefined;
|
|
2214
2216
|
dark?: Record<string, string> | undefined;
|
|
2215
2217
|
} | undefined;
|
|
2216
|
-
css?: Record<string, any> | undefined;
|
|
2217
2218
|
envVars?: Record<string, string> | undefined;
|
|
2218
2219
|
meta?: Record<string, any> | undefined;
|
|
2219
2220
|
docs?: string | undefined;
|
|
2220
2221
|
categories?: string[] | undefined;
|
|
2221
2222
|
} | {
|
|
2222
|
-
name: string;
|
|
2223
2223
|
type: "registry:font";
|
|
2224
|
+
name: string;
|
|
2224
2225
|
font: {
|
|
2225
2226
|
family: string;
|
|
2226
2227
|
provider: "google";
|
|
@@ -2229,17 +2230,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2229
2230
|
weight?: string[] | undefined;
|
|
2230
2231
|
subsets?: string[] | undefined;
|
|
2231
2232
|
};
|
|
2232
|
-
|
|
2233
|
-
|
|
2233
|
+
tailwind?: {
|
|
2234
|
+
config?: {
|
|
2235
|
+
content?: string[] | undefined;
|
|
2236
|
+
theme?: Record<string, any> | undefined;
|
|
2237
|
+
plugins?: string[] | undefined;
|
|
2238
|
+
} | undefined;
|
|
2239
|
+
} | undefined;
|
|
2234
2240
|
$schema?: string | undefined;
|
|
2241
|
+
css?: Record<string, any> | undefined;
|
|
2235
2242
|
extends?: string | undefined;
|
|
2243
|
+
title?: string | undefined;
|
|
2236
2244
|
author?: string | undefined;
|
|
2245
|
+
description?: string | undefined;
|
|
2237
2246
|
dependencies?: string[] | undefined;
|
|
2238
2247
|
devDependencies?: string[] | undefined;
|
|
2239
2248
|
registryDependencies?: string[] | undefined;
|
|
2240
2249
|
files?: ({
|
|
2241
2250
|
path: string;
|
|
2242
|
-
type: "registry:
|
|
2251
|
+
type: "registry:page" | "registry:file";
|
|
2243
2252
|
target: string;
|
|
2244
2253
|
content?: string | undefined;
|
|
2245
2254
|
} | {
|
|
@@ -2248,37 +2257,37 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2248
2257
|
content?: string | undefined;
|
|
2249
2258
|
target?: string | undefined;
|
|
2250
2259
|
})[] | undefined;
|
|
2251
|
-
tailwind?: {
|
|
2252
|
-
config?: {
|
|
2253
|
-
content?: string[] | undefined;
|
|
2254
|
-
theme?: Record<string, any> | undefined;
|
|
2255
|
-
plugins?: string[] | undefined;
|
|
2256
|
-
} | undefined;
|
|
2257
|
-
} | undefined;
|
|
2258
2260
|
cssVars?: {
|
|
2259
2261
|
theme?: Record<string, string> | undefined;
|
|
2260
2262
|
light?: Record<string, string> | undefined;
|
|
2261
2263
|
dark?: Record<string, string> | undefined;
|
|
2262
2264
|
} | undefined;
|
|
2263
|
-
css?: Record<string, any> | undefined;
|
|
2264
2265
|
envVars?: Record<string, string> | undefined;
|
|
2265
2266
|
meta?: Record<string, any> | undefined;
|
|
2266
2267
|
docs?: string | undefined;
|
|
2267
2268
|
categories?: string[] | undefined;
|
|
2268
2269
|
} | {
|
|
2270
|
+
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";
|
|
2269
2271
|
name: string;
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2272
|
+
tailwind?: {
|
|
2273
|
+
config?: {
|
|
2274
|
+
content?: string[] | undefined;
|
|
2275
|
+
theme?: Record<string, any> | undefined;
|
|
2276
|
+
plugins?: string[] | undefined;
|
|
2277
|
+
} | undefined;
|
|
2278
|
+
} | undefined;
|
|
2273
2279
|
$schema?: string | undefined;
|
|
2280
|
+
css?: Record<string, any> | undefined;
|
|
2274
2281
|
extends?: string | undefined;
|
|
2282
|
+
title?: string | undefined;
|
|
2275
2283
|
author?: string | undefined;
|
|
2284
|
+
description?: string | undefined;
|
|
2276
2285
|
dependencies?: string[] | undefined;
|
|
2277
2286
|
devDependencies?: string[] | undefined;
|
|
2278
2287
|
registryDependencies?: string[] | undefined;
|
|
2279
2288
|
files?: ({
|
|
2280
2289
|
path: string;
|
|
2281
|
-
type: "registry:
|
|
2290
|
+
type: "registry:page" | "registry:file";
|
|
2282
2291
|
target: string;
|
|
2283
2292
|
content?: string | undefined;
|
|
2284
2293
|
} | {
|
|
@@ -2287,56 +2296,31 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2287
2296
|
content?: string | undefined;
|
|
2288
2297
|
target?: string | undefined;
|
|
2289
2298
|
})[] | undefined;
|
|
2290
|
-
tailwind?: {
|
|
2291
|
-
config?: {
|
|
2292
|
-
content?: string[] | undefined;
|
|
2293
|
-
theme?: Record<string, any> | undefined;
|
|
2294
|
-
plugins?: string[] | undefined;
|
|
2295
|
-
} | undefined;
|
|
2296
|
-
} | undefined;
|
|
2297
2299
|
cssVars?: {
|
|
2298
2300
|
theme?: Record<string, string> | undefined;
|
|
2299
2301
|
light?: Record<string, string> | undefined;
|
|
2300
2302
|
dark?: Record<string, string> | undefined;
|
|
2301
2303
|
} | undefined;
|
|
2302
|
-
css?: Record<string, any> | undefined;
|
|
2303
2304
|
envVars?: Record<string, string> | undefined;
|
|
2304
2305
|
meta?: Record<string, any> | undefined;
|
|
2305
2306
|
docs?: string | undefined;
|
|
2306
2307
|
categories?: string[] | undefined;
|
|
2307
2308
|
})[];
|
|
2308
|
-
homepage: string;
|
|
2309
2309
|
}, {
|
|
2310
2310
|
name: string;
|
|
2311
|
+
homepage: string;
|
|
2311
2312
|
items: ({
|
|
2312
|
-
name: string;
|
|
2313
2313
|
type: "registry:base";
|
|
2314
|
-
|
|
2315
|
-
|
|
2314
|
+
name: string;
|
|
2315
|
+
tailwind?: {
|
|
2316
|
+
config?: {
|
|
2317
|
+
content?: string[] | undefined;
|
|
2318
|
+
theme?: Record<string, any> | undefined;
|
|
2319
|
+
plugins?: string[] | undefined;
|
|
2320
|
+
} | undefined;
|
|
2321
|
+
} | undefined;
|
|
2316
2322
|
$schema?: string | undefined;
|
|
2317
|
-
extends?: string | undefined;
|
|
2318
|
-
author?: string | undefined;
|
|
2319
|
-
dependencies?: string[] | undefined;
|
|
2320
|
-
devDependencies?: string[] | undefined;
|
|
2321
|
-
registryDependencies?: string[] | undefined;
|
|
2322
|
-
files?: ({
|
|
2323
|
-
path: string;
|
|
2324
|
-
type: "registry:file" | "registry:page";
|
|
2325
|
-
target: string;
|
|
2326
|
-
content?: string | undefined;
|
|
2327
|
-
} | {
|
|
2328
|
-
path: string;
|
|
2329
|
-
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";
|
|
2330
|
-
content?: string | undefined;
|
|
2331
|
-
target?: string | undefined;
|
|
2332
|
-
})[] | undefined;
|
|
2333
2323
|
config?: {
|
|
2334
|
-
registries?: Record<string, string | {
|
|
2335
|
-
url: string;
|
|
2336
|
-
params?: Record<string, string> | undefined;
|
|
2337
|
-
headers?: Record<string, string> | undefined;
|
|
2338
|
-
}> | undefined;
|
|
2339
|
-
$schema?: string | undefined;
|
|
2340
2324
|
tailwind?: {
|
|
2341
2325
|
config?: string | undefined;
|
|
2342
2326
|
css?: string | undefined;
|
|
@@ -2344,6 +2328,7 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2344
2328
|
cssVariables?: boolean | undefined;
|
|
2345
2329
|
prefix?: string | undefined;
|
|
2346
2330
|
} | undefined;
|
|
2331
|
+
$schema?: string | undefined;
|
|
2347
2332
|
style?: string | undefined;
|
|
2348
2333
|
rsc?: boolean | undefined;
|
|
2349
2334
|
tsx?: boolean | undefined;
|
|
@@ -2352,32 +2337,48 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2352
2337
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2353
2338
|
aliases?: {
|
|
2354
2339
|
components?: string | undefined;
|
|
2355
|
-
utils?: string | undefined;
|
|
2356
2340
|
ui?: string | undefined;
|
|
2341
|
+
utils?: string | undefined;
|
|
2357
2342
|
lib?: string | undefined;
|
|
2358
2343
|
hooks?: string | undefined;
|
|
2359
2344
|
} | undefined;
|
|
2345
|
+
registries?: Record<string, string | {
|
|
2346
|
+
url: string;
|
|
2347
|
+
params?: Record<string, string> | undefined;
|
|
2348
|
+
headers?: Record<string, string> | undefined;
|
|
2349
|
+
}> | undefined;
|
|
2360
2350
|
} | undefined;
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2351
|
+
css?: Record<string, any> | undefined;
|
|
2352
|
+
extends?: string | undefined;
|
|
2353
|
+
title?: string | undefined;
|
|
2354
|
+
author?: string | undefined;
|
|
2355
|
+
description?: string | undefined;
|
|
2356
|
+
dependencies?: string[] | undefined;
|
|
2357
|
+
devDependencies?: string[] | undefined;
|
|
2358
|
+
registryDependencies?: string[] | undefined;
|
|
2359
|
+
files?: ({
|
|
2360
|
+
path: string;
|
|
2361
|
+
type: "registry:page" | "registry:file";
|
|
2362
|
+
target: string;
|
|
2363
|
+
content?: string | undefined;
|
|
2364
|
+
} | {
|
|
2365
|
+
path: string;
|
|
2366
|
+
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";
|
|
2367
|
+
content?: string | undefined;
|
|
2368
|
+
target?: string | undefined;
|
|
2369
|
+
})[] | undefined;
|
|
2368
2370
|
cssVars?: {
|
|
2369
2371
|
theme?: Record<string, string> | undefined;
|
|
2370
2372
|
light?: Record<string, string> | undefined;
|
|
2371
2373
|
dark?: Record<string, string> | undefined;
|
|
2372
2374
|
} | undefined;
|
|
2373
|
-
css?: Record<string, any> | undefined;
|
|
2374
2375
|
envVars?: Record<string, string> | undefined;
|
|
2375
2376
|
meta?: Record<string, any> | undefined;
|
|
2376
2377
|
docs?: string | undefined;
|
|
2377
2378
|
categories?: string[] | undefined;
|
|
2378
2379
|
} | {
|
|
2379
|
-
name: string;
|
|
2380
2380
|
type: "registry:font";
|
|
2381
|
+
name: string;
|
|
2381
2382
|
font: {
|
|
2382
2383
|
family: string;
|
|
2383
2384
|
provider: "google";
|
|
@@ -2386,17 +2387,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2386
2387
|
weight?: string[] | undefined;
|
|
2387
2388
|
subsets?: string[] | undefined;
|
|
2388
2389
|
};
|
|
2389
|
-
|
|
2390
|
-
|
|
2390
|
+
tailwind?: {
|
|
2391
|
+
config?: {
|
|
2392
|
+
content?: string[] | undefined;
|
|
2393
|
+
theme?: Record<string, any> | undefined;
|
|
2394
|
+
plugins?: string[] | undefined;
|
|
2395
|
+
} | undefined;
|
|
2396
|
+
} | undefined;
|
|
2391
2397
|
$schema?: string | undefined;
|
|
2398
|
+
css?: Record<string, any> | undefined;
|
|
2392
2399
|
extends?: string | undefined;
|
|
2400
|
+
title?: string | undefined;
|
|
2393
2401
|
author?: string | undefined;
|
|
2402
|
+
description?: string | undefined;
|
|
2394
2403
|
dependencies?: string[] | undefined;
|
|
2395
2404
|
devDependencies?: string[] | undefined;
|
|
2396
2405
|
registryDependencies?: string[] | undefined;
|
|
2397
2406
|
files?: ({
|
|
2398
2407
|
path: string;
|
|
2399
|
-
type: "registry:
|
|
2408
|
+
type: "registry:page" | "registry:file";
|
|
2400
2409
|
target: string;
|
|
2401
2410
|
content?: string | undefined;
|
|
2402
2411
|
} | {
|
|
@@ -2405,37 +2414,37 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2405
2414
|
content?: string | undefined;
|
|
2406
2415
|
target?: string | undefined;
|
|
2407
2416
|
})[] | undefined;
|
|
2408
|
-
tailwind?: {
|
|
2409
|
-
config?: {
|
|
2410
|
-
content?: string[] | undefined;
|
|
2411
|
-
theme?: Record<string, any> | undefined;
|
|
2412
|
-
plugins?: string[] | undefined;
|
|
2413
|
-
} | undefined;
|
|
2414
|
-
} | undefined;
|
|
2415
2417
|
cssVars?: {
|
|
2416
2418
|
theme?: Record<string, string> | undefined;
|
|
2417
2419
|
light?: Record<string, string> | undefined;
|
|
2418
2420
|
dark?: Record<string, string> | undefined;
|
|
2419
2421
|
} | undefined;
|
|
2420
|
-
css?: Record<string, any> | undefined;
|
|
2421
2422
|
envVars?: Record<string, string> | undefined;
|
|
2422
2423
|
meta?: Record<string, any> | undefined;
|
|
2423
2424
|
docs?: string | undefined;
|
|
2424
2425
|
categories?: string[] | undefined;
|
|
2425
2426
|
} | {
|
|
2427
|
+
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";
|
|
2426
2428
|
name: string;
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2429
|
+
tailwind?: {
|
|
2430
|
+
config?: {
|
|
2431
|
+
content?: string[] | undefined;
|
|
2432
|
+
theme?: Record<string, any> | undefined;
|
|
2433
|
+
plugins?: string[] | undefined;
|
|
2434
|
+
} | undefined;
|
|
2435
|
+
} | undefined;
|
|
2430
2436
|
$schema?: string | undefined;
|
|
2437
|
+
css?: Record<string, any> | undefined;
|
|
2431
2438
|
extends?: string | undefined;
|
|
2439
|
+
title?: string | undefined;
|
|
2432
2440
|
author?: string | undefined;
|
|
2441
|
+
description?: string | undefined;
|
|
2433
2442
|
dependencies?: string[] | undefined;
|
|
2434
2443
|
devDependencies?: string[] | undefined;
|
|
2435
2444
|
registryDependencies?: string[] | undefined;
|
|
2436
2445
|
files?: ({
|
|
2437
2446
|
path: string;
|
|
2438
|
-
type: "registry:
|
|
2447
|
+
type: "registry:page" | "registry:file";
|
|
2439
2448
|
target: string;
|
|
2440
2449
|
content?: string | undefined;
|
|
2441
2450
|
} | {
|
|
@@ -2444,25 +2453,16 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2444
2453
|
content?: string | undefined;
|
|
2445
2454
|
target?: string | undefined;
|
|
2446
2455
|
})[] | undefined;
|
|
2447
|
-
tailwind?: {
|
|
2448
|
-
config?: {
|
|
2449
|
-
content?: string[] | undefined;
|
|
2450
|
-
theme?: Record<string, any> | undefined;
|
|
2451
|
-
plugins?: string[] | undefined;
|
|
2452
|
-
} | undefined;
|
|
2453
|
-
} | undefined;
|
|
2454
2456
|
cssVars?: {
|
|
2455
2457
|
theme?: Record<string, string> | undefined;
|
|
2456
2458
|
light?: Record<string, string> | undefined;
|
|
2457
2459
|
dark?: Record<string, string> | undefined;
|
|
2458
2460
|
} | undefined;
|
|
2459
|
-
css?: Record<string, any> | undefined;
|
|
2460
2461
|
envVars?: Record<string, string> | undefined;
|
|
2461
2462
|
meta?: Record<string, any> | undefined;
|
|
2462
2463
|
docs?: string | undefined;
|
|
2463
2464
|
categories?: string[] | undefined;
|
|
2464
2465
|
})[];
|
|
2465
|
-
homepage: string;
|
|
2466
2466
|
}>;
|
|
2467
2467
|
type Registry = z.infer<typeof registrySchema>;
|
|
2468
2468
|
declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2482,12 +2482,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2482
2482
|
target: z.ZodString;
|
|
2483
2483
|
}, "strip", z.ZodTypeAny, {
|
|
2484
2484
|
path: string;
|
|
2485
|
-
type: "registry:
|
|
2485
|
+
type: "registry:page" | "registry:file";
|
|
2486
2486
|
target: string;
|
|
2487
2487
|
content?: string | undefined;
|
|
2488
2488
|
}, {
|
|
2489
2489
|
path: string;
|
|
2490
|
-
type: "registry:
|
|
2490
|
+
type: "registry:page" | "registry:file";
|
|
2491
2491
|
target: string;
|
|
2492
2492
|
content?: string | undefined;
|
|
2493
2493
|
}>, z.ZodObject<{
|
|
@@ -2588,14 +2588,14 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2588
2588
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2589
2589
|
}, "strip", z.ZodTypeAny, {
|
|
2590
2590
|
components?: string | undefined;
|
|
2591
|
-
utils?: string | undefined;
|
|
2592
2591
|
ui?: string | undefined;
|
|
2592
|
+
utils?: string | undefined;
|
|
2593
2593
|
lib?: string | undefined;
|
|
2594
2594
|
hooks?: string | undefined;
|
|
2595
2595
|
}, {
|
|
2596
2596
|
components?: string | undefined;
|
|
2597
|
-
utils?: string | undefined;
|
|
2598
2597
|
ui?: string | undefined;
|
|
2598
|
+
utils?: string | undefined;
|
|
2599
2599
|
lib?: string | undefined;
|
|
2600
2600
|
hooks?: string | undefined;
|
|
2601
2601
|
}>>;
|
|
@@ -2613,12 +2613,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2613
2613
|
headers?: Record<string, string> | undefined;
|
|
2614
2614
|
}>]>>>>;
|
|
2615
2615
|
}, "strict", z.ZodTypeAny, {
|
|
2616
|
-
registries?: Record<string, string | {
|
|
2617
|
-
url: string;
|
|
2618
|
-
params?: Record<string, string> | undefined;
|
|
2619
|
-
headers?: Record<string, string> | undefined;
|
|
2620
|
-
}> | undefined;
|
|
2621
|
-
$schema?: string | undefined;
|
|
2622
2616
|
tailwind?: {
|
|
2623
2617
|
config?: string | undefined;
|
|
2624
2618
|
css?: string | undefined;
|
|
@@ -2626,6 +2620,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2626
2620
|
cssVariables?: boolean | undefined;
|
|
2627
2621
|
prefix?: string | undefined;
|
|
2628
2622
|
} | undefined;
|
|
2623
|
+
$schema?: string | undefined;
|
|
2629
2624
|
style?: string | undefined;
|
|
2630
2625
|
rsc?: boolean | undefined;
|
|
2631
2626
|
tsx?: boolean | undefined;
|
|
@@ -2634,18 +2629,17 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2634
2629
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2635
2630
|
aliases?: {
|
|
2636
2631
|
components?: string | undefined;
|
|
2637
|
-
utils?: string | undefined;
|
|
2638
2632
|
ui?: string | undefined;
|
|
2633
|
+
utils?: string | undefined;
|
|
2639
2634
|
lib?: string | undefined;
|
|
2640
2635
|
hooks?: string | undefined;
|
|
2641
2636
|
} | undefined;
|
|
2642
|
-
}, {
|
|
2643
2637
|
registries?: Record<string, string | {
|
|
2644
2638
|
url: string;
|
|
2645
2639
|
params?: Record<string, string> | undefined;
|
|
2646
2640
|
headers?: Record<string, string> | undefined;
|
|
2647
2641
|
}> | undefined;
|
|
2648
|
-
|
|
2642
|
+
}, {
|
|
2649
2643
|
tailwind?: {
|
|
2650
2644
|
config?: string | undefined;
|
|
2651
2645
|
css?: string | undefined;
|
|
@@ -2653,6 +2647,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2653
2647
|
cssVariables?: boolean | undefined;
|
|
2654
2648
|
prefix?: string | undefined;
|
|
2655
2649
|
} | undefined;
|
|
2650
|
+
$schema?: string | undefined;
|
|
2656
2651
|
style?: string | undefined;
|
|
2657
2652
|
rsc?: boolean | undefined;
|
|
2658
2653
|
tsx?: boolean | undefined;
|
|
@@ -2661,41 +2656,29 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2661
2656
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2662
2657
|
aliases?: {
|
|
2663
2658
|
components?: string | undefined;
|
|
2664
|
-
utils?: string | undefined;
|
|
2665
2659
|
ui?: string | undefined;
|
|
2660
|
+
utils?: string | undefined;
|
|
2666
2661
|
lib?: string | undefined;
|
|
2667
2662
|
hooks?: string | undefined;
|
|
2668
2663
|
} | undefined;
|
|
2669
|
-
}>>;
|
|
2670
|
-
}, "strip", z.ZodTypeAny, {
|
|
2671
|
-
name: string;
|
|
2672
|
-
type: "registry:base";
|
|
2673
|
-
title?: string | undefined;
|
|
2674
|
-
description?: string | undefined;
|
|
2675
|
-
$schema?: string | undefined;
|
|
2676
|
-
extends?: string | undefined;
|
|
2677
|
-
author?: string | undefined;
|
|
2678
|
-
dependencies?: string[] | undefined;
|
|
2679
|
-
devDependencies?: string[] | undefined;
|
|
2680
|
-
registryDependencies?: string[] | undefined;
|
|
2681
|
-
files?: ({
|
|
2682
|
-
path: string;
|
|
2683
|
-
type: "registry:file" | "registry:page";
|
|
2684
|
-
target: string;
|
|
2685
|
-
content?: string | undefined;
|
|
2686
|
-
} | {
|
|
2687
|
-
path: string;
|
|
2688
|
-
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";
|
|
2689
|
-
content?: string | undefined;
|
|
2690
|
-
target?: string | undefined;
|
|
2691
|
-
})[] | undefined;
|
|
2692
|
-
config?: {
|
|
2693
2664
|
registries?: Record<string, string | {
|
|
2694
2665
|
url: string;
|
|
2695
2666
|
params?: Record<string, string> | undefined;
|
|
2696
2667
|
headers?: Record<string, string> | undefined;
|
|
2697
2668
|
}> | undefined;
|
|
2698
|
-
|
|
2669
|
+
}>>;
|
|
2670
|
+
}, "strip", z.ZodTypeAny, {
|
|
2671
|
+
type: "registry:base";
|
|
2672
|
+
name: string;
|
|
2673
|
+
tailwind?: {
|
|
2674
|
+
config?: {
|
|
2675
|
+
content?: string[] | undefined;
|
|
2676
|
+
theme?: Record<string, any> | undefined;
|
|
2677
|
+
plugins?: string[] | undefined;
|
|
2678
|
+
} | undefined;
|
|
2679
|
+
} | undefined;
|
|
2680
|
+
$schema?: string | undefined;
|
|
2681
|
+
config?: {
|
|
2699
2682
|
tailwind?: {
|
|
2700
2683
|
config?: string | undefined;
|
|
2701
2684
|
css?: string | undefined;
|
|
@@ -2703,6 +2686,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2703
2686
|
cssVariables?: boolean | undefined;
|
|
2704
2687
|
prefix?: string | undefined;
|
|
2705
2688
|
} | undefined;
|
|
2689
|
+
$schema?: string | undefined;
|
|
2706
2690
|
style?: string | undefined;
|
|
2707
2691
|
rsc?: boolean | undefined;
|
|
2708
2692
|
tsx?: boolean | undefined;
|
|
@@ -2711,43 +2695,28 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2711
2695
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2712
2696
|
aliases?: {
|
|
2713
2697
|
components?: string | undefined;
|
|
2714
|
-
utils?: string | undefined;
|
|
2715
2698
|
ui?: string | undefined;
|
|
2699
|
+
utils?: string | undefined;
|
|
2716
2700
|
lib?: string | undefined;
|
|
2717
2701
|
hooks?: string | undefined;
|
|
2718
2702
|
} | undefined;
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
plugins?: string[] | undefined;
|
|
2725
|
-
} | undefined;
|
|
2726
|
-
} | undefined;
|
|
2727
|
-
cssVars?: {
|
|
2728
|
-
theme?: Record<string, string> | undefined;
|
|
2729
|
-
light?: Record<string, string> | undefined;
|
|
2730
|
-
dark?: Record<string, string> | undefined;
|
|
2703
|
+
registries?: Record<string, string | {
|
|
2704
|
+
url: string;
|
|
2705
|
+
params?: Record<string, string> | undefined;
|
|
2706
|
+
headers?: Record<string, string> | undefined;
|
|
2707
|
+
}> | undefined;
|
|
2731
2708
|
} | undefined;
|
|
2732
2709
|
css?: Record<string, any> | undefined;
|
|
2733
|
-
envVars?: Record<string, string> | undefined;
|
|
2734
|
-
meta?: Record<string, any> | undefined;
|
|
2735
|
-
docs?: string | undefined;
|
|
2736
|
-
categories?: string[] | undefined;
|
|
2737
|
-
}, {
|
|
2738
|
-
name: string;
|
|
2739
|
-
type: "registry:base";
|
|
2740
|
-
title?: string | undefined;
|
|
2741
|
-
description?: string | undefined;
|
|
2742
|
-
$schema?: string | undefined;
|
|
2743
2710
|
extends?: string | undefined;
|
|
2711
|
+
title?: string | undefined;
|
|
2744
2712
|
author?: string | undefined;
|
|
2713
|
+
description?: string | undefined;
|
|
2745
2714
|
dependencies?: string[] | undefined;
|
|
2746
2715
|
devDependencies?: string[] | undefined;
|
|
2747
2716
|
registryDependencies?: string[] | undefined;
|
|
2748
2717
|
files?: ({
|
|
2749
2718
|
path: string;
|
|
2750
|
-
type: "registry:
|
|
2719
|
+
type: "registry:page" | "registry:file";
|
|
2751
2720
|
target: string;
|
|
2752
2721
|
content?: string | undefined;
|
|
2753
2722
|
} | {
|
|
@@ -2756,13 +2725,27 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2756
2725
|
content?: string | undefined;
|
|
2757
2726
|
target?: string | undefined;
|
|
2758
2727
|
})[] | undefined;
|
|
2728
|
+
cssVars?: {
|
|
2729
|
+
theme?: Record<string, string> | undefined;
|
|
2730
|
+
light?: Record<string, string> | undefined;
|
|
2731
|
+
dark?: Record<string, string> | undefined;
|
|
2732
|
+
} | undefined;
|
|
2733
|
+
envVars?: Record<string, string> | undefined;
|
|
2734
|
+
meta?: Record<string, any> | undefined;
|
|
2735
|
+
docs?: string | undefined;
|
|
2736
|
+
categories?: string[] | undefined;
|
|
2737
|
+
}, {
|
|
2738
|
+
type: "registry:base";
|
|
2739
|
+
name: string;
|
|
2740
|
+
tailwind?: {
|
|
2741
|
+
config?: {
|
|
2742
|
+
content?: string[] | undefined;
|
|
2743
|
+
theme?: Record<string, any> | undefined;
|
|
2744
|
+
plugins?: string[] | undefined;
|
|
2745
|
+
} | undefined;
|
|
2746
|
+
} | undefined;
|
|
2747
|
+
$schema?: string | undefined;
|
|
2759
2748
|
config?: {
|
|
2760
|
-
registries?: Record<string, string | {
|
|
2761
|
-
url: string;
|
|
2762
|
-
params?: Record<string, string> | undefined;
|
|
2763
|
-
headers?: Record<string, string> | undefined;
|
|
2764
|
-
}> | undefined;
|
|
2765
|
-
$schema?: string | undefined;
|
|
2766
2749
|
tailwind?: {
|
|
2767
2750
|
config?: string | undefined;
|
|
2768
2751
|
css?: string | undefined;
|
|
@@ -2770,6 +2753,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2770
2753
|
cssVariables?: boolean | undefined;
|
|
2771
2754
|
prefix?: string | undefined;
|
|
2772
2755
|
} | undefined;
|
|
2756
|
+
$schema?: string | undefined;
|
|
2773
2757
|
style?: string | undefined;
|
|
2774
2758
|
rsc?: boolean | undefined;
|
|
2775
2759
|
tsx?: boolean | undefined;
|
|
@@ -2778,25 +2762,41 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2778
2762
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2779
2763
|
aliases?: {
|
|
2780
2764
|
components?: string | undefined;
|
|
2781
|
-
utils?: string | undefined;
|
|
2782
2765
|
ui?: string | undefined;
|
|
2766
|
+
utils?: string | undefined;
|
|
2783
2767
|
lib?: string | undefined;
|
|
2784
2768
|
hooks?: string | undefined;
|
|
2785
2769
|
} | undefined;
|
|
2770
|
+
registries?: Record<string, string | {
|
|
2771
|
+
url: string;
|
|
2772
|
+
params?: Record<string, string> | undefined;
|
|
2773
|
+
headers?: Record<string, string> | undefined;
|
|
2774
|
+
}> | undefined;
|
|
2786
2775
|
} | undefined;
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2776
|
+
css?: Record<string, any> | undefined;
|
|
2777
|
+
extends?: string | undefined;
|
|
2778
|
+
title?: string | undefined;
|
|
2779
|
+
author?: string | undefined;
|
|
2780
|
+
description?: string | undefined;
|
|
2781
|
+
dependencies?: string[] | undefined;
|
|
2782
|
+
devDependencies?: string[] | undefined;
|
|
2783
|
+
registryDependencies?: string[] | undefined;
|
|
2784
|
+
files?: ({
|
|
2785
|
+
path: string;
|
|
2786
|
+
type: "registry:page" | "registry:file";
|
|
2787
|
+
target: string;
|
|
2788
|
+
content?: string | undefined;
|
|
2789
|
+
} | {
|
|
2790
|
+
path: string;
|
|
2791
|
+
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";
|
|
2792
|
+
content?: string | undefined;
|
|
2793
|
+
target?: string | undefined;
|
|
2794
|
+
})[] | undefined;
|
|
2794
2795
|
cssVars?: {
|
|
2795
2796
|
theme?: Record<string, string> | undefined;
|
|
2796
2797
|
light?: Record<string, string> | undefined;
|
|
2797
2798
|
dark?: Record<string, string> | undefined;
|
|
2798
2799
|
} | undefined;
|
|
2799
|
-
css?: Record<string, any> | undefined;
|
|
2800
2800
|
envVars?: Record<string, string> | undefined;
|
|
2801
2801
|
meta?: Record<string, any> | undefined;
|
|
2802
2802
|
docs?: string | undefined;
|
|
@@ -2818,12 +2818,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2818
2818
|
target: z.ZodString;
|
|
2819
2819
|
}, "strip", z.ZodTypeAny, {
|
|
2820
2820
|
path: string;
|
|
2821
|
-
type: "registry:
|
|
2821
|
+
type: "registry:page" | "registry:file";
|
|
2822
2822
|
target: string;
|
|
2823
2823
|
content?: string | undefined;
|
|
2824
2824
|
}, {
|
|
2825
2825
|
path: string;
|
|
2826
|
-
type: "registry:
|
|
2826
|
+
type: "registry:page" | "registry:file";
|
|
2827
2827
|
target: string;
|
|
2828
2828
|
content?: string | undefined;
|
|
2829
2829
|
}>, z.ZodObject<{
|
|
@@ -2912,8 +2912,8 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2912
2912
|
subsets?: string[] | undefined;
|
|
2913
2913
|
}>;
|
|
2914
2914
|
}, "strip", z.ZodTypeAny, {
|
|
2915
|
-
name: string;
|
|
2916
2915
|
type: "registry:font";
|
|
2916
|
+
name: string;
|
|
2917
2917
|
font: {
|
|
2918
2918
|
family: string;
|
|
2919
2919
|
provider: "google";
|
|
@@ -2922,17 +2922,25 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2922
2922
|
weight?: string[] | undefined;
|
|
2923
2923
|
subsets?: string[] | undefined;
|
|
2924
2924
|
};
|
|
2925
|
-
|
|
2926
|
-
|
|
2925
|
+
tailwind?: {
|
|
2926
|
+
config?: {
|
|
2927
|
+
content?: string[] | undefined;
|
|
2928
|
+
theme?: Record<string, any> | undefined;
|
|
2929
|
+
plugins?: string[] | undefined;
|
|
2930
|
+
} | undefined;
|
|
2931
|
+
} | undefined;
|
|
2927
2932
|
$schema?: string | undefined;
|
|
2933
|
+
css?: Record<string, any> | undefined;
|
|
2928
2934
|
extends?: string | undefined;
|
|
2935
|
+
title?: string | undefined;
|
|
2929
2936
|
author?: string | undefined;
|
|
2937
|
+
description?: string | undefined;
|
|
2930
2938
|
dependencies?: string[] | undefined;
|
|
2931
2939
|
devDependencies?: string[] | undefined;
|
|
2932
2940
|
registryDependencies?: string[] | undefined;
|
|
2933
2941
|
files?: ({
|
|
2934
2942
|
path: string;
|
|
2935
|
-
type: "registry:
|
|
2943
|
+
type: "registry:page" | "registry:file";
|
|
2936
2944
|
target: string;
|
|
2937
2945
|
content?: string | undefined;
|
|
2938
2946
|
} | {
|
|
@@ -2941,26 +2949,18 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2941
2949
|
content?: string | undefined;
|
|
2942
2950
|
target?: string | undefined;
|
|
2943
2951
|
})[] | undefined;
|
|
2944
|
-
tailwind?: {
|
|
2945
|
-
config?: {
|
|
2946
|
-
content?: string[] | undefined;
|
|
2947
|
-
theme?: Record<string, any> | undefined;
|
|
2948
|
-
plugins?: string[] | undefined;
|
|
2949
|
-
} | undefined;
|
|
2950
|
-
} | undefined;
|
|
2951
2952
|
cssVars?: {
|
|
2952
2953
|
theme?: Record<string, string> | undefined;
|
|
2953
2954
|
light?: Record<string, string> | undefined;
|
|
2954
2955
|
dark?: Record<string, string> | undefined;
|
|
2955
2956
|
} | undefined;
|
|
2956
|
-
css?: Record<string, any> | undefined;
|
|
2957
2957
|
envVars?: Record<string, string> | undefined;
|
|
2958
2958
|
meta?: Record<string, any> | undefined;
|
|
2959
2959
|
docs?: string | undefined;
|
|
2960
2960
|
categories?: string[] | undefined;
|
|
2961
2961
|
}, {
|
|
2962
|
-
name: string;
|
|
2963
2962
|
type: "registry:font";
|
|
2963
|
+
name: string;
|
|
2964
2964
|
font: {
|
|
2965
2965
|
family: string;
|
|
2966
2966
|
provider: "google";
|
|
@@ -2969,17 +2969,25 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2969
2969
|
weight?: string[] | undefined;
|
|
2970
2970
|
subsets?: string[] | undefined;
|
|
2971
2971
|
};
|
|
2972
|
-
|
|
2973
|
-
|
|
2972
|
+
tailwind?: {
|
|
2973
|
+
config?: {
|
|
2974
|
+
content?: string[] | undefined;
|
|
2975
|
+
theme?: Record<string, any> | undefined;
|
|
2976
|
+
plugins?: string[] | undefined;
|
|
2977
|
+
} | undefined;
|
|
2978
|
+
} | undefined;
|
|
2974
2979
|
$schema?: string | undefined;
|
|
2980
|
+
css?: Record<string, any> | undefined;
|
|
2975
2981
|
extends?: string | undefined;
|
|
2982
|
+
title?: string | undefined;
|
|
2976
2983
|
author?: string | undefined;
|
|
2984
|
+
description?: string | undefined;
|
|
2977
2985
|
dependencies?: string[] | undefined;
|
|
2978
2986
|
devDependencies?: string[] | undefined;
|
|
2979
2987
|
registryDependencies?: string[] | undefined;
|
|
2980
2988
|
files?: ({
|
|
2981
2989
|
path: string;
|
|
2982
|
-
type: "registry:
|
|
2990
|
+
type: "registry:page" | "registry:file";
|
|
2983
2991
|
target: string;
|
|
2984
2992
|
content?: string | undefined;
|
|
2985
2993
|
} | {
|
|
@@ -2988,19 +2996,11 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
2988
2996
|
content?: string | undefined;
|
|
2989
2997
|
target?: string | undefined;
|
|
2990
2998
|
})[] | undefined;
|
|
2991
|
-
tailwind?: {
|
|
2992
|
-
config?: {
|
|
2993
|
-
content?: string[] | undefined;
|
|
2994
|
-
theme?: Record<string, any> | undefined;
|
|
2995
|
-
plugins?: string[] | undefined;
|
|
2996
|
-
} | undefined;
|
|
2997
|
-
} | undefined;
|
|
2998
2999
|
cssVars?: {
|
|
2999
3000
|
theme?: Record<string, string> | undefined;
|
|
3000
3001
|
light?: Record<string, string> | undefined;
|
|
3001
3002
|
dark?: Record<string, string> | undefined;
|
|
3002
3003
|
} | undefined;
|
|
3003
|
-
css?: Record<string, any> | undefined;
|
|
3004
3004
|
envVars?: Record<string, string> | undefined;
|
|
3005
3005
|
meta?: Record<string, any> | undefined;
|
|
3006
3006
|
docs?: string | undefined;
|
|
@@ -3022,12 +3022,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3022
3022
|
target: z.ZodString;
|
|
3023
3023
|
}, "strip", z.ZodTypeAny, {
|
|
3024
3024
|
path: string;
|
|
3025
|
-
type: "registry:
|
|
3025
|
+
type: "registry:page" | "registry:file";
|
|
3026
3026
|
target: string;
|
|
3027
3027
|
content?: string | undefined;
|
|
3028
3028
|
}, {
|
|
3029
3029
|
path: string;
|
|
3030
|
-
type: "registry:
|
|
3030
|
+
type: "registry:page" | "registry:file";
|
|
3031
3031
|
target: string;
|
|
3032
3032
|
content?: string | undefined;
|
|
3033
3033
|
}>, z.ZodObject<{
|
|
@@ -3094,19 +3094,27 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3094
3094
|
} & {
|
|
3095
3095
|
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"]>;
|
|
3096
3096
|
}, "strip", z.ZodTypeAny, {
|
|
3097
|
+
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";
|
|
3097
3098
|
name: string;
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3099
|
+
tailwind?: {
|
|
3100
|
+
config?: {
|
|
3101
|
+
content?: string[] | undefined;
|
|
3102
|
+
theme?: Record<string, any> | undefined;
|
|
3103
|
+
plugins?: string[] | undefined;
|
|
3104
|
+
} | undefined;
|
|
3105
|
+
} | undefined;
|
|
3101
3106
|
$schema?: string | undefined;
|
|
3107
|
+
css?: Record<string, any> | undefined;
|
|
3102
3108
|
extends?: string | undefined;
|
|
3109
|
+
title?: string | undefined;
|
|
3103
3110
|
author?: string | undefined;
|
|
3111
|
+
description?: string | undefined;
|
|
3104
3112
|
dependencies?: string[] | undefined;
|
|
3105
3113
|
devDependencies?: string[] | undefined;
|
|
3106
3114
|
registryDependencies?: string[] | undefined;
|
|
3107
3115
|
files?: ({
|
|
3108
3116
|
path: string;
|
|
3109
|
-
type: "registry:
|
|
3117
|
+
type: "registry:page" | "registry:file";
|
|
3110
3118
|
target: string;
|
|
3111
3119
|
content?: string | undefined;
|
|
3112
3120
|
} | {
|
|
@@ -3115,37 +3123,37 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3115
3123
|
content?: string | undefined;
|
|
3116
3124
|
target?: string | undefined;
|
|
3117
3125
|
})[] | undefined;
|
|
3118
|
-
tailwind?: {
|
|
3119
|
-
config?: {
|
|
3120
|
-
content?: string[] | undefined;
|
|
3121
|
-
theme?: Record<string, any> | undefined;
|
|
3122
|
-
plugins?: string[] | undefined;
|
|
3123
|
-
} | undefined;
|
|
3124
|
-
} | undefined;
|
|
3125
3126
|
cssVars?: {
|
|
3126
3127
|
theme?: Record<string, string> | undefined;
|
|
3127
3128
|
light?: Record<string, string> | undefined;
|
|
3128
3129
|
dark?: Record<string, string> | undefined;
|
|
3129
3130
|
} | undefined;
|
|
3130
|
-
css?: Record<string, any> | undefined;
|
|
3131
3131
|
envVars?: Record<string, string> | undefined;
|
|
3132
3132
|
meta?: Record<string, any> | undefined;
|
|
3133
3133
|
docs?: string | undefined;
|
|
3134
3134
|
categories?: string[] | undefined;
|
|
3135
3135
|
}, {
|
|
3136
|
+
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";
|
|
3136
3137
|
name: string;
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3138
|
+
tailwind?: {
|
|
3139
|
+
config?: {
|
|
3140
|
+
content?: string[] | undefined;
|
|
3141
|
+
theme?: Record<string, any> | undefined;
|
|
3142
|
+
plugins?: string[] | undefined;
|
|
3143
|
+
} | undefined;
|
|
3144
|
+
} | undefined;
|
|
3140
3145
|
$schema?: string | undefined;
|
|
3146
|
+
css?: Record<string, any> | undefined;
|
|
3141
3147
|
extends?: string | undefined;
|
|
3148
|
+
title?: string | undefined;
|
|
3142
3149
|
author?: string | undefined;
|
|
3150
|
+
description?: string | undefined;
|
|
3143
3151
|
dependencies?: string[] | undefined;
|
|
3144
3152
|
devDependencies?: string[] | undefined;
|
|
3145
3153
|
registryDependencies?: string[] | undefined;
|
|
3146
3154
|
files?: ({
|
|
3147
3155
|
path: string;
|
|
3148
|
-
type: "registry:
|
|
3156
|
+
type: "registry:page" | "registry:file";
|
|
3149
3157
|
target: string;
|
|
3150
3158
|
content?: string | undefined;
|
|
3151
3159
|
} | {
|
|
@@ -3154,19 +3162,11 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3154
3162
|
content?: string | undefined;
|
|
3155
3163
|
target?: string | undefined;
|
|
3156
3164
|
})[] | undefined;
|
|
3157
|
-
tailwind?: {
|
|
3158
|
-
config?: {
|
|
3159
|
-
content?: string[] | undefined;
|
|
3160
|
-
theme?: Record<string, any> | undefined;
|
|
3161
|
-
plugins?: string[] | undefined;
|
|
3162
|
-
} | undefined;
|
|
3163
|
-
} | undefined;
|
|
3164
3165
|
cssVars?: {
|
|
3165
3166
|
theme?: Record<string, string> | undefined;
|
|
3166
3167
|
light?: Record<string, string> | undefined;
|
|
3167
3168
|
dark?: Record<string, string> | undefined;
|
|
3168
3169
|
} | undefined;
|
|
3169
|
-
css?: Record<string, any> | undefined;
|
|
3170
3170
|
envVars?: Record<string, string> | undefined;
|
|
3171
3171
|
meta?: Record<string, any> | undefined;
|
|
3172
3172
|
docs?: string | undefined;
|
|
@@ -3274,12 +3274,12 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3274
3274
|
target: z.ZodString;
|
|
3275
3275
|
}, "strip", z.ZodTypeAny, {
|
|
3276
3276
|
path: string;
|
|
3277
|
-
type: "registry:
|
|
3277
|
+
type: "registry:page" | "registry:file";
|
|
3278
3278
|
target: string;
|
|
3279
3279
|
content?: string | undefined;
|
|
3280
3280
|
}, {
|
|
3281
3281
|
path: string;
|
|
3282
|
-
type: "registry:
|
|
3282
|
+
type: "registry:page" | "registry:file";
|
|
3283
3283
|
target: string;
|
|
3284
3284
|
content?: string | undefined;
|
|
3285
3285
|
}>, z.ZodObject<{
|
|
@@ -3343,7 +3343,7 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3343
3343
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3344
3344
|
docs: z.ZodOptional<z.ZodString>;
|
|
3345
3345
|
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3346
|
-
}, "
|
|
3346
|
+
}, "tailwind" | "css" | "dependencies" | "devDependencies" | "files" | "cssVars" | "envVars" | "docs"> & {
|
|
3347
3347
|
fonts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3348
3348
|
$schema: z.ZodOptional<z.ZodString>;
|
|
3349
3349
|
extends: z.ZodOptional<z.ZodString>;
|
|
@@ -3361,12 +3361,12 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3361
3361
|
target: z.ZodString;
|
|
3362
3362
|
}, "strip", z.ZodTypeAny, {
|
|
3363
3363
|
path: string;
|
|
3364
|
-
type: "registry:
|
|
3364
|
+
type: "registry:page" | "registry:file";
|
|
3365
3365
|
target: string;
|
|
3366
3366
|
content?: string | undefined;
|
|
3367
3367
|
}, {
|
|
3368
3368
|
path: string;
|
|
3369
|
-
type: "registry:
|
|
3369
|
+
type: "registry:page" | "registry:file";
|
|
3370
3370
|
target: string;
|
|
3371
3371
|
content?: string | undefined;
|
|
3372
3372
|
}>, z.ZodObject<{
|
|
@@ -3455,8 +3455,8 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3455
3455
|
subsets?: string[] | undefined;
|
|
3456
3456
|
}>;
|
|
3457
3457
|
}, "strip", z.ZodTypeAny, {
|
|
3458
|
-
name: string;
|
|
3459
3458
|
type: "registry:font";
|
|
3459
|
+
name: string;
|
|
3460
3460
|
font: {
|
|
3461
3461
|
family: string;
|
|
3462
3462
|
provider: "google";
|
|
@@ -3465,17 +3465,25 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3465
3465
|
weight?: string[] | undefined;
|
|
3466
3466
|
subsets?: string[] | undefined;
|
|
3467
3467
|
};
|
|
3468
|
-
|
|
3469
|
-
|
|
3468
|
+
tailwind?: {
|
|
3469
|
+
config?: {
|
|
3470
|
+
content?: string[] | undefined;
|
|
3471
|
+
theme?: Record<string, any> | undefined;
|
|
3472
|
+
plugins?: string[] | undefined;
|
|
3473
|
+
} | undefined;
|
|
3474
|
+
} | undefined;
|
|
3470
3475
|
$schema?: string | undefined;
|
|
3476
|
+
css?: Record<string, any> | undefined;
|
|
3471
3477
|
extends?: string | undefined;
|
|
3478
|
+
title?: string | undefined;
|
|
3472
3479
|
author?: string | undefined;
|
|
3480
|
+
description?: string | undefined;
|
|
3473
3481
|
dependencies?: string[] | undefined;
|
|
3474
3482
|
devDependencies?: string[] | undefined;
|
|
3475
3483
|
registryDependencies?: string[] | undefined;
|
|
3476
3484
|
files?: ({
|
|
3477
3485
|
path: string;
|
|
3478
|
-
type: "registry:
|
|
3486
|
+
type: "registry:page" | "registry:file";
|
|
3479
3487
|
target: string;
|
|
3480
3488
|
content?: string | undefined;
|
|
3481
3489
|
} | {
|
|
@@ -3484,26 +3492,18 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3484
3492
|
content?: string | undefined;
|
|
3485
3493
|
target?: string | undefined;
|
|
3486
3494
|
})[] | undefined;
|
|
3487
|
-
tailwind?: {
|
|
3488
|
-
config?: {
|
|
3489
|
-
content?: string[] | undefined;
|
|
3490
|
-
theme?: Record<string, any> | undefined;
|
|
3491
|
-
plugins?: string[] | undefined;
|
|
3492
|
-
} | undefined;
|
|
3493
|
-
} | undefined;
|
|
3494
3495
|
cssVars?: {
|
|
3495
3496
|
theme?: Record<string, string> | undefined;
|
|
3496
3497
|
light?: Record<string, string> | undefined;
|
|
3497
3498
|
dark?: Record<string, string> | undefined;
|
|
3498
3499
|
} | undefined;
|
|
3499
|
-
css?: Record<string, any> | undefined;
|
|
3500
3500
|
envVars?: Record<string, string> | undefined;
|
|
3501
3501
|
meta?: Record<string, any> | undefined;
|
|
3502
3502
|
docs?: string | undefined;
|
|
3503
3503
|
categories?: string[] | undefined;
|
|
3504
3504
|
}, {
|
|
3505
|
-
name: string;
|
|
3506
3505
|
type: "registry:font";
|
|
3506
|
+
name: string;
|
|
3507
3507
|
font: {
|
|
3508
3508
|
family: string;
|
|
3509
3509
|
provider: "google";
|
|
@@ -3512,17 +3512,25 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3512
3512
|
weight?: string[] | undefined;
|
|
3513
3513
|
subsets?: string[] | undefined;
|
|
3514
3514
|
};
|
|
3515
|
-
|
|
3516
|
-
|
|
3515
|
+
tailwind?: {
|
|
3516
|
+
config?: {
|
|
3517
|
+
content?: string[] | undefined;
|
|
3518
|
+
theme?: Record<string, any> | undefined;
|
|
3519
|
+
plugins?: string[] | undefined;
|
|
3520
|
+
} | undefined;
|
|
3521
|
+
} | undefined;
|
|
3517
3522
|
$schema?: string | undefined;
|
|
3523
|
+
css?: Record<string, any> | undefined;
|
|
3518
3524
|
extends?: string | undefined;
|
|
3525
|
+
title?: string | undefined;
|
|
3519
3526
|
author?: string | undefined;
|
|
3527
|
+
description?: string | undefined;
|
|
3520
3528
|
dependencies?: string[] | undefined;
|
|
3521
3529
|
devDependencies?: string[] | undefined;
|
|
3522
3530
|
registryDependencies?: string[] | undefined;
|
|
3523
3531
|
files?: ({
|
|
3524
3532
|
path: string;
|
|
3525
|
-
type: "registry:
|
|
3533
|
+
type: "registry:page" | "registry:file";
|
|
3526
3534
|
target: string;
|
|
3527
3535
|
content?: string | undefined;
|
|
3528
3536
|
} | {
|
|
@@ -3531,30 +3539,30 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3531
3539
|
content?: string | undefined;
|
|
3532
3540
|
target?: string | undefined;
|
|
3533
3541
|
})[] | undefined;
|
|
3534
|
-
tailwind?: {
|
|
3535
|
-
config?: {
|
|
3536
|
-
content?: string[] | undefined;
|
|
3537
|
-
theme?: Record<string, any> | undefined;
|
|
3538
|
-
plugins?: string[] | undefined;
|
|
3539
|
-
} | undefined;
|
|
3540
|
-
} | undefined;
|
|
3541
3542
|
cssVars?: {
|
|
3542
3543
|
theme?: Record<string, string> | undefined;
|
|
3543
3544
|
light?: Record<string, string> | undefined;
|
|
3544
3545
|
dark?: Record<string, string> | undefined;
|
|
3545
3546
|
} | undefined;
|
|
3546
|
-
css?: Record<string, any> | undefined;
|
|
3547
3547
|
envVars?: Record<string, string> | undefined;
|
|
3548
3548
|
meta?: Record<string, any> | undefined;
|
|
3549
3549
|
docs?: string | undefined;
|
|
3550
3550
|
categories?: string[] | undefined;
|
|
3551
3551
|
}>, "many">>;
|
|
3552
3552
|
}, "strip", z.ZodTypeAny, {
|
|
3553
|
+
tailwind?: {
|
|
3554
|
+
config?: {
|
|
3555
|
+
content?: string[] | undefined;
|
|
3556
|
+
theme?: Record<string, any> | undefined;
|
|
3557
|
+
plugins?: string[] | undefined;
|
|
3558
|
+
} | undefined;
|
|
3559
|
+
} | undefined;
|
|
3560
|
+
css?: Record<string, any> | undefined;
|
|
3553
3561
|
dependencies?: string[] | undefined;
|
|
3554
3562
|
devDependencies?: string[] | undefined;
|
|
3555
3563
|
files?: ({
|
|
3556
3564
|
path: string;
|
|
3557
|
-
type: "registry:
|
|
3565
|
+
type: "registry:page" | "registry:file";
|
|
3558
3566
|
target: string;
|
|
3559
3567
|
content?: string | undefined;
|
|
3560
3568
|
} | {
|
|
@@ -3563,24 +3571,16 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3563
3571
|
content?: string | undefined;
|
|
3564
3572
|
target?: string | undefined;
|
|
3565
3573
|
})[] | undefined;
|
|
3566
|
-
tailwind?: {
|
|
3567
|
-
config?: {
|
|
3568
|
-
content?: string[] | undefined;
|
|
3569
|
-
theme?: Record<string, any> | undefined;
|
|
3570
|
-
plugins?: string[] | undefined;
|
|
3571
|
-
} | undefined;
|
|
3572
|
-
} | undefined;
|
|
3573
3574
|
cssVars?: {
|
|
3574
3575
|
theme?: Record<string, string> | undefined;
|
|
3575
3576
|
light?: Record<string, string> | undefined;
|
|
3576
3577
|
dark?: Record<string, string> | undefined;
|
|
3577
3578
|
} | undefined;
|
|
3578
|
-
css?: Record<string, any> | undefined;
|
|
3579
3579
|
envVars?: Record<string, string> | undefined;
|
|
3580
3580
|
docs?: string | undefined;
|
|
3581
3581
|
fonts?: {
|
|
3582
|
-
name: string;
|
|
3583
3582
|
type: "registry:font";
|
|
3583
|
+
name: string;
|
|
3584
3584
|
font: {
|
|
3585
3585
|
family: string;
|
|
3586
3586
|
provider: "google";
|
|
@@ -3589,17 +3589,25 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3589
3589
|
weight?: string[] | undefined;
|
|
3590
3590
|
subsets?: string[] | undefined;
|
|
3591
3591
|
};
|
|
3592
|
-
|
|
3593
|
-
|
|
3592
|
+
tailwind?: {
|
|
3593
|
+
config?: {
|
|
3594
|
+
content?: string[] | undefined;
|
|
3595
|
+
theme?: Record<string, any> | undefined;
|
|
3596
|
+
plugins?: string[] | undefined;
|
|
3597
|
+
} | undefined;
|
|
3598
|
+
} | undefined;
|
|
3594
3599
|
$schema?: string | undefined;
|
|
3600
|
+
css?: Record<string, any> | undefined;
|
|
3595
3601
|
extends?: string | undefined;
|
|
3602
|
+
title?: string | undefined;
|
|
3596
3603
|
author?: string | undefined;
|
|
3604
|
+
description?: string | undefined;
|
|
3597
3605
|
dependencies?: string[] | undefined;
|
|
3598
3606
|
devDependencies?: string[] | undefined;
|
|
3599
3607
|
registryDependencies?: string[] | undefined;
|
|
3600
3608
|
files?: ({
|
|
3601
3609
|
path: string;
|
|
3602
|
-
type: "registry:
|
|
3610
|
+
type: "registry:page" | "registry:file";
|
|
3603
3611
|
target: string;
|
|
3604
3612
|
content?: string | undefined;
|
|
3605
3613
|
} | {
|
|
@@ -3608,30 +3616,30 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3608
3616
|
content?: string | undefined;
|
|
3609
3617
|
target?: string | undefined;
|
|
3610
3618
|
})[] | undefined;
|
|
3611
|
-
tailwind?: {
|
|
3612
|
-
config?: {
|
|
3613
|
-
content?: string[] | undefined;
|
|
3614
|
-
theme?: Record<string, any> | undefined;
|
|
3615
|
-
plugins?: string[] | undefined;
|
|
3616
|
-
} | undefined;
|
|
3617
|
-
} | undefined;
|
|
3618
3619
|
cssVars?: {
|
|
3619
3620
|
theme?: Record<string, string> | undefined;
|
|
3620
3621
|
light?: Record<string, string> | undefined;
|
|
3621
3622
|
dark?: Record<string, string> | undefined;
|
|
3622
3623
|
} | undefined;
|
|
3623
|
-
css?: Record<string, any> | undefined;
|
|
3624
3624
|
envVars?: Record<string, string> | undefined;
|
|
3625
3625
|
meta?: Record<string, any> | undefined;
|
|
3626
3626
|
docs?: string | undefined;
|
|
3627
3627
|
categories?: string[] | undefined;
|
|
3628
3628
|
}[] | undefined;
|
|
3629
3629
|
}, {
|
|
3630
|
+
tailwind?: {
|
|
3631
|
+
config?: {
|
|
3632
|
+
content?: string[] | undefined;
|
|
3633
|
+
theme?: Record<string, any> | undefined;
|
|
3634
|
+
plugins?: string[] | undefined;
|
|
3635
|
+
} | undefined;
|
|
3636
|
+
} | undefined;
|
|
3637
|
+
css?: Record<string, any> | undefined;
|
|
3630
3638
|
dependencies?: string[] | undefined;
|
|
3631
3639
|
devDependencies?: string[] | undefined;
|
|
3632
3640
|
files?: ({
|
|
3633
3641
|
path: string;
|
|
3634
|
-
type: "registry:
|
|
3642
|
+
type: "registry:page" | "registry:file";
|
|
3635
3643
|
target: string;
|
|
3636
3644
|
content?: string | undefined;
|
|
3637
3645
|
} | {
|
|
@@ -3640,24 +3648,16 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3640
3648
|
content?: string | undefined;
|
|
3641
3649
|
target?: string | undefined;
|
|
3642
3650
|
})[] | undefined;
|
|
3643
|
-
tailwind?: {
|
|
3644
|
-
config?: {
|
|
3645
|
-
content?: string[] | undefined;
|
|
3646
|
-
theme?: Record<string, any> | undefined;
|
|
3647
|
-
plugins?: string[] | undefined;
|
|
3648
|
-
} | undefined;
|
|
3649
|
-
} | undefined;
|
|
3650
3651
|
cssVars?: {
|
|
3651
3652
|
theme?: Record<string, string> | undefined;
|
|
3652
3653
|
light?: Record<string, string> | undefined;
|
|
3653
3654
|
dark?: Record<string, string> | undefined;
|
|
3654
3655
|
} | undefined;
|
|
3655
|
-
css?: Record<string, any> | undefined;
|
|
3656
3656
|
envVars?: Record<string, string> | undefined;
|
|
3657
3657
|
docs?: string | undefined;
|
|
3658
3658
|
fonts?: {
|
|
3659
|
-
name: string;
|
|
3660
3659
|
type: "registry:font";
|
|
3660
|
+
name: string;
|
|
3661
3661
|
font: {
|
|
3662
3662
|
family: string;
|
|
3663
3663
|
provider: "google";
|
|
@@ -3666,17 +3666,25 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3666
3666
|
weight?: string[] | undefined;
|
|
3667
3667
|
subsets?: string[] | undefined;
|
|
3668
3668
|
};
|
|
3669
|
-
|
|
3670
|
-
|
|
3669
|
+
tailwind?: {
|
|
3670
|
+
config?: {
|
|
3671
|
+
content?: string[] | undefined;
|
|
3672
|
+
theme?: Record<string, any> | undefined;
|
|
3673
|
+
plugins?: string[] | undefined;
|
|
3674
|
+
} | undefined;
|
|
3675
|
+
} | undefined;
|
|
3671
3676
|
$schema?: string | undefined;
|
|
3677
|
+
css?: Record<string, any> | undefined;
|
|
3672
3678
|
extends?: string | undefined;
|
|
3679
|
+
title?: string | undefined;
|
|
3673
3680
|
author?: string | undefined;
|
|
3681
|
+
description?: string | undefined;
|
|
3674
3682
|
dependencies?: string[] | undefined;
|
|
3675
3683
|
devDependencies?: string[] | undefined;
|
|
3676
3684
|
registryDependencies?: string[] | undefined;
|
|
3677
3685
|
files?: ({
|
|
3678
3686
|
path: string;
|
|
3679
|
-
type: "registry:
|
|
3687
|
+
type: "registry:page" | "registry:file";
|
|
3680
3688
|
target: string;
|
|
3681
3689
|
content?: string | undefined;
|
|
3682
3690
|
} | {
|
|
@@ -3685,19 +3693,11 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
3685
3693
|
content?: string | undefined;
|
|
3686
3694
|
target?: string | undefined;
|
|
3687
3695
|
})[] | undefined;
|
|
3688
|
-
tailwind?: {
|
|
3689
|
-
config?: {
|
|
3690
|
-
content?: string[] | undefined;
|
|
3691
|
-
theme?: Record<string, any> | undefined;
|
|
3692
|
-
plugins?: string[] | undefined;
|
|
3693
|
-
} | undefined;
|
|
3694
|
-
} | undefined;
|
|
3695
3696
|
cssVars?: {
|
|
3696
3697
|
theme?: Record<string, string> | undefined;
|
|
3697
3698
|
light?: Record<string, string> | undefined;
|
|
3698
3699
|
dark?: Record<string, string> | undefined;
|
|
3699
3700
|
} | undefined;
|
|
3700
|
-
css?: Record<string, any> | undefined;
|
|
3701
3701
|
envVars?: Record<string, string> | undefined;
|
|
3702
3702
|
meta?: Record<string, any> | undefined;
|
|
3703
3703
|
docs?: string | undefined;
|
|
@@ -3731,14 +3731,14 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
3731
3731
|
hasMore: z.ZodBoolean;
|
|
3732
3732
|
}, "strip", z.ZodTypeAny, {
|
|
3733
3733
|
total: number;
|
|
3734
|
-
hasMore: boolean;
|
|
3735
|
-
limit: number;
|
|
3736
3734
|
offset: number;
|
|
3735
|
+
limit: number;
|
|
3736
|
+
hasMore: boolean;
|
|
3737
3737
|
}, {
|
|
3738
3738
|
total: number;
|
|
3739
|
-
hasMore: boolean;
|
|
3740
|
-
limit: number;
|
|
3741
3739
|
offset: number;
|
|
3740
|
+
limit: number;
|
|
3741
|
+
hasMore: boolean;
|
|
3742
3742
|
}>;
|
|
3743
3743
|
items: z.ZodArray<z.ZodObject<{
|
|
3744
3744
|
name: z.ZodString;
|
|
@@ -3769,9 +3769,9 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
3769
3769
|
}[];
|
|
3770
3770
|
pagination: {
|
|
3771
3771
|
total: number;
|
|
3772
|
-
hasMore: boolean;
|
|
3773
|
-
limit: number;
|
|
3774
3772
|
offset: number;
|
|
3773
|
+
limit: number;
|
|
3774
|
+
hasMore: boolean;
|
|
3775
3775
|
};
|
|
3776
3776
|
}, {
|
|
3777
3777
|
items: {
|
|
@@ -3783,9 +3783,9 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
3783
3783
|
}[];
|
|
3784
3784
|
pagination: {
|
|
3785
3785
|
total: number;
|
|
3786
|
-
hasMore: boolean;
|
|
3787
|
-
limit: number;
|
|
3788
3786
|
offset: number;
|
|
3787
|
+
limit: number;
|
|
3788
|
+
hasMore: boolean;
|
|
3789
3789
|
};
|
|
3790
3790
|
}>;
|
|
3791
3791
|
declare const registriesIndexSchema: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -3803,28 +3803,28 @@ declare const presetSchema: z.ZodObject<{
|
|
|
3803
3803
|
menuColor: z.ZodEnum<["default", "inverted"]>;
|
|
3804
3804
|
radius: z.ZodString;
|
|
3805
3805
|
}, "strip", z.ZodTypeAny, {
|
|
3806
|
-
name: string;
|
|
3807
|
-
title: string;
|
|
3808
|
-
description: string;
|
|
3809
|
-
theme: string;
|
|
3810
3806
|
style: string;
|
|
3811
3807
|
baseColor: string;
|
|
3812
3808
|
iconLibrary: string;
|
|
3813
3809
|
menuColor: "default" | "inverted";
|
|
3814
3810
|
menuAccent: "subtle" | "bold";
|
|
3811
|
+
theme: string;
|
|
3812
|
+
name: string;
|
|
3813
|
+
title: string;
|
|
3814
|
+
description: string;
|
|
3815
3815
|
font: string;
|
|
3816
3816
|
base: string;
|
|
3817
3817
|
radius: string;
|
|
3818
3818
|
}, {
|
|
3819
|
-
name: string;
|
|
3820
|
-
title: string;
|
|
3821
|
-
description: string;
|
|
3822
|
-
theme: string;
|
|
3823
3819
|
style: string;
|
|
3824
3820
|
baseColor: string;
|
|
3825
3821
|
iconLibrary: string;
|
|
3826
3822
|
menuColor: "default" | "inverted";
|
|
3827
3823
|
menuAccent: "subtle" | "bold";
|
|
3824
|
+
theme: string;
|
|
3825
|
+
name: string;
|
|
3826
|
+
title: string;
|
|
3827
|
+
description: string;
|
|
3828
3828
|
font: string;
|
|
3829
3829
|
base: string;
|
|
3830
3830
|
radius: string;
|
|
@@ -3845,58 +3845,58 @@ declare const configJsonSchema: z.ZodObject<{
|
|
|
3845
3845
|
menuColor: z.ZodEnum<["default", "inverted"]>;
|
|
3846
3846
|
radius: z.ZodString;
|
|
3847
3847
|
}, "strip", z.ZodTypeAny, {
|
|
3848
|
-
name: string;
|
|
3849
|
-
title: string;
|
|
3850
|
-
description: string;
|
|
3851
|
-
theme: string;
|
|
3852
3848
|
style: string;
|
|
3853
3849
|
baseColor: string;
|
|
3854
3850
|
iconLibrary: string;
|
|
3855
3851
|
menuColor: "default" | "inverted";
|
|
3856
3852
|
menuAccent: "subtle" | "bold";
|
|
3853
|
+
theme: string;
|
|
3854
|
+
name: string;
|
|
3855
|
+
title: string;
|
|
3856
|
+
description: string;
|
|
3857
3857
|
font: string;
|
|
3858
3858
|
base: string;
|
|
3859
3859
|
radius: string;
|
|
3860
3860
|
}, {
|
|
3861
|
-
name: string;
|
|
3862
|
-
title: string;
|
|
3863
|
-
description: string;
|
|
3864
|
-
theme: string;
|
|
3865
3861
|
style: string;
|
|
3866
3862
|
baseColor: string;
|
|
3867
3863
|
iconLibrary: string;
|
|
3868
3864
|
menuColor: "default" | "inverted";
|
|
3869
3865
|
menuAccent: "subtle" | "bold";
|
|
3866
|
+
theme: string;
|
|
3867
|
+
name: string;
|
|
3868
|
+
title: string;
|
|
3869
|
+
description: string;
|
|
3870
3870
|
font: string;
|
|
3871
3871
|
base: string;
|
|
3872
3872
|
radius: string;
|
|
3873
3873
|
}>, "many">;
|
|
3874
3874
|
}, "strip", z.ZodTypeAny, {
|
|
3875
3875
|
presets: {
|
|
3876
|
-
name: string;
|
|
3877
|
-
title: string;
|
|
3878
|
-
description: string;
|
|
3879
|
-
theme: string;
|
|
3880
3876
|
style: string;
|
|
3881
3877
|
baseColor: string;
|
|
3882
3878
|
iconLibrary: string;
|
|
3883
3879
|
menuColor: "default" | "inverted";
|
|
3884
3880
|
menuAccent: "subtle" | "bold";
|
|
3881
|
+
theme: string;
|
|
3882
|
+
name: string;
|
|
3883
|
+
title: string;
|
|
3884
|
+
description: string;
|
|
3885
3885
|
font: string;
|
|
3886
3886
|
base: string;
|
|
3887
3887
|
radius: string;
|
|
3888
3888
|
}[];
|
|
3889
3889
|
}, {
|
|
3890
3890
|
presets: {
|
|
3891
|
-
name: string;
|
|
3892
|
-
title: string;
|
|
3893
|
-
description: string;
|
|
3894
|
-
theme: string;
|
|
3895
3891
|
style: string;
|
|
3896
3892
|
baseColor: string;
|
|
3897
3893
|
iconLibrary: string;
|
|
3898
3894
|
menuColor: "default" | "inverted";
|
|
3899
3895
|
menuAccent: "subtle" | "bold";
|
|
3896
|
+
theme: string;
|
|
3897
|
+
name: string;
|
|
3898
|
+
title: string;
|
|
3899
|
+
description: string;
|
|
3900
3900
|
font: string;
|
|
3901
3901
|
base: string;
|
|
3902
3902
|
radius: string;
|