@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
@@ -222,37 +222,1885 @@ export declare const standardConfigSchema: {
222
222
  href: string;
223
223
  } | undefined;
224
224
  }>>;
225
- navigation: import("zod").ZodIntersection<import("zod").ZodUnion<[import("zod").ZodObject<{
225
+ navigation: import("zod").ZodUnion<[import("zod").ZodObject<{
226
+ global: import("zod").ZodOptional<import("zod").ZodObject<{
227
+ languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
228
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
229
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
230
+ language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
231
+ href: import("zod").ZodString;
232
+ }, "strip", import("zod").ZodTypeAny, {
233
+ href: string;
234
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
235
+ default?: boolean | undefined;
236
+ hidden?: boolean | undefined;
237
+ }, {
238
+ href: string;
239
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
240
+ default?: boolean | undefined;
241
+ hidden?: boolean | undefined;
242
+ }>, "many">>;
243
+ versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
244
+ version: import("zod").ZodString;
245
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
246
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
247
+ href: import("zod").ZodString;
248
+ }, "strip", import("zod").ZodTypeAny, {
249
+ version: string;
250
+ href: string;
251
+ default?: boolean | undefined;
252
+ hidden?: boolean | undefined;
253
+ }, {
254
+ version: string;
255
+ href: string;
256
+ default?: boolean | undefined;
257
+ hidden?: boolean | undefined;
258
+ }>, "many">>;
259
+ tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
260
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
261
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
262
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
263
+ }, "strip", import("zod").ZodTypeAny, {
264
+ name: string;
265
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
266
+ }, {
267
+ name: string;
268
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
269
+ }>]>>;
270
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
271
+ tab: import("zod").ZodString;
272
+ href: import("zod").ZodString;
273
+ }, "strip", import("zod").ZodTypeAny, {
274
+ href: string;
275
+ tab: string;
276
+ icon?: string | {
277
+ name: string;
278
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
279
+ } | undefined;
280
+ hidden?: boolean | undefined;
281
+ }, {
282
+ href: string;
283
+ tab: string;
284
+ icon?: string | {
285
+ name: string;
286
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
287
+ } | undefined;
288
+ hidden?: boolean | undefined;
289
+ }>, "many">>;
290
+ dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
291
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
292
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
293
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
294
+ }, "strip", import("zod").ZodTypeAny, {
295
+ name: string;
296
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
297
+ }, {
298
+ name: string;
299
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
300
+ }>]>>;
301
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
302
+ dropdown: import("zod").ZodString;
303
+ href: import("zod").ZodString;
304
+ }, "strip", import("zod").ZodTypeAny, {
305
+ href: string;
306
+ dropdown: string;
307
+ icon?: string | {
308
+ name: string;
309
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
310
+ } | undefined;
311
+ hidden?: boolean | undefined;
312
+ }, {
313
+ href: string;
314
+ dropdown: string;
315
+ icon?: string | {
316
+ name: string;
317
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
318
+ } | undefined;
319
+ hidden?: boolean | undefined;
320
+ }>, "many">>;
321
+ anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
322
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
323
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
324
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
325
+ }, "strip", import("zod").ZodTypeAny, {
326
+ name: string;
327
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
328
+ }, {
329
+ name: string;
330
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
331
+ }>]>>;
332
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
333
+ light: import("zod").ZodOptional<import("zod").ZodString>;
334
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
335
+ }, "strict", import("zod").ZodTypeAny, {
336
+ light?: string | undefined;
337
+ dark?: string | undefined;
338
+ }, {
339
+ light?: string | undefined;
340
+ dark?: string | undefined;
341
+ }>>;
342
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
343
+ anchor: import("zod").ZodString;
344
+ href: import("zod").ZodString;
345
+ }, "strip", import("zod").ZodTypeAny, {
346
+ href: string;
347
+ anchor: string;
348
+ icon?: string | {
349
+ name: string;
350
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
351
+ } | undefined;
352
+ color?: {
353
+ light?: string | undefined;
354
+ dark?: string | undefined;
355
+ } | undefined;
356
+ hidden?: boolean | undefined;
357
+ }, {
358
+ href: string;
359
+ anchor: string;
360
+ icon?: string | {
361
+ name: string;
362
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
363
+ } | undefined;
364
+ color?: {
365
+ light?: string | undefined;
366
+ dark?: string | undefined;
367
+ } | undefined;
368
+ hidden?: boolean | undefined;
369
+ }>, "many">>;
370
+ }, "strict", import("zod").ZodTypeAny, {
371
+ languages?: {
372
+ href: string;
373
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
374
+ default?: boolean | undefined;
375
+ hidden?: boolean | undefined;
376
+ }[] | undefined;
377
+ versions?: {
378
+ version: string;
379
+ href: string;
380
+ default?: boolean | undefined;
381
+ hidden?: boolean | undefined;
382
+ }[] | undefined;
383
+ tabs?: {
384
+ href: string;
385
+ tab: string;
386
+ icon?: string | {
387
+ name: string;
388
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
389
+ } | undefined;
390
+ hidden?: boolean | undefined;
391
+ }[] | undefined;
392
+ dropdowns?: {
393
+ href: string;
394
+ dropdown: string;
395
+ icon?: string | {
396
+ name: string;
397
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
398
+ } | undefined;
399
+ hidden?: boolean | undefined;
400
+ }[] | undefined;
401
+ anchors?: {
402
+ href: string;
403
+ anchor: string;
404
+ icon?: string | {
405
+ name: string;
406
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
407
+ } | undefined;
408
+ color?: {
409
+ light?: string | undefined;
410
+ dark?: string | undefined;
411
+ } | undefined;
412
+ hidden?: boolean | undefined;
413
+ }[] | undefined;
414
+ }, {
415
+ languages?: {
416
+ href: string;
417
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
418
+ default?: boolean | undefined;
419
+ hidden?: boolean | undefined;
420
+ }[] | undefined;
421
+ versions?: {
422
+ version: string;
423
+ href: string;
424
+ default?: boolean | undefined;
425
+ hidden?: boolean | undefined;
426
+ }[] | undefined;
427
+ tabs?: {
428
+ href: string;
429
+ tab: string;
430
+ icon?: string | {
431
+ name: string;
432
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
433
+ } | undefined;
434
+ hidden?: boolean | undefined;
435
+ }[] | undefined;
436
+ dropdowns?: {
437
+ href: string;
438
+ dropdown: string;
439
+ icon?: string | {
440
+ name: string;
441
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
442
+ } | undefined;
443
+ hidden?: boolean | undefined;
444
+ }[] | undefined;
445
+ anchors?: {
446
+ href: string;
447
+ anchor: string;
448
+ icon?: string | {
449
+ name: string;
450
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
451
+ } | undefined;
452
+ color?: {
453
+ light?: string | undefined;
454
+ dark?: string | undefined;
455
+ } | undefined;
456
+ hidden?: boolean | undefined;
457
+ }[] | undefined;
458
+ }>>;
226
459
  languages: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
