@tscircuit/pcb-viewer 1.11.258 → 1.11.259
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 +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10141,6 +10141,11 @@ var DimensionOverlay = ({
|
|
|
10141
10141
|
});
|
|
10142
10142
|
}
|
|
10143
10143
|
});
|
|
10144
|
+
points.push({
|
|
10145
|
+
anchor: "origin",
|
|
10146
|
+
point: { x: 0, y: 0 },
|
|
10147
|
+
element: null
|
|
10148
|
+
});
|
|
10144
10149
|
return points;
|
|
10145
10150
|
}, [elementBoundingBoxes]);
|
|
10146
10151
|
const snappingPointsWithScreen = useMemo3(() => {
|
|
@@ -12461,7 +12466,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
12461
12466
|
// package.json
|
|
12462
12467
|
var package_default = {
|
|
12463
12468
|
name: "@tscircuit/pcb-viewer",
|
|
12464
|
-
version: "1.11.
|
|
12469
|
+
version: "1.11.258",
|
|
12465
12470
|
main: "dist/index.js",
|
|
12466
12471
|
type: "module",
|
|
12467
12472
|
repository: "tscircuit/pcb-viewer",
|