@tscircuit/footprinter 0.0.307 → 0.0.309
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.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7876,9 +7876,9 @@ var sot323_def = base_def.extend({
|
|
|
7876
7876
|
num_pins: z72.number().default(3),
|
|
7877
7877
|
w: z72.string().default("2.45mm"),
|
|
7878
7878
|
h: z72.string().default("2.40mm"),
|
|
7879
|
-
pl: z72.string().default("
|
|
7880
|
-
pw: z72.string().default("0.
|
|
7881
|
-
p: z72.string().default("0.
|
|
7879
|
+
pl: z72.string().default("0.92mm"),
|
|
7880
|
+
pw: z72.string().default("0.45mm"),
|
|
7881
|
+
p: z72.string().default("0.891mm"),
|
|
7882
7882
|
string: z72.string().optional()
|
|
7883
7883
|
});
|
|
7884
7884
|
var sot323 = (raw_params) => {
|
|
@@ -8450,6 +8450,7 @@ var mountedpcbmodule_def = base_def.extend({
|
|
|
8450
8450
|
id: length60.default("1.0mm").describe("inner diameter"),
|
|
8451
8451
|
od: length60.default("1.5mm").describe("outer diameter"),
|
|
8452
8452
|
male: z78.boolean().optional().describe("the module uses male headers"),
|
|
8453
|
+
nopin: z78.boolean().optional().default(false).describe("omit pins rendering"),
|
|
8453
8454
|
female: z78.boolean().optional().describe("the module uses female headers"),
|
|
8454
8455
|
smd: z78.boolean().optional().describe("surface mount device"),
|
|
8455
8456
|
pinlabeltextalignleft: z78.boolean().optional().default(false),
|