227
460
  }, "strip", import("zod").ZodTypeAny, {
228
461
  languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
462
+ global?: {
463
+ languages?: {
464
+ href: string;
465
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
466
+ default?: boolean | undefined;
467
+ hidden?: boolean | undefined;
468
+ }[] | undefined;
469
+ versions?: {
470
+ version: string;
471
+ href: string;
472
+ default?: boolean | undefined;
473
+ hidden?: boolean | undefined;
474
+ }[] | undefined;
475
+ tabs?: {
476
+ href: string;
477
+ tab: string;
478
+ icon?: string | {
479
+ name: string;
480
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
481
+ } | undefined;
482
+ hidden?: boolean | undefined;
483
+ }[] | undefined;
484
+ dropdowns?: {
485
+ href: string;
486
+ dropdown: string;
487
+ icon?: string | {
488
+ name: string;
489
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
490
+ } | undefined;
491
+ hidden?: boolean | undefined;
492
+ }[] | undefined;
493
+ anchors?: {
494
+ href: string;
495
+ anchor: string;
496
+ icon?: string | {
497
+ name: string;
498
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
499
+ } | undefined;
500
+ color?: {
501
+ light?: string | undefined;
502
+ dark?: string | undefined;
503
+ } | undefined;
504
+ hidden?: boolean | undefined;
505
+ }[] | undefined;
506
+ } | undefined;
229
507
  }, {
230
508
  languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
509
+ global?: {
510
+ languages?: {
511
+ href: string;
512
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
513
+ default?: boolean | undefined;
514
+ hidden?: boolean | undefined;
515
+ }[] | undefined;
516
+ versions?: {
517
+ version: string;
518
+ href: string;
519
+ default?: boolean | undefined;
520
+ hidden?: boolean | undefined;
521
+ }[] | undefined;
522
+ tabs?: {
523
+ href: string;
524
+ tab: string;
525
+ icon?: string | {
526
+ name: string;
527
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
528
+ } | undefined;
529
+ hidden?: boolean | undefined;
530
+ }[] | undefined;
531
+ dropdowns?: {
532
+ href: string;
533
+ dropdown: string;
534
+ icon?: string | {
535
+ name: string;
536
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
537
+ } | undefined;
538
+ hidden?: boolean | undefined;
539
+ }[] | undefined;
540
+ anchors?: {
541
+ href: string;
542
+ anchor: string;
543
+ icon?: string | {
544
+ name: string;
545
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
546
+ } | undefined;
547
+ color?: {
548
+ light?: string | undefined;
549
+ dark?: string | undefined;
550
+ } | undefined;
551
+ hidden?: boolean | undefined;
552
+ }[] | undefined;
553
+ } | undefined;
231
554
  }>, import("zod").ZodObject<{
555
+ global: import("zod").ZodOptional<import("zod").ZodObject<{
556
+ languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
557
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
558
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
559
+ language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
560
+ href: import("zod").ZodString;
561
+ }, "strip", import("zod").ZodTypeAny, {
562
+ href: string;
563
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
564
+ default?: boolean | undefined;
565
+ hidden?: boolean | undefined;
566
+ }, {
567
+ href: string;
568
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
569
+ default?: boolean | undefined;
570
+ hidden?: boolean | undefined;
571
+ }>, "many">>;
572
+ versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
573
+ version: import("zod").ZodString;
574
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
575
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
576
+ href: import("zod").ZodString;
577
+ }, "strip", import("zod").ZodTypeAny, {
578
+ version: string;
579
+ href: string;
580
+ default?: boolean | undefined;
581
+ hidden?: boolean | undefined;
582
+ }, {
583
+ version: string;
584
+ href: string;
585
+ default?: boolean | undefined;
586
+ hidden?: boolean | undefined;
587
+ }>, "many">>;
588
+ tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
589
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
590
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
591
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
592
+ }, "strip", import("zod").ZodTypeAny, {
593
+ name: string;
594
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
595
+ }, {
596
+ name: string;
597
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
598
+ }>]>>;
599
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
600
+ tab: import("zod").ZodString;
601
+ href: import("zod").ZodString;
602
+ }, "strip", import("zod").ZodTypeAny, {
603
+ href: string;
604
+ tab: string;
605
+ icon?: string | {
606
+ name: string;
607
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
608
+ } | undefined;
609
+ hidden?: boolean | undefined;
610
+ }, {
611
+ href: string;
612
+ tab: string;
613
+ icon?: string | {
614
+ name: string;
615
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
616
+ } | undefined;
617
+ hidden?: boolean | undefined;
618
+ }>, "many">>;
619
+ dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
620
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
621
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
622
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
623
+ }, "strip", import("zod").ZodTypeAny, {
624
+ name: string;
625
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
626
+ }, {
627
+ name: string;
628
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
629
+ }>]>>;
630
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
631
+ dropdown: import("zod").ZodString;
632
+ href: import("zod").ZodString;
633
+ }, "strip", import("zod").ZodTypeAny, {
634
+ href: string;
635
+ dropdown: string;
636
+ icon?: string | {
637
+ name: string;
638
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
639
+ } | undefined;
640
+ hidden?: boolean | undefined;
641
+ }, {
642
+ href: string;
643
+ dropdown: string;
644
+ icon?: string | {
645
+ name: string;
646
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
647
+ } | undefined;
648
+ hidden?: boolean | undefined;
649
+ }>, "many">>;
650
+ anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
651
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
652
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
653
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
654
+ }, "strip", import("zod").ZodTypeAny, {
655
+ name: string;
656
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
657
+ }, {
658
+ name: string;
659
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
660
+ }>]>>;
661
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
662
+ light: import("zod").ZodOptional<import("zod").ZodString>;
663
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
664
+ }, "strict", import("zod").ZodTypeAny, {
665
+ light?: string | undefined;
666
+ dark?: string | undefined;
667
+ }, {
668
+ light?: string | undefined;
669
+ dark?: string | undefined;
670
+ }>>;
671
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
672
+ anchor: import("zod").ZodString;
673
+ href: import("zod").ZodString;
674
+ }, "strip", import("zod").ZodTypeAny, {
675
+ href: string;
676
+ anchor: string;
677
+ icon?: string | {
678
+ name: string;
679
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
680
+ } | undefined;
681
+ color?: {
682
+ light?: string | undefined;
683
+ dark?: string | undefined;
684
+ } | undefined;
685
+ hidden?: boolean | undefined;
686
+ }, {
687
+ href: string;
688
+ anchor: string;
689
+ icon?: string | {
690
+ name: string;
691
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
692
+ } | undefined;
693
+ color?: {
694
+ light?: string | undefined;
695
+ dark?: string | undefined;
696
+ } | undefined;
697
+ hidden?: boolean | undefined;
698
+ }>, "many">>;
699
+ }, "strict", import("zod").ZodTypeAny, {
700
+ languages?: {
701
+ href: string;
702
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
703
+ default?: boolean | undefined;
704
+ hidden?: boolean | undefined;
705
+ }[] | undefined;
706
+ versions?: {
707
+ version: string;
708
+ href: string;
709
+ default?: boolean | undefined;
710
+ hidden?: boolean | undefined;
711
+ }[] | undefined;
712
+ tabs?: {
713
+ href: string;
714
+ tab: string;
715
+ icon?: string | {
716
+ name: string;
717
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
718
+ } | undefined;
719
+ hidden?: boolean | undefined;
720
+ }[] | undefined;
721
+ dropdowns?: {
722
+ href: string;
723
+ dropdown: string;
724
+ icon?: string | {
725
+ name: string;
726
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
727
+ } | undefined;
728
+ hidden?: boolean | undefined;
729
+ }[] | undefined;
730
+ anchors?: {
731
+ href: string;
732
+ anchor: string;
733
+ icon?: string | {
734
+ name: string;
735
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
736
+ } | undefined;
737
+ color?: {
738
+ light?: string | undefined;
739
+ dark?: string | undefined;
740
+ } | undefined;
741
+ hidden?: boolean | undefined;
742
+ }[] | undefined;
743
+ }, {
744
+ languages?: {
745
+ href: string;
746
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
747
+ default?: boolean | undefined;
748
+ hidden?: boolean | undefined;
749
+ }[] | undefined;
750
+ versions?: {
751
+ version: string;
752
+ href: string;
753
+ default?: boolean | undefined;
754
+ hidden?: boolean | undefined;
755
+ }[] | undefined;
756
+ tabs?: {
757
+ href: string;
758
+ tab: string;
759
+ icon?: string | {
760
+ name: string;
761
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
762
+ } | undefined;
763
+ hidden?: boolean | undefined;
764
+ }[] | undefined;
765
+ dropdowns?: {
766
+ href: string;
767
+ dropdown: string;
768
+ icon?: string | {
769
+ name: string;
770
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
771
+ } | undefined;
772
+ hidden?: boolean | undefined;
773
+ }[] | undefined;
774
+ anchors?: {
775
+ href: string;
776
+ anchor: string;
777
+ icon?: string | {
778
+ name: string;
779
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
780
+ } | undefined;
781
+ color?: {
782
+ light?: string | undefined;
783
+ dark?: string | undefined;
784
+ } | undefined;
785
+ hidden?: boolean | undefined;
786
+ }[] | undefined;
787
+ }>>;
232
788
  versions: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
