@mintlify/validation 0.1.430 → 0.1.432
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 +1 -0
- package/dist/mint-config/schemas/v2/index.d.ts +189 -189
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +18 -18
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +15 -15
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +15 -15
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +27 -27
- package/dist/mint-config/validateConfig.d.ts +84 -84
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/auth.d.ts +1 -0
- package/dist/types/deployment/index.d.ts +4 -1
- package/package.json +3 -3
|
@@ -514,8 +514,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
514
514
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
515
515
|
library?: "fontawesome" | "lucide" | undefined;
|
|
516
516
|
} | undefined;
|
|
517
|
-
tag?: string | undefined;
|
|
518
517
|
public?: boolean | undefined;
|
|
518
|
+
tag?: string | undefined;
|
|
519
519
|
hidden?: boolean | undefined;
|
|
520
520
|
root?: string | undefined;
|
|
521
521
|
} | {
|
|
@@ -532,8 +532,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
532
532
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
533
533
|
library?: "fontawesome" | "lucide" | undefined;
|
|
534
534
|
} | undefined;
|
|
535
|
-
tag?: string | undefined;
|
|
536
535
|
public?: boolean | undefined;
|
|
536
|
+
tag?: string | undefined;
|
|
537
537
|
hidden?: boolean | undefined;
|
|
538
538
|
root?: string | undefined;
|
|
539
539
|
} | {
|
|
@@ -544,8 +544,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
544
544
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
545
545
|
library?: "fontawesome" | "lucide" | undefined;
|
|
546
546
|
} | undefined;
|
|
547
|
-
tag?: string | undefined;
|
|
548
547
|
public?: boolean | undefined;
|
|
548
|
+
tag?: string | undefined;
|
|
549
549
|
hidden?: boolean | undefined;
|
|
550
550
|
root?: string | undefined;
|
|
551
551
|
})[];
|
|
@@ -583,8 +583,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
583
583
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
584
584
|
library?: "fontawesome" | "lucide" | undefined;
|
|
585
585
|
} | undefined;
|
|
586
|
-
tag?: string | undefined;
|
|
587
586
|
public?: boolean | undefined;
|
|
587
|
+
tag?: string | undefined;
|
|
588
588
|
hidden?: boolean | undefined;
|
|
589
589
|
root?: string | undefined;
|
|
590
590
|
} | {
|
|
@@ -601,8 +601,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
601
601
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
602
602
|
library?: "fontawesome" | "lucide" | undefined;
|
|
603
603
|
} | undefined;
|
|
604
|
-
tag?: string | undefined;
|
|
605
604
|
public?: boolean | undefined;
|
|
605
|
+
tag?: string | undefined;
|
|
606
606
|
hidden?: boolean | undefined;
|
|
607
607
|
root?: string | undefined;
|
|
608
608
|
} | {
|
|
@@ -613,8 +613,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
613
613
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
614
614
|
library?: "fontawesome" | "lucide" | undefined;
|
|
615
615
|
} | undefined;
|
|
616
|
-
tag?: string | undefined;
|
|
617
616
|
public?: boolean | undefined;
|
|
617
|
+
tag?: string | undefined;
|
|
618
618
|
hidden?: boolean | undefined;
|
|
619
619
|
root?: string | undefined;
|
|
620
620
|
})[];
|
|
@@ -882,8 +882,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
882
882
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
883
883
|
library?: "fontawesome" | "lucide" | undefined;
|
|
884
884
|
} | undefined;
|
|
885
|
-
tag?: string | undefined;
|
|
886
885
|
public?: boolean | undefined;
|
|
886
|
+
tag?: string | undefined;
|
|
887
887
|
hidden?: boolean | undefined;
|
|
888
888
|
root?: string | undefined;
|
|
889
889
|
} | {
|
|
@@ -900,8 +900,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
900
900
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
901
901
|
library?: "fontawesome" | "lucide" | undefined;
|
|
902
902
|
} | undefined;
|
|
903
|
-
tag?: string | undefined;
|
|
904
903
|
public?: boolean | undefined;
|
|
904
|
+
tag?: string | undefined;
|
|
905
905
|
hidden?: boolean | undefined;
|
|
906
906
|
root?: string | undefined;
|
|
907
907
|
} | {
|
|
@@ -912,8 +912,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
912
912
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
913
913
|
library?: "fontawesome" | "lucide" | undefined;
|
|
914
914
|
} | undefined;
|
|
915
|
-
tag?: string | undefined;
|
|
916
915
|
public?: boolean | undefined;
|
|
916
|
+
tag?: string | undefined;
|
|
917
917
|
hidden?: boolean | undefined;
|
|
918
918
|
root?: string | undefined;
|
|
919
919
|
})[];
|
|
@@ -951,8 +951,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
951
951
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
952
952
|
library?: "fontawesome" | "lucide" | undefined;
|
|
953
953
|
} | undefined;
|
|
954
|
-
tag?: string | undefined;
|
|
955
954
|
public?: boolean | undefined;
|
|
955
|
+
tag?: string | undefined;
|
|
956
956
|
hidden?: boolean | undefined;
|
|
957
957
|
root?: string | undefined;
|
|
958
958
|
} | {
|
|
@@ -969,8 +969,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
969
969
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
970
970
|
library?: "fontawesome" | "lucide" | undefined;
|
|
971
971
|
} | undefined;
|
|
972
|
-
tag?: string | undefined;
|
|
973
972
|
public?: boolean | undefined;
|
|
973
|
+
tag?: string | undefined;
|
|
974
974
|
hidden?: boolean | undefined;
|
|
975
975
|
root?: string | undefined;
|
|
976
976
|
} | {
|
|
@@ -981,8 +981,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
981
981
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
982
982
|
library?: "fontawesome" | "lucide" | undefined;
|
|
983
983
|
} | undefined;
|
|
984
|
-
tag?: string | undefined;
|
|
985
984
|
public?: boolean | undefined;
|
|
985
|
+
tag?: string | undefined;
|
|
986
986
|
hidden?: boolean | undefined;
|
|
987
987
|
root?: string | undefined;
|
|
988
988
|
})[];
|
|
@@ -1250,8 +1250,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1250
1250
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1251
1251
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1252
1252
|
} | undefined;
|
|
1253
|
-
tag?: string | undefined;
|
|
1254
1253
|
public?: boolean | undefined;
|
|
1254
|
+
tag?: string | undefined;
|
|
1255
1255
|
hidden?: boolean | undefined;
|
|
1256
1256
|
root?: string | undefined;
|
|
1257
1257
|
} | {
|
|
@@ -1268,8 +1268,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1268
1268
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1269
1269
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1270
1270
|
} | undefined;
|
|
1271
|
-
tag?: string | undefined;
|
|
1272
1271
|
public?: boolean | undefined;
|
|
1272
|
+
tag?: string | undefined;
|
|
1273
1273
|
hidden?: boolean | undefined;
|
|
1274
1274
|
root?: string | undefined;
|
|
1275
1275
|
} | {
|
|
@@ -1280,8 +1280,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1280
1280
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1281
1281
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1282
1282
|
} | undefined;
|
|
1283
|
-
tag?: string | undefined;
|
|
1284
1283
|
public?: boolean | undefined;
|
|
1284
|
+
tag?: string | undefined;
|
|
1285
1285
|
hidden?: boolean | undefined;
|
|
1286
1286
|
root?: string | undefined;
|
|
1287
1287
|
})[];
|
|
@@ -1319,8 +1319,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1319
1319
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1320
1320
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1321
1321
|
} | undefined;
|
|
1322
|
-
tag?: string | undefined;
|
|
1323
1322
|
public?: boolean | undefined;
|
|
1323
|
+
tag?: string | undefined;
|
|
1324
1324
|
hidden?: boolean | undefined;
|
|
1325
1325
|
root?: string | undefined;
|
|
1326
1326
|
} | {
|
|
@@ -1337,8 +1337,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1337
1337
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1338
1338
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1339
1339
|
} | undefined;
|
|
1340
|
-
tag?: string | undefined;
|
|
1341
1340
|
public?: boolean | undefined;
|
|
1341
|
+
tag?: string | undefined;
|
|
1342
1342
|
hidden?: boolean | undefined;
|
|
1343
1343
|
root?: string | undefined;
|
|
1344
1344
|
} | {
|
|
@@ -1349,8 +1349,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1349
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1350
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1351
1351
|
} | undefined;
|
|
1352
|
-
tag?: string | undefined;
|
|
1353
1352
|
public?: boolean | undefined;
|
|
1353
|
+
tag?: string | undefined;
|
|
1354
1354
|
hidden?: boolean | undefined;
|
|
1355
1355
|
root?: string | undefined;
|
|
1356
1356
|
})[];
|
|
@@ -1618,8 +1618,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1618
1618
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1619
1619
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1620
1620
|
} | undefined;
|
|
1621
|
-
tag?: string | undefined;
|
|
1622
1621
|
public?: boolean | undefined;
|
|
1622
|
+
tag?: string | undefined;
|
|
1623
1623
|
hidden?: boolean | undefined;
|
|
1624
1624
|
root?: string | undefined;
|
|
1625
1625
|
} | {
|
|
@@ -1636,8 +1636,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1636
1636
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1637
1637
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1638
1638
|
} | undefined;
|
|
1639
|
-
tag?: string | undefined;
|
|
1640
1639
|
public?: boolean | undefined;
|
|
1640
|
+
tag?: string | undefined;
|
|
1641
1641
|
hidden?: boolean | undefined;
|
|
1642
1642
|
root?: string | undefined;
|
|
1643
1643
|
} | {
|
|
@@ -1648,8 +1648,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1648
1648
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1649
1649
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1650
1650
|
} | undefined;
|
|
1651
|
-
tag?: string | undefined;
|
|
1652
1651
|
public?: boolean | undefined;
|
|
1652
|
+
tag?: string | undefined;
|
|
1653
1653
|
hidden?: boolean | undefined;
|
|
1654
1654
|
root?: string | undefined;
|
|
1655
1655
|
})[];
|
|
@@ -1687,8 +1687,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1687
1687
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1688
1688
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1689
1689
|
} | undefined;
|
|
1690
|
-
tag?: string | undefined;
|
|
1691
1690
|
public?: boolean | undefined;
|
|
1691
|
+
tag?: string | undefined;
|
|
1692
1692
|
hidden?: boolean | undefined;
|
|
1693
1693
|
root?: string | undefined;
|
|
1694
1694
|
} | {
|
|
@@ -1705,8 +1705,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1705
1705
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1706
1706
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1707
1707
|
} | undefined;
|
|
1708
|
-
tag?: string | undefined;
|
|
1709
1708
|
public?: boolean | undefined;
|
|
1709
|
+
tag?: string | undefined;
|
|
1710
1710
|
hidden?: boolean | undefined;
|
|
1711
1711
|
root?: string | undefined;
|
|
1712
1712
|
} | {
|
|
@@ -1717,8 +1717,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1717
1717
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1718
1718
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1719
1719
|
} | undefined;
|
|
1720
|
-
tag?: string | undefined;
|
|
1721
1720
|
public?: boolean | undefined;
|
|
1721
|
+
tag?: string | undefined;
|
|
1722
1722
|
hidden?: boolean | undefined;
|
|
1723
1723
|
root?: string | undefined;
|
|
1724
1724
|
})[];
|
|
@@ -1986,8 +1986,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1986
1986
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1987
1987
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1988
1988
|
} | undefined;
|
|
1989
|
-
tag?: string | undefined;
|
|
1990
1989
|
public?: boolean | undefined;
|
|
1990
|
+
tag?: string | undefined;
|
|
1991
1991
|
hidden?: boolean | undefined;
|
|
1992
1992
|
root?: string | undefined;
|
|
1993
1993
|
} | {
|
|
@@ -2004,8 +2004,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2004
2004
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2005
2005
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2006
2006
|
} | undefined;
|
|
2007
|
-
tag?: string | undefined;
|
|
2008
2007
|
public?: boolean | undefined;
|
|
2008
|
+
tag?: string | undefined;
|
|
2009
2009
|
hidden?: boolean | undefined;
|
|
2010
2010
|
root?: string | undefined;
|
|
2011
2011
|
} | {
|
|
@@ -2016,8 +2016,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2016
2016
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2017
2017
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2018
2018
|
} | undefined;
|
|
2019
|
-
tag?: string | undefined;
|
|
2020
2019
|
public?: boolean | undefined;
|
|
2020
|
+
tag?: string | undefined;
|
|
2021
2021
|
hidden?: boolean | undefined;
|
|
2022
2022
|
root?: string | undefined;
|
|
2023
2023
|
})[];
|
|
@@ -2055,8 +2055,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2055
2055
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2056
2056
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2057
2057
|
} | undefined;
|
|
2058
|
-
tag?: string | undefined;
|
|
2059
2058
|
public?: boolean | undefined;
|
|
2059
|
+
tag?: string | undefined;
|
|
2060
2060
|
hidden?: boolean | undefined;
|
|
2061
2061
|
root?: string | undefined;
|
|
2062
2062
|
} | {
|
|
@@ -2073,8 +2073,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2073
2073
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2074
2074
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2075
2075
|
} | undefined;
|
|
2076
|
-
tag?: string | undefined;
|
|
2077
2076
|
public?: boolean | undefined;
|
|
2077
|
+
tag?: string | undefined;
|
|
2078
2078
|
hidden?: boolean | undefined;
|
|
2079
2079
|
root?: string | undefined;
|
|
2080
2080
|
} | {
|
|
@@ -2085,8 +2085,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2085
2085
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2086
2086
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2087
2087
|
} | undefined;
|
|
2088
|
-
tag?: string | undefined;
|
|
2089
2088
|
public?: boolean | undefined;
|
|
2089
|
+
tag?: string | undefined;
|
|
2090
2090
|
hidden?: boolean | undefined;
|
|
2091
2091
|
root?: string | undefined;
|
|
2092
2092
|
})[];
|
|
@@ -2354,8 +2354,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2354
2354
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2355
2355
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2356
2356
|
} | undefined;
|
|
2357
|
-
tag?: string | undefined;
|
|
2358
2357
|
public?: boolean | undefined;
|
|
2358
|
+
tag?: string | undefined;
|
|
2359
2359
|
hidden?: boolean | undefined;
|
|
2360
2360
|
root?: string | undefined;
|
|
2361
2361
|
} | {
|
|
@@ -2372,8 +2372,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2372
2372
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2373
2373
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2374
2374
|
} | undefined;
|
|
2375
|
-
tag?: string | undefined;
|
|
2376
2375
|
public?: boolean | undefined;
|
|
2376
|
+
tag?: string | undefined;
|
|
2377
2377
|
hidden?: boolean | undefined;
|
|
2378
2378
|
root?: string | undefined;
|
|
2379
2379
|
} | {
|
|
@@ -2384,8 +2384,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2384
2384
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2385
2385
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2386
2386
|
} | undefined;
|
|
2387
|
-
tag?: string | undefined;
|
|
2388
2387
|
public?: boolean | undefined;
|
|
2388
|
+
tag?: string | undefined;
|
|
2389
2389
|
hidden?: boolean | undefined;
|
|
2390
2390
|
root?: string | undefined;
|
|
2391
2391
|
})[];
|
|
@@ -2423,8 +2423,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2423
2423
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2424
2424
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2425
2425
|
} | undefined;
|
|
2426
|
-
tag?: string | undefined;
|
|
2427
2426
|
public?: boolean | undefined;
|
|
2427
|
+
tag?: string | undefined;
|
|
2428
2428
|
hidden?: boolean | undefined;
|
|
2429
2429
|
root?: string | undefined;
|
|
2430
2430
|
} | {
|
|
@@ -2441,8 +2441,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2441
2441
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2442
2442
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2443
2443
|
} | undefined;
|
|
2444
|
-
tag?: string | undefined;
|
|
2445
2444
|
public?: boolean | undefined;
|
|
2445
|
+
tag?: string | undefined;
|
|
2446
2446
|
hidden?: boolean | undefined;
|
|
2447
2447
|
root?: string | undefined;
|
|
2448
2448
|
} | {
|
|
@@ -2453,8 +2453,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2453
2453
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2454
2454
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2455
2455
|
} | undefined;
|
|
2456
|
-
tag?: string | undefined;
|
|
2457
2456
|
public?: boolean | undefined;
|
|
2457
|
+
tag?: string | undefined;
|
|
2458
2458
|
hidden?: boolean | undefined;
|
|
2459
2459
|
root?: string | undefined;
|
|
2460
2460
|
})[];
|
|
@@ -2722,8 +2722,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2722
2722
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2723
2723
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2724
2724
|
} | undefined;
|
|
2725
|
-
tag?: string | undefined;
|
|
2726
2725
|
public?: boolean | undefined;
|
|
2726
|
+
tag?: string | undefined;
|
|
2727
2727
|
hidden?: boolean | undefined;
|
|
2728
2728
|
root?: string | undefined;
|
|
2729
2729
|
} | {
|
|
@@ -2740,8 +2740,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2740
2740
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2741
2741
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2742
2742
|
} | undefined;
|
|
2743
|
-
tag?: string | undefined;
|
|
2744
2743
|
public?: boolean | undefined;
|
|
2744
|
+
tag?: string | undefined;
|
|
2745
2745
|
hidden?: boolean | undefined;
|
|
2746
2746
|
root?: string | undefined;
|
|
2747
2747
|
} | {
|
|
@@ -2752,8 +2752,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2752
2752
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2753
2753
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2754
2754
|
} | undefined;
|
|
2755
|
-
tag?: string | undefined;
|
|
2756
2755
|
public?: boolean | undefined;
|
|
2756
|
+
tag?: string | undefined;
|
|
2757
2757
|
hidden?: boolean | undefined;
|
|
2758
2758
|
root?: string | undefined;
|
|
2759
2759
|
})[];
|
|
@@ -2791,8 +2791,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2791
2791
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2792
2792
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2793
2793
|
} | undefined;
|
|
2794
|
-
tag?: string | undefined;
|
|
2795
2794
|
public?: boolean | undefined;
|
|
2795
|
+
tag?: string | undefined;
|
|
2796
2796
|
hidden?: boolean | undefined;
|
|
2797
2797
|
root?: string | undefined;
|
|
2798
2798
|
} | {
|
|
@@ -2809,8 +2809,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2809
2809
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2810
2810
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2811
2811
|
} | undefined;
|
|
2812
|
-
tag?: string | undefined;
|
|
2813
2812
|
public?: boolean | undefined;
|
|
2813
|
+
tag?: string | undefined;
|
|
2814
2814
|
hidden?: boolean | undefined;
|
|
2815
2815
|
root?: string | undefined;
|
|
2816
2816
|
} | {
|
|
@@ -2821,8 +2821,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2821
2821
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2822
2822
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2823
2823
|
} | undefined;
|
|
2824
|
-
tag?: string | undefined;
|
|
2825
2824
|
public?: boolean | undefined;
|
|
2825
|
+
tag?: string | undefined;
|
|
2826
2826
|
hidden?: boolean | undefined;
|
|
2827
2827
|
root?: string | undefined;
|
|
2828
2828
|
})[];
|
|
@@ -3094,8 +3094,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3094
3094
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3095
3095
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3096
3096
|
} | undefined;
|
|
3097
|
-
tag?: string | undefined;
|
|
3098
3097
|
public?: boolean | undefined;
|
|
3098
|
+
tag?: string | undefined;
|
|
3099
3099
|
hidden?: boolean | undefined;
|
|
3100
3100
|
root?: string | undefined;
|
|
3101
3101
|
} | {
|
|
@@ -3112,8 +3112,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3112
3112
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3113
3113
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3114
3114
|
} | undefined;
|
|
3115
|
-
tag?: string | undefined;
|
|
3116
3115
|
public?: boolean | undefined;
|
|
3116
|
+
tag?: string | undefined;
|
|
3117
3117
|
hidden?: boolean | undefined;
|
|
3118
3118
|
root?: string | undefined;
|
|
3119
3119
|
} | {
|
|
@@ -3124,8 +3124,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3124
3124
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3125
3125
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3126
3126
|
} | undefined;
|
|
3127
|
-
tag?: string | undefined;
|
|
3128
3127
|
public?: boolean | undefined;
|
|
3128
|
+
tag?: string | undefined;
|
|
3129
3129
|
hidden?: boolean | undefined;
|
|
3130
3130
|
root?: string | undefined;
|
|
3131
3131
|
})[];
|
|
@@ -3163,8 +3163,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3163
3163
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3164
3164
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3165
3165
|
} | undefined;
|
|
3166
|
-
tag?: string | undefined;
|
|
3167
3166
|
public?: boolean | undefined;
|
|
3167
|
+
tag?: string | undefined;
|
|
3168
3168
|
hidden?: boolean | undefined;
|
|
3169
3169
|
root?: string | undefined;
|
|
3170
3170
|
} | {
|
|
@@ -3181,8 +3181,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3181
3181
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3182
3182
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3183
3183
|
} | undefined;
|
|
3184
|
-
tag?: string | undefined;
|
|
3185
3184
|
public?: boolean | undefined;
|
|
3185
|
+
tag?: string | undefined;
|
|
3186
3186
|
hidden?: boolean | undefined;
|
|
3187
3187
|
root?: string | undefined;
|
|
3188
3188
|
} | {
|
|
@@ -3193,8 +3193,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3193
3193
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3194
3194
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3195
3195
|
} | undefined;
|
|
3196
|
-
tag?: string | undefined;
|
|
3197
3196
|
public?: boolean | undefined;
|
|
3197
|
+
tag?: string | undefined;
|
|
3198
3198
|
hidden?: boolean | undefined;
|
|
3199
3199
|
root?: string | undefined;
|
|
3200
3200
|
})[];
|
|
@@ -3462,8 +3462,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3462
3462
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3463
3463
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3464
3464
|
} | undefined;
|
|
3465
|
-
tag?: string | undefined;
|
|
3466
3465
|
public?: boolean | undefined;
|
|
3466
|
+
tag?: string | undefined;
|
|
3467
3467
|
hidden?: boolean | undefined;
|
|
3468
3468
|
root?: string | undefined;
|
|
3469
3469
|
} | {
|
|
@@ -3480,8 +3480,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3480
3480
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3481
3481
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3482
3482
|
} | undefined;
|
|
3483
|
-
tag?: string | undefined;
|
|
3484
3483
|
public?: boolean | undefined;
|
|
3484
|
+
tag?: string | undefined;
|
|
3485
3485
|
hidden?: boolean | undefined;
|
|
3486
3486
|
root?: string | undefined;
|
|
3487
3487
|
} | {
|
|
@@ -3492,8 +3492,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3492
3492
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3493
3493
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3494
3494
|
} | undefined;
|
|
3495
|
-
tag?: string | undefined;
|
|
3496
3495
|
public?: boolean | undefined;
|
|
3496
|
+
tag?: string | undefined;
|
|
3497
3497
|
hidden?: boolean | undefined;
|
|
3498
3498
|
root?: string | undefined;
|
|
3499
3499
|
})[];
|
|
@@ -3531,8 +3531,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3531
3531
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3532
3532
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3533
3533
|
} | undefined;
|
|
3534
|
-
tag?: string | undefined;
|
|
3535
3534
|
public?: boolean | undefined;
|
|
3535
|
+
tag?: string | undefined;
|
|
3536
3536
|
hidden?: boolean | undefined;
|
|
3537
3537
|
root?: string | undefined;
|
|
3538
3538
|
} | {
|
|
@@ -3549,8 +3549,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3549
3549
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3550
3550
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3551
3551
|
} | undefined;
|
|
3552
|
-
tag?: string | undefined;
|
|
3553
3552
|
public?: boolean | undefined;
|
|
3553
|
+
tag?: string | undefined;
|
|
3554
3554
|
hidden?: boolean | undefined;
|
|
3555
3555
|
root?: string | undefined;
|
|
3556
3556
|
} | {
|
|
@@ -3561,8 +3561,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3561
3561
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3562
3562
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3563
3563
|
} | undefined;
|
|
3564
|
-
tag?: string | undefined;
|
|
3565
3564
|
public?: boolean | undefined;
|
|
3565
|
+
tag?: string | undefined;
|
|
3566
3566
|
hidden?: boolean | undefined;
|
|
3567
3567
|
root?: string | undefined;
|
|
3568
3568
|
})[];
|
|
@@ -3830,8 +3830,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3830
3830
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3831
3831
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3832
3832
|
} | undefined;
|
|
3833
|
-
tag?: string | undefined;
|
|
3834
3833
|
public?: boolean | undefined;
|
|
3834
|
+
tag?: string | undefined;
|
|
3835
3835
|
hidden?: boolean | undefined;
|
|
3836
3836
|
root?: string | undefined;
|
|
3837
3837
|
} | {
|
|
@@ -3848,8 +3848,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3848
3848
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3849
3849
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3850
3850
|
} | undefined;
|
|
3851
|
-
tag?: string | undefined;
|
|
3852
3851
|
public?: boolean | undefined;
|
|
3852
|
+
tag?: string | undefined;
|
|
3853
3853
|
hidden?: boolean | undefined;
|
|
3854
3854
|
root?: string | undefined;
|
|
3855
3855
|
} | {
|
|
@@ -3860,8 +3860,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3860
3860
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3861
3861
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3862
3862
|
} | undefined;
|
|
3863
|
-
tag?: string | undefined;
|
|
3864
3863
|
public?: boolean | undefined;
|
|
3864
|
+
tag?: string | undefined;
|
|
3865
3865
|
hidden?: boolean | undefined;
|
|
3866
3866
|
root?: string | undefined;
|
|
3867
3867
|
})[];
|
|
@@ -3899,8 +3899,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3899
3899
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3900
3900
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3901
3901
|
} | undefined;
|
|
3902
|
-
tag?: string | undefined;
|
|
3903
3902
|
public?: boolean | undefined;
|
|
3903
|
+
tag?: string | undefined;
|
|
3904
3904
|
hidden?: boolean | undefined;
|
|
3905
3905
|
root?: string | undefined;
|
|
3906
3906
|
} | {
|
|
@@ -3917,8 +3917,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3917
3917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3918
3918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3919
3919
|
} | undefined;
|
|
3920
|
-
tag?: string | undefined;
|
|
3921
3920
|
public?: boolean | undefined;
|
|
3921
|
+
tag?: string | undefined;
|
|
3922
3922
|
hidden?: boolean | undefined;
|
|
3923
3923
|
root?: string | undefined;
|
|
3924
3924
|
} | {
|
|
@@ -3929,8 +3929,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3929
3929
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3930
3930
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3931
3931
|
} | undefined;
|
|
3932
|
-
tag?: string | undefined;
|
|
3933
3932
|
public?: boolean | undefined;
|
|
3933
|
+
tag?: string | undefined;
|
|
3934
3934
|
hidden?: boolean | undefined;
|
|
3935
3935
|
root?: string | undefined;
|
|
3936
3936
|
})[];
|
|
@@ -4198,8 +4198,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4198
4198
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4199
4199
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4200
4200
|
} | undefined;
|
|
4201
|
-
tag?: string | undefined;
|
|
4202
4201
|
public?: boolean | undefined;
|
|
4202
|
+
tag?: string | undefined;
|
|
4203
4203
|
hidden?: boolean | undefined;
|
|
4204
4204
|
root?: string | undefined;
|
|
4205
4205
|
} | {
|
|
@@ -4216,8 +4216,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4216
4216
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4217
4217
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4218
4218
|
} | undefined;
|
|
4219
|
-
tag?: string | undefined;
|
|
4220
4219
|
public?: boolean | undefined;
|
|
4220
|
+
tag?: string | undefined;
|
|
4221
4221
|
hidden?: boolean | undefined;
|
|
4222
4222
|
root?: string | undefined;
|
|
4223
4223
|
} | {
|
|
@@ -4228,8 +4228,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4228
4228
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4229
4229
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4230
4230
|
} | undefined;
|
|
4231
|
-
tag?: string | undefined;
|
|
4232
4231
|
public?: boolean | undefined;
|
|
4232
|
+
tag?: string | undefined;
|
|
4233
4233
|
hidden?: boolean | undefined;
|
|
4234
4234
|
root?: string | undefined;
|
|
4235
4235
|
})[];
|
|
@@ -4267,8 +4267,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4267
4267
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4268
4268
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4269
4269
|
} | undefined;
|
|
4270
|
-
tag?: string | undefined;
|
|
4271
4270
|
public?: boolean | undefined;
|
|
4271
|
+
tag?: string | undefined;
|
|
4272
4272
|
hidden?: boolean | undefined;
|
|
4273
4273
|
root?: string | undefined;
|
|
4274
4274
|
} | {
|
|
@@ -4285,8 +4285,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4285
4285
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4286
4286
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4287
4287
|
} | undefined;
|
|
4288
|
-
tag?: string | undefined;
|
|
4289
4288
|
public?: boolean | undefined;
|
|
4289
|
+
tag?: string | undefined;
|
|
4290
4290
|
hidden?: boolean | undefined;
|
|
4291
4291
|
root?: string | undefined;
|
|
4292
4292
|
} | {
|
|
@@ -4297,8 +4297,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4297
4297
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4298
4298
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4299
4299
|
} | undefined;
|
|
4300
|
-
tag?: string | undefined;
|
|
4301
4300
|
public?: boolean | undefined;
|
|
4301
|
+
tag?: string | undefined;
|
|
4302
4302
|
hidden?: boolean | undefined;
|
|
4303
4303
|
root?: string | undefined;
|
|
4304
4304
|
})[];
|
|
@@ -4566,8 +4566,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4566
4566
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4567
4567
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4568
4568
|
} | undefined;
|
|
4569
|
-
tag?: string | undefined;
|
|
4570
4569
|
public?: boolean | undefined;
|
|
4570
|
+
tag?: string | undefined;
|
|
4571
4571
|
hidden?: boolean | undefined;
|
|
4572
4572
|
root?: string | undefined;
|
|
4573
4573
|
} | {
|
|
@@ -4584,8 +4584,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4584
4584
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4585
4585
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4586
4586
|
} | undefined;
|
|
4587
|
-
tag?: string | undefined;
|
|
4588
4587
|
public?: boolean | undefined;
|
|
4588
|
+
tag?: string | undefined;
|
|
4589
4589
|
hidden?: boolean | undefined;
|
|
4590
4590
|
root?: string | undefined;
|
|
4591
4591
|
} | {
|
|
@@ -4596,8 +4596,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4596
4596
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4597
4597
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4598
4598
|
} | undefined;
|
|
4599
|
-
tag?: string | undefined;
|
|
4600
4599
|
public?: boolean | undefined;
|
|
4600
|
+
tag?: string | undefined;
|
|
4601
4601
|
hidden?: boolean | undefined;
|
|
4602
4602
|
root?: string | undefined;
|
|
4603
4603
|
})[];
|
|
@@ -4635,8 +4635,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4635
4635
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4636
4636
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4637
4637
|
} | undefined;
|
|
4638
|
-
tag?: string | undefined;
|
|
4639
4638
|
public?: boolean | undefined;
|
|
4639
|
+
tag?: string | undefined;
|
|
4640
4640
|
hidden?: boolean | undefined;
|
|
4641
4641
|
root?: string | undefined;
|
|
4642
4642
|
} | {
|
|
@@ -4653,8 +4653,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4653
4653
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4654
4654
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4655
4655
|
} | undefined;
|
|
4656
|
-
tag?: string | undefined;
|
|
4657
4656
|
public?: boolean | undefined;
|
|
4657
|
+
tag?: string | undefined;
|
|
4658
4658
|
hidden?: boolean | undefined;
|
|
4659
4659
|
root?: string | undefined;
|
|
4660
4660
|
} | {
|
|
@@ -4665,8 +4665,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4665
4665
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4666
4666
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4667
4667
|
} | undefined;
|
|
4668
|
-
tag?: string | undefined;
|
|
4669
4668
|
public?: boolean | undefined;
|
|
4669
|
+
tag?: string | undefined;
|
|
4670
4670
|
hidden?: boolean | undefined;
|
|
4671
4671
|
root?: string | undefined;
|
|
4672
4672
|
})[];
|
|
@@ -4934,8 +4934,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4934
4934
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4935
4935
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4936
4936
|
} | undefined;
|
|
4937
|
-
tag?: string | undefined;
|
|
4938
4937
|
public?: boolean | undefined;
|
|
4938
|
+
tag?: string | undefined;
|
|
4939
4939
|
hidden?: boolean | undefined;
|
|
4940
4940
|
root?: string | undefined;
|
|
4941
4941
|
} | {
|
|
@@ -4952,8 +4952,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4952
4952
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4953
4953
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4954
4954
|
} | undefined;
|
|
4955
|
-
tag?: string | undefined;
|
|
4956
4955
|
public?: boolean | undefined;
|
|
4956
|
+
tag?: string | undefined;
|
|
4957
4957
|
hidden?: boolean | undefined;
|
|
4958
4958
|
root?: string | undefined;
|
|
4959
4959
|
} | {
|
|
@@ -4964,8 +4964,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4964
4964
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4965
4965
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4966
4966
|
} | undefined;
|
|
4967
|
-
tag?: string | undefined;
|
|
4968
4967
|
public?: boolean | undefined;
|
|
4968
|
+
tag?: string | undefined;
|
|
4969
4969
|
hidden?: boolean | undefined;
|
|
4970
4970
|
root?: string | undefined;
|
|
4971
4971
|
})[];
|
|
@@ -5003,8 +5003,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5003
5003
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5004
5004
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5005
5005
|
} | undefined;
|
|
5006
|
-
tag?: string | undefined;
|
|
5007
5006
|
public?: boolean | undefined;
|
|
5007
|
+
tag?: string | undefined;
|
|
5008
5008
|
hidden?: boolean | undefined;
|
|
5009
5009
|
root?: string | undefined;
|
|
5010
5010
|
} | {
|
|
@@ -5021,8 +5021,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5021
5021
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5022
5022
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5023
5023
|
} | undefined;
|
|
5024
|
-
tag?: string | undefined;
|
|
5025
5024
|
public?: boolean | undefined;
|
|
5025
|
+
tag?: string | undefined;
|
|
5026
5026
|
hidden?: boolean | undefined;
|
|
5027
5027
|
root?: string | undefined;
|
|
5028
5028
|
} | {
|
|
@@ -5033,8 +5033,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5033
5033
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5034
5034
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5035
5035
|
} | undefined;
|
|
5036
|
-
tag?: string | undefined;
|
|
5037
5036
|
public?: boolean | undefined;
|
|
5037
|
+
tag?: string | undefined;
|
|
5038
5038
|
hidden?: boolean | undefined;
|
|
5039
5039
|
root?: string | undefined;
|
|
5040
5040
|
})[];
|
|
@@ -5302,8 +5302,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5302
5302
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5303
5303
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5304
5304
|
} | undefined;
|
|
5305
|
-
tag?: string | undefined;
|
|
5306
5305
|
public?: boolean | undefined;
|
|
5306
|
+
tag?: string | undefined;
|
|
5307
5307
|
hidden?: boolean | undefined;
|
|
5308
5308
|
root?: string | undefined;
|
|
5309
5309
|
} | {
|
|
@@ -5320,8 +5320,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5320
5320
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5321
5321
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5322
5322
|
} | undefined;
|
|
5323
|
-
tag?: string | undefined;
|
|
5324
5323
|
public?: boolean | undefined;
|
|
5324
|
+
tag?: string | undefined;
|
|
5325
5325
|
hidden?: boolean | undefined;
|
|
5326
5326
|
root?: string | undefined;
|
|
5327
5327
|
} | {
|
|
@@ -5332,8 +5332,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5332
5332
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5333
5333
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5334
5334
|
} | undefined;
|
|
5335
|
-
tag?: string | undefined;
|
|
5336
5335
|
public?: boolean | undefined;
|
|
5336
|
+
tag?: string | undefined;
|
|
5337
5337
|
hidden?: boolean | undefined;
|
|
5338
5338
|
root?: string | undefined;
|
|
5339
5339
|
})[];
|
|
@@ -5371,8 +5371,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5371
5371
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5372
5372
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5373
5373
|
} | undefined;
|
|
5374
|
-
tag?: string | undefined;
|
|
5375
5374
|
public?: boolean | undefined;
|
|
5375
|
+
tag?: string | undefined;
|
|
5376
5376
|
hidden?: boolean | undefined;
|
|
5377
5377
|
root?: string | undefined;
|
|
5378
5378
|
} | {
|
|
@@ -5389,8 +5389,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5389
5389
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5390
5390
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5391
5391
|
} | undefined;
|
|
5392
|
-
tag?: string | undefined;
|
|
5393
5392
|
public?: boolean | undefined;
|
|
5393
|
+
tag?: string | undefined;
|
|
5394
5394
|
hidden?: boolean | undefined;
|
|
5395
5395
|
root?: string | undefined;
|
|
5396
5396
|
} | {
|
|
@@ -5401,8 +5401,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5401
5401
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5402
5402
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5403
5403
|
} | undefined;
|
|
5404
|
-
tag?: string | undefined;
|
|
5405
5404
|
public?: boolean | undefined;
|
|
5405
|
+
tag?: string | undefined;
|
|
5406
5406
|
hidden?: boolean | undefined;
|
|
5407
5407
|
root?: string | undefined;
|
|
5408
5408
|
})[];
|