@mintlify/validation 0.1.659 → 0.1.661
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 +520 -0
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +2 -7
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +2 -8
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +13 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +10 -19
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +43 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.js +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/languages.js +2 -9
- package/dist/mint-config/schemas/v2/properties/navigation/menu.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/menu.js +2 -7
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +4 -0
- package/dist/mint-config/schemas/v2/properties/navigation/products.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/products.js +2 -9
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +2 -7
- package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/version.js +2 -7
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +32 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +52 -0
- package/dist/mint-config/validateConfig.d.ts +180 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -471,66 +471,85 @@ export declare const standardConfigSchema: {
|
|
|
471
471
|
})[] | undefined;
|
|
472
472
|
}>>;
|
|
473
473
|
navigation: import("zod").ZodUnion<[import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
474
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
474
475
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
475
476
|
}, {
|
|
476
477
|
products: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").ProductNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
477
478
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
478
479
|
products: import("../../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
480
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
479
481
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
480
482
|
}, {
|
|
481
483
|
products: import("../../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
484
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
482
485
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
483
486
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
487
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
484
488
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
485
489
|
}, {
|
|
486
490
|
languages: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
487
491
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
488
492
|
languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
493
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
489
494
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
490
495
|
}, {
|
|
491
496
|
languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
497
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
492
498
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
493
499
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
500
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
494
501
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
495
502
|
}, {
|
|
496
503
|
versions: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
497
504
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
498
505
|
versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
506
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
499
507
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
500
508
|
}, {
|
|
501
509
|
versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
510
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
502
511
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
503
512
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
513
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
504
514
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
505
515
|
}, {
|
|
506
516
|
tabs: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").TabNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
507
517
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
508
518
|
tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
519
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
509
520
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
510
521
|
}, {
|
|
511
522
|
tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
523
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
512
524
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
513
525
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
526
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
514
527
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
515
528
|
}, {
|
|
516
529
|
dropdowns: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
517
530
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
518
531
|
dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
532
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
519
533
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
520
534
|
}, {
|
|
521
535
|
dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
536
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
522
537
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
523
538
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
539
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
524
540
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
525
541
|
}, {
|
|
526
542
|
anchors: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
527
543
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
528
544
|
anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
545
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
529
546
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
530
547
|
}, {
|
|
531
548
|
anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
549
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
532
550
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
533
551
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
552
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
534
553
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
535
554
|
}, {
|
|
536
555
|
groups: import("zod").ZodArray<import("zod").ZodType<{
|
|
@@ -542,6 +561,7 @@ export declare const standardConfigSchema: {
|
|
|
542
561
|
} | undefined;
|
|
543
562
|
expanded?: boolean | undefined;
|
|
544
563
|
public?: boolean | undefined;
|
|
564
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
545
565
|
tag?: string | undefined;
|
|
546
566
|
hidden?: boolean | undefined;
|
|
547
567
|
root?: string | undefined;
|
|
@@ -565,6 +585,7 @@ export declare const standardConfigSchema: {
|
|
|
565
585
|
} | undefined;
|
|
566
586
|
expanded?: boolean | undefined;
|
|
567
587
|
public?: boolean | undefined;
|
|
588
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
568
589
|
tag?: string | undefined;
|
|
569
590
|
hidden?: boolean | undefined;
|
|
570
591
|
root?: string | undefined;
|
|
@@ -590,6 +611,7 @@ export declare const standardConfigSchema: {
|
|
|
590
611
|
} | undefined;
|
|
591
612
|
expanded?: boolean | undefined;
|
|
592
613
|
public?: boolean | undefined;
|
|
614
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
593
615
|
tag?: string | undefined;
|
|
594
616
|
hidden?: boolean | undefined;
|
|
595
617
|
root?: string | undefined;
|
|
@@ -605,6 +627,7 @@ export declare const standardConfigSchema: {
|
|
|
605
627
|
} & {
|
|
606
628
|
pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
607
629
|
})[];
|
|
630
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
608
631
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
609
632
|
}, {
|
|
610
633
|
groups: ({
|
|
@@ -616,6 +639,7 @@ export declare const standardConfigSchema: {
|
|
|
616
639
|
} | undefined;
|
|
617
640
|
expanded?: boolean | undefined;
|
|
618
641
|
public?: boolean | undefined;
|
|
642
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
619
643
|
tag?: string | undefined;
|
|
620
644
|
hidden?: boolean | undefined;
|
|
621
645
|
root?: string | undefined;
|
|
@@ -631,8 +655,10 @@ export declare const standardConfigSchema: {
|
|
|
631
655
|
} & {
|
|
632
656
|
pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
633
657
|
})[];
|
|
658
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
634
659
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
635
660
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
661
|
+
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
636
662
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
637
663
|
}, {
|
|
638
664
|
pages: import("zod").ZodArray<import("zod").ZodType<string | ({
|
|
@@ -644,6 +670,7 @@ export declare const standardConfigSchema: {
|
|
|
644
670
|
} | undefined;
|
|
645
671
|
expanded?: boolean | undefined;
|
|
646
672
|
public?: boolean | undefined;
|
|
673
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
647
674
|
tag?: string | undefined;
|
|
648
675
|
hidden?: boolean | undefined;
|
|
649
676
|
root?: string | undefined;
|
|
@@ -667,6 +694,7 @@ export declare const standardConfigSchema: {
|
|
|
667
694
|
} | undefined;
|
|
668
695
|
expanded?: boolean | undefined;
|
|
669
696
|
public?: boolean | undefined;
|
|
697
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
670
698
|
tag?: string | undefined;
|
|
671
699
|
hidden?: boolean | undefined;
|
|
672
700
|
root?: string | undefined;
|
|
@@ -692,6 +720,7 @@ export declare const standardConfigSchema: {
|
|
|
692
720
|
} | undefined;
|
|
693
721
|
expanded?: boolean | undefined;
|
|
694
722
|
public?: boolean | undefined;
|
|
723
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
695
724
|
tag?: string | undefined;
|
|
696
725
|
hidden?: boolean | undefined;
|
|
697
726
|
root?: string | undefined;
|
|
@@ -707,6 +736,7 @@ export declare const standardConfigSchema: {
|
|
|
707
736
|
} & {
|
|
708
737
|
pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
709
738
|
}))[];
|
|
739
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
710
740
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
711
741
|
}, {
|
|
712
742
|
pages: (string | ({
|
|
@@ -718,6 +748,7 @@ export declare const standardConfigSchema: {
|
|
|
718
748
|
} | undefined;
|
|
719
749
|
expanded?: boolean | undefined;
|
|
720
750
|
public?: boolean | undefined;
|
|
751
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
721
752
|
tag?: string | undefined;
|
|
722
753
|
hidden?: boolean | undefined;
|
|
723
754
|
root?: string | undefined;
|
|
@@ -733,6 +764,7 @@ export declare const standardConfigSchema: {
|
|
|
733
764
|
} & {
|
|
734
765
|
pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
735
766
|
}))[];
|
|
767
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
736
768
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
737
769
|
}>]>;
|
|
738
770
|
footer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -472,66 +472,85 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
472
472
|
})[] | undefined;
|
|
473
473
|
}>>;
|
|
474
474
|
navigation: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
475
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
475
476
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
476
477
|
}, {
|
|
477
478
|
products: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
478
479
|
}>, "strip", z.ZodTypeAny, {
|
|
479
480
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
481
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
480
482
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
481
483
|
}, {
|
|
482
484
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
485
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
483
486
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
484
487
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
488
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
485
489
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
486
490
|
}, {
|
|
487
491
|
languages: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
488
492
|
}>, "strip", z.ZodTypeAny, {
|
|
489
493
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
494
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
490
495
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
491
496
|
}, {
|
|
492
497
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
498
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
493
499
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
494
500
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
501
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
495
502
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
496
503
|
}, {
|
|
497
504
|
versions: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
498
505
|
}>, "strip", z.ZodTypeAny, {
|
|
499
506
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
507
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
500
508
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
501
509
|
}, {
|
|
502
510
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
511
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
503
512
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
504
513
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
514
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
505
515
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
506
516
|
}, {
|
|
507
517
|
tabs: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
508
518
|
}>, "strip", z.ZodTypeAny, {
|
|
509
519
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
520
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
510
521
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
511
522
|
}, {
|
|
512
523
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
524
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
513
525
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
514
526
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
527
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
515
528
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
516
529
|
}, {
|
|
517
530
|
dropdowns: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
518
531
|
}>, "strip", z.ZodTypeAny, {
|
|
519
532
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
533
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
520
534
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
521
535
|
}, {
|
|
522
536
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
537
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
523
538
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
524
539
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
540
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
525
541
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
526
542
|
}, {
|
|
527
543
|
anchors: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
528
544
|
}>, "strip", z.ZodTypeAny, {
|
|
529
545
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
546
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
530
547
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
531
548
|
}, {
|
|
532
549
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
550
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
533
551
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
534
552
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
553
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
535
554
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
536
555
|
}, {
|
|
537
556
|
groups: z.ZodArray<z.ZodType<{
|
|
@@ -543,6 +562,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
543
562
|
} | undefined;
|
|
544
563
|
expanded?: boolean | undefined;
|
|
545
564
|
public?: boolean | undefined;
|
|
565
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
546
566
|
tag?: string | undefined;
|
|
547
567
|
hidden?: boolean | undefined;
|
|
548
568
|
root?: string | undefined;
|
|
@@ -566,6 +586,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
566
586
|
} | undefined;
|
|
567
587
|
expanded?: boolean | undefined;
|
|
568
588
|
public?: boolean | undefined;
|
|
589
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
569
590
|
tag?: string | undefined;
|
|
570
591
|
hidden?: boolean | undefined;
|
|
571
592
|
root?: string | undefined;
|
|
@@ -591,6 +612,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
591
612
|
} | undefined;
|
|
592
613
|
expanded?: boolean | undefined;
|
|
593
614
|
public?: boolean | undefined;
|
|
615
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
594
616
|
tag?: string | undefined;
|
|
595
617
|
hidden?: boolean | undefined;
|
|
596
618
|
root?: string | undefined;
|
|
@@ -606,6 +628,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
606
628
|
} & {
|
|
607
629
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
608
630
|
})[];
|
|
631
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
609
632
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
610
633
|
}, {
|
|
611
634
|
groups: ({
|
|
@@ -617,6 +640,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
617
640
|
} | undefined;
|
|
618
641
|
expanded?: boolean | undefined;
|
|
619
642
|
public?: boolean | undefined;
|
|
643
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
620
644
|
tag?: string | undefined;
|
|
621
645
|
hidden?: boolean | undefined;
|
|
622
646
|
root?: string | undefined;
|
|
@@ -632,8 +656,10 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
632
656
|
} & {
|
|
633
657
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
634
658
|
})[];
|
|
659
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
635
660
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
636
661
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
662
|
+
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
637
663
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
638
664
|
}, {
|
|
639
665
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
@@ -645,6 +671,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
645
671
|
} | undefined;
|
|
646
672
|
expanded?: boolean | undefined;
|
|
647
673
|
public?: boolean | undefined;
|
|
674
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
648
675
|
tag?: string | undefined;
|
|
649
676
|
hidden?: boolean | undefined;
|
|
650
677
|
root?: string | undefined;
|
|
@@ -668,6 +695,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
668
695
|
} | undefined;
|
|
669
696
|
expanded?: boolean | undefined;
|
|
670
697
|
public?: boolean | undefined;
|
|
698
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
671
699
|
tag?: string | undefined;
|
|
672
700
|
hidden?: boolean | undefined;
|
|
673
701
|
root?: string | undefined;
|
|
@@ -693,6 +721,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
693
721
|
} | undefined;
|
|
694
722
|
expanded?: boolean | undefined;
|
|
695
723
|
public?: boolean | undefined;
|
|
724
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
696
725
|
tag?: string | undefined;
|
|
697
726
|
hidden?: boolean | undefined;
|
|
698
727
|
root?: string | undefined;
|
|
@@ -708,6 +737,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
708
737
|
} & {
|
|
709
738
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
710
739
|
}))[];
|
|
740
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
711
741
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
712
742
|
}, {
|
|
713
743
|
pages: (string | ({
|
|
@@ -719,6 +749,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
719
749
|
} | undefined;
|
|
720
750
|
expanded?: boolean | undefined;
|
|
721
751
|
public?: boolean | undefined;
|
|
752
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
722
753
|
tag?: string | undefined;
|
|
723
754
|
hidden?: boolean | undefined;
|
|
724
755
|
root?: string | undefined;
|
|
@@ -734,6 +765,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
734
765
|
} & {
|
|
735
766
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
736
767
|
}))[];
|
|
768
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
737
769
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
738
770
|
}>]>;
|
|
739
771
|
footer: z.ZodOptional<z.ZodObject<{
|
|
@@ -1530,21 +1562,27 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1530
1562
|
};
|
|
1531
1563
|
navigation: {
|
|
1532
1564
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
1565
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1533
1566
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1534
1567
|
} | {
|
|
1535
1568
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1569
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1536
1570
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1537
1571
|
} | {
|
|
1538
1572
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1573
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1539
1574
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1540
1575
|
} | {
|
|
1541
1576
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1577
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1542
1578
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1543
1579
|
} | {
|
|
1544
1580
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1581
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1545
1582
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1546
1583
|
} | {
|
|
1547
1584
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1585
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1548
1586
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1549
1587
|
} | {
|
|
1550
1588
|
groups: ({
|
|
@@ -1556,6 +1594,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1556
1594
|
} | undefined;
|
|
1557
1595
|
expanded?: boolean | undefined;
|
|
1558
1596
|
public?: boolean | undefined;
|
|
1597
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1559
1598
|
tag?: string | undefined;
|
|
1560
1599
|
hidden?: boolean | undefined;
|
|
1561
1600
|
root?: string | undefined;
|
|
@@ -1571,6 +1610,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1571
1610
|
} & {
|
|
1572
1611
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1573
1612
|
})[];
|
|
1613
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1574
1614
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1575
1615
|
} | {
|
|
1576
1616
|
pages: (string | ({
|
|
@@ -1582,6 +1622,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1582
1622
|
} | undefined;
|
|
1583
1623
|
expanded?: boolean | undefined;
|
|
1584
1624
|
public?: boolean | undefined;
|
|
1625
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1585
1626
|
tag?: string | undefined;
|
|
1586
1627
|
hidden?: boolean | undefined;
|
|
1587
1628
|
root?: string | undefined;
|
|
@@ -1597,6 +1638,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1597
1638
|
} & {
|
|
1598
1639
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1599
1640
|
}))[];
|
|
1641
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1600
1642
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1601
1643
|
};
|
|
1602
1644
|
background?: {
|
|
@@ -1882,21 +1924,27 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1882
1924
|
};
|
|
1883
1925
|
navigation: {
|
|
1884
1926
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
1927
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1885
1928
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1886
1929
|
} | {
|
|
1887
1930
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1931
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1888
1932
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1889
1933
|
} | {
|
|
1890
1934
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1935
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1891
1936
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1892
1937
|
} | {
|
|
1893
1938
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1939
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1894
1940
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1895
1941
|
} | {
|
|
1896
1942
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1943
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1897
1944
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1898
1945
|
} | {
|
|
1899
1946
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1947
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1900
1948
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1901
1949
|
} | {
|
|
1902
1950
|
groups: ({
|
|
@@ -1908,6 +1956,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1908
1956
|
} | undefined;
|
|
1909
1957
|
expanded?: boolean | undefined;
|
|
1910
1958
|
public?: boolean | undefined;
|
|
1959
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1911
1960
|
tag?: string | undefined;
|
|
1912
1961
|
hidden?: boolean | undefined;
|
|
1913
1962
|
root?: string | undefined;
|
|
@@ -1923,6 +1972,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1923
1972
|
} & {
|
|
1924
1973
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1925
1974
|
})[];
|
|
1975
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1926
1976
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1927
1977
|
} | {
|
|
1928
1978
|
pages: (string | ({
|
|
@@ -1934,6 +1984,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1934
1984
|
} | undefined;
|
|
1935
1985
|
expanded?: boolean | undefined;
|
|
1936
1986
|
public?: boolean | undefined;
|
|
1987
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1937
1988
|
tag?: string | undefined;
|
|
1938
1989
|
hidden?: boolean | undefined;
|
|
1939
1990
|
root?: string | undefined;
|
|
@@ -1949,6 +2000,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1949
2000
|
} & {
|
|
1950
2001
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
1951
2002
|
}))[];
|
|
2003
|
+
directory?: "none" | "card" | "accordion" | undefined;
|
|
1952
2004
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1953
2005
|
};
|
|
1954
2006
|
background?: {
|