@tscircuit/pcb-viewer 1.11.309 → 1.11.311
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 +4 -6
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8532,9 +8532,7 @@ var Drawer = class {
|
|
|
8532
8532
|
...maskWithCopperLayerForForeground ? [maskWithCopperLayerForForeground] : []
|
|
8533
8533
|
];
|
|
8534
8534
|
const order = [
|
|
8535
|
-
...DEFAULT_DRAW_ORDER.filter(
|
|
8536
|
-
(l) => !layersToShiftToTop.includes(l)
|
|
8537
|
-
),
|
|
8535
|
+
...DEFAULT_DRAW_ORDER.filter((l) => !layersToShiftToTop.includes(l)),
|
|
8538
8536
|
...associatedSilkscreen ? [associatedSilkscreen] : [],
|
|
8539
8537
|
foregroundLayer,
|
|
8540
8538
|
...maskWithCopperLayerForForeground ? [maskWithCopperLayerForForeground] : [],
|
|
@@ -13591,7 +13589,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
13591
13589
|
// package.json
|
|
13592
13590
|
var package_default = {
|
|
13593
13591
|
name: "@tscircuit/pcb-viewer",
|
|
13594
|
-
version: "1.11.
|
|
13592
|
+
version: "1.11.310",
|
|
13595
13593
|
main: "dist/index.js",
|
|
13596
13594
|
type: "module",
|
|
13597
13595
|
repository: "tscircuit/pcb-viewer",
|
|
@@ -13644,8 +13642,8 @@ var package_default = {
|
|
|
13644
13642
|
"@tscircuit/alphabet": "^0.0.9",
|
|
13645
13643
|
"@tscircuit/math-utils": "^0.0.29",
|
|
13646
13644
|
"@vitejs/plugin-react": "^5.0.2",
|
|
13647
|
-
"circuit-json": "^0.0.
|
|
13648
|
-
"circuit-to-canvas": "^0.0.
|
|
13645
|
+
"circuit-json": "^0.0.354",
|
|
13646
|
+
"circuit-to-canvas": "^0.0.47",
|
|
13649
13647
|
"circuit-to-svg": "^0.0.271",
|
|
13650
13648
|
color: "^4.2.3",
|
|
13651
13649
|
"react-supergrid": "^1.0.10",
|