@tscircuit/pcb-viewer 1.11.246 → 1.11.248
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 +13 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8442,16 +8442,16 @@ var scaleOnly = (mat, value = 1) => {
|
|
|
8442
8442
|
|
|
8443
8443
|
// src/lib/util/z-index-map.ts
|
|
8444
8444
|
var zIndexMap = {
|
|
8445
|
-
elementOverlay:
|
|
8446
|
-
dimensionOverlay:
|
|
8447
|
-
editTraceHintOverlay:
|
|
8448
|
-
errorOverlay:
|
|
8449
|
-
pcbGroupOverlay:
|
|
8450
|
-
ratsNestOverlay:
|
|
8451
|
-
toolbarOverlay:
|
|
8452
|
-
warnings:
|
|
8453
|
-
topLayer:
|
|
8454
|
-
// each layer after this is 1 less than the previous
|
|
8445
|
+
elementOverlay: 40,
|
|
8446
|
+
dimensionOverlay: 40,
|
|
8447
|
+
editTraceHintOverlay: 40,
|
|
8448
|
+
errorOverlay: 40,
|
|
8449
|
+
pcbGroupOverlay: 35,
|
|
8450
|
+
ratsNestOverlay: 30,
|
|
8451
|
+
toolbarOverlay: 70,
|
|
8452
|
+
warnings: 30,
|
|
8453
|
+
topLayer: 20,
|
|
8454
|
+
// each layer after this is 1 less than the previous (supports up to 20 layers)
|
|
8455
8455
|
clickToInteractOverlay: 100
|
|
8456
8456
|
};
|
|
8457
8457
|
|
|
@@ -8488,7 +8488,6 @@ var LAYER_NAME_TO_COLOR = {
|
|
|
8488
8488
|
...colors_default.board
|
|
8489
8489
|
};
|
|
8490
8490
|
var DEFAULT_DRAW_ORDER = [
|
|
8491
|
-
"board",
|
|
8492
8491
|
"inner6",
|
|
8493
8492
|
"inner5",
|
|
8494
8493
|
"inner4",
|
|
@@ -8498,7 +8497,8 @@ var DEFAULT_DRAW_ORDER = [
|
|
|
8498
8497
|
"bottom",
|
|
8499
8498
|
"bottom_silkscreen",
|
|
8500
8499
|
"top",
|
|
8501
|
-
"top_silkscreen"
|
|
8500
|
+
"top_silkscreen",
|
|
8501
|
+
"board"
|
|
8502
8502
|
];
|
|
8503
8503
|
var Drawer = class {
|
|
8504
8504
|
canvasLayerMap;
|
|
@@ -12331,7 +12331,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
12331
12331
|
// package.json
|
|
12332
12332
|
var package_default = {
|
|
12333
12333
|
name: "@tscircuit/pcb-viewer",
|
|
12334
|
-
version: "1.11.
|
|
12334
|
+
version: "1.11.247",
|
|
12335
12335
|
main: "dist/index.js",
|
|
12336
12336
|
type: "module",
|
|
12337
12337
|
repository: "tscircuit/pcb-viewer",
|