@mintlify/validation 0.1.273 → 0.1.274

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.
Files changed (25) hide show
  1. package/dist/mint-config/schemas/v2/index.d.ts +19674 -4894
  2. package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +6 -9
  3. package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +1 -1
  4. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +6 -9
  5. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +1 -1
  6. package/dist/mint-config/schemas/v2/properties/navigation/global.d.ts +53 -78
  7. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +2110 -245
  8. package/dist/mint-config/schemas/v2/properties/navigation/index.js +8 -8
  9. package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +6 -9
  10. package/dist/mint-config/schemas/v2/properties/navigation/languages.js +1 -1
  11. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +6 -9
  12. package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +1 -1
  13. package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +5 -8
  14. package/dist/mint-config/schemas/v2/properties/navigation/version.js +1 -1
  15. package/dist/mint-config/schemas/v2/themes/linden.d.ts +3385 -429
  16. package/dist/mint-config/schemas/v2/themes/maple.d.ts +3385 -429
  17. package/dist/mint-config/schemas/v2/themes/mint.d.ts +3385 -429
  18. package/dist/mint-config/schemas/v2/themes/palm.d.ts +3385 -429
  19. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +2020 -120
  20. package/dist/mint-config/schemas/v2/themes/willow.d.ts +3385 -429
  21. package/dist/mint-config/upgrades/updateNavigationToDocsConfig.js +3 -3
  22. package/dist/mint-config/validateConfig.d.ts +6961 -1681
  23. package/dist/tsconfig.build.tsbuildinfo +1 -1
  24. package/dist/types/serverStaticProps.d.ts +2 -2
  25. package/package.json +2 -2
@@ -223,225 +223,41 @@ export declare const willowConfigSchema: z.ZodObject<{
223
223
  href: string;
224
224
  } | undefined;
225
225
  }>>;
226
- navigation: z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
227
- languages: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
228
- }, "strip", z.ZodTypeAny, {
229
- languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
230
- }, {
231
- languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
232
- }>, z.ZodObject<{
233
- versions: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
234
- }, "strip", z.ZodTypeAny, {
235
- versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
236
- }, {
237
- versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
238
- }>, z.ZodObject<{
239
- tabs: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
240
- }, "strip", z.ZodTypeAny, {
241
- tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
242
- }, {
243
- tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
244
- }>, z.ZodObject<{
245
- dropdowns: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
246
- }, "strip", z.ZodTypeAny, {
247
- dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
248
- }, {
249
- dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
250
- }>, z.ZodObject<{
251
- anchors: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
252
- }, "strip", z.ZodTypeAny, {
253
- anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
254
- }, {
255
- anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
256
- }>, z.ZodObject<{
257
- groups: z.ZodArray<z.ZodUnion<[z.ZodObject<{
258
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
259
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
260
- name: z.ZodEffects<z.ZodString, string, string>;
261
- }, "strip", z.ZodTypeAny, {
262
- name: string;
263
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
264
- }, {
265
- name: string;
266
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
267
- }>]>>;
268
- group: z.ZodString;
269
- hidden: z.ZodOptional<z.ZodBoolean>;
270
- root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
271
- openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
272
- source: z.ZodEffects<z.ZodString, string, string>;
273
- directory: z.ZodOptional<z.ZodString>;
274
- }, "strict", z.ZodTypeAny, {
275
- source: string;
276
- directory?: string | undefined;
277
- }, {
278
- source: string;
279
- directory?: string | undefined;
280
- }>]>;
281
- }, "strip", z.ZodTypeAny, {
282
- openapi: (string | string[] | {
283
- source: string;
284
- directory?: string | undefined;
285
- }) & (string | string[] | {
286
- source: string;
287
- directory?: string | undefined;
288
- } | undefined);
289
- group: string;
290
- icon?: string | {
291
- name: string;
292
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
293
- } | undefined;
294
- hidden?: boolean | undefined;
295
- root?: string | undefined;
296
- }, {
297
- openapi: (string | string[] | {
298
- source: string;
299
- directory?: string | undefined;
300
- }) & (string | string[] | {
301
- source: string;
302
- directory?: string | undefined;
303
- } | undefined);
304
- group: string;
305
- icon?: string | {
306
- name: string;
307
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
308
- } | undefined;
309
- hidden?: boolean | undefined;
310
- root?: string | undefined;
311
- }>, z.ZodObject<{
312
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
313
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
314
- name: z.ZodEffects<z.ZodString, string, string>;
315
- }, "strip", z.ZodTypeAny, {
316
- name: string;
317
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
318
- }, {
319
- name: string;
320
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
321
- }>]>>;
322
- group: z.ZodString;
323
- hidden: z.ZodOptional<z.ZodBoolean>;
324
- root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
325
- pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
326
- }, "strip", z.ZodTypeAny, {
327
- group: string;
328
- pages: any[];
329
- icon?: string | {
330
- name: string;
331
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
332
- } | undefined;
333
- hidden?: boolean | undefined;
334
- root?: string | undefined;
335
- }, {
336
- group: string;
337
- pages: any[];
338
- icon?: string | {
339
- name: string;
340
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
341
- } | undefined;
342
- hidden?: boolean | undefined;
343
- root?: string | undefined;
344
- }>]>, "many">;
345
- }, "strip", z.ZodTypeAny, {
346
- groups: ({
347
- openapi: (string | string[] | {
348
- source: string;
349
- directory?: string | undefined;
350
- }) & (string | string[] | {
351
- source: string;
352
- directory?: string | undefined;
353
- } | undefined);
354
- group: string;
355
- icon?: string | {
356
- name: string;
357
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
358
- } | undefined;
359
- hidden?: boolean | undefined;
360
- root?: string | undefined;
361
- } | {
362
- group: string;
363
- pages: any[];
364
- icon?: string | {
365
- name: string;
366
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
367
- } | undefined;
368
- hidden?: boolean | undefined;
369
- root?: string | undefined;
370
- })[];
371
- }, {
372
- groups: ({
373
- openapi: (string | string[] | {
374
- source: string;
375
- directory?: string | undefined;
376
- }) & (string | string[] | {
377
- source: string;
378
- directory?: string | undefined;
379
- } | undefined);
380
- group: string;
381
- icon?: string | {
382
- name: string;
383
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
384
- } | undefined;
385
- hidden?: boolean | undefined;
386
- root?: string | undefined;
387
- } | {
388
- group: string;
389
- pages: any[];
390
- icon?: string | {
391
- name: string;
392
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
393
- } | undefined;
394
- hidden?: boolean | undefined;
395
- root?: string | undefined;
396
- })[];
397
- }>, z.ZodObject<{
398
- pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
399
- }, "strip", z.ZodTypeAny, {
400
- pages: any[];
401
- }, {
402
- pages: any[];
403
- }>]>, z.ZodObject<{
226
+ navigation: z.ZodUnion<[z.ZodObject<{
404
227
  global: z.ZodOptional<z.ZodObject<{
405
- languages: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
406
- language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
228
+ languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
407
229
  default: z.ZodOptional<z.ZodBoolean>;
408
230
  hidden: z.ZodOptional<z.ZodBoolean>;
231
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
232
+ href: z.ZodString;
409
233
  }, "strip", z.ZodTypeAny, {
234
+ href: string;
410
235
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
411
236
  default?: boolean | undefined;
412
237
  hidden?: boolean | undefined;
413
238
  }, {
239
+ href: string;
414
240
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
415
241
  default?: boolean | undefined;
416
242
  hidden?: boolean | undefined;
417
- }>, z.ZodObject<{
418
- href: z.ZodString;
419
- }, "strip", z.ZodTypeAny, {
420
- href: string;
421
- }, {
422
- href: string;
423
- }>>, "many">>;
424
- versions: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
243
+ }>, "many">>;
244
+ versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
425
245
  version: z.ZodString;
426
246
  default: z.ZodOptional<z.ZodBoolean>;
427
247
  hidden: z.ZodOptional<z.ZodBoolean>;
248
+ href: z.ZodString;
428
249
  }, "strip", z.ZodTypeAny, {
429
250
  version: string;
251
+ href: string;
430
252
  default?: boolean | undefined;
431
253
  hidden?: boolean | undefined;
432
254
  }, {
433
255
  version: string;
256
+ href: string;
434
257
  default?: boolean | undefined;
435
258
  hidden?: boolean | undefined;
436
- }>, z.ZodObject<{
437
- href: z.ZodString;
438
- }, "strip", z.ZodTypeAny, {
439
- href: string;
440
- }, {
441
- href: string;
442
- }>>, "many">>;
443
- tabs: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
444
- tab: z.ZodString;
259
+ }>, "many">>;
260
+ tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
445
261
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
446
262
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
447
263
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -453,7 +269,10 @@ export declare const willowConfigSchema: z.ZodObject<{
453
269
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
454
270
  }>]>>;
455
271
  hidden: z.ZodOptional<z.ZodBoolean>;
272
+ tab: z.ZodString;
273
+ href: z.ZodString;
456
274
  }, "strip", z.ZodTypeAny, {
275
+ href: string;
457
276
  tab: string;
458
277
  icon?: string | {
459
278
  name: string;
@@ -461,21 +280,15 @@ export declare const willowConfigSchema: z.ZodObject<{
461
280
  } | undefined;
462
281
  hidden?: boolean | undefined;
463
282
  }, {
283
+ href: string;
464
284
  tab: string;
465
285
  icon?: string | {
466
286
  name: string;
467
287
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
468
288
  } | undefined;
469
289
  hidden?: boolean | undefined;
470
- }>, z.ZodObject<{
471
- href: z.ZodString;
472
- }, "strip", z.ZodTypeAny, {
473
- href: string;
474
- }, {
475
- href: string;
476
- }>>, "many">>;
477
- dropdowns: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
478
- dropdown: z.ZodString;
290
+ }>, "many">>;
291
+ dropdowns: z.ZodOptional<z.ZodArray<z.ZodObject<{
479
292
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
480
293
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
481
294
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -487,7 +300,10 @@ export declare const willowConfigSchema: z.ZodObject<{
487
300
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
488
301
  }>]>>;
489
302
  hidden: z.ZodOptional<z.ZodBoolean>;
303
+ dropdown: z.ZodString;
304
+ href: z.ZodString;
490
305
  }, "strip", z.ZodTypeAny, {
306
+ href: string;
491
307
  dropdown: string;
492
308
  icon?: string | {
493
309
  name: string;
@@ -495,21 +311,15 @@ export declare const willowConfigSchema: z.ZodObject<{
495
311
  } | undefined;
496
312
  hidden?: boolean | undefined;
497
313
  }, {
314
+ href: string;
498
315
  dropdown: string;
499
316
  icon?: string | {
500
317
  name: string;
501
318
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
502
319
  } | undefined;
503
320
  hidden?: boolean | undefined;
504
- }>, z.ZodObject<{
505
- href: z.ZodString;
506
- }, "strip", z.ZodTypeAny, {
507
- href: string;
508
- }, {
509
- href: string;
510
- }>>, "many">>;
511
- anchors: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
512
- anchor: z.ZodString;
321
+ }>, "many">>;
322
+ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
513
323
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
514
324
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
515
325
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -531,7 +341,10 @@ export declare const willowConfigSchema: z.ZodObject<{
531
341
  dark?: string | undefined;
532
342
  }>>;
533
343
  hidden: z.ZodOptional<z.ZodBoolean>;
