@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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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
|
})[];
|
|
@@ -374,8 +374,8 @@ export declare const standardConfigSchema: {
|
|
|
374
374
|
library?: "fontawesome" | "lucide" | undefined;
|
|
375
375
|
}>]>>;
|
|
376
376
|
group: import("zod").ZodString;
|
|
377
|
-
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
378
377
|
public: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
378
|
+
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
379
379
|
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
380
380
|
root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
|
|
381
381
|
openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
|
|
@@ -402,8 +402,8 @@ export declare const standardConfigSchema: {
|
|
|
402
402
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
403
403
|
library?: "fontawesome" | "lucide" | undefined;
|
|
404
404
|
} | undefined;
|
|
405
|
-
tag?: string | undefined;
|
|
406
405
|
public?: boolean | undefined;
|
|
406
|
+
tag?: string | undefined;
|
|
407
407
|
hidden?: boolean | undefined;
|
|
408
408
|
root?: string | undefined;
|
|
409
409
|
}, {
|
|
@@ -420,8 +420,8 @@ export declare const standardConfigSchema: {
|
|
|
420
420
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
421
421
|
library?: "fontawesome" | "lucide" | undefined;
|
|
422
422
|
} | undefined;
|
|
423
|
-
tag?: string | undefined;
|
|
424
423
|
public?: boolean | undefined;
|
|
424
|
+
tag?: string | undefined;
|
|
425
425
|
hidden?: boolean | undefined;
|
|
426
426
|
root?: string | undefined;
|
|
427
427
|
}>, import("zod").ZodObject<{
|
|
@@ -439,8 +439,8 @@ export declare const standardConfigSchema: {
|
|
|
439
439
|
library?: "fontawesome" | "lucide" | undefined;
|
|
440
440
|
}>]>>;
|
|
441
441
|
group: import("zod").ZodString;
|
|
442
|
-
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
443
442
|
public: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
443
|
+
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
444
444
|
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
445
445
|
root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
|
|
446
446
|
asyncapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
|
|
@@ -467,8 +467,8 @@ export declare const standardConfigSchema: {
|
|
|
467
467
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
468
468
|
library?: "fontawesome" | "lucide" | undefined;
|
|
469
469
|
} | undefined;
|
|
470
|
-
tag?: string | undefined;
|
|
471
470
|
public?: boolean | undefined;
|
|
471
|
+
tag?: string | undefined;
|
|
472
472
|
hidden?: boolean | undefined;
|
|
473
473
|
root?: string | undefined;
|
|
474
474
|
}, {
|
|
@@ -485,8 +485,8 @@ export declare const standardConfigSchema: {
|
|
|
485
485
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
486
486
|
library?: "fontawesome" | "lucide" | undefined;
|
|
487
487
|
} | undefined;
|
|
488
|
-
tag?: string | undefined;
|
|
489
488
|
public?: boolean | undefined;
|
|
489
|
+
tag?: string | undefined;
|
|
490
490
|
hidden?: boolean | undefined;
|
|
491
491
|
root?: string | undefined;
|
|
492
492
|
}>, import("zod").ZodObject<{
|
|
@@ -504,8 +504,8 @@ export declare const standardConfigSchema: {
|
|
|
504
504
|
library?: "fontawesome" | "lucide" | undefined;
|
|
505
505
|
}>]>>;
|
|
506
506
|
group: import("zod").ZodString;
|
|
507
|
-
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
508
507
|
public: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
508
|
+
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
509
509
|
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
510
510
|
root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
|
|
511
511
|
pages: import("zod").ZodLazy<import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">>;
|
|
@@ -517,8 +517,8 @@ export declare const standardConfigSchema: {
|
|
|
517
517
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
518
518
|
library?: "fontawesome" | "lucide" | undefined;
|
|
519
519
|
} | undefined;
|
|
520
|
-
tag?: string | undefined;
|
|
521
520
|
public?: boolean | undefined;
|
|
521
|
+
tag?: string | undefined;
|
|
522
522
|
hidden?: boolean | undefined;
|
|
523
523
|
root?: string | undefined;
|
|
524
524
|
}, {
|
|
@@ -529,8 +529,8 @@ export declare const standardConfigSchema: {
|
|
|
529
529
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
530
530
|
library?: "fontawesome" | "lucide" | undefined;
|
|
531
531
|
} | undefined;
|
|
532
|
-
tag?: string | undefined;
|
|
533
532
|
public?: boolean | undefined;
|
|
533
|
+
tag?: string | undefined;
|
|
534
534
|
hidden?: boolean | undefined;
|
|
535
535
|
root?: string | undefined;
|
|
536
536
|
}>]>, "many">;
|
|
@@ -549,8 +549,8 @@ export declare const standardConfigSchema: {
|
|
|
549
549
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
550
550
|
library?: "fontawesome" | "lucide" | undefined;
|
|
551
551
|
} | undefined;
|
|
552
|
-
tag?: string | undefined;
|
|
553
552
|
public?: boolean | undefined;
|
|
553
|
+
tag?: string | undefined;
|
|
554
554
|
hidden?: boolean | undefined;
|
|
555
555
|
root?: string | undefined;
|
|
556
556
|
} | {
|
|
@@ -567,8 +567,8 @@ export declare const standardConfigSchema: {
|
|
|
567
567
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
568
568
|
library?: "fontawesome" | "lucide" | undefined;
|
|
569
569
|
} | undefined;
|
|
570
|
-
tag?: string | undefined;
|
|
571
570
|
public?: boolean | undefined;
|
|
571
|
+
tag?: string | undefined;
|
|
572
572
|
hidden?: boolean | undefined;
|
|
573
573
|
root?: string | undefined;
|
|
574
574
|
} | {
|
|
@@ -579,8 +579,8 @@ export declare const standardConfigSchema: {
|
|
|
579
579
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
580
580
|
library?: "fontawesome" | "lucide" | undefined;
|
|
581
581
|
} | undefined;
|
|
582
|
-
tag?: string | undefined;
|
|
583
582
|
public?: boolean | undefined;
|
|
583
|
+
tag?: string | undefined;
|
|
584
584
|
hidden?: boolean | undefined;
|
|
585
585
|
root?: string | undefined;
|
|
586
586
|
})[];
|
|
@@ -600,8 +600,8 @@ export declare const standardConfigSchema: {
|
|
|
600
600
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
601
601
|
library?: "fontawesome" | "lucide" | undefined;
|
|
602
602
|
} | undefined;
|
|
603
|
-
tag?: string | undefined;
|
|
604
603
|
public?: boolean | undefined;
|
|
604
|
+
tag?: string | undefined;
|
|
605
605
|
hidden?: boolean | undefined;
|
|
606
606
|
root?: string | undefined;
|
|
607
607
|
} | {
|
|
@@ -618,8 +618,8 @@ export declare const standardConfigSchema: {
|
|
|
618
618
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
619
619
|
library?: "fontawesome" | "lucide" | undefined;
|
|
620
620
|
} | undefined;
|
|
621
|
-
tag?: string | undefined;
|
|
622
621
|
public?: boolean | undefined;
|
|
622
|
+
tag?: string | undefined;
|
|
623
623
|
hidden?: boolean | undefined;
|
|
624
624
|
root?: string | undefined;
|
|
625
625
|
} | {
|
|
@@ -630,8 +630,8 @@ export declare const standardConfigSchema: {
|
|
|
630
630
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
631
631
|
library?: "fontawesome" | "lucide" | undefined;
|
|
632
632
|
} | undefined;
|
|
633
|
-
tag?: string | undefined;
|
|
634
633
|
public?: boolean | undefined;
|
|
634
|
+
tag?: string | undefined;
|
|
635
635
|
hidden?: boolean | undefined;
|
|
636
636
|
root?: string | undefined;
|
|
637
637
|
})[];
|