@tscircuit/pcb-viewer 1.11.339 → 1.11.341

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
@@ -9759,7 +9759,7 @@ var PCB_VIEWER_COLOR_MAP3 = {
9759
9759
  }
9760
9760
  };
9761
9761
  function isCourtyardElement(element) {
9762
- return element.type === "pcb_courtyard_circle" || element.type === "pcb_courtyard_rect";
9762
+ return element.type === "pcb_courtyard_circle" || element.type === "pcb_courtyard_rect" || element.type === "pcb_courtyard_outline";
9763
9763
  }
9764
9764
  function drawCourtyardElementsForLayer({
9765
9765
  canvas,
@@ -9802,7 +9802,6 @@ var orderedLayers = [
9802
9802
  "bottom_notes",
9803
9803
  "top_notes",
9804
9804
  "top_silkscreen",
9805
- "bottom_silkscreen",
9806
9805
  "top_courtyard",
9807
9806
  "bottom_courtyard",
9808
9807
  "other"
@@ -14136,7 +14135,7 @@ import { css as css3 } from "@emotion/css";
14136
14135
  // package.json
14137
14136
  var package_default = {
14138
14137
  name: "@tscircuit/pcb-viewer",
14139
- version: "1.11.338",
14138
+ version: "1.11.340",
14140
14139
  main: "dist/index.js",
14141
14140
  type: "module",
14142
14141
  repository: "tscircuit/pcb-viewer",
@@ -14190,7 +14189,7 @@ var package_default = {
14190
14189
  "@tscircuit/math-utils": "^0.0.29",
14191
14190
  "@vitejs/plugin-react": "^5.0.2",
14192
14191
  "circuit-json": "^0.0.374",
14193
- "circuit-to-canvas": "^0.0.75",
14192
+ "circuit-to-canvas": "^0.0.79",
14194
14193
  "circuit-to-svg": "^0.0.323",
14195
14194
  color: "^4.2.3",
14196
14195
  "react-supergrid": "^1.0.10",