@mintlify/validation 0.1.429 → 0.1.431
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v1/navigation.d.ts +3 -0
- package/dist/mint-config/schemas/v1/navigation.js +2 -1
- package/dist/mint-config/schemas/v2/index.d.ts +189 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +27 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +2 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +15 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +27 -0
- package/dist/mint-config/validateConfig.d.ts +84 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -377,6 +377,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
377
377
|
library?: "fontawesome" | "lucide" | undefined;
|
|
378
378
|
}>]>>;
|
|
379
379
|
group: z.ZodString;
|
|
380
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
380
381
|
tag: z.ZodOptional<z.ZodString>;
|
|
381
382
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
382
383
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -404,6 +405,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
404
405
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
405
406
|
library?: "fontawesome" | "lucide" | undefined;
|
|
406
407
|
} | undefined;
|
|
408
|
+
public?: boolean | undefined;
|
|
407
409
|
tag?: string | undefined;
|
|
408
410
|
hidden?: boolean | undefined;
|
|
409
411
|
root?: string | undefined;
|
|
@@ -421,6 +423,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
421
423
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
422
424
|
library?: "fontawesome" | "lucide" | undefined;
|
|
423
425
|
} | undefined;
|
|
426
|
+
public?: boolean | undefined;
|
|
424
427
|
tag?: string | undefined;
|
|
425
428
|
hidden?: boolean | undefined;
|
|
426
429
|
root?: string | undefined;
|
|
@@ -439,6 +442,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
439
442
|
library?: "fontawesome" | "lucide" | undefined;
|
|
440
443
|
}>]>>;
|
|
441
444
|
group: z.ZodString;
|
|
445
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
442
446
|
tag: z.ZodOptional<z.ZodString>;
|
|
443
447
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
444
448
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -466,6 +470,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
466
470
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
467
471
|
library?: "fontawesome" | "lucide" | undefined;
|
|
468
472
|
} | undefined;
|
|
473
|
+
public?: boolean | undefined;
|
|
469
474
|
tag?: string | undefined;
|
|
470
475
|
hidden?: boolean | undefined;
|
|
471
476
|
root?: string | undefined;
|
|
@@ -483,6 +488,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
483
488
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
484
489
|
library?: "fontawesome" | "lucide" | undefined;
|
|
485
490
|
} | undefined;
|
|
491
|
+
public?: boolean | undefined;
|
|
486
492
|
tag?: string | undefined;
|
|
487
493
|
hidden?: boolean | undefined;
|
|
488
494
|
root?: string | undefined;
|
|
@@ -501,6 +507,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
501
507
|
library?: "fontawesome" | "lucide" | undefined;
|
|
502
508
|
}>]>>;
|
|
503
509
|
group: z.ZodString;
|
|
510
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
504
511
|
tag: z.ZodOptional<z.ZodString>;
|
|
505
512
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
506
513
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -513,6 +520,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
513
520
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
514
521
|
library?: "fontawesome" | "lucide" | undefined;
|
|
515
522
|
} | undefined;
|
|
523
|
+
public?: boolean | undefined;
|
|
516
524
|
tag?: string | undefined;
|
|
517
525
|
hidden?: boolean | undefined;
|
|
518
526
|
root?: string | undefined;
|
|
@@ -524,6 +532,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
524
532
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
525
533
|
library?: "fontawesome" | "lucide" | undefined;
|
|
526
534
|
} | undefined;
|
|
535
|
+
public?: boolean | undefined;
|
|
527
536
|
tag?: string | undefined;
|
|
528
537
|
hidden?: boolean | undefined;
|
|
529
538
|
root?: string | undefined;
|
|
@@ -543,6 +552,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
543
552
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
544
553
|
library?: "fontawesome" | "lucide" | undefined;
|
|
545
554
|
} | undefined;
|
|
555
|
+
public?: boolean | undefined;
|
|
546
556
|
tag?: string | undefined;
|
|
547
557
|
hidden?: boolean | undefined;
|
|
548
558
|
root?: string | undefined;
|
|
@@ -560,6 +570,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
560
570
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
561
571
|
library?: "fontawesome" | "lucide" | undefined;
|
|
562
572
|
} | undefined;
|
|
573
|
+
public?: boolean | undefined;
|
|
563
574
|
tag?: string | undefined;
|
|
564
575
|
hidden?: boolean | undefined;
|
|
565
576
|
root?: string | undefined;
|
|
@@ -571,6 +582,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
571
582
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
572
583
|
library?: "fontawesome" | "lucide" | undefined;
|
|
573
584
|
} | undefined;
|
|
585
|
+
public?: boolean | undefined;
|
|
574
586
|
tag?: string | undefined;
|
|
575
587
|
hidden?: boolean | undefined;
|
|
576
588
|
root?: string | undefined;
|
|
@@ -591,6 +603,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
591
603
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
592
604
|
library?: "fontawesome" | "lucide" | undefined;
|
|
593
605
|
} | undefined;
|
|
606
|
+
public?: boolean | undefined;
|
|
594
607
|
tag?: string | undefined;
|
|
595
608
|
hidden?: boolean | undefined;
|
|
596
609
|
root?: string | undefined;
|
|
@@ -608,6 +621,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
608
621
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
609
622
|
library?: "fontawesome" | "lucide" | undefined;
|
|
610
623
|
} | undefined;
|
|
624
|
+
public?: boolean | undefined;
|
|
611
625
|
tag?: string | undefined;
|
|
612
626
|
hidden?: boolean | undefined;
|
|
613
627
|
root?: string | undefined;
|
|
@@ -619,6 +633,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
619
633
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
620
634
|
library?: "fontawesome" | "lucide" | undefined;
|
|
621
635
|
} | undefined;
|
|
636
|
+
public?: boolean | undefined;
|
|
622
637
|
tag?: string | undefined;
|
|
623
638
|
hidden?: boolean | undefined;
|
|
624
639
|
root?: string | undefined;
|
|
@@ -1362,6 +1377,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1362
1377
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1363
1378
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1364
1379
|
} | undefined;
|
|
1380
|
+
public?: boolean | undefined;
|
|
1365
1381
|
tag?: string | undefined;
|
|
1366
1382
|
hidden?: boolean | undefined;
|
|
1367
1383
|
root?: string | undefined;
|
|
@@ -1379,6 +1395,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1379
1395
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1380
1396
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1381
1397
|
} | undefined;
|
|
1398
|
+
public?: boolean | undefined;
|
|
1382
1399
|
tag?: string | undefined;
|
|
1383
1400
|
hidden?: boolean | undefined;
|
|
1384
1401
|
root?: string | undefined;
|
|
@@ -1390,6 +1407,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1390
1407
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1391
1408
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1392
1409
|
} | undefined;
|
|
1410
|
+
public?: boolean | undefined;
|
|
1393
1411
|
tag?: string | undefined;
|
|
1394
1412
|
hidden?: boolean | undefined;
|
|
1395
1413
|
root?: string | undefined;
|
|
@@ -1428,6 +1446,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1428
1446
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1429
1447
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1430
1448
|
} | undefined;
|
|
1449
|
+
public?: boolean | undefined;
|
|
1431
1450
|
tag?: string | undefined;
|
|
1432
1451
|
hidden?: boolean | undefined;
|
|
1433
1452
|
root?: string | undefined;
|
|
@@ -1445,6 +1464,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1445
1464
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1446
1465
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1447
1466
|
} | undefined;
|
|
1467
|
+
public?: boolean | undefined;
|
|
1448
1468
|
tag?: string | undefined;
|
|
1449
1469
|
hidden?: boolean | undefined;
|
|
1450
1470
|
root?: string | undefined;
|
|
@@ -1456,6 +1476,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1456
1476
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1457
1477
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1458
1478
|
} | undefined;
|
|
1479
|
+
public?: boolean | undefined;
|
|
1459
1480
|
tag?: string | undefined;
|
|
1460
1481
|
hidden?: boolean | undefined;
|
|
1461
1482
|
root?: string | undefined;
|
|
@@ -1723,6 +1744,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1723
1744
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1724
1745
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1725
1746
|
} | undefined;
|
|
1747
|
+
public?: boolean | undefined;
|
|
1726
1748
|
tag?: string | undefined;
|
|
1727
1749
|
hidden?: boolean | undefined;
|
|
1728
1750
|
root?: string | undefined;
|
|
@@ -1740,6 +1762,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1740
1762
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1741
1763
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1742
1764
|
} | undefined;
|
|
1765
|
+
public?: boolean | undefined;
|
|
1743
1766
|
tag?: string | undefined;
|
|
1744
1767
|
hidden?: boolean | undefined;
|
|
1745
1768
|
root?: string | undefined;
|
|
@@ -1751,6 +1774,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1751
1774
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1752
1775
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1753
1776
|
} | undefined;
|
|
1777
|
+
public?: boolean | undefined;
|
|
1754
1778
|
tag?: string | undefined;
|
|
1755
1779
|
hidden?: boolean | undefined;
|
|
1756
1780
|
root?: string | undefined;
|
|
@@ -1789,6 +1813,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1789
1813
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1790
1814
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1791
1815
|
} | undefined;
|
|
1816
|
+
public?: boolean | undefined;
|
|
1792
1817
|
tag?: string | undefined;
|
|
1793
1818
|
hidden?: boolean | undefined;
|
|
1794
1819
|
root?: string | undefined;
|
|
@@ -1806,6 +1831,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1806
1831
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1807
1832
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1808
1833
|
} | undefined;
|
|
1834
|
+
public?: boolean | undefined;
|
|
1809
1835
|
tag?: string | undefined;
|
|
1810
1836
|
hidden?: boolean | undefined;
|
|
1811
1837
|
root?: string | undefined;
|
|
@@ -1817,6 +1843,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1817
1843
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1818
1844
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1819
1845
|
} | undefined;
|
|
1846
|
+
public?: boolean | undefined;
|
|
1820
1847
|
tag?: string | undefined;
|
|
1821
1848
|
hidden?: boolean | undefined;
|
|
1822
1849
|
root?: string | undefined;
|
|
@@ -2423,6 +2450,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2423
2450
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2424
2451
|
}>]>>;
|
|
2425
2452
|
group: z.ZodString;
|
|
2453
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
2426
2454
|
tag: z.ZodOptional<z.ZodString>;
|
|
2427
2455
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2428
2456
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -2450,6 +2478,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2450
2478
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2451
2479
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2452
2480
|
} | undefined;
|
|
2481
|
+
public?: boolean | undefined;
|
|
2453
2482
|
tag?: string | undefined;
|
|
2454
2483
|
hidden?: boolean | undefined;
|
|
2455
2484
|
root?: string | undefined;
|
|
@@ -2467,6 +2496,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2467
2496
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2468
2497
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2469
2498
|
} | undefined;
|
|
2499
|
+
public?: boolean | undefined;
|
|
2470
2500
|
tag?: string | undefined;
|
|
2471
2501
|
hidden?: boolean | undefined;
|
|
2472
2502
|
root?: string | undefined;
|
|
@@ -2485,6 +2515,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2485
2515
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2486
2516
|
}>]>>;
|
|
2487
2517
|
group: z.ZodString;
|
|
2518
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
2488
2519
|
tag: z.ZodOptional<z.ZodString>;
|
|
2489
2520
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2490
2521
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -2512,6 +2543,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2512
2543
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2513
2544
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2514
2545
|
} | undefined;
|
|
2546
|
+
public?: boolean | undefined;
|
|
2515
2547
|
tag?: string | undefined;
|
|
2516
2548
|
hidden?: boolean | undefined;
|
|
2517
2549
|
root?: string | undefined;
|
|
@@ -2529,6 +2561,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2529
2561
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2530
2562
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2531
2563
|
} | undefined;
|
|
2564
|
+
public?: boolean | undefined;
|
|
2532
2565
|
tag?: string | undefined;
|
|
2533
2566
|
hidden?: boolean | undefined;
|
|
2534
2567
|
root?: string | undefined;
|
|
@@ -2547,6 +2580,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2547
2580
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2548
2581
|
}>]>>;
|
|
2549
2582
|
group: z.ZodString;
|
|
2583
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
2550
2584
|
tag: z.ZodOptional<z.ZodString>;
|
|
2551
2585
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2552
2586
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -2559,6 +2593,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2559
2593
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2560
2594
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2561
2595
|
} | undefined;
|
|
2596
|
+
public?: boolean | undefined;
|
|
2562
2597
|
tag?: string | undefined;
|
|
2563
2598
|
hidden?: boolean | undefined;
|
|
2564
2599
|
root?: string | undefined;
|
|
@@ -2570,6 +2605,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2570
2605
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2571
2606
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2572
2607
|
} | undefined;
|
|
2608
|
+
public?: boolean | undefined;
|
|
2573
2609
|
tag?: string | undefined;
|
|
2574
2610
|
hidden?: boolean | undefined;
|
|
2575
2611
|
root?: string | undefined;
|
|
@@ -2589,6 +2625,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2589
2625
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2590
2626
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2591
2627
|
} | undefined;
|
|
2628
|
+
public?: boolean | undefined;
|
|
2592
2629
|
tag?: string | undefined;
|
|
2593
2630
|
hidden?: boolean | undefined;
|
|
2594
2631
|
root?: string | undefined;
|
|
@@ -2606,6 +2643,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2606
2643
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2607
2644
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2608
2645
|
} | undefined;
|
|
2646
|
+
public?: boolean | undefined;
|
|
2609
2647
|
tag?: string | undefined;
|
|
2610
2648
|
hidden?: boolean | undefined;
|
|
2611
2649
|
root?: string | undefined;
|
|
@@ -2617,6 +2655,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2617
2655
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2618
2656
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2619
2657
|
} | undefined;
|
|
2658
|
+
public?: boolean | undefined;
|
|
2620
2659
|
tag?: string | undefined;
|
|
2621
2660
|
hidden?: boolean | undefined;
|
|
2622
2661
|
root?: string | undefined;
|
|
@@ -2637,6 +2676,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2637
2676
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2638
2677
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2639
2678
|
} | undefined;
|
|
2679
|
+
public?: boolean | undefined;
|
|
2640
2680
|
tag?: string | undefined;
|
|
2641
2681
|
hidden?: boolean | undefined;
|
|
2642
2682
|
root?: string | undefined;
|
|
@@ -2654,6 +2694,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2654
2694
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2655
2695
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2656
2696
|
} | undefined;
|
|
2697
|
+
public?: boolean | undefined;
|
|
2657
2698
|
tag?: string | undefined;
|
|
2658
2699
|
hidden?: boolean | undefined;
|
|
2659
2700
|
root?: string | undefined;
|
|
@@ -2665,6 +2706,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2665
2706
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2666
2707
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2667
2708
|
} | undefined;
|
|
2709
|
+
public?: boolean | undefined;
|
|
2668
2710
|
tag?: string | undefined;
|
|
2669
2711
|
hidden?: boolean | undefined;
|
|
2670
2712
|
root?: string | undefined;
|
|
@@ -3408,6 +3450,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3408
3450
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3409
3451
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3410
3452
|
} | undefined;
|
|
3453
|
+
public?: boolean | undefined;
|
|
3411
3454
|
tag?: string | undefined;
|
|
3412
3455
|
hidden?: boolean | undefined;
|
|
3413
3456
|
root?: string | undefined;
|
|
@@ -3425,6 +3468,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3425
3468
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3426
3469
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3427
3470
|
} | undefined;
|
|
3471
|
+
public?: boolean | undefined;
|
|
3428
3472
|
tag?: string | undefined;
|
|
3429
3473
|
hidden?: boolean | undefined;
|
|
3430
3474
|
root?: string | undefined;
|
|
@@ -3436,6 +3480,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3436
3480
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3437
3481
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3438
3482
|
} | undefined;
|
|
3483
|
+
public?: boolean | undefined;
|
|
3439
3484
|
tag?: string | undefined;
|
|
3440
3485
|
hidden?: boolean | undefined;
|
|
3441
3486
|
root?: string | undefined;
|
|
@@ -3474,6 +3519,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3474
3519
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3475
3520
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3476
3521
|
} | undefined;
|
|
3522
|
+
public?: boolean | undefined;
|
|
3477
3523
|
tag?: string | undefined;
|
|
3478
3524
|
hidden?: boolean | undefined;
|
|
3479
3525
|
root?: string | undefined;
|
|
@@ -3491,6 +3537,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3491
3537
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3492
3538
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3493
3539
|
} | undefined;
|
|
3540
|
+
public?: boolean | undefined;
|
|
3494
3541
|
tag?: string | undefined;
|
|
3495
3542
|
hidden?: boolean | undefined;
|
|
3496
3543
|
root?: string | undefined;
|
|
@@ -3502,6 +3549,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3502
3549
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3503
3550
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3504
3551
|
} | undefined;
|
|
3552
|
+
public?: boolean | undefined;
|
|
3505
3553
|
tag?: string | undefined;
|
|
3506
3554
|
hidden?: boolean | undefined;
|
|
3507
3555
|
root?: string | undefined;
|
|
@@ -3769,6 +3817,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3769
3817
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3770
3818
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3771
3819
|
} | undefined;
|
|
3820
|
+
public?: boolean | undefined;
|
|
3772
3821
|
tag?: string | undefined;
|
|
3773
3822
|
hidden?: boolean | undefined;
|
|
3774
3823
|
root?: string | undefined;
|
|
@@ -3786,6 +3835,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3786
3835
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3787
3836
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3788
3837
|
} | undefined;
|
|
3838
|
+
public?: boolean | undefined;
|
|
3789
3839
|
tag?: string | undefined;
|
|
3790
3840
|
hidden?: boolean | undefined;
|
|
3791
3841
|
root?: string | undefined;
|
|
@@ -3797,6 +3847,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3797
3847
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3798
3848
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3799
3849
|
} | undefined;
|
|
3850
|
+
public?: boolean | undefined;
|
|
3800
3851
|
tag?: string | undefined;
|
|
3801
3852
|
hidden?: boolean | undefined;
|
|
3802
3853
|
root?: string | undefined;
|
|
@@ -3835,6 +3886,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3835
3886
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3836
3887
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3837
3888
|
} | undefined;
|
|
3889
|
+
public?: boolean | undefined;
|
|
3838
3890
|
tag?: string | undefined;
|
|
3839
3891
|
hidden?: boolean | undefined;
|
|
3840
3892
|
root?: string | undefined;
|
|
@@ -3852,6 +3904,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3852
3904
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3853
3905
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3854
3906
|
} | undefined;
|
|
3907
|
+
public?: boolean | undefined;
|
|
3855
3908
|
tag?: string | undefined;
|
|
3856
3909
|
hidden?: boolean | undefined;
|
|
3857
3910
|
root?: string | undefined;
|
|
@@ -3863,6 +3916,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3863
3916
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3864
3917
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3865
3918
|
} | undefined;
|
|
3919
|
+
public?: boolean | undefined;
|
|
3866
3920
|
tag?: string | undefined;
|
|
3867
3921
|
hidden?: boolean | undefined;
|
|
3868
3922
|
root?: string | undefined;
|
|
@@ -4469,6 +4523,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4469
4523
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4470
4524
|
}>]>>;
|
|
4471
4525
|
group: z.ZodString;
|
|
4526
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
4472
4527
|
tag: z.ZodOptional<z.ZodString>;
|
|
4473
4528
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4474
4529
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -4496,6 +4551,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4496
4551
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4497
4552
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4498
4553
|
} | undefined;
|
|
4554
|
+
public?: boolean | undefined;
|
|
4499
4555
|
tag?: string | undefined;
|
|
4500
4556
|
hidden?: boolean | undefined;
|
|
4501
4557
|
root?: string | undefined;
|
|
@@ -4513,6 +4569,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4513
4569
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4514
4570
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4515
4571
|
} | undefined;
|
|
4572
|
+
public?: boolean | undefined;
|
|
4516
4573
|
tag?: string | undefined;
|
|
4517
4574
|
hidden?: boolean | undefined;
|
|
4518
4575
|
root?: string | undefined;
|
|
@@ -4531,6 +4588,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4531
4588
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4532
4589
|
}>]>>;
|
|
4533
4590
|
group: z.ZodString;
|
|
4591
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
4534
4592
|
tag: z.ZodOptional<z.ZodString>;
|
|
4535
4593
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4536
4594
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -4558,6 +4616,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4558
4616
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4559
4617
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4560
4618
|
} | undefined;
|
|
4619
|
+
public?: boolean | undefined;
|
|
4561
4620
|
tag?: string | undefined;
|
|
4562
4621
|
hidden?: boolean | undefined;
|
|
4563
4622
|
root?: string | undefined;
|
|
@@ -4575,6 +4634,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4575
4634
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4576
4635
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4577
4636
|
} | undefined;
|
|
4637
|
+
public?: boolean | undefined;
|
|
4578
4638
|
tag?: string | undefined;
|
|
4579
4639
|
hidden?: boolean | undefined;
|
|
4580
4640
|
root?: string | undefined;
|
|
@@ -4593,6 +4653,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4593
4653
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4594
4654
|
}>]>>;
|
|
4595
4655
|
group: z.ZodString;
|
|
4656
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
4596
4657
|
tag: z.ZodOptional<z.ZodString>;
|
|
4597
4658
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4598
4659
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -4605,6 +4666,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4605
4666
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4606
4667
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4607
4668
|
} | undefined;
|
|
4669
|
+
public?: boolean | undefined;
|
|
4608
4670
|
tag?: string | undefined;
|
|
4609
4671
|
hidden?: boolean | undefined;
|
|
4610
4672
|
root?: string | undefined;
|
|
@@ -4616,6 +4678,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4616
4678
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4617
4679
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4618
4680
|
} | undefined;
|
|
4681
|
+
public?: boolean | undefined;
|
|
4619
4682
|
tag?: string | undefined;
|
|
4620
4683
|
hidden?: boolean | undefined;
|
|
4621
4684
|
root?: string | undefined;
|
|
@@ -4635,6 +4698,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4635
4698
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4636
4699
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4637
4700
|
} | undefined;
|
|
4701
|
+
public?: boolean | undefined;
|
|
4638
4702
|
tag?: string | undefined;
|
|
4639
4703
|
hidden?: boolean | undefined;
|
|
4640
4704
|
root?: string | undefined;
|
|
@@ -4652,6 +4716,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4652
4716
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4653
4717
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4654
4718
|
} | undefined;
|
|
4719
|
+
public?: boolean | undefined;
|
|
4655
4720
|
tag?: string | undefined;
|
|
4656
4721
|
hidden?: boolean | undefined;
|
|
4657
4722
|
root?: string | undefined;
|
|
@@ -4663,6 +4728,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4663
4728
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4664
4729
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4665
4730
|
} | undefined;
|
|
4731
|
+
public?: boolean | undefined;
|
|
4666
4732
|
tag?: string | undefined;
|
|
4667
4733
|
hidden?: boolean | undefined;
|
|
4668
4734
|
root?: string | undefined;
|
|
@@ -4683,6 +4749,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4683
4749
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4684
4750
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4685
4751
|
} | undefined;
|
|
4752
|
+
public?: boolean | undefined;
|
|
4686
4753
|
tag?: string | undefined;
|
|
4687
4754
|
hidden?: boolean | undefined;
|
|
4688
4755
|
root?: string | undefined;
|
|
@@ -4700,6 +4767,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4700
4767
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4701
4768
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4702
4769
|
} | undefined;
|
|
4770
|
+
public?: boolean | undefined;
|
|
4703
4771
|
tag?: string | undefined;
|
|
4704
4772
|
hidden?: boolean | undefined;
|
|
4705
4773
|
root?: string | undefined;
|
|
@@ -4711,6 +4779,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4711
4779
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4712
4780
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4713
4781
|
} | undefined;
|
|
4782
|
+
public?: boolean | undefined;
|
|
4714
4783
|
tag?: string | undefined;
|
|
4715
4784
|
hidden?: boolean | undefined;
|
|
4716
4785
|
root?: string | undefined;
|
|
@@ -5454,6 +5523,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5454
5523
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5455
5524
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5456
5525
|
} | undefined;
|
|
5526
|
+
public?: boolean | undefined;
|
|
5457
5527
|
tag?: string | undefined;
|
|
5458
5528
|
hidden?: boolean | undefined;
|
|
5459
5529
|
root?: string | undefined;
|
|
@@ -5471,6 +5541,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5471
5541
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5472
5542
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5473
5543
|
} | undefined;
|
|
5544
|
+
public?: boolean | undefined;
|
|
5474
5545
|
tag?: string | undefined;
|
|
5475
5546
|
hidden?: boolean | undefined;
|
|
5476
5547
|
root?: string | undefined;
|
|
@@ -5482,6 +5553,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5482
5553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5483
5554
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5484
5555
|
} | undefined;
|
|
5556
|
+
public?: boolean | undefined;
|
|
5485
5557
|
tag?: string | undefined;
|
|
5486
5558
|
hidden?: boolean | undefined;
|
|
5487
5559
|
root?: string | undefined;
|
|
@@ -5520,6 +5592,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5520
5592
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5521
5593
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5522
5594
|
} | undefined;
|
|
5595
|
+
public?: boolean | undefined;
|
|
5523
5596
|
tag?: string | undefined;
|
|
5524
5597
|
hidden?: boolean | undefined;
|
|
5525
5598
|
root?: string | undefined;
|
|
@@ -5537,6 +5610,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5537
5610
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5538
5611
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5539
5612
|
} | undefined;
|
|
5613
|
+
public?: boolean | undefined;
|
|
5540
5614
|
tag?: string | undefined;
|
|
5541
5615
|
hidden?: boolean | undefined;
|
|
5542
5616
|
root?: string | undefined;
|
|
@@ -5548,6 +5622,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5548
5622
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5549
5623
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5550
5624
|
} | undefined;
|
|
5625
|
+
public?: boolean | undefined;
|
|
5551
5626
|
tag?: string | undefined;
|
|
5552
5627
|
hidden?: boolean | undefined;
|
|
5553
5628
|
root?: string | undefined;
|
|
@@ -5815,6 +5890,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5815
5890
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5816
5891
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5817
5892
|
} | undefined;
|
|
5893
|
+
public?: boolean | undefined;
|
|
5818
5894
|
tag?: string | undefined;
|
|
5819
5895
|
hidden?: boolean | undefined;
|
|
5820
5896
|
root?: string | undefined;
|
|
@@ -5832,6 +5908,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5832
5908
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5833
5909
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5834
5910
|
} | undefined;
|
|
5911
|
+
public?: boolean | undefined;
|
|
5835
5912
|
tag?: string | undefined;
|
|
5836
5913
|
hidden?: boolean | undefined;
|
|
5837
5914
|
root?: string | undefined;
|
|
@@ -5843,6 +5920,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5843
5920
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5844
5921
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5845
5922
|
} | undefined;
|
|
5923
|
+
public?: boolean | undefined;
|
|
5846
5924
|
tag?: string | undefined;
|
|
5847
5925
|
hidden?: boolean | undefined;
|
|
5848
5926
|
root?: string | undefined;
|
|
@@ -5881,6 +5959,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5881
5959
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5882
5960
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5883
5961
|
} | undefined;
|
|
5962
|
+
public?: boolean | undefined;
|
|
5884
5963
|
tag?: string | undefined;
|
|
5885
5964
|
hidden?: boolean | undefined;
|
|
5886
5965
|
root?: string | undefined;
|
|
@@ -5898,6 +5977,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5898
5977
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5899
5978
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5900
5979
|
} | undefined;
|
|
5980
|
+
public?: boolean | undefined;
|
|
5901
5981
|
tag?: string | undefined;
|
|
5902
5982
|
hidden?: boolean | undefined;
|
|
5903
5983
|
root?: string | undefined;
|
|
@@ -5909,6 +5989,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5909
5989
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5910
5990
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5911
5991
|
} | undefined;
|
|
5992
|
+
public?: boolean | undefined;
|
|
5912
5993
|
tag?: string | undefined;
|
|
5913
5994
|
hidden?: boolean | undefined;
|
|
5914
5995
|
root?: string | undefined;
|
|
@@ -6515,6 +6596,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6515
6596
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6516
6597
|
}>]>>;
|
|
6517
6598
|
group: z.ZodString;
|
|
6599
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
6518
6600
|
tag: z.ZodOptional<z.ZodString>;
|
|
6519
6601
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
6520
6602
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -6542,6 +6624,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6542
6624
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6543
6625
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6544
6626
|
} | undefined;
|
|
6627
|
+
public?: boolean | undefined;
|
|
6545
6628
|
tag?: string | undefined;
|
|
6546
6629
|
hidden?: boolean | undefined;
|
|
6547
6630
|
root?: string | undefined;
|
|
@@ -6559,6 +6642,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6559
6642
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6560
6643
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6561
6644
|
} | undefined;
|
|
6645
|
+
public?: boolean | undefined;
|
|
6562
6646
|
tag?: string | undefined;
|
|
6563
6647
|
hidden?: boolean | undefined;
|
|
6564
6648
|
root?: string | undefined;
|
|
@@ -6577,6 +6661,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6577
6661
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6578
6662
|
}>]>>;
|
|
6579
6663
|
group: z.ZodString;
|
|
6664
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
6580
6665
|
tag: z.ZodOptional<z.ZodString>;
|
|
6581
6666
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
6582
6667
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -6604,6 +6689,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6604
6689
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6605
6690
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6606
6691
|
} | undefined;
|
|
6692
|
+
public?: boolean | undefined;
|
|
6607
6693
|
tag?: string | undefined;
|
|
6608
6694
|
hidden?: boolean | undefined;
|
|
6609
6695
|
root?: string | undefined;
|
|
@@ -6621,6 +6707,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6621
6707
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6622
6708
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6623
6709
|
} | undefined;
|
|
6710
|
+
public?: boolean | undefined;
|
|
6624
6711
|
tag?: string | undefined;
|
|
6625
6712
|
hidden?: boolean | undefined;
|
|
6626
6713
|
root?: string | undefined;
|
|
@@ -6639,6 +6726,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6639
6726
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6640
6727
|
}>]>>;
|
|
6641
6728
|
group: z.ZodString;
|
|
6729
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
6642
6730
|
tag: z.ZodOptional<z.ZodString>;
|
|
6643
6731
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
6644
6732
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -6651,6 +6739,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6651
6739
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6652
6740
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6653
6741
|
} | undefined;
|
|
6742
|
+
public?: boolean | undefined;
|
|
6654
6743
|
tag?: string | undefined;
|
|
6655
6744
|
hidden?: boolean | undefined;
|
|
6656
6745
|
root?: string | undefined;
|
|
@@ -6662,6 +6751,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6662
6751
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6663
6752
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6664
6753
|
} | undefined;
|
|
6754
|
+
public?: boolean | undefined;
|
|
6665
6755
|
tag?: string | undefined;
|
|
6666
6756
|
hidden?: boolean | undefined;
|
|
6667
6757
|
root?: string | undefined;
|
|
@@ -6681,6 +6771,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6681
6771
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6682
6772
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6683
6773
|
} | undefined;
|
|
6774
|
+
public?: boolean | undefined;
|
|
6684
6775
|
tag?: string | undefined;
|
|
6685
6776
|
hidden?: boolean | undefined;
|
|
6686
6777
|
root?: string | undefined;
|
|
@@ -6698,6 +6789,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6698
6789
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6699
6790
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6700
6791
|
} | undefined;
|
|
6792
|
+
public?: boolean | undefined;
|
|
6701
6793
|
tag?: string | undefined;
|
|
6702
6794
|
hidden?: boolean | undefined;
|
|
6703
6795
|
root?: string | undefined;
|
|
@@ -6709,6 +6801,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6709
6801
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6710
6802
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6711
6803
|
} | undefined;
|
|
6804
|
+
public?: boolean | undefined;
|
|
6712
6805
|
tag?: string | undefined;
|
|
6713
6806
|
hidden?: boolean | undefined;
|
|
6714
6807
|
root?: string | undefined;
|
|
@@ -6729,6 +6822,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6729
6822
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6730
6823
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6731
6824
|
} | undefined;
|
|
6825
|
+
public?: boolean | undefined;
|
|
6732
6826
|
tag?: string | undefined;
|
|
6733
6827
|
hidden?: boolean | undefined;
|
|
6734
6828
|
root?: string | undefined;
|
|
@@ -6746,6 +6840,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6746
6840
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6747
6841
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6748
6842
|
} | undefined;
|
|
6843
|
+
public?: boolean | undefined;
|
|
6749
6844
|
tag?: string | undefined;
|
|
6750
6845
|
hidden?: boolean | undefined;
|
|
6751
6846
|
root?: string | undefined;
|
|
@@ -6757,6 +6852,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6757
6852
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6758
6853
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6759
6854
|
} | undefined;
|
|
6855
|
+
public?: boolean | undefined;
|
|
6760
6856
|
tag?: string | undefined;
|
|
6761
6857
|
hidden?: boolean | undefined;
|
|
6762
6858
|
root?: string | undefined;
|
|
@@ -7500,6 +7596,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7500
7596
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7501
7597
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7502
7598
|
} | undefined;
|
|
7599
|
+
public?: boolean | undefined;
|
|
7503
7600
|
tag?: string | undefined;
|
|
7504
7601
|
hidden?: boolean | undefined;
|
|
7505
7602
|
root?: string | undefined;
|
|
@@ -7517,6 +7614,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7517
7614
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7518
7615
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7519
7616
|
} | undefined;
|
|
7617
|
+
public?: boolean | undefined;
|
|
7520
7618
|
tag?: string | undefined;
|
|
7521
7619
|
hidden?: boolean | undefined;
|
|
7522
7620
|
root?: string | undefined;
|
|
@@ -7528,6 +7626,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7528
7626
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7529
7627
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7530
7628
|
} | undefined;
|
|
7629
|
+
public?: boolean | undefined;
|
|
7531
7630
|
tag?: string | undefined;
|
|
7532
7631
|
hidden?: boolean | undefined;
|
|
7533
7632
|
root?: string | undefined;
|
|
@@ -7566,6 +7665,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7566
7665
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7567
7666
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7568
7667
|
} | undefined;
|
|
7668
|
+
public?: boolean | undefined;
|
|
7569
7669
|
tag?: string | undefined;
|
|
7570
7670
|
hidden?: boolean | undefined;
|
|
7571
7671
|
root?: string | undefined;
|
|
@@ -7583,6 +7683,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7583
7683
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7584
7684
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7585
7685
|
} | undefined;
|
|
7686
|
+
public?: boolean | undefined;
|
|
7586
7687
|
tag?: string | undefined;
|
|
7587
7688
|
hidden?: boolean | undefined;
|
|
7588
7689
|
root?: string | undefined;
|
|
@@ -7594,6 +7695,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7594
7695
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7595
7696
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7596
7697
|
} | undefined;
|
|
7698
|
+
public?: boolean | undefined;
|
|
7597
7699
|
tag?: string | undefined;
|
|
7598
7700
|
hidden?: boolean | undefined;
|
|
7599
7701
|
root?: string | undefined;
|
|
@@ -7861,6 +7963,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7861
7963
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7862
7964
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7863
7965
|
} | undefined;
|
|
7966
|
+
public?: boolean | undefined;
|
|
7864
7967
|
tag?: string | undefined;
|
|
7865
7968
|
hidden?: boolean | undefined;
|
|
7866
7969
|
root?: string | undefined;
|
|
@@ -7878,6 +7981,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7878
7981
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7879
7982
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7880
7983
|
} | undefined;
|
|
7984
|
+
public?: boolean | undefined;
|
|
7881
7985
|
tag?: string | undefined;
|
|
7882
7986
|
hidden?: boolean | undefined;
|
|
7883
7987
|
root?: string | undefined;
|
|
@@ -7889,6 +7993,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7889
7993
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7890
7994
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7891
7995
|
} | undefined;
|
|
7996
|
+
public?: boolean | undefined;
|
|
7892
7997
|
tag?: string | undefined;
|
|
7893
7998
|
hidden?: boolean | undefined;
|
|
7894
7999
|
root?: string | undefined;
|
|
@@ -7927,6 +8032,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7927
8032
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7928
8033
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7929
8034
|
} | undefined;
|
|
8035
|
+
public?: boolean | undefined;
|
|
7930
8036
|
tag?: string | undefined;
|
|
7931
8037
|
hidden?: boolean | undefined;
|
|
7932
8038
|
root?: string | undefined;
|
|
@@ -7944,6 +8050,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7944
8050
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7945
8051
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7946
8052
|
} | undefined;
|
|
8053
|
+
public?: boolean | undefined;
|
|
7947
8054
|
tag?: string | undefined;
|
|
7948
8055
|
hidden?: boolean | undefined;
|
|
7949
8056
|
root?: string | undefined;
|
|
@@ -7955,6 +8062,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7955
8062
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7956
8063
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7957
8064
|
} | undefined;
|
|
8065
|
+
public?: boolean | undefined;
|
|
7958
8066
|
tag?: string | undefined;
|
|
7959
8067
|
hidden?: boolean | undefined;
|
|
7960
8068
|
root?: string | undefined;
|
|
@@ -8561,6 +8669,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8561
8669
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8562
8670
|
}>]>>;
|
|
8563
8671
|
group: z.ZodString;
|
|
8672
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
8564
8673
|
tag: z.ZodOptional<z.ZodString>;
|
|
8565
8674
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8566
8675
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -8588,6 +8697,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8588
8697
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8589
8698
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8590
8699
|
} | undefined;
|
|
8700
|
+
public?: boolean | undefined;
|
|
8591
8701
|
tag?: string | undefined;
|
|
8592
8702
|
hidden?: boolean | undefined;
|
|
8593
8703
|
root?: string | undefined;
|
|
@@ -8605,6 +8715,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8605
8715
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8606
8716
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8607
8717
|
} | undefined;
|
|
8718
|
+
public?: boolean | undefined;
|
|
8608
8719
|
tag?: string | undefined;
|
|
8609
8720
|
hidden?: boolean | undefined;
|
|
8610
8721
|
root?: string | undefined;
|
|
@@ -8623,6 +8734,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8623
8734
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8624
8735
|
}>]>>;
|
|
8625
8736
|
group: z.ZodString;
|
|
8737
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
8626
8738
|
tag: z.ZodOptional<z.ZodString>;
|
|
8627
8739
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8628
8740
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -8650,6 +8762,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8650
8762
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8651
8763
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8652
8764
|
} | undefined;
|
|
8765
|
+
public?: boolean | undefined;
|
|
8653
8766
|
tag?: string | undefined;
|
|
8654
8767
|
hidden?: boolean | undefined;
|
|
8655
8768
|
root?: string | undefined;
|
|
@@ -8667,6 +8780,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8667
8780
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8668
8781
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8669
8782
|
} | undefined;
|
|
8783
|
+
public?: boolean | undefined;
|
|
8670
8784
|
tag?: string | undefined;
|
|
8671
8785
|
hidden?: boolean | undefined;
|
|
8672
8786
|
root?: string | undefined;
|
|
@@ -8685,6 +8799,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8685
8799
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8686
8800
|
}>]>>;
|
|
8687
8801
|
group: z.ZodString;
|
|
8802
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
8688
8803
|
tag: z.ZodOptional<z.ZodString>;
|
|
8689
8804
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8690
8805
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -8697,6 +8812,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8697
8812
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8698
8813
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8699
8814
|
} | undefined;
|
|
8815
|
+
public?: boolean | undefined;
|
|
8700
8816
|
tag?: string | undefined;
|
|
8701
8817
|
hidden?: boolean | undefined;
|
|
8702
8818
|
root?: string | undefined;
|
|
@@ -8708,6 +8824,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8708
8824
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8709
8825
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8710
8826
|
} | undefined;
|
|
8827
|
+
public?: boolean | undefined;
|
|
8711
8828
|
tag?: string | undefined;
|
|
8712
8829
|
hidden?: boolean | undefined;
|
|
8713
8830
|
root?: string | undefined;
|
|
@@ -8727,6 +8844,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8727
8844
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8728
8845
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8729
8846
|
} | undefined;
|
|
8847
|
+
public?: boolean | undefined;
|
|
8730
8848
|
tag?: string | undefined;
|
|
8731
8849
|
hidden?: boolean | undefined;
|
|
8732
8850
|
root?: string | undefined;
|
|
@@ -8744,6 +8862,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8744
8862
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8745
8863
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8746
8864
|
} | undefined;
|
|
8865
|
+
public?: boolean | undefined;
|
|
8747
8866
|
tag?: string | undefined;
|
|
8748
8867
|
hidden?: boolean | undefined;
|
|
8749
8868
|
root?: string | undefined;
|
|
@@ -8755,6 +8874,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8755
8874
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8756
8875
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8757
8876
|
} | undefined;
|
|
8877
|
+
public?: boolean | undefined;
|
|
8758
8878
|
tag?: string | undefined;
|
|
8759
8879
|
hidden?: boolean | undefined;
|
|
8760
8880
|
root?: string | undefined;
|
|
@@ -8775,6 +8895,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8775
8895
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8776
8896
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8777
8897
|
} | undefined;
|
|
8898
|
+
public?: boolean | undefined;
|
|
8778
8899
|
tag?: string | undefined;
|
|
8779
8900
|
hidden?: boolean | undefined;
|
|
8780
8901
|
root?: string | undefined;
|
|
@@ -8792,6 +8913,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8792
8913
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8793
8914
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8794
8915
|
} | undefined;
|
|
8916
|
+
public?: boolean | undefined;
|
|
8795
8917
|
tag?: string | undefined;
|
|
8796
8918
|
hidden?: boolean | undefined;
|
|
8797
8919
|
root?: string | undefined;
|
|
@@ -8803,6 +8925,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8803
8925
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8804
8926
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8805
8927
|
} | undefined;
|
|
8928
|
+
public?: boolean | undefined;
|
|
8806
8929
|
tag?: string | undefined;
|
|
8807
8930
|
hidden?: boolean | undefined;
|
|
8808
8931
|
root?: string | undefined;
|
|
@@ -9546,6 +9669,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9546
9669
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9547
9670
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9548
9671
|
} | undefined;
|
|
9672
|
+
public?: boolean | undefined;
|
|
9549
9673
|
tag?: string | undefined;
|
|
9550
9674
|
hidden?: boolean | undefined;
|
|
9551
9675
|
root?: string | undefined;
|
|
@@ -9563,6 +9687,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9563
9687
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9564
9688
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9565
9689
|
} | undefined;
|
|
9690
|
+
public?: boolean | undefined;
|
|
9566
9691
|
tag?: string | undefined;
|
|
9567
9692
|
hidden?: boolean | undefined;
|
|
9568
9693
|
root?: string | undefined;
|
|
@@ -9574,6 +9699,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9574
9699
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9575
9700
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9576
9701
|
} | undefined;
|
|
9702
|
+
public?: boolean | undefined;
|
|
9577
9703
|
tag?: string | undefined;
|
|
9578
9704
|
hidden?: boolean | undefined;
|
|
9579
9705
|
root?: string | undefined;
|
|
@@ -9612,6 +9738,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9612
9738
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9613
9739
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9614
9740
|
} | undefined;
|
|
9741
|
+
public?: boolean | undefined;
|
|
9615
9742
|
tag?: string | undefined;
|
|
9616
9743
|
hidden?: boolean | undefined;
|
|
9617
9744
|
root?: string | undefined;
|
|
@@ -9629,6 +9756,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9629
9756
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9630
9757
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9631
9758
|
} | undefined;
|
|
9759
|
+
public?: boolean | undefined;
|
|
9632
9760
|
tag?: string | undefined;
|
|
9633
9761
|
hidden?: boolean | undefined;
|
|
9634
9762
|
root?: string | undefined;
|
|
@@ -9640,6 +9768,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9640
9768
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9641
9769
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9642
9770
|
} | undefined;
|
|
9771
|
+
public?: boolean | undefined;
|
|
9643
9772
|
tag?: string | undefined;
|
|
9644
9773
|
hidden?: boolean | undefined;
|
|
9645
9774
|
root?: string | undefined;
|
|
@@ -9907,6 +10036,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9907
10036
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9908
10037
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9909
10038
|
} | undefined;
|
|
10039
|
+
public?: boolean | undefined;
|
|
9910
10040
|
tag?: string | undefined;
|
|
9911
10041
|
hidden?: boolean | undefined;
|
|
9912
10042
|
root?: string | undefined;
|
|
@@ -9924,6 +10054,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9924
10054
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9925
10055
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9926
10056
|
} | undefined;
|
|
10057
|
+
public?: boolean | undefined;
|
|
9927
10058
|
tag?: string | undefined;
|
|
9928
10059
|
hidden?: boolean | undefined;
|
|
9929
10060
|
root?: string | undefined;
|
|
@@ -9935,6 +10066,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9935
10066
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9936
10067
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9937
10068
|
} | undefined;
|
|
10069
|
+
public?: boolean | undefined;
|
|
9938
10070
|
tag?: string | undefined;
|
|
9939
10071
|
hidden?: boolean | undefined;
|
|
9940
10072
|
root?: string | undefined;
|
|
@@ -9973,6 +10105,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9973
10105
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9974
10106
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9975
10107
|
} | undefined;
|
|
10108
|
+
public?: boolean | undefined;
|
|
9976
10109
|
tag?: string | undefined;
|
|
9977
10110
|
hidden?: boolean | undefined;
|
|
9978
10111
|
root?: string | undefined;
|
|
@@ -9990,6 +10123,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9990
10123
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9991
10124
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9992
10125
|
} | undefined;
|
|
10126
|
+
public?: boolean | undefined;
|
|
9993
10127
|
tag?: string | undefined;
|
|
9994
10128
|
hidden?: boolean | undefined;
|
|
9995
10129
|
root?: string | undefined;
|
|
@@ -10001,6 +10135,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10001
10135
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10002
10136
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10003
10137
|
} | undefined;
|
|
10138
|
+
public?: boolean | undefined;
|
|
10004
10139
|
tag?: string | undefined;
|
|
10005
10140
|
hidden?: boolean | undefined;
|
|
10006
10141
|
root?: string | undefined;
|
|
@@ -10607,6 +10742,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10607
10742
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10608
10743
|
}>]>>;
|
|
10609
10744
|
group: z.ZodString;
|
|
10745
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
10610
10746
|
tag: z.ZodOptional<z.ZodString>;
|
|
10611
10747
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10612
10748
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -10634,6 +10770,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10634
10770
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10635
10771
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10636
10772
|
} | undefined;
|
|
10773
|
+
public?: boolean | undefined;
|
|
10637
10774
|
tag?: string | undefined;
|
|
10638
10775
|
hidden?: boolean | undefined;
|
|
10639
10776
|
root?: string | undefined;
|
|
@@ -10651,6 +10788,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10651
10788
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10652
10789
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10653
10790
|
} | undefined;
|
|
10791
|
+
public?: boolean | undefined;
|
|
10654
10792
|
tag?: string | undefined;
|
|
10655
10793
|
hidden?: boolean | undefined;
|
|
10656
10794
|
root?: string | undefined;
|
|
@@ -10669,6 +10807,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10669
10807
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10670
10808
|
}>]>>;
|
|
10671
10809
|
group: z.ZodString;
|
|
10810
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
10672
10811
|
tag: z.ZodOptional<z.ZodString>;
|
|
10673
10812
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10674
10813
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -10696,6 +10835,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10696
10835
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10697
10836
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10698
10837
|
} | undefined;
|
|
10838
|
+
public?: boolean | undefined;
|
|
10699
10839
|
tag?: string | undefined;
|
|
10700
10840
|
hidden?: boolean | undefined;
|
|
10701
10841
|
root?: string | undefined;
|
|
@@ -10713,6 +10853,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10713
10853
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10714
10854
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10715
10855
|
} | undefined;
|
|
10856
|
+
public?: boolean | undefined;
|
|
10716
10857
|
tag?: string | undefined;
|
|
10717
10858
|
hidden?: boolean | undefined;
|
|
10718
10859
|
root?: string | undefined;
|
|
@@ -10731,6 +10872,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10731
10872
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10732
10873
|
}>]>>;
|
|
10733
10874
|
group: z.ZodString;
|
|
10875
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
10734
10876
|
tag: z.ZodOptional<z.ZodString>;
|
|
10735
10877
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10736
10878
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -10743,6 +10885,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10743
10885
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10744
10886
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10745
10887
|
} | undefined;
|
|
10888
|
+
public?: boolean | undefined;
|
|
10746
10889
|
tag?: string | undefined;
|
|
10747
10890
|
hidden?: boolean | undefined;
|
|
10748
10891
|
root?: string | undefined;
|
|
@@ -10754,6 +10897,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10754
10897
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10755
10898
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10756
10899
|
} | undefined;
|
|
10900
|
+
public?: boolean | undefined;
|
|
10757
10901
|
tag?: string | undefined;
|
|
10758
10902
|
hidden?: boolean | undefined;
|
|
10759
10903
|
root?: string | undefined;
|
|
@@ -10773,6 +10917,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10773
10917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10774
10918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10775
10919
|
} | undefined;
|
|
10920
|
+
public?: boolean | undefined;
|
|
10776
10921
|
tag?: string | undefined;
|
|
10777
10922
|
hidden?: boolean | undefined;
|
|
10778
10923
|
root?: string | undefined;
|
|
@@ -10790,6 +10935,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10790
10935
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10791
10936
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10792
10937
|
} | undefined;
|
|
10938
|
+
public?: boolean | undefined;
|
|
10793
10939
|
tag?: string | undefined;
|
|
10794
10940
|
hidden?: boolean | undefined;
|
|
10795
10941
|
root?: string | undefined;
|
|
@@ -10801,6 +10947,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10801
10947
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10802
10948
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10803
10949
|
} | undefined;
|
|
10950
|
+
public?: boolean | undefined;
|
|
10804
10951
|
tag?: string | undefined;
|
|
10805
10952
|
hidden?: boolean | undefined;
|
|
10806
10953
|
root?: string | undefined;
|
|
@@ -10821,6 +10968,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10821
10968
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10822
10969
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10823
10970
|
} | undefined;
|
|
10971
|
+
public?: boolean | undefined;
|
|
10824
10972
|
tag?: string | undefined;
|
|
10825
10973
|
hidden?: boolean | undefined;
|
|
10826
10974
|
root?: string | undefined;
|
|
@@ -10838,6 +10986,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10838
10986
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10839
10987
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10840
10988
|
} | undefined;
|
|
10989
|
+
public?: boolean | undefined;
|
|
10841
10990
|
tag?: string | undefined;
|
|
10842
10991
|
hidden?: boolean | undefined;
|
|
10843
10992
|
root?: string | undefined;
|
|
@@ -10849,6 +10998,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10849
10998
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10850
10999
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10851
11000
|
} | undefined;
|
|
11001
|
+
public?: boolean | undefined;
|
|
10852
11002
|
tag?: string | undefined;
|
|
10853
11003
|
hidden?: boolean | undefined;
|
|
10854
11004
|
root?: string | undefined;
|
|
@@ -11592,6 +11742,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11592
11742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11593
11743
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11594
11744
|
} | undefined;
|
|
11745
|
+
public?: boolean | undefined;
|
|
11595
11746
|
tag?: string | undefined;
|
|
11596
11747
|
hidden?: boolean | undefined;
|
|
11597
11748
|
root?: string | undefined;
|
|
@@ -11609,6 +11760,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11609
11760
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11610
11761
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11611
11762
|
} | undefined;
|
|
11763
|
+
public?: boolean | undefined;
|
|
11612
11764
|
tag?: string | undefined;
|
|
11613
11765
|
hidden?: boolean | undefined;
|
|
11614
11766
|
root?: string | undefined;
|
|
@@ -11620,6 +11772,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11620
11772
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11621
11773
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11622
11774
|
} | undefined;
|
|
11775
|
+
public?: boolean | undefined;
|
|
11623
11776
|
tag?: string | undefined;
|
|
11624
11777
|
hidden?: boolean | undefined;
|
|
11625
11778
|
root?: string | undefined;
|
|
@@ -11658,6 +11811,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11658
11811
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11659
11812
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11660
11813
|
} | undefined;
|
|
11814
|
+
public?: boolean | undefined;
|
|
11661
11815
|
tag?: string | undefined;
|
|
11662
11816
|
hidden?: boolean | undefined;
|
|
11663
11817
|
root?: string | undefined;
|
|
@@ -11675,6 +11829,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11675
11829
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11676
11830
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11677
11831
|
} | undefined;
|
|
11832
|
+
public?: boolean | undefined;
|
|
11678
11833
|
tag?: string | undefined;
|
|
11679
11834
|
hidden?: boolean | undefined;
|
|
11680
11835
|
root?: string | undefined;
|
|
@@ -11686,6 +11841,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11686
11841
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11687
11842
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11688
11843
|
} | undefined;
|
|
11844
|
+
public?: boolean | undefined;
|
|
11689
11845
|
tag?: string | undefined;
|
|
11690
11846
|
hidden?: boolean | undefined;
|
|
11691
11847
|
root?: string | undefined;
|
|
@@ -11953,6 +12109,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11953
12109
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11954
12110
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11955
12111
|
} | undefined;
|
|
12112
|
+
public?: boolean | undefined;
|
|
11956
12113
|
tag?: string | undefined;
|
|
11957
12114
|
hidden?: boolean | undefined;
|
|
11958
12115
|
root?: string | undefined;
|
|
@@ -11970,6 +12127,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11970
12127
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11971
12128
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11972
12129
|
} | undefined;
|
|
12130
|
+
public?: boolean | undefined;
|
|
11973
12131
|
tag?: string | undefined;
|
|
11974
12132
|
hidden?: boolean | undefined;
|
|
11975
12133
|
root?: string | undefined;
|
|
@@ -11981,6 +12139,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11981
12139
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11982
12140
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11983
12141
|
} | undefined;
|
|
12142
|
+
public?: boolean | undefined;
|
|
11984
12143
|
tag?: string | undefined;
|
|
11985
12144
|
hidden?: boolean | undefined;
|
|
11986
12145
|
root?: string | undefined;
|
|
@@ -12019,6 +12178,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12019
12178
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12020
12179
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12021
12180
|
} | undefined;
|
|
12181
|
+
public?: boolean | undefined;
|
|
12022
12182
|
tag?: string | undefined;
|
|
12023
12183
|
hidden?: boolean | undefined;
|
|
12024
12184
|
root?: string | undefined;
|
|
@@ -12036,6 +12196,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12036
12196
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12037
12197
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12038
12198
|
} | undefined;
|
|
12199
|
+
public?: boolean | undefined;
|
|
12039
12200
|
tag?: string | undefined;
|
|
12040
12201
|
hidden?: boolean | undefined;
|
|
12041
12202
|
root?: string | undefined;
|
|
@@ -12047,6 +12208,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12047
12208
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12048
12209
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12049
12210
|
} | undefined;
|
|
12211
|
+
public?: boolean | undefined;
|
|
12050
12212
|
tag?: string | undefined;
|
|
12051
12213
|
hidden?: boolean | undefined;
|
|
12052
12214
|
root?: string | undefined;
|
|
@@ -12653,6 +12815,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12653
12815
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12654
12816
|
}>]>>;
|
|
12655
12817
|
group: z.ZodString;
|
|
12818
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
12656
12819
|
tag: z.ZodOptional<z.ZodString>;
|
|
12657
12820
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12658
12821
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -12680,6 +12843,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12680
12843
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12681
12844
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12682
12845
|
} | undefined;
|
|
12846
|
+
public?: boolean | undefined;
|
|
12683
12847
|
tag?: string | undefined;
|
|
12684
12848
|
hidden?: boolean | undefined;
|
|
12685
12849
|
root?: string | undefined;
|
|
@@ -12697,6 +12861,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12697
12861
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12698
12862
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12699
12863
|
} | undefined;
|
|
12864
|
+
public?: boolean | undefined;
|
|
12700
12865
|
tag?: string | undefined;
|
|
12701
12866
|
hidden?: boolean | undefined;
|
|
12702
12867
|
root?: string | undefined;
|
|
@@ -12715,6 +12880,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12715
12880
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12716
12881
|
}>]>>;
|
|
12717
12882
|
group: z.ZodString;
|
|
12883
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
12718
12884
|
tag: z.ZodOptional<z.ZodString>;
|
|
12719
12885
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12720
12886
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -12742,6 +12908,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12742
12908
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12743
12909
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12744
12910
|
} | undefined;
|
|
12911
|
+
public?: boolean | undefined;
|
|
12745
12912
|
tag?: string | undefined;
|
|
12746
12913
|
hidden?: boolean | undefined;
|
|
12747
12914
|
root?: string | undefined;
|
|
@@ -12759,6 +12926,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12759
12926
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12760
12927
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12761
12928
|
} | undefined;
|
|
12929
|
+
public?: boolean | undefined;
|
|
12762
12930
|
tag?: string | undefined;
|
|
12763
12931
|
hidden?: boolean | undefined;
|
|
12764
12932
|
root?: string | undefined;
|
|
@@ -12777,6 +12945,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12777
12945
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12778
12946
|
}>]>>;
|
|
12779
12947
|
group: z.ZodString;
|
|
12948
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
12780
12949
|
tag: z.ZodOptional<z.ZodString>;
|
|
12781
12950
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12782
12951
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -12789,6 +12958,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12789
12958
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12790
12959
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12791
12960
|
} | undefined;
|
|
12961
|
+
public?: boolean | undefined;
|
|
12792
12962
|
tag?: string | undefined;
|
|
12793
12963
|
hidden?: boolean | undefined;
|
|
12794
12964
|
root?: string | undefined;
|
|
@@ -12800,6 +12970,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12800
12970
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12801
12971
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12802
12972
|
} | undefined;
|
|
12973
|
+
public?: boolean | undefined;
|
|
12803
12974
|
tag?: string | undefined;
|
|
12804
12975
|
hidden?: boolean | undefined;
|
|
12805
12976
|
root?: string | undefined;
|
|
@@ -12819,6 +12990,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12819
12990
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12820
12991
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12821
12992
|
} | undefined;
|
|
12993
|
+
public?: boolean | undefined;
|
|
12822
12994
|
tag?: string | undefined;
|
|
12823
12995
|
hidden?: boolean | undefined;
|
|
12824
12996
|
root?: string | undefined;
|
|
@@ -12836,6 +13008,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12836
13008
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12837
13009
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12838
13010
|
} | undefined;
|
|
13011
|
+
public?: boolean | undefined;
|
|
12839
13012
|
tag?: string | undefined;
|
|
12840
13013
|
hidden?: boolean | undefined;
|
|
12841
13014
|
root?: string | undefined;
|
|
@@ -12847,6 +13020,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12847
13020
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12848
13021
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12849
13022
|
} | undefined;
|
|
13023
|
+
public?: boolean | undefined;
|
|
12850
13024
|
tag?: string | undefined;
|
|
12851
13025
|
hidden?: boolean | undefined;
|
|
12852
13026
|
root?: string | undefined;
|
|
@@ -12867,6 +13041,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12867
13041
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12868
13042
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12869
13043
|
} | undefined;
|
|
13044
|
+
public?: boolean | undefined;
|
|
12870
13045
|
tag?: string | undefined;
|
|
12871
13046
|
hidden?: boolean | undefined;
|
|
12872
13047
|
root?: string | undefined;
|
|
@@ -12884,6 +13059,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12884
13059
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12885
13060
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12886
13061
|
} | undefined;
|
|
13062
|
+
public?: boolean | undefined;
|
|
12887
13063
|
tag?: string | undefined;
|
|
12888
13064
|
hidden?: boolean | undefined;
|
|
12889
13065
|
root?: string | undefined;
|
|
@@ -12895,6 +13071,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12895
13071
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12896
13072
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12897
13073
|
} | undefined;
|
|
13074
|
+
public?: boolean | undefined;
|
|
12898
13075
|
tag?: string | undefined;
|
|
12899
13076
|
hidden?: boolean | undefined;
|
|
12900
13077
|
root?: string | undefined;
|
|
@@ -13638,6 +13815,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13638
13815
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13639
13816
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13640
13817
|
} | undefined;
|
|
13818
|
+
public?: boolean | undefined;
|
|
13641
13819
|
tag?: string | undefined;
|
|
13642
13820
|
hidden?: boolean | undefined;
|
|
13643
13821
|
root?: string | undefined;
|
|
@@ -13655,6 +13833,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13655
13833
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13656
13834
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13657
13835
|
} | undefined;
|
|
13836
|
+
public?: boolean | undefined;
|
|
13658
13837
|
tag?: string | undefined;
|
|
13659
13838
|
hidden?: boolean | undefined;
|
|
13660
13839
|
root?: string | undefined;
|
|
@@ -13666,6 +13845,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13666
13845
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13667
13846
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13668
13847
|
} | undefined;
|
|
13848
|
+
public?: boolean | undefined;
|
|
13669
13849
|
tag?: string | undefined;
|
|
13670
13850
|
hidden?: boolean | undefined;
|
|
13671
13851
|
root?: string | undefined;
|
|
@@ -13704,6 +13884,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13704
13884
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13705
13885
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13706
13886
|
} | undefined;
|
|
13887
|
+
public?: boolean | undefined;
|
|
13707
13888
|
tag?: string | undefined;
|
|
13708
13889
|
hidden?: boolean | undefined;
|
|
13709
13890
|
root?: string | undefined;
|
|
@@ -13721,6 +13902,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13721
13902
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13722
13903
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13723
13904
|
} | undefined;
|
|
13905
|
+
public?: boolean | undefined;
|
|
13724
13906
|
tag?: string | undefined;
|
|
13725
13907
|
hidden?: boolean | undefined;
|
|
13726
13908
|
root?: string | undefined;
|
|
@@ -13732,6 +13914,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13732
13914
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13733
13915
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13734
13916
|
} | undefined;
|
|
13917
|
+
public?: boolean | undefined;
|
|
13735
13918
|
tag?: string | undefined;
|
|
13736
13919
|
hidden?: boolean | undefined;
|
|
13737
13920
|
root?: string | undefined;
|
|
@@ -13999,6 +14182,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13999
14182
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14000
14183
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14001
14184
|
} | undefined;
|
|
14185
|
+
public?: boolean | undefined;
|
|
14002
14186
|
tag?: string | undefined;
|
|
14003
14187
|
hidden?: boolean | undefined;
|
|
14004
14188
|
root?: string | undefined;
|
|
@@ -14016,6 +14200,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14016
14200
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14017
14201
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14018
14202
|
} | undefined;
|
|
14203
|
+
public?: boolean | undefined;
|
|
14019
14204
|
tag?: string | undefined;
|
|
14020
14205
|
hidden?: boolean | undefined;
|
|
14021
14206
|
root?: string | undefined;
|
|
@@ -14027,6 +14212,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14027
14212
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14028
14213
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14029
14214
|
} | undefined;
|
|
14215
|
+
public?: boolean | undefined;
|
|
14030
14216
|
tag?: string | undefined;
|
|
14031
14217
|
hidden?: boolean | undefined;
|
|
14032
14218
|
root?: string | undefined;
|
|
@@ -14065,6 +14251,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14065
14251
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14066
14252
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14067
14253
|
} | undefined;
|
|
14254
|
+
public?: boolean | undefined;
|
|
14068
14255
|
tag?: string | undefined;
|
|
14069
14256
|
hidden?: boolean | undefined;
|
|
14070
14257
|
root?: string | undefined;
|
|
@@ -14082,6 +14269,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14082
14269
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14083
14270
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14084
14271
|
} | undefined;
|
|
14272
|
+
public?: boolean | undefined;
|
|
14085
14273
|
tag?: string | undefined;
|
|
14086
14274
|
hidden?: boolean | undefined;
|
|
14087
14275
|
root?: string | undefined;
|
|
@@ -14093,6 +14281,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14093
14281
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14094
14282
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14095
14283
|
} | undefined;
|
|
14284
|
+
public?: boolean | undefined;
|
|
14096
14285
|
tag?: string | undefined;
|
|
14097
14286
|
hidden?: boolean | undefined;
|
|
14098
14287
|
root?: string | undefined;
|