@mintlify/validation 0.1.287 → 0.1.289

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.
@@ -319,6 +319,17 @@ export declare const standardConfigSchema: {
319
319
  name: string;
320
320
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
321
321
  }>]>>;
322
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
323
+ light: import("zod").ZodOptional<import("zod").ZodString>;
324
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
325
+ }, "strict", import("zod").ZodTypeAny, {
326
+ light?: string | undefined;
327
+ dark?: string | undefined;
328
+ }, {
329
+ light?: string | undefined;
330
+ dark?: string | undefined;
331
+ }>>;
332
+ description: import("zod").ZodOptional<import("zod").ZodString>;
322
333
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
323
334
  dropdown: import("zod").ZodString;
324
335
  href: import("zod").ZodString;
@@ -329,6 +340,11 @@ export declare const standardConfigSchema: {
329
340
  name: string;
330
341
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
331
342
  } | undefined;
343
+ color?: {
344
+ light?: string | undefined;
345
+ dark?: string | undefined;
346
+ } | undefined;
347
+ description?: string | undefined;
332
348
  hidden?: boolean | undefined;
333
349
  }, {
334
350
  href: string;
@@ -337,6 +353,11 @@ export declare const standardConfigSchema: {
337
353
  name: string;
338
354
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
339
355
  } | undefined;
356
+ color?: {
357
+ light?: string | undefined;
358
+ dark?: string | undefined;
359
+ } | undefined;
360
+ description?: string | undefined;
340
361
  hidden?: boolean | undefined;
341
362
  }>, "many">>;
342
363
  anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -417,6 +438,11 @@ export declare const standardConfigSchema: {
417
438
  name: string;
418
439
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
419
440
  } | undefined;
441
+ color?: {
442
+ light?: string | undefined;
443
+ dark?: string | undefined;
444
+ } | undefined;
445
+ description?: string | undefined;
420
446
  hidden?: boolean | undefined;
421
447
  }[] | undefined;
422
448
  anchors?: {
@@ -461,6 +487,11 @@ export declare const standardConfigSchema: {
461
487
  name: string;
462
488
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
463
489
  } | undefined;
490
+ color?: {
491
+ light?: string | undefined;
492
+ dark?: string | undefined;
493
+ } | undefined;
494
+ description?: string | undefined;
464
495
  hidden?: boolean | undefined;
465
496
  }[] | undefined;
466
497
  anchors?: {
@@ -509,6 +540,11 @@ export declare const standardConfigSchema: {
509
540
  name: string;
510
541
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
511
542
  } | undefined;
543
+ color?: {
544
+ light?: string | undefined;
545
+ dark?: string | undefined;
546
+ } | undefined;
547
+ description?: string | undefined;
512
548
  hidden?: boolean | undefined;
513
549
  }[] | undefined;
514
550
  anchors?: {
@@ -556,6 +592,11 @@ export declare const standardConfigSchema: {
556
592
  name: string;
557
593
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
558
594
  } | undefined;
595
+ color?: {
596
+ light?: string | undefined;
597
+ dark?: string | undefined;
598
+ } | undefined;
599
+ description?: string | undefined;
559
600
  hidden?: boolean | undefined;
560
601
  }[] | undefined;
561
602
  anchors?: {
@@ -648,6 +689,17 @@ export declare const standardConfigSchema: {
648
689
  name: string;
649
690
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
650
691
  }>]>>;
692
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
693
+ light: import("zod").ZodOptional<import("zod").ZodString>;
694
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
695
+ }, "strict", import("zod").ZodTypeAny, {
696
+ light?: string | undefined;
697
+ dark?: string | undefined;
698
+ }, {
699
+ light?: string | undefined;
700
+ dark?: string | undefined;
701
+ }>>;
702
+ description: import("zod").ZodOptional<import("zod").ZodString>;
651
703
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
652
704
  dropdown: import("zod").ZodString;
653
705
  href: import("zod").ZodString;
