@tscircuit/pcb-viewer 1.11.247 → 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 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: 30,
8446
- dimensionOverlay: 30,
8447
- editTraceHintOverlay: 30,
8448
- errorOverlay: 30,
8449
- pcbGroupOverlay: 25,
8450
- ratsNestOverlay: 20,
8451
- toolbarOverlay: 60,
8452
- warnings: 20,
8453
- topLayer: 10,
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
 
@@ -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.246",
12334
+ version: "1.11.247",
12335
12335
  main: "dist/index.js",
12336
12336
  type: "module",
12337
12337
  repository: "tscircuit/pcb-viewer",