@tscircuit/core 0.0.573 → 0.0.574
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 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3124,7 +3124,7 @@ var getSizeOfSidesFromPortArrangement = (pa) => {
|
|
|
3124
3124
|
// lib/utils/schematic/getAllDimensionsForSchematicBox.ts
|
|
3125
3125
|
function isExplicitPinMappingArrangement(arrangement) {
|
|
3126
3126
|
const a = arrangement;
|
|
3127
|
-
return a.leftSide !== void 0 || a.rightSide !== void 0;
|
|
3127
|
+
return a.leftSide !== void 0 || a.rightSide !== void 0 || a.topSide !== void 0 || a.bottomSide !== void 0;
|
|
3128
3128
|
}
|
|
3129
3129
|
var getAllDimensionsForSchematicBox = (params) => {
|
|
3130
3130
|
const portDistanceFromEdge = params.portDistanceFromEdge ?? 0.4;
|
|
@@ -10985,7 +10985,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
10985
10985
|
var package_default = {
|
|
10986
10986
|
name: "@tscircuit/core",
|
|
10987
10987
|
type: "module",
|
|
10988
|
-
version: "0.0.
|
|
10988
|
+
version: "0.0.573",
|
|
10989
10989
|
types: "dist/index.d.ts",
|
|
10990
10990
|
main: "dist/index.js",
|
|
10991
10991
|
module: "dist/index.js",
|
|
@@ -11034,7 +11034,7 @@ var package_default = {
|
|
|
11034
11034
|
"circuit-json-to-bpc": "^0.0.13",
|
|
11035
11035
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
11036
11036
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
11037
|
-
"circuit-to-svg": "^0.0.
|
|
11037
|
+
"circuit-to-svg": "^0.0.172",
|
|
11038
11038
|
concurrently: "^9.1.2",
|
|
11039
11039
|
debug: "^4.3.6",
|
|
11040
11040
|
"graphics-debug": "^0.0.60",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.574",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"circuit-json-to-bpc": "^0.0.13",
|
|
51
51
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
52
52
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
53
|
-
"circuit-to-svg": "^0.0.
|
|
53
|
+
"circuit-to-svg": "^0.0.172",
|
|
54
54
|
"concurrently": "^9.1.2",
|
|
55
55
|
"debug": "^4.3.6",
|
|
56
56
|
"graphics-debug": "^0.0.60",
|