@mintlify/validation 0.1.430 → 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 +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/package.json +3 -3
|
@@ -375,8 +375,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
375
375
|
library?: "fontawesome" | "lucide" | undefined;
|
|
376
376
|
}>]>>;
|
|
377
377
|
group: z.ZodString;
|
|
378
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
379
378
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
379
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
380
380
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
381
381
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
382
382
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -403,8 +403,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
403
403
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
404
404
|
library?: "fontawesome" | "lucide" | undefined;
|
|
405
405
|
} | undefined;
|
|
406
|
-
tag?: string | undefined;
|
|
407
406
|
public?: boolean | undefined;
|
|
407
|
+
tag?: string | undefined;
|
|
408
408
|
hidden?: boolean | undefined;
|
|
409
409
|
root?: string | undefined;
|
|
410
410
|
}, {
|
|
@@ -421,8 +421,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
421
421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
422
422
|
library?: "fontawesome" | "lucide" | undefined;
|
|
423
423
|
} | undefined;
|
|
424
|
-
tag?: string | undefined;
|
|
425
424
|
public?: boolean | undefined;
|
|
425
|
+
tag?: string | undefined;
|
|
426
426
|
hidden?: boolean | undefined;
|
|
427
427
|
root?: string | undefined;
|
|
428
428
|
}>, z.ZodObject<{
|
|
@@ -440,8 +440,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
440
440
|
library?: "fontawesome" | "lucide" | undefined;
|
|
441
441
|
}>]>>;
|
|
442
442
|
group: z.ZodString;
|
|
443
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
444
443
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
444
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
445
445
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
446
446
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
447
447
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -468,8 +468,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
468
468
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
469
469
|
library?: "fontawesome" | "lucide" | undefined;
|
|
470
470
|
} | undefined;
|
|
471
|
-
tag?: string | undefined;
|
|
472
471
|
public?: boolean | undefined;
|
|
472
|
+
tag?: string | undefined;
|
|
473
473
|
hidden?: boolean | undefined;
|
|
474
474
|
root?: string | undefined;
|
|
475
475
|
}, {
|
|
@@ -486,8 +486,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
486
486
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
487
487
|
library?: "fontawesome" | "lucide" | undefined;
|
|
488
488
|
} | undefined;
|
|
489
|
-
tag?: string | undefined;
|
|
490
489
|
public?: boolean | undefined;
|
|
490
|
+
tag?: string | undefined;
|
|
491
491
|
hidden?: boolean | undefined;
|
|
492
492
|
root?: string | undefined;
|
|
493
493
|
}>, z.ZodObject<{
|
|
@@ -505,8 +505,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
505
505
|
library?: "fontawesome" | "lucide" | undefined;
|
|
506
506
|
}>]>>;
|
|
507
507
|
group: z.ZodString;
|
|
508
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
509
508
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
509
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
510
510
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
511
511
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
512
512
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -518,8 +518,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
518
518
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
519
519
|
library?: "fontawesome" | "lucide" | undefined;
|
|
520
520
|
} | undefined;
|
|
521
|
-
tag?: string | undefined;
|
|
522
521
|
public?: boolean | undefined;
|
|
522
|
+
tag?: string | undefined;
|
|
523
523
|
hidden?: boolean | undefined;
|
|
524
524
|
root?: string | undefined;
|
|
525
525
|
}, {
|
|
@@ -530,8 +530,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
530
530
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
531
531
|
library?: "fontawesome" | "lucide" | undefined;
|
|
532
532
|
} | undefined;
|
|
533
|
-
tag?: string | undefined;
|
|
534
533
|
public?: boolean | undefined;
|
|
534
|
+
tag?: string | undefined;
|
|
535
535
|
hidden?: boolean | undefined;
|
|
536
536
|
root?: string | undefined;
|
|
537
537
|
}>]>, "many">;
|
|
@@ -550,8 +550,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
550
550
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
551
551
|
library?: "fontawesome" | "lucide" | undefined;
|
|
552
552
|
} | undefined;
|
|
553
|
-
tag?: string | undefined;
|
|
554
553
|
public?: boolean | undefined;
|
|
554
|
+
tag?: string | undefined;
|
|
555
555
|
hidden?: boolean | undefined;
|
|
556
556
|
root?: string | undefined;
|
|
557
557
|
} | {
|
|
@@ -568,8 +568,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
568
568
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
569
569
|
library?: "fontawesome" | "lucide" | undefined;
|
|
570
570
|
} | undefined;
|
|
571
|
-
tag?: string | undefined;
|
|
572
571
|
public?: boolean | undefined;
|
|
572
|
+
tag?: string | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
574
|
root?: string | undefined;
|
|
575
575
|
} | {
|
|
@@ -580,8 +580,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
580
580
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
581
581
|
library?: "fontawesome" | "lucide" | undefined;
|
|
582
582
|
} | undefined;
|
|
583
|
-
tag?: string | undefined;
|
|
584
583
|
public?: boolean | undefined;
|
|
584
|
+
tag?: string | undefined;
|
|
585
585
|
hidden?: boolean | undefined;
|
|
586
586
|
root?: string | undefined;
|
|
587
587
|
})[];
|
|
@@ -601,8 +601,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
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
|
} | {
|
|
@@ -619,8 +619,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
619
619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
620
620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
621
621
|
} | undefined;
|
|
622
|
-
tag?: string | undefined;
|
|
623
622
|
public?: boolean | undefined;
|
|
623
|
+
tag?: string | undefined;
|
|
624
624
|
hidden?: boolean | undefined;
|
|
625
625
|
root?: string | undefined;
|
|
626
626
|
} | {
|
|
@@ -631,8 +631,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
631
631
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
632
632
|
library?: "fontawesome" | "lucide" | undefined;
|
|
633
633
|
} | undefined;
|
|
634
|
-
tag?: string | undefined;
|
|
635
634
|
public?: boolean | undefined;
|
|
635
|
+
tag?: string | undefined;
|
|
636
636
|
hidden?: boolean | undefined;
|
|
637
637
|
root?: string | undefined;
|
|
638
638
|
})[];
|
|
@@ -1375,8 +1375,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1375
1375
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1376
1376
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1377
1377
|
} | undefined;
|
|
1378
|
-
tag?: string | undefined;
|
|
1379
1378
|
public?: boolean | undefined;
|
|
1379
|
+
tag?: string | undefined;
|
|
1380
1380
|
hidden?: boolean | undefined;
|
|
1381
1381
|
root?: string | undefined;
|
|
1382
1382
|
} | {
|
|
@@ -1393,8 +1393,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1393
1393
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1394
1394
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1395
1395
|
} | undefined;
|
|
1396
|
-
tag?: string | undefined;
|
|
1397
1396
|
public?: boolean | undefined;
|
|
1397
|
+
tag?: string | undefined;
|
|
1398
1398
|
hidden?: boolean | undefined;
|
|
1399
1399
|
root?: string | undefined;
|
|
1400
1400
|
} | {
|
|
@@ -1405,8 +1405,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1405
1405
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1406
1406
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1407
1407
|
} | undefined;
|
|
1408
|
-
tag?: string | undefined;
|
|
1409
1408
|
public?: boolean | undefined;
|
|
1409
|
+
tag?: string | undefined;
|
|
1410
1410
|
hidden?: boolean | undefined;
|
|
1411
1411
|
root?: string | undefined;
|
|
1412
1412
|
})[];
|
|
@@ -1444,8 +1444,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1444
1444
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1445
1445
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1446
1446
|
} | undefined;
|
|
1447
|
-
tag?: string | undefined;
|
|
1448
1447
|
public?: boolean | undefined;
|
|
1448
|
+
tag?: string | undefined;
|
|
1449
1449
|
hidden?: boolean | undefined;
|
|
1450
1450
|
root?: string | undefined;
|
|
1451
1451
|
} | {
|
|
@@ -1462,8 +1462,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1462
1462
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1463
1463
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1464
1464
|
} | undefined;
|
|
1465
|
-
tag?: string | undefined;
|
|
1466
1465
|
public?: boolean | undefined;
|
|
1466
|
+
tag?: string | undefined;
|
|
1467
1467
|
hidden?: boolean | undefined;
|
|
1468
1468
|
root?: string | undefined;
|
|
1469
1469
|
} | {
|
|
@@ -1474,8 +1474,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1474
1474
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1475
1475
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
|
-
tag?: string | undefined;
|
|
1478
1477
|
public?: boolean | undefined;
|
|
1478
|
+
tag?: string | undefined;
|
|
1479
1479
|
hidden?: boolean | undefined;
|
|
1480
1480
|
root?: string | undefined;
|
|
1481
1481
|
})[];
|
|
@@ -1742,8 +1742,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1742
1742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1743
1743
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1744
1744
|
} | undefined;
|
|
1745
|
-
tag?: string | undefined;
|
|
1746
1745
|
public?: boolean | undefined;
|
|
1746
|
+
tag?: string | undefined;
|
|
1747
1747
|
hidden?: boolean | undefined;
|
|
1748
1748
|
root?: string | undefined;
|
|
1749
1749
|
} | {
|
|
@@ -1760,8 +1760,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1760
1760
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1761
1761
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1762
1762
|
} | undefined;
|
|
1763
|
-
tag?: string | undefined;
|
|
1764
1763
|
public?: boolean | undefined;
|
|
1764
|
+
tag?: string | undefined;
|
|
1765
1765
|
hidden?: boolean | undefined;
|
|
1766
1766
|
root?: string | undefined;
|
|
1767
1767
|
} | {
|
|
@@ -1772,8 +1772,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1772
1772
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1773
1773
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1774
1774
|
} | undefined;
|
|
1775
|
-
tag?: string | undefined;
|
|
1776
1775
|
public?: boolean | undefined;
|
|
1776
|
+
tag?: string | undefined;
|
|
1777
1777
|
hidden?: boolean | undefined;
|
|
1778
1778
|
root?: string | undefined;
|
|
1779
1779
|
})[];
|
|
@@ -1811,8 +1811,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1811
1811
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1812
1812
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1813
1813
|
} | undefined;
|
|
1814
|
-
tag?: string | undefined;
|
|
1815
1814
|
public?: boolean | undefined;
|
|
1815
|
+
tag?: string | undefined;
|
|
1816
1816
|
hidden?: boolean | undefined;
|
|
1817
1817
|
root?: string | undefined;
|
|
1818
1818
|
} | {
|
|
@@ -1829,8 +1829,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1829
1829
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1830
1830
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1831
1831
|
} | undefined;
|
|
1832
|
-
tag?: string | undefined;
|
|
1833
1832
|
public?: boolean | undefined;
|
|
1833
|
+
tag?: string | undefined;
|
|
1834
1834
|
hidden?: boolean | undefined;
|
|
1835
1835
|
root?: string | undefined;
|
|
1836
1836
|
} | {
|
|
@@ -1841,8 +1841,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1841
1841
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1842
1842
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1843
1843
|
} | undefined;
|
|
1844
|
-
tag?: string | undefined;
|
|
1845
1844
|
public?: boolean | undefined;
|
|
1845
|
+
tag?: string | undefined;
|
|
1846
1846
|
hidden?: boolean | undefined;
|
|
1847
1847
|
root?: string | undefined;
|
|
1848
1848
|
})[];
|