@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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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;
@@ -312,12 +312,15 @@ export declare const standardConfigSchema: {
312
312
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
313
313
  style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
314
314
  name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
315
+ library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
315
316
  }, "strip", import("zod").ZodTypeAny, {
316
317
  name: string;
317
318
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
319
+ library?: "fontawesome" | "lucide" | undefined;
318
320
  }, {
319
321
  name: string;
320
322
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
323
+ library?: "fontawesome" | "lucide" | undefined;
321
324
  }>]>>;
322
325
  group: import("zod").ZodString;
323
326
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -344,6 +347,7 @@ export declare const standardConfigSchema: {
344
347
  icon?: string | {
345
348
  name: string;
346
349
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
350
+ library?: "fontawesome" | "lucide" | undefined;
347
351
  } | undefined;
348
352
  hidden?: boolean | undefined;
349
353
  root?: string | undefined;
@@ -359,6 +363,7 @@ export declare const standardConfigSchema: {
359
363
  icon?: string | {
360
364
  name: string;
361
365
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
366
+ library?: "fontawesome" | "lucide" | undefined;
362
367
  } | undefined;
363
368
  hidden?: boolean | undefined;
364
369
  root?: string | undefined;
@@ -366,12 +371,15 @@ export declare const standardConfigSchema: {
366
371
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
367
372
  style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
368
373
  name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
374
+ library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
369
375
  }, "strip", import("zod").ZodTypeAny, {
370
376
  name: string;
371
377
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
378
+ library?: "fontawesome" | "lucide" | undefined;
372
379
  }, {
373
380
  name: string;
374
381
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
382
+ library?: "fontawesome" | "lucide" | undefined;
375
383
  }>]>>;
376
384
  group: import("zod").ZodString;
377
385
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -398,6 +406,7 @@ export declare const standardConfigSchema: {
398
406
  icon?: string | {
399
407
  name: string;
400
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;
401
410
  } | undefined;
402
411
  hidden?: boolean | undefined;
403
412
  root?: string | undefined;
@@ -413,6 +422,7 @@ export declare const standardConfigSchema: {
413
422
  icon?: string | {
414
423
  name: string;
415
424
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
425
+ library?: "fontawesome" | "lucide" | undefined;
416
426
  } | undefined;
417
427
  hidden?: boolean | undefined;
418
428
  root?: string | undefined;
@@ -420,12 +430,15 @@ export declare const standardConfigSchema: {
420
430
  icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
421
431
  style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
422
432
  name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
433
+ library: import("zod").ZodOptional<import("zod").ZodEnum<["fontawesome", "lucide"]>>;
423
434
  }, "strip", import("zod").ZodTypeAny, {
424
435
  name: string;
425
436
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
437
+ library?: "fontawesome" | "lucide" | undefined;
426
438
  }, {
427
439
  name: string;
428
440
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
441
+ library?: "fontawesome" | "lucide" | undefined;
429
442
  }>]>>;
430
443
  group: import("zod").ZodString;
431
444
  hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -437,6 +450,7 @@ export declare const standardConfigSchema: {
437
450
  icon?: string | {
438
451
  name: string;
439
452
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
453
+ library?: "fontawesome" | "lucide" | undefined;
440
454
  } | undefined;
441
455
  hidden?: boolean | undefined;
442
456
  root?: string | undefined;
@@ -446,6 +460,7 @@ export declare const standardConfigSchema: {
446
460
  icon?: string | {
447
461
  name: string;
448
462
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
463
+ library?: "fontawesome" | "lucide" | undefined;
449
464
  } | undefined;
450
465
  hidden?: boolean | undefined;
451
466
  root?: string | undefined;
@@ -463,6 +478,7 @@ export declare const standardConfigSchema: {
463
478
  icon?: string | {
464
479
  name: string;
465
480
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
481
+ library?: "fontawesome" | "lucide" | undefined;
466
482
  } | undefined;
467
483
  hidden?: boolean | undefined;
468
484
  root?: string | undefined;
@@ -478,6 +494,7 @@ export declare const standardConfigSchema: {
478
494
  icon?: string | {
479
495
  name: string;
480
496
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
497
+ library?: "fontawesome" | "lucide" | undefined;
481
498
  } | undefined;
482
499
  hidden?: boolean | undefined;
483
500
  root?: string | undefined;
@@ -487,6 +504,7 @@ export declare const standardConfigSchema: {
487
504
  icon?: string | {
488
505
  name: string;
489
506
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
507
+ library?: "fontawesome" | "lucide" | undefined;
490
508
  } | undefined;
491
509
  hidden?: boolean | undefined;
492
510
  root?: string | undefined;
@@ -505,6 +523,7 @@ export declare const standardConfigSchema: {
505
523
  icon?: string | {
506
524
  name: string;
507
525
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
526
+ library?: "fontawesome" | "lucide" | undefined;
508
527
  } | undefined;
509
528
  hidden?: boolean | undefined;
510
529
  root?: string | undefined;
@@ -520,6 +539,7 @@ export declare const standardConfigSchema: {
520
539
  icon?: string | {
521
540
  name: string;
522
541
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
542
+ library?: "fontawesome" | "lucide" | undefined;
523
543
  } | undefined;
524
544
  hidden?: boolean | undefined;
525
545
  root?: string | undefined;
@@ -529,6 +549,7 @@ export declare const standardConfigSchema: {
529
549
  icon?: string | {
530
550
  name: string;
531
551
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
552
+ library?: "fontawesome" | "lucide" | undefined;
532
553
  } | undefined;
533
554
  hidden?: boolean | undefined;
534
555
  root?: string | undefined;
@@ -713,11 +734,11 @@ export declare const standardConfigSchema: {
713
734
  } | undefined;
714
735
  }>]>>;
715
736
  icons: import("zod").ZodOptional<import("zod").ZodObject<{
716
- library: import("zod").ZodEnum<["fontawesome"]>;
737
+ library: import("zod").ZodEnum<["fontawesome", "lucide"]>;
717
738
  }, "strip", import("zod").ZodTypeAny, {
718
- library: "fontawesome";
739
+ library: "fontawesome" | "lucide";
719
740
  }, {
720
- library: "fontawesome";
741
+ library: "fontawesome" | "lucide";
721
742
  }>>;
722
743
  styling: import("zod").ZodOptional<import("zod").ZodObject<{
723
744
  eyebrows: import("zod").ZodOptional<import("zod").ZodEnum<["section", "breadcrumbs"]>>;