@tscircuit/core 0.0.709 → 0.0.711

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 -5
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -11875,13 +11875,13 @@ var Group6 = class extends NormalComponent2 {
11875
11875
  const text = nl.text || net?.name || "";
11876
11876
  if (nl.anchor_side === "top" && /^gnd/i.test(text)) {
11877
11877
  subtree.schematic_net_label.update(nl.schematic_net_label_id, {
11878
- symbol_name: "ground_down"
11878
+ symbol_name: "rail_down"
11879
11879
  });
11880
11880
  continue;
11881
11881
  }
11882
11882
  if (nl.anchor_side === "bottom" && /^v/i.test(text)) {
11883
11883
  subtree.schematic_net_label.update(nl.schematic_net_label_id, {
11884
- symbol_name: "vcc_up"
11884
+ symbol_name: "rail_up"
11885
11885
  });
11886
11886
  }
11887
11887
  }
@@ -14642,7 +14642,7 @@ import { identity as identity6 } from "transformation-matrix";
14642
14642
  var package_default = {
14643
14643
  name: "@tscircuit/core",
14644
14644
  type: "module",
14645
- version: "0.0.708",
14645
+ version: "0.0.710",
14646
14646
  types: "dist/index.d.ts",
14647
14647
  main: "dist/index.js",
14648
14648
  module: "dist/index.js",
@@ -14681,7 +14681,7 @@ var package_default = {
14681
14681
  "@tscircuit/matchpack": "^0.0.16",
14682
14682
  "@tscircuit/math-utils": "^0.0.21",
14683
14683
  "@tscircuit/miniflex": "^0.0.4",
14684
- "@tscircuit/props": "0.0.310",
14684
+ "@tscircuit/props": "0.0.311",
14685
14685
  "@tscircuit/schematic-autolayout": "^0.0.6",
14686
14686
  "@tscircuit/schematic-match-adapt": "^0.0.16",
14687
14687
  "@tscircuit/schematic-trace-solver": "^0.0.35",
@@ -14712,7 +14712,7 @@ var package_default = {
14712
14712
  "pkg-pr-new": "^0.0.37",
14713
14713
  react: "^19.1.0",
14714
14714
  "react-dom": "^19.1.0",
14715
- "schematic-symbols": "^0.0.195",
14715
+ "schematic-symbols": "^0.0.198",
14716
14716
  "ts-expect": "^1.3.0",
14717
14717
  tsup: "^8.2.4"
14718
14718
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.709",
4
+ "version": "0.0.711",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "@tscircuit/matchpack": "^0.0.16",
41
41
  "@tscircuit/math-utils": "^0.0.21",
42
42
  "@tscircuit/miniflex": "^0.0.4",
43
- "@tscircuit/props": "0.0.310",
43
+ "@tscircuit/props": "0.0.311",
44
44
  "@tscircuit/schematic-autolayout": "^0.0.6",
45
45
  "@tscircuit/schematic-match-adapt": "^0.0.16",
46
46
  "@tscircuit/schematic-trace-solver": "^0.0.35",
@@ -71,7 +71,7 @@
71
71
  "pkg-pr-new": "^0.0.37",
72
72
  "react": "^19.1.0",
73
73
  "react-dom": "^19.1.0",
74
- "schematic-symbols": "^0.0.195",
74
+ "schematic-symbols": "^0.0.198",
75
75
  "ts-expect": "^1.3.0",
76
76
  "tsup": "^8.2.4"
77
77
  },