@tscircuit/core 0.0.1039 → 0.0.1040
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.d.ts +1077 -63
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8083,7 +8083,7 @@ var CadModel = class extends PrimitiveComponent2 {
|
|
|
8083
8083
|
pcb_component_id: parent.pcb_component_id,
|
|
8084
8084
|
source_component_id: parent.source_component_id,
|
|
8085
8085
|
model_unit_to_mm_scale_factor: typeof props.modelUnitToMmScale === "number" ? props.modelUnitToMmScale : void 0,
|
|
8086
|
-
show_as_translucent_model: parent._parsedProps.showAsTranslucentModel,
|
|
8086
|
+
show_as_translucent_model: props.showAsTranslucentModel ?? parent._parsedProps.showAsTranslucentModel,
|
|
8087
8087
|
...urlProps
|
|
8088
8088
|
});
|
|
8089
8089
|
this.cad_component_id = cad.cad_component_id;
|
|
@@ -17530,7 +17530,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
17530
17530
|
var package_default = {
|
|
17531
17531
|
name: "@tscircuit/core",
|
|
17532
17532
|
type: "module",
|
|
17533
|
-
version: "0.0.
|
|
17533
|
+
version: "0.0.1039",
|
|
17534
17534
|
types: "dist/index.d.ts",
|
|
17535
17535
|
main: "dist/index.js",
|
|
17536
17536
|
module: "dist/index.js",
|
|
@@ -17574,7 +17574,7 @@ var package_default = {
|
|
|
17574
17574
|
"@tscircuit/math-utils": "^0.0.29",
|
|
17575
17575
|
"@tscircuit/miniflex": "^0.0.4",
|
|
17576
17576
|
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
17577
|
-
"@tscircuit/props": "^0.0.
|
|
17577
|
+
"@tscircuit/props": "^0.0.478",
|
|
17578
17578
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
17579
17579
|
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
17580
17580
|
"@tscircuit/solver-utils": "^0.0.3",
|
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.1040",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@tscircuit/math-utils": "^0.0.29",
|
|
46
46
|
"@tscircuit/miniflex": "^0.0.4",
|
|
47
47
|
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
48
|
-
"@tscircuit/props": "^0.0.
|
|
48
|
+
"@tscircuit/props": "^0.0.478",
|
|
49
49
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
50
50
|
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
51
51
|
"@tscircuit/solver-utils": "^0.0.3",
|