@tscircuit/common 0.0.11 → 0.0.13

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 +8 -6
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2206,8 +2206,10 @@ var splitBoardAndChipProps = (props = {}) => {
2206
2206
  // Autorouter configuration
2207
2207
  "boardAnchorAlignment",
2208
2208
  // Board anchor alignment
2209
- "boardAnchorPosition"
2209
+ "boardAnchorPosition",
2210
2210
  // Board anchor position
2211
+ "pcbGap"
2212
+ // PCB gap
2211
2213
  ];
2212
2214
  const boardProps = {};
2213
2215
  const chipProps = {};
@@ -3037,7 +3039,7 @@ var XiaoBoardFootprint = ({
3037
3039
  radius: 0.5715,
3038
3040
  pcbX: -1.396,
3039
3041
  pcbY: 8.442,
3040
- layer: "top",
3042
+ layer: "bottom",
3041
3043
  shape: "circle"
3042
3044
  }),
3043
3045
  createSmtPad2({
@@ -3045,7 +3047,7 @@ var XiaoBoardFootprint = ({
3045
3047
  radius: 0.5715,
3046
3048
  pcbX: 1.144,
3047
3049
  pcbY: 8.442,
3048
- layer: "top",
3050
+ layer: "bottom",
3049
3051
  shape: "circle"
3050
3052
  })
3051
3053
  );
@@ -3055,7 +3057,7 @@ var XiaoBoardFootprint = ({
3055
3057
  radius: 0.5715,
3056
3058
  pcbX: -1.396,
3057
3059
  pcbY: 5.902,
3058
- layer: "top",
3060
+ layer: "bottom",
3059
3061
  shape: "circle"
3060
3062
  }),
3061
3063
  createSmtPad2({
@@ -3063,7 +3065,7 @@ var XiaoBoardFootprint = ({
3063
3065
  radius: 0.5715,
3064
3066
  pcbX: 1.144,
3065
3067
  pcbY: 5.902,
3066
- layer: "top",
3068
+ layer: "bottom",
3067
3069
  shape: "circle"
3068
3070
  })
3069
3071
  );
@@ -3081,7 +3083,7 @@ var XiaoBoardFootprint = ({
3081
3083
  height: bottomPadH,
3082
3084
  pcbX: xOffset - i * actualBottomPitch,
3083
3085
  pcbY: -9.7 + edgeClearance,
3084
- layer: "top",
3086
+ layer: "bottom",
3085
3087
  shape: "rect"
3086
3088
  })
3087
3089
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/common",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "devDependencies": {
32
32
  "@biomejs/biome": "^2.2.4",
33
33
  "@types/react": "^19.1.12",
34
- "tscircuit": "^0.0.719",
34
+ "tscircuit": "^0.0.766",
35
35
  "tsup": "^8.5.0"
36
36
  }
37
37
  }