@tscircuit/core 0.0.990 → 0.0.992

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 +7 -5
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -20362,7 +20362,9 @@ var SchematicPath = class extends PrimitiveComponent2 {
20362
20362
  })),
20363
20363
  is_filled: props.isFilled,
20364
20364
  fill_color: props.fillColor,
20365
+ stroke_color: props.strokeColor,
20365
20366
  stroke_width: props.strokeWidth,
20367
+ svg_path: props.svgPath,
20366
20368
  subcircuit_id: this.getSubcircuit().subcircuit_id ?? void 0
20367
20369
  });
20368
20370
  }
@@ -21034,7 +21036,7 @@ import { identity as identity5 } from "transformation-matrix";
21034
21036
  var package_default = {
21035
21037
  name: "@tscircuit/core",
21036
21038
  type: "module",
21037
- version: "0.0.989",
21039
+ version: "0.0.991",
21038
21040
  types: "dist/index.d.ts",
21039
21041
  main: "dist/index.js",
21040
21042
  module: "dist/index.js",
@@ -21077,7 +21079,7 @@ var package_default = {
21077
21079
  "@tscircuit/math-utils": "^0.0.29",
21078
21080
  "@tscircuit/miniflex": "^0.0.4",
21079
21081
  "@tscircuit/ngspice-spice-engine": "^0.0.8",
21080
- "@tscircuit/props": "^0.0.454",
21082
+ "@tscircuit/props": "^0.0.455",
21081
21083
  "@tscircuit/schematic-match-adapt": "^0.0.16",
21082
21084
  "@tscircuit/schematic-trace-solver": "^v0.0.45",
21083
21085
  "@tscircuit/solver-utils": "^0.0.3",
@@ -21090,13 +21092,13 @@ var package_default = {
21090
21092
  "bun-match-svg": "0.0.12",
21091
21093
  "calculate-elbow": "^0.0.12",
21092
21094
  "chokidar-cli": "^3.0.0",
21093
- "circuit-json": "^0.0.362",
21095
+ "circuit-json": "^0.0.363",
21094
21096
  "circuit-json-to-bpc": "^0.0.13",
21095
21097
  "circuit-json-to-connectivity-map": "^0.0.23",
21096
21098
  "circuit-json-to-gltf": "^0.0.31",
21097
21099
  "circuit-json-to-simple-3d": "^0.0.9",
21098
21100
  "circuit-json-to-spice": "^0.0.33",
21099
- "circuit-to-svg": "^0.0.318",
21101
+ "circuit-to-svg": "^0.0.319",
21100
21102
  concurrently: "^9.1.2",
21101
21103
  "connectivity-map": "^1.0.0",
21102
21104
  debug: "^4.3.6",
@@ -21111,7 +21113,7 @@ var package_default = {
21111
21113
  poppygl: "^0.0.16",
21112
21114
  react: "^19.1.0",
21113
21115
  "react-dom": "^19.1.0",
21114
- "schematic-symbols": "^0.0.206",
21116
+ "schematic-symbols": "^0.0.208",
21115
21117
  spicey: "^0.0.14",
21116
21118
  "ts-expect": "^1.3.0",
21117
21119
  tsup: "^8.2.4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.990",
4
+ "version": "0.0.992",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -44,7 +44,7 @@
44
44
  "@tscircuit/math-utils": "^0.0.29",
45
45
  "@tscircuit/miniflex": "^0.0.4",
46
46
  "@tscircuit/ngspice-spice-engine": "^0.0.8",
47
- "@tscircuit/props": "^0.0.454",
47
+ "@tscircuit/props": "^0.0.455",
48
48
  "@tscircuit/schematic-match-adapt": "^0.0.16",
49
49
  "@tscircuit/schematic-trace-solver": "^v0.0.45",
50
50
  "@tscircuit/solver-utils": "^0.0.3",
@@ -57,13 +57,13 @@
57
57
  "bun-match-svg": "0.0.12",
58
58
  "calculate-elbow": "^0.0.12",
59
59
  "chokidar-cli": "^3.0.0",
60
- "circuit-json": "^0.0.362",
60
+ "circuit-json": "^0.0.363",
61
61
  "circuit-json-to-bpc": "^0.0.13",
62
62
  "circuit-json-to-connectivity-map": "^0.0.23",
63
63
  "circuit-json-to-gltf": "^0.0.31",
64
64
  "circuit-json-to-simple-3d": "^0.0.9",
65
65
  "circuit-json-to-spice": "^0.0.33",
66
- "circuit-to-svg": "^0.0.318",
66
+ "circuit-to-svg": "^0.0.319",
67
67
  "concurrently": "^9.1.2",
68
68
  "connectivity-map": "^1.0.0",
69
69
  "debug": "^4.3.6",
@@ -78,7 +78,7 @@
78
78
  "poppygl": "^0.0.16",
79
79
  "react": "^19.1.0",
80
80
  "react-dom": "^19.1.0",
81
- "schematic-symbols": "^0.0.206",
81
+ "schematic-symbols": "^0.0.208",
82
82
  "spicey": "^0.0.14",
83
83
  "ts-expect": "^1.3.0",
84
84
  "tsup": "^8.2.4",