@mintlify/validation 0.1.287 → 0.1.289
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/v2/index.d.ts +2135 -0
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +42 -0
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +3 -0
- package/dist/mint-config/schemas/v2/properties/navigation/global.d.ts +31 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +328 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +427 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +427 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +427 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +427 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +287 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +427 -0
- package/dist/mint-config/validateConfig.d.ts +700 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/sourceCheck.d.ts +2 -1
- package/package.json +2 -2
|
@@ -320,6 +320,17 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
320
320
|
name: string;
|
|
321
321
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
322
322
|
}>]>>;
|
|
323
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
324
|
+
light: z.ZodOptional<z.ZodString>;
|
|
325
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
326
|
+
}, "strict", z.ZodTypeAny, {
|
|
327
|
+
light?: string | undefined;
|
|
328
|
+
dark?: string | undefined;
|
|
329
|
+
}, {
|
|
330
|
+
light?: string | undefined;
|
|
331
|
+
dark?: string | undefined;
|
|
332
|
+
}>>;
|
|
333
|
+
description: z.ZodOptional<z.ZodString>;
|
|
323
334
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
324
335
|
dropdown: z.ZodString;
|
|
325
336
|
href: z.ZodString;
|
|
@@ -330,6 +341,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
330
341
|
name: string;
|
|
331
342
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
332
343
|
} | undefined;
|
|
344
|
+
color?: {
|
|
345
|
+
light?: string | undefined;
|
|
346
|
+
dark?: string | undefined;
|
|
347
|
+
} | undefined;
|
|
348
|
+
description?: string | undefined;
|
|
333
349
|
hidden?: boolean | undefined;
|
|
334
350
|
}, {
|
|
335
351
|
href: string;
|
|
@@ -338,6 +354,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
338
354
|
name: string;
|
|
339
355
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
340
356
|
} | undefined;
|
|
357
|
+
color?: {
|
|
358
|
+
light?: string | undefined;
|
|
359
|
+
dark?: string | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
description?: string | undefined;
|
|
341
362
|
hidden?: boolean | undefined;
|
|
342
363
|
}>, "many">>;
|
|
343
364
|
anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -418,6 +439,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
418
439
|
name: string;
|
|
419
440
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
420
441
|
} | undefined;
|
|
442
|
+
color?: {
|
|
443
|
+
light?: string | undefined;
|
|
444
|
+
dark?: string | undefined;
|
|
445
|
+
} | undefined;
|
|
446
|
+
description?: string | undefined;
|
|
421
447
|
hidden?: boolean | undefined;
|
|
422
448
|
}[] | undefined;
|
|
423
449
|
anchors?: {
|
|
@@ -462,6 +488,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
462
488
|
name: string;
|
|
463
489
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
464
490
|
} | undefined;
|
|
491
|
+
color?: {
|
|
492
|
+
light?: string | undefined;
|
|
493
|
+
dark?: string | undefined;
|
|
494
|
+
} | undefined;
|
|
495
|
+
description?: string | undefined;
|
|
465
496
|
hidden?: boolean | undefined;
|
|
466
497
|
}[] | undefined;
|
|
467
498
|
anchors?: {
|
|
@@ -510,6 +541,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
510
541
|
name: string;
|
|
511
542
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
512
543
|
} | undefined;
|
|
544
|
+
color?: {
|
|
545
|
+
light?: string | undefined;
|
|
546
|
+
dark?: string | undefined;
|
|
547
|
+
} | undefined;
|
|
548
|
+
description?: string | undefined;
|
|
513
549
|
hidden?: boolean | undefined;
|
|
514
550
|
}[] | undefined;
|
|
515
551
|
anchors?: {
|
|
@@ -557,6 +593,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
557
593
|
name: string;
|
|
558
594
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
559
595
|
} | undefined;
|
|
596
|
+
color?: {
|
|
597
|
+
light?: string | undefined;
|
|
598
|
+
dark?: string | undefined;
|
|
599
|
+
} | undefined;
|
|
600
|
+
description?: string | undefined;
|
|
560
601
|
hidden?: boolean | undefined;
|
|
561
602
|
}[] | undefined;
|
|
562
603
|
anchors?: {
|
|
@@ -649,6 +690,17 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
649
690
|
name: string;
|
|
650
691
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
651
692
|
}>]>>;
|
|
693
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
694
|
+
light: z.ZodOptional<z.ZodString>;
|
|
695
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
696
|
+
}, "strict", z.ZodTypeAny, {
|
|
697
|
+
light?: string | undefined;
|
|
698
|
+
dark?: string | undefined;
|
|
699
|
+
}, {
|
|
700
|
+
light?: string | undefined;
|
|
701
|
+
dark?: string | undefined;
|
|
702
|
+
}>>;
|
|
703
|
+
description: z.ZodOptional<z.ZodString>;
|
|
652
704
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
653
705
|
dropdown: z.ZodString;
|
|
654
706
|
href: z.ZodString;
|
|
@@ -659,6 +711,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
659
711
|
name: string;
|
|
660
712
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
661
713
|
} | undefined;
|
|
714
|
+
color?: {
|
|
715
|
+
light?: string | undefined;
|
|
716
|
+
dark?: string | undefined;
|
|
717
|
+
} | undefined;
|
|
718
|
+
description?: string | undefined;
|
|
662
719
|
hidden?: boolean | undefined;
|
|
663
720
|
}, {
|
|
664
721
|
href: string;
|
|
@@ -667,6 +724,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
667
724
|
name: string;
|
|
668
725
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
669
726
|
} | undefined;
|
|
727
|
+
color?: {
|
|
728
|
+
light?: string | undefined;
|
|
729
|
+
dark?: string | undefined;
|
|
730
|
+
} | undefined;
|
|
731
|
+
description?: string | undefined;
|
|
670
732
|
hidden?: boolean | undefined;
|
|
671
733
|
}>, "many">>;
|
|
672
734
|
anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -747,6 +809,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
747
809
|
name: string;
|
|
748
810
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
749
811
|
} | undefined;
|
|
812
|
+
color?: {
|
|
813
|
+
light?: string | undefined;
|
|
814
|
+
dark?: string | undefined;
|
|
815
|
+
} | undefined;
|
|
816
|
+
description?: string | undefined;
|
|
750
817
|
hidden?: boolean | undefined;
|
|
751
818
|
}[] | undefined;
|
|
752
819
|
anchors?: {
|
|
@@ -791,6 +858,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
791
858
|
name: string;
|
|
792
859
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
793
860
|
} | undefined;
|
|
861
|
+
color?: {
|
|
862
|
+
light?: string | undefined;
|
|
863
|
+
dark?: string | undefined;
|
|
864
|
+
} | undefined;
|
|
865
|
+
description?: string | undefined;
|
|
794
866
|
hidden?: boolean | undefined;
|
|
795
867
|
}[] | undefined;
|
|
796
868
|
anchors?: {
|
|
@@ -839,6 +911,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
839
911
|
name: string;
|
|
840
912
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
841
913
|
} | undefined;
|
|
914
|
+
color?: {
|
|
915
|
+
light?: string | undefined;
|
|
916
|
+
dark?: string | undefined;
|
|
917
|
+
} | undefined;
|
|
918
|
+
description?: string | undefined;
|
|
842
919
|
hidden?: boolean | undefined;
|
|
843
920
|
}[] | undefined;
|
|
844
921
|
anchors?: {
|
|
@@ -886,6 +963,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
886
963
|
name: string;
|
|
887
964
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
888
965
|
} | undefined;
|
|
966
|
+
color?: {
|
|
967
|
+
light?: string | undefined;
|
|
968
|
+
dark?: string | undefined;
|
|
969
|
+
} | undefined;
|
|
970
|
+
description?: string | undefined;
|
|
889
971
|
hidden?: boolean | undefined;
|
|
890
972
|
}[] | undefined;
|
|
891
973
|
anchors?: {
|
|
@@ -978,6 +1060,17 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
978
1060
|
name: string;
|
|
979
1061
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
980
1062
|
}>]>>;
|
|
1063
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
1064
|
+
light: z.ZodOptional<z.ZodString>;
|
|
1065
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
1066
|
+
}, "strict", z.ZodTypeAny, {
|
|
1067
|
+
light?: string | undefined;
|
|
1068
|
+
dark?: string | undefined;
|
|
1069
|
+
}, {
|
|
1070
|
+
light?: string | undefined;
|
|
1071
|
+
dark?: string | undefined;
|
|
1072
|
+
}>>;
|
|
1073
|
+
description: z.ZodOptional<z.ZodString>;
|
|
981
1074
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
982
1075
|
dropdown: z.ZodString;
|
|
983
1076
|
href: z.ZodString;
|
|
@@ -988,6 +1081,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
988
1081
|
name: string;
|
|
989
1082
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
990
1083
|
} | undefined;
|
|
1084
|
+
color?: {
|
|
1085
|
+
light?: string | undefined;
|
|
1086
|
+
dark?: string | undefined;
|
|
1087
|
+
} | undefined;
|
|
1088
|
+
description?: string | undefined;
|
|
991
1089
|
hidden?: boolean | undefined;
|
|
992
1090
|
}, {
|
|
993
1091
|
href: string;
|
|
@@ -996,6 +1094,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
996
1094
|
name: string;
|
|
997
1095
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
998
1096
|
} | undefined;
|
|
1097
|
+
color?: {
|
|
1098
|
+
light?: string | undefined;
|
|
1099
|
+
dark?: string | undefined;
|
|
1100
|
+
} | undefined;
|
|
1101
|
+
description?: string | undefined;
|
|
999
1102
|
hidden?: boolean | undefined;
|
|
1000
1103
|
}>, "many">>;
|
|
1001
1104
|
anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1076,6 +1179,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1076
1179
|
name: string;
|
|
1077
1180
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1078
1181
|
} | undefined;
|
|
1182
|
+
color?: {
|
|
1183
|
+
light?: string | undefined;
|
|
1184
|
+
dark?: string | undefined;
|
|
1185
|
+
} | undefined;
|
|
1186
|
+
description?: string | undefined;
|
|
1079
1187
|
hidden?: boolean | undefined;
|
|
1080
1188
|
}[] | undefined;
|
|
1081
1189
|
anchors?: {
|
|
@@ -1120,6 +1228,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1120
1228
|
name: string;
|
|
1121
1229
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1122
1230
|
} | undefined;
|
|
1231
|
+
color?: {
|
|
1232
|
+
light?: string | undefined;
|
|
1233
|
+
dark?: string | undefined;
|
|
1234
|
+
} | undefined;
|
|
1235
|
+
description?: string | undefined;
|
|
1123
1236
|
hidden?: boolean | undefined;
|
|
1124
1237
|
}[] | undefined;
|
|
1125
1238
|
anchors?: {
|
|
@@ -1168,6 +1281,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1168
1281
|
name: string;
|
|
1169
1282
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1170
1283
|
} | undefined;
|
|
1284
|
+
color?: {
|
|
1285
|
+
light?: string | undefined;
|
|
1286
|
+
dark?: string | undefined;
|
|
1287
|
+
} | undefined;
|
|
1288
|
+
description?: string | undefined;
|
|
1171
1289
|
hidden?: boolean | undefined;
|
|
1172
1290
|
}[] | undefined;
|
|
1173
1291
|
anchors?: {
|
|
@@ -1215,6 +1333,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1215
1333
|
name: string;
|
|
1216
1334
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1217
1335
|
} | undefined;
|
|
1336
|
+
color?: {
|
|
1337
|
+
light?: string | undefined;
|
|
1338
|
+
dark?: string | undefined;
|
|
1339
|
+
} | undefined;
|
|
1340
|
+
description?: string | undefined;
|
|
1218
1341
|
hidden?: boolean | undefined;
|
|
1219
1342
|
}[] | undefined;
|
|
1220
1343
|
anchors?: {
|
|
@@ -1307,6 +1430,17 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1307
1430
|
name: string;
|
|
1308
1431
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1309
1432
|
}>]>>;
|
|
1433
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
1434
|
+
light: z.ZodOptional<z.ZodString>;
|
|
1435
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
1436
|
+
}, "strict", z.ZodTypeAny, {
|
|
1437
|
+
light?: string | undefined;
|
|
1438
|
+
dark?: string | undefined;
|
|
1439
|
+
}, {
|
|
1440
|
+
light?: string | undefined;
|
|
1441
|
+
dark?: string | undefined;
|
|
1442
|
+
}>>;
|
|
1443
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1310
1444
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1311
1445
|
dropdown: z.ZodString;
|
|
1312
1446
|
href: z.ZodString;
|
|
@@ -1317,6 +1451,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1317
1451
|
name: string;
|
|
1318
1452
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1319
1453
|
} | undefined;
|
|
1454
|
+
color?: {
|
|
1455
|
+
light?: string | undefined;
|
|
1456
|
+
dark?: string | undefined;
|
|
1457
|
+
} | undefined;
|
|
1458
|
+
description?: string | undefined;
|
|
1320
1459
|
hidden?: boolean | undefined;
|
|
1321
1460
|
}, {
|
|
1322
1461
|
href: string;
|
|
@@ -1325,6 +1464,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1325
1464
|
name: string;
|
|
1326
1465
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1327
1466
|
} | undefined;
|
|
1467
|
+
color?: {
|
|
1468
|
+
light?: string | undefined;
|
|
1469
|
+
dark?: string | undefined;
|
|
1470
|
+
} | undefined;
|
|
1471
|
+
description?: string | undefined;
|
|
1328
1472
|
hidden?: boolean | undefined;
|
|
1329
1473
|
}>, "many">>;
|
|
1330
1474
|
anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1405,6 +1549,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1405
1549
|
name: string;
|
|
1406
1550
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1551
|
} | undefined;
|
|
1552
|
+
color?: {
|
|
1553
|
+
light?: string | undefined;
|
|
1554
|
+
dark?: string | undefined;
|
|
1555
|
+
} | undefined;
|
|
1556
|
+
description?: string | undefined;
|
|
1408
1557
|
hidden?: boolean | undefined;
|
|
1409
1558
|
}[] | undefined;
|
|
1410
1559
|
anchors?: {
|
|
@@ -1449,6 +1598,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1449
1598
|
name: string;
|
|
1450
1599
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1451
1600
|
} | undefined;
|
|
1601
|
+
color?: {
|
|
1602
|
+
light?: string | undefined;
|
|
1603
|
+
dark?: string | undefined;
|
|
1604
|
+
} | undefined;
|
|
1605
|
+
description?: string | undefined;
|
|
1452
1606
|
hidden?: boolean | undefined;
|
|
1453
1607
|
}[] | undefined;
|
|
1454
1608
|
anchors?: {
|
|
@@ -1497,6 +1651,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1497
1651
|
name: string;
|
|
1498
1652
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1499
1653
|
} | undefined;
|
|
1654
|
+
color?: {
|
|
1655
|
+
light?: string | undefined;
|
|
1656
|
+
dark?: string | undefined;
|
|
1657
|
+
} | undefined;
|
|
1658
|
+
description?: string | undefined;
|
|
1500
1659
|
hidden?: boolean | undefined;
|
|
1501
1660
|
}[] | undefined;
|
|
1502
1661
|
anchors?: {
|
|
@@ -1544,6 +1703,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1544
1703
|
name: string;
|
|
1545
1704
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1546
1705
|
} | undefined;
|
|
1706
|
+
color?: {
|
|
1707
|
+
light?: string | undefined;
|
|
1708
|
+
dark?: string | undefined;
|
|
1709
|
+
} | undefined;
|
|
1710
|
+
description?: string | undefined;
|
|
1547
1711
|
hidden?: boolean | undefined;
|
|
1548
1712
|
}[] | undefined;
|
|
1549
1713
|
anchors?: {
|
|
@@ -1636,6 +1800,17 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1636
1800
|
name: string;
|
|
1637
1801
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1638
1802
|
}>]>>;
|
|
1803
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
1804
|
+
light: z.ZodOptional<z.ZodString>;
|
|
1805
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
1806
|
+
}, "strict", z.ZodTypeAny, {
|
|
1807
|
+
light?: string | undefined;
|
|
1808
|
+
dark?: string | undefined;
|
|
1809
|
+
}, {
|
|
1810
|
+
light?: string | undefined;
|
|
1811
|
+
dark?: string | undefined;
|
|
1812
|
+
}>>;
|
|
1813
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1639
1814
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1640
1815
|
dropdown: z.ZodString;
|
|
1641
1816
|
href: z.ZodString;
|
|
@@ -1646,6 +1821,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1646
1821
|
name: string;
|
|
1647
1822
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1648
1823
|
} | undefined;
|
|
1824
|
+
color?: {
|
|
1825
|
+
light?: string | undefined;
|
|
1826
|
+
dark?: string | undefined;
|
|
1827
|
+
} | undefined;
|
|
1828
|
+
description?: string | undefined;
|
|
1649
1829
|
hidden?: boolean | undefined;
|
|
1650
1830
|
}, {
|
|
1651
1831
|
href: string;
|
|
@@ -1654,6 +1834,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1654
1834
|
name: string;
|
|
1655
1835
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1656
1836
|
} | undefined;
|
|
1837
|
+
color?: {
|
|
1838
|
+
light?: string | undefined;
|
|
1839
|
+
dark?: string | undefined;
|
|
1840
|
+
} | undefined;
|
|
1841
|
+
description?: string | undefined;
|
|
1657
1842
|
hidden?: boolean | undefined;
|
|
1658
1843
|
}>, "many">>;
|
|
1659
1844
|
anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1734,6 +1919,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1734
1919
|
name: string;
|
|
1735
1920
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1736
1921
|
} | undefined;
|
|
1922
|
+
color?: {
|
|
1923
|
+
light?: string | undefined;
|
|
1924
|
+
dark?: string | undefined;
|
|
1925
|
+
} | undefined;
|
|
1926
|
+
description?: string | undefined;
|
|
1737
1927
|
hidden?: boolean | undefined;
|
|
1738
1928
|
}[] | undefined;
|
|
1739
1929
|
anchors?: {
|
|
@@ -1778,6 +1968,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1778
1968
|
name: string;
|
|
1779
1969
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1780
1970
|
} | undefined;
|
|
1971
|
+
color?: {
|
|
1972
|
+
light?: string | undefined;
|
|
1973
|
+
dark?: string | undefined;
|
|
1974
|
+
} | undefined;
|
|
1975
|
+
description?: string | undefined;
|
|
1781
1976
|
hidden?: boolean | undefined;
|
|
1782
1977
|
}[] | undefined;
|
|
1783
1978
|
anchors?: {
|
|
@@ -1826,6 +2021,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1826
2021
|
name: string;
|
|
1827
2022
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1828
2023
|
} | undefined;
|
|
2024
|
+
color?: {
|
|
2025
|
+
light?: string | undefined;
|
|
2026
|
+
dark?: string | undefined;
|
|
2027
|
+
} | undefined;
|
|
2028
|
+
description?: string | undefined;
|
|
1829
2029
|
hidden?: boolean | undefined;
|
|
1830
2030
|
}[] | undefined;
|
|
1831
2031
|
anchors?: {
|
|
@@ -1873,6 +2073,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1873
2073
|
name: string;
|
|
1874
2074
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1875
2075
|
} | undefined;
|
|
2076
|
+
color?: {
|
|
2077
|
+
light?: string | undefined;
|
|
2078
|
+
dark?: string | undefined;
|
|
2079
|
+
} | undefined;
|
|
2080
|
+
description?: string | undefined;
|
|
1876
2081
|
hidden?: boolean | undefined;
|
|
1877
2082
|
}[] | undefined;
|
|
1878
2083
|
anchors?: {
|
|
@@ -1965,6 +2170,17 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1965
2170
|
name: string;
|
|
1966
2171
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1967
2172
|
}>]>>;
|
|
2173
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
2174
|
+
light: z.ZodOptional<z.ZodString>;
|
|
2175
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
2176
|
+
}, "strict", z.ZodTypeAny, {
|
|
2177
|
+
light?: string | undefined;
|
|
2178
|
+
dark?: string | undefined;
|
|
2179
|
+
}, {
|
|
2180
|
+
light?: string | undefined;
|
|
2181
|
+
dark?: string | undefined;
|
|
2182
|
+
}>>;
|
|
2183
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1968
2184
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1969
2185
|
dropdown: z.ZodString;
|
|
1970
2186
|
href: z.ZodString;
|
|
@@ -1975,6 +2191,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1975
2191
|
name: string;
|
|
1976
2192
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1977
2193
|
} | undefined;
|
|
2194
|
+
color?: {
|
|
2195
|
+
light?: string | undefined;
|
|
2196
|
+
dark?: string | undefined;
|
|
2197
|
+
} | undefined;
|
|
2198
|
+
description?: string | undefined;
|
|
1978
2199
|
hidden?: boolean | undefined;
|
|
1979
2200
|
}, {
|
|
1980
2201
|
href: string;
|
|
@@ -1983,6 +2204,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1983
2204
|
name: string;
|
|
1984
2205
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1985
2206
|
} | undefined;
|
|
2207
|
+
color?: {
|
|
2208
|
+
light?: string | undefined;
|
|
2209
|
+
dark?: string | undefined;
|
|
2210
|
+
} | undefined;
|
|
2211
|
+
description?: string | undefined;
|
|
1986
2212
|
hidden?: boolean | undefined;
|
|
1987
2213
|
}>, "many">>;
|
|
1988
2214
|
anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2063,6 +2289,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2063
2289
|
name: string;
|
|
2064
2290
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2065
2291
|
} | undefined;
|
|
2292
|
+
color?: {
|
|
2293
|
+
light?: string | undefined;
|
|
2294
|
+
dark?: string | undefined;
|
|
2295
|
+
} | undefined;
|
|
2296
|
+
description?: string | undefined;
|
|
2066
2297
|
hidden?: boolean | undefined;
|
|
2067
2298
|
}[] | undefined;
|
|
2068
2299
|
anchors?: {
|
|
@@ -2107,6 +2338,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2107
2338
|
name: string;
|
|
2108
2339
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2109
2340
|
} | undefined;
|
|
2341
|
+
color?: {
|
|
2342
|
+
light?: string | undefined;
|
|
2343
|
+
dark?: string | undefined;
|
|
2344
|
+
} | undefined;
|
|
2345
|
+
description?: string | undefined;
|
|
2110
2346
|
hidden?: boolean | undefined;
|
|
2111
2347
|
}[] | undefined;
|
|
2112
2348
|
anchors?: {
|
|
@@ -2266,6 +2502,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2266
2502
|
name: string;
|
|
2267
2503
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2268
2504
|
} | undefined;
|
|
2505
|
+
color?: {
|
|
2506
|
+
light?: string | undefined;
|
|
2507
|
+
dark?: string | undefined;
|
|
2508
|
+
} | undefined;
|
|
2509
|
+
description?: string | undefined;
|
|
2269
2510
|
hidden?: boolean | undefined;
|
|
2270
2511
|
}[] | undefined;
|
|
2271
2512
|
anchors?: {
|
|
@@ -2337,6 +2578,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2337
2578
|
name: string;
|
|
2338
2579
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2339
2580
|
} | undefined;
|
|
2581
|
+
color?: {
|
|
2582
|
+
light?: string | undefined;
|
|
2583
|
+
dark?: string | undefined;
|
|
2584
|
+
} | undefined;
|
|
2585
|
+
description?: string | undefined;
|
|
2340
2586
|
hidden?: boolean | undefined;
|
|
2341
2587
|
}[] | undefined;
|
|
2342
2588
|
anchors?: {
|
|
@@ -2429,6 +2675,17 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2429
2675
|
name: string;
|
|
2430
2676
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2431
2677
|
}>]>>;
|
|
2678
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
2679
|
+
light: z.ZodOptional<z.ZodString>;
|
|
2680
|
+
dark: z.ZodOptional<z.ZodString>;
|
|
2681
|
+
}, "strict", z.ZodTypeAny, {
|
|
2682
|
+
light?: string | undefined;
|
|
2683
|
+
dark?: string | undefined;
|
|
2684
|
+
}, {
|
|
2685
|
+
light?: string | undefined;
|
|
2686
|
+
dark?: string | undefined;
|
|
2687
|
+
}>>;
|
|
2688
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2432
2689
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2433
2690
|
dropdown: z.ZodString;
|
|
2434
2691
|
href: z.ZodString;
|
|
@@ -2439,6 +2696,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2439
2696
|
name: string;
|
|
2440
2697
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2441
2698
|
} | undefined;
|
|
2699
|
+
color?: {
|
|
2700
|
+
light?: string | undefined;
|
|
2701
|
+
dark?: string | undefined;
|
|
2702
|
+
} | undefined;
|
|
2703
|
+
description?: string | undefined;
|
|
2442
2704
|
hidden?: boolean | undefined;
|
|
2443
2705
|
}, {
|
|
2444
2706
|
href: string;
|
|
@@ -2447,6 +2709,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2447
2709
|
name: string;
|
|
2448
2710
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2449
2711
|
} | undefined;
|
|
2712
|
+
color?: {
|
|
2713
|
+
light?: string | undefined;
|
|
2714
|
+
dark?: string | undefined;
|
|
2715
|
+
} | undefined;
|
|
2716
|
+
description?: string | undefined;
|
|
2450
2717
|
hidden?: boolean | undefined;
|
|
2451
2718
|
}>, "many">>;
|
|
2452
2719
|
anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2527,6 +2794,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2527
2794
|
name: string;
|
|
2528
2795
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2529
2796
|
} | undefined;
|
|
2797
|
+
color?: {
|
|
2798
|
+
light?: string | undefined;
|
|
2799
|
+
dark?: string | undefined;
|
|
2800
|
+
} | undefined;
|
|
2801
|
+
description?: string | undefined;
|
|
2530
2802
|
hidden?: boolean | undefined;
|
|
2531
2803
|
}[] | undefined;
|
|
2532
2804
|
anchors?: {
|
|
@@ -2571,6 +2843,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2571
2843
|
name: string;
|
|
2572
2844
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2573
2845
|
} | undefined;
|
|
2846
|
+
color?: {
|
|
2847
|
+
light?: string | undefined;
|
|
2848
|
+
dark?: string | undefined;
|
|
2849
|
+
} | undefined;
|
|
2850
|
+
description?: string | undefined;
|
|
2574
2851
|
hidden?: boolean | undefined;
|
|
2575
2852
|
}[] | undefined;
|
|
2576
2853
|
anchors?: {
|
|
@@ -2619,6 +2896,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2619
2896
|
name: string;
|
|
2620
2897
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2621
2898
|
} | undefined;
|
|
2899
|
+
color?: {
|
|
2900
|
+
light?: string | undefined;
|
|
2901
|
+
dark?: string | undefined;
|
|
2902
|
+
} | undefined;
|
|
2903
|
+
description?: string | undefined;
|
|
2622
2904
|
hidden?: boolean | undefined;
|
|
2623
2905
|
}[] | undefined;
|
|
2624
2906
|
anchors?: {
|
|
@@ -2666,6 +2948,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2666
2948
|
name: string;
|
|
2667
2949
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2668
2950
|
} | undefined;
|
|
2951
|
+
color?: {
|
|
2952
|
+
light?: string | undefined;
|
|
2953
|
+
dark?: string | undefined;
|
|
2954
|
+
} | undefined;
|
|
2955
|
+
description?: string | undefined;
|
|
2669
2956
|
hidden?: boolean | undefined;
|
|
2670
2957
|
}[] | undefined;
|
|
2671
2958
|
anchors?: {
|
|
@@ -3170,6 +3457,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3170
3457
|
name: string;
|
|
3171
3458
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3172
3459
|
} | undefined;
|
|
3460
|
+
color?: {
|
|
3461
|
+
light?: string | undefined;
|
|
3462
|
+
dark?: string | undefined;
|
|
3463
|
+
} | undefined;
|
|
3464
|
+
description?: string | undefined;
|
|
3173
3465
|
hidden?: boolean | undefined;
|
|
3174
3466
|
}[] | undefined;
|
|
3175
3467
|
anchors?: {
|
|
@@ -3217,6 +3509,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3217
3509
|
name: string;
|
|
3218
3510
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3219
3511
|
} | undefined;
|
|
3512
|
+
color?: {
|
|
3513
|
+
light?: string | undefined;
|
|
3514
|
+
dark?: string | undefined;
|
|
3515
|
+
} | undefined;
|
|
3516
|
+
description?: string | undefined;
|
|
3220
3517
|
hidden?: boolean | undefined;
|
|
3221
3518
|
}[] | undefined;
|
|
3222
3519
|
anchors?: {
|
|
@@ -3264,6 +3561,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3264
3561
|
name: string;
|
|
3265
3562
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3266
3563
|
} | undefined;
|
|
3564
|
+
color?: {
|
|
3565
|
+
light?: string | undefined;
|
|
3566
|
+
dark?: string | undefined;
|
|
3567
|
+
} | undefined;
|
|
3568
|
+
description?: string | undefined;
|
|
3267
3569
|
hidden?: boolean | undefined;
|
|
3268
3570
|
}[] | undefined;
|
|
3269
3571
|
anchors?: {
|
|
@@ -3311,6 +3613,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3311
3613
|
name: string;
|
|
3312
3614
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3313
3615
|
} | undefined;
|
|
3616
|
+
color?: {
|
|
3617
|
+
light?: string | undefined;
|
|
3618
|
+
dark?: string | undefined;
|
|
3619
|
+
} | undefined;
|
|
3620
|
+
description?: string | undefined;
|
|
3314
3621
|
hidden?: boolean | undefined;
|
|
3315
3622
|
}[] | undefined;
|
|
3316
3623
|
anchors?: {
|
|
@@ -3358,6 +3665,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3358
3665
|
name: string;
|
|
3359
3666
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3360
3667
|
} | undefined;
|
|
3668
|
+
color?: {
|
|
3669
|
+
light?: string | undefined;
|
|
3670
|
+
dark?: string | undefined;
|
|
3671
|
+
} | undefined;
|
|
3672
|
+
description?: string | undefined;
|
|
3361
3673
|
hidden?: boolean | undefined;
|
|
3362
3674
|
}[] | undefined;
|
|
3363
3675
|
anchors?: {
|
|
@@ -3429,6 +3741,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3429
3741
|
name: string;
|
|
3430
3742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3431
3743
|
} | undefined;
|
|
3744
|
+
color?: {
|
|
3745
|
+
light?: string | undefined;
|
|
3746
|
+
dark?: string | undefined;
|
|
3747
|
+
} | undefined;
|
|
3748
|
+
description?: string | undefined;
|
|
3432
3749
|
hidden?: boolean | undefined;
|
|
3433
3750
|
}[] | undefined;
|
|
3434
3751
|
anchors?: {
|
|
@@ -3476,6 +3793,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3476
3793
|
name: string;
|
|
3477
3794
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3478
3795
|
} | undefined;
|
|
3796
|
+
color?: {
|
|
3797
|
+
light?: string | undefined;
|
|
3798
|
+
dark?: string | undefined;
|
|
3799
|
+
} | undefined;
|
|
3800
|
+
description?: string | undefined;
|
|
3479
3801
|
hidden?: boolean | undefined;
|
|
3480
3802
|
}[] | undefined;
|
|
3481
3803
|
anchors?: {
|
|
@@ -3523,6 +3845,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3523
3845
|
name: string;
|
|
3524
3846
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3525
3847
|
} | undefined;
|
|
3848
|
+
color?: {
|
|
3849
|
+
light?: string | undefined;
|
|
3850
|
+
dark?: string | undefined;
|
|
3851
|
+
} | undefined;
|
|
3852
|
+
description?: string | undefined;
|
|
3526
3853
|
hidden?: boolean | undefined;
|
|
3527
3854
|
}[] | undefined;
|
|
3528
3855
|
anchors?: {
|
|
@@ -3570,6 +3897,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3570
3897
|
name: string;
|
|
3571
3898
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3572
3899
|
} | undefined;
|
|
3900
|
+
color?: {
|
|
3901
|
+
light?: string | undefined;
|
|
3902
|
+
dark?: string | undefined;
|
|
3903
|
+
} | undefined;
|
|
3904
|
+
description?: string | undefined;
|
|
3573
3905
|
hidden?: boolean | undefined;
|
|
3574
3906
|
}[] | undefined;
|
|
3575
3907
|
anchors?: {
|
|
@@ -3617,6 +3949,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3617
3949
|
name: string;
|
|
3618
3950
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3619
3951
|
} | undefined;
|
|
3952
|
+
color?: {
|
|
3953
|
+
light?: string | undefined;
|
|
3954
|
+
dark?: string | undefined;
|
|
3955
|
+
} | undefined;
|
|
3956
|
+
description?: string | undefined;
|
|
3620
3957
|
hidden?: boolean | undefined;
|
|
3621
3958
|
}[] | undefined;
|
|
3622
3959
|
anchors?: {
|
|
@@ -3664,6 +4001,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3664
4001
|
name: string;
|
|
3665
4002
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3666
4003
|
} | undefined;
|
|
4004
|
+
color?: {
|
|
4005
|
+
light?: string | undefined;
|
|
4006
|
+
dark?: string | undefined;
|
|
4007
|
+
} | undefined;
|
|
4008
|
+
description?: string | undefined;
|
|
3667
4009
|
hidden?: boolean | undefined;
|
|
3668
4010
|
}[] | undefined;
|
|
3669
4011
|
anchors?: {
|
|
@@ -3711,6 +4053,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3711
4053
|
name: string;
|
|
3712
4054
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3713
4055
|
} | undefined;
|
|
4056
|
+
color?: {
|
|
4057
|
+
light?: string | undefined;
|
|
4058
|
+
dark?: string | undefined;
|
|
4059
|
+
} | undefined;
|
|
4060
|
+
description?: string | undefined;
|
|
3714
4061
|
hidden?: boolean | undefined;
|
|
3715
4062
|
}[] | undefined;
|
|
3716
4063
|
anchors?: {
|
|
@@ -3782,6 +4129,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3782
4129
|
name: string;
|
|
3783
4130
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3784
4131
|
} | undefined;
|
|
4132
|
+
color?: {
|
|
4133
|
+
light?: string | undefined;
|
|
4134
|
+
dark?: string | undefined;
|
|
4135
|
+
} | undefined;
|
|
4136
|
+
description?: string | undefined;
|
|
3785
4137
|
hidden?: boolean | undefined;
|
|
3786
4138
|
}[] | undefined;
|
|
3787
4139
|
anchors?: {
|
|
@@ -3829,6 +4181,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
3829
4181
|
name: string;
|
|
3830
4182
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3831
4183
|
} | undefined;
|
|
4184
|
+
color?: {
|
|
4185
|
+
light?: string | undefined;
|
|
4186
|
+
dark?: string | undefined;
|
|
4187
|
+
} | undefined;
|
|
4188
|
+
description?: string | undefined;
|
|
3832
4189
|
hidden?: boolean | undefined;
|
|
3833
4190
|
}[] | undefined;
|
|
3834
4191
|
anchors?: {
|
|
@@ -4048,6 +4405,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4048
4405
|
name: string;
|
|
4049
4406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4050
4407
|
} | undefined;
|
|
4408
|
+
color?: {
|
|
4409
|
+
light?: string | undefined;
|
|
4410
|
+
dark?: string | undefined;
|
|
4411
|
+
} | undefined;
|
|
4412
|
+
description?: string | undefined;
|
|
4051
4413
|
hidden?: boolean | undefined;
|
|
4052
4414
|
}[] | undefined;
|
|
4053
4415
|
anchors?: {
|
|
@@ -4095,6 +4457,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4095
4457
|
name: string;
|
|
4096
4458
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4097
4459
|
} | undefined;
|
|
4460
|
+
color?: {
|
|
4461
|
+
light?: string | undefined;
|
|
4462
|
+
dark?: string | undefined;
|
|
4463
|
+
} | undefined;
|
|
4464
|
+
description?: string | undefined;
|
|
4098
4465
|
hidden?: boolean | undefined;
|
|
4099
4466
|
}[] | undefined;
|
|
4100
4467
|
anchors?: {
|
|
@@ -4142,6 +4509,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4142
4509
|
name: string;
|
|
4143
4510
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4144
4511
|
} | undefined;
|
|
4512
|
+
color?: {
|
|
4513
|
+
light?: string | undefined;
|
|
4514
|
+
dark?: string | undefined;
|
|
4515
|
+
} | undefined;
|
|
4516
|
+
description?: string | undefined;
|
|
4145
4517
|
hidden?: boolean | undefined;
|
|
4146
4518
|
}[] | undefined;
|
|
4147
4519
|
anchors?: {
|
|
@@ -4189,6 +4561,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4189
4561
|
name: string;
|
|
4190
4562
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4191
4563
|
} | undefined;
|
|
4564
|
+
color?: {
|
|
4565
|
+
light?: string | undefined;
|
|
4566
|
+
dark?: string | undefined;
|
|
4567
|
+
} | undefined;
|
|
4568
|
+
description?: string | undefined;
|
|
4192
4569
|
hidden?: boolean | undefined;
|
|
4193
4570
|
}[] | undefined;
|
|
4194
4571
|
anchors?: {
|
|
@@ -4236,6 +4613,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4236
4613
|
name: string;
|
|
4237
4614
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4238
4615
|
} | undefined;
|
|
4616
|
+
color?: {
|
|
4617
|
+
light?: string | undefined;
|
|
4618
|
+
dark?: string | undefined;
|
|
4619
|
+
} | undefined;
|
|
4620
|
+
description?: string | undefined;
|
|
4239
4621
|
hidden?: boolean | undefined;
|
|
4240
4622
|
}[] | undefined;
|
|
4241
4623
|
anchors?: {
|
|
@@ -4307,6 +4689,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4307
4689
|
name: string;
|
|
4308
4690
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4309
4691
|
} | undefined;
|
|
4692
|
+
color?: {
|
|
4693
|
+
light?: string | undefined;
|
|
4694
|
+
dark?: string | undefined;
|
|
4695
|
+
} | undefined;
|
|
4696
|
+
description?: string | undefined;
|
|
4310
4697
|
hidden?: boolean | undefined;
|
|
4311
4698
|
}[] | undefined;
|
|
4312
4699
|
anchors?: {
|
|
@@ -4354,6 +4741,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4354
4741
|
name: string;
|
|
4355
4742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4356
4743
|
} | undefined;
|
|
4744
|
+
color?: {
|
|
4745
|
+
light?: string | undefined;
|
|
4746
|
+
dark?: string | undefined;
|
|
4747
|
+
} | undefined;
|
|
4748
|
+
description?: string | undefined;
|
|
4357
4749
|
hidden?: boolean | undefined;
|
|
4358
4750
|
}[] | undefined;
|
|
4359
4751
|
anchors?: {
|
|
@@ -4401,6 +4793,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4401
4793
|
name: string;
|
|
4402
4794
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4403
4795
|
} | undefined;
|
|
4796
|
+
color?: {
|
|
4797
|
+
light?: string | undefined;
|
|
4798
|
+
dark?: string | undefined;
|
|
4799
|
+
} | undefined;
|
|
4800
|
+
description?: string | undefined;
|
|
4404
4801
|
hidden?: boolean | undefined;
|
|
4405
4802
|
}[] | undefined;
|
|
4406
4803
|
anchors?: {
|
|
@@ -4448,6 +4845,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4448
4845
|
name: string;
|
|
4449
4846
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4450
4847
|
} | undefined;
|
|
4848
|
+
color?: {
|
|
4849
|
+
light?: string | undefined;
|
|
4850
|
+
dark?: string | undefined;
|
|
4851
|
+
} | undefined;
|
|
4852
|
+
description?: string | undefined;
|
|
4451
4853
|
hidden?: boolean | undefined;
|
|
4452
4854
|
}[] | undefined;
|
|
4453
4855
|
anchors?: {
|
|
@@ -4495,6 +4897,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4495
4897
|
name: string;
|
|
4496
4898
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4497
4899
|
} | undefined;
|
|
4900
|
+
color?: {
|
|
4901
|
+
light?: string | undefined;
|
|
4902
|
+
dark?: string | undefined;
|
|
4903
|
+
} | undefined;
|
|
4904
|
+
description?: string | undefined;
|
|
4498
4905
|
hidden?: boolean | undefined;
|
|
4499
4906
|
}[] | undefined;
|
|
4500
4907
|
anchors?: {
|
|
@@ -4542,6 +4949,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4542
4949
|
name: string;
|
|
4543
4950
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4544
4951
|
} | undefined;
|
|
4952
|
+
color?: {
|
|
4953
|
+
light?: string | undefined;
|
|
4954
|
+
dark?: string | undefined;
|
|
4955
|
+
} | undefined;
|
|
4956
|
+
description?: string | undefined;
|
|
4545
4957
|
hidden?: boolean | undefined;
|
|
4546
4958
|
}[] | undefined;
|
|
4547
4959
|
anchors?: {
|
|
@@ -4589,6 +5001,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4589
5001
|
name: string;
|
|
4590
5002
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4591
5003
|
} | undefined;
|
|
5004
|
+
color?: {
|
|
5005
|
+
light?: string | undefined;
|
|
5006
|
+
dark?: string | undefined;
|
|
5007
|
+
} | undefined;
|
|
5008
|
+
description?: string | undefined;
|
|
4592
5009
|
hidden?: boolean | undefined;
|
|
4593
5010
|
}[] | undefined;
|
|
4594
5011
|
anchors?: {
|
|
@@ -4660,6 +5077,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4660
5077
|
name: string;
|
|
4661
5078
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4662
5079
|
} | undefined;
|
|
5080
|
+
color?: {
|
|
5081
|
+
light?: string | undefined;
|
|
5082
|
+
dark?: string | undefined;
|
|
5083
|
+
} | undefined;
|
|
5084
|
+
description?: string | undefined;
|
|
4663
5085
|
hidden?: boolean | undefined;
|
|
4664
5086
|
}[] | undefined;
|
|
4665
5087
|
anchors?: {
|
|
@@ -4707,6 +5129,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
4707
5129
|
name: string;
|
|
4708
5130
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4709
5131
|
} | undefined;
|
|
5132
|
+
color?: {
|
|
5133
|
+
light?: string | undefined;
|
|
5134
|
+
dark?: string | undefined;
|
|
5135
|
+
} | undefined;
|
|
5136
|
+
description?: string | undefined;
|
|
4710
5137
|
hidden?: boolean | undefined;
|
|
4711
5138
|
}[] | undefined;
|
|
4712
5139
|
anchors?: {
|