@tscircuit/pcb-viewer 1.11.333 → 1.11.335

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 CHANGED
@@ -8658,7 +8658,11 @@ function drawPcbBoardElements({
8658
8658
  drawer.realToCanvasMat = realToCanvasMat;
8659
8659
  const pcbBoardElements = elements.filter(isPcbBoardElement);
8660
8660
  for (const element of pcbBoardElements) {
8661
- drawer.drawElements([element], { layers, drawSoldermask });
8661
+ drawer.drawElements([element], {
8662
+ layers,
8663
+ drawSoldermask,
8664
+ minBoardOutlineStrokePx: 2
8665
+ });
8662
8666
  }
8663
8667
  }
8664
8668
 
@@ -13884,7 +13888,7 @@ import { css as css3 } from "@emotion/css";
13884
13888
  // package.json
13885
13889
  var package_default = {
13886
13890
  name: "@tscircuit/pcb-viewer",
13887
- version: "1.11.332",
13891
+ version: "1.11.334",
13888
13892
  main: "dist/index.js",
13889
13893
  type: "module",
13890
13894
  repository: "tscircuit/pcb-viewer",
@@ -13938,7 +13942,7 @@ var package_default = {
13938
13942
  "@tscircuit/math-utils": "^0.0.29",
13939
13943
  "@vitejs/plugin-react": "^5.0.2",
13940
13944
  "circuit-json": "^0.0.374",
13941
- "circuit-to-canvas": "^0.0.67",
13945
+ "circuit-to-canvas": "^0.0.69",
13942
13946
  "circuit-to-svg": "^0.0.323",
13943
13947
  color: "^4.2.3",
13944
13948
  "react-supergrid": "^1.0.10",