@tscircuit/eval 0.0.458 → 0.0.459

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.
@@ -1243,7 +1243,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1243
1243
  width?: number | undefined;
1244
1244
  height?: number | undefined;
1245
1245
  subcircuit_id?: string | undefined;
1246
- shape?: "rect" | "polygon" | undefined;
1247
1246
  pcb_panel_id?: string | undefined;
1248
1247
  is_subcircuit?: boolean | undefined;
1249
1248
  outline?: {
@@ -3400,7 +3399,6 @@ declare const runTscircuitModule: (module: string, opts?: {
3400
3399
  width?: number | undefined;
3401
3400
  height?: number | undefined;
3402
3401
  subcircuit_id?: string | undefined;
3403
- shape?: "rect" | "polygon" | undefined;
3404
3402
  pcb_panel_id?: string | undefined;
3405
3403
  is_subcircuit?: boolean | undefined;
3406
3404
  outline?: {
@@ -1259,7 +1259,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1259
1259
  width?: number | undefined;
1260
1260
  height?: number | undefined;
1261
1261
  subcircuit_id?: string | undefined;
1262
- shape?: "rect" | "polygon" | undefined;
1263
1262
  pcb_panel_id?: string | undefined;
1264
1263
  is_subcircuit?: boolean | undefined;
1265
1264
  outline?: {
@@ -3416,7 +3415,6 @@ declare const runTscircuitModule: (module: string, opts?: {
3416
3415
  width?: number | undefined;
3417
3416
  height?: number | undefined;
3418
3417
  subcircuit_id?: string | undefined;
3419
- shape?: "rect" | "polygon" | undefined;
3420
3418
  pcb_panel_id?: string | undefined;
3421
3419
  is_subcircuit?: boolean | undefined;
3422
3420
  outline?: {