@mintlify/validation 0.1.626 → 0.1.628

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.
@@ -1750,29 +1750,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1750
1750
  content: string;
1751
1751
  dismissible?: boolean | undefined;
1752
1752
  } | undefined;
1753
- appearance?: {
1754
- strict?: boolean | undefined;
1755
- default?: "light" | "dark" | "system" | undefined;
1756
- } | undefined;
1757
- fonts?: {
1758
- family: string;
1759
- source?: string | undefined;
1760
- weight?: number | undefined;
1761
- format?: "woff" | "woff2" | undefined;
1762
- } | {
1763
- body?: {
1764
- family: string;
1765
- source?: string | undefined;
1766
- weight?: number | undefined;
1767
- format?: "woff" | "woff2" | undefined;
1768
- } | undefined;
1769
- heading?: {
1770
- family: string;
1771
- source?: string | undefined;
1772
- weight?: number | undefined;
1773
- format?: "woff" | "woff2" | undefined;
1774
- } | undefined;
1775
- } | undefined;
1776
1753
  navbar?: {
1777
1754
  primary?: {
1778
1755
  type: "button";
@@ -1816,6 +1793,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1816
1793
  label?: string | undefined;
1817
1794
  })[] | undefined;
1818
1795
  } | undefined;
1796
+ appearance?: {
1797
+ strict?: boolean | undefined;
1798
+ default?: "light" | "dark" | "system" | undefined;
1799
+ } | undefined;
1800
+ fonts?: {
1801
+ family: string;
1802
+ source?: string | undefined;
1803
+ weight?: number | undefined;
1804
+ format?: "woff" | "woff2" | undefined;
1805
+ } | {
1806
+ body?: {
1807
+ family: string;
1808
+ source?: string | undefined;
1809
+ weight?: number | undefined;
1810
+ format?: "woff" | "woff2" | undefined;
1811
+ } | undefined;
1812
+ heading?: {
1813
+ family: string;
1814
+ source?: string | undefined;
1815
+ weight?: number | undefined;
1816
+ format?: "woff" | "woff2" | undefined;
1817
+ } | undefined;
1818
+ } | undefined;
1819
1819
  icons?: {
1820
1820
  library: "fontawesome" | "lucide" | "tabler";
1821
1821
  } | undefined;
@@ -2102,29 +2102,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2102
2102
  content: string;
2103
2103
  dismissible?: boolean | undefined;
2104
2104
  } | undefined;
2105
- appearance?: {
2106
- strict?: boolean | undefined;
2107
- default?: "light" | "dark" | "system" | undefined;
2108
- } | undefined;
2109
- fonts?: {
2110
- family: string;
2111
- source?: string | undefined;
2112
- weight?: number | undefined;
2113
- format?: "woff" | "woff2" | undefined;
2114
- } | {
2115
- body?: {
2116
- family: string;
2117
- source?: string | undefined;
2118
- weight?: number | undefined;
2119
- format?: "woff" | "woff2" | undefined;
2120
- } | undefined;
2121
- heading?: {
2122
- family: string;
2123
- source?: string | undefined;
2124
- weight?: number | undefined;
2125
- format?: "woff" | "woff2" | undefined;
2126
- } | undefined;
2127
- } | undefined;
2128
2105
  navbar?: {
2129
2106
  primary?: {
2130
2107
  type: "button";
@@ -2168,6 +2145,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2168
2145
  label?: string | undefined;
2169
2146
  })[] | undefined;
2170
2147
  } | undefined;
2148
+ appearance?: {
2149
+ strict?: boolean | undefined;
2150
+ default?: "light" | "dark" | "system" | undefined;
2151
+ } | undefined;
2152
+ fonts?: {
2153
+ family: string;
2154
+ source?: string | undefined;
2155
+ weight?: number | undefined;
2156
+ format?: "woff" | "woff2" | undefined;
2157
+ } | {
2158
+ body?: {
2159
+ family: string;
2160
+ source?: string | undefined;
2161
+ weight?: number | undefined;
2162
+ format?: "woff" | "woff2" | undefined;
2163
+ } | undefined;
2164
+ heading?: {
2165
+ family: string;
2166
+ source?: string | undefined;
2167
+ weight?: number | undefined;
2168
+ format?: "woff" | "woff2" | undefined;
2169
+ } | undefined;
2170
+ } | undefined;
2171
2171
  icons?: {
2172
2172
  library: "fontawesome" | "lucide" | "tabler";
2173
2173
  } | undefined;
@@ -3969,29 +3969,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3969
3969
  content: string;
3970
3970
  dismissible?: boolean | undefined;
3971
3971
  } | undefined;
3972
- appearance?: {
3973
- strict?: boolean | undefined;
3974
- default?: "light" | "dark" | "system" | undefined;
3975
- } | undefined;
3976
- fonts?: {
3977
- family: string;
3978
- source?: string | undefined;
3979
- weight?: number | undefined;
3980
- format?: "woff" | "woff2" | undefined;
3981
- } | {
3982
- body?: {
3983
- family: string;
3984
- source?: string | undefined;
3985
- weight?: number | undefined;
3986
- format?: "woff" | "woff2" | undefined;
3987
- } | undefined;
3988
- heading?: {
3989
- family: string;
3990
- source?: string | undefined;
3991
- weight?: number | undefined;
3992
- format?: "woff" | "woff2" | undefined;
3993
- } | undefined;
3994
- } | undefined;
3995
3972
  navbar?: {
3996
3973
  primary?: {
3997
3974
  type: "button";
@@ -4035,6 +4012,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4035
4012
  label?: string | undefined;
4036
4013
  })[] | undefined;
