@tscircuit/pcb-viewer 1.11.122 → 1.11.124

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
@@ -7137,8 +7137,9 @@ var zIndexMap = {
7137
7137
  ratsNestOverlay: 20,
7138
7138
  toolbarOverlay: 20,
7139
7139
  warnings: 20,
7140
- topLayer: 10
7140
+ topLayer: 10,
7141
7141
  // each layer after this is 1 less than the previous
7142
+ clickToInteractOverlay: 100
7142
7143
  };
7143
7144
 
7144
7145
  // src/lib/Drawer.ts
@@ -9511,7 +9512,7 @@ import { css as css3 } from "@emotion/css";
9511
9512
  // package.json
9512
9513
  var package_default = {
9513
9514
  name: "@tscircuit/pcb-viewer",
9514
- version: "1.11.121",
9515
+ version: "1.11.123",
9515
9516
  main: "dist/index.js",
9516
9517
  type: "module",
9517
9518
  repository: "tscircuit/pcb-viewer",
@@ -9538,7 +9539,7 @@ var package_default = {
9538
9539
  "@storybook/react": "^8.0.6",
9539
9540
  "@swc/core": "^1.4.12",
9540
9541
  "@tscircuit/eagle-xml-converter": "^1.0.0",
9541
- "@tscircuit/props": "^0.0.173",
9542
+ "@tscircuit/props": "^0.0.174",
9542
9543
  "@tscircuit/soup-util": "^0.0.41",
9543
9544
  "@types/color": "^3.0.6",
9544
9545
  "@types/node": "18.7.23",
@@ -10224,7 +10225,7 @@ var PCBViewer = ({
10224
10225
  position: "absolute",
10225
10226
  inset: 0,
10226
10227
  cursor: "pointer",
10227
- zIndex: 10,
10228
+ zIndex: zIndexMap.clickToInteractOverlay,
10228
10229
  display: "flex",
10229
10230
  alignItems: "center",
10230
10231
  justifyContent: "center",