@tscircuit/pcb-viewer 1.11.183 → 1.11.185
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
|
@@ -7445,7 +7445,7 @@ var zIndexMap = {
|
|
|
7445
7445
|
editTraceHintOverlay: 30,
|
|
7446
7446
|
errorOverlay: 30,
|
|
7447
7447
|
ratsNestOverlay: 20,
|
|
7448
|
-
toolbarOverlay:
|
|
7448
|
+
toolbarOverlay: 60,
|
|
7449
7449
|
warnings: 20,
|
|
7450
7450
|
topLayer: 10,
|
|
7451
7451
|
// each layer after this is 1 less than the previous
|
|
@@ -9931,7 +9931,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
9931
9931
|
// package.json
|
|
9932
9932
|
var package_default = {
|
|
9933
9933
|
name: "@tscircuit/pcb-viewer",
|
|
9934
|
-
version: "1.11.
|
|
9934
|
+
version: "1.11.184",
|
|
9935
9935
|
main: "dist/index.js",
|
|
9936
9936
|
type: "module",
|
|
9937
9937
|
repository: "tscircuit/pcb-viewer",
|
|
@@ -9956,7 +9956,7 @@ var package_default = {
|
|
|
9956
9956
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
9957
9957
|
"@swc/core": "^1.4.12",
|
|
9958
9958
|
"@tscircuit/eagle-xml-converter": "^1.0.0",
|
|
9959
|
-
"@tscircuit/props": "^0.0.
|
|
9959
|
+
"@tscircuit/props": "^0.0.230",
|
|
9960
9960
|
"@tscircuit/soup-util": "^0.0.41",
|
|
9961
9961
|
"@types/color": "^3.0.6",
|
|
9962
9962
|
"@types/node": "18.7.23",
|