4037
4014
  } | undefined;
4015
+ appearance?: {
4016
+ strict?: boolean | undefined;
4017
+ default?: "light" | "dark" | "system" | undefined;
4018
+ } | undefined;
4019
+ fonts?: {
4020
+ family: string;
4021
+ source?: string | undefined;
4022
+ weight?: number | undefined;
4023
+ format?: "woff" | "woff2" | undefined;
4024
+ } | {
4025
+ body?: {
4026
+ family: string;
4027
+ source?: string | undefined;
4028
+ weight?: number | undefined;
4029
+ format?: "woff" | "woff2" | undefined;
4030
+ } | undefined;
4031
+ heading?: {
4032
+ family: string;
4033
+ source?: string | undefined;
4034
+ weight?: number | undefined;
4035
+ format?: "woff" | "woff2" | undefined;
4036
+ } | undefined;
4037
+ } | undefined;
4038
4038
  icons?: {
4039
4039
  library: "fontawesome" | "lucide" | "tabler";
4040
4040
  } | undefined;
@@ -4321,29 +4321,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4321
4321
  content: string;
4322
4322
  dismissible?: boolean | undefined;
4323
4323
  } | undefined;
4324
- appearance?: {
4325
- strict?: boolean | undefined;
4326
- default?: "light" | "dark" | "system" | undefined;
4327
- } | undefined;
4328
- fonts?: {
4329
- family: string;
4330
- source?: string | undefined;
4331
- weight?: number | undefined;
4332
- format?: "woff" | "woff2" | undefined;
4333
- } | {
4334
- body?: {
4335
- family: string;
4336
- source?: string | undefined;
4337
- weight?: number | undefined;
4338
- format?: "woff" | "woff2" | undefined;
4339
- } | undefined;
4340
- heading?: {
4341
- family: string;
4342
- source?: string | undefined;
4343
- weight?: number | undefined;
4344
- format?: "woff" | "woff2" | undefined;
4345
- } | undefined;
4346
- } | undefined;
4347
4324
  navbar?: {
4348
4325
  primary?: {
4349
4326
  type: "button";
@@ -4387,6 +4364,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4387
4364
  label?: string | undefined;
4388
4365
  })[] | undefined;
4389
4366
  } | undefined;
4367
+ appearance?: {
4368
+ strict?: boolean | undefined;
4369
+ default?: "light" | "dark" | "system" | undefined;
4370
+ } | undefined;
4371
+ fonts?: {
4372
+ family: string;
4373
+ source?: string | undefined;
4374
+ weight?: number | undefined;
4375
+ format?: "woff" | "woff2" | undefined;
4376
+ } | {
4377
+ body?: {
4378
+ family: string;
4379
+ source?: string | undefined;
4380
+ weight?: number | undefined;
4381
+ format?: "woff" | "woff2" | undefined;
4382
+ } | undefined;
4383
+ heading?: {
4384
+ family: string;
4385
+ source?: string | undefined;
4386
+ weight?: number | undefined;
4387
+ format?: "woff" | "woff2" | undefined;
4388
+ } | undefined;
4389
+ } | undefined;
4390
4390
  icons?: {
4391
4391
  library: "fontawesome" | "lucide" | "tabler";
4392
4392
  } | undefined;
@@ -6188,29 +6188,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6188
6188
  content: string;
6189
6189
  dismissible?: boolean | undefined;
6190
6190
  } | undefined;
6191
- appearance?: {
6192
- strict?: boolean | undefined;
6193
- default?: "light" | "dark" | "system" | undefined;
6194
- } | undefined;
6195
- fonts?: {
6196
- family: string;
6197
- source?: string | undefined;
6198
- weight?: number | undefined;
6199
- format?: "woff" | "woff2" | undefined;
6200
- } | {
6201
- body?: {
6202
- family: string;
6203
- source?: string | undefined;
6204
- weight?: number | undefined;
6205
- format?: "woff" | "woff2" | undefined;
6206
- } | undefined;
6207
- heading?: {
6208
- family: string;
6209
- source?: string | undefined;
6210
- weight?: number | undefined;
6211
- format?: "woff" | "woff2" | undefined;
6212
- } | undefined;
6213
- } | undefined;
6214
6191
  navbar?: {
6215
6192
  primary?: {
6216
6193
  type: "button";
@@ -6254,6 +6231,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6254
6231
  label?: string | undefined;
6255
6232
  })[] | undefined;
6256
6233
  } | undefined;
6234
+ appearance?: {
6235
+ strict?: boolean | undefined;
6236
+ default?: "light" | "dark" | "system" | undefined;
6237
+ } | undefined;
6238
+ fonts?: {
6239
+ family: string;
6240
+ source?: string | undefined;
6241
+ weight?: number | undefined;
6242
+ format?: "woff" | "woff2" | undefined;
6243
+ } | {
6244
+ body?: {
6245
+ family: string;
6246
+ source?: string | undefined;
6247
+ weight?: number | undefined;
6248
+ format?: "woff" | "woff2" | undefined;
6249
+ } | undefined;
6250
+ heading?: {
6251
+ family: string;
6252
+ source?: string | undefined;
6253
+ weight?: number | undefined;
6254
+ format?: "woff" | "woff2" | undefined;
6255
+ } | undefined;
6256
+ } | undefined;
6257
6257
  icons?: {
6258
6258
  library: "fontawesome" | "lucide" | "tabler";
6259
6259
  } | undefined;