233
789
  }, "strip", import("zod").ZodTypeAny, {
234
790
  versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
791
+ global?: {
792
+ languages?: {
793
+ href: string;
794
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
795
+ default?: boolean | undefined;
796
+ hidden?: boolean | undefined;
797
+ }[] | undefined;
798
+ versions?: {
799
+ version: string;
800
+ href: string;
801
+ default?: boolean | undefined;
802
+ hidden?: boolean | undefined;
803
+ }[] | undefined;
804
+ tabs?: {
805
+ href: string;
806
+ tab: string;
807
+ icon?: string | {
808
+ name: string;
809
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
810
+ } | undefined;
811
+ hidden?: boolean | undefined;
812
+ }[] | undefined;
813
+ dropdowns?: {
814
+ href: string;
815
+ dropdown: string;
816
+ icon?: string | {
817
+ name: string;
818
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
819
+ } | undefined;
820
+ hidden?: boolean | undefined;
821
+ }[] | undefined;
822
+ anchors?: {
823
+ href: string;
824
+ anchor: string;
825
+ icon?: string | {
826
+ name: string;
827
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
828
+ } | undefined;
829
+ color?: {
830
+ light?: string | undefined;
831
+ dark?: string | undefined;
832
+ } | undefined;
833
+ hidden?: boolean | undefined;
834
+ }[] | undefined;
835
+ } | undefined;
235
836
  }, {
236
837
  versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
838
+ global?: {
839
+ languages?: {
840
+ href: string;
841
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
842
+ default?: boolean | undefined;
843
+ hidden?: boolean | undefined;
844
+ }[] | undefined;
845
+ versions?: {
846
+ version: string;
847
+ href: string;
848
+ default?: boolean | undefined;
849
+ hidden?: boolean | undefined;
850
+ }[] | undefined;
851
+ tabs?: {
852
+ href: string;
853
+ tab: string;
854
+ icon?: string | {
855
+ name: string;
856
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
857
+ } | undefined;
858
+ hidden?: boolean | undefined;
859
+ }[] | undefined;
860
+ dropdowns?: {
861
+ href: string;
862
+ dropdown: string;
863
+ icon?: string | {
864
+ name: string;
865
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
866
+ } | undefined;
867
+ hidden?: boolean | undefined;
868
+ }[] | undefined;
869
+ anchors?: {
870
+ href: string;
871
+ anchor: string;
872
+ icon?: string | {
873
+ name: string;
874
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
875
+ } | undefined;
876
+ color?: {
877
+ light?: string | undefined;
878
+ dark?: string | undefined;
879
+ } | undefined;
880
+ hidden?: boolean | undefined;
881
+ }[] | undefined;
882
+ } | undefined;
237
883
  }>, import("zod").ZodObject<{
884
+ global: import("zod").ZodOptional<import("zod").ZodObject<{
885
+ languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
886
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
887
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
888
+ language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
889
+ href: import("zod").ZodString;
890
+ }, "strip", import("zod").ZodTypeAny, {
891
+ href: string;
892
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
893
+ default?: boolean | undefined;
894
+ hidden?: boolean | undefined;
895
+ }, {
896
+ href: string;
897
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
898
+ default?: boolean | undefined;
899
+ hidden?: boolean | undefined;
900
+ }>, "many">>;
901
+ versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
902
+ version: import("zod").ZodString;
903
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
904
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
905
+ href: import("zod").ZodString;
906
+ }, "strip", import("zod").ZodTypeAny, {
907
+ version: string;
908
+ href: string;
909
+ default?: boolean | undefined;
910
+ hidden?: boolean | undefined;
911
+ }, {
912
+ version: string;
913
+ href: string;
914
+ default?: boolean | undefined;
915
+ hidden?: boolean | undefined;
916
+ }>, "many">>;
917
+ tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
918
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
919
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
920
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
921
+ }, "strip", import("zod").ZodTypeAny, {
922
+ name: string;
923
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
924
+ }, {
925
+ name: string;
926
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
927
+ }>]>>;
928
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
929
+ tab: import("zod").ZodString;
930
+ href: import("zod").ZodString;
931
+ }, "strip", import("zod").ZodTypeAny, {
932
+ href: string;
933
+ tab: string;
934
+ icon?: string | {
935
+ name: string;
936
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
937
+ } | undefined;
938
+ hidden?: boolean | undefined;
939
+ }, {
940
+ href: string;
941
+ tab: string;
942
+ icon?: string | {
943
+ name: string;
944
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
945
+ } | undefined;
946
+ hidden?: boolean | undefined;
947
+ }>, "many">>;
948
+ dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
949
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
950
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
951
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
952
+ }, "strip", import("zod").ZodTypeAny, {
953
+ name: string;
954
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
955
+ }, {
956
+ name: string;
957
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
958
+ }>]>>;
959
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
960
+ dropdown: import("zod").ZodString;
961
+ href: import("zod").ZodString;
962
+ }, "strip", import("zod").ZodTypeAny, {
963
+ href: string;
964
+ dropdown: string;
965
+ icon?: string | {
966
+ name: string;
967
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
968
+ } | undefined;
969
+ hidden?: boolean | undefined;
970
+ }, {
971
+ href: string;
972
+ dropdown: string;
973
+ icon?: string | {
974
+ name: string;
975
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
976
+ } | undefined;
977
+ hidden?: boolean | undefined;
978
+ }>, "many">>;
979
+ anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
980
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
981
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
982
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
983
+ }, "strip", import("zod").ZodTypeAny, {
984
+ name: string;
985
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
986
+ }, {
987
+ name: string;
988
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
989
+ }>]>>;
990
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
991
+ light: import("zod").ZodOptional<import("zod").ZodString>;
992
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
993
+ }, "strict", import("zod").ZodTypeAny, {
994
+ light?: string | undefined;
995
+ dark?: string | undefined;
996
+ }, {
997
+ light?: string | undefined;
998
+ dark?: string | undefined;
999
+ }>>;
1000
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1001
+ anchor: import("zod").ZodString;
1002
+ href: import("zod").ZodString;
1003
+ }, "strip", import("zod").ZodTypeAny, {
1004
+ href: string;
1005
+ anchor: string;
1006
+ icon?: string | {
1007
+ name: string;
1008
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1009
+ } | undefined;
1010
+ color?: {
1011
+ light?: string | undefined;
1012
+ dark?: string | undefined;
1013
+ } | undefined;
1014
+ hidden?: boolean | undefined;
1015
+ }, {
1016
+ href: string;
1017
+ anchor: string;
1018
+ icon?: string | {
1019
+ name: string;
1020
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1021
+ } | undefined;
1022
+ color?: {
1023
+ light?: string | undefined;
1024
+ dark?: string | undefined;
1025
+ } | undefined;
1026
+ hidden?: boolean | undefined;
1027
+ }>, "many">>;
1028
+ }, "strict", import("zod").ZodTypeAny, {
1029
+ languages?: {
1030
+ href: string;
1031
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1032
+ default?: boolean | undefined;
1033
+ hidden?: boolean | undefined;
1034
+ }[] | undefined;
1035
+ versions?: {
1036
+ version: string;
1037
+ href: string;
1038
+ default?: boolean | undefined;
1039
+ hidden?: boolean | undefined;
1040
+ }[] | undefined;
1041
+ tabs?: {
1042
+ href: string;
1043
+ tab: string;
1044
+ icon?: string | {
1045
+ name: string;
1046
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1047
+ } | undefined;
1048
+ hidden?: boolean | undefined;
1049
+ }[] | undefined;
1050
+ dropdowns?: {
1051
+ href: string;
1052
+ dropdown: string;
1053
+ icon?: string | {
1054
+ name: string;
1055
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1056
+ } | undefined;
1057
+ hidden?: boolean | undefined;
1058
+ }[] | undefined;
1059
+ anchors?: {
1060
+ href: string;
1061
+ anchor: string;
1062
+ icon?: string | {
1063
+ name: string;
1064
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1065
+ } | undefined;
1066
+ color?: {
1067
+ light?: string | undefined;
1068
+ dark?: string | undefined;
1069
+ } | undefined;
1070
+ hidden?: boolean | undefined;
1071
+ }[] | undefined;
1072
+ }, {
1073
+ languages?: {
1074
+ href: string;
1075
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1076
+ default?: boolean | undefined;
1077
+ hidden?: boolean | undefined;
1078
+ }[] | undefined;
1079
+ versions?: {
1080
+ version: string;
1081
+ href: string;
1082
+ default?: boolean | undefined;
1083
+ hidden?: boolean | undefined;
1084
+ }[] | undefined;
1085
+ tabs?: {
1086
+ href: string;
1087
+ tab: string;
1088
+ icon?: string | {
1089
+ name: string;
1090
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1091
+ } | undefined;
1092
+ hidden?: boolean | undefined;
1093
+ }[] | undefined;
1094
+ dropdowns?: {
1095
+ href: string;
1096
+ dropdown: string;
1097
+ icon?: string | {
1098
+ name: string;
1099
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1100
+ } | undefined;
1101
+ hidden?: boolean | undefined;
1102
+ }[] | undefined;
1103
+ anchors?: {
1104
+ href: string;
1105
+ anchor: string;
1106
+ icon?: string | {
1107
+ name: string;
1108
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1109
+ } | undefined;
1110
+ color?: {
1111
+ light?: string | undefined;
1112
+ dark?: string | undefined;
1113
+ } | undefined;
1114
+ hidden?: boolean | undefined;
1115
+ }[] | undefined;
1116
+ }>>;
238
1117
  tabs: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").TabNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
