@tscircuit/core 0.0.1120 → 0.0.1121

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17804,7 +17804,8 @@ var Group6 = class extends NormalComponent3 {
17804
17804
  width: 0,
17805
17805
  height: 0,
17806
17806
  schematic_component_ids: [],
17807
- source_group_id: this.source_group_id
17807
+ source_group_id: this.source_group_id,
17808
+ show_as_schematic_box: props.showAsSchematicBox ?? false
17808
17809
  });
17809
17810
  this.schematic_group_id = schematic_group.schematic_group_id;
17810
17811
  for (const child of this.children) {
@@ -18680,7 +18681,7 @@ import { identity as identity5 } from "transformation-matrix";
18680
18681
  var package_default = {
18681
18682
  name: "@tscircuit/core",
18682
18683
  type: "module",
18683
- version: "0.0.1119",
18684
+ version: "0.0.1120",
18684
18685
  types: "dist/index.d.ts",
18685
18686
  main: "dist/index.js",
18686
18687
  module: "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1120",
4
+ "version": "0.0.1121",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",