@@ -6540,29 +6540,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6540
6540
  content: string;
6541
6541
  dismissible?: boolean | undefined;
6542
6542
  } | undefined;
6543
- appearance?: {
6544
- strict?: boolean | undefined;
6545
- default?: "light" | "dark" | "system" | undefined;
6546
- } | undefined;
6547
- fonts?: {
6548
- family: string;
6549
- source?: string | undefined;
6550
- weight?: number | undefined;
6551
- format?: "woff" | "woff2" | undefined;
6552
- } | {
6553
- body?: {
6554
- family: string;
6555
- source?: string | undefined;
6556
- weight?: number | undefined;
6557
- format?: "woff" | "woff2" | undefined;
6558
- } | undefined;
6559
- heading?: {
6560
- family: string;
6561
- source?: string | undefined;
6562
- weight?: number | undefined;
6563
- format?: "woff" | "woff2" | undefined;
6564
- } | undefined;
6565
- } | undefined;
6566
6543
  navbar?: {
6567
6544
  primary?: {
6568
6545
  type: "button";
@@ -6606,6 +6583,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6606
6583
  label?: string | undefined;
6607
6584
  })[] | undefined;
6608
6585
  } | undefined;
6586
+ appearance?: {
6587
+ strict?: boolean | undefined;
6588
+ default?: "light" | "dark" | "system" | undefined;
6589
+ } | undefined;
6590
+ fonts?: {
6591
+ family: string;
6592
+ source?: string | undefined;
6593
+ weight?: number | undefined;
6594
+ format?: "woff" | "woff2" | undefined;
6595
+ } | {
6596
+ body?: {
6597
+ family: string;
6598
+ source?: string | undefined;
6599
+ weight?: number | undefined;
6600
+ format?: "woff" | "woff2" | undefined;
6601
+ } | undefined;
6602
+ heading?: {
6603
+ family: string;
6604
+ source?: string | undefined;
6605
+ weight?: number | undefined;
6606
+ format?: "woff" | "woff2" | undefined;
6607
+ } | undefined;
6608
+ } | undefined;
6609
6609
  icons?: {
6610
6610
  library: "fontawesome" | "lucide" | "tabler";
6611
6611
  } | undefined;
@@ -8407,29 +8407,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8407
8407
  content: string;
8408
8408
  dismissible?: boolean | undefined;
8409
8409
  } | undefined;
8410
- appearance?: {
8411
- strict?: boolean | undefined;
8412
- default?: "light" | "dark" | "system" | undefined;
8413
- } | undefined;
8414
- fonts?: {
8415
- family: string;
8416
- source?: string | undefined;
8417
- weight?: number | undefined;
8418
- format?: "woff" | "woff2" | undefined;
8419
- } | {
8420
- body?: {
8421
- family: string;
8422
- source?: string | undefined;
8423
- weight?: number | undefined;
8424
- format?: "woff" | "woff2" | undefined;
8425
- } | undefined;
8426
- heading?: {
8427
- family: string;
8428
- source?: string | undefined;
8429
- weight?: number | undefined;
8430
- format?: "woff" | "woff2" | undefined;
8431
- } | undefined;
8432
- } | undefined;
8433
8410
  navbar?: {
8434
8411
  primary?: {
8435
8412
  type: "button";
@@ -8473,6 +8450,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8473
8450
  label?: string | undefined;
8474
8451
  })[] | undefined;
8475
8452
  } | undefined;
8453
+ appearance?: {
8454
+ strict?: boolean | undefined;
8455
+ default?: "light" | "dark" | "system" | undefined;
8456
+ } | undefined;
8457
+ fonts?: {
8458
+ family: string;
8459
+ source?: string | undefined;
8460
+ weight?: number | undefined;
8461
+ format?: "woff" | "woff2" | undefined;
8462
+ } | {
8463
+ body?: {
8464
+ family: string;
8465
+ source?: string | undefined;
8466
+ weight?: number | undefined;
8467
+ format?: "woff" | "woff2" | undefined;
8468
+ } | undefined;
8469
+ heading?: {
8470
+ family: string;
8471
+ source?: string | undefined;
8472
+ weight?: number | undefined;
8473
+ format?: "woff" | "woff2" | undefined;
8474
+ } | undefined;
8475
+ } | undefined;
8476
8476
  icons?: {
8477
8477
  library: "fontawesome" | "lucide" | "tabler";
8478
8478
  } | undefined;
@@ -8759,29 +8759,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8759
8759
  content: string;
8760
8760
  dismissible?: boolean | undefined;
8761
8761
  } | undefined;
8762
- appearance?: {
8763
- strict?: boolean | undefined;
8764
- default?: "light" | "dark" | "system" | undefined;
8765
- } | undefined;
8766
- fonts?: {
8767
- family: string;
8768
- source?: string | undefined;
8769
- weight?: number | undefined;
8770
- format?: "woff" | "woff2" | undefined;
8771
- } | {
8772
- body?: {
8773
- family: string;
8774
- source?: string | undefined;
8775
- weight?: number | undefined;
8776
- format?: "woff" | "woff2" | undefined;
8777
- } | undefined;
8778
- heading?: {
8779
- family: string;
8780
- source?: string | undefined;
8781
- weight?: number | undefined;
8782
- format?: "woff" | "woff2" | undefined;
8783
- } | undefined;
8784
- } | undefined;
8785
8762
  navbar?: {
8786
8763
  primary?: {
8787
8764
  type: "button";
@@ -8825,6 +8802,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8825
8802
  label?: string | undefined;
8826
8803
  })[] | undefined;