@@ -658,6 +710,11 @@ export declare const standardConfigSchema: {
658
710
  name: string;
659
711
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
660
712
  } | undefined;
713
+ color?: {
714
+ light?: string | undefined;
715
+ dark?: string | undefined;
716
+ } | undefined;
717
+ description?: string | undefined;
661
718
  hidden?: boolean | undefined;
662
719
  }, {
663
720
  href: string;
@@ -666,6 +723,11 @@ export declare const standardConfigSchema: {
666
723
  name: string;
667
724
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
668
725
  } | undefined;
726
+ color?: {
727
+ light?: string | undefined;
728
+ dark?: string | undefined;
729
+ } | undefined;
730
+ description?: string | undefined;
669
731
  hidden?: boolean | undefined;
670
732
  }>, "many">>;
671
733
  anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -746,6 +808,11 @@ export declare const standardConfigSchema: {
746
808
  name: string;
747
809
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
748
810
  } | undefined;
811
+ color?: {
812
+ light?: string | undefined;
813
+ dark?: string | undefined;
814
+ } | undefined;
815
+ description?: string | undefined;
749
816
  hidden?: boolean | undefined;
750
817
  }[] | undefined;
751
818
  anchors?: {
@@ -790,6 +857,11 @@ export declare const standardConfigSchema: {
790
857
  name: string;
791
858
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
792
859
  } | undefined;
860
+ color?: {
861
+ light?: string | undefined;
862
+ dark?: string | undefined;
863
+ } | undefined;
864
+ description?: string | undefined;
793
865
  hidden?: boolean | undefined;
794
866
  }[] | undefined;
795
867
  anchors?: {
@@ -838,6 +910,11 @@ export declare const standardConfigSchema: {
838
910
  name: string;
839
911
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
840
912
  } | undefined;
913
+ color?: {
914
+ light?: string | undefined;
915
+ dark?: string | undefined;
916
+ } | undefined;
917
+ description?: string | undefined;
841
918
  hidden?: boolean | undefined;
842
919
  }[] | undefined;
843
920
  anchors?: {
@@ -885,6 +962,11 @@ export declare const standardConfigSchema: {
885
962
  name: string;
886
963
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
887
964
  } | undefined;
965
+ color?: {
966
+ light?: string | undefined;
967
+ dark?: string | undefined;
968
+ } | undefined;
969
+ description?: string | undefined;
888
970
  hidden?: boolean | undefined;
889
971
  }[] | undefined;
890
972
  anchors?: {
@@ -977,6 +1059,17 @@ export declare const standardConfigSchema: {
977
1059
  name: string;
978
1060
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
979
1061
  }>]>>;
1062
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
1063
+ light: import("zod").ZodOptional<import("zod").ZodString>;
1064
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
1065
+ }, "strict", import("zod").ZodTypeAny, {
1066
+ light?: string | undefined;
1067
+ dark?: string | undefined;
1068
+ }, {
1069
+ light?: string | undefined;
1070
+ dark?: string | undefined;
1071
+ }>>;
1072
+ description: import("zod").ZodOptional<import("zod").ZodString>;
980
1073
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
981
1074
  dropdown: import("zod").ZodString;
982
1075
  href: import("zod").ZodString;
@@ -987,6 +1080,11 @@ export declare const standardConfigSchema: {
987
1080
  name: string;
988
1081
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
989
1082
  } | undefined;
1083
+ color?: {
1084
+ light?: string | undefined;
1085
+ dark?: string | undefined;
1086
+ } | undefined;
1087
+ description?: string | undefined;
990
1088
  hidden?: boolean | undefined;
991
1089
  }, {
992
1090
  href: string;
@@ -995,6 +1093,11 @@ export declare const standardConfigSchema: {
995
1093
  name: string;
996
1094
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
997
1095
  } | undefined;
1096
+ color?: {
1097
+ light?: string | undefined;
1098
+ dark?: string | undefined;
1099
+ } | undefined;
1100
+ description?: string | undefined;
998
1101
  hidden?: boolean | undefined;
999
1102
  }>, "many">>;
