@mintlify/validation 0.1.319 → 0.1.321

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.
@@ -313,12 +313,15 @@ export declare const mapleConfigSchema: z.ZodObject<{
313
313
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
314
314
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
315
315
  name: z.ZodEffects<z.ZodString, string, string>;
316
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
316
317
  }, "strip", z.ZodTypeAny, {
317
318
  name: string;
318
319
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
320
+ library?: "fontawesome" | "lucide" | undefined;
319
321
  }, {
320
322
  name: string;
321
323
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
324
+ library?: "fontawesome" | "lucide" | undefined;
322
325
  }>]>>;
323
326
  group: z.ZodString;
324
327
  hidden: z.ZodOptional<z.ZodBoolean>;
@@ -345,6 +348,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
345
348
  icon?: string | {
346
349
  name: string;
347
350
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
351
+ library?: "fontawesome" | "lucide" | undefined;
348
352
  } | undefined;
349
353
  hidden?: boolean | undefined;
350
354
  root?: string | undefined;
@@ -360,6 +364,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
360
364
  icon?: string | {
361
365
  name: string;
362
366
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
367
+ library?: "fontawesome" | "lucide" | undefined;
363
368
  } | undefined;
364
369
  hidden?: boolean | undefined;
365
370
  root?: string | undefined;
@@ -367,12 +372,15 @@ export declare const mapleConfigSchema: z.ZodObject<{
367
372
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
368
373
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
369
374
  name: z.ZodEffects<z.ZodString, string, string>;
375
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
370
376
  }, "strip", z.ZodTypeAny, {
371
377
  name: string;
372
378
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
379
+ library?: "fontawesome" | "lucide" | undefined;
373
380
  }, {
374
381
  name: string;
375
382
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
383
+ library?: "fontawesome" | "lucide" | undefined;
376
384
  }>]>>;
377
385
  group: z.ZodString;
378
386
  hidden: z.ZodOptional<z.ZodBoolean>;
@@ -399,6 +407,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
399
407
  icon?: string | {
400
408
  name: string;
401
409
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
410
+ library?: "fontawesome" | "lucide" | undefined;
402
411
  } | undefined;
403
412
  hidden?: boolean | undefined;
404
413
  root?: string | undefined;
@@ -414,6 +423,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
414
423
  icon?: string | {
415
424
  name: string;
416
425
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
426
+ library?: "fontawesome" | "lucide" | undefined;
417
427
  } | undefined;
418
428
  hidden?: boolean | undefined;
419
429
  root?: string | undefined;
@@ -421,12 +431,15 @@ export declare const mapleConfigSchema: z.ZodObject<{
421
431
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
422
432
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
423
433
  name: z.ZodEffects<z.ZodString, string, string>;
434
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
424
435
  }, "strip", z.ZodTypeAny, {
425
436
  name: string;
426
437
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
438
+ library?: "fontawesome" | "lucide" | undefined;
427
439
  }, {
428
440
  name: string;
429
441
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
442
+ library?: "fontawesome" | "lucide" | undefined;
430
443
  }>]>>;
431
444
  group: z.ZodString;
432
445
  hidden: z.ZodOptional<z.ZodBoolean>;
@@ -438,6 +451,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
438
451
  icon?: string | {
439
452
  name: string;
440
453
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
454
+ library?: "fontawesome" | "lucide" | undefined;
441
455
  } | undefined;
442
456
  hidden?: boolean | undefined;
443
457
  root?: string | undefined;
@@ -447,6 +461,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
447
461
  icon?: string | {
448
462
  name: string;
449
463
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
464
+ library?: "fontawesome" | "lucide" | undefined;
450
465
  } | undefined;
451
466
  hidden?: boolean | undefined;
452
467
  root?: string | undefined;
@@ -464,6 +479,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
464
479
  icon?: string | {
465
480
  name: string;
466
481
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
482
+ library?: "fontawesome" | "lucide" | undefined;
467
483
  } | undefined;
468
484
  hidden?: boolean | undefined;
469
485
  root?: string | undefined;
@@ -479,6 +495,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
479
495
  icon?: string | {
480
496
  name: string;
481
497
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
498
+ library?: "fontawesome" | "lucide" | undefined;
482
499
  } | undefined;
483
500
  hidden?: boolean | undefined;
484
501
  root?: string | undefined;
@@ -488,6 +505,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
488
505
  icon?: string | {
489
506
  name: string;
490
507
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
508
+ library?: "fontawesome" | "lucide" | undefined;
491
509
  } | undefined;
