@mintlify/validation 0.1.461 → 0.1.463

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.
@@ -374,6 +374,7 @@ export declare const willowConfigSchema: z.ZodObject<{
374
374
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
375
375
  library?: "fontawesome" | "lucide" | undefined;
376
376
  }>]>>;
377
+ expanded: z.ZodOptional<z.ZodBoolean>;
377
378
  group: z.ZodString;
378
379
  public: z.ZodOptional<z.ZodBoolean>;
379
380
  tag: z.ZodOptional<z.ZodString>;
@@ -405,6 +406,7 @@ export declare const willowConfigSchema: z.ZodObject<{
405
406
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
406
407
  library?: "fontawesome" | "lucide" | undefined;
407
408
  } | undefined;
409
+ expanded?: boolean | undefined;
408
410
  public?: boolean | undefined;
409
411
  tag?: string | undefined;
410
412
  hidden?: boolean | undefined;
@@ -423,6 +425,7 @@ export declare const willowConfigSchema: z.ZodObject<{
423
425
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
424
426
  library?: "fontawesome" | "lucide" | undefined;
425
427
  } | undefined;
428
+ expanded?: boolean | undefined;
426
429
  public?: boolean | undefined;
427
430
  tag?: string | undefined;
428
431
  hidden?: boolean | undefined;
@@ -442,6 +445,7 @@ export declare const willowConfigSchema: z.ZodObject<{
442
445
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
443
446
  library?: "fontawesome" | "lucide" | undefined;
444
447
  }>]>>;
448
+ expanded: z.ZodOptional<z.ZodBoolean>;
445
449
  group: z.ZodString;
446
450
  public: z.ZodOptional<z.ZodBoolean>;
447
451
  tag: z.ZodOptional<z.ZodString>;
@@ -473,6 +477,7 @@ export declare const willowConfigSchema: z.ZodObject<{
473
477
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
474
478
  library?: "fontawesome" | "lucide" | undefined;
475
479
  } | undefined;
480
+ expanded?: boolean | undefined;
476
481
  public?: boolean | undefined;
477
482
  tag?: string | undefined;
478
483
  hidden?: boolean | undefined;
@@ -491,6 +496,7 @@ export declare const willowConfigSchema: z.ZodObject<{
491
496
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
492
497
  library?: "fontawesome" | "lucide" | undefined;
493
498
  } | undefined;
499
+ expanded?: boolean | undefined;
494
500
  public?: boolean | undefined;
495
501
  tag?: string | undefined;
496
502
  hidden?: boolean | undefined;
@@ -510,6 +516,7 @@ export declare const willowConfigSchema: z.ZodObject<{
510
516
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
511
517
  library?: "fontawesome" | "lucide" | undefined;
512
518
  }>]>>;
519
+ expanded: z.ZodOptional<z.ZodBoolean>;
513
520
  group: z.ZodString;
514
521
  public: z.ZodOptional<z.ZodBoolean>;
515
522
  tag: z.ZodOptional<z.ZodString>;
@@ -524,6 +531,7 @@ export declare const willowConfigSchema: z.ZodObject<{
524
531
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
525
532
  library?: "fontawesome" | "lucide" | undefined;
526
533
  } | undefined;
534
+ expanded?: boolean | undefined;
527
535
  public?: boolean | undefined;
528
536
  tag?: string | undefined;
529
537
  hidden?: boolean | undefined;
@@ -535,6 +543,7 @@ export declare const willowConfigSchema: z.ZodObject<{
535
543
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
536
544
  library?: "fontawesome" | "lucide" | undefined;
537
545
  } | undefined;
546
+ expanded?: boolean | undefined;
538
547
  public?: boolean | undefined;
539
548
  tag?: string | undefined;
540
549
  hidden?: boolean | undefined;
@@ -557,6 +566,7 @@ export declare const willowConfigSchema: z.ZodObject<{
557
566
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
558
567
  library?: "fontawesome" | "lucide" | undefined;
559
568
  } | undefined;
569
+ expanded?: boolean | undefined;
560
570
  public?: boolean | undefined;
561
571
  tag?: string | undefined;
562
572
  hidden?: boolean | undefined;
@@ -576,6 +586,7 @@ export declare const willowConfigSchema: z.ZodObject<{
576
586
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
577
587
  library?: "fontawesome" | "lucide" | undefined;
578
588
  } | undefined;
589
+ expanded?: boolean | undefined;
579
590
  public?: boolean | undefined;
580
591
  tag?: string | undefined;
581
592
  hidden?: boolean | undefined;
@@ -588,6 +599,7 @@ export declare const willowConfigSchema: z.ZodObject<{
588
599
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
589
600
  library?: "fontawesome" | "lucide" | undefined;
590
601
  } | undefined;
602
+ expanded?: boolean | undefined;
591
603
  public?: boolean | undefined;
592
604
  tag?: string | undefined;
593
605
  hidden?: boolean | undefined;
@@ -609,6 +621,7 @@ export declare const willowConfigSchema: z.ZodObject<{
609
621
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
610
622
  library?: "fontawesome" | "lucide" | undefined;
611
623
  } | undefined;
