@tscircuit/pcb-viewer 1.11.59 → 1.11.61
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 +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8058,7 +8058,6 @@ var DimensionOverlay = ({
|
|
|
8058
8058
|
setDEnd({ x: mousePosRef.current.x, y: mousePosRef.current.y });
|
|
8059
8059
|
setDimensionToolVisible((visible) => !visible);
|
|
8060
8060
|
setDimensionToolStretching(true);
|
|
8061
|
-
e.preventDefault();
|
|
8062
8061
|
}
|
|
8063
8062
|
if (e.key === "Escape") {
|
|
8064
8063
|
setDimensionToolVisible(false);
|
|
@@ -8305,7 +8304,7 @@ import { css } from "@emotion/css";
|
|
|
8305
8304
|
// package.json
|
|
8306
8305
|
var package_default = {
|
|
8307
8306
|
name: "@tscircuit/pcb-viewer",
|
|
8308
|
-
version: "1.11.
|
|
8307
|
+
version: "1.11.60",
|
|
8309
8308
|
main: "dist/index.js",
|
|
8310
8309
|
type: "module",
|
|
8311
8310
|
repository: "tscircuit/pcb-viewer",
|
|
@@ -8331,7 +8330,7 @@ var package_default = {
|
|
|
8331
8330
|
"@storybook/nextjs": "^8.0.6",
|
|
8332
8331
|
"@storybook/react": "^8.0.6",
|
|
8333
8332
|
"@swc/core": "^1.4.12",
|
|
8334
|
-
"@tscircuit/core": "0.0.
|
|
8333
|
+
"@tscircuit/core": "0.0.344",
|
|
8335
8334
|
"@tscircuit/eagle-xml-converter": "^1.0.0",
|
|
8336
8335
|
"@tscircuit/props": "^0.0.159",
|
|
8337
8336
|
"@tscircuit/soup-util": "^0.0.41",
|