@tscircuit/eval 0.0.317 → 0.0.318

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.
@@ -829,6 +829,8 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
829
829
  pad_shape: "rect";
830
830
  rect_pad_width: number;
831
831
  rect_pad_height: number;
832
+ hole_offset_x: number;
833
+ hole_offset_y: number;
832
834
  pcb_component_id?: string | undefined;
833
835
  subcircuit_id?: string | undefined;
834
836
  pcb_group_id?: string | undefined;
@@ -2550,6 +2552,8 @@ declare const runTscircuitModule: (module: string, opts?: {
2550
2552
  pad_shape: "rect";
2551
2553
  rect_pad_width: number;
2552
2554
  rect_pad_height: number;
2555
+ hole_offset_x: number;
2556
+ hole_offset_y: number;
2553
2557
  pcb_component_id?: string | undefined;
2554
2558
  subcircuit_id?: string | undefined;
2555
2559
  pcb_group_id?: string | undefined;
@@ -845,6 +845,8 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
845
845
  pad_shape: "rect";
846
846
  rect_pad_width: number;
847
847
  rect_pad_height: number;
848
+ hole_offset_x: number;
849
+ hole_offset_y: number;
848
850
  pcb_component_id?: string | undefined;
849
851
  subcircuit_id?: string | undefined;
850
852
  pcb_group_id?: string | undefined;
@@ -2566,6 +2568,8 @@ declare const runTscircuitModule: (module: string, opts?: {
2566
2568
  pad_shape: "rect";
2567
2569
  rect_pad_width: number;
2568
2570
  rect_pad_height: number;
2571
+ hole_offset_x: number;
2572
+ hole_offset_y: number;
2569
2573
  pcb_component_id?: string | undefined;
2570
2574
  subcircuit_id?: string | undefined;
2571
2575
  pcb_group_id?: string | undefined;