239
1118
  }, "strip", import("zod").ZodTypeAny, {
240
1119
  tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1120
+ global?: {
1121
+ languages?: {
1122
+ href: string;
1123
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1124
+ default?: boolean | undefined;
1125
+ hidden?: boolean | undefined;
1126
+ }[] | undefined;
1127
+ versions?: {
1128
+ version: string;
1129
+ href: string;
1130
+ default?: boolean | undefined;
1131
+ hidden?: boolean | undefined;
1132
+ }[] | undefined;
1133
+ tabs?: {
1134
+ href: string;
1135
+ tab: string;
1136
+ icon?: string | {
1137
+ name: string;
1138
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1139
+ } | undefined;
1140
+ hidden?: boolean | undefined;
1141
+ }[] | undefined;
1142
+ dropdowns?: {
1143
+ href: string;
1144
+ dropdown: string;
1145
+ icon?: string | {
1146
+ name: string;
1147
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1148
+ } | undefined;
1149
+ hidden?: boolean | undefined;
1150
+ }[] | undefined;
1151
+ anchors?: {
1152
+ href: string;
1153
+ anchor: string;
1154
+ icon?: string | {
1155
+ name: string;
1156
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1157
+ } | undefined;
1158
+ color?: {
1159
+ light?: string | undefined;
1160
+ dark?: string | undefined;
1161
+ } | undefined;
1162
+ hidden?: boolean | undefined;
1163
+ }[] | undefined;
1164
+ } | undefined;
241
1165
  }, {
242
1166
  tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1167
+ global?: {
1168
+ languages?: {
1169
+ href: string;
1170
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1171
+ default?: boolean | undefined;
1172
+ hidden?: boolean | undefined;
1173
+ }[] | undefined;
1174
+ versions?: {
1175
+ version: string;
1176
+ href: string;
1177
+ default?: boolean | undefined;
1178
+ hidden?: boolean | undefined;
1179
+ }[] | undefined;
1180
+ tabs?: {
1181
+ href: string;
1182
+ tab: string;
1183
+ icon?: string | {
1184
+ name: string;
1185
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1186
+ } | undefined;
1187
+ hidden?: boolean | undefined;
1188
+ }[] | undefined;
1189
+ dropdowns?: {
1190
+ href: string;
1191
+ dropdown: string;
1192
+ icon?: string | {
1193
+ name: string;
1194
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1195
+ } | undefined;
1196
+ hidden?: boolean | undefined;
1197
+ }[] | undefined;
1198
+ anchors?: {
1199
+ href: string;
1200
+ anchor: string;
1201
+ icon?: string | {
1202
+ name: string;
1203
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1204
+ } | undefined;
1205
+ color?: {
1206
+ light?: string | undefined;
1207
+ dark?: string | undefined;
1208
+ } | undefined;
1209
+ hidden?: boolean | undefined;
1210
+ }[] | undefined;
1211
+ } | undefined;
243
1212
  }>, import("zod").ZodObject<{
1213
+ global: import("zod").ZodOptional<import("zod").ZodObject<{
1214
+ languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1215
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
1216
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1217
+ language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
1218
+ href: import("zod").ZodString;
1219
+ }, "strip", import("zod").ZodTypeAny, {
1220
+ href: string;
1221
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1222
+ default?: boolean | undefined;
1223
+ hidden?: boolean | undefined;
1224
+ }, {
1225
+ href: string;
1226
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1227
+ default?: boolean | undefined;
1228
+ hidden?: boolean | undefined;
1229
+ }>, "many">>;
1230
+ versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1231
+ version: import("zod").ZodString;
1232
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
1233
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1234
+ href: import("zod").ZodString;
1235
+ }, "strip", import("zod").ZodTypeAny, {
1236
+ version: string;
1237
+ href: string;
1238
+ default?: boolean | undefined;
1239
+ hidden?: boolean | undefined;
1240
+ }, {
1241
+ version: string;
1242
+ href: string;
1243
+ default?: boolean | undefined;
1244
+ hidden?: boolean | undefined;
1245
+ }>, "many">>;
1246
+ tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1247
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1248
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1249
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1250
+ }, "strip", import("zod").ZodTypeAny, {
1251
+ name: string;
1252
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1253
+ }, {
1254
+ name: string;
1255
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1256
+ }>]>>;
1257
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1258
+ tab: import("zod").ZodString;
1259
+ href: import("zod").ZodString;
1260
+ }, "strip", import("zod").ZodTypeAny, {
1261
+ href: string;
1262
+ tab: string;
1263
+ icon?: string | {
1264
+ name: string;
1265
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1266
+ } | undefined;
1267
+ hidden?: boolean | undefined;
1268
+ }, {
1269
+ href: string;
1270
+ tab: string;
1271
+ icon?: string | {
1272
+ name: string;
1273
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1274
+ } | undefined;
1275
+ hidden?: boolean | undefined;
1276
+ }>, "many">>;
1277
+ dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1278
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1279
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1280
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1281
+ }, "strip", import("zod").ZodTypeAny, {
1282
+ name: string;
1283
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1284
+ }, {
1285
+ name: string;
1286
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1287
+ }>]>>;
1288
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1289
+ dropdown: import("zod").ZodString;
1290
+ href: import("zod").ZodString;
1291
+ }, "strip", import("zod").ZodTypeAny, {
1292
+ href: string;
1293
+ dropdown: string;
1294
+ icon?: string | {
1295
+ name: string;
1296
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1297
+ } | undefined;
1298
+ hidden?: boolean | undefined;
1299
+ }, {
1300
+ href: string;
1301
+ dropdown: string;
1302
+ icon?: string | {
1303
+ name: string;
1304
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1305
+ } | undefined;
1306
+ hidden?: boolean | undefined;
1307
+ }>, "many">>;
1308
+ anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1309
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1310
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1311
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1312
+ }, "strip", import("zod").ZodTypeAny, {
1313
+ name: string;
1314
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1315
+ }, {
1316
+ name: string;
1317
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1318
+ }>]>>;
1319
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
1320
+ light: import("zod").ZodOptional<import("zod").ZodString>;
1321
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
1322
+ }, "strict", import("zod").ZodTypeAny, {
1323
+ light?: string | undefined;
1324
+ dark?: string | undefined;
1325
+ }, {
1326
+ light?: string | undefined;
1327
+ dark?: string | undefined;
1328
+ }>>;
1329
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1330
+ anchor: import("zod").ZodString;
1331
+ href: import("zod").ZodString;
1332
+ }, "strip", import("zod").ZodTypeAny, {
1333
+ href: string;
1334
+ anchor: string;
1335
+ icon?: string | {
1336
+ name: string;
1337
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1338
+ } | undefined;
1339
+ color?: {
1340
+ light?: string | undefined;
1341
+ dark?: string | undefined;
1342
+ } | undefined;
1343
+ hidden?: boolean | undefined;
1344
+ }, {
1345
+ href: string;
1346
+ anchor: string;
1347
+ icon?: string | {
1348
+ name: string;
1349
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1350
+ } | undefined;
1351
+ color?: {
1352
+ light?: string | undefined;
1353
+ dark?: string | undefined;
1354
+ } | undefined;
1355
+ hidden?: boolean | undefined;
1356
+ }>, "many">>;
1357
+ }, "strict", import("zod").ZodTypeAny, {
1358
+ languages?: {
1359
+ href: string;
1360
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1361
+ default?: boolean | undefined;
1362
+ hidden?: boolean | undefined;
1363
+ }[] | undefined;
1364
+ versions?: {
1365
+ version: string;
1366
+ href: string;
1367
+ default?: boolean | undefined;
1368
+ hidden?: boolean | undefined;
1369
+ }[] | undefined;
1370
+ tabs?: {
1371
+ href: string;
1372
+ tab: string;
1373
+ icon?: string | {
1374
+ name: string;
1375
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1376
+ } | undefined;
1377
+ hidden?: boolean | undefined;
1378
+ }[] | undefined;
1379
+ dropdowns?: {
1380
+ href: string;
1381
+ dropdown: string;
1382
+ icon?: string | {
1383
+ name: string;
1384
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1385
+ } | undefined;
1386
+ hidden?: boolean | undefined;
1387
+ }[] | undefined;
1388
+ anchors?: {
1389
+ href: string;
1390
+ anchor: string;
1391
+ icon?: string | {
1392
+ name: string;
1393
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1394
+ } | undefined;
1395
+ color?: {
1396
+ light?: string | undefined;
1397
+ dark?: string | undefined;
1398
+ } | undefined;
1399
+ hidden?: boolean | undefined;
1400
+ }[] | undefined;
1401
+ }, {
1402
+ languages?: {
1403
+ href: string;
1404
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1405
+ default?: boolean | undefined;
1406
+ hidden?: boolean | undefined;
1407
+ }[] | undefined;
1408
+ versions?: {
1409
+ version: string;
1410
+ href: string;
1411
+ default?: boolean | undefined;
1412
+ hidden?: boolean | undefined;
1413
+ }[] | undefined;
1414
+ tabs?: {
1415
+ href: string;
1416
+ tab: string;
1417
+ icon?: string | {
1418
+ name: string;
1419
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1420
+ } | undefined;
1421
+ hidden?: boolean | undefined;
1422
+ }[] | undefined;
1423
+ dropdowns?: {
1424
+ href: string;
1425
+ dropdown: string;
1426
+ icon?: string | {
1427
+ name: string;
1428
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1429
+ } | undefined;
1430
+ hidden?: boolean | undefined;
1431
+ }[] | undefined;
1432
+ anchors?: {
1433
+ href: string;
1434
+ anchor: string;
1435
+ icon?: string | {
1436
+ name: string;
1437
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1438
+ } | undefined;
1439
+ color?: {
1440
+ light?: string | undefined;
1441
+ dark?: string | undefined;
1442
+ } | undefined;
1443
+ hidden?: boolean | undefined;
1444
+ }[] | undefined;
1445
+ }>>;
244
1446
  dropdowns: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
