@tscircuit/core 0.0.848 → 0.0.850

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 CHANGED
@@ -24683,6 +24683,7 @@ declare class CopperPour extends PrimitiveComponent<typeof copperPourProps> {
24683
24683
  width: number;
24684
24684
  height: number;
24685
24685
  };
24686
+ doInitialCreateNetsFromProps(): void;
24686
24687
  doInitialPcbCopperPourRender(): void;
24687
24688
  }
24688
24689
 
package/dist/index.js CHANGED
@@ -16339,6 +16339,10 @@ var CopperPour = class extends PrimitiveComponent2 {
16339
16339
  getPcbSize() {
16340
16340
  return { width: 0, height: 0 };
16341
16341
  }
16342
+ doInitialCreateNetsFromProps() {
16343
+ const { _parsedProps: props } = this;
16344
+ createNetsFromProps(this, [props.connectsTo]);
16345
+ }
16342
16346
  doInitialPcbCopperPourRender() {
16343
16347
  if (this.root?.pcbDisabled) return;
16344
16348
  this._queueAsyncEffect("PcbCopperPourRender", async () => {
@@ -17614,7 +17618,7 @@ import { identity as identity6 } from "transformation-matrix";
17614
17618
  var package_default = {
17615
17619
  name: "@tscircuit/core",
17616
17620
  type: "module",
17617
- version: "0.0.847",
17621
+ version: "0.0.849",
17618
17622
  types: "dist/index.d.ts",
17619
17623
  main: "dist/index.js",
17620
17624
  module: "dist/index.js",
@@ -17661,7 +17665,7 @@ var package_default = {
17661
17665
  "@tscircuit/props": "^0.0.394",
17662
17666
  "@tscircuit/schematic-autolayout": "^0.0.6",
17663
17667
  "@tscircuit/schematic-match-adapt": "^0.0.16",
17664
- "@tscircuit/schematic-trace-solver": "^0.0.43",
17668
+ "@tscircuit/schematic-trace-solver": "^v0.0.45",
17665
17669
  "@tscircuit/solver-utils": "^0.0.3",
17666
17670
  "@types/bun": "^1.2.16",
17667
17671
  "@types/debug": "^4.1.12",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.848",
4
+ "version": "0.0.850",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -48,7 +48,7 @@
48
48
  "@tscircuit/props": "^0.0.394",
49
49
  "@tscircuit/schematic-autolayout": "^0.0.6",
50
50
  "@tscircuit/schematic-match-adapt": "^0.0.16",
51
- "@tscircuit/schematic-trace-solver": "^0.0.43",
51
+ "@tscircuit/schematic-trace-solver": "^v0.0.45",
52
52
  "@tscircuit/solver-utils": "^0.0.3",
53
53
  "@types/bun": "^1.2.16",
54
54
  "@types/debug": "^4.1.12",