1000
1103
  anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1075,6 +1178,11 @@ export declare const standardConfigSchema: {
1075
1178
  name: string;
1076
1179
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1077
1180
  } | undefined;
1181
+ color?: {
1182
+ light?: string | undefined;
1183
+ dark?: string | undefined;
1184
+ } | undefined;
1185
+ description?: string | undefined;
1078
1186
  hidden?: boolean | undefined;
1079
1187
  }[] | undefined;
1080
1188
  anchors?: {
@@ -1119,6 +1227,11 @@ export declare const standardConfigSchema: {
1119
1227
  name: string;
1120
1228
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1121
1229
  } | undefined;
1230
+ color?: {
1231
+ light?: string | undefined;
1232
+ dark?: string | undefined;
1233
+ } | undefined;
1234
+ description?: string | undefined;
1122
1235
  hidden?: boolean | undefined;
1123
1236
  }[] | undefined;
1124
1237
  anchors?: {
@@ -1167,6 +1280,11 @@ export declare const standardConfigSchema: {
1167
1280
  name: string;
1168
1281
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1169
1282
  } | undefined;
1283
+ color?: {
1284
+ light?: string | undefined;
1285
+ dark?: string | undefined;
1286
+ } | undefined;
1287
+ description?: string | undefined;
1170
1288
  hidden?: boolean | undefined;
1171
1289
  }[] | undefined;
1172
1290
  anchors?: {
@@ -1214,6 +1332,11 @@ export declare const standardConfigSchema: {
1214
1332
  name: string;
1215
1333
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1216
1334
  } | undefined;
1335
+ color?: {
1336
+ light?: string | undefined;
1337
+ dark?: string | undefined;
1338
+ } | undefined;
1339
+ description?: string | undefined;
1217
1340
  hidden?: boolean | undefined;
1218
1341
  }[] | undefined;
1219
1342
  anchors?: {
@@ -1306,6 +1429,17 @@ export declare const standardConfigSchema: {
1306
1429
  name: string;
1307
1430
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1308
1431
  }>]>>;
1432
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
1433
+ light: import("zod").ZodOptional<import("zod").ZodString>;
1434
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
1435
+ }, "strict", import("zod").ZodTypeAny, {
1436
+ light?: string | undefined;
1437
+ dark?: string | undefined;
1438
+ }, {
1439
+ light?: string | undefined;
1440
+ dark?: string | undefined;
1441
+ }>>;
1442
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1309
1443
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1310
1444
  dropdown: import("zod").ZodString;
1311
1445
  href: import("zod").ZodString;
@@ -1316,6 +1450,11 @@ export declare const standardConfigSchema: {
1316
1450
  name: string;
1317
1451
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1318
1452
  } | undefined;
1453
+ color?: {
1454
+ light?: string | undefined;
1455
+ dark?: string | undefined;
1456
+ } | undefined;
1457
+ description?: string | undefined;
1319
1458
  hidden?: boolean | undefined;
1320
1459
  }, {
1321
1460
  href: string;
@@ -1324,6 +1463,11 @@ export declare const standardConfigSchema: {
1324
1463
  name: string;
1325
1464
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1326
1465
  } | undefined;
1466
+ color?: {
1467
+ light?: string | undefined;
1468
+ dark?: string | undefined;
1469
+ } | undefined;
1470
+ description?: string | undefined;
1327
1471
  hidden?: boolean | undefined;
1328
1472
  }>, "many">>;
1329
1473
  anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1404,6 +1548,11 @@ export declare const standardConfigSchema: {
1404
1548
  name: string;
1405
1549
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1406
1550
  } | undefined;
1551
+ color?: {
1552
+ light?: string | undefined;
1553
+ dark?: string | undefined;
1554
+ } | undefined;
1555
+ description?: string | undefined;
1407
1556
  hidden?: boolean | undefined;