245
1447
  }, "strip", import("zod").ZodTypeAny, {
246
1448
  dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1449
+ global?: {
1450
+ languages?: {
1451
+ href: string;
1452
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1453
+ default?: boolean | undefined;
1454
+ hidden?: boolean | undefined;
1455
+ }[] | undefined;
1456
+ versions?: {
1457
+ version: string;
1458
+ href: string;
1459
+ default?: boolean | undefined;
1460
+ hidden?: boolean | undefined;
1461
+ }[] | undefined;
1462
+ tabs?: {
1463
+ href: string;
1464
+ tab: string;
1465
+ icon?: string | {
1466
+ name: string;
1467
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1468
+ } | undefined;
1469
+ hidden?: boolean | undefined;
1470
+ }[] | undefined;
1471
+ dropdowns?: {
1472
+ href: string;
1473
+ dropdown: string;
1474
+ icon?: string | {
1475
+ name: string;
1476
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1477
+ } | undefined;
1478
+ hidden?: boolean | undefined;
1479
+ }[] | undefined;
1480
+ anchors?: {
1481
+ href: string;
1482
+ anchor: string;
1483
+ icon?: string | {
1484
+ name: string;
1485
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1486
+ } | undefined;
1487
+ color?: {
1488
+ light?: string | undefined;
1489
+ dark?: string | undefined;
1490
+ } | undefined;
1491
+ hidden?: boolean | undefined;
1492
+ }[] | undefined;
1493
+ } | undefined;
247
1494
  }, {
248
1495
  dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1496
+ global?: {
1497
+ languages?: {
1498
+ href: string;
1499
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1500
+ default?: boolean | undefined;
1501
+ hidden?: boolean | undefined;
1502
+ }[] | undefined;
1503
+ versions?: {
1504
+ version: string;
1505
+ href: string;
1506
+ default?: boolean | undefined;
1507
+ hidden?: boolean | undefined;
1508
+ }[] | undefined;
1509
+ tabs?: {
1510
+ href: string;
1511
+ tab: string;
1512
+ icon?: string | {
1513
+ name: string;
1514
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1515
+ } | undefined;
1516
+ hidden?: boolean | undefined;
1517
+ }[] | undefined;
1518
+ dropdowns?: {
1519
+ href: string;
1520
+ dropdown: string;
1521
+ icon?: string | {
1522
+ name: string;
1523
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1524
+ } | undefined;
1525
+ hidden?: boolean | undefined;
1526
+ }[] | undefined;
1527
+ anchors?: {
1528
+ href: string;
1529
+ anchor: string;
1530
+ icon?: string | {
1531
+ name: string;
1532
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1533
+ } | undefined;
1534
+ color?: {
1535
+ light?: string | undefined;
1536
+ dark?: string | undefined;
1537
+ } | undefined;
1538
+ hidden?: boolean | undefined;
1539
+ }[] | undefined;
1540
+ } | undefined;
249
1541
  }>, import("zod").ZodObject<{
1542
+ global: import("zod").ZodOptional<import("zod").ZodObject<{
1543
+ languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1544
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
1545
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1546
+ language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
1547
+ href: import("zod").ZodString;
1548
+ }, "strip", import("zod").ZodTypeAny, {
1549
+ href: string;
1550
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1551
+ default?: boolean | undefined;
1552
+ hidden?: boolean | undefined;
1553
+ }, {
1554
+ href: string;
1555
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1556
+ default?: boolean | undefined;
1557
+ hidden?: boolean | undefined;
1558
+ }>, "many">>;
1559
+ versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1560
+ version: import("zod").ZodString;
1561
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
1562
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1563
+ href: import("zod").ZodString;
1564
+ }, "strip", import("zod").ZodTypeAny, {
1565
+ version: string;
1566
+ href: string;
1567
+ default?: boolean | undefined;
1568
+ hidden?: boolean | undefined;
1569
+ }, {
1570
+ version: string;
1571
+ href: string;
1572
+ default?: boolean | undefined;
1573
+ hidden?: boolean | undefined;
1574
+ }>, "many">>;
1575
+ tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1576
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1577
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1578
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1579
+ }, "strip", import("zod").ZodTypeAny, {
1580
+ name: string;
1581
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1582
+ }, {
1583
+ name: string;
1584
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1585
+ }>]>>;
1586
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1587
+ tab: import("zod").ZodString;
1588
+ href: import("zod").ZodString;
1589
+ }, "strip", import("zod").ZodTypeAny, {
1590
+ href: string;
1591
+ tab: string;
1592
+ icon?: string | {
1593
+ name: string;
1594
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1595
+ } | undefined;
1596
+ hidden?: boolean | undefined;
1597
+ }, {
1598
+ href: string;
1599
+ tab: string;
1600
+ icon?: string | {
1601
+ name: string;
1602
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1603
+ } | undefined;
1604
+ hidden?: boolean | undefined;
1605
+ }>, "many">>;
1606
+ dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1607
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1608
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1609
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1610
+ }, "strip", import("zod").ZodTypeAny, {
1611
+ name: string;
1612
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1613
+ }, {
1614
+ name: string;
1615
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1616
+ }>]>>;
1617
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1618
+ dropdown: import("zod").ZodString;
1619
+ href: import("zod").ZodString;
1620
+ }, "strip", import("zod").ZodTypeAny, {
1621
+ href: string;
1622
+ dropdown: string;
1623
+ icon?: string | {
1624
+ name: string;
1625
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1626
+ } | undefined;
1627
+ hidden?: boolean | undefined;
1628
+ }, {
1629
+ href: string;
1630
+ dropdown: string;
1631
+ icon?: string | {
1632
+ name: string;
1633
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1634
+ } | undefined;
1635
+ hidden?: boolean | undefined;
1636
+ }>, "many">>;
1637
+ anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1638
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1639
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1640
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1641
+ }, "strip", import("zod").ZodTypeAny, {
1642
+ name: string;
1643
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1644
+ }, {
1645
+ name: string;
1646
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1647
+ }>]>>;
1648
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
1649
+ light: import("zod").ZodOptional<import("zod").ZodString>;
1650
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
1651
+ }, "strict", import("zod").ZodTypeAny, {
1652
+ light?: string | undefined;
1653
+ dark?: string | undefined;
1654
+ }, {
1655
+ light?: string | undefined;
1656
+ dark?: string | undefined;
1657
+ }>>;
1658
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1659
+ anchor: import("zod").ZodString;
1660
+ href: import("zod").ZodString;
1661
+ }, "strip", import("zod").ZodTypeAny, {
1662
+ href: string;
1663
+ anchor: string;
1664
+ icon?: string | {
1665
+ name: string;
1666
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1667
+ } | undefined;
1668
+ color?: {
1669
+ light?: string | undefined;
1670
+ dark?: string | undefined;
1671
+ } | undefined;
1672
+ hidden?: boolean | undefined;
1673
+ }, {
1674
+ href: string;
1675
+ anchor: string;
1676
+ icon?: string | {
1677
+ name: string;
1678
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1679
+ } | undefined;
1680
+ color?: {
1681
+ light?: string | undefined;
1682
+ dark?: string | undefined;
1683
+ } | undefined;
1684
+ hidden?: boolean | undefined;
1685
+ }>, "many">>;
1686
+ }, "strict", import("zod").ZodTypeAny, {
1687
+ languages?: {
1688
+ href: string;
1689
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1690
+ default?: boolean | undefined;
1691
+ hidden?: boolean | undefined;
1692
+ }[] | undefined;
1693
+ versions?: {
1694
+ version: string;
1695
+ href: string;
1696
+ default?: boolean | undefined;
1697
+ hidden?: boolean | undefined;
1698
+ }[] | undefined;
1699
+ tabs?: {
1700
+ href: string;
1701
+ tab: string;
1702
+ icon?: string | {
1703
+ name: string;
1704
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1705
+ } | undefined;
1706
+ hidden?: boolean | undefined;
1707
+ }[] | undefined;
1708
+ dropdowns?: {
1709
+ href: string;
1710
+ dropdown: string;
1711
+ icon?: string | {
1712
+ name: string;
1713
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1714
+ } | undefined;
1715
+ hidden?: boolean | undefined;
1716
+ }[] | undefined;
1717
+ anchors?: {
1718
+ href: string;
1719
+ anchor: string;
1720
+ icon?: string | {
1721
+ name: string;
1722
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1723
+ } | undefined;
1724
+ color?: {
1725
+ light?: string | undefined;
1726
+ dark?: string | undefined;
1727
+ } | undefined;
1728
+ hidden?: boolean | undefined;
1729
+ }[] | undefined;
1730
+ }, {
1731
+ languages?: {
1732
+ href: string;
1733
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1734
+ default?: boolean | undefined;
1735
+ hidden?: boolean | undefined;
1736
+ }[] | undefined;
1737
+ versions?: {
1738
+ version: string;
1739
+ href: string;
1740
+ default?: boolean | undefined;
1741
+ hidden?: boolean | undefined;
1742
+ }[] | undefined;
1743
+ tabs?: {
1744
+ href: string;
1745
+ tab: string;
1746
+ icon?: string | {
1747
+ name: string;
1748
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1749
+ } | undefined;
1750
+ hidden?: boolean | undefined;
1751
+ }[] | undefined;
1752
+ dropdowns?: {
1753
+ href: string;
1754
+ dropdown: string;
1755
+ icon?: string | {
1756
+ name: string;
1757
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1758
+ } | undefined;
1759
+ hidden?: boolean | undefined;
1760
+ }[] | undefined;
1761
+ anchors?: {
1762
+ href: string;
1763
+ anchor: string;
1764
+ icon?: string | {
1765
+ name: string;
1766
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1767
+ } | undefined;
1768
+ color?: {
1769
+ light?: string | undefined;
1770
+ dark?: string | undefined;
1771
+ } | undefined;
1772
+ hidden?: boolean | undefined;
1773
+ }[] | undefined;
1774
+ }>>;
250
1775
  anchors: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
