@create-ui/cli 0.5.2 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +364 -364
- package/dist/index.js +50 -52
- package/dist/index.js.map +1 -1
- package/dist/registry/index.d.ts +2 -2
- package/dist/schema/index.d.ts +716 -716
- package/dist/skills/createui/assets/createui-small.png +0 -0
- package/dist/skills/createui/assets/createui.png +0 -0
- package/package.json +1 -2
package/dist/schema/index.d.ts
CHANGED
|
@@ -144,21 +144,21 @@ declare const configSchema: z.ZodObject<{
|
|
|
144
144
|
hooks: z.ZodString;
|
|
145
145
|
ui: z.ZodString;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
147
|
+
cwd: string;
|
|
147
148
|
components: string;
|
|
148
|
-
ui: string;
|
|
149
149
|
utils: string;
|
|
150
|
+
ui: string;
|
|
150
151
|
lib: string;
|
|
151
152
|
hooks: string;
|
|
152
|
-
cwd: string;
|
|
153
153
|
tailwindConfig: string;
|
|
154
154
|
tailwindCss: string;
|
|
155
155
|
}, {
|
|
156
|
+
cwd: string;
|
|
156
157
|
components: string;
|
|
157
|
-
ui: string;
|
|
158
158
|
utils: string;
|
|
159
|
+
ui: string;
|
|
159
160
|
lib: string;
|
|
160
161
|
hooks: string;
|
|
161
|
-
cwd: string;
|
|
162
162
|
tailwindConfig: string;
|
|
163
163
|
tailwindCss: string;
|
|
164
164
|
}>;
|
|
@@ -180,12 +180,12 @@ declare const configSchema: z.ZodObject<{
|
|
|
180
180
|
hooks?: string | undefined;
|
|
181
181
|
};
|
|
182
182
|
resolvedPaths: {
|
|
183
|
+
cwd: string;
|
|
183
184
|
components: string;
|
|
184
|
-
ui: string;
|
|
185
185
|
utils: string;
|
|
186
|
+
ui: string;
|
|
186
187
|
lib: string;
|
|
187
188
|
hooks: string;
|
|
188
|
-
cwd: string;
|
|
189
189
|
tailwindConfig: string;
|
|
190
190
|
tailwindCss: string;
|
|
191
191
|
};
|
|
@@ -209,12 +209,12 @@ declare const configSchema: z.ZodObject<{
|
|
|
209
209
|
hooks?: string | undefined;
|
|
210
210
|
};
|
|
211
211
|
resolvedPaths: {
|
|
212
|
+
cwd: string;
|
|
212
213
|
components: string;
|
|
213
|
-
ui: string;
|
|
214
214
|
utils: string;
|
|
215
|
+
ui: string;
|
|
215
216
|
lib: string;
|
|
216
217
|
hooks: string;
|
|
217
|
-
cwd: string;
|
|
218
218
|
tailwindConfig: string;
|
|
219
219
|
tailwindCss: string;
|
|
220
220
|
};
|
|
@@ -281,21 +281,21 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
281
281
|
hooks: z.ZodString;
|
|
282
282
|
ui: z.ZodString;
|
|
283
283
|
}, "strip", z.ZodTypeAny, {
|
|
284
|
+
cwd: string;
|
|
284
285
|
components: string;
|
|
285
|
-
ui: string;
|
|
286
286
|
utils: string;
|
|
287
|
+
ui: string;
|
|
287
288
|
lib: string;
|
|
288
289
|
hooks: string;
|
|
289
|
-
cwd: string;
|
|
290
290
|
tailwindConfig: string;
|
|
291
291
|
tailwindCss: string;
|
|
292
292
|
}, {
|
|
293
|
+
cwd: string;
|
|
293
294
|
components: string;
|
|
294
|
-
ui: string;
|
|
295
295
|
utils: string;
|
|
296
|
+
ui: string;
|
|
296
297
|
lib: string;
|
|
297
298
|
hooks: string;
|
|
298
|
-
cwd: string;
|
|
299
299
|
tailwindConfig: string;
|
|
300
300
|
tailwindCss: string;
|
|
301
301
|
}>;
|
|
@@ -317,12 +317,12 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
317
317
|
hooks?: string | undefined;
|
|
318
318
|
};
|
|
319
319
|
resolvedPaths: {
|
|
320
|
+
cwd: string;
|
|
320
321
|
components: string;
|
|
321
|
-
ui: string;
|
|
322
322
|
utils: string;
|
|
323
|
+
ui: string;
|
|
323
324
|
lib: string;
|
|
324
325
|
hooks: string;
|
|
325
|
-
cwd: string;
|
|
326
326
|
tailwindConfig: string;
|
|
327
327
|
tailwindCss: string;
|
|
328
328
|
};
|
|
@@ -346,12 +346,12 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
346
346
|
hooks?: string | undefined;
|
|
347
347
|
};
|
|
348
348
|
resolvedPaths: {
|
|
349
|
+
cwd: string;
|
|
349
350
|
components: string;
|
|
350
|
-
ui: string;
|
|
351
351
|
utils: string;
|
|
352
|
+
ui: string;
|
|
352
353
|
lib: string;
|
|
353
354
|
hooks: string;
|
|
354
|
-
cwd: string;
|
|
355
355
|
tailwindConfig: string;
|
|
356
356
|
tailwindCss: string;
|
|
357
357
|
};
|
|
@@ -370,12 +370,12 @@ declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
370
370
|
target: z.ZodString;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
path: string;
|
|
373
|
-
type: "registry:
|
|
373
|
+
type: "registry:file" | "registry:page";
|
|
374
374
|
target: string;
|
|
375
375
|
content?: string | undefined;
|
|
376
376
|
}, {
|
|
377
377
|
path: string;
|
|
378
|
-
type: "registry:
|
|
378
|
+
type: "registry:file" | "registry:page";
|
|
379
379
|
target: string;
|
|
380
380
|
content?: string | undefined;
|
|
381
381
|
}>, z.ZodObject<{
|
|
@@ -450,8 +450,8 @@ declare const registryItemThemePrimarySchema: z.ZodObject<{
|
|
|
450
450
|
"alpha-32": z.ZodString;
|
|
451
451
|
"alpha-48": z.ZodString;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
"100": string;
|
|
454
453
|
"50": string;
|
|
454
|
+
"100": string;
|
|
455
455
|
"200": string;
|
|
456
456
|
"300": string;
|
|
457
457
|
"400": string;
|
|
@@ -468,8 +468,8 @@ declare const registryItemThemePrimarySchema: z.ZodObject<{
|
|
|
468
468
|
"alpha-32": string;
|
|
469
469
|
"alpha-48": string;
|
|
470
470
|
}, {
|
|
471
|
-
"100": string;
|
|
472
471
|
"50": string;
|
|
472
|
+
"100": string;
|
|
473
473
|
"200": string;
|
|
474
474
|
"300": string;
|
|
475
475
|
"400": string;
|
|
@@ -645,12 +645,12 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
645
645
|
target: z.ZodString;
|
|
646
646
|
}, "strip", z.ZodTypeAny, {
|
|
647
647
|
path: string;
|
|
648
|
-
type: "registry:
|
|
648
|
+
type: "registry:file" | "registry:page";
|
|
649
649
|
target: string;
|
|
650
650
|
content?: string | undefined;
|
|
651
651
|
}, {
|
|
652
652
|
path: string;
|
|
653
|
-
type: "registry:
|
|
653
|
+
type: "registry:file" | "registry:page";
|
|
654
654
|
target: string;
|
|
655
655
|
content?: string | undefined;
|
|
656
656
|
}>, z.ZodObject<{
|
|
@@ -713,25 +713,17 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
713
713
|
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
name: string;
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
content?: string[] | undefined;
|
|
719
|
-
theme?: Record<string, any> | undefined;
|
|
720
|
-
plugins?: string[] | undefined;
|
|
721
|
-
} | undefined;
|
|
722
|
-
} | undefined;
|
|
716
|
+
title?: string | undefined;
|
|
717
|
+
description?: string | undefined;
|
|
723
718
|
$schema?: string | undefined;
|
|
724
|
-
css?: Record<string, any> | undefined;
|
|
725
719
|
extends?: string | undefined;
|
|
726
|
-
title?: string | undefined;
|
|
727
720
|
author?: string | undefined;
|
|
728
|
-
description?: string | undefined;
|
|
729
721
|
dependencies?: string[] | undefined;
|
|
730
722
|
devDependencies?: string[] | undefined;
|
|
731
723
|
registryDependencies?: string[] | undefined;
|
|
732
724
|
files?: ({
|
|
733
725
|
path: string;
|
|
734
|
-
type: "registry:
|
|
726
|
+
type: "registry:file" | "registry:page";
|
|
735
727
|
target: string;
|
|
736
728
|
content?: string | undefined;
|
|
737
729
|
} | {
|
|
@@ -740,35 +732,35 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
740
732
|
content?: string | undefined;
|
|
741
733
|
target?: string | undefined;
|
|
742
734
|
})[] | undefined;
|
|
735
|
+
tailwind?: {
|
|
736
|
+
config?: {
|
|
737
|
+
content?: string[] | undefined;
|
|
738
|
+
theme?: Record<string, any> | undefined;
|
|
739
|
+
plugins?: string[] | undefined;
|
|
740
|
+
} | undefined;
|
|
741
|
+
} | undefined;
|
|
743
742
|
cssVars?: Record<string, {
|
|
744
743
|
light?: Record<string, string> | undefined;
|
|
745
744
|
dark?: Record<string, string> | undefined;
|
|
746
745
|
}> | undefined;
|
|
746
|
+
css?: Record<string, any> | undefined;
|
|
747
747
|
envVars?: Record<string, string> | undefined;
|
|
748
748
|
meta?: Record<string, any> | undefined;
|
|
749
749
|
docs?: string | undefined;
|
|
750
750
|
categories?: string[] | undefined;
|
|
751
751
|
}, {
|
|
752
752
|
name: string;
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
content?: string[] | undefined;
|
|
756
|
-
theme?: Record<string, any> | undefined;
|
|
757
|
-
plugins?: string[] | undefined;
|
|
758
|
-
} | undefined;
|
|
759
|
-
} | undefined;
|
|
753
|
+
title?: string | undefined;
|
|
754
|
+
description?: string | undefined;
|
|
760
755
|
$schema?: string | undefined;
|
|
761
|
-
css?: Record<string, any> | undefined;
|
|
762
756
|
extends?: string | undefined;
|
|
763
|
-
title?: string | undefined;
|
|
764
757
|
author?: string | undefined;
|
|
765
|
-
description?: string | undefined;
|
|
766
758
|
dependencies?: string[] | undefined;
|
|
767
759
|
devDependencies?: string[] | undefined;
|
|
768
760
|
registryDependencies?: string[] | undefined;
|
|
769
761
|
files?: ({
|
|
770
762
|
path: string;
|
|
771
|
-
type: "registry:
|
|
763
|
+
type: "registry:file" | "registry:page";
|
|
772
764
|
target: string;
|
|
773
765
|
content?: string | undefined;
|
|
774
766
|
} | {
|
|
@@ -777,10 +769,18 @@ declare const registryItemCommonSchema: z.ZodObject<{
|
|
|
777
769
|
content?: string | undefined;
|
|
778
770
|
target?: string | undefined;
|
|
779
771
|
})[] | undefined;
|
|
772
|
+
tailwind?: {
|
|
773
|
+
config?: {
|
|
774
|
+
content?: string[] | undefined;
|
|
775
|
+
theme?: Record<string, any> | undefined;
|
|
776
|
+
plugins?: string[] | undefined;
|
|
777
|
+
} | undefined;
|
|
778
|
+
} | undefined;
|
|
780
779
|
cssVars?: Record<string, {
|
|
781
780
|
light?: Record<string, string> | undefined;
|
|
782
781
|
dark?: Record<string, string> | undefined;
|
|
783
782
|
}> | undefined;
|
|
783
|
+
css?: Record<string, any> | undefined;
|
|
784
784
|
envVars?: Record<string, string> | undefined;
|
|
785
785
|
meta?: Record<string, any> | undefined;
|
|
786
786
|
docs?: string | undefined;
|
|
@@ -803,12 +803,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
803
803
|
target: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
805
|
path: string;
|
|
806
|
-
type: "registry:
|
|
806
|
+
type: "registry:file" | "registry:page";
|
|
807
807
|
target: string;
|
|
808
808
|
content?: string | undefined;
|
|
809
809
|
}, {
|
|
810
810
|
path: string;
|
|
811
|
-
type: "registry:
|
|
811
|
+
type: "registry:file" | "registry:page";
|
|
812
812
|
target: string;
|
|
813
813
|
content?: string | undefined;
|
|
814
814
|
}>, z.ZodObject<{
|
|
@@ -905,18 +905,19 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
905
905
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
906
906
|
}, "strip", z.ZodTypeAny, {
|
|
907
907
|
components?: string | undefined;
|
|
908
|
-
ui?: string | undefined;
|
|
909
908
|
utils?: string | undefined;
|
|
909
|
+
ui?: string | undefined;
|
|
910
910
|
lib?: string | undefined;
|
|
911
911
|
hooks?: string | undefined;
|
|
912
912
|
}, {
|
|
913
913
|
components?: string | undefined;
|
|
914
|
-
ui?: string | undefined;
|
|
915
914
|
utils?: string | undefined;
|
|
915
|
+
ui?: string | undefined;
|
|
916
916
|
lib?: string | undefined;
|
|
917
917
|
hooks?: string | undefined;
|
|
918
918
|
}>>;
|
|
919
919
|
}, "strict", z.ZodTypeAny, {
|
|
920
|
+
$schema?: string | undefined;
|
|
920
921
|
tailwind?: {
|
|
921
922
|
config?: string | undefined;
|
|
922
923
|
css?: string | undefined;
|
|
@@ -924,7 +925,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
924
925
|
cssVariables?: boolean | undefined;
|
|
925
926
|
prefix?: string | undefined;
|
|
926
927
|
} | undefined;
|
|
927
|
-
$schema?: string | undefined;
|
|
928
928
|
rsc?: boolean | undefined;
|
|
929
929
|
tsx?: boolean | undefined;
|
|
930
930
|
iconLibrary?: string | undefined;
|
|
@@ -932,12 +932,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
932
932
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
933
933
|
aliases?: {
|
|
934
934
|
components?: string | undefined;
|
|
935
|
-
ui?: string | undefined;
|
|
936
935
|
utils?: string | undefined;
|
|
936
|
+
ui?: string | undefined;
|
|
937
937
|
lib?: string | undefined;
|
|
938
938
|
hooks?: string | undefined;
|
|
939
939
|
} | undefined;
|
|
940
940
|
}, {
|
|
941
|
+
$schema?: string | undefined;
|
|
941
942
|
tailwind?: {
|
|
942
943
|
config?: string | undefined;
|
|
943
944
|
css?: string | undefined;
|
|
@@ -945,7 +946,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
945
946
|
cssVariables?: boolean | undefined;
|
|
946
947
|
prefix?: string | undefined;
|
|
947
948
|
} | undefined;
|
|
948
|
-
$schema?: string | undefined;
|
|
949
949
|
rsc?: boolean | undefined;
|
|
950
950
|
tsx?: boolean | undefined;
|
|
951
951
|
iconLibrary?: string | undefined;
|
|
@@ -953,24 +953,36 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
953
953
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
954
954
|
aliases?: {
|
|
955
955
|
components?: string | undefined;
|
|
956
|
-
ui?: string | undefined;
|
|
957
956
|
utils?: string | undefined;
|
|
957
|
+
ui?: string | undefined;
|
|
958
958
|
lib?: string | undefined;
|
|
959
959
|
hooks?: string | undefined;
|
|
960
960
|
} | undefined;
|
|
961
961
|
}>>;
|
|
962
962
|
}, "strip", z.ZodTypeAny, {
|
|
963
|
-
type: "registry:base";
|
|
964
963
|
name: string;
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
theme?: Record<string, any> | undefined;
|
|
969
|
-
plugins?: string[] | undefined;
|
|
970
|
-
} | undefined;
|
|
971
|
-
} | undefined;
|
|
964
|
+
type: "registry:base";
|
|
965
|
+
title?: string | undefined;
|
|
966
|
+
description?: string | undefined;
|
|
972
967
|
$schema?: string | undefined;
|
|
968
|
+
extends?: string | undefined;
|
|
969
|
+
author?: string | undefined;
|
|
970
|
+
dependencies?: string[] | undefined;
|
|
971
|
+
devDependencies?: string[] | undefined;
|
|
972
|
+
registryDependencies?: string[] | undefined;
|
|
973
|
+
files?: ({
|
|
974
|
+
path: string;
|
|
975
|
+
type: "registry:file" | "registry:page";
|
|
976
|
+
target: string;
|
|
977
|
+
content?: string | undefined;
|
|
978
|
+
} | {
|
|
979
|
+
path: string;
|
|
980
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
981
|
+
content?: string | undefined;
|
|
982
|
+
target?: string | undefined;
|
|
983
|
+
})[] | undefined;
|
|
973
984
|
config?: {
|
|
985
|
+
$schema?: string | undefined;
|
|
974
986
|
tailwind?: {
|
|
975
987
|
config?: string | undefined;
|
|
976
988
|
css?: string | undefined;
|
|
@@ -978,7 +990,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
978
990
|
cssVariables?: boolean | undefined;
|
|
979
991
|
prefix?: string | undefined;
|
|
980
992
|
} | undefined;
|
|
981
|
-
$schema?: string | undefined;
|
|
982
993
|
rsc?: boolean | undefined;
|
|
983
994
|
tsx?: boolean | undefined;
|
|
984
995
|
iconLibrary?: string | undefined;
|
|
@@ -986,23 +997,42 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
986
997
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
987
998
|
aliases?: {
|
|
988
999
|
components?: string | undefined;
|
|
989
|
-
ui?: string | undefined;
|
|
990
1000
|
utils?: string | undefined;
|
|
1001
|
+
ui?: string | undefined;
|
|
991
1002
|
lib?: string | undefined;
|
|
992
1003
|
hooks?: string | undefined;
|
|
993
1004
|
} | undefined;
|
|
994
1005
|
} | undefined;
|
|
1006
|
+
tailwind?: {
|
|
1007
|
+
config?: {
|
|
1008
|
+
content?: string[] | undefined;
|
|
1009
|
+
theme?: Record<string, any> | undefined;
|
|
1010
|
+
plugins?: string[] | undefined;
|
|
1011
|
+
} | undefined;
|
|
1012
|
+
} | undefined;
|
|
1013
|
+
cssVars?: Record<string, {
|
|
1014
|
+
light?: Record<string, string> | undefined;
|
|
1015
|
+
dark?: Record<string, string> | undefined;
|
|
1016
|
+
}> | undefined;
|
|
995
1017
|
css?: Record<string, any> | undefined;
|
|
996
|
-
|
|
1018
|
+
envVars?: Record<string, string> | undefined;
|
|
1019
|
+
meta?: Record<string, any> | undefined;
|
|
1020
|
+
docs?: string | undefined;
|
|
1021
|
+
categories?: string[] | undefined;
|
|
1022
|
+
}, {
|
|
1023
|
+
name: string;
|
|
1024
|
+
type: "registry:base";
|
|
997
1025
|
title?: string | undefined;
|
|
998
|
-
author?: string | undefined;
|
|
999
1026
|
description?: string | undefined;
|
|
1027
|
+
$schema?: string | undefined;
|
|
1028
|
+
extends?: string | undefined;
|
|
1029
|
+
author?: string | undefined;
|
|
1000
1030
|
dependencies?: string[] | undefined;
|
|
1001
1031
|
devDependencies?: string[] | undefined;
|
|
1002
1032
|
registryDependencies?: string[] | undefined;
|
|
1003
1033
|
files?: ({
|
|
1004
1034
|
path: string;
|
|
1005
|
-
type: "registry:
|
|
1035
|
+
type: "registry:file" | "registry:page";
|
|
1006
1036
|
target: string;
|
|
1007
1037
|
content?: string | undefined;
|
|
1008
1038
|
} | {
|
|
@@ -1011,26 +1041,8 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1011
1041
|
content?: string | undefined;
|
|
1012
1042
|
target?: string | undefined;
|
|
1013
1043
|
})[] | undefined;
|
|
1014
|
-
cssVars?: Record<string, {
|
|
1015
|
-
light?: Record<string, string> | undefined;
|
|
1016
|
-
dark?: Record<string, string> | undefined;
|
|
1017
|
-
}> | undefined;
|
|
1018
|
-
envVars?: Record<string, string> | undefined;
|
|
1019
|
-
meta?: Record<string, any> | undefined;
|
|
1020
|
-
docs?: string | undefined;
|
|
1021
|
-
categories?: string[] | undefined;
|
|
1022
|
-
}, {
|
|
1023
|
-
type: "registry:base";
|
|
1024
|
-
name: string;
|
|
1025
|
-
tailwind?: {
|
|
1026
|
-
config?: {
|
|
1027
|
-
content?: string[] | undefined;
|
|
1028
|
-
theme?: Record<string, any> | undefined;
|
|
1029
|
-
plugins?: string[] | undefined;
|
|
1030
|
-
} | undefined;
|
|
1031
|
-
} | undefined;
|
|
1032
|
-
$schema?: string | undefined;
|
|
1033
1044
|
config?: {
|
|
1045
|
+
$schema?: string | undefined;
|
|
1034
1046
|
tailwind?: {
|
|
1035
1047
|
config?: string | undefined;
|
|
1036
1048
|
css?: string | undefined;
|
|
@@ -1038,7 +1050,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1038
1050
|
cssVariables?: boolean | undefined;
|
|
1039
1051
|
prefix?: string | undefined;
|
|
1040
1052
|
} | undefined;
|
|
1041
|
-
$schema?: string | undefined;
|
|
1042
1053
|
rsc?: boolean | undefined;
|
|
1043
1054
|
tsx?: boolean | undefined;
|
|
1044
1055
|
iconLibrary?: string | undefined;
|
|
@@ -1046,35 +1057,24 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1046
1057
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1047
1058
|
aliases?: {
|
|
1048
1059
|
components?: string | undefined;
|
|
1049
|
-
ui?: string | undefined;
|
|
1050
1060
|
utils?: string | undefined;
|
|
1061
|
+
ui?: string | undefined;
|
|
1051
1062
|
lib?: string | undefined;
|
|
1052
1063
|
hooks?: string | undefined;
|
|
1053
1064
|
} | undefined;
|
|
1054
1065
|
} | undefined;
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
registryDependencies?: string[] | undefined;
|
|
1063
|
-
files?: ({
|
|
1064
|
-
path: string;
|
|
1065
|
-
type: "registry:page" | "registry:file";
|
|
1066
|
-
target: string;
|
|
1067
|
-
content?: string | undefined;
|
|
1068
|
-
} | {
|
|
1069
|
-
path: string;
|
|
1070
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
1071
|
-
content?: string | undefined;
|
|
1072
|
-
target?: string | undefined;
|
|
1073
|
-
})[] | undefined;
|
|
1066
|
+
tailwind?: {
|
|
1067
|
+
config?: {
|
|
1068
|
+
content?: string[] | undefined;
|
|
1069
|
+
theme?: Record<string, any> | undefined;
|
|
1070
|
+
plugins?: string[] | undefined;
|
|
1071
|
+
} | undefined;
|
|
1072
|
+
} | undefined;
|
|
1074
1073
|
cssVars?: Record<string, {
|
|
1075
1074
|
light?: Record<string, string> | undefined;
|
|
1076
1075
|
dark?: Record<string, string> | undefined;
|
|
1077
1076
|
}> | undefined;
|
|
1077
|
+
css?: Record<string, any> | undefined;
|
|
1078
1078
|
envVars?: Record<string, string> | undefined;
|
|
1079
1079
|
meta?: Record<string, any> | undefined;
|
|
1080
1080
|
docs?: string | undefined;
|
|
@@ -1096,12 +1096,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1096
1096
|
target: z.ZodString;
|
|
1097
1097
|
}, "strip", z.ZodTypeAny, {
|
|
1098
1098
|
path: string;
|
|
1099
|
-
type: "registry:
|
|
1099
|
+
type: "registry:file" | "registry:page";
|
|
1100
1100
|
target: string;
|
|
1101
1101
|
content?: string | undefined;
|
|
1102
1102
|
}, {
|
|
1103
1103
|
path: string;
|
|
1104
|
-
type: "registry:
|
|
1104
|
+
type: "registry:file" | "registry:page";
|
|
1105
1105
|
target: string;
|
|
1106
1106
|
content?: string | undefined;
|
|
1107
1107
|
}>, z.ZodObject<{
|
|
@@ -1283,8 +1283,8 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1283
1283
|
};
|
|
1284
1284
|
}>;
|
|
1285
1285
|
}, "strip", z.ZodTypeAny, {
|
|
1286
|
-
type: "registry:font-variant";
|
|
1287
1286
|
name: string;
|
|
1287
|
+
type: "registry:font-variant";
|
|
1288
1288
|
fontVariant: {
|
|
1289
1289
|
display: {
|
|
1290
1290
|
family: string;
|
|
@@ -1311,25 +1311,17 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1311
1311
|
subsets?: string[] | undefined;
|
|
1312
1312
|
};
|
|
1313
1313
|
};
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
content?: string[] | undefined;
|
|
1317
|
-
theme?: Record<string, any> | undefined;
|
|
1318
|
-
plugins?: string[] | undefined;
|
|
1319
|
-
} | undefined;
|
|
1320
|
-
} | undefined;
|
|
1314
|
+
title?: string | undefined;
|
|
1315
|
+
description?: string | undefined;
|
|
1321
1316
|
$schema?: string | undefined;
|
|
1322
|
-
css?: Record<string, any> | undefined;
|
|
1323
1317
|
extends?: string | undefined;
|
|
1324
|
-
title?: string | undefined;
|
|
1325
1318
|
author?: string | undefined;
|
|
1326
|
-
description?: string | undefined;
|
|
1327
1319
|
dependencies?: string[] | undefined;
|
|
1328
1320
|
devDependencies?: string[] | undefined;
|
|
1329
1321
|
registryDependencies?: string[] | undefined;
|
|
1330
1322
|
files?: ({
|
|
1331
1323
|
path: string;
|
|
1332
|
-
type: "registry:
|
|
1324
|
+
type: "registry:file" | "registry:page";
|
|
1333
1325
|
target: string;
|
|
1334
1326
|
content?: string | undefined;
|
|
1335
1327
|
} | {
|
|
@@ -1338,17 +1330,25 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1338
1330
|
content?: string | undefined;
|
|
1339
1331
|
target?: string | undefined;
|
|
1340
1332
|
})[] | undefined;
|
|
1333
|
+
tailwind?: {
|
|
1334
|
+
config?: {
|
|
1335
|
+
content?: string[] | undefined;
|
|
1336
|
+
theme?: Record<string, any> | undefined;
|
|
1337
|
+
plugins?: string[] | undefined;
|
|
1338
|
+
} | undefined;
|
|
1339
|
+
} | undefined;
|
|
1341
1340
|
cssVars?: Record<string, {
|
|
1342
1341
|
light?: Record<string, string> | undefined;
|
|
1343
1342
|
dark?: Record<string, string> | undefined;
|
|
1344
1343
|
}> | undefined;
|
|
1344
|
+
css?: Record<string, any> | undefined;
|
|
1345
1345
|
envVars?: Record<string, string> | undefined;
|
|
1346
1346
|
meta?: Record<string, any> | undefined;
|
|
1347
1347
|
docs?: string | undefined;
|
|
1348
1348
|
categories?: string[] | undefined;
|
|
1349
1349
|
}, {
|
|
1350
|
-
type: "registry:font-variant";
|
|
1351
1350
|
name: string;
|
|
1351
|
+
type: "registry:font-variant";
|
|
1352
1352
|
fontVariant: {
|
|
1353
1353
|
display: {
|
|
1354
1354
|
family: string;
|
|
@@ -1375,25 +1375,17 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1375
1375
|
subsets?: string[] | undefined;
|
|
1376
1376
|
};
|
|
1377
1377
|
};
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
content?: string[] | undefined;
|
|
1381
|
-
theme?: Record<string, any> | undefined;
|
|
1382
|
-
plugins?: string[] | undefined;
|
|
1383
|
-
} | undefined;
|
|
1384
|
-
} | undefined;
|
|
1378
|
+
title?: string | undefined;
|
|
1379
|
+
description?: string | undefined;
|
|
1385
1380
|
$schema?: string | undefined;
|
|
1386
|
-
css?: Record<string, any> | undefined;
|
|
1387
1381
|
extends?: string | undefined;
|
|
1388
|
-
title?: string | undefined;
|
|
1389
1382
|
author?: string | undefined;
|
|
1390
|
-
description?: string | undefined;
|
|
1391
1383
|
dependencies?: string[] | undefined;
|
|
1392
1384
|
devDependencies?: string[] | undefined;
|
|
1393
1385
|
registryDependencies?: string[] | undefined;
|
|
1394
1386
|
files?: ({
|
|
1395
1387
|
path: string;
|
|
1396
|
-
type: "registry:
|
|
1388
|
+
type: "registry:file" | "registry:page";
|
|
1397
1389
|
target: string;
|
|
1398
1390
|
content?: string | undefined;
|
|
1399
1391
|
} | {
|
|
@@ -1402,10 +1394,18 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1402
1394
|
content?: string | undefined;
|
|
1403
1395
|
target?: string | undefined;
|
|
1404
1396
|
})[] | undefined;
|
|
1397
|
+
tailwind?: {
|
|
1398
|
+
config?: {
|
|
1399
|
+
content?: string[] | undefined;
|
|
1400
|
+
theme?: Record<string, any> | undefined;
|
|
1401
|
+
plugins?: string[] | undefined;
|
|
1402
|
+
} | undefined;
|
|
1403
|
+
} | undefined;
|
|
1405
1404
|
cssVars?: Record<string, {
|
|
1406
1405
|
light?: Record<string, string> | undefined;
|
|
1407
1406
|
dark?: Record<string, string> | undefined;
|
|
1408
1407
|
}> | undefined;
|
|
1408
|
+
css?: Record<string, any> | undefined;
|
|
1409
1409
|
envVars?: Record<string, string> | undefined;
|
|
1410
1410
|
meta?: Record<string, any> | undefined;
|
|
1411
1411
|
docs?: string | undefined;
|
|
@@ -1427,12 +1427,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1427
1427
|
target: z.ZodString;
|
|
1428
1428
|
}, "strip", z.ZodTypeAny, {
|
|
1429
1429
|
path: string;
|
|
1430
|
-
type: "registry:
|
|
1430
|
+
type: "registry:file" | "registry:page";
|
|
1431
1431
|
target: string;
|
|
1432
1432
|
content?: string | undefined;
|
|
1433
1433
|
}, {
|
|
1434
1434
|
path: string;
|
|
1435
|
-
type: "registry:
|
|
1435
|
+
type: "registry:file" | "registry:page";
|
|
1436
1436
|
target: string;
|
|
1437
1437
|
content?: string | undefined;
|
|
1438
1438
|
}>, z.ZodObject<{
|
|
@@ -1514,8 +1514,8 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1514
1514
|
"alpha-32": z.ZodString;
|
|
1515
1515
|
"alpha-48": z.ZodString;
|
|
1516
1516
|
}, "strip", z.ZodTypeAny, {
|
|
1517
|
-
"100": string;
|
|
1518
1517
|
"50": string;
|
|
1518
|
+
"100": string;
|
|
1519
1519
|
"200": string;
|
|
1520
1520
|
"300": string;
|
|
1521
1521
|
"400": string;
|
|
@@ -1532,8 +1532,8 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1532
1532
|
"alpha-32": string;
|
|
1533
1533
|
"alpha-48": string;
|
|
1534
1534
|
}, {
|
|
1535
|
-
"100": string;
|
|
1536
1535
|
"50": string;
|
|
1536
|
+
"100": string;
|
|
1537
1537
|
"200": string;
|
|
1538
1538
|
"300": string;
|
|
1539
1539
|
"400": string;
|
|
@@ -1551,27 +1551,19 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1551
1551
|
"alpha-48": string;
|
|
1552
1552
|
}>>;
|
|
1553
1553
|
}, "strip", z.ZodTypeAny, {
|
|
1554
|
-
type: "registry:theme";
|
|
1555
1554
|
name: string;
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
theme?: Record<string, any> | undefined;
|
|
1560
|
-
plugins?: string[] | undefined;
|
|
1561
|
-
} | undefined;
|
|
1562
|
-
} | undefined;
|
|
1555
|
+
type: "registry:theme";
|
|
1556
|
+
title?: string | undefined;
|
|
1557
|
+
description?: string | undefined;
|
|
1563
1558
|
$schema?: string | undefined;
|
|
1564
|
-
css?: Record<string, any> | undefined;
|
|
1565
1559
|
extends?: string | undefined;
|
|
1566
|
-
title?: string | undefined;
|
|
1567
1560
|
author?: string | undefined;
|
|
1568
|
-
description?: string | undefined;
|
|
1569
1561
|
dependencies?: string[] | undefined;
|
|
1570
1562
|
devDependencies?: string[] | undefined;
|
|
1571
1563
|
registryDependencies?: string[] | undefined;
|
|
1572
1564
|
files?: ({
|
|
1573
1565
|
path: string;
|
|
1574
|
-
type: "registry:
|
|
1566
|
+
type: "registry:file" | "registry:page";
|
|
1575
1567
|
target: string;
|
|
1576
1568
|
content?: string | undefined;
|
|
1577
1569
|
} | {
|
|
@@ -1580,17 +1572,25 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1580
1572
|
content?: string | undefined;
|
|
1581
1573
|
target?: string | undefined;
|
|
1582
1574
|
})[] | undefined;
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1575
|
+
tailwind?: {
|
|
1576
|
+
config?: {
|
|
1577
|
+
content?: string[] | undefined;
|
|
1578
|
+
theme?: Record<string, any> | undefined;
|
|
1579
|
+
plugins?: string[] | undefined;
|
|
1580
|
+
} | undefined;
|
|
1581
|
+
} | undefined;
|
|
1582
|
+
cssVars?: Record<string, {
|
|
1583
|
+
light?: Record<string, string> | undefined;
|
|
1584
|
+
dark?: Record<string, string> | undefined;
|
|
1585
|
+
}> | undefined;
|
|
1586
|
+
css?: Record<string, any> | undefined;
|
|
1587
1587
|
envVars?: Record<string, string> | undefined;
|
|
1588
1588
|
meta?: Record<string, any> | undefined;
|
|
1589
1589
|
docs?: string | undefined;
|
|
1590
1590
|
categories?: string[] | undefined;
|
|
1591
1591
|
primary?: {
|
|
1592
|
-
"100": string;
|
|
1593
1592
|
"50": string;
|
|
1593
|
+
"100": string;
|
|
1594
1594
|
"200": string;
|
|
1595
1595
|
"300": string;
|
|
1596
1596
|
"400": string;
|
|
@@ -1608,27 +1608,19 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1608
1608
|
"alpha-48": string;
|
|
1609
1609
|
} | undefined;
|
|
1610
1610
|
}, {
|
|
1611
|
-
type: "registry:theme";
|
|
1612
1611
|
name: string;
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
theme?: Record<string, any> | undefined;
|
|
1617
|
-
plugins?: string[] | undefined;
|
|
1618
|
-
} | undefined;
|
|
1619
|
-
} | undefined;
|
|
1612
|
+
type: "registry:theme";
|
|
1613
|
+
title?: string | undefined;
|
|
1614
|
+
description?: string | undefined;
|
|
1620
1615
|
$schema?: string | undefined;
|
|
1621
|
-
css?: Record<string, any> | undefined;
|
|
1622
1616
|
extends?: string | undefined;
|
|
1623
|
-
title?: string | undefined;
|
|
1624
1617
|
author?: string | undefined;
|
|
1625
|
-
description?: string | undefined;
|
|
1626
1618
|
dependencies?: string[] | undefined;
|
|
1627
1619
|
devDependencies?: string[] | undefined;
|
|
1628
1620
|
registryDependencies?: string[] | undefined;
|
|
1629
1621
|
files?: ({
|
|
1630
1622
|
path: string;
|
|
1631
|
-
type: "registry:
|
|
1623
|
+
type: "registry:file" | "registry:page";
|
|
1632
1624
|
target: string;
|
|
1633
1625
|
content?: string | undefined;
|
|
1634
1626
|
} | {
|
|
@@ -1637,17 +1629,25 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1637
1629
|
content?: string | undefined;
|
|
1638
1630
|
target?: string | undefined;
|
|
1639
1631
|
})[] | undefined;
|
|
1632
|
+
tailwind?: {
|
|
1633
|
+
config?: {
|
|
1634
|
+
content?: string[] | undefined;
|
|
1635
|
+
theme?: Record<string, any> | undefined;
|
|
1636
|
+
plugins?: string[] | undefined;
|
|
1637
|
+
} | undefined;
|
|
1638
|
+
} | undefined;
|
|
1640
1639
|
cssVars?: Record<string, {
|
|
1641
1640
|
light?: Record<string, string> | undefined;
|
|
1642
1641
|
dark?: Record<string, string> | undefined;
|
|
1643
1642
|
}> | undefined;
|
|
1643
|
+
css?: Record<string, any> | undefined;
|
|
1644
1644
|
envVars?: Record<string, string> | undefined;
|
|
1645
1645
|
meta?: Record<string, any> | undefined;
|
|
1646
1646
|
docs?: string | undefined;
|
|
1647
1647
|
categories?: string[] | undefined;
|
|
1648
1648
|
primary?: {
|
|
1649
|
-
"100": string;
|
|
1650
1649
|
"50": string;
|
|
1650
|
+
"100": string;
|
|
1651
1651
|
"200": string;
|
|
1652
1652
|
"300": string;
|
|
1653
1653
|
"400": string;
|
|
@@ -1681,12 +1681,12 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1681
1681
|
target: z.ZodString;
|
|
1682
1682
|
}, "strip", z.ZodTypeAny, {
|
|
1683
1683
|
path: string;
|
|
1684
|
-
type: "registry:
|
|
1684
|
+
type: "registry:file" | "registry:page";
|
|
1685
1685
|
target: string;
|
|
1686
1686
|
content?: string | undefined;
|
|
1687
1687
|
}, {
|
|
1688
1688
|
path: string;
|
|
1689
|
-
type: "registry:
|
|
1689
|
+
type: "registry:file" | "registry:page";
|
|
1690
1690
|
target: string;
|
|
1691
1691
|
content?: string | undefined;
|
|
1692
1692
|
}>, z.ZodObject<{
|
|
@@ -1750,27 +1750,19 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1750
1750
|
} & {
|
|
1751
1751
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:page", "registry:file", "registry:item", "registry:example", "registry:internal"]>;
|
|
1752
1752
|
}, "strip", z.ZodTypeAny, {
|
|
1753
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
1754
1753
|
name: string;
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
theme?: Record<string, any> | undefined;
|
|
1759
|
-
plugins?: string[] | undefined;
|
|
1760
|
-
} | undefined;
|
|
1761
|
-
} | undefined;
|
|
1754
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
1755
|
+
title?: string | undefined;
|
|
1756
|
+
description?: string | undefined;
|
|
1762
1757
|
$schema?: string | undefined;
|
|
1763
|
-
css?: Record<string, any> | undefined;
|
|
1764
1758
|
extends?: string | undefined;
|
|
1765
|
-
title?: string | undefined;
|
|
1766
1759
|
author?: string | undefined;
|
|
1767
|
-
description?: string | undefined;
|
|
1768
1760
|
dependencies?: string[] | undefined;
|
|
1769
1761
|
devDependencies?: string[] | undefined;
|
|
1770
1762
|
registryDependencies?: string[] | undefined;
|
|
1771
1763
|
files?: ({
|
|
1772
1764
|
path: string;
|
|
1773
|
-
type: "registry:
|
|
1765
|
+
type: "registry:file" | "registry:page";
|
|
1774
1766
|
target: string;
|
|
1775
1767
|
content?: string | undefined;
|
|
1776
1768
|
} | {
|
|
@@ -1779,36 +1771,36 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1779
1771
|
content?: string | undefined;
|
|
1780
1772
|
target?: string | undefined;
|
|
1781
1773
|
})[] | undefined;
|
|
1774
|
+
tailwind?: {
|
|
1775
|
+
config?: {
|
|
1776
|
+
content?: string[] | undefined;
|
|
1777
|
+
theme?: Record<string, any> | undefined;
|
|
1778
|
+
plugins?: string[] | undefined;
|
|
1779
|
+
} | undefined;
|
|
1780
|
+
} | undefined;
|
|
1782
1781
|
cssVars?: Record<string, {
|
|
1783
1782
|
light?: Record<string, string> | undefined;
|
|
1784
1783
|
dark?: Record<string, string> | undefined;
|
|
1785
1784
|
}> | undefined;
|
|
1785
|
+
css?: Record<string, any> | undefined;
|
|
1786
1786
|
envVars?: Record<string, string> | undefined;
|
|
1787
1787
|
meta?: Record<string, any> | undefined;
|
|
1788
1788
|
docs?: string | undefined;
|
|
1789
1789
|
categories?: string[] | undefined;
|
|
1790
1790
|
}, {
|
|
1791
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
1792
1791
|
name: string;
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
theme?: Record<string, any> | undefined;
|
|
1797
|
-
plugins?: string[] | undefined;
|
|
1798
|
-
} | undefined;
|
|
1799
|
-
} | undefined;
|
|
1792
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
1793
|
+
title?: string | undefined;
|
|
1794
|
+
description?: string | undefined;
|
|
1800
1795
|
$schema?: string | undefined;
|
|
1801
|
-
css?: Record<string, any> | undefined;
|
|
1802
1796
|
extends?: string | undefined;
|
|
1803
|
-
title?: string | undefined;
|
|
1804
1797
|
author?: string | undefined;
|
|
1805
|
-
description?: string | undefined;
|
|
1806
1798
|
dependencies?: string[] | undefined;
|
|
1807
1799
|
devDependencies?: string[] | undefined;
|
|
1808
1800
|
registryDependencies?: string[] | undefined;
|
|
1809
1801
|
files?: ({
|
|
1810
1802
|
path: string;
|
|
1811
|
-
type: "registry:
|
|
1803
|
+
type: "registry:file" | "registry:page";
|
|
1812
1804
|
target: string;
|
|
1813
1805
|
content?: string | undefined;
|
|
1814
1806
|
} | {
|
|
@@ -1817,10 +1809,18 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1817
1809
|
content?: string | undefined;
|
|
1818
1810
|
target?: string | undefined;
|
|
1819
1811
|
})[] | undefined;
|
|
1812
|
+
tailwind?: {
|
|
1813
|
+
config?: {
|
|
1814
|
+
content?: string[] | undefined;
|
|
1815
|
+
theme?: Record<string, any> | undefined;
|
|
1816
|
+
plugins?: string[] | undefined;
|
|
1817
|
+
} | undefined;
|
|
1818
|
+
} | undefined;
|
|
1820
1819
|
cssVars?: Record<string, {
|
|
1821
1820
|
light?: Record<string, string> | undefined;
|
|
1822
1821
|
dark?: Record<string, string> | undefined;
|
|
1823
1822
|
}> | undefined;
|
|
1823
|
+
css?: Record<string, any> | undefined;
|
|
1824
1824
|
envVars?: Record<string, string> | undefined;
|
|
1825
1825
|
meta?: Record<string, any> | undefined;
|
|
1826
1826
|
docs?: string | undefined;
|
|
@@ -1860,12 +1860,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1860
1860
|
target: z.ZodString;
|
|
1861
1861
|
}, "strip", z.ZodTypeAny, {
|
|
1862
1862
|
path: string;
|
|
1863
|
-
type: "registry:
|
|
1863
|
+
type: "registry:file" | "registry:page";
|
|
1864
1864
|
target: string;
|
|
1865
1865
|
content?: string | undefined;
|
|
1866
1866
|
}, {
|
|
1867
1867
|
path: string;
|
|
1868
|
-
type: "registry:
|
|
1868
|
+
type: "registry:file" | "registry:page";
|
|
1869
1869
|
target: string;
|
|
1870
1870
|
content?: string | undefined;
|
|
1871
1871
|
}>, z.ZodObject<{
|
|
@@ -1962,18 +1962,19 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1962
1962
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1963
1963
|
}, "strip", z.ZodTypeAny, {
|
|
1964
1964
|
components?: string | undefined;
|
|
1965
|
-
ui?: string | undefined;
|
|
1966
1965
|
utils?: string | undefined;
|
|
1966
|
+
ui?: string | undefined;
|
|
1967
1967
|
lib?: string | undefined;
|
|
1968
1968
|
hooks?: string | undefined;
|
|
1969
1969
|
}, {
|
|
1970
1970
|
components?: string | undefined;
|
|
1971
|
-
ui?: string | undefined;
|
|
1972
1971
|
utils?: string | undefined;
|
|
1972
|
+
ui?: string | undefined;
|
|
1973
1973
|
lib?: string | undefined;
|
|
1974
1974
|
hooks?: string | undefined;
|
|
1975
1975
|
}>>;
|
|
1976
1976
|
}, "strict", z.ZodTypeAny, {
|
|
1977
|
+
$schema?: string | undefined;
|
|
1977
1978
|
tailwind?: {
|
|
1978
1979
|
config?: string | undefined;
|
|
1979
1980
|
css?: string | undefined;
|
|
@@ -1981,7 +1982,6 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1981
1982
|
cssVariables?: boolean | undefined;
|
|
1982
1983
|
prefix?: string | undefined;
|
|
1983
1984
|
} | undefined;
|
|
1984
|
-
$schema?: string | undefined;
|
|
1985
1985
|
rsc?: boolean | undefined;
|
|
1986
1986
|
tsx?: boolean | undefined;
|
|
1987
1987
|
iconLibrary?: string | undefined;
|
|
@@ -1989,12 +1989,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
1989
1989
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1990
1990
|
aliases?: {
|
|
1991
1991
|
components?: string | undefined;
|
|
1992
|
-
ui?: string | undefined;
|
|
1993
1992
|
utils?: string | undefined;
|
|
1993
|
+
ui?: string | undefined;
|
|
1994
1994
|
lib?: string | undefined;
|
|
1995
1995
|
hooks?: string | undefined;
|
|
1996
1996
|
} | undefined;
|
|
1997
1997
|
}, {
|
|
1998
|
+
$schema?: string | undefined;
|
|
1998
1999
|
tailwind?: {
|
|
1999
2000
|
config?: string | undefined;
|
|
2000
2001
|
css?: string | undefined;
|
|
@@ -2002,7 +2003,6 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2002
2003
|
cssVariables?: boolean | undefined;
|
|
2003
2004
|
prefix?: string | undefined;
|
|
2004
2005
|
} | undefined;
|
|
2005
|
-
$schema?: string | undefined;
|
|
2006
2006
|
rsc?: boolean | undefined;
|
|
2007
2007
|
tsx?: boolean | undefined;
|
|
2008
2008
|
iconLibrary?: string | undefined;
|
|
@@ -2010,24 +2010,36 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2010
2010
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2011
2011
|
aliases?: {
|
|
2012
2012
|
components?: string | undefined;
|
|
2013
|
-
ui?: string | undefined;
|
|
2014
2013
|
utils?: string | undefined;
|
|
2014
|
+
ui?: string | undefined;
|
|
2015
2015
|
lib?: string | undefined;
|
|
2016
2016
|
hooks?: string | undefined;
|
|
2017
2017
|
} | undefined;
|
|
2018
2018
|
}>>;
|
|
2019
2019
|
}, "strip", z.ZodTypeAny, {
|
|
2020
|
-
type: "registry:base";
|
|
2021
2020
|
name: string;
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
theme?: Record<string, any> | undefined;
|
|
2026
|
-
plugins?: string[] | undefined;
|
|
2027
|
-
} | undefined;
|
|
2028
|
-
} | undefined;
|
|
2021
|
+
type: "registry:base";
|
|
2022
|
+
title?: string | undefined;
|
|
2023
|
+
description?: string | undefined;
|
|
2029
2024
|
$schema?: string | undefined;
|
|
2025
|
+
extends?: string | undefined;
|
|
2026
|
+
author?: string | undefined;
|
|
2027
|
+
dependencies?: string[] | undefined;
|
|
2028
|
+
devDependencies?: string[] | undefined;
|
|
2029
|
+
registryDependencies?: string[] | undefined;
|
|
2030
|
+
files?: ({
|
|
2031
|
+
path: string;
|
|
2032
|
+
type: "registry:file" | "registry:page";
|
|
2033
|
+
target: string;
|
|
2034
|
+
content?: string | undefined;
|
|
2035
|
+
} | {
|
|
2036
|
+
path: string;
|
|
2037
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
2038
|
+
content?: string | undefined;
|
|
2039
|
+
target?: string | undefined;
|
|
2040
|
+
})[] | undefined;
|
|
2030
2041
|
config?: {
|
|
2042
|
+
$schema?: string | undefined;
|
|
2031
2043
|
tailwind?: {
|
|
2032
2044
|
config?: string | undefined;
|
|
2033
2045
|
css?: string | undefined;
|
|
@@ -2035,7 +2047,6 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2035
2047
|
cssVariables?: boolean | undefined;
|
|
2036
2048
|
prefix?: string | undefined;
|
|
2037
2049
|
} | undefined;
|
|
2038
|
-
$schema?: string | undefined;
|
|
2039
2050
|
rsc?: boolean | undefined;
|
|
2040
2051
|
tsx?: boolean | undefined;
|
|
2041
2052
|
iconLibrary?: string | undefined;
|
|
@@ -2043,23 +2054,42 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2043
2054
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2044
2055
|
aliases?: {
|
|
2045
2056
|
components?: string | undefined;
|
|
2046
|
-
ui?: string | undefined;
|
|
2047
2057
|
utils?: string | undefined;
|
|
2058
|
+
ui?: string | undefined;
|
|
2048
2059
|
lib?: string | undefined;
|
|
2049
2060
|
hooks?: string | undefined;
|
|
2050
2061
|
} | undefined;
|
|
2051
2062
|
} | undefined;
|
|
2063
|
+
tailwind?: {
|
|
2064
|
+
config?: {
|
|
2065
|
+
content?: string[] | undefined;
|
|
2066
|
+
theme?: Record<string, any> | undefined;
|
|
2067
|
+
plugins?: string[] | undefined;
|
|
2068
|
+
} | undefined;
|
|
2069
|
+
} | undefined;
|
|
2070
|
+
cssVars?: Record<string, {
|
|
2071
|
+
light?: Record<string, string> | undefined;
|
|
2072
|
+
dark?: Record<string, string> | undefined;
|
|
2073
|
+
}> | undefined;
|
|
2052
2074
|
css?: Record<string, any> | undefined;
|
|
2053
|
-
|
|
2075
|
+
envVars?: Record<string, string> | undefined;
|
|
2076
|
+
meta?: Record<string, any> | undefined;
|
|
2077
|
+
docs?: string | undefined;
|
|
2078
|
+
categories?: string[] | undefined;
|
|
2079
|
+
}, {
|
|
2080
|
+
name: string;
|
|
2081
|
+
type: "registry:base";
|
|
2054
2082
|
title?: string | undefined;
|
|
2055
|
-
author?: string | undefined;
|
|
2056
2083
|
description?: string | undefined;
|
|
2084
|
+
$schema?: string | undefined;
|
|
2085
|
+
extends?: string | undefined;
|
|
2086
|
+
author?: string | undefined;
|
|
2057
2087
|
dependencies?: string[] | undefined;
|
|
2058
2088
|
devDependencies?: string[] | undefined;
|
|
2059
2089
|
registryDependencies?: string[] | undefined;
|
|
2060
2090
|
files?: ({
|
|
2061
2091
|
path: string;
|
|
2062
|
-
type: "registry:
|
|
2092
|
+
type: "registry:file" | "registry:page";
|
|
2063
2093
|
target: string;
|
|
2064
2094
|
content?: string | undefined;
|
|
2065
2095
|
} | {
|
|
@@ -2068,26 +2098,8 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2068
2098
|
content?: string | undefined;
|
|
2069
2099
|
target?: string | undefined;
|
|
2070
2100
|
})[] | undefined;
|
|
2071
|
-
cssVars?: Record<string, {
|
|
2072
|
-
light?: Record<string, string> | undefined;
|
|
2073
|
-
dark?: Record<string, string> | undefined;
|
|
2074
|
-
}> | undefined;
|
|
2075
|
-
envVars?: Record<string, string> | undefined;
|
|
2076
|
-
meta?: Record<string, any> | undefined;
|
|
2077
|
-
docs?: string | undefined;
|
|
2078
|
-
categories?: string[] | undefined;
|
|
2079
|
-
}, {
|
|
2080
|
-
type: "registry:base";
|
|
2081
|
-
name: string;
|
|
2082
|
-
tailwind?: {
|
|
2083
|
-
config?: {
|
|
2084
|
-
content?: string[] | undefined;
|
|
2085
|
-
theme?: Record<string, any> | undefined;
|
|
2086
|
-
plugins?: string[] | undefined;
|
|
2087
|
-
} | undefined;
|
|
2088
|
-
} | undefined;
|
|
2089
|
-
$schema?: string | undefined;
|
|
2090
2101
|
config?: {
|
|
2102
|
+
$schema?: string | undefined;
|
|
2091
2103
|
tailwind?: {
|
|
2092
2104
|
config?: string | undefined;
|
|
2093
2105
|
css?: string | undefined;
|
|
@@ -2095,7 +2107,6 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2095
2107
|
cssVariables?: boolean | undefined;
|
|
2096
2108
|
prefix?: string | undefined;
|
|
2097
2109
|
} | undefined;
|
|
2098
|
-
$schema?: string | undefined;
|
|
2099
2110
|
rsc?: boolean | undefined;
|
|
2100
2111
|
tsx?: boolean | undefined;
|
|
2101
2112
|
iconLibrary?: string | undefined;
|
|
@@ -2103,35 +2114,24 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2103
2114
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2104
2115
|
aliases?: {
|
|
2105
2116
|
components?: string | undefined;
|
|
2106
|
-
ui?: string | undefined;
|
|
2107
2117
|
utils?: string | undefined;
|
|
2118
|
+
ui?: string | undefined;
|
|
2108
2119
|
lib?: string | undefined;
|
|
2109
2120
|
hooks?: string | undefined;
|
|
2110
2121
|
} | undefined;
|
|
2111
2122
|
} | undefined;
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
registryDependencies?: string[] | undefined;
|
|
2120
|
-
files?: ({
|
|
2121
|
-
path: string;
|
|
2122
|
-
type: "registry:page" | "registry:file";
|
|
2123
|
-
target: string;
|
|
2124
|
-
content?: string | undefined;
|
|
2125
|
-
} | {
|
|
2126
|
-
path: string;
|
|
2127
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
2128
|
-
content?: string | undefined;
|
|
2129
|
-
target?: string | undefined;
|
|
2130
|
-
})[] | undefined;
|
|
2123
|
+
tailwind?: {
|
|
2124
|
+
config?: {
|
|
2125
|
+
content?: string[] | undefined;
|
|
2126
|
+
theme?: Record<string, any> | undefined;
|
|
2127
|
+
plugins?: string[] | undefined;
|
|
2128
|
+
} | undefined;
|
|
2129
|
+
} | undefined;
|
|
2131
2130
|
cssVars?: Record<string, {
|
|
2132
2131
|
light?: Record<string, string> | undefined;
|
|
2133
2132
|
dark?: Record<string, string> | undefined;
|
|
2134
2133
|
}> | undefined;
|
|
2134
|
+
css?: Record<string, any> | undefined;
|
|
2135
2135
|
envVars?: Record<string, string> | undefined;
|
|
2136
2136
|
meta?: Record<string, any> | undefined;
|
|
2137
2137
|
docs?: string | undefined;
|
|
@@ -2153,12 +2153,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2153
2153
|
target: z.ZodString;
|
|
2154
2154
|
}, "strip", z.ZodTypeAny, {
|
|
2155
2155
|
path: string;
|
|
2156
|
-
type: "registry:
|
|
2156
|
+
type: "registry:file" | "registry:page";
|
|
2157
2157
|
target: string;
|
|
2158
2158
|
content?: string | undefined;
|
|
2159
2159
|
}, {
|
|
2160
2160
|
path: string;
|
|
2161
|
-
type: "registry:
|
|
2161
|
+
type: "registry:file" | "registry:page";
|
|
2162
2162
|
target: string;
|
|
2163
2163
|
content?: string | undefined;
|
|
2164
2164
|
}>, z.ZodObject<{
|
|
@@ -2340,8 +2340,8 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2340
2340
|
};
|
|
2341
2341
|
}>;
|
|
2342
2342
|
}, "strip", z.ZodTypeAny, {
|
|
2343
|
-
type: "registry:font-variant";
|
|
2344
2343
|
name: string;
|
|
2344
|
+
type: "registry:font-variant";
|
|
2345
2345
|
fontVariant: {
|
|
2346
2346
|
display: {
|
|
2347
2347
|
family: string;
|
|
@@ -2368,25 +2368,17 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2368
2368
|
subsets?: string[] | undefined;
|
|
2369
2369
|
};
|
|
2370
2370
|
};
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
content?: string[] | undefined;
|
|
2374
|
-
theme?: Record<string, any> | undefined;
|
|
2375
|
-
plugins?: string[] | undefined;
|
|
2376
|
-
} | undefined;
|
|
2377
|
-
} | undefined;
|
|
2371
|
+
title?: string | undefined;
|
|
2372
|
+
description?: string | undefined;
|
|
2378
2373
|
$schema?: string | undefined;
|
|
2379
|
-
css?: Record<string, any> | undefined;
|
|
2380
2374
|
extends?: string | undefined;
|
|
2381
|
-
title?: string | undefined;
|
|
2382
2375
|
author?: string | undefined;
|
|
2383
|
-
description?: string | undefined;
|
|
2384
2376
|
dependencies?: string[] | undefined;
|
|
2385
2377
|
devDependencies?: string[] | undefined;
|
|
2386
2378
|
registryDependencies?: string[] | undefined;
|
|
2387
2379
|
files?: ({
|
|
2388
2380
|
path: string;
|
|
2389
|
-
type: "registry:
|
|
2381
|
+
type: "registry:file" | "registry:page";
|
|
2390
2382
|
target: string;
|
|
2391
2383
|
content?: string | undefined;
|
|
2392
2384
|
} | {
|
|
@@ -2395,17 +2387,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2395
2387
|
content?: string | undefined;
|
|
2396
2388
|
target?: string | undefined;
|
|
2397
2389
|
})[] | undefined;
|
|
2390
|
+
tailwind?: {
|
|
2391
|
+
config?: {
|
|
2392
|
+
content?: string[] | undefined;
|
|
2393
|
+
theme?: Record<string, any> | undefined;
|
|
2394
|
+
plugins?: string[] | undefined;
|
|
2395
|
+
} | undefined;
|
|
2396
|
+
} | undefined;
|
|
2398
2397
|
cssVars?: Record<string, {
|
|
2399
2398
|
light?: Record<string, string> | undefined;
|
|
2400
2399
|
dark?: Record<string, string> | undefined;
|
|
2401
2400
|
}> | undefined;
|
|
2401
|
+
css?: Record<string, any> | undefined;
|
|
2402
2402
|
envVars?: Record<string, string> | undefined;
|
|
2403
2403
|
meta?: Record<string, any> | undefined;
|
|
2404
2404
|
docs?: string | undefined;
|
|
2405
2405
|
categories?: string[] | undefined;
|
|
2406
2406
|
}, {
|
|
2407
|
-
type: "registry:font-variant";
|
|
2408
2407
|
name: string;
|
|
2408
|
+
type: "registry:font-variant";
|
|
2409
2409
|
fontVariant: {
|
|
2410
2410
|
display: {
|
|
2411
2411
|
family: string;
|
|
@@ -2432,25 +2432,17 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2432
2432
|
subsets?: string[] | undefined;
|
|
2433
2433
|
};
|
|
2434
2434
|
};
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
content?: string[] | undefined;
|
|
2438
|
-
theme?: Record<string, any> | undefined;
|
|
2439
|
-
plugins?: string[] | undefined;
|
|
2440
|
-
} | undefined;
|
|
2441
|
-
} | undefined;
|
|
2435
|
+
title?: string | undefined;
|
|
2436
|
+
description?: string | undefined;
|
|
2442
2437
|
$schema?: string | undefined;
|
|
2443
|
-
css?: Record<string, any> | undefined;
|
|
2444
2438
|
extends?: string | undefined;
|
|
2445
|
-
title?: string | undefined;
|
|
2446
2439
|
author?: string | undefined;
|
|
2447
|
-
description?: string | undefined;
|
|
2448
2440
|
dependencies?: string[] | undefined;
|
|
2449
2441
|
devDependencies?: string[] | undefined;
|
|
2450
2442
|
registryDependencies?: string[] | undefined;
|
|
2451
2443
|
files?: ({
|
|
2452
2444
|
path: string;
|
|
2453
|
-
type: "registry:
|
|
2445
|
+
type: "registry:file" | "registry:page";
|
|
2454
2446
|
target: string;
|
|
2455
2447
|
content?: string | undefined;
|
|
2456
2448
|
} | {
|
|
@@ -2459,10 +2451,18 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2459
2451
|
content?: string | undefined;
|
|
2460
2452
|
target?: string | undefined;
|
|
2461
2453
|
})[] | undefined;
|
|
2454
|
+
tailwind?: {
|
|
2455
|
+
config?: {
|
|
2456
|
+
content?: string[] | undefined;
|
|
2457
|
+
theme?: Record<string, any> | undefined;
|
|
2458
|
+
plugins?: string[] | undefined;
|
|
2459
|
+
} | undefined;
|
|
2460
|
+
} | undefined;
|
|
2462
2461
|
cssVars?: Record<string, {
|
|
2463
2462
|
light?: Record<string, string> | undefined;
|
|
2464
2463
|
dark?: Record<string, string> | undefined;
|
|
2465
2464
|
}> | undefined;
|
|
2465
|
+
css?: Record<string, any> | undefined;
|
|
2466
2466
|
envVars?: Record<string, string> | undefined;
|
|
2467
2467
|
meta?: Record<string, any> | undefined;
|
|
2468
2468
|
docs?: string | undefined;
|
|
@@ -2484,12 +2484,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2484
2484
|
target: z.ZodString;
|
|
2485
2485
|
}, "strip", z.ZodTypeAny, {
|
|
2486
2486
|
path: string;
|
|
2487
|
-
type: "registry:
|
|
2487
|
+
type: "registry:file" | "registry:page";
|
|
2488
2488
|
target: string;
|
|
2489
2489
|
content?: string | undefined;
|
|
2490
2490
|
}, {
|
|
2491
2491
|
path: string;
|
|
2492
|
-
type: "registry:
|
|
2492
|
+
type: "registry:file" | "registry:page";
|
|
2493
2493
|
target: string;
|
|
2494
2494
|
content?: string | undefined;
|
|
2495
2495
|
}>, z.ZodObject<{
|
|
@@ -2571,8 +2571,8 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2571
2571
|
"alpha-32": z.ZodString;
|
|
2572
2572
|
"alpha-48": z.ZodString;
|
|
2573
2573
|
}, "strip", z.ZodTypeAny, {
|
|
2574
|
-
"100": string;
|
|
2575
2574
|
"50": string;
|
|
2575
|
+
"100": string;
|
|
2576
2576
|
"200": string;
|
|
2577
2577
|
"300": string;
|
|
2578
2578
|
"400": string;
|
|
@@ -2589,8 +2589,8 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2589
2589
|
"alpha-32": string;
|
|
2590
2590
|
"alpha-48": string;
|
|
2591
2591
|
}, {
|
|
2592
|
-
"100": string;
|
|
2593
2592
|
"50": string;
|
|
2593
|
+
"100": string;
|
|
2594
2594
|
"200": string;
|
|
2595
2595
|
"300": string;
|
|
2596
2596
|
"400": string;
|
|
@@ -2608,27 +2608,19 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2608
2608
|
"alpha-48": string;
|
|
2609
2609
|
}>>;
|
|
2610
2610
|
}, "strip", z.ZodTypeAny, {
|
|
2611
|
-
type: "registry:theme";
|
|
2612
2611
|
name: string;
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
theme?: Record<string, any> | undefined;
|
|
2617
|
-
plugins?: string[] | undefined;
|
|
2618
|
-
} | undefined;
|
|
2619
|
-
} | undefined;
|
|
2612
|
+
type: "registry:theme";
|
|
2613
|
+
title?: string | undefined;
|
|
2614
|
+
description?: string | undefined;
|
|
2620
2615
|
$schema?: string | undefined;
|
|
2621
|
-
css?: Record<string, any> | undefined;
|
|
2622
2616
|
extends?: string | undefined;
|
|
2623
|
-
title?: string | undefined;
|
|
2624
2617
|
author?: string | undefined;
|
|
2625
|
-
description?: string | undefined;
|
|
2626
2618
|
dependencies?: string[] | undefined;
|
|
2627
2619
|
devDependencies?: string[] | undefined;
|
|
2628
2620
|
registryDependencies?: string[] | undefined;
|
|
2629
2621
|
files?: ({
|
|
2630
2622
|
path: string;
|
|
2631
|
-
type: "registry:
|
|
2623
|
+
type: "registry:file" | "registry:page";
|
|
2632
2624
|
target: string;
|
|
2633
2625
|
content?: string | undefined;
|
|
2634
2626
|
} | {
|
|
@@ -2637,17 +2629,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2637
2629
|
content?: string | undefined;
|
|
2638
2630
|
target?: string | undefined;
|
|
2639
2631
|
})[] | undefined;
|
|
2640
|
-
|
|
2641
|
-
|
|
2632
|
+
tailwind?: {
|
|
2633
|
+
config?: {
|
|
2634
|
+
content?: string[] | undefined;
|
|
2635
|
+
theme?: Record<string, any> | undefined;
|
|
2636
|
+
plugins?: string[] | undefined;
|
|
2637
|
+
} | undefined;
|
|
2638
|
+
} | undefined;
|
|
2639
|
+
cssVars?: Record<string, {
|
|
2640
|
+
light?: Record<string, string> | undefined;
|
|
2642
2641
|
dark?: Record<string, string> | undefined;
|
|
2643
2642
|
}> | undefined;
|
|
2643
|
+
css?: Record<string, any> | undefined;
|
|
2644
2644
|
envVars?: Record<string, string> | undefined;
|
|
2645
2645
|
meta?: Record<string, any> | undefined;
|
|
2646
2646
|
docs?: string | undefined;
|
|
2647
2647
|
categories?: string[] | undefined;
|
|
2648
2648
|
primary?: {
|
|
2649
|
-
"100": string;
|
|
2650
2649
|
"50": string;
|
|
2650
|
+
"100": string;
|
|
2651
2651
|
"200": string;
|
|
2652
2652
|
"300": string;
|
|
2653
2653
|
"400": string;
|
|
@@ -2665,27 +2665,19 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2665
2665
|
"alpha-48": string;
|
|
2666
2666
|
} | undefined;
|
|
2667
2667
|
}, {
|
|
2668
|
-
type: "registry:theme";
|
|
2669
2668
|
name: string;
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
theme?: Record<string, any> | undefined;
|
|
2674
|
-
plugins?: string[] | undefined;
|
|
2675
|
-
} | undefined;
|
|
2676
|
-
} | undefined;
|
|
2669
|
+
type: "registry:theme";
|
|
2670
|
+
title?: string | undefined;
|
|
2671
|
+
description?: string | undefined;
|
|
2677
2672
|
$schema?: string | undefined;
|
|
2678
|
-
css?: Record<string, any> | undefined;
|
|
2679
2673
|
extends?: string | undefined;
|
|
2680
|
-
title?: string | undefined;
|
|
2681
2674
|
author?: string | undefined;
|
|
2682
|
-
description?: string | undefined;
|
|
2683
2675
|
dependencies?: string[] | undefined;
|
|
2684
2676
|
devDependencies?: string[] | undefined;
|
|
2685
2677
|
registryDependencies?: string[] | undefined;
|
|
2686
2678
|
files?: ({
|
|
2687
2679
|
path: string;
|
|
2688
|
-
type: "registry:
|
|
2680
|
+
type: "registry:file" | "registry:page";
|
|
2689
2681
|
target: string;
|
|
2690
2682
|
content?: string | undefined;
|
|
2691
2683
|
} | {
|
|
@@ -2694,17 +2686,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2694
2686
|
content?: string | undefined;
|
|
2695
2687
|
target?: string | undefined;
|
|
2696
2688
|
})[] | undefined;
|
|
2689
|
+
tailwind?: {
|
|
2690
|
+
config?: {
|
|
2691
|
+
content?: string[] | undefined;
|
|
2692
|
+
theme?: Record<string, any> | undefined;
|
|
2693
|
+
plugins?: string[] | undefined;
|
|
2694
|
+
} | undefined;
|
|
2695
|
+
} | undefined;
|
|
2697
2696
|
cssVars?: Record<string, {
|
|
2698
2697
|
light?: Record<string, string> | undefined;
|
|
2699
2698
|
dark?: Record<string, string> | undefined;
|
|
2700
2699
|
}> | undefined;
|
|
2700
|
+
css?: Record<string, any> | undefined;
|
|
2701
2701
|
envVars?: Record<string, string> | undefined;
|
|
2702
2702
|
meta?: Record<string, any> | undefined;
|
|
2703
2703
|
docs?: string | undefined;
|
|
2704
2704
|
categories?: string[] | undefined;
|
|
2705
2705
|
primary?: {
|
|
2706
|
-
"100": string;
|
|
2707
2706
|
"50": string;
|
|
2707
|
+
"100": string;
|
|
2708
2708
|
"200": string;
|
|
2709
2709
|
"300": string;
|
|
2710
2710
|
"400": string;
|
|
@@ -2738,12 +2738,12 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2738
2738
|
target: z.ZodString;
|
|
2739
2739
|
}, "strip", z.ZodTypeAny, {
|
|
2740
2740
|
path: string;
|
|
2741
|
-
type: "registry:
|
|
2741
|
+
type: "registry:file" | "registry:page";
|
|
2742
2742
|
target: string;
|
|
2743
2743
|
content?: string | undefined;
|
|
2744
2744
|
}, {
|
|
2745
2745
|
path: string;
|
|
2746
|
-
type: "registry:
|
|
2746
|
+
type: "registry:file" | "registry:page";
|
|
2747
2747
|
target: string;
|
|
2748
2748
|
content?: string | undefined;
|
|
2749
2749
|
}>, z.ZodObject<{
|
|
@@ -2807,27 +2807,19 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2807
2807
|
} & {
|
|
2808
2808
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:page", "registry:file", "registry:item", "registry:example", "registry:internal"]>;
|
|
2809
2809
|
}, "strip", z.ZodTypeAny, {
|
|
2810
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
2811
2810
|
name: string;
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
theme?: Record<string, any> | undefined;
|
|
2816
|
-
plugins?: string[] | undefined;
|
|
2817
|
-
} | undefined;
|
|
2818
|
-
} | undefined;
|
|
2811
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
2812
|
+
title?: string | undefined;
|
|
2813
|
+
description?: string | undefined;
|
|
2819
2814
|
$schema?: string | undefined;
|
|
2820
|
-
css?: Record<string, any> | undefined;
|
|
2821
2815
|
extends?: string | undefined;
|
|
2822
|
-
title?: string | undefined;
|
|
2823
2816
|
author?: string | undefined;
|
|
2824
|
-
description?: string | undefined;
|
|
2825
2817
|
dependencies?: string[] | undefined;
|
|
2826
2818
|
devDependencies?: string[] | undefined;
|
|
2827
2819
|
registryDependencies?: string[] | undefined;
|
|
2828
2820
|
files?: ({
|
|
2829
2821
|
path: string;
|
|
2830
|
-
type: "registry:
|
|
2822
|
+
type: "registry:file" | "registry:page";
|
|
2831
2823
|
target: string;
|
|
2832
2824
|
content?: string | undefined;
|
|
2833
2825
|
} | {
|
|
@@ -2836,36 +2828,36 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2836
2828
|
content?: string | undefined;
|
|
2837
2829
|
target?: string | undefined;
|
|
2838
2830
|
})[] | undefined;
|
|
2831
|
+
tailwind?: {
|
|
2832
|
+
config?: {
|
|
2833
|
+
content?: string[] | undefined;
|
|
2834
|
+
theme?: Record<string, any> | undefined;
|
|
2835
|
+
plugins?: string[] | undefined;
|
|
2836
|
+
} | undefined;
|
|
2837
|
+
} | undefined;
|
|
2839
2838
|
cssVars?: Record<string, {
|
|
2840
2839
|
light?: Record<string, string> | undefined;
|
|
2841
2840
|
dark?: Record<string, string> | undefined;
|
|
2842
2841
|
}> | undefined;
|
|
2842
|
+
css?: Record<string, any> | undefined;
|
|
2843
2843
|
envVars?: Record<string, string> | undefined;
|
|
2844
2844
|
meta?: Record<string, any> | undefined;
|
|
2845
2845
|
docs?: string | undefined;
|
|
2846
2846
|
categories?: string[] | undefined;
|
|
2847
2847
|
}, {
|
|
2848
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
2849
2848
|
name: string;
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
theme?: Record<string, any> | undefined;
|
|
2854
|
-
plugins?: string[] | undefined;
|
|
2855
|
-
} | undefined;
|
|
2856
|
-
} | undefined;
|
|
2849
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
2850
|
+
title?: string | undefined;
|
|
2851
|
+
description?: string | undefined;
|
|
2857
2852
|
$schema?: string | undefined;
|
|
2858
|
-
css?: Record<string, any> | undefined;
|
|
2859
2853
|
extends?: string | undefined;
|
|
2860
|
-
title?: string | undefined;
|
|
2861
2854
|
author?: string | undefined;
|
|
2862
|
-
description?: string | undefined;
|
|
2863
2855
|
dependencies?: string[] | undefined;
|
|
2864
2856
|
devDependencies?: string[] | undefined;
|
|
2865
2857
|
registryDependencies?: string[] | undefined;
|
|
2866
2858
|
files?: ({
|
|
2867
2859
|
path: string;
|
|
2868
|
-
type: "registry:
|
|
2860
|
+
type: "registry:file" | "registry:page";
|
|
2869
2861
|
target: string;
|
|
2870
2862
|
content?: string | undefined;
|
|
2871
2863
|
} | {
|
|
@@ -2874,10 +2866,18 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2874
2866
|
content?: string | undefined;
|
|
2875
2867
|
target?: string | undefined;
|
|
2876
2868
|
})[] | undefined;
|
|
2869
|
+
tailwind?: {
|
|
2870
|
+
config?: {
|
|
2871
|
+
content?: string[] | undefined;
|
|
2872
|
+
theme?: Record<string, any> | undefined;
|
|
2873
|
+
plugins?: string[] | undefined;
|
|
2874
|
+
} | undefined;
|
|
2875
|
+
} | undefined;
|
|
2877
2876
|
cssVars?: Record<string, {
|
|
2878
2877
|
light?: Record<string, string> | undefined;
|
|
2879
2878
|
dark?: Record<string, string> | undefined;
|
|
2880
2879
|
}> | undefined;
|
|
2880
|
+
css?: Record<string, any> | undefined;
|
|
2881
2881
|
envVars?: Record<string, string> | undefined;
|
|
2882
2882
|
meta?: Record<string, any> | undefined;
|
|
2883
2883
|
docs?: string | undefined;
|
|
@@ -2885,19 +2885,30 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2885
2885
|
}>]>, "many">;
|
|
2886
2886
|
}, "strip", z.ZodTypeAny, {
|
|
2887
2887
|
name: string;
|
|
2888
|
-
homepage: string;
|
|
2889
2888
|
items: ({
|
|
2890
|
-
type: "registry:base";
|
|
2891
2889
|
name: string;
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
theme?: Record<string, any> | undefined;
|
|
2896
|
-
plugins?: string[] | undefined;
|
|
2897
|
-
} | undefined;
|
|
2898
|
-
} | undefined;
|
|
2890
|
+
type: "registry:base";
|
|
2891
|
+
title?: string | undefined;
|
|
2892
|
+
description?: string | undefined;
|
|
2899
2893
|
$schema?: string | undefined;
|
|
2894
|
+
extends?: string | undefined;
|
|
2895
|
+
author?: string | undefined;
|
|
2896
|
+
dependencies?: string[] | undefined;
|
|
2897
|
+
devDependencies?: string[] | undefined;
|
|
2898
|
+
registryDependencies?: string[] | undefined;
|
|
2899
|
+
files?: ({
|
|
2900
|
+
path: string;
|
|
2901
|
+
type: "registry:file" | "registry:page";
|
|
2902
|
+
target: string;
|
|
2903
|
+
content?: string | undefined;
|
|
2904
|
+
} | {
|
|
2905
|
+
path: string;
|
|
2906
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
2907
|
+
content?: string | undefined;
|
|
2908
|
+
target?: string | undefined;
|
|
2909
|
+
})[] | undefined;
|
|
2900
2910
|
config?: {
|
|
2911
|
+
$schema?: string | undefined;
|
|
2901
2912
|
tailwind?: {
|
|
2902
2913
|
config?: string | undefined;
|
|
2903
2914
|
css?: string | undefined;
|
|
@@ -2905,7 +2916,6 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2905
2916
|
cssVariables?: boolean | undefined;
|
|
2906
2917
|
prefix?: string | undefined;
|
|
2907
2918
|
} | undefined;
|
|
2908
|
-
$schema?: string | undefined;
|
|
2909
2919
|
rsc?: boolean | undefined;
|
|
2910
2920
|
tsx?: boolean | undefined;
|
|
2911
2921
|
iconLibrary?: string | undefined;
|
|
@@ -2913,42 +2923,31 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2913
2923
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
2914
2924
|
aliases?: {
|
|
2915
2925
|
components?: string | undefined;
|
|
2916
|
-
ui?: string | undefined;
|
|
2917
2926
|
utils?: string | undefined;
|
|
2927
|
+
ui?: string | undefined;
|
|
2918
2928
|
lib?: string | undefined;
|
|
2919
2929
|
hooks?: string | undefined;
|
|
2920
2930
|
} | undefined;
|
|
2921
2931
|
} | undefined;
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
registryDependencies?: string[] | undefined;
|
|
2930
|
-
files?: ({
|
|
2931
|
-
path: string;
|
|
2932
|
-
type: "registry:page" | "registry:file";
|
|
2933
|
-
target: string;
|
|
2934
|
-
content?: string | undefined;
|
|
2935
|
-
} | {
|
|
2936
|
-
path: string;
|
|
2937
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
2938
|
-
content?: string | undefined;
|
|
2939
|
-
target?: string | undefined;
|
|
2940
|
-
})[] | undefined;
|
|
2932
|
+
tailwind?: {
|
|
2933
|
+
config?: {
|
|
2934
|
+
content?: string[] | undefined;
|
|
2935
|
+
theme?: Record<string, any> | undefined;
|
|
2936
|
+
plugins?: string[] | undefined;
|
|
2937
|
+
} | undefined;
|
|
2938
|
+
} | undefined;
|
|
2941
2939
|
cssVars?: Record<string, {
|
|
2942
2940
|
light?: Record<string, string> | undefined;
|
|
2943
2941
|
dark?: Record<string, string> | undefined;
|
|
2944
2942
|
}> | undefined;
|
|
2943
|
+
css?: Record<string, any> | undefined;
|
|
2945
2944
|
envVars?: Record<string, string> | undefined;
|
|
2946
2945
|
meta?: Record<string, any> | undefined;
|
|
2947
2946
|
docs?: string | undefined;
|
|
2948
2947
|
categories?: string[] | undefined;
|
|
2949
2948
|
} | {
|
|
2950
|
-
type: "registry:font-variant";
|
|
2951
2949
|
name: string;
|
|
2950
|
+
type: "registry:font-variant";
|
|
2952
2951
|
fontVariant: {
|
|
2953
2952
|
display: {
|
|
2954
2953
|
family: string;
|
|
@@ -2975,25 +2974,17 @@ declare const registrySchema: z.ZodObject<{
|
|
|
2975
2974
|
subsets?: string[] | undefined;
|
|
2976
2975
|
};
|
|
2977
2976
|
};
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
content?: string[] | undefined;
|
|
2981
|
-
theme?: Record<string, any> | undefined;
|
|
2982
|
-
plugins?: string[] | undefined;
|
|
2983
|
-
} | undefined;
|
|
2984
|
-
} | undefined;
|
|
2977
|
+
title?: string | undefined;
|
|
2978
|
+
description?: string | undefined;
|
|
2985
2979
|
$schema?: string | undefined;
|
|
2986
|
-
css?: Record<string, any> | undefined;
|
|
2987
2980
|
extends?: string | undefined;
|
|
2988
|
-
title?: string | undefined;
|
|
2989
2981
|
author?: string | undefined;
|
|
2990
|
-
description?: string | undefined;
|
|
2991
2982
|
dependencies?: string[] | undefined;
|
|
2992
2983
|
devDependencies?: string[] | undefined;
|
|
2993
2984
|
registryDependencies?: string[] | undefined;
|
|
2994
2985
|
files?: ({
|
|
2995
2986
|
path: string;
|
|
2996
|
-
type: "registry:
|
|
2987
|
+
type: "registry:file" | "registry:page";
|
|
2997
2988
|
target: string;
|
|
2998
2989
|
content?: string | undefined;
|
|
2999
2990
|
} | {
|
|
@@ -3002,36 +2993,36 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3002
2993
|
content?: string | undefined;
|
|
3003
2994
|
target?: string | undefined;
|
|
3004
2995
|
})[] | undefined;
|
|
2996
|
+
tailwind?: {
|
|
2997
|
+
config?: {
|
|
2998
|
+
content?: string[] | undefined;
|
|
2999
|
+
theme?: Record<string, any> | undefined;
|
|
3000
|
+
plugins?: string[] | undefined;
|
|
3001
|
+
} | undefined;
|
|
3002
|
+
} | undefined;
|
|
3005
3003
|
cssVars?: Record<string, {
|
|
3006
3004
|
light?: Record<string, string> | undefined;
|
|
3007
3005
|
dark?: Record<string, string> | undefined;
|
|
3008
3006
|
}> | undefined;
|
|
3007
|
+
css?: Record<string, any> | undefined;
|
|
3009
3008
|
envVars?: Record<string, string> | undefined;
|
|
3010
3009
|
meta?: Record<string, any> | undefined;
|
|
3011
3010
|
docs?: string | undefined;
|
|
3012
3011
|
categories?: string[] | undefined;
|
|
3013
3012
|
} | {
|
|
3014
|
-
type: "registry:theme";
|
|
3015
3013
|
name: string;
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
theme?: Record<string, any> | undefined;
|
|
3020
|
-
plugins?: string[] | undefined;
|
|
3021
|
-
} | undefined;
|
|
3022
|
-
} | undefined;
|
|
3014
|
+
type: "registry:theme";
|
|
3015
|
+
title?: string | undefined;
|
|
3016
|
+
description?: string | undefined;
|
|
3023
3017
|
$schema?: string | undefined;
|
|
3024
|
-
css?: Record<string, any> | undefined;
|
|
3025
3018
|
extends?: string | undefined;
|
|
3026
|
-
title?: string | undefined;
|
|
3027
3019
|
author?: string | undefined;
|
|
3028
|
-
description?: string | undefined;
|
|
3029
3020
|
dependencies?: string[] | undefined;
|
|
3030
3021
|
devDependencies?: string[] | undefined;
|
|
3031
3022
|
registryDependencies?: string[] | undefined;
|
|
3032
3023
|
files?: ({
|
|
3033
3024
|
path: string;
|
|
3034
|
-
type: "registry:
|
|
3025
|
+
type: "registry:file" | "registry:page";
|
|
3035
3026
|
target: string;
|
|
3036
3027
|
content?: string | undefined;
|
|
3037
3028
|
} | {
|
|
@@ -3040,17 +3031,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3040
3031
|
content?: string | undefined;
|
|
3041
3032
|
target?: string | undefined;
|
|
3042
3033
|
})[] | undefined;
|
|
3034
|
+
tailwind?: {
|
|
3035
|
+
config?: {
|
|
3036
|
+
content?: string[] | undefined;
|
|
3037
|
+
theme?: Record<string, any> | undefined;
|
|
3038
|
+
plugins?: string[] | undefined;
|
|
3039
|
+
} | undefined;
|
|
3040
|
+
} | undefined;
|
|
3043
3041
|
cssVars?: Record<string, {
|
|
3044
3042
|
light?: Record<string, string> | undefined;
|
|
3045
3043
|
dark?: Record<string, string> | undefined;
|
|
3046
3044
|
}> | undefined;
|
|
3045
|
+
css?: Record<string, any> | undefined;
|
|
3047
3046
|
envVars?: Record<string, string> | undefined;
|
|
3048
3047
|
meta?: Record<string, any> | undefined;
|
|
3049
3048
|
docs?: string | undefined;
|
|
3050
3049
|
categories?: string[] | undefined;
|
|
3051
3050
|
primary?: {
|
|
3052
|
-
"100": string;
|
|
3053
3051
|
"50": string;
|
|
3052
|
+
"100": string;
|
|
3054
3053
|
"200": string;
|
|
3055
3054
|
"300": string;
|
|
3056
3055
|
"400": string;
|
|
@@ -3068,27 +3067,19 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3068
3067
|
"alpha-48": string;
|
|
3069
3068
|
} | undefined;
|
|
3070
3069
|
} | {
|
|
3071
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
3072
3070
|
name: string;
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
theme?: Record<string, any> | undefined;
|
|
3077
|
-
plugins?: string[] | undefined;
|
|
3078
|
-
} | undefined;
|
|
3079
|
-
} | undefined;
|
|
3071
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
3072
|
+
title?: string | undefined;
|
|
3073
|
+
description?: string | undefined;
|
|
3080
3074
|
$schema?: string | undefined;
|
|
3081
|
-
css?: Record<string, any> | undefined;
|
|
3082
3075
|
extends?: string | undefined;
|
|
3083
|
-
title?: string | undefined;
|
|
3084
3076
|
author?: string | undefined;
|
|
3085
|
-
description?: string | undefined;
|
|
3086
3077
|
dependencies?: string[] | undefined;
|
|
3087
3078
|
devDependencies?: string[] | undefined;
|
|
3088
3079
|
registryDependencies?: string[] | undefined;
|
|
3089
3080
|
files?: ({
|
|
3090
3081
|
path: string;
|
|
3091
|
-
type: "registry:
|
|
3082
|
+
type: "registry:file" | "registry:page";
|
|
3092
3083
|
target: string;
|
|
3093
3084
|
content?: string | undefined;
|
|
3094
3085
|
} | {
|
|
@@ -3097,30 +3088,50 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3097
3088
|
content?: string | undefined;
|
|
3098
3089
|
target?: string | undefined;
|
|
3099
3090
|
})[] | undefined;
|
|
3091
|
+
tailwind?: {
|
|
3092
|
+
config?: {
|
|
3093
|
+
content?: string[] | undefined;
|
|
3094
|
+
theme?: Record<string, any> | undefined;
|
|
3095
|
+
plugins?: string[] | undefined;
|
|
3096
|
+
} | undefined;
|
|
3097
|
+
} | undefined;
|
|
3100
3098
|
cssVars?: Record<string, {
|
|
3101
3099
|
light?: Record<string, string> | undefined;
|
|
3102
3100
|
dark?: Record<string, string> | undefined;
|
|
3103
3101
|
}> | undefined;
|
|
3102
|
+
css?: Record<string, any> | undefined;
|
|
3104
3103
|
envVars?: Record<string, string> | undefined;
|
|
3105
3104
|
meta?: Record<string, any> | undefined;
|
|
3106
3105
|
docs?: string | undefined;
|
|
3107
3106
|
categories?: string[] | undefined;
|
|
3108
3107
|
})[];
|
|
3108
|
+
homepage: string;
|
|
3109
3109
|
}, {
|
|
3110
3110
|
name: string;
|
|
3111
|
-
homepage: string;
|
|
3112
3111
|
items: ({
|
|
3113
|
-
type: "registry:base";
|
|
3114
3112
|
name: string;
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
theme?: Record<string, any> | undefined;
|
|
3119
|
-
plugins?: string[] | undefined;
|
|
3120
|
-
} | undefined;
|
|
3121
|
-
} | undefined;
|
|
3113
|
+
type: "registry:base";
|
|
3114
|
+
title?: string | undefined;
|
|
3115
|
+
description?: string | undefined;
|
|
3122
3116
|
$schema?: string | undefined;
|
|
3117
|
+
extends?: string | undefined;
|
|
3118
|
+
author?: string | undefined;
|
|
3119
|
+
dependencies?: string[] | undefined;
|
|
3120
|
+
devDependencies?: string[] | undefined;
|
|
3121
|
+
registryDependencies?: string[] | undefined;
|
|
3122
|
+
files?: ({
|
|
3123
|
+
path: string;
|
|
3124
|
+
type: "registry:file" | "registry:page";
|
|
3125
|
+
target: string;
|
|
3126
|
+
content?: string | undefined;
|
|
3127
|
+
} | {
|
|
3128
|
+
path: string;
|
|
3129
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
3130
|
+
content?: string | undefined;
|
|
3131
|
+
target?: string | undefined;
|
|
3132
|
+
})[] | undefined;
|
|
3123
3133
|
config?: {
|
|
3134
|
+
$schema?: string | undefined;
|
|
3124
3135
|
tailwind?: {
|
|
3125
3136
|
config?: string | undefined;
|
|
3126
3137
|
css?: string | undefined;
|
|
@@ -3128,7 +3139,6 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3128
3139
|
cssVariables?: boolean | undefined;
|
|
3129
3140
|
prefix?: string | undefined;
|
|
3130
3141
|
} | undefined;
|
|
3131
|
-
$schema?: string | undefined;
|
|
3132
3142
|
rsc?: boolean | undefined;
|
|
3133
3143
|
tsx?: boolean | undefined;
|
|
3134
3144
|
iconLibrary?: string | undefined;
|
|
@@ -3136,42 +3146,31 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3136
3146
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
3137
3147
|
aliases?: {
|
|
3138
3148
|
components?: string | undefined;
|
|
3139
|
-
ui?: string | undefined;
|
|
3140
3149
|
utils?: string | undefined;
|
|
3150
|
+
ui?: string | undefined;
|
|
3141
3151
|
lib?: string | undefined;
|
|
3142
3152
|
hooks?: string | undefined;
|
|
3143
3153
|
} | undefined;
|
|
3144
3154
|
} | undefined;
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
registryDependencies?: string[] | undefined;
|
|
3153
|
-
files?: ({
|
|
3154
|
-
path: string;
|
|
3155
|
-
type: "registry:page" | "registry:file";
|
|
3156
|
-
target: string;
|
|
3157
|
-
content?: string | undefined;
|
|
3158
|
-
} | {
|
|
3159
|
-
path: string;
|
|
3160
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
3161
|
-
content?: string | undefined;
|
|
3162
|
-
target?: string | undefined;
|
|
3163
|
-
})[] | undefined;
|
|
3155
|
+
tailwind?: {
|
|
3156
|
+
config?: {
|
|
3157
|
+
content?: string[] | undefined;
|
|
3158
|
+
theme?: Record<string, any> | undefined;
|
|
3159
|
+
plugins?: string[] | undefined;
|
|
3160
|
+
} | undefined;
|
|
3161
|
+
} | undefined;
|
|
3164
3162
|
cssVars?: Record<string, {
|
|
3165
3163
|
light?: Record<string, string> | undefined;
|
|
3166
3164
|
dark?: Record<string, string> | undefined;
|
|
3167
3165
|
}> | undefined;
|
|
3166
|
+
css?: Record<string, any> | undefined;
|
|
3168
3167
|
envVars?: Record<string, string> | undefined;
|
|
3169
3168
|
meta?: Record<string, any> | undefined;
|
|
3170
3169
|
docs?: string | undefined;
|
|
3171
3170
|
categories?: string[] | undefined;
|
|
3172
3171
|
} | {
|
|
3173
|
-
type: "registry:font-variant";
|
|
3174
3172
|
name: string;
|
|
3173
|
+
type: "registry:font-variant";
|
|
3175
3174
|
fontVariant: {
|
|
3176
3175
|
display: {
|
|
3177
3176
|
family: string;
|
|
@@ -3198,25 +3197,17 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3198
3197
|
subsets?: string[] | undefined;
|
|
3199
3198
|
};
|
|
3200
3199
|
};
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
content?: string[] | undefined;
|
|
3204
|
-
theme?: Record<string, any> | undefined;
|
|
3205
|
-
plugins?: string[] | undefined;
|
|
3206
|
-
} | undefined;
|
|
3207
|
-
} | undefined;
|
|
3200
|
+
title?: string | undefined;
|
|
3201
|
+
description?: string | undefined;
|
|
3208
3202
|
$schema?: string | undefined;
|
|
3209
|
-
css?: Record<string, any> | undefined;
|
|
3210
3203
|
extends?: string | undefined;
|
|
3211
|
-
title?: string | undefined;
|
|
3212
3204
|
author?: string | undefined;
|
|
3213
|
-
description?: string | undefined;
|
|
3214
3205
|
dependencies?: string[] | undefined;
|
|
3215
3206
|
devDependencies?: string[] | undefined;
|
|
3216
3207
|
registryDependencies?: string[] | undefined;
|
|
3217
3208
|
files?: ({
|
|
3218
3209
|
path: string;
|
|
3219
|
-
type: "registry:
|
|
3210
|
+
type: "registry:file" | "registry:page";
|
|
3220
3211
|
target: string;
|
|
3221
3212
|
content?: string | undefined;
|
|
3222
3213
|
} | {
|
|
@@ -3225,36 +3216,36 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3225
3216
|
content?: string | undefined;
|
|
3226
3217
|
target?: string | undefined;
|
|
3227
3218
|
})[] | undefined;
|
|
3219
|
+
tailwind?: {
|
|
3220
|
+
config?: {
|
|
3221
|
+
content?: string[] | undefined;
|
|
3222
|
+
theme?: Record<string, any> | undefined;
|
|
3223
|
+
plugins?: string[] | undefined;
|
|
3224
|
+
} | undefined;
|
|
3225
|
+
} | undefined;
|
|
3228
3226
|
cssVars?: Record<string, {
|
|
3229
3227
|
light?: Record<string, string> | undefined;
|
|
3230
3228
|
dark?: Record<string, string> | undefined;
|
|
3231
3229
|
}> | undefined;
|
|
3230
|
+
css?: Record<string, any> | undefined;
|
|
3232
3231
|
envVars?: Record<string, string> | undefined;
|
|
3233
3232
|
meta?: Record<string, any> | undefined;
|
|
3234
3233
|
docs?: string | undefined;
|
|
3235
3234
|
categories?: string[] | undefined;
|
|
3236
3235
|
} | {
|
|
3237
|
-
type: "registry:theme";
|
|
3238
3236
|
name: string;
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
theme?: Record<string, any> | undefined;
|
|
3243
|
-
plugins?: string[] | undefined;
|
|
3244
|
-
} | undefined;
|
|
3245
|
-
} | undefined;
|
|
3237
|
+
type: "registry:theme";
|
|
3238
|
+
title?: string | undefined;
|
|
3239
|
+
description?: string | undefined;
|
|
3246
3240
|
$schema?: string | undefined;
|
|
3247
|
-
css?: Record<string, any> | undefined;
|
|
3248
3241
|
extends?: string | undefined;
|
|
3249
|
-
title?: string | undefined;
|
|
3250
3242
|
author?: string | undefined;
|
|
3251
|
-
description?: string | undefined;
|
|
3252
3243
|
dependencies?: string[] | undefined;
|
|
3253
3244
|
devDependencies?: string[] | undefined;
|
|
3254
3245
|
registryDependencies?: string[] | undefined;
|
|
3255
3246
|
files?: ({
|
|
3256
3247
|
path: string;
|
|
3257
|
-
type: "registry:
|
|
3248
|
+
type: "registry:file" | "registry:page";
|
|
3258
3249
|
target: string;
|
|
3259
3250
|
content?: string | undefined;
|
|
3260
3251
|
} | {
|
|
@@ -3263,17 +3254,25 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3263
3254
|
content?: string | undefined;
|
|
3264
3255
|
target?: string | undefined;
|
|
3265
3256
|
})[] | undefined;
|
|
3257
|
+
tailwind?: {
|
|
3258
|
+
config?: {
|
|
3259
|
+
content?: string[] | undefined;
|
|
3260
|
+
theme?: Record<string, any> | undefined;
|
|
3261
|
+
plugins?: string[] | undefined;
|
|
3262
|
+
} | undefined;
|
|
3263
|
+
} | undefined;
|
|
3266
3264
|
cssVars?: Record<string, {
|
|
3267
3265
|
light?: Record<string, string> | undefined;
|
|
3268
3266
|
dark?: Record<string, string> | undefined;
|
|
3269
3267
|
}> | undefined;
|
|
3268
|
+
css?: Record<string, any> | undefined;
|
|
3270
3269
|
envVars?: Record<string, string> | undefined;
|
|
3271
3270
|
meta?: Record<string, any> | undefined;
|
|
3272
3271
|
docs?: string | undefined;
|
|
3273
3272
|
categories?: string[] | undefined;
|
|
3274
3273
|
primary?: {
|
|
3275
|
-
"100": string;
|
|
3276
3274
|
"50": string;
|
|
3275
|
+
"100": string;
|
|
3277
3276
|
"200": string;
|
|
3278
3277
|
"300": string;
|
|
3279
3278
|
"400": string;
|
|
@@ -3291,27 +3290,19 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3291
3290
|
"alpha-48": string;
|
|
3292
3291
|
} | undefined;
|
|
3293
3292
|
} | {
|
|
3294
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
3295
3293
|
name: string;
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
theme?: Record<string, any> | undefined;
|
|
3300
|
-
plugins?: string[] | undefined;
|
|
3301
|
-
} | undefined;
|
|
3302
|
-
} | undefined;
|
|
3294
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
3295
|
+
title?: string | undefined;
|
|
3296
|
+
description?: string | undefined;
|
|
3303
3297
|
$schema?: string | undefined;
|
|
3304
|
-
css?: Record<string, any> | undefined;
|
|
3305
3298
|
extends?: string | undefined;
|
|
3306
|
-
title?: string | undefined;
|
|
3307
3299
|
author?: string | undefined;
|
|
3308
|
-
description?: string | undefined;
|
|
3309
3300
|
dependencies?: string[] | undefined;
|
|
3310
3301
|
devDependencies?: string[] | undefined;
|
|
3311
3302
|
registryDependencies?: string[] | undefined;
|
|
3312
3303
|
files?: ({
|
|
3313
3304
|
path: string;
|
|
3314
|
-
type: "registry:
|
|
3305
|
+
type: "registry:file" | "registry:page";
|
|
3315
3306
|
target: string;
|
|
3316
3307
|
content?: string | undefined;
|
|
3317
3308
|
} | {
|
|
@@ -3320,15 +3311,24 @@ declare const registrySchema: z.ZodObject<{
|
|
|
3320
3311
|
content?: string | undefined;
|
|
3321
3312
|
target?: string | undefined;
|
|
3322
3313
|
})[] | undefined;
|
|
3314
|
+
tailwind?: {
|
|
3315
|
+
config?: {
|
|
3316
|
+
content?: string[] | undefined;
|
|
3317
|
+
theme?: Record<string, any> | undefined;
|
|
3318
|
+
plugins?: string[] | undefined;
|
|
3319
|
+
} | undefined;
|
|
3320
|
+
} | undefined;
|
|
3323
3321
|
cssVars?: Record<string, {
|
|
3324
3322
|
light?: Record<string, string> | undefined;
|
|
3325
3323
|
dark?: Record<string, string> | undefined;
|
|
3326
3324
|
}> | undefined;
|
|
3325
|
+
css?: Record<string, any> | undefined;
|
|
3327
3326
|
envVars?: Record<string, string> | undefined;
|
|
3328
3327
|
meta?: Record<string, any> | undefined;
|
|
3329
3328
|
docs?: string | undefined;
|
|
3330
3329
|
categories?: string[] | undefined;
|
|
3331
3330
|
})[];
|
|
3331
|
+
homepage: string;
|
|
3332
3332
|
}>;
|
|
3333
3333
|
type Registry = z.infer<typeof registrySchema>;
|
|
3334
3334
|
declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -3348,12 +3348,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3348
3348
|
target: z.ZodString;
|
|
3349
3349
|
}, "strip", z.ZodTypeAny, {
|
|
3350
3350
|
path: string;
|
|
3351
|
-
type: "registry:
|
|
3351
|
+
type: "registry:file" | "registry:page";
|
|
3352
3352
|
target: string;
|
|
3353
3353
|
content?: string | undefined;
|
|
3354
3354
|
}, {
|
|
3355
3355
|
path: string;
|
|
3356
|
-
type: "registry:
|
|
3356
|
+
type: "registry:file" | "registry:page";
|
|
3357
3357
|
target: string;
|
|
3358
3358
|
content?: string | undefined;
|
|
3359
3359
|
}>, z.ZodObject<{
|
|
@@ -3450,18 +3450,19 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3450
3450
|
hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3451
3451
|
}, "strip", z.ZodTypeAny, {
|
|
3452
3452
|
components?: string | undefined;
|
|
3453
|
-
ui?: string | undefined;
|
|
3454
3453
|
utils?: string | undefined;
|
|
3454
|
+
ui?: string | undefined;
|
|
3455
3455
|
lib?: string | undefined;
|
|
3456
3456
|
hooks?: string | undefined;
|
|
3457
3457
|
}, {
|
|
3458
3458
|
components?: string | undefined;
|
|
3459
|
-
ui?: string | undefined;
|
|
3460
3459
|
utils?: string | undefined;
|
|
3460
|
+
ui?: string | undefined;
|
|
3461
3461
|
lib?: string | undefined;
|
|
3462
3462
|
hooks?: string | undefined;
|
|
3463
3463
|
}>>;
|
|
3464
3464
|
}, "strict", z.ZodTypeAny, {
|
|
3465
|
+
$schema?: string | undefined;
|
|
3465
3466
|
tailwind?: {
|
|
3466
3467
|
config?: string | undefined;
|
|
3467
3468
|
css?: string | undefined;
|
|
@@ -3469,7 +3470,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3469
3470
|
cssVariables?: boolean | undefined;
|
|
3470
3471
|
prefix?: string | undefined;
|
|
3471
3472
|
} | undefined;
|
|
3472
|
-
$schema?: string | undefined;
|
|
3473
3473
|
rsc?: boolean | undefined;
|
|
3474
3474
|
tsx?: boolean | undefined;
|
|
3475
3475
|
iconLibrary?: string | undefined;
|
|
@@ -3477,12 +3477,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3477
3477
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
3478
3478
|
aliases?: {
|
|
3479
3479
|
components?: string | undefined;
|
|
3480
|
-
ui?: string | undefined;
|
|
3481
3480
|
utils?: string | undefined;
|
|
3481
|
+
ui?: string | undefined;
|
|
3482
3482
|
lib?: string | undefined;
|
|
3483
3483
|
hooks?: string | undefined;
|
|
3484
3484
|
} | undefined;
|
|
3485
3485
|
}, {
|
|
3486
|
+
$schema?: string | undefined;
|
|
3486
3487
|
tailwind?: {
|
|
3487
3488
|
config?: string | undefined;
|
|
3488
3489
|
css?: string | undefined;
|
|
@@ -3490,7 +3491,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3490
3491
|
cssVariables?: boolean | undefined;
|
|
3491
3492
|
prefix?: string | undefined;
|
|
3492
3493
|
} | undefined;
|
|
3493
|
-
$schema?: string | undefined;
|
|
3494
3494
|
rsc?: boolean | undefined;
|
|
3495
3495
|
tsx?: boolean | undefined;
|
|
3496
3496
|
iconLibrary?: string | undefined;
|
|
@@ -3498,24 +3498,36 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3498
3498
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
3499
3499
|
aliases?: {
|
|
3500
3500
|
components?: string | undefined;
|
|
3501
|
-
ui?: string | undefined;
|
|
3502
3501
|
utils?: string | undefined;
|
|
3502
|
+
ui?: string | undefined;
|
|
3503
3503
|
lib?: string | undefined;
|
|
3504
3504
|
hooks?: string | undefined;
|
|
3505
3505
|
} | undefined;
|
|
3506
3506
|
}>>;
|
|
3507
3507
|
}, "strip", z.ZodTypeAny, {
|
|
3508
|
-
type: "registry:base";
|
|
3509
3508
|
name: string;
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
theme?: Record<string, any> | undefined;
|
|
3514
|
-
plugins?: string[] | undefined;
|
|
3515
|
-
} | undefined;
|
|
3516
|
-
} | undefined;
|
|
3509
|
+
type: "registry:base";
|
|
3510
|
+
title?: string | undefined;
|
|
3511
|
+
description?: string | undefined;
|
|
3517
3512
|
$schema?: string | undefined;
|
|
3513
|
+
extends?: string | undefined;
|
|
3514
|
+
author?: string | undefined;
|
|
3515
|
+
dependencies?: string[] | undefined;
|
|
3516
|
+
devDependencies?: string[] | undefined;
|
|
3517
|
+
registryDependencies?: string[] | undefined;
|
|
3518
|
+
files?: ({
|
|
3519
|
+
path: string;
|
|
3520
|
+
type: "registry:file" | "registry:page";
|
|
3521
|
+
target: string;
|
|
3522
|
+
content?: string | undefined;
|
|
3523
|
+
} | {
|
|
3524
|
+
path: string;
|
|
3525
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
3526
|
+
content?: string | undefined;
|
|
3527
|
+
target?: string | undefined;
|
|
3528
|
+
})[] | undefined;
|
|
3518
3529
|
config?: {
|
|
3530
|
+
$schema?: string | undefined;
|
|
3519
3531
|
tailwind?: {
|
|
3520
3532
|
config?: string | undefined;
|
|
3521
3533
|
css?: string | undefined;
|
|
@@ -3523,7 +3535,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3523
3535
|
cssVariables?: boolean | undefined;
|
|
3524
3536
|
prefix?: string | undefined;
|
|
3525
3537
|
} | undefined;
|
|
3526
|
-
$schema?: string | undefined;
|
|
3527
3538
|
rsc?: boolean | undefined;
|
|
3528
3539
|
tsx?: boolean | undefined;
|
|
3529
3540
|
iconLibrary?: string | undefined;
|
|
@@ -3531,23 +3542,42 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3531
3542
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
3532
3543
|
aliases?: {
|
|
3533
3544
|
components?: string | undefined;
|
|
3534
|
-
ui?: string | undefined;
|
|
3535
3545
|
utils?: string | undefined;
|
|
3546
|
+
ui?: string | undefined;
|
|
3536
3547
|
lib?: string | undefined;
|
|
3537
3548
|
hooks?: string | undefined;
|
|
3538
3549
|
} | undefined;
|
|
3539
3550
|
} | undefined;
|
|
3551
|
+
tailwind?: {
|
|
3552
|
+
config?: {
|
|
3553
|
+
content?: string[] | undefined;
|
|
3554
|
+
theme?: Record<string, any> | undefined;
|
|
3555
|
+
plugins?: string[] | undefined;
|
|
3556
|
+
} | undefined;
|
|
3557
|
+
} | undefined;
|
|
3558
|
+
cssVars?: Record<string, {
|
|
3559
|
+
light?: Record<string, string> | undefined;
|
|
3560
|
+
dark?: Record<string, string> | undefined;
|
|
3561
|
+
}> | undefined;
|
|
3540
3562
|
css?: Record<string, any> | undefined;
|
|
3541
|
-
|
|
3563
|
+
envVars?: Record<string, string> | undefined;
|
|
3564
|
+
meta?: Record<string, any> | undefined;
|
|
3565
|
+
docs?: string | undefined;
|
|
3566
|
+
categories?: string[] | undefined;
|
|
3567
|
+
}, {
|
|
3568
|
+
name: string;
|
|
3569
|
+
type: "registry:base";
|
|
3542
3570
|
title?: string | undefined;
|
|
3543
|
-
author?: string | undefined;
|
|
3544
3571
|
description?: string | undefined;
|
|
3572
|
+
$schema?: string | undefined;
|
|
3573
|
+
extends?: string | undefined;
|
|
3574
|
+
author?: string | undefined;
|
|
3545
3575
|
dependencies?: string[] | undefined;
|
|
3546
3576
|
devDependencies?: string[] | undefined;
|
|
3547
3577
|
registryDependencies?: string[] | undefined;
|
|
3548
3578
|
files?: ({
|
|
3549
3579
|
path: string;
|
|
3550
|
-
type: "registry:
|
|
3580
|
+
type: "registry:file" | "registry:page";
|
|
3551
3581
|
target: string;
|
|
3552
3582
|
content?: string | undefined;
|
|
3553
3583
|
} | {
|
|
@@ -3556,26 +3586,8 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3556
3586
|
content?: string | undefined;
|
|
3557
3587
|
target?: string | undefined;
|
|
3558
3588
|
})[] | undefined;
|
|
3559
|
-
cssVars?: Record<string, {
|
|
3560
|
-
light?: Record<string, string> | undefined;
|
|
3561
|
-
dark?: Record<string, string> | undefined;
|
|
3562
|
-
}> | undefined;
|
|
3563
|
-
envVars?: Record<string, string> | undefined;
|
|
3564
|
-
meta?: Record<string, any> | undefined;
|
|
3565
|
-
docs?: string | undefined;
|
|
3566
|
-
categories?: string[] | undefined;
|
|
3567
|
-
}, {
|
|
3568
|
-
type: "registry:base";
|
|
3569
|
-
name: string;
|
|
3570
|
-
tailwind?: {
|
|
3571
|
-
config?: {
|
|
3572
|
-
content?: string[] | undefined;
|
|
3573
|
-
theme?: Record<string, any> | undefined;
|
|
3574
|
-
plugins?: string[] | undefined;
|
|
3575
|
-
} | undefined;
|
|
3576
|
-
} | undefined;
|
|
3577
|
-
$schema?: string | undefined;
|
|
3578
3589
|
config?: {
|
|
3590
|
+
$schema?: string | undefined;
|
|
3579
3591
|
tailwind?: {
|
|
3580
3592
|
config?: string | undefined;
|
|
3581
3593
|
css?: string | undefined;
|
|
@@ -3583,7 +3595,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3583
3595
|
cssVariables?: boolean | undefined;
|
|
3584
3596
|
prefix?: string | undefined;
|
|
3585
3597
|
} | undefined;
|
|
3586
|
-
$schema?: string | undefined;
|
|
3587
3598
|
rsc?: boolean | undefined;
|
|
3588
3599
|
tsx?: boolean | undefined;
|
|
3589
3600
|
iconLibrary?: string | undefined;
|
|
@@ -3591,35 +3602,24 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3591
3602
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
3592
3603
|
aliases?: {
|
|
3593
3604
|
components?: string | undefined;
|
|
3594
|
-
ui?: string | undefined;
|
|
3595
3605
|
utils?: string | undefined;
|
|
3606
|
+
ui?: string | undefined;
|
|
3596
3607
|
lib?: string | undefined;
|
|
3597
3608
|
hooks?: string | undefined;
|
|
3598
3609
|
} | undefined;
|
|
3599
3610
|
} | undefined;
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
registryDependencies?: string[] | undefined;
|
|
3608
|
-
files?: ({
|
|
3609
|
-
path: string;
|
|
3610
|
-
type: "registry:page" | "registry:file";
|
|
3611
|
-
target: string;
|
|
3612
|
-
content?: string | undefined;
|
|
3613
|
-
} | {
|
|
3614
|
-
path: string;
|
|
3615
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:theme" | "registry:font-variant" | "registry:item" | "registry:base" | "registry:example" | "registry:internal";
|
|
3616
|
-
content?: string | undefined;
|
|
3617
|
-
target?: string | undefined;
|
|
3618
|
-
})[] | 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?: Record<string, {
|
|
3620
3619
|
light?: Record<string, string> | undefined;
|
|
3621
3620
|
dark?: Record<string, string> | undefined;
|
|
3622
3621
|
}> | undefined;
|
|
3622
|
+
css?: Record<string, any> | undefined;
|
|
3623
3623
|
envVars?: Record<string, string> | undefined;
|
|
3624
3624
|
meta?: Record<string, any> | undefined;
|
|
3625
3625
|
docs?: string | undefined;
|
|
@@ -3641,12 +3641,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3641
3641
|
target: z.ZodString;
|
|
3642
3642
|
}, "strip", z.ZodTypeAny, {
|
|
3643
3643
|
path: string;
|
|
3644
|
-
type: "registry:
|
|
3644
|
+
type: "registry:file" | "registry:page";
|
|
3645
3645
|
target: string;
|
|
3646
3646
|
content?: string | undefined;
|
|
3647
3647
|
}, {
|
|
3648
3648
|
path: string;
|
|
3649
|
-
type: "registry:
|
|
3649
|
+
type: "registry:file" | "registry:page";
|
|
3650
3650
|
target: string;
|
|
3651
3651
|
content?: string | undefined;
|
|
3652
3652
|
}>, z.ZodObject<{
|
|
@@ -3828,8 +3828,8 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3828
3828
|
};
|
|
3829
3829
|
}>;
|
|
3830
3830
|
}, "strip", z.ZodTypeAny, {
|
|
3831
|
-
type: "registry:font-variant";
|
|
3832
3831
|
name: string;
|
|
3832
|
+
type: "registry:font-variant";
|
|
3833
3833
|
fontVariant: {
|
|
3834
3834
|
display: {
|
|
3835
3835
|
family: string;
|
|
@@ -3856,25 +3856,17 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3856
3856
|
subsets?: string[] | undefined;
|
|
3857
3857
|
};
|
|
3858
3858
|
};
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
content?: string[] | undefined;
|
|
3862
|
-
theme?: Record<string, any> | undefined;
|
|
3863
|
-
plugins?: string[] | undefined;
|
|
3864
|
-
} | undefined;
|
|
3865
|
-
} | undefined;
|
|
3859
|
+
title?: string | undefined;
|
|
3860
|
+
description?: string | undefined;
|
|
3866
3861
|
$schema?: string | undefined;
|
|
3867
|
-
css?: Record<string, any> | undefined;
|
|
3868
3862
|
extends?: string | undefined;
|
|
3869
|
-
title?: string | undefined;
|
|
3870
3863
|
author?: string | undefined;
|
|
3871
|
-
description?: string | undefined;
|
|
3872
3864
|
dependencies?: string[] | undefined;
|
|
3873
3865
|
devDependencies?: string[] | undefined;
|
|
3874
3866
|
registryDependencies?: string[] | undefined;
|
|
3875
3867
|
files?: ({
|
|
3876
3868
|
path: string;
|
|
3877
|
-
type: "registry:
|
|
3869
|
+
type: "registry:file" | "registry:page";
|
|
3878
3870
|
target: string;
|
|
3879
3871
|
content?: string | undefined;
|
|
3880
3872
|
} | {
|
|
@@ -3883,17 +3875,25 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3883
3875
|
content?: string | undefined;
|
|
3884
3876
|
target?: string | undefined;
|
|
3885
3877
|
})[] | undefined;
|
|
3878
|
+
tailwind?: {
|
|
3879
|
+
config?: {
|
|
3880
|
+
content?: string[] | undefined;
|
|
3881
|
+
theme?: Record<string, any> | undefined;
|
|
3882
|
+
plugins?: string[] | undefined;
|
|
3883
|
+
} | undefined;
|
|
3884
|
+
} | undefined;
|
|
3886
3885
|
cssVars?: Record<string, {
|
|
3887
3886
|
light?: Record<string, string> | undefined;
|
|
3888
3887
|
dark?: Record<string, string> | undefined;
|
|
3889
3888
|
}> | undefined;
|
|
3889
|
+
css?: Record<string, any> | undefined;
|
|
3890
3890
|
envVars?: Record<string, string> | undefined;
|
|
3891
3891
|
meta?: Record<string, any> | undefined;
|
|
3892
3892
|
docs?: string | undefined;
|
|
3893
3893
|
categories?: string[] | undefined;
|
|
3894
3894
|
}, {
|
|
3895
|
-
type: "registry:font-variant";
|
|
3896
3895
|
name: string;
|
|
3896
|
+
type: "registry:font-variant";
|
|
3897
3897
|
fontVariant: {
|
|
3898
3898
|
display: {
|
|
3899
3899
|
family: string;
|
|
@@ -3920,25 +3920,17 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3920
3920
|
subsets?: string[] | undefined;
|
|
3921
3921
|
};
|
|
3922
3922
|
};
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
content?: string[] | undefined;
|
|
3926
|
-
theme?: Record<string, any> | undefined;
|
|
3927
|
-
plugins?: string[] | undefined;
|
|
3928
|
-
} | undefined;
|
|
3929
|
-
} | undefined;
|
|
3923
|
+
title?: string | undefined;
|
|
3924
|
+
description?: string | undefined;
|
|
3930
3925
|
$schema?: string | undefined;
|
|
3931
|
-
css?: Record<string, any> | undefined;
|
|
3932
3926
|
extends?: string | undefined;
|
|
3933
|
-
title?: string | undefined;
|
|
3934
3927
|
author?: string | undefined;
|
|
3935
|
-
description?: string | undefined;
|
|
3936
3928
|
dependencies?: string[] | undefined;
|
|
3937
3929
|
devDependencies?: string[] | undefined;
|
|
3938
3930
|
registryDependencies?: string[] | undefined;
|
|
3939
3931
|
files?: ({
|
|
3940
3932
|
path: string;
|
|
3941
|
-
type: "registry:
|
|
3933
|
+
type: "registry:file" | "registry:page";
|
|
3942
3934
|
target: string;
|
|
3943
3935
|
content?: string | undefined;
|
|
3944
3936
|
} | {
|
|
@@ -3947,10 +3939,18 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3947
3939
|
content?: string | undefined;
|
|
3948
3940
|
target?: string | undefined;
|
|
3949
3941
|
})[] | undefined;
|
|
3942
|
+
tailwind?: {
|
|
3943
|
+
config?: {
|
|
3944
|
+
content?: string[] | undefined;
|
|
3945
|
+
theme?: Record<string, any> | undefined;
|
|
3946
|
+
plugins?: string[] | undefined;
|
|
3947
|
+
} | undefined;
|
|
3948
|
+
} | undefined;
|
|
3950
3949
|
cssVars?: Record<string, {
|
|
3951
3950
|
light?: Record<string, string> | undefined;
|
|
3952
3951
|
dark?: Record<string, string> | undefined;
|
|
3953
3952
|
}> | undefined;
|
|
3953
|
+
css?: Record<string, any> | undefined;
|
|
3954
3954
|
envVars?: Record<string, string> | undefined;
|
|
3955
3955
|
meta?: Record<string, any> | undefined;
|
|
3956
3956
|
docs?: string | undefined;
|
|
@@ -3972,12 +3972,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
3972
3972
|
target: z.ZodString;
|
|
3973
3973
|
}, "strip", z.ZodTypeAny, {
|
|
3974
3974
|
path: string;
|
|
3975
|
-
type: "registry:
|
|
3975
|
+
type: "registry:file" | "registry:page";
|
|
3976
3976
|
target: string;
|
|
3977
3977
|
content?: string | undefined;
|
|
3978
3978
|
}, {
|
|
3979
3979
|
path: string;
|
|
3980
|
-
type: "registry:
|
|
3980
|
+
type: "registry:file" | "registry:page";
|
|
3981
3981
|
target: string;
|
|
3982
3982
|
content?: string | undefined;
|
|
3983
3983
|
}>, z.ZodObject<{
|
|
@@ -4059,8 +4059,8 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4059
4059
|
"alpha-32": z.ZodString;
|
|
4060
4060
|
"alpha-48": z.ZodString;
|
|
4061
4061
|
}, "strip", z.ZodTypeAny, {
|
|
4062
|
-
"100": string;
|
|
4063
4062
|
"50": string;
|
|
4063
|
+
"100": string;
|
|
4064
4064
|
"200": string;
|
|
4065
4065
|
"300": string;
|
|
4066
4066
|
"400": string;
|
|
@@ -4077,8 +4077,8 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4077
4077
|
"alpha-32": string;
|
|
4078
4078
|
"alpha-48": string;
|
|
4079
4079
|
}, {
|
|
4080
|
-
"100": string;
|
|
4081
4080
|
"50": string;
|
|
4081
|
+
"100": string;
|
|
4082
4082
|
"200": string;
|
|
4083
4083
|
"300": string;
|
|
4084
4084
|
"400": string;
|
|
@@ -4096,27 +4096,19 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4096
4096
|
"alpha-48": string;
|
|
4097
4097
|
}>>;
|
|
4098
4098
|
}, "strip", z.ZodTypeAny, {
|
|
4099
|
-
type: "registry:theme";
|
|
4100
4099
|
name: string;
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
theme?: Record<string, any> | undefined;
|
|
4105
|
-
plugins?: string[] | undefined;
|
|
4106
|
-
} | undefined;
|
|
4107
|
-
} | undefined;
|
|
4100
|
+
type: "registry:theme";
|
|
4101
|
+
title?: string | undefined;
|
|
4102
|
+
description?: string | undefined;
|
|
4108
4103
|
$schema?: string | undefined;
|
|
4109
|
-
css?: Record<string, any> | undefined;
|
|
4110
4104
|
extends?: string | undefined;
|
|
4111
|
-
title?: string | undefined;
|
|
4112
4105
|
author?: string | undefined;
|
|
4113
|
-
description?: string | undefined;
|
|
4114
4106
|
dependencies?: string[] | undefined;
|
|
4115
4107
|
devDependencies?: string[] | undefined;
|
|
4116
4108
|
registryDependencies?: string[] | undefined;
|
|
4117
4109
|
files?: ({
|
|
4118
4110
|
path: string;
|
|
4119
|
-
type: "registry:
|
|
4111
|
+
type: "registry:file" | "registry:page";
|
|
4120
4112
|
target: string;
|
|
4121
4113
|
content?: string | undefined;
|
|
4122
4114
|
} | {
|
|
@@ -4125,17 +4117,25 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4125
4117
|
content?: string | undefined;
|
|
4126
4118
|
target?: string | undefined;
|
|
4127
4119
|
})[] | undefined;
|
|
4120
|
+
tailwind?: {
|
|
4121
|
+
config?: {
|
|
4122
|
+
content?: string[] | undefined;
|
|
4123
|
+
theme?: Record<string, any> | undefined;
|
|
4124
|
+
plugins?: string[] | undefined;
|
|
4125
|
+
} | undefined;
|
|
4126
|
+
} | undefined;
|
|
4128
4127
|
cssVars?: Record<string, {
|
|
4129
4128
|
light?: Record<string, string> | undefined;
|
|
4130
4129
|
dark?: Record<string, string> | undefined;
|
|
4131
4130
|
}> | undefined;
|
|
4131
|
+
css?: Record<string, any> | undefined;
|
|
4132
4132
|
envVars?: Record<string, string> | undefined;
|
|
4133
4133
|
meta?: Record<string, any> | undefined;
|
|
4134
4134
|
docs?: string | undefined;
|
|
4135
4135
|
categories?: string[] | undefined;
|
|
4136
4136
|
primary?: {
|
|
4137
|
-
"100": string;
|
|
4138
4137
|
"50": string;
|
|
4138
|
+
"100": string;
|
|
4139
4139
|
"200": string;
|
|
4140
4140
|
"300": string;
|
|
4141
4141
|
"400": string;
|
|
@@ -4153,27 +4153,19 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4153
4153
|
"alpha-48": string;
|
|
4154
4154
|
} | undefined;
|
|
4155
4155
|
}, {
|
|
4156
|
-
type: "registry:theme";
|
|
4157
4156
|
name: string;
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
theme?: Record<string, any> | undefined;
|
|
4162
|
-
plugins?: string[] | undefined;
|
|
4163
|
-
} | undefined;
|
|
4164
|
-
} | undefined;
|
|
4157
|
+
type: "registry:theme";
|
|
4158
|
+
title?: string | undefined;
|
|
4159
|
+
description?: string | undefined;
|
|
4165
4160
|
$schema?: string | undefined;
|
|
4166
|
-
css?: Record<string, any> | undefined;
|
|
4167
4161
|
extends?: string | undefined;
|
|
4168
|
-
title?: string | undefined;
|
|
4169
4162
|
author?: string | undefined;
|
|
4170
|
-
description?: string | undefined;
|
|
4171
4163
|
dependencies?: string[] | undefined;
|
|
4172
4164
|
devDependencies?: string[] | undefined;
|
|
4173
4165
|
registryDependencies?: string[] | undefined;
|
|
4174
4166
|
files?: ({
|
|
4175
4167
|
path: string;
|
|
4176
|
-
type: "registry:
|
|
4168
|
+
type: "registry:file" | "registry:page";
|
|
4177
4169
|
target: string;
|
|
4178
4170
|
content?: string | undefined;
|
|
4179
4171
|
} | {
|
|
@@ -4182,17 +4174,25 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4182
4174
|
content?: string | undefined;
|
|
4183
4175
|
target?: string | undefined;
|
|
4184
4176
|
})[] | undefined;
|
|
4177
|
+
tailwind?: {
|
|
4178
|
+
config?: {
|
|
4179
|
+
content?: string[] | undefined;
|
|
4180
|
+
theme?: Record<string, any> | undefined;
|
|
4181
|
+
plugins?: string[] | undefined;
|
|
4182
|
+
} | undefined;
|
|
4183
|
+
} | undefined;
|
|
4185
4184
|
cssVars?: Record<string, {
|
|
4186
4185
|
light?: Record<string, string> | undefined;
|
|
4187
4186
|
dark?: Record<string, string> | undefined;
|
|
4188
4187
|
}> | undefined;
|
|
4188
|
+
css?: Record<string, any> | undefined;
|
|
4189
4189
|
envVars?: Record<string, string> | undefined;
|
|
4190
4190
|
meta?: Record<string, any> | undefined;
|
|
4191
4191
|
docs?: string | undefined;
|
|
4192
4192
|
categories?: string[] | undefined;
|
|
4193
4193
|
primary?: {
|
|
4194
|
-
"100": string;
|
|
4195
4194
|
"50": string;
|
|
4195
|
+
"100": string;
|
|
4196
4196
|
"200": string;
|
|
4197
4197
|
"300": string;
|
|
4198
4198
|
"400": string;
|
|
@@ -4226,12 +4226,12 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4226
4226
|
target: z.ZodString;
|
|
4227
4227
|
}, "strip", z.ZodTypeAny, {
|
|
4228
4228
|
path: string;
|
|
4229
|
-
type: "registry:
|
|
4229
|
+
type: "registry:file" | "registry:page";
|
|
4230
4230
|
target: string;
|
|
4231
4231
|
content?: string | undefined;
|
|
4232
4232
|
}, {
|
|
4233
4233
|
path: string;
|
|
4234
|
-
type: "registry:
|
|
4234
|
+
type: "registry:file" | "registry:page";
|
|
4235
4235
|
target: string;
|
|
4236
4236
|
content?: string | undefined;
|
|
4237
4237
|
}>, z.ZodObject<{
|
|
@@ -4295,27 +4295,19 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4295
4295
|
} & {
|
|
4296
4296
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:page", "registry:file", "registry:item", "registry:example", "registry:internal"]>;
|
|
4297
4297
|
}, "strip", z.ZodTypeAny, {
|
|
4298
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
4299
4298
|
name: string;
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
theme?: Record<string, any> | undefined;
|
|
4304
|
-
plugins?: string[] | undefined;
|
|
4305
|
-
} | undefined;
|
|
4306
|
-
} | undefined;
|
|
4299
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
4300
|
+
title?: string | undefined;
|
|
4301
|
+
description?: string | undefined;
|
|
4307
4302
|
$schema?: string | undefined;
|
|
4308
|
-
css?: Record<string, any> | undefined;
|
|
4309
4303
|
extends?: string | undefined;
|
|
4310
|
-
title?: string | undefined;
|
|
4311
4304
|
author?: string | undefined;
|
|
4312
|
-
description?: string | undefined;
|
|
4313
4305
|
dependencies?: string[] | undefined;
|
|
4314
4306
|
devDependencies?: string[] | undefined;
|
|
4315
4307
|
registryDependencies?: string[] | undefined;
|
|
4316
4308
|
files?: ({
|
|
4317
4309
|
path: string;
|
|
4318
|
-
type: "registry:
|
|
4310
|
+
type: "registry:file" | "registry:page";
|
|
4319
4311
|
target: string;
|
|
4320
4312
|
content?: string | undefined;
|
|
4321
4313
|
} | {
|
|
@@ -4324,36 +4316,36 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4324
4316
|
content?: string | undefined;
|
|
4325
4317
|
target?: string | undefined;
|
|
4326
4318
|
})[] | undefined;
|
|
4319
|
+
tailwind?: {
|
|
4320
|
+
config?: {
|
|
4321
|
+
content?: string[] | undefined;
|
|
4322
|
+
theme?: Record<string, any> | undefined;
|
|
4323
|
+
plugins?: string[] | undefined;
|
|
4324
|
+
} | undefined;
|
|
4325
|
+
} | undefined;
|
|
4327
4326
|
cssVars?: Record<string, {
|
|
4328
4327
|
light?: Record<string, string> | undefined;
|
|
4329
4328
|
dark?: Record<string, string> | undefined;
|
|
4330
4329
|
}> | undefined;
|
|
4330
|
+
css?: Record<string, any> | undefined;
|
|
4331
4331
|
envVars?: Record<string, string> | undefined;
|
|
4332
4332
|
meta?: Record<string, any> | undefined;
|
|
4333
4333
|
docs?: string | undefined;
|
|
4334
4334
|
categories?: string[] | undefined;
|
|
4335
4335
|
}, {
|
|
4336
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:item" | "registry:example" | "registry:internal";
|
|
4337
4336
|
name: string;
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
theme?: Record<string, any> | undefined;
|
|
4342
|
-
plugins?: string[] | undefined;
|
|
4343
|
-
} | undefined;
|
|
4344
|
-
} | undefined;
|
|
4337
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:item" | "registry:example" | "registry:internal";
|
|
4338
|
+
title?: string | undefined;
|
|
4339
|
+
description?: string | undefined;
|
|
4345
4340
|
$schema?: string | undefined;
|
|
4346
|
-
css?: Record<string, any> | undefined;
|
|
4347
4341
|
extends?: string | undefined;
|
|
4348
|
-
title?: string | undefined;
|
|
4349
4342
|
author?: string | undefined;
|
|
4350
|
-
description?: string | undefined;
|
|
4351
4343
|
dependencies?: string[] | undefined;
|
|
4352
4344
|
devDependencies?: string[] | undefined;
|
|
4353
4345
|
registryDependencies?: string[] | undefined;
|
|
4354
4346
|
files?: ({
|
|
4355
4347
|
path: string;
|
|
4356
|
-
type: "registry:
|
|
4348
|
+
type: "registry:file" | "registry:page";
|
|
4357
4349
|
target: string;
|
|
4358
4350
|
content?: string | undefined;
|
|
4359
4351
|
} | {
|
|
@@ -4362,10 +4354,18 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
|
|
|
4362
4354
|
content?: string | undefined;
|
|
4363
4355
|
target?: string | undefined;
|
|
4364
4356
|
})[] | undefined;
|
|
4357
|
+
tailwind?: {
|
|
4358
|
+
config?: {
|
|
4359
|
+
content?: string[] | undefined;
|
|
4360
|
+
theme?: Record<string, any> | undefined;
|
|
4361
|
+
plugins?: string[] | undefined;
|
|
4362
|
+
} | undefined;
|
|
4363
|
+
} | undefined;
|
|
4365
4364
|
cssVars?: Record<string, {
|
|
4366
4365
|
light?: Record<string, string> | undefined;
|
|
4367
4366
|
dark?: Record<string, string> | undefined;
|
|
4368
4367
|
}> | undefined;
|
|
4368
|
+
css?: Record<string, any> | undefined;
|
|
4369
4369
|
envVars?: Record<string, string> | undefined;
|
|
4370
4370
|
meta?: Record<string, any> | undefined;
|
|
4371
4371
|
docs?: string | undefined;
|
|
@@ -4399,12 +4399,12 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4399
4399
|
target: z.ZodString;
|
|
4400
4400
|
}, "strip", z.ZodTypeAny, {
|
|
4401
4401
|
path: string;
|
|
4402
|
-
type: "registry:
|
|
4402
|
+
type: "registry:file" | "registry:page";
|
|
4403
4403
|
target: string;
|
|
4404
4404
|
content?: string | undefined;
|
|
4405
4405
|
}, {
|
|
4406
4406
|
path: string;
|
|
4407
|
-
type: "registry:
|
|
4407
|
+
type: "registry:file" | "registry:page";
|
|
4408
4408
|
target: string;
|
|
4409
4409
|
content?: string | undefined;
|
|
4410
4410
|
}>, z.ZodObject<{
|
|
@@ -4465,7 +4465,7 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4465
4465
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4466
4466
|
docs: z.ZodOptional<z.ZodString>;
|
|
4467
4467
|
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4468
|
-
}, "
|
|
4468
|
+
}, "dependencies" | "devDependencies" | "files" | "tailwind" | "cssVars" | "css" | "envVars" | "docs"> & {
|
|
4469
4469
|
fonts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4470
4470
|
$schema: z.ZodOptional<z.ZodString>;
|
|
4471
4471
|
extends: z.ZodOptional<z.ZodString>;
|
|
@@ -4483,12 +4483,12 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4483
4483
|
target: z.ZodString;
|
|
4484
4484
|
}, "strip", z.ZodTypeAny, {
|
|
4485
4485
|
path: string;
|
|
4486
|
-
type: "registry:
|
|
4486
|
+
type: "registry:file" | "registry:page";
|
|
4487
4487
|
target: string;
|
|
4488
4488
|
content?: string | undefined;
|
|
4489
4489
|
}, {
|
|
4490
4490
|
path: string;
|
|
4491
|
-
type: "registry:
|
|
4491
|
+
type: "registry:file" | "registry:page";
|
|
4492
4492
|
target: string;
|
|
4493
4493
|
content?: string | undefined;
|
|
4494
4494
|
}>, z.ZodObject<{
|
|
@@ -4575,8 +4575,8 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4575
4575
|
subsets?: string[] | undefined;
|
|
4576
4576
|
}>;
|
|
4577
4577
|
}, "strip", z.ZodTypeAny, {
|
|
4578
|
-
type: "registry:font";
|
|
4579
4578
|
name: string;
|
|
4579
|
+
type: "registry:font";
|
|
4580
4580
|
role: "display" | "body" | "numeric";
|
|
4581
4581
|
font: {
|
|
4582
4582
|
family: string;
|
|
@@ -4586,25 +4586,17 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4586
4586
|
weight?: string[] | undefined;
|
|
4587
4587
|
subsets?: string[] | undefined;
|
|
4588
4588
|
};
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
content?: string[] | undefined;
|
|
4592
|
-
theme?: Record<string, any> | undefined;
|
|
4593
|
-
plugins?: string[] | undefined;
|
|
4594
|
-
} | undefined;
|
|
4595
|
-
} | undefined;
|
|
4589
|
+
title?: string | undefined;
|
|
4590
|
+
description?: string | undefined;
|
|
4596
4591
|
$schema?: string | undefined;
|
|
4597
|
-
css?: Record<string, any> | undefined;
|
|
4598
4592
|
extends?: string | undefined;
|
|
4599
|
-
title?: string | undefined;
|
|
4600
4593
|
author?: string | undefined;
|
|
4601
|
-
description?: string | undefined;
|
|
4602
4594
|
dependencies?: string[] | undefined;
|
|
4603
4595
|
devDependencies?: string[] | undefined;
|
|
4604
4596
|
registryDependencies?: string[] | undefined;
|
|
4605
4597
|
files?: ({
|
|
4606
4598
|
path: string;
|
|
4607
|
-
type: "registry:
|
|
4599
|
+
type: "registry:file" | "registry:page";
|
|
4608
4600
|
target: string;
|
|
4609
4601
|
content?: string | undefined;
|
|
4610
4602
|
} | {
|
|
@@ -4613,17 +4605,25 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4613
4605
|
content?: string | undefined;
|
|
4614
4606
|
target?: string | undefined;
|
|
4615
4607
|
})[] | undefined;
|
|
4608
|
+
tailwind?: {
|
|
4609
|
+
config?: {
|
|
4610
|
+
content?: string[] | undefined;
|
|
4611
|
+
theme?: Record<string, any> | undefined;
|
|
4612
|
+
plugins?: string[] | undefined;
|
|
4613
|
+
} | undefined;
|
|
4614
|
+
} | undefined;
|
|
4616
4615
|
cssVars?: Record<string, {
|
|
4617
4616
|
light?: Record<string, string> | undefined;
|
|
4618
4617
|
dark?: Record<string, string> | undefined;
|
|
4619
4618
|
}> | undefined;
|
|
4619
|
+
css?: Record<string, any> | undefined;
|
|
4620
4620
|
envVars?: Record<string, string> | undefined;
|
|
4621
4621
|
meta?: Record<string, any> | undefined;
|
|
4622
4622
|
docs?: string | undefined;
|
|
4623
4623
|
categories?: string[] | undefined;
|
|
4624
4624
|
}, {
|
|
4625
|
-
type: "registry:font";
|
|
4626
4625
|
name: string;
|
|
4626
|
+
type: "registry:font";
|
|
4627
4627
|
role: "display" | "body" | "numeric";
|
|
4628
4628
|
font: {
|
|
4629
4629
|
family: string;
|
|
@@ -4633,25 +4633,17 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4633
4633
|
weight?: string[] | undefined;
|
|
4634
4634
|
subsets?: string[] | undefined;
|
|
4635
4635
|
};
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
content?: string[] | undefined;
|
|
4639
|
-
theme?: Record<string, any> | undefined;
|
|
4640
|
-
plugins?: string[] | undefined;
|
|
4641
|
-
} | undefined;
|
|
4642
|
-
} | undefined;
|
|
4636
|
+
title?: string | undefined;
|
|
4637
|
+
description?: string | undefined;
|
|
4643
4638
|
$schema?: string | undefined;
|
|
4644
|
-
css?: Record<string, any> | undefined;
|
|
4645
4639
|
extends?: string | undefined;
|
|
4646
|
-
title?: string | undefined;
|
|
4647
4640
|
author?: string | undefined;
|
|
4648
|
-
description?: string | undefined;
|
|
4649
4641
|
dependencies?: string[] | undefined;
|
|
4650
4642
|
devDependencies?: string[] | undefined;
|
|
4651
4643
|
registryDependencies?: string[] | undefined;
|
|
4652
4644
|
files?: ({
|
|
4653
4645
|
path: string;
|
|
4654
|
-
type: "registry:
|
|
4646
|
+
type: "registry:file" | "registry:page";
|
|
4655
4647
|
target: string;
|
|
4656
4648
|
content?: string | undefined;
|
|
4657
4649
|
} | {
|
|
@@ -4660,29 +4652,29 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4660
4652
|
content?: string | undefined;
|
|
4661
4653
|
target?: string | undefined;
|
|
4662
4654
|
})[] | undefined;
|
|
4655
|
+
tailwind?: {
|
|
4656
|
+
config?: {
|
|
4657
|
+
content?: string[] | undefined;
|
|
4658
|
+
theme?: Record<string, any> | undefined;
|
|
4659
|
+
plugins?: string[] | undefined;
|
|
4660
|
+
} | undefined;
|
|
4661
|
+
} | undefined;
|
|
4663
4662
|
cssVars?: Record<string, {
|
|
4664
4663
|
light?: Record<string, string> | undefined;
|
|
4665
4664
|
dark?: Record<string, string> | undefined;
|
|
4666
4665
|
}> | undefined;
|
|
4666
|
+
css?: Record<string, any> | undefined;
|
|
4667
4667
|
envVars?: Record<string, string> | undefined;
|
|
4668
4668
|
meta?: Record<string, any> | undefined;
|
|
4669
4669
|
docs?: string | undefined;
|
|
4670
4670
|
categories?: string[] | undefined;
|
|
4671
4671
|
}>, "many">>;
|
|
4672
4672
|
}, "strip", z.ZodTypeAny, {
|
|
4673
|
-
tailwind?: {
|
|
4674
|
-
config?: {
|
|
4675
|
-
content?: string[] | undefined;
|
|
4676
|
-
theme?: Record<string, any> | undefined;
|
|
4677
|
-
plugins?: string[] | undefined;
|
|
4678
|
-
} | undefined;
|
|
4679
|
-
} | undefined;
|
|
4680
|
-
css?: Record<string, any> | undefined;
|
|
4681
4673
|
dependencies?: string[] | undefined;
|
|
4682
4674
|
devDependencies?: string[] | undefined;
|
|
4683
4675
|
files?: ({
|
|
4684
4676
|
path: string;
|
|
4685
|
-
type: "registry:
|
|
4677
|
+
type: "registry:file" | "registry:page";
|
|
4686
4678
|
target: string;
|
|
4687
4679
|
content?: string | undefined;
|
|
4688
4680
|
} | {
|
|
@@ -4691,15 +4683,23 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4691
4683
|
content?: string | undefined;
|
|
4692
4684
|
target?: string | undefined;
|
|
4693
4685
|
})[] | undefined;
|
|
4686
|
+
tailwind?: {
|
|
4687
|
+
config?: {
|
|
4688
|
+
content?: string[] | undefined;
|
|
4689
|
+
theme?: Record<string, any> | undefined;
|
|
4690
|
+
plugins?: string[] | undefined;
|
|
4691
|
+
} | undefined;
|
|
4692
|
+
} | undefined;
|
|
4694
4693
|
cssVars?: Record<string, {
|
|
4695
4694
|
light?: Record<string, string> | undefined;
|
|
4696
4695
|
dark?: Record<string, string> | undefined;
|
|
4697
4696
|
}> | undefined;
|
|
4697
|
+
css?: Record<string, any> | undefined;
|
|
4698
4698
|
envVars?: Record<string, string> | undefined;
|
|
4699
4699
|
docs?: string | undefined;
|
|
4700
4700
|
fonts?: {
|
|
4701
|
-
type: "registry:font";
|
|
4702
4701
|
name: string;
|
|
4702
|
+
type: "registry:font";
|
|
4703
4703
|
role: "display" | "body" | "numeric";
|
|
4704
4704
|
font: {
|
|
4705
4705
|
family: string;
|
|
@@ -4709,25 +4709,17 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4709
4709
|
weight?: string[] | undefined;
|
|
4710
4710
|
subsets?: string[] | undefined;
|
|
4711
4711
|
};
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
content?: string[] | undefined;
|
|
4715
|
-
theme?: Record<string, any> | undefined;
|
|
4716
|
-
plugins?: string[] | undefined;
|
|
4717
|
-
} | undefined;
|
|
4718
|
-
} | undefined;
|
|
4712
|
+
title?: string | undefined;
|
|
4713
|
+
description?: string | undefined;
|
|
4719
4714
|
$schema?: string | undefined;
|
|
4720
|
-
css?: Record<string, any> | undefined;
|
|
4721
4715
|
extends?: string | undefined;
|
|
4722
|
-
title?: string | undefined;
|
|
4723
4716
|
author?: string | undefined;
|
|
4724
|
-
description?: string | undefined;
|
|
4725
4717
|
dependencies?: string[] | undefined;
|
|
4726
4718
|
devDependencies?: string[] | undefined;
|
|
4727
4719
|
registryDependencies?: string[] | undefined;
|
|
4728
4720
|
files?: ({
|
|
4729
4721
|
path: string;
|
|
4730
|
-
type: "registry:
|
|
4722
|
+
type: "registry:file" | "registry:page";
|
|
4731
4723
|
target: string;
|
|
4732
4724
|
content?: string | undefined;
|
|
4733
4725
|
} | {
|
|
@@ -4736,29 +4728,29 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4736
4728
|
content?: string | undefined;
|
|
4737
4729
|
target?: string | undefined;
|
|
4738
4730
|
})[] | undefined;
|
|
4731
|
+
tailwind?: {
|
|
4732
|
+
config?: {
|
|
4733
|
+
content?: string[] | undefined;
|
|
4734
|
+
theme?: Record<string, any> | undefined;
|
|
4735
|
+
plugins?: string[] | undefined;
|
|
4736
|
+
} | undefined;
|
|
4737
|
+
} | undefined;
|
|
4739
4738
|
cssVars?: Record<string, {
|
|
4740
4739
|
light?: Record<string, string> | undefined;
|
|
4741
4740
|
dark?: Record<string, string> | undefined;
|
|
4742
4741
|
}> | undefined;
|
|
4742
|
+
css?: Record<string, any> | undefined;
|
|
4743
4743
|
envVars?: Record<string, string> | undefined;
|
|
4744
4744
|
meta?: Record<string, any> | undefined;
|
|
4745
4745
|
docs?: string | undefined;
|
|
4746
4746
|
categories?: string[] | undefined;
|
|
4747
4747
|
}[] | undefined;
|
|
4748
4748
|
}, {
|
|
4749
|
-
tailwind?: {
|
|
4750
|
-
config?: {
|
|
4751
|
-
content?: string[] | undefined;
|
|
4752
|
-
theme?: Record<string, any> | undefined;
|
|
4753
|
-
plugins?: string[] | undefined;
|
|
4754
|
-
} | undefined;
|
|
4755
|
-
} | undefined;
|
|
4756
|
-
css?: Record<string, any> | undefined;
|
|
4757
4749
|
dependencies?: string[] | undefined;
|
|
4758
4750
|
devDependencies?: string[] | undefined;
|
|
4759
4751
|
files?: ({
|
|
4760
4752
|
path: string;
|
|
4761
|
-
type: "registry:
|
|
4753
|
+
type: "registry:file" | "registry:page";
|
|
4762
4754
|
target: string;
|
|
4763
4755
|
content?: string | undefined;
|
|
4764
4756
|
} | {
|
|
@@ -4767,15 +4759,23 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4767
4759
|
content?: string | undefined;
|
|
4768
4760
|
target?: string | undefined;
|
|
4769
4761
|
})[] | undefined;
|
|
4762
|
+
tailwind?: {
|
|
4763
|
+
config?: {
|
|
4764
|
+
content?: string[] | undefined;
|
|
4765
|
+
theme?: Record<string, any> | undefined;
|
|
4766
|
+
plugins?: string[] | undefined;
|
|
4767
|
+
} | undefined;
|
|
4768
|
+
} | undefined;
|
|
4770
4769
|
cssVars?: Record<string, {
|
|
4771
4770
|
light?: Record<string, string> | undefined;
|
|
4772
4771
|
dark?: Record<string, string> | undefined;
|
|
4773
4772
|
}> | undefined;
|
|
4773
|
+
css?: Record<string, any> | undefined;
|
|
4774
4774
|
envVars?: Record<string, string> | undefined;
|
|
4775
4775
|
docs?: string | undefined;
|
|
4776
4776
|
fonts?: {
|
|
4777
|
-
type: "registry:font";
|
|
4778
4777
|
name: string;
|
|
4778
|
+
type: "registry:font";
|
|
4779
4779
|
role: "display" | "body" | "numeric";
|
|
4780
4780
|
font: {
|
|
4781
4781
|
family: string;
|
|
@@ -4785,25 +4785,17 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4785
4785
|
weight?: string[] | undefined;
|
|
4786
4786
|
subsets?: string[] | undefined;
|
|
4787
4787
|
};
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
content?: string[] | undefined;
|
|
4791
|
-
theme?: Record<string, any> | undefined;
|
|
4792
|
-
plugins?: string[] | undefined;
|
|
4793
|
-
} | undefined;
|
|
4794
|
-
} | undefined;
|
|
4788
|
+
title?: string | undefined;
|
|
4789
|
+
description?: string | undefined;
|
|
4795
4790
|
$schema?: string | undefined;
|
|
4796
|
-
css?: Record<string, any> | undefined;
|
|
4797
4791
|
extends?: string | undefined;
|
|
4798
|
-
title?: string | undefined;
|
|
4799
4792
|
author?: string | undefined;
|
|
4800
|
-
description?: string | undefined;
|
|
4801
4793
|
dependencies?: string[] | undefined;
|
|
4802
4794
|
devDependencies?: string[] | undefined;
|
|
4803
4795
|
registryDependencies?: string[] | undefined;
|
|
4804
4796
|
files?: ({
|
|
4805
4797
|
path: string;
|
|
4806
|
-
type: "registry:
|
|
4798
|
+
type: "registry:file" | "registry:page";
|
|
4807
4799
|
target: string;
|
|
4808
4800
|
content?: string | undefined;
|
|
4809
4801
|
} | {
|
|
@@ -4812,10 +4804,18 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
4812
4804
|
content?: string | undefined;
|
|
4813
4805
|
target?: string | undefined;
|
|
4814
4806
|
})[] | undefined;
|
|
4807
|
+
tailwind?: {
|
|
4808
|
+
config?: {
|
|
4809
|
+
content?: string[] | undefined;
|
|
4810
|
+
theme?: Record<string, any> | undefined;
|
|
4811
|
+
plugins?: string[] | undefined;
|
|
4812
|
+
} | undefined;
|
|
4813
|
+
} | undefined;
|
|
4815
4814
|
cssVars?: Record<string, {
|
|
4816
4815
|
light?: Record<string, string> | undefined;
|
|
4817
4816
|
dark?: Record<string, string> | undefined;
|
|
4818
4817
|
}> | undefined;
|
|
4818
|
+
css?: Record<string, any> | undefined;
|
|
4819
4819
|
envVars?: Record<string, string> | undefined;
|
|
4820
4820
|
meta?: Record<string, any> | undefined;
|
|
4821
4821
|
docs?: string | undefined;
|
|
@@ -4849,14 +4849,14 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
4849
4849
|
hasMore: z.ZodBoolean;
|
|
4850
4850
|
}, "strip", z.ZodTypeAny, {
|
|
4851
4851
|
total: number;
|
|
4852
|
-
offset: number;
|
|
4853
|
-
limit: number;
|
|
4854
4852
|
hasMore: boolean;
|
|
4853
|
+
limit: number;
|
|
4854
|
+
offset: number;
|
|
4855
4855
|
}, {
|
|
4856
4856
|
total: number;
|
|
4857
|
-
offset: number;
|
|
4858
|
-
limit: number;
|
|
4859
4857
|
hasMore: boolean;
|
|
4858
|
+
limit: number;
|
|
4859
|
+
offset: number;
|
|
4860
4860
|
}>;
|
|
4861
4861
|
items: z.ZodArray<z.ZodObject<{
|
|
4862
4862
|
name: z.ZodString;
|
|
@@ -4887,9 +4887,9 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
4887
4887
|
}[];
|
|
4888
4888
|
pagination: {
|
|
4889
4889
|
total: number;
|
|
4890
|
-
offset: number;
|
|
4891
|
-
limit: number;
|
|
4892
4890
|
hasMore: boolean;
|
|
4891
|
+
limit: number;
|
|
4892
|
+
offset: number;
|
|
4893
4893
|
};
|
|
4894
4894
|
}, {
|
|
4895
4895
|
items: {
|
|
@@ -4901,9 +4901,9 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
4901
4901
|
}[];
|
|
4902
4902
|
pagination: {
|
|
4903
4903
|
total: number;
|
|
4904
|
-
offset: number;
|
|
4905
|
-
limit: number;
|
|
4906
4904
|
hasMore: boolean;
|
|
4905
|
+
limit: number;
|
|
4906
|
+
offset: number;
|
|
4907
4907
|
};
|
|
4908
4908
|
}>;
|
|
4909
4909
|
declare const presetSchema: z.ZodObject<{
|
|
@@ -4918,24 +4918,24 @@ declare const presetSchema: z.ZodObject<{
|
|
|
4918
4918
|
menuAccent: z.ZodEnum<["subtle", "bold"]>;
|
|
4919
4919
|
menuColor: z.ZodEnum<["default", "inverted"]>;
|
|
4920
4920
|
}, "strip", z.ZodTypeAny, {
|
|
4921
|
-
iconLibrary: string;
|
|
4922
|
-
menuColor: "default" | "inverted";
|
|
4923
|
-
menuAccent: "subtle" | "bold";
|
|
4924
|
-
theme: string;
|
|
4925
4921
|
name: string;
|
|
4926
4922
|
title: string;
|
|
4927
4923
|
description: string;
|
|
4924
|
+
theme: string;
|
|
4925
|
+
iconLibrary: string;
|
|
4926
|
+
menuColor: "default" | "inverted";
|
|
4927
|
+
menuAccent: "subtle" | "bold";
|
|
4928
4928
|
fontVariant: string;
|
|
4929
4929
|
neutralTheme: string;
|
|
4930
4930
|
item?: string | undefined;
|
|
4931
4931
|
}, {
|
|
4932
|
-
iconLibrary: string;
|
|
4933
|
-
menuColor: "default" | "inverted";
|
|
4934
|
-
menuAccent: "subtle" | "bold";
|
|
4935
|
-
theme: string;
|
|
4936
4932
|
name: string;
|
|
4937
4933
|
title: string;
|
|
4938
4934
|
description: string;
|
|
4935
|
+
theme: string;
|
|
4936
|
+
iconLibrary: string;
|
|
4937
|
+
menuColor: "default" | "inverted";
|
|
4938
|
+
menuAccent: "subtle" | "bold";
|
|
4939
4939
|
fontVariant: string;
|
|
4940
4940
|
neutralTheme: string;
|
|
4941
4941
|
item?: string | undefined;
|
|
@@ -4954,50 +4954,50 @@ declare const configJsonSchema: z.ZodObject<{
|
|
|
4954
4954
|
menuAccent: z.ZodEnum<["subtle", "bold"]>;
|
|
4955
4955
|
menuColor: z.ZodEnum<["default", "inverted"]>;
|
|
4956
4956
|
}, "strip", z.ZodTypeAny, {
|
|
4957
|
-
iconLibrary: string;
|
|
4958
|
-
menuColor: "default" | "inverted";
|
|
4959
|
-
menuAccent: "subtle" | "bold";
|
|
4960
|
-
theme: string;
|
|
4961
4957
|
name: string;
|
|
4962
4958
|
title: string;
|
|
4963
4959
|
description: string;
|
|
4960
|
+
theme: string;
|
|
4961
|
+
iconLibrary: string;
|
|
4962
|
+
menuColor: "default" | "inverted";
|
|
4963
|
+
menuAccent: "subtle" | "bold";
|
|
4964
4964
|
fontVariant: string;
|
|
4965
4965
|
neutralTheme: string;
|
|
4966
4966
|
item?: string | undefined;
|
|
4967
4967
|
}, {
|
|
4968
|
-
iconLibrary: string;
|
|
4969
|
-
menuColor: "default" | "inverted";
|
|
4970
|
-
menuAccent: "subtle" | "bold";
|
|
4971
|
-
theme: string;
|
|
4972
4968
|
name: string;
|
|
4973
4969
|
title: string;
|
|
4974
4970
|
description: string;
|
|
4971
|
+
theme: string;
|
|
4972
|
+
iconLibrary: string;
|
|
4973
|
+
menuColor: "default" | "inverted";
|
|
4974
|
+
menuAccent: "subtle" | "bold";
|
|
4975
4975
|
fontVariant: string;
|
|
4976
4976
|
neutralTheme: string;
|
|
4977
4977
|
item?: string | undefined;
|
|
4978
4978
|
}>, "many">;
|
|
4979
4979
|
}, "strip", z.ZodTypeAny, {
|
|
4980
4980
|
presets: {
|
|
4981
|
-
iconLibrary: string;
|
|
4982
|
-
menuColor: "default" | "inverted";
|
|
4983
|
-
menuAccent: "subtle" | "bold";
|
|
4984
|
-
theme: string;
|
|
4985
4981
|
name: string;
|
|
4986
4982
|
title: string;
|
|
4987
4983
|
description: string;
|
|
4984
|
+
theme: string;
|
|
4985
|
+
iconLibrary: string;
|
|
4986
|
+
menuColor: "default" | "inverted";
|
|
4987
|
+
menuAccent: "subtle" | "bold";
|
|
4988
4988
|
fontVariant: string;
|
|
4989
4989
|
neutralTheme: string;
|
|
4990
4990
|
item?: string | undefined;
|
|
4991
4991
|
}[];
|
|
4992
4992
|
}, {
|
|
4993
4993
|
presets: {
|
|
4994
|
-
iconLibrary: string;
|
|
4995
|
-
menuColor: "default" | "inverted";
|
|
4996
|
-
menuAccent: "subtle" | "bold";
|
|
4997
|
-
theme: string;
|
|
4998
4994
|
name: string;
|
|
4999
4995
|
title: string;
|
|
5000
4996
|
description: string;
|
|
4997
|
+
theme: string;
|
|
4998
|
+
iconLibrary: string;
|
|
4999
|
+
menuColor: "default" | "inverted";
|
|
5000
|
+
menuAccent: "subtle" | "bold";
|
|
5001
5001
|
fontVariant: string;
|
|
5002
5002
|
neutralTheme: string;
|
|
5003
5003
|
item?: string | undefined;
|