@mintlify/validation 0.1.460 → 0.1.462

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.
@@ -18,6 +18,7 @@ export declare const baseGroupSchema: z.ZodObject<{
18
18
  hidden: z.ZodOptional<z.ZodBoolean>;
19
19
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
20
20
  tag: z.ZodOptional<z.ZodString>;
21
+ expanded: z.ZodOptional<z.ZodBoolean>;
21
22
  }, "strip", z.ZodTypeAny, {
22
23
  group: string;
23
24
  public?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare const baseGroupSchema: z.ZodObject<{
29
30
  hidden?: boolean | undefined;
30
31
  root?: string | undefined;
31
32
  tag?: string | undefined;
33
+ expanded?: boolean | undefined;
32
34
  }, {
33
35
  group: string;
34
36
  public?: boolean | undefined;
@@ -40,6 +42,7 @@ export declare const baseGroupSchema: z.ZodObject<{
40
42
  hidden?: boolean | undefined;
41
43
  root?: string | undefined;
42
44
  tag?: string | undefined;
45
+ expanded?: boolean | undefined;
43
46
  }>;
44
47
  export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
45
48
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -55,6 +58,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
55
58
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
56
59
  library?: "fontawesome" | "lucide" | undefined;
57
60
  }>]>>;
61
+ expanded: z.ZodOptional<z.ZodBoolean>;
58
62
  group: z.ZodString;
59
63
  public: z.ZodOptional<z.ZodBoolean>;
60
64
  tag: z.ZodOptional<z.ZodString>;
@@ -86,6 +90,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
86
90
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
87
91
  library?: "fontawesome" | "lucide" | undefined;
88
92
  } | undefined;
93
+ expanded?: boolean | undefined;
89
94
  public?: boolean | undefined;
90
95
  tag?: string | undefined;
91
96
  hidden?: boolean | undefined;
@@ -104,6 +109,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
104
109
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
105
110
  library?: "fontawesome" | "lucide" | undefined;
106
111
  } | undefined;
112
+ expanded?: boolean | undefined;
107
113
  public?: boolean | undefined;
108
114
  tag?: string | undefined;
109
115
  hidden?: boolean | undefined;
@@ -123,6 +129,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
123
129
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
124
130
  library?: "fontawesome" | "lucide" | undefined;
125
131
  }>]>>;
132
+ expanded: z.ZodOptional<z.ZodBoolean>;
126
133
  group: z.ZodString;
127
134
  public: z.ZodOptional<z.ZodBoolean>;
128
135
  tag: z.ZodOptional<z.ZodString>;
@@ -154,6 +161,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
154
161
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
155
162
  library?: "fontawesome" | "lucide" | undefined;
156
163
  } | undefined;
164
+ expanded?: boolean | undefined;
157
165
  public?: boolean | undefined;
158
166
  tag?: string | undefined;
159
167
  hidden?: boolean | undefined;
@@ -172,6 +180,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
172
180
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
173
181
  library?: "fontawesome" | "lucide" | undefined;
174
182
  } | undefined;
183
+ expanded?: boolean | undefined;
175
184
  public?: boolean | undefined;
176
185
  tag?: string | undefined;
177
186
  hidden?: boolean | undefined;
@@ -191,6 +200,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
191
200
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
192
201
  library?: "fontawesome" | "lucide" | undefined;
193
202
  }>]>>;
203
+ expanded: z.ZodOptional<z.ZodBoolean>;
194
204
  group: z.ZodString;
195
205
  public: z.ZodOptional<z.ZodBoolean>;
196
206
  tag: z.ZodOptional<z.ZodString>;
@@ -205,6 +215,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
205
215
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
206
216
  library?: "fontawesome" | "lucide" | undefined;
207
217
  } | undefined;
218
+ expanded?: boolean | undefined;
208
219
  public?: boolean | undefined;
209
220
  tag?: string | undefined;
