@mintlify/validation 0.1.320 → 0.1.322
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/mint-config/schemas/v1/anchors.js +1 -1
- package/dist/mint-config/schemas/v2/index.d.ts +190 -25
- package/dist/mint-config/schemas/v2/properties/icons.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/icons.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +10 -0
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +10 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +45 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +28 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +10 -0
- package/dist/mint-config/schemas/v2/properties/reusable/icon.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/reusable/icon.js +10 -15
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +38 -5
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +38 -5
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +38 -5
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +38 -5
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +24 -3
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +38 -5
- package/dist/mint-config/validateConfig.d.ts +70 -10
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/trieve.d.ts +1 -0
- package/dist/types/deployment/trieve.js +1 -0
- package/package.json +3 -3
|
@@ -512,6 +512,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
512
512
|
icon?: string | {
|
|
513
513
|
name: string;
|
|
514
514
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
515
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
515
516
|
} | undefined;
|
|
516
517
|
hidden?: boolean | undefined;
|
|
517
518
|
root?: string | undefined;
|
|
@@ -527,6 +528,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
527
528
|
icon?: string | {
|
|
528
529
|
name: string;
|
|
529
530
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
531
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
530
532
|
} | undefined;
|
|
531
533
|
hidden?: boolean | undefined;
|
|
532
534
|
root?: string | undefined;
|
|
@@ -536,6 +538,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
536
538
|
icon?: string | {
|
|
537
539
|
name: string;
|
|
538
540
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
541
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
539
542
|
} | undefined;
|
|
540
543
|
hidden?: boolean | undefined;
|
|
541
544
|
root?: string | undefined;
|
|
@@ -572,6 +575,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
572
575
|
icon?: string | {
|
|
573
576
|
name: string;
|
|
574
577
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
578
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
575
579
|
} | undefined;
|
|
576
580
|
hidden?: boolean | undefined;
|
|
577
581
|
root?: string | undefined;
|
|
@@ -587,6 +591,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
587
591
|
icon?: string | {
|
|
588
592
|
name: string;
|
|
589
593
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
594
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
590
595
|
} | undefined;
|
|
591
596
|
hidden?: boolean | undefined;
|
|
592
597
|
root?: string | undefined;
|
|
@@ -596,6 +601,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
596
601
|
icon?: string | {
|
|
597
602
|
name: string;
|
|
598
603
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
604
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
599
605
|
} | undefined;
|
|
600
606
|
hidden?: boolean | undefined;
|
|
601
607
|
root?: string | undefined;
|
|
@@ -706,7 +712,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
706
712
|
} | undefined;
|
|
707
713
|
} | undefined;
|
|
708
714
|
icons?: {
|
|
709
|
-
library: "fontawesome";
|
|
715
|
+
library: "fontawesome" | "lucide";
|
|
710
716
|
} | undefined;
|
|
711
717
|
styling?: {
|
|
712
718
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -820,6 +826,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
820
826
|
icon?: string | {
|
|
821
827
|
name: string;
|
|
822
828
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
829
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
823
830
|
} | undefined;
|
|
824
831
|
hidden?: boolean | undefined;
|
|
825
832
|
root?: string | undefined;
|
|
@@ -835,6 +842,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
835
842
|
icon?: string | {
|
|
836
843
|
name: string;
|
|
837
844
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
845
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
838
846
|
} | undefined;
|
|
839
847
|
hidden?: boolean | undefined;
|
|
840
848
|
root?: string | undefined;
|
|
@@ -844,6 +852,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
844
852
|
icon?: string | {
|
|
845
853
|
name: string;
|
|
846
854
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
855
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
847
856
|
} | undefined;
|
|
848
857
|
hidden?: boolean | undefined;
|
|
849
858
|
root?: string | undefined;
|
|
@@ -880,6 +889,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
880
889
|
icon?: string | {
|
|
881
890
|
name: string;
|
|
882
891
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
892
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
883
893
|
} | undefined;
|
|
884
894
|
hidden?: boolean | undefined;
|
|
885
895
|
root?: string | undefined;
|
|
@@ -895,6 +905,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
895
905
|
icon?: string | {
|
|
896
906
|
name: string;
|
|
897
907
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
908
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
898
909
|
} | undefined;
|
|
899
910
|
hidden?: boolean | undefined;
|
|
900
911
|
root?: string | undefined;
|
|
@@ -904,6 +915,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
904
915
|
icon?: string | {
|
|
905
916
|
name: string;
|
|
906
917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
918
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
907
919
|
} | undefined;
|
|
908
920
|
hidden?: boolean | undefined;
|
|
909
921
|
root?: string | undefined;
|
|
@@ -1014,7 +1026,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1014
1026
|
} | undefined;
|
|
1015
1027
|
} | undefined;
|
|
1016
1028
|
icons?: {
|
|
1017
|
-
library: "fontawesome";
|
|
1029
|
+
library: "fontawesome" | "lucide";
|
|
1018
1030
|
} | undefined;
|
|
1019
1031
|
styling?: {
|
|
1020
1032
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1128,6 +1140,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1128
1140
|
icon?: string | {
|
|
1129
1141
|
name: string;
|
|
1130
1142
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1143
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1131
1144
|
} | undefined;
|
|
1132
1145
|
hidden?: boolean | undefined;
|
|
1133
1146
|
root?: string | undefined;
|
|
@@ -1143,6 +1156,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1143
1156
|
icon?: string | {
|
|
1144
1157
|
name: string;
|
|
1145
1158
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1159
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1146
1160
|
} | undefined;
|
|
1147
1161
|
hidden?: boolean | undefined;
|
|
1148
1162
|
root?: string | undefined;
|
|
@@ -1152,6 +1166,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1152
1166
|
icon?: string | {
|
|
1153
1167
|
name: string;
|
|
1154
1168
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1169
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1155
1170
|
} | undefined;
|
|
1156
1171
|
hidden?: boolean | undefined;
|
|
1157
1172
|
root?: string | undefined;
|
|
@@ -1188,6 +1203,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1188
1203
|
icon?: string | {
|
|
1189
1204
|
name: string;
|
|
1190
1205
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1206
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1191
1207
|
} | undefined;
|
|
1192
1208
|
hidden?: boolean | undefined;
|
|
1193
1209
|
root?: string | undefined;
|
|
@@ -1203,6 +1219,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1203
1219
|
icon?: string | {
|
|
1204
1220
|
name: string;
|
|
1205
1221
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1222
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1206
1223
|
} | undefined;
|
|
1207
1224
|
hidden?: boolean | undefined;
|
|
1208
1225
|
root?: string | undefined;
|
|
@@ -1212,6 +1229,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1212
1229
|
icon?: string | {
|
|
1213
1230
|
name: string;
|
|
1214
1231
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1232
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1215
1233
|
} | undefined;
|
|
1216
1234
|
hidden?: boolean | undefined;
|
|
1217
1235
|
root?: string | undefined;
|
|
@@ -1322,7 +1340,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1322
1340
|
} | undefined;
|
|
1323
1341
|
} | undefined;
|
|
1324
1342
|
icons?: {
|
|
1325
|
-
library: "fontawesome";
|
|
1343
|
+
library: "fontawesome" | "lucide";
|
|
1326
1344
|
} | undefined;
|
|
1327
1345
|
styling?: {
|
|
1328
1346
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1436,6 +1454,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1436
1454
|
icon?: string | {
|
|
1437
1455
|
name: string;
|
|
1438
1456
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1457
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1439
1458
|
} | undefined;
|
|
1440
1459
|
hidden?: boolean | undefined;
|
|
1441
1460
|
root?: string | undefined;
|
|
@@ -1451,6 +1470,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1451
1470
|
icon?: string | {
|
|
1452
1471
|
name: string;
|
|
1453
1472
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1473
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1454
1474
|
} | undefined;
|
|
1455
1475
|
hidden?: boolean | undefined;
|
|
1456
1476
|
root?: string | undefined;
|
|
@@ -1460,6 +1480,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1460
1480
|
icon?: string | {
|
|
1461
1481
|
name: string;
|
|
1462
1482
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1483
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1463
1484
|
} | undefined;
|
|
1464
1485
|
hidden?: boolean | undefined;
|
|
1465
1486
|
root?: string | undefined;
|
|
@@ -1496,6 +1517,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1496
1517
|
icon?: string | {
|
|
1497
1518
|
name: string;
|
|
1498
1519
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1520
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1499
1521
|
} | undefined;
|
|
1500
1522
|
hidden?: boolean | undefined;
|
|
1501
1523
|
root?: string | undefined;
|
|
@@ -1511,6 +1533,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1511
1533
|
icon?: string | {
|
|
1512
1534
|
name: string;
|
|
1513
1535
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1536
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1514
1537
|
} | undefined;
|
|
1515
1538
|
hidden?: boolean | undefined;
|
|
1516
1539
|
root?: string | undefined;
|
|
@@ -1520,6 +1543,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1520
1543
|
icon?: string | {
|
|
1521
1544
|
name: string;
|
|
1522
1545
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1546
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1523
1547
|
} | undefined;
|
|
1524
1548
|
hidden?: boolean | undefined;
|
|
1525
1549
|
root?: string | undefined;
|
|
@@ -1630,7 +1654,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1630
1654
|
} | undefined;
|
|
1631
1655
|
} | undefined;
|
|
1632
1656
|
icons?: {
|
|
1633
|
-
library: "fontawesome";
|
|
1657
|
+
library: "fontawesome" | "lucide";
|
|
1634
1658
|
} | undefined;
|
|
1635
1659
|
styling?: {
|
|
1636
1660
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -1744,6 +1768,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1744
1768
|
icon?: string | {
|
|
1745
1769
|
name: string;
|
|
1746
1770
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1771
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1747
1772
|
} | undefined;
|
|
1748
1773
|
hidden?: boolean | undefined;
|
|
1749
1774
|
root?: string | undefined;
|
|
@@ -1759,6 +1784,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1759
1784
|
icon?: string | {
|
|
1760
1785
|
name: string;
|
|
1761
1786
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1787
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1762
1788
|
} | undefined;
|
|
1763
1789
|
hidden?: boolean | undefined;
|
|
1764
1790
|
root?: string | undefined;
|
|
@@ -1768,6 +1794,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1768
1794
|
icon?: string | {
|
|
1769
1795
|
name: string;
|
|
1770
1796
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1797
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1771
1798
|
} | undefined;
|
|
1772
1799
|
hidden?: boolean | undefined;
|
|
1773
1800
|
root?: string | undefined;
|
|
@@ -1804,6 +1831,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1804
1831
|
icon?: string | {
|
|
1805
1832
|
name: string;
|
|
1806
1833
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1834
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1807
1835
|
} | undefined;
|
|
1808
1836
|
hidden?: boolean | undefined;
|
|
1809
1837
|
root?: string | undefined;
|
|
@@ -1819,6 +1847,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1819
1847
|
icon?: string | {
|
|
1820
1848
|
name: string;
|
|
1821
1849
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1850
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1822
1851
|
} | undefined;
|
|
1823
1852
|
hidden?: boolean | undefined;
|
|
1824
1853
|
root?: string | undefined;
|
|
@@ -1828,6 +1857,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1828
1857
|
icon?: string | {
|
|
1829
1858
|
name: string;
|
|
1830
1859
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1860
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1831
1861
|
} | undefined;
|
|
1832
1862
|
hidden?: boolean | undefined;
|
|
1833
1863
|
root?: string | undefined;
|
|
@@ -1938,7 +1968,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1938
1968
|
} | undefined;
|
|
1939
1969
|
} | undefined;
|
|
1940
1970
|
icons?: {
|
|
1941
|
-
library: "fontawesome";
|
|
1971
|
+
library: "fontawesome" | "lucide";
|
|
1942
1972
|
} | undefined;
|
|
1943
1973
|
styling?: {
|
|
1944
1974
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2056,6 +2086,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2056
2086
|
icon?: string | {
|
|
2057
2087
|
name: string;
|
|
2058
2088
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2089
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2059
2090
|
} | undefined;
|
|
2060
2091
|
hidden?: boolean | undefined;
|
|
2061
2092
|
root?: string | undefined;
|
|
@@ -2071,6 +2102,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2071
2102
|
icon?: string | {
|
|
2072
2103
|
name: string;
|
|
2073
2104
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2105
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2074
2106
|
} | undefined;
|
|
2075
2107
|
hidden?: boolean | undefined;
|
|
2076
2108
|
root?: string | undefined;
|
|
@@ -2080,6 +2112,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2080
2112
|
icon?: string | {
|
|
2081
2113
|
name: string;
|
|
2082
2114
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2115
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2083
2116
|
} | undefined;
|
|
2084
2117
|
hidden?: boolean | undefined;
|
|
2085
2118
|
root?: string | undefined;
|
|
@@ -2116,6 +2149,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2116
2149
|
icon?: string | {
|
|
2117
2150
|
name: string;
|
|
2118
2151
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2152
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2119
2153
|
} | undefined;
|
|
2120
2154
|
hidden?: boolean | undefined;
|
|
2121
2155
|
root?: string | undefined;
|
|
@@ -2131,6 +2165,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2131
2165
|
icon?: string | {
|
|
2132
2166
|
name: string;
|
|
2133
2167
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2168
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2134
2169
|
} | undefined;
|
|
2135
2170
|
hidden?: boolean | undefined;
|
|
2136
2171
|
root?: string | undefined;
|
|
@@ -2140,6 +2175,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2140
2175
|
icon?: string | {
|
|
2141
2176
|
name: string;
|
|
2142
2177
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2178
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2143
2179
|
} | undefined;
|
|
2144
2180
|
hidden?: boolean | undefined;
|
|
2145
2181
|
root?: string | undefined;
|
|
@@ -2249,7 +2285,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2249
2285
|
} | undefined;
|
|
2250
2286
|
} | undefined;
|
|
2251
2287
|
icons?: {
|
|
2252
|
-
library: "fontawesome";
|
|
2288
|
+
library: "fontawesome" | "lucide";
|
|
2253
2289
|
} | undefined;
|
|
2254
2290
|
styling?: {
|
|
2255
2291
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2364,6 +2400,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2364
2400
|
icon?: string | {
|
|
2365
2401
|
name: string;
|
|
2366
2402
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2403
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2367
2404
|
} | undefined;
|
|
2368
2405
|
hidden?: boolean | undefined;
|
|
2369
2406
|
root?: string | undefined;
|
|
@@ -2379,6 +2416,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2379
2416
|
icon?: string | {
|
|
2380
2417
|
name: string;
|
|
2381
2418
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2419
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2382
2420
|
} | undefined;
|
|
2383
2421
|
hidden?: boolean | undefined;
|
|
2384
2422
|
root?: string | undefined;
|
|
@@ -2388,6 +2426,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2388
2426
|
icon?: string | {
|
|
2389
2427
|
name: string;
|
|
2390
2428
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2429
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2391
2430
|
} | undefined;
|
|
2392
2431
|
hidden?: boolean | undefined;
|
|
2393
2432
|
root?: string | undefined;
|
|
@@ -2424,6 +2463,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2424
2463
|
icon?: string | {
|
|
2425
2464
|
name: string;
|
|
2426
2465
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2466
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2427
2467
|
} | undefined;
|
|
2428
2468
|
hidden?: boolean | undefined;
|
|
2429
2469
|
root?: string | undefined;
|
|
@@ -2439,6 +2479,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2439
2479
|
icon?: string | {
|
|
2440
2480
|
name: string;
|
|
2441
2481
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2482
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2442
2483
|
} | undefined;
|
|
2443
2484
|
hidden?: boolean | undefined;
|
|
2444
2485
|
root?: string | undefined;
|
|
@@ -2448,6 +2489,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2448
2489
|
icon?: string | {
|
|
2449
2490
|
name: string;
|
|
2450
2491
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2492
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2451
2493
|
} | undefined;
|
|
2452
2494
|
hidden?: boolean | undefined;
|
|
2453
2495
|
root?: string | undefined;
|
|
@@ -2557,7 +2599,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2557
2599
|
} | undefined;
|
|
2558
2600
|
} | undefined;
|
|
2559
2601
|
icons?: {
|
|
2560
|
-
library: "fontawesome";
|
|
2602
|
+
library: "fontawesome" | "lucide";
|
|
2561
2603
|
} | undefined;
|
|
2562
2604
|
styling?: {
|
|
2563
2605
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2672,6 +2714,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2672
2714
|
icon?: string | {
|
|
2673
2715
|
name: string;
|
|
2674
2716
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2717
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2675
2718
|
} | undefined;
|
|
2676
2719
|
hidden?: boolean | undefined;
|
|
2677
2720
|
root?: string | undefined;
|
|
@@ -2687,6 +2730,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2687
2730
|
icon?: string | {
|
|
2688
2731
|
name: string;
|
|
2689
2732
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2733
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2690
2734
|
} | undefined;
|
|
2691
2735
|
hidden?: boolean | undefined;
|
|
2692
2736
|
root?: string | undefined;
|
|
@@ -2696,6 +2740,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2696
2740
|
icon?: string | {
|
|
2697
2741
|
name: string;
|
|
2698
2742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2743
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2699
2744
|
} | undefined;
|
|
2700
2745
|
hidden?: boolean | undefined;
|
|
2701
2746
|
root?: string | undefined;
|
|
@@ -2732,6 +2777,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2732
2777
|
icon?: string | {
|
|
2733
2778
|
name: string;
|
|
2734
2779
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2780
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2735
2781
|
} | undefined;
|
|
2736
2782
|
hidden?: boolean | undefined;
|
|
2737
2783
|
root?: string | undefined;
|
|
@@ -2747,6 +2793,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2747
2793
|
icon?: string | {
|
|
2748
2794
|
name: string;
|
|
2749
2795
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2796
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2750
2797
|
} | undefined;
|
|
2751
2798
|
hidden?: boolean | undefined;
|
|
2752
2799
|
root?: string | undefined;
|
|
@@ -2756,6 +2803,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2756
2803
|
icon?: string | {
|
|
2757
2804
|
name: string;
|
|
2758
2805
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2806
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2759
2807
|
} | undefined;
|
|
2760
2808
|
hidden?: boolean | undefined;
|
|
2761
2809
|
root?: string | undefined;
|
|
@@ -2865,7 +2913,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2865
2913
|
} | undefined;
|
|
2866
2914
|
} | undefined;
|
|
2867
2915
|
icons?: {
|
|
2868
|
-
library: "fontawesome";
|
|
2916
|
+
library: "fontawesome" | "lucide";
|
|
2869
2917
|
} | undefined;
|
|
2870
2918
|
styling?: {
|
|
2871
2919
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -2980,6 +3028,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2980
3028
|
icon?: string | {
|
|
2981
3029
|
name: string;
|
|
2982
3030
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3031
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2983
3032
|
} | undefined;
|
|
2984
3033
|
hidden?: boolean | undefined;
|
|
2985
3034
|
root?: string | undefined;
|
|
@@ -2995,6 +3044,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2995
3044
|
icon?: string | {
|
|
2996
3045
|
name: string;
|
|
2997
3046
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3047
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2998
3048
|
} | undefined;
|
|
2999
3049
|
hidden?: boolean | undefined;
|
|
3000
3050
|
root?: string | undefined;
|
|
@@ -3004,6 +3054,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3004
3054
|
icon?: string | {
|
|
3005
3055
|
name: string;
|
|
3006
3056
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3057
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3007
3058
|
} | undefined;
|
|
3008
3059
|
hidden?: boolean | undefined;
|
|
3009
3060
|
root?: string | undefined;
|
|
@@ -3040,6 +3091,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3040
3091
|
icon?: string | {
|
|
3041
3092
|
name: string;
|
|
3042
3093
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3094
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3043
3095
|
} | undefined;
|
|
3044
3096
|
hidden?: boolean | undefined;
|
|
3045
3097
|
root?: string | undefined;
|
|
@@ -3055,6 +3107,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3055
3107
|
icon?: string | {
|
|
3056
3108
|
name: string;
|
|
3057
3109
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3110
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3058
3111
|
} | undefined;
|
|
3059
3112
|
hidden?: boolean | undefined;
|
|
3060
3113
|
root?: string | undefined;
|
|
@@ -3064,6 +3117,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3064
3117
|
icon?: string | {
|
|
3065
3118
|
name: string;
|
|
3066
3119
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3120
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3067
3121
|
} | undefined;
|
|
3068
3122
|
hidden?: boolean | undefined;
|
|
3069
3123
|
root?: string | undefined;
|
|
@@ -3173,7 +3227,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3173
3227
|
} | undefined;
|
|
3174
3228
|
} | undefined;
|
|
3175
3229
|
icons?: {
|
|
3176
|
-
library: "fontawesome";
|
|
3230
|
+
library: "fontawesome" | "lucide";
|
|
3177
3231
|
} | undefined;
|
|
3178
3232
|
styling?: {
|
|
3179
3233
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
@@ -3288,6 +3342,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3288
3342
|
icon?: string | {
|
|
3289
3343
|
name: string;
|
|
3290
3344
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3345
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3291
3346
|
} | undefined;
|
|
3292
3347
|
hidden?: boolean | undefined;
|
|
3293
3348
|
root?: string | undefined;
|
|
@@ -3303,6 +3358,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3303
3358
|
icon?: string | {
|
|
3304
3359
|
name: string;
|
|
3305
3360
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3361
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3306
3362
|
} | undefined;
|
|
3307
3363
|
hidden?: boolean | undefined;
|
|
3308
3364
|
root?: string | undefined;
|
|
@@ -3312,6 +3368,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3312
3368
|
icon?: string | {
|
|
3313
3369
|
name: string;
|
|
3314
3370
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3371
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3315
3372
|
} | undefined;
|
|
3316
3373
|
hidden?: boolean | undefined;
|
|
3317
3374
|
root?: string | undefined;
|
|
@@ -3348,6 +3405,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3348
3405
|
icon?: string | {
|
|
3349
3406
|
name: string;
|
|
3350
3407
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3408
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3351
3409
|
} | undefined;
|
|
3352
3410
|
hidden?: boolean | undefined;
|
|
3353
3411
|
root?: string | undefined;
|
|
@@ -3363,6 +3421,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3363
3421
|
icon?: string | {
|
|
3364
3422
|
name: string;
|
|
3365
3423
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3424
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3366
3425
|
} | undefined;
|
|
3367
3426
|
hidden?: boolean | undefined;
|
|
3368
3427
|
root?: string | undefined;
|
|
@@ -3372,6 +3431,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3372
3431
|
icon?: string | {
|
|
3373
3432
|
name: string;
|
|
3374
3433
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3434
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3375
3435
|
} | undefined;
|
|
3376
3436
|
hidden?: boolean | undefined;
|
|
3377
3437
|
root?: string | undefined;
|
|
@@ -3481,7 +3541,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3481
3541
|
} | undefined;
|
|
3482
3542
|
} | undefined;
|
|
3483
3543
|
icons?: {
|
|
3484
|
-
library: "fontawesome";
|
|
3544
|
+
library: "fontawesome" | "lucide";
|
|
3485
3545
|
} | undefined;
|
|
3486
3546
|
styling?: {
|
|
3487
3547
|
eyebrows?: "section" | "breadcrumbs" | undefined;
|