@tscircuit/common 0.0.9 → 0.0.10
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10282,11 +10282,11 @@ var MicroModBoard = (_a) => {
|
|
|
10282
10282
|
pin76: ["HOLE_PAD_1"]
|
|
10283
10283
|
}, variant === "function" ? { pin77: ["HOLE_PAD_2"] } : {});
|
|
10284
10284
|
outline = variant === "processor" ? processorOutline : functionOutline;
|
|
10285
|
-
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("board", __spreadProps(__spreadValues({}, boardProps2), { outline, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("group", { children: [
|
|
10285
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("board", __spreadProps(__spreadValues({}, __spreadProps(__spreadValues({}, boardProps2), { name: `${name}_board` })), { outline, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("group", { children: [
|
|
10286
10286
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
10287
10287
|
"chip",
|
|
10288
10288
|
__spreadProps(__spreadValues({}, chipRest), {
|
|
10289
|
-
name
|
|
10289
|
+
name: `${name}`,
|
|
10290
10290
|
footprint: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(MicroModBoardFootprint, { variant }),
|
|
10291
10291
|
schWidth: 2.8,
|
|
10292
10292
|
pinLabels,
|