@mintlify/validation 0.1.663 → 0.1.665
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 +3 -3
|
@@ -240,7 +240,7 @@ export declare const palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 | {
|
|
@@ -239,7 +239,7 @@ export declare const standardConfigSchema: {
|
|
|
239
239
|
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
240
240
|
}>>;
|
|
241
241
|
navbar: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
242
|
-
links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<
|
|
242
|
+
links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
243
243
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
244
244
|
style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
245
245
|
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
@@ -254,10 +254,10 @@ export declare const standardConfigSchema: {
|
|
|
254
254
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
255
255
|
}>]>>;
|
|
256
256
|
href: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
257
|
-
}
|
|
257
|
+
} & {
|
|
258
258
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
259
259
|
type: import("zod").ZodLiteral<"github">;
|
|
260
|
-
}
|
|
260
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
261
261
|
type: "github";
|
|
262
262
|
href: string;
|
|
263
263
|
icon?: string | {
|
|
@@ -275,7 +275,7 @@ export declare const standardConfigSchema: {
|
|
|
275
275
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
276
276
|
} | undefined;
|
|
277
277
|
label?: string | undefined;
|
|
278
|
-
}>, import("zod").ZodObject<
|
|
278
|
+
}>, import("zod").ZodObject<{
|
|
279
279
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
280
280
|
style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
281
281
|
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
@@ -290,10 +290,10 @@ export declare const standardConfigSchema: {
|
|
|
290
290
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
291
291
|
}>]>>;
|
|
292
292
|
href: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
293
|
-
}
|
|
293
|
+
} & {
|
|
294
294
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
295
295
|
type: import("zod").ZodLiteral<"discord">;
|
|
296
|
-
}
|
|
296
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
297
297
|
type: "discord";
|
|
298
298
|
href: string;
|
|
299
299
|
icon?: string | {
|
|
@@ -311,7 +311,7 @@ export declare const standardConfigSchema: {
|
|
|
311
311
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
312
312
|
} | undefined;
|
|
313
313
|
label?: string | undefined;
|
|
314
|
-
}>, import("zod").ZodObject<
|
|
314
|
+
}>, import("zod").ZodObject<{
|
|
315
315
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
316
316
|
style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
317
317
|
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
@@ -326,10 +326,10 @@ export declare const standardConfigSchema: {
|
|
|
326
326
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
327
327
|
}>]>>;
|
|
328
328
|
href: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
329
|
-
}
|
|
329
|
+
} & {
|
|
330
330
|
label: import("zod").ZodString;
|
|
331
331
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
332
|
-
}
|
|
332
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
333
333
|
href: string;
|
|
334
334
|
label: string;
|
|
335
335
|
type?: string | undefined;
|
|
@@ -470,12 +470,12 @@ export declare const standardConfigSchema: {
|
|
|
470
470
|
label?: string | undefined;
|
|
471
471
|
})[] | undefined;
|
|
472
472
|
}>>;
|
|
473
|
-
navigation: import("zod").ZodUnion<[import("zod").ZodObject<
|
|
473
|
+
navigation: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
474
474
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
475
475
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
476
|
-
}
|
|
476
|
+
} & {
|
|
477
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">;
|
|
478
|
-
}
|
|
478
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
479
479
|
products: import("../../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
480
480
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
481
481
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -483,12 +483,12 @@ export declare const standardConfigSchema: {
|
|
|
483
483
|
products: import("../../properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
484
484
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
485
485
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
486
|
-
}>, import("zod").ZodObject<
|
|
486
|
+
}>, import("zod").ZodObject<{
|
|
487
487
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
488
488
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
489
|
-
}
|
|
489
|
+
} & {
|
|
490
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">;
|
|
491
|
-
}
|
|
491
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
492
492
|
languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
493
493
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
494
494
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -496,12 +496,12 @@ export declare const standardConfigSchema: {
|
|
|
496
496
|
languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
497
497
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
498
498
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
499
|
-
}>, import("zod").ZodObject<
|
|
499
|
+
}>, import("zod").ZodObject<{
|
|
500
500
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
501
501
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
502
|
-
}
|
|
502
|
+
} & {
|
|
503
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">;
|
|
504
|
-
}
|
|
504
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
505
505
|
versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
506
506
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
507
507
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -509,12 +509,12 @@ export declare const standardConfigSchema: {
|
|
|
509
509
|
versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
510
510
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
511
511
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
512
|
-
}>, import("zod").ZodObject<
|
|
512
|
+
}>, import("zod").ZodObject<{
|
|
513
513
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
514
514
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
515
|
-
}
|
|
515
|
+
} & {
|
|
516
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">;
|
|
517
|
-
}
|
|
517
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
518
518
|
tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
519
519
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
520
520
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -522,12 +522,12 @@ export declare const standardConfigSchema: {
|
|
|
522
522
|
tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
523
523
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
524
524
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
525
|
-
}>, import("zod").ZodObject<
|
|
525
|
+
}>, import("zod").ZodObject<{
|
|
526
526
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
527
527
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
528
|
-
}
|
|
528
|
+
} & {
|
|
529
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">;
|
|
530
|
-
}
|
|
530
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
531
531
|
dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
532
532
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
533
533
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -535,12 +535,12 @@ export declare const standardConfigSchema: {
|
|
|
535
535
|
dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
536
536
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
537
537
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
538
|
-
}>, import("zod").ZodObject<
|
|
538
|
+
}>, import("zod").ZodObject<{
|
|
539
539
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
540
540
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
541
|
-
}
|
|
541
|
+
} & {
|
|
542
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">;
|
|
543
|
-
}
|
|
543
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
544
544
|
anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
545
545
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
546
546
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
@@ -548,10 +548,10 @@ export declare const standardConfigSchema: {
|
|
|
548
548
|
anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
549
549
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
550
550
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
551
|
-
}>, import("zod").ZodObject<
|
|
551
|
+
}>, import("zod").ZodObject<{
|
|
552
552
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
553
553
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
554
|
-
}
|
|
554
|
+
} & {
|
|
555
555
|
groups: import("zod").ZodArray<import("zod").ZodType<{
|
|
556
556
|
group: string;
|
|
557
557
|
icon?: string | {
|
|
@@ -601,7 +601,7 @@ export declare const standardConfigSchema: {
|
|
|
601
601
|
} & {
|
|
602
602
|
pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
603
603
|
}>, "many">;
|
|
604
|
-
}
|
|
604
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
605
605
|
groups: ({
|
|
606
606
|
group: string;
|
|
607
607
|
icon?: string | {
|
|
@@ -657,10 +657,10 @@ export declare const standardConfigSchema: {
|
|
|
657
657
|
})[];
|
|
658
658
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
659
659
|
global?: import("../../properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
660
|
-
}>, import("zod").ZodObject<
|
|
660
|
+
}>, import("zod").ZodObject<{
|
|
661
661
|
directory: import("zod").ZodOptional<import("zod").ZodEnum<["none", "accordion", "card"]>>;
|
|
662
662
|
global: import("zod").ZodOptional<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").GlobalNavigation, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").GlobalNavigation>>;
|
|
663
|
-
}
|
|
663
|
+
} & {
|
|
664
664
|
pages: import("zod").ZodArray<import("zod").ZodType<string | ({
|
|
665
665
|
group: string;
|
|
666
666
|
icon?: string | {
|
|
@@ -710,7 +710,7 @@ export declare const standardConfigSchema: {
|
|
|
710
710
|
} & {
|
|
711
711
|
pages?: import("../../properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
712
712
|
})>, "many">;
|
|
713
|
-
}
|
|
713
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
714
714
|
pages: (string | ({
|
|
715
715
|
group: string;
|
|
716
716
|
icon?: string | {
|
|
@@ -240,7 +240,7 @@ export declare const sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 | {
|