@tscircuit/core 0.0.649 → 0.0.650

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -9
  2. 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: corpusNoNetLabel
7893
+ corpus: {}
7898
7894
  }
7899
7895
  );
7900
7896
  if (debug4.enabled) {
@@ -13677,7 +13673,7 @@ import { identity as identity5 } from "transformation-matrix";
13677
13673
  var package_default = {
13678
13674
  name: "@tscircuit/core",
13679
13675
  type: "module",
13680
- version: "0.0.648",
13676
+ version: "0.0.649",
13681
13677
  types: "dist/index.d.ts",
13682
13678
  main: "dist/index.js",
13683
13679
  module: "dist/index.js",
@@ -13718,7 +13714,6 @@ var package_default = {
13718
13714
  "@tscircuit/miniflex": "^0.0.4",
13719
13715
  "@tscircuit/props": "^0.0.287",
13720
13716
  "@tscircuit/schematic-autolayout": "^0.0.6",
13721
- "@tscircuit/schematic-corpus": "^0.0.110",
13722
13717
  "@tscircuit/schematic-match-adapt": "^0.0.16",
13723
13718
  "@tscircuit/schematic-trace-solver": "^0.0.12",
13724
13719
  "@tscircuit/simple-3d-svg": "^0.0.38",
@@ -13761,7 +13756,6 @@ var package_default = {
13761
13756
  "@tscircuit/props": "*",
13762
13757
  "@tscircuit/schematic-autolayout": "*",
13763
13758
  "@tscircuit/schematic-match-adapt": "*",
13764
- "@tscircuit/schematic-corpus": "*",
13765
13759
  "circuit-json-to-bpc": "*",
13766
13760
  "bpc-graph": "*",
13767
13761
  "@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.649",
4
+ "version": "0.0.650",
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": "*",