210
221
  hidden?: boolean | undefined;
@@ -216,6 +227,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
216
227
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
217
228
  library?: "fontawesome" | "lucide" | undefined;
218
229
  } | undefined;
230
+ expanded?: boolean | undefined;
219
231
  public?: boolean | undefined;
220
232
  tag?: string | undefined;
221
233
  hidden?: boolean | undefined;
@@ -340,6 +352,7 @@ export declare const decoratedGroupSchema: z.ZodObject<{
340
352
  }>>;
341
353
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
342
354
  tag: z.ZodOptional<z.ZodString>;
355
+ expanded: z.ZodOptional<z.ZodBoolean>;
343
356
  }, "strip", z.ZodTypeAny, {
344
357
  group: string;
345
358
  pages: any[];
@@ -382,6 +395,7 @@ export declare const decoratedGroupSchema: z.ZodObject<{
382
395
  deprecated?: boolean | undefined;
383
396
  } | undefined;
384
397
  tag?: string | undefined;
398
+ expanded?: boolean | undefined;
385
399
  }, {
386
400
  group: string;
387
401
  pages: any[];
@@ -424,6 +438,7 @@ export declare const decoratedGroupSchema: z.ZodObject<{
424
438
  deprecated?: boolean | undefined;
425
439
  } | undefined;
426
440
  tag?: string | undefined;
441
+ expanded?: boolean | undefined;
427
442
  }>;
428
443
  export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
429
444
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -439,6 +454,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
439
454
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
440
455
  library?: "fontawesome" | "lucide" | undefined;
441
456
  }>]>>;
457
+ expanded: z.ZodOptional<z.ZodBoolean>;
442
458
  group: z.ZodString;
443
459
  public: z.ZodOptional<z.ZodBoolean>;
444
460
  tag: z.ZodOptional<z.ZodString>;
@@ -470,6 +486,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
470
486
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
471
487
  library?: "fontawesome" | "lucide" | undefined;
472
488
  } | undefined;
489
+ expanded?: boolean | undefined;
473
490
  public?: boolean | undefined;
474
491
  tag?: string | undefined;
475
492
  hidden?: boolean | undefined;
@@ -488,6 +505,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
488
505
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
489
506
  library?: "fontawesome" | "lucide" | undefined;
490
507
  } | undefined;
508
+ expanded?: boolean | undefined;
491
509
  public?: boolean | undefined;
492
510
  tag?: string | undefined;
493
511
  hidden?: boolean | undefined;
@@ -507,6 +525,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
507
525
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
508
526
  library?: "fontawesome" | "lucide" | undefined;
509
527
  }>]>>;
528
+ expanded: z.ZodOptional<z.ZodBoolean>;
510
529
  group: z.ZodString;
511
530
  public: z.ZodOptional<z.ZodBoolean>;
512
531
  tag: z.ZodOptional<z.ZodString>;
@@ -538,6 +557,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
538
557
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
539
558
  library?: "fontawesome" | "lucide" | undefined;
540
559
  } | undefined;
560
+ expanded?: boolean | undefined;
541
561
  public?: boolean | undefined;
542
562
  tag?: string | undefined;
543
563
  hidden?: boolean | undefined;
@@ -556,6 +576,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
556
576
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
557
577
  library?: "fontawesome" | "lucide" | undefined;
558
578
  } | undefined;
579
+ expanded?: boolean | undefined;
559
580
  public?: boolean | undefined;
560
581
  tag?: string | undefined;
561
582
  hidden?: boolean | undefined;
@@ -575,6 +596,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
575
596
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
576
597
  library?: "fontawesome" | "lucide" | undefined;
577
598
  }>]>>;
599
+ expanded: z.ZodOptional<z.ZodBoolean>;
578
600
  group: z.ZodString;
579
601
  public: z.ZodOptional<z.ZodBoolean>;
580
602
  tag: z.ZodOptional<z.ZodString>;
