@tscircuit/pcb-viewer 1.11.339 → 1.11.340
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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,
|
|
@@ -14136,7 +14136,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
14136
14136
|
// package.json
|
|
14137
14137
|
var package_default = {
|
|
14138
14138
|
name: "@tscircuit/pcb-viewer",
|
|
14139
|
-
version: "1.11.
|
|
14139
|
+
version: "1.11.339",
|
|
14140
14140
|
main: "dist/index.js",
|
|
14141
14141
|
type: "module",
|
|
14142
14142
|
repository: "tscircuit/pcb-viewer",
|
|
@@ -14190,7 +14190,7 @@ var package_default = {
|
|
|
14190
14190
|
"@tscircuit/math-utils": "^0.0.29",
|
|
14191
14191
|
"@vitejs/plugin-react": "^5.0.2",
|
|
14192
14192
|
"circuit-json": "^0.0.374",
|
|
14193
|
-
"circuit-to-canvas": "^0.0.
|
|
14193
|
+
"circuit-to-canvas": "^0.0.79",
|
|
14194
14194
|
"circuit-to-svg": "^0.0.323",
|
|
14195
14195
|
color: "^4.2.3",
|
|
14196
14196
|
"react-supergrid": "^1.0.10",
|