492
510
  hidden?: boolean | undefined;
493
511
  root?: string | undefined;
@@ -506,6 +524,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
506
524
  icon?: string | {
507
525
  name: string;
508
526
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
527
+ library?: "fontawesome" | "lucide" | undefined;
509
528
  } | undefined;
510
529
  hidden?: boolean | undefined;
511
530
  root?: string | undefined;
@@ -521,6 +540,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
521
540
  icon?: string | {
522
541
  name: string;
523
542
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
543
+ library?: "fontawesome" | "lucide" | undefined;
524
544
  } | undefined;
525
545
  hidden?: boolean | undefined;
526
546
  root?: string | undefined;
@@ -530,6 +550,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
530
550
  icon?: string | {
531
551
  name: string;
532
552
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
553
+ library?: "fontawesome" | "lucide" | undefined;
533
554
  } | undefined;
534
555
  hidden?: boolean | undefined;
535
556
  root?: string | undefined;
@@ -714,11 +735,11 @@ export declare const mapleConfigSchema: z.ZodObject<{
714
735
  } | undefined;
715
736
  }>]>>;
716
737
  icons: z.ZodOptional<z.ZodObject<{
717
- library: z.ZodEnum<["fontawesome"]>;
738
+ library: z.ZodEnum<["fontawesome", "lucide"]>;
718
739
  }, "strip", z.ZodTypeAny, {
719
- library: "fontawesome";
740
+ library: "fontawesome" | "lucide";
720
741
  }, {
721
- library: "fontawesome";
742
+ library: "fontawesome" | "lucide";
722
743
  }>>;
723
744
  styling: z.ZodOptional<z.ZodObject<{
724
745
  eyebrows: z.ZodOptional<z.ZodEnum<["section", "breadcrumbs"]>>;
@@ -1070,6 +1091,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1070
1091
  icon?: string | {
1071
1092
  name: string;
1072
1093
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1094
+ library?: "fontawesome" | "lucide" | undefined;
1073
1095
  } | undefined;
1074
1096
  hidden?: boolean | undefined;
1075
1097
  root?: string | undefined;
@@ -1085,6 +1107,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1085
1107
  icon?: string | {
1086
1108
  name: string;
1087
1109
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1110
+ library?: "fontawesome" | "lucide" | undefined;
1088
1111
  } | undefined;
1089
1112
  hidden?: boolean | undefined;
1090
1113
  root?: string | undefined;
@@ -1094,6 +1117,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1094
1117
  icon?: string | {
1095
1118
  name: string;
1096
1119
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1120
+ library?: "fontawesome" | "lucide" | undefined;
1097
1121
  } | undefined;
1098
1122
  hidden?: boolean | undefined;
1099
1123
  root?: string | undefined;
@@ -1130,6 +1154,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1130
1154
  icon?: string | {
1131
1155
  name: string;
1132
1156
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1157
+ library?: "fontawesome" | "lucide" | undefined;
1133
1158
  } | undefined;
1134
1159
  hidden?: boolean | undefined;
1135
1160
  root?: string | undefined;
@@ -1145,6 +1170,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1145
1170
  icon?: string | {
1146
1171
  name: string;
1147
1172
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1173
+ library?: "fontawesome" | "lucide" | undefined;
1148
1174
  } | undefined;
1149
1175
  hidden?: boolean | undefined;
1150
1176
  root?: string | undefined;
@@ -1154,6 +1180,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1154
1180
  icon?: string | {
1155
1181
  name: string;
1156
1182
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1183
+ library?: "fontawesome" | "lucide" | undefined;
1157
1184
  } | undefined;
1158
1185
  hidden?: boolean | undefined;
1159
1186
  root?: string | undefined;
@@ -1263,7 +1290,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1263
1290
  } | undefined;
1264
1291
  } | undefined;
1265
1292
  icons?: {
1266
- library: "fontawesome";
1293
+ library: "fontawesome" | "lucide";
1267
1294
  } | undefined;