@@ -589,6 +611,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
589
611
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
590
612
  library?: "fontawesome" | "lucide" | undefined;
591
613
  } | undefined;
614
+ expanded?: boolean | undefined;
592
615
  public?: boolean | undefined;
593
616
  tag?: string | undefined;
594
617
  hidden?: boolean | undefined;
@@ -600,6 +623,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
600
623
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
601
624
  library?: "fontawesome" | "lucide" | undefined;
602
625
  } | undefined;
626
+ expanded?: boolean | undefined;
603
627
  public?: boolean | undefined;
604
628
  tag?: string | undefined;
605
629
  hidden?: boolean | undefined;
@@ -724,6 +748,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodObject<{
724
748
  }>>;
725
749
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
726
750
  tag: z.ZodOptional<z.ZodString>;
751
+ expanded: z.ZodOptional<z.ZodBoolean>;
727
752
  }, "strip", z.ZodTypeAny, {
728
753
  group: string;
729
754
  pages: any[];
@@ -766,6 +791,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodObject<{
766
791
  deprecated?: boolean | undefined;
767
792
  } | undefined;
768
793
  tag?: string | undefined;
794
+ expanded?: boolean | undefined;
769
795
  }, {
770
796
  group: string;
771
797
  pages: any[];
@@ -808,6 +834,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodObject<{
808
834
  deprecated?: boolean | undefined;
809
835
  } | undefined;
810
836
  tag?: string | undefined;
837
+ expanded?: boolean | undefined;
811
838
  }>, "many">;
812
839
  export type GroupConfig = z.infer<typeof groupSchema>;
813
840
  export type GroupsConfig = z.infer<typeof groupsSchema>;
@@ -12,6 +12,7 @@ export const baseGroupSchema = z.object({
12
12
  hidden: hiddenSchema.optional(),
13
13
  root: pageSchema.optional(),
14
14
  tag: z.string().optional().describe('Tag for the group'),
15
+ expanded: z.boolean().optional().describe('Whether the group is expanded by default'),
15
16
  });
16
17
  export const groupSchema = z
17
18
  .union([
@@ -35,6 +36,7 @@ export const decoratedGroupSchema = z
35
36
  root: decoratedPageSchema.optional(),
36
37
  pages: z.lazy(() => decoratedPagesSchema),
37
38
  tag: z.string().optional().describe('Tag for the group'),
39
+ expanded: z.boolean().optional().describe('Whether the group is expanded by default'),
38
40
  })
39
41
  .describe('Organizing by groups');
40
42
  export const groupsSchema = z
@@ -67,6 +67,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
67
67
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
68
68
  library?: "fontawesome" | "lucide" | undefined;
69
69
  }>]>>;
70
+ expanded: z.ZodOptional<z.ZodBoolean>;
70
71
  group: z.ZodString;
71
72
  public: z.ZodOptional<z.ZodBoolean>;
72
73
  tag: z.ZodOptional<z.ZodString>;
@@ -98,6 +99,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
98
99
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
99
100
  library?: "fontawesome" | "lucide" | undefined;
100
101
  } | undefined;
102
+ expanded?: boolean | undefined;
101
103
  public?: boolean | undefined;
102
104
  tag?: string | undefined;
103
105
  hidden?: boolean | undefined;
@@ -116,6 +118,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
116
118
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
117
119
  library?: "fontawesome" | "lucide" | undefined;
118
120
  } | undefined;
121
+ expanded?: boolean | undefined;
119
122
  public?: boolean | undefined;
120
123
  tag?: string | undefined;
121
124
  hidden?: boolean | undefined;
@@ -135,6 +138,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
135
138
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
136
139
  library?: "fontawesome" | "lucide" | undefined;
137
140
  }>]>>;
141
+ expanded: z.ZodOptional<z.ZodBoolean>;
138
142
  group: z.ZodString;
