@tscircuit/core 0.0.456 → 0.0.457
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9042,7 +9042,7 @@ var PinHeader = class extends NormalComponent {
|
|
|
9042
9042
|
}
|
|
9043
9043
|
_getSchematicPortArrangement() {
|
|
9044
9044
|
const pinCount = this._parsedProps.pinCount ?? 1;
|
|
9045
|
-
const facingDirection = this._parsedProps.facingDirection ?? "right";
|
|
9045
|
+
const facingDirection = this._parsedProps.schFacingDirection ?? this._parsedProps.facingDirection ?? "right";
|
|
9046
9046
|
const schPinArrangement = this._parsedProps.schPinArrangement;
|
|
9047
9047
|
if (facingDirection === "left") {
|
|
9048
9048
|
return {
|
|
@@ -9511,7 +9511,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
9511
9511
|
var package_default = {
|
|
9512
9512
|
name: "@tscircuit/core",
|
|
9513
9513
|
type: "module",
|
|
9514
|
-
version: "0.0.
|
|
9514
|
+
version: "0.0.456",
|
|
9515
9515
|
types: "dist/index.d.ts",
|
|
9516
9516
|
main: "dist/index.js",
|
|
9517
9517
|
module: "dist/index.js",
|