@tscircuit/core 0.0.990 → 0.0.991
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 +6 -4
- package/package.json +4 -4
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.
|
|
21039
|
+
version: "0.0.990",
|
|
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.
|
|
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.
|
|
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.
|
|
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",
|
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.991",
|
|
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.
|
|
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.
|
|
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.
|
|
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",
|