139
143
  public: z.ZodOptional<z.ZodBoolean>;
140
144
  tag: z.ZodOptional<z.ZodString>;
@@ -166,6 +170,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
166
170
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
167
171
  library?: "fontawesome" | "lucide" | undefined;
168
172
  } | undefined;
173
+ expanded?: boolean | undefined;
169
174
  public?: boolean | undefined;
170
175
  tag?: string | undefined;
171
176
  hidden?: boolean | undefined;
@@ -184,6 +189,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
184
189
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
185
190
  library?: "fontawesome" | "lucide" | undefined;
186
191
  } | undefined;
192
+ expanded?: boolean | undefined;
187
193
  public?: boolean | undefined;
188
194
  tag?: string | undefined;
189
195
  hidden?: boolean | undefined;
@@ -203,6 +209,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
203
209
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
204
210
  library?: "fontawesome" | "lucide" | undefined;
205
211
  }>]>>;
212
+ expanded: z.ZodOptional<z.ZodBoolean>;
206
213
  group: z.ZodString;
207
214
  public: z.ZodOptional<z.ZodBoolean>;
208
215
  tag: z.ZodOptional<z.ZodString>;
@@ -217,6 +224,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
217
224
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
218
225
  library?: "fontawesome" | "lucide" | undefined;
219
226
  } | undefined;
227
+ expanded?: boolean | undefined;
220
228
  public?: boolean | undefined;
221
229
  tag?: string | undefined;
222
230
  hidden?: boolean | undefined;
@@ -228,6 +236,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
228
236
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
229
237
  library?: "fontawesome" | "lucide" | undefined;
230
238
  } | undefined;
239
+ expanded?: boolean | undefined;
231
240
  public?: boolean | undefined;
232
241
  tag?: string | undefined;
233
242
  hidden?: boolean | undefined;
@@ -250,6 +259,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
250
259
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
251
260
  library?: "fontawesome" | "lucide" | undefined;
252
261
  } | undefined;
262
+ expanded?: boolean | undefined;
253
263
  public?: boolean | undefined;
254
264
  tag?: string | undefined;
255
265
  hidden?: boolean | undefined;
@@ -269,6 +279,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
269
279
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
270
280
  library?: "fontawesome" | "lucide" | undefined;
271
281
  } | undefined;
282
+ expanded?: boolean | undefined;
272
283
  public?: boolean | undefined;
273
284
  tag?: string | undefined;
274
285
  hidden?: boolean | undefined;
@@ -281,6 +292,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
281
292
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
282
293
  library?: "fontawesome" | "lucide" | undefined;
283
294
  } | undefined;
295
+ expanded?: boolean | undefined;
284
296
  public?: boolean | undefined;
285
297
  tag?: string | undefined;
286
298
  hidden?: boolean | undefined;
@@ -302,6 +314,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
302
314
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
303
315
  library?: "fontawesome" | "lucide" | undefined;
304
316
  } | undefined;
317
+ expanded?: boolean | undefined;
305
318
  public?: boolean | undefined;
306
319
  tag?: string | undefined;
307
320
  hidden?: boolean | undefined;
@@ -321,6 +334,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
321
334
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
322
335
  library?: "fontawesome" | "lucide" | undefined;
323
336
  } | undefined;
337
+ expanded?: boolean | undefined;
324
338
  public?: boolean | undefined;
325
339
  tag?: string | undefined;
326
340
  hidden?: boolean | undefined;
@@ -333,6 +347,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
333
347
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
334
348
  library?: "fontawesome" | "lucide" | undefined;
335
349
  } | undefined;
350
+ expanded?: boolean | undefined;
336
351
  public?: boolean | undefined;
337
352
  tag?: string | undefined;
338
353
  hidden?: boolean | undefined;
@@ -499,6 +514,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
499
514
  }>>;
500
515
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
501
516
  tag: z.ZodOptional<z.ZodString>;
