@mintlify/validation 0.1.429 → 0.1.431
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v1/navigation.d.ts +3 -0
- package/dist/mint-config/schemas/v1/navigation.js +2 -1
- package/dist/mint-config/schemas/v2/index.d.ts +189 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +27 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +2 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +15 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +27 -0
- package/dist/mint-config/validateConfig.d.ts +84 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -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
|
+
public?: boolean | undefined;
|
|
517
518
|
tag?: string | undefined;
|
|
518
519
|
hidden?: boolean | undefined;
|
|
519
520
|
root?: string | undefined;
|
|
@@ -531,6 +532,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
531
532
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
532
533
|
library?: "fontawesome" | "lucide" | undefined;
|
|
533
534
|
} | undefined;
|
|
535
|
+
public?: boolean | undefined;
|
|
534
536
|
tag?: string | undefined;
|
|
535
537
|
hidden?: boolean | undefined;
|
|
536
538
|
root?: string | undefined;
|
|
@@ -542,6 +544,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
542
544
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
543
545
|
library?: "fontawesome" | "lucide" | undefined;
|
|
544
546
|
} | undefined;
|
|
547
|
+
public?: boolean | undefined;
|
|
545
548
|
tag?: string | undefined;
|
|
546
549
|
hidden?: boolean | undefined;
|
|
547
550
|
root?: string | undefined;
|
|
@@ -580,6 +583,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
580
583
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
581
584
|
library?: "fontawesome" | "lucide" | undefined;
|
|
582
585
|
} | undefined;
|
|
586
|
+
public?: boolean | undefined;
|
|
583
587
|
tag?: string | undefined;
|
|
584
588
|
hidden?: boolean | undefined;
|
|
585
589
|
root?: string | undefined;
|
|
@@ -597,6 +601,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
597
601
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
598
602
|
library?: "fontawesome" | "lucide" | undefined;
|
|
599
603
|
} | undefined;
|
|
604
|
+
public?: boolean | undefined;
|
|
600
605
|
tag?: string | undefined;
|
|
601
606
|
hidden?: boolean | undefined;
|
|
602
607
|
root?: string | undefined;
|
|
@@ -608,6 +613,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
608
613
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
609
614
|
library?: "fontawesome" | "lucide" | undefined;
|
|
610
615
|
} | undefined;
|
|
616
|
+
public?: boolean | undefined;
|
|
611
617
|
tag?: string | undefined;
|
|
612
618
|
hidden?: boolean | undefined;
|
|
613
619
|
root?: string | undefined;
|
|
@@ -876,6 +882,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
876
882
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
877
883
|
library?: "fontawesome" | "lucide" | undefined;
|
|
878
884
|
} | undefined;
|
|
885
|
+
public?: boolean | undefined;
|
|
879
886
|
tag?: string | undefined;
|
|
880
887
|
hidden?: boolean | undefined;
|
|
881
888
|
root?: string | undefined;
|
|
@@ -893,6 +900,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
893
900
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
894
901
|
library?: "fontawesome" | "lucide" | undefined;
|
|
895
902
|
} | undefined;
|
|
903
|
+
public?: boolean | undefined;
|
|
896
904
|
tag?: string | undefined;
|
|
897
905
|
hidden?: boolean | undefined;
|
|
898
906
|
root?: string | undefined;
|
|
@@ -904,6 +912,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
904
912
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
905
913
|
library?: "fontawesome" | "lucide" | undefined;
|
|
906
914
|
} | undefined;
|
|
915
|
+
public?: boolean | undefined;
|
|
907
916
|
tag?: string | undefined;
|
|
908
917
|
hidden?: boolean | undefined;
|
|
909
918
|
root?: string | undefined;
|
|
@@ -942,6 +951,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
942
951
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
943
952
|
library?: "fontawesome" | "lucide" | undefined;
|
|
944
953
|
} | undefined;
|
|
954
|
+
public?: boolean | undefined;
|
|
945
955
|
tag?: string | undefined;
|
|
946
956
|
hidden?: boolean | undefined;
|
|
947
957
|
root?: string | undefined;
|
|
@@ -959,6 +969,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
959
969
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
960
970
|
library?: "fontawesome" | "lucide" | undefined;
|
|
961
971
|
} | undefined;
|
|
972
|
+
public?: boolean | undefined;
|
|
962
973
|
tag?: string | undefined;
|
|
963
974
|
hidden?: boolean | undefined;
|
|
964
975
|
root?: string | undefined;
|
|
@@ -970,6 +981,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
970
981
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
971
982
|
library?: "fontawesome" | "lucide" | undefined;
|
|
972
983
|
} | undefined;
|
|
984
|
+
public?: boolean | undefined;
|
|
973
985
|
tag?: string | undefined;
|
|
974
986
|
hidden?: boolean | undefined;
|
|
975
987
|
root?: string | undefined;
|
|
@@ -1238,6 +1250,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1238
1250
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1239
1251
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1240
1252
|
} | undefined;
|
|
1253
|
+
public?: boolean | undefined;
|
|
1241
1254
|
tag?: string | undefined;
|
|
1242
1255
|
hidden?: boolean | undefined;
|
|
1243
1256
|
root?: string | undefined;
|
|
@@ -1255,6 +1268,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1255
1268
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1256
1269
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1257
1270
|
} | undefined;
|
|
1271
|
+
public?: boolean | undefined;
|
|
1258
1272
|
tag?: string | undefined;
|
|
1259
1273
|
hidden?: boolean | undefined;
|
|
1260
1274
|
root?: string | undefined;
|
|
@@ -1266,6 +1280,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1266
1280
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1267
1281
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1268
1282
|
} | undefined;
|
|
1283
|
+
public?: boolean | undefined;
|
|
1269
1284
|
tag?: string | undefined;
|
|
1270
1285
|
hidden?: boolean | undefined;
|
|
1271
1286
|
root?: string | undefined;
|
|
@@ -1304,6 +1319,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1304
1319
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1305
1320
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1306
1321
|
} | undefined;
|
|
1322
|
+
public?: boolean | undefined;
|
|
1307
1323
|
tag?: string | undefined;
|
|
1308
1324
|
hidden?: boolean | undefined;
|
|
1309
1325
|
root?: string | undefined;
|
|
@@ -1321,6 +1337,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1321
1337
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1322
1338
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1323
1339
|
} | undefined;
|
|
1340
|
+
public?: boolean | undefined;
|
|
1324
1341
|
tag?: string | undefined;
|
|
1325
1342
|
hidden?: boolean | undefined;
|
|
1326
1343
|
root?: string | undefined;
|
|
@@ -1332,6 +1349,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1332
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1333
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1334
1351
|
} | undefined;
|
|
1352
|
+
public?: boolean | undefined;
|
|
1335
1353
|
tag?: string | undefined;
|
|
1336
1354
|
hidden?: boolean | undefined;
|
|
1337
1355
|
root?: string | undefined;
|
|
@@ -1600,6 +1618,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1600
1618
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1601
1619
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1602
1620
|
} | undefined;
|
|
1621
|
+
public?: boolean | undefined;
|
|
1603
1622
|
tag?: string | undefined;
|
|
1604
1623
|
hidden?: boolean | undefined;
|
|
1605
1624
|
root?: string | undefined;
|
|
@@ -1617,6 +1636,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1617
1636
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1618
1637
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1619
1638
|
} | undefined;
|
|
1639
|
+
public?: boolean | undefined;
|
|
1620
1640
|
tag?: string | undefined;
|
|
1621
1641
|
hidden?: boolean | undefined;
|
|
1622
1642
|
root?: string | undefined;
|
|
@@ -1628,6 +1648,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1628
1648
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1629
1649
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1630
1650
|
} | undefined;
|
|
1651
|
+
public?: boolean | undefined;
|
|
1631
1652
|
tag?: string | undefined;
|
|
1632
1653
|
hidden?: boolean | undefined;
|
|
1633
1654
|
root?: string | undefined;
|
|
@@ -1666,6 +1687,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1666
1687
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1667
1688
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1668
1689
|
} | undefined;
|
|
1690
|
+
public?: boolean | undefined;
|
|
1669
1691
|
tag?: string | undefined;
|
|
1670
1692
|
hidden?: boolean | undefined;
|
|
1671
1693
|
root?: string | undefined;
|
|
@@ -1683,6 +1705,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1683
1705
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1684
1706
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1685
1707
|
} | undefined;
|
|
1708
|
+
public?: boolean | undefined;
|
|
1686
1709
|
tag?: string | undefined;
|
|
1687
1710
|
hidden?: boolean | undefined;
|
|
1688
1711
|
root?: string | undefined;
|
|
@@ -1694,6 +1717,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1694
1717
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1695
1718
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1696
1719
|
} | undefined;
|
|
1720
|
+
public?: boolean | undefined;
|
|
1697
1721
|
tag?: string | undefined;
|
|
1698
1722
|
hidden?: boolean | undefined;
|
|
1699
1723
|
root?: string | undefined;
|
|
@@ -1962,6 +1986,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1962
1986
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1963
1987
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1964
1988
|
} | undefined;
|
|
1989
|
+
public?: boolean | undefined;
|
|
1965
1990
|
tag?: string | undefined;
|
|
1966
1991
|
hidden?: boolean | undefined;
|
|
1967
1992
|
root?: string | undefined;
|
|
@@ -1979,6 +2004,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1979
2004
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1980
2005
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1981
2006
|
} | undefined;
|
|
2007
|
+
public?: boolean | undefined;
|
|
1982
2008
|
tag?: string | undefined;
|
|
1983
2009
|
hidden?: boolean | undefined;
|
|
1984
2010
|
root?: string | undefined;
|
|
@@ -1990,6 +2016,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1990
2016
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1991
2017
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1992
2018
|
} | undefined;
|
|
2019
|
+
public?: boolean | undefined;
|
|
1993
2020
|
tag?: string | undefined;
|
|
1994
2021
|
hidden?: boolean | undefined;
|
|
1995
2022
|
root?: string | undefined;
|
|
@@ -2028,6 +2055,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2028
2055
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2029
2056
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2030
2057
|
} | undefined;
|
|
2058
|
+
public?: boolean | undefined;
|
|
2031
2059
|
tag?: string | undefined;
|
|
2032
2060
|
hidden?: boolean | undefined;
|
|
2033
2061
|
root?: string | undefined;
|
|
@@ -2045,6 +2073,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2045
2073
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2046
2074
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2047
2075
|
} | undefined;
|
|
2076
|
+
public?: boolean | undefined;
|
|
2048
2077
|
tag?: string | undefined;
|
|
2049
2078
|
hidden?: boolean | undefined;
|
|
2050
2079
|
root?: string | undefined;
|
|
@@ -2056,6 +2085,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2056
2085
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2057
2086
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2058
2087
|
} | undefined;
|
|
2088
|
+
public?: boolean | undefined;
|
|
2059
2089
|
tag?: string | undefined;
|
|
2060
2090
|
hidden?: boolean | undefined;
|
|
2061
2091
|
root?: string | undefined;
|
|
@@ -2324,6 +2354,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2324
2354
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2325
2355
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2326
2356
|
} | undefined;
|
|
2357
|
+
public?: boolean | undefined;
|
|
2327
2358
|
tag?: string | undefined;
|
|
2328
2359
|
hidden?: boolean | undefined;
|
|
2329
2360
|
root?: string | undefined;
|
|
@@ -2341,6 +2372,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2341
2372
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2342
2373
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2343
2374
|
} | undefined;
|
|
2375
|
+
public?: boolean | undefined;
|
|
2344
2376
|
tag?: string | undefined;
|
|
2345
2377
|
hidden?: boolean | undefined;
|
|
2346
2378
|
root?: string | undefined;
|
|
@@ -2352,6 +2384,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2352
2384
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2353
2385
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2354
2386
|
} | undefined;
|
|
2387
|
+
public?: boolean | undefined;
|
|
2355
2388
|
tag?: string | undefined;
|
|
2356
2389
|
hidden?: boolean | undefined;
|
|
2357
2390
|
root?: string | undefined;
|
|
@@ -2390,6 +2423,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2390
2423
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2391
2424
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2392
2425
|
} | undefined;
|
|
2426
|
+
public?: boolean | undefined;
|
|
2393
2427
|
tag?: string | undefined;
|
|
2394
2428
|
hidden?: boolean | undefined;
|
|
2395
2429
|
root?: string | undefined;
|
|
@@ -2407,6 +2441,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2407
2441
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2408
2442
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2409
2443
|
} | undefined;
|
|
2444
|
+
public?: boolean | undefined;
|
|
2410
2445
|
tag?: string | undefined;
|
|
2411
2446
|
hidden?: boolean | undefined;
|
|
2412
2447
|
root?: string | undefined;
|
|
@@ -2418,6 +2453,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2418
2453
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2419
2454
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2420
2455
|
} | undefined;
|
|
2456
|
+
public?: boolean | undefined;
|
|
2421
2457
|
tag?: string | undefined;
|
|
2422
2458
|
hidden?: boolean | undefined;
|
|
2423
2459
|
root?: string | undefined;
|
|
@@ -2686,6 +2722,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2686
2722
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2687
2723
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2688
2724
|
} | undefined;
|
|
2725
|
+
public?: boolean | undefined;
|
|
2689
2726
|
tag?: string | undefined;
|
|
2690
2727
|
hidden?: boolean | undefined;
|
|
2691
2728
|
root?: string | undefined;
|
|
@@ -2703,6 +2740,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2703
2740
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2704
2741
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2705
2742
|
} | undefined;
|
|
2743
|
+
public?: boolean | undefined;
|
|
2706
2744
|
tag?: string | undefined;
|
|
2707
2745
|
hidden?: boolean | undefined;
|
|
2708
2746
|
root?: string | undefined;
|
|
@@ -2714,6 +2752,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2714
2752
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2715
2753
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2716
2754
|
} | undefined;
|
|
2755
|
+
public?: boolean | undefined;
|
|
2717
2756
|
tag?: string | undefined;
|
|
2718
2757
|
hidden?: boolean | undefined;
|
|
2719
2758
|
root?: string | undefined;
|
|
@@ -2752,6 +2791,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2752
2791
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2753
2792
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2754
2793
|
} | undefined;
|
|
2794
|
+
public?: boolean | undefined;
|
|
2755
2795
|
tag?: string | undefined;
|
|
2756
2796
|
hidden?: boolean | undefined;
|
|
2757
2797
|
root?: string | undefined;
|
|
@@ -2769,6 +2809,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2769
2809
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2770
2810
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2771
2811
|
} | undefined;
|
|
2812
|
+
public?: boolean | undefined;
|
|
2772
2813
|
tag?: string | undefined;
|
|
2773
2814
|
hidden?: boolean | undefined;
|
|
2774
2815
|
root?: string | undefined;
|
|
@@ -2780,6 +2821,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2780
2821
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2781
2822
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2782
2823
|
} | undefined;
|
|
2824
|
+
public?: boolean | undefined;
|
|
2783
2825
|
tag?: string | undefined;
|
|
2784
2826
|
hidden?: boolean | undefined;
|
|
2785
2827
|
root?: string | undefined;
|
|
@@ -3052,6 +3094,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3052
3094
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3053
3095
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3054
3096
|
} | undefined;
|
|
3097
|
+
public?: boolean | undefined;
|
|
3055
3098
|
tag?: string | undefined;
|
|
3056
3099
|
hidden?: boolean | undefined;
|
|
3057
3100
|
root?: string | undefined;
|
|
@@ -3069,6 +3112,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3069
3112
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3070
3113
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3071
3114
|
} | undefined;
|
|
3115
|
+
public?: boolean | undefined;
|
|
3072
3116
|
tag?: string | undefined;
|
|
3073
3117
|
hidden?: boolean | undefined;
|
|
3074
3118
|
root?: string | undefined;
|
|
@@ -3080,6 +3124,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3080
3124
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3081
3125
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3082
3126
|
} | undefined;
|
|
3127
|
+
public?: boolean | undefined;
|
|
3083
3128
|
tag?: string | undefined;
|
|
3084
3129
|
hidden?: boolean | undefined;
|
|
3085
3130
|
root?: string | undefined;
|
|
@@ -3118,6 +3163,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3118
3163
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3119
3164
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3120
3165
|
} | undefined;
|
|
3166
|
+
public?: boolean | undefined;
|
|
3121
3167
|
tag?: string | undefined;
|
|
3122
3168
|
hidden?: boolean | undefined;
|
|
3123
3169
|
root?: string | undefined;
|
|
@@ -3135,6 +3181,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3135
3181
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3136
3182
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3137
3183
|
} | undefined;
|
|
3184
|
+
public?: boolean | undefined;
|
|
3138
3185
|
tag?: string | undefined;
|
|
3139
3186
|
hidden?: boolean | undefined;
|
|
3140
3187
|
root?: string | undefined;
|
|
@@ -3146,6 +3193,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3146
3193
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3147
3194
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3148
3195
|
} | undefined;
|
|
3196
|
+
public?: boolean | undefined;
|
|
3149
3197
|
tag?: string | undefined;
|
|
3150
3198
|
hidden?: boolean | undefined;
|
|
3151
3199
|
root?: string | undefined;
|
|
@@ -3414,6 +3462,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3414
3462
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3415
3463
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3416
3464
|
} | undefined;
|
|
3465
|
+
public?: boolean | undefined;
|
|
3417
3466
|
tag?: string | undefined;
|
|
3418
3467
|
hidden?: boolean | undefined;
|
|
3419
3468
|
root?: string | undefined;
|
|
@@ -3431,6 +3480,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3431
3480
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3432
3481
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3433
3482
|
} | undefined;
|
|
3483
|
+
public?: boolean | undefined;
|
|
3434
3484
|
tag?: string | undefined;
|
|
3435
3485
|
hidden?: boolean | undefined;
|
|
3436
3486
|
root?: string | undefined;
|
|
@@ -3442,6 +3492,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3442
3492
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3443
3493
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3444
3494
|
} | undefined;
|
|
3495
|
+
public?: boolean | undefined;
|
|
3445
3496
|
tag?: string | undefined;
|
|
3446
3497
|
hidden?: boolean | undefined;
|
|
3447
3498
|
root?: string | undefined;
|
|
@@ -3480,6 +3531,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3480
3531
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3481
3532
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3482
3533
|
} | undefined;
|
|
3534
|
+
public?: boolean | undefined;
|
|
3483
3535
|
tag?: string | undefined;
|
|
3484
3536
|
hidden?: boolean | undefined;
|
|
3485
3537
|
root?: string | undefined;
|
|
@@ -3497,6 +3549,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3497
3549
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3498
3550
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3499
3551
|
} | undefined;
|
|
3552
|
+
public?: boolean | undefined;
|
|
3500
3553
|
tag?: string | undefined;
|
|
3501
3554
|
hidden?: boolean | undefined;
|
|
3502
3555
|
root?: string | undefined;
|
|
@@ -3508,6 +3561,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3508
3561
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3509
3562
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3510
3563
|
} | undefined;
|
|
3564
|
+
public?: boolean | undefined;
|
|
3511
3565
|
tag?: string | undefined;
|
|
3512
3566
|
hidden?: boolean | undefined;
|
|
3513
3567
|
root?: string | undefined;
|
|
@@ -3776,6 +3830,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3776
3830
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3777
3831
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3778
3832
|
} | undefined;
|
|
3833
|
+
public?: boolean | undefined;
|
|
3779
3834
|
tag?: string | undefined;
|
|
3780
3835
|
hidden?: boolean | undefined;
|
|
3781
3836
|
root?: string | undefined;
|
|
@@ -3793,6 +3848,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3793
3848
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3794
3849
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3795
3850
|
} | undefined;
|
|
3851
|
+
public?: boolean | undefined;
|
|
3796
3852
|
tag?: string | undefined;
|
|
3797
3853
|
hidden?: boolean | undefined;
|
|
3798
3854
|
root?: string | undefined;
|
|
@@ -3804,6 +3860,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3804
3860
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3805
3861
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3806
3862
|
} | undefined;
|
|
3863
|
+
public?: boolean | undefined;
|
|
3807
3864
|
tag?: string | undefined;
|
|
3808
3865
|
hidden?: boolean | undefined;
|
|
3809
3866
|
root?: string | undefined;
|
|
@@ -3842,6 +3899,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3842
3899
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3843
3900
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3844
3901
|
} | undefined;
|
|
3902
|
+
public?: boolean | undefined;
|
|
3845
3903
|
tag?: string | undefined;
|
|
3846
3904
|
hidden?: boolean | undefined;
|
|
3847
3905
|
root?: string | undefined;
|
|
@@ -3859,6 +3917,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3859
3917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3860
3918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3861
3919
|
} | undefined;
|
|
3920
|
+
public?: boolean | undefined;
|
|
3862
3921
|
tag?: string | undefined;
|
|
3863
3922
|
hidden?: boolean | undefined;
|
|
3864
3923
|
root?: string | undefined;
|
|
@@ -3870,6 +3929,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3870
3929
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3871
3930
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3872
3931
|
} | undefined;
|
|
3932
|
+
public?: boolean | undefined;
|
|
3873
3933
|
tag?: string | undefined;
|
|
3874
3934
|
hidden?: boolean | undefined;
|
|
3875
3935
|
root?: string | undefined;
|
|
@@ -4138,6 +4198,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4138
4198
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4139
4199
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4140
4200
|
} | undefined;
|
|
4201
|
+
public?: boolean | undefined;
|
|
4141
4202
|
tag?: string | undefined;
|
|
4142
4203
|
hidden?: boolean | undefined;
|
|
4143
4204
|
root?: string | undefined;
|
|
@@ -4155,6 +4216,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4155
4216
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4156
4217
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4157
4218
|
} | undefined;
|
|
4219
|
+
public?: boolean | undefined;
|
|
4158
4220
|
tag?: string | undefined;
|
|
4159
4221
|
hidden?: boolean | undefined;
|
|
4160
4222
|
root?: string | undefined;
|
|
@@ -4166,6 +4228,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4166
4228
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4167
4229
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4168
4230
|
} | undefined;
|
|
4231
|
+
public?: boolean | undefined;
|
|
4169
4232
|
tag?: string | undefined;
|
|
4170
4233
|
hidden?: boolean | undefined;
|
|
4171
4234
|
root?: string | undefined;
|
|
@@ -4204,6 +4267,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4204
4267
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4205
4268
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4206
4269
|
} | undefined;
|
|
4270
|
+
public?: boolean | undefined;
|
|
4207
4271
|
tag?: string | undefined;
|
|
4208
4272
|
hidden?: boolean | undefined;
|
|
4209
4273
|
root?: string | undefined;
|
|
@@ -4221,6 +4285,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4221
4285
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4222
4286
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4223
4287
|
} | undefined;
|
|
4288
|
+
public?: boolean | undefined;
|
|
4224
4289
|
tag?: string | undefined;
|
|
4225
4290
|
hidden?: boolean | undefined;
|
|
4226
4291
|
root?: string | undefined;
|
|
@@ -4232,6 +4297,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4232
4297
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4233
4298
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4234
4299
|
} | undefined;
|
|
4300
|
+
public?: boolean | undefined;
|
|
4235
4301
|
tag?: string | undefined;
|
|
4236
4302
|
hidden?: boolean | undefined;
|
|
4237
4303
|
root?: string | undefined;
|
|
@@ -4500,6 +4566,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4500
4566
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4501
4567
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4502
4568
|
} | undefined;
|
|
4569
|
+
public?: boolean | undefined;
|
|
4503
4570
|
tag?: string | undefined;
|
|
4504
4571
|
hidden?: boolean | undefined;
|
|
4505
4572
|
root?: string | undefined;
|
|
@@ -4517,6 +4584,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4517
4584
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4518
4585
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4519
4586
|
} | undefined;
|
|
4587
|
+
public?: boolean | undefined;
|
|
4520
4588
|
tag?: string | undefined;
|
|
4521
4589
|
hidden?: boolean | undefined;
|
|
4522
4590
|
root?: string | undefined;
|
|
@@ -4528,6 +4596,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4528
4596
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4529
4597
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4530
4598
|
} | undefined;
|
|
4599
|
+
public?: boolean | undefined;
|
|
4531
4600
|
tag?: string | undefined;
|
|
4532
4601
|
hidden?: boolean | undefined;
|
|
4533
4602
|
root?: string | undefined;
|
|
@@ -4566,6 +4635,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4566
4635
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4567
4636
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4568
4637
|
} | undefined;
|
|
4638
|
+
public?: boolean | undefined;
|
|
4569
4639
|
tag?: string | undefined;
|
|
4570
4640
|
hidden?: boolean | undefined;
|
|
4571
4641
|
root?: string | undefined;
|
|
@@ -4583,6 +4653,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4583
4653
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4584
4654
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4585
4655
|
} | undefined;
|
|
4656
|
+
public?: boolean | undefined;
|
|
4586
4657
|
tag?: string | undefined;
|
|
4587
4658
|
hidden?: boolean | undefined;
|
|
4588
4659
|
root?: string | undefined;
|
|
@@ -4594,6 +4665,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4594
4665
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4595
4666
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4596
4667
|
} | undefined;
|
|
4668
|
+
public?: boolean | undefined;
|
|
4597
4669
|
tag?: string | undefined;
|
|
4598
4670
|
hidden?: boolean | undefined;
|
|
4599
4671
|
root?: string | undefined;
|
|
@@ -4862,6 +4934,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4862
4934
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4863
4935
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4864
4936
|
} | undefined;
|
|
4937
|
+
public?: boolean | undefined;
|
|
4865
4938
|
tag?: string | undefined;
|
|
4866
4939
|
hidden?: boolean | undefined;
|
|
4867
4940
|
root?: string | undefined;
|
|
@@ -4879,6 +4952,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4879
4952
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4880
4953
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4881
4954
|
} | undefined;
|
|
4955
|
+
public?: boolean | undefined;
|
|
4882
4956
|
tag?: string | undefined;
|
|
4883
4957
|
hidden?: boolean | undefined;
|
|
4884
4958
|
root?: string | undefined;
|
|
@@ -4890,6 +4964,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4890
4964
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4891
4965
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4892
4966
|
} | undefined;
|
|
4967
|
+
public?: boolean | undefined;
|
|
4893
4968
|
tag?: string | undefined;
|
|
4894
4969
|
hidden?: boolean | undefined;
|
|
4895
4970
|
root?: string | undefined;
|
|
@@ -4928,6 +5003,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4928
5003
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4929
5004
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4930
5005
|
} | undefined;
|
|
5006
|
+
public?: boolean | undefined;
|
|
4931
5007
|
tag?: string | undefined;
|
|
4932
5008
|
hidden?: boolean | undefined;
|
|
4933
5009
|
root?: string | undefined;
|
|
@@ -4945,6 +5021,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4945
5021
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4946
5022
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4947
5023
|
} | undefined;
|
|
5024
|
+
public?: boolean | undefined;
|
|
4948
5025
|
tag?: string | undefined;
|
|
4949
5026
|
hidden?: boolean | undefined;
|
|
4950
5027
|
root?: string | undefined;
|
|
@@ -4956,6 +5033,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4956
5033
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4957
5034
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4958
5035
|
} | undefined;
|
|
5036
|
+
public?: boolean | undefined;
|
|
4959
5037
|
tag?: string | undefined;
|
|
4960
5038
|
hidden?: boolean | undefined;
|
|
4961
5039
|
root?: string | undefined;
|
|
@@ -5224,6 +5302,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5224
5302
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5225
5303
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5226
5304
|
} | undefined;
|
|
5305
|
+
public?: boolean | undefined;
|
|
5227
5306
|
tag?: string | undefined;
|
|
5228
5307
|
hidden?: boolean | undefined;
|
|
5229
5308
|
root?: string | undefined;
|
|
@@ -5241,6 +5320,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5241
5320
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5242
5321
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5243
5322
|
} | undefined;
|
|
5323
|
+
public?: boolean | undefined;
|
|
5244
5324
|
tag?: string | undefined;
|
|
5245
5325
|
hidden?: boolean | undefined;
|
|
5246
5326
|
root?: string | undefined;
|
|
@@ -5252,6 +5332,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5252
5332
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5253
5333
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5254
5334
|
} | undefined;
|
|
5335
|
+
public?: boolean | undefined;
|
|
5255
5336
|
tag?: string | undefined;
|
|
5256
5337
|
hidden?: boolean | undefined;
|
|
5257
5338
|
root?: string | undefined;
|
|
@@ -5290,6 +5371,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5290
5371
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5291
5372
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5292
5373
|
} | undefined;
|
|
5374
|
+
public?: boolean | undefined;
|
|
5293
5375
|
tag?: string | undefined;
|
|
5294
5376
|
hidden?: boolean | undefined;
|
|
5295
5377
|
root?: string | undefined;
|
|
@@ -5307,6 +5389,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5307
5389
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5308
5390
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5309
5391
|
} | undefined;
|
|
5392
|
+
public?: boolean | undefined;
|
|
5310
5393
|
tag?: string | undefined;
|
|
5311
5394
|
hidden?: boolean | undefined;
|
|
5312
5395
|
root?: string | undefined;
|
|
@@ -5318,6 +5401,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5318
5401
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5319
5402
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5320
5403
|
} | undefined;
|
|
5404
|
+
public?: boolean | undefined;
|
|
5321
5405
|
tag?: string | undefined;
|
|
5322
5406
|
hidden?: boolean | undefined;
|
|
5323
5407
|
root?: string | undefined;
|