@mintlify/validation 0.1.377 → 0.1.378
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v2/index.d.ts +189 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +27 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +2 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +27 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +15 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +27 -0
- package/dist/mint-config/validateConfig.d.ts +84 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -377,6 +377,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
377
377
|
library?: "fontawesome" | "lucide" | undefined;
|
|
378
378
|
}>]>>;
|
|
379
379
|
group: z.ZodString;
|
|
380
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
380
381
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
381
382
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
382
383
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -403,6 +404,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
403
404
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
404
405
|
library?: "fontawesome" | "lucide" | undefined;
|
|
405
406
|
} | undefined;
|
|
407
|
+
tag?: string | undefined;
|
|
406
408
|
hidden?: boolean | undefined;
|
|
407
409
|
root?: string | undefined;
|
|
408
410
|
}, {
|
|
@@ -419,6 +421,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
419
421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
420
422
|
library?: "fontawesome" | "lucide" | undefined;
|
|
421
423
|
} | undefined;
|
|
424
|
+
tag?: string | undefined;
|
|
422
425
|
hidden?: boolean | undefined;
|
|
423
426
|
root?: string | undefined;
|
|
424
427
|
}>, z.ZodObject<{
|
|
@@ -436,6 +439,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
436
439
|
library?: "fontawesome" | "lucide" | undefined;
|
|
437
440
|
}>]>>;
|
|
438
441
|
group: z.ZodString;
|
|
442
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
439
443
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
440
444
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
441
445
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -462,6 +466,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
462
466
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
463
467
|
library?: "fontawesome" | "lucide" | undefined;
|
|
464
468
|
} | undefined;
|
|
469
|
+
tag?: string | undefined;
|
|
465
470
|
hidden?: boolean | undefined;
|
|
466
471
|
root?: string | undefined;
|
|
467
472
|
}, {
|
|
@@ -478,6 +483,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
478
483
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
479
484
|
library?: "fontawesome" | "lucide" | undefined;
|
|
480
485
|
} | undefined;
|
|
486
|
+
tag?: string | undefined;
|
|
481
487
|
hidden?: boolean | undefined;
|
|
482
488
|
root?: string | undefined;
|
|
483
489
|
}>, z.ZodObject<{
|
|
@@ -495,6 +501,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
495
501
|
library?: "fontawesome" | "lucide" | undefined;
|
|
496
502
|
}>]>>;
|
|
497
503
|
group: z.ZodString;
|
|
504
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
498
505
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
499
506
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
500
507
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -506,6 +513,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
506
513
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
507
514
|
library?: "fontawesome" | "lucide" | undefined;
|
|
508
515
|
} | undefined;
|
|
516
|
+
tag?: string | undefined;
|
|
509
517
|
hidden?: boolean | undefined;
|
|
510
518
|
root?: string | undefined;
|
|
511
519
|
}, {
|
|
@@ -516,6 +524,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
516
524
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
517
525
|
library?: "fontawesome" | "lucide" | undefined;
|
|
518
526
|
} | undefined;
|
|
527
|
+
tag?: string | undefined;
|
|
519
528
|
hidden?: boolean | undefined;
|
|
520
529
|
root?: string | undefined;
|
|
521
530
|
}>]>, "many">;
|
|
@@ -534,6 +543,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
534
543
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
535
544
|
library?: "fontawesome" | "lucide" | undefined;
|
|
536
545
|
} | undefined;
|
|
546
|
+
tag?: string | undefined;
|
|
537
547
|
hidden?: boolean | undefined;
|
|
538
548
|
root?: string | undefined;
|
|
539
549
|
} | {
|
|
@@ -550,6 +560,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
550
560
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
551
561
|
library?: "fontawesome" | "lucide" | undefined;
|
|
552
562
|
} | undefined;
|
|
563
|
+
tag?: string | undefined;
|
|
553
564
|
hidden?: boolean | undefined;
|
|
554
565
|
root?: string | undefined;
|
|
555
566
|
} | {
|
|
@@ -560,6 +571,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
560
571
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
561
572
|
library?: "fontawesome" | "lucide" | undefined;
|
|
562
573
|
} | undefined;
|
|
574
|
+
tag?: string | undefined;
|
|
563
575
|
hidden?: boolean | undefined;
|
|
564
576
|
root?: string | undefined;
|
|
565
577
|
})[];
|
|
@@ -579,6 +591,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
579
591
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
580
592
|
library?: "fontawesome" | "lucide" | undefined;
|
|
581
593
|
} | undefined;
|
|
594
|
+
tag?: string | undefined;
|
|
582
595
|
hidden?: boolean | undefined;
|
|
583
596
|
root?: string | undefined;
|
|
584
597
|
} | {
|
|
@@ -595,6 +608,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
595
608
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
596
609
|
library?: "fontawesome" | "lucide" | undefined;
|
|
597
610
|
} | undefined;
|
|
611
|
+
tag?: string | undefined;
|
|
598
612
|
hidden?: boolean | undefined;
|
|
599
613
|
root?: string | undefined;
|
|
600
614
|
} | {
|
|
@@ -605,6 +619,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
605
619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
606
620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
607
621
|
} | undefined;
|
|
622
|
+
tag?: string | undefined;
|
|
608
623
|
hidden?: boolean | undefined;
|
|
609
624
|
root?: string | undefined;
|
|
610
625
|
})[];
|
|
@@ -1170,6 +1185,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1170
1185
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1171
1186
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1172
1187
|
} | undefined;
|
|
1188
|
+
tag?: string | undefined;
|
|
1173
1189
|
hidden?: boolean | undefined;
|
|
1174
1190
|
root?: string | undefined;
|
|
1175
1191
|
} | {
|
|
@@ -1186,6 +1202,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1186
1202
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1187
1203
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1188
1204
|
} | undefined;
|
|
1205
|
+
tag?: string | undefined;
|
|
1189
1206
|
hidden?: boolean | undefined;
|
|
1190
1207
|
root?: string | undefined;
|
|
1191
1208
|
} | {
|
|
@@ -1196,6 +1213,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1196
1213
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1197
1214
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1198
1215
|
} | undefined;
|
|
1216
|
+
tag?: string | undefined;
|
|
1199
1217
|
hidden?: boolean | undefined;
|
|
1200
1218
|
root?: string | undefined;
|
|
1201
1219
|
})[];
|
|
@@ -1233,6 +1251,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1233
1251
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1234
1252
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1235
1253
|
} | undefined;
|
|
1254
|
+
tag?: string | undefined;
|
|
1236
1255
|
hidden?: boolean | undefined;
|
|
1237
1256
|
root?: string | undefined;
|
|
1238
1257
|
} | {
|
|
@@ -1249,6 +1268,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1249
1268
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1250
1269
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1251
1270
|
} | undefined;
|
|
1271
|
+
tag?: string | undefined;
|
|
1252
1272
|
hidden?: boolean | undefined;
|
|
1253
1273
|
root?: string | undefined;
|
|
1254
1274
|
} | {
|
|
@@ -1259,6 +1279,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1259
1279
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1260
1280
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1261
1281
|
} | undefined;
|
|
1282
|
+
tag?: string | undefined;
|
|
1262
1283
|
hidden?: boolean | undefined;
|
|
1263
1284
|
root?: string | undefined;
|
|
1264
1285
|
})[];
|
|
@@ -1500,6 +1521,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1500
1521
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1501
1522
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1502
1523
|
} | undefined;
|
|
1524
|
+
tag?: string | undefined;
|
|
1503
1525
|
hidden?: boolean | undefined;
|
|
1504
1526
|
root?: string | undefined;
|
|
1505
1527
|
} | {
|
|
@@ -1516,6 +1538,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1516
1538
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1517
1539
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1518
1540
|
} | undefined;
|
|
1541
|
+
tag?: string | undefined;
|
|
1519
1542
|
hidden?: boolean | undefined;
|
|
1520
1543
|
root?: string | undefined;
|
|
1521
1544
|
} | {
|
|
@@ -1526,6 +1549,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1526
1549
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1527
1550
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1528
1551
|
} | undefined;
|
|
1552
|
+
tag?: string | undefined;
|
|
1529
1553
|
hidden?: boolean | undefined;
|
|
1530
1554
|
root?: string | undefined;
|
|
1531
1555
|
})[];
|
|
@@ -1563,6 +1587,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1563
1587
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1564
1588
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1565
1589
|
} | undefined;
|
|
1590
|
+
tag?: string | undefined;
|
|
1566
1591
|
hidden?: boolean | undefined;
|
|
1567
1592
|
root?: string | undefined;
|
|
1568
1593
|
} | {
|
|
@@ -1579,6 +1604,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1579
1604
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1580
1605
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1581
1606
|
} | undefined;
|
|
1607
|
+
tag?: string | undefined;
|
|
1582
1608
|
hidden?: boolean | undefined;
|
|
1583
1609
|
root?: string | undefined;
|
|
1584
1610
|
} | {
|
|
@@ -1589,6 +1615,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1589
1615
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1590
1616
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1591
1617
|
} | undefined;
|
|
1618
|
+
tag?: string | undefined;
|
|
1592
1619
|
hidden?: boolean | undefined;
|
|
1593
1620
|
root?: string | undefined;
|
|
1594
1621
|
})[];
|
|
@@ -2169,6 +2196,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2169
2196
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2170
2197
|
}>]>>;
|
|
2171
2198
|
group: z.ZodString;
|
|
2199
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
2172
2200
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2173
2201
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2174
2202
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -2195,6 +2223,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2195
2223
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2196
2224
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2197
2225
|
} | undefined;
|
|
2226
|
+
tag?: string | undefined;
|
|
2198
2227
|
hidden?: boolean | undefined;
|
|
2199
2228
|
root?: string | undefined;
|
|
2200
2229
|
}, {
|
|
@@ -2211,6 +2240,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2211
2240
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2212
2241
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2213
2242
|
} | undefined;
|
|
2243
|
+
tag?: string | undefined;
|
|
2214
2244
|
hidden?: boolean | undefined;
|
|
2215
2245
|
root?: string | undefined;
|
|
2216
2246
|
}>, z.ZodObject<{
|
|
@@ -2228,6 +2258,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2228
2258
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2229
2259
|
}>]>>;
|
|
2230
2260
|
group: z.ZodString;
|
|
2261
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
2231
2262
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2232
2263
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2233
2264
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -2254,6 +2285,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2254
2285
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2255
2286
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2256
2287
|
} | undefined;
|
|
2288
|
+
tag?: string | undefined;
|
|
2257
2289
|
hidden?: boolean | undefined;
|
|
2258
2290
|
root?: string | undefined;
|
|
2259
2291
|
}, {
|
|
@@ -2270,6 +2302,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2270
2302
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2271
2303
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2272
2304
|
} | undefined;
|
|
2305
|
+
tag?: string | undefined;
|
|
2273
2306
|
hidden?: boolean | undefined;
|
|
2274
2307
|
root?: string | undefined;
|
|
2275
2308
|
}>, z.ZodObject<{
|
|
@@ -2287,6 +2320,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2287
2320
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2288
2321
|
}>]>>;
|
|
2289
2322
|
group: z.ZodString;
|
|
2323
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
2290
2324
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2291
2325
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2292
2326
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -2298,6 +2332,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2298
2332
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2299
2333
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2300
2334
|
} | undefined;
|
|
2335
|
+
tag?: string | undefined;
|
|
2301
2336
|
hidden?: boolean | undefined;
|
|
2302
2337
|
root?: string | undefined;
|
|
2303
2338
|
}, {
|
|
@@ -2308,6 +2343,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2308
2343
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2309
2344
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2310
2345
|
} | undefined;
|
|
2346
|
+
tag?: string | undefined;
|
|
2311
2347
|
hidden?: boolean | undefined;
|
|
2312
2348
|
root?: string | undefined;
|
|
2313
2349
|
}>]>, "many">;
|
|
@@ -2326,6 +2362,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2326
2362
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2327
2363
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2328
2364
|
} | undefined;
|
|
2365
|
+
tag?: string | undefined;
|
|
2329
2366
|
hidden?: boolean | undefined;
|
|
2330
2367
|
root?: string | undefined;
|
|
2331
2368
|
} | {
|
|
@@ -2342,6 +2379,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2342
2379
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2343
2380
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2344
2381
|
} | undefined;
|
|
2382
|
+
tag?: string | undefined;
|
|
2345
2383
|
hidden?: boolean | undefined;
|
|
2346
2384
|
root?: string | undefined;
|
|
2347
2385
|
} | {
|
|
@@ -2352,6 +2390,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2352
2390
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2353
2391
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2354
2392
|
} | undefined;
|
|
2393
|
+
tag?: string | undefined;
|
|
2355
2394
|
hidden?: boolean | undefined;
|
|
2356
2395
|
root?: string | undefined;
|
|
2357
2396
|
})[];
|
|
@@ -2371,6 +2410,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2371
2410
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2372
2411
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2373
2412
|
} | undefined;
|
|
2413
|
+
tag?: string | undefined;
|
|
2374
2414
|
hidden?: boolean | undefined;
|
|
2375
2415
|
root?: string | undefined;
|
|
2376
2416
|
} | {
|
|
@@ -2387,6 +2427,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2387
2427
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2388
2428
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2389
2429
|
} | undefined;
|
|
2430
|
+
tag?: string | undefined;
|
|
2390
2431
|
hidden?: boolean | undefined;
|
|
2391
2432
|
root?: string | undefined;
|
|
2392
2433
|
} | {
|
|
@@ -2397,6 +2438,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2397
2438
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2398
2439
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2399
2440
|
} | undefined;
|
|
2441
|
+
tag?: string | undefined;
|
|
2400
2442
|
hidden?: boolean | undefined;
|
|
2401
2443
|
root?: string | undefined;
|
|
2402
2444
|
})[];
|
|
@@ -2962,6 +3004,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2962
3004
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2963
3005
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2964
3006
|
} | undefined;
|
|
3007
|
+
tag?: string | undefined;
|
|
2965
3008
|
hidden?: boolean | undefined;
|
|
2966
3009
|
root?: string | undefined;
|
|
2967
3010
|
} | {
|
|
@@ -2978,6 +3021,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2978
3021
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2979
3022
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2980
3023
|
} | undefined;
|
|
3024
|
+
tag?: string | undefined;
|
|
2981
3025
|
hidden?: boolean | undefined;
|
|
2982
3026
|
root?: string | undefined;
|
|
2983
3027
|
} | {
|
|
@@ -2988,6 +3032,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2988
3032
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2989
3033
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2990
3034
|
} | undefined;
|
|
3035
|
+
tag?: string | undefined;
|
|
2991
3036
|
hidden?: boolean | undefined;
|
|
2992
3037
|
root?: string | undefined;
|
|
2993
3038
|
})[];
|
|
@@ -3025,6 +3070,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3025
3070
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3026
3071
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3027
3072
|
} | undefined;
|
|
3073
|
+
tag?: string | undefined;
|
|
3028
3074
|
hidden?: boolean | undefined;
|
|
3029
3075
|
root?: string | undefined;
|
|
3030
3076
|
} | {
|
|
@@ -3041,6 +3087,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3041
3087
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3042
3088
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3043
3089
|
} | undefined;
|
|
3090
|
+
tag?: string | undefined;
|
|
3044
3091
|
hidden?: boolean | undefined;
|
|
3045
3092
|
root?: string | undefined;
|
|
3046
3093
|
} | {
|
|
@@ -3051,6 +3098,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3051
3098
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3052
3099
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3053
3100
|
} | undefined;
|
|
3101
|
+
tag?: string | undefined;
|
|
3054
3102
|
hidden?: boolean | undefined;
|
|
3055
3103
|
root?: string | undefined;
|
|
3056
3104
|
})[];
|
|
@@ -3292,6 +3340,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3292
3340
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3293
3341
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3294
3342
|
} | undefined;
|
|
3343
|
+
tag?: string | undefined;
|
|
3295
3344
|
hidden?: boolean | undefined;
|
|
3296
3345
|
root?: string | undefined;
|
|
3297
3346
|
} | {
|
|
@@ -3308,6 +3357,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3308
3357
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3309
3358
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3310
3359
|
} | undefined;
|
|
3360
|
+
tag?: string | undefined;
|
|
3311
3361
|
hidden?: boolean | undefined;
|
|
3312
3362
|
root?: string | undefined;
|
|
3313
3363
|
} | {
|
|
@@ -3318,6 +3368,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3318
3368
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3319
3369
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3320
3370
|
} | undefined;
|
|
3371
|
+
tag?: string | undefined;
|
|
3321
3372
|
hidden?: boolean | undefined;
|
|
3322
3373
|
root?: string | undefined;
|
|
3323
3374
|
})[];
|
|
@@ -3355,6 +3406,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3355
3406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3356
3407
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3357
3408
|
} | undefined;
|
|
3409
|
+
tag?: string | undefined;
|
|
3358
3410
|
hidden?: boolean | undefined;
|
|
3359
3411
|
root?: string | undefined;
|
|
3360
3412
|
} | {
|
|
@@ -3371,6 +3423,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3371
3423
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3372
3424
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3373
3425
|
} | undefined;
|
|
3426
|
+
tag?: string | undefined;
|
|
3374
3427
|
hidden?: boolean | undefined;
|
|
3375
3428
|
root?: string | undefined;
|
|
3376
3429
|
} | {
|
|
@@ -3381,6 +3434,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3381
3434
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3382
3435
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3383
3436
|
} | undefined;
|
|
3437
|
+
tag?: string | undefined;
|
|
3384
3438
|
hidden?: boolean | undefined;
|
|
3385
3439
|
root?: string | undefined;
|
|
3386
3440
|
})[];
|
|
@@ -3961,6 +4015,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3961
4015
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3962
4016
|
}>]>>;
|
|
3963
4017
|
group: z.ZodString;
|
|
4018
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
3964
4019
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
3965
4020
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
3966
4021
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -3987,6 +4042,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3987
4042
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3988
4043
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3989
4044
|
} | undefined;
|
|
4045
|
+
tag?: string | undefined;
|
|
3990
4046
|
hidden?: boolean | undefined;
|
|
3991
4047
|
root?: string | undefined;
|
|
3992
4048
|
}, {
|
|
@@ -4003,6 +4059,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4003
4059
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4004
4060
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4005
4061
|
} | undefined;
|
|
4062
|
+
tag?: string | undefined;
|
|
4006
4063
|
hidden?: boolean | undefined;
|
|
4007
4064
|
root?: string | undefined;
|
|
4008
4065
|
}>, z.ZodObject<{
|
|
@@ -4020,6 +4077,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4020
4077
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4021
4078
|
}>]>>;
|
|
4022
4079
|
group: z.ZodString;
|
|
4080
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
4023
4081
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4024
4082
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4025
4083
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -4046,6 +4104,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4046
4104
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4047
4105
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4048
4106
|
} | undefined;
|
|
4107
|
+
tag?: string | undefined;
|
|
4049
4108
|
hidden?: boolean | undefined;
|
|
4050
4109
|
root?: string | undefined;
|
|
4051
4110
|
}, {
|
|
@@ -4062,6 +4121,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4062
4121
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4063
4122
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4064
4123
|
} | undefined;
|
|
4124
|
+
tag?: string | undefined;
|
|
4065
4125
|
hidden?: boolean | undefined;
|
|
4066
4126
|
root?: string | undefined;
|
|
4067
4127
|
}>, z.ZodObject<{
|
|
@@ -4079,6 +4139,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4079
4139
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4080
4140
|
}>]>>;
|
|
4081
4141
|
group: z.ZodString;
|
|
4142
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
4082
4143
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4083
4144
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4084
4145
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -4090,6 +4151,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4090
4151
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4091
4152
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4092
4153
|
} | undefined;
|
|
4154
|
+
tag?: string | undefined;
|
|
4093
4155
|
hidden?: boolean | undefined;
|
|
4094
4156
|
root?: string | undefined;
|
|
4095
4157
|
}, {
|
|
@@ -4100,6 +4162,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4100
4162
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4101
4163
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4102
4164
|
} | undefined;
|
|
4165
|
+
tag?: string | undefined;
|
|
4103
4166
|
hidden?: boolean | undefined;
|
|
4104
4167
|
root?: string | undefined;
|
|
4105
4168
|
}>]>, "many">;
|
|
@@ -4118,6 +4181,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4118
4181
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4119
4182
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4120
4183
|
} | undefined;
|
|
4184
|
+
tag?: string | undefined;
|
|
4121
4185
|
hidden?: boolean | undefined;
|
|
4122
4186
|
root?: string | undefined;
|
|
4123
4187
|
} | {
|
|
@@ -4134,6 +4198,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4134
4198
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4135
4199
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4136
4200
|
} | undefined;
|
|
4201
|
+
tag?: string | undefined;
|
|
4137
4202
|
hidden?: boolean | undefined;
|
|
4138
4203
|
root?: string | undefined;
|
|
4139
4204
|
} | {
|
|
@@ -4144,6 +4209,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4144
4209
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4145
4210
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4146
4211
|
} | undefined;
|
|
4212
|
+
tag?: string | undefined;
|
|
4147
4213
|
hidden?: boolean | undefined;
|
|
4148
4214
|
root?: string | undefined;
|
|
4149
4215
|
})[];
|
|
@@ -4163,6 +4229,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4163
4229
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4164
4230
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4165
4231
|
} | undefined;
|
|
4232
|
+
tag?: string | undefined;
|
|
4166
4233
|
hidden?: boolean | undefined;
|
|
4167
4234
|
root?: string | undefined;
|
|
4168
4235
|
} | {
|
|
@@ -4179,6 +4246,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4179
4246
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4180
4247
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4181
4248
|
} | undefined;
|
|
4249
|
+
tag?: string | undefined;
|
|
4182
4250
|
hidden?: boolean | undefined;
|
|
4183
4251
|
root?: string | undefined;
|
|
4184
4252
|
} | {
|
|
@@ -4189,6 +4257,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4189
4257
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4190
4258
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4191
4259
|
} | undefined;
|
|
4260
|
+
tag?: string | undefined;
|
|
4192
4261
|
hidden?: boolean | undefined;
|
|
4193
4262
|
root?: string | undefined;
|
|
4194
4263
|
})[];
|
|
@@ -4754,6 +4823,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4754
4823
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4755
4824
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4756
4825
|
} | undefined;
|
|
4826
|
+
tag?: string | undefined;
|
|
4757
4827
|
hidden?: boolean | undefined;
|
|
4758
4828
|
root?: string | undefined;
|
|
4759
4829
|
} | {
|
|
@@ -4770,6 +4840,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4770
4840
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4771
4841
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4772
4842
|
} | undefined;
|
|
4843
|
+
tag?: string | undefined;
|
|
4773
4844
|
hidden?: boolean | undefined;
|
|
4774
4845
|
root?: string | undefined;
|
|
4775
4846
|
} | {
|
|
@@ -4780,6 +4851,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4780
4851
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4781
4852
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4782
4853
|
} | undefined;
|
|
4854
|
+
tag?: string | undefined;
|
|
4783
4855
|
hidden?: boolean | undefined;
|
|
4784
4856
|
root?: string | undefined;
|
|
4785
4857
|
})[];
|
|
@@ -4817,6 +4889,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4817
4889
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4818
4890
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4819
4891
|
} | undefined;
|
|
4892
|
+
tag?: string | undefined;
|
|
4820
4893
|
hidden?: boolean | undefined;
|
|
4821
4894
|
root?: string | undefined;
|
|
4822
4895
|
} | {
|
|
@@ -4833,6 +4906,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4833
4906
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4834
4907
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4835
4908
|
} | undefined;
|
|
4909
|
+
tag?: string | undefined;
|
|
4836
4910
|
hidden?: boolean | undefined;
|
|
4837
4911
|
root?: string | undefined;
|
|
4838
4912
|
} | {
|
|
@@ -4843,6 +4917,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4843
4917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4844
4918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4845
4919
|
} | undefined;
|
|
4920
|
+
tag?: string | undefined;
|
|
4846
4921
|
hidden?: boolean | undefined;
|
|
4847
4922
|
root?: string | undefined;
|
|
4848
4923
|
})[];
|
|
@@ -5084,6 +5159,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5084
5159
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5085
5160
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5086
5161
|
} | undefined;
|
|
5162
|
+
tag?: string | undefined;
|
|
5087
5163
|
hidden?: boolean | undefined;
|
|
5088
5164
|
root?: string | undefined;
|
|
5089
5165
|
} | {
|
|
@@ -5100,6 +5176,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5100
5176
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5101
5177
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5102
5178
|
} | undefined;
|
|
5179
|
+
tag?: string | undefined;
|
|
5103
5180
|
hidden?: boolean | undefined;
|
|
5104
5181
|
root?: string | undefined;
|
|
5105
5182
|
} | {
|
|
@@ -5110,6 +5187,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5110
5187
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5111
5188
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5112
5189
|
} | undefined;
|
|
5190
|
+
tag?: string | undefined;
|
|
5113
5191
|
hidden?: boolean | undefined;
|
|
5114
5192
|
root?: string | undefined;
|
|
5115
5193
|
})[];
|
|
@@ -5147,6 +5225,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5147
5225
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5148
5226
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5149
5227
|
} | undefined;
|
|
5228
|
+
tag?: string | undefined;
|
|
5150
5229
|
hidden?: boolean | undefined;
|
|
5151
5230
|
root?: string | undefined;
|
|
5152
5231
|
} | {
|
|
@@ -5163,6 +5242,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5163
5242
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5164
5243
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5165
5244
|
} | undefined;
|
|
5245
|
+
tag?: string | undefined;
|
|
5166
5246
|
hidden?: boolean | undefined;
|
|
5167
5247
|
root?: string | undefined;
|
|
5168
5248
|
} | {
|
|
@@ -5173,6 +5253,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5173
5253
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5174
5254
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5175
5255
|
} | undefined;
|
|
5256
|
+
tag?: string | undefined;
|
|
5176
5257
|
hidden?: boolean | undefined;
|
|
5177
5258
|
root?: string | undefined;
|
|
5178
5259
|
})[];
|
|
@@ -5753,6 +5834,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5753
5834
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5754
5835
|
}>]>>;
|
|
5755
5836
|
group: z.ZodString;
|
|
5837
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
5756
5838
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
5757
5839
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5758
5840
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -5779,6 +5861,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5779
5861
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5780
5862
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5781
5863
|
} | undefined;
|
|
5864
|
+
tag?: string | undefined;
|
|
5782
5865
|
hidden?: boolean | undefined;
|
|
5783
5866
|
root?: string | undefined;
|
|
5784
5867
|
}, {
|
|
@@ -5795,6 +5878,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5795
5878
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5796
5879
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5797
5880
|
} | undefined;
|
|
5881
|
+
tag?: string | undefined;
|
|
5798
5882
|
hidden?: boolean | undefined;
|
|
5799
5883
|
root?: string | undefined;
|
|
5800
5884
|
}>, z.ZodObject<{
|
|
@@ -5812,6 +5896,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5812
5896
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5813
5897
|
}>]>>;
|
|
5814
5898
|
group: z.ZodString;
|
|
5899
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
5815
5900
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
5816
5901
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5817
5902
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -5838,6 +5923,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5838
5923
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5839
5924
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5840
5925
|
} | undefined;
|
|
5926
|
+
tag?: string | undefined;
|
|
5841
5927
|
hidden?: boolean | undefined;
|
|
5842
5928
|
root?: string | undefined;
|
|
5843
5929
|
}, {
|
|
@@ -5854,6 +5940,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5854
5940
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5855
5941
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5856
5942
|
} | undefined;
|
|
5943
|
+
tag?: string | undefined;
|
|
5857
5944
|
hidden?: boolean | undefined;
|
|
5858
5945
|
root?: string | undefined;
|
|
5859
5946
|
}>, z.ZodObject<{
|
|
@@ -5871,6 +5958,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5871
5958
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5872
5959
|
}>]>>;
|
|
5873
5960
|
group: z.ZodString;
|
|
5961
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
5874
5962
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
5875
5963
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
5876
5964
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -5882,6 +5970,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5882
5970
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5883
5971
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5884
5972
|
} | undefined;
|
|
5973
|
+
tag?: string | undefined;
|
|
5885
5974
|
hidden?: boolean | undefined;
|
|
5886
5975
|
root?: string | undefined;
|
|
5887
5976
|
}, {
|
|
@@ -5892,6 +5981,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5892
5981
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5893
5982
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5894
5983
|
} | undefined;
|
|
5984
|
+
tag?: string | undefined;
|
|
5895
5985
|
hidden?: boolean | undefined;
|
|
5896
5986
|
root?: string | undefined;
|
|
5897
5987
|
}>]>, "many">;
|
|
@@ -5910,6 +6000,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5910
6000
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5911
6001
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5912
6002
|
} | undefined;
|
|
6003
|
+
tag?: string | undefined;
|
|
5913
6004
|
hidden?: boolean | undefined;
|
|
5914
6005
|
root?: string | undefined;
|
|
5915
6006
|
} | {
|
|
@@ -5926,6 +6017,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5926
6017
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5927
6018
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5928
6019
|
} | undefined;
|
|
6020
|
+
tag?: string | undefined;
|
|
5929
6021
|
hidden?: boolean | undefined;
|
|
5930
6022
|
root?: string | undefined;
|
|
5931
6023
|
} | {
|
|
@@ -5936,6 +6028,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5936
6028
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5937
6029
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5938
6030
|
} | undefined;
|
|
6031
|
+
tag?: string | undefined;
|
|
5939
6032
|
hidden?: boolean | undefined;
|
|
5940
6033
|
root?: string | undefined;
|
|
5941
6034
|
})[];
|
|
@@ -5955,6 +6048,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5955
6048
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5956
6049
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5957
6050
|
} | undefined;
|
|
6051
|
+
tag?: string | undefined;
|
|
5958
6052
|
hidden?: boolean | undefined;
|
|
5959
6053
|
root?: string | undefined;
|
|
5960
6054
|
} | {
|
|
@@ -5971,6 +6065,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5971
6065
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5972
6066
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5973
6067
|
} | undefined;
|
|
6068
|
+
tag?: string | undefined;
|
|
5974
6069
|
hidden?: boolean | undefined;
|
|
5975
6070
|
root?: string | undefined;
|
|
5976
6071
|
} | {
|
|
@@ -5981,6 +6076,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5981
6076
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5982
6077
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5983
6078
|
} | undefined;
|
|
6079
|
+
tag?: string | undefined;
|
|
5984
6080
|
hidden?: boolean | undefined;
|
|
5985
6081
|
root?: string | undefined;
|
|
5986
6082
|
})[];
|
|
@@ -6546,6 +6642,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6546
6642
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6547
6643
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6548
6644
|
} | undefined;
|
|
6645
|
+
tag?: string | undefined;
|
|
6549
6646
|
hidden?: boolean | undefined;
|
|
6550
6647
|
root?: string | undefined;
|
|
6551
6648
|
} | {
|
|
@@ -6562,6 +6659,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6562
6659
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6563
6660
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6564
6661
|
} | undefined;
|
|
6662
|
+
tag?: string | undefined;
|
|
6565
6663
|
hidden?: boolean | undefined;
|
|
6566
6664
|
root?: string | undefined;
|
|
6567
6665
|
} | {
|
|
@@ -6572,6 +6670,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6572
6670
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6573
6671
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6574
6672
|
} | undefined;
|
|
6673
|
+
tag?: string | undefined;
|
|
6575
6674
|
hidden?: boolean | undefined;
|
|
6576
6675
|
root?: string | undefined;
|
|
6577
6676
|
})[];
|
|
@@ -6609,6 +6708,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6609
6708
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6610
6709
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6611
6710
|
} | undefined;
|
|
6711
|
+
tag?: string | undefined;
|
|
6612
6712
|
hidden?: boolean | undefined;
|
|
6613
6713
|
root?: string | undefined;
|
|
6614
6714
|
} | {
|
|
@@ -6625,6 +6725,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6625
6725
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6626
6726
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6627
6727
|
} | undefined;
|
|
6728
|
+
tag?: string | undefined;
|
|
6628
6729
|
hidden?: boolean | undefined;
|
|
6629
6730
|
root?: string | undefined;
|
|
6630
6731
|
} | {
|
|
@@ -6635,6 +6736,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6635
6736
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6636
6737
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6637
6738
|
} | undefined;
|
|
6739
|
+
tag?: string | undefined;
|
|
6638
6740
|
hidden?: boolean | undefined;
|
|
6639
6741
|
root?: string | undefined;
|
|
6640
6742
|
})[];
|
|
@@ -6876,6 +6978,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6876
6978
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6877
6979
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6878
6980
|
} | undefined;
|
|
6981
|
+
tag?: string | undefined;
|
|
6879
6982
|
hidden?: boolean | undefined;
|
|
6880
6983
|
root?: string | undefined;
|
|
6881
6984
|
} | {
|
|
@@ -6892,6 +6995,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6892
6995
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6893
6996
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6894
6997
|
} | undefined;
|
|
6998
|
+
tag?: string | undefined;
|
|
6895
6999
|
hidden?: boolean | undefined;
|
|
6896
7000
|
root?: string | undefined;
|
|
6897
7001
|
} | {
|
|
@@ -6902,6 +7006,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6902
7006
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6903
7007
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6904
7008
|
} | undefined;
|
|
7009
|
+
tag?: string | undefined;
|
|
6905
7010
|
hidden?: boolean | undefined;
|
|
6906
7011
|
root?: string | undefined;
|
|
6907
7012
|
})[];
|
|
@@ -6939,6 +7044,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6939
7044
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6940
7045
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6941
7046
|
} | undefined;
|
|
7047
|
+
tag?: string | undefined;
|
|
6942
7048
|
hidden?: boolean | undefined;
|
|
6943
7049
|
root?: string | undefined;
|
|
6944
7050
|
} | {
|
|
@@ -6955,6 +7061,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6955
7061
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6956
7062
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6957
7063
|
} | undefined;
|
|
7064
|
+
tag?: string | undefined;
|
|
6958
7065
|
hidden?: boolean | undefined;
|
|
6959
7066
|
root?: string | undefined;
|
|
6960
7067
|
} | {
|
|
@@ -6965,6 +7072,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6965
7072
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6966
7073
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6967
7074
|
} | undefined;
|
|
7075
|
+
tag?: string | undefined;
|
|
6968
7076
|
hidden?: boolean | undefined;
|
|
6969
7077
|
root?: string | undefined;
|
|
6970
7078
|
})[];
|
|
@@ -7545,6 +7653,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7545
7653
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7546
7654
|
}>]>>;
|
|
7547
7655
|
group: z.ZodString;
|
|
7656
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
7548
7657
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
7549
7658
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7550
7659
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -7571,6 +7680,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7571
7680
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7572
7681
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7573
7682
|
} | undefined;
|
|
7683
|
+
tag?: string | undefined;
|
|
7574
7684
|
hidden?: boolean | undefined;
|
|
7575
7685
|
root?: string | undefined;
|
|
7576
7686
|
}, {
|
|
@@ -7587,6 +7697,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7587
7697
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7588
7698
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7589
7699
|
} | undefined;
|
|
7700
|
+
tag?: string | undefined;
|
|
7590
7701
|
hidden?: boolean | undefined;
|
|
7591
7702
|
root?: string | undefined;
|
|
7592
7703
|
}>, z.ZodObject<{
|
|
@@ -7604,6 +7715,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7604
7715
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7605
7716
|
}>]>>;
|
|
7606
7717
|
group: z.ZodString;
|
|
7718
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
7607
7719
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
7608
7720
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7609
7721
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -7630,6 +7742,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7630
7742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7631
7743
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7632
7744
|
} | undefined;
|
|
7745
|
+
tag?: string | undefined;
|
|
7633
7746
|
hidden?: boolean | undefined;
|
|
7634
7747
|
root?: string | undefined;
|
|
7635
7748
|
}, {
|
|
@@ -7646,6 +7759,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7646
7759
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7647
7760
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7648
7761
|
} | undefined;
|
|
7762
|
+
tag?: string | undefined;
|
|
7649
7763
|
hidden?: boolean | undefined;
|
|
7650
7764
|
root?: string | undefined;
|
|
7651
7765
|
}>, z.ZodObject<{
|
|
@@ -7663,6 +7777,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7663
7777
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7664
7778
|
}>]>>;
|
|
7665
7779
|
group: z.ZodString;
|
|
7780
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
7666
7781
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
7667
7782
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7668
7783
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -7674,6 +7789,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7674
7789
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7675
7790
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7676
7791
|
} | undefined;
|
|
7792
|
+
tag?: string | undefined;
|
|
7677
7793
|
hidden?: boolean | undefined;
|
|
7678
7794
|
root?: string | undefined;
|
|
7679
7795
|
}, {
|
|
@@ -7684,6 +7800,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7684
7800
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7685
7801
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7686
7802
|
} | undefined;
|
|
7803
|
+
tag?: string | undefined;
|
|
7687
7804
|
hidden?: boolean | undefined;
|
|
7688
7805
|
root?: string | undefined;
|
|
7689
7806
|
}>]>, "many">;
|
|
@@ -7702,6 +7819,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7702
7819
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7703
7820
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7704
7821
|
} | undefined;
|
|
7822
|
+
tag?: string | undefined;
|
|
7705
7823
|
hidden?: boolean | undefined;
|
|
7706
7824
|
root?: string | undefined;
|
|
7707
7825
|
} | {
|
|
@@ -7718,6 +7836,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7718
7836
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7719
7837
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7720
7838
|
} | undefined;
|
|
7839
|
+
tag?: string | undefined;
|
|
7721
7840
|
hidden?: boolean | undefined;
|
|
7722
7841
|
root?: string | undefined;
|
|
7723
7842
|
} | {
|
|
@@ -7728,6 +7847,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7728
7847
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7729
7848
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7730
7849
|
} | undefined;
|
|
7850
|
+
tag?: string | undefined;
|
|
7731
7851
|
hidden?: boolean | undefined;
|
|
7732
7852
|
root?: string | undefined;
|
|
7733
7853
|
})[];
|
|
@@ -7747,6 +7867,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7747
7867
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7748
7868
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7749
7869
|
} | undefined;
|
|
7870
|
+
tag?: string | undefined;
|
|
7750
7871
|
hidden?: boolean | undefined;
|
|
7751
7872
|
root?: string | undefined;
|
|
7752
7873
|
} | {
|
|
@@ -7763,6 +7884,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7763
7884
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7764
7885
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7765
7886
|
} | undefined;
|
|
7887
|
+
tag?: string | undefined;
|
|
7766
7888
|
hidden?: boolean | undefined;
|
|
7767
7889
|
root?: string | undefined;
|
|
7768
7890
|
} | {
|
|
@@ -7773,6 +7895,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7773
7895
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7774
7896
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7775
7897
|
} | undefined;
|
|
7898
|
+
tag?: string | undefined;
|
|
7776
7899
|
hidden?: boolean | undefined;
|
|
7777
7900
|
root?: string | undefined;
|
|
7778
7901
|
})[];
|
|
@@ -8338,6 +8461,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8338
8461
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8339
8462
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8340
8463
|
} | undefined;
|
|
8464
|
+
tag?: string | undefined;
|
|
8341
8465
|
hidden?: boolean | undefined;
|
|
8342
8466
|
root?: string | undefined;
|
|
8343
8467
|
} | {
|
|
@@ -8354,6 +8478,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8354
8478
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8355
8479
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8356
8480
|
} | undefined;
|
|
8481
|
+
tag?: string | undefined;
|
|
8357
8482
|
hidden?: boolean | undefined;
|
|
8358
8483
|
root?: string | undefined;
|
|
8359
8484
|
} | {
|
|
@@ -8364,6 +8489,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8364
8489
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8365
8490
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8366
8491
|
} | undefined;
|
|
8492
|
+
tag?: string | undefined;
|
|
8367
8493
|
hidden?: boolean | undefined;
|
|
8368
8494
|
root?: string | undefined;
|
|
8369
8495
|
})[];
|
|
@@ -8401,6 +8527,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8401
8527
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8402
8528
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8403
8529
|
} | undefined;
|
|
8530
|
+
tag?: string | undefined;
|
|
8404
8531
|
hidden?: boolean | undefined;
|
|
8405
8532
|
root?: string | undefined;
|
|
8406
8533
|
} | {
|
|
@@ -8417,6 +8544,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8417
8544
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8418
8545
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8419
8546
|
} | undefined;
|
|
8547
|
+
tag?: string | undefined;
|
|
8420
8548
|
hidden?: boolean | undefined;
|
|
8421
8549
|
root?: string | undefined;
|
|
8422
8550
|
} | {
|
|
@@ -8427,6 +8555,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8427
8555
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8428
8556
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8429
8557
|
} | undefined;
|
|
8558
|
+
tag?: string | undefined;
|
|
8430
8559
|
hidden?: boolean | undefined;
|
|
8431
8560
|
root?: string | undefined;
|
|
8432
8561
|
})[];
|
|
@@ -8668,6 +8797,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8668
8797
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8669
8798
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8670
8799
|
} | undefined;
|
|
8800
|
+
tag?: string | undefined;
|
|
8671
8801
|
hidden?: boolean | undefined;
|
|
8672
8802
|
root?: string | undefined;
|
|
8673
8803
|
} | {
|
|
@@ -8684,6 +8814,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8684
8814
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8685
8815
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8686
8816
|
} | undefined;
|
|
8817
|
+
tag?: string | undefined;
|
|
8687
8818
|
hidden?: boolean | undefined;
|
|
8688
8819
|
root?: string | undefined;
|
|
8689
8820
|
} | {
|
|
@@ -8694,6 +8825,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8694
8825
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8695
8826
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8696
8827
|
} | undefined;
|
|
8828
|
+
tag?: string | undefined;
|
|
8697
8829
|
hidden?: boolean | undefined;
|
|
8698
8830
|
root?: string | undefined;
|
|
8699
8831
|
})[];
|
|
@@ -8731,6 +8863,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8731
8863
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8732
8864
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8733
8865
|
} | undefined;
|
|
8866
|
+
tag?: string | undefined;
|
|
8734
8867
|
hidden?: boolean | undefined;
|
|
8735
8868
|
root?: string | undefined;
|
|
8736
8869
|
} | {
|
|
@@ -8747,6 +8880,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8747
8880
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8748
8881
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8749
8882
|
} | undefined;
|
|
8883
|
+
tag?: string | undefined;
|
|
8750
8884
|
hidden?: boolean | undefined;
|
|
8751
8885
|
root?: string | undefined;
|
|
8752
8886
|
} | {
|
|
@@ -8757,6 +8891,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8757
8891
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8758
8892
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8759
8893
|
} | undefined;
|
|
8894
|
+
tag?: string | undefined;
|
|
8760
8895
|
hidden?: boolean | undefined;
|
|
8761
8896
|
root?: string | undefined;
|
|
8762
8897
|
})[];
|
|
@@ -9337,6 +9472,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9337
9472
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9338
9473
|
}>]>>;
|
|
9339
9474
|
group: z.ZodString;
|
|
9475
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
9340
9476
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9341
9477
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9342
9478
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -9363,6 +9499,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9363
9499
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9364
9500
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9365
9501
|
} | undefined;
|
|
9502
|
+
tag?: string | undefined;
|
|
9366
9503
|
hidden?: boolean | undefined;
|
|
9367
9504
|
root?: string | undefined;
|
|
9368
9505
|
}, {
|
|
@@ -9379,6 +9516,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9379
9516
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9380
9517
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9381
9518
|
} | undefined;
|
|
9519
|
+
tag?: string | undefined;
|
|
9382
9520
|
hidden?: boolean | undefined;
|
|
9383
9521
|
root?: string | undefined;
|
|
9384
9522
|
}>, z.ZodObject<{
|
|
@@ -9396,6 +9534,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9396
9534
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9397
9535
|
}>]>>;
|
|
9398
9536
|
group: z.ZodString;
|
|
9537
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
9399
9538
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9400
9539
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9401
9540
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -9422,6 +9561,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9422
9561
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9423
9562
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9424
9563
|
} | undefined;
|
|
9564
|
+
tag?: string | undefined;
|
|
9425
9565
|
hidden?: boolean | undefined;
|
|
9426
9566
|
root?: string | undefined;
|
|
9427
9567
|
}, {
|
|
@@ -9438,6 +9578,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9438
9578
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9439
9579
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9440
9580
|
} | undefined;
|
|
9581
|
+
tag?: string | undefined;
|
|
9441
9582
|
hidden?: boolean | undefined;
|
|
9442
9583
|
root?: string | undefined;
|
|
9443
9584
|
}>, z.ZodObject<{
|
|
@@ -9455,6 +9596,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9455
9596
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9456
9597
|
}>]>>;
|
|
9457
9598
|
group: z.ZodString;
|
|
9599
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
9458
9600
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9459
9601
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9460
9602
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -9466,6 +9608,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9466
9608
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9467
9609
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9468
9610
|
} | undefined;
|
|
9611
|
+
tag?: string | undefined;
|
|
9469
9612
|
hidden?: boolean | undefined;
|
|
9470
9613
|
root?: string | undefined;
|
|
9471
9614
|
}, {
|
|
@@ -9476,6 +9619,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9476
9619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9477
9620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9478
9621
|
} | undefined;
|
|
9622
|
+
tag?: string | undefined;
|
|
9479
9623
|
hidden?: boolean | undefined;
|
|
9480
9624
|
root?: string | undefined;
|
|
9481
9625
|
}>]>, "many">;
|
|
@@ -9494,6 +9638,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9494
9638
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9495
9639
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9496
9640
|
} | undefined;
|
|
9641
|
+
tag?: string | undefined;
|
|
9497
9642
|
hidden?: boolean | undefined;
|
|
9498
9643
|
root?: string | undefined;
|
|
9499
9644
|
} | {
|
|
@@ -9510,6 +9655,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9510
9655
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9511
9656
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9512
9657
|
} | undefined;
|
|
9658
|
+
tag?: string | undefined;
|
|
9513
9659
|
hidden?: boolean | undefined;
|
|
9514
9660
|
root?: string | undefined;
|
|
9515
9661
|
} | {
|
|
@@ -9520,6 +9666,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9520
9666
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9521
9667
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9522
9668
|
} | undefined;
|
|
9669
|
+
tag?: string | undefined;
|
|
9523
9670
|
hidden?: boolean | undefined;
|
|
9524
9671
|
root?: string | undefined;
|
|
9525
9672
|
})[];
|
|
@@ -9539,6 +9686,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9539
9686
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9540
9687
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9541
9688
|
} | undefined;
|
|
9689
|
+
tag?: string | undefined;
|
|
9542
9690
|
hidden?: boolean | undefined;
|
|
9543
9691
|
root?: string | undefined;
|
|
9544
9692
|
} | {
|
|
@@ -9555,6 +9703,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9555
9703
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9556
9704
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9557
9705
|
} | undefined;
|
|
9706
|
+
tag?: string | undefined;
|
|
9558
9707
|
hidden?: boolean | undefined;
|
|
9559
9708
|
root?: string | undefined;
|
|
9560
9709
|
} | {
|
|
@@ -9565,6 +9714,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9565
9714
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9566
9715
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9567
9716
|
} | undefined;
|
|
9717
|
+
tag?: string | undefined;
|
|
9568
9718
|
hidden?: boolean | undefined;
|
|
9569
9719
|
root?: string | undefined;
|
|
9570
9720
|
})[];
|
|
@@ -10130,6 +10280,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10130
10280
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10131
10281
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10132
10282
|
} | undefined;
|
|
10283
|
+
tag?: string | undefined;
|
|
10133
10284
|
hidden?: boolean | undefined;
|
|
10134
10285
|
root?: string | undefined;
|
|
10135
10286
|
} | {
|
|
@@ -10146,6 +10297,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10146
10297
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10147
10298
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10148
10299
|
} | undefined;
|
|
10300
|
+
tag?: string | undefined;
|
|
10149
10301
|
hidden?: boolean | undefined;
|
|
10150
10302
|
root?: string | undefined;
|
|
10151
10303
|
} | {
|
|
@@ -10156,6 +10308,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10156
10308
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10157
10309
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10158
10310
|
} | undefined;
|
|
10311
|
+
tag?: string | undefined;
|
|
10159
10312
|
hidden?: boolean | undefined;
|
|
10160
10313
|
root?: string | undefined;
|
|
10161
10314
|
})[];
|
|
@@ -10193,6 +10346,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10193
10346
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10194
10347
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10195
10348
|
} | undefined;
|
|
10349
|
+
tag?: string | undefined;
|
|
10196
10350
|
hidden?: boolean | undefined;
|
|
10197
10351
|
root?: string | undefined;
|
|
10198
10352
|
} | {
|
|
@@ -10209,6 +10363,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10209
10363
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10210
10364
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10211
10365
|
} | undefined;
|
|
10366
|
+
tag?: string | undefined;
|
|
10212
10367
|
hidden?: boolean | undefined;
|
|
10213
10368
|
root?: string | undefined;
|
|
10214
10369
|
} | {
|
|
@@ -10219,6 +10374,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10219
10374
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10220
10375
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10221
10376
|
} | undefined;
|
|
10377
|
+
tag?: string | undefined;
|
|
10222
10378
|
hidden?: boolean | undefined;
|
|
10223
10379
|
root?: string | undefined;
|
|
10224
10380
|
})[];
|
|
@@ -10460,6 +10616,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10460
10616
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10461
10617
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10462
10618
|
} | undefined;
|
|
10619
|
+
tag?: string | undefined;
|
|
10463
10620
|
hidden?: boolean | undefined;
|
|
10464
10621
|
root?: string | undefined;
|
|
10465
10622
|
} | {
|
|
@@ -10476,6 +10633,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10476
10633
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10477
10634
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10478
10635
|
} | undefined;
|
|
10636
|
+
tag?: string | undefined;
|
|
10479
10637
|
hidden?: boolean | undefined;
|
|
10480
10638
|
root?: string | undefined;
|
|
10481
10639
|
} | {
|
|
@@ -10486,6 +10644,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10486
10644
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10487
10645
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10488
10646
|
} | undefined;
|
|
10647
|
+
tag?: string | undefined;
|
|
10489
10648
|
hidden?: boolean | undefined;
|
|
10490
10649
|
root?: string | undefined;
|
|
10491
10650
|
})[];
|
|
@@ -10523,6 +10682,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10523
10682
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10524
10683
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10525
10684
|
} | undefined;
|
|
10685
|
+
tag?: string | undefined;
|
|
10526
10686
|
hidden?: boolean | undefined;
|
|
10527
10687
|
root?: string | undefined;
|
|
10528
10688
|
} | {
|
|
@@ -10539,6 +10699,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10539
10699
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10540
10700
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10541
10701
|
} | undefined;
|
|
10702
|
+
tag?: string | undefined;
|
|
10542
10703
|
hidden?: boolean | undefined;
|
|
10543
10704
|
root?: string | undefined;
|
|
10544
10705
|
} | {
|
|
@@ -10549,6 +10710,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10549
10710
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10550
10711
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10551
10712
|
} | undefined;
|
|
10713
|
+
tag?: string | undefined;
|
|
10552
10714
|
hidden?: boolean | undefined;
|
|
10553
10715
|
root?: string | undefined;
|
|
10554
10716
|
})[];
|
|
@@ -11129,6 +11291,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11129
11291
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11130
11292
|
}>]>>;
|
|
11131
11293
|
group: z.ZodString;
|
|
11294
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
11132
11295
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
11133
11296
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
11134
11297
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -11155,6 +11318,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11155
11318
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11156
11319
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11157
11320
|
} | undefined;
|
|
11321
|
+
tag?: string | undefined;
|
|
11158
11322
|
hidden?: boolean | undefined;
|
|
11159
11323
|
root?: string | undefined;
|
|
11160
11324
|
}, {
|
|
@@ -11171,6 +11335,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11171
11335
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11172
11336
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11173
11337
|
} | undefined;
|
|
11338
|
+
tag?: string | undefined;
|
|
11174
11339
|
hidden?: boolean | undefined;
|
|
11175
11340
|
root?: string | undefined;
|
|
11176
11341
|
}>, z.ZodObject<{
|
|
@@ -11188,6 +11353,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11188
11353
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11189
11354
|
}>]>>;
|
|
11190
11355
|
group: z.ZodString;
|
|
11356
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
11191
11357
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
11192
11358
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
11193
11359
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -11214,6 +11380,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11214
11380
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11215
11381
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11216
11382
|
} | undefined;
|
|
11383
|
+
tag?: string | undefined;
|
|
11217
11384
|
hidden?: boolean | undefined;
|
|
11218
11385
|
root?: string | undefined;
|
|
11219
11386
|
}, {
|
|
@@ -11230,6 +11397,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11230
11397
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11231
11398
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11232
11399
|
} | undefined;
|
|
11400
|
+
tag?: string | undefined;
|
|
11233
11401
|
hidden?: boolean | undefined;
|
|
11234
11402
|
root?: string | undefined;
|
|
11235
11403
|
}>, z.ZodObject<{
|
|
@@ -11247,6 +11415,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11247
11415
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11248
11416
|
}>]>>;
|
|
11249
11417
|
group: z.ZodString;
|
|
11418
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
11250
11419
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
11251
11420
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
11252
11421
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -11258,6 +11427,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11258
11427
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11259
11428
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11260
11429
|
} | undefined;
|
|
11430
|
+
tag?: string | undefined;
|
|
11261
11431
|
hidden?: boolean | undefined;
|
|
11262
11432
|
root?: string | undefined;
|
|
11263
11433
|
}, {
|
|
@@ -11268,6 +11438,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11268
11438
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11269
11439
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11270
11440
|
} | undefined;
|
|
11441
|
+
tag?: string | undefined;
|
|
11271
11442
|
hidden?: boolean | undefined;
|
|
11272
11443
|
root?: string | undefined;
|
|
11273
11444
|
}>]>, "many">;
|
|
@@ -11286,6 +11457,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11286
11457
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11287
11458
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11288
11459
|
} | undefined;
|
|
11460
|
+
tag?: string | undefined;
|
|
11289
11461
|
hidden?: boolean | undefined;
|
|
11290
11462
|
root?: string | undefined;
|
|
11291
11463
|
} | {
|
|
@@ -11302,6 +11474,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11302
11474
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11303
11475
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11304
11476
|
} | undefined;
|
|
11477
|
+
tag?: string | undefined;
|
|
11305
11478
|
hidden?: boolean | undefined;
|
|
11306
11479
|
root?: string | undefined;
|
|
11307
11480
|
} | {
|
|
@@ -11312,6 +11485,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11312
11485
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11313
11486
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11314
11487
|
} | undefined;
|
|
11488
|
+
tag?: string | undefined;
|
|
11315
11489
|
hidden?: boolean | undefined;
|
|
11316
11490
|
root?: string | undefined;
|
|
11317
11491
|
})[];
|
|
@@ -11331,6 +11505,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11331
11505
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11332
11506
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11333
11507
|
} | undefined;
|
|
11508
|
+
tag?: string | undefined;
|
|
11334
11509
|
hidden?: boolean | undefined;
|
|
11335
11510
|
root?: string | undefined;
|
|
11336
11511
|
} | {
|
|
@@ -11347,6 +11522,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11347
11522
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11348
11523
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11349
11524
|
} | undefined;
|
|
11525
|
+
tag?: string | undefined;
|
|
11350
11526
|
hidden?: boolean | undefined;
|
|
11351
11527
|
root?: string | undefined;
|
|
11352
11528
|
} | {
|
|
@@ -11357,6 +11533,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11357
11533
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11358
11534
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11359
11535
|
} | undefined;
|
|
11536
|
+
tag?: string | undefined;
|
|
11360
11537
|
hidden?: boolean | undefined;
|
|
11361
11538
|
root?: string | undefined;
|
|
11362
11539
|
})[];
|
|
@@ -11922,6 +12099,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11922
12099
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11923
12100
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11924
12101
|
} | undefined;
|
|
12102
|
+
tag?: string | undefined;
|
|
11925
12103
|
hidden?: boolean | undefined;
|
|
11926
12104
|
root?: string | undefined;
|
|
11927
12105
|
} | {
|
|
@@ -11938,6 +12116,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11938
12116
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11939
12117
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11940
12118
|
} | undefined;
|
|
12119
|
+
tag?: string | undefined;
|
|
11941
12120
|
hidden?: boolean | undefined;
|
|
11942
12121
|
root?: string | undefined;
|
|
11943
12122
|
} | {
|
|
@@ -11948,6 +12127,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11948
12127
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11949
12128
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11950
12129
|
} | undefined;
|
|
12130
|
+
tag?: string | undefined;
|
|
11951
12131
|
hidden?: boolean | undefined;
|
|
11952
12132
|
root?: string | undefined;
|
|
11953
12133
|
})[];
|
|
@@ -11985,6 +12165,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11985
12165
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11986
12166
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11987
12167
|
} | undefined;
|
|
12168
|
+
tag?: string | undefined;
|
|
11988
12169
|
hidden?: boolean | undefined;
|
|
11989
12170
|
root?: string | undefined;
|
|
11990
12171
|
} | {
|
|
@@ -12001,6 +12182,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12001
12182
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12002
12183
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12003
12184
|
} | undefined;
|
|
12185
|
+
tag?: string | undefined;
|
|
12004
12186
|
hidden?: boolean | undefined;
|
|
12005
12187
|
root?: string | undefined;
|
|
12006
12188
|
} | {
|
|
@@ -12011,6 +12193,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12011
12193
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12012
12194
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12013
12195
|
} | undefined;
|
|
12196
|
+
tag?: string | undefined;
|
|
12014
12197
|
hidden?: boolean | undefined;
|
|
12015
12198
|
root?: string | undefined;
|
|
12016
12199
|
})[];
|
|
@@ -12252,6 +12435,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12252
12435
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12253
12436
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12254
12437
|
} | undefined;
|
|
12438
|
+
tag?: string | undefined;
|
|
12255
12439
|
hidden?: boolean | undefined;
|
|
12256
12440
|
root?: string | undefined;
|
|
12257
12441
|
} | {
|
|
@@ -12268,6 +12452,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12268
12452
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12269
12453
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12270
12454
|
} | undefined;
|
|
12455
|
+
tag?: string | undefined;
|
|
12271
12456
|
hidden?: boolean | undefined;
|
|
12272
12457
|
root?: string | undefined;
|
|
12273
12458
|
} | {
|
|
@@ -12278,6 +12463,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12278
12463
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12279
12464
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12280
12465
|
} | undefined;
|
|
12466
|
+
tag?: string | undefined;
|
|
12281
12467
|
hidden?: boolean | undefined;
|
|
12282
12468
|
root?: string | undefined;
|
|
12283
12469
|
})[];
|
|
@@ -12315,6 +12501,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12315
12501
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12316
12502
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12317
12503
|
} | undefined;
|
|
12504
|
+
tag?: string | undefined;
|
|
12318
12505
|
hidden?: boolean | undefined;
|
|
12319
12506
|
root?: string | undefined;
|
|
12320
12507
|
} | {
|
|
@@ -12331,6 +12518,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12331
12518
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12332
12519
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12333
12520
|
} | undefined;
|
|
12521
|
+
tag?: string | undefined;
|
|
12334
12522
|
hidden?: boolean | undefined;
|
|
12335
12523
|
root?: string | undefined;
|
|
12336
12524
|
} | {
|
|
@@ -12341,6 +12529,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12341
12529
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12342
12530
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12343
12531
|
} | undefined;
|
|
12532
|
+
tag?: string | undefined;
|
|
12344
12533
|
hidden?: boolean | undefined;
|
|
12345
12534
|
root?: string | undefined;
|
|
12346
12535
|
})[];
|