517
+ expanded: z.ZodOptional<z.ZodBoolean>;
502
518
  }, "strip", z.ZodTypeAny, {
503
519
  group: string;
504
520
  pages: any[];
@@ -541,6 +557,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
541
557
  deprecated?: boolean | undefined;
542
558
  } | undefined;
543
559
  tag?: string | undefined;
560
+ expanded?: boolean | undefined;
544
561
  }, {
545
562
  group: string;
546
563
  pages: any[];
@@ -583,6 +600,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
583
600
  deprecated?: boolean | undefined;
584
601
  } | undefined;
585
602
  tag?: string | undefined;
603
+ expanded?: boolean | undefined;
586
604
  }>, "many">;
587
605
  }, "strip", z.ZodTypeAny, {
588
606
  groups: {
@@ -627,6 +645,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
627
645
  deprecated?: boolean | undefined;
628
646
  } | undefined;
629
647
  tag?: string | undefined;
648
+ expanded?: boolean | undefined;
630
649
  }[];
631
650
  }, {
632
651
  groups: {
@@ -671,6 +690,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
671
690
  deprecated?: boolean | undefined;
672
691
  } | undefined;
673
692
  tag?: string | undefined;
693
+ expanded?: boolean | undefined;
674
694
  }[];
675
695
  }>, z.ZodObject<{
676
696
  pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
@@ -374,6 +374,7 @@ export declare const almondConfigSchema: z.ZodObject<{
374
374
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
375
375
  library?: "fontawesome" | "lucide" | undefined;
376
376
  }>]>>;
377
+ expanded: z.ZodOptional<z.ZodBoolean>;
377
378
  group: z.ZodString;
378
379
  public: z.ZodOptional<z.ZodBoolean>;
379
380
  tag: z.ZodOptional<z.ZodString>;
@@ -405,6 +406,7 @@ export declare const almondConfigSchema: z.ZodObject<{
405
406
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
406
407
  library?: "fontawesome" | "lucide" | undefined;
407
408
  } | undefined;
409
+ expanded?: boolean | undefined;
408
410
  public?: boolean | undefined;
409
411
  tag?: string | undefined;
410
412
  hidden?: boolean | undefined;
@@ -423,6 +425,7 @@ export declare const almondConfigSchema: z.ZodObject<{
423
425
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
424
426
  library?: "fontawesome" | "lucide" | undefined;
425
427
  } | undefined;
428
+ expanded?: boolean | undefined;
426
429
  public?: boolean | undefined;
427
430
  tag?: string | undefined;
428
431
  hidden?: boolean | undefined;
@@ -442,6 +445,7 @@ export declare const almondConfigSchema: z.ZodObject<{
442
445
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
443
446
  library?: "fontawesome" | "lucide" | undefined;
444
447
  }>]>>;
448
+ expanded: z.ZodOptional<z.ZodBoolean>;
445
449
  group: z.ZodString;
446
450
  public: z.ZodOptional<z.ZodBoolean>;
447
451
  tag: z.ZodOptional<z.ZodString>;
@@ -473,6 +477,7 @@ export declare const almondConfigSchema: z.ZodObject<{
473
477
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
474
478
  library?: "fontawesome" | "lucide" | undefined;
475
479
  } | undefined;
480
+ expanded?: boolean | undefined;
476
481
  public?: boolean | undefined;
477
482
  tag?: string | undefined;
478
483
  hidden?: boolean | undefined;
@@ -491,6 +496,7 @@ export declare const almondConfigSchema: z.ZodObject<{
491
496
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
492
497
  library?: "fontawesome" | "lucide" | undefined;
493
498
  } | undefined;
499
+ expanded?: boolean | undefined;
494
500
  public?: boolean | undefined;
495
501
  tag?: string | undefined;
496
502
  hidden?: boolean | undefined;
