@mintlify/validation 0.1.461 → 0.1.462
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/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 +2 -2
|
@@ -374,6 +374,7 @@ export declare const mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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;
|
|
@@ -374,6 +374,7 @@ export declare const palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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;
|
|
@@ -373,6 +373,7 @@ export declare const standardConfigSchema: {
|
|
|
373
373
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
374
374
|
library?: "fontawesome" | "lucide" | undefined;
|
|
375
375
|
}>]>>;
|
|
376
|
+
expanded: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
376
377
|
group: import("zod").ZodString;
|
|
377
378
|
public: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
378
379
|
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -404,6 +405,7 @@ export declare const standardConfigSchema: {
|
|
|
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
|
+
expanded?: boolean | undefined;
|
|
407
409
|
public?: boolean | undefined;
|
|
408
410
|
tag?: string | undefined;
|
|
409
411
|
hidden?: boolean | undefined;
|
|
@@ -422,6 +424,7 @@ export declare const standardConfigSchema: {
|
|
|
422
424
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
423
425
|
library?: "fontawesome" | "lucide" | undefined;
|
|
424
426
|
} | undefined;
|
|
427
|
+
expanded?: boolean | undefined;
|
|
425
428
|
public?: boolean | undefined;
|
|
426
429
|
tag?: string | undefined;
|
|
427
430
|
hidden?: boolean | undefined;
|
|
@@ -441,6 +444,7 @@ export declare const standardConfigSchema: {
|
|
|
441
444
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
442
445
|
library?: "fontawesome" | "lucide" | undefined;
|
|
443
446
|
}>]>>;
|
|
447
|
+
expanded: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
444
448
|
group: import("zod").ZodString;
|
|
445
449
|
public: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
446
450
|
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -472,6 +476,7 @@ export declare const standardConfigSchema: {
|
|
|
472
476
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
473
477
|
library?: "fontawesome" | "lucide" | undefined;
|
|
474
478
|
} | undefined;
|
|
479
|
+
expanded?: boolean | undefined;
|
|
475
480
|
public?: boolean | undefined;
|
|
476
481
|
tag?: string | undefined;
|
|
477
482
|
hidden?: boolean | undefined;
|
|
@@ -490,6 +495,7 @@ export declare const standardConfigSchema: {
|
|
|
490
495
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
491
496
|
library?: "fontawesome" | "lucide" | undefined;
|
|
492
497
|
} | undefined;
|
|
498
|
+
expanded?: boolean | undefined;
|
|
493
499
|
public?: boolean | undefined;
|
|
494
500
|
tag?: string | undefined;
|
|
495
501
|
hidden?: boolean | undefined;
|
|
@@ -509,6 +515,7 @@ export declare const standardConfigSchema: {
|
|
|
509
515
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
510
516
|
library?: "fontawesome" | "lucide" | undefined;
|
|
511
517
|
}>]>>;
|
|
518
|
+
expanded: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
512
519
|
group: import("zod").ZodString;
|
|
513
520
|
public: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
514
521
|
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -523,6 +530,7 @@ export declare const standardConfigSchema: {
|
|
|
523
530
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
524
531
|
library?: "fontawesome" | "lucide" | undefined;
|
|
525
532
|
} | undefined;
|
|
533
|
+
expanded?: boolean | undefined;
|
|
526
534
|
public?: boolean | undefined;
|
|
527
535
|
tag?: string | undefined;
|
|
528
536
|
hidden?: boolean | undefined;
|
|
@@ -534,6 +542,7 @@ export declare const standardConfigSchema: {
|
|
|
534
542
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
535
543
|
library?: "fontawesome" | "lucide" | undefined;
|
|
536
544
|
} | undefined;
|
|
545
|
+
expanded?: boolean | undefined;
|
|
537
546
|
public?: boolean | undefined;
|
|
538
547
|
tag?: string | undefined;
|
|
539
548
|
hidden?: boolean | undefined;
|
|
@@ -556,6 +565,7 @@ export declare const standardConfigSchema: {
|
|
|
556
565
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
557
566
|
library?: "fontawesome" | "lucide" | undefined;
|
|
558
567
|
} | undefined;
|
|
568
|
+
expanded?: boolean | undefined;
|
|
559
569
|
public?: boolean | undefined;
|
|
560
570
|
tag?: string | undefined;
|
|
561
571
|
hidden?: boolean | undefined;
|
|
@@ -575,6 +585,7 @@ export declare const standardConfigSchema: {
|
|
|
575
585
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
576
586
|
library?: "fontawesome" | "lucide" | undefined;
|
|
577
587
|
} | undefined;
|
|
588
|
+
expanded?: boolean | undefined;
|
|
578
589
|
public?: boolean | undefined;
|
|
579
590
|
tag?: string | undefined;
|
|
580
591
|
hidden?: boolean | undefined;
|
|
@@ -587,6 +598,7 @@ export declare const standardConfigSchema: {
|
|
|
587
598
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
588
599
|
library?: "fontawesome" | "lucide" | undefined;
|
|
589
600
|
} | undefined;
|
|
601
|
+
expanded?: boolean | undefined;
|
|
590
602
|
public?: boolean | undefined;
|
|
591
603
|
tag?: string | undefined;
|
|
592
604
|
hidden?: boolean | undefined;
|
|
@@ -608,6 +620,7 @@ export declare const standardConfigSchema: {
|
|
|
608
620
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
609
621
|
library?: "fontawesome" | "lucide" | undefined;
|
|
610
622
|
} | undefined;
|
|
623
|
+
expanded?: boolean | undefined;
|
|
611
624
|
public?: boolean | undefined;
|
|
612
625
|
tag?: string | undefined;
|
|
613
626
|
hidden?: boolean | undefined;
|
|
@@ -627,6 +640,7 @@ export declare const standardConfigSchema: {
|
|
|
627
640
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
628
641
|
library?: "fontawesome" | "lucide" | undefined;
|
|
629
642
|
} | undefined;
|
|
643
|
+
expanded?: boolean | undefined;
|
|
630
644
|
public?: boolean | undefined;
|
|
631
645
|
tag?: string | undefined;
|
|
632
646
|
hidden?: boolean | undefined;
|
|
@@ -639,6 +653,7 @@ export declare const standardConfigSchema: {
|
|
|
639
653
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
640
654
|
library?: "fontawesome" | "lucide" | undefined;
|
|
641
655
|
} | undefined;
|
|
656
|
+
expanded?: boolean | undefined;
|
|
642
657
|
public?: boolean | undefined;
|
|
643
658
|
tag?: string | undefined;
|
|
644
659
|
hidden?: boolean | undefined;
|