@mintlify/validation 0.1.587 → 0.1.588
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/v1/anchors.js +1 -1
- package/dist/mint-config/schemas/v2/index.d.ts +558 -558
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +20 -20
- package/dist/mint-config/schemas/v2/properties/contextual.js +1 -0
- package/dist/mint-config/schemas/v2/properties/icons.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/navbar.d.ts +21 -21
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +9 -9
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +28 -28
- package/dist/mint-config/schemas/v2/properties/navigation/menu.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/products.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/reusable/icon.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/reusable/icon.js +1 -1
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +9 -9
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +46 -46
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +62 -62
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +62 -62
- package/dist/mint-config/validateConfig.d.ts +128 -128
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -235,15 +235,15 @@ export declare const standardConfigSchema: {
|
|
|
235
235
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
236
236
|
style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
237
237
|
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
238
|
-
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
|
|
238
|
+
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide", "tabler"]>>;
|
|
239
239
|
}, "strip", import("zod").ZodTypeAny, {
|
|
240
240
|
name: string;
|
|
241
241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
242
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
242
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
243
243
|
}, {
|
|
244
244
|
name: string;
|
|
245
245
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
246
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
246
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
247
247
|
}>]>>;
|
|
248
248
|
href: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
249
249
|
}, {
|
|
@@ -255,7 +255,7 @@ export declare const standardConfigSchema: {
|
|
|
255
255
|
icon?: string | {
|
|
256
256
|
name: string;
|
|
257
257
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
258
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
258
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
259
259
|
} | undefined;
|
|
260
260
|
label?: string | undefined;
|
|
261
261
|
}, {
|
|
@@ -264,22 +264,22 @@ export declare const standardConfigSchema: {
|
|
|
264
264
|
icon?: string | {
|
|
265
265
|
name: string;
|
|
266
266
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
267
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
267
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
268
268
|
} | undefined;
|
|
269
269
|
label?: string | undefined;
|
|
270
270
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
271
271
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
272
272
|
style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
273
273
|
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
274
|
-
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
|
|
274
|
+
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide", "tabler"]>>;
|
|
275
275
|
}, "strip", import("zod").ZodTypeAny, {
|
|
276
276
|
name: string;
|
|
277
277
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
278
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
278
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
279
279
|
}, {
|
|
280
280
|
name: string;
|
|
281
281
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
282
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
282
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
283
283
|
}>]>>;
|
|
284
284
|
href: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
285
285
|
}, {
|
|
@@ -291,7 +291,7 @@ export declare const standardConfigSchema: {
|
|
|
291
291
|
icon?: string | {
|
|
292
292
|
name: string;
|
|
293
293
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
294
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
294
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
295
295
|
} | undefined;
|
|
296
296
|
label?: string | undefined;
|
|
297
297
|
}, {
|
|
@@ -300,22 +300,22 @@ export declare const standardConfigSchema: {
|
|
|
300
300
|
icon?: string | {
|
|
301
301
|
name: string;
|
|
302
302
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
303
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
303
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
304
304
|
} | undefined;
|
|
305
305
|
label?: string | undefined;
|
|
306
306
|
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
307
307
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
308
308
|
style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
309
309
|
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
310
|
-
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
|
|
310
|
+
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide", "tabler"]>>;
|
|
311
311
|
}, "strip", import("zod").ZodTypeAny, {
|
|
312
312
|
name: string;
|
|
313
313
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
314
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
314
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
315
315
|
}, {
|
|
316
316
|
name: string;
|
|
317
317
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
318
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
318
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
319
319
|
}>]>>;
|
|
320
320
|
href: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
321
321
|
}, {
|
|
@@ -328,7 +328,7 @@ export declare const standardConfigSchema: {
|
|
|
328
328
|
icon?: string | {
|
|
329
329
|
name: string;
|
|
330
330
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
331
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
331
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
332
332
|
} | undefined;
|
|
333
333
|
}, {
|
|
334
334
|
href: string;
|
|
@@ -337,7 +337,7 @@ export declare const standardConfigSchema: {
|
|
|
337
337
|
icon?: string | {
|
|
338
338
|
name: string;
|
|
339
339
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
340
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
340
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
341
341
|
} | undefined;
|
|
342
342
|
}>]>, "many">>;
|
|
343
343
|
primary: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
@@ -398,7 +398,7 @@ export declare const standardConfigSchema: {
|
|
|
398
398
|
icon?: string | {
|
|
399
399
|
name: string;
|
|
400
400
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
401
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
401
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
402
402
|
} | undefined;
|
|
403
403
|
} | {
|
|
404
404
|
type: "github";
|
|
@@ -406,7 +406,7 @@ export declare const standardConfigSchema: {
|
|
|
406
406
|
icon?: string | {
|
|
407
407
|
name: string;
|
|
408
408
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
409
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
409
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
410
410
|
} | undefined;
|
|
411
411
|
label?: string | undefined;
|
|
412
412
|
} | {
|
|
@@ -415,7 +415,7 @@ export declare const standardConfigSchema: {
|
|
|
415
415
|
icon?: string | {
|
|
416
416
|
name: string;
|
|
417
417
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
418
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
418
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
419
419
|
} | undefined;
|
|
420
420
|
label?: string | undefined;
|
|
421
421
|
})[] | undefined;
|
|
@@ -440,7 +440,7 @@ export declare const standardConfigSchema: {
|
|
|
440
440
|
icon?: string | {
|
|
441
441
|
name: string;
|
|
442
442
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
443
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
443
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
444
444
|
} | undefined;
|
|
445
445
|
} | {
|
|
446
446
|
type: "github";
|
|
@@ -448,7 +448,7 @@ export declare const standardConfigSchema: {
|
|
|
448
448
|
icon?: string | {
|
|
449
449
|
name: string;
|
|
450
450
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
451
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
451
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
452
452
|
} | undefined;
|
|
453
453
|
label?: string | undefined;
|
|
454
454
|
} | {
|
|
@@ -457,7 +457,7 @@ export declare const standardConfigSchema: {
|
|
|
457
457
|
icon?: string | {
|
|
458
458
|
name: string;
|
|
459
459
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
460
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
460
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
461
461
|
} | undefined;
|
|
462
462
|
label?: string | undefined;
|
|
463
463
|
})[] | undefined;
|
|
@@ -530,7 +530,7 @@ export declare const standardConfigSchema: {
|
|
|
530
530
|
icon?: string | {
|
|
531
531
|
name: string;
|
|
532
532
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
533
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
533
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
534
534
|
} | undefined;
|
|
535
535
|
expanded?: boolean | undefined;
|
|
536
536
|
public?: boolean | undefined;
|
|
@@ -553,7 +553,7 @@ export declare const standardConfigSchema: {
|
|
|
553
553
|
icon?: string | {
|
|
554
554
|
name: string;
|
|
555
555
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
556
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
556
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
557
557
|
} | undefined;
|
|
558
558
|
expanded?: boolean | undefined;
|
|
559
559
|
public?: boolean | undefined;
|
|
@@ -578,7 +578,7 @@ export declare const standardConfigSchema: {
|
|
|
578
578
|
icon?: string | {
|
|
579
579
|
name: string;
|
|
580
580
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
581
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
581
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
582
582
|
} | undefined;
|
|
583
583
|
expanded?: boolean | undefined;
|
|
584
584
|
public?: boolean | undefined;
|
|
@@ -604,7 +604,7 @@ export declare const standardConfigSchema: {
|
|
|
604
604
|
icon?: string | {
|
|
605
605
|
name: string;
|
|
606
606
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
607
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
607
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
608
608
|
} | undefined;
|
|
609
609
|
expanded?: boolean | undefined;
|
|
610
610
|
public?: boolean | undefined;
|
|
@@ -632,7 +632,7 @@ export declare const standardConfigSchema: {
|
|
|
632
632
|
icon?: string | {
|
|
633
633
|
name: string;
|
|
634
634
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
635
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
635
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
636
636
|
} | undefined;
|
|
637
637
|
expanded?: boolean | undefined;
|
|
638
638
|
public?: boolean | undefined;
|
|
@@ -655,7 +655,7 @@ export declare const standardConfigSchema: {
|
|
|
655
655
|
icon?: string | {
|
|
656
656
|
name: string;
|
|
657
657
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
658
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
658
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
659
659
|
} | undefined;
|
|
660
660
|
expanded?: boolean | undefined;
|
|
661
661
|
public?: boolean | undefined;
|
|
@@ -680,7 +680,7 @@ export declare const standardConfigSchema: {
|
|
|
680
680
|
icon?: string | {
|
|
681
681
|
name: string;
|
|
682
682
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
683
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
683
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
684
684
|
} | undefined;
|
|
685
685
|
expanded?: boolean | undefined;
|
|
686
686
|
public?: boolean | undefined;
|
|
@@ -706,7 +706,7 @@ export declare const standardConfigSchema: {
|
|
|
706
706
|
icon?: string | {
|
|
707
707
|
name: string;
|
|
708
708
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
709
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
709
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
710
710
|
} | undefined;
|
|
711
711
|
expanded?: boolean | undefined;
|
|
712
712
|
public?: boolean | undefined;
|
|
@@ -896,11 +896,11 @@ export declare const standardConfigSchema: {
|
|
|
896
896
|
} | undefined;
|
|
897
897
|
}>]>>;
|
|
898
898
|
icons: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
899
|
-
library: import("zod").ZodEnum<["fontawesome", "lucide"]>;
|
|
899
|
+
library: import("zod").ZodEnum<["fontawesome", "lucide", "tabler"]>;
|
|
900
900
|
}, "strip", import("zod").ZodTypeAny, {
|
|
901
|
-
library: "fontawesome" | "lucide";
|
|
901
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
902
902
|
}, {
|
|
903
|
-
library: "fontawesome" | "lucide";
|
|
903
|
+
library: "fontawesome" | "lucide" | "tabler";
|
|
904
904
|
}>>;
|
|
905
905
|
styling: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
906
906
|
eyebrows: import("zod").ZodOptional<import("zod").ZodEnum<["section", "breadcrumbs"]>>;
|
|
@@ -1313,21 +1313,21 @@ export declare const standardConfigSchema: {
|
|
|
1313
1313
|
};
|
|
1314
1314
|
}>>;
|
|
1315
1315
|
contextual: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1316
|
-
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
|
|
1316
|
+
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "add-mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
|
|
1317
1317
|
title: import("zod").ZodString;
|
|
1318
1318
|
description: import("zod").ZodString;
|
|
1319
1319
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
1320
1320
|
style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
|
|
1321
1321
|
name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
1322
|
-
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
|
|
1322
|
+
library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide", "tabler"]>>;
|
|
1323
1323
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1324
1324
|
name: string;
|
|
1325
1325
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1326
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1326
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1327
1327
|
}, {
|
|
1328
1328
|
name: string;
|
|
1329
1329
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1330
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1330
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1331
1331
|
}>]>>;
|
|
1332
1332
|
href: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
|
|
1333
1333
|
base: import("zod").ZodString;
|
|
@@ -1367,7 +1367,7 @@ export declare const standardConfigSchema: {
|
|
|
1367
1367
|
icon?: string | {
|
|
1368
1368
|
name: string;
|
|
1369
1369
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1370
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1370
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1371
1371
|
} | undefined;
|
|
1372
1372
|
}, {
|
|
1373
1373
|
href: string | {
|
|
@@ -1382,9 +1382,9 @@ export declare const standardConfigSchema: {
|
|
|
1382
1382
|
icon?: string | {
|
|
1383
1383
|
name: string;
|
|
1384
1384
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1385
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1385
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1386
1386
|
} | undefined;
|
|
1387
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1387
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1388
1388
|
href: string | {
|
|
1389
1389
|
base: string;
|
|
1390
1390
|
query?: {
|
|
@@ -1397,9 +1397,9 @@ export declare const standardConfigSchema: {
|
|
|
1397
1397
|
icon?: string | {
|
|
1398
1398
|
name: string;
|
|
1399
1399
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1400
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1400
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1401
1401
|
} | undefined;
|
|
1402
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1402
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1403
1403
|
href: string | {
|
|
1404
1404
|
base: string;
|
|
1405
1405
|
query?: {
|
|
@@ -1412,12 +1412,12 @@ export declare const standardConfigSchema: {
|
|
|
1412
1412
|
icon?: string | {
|
|
1413
1413
|
name: string;
|
|
1414
1414
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1415
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1415
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1416
1416
|
} | undefined;
|
|
1417
1417
|
})[]>;
|
|
1418
1418
|
display: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["header", "toc"]>>>;
|
|
1419
1419
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1420
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1420
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1421
1421
|
href: string | {
|
|
1422
1422
|
base: string;
|
|
1423
1423
|
query?: {
|
|
@@ -1430,12 +1430,12 @@ export declare const standardConfigSchema: {
|
|
|
1430
1430
|
icon?: string | {
|
|
1431
1431
|
name: string;
|
|
1432
1432
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1433
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1433
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1434
1434
|
} | undefined;
|
|
1435
1435
|
})[];
|
|
1436
1436
|
display: "header" | "toc";
|
|
1437
1437
|
}, {
|
|
1438
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1438
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1439
1439
|
href: string | {
|
|
1440
1440
|
base: string;
|
|
1441
1441
|
query?: {
|
|
@@ -1448,7 +1448,7 @@ export declare const standardConfigSchema: {
|
|
|
1448
1448
|
icon?: string | {
|
|
1449
1449
|
name: string;
|
|
1450
1450
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1451
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1451
|
+
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1452
1452
|
} | undefined;
|
|
1453
1453
|
})[];
|
|
1454
1454
|
display?: "header" | "toc" | undefined;
|