1268
1295
  styling?: {
1269
1296
  eyebrows?: "section" | "breadcrumbs" | undefined;
@@ -1377,6 +1404,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1377
1404
  icon?: string | {
1378
1405
  name: string;
1379
1406
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1407
+ library?: "fontawesome" | "lucide" | undefined;
1380
1408
  } | undefined;
1381
1409
  hidden?: boolean | undefined;
1382
1410
  root?: string | undefined;
@@ -1392,6 +1420,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1392
1420
  icon?: string | {
1393
1421
  name: string;
1394
1422
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1423
+ library?: "fontawesome" | "lucide" | undefined;
1395
1424
  } | undefined;
1396
1425
  hidden?: boolean | undefined;
1397
1426
  root?: string | undefined;
@@ -1401,6 +1430,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1401
1430
  icon?: string | {
1402
1431
  name: string;
1403
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;
1404
1434
  } | undefined;
1405
1435
  hidden?: boolean | undefined;
1406
1436
  root?: string | undefined;
@@ -1437,6 +1467,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1437
1467
  icon?: string | {
1438
1468
  name: string;
1439
1469
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1470
+ library?: "fontawesome" | "lucide" | undefined;
1440
1471
  } | undefined;
1441
1472
  hidden?: boolean | undefined;
1442
1473
  root?: string | undefined;
@@ -1452,6 +1483,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1452
1483
  icon?: string | {
1453
1484
  name: string;
1454
1485
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1486
+ library?: "fontawesome" | "lucide" | undefined;
1455
1487
  } | undefined;
1456
1488
  hidden?: boolean | undefined;
1457
1489
  root?: string | undefined;
@@ -1461,6 +1493,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1461
1493
  icon?: string | {
1462
1494
  name: string;
1463
1495
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1496
+ library?: "fontawesome" | "lucide" | undefined;
1464
1497
  } | undefined;
1465
1498
  hidden?: boolean | undefined;
1466
1499
  root?: string | undefined;
@@ -1571,7 +1604,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
1571
1604
  } | undefined;
1572
1605
  } | undefined;
1573
1606
  icons?: {
1574
- library: "fontawesome";
1607
+ library: "fontawesome" | "lucide";
1575
1608
  } | undefined;
1576
1609
  styling?: {
1577
1610
  eyebrows?: "section" | "breadcrumbs" | undefined;
@@ -313,12 +313,15 @@ export declare const mintConfigSchema: z.ZodObject<{
313
313
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
314
314
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
315
315
  name: z.ZodEffects<z.ZodString, string, string>;
316
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
316
317
  }, "strip", z.ZodTypeAny, {
317
318
  name: string;
318
319
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
320
+ library?: "fontawesome" | "lucide" | undefined;
319
321
  }, {
320
322
  name: string;
321
323
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
324
+ library?: "fontawesome" | "lucide" | undefined;
322
325
  }>]>>;
323
326
  group: z.ZodString;
324
327
  hidden: z.ZodOptional<z.ZodBoolean>;
