@tscircuit/core 0.0.832 → 0.0.833

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
@@ -15865,7 +15865,8 @@ var SilkscreenRect = class extends PrimitiveComponent2 {
15865
15865
  height: props.height,
15866
15866
  subcircuit_id: subcircuit?.subcircuit_id ?? void 0,
15867
15867
  pcb_group_id: this?.getGroup()?.pcb_group_id ?? void 0,
15868
- stroke_width: props.strokeWidth ?? 0.1
15868
+ stroke_width: props.strokeWidth ?? 0.1,
15869
+ is_filled: props.filled ?? false
15869
15870
  });
15870
15871
  this.pcb_silkscreen_rect_id = pcb_silkscreen_rect.pcb_silkscreen_rect_id;
15871
15872
  }
@@ -17484,7 +17485,7 @@ import { identity as identity6 } from "transformation-matrix";
17484
17485
  var package_default = {
17485
17486
  name: "@tscircuit/core",
17486
17487
  type: "module",
17487
- version: "0.0.831",
17488
+ version: "0.0.832",
17488
17489
  types: "dist/index.d.ts",
17489
17490
  main: "dist/index.js",
17490
17491
  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.832",
4
+ "version": "0.0.833",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",