shadcn 4.6.0 → 4.8.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.
@@ -108,7 +108,7 @@ declare const rawConfigSchema: z.ZodObject<{
108
108
  iconLibrary?: string | undefined;
109
109
  rtl?: boolean | undefined;
110
110
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
111
- menuAccent?: "bold" | "subtle" | undefined;
111
+ menuAccent?: "subtle" | "bold" | undefined;
112
112
  registries?: Record<string, string | {
113
113
  url: string;
114
114
  params?: Record<string, string> | undefined;
@@ -136,7 +136,7 @@ declare const rawConfigSchema: z.ZodObject<{
136
136
  iconLibrary?: string | undefined;
137
137
  rtl?: boolean | undefined;
138
138
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
139
- menuAccent?: "bold" | "subtle" | undefined;
139
+ menuAccent?: "subtle" | "bold" | undefined;
140
140
  registries?: Record<string, string | {
141
141
  url: string;
142
142
  params?: Record<string, string> | undefined;
@@ -216,19 +216,19 @@ declare const configSchema: z.ZodObject<{
216
216
  }, "strip", z.ZodTypeAny, {
217
217
  components: string;
218
218
  ui: string;
219
- cwd: string;
220
219
  utils: string;
221
220
  lib: string;
222
221
  hooks: string;
222
+ cwd: string;
223
223
  tailwindConfig: string;
224
224
  tailwindCss: string;
225
225
  }, {
226
226
  components: string;
227
227
  ui: string;
228
- cwd: string;
229
228
  utils: string;
230
229
  lib: string;
231
230
  hooks: string;
231
+ cwd: string;
232
232
  tailwindConfig: string;
233
233
  tailwindCss: string;
234
234
  }>;
@@ -253,10 +253,10 @@ declare const configSchema: z.ZodObject<{
253
253
  resolvedPaths: {
254
254
  components: string;
255
255
  ui: string;
256
- cwd: string;
257
256
  utils: string;
258
257
  lib: string;
259
258
  hooks: string;
259
+ cwd: string;
260
260
  tailwindConfig: string;
261
261
  tailwindCss: string;
262
262
  };
@@ -264,7 +264,7 @@ declare const configSchema: z.ZodObject<{
264
264
  iconLibrary?: string | undefined;
265
265
  rtl?: boolean | undefined;
266
266
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
267
- menuAccent?: "bold" | "subtle" | undefined;
267
+ menuAccent?: "subtle" | "bold" | undefined;
268
268
  registries?: Record<string, string | {
269
269
  url: string;
270
270
  params?: Record<string, string> | undefined;
@@ -289,10 +289,10 @@ declare const configSchema: z.ZodObject<{
289
289
  resolvedPaths: {
290
290
  components: string;
291
291
  ui: string;
292
- cwd: string;
293
292
  utils: string;
294
293
  lib: string;
295
294
  hooks: string;
295
+ cwd: string;
296
296
  tailwindConfig: string;
297
297
  tailwindCss: string;
298
298
  };
@@ -302,7 +302,7 @@ declare const configSchema: z.ZodObject<{
302
302
  iconLibrary?: string | undefined;
303
303
  rtl?: boolean | undefined;
304
304
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
305
- menuAccent?: "bold" | "subtle" | undefined;
305
+ menuAccent?: "subtle" | "bold" | undefined;
306
306
  registries?: Record<string, string | {
307
307
  url: string;
308
308
  params?: Record<string, string> | undefined;
@@ -382,19 +382,19 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
382
382
  }, "strip", z.ZodTypeAny, {
383
383
  components: string;
384
384
  ui: string;
385
- cwd: string;
386
385
  utils: string;
387
386
  lib: string;
388
387
  hooks: string;
388
+ cwd: string;
389
389
  tailwindConfig: string;
390
390
  tailwindCss: string;
391
391
  }, {
392
392
  components: string;
393
393
  ui: string;
394
- cwd: string;
395
394
  utils: string;
396
395
  lib: string;
397
396
  hooks: string;
397
+ cwd: string;
398
398
  tailwindConfig: string;
399
399
  tailwindCss: string;
400
400
  }>;
@@ -419,10 +419,10 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
419
419
  resolvedPaths: {
420
420
  components: string;
421
421
  ui: string;
422
- cwd: string;
423
422
  utils: string;
424
423
  lib: string;
425
424
  hooks: string;
425
+ cwd: string;
426
426
  tailwindConfig: string;
427
427
  tailwindCss: string;
428
428
  };
@@ -430,7 +430,7 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
430
430
  iconLibrary?: string | undefined;
431
431
  rtl?: boolean | undefined;
432
432
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
433
- menuAccent?: "bold" | "subtle" | undefined;
433
+ menuAccent?: "subtle" | "bold" | undefined;
434
434
  registries?: Record<string, string | {
435
435
  url: string;
436
436
  params?: Record<string, string> | undefined;
@@ -455,10 +455,10 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
455
455
  resolvedPaths: {
456
456
  components: string;
457
457
  ui: string;
458
- cwd: string;
459
458
  utils: string;
460
459
  lib: string;
461
460
  hooks: string;
461
+ cwd: string;
462
462
  tailwindConfig: string;
463
463
  tailwindCss: string;
464
464
  };
@@ -468,7 +468,7 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
468
468
  iconLibrary?: string | undefined;
469
469
  rtl?: boolean | undefined;
470
470
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
471
- menuAccent?: "bold" | "subtle" | undefined;
471
+ menuAccent?: "subtle" | "bold" | undefined;
472
472
  registries?: Record<string, string | {
473
473
  url: string;
474
474
  params?: Record<string, string> | undefined;
@@ -903,7 +903,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
903
903
  iconLibrary?: string | undefined;
904
904
  rtl?: boolean | undefined;
905
905
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
906
- menuAccent?: "bold" | "subtle" | undefined;
906
+ menuAccent?: "subtle" | "bold" | undefined;
907
907
  aliases?: {
908
908
  components?: string | undefined;
909
909
  ui?: string | undefined;
@@ -931,7 +931,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
931
931
  iconLibrary?: string | undefined;
932
932
  rtl?: boolean | undefined;
933
933
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
934
- menuAccent?: "bold" | "subtle" | undefined;
934
+ menuAccent?: "subtle" | "bold" | undefined;
935
935
  aliases?: {
936
936
  components?: string | undefined;
937
937
  ui?: string | undefined;
@@ -972,7 +972,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
972
972
  iconLibrary?: string | undefined;
973
973
  rtl?: boolean | undefined;
974
974
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
975
- menuAccent?: "bold" | "subtle" | undefined;
975
+ menuAccent?: "subtle" | "bold" | undefined;
976
976
  aliases?: {
977
977
  components?: string | undefined;
978
978
  ui?: string | undefined;
@@ -1040,7 +1040,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1040
1040
  iconLibrary?: string | undefined;
1041
1041
  rtl?: boolean | undefined;
1042
1042
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
1043
- menuAccent?: "bold" | "subtle" | undefined;
1043
+ menuAccent?: "subtle" | "bold" | undefined;
1044
1044
  aliases?: {
1045
1045
  components?: string | undefined;
1046
1046
  ui?: string | undefined;
@@ -1469,10 +1469,12 @@ type RegistryBaseItem = Extract<RegistryItem, {
1469
1469
  type RegistryFontItem = Extract<RegistryItem, {
1470
1470
  type: "registry:font";
1471
1471
  }>;
1472
- declare const registrySchema: z.ZodObject<{
1473
- name: z.ZodString;
1474
- homepage: z.ZodString;
1475
- items: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1472
+ declare const registryChunkSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
1473
+ $schema: z.ZodOptional<z.ZodString>;
1474
+ name: z.ZodOptional<z.ZodString>;
1475
+ homepage: z.ZodOptional<z.ZodString>;
1476
+ include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1477
+ items: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1476
1478
  $schema: z.ZodOptional<z.ZodString>;
1477
1479
  extends: z.ZodOptional<z.ZodString>;
1478
1480
  name: z.ZodString;
@@ -1635,7 +1637,7 @@ declare const registrySchema: z.ZodObject<{
1635
1637
  iconLibrary?: string | undefined;
1636
1638
  rtl?: boolean | undefined;
1637
1639
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
1638
- menuAccent?: "bold" | "subtle" | undefined;
1640
+ menuAccent?: "subtle" | "bold" | undefined;
1639
1641
  aliases?: {
1640
1642
  components?: string | undefined;
1641
1643
  ui?: string | undefined;
@@ -1663,7 +1665,7 @@ declare const registrySchema: z.ZodObject<{
1663
1665
  iconLibrary?: string | undefined;
1664
1666
  rtl?: boolean | undefined;
1665
1667
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
1666
- menuAccent?: "bold" | "subtle" | undefined;
1668
+ menuAccent?: "subtle" | "bold" | undefined;
1667
1669
  aliases?: {
1668
1670
  components?: string | undefined;
1669
1671
  ui?: string | undefined;
@@ -1704,7 +1706,7 @@ declare const registrySchema: z.ZodObject<{
1704
1706
  iconLibrary?: string | undefined;
1705
1707
  rtl?: boolean | undefined;
1706
1708
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
1707
- menuAccent?: "bold" | "subtle" | undefined;
1709
+ menuAccent?: "subtle" | "bold" | undefined;
1708
1710
  aliases?: {
1709
1711
  components?: string | undefined;
1710
1712
  ui?: string | undefined;
@@ -1772,7 +1774,7 @@ declare const registrySchema: z.ZodObject<{
1772
1774
  iconLibrary?: string | undefined;
1773
1775
  rtl?: boolean | undefined;
1774
1776
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
1775
- menuAccent?: "bold" | "subtle" | undefined;
1777
+ menuAccent?: "subtle" | "bold" | undefined;
1776
1778
  aliases?: {
1777
1779
  components?: string | undefined;
1778
1780
  ui?: string | undefined;
@@ -2193,11 +2195,13 @@ declare const registrySchema: z.ZodObject<{
2193
2195
  envVars?: Record<string, string> | undefined;
2194
2196
  meta?: Record<string, any> | undefined;
2195
2197
  categories?: string[] | undefined;
2196
- }>]>, "many">;
2198
+ }>]>, "many">>;
2197
2199
  }, "strip", z.ZodTypeAny, {
2198
- name: string;
2199
- homepage: string;
2200
- items: ({
2200
+ $schema?: string | undefined;
2201
+ name?: string | undefined;
2202
+ homepage?: string | undefined;
2203
+ include?: string[] | undefined;
2204
+ items?: ({
2201
2205
  type: "registry:base";
2202
2206
  name: string;
2203
2207
  tailwind?: {
@@ -2224,7 +2228,7 @@ declare const registrySchema: z.ZodObject<{
2224
2228
  iconLibrary?: string | undefined;
2225
2229
  rtl?: boolean | undefined;
2226
2230
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2227
- menuAccent?: "bold" | "subtle" | undefined;
2231
+ menuAccent?: "subtle" | "bold" | undefined;
2228
2232
  aliases?: {
2229
2233
  components?: string | undefined;
2230
2234
  ui?: string | undefined;
@@ -2353,11 +2357,13 @@ declare const registrySchema: z.ZodObject<{
2353
2357
  envVars?: Record<string, string> | undefined;
2354
2358
  meta?: Record<string, any> | undefined;
2355
2359
  categories?: string[] | undefined;
2356
- })[];
2360
+ })[] | undefined;
2357
2361
  }, {
2358
- name: string;
2359
- homepage: string;
2360
- items: ({
2362
+ $schema?: string | undefined;
2363
+ name?: string | undefined;
2364
+ homepage?: string | undefined;
2365
+ include?: string[] | undefined;
2366
+ items?: ({
2361
2367
  type: "registry:base";
2362
2368
  name: string;
2363
2369
  tailwind?: {
@@ -2384,7 +2390,7 @@ declare const registrySchema: z.ZodObject<{
2384
2390
  iconLibrary?: string | undefined;
2385
2391
  rtl?: boolean | undefined;
2386
2392
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2387
- menuAccent?: "bold" | "subtle" | undefined;
2393
+ menuAccent?: "subtle" | "bold" | undefined;
2388
2394
  aliases?: {
2389
2395
  components?: string | undefined;
2390
2396
  ui?: string | undefined;
@@ -2513,8 +2519,3407 @@ declare const registrySchema: z.ZodObject<{
2513
2519
  envVars?: Record<string, string> | undefined;
2514
2520
  meta?: Record<string, any> | undefined;
2515
2521
  categories?: string[] | undefined;
2516
- })[];
2517
- }>;
2522
+ })[] | undefined;
2523
+ }>, {
2524
+ $schema?: string | undefined;
2525
+ name?: string | undefined;
2526
+ homepage?: string | undefined;
2527
+ include?: string[] | undefined;
2528
+ items?: ({
2529
+ type: "registry:base";
2530
+ name: string;
2531
+ tailwind?: {
2532
+ config?: {
2533
+ content?: string[] | undefined;
2534
+ theme?: Record<string, any> | undefined;
2535
+ plugins?: string[] | undefined;
2536
+ } | undefined;
2537
+ } | undefined;
2538
+ docs?: string | undefined;
2539
+ $schema?: string | undefined;
2540
+ config?: {
2541
+ tailwind?: {
2542
+ config?: string | undefined;
2543
+ css?: string | undefined;
2544
+ baseColor?: string | undefined;
2545
+ cssVariables?: boolean | undefined;
2546
+ prefix?: string | undefined;
2547
+ } | undefined;
2548
+ $schema?: string | undefined;
2549
+ style?: string | undefined;
2550
+ rsc?: boolean | undefined;
2551
+ tsx?: boolean | undefined;
2552
+ iconLibrary?: string | undefined;
2553
+ rtl?: boolean | undefined;
2554
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2555
+ menuAccent?: "subtle" | "bold" | undefined;
2556
+ aliases?: {
2557
+ components?: string | undefined;
2558
+ ui?: string | undefined;
2559
+ utils?: string | undefined;
2560
+ lib?: string | undefined;
2561
+ hooks?: string | undefined;
2562
+ } | undefined;
2563
+ registries?: Record<string, string | {
2564
+ url: string;
2565
+ params?: Record<string, string> | undefined;
2566
+ headers?: Record<string, string> | undefined;
2567
+ }> | undefined;
2568
+ } | undefined;
2569
+ css?: Record<string, any> | undefined;
2570
+ extends?: string | undefined;
2571
+ title?: string | undefined;
2572
+ author?: string | undefined;
2573
+ description?: string | undefined;
2574
+ dependencies?: string[] | undefined;
2575
+ devDependencies?: string[] | undefined;
2576
+ registryDependencies?: string[] | undefined;
2577
+ files?: ({
2578
+ path: string;
2579
+ type: "registry:page" | "registry:file";
2580
+ target: string;
2581
+ content?: string | undefined;
2582
+ } | {
2583
+ path: string;
2584
+ 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";
2585
+ content?: string | undefined;
2586
+ target?: string | undefined;
2587
+ })[] | undefined;
2588
+ cssVars?: {
2589
+ theme?: Record<string, string> | undefined;
2590
+ light?: Record<string, string> | undefined;
2591
+ dark?: Record<string, string> | undefined;
2592
+ } | undefined;
2593
+ envVars?: Record<string, string> | undefined;
2594
+ meta?: Record<string, any> | undefined;
2595
+ categories?: string[] | undefined;
2596
+ } | {
2597
+ type: "registry:font";
2598
+ name: string;
2599
+ font: {
2600
+ family: string;
2601
+ provider: "google";
2602
+ import: string;
2603
+ variable: string;
2604
+ weight?: string[] | undefined;
2605
+ subsets?: string[] | undefined;
2606
+ selector?: string | undefined;
2607
+ dependency?: string | undefined;
2608
+ };
2609
+ tailwind?: {
2610
+ config?: {
2611
+ content?: string[] | undefined;
2612
+ theme?: Record<string, any> | undefined;
2613
+ plugins?: string[] | undefined;
2614
+ } | undefined;
2615
+ } | undefined;
2616
+ docs?: string | undefined;
2617
+ $schema?: string | undefined;
2618
+ css?: Record<string, any> | undefined;
2619
+ extends?: string | undefined;
2620
+ title?: string | undefined;
2621
+ author?: string | undefined;
2622
+ description?: string | undefined;
2623
+ dependencies?: string[] | undefined;
2624
+ devDependencies?: string[] | undefined;
2625
+ registryDependencies?: string[] | undefined;
2626
+ files?: ({
2627
+ path: string;
2628
+ type: "registry:page" | "registry:file";
2629
+ target: string;
2630
+ content?: string | undefined;
2631
+ } | {
2632
+ path: string;
2633
+ 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";
2634
+ content?: string | undefined;
2635
+ target?: string | undefined;
2636
+ })[] | undefined;
2637
+ cssVars?: {
2638
+ theme?: Record<string, string> | undefined;
2639
+ light?: Record<string, string> | undefined;
2640
+ dark?: Record<string, string> | undefined;
2641
+ } | undefined;
2642
+ envVars?: Record<string, string> | undefined;
2643
+ meta?: Record<string, any> | undefined;
2644
+ categories?: string[] | undefined;
2645
+ } | {
2646
+ 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";
2647
+ name: string;
2648
+ tailwind?: {
2649
+ config?: {
2650
+ content?: string[] | undefined;
2651
+ theme?: Record<string, any> | undefined;
2652
+ plugins?: string[] | undefined;
2653
+ } | undefined;
2654
+ } | undefined;
2655
+ docs?: string | undefined;
2656
+ $schema?: string | undefined;
2657
+ css?: Record<string, any> | undefined;
2658
+ extends?: string | undefined;
2659
+ title?: string | undefined;
2660
+ author?: string | undefined;
2661
+ description?: string | undefined;
2662
+ dependencies?: string[] | undefined;
2663
+ devDependencies?: string[] | undefined;
2664
+ registryDependencies?: string[] | undefined;
2665
+ files?: ({
2666
+ path: string;
2667
+ type: "registry:page" | "registry:file";
2668
+ target: string;
2669
+ content?: string | undefined;
2670
+ } | {
2671
+ path: string;
2672
+ 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";
2673
+ content?: string | undefined;
2674
+ target?: string | undefined;
2675
+ })[] | undefined;
2676
+ cssVars?: {
2677
+ theme?: Record<string, string> | undefined;
2678
+ light?: Record<string, string> | undefined;
2679
+ dark?: Record<string, string> | undefined;
2680
+ } | undefined;
2681
+ envVars?: Record<string, string> | undefined;
2682
+ meta?: Record<string, any> | undefined;
2683
+ categories?: string[] | undefined;
2684
+ })[] | undefined;
2685
+ }, {
2686
+ $schema?: string | undefined;
2687
+ name?: string | undefined;
2688
+ homepage?: string | undefined;
2689
+ include?: string[] | undefined;
2690
+ items?: ({
2691
+ type: "registry:base";
2692
+ name: string;
2693
+ tailwind?: {
2694
+ config?: {
2695
+ content?: string[] | undefined;
2696
+ theme?: Record<string, any> | undefined;
2697
+ plugins?: string[] | undefined;
2698
+ } | undefined;
2699
+ } | undefined;
2700
+ docs?: string | undefined;
2701
+ $schema?: string | undefined;
2702
+ config?: {
2703
+ tailwind?: {
2704
+ config?: string | undefined;
2705
+ css?: string | undefined;
2706
+ baseColor?: string | undefined;
2707
+ cssVariables?: boolean | undefined;
2708
+ prefix?: string | undefined;
2709
+ } | undefined;
2710
+ $schema?: string | undefined;
2711
+ style?: string | undefined;
2712
+ rsc?: boolean | undefined;
2713
+ tsx?: boolean | undefined;
2714
+ iconLibrary?: string | undefined;
2715
+ rtl?: boolean | undefined;
2716
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2717
+ menuAccent?: "subtle" | "bold" | undefined;
2718
+ aliases?: {
2719
+ components?: string | undefined;
2720
+ ui?: string | undefined;
2721
+ utils?: string | undefined;
2722
+ lib?: string | undefined;
2723
+ hooks?: string | undefined;
2724
+ } | undefined;
2725
+ registries?: Record<string, string | {
2726
+ url: string;
2727
+ params?: Record<string, string> | undefined;
2728
+ headers?: Record<string, string> | undefined;
2729
+ }> | undefined;
2730
+ } | undefined;
2731
+ css?: Record<string, any> | undefined;
2732
+ extends?: string | undefined;
2733
+ title?: string | undefined;
2734
+ author?: string | undefined;
2735
+ description?: string | undefined;
2736
+ dependencies?: string[] | undefined;
2737
+ devDependencies?: string[] | undefined;
2738
+ registryDependencies?: string[] | undefined;
2739
+ files?: ({
2740
+ path: string;
2741
+ type: "registry:page" | "registry:file";
2742
+ target: string;
2743
+ content?: string | undefined;
2744
+ } | {
2745
+ path: string;
2746
+ 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";
2747
+ content?: string | undefined;
2748
+ target?: string | undefined;
2749
+ })[] | undefined;
2750
+ cssVars?: {
2751
+ theme?: Record<string, string> | undefined;
2752
+ light?: Record<string, string> | undefined;
2753
+ dark?: Record<string, string> | undefined;
2754
+ } | undefined;
2755
+ envVars?: Record<string, string> | undefined;
2756
+ meta?: Record<string, any> | undefined;
2757
+ categories?: string[] | undefined;
2758
+ } | {
2759
+ type: "registry:font";
2760
+ name: string;
2761
+ font: {
2762
+ family: string;
2763
+ provider: "google";
2764
+ import: string;
2765
+ variable: string;
2766
+ weight?: string[] | undefined;
2767
+ subsets?: string[] | undefined;
2768
+ selector?: string | undefined;
2769
+ dependency?: string | undefined;
2770
+ };
2771
+ tailwind?: {
2772
+ config?: {
2773
+ content?: string[] | undefined;
2774
+ theme?: Record<string, any> | undefined;
2775
+ plugins?: string[] | undefined;
2776
+ } | undefined;
2777
+ } | undefined;
2778
+ docs?: string | undefined;
2779
+ $schema?: string | undefined;
2780
+ css?: Record<string, any> | undefined;
2781
+ extends?: string | undefined;
2782
+ title?: string | undefined;
2783
+ author?: string | undefined;
2784
+ description?: string | undefined;
2785
+ dependencies?: string[] | undefined;
2786
+ devDependencies?: string[] | undefined;
2787
+ registryDependencies?: string[] | undefined;
2788
+ files?: ({
2789
+ path: string;
2790
+ type: "registry:page" | "registry:file";
2791
+ target: string;
2792
+ content?: string | undefined;
2793
+ } | {
2794
+ path: string;
2795
+ 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";
2796
+ content?: string | undefined;
2797
+ target?: string | undefined;
2798
+ })[] | undefined;
2799
+ cssVars?: {
2800
+ theme?: Record<string, string> | undefined;
2801
+ light?: Record<string, string> | undefined;
2802
+ dark?: Record<string, string> | undefined;
2803
+ } | undefined;
2804
+ envVars?: Record<string, string> | undefined;
2805
+ meta?: Record<string, any> | undefined;
2806
+ categories?: string[] | undefined;
2807
+ } | {
2808
+ 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";
2809
+ name: string;
2810
+ tailwind?: {
2811
+ config?: {
2812
+ content?: string[] | undefined;
2813
+ theme?: Record<string, any> | undefined;
2814
+ plugins?: string[] | undefined;
2815
+ } | undefined;
2816
+ } | undefined;
2817
+ docs?: string | undefined;
2818
+ $schema?: string | undefined;
2819
+ css?: Record<string, any> | undefined;
2820
+ extends?: string | undefined;
2821
+ title?: string | undefined;
2822
+ author?: string | undefined;
2823
+ description?: string | undefined;
2824
+ dependencies?: string[] | undefined;
2825
+ devDependencies?: string[] | undefined;
2826
+ registryDependencies?: string[] | undefined;
2827
+ files?: ({
2828
+ path: string;
2829
+ type: "registry:page" | "registry:file";
2830
+ target: string;
2831
+ content?: string | undefined;
2832
+ } | {
2833
+ path: string;
2834
+ 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";
2835
+ content?: string | undefined;
2836
+ target?: string | undefined;
2837
+ })[] | undefined;
2838
+ cssVars?: {
2839
+ theme?: Record<string, string> | undefined;
2840
+ light?: Record<string, string> | undefined;
2841
+ dark?: Record<string, string> | undefined;
2842
+ } | undefined;
2843
+ envVars?: Record<string, string> | undefined;
2844
+ meta?: Record<string, any> | undefined;
2845
+ categories?: string[] | undefined;
2846
+ })[] | undefined;
2847
+ }>, {
2848
+ items: ({
2849
+ type: "registry:base";
2850
+ name: string;
2851
+ tailwind?: {
2852
+ config?: {
2853
+ content?: string[] | undefined;
2854
+ theme?: Record<string, any> | undefined;
2855
+ plugins?: string[] | undefined;
2856
+ } | undefined;
2857
+ } | undefined;
2858
+ docs?: string | undefined;
2859
+ $schema?: string | undefined;
2860
+ config?: {
2861
+ tailwind?: {
2862
+ config?: string | undefined;
2863
+ css?: string | undefined;
2864
+ baseColor?: string | undefined;
2865
+ cssVariables?: boolean | undefined;
2866
+ prefix?: string | undefined;
2867
+ } | undefined;
2868
+ $schema?: string | undefined;
2869
+ style?: string | undefined;
2870
+ rsc?: boolean | undefined;
2871
+ tsx?: boolean | undefined;
2872
+ iconLibrary?: string | undefined;
2873
+ rtl?: boolean | undefined;
2874
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2875
+ menuAccent?: "subtle" | "bold" | undefined;
2876
+ aliases?: {
2877
+ components?: string | undefined;
2878
+ ui?: string | undefined;
2879
+ utils?: string | undefined;
2880
+ lib?: string | undefined;
2881
+ hooks?: string | undefined;
2882
+ } | undefined;
2883
+ registries?: Record<string, string | {
2884
+ url: string;
2885
+ params?: Record<string, string> | undefined;
2886
+ headers?: Record<string, string> | undefined;
2887
+ }> | undefined;
2888
+ } | undefined;
2889
+ css?: Record<string, any> | undefined;
2890
+ extends?: string | undefined;
2891
+ title?: string | undefined;
2892
+ author?: string | undefined;
2893
+ description?: string | undefined;
2894
+ dependencies?: string[] | undefined;
2895
+ devDependencies?: string[] | undefined;
2896
+ registryDependencies?: string[] | undefined;
2897
+ files?: ({
2898
+ path: string;
2899
+ type: "registry:page" | "registry:file";
2900
+ target: string;
2901
+ content?: string | undefined;
2902
+ } | {
2903
+ path: string;
2904
+ 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";
2905
+ content?: string | undefined;
2906
+ target?: string | undefined;
2907
+ })[] | undefined;
2908
+ cssVars?: {
2909
+ theme?: Record<string, string> | undefined;
2910
+ light?: Record<string, string> | undefined;
2911
+ dark?: Record<string, string> | undefined;
2912
+ } | undefined;
2913
+ envVars?: Record<string, string> | undefined;
2914
+ meta?: Record<string, any> | undefined;
2915
+ categories?: string[] | undefined;
2916
+ } | {
2917
+ type: "registry:font";
2918
+ name: string;
2919
+ font: {
2920
+ family: string;
2921
+ provider: "google";
2922
+ import: string;
2923
+ variable: string;
2924
+ weight?: string[] | undefined;
2925
+ subsets?: string[] | undefined;
2926
+ selector?: string | undefined;
2927
+ dependency?: string | undefined;
2928
+ };
2929
+ tailwind?: {
2930
+ config?: {
2931
+ content?: string[] | undefined;
2932
+ theme?: Record<string, any> | undefined;
2933
+ plugins?: string[] | undefined;
2934
+ } | undefined;
2935
+ } | undefined;
2936
+ docs?: string | undefined;
2937
+ $schema?: string | undefined;
2938
+ css?: Record<string, any> | undefined;
2939
+ extends?: string | undefined;
2940
+ title?: string | undefined;
2941
+ author?: string | undefined;
2942
+ description?: string | undefined;
2943
+ dependencies?: string[] | undefined;
2944
+ devDependencies?: string[] | undefined;
2945
+ registryDependencies?: string[] | undefined;
2946
+ files?: ({
2947
+ path: string;
2948
+ type: "registry:page" | "registry:file";
2949
+ target: string;
2950
+ content?: string | undefined;
2951
+ } | {
2952
+ path: string;
2953
+ 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";
2954
+ content?: string | undefined;
2955
+ target?: string | undefined;
2956
+ })[] | undefined;
2957
+ cssVars?: {
2958
+ theme?: Record<string, string> | undefined;
2959
+ light?: Record<string, string> | undefined;
2960
+ dark?: Record<string, string> | undefined;
2961
+ } | undefined;
2962
+ envVars?: Record<string, string> | undefined;
2963
+ meta?: Record<string, any> | undefined;
2964
+ categories?: string[] | undefined;
2965
+ } | {
2966
+ 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";
2967
+ name: string;
2968
+ tailwind?: {
2969
+ config?: {
2970
+ content?: string[] | undefined;
2971
+ theme?: Record<string, any> | undefined;
2972
+ plugins?: string[] | undefined;
2973
+ } | undefined;
2974
+ } | undefined;
2975
+ docs?: string | undefined;
2976
+ $schema?: string | undefined;
2977
+ css?: Record<string, any> | undefined;
2978
+ extends?: string | undefined;
2979
+ title?: string | undefined;
2980
+ author?: string | undefined;
2981
+ description?: string | undefined;
2982
+ dependencies?: string[] | undefined;
2983
+ devDependencies?: string[] | undefined;
2984
+ registryDependencies?: string[] | undefined;
2985
+ files?: ({
2986
+ path: string;
2987
+ type: "registry:page" | "registry:file";
2988
+ target: string;
2989
+ content?: string | undefined;
2990
+ } | {
2991
+ path: string;
2992
+ 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";
2993
+ content?: string | undefined;
2994
+ target?: string | undefined;
2995
+ })[] | undefined;
2996
+ cssVars?: {
2997
+ theme?: Record<string, string> | undefined;
2998
+ light?: Record<string, string> | undefined;
2999
+ dark?: Record<string, string> | undefined;
3000
+ } | undefined;
3001
+ envVars?: Record<string, string> | undefined;
3002
+ meta?: Record<string, any> | undefined;
3003
+ categories?: string[] | undefined;
3004
+ })[];
3005
+ $schema?: string | undefined;
3006
+ name?: string | undefined;
3007
+ homepage?: string | undefined;
3008
+ include?: string[] | undefined;
3009
+ }, {
3010
+ $schema?: string | undefined;
3011
+ name?: string | undefined;
3012
+ homepage?: string | undefined;
3013
+ include?: string[] | undefined;
3014
+ items?: ({
3015
+ type: "registry:base";
3016
+ name: string;
3017
+ tailwind?: {
3018
+ config?: {
3019
+ content?: string[] | undefined;
3020
+ theme?: Record<string, any> | undefined;
3021
+ plugins?: string[] | undefined;
3022
+ } | undefined;
3023
+ } | undefined;
3024
+ docs?: string | undefined;
3025
+ $schema?: string | undefined;
3026
+ config?: {
3027
+ tailwind?: {
3028
+ config?: string | undefined;
3029
+ css?: string | undefined;
3030
+ baseColor?: string | undefined;
3031
+ cssVariables?: boolean | undefined;
3032
+ prefix?: string | undefined;
3033
+ } | undefined;
3034
+ $schema?: string | undefined;
3035
+ style?: string | undefined;
3036
+ rsc?: boolean | undefined;
3037
+ tsx?: boolean | undefined;
3038
+ iconLibrary?: string | undefined;
3039
+ rtl?: boolean | undefined;
3040
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
3041
+ menuAccent?: "subtle" | "bold" | undefined;
3042
+ aliases?: {
3043
+ components?: string | undefined;
3044
+ ui?: string | undefined;
3045
+ utils?: string | undefined;
3046
+ lib?: string | undefined;
3047
+ hooks?: string | undefined;
3048
+ } | undefined;
3049
+ registries?: Record<string, string | {
3050
+ url: string;
3051
+ params?: Record<string, string> | undefined;
3052
+ headers?: Record<string, string> | undefined;
3053
+ }> | undefined;
3054
+ } | undefined;
3055
+ css?: Record<string, any> | undefined;
3056
+ extends?: string | undefined;
3057
+ title?: string | undefined;
3058
+ author?: string | undefined;
3059
+ description?: string | undefined;
3060
+ dependencies?: string[] | undefined;
3061
+ devDependencies?: string[] | undefined;
3062
+ registryDependencies?: string[] | undefined;
3063
+ files?: ({
3064
+ path: string;
3065
+ type: "registry:page" | "registry:file";
3066
+ target: string;
3067
+ content?: string | undefined;
3068
+ } | {
3069
+ path: string;
3070
+ 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";
3071
+ content?: string | undefined;
3072
+ target?: string | undefined;
3073
+ })[] | undefined;
3074
+ cssVars?: {
3075
+ theme?: Record<string, string> | undefined;
3076
+ light?: Record<string, string> | undefined;
3077
+ dark?: Record<string, string> | undefined;
3078
+ } | undefined;
3079
+ envVars?: Record<string, string> | undefined;
3080
+ meta?: Record<string, any> | undefined;
3081
+ categories?: string[] | undefined;
3082
+ } | {
3083
+ type: "registry:font";
3084
+ name: string;
3085
+ font: {
3086
+ family: string;
3087
+ provider: "google";
3088
+ import: string;
3089
+ variable: string;
3090
+ weight?: string[] | undefined;
3091
+ subsets?: string[] | undefined;
3092
+ selector?: string | undefined;
3093
+ dependency?: string | undefined;
3094
+ };
3095
+ tailwind?: {
3096
+ config?: {
3097
+ content?: string[] | undefined;
3098
+ theme?: Record<string, any> | undefined;
3099
+ plugins?: string[] | undefined;
3100
+ } | undefined;
3101
+ } | undefined;
3102
+ docs?: string | undefined;
3103
+ $schema?: string | undefined;
3104
+ css?: Record<string, any> | undefined;
3105
+ extends?: string | undefined;
3106
+ title?: string | undefined;
3107
+ author?: string | undefined;
3108
+ description?: string | undefined;
3109
+ dependencies?: string[] | undefined;
3110
+ devDependencies?: string[] | undefined;
3111
+ registryDependencies?: string[] | undefined;
3112
+ files?: ({
3113
+ path: string;
3114
+ type: "registry:page" | "registry:file";
3115
+ target: string;
3116
+ content?: string | undefined;
3117
+ } | {
3118
+ path: string;
3119
+ 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";
3120
+ content?: string | undefined;
3121
+ target?: string | undefined;
3122
+ })[] | undefined;
3123
+ cssVars?: {
3124
+ theme?: Record<string, string> | undefined;
3125
+ light?: Record<string, string> | undefined;
3126
+ dark?: Record<string, string> | undefined;
3127
+ } | undefined;
3128
+ envVars?: Record<string, string> | undefined;
3129
+ meta?: Record<string, any> | undefined;
3130
+ categories?: string[] | undefined;
3131
+ } | {
3132
+ 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";
3133
+ name: string;
3134
+ tailwind?: {
3135
+ config?: {
3136
+ content?: string[] | undefined;
3137
+ theme?: Record<string, any> | undefined;
3138
+ plugins?: string[] | undefined;
3139
+ } | undefined;
3140
+ } | undefined;
3141
+ docs?: string | undefined;
3142
+ $schema?: string | undefined;
3143
+ css?: Record<string, any> | undefined;
3144
+ extends?: string | undefined;
3145
+ title?: string | undefined;
3146
+ author?: string | undefined;
3147
+ description?: string | undefined;
3148
+ dependencies?: string[] | undefined;
3149
+ devDependencies?: string[] | undefined;
3150
+ registryDependencies?: string[] | undefined;
3151
+ files?: ({
3152
+ path: string;
3153
+ type: "registry:page" | "registry:file";
3154
+ target: string;
3155
+ content?: string | undefined;
3156
+ } | {
3157
+ path: string;
3158
+ 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";
3159
+ content?: string | undefined;
3160
+ target?: string | undefined;
3161
+ })[] | undefined;
3162
+ cssVars?: {
3163
+ theme?: Record<string, string> | undefined;
3164
+ light?: Record<string, string> | undefined;
3165
+ dark?: Record<string, string> | undefined;
3166
+ } | undefined;
3167
+ envVars?: Record<string, string> | undefined;
3168
+ meta?: Record<string, any> | undefined;
3169
+ categories?: string[] | undefined;
3170
+ })[] | undefined;
3171
+ }>;
3172
+ declare const registrySchema: z.ZodPipeline<z.ZodEffects<z.ZodEffects<z.ZodObject<{
3173
+ $schema: z.ZodOptional<z.ZodString>;
3174
+ name: z.ZodOptional<z.ZodString>;
3175
+ homepage: z.ZodOptional<z.ZodString>;
3176
+ include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3177
+ items: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3178
+ $schema: z.ZodOptional<z.ZodString>;
3179
+ extends: z.ZodOptional<z.ZodString>;
3180
+ name: z.ZodString;
3181
+ title: z.ZodOptional<z.ZodString>;
3182
+ author: z.ZodOptional<z.ZodString>;
3183
+ description: z.ZodOptional<z.ZodString>;
3184
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3185
+ devDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3186
+ registryDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3187
+ files: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3188
+ path: z.ZodString;
3189
+ content: z.ZodOptional<z.ZodString>;
3190
+ type: z.ZodEnum<["registry:file", "registry:page"]>;
3191
+ target: z.ZodString;
3192
+ }, "strip", z.ZodTypeAny, {
3193
+ path: string;
3194
+ type: "registry:page" | "registry:file";
3195
+ target: string;
3196
+ content?: string | undefined;
3197
+ }, {
3198
+ path: string;
3199
+ type: "registry:page" | "registry:file";
3200
+ target: string;
3201
+ content?: string | undefined;
3202
+ }>, z.ZodObject<{
3203
+ path: z.ZodString;
3204
+ content: z.ZodOptional<z.ZodString>;
3205
+ 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"]>;
3206
+ target: z.ZodOptional<z.ZodString>;
3207
+ }, "strip", z.ZodTypeAny, {
3208
+ path: string;
3209
+ 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";
3210
+ content?: string | undefined;
3211
+ target?: string | undefined;
3212
+ }, {
3213
+ path: string;
3214
+ 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";
3215
+ content?: string | undefined;
3216
+ target?: string | undefined;
3217
+ }>]>, "many">>;
3218
+ tailwind: z.ZodOptional<z.ZodObject<{
3219
+ config: z.ZodOptional<z.ZodObject<{
3220
+ content: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3221
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3222
+ plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3223
+ }, "strip", z.ZodTypeAny, {
3224
+ content?: string[] | undefined;
3225
+ theme?: Record<string, any> | undefined;
3226
+ plugins?: string[] | undefined;
3227
+ }, {
3228
+ content?: string[] | undefined;
3229
+ theme?: Record<string, any> | undefined;
3230
+ plugins?: string[] | undefined;
3231
+ }>>;
3232
+ }, "strip", z.ZodTypeAny, {
3233
+ config?: {
3234
+ content?: string[] | undefined;
3235
+ theme?: Record<string, any> | undefined;
3236
+ plugins?: string[] | undefined;
3237
+ } | undefined;
3238
+ }, {
3239
+ config?: {
3240
+ content?: string[] | undefined;
3241
+ theme?: Record<string, any> | undefined;
3242
+ plugins?: string[] | undefined;
3243
+ } | undefined;
3244
+ }>>;
3245
+ cssVars: z.ZodOptional<z.ZodObject<{
3246
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3247
+ light: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3248
+ dark: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3249
+ }, "strip", z.ZodTypeAny, {
3250
+ theme?: Record<string, string> | undefined;
3251
+ light?: Record<string, string> | undefined;
3252
+ dark?: Record<string, string> | undefined;
3253
+ }, {
3254
+ theme?: Record<string, string> | undefined;
3255
+ light?: Record<string, string> | undefined;
3256
+ dark?: Record<string, string> | undefined;
3257
+ }>>;
3258
+ css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<any, z.ZodTypeDef, any>>>;
3259
+ envVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3260
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3261
+ docs: z.ZodOptional<z.ZodString>;
3262
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3263
+ } & {
3264
+ type: z.ZodLiteral<"registry:base">;
3265
+ config: z.ZodOptional<z.ZodObject<{
3266
+ $schema: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3267
+ style: z.ZodOptional<z.ZodString>;
3268
+ rsc: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3269
+ tsx: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3270
+ tailwind: z.ZodOptional<z.ZodObject<{
3271
+ config: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3272
+ css: z.ZodOptional<z.ZodString>;
3273
+ baseColor: z.ZodOptional<z.ZodString>;
3274
+ cssVariables: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3275
+ prefix: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
3276
+ }, "strip", z.ZodTypeAny, {
3277
+ config?: string | undefined;
3278
+ css?: string | undefined;
3279
+ baseColor?: string | undefined;
3280
+ cssVariables?: boolean | undefined;
3281
+ prefix?: string | undefined;
3282
+ }, {
3283
+ config?: string | undefined;
3284
+ css?: string | undefined;
3285
+ baseColor?: string | undefined;
3286
+ cssVariables?: boolean | undefined;
3287
+ prefix?: string | undefined;
3288
+ }>>;
3289
+ iconLibrary: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3290
+ rtl: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
3291
+ menuColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodEnum<["default", "inverted", "default-translucent", "inverted-translucent"]>>>>;
3292
+ menuAccent: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodEnum<["subtle", "bold"]>>>>;
3293
+ aliases: z.ZodOptional<z.ZodObject<{
3294
+ components: z.ZodOptional<z.ZodString>;
3295
+ utils: z.ZodOptional<z.ZodString>;
3296
+ ui: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3297
+ lib: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3298
+ hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3299
+ }, "strip", z.ZodTypeAny, {
3300
+ components?: string | undefined;
3301
+ ui?: string | undefined;
3302
+ utils?: string | undefined;
3303
+ lib?: string | undefined;
3304
+ hooks?: string | undefined;
3305
+ }, {
3306
+ components?: string | undefined;
3307
+ ui?: string | undefined;
3308
+ utils?: string | undefined;
3309
+ lib?: string | undefined;
3310
+ hooks?: string | undefined;
3311
+ }>>;
3312
+ registries: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
3313
+ url: z.ZodEffects<z.ZodString, string, string>;
3314
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3315
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3316
+ }, "strip", z.ZodTypeAny, {
3317
+ url: string;
3318
+ params?: Record<string, string> | undefined;
3319
+ headers?: Record<string, string> | undefined;
3320
+ }, {
3321
+ url: string;
3322
+ params?: Record<string, string> | undefined;
3323
+ headers?: Record<string, string> | undefined;
3324
+ }>]>>>>;
3325
+ }, "strict", z.ZodTypeAny, {
3326
+ tailwind?: {
3327
+ config?: string | undefined;
3328
+ css?: string | undefined;
3329
+ baseColor?: string | undefined;
3330
+ cssVariables?: boolean | undefined;
3331
+ prefix?: string | undefined;
3332
+ } | undefined;
3333
+ $schema?: string | undefined;
3334
+ style?: string | undefined;
3335
+ rsc?: boolean | undefined;
3336
+ tsx?: boolean | undefined;
3337
+ iconLibrary?: string | undefined;
3338
+ rtl?: boolean | undefined;
3339
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
3340
+ menuAccent?: "subtle" | "bold" | undefined;
3341
+ aliases?: {
3342
+ components?: string | undefined;
3343
+ ui?: string | undefined;
3344
+ utils?: string | undefined;
3345
+ lib?: string | undefined;
3346
+ hooks?: string | undefined;
3347
+ } | undefined;
3348
+ registries?: Record<string, string | {
3349
+ url: string;
3350
+ params?: Record<string, string> | undefined;
3351
+ headers?: Record<string, string> | undefined;
3352
+ }> | undefined;
3353
+ }, {
3354
+ tailwind?: {
3355
+ config?: string | undefined;
3356
+ css?: string | undefined;
3357
+ baseColor?: string | undefined;
3358
+ cssVariables?: boolean | undefined;
3359
+ prefix?: string | undefined;
3360
+ } | undefined;
3361
+ $schema?: string | undefined;
3362
+ style?: string | undefined;
3363
+ rsc?: boolean | undefined;
3364
+ tsx?: boolean | undefined;
3365
+ iconLibrary?: string | undefined;
3366
+ rtl?: boolean | undefined;
3367
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
3368
+ menuAccent?: "subtle" | "bold" | undefined;
3369
+ aliases?: {
3370
+ components?: string | undefined;
3371
+ ui?: string | undefined;
3372
+ utils?: string | undefined;
3373
+ lib?: string | undefined;
3374
+ hooks?: string | undefined;
3375
+ } | undefined;
3376
+ registries?: Record<string, string | {
3377
+ url: string;
3378
+ params?: Record<string, string> | undefined;
3379
+ headers?: Record<string, string> | undefined;
3380
+ }> | undefined;
3381
+ }>>;
3382
+ }, "strip", z.ZodTypeAny, {
3383
+ type: "registry:base";
3384
+ name: string;
3385
+ tailwind?: {
3386
+ config?: {
3387
+ content?: string[] | undefined;
3388
+ theme?: Record<string, any> | undefined;
3389
+ plugins?: string[] | undefined;
3390
+ } | undefined;
3391
+ } | undefined;
3392
+ docs?: string | undefined;
3393
+ $schema?: string | undefined;
3394
+ config?: {
3395
+ tailwind?: {
3396
+ config?: string | undefined;
3397
+ css?: string | undefined;
3398
+ baseColor?: string | undefined;
3399
+ cssVariables?: boolean | undefined;
3400
+ prefix?: string | undefined;
3401
+ } | undefined;
3402
+ $schema?: string | undefined;
3403
+ style?: string | undefined;
3404
+ rsc?: boolean | undefined;
3405
+ tsx?: boolean | undefined;
3406
+ iconLibrary?: string | undefined;
3407
+ rtl?: boolean | undefined;
3408
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
3409
+ menuAccent?: "subtle" | "bold" | undefined;
3410
+ aliases?: {
3411
+ components?: string | undefined;
3412
+ ui?: string | undefined;
3413
+ utils?: string | undefined;
3414
+ lib?: string | undefined;
3415
+ hooks?: string | undefined;
3416
+ } | undefined;
3417
+ registries?: Record<string, string | {
3418
+ url: string;
3419
+ params?: Record<string, string> | undefined;
3420
+ headers?: Record<string, string> | undefined;
3421
+ }> | undefined;
3422
+ } | undefined;
3423
+ css?: Record<string, any> | undefined;
3424
+ extends?: string | undefined;
3425
+ title?: string | undefined;
3426
+ author?: string | undefined;
3427
+ description?: string | undefined;
3428
+ dependencies?: string[] | undefined;
3429
+ devDependencies?: string[] | undefined;
3430
+ registryDependencies?: string[] | undefined;
3431
+ files?: ({
3432
+ path: string;
3433
+ type: "registry:page" | "registry:file";
3434
+ target: string;
3435
+ content?: string | undefined;
3436
+ } | {
3437
+ path: string;
3438
+ 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";
3439
+ content?: string | undefined;
3440
+ target?: string | undefined;
3441
+ })[] | undefined;
3442
+ cssVars?: {
3443
+ theme?: Record<string, string> | undefined;
3444
+ light?: Record<string, string> | undefined;
3445
+ dark?: Record<string, string> | undefined;
3446
+ } | undefined;
3447
+ envVars?: Record<string, string> | undefined;
3448
+ meta?: Record<string, any> | undefined;
3449
+ categories?: string[] | undefined;
3450
+ }, {
3451
+ type: "registry:base";
3452
+ name: string;
3453
+ tailwind?: {
3454
+ config?: {
3455
+ content?: string[] | undefined;
3456
+ theme?: Record<string, any> | undefined;
3457
+ plugins?: string[] | undefined;
3458
+ } | undefined;
3459
+ } | undefined;
3460
+ docs?: string | undefined;
3461
+ $schema?: string | undefined;
3462
+ config?: {
3463
+ tailwind?: {
3464
+ config?: string | undefined;
3465
+ css?: string | undefined;
3466
+ baseColor?: string | undefined;
3467
+ cssVariables?: boolean | undefined;
3468
+ prefix?: string | undefined;
3469
+ } | undefined;
3470
+ $schema?: string | undefined;
3471
+ style?: string | undefined;
3472
+ rsc?: boolean | undefined;
3473
+ tsx?: boolean | undefined;
3474
+ iconLibrary?: string | undefined;
3475
+ rtl?: boolean | undefined;
3476
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
3477
+ menuAccent?: "subtle" | "bold" | undefined;
3478
+ aliases?: {
3479
+ components?: string | undefined;
3480
+ ui?: string | undefined;
3481
+ utils?: string | undefined;
3482
+ lib?: string | undefined;
3483
+ hooks?: string | undefined;
3484
+ } | undefined;
3485
+ registries?: Record<string, string | {
3486
+ url: string;
3487
+ params?: Record<string, string> | undefined;
3488
+ headers?: Record<string, string> | undefined;
3489
+ }> | undefined;
3490
+ } | undefined;
3491
+ css?: Record<string, any> | undefined;
3492
+ extends?: string | undefined;
3493
+ title?: string | undefined;
3494
+ author?: string | undefined;
3495
+ description?: string | undefined;
3496
+ dependencies?: string[] | undefined;
3497
+ devDependencies?: string[] | undefined;
3498
+ registryDependencies?: string[] | undefined;
3499
+ files?: ({
3500
+ path: string;
3501
+ type: "registry:page" | "registry:file";
3502
+ target: string;
3503
+ content?: string | undefined;
3504
+ } | {
3505
+ path: string;
3506
+ 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";
3507
+ content?: string | undefined;
3508
+ target?: string | undefined;
3509
+ })[] | undefined;
3510
+ cssVars?: {
3511
+ theme?: Record<string, string> | undefined;
3512
+ light?: Record<string, string> | undefined;
3513
+ dark?: Record<string, string> | undefined;
3514
+ } | undefined;
3515
+ envVars?: Record<string, string> | undefined;
3516
+ meta?: Record<string, any> | undefined;
3517
+ categories?: string[] | undefined;
3518
+ }>, z.ZodObject<{
3519
+ $schema: z.ZodOptional<z.ZodString>;
3520
+ extends: z.ZodOptional<z.ZodString>;
3521
+ name: z.ZodString;
3522
+ title: z.ZodOptional<z.ZodString>;
3523
+ author: z.ZodOptional<z.ZodString>;
3524
+ description: z.ZodOptional<z.ZodString>;
3525
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3526
+ devDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3527
+ registryDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3528
+ files: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3529
+ path: z.ZodString;
3530
+ content: z.ZodOptional<z.ZodString>;
3531
+ type: z.ZodEnum<["registry:file", "registry:page"]>;
3532
+ target: z.ZodString;
3533
+ }, "strip", z.ZodTypeAny, {
3534
+ path: string;
3535
+ type: "registry:page" | "registry:file";
3536
+ target: string;
3537
+ content?: string | undefined;
3538
+ }, {
3539
+ path: string;
3540
+ type: "registry:page" | "registry:file";
3541
+ target: string;
3542
+ content?: string | undefined;
3543
+ }>, z.ZodObject<{
3544
+ path: z.ZodString;
3545
+ content: z.ZodOptional<z.ZodString>;
3546
+ 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"]>;
3547
+ target: z.ZodOptional<z.ZodString>;
3548
+ }, "strip", z.ZodTypeAny, {
3549
+ path: string;
3550
+ 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";
3551
+ content?: string | undefined;
3552
+ target?: string | undefined;
3553
+ }, {
3554
+ path: string;
3555
+ 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";
3556
+ content?: string | undefined;
3557
+ target?: string | undefined;
3558
+ }>]>, "many">>;
3559
+ tailwind: z.ZodOptional<z.ZodObject<{
3560
+ config: z.ZodOptional<z.ZodObject<{
3561
+ content: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3562
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3563
+ plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3564
+ }, "strip", z.ZodTypeAny, {
3565
+ content?: string[] | undefined;
3566
+ theme?: Record<string, any> | undefined;
3567
+ plugins?: string[] | undefined;
3568
+ }, {
3569
+ content?: string[] | undefined;
3570
+ theme?: Record<string, any> | undefined;
3571
+ plugins?: string[] | undefined;
3572
+ }>>;
3573
+ }, "strip", z.ZodTypeAny, {
3574
+ config?: {
3575
+ content?: string[] | undefined;
3576
+ theme?: Record<string, any> | undefined;
3577
+ plugins?: string[] | undefined;
3578
+ } | undefined;
3579
+ }, {
3580
+ config?: {
3581
+ content?: string[] | undefined;
3582
+ theme?: Record<string, any> | undefined;
3583
+ plugins?: string[] | undefined;
3584
+ } | undefined;
3585
+ }>>;
3586
+ cssVars: z.ZodOptional<z.ZodObject<{
3587
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3588
+ light: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3589
+ dark: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3590
+ }, "strip", z.ZodTypeAny, {
3591
+ theme?: Record<string, string> | undefined;
3592
+ light?: Record<string, string> | undefined;
3593
+ dark?: Record<string, string> | undefined;
3594
+ }, {
3595
+ theme?: Record<string, string> | undefined;
3596
+ light?: Record<string, string> | undefined;
3597
+ dark?: Record<string, string> | undefined;
3598
+ }>>;
3599
+ css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<any, z.ZodTypeDef, any>>>;
3600
+ envVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3601
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3602
+ docs: z.ZodOptional<z.ZodString>;
3603
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3604
+ } & {
3605
+ type: z.ZodLiteral<"registry:font">;
3606
+ font: z.ZodObject<{
3607
+ family: z.ZodString;
3608
+ provider: z.ZodLiteral<"google">;
3609
+ import: z.ZodString;
3610
+ variable: z.ZodString;
3611
+ weight: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3612
+ subsets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3613
+ selector: z.ZodOptional<z.ZodString>;
3614
+ dependency: z.ZodOptional<z.ZodString>;
3615
+ }, "strip", z.ZodTypeAny, {
3616
+ family: string;
3617
+ provider: "google";
3618
+ import: string;
3619
+ variable: string;
3620
+ weight?: string[] | undefined;
3621
+ subsets?: string[] | undefined;
3622
+ selector?: string | undefined;
3623
+ dependency?: string | undefined;
3624
+ }, {
3625
+ family: string;
3626
+ provider: "google";
3627
+ import: string;
3628
+ variable: string;
3629
+ weight?: string[] | undefined;
3630
+ subsets?: string[] | undefined;
3631
+ selector?: string | undefined;
3632
+ dependency?: string | undefined;
3633
+ }>;
3634
+ }, "strip", z.ZodTypeAny, {
3635
+ type: "registry:font";
3636
+ name: string;
3637
+ font: {
3638
+ family: string;
3639
+ provider: "google";
3640
+ import: string;
3641
+ variable: string;
3642
+ weight?: string[] | undefined;
3643
+ subsets?: string[] | undefined;
3644
+ selector?: string | undefined;
3645
+ dependency?: string | undefined;
3646
+ };
3647
+ tailwind?: {
3648
+ config?: {
3649
+ content?: string[] | undefined;
3650
+ theme?: Record<string, any> | undefined;
3651
+ plugins?: string[] | undefined;
3652
+ } | undefined;
3653
+ } | undefined;
3654
+ docs?: string | undefined;
3655
+ $schema?: string | undefined;
3656
+ css?: Record<string, any> | undefined;
3657
+ extends?: string | undefined;
3658
+ title?: string | undefined;
3659
+ author?: string | undefined;
3660
+ description?: string | undefined;
3661
+ dependencies?: string[] | undefined;
3662
+ devDependencies?: string[] | undefined;
3663
+ registryDependencies?: string[] | undefined;
3664
+ files?: ({
3665
+ path: string;
3666
+ type: "registry:page" | "registry:file";
3667
+ target: string;
3668
+ content?: string | undefined;
3669
+ } | {
3670
+ path: string;
3671
+ 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";
3672
+ content?: string | undefined;
3673
+ target?: string | undefined;
3674
+ })[] | undefined;
3675
+ cssVars?: {
3676
+ theme?: Record<string, string> | undefined;
3677
+ light?: Record<string, string> | undefined;
3678
+ dark?: Record<string, string> | undefined;
3679
+ } | undefined;
3680
+ envVars?: Record<string, string> | undefined;
3681
+ meta?: Record<string, any> | undefined;
3682
+ categories?: string[] | undefined;
3683
+ }, {
3684
+ type: "registry:font";
3685
+ name: string;
3686
+ font: {
3687
+ family: string;
3688
+ provider: "google";
3689
+ import: string;
3690
+ variable: string;
3691
+ weight?: string[] | undefined;
3692
+ subsets?: string[] | undefined;
3693
+ selector?: string | undefined;
3694
+ dependency?: string | undefined;
3695
+ };
3696
+ tailwind?: {
3697
+ config?: {
3698
+ content?: string[] | undefined;
3699
+ theme?: Record<string, any> | undefined;
3700
+ plugins?: string[] | undefined;
3701
+ } | undefined;
3702
+ } | undefined;
3703
+ docs?: string | undefined;
3704
+ $schema?: string | undefined;
3705
+ css?: Record<string, any> | undefined;
3706
+ extends?: string | undefined;
3707
+ title?: string | undefined;
3708
+ author?: string | undefined;
3709
+ description?: string | undefined;
3710
+ dependencies?: string[] | undefined;
3711
+ devDependencies?: string[] | undefined;
3712
+ registryDependencies?: string[] | undefined;
3713
+ files?: ({
3714
+ path: string;
3715
+ type: "registry:page" | "registry:file";
3716
+ target: string;
3717
+ content?: string | undefined;
3718
+ } | {
3719
+ path: string;
3720
+ 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";
3721
+ content?: string | undefined;
3722
+ target?: string | undefined;
3723
+ })[] | undefined;
3724
+ cssVars?: {
3725
+ theme?: Record<string, string> | undefined;
3726
+ light?: Record<string, string> | undefined;
3727
+ dark?: Record<string, string> | undefined;
3728
+ } | undefined;
3729
+ envVars?: Record<string, string> | undefined;
3730
+ meta?: Record<string, any> | undefined;
3731
+ categories?: string[] | undefined;
3732
+ }>, z.ZodObject<{
3733
+ $schema: z.ZodOptional<z.ZodString>;
3734
+ extends: z.ZodOptional<z.ZodString>;
3735
+ name: z.ZodString;
3736
+ title: z.ZodOptional<z.ZodString>;
3737
+ author: z.ZodOptional<z.ZodString>;
3738
+ description: z.ZodOptional<z.ZodString>;
3739
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3740
+ devDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3741
+ registryDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3742
+ files: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3743
+ path: z.ZodString;
3744
+ content: z.ZodOptional<z.ZodString>;
3745
+ type: z.ZodEnum<["registry:file", "registry:page"]>;
3746
+ target: z.ZodString;
3747
+ }, "strip", z.ZodTypeAny, {
3748
+ path: string;
3749
+ type: "registry:page" | "registry:file";
3750
+ target: string;
3751
+ content?: string | undefined;
3752
+ }, {
3753
+ path: string;
3754
+ type: "registry:page" | "registry:file";
3755
+ target: string;
3756
+ content?: string | undefined;
3757
+ }>, z.ZodObject<{
3758
+ path: z.ZodString;
3759
+ content: z.ZodOptional<z.ZodString>;
3760
+ 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"]>;
3761
+ target: z.ZodOptional<z.ZodString>;
3762
+ }, "strip", z.ZodTypeAny, {
3763
+ path: string;
3764
+ 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
+ content?: string | undefined;
3766
+ target?: string | undefined;
3767
+ }, {
3768
+ path: string;
3769
+ 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";
3770
+ content?: string | undefined;
3771
+ target?: string | undefined;
3772
+ }>]>, "many">>;
3773
+ tailwind: z.ZodOptional<z.ZodObject<{
3774
+ config: z.ZodOptional<z.ZodObject<{
3775
+ content: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3776
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3777
+ plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3778
+ }, "strip", z.ZodTypeAny, {
3779
+ content?: string[] | undefined;
3780
+ theme?: Record<string, any> | undefined;
3781
+ plugins?: string[] | undefined;
3782
+ }, {
3783
+ content?: string[] | undefined;
3784
+ theme?: Record<string, any> | undefined;
3785
+ plugins?: string[] | undefined;
3786
+ }>>;
3787
+ }, "strip", z.ZodTypeAny, {
3788
+ config?: {
3789
+ content?: string[] | undefined;
3790
+ theme?: Record<string, any> | undefined;
3791
+ plugins?: string[] | undefined;
3792
+ } | undefined;
3793
+ }, {
3794
+ config?: {
3795
+ content?: string[] | undefined;
3796
+ theme?: Record<string, any> | undefined;
3797
+ plugins?: string[] | undefined;
3798
+ } | undefined;
3799
+ }>>;
3800
+ cssVars: z.ZodOptional<z.ZodObject<{
3801
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3802
+ light: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3803
+ dark: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3804
+ }, "strip", z.ZodTypeAny, {
3805
+ theme?: Record<string, string> | undefined;
3806
+ light?: Record<string, string> | undefined;
3807
+ dark?: Record<string, string> | undefined;
3808
+ }, {
3809
+ theme?: Record<string, string> | undefined;
3810
+ light?: Record<string, string> | undefined;
3811
+ dark?: Record<string, string> | undefined;
3812
+ }>>;
3813
+ css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<any, z.ZodTypeDef, any>>>;
3814
+ envVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3815
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3816
+ docs: z.ZodOptional<z.ZodString>;
3817
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3818
+ } & {
3819
+ 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"]>;
3820
+ }, "strip", z.ZodTypeAny, {
3821
+ 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";
3822
+ name: string;
3823
+ tailwind?: {
3824
+ config?: {
3825
+ content?: string[] | undefined;
3826
+ theme?: Record<string, any> | undefined;
3827
+ plugins?: string[] | undefined;
3828
+ } | undefined;
3829
+ } | undefined;
3830
+ docs?: string | undefined;
3831
+ $schema?: string | undefined;
3832
+ css?: Record<string, any> | undefined;
3833
+ extends?: string | undefined;
3834
+ title?: string | undefined;
3835
+ author?: string | undefined;
3836
+ description?: string | undefined;
3837
+ dependencies?: string[] | undefined;
3838
+ devDependencies?: string[] | undefined;
3839
+ registryDependencies?: string[] | undefined;
3840
+ files?: ({
3841
+ path: string;
3842
+ type: "registry:page" | "registry:file";
3843
+ target: string;
3844
+ content?: string | undefined;
3845
+ } | {
3846
+ path: string;
3847
+ 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";
3848
+ content?: string | undefined;
3849
+ target?: string | undefined;
3850
+ })[] | undefined;
3851
+ cssVars?: {
3852
+ theme?: Record<string, string> | undefined;
3853
+ light?: Record<string, string> | undefined;
3854
+ dark?: Record<string, string> | undefined;
3855
+ } | undefined;
3856
+ envVars?: Record<string, string> | undefined;
3857
+ meta?: Record<string, any> | undefined;
3858
+ categories?: string[] | undefined;
3859
+ }, {
3860
+ 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";
3861
+ name: string;
3862
+ tailwind?: {
3863
+ config?: {
3864
+ content?: string[] | undefined;
3865
+ theme?: Record<string, any> | undefined;
3866
+ plugins?: string[] | undefined;
3867
+ } | undefined;
3868
+ } | undefined;
3869
+ docs?: string | undefined;
3870
+ $schema?: string | undefined;
3871
+ css?: Record<string, any> | undefined;
3872
+ extends?: string | undefined;
3873
+ title?: string | undefined;
3874
+ author?: string | undefined;
3875
+ description?: string | undefined;
3876
+ dependencies?: string[] | undefined;
3877
+ devDependencies?: string[] | undefined;
3878
+ registryDependencies?: string[] | undefined;
3879
+ files?: ({
3880
+ path: string;
3881
+ type: "registry:page" | "registry:file";
3882
+ target: string;
3883
+ content?: string | undefined;
3884
+ } | {
3885
+ path: string;
3886
+ 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";
3887
+ content?: string | undefined;
3888
+ target?: string | undefined;
3889
+ })[] | undefined;
3890
+ cssVars?: {
3891
+ theme?: Record<string, string> | undefined;
3892
+ light?: Record<string, string> | undefined;
3893
+ dark?: Record<string, string> | undefined;
3894
+ } | undefined;
3895
+ envVars?: Record<string, string> | undefined;
3896
+ meta?: Record<string, any> | undefined;
3897
+ categories?: string[] | undefined;
3898
+ }>]>, "many">>;
3899
+ }, "strip", z.ZodTypeAny, {
3900
+ $schema?: string | undefined;
3901
+ name?: string | undefined;
3902
+ homepage?: string | undefined;
3903
+ include?: string[] | undefined;
3904
+ items?: ({
3905
+ type: "registry:base";
3906
+ name: string;
3907
+ tailwind?: {
3908
+ config?: {
3909
+ content?: string[] | undefined;
3910
+ theme?: Record<string, any> | undefined;
3911
+ plugins?: string[] | undefined;
3912
+ } | undefined;
3913
+ } | undefined;
3914
+ docs?: string | undefined;
3915
+ $schema?: string | undefined;
3916
+ config?: {
3917
+ tailwind?: {
3918
+ config?: string | undefined;
3919
+ css?: string | undefined;
3920
+ baseColor?: string | undefined;
3921
+ cssVariables?: boolean | undefined;
3922
+ prefix?: string | undefined;
3923
+ } | undefined;
3924
+ $schema?: string | undefined;
3925
+ style?: string | undefined;
3926
+ rsc?: boolean | undefined;
3927
+ tsx?: boolean | undefined;
3928
+ iconLibrary?: string | undefined;
3929
+ rtl?: boolean | undefined;
3930
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
3931
+ menuAccent?: "subtle" | "bold" | undefined;
3932
+ aliases?: {
3933
+ components?: string | undefined;
3934
+ ui?: string | undefined;
3935
+ utils?: string | undefined;
3936
+ lib?: string | undefined;
3937
+ hooks?: string | undefined;
3938
+ } | undefined;
3939
+ registries?: Record<string, string | {
3940
+ url: string;
3941
+ params?: Record<string, string> | undefined;
3942
+ headers?: Record<string, string> | undefined;
3943
+ }> | undefined;
3944
+ } | undefined;
3945
+ css?: Record<string, any> | undefined;
3946
+ extends?: string | undefined;
3947
+ title?: string | undefined;
3948
+ author?: string | undefined;
3949
+ description?: string | undefined;
3950
+ dependencies?: string[] | undefined;
3951
+ devDependencies?: string[] | undefined;
3952
+ registryDependencies?: string[] | undefined;
3953
+ files?: ({
3954
+ path: string;
3955
+ type: "registry:page" | "registry:file";
3956
+ target: string;
3957
+ content?: string | undefined;
3958
+ } | {
3959
+ path: string;
3960
+ 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";
3961
+ content?: string | undefined;
3962
+ target?: string | undefined;
3963
+ })[] | undefined;
3964
+ cssVars?: {
3965
+ theme?: Record<string, string> | undefined;
3966
+ light?: Record<string, string> | undefined;
3967
+ dark?: Record<string, string> | undefined;
3968
+ } | undefined;
3969
+ envVars?: Record<string, string> | undefined;
3970
+ meta?: Record<string, any> | undefined;
3971
+ categories?: string[] | undefined;
3972
+ } | {
3973
+ type: "registry:font";
3974
+ name: string;
3975
+ font: {
3976
+ family: string;
3977
+ provider: "google";
3978
+ import: string;
3979
+ variable: string;
3980
+ weight?: string[] | undefined;
3981
+ subsets?: string[] | undefined;
3982
+ selector?: string | undefined;
3983
+ dependency?: string | undefined;
3984
+ };
3985
+ tailwind?: {
3986
+ config?: {
3987
+ content?: string[] | undefined;
3988
+ theme?: Record<string, any> | undefined;
3989
+ plugins?: string[] | undefined;
3990
+ } | undefined;
3991
+ } | undefined;
3992
+ docs?: string | undefined;
3993
+ $schema?: string | undefined;
3994
+ css?: Record<string, any> | undefined;
3995
+ extends?: string | undefined;
3996
+ title?: string | undefined;
3997
+ author?: string | undefined;
3998
+ description?: string | undefined;
3999
+ dependencies?: string[] | undefined;
4000
+ devDependencies?: string[] | undefined;
4001
+ registryDependencies?: string[] | undefined;
4002
+ files?: ({
4003
+ path: string;
4004
+ type: "registry:page" | "registry:file";
4005
+ target: string;
4006
+ content?: string | undefined;
4007
+ } | {
4008
+ path: string;
4009
+ 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";
4010
+ content?: string | undefined;
4011
+ target?: string | undefined;
4012
+ })[] | undefined;
4013
+ cssVars?: {
4014
+ theme?: Record<string, string> | undefined;
4015
+ light?: Record<string, string> | undefined;
4016
+ dark?: Record<string, string> | undefined;
4017
+ } | undefined;
4018
+ envVars?: Record<string, string> | undefined;
4019
+ meta?: Record<string, any> | undefined;
4020
+ categories?: string[] | undefined;
4021
+ } | {
4022
+ 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";
4023
+ name: string;
4024
+ tailwind?: {
4025
+ config?: {
4026
+ content?: string[] | undefined;
4027
+ theme?: Record<string, any> | undefined;
4028
+ plugins?: string[] | undefined;
4029
+ } | undefined;
4030
+ } | undefined;
4031
+ docs?: string | undefined;
4032
+ $schema?: string | undefined;
4033
+ css?: Record<string, any> | undefined;
4034
+ extends?: string | undefined;
4035
+ title?: string | undefined;
4036
+ author?: string | undefined;
4037
+ description?: string | undefined;
4038
+ dependencies?: string[] | undefined;
4039
+ devDependencies?: string[] | undefined;
4040
+ registryDependencies?: string[] | undefined;
4041
+ files?: ({
4042
+ path: string;
4043
+ type: "registry:page" | "registry:file";
4044
+ target: string;
4045
+ content?: string | undefined;
4046
+ } | {
4047
+ path: string;
4048
+ 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";
4049
+ content?: string | undefined;
4050
+ target?: string | undefined;
4051
+ })[] | undefined;
4052
+ cssVars?: {
4053
+ theme?: Record<string, string> | undefined;
4054
+ light?: Record<string, string> | undefined;
4055
+ dark?: Record<string, string> | undefined;
4056
+ } | undefined;
4057
+ envVars?: Record<string, string> | undefined;
4058
+ meta?: Record<string, any> | undefined;
4059
+ categories?: string[] | undefined;
4060
+ })[] | undefined;
4061
+ }, {
4062
+ $schema?: string | undefined;
4063
+ name?: string | undefined;
4064
+ homepage?: string | undefined;
4065
+ include?: string[] | undefined;
4066
+ items?: ({
4067
+ type: "registry:base";
4068
+ name: string;
4069
+ tailwind?: {
4070
+ config?: {
4071
+ content?: string[] | undefined;
4072
+ theme?: Record<string, any> | undefined;
4073
+ plugins?: string[] | undefined;
4074
+ } | undefined;
4075
+ } | undefined;
4076
+ docs?: string | undefined;
4077
+ $schema?: string | undefined;
4078
+ config?: {
4079
+ tailwind?: {
4080
+ config?: string | undefined;
4081
+ css?: string | undefined;
4082
+ baseColor?: string | undefined;
4083
+ cssVariables?: boolean | undefined;
4084
+ prefix?: string | undefined;
4085
+ } | undefined;
4086
+ $schema?: string | undefined;
4087
+ style?: string | undefined;
4088
+ rsc?: boolean | undefined;
4089
+ tsx?: boolean | undefined;
4090
+ iconLibrary?: string | undefined;
4091
+ rtl?: boolean | undefined;
4092
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
4093
+ menuAccent?: "subtle" | "bold" | undefined;
4094
+ aliases?: {
4095
+ components?: string | undefined;
4096
+ ui?: string | undefined;
4097
+ utils?: string | undefined;
4098
+ lib?: string | undefined;
4099
+ hooks?: string | undefined;
4100
+ } | undefined;
4101
+ registries?: Record<string, string | {
4102
+ url: string;
4103
+ params?: Record<string, string> | undefined;
4104
+ headers?: Record<string, string> | undefined;
4105
+ }> | undefined;
4106
+ } | undefined;
4107
+ css?: Record<string, any> | undefined;
4108
+ extends?: string | undefined;
4109
+ title?: string | undefined;
4110
+ author?: string | undefined;
4111
+ description?: string | undefined;
4112
+ dependencies?: string[] | undefined;
4113
+ devDependencies?: string[] | undefined;
4114
+ registryDependencies?: string[] | undefined;
4115
+ files?: ({
4116
+ path: string;
4117
+ type: "registry:page" | "registry:file";
4118
+ target: string;
4119
+ content?: string | undefined;
4120
+ } | {
4121
+ path: string;
4122
+ 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";
4123
+ content?: string | undefined;
4124
+ target?: string | undefined;
4125
+ })[] | undefined;
4126
+ cssVars?: {
4127
+ theme?: Record<string, string> | undefined;
4128
+ light?: Record<string, string> | undefined;
4129
+ dark?: Record<string, string> | undefined;
4130
+ } | undefined;
4131
+ envVars?: Record<string, string> | undefined;
4132
+ meta?: Record<string, any> | undefined;
4133
+ categories?: string[] | undefined;
4134
+ } | {
4135
+ type: "registry:font";
4136
+ name: string;
4137
+ font: {
4138
+ family: string;
4139
+ provider: "google";
4140
+ import: string;
4141
+ variable: string;
4142
+ weight?: string[] | undefined;
4143
+ subsets?: string[] | undefined;
4144
+ selector?: string | undefined;
4145
+ dependency?: string | undefined;
4146
+ };
4147
+ tailwind?: {
4148
+ config?: {
4149
+ content?: string[] | undefined;
4150
+ theme?: Record<string, any> | undefined;
4151
+ plugins?: string[] | undefined;
4152
+ } | undefined;
4153
+ } | undefined;
4154
+ docs?: string | undefined;
4155
+ $schema?: string | undefined;
4156
+ css?: Record<string, any> | undefined;
4157
+ extends?: string | undefined;
4158
+ title?: string | undefined;
4159
+ author?: string | undefined;
4160
+ description?: string | undefined;
4161
+ dependencies?: string[] | undefined;
4162
+ devDependencies?: string[] | undefined;
4163
+ registryDependencies?: string[] | undefined;
4164
+ files?: ({
4165
+ path: string;
4166
+ type: "registry:page" | "registry:file";
4167
+ target: string;
4168
+ content?: string | undefined;
4169
+ } | {
4170
+ path: string;
4171
+ 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";
4172
+ content?: string | undefined;
4173
+ target?: string | undefined;
4174
+ })[] | undefined;
4175
+ cssVars?: {
4176
+ theme?: Record<string, string> | undefined;
4177
+ light?: Record<string, string> | undefined;
4178
+ dark?: Record<string, string> | undefined;
4179
+ } | undefined;
4180
+ envVars?: Record<string, string> | undefined;
4181
+ meta?: Record<string, any> | undefined;
4182
+ categories?: string[] | undefined;
4183
+ } | {
4184
+ 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";
4185
+ name: string;
4186
+ tailwind?: {
4187
+ config?: {
4188
+ content?: string[] | undefined;
4189
+ theme?: Record<string, any> | undefined;
4190
+ plugins?: string[] | undefined;
4191
+ } | undefined;
4192
+ } | undefined;
4193
+ docs?: string | undefined;
4194
+ $schema?: string | undefined;
4195
+ css?: Record<string, any> | undefined;
4196
+ extends?: string | undefined;
4197
+ title?: string | undefined;
4198
+ author?: string | undefined;
4199
+ description?: string | undefined;
4200
+ dependencies?: string[] | undefined;
4201
+ devDependencies?: string[] | undefined;
4202
+ registryDependencies?: string[] | undefined;
4203
+ files?: ({
4204
+ path: string;
4205
+ type: "registry:page" | "registry:file";
4206
+ target: string;
4207
+ content?: string | undefined;
4208
+ } | {
4209
+ path: string;
4210
+ 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";
4211
+ content?: string | undefined;
4212
+ target?: string | undefined;
4213
+ })[] | undefined;
4214
+ cssVars?: {
4215
+ theme?: Record<string, string> | undefined;
4216
+ light?: Record<string, string> | undefined;
4217
+ dark?: Record<string, string> | undefined;
4218
+ } | undefined;
4219
+ envVars?: Record<string, string> | undefined;
4220
+ meta?: Record<string, any> | undefined;
4221
+ categories?: string[] | undefined;
4222
+ })[] | undefined;
4223
+ }>, {
4224
+ $schema?: string | undefined;
4225
+ name?: string | undefined;
4226
+ homepage?: string | undefined;
4227
+ include?: string[] | undefined;
4228
+ items?: ({
4229
+ type: "registry:base";
4230
+ name: string;
4231
+ tailwind?: {
4232
+ config?: {
4233
+ content?: string[] | undefined;
4234
+ theme?: Record<string, any> | undefined;
4235
+ plugins?: string[] | undefined;
4236
+ } | undefined;
4237
+ } | undefined;
4238
+ docs?: string | undefined;
4239
+ $schema?: string | undefined;
4240
+ config?: {
4241
+ tailwind?: {
4242
+ config?: string | undefined;
4243
+ css?: string | undefined;
4244
+ baseColor?: string | undefined;
4245
+ cssVariables?: boolean | undefined;
4246
+ prefix?: string | undefined;
4247
+ } | undefined;
4248
+ $schema?: string | undefined;
4249
+ style?: string | undefined;
4250
+ rsc?: boolean | undefined;
4251
+ tsx?: boolean | undefined;
4252
+ iconLibrary?: string | undefined;
4253
+ rtl?: boolean | undefined;
4254
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
4255
+ menuAccent?: "subtle" | "bold" | undefined;
4256
+ aliases?: {
4257
+ components?: string | undefined;
4258
+ ui?: string | undefined;
4259
+ utils?: string | undefined;
4260
+ lib?: string | undefined;
4261
+ hooks?: string | undefined;
4262
+ } | undefined;
4263
+ registries?: Record<string, string | {
4264
+ url: string;
4265
+ params?: Record<string, string> | undefined;
4266
+ headers?: Record<string, string> | undefined;
4267
+ }> | undefined;
4268
+ } | undefined;
4269
+ css?: Record<string, any> | undefined;
4270
+ extends?: string | undefined;
4271
+ title?: string | undefined;
4272
+ author?: string | undefined;
4273
+ description?: string | undefined;
4274
+ dependencies?: string[] | undefined;
4275
+ devDependencies?: string[] | undefined;
4276
+ registryDependencies?: string[] | undefined;
4277
+ files?: ({
4278
+ path: string;
4279
+ type: "registry:page" | "registry:file";
4280
+ target: string;
4281
+ content?: string | undefined;
4282
+ } | {
4283
+ path: string;
4284
+ 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";
4285
+ content?: string | undefined;
4286
+ target?: string | undefined;
4287
+ })[] | undefined;
4288
+ cssVars?: {
4289
+ theme?: Record<string, string> | undefined;
4290
+ light?: Record<string, string> | undefined;
4291
+ dark?: Record<string, string> | undefined;
4292
+ } | undefined;
4293
+ envVars?: Record<string, string> | undefined;
4294
+ meta?: Record<string, any> | undefined;
4295
+ categories?: string[] | undefined;
4296
+ } | {
4297
+ type: "registry:font";
4298
+ name: string;
4299
+ font: {
4300
+ family: string;
4301
+ provider: "google";
4302
+ import: string;
4303
+ variable: string;
4304
+ weight?: string[] | undefined;
4305
+ subsets?: string[] | undefined;
4306
+ selector?: string | undefined;
4307
+ dependency?: string | undefined;
4308
+ };
4309
+ tailwind?: {
4310
+ config?: {
4311
+ content?: string[] | undefined;
4312
+ theme?: Record<string, any> | undefined;
4313
+ plugins?: string[] | undefined;
4314
+ } | undefined;
4315
+ } | undefined;
4316
+ docs?: string | undefined;
4317
+ $schema?: string | undefined;
4318
+ css?: Record<string, any> | undefined;
4319
+ extends?: string | undefined;
4320
+ title?: string | undefined;
4321
+ author?: string | undefined;
4322
+ description?: string | undefined;
4323
+ dependencies?: string[] | undefined;
4324
+ devDependencies?: string[] | undefined;
4325
+ registryDependencies?: string[] | undefined;
4326
+ files?: ({
4327
+ path: string;
4328
+ type: "registry:page" | "registry:file";
4329
+ target: string;
4330
+ content?: string | undefined;
4331
+ } | {
4332
+ path: string;
4333
+ 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";
4334
+ content?: string | undefined;
4335
+ target?: string | undefined;
4336
+ })[] | undefined;
4337
+ cssVars?: {
4338
+ theme?: Record<string, string> | undefined;
4339
+ light?: Record<string, string> | undefined;
4340
+ dark?: Record<string, string> | undefined;
4341
+ } | undefined;
4342
+ envVars?: Record<string, string> | undefined;
4343
+ meta?: Record<string, any> | undefined;
4344
+ categories?: string[] | undefined;
4345
+ } | {
4346
+ 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";
4347
+ name: string;
4348
+ tailwind?: {
4349
+ config?: {
4350
+ content?: string[] | undefined;
4351
+ theme?: Record<string, any> | undefined;
4352
+ plugins?: string[] | undefined;
4353
+ } | undefined;
4354
+ } | undefined;
4355
+ docs?: string | undefined;
4356
+ $schema?: string | undefined;
4357
+ css?: Record<string, any> | undefined;
4358
+ extends?: string | undefined;
4359
+ title?: string | undefined;
4360
+ author?: string | undefined;
4361
+ description?: string | undefined;
4362
+ dependencies?: string[] | undefined;
4363
+ devDependencies?: string[] | undefined;
4364
+ registryDependencies?: string[] | undefined;
4365
+ files?: ({
4366
+ path: string;
4367
+ type: "registry:page" | "registry:file";
4368
+ target: string;
4369
+ content?: string | undefined;
4370
+ } | {
4371
+ path: string;
4372
+ 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";
4373
+ content?: string | undefined;
4374
+ target?: string | undefined;
4375
+ })[] | undefined;
4376
+ cssVars?: {
4377
+ theme?: Record<string, string> | undefined;
4378
+ light?: Record<string, string> | undefined;
4379
+ dark?: Record<string, string> | undefined;
4380
+ } | undefined;
4381
+ envVars?: Record<string, string> | undefined;
4382
+ meta?: Record<string, any> | undefined;
4383
+ categories?: string[] | undefined;
4384
+ })[] | undefined;
4385
+ }, {
4386
+ $schema?: string | undefined;
4387
+ name?: string | undefined;
4388
+ homepage?: string | undefined;
4389
+ include?: string[] | undefined;
4390
+ items?: ({
4391
+ type: "registry:base";
4392
+ name: string;
4393
+ tailwind?: {
4394
+ config?: {
4395
+ content?: string[] | undefined;
4396
+ theme?: Record<string, any> | undefined;
4397
+ plugins?: string[] | undefined;
4398
+ } | undefined;
4399
+ } | undefined;
4400
+ docs?: string | undefined;
4401
+ $schema?: string | undefined;
4402
+ config?: {
4403
+ tailwind?: {
4404
+ config?: string | undefined;
4405
+ css?: string | undefined;
4406
+ baseColor?: string | undefined;
4407
+ cssVariables?: boolean | undefined;
4408
+ prefix?: string | undefined;
4409
+ } | undefined;
4410
+ $schema?: string | undefined;
4411
+ style?: string | undefined;
4412
+ rsc?: boolean | undefined;
4413
+ tsx?: boolean | undefined;
4414
+ iconLibrary?: string | undefined;
4415
+ rtl?: boolean | undefined;
4416
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
4417
+ menuAccent?: "subtle" | "bold" | undefined;
4418
+ aliases?: {
4419
+ components?: string | undefined;
4420
+ ui?: string | undefined;
4421
+ utils?: string | undefined;
4422
+ lib?: string | undefined;
4423
+ hooks?: string | undefined;
4424
+ } | undefined;
4425
+ registries?: Record<string, string | {
4426
+ url: string;
4427
+ params?: Record<string, string> | undefined;
4428
+ headers?: Record<string, string> | undefined;
4429
+ }> | undefined;
4430
+ } | undefined;
4431
+ css?: Record<string, any> | undefined;
4432
+ extends?: string | undefined;
4433
+ title?: string | undefined;
4434
+ author?: string | undefined;
4435
+ description?: string | undefined;
4436
+ dependencies?: string[] | undefined;
4437
+ devDependencies?: string[] | undefined;
4438
+ registryDependencies?: string[] | undefined;
4439
+ files?: ({
4440
+ path: string;
4441
+ type: "registry:page" | "registry:file";
4442
+ target: string;
4443
+ content?: string | undefined;
4444
+ } | {
4445
+ path: string;
4446
+ 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";
4447
+ content?: string | undefined;
4448
+ target?: string | undefined;
4449
+ })[] | undefined;
4450
+ cssVars?: {
4451
+ theme?: Record<string, string> | undefined;
4452
+ light?: Record<string, string> | undefined;
4453
+ dark?: Record<string, string> | undefined;
4454
+ } | undefined;
4455
+ envVars?: Record<string, string> | undefined;
4456
+ meta?: Record<string, any> | undefined;
4457
+ categories?: string[] | undefined;
4458
+ } | {
4459
+ type: "registry:font";
4460
+ name: string;
4461
+ font: {
4462
+ family: string;
4463
+ provider: "google";
4464
+ import: string;
4465
+ variable: string;
4466
+ weight?: string[] | undefined;
4467
+ subsets?: string[] | undefined;
4468
+ selector?: string | undefined;
4469
+ dependency?: string | undefined;
4470
+ };
4471
+ tailwind?: {
4472
+ config?: {
4473
+ content?: string[] | undefined;
4474
+ theme?: Record<string, any> | undefined;
4475
+ plugins?: string[] | undefined;
4476
+ } | undefined;
4477
+ } | undefined;
4478
+ docs?: string | undefined;
4479
+ $schema?: string | undefined;
4480
+ css?: Record<string, any> | undefined;
4481
+ extends?: string | undefined;
4482
+ title?: string | undefined;
4483
+ author?: string | undefined;
4484
+ description?: string | undefined;
4485
+ dependencies?: string[] | undefined;
4486
+ devDependencies?: string[] | undefined;
4487
+ registryDependencies?: string[] | undefined;
4488
+ files?: ({
4489
+ path: string;
4490
+ type: "registry:page" | "registry:file";
4491
+ target: string;
4492
+ content?: string | undefined;
4493
+ } | {
4494
+ path: string;
4495
+ 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";
4496
+ content?: string | undefined;
4497
+ target?: string | undefined;
4498
+ })[] | undefined;
4499
+ cssVars?: {
4500
+ theme?: Record<string, string> | undefined;
4501
+ light?: Record<string, string> | undefined;
4502
+ dark?: Record<string, string> | undefined;
4503
+ } | undefined;
4504
+ envVars?: Record<string, string> | undefined;
4505
+ meta?: Record<string, any> | undefined;
4506
+ categories?: string[] | undefined;
4507
+ } | {
4508
+ 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";
4509
+ name: string;
4510
+ tailwind?: {
4511
+ config?: {
4512
+ content?: string[] | undefined;
4513
+ theme?: Record<string, any> | undefined;
4514
+ plugins?: string[] | undefined;
4515
+ } | undefined;
4516
+ } | undefined;
4517
+ docs?: string | undefined;
4518
+ $schema?: string | undefined;
4519
+ css?: Record<string, any> | undefined;
4520
+ extends?: string | undefined;
4521
+ title?: string | undefined;
4522
+ author?: string | undefined;
4523
+ description?: string | undefined;
4524
+ dependencies?: string[] | undefined;
4525
+ devDependencies?: string[] | undefined;
4526
+ registryDependencies?: string[] | undefined;
4527
+ files?: ({
4528
+ path: string;
4529
+ type: "registry:page" | "registry:file";
4530
+ target: string;
4531
+ content?: string | undefined;
4532
+ } | {
4533
+ path: string;
4534
+ 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";
4535
+ content?: string | undefined;
4536
+ target?: string | undefined;
4537
+ })[] | undefined;
4538
+ cssVars?: {
4539
+ theme?: Record<string, string> | undefined;
4540
+ light?: Record<string, string> | undefined;
4541
+ dark?: Record<string, string> | undefined;
4542
+ } | undefined;
4543
+ envVars?: Record<string, string> | undefined;
4544
+ meta?: Record<string, any> | undefined;
4545
+ categories?: string[] | undefined;
4546
+ })[] | undefined;
4547
+ }>, {
4548
+ items: ({
4549
+ type: "registry:base";
4550
+ name: string;
4551
+ tailwind?: {
4552
+ config?: {
4553
+ content?: string[] | undefined;
4554
+ theme?: Record<string, any> | undefined;
4555
+ plugins?: string[] | undefined;
4556
+ } | undefined;
4557
+ } | undefined;
4558
+ docs?: string | undefined;
4559
+ $schema?: string | undefined;
4560
+ config?: {
4561
+ tailwind?: {
4562
+ config?: string | undefined;
4563
+ css?: string | undefined;
4564
+ baseColor?: string | undefined;
4565
+ cssVariables?: boolean | undefined;
4566
+ prefix?: string | undefined;
4567
+ } | undefined;
4568
+ $schema?: string | undefined;
4569
+ style?: string | undefined;
4570
+ rsc?: boolean | undefined;
4571
+ tsx?: boolean | undefined;
4572
+ iconLibrary?: string | undefined;
4573
+ rtl?: boolean | undefined;
4574
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
4575
+ menuAccent?: "subtle" | "bold" | undefined;
4576
+ aliases?: {
4577
+ components?: string | undefined;
4578
+ ui?: string | undefined;
4579
+ utils?: string | undefined;
4580
+ lib?: string | undefined;
4581
+ hooks?: string | undefined;
4582
+ } | undefined;
4583
+ registries?: Record<string, string | {
4584
+ url: string;
4585
+ params?: Record<string, string> | undefined;
4586
+ headers?: Record<string, string> | undefined;
4587
+ }> | undefined;
4588
+ } | undefined;
4589
+ css?: Record<string, any> | undefined;
4590
+ extends?: string | undefined;
4591
+ title?: string | undefined;
4592
+ author?: string | undefined;
4593
+ description?: string | undefined;
4594
+ dependencies?: string[] | undefined;
4595
+ devDependencies?: string[] | undefined;
4596
+ registryDependencies?: string[] | undefined;
4597
+ files?: ({
4598
+ path: string;
4599
+ type: "registry:page" | "registry:file";
4600
+ target: string;
4601
+ content?: string | undefined;
4602
+ } | {
4603
+ path: string;
4604
+ 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";
4605
+ content?: string | undefined;
4606
+ target?: string | undefined;
4607
+ })[] | undefined;
4608
+ cssVars?: {
4609
+ theme?: Record<string, string> | undefined;
4610
+ light?: Record<string, string> | undefined;
4611
+ dark?: Record<string, string> | undefined;
4612
+ } | undefined;
4613
+ envVars?: Record<string, string> | undefined;
4614
+ meta?: Record<string, any> | undefined;
4615
+ categories?: string[] | undefined;
4616
+ } | {
4617
+ type: "registry:font";
4618
+ name: string;
4619
+ font: {
4620
+ family: string;
4621
+ provider: "google";
4622
+ import: string;
4623
+ variable: string;
4624
+ weight?: string[] | undefined;
4625
+ subsets?: string[] | undefined;
4626
+ selector?: string | undefined;
4627
+ dependency?: string | undefined;
4628
+ };
4629
+ tailwind?: {
4630
+ config?: {
4631
+ content?: string[] | undefined;
4632
+ theme?: Record<string, any> | undefined;
4633
+ plugins?: string[] | undefined;
4634
+ } | undefined;
4635
+ } | undefined;
4636
+ docs?: string | undefined;
4637
+ $schema?: string | undefined;
4638
+ css?: Record<string, any> | undefined;
4639
+ extends?: string | undefined;
4640
+ title?: string | undefined;
4641
+ author?: string | undefined;
4642
+ description?: string | undefined;
4643
+ dependencies?: string[] | undefined;
4644
+ devDependencies?: string[] | undefined;
4645
+ registryDependencies?: string[] | undefined;
4646
+ files?: ({
4647
+ path: string;
4648
+ type: "registry:page" | "registry:file";
4649
+ target: string;
4650
+ content?: string | undefined;
4651
+ } | {
4652
+ path: string;
4653
+ 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";
4654
+ content?: string | undefined;
4655
+ target?: string | undefined;
4656
+ })[] | undefined;
4657
+ cssVars?: {
4658
+ theme?: Record<string, string> | undefined;
4659
+ light?: Record<string, string> | undefined;
4660
+ dark?: Record<string, string> | undefined;
4661
+ } | undefined;
4662
+ envVars?: Record<string, string> | undefined;
4663
+ meta?: Record<string, any> | undefined;
4664
+ categories?: string[] | undefined;
4665
+ } | {
4666
+ 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";
4667
+ name: string;
4668
+ tailwind?: {
4669
+ config?: {
4670
+ content?: string[] | undefined;
4671
+ theme?: Record<string, any> | undefined;
4672
+ plugins?: string[] | undefined;
4673
+ } | undefined;
4674
+ } | undefined;
4675
+ docs?: string | undefined;
4676
+ $schema?: string | undefined;
4677
+ css?: Record<string, any> | undefined;
4678
+ extends?: string | undefined;
4679
+ title?: string | undefined;
4680
+ author?: string | undefined;
4681
+ description?: string | undefined;
4682
+ dependencies?: string[] | undefined;
4683
+ devDependencies?: string[] | undefined;
4684
+ registryDependencies?: string[] | undefined;
4685
+ files?: ({
4686
+ path: string;
4687
+ type: "registry:page" | "registry:file";
4688
+ target: string;
4689
+ content?: string | undefined;
4690
+ } | {
4691
+ path: string;
4692
+ 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";
4693
+ content?: string | undefined;
4694
+ target?: string | undefined;
4695
+ })[] | undefined;
4696
+ cssVars?: {
4697
+ theme?: Record<string, string> | undefined;
4698
+ light?: Record<string, string> | undefined;
4699
+ dark?: Record<string, string> | undefined;
4700
+ } | undefined;
4701
+ envVars?: Record<string, string> | undefined;
4702
+ meta?: Record<string, any> | undefined;
4703
+ categories?: string[] | undefined;
4704
+ })[];
4705
+ $schema?: string | undefined;
4706
+ name?: string | undefined;
4707
+ homepage?: string | undefined;
4708
+ include?: string[] | undefined;
4709
+ }, {
4710
+ $schema?: string | undefined;
4711
+ name?: string | undefined;
4712
+ homepage?: string | undefined;
4713
+ include?: string[] | undefined;
4714
+ items?: ({
4715
+ type: "registry:base";
4716
+ name: string;
4717
+ tailwind?: {
4718
+ config?: {
4719
+ content?: string[] | undefined;
4720
+ theme?: Record<string, any> | undefined;
4721
+ plugins?: string[] | undefined;
4722
+ } | undefined;
4723
+ } | undefined;
4724
+ docs?: string | undefined;
4725
+ $schema?: string | undefined;
4726
+ config?: {
4727
+ tailwind?: {
4728
+ config?: string | undefined;
4729
+ css?: string | undefined;
4730
+ baseColor?: string | undefined;
4731
+ cssVariables?: boolean | undefined;
4732
+ prefix?: string | undefined;
4733
+ } | undefined;
4734
+ $schema?: string | undefined;
4735
+ style?: string | undefined;
4736
+ rsc?: boolean | undefined;
4737
+ tsx?: boolean | undefined;
4738
+ iconLibrary?: string | undefined;
4739
+ rtl?: boolean | undefined;
4740
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
4741
+ menuAccent?: "subtle" | "bold" | undefined;
4742
+ aliases?: {
4743
+ components?: string | undefined;
4744
+ ui?: string | undefined;
4745
+ utils?: string | undefined;
4746
+ lib?: string | undefined;
4747
+ hooks?: string | undefined;
4748
+ } | undefined;
4749
+ registries?: Record<string, string | {
4750
+ url: string;
4751
+ params?: Record<string, string> | undefined;
4752
+ headers?: Record<string, string> | undefined;
4753
+ }> | undefined;
4754
+ } | undefined;
4755
+ css?: Record<string, any> | undefined;
4756
+ extends?: string | undefined;
4757
+ title?: string | undefined;
4758
+ author?: string | undefined;
4759
+ description?: string | undefined;
4760
+ dependencies?: string[] | undefined;
4761
+ devDependencies?: string[] | undefined;
4762
+ registryDependencies?: string[] | undefined;
4763
+ files?: ({
4764
+ path: string;
4765
+ type: "registry:page" | "registry:file";
4766
+ target: string;
4767
+ content?: string | undefined;
4768
+ } | {
4769
+ path: string;
4770
+ 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";
4771
+ content?: string | undefined;
4772
+ target?: string | undefined;
4773
+ })[] | undefined;
4774
+ cssVars?: {
4775
+ theme?: Record<string, string> | undefined;
4776
+ light?: Record<string, string> | undefined;
4777
+ dark?: Record<string, string> | undefined;
4778
+ } | undefined;
4779
+ envVars?: Record<string, string> | undefined;
4780
+ meta?: Record<string, any> | undefined;
4781
+ categories?: string[] | undefined;
4782
+ } | {
4783
+ type: "registry:font";
4784
+ name: string;
4785
+ font: {
4786
+ family: string;
4787
+ provider: "google";
4788
+ import: string;
4789
+ variable: string;
4790
+ weight?: string[] | undefined;
4791
+ subsets?: string[] | undefined;
4792
+ selector?: string | undefined;
4793
+ dependency?: string | undefined;
4794
+ };
4795
+ tailwind?: {
4796
+ config?: {
4797
+ content?: string[] | undefined;
4798
+ theme?: Record<string, any> | undefined;
4799
+ plugins?: string[] | undefined;
4800
+ } | undefined;
4801
+ } | undefined;
4802
+ docs?: string | undefined;
4803
+ $schema?: string | undefined;
4804
+ css?: Record<string, any> | undefined;
4805
+ extends?: string | undefined;
4806
+ title?: string | undefined;
4807
+ author?: string | undefined;
4808
+ description?: string | undefined;
4809
+ dependencies?: string[] | undefined;
4810
+ devDependencies?: string[] | undefined;
4811
+ registryDependencies?: string[] | undefined;
4812
+ files?: ({
4813
+ path: string;
4814
+ type: "registry:page" | "registry:file";
4815
+ target: string;
4816
+ content?: string | undefined;
4817
+ } | {
4818
+ path: string;
4819
+ 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";
4820
+ content?: string | undefined;
4821
+ target?: string | undefined;
4822
+ })[] | undefined;
4823
+ cssVars?: {
4824
+ theme?: Record<string, string> | undefined;
4825
+ light?: Record<string, string> | undefined;
4826
+ dark?: Record<string, string> | undefined;
4827
+ } | undefined;
4828
+ envVars?: Record<string, string> | undefined;
4829
+ meta?: Record<string, any> | undefined;
4830
+ categories?: string[] | undefined;
4831
+ } | {
4832
+ 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";
4833
+ name: string;
4834
+ tailwind?: {
4835
+ config?: {
4836
+ content?: string[] | undefined;
4837
+ theme?: Record<string, any> | undefined;
4838
+ plugins?: string[] | undefined;
4839
+ } | undefined;
4840
+ } | undefined;
4841
+ docs?: string | undefined;
4842
+ $schema?: string | undefined;
4843
+ css?: Record<string, any> | undefined;
4844
+ extends?: string | undefined;
4845
+ title?: string | undefined;
4846
+ author?: string | undefined;
4847
+ description?: string | undefined;
4848
+ dependencies?: string[] | undefined;
4849
+ devDependencies?: string[] | undefined;
4850
+ registryDependencies?: string[] | undefined;
4851
+ files?: ({
4852
+ path: string;
4853
+ type: "registry:page" | "registry:file";
4854
+ target: string;
4855
+ content?: string | undefined;
4856
+ } | {
4857
+ path: string;
4858
+ 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";
4859
+ content?: string | undefined;
4860
+ target?: string | undefined;
4861
+ })[] | undefined;
4862
+ cssVars?: {
4863
+ theme?: Record<string, string> | undefined;
4864
+ light?: Record<string, string> | undefined;
4865
+ dark?: Record<string, string> | undefined;
4866
+ } | undefined;
4867
+ envVars?: Record<string, string> | undefined;
4868
+ meta?: Record<string, any> | undefined;
4869
+ categories?: string[] | undefined;
4870
+ })[] | undefined;
4871
+ }>, z.ZodObject<{
4872
+ $schema: z.ZodOptional<z.ZodString>;
4873
+ name: z.ZodString;
4874
+ homepage: z.ZodString;
4875
+ include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4876
+ items: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4877
+ $schema: z.ZodOptional<z.ZodString>;
4878
+ extends: z.ZodOptional<z.ZodString>;
4879
+ name: z.ZodString;
4880
+ title: z.ZodOptional<z.ZodString>;
4881
+ author: z.ZodOptional<z.ZodString>;
4882
+ description: z.ZodOptional<z.ZodString>;
4883
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4884
+ devDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4885
+ registryDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4886
+ files: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4887
+ path: z.ZodString;
4888
+ content: z.ZodOptional<z.ZodString>;
4889
+ type: z.ZodEnum<["registry:file", "registry:page"]>;
4890
+ target: z.ZodString;
4891
+ }, "strip", z.ZodTypeAny, {
4892
+ path: string;
4893
+ type: "registry:page" | "registry:file";
4894
+ target: string;
4895
+ content?: string | undefined;
4896
+ }, {
4897
+ path: string;
4898
+ type: "registry:page" | "registry:file";
4899
+ target: string;
4900
+ content?: string | undefined;
4901
+ }>, z.ZodObject<{
4902
+ path: z.ZodString;
4903
+ content: z.ZodOptional<z.ZodString>;
4904
+ 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"]>;
4905
+ target: z.ZodOptional<z.ZodString>;
4906
+ }, "strip", z.ZodTypeAny, {
4907
+ path: string;
4908
+ 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";
4909
+ content?: string | undefined;
4910
+ target?: string | undefined;
4911
+ }, {
4912
+ path: string;
4913
+ 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";
4914
+ content?: string | undefined;
4915
+ target?: string | undefined;
4916
+ }>]>, "many">>;
4917
+ tailwind: z.ZodOptional<z.ZodObject<{
4918
+ config: z.ZodOptional<z.ZodObject<{
4919
+ content: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4920
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
4921
+ plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4922
+ }, "strip", z.ZodTypeAny, {
4923
+ content?: string[] | undefined;
4924
+ theme?: Record<string, any> | undefined;
4925
+ plugins?: string[] | undefined;
4926
+ }, {
4927
+ content?: string[] | undefined;
4928
+ theme?: Record<string, any> | undefined;
4929
+ plugins?: string[] | undefined;
4930
+ }>>;
4931
+ }, "strip", z.ZodTypeAny, {
4932
+ config?: {
4933
+ content?: string[] | undefined;
4934
+ theme?: Record<string, any> | undefined;
4935
+ plugins?: string[] | undefined;
4936
+ } | undefined;
4937
+ }, {
4938
+ config?: {
4939
+ content?: string[] | undefined;
4940
+ theme?: Record<string, any> | undefined;
4941
+ plugins?: string[] | undefined;
4942
+ } | undefined;
4943
+ }>>;
4944
+ cssVars: z.ZodOptional<z.ZodObject<{
4945
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4946
+ light: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4947
+ dark: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4948
+ }, "strip", z.ZodTypeAny, {
4949
+ theme?: Record<string, string> | undefined;
4950
+ light?: Record<string, string> | undefined;
4951
+ dark?: Record<string, string> | undefined;
4952
+ }, {
4953
+ theme?: Record<string, string> | undefined;
4954
+ light?: Record<string, string> | undefined;
4955
+ dark?: Record<string, string> | undefined;
4956
+ }>>;
4957
+ css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<any, z.ZodTypeDef, any>>>;
4958
+ envVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4959
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
4960
+ docs: z.ZodOptional<z.ZodString>;
4961
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4962
+ } & {
4963
+ type: z.ZodLiteral<"registry:base">;
4964
+ config: z.ZodOptional<z.ZodObject<{
4965
+ $schema: z.ZodOptional<z.ZodOptional<z.ZodString>>;
4966
+ style: z.ZodOptional<z.ZodString>;
4967
+ rsc: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
4968
+ tsx: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
4969
+ tailwind: z.ZodOptional<z.ZodObject<{
4970
+ config: z.ZodOptional<z.ZodOptional<z.ZodString>>;
4971
+ css: z.ZodOptional<z.ZodString>;
4972
+ baseColor: z.ZodOptional<z.ZodString>;
4973
+ cssVariables: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
4974
+ prefix: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
4975
+ }, "strip", z.ZodTypeAny, {
4976
+ config?: string | undefined;
4977
+ css?: string | undefined;
4978
+ baseColor?: string | undefined;
4979
+ cssVariables?: boolean | undefined;
4980
+ prefix?: string | undefined;
4981
+ }, {
4982
+ config?: string | undefined;
4983
+ css?: string | undefined;
4984
+ baseColor?: string | undefined;
4985
+ cssVariables?: boolean | undefined;
4986
+ prefix?: string | undefined;
4987
+ }>>;
4988
+ iconLibrary: z.ZodOptional<z.ZodOptional<z.ZodString>>;
4989
+ rtl: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
4990
+ menuColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodEnum<["default", "inverted", "default-translucent", "inverted-translucent"]>>>>;
4991
+ menuAccent: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodEnum<["subtle", "bold"]>>>>;
4992
+ aliases: z.ZodOptional<z.ZodObject<{
4993
+ components: z.ZodOptional<z.ZodString>;
4994
+ utils: z.ZodOptional<z.ZodString>;
4995
+ ui: z.ZodOptional<z.ZodOptional<z.ZodString>>;
4996
+ lib: z.ZodOptional<z.ZodOptional<z.ZodString>>;
4997
+ hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
4998
+ }, "strip", z.ZodTypeAny, {
4999
+ components?: string | undefined;
5000
+ ui?: string | undefined;
5001
+ utils?: string | undefined;
5002
+ lib?: string | undefined;
5003
+ hooks?: string | undefined;
5004
+ }, {
5005
+ components?: string | undefined;
5006
+ ui?: string | undefined;
5007
+ utils?: string | undefined;
5008
+ lib?: string | undefined;
5009
+ hooks?: string | undefined;
5010
+ }>>;
5011
+ registries: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
5012
+ url: z.ZodEffects<z.ZodString, string, string>;
5013
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5014
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5015
+ }, "strip", z.ZodTypeAny, {
5016
+ url: string;
5017
+ params?: Record<string, string> | undefined;
5018
+ headers?: Record<string, string> | undefined;
5019
+ }, {
5020
+ url: string;
5021
+ params?: Record<string, string> | undefined;
5022
+ headers?: Record<string, string> | undefined;
5023
+ }>]>>>>;
5024
+ }, "strict", z.ZodTypeAny, {
5025
+ tailwind?: {
5026
+ config?: string | undefined;
5027
+ css?: string | undefined;
5028
+ baseColor?: string | undefined;
5029
+ cssVariables?: boolean | undefined;
5030
+ prefix?: string | undefined;
5031
+ } | undefined;
5032
+ $schema?: string | undefined;
5033
+ style?: string | undefined;
5034
+ rsc?: boolean | undefined;
5035
+ tsx?: boolean | undefined;
5036
+ iconLibrary?: string | undefined;
5037
+ rtl?: boolean | undefined;
5038
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
5039
+ menuAccent?: "subtle" | "bold" | undefined;
5040
+ aliases?: {
5041
+ components?: string | undefined;
5042
+ ui?: string | undefined;
5043
+ utils?: string | undefined;
5044
+ lib?: string | undefined;
5045
+ hooks?: string | undefined;
5046
+ } | undefined;
5047
+ registries?: Record<string, string | {
5048
+ url: string;
5049
+ params?: Record<string, string> | undefined;
5050
+ headers?: Record<string, string> | undefined;
5051
+ }> | undefined;
5052
+ }, {
5053
+ tailwind?: {
5054
+ config?: string | undefined;
5055
+ css?: string | undefined;
5056
+ baseColor?: string | undefined;
5057
+ cssVariables?: boolean | undefined;
5058
+ prefix?: string | undefined;
5059
+ } | undefined;
5060
+ $schema?: string | undefined;
5061
+ style?: string | undefined;
5062
+ rsc?: boolean | undefined;
5063
+ tsx?: boolean | undefined;
5064
+ iconLibrary?: string | undefined;
5065
+ rtl?: boolean | undefined;
5066
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
5067
+ menuAccent?: "subtle" | "bold" | undefined;
5068
+ aliases?: {
5069
+ components?: string | undefined;
5070
+ ui?: string | undefined;
5071
+ utils?: string | undefined;
5072
+ lib?: string | undefined;
5073
+ hooks?: string | undefined;
5074
+ } | undefined;
5075
+ registries?: Record<string, string | {
5076
+ url: string;
5077
+ params?: Record<string, string> | undefined;
5078
+ headers?: Record<string, string> | undefined;
5079
+ }> | undefined;
5080
+ }>>;
5081
+ }, "strip", z.ZodTypeAny, {
5082
+ type: "registry:base";
5083
+ name: string;
5084
+ tailwind?: {
5085
+ config?: {
5086
+ content?: string[] | undefined;
5087
+ theme?: Record<string, any> | undefined;
5088
+ plugins?: string[] | undefined;
5089
+ } | undefined;
5090
+ } | undefined;
5091
+ docs?: string | undefined;
5092
+ $schema?: string | undefined;
5093
+ config?: {
5094
+ tailwind?: {
5095
+ config?: string | undefined;
5096
+ css?: string | undefined;
5097
+ baseColor?: string | undefined;
5098
+ cssVariables?: boolean | undefined;
5099
+ prefix?: string | undefined;
5100
+ } | undefined;
5101
+ $schema?: string | undefined;
5102
+ style?: string | undefined;
5103
+ rsc?: boolean | undefined;
5104
+ tsx?: boolean | undefined;
5105
+ iconLibrary?: string | undefined;
5106
+ rtl?: boolean | undefined;
5107
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
5108
+ menuAccent?: "subtle" | "bold" | undefined;
5109
+ aliases?: {
5110
+ components?: string | undefined;
5111
+ ui?: string | undefined;
5112
+ utils?: string | undefined;
5113
+ lib?: string | undefined;
5114
+ hooks?: string | undefined;
5115
+ } | undefined;
5116
+ registries?: Record<string, string | {
5117
+ url: string;
5118
+ params?: Record<string, string> | undefined;
5119
+ headers?: Record<string, string> | undefined;
5120
+ }> | undefined;
5121
+ } | undefined;
5122
+ css?: Record<string, any> | undefined;
5123
+ extends?: string | undefined;
5124
+ title?: string | undefined;
5125
+ author?: string | undefined;
5126
+ description?: string | undefined;
5127
+ dependencies?: string[] | undefined;
5128
+ devDependencies?: string[] | undefined;
5129
+ registryDependencies?: string[] | undefined;
5130
+ files?: ({
5131
+ path: string;
5132
+ type: "registry:page" | "registry:file";
5133
+ target: string;
5134
+ content?: string | undefined;
5135
+ } | {
5136
+ path: string;
5137
+ 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";
5138
+ content?: string | undefined;
5139
+ target?: string | undefined;
5140
+ })[] | undefined;
5141
+ cssVars?: {
5142
+ theme?: Record<string, string> | undefined;
5143
+ light?: Record<string, string> | undefined;
5144
+ dark?: Record<string, string> | undefined;
5145
+ } | undefined;
5146
+ envVars?: Record<string, string> | undefined;
5147
+ meta?: Record<string, any> | undefined;
5148
+ categories?: string[] | undefined;
5149
+ }, {
5150
+ type: "registry:base";
5151
+ name: string;
5152
+ tailwind?: {
5153
+ config?: {
5154
+ content?: string[] | undefined;
5155
+ theme?: Record<string, any> | undefined;
5156
+ plugins?: string[] | undefined;
5157
+ } | undefined;
5158
+ } | undefined;
5159
+ docs?: string | undefined;
5160
+ $schema?: string | undefined;
5161
+ config?: {
5162
+ tailwind?: {
5163
+ config?: string | undefined;
5164
+ css?: string | undefined;
5165
+ baseColor?: string | undefined;
5166
+ cssVariables?: boolean | undefined;
5167
+ prefix?: string | undefined;
5168
+ } | undefined;
5169
+ $schema?: string | undefined;
5170
+ style?: string | undefined;
5171
+ rsc?: boolean | undefined;
5172
+ tsx?: boolean | undefined;
5173
+ iconLibrary?: string | undefined;
5174
+ rtl?: boolean | undefined;
5175
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
5176
+ menuAccent?: "subtle" | "bold" | undefined;
5177
+ aliases?: {
5178
+ components?: string | undefined;
5179
+ ui?: string | undefined;
5180
+ utils?: string | undefined;
5181
+ lib?: string | undefined;
5182
+ hooks?: string | undefined;
5183
+ } | undefined;
5184
+ registries?: Record<string, string | {
5185
+ url: string;
5186
+ params?: Record<string, string> | undefined;
5187
+ headers?: Record<string, string> | undefined;
5188
+ }> | undefined;
5189
+ } | undefined;
5190
+ css?: Record<string, any> | undefined;
5191
+ extends?: string | undefined;
5192
+ title?: string | undefined;
5193
+ author?: string | undefined;
5194
+ description?: string | undefined;
5195
+ dependencies?: string[] | undefined;
5196
+ devDependencies?: string[] | undefined;
5197
+ registryDependencies?: string[] | undefined;
5198
+ files?: ({
5199
+ path: string;
5200
+ type: "registry:page" | "registry:file";
5201
+ target: string;
5202
+ content?: string | undefined;
5203
+ } | {
5204
+ path: string;
5205
+ 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";
5206
+ content?: string | undefined;
5207
+ target?: string | undefined;
5208
+ })[] | undefined;
5209
+ cssVars?: {
5210
+ theme?: Record<string, string> | undefined;
5211
+ light?: Record<string, string> | undefined;
5212
+ dark?: Record<string, string> | undefined;
5213
+ } | undefined;
5214
+ envVars?: Record<string, string> | undefined;
5215
+ meta?: Record<string, any> | undefined;
5216
+ categories?: string[] | undefined;
5217
+ }>, z.ZodObject<{
5218
+ $schema: z.ZodOptional<z.ZodString>;
5219
+ extends: z.ZodOptional<z.ZodString>;
5220
+ name: z.ZodString;
5221
+ title: z.ZodOptional<z.ZodString>;
5222
+ author: z.ZodOptional<z.ZodString>;
5223
+ description: z.ZodOptional<z.ZodString>;
5224
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5225
+ devDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5226
+ registryDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5227
+ files: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5228
+ path: z.ZodString;
5229
+ content: z.ZodOptional<z.ZodString>;
5230
+ type: z.ZodEnum<["registry:file", "registry:page"]>;
5231
+ target: z.ZodString;
5232
+ }, "strip", z.ZodTypeAny, {
5233
+ path: string;
5234
+ type: "registry:page" | "registry:file";
5235
+ target: string;
5236
+ content?: string | undefined;
5237
+ }, {
5238
+ path: string;
5239
+ type: "registry:page" | "registry:file";
5240
+ target: string;
5241
+ content?: string | undefined;
5242
+ }>, z.ZodObject<{
5243
+ path: z.ZodString;
5244
+ content: z.ZodOptional<z.ZodString>;
5245
+ 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"]>;
5246
+ target: z.ZodOptional<z.ZodString>;
5247
+ }, "strip", z.ZodTypeAny, {
5248
+ path: string;
5249
+ 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";
5250
+ content?: string | undefined;
5251
+ target?: string | undefined;
5252
+ }, {
5253
+ path: string;
5254
+ 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";
5255
+ content?: string | undefined;
5256
+ target?: string | undefined;
5257
+ }>]>, "many">>;
5258
+ tailwind: z.ZodOptional<z.ZodObject<{
5259
+ config: z.ZodOptional<z.ZodObject<{
5260
+ content: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5261
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
5262
+ plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5263
+ }, "strip", z.ZodTypeAny, {
5264
+ content?: string[] | undefined;
5265
+ theme?: Record<string, any> | undefined;
5266
+ plugins?: string[] | undefined;
5267
+ }, {
5268
+ content?: string[] | undefined;
5269
+ theme?: Record<string, any> | undefined;
5270
+ plugins?: string[] | undefined;
5271
+ }>>;
5272
+ }, "strip", z.ZodTypeAny, {
5273
+ config?: {
5274
+ content?: string[] | undefined;
5275
+ theme?: Record<string, any> | undefined;
5276
+ plugins?: string[] | undefined;
5277
+ } | undefined;
5278
+ }, {
5279
+ config?: {
5280
+ content?: string[] | undefined;
5281
+ theme?: Record<string, any> | undefined;
5282
+ plugins?: string[] | undefined;
5283
+ } | undefined;
5284
+ }>>;
5285
+ cssVars: z.ZodOptional<z.ZodObject<{
5286
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5287
+ light: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5288
+ dark: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5289
+ }, "strip", z.ZodTypeAny, {
5290
+ theme?: Record<string, string> | undefined;
5291
+ light?: Record<string, string> | undefined;
5292
+ dark?: Record<string, string> | undefined;
5293
+ }, {
5294
+ theme?: Record<string, string> | undefined;
5295
+ light?: Record<string, string> | undefined;
5296
+ dark?: Record<string, string> | undefined;
5297
+ }>>;
5298
+ css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<any, z.ZodTypeDef, any>>>;
5299
+ envVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5300
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
5301
+ docs: z.ZodOptional<z.ZodString>;
5302
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5303
+ } & {
5304
+ type: z.ZodLiteral<"registry:font">;
5305
+ font: z.ZodObject<{
5306
+ family: z.ZodString;
5307
+ provider: z.ZodLiteral<"google">;
5308
+ import: z.ZodString;
5309
+ variable: z.ZodString;
5310
+ weight: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5311
+ subsets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5312
+ selector: z.ZodOptional<z.ZodString>;
5313
+ dependency: z.ZodOptional<z.ZodString>;
5314
+ }, "strip", z.ZodTypeAny, {
5315
+ family: string;
5316
+ provider: "google";
5317
+ import: string;
5318
+ variable: string;
5319
+ weight?: string[] | undefined;
5320
+ subsets?: string[] | undefined;
5321
+ selector?: string | undefined;
5322
+ dependency?: string | undefined;
5323
+ }, {
5324
+ family: string;
5325
+ provider: "google";
5326
+ import: string;
5327
+ variable: string;
5328
+ weight?: string[] | undefined;
5329
+ subsets?: string[] | undefined;
5330
+ selector?: string | undefined;
5331
+ dependency?: string | undefined;
5332
+ }>;
5333
+ }, "strip", z.ZodTypeAny, {
5334
+ type: "registry:font";
5335
+ name: string;
5336
+ font: {
5337
+ family: string;
5338
+ provider: "google";
5339
+ import: string;
5340
+ variable: string;
5341
+ weight?: string[] | undefined;
5342
+ subsets?: string[] | undefined;
5343
+ selector?: string | undefined;
5344
+ dependency?: string | undefined;
5345
+ };
5346
+ tailwind?: {
5347
+ config?: {
5348
+ content?: string[] | undefined;
5349
+ theme?: Record<string, any> | undefined;
5350
+ plugins?: string[] | undefined;
5351
+ } | undefined;
5352
+ } | undefined;
5353
+ docs?: string | undefined;
5354
+ $schema?: string | undefined;
5355
+ css?: Record<string, any> | undefined;
5356
+ extends?: string | undefined;
5357
+ title?: string | undefined;
5358
+ author?: string | undefined;
5359
+ description?: string | undefined;
5360
+ dependencies?: string[] | undefined;
5361
+ devDependencies?: string[] | undefined;
5362
+ registryDependencies?: string[] | undefined;
5363
+ files?: ({
5364
+ path: string;
5365
+ type: "registry:page" | "registry:file";
5366
+ target: string;
5367
+ content?: string | undefined;
5368
+ } | {
5369
+ path: string;
5370
+ 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";
5371
+ content?: string | undefined;
5372
+ target?: string | undefined;
5373
+ })[] | undefined;
5374
+ cssVars?: {
5375
+ theme?: Record<string, string> | undefined;
5376
+ light?: Record<string, string> | undefined;
5377
+ dark?: Record<string, string> | undefined;
5378
+ } | undefined;
5379
+ envVars?: Record<string, string> | undefined;
5380
+ meta?: Record<string, any> | undefined;
5381
+ categories?: string[] | undefined;
5382
+ }, {
5383
+ type: "registry:font";
5384
+ name: string;
5385
+ font: {
5386
+ family: string;
5387
+ provider: "google";
5388
+ import: string;
5389
+ variable: string;
5390
+ weight?: string[] | undefined;
5391
+ subsets?: string[] | undefined;
5392
+ selector?: string | undefined;
5393
+ dependency?: string | undefined;
5394
+ };
5395
+ tailwind?: {
5396
+ config?: {
5397
+ content?: string[] | undefined;
5398
+ theme?: Record<string, any> | undefined;
5399
+ plugins?: string[] | undefined;
5400
+ } | undefined;
5401
+ } | undefined;
5402
+ docs?: string | undefined;
5403
+ $schema?: string | undefined;
5404
+ css?: Record<string, any> | undefined;
5405
+ extends?: string | undefined;
5406
+ title?: string | undefined;
5407
+ author?: string | undefined;
5408
+ description?: string | undefined;
5409
+ dependencies?: string[] | undefined;
5410
+ devDependencies?: string[] | undefined;
5411
+ registryDependencies?: string[] | undefined;
5412
+ files?: ({
5413
+ path: string;
5414
+ type: "registry:page" | "registry:file";
5415
+ target: string;
5416
+ content?: string | undefined;
5417
+ } | {
5418
+ path: string;
5419
+ 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";
5420
+ content?: string | undefined;
5421
+ target?: string | undefined;
5422
+ })[] | undefined;
5423
+ cssVars?: {
5424
+ theme?: Record<string, string> | undefined;
5425
+ light?: Record<string, string> | undefined;
5426
+ dark?: Record<string, string> | undefined;
5427
+ } | undefined;
5428
+ envVars?: Record<string, string> | undefined;
5429
+ meta?: Record<string, any> | undefined;
5430
+ categories?: string[] | undefined;
5431
+ }>, z.ZodObject<{
5432
+ $schema: z.ZodOptional<z.ZodString>;
5433
+ extends: z.ZodOptional<z.ZodString>;
5434
+ name: z.ZodString;
5435
+ title: z.ZodOptional<z.ZodString>;
5436
+ author: z.ZodOptional<z.ZodString>;
5437
+ description: z.ZodOptional<z.ZodString>;
5438
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5439
+ devDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5440
+ registryDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5441
+ files: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5442
+ path: z.ZodString;
5443
+ content: z.ZodOptional<z.ZodString>;
5444
+ type: z.ZodEnum<["registry:file", "registry:page"]>;
5445
+ target: z.ZodString;
5446
+ }, "strip", z.ZodTypeAny, {
5447
+ path: string;
5448
+ type: "registry:page" | "registry:file";
5449
+ target: string;
5450
+ content?: string | undefined;
5451
+ }, {
5452
+ path: string;
5453
+ type: "registry:page" | "registry:file";
5454
+ target: string;
5455
+ content?: string | undefined;
5456
+ }>, z.ZodObject<{
5457
+ path: z.ZodString;
5458
+ content: z.ZodOptional<z.ZodString>;
5459
+ 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"]>;
5460
+ target: z.ZodOptional<z.ZodString>;
5461
+ }, "strip", z.ZodTypeAny, {
5462
+ path: string;
5463
+ 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";
5464
+ content?: string | undefined;
5465
+ target?: string | undefined;
5466
+ }, {
5467
+ path: string;
5468
+ 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";
5469
+ content?: string | undefined;
5470
+ target?: string | undefined;
5471
+ }>]>, "many">>;
5472
+ tailwind: z.ZodOptional<z.ZodObject<{
5473
+ config: z.ZodOptional<z.ZodObject<{
5474
+ content: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5475
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
5476
+ plugins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5477
+ }, "strip", z.ZodTypeAny, {
5478
+ content?: string[] | undefined;
5479
+ theme?: Record<string, any> | undefined;
5480
+ plugins?: string[] | undefined;
5481
+ }, {
5482
+ content?: string[] | undefined;
5483
+ theme?: Record<string, any> | undefined;
5484
+ plugins?: string[] | undefined;
5485
+ }>>;
5486
+ }, "strip", z.ZodTypeAny, {
5487
+ config?: {
5488
+ content?: string[] | undefined;
5489
+ theme?: Record<string, any> | undefined;
5490
+ plugins?: string[] | undefined;
5491
+ } | undefined;
5492
+ }, {
5493
+ config?: {
5494
+ content?: string[] | undefined;
5495
+ theme?: Record<string, any> | undefined;
5496
+ plugins?: string[] | undefined;
5497
+ } | undefined;
5498
+ }>>;
5499
+ cssVars: z.ZodOptional<z.ZodObject<{
5500
+ theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5501
+ light: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5502
+ dark: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5503
+ }, "strip", z.ZodTypeAny, {
5504
+ theme?: Record<string, string> | undefined;
5505
+ light?: Record<string, string> | undefined;
5506
+ dark?: Record<string, string> | undefined;
5507
+ }, {
5508
+ theme?: Record<string, string> | undefined;
5509
+ light?: Record<string, string> | undefined;
5510
+ dark?: Record<string, string> | undefined;
5511
+ }>>;
5512
+ css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<any, z.ZodTypeDef, any>>>;
5513
+ envVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5514
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
5515
+ docs: z.ZodOptional<z.ZodString>;
5516
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5517
+ } & {
5518
+ 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"]>;
5519
+ }, "strip", z.ZodTypeAny, {
5520
+ 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";
5521
+ name: string;
5522
+ tailwind?: {
5523
+ config?: {
5524
+ content?: string[] | undefined;
5525
+ theme?: Record<string, any> | undefined;
5526
+ plugins?: string[] | undefined;
5527
+ } | undefined;
5528
+ } | undefined;
5529
+ docs?: string | undefined;
5530
+ $schema?: string | undefined;
5531
+ css?: Record<string, any> | undefined;
5532
+ extends?: string | undefined;
5533
+ title?: string | undefined;
5534
+ author?: string | undefined;
5535
+ description?: string | undefined;
5536
+ dependencies?: string[] | undefined;
5537
+ devDependencies?: string[] | undefined;
5538
+ registryDependencies?: string[] | undefined;
5539
+ files?: ({
5540
+ path: string;
5541
+ type: "registry:page" | "registry:file";
5542
+ target: string;
5543
+ content?: string | undefined;
5544
+ } | {
5545
+ path: string;
5546
+ 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";
5547
+ content?: string | undefined;
5548
+ target?: string | undefined;
5549
+ })[] | undefined;
5550
+ cssVars?: {
5551
+ theme?: Record<string, string> | undefined;
5552
+ light?: Record<string, string> | undefined;
5553
+ dark?: Record<string, string> | undefined;
5554
+ } | undefined;
5555
+ envVars?: Record<string, string> | undefined;
5556
+ meta?: Record<string, any> | undefined;
5557
+ categories?: string[] | undefined;
5558
+ }, {
5559
+ 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";
5560
+ name: string;
5561
+ tailwind?: {
5562
+ config?: {
5563
+ content?: string[] | undefined;
5564
+ theme?: Record<string, any> | undefined;
5565
+ plugins?: string[] | undefined;
5566
+ } | undefined;
5567
+ } | undefined;
5568
+ docs?: string | undefined;
5569
+ $schema?: string | undefined;
5570
+ css?: Record<string, any> | undefined;
5571
+ extends?: string | undefined;
5572
+ title?: string | undefined;
5573
+ author?: string | undefined;
5574
+ description?: string | undefined;
5575
+ dependencies?: string[] | undefined;
5576
+ devDependencies?: string[] | undefined;
5577
+ registryDependencies?: string[] | undefined;
5578
+ files?: ({
5579
+ path: string;
5580
+ type: "registry:page" | "registry:file";
5581
+ target: string;
5582
+ content?: string | undefined;
5583
+ } | {
5584
+ path: string;
5585
+ 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";
5586
+ content?: string | undefined;
5587
+ target?: string | undefined;
5588
+ })[] | undefined;
5589
+ cssVars?: {
5590
+ theme?: Record<string, string> | undefined;
5591
+ light?: Record<string, string> | undefined;
5592
+ dark?: Record<string, string> | undefined;
5593
+ } | undefined;
5594
+ envVars?: Record<string, string> | undefined;
5595
+ meta?: Record<string, any> | undefined;
5596
+ categories?: string[] | undefined;
5597
+ }>]>, "many">;
5598
+ }, "strip", z.ZodTypeAny, {
5599
+ name: string;
5600
+ homepage: string;
5601
+ items: ({
5602
+ type: "registry:base";
5603
+ name: string;
5604
+ tailwind?: {
5605
+ config?: {
5606
+ content?: string[] | undefined;
5607
+ theme?: Record<string, any> | undefined;
5608
+ plugins?: string[] | undefined;
5609
+ } | undefined;
5610
+ } | undefined;
5611
+ docs?: string | undefined;
5612
+ $schema?: string | undefined;
5613
+ config?: {
5614
+ tailwind?: {
5615
+ config?: string | undefined;
5616
+ css?: string | undefined;
5617
+ baseColor?: string | undefined;
5618
+ cssVariables?: boolean | undefined;
5619
+ prefix?: string | undefined;
5620
+ } | undefined;
5621
+ $schema?: string | undefined;
5622
+ style?: string | undefined;
5623
+ rsc?: boolean | undefined;
5624
+ tsx?: boolean | undefined;
5625
+ iconLibrary?: string | undefined;
5626
+ rtl?: boolean | undefined;
5627
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
5628
+ menuAccent?: "subtle" | "bold" | undefined;
5629
+ aliases?: {
5630
+ components?: string | undefined;
5631
+ ui?: string | undefined;
5632
+ utils?: string | undefined;
5633
+ lib?: string | undefined;
5634
+ hooks?: string | undefined;
5635
+ } | undefined;
5636
+ registries?: Record<string, string | {
5637
+ url: string;
5638
+ params?: Record<string, string> | undefined;
5639
+ headers?: Record<string, string> | undefined;
5640
+ }> | undefined;
5641
+ } | undefined;
5642
+ css?: Record<string, any> | undefined;
5643
+ extends?: string | undefined;
5644
+ title?: string | undefined;
5645
+ author?: string | undefined;
5646
+ description?: string | undefined;
5647
+ dependencies?: string[] | undefined;
5648
+ devDependencies?: string[] | undefined;
5649
+ registryDependencies?: string[] | undefined;
5650
+ files?: ({
5651
+ path: string;
5652
+ type: "registry:page" | "registry:file";
5653
+ target: string;
5654
+ content?: string | undefined;
5655
+ } | {
5656
+ path: string;
5657
+ 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";
5658
+ content?: string | undefined;
5659
+ target?: string | undefined;
5660
+ })[] | undefined;
5661
+ cssVars?: {
5662
+ theme?: Record<string, string> | undefined;
5663
+ light?: Record<string, string> | undefined;
5664
+ dark?: Record<string, string> | undefined;
5665
+ } | undefined;
5666
+ envVars?: Record<string, string> | undefined;
5667
+ meta?: Record<string, any> | undefined;
5668
+ categories?: string[] | undefined;
5669
+ } | {
5670
+ type: "registry:font";
5671
+ name: string;
5672
+ font: {
5673
+ family: string;
5674
+ provider: "google";
5675
+ import: string;
5676
+ variable: string;
5677
+ weight?: string[] | undefined;
5678
+ subsets?: string[] | undefined;
5679
+ selector?: string | undefined;
5680
+ dependency?: string | undefined;
5681
+ };
5682
+ tailwind?: {
5683
+ config?: {
5684
+ content?: string[] | undefined;
5685
+ theme?: Record<string, any> | undefined;
5686
+ plugins?: string[] | undefined;
5687
+ } | undefined;
5688
+ } | undefined;
5689
+ docs?: string | undefined;
5690
+ $schema?: string | undefined;
5691
+ css?: Record<string, any> | undefined;
5692
+ extends?: string | undefined;
5693
+ title?: string | undefined;
5694
+ author?: string | undefined;
5695
+ description?: string | undefined;
5696
+ dependencies?: string[] | undefined;
5697
+ devDependencies?: string[] | undefined;
5698
+ registryDependencies?: string[] | undefined;
5699
+ files?: ({
5700
+ path: string;
5701
+ type: "registry:page" | "registry:file";
5702
+ target: string;
5703
+ content?: string | undefined;
5704
+ } | {
5705
+ path: string;
5706
+ 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";
5707
+ content?: string | undefined;
5708
+ target?: string | undefined;
5709
+ })[] | undefined;
5710
+ cssVars?: {
5711
+ theme?: Record<string, string> | undefined;
5712
+ light?: Record<string, string> | undefined;
5713
+ dark?: Record<string, string> | undefined;
5714
+ } | undefined;
5715
+ envVars?: Record<string, string> | undefined;
5716
+ meta?: Record<string, any> | undefined;
5717
+ categories?: string[] | undefined;
5718
+ } | {
5719
+ 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";
5720
+ name: string;
5721
+ tailwind?: {
5722
+ config?: {
5723
+ content?: string[] | undefined;
5724
+ theme?: Record<string, any> | undefined;
5725
+ plugins?: string[] | undefined;
5726
+ } | undefined;
5727
+ } | undefined;
5728
+ docs?: string | undefined;
5729
+ $schema?: string | undefined;
5730
+ css?: Record<string, any> | undefined;
5731
+ extends?: string | undefined;
5732
+ title?: string | undefined;
5733
+ author?: string | undefined;
5734
+ description?: string | undefined;
5735
+ dependencies?: string[] | undefined;
5736
+ devDependencies?: string[] | undefined;
5737
+ registryDependencies?: string[] | undefined;
5738
+ files?: ({
5739
+ path: string;
5740
+ type: "registry:page" | "registry:file";
5741
+ target: string;
5742
+ content?: string | undefined;
5743
+ } | {
5744
+ path: string;
5745
+ 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";
5746
+ content?: string | undefined;
5747
+ target?: string | undefined;
5748
+ })[] | undefined;
5749
+ cssVars?: {
5750
+ theme?: Record<string, string> | undefined;
5751
+ light?: Record<string, string> | undefined;
5752
+ dark?: Record<string, string> | undefined;
5753
+ } | undefined;
5754
+ envVars?: Record<string, string> | undefined;
5755
+ meta?: Record<string, any> | undefined;
5756
+ categories?: string[] | undefined;
5757
+ })[];
5758
+ $schema?: string | undefined;
5759
+ include?: string[] | undefined;
5760
+ }, {
5761
+ name: string;
5762
+ homepage: string;
5763
+ items: ({
5764
+ type: "registry:base";
5765
+ name: string;
5766
+ tailwind?: {
5767
+ config?: {
5768
+ content?: string[] | undefined;
5769
+ theme?: Record<string, any> | undefined;
5770
+ plugins?: string[] | undefined;
5771
+ } | undefined;
5772
+ } | undefined;
5773
+ docs?: string | undefined;
5774
+ $schema?: string | undefined;
5775
+ config?: {
5776
+ tailwind?: {
5777
+ config?: string | undefined;
5778
+ css?: string | undefined;
5779
+ baseColor?: string | undefined;
5780
+ cssVariables?: boolean | undefined;
5781
+ prefix?: string | undefined;
5782
+ } | undefined;
5783
+ $schema?: string | undefined;
5784
+ style?: string | undefined;
5785
+ rsc?: boolean | undefined;
5786
+ tsx?: boolean | undefined;
5787
+ iconLibrary?: string | undefined;
5788
+ rtl?: boolean | undefined;
5789
+ menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
5790
+ menuAccent?: "subtle" | "bold" | undefined;
5791
+ aliases?: {
5792
+ components?: string | undefined;
5793
+ ui?: string | undefined;
5794
+ utils?: string | undefined;
5795
+ lib?: string | undefined;
5796
+ hooks?: string | undefined;
5797
+ } | undefined;
5798
+ registries?: Record<string, string | {
5799
+ url: string;
5800
+ params?: Record<string, string> | undefined;
5801
+ headers?: Record<string, string> | undefined;
5802
+ }> | undefined;
5803
+ } | undefined;
5804
+ css?: Record<string, any> | undefined;
5805
+ extends?: string | undefined;
5806
+ title?: string | undefined;
5807
+ author?: string | undefined;
5808
+ description?: string | undefined;
5809
+ dependencies?: string[] | undefined;
5810
+ devDependencies?: string[] | undefined;
5811
+ registryDependencies?: string[] | undefined;
5812
+ files?: ({
5813
+ path: string;
5814
+ type: "registry:page" | "registry:file";
5815
+ target: string;
5816
+ content?: string | undefined;
5817
+ } | {
5818
+ path: string;
5819
+ 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";
5820
+ content?: string | undefined;
5821
+ target?: string | undefined;
5822
+ })[] | undefined;
5823
+ cssVars?: {
5824
+ theme?: Record<string, string> | undefined;
5825
+ light?: Record<string, string> | undefined;
5826
+ dark?: Record<string, string> | undefined;
5827
+ } | undefined;
5828
+ envVars?: Record<string, string> | undefined;
5829
+ meta?: Record<string, any> | undefined;
5830
+ categories?: string[] | undefined;
5831
+ } | {
5832
+ type: "registry:font";
5833
+ name: string;
5834
+ font: {
5835
+ family: string;
5836
+ provider: "google";
5837
+ import: string;
5838
+ variable: string;
5839
+ weight?: string[] | undefined;
5840
+ subsets?: string[] | undefined;
5841
+ selector?: string | undefined;
5842
+ dependency?: string | undefined;
5843
+ };
5844
+ tailwind?: {
5845
+ config?: {
5846
+ content?: string[] | undefined;
5847
+ theme?: Record<string, any> | undefined;
5848
+ plugins?: string[] | undefined;
5849
+ } | undefined;
5850
+ } | undefined;
5851
+ docs?: string | undefined;
5852
+ $schema?: string | undefined;
5853
+ css?: Record<string, any> | undefined;
5854
+ extends?: string | undefined;
5855
+ title?: string | undefined;
5856
+ author?: string | undefined;
5857
+ description?: string | undefined;
5858
+ dependencies?: string[] | undefined;
5859
+ devDependencies?: string[] | undefined;
5860
+ registryDependencies?: string[] | undefined;
5861
+ files?: ({
5862
+ path: string;
5863
+ type: "registry:page" | "registry:file";
5864
+ target: string;
5865
+ content?: string | undefined;
5866
+ } | {
5867
+ path: string;
5868
+ 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";
5869
+ content?: string | undefined;
5870
+ target?: string | undefined;
5871
+ })[] | undefined;
5872
+ cssVars?: {
5873
+ theme?: Record<string, string> | undefined;
5874
+ light?: Record<string, string> | undefined;
5875
+ dark?: Record<string, string> | undefined;
5876
+ } | undefined;
5877
+ envVars?: Record<string, string> | undefined;
5878
+ meta?: Record<string, any> | undefined;
5879
+ categories?: string[] | undefined;
5880
+ } | {
5881
+ 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";
5882
+ name: string;
5883
+ tailwind?: {
5884
+ config?: {
5885
+ content?: string[] | undefined;
5886
+ theme?: Record<string, any> | undefined;
5887
+ plugins?: string[] | undefined;
5888
+ } | undefined;
5889
+ } | undefined;
5890
+ docs?: string | undefined;
5891
+ $schema?: string | undefined;
5892
+ css?: Record<string, any> | undefined;
5893
+ extends?: string | undefined;
5894
+ title?: string | undefined;
5895
+ author?: string | undefined;
5896
+ description?: string | undefined;
5897
+ dependencies?: string[] | undefined;
5898
+ devDependencies?: string[] | undefined;
5899
+ registryDependencies?: string[] | undefined;
5900
+ files?: ({
5901
+ path: string;
5902
+ type: "registry:page" | "registry:file";
5903
+ target: string;
5904
+ content?: string | undefined;
5905
+ } | {
5906
+ path: string;
5907
+ 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";
5908
+ content?: string | undefined;
5909
+ target?: string | undefined;
5910
+ })[] | undefined;
5911
+ cssVars?: {
5912
+ theme?: Record<string, string> | undefined;
5913
+ light?: Record<string, string> | undefined;
5914
+ dark?: Record<string, string> | undefined;
5915
+ } | undefined;
5916
+ envVars?: Record<string, string> | undefined;
5917
+ meta?: Record<string, any> | undefined;
5918
+ categories?: string[] | undefined;
5919
+ })[];
5920
+ $schema?: string | undefined;
5921
+ include?: string[] | undefined;
5922
+ }>>;
2518
5923
  type Registry = z.infer<typeof registrySchema>;
2519
5924
  declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2520
5925
  $schema: z.ZodOptional<z.ZodString>;
@@ -2679,7 +6084,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2679
6084
  iconLibrary?: string | undefined;
2680
6085
  rtl?: boolean | undefined;
2681
6086
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2682
- menuAccent?: "bold" | "subtle" | undefined;
6087
+ menuAccent?: "subtle" | "bold" | undefined;
2683
6088
  aliases?: {
2684
6089
  components?: string | undefined;
2685
6090
  ui?: string | undefined;
@@ -2707,7 +6112,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2707
6112
  iconLibrary?: string | undefined;
2708
6113
  rtl?: boolean | undefined;
2709
6114
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2710
- menuAccent?: "bold" | "subtle" | undefined;
6115
+ menuAccent?: "subtle" | "bold" | undefined;
2711
6116
  aliases?: {
2712
6117
  components?: string | undefined;
2713
6118
  ui?: string | undefined;
@@ -2748,7 +6153,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2748
6153
  iconLibrary?: string | undefined;
2749
6154
  rtl?: boolean | undefined;
2750
6155
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2751
- menuAccent?: "bold" | "subtle" | undefined;
6156
+ menuAccent?: "subtle" | "bold" | undefined;
2752
6157
  aliases?: {
2753
6158
  components?: string | undefined;
2754
6159
  ui?: string | undefined;
@@ -2816,7 +6221,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2816
6221
  iconLibrary?: string | undefined;
2817
6222
  rtl?: boolean | undefined;
2818
6223
  menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
2819
- menuAccent?: "bold" | "subtle" | undefined;
6224
+ menuAccent?: "subtle" | "bold" | undefined;
2820
6225
  aliases?: {
2821
6226
  components?: string | undefined;
2822
6227
  ui?: string | undefined;
@@ -3905,7 +7310,7 @@ declare const presetSchema: z.ZodObject<{
3905
7310
  iconLibrary: string;
3906
7311
  rtl: boolean;
3907
7312
  menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
3908
- menuAccent: "bold" | "subtle";
7313
+ menuAccent: "subtle" | "bold";
3909
7314
  theme: string;
3910
7315
  name: string;
3911
7316
  title: string;
@@ -3918,7 +7323,7 @@ declare const presetSchema: z.ZodObject<{
3918
7323
  baseColor: string;
3919
7324
  iconLibrary: string;
3920
7325
  menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
3921
- menuAccent: "bold" | "subtle";
7326
+ menuAccent: "subtle" | "bold";
3922
7327
  theme: string;
3923
7328
  name: string;
3924
7329
  title: string;
@@ -3950,7 +7355,7 @@ declare const configJsonSchema: z.ZodObject<{
3950
7355
  iconLibrary: string;
3951
7356
  rtl: boolean;
3952
7357
  menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
3953
- menuAccent: "bold" | "subtle";
7358
+ menuAccent: "subtle" | "bold";
3954
7359
  theme: string;
3955
7360
  name: string;
3956
7361
  title: string;
@@ -3963,7 +7368,7 @@ declare const configJsonSchema: z.ZodObject<{
3963
7368
  baseColor: string;
3964
7369
  iconLibrary: string;
3965
7370
  menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
3966
- menuAccent: "bold" | "subtle";
7371
+ menuAccent: "subtle" | "bold";
3967
7372
  theme: string;
3968
7373
  name: string;
3969
7374
  title: string;
@@ -3980,7 +7385,7 @@ declare const configJsonSchema: z.ZodObject<{
3980
7385
  iconLibrary: string;
3981
7386
  rtl: boolean;
3982
7387
  menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
3983
- menuAccent: "bold" | "subtle";
7388
+ menuAccent: "subtle" | "bold";
3984
7389
  theme: string;
3985
7390
  name: string;
3986
7391
  title: string;
@@ -3995,7 +7400,7 @@ declare const configJsonSchema: z.ZodObject<{
3995
7400
  baseColor: string;
3996
7401
  iconLibrary: string;
3997
7402
  menuColor: "default" | "inverted" | "default-translucent" | "inverted-translucent";
3998
- menuAccent: "bold" | "subtle";
7403
+ menuAccent: "subtle" | "bold";
3999
7404
  theme: string;
4000
7405
  name: string;
4001
7406
  title: string;
@@ -4008,4 +7413,4 @@ declare const configJsonSchema: z.ZodObject<{
4008
7413
  }>;
4009
7414
  type ConfigJson = z.infer<typeof configJsonSchema>;
4010
7415
 
4011
- export { type ConfigJson, type Preset, type Registry, type RegistryBaseItem, type RegistryFontItem, type RegistryItem, configJsonSchema, configSchema, iconsSchema, presetSchema, rawConfigSchema, registriesIndexSchema, registriesSchema, registryBaseColorSchema, registryConfigItemSchema, registryConfigSchema, registryIndexSchema, registryItemCommonSchema, registryItemCssSchema, registryItemCssVarsSchema, registryItemEnvVarsSchema, registryItemFileSchema, registryItemFontSchema, registryItemSchema, registryItemTailwindSchema, registryItemTypeSchema, registryResolvedItemsTreeSchema, registrySchema, searchResultItemSchema, searchResultsSchema, stylesSchema, workspaceConfigSchema };
7416
+ export { type ConfigJson, type Preset, type Registry, type RegistryBaseItem, type RegistryFontItem, type RegistryItem, configJsonSchema, configSchema, iconsSchema, presetSchema, rawConfigSchema, registriesIndexSchema, registriesSchema, registryBaseColorSchema, registryChunkSchema, registryConfigItemSchema, registryConfigSchema, registryIndexSchema, registryItemCommonSchema, registryItemCssSchema, registryItemCssVarsSchema, registryItemEnvVarsSchema, registryItemFileSchema, registryItemFontSchema, registryItemSchema, registryItemTailwindSchema, registryItemTypeSchema, registryResolvedItemsTreeSchema, registrySchema, searchResultItemSchema, searchResultsSchema, stylesSchema, workspaceConfigSchema };