@mintlify/validation 0.1.461 → 0.1.463
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/openapi/IncrementalEvaluator.js +3 -0
- package/dist/openapi/SchemaConverter.js +1 -0
- package/dist/openapi/types/endpoint.d.ts +3 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -522,6 +522,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
522
522
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
523
523
|
library?: "fontawesome" | "lucide" | undefined;
|
|
524
524
|
} | undefined;
|
|
525
|
+
expanded?: boolean | undefined;
|
|
525
526
|
public?: boolean | undefined;
|
|
526
527
|
tag?: string | undefined;
|
|
527
528
|
hidden?: boolean | undefined;
|
|
@@ -541,6 +542,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
541
542
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
542
543
|
library?: "fontawesome" | "lucide" | undefined;
|
|
543
544
|
} | undefined;
|
|
545
|
+
expanded?: boolean | undefined;
|
|
544
546
|
public?: boolean | undefined;
|
|
545
547
|
tag?: string | undefined;
|
|
546
548
|
hidden?: boolean | undefined;
|
|
@@ -553,6 +555,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
553
555
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
554
556
|
library?: "fontawesome" | "lucide" | undefined;
|
|
555
557
|
} | undefined;
|
|
558
|
+
expanded?: boolean | undefined;
|
|
556
559
|
public?: boolean | undefined;
|
|
557
560
|
tag?: string | undefined;
|
|
558
561
|
hidden?: boolean | undefined;
|
|
@@ -593,6 +596,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
593
596
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
594
597
|
library?: "fontawesome" | "lucide" | undefined;
|
|
595
598
|
} | undefined;
|
|
599
|
+
expanded?: boolean | undefined;
|
|
596
600
|
public?: boolean | undefined;
|
|
597
601
|
tag?: string | undefined;
|
|
598
602
|
hidden?: boolean | undefined;
|
|
@@ -612,6 +616,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
612
616
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
613
617
|
library?: "fontawesome" | "lucide" | undefined;
|
|
614
618
|
} | undefined;
|
|
619
|
+
expanded?: boolean | undefined;
|
|
615
620
|
public?: boolean | undefined;
|
|
616
621
|
tag?: string | undefined;
|
|
617
622
|
hidden?: boolean | undefined;
|
|
@@ -624,6 +629,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
624
629
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
625
630
|
library?: "fontawesome" | "lucide" | undefined;
|
|
626
631
|
} | undefined;
|
|
632
|
+
expanded?: boolean | undefined;
|
|
627
633
|
public?: boolean | undefined;
|
|
628
634
|
tag?: string | undefined;
|
|
629
635
|
hidden?: boolean | undefined;
|
|
@@ -901,6 +907,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
901
907
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
902
908
|
library?: "fontawesome" | "lucide" | undefined;
|
|
903
909
|
} | undefined;
|
|
910
|
+
expanded?: boolean | undefined;
|
|
904
911
|
public?: boolean | undefined;
|
|
905
912
|
tag?: string | undefined;
|
|
906
913
|
hidden?: boolean | undefined;
|
|
@@ -920,6 +927,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
920
927
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
921
928
|
library?: "fontawesome" | "lucide" | undefined;
|
|
922
929
|
} | undefined;
|
|
930
|
+
expanded?: boolean | undefined;
|
|
923
931
|
public?: boolean | undefined;
|
|
924
932
|
tag?: string | undefined;
|
|
925
933
|
hidden?: boolean | undefined;
|
|
@@ -932,6 +940,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
932
940
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
933
941
|
library?: "fontawesome" | "lucide" | undefined;
|
|
934
942
|
} | undefined;
|
|
943
|
+
expanded?: boolean | undefined;
|
|
935
944
|
public?: boolean | undefined;
|
|
936
945
|
tag?: string | undefined;
|
|
937
946
|
hidden?: boolean | undefined;
|
|
@@ -972,6 +981,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
972
981
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
973
982
|
library?: "fontawesome" | "lucide" | undefined;
|
|
974
983
|
} | undefined;
|
|
984
|
+
expanded?: boolean | undefined;
|
|
975
985
|
public?: boolean | undefined;
|
|
976
986
|
tag?: string | undefined;
|
|
977
987
|
hidden?: boolean | undefined;
|
|
@@ -991,6 +1001,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
991
1001
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
992
1002
|
library?: "fontawesome" | "lucide" | undefined;
|
|
993
1003
|
} | undefined;
|
|
1004
|
+
expanded?: boolean | undefined;
|
|
994
1005
|
public?: boolean | undefined;
|
|
995
1006
|
tag?: string | undefined;
|
|
996
1007
|
hidden?: boolean | undefined;
|
|
@@ -1003,6 +1014,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1003
1014
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1004
1015
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1005
1016
|
} | undefined;
|
|
1017
|
+
expanded?: boolean | undefined;
|
|
1006
1018
|
public?: boolean | undefined;
|
|
1007
1019
|
tag?: string | undefined;
|
|
1008
1020
|
hidden?: boolean | undefined;
|
|
@@ -1280,6 +1292,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1280
1292
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1281
1293
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1282
1294
|
} | undefined;
|
|
1295
|
+
expanded?: boolean | undefined;
|
|
1283
1296
|
public?: boolean | undefined;
|
|
1284
1297
|
tag?: string | undefined;
|
|
1285
1298
|
hidden?: boolean | undefined;
|
|
@@ -1299,6 +1312,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1299
1312
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1300
1313
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1301
1314
|
} | undefined;
|
|
1315
|
+
expanded?: boolean | undefined;
|
|
1302
1316
|
public?: boolean | undefined;
|
|
1303
1317
|
tag?: string | undefined;
|
|
1304
1318
|
hidden?: boolean | undefined;
|
|
@@ -1311,6 +1325,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1311
1325
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1312
1326
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1313
1327
|
} | undefined;
|
|
1328
|
+
expanded?: boolean | undefined;
|
|
1314
1329
|
public?: boolean | undefined;
|
|
1315
1330
|
tag?: string | undefined;
|
|
1316
1331
|
hidden?: boolean | undefined;
|
|
@@ -1351,6 +1366,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1351
1366
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1352
1367
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1353
1368
|
} | undefined;
|
|
1369
|
+
expanded?: boolean | undefined;
|
|
1354
1370
|
public?: boolean | undefined;
|
|
1355
1371
|
tag?: string | undefined;
|
|
1356
1372
|
hidden?: boolean | undefined;
|
|
@@ -1370,6 +1386,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1370
1386
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1371
1387
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1372
1388
|
} | undefined;
|
|
1389
|
+
expanded?: boolean | undefined;
|
|
1373
1390
|
public?: boolean | undefined;
|
|
1374
1391
|
tag?: string | undefined;
|
|
1375
1392
|
hidden?: boolean | undefined;
|
|
@@ -1382,6 +1399,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1382
1399
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1383
1400
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1384
1401
|
} | undefined;
|
|
1402
|
+
expanded?: boolean | undefined;
|
|
1385
1403
|
public?: boolean | undefined;
|
|
1386
1404
|
tag?: string | undefined;
|
|
1387
1405
|
hidden?: boolean | undefined;
|
|
@@ -1659,6 +1677,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1659
1677
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1660
1678
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1661
1679
|
} | undefined;
|
|
1680
|
+
expanded?: boolean | undefined;
|
|
1662
1681
|
public?: boolean | undefined;
|
|
1663
1682
|
tag?: string | undefined;
|
|
1664
1683
|
hidden?: boolean | undefined;
|
|
@@ -1678,6 +1697,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1678
1697
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1679
1698
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1680
1699
|
} | undefined;
|
|
1700
|
+
expanded?: boolean | undefined;
|
|
1681
1701
|
public?: boolean | undefined;
|
|
1682
1702
|
tag?: string | undefined;
|
|
1683
1703
|
hidden?: boolean | undefined;
|
|
@@ -1690,6 +1710,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1690
1710
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1691
1711
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1692
1712
|
} | undefined;
|
|
1713
|
+
expanded?: boolean | undefined;
|
|
1693
1714
|
public?: boolean | undefined;
|
|
1694
1715
|
tag?: string | undefined;
|
|
1695
1716
|
hidden?: boolean | undefined;
|
|
@@ -1730,6 +1751,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1730
1751
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1731
1752
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1732
1753
|
} | undefined;
|
|
1754
|
+
expanded?: boolean | undefined;
|
|
1733
1755
|
public?: boolean | undefined;
|
|
1734
1756
|
tag?: string | undefined;
|
|
1735
1757
|
hidden?: boolean | undefined;
|
|
@@ -1749,6 +1771,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1749
1771
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1750
1772
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1751
1773
|
} | undefined;
|
|
1774
|
+
expanded?: boolean | undefined;
|
|
1752
1775
|
public?: boolean | undefined;
|
|
1753
1776
|
tag?: string | undefined;
|
|
1754
1777
|
hidden?: boolean | undefined;
|
|
@@ -1761,6 +1784,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1761
1784
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1762
1785
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1763
1786
|
} | undefined;
|
|
1787
|
+
expanded?: boolean | undefined;
|
|
1764
1788
|
public?: boolean | undefined;
|
|
1765
1789
|
tag?: string | undefined;
|
|
1766
1790
|
hidden?: boolean | undefined;
|
|
@@ -2038,6 +2062,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2038
2062
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2039
2063
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2040
2064
|
} | undefined;
|
|
2065
|
+
expanded?: boolean | undefined;
|
|
2041
2066
|
public?: boolean | undefined;
|
|
2042
2067
|
tag?: string | undefined;
|
|
2043
2068
|
hidden?: boolean | undefined;
|
|
@@ -2057,6 +2082,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2057
2082
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2058
2083
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2059
2084
|
} | undefined;
|
|
2085
|
+
expanded?: boolean | undefined;
|
|
2060
2086
|
public?: boolean | undefined;
|
|
2061
2087
|
tag?: string | undefined;
|
|
2062
2088
|
hidden?: boolean | undefined;
|
|
@@ -2069,6 +2095,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2069
2095
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2070
2096
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2071
2097
|
} | undefined;
|
|
2098
|
+
expanded?: boolean | undefined;
|
|
2072
2099
|
public?: boolean | undefined;
|
|
2073
2100
|
tag?: string | undefined;
|
|
2074
2101
|
hidden?: boolean | undefined;
|
|
@@ -2109,6 +2136,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2109
2136
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2110
2137
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2111
2138
|
} | undefined;
|
|
2139
|
+
expanded?: boolean | undefined;
|
|
2112
2140
|
public?: boolean | undefined;
|
|
2113
2141
|
tag?: string | undefined;
|
|
2114
2142
|
hidden?: boolean | undefined;
|
|
@@ -2128,6 +2156,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2128
2156
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2129
2157
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2130
2158
|
} | undefined;
|
|
2159
|
+
expanded?: boolean | undefined;
|
|
2131
2160
|
public?: boolean | undefined;
|
|
2132
2161
|
tag?: string | undefined;
|
|
2133
2162
|
hidden?: boolean | undefined;
|
|
@@ -2140,6 +2169,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2140
2169
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2141
2170
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2142
2171
|
} | undefined;
|
|
2172
|
+
expanded?: boolean | undefined;
|
|
2143
2173
|
public?: boolean | undefined;
|
|
2144
2174
|
tag?: string | undefined;
|
|
2145
2175
|
hidden?: boolean | undefined;
|
|
@@ -2417,6 +2447,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2417
2447
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2418
2448
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2419
2449
|
} | undefined;
|
|
2450
|
+
expanded?: boolean | undefined;
|
|
2420
2451
|
public?: boolean | undefined;
|
|
2421
2452
|
tag?: string | undefined;
|
|
2422
2453
|
hidden?: boolean | undefined;
|
|
@@ -2436,6 +2467,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2436
2467
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2437
2468
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2438
2469
|
} | undefined;
|
|
2470
|
+
expanded?: boolean | undefined;
|
|
2439
2471
|
public?: boolean | undefined;
|
|
2440
2472
|
tag?: string | undefined;
|
|
2441
2473
|
hidden?: boolean | undefined;
|
|
@@ -2448,6 +2480,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2448
2480
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2449
2481
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2450
2482
|
} | undefined;
|
|
2483
|
+
expanded?: boolean | undefined;
|
|
2451
2484
|
public?: boolean | undefined;
|
|
2452
2485
|
tag?: string | undefined;
|
|
2453
2486
|
hidden?: boolean | undefined;
|
|
@@ -2488,6 +2521,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2488
2521
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2489
2522
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2490
2523
|
} | undefined;
|
|
2524
|
+
expanded?: boolean | undefined;
|
|
2491
2525
|
public?: boolean | undefined;
|
|
2492
2526
|
tag?: string | undefined;
|
|
2493
2527
|
hidden?: boolean | undefined;
|
|
@@ -2507,6 +2541,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2507
2541
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2508
2542
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2509
2543
|
} | undefined;
|
|
2544
|
+
expanded?: boolean | undefined;
|
|
2510
2545
|
public?: boolean | undefined;
|
|
2511
2546
|
tag?: string | undefined;
|
|
2512
2547
|
hidden?: boolean | undefined;
|
|
@@ -2519,6 +2554,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2519
2554
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2520
2555
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2521
2556
|
} | undefined;
|
|
2557
|
+
expanded?: boolean | undefined;
|
|
2522
2558
|
public?: boolean | undefined;
|
|
2523
2559
|
tag?: string | undefined;
|
|
2524
2560
|
hidden?: boolean | undefined;
|
|
@@ -2796,6 +2832,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2796
2832
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2797
2833
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2798
2834
|
} | undefined;
|
|
2835
|
+
expanded?: boolean | undefined;
|
|
2799
2836
|
public?: boolean | undefined;
|
|
2800
2837
|
tag?: string | undefined;
|
|
2801
2838
|
hidden?: boolean | undefined;
|
|
@@ -2815,6 +2852,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2815
2852
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2816
2853
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2817
2854
|
} | undefined;
|
|
2855
|
+
expanded?: boolean | undefined;
|
|
2818
2856
|
public?: boolean | undefined;
|
|
2819
2857
|
tag?: string | undefined;
|
|
2820
2858
|
hidden?: boolean | undefined;
|
|
@@ -2827,6 +2865,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2827
2865
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2828
2866
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2829
2867
|
} | undefined;
|
|
2868
|
+
expanded?: boolean | undefined;
|
|
2830
2869
|
public?: boolean | undefined;
|
|
2831
2870
|
tag?: string | undefined;
|
|
2832
2871
|
hidden?: boolean | undefined;
|
|
@@ -2867,6 +2906,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2867
2906
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2868
2907
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2869
2908
|
} | undefined;
|
|
2909
|
+
expanded?: boolean | undefined;
|
|
2870
2910
|
public?: boolean | undefined;
|
|
2871
2911
|
tag?: string | undefined;
|
|
2872
2912
|
hidden?: boolean | undefined;
|
|
@@ -2886,6 +2926,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2886
2926
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2887
2927
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2888
2928
|
} | undefined;
|
|
2929
|
+
expanded?: boolean | undefined;
|
|
2889
2930
|
public?: boolean | undefined;
|
|
2890
2931
|
tag?: string | undefined;
|
|
2891
2932
|
hidden?: boolean | undefined;
|
|
@@ -2898,6 +2939,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2898
2939
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2899
2940
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2900
2941
|
} | undefined;
|
|
2942
|
+
expanded?: boolean | undefined;
|
|
2901
2943
|
public?: boolean | undefined;
|
|
2902
2944
|
tag?: string | undefined;
|
|
2903
2945
|
hidden?: boolean | undefined;
|
|
@@ -3180,6 +3222,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3180
3222
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3181
3223
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3182
3224
|
} | undefined;
|
|
3225
|
+
expanded?: boolean | undefined;
|
|
3183
3226
|
public?: boolean | undefined;
|
|
3184
3227
|
tag?: string | undefined;
|
|
3185
3228
|
hidden?: boolean | undefined;
|
|
@@ -3199,6 +3242,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3199
3242
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3200
3243
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3201
3244
|
} | undefined;
|
|
3245
|
+
expanded?: boolean | undefined;
|
|
3202
3246
|
public?: boolean | undefined;
|
|
3203
3247
|
tag?: string | undefined;
|
|
3204
3248
|
hidden?: boolean | undefined;
|
|
@@ -3211,6 +3255,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3211
3255
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3212
3256
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3213
3257
|
} | undefined;
|
|
3258
|
+
expanded?: boolean | undefined;
|
|
3214
3259
|
public?: boolean | undefined;
|
|
3215
3260
|
tag?: string | undefined;
|
|
3216
3261
|
hidden?: boolean | undefined;
|
|
@@ -3251,6 +3296,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3251
3296
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3252
3297
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3253
3298
|
} | undefined;
|
|
3299
|
+
expanded?: boolean | undefined;
|
|
3254
3300
|
public?: boolean | undefined;
|
|
3255
3301
|
tag?: string | undefined;
|
|
3256
3302
|
hidden?: boolean | undefined;
|
|
@@ -3270,6 +3316,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3270
3316
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3271
3317
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3272
3318
|
} | undefined;
|
|
3319
|
+
expanded?: boolean | undefined;
|
|
3273
3320
|
public?: boolean | undefined;
|
|
3274
3321
|
tag?: string | undefined;
|
|
3275
3322
|
hidden?: boolean | undefined;
|
|
@@ -3282,6 +3329,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3282
3329
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3283
3330
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3284
3331
|
} | undefined;
|
|
3332
|
+
expanded?: boolean | undefined;
|
|
3285
3333
|
public?: boolean | undefined;
|
|
3286
3334
|
tag?: string | undefined;
|
|
3287
3335
|
hidden?: boolean | undefined;
|
|
@@ -3559,6 +3607,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3559
3607
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3560
3608
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3561
3609
|
} | undefined;
|
|
3610
|
+
expanded?: boolean | undefined;
|
|
3562
3611
|
public?: boolean | undefined;
|
|
3563
3612
|
tag?: string | undefined;
|
|
3564
3613
|
hidden?: boolean | undefined;
|
|
@@ -3578,6 +3627,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3578
3627
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3579
3628
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3580
3629
|
} | undefined;
|
|
3630
|
+
expanded?: boolean | undefined;
|
|
3581
3631
|
public?: boolean | undefined;
|
|
3582
3632
|
tag?: string | undefined;
|
|
3583
3633
|
hidden?: boolean | undefined;
|
|
@@ -3590,6 +3640,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3590
3640
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3591
3641
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3592
3642
|
} | undefined;
|
|
3643
|
+
expanded?: boolean | undefined;
|
|
3593
3644
|
public?: boolean | undefined;
|
|
3594
3645
|
tag?: string | undefined;
|
|
3595
3646
|
hidden?: boolean | undefined;
|
|
@@ -3630,6 +3681,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3630
3681
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3631
3682
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3632
3683
|
} | undefined;
|
|
3684
|
+
expanded?: boolean | undefined;
|
|
3633
3685
|
public?: boolean | undefined;
|
|
3634
3686
|
tag?: string | undefined;
|
|
3635
3687
|
hidden?: boolean | undefined;
|
|
@@ -3649,6 +3701,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3649
3701
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3650
3702
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3651
3703
|
} | undefined;
|
|
3704
|
+
expanded?: boolean | undefined;
|
|
3652
3705
|
public?: boolean | undefined;
|
|
3653
3706
|
tag?: string | undefined;
|
|
3654
3707
|
hidden?: boolean | undefined;
|
|
@@ -3661,6 +3714,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3661
3714
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3662
3715
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3663
3716
|
} | undefined;
|
|
3717
|
+
expanded?: boolean | undefined;
|
|
3664
3718
|
public?: boolean | undefined;
|
|
3665
3719
|
tag?: string | undefined;
|
|
3666
3720
|
hidden?: boolean | undefined;
|
|
@@ -3938,6 +3992,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3938
3992
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3939
3993
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3940
3994
|
} | undefined;
|
|
3995
|
+
expanded?: boolean | undefined;
|
|
3941
3996
|
public?: boolean | undefined;
|
|
3942
3997
|
tag?: string | undefined;
|
|
3943
3998
|
hidden?: boolean | undefined;
|
|
@@ -3957,6 +4012,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3957
4012
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3958
4013
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3959
4014
|
} | undefined;
|
|
4015
|
+
expanded?: boolean | undefined;
|
|
3960
4016
|
public?: boolean | undefined;
|
|
3961
4017
|
tag?: string | undefined;
|
|
3962
4018
|
hidden?: boolean | undefined;
|
|
@@ -3969,6 +4025,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3969
4025
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3970
4026
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3971
4027
|
} | undefined;
|
|
4028
|
+
expanded?: boolean | undefined;
|
|
3972
4029
|
public?: boolean | undefined;
|
|
3973
4030
|
tag?: string | undefined;
|
|
3974
4031
|
hidden?: boolean | undefined;
|
|
@@ -4009,6 +4066,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4009
4066
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4010
4067
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4011
4068
|
} | undefined;
|
|
4069
|
+
expanded?: boolean | undefined;
|
|
4012
4070
|
public?: boolean | undefined;
|
|
4013
4071
|
tag?: string | undefined;
|
|
4014
4072
|
hidden?: boolean | undefined;
|
|
@@ -4028,6 +4086,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4028
4086
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4029
4087
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4030
4088
|
} | undefined;
|
|
4089
|
+
expanded?: boolean | undefined;
|
|
4031
4090
|
public?: boolean | undefined;
|
|
4032
4091
|
tag?: string | undefined;
|
|
4033
4092
|
hidden?: boolean | undefined;
|
|
@@ -4040,6 +4099,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4040
4099
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4041
4100
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4042
4101
|
} | undefined;
|
|
4102
|
+
expanded?: boolean | undefined;
|
|
4043
4103
|
public?: boolean | undefined;
|
|
4044
4104
|
tag?: string | undefined;
|
|
4045
4105
|
hidden?: boolean | undefined;
|
|
@@ -4317,6 +4377,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4317
4377
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4318
4378
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4319
4379
|
} | undefined;
|
|
4380
|
+
expanded?: boolean | undefined;
|
|
4320
4381
|
public?: boolean | undefined;
|
|
4321
4382
|
tag?: string | undefined;
|
|
4322
4383
|
hidden?: boolean | undefined;
|
|
@@ -4336,6 +4397,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4336
4397
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4337
4398
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4338
4399
|
} | undefined;
|
|
4400
|
+
expanded?: boolean | undefined;
|
|
4339
4401
|
public?: boolean | undefined;
|
|
4340
4402
|
tag?: string | undefined;
|
|
4341
4403
|
hidden?: boolean | undefined;
|
|
@@ -4348,6 +4410,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4348
4410
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4349
4411
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4350
4412
|
} | undefined;
|
|
4413
|
+
expanded?: boolean | undefined;
|
|
4351
4414
|
public?: boolean | undefined;
|
|
4352
4415
|
tag?: string | undefined;
|
|
4353
4416
|
hidden?: boolean | undefined;
|
|
@@ -4388,6 +4451,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4388
4451
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4389
4452
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4390
4453
|
} | undefined;
|
|
4454
|
+
expanded?: boolean | undefined;
|
|
4391
4455
|
public?: boolean | undefined;
|
|
4392
4456
|
tag?: string | undefined;
|
|
4393
4457
|
hidden?: boolean | undefined;
|
|
@@ -4407,6 +4471,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4407
4471
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4408
4472
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4409
4473
|
} | undefined;
|
|
4474
|
+
expanded?: boolean | undefined;
|
|
4410
4475
|
public?: boolean | undefined;
|
|
4411
4476
|
tag?: string | undefined;
|
|
4412
4477
|
hidden?: boolean | undefined;
|
|
@@ -4419,6 +4484,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4419
4484
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4420
4485
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4421
4486
|
} | undefined;
|
|
4487
|
+
expanded?: boolean | undefined;
|
|
4422
4488
|
public?: boolean | undefined;
|
|
4423
4489
|
tag?: string | undefined;
|
|
4424
4490
|
hidden?: boolean | undefined;
|
|
@@ -4696,6 +4762,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4696
4762
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4697
4763
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4698
4764
|
} | undefined;
|
|
4765
|
+
expanded?: boolean | undefined;
|
|
4699
4766
|
public?: boolean | undefined;
|
|
4700
4767
|
tag?: string | undefined;
|
|
4701
4768
|
hidden?: boolean | undefined;
|
|
@@ -4715,6 +4782,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4715
4782
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4716
4783
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4717
4784
|
} | undefined;
|
|
4785
|
+
expanded?: boolean | undefined;
|
|
4718
4786
|
public?: boolean | undefined;
|
|
4719
4787
|
tag?: string | undefined;
|
|
4720
4788
|
hidden?: boolean | undefined;
|
|
@@ -4727,6 +4795,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4727
4795
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4728
4796
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4729
4797
|
} | undefined;
|
|
4798
|
+
expanded?: boolean | undefined;
|
|
4730
4799
|
public?: boolean | undefined;
|
|
4731
4800
|
tag?: string | undefined;
|
|
4732
4801
|
hidden?: boolean | undefined;
|
|
@@ -4767,6 +4836,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4767
4836
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4768
4837
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4769
4838
|
} | undefined;
|
|
4839
|
+
expanded?: boolean | undefined;
|
|
4770
4840
|
public?: boolean | undefined;
|
|
4771
4841
|
tag?: string | undefined;
|
|
4772
4842
|
hidden?: boolean | undefined;
|
|
@@ -4786,6 +4856,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4786
4856
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4787
4857
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4788
4858
|
} | undefined;
|
|
4859
|
+
expanded?: boolean | undefined;
|
|
4789
4860
|
public?: boolean | undefined;
|
|
4790
4861
|
tag?: string | undefined;
|
|
4791
4862
|
hidden?: boolean | undefined;
|
|
@@ -4798,6 +4869,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4798
4869
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4799
4870
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4800
4871
|
} | undefined;
|
|
4872
|
+
expanded?: boolean | undefined;
|
|
4801
4873
|
public?: boolean | undefined;
|
|
4802
4874
|
tag?: string | undefined;
|
|
4803
4875
|
hidden?: boolean | undefined;
|
|
@@ -5075,6 +5147,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5075
5147
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5076
5148
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5077
5149
|
} | undefined;
|
|
5150
|
+
expanded?: boolean | undefined;
|
|
5078
5151
|
public?: boolean | undefined;
|
|
5079
5152
|
tag?: string | undefined;
|
|
5080
5153
|
hidden?: boolean | undefined;
|
|
@@ -5094,6 +5167,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5094
5167
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5095
5168
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5096
5169
|
} | undefined;
|
|
5170
|
+
expanded?: boolean | undefined;
|
|
5097
5171
|
public?: boolean | undefined;
|
|
5098
5172
|
tag?: string | undefined;
|
|
5099
5173
|
hidden?: boolean | undefined;
|
|
@@ -5106,6 +5180,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5106
5180
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5107
5181
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5108
5182
|
} | undefined;
|
|
5183
|
+
expanded?: boolean | undefined;
|
|
5109
5184
|
public?: boolean | undefined;
|
|
5110
5185
|
tag?: string | undefined;
|
|
5111
5186
|
hidden?: boolean | undefined;
|
|
@@ -5146,6 +5221,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5146
5221
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5147
5222
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5148
5223
|
} | undefined;
|
|
5224
|
+
expanded?: boolean | undefined;
|
|
5149
5225
|
public?: boolean | undefined;
|
|
5150
5226
|
tag?: string | undefined;
|
|
5151
5227
|
hidden?: boolean | undefined;
|
|
@@ -5165,6 +5241,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5165
5241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5166
5242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5167
5243
|
} | undefined;
|
|
5244
|
+
expanded?: boolean | undefined;
|
|
5168
5245
|
public?: boolean | undefined;
|
|
5169
5246
|
tag?: string | undefined;
|
|
5170
5247
|
hidden?: boolean | undefined;
|
|
@@ -5177,6 +5254,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5177
5254
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5178
5255
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5179
5256
|
} | undefined;
|
|
5257
|
+
expanded?: boolean | undefined;
|
|
5180
5258
|
public?: boolean | undefined;
|
|
5181
5259
|
tag?: string | undefined;
|
|
5182
5260
|
hidden?: boolean | undefined;
|
|
@@ -5454,6 +5532,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5454
5532
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5455
5533
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5456
5534
|
} | undefined;
|
|
5535
|
+
expanded?: boolean | undefined;
|
|
5457
5536
|
public?: boolean | undefined;
|
|
5458
5537
|
tag?: string | undefined;
|
|
5459
5538
|
hidden?: boolean | undefined;
|
|
@@ -5473,6 +5552,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5473
5552
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5474
5553
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5475
5554
|
} | undefined;
|
|
5555
|
+
expanded?: boolean | undefined;
|
|
5476
5556
|
public?: boolean | undefined;
|
|
5477
5557
|
tag?: string | undefined;
|
|
5478
5558
|
hidden?: boolean | undefined;
|
|
@@ -5485,6 +5565,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5485
5565
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5486
5566
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5487
5567
|
} | undefined;
|
|
5568
|
+
expanded?: boolean | undefined;
|
|
5488
5569
|
public?: boolean | undefined;
|
|
5489
5570
|
tag?: string | undefined;
|
|
5490
5571
|
hidden?: boolean | undefined;
|
|
@@ -5525,6 +5606,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5525
5606
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5526
5607
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5527
5608
|
} | undefined;
|
|
5609
|
+
expanded?: boolean | undefined;
|
|
5528
5610
|
public?: boolean | undefined;
|
|
5529
5611
|
tag?: string | undefined;
|
|
5530
5612
|
hidden?: boolean | undefined;
|
|
@@ -5544,6 +5626,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5544
5626
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5545
5627
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5546
5628
|
} | undefined;
|
|
5629
|
+
expanded?: boolean | undefined;
|
|
5547
5630
|
public?: boolean | undefined;
|
|
5548
5631
|
tag?: string | undefined;
|
|
5549
5632
|
hidden?: boolean | undefined;
|
|
@@ -5556,6 +5639,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5556
5639
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5557
5640
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5558
5641
|
} | undefined;
|
|
5642
|
+
expanded?: boolean | undefined;
|
|
5559
5643
|
public?: boolean | undefined;
|
|
5560
5644
|
tag?: string | undefined;
|
|
5561
5645
|
hidden?: boolean | undefined;
|