@tscircuit/core 0.0.818 → 0.0.819
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10135,6 +10135,7 @@ function Group_doInitialSchematicLayoutMatchPack(group) {
|
|
|
10135
10135
|
originalDirection,
|
|
10136
10136
|
placement.ccwRotationDegrees
|
|
10137
10137
|
);
|
|
10138
|
+
port.side_of_component = port.facing_direction || port.side_of_component;
|
|
10138
10139
|
}
|
|
10139
10140
|
for (const text of texts) {
|
|
10140
10141
|
const dx = text.position.x - newCenter.x;
|
|
@@ -17267,7 +17268,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
17267
17268
|
var package_default = {
|
|
17268
17269
|
name: "@tscircuit/core",
|
|
17269
17270
|
type: "module",
|
|
17270
|
-
version: "0.0.
|
|
17271
|
+
version: "0.0.818",
|
|
17271
17272
|
types: "dist/index.d.ts",
|
|
17272
17273
|
main: "dist/index.js",
|
|
17273
17274
|
module: "dist/index.js",
|