251
1776
  }, "strip", import("zod").ZodTypeAny, {
252
1777
  anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1778
+ global?: {
1779
+ languages?: {
1780
+ href: string;
1781
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1782
+ default?: boolean | undefined;
1783
+ hidden?: boolean | undefined;
1784
+ }[] | undefined;
1785
+ versions?: {
1786
+ version: string;
1787
+ href: string;
1788
+ default?: boolean | undefined;
1789
+ hidden?: boolean | undefined;
1790
+ }[] | undefined;
1791
+ tabs?: {
1792
+ href: string;
1793
+ tab: string;
1794
+ icon?: string | {
1795
+ name: string;
1796
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1797
+ } | undefined;
1798
+ hidden?: boolean | undefined;
1799
+ }[] | undefined;
1800
+ dropdowns?: {
1801
+ href: string;
1802
+ dropdown: string;
1803
+ icon?: string | {
1804
+ name: string;
1805
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1806
+ } | undefined;
1807
+ hidden?: boolean | undefined;
1808
+ }[] | undefined;
1809
+ anchors?: {
1810
+ href: string;
1811
+ anchor: string;
1812
+ icon?: string | {
1813
+ name: string;
1814
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1815
+ } | undefined;
1816
+ color?: {
1817
+ light?: string | undefined;
1818
+ dark?: string | undefined;
1819
+ } | undefined;
1820
+ hidden?: boolean | undefined;
1821
+ }[] | undefined;
1822
+ } | undefined;
253
1823
  }, {
254
1824
  anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1825
+ global?: {
1826
+ languages?: {
1827
+ href: string;
1828
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1829
+ default?: boolean | undefined;
1830
+ hidden?: boolean | undefined;
1831
+ }[] | undefined;
1832
+ versions?: {
1833
+ version: string;
1834
+ href: string;
1835
+ default?: boolean | undefined;
1836
+ hidden?: boolean | undefined;
1837
+ }[] | undefined;
1838
+ tabs?: {
1839
+ href: string;
1840
+ tab: string;
1841
+ icon?: string | {
1842
+ name: string;
1843
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1844
+ } | undefined;
1845
+ hidden?: boolean | undefined;
1846
+ }[] | undefined;
1847
+ dropdowns?: {
1848
+ href: string;
1849
+ dropdown: string;
1850
+ icon?: string | {
1851
+ name: string;
1852
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1853
+ } | undefined;
1854
+ hidden?: boolean | undefined;
1855
+ }[] | undefined;
1856
+ anchors?: {
1857
+ href: string;
1858
+ anchor: string;
1859
+ icon?: string | {
1860
+ name: string;
1861
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1862
+ } | undefined;
1863
+ color?: {
1864
+ light?: string | undefined;
1865
+ dark?: string | undefined;
1866
+ } | undefined;
1867
+ hidden?: boolean | undefined;
1868
+ }[] | undefined;
1869
+ } | undefined;
255
1870
  }>, import("zod").ZodObject<{
1871
+ global: import("zod").ZodOptional<import("zod").ZodObject<{
1872
+ languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1873
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
1874
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1875
+ language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
1876
+ href: import("zod").ZodString;
1877
+ }, "strip", import("zod").ZodTypeAny, {
1878
+ href: string;
1879
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1880
+ default?: boolean | undefined;
1881
+ hidden?: boolean | undefined;
1882
+ }, {
1883
+ href: string;
1884
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1885
+ default?: boolean | undefined;
1886
+ hidden?: boolean | undefined;
1887
+ }>, "many">>;
1888
+ versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1889
+ version: import("zod").ZodString;
1890
+ default: import("zod").ZodOptional<import("zod").ZodBoolean>;
1891
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1892
+ href: import("zod").ZodString;
1893
+ }, "strip", import("zod").ZodTypeAny, {
1894
+ version: string;
1895
+ href: string;
1896
+ default?: boolean | undefined;
1897
+ hidden?: boolean | undefined;
1898
+ }, {
1899
+ version: string;
1900
+ href: string;
1901
+ default?: boolean | undefined;
1902
+ hidden?: boolean | undefined;
1903
+ }>, "many">>;
1904
+ tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1905
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1906
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1907
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1908
+ }, "strip", import("zod").ZodTypeAny, {
1909
+ name: string;
1910
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1911
+ }, {
1912
+ name: string;
1913
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1914
+ }>]>>;
1915
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1916
+ tab: import("zod").ZodString;
1917
+ href: import("zod").ZodString;
1918
+ }, "strip", import("zod").ZodTypeAny, {
1919
+ href: string;
1920
+ tab: string;
1921
+ icon?: string | {
1922
+ name: string;
1923
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1924
+ } | undefined;
1925
+ hidden?: boolean | undefined;
1926
+ }, {
1927
+ href: string;
1928
+ tab: string;
1929
+ icon?: string | {
1930
+ name: string;
1931
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1932
+ } | undefined;
1933
+ hidden?: boolean | undefined;
1934
+ }>, "many">>;
1935
+ dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1936
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1937
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1938
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1939
+ }, "strip", import("zod").ZodTypeAny, {
1940
+ name: string;
1941
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1942
+ }, {
1943
+ name: string;
1944
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1945
+ }>]>>;
1946
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1947
+ dropdown: import("zod").ZodString;
1948
+ href: import("zod").ZodString;
1949
+ }, "strip", import("zod").ZodTypeAny, {
1950
+ href: string;
1951
+ dropdown: string;
1952
+ icon?: string | {
1953
+ name: string;
1954
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1955
+ } | undefined;
1956
+ hidden?: boolean | undefined;
1957
+ }, {
1958
+ href: string;
1959
+ dropdown: string;
1960
+ icon?: string | {
1961
+ name: string;
1962
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1963
+ } | undefined;
1964
+ hidden?: boolean | undefined;
1965
+ }>, "many">>;
1966
+ anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1967
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1968
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1969
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1970
+ }, "strip", import("zod").ZodTypeAny, {
1971
+ name: string;
1972
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1973
+ }, {
1974
+ name: string;
1975
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1976
+ }>]>>;
1977
+ color: import("zod").ZodOptional<import("zod").ZodObject<{
1978
+ light: import("zod").ZodOptional<import("zod").ZodString>;
1979
+ dark: import("zod").ZodOptional<import("zod").ZodString>;
1980
+ }, "strict", import("zod").ZodTypeAny, {
1981
+ light?: string | undefined;
1982
+ dark?: string | undefined;
1983
+ }, {
1984
+ light?: string | undefined;
1985
+ dark?: string | undefined;
1986
+ }>>;
1987
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1988
+ anchor: import("zod").ZodString;
1989
+ href: import("zod").ZodString;
1990
+ }, "strip", import("zod").ZodTypeAny, {
1991
+ href: string;
1992
+ anchor: string;
1993
+ icon?: string | {
1994
+ name: string;
1995
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1996
+ } | undefined;
1997
+ color?: {
1998
+ light?: string | undefined;
1999
+ dark?: string | undefined;
2000
+ } | undefined;
2001
+ hidden?: boolean | undefined;
2002
+ }, {
2003
+ href: string;
2004
+ anchor: string;
2005
+ icon?: string | {
2006
+ name: string;
2007
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2008
+ } | undefined;
2009
+ color?: {
2010
+ light?: string | undefined;
2011
+ dark?: string | undefined;
2012
+ } | undefined;
2013
+ hidden?: boolean | undefined;
2014
+ }>, "many">>;
2015
+ }, "strict", import("zod").ZodTypeAny, {
2016
+ languages?: {
2017
+ href: string;
2018
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2019
+ default?: boolean | undefined;
2020
+ hidden?: boolean | undefined;
2021
+ }[] | undefined;
2022
+ versions?: {
2023
+ version: string;
2024
+ href: string;
2025
+ default?: boolean | undefined;
2026
+ hidden?: boolean | undefined;
2027
+ }[] | undefined;
2028
+ tabs?: {
2029
+ href: string;
2030
+ tab: string;
2031
+ icon?: string | {
2032
+ name: string;
2033
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2034
+ } | undefined;
2035
+ hidden?: boolean | undefined;
2036
+ }[] | undefined;
2037
+ dropdowns?: {
2038
+ href: string;
2039
+ dropdown: string;
2040
+ icon?: string | {
2041
+ name: string;
2042
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2043
+ } | undefined;
2044
+ hidden?: boolean | undefined;
2045
+ }[] | undefined;
2046
+ anchors?: {
2047
+ href: string;
2048
+ anchor: string;
2049
+ icon?: string | {
2050
+ name: string;
2051
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2052
+ } | undefined;
2053
+ color?: {
2054
+ light?: string | undefined;
2055
+ dark?: string | undefined;
2056
+ } | undefined;
2057
+ hidden?: boolean | undefined;
2058
+ }[] | undefined;
2059
+ }, {
2060
+ languages?: {
2061
+ href: string;
2062
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2063
+ default?: boolean | undefined;
2064
+ hidden?: boolean | undefined;
2065
+ }[] | undefined;
2066
+ versions?: {
2067
+ version: string;
2068
+ href: string;
2069
+ default?: boolean | undefined;
2070
+ hidden?: boolean | undefined;
2071
+ }[] | undefined;
2072
+ tabs?: {
2073
+ href: string;
2074
+ tab: string;
2075
+ icon?: string | {
2076
+ name: string;
2077
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2078
+ } | undefined;
2079
+ hidden?: boolean | undefined;
2080
+ }[] | undefined;
2081
+ dropdowns?: {
2082
+ href: string;
2083
+ dropdown: string;
2084
+ icon?: string | {
2085
+ name: string;
2086
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2087
+ } | undefined;
2088
+ hidden?: boolean | undefined;
2089
+ }[] | undefined;
2090
+ anchors?: {
2091
+ href: string;
2092
+ anchor: string;
2093
+ icon?: string | {
2094
+ name: string;
2095
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2096
+ } | undefined;
2097
+ color?: {
2098
+ light?: string | undefined;
2099
+ dark?: string | undefined;
2100
+ } | undefined;
2101
+ hidden?: boolean | undefined;
2102
+ }[] | undefined;
2103
+ }>>;
256
2104
  groups: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
