hghcn 3.6.18 → 3.6.19

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