@@ -345,6 +348,7 @@ export declare const mintConfigSchema: z.ZodObject<{
345
348
  icon?: string | {
346
349
  name: string;
347
350
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
351
+ library?: "fontawesome" | "lucide" | undefined;
348
352
  } | undefined;
349
353
  hidden?: boolean | undefined;
350
354
  root?: string | undefined;
@@ -360,6 +364,7 @@ export declare const mintConfigSchema: z.ZodObject<{
360
364
  icon?: string | {
361
365
  name: string;
362
366
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
367
+ library?: "fontawesome" | "lucide" | undefined;
363
368
  } | undefined;
364
369
  hidden?: boolean | undefined;
365
370
  root?: string | undefined;
@@ -367,12 +372,15 @@ export declare const mintConfigSchema: z.ZodObject<{
367
372
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
368
373
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
369
374
  name: z.ZodEffects<z.ZodString, string, string>;
375
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
370
376
  }, "strip", z.ZodTypeAny, {
371
377
  name: string;
372
378
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
379
+ library?: "fontawesome" | "lucide" | undefined;
373
380
  }, {
374
381
  name: string;
375
382
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
383
+ library?: "fontawesome" | "lucide" | undefined;
376
384
  }>]>>;
377
385
  group: z.ZodString;
378
386
  hidden: z.ZodOptional<z.ZodBoolean>;
@@ -399,6 +407,7 @@ export declare const mintConfigSchema: z.ZodObject<{
399
407
  icon?: string | {
400
408
  name: string;
401
409
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
410
+ library?: "fontawesome" | "lucide" | undefined;
402
411
  } | undefined;
403
412
  hidden?: boolean | undefined;
404
413
  root?: string | undefined;
@@ -414,6 +423,7 @@ export declare const mintConfigSchema: z.ZodObject<{
414
423
  icon?: string | {
415
424
  name: string;
416
425
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
426
+ library?: "fontawesome" | "lucide" | undefined;
417
427
  } | undefined;
418
428
  hidden?: boolean | undefined;
419
429
  root?: string | undefined;
@@ -421,12 +431,15 @@ export declare const mintConfigSchema: z.ZodObject<{
421
431
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
422
432
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
423
433
  name: z.ZodEffects<z.ZodString, string, string>;
434
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
424
435
  }, "strip", z.ZodTypeAny, {
425
436
  name: string;
426
437
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
438
+ library?: "fontawesome" | "lucide" | undefined;
427
439
  }, {
428
440
  name: string;
429
441
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
442
+ library?: "fontawesome" | "lucide" | undefined;
430
443
  }>]>>;
431
444
  group: z.ZodString;
432
445
  hidden: z.ZodOptional<z.ZodBoolean>;
@@ -438,6 +451,7 @@ export declare const mintConfigSchema: z.ZodObject<{
438
451
  icon?: string | {
439
452
  name: string;
440
453
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
454
+ library?: "fontawesome" | "lucide" | undefined;
441
455
  } | undefined;
442
456
  hidden?: boolean | undefined;
443
457
  root?: string | undefined;
@@ -447,6 +461,7 @@ export declare const mintConfigSchema: z.ZodObject<{
447
461
  icon?: string | {
448
462
  name: string;
449
463
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
464
+ library?: "fontawesome" | "lucide" | undefined;
450
465
  } | undefined;
451
466
  hidden?: boolean | undefined;
452
467
  root?: string | undefined;
@@ -464,6 +479,7 @@ export declare const mintConfigSchema: z.ZodObject<{
464
479
  icon?: string | {
465
480
  name: string;
466
481
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
482
+ library?: "fontawesome" | "lucide" | undefined;
467
483
  } | undefined;
468
484
  hidden?: boolean | undefined;
469
485
  root?: string | undefined;
@@ -479,6 +495,7 @@ export declare const mintConfigSchema: z.ZodObject<{
479
495
  icon?: string | {
480
496
  name: string;
481
497
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
498
+ library?: "fontawesome" | "lucide" | undefined;
482
499
  } | undefined;
483
500
  hidden?: boolean | undefined;
484
501
  root?: string | undefined;
@@ -488,6 +505,7 @@ export declare const mintConfigSchema: z.ZodObject<{
488
505
  icon?: string | {
489
506
  name: string;
490
507
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
508
+ library?: "fontawesome" | "lucide" | undefined;
491
509
  } | undefined;
492
510
  hidden?: boolean | undefined;
493
511
  root?: string | undefined;
@@ -506,6 +524,7 @@ export declare const mintConfigSchema: z.ZodObject<{
506
524
  icon?: string | {
507
525
  name: string;
508
526
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
527
+ library?: "fontawesome" | "lucide" | undefined;
509
528
  } | undefined;
510
529
  hidden?: boolean | undefined;
511
530
  root?: string | undefined;
@@ -521,6 +540,7 @@ export declare const mintConfigSchema: z.ZodObject<{
521
540
  icon?: string | {
522
541
  name: string;
523
542
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
543
+ library?: "fontawesome" | "lucide" | undefined;
524
544
  } | undefined;
525
545
  hidden?: boolean | undefined;
526
546
  root?: string | undefined;
@@ -530,6 +550,7 @@ export declare const mintConfigSchema: z.ZodObject<{
530
550
  icon?: string | {
531
551
  name: string;
532
552
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
553
+ library?: "fontawesome" | "lucide" | undefined;
533
554
  } | undefined;
534
555
  hidden?: boolean | undefined;
535
556
  root?: string | undefined;
@@ -714,11 +735,11 @@ export declare const mintConfigSchema: z.ZodObject<{
714
735
  } | undefined;
715
736
  }>]>>;
716
737
  icons: z.ZodOptional<z.ZodObject<{
717
- library: z.ZodEnum<["fontawesome"]>;
738
+ library: z.ZodEnum<["fontawesome", "lucide"]>;
718
739
  }, "strip", z.ZodTypeAny, {
719
- library: "fontawesome";
740
+ library: "fontawesome" | "lucide";
720
741
  }, {
721
- library: "fontawesome";
742
+ library: "fontawesome" | "lucide";
722
743
  }>>;
723
744
  styling: z.ZodOptional<z.ZodObject<{
724
745
  eyebrows: z.ZodOptional<z.ZodEnum<["section", "breadcrumbs"]>>;
@@ -1070,6 +1091,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1070
1091
  icon?: string | {
1071
1092
  name: string;
1072
1093
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1094
+ library?: "fontawesome" | "lucide" | undefined;
1073
1095
  } | undefined;
1074
1096
  hidden?: boolean | undefined;
1075
1097
  root?: string | undefined;
@@ -1085,6 +1107,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1085
1107
  icon?: string | {
1086
1108
  name: string;
1087
1109
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1110
+ library?: "fontawesome" | "lucide" | undefined;
1088
1111
  } | undefined;
1089
1112
  hidden?: boolean | undefined;
1090
1113
  root?: string | undefined;
@@ -1094,6 +1117,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1094
1117
  icon?: string | {
1095
1118
  name: string;
1096
1119
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1120
+ library?: "fontawesome" | "lucide" | undefined;
1097
1121
  } | undefined;
1098
1122
  hidden?: boolean | undefined;
1099
1123
  root?: string | undefined;
@@ -1130,6 +1154,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1130
1154
  icon?: string | {
1131
1155
  name: string;
1132
1156
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1157
+ library?: "fontawesome" | "lucide" | undefined;
1133
1158
  } | undefined;
1134
1159
  hidden?: boolean | undefined;
1135
1160
  root?: string | undefined;
@@ -1145,6 +1170,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1145
1170
  icon?: string | {
1146
1171
  name: string;
1147
1172
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1173
+ library?: "fontawesome" | "lucide" | undefined;
1148
1174
  } | undefined;
1149
1175
  hidden?: boolean | undefined;
1150
1176
  root?: string | undefined;
@@ -1154,6 +1180,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1154
1180
  icon?: string | {
1155
1181
  name: string;
1156
1182
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1183
+ library?: "fontawesome" | "lucide" | undefined;
1157
1184
  } | undefined;
1158
1185
  hidden?: boolean | undefined;
1159
1186
  root?: string | undefined;
@@ -1263,7 +1290,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1263
1290
  } | undefined;
1264
1291
  } | undefined;
1265
1292
  icons?: {
1266
- library: "fontawesome";
1293
+ library: "fontawesome" | "lucide";
1267
1294
  } | undefined;
1268
1295
  styling?: {
1269
1296
  eyebrows?: "section" | "breadcrumbs" | undefined;
@@ -1377,6 +1404,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1377
1404
  icon?: string | {
1378
1405
  name: string;
1379
1406
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1407
+ library?: "fontawesome" | "lucide" | undefined;
1380
1408
  } | undefined;
1381
1409
  hidden?: boolean | undefined;
1382
1410
  root?: string | undefined;
@@ -1392,6 +1420,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1392
1420
  icon?: string | {
1393
1421
  name: string;
1394
1422
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1423
+ library?: "fontawesome" | "lucide" | undefined;
1395
1424
  } | undefined;
1396
1425
  hidden?: boolean | undefined;
1397
1426
  root?: string | undefined;
@@ -1401,6 +1430,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1401
1430
  icon?: string | {
1402
1431
  name: string;
1403
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;
1404
1434
  } | undefined;
1405
1435
  hidden?: boolean | undefined;
1406
1436
  root?: string | undefined;
@@ -1437,6 +1467,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1437
1467
  icon?: string | {
1438
1468
  name: string;
1439
1469
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1470
+ library?: "fontawesome" | "lucide" | undefined;
1440
1471
  } | undefined;
1441
1472
  hidden?: boolean | undefined;
1442
1473
  root?: string | undefined;
@@ -1452,6 +1483,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1452
1483
  icon?: string | {
1453
1484
  name: string;
1454
1485
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1486
+ library?: "fontawesome" | "lucide" | undefined;
1455
1487
  } | undefined;
1456
1488
  hidden?: boolean | undefined;
1457
1489
  root?: string | undefined;
@@ -1461,6 +1493,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1461
1493
  icon?: string | {
1462
1494
  name: string;
1463
1495
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1496
+ library?: "fontawesome" | "lucide" | undefined;
1464
1497
  } | undefined;
1465
1498
  hidden?: boolean | undefined;
1466
1499
  root?: string | undefined;
@@ -1571,7 +1604,7 @@ export declare const mintConfigSchema: z.ZodObject<{
1571
1604
  } | undefined;
1572
1605
  } | undefined;
1573
1606
  icons?: {
1574
- library: "fontawesome";
1607
+ library: "fontawesome" | "lucide";
1575
1608
  } | undefined;
1576
1609
  styling?: {
1577
1610
  eyebrows?: "section" | "breadcrumbs" | undefined;