jscad-electronics 0.0.136 → 0.0.138

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 CHANGED
@@ -1377,14 +1377,14 @@ var QFN = ({
1377
1377
  /* @__PURE__ */ jsx22(Colorize7, { color: "grey", children: /* @__PURE__ */ jsx22(
1378
1378
  Cuboid15,
1379
1379
  {
1380
- center: { x: 0, y: 0, z: bodyThickness / 2 },
1380
+ center: [0, 0, bodyThickness / 2],
1381
1381
  size: [bodyWidth, bodyLength10, bodyThickness]
1382
1382
  }
1383
1383
  ) }),
1384
1384
  pinPositions.map((p, i) => /* @__PURE__ */ jsx22(
1385
1385
  Cuboid15,
1386
1386
  {
1387
- center: { x: p.x, y: p.y, z: thermalPadThickness / 2 },
1387
+ center: [p.x, p.y, thermalPadThickness / 2],
1388
1388
  size: [p.pw, p.pl, thermalPadThickness]
1389
1389
  },
1390
1390
  i
@@ -1392,7 +1392,7 @@ var QFN = ({
1392
1392
  thermalPadSize?.length !== void 0 && thermalPadSize?.width !== void 0 && /* @__PURE__ */ jsx22(
1393
1393
  Cuboid15,
1394
1394
  {
1395
- center: { x: 0, y: 0, z: thermalPadThickness / 2 },
1395
+ center: [0, 0, thermalPadThickness / 2],
1396
1396
  size: [
1397
1397
  thermalPadSize.width,
1398
1398
  thermalPadSize.length,