@mintlify/validation 0.1.376 → 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 +490 -0
- package/dist/mint-config/schemas/v2/properties/navbar.d.ts +33 -0
- package/dist/mint-config/schemas/v2/properties/navbar.js +2 -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 +70 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +70 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +70 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +70 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +70 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +70 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +48 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +70 -0
- package/dist/mint-config/validateConfig.d.ts +154 -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
|
})[];
|
|
@@ -669,6 +675,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
669
675
|
links?: {
|
|
670
676
|
href: string;
|
|
671
677
|
label: string;
|
|
678
|
+
icon?: string | {
|
|
679
|
+
name: string;
|
|
680
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
681
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
682
|
+
} | undefined;
|
|
672
683
|
}[] | undefined;
|
|
673
684
|
primary?: {
|
|
674
685
|
type: "button";
|
|
@@ -840,6 +851,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
840
851
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
841
852
|
library?: "fontawesome" | "lucide" | undefined;
|
|
842
853
|
} | undefined;
|
|
854
|
+
tag?: string | undefined;
|
|
843
855
|
hidden?: boolean | undefined;
|
|
844
856
|
root?: string | undefined;
|
|
845
857
|
} | {
|
|
@@ -856,6 +868,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
856
868
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
857
869
|
library?: "fontawesome" | "lucide" | undefined;
|
|
858
870
|
} | undefined;
|
|
871
|
+
tag?: string | undefined;
|
|
859
872
|
hidden?: boolean | undefined;
|
|
860
873
|
root?: string | undefined;
|
|
861
874
|
} | {
|
|
@@ -866,6 +879,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
866
879
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
867
880
|
library?: "fontawesome" | "lucide" | undefined;
|
|
868
881
|
} | undefined;
|
|
882
|
+
tag?: string | undefined;
|
|
869
883
|
hidden?: boolean | undefined;
|
|
870
884
|
root?: string | undefined;
|
|
871
885
|
})[];
|
|
@@ -903,6 +917,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
903
917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
904
918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
905
919
|
} | undefined;
|
|
920
|
+
tag?: string | undefined;
|
|
906
921
|
hidden?: boolean | undefined;
|
|
907
922
|
root?: string | undefined;
|
|
908
923
|
} | {
|
|
@@ -919,6 +934,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
919
934
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
920
935
|
library?: "fontawesome" | "lucide" | undefined;
|
|
921
936
|
} | undefined;
|
|
937
|
+
tag?: string | undefined;
|
|
922
938
|
hidden?: boolean | undefined;
|
|
923
939
|
root?: string | undefined;
|
|
924
940
|
} | {
|
|
@@ -929,6 +945,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
929
945
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
930
946
|
library?: "fontawesome" | "lucide" | undefined;
|
|
931
947
|
} | undefined;
|
|
948
|
+
tag?: string | undefined;
|
|
932
949
|
hidden?: boolean | undefined;
|
|
933
950
|
root?: string | undefined;
|
|
934
951
|
})[];
|
|
@@ -995,6 +1012,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
995
1012
|
links?: {
|
|
996
1013
|
href: string;
|
|
997
1014
|
label: string;
|
|
1015
|
+
icon?: string | {
|
|
1016
|
+
name: string;
|
|
1017
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1018
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1019
|
+
} | undefined;
|
|
998
1020
|
}[] | undefined;
|
|
999
1021
|
primary?: {
|
|
1000
1022
|
type: "button";
|
|
@@ -1166,6 +1188,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1166
1188
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1167
1189
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1168
1190
|
} | undefined;
|
|
1191
|
+
tag?: string | undefined;
|
|
1169
1192
|
hidden?: boolean | undefined;
|
|
1170
1193
|
root?: string | undefined;
|
|
1171
1194
|
} | {
|
|
@@ -1182,6 +1205,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1182
1205
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1183
1206
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1184
1207
|
} | undefined;
|
|
1208
|
+
tag?: string | undefined;
|
|
1185
1209
|
hidden?: boolean | undefined;
|
|
1186
1210
|
root?: string | undefined;
|
|
1187
1211
|
} | {
|
|
@@ -1192,6 +1216,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1192
1216
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1193
1217
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1194
1218
|
} | undefined;
|
|
1219
|
+
tag?: string | undefined;
|
|
1195
1220
|
hidden?: boolean | undefined;
|
|
1196
1221
|
root?: string | undefined;
|
|
1197
1222
|
})[];
|
|
@@ -1229,6 +1254,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1229
1254
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1230
1255
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1231
1256
|
} | undefined;
|
|
1257
|
+
tag?: string | undefined;
|
|
1232
1258
|
hidden?: boolean | undefined;
|
|
1233
1259
|
root?: string | undefined;
|
|
1234
1260
|
} | {
|
|
@@ -1245,6 +1271,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1245
1271
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1246
1272
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1247
1273
|
} | undefined;
|
|
1274
|
+
tag?: string | undefined;
|
|
1248
1275
|
hidden?: boolean | undefined;
|
|
1249
1276
|
root?: string | undefined;
|
|
1250
1277
|
} | {
|
|
@@ -1255,6 +1282,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1255
1282
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1256
1283
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1257
1284
|
} | undefined;
|
|
1285
|
+
tag?: string | undefined;
|
|
1258
1286
|
hidden?: boolean | undefined;
|
|
1259
1287
|
root?: string | undefined;
|
|
1260
1288
|
})[];
|
|
@@ -1321,6 +1349,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1321
1349
|
links?: {
|
|
1322
1350
|
href: string;
|
|
1323
1351
|
label: string;
|
|
1352
|
+
icon?: string | {
|
|
1353
|
+
name: string;
|
|
1354
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1355
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1356
|
+
} | undefined;
|
|
1324
1357
|
}[] | undefined;
|
|
1325
1358
|
primary?: {
|
|
1326
1359
|
type: "button";
|
|
@@ -1492,6 +1525,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1492
1525
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1493
1526
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1494
1527
|
} | undefined;
|
|
1528
|
+
tag?: string | undefined;
|
|
1495
1529
|
hidden?: boolean | undefined;
|
|
1496
1530
|
root?: string | undefined;
|
|
1497
1531
|
} | {
|
|
@@ -1508,6 +1542,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1508
1542
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1509
1543
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1510
1544
|
} | undefined;
|
|
1545
|
+
tag?: string | undefined;
|
|
1511
1546
|
hidden?: boolean | undefined;
|
|
1512
1547
|
root?: string | undefined;
|
|
1513
1548
|
} | {
|
|
@@ -1518,6 +1553,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1518
1553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1519
1554
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1520
1555
|
} | undefined;
|
|
1556
|
+
tag?: string | undefined;
|
|
1521
1557
|
hidden?: boolean | undefined;
|
|
1522
1558
|
root?: string | undefined;
|
|
1523
1559
|
})[];
|
|
@@ -1555,6 +1591,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1555
1591
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1556
1592
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1557
1593
|
} | undefined;
|
|
1594
|
+
tag?: string | undefined;
|
|
1558
1595
|
hidden?: boolean | undefined;
|
|
1559
1596
|
root?: string | undefined;
|
|
1560
1597
|
} | {
|
|
@@ -1571,6 +1608,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1571
1608
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1572
1609
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1573
1610
|
} | undefined;
|
|
1611
|
+
tag?: string | undefined;
|
|
1574
1612
|
hidden?: boolean | undefined;
|
|
1575
1613
|
root?: string | undefined;
|
|
1576
1614
|
} | {
|
|
@@ -1581,6 +1619,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1581
1619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1582
1620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1583
1621
|
} | undefined;
|
|
1622
|
+
tag?: string | undefined;
|
|
1584
1623
|
hidden?: boolean | undefined;
|
|
1585
1624
|
root?: string | undefined;
|
|
1586
1625
|
})[];
|
|
@@ -1647,6 +1686,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1647
1686
|
links?: {
|
|
1648
1687
|
href: string;
|
|
1649
1688
|
label: string;
|
|
1689
|
+
icon?: string | {
|
|
1690
|
+
name: string;
|
|
1691
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1692
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1693
|
+
} | undefined;
|
|
1650
1694
|
}[] | undefined;
|
|
1651
1695
|
primary?: {
|
|
1652
1696
|
type: "button";
|
|
@@ -1818,6 +1862,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1818
1862
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1819
1863
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1820
1864
|
} | undefined;
|
|
1865
|
+
tag?: string | undefined;
|
|
1821
1866
|
hidden?: boolean | undefined;
|
|
1822
1867
|
root?: string | undefined;
|
|
1823
1868
|
} | {
|
|
@@ -1834,6 +1879,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1834
1879
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1835
1880
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1836
1881
|
} | undefined;
|
|
1882
|
+
tag?: string | undefined;
|
|
1837
1883
|
hidden?: boolean | undefined;
|
|
1838
1884
|
root?: string | undefined;
|
|
1839
1885
|
} | {
|
|
@@ -1844,6 +1890,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1844
1890
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1845
1891
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1846
1892
|
} | undefined;
|
|
1893
|
+
tag?: string | undefined;
|
|
1847
1894
|
hidden?: boolean | undefined;
|
|
1848
1895
|
root?: string | undefined;
|
|
1849
1896
|
})[];
|
|
@@ -1881,6 +1928,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1881
1928
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1882
1929
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1883
1930
|
} | undefined;
|
|
1931
|
+
tag?: string | undefined;
|
|
1884
1932
|
hidden?: boolean | undefined;
|
|
1885
1933
|
root?: string | undefined;
|
|
1886
1934
|
} | {
|
|
@@ -1897,6 +1945,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1897
1945
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1898
1946
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1899
1947
|
} | undefined;
|
|
1948
|
+
tag?: string | undefined;
|
|
1900
1949
|
hidden?: boolean | undefined;
|
|
1901
1950
|
root?: string | undefined;
|
|
1902
1951
|
} | {
|
|
@@ -1907,6 +1956,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1907
1956
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1908
1957
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1909
1958
|
} | undefined;
|
|
1959
|
+
tag?: string | undefined;
|
|
1910
1960
|
hidden?: boolean | undefined;
|
|
1911
1961
|
root?: string | undefined;
|
|
1912
1962
|
})[];
|
|
@@ -1973,6 +2023,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1973
2023
|
links?: {
|
|
1974
2024
|
href: string;
|
|
1975
2025
|
label: string;
|
|
2026
|
+
icon?: string | {
|
|
2027
|
+
name: string;
|
|
2028
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2029
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2030
|
+
} | undefined;
|
|
1976
2031
|
}[] | undefined;
|
|
1977
2032
|
primary?: {
|
|
1978
2033
|
type: "button";
|
|
@@ -2144,6 +2199,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2144
2199
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2145
2200
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2146
2201
|
} | undefined;
|
|
2202
|
+
tag?: string | undefined;
|
|
2147
2203
|
hidden?: boolean | undefined;
|
|
2148
2204
|
root?: string | undefined;
|
|
2149
2205
|
} | {
|
|
@@ -2160,6 +2216,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2160
2216
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2161
2217
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2162
2218
|
} | undefined;
|
|
2219
|
+
tag?: string | undefined;
|
|
2163
2220
|
hidden?: boolean | undefined;
|
|
2164
2221
|
root?: string | undefined;
|
|
2165
2222
|
} | {
|
|
@@ -2170,6 +2227,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2170
2227
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2171
2228
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2172
2229
|
} | undefined;
|
|
2230
|
+
tag?: string | undefined;
|
|
2173
2231
|
hidden?: boolean | undefined;
|
|
2174
2232
|
root?: string | undefined;
|
|
2175
2233
|
})[];
|
|
@@ -2207,6 +2265,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2207
2265
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2208
2266
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2209
2267
|
} | undefined;
|
|
2268
|
+
tag?: string | undefined;
|
|
2210
2269
|
hidden?: boolean | undefined;
|
|
2211
2270
|
root?: string | undefined;
|
|
2212
2271
|
} | {
|
|
@@ -2223,6 +2282,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2223
2282
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2224
2283
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2225
2284
|
} | undefined;
|
|
2285
|
+
tag?: string | undefined;
|
|
2226
2286
|
hidden?: boolean | undefined;
|
|
2227
2287
|
root?: string | undefined;
|
|
2228
2288
|
} | {
|
|
@@ -2233,6 +2293,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2233
2293
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2234
2294
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2235
2295
|
} | undefined;
|
|
2296
|
+
tag?: string | undefined;
|
|
2236
2297
|
hidden?: boolean | undefined;
|
|
2237
2298
|
root?: string | undefined;
|
|
2238
2299
|
})[];
|
|
@@ -2299,6 +2360,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2299
2360
|
links?: {
|
|
2300
2361
|
href: string;
|
|
2301
2362
|
label: string;
|
|
2363
|
+
icon?: string | {
|
|
2364
|
+
name: string;
|
|
2365
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2366
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2367
|
+
} | undefined;
|
|
2302
2368
|
}[] | undefined;
|
|
2303
2369
|
primary?: {
|
|
2304
2370
|
type: "button";
|
|
@@ -2470,6 +2536,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2470
2536
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2471
2537
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2472
2538
|
} | undefined;
|
|
2539
|
+
tag?: string | undefined;
|
|
2473
2540
|
hidden?: boolean | undefined;
|
|
2474
2541
|
root?: string | undefined;
|
|
2475
2542
|
} | {
|
|
@@ -2486,6 +2553,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2486
2553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2487
2554
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2488
2555
|
} | undefined;
|
|
2556
|
+
tag?: string | undefined;
|
|
2489
2557
|
hidden?: boolean | undefined;
|
|
2490
2558
|
root?: string | undefined;
|
|
2491
2559
|
} | {
|
|
@@ -2496,6 +2564,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2496
2564
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2497
2565
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2498
2566
|
} | undefined;
|
|
2567
|
+
tag?: string | undefined;
|
|
2499
2568
|
hidden?: boolean | undefined;
|
|
2500
2569
|
root?: string | undefined;
|
|
2501
2570
|
})[];
|
|
@@ -2533,6 +2602,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2533
2602
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2534
2603
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2535
2604
|
} | undefined;
|
|
2605
|
+
tag?: string | undefined;
|
|
2536
2606
|
hidden?: boolean | undefined;
|
|
2537
2607
|
root?: string | undefined;
|
|
2538
2608
|
} | {
|
|
@@ -2549,6 +2619,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2549
2619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2550
2620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2551
2621
|
} | undefined;
|
|
2622
|
+
tag?: string | undefined;
|
|
2552
2623
|
hidden?: boolean | undefined;
|
|
2553
2624
|
root?: string | undefined;
|
|
2554
2625
|
} | {
|
|
@@ -2559,6 +2630,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2559
2630
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2560
2631
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2561
2632
|
} | undefined;
|
|
2633
|
+
tag?: string | undefined;
|
|
2562
2634
|
hidden?: boolean | undefined;
|
|
2563
2635
|
root?: string | undefined;
|
|
2564
2636
|
})[];
|
|
@@ -2625,6 +2697,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2625
2697
|
links?: {
|
|
2626
2698
|
href: string;
|
|
2627
2699
|
label: string;
|
|
2700
|
+
icon?: string | {
|
|
2701
|
+
name: string;
|
|
2702
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2703
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2704
|
+
} | undefined;
|
|
2628
2705
|
}[] | undefined;
|
|
2629
2706
|
primary?: {
|
|
2630
2707
|
type: "button";
|
|
@@ -2800,6 +2877,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2800
2877
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2801
2878
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2802
2879
|
} | undefined;
|
|
2880
|
+
tag?: string | undefined;
|
|
2803
2881
|
hidden?: boolean | undefined;
|
|
2804
2882
|
root?: string | undefined;
|
|
2805
2883
|
} | {
|
|
@@ -2816,6 +2894,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2816
2894
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2817
2895
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2818
2896
|
} | undefined;
|
|
2897
|
+
tag?: string | undefined;
|
|
2819
2898
|
hidden?: boolean | undefined;
|
|
2820
2899
|
root?: string | undefined;
|
|
2821
2900
|
} | {
|
|
@@ -2826,6 +2905,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2826
2905
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2827
2906
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2828
2907
|
} | undefined;
|
|
2908
|
+
tag?: string | undefined;
|
|
2829
2909
|
hidden?: boolean | undefined;
|
|
2830
2910
|
root?: string | undefined;
|
|
2831
2911
|
})[];
|
|
@@ -2863,6 +2943,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2863
2943
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2864
2944
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2865
2945
|
} | undefined;
|
|
2946
|
+
tag?: string | undefined;
|
|
2866
2947
|
hidden?: boolean | undefined;
|
|
2867
2948
|
root?: string | undefined;
|
|
2868
2949
|
} | {
|
|
@@ -2879,6 +2960,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2879
2960
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2880
2961
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2881
2962
|
} | undefined;
|
|
2963
|
+
tag?: string | undefined;
|
|
2882
2964
|
hidden?: boolean | undefined;
|
|
2883
2965
|
root?: string | undefined;
|
|
2884
2966
|
} | {
|
|
@@ -2889,6 +2971,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2889
2971
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2890
2972
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2891
2973
|
} | undefined;
|
|
2974
|
+
tag?: string | undefined;
|
|
2892
2975
|
hidden?: boolean | undefined;
|
|
2893
2976
|
root?: string | undefined;
|
|
2894
2977
|
})[];
|
|
@@ -2954,6 +3037,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2954
3037
|
links?: {
|
|
2955
3038
|
href: string;
|
|
2956
3039
|
label: string;
|
|
3040
|
+
icon?: string | {
|
|
3041
|
+
name: string;
|
|
3042
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3043
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3044
|
+
} | undefined;
|
|
2957
3045
|
}[] | undefined;
|
|
2958
3046
|
primary?: {
|
|
2959
3047
|
type: "button";
|
|
@@ -3126,6 +3214,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3126
3214
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3127
3215
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3128
3216
|
} | undefined;
|
|
3217
|
+
tag?: string | undefined;
|
|
3129
3218
|
hidden?: boolean | undefined;
|
|
3130
3219
|
root?: string | undefined;
|
|
3131
3220
|
} | {
|
|
@@ -3142,6 +3231,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3142
3231
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3143
3232
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3144
3233
|
} | undefined;
|
|
3234
|
+
tag?: string | undefined;
|
|
3145
3235
|
hidden?: boolean | undefined;
|
|
3146
3236
|
root?: string | undefined;
|
|
3147
3237
|
} | {
|
|
@@ -3152,6 +3242,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3152
3242
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3153
3243
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3154
3244
|
} | undefined;
|
|
3245
|
+
tag?: string | undefined;
|
|
3155
3246
|
hidden?: boolean | undefined;
|
|
3156
3247
|
root?: string | undefined;
|
|
3157
3248
|
})[];
|
|
@@ -3189,6 +3280,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3189
3280
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3190
3281
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3191
3282
|
} | undefined;
|
|
3283
|
+
tag?: string | undefined;
|
|
3192
3284
|
hidden?: boolean | undefined;
|
|
3193
3285
|
root?: string | undefined;
|
|
3194
3286
|
} | {
|
|
@@ -3205,6 +3297,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3205
3297
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3206
3298
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3207
3299
|
} | undefined;
|
|
3300
|
+
tag?: string | undefined;
|
|
3208
3301
|
hidden?: boolean | undefined;
|
|
3209
3302
|
root?: string | undefined;
|
|
3210
3303
|
} | {
|
|
@@ -3215,6 +3308,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3215
3308
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3216
3309
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3217
3310
|
} | undefined;
|
|
3311
|
+
tag?: string | undefined;
|
|
3218
3312
|
hidden?: boolean | undefined;
|
|
3219
3313
|
root?: string | undefined;
|
|
3220
3314
|
})[];
|
|
@@ -3280,6 +3374,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3280
3374
|
links?: {
|
|
3281
3375
|
href: string;
|
|
3282
3376
|
label: string;
|
|
3377
|
+
icon?: string | {
|
|
3378
|
+
name: string;
|
|
3379
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3380
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3381
|
+
} | undefined;
|
|
3283
3382
|
}[] | undefined;
|
|
3284
3383
|
primary?: {
|
|
3285
3384
|
type: "button";
|
|
@@ -3452,6 +3551,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3452
3551
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3453
3552
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3454
3553
|
} | undefined;
|
|
3554
|
+
tag?: string | undefined;
|
|
3455
3555
|
hidden?: boolean | undefined;
|
|
3456
3556
|
root?: string | undefined;
|
|
3457
3557
|
} | {
|
|
@@ -3468,6 +3568,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3468
3568
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3469
3569
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3470
3570
|
} | undefined;
|
|
3571
|
+
tag?: string | undefined;
|
|
3471
3572
|
hidden?: boolean | undefined;
|
|
3472
3573
|
root?: string | undefined;
|
|
3473
3574
|
} | {
|
|
@@ -3478,6 +3579,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3478
3579
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3479
3580
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3480
3581
|
} | undefined;
|
|
3582
|
+
tag?: string | undefined;
|
|
3481
3583
|
hidden?: boolean | undefined;
|
|
3482
3584
|
root?: string | undefined;
|
|
3483
3585
|
})[];
|
|
@@ -3515,6 +3617,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3515
3617
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3516
3618
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3517
3619
|
} | undefined;
|
|
3620
|
+
tag?: string | undefined;
|
|
3518
3621
|
hidden?: boolean | undefined;
|
|
3519
3622
|
root?: string | undefined;
|
|
3520
3623
|
} | {
|
|
@@ -3531,6 +3634,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3531
3634
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3532
3635
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3533
3636
|
} | undefined;
|
|
3637
|
+
tag?: string | undefined;
|
|
3534
3638
|
hidden?: boolean | undefined;
|
|
3535
3639
|
root?: string | undefined;
|
|
3536
3640
|
} | {
|
|
@@ -3541,6 +3645,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3541
3645
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3542
3646
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3543
3647
|
} | undefined;
|
|
3648
|
+
tag?: string | undefined;
|
|
3544
3649
|
hidden?: boolean | undefined;
|
|
3545
3650
|
root?: string | undefined;
|
|
3546
3651
|
})[];
|
|
@@ -3606,6 +3711,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3606
3711
|
links?: {
|
|
3607
3712
|
href: string;
|
|
3608
3713
|
label: string;
|
|
3714
|
+
icon?: string | {
|
|
3715
|
+
name: string;
|
|
3716
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3717
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3718
|
+
} | undefined;
|
|
3609
3719
|
}[] | undefined;
|
|
3610
3720
|
primary?: {
|
|
3611
3721
|
type: "button";
|
|
@@ -3778,6 +3888,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3778
3888
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3779
3889
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3780
3890
|
} | undefined;
|
|
3891
|
+
tag?: string | undefined;
|
|
3781
3892
|
hidden?: boolean | undefined;
|
|
3782
3893
|
root?: string | undefined;
|
|
3783
3894
|
} | {
|
|
@@ -3794,6 +3905,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3794
3905
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3795
3906
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3796
3907
|
} | undefined;
|
|
3908
|
+
tag?: string | undefined;
|
|
3797
3909
|
hidden?: boolean | undefined;
|
|
3798
3910
|
root?: string | undefined;
|
|
3799
3911
|
} | {
|
|
@@ -3804,6 +3916,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3804
3916
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3805
3917
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3806
3918
|
} | undefined;
|
|
3919
|
+
tag?: string | undefined;
|
|
3807
3920
|
hidden?: boolean | undefined;
|
|
3808
3921
|
root?: string | undefined;
|
|
3809
3922
|
})[];
|
|
@@ -3841,6 +3954,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3841
3954
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3842
3955
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3843
3956
|
} | undefined;
|
|
3957
|
+
tag?: string | undefined;
|
|
3844
3958
|
hidden?: boolean | undefined;
|
|
3845
3959
|
root?: string | undefined;
|
|
3846
3960
|
} | {
|
|
@@ -3857,6 +3971,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3857
3971
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3858
3972
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3859
3973
|
} | undefined;
|
|
3974
|
+
tag?: string | undefined;
|
|
3860
3975
|
hidden?: boolean | undefined;
|
|
3861
3976
|
root?: string | undefined;
|
|
3862
3977
|
} | {
|
|
@@ -3867,6 +3982,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3867
3982
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3868
3983
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3869
3984
|
} | undefined;
|
|
3985
|
+
tag?: string | undefined;
|
|
3870
3986
|
hidden?: boolean | undefined;
|
|
3871
3987
|
root?: string | undefined;
|
|
3872
3988
|
})[];
|
|
@@ -3932,6 +4048,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3932
4048
|
links?: {
|
|
3933
4049
|
href: string;
|
|
3934
4050
|
label: string;
|
|
4051
|
+
icon?: string | {
|
|
4052
|
+
name: string;
|
|
4053
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4054
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4055
|
+
} | undefined;
|
|
3935
4056
|
}[] | undefined;
|
|
3936
4057
|
primary?: {
|
|
3937
4058
|
type: "button";
|
|
@@ -4104,6 +4225,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4104
4225
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4105
4226
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4106
4227
|
} | undefined;
|
|
4228
|
+
tag?: string | undefined;
|
|
4107
4229
|
hidden?: boolean | undefined;
|
|
4108
4230
|
root?: string | undefined;
|
|
4109
4231
|
} | {
|
|
@@ -4120,6 +4242,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4120
4242
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4121
4243
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4122
4244
|
} | undefined;
|
|
4245
|
+
tag?: string | undefined;
|
|
4123
4246
|
hidden?: boolean | undefined;
|
|
4124
4247
|
root?: string | undefined;
|
|
4125
4248
|
} | {
|
|
@@ -4130,6 +4253,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4130
4253
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4131
4254
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4132
4255
|
} | undefined;
|
|
4256
|
+
tag?: string | undefined;
|
|
4133
4257
|
hidden?: boolean | undefined;
|
|
4134
4258
|
root?: string | undefined;
|
|
4135
4259
|
})[];
|
|
@@ -4167,6 +4291,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4167
4291
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4168
4292
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4169
4293
|
} | undefined;
|
|
4294
|
+
tag?: string | undefined;
|
|
4170
4295
|
hidden?: boolean | undefined;
|
|
4171
4296
|
root?: string | undefined;
|
|
4172
4297
|
} | {
|
|
@@ -4183,6 +4308,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4183
4308
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4184
4309
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4185
4310
|
} | undefined;
|
|
4311
|
+
tag?: string | undefined;
|
|
4186
4312
|
hidden?: boolean | undefined;
|
|
4187
4313
|
root?: string | undefined;
|
|
4188
4314
|
} | {
|
|
@@ -4193,6 +4319,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4193
4319
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4194
4320
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4195
4321
|
} | undefined;
|
|
4322
|
+
tag?: string | undefined;
|
|
4196
4323
|
hidden?: boolean | undefined;
|
|
4197
4324
|
root?: string | undefined;
|
|
4198
4325
|
})[];
|
|
@@ -4258,6 +4385,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4258
4385
|
links?: {
|
|
4259
4386
|
href: string;
|
|
4260
4387
|
label: string;
|
|
4388
|
+
icon?: string | {
|
|
4389
|
+
name: string;
|
|
4390
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4391
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4392
|
+
} | undefined;
|
|
4261
4393
|
}[] | undefined;
|
|
4262
4394
|
primary?: {
|
|
4263
4395
|
type: "button";
|
|
@@ -4430,6 +4562,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4430
4562
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4431
4563
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4432
4564
|
} | undefined;
|
|
4565
|
+
tag?: string | undefined;
|
|
4433
4566
|
hidden?: boolean | undefined;
|
|
4434
4567
|
root?: string | undefined;
|
|
4435
4568
|
} | {
|
|
@@ -4446,6 +4579,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4446
4579
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4447
4580
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4448
4581
|
} | undefined;
|
|
4582
|
+
tag?: string | undefined;
|
|
4449
4583
|
hidden?: boolean | undefined;
|
|
4450
4584
|
root?: string | undefined;
|
|
4451
4585
|
} | {
|
|
@@ -4456,6 +4590,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4456
4590
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4457
4591
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4458
4592
|
} | undefined;
|
|
4593
|
+
tag?: string | undefined;
|
|
4459
4594
|
hidden?: boolean | undefined;
|
|
4460
4595
|
root?: string | undefined;
|
|
4461
4596
|
})[];
|
|
@@ -4493,6 +4628,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4493
4628
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4494
4629
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4495
4630
|
} | undefined;
|
|
4631
|
+
tag?: string | undefined;
|
|
4496
4632
|
hidden?: boolean | undefined;
|
|
4497
4633
|
root?: string | undefined;
|
|
4498
4634
|
} | {
|
|
@@ -4509,6 +4645,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4509
4645
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4510
4646
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4511
4647
|
} | undefined;
|
|
4648
|
+
tag?: string | undefined;
|
|
4512
4649
|
hidden?: boolean | undefined;
|
|
4513
4650
|
root?: string | undefined;
|
|
4514
4651
|
} | {
|
|
@@ -4519,6 +4656,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4519
4656
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4520
4657
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4521
4658
|
} | undefined;
|
|
4659
|
+
tag?: string | undefined;
|
|
4522
4660
|
hidden?: boolean | undefined;
|
|
4523
4661
|
root?: string | undefined;
|
|
4524
4662
|
})[];
|
|
@@ -4584,6 +4722,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4584
4722
|
links?: {
|
|
4585
4723
|
href: string;
|
|
4586
4724
|
label: string;
|
|
4725
|
+
icon?: string | {
|
|
4726
|
+
name: string;
|
|
4727
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4728
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
4729
|
+
} | undefined;
|
|
4587
4730
|
}[] | undefined;
|
|
4588
4731
|
primary?: {
|
|
4589
4732
|
type: "button";
|
|
@@ -4756,6 +4899,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4756
4899
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4757
4900
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4758
4901
|
} | undefined;
|
|
4902
|
+
tag?: string | undefined;
|
|
4759
4903
|
hidden?: boolean | undefined;
|
|
4760
4904
|
root?: string | undefined;
|
|
4761
4905
|
} | {
|
|
@@ -4772,6 +4916,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4772
4916
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4773
4917
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4774
4918
|
} | undefined;
|
|
4919
|
+
tag?: string | undefined;
|
|
4775
4920
|
hidden?: boolean | undefined;
|
|
4776
4921
|
root?: string | undefined;
|
|
4777
4922
|
} | {
|
|
@@ -4782,6 +4927,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4782
4927
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4783
4928
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4784
4929
|
} | undefined;
|
|
4930
|
+
tag?: string | undefined;
|
|
4785
4931
|
hidden?: boolean | undefined;
|
|
4786
4932
|
root?: string | undefined;
|
|
4787
4933
|
})[];
|
|
@@ -4819,6 +4965,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4819
4965
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4820
4966
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4821
4967
|
} | undefined;
|
|
4968
|
+
tag?: string | undefined;
|
|
4822
4969
|
hidden?: boolean | undefined;
|
|
4823
4970
|
root?: string | undefined;
|
|
4824
4971
|
} | {
|
|
@@ -4835,6 +4982,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4835
4982
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4836
4983
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4837
4984
|
} | undefined;
|
|
4985
|
+
tag?: string | undefined;
|
|
4838
4986
|
hidden?: boolean | undefined;
|
|
4839
4987
|
root?: string | undefined;
|
|
4840
4988
|
} | {
|
|
@@ -4845,6 +4993,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4845
4993
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4846
4994
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4847
4995
|
} | undefined;
|
|
4996
|
+
tag?: string | undefined;
|
|
4848
4997
|
hidden?: boolean | undefined;
|
|
4849
4998
|
root?: string | undefined;
|
|
4850
4999
|
})[];
|
|
@@ -4910,6 +5059,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4910
5059
|
links?: {
|
|
4911
5060
|
href: string;
|
|
4912
5061
|
label: string;
|
|
5062
|
+
icon?: string | {
|
|
5063
|
+
name: string;
|
|
5064
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5065
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
5066
|
+
} | undefined;
|
|
4913
5067
|
}[] | undefined;
|
|
4914
5068
|
primary?: {
|
|
4915
5069
|
type: "button";
|