1408
1557
  }[] | undefined;
1409
1558
  anchors?: {
@@ -1448,6 +1597,11 @@ export declare const standardConfigSchema: {
1448
1597
  name: string;
1449
1598
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1450
1599
  } | undefined;
1600
+ color?: {
1601
+ light?: string | undefined;
1602
+ dark?: string | undefined;
1603
+ } | undefined;
1604
+ description?: string | undefined;
1451
1605
  hidden?: boolean | undefined;
1452
1606
  }[] | undefined;
1453
1607
  anchors?: {
@@ -1496,6 +1650,11 @@ export declare const standardConfigSchema: {
1496
1650
  name: string;
1497
1651
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1498
1652
  } | undefined;
1653
+ color?: {
1654
+ light?: string | undefined;
1655
+ dark?: string | undefined;
1656
+ } | undefined;
1657
+ description?: string | undefined;
1499
1658
  hidden?: boolean | undefined;
1500
1659
  }[] | undefined;
1501
1660
  anchors?: {
@@ -1543,6 +1702,11 @@ export declare const standardConfigSchema: {
1543
1702
  name: string;
1544
1703
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1545
1704
  } | undefined;
1705
+ color?: {
1706
+ light?: string | undefined;
1707
+ dark?: string | undefined;
1708
+ } | undefined;
1709
+ description?: string | undefined;
1546
1710
  hidden?: boolean | undefined;
1547
1711
  }[] | undefined;
1548
1712
  anchors?: {
@@ -1635,6 +1799,17 @@ export declare const standardConfigSchema: {
1635
1799
  name: string;
1636
1800
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1637
1801
  }>]>>;
1802
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
1803
+ light: import("zod").ZodOptional<import("zod").ZodString>;
1804
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
1805
+ }, "strict", import("zod").ZodTypeAny, {
1806
+ light?: string | undefined;
1807
+ dark?: string | undefined;
1808
+ }, {
1809
+ light?: string | undefined;
1810
+ dark?: string | undefined;
1811
+ }>>;
1812
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1638
1813
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1639
1814
  dropdown: import("zod").ZodString;
1640
1815
  href: import("zod").ZodString;
@@ -1645,6 +1820,11 @@ export declare const standardConfigSchema: {
1645
1820
  name: string;
1646
1821
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1647
1822
  } | undefined;
1823
+ color?: {
1824
+ light?: string | undefined;
1825
+ dark?: string | undefined;
1826
+ } | undefined;
1827
+ description?: string | undefined;
1648
1828
  hidden?: boolean | undefined;
1649
1829
  }, {
1650
1830
  href: string;
@@ -1653,6 +1833,11 @@ export declare const standardConfigSchema: {
1653
1833
  name: string;
1654
1834
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1655
1835
  } | undefined;
1836
+ color?: {
1837
+ light?: string | undefined;
1838
+ dark?: string | undefined;
1839
+ } | undefined;
1840
+ description?: string | undefined;
1656
1841
  hidden?: boolean | undefined;
1657
1842
  }>, "many">>;
1658
1843
  anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1733,6 +1918,11 @@ export declare const standardConfigSchema: {
1733
1918
  name: string;
1734
1919
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1735
1920
  } | undefined;
1921
+ color?: {
1922
+ light?: string | undefined;
1923
+ dark?: string | undefined;
1924
+ } | undefined;
1925
+ description?: string | undefined;
1736
1926
  hidden?: boolean | undefined;
1737
1927
  }[] | undefined;
1738
1928
  anchors?: {
@@ -1777,6 +1967,11 @@ export declare const standardConfigSchema: {
1777
1967
  name: string;
1778
1968
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1779
1969
  } | undefined;
1970
+ color?: {
1971
+ light?: string | undefined;
1972
+ dark?: string | undefined;
1973
+ } | undefined;
1974
+ description?: string | undefined;
1780
1975
  hidden?: boolean | undefined;
1781
1976
  }[] | undefined;