8827
8804
  } | undefined;
8805
+ appearance?: {
8806
+ strict?: boolean | undefined;
8807
+ default?: "light" | "dark" | "system" | undefined;
8808
+ } | undefined;
8809
+ fonts?: {
8810
+ family: string;
8811
+ source?: string | undefined;
8812
+ weight?: number | undefined;
8813
+ format?: "woff" | "woff2" | undefined;
8814
+ } | {
8815
+ body?: {
8816
+ family: string;
8817
+ source?: string | undefined;
8818
+ weight?: number | undefined;
8819
+ format?: "woff" | "woff2" | undefined;
8820
+ } | undefined;
8821
+ heading?: {
8822
+ family: string;
8823
+ source?: string | undefined;
8824
+ weight?: number | undefined;
8825
+ format?: "woff" | "woff2" | undefined;
8826
+ } | undefined;
8827
+ } | undefined;
8828
8828
  icons?: {
8829
8829
  library: "fontawesome" | "lucide" | "tabler";
8830
8830
  } | undefined;
@@ -10626,29 +10626,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10626
10626
  content: string;
10627
10627
  dismissible?: boolean | undefined;
10628
10628
  } | undefined;
10629
- appearance?: {
10630
- strict?: boolean | undefined;
10631
- default?: "light" | "dark" | "system" | undefined;
10632
- } | undefined;
10633
- fonts?: {
10634
- family: string;
10635
- source?: string | undefined;
10636
- weight?: number | undefined;
10637
- format?: "woff" | "woff2" | undefined;
10638
- } | {
10639
- body?: {
10640
- family: string;
10641
- source?: string | undefined;
10642
- weight?: number | undefined;
10643
- format?: "woff" | "woff2" | undefined;
10644
- } | undefined;
10645
- heading?: {
10646
- family: string;
10647
- source?: string | undefined;
10648
- weight?: number | undefined;
10649
- format?: "woff" | "woff2" | undefined;
10650
- } | undefined;
10651
- } | undefined;
10652
10629
  navbar?: {
10653
10630
  primary?: {
10654
10631
  type: "button";
@@ -10692,6 +10669,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10692
10669
  label?: string | undefined;
10693
10670
  })[] | undefined;
10694
10671
  } | undefined;
10672
+ appearance?: {
10673
+ strict?: boolean | undefined;
10674
+ default?: "light" | "dark" | "system" | undefined;
10675
+ } | undefined;
10676
+ fonts?: {
10677
+ family: string;
10678
+ source?: string | undefined;
10679
+ weight?: number | undefined;
10680
+ format?: "woff" | "woff2" | undefined;
10681
+ } | {
10682
+ body?: {
10683
+ family: string;
10684
+ source?: string | undefined;
10685
+ weight?: number | undefined;
10686
+ format?: "woff" | "woff2" | undefined;
10687
+ } | undefined;
10688
+ heading?: {
10689
+ family: string;
10690
+ source?: string | undefined;
10691
+ weight?: number | undefined;
10692
+ format?: "woff" | "woff2" | undefined;
10693
+ } | undefined;
10694
+ } | undefined;
10695
10695
  icons?: {
10696
10696
  library: "fontawesome" | "lucide" | "tabler";
10697
10697
  } | undefined;
@@ -10978,29 +10978,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10978
10978
  content: string;
10979
10979
  dismissible?: boolean | undefined;
10980
10980
  } | undefined;
10981
- appearance?: {
10982
- strict?: boolean | undefined;
10983
- default?: "light" | "dark" | "system" | undefined;
10984
- } | undefined;
10985
- fonts?: {
10986
- family: string;
10987
- source?: string | undefined;
10988
- weight?: number | undefined;
10989
- format?: "woff" | "woff2" | undefined;
10990
- } | {
10991
- body?: {
10992
- family: string;
10993
- source?: string | undefined;
10994
- weight?: number | undefined;
10995
- format?: "woff" | "woff2" | undefined;
10996
- } | undefined;
10997
- heading?: {
10998
- family: string;
10999
- source?: string | undefined;
11000
- weight?: number | undefined;
11001
- format?: "woff" | "woff2" | undefined;
11002
- } | undefined;
11003
- } | undefined;
11004
10981
  navbar?: {
11005
10982
  primary?: {
11006
10983
  type: "button";
@@ -11044,6 +11021,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11044
11021
  label?: string | undefined;
11045
11022
  })[] | undefined;
11046
11023
  } | undefined;
11024
+ appearance?: {
11025
+ strict?: boolean | undefined;
11026
+ default?: "light" | "dark" | "system" | undefined;
11027
+ } | undefined;
11028
+ fonts?: {
11029
+ family: string;
11030
+ source?: string | undefined;
11031
+ weight?: number | undefined;
11032
+ format?: "woff" | "woff2" | undefined;
11033
+ } | {
11034
+ body?: {
11035
+ family: string;
11036
+ source?: string | undefined;
11037
+ weight?: number | undefined;
11038
+ format?: "woff" | "woff2" | undefined;
11039
+ } | undefined;
11040
+ heading?: {
11041
+ family: string;
11042
+ source?: string | undefined;
11043
+ weight?: number | undefined;
11044
+ format?: "woff" | "woff2" | undefined;
11045
+ } | undefined;
11046
+ } | undefined;
11047
11047
  icons?: {
11048
11048
  library: "fontawesome" | "lucide" | "tabler";
11049
11049
  } | undefined;
@@ -12845,29 +12845,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12845
12845
  content: string;
12846
12846
  dismissible?: boolean | undefined;
