@tscircuit/footprinter 0.0.259 → 0.0.261
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/index.d.ts +77 -9
- package/dist/index.js +977 -812
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
121
121
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
122
122
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
123
123
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
124
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
124
125
|
}, "strip", z.ZodTypeAny, {
|
|
125
126
|
fn: string;
|
|
126
127
|
num_pins: number;
|
|
@@ -130,6 +131,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
130
131
|
pl: number;
|
|
131
132
|
legsoutside: boolean;
|
|
132
133
|
pillpads: boolean;
|
|
134
|
+
silkscreen_stroke_width: number;
|
|
133
135
|
}, {
|
|
134
136
|
fn: string;
|
|
135
137
|
num_pins?: number | undefined;
|
|
@@ -139,6 +141,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
139
141
|
pl?: string | number | undefined;
|
|
140
142
|
legsoutside?: boolean | undefined;
|
|
141
143
|
pillpads?: boolean | undefined;
|
|
144
|
+
silkscreen_stroke_width?: number | undefined;
|
|
142
145
|
}>, NowDefined<{
|
|
143
146
|
fn: string;
|
|
144
147
|
num_pins: number;
|
|
@@ -148,7 +151,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
148
151
|
pl: number;
|
|
149
152
|
legsoutside: boolean;
|
|
150
153
|
pillpads: boolean;
|
|
151
|
-
|
|
154
|
+
silkscreen_stroke_width: number;
|
|
155
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
152
156
|
fn: string;
|
|
153
157
|
num_pins?: number | undefined;
|
|
154
158
|
w?: string | number | undefined;
|
|
@@ -157,6 +161,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
157
161
|
pl?: string | number | undefined;
|
|
158
162
|
legsoutside?: boolean | undefined;
|
|
159
163
|
pillpads?: boolean | undefined;
|
|
164
|
+
silkscreen_stroke_width?: number | undefined;
|
|
160
165
|
}>, z.ZodEffects<z.ZodObject<{
|
|
161
166
|
fn: z.ZodString;
|
|
162
167
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -299,6 +304,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
299
304
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
300
305
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
301
306
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
307
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
302
308
|
}, "strip", z.ZodTypeAny, {
|
|
303
309
|
fn: string;
|
|
304
310
|
num_pins: number;
|
|
@@ -308,6 +314,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
308
314
|
pl: number;
|
|
309
315
|
legsoutside: boolean;
|
|
310
316
|
pillpads: boolean;
|
|
317
|
+
silkscreen_stroke_width: number;
|
|
311
318
|
}, {
|
|
312
319
|
fn: string;
|
|
313
320
|
num_pins?: number | undefined;
|
|
@@ -317,6 +324,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
317
324
|
pl?: string | number | undefined;
|
|
318
325
|
legsoutside?: boolean | undefined;
|
|
319
326
|
pillpads?: boolean | undefined;
|
|
327
|
+
silkscreen_stroke_width?: number | undefined;
|
|
320
328
|
}>, NowDefined<{
|
|
321
329
|
fn: string;
|
|
322
330
|
num_pins: number;
|
|
@@ -326,7 +334,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
326
334
|
pl: number;
|
|
327
335
|
legsoutside: boolean;
|
|
328
336
|
pillpads: boolean;
|
|
329
|
-
|
|
337
|
+
silkscreen_stroke_width: number;
|
|
338
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
330
339
|
fn: string;
|
|
331
340
|
num_pins?: number | undefined;
|
|
332
341
|
w?: string | number | undefined;
|
|
@@ -335,6 +344,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
335
344
|
pl?: string | number | undefined;
|
|
336
345
|
legsoutside?: boolean | undefined;
|
|
337
346
|
pillpads?: boolean | undefined;
|
|
347
|
+
silkscreen_stroke_width?: number | undefined;
|
|
338
348
|
}>, z.ZodEffects<z.ZodObject<{
|
|
339
349
|
fn: z.ZodString;
|
|
340
350
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -344,6 +354,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
344
354
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
345
355
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
346
356
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
357
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
347
358
|
}, "strip", z.ZodTypeAny, {
|
|
348
359
|
fn: string;
|
|
349
360
|
num_pins: number;
|
|
@@ -353,6 +364,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
353
364
|
pl: number;
|
|
354
365
|
legsoutside: boolean;
|
|
355
366
|
pillpads: boolean;
|
|
367
|
+
silkscreen_stroke_width: number;
|
|
356
368
|
}, {
|
|
357
369
|
fn: string;
|
|
358
370
|
num_pins?: number | undefined;
|
|
@@ -362,6 +374,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
362
374
|
pl?: string | number | undefined;
|
|
363
375
|
legsoutside?: boolean | undefined;
|
|
364
376
|
pillpads?: boolean | undefined;
|
|
377
|
+
silkscreen_stroke_width?: number | undefined;
|
|
365
378
|
}>, NowDefined<{
|
|
366
379
|
fn: string;
|
|
367
380
|
num_pins: number;
|
|
@@ -371,7 +384,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
371
384
|
pl: number;
|
|
372
385
|
legsoutside: boolean;
|
|
373
386
|
pillpads: boolean;
|
|
374
|
-
|
|
387
|
+
silkscreen_stroke_width: number;
|
|
388
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
375
389
|
fn: string;
|
|
376
390
|
num_pins?: number | undefined;
|
|
377
391
|
w?: string | number | undefined;
|
|
@@ -380,6 +394,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
380
394
|
pl?: string | number | undefined;
|
|
381
395
|
legsoutside?: boolean | undefined;
|
|
382
396
|
pillpads?: boolean | undefined;
|
|
397
|
+
silkscreen_stroke_width?: number | undefined;
|
|
383
398
|
}>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
384
399
|
fn: z.ZodString;
|
|
385
400
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -873,6 +888,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
873
888
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
874
889
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
875
890
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
891
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
876
892
|
}, "strip", z.ZodTypeAny, {
|
|
877
893
|
fn: string;
|
|
878
894
|
num_pins: number;
|
|
@@ -882,6 +898,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
882
898
|
pl: number;
|
|
883
899
|
legsoutside: boolean;
|
|
884
900
|
pillpads: boolean;
|
|
901
|
+
silkscreen_stroke_width: number;
|
|
885
902
|
}, {
|
|
886
903
|
fn: string;
|
|
887
904
|
num_pins?: number | undefined;
|
|
@@ -891,6 +908,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
891
908
|
pl?: string | number | undefined;
|
|
892
909
|
legsoutside?: boolean | undefined;
|
|
893
910
|
pillpads?: boolean | undefined;
|
|
911
|
+
silkscreen_stroke_width?: number | undefined;
|
|
894
912
|
}>, NowDefined<{
|
|
895
913
|
fn: string;
|
|
896
914
|
num_pins: number;
|
|
@@ -900,7 +918,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
900
918
|
pl: number;
|
|
901
919
|
legsoutside: boolean;
|
|
902
920
|
pillpads: boolean;
|
|
903
|
-
|
|
921
|
+
silkscreen_stroke_width: number;
|
|
922
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
904
923
|
fn: string;
|
|
905
924
|
num_pins?: number | undefined;
|
|
906
925
|
w?: string | number | undefined;
|
|
@@ -909,6 +928,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
909
928
|
pl?: string | number | undefined;
|
|
910
929
|
legsoutside?: boolean | undefined;
|
|
911
930
|
pillpads?: boolean | undefined;
|
|
931
|
+
silkscreen_stroke_width?: number | undefined;
|
|
912
932
|
}>, z.ZodObject<{
|
|
913
933
|
fn: z.ZodString;
|
|
914
934
|
num_pins: z.ZodDefault<z.ZodNumber>;
|
|
@@ -945,6 +965,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
945
965
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
946
966
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
947
967
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
968
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
948
969
|
}, "strip", z.ZodTypeAny, {
|
|
949
970
|
fn: string;
|
|
950
971
|
num_pins: number;
|
|
@@ -954,6 +975,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
954
975
|
pl: number;
|
|
955
976
|
legsoutside: boolean;
|
|
956
977
|
pillpads: boolean;
|
|
978
|
+
silkscreen_stroke_width: number;
|
|
957
979
|
}, {
|
|
958
980
|
fn: string;
|
|
959
981
|
num_pins?: number | undefined;
|
|
@@ -963,6 +985,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
963
985
|
pl?: string | number | undefined;
|
|
964
986
|
legsoutside?: boolean | undefined;
|
|
965
987
|
pillpads?: boolean | undefined;
|
|
988
|
+
silkscreen_stroke_width?: number | undefined;
|
|
966
989
|
}>, NowDefined<{
|
|
967
990
|
fn: string;
|
|
968
991
|
num_pins: number;
|
|
@@ -972,7 +995,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
972
995
|
pl: number;
|
|
973
996
|
legsoutside: boolean;
|
|
974
997
|
pillpads: boolean;
|
|
975
|
-
|
|
998
|
+
silkscreen_stroke_width: number;
|
|
999
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
976
1000
|
fn: string;
|
|
977
1001
|
num_pins?: number | undefined;
|
|
978
1002
|
w?: string | number | undefined;
|
|
@@ -981,6 +1005,34 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
981
1005
|
pl?: string | number | undefined;
|
|
982
1006
|
legsoutside?: boolean | undefined;
|
|
983
1007
|
pillpads?: boolean | undefined;
|
|
1008
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1009
|
+
}>, z.ZodObject<{
|
|
1010
|
+
fn: z.ZodString;
|
|
1011
|
+
num_pins: z.ZodDefault<z.ZodLiteral<6>>;
|
|
1012
|
+
w: z.ZodDefault<z.ZodString>;
|
|
1013
|
+
h: z.ZodDefault<z.ZodString>;
|
|
1014
|
+
p: z.ZodDefault<z.ZodString>;
|
|
1015
|
+
pl: z.ZodDefault<z.ZodString>;
|
|
1016
|
+
pw: z.ZodDefault<z.ZodString>;
|
|
1017
|
+
string: z.ZodOptional<z.ZodString>;
|
|
1018
|
+
}, "strip", z.ZodTypeAny, {
|
|
1019
|
+
fn: string;
|
|
1020
|
+
num_pins: 6;
|
|
1021
|
+
w: string;
|
|
1022
|
+
p: string;
|
|
1023
|
+
pw: string;
|
|
1024
|
+
h: string;
|
|
1025
|
+
pl: string;
|
|
1026
|
+
string?: string | undefined;
|
|
1027
|
+
}, {
|
|
1028
|
+
fn: string;
|
|
1029
|
+
string?: string | undefined;
|
|
1030
|
+
num_pins?: 6 | undefined;
|
|
1031
|
+
w?: string | undefined;
|
|
1032
|
+
p?: string | undefined;
|
|
1033
|
+
pw?: string | undefined;
|
|
1034
|
+
h?: string | undefined;
|
|
1035
|
+
pl?: string | undefined;
|
|
984
1036
|
}>, z.ZodEffects<z.ZodObject<{
|
|
985
1037
|
fn: z.ZodString;
|
|
986
1038
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -990,6 +1042,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
990
1042
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
991
1043
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
992
1044
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1045
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
993
1046
|
}, "strip", z.ZodTypeAny, {
|
|
994
1047
|
fn: string;
|
|
995
1048
|
num_pins: number;
|
|
@@ -999,6 +1052,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
999
1052
|
pl: number;
|
|
1000
1053
|
legsoutside: boolean;
|
|
1001
1054
|
pillpads: boolean;
|
|
1055
|
+
silkscreen_stroke_width: number;
|
|
1002
1056
|
}, {
|
|
1003
1057
|
fn: string;
|
|
1004
1058
|
num_pins?: number | undefined;
|
|
@@ -1008,6 +1062,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1008
1062
|
pl?: string | number | undefined;
|
|
1009
1063
|
legsoutside?: boolean | undefined;
|
|
1010
1064
|
pillpads?: boolean | undefined;
|
|
1065
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1011
1066
|
}>, NowDefined<{
|
|
1012
1067
|
fn: string;
|
|
1013
1068
|
num_pins: number;
|
|
@@ -1017,7 +1072,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1017
1072
|
pl: number;
|
|
1018
1073
|
legsoutside: boolean;
|
|
1019
1074
|
pillpads: boolean;
|
|
1020
|
-
|
|
1075
|
+
silkscreen_stroke_width: number;
|
|
1076
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1021
1077
|
fn: string;
|
|
1022
1078
|
num_pins?: number | undefined;
|
|
1023
1079
|
w?: string | number | undefined;
|
|
@@ -1026,6 +1082,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1026
1082
|
pl?: string | number | undefined;
|
|
1027
1083
|
legsoutside?: boolean | undefined;
|
|
1028
1084
|
pillpads?: boolean | undefined;
|
|
1085
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1029
1086
|
}>, z.ZodObject<{
|
|
1030
1087
|
fn: z.ZodString;
|
|
1031
1088
|
num_pins: z.ZodDefault<z.ZodLiteral<3>>;
|
|
@@ -1059,6 +1116,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1059
1116
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1060
1117
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1061
1118
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1119
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1062
1120
|
}, "strip", z.ZodTypeAny, {
|
|
1063
1121
|
fn: string;
|
|
1064
1122
|
num_pins: number;
|
|
@@ -1068,6 +1126,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1068
1126
|
pl: number;
|
|
1069
1127
|
legsoutside: boolean;
|
|
1070
1128
|
pillpads: boolean;
|
|
1129
|
+
silkscreen_stroke_width: number;
|
|
1071
1130
|
}, {
|
|
1072
1131
|
fn: string;
|
|
1073
1132
|
num_pins?: number | undefined;
|
|
@@ -1077,6 +1136,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1077
1136
|
pl?: string | number | undefined;
|
|
1078
1137
|
legsoutside?: boolean | undefined;
|
|
1079
1138
|
pillpads?: boolean | undefined;
|
|
1139
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1080
1140
|
}>, NowDefined<{
|
|
1081
1141
|
fn: string;
|
|
1082
1142
|
num_pins: number;
|
|
@@ -1086,7 +1146,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1086
1146
|
pl: number;
|
|
1087
1147
|
legsoutside: boolean;
|
|
1088
1148
|
pillpads: boolean;
|
|
1089
|
-
|
|
1149
|
+
silkscreen_stroke_width: number;
|
|
1150
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1090
1151
|
fn: string;
|
|
1091
1152
|
num_pins?: number | undefined;
|
|
1092
1153
|
w?: string | number | undefined;
|
|
@@ -1095,6 +1156,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1095
1156
|
pl?: string | number | undefined;
|
|
1096
1157
|
legsoutside?: boolean | undefined;
|
|
1097
1158
|
pillpads?: boolean | undefined;
|
|
1159
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1098
1160
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1099
1161
|
fn: z.ZodString;
|
|
1100
1162
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1104,6 +1166,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1104
1166
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1105
1167
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1106
1168
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1169
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1107
1170
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1171
|
fn: string;
|
|
1109
1172
|
num_pins: number;
|
|
@@ -1113,6 +1176,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1113
1176
|
pl: number;
|
|
1114
1177
|
legsoutside: boolean;
|
|
1115
1178
|
pillpads: boolean;
|
|
1179
|
+
silkscreen_stroke_width: number;
|
|
1116
1180
|
}, {
|
|
1117
1181
|
fn: string;
|
|
1118
1182
|
num_pins?: number | undefined;
|
|
@@ -1122,6 +1186,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1122
1186
|
pl?: string | number | undefined;
|
|
1123
1187
|
legsoutside?: boolean | undefined;
|
|
1124
1188
|
pillpads?: boolean | undefined;
|
|
1189
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1125
1190
|
}>, NowDefined<{
|
|
1126
1191
|
fn: string;
|
|
1127
1192
|
num_pins: number;
|
|
@@ -1131,7 +1196,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1131
1196
|
pl: number;
|
|
1132
1197
|
legsoutside: boolean;
|
|
1133
1198
|
pillpads: boolean;
|
|
1134
|
-
|
|
1199
|
+
silkscreen_stroke_width: number;
|
|
1200
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1135
1201
|
fn: string;
|
|
1136
1202
|
num_pins?: number | undefined;
|
|
1137
1203
|
w?: string | number | undefined;
|
|
@@ -1140,6 +1206,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1140
1206
|
pl?: string | number | undefined;
|
|
1141
1207
|
legsoutside?: boolean | undefined;
|
|
1142
1208
|
pillpads?: boolean | undefined;
|
|
1209
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1143
1210
|
}>, z.ZodObject<{
|
|
1144
1211
|
tht: z.ZodBoolean;
|
|
1145
1212
|
p: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -1308,7 +1375,8 @@ type Footprinter = {
|
|
|
1308
1375
|
axial: () => FootprinterParamsBuilder<"p" | "id" | "od">;
|
|
1309
1376
|
hc49: () => FootprinterParamsBuilder<"p" | "id" | "od" | "w" | "h">;
|
|
1310
1377
|
to220: () => FootprinterParamsBuilder<"w" | "h" | "p" | "id" | "od">;
|
|
1311
|
-
sot363: () => FootprinterParamsBuilder<"w" | "p" | "pl" | "pw">;
|
|
1378
|
+
sot363: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
|
|
1379
|
+
sot886: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
|
|
1312
1380
|
sot457: () => FootprinterParamsBuilder<"w" | "p" | "h" | "pl" | "pw" | "wave" | "reflow" | "pillr" | "pillh" | "pillw">;
|
|
1313
1381
|
sot563: () => FootprinterParamsBuilder<"w" | "p" | "pl" | "pw">;
|
|
1314
1382
|
sot723: () => FootprinterParamsBuilder<"w" | "h" | "pl" | "pw" | "p">;
|