@tscircuit/common 0.0.8 → 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 +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9851,6 +9851,7 @@ var ArduinoShield = (_a) => {
|
|
|
9851
9851
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
9852
9852
|
"chip",
|
|
9853
9853
|
__spreadProps(__spreadValues({}, chipRest), {
|
|
9854
|
+
obstructsWithinBounds: false,
|
|
9854
9855
|
name,
|
|
9855
9856
|
pinLabels: {
|
|
9856
9857
|
pin1: "A0",
|
|
@@ -10281,11 +10282,11 @@ var MicroModBoard = (_a) => {
|
|
|
10281
10282
|
pin76: ["HOLE_PAD_1"]
|
|
10282
10283
|
}, variant === "function" ? { pin77: ["HOLE_PAD_2"] } : {});
|
|
10283
10284
|
outline = variant === "processor" ? processorOutline : functionOutline;
|
|
10284
|
-
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: [
|
|
10285
10286
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
10286
10287
|
"chip",
|
|
10287
10288
|
__spreadProps(__spreadValues({}, chipRest), {
|
|
10288
|
-
name
|
|
10289
|
+
name: `${name}`,
|
|
10289
10290
|
footprint: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(MicroModBoardFootprint, { variant }),
|
|
10290
10291
|
schWidth: 2.8,
|
|
10291
10292
|
pinLabels,
|