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