12847
12847
  } | undefined;
12848
- appearance?: {
12849
- strict?: boolean | undefined;
12850
- default?: "light" | "dark" | "system" | undefined;
12851
- } | undefined;
12852
- fonts?: {
12853
- family: string;
12854
- source?: string | undefined;
12855
- weight?: number | undefined;
12856
- format?: "woff" | "woff2" | undefined;
12857
- } | {
12858
- body?: {
12859
- family: string;
12860
- source?: string | undefined;
12861
- weight?: number | undefined;
12862
- format?: "woff" | "woff2" | undefined;
12863
- } | undefined;
12864
- heading?: {
12865
- family: string;
12866
- source?: string | undefined;
12867
- weight?: number | undefined;
12868
- format?: "woff" | "woff2" | undefined;
12869
- } | undefined;
12870
- } | undefined;
12871
12848
  navbar?: {
12872
12849
  primary?: {
12873
12850
  type: "button";
@@ -12911,6 +12888,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12911
12888
  label?: string | undefined;
12912
12889
  })[] | undefined;
12913
12890
  } | undefined;
12891
+ appearance?: {
12892
+ strict?: boolean | undefined;
12893
+ default?: "light" | "dark" | "system" | undefined;
12894
+ } | undefined;
12895
+ fonts?: {
12896
+ family: string;
12897
+ source?: string | undefined;
12898
+ weight?: number | undefined;
12899
+ format?: "woff" | "woff2" | undefined;
12900
+ } | {
12901
+ body?: {
12902
+ family: string;
12903
+ source?: string | undefined;
12904
+ weight?: number | undefined;
12905
+ format?: "woff" | "woff2" | undefined;
12906
+ } | undefined;
12907
+ heading?: {
12908
+ family: string;
12909
+ source?: string | undefined;
12910
+ weight?: number | undefined;
12911
+ format?: "woff" | "woff2" | undefined;
12912
+ } | undefined;
12913
+ } | undefined;
12914
12914
  icons?: {
12915
12915
  library: "fontawesome" | "lucide" | "tabler";
12916
12916
  } | undefined;
@@ -13197,29 +13197,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13197
13197
  content: string;
13198
13198
  dismissible?: boolean | undefined;
13199
13199
  } | undefined;
13200
- appearance?: {
13201
- strict?: boolean | undefined;
13202
- default?: "light" | "dark" | "system" | undefined;
13203
- } | undefined;
13204
- fonts?: {
13205
- family: string;
13206
- source?: string | undefined;
13207
- weight?: number | undefined;
13208
- format?: "woff" | "woff2" | undefined;
13209
- } | {
13210
- body?: {
13211
- family: string;
13212
- source?: string | undefined;
13213
- weight?: number | undefined;
13214
- format?: "woff" | "woff2" | undefined;
13215
- } | undefined;
13216
- heading?: {
13217
- family: string;
13218
- source?: string | undefined;
13219
- weight?: number | undefined;
13220
- format?: "woff" | "woff2" | undefined;
13221
- } | undefined;
13222
- } | undefined;
13223
13200
  navbar?: {
13224
13201
  primary?: {
13225
13202
  type: "button";
@@ -13263,6 +13240,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13263
13240
  label?: string | undefined;
13264
13241
  })[] | undefined;
13265
13242
  } | undefined;
13243
+ appearance?: {
13244
+ strict?: boolean | undefined;
13245
+ default?: "light" | "dark" | "system" | undefined;
13246
+ } | undefined;
13247
+ fonts?: {
13248
+ family: string;
13249
+ source?: string | undefined;
13250
+ weight?: number | undefined;
13251
+ format?: "woff" | "woff2" | undefined;
13252
+ } | {
13253
+ body?: {
13254
+ family: string;
13255
+ source?: string | undefined;
13256
+ weight?: number | undefined;
13257
+ format?: "woff" | "woff2" | undefined;
13258
+ } | undefined;
13259
+ heading?: {
13260
+ family: string;
13261
+ source?: string | undefined;
13262
+ weight?: number | undefined;
13263
+ format?: "woff" | "woff2" | undefined;
13264
+ } | undefined;
13265
+ } | undefined;
13266
13266
  icons?: {
13267
13267
  library: "fontawesome" | "lucide" | "tabler";
13268
13268
  } | undefined;
@@ -15064,29 +15064,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15064
15064
  content: string;
15065
15065
  dismissible?: boolean | undefined;
15066
15066
  } | undefined;
15067
- appearance?: {
15068
- strict?: boolean | undefined;
15069
- default?: "light" | "dark" | "system" | undefined;
15070
- } | undefined;
15071
- fonts?: {
15072
- family: string;
15073
- source?: string | undefined;
15074
- weight?: number | undefined;
15075
- format?: "woff" | "woff2" | undefined;
15076
- } | {
15077
- body?: {
15078
- family: string;
15079
- source?: string | undefined;
15080
- weight?: number | undefined;
15081
- format?: "woff" | "woff2" | undefined;
15082
- } | undefined;
15083
- heading?: {
15084
- family: string;
15085
- source?: string | undefined;
15086
- weight?: number | undefined;
15087
- format?: "woff" | "woff2" | undefined;
15088
- } | undefined;
15089
- } | undefined;
15090
15067
  navbar?: {
15091
15068
  primary?: {
15092
15069
  type: "button";
@@ -15130,6 +15107,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15130
15107
  label?: string | undefined;
15131
15108
  })[] | undefined;
15132
15109
  } | undefined;
