@tscircuit/common 0.0.18 → 0.0.19

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3609,12 +3609,12 @@ var ViaGridBoard = (_a) => {
3609
3609
  "chip",
3610
3610
  {
3611
3611
  name: "TOP_RECT",
3612
+ pcbX: 50,
3613
+ pcbY: 62.5,
3612
3614
  noSchematicRepresentation: true,
3613
3615
  footprint: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("footprint", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
3614
3616
  "smtpad",
3615
3617
  {
3616
- pcbX: "50mm",
3617
- pcbY: "62.5mm",
3618
3618
  layer: "top",
3619
3619
  shape: "rect",
3620
3620
  width: "40mm",
@@ -3634,7 +3634,8 @@ var ViaGridBoard = (_a) => {
3634
3634
  pcbY: 2.5
3635
3635
  }
3636
3636
  ),
3637
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("net", { name: "GND" })
3637
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("net", { name: "GND" }),
3638
+ children
3638
3639
  ]
3639
3640
  })
3640
3641
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/common",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",