@tscircuit/footprinter 0.0.241 → 0.0.242
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 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3652,9 +3652,9 @@ var sod_def5 = z27.object({
|
|
|
3652
3652
|
num_pins: z27.literal(2).default(2),
|
|
3653
3653
|
w: z27.string().default("1.4mm"),
|
|
3654
3654
|
h: z27.string().default("0.9mm"),
|
|
3655
|
-
pl: z27.string().default("0.
|
|
3655
|
+
pl: z27.string().default("0.36mm"),
|
|
3656
3656
|
pw: z27.string().default("0.25mm"),
|
|
3657
|
-
p: z27.string().default("
|
|
3657
|
+
p: z27.string().default("0.85mm")
|
|
3658
3658
|
});
|
|
3659
3659
|
var sod923 = (raw_params) => {
|
|
3660
3660
|
const parameters = sod_def5.parse(raw_params);
|
|
@@ -3673,11 +3673,11 @@ var sod923 = (raw_params) => {
|
|
|
3673
3673
|
y: length19.parse(parameters.h) / 2
|
|
3674
3674
|
},
|
|
3675
3675
|
{
|
|
3676
|
-
x: -length19.parse(parameters.w) / 2 - 0.
|
|
3676
|
+
x: -length19.parse(parameters.w) / 2 - 0.15,
|
|
3677
3677
|
y: length19.parse(parameters.h) / 2
|
|
3678
3678
|
},
|
|
3679
3679
|
{
|
|
3680
|
-
x: -length19.parse(parameters.w) / 2 - 0.
|
|
3680
|
+
x: -length19.parse(parameters.w) / 2 - 0.15,
|
|
3681
3681
|
y: -length19.parse(parameters.h) / 2
|
|
3682
3682
|
},
|
|
3683
3683
|
{
|