15110
+ appearance?: {
15111
+ strict?: boolean | undefined;
15112
+ default?: "light" | "dark" | "system" | undefined;
15113
+ } | undefined;
15114
+ fonts?: {
15115
+ family: string;
15116
+ source?: string | undefined;
15117
+ weight?: number | undefined;
15118
+ format?: "woff" | "woff2" | undefined;
15119
+ } | {
15120
+ body?: {
15121
+ family: string;
15122
+ source?: string | undefined;
15123
+ weight?: number | undefined;
15124
+ format?: "woff" | "woff2" | undefined;
15125
+ } | undefined;
15126
+ heading?: {
15127
+ family: string;
15128
+ source?: string | undefined;
15129
+ weight?: number | undefined;
15130
+ format?: "woff" | "woff2" | undefined;
15131
+ } | undefined;
15132
+ } | undefined;
15133
15133
  icons?: {
15134
15134
  library: "fontawesome" | "lucide" | "tabler";
15135
15135
  } | undefined;
@@ -15416,29 +15416,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15416
15416
  content: string;
15417
15417
  dismissible?: boolean | undefined;
15418
15418
  } | undefined;
15419
- appearance?: {
15420
- strict?: boolean | undefined;
15421
- default?: "light" | "dark" | "system" | undefined;
15422
- } | undefined;
15423
- fonts?: {
15424
- family: string;
15425
- source?: string | undefined;
15426
- weight?: number | undefined;
15427
- format?: "woff" | "woff2" | undefined;
15428
- } | {
15429
- body?: {
15430
- family: string;
15431
- source?: string | undefined;
15432
- weight?: number | undefined;
15433
- format?: "woff" | "woff2" | undefined;
15434
- } | undefined;
15435
- heading?: {
15436
- family: string;
15437
- source?: string | undefined;
15438
- weight?: number | undefined;
15439
- format?: "woff" | "woff2" | undefined;
15440
- } | undefined;
15441
- } | undefined;
15442
15419
  navbar?: {
15443
15420
  primary?: {
15444
15421
  type: "button";
@@ -15482,6 +15459,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
15482
15459
  label?: string | undefined;
15483
15460
  })[] | undefined;
15484
15461
  } | undefined;
15462
+ appearance?: {
15463
+ strict?: boolean | undefined;
15464
+ default?: "light" | "dark" | "system" | undefined;
15465
+ } | undefined;
15466
+ fonts?: {
15467
+ family: string;
15468
+ source?: string | undefined;
15469
+ weight?: number | undefined;
15470
+ format?: "woff" | "woff2" | undefined;
15471
+ } | {
15472
+ body?: {
15473
+ family: string;
15474
+ source?: string | undefined;
15475
+ weight?: number | undefined;
15476
+ format?: "woff" | "woff2" | undefined;
15477
+ } | undefined;
15478
+ heading?: {
15479
+ family: string;
15480
+ source?: string | undefined;
15481
+ weight?: number | undefined;
15482
+ format?: "woff" | "woff2" | undefined;
15483
+ } | undefined;
15484
+ } | undefined;
15485
15485
  icons?: {
15486
15486
  library: "fontawesome" | "lucide" | "tabler";
15487
15487
  } | undefined;
@@ -17279,32 +17279,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17279
17279
  indexing?: "all" | "navigable" | undefined;
17280
17280
  } | undefined;
17281
17281
  description?: string | undefined;
17282
- banner?: {
17283
- content: string;
17284
- dismissible?: boolean | undefined;
17285
- } | undefined;
17286
- appearance?: {
17287
- strict?: boolean | undefined;
17288
- default?: "light" | "dark" | "system" | undefined;
17289
- } | undefined;
17290
- fonts?: {
17291
- family: string;
17292
- source?: string | undefined;
17293
- weight?: number | undefined;
17294
- format?: "woff" | "woff2" | undefined;
17295
- } | {
17296
- body?: {
17297
- family: string;
17298
- source?: string | undefined;
17299
- weight?: number | undefined;
17300
- format?: "woff" | "woff2" | undefined;
17301
- } | undefined;
17302
- heading?: {
17303
- family: string;
17304
- source?: string | undefined;
17305
- weight?: number | undefined;
17306
- format?: "woff" | "woff2" | undefined;
17307
- } | undefined;
17282
+ banner?: {
17283
+ content: string;
17284
+ dismissible?: boolean | undefined;
17308
17285
  } | undefined;
17309
17286
  navbar?: {
17310
17287
  primary?: {
@@ -17349,6 +17326,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17349
17326
  label?: string | undefined;
17350
17327
  })[] | undefined;
17351
17328
  } | undefined;
17329
+ appearance?: {
17330
+ strict?: boolean | undefined;
17331
+ default?: "light" | "dark" | "system" | undefined;
17332
+ } | undefined;
17333
+ fonts?: {
17334
+ family: string;
17335
+ source?: string | undefined;
17336
+ weight?: number | undefined;
17337
+ format?: "woff" | "woff2" | undefined;
17338
+ } | {
17339
+ body?: {
17340
+ family: string;
17341
+ source?: string | undefined;
17342
+ weight?: number | undefined;
17343
+ format?: "woff" | "woff2" | undefined;
17344
+ } | undefined;
17345
+ heading?: {
17346
+ family: string;
17347
+ source?: string | undefined;
17348
+ weight?: number | undefined;
17349
+ format?: "woff" | "woff2" | undefined;
17350
+ } | undefined;
17351
+ } | undefined;
17352
17352
  icons?: {
17353
17353
  library: "fontawesome" | "lucide" | "tabler";
17354
17354
  } | undefined;
