@mintlify/validation 0.1.377 → 0.1.378
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/v2/index.d.ts +189 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +27 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +2 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +15 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +27 -0
- package/dist/mint-config/validateConfig.d.ts +84 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -514,6 +514,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
514
514
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
515
515
|
library?: "fontawesome" | "lucide" | undefined;
|
|
516
516
|
} | undefined;
|
|
517
|
+
tag?: string | undefined;
|
|
517
518
|
hidden?: boolean | undefined;
|
|
518
519
|
root?: string | undefined;
|
|
519
520
|
} | {
|
|
@@ -530,6 +531,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
530
531
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
531
532
|
library?: "fontawesome" | "lucide" | undefined;
|
|
532
533
|
} | undefined;
|
|
534
|
+
tag?: string | undefined;
|
|
533
535
|
hidden?: boolean | undefined;
|
|
534
536
|
root?: string | undefined;
|
|
535
537
|
} | {
|
|
@@ -540,6 +542,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
540
542
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
541
543
|
library?: "fontawesome" | "lucide" | undefined;
|
|
542
544
|
} | undefined;
|
|
545
|
+
tag?: string | undefined;
|
|
543
546
|
hidden?: boolean | undefined;
|
|
544
547
|
root?: string | undefined;
|
|
545
548
|
})[];
|
|
@@ -577,6 +580,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
577
580
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
578
581
|
library?: "fontawesome" | "lucide" | undefined;
|
|
579
582
|
} | undefined;
|
|
583
|
+
tag?: string | undefined;
|
|
580
584
|
hidden?: boolean | undefined;
|
|
581
585
|
root?: string | undefined;
|
|
582
586
|
} | {
|
|
@@ -593,6 +597,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
593
597
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
594
598
|
library?: "fontawesome" | "lucide" | undefined;
|
|
595
599
|
} | undefined;
|
|
600
|
+
tag?: string | undefined;
|
|
596
601
|
hidden?: boolean | undefined;
|
|
597
602
|
root?: string | undefined;
|
|
598
603
|
} | {
|
|
@@ -603,6 +608,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
603
608
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
604
609
|
library?: "fontawesome" | "lucide" | undefined;
|
|
605
610
|
} | undefined;
|
|
611
|
+
tag?: string | undefined;
|
|
606
612
|
hidden?: boolean | undefined;
|
|
607
613
|
root?: string | undefined;
|
|
608
614
|
})[];
|
|
@@ -845,6 +851,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
845
851
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
846
852
|
library?: "fontawesome" | "lucide" | undefined;
|
|
847
853
|
} | undefined;
|
|
854
|
+
tag?: string | undefined;
|
|
848
855
|
hidden?: boolean | undefined;
|
|
849
856
|
root?: string | undefined;
|
|
850
857
|
} | {
|
|
@@ -861,6 +868,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
861
868
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
862
869
|
library?: "fontawesome" | "lucide" | undefined;
|
|
863
870
|
} | undefined;
|
|
871
|
+
tag?: string | undefined;
|
|
864
872
|
hidden?: boolean | undefined;
|
|
865
873
|
root?: string | undefined;
|
|
866
874
|
} | {
|
|
@@ -871,6 +879,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
871
879
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
872
880
|
library?: "fontawesome" | "lucide" | undefined;
|
|
873
881
|
} | undefined;
|
|
882
|
+
tag?: string | undefined;
|
|
874
883
|
hidden?: boolean | undefined;
|
|
875
884
|
root?: string | undefined;
|
|
876
885
|
})[];
|
|
@@ -908,6 +917,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
908
917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
909
918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
910
919
|
} | undefined;
|
|
920
|
+
tag?: string | undefined;
|
|
911
921
|
hidden?: boolean | undefined;
|
|
912
922
|
root?: string | undefined;
|
|
913
923
|
} | {
|
|
@@ -924,6 +934,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
924
934
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
925
935
|
library?: "fontawesome" | "lucide" | undefined;
|
|
926
936
|
} | undefined;
|
|
937
|
+
tag?: string | undefined;
|
|
927
938
|
hidden?: boolean | undefined;
|
|
928
939
|
root?: string | undefined;
|
|
929
940
|
} | {
|
|
@@ -934,6 +945,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
934
945
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
935
946
|
library?: "fontawesome" | "lucide" | undefined;
|
|
936
947
|
} | undefined;
|
|
948
|
+
tag?: string | undefined;
|
|
937
949
|
hidden?: boolean | undefined;
|
|
938
950
|
root?: string | undefined;
|
|
939
951
|
})[];
|
|
@@ -1176,6 +1188,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1176
1188
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1177
1189
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1178
1190
|
} | undefined;
|
|
1191
|
+
tag?: string | undefined;
|
|
1179
1192
|
hidden?: boolean | undefined;
|
|
1180
1193
|
root?: string | undefined;
|
|
1181
1194
|
} | {
|
|
@@ -1192,6 +1205,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1192
1205
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1193
1206
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1194
1207
|
} | undefined;
|
|
1208
|
+
tag?: string | undefined;
|
|
1195
1209
|
hidden?: boolean | undefined;
|
|
1196
1210
|
root?: string | undefined;
|
|
1197
1211
|
} | {
|
|
@@ -1202,6 +1216,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1202
1216
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1203
1217
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1204
1218
|
} | undefined;
|
|
1219
|
+
tag?: string | undefined;
|
|
1205
1220
|
hidden?: boolean | undefined;
|
|
1206
1221
|
root?: string | undefined;
|
|
1207
1222
|
})[];
|
|
@@ -1239,6 +1254,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1239
1254
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1240
1255
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1241
1256
|
} | undefined;
|
|
1257
|
+
tag?: string | undefined;
|
|
1242
1258
|
hidden?: boolean | undefined;
|
|
1243
1259
|
root?: string | undefined;
|
|
1244
1260
|
} | {
|
|
@@ -1255,6 +1271,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1255
1271
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1256
1272
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1257
1273
|
} | undefined;
|
|
1274
|
+
tag?: string | undefined;
|
|
1258
1275
|
hidden?: boolean | undefined;
|
|
1259
1276
|
root?: string | undefined;
|
|
1260
1277
|
} | {
|
|
@@ -1265,6 +1282,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1265
1282
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1266
1283
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1267
1284
|
} | undefined;
|
|
1285
|
+
tag?: string | undefined;
|
|
1268
1286
|
hidden?: boolean | undefined;
|
|
1269
1287
|
root?: string | undefined;
|
|
1270
1288
|
})[];
|
|
@@ -1507,6 +1525,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1507
1525
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1508
1526
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1509
1527
|
} | undefined;
|
|
1528
|
+
tag?: string | undefined;
|
|
1510
1529
|
hidden?: boolean | undefined;
|
|
1511
1530
|
root?: string | undefined;
|
|
1512
1531
|
} | {
|
|
@@ -1523,6 +1542,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1523
1542
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1524
1543
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1525
1544
|
} | undefined;
|
|
1545
|
+
tag?: string | undefined;
|
|
1526
1546
|
hidden?: boolean | undefined;
|
|
1527
1547
|
root?: string | undefined;
|
|
1528
1548
|
} | {
|
|
@@ -1533,6 +1553,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1533
1553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1534
1554
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1535
1555
|
} | undefined;
|
|
1556
|
+
tag?: string | undefined;
|
|
1536
1557
|
hidden?: boolean | undefined;
|
|
1537
1558
|
root?: string | undefined;
|
|
1538
1559
|
})[];
|
|
@@ -1570,6 +1591,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1570
1591
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1571
1592
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1572
1593
|
} | undefined;
|
|
1594
|
+
tag?: string | undefined;
|
|
1573
1595
|
hidden?: boolean | undefined;
|
|
1574
1596
|
root?: string | undefined;
|
|
1575
1597
|
} | {
|
|
@@ -1586,6 +1608,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1586
1608
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1587
1609
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1588
1610
|
} | undefined;
|
|
1611
|
+
tag?: string | undefined;
|
|
1589
1612
|
hidden?: boolean | undefined;
|
|
1590
1613
|
root?: string | undefined;
|
|
1591
1614
|
} | {
|
|
@@ -1596,6 +1619,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1596
1619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1597
1620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1598
1621
|
} | undefined;
|
|
1622
|
+
tag?: string | undefined;
|
|
1599
1623
|
hidden?: boolean | undefined;
|
|
1600
1624
|
root?: string | undefined;
|
|
1601
1625
|
})[];
|
|
@@ -1838,6 +1862,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1838
1862
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1839
1863
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1840
1864
|
} | undefined;
|
|
1865
|
+
tag?: string | undefined;
|
|
1841
1866
|
hidden?: boolean | undefined;
|
|
1842
1867
|
root?: string | undefined;
|
|
1843
1868
|
} | {
|
|
@@ -1854,6 +1879,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1854
1879
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1855
1880
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1856
1881
|
} | undefined;
|
|
1882
|
+
tag?: string | undefined;
|
|
1857
1883
|
hidden?: boolean | undefined;
|
|
1858
1884
|
root?: string | undefined;
|
|
1859
1885
|
} | {
|
|
@@ -1864,6 +1890,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1864
1890
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1865
1891
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1866
1892
|
} | undefined;
|
|
1893
|
+
tag?: string | undefined;
|
|
1867
1894
|
hidden?: boolean | undefined;
|
|
1868
1895
|
root?: string | undefined;
|
|
1869
1896
|
})[];
|
|
@@ -1901,6 +1928,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1901
1928
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1902
1929
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1903
1930
|
} | undefined;
|
|
1931
|
+
tag?: string | undefined;
|
|
1904
1932
|
hidden?: boolean | undefined;
|
|
1905
1933
|
root?: string | undefined;
|
|
1906
1934
|
} | {
|
|
@@ -1917,6 +1945,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1917
1945
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1918
1946
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1919
1947
|
} | undefined;
|
|
1948
|
+
tag?: string | undefined;
|
|
1920
1949
|
hidden?: boolean | undefined;
|
|
1921
1950
|
root?: string | undefined;
|
|
1922
1951
|
} | {
|
|
@@ -1927,6 +1956,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1927
1956
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1928
1957
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1929
1958
|
} | undefined;
|
|
1959
|
+
tag?: string | undefined;
|
|
1930
1960
|
hidden?: boolean | undefined;
|
|
1931
1961
|
root?: string | undefined;
|
|
1932
1962
|
})[];
|
|
@@ -2169,6 +2199,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2169
2199
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2170
2200
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2171
2201
|
} | undefined;
|
|
2202
|
+
tag?: string | undefined;
|
|
2172
2203
|
hidden?: boolean | undefined;
|
|
2173
2204
|
root?: string | undefined;
|
|
2174
2205
|
} | {
|
|
@@ -2185,6 +2216,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2185
2216
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2186
2217
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2187
2218
|
} | undefined;
|
|
2219
|
+
tag?: string | undefined;
|
|
2188
2220
|
hidden?: boolean | undefined;
|
|
2189
2221
|
root?: string | undefined;
|
|
2190
2222
|
} | {
|
|
@@ -2195,6 +2227,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2195
2227
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2196
2228
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2197
2229
|
} | undefined;
|
|
2230
|
+
tag?: string | undefined;
|
|
2198
2231
|
hidden?: boolean | undefined;
|
|
2199
2232
|
root?: string | undefined;
|
|
2200
2233
|
})[];
|
|
@@ -2232,6 +2265,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2232
2265
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2233
2266
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2234
2267
|
} | undefined;
|
|
2268
|
+
tag?: string | undefined;
|
|
2235
2269
|
hidden?: boolean | undefined;
|
|
2236
2270
|
root?: string | undefined;
|
|
2237
2271
|
} | {
|
|
@@ -2248,6 +2282,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2248
2282
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2249
2283
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2250
2284
|
} | undefined;
|
|
2285
|
+
tag?: string | undefined;
|
|
2251
2286
|
hidden?: boolean | undefined;
|
|
2252
2287
|
root?: string | undefined;
|
|
2253
2288
|
} | {
|
|
@@ -2258,6 +2293,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2258
2293
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2259
2294
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2260
2295
|
} | undefined;
|
|
2296
|
+
tag?: string | undefined;
|
|
2261
2297
|
hidden?: boolean | undefined;
|
|
2262
2298
|
root?: string | undefined;
|
|
2263
2299
|
})[];
|
|
@@ -2500,6 +2536,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2500
2536
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2501
2537
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2502
2538
|
} | undefined;
|
|
2539
|
+
tag?: string | undefined;
|
|
2503
2540
|
hidden?: boolean | undefined;
|
|
2504
2541
|
root?: string | undefined;
|
|
2505
2542
|
} | {
|
|
@@ -2516,6 +2553,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2516
2553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2517
2554
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2518
2555
|
} | undefined;
|
|
2556
|
+
tag?: string | undefined;
|
|
2519
2557
|
hidden?: boolean | undefined;
|
|
2520
2558
|
root?: string | undefined;
|
|
2521
2559
|
} | {
|
|
@@ -2526,6 +2564,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2526
2564
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2527
2565
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2528
2566
|
} | undefined;
|
|
2567
|
+
tag?: string | undefined;
|
|
2529
2568
|
hidden?: boolean | undefined;
|
|
2530
2569
|
root?: string | undefined;
|
|
2531
2570
|
})[];
|
|
@@ -2563,6 +2602,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2563
2602
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2564
2603
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2565
2604
|
} | undefined;
|
|
2605
|
+
tag?: string | undefined;
|
|
2566
2606
|
hidden?: boolean | undefined;
|
|
2567
2607
|
root?: string | undefined;
|
|
2568
2608
|
} | {
|
|
@@ -2579,6 +2619,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2579
2619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2580
2620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2581
2621
|
} | undefined;
|
|
2622
|
+
tag?: string | undefined;
|
|
2582
2623
|
hidden?: boolean | undefined;
|
|
2583
2624
|
root?: string | undefined;
|
|
2584
2625
|
} | {
|
|
@@ -2589,6 +2630,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2589
2630
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2590
2631
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2591
2632
|
} | undefined;
|
|
2633
|
+
tag?: string | undefined;
|
|
2592
2634
|
hidden?: boolean | undefined;
|
|
2593
2635
|
root?: string | undefined;
|
|
2594
2636
|
})[];
|
|
@@ -2835,6 +2877,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2835
2877
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2836
2878
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2837
2879
|
} | undefined;
|
|
2880
|
+
tag?: string | undefined;
|
|
2838
2881
|
hidden?: boolean | undefined;
|
|
2839
2882
|
root?: string | undefined;
|
|
2840
2883
|
} | {
|
|
@@ -2851,6 +2894,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2851
2894
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2852
2895
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2853
2896
|
} | undefined;
|
|
2897
|
+
tag?: string | undefined;
|
|
2854
2898
|
hidden?: boolean | undefined;
|
|
2855
2899
|
root?: string | undefined;
|
|
2856
2900
|
} | {
|
|
@@ -2861,6 +2905,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2861
2905
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2862
2906
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2863
2907
|
} | undefined;
|
|
2908
|
+
tag?: string | undefined;
|
|
2864
2909
|
hidden?: boolean | undefined;
|
|
2865
2910
|
root?: string | undefined;
|
|
2866
2911
|
})[];
|
|
@@ -2898,6 +2943,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2898
2943
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2899
2944
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2900
2945
|
} | undefined;
|
|
2946
|
+
tag?: string | undefined;
|
|
2901
2947
|
hidden?: boolean | undefined;
|
|
2902
2948
|
root?: string | undefined;
|
|
2903
2949
|
} | {
|
|
@@ -2914,6 +2960,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2914
2960
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2915
2961
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2916
2962
|
} | undefined;
|
|
2963
|
+
tag?: string | undefined;
|
|
2917
2964
|
hidden?: boolean | undefined;
|
|
2918
2965
|
root?: string | undefined;
|
|
2919
2966
|
} | {
|
|
@@ -2924,6 +2971,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2924
2971
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2925
2972
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2926
2973
|
} | undefined;
|
|
2974
|
+
tag?: string | undefined;
|
|
2927
2975
|
hidden?: boolean | undefined;
|
|
2928
2976
|
root?: string | undefined;
|
|
2929
2977
|
})[];
|
|
@@ -3166,6 +3214,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3166
3214
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3167
3215
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3168
3216
|
} | undefined;
|
|
3217
|
+
tag?: string | undefined;
|
|
3169
3218
|
hidden?: boolean | undefined;
|
|
3170
3219
|
root?: string | undefined;
|
|
3171
3220
|
} | {
|
|
@@ -3182,6 +3231,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3182
3231
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3183
3232
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3184
3233
|
} | undefined;
|
|
3234
|
+
tag?: string | undefined;
|
|
3185
3235
|
hidden?: boolean | undefined;
|
|
3186
3236
|
root?: string | undefined;
|
|
3187
3237
|
} | {
|
|
@@ -3192,6 +3242,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3192
3242
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3193
3243
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3194
3244
|
} | undefined;
|
|
3245
|
+
tag?: string | undefined;
|
|
3195
3246
|
hidden?: boolean | undefined;
|
|
3196
3247
|
root?: string | undefined;
|
|
3197
3248
|
})[];
|
|
@@ -3229,6 +3280,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3229
3280
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3230
3281
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3231
3282
|
} | undefined;
|
|
3283
|
+
tag?: string | undefined;
|
|
3232
3284
|
hidden?: boolean | undefined;
|
|
3233
3285
|
root?: string | undefined;
|
|
3234
3286
|
} | {
|
|
@@ -3245,6 +3297,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3245
3297
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3246
3298
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3247
3299
|
} | undefined;
|
|
3300
|
+
tag?: string | undefined;
|
|
3248
3301
|
hidden?: boolean | undefined;
|
|
3249
3302
|
root?: string | undefined;
|
|
3250
3303
|
} | {
|
|
@@ -3255,6 +3308,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3255
3308
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3256
3309
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3257
3310
|
} | undefined;
|
|
3311
|
+
tag?: string | undefined;
|
|
3258
3312
|
hidden?: boolean | undefined;
|
|
3259
3313
|
root?: string | undefined;
|
|
3260
3314
|
})[];
|
|
@@ -3497,6 +3551,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3497
3551
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3498
3552
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3499
3553
|
} | undefined;
|
|
3554
|
+
tag?: string | undefined;
|
|
3500
3555
|
hidden?: boolean | undefined;
|
|
3501
3556
|
root?: string | undefined;
|
|
3502
3557
|
} | {
|
|
@@ -3513,6 +3568,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3513
3568
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3514
3569
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3515
3570
|
} | undefined;
|
|
3571
|
+
tag?: string | undefined;
|
|
3516
3572
|
hidden?: boolean | undefined;
|
|
3517
3573
|
root?: string | undefined;
|
|
3518
3574
|
} | {
|
|
@@ -3523,6 +3579,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3523
3579
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3524
3580
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3525
3581
|
} | undefined;
|
|
3582
|
+
tag?: string | undefined;
|
|
3526
3583
|
hidden?: boolean | undefined;
|
|
3527
3584
|
root?: string | undefined;
|
|
3528
3585
|
})[];
|
|
@@ -3560,6 +3617,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3560
3617
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3561
3618
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3562
3619
|
} | undefined;
|
|
3620
|
+
tag?: string | undefined;
|
|
3563
3621
|
hidden?: boolean | undefined;
|
|
3564
3622
|
root?: string | undefined;
|
|
3565
3623
|
} | {
|
|
@@ -3576,6 +3634,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3576
3634
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3577
3635
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3578
3636
|
} | undefined;
|
|
3637
|
+
tag?: string | undefined;
|
|
3579
3638
|
hidden?: boolean | undefined;
|
|
3580
3639
|
root?: string | undefined;
|
|
3581
3640
|
} | {
|
|
@@ -3586,6 +3645,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3586
3645
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3587
3646
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3588
3647
|
} | undefined;
|
|
3648
|
+
tag?: string | undefined;
|
|
3589
3649
|
hidden?: boolean | undefined;
|
|
3590
3650
|
root?: string | undefined;
|
|
3591
3651
|
})[];
|
|
@@ -3828,6 +3888,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3828
3888
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3829
3889
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3830
3890
|
} | undefined;
|
|
3891
|
+
tag?: string | undefined;
|
|
3831
3892
|
hidden?: boolean | undefined;
|
|
3832
3893
|
root?: string | undefined;
|
|
3833
3894
|
} | {
|
|
@@ -3844,6 +3905,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3844
3905
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3845
3906
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3846
3907
|
} | undefined;
|
|
3908
|
+
tag?: string | undefined;
|
|
3847
3909
|
hidden?: boolean | undefined;
|
|
3848
3910
|
root?: string | undefined;
|
|
3849
3911
|
} | {
|
|
@@ -3854,6 +3916,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3854
3916
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3855
3917
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3856
3918
|
} | undefined;
|
|
3919
|
+
tag?: string | undefined;
|
|
3857
3920
|
hidden?: boolean | undefined;
|
|
3858
3921
|
root?: string | undefined;
|
|
3859
3922
|
})[];
|
|
@@ -3891,6 +3954,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3891
3954
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3892
3955
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3893
3956
|
} | undefined;
|
|
3957
|
+
tag?: string | undefined;
|
|
3894
3958
|
hidden?: boolean | undefined;
|
|
3895
3959
|
root?: string | undefined;
|
|
3896
3960
|
} | {
|
|
@@ -3907,6 +3971,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3907
3971
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3908
3972
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3909
3973
|
} | undefined;
|
|
3974
|
+
tag?: string | undefined;
|
|
3910
3975
|
hidden?: boolean | undefined;
|
|
3911
3976
|
root?: string | undefined;
|
|
3912
3977
|
} | {
|
|
@@ -3917,6 +3982,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3917
3982
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3918
3983
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3919
3984
|
} | undefined;
|
|
3985
|
+
tag?: string | undefined;
|
|
3920
3986
|
hidden?: boolean | undefined;
|
|
3921
3987
|
root?: string | undefined;
|
|
3922
3988
|
})[];
|
|
@@ -4159,6 +4225,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4159
4225
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4160
4226
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4161
4227
|
} | undefined;
|
|
4228
|
+
tag?: string | undefined;
|
|
4162
4229
|
hidden?: boolean | undefined;
|
|
4163
4230
|
root?: string | undefined;
|
|
4164
4231
|
} | {
|
|
@@ -4175,6 +4242,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4175
4242
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4176
4243
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4177
4244
|
} | undefined;
|
|
4245
|
+
tag?: string | undefined;
|
|
4178
4246
|
hidden?: boolean | undefined;
|
|
4179
4247
|
root?: string | undefined;
|
|
4180
4248
|
} | {
|
|
@@ -4185,6 +4253,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4185
4253
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4186
4254
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4187
4255
|
} | undefined;
|
|
4256
|
+
tag?: string | undefined;
|
|
4188
4257
|
hidden?: boolean | undefined;
|
|
4189
4258
|
root?: string | undefined;
|
|
4190
4259
|
})[];
|
|
@@ -4222,6 +4291,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4222
4291
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4223
4292
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4224
4293
|
} | undefined;
|
|
4294
|
+
tag?: string | undefined;
|
|
4225
4295
|
hidden?: boolean | undefined;
|
|
4226
4296
|
root?: string | undefined;
|
|
4227
4297
|
} | {
|
|
@@ -4238,6 +4308,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4238
4308
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4239
4309
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4240
4310
|
} | undefined;
|
|
4311
|
+
tag?: string | undefined;
|
|
4241
4312
|
hidden?: boolean | undefined;
|
|
4242
4313
|
root?: string | undefined;
|
|
4243
4314
|
} | {
|
|
@@ -4248,6 +4319,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4248
4319
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4249
4320
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4250
4321
|
} | undefined;
|
|
4322
|
+
tag?: string | undefined;
|
|
4251
4323
|
hidden?: boolean | undefined;
|
|
4252
4324
|
root?: string | undefined;
|
|
4253
4325
|
})[];
|
|
@@ -4490,6 +4562,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4490
4562
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4491
4563
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4492
4564
|
} | undefined;
|
|
4565
|
+
tag?: string | undefined;
|
|
4493
4566
|
hidden?: boolean | undefined;
|
|
4494
4567
|
root?: string | undefined;
|
|
4495
4568
|
} | {
|
|
@@ -4506,6 +4579,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4506
4579
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4507
4580
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4508
4581
|
} | undefined;
|
|
4582
|
+
tag?: string | undefined;
|
|
4509
4583
|
hidden?: boolean | undefined;
|
|
4510
4584
|
root?: string | undefined;
|
|
4511
4585
|
} | {
|
|
@@ -4516,6 +4590,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4516
4590
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4517
4591
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4518
4592
|
} | undefined;
|
|
4593
|
+
tag?: string | undefined;
|
|
4519
4594
|
hidden?: boolean | undefined;
|
|
4520
4595
|
root?: string | undefined;
|
|
4521
4596
|
})[];
|
|
@@ -4553,6 +4628,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4553
4628
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4554
4629
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4555
4630
|
} | undefined;
|
|
4631
|
+
tag?: string | undefined;
|
|
4556
4632
|
hidden?: boolean | undefined;
|
|
4557
4633
|
root?: string | undefined;
|
|
4558
4634
|
} | {
|
|
@@ -4569,6 +4645,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4569
4645
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4570
4646
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4571
4647
|
} | undefined;
|
|
4648
|
+
tag?: string | undefined;
|
|
4572
4649
|
hidden?: boolean | undefined;
|
|
4573
4650
|
root?: string | undefined;
|
|
4574
4651
|
} | {
|
|
@@ -4579,6 +4656,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4579
4656
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4580
4657
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4581
4658
|
} | undefined;
|
|
4659
|
+
tag?: string | undefined;
|
|
4582
4660
|
hidden?: boolean | undefined;
|
|
4583
4661
|
root?: string | undefined;
|
|
4584
4662
|
})[];
|
|
@@ -4821,6 +4899,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4821
4899
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4822
4900
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4823
4901
|
} | undefined;
|
|
4902
|
+
tag?: string | undefined;
|
|
4824
4903
|
hidden?: boolean | undefined;
|
|
4825
4904
|
root?: string | undefined;
|
|
4826
4905
|
} | {
|
|
@@ -4837,6 +4916,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4837
4916
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4838
4917
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4839
4918
|
} | undefined;
|
|
4919
|
+
tag?: string | undefined;
|
|
4840
4920
|
hidden?: boolean | undefined;
|
|
4841
4921
|
root?: string | undefined;
|
|
4842
4922
|
} | {
|
|
@@ -4847,6 +4927,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4847
4927
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4848
4928
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4849
4929
|
} | undefined;
|
|
4930
|
+
tag?: string | undefined;
|
|
4850
4931
|
hidden?: boolean | undefined;
|
|
4851
4932
|
root?: string | undefined;
|
|
4852
4933
|
})[];
|
|
@@ -4884,6 +4965,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4884
4965
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4885
4966
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4886
4967
|
} | undefined;
|
|
4968
|
+
tag?: string | undefined;
|
|
4887
4969
|
hidden?: boolean | undefined;
|
|
4888
4970
|
root?: string | undefined;
|
|
4889
4971
|
} | {
|
|
@@ -4900,6 +4982,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4900
4982
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4901
4983
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4902
4984
|
} | undefined;
|
|
4985
|
+
tag?: string | undefined;
|
|
4903
4986
|
hidden?: boolean | undefined;
|
|
4904
4987
|
root?: string | undefined;
|
|
4905
4988
|
} | {
|
|
@@ -4910,6 +4993,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4910
4993
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4911
4994
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4912
4995
|
} | undefined;
|
|
4996
|
+
tag?: string | undefined;
|
|
4913
4997
|
hidden?: boolean | undefined;
|
|
4914
4998
|
root?: string | undefined;
|
|
4915
4999
|
})[];
|