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