@@ -17635,29 +17635,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17635
17635
  content: string;
17636
17636
  dismissible?: boolean | undefined;
17637
17637
  } | undefined;
17638
- appearance?: {
17639
- strict?: boolean | undefined;
17640
- default?: "light" | "dark" | "system" | undefined;
17641
- } | undefined;
17642
- fonts?: {
17643
- family: string;
17644
- source?: string | undefined;
17645
- weight?: number | undefined;
17646
- format?: "woff" | "woff2" | undefined;
17647
- } | {
17648
- body?: {
17649
- family: string;
17650
- source?: string | undefined;
17651
- weight?: number | undefined;
17652
- format?: "woff" | "woff2" | undefined;
17653
- } | undefined;
17654
- heading?: {
17655
- family: string;
17656
- source?: string | undefined;
17657
- weight?: number | undefined;
17658
- format?: "woff" | "woff2" | undefined;
17659
- } | undefined;
17660
- } | undefined;
17661
17638
  navbar?: {
17662
17639
  primary?: {
17663
17640
  type: "button";
@@ -17701,6 +17678,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
17701
17678
  label?: string | undefined;
17702
17679
  })[] | undefined;
17703
17680
  } | undefined;
17681
+ appearance?: {
17682
+ strict?: boolean | undefined;
17683
+ default?: "light" | "dark" | "system" | undefined;
17684
+ } | undefined;
17685
+ fonts?: {
17686
+ family: string;
17687
+ source?: string | undefined;
17688
+ weight?: number | undefined;
17689
+ format?: "woff" | "woff2" | undefined;
17690
+ } | {
17691
+ body?: {
17692
+ family: string;
17693
+ source?: string | undefined;
17694
+ weight?: number | undefined;
17695
+ format?: "woff" | "woff2" | undefined;
17696
+ } | undefined;
17697
+ heading?: {
17698
+ family: string;
17699
+ source?: string | undefined;
17700
+ weight?: number | undefined;
17701
+ format?: "woff" | "woff2" | undefined;
17702
+ } | undefined;
17703
+ } | undefined;
17704
17704
  icons?: {
17705
17705
  library: "fontawesome" | "lucide" | "tabler";
17706
17706
  } | undefined;
@@ -19502,29 +19502,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19502
19502
  content: string;
19503
19503
  dismissible?: boolean | undefined;
19504
19504
  } | undefined;
19505
- appearance?: {
19506
- strict?: boolean | undefined;
19507
- default?: "light" | "dark" | "system" | undefined;
19508
- } | undefined;
19509
- fonts?: {
19510
- family: string;
19511
- source?: string | undefined;
19512
- weight?: number | undefined;
19513
- format?: "woff" | "woff2" | undefined;
19514
- } | {
19515
- body?: {
19516
- family: string;
19517
- source?: string | undefined;
19518
- weight?: number | undefined;
19519
- format?: "woff" | "woff2" | undefined;
19520
- } | undefined;
19521
- heading?: {
19522
- family: string;
19523
- source?: string | undefined;
19524
- weight?: number | undefined;
19525
- format?: "woff" | "woff2" | undefined;
19526
- } | undefined;
19527
- } | undefined;
19528
19505
  navbar?: {
19529
19506
  primary?: {
19530
19507
  type: "button";
@@ -19568,6 +19545,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19568
19545
  label?: string | undefined;
19569
19546
  })[] | undefined;
19570
19547
  } | undefined;
19548
+ appearance?: {
19549
+ strict?: boolean | undefined;
19550
+ default?: "light" | "dark" | "system" | undefined;
19551
+ } | undefined;
19552
+ fonts?: {
19553
+ family: string;
19554
+ source?: string | undefined;
19555
+ weight?: number | undefined;
19556
+ format?: "woff" | "woff2" | undefined;
19557
+ } | {
19558
+ body?: {
19559
+ family: string;
19560
+ source?: string | undefined;
19561
+ weight?: number | undefined;
19562
+ format?: "woff" | "woff2" | undefined;
19563
+ } | undefined;
19564
+ heading?: {
19565
+ family: string;
19566
+ source?: string | undefined;
19567
+ weight?: number | undefined;
19568
+ format?: "woff" | "woff2" | undefined;
19569
+ } | undefined;
19570
+ } | undefined;
19571
19571
  icons?: {
19572
19572
  library: "fontawesome" | "lucide" | "tabler";
19573
19573
  } | undefined;
@@ -19854,29 +19854,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19854
19854
  content: string;
19855
19855
  dismissible?: boolean | undefined;
19856
19856
  } | undefined;
19857
- appearance?: {
19858
- strict?: boolean | undefined;
19859
- default?: "light" | "dark" | "system" | undefined;
19860
- } | undefined;
19861
- fonts?: {
19862
- family: string;
19863
- source?: string | undefined;
19864
- weight?: number | undefined;
19865
- format?: "woff" | "woff2" | undefined;
19866
- } | {
19867
- body?: {
19868
- family: string;
19869
- source?: string | undefined;
19870
- weight?: number | undefined;
19871
- format?: "woff" | "woff2" | undefined;
19872
- } | undefined;
19873
- heading?: {
19874
- family: string;
19875
- source?: string | undefined;
19876
- weight?: number | undefined;
19877
- format?: "woff" | "woff2" | undefined;
19878
- } | undefined;
19879
- } | undefined;
19880
19857
  navbar?: {
19881
19858
  primary?: {
19882
19859
  type: "button";
@@ -19920,6 +19897,29 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
19920
19897
  label?: string | undefined;
19921
19898
  })[] | undefined;