@@ -510,6 +516,7 @@ export declare const almondConfigSchema: z.ZodObject<{
510
516
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
511
517
  library?: "fontawesome" | "lucide" | undefined;
512
518
  }>]>>;
519
+ expanded: z.ZodOptional<z.ZodBoolean>;
513
520
  group: z.ZodString;
514
521
  public: z.ZodOptional<z.ZodBoolean>;
515
522
  tag: z.ZodOptional<z.ZodString>;
@@ -524,6 +531,7 @@ export declare const almondConfigSchema: z.ZodObject<{
524
531
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
525
532
  library?: "fontawesome" | "lucide" | undefined;
526
533
  } | undefined;
534
+ expanded?: boolean | undefined;
527
535
  public?: boolean | undefined;
528
536
  tag?: string | undefined;
529
537
  hidden?: boolean | undefined;
@@ -535,6 +543,7 @@ export declare const almondConfigSchema: z.ZodObject<{
535
543
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
536
544
  library?: "fontawesome" | "lucide" | undefined;
537
545
  } | undefined;
546
+ expanded?: boolean | undefined;
538
547
  public?: boolean | undefined;
539
548
  tag?: string | undefined;
540
549
  hidden?: boolean | undefined;
@@ -557,6 +566,7 @@ export declare const almondConfigSchema: z.ZodObject<{
557
566
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
558
567
  library?: "fontawesome" | "lucide" | undefined;
559
568
  } | undefined;
569
+ expanded?: boolean | undefined;
560
570
  public?: boolean | undefined;
561
571
  tag?: string | undefined;
562
572
  hidden?: boolean | undefined;
@@ -576,6 +586,7 @@ export declare const almondConfigSchema: z.ZodObject<{
576
586
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
577
587
  library?: "fontawesome" | "lucide" | undefined;
578
588
  } | undefined;
589
+ expanded?: boolean | undefined;
579
590
  public?: boolean | undefined;
580
591
  tag?: string | undefined;
581
592
  hidden?: boolean | undefined;
@@ -588,6 +599,7 @@ export declare const almondConfigSchema: z.ZodObject<{
588
599
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
589
600
  library?: "fontawesome" | "lucide" | undefined;
590
601
  } | undefined;
602
+ expanded?: boolean | undefined;
591
603
  public?: boolean | undefined;
592
604
  tag?: string | undefined;
593
605
  hidden?: boolean | undefined;
@@ -609,6 +621,7 @@ export declare const almondConfigSchema: z.ZodObject<{
609
621
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
610
622
  library?: "fontawesome" | "lucide" | undefined;
611
623
  } | undefined;
624
+ expanded?: boolean | undefined;
612
625
  public?: boolean | undefined;
613
626
  tag?: string | undefined;
614
627
  hidden?: boolean | undefined;
@@ -628,6 +641,7 @@ export declare const almondConfigSchema: z.ZodObject<{
628
641
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
629
642
  library?: "fontawesome" | "lucide" | undefined;
630
643
  } | undefined;
644
+ expanded?: boolean | undefined;
631
645
  public?: boolean | undefined;
632
646
  tag?: string | undefined;
633
647
  hidden?: boolean | undefined;
@@ -640,6 +654,7 @@ export declare const almondConfigSchema: z.ZodObject<{
640
654
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
641
655
  library?: "fontawesome" | "lucide" | undefined;
642
656
  } | undefined;
657
+ expanded?: boolean | undefined;
643
658
  public?: boolean | undefined;
644
659
  tag?: string | undefined;
645
660
  hidden?: boolean | undefined;
@@ -1411,6 +1426,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1411
1426
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1412
1427
  library?: "fontawesome" | "lucide" | undefined;
1413
1428
  } | undefined;
1429
+ expanded?: boolean | undefined;
1414
1430
  public?: boolean | undefined;
1415
1431
  tag?: string | undefined;
1416
1432
  hidden?: boolean | undefined;
