@mintlify/validation 0.1.663 → 0.1.664
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/editor-navigation/conversion/common.d.ts +1 -1
- package/dist/editor-navigation/conversion/common.js +5 -1
- package/dist/editor-navigation/conversion/docsjson-to-tree.js +2 -0
- package/dist/editor-navigation/conversion/tree-to-docsjson.js +1 -1
- package/dist/mint-config/schemas/v2/index.d.ts +330 -330
- package/dist/mint-config/schemas/v2/properties/navbar.d.ts +9 -9
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +24 -24
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +21 -21
- package/dist/mint-config/schemas/v2/properties/navigation/menu.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/products.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +3 -3
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +33 -33
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +33 -33
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -240,7 +240,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
240
240
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
241
241
|
}>>;
|
|
242
242
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
243
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
243
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
244
244
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
245
245
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
246
246
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -255,10 +255,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
255
255
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
256
256
|
}>]>>;
|
|
257
257
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
258
|
-
}
|
|
258
|
+
} & {
|
|
259
259
|
label: z.ZodOptional<z.ZodString>;
|
|
260
260
|
type: z.ZodLiteral<"github">;
|
|
261
|
-
}
|
|
261
|
+
}, "strip", z.ZodTypeAny, {
|
|
262
262
|
type: "github";
|
|
263
263
|
href: string;
|
|
264
264
|
icon?: string | {
|
|
@@ -276,7 +276,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
276
276
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
277
277
|
} | undefined;
|
|
278
278
|
label?: string | undefined;
|
|
279
|
-
}>, z.ZodObject<
|
|
279
|
+
}>, z.ZodObject<{
|
|
280
280
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
281
281
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
282
282
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -291,10 +291,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
291
291
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
292
292
|
}>]>>;
|
|
293
293
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
294
|
-
}
|
|
294
|
+
} & {
|
|
295
295
|
label: z.ZodOptional<z.ZodString>;
|
|
296
296
|
type: z.ZodLiteral<"discord">;
|
|
297
|
-
}
|
|
297
|
+
}, "strip", z.ZodTypeAny, {
|
|
298
298
|
type: "discord";
|
|
299
299
|
href: string;
|
|
300
300
|
icon?: string | {
|
|
@@ -312,7 +312,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
312
312
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
313
313
|
} | undefined;
|
|
314
314
|
label?: string | undefined;
|
|
315
|
-
}>, z.ZodObject<
|
|
315
|
+
}>, z.ZodObject<{
|
|
316
316
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
317
317
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
318
318
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -327,10 +327,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
327
327
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
328
328
|
}>]>>;
|
|
329
329
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
330
|
-
}
|
|
330
|
+
} & {
|
|
331
331
|
label: z.ZodString;
|
|
332
332
|
type: z.ZodOptional<z.ZodString>;
|
|
333
|
-
}
|
|
333
|
+
}, "strip", z.ZodTypeAny, {
|
|
334
334
|
href: string;
|
|
335
335
|
label: string;
|
|
336
336
|
type?: string | undefined;
|
|
@@ -471,12 +471,12 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
471
471
|
label?: string | undefined;
|
|
472
472
|
})[] | undefined;
|
|
473
473
|
}>>;
|
|
474
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
474
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
475
475
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
476
476
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
477
|
-
}
|
|
477
|
+
} & {
|
|
478
478
|
products: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
479
|
-
}
|
|
479
|
+
}, "strip", z.ZodTypeAny, {
|
|
480
480
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
481
481
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
482
482
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -484,12 +484,12 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
484
484
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
485
485
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
486
486
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
487
|
-
}>, z.ZodObject<
|
|
487
|
+
}>, z.ZodObject<{
|
|
488
488
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
489
489
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
490
|
-
}
|
|
490
|
+
} & {
|
|
491
491
|
languages: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
492
|
-
}
|
|
492
|
+
}, "strip", z.ZodTypeAny, {
|
|
493
493
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
494
494
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
495
495
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -497,12 +497,12 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
497
497
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
498
498
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
499
499
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
500
|
-
}>, z.ZodObject<
|
|
500
|
+
}>, z.ZodObject<{
|
|
501
501
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
502
502
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
503
|
-
}
|
|
503
|
+
} & {
|
|
504
504
|
versions: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
505
|
-
}
|
|
505
|
+
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
507
507
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
508
508
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -510,12 +510,12 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
510
510
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
511
511
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
512
512
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
513
|
-
}>, z.ZodObject<
|
|
513
|
+
}>, z.ZodObject<{
|
|
514
514
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
515
515
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
516
|
-
}
|
|
516
|
+
} & {
|
|
517
517
|
tabs: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
518
|
-
}
|
|
518
|
+
}, "strip", z.ZodTypeAny, {
|
|
519
519
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
520
520
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
521
521
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -523,12 +523,12 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
523
523
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
524
524
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
525
525
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
526
|
-
}>, z.ZodObject<
|
|
526
|
+
}>, z.ZodObject<{
|
|
527
527
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
528
528
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
529
|
-
}
|
|
529
|
+
} & {
|
|
530
530
|
dropdowns: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
531
|
-
}
|
|
531
|
+
}, "strip", z.ZodTypeAny, {
|
|
532
532
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
533
533
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
534
534
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -536,12 +536,12 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
536
536
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
537
537
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
538
538
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
539
|
-
}>, z.ZodObject<
|
|
539
|
+
}>, z.ZodObject<{
|
|
540
540
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
541
541
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
542
|
-
}
|
|
542
|
+
} & {
|
|
543
543
|
anchors: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
544
|
-
}
|
|
544
|
+
}, "strip", z.ZodTypeAny, {
|
|
545
545
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
546
546
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
547
547
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -549,10 +549,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
549
549
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
550
550
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
551
551
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
552
|
-
}>, z.ZodObject<
|
|
552
|
+
}>, z.ZodObject<{
|
|
553
553
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
554
554
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
555
|
-
}
|
|
555
|
+
} & {
|
|
556
556
|
groups: z.ZodArray<z.ZodType<{
|
|
557
557
|
group: string;
|
|
558
558
|
icon?: string | {
|
|
@@ -602,7 +602,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
602
602
|
} & {
|
|
603
603
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
604
604
|
}>, "many">;
|
|
605
|
-
}
|
|
605
|
+
}, "strip", z.ZodTypeAny, {
|
|
606
606
|
groups: ({
|
|
607
607
|
group: string;
|
|
608
608
|
icon?: string | {
|
|
@@ -658,10 +658,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
658
658
|
})[];
|
|
659
659
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
660
660
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
661
|
-
}>, z.ZodObject<
|
|
661
|
+
}>, z.ZodObject<{
|
|
662
662
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
663
663
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
664
|
-
}
|
|
664
|
+
} & {
|
|
665
665
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
666
666
|
group: string;
|
|
667
667
|
icon?: string | {
|
|
@@ -711,7 +711,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
711
711
|
} & {
|
|
712
712
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
713
713
|
})>, "many">;
|
|
714
|
-
}
|
|
714
|
+
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
pages: (string | ({
|
|
716
716
|
group: string;
|
|
717
717
|
icon?: string | {
|
|
@@ -240,7 +240,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
240
240
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
241
241
|
}>>;
|
|
242
242
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
243
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
243
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
244
244
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
245
245
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
246
246
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -255,10 +255,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
255
255
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
256
256
|
}>]>>;
|
|
257
257
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
258
|
-
}
|
|
258
|
+
} & {
|
|
259
259
|
label: z.ZodOptional<z.ZodString>;
|
|
260
260
|
type: z.ZodLiteral<"github">;
|
|
261
|
-
}
|
|
261
|
+
}, "strip", z.ZodTypeAny, {
|
|
262
262
|
type: "github";
|
|
263
263
|
href: string;
|
|
264
264
|
icon?: string | {
|
|
@@ -276,7 +276,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
276
276
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
277
277
|
} | undefined;
|
|
278
278
|
label?: string | undefined;
|
|
279
|
-
}>, z.ZodObject<
|
|
279
|
+
}>, z.ZodObject<{
|
|
280
280
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
281
281
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
282
282
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -291,10 +291,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
291
291
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
292
292
|
}>]>>;
|
|
293
293
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
294
|
-
}
|
|
294
|
+
} & {
|
|
295
295
|
label: z.ZodOptional<z.ZodString>;
|
|
296
296
|
type: z.ZodLiteral<"discord">;
|
|
297
|
-
}
|
|
297
|
+
}, "strip", z.ZodTypeAny, {
|
|
298
298
|
type: "discord";
|
|
299
299
|
href: string;
|
|
300
300
|
icon?: string | {
|
|
@@ -312,7 +312,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
312
312
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
313
313
|
} | undefined;
|
|
314
314
|
label?: string | undefined;
|
|
315
|
-
}>, z.ZodObject<
|
|
315
|
+
}>, z.ZodObject<{
|
|
316
316
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
317
317
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
318
318
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -327,10 +327,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
327
327
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
328
328
|
}>]>>;
|
|
329
329
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
330
|
-
}
|
|
330
|
+
} & {
|
|
331
331
|
label: z.ZodString;
|
|
332
332
|
type: z.ZodOptional<z.ZodString>;
|
|
333
|
-
}
|
|
333
|
+
}, "strip", z.ZodTypeAny, {
|
|
334
334
|
href: string;
|
|
335
335
|
label: string;
|
|
336
336
|
type?: string | undefined;
|
|
@@ -471,12 +471,12 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
471
471
|
label?: string | undefined;
|
|
472
472
|
})[] | undefined;
|
|
473
473
|
}>>;
|
|
474
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
474
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
475
475
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
476
476
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
477
|
-
}
|
|
477
|
+
} & {
|
|
478
478
|
products: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
479
|
-
}
|
|
479
|
+
}, "strip", z.ZodTypeAny, {
|
|
480
480
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
481
481
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
482
482
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -484,12 +484,12 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
484
484
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
485
485
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
486
486
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
487
|
-
}>, z.ZodObject<
|
|
487
|
+
}>, z.ZodObject<{
|
|
488
488
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
489
489
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
490
|
-
}
|
|
490
|
+
} & {
|
|
491
491
|
languages: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
492
|
-
}
|
|
492
|
+
}, "strip", z.ZodTypeAny, {
|
|
493
493
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
494
494
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
495
495
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -497,12 +497,12 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
497
497
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
498
498
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
499
499
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
500
|
-
}>, z.ZodObject<
|
|
500
|
+
}>, z.ZodObject<{
|
|
501
501
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
502
502
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
503
|
-
}
|
|
503
|
+
} & {
|
|
504
504
|
versions: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
505
|
-
}
|
|
505
|
+
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
507
507
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
508
508
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -510,12 +510,12 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
510
510
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
511
511
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
512
512
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
513
|
-
}>, z.ZodObject<
|
|
513
|
+
}>, z.ZodObject<{
|
|
514
514
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
515
515
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
516
|
-
}
|
|
516
|
+
} & {
|
|
517
517
|
tabs: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
518
|
-
}
|
|
518
|
+
}, "strip", z.ZodTypeAny, {
|
|
519
519
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
520
520
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
521
521
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -523,12 +523,12 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
523
523
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
524
524
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
525
525
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
526
|
-
}>, z.ZodObject<
|
|
526
|
+
}>, z.ZodObject<{
|
|
527
527
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
528
528
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
529
|
-
}
|
|
529
|
+
} & {
|
|
530
530
|
dropdowns: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
531
|
-
}
|
|
531
|
+
}, "strip", z.ZodTypeAny, {
|
|
532
532
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
533
533
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
534
534
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -536,12 +536,12 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
536
536
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
537
537
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
538
538
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
539
|
-
}>, z.ZodObject<
|
|
539
|
+
}>, z.ZodObject<{
|
|
540
540
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
541
541
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
542
|
-
}
|
|
542
|
+
} & {
|
|
543
543
|
anchors: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
544
|
-
}
|
|
544
|
+
}, "strip", z.ZodTypeAny, {
|
|
545
545
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
546
546
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
547
547
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -549,10 +549,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
549
549
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
550
550
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
551
551
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
552
|
-
}>, z.ZodObject<
|
|
552
|
+
}>, z.ZodObject<{
|
|
553
553
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
554
554
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
555
|
-
}
|
|
555
|
+
} & {
|
|
556
556
|
groups: z.ZodArray<z.ZodType<{
|
|
557
557
|
group: string;
|
|
558
558
|
icon?: string | {
|
|
@@ -602,7 +602,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
602
602
|
} & {
|
|
603
603
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
604
604
|
}>, "many">;
|
|
605
|
-
}
|
|
605
|
+
}, "strip", z.ZodTypeAny, {
|
|
606
606
|
groups: ({
|
|
607
607
|
group: string;
|
|
608
608
|
icon?: string | {
|
|
@@ -658,10 +658,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
658
658
|
})[];
|
|
659
659
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
660
660
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
661
|
-
}>, z.ZodObject<
|
|
661
|
+
}>, z.ZodObject<{
|
|
662
662
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
663
663
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
664
|
-
}
|
|
664
|
+
} & {
|
|
665
665
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
666
666
|
group: string;
|
|
667
667
|
icon?: string | {
|
|
@@ -711,7 +711,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
711
711
|
} & {
|
|
712
712
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
713
713
|
})>, "many">;
|
|
714
|
-
}
|
|
714
|
+
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
pages: (string | ({
|
|
716
716
|
group: string;
|
|
717
717
|
icon?: string | {
|
|
@@ -240,7 +240,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
240
240
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
241
241
|
}>>;
|
|
242
242
|
navbar: z.ZodOptional<z.ZodObject<{
|
|
243
|
-
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<
|
|
243
|
+
links: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
244
244
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
245
245
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
246
246
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -255,10 +255,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
255
255
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
256
256
|
}>]>>;
|
|
257
257
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
258
|
-
}
|
|
258
|
+
} & {
|
|
259
259
|
label: z.ZodOptional<z.ZodString>;
|
|
260
260
|
type: z.ZodLiteral<"github">;
|
|
261
|
-
}
|
|
261
|
+
}, "strip", z.ZodTypeAny, {
|
|
262
262
|
type: "github";
|
|
263
263
|
href: string;
|
|
264
264
|
icon?: string | {
|
|
@@ -276,7 +276,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
276
276
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
277
277
|
} | undefined;
|
|
278
278
|
label?: string | undefined;
|
|
279
|
-
}>, z.ZodObject<
|
|
279
|
+
}>, z.ZodObject<{
|
|
280
280
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
281
281
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
282
282
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -291,10 +291,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
291
291
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
292
292
|
}>]>>;
|
|
293
293
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
294
|
-
}
|
|
294
|
+
} & {
|
|
295
295
|
label: z.ZodOptional<z.ZodString>;
|
|
296
296
|
type: z.ZodLiteral<"discord">;
|
|
297
|
-
}
|
|
297
|
+
}, "strip", z.ZodTypeAny, {
|
|
298
298
|
type: "discord";
|
|
299
299
|
href: string;
|
|
300
300
|
icon?: string | {
|
|
@@ -312,7 +312,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
312
312
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
313
313
|
} | undefined;
|
|
314
314
|
label?: string | undefined;
|
|
315
|
-
}>, z.ZodObject<
|
|
315
|
+
}>, z.ZodObject<{
|
|
316
316
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
317
317
|
style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
318
318
|
name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -327,10 +327,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
327
327
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
328
328
|
}>]>>;
|
|
329
329
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
330
|
-
}
|
|
330
|
+
} & {
|
|
331
331
|
label: z.ZodString;
|
|
332
332
|
type: z.ZodOptional<z.ZodString>;
|
|
333
|
-
}
|
|
333
|
+
}, "strip", z.ZodTypeAny, {
|
|
334
334
|
href: string;
|
|
335
335
|
label: string;
|
|
336
336
|
type?: string | undefined;
|
|
@@ -471,12 +471,12 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
471
471
|
label?: string | undefined;
|
|
472
472
|
})[] | undefined;
|
|
473
473
|
}>>;
|
|
474
|
-
navigation: z.ZodUnion<[z.ZodObject<
|
|
474
|
+
navigation: z.ZodUnion<[z.ZodObject<{
|
|
475
475
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
476
476
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
477
|
-
}
|
|
477
|
+
} & {
|
|
478
478
|
products: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").ProductNavigation<"default">>, "many">;
|
|
479
|
-
}
|
|
479
|
+
}, "strip", z.ZodTypeAny, {
|
|
480
480
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
481
481
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
482
482
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -484,12 +484,12 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
484
484
|
products: import("../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
485
485
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
486
486
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
487
|
-
}>, z.ZodObject<
|
|
487
|
+
}>, z.ZodObject<{
|
|
488
488
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
489
489
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
490
|
-
}
|
|
490
|
+
} & {
|
|
491
491
|
languages: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
|
|
492
|
-
}
|
|
492
|
+
}, "strip", z.ZodTypeAny, {
|
|
493
493
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
494
494
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
495
495
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -497,12 +497,12 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
497
497
|
languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
498
498
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
499
499
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
500
|
-
}>, z.ZodObject<
|
|
500
|
+
}>, z.ZodObject<{
|
|
501
501
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
502
502
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
503
|
-
}
|
|
503
|
+
} & {
|
|
504
504
|
versions: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
|
|
505
|
-
}
|
|
505
|
+
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
507
507
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
508
508
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -510,12 +510,12 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
510
510
|
versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
511
511
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
512
512
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
513
|
-
}>, z.ZodObject<
|
|
513
|
+
}>, z.ZodObject<{
|
|
514
514
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
515
515
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
516
|
-
}
|
|
516
|
+
} & {
|
|
517
517
|
tabs: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
|
|
518
|
-
}
|
|
518
|
+
}, "strip", z.ZodTypeAny, {
|
|
519
519
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
520
520
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
521
521
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -523,12 +523,12 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
523
523
|
tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
524
524
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
525
525
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
526
|
-
}>, z.ZodObject<
|
|
526
|
+
}>, z.ZodObject<{
|
|
527
527
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
528
528
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
529
|
-
}
|
|
529
|
+
} & {
|
|
530
530
|
dropdowns: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
|
|
531
|
-
}
|
|
531
|
+
}, "strip", z.ZodTypeAny, {
|
|
532
532
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
533
533
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
534
534
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -536,12 +536,12 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
536
536
|
dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
537
537
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
538
538
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
539
|
-
}>, z.ZodObject<
|
|
539
|
+
}>, z.ZodObject<{
|
|
540
540
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
541
541
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
542
|
-
}
|
|
542
|
+
} & {
|
|
543
543
|
anchors: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
|
|
544
|
-
}
|
|
544
|
+
}, "strip", z.ZodTypeAny, {
|
|
545
545
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
546
546
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
547
547
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -549,10 +549,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
549
549
|
anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
550
550
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
551
551
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
552
|
-
}>, z.ZodObject<
|
|
552
|
+
}>, z.ZodObject<{
|
|
553
553
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
554
554
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
555
|
-
}
|
|
555
|
+
} & {
|
|
556
556
|
groups: z.ZodArray<z.ZodType<{
|
|
557
557
|
group: string;
|
|
558
558
|
icon?: string | {
|
|
@@ -602,7 +602,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
602
602
|
} & {
|
|
603
603
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
604
604
|
}>, "many">;
|
|
605
|
-
}
|
|
605
|
+
}, "strip", z.ZodTypeAny, {
|
|
606
606
|
groups: ({
|
|
607
607
|
group: string;
|
|
608
608
|
icon?: string | {
|
|
@@ -658,10 +658,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
658
658
|
})[];
|
|
659
659
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
660
660
|
global?: import("../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
661
|
-
}>, z.ZodObject<
|
|
661
|
+
}>, z.ZodObject<{
|
|
662
662
|
directory: z.ZodOptional<z.ZodEnum<["none", "accordion", "card"]>>;
|
|
663
663
|
global: z.ZodOptional<z.ZodType<import("../properties/navigation/divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
664
|
-
}
|
|
664
|
+
} & {
|
|
665
665
|
pages: z.ZodArray<z.ZodType<string | ({
|
|
666
666
|
group: string;
|
|
667
667
|
icon?: string | {
|
|
@@ -711,7 +711,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
711
711
|
} & {
|
|
712
712
|
pages?: import("../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
713
713
|
})>, "many">;
|
|
714
|
-
}
|
|
714
|
+
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
pages: (string | ({
|
|
716
716
|
group: string;
|
|
717
717
|
icon?: string | {
|