@tscircuit/core 0.0.463 → 0.0.464
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3026,7 +3026,8 @@ var getSizeOfSidesFromPortArrangement = (pa) => {
|
|
|
3026
3026
|
|
|
3027
3027
|
// lib/utils/schematic/getAllDimensionsForSchematicBox.ts
|
|
3028
3028
|
function isExplicitPinMappingArrangement(arrangement) {
|
|
3029
|
-
|
|
3029
|
+
const a = arrangement;
|
|
3030
|
+
return a.leftSide !== void 0 || a.rightSide !== void 0;
|
|
3030
3031
|
}
|
|
3031
3032
|
var getAllDimensionsForSchematicBox = (params) => {
|
|
3032
3033
|
const portDistanceFromEdge = params.portDistanceFromEdge ?? 0.4;
|
|
@@ -9729,7 +9730,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
9729
9730
|
var package_default = {
|
|
9730
9731
|
name: "@tscircuit/core",
|
|
9731
9732
|
type: "module",
|
|
9732
|
-
version: "0.0.
|
|
9733
|
+
version: "0.0.463",
|
|
9733
9734
|
types: "dist/index.d.ts",
|
|
9734
9735
|
main: "dist/index.js",
|
|
9735
9736
|
module: "dist/index.js",
|