344
+ anchor: z.ZodString;
345
+ href: z.ZodString;
534
346
  }, "strip", z.ZodTypeAny, {
347
+ href: string;
535
348
  anchor: string;
536
349
  icon?: string | {
537
350
  name: string;
@@ -543,6 +356,7 @@ export declare const willowConfigSchema: z.ZodObject<{
543
356
  } | undefined;
544
357
  hidden?: boolean | undefined;
545
358
  }, {
359
+ href: string;
546
360
  anchor: string;
547
361
  icon?: string | {
548
362
  name: string;
@@ -553,49 +367,40 @@ export declare const willowConfigSchema: z.ZodObject<{
553
367
  dark?: string | undefined;
554
368
  } | undefined;
555
369
  hidden?: boolean | undefined;
556
- }>, z.ZodObject<{
557
- href: z.ZodString;
558
- }, "strip", z.ZodTypeAny, {
559
- href: string;
560
- }, {
561
- href: string;
562
- }>>, "many">>;
370
+ }>, "many">>;
563
371
  }, "strict", z.ZodTypeAny, {
564
- languages?: ({
372
+ languages?: {
373
+ href: string;
565
374
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
566
375
  default?: boolean | undefined;
567
376
  hidden?: boolean | undefined;
568
- } & {
569
- href: string;
570
- })[] | undefined;
571
- versions?: ({
377
+ }[] | undefined;
378
+ versions?: {
572
379
  version: string;
380
+ href: string;
573
381
  default?: boolean | undefined;
574
382
  hidden?: boolean | undefined;
575
- } & {
383
+ }[] | undefined;
384
+ tabs?: {
576
385
  href: string;
577
- })[] | undefined;
578
- tabs?: ({
579
386
  tab: string;
580
387
  icon?: string | {
581
388
  name: string;
582
389
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
583
390
  } | undefined;
584
391
  hidden?: boolean | undefined;
585
- } & {
392
+ }[] | undefined;
393
+ dropdowns?: {
586
394
  href: string;
587
- })[] | undefined;
588
- dropdowns?: ({
589
395
  dropdown: string;
590
396
  icon?: string | {
591
397
  name: string;
592
398
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
593
399
  } | undefined;
594
400
  hidden?: boolean | undefined;
595
- } & {
401
+ }[] | undefined;
402
+ anchors?: {
596
403
  href: string;
597
- })[] | undefined;
598
- anchors?: ({
599
404
  anchor: string;
600
405
  icon?: string | {
601
406
  name: string;
@@ -606,45 +411,40 @@ export declare const willowConfigSchema: z.ZodObject<{
606
411
  dark?: string | undefined;
607
412
  } | undefined;
608
413
  hidden?: boolean | undefined;
609
- } & {
610
- href: string;
611
- })[] | undefined;
414
+ }[] | undefined;
612
415
  }, {
613
- languages?: ({
416
+ languages?: {
417
+ href: string;
614
418
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
615
419
  default?: boolean | undefined;
616
420
  hidden?: boolean | undefined;
617
- } & {
618
- href: string;
619
- })[] | undefined;
620
- versions?: ({
421
+ }[] | undefined;
422
+ versions?: {
621
423
  version: string;
424
+ href: string;
622
425
  default?: boolean | undefined;
623
426
  hidden?: boolean | undefined;
624
- } & {
427
+ }[] | undefined;
428
+ tabs?: {
625
429
  href: string;
626
- })[] | undefined;
627
- tabs?: ({
628
430
  tab: string;
629
431
  icon?: string | {
630
432
  name: string;
631
433
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
632
434
  } | undefined;
633
435
  hidden?: boolean | undefined;
634
- } & {
436
+ }[] | undefined;
437
+ dropdowns?: {
635
438
  href: string;
636
- })[] | undefined;
637
- dropdowns?: ({
638
439
  dropdown: string;
639
440
  icon?: string | {
640
441
  name: string;
641
442
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
642
443
  } | undefined;
643
444
  hidden?: boolean | undefined;
644
- } & {
445
+ }[] | undefined;
446
+ anchors?: {
645
447
  href: string;
646
- })[] | undefined;
647
- anchors?: ({
648
448
  anchor: string;
649
449
  icon?: string | {
650
450
  name: string;
@@ -655,47 +455,44 @@ export declare const willowConfigSchema: z.ZodObject<{
655
455
  dark?: string | undefined;
656
456
  } | undefined;
657
457
  hidden?: boolean | undefined;
658
- } & {
659
- href: string;
660
- })[] | undefined;
458
+ }[] | undefined;
661
459
  }>>;
460
+ languages: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
662
461
  }, "strip", z.ZodTypeAny, {
462
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
663
463
  global?: {
664
- languages?: ({
464
+ languages?: {
465
+ href: string;
665
466
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
666
467
  default?: boolean | undefined;
667
468
  hidden?: boolean | undefined;
668
- } & {
669
- href: string;
670
- })[] | undefined;
671
- versions?: ({
469
+ }[] | undefined;
470
+ versions?: {
672
471
  version: string;
472
+ href: string;
673
473
  default?: boolean | undefined;
674
474
  hidden?: boolean | undefined;
675
- } & {
475
+ }[] | undefined;
476
+ tabs?: {
676
477
  href: string;
677
- })[] | undefined;
678
- tabs?: ({
679
478
  tab: string;
680
479
  icon?: string | {
681
480
  name: string;
682
481
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
683
482
  } | undefined;
684
483
  hidden?: boolean | undefined;
685
- } & {
484
+ }[] | undefined;
485
+ dropdowns?: {
686
486
  href: string;
687
- })[] | undefined;
688
- dropdowns?: ({
689
487
  dropdown: string;
690
488
  icon?: string | {
691
489
  name: string;
692
490
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
693
491
  } | undefined;
694
492
  hidden?: boolean | undefined;
695
- } & {
493
+ }[] | undefined;
494
+ anchors?: {
696
495
  href: string;
697
- })[] | undefined;
698
- anchors?: ({
699
496
  anchor: string;
700
497
  icon?: string | {
701
498
  name: string;
@@ -706,47 +503,43 @@ export declare const willowConfigSchema: z.ZodObject<{
706
503
  dark?: string | undefined;
707
504
  } | undefined;
708
505
  hidden?: boolean | undefined;
709
- } & {
710
- href: string;
711
- })[] | undefined;
506
+ }[] | undefined;
712
507
  } | undefined;
713
508
  }, {
509
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
714
510
  global?: {
715
- languages?: ({
511
+ languages?: {
512
+ href: string;
716
513
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
717
514
  default?: boolean | undefined;
718
515
  hidden?: boolean | undefined;
719
- } & {
720
- href: string;
721
- })[] | undefined;
722
- versions?: ({
516
+ }[] | undefined;
517
+ versions?: {
723
518
  version: string;
519
+ href: string;
724
520
  default?: boolean | undefined;
725
521
  hidden?: boolean | undefined;
726
- } & {
522
+ }[] | undefined;
523
+ tabs?: {
727
524
  href: string;
728
- })[] | undefined;
729
- tabs?: ({
730
525
  tab: string;
731
526
  icon?: string | {
732
527
  name: string;
733
528
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
734
529
  } | undefined;
735
530
  hidden?: boolean | undefined;
736
- } & {
531
+ }[] | undefined;
532
+ dropdowns?: {
737
533
  href: string;
738
- })[] | undefined;
739
- dropdowns?: ({
740
534
  dropdown: string;
741
535
  icon?: string | {
742
536
  name: string;
743
537
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
744
538
  } | undefined;
745
539
  hidden?: boolean | undefined;
746
- } & {
540
+ }[] | undefined;
541
+ anchors?: {
747
542
  href: string;
748
- })[] | undefined;
749
- anchors?: ({
750
543
  anchor: string;
751
544
  icon?: string | {
752
545
  name: string;
@@ -757,21 +550,2128 @@ export declare const willowConfigSchema: z.ZodObject<{
757
550
  dark?: string | undefined;
758
551
  } | undefined;
759
552
  hidden?: boolean | undefined;
760
- } & {
761
- href: string;
762
- })[] | undefined;
553
+ }[] | undefined;
763
554
  } | undefined;
764
- }>>;
765
- footer: z.ZodOptional<z.ZodObject<{
766
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
767
- links: z.ZodOptional<z.ZodArray<z.ZodObject<{
768
- header: z.ZodOptional<z.ZodString>;
769
- items: z.ZodArray<z.ZodObject<{
770
- label: z.ZodString;
555
+ }>, z.ZodObject<{
556
+ global: z.ZodOptional<z.ZodObject<{
557
+ languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
558
+ default: z.ZodOptional<z.ZodBoolean>;
559
+ hidden: z.ZodOptional<z.ZodBoolean>;
560
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
771
561
  href: z.ZodString;
772
562
  }, "strip", z.ZodTypeAny, {
773
563
  href: string;
774
- label: string;
564
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
565
+ default?: boolean | undefined;
566
+ hidden?: boolean | undefined;
567
+ }, {
568
+ href: string;
569
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
570
+ default?: boolean | undefined;
571
+ hidden?: boolean | undefined;
572
+ }>, "many">>;
573
+ versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
574
+ version: z.ZodString;
575
+ default: z.ZodOptional<z.ZodBoolean>;
576
+ hidden: z.ZodOptional<z.ZodBoolean>;
577
+ href: z.ZodString;
578
+ }, "strip", z.ZodTypeAny, {
579
+ version: string;
580
+ href: string;
581
+ default?: boolean | undefined;
582
+ hidden?: boolean | undefined;
583
+ }, {
584
+ version: string;
585
+ href: string;
586
+ default?: boolean | undefined;
587
+ hidden?: boolean | undefined;
588
+ }>, "many">>;
589
+ tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
590
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
591
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
592
+ name: z.ZodEffects<z.ZodString, string, string>;
593
+ }, "strip", z.ZodTypeAny, {
594
+ name: string;
595
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
596
+ }, {
597
+ name: string;
598
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
599
+ }>]>>;
600
+ hidden: z.ZodOptional<z.ZodBoolean>;
601
+ tab: z.ZodString;
602
+ href: z.ZodString;
603
+ }, "strip", z.ZodTypeAny, {
604
+ href: string;
605
+ tab: string;
606
+ icon?: string | {
607
+ name: string;
608
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
609
+ } | undefined;
610
+ hidden?: boolean | undefined;
611
+ }, {
612
+ href: string;
613
+ tab: string;
614
+ icon?: string | {
615
+ name: string;
616
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
617
+ } | undefined;
618
+ hidden?: boolean | undefined;
619
+ }>, "many">>;
620
+ dropdowns: z.ZodOptional<z.ZodArray<z.ZodObject<{
621
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
622
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
623
+ name: z.ZodEffects<z.ZodString, string, string>;
624
+ }, "strip", z.ZodTypeAny, {
625
+ name: string;
626
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
627
+ }, {
628
+ name: string;
629
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
630
+ }>]>>;
631
+ hidden: z.ZodOptional<z.ZodBoolean>;
632
+ dropdown: z.ZodString;
633
+ href: z.ZodString;
634
+ }, "strip", z.ZodTypeAny, {
635
+ href: string;
636
+ dropdown: string;
637
+ icon?: string | {
638
+ name: string;
639
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
640
+ } | undefined;
641
+ hidden?: boolean | undefined;
642
+ }, {
643
+ href: string;
644
+ dropdown: string;
645
+ icon?: string | {
646
+ name: string;
647
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
648
+ } | undefined;
649
+ hidden?: boolean | undefined;
650
+ }>, "many">>;
651
+ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
652
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
653
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
654
+ name: z.ZodEffects<z.ZodString, string, string>;
655
+ }, "strip", z.ZodTypeAny, {
656
+ name: string;
657
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
658
+ }, {
659
+ name: string;
660
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
661
+ }>]>>;
662
+ color: z.ZodOptional<z.ZodObject<{
663
+ light: z.ZodOptional<z.ZodString>;
664
+ dark: z.ZodOptional<z.ZodString>;
665
+ }, "strict", z.ZodTypeAny, {
666
+ light?: string | undefined;
667
+ dark?: string | undefined;
668
+ }, {
669
+ light?: string | undefined;
670
+ dark?: string | undefined;
671
+ }>>;
672
+ hidden: z.ZodOptional<z.ZodBoolean>;
673
+ anchor: z.ZodString;
674
+ href: z.ZodString;
675
+ }, "strip", z.ZodTypeAny, {
676
+ href: string;
677
+ anchor: string;
678
+ icon?: string | {
679
+ name: string;
680
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
681
+ } | undefined;
682
+ color?: {
683
+ light?: string | undefined;
684
+ dark?: string | undefined;
685
+ } | undefined;
686
+ hidden?: boolean | undefined;
687
+ }, {
688
+ href: string;
689
+ anchor: string;
690
+ icon?: string | {
691
+ name: string;
692
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
693
+ } | undefined;
694
+ color?: {
695
+ light?: string | undefined;
696
+ dark?: string | undefined;
697
+ } | undefined;
698
+ hidden?: boolean | undefined;
699
+ }>, "many">>;
700
+ }, "strict", z.ZodTypeAny, {
701
+ languages?: {
702
+ href: string;
703
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
704
+ default?: boolean | undefined;
705
+ hidden?: boolean | undefined;
706
+ }[] | undefined;
707
+ versions?: {
708
+ version: string;
709
+ href: string;
710
+ default?: boolean | undefined;
711
+ hidden?: boolean | undefined;
712
+ }[] | undefined;
713
+ tabs?: {
714
+ href: string;
715
+ tab: string;
716
+ icon?: string | {
717
+ name: string;
718
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
719
+ } | undefined;
720
+ hidden?: boolean | undefined;
721
+ }[] | undefined;
722
+ dropdowns?: {
723
+ href: string;
724
+ dropdown: string;
725
+ icon?: string | {
726
+ name: string;
727
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
728
+ } | undefined;
729
+ hidden?: boolean | undefined;
730
+ }[] | undefined;
731
+ anchors?: {
732
+ href: string;
733
+ anchor: string;
734
+ icon?: string | {
735
+ name: string;
736
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
737
+ } | undefined;
738
+ color?: {
739
+ light?: string | undefined;
740
+ dark?: string | undefined;
741
+ } | undefined;
742
+ hidden?: boolean | undefined;
743
+ }[] | undefined;
744
+ }, {
745
+ languages?: {
746
+ href: string;
747
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
748
+ default?: boolean | undefined;
749
+ hidden?: boolean | undefined;
750
+ }[] | undefined;
751
+ versions?: {
752
+ version: string;
753
+ href: string;
754
+ default?: boolean | undefined;
755
+ hidden?: boolean | undefined;
756
+ }[] | undefined;
757
+ tabs?: {
758
+ href: string;
759
+ tab: string;
760
+ icon?: string | {
761
+ name: string;
762
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
763
+ } | undefined;
764
+ hidden?: boolean | undefined;
765
+ }[] | undefined;
766
+ dropdowns?: {
767
+ href: string;
768
+ dropdown: string;
769
+ icon?: string | {
770
+ name: string;
771
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
772
+ } | undefined;
773
+ hidden?: boolean | undefined;
774
+ }[] | undefined;
775
+ anchors?: {
776
+ href: string;
777
+ anchor: string;
778
+ icon?: string | {
779
+ name: string;
780
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
781
+ } | undefined;
782
+ color?: {
783
+ light?: string | undefined;
784
+ dark?: string | undefined;
785
+ } | undefined;
786
+ hidden?: boolean | undefined;
787
+ }[] | undefined;
788
+ }>>;
789
+ versions: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
790
+ }, "strip", z.ZodTypeAny, {
791
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
792
+ global?: {
793
+ languages?: {
794
+ href: string;
795
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
796
+ default?: boolean | undefined;
797
+ hidden?: boolean | undefined;
798
+ }[] | undefined;
799
+ versions?: {
800
+ version: string;
801
+ href: string;
802
+ default?: boolean | undefined;
803
+ hidden?: boolean | undefined;
804
+ }[] | undefined;
805
+ tabs?: {
806
+ href: string;
807
+ tab: string;
808
+ icon?: string | {
809
+ name: string;
810
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
811
+ } | undefined;
812
+ hidden?: boolean | undefined;
813
+ }[] | undefined;
814
+ dropdowns?: {
815
+ href: string;
816
+ dropdown: string;
817
+ icon?: string | {
818
+ name: string;
819
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
820
+ } | undefined;
821
+ hidden?: boolean | undefined;
822
+ }[] | undefined;
823
+ anchors?: {
824
+ href: string;
825
+ anchor: string;
826
+ icon?: string | {
827
+ name: string;
828
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
829
+ } | undefined;
830
+ color?: {
831
+ light?: string | undefined;
832
+ dark?: string | undefined;
833
+ } | undefined;
834
+ hidden?: boolean | undefined;
835
+ }[] | undefined;
836
+ } | undefined;
837
+ }, {
838
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
839
+ global?: {
840
+ languages?: {
841
+ href: string;
842
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
843
+ default?: boolean | undefined;
844
+ hidden?: boolean | undefined;
845
+ }[] | undefined;
846
+ versions?: {
847
+ version: string;
848
+ href: string;
849
+ default?: boolean | undefined;
850
+ hidden?: boolean | undefined;
851
+ }[] | undefined;
852
+ tabs?: {
853
+ href: string;
854
+ tab: string;
855
+ icon?: string | {
856
+ name: string;
857
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
858
+ } | undefined;
859
+ hidden?: boolean | undefined;
860
+ }[] | undefined;
861
+ dropdowns?: {
862
+ href: string;
863
+ dropdown: string;
864
+ icon?: string | {
865
+ name: string;
866
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
867
+ } | undefined;
868
+ hidden?: boolean | undefined;
869
+ }[] | undefined;
870
+ anchors?: {
871
+ href: string;
872
+ anchor: string;
873
+ icon?: string | {
874
+ name: string;
875
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
876
+ } | undefined;
877
+ color?: {
878
+ light?: string | undefined;
879
+ dark?: string | undefined;
880
+ } | undefined;
881
+ hidden?: boolean | undefined;
882
+ }[] | undefined;
883
+ } | undefined;
884
+ }>, z.ZodObject<{
885
+ global: z.ZodOptional<z.ZodObject<{
886
+ languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
887
+ default: z.ZodOptional<z.ZodBoolean>;
888
+ hidden: z.ZodOptional<z.ZodBoolean>;
889
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
890
+ href: z.ZodString;
891
+ }, "strip", z.ZodTypeAny, {
892
+ href: string;
893
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
894
+ default?: boolean | undefined;
895
+ hidden?: boolean | undefined;
896
+ }, {
897
+ href: string;
898
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
899
+ default?: boolean | undefined;
900
+ hidden?: boolean | undefined;
901
+ }>, "many">>;
902
+ versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
903
+ version: z.ZodString;
904
+ default: z.ZodOptional<z.ZodBoolean>;
905
+ hidden: z.ZodOptional<z.ZodBoolean>;
906
+ href: z.ZodString;
907
+ }, "strip", z.ZodTypeAny, {
908
+ version: string;
909
+ href: string;
910
+ default?: boolean | undefined;
911
+ hidden?: boolean | undefined;
912
+ }, {
913
+ version: string;
914
+ href: string;
915
+ default?: boolean | undefined;
916
+ hidden?: boolean | undefined;
917
+ }>, "many">>;
918
+ tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
919
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
920
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
921
+ name: z.ZodEffects<z.ZodString, string, string>;
922
+ }, "strip", z.ZodTypeAny, {
923
+ name: string;
924
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
925
+ }, {
926
+ name: string;
927
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
928
+ }>]>>;
929
+ hidden: z.ZodOptional<z.ZodBoolean>;
930
+ tab: z.ZodString;
931
+ href: z.ZodString;
932
+ }, "strip", z.ZodTypeAny, {
933
+ href: string;
934
+ tab: string;
935
+ icon?: string | {
936
+ name: string;
937
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
938
+ } | undefined;
939
+ hidden?: boolean | undefined;
940
+ }, {
941
+ href: string;
942
+ tab: string;
943
+ icon?: string | {
944
+ name: string;
945
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
946
+ } | undefined;
947
+ hidden?: boolean | undefined;
948
+ }>, "many">>;
949
+ dropdowns: z.ZodOptional<z.ZodArray<z.ZodObject<{
950
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
951
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
952
+ name: z.ZodEffects<z.ZodString, string, string>;
953
+ }, "strip", z.ZodTypeAny, {
954
+ name: string;
955
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
956
+ }, {
957
+ name: string;
958
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
959
+ }>]>>;
960
+ hidden: z.ZodOptional<z.ZodBoolean>;
961
+ dropdown: z.ZodString;
962
+ href: z.ZodString;
963
+ }, "strip", z.ZodTypeAny, {
964
+ href: string;
965
+ dropdown: string;
966
+ icon?: string | {
967
+ name: string;
968
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
969
+ } | undefined;
970
+ hidden?: boolean | undefined;
971
+ }, {
972
+ href: string;
973
+ dropdown: string;
974
+ icon?: string | {
975
+ name: string;
976
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
977
+ } | undefined;
978
+ hidden?: boolean | undefined;
979
+ }>, "many">>;
980
+ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
981
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
982
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
983
+ name: z.ZodEffects<z.ZodString, string, string>;
984
+ }, "strip", z.ZodTypeAny, {
985
+ name: string;
986
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
987
+ }, {
988
+ name: string;
989
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
990
+ }>]>>;
991
+ color: z.ZodOptional<z.ZodObject<{
992
+ light: z.ZodOptional<z.ZodString>;
993
+ dark: z.ZodOptional<z.ZodString>;
994
+ }, "strict", z.ZodTypeAny, {
995
+ light?: string | undefined;
996
+ dark?: string | undefined;
997
+ }, {
998
+ light?: string | undefined;
999
+ dark?: string | undefined;
1000
+ }>>;
1001
+ hidden: z.ZodOptional<z.ZodBoolean>;
1002
+ anchor: z.ZodString;
1003
+ href: z.ZodString;
1004
+ }, "strip", z.ZodTypeAny, {
1005
+ href: string;
1006
+ anchor: string;
1007
+ icon?: string | {
1008
+ name: string;
1009
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1010
+ } | undefined;
1011
+ color?: {
1012
+ light?: string | undefined;
1013
+ dark?: string | undefined;
1014
+ } | undefined;
1015
+ hidden?: boolean | undefined;
1016
+ }, {
1017
+ href: string;
1018
+ anchor: string;
1019
+ icon?: string | {
1020
+ name: string;
1021
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1022
+ } | undefined;
1023
+ color?: {
1024
+ light?: string | undefined;
1025
+ dark?: string | undefined;
1026
+ } | undefined;
1027
+ hidden?: boolean | undefined;
1028
+ }>, "many">>;
1029
+ }, "strict", z.ZodTypeAny, {
1030
+ languages?: {
1031
+ href: string;
1032
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1033
+ default?: boolean | undefined;
1034
+ hidden?: boolean | undefined;
1035
+ }[] | undefined;
1036
+ versions?: {
1037
+ version: string;
1038
+ href: string;
1039
+ default?: boolean | undefined;
1040
+ hidden?: boolean | undefined;
1041
+ }[] | undefined;
1042
+ tabs?: {
1043
+ href: string;
1044
+ tab: string;
1045
+ icon?: string | {
1046
+ name: string;
1047
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1048
+ } | undefined;
1049
+ hidden?: boolean | undefined;
1050
+ }[] | undefined;
1051
+ dropdowns?: {
1052
+ href: string;
1053
+ dropdown: string;
1054
+ icon?: string | {
1055
+ name: string;
1056
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1057
+ } | undefined;
1058
+ hidden?: boolean | undefined;
1059
+ }[] | undefined;
1060
+ anchors?: {
1061
+ href: string;
1062
+ anchor: string;
1063
+ icon?: string | {
1064
+ name: string;
1065
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1066
+ } | undefined;
1067
+ color?: {
1068
+ light?: string | undefined;
1069
+ dark?: string | undefined;
1070
+ } | undefined;
1071
+ hidden?: boolean | undefined;
1072
+ }[] | undefined;
1073
+ }, {
1074
+ languages?: {
1075
+ href: string;
1076
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1077
+ default?: boolean | undefined;
1078
+ hidden?: boolean | undefined;
1079
+ }[] | undefined;
1080
+ versions?: {
1081
+ version: string;
1082
+ href: string;
1083
+ default?: boolean | undefined;
1084
+ hidden?: boolean | undefined;
1085
+ }[] | undefined;
1086
+ tabs?: {
1087
+ href: string;
1088
+ tab: string;
1089
+ icon?: string | {
1090
+ name: string;
1091
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1092
+ } | undefined;
1093
+ hidden?: boolean | undefined;
1094
+ }[] | undefined;
1095
+ dropdowns?: {
1096
+ href: string;
1097
+ dropdown: string;
1098
+ icon?: string | {
1099
+ name: string;
1100
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1101
+ } | undefined;
1102
+ hidden?: boolean | undefined;
1103
+ }[] | undefined;
1104
+ anchors?: {
1105
+ href: string;
1106
+ anchor: string;
1107
+ icon?: string | {
1108
+ name: string;
1109
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1110
+ } | undefined;
1111
+ color?: {
1112
+ light?: string | undefined;
1113
+ dark?: string | undefined;
1114
+ } | undefined;
1115
+ hidden?: boolean | undefined;
1116
+ }[] | undefined;
1117
+ }>>;
1118
+ tabs: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
1119
+ }, "strip", z.ZodTypeAny, {
1120
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1121
+ global?: {
1122
+ languages?: {
1123
+ href: string;
1124
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1125
+ default?: boolean | undefined;
1126
+ hidden?: boolean | undefined;
1127
+ }[] | undefined;
1128
+ versions?: {
1129
+ version: string;
1130
+ href: string;
1131
+ default?: boolean | undefined;
1132
+ hidden?: boolean | undefined;
1133
+ }[] | undefined;
1134
+ tabs?: {
1135
+ href: string;
1136
+ tab: string;
1137
+ icon?: string | {
1138
+ name: string;
1139
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1140
+ } | undefined;
1141
+ hidden?: boolean | undefined;
1142
+ }[] | undefined;
1143
+ dropdowns?: {
1144
+ href: string;
1145
+ dropdown: string;
1146
+ icon?: string | {
1147
+ name: string;
1148
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1149
+ } | undefined;
1150
+ hidden?: boolean | undefined;
1151
+ }[] | undefined;
1152
+ anchors?: {
1153
+ href: string;
1154
+ anchor: string;
1155
+ icon?: string | {
1156
+ name: string;
1157
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1158
+ } | undefined;
1159
+ color?: {
1160
+ light?: string | undefined;
1161
+ dark?: string | undefined;
1162
+ } | undefined;
1163
+ hidden?: boolean | undefined;
1164
+ }[] | undefined;
1165
+ } | undefined;
1166
+ }, {
1167
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1168
+ global?: {
1169
+ languages?: {
1170
+ href: string;
1171
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1172
+ default?: boolean | undefined;
1173
+ hidden?: boolean | undefined;
1174
+ }[] | undefined;
1175
+ versions?: {
1176
+ version: string;
1177
+ href: string;
1178
+ default?: boolean | undefined;
1179
+ hidden?: boolean | undefined;
1180
+ }[] | undefined;
1181
+ tabs?: {
1182
+ href: string;
1183
+ tab: string;
1184
+ icon?: string | {
1185
+ name: string;
1186
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1187
+ } | undefined;
1188
+ hidden?: boolean | undefined;
1189
+ }[] | undefined;
1190
+ dropdowns?: {
1191
+ href: string;
1192
+ dropdown: string;
1193
+ icon?: string | {
1194
+ name: string;
1195
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1196
+ } | undefined;
1197
+ hidden?: boolean | undefined;
1198
+ }[] | undefined;
1199
+ anchors?: {
1200
+ href: string;
1201
+ anchor: string;
1202
+ icon?: string | {
1203
+ name: string;
1204
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1205
+ } | undefined;
1206
+ color?: {
1207
+ light?: string | undefined;
1208
+ dark?: string | undefined;
1209
+ } | undefined;
1210
+ hidden?: boolean | undefined;
1211
+ }[] | undefined;
1212
+ } | undefined;
1213
+ }>, z.ZodObject<{
1214
+ global: z.ZodOptional<z.ZodObject<{
1215
+ languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
1216
+ default: z.ZodOptional<z.ZodBoolean>;
1217
+ hidden: z.ZodOptional<z.ZodBoolean>;
1218
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
1219
+ href: z.ZodString;
1220
+ }, "strip", z.ZodTypeAny, {
1221
+ href: string;
1222
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1223
+ default?: boolean | undefined;
1224
+ hidden?: boolean | undefined;
1225
+ }, {
1226
+ href: string;
1227
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1228
+ default?: boolean | undefined;
1229
+ hidden?: boolean | undefined;
1230
+ }>, "many">>;
1231
+ versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1232
+ version: z.ZodString;
1233
+ default: z.ZodOptional<z.ZodBoolean>;
1234
+ hidden: z.ZodOptional<z.ZodBoolean>;
1235
+ href: z.ZodString;
1236
+ }, "strip", z.ZodTypeAny, {
1237
+ version: string;
1238
+ href: string;
1239
+ default?: boolean | undefined;
1240
+ hidden?: boolean | undefined;
1241
+ }, {
1242
+ version: string;
1243
+ href: string;
1244
+ default?: boolean | undefined;
1245
+ hidden?: boolean | undefined;
1246
+ }>, "many">>;
1247
+ tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1248
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1249
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1250
+ name: z.ZodEffects<z.ZodString, string, string>;
1251
+ }, "strip", z.ZodTypeAny, {
1252
+ name: string;
1253
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1254
+ }, {
1255
+ name: string;
1256
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1257
+ }>]>>;
1258
+ hidden: z.ZodOptional<z.ZodBoolean>;
1259
+ tab: z.ZodString;
1260
+ href: z.ZodString;
1261
+ }, "strip", z.ZodTypeAny, {
1262
+ href: string;
1263
+ tab: string;
1264
+ icon?: string | {
1265
+ name: string;
1266
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1267
+ } | undefined;
1268
+ hidden?: boolean | undefined;
1269
+ }, {
1270
+ href: string;
1271
+ tab: string;
1272
+ icon?: string | {
1273
+ name: string;
1274
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1275
+ } | undefined;
1276
+ hidden?: boolean | undefined;
1277
+ }>, "many">>;
1278
+ dropdowns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1279
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1280
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1281
+ name: z.ZodEffects<z.ZodString, string, string>;
1282
+ }, "strip", z.ZodTypeAny, {
1283
+ name: string;
1284
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1285
+ }, {
1286
+ name: string;
1287
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1288
+ }>]>>;
1289
+ hidden: z.ZodOptional<z.ZodBoolean>;
1290
+ dropdown: z.ZodString;
1291
+ href: z.ZodString;
1292
+ }, "strip", z.ZodTypeAny, {
1293
+ href: string;
1294
+ dropdown: string;
1295
+ icon?: string | {
1296
+ name: string;
1297
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1298
+ } | undefined;
1299
+ hidden?: boolean | undefined;
1300
+ }, {
1301
+ href: string;
1302
+ dropdown: string;
1303
+ icon?: string | {
1304
+ name: string;
1305
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1306
+ } | undefined;
1307
+ hidden?: boolean | undefined;
1308
+ }>, "many">>;
1309
+ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
1310
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1311
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1312
+ name: z.ZodEffects<z.ZodString, string, string>;
1313
+ }, "strip", z.ZodTypeAny, {
1314
+ name: string;
1315
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1316
+ }, {
1317
+ name: string;
1318
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1319
+ }>]>>;
1320
+ color: z.ZodOptional<z.ZodObject<{
1321
+ light: z.ZodOptional<z.ZodString>;
1322
+ dark: z.ZodOptional<z.ZodString>;
1323
+ }, "strict", z.ZodTypeAny, {
1324
+ light?: string | undefined;
1325
+ dark?: string | undefined;
1326
+ }, {
1327
+ light?: string | undefined;
1328
+ dark?: string | undefined;
1329
+ }>>;
1330
+ hidden: z.ZodOptional<z.ZodBoolean>;
1331
+ anchor: z.ZodString;
1332
+ href: z.ZodString;
1333
+ }, "strip", z.ZodTypeAny, {
1334
+ href: string;
1335
+ anchor: string;
1336
+ icon?: string | {
1337
+ name: string;
1338
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1339
+ } | undefined;
1340
+ color?: {
1341
+ light?: string | undefined;
1342
+ dark?: string | undefined;
1343
+ } | undefined;
1344
+ hidden?: boolean | undefined;
1345
+ }, {
1346
+ href: string;
1347
+ anchor: string;
1348
+ icon?: string | {
1349
+ name: string;
1350
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1351
+ } | undefined;
1352
+ color?: {
1353
+ light?: string | undefined;
1354
+ dark?: string | undefined;
1355
+ } | undefined;
1356
+ hidden?: boolean | undefined;
1357
+ }>, "many">>;
1358
+ }, "strict", z.ZodTypeAny, {
1359
+ languages?: {
1360
+ href: string;
1361
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1362
+ default?: boolean | undefined;
1363
+ hidden?: boolean | undefined;
1364
+ }[] | undefined;
1365
+ versions?: {
1366
+ version: string;
1367
+ href: string;
1368
+ default?: boolean | undefined;
1369
+ hidden?: boolean | undefined;
1370
+ }[] | undefined;
1371
+ tabs?: {
1372
+ href: string;
1373
+ tab: string;
1374
+ icon?: string | {
1375
+ name: string;
1376
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1377
+ } | undefined;
1378
+ hidden?: boolean | undefined;
1379
+ }[] | undefined;
1380
+ dropdowns?: {
1381
+ href: string;
1382
+ dropdown: string;
1383
+ icon?: string | {
1384
+ name: string;
1385
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1386
+ } | undefined;
1387
+ hidden?: boolean | undefined;
1388
+ }[] | undefined;
1389
+ anchors?: {
1390
+ href: string;
1391
+ anchor: string;
1392
+ icon?: string | {
1393
+ name: string;
1394
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1395
+ } | undefined;
1396
+ color?: {
1397
+ light?: string | undefined;
1398
+ dark?: string | undefined;
1399
+ } | undefined;
1400
+ hidden?: boolean | undefined;
1401
+ }[] | undefined;
1402
+ }, {
1403
+ languages?: {
1404
+ href: string;
1405
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1406
+ default?: boolean | undefined;
1407
+ hidden?: boolean | undefined;
1408
+ }[] | undefined;
1409
+ versions?: {
1410
+ version: string;
1411
+ href: string;
1412
+ default?: boolean | undefined;
1413
+ hidden?: boolean | undefined;
1414
+ }[] | undefined;
1415
+ tabs?: {
1416
+ href: string;
1417
+ tab: string;
1418
+ icon?: string | {
1419
+ name: string;
1420
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1421
+ } | undefined;
1422
+ hidden?: boolean | undefined;
1423
+ }[] | undefined;
1424
+ dropdowns?: {
1425
+ href: string;
1426
+ dropdown: string;
1427
+ icon?: string | {
1428
+ name: string;
1429
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1430
+ } | undefined;
1431
+ hidden?: boolean | undefined;
1432
+ }[] | undefined;
1433
+ anchors?: {
1434
+ href: string;
1435
+ anchor: string;
1436
+ icon?: string | {
1437
+ name: string;
1438
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1439
+ } | undefined;
1440
+ color?: {
1441
+ light?: string | undefined;
1442
+ dark?: string | undefined;
1443
+ } | undefined;
1444
+ hidden?: boolean | undefined;
1445
+ }[] | undefined;
1446
+ }>>;
1447
+ dropdowns: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
1448
+ }, "strip", z.ZodTypeAny, {
1449
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1450
+ global?: {
1451
+ languages?: {
1452
+ href: string;
1453
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1454
+ default?: boolean | undefined;
1455
+ hidden?: boolean | undefined;
1456
+ }[] | undefined;
1457
+ versions?: {
1458
+ version: string;
1459
+ href: string;
1460
+ default?: boolean | undefined;
1461
+ hidden?: boolean | undefined;
1462
+ }[] | undefined;
1463
+ tabs?: {
1464
+ href: string;
1465
+ tab: string;
1466
+ icon?: string | {
1467
+ name: string;
1468
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1469
+ } | undefined;
1470
+ hidden?: boolean | undefined;
1471
+ }[] | undefined;
1472
+ dropdowns?: {
1473
+ href: string;
1474
+ dropdown: string;
1475
+ icon?: string | {
1476
+ name: string;
1477
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1478
+ } | undefined;
1479
+ hidden?: boolean | undefined;
1480
+ }[] | undefined;
1481
+ anchors?: {
1482
+ href: string;
1483
+ anchor: string;
1484
+ icon?: string | {
1485
+ name: string;
1486
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1487
+ } | undefined;
1488
+ color?: {
1489
+ light?: string | undefined;
1490
+ dark?: string | undefined;
1491
+ } | undefined;
1492
+ hidden?: boolean | undefined;
1493
+ }[] | undefined;
1494
+ } | undefined;
1495
+ }, {
1496
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1497
+ global?: {
1498
+ languages?: {
1499
+ href: string;
1500
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1501
+ default?: boolean | undefined;
1502
+ hidden?: boolean | undefined;
1503
+ }[] | undefined;
1504
+ versions?: {
1505
+ version: string;
1506
+ href: string;
1507
+ default?: boolean | undefined;
1508
+ hidden?: boolean | undefined;
1509
+ }[] | undefined;
1510
+ tabs?: {
1511
+ href: string;
1512
+ tab: string;
1513
+ icon?: string | {
1514
+ name: string;
1515
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1516
+ } | undefined;
1517
+ hidden?: boolean | undefined;
1518
+ }[] | undefined;
1519
+ dropdowns?: {
1520
+ href: string;
1521
+ dropdown: string;
1522
+ icon?: string | {
1523
+ name: string;
1524
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1525
+ } | undefined;
1526
+ hidden?: boolean | undefined;
1527
+ }[] | undefined;
1528
+ anchors?: {
1529
+ href: string;
1530
+ anchor: string;
1531
+ icon?: string | {
1532
+ name: string;
1533
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1534
+ } | undefined;
1535
+ color?: {
1536
+ light?: string | undefined;
1537
+ dark?: string | undefined;
1538
+ } | undefined;
1539
+ hidden?: boolean | undefined;
1540
+ }[] | undefined;
1541
+ } | undefined;
1542
+ }>, z.ZodObject<{
1543
+ global: z.ZodOptional<z.ZodObject<{
1544
+ languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
1545
+ default: z.ZodOptional<z.ZodBoolean>;
1546
+ hidden: z.ZodOptional<z.ZodBoolean>;
1547
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
1548
+ href: z.ZodString;
1549
+ }, "strip", z.ZodTypeAny, {
1550
+ href: string;
1551
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1552
+ default?: boolean | undefined;
1553
+ hidden?: boolean | undefined;
1554
+ }, {
1555
+ href: string;
1556
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1557
+ default?: boolean | undefined;
1558
+ hidden?: boolean | undefined;
1559
+ }>, "many">>;
1560
+ versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1561
+ version: z.ZodString;
1562
+ default: z.ZodOptional<z.ZodBoolean>;
1563
+ hidden: z.ZodOptional<z.ZodBoolean>;
1564
+ href: z.ZodString;
1565
+ }, "strip", z.ZodTypeAny, {
1566
+ version: string;
1567
+ href: string;
1568
+ default?: boolean | undefined;
1569
+ hidden?: boolean | undefined;
1570
+ }, {
1571
+ version: string;
1572
+ href: string;
1573
+ default?: boolean | undefined;
1574
+ hidden?: boolean | undefined;
1575
+ }>, "many">>;
1576
+ tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1577
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1578
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1579
+ name: z.ZodEffects<z.ZodString, string, string>;
1580
+ }, "strip", z.ZodTypeAny, {
1581
+ name: string;
1582
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1583
+ }, {
1584
+ name: string;
1585
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1586
+ }>]>>;
1587
+ hidden: z.ZodOptional<z.ZodBoolean>;
1588
+ tab: z.ZodString;
1589
+ href: z.ZodString;
1590
+ }, "strip", z.ZodTypeAny, {
1591
+ href: string;
1592
+ tab: string;
1593
+ icon?: string | {
1594
+ name: string;
1595
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1596
+ } | undefined;
1597
+ hidden?: boolean | undefined;
1598
+ }, {
1599
+ href: string;
1600
+ tab: string;
1601
+ icon?: string | {
1602
+ name: string;
1603
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1604
+ } | undefined;
1605
+ hidden?: boolean | undefined;
1606
+ }>, "many">>;
1607
+ dropdowns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1608
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1609
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1610
+ name: z.ZodEffects<z.ZodString, string, string>;
1611
+ }, "strip", z.ZodTypeAny, {
1612
+ name: string;
1613
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1614
+ }, {
1615
+ name: string;
1616
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1617
+ }>]>>;
1618
+ hidden: z.ZodOptional<z.ZodBoolean>;
1619
+ dropdown: z.ZodString;
1620
+ href: z.ZodString;
1621
+ }, "strip", z.ZodTypeAny, {
1622
+ href: string;
1623
+ dropdown: string;
1624
+ icon?: string | {
1625
+ name: string;
1626
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1627
+ } | undefined;
1628
+ hidden?: boolean | undefined;
1629
+ }, {
1630
+ href: string;
1631
+ dropdown: string;
1632
+ icon?: string | {
1633
+ name: string;
1634
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1635
+ } | undefined;
1636
+ hidden?: boolean | undefined;
1637
+ }>, "many">>;
1638
+ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
1639
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1640
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1641
+ name: z.ZodEffects<z.ZodString, string, string>;
1642
+ }, "strip", z.ZodTypeAny, {
1643
+ name: string;
1644
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1645
+ }, {
1646
+ name: string;
1647
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1648
+ }>]>>;
1649
+ color: z.ZodOptional<z.ZodObject<{
1650
+ light: z.ZodOptional<z.ZodString>;
1651
+ dark: z.ZodOptional<z.ZodString>;
1652
+ }, "strict", z.ZodTypeAny, {
1653
+ light?: string | undefined;
1654
+ dark?: string | undefined;
1655
+ }, {
1656
+ light?: string | undefined;
1657
+ dark?: string | undefined;
1658
+ }>>;
1659
+ hidden: z.ZodOptional<z.ZodBoolean>;
1660
+ anchor: z.ZodString;
1661
+ href: z.ZodString;
1662
+ }, "strip", z.ZodTypeAny, {
1663
+ href: string;
1664
+ anchor: string;
1665
+ icon?: string | {
1666
+ name: string;
1667
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1668
+ } | undefined;
1669
+ color?: {
1670
+ light?: string | undefined;
1671
+ dark?: string | undefined;
1672
+ } | undefined;
1673
+ hidden?: boolean | undefined;
1674
+ }, {
1675
+ href: string;
1676
+ anchor: string;
1677
+ icon?: string | {
1678
+ name: string;
1679
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1680
+ } | undefined;
1681
+ color?: {
1682
+ light?: string | undefined;
1683
+ dark?: string | undefined;
1684
+ } | undefined;
1685
+ hidden?: boolean | undefined;
1686
+ }>, "many">>;
1687
+ }, "strict", z.ZodTypeAny, {
1688
+ languages?: {
1689
+ href: string;
1690
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1691
+ default?: boolean | undefined;
1692
+ hidden?: boolean | undefined;
1693
+ }[] | undefined;
1694
+ versions?: {
1695
+ version: string;
1696
+ href: string;
1697
+ default?: boolean | undefined;
1698
+ hidden?: boolean | undefined;
1699
+ }[] | undefined;
1700
+ tabs?: {
1701
+ href: string;
1702
+ tab: string;
1703
+ icon?: string | {
1704
+ name: string;
1705
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1706
+ } | undefined;
1707
+ hidden?: boolean | undefined;
1708
+ }[] | undefined;
1709
+ dropdowns?: {
1710
+ href: string;
1711
+ dropdown: string;
1712
+ icon?: string | {
1713
+ name: string;
1714
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1715
+ } | undefined;
1716
+ hidden?: boolean | undefined;
1717
+ }[] | undefined;
1718
+ anchors?: {
1719
+ href: string;
1720
+ anchor: string;
1721
+ icon?: string | {
1722
+ name: string;
1723
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1724
+ } | undefined;
1725
+ color?: {
1726
+ light?: string | undefined;
1727
+ dark?: string | undefined;
1728
+ } | undefined;
1729
+ hidden?: boolean | undefined;
1730
+ }[] | undefined;
1731
+ }, {
1732
+ languages?: {
1733
+ href: string;
1734
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1735
+ default?: boolean | undefined;
1736
+ hidden?: boolean | undefined;
1737
+ }[] | undefined;
1738
+ versions?: {
1739
+ version: string;
1740
+ href: string;
1741
+ default?: boolean | undefined;
1742
+ hidden?: boolean | undefined;
1743
+ }[] | undefined;
1744
+ tabs?: {
1745
+ href: string;
1746
+ tab: string;
1747
+ icon?: string | {
1748
+ name: string;
1749
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1750
+ } | undefined;
1751
+ hidden?: boolean | undefined;
1752
+ }[] | undefined;
1753
+ dropdowns?: {
1754
+ href: string;
1755
+ dropdown: string;
1756
+ icon?: string | {
1757
+ name: string;
1758
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1759
+ } | undefined;
1760
+ hidden?: boolean | undefined;
1761
+ }[] | undefined;
1762
+ anchors?: {
1763
+ href: string;
1764
+ anchor: string;
1765
+ icon?: string | {
1766
+ name: string;
1767
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1768
+ } | undefined;
1769
+ color?: {
1770
+ light?: string | undefined;
1771
+ dark?: string | undefined;
1772
+ } | undefined;
1773
+ hidden?: boolean | undefined;
1774
+ }[] | undefined;
1775
+ }>>;
1776
+ anchors: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
1777
+ }, "strip", z.ZodTypeAny, {
1778
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1779
+ global?: {
1780
+ languages?: {
1781
+ href: string;
1782
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1783
+ default?: boolean | undefined;
1784
+ hidden?: boolean | undefined;
1785
+ }[] | undefined;
1786
+ versions?: {
1787
+ version: string;
1788
+ href: string;
1789
+ default?: boolean | undefined;
1790
+ hidden?: boolean | undefined;
1791
+ }[] | undefined;
1792
+ tabs?: {
1793
+ href: string;
1794
+ tab: string;
1795
+ icon?: string | {
1796
+ name: string;
1797
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1798
+ } | undefined;
1799
+ hidden?: boolean | undefined;
1800
+ }[] | undefined;
1801
+ dropdowns?: {
1802
+ href: string;
1803
+ dropdown: string;
1804
+ icon?: string | {
1805
+ name: string;
1806
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1807
+ } | undefined;
1808
+ hidden?: boolean | undefined;
1809
+ }[] | undefined;
1810
+ anchors?: {
1811
+ href: string;
1812
+ anchor: string;
1813
+ icon?: string | {
1814
+ name: string;
1815
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1816
+ } | undefined;
1817
+ color?: {
1818
+ light?: string | undefined;
1819
+ dark?: string | undefined;
1820
+ } | undefined;
1821
+ hidden?: boolean | undefined;
1822
+ }[] | undefined;
1823
+ } | undefined;
1824
+ }, {
1825
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1826
+ global?: {
1827
+ languages?: {
1828
+ href: string;
1829
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1830
+ default?: boolean | undefined;
1831
+ hidden?: boolean | undefined;
1832
+ }[] | undefined;
1833
+ versions?: {
1834
+ version: string;
1835
+ href: string;
1836
+ default?: boolean | undefined;
1837
+ hidden?: boolean | undefined;
1838
+ }[] | undefined;
1839
+ tabs?: {
1840
+ href: string;
1841
+ tab: string;
1842
+ icon?: string | {
1843
+ name: string;
1844
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1845
+ } | undefined;
1846
+ hidden?: boolean | undefined;
1847
+ }[] | undefined;
1848
+ dropdowns?: {
1849
+ href: string;
1850
+ dropdown: string;
1851
+ icon?: string | {
1852
+ name: string;
1853
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1854
+ } | undefined;
1855
+ hidden?: boolean | undefined;
1856
+ }[] | undefined;
1857
+ anchors?: {
1858
+ href: string;
1859
+ anchor: string;
1860
+ icon?: string | {
1861
+ name: string;
1862
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1863
+ } | undefined;
1864
+ color?: {
1865
+ light?: string | undefined;
1866
+ dark?: string | undefined;
1867
+ } | undefined;
1868
+ hidden?: boolean | undefined;
1869
+ }[] | undefined;
1870
+ } | undefined;
1871
+ }>, z.ZodObject<{
1872
+ global: z.ZodOptional<z.ZodObject<{
1873
+ languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
1874
+ default: z.ZodOptional<z.ZodBoolean>;
1875
+ hidden: z.ZodOptional<z.ZodBoolean>;
1876
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
1877
+ href: z.ZodString;
1878
+ }, "strip", z.ZodTypeAny, {
1879
+ href: string;
1880
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1881
+ default?: boolean | undefined;
1882
+ hidden?: boolean | undefined;
1883
+ }, {
1884
+ href: string;
1885
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1886
+ default?: boolean | undefined;
1887
+ hidden?: boolean | undefined;
1888
+ }>, "many">>;
1889
+ versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1890
+ version: z.ZodString;
1891
+ default: z.ZodOptional<z.ZodBoolean>;
1892
+ hidden: z.ZodOptional<z.ZodBoolean>;
1893
+ href: z.ZodString;
1894
+ }, "strip", z.ZodTypeAny, {
1895
+ version: string;
1896
+ href: string;
1897
+ default?: boolean | undefined;
1898
+ hidden?: boolean | undefined;
1899
+ }, {
1900
+ version: string;
1901
+ href: string;
1902
+ default?: boolean | undefined;
1903
+ hidden?: boolean | undefined;
1904
+ }>, "many">>;
1905
+ tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1906
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1907
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1908
+ name: z.ZodEffects<z.ZodString, string, string>;
1909
+ }, "strip", z.ZodTypeAny, {
1910
+ name: string;
1911
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1912
+ }, {
1913
+ name: string;
1914
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1915
+ }>]>>;
1916
+ hidden: z.ZodOptional<z.ZodBoolean>;
1917
+ tab: z.ZodString;
1918
+ href: z.ZodString;
1919
+ }, "strip", z.ZodTypeAny, {
1920
+ href: string;
1921
+ tab: string;
1922
+ icon?: string | {
1923
+ name: string;
1924
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1925
+ } | undefined;
1926
+ hidden?: boolean | undefined;
1927
+ }, {
1928
+ href: string;
1929
+ tab: string;
1930
+ icon?: string | {
1931
+ name: string;
1932
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1933
+ } | undefined;
1934
+ hidden?: boolean | undefined;
1935
+ }>, "many">>;
1936
+ dropdowns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1937
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1938
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1939
+ name: z.ZodEffects<z.ZodString, string, string>;
1940
+ }, "strip", z.ZodTypeAny, {
1941
+ name: string;
1942
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1943
+ }, {
1944
+ name: string;
1945
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1946
+ }>]>>;
1947
+ hidden: z.ZodOptional<z.ZodBoolean>;
1948
+ dropdown: z.ZodString;
1949
+ href: z.ZodString;
1950
+ }, "strip", z.ZodTypeAny, {
1951
+ href: string;
1952
+ dropdown: string;
1953
+ icon?: string | {
1954
+ name: string;
1955
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1956
+ } | undefined;
1957
+ hidden?: boolean | undefined;
1958
+ }, {
1959
+ href: string;
1960
+ dropdown: string;
1961
+ icon?: string | {
1962
+ name: string;
1963
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1964
+ } | undefined;
1965
+ hidden?: boolean | undefined;
1966
+ }>, "many">>;
1967
+ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
1968
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1969
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1970
+ name: z.ZodEffects<z.ZodString, string, string>;
1971
+ }, "strip", z.ZodTypeAny, {
1972
+ name: string;
1973
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1974
+ }, {
1975
+ name: string;
1976
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1977
+ }>]>>;
1978
+ color: z.ZodOptional<z.ZodObject<{
1979
+ light: z.ZodOptional<z.ZodString>;
1980
+ dark: z.ZodOptional<z.ZodString>;
1981
+ }, "strict", z.ZodTypeAny, {
1982
+ light?: string | undefined;
1983
+ dark?: string | undefined;
1984
+ }, {
1985
+ light?: string | undefined;
1986
+ dark?: string | undefined;
1987
+ }>>;
1988
+ hidden: z.ZodOptional<z.ZodBoolean>;
1989
+ anchor: z.ZodString;
1990
+ href: z.ZodString;
1991
+ }, "strip", z.ZodTypeAny, {
1992
+ href: string;
1993
+ anchor: string;
1994
+ icon?: string | {
1995
+ name: string;
1996
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1997
+ } | undefined;
1998
+ color?: {
1999
+ light?: string | undefined;
2000
+ dark?: string | undefined;
2001
+ } | undefined;
2002
+ hidden?: boolean | undefined;
2003
+ }, {
2004
+ href: string;
2005
+ anchor: string;
2006
+ icon?: string | {
2007
+ name: string;
2008
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2009
+ } | undefined;
2010
+ color?: {
2011
+ light?: string | undefined;
2012
+ dark?: string | undefined;
2013
+ } | undefined;
2014
+ hidden?: boolean | undefined;
2015
+ }>, "many">>;
2016
+ }, "strict", z.ZodTypeAny, {
2017
+ languages?: {
2018
+ href: string;
2019
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2020
+ default?: boolean | undefined;
2021
+ hidden?: boolean | undefined;
2022
+ }[] | undefined;
2023
+ versions?: {
2024
+ version: string;
2025
+ href: string;
2026
+ default?: boolean | undefined;
2027
+ hidden?: boolean | undefined;
2028
+ }[] | undefined;
2029
+ tabs?: {
2030
+ href: string;
2031
+ tab: string;
2032
+ icon?: string | {
2033
+ name: string;
2034
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2035
+ } | undefined;
2036
+ hidden?: boolean | undefined;
2037
+ }[] | undefined;
2038
+ dropdowns?: {
2039
+ href: string;
2040
+ dropdown: string;
2041
+ icon?: string | {
2042
+ name: string;
2043
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2044
+ } | undefined;
2045
+ hidden?: boolean | undefined;
2046
+ }[] | undefined;
2047
+ anchors?: {
2048
+ href: string;
2049
+ anchor: string;
2050
+ icon?: string | {
2051
+ name: string;
2052
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2053
+ } | undefined;
2054
+ color?: {
2055
+ light?: string | undefined;
2056
+ dark?: string | undefined;
2057
+ } | undefined;
2058
+ hidden?: boolean | undefined;
2059
+ }[] | undefined;
2060
+ }, {
2061
+ languages?: {
2062
+ href: string;
2063
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2064
+ default?: boolean | undefined;
2065
+ hidden?: boolean | undefined;
2066
+ }[] | undefined;
2067
+ versions?: {
2068
+ version: string;
2069
+ href: string;
2070
+ default?: boolean | undefined;
2071
+ hidden?: boolean | undefined;
2072
+ }[] | undefined;
2073
+ tabs?: {
2074
+ href: string;
2075
+ tab: string;
2076
+ icon?: string | {
2077
+ name: string;
2078
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2079
+ } | undefined;
2080
+ hidden?: boolean | undefined;
2081
+ }[] | undefined;
2082
+ dropdowns?: {
2083
+ href: string;
2084
+ dropdown: string;
2085
+ icon?: string | {
2086
+ name: string;
2087
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2088
+ } | undefined;
2089
+ hidden?: boolean | undefined;
2090
+ }[] | undefined;
2091
+ anchors?: {
2092
+ href: string;
2093
+ anchor: string;
2094
+ icon?: string | {
2095
+ name: string;
2096
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2097
+ } | undefined;
2098
+ color?: {
2099
+ light?: string | undefined;
2100
+ dark?: string | undefined;
2101
+ } | undefined;
2102
+ hidden?: boolean | undefined;
2103
+ }[] | undefined;
2104
+ }>>;
2105
+ groups: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2106
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
2107
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
2108
+ name: z.ZodEffects<z.ZodString, string, string>;
2109
+ }, "strip", z.ZodTypeAny, {
2110
+ name: string;
2111
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2112
+ }, {
2113
+ name: string;
2114
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2115
+ }>]>>;
2116
+ group: z.ZodString;
2117
+ hidden: z.ZodOptional<z.ZodBoolean>;
2118
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
2119
+ openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
2120
+ source: z.ZodEffects<z.ZodString, string, string>;
2121
+ directory: z.ZodOptional<z.ZodString>;
2122
+ }, "strict", z.ZodTypeAny, {
2123
+ source: string;
2124
+ directory?: string | undefined;
2125
+ }, {
2126
+ source: string;
2127
+ directory?: string | undefined;
2128
+ }>]>;
2129
+ }, "strip", z.ZodTypeAny, {
2130
+ openapi: (string | string[] | {
2131
+ source: string;
2132
+ directory?: string | undefined;
2133
+ }) & (string | string[] | {
2134
+ source: string;
2135
+ directory?: string | undefined;
2136
+ } | undefined);
2137
+ group: string;
2138
+ icon?: string | {
2139
+ name: string;
2140
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2141
+ } | undefined;
2142
+ hidden?: boolean | undefined;
2143
+ root?: string | undefined;
2144
+ }, {
2145
+ openapi: (string | string[] | {
2146
+ source: string;
2147
+ directory?: string | undefined;
2148
+ }) & (string | string[] | {
2149
+ source: string;
2150
+ directory?: string | undefined;
2151
+ } | undefined);
2152
+ group: string;
2153
+ icon?: string | {
2154
+ name: string;
2155
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2156
+ } | undefined;
2157
+ hidden?: boolean | undefined;
2158
+ root?: string | undefined;
2159
+ }>, z.ZodObject<{
2160
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
2161
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
2162
+ name: z.ZodEffects<z.ZodString, string, string>;
2163
+ }, "strip", z.ZodTypeAny, {
2164
+ name: string;
2165
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2166
+ }, {
2167
+ name: string;
2168
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2169
+ }>]>>;
2170
+ group: z.ZodString;
2171
+ hidden: z.ZodOptional<z.ZodBoolean>;
2172
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
2173
+ pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
2174
+ }, "strip", z.ZodTypeAny, {
2175
+ group: string;
2176
+ pages: any[];
2177
+ icon?: string | {
2178
+ name: string;
2179
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2180
+ } | undefined;
2181
+ hidden?: boolean | undefined;
2182
+ root?: string | undefined;
2183
+ }, {
2184
+ group: string;
2185
+ pages: any[];
2186
+ icon?: string | {
2187
+ name: string;
2188
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2189
+ } | undefined;
2190
+ hidden?: boolean | undefined;
2191
+ root?: string | undefined;
2192
+ }>]>, "many">;
2193
+ }, "strip", z.ZodTypeAny, {
2194
+ groups: ({
2195
+ openapi: (string | string[] | {
2196
+ source: string;
2197
+ directory?: string | undefined;
2198
+ }) & (string | string[] | {
2199
+ source: string;
2200
+ directory?: string | undefined;
2201
+ } | undefined);
2202
+ group: string;
2203
+ icon?: string | {
2204
+ name: string;
2205
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2206
+ } | undefined;
2207
+ hidden?: boolean | undefined;
2208
+ root?: string | undefined;
2209
+ } | {
2210
+ group: string;
2211
+ pages: any[];
2212
+ icon?: string | {
2213
+ name: string;
2214
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2215
+ } | undefined;
2216
+ hidden?: boolean | undefined;
2217
+ root?: string | undefined;
2218
+ })[];
2219
+ global?: {
2220
+ languages?: {
2221
+ href: string;
2222
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2223
+ default?: boolean | undefined;
2224
+ hidden?: boolean | undefined;
2225
+ }[] | undefined;
2226
+ versions?: {
2227
+ version: string;
2228
+ href: string;
2229
+ default?: boolean | undefined;
2230
+ hidden?: boolean | undefined;
2231
+ }[] | undefined;
2232
+ tabs?: {
2233
+ href: string;
2234
+ tab: string;
2235
+ icon?: string | {
2236
+ name: string;
2237
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2238
+ } | undefined;
2239
+ hidden?: boolean | undefined;
2240
+ }[] | undefined;
2241
+ dropdowns?: {
2242
+ href: string;
2243
+ dropdown: string;
2244
+ icon?: string | {
2245
+ name: string;
2246
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2247
+ } | undefined;
2248
+ hidden?: boolean | undefined;
2249
+ }[] | undefined;
2250
+ anchors?: {
2251
+ href: string;
2252
+ anchor: string;
2253
+ icon?: string | {
2254
+ name: string;
2255
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2256
+ } | undefined;
2257
+ color?: {
2258
+ light?: string | undefined;
2259
+ dark?: string | undefined;
2260
+ } | undefined;
2261
+ hidden?: boolean | undefined;
2262
+ }[] | undefined;
2263
+ } | undefined;
2264
+ }, {
2265
+ groups: ({
2266
+ openapi: (string | string[] | {
2267
+ source: string;
2268
+ directory?: string | undefined;
2269
+ }) & (string | string[] | {
2270
+ source: string;
2271
+ directory?: string | undefined;
2272
+ } | undefined);
2273
+ group: string;
2274
+ icon?: string | {
2275
+ name: string;
2276
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2277
+ } | undefined;
2278
+ hidden?: boolean | undefined;
2279
+ root?: string | undefined;
2280
+ } | {
2281
+ group: string;
2282
+ pages: any[];
2283
+ icon?: string | {
2284
+ name: string;
2285
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2286
+ } | undefined;
2287
+ hidden?: boolean | undefined;
2288
+ root?: string | undefined;
2289
+ })[];
2290
+ global?: {
2291
+ languages?: {
2292
+ href: string;
2293
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2294
+ default?: boolean | undefined;
2295
+ hidden?: boolean | undefined;
2296
+ }[] | undefined;
2297
+ versions?: {
2298
+ version: string;
2299
+ href: string;
2300
+ default?: boolean | undefined;
2301
+ hidden?: boolean | undefined;
2302
+ }[] | undefined;
2303
+ tabs?: {
2304
+ href: string;
2305
+ tab: string;
2306
+ icon?: string | {
2307
+ name: string;
2308
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2309
+ } | undefined;
2310
+ hidden?: boolean | undefined;
2311
+ }[] | undefined;
2312
+ dropdowns?: {
2313
+ href: string;
2314
+ dropdown: string;
2315
+ icon?: string | {
2316
+ name: string;
2317
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2318
+ } | undefined;
2319
+ hidden?: boolean | undefined;
2320
+ }[] | undefined;
2321
+ anchors?: {
2322
+ href: string;
2323
+ anchor: string;
2324
+ icon?: string | {
2325
+ name: string;
2326
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2327
+ } | undefined;
2328
+ color?: {
2329
+ light?: string | undefined;
2330
+ dark?: string | undefined;
2331
+ } | undefined;
2332
+ hidden?: boolean | undefined;
2333
+ }[] | undefined;
2334
+ } | undefined;
2335
+ }>, z.ZodObject<{
2336
+ global: z.ZodOptional<z.ZodObject<{
2337
+ languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
2338
+ default: z.ZodOptional<z.ZodBoolean>;
2339
+ hidden: z.ZodOptional<z.ZodBoolean>;
2340
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
2341
+ href: z.ZodString;
2342
+ }, "strip", z.ZodTypeAny, {
2343
+ href: string;
2344
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2345
+ default?: boolean | undefined;
2346
+ hidden?: boolean | undefined;
2347
+ }, {
2348
+ href: string;
2349
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2350
+ default?: boolean | undefined;
2351
+ hidden?: boolean | undefined;
2352
+ }>, "many">>;
2353
+ versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2354
+ version: z.ZodString;
2355
+ default: z.ZodOptional<z.ZodBoolean>;
2356
+ hidden: z.ZodOptional<z.ZodBoolean>;
2357
+ href: z.ZodString;
2358
+ }, "strip", z.ZodTypeAny, {
2359
+ version: string;
2360
+ href: string;
2361
+ default?: boolean | undefined;
2362
+ hidden?: boolean | undefined;
2363
+ }, {
2364
+ version: string;
2365
+ href: string;
2366
+ default?: boolean | undefined;
2367
+ hidden?: boolean | undefined;
2368
+ }>, "many">>;
2369
+ tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
2370
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
2371
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
2372
+ name: z.ZodEffects<z.ZodString, string, string>;
2373
+ }, "strip", z.ZodTypeAny, {
2374
+ name: string;
2375
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2376
+ }, {
2377
+ name: string;
2378
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2379
+ }>]>>;
2380
+ hidden: z.ZodOptional<z.ZodBoolean>;
2381
+ tab: z.ZodString;
2382
+ href: z.ZodString;
2383
+ }, "strip", z.ZodTypeAny, {
2384
+ href: string;
2385
+ tab: string;
2386
+ icon?: string | {
2387
+ name: string;
2388
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2389
+ } | undefined;
2390
+ hidden?: boolean | undefined;
2391
+ }, {
2392
+ href: string;
2393
+ tab: string;
2394
+ icon?: string | {
2395
+ name: string;
2396
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2397
+ } | undefined;
2398
+ hidden?: boolean | undefined;
2399
+ }>, "many">>;
2400
+ dropdowns: z.ZodOptional<z.ZodArray<z.ZodObject<{
2401
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
2402
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
2403
+ name: z.ZodEffects<z.ZodString, string, string>;
2404
+ }, "strip", z.ZodTypeAny, {
2405
+ name: string;
2406
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2407
+ }, {
2408
+ name: string;
2409
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2410
+ }>]>>;
2411
+ hidden: z.ZodOptional<z.ZodBoolean>;
2412
+ dropdown: z.ZodString;
2413
+ href: z.ZodString;
2414
+ }, "strip", z.ZodTypeAny, {
2415
+ href: string;
2416
+ dropdown: string;
2417
+ icon?: string | {
2418
+ name: string;
2419
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2420
+ } | undefined;
2421
+ hidden?: boolean | undefined;
2422
+ }, {
2423
+ href: string;
2424
+ dropdown: string;
2425
+ icon?: string | {
2426
+ name: string;
2427
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2428
+ } | undefined;
2429
+ hidden?: boolean | undefined;
2430
+ }>, "many">>;
2431
+ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
2432
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
2433
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
2434
+ name: z.ZodEffects<z.ZodString, string, string>;
2435
+ }, "strip", z.ZodTypeAny, {
2436
+ name: string;
2437
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2438
+ }, {
2439
+ name: string;
2440
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2441
+ }>]>>;
2442
+ color: z.ZodOptional<z.ZodObject<{
2443
+ light: z.ZodOptional<z.ZodString>;
2444
+ dark: z.ZodOptional<z.ZodString>;
2445
+ }, "strict", z.ZodTypeAny, {
2446
+ light?: string | undefined;
2447
+ dark?: string | undefined;
2448
+ }, {
2449
+ light?: string | undefined;
2450
+ dark?: string | undefined;
2451
+ }>>;
2452
+ hidden: z.ZodOptional<z.ZodBoolean>;
2453
+ anchor: z.ZodString;
2454
+ href: z.ZodString;
2455
+ }, "strip", z.ZodTypeAny, {
2456
+ href: string;
2457
+ anchor: string;
2458
+ icon?: string | {
2459
+ name: string;
2460
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2461
+ } | undefined;
2462
+ color?: {
2463
+ light?: string | undefined;
2464
+ dark?: string | undefined;
2465
+ } | undefined;
2466
+ hidden?: boolean | undefined;
2467
+ }, {
2468
+ href: string;
2469
+ anchor: string;
2470
+ icon?: string | {
2471
+ name: string;
2472
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2473
+ } | undefined;
2474
+ color?: {
2475
+ light?: string | undefined;
2476
+ dark?: string | undefined;
2477
+ } | undefined;
2478
+ hidden?: boolean | undefined;
2479
+ }>, "many">>;
2480
+ }, "strict", z.ZodTypeAny, {
2481
+ languages?: {
2482
+ href: string;
2483
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2484
+ default?: boolean | undefined;
2485
+ hidden?: boolean | undefined;
2486
+ }[] | undefined;
2487
+ versions?: {
2488
+ version: string;
2489
+ href: string;
2490
+ default?: boolean | undefined;
2491
+ hidden?: boolean | undefined;
2492
+ }[] | undefined;
2493
+ tabs?: {
2494
+ href: string;
2495
+ tab: string;
2496
+ icon?: string | {
2497
+ name: string;
2498
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2499
+ } | undefined;
2500
+ hidden?: boolean | undefined;
2501
+ }[] | undefined;
2502
+ dropdowns?: {
2503
+ href: string;
2504
+ dropdown: string;
2505
+ icon?: string | {
2506
+ name: string;
2507
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2508
+ } | undefined;
2509
+ hidden?: boolean | undefined;
2510
+ }[] | undefined;
2511
+ anchors?: {
2512
+ href: string;
2513
+ anchor: string;
2514
+ icon?: string | {
2515
+ name: string;
2516
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2517
+ } | undefined;
2518
+ color?: {
2519
+ light?: string | undefined;
2520
+ dark?: string | undefined;
2521
+ } | undefined;
2522
+ hidden?: boolean | undefined;
2523
+ }[] | undefined;
2524
+ }, {
2525
+ languages?: {
2526
+ href: string;
2527
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2528
+ default?: boolean | undefined;
2529
+ hidden?: boolean | undefined;
2530
+ }[] | undefined;
2531
+ versions?: {
2532
+ version: string;
2533
+ href: string;
2534
+ default?: boolean | undefined;
2535
+ hidden?: boolean | undefined;
2536
+ }[] | undefined;
2537
+ tabs?: {
2538
+ href: string;
2539
+ tab: string;
2540
+ icon?: string | {
2541
+ name: string;
2542
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2543
+ } | undefined;
2544
+ hidden?: boolean | undefined;
2545
+ }[] | undefined;
2546
+ dropdowns?: {
2547
+ href: string;
2548
+ dropdown: string;
2549
+ icon?: string | {
2550
+ name: string;
2551
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2552
+ } | undefined;
2553
+ hidden?: boolean | undefined;
2554
+ }[] | undefined;
2555
+ anchors?: {
2556
+ href: string;
2557
+ anchor: string;
2558
+ icon?: string | {
2559
+ name: string;
2560
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2561
+ } | undefined;
2562
+ color?: {
2563
+ light?: string | undefined;
2564
+ dark?: string | undefined;
2565
+ } | undefined;
2566
+ hidden?: boolean | undefined;
2567
+ }[] | undefined;
2568
+ }>>;
2569
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
2570
+ }, "strip", z.ZodTypeAny, {
2571
+ pages: any[];
2572
+ global?: {
2573
+ languages?: {
2574
+ href: string;
2575
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2576
+ default?: boolean | undefined;
2577
+ hidden?: boolean | undefined;
2578
+ }[] | undefined;
2579
+ versions?: {
2580
+ version: string;
2581
+ href: string;
2582
+ default?: boolean | undefined;
2583
+ hidden?: boolean | undefined;
2584
+ }[] | undefined;
2585
+ tabs?: {
2586
+ href: string;
2587
+ tab: string;
2588
+ icon?: string | {
2589
+ name: string;
2590
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2591
+ } | undefined;
2592
+ hidden?: boolean | undefined;
2593
+ }[] | undefined;
2594
+ dropdowns?: {
2595
+ href: string;
2596
+ dropdown: string;
2597
+ icon?: string | {
2598
+ name: string;
2599
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2600
+ } | undefined;
2601
+ hidden?: boolean | undefined;
2602
+ }[] | undefined;
2603
+ anchors?: {
2604
+ href: string;
2605
+ anchor: string;
2606
+ icon?: string | {
2607
+ name: string;
2608
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2609
+ } | undefined;
2610
+ color?: {
2611
+ light?: string | undefined;
2612
+ dark?: string | undefined;
2613
+ } | undefined;
2614
+ hidden?: boolean | undefined;
2615
+ }[] | undefined;
2616
+ } | undefined;
2617
+ }, {
2618
+ pages: any[];
2619
+ global?: {
2620
+ languages?: {
2621
+ href: string;
2622
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2623
+ default?: boolean | undefined;
2624
+ hidden?: boolean | undefined;
2625
+ }[] | undefined;
2626
+ versions?: {
2627
+ version: string;
2628
+ href: string;
2629
+ default?: boolean | undefined;
2630
+ hidden?: boolean | undefined;
2631
+ }[] | undefined;
2632
+ tabs?: {
2633
+ href: string;
2634
+ tab: string;
2635
+ icon?: string | {
2636
+ name: string;
2637
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2638
+ } | undefined;
2639
+ hidden?: boolean | undefined;
2640
+ }[] | undefined;
2641
+ dropdowns?: {
2642
+ href: string;
2643
+ dropdown: string;
2644
+ icon?: string | {
2645
+ name: string;
2646
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2647
+ } | undefined;
2648
+ hidden?: boolean | undefined;
2649
+ }[] | undefined;
2650
+ anchors?: {
2651
+ href: string;
2652
+ anchor: string;
2653
+ icon?: string | {
2654
+ name: string;
2655
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2656
+ } | undefined;
2657
+ color?: {
2658
+ light?: string | undefined;
2659
+ dark?: string | undefined;
2660
+ } | undefined;
2661
+ hidden?: boolean | undefined;
2662
+ }[] | undefined;
2663
+ } | undefined;
2664
+ }>]>;
2665
+ footer: z.ZodOptional<z.ZodObject<{
2666
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
2667
+ links: z.ZodOptional<z.ZodArray<z.ZodObject<{
2668
+ header: z.ZodOptional<z.ZodString>;
2669
+ items: z.ZodArray<z.ZodObject<{
2670
+ label: z.ZodString;
2671
+ href: z.ZodString;
2672
+ }, "strip", z.ZodTypeAny, {
2673
+ href: string;
2674
+ label: string;
775
2675
  }, {
776
2676
  href: string;
777
2677
  label: string;
@@ -1203,99 +3103,600 @@ export declare const willowConfigSchema: z.ZodObject<{
1203
3103
  apiKey: string;
1204
3104
  apiHost?: string | undefined;
1205
3105
  } | undefined;
1206
- plausible?: {
1207
- domain: string;
1208
- server?: string | undefined;
3106
+ plausible?: {
3107
+ domain: string;
3108
+ server?: string | undefined;
3109
+ } | undefined;
3110
+ segment?: {
3111
+ key: string;
3112
+ } | undefined;
3113
+ }>>;
3114
+ theme: z.ZodLiteral<"willow">;
3115
+ }, "strip", z.ZodTypeAny, {
3116
+ name: string;
3117
+ $schema: string;
3118
+ theme: "willow";
3119
+ colors: {
3120
+ primary: string;
3121
+ light?: string | undefined;
3122
+ dark?: string | undefined;
3123
+ };
3124
+ navigation: ({
3125
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3126
+ global?: {
3127
+ languages?: {
3128
+ href: string;
3129
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3130
+ default?: boolean | undefined;
3131
+ hidden?: boolean | undefined;
3132
+ }[] | undefined;
3133
+ versions?: {
3134
+ version: string;
3135
+ href: string;
3136
+ default?: boolean | undefined;
3137
+ hidden?: boolean | undefined;
3138
+ }[] | undefined;
3139
+ tabs?: {
3140
+ href: string;
3141
+ tab: string;
3142
+ icon?: string | {
3143
+ name: string;
3144
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3145
+ } | undefined;
3146
+ hidden?: boolean | undefined;
3147
+ }[] | undefined;
3148
+ dropdowns?: {
3149
+ href: string;
3150
+ dropdown: string;
3151
+ icon?: string | {
3152
+ name: string;
3153
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3154
+ } | undefined;
3155
+ hidden?: boolean | undefined;
3156
+ }[] | undefined;
3157
+ anchors?: {
3158
+ href: string;
3159
+ anchor: string;
3160
+ icon?: string | {
3161
+ name: string;
3162
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3163
+ } | undefined;
3164
+ color?: {
3165
+ light?: string | undefined;
3166
+ dark?: string | undefined;
3167
+ } | undefined;
3168
+ hidden?: boolean | undefined;
3169
+ }[] | undefined;
3170
+ } | undefined;
3171
+ } | {
3172
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3173
+ global?: {
3174
+ languages?: {
3175
+ href: string;
3176
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3177
+ default?: boolean | undefined;
3178
+ hidden?: boolean | undefined;
3179
+ }[] | undefined;
3180
+ versions?: {
3181
+ version: string;
3182
+ href: string;
3183
+ default?: boolean | undefined;
3184
+ hidden?: boolean | undefined;
3185
+ }[] | undefined;
3186
+ tabs?: {
3187
+ href: string;
3188
+ tab: string;
3189
+ icon?: string | {
3190
+ name: string;
3191
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3192
+ } | undefined;
3193
+ hidden?: boolean | undefined;
3194
+ }[] | undefined;
3195
+ dropdowns?: {
3196
+ href: string;
3197
+ dropdown: string;
3198
+ icon?: string | {
3199
+ name: string;
3200
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3201
+ } | undefined;
3202
+ hidden?: boolean | undefined;
3203
+ }[] | undefined;
3204
+ anchors?: {
3205
+ href: string;
3206
+ anchor: string;
3207
+ icon?: string | {
3208
+ name: string;
3209
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3210
+ } | undefined;
3211
+ color?: {
3212
+ light?: string | undefined;
3213
+ dark?: string | undefined;
3214
+ } | undefined;
3215
+ hidden?: boolean | undefined;
3216
+ }[] | undefined;
3217
+ } | undefined;
3218
+ } | {
3219
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
3220
+ global?: {
3221
+ languages?: {
3222
+ href: string;
3223
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3224
+ default?: boolean | undefined;
3225
+ hidden?: boolean | undefined;
3226
+ }[] | undefined;
3227
+ versions?: {
3228
+ version: string;
3229
+ href: string;
3230
+ default?: boolean | undefined;
3231
+ hidden?: boolean | undefined;
3232
+ }[] | undefined;
3233
+ tabs?: {
3234
+ href: string;
3235
+ tab: string;
3236
+ icon?: string | {
3237
+ name: string;
3238
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3239
+ } | undefined;
3240
+ hidden?: boolean | undefined;
3241
+ }[] | undefined;
3242
+ dropdowns?: {
3243
+ href: string;
3244
+ dropdown: string;
3245
+ icon?: string | {
3246
+ name: string;
3247
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3248
+ } | undefined;
3249
+ hidden?: boolean | undefined;
3250
+ }[] | undefined;
3251
+ anchors?: {
3252
+ href: string;
3253
+ anchor: string;
3254
+ icon?: string | {
3255
+ name: string;
3256
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3257
+ } | undefined;
3258
+ color?: {
3259
+ light?: string | undefined;
3260
+ dark?: string | undefined;
3261
+ } | undefined;
3262
+ hidden?: boolean | undefined;
3263
+ }[] | undefined;
3264
+ } | undefined;
3265
+ } | {
3266
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3267
+ global?: {
3268
+ languages?: {
3269
+ href: string;
3270
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3271
+ default?: boolean | undefined;
3272
+ hidden?: boolean | undefined;
3273
+ }[] | undefined;
3274
+ versions?: {
3275
+ version: string;
3276
+ href: string;
3277
+ default?: boolean | undefined;
3278
+ hidden?: boolean | undefined;
3279
+ }[] | undefined;
3280
+ tabs?: {
3281
+ href: string;
3282
+ tab: string;
3283
+ icon?: string | {
3284
+ name: string;
3285
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3286
+ } | undefined;
3287
+ hidden?: boolean | undefined;
3288
+ }[] | undefined;
3289
+ dropdowns?: {
3290
+ href: string;
3291
+ dropdown: string;
3292
+ icon?: string | {
3293
+ name: string;
3294
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3295
+ } | undefined;
3296
+ hidden?: boolean | undefined;
3297
+ }[] | undefined;
3298
+ anchors?: {
3299
+ href: string;
3300
+ anchor: string;
3301
+ icon?: string | {
3302
+ name: string;
3303
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3304
+ } | undefined;
3305
+ color?: {
3306
+ light?: string | undefined;
3307
+ dark?: string | undefined;
3308
+ } | undefined;
3309
+ hidden?: boolean | undefined;
3310
+ }[] | undefined;
3311
+ } | undefined;
3312
+ } | {
3313
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
3314
+ global?: {
3315
+ languages?: {
3316
+ href: string;
3317
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3318
+ default?: boolean | undefined;
3319
+ hidden?: boolean | undefined;
3320
+ }[] | undefined;
3321
+ versions?: {
3322
+ version: string;
3323
+ href: string;
3324
+ default?: boolean | undefined;
3325
+ hidden?: boolean | undefined;
3326
+ }[] | undefined;
3327
+ tabs?: {
3328
+ href: string;
3329
+ tab: string;
3330
+ icon?: string | {
3331
+ name: string;
3332
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3333
+ } | undefined;
3334
+ hidden?: boolean | undefined;
3335
+ }[] | undefined;
3336
+ dropdowns?: {
3337
+ href: string;
3338
+ dropdown: string;
3339
+ icon?: string | {
3340
+ name: string;
3341
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3342
+ } | undefined;
3343
+ hidden?: boolean | undefined;
3344
+ }[] | undefined;
3345
+ anchors?: {
3346
+ href: string;
3347
+ anchor: string;
3348
+ icon?: string | {
3349
+ name: string;
3350
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3351
+ } | undefined;
3352
+ color?: {
3353
+ light?: string | undefined;
3354
+ dark?: string | undefined;
3355
+ } | undefined;
3356
+ hidden?: boolean | undefined;
3357
+ }[] | undefined;
3358
+ } | undefined;
3359
+ } | {
3360
+ groups: ({
3361
+ openapi: (string | string[] | {
3362
+ source: string;
3363
+ directory?: string | undefined;
3364
+ }) & (string | string[] | {
3365
+ source: string;
3366
+ directory?: string | undefined;
3367
+ } | undefined);
3368
+ group: string;
3369
+ icon?: string | {
3370
+ name: string;
3371
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3372
+ } | undefined;
3373
+ hidden?: boolean | undefined;
3374
+ root?: string | undefined;
3375
+ } | {
3376
+ group: string;
3377
+ pages: any[];
3378
+ icon?: string | {
3379
+ name: string;
3380
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3381
+ } | undefined;
3382
+ hidden?: boolean | undefined;
3383
+ root?: string | undefined;
3384
+ })[];
3385
+ global?: {
3386
+ languages?: {
3387
+ href: string;
3388
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3389
+ default?: boolean | undefined;
3390
+ hidden?: boolean | undefined;
3391
+ }[] | undefined;
3392
+ versions?: {
3393
+ version: string;
3394
+ href: string;
3395
+ default?: boolean | undefined;
3396
+ hidden?: boolean | undefined;
3397
+ }[] | undefined;
3398
+ tabs?: {
3399
+ href: string;
3400
+ tab: string;
3401
+ icon?: string | {
3402
+ name: string;
3403
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3404
+ } | undefined;
3405
+ hidden?: boolean | undefined;
3406
+ }[] | undefined;
3407
+ dropdowns?: {
3408
+ href: string;
3409
+ dropdown: string;
3410
+ icon?: string | {
3411
+ name: string;
3412
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3413
+ } | undefined;
3414
+ hidden?: boolean | undefined;
3415
+ }[] | undefined;
3416
+ anchors?: {
3417
+ href: string;
3418
+ anchor: string;
3419
+ icon?: string | {
3420
+ name: string;
3421
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3422
+ } | undefined;
3423
+ color?: {
3424
+ light?: string | undefined;
3425
+ dark?: string | undefined;
3426
+ } | undefined;
3427
+ hidden?: boolean | undefined;
3428
+ }[] | undefined;
1209
3429
  } | undefined;
1210
- segment?: {
1211
- key: string;
3430
+ } | {
3431
+ pages: any[];
3432
+ global?: {
3433
+ languages?: {
3434
+ href: string;
3435
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3436
+ default?: boolean | undefined;
3437
+ hidden?: boolean | undefined;
3438
+ }[] | undefined;
3439
+ versions?: {
3440
+ version: string;
3441
+ href: string;
3442
+ default?: boolean | undefined;
3443
+ hidden?: boolean | undefined;
3444
+ }[] | undefined;
3445
+ tabs?: {
3446
+ href: string;
3447
+ tab: string;
3448
+ icon?: string | {
3449
+ name: string;
3450
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3451
+ } | undefined;
3452
+ hidden?: boolean | undefined;
3453
+ }[] | undefined;
3454
+ dropdowns?: {
3455
+ href: string;
3456
+ dropdown: string;
3457
+ icon?: string | {
3458
+ name: string;
3459
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3460
+ } | undefined;
3461
+ hidden?: boolean | undefined;
3462
+ }[] | undefined;
3463
+ anchors?: {
3464
+ href: string;
3465
+ anchor: string;
3466
+ icon?: string | {
3467
+ name: string;
3468
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3469
+ } | undefined;
3470
+ color?: {
3471
+ light?: string | undefined;
3472
+ dark?: string | undefined;
3473
+ } | undefined;
3474
+ hidden?: boolean | undefined;
3475
+ }[] | undefined;
1212
3476
  } | undefined;
1213
- }>>;
1214
- theme: z.ZodLiteral<"willow">;
1215
- }, "strip", z.ZodTypeAny, {
1216
- name: string;
1217
- $schema: string;
1218
- theme: "willow";
1219
- colors: {
1220
- primary: string;
1221
- light?: string | undefined;
1222
- dark?: string | undefined;
1223
- };
1224
- navigation: (({
3477
+ }) & ({
1225
3478
  languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
3479
+ global?: {
3480
+ languages?: {
3481
+ href: string;
3482
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3483
+ default?: boolean | undefined;
3484
+ hidden?: boolean | undefined;
3485
+ }[] | undefined;
3486
+ versions?: {
3487
+ version: string;
3488
+ href: string;
3489
+ default?: boolean | undefined;
3490
+ hidden?: boolean | undefined;
3491
+ }[] | undefined;
3492
+ tabs?: {
3493
+ href: string;
3494
+ tab: string;
3495
+ icon?: string | {
3496
+ name: string;
3497
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3498
+ } | undefined;
3499
+ hidden?: boolean | undefined;
3500
+ }[] | undefined;
3501
+ dropdowns?: {
3502
+ href: string;
3503
+ dropdown: string;
3504
+ icon?: string | {
3505
+ name: string;
3506
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3507
+ } | undefined;
3508
+ hidden?: boolean | undefined;
3509
+ }[] | undefined;
3510
+ anchors?: {
3511
+ href: string;
3512
+ anchor: string;
3513
+ icon?: string | {
3514
+ name: string;
3515
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3516
+ } | undefined;
3517
+ color?: {
3518
+ light?: string | undefined;
3519
+ dark?: string | undefined;
3520
+ } | undefined;
3521
+ hidden?: boolean | undefined;
3522
+ }[] | undefined;
3523
+ } | undefined;
1226
3524
  } | {
1227
3525
  versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
3526
+ global?: {
3527
+ languages?: {
3528
+ href: string;
3529
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3530
+ default?: boolean | undefined;
3531
+ hidden?: boolean | undefined;
3532
+ }[] | undefined;
3533
+ versions?: {
3534
+ version: string;
3535
+ href: string;
3536
+ default?: boolean | undefined;
3537
+ hidden?: boolean | undefined;
3538
+ }[] | undefined;
3539
+ tabs?: {
3540
+ href: string;
3541
+ tab: string;
3542
+ icon?: string | {
3543
+ name: string;
3544
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3545
+ } | undefined;
3546
+ hidden?: boolean | undefined;
3547
+ }[] | undefined;
3548
+ dropdowns?: {
3549
+ href: string;
3550
+ dropdown: string;
3551
+ icon?: string | {
3552
+ name: string;
3553
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3554
+ } | undefined;
3555
+ hidden?: boolean | undefined;
3556
+ }[] | undefined;
3557
+ anchors?: {
3558
+ href: string;
3559
+ anchor: string;
3560
+ icon?: string | {
3561
+ name: string;
3562
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3563
+ } | undefined;
3564
+ color?: {
3565
+ light?: string | undefined;
3566
+ dark?: string | undefined;
3567
+ } | undefined;
3568
+ hidden?: boolean | undefined;
3569
+ }[] | undefined;
3570
+ } | undefined;
1228
3571
  } | {
1229
3572
  tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
3573
+ global?: {
3574
+ languages?: {
3575
+ href: string;
3576
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3577
+ default?: boolean | undefined;
3578
+ hidden?: boolean | undefined;
3579
+ }[] | undefined;
3580
+ versions?: {
3581
+ version: string;
3582
+ href: string;
3583
+ default?: boolean | undefined;
3584
+ hidden?: boolean | undefined;
3585
+ }[] | undefined;
3586
+ tabs?: {
3587
+ href: string;
3588
+ tab: string;
3589
+ icon?: string | {
3590
+ name: string;
3591
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3592
+ } | undefined;
3593
+ hidden?: boolean | undefined;
3594
+ }[] | undefined;
3595
+ dropdowns?: {
3596
+ href: string;
3597
+ dropdown: string;
3598
+ icon?: string | {
3599
+ name: string;
3600
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3601
+ } | undefined;
3602
+ hidden?: boolean | undefined;
3603
+ }[] | undefined;
3604
+ anchors?: {
3605
+ href: string;
3606
+ anchor: string;
3607
+ icon?: string | {
3608
+ name: string;
3609
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3610
+ } | undefined;
3611
+ color?: {
3612
+ light?: string | undefined;
3613
+ dark?: string | undefined;
3614
+ } | undefined;
3615
+ hidden?: boolean | undefined;
3616
+ }[] | undefined;
3617
+ } | undefined;
1230
3618
  } | {
1231
3619
  dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
3620
+ global?: {
3621
+ languages?: {
3622
+ href: string;
3623
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3624
+ default?: boolean | undefined;
3625
+ hidden?: boolean | undefined;
3626
+ }[] | undefined;
3627
+ versions?: {
3628
+ version: string;
3629
+ href: string;
3630
+ default?: boolean | undefined;
3631
+ hidden?: boolean | undefined;
3632
+ }[] | undefined;
3633
+ tabs?: {
3634
+ href: string;
3635
+ tab: string;
3636
+ icon?: string | {
3637
+ name: string;
3638
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3639
+ } | undefined;
3640
+ hidden?: boolean | undefined;
3641
+ }[] | undefined;
3642
+ dropdowns?: {
3643
+ href: string;
3644
+ dropdown: string;
3645
+ icon?: string | {
3646
+ name: string;
3647
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3648
+ } | undefined;
3649
+ hidden?: boolean | undefined;
3650
+ }[] | undefined;
3651
+ anchors?: {
3652
+ href: string;
3653
+ anchor: string;
3654
+ icon?: string | {
3655
+ name: string;
3656
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3657
+ } | undefined;
3658
+ color?: {
3659
+ light?: string | undefined;
3660
+ dark?: string | undefined;
3661
+ } | undefined;
3662
+ hidden?: boolean | undefined;
3663
+ }[] | undefined;
3664
+ } | undefined;
1232
3665
  } | {
1233
3666
  anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1234
- } | {
1235
- groups: ({
1236
- openapi: (string | string[] | {
1237
- source: string;
1238
- directory?: string | undefined;
1239
- }) & (string | string[] | {
1240
- source: string;
1241
- directory?: string | undefined;
1242
- } | undefined);
1243
- group: string;
1244
- icon?: string | {
1245
- name: string;
1246
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1247
- } | undefined;
1248
- hidden?: boolean | undefined;
1249
- root?: string | undefined;
1250
- } | {
1251
- group: string;
1252
- pages: any[];
1253
- icon?: string | {
1254
- name: string;
1255
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1256
- } | undefined;
1257
- hidden?: boolean | undefined;
1258
- root?: string | undefined;
1259
- })[];
1260
- } | {
1261
- pages: any[];
1262
- }) & {
1263
3667
  global?: {
1264
- languages?: ({
3668
+ languages?: {
3669
+ href: string;
1265
3670
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1266
3671
  default?: boolean | undefined;
1267
3672
  hidden?: boolean | undefined;
1268
- } & {
1269
- href: string;
1270
- })[] | undefined;
1271
- versions?: ({
3673
+ }[] | undefined;
3674
+ versions?: {
1272
3675
  version: string;
3676
+ href: string;
1273
3677
  default?: boolean | undefined;
1274
3678
  hidden?: boolean | undefined;
1275
- } & {
3679
+ }[] | undefined;
3680
+ tabs?: {
1276
3681
  href: string;
1277
- })[] | undefined;
1278
- tabs?: ({
1279
3682
  tab: string;
1280
3683
  icon?: string | {
1281
3684
  name: string;
1282
3685
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1283
3686
  } | undefined;
1284
3687
  hidden?: boolean | undefined;
1285
- } & {
3688
+ }[] | undefined;
3689
+ dropdowns?: {
1286
3690
  href: string;
1287
- })[] | undefined;
1288
- dropdowns?: ({
1289
3691
  dropdown: string;
1290
3692
  icon?: string | {
1291
3693
  name: string;
1292
3694
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1293
3695
  } | undefined;
1294
3696
  hidden?: boolean | undefined;
1295
- } & {
3697
+ }[] | undefined;
3698
+ anchors?: {
1296
3699
  href: string;
1297
- })[] | undefined;
1298
- anchors?: ({
1299
3700
  anchor: string;
1300
3701
  icon?: string | {
1301
3702
  name: string;
@@ -1306,20 +3707,8 @@ export declare const willowConfigSchema: z.ZodObject<{
1306
3707
  dark?: string | undefined;
1307
3708
  } | undefined;
1308
3709
  hidden?: boolean | undefined;
1309
- } & {
1310
- href: string;
1311
- })[] | undefined;
3710
+ }[] | undefined;
1312
3711
  } | undefined;
1313
- }) & ((({
1314
- languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1315
- } | {
1316
- versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1317
- } | {
1318
- tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1319
- } | {
1320
- dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1321
- } | {
1322
- anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1323
3712
  } | {
1324
3713
  groups: ({
1325
3714
  openapi: (string | string[] | {
@@ -1346,45 +3735,86 @@ export declare const willowConfigSchema: z.ZodObject<{
1346
3735
  hidden?: boolean | undefined;
1347
3736
  root?: string | undefined;
1348
3737
  })[];
3738
+ global?: {
3739
+ languages?: {
3740
+ href: string;
3741
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
3742
+ default?: boolean | undefined;
3743
+ hidden?: boolean | undefined;
3744
+ }[] | undefined;
3745
+ versions?: {
3746
+ version: string;
3747
+ href: string;
3748
+ default?: boolean | undefined;
3749
+ hidden?: boolean | undefined;
3750
+ }[] | undefined;
3751
+ tabs?: {
3752
+ href: string;
3753
+ tab: string;
3754
+ icon?: string | {
3755
+ name: string;
3756
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3757
+ } | undefined;
3758
+ hidden?: boolean | undefined;
3759
+ }[] | undefined;
3760
+ dropdowns?: {
3761
+ href: string;
3762
+ dropdown: string;
3763
+ icon?: string | {
3764
+ name: string;
3765
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3766
+ } | undefined;
3767
+ hidden?: boolean | undefined;
3768
+ }[] | undefined;
3769
+ anchors?: {
3770
+ href: string;
3771
+ anchor: string;
3772
+ icon?: string | {
3773
+ name: string;
3774
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3775
+ } | undefined;
3776
+ color?: {
3777
+ light?: string | undefined;
3778
+ dark?: string | undefined;
3779
+ } | undefined;
3780
+ hidden?: boolean | undefined;
3781
+ }[] | undefined;
3782
+ } | undefined;
1349
3783
  } | {
1350
3784
  pages: any[];
1351
- }) & {
1352
3785
  global?: {
1353
- languages?: ({
3786
+ languages?: {
3787
+ href: string;
1354
3788
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1355
3789
  default?: boolean | undefined;
1356
3790
  hidden?: boolean | undefined;
1357
- } & {
1358
- href: string;
1359
- })[] | undefined;
1360
- versions?: ({
3791
+ }[] | undefined;
3792
+ versions?: {
1361
3793
  version: string;
3794
+ href: string;
1362
3795
  default?: boolean | undefined;
1363
3796
  hidden?: boolean | undefined;
1364
- } & {
3797
+ }[] | undefined;
3798
+ tabs?: {
1365
3799
  href: string;
1366
- })[] | undefined;
1367
- tabs?: ({
1368
3800
  tab: string;
1369
3801
  icon?: string | {
1370
3802
  name: string;
1371
3803
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1372
3804
  } | undefined;
1373
3805
  hidden?: boolean | undefined;
1374
- } & {
3806
+ }[] | undefined;
3807
+ dropdowns?: {
1375
3808
  href: string;
1376
- })[] | undefined;
1377
- dropdowns?: ({
1378
3809
  dropdown: string;
1379
3810
  icon?: string | {
1380
3811
  name: string;
1381
3812
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1382
3813
  } | undefined;
1383
3814
  hidden?: boolean | undefined;
1384
- } & {
3815
+ }[] | undefined;
3816
+ anchors?: {
1385
3817
  href: string;
1386
- })[] | undefined;
1387
- anchors?: ({
1388
3818
  anchor: string;
1389
3819
  icon?: string | {
1390
3820
  name: string;
@@ -1395,11 +3825,9 @@ export declare const willowConfigSchema: z.ZodObject<{
1395
3825
  dark?: string | undefined;
1396
3826
  } | undefined;
1397
3827
  hidden?: boolean | undefined;
1398
- } & {
1399
- href: string;
1400
- })[] | undefined;
3828
+ }[] | undefined;
1401
3829
  } | undefined;
1402
- }) | undefined);
3830
+ } | undefined);
1403
3831
  description?: string | undefined;
1404
3832
  logo?: string | {
1405
3833
  light: string;
@@ -1569,16 +3997,241 @@ export declare const willowConfigSchema: z.ZodObject<{
1569
3997
  light?: string | undefined;
1570
3998
  dark?: string | undefined;
1571
3999
  };
1572
- navigation: (({
4000
+ navigation: ({
1573
4001
  languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
4002
+ global?: {
4003
+ languages?: {
4004
+ href: string;
4005
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4006
+ default?: boolean | undefined;
4007
+ hidden?: boolean | undefined;
4008
+ }[] | undefined;
4009
+ versions?: {
4010
+ version: string;
4011
+ href: string;
4012
+ default?: boolean | undefined;
4013
+ hidden?: boolean | undefined;
4014
+ }[] | undefined;
4015
+ tabs?: {
4016
+ href: string;
4017
+ tab: string;
4018
+ icon?: string | {
4019
+ name: string;
4020
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4021
+ } | undefined;
4022
+ hidden?: boolean | undefined;
4023
+ }[] | undefined;
4024
+ dropdowns?: {
4025
+ href: string;
4026
+ dropdown: string;
4027
+ icon?: string | {
4028
+ name: string;
4029
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4030
+ } | undefined;
4031
+ hidden?: boolean | undefined;
4032
+ }[] | undefined;
4033
+ anchors?: {
4034
+ href: string;
4035
+ anchor: string;
4036
+ icon?: string | {
4037
+ name: string;
4038
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4039
+ } | undefined;
4040
+ color?: {
4041
+ light?: string | undefined;
4042
+ dark?: string | undefined;
4043
+ } | undefined;
4044
+ hidden?: boolean | undefined;
4045
+ }[] | undefined;
4046
+ } | undefined;
1574
4047
  } | {
1575
4048
  versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
4049
+ global?: {
4050
+ languages?: {
4051
+ href: string;
4052
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4053
+ default?: boolean | undefined;
4054
+ hidden?: boolean | undefined;
4055
+ }[] | undefined;
4056
+ versions?: {
4057
+ version: string;
4058
+ href: string;
4059
+ default?: boolean | undefined;
4060
+ hidden?: boolean | undefined;
4061
+ }[] | undefined;
4062
+ tabs?: {
4063
+ href: string;
4064
+ tab: string;
4065
+ icon?: string | {
4066
+ name: string;
4067
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4068
+ } | undefined;
4069
+ hidden?: boolean | undefined;
4070
+ }[] | undefined;
4071
+ dropdowns?: {
4072
+ href: string;
4073
+ dropdown: string;
4074
+ icon?: string | {
4075
+ name: string;
4076
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4077
+ } | undefined;
4078
+ hidden?: boolean | undefined;
4079
+ }[] | undefined;
4080
+ anchors?: {
4081
+ href: string;
4082
+ anchor: string;
4083
+ icon?: string | {
4084
+ name: string;
4085
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4086
+ } | undefined;
4087
+ color?: {
4088
+ light?: string | undefined;
4089
+ dark?: string | undefined;
4090
+ } | undefined;
4091
+ hidden?: boolean | undefined;
4092
+ }[] | undefined;
4093
+ } | undefined;
1576
4094
  } | {
1577
4095
  tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
4096
+ global?: {
4097
+ languages?: {
4098
+ href: string;
4099
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4100
+ default?: boolean | undefined;
4101
+ hidden?: boolean | undefined;
4102
+ }[] | undefined;
4103
+ versions?: {
4104
+ version: string;
4105
+ href: string;
4106
+ default?: boolean | undefined;
4107
+ hidden?: boolean | undefined;
4108
+ }[] | undefined;
4109
+ tabs?: {
4110
+ href: string;
4111
+ tab: string;
4112
+ icon?: string | {
4113
+ name: string;
4114
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4115
+ } | undefined;
4116
+ hidden?: boolean | undefined;
4117
+ }[] | undefined;
4118
+ dropdowns?: {
4119
+ href: string;
4120
+ dropdown: string;
4121
+ icon?: string | {
4122
+ name: string;
4123
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4124
+ } | undefined;
4125
+ hidden?: boolean | undefined;
4126
+ }[] | undefined;
4127
+ anchors?: {
4128
+ href: string;
4129
+ anchor: string;
4130
+ icon?: string | {
4131
+ name: string;
4132
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4133
+ } | undefined;
4134
+ color?: {
4135
+ light?: string | undefined;
4136
+ dark?: string | undefined;
4137
+ } | undefined;
4138
+ hidden?: boolean | undefined;
4139
+ }[] | undefined;
4140
+ } | undefined;
1578
4141
  } | {
1579
4142
  dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
4143
+ global?: {
4144
+ languages?: {
4145
+ href: string;
4146
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4147
+ default?: boolean | undefined;
4148
+ hidden?: boolean | undefined;
4149
+ }[] | undefined;
4150
+ versions?: {
4151
+ version: string;
4152
+ href: string;
4153
+ default?: boolean | undefined;
4154
+ hidden?: boolean | undefined;
4155
+ }[] | undefined;
4156
+ tabs?: {
4157
+ href: string;
4158
+ tab: string;
4159
+ icon?: string | {
4160
+ name: string;
4161
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4162
+ } | undefined;
4163
+ hidden?: boolean | undefined;
4164
+ }[] | undefined;
4165
+ dropdowns?: {
4166
+ href: string;
4167
+ dropdown: string;
4168
+ icon?: string | {
4169
+ name: string;
4170
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4171
+ } | undefined;
4172
+ hidden?: boolean | undefined;
4173
+ }[] | undefined;
4174
+ anchors?: {
4175
+ href: string;
4176
+ anchor: string;
4177
+ icon?: string | {
4178
+ name: string;
4179
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4180
+ } | undefined;
4181
+ color?: {
4182
+ light?: string | undefined;
4183
+ dark?: string | undefined;
4184
+ } | undefined;
4185
+ hidden?: boolean | undefined;
4186
+ }[] | undefined;
4187
+ } | undefined;
1580
4188
  } | {
1581
4189
  anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
4190
+ global?: {
4191
+ languages?: {
4192
+ href: string;
4193
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4194
+ default?: boolean | undefined;
4195
+ hidden?: boolean | undefined;
4196
+ }[] | undefined;
4197
+ versions?: {
4198
+ version: string;
4199
+ href: string;
4200
+ default?: boolean | undefined;
4201
+ hidden?: boolean | undefined;
4202
+ }[] | undefined;
4203
+ tabs?: {
4204
+ href: string;
4205
+ tab: string;
4206
+ icon?: string | {
4207
+ name: string;
4208
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4209
+ } | undefined;
4210
+ hidden?: boolean | undefined;
4211
+ }[] | undefined;
4212
+ dropdowns?: {
4213
+ href: string;
4214
+ dropdown: string;
4215
+ icon?: string | {
4216
+ name: string;
4217
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4218
+ } | undefined;
4219
+ hidden?: boolean | undefined;
4220
+ }[] | undefined;
4221
+ anchors?: {
4222
+ href: string;
4223
+ anchor: string;
4224
+ icon?: string | {
4225
+ name: string;
4226
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4227
+ } | undefined;
4228
+ color?: {
4229
+ light?: string | undefined;
4230
+ dark?: string | undefined;
4231
+ } | undefined;
4232
+ hidden?: boolean | undefined;
4233
+ }[] | undefined;
4234
+ } | undefined;
1582
4235
  } | {
1583
4236
  groups: ({
1584
4237
  openapi: (string | string[] | {
@@ -1605,45 +4258,86 @@ export declare const willowConfigSchema: z.ZodObject<{
1605
4258
  hidden?: boolean | undefined;
1606
4259
  root?: string | undefined;
1607
4260
  })[];
4261
+ global?: {
4262
+ languages?: {
4263
+ href: string;
4264
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4265
+ default?: boolean | undefined;
4266
+ hidden?: boolean | undefined;
4267
+ }[] | undefined;
4268
+ versions?: {
4269
+ version: string;
4270
+ href: string;
4271
+ default?: boolean | undefined;
4272
+ hidden?: boolean | undefined;
4273
+ }[] | undefined;
4274
+ tabs?: {
4275
+ href: string;
4276
+ tab: string;
4277
+ icon?: string | {
4278
+ name: string;
4279
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4280
+ } | undefined;
4281
+ hidden?: boolean | undefined;
4282
+ }[] | undefined;
4283
+ dropdowns?: {
4284
+ href: string;
4285
+ dropdown: string;
4286
+ icon?: string | {
4287
+ name: string;
4288
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4289
+ } | undefined;
4290
+ hidden?: boolean | undefined;
4291
+ }[] | undefined;
4292
+ anchors?: {
4293
+ href: string;
4294
+ anchor: string;
4295
+ icon?: string | {
4296
+ name: string;
4297
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4298
+ } | undefined;
4299
+ color?: {
4300
+ light?: string | undefined;
4301
+ dark?: string | undefined;
4302
+ } | undefined;
4303
+ hidden?: boolean | undefined;
4304
+ }[] | undefined;
4305
+ } | undefined;
1608
4306
  } | {
1609
4307
  pages: any[];
1610
- }) & {
1611
4308
  global?: {
1612
- languages?: ({
4309
+ languages?: {
4310
+ href: string;
1613
4311
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1614
4312
  default?: boolean | undefined;
1615
4313
  hidden?: boolean | undefined;
1616
- } & {
1617
- href: string;
1618
- })[] | undefined;
1619
- versions?: ({
4314
+ }[] | undefined;
4315
+ versions?: {
1620
4316
  version: string;
4317
+ href: string;
1621
4318
  default?: boolean | undefined;
1622
4319
  hidden?: boolean | undefined;
1623
- } & {
4320
+ }[] | undefined;
4321
+ tabs?: {
1624
4322
  href: string;
1625
- })[] | undefined;
1626
- tabs?: ({
1627
4323
  tab: string;
1628
4324
  icon?: string | {
1629
4325
  name: string;
1630
4326
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1631
4327
  } | undefined;
1632
4328
  hidden?: boolean | undefined;
1633
- } & {
4329
+ }[] | undefined;
4330
+ dropdowns?: {
1634
4331
  href: string;
1635
- })[] | undefined;
1636
- dropdowns?: ({
1637
4332
  dropdown: string;
1638
4333
  icon?: string | {
1639
4334
  name: string;
1640
4335
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1641
4336
  } | undefined;
1642
4337
  hidden?: boolean | undefined;
1643
- } & {
4338
+ }[] | undefined;
4339
+ anchors?: {
1644
4340
  href: string;
1645
- })[] | undefined;
1646
- anchors?: ({
1647
4341
  anchor: string;
1648
4342
  icon?: string | {
1649
4343
  name: string;
@@ -1654,20 +4348,243 @@ export declare const willowConfigSchema: z.ZodObject<{
1654
4348
  dark?: string | undefined;
1655
4349
  } | undefined;
1656
4350
  hidden?: boolean | undefined;
1657
- } & {
1658
- href: string;
1659
- })[] | undefined;
4351
+ }[] | undefined;
1660
4352
  } | undefined;
1661
- }) & ((({
4353
+ }) & ({
1662
4354
  languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
4355
+ global?: {
4356
+ languages?: {
4357
+ href: string;
4358
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4359
+ default?: boolean | undefined;
4360
+ hidden?: boolean | undefined;
4361
+ }[] | undefined;
4362
+ versions?: {
4363
+ version: string;
4364
+ href: string;
4365
+ default?: boolean | undefined;
4366
+ hidden?: boolean | undefined;
4367
+ }[] | undefined;
4368
+ tabs?: {
4369
+ href: string;
4370
+ tab: string;
4371
+ icon?: string | {
4372
+ name: string;
4373
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4374
+ } | undefined;
4375
+ hidden?: boolean | undefined;
4376
+ }[] | undefined;
4377
+ dropdowns?: {
4378
+ href: string;
4379
+ dropdown: string;
4380
+ icon?: string | {
4381
+ name: string;
4382
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4383
+ } | undefined;
4384
+ hidden?: boolean | undefined;
4385
+ }[] | undefined;
4386
+ anchors?: {
4387
+ href: string;
4388
+ anchor: string;
4389
+ icon?: string | {
4390
+ name: string;
4391
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4392
+ } | undefined;
4393
+ color?: {
4394
+ light?: string | undefined;
4395
+ dark?: string | undefined;
4396
+ } | undefined;
4397
+ hidden?: boolean | undefined;
4398
+ }[] | undefined;
4399
+ } | undefined;
1663
4400
  } | {
1664
4401
  versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
4402
+ global?: {
4403
+ languages?: {
4404
+ href: string;
4405
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4406
+ default?: boolean | undefined;
4407
+ hidden?: boolean | undefined;
4408
+ }[] | undefined;
4409
+ versions?: {
4410
+ version: string;
4411
+ href: string;
4412
+ default?: boolean | undefined;
4413
+ hidden?: boolean | undefined;
4414
+ }[] | undefined;
4415
+ tabs?: {
4416
+ href: string;
4417
+ tab: string;
4418
+ icon?: string | {
4419
+ name: string;
4420
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4421
+ } | undefined;
4422
+ hidden?: boolean | undefined;
4423
+ }[] | undefined;
4424
+ dropdowns?: {
4425
+ href: string;
4426
+ dropdown: string;
4427
+ icon?: string | {
4428
+ name: string;
4429
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4430
+ } | undefined;
4431
+ hidden?: boolean | undefined;
4432
+ }[] | undefined;
4433
+ anchors?: {
4434
+ href: string;
4435
+ anchor: string;
4436
+ icon?: string | {
4437
+ name: string;
4438
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4439
+ } | undefined;
4440
+ color?: {
4441
+ light?: string | undefined;
4442
+ dark?: string | undefined;
4443
+ } | undefined;
4444
+ hidden?: boolean | undefined;
4445
+ }[] | undefined;
4446
+ } | undefined;
1665
4447
  } | {
1666
4448
  tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
4449
+ global?: {
4450
+ languages?: {
4451
+ href: string;
4452
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4453
+ default?: boolean | undefined;
4454
+ hidden?: boolean | undefined;
4455
+ }[] | undefined;
4456
+ versions?: {
4457
+ version: string;
4458
+ href: string;
4459
+ default?: boolean | undefined;
4460
+ hidden?: boolean | undefined;
4461
+ }[] | undefined;
4462
+ tabs?: {
4463
+ href: string;
4464
+ tab: string;
4465
+ icon?: string | {
4466
+ name: string;
4467
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4468
+ } | undefined;
4469
+ hidden?: boolean | undefined;
4470
+ }[] | undefined;
4471
+ dropdowns?: {
4472
+ href: string;
4473
+ dropdown: string;
4474
+ icon?: string | {
4475
+ name: string;
4476
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4477
+ } | undefined;
4478
+ hidden?: boolean | undefined;
4479
+ }[] | undefined;
4480
+ anchors?: {
4481
+ href: string;
4482
+ anchor: string;
4483
+ icon?: string | {
4484
+ name: string;
4485
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4486
+ } | undefined;
4487
+ color?: {
4488
+ light?: string | undefined;
4489
+ dark?: string | undefined;
4490
+ } | undefined;
4491
+ hidden?: boolean | undefined;
4492
+ }[] | undefined;
4493
+ } | undefined;
1667
4494
  } | {
1668
4495
  dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
4496
+ global?: {
4497
+ languages?: {
4498
+ href: string;
4499
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4500
+ default?: boolean | undefined;
4501
+ hidden?: boolean | undefined;
4502
+ }[] | undefined;
4503
+ versions?: {
4504
+ version: string;
4505
+ href: string;
4506
+ default?: boolean | undefined;
4507
+ hidden?: boolean | undefined;
4508
+ }[] | undefined;
4509
+ tabs?: {
4510
+ href: string;
4511
+ tab: string;
4512
+ icon?: string | {
4513
+ name: string;
4514
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4515
+ } | undefined;
4516
+ hidden?: boolean | undefined;
4517
+ }[] | undefined;
4518
+ dropdowns?: {
4519
+ href: string;
4520
+ dropdown: string;
4521
+ icon?: string | {
4522
+ name: string;
4523
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4524
+ } | undefined;
4525
+ hidden?: boolean | undefined;
4526
+ }[] | undefined;
4527
+ anchors?: {
4528
+ href: string;
4529
+ anchor: string;
4530
+ icon?: string | {
4531
+ name: string;
4532
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4533
+ } | undefined;
4534
+ color?: {
4535
+ light?: string | undefined;
4536
+ dark?: string | undefined;
4537
+ } | undefined;
4538
+ hidden?: boolean | undefined;
4539
+ }[] | undefined;
4540
+ } | undefined;
1669
4541
  } | {
1670
4542
  anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
4543
+ global?: {
4544
+ languages?: {
4545
+ href: string;
4546
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4547
+ default?: boolean | undefined;
4548
+ hidden?: boolean | undefined;
4549
+ }[] | undefined;
4550
+ versions?: {
4551
+ version: string;
4552
+ href: string;
4553
+ default?: boolean | undefined;
4554
+ hidden?: boolean | undefined;
4555
+ }[] | undefined;
4556
+ tabs?: {
4557
+ href: string;
4558
+ tab: string;
4559
+ icon?: string | {
4560
+ name: string;
4561
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4562
+ } | undefined;
4563
+ hidden?: boolean | undefined;
4564
+ }[] | undefined;
4565
+ dropdowns?: {
4566
+ href: string;
4567
+ dropdown: string;
4568
+ icon?: string | {
4569
+ name: string;
4570
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4571
+ } | undefined;
4572
+ hidden?: boolean | undefined;
4573
+ }[] | undefined;
4574
+ anchors?: {
4575
+ href: string;
4576
+ anchor: string;
4577
+ icon?: string | {
4578
+ name: string;
4579
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4580
+ } | undefined;
4581
+ color?: {
4582
+ light?: string | undefined;
4583
+ dark?: string | undefined;
4584
+ } | undefined;
4585
+ hidden?: boolean | undefined;
4586
+ }[] | undefined;
4587
+ } | undefined;
1671
4588
  } | {
1672
4589
  groups: ({
1673
4590
  openapi: (string | string[] | {
@@ -1694,45 +4611,86 @@ export declare const willowConfigSchema: z.ZodObject<{
1694
4611
  hidden?: boolean | undefined;
1695
4612
  root?: string | undefined;
1696
4613
  })[];
4614
+ global?: {
4615
+ languages?: {
4616
+ href: string;
4617
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
4618
+ default?: boolean | undefined;
4619
+ hidden?: boolean | undefined;
4620
+ }[] | undefined;
4621
+ versions?: {
4622
+ version: string;
4623
+ href: string;
4624
+ default?: boolean | undefined;
4625
+ hidden?: boolean | undefined;
4626
+ }[] | undefined;
4627
+ tabs?: {
4628
+ href: string;
4629
+ tab: string;
4630
+ icon?: string | {
4631
+ name: string;
4632
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4633
+ } | undefined;
4634
+ hidden?: boolean | undefined;
4635
+ }[] | undefined;
4636
+ dropdowns?: {
4637
+ href: string;
4638
+ dropdown: string;
4639
+ icon?: string | {
4640
+ name: string;
4641
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4642
+ } | undefined;
4643
+ hidden?: boolean | undefined;
4644
+ }[] | undefined;
4645
+ anchors?: {
4646
+ href: string;
4647
+ anchor: string;
4648
+ icon?: string | {
4649
+ name: string;
4650
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4651
+ } | undefined;
4652
+ color?: {
4653
+ light?: string | undefined;
4654
+ dark?: string | undefined;
4655
+ } | undefined;
4656
+ hidden?: boolean | undefined;
4657
+ }[] | undefined;
4658
+ } | undefined;
1697
4659
  } | {
1698
4660
  pages: any[];
1699
- }) & {
1700
4661
  global?: {
1701
- languages?: ({
4662
+ languages?: {
4663
+ href: string;
1702
4664
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1703
4665
  default?: boolean | undefined;
1704
4666
  hidden?: boolean | undefined;
1705
- } & {
1706
- href: string;
1707
- })[] | undefined;
1708
- versions?: ({
4667
+ }[] | undefined;
4668
+ versions?: {
1709
4669
  version: string;
4670
+ href: string;
1710
4671
  default?: boolean | undefined;
1711
4672
  hidden?: boolean | undefined;
1712
- } & {
4673
+ }[] | undefined;
4674
+ tabs?: {
1713
4675
  href: string;
1714
- })[] | undefined;
1715
- tabs?: ({
1716
4676
  tab: string;
1717
4677
  icon?: string | {
1718
4678
  name: string;
1719
4679
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1720
4680
  } | undefined;
1721
4681
  hidden?: boolean | undefined;
1722
- } & {
4682
+ }[] | undefined;
4683
+ dropdowns?: {
1723
4684
  href: string;
1724
- })[] | undefined;
1725
- dropdowns?: ({
1726
4685
  dropdown: string;
1727
4686
  icon?: string | {
1728
4687
  name: string;
1729
4688
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1730
4689
  } | undefined;
1731
4690
  hidden?: boolean | undefined;
1732
- } & {
4691
+ }[] | undefined;
4692
+ anchors?: {
1733
4693
  href: string;
1734
- })[] | undefined;
1735
- anchors?: ({
1736
4694
  anchor: string;
1737
4695
  icon?: string | {
1738
4696
  name: string;
@@ -1743,11 +4701,9 @@ export declare const willowConfigSchema: z.ZodObject<{
1743
4701
  dark?: string | undefined;
1744
4702
  } | undefined;
1745
4703
  hidden?: boolean | undefined;
1746
- } & {
1747
- href: string;
1748
- })[] | undefined;
4704
+ }[] | undefined;
1749
4705
  } | undefined;
1750
- }) | undefined);
4706
+ } | undefined);
1751
4707
  $schema?: string | undefined;
1752
4708
  description?: string | undefined;
1753
4709
  logo?: string | {