1782
1977
  anchors?: {
@@ -1825,6 +2020,11 @@ export declare const standardConfigSchema: {
1825
2020
  name: string;
1826
2021
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1827
2022
  } | undefined;
2023
+ color?: {
2024
+ light?: string | undefined;
2025
+ dark?: string | undefined;
2026
+ } | undefined;
2027
+ description?: string | undefined;
1828
2028
  hidden?: boolean | undefined;
1829
2029
  }[] | undefined;
1830
2030
  anchors?: {
@@ -1872,6 +2072,11 @@ export declare const standardConfigSchema: {
1872
2072
  name: string;
1873
2073
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1874
2074
  } | undefined;
2075
+ color?: {
2076
+ light?: string | undefined;
2077
+ dark?: string | undefined;
2078
+ } | undefined;
2079
+ description?: string | undefined;
1875
2080
  hidden?: boolean | undefined;
1876
2081
  }[] | undefined;
1877
2082
  anchors?: {
@@ -1964,6 +2169,17 @@ export declare const standardConfigSchema: {
1964
2169
  name: string;
1965
2170
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1966
2171
  }>]>>;
2172
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
2173
+ light: import("zod").ZodOptional<import("zod").ZodString>;
2174
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
2175
+ }, "strict", import("zod").ZodTypeAny, {
2176
+ light?: string | undefined;
2177
+ dark?: string | undefined;
2178
+ }, {
2179
+ light?: string | undefined;
2180
+ dark?: string | undefined;
2181
+ }>>;
2182
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1967
2183
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1968
2184
  dropdown: import("zod").ZodString;
1969
2185
  href: import("zod").ZodString;
@@ -1974,6 +2190,11 @@ export declare const standardConfigSchema: {
1974
2190
  name: string;
1975
2191
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1976
2192
  } | undefined;
2193
+ color?: {
2194
+ light?: string | undefined;
2195
+ dark?: string | undefined;
2196
+ } | undefined;
2197
+ description?: string | undefined;
1977
2198
  hidden?: boolean | undefined;
1978
2199
  }, {
1979
2200
  href: string;
@@ -1982,6 +2203,11 @@ export declare const standardConfigSchema: {
1982
2203
  name: string;
1983
2204
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1984
2205
  } | undefined;
2206
+ color?: {
2207
+ light?: string | undefined;
2208
+ dark?: string | undefined;
2209
+ } | undefined;
2210
+ description?: string | undefined;
1985
2211
  hidden?: boolean | undefined;
1986
2212
  }>, "many">>;
1987
2213
  anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -2062,6 +2288,11 @@ export declare const standardConfigSchema: {
2062
2288
  name: string;
2063
2289
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2064
2290
  } | undefined;
2291
+ color?: {
2292
+ light?: string | undefined;
2293
+ dark?: string | undefined;
2294
+ } | undefined;
2295
+ description?: string | undefined;
2065
2296
  hidden?: boolean | undefined;
2066
2297
  }[] | undefined;
2067
2298
  anchors?: {
@@ -2106,6 +2337,11 @@ export declare const standardConfigSchema: {
2106
2337
  name: string;
2107
2338
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2108
2339
  } | undefined;
2340
+ color?: {
2341
+ light?: string | undefined;
2342
+ dark?: string | undefined;
2343
+ } | undefined;
2344
+ description?: string | undefined;
2109
2345
  hidden?: boolean | undefined;
2110
2346
  }[] | undefined;
2111
2347
  anchors?: {
@@ -2265,6 +2501,11 @@ export declare const standardConfigSchema: {
2265
2501
  name: string;
2266
2502
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2267
2503
  } | undefined;
2504
+ color?: {
2505
+ light?: string | undefined;
2506
+ dark?: string | undefined;
2507
+ } | undefined;
2508
+ description?: string | undefined;
2268
2509
  hidden?: boolean | undefined;
2269
2510
  }[] | undefined;
