@tscircuit/eval 0.0.713 → 0.0.714

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.
@@ -2480,6 +2480,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2480
2480
  pcb_courtyard_rect_id: string;
2481
2481
  subcircuit_id?: string | undefined;
2482
2482
  pcb_group_id?: string | undefined;
2483
+ ccw_rotation?: number | undefined;
2483
2484
  color?: string | undefined;
2484
2485
  } | {
2485
2486
  type: "pcb_courtyard_outline";
@@ -6716,6 +6717,7 @@ declare const runTscircuitModule: (module: string, opts?: {
6716
6717
  pcb_courtyard_rect_id: string;
6717
6718
  subcircuit_id?: string | undefined;
6718
6719
  pcb_group_id?: string | undefined;
6720
+ ccw_rotation?: number | undefined;
6719
6721
  color?: string | undefined;
6720
6722
  } | {
6721
6723
  type: "pcb_courtyard_outline";
@@ -2496,6 +2496,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2496
2496
  pcb_courtyard_rect_id: string;
2497
2497
  subcircuit_id?: string | undefined;
2498
2498
  pcb_group_id?: string | undefined;
2499
+ ccw_rotation?: number | undefined;
2499
2500
  color?: string | undefined;
2500
2501
  } | {
2501
2502
  type: "pcb_courtyard_outline";
@@ -6732,6 +6733,7 @@ declare const runTscircuitModule: (module: string, opts?: {
6732
6733
  pcb_courtyard_rect_id: string;
6733
6734
  subcircuit_id?: string | undefined;
6734
6735
  pcb_group_id?: string | undefined;
6736
+ ccw_rotation?: number | undefined;
6735
6737
  color?: string | undefined;
6736
6738
  } | {
6737
6739
  type: "pcb_courtyard_outline";