@@ -1430,6 +1446,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1430
1446
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1431
1447
  library?: "fontawesome" | "lucide" | undefined;
1432
1448
  } | undefined;
1449
+ expanded?: boolean | undefined;
1433
1450
  public?: boolean | undefined;
1434
1451
  tag?: string | undefined;
1435
1452
  hidden?: boolean | undefined;
@@ -1442,6 +1459,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1442
1459
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1443
1460
  library?: "fontawesome" | "lucide" | undefined;
1444
1461
  } | undefined;
1462
+ expanded?: boolean | undefined;
1445
1463
  public?: boolean | undefined;
1446
1464
  tag?: string | undefined;
1447
1465
  hidden?: boolean | undefined;
@@ -1482,6 +1500,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1482
1500
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1483
1501
  library?: "fontawesome" | "lucide" | undefined;
1484
1502
  } | undefined;
1503
+ expanded?: boolean | undefined;
1485
1504
  public?: boolean | undefined;
1486
1505
  tag?: string | undefined;
1487
1506
  hidden?: boolean | undefined;
@@ -1501,6 +1520,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1501
1520
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1502
1521
  library?: "fontawesome" | "lucide" | undefined;
1503
1522
  } | undefined;
1523
+ expanded?: boolean | undefined;
1504
1524
  public?: boolean | undefined;
1505
1525
  tag?: string | undefined;
1506
1526
  hidden?: boolean | undefined;
@@ -1513,6 +1533,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1513
1533
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1514
1534
  library?: "fontawesome" | "lucide" | undefined;
1515
1535
  } | undefined;
1536
+ expanded?: boolean | undefined;
1516
1537
  public?: boolean | undefined;
1517
1538
  tag?: string | undefined;
1518
1539
  hidden?: boolean | undefined;
@@ -1788,6 +1809,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1788
1809
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1789
1810
  library?: "fontawesome" | "lucide" | undefined;
1790
1811
  } | undefined;
1812
+ expanded?: boolean | undefined;
1791
1813
  public?: boolean | undefined;
1792
1814
  tag?: string | undefined;
1793
1815
  hidden?: boolean | undefined;
@@ -1807,6 +1829,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1807
1829
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1808
1830
  library?: "fontawesome" | "lucide" | undefined;
1809
1831
  } | undefined;
1832
+ expanded?: boolean | undefined;
1810
1833
  public?: boolean | undefined;
1811
1834
  tag?: string | undefined;
1812
1835
  hidden?: boolean | undefined;
@@ -1819,6 +1842,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1819
1842
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1820
1843
  library?: "fontawesome" | "lucide" | undefined;
1821
1844
  } | undefined;
1845
+ expanded?: boolean | undefined;
1822
1846
  public?: boolean | undefined;
1823
1847
  tag?: string | undefined;
1824
1848
  hidden?: boolean | undefined;
@@ -1859,6 +1883,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1859
1883
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1860
1884
  library?: "fontawesome" | "lucide" | undefined;
1861
1885
  } | undefined;
1886
+ expanded?: boolean | undefined;
1862
1887
  public?: boolean | undefined;
1863
1888
  tag?: string | undefined;
1864
1889
  hidden?: boolean | undefined;
@@ -1878,6 +1903,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1878
1903
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1879
1904
  library?: "fontawesome" | "lucide" | undefined;
1880
1905
  } | undefined;
1906
+ expanded?: boolean | undefined;
1881
1907
  public?: boolean | undefined;
1882
1908
  tag?: string | undefined;
1883
1909
  hidden?: boolean | undefined;
@@ -1890,6 +1916,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1890
1916
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1891
1917
  library?: "fontawesome" | "lucide" | undefined;
1892
1918
  } | undefined;
1919
+ expanded?: boolean | undefined;
1893
1920
  public?: boolean | undefined;
1894
1921
  tag?: string | undefined;
1895
1922
  hidden?: boolean | undefined;