@tscircuit/common 0.0.13 → 0.0.14
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2261,6 +2261,7 @@ var ArduinoShield = (_a) => {
|
|
|
2261
2261
|
"chip",
|
|
2262
2262
|
__spreadProps(__spreadValues({}, chipRest), {
|
|
2263
2263
|
obstructsWithinBounds: false,
|
|
2264
|
+
doNotPlace: true,
|
|
2264
2265
|
name: resolvedName,
|
|
2265
2266
|
pcbX: 0,
|
|
2266
2267
|
pcbY: 0,
|
|
@@ -3280,6 +3281,7 @@ var XiaoBoard = (_a) => {
|
|
|
3280
3281
|
withPlatedHoles
|
|
3281
3282
|
}
|
|
3282
3283
|
),
|
|
3284
|
+
doNotPlace: true,
|
|
3283
3285
|
pcbX: 0,
|
|
3284
3286
|
pcbY: 0,
|
|
3285
3287
|
pinLabels: variant === "RP2040" ? RP2040PinLabels : DefaultPinLabels,
|