@tscircuit/common 0.0.26 → 0.0.27

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 +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3348,8 +3348,6 @@ var XiaoReceiver = (props) => {
3348
3348
  pinLabels: PIN_LABELS,
3349
3349
  schPinArrangement: PIN_ARRANGEMENT,
3350
3350
  schWidth: 1.5,
3351
- pcbX: 0,
3352
- pcbY: 0,
3353
3351
  doNotPlace: true,
3354
3352
  children: [
3355
3353
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/common",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",