@tscircuit/core 0.0.1452 → 0.0.1454

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 +5 -4
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -10069,6 +10069,7 @@ var Port = class extends PrimitiveComponent2 {
10069
10069
  return void 0;
10070
10070
  }
10071
10071
  doInitialSchematicPortRender() {
10072
+ if (this.root?.schematicDisabled) return;
10072
10073
  const collapsedAncestor = this.getCollapsedSchematicBoxAncestor();
10073
10074
  if (collapsedAncestor && this.parent !== collapsedAncestor) return;
10074
10075
  const { db } = this.root;
@@ -22811,7 +22812,7 @@ function Group_getRoutingPhasePlans(group) {
22811
22812
  var package_default = {
22812
22813
  name: "@tscircuit/core",
22813
22814
  type: "module",
22814
- version: "0.0.1451",
22815
+ version: "0.0.1453",
22815
22816
  types: "dist/index.d.ts",
22816
22817
  main: "dist/index.js",
22817
22818
  module: "dist/index.js",
@@ -22862,7 +22863,7 @@ var package_default = {
22862
22863
  "@tscircuit/ngspice-spice-engine": "^0.0.19",
22863
22864
  "@tscircuit/props": "^0.0.578",
22864
22865
  "@tscircuit/schematic-match-adapt": "^0.0.18",
22865
- "@tscircuit/schematic-trace-solver": "^0.0.98",
22866
+ "@tscircuit/schematic-trace-solver": "^0.0.99",
22866
22867
  "@tscircuit/solver-utils": "^0.0.16",
22867
22868
  "@tscircuit/soup-util": "^0.0.41",
22868
22869
  "@types/bun": "^1.2.16",
@@ -22886,8 +22887,8 @@ var package_default = {
22886
22887
  flatbush: "^4.5.0",
22887
22888
  "graphics-debug": "^0.0.95",
22888
22889
  howfat: "^0.3.8",
22889
- "kicad-to-circuit-json": "^0.0.97",
22890
- kicadts: "^0.0.47",
22890
+ "kicad-to-circuit-json": "^0.0.113",
22891
+ kicadts: "^0.0.51",
22891
22892
  "live-server": "^1.2.2",
22892
22893
  "looks-same": "^9.0.1",
22893
22894
  minicssgrid: "^0.0.9",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1452",
4
+ "version": "0.0.1454",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -52,7 +52,7 @@
52
52
  "@tscircuit/ngspice-spice-engine": "^0.0.19",
53
53
  "@tscircuit/props": "^0.0.578",
54
54
  "@tscircuit/schematic-match-adapt": "^0.0.18",
55
- "@tscircuit/schematic-trace-solver": "^0.0.98",
55
+ "@tscircuit/schematic-trace-solver": "^0.0.99",
56
56
  "@tscircuit/solver-utils": "^0.0.16",
57
57
  "@tscircuit/soup-util": "^0.0.41",
58
58
  "@types/bun": "^1.2.16",
@@ -76,8 +76,8 @@
76
76
  "flatbush": "^4.5.0",
77
77
  "graphics-debug": "^0.0.95",
78
78
  "howfat": "^0.3.8",
79
- "kicad-to-circuit-json": "^0.0.97",
80
- "kicadts": "^0.0.47",
79
+ "kicad-to-circuit-json": "^0.0.113",
80
+ "kicadts": "^0.0.51",
81
81
  "live-server": "^1.2.2",
82
82
  "looks-same": "^9.0.1",
83
83
  "minicssgrid": "^0.0.9",