@tscircuit/core 0.0.649 → 0.0.651
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 +4 -14
- package/package.json +1 -3
package/dist/index.js
CHANGED
|
@@ -7836,12 +7836,8 @@ var normalizePinLabels = (inputPinLabels) => {
|
|
|
7836
7836
|
};
|
|
7837
7837
|
|
|
7838
7838
|
// lib/components/primitive-components/Group/Group_doInitialSchematicLayoutMatchAdapt.ts
|
|
7839
|
-
import { corpusNoNetLabel } from "@tscircuit/schematic-corpus";
|
|
7840
7839
|
import { convertCircuitJsonToBpc } from "circuit-json-to-bpc";
|
|
7841
|
-
import {
|
|
7842
|
-
getGraphicsForBpcGraph,
|
|
7843
|
-
layoutSchematicGraphVariants
|
|
7844
|
-
} from "bpc-graph";
|
|
7840
|
+
import { getGraphicsForBpcGraph, layoutSchematicGraphVariants } from "bpc-graph";
|
|
7845
7841
|
import Debug5 from "debug";
|
|
7846
7842
|
import { buildSubtree } from "@tscircuit/circuit-json-util";
|
|
7847
7843
|
var debug4 = Debug5("Group_doInitialSchematicLayoutMatchAdapt");
|
|
@@ -7894,7 +7890,7 @@ function Group_doInitialSchematicLayoutMatchAdapt(group) {
|
|
|
7894
7890
|
return false;
|
|
7895
7891
|
}).map((b) => b.boxId)
|
|
7896
7892
|
),
|
|
7897
|
-
corpus:
|
|
7893
|
+
corpus: {}
|
|
7898
7894
|
}
|
|
7899
7895
|
);
|
|
7900
7896
|
if (debug4.enabled) {
|
|
@@ -13085,11 +13081,7 @@ var Transistor = class extends NormalComponent {
|
|
|
13085
13081
|
};
|
|
13086
13082
|
}
|
|
13087
13083
|
initPorts() {
|
|
13088
|
-
const pinAliases =
|
|
13089
|
-
pin1: ["emitter", "e"],
|
|
13090
|
-
pin2: ["collector", "c"],
|
|
13091
|
-
pin3: ["base", "b"]
|
|
13092
|
-
} : {
|
|
13084
|
+
const pinAliases = {
|
|
13093
13085
|
pin1: ["collector", "c"],
|
|
13094
13086
|
pin2: ["emitter", "e"],
|
|
13095
13087
|
pin3: ["base", "b"]
|
|
@@ -13677,7 +13669,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
13677
13669
|
var package_default = {
|
|
13678
13670
|
name: "@tscircuit/core",
|
|
13679
13671
|
type: "module",
|
|
13680
|
-
version: "0.0.
|
|
13672
|
+
version: "0.0.650",
|
|
13681
13673
|
types: "dist/index.d.ts",
|
|
13682
13674
|
main: "dist/index.js",
|
|
13683
13675
|
module: "dist/index.js",
|
|
@@ -13718,7 +13710,6 @@ var package_default = {
|
|
|
13718
13710
|
"@tscircuit/miniflex": "^0.0.4",
|
|
13719
13711
|
"@tscircuit/props": "^0.0.287",
|
|
13720
13712
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
13721
|
-
"@tscircuit/schematic-corpus": "^0.0.110",
|
|
13722
13713
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
13723
13714
|
"@tscircuit/schematic-trace-solver": "^0.0.12",
|
|
13724
13715
|
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
@@ -13761,7 +13752,6 @@ var package_default = {
|
|
|
13761
13752
|
"@tscircuit/props": "*",
|
|
13762
13753
|
"@tscircuit/schematic-autolayout": "*",
|
|
13763
13754
|
"@tscircuit/schematic-match-adapt": "*",
|
|
13764
|
-
"@tscircuit/schematic-corpus": "*",
|
|
13765
13755
|
"circuit-json-to-bpc": "*",
|
|
13766
13756
|
"bpc-graph": "*",
|
|
13767
13757
|
"@tscircuit/matchpack": "*",
|
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.651",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"@tscircuit/miniflex": "^0.0.4",
|
|
43
43
|
"@tscircuit/props": "^0.0.287",
|
|
44
44
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
45
|
-
"@tscircuit/schematic-corpus": "^0.0.110",
|
|
46
45
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
47
46
|
"@tscircuit/schematic-trace-solver": "^0.0.12",
|
|
48
47
|
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
@@ -85,7 +84,6 @@
|
|
|
85
84
|
"@tscircuit/props": "*",
|
|
86
85
|
"@tscircuit/schematic-autolayout": "*",
|
|
87
86
|
"@tscircuit/schematic-match-adapt": "*",
|
|
88
|
-
"@tscircuit/schematic-corpus": "*",
|
|
89
87
|
"circuit-json-to-bpc": "*",
|
|
90
88
|
"bpc-graph": "*",
|
|
91
89
|
"@tscircuit/matchpack": "*",
|