624
+ expanded?: boolean | undefined;
612
625
  public?: boolean | undefined;
613
626
  tag?: string | undefined;
614
627
  hidden?: boolean | undefined;
@@ -628,6 +641,7 @@ export declare const willowConfigSchema: z.ZodObject<{
628
641
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
629
642
  library?: "fontawesome" | "lucide" | undefined;
630
643
  } | undefined;
644
+ expanded?: boolean | undefined;
631
645
  public?: boolean | undefined;
632
646
  tag?: string | undefined;
633
647
  hidden?: boolean | undefined;
@@ -640,6 +654,7 @@ export declare const willowConfigSchema: z.ZodObject<{
640
654
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
641
655
  library?: "fontawesome" | "lucide" | undefined;
642
656
  } | undefined;
657
+ expanded?: boolean | undefined;
643
658
  public?: boolean | undefined;
644
659
  tag?: string | undefined;
645
660
  hidden?: boolean | undefined;
@@ -1411,6 +1426,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1411
1426
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1412
1427
  library?: "fontawesome" | "lucide" | undefined;
1413
1428
  } | undefined;
1429
+ expanded?: boolean | undefined;
1414
1430
  public?: boolean | undefined;
1415
1431
  tag?: string | undefined;
1416
1432
  hidden?: boolean | undefined;
@@ -1430,6 +1446,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1430
1446
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1431
1447
  library?: "fontawesome" | "lucide" | undefined;
1432
1448
  } | undefined;
1449
+ expanded?: boolean | undefined;
1433
1450
  public?: boolean | undefined;
1434
1451
  tag?: string | undefined;
1435
1452
  hidden?: boolean | undefined;
@@ -1442,6 +1459,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1442
1459
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1443
1460
  library?: "fontawesome" | "lucide" | undefined;
1444
1461
  } | undefined;
1462
+ expanded?: boolean | undefined;
1445
1463
  public?: boolean | undefined;
1446
1464
  tag?: string | undefined;
1447
1465
  hidden?: boolean | undefined;
@@ -1482,6 +1500,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1482
1500
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1483
1501
  library?: "fontawesome" | "lucide" | undefined;
1484
1502
  } | undefined;
1503
+ expanded?: boolean | undefined;
1485
1504
  public?: boolean | undefined;
1486
1505
  tag?: string | undefined;
1487
1506
  hidden?: boolean | undefined;
@@ -1501,6 +1520,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1501
1520
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1502
1521
  library?: "fontawesome" | "lucide" | undefined;
1503
1522
  } | undefined;
1523
+ expanded?: boolean | undefined;
1504
1524
  public?: boolean | undefined;
1505
1525
  tag?: string | undefined;
1506
1526
  hidden?: boolean | undefined;
@@ -1513,6 +1533,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1513
1533
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1514
1534
  library?: "fontawesome" | "lucide" | undefined;
1515
1535
  } | undefined;
1536
+ expanded?: boolean | undefined;
1516
1537
  public?: boolean | undefined;
1517
1538
  tag?: string | undefined;
1518
1539
  hidden?: boolean | undefined;
@@ -1788,6 +1809,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1788
1809
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1789
1810
  library?: "fontawesome" | "lucide" | undefined;
1790
1811
  } | undefined;
1812
+ expanded?: boolean | undefined;
1791
1813
  public?: boolean | undefined;
1792
1814
  tag?: string | undefined;
1793
1815
  hidden?: boolean | undefined;
@@ -1807,6 +1829,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1807
1829
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1808
1830
  library?: "fontawesome" | "lucide" | undefined;
1809
1831
  } | undefined;
1832
+ expanded?: boolean | undefined;
1810
1833
  public?: boolean | undefined;
1811
1834
  tag?: string | undefined;
1812
1835
  hidden?: boolean | undefined;
@@ -1819,6 +1842,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1819
1842
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1820
1843
  library?: "fontawesome" | "lucide" | undefined;
1821
1844
  } | undefined;
1845
+ expanded?: boolean | undefined;
1822
1846
  public?: boolean | undefined;
1823
1847
  tag?: string | undefined;
1824
1848
  hidden?: boolean | undefined;
@@ -1859,6 +1883,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1859
1883
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1860
1884
  library?: "fontawesome" | "lucide" | undefined;
1861
1885
  } | undefined;
1886
+ expanded?: boolean | undefined;
1862
1887
  public?: boolean | undefined;
1863
1888
  tag?: string | undefined;
1864
1889
  hidden?: boolean | undefined;
@@ -1878,6 +1903,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1878
1903
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1879
1904
  library?: "fontawesome" | "lucide" | undefined;
1880
1905
  } | undefined;
1906
+ expanded?: boolean | undefined;
1881
1907
  public?: boolean | undefined;
1882
1908
  tag?: string | undefined;
1883
1909
  hidden?: boolean | undefined;
@@ -1890,6 +1916,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1890
1916
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1891
1917
  library?: "fontawesome" | "lucide" | undefined;
1892
1918
  } | undefined;
1919
+ expanded?: boolean | undefined;
1893
1920
  public?: boolean | undefined;
1894
1921
  tag?: string | undefined;
1895
1922
  hidden?: boolean | undefined;