19922
19899
  } | undefined;
19900
+ appearance?: {
19901
+ strict?: boolean | undefined;
19902
+ default?: "light" | "dark" | "system" | undefined;
19903
+ } | undefined;
19904
+ fonts?: {
19905
+ family: string;
19906
+ source?: string | undefined;
19907
+ weight?: number | undefined;
19908
+ format?: "woff" | "woff2" | undefined;
19909
+ } | {
19910
+ body?: {
19911
+ family: string;
19912
+ source?: string | undefined;
19913
+ weight?: number | undefined;
19914
+ format?: "woff" | "woff2" | undefined;
19915
+ } | undefined;
19916
+ heading?: {
19917
+ family: string;
19918
+ source?: string | undefined;
19919
+ weight?: number | undefined;
19920
+ format?: "woff" | "woff2" | undefined;
19921
+ } | undefined;
19922
+ } | undefined;
19923
19923
  icons?: {
19924
19924
  library: "fontawesome" | "lucide" | "tabler";
19925
19925
  } | undefined;
@@ -21722,29 +21722,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
21722
21722
  content: string;
21723
21723
  dismissible?: boolean | undefined;
21724
21724
  } | undefined;
21725
- appearance?: {
21726
- strict?: boolean | undefined;
21727
- default?: "light" | "dark" | "system" | undefined;
21728
- } | undefined;
21729
- fonts?: {
21730
- family: string;
21731
- source?: string | undefined;
21732
- weight?: number | undefined;
21733
- format?: "woff" | "woff2" | undefined;
21734
- } | {
21735
- body?: {
21736
- family: string;
21737
- source?: string | undefined;
21738
- weight?: number | undefined;
21739
- format?: "woff" | "woff2" | undefined;
21740
- } | undefined;
21741
- heading?: {
21742
- family: string;
21743
- source?: string | undefined;
21744
- weight?: number | undefined;
21745
- format?: "woff" | "woff2" | undefined;
21746
- } | undefined;
21747
- } | undefined;
21748
21725
  navbar?: {
21749
21726
  primary?: {
21750
21727
  type: "button";
@@ -21788,6 +21765,29 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
21788
21765
  label?: string | undefined;
21789
21766
  })[] | undefined;
21790
21767
  } | undefined;
21768
+ appearance?: {
21769
+ strict?: boolean | undefined;
21770
+ default?: "light" | "dark" | "system" | undefined;
21771
+ } | undefined;
21772
+ fonts?: {
21773
+ family: string;
21774
+ source?: string | undefined;
21775
+ weight?: number | undefined;
21776
+ format?: "woff" | "woff2" | undefined;
21777
+ } | {
21778
+ body?: {
21779
+ family: string;
21780
+ source?: string | undefined;
21781
+ weight?: number | undefined;
21782
+ format?: "woff" | "woff2" | undefined;
21783
+ } | undefined;
21784
+ heading?: {
21785
+ family: string;
21786
+ source?: string | undefined;
21787
+ weight?: number | undefined;
21788
+ format?: "woff" | "woff2" | undefined;
21789
+ } | undefined;
21790
+ } | undefined;
21791
21791
  icons?: {
21792
21792
  library: "fontawesome" | "lucide" | "tabler";
21793
21793
  } | undefined;
@@ -22074,29 +22074,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22074
22074
  content: string;
22075
22075
  dismissible?: boolean | undefined;
22076
22076
  } | undefined;
22077
- appearance?: {
22078
- strict?: boolean | undefined;
22079
- default?: "light" | "dark" | "system" | undefined;
22080
- } | undefined;
22081
- fonts?: {
22082
- family: string;
22083
- source?: string | undefined;
22084
- weight?: number | undefined;
22085
- format?: "woff" | "woff2" | undefined;
22086
- } | {
22087
- body?: {
22088
- family: string;
22089
- source?: string | undefined;
22090
- weight?: number | undefined;
22091
- format?: "woff" | "woff2" | undefined;
22092
- } | undefined;
22093
- heading?: {
22094
- family: string;
22095
- source?: string | undefined;
22096
- weight?: number | undefined;
22097
- format?: "woff" | "woff2" | undefined;
22098
- } | undefined;
22099
- } | undefined;
22100
22077
  navbar?: {
22101
22078
  primary?: {
22102
22079
  type: "button";
@@ -22140,6 +22117,29 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
22140
22117
  label?: string | undefined;
22141
22118
  })[] | undefined;
22142
22119
  } | undefined;
22120
+ appearance?: {
22121
+ strict?: boolean | undefined;
22122
+ default?: "light" | "dark" | "system" | undefined;
22123
+ } | undefined;
22124
+ fonts?: {
22125
+ family: string;
22126
+ source?: string | undefined;
22127
+ weight?: number | undefined;
22128
+ format?: "woff" | "woff2" | undefined;
22129
+ } | {
22130
+ body?: {
22131
+ family: string;
22132
+ source?: string | undefined;
22133
+ weight?: number | undefined;
22134
+ format?: "woff" | "woff2" | undefined;
22135
+ } | undefined;
22136
+ heading?: {
22137
+ family: string;
22138
+ source?: string | undefined;
22139
+ weight?: number | undefined;
22140
+ format?: "woff" | "woff2" | undefined;
22141
+ } | undefined;
22142
+ } | undefined;
22143
22143
  icons?: {
22144
22144
  library: "fontawesome" | "lucide" | "tabler";
22145
22145
  } | undefined;