257
2105
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
258
2106
  style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
@@ -367,6 +2215,51 @@ export declare const standardConfigSchema: {
367
2215
  hidden?: boolean | undefined;
368
2216
  root?: string | undefined;
369
2217
  })[];
2218
+ global?: {
2219
+ languages?: {
2220
+ href: string;
2221
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2222
+ default?: boolean | undefined;
2223
+ hidden?: boolean | undefined;
2224
+ }[] | undefined;
2225
+ versions?: {
2226
+ version: string;
2227
+ href: string;
2228
+ default?: boolean | undefined;
2229
+ hidden?: boolean | undefined;
2230
+ }[] | undefined;
2231
+ tabs?: {
2232
+ href: string;
2233
+ tab: string;
2234
+ icon?: string | {
2235
+ name: string;
2236
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2237
+ } | undefined;
2238
+ hidden?: boolean | undefined;
2239
+ }[] | undefined;
2240
+ dropdowns?: {
2241
+ href: string;
2242
+ dropdown: string;
2243
+ icon?: string | {
2244
+ name: string;
2245
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2246
+ } | undefined;
2247
+ hidden?: boolean | undefined;
2248
+ }[] | undefined;
2249
+ anchors?: {
2250
+ href: string;
2251
+ anchor: string;
2252
+ icon?: string | {
2253
+ name: string;
2254
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2255
+ } | undefined;
2256
+ color?: {
2257
+ light?: string | undefined;
2258
+ dark?: string | undefined;
2259
+ } | undefined;
2260
+ hidden?: boolean | undefined;
2261
+ }[] | undefined;
2262
+ } | undefined;
370
2263
  }, {
371
2264
  groups: ({
372
2265
  openapi: (string | string[] | {
@@ -393,54 +2286,86 @@ export declare const standardConfigSchema: {
393
2286
  hidden?: boolean | undefined;
394
2287
  root?: string | undefined;
395
2288
  })[];
2289
+ global?: {
2290
+ languages?: {
2291
+ href: string;
2292
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
2293
+ default?: boolean | undefined;
2294
+ hidden?: boolean | undefined;
2295
+ }[] | undefined;
2296
+ versions?: {
2297
+ version: string;
2298
+ href: string;
2299
+ default?: boolean | undefined;
2300
+ hidden?: boolean | undefined;
2301
+ }[] | undefined;
2302
+ tabs?: {
2303
+ href: string;
2304
+ tab: string;
2305
+ icon?: string | {
2306
+ name: string;
2307
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2308
+ } | undefined;
2309
+ hidden?: boolean | undefined;
2310
+ }[] | undefined;
2311
+ dropdowns?: {
2312
+ href: string;
2313
+ dropdown: string;
2314
+ icon?: string | {
2315
+ name: string;
2316
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2317
+ } | undefined;
2318
+ hidden?: boolean | undefined;
2319
+ }[] | undefined;
2320
+ anchors?: {
2321
+ href: string;
2322
+ anchor: string;
2323
+ icon?: string | {
2324
+ name: string;
2325
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2326
+ } | undefined;
2327
+ color?: {
2328
+ light?: string | undefined;
2329
+ dark?: string | undefined;
2330
+ } | undefined;
2331
+ hidden?: boolean | undefined;
2332
+ }[] | undefined;
2333
+ } | undefined;
396
2334
  }>, import("zod").ZodObject<{
397
- pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
398
- }, "strip", import("zod").ZodTypeAny, {
399
- pages: any[];
400
- }, {
401
- pages: any[];
402
- }>]>, import("zod").ZodObject<{
403
2335
  global: import("zod").ZodOptional<import("zod").ZodObject<{
404
- languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
405
- language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
2336
+ languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
406
2337
  default: import("zod").ZodOptional<import("zod").ZodBoolean>;
407
2338
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2339
+ language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
2340
+ href: import("zod").ZodString;
408
2341
  }, "strip", import("zod").ZodTypeAny, {
2342
+ href: string;
409
2343
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
410
2344
  default?: boolean | undefined;
411
2345
  hidden?: boolean | undefined;
412
2346
  }, {
2347
+ href: string;
413
2348
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
414
2349
  default?: boolean | undefined;
415
2350
  hidden?: boolean | undefined;
416
- }>, import("zod").ZodObject<{
417
- href: import("zod").ZodString;
418
- }, "strip", import("zod").ZodTypeAny, {
419
- href: string;
420
- }, {
421
- href: string;
422
- }>>, "many">>;
423
- versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
2351
+ }>, "many">>;
2352
+ versions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
424
2353
  version: import("zod").ZodString;
425
2354
  default: import("zod").ZodOptional<import("zod").ZodBoolean>;
426
2355
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2356
+ href: import("zod").ZodString;
427
2357
  }, "strip", import("zod").ZodTypeAny, {
428
2358
  version: string;
2359
+ href: string;
429
2360
  default?: boolean | undefined;
430
2361
  hidden?: boolean | undefined;
431
2362
  }, {
432
2363
  version: string;
2364
+ href: string;
433
2365
  default?: boolean | undefined;
434
2366
  hidden?: boolean | undefined;
435
- }>, import("zod").ZodObject<{
436
- href: import("zod").ZodString;
437
- }, "strip", import("zod").ZodTypeAny, {
438
- href: string;
439
- }, {
440
- href: string;
441
- }>>, "many">>;
442
- tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
443
- tab: import("zod").ZodString;
2367
+ }>, "many">>;
2368
+ tabs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
444
2369
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
445
2370
  style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
446
2371
  name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
@@ -452,7 +2377,10 @@ export declare const standardConfigSchema: {
452
2377
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
453
2378
  }>]>>;
454
2379
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2380
+ tab: import("zod").ZodString;
2381
+ href: import("zod").ZodString;
455
2382
  }, "strip", import("zod").ZodTypeAny, {
2383
+ href: string;
456
2384
  tab: string;
457
2385
  icon?: string | {
458
2386
  name: string;
@@ -460,21 +2388,15 @@ export declare const standardConfigSchema: {
460
2388
  } | undefined;
461
2389
  hidden?: boolean | undefined;
462
2390
  }, {
2391
+ href: string;
463
2392
  tab: string;
464
2393
  icon?: string | {
465
2394
  name: string;
466
2395
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
467
2396
  } | undefined;
468
2397
  hidden?: boolean | undefined;
469
- }>, import("zod").ZodObject<{
470
- href: import("zod").ZodString;
471
- }, "strip", import("zod").ZodTypeAny, {
472
- href: string;
473
- }, {
474
- href: string;
475
- }>>, "many">>;
476
- dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
477
- dropdown: import("zod").ZodString;
2398
+ }>, "many">>;
2399
+ dropdowns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
478
2400
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
479
2401
  style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
480
2402
  name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
@@ -486,7 +2408,10 @@ export declare const standardConfigSchema: {
486
2408
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
487
2409
  }>]>>;
488
2410
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2411
+ dropdown: import("zod").ZodString;
2412
+ href: import("zod").ZodString;
489
2413
  }, "strip", import("zod").ZodTypeAny, {
2414
+ href: string;
490
2415
  dropdown: string;
491
2416
  icon?: string | {
492
2417
  name: string;
@@ -494,21 +2419,15 @@ export declare const standardConfigSchema: {
494
2419
  } | undefined;
495
2420
  hidden?: boolean | undefined;
496
2421
  }, {
2422
+ href: string;
497
2423
  dropdown: string;
498
2424
  icon?: string | {
499
2425
  name: string;
500
2426
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
501
2427
  } | undefined;
502
2428
  hidden?: boolean | undefined;
503
- }>, import("zod").ZodObject<{
504
- href: import("zod").ZodString;
505
- }, "strip", import("zod").ZodTypeAny, {
506
- href: string;
507
- }, {
508
- href: string;
509
- }>>, "many">>;
510
- anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
511
- anchor: import("zod").ZodString;
2429
+ }>, "many">>;
2430
+ anchors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
512
2431
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
513
2432
  style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
