hghcn 3.6.27 → 3.6.28

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.
@@ -86,6 +86,9 @@ declare const rawConfigSchema: z.ZodObject<{
86
86
  headers?: Record<string, string> | undefined;
87
87
  }>]>>>;
88
88
  }, "strict", z.ZodTypeAny, {
89
+ style: string;
90
+ rsc: boolean;
91
+ tsx: boolean;
89
92
  tailwind: {
90
93
  css: string;
91
94
  baseColor: string;
@@ -93,9 +96,6 @@ declare const rawConfigSchema: z.ZodObject<{
93
96
  config?: string | undefined;
94
97
  prefix?: string | undefined;
95
98
  };
96
- style: string;
97
- rsc: boolean;
98
- tsx: boolean;
99
99
  aliases: {
100
100
  components: string;
101
101
  utils: string;
@@ -113,6 +113,7 @@ declare const rawConfigSchema: z.ZodObject<{
113
113
  headers?: Record<string, string> | undefined;
114
114
  }> | undefined;
115
115
  }, {
116
+ style: string;
116
117
  tailwind: {
117
118
  css: string;
118
119
  baseColor: string;
@@ -120,7 +121,6 @@ declare const rawConfigSchema: z.ZodObject<{
120
121
  cssVariables?: boolean | undefined;
121
122
  prefix?: string | undefined;
122
123
  };
123
- style: string;
124
124
  aliases: {
125
125
  components: string;
126
126
  utils: string;
@@ -211,8 +211,8 @@ declare const configSchema: z.ZodObject<{
211
211
  ui: z.ZodString;
212
212
  }, "strip", z.ZodTypeAny, {
213
213
  components: string;
214
- ui: string;
215
214
  utils: string;
215
+ ui: string;
216
216
  lib: string;
217
217
  hooks: string;
218
218
  cwd: string;
@@ -220,8 +220,8 @@ declare const configSchema: z.ZodObject<{
220
220
  tailwindCss: string;
221
221
  }, {
222
222
  components: string;
223
- ui: string;
224
223
  utils: string;
224
+ ui: string;
225
225
  lib: string;
226
226
  hooks: string;
227
227
  cwd: string;
@@ -229,6 +229,9 @@ declare const configSchema: z.ZodObject<{
229
229
  tailwindCss: string;
230
230
  }>;
231
231
  }, "strict", z.ZodTypeAny, {
232
+ style: string;
233
+ rsc: boolean;
234
+ tsx: boolean;
232
235
  tailwind: {
233
236
  css: string;
234
237
  baseColor: string;
@@ -236,9 +239,6 @@ declare const configSchema: z.ZodObject<{
236
239
  config?: string | undefined;
237
240
  prefix?: string | undefined;
238
241
  };
239
- style: string;
240
- rsc: boolean;
241
- tsx: boolean;
242
242
  aliases: {
243
243
  components: string;
244
244
  utils: string;
@@ -248,8 +248,8 @@ declare const configSchema: z.ZodObject<{
248
248
  };
249
249
  resolvedPaths: {
250
250
  components: string;
251
- ui: string;
252
251
  utils: string;
252
+ ui: string;
253
253
  lib: string;
254
254
  hooks: string;
255
255
  cwd: string;
@@ -266,6 +266,7 @@ declare const configSchema: z.ZodObject<{
266
266
  headers?: Record<string, string> | undefined;
267
267
  }> | undefined;
268
268
  }, {
269
+ style: string;
269
270
  tailwind: {
270
271
  css: string;
271
272
  baseColor: string;
@@ -273,7 +274,6 @@ declare const configSchema: z.ZodObject<{
273
274
  cssVariables?: boolean | undefined;
274
275
  prefix?: string | undefined;
275
276
  };
276
- style: string;
277
277
  aliases: {
278
278
  components: string;
279
279
  utils: string;
@@ -283,8 +283,8 @@ declare const configSchema: z.ZodObject<{
283
283
  };
284
284
  resolvedPaths: {
285
285
  components: string;
286
- ui: string;
287
286
  utils: string;
287
+ ui: string;
288
288
  lib: string;
289
289
  hooks: string;
290
290
  cwd: string;
@@ -374,8 +374,8 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
374
374
  ui: z.ZodString;
375
375
  }, "strip", z.ZodTypeAny, {
376
376
  components: string;
377
- ui: string;
378
377
  utils: string;
378
+ ui: string;
379
379
  lib: string;
380
380
  hooks: string;
381
381
  cwd: string;
@@ -383,8 +383,8 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
383
383
  tailwindCss: string;
384
384
  }, {
385
385
  components: string;
386
- ui: string;
387
386
  utils: string;
387
+ ui: string;
388
388
  lib: string;
389
389
  hooks: string;
390
390
  cwd: string;
@@ -392,6 +392,9 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
392
392
  tailwindCss: string;
393
393
  }>;
394
394
  }, "strict", z.ZodTypeAny, {
395
+ style: string;
396
+ rsc: boolean;
397
+ tsx: boolean;
395
398
  tailwind: {
396
399
  css: string;
397
400
  baseColor: string;
@@ -399,9 +402,6 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
399
402
  config?: string | undefined;
400
403
  prefix?: string | undefined;
401
404
  };
402
- style: string;
403
- rsc: boolean;
404
- tsx: boolean;
405
405
  aliases: {
406
406
  components: string;
407
407
  utils: string;
@@ -411,8 +411,8 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
411
411
  };
412
412
  resolvedPaths: {
413
413
  components: string;
414
- ui: string;
415
414
  utils: string;
415
+ ui: string;
416
416
  lib: string;
417
417
  hooks: string;
418
418
  cwd: string;
@@ -429,6 +429,7 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
429
429
  headers?: Record<string, string> | undefined;
430
430
  }> | undefined;
431
431
  }, {
432
+ style: string;
432
433
  tailwind: {
433
434
  css: string;
434
435
  baseColor: string;
@@ -436,7 +437,6 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
436
437
  cssVariables?: boolean | undefined;
437
438
  prefix?: string | undefined;
438
439
  };
439
- style: string;
440
440
  aliases: {
441
441
  components: string;
442
442
  utils: string;
@@ -446,8 +446,8 @@ declare const workspaceConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
446
446
  };
447
447
  resolvedPaths: {
448
448
  components: string;
449
- ui: string;
450
449
  utils: string;
450
+ ui: string;
451
451
  lib: string;
452
452
  hooks: string;
453
453
  cwd: string;
@@ -650,6 +650,7 @@ declare const registryItemCommonSchema: z.ZodObject<{
650
650
  categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
651
651
  }, "strip", z.ZodTypeAny, {
652
652
  name: string;
653
+ $schema?: string | undefined;
653
654
  tailwind?: {
654
655
  config?: {
655
656
  content?: string[] | undefined;
@@ -657,7 +658,6 @@ declare const registryItemCommonSchema: z.ZodObject<{
657
658
  plugins?: string[] | undefined;
658
659
  } | undefined;
659
660
  } | undefined;
660
- $schema?: string | undefined;
661
661
  css?: Record<string, any> | undefined;
662
662
  extends?: string | undefined;
663
663
  title?: string | undefined;
@@ -688,6 +688,7 @@ declare const registryItemCommonSchema: z.ZodObject<{
688
688
  categories?: string[] | undefined;
689
689
  }, {
690
690
  name: string;
691
+ $schema?: string | undefined;
691
692
  tailwind?: {
692
693
  config?: {
693
694
  content?: string[] | undefined;
@@ -695,7 +696,6 @@ declare const registryItemCommonSchema: z.ZodObject<{
695
696
  plugins?: string[] | undefined;
696
697
  } | undefined;
697
698
  } | undefined;
698
- $schema?: string | undefined;
699
699
  css?: Record<string, any> | undefined;
700
700
  extends?: string | undefined;
701
701
  title?: string | undefined;
@@ -848,14 +848,14 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
848
848
  hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
849
849
  }, "strip", z.ZodTypeAny, {
850
850
  components?: string | undefined;
851
- ui?: string | undefined;
852
851
  utils?: string | undefined;
852
+ ui?: string | undefined;
853
853
  lib?: string | undefined;
854
854
  hooks?: string | undefined;
855
855
  }, {
856
856
  components?: string | undefined;
857
- ui?: string | undefined;
858
857
  utils?: string | undefined;
858
+ ui?: string | undefined;
859
859
  lib?: string | undefined;
860
860
  hooks?: string | undefined;
861
861
  }>>;
@@ -873,6 +873,10 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
873
873
  headers?: Record<string, string> | undefined;
874
874
  }>]>>>>;
875
875
  }, "strict", z.ZodTypeAny, {
876
+ $schema?: string | undefined;
877
+ style?: string | undefined;
878
+ rsc?: boolean | undefined;
879
+ tsx?: boolean | undefined;
876
880
  tailwind?: {
877
881
  config?: string | undefined;
878
882
  css?: string | undefined;
@@ -880,17 +884,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
880
884
  cssVariables?: boolean | undefined;
881
885
  prefix?: string | undefined;
882
886
  } | undefined;
883
- $schema?: string | undefined;
884
- style?: string | undefined;
885
- rsc?: boolean | undefined;
886
- tsx?: boolean | undefined;
887
887
  iconLibrary?: string | undefined;
888
888
  menuColor?: "default" | "inverted" | undefined;
889
889
  menuAccent?: "subtle" | "bold" | undefined;
890
890
  aliases?: {
891
891
  components?: string | undefined;
892
- ui?: string | undefined;
893
892
  utils?: string | undefined;
893
+ ui?: string | undefined;
894
894
  lib?: string | undefined;
895
895
  hooks?: string | undefined;
896
896
  } | undefined;
@@ -900,6 +900,10 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
900
900
  headers?: Record<string, string> | undefined;
901
901
  }> | undefined;
902
902
  }, {
903
+ $schema?: string | undefined;
904
+ style?: string | undefined;
905
+ rsc?: boolean | undefined;
906
+ tsx?: boolean | undefined;
903
907
  tailwind?: {
904
908
  config?: string | undefined;
905
909
  css?: string | undefined;
@@ -907,17 +911,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
907
911
  cssVariables?: boolean | undefined;
908
912
  prefix?: string | undefined;
909
913
  } | undefined;
910
- $schema?: string | undefined;
911
- style?: string | undefined;
912
- rsc?: boolean | undefined;
913
- tsx?: boolean | undefined;
914
914
  iconLibrary?: string | undefined;
915
915
  menuColor?: "default" | "inverted" | undefined;
916
916
  menuAccent?: "subtle" | "bold" | undefined;
917
917
  aliases?: {
918
918
  components?: string | undefined;
919
- ui?: string | undefined;
920
919
  utils?: string | undefined;
920
+ ui?: string | undefined;
921
921
  lib?: string | undefined;
922
922
  hooks?: string | undefined;
923
923
  } | undefined;
@@ -930,6 +930,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
930
930
  }, "strip", z.ZodTypeAny, {
931
931
  type: "registry:base";
932
932
  name: string;
933
+ $schema?: string | undefined;
933
934
  tailwind?: {
934
935
  config?: {
935
936
  content?: string[] | undefined;
@@ -937,8 +938,11 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
937
938
  plugins?: string[] | undefined;
938
939
  } | undefined;
939
940
  } | undefined;
940
- $schema?: string | undefined;
941
941
  config?: {
942
+ $schema?: string | undefined;
943
+ style?: string | undefined;
944
+ rsc?: boolean | undefined;
945
+ tsx?: boolean | undefined;
942
946
  tailwind?: {
943
947
  config?: string | undefined;
944
948
  css?: string | undefined;
@@ -946,17 +950,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
946
950
  cssVariables?: boolean | undefined;
947
951
  prefix?: string | undefined;
948
952
  } | undefined;
949
- $schema?: string | undefined;
950
- style?: string | undefined;
951
- rsc?: boolean | undefined;
952
- tsx?: boolean | undefined;
953
953
  iconLibrary?: string | undefined;
954
954
  menuColor?: "default" | "inverted" | undefined;
955
955
  menuAccent?: "subtle" | "bold" | undefined;
956
956
  aliases?: {
957
957
  components?: string | undefined;
958
- ui?: string | undefined;
959
958
  utils?: string | undefined;
959
+ ui?: string | undefined;
960
960
  lib?: string | undefined;
961
961
  hooks?: string | undefined;
962
962
  } | undefined;
@@ -997,6 +997,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
997
997
  }, {
998
998
  type: "registry:base";
999
999
  name: string;
1000
+ $schema?: string | undefined;
1000
1001
  tailwind?: {
1001
1002
  config?: {
1002
1003
  content?: string[] | undefined;
@@ -1004,8 +1005,11 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1004
1005
  plugins?: string[] | undefined;
1005
1006
  } | undefined;
1006
1007
  } | undefined;
1007
- $schema?: string | undefined;
1008
1008
  config?: {
1009
+ $schema?: string | undefined;
1010
+ style?: string | undefined;
1011
+ rsc?: boolean | undefined;
1012
+ tsx?: boolean | undefined;
1009
1013
  tailwind?: {
1010
1014
  config?: string | undefined;
1011
1015
  css?: string | undefined;
@@ -1013,17 +1017,13 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1013
1017
  cssVariables?: boolean | undefined;
1014
1018
  prefix?: string | undefined;
1015
1019
  } | undefined;
1016
- $schema?: string | undefined;
1017
- style?: string | undefined;
1018
- rsc?: boolean | undefined;
1019
- tsx?: boolean | undefined;
1020
1020
  iconLibrary?: string | undefined;
1021
1021
  menuColor?: "default" | "inverted" | undefined;
1022
1022
  menuAccent?: "subtle" | "bold" | undefined;
1023
1023
  aliases?: {
1024
1024
  components?: string | undefined;
1025
- ui?: string | undefined;
1026
1025
  utils?: string | undefined;
1026
+ ui?: string | undefined;
1027
1027
  lib?: string | undefined;
1028
1028
  hooks?: string | undefined;
1029
1029
  } | undefined;
@@ -1182,6 +1182,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1182
1182
  weight?: string[] | undefined;
1183
1183
  subsets?: string[] | undefined;
1184
1184
  };
1185
+ $schema?: string | undefined;
1185
1186
  tailwind?: {
1186
1187
  config?: {
1187
1188
  content?: string[] | undefined;
@@ -1189,7 +1190,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1189
1190
  plugins?: string[] | undefined;
1190
1191
  } | undefined;
1191
1192
  } | undefined;
1192
- $schema?: string | undefined;
1193
1193
  css?: Record<string, any> | undefined;
1194
1194
  extends?: string | undefined;
1195
1195
  title?: string | undefined;
@@ -1229,6 +1229,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1229
1229
  weight?: string[] | undefined;
1230
1230
  subsets?: string[] | undefined;
1231
1231
  };
1232
+ $schema?: string | undefined;
1232
1233
  tailwind?: {
1233
1234
  config?: {
1234
1235
  content?: string[] | undefined;
@@ -1236,7 +1237,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1236
1237
  plugins?: string[] | undefined;
1237
1238
  } | undefined;
1238
1239
  } | undefined;
1239
- $schema?: string | undefined;
1240
1240
  css?: Record<string, any> | undefined;
1241
1241
  extends?: string | undefined;
1242
1242
  title?: string | undefined;
@@ -1356,6 +1356,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1356
1356
  }, "strip", z.ZodTypeAny, {
1357
1357
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
1358
1358
  name: string;
1359
+ $schema?: string | undefined;
1359
1360
  tailwind?: {
1360
1361
  config?: {
1361
1362
  content?: string[] | undefined;
@@ -1363,7 +1364,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1363
1364
  plugins?: string[] | undefined;
1364
1365
  } | undefined;
1365
1366
  } | undefined;
1366
- $schema?: string | undefined;
1367
1367
  css?: Record<string, any> | undefined;
1368
1368
  extends?: string | undefined;
1369
1369
  title?: string | undefined;
@@ -1395,6 +1395,7 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1395
1395
  }, {
1396
1396
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
1397
1397
  name: string;
1398
+ $schema?: string | undefined;
1398
1399
  tailwind?: {
1399
1400
  config?: {
1400
1401
  content?: string[] | undefined;
@@ -1402,7 +1403,6 @@ declare const registryItemSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1402
1403
  plugins?: string[] | undefined;
1403
1404
  } | undefined;
1404
1405
  } | undefined;
1405
- $schema?: string | undefined;
1406
1406
  css?: Record<string, any> | undefined;
1407
1407
  extends?: string | undefined;
1408
1408
  title?: string | undefined;
@@ -1565,14 +1565,14 @@ declare const registrySchema: z.ZodObject<{
1565
1565
  hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1566
1566
  }, "strip", z.ZodTypeAny, {
1567
1567
  components?: string | undefined;
1568
- ui?: string | undefined;
1569
1568
  utils?: string | undefined;
1569
+ ui?: string | undefined;
1570
1570
  lib?: string | undefined;
1571
1571
  hooks?: string | undefined;
1572
1572
  }, {
1573
1573
  components?: string | undefined;
1574
- ui?: string | undefined;
1575
1574
  utils?: string | undefined;
1575
+ ui?: string | undefined;
1576
1576
  lib?: string | undefined;
1577
1577
  hooks?: string | undefined;
1578
1578
  }>>;
@@ -1590,6 +1590,10 @@ declare const registrySchema: z.ZodObject<{
1590
1590
  headers?: Record<string, string> | undefined;
1591
1591
  }>]>>>>;
1592
1592
  }, "strict", z.ZodTypeAny, {
1593
+ $schema?: string | undefined;
1594
+ style?: string | undefined;
1595
+ rsc?: boolean | undefined;
1596
+ tsx?: boolean | undefined;
1593
1597
  tailwind?: {
1594
1598
  config?: string | undefined;
1595
1599
  css?: string | undefined;
@@ -1597,17 +1601,13 @@ declare const registrySchema: z.ZodObject<{
1597
1601
  cssVariables?: boolean | undefined;
1598
1602
  prefix?: string | undefined;
1599
1603
  } | undefined;
1600
- $schema?: string | undefined;
1601
- style?: string | undefined;
1602
- rsc?: boolean | undefined;
1603
- tsx?: boolean | undefined;
1604
1604
  iconLibrary?: string | undefined;
1605
1605
  menuColor?: "default" | "inverted" | undefined;
1606
1606
  menuAccent?: "subtle" | "bold" | undefined;
1607
1607
  aliases?: {
1608
1608
  components?: string | undefined;
1609
- ui?: string | undefined;
1610
1609
  utils?: string | undefined;
1610
+ ui?: string | undefined;
1611
1611
  lib?: string | undefined;
1612
1612
  hooks?: string | undefined;
1613
1613
  } | undefined;
@@ -1617,6 +1617,10 @@ declare const registrySchema: z.ZodObject<{
1617
1617
  headers?: Record<string, string> | undefined;
1618
1618
  }> | undefined;
1619
1619
  }, {
1620
+ $schema?: string | undefined;
1621
+ style?: string | undefined;
1622
+ rsc?: boolean | undefined;
1623
+ tsx?: boolean | undefined;
1620
1624
  tailwind?: {
1621
1625
  config?: string | undefined;
1622
1626
  css?: string | undefined;
@@ -1624,17 +1628,13 @@ declare const registrySchema: z.ZodObject<{
1624
1628
  cssVariables?: boolean | undefined;
1625
1629
  prefix?: string | undefined;
1626
1630
  } | undefined;
1627
- $schema?: string | undefined;
1628
- style?: string | undefined;
1629
- rsc?: boolean | undefined;
1630
- tsx?: boolean | undefined;
1631
1631
  iconLibrary?: string | undefined;
1632
1632
  menuColor?: "default" | "inverted" | undefined;
1633
1633
  menuAccent?: "subtle" | "bold" | undefined;
1634
1634
  aliases?: {
1635
1635
  components?: string | undefined;
1636
- ui?: string | undefined;
1637
1636
  utils?: string | undefined;
1637
+ ui?: string | undefined;
1638
1638
  lib?: string | undefined;
1639
1639
  hooks?: string | undefined;
1640
1640
  } | undefined;
@@ -1647,6 +1647,7 @@ declare const registrySchema: z.ZodObject<{
1647
1647
  }, "strip", z.ZodTypeAny, {
1648
1648
  type: "registry:base";
1649
1649
  name: string;
1650
+ $schema?: string | undefined;
1650
1651
  tailwind?: {
1651
1652
  config?: {
1652
1653
  content?: string[] | undefined;
@@ -1654,8 +1655,11 @@ declare const registrySchema: z.ZodObject<{
1654
1655
  plugins?: string[] | undefined;
1655
1656
  } | undefined;
1656
1657
  } | undefined;
1657
- $schema?: string | undefined;
1658
1658
  config?: {
1659
+ $schema?: string | undefined;
1660
+ style?: string | undefined;
1661
+ rsc?: boolean | undefined;
1662
+ tsx?: boolean | undefined;
1659
1663
  tailwind?: {
1660
1664
  config?: string | undefined;
1661
1665
  css?: string | undefined;
@@ -1663,17 +1667,13 @@ declare const registrySchema: z.ZodObject<{
1663
1667
  cssVariables?: boolean | undefined;
1664
1668
  prefix?: string | undefined;
1665
1669
  } | undefined;
1666
- $schema?: string | undefined;
1667
- style?: string | undefined;
1668
- rsc?: boolean | undefined;
1669
- tsx?: boolean | undefined;
1670
1670
  iconLibrary?: string | undefined;
1671
1671
  menuColor?: "default" | "inverted" | undefined;
1672
1672
  menuAccent?: "subtle" | "bold" | undefined;
1673
1673
  aliases?: {
1674
1674
  components?: string | undefined;
1675
- ui?: string | undefined;
1676
1675
  utils?: string | undefined;
1676
+ ui?: string | undefined;
1677
1677
  lib?: string | undefined;
1678
1678
  hooks?: string | undefined;
1679
1679
  } | undefined;
@@ -1714,6 +1714,7 @@ declare const registrySchema: z.ZodObject<{
1714
1714
  }, {
1715
1715
  type: "registry:base";
1716
1716
  name: string;
1717
+ $schema?: string | undefined;
1717
1718
  tailwind?: {
1718
1719
  config?: {
1719
1720
  content?: string[] | undefined;
@@ -1721,8 +1722,11 @@ declare const registrySchema: z.ZodObject<{
1721
1722
  plugins?: string[] | undefined;
1722
1723
  } | undefined;
1723
1724
  } | undefined;
1724
- $schema?: string | undefined;
1725
1725
  config?: {
1726
+ $schema?: string | undefined;
1727
+ style?: string | undefined;
1728
+ rsc?: boolean | undefined;
1729
+ tsx?: boolean | undefined;
1726
1730
  tailwind?: {
1727
1731
  config?: string | undefined;
1728
1732
  css?: string | undefined;
@@ -1730,17 +1734,13 @@ declare const registrySchema: z.ZodObject<{
1730
1734
  cssVariables?: boolean | undefined;
1731
1735
  prefix?: string | undefined;
1732
1736
  } | undefined;
1733
- $schema?: string | undefined;
1734
- style?: string | undefined;
1735
- rsc?: boolean | undefined;
1736
- tsx?: boolean | undefined;
1737
1737
  iconLibrary?: string | undefined;
1738
1738
  menuColor?: "default" | "inverted" | undefined;
1739
1739
  menuAccent?: "subtle" | "bold" | undefined;
1740
1740
  aliases?: {
1741
1741
  components?: string | undefined;
1742
- ui?: string | undefined;
1743
1742
  utils?: string | undefined;
1743
+ ui?: string | undefined;
1744
1744
  lib?: string | undefined;
1745
1745
  hooks?: string | undefined;
1746
1746
  } | undefined;
@@ -1899,6 +1899,7 @@ declare const registrySchema: z.ZodObject<{
1899
1899
  weight?: string[] | undefined;
1900
1900
  subsets?: string[] | undefined;
1901
1901
  };
1902
+ $schema?: string | undefined;
1902
1903
  tailwind?: {
1903
1904
  config?: {
1904
1905
  content?: string[] | undefined;
@@ -1906,7 +1907,6 @@ declare const registrySchema: z.ZodObject<{
1906
1907
  plugins?: string[] | undefined;
1907
1908
  } | undefined;
1908
1909
  } | undefined;
1909
- $schema?: string | undefined;
1910
1910
  css?: Record<string, any> | undefined;
1911
1911
  extends?: string | undefined;
1912
1912
  title?: string | undefined;
@@ -1946,6 +1946,7 @@ declare const registrySchema: z.ZodObject<{
1946
1946
  weight?: string[] | undefined;
1947
1947
  subsets?: string[] | undefined;
1948
1948
  };
1949
+ $schema?: string | undefined;
1949
1950
  tailwind?: {
1950
1951
  config?: {
1951
1952
  content?: string[] | undefined;
@@ -1953,7 +1954,6 @@ declare const registrySchema: z.ZodObject<{
1953
1954
  plugins?: string[] | undefined;
1954
1955
  } | undefined;
1955
1956
  } | undefined;
1956
- $schema?: string | undefined;
1957
1957
  css?: Record<string, any> | undefined;
1958
1958
  extends?: string | undefined;
1959
1959
  title?: string | undefined;
@@ -2073,6 +2073,7 @@ declare const registrySchema: z.ZodObject<{
2073
2073
  }, "strip", z.ZodTypeAny, {
2074
2074
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
2075
2075
  name: string;
2076
+ $schema?: string | undefined;
2076
2077
  tailwind?: {
2077
2078
  config?: {
2078
2079
  content?: string[] | undefined;
@@ -2080,7 +2081,6 @@ declare const registrySchema: z.ZodObject<{
2080
2081
  plugins?: string[] | undefined;
2081
2082
  } | undefined;
2082
2083
  } | undefined;
2083
- $schema?: string | undefined;
2084
2084
  css?: Record<string, any> | undefined;
2085
2085
  extends?: string | undefined;
2086
2086
  title?: string | undefined;
@@ -2112,6 +2112,7 @@ declare const registrySchema: z.ZodObject<{
2112
2112
  }, {
2113
2113
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
2114
2114
  name: string;
2115
+ $schema?: string | undefined;
2115
2116
  tailwind?: {
2116
2117
  config?: {
2117
2118
  content?: string[] | undefined;
@@ -2119,7 +2120,6 @@ declare const registrySchema: z.ZodObject<{
2119
2120
  plugins?: string[] | undefined;
2120
2121
  } | undefined;
2121
2122
  } | undefined;
2122
- $schema?: string | undefined;
2123
2123
  css?: Record<string, any> | undefined;
2124
2124
  extends?: string | undefined;
2125
2125
  title?: string | undefined;
@@ -2155,6 +2155,7 @@ declare const registrySchema: z.ZodObject<{
2155
2155
  items: ({
2156
2156
  type: "registry:base";
2157
2157
  name: string;
2158
+ $schema?: string | undefined;
2158
2159
  tailwind?: {
2159
2160
  config?: {
2160
2161
  content?: string[] | undefined;
@@ -2162,8 +2163,11 @@ declare const registrySchema: z.ZodObject<{
2162
2163
  plugins?: string[] | undefined;
2163
2164
  } | undefined;
2164
2165
  } | undefined;
2165
- $schema?: string | undefined;
2166
2166
  config?: {
2167
+ $schema?: string | undefined;
2168
+ style?: string | undefined;
2169
+ rsc?: boolean | undefined;
2170
+ tsx?: boolean | undefined;
2167
2171
  tailwind?: {
2168
2172
  config?: string | undefined;
2169
2173
  css?: string | undefined;
@@ -2171,17 +2175,13 @@ declare const registrySchema: z.ZodObject<{
2171
2175
  cssVariables?: boolean | undefined;
2172
2176
  prefix?: string | undefined;
2173
2177
  } | undefined;
2174
- $schema?: string | undefined;
2175
- style?: string | undefined;
2176
- rsc?: boolean | undefined;
2177
- tsx?: boolean | undefined;
2178
2178
  iconLibrary?: string | undefined;
2179
2179
  menuColor?: "default" | "inverted" | undefined;
2180
2180
  menuAccent?: "subtle" | "bold" | undefined;
2181
2181
  aliases?: {
2182
2182
  components?: string | undefined;
2183
- ui?: string | undefined;
2184
2183
  utils?: string | undefined;
2184
+ ui?: string | undefined;
2185
2185
  lib?: string | undefined;
2186
2186
  hooks?: string | undefined;
2187
2187
  } | undefined;
@@ -2230,6 +2230,7 @@ declare const registrySchema: z.ZodObject<{
2230
2230
  weight?: string[] | undefined;
2231
2231
  subsets?: string[] | undefined;
2232
2232
  };
2233
+ $schema?: string | undefined;
2233
2234
  tailwind?: {
2234
2235
  config?: {
2235
2236
  content?: string[] | undefined;
@@ -2237,7 +2238,6 @@ declare const registrySchema: z.ZodObject<{
2237
2238
  plugins?: string[] | undefined;
2238
2239
  } | undefined;
2239
2240
  } | undefined;
2240
- $schema?: string | undefined;
2241
2241
  css?: Record<string, any> | undefined;
2242
2242
  extends?: string | undefined;
2243
2243
  title?: string | undefined;
@@ -2269,6 +2269,7 @@ declare const registrySchema: z.ZodObject<{
2269
2269
  } | {
2270
2270
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
2271
2271
  name: string;
2272
+ $schema?: string | undefined;
2272
2273
  tailwind?: {
2273
2274
  config?: {
2274
2275
  content?: string[] | undefined;
@@ -2276,7 +2277,6 @@ declare const registrySchema: z.ZodObject<{
2276
2277
  plugins?: string[] | undefined;
2277
2278
  } | undefined;
2278
2279
  } | undefined;
2279
- $schema?: string | undefined;
2280
2280
  css?: Record<string, any> | undefined;
2281
2281
  extends?: string | undefined;
2282
2282
  title?: string | undefined;
@@ -2312,6 +2312,7 @@ declare const registrySchema: z.ZodObject<{
2312
2312
  items: ({
2313
2313
  type: "registry:base";
2314
2314
  name: string;
2315
+ $schema?: string | undefined;
2315
2316
  tailwind?: {
2316
2317
  config?: {
2317
2318
  content?: string[] | undefined;
@@ -2319,8 +2320,11 @@ declare const registrySchema: z.ZodObject<{
2319
2320
  plugins?: string[] | undefined;
2320
2321
  } | undefined;
2321
2322
  } | undefined;
2322
- $schema?: string | undefined;
2323
2323
  config?: {
2324
+ $schema?: string | undefined;
2325
+ style?: string | undefined;
2326
+ rsc?: boolean | undefined;
2327
+ tsx?: boolean | undefined;
2324
2328
  tailwind?: {
2325
2329
  config?: string | undefined;
2326
2330
  css?: string | undefined;
@@ -2328,17 +2332,13 @@ declare const registrySchema: z.ZodObject<{
2328
2332
  cssVariables?: boolean | undefined;
2329
2333
  prefix?: string | undefined;
2330
2334
  } | undefined;
2331
- $schema?: string | undefined;
2332
- style?: string | undefined;
2333
- rsc?: boolean | undefined;
2334
- tsx?: boolean | undefined;
2335
2335
  iconLibrary?: string | undefined;
2336
2336
  menuColor?: "default" | "inverted" | undefined;
2337
2337
  menuAccent?: "subtle" | "bold" | undefined;
2338
2338
  aliases?: {
2339
2339
  components?: string | undefined;
2340
- ui?: string | undefined;
2341
2340
  utils?: string | undefined;
2341
+ ui?: string | undefined;
2342
2342
  lib?: string | undefined;
2343
2343
  hooks?: string | undefined;
2344
2344
  } | undefined;
@@ -2387,6 +2387,7 @@ declare const registrySchema: z.ZodObject<{
2387
2387
  weight?: string[] | undefined;
2388
2388
  subsets?: string[] | undefined;
2389
2389
  };
2390
+ $schema?: string | undefined;
2390
2391
  tailwind?: {
2391
2392
  config?: {
2392
2393
  content?: string[] | undefined;
@@ -2394,7 +2395,6 @@ declare const registrySchema: z.ZodObject<{
2394
2395
  plugins?: string[] | undefined;
2395
2396
  } | undefined;
2396
2397
  } | undefined;
2397
- $schema?: string | undefined;
2398
2398
  css?: Record<string, any> | undefined;
2399
2399
  extends?: string | undefined;
2400
2400
  title?: string | undefined;
@@ -2426,6 +2426,7 @@ declare const registrySchema: z.ZodObject<{
2426
2426
  } | {
2427
2427
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
2428
2428
  name: string;
2429
+ $schema?: string | undefined;
2429
2430
  tailwind?: {
2430
2431
  config?: {
2431
2432
  content?: string[] | undefined;
@@ -2433,7 +2434,6 @@ declare const registrySchema: z.ZodObject<{
2433
2434
  plugins?: string[] | undefined;
2434
2435
  } | undefined;
2435
2436
  } | undefined;
2436
- $schema?: string | undefined;
2437
2437
  css?: Record<string, any> | undefined;
2438
2438
  extends?: string | undefined;
2439
2439
  title?: string | undefined;
@@ -2588,14 +2588,14 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2588
2588
  hooks: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2589
2589
  }, "strip", z.ZodTypeAny, {
2590
2590
  components?: string | undefined;
2591
- ui?: string | undefined;
2592
2591
  utils?: string | undefined;
2592
+ ui?: string | undefined;
2593
2593
  lib?: string | undefined;
2594
2594
  hooks?: string | undefined;
2595
2595
  }, {
2596
2596
  components?: string | undefined;
2597
- ui?: string | undefined;
2598
2597
  utils?: string | undefined;
2598
+ ui?: string | undefined;
2599
2599
  lib?: string | undefined;
2600
2600
  hooks?: string | undefined;
2601
2601
  }>>;
@@ -2613,6 +2613,10 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2613
2613
  headers?: Record<string, string> | undefined;
2614
2614
  }>]>>>>;
2615
2615
  }, "strict", z.ZodTypeAny, {
2616
+ $schema?: string | undefined;
2617
+ style?: string | undefined;
2618
+ rsc?: boolean | undefined;
2619
+ tsx?: boolean | undefined;
2616
2620
  tailwind?: {
2617
2621
  config?: string | undefined;
2618
2622
  css?: string | undefined;
@@ -2620,17 +2624,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2620
2624
  cssVariables?: boolean | undefined;
2621
2625
  prefix?: string | undefined;
2622
2626
  } | undefined;
2623
- $schema?: string | undefined;
2624
- style?: string | undefined;
2625
- rsc?: boolean | undefined;
2626
- tsx?: boolean | undefined;
2627
2627
  iconLibrary?: string | undefined;
2628
2628
  menuColor?: "default" | "inverted" | undefined;
2629
2629
  menuAccent?: "subtle" | "bold" | undefined;
2630
2630
  aliases?: {
2631
2631
  components?: string | undefined;
2632
- ui?: string | undefined;
2633
2632
  utils?: string | undefined;
2633
+ ui?: string | undefined;
2634
2634
  lib?: string | undefined;
2635
2635
  hooks?: string | undefined;
2636
2636
  } | undefined;
@@ -2640,6 +2640,10 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2640
2640
  headers?: Record<string, string> | undefined;
2641
2641
  }> | undefined;
2642
2642
  }, {
2643
+ $schema?: string | undefined;
2644
+ style?: string | undefined;
2645
+ rsc?: boolean | undefined;
2646
+ tsx?: boolean | undefined;
2643
2647
  tailwind?: {
2644
2648
  config?: string | undefined;
2645
2649
  css?: string | undefined;
@@ -2647,17 +2651,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2647
2651
  cssVariables?: boolean | undefined;
2648
2652
  prefix?: string | undefined;
2649
2653
  } | undefined;
2650
- $schema?: string | undefined;
2651
- style?: string | undefined;
2652
- rsc?: boolean | undefined;
2653
- tsx?: boolean | undefined;
2654
2654
  iconLibrary?: string | undefined;
2655
2655
  menuColor?: "default" | "inverted" | undefined;
2656
2656
  menuAccent?: "subtle" | "bold" | undefined;
2657
2657
  aliases?: {
2658
2658
  components?: string | undefined;
2659
- ui?: string | undefined;
2660
2659
  utils?: string | undefined;
2660
+ ui?: string | undefined;
2661
2661
  lib?: string | undefined;
2662
2662
  hooks?: string | undefined;
2663
2663
  } | undefined;
@@ -2670,6 +2670,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2670
2670
  }, "strip", z.ZodTypeAny, {
2671
2671
  type: "registry:base";
2672
2672
  name: string;
2673
+ $schema?: string | undefined;
2673
2674
  tailwind?: {
2674
2675
  config?: {
2675
2676
  content?: string[] | undefined;
@@ -2677,8 +2678,11 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2677
2678
  plugins?: string[] | undefined;
2678
2679
  } | undefined;
2679
2680
  } | undefined;
2680
- $schema?: string | undefined;
2681
2681
  config?: {
2682
+ $schema?: string | undefined;
2683
+ style?: string | undefined;
2684
+ rsc?: boolean | undefined;
2685
+ tsx?: boolean | undefined;
2682
2686
  tailwind?: {
2683
2687
  config?: string | undefined;
2684
2688
  css?: string | undefined;
@@ -2686,17 +2690,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2686
2690
  cssVariables?: boolean | undefined;
2687
2691
  prefix?: string | undefined;
2688
2692
  } | undefined;
2689
- $schema?: string | undefined;
2690
- style?: string | undefined;
2691
- rsc?: boolean | undefined;
2692
- tsx?: boolean | undefined;
2693
2693
  iconLibrary?: string | undefined;
2694
2694
  menuColor?: "default" | "inverted" | undefined;
2695
2695
  menuAccent?: "subtle" | "bold" | undefined;
2696
2696
  aliases?: {
2697
2697
  components?: string | undefined;
2698
- ui?: string | undefined;
2699
2698
  utils?: string | undefined;
2699
+ ui?: string | undefined;
2700
2700
  lib?: string | undefined;
2701
2701
  hooks?: string | undefined;
2702
2702
  } | undefined;
@@ -2737,6 +2737,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2737
2737
  }, {
2738
2738
  type: "registry:base";
2739
2739
  name: string;
2740
+ $schema?: string | undefined;
2740
2741
  tailwind?: {
2741
2742
  config?: {
2742
2743
  content?: string[] | undefined;
@@ -2744,8 +2745,11 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2744
2745
  plugins?: string[] | undefined;
2745
2746
  } | undefined;
2746
2747
  } | undefined;
2747
- $schema?: string | undefined;
2748
2748
  config?: {
2749
+ $schema?: string | undefined;
2750
+ style?: string | undefined;
2751
+ rsc?: boolean | undefined;
2752
+ tsx?: boolean | undefined;
2749
2753
  tailwind?: {
2750
2754
  config?: string | undefined;
2751
2755
  css?: string | undefined;
@@ -2753,17 +2757,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2753
2757
  cssVariables?: boolean | undefined;
2754
2758
  prefix?: string | undefined;
2755
2759
  } | undefined;
2756
- $schema?: string | undefined;
2757
- style?: string | undefined;
2758
- rsc?: boolean | undefined;
2759
- tsx?: boolean | undefined;
2760
2760
  iconLibrary?: string | undefined;
2761
2761
  menuColor?: "default" | "inverted" | undefined;
2762
2762
  menuAccent?: "subtle" | "bold" | undefined;
2763
2763
  aliases?: {
2764
2764
  components?: string | undefined;
2765
- ui?: string | undefined;
2766
2765
  utils?: string | undefined;
2766
+ ui?: string | undefined;
2767
2767
  lib?: string | undefined;
2768
2768
  hooks?: string | undefined;
2769
2769
  } | undefined;
@@ -2922,6 +2922,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2922
2922
  weight?: string[] | undefined;
2923
2923
  subsets?: string[] | undefined;
2924
2924
  };
2925
+ $schema?: string | undefined;
2925
2926
  tailwind?: {
2926
2927
  config?: {
2927
2928
  content?: string[] | undefined;
@@ -2929,7 +2930,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2929
2930
  plugins?: string[] | undefined;
2930
2931
  } | undefined;
2931
2932
  } | undefined;
2932
- $schema?: string | undefined;
2933
2933
  css?: Record<string, any> | undefined;
2934
2934
  extends?: string | undefined;
2935
2935
  title?: string | undefined;
@@ -2969,6 +2969,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2969
2969
  weight?: string[] | undefined;
2970
2970
  subsets?: string[] | undefined;
2971
2971
  };
2972
+ $schema?: string | undefined;
2972
2973
  tailwind?: {
2973
2974
  config?: {
2974
2975
  content?: string[] | undefined;
@@ -2976,7 +2977,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
2976
2977
  plugins?: string[] | undefined;
2977
2978
  } | undefined;
2978
2979
  } | undefined;
2979
- $schema?: string | undefined;
2980
2980
  css?: Record<string, any> | undefined;
2981
2981
  extends?: string | undefined;
2982
2982
  title?: string | undefined;
@@ -3096,6 +3096,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
3096
3096
  }, "strip", z.ZodTypeAny, {
3097
3097
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
3098
3098
  name: string;
3099
+ $schema?: string | undefined;
3099
3100
  tailwind?: {
3100
3101
  config?: {
3101
3102
  content?: string[] | undefined;
@@ -3103,7 +3104,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
3103
3104
  plugins?: string[] | undefined;
3104
3105
  } | undefined;
3105
3106
  } | undefined;
3106
- $schema?: string | undefined;
3107
3107
  css?: Record<string, any> | undefined;
3108
3108
  extends?: string | undefined;
3109
3109
  title?: string | undefined;
@@ -3135,6 +3135,7 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
3135
3135
  }, {
3136
3136
  type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:page" | "registry:file" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
3137
3137
  name: string;
3138
+ $schema?: string | undefined;
3138
3139
  tailwind?: {
3139
3140
  config?: {
3140
3141
  content?: string[] | undefined;
@@ -3142,7 +3143,6 @@ declare const registryIndexSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z
3142
3143
  plugins?: string[] | undefined;
3143
3144
  } | undefined;
3144
3145
  } | undefined;
3145
- $schema?: string | undefined;
3146
3146
  css?: Record<string, any> | undefined;
3147
3147
  extends?: string | undefined;
3148
3148
  title?: string | undefined;
@@ -3465,6 +3465,7 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3465
3465
  weight?: string[] | undefined;
3466
3466
  subsets?: string[] | undefined;
3467
3467
  };
3468
+ $schema?: string | undefined;
3468
3469
  tailwind?: {
3469
3470
  config?: {
3470
3471
  content?: string[] | undefined;
@@ -3472,7 +3473,6 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3472
3473
  plugins?: string[] | undefined;
3473
3474
  } | undefined;
3474
3475
  } | undefined;
3475
- $schema?: string | undefined;
3476
3476
  css?: Record<string, any> | undefined;
3477
3477
  extends?: string | undefined;
3478
3478
  title?: string | undefined;
@@ -3512,6 +3512,7 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3512
3512
  weight?: string[] | undefined;
3513
3513
  subsets?: string[] | undefined;
3514
3514
  };
3515
+ $schema?: string | undefined;
3515
3516
  tailwind?: {
3516
3517
  config?: {
3517
3518
  content?: string[] | undefined;
@@ -3519,7 +3520,6 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3519
3520
  plugins?: string[] | undefined;
3520
3521
  } | undefined;
3521
3522
  } | undefined;
3522
- $schema?: string | undefined;
3523
3523
  css?: Record<string, any> | undefined;
3524
3524
  extends?: string | undefined;
3525
3525
  title?: string | undefined;
@@ -3589,6 +3589,7 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3589
3589
  weight?: string[] | undefined;
3590
3590
  subsets?: string[] | undefined;
3591
3591
  };
3592
+ $schema?: string | undefined;
3592
3593
  tailwind?: {
3593
3594
  config?: {
3594
3595
  content?: string[] | undefined;
@@ -3596,7 +3597,6 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3596
3597
  plugins?: string[] | undefined;
3597
3598
  } | undefined;
3598
3599
  } | undefined;
3599
- $schema?: string | undefined;
3600
3600
  css?: Record<string, any> | undefined;
3601
3601
  extends?: string | undefined;
3602
3602
  title?: string | undefined;
@@ -3666,6 +3666,7 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3666
3666
  weight?: string[] | undefined;
3667
3667
  subsets?: string[] | undefined;
3668
3668
  };
3669
+ $schema?: string | undefined;
3669
3670
  tailwind?: {
3670
3671
  config?: {
3671
3672
  content?: string[] | undefined;
@@ -3673,7 +3674,6 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
3673
3674
  plugins?: string[] | undefined;
3674
3675
  } | undefined;
3675
3676
  } | undefined;
3676
- $schema?: string | undefined;
3677
3677
  css?: Record<string, any> | undefined;
3678
3678
  extends?: string | undefined;
3679
3679
  title?: string | undefined;