@tscircuit/core 0.0.742 → 0.0.743

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 +10 -6
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7648,7 +7648,8 @@ var NormalComponent3 = class extends PrimitiveComponent2 {
7648
7648
  layer: props.layer ?? "top",
7649
7649
  rotation: props.pcbRotation ?? 0,
7650
7650
  source_component_id: this.source_component_id,
7651
- subcircuit_id: subcircuit.subcircuit_id ?? void 0
7651
+ subcircuit_id: subcircuit.subcircuit_id ?? void 0,
7652
+ do_not_place: props.doNotPlace ?? false
7652
7653
  });
7653
7654
  const footprint = props.footprint ?? this._getImpliedFootprintString();
7654
7655
  if (!footprint && !this.isGroup) {
@@ -12967,7 +12968,8 @@ var Chip = class extends NormalComponent3 {
12967
12968
  layer: props.layer ?? "top",
12968
12969
  rotation: props.pcbRotation ?? 0,
12969
12970
  source_component_id: this.source_component_id,
12970
- subcircuit_id: this.getSubcircuit().subcircuit_id ?? void 0
12971
+ subcircuit_id: this.getSubcircuit().subcircuit_id ?? void 0,
12972
+ do_not_place: props.doNotPlace ?? false
12971
12973
  });
12972
12974
  this.pcb_component_id = pcb_component.pcb_component_id;
12973
12975
  }
@@ -13191,7 +13193,8 @@ var Jumper = class extends NormalComponent3 {
13191
13193
  layer: props.layer ?? "top",
13192
13194
  rotation: props.pcbRotation ?? 0,
13193
13195
  source_component_id: this.source_component_id,
13194
- subcircuit_id: this.getSubcircuit().subcircuit_id ?? void 0
13196
+ subcircuit_id: this.getSubcircuit().subcircuit_id ?? void 0,
13197
+ do_not_place: props.doNotPlace ?? false
13195
13198
  });
13196
13199
  this.pcb_component_id = pcb_component.pcb_component_id;
13197
13200
  }
@@ -13345,7 +13348,8 @@ var SolderJumper = class extends NormalComponent3 {
13345
13348
  layer: props.layer ?? "top",
13346
13349
  rotation: props.pcbRotation ?? 0,
13347
13350
  source_component_id: this.source_component_id,
13348
- subcircuit_id: this.getSubcircuit().subcircuit_id ?? void 0
13351
+ subcircuit_id: this.getSubcircuit().subcircuit_id ?? void 0,
13352
+ do_not_place: props.doNotPlace ?? false
13349
13353
  });
13350
13354
  this.pcb_component_id = pcb_component.pcb_component_id;
13351
13355
  }
@@ -15699,7 +15703,7 @@ import { identity as identity6 } from "transformation-matrix";
15699
15703
  var package_default = {
15700
15704
  name: "@tscircuit/core",
15701
15705
  type: "module",
15702
- version: "0.0.741",
15706
+ version: "0.0.742",
15703
15707
  types: "dist/index.d.ts",
15704
15708
  main: "dist/index.js",
15705
15709
  module: "dist/index.js",
@@ -15752,7 +15756,7 @@ var package_default = {
15752
15756
  "bun-match-svg": "0.0.12",
15753
15757
  "calculate-elbow": "^0.0.12",
15754
15758
  "chokidar-cli": "^3.0.0",
15755
- "circuit-json": "^0.0.261",
15759
+ "circuit-json": "^0.0.265",
15756
15760
  "circuit-json-to-bpc": "^0.0.13",
15757
15761
  "circuit-json-to-connectivity-map": "^0.0.22",
15758
15762
  "circuit-json-to-simple-3d": "^0.0.9",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.742",
4
+ "version": "0.0.743",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "bun-match-svg": "0.0.12",
55
55
  "calculate-elbow": "^0.0.12",
56
56
  "chokidar-cli": "^3.0.0",
57
- "circuit-json": "^0.0.261",
57
+ "circuit-json": "^0.0.265",
58
58
  "circuit-json-to-bpc": "^0.0.13",
59
59
  "circuit-json-to-connectivity-map": "^0.0.22",
60
60
  "circuit-json-to-simple-3d": "^0.0.9",