jscad-electronics 0.0.66 → 0.0.67
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 +12 -13
- package/dist/index.js.map +1 -1
- package/dist/vanilla.js +12 -13
- package/dist/vanilla.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1646,18 +1646,6 @@ var SOD523 = () => {
|
|
|
1646
1646
|
const rightPadCenterX = bodyWidth / 2 - padLength / 2 + 0.15;
|
|
1647
1647
|
const taperOffset = 0.2;
|
|
1648
1648
|
const straightHeight = bodyHeight * 0.5;
|
|
1649
|
-
const Body = /* @__PURE__ */ jsx26(Colorize10, { color: "#222", children: /* @__PURE__ */ jsxs24(Union5, { children: [
|
|
1650
|
-
/* @__PURE__ */ jsx26(Translate9, { z: straightHeight / 2, children: /* @__PURE__ */ jsx26(Cuboid18, { size: [bodyWidth, bodyLength10, straightHeight] }) }),
|
|
1651
|
-
/* @__PURE__ */ jsxs24(Hull4, { children: [
|
|
1652
|
-
/* @__PURE__ */ jsx26(Translate9, { z: straightHeight, children: /* @__PURE__ */ jsx26(Cuboid18, { size: [bodyWidth, bodyLength10, 0.01] }) }),
|
|
1653
|
-
/* @__PURE__ */ jsx26(Translate9, { z: bodyHeight, children: /* @__PURE__ */ jsx26(
|
|
1654
|
-
Cuboid18,
|
|
1655
|
-
{
|
|
1656
|
-
size: [bodyWidth - taperOffset, bodyLength10 - taperOffset, 0.01]
|
|
1657
|
-
}
|
|
1658
|
-
) })
|
|
1659
|
-
] })
|
|
1660
|
-
] }) });
|
|
1661
1649
|
return /* @__PURE__ */ jsxs24(Fragment22, { children: [
|
|
1662
1650
|
/* @__PURE__ */ jsx26(
|
|
1663
1651
|
Cuboid18,
|
|
@@ -1675,7 +1663,18 @@ var SOD523 = () => {
|
|
|
1675
1663
|
center: [rightPadCenterX, 0, padThickness / 2]
|
|
1676
1664
|
}
|
|
1677
1665
|
),
|
|
1678
|
-
|
|
1666
|
+
/* @__PURE__ */ jsx26(Colorize10, { color: "#222", children: /* @__PURE__ */ jsxs24(Union5, { children: [
|
|
1667
|
+
/* @__PURE__ */ jsx26(Translate9, { z: straightHeight / 2, children: /* @__PURE__ */ jsx26(Cuboid18, { size: [bodyWidth, bodyLength10, straightHeight] }) }),
|
|
1668
|
+
/* @__PURE__ */ jsxs24(Hull4, { children: [
|
|
1669
|
+
/* @__PURE__ */ jsx26(Translate9, { z: straightHeight, children: /* @__PURE__ */ jsx26(Cuboid18, { size: [bodyWidth, bodyLength10, 0.01] }) }),
|
|
1670
|
+
/* @__PURE__ */ jsx26(Translate9, { z: bodyHeight, children: /* @__PURE__ */ jsx26(
|
|
1671
|
+
Cuboid18,
|
|
1672
|
+
{
|
|
1673
|
+
size: [bodyWidth - taperOffset, bodyLength10 - taperOffset, 0.01]
|
|
1674
|
+
}
|
|
1675
|
+
) })
|
|
1676
|
+
] })
|
|
1677
|
+
] }) })
|
|
1679
1678
|
] });
|
|
1680
1679
|
};
|
|
1681
1680
|
|