2270
2511
  anchors?: {
@@ -2336,6 +2577,11 @@ export declare const standardConfigSchema: {
2336
2577
  name: string;
2337
2578
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2338
2579
  } | undefined;
2580
+ color?: {
2581
+ light?: string | undefined;
2582
+ dark?: string | undefined;
2583
+ } | undefined;
2584
+ description?: string | undefined;
2339
2585
  hidden?: boolean | undefined;
2340
2586
  }[] | undefined;
2341
2587
  anchors?: {
@@ -2428,6 +2674,17 @@ export declare const standardConfigSchema: {
2428
2674
  name: string;
2429
2675
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2430
2676
  }>]>>;
2677
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
2678
+ light: import("zod").ZodOptional<import("zod").ZodString>;
2679
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
2680
+ }, "strict", import("zod").ZodTypeAny, {
2681
+ light?: string | undefined;
2682
+ dark?: string | undefined;
2683
+ }, {
2684
+ light?: string | undefined;
2685
+ dark?: string | undefined;
2686
+ }>>;
2687
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2431
2688
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2432
2689
  dropdown: import("zod").ZodString;
2433
2690
  href: import("zod").ZodString;
@@ -2438,6 +2695,11 @@ export declare const standardConfigSchema: {
2438
2695
  name: string;
2439
2696
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2440
2697
  } | undefined;
2698
+ color?: {
2699
+ light?: string | undefined;
2700
+ dark?: string | undefined;
2701
+ } | undefined;
2702
+ description?: string | undefined;
2441
2703
  hidden?: boolean | undefined;
2442
2704
  }, {
2443
2705
  href: string;
@@ -2446,6 +2708,11 @@ export declare const standardConfigSchema: {
2446
2708
  name: string;
2447
2709
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2448
2710
  } | undefined;
2711
+ color?: {
2712
+ light?: string | undefined;
2713
+ dark?: string | undefined;
2714
+ } | undefined;
2715
+ description?: string | undefined;
2449
2716
  hidden?: boolean | undefined;
2450
2717
  }>, "many">>;
2451
2718
  anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -2526,6 +2793,11 @@ export declare const standardConfigSchema: {
2526
2793
  name: string;
2527
2794
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2528
2795
  } | undefined;
2796
+ color?: {
2797
+ light?: string | undefined;
2798
+ dark?: string | undefined;
2799
+ } | undefined;
2800
+ description?: string | undefined;
2529
2801
  hidden?: boolean | undefined;
2530
2802
  }[] | undefined;
2531
2803
  anchors?: {
@@ -2570,6 +2842,11 @@ export declare const standardConfigSchema: {
2570
2842
  name: string;
2571
2843
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2572
2844
  } | undefined;
2845
+ color?: {
2846
+ light?: string | undefined;
2847
+ dark?: string | undefined;
2848
+ } | undefined;
2849
+ description?: string | undefined;
2573
2850
  hidden?: boolean | undefined;
2574
2851
  }[] | undefined;
2575
2852
  anchors?: {
@@ -2618,6 +2895,11 @@ export declare const standardConfigSchema: {
2618
2895
  name: string;
2619
2896
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2620
2897
  } | undefined;
2898
+ color?: {
2899
+ light?: string | undefined;
2900
+ dark?: string | undefined;
2901
+ } | undefined;
2902
+ description?: string | undefined;
2621
2903
  hidden?: boolean | undefined;
2622
2904
  }[] | undefined;
2623
2905
  anchors?: {
@@ -2665,6 +2947,11 @@ export declare const standardConfigSchema: {
2665
2947
  name: string;
2666
2948
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2667
2949
  } | undefined;
2950
+ color?: {
2951
+ light?: string | undefined;
2952
+ dark?: string | undefined;
2953
+ } | undefined;
2954
+ description?: string | undefined;
2668
2955
  hidden?: boolean | undefined;
2669
2956
  }[] | undefined;
2670
2957
  anchors?: {