@tscircuit/footprinter 0.0.260 → 0.0.262
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 +64 -47
- package/dist/index.js +944 -798
- 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,7 @@ 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;
|
|
984
1009
|
}>, z.ZodObject<{
|
|
985
1010
|
fn: z.ZodString;
|
|
986
1011
|
num_pins: z.ZodDefault<z.ZodLiteral<6>>;
|
|
@@ -1008,51 +1033,33 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1008
1033
|
pw?: string | undefined;
|
|
1009
1034
|
h?: string | undefined;
|
|
1010
1035
|
pl?: string | undefined;
|
|
1011
|
-
}>, z.
|
|
1036
|
+
}>, z.ZodObject<{
|
|
1012
1037
|
fn: z.ZodString;
|
|
1013
|
-
num_pins: z.ZodDefault<z.
|
|
1014
|
-
w: z.ZodDefault<z.
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
pl: z.ZodDefault<z.
|
|
1018
|
-
|
|
1019
|
-
|
|
1038
|
+
num_pins: z.ZodDefault<z.ZodLiteral<6>>;
|
|
1039
|
+
w: z.ZodDefault<z.ZodString>;
|
|
1040
|
+
h: z.ZodDefault<z.ZodString>;
|
|
1041
|
+
p: z.ZodDefault<z.ZodString>;
|
|
1042
|
+
pl: z.ZodDefault<z.ZodString>;
|
|
1043
|
+
pw: z.ZodDefault<z.ZodString>;
|
|
1044
|
+
string: z.ZodOptional<z.ZodString>;
|
|
1020
1045
|
}, "strip", z.ZodTypeAny, {
|
|
1021
1046
|
fn: string;
|
|
1022
|
-
num_pins:
|
|
1023
|
-
w:
|
|
1024
|
-
p:
|
|
1025
|
-
pw:
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1047
|
+
num_pins: 6;
|
|
1048
|
+
w: string;
|
|
1049
|
+
p: string;
|
|
1050
|
+
pw: string;
|
|
1051
|
+
h: string;
|
|
1052
|
+
pl: string;
|
|
1053
|
+
string?: string | undefined;
|
|
1029
1054
|
}, {
|
|
1030
1055
|
fn: string;
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
}>, NowDefined<{
|
|
1039
|
-
fn: string;
|
|
1040
|
-
num_pins: number;
|
|
1041
|
-
w: number;
|
|
1042
|
-
p: number;
|
|
1043
|
-
pw: number;
|
|
1044
|
-
pl: number;
|
|
1045
|
-
legsoutside: boolean;
|
|
1046
|
-
pillpads: boolean;
|
|
1047
|
-
}, "w" | "p" | "pw" | "pl" | "pillpads">, {
|
|
1048
|
-
fn: string;
|
|
1049
|
-
num_pins?: number | undefined;
|
|
1050
|
-
w?: string | number | undefined;
|
|
1051
|
-
p?: string | number | undefined;
|
|
1052
|
-
pw?: string | number | undefined;
|
|
1053
|
-
pl?: string | number | undefined;
|
|
1054
|
-
legsoutside?: boolean | undefined;
|
|
1055
|
-
pillpads?: boolean | undefined;
|
|
1056
|
+
string?: string | undefined;
|
|
1057
|
+
num_pins?: 6 | undefined;
|
|
1058
|
+
w?: string | undefined;
|
|
1059
|
+
p?: string | undefined;
|
|
1060
|
+
pw?: string | undefined;
|
|
1061
|
+
h?: string | undefined;
|
|
1062
|
+
pl?: string | undefined;
|
|
1056
1063
|
}>, z.ZodObject<{
|
|
1057
1064
|
fn: z.ZodString;
|
|
1058
1065
|
num_pins: z.ZodDefault<z.ZodLiteral<3>>;
|
|
@@ -1086,6 +1093,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1086
1093
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1087
1094
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1088
1095
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1096
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1089
1097
|
}, "strip", z.ZodTypeAny, {
|
|
1090
1098
|
fn: string;
|
|
1091
1099
|
num_pins: number;
|
|
@@ -1095,6 +1103,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1095
1103
|
pl: number;
|
|
1096
1104
|
legsoutside: boolean;
|
|
1097
1105
|
pillpads: boolean;
|
|
1106
|
+
silkscreen_stroke_width: number;
|
|
1098
1107
|
}, {
|
|
1099
1108
|
fn: string;
|
|
1100
1109
|
num_pins?: number | undefined;
|
|
@@ -1104,6 +1113,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1104
1113
|
pl?: string | number | undefined;
|
|
1105
1114
|
legsoutside?: boolean | undefined;
|
|
1106
1115
|
pillpads?: boolean | undefined;
|
|
1116
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1107
1117
|
}>, NowDefined<{
|
|
1108
1118
|
fn: string;
|
|
1109
1119
|
num_pins: number;
|
|
@@ -1113,7 +1123,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1113
1123
|
pl: number;
|
|
1114
1124
|
legsoutside: boolean;
|
|
1115
1125
|
pillpads: boolean;
|
|
1116
|
-
|
|
1126
|
+
silkscreen_stroke_width: number;
|
|
1127
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1117
1128
|
fn: string;
|
|
1118
1129
|
num_pins?: number | undefined;
|
|
1119
1130
|
w?: string | number | undefined;
|
|
@@ -1122,6 +1133,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1122
1133
|
pl?: string | number | undefined;
|
|
1123
1134
|
legsoutside?: boolean | undefined;
|
|
1124
1135
|
pillpads?: boolean | undefined;
|
|
1136
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1125
1137
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1126
1138
|
fn: z.ZodString;
|
|
1127
1139
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1131,6 +1143,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1131
1143
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1132
1144
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1133
1145
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1146
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1134
1147
|
}, "strip", z.ZodTypeAny, {
|
|
1135
1148
|
fn: string;
|
|
1136
1149
|
num_pins: number;
|
|
@@ -1140,6 +1153,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1140
1153
|
pl: number;
|
|
1141
1154
|
legsoutside: boolean;
|
|
1142
1155
|
pillpads: boolean;
|
|
1156
|
+
silkscreen_stroke_width: number;
|
|
1143
1157
|
}, {
|
|
1144
1158
|
fn: string;
|
|
1145
1159
|
num_pins?: number | undefined;
|
|
@@ -1149,6 +1163,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1149
1163
|
pl?: string | number | undefined;
|
|
1150
1164
|
legsoutside?: boolean | undefined;
|
|
1151
1165
|
pillpads?: boolean | undefined;
|
|
1166
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1152
1167
|
}>, NowDefined<{
|
|
1153
1168
|
fn: string;
|
|
1154
1169
|
num_pins: number;
|
|
@@ -1158,7 +1173,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1158
1173
|
pl: number;
|
|
1159
1174
|
legsoutside: boolean;
|
|
1160
1175
|
pillpads: boolean;
|
|
1161
|
-
|
|
1176
|
+
silkscreen_stroke_width: number;
|
|
1177
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1162
1178
|
fn: string;
|
|
1163
1179
|
num_pins?: number | undefined;
|
|
1164
1180
|
w?: string | number | undefined;
|
|
@@ -1167,6 +1183,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1167
1183
|
pl?: string | number | undefined;
|
|
1168
1184
|
legsoutside?: boolean | undefined;
|
|
1169
1185
|
pillpads?: boolean | undefined;
|
|
1186
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1170
1187
|
}>, z.ZodObject<{
|
|
1171
1188
|
tht: z.ZodBoolean;
|
|
1172
1189
|
p: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|