514
2433
  name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
@@ -530,7 +2449,10 @@ export declare const standardConfigSchema: {
530
2449
  dark?: string | undefined;
531
2450
  }>>;
532
2451
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2452
+ anchor: import("zod").ZodString;
2453
+ href: import("zod").ZodString;
533
2454
  }, "strip", import("zod").ZodTypeAny, {
2455
+ href: string;
534
2456
  anchor: string;
535
2457
  icon?: string | {
536
2458
  name: string;
@@ -542,6 +2464,7 @@ export declare const standardConfigSchema: {
542
2464
  } | undefined;
543
2465
  hidden?: boolean | undefined;
544
2466
  }, {
2467
+ href: string;
545
2468
  anchor: string;
546
2469
  icon?: string | {
547
2470
  name: string;
@@ -552,49 +2475,40 @@ export declare const standardConfigSchema: {
552
2475
  dark?: string | undefined;
553
2476
  } | undefined;
554
2477
  hidden?: boolean | undefined;
555
- }>, import("zod").ZodObject<{
556
- href: import("zod").ZodString;
557
- }, "strip", import("zod").ZodTypeAny, {
558
- href: string;
559
- }, {
560
- href: string;
561
- }>>, "many">>;
2478
+ }>, "many">>;
562
2479
  }, "strict", import("zod").ZodTypeAny, {
563
- languages?: ({
2480
+ languages?: {
2481
+ href: string;
564
2482
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
565
2483
  default?: boolean | undefined;
566
2484
  hidden?: boolean | undefined;
567
- } & {
568
- href: string;
569
- })[] | undefined;
570
- versions?: ({
2485
+ }[] | undefined;
2486
+ versions?: {
571
2487
  version: string;
2488
+ href: string;
572
2489
  default?: boolean | undefined;
573
2490
  hidden?: boolean | undefined;
574
- } & {
2491
+ }[] | undefined;
2492
+ tabs?: {
575
2493
  href: string;
576
- })[] | undefined;
577
- tabs?: ({
578
2494
  tab: string;
579
2495
  icon?: string | {
580
2496
  name: string;
581
2497
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
582
2498
  } | undefined;
583
2499
  hidden?: boolean | undefined;
584
- } & {
2500
+ }[] | undefined;
2501
+ dropdowns?: {
585
2502
  href: string;
586
- })[] | undefined;
587
- dropdowns?: ({
588
2503
  dropdown: string;
589
2504
  icon?: string | {
590
2505
  name: string;
591
2506
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
592
2507
  } | undefined;
593
2508
  hidden?: boolean | undefined;
594
- } & {
2509
+ }[] | undefined;
2510
+ anchors?: {
595
2511
  href: string;
596
- })[] | undefined;
597
- anchors?: ({
598
2512
  anchor: string;
599
2513
  icon?: string | {
600
2514
  name: string;
@@ -605,45 +2519,40 @@ export declare const standardConfigSchema: {
605
2519
  dark?: string | undefined;
606
2520
  } | undefined;
607
2521
  hidden?: boolean | undefined;
608
- } & {
609
- href: string;
610
- })[] | undefined;
2522
+ }[] | undefined;
611
2523
  }, {
612
- languages?: ({
2524
+ languages?: {
2525
+ href: string;
613
2526
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
614
2527
  default?: boolean | undefined;
615
2528
  hidden?: boolean | undefined;
616
- } & {
617
- href: string;
618
- })[] | undefined;
619
- versions?: ({
2529
+ }[] | undefined;
2530
+ versions?: {
620
2531
  version: string;
2532
+ href: string;
621
2533
  default?: boolean | undefined;
622
2534
  hidden?: boolean | undefined;
623
- } & {
2535
+ }[] | undefined;
2536
+ tabs?: {
624
2537
  href: string;
625
- })[] | undefined;
626
- tabs?: ({
627
2538
  tab: string;
628
2539
  icon?: string | {
629
2540
  name: string;
630
2541
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
631
2542
  } | undefined;
632
2543
  hidden?: boolean | undefined;
633
- } & {
2544
+ }[] | undefined;
2545
+ dropdowns?: {
634
2546
  href: string;
635
- })[] | undefined;
636
- dropdowns?: ({
637
2547
  dropdown: string;
638
2548
  icon?: string | {
639
2549
  name: string;
640
2550
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
641
2551
  } | undefined;
642
2552
  hidden?: boolean | undefined;
643
- } & {
2553
+ }[] | undefined;
2554
+ anchors?: {
644
2555
  href: string;
645
- })[] | undefined;
646
- anchors?: ({
647
2556
  anchor: string;
648
2557
  icon?: string | {
649
2558
  name: string;
@@ -654,47 +2563,44 @@ export declare const standardConfigSchema: {
654
2563
  dark?: string | undefined;
655
2564
  } | undefined;
656
2565
  hidden?: boolean | undefined;
657
- } & {
658
- href: string;
659
- })[] | undefined;
2566
+ }[] | undefined;
660
2567
  }>>;
2568
+ pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
661
2569
  }, "strip", import("zod").ZodTypeAny, {
2570
+ pages: any[];
662
2571
  global?: {
663
- languages?: ({
2572
+ languages?: {
2573
+ href: string;
664
2574
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
665
2575
  default?: boolean | undefined;
666
2576
  hidden?: boolean | undefined;
667
- } & {
668
- href: string;
669
- })[] | undefined;
670
- versions?: ({
2577
+ }[] | undefined;
2578
+ versions?: {
671
2579
  version: string;
2580
+ href: string;
672
2581
  default?: boolean | undefined;
673
2582
  hidden?: boolean | undefined;
674
- } & {
2583
+ }[] | undefined;
2584
+ tabs?: {
675
2585
  href: string;
676
- })[] | undefined;
677
- tabs?: ({
678
2586
  tab: string;
679
2587
  icon?: string | {
680
2588
  name: string;
681
2589
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
682
2590
  } | undefined;
683
2591
  hidden?: boolean | undefined;
684
- } & {
2592
+ }[] | undefined;
2593
+ dropdowns?: {
685
2594
  href: string;
686
- })[] | undefined;
687
- dropdowns?: ({
688
2595
  dropdown: string;
689
2596
  icon?: string | {
690
2597
  name: string;
691
2598
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
692
2599
  } | undefined;
693
2600
  hidden?: boolean | undefined;
694
- } & {
2601
+ }[] | undefined;
2602
+ anchors?: {
695
2603
  href: string;
696
- })[] | undefined;
697
- anchors?: ({
698
2604
  anchor: string;
699
2605
  icon?: string | {
700
2606
  name: string;
@@ -705,47 +2611,43 @@ export declare const standardConfigSchema: {
705
2611
  dark?: string | undefined;
706
2612
  } | undefined;
707
2613
  hidden?: boolean | undefined;
708
- } & {
709
- href: string;
710
- })[] | undefined;
2614
+ }[] | undefined;
711
2615
  } | undefined;
712
2616
  }, {
2617
+ pages: any[];
713
2618
  global?: {
714
- languages?: ({
2619
+ languages?: {
2620
+ href: string;
715
2621
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
716
2622
  default?: boolean | undefined;
717
2623
  hidden?: boolean | undefined;
718
- } & {
719
- href: string;
720
- })[] | undefined;
721
- versions?: ({
2624
+ }[] | undefined;
2625
+ versions?: {
722
2626
  version: string;
2627
+ href: string;
723
2628
  default?: boolean | undefined;
724
2629
  hidden?: boolean | undefined;
725
- } & {
2630
+ }[] | undefined;
2631
+ tabs?: {
726
2632
  href: string;
727
- })[] | undefined;
728
- tabs?: ({
729
2633
  tab: string;
730
2634
  icon?: string | {
731
2635
  name: string;
732
2636
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
733
2637
  } | undefined;
734
2638
  hidden?: boolean | undefined;
735
- } & {
2639
+ }[] | undefined;
2640
+ dropdowns?: {
736
2641
  href: string;
737
- })[] | undefined;
738
- dropdowns?: ({
739
2642
  dropdown: string;
740
2643
  icon?: string | {
741
2644
  name: string;
742
2645
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
743
2646
  } | undefined;
744
2647
  hidden?: boolean | undefined;
745
- } & {
2648
+ }[] | undefined;
2649
+ anchors?: {
746
2650
  href: string;
747
- })[] | undefined;
748
- anchors?: ({
749
2651
  anchor: string;
750
2652
  icon?: string | {
751
2653
  name: string;
@@ -756,11 +2658,9 @@ export declare const standardConfigSchema: {
756
2658
  dark?: string | undefined;
757
2659
  } | undefined;
758
2660
  hidden?: boolean | undefined;
759
- } & {
760
- href: string;
761
- })[] | undefined;
2661
+ }[] | undefined;
762
2662
  } | undefined;
763
- }>>;
2663
+ }>]>;
764
2664
  footer: import("zod").ZodOptional<import("zod").ZodObject<{
765
2665
  socials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, import("zod").ZodString>>;
766
2666
  links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{