@tscircuit/eval 0.0.621 → 0.0.623

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.
@@ -2185,13 +2185,9 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2185
2185
  x: number;
2186
2186
  y: number;
2187
2187
  }[];
2188
- stroke_width: number;
2189
2188
  pcb_courtyard_outline_id: string;
2190
2189
  subcircuit_id?: string | undefined;
2191
2190
  pcb_group_id?: string | undefined;
2192
- is_stroke_dashed?: boolean | undefined;
2193
- color?: string | undefined;
2194
- is_closed?: boolean | undefined;
2195
2191
  } | {
2196
2192
  type: "pcb_courtyard_polygon";
2197
2193
  pcb_component_id: string;
@@ -4751,13 +4747,9 @@ declare const runTscircuitModule: (module: string, opts?: {
4751
4747
  x: number;
4752
4748
  y: number;
4753
4749
  }[];
4754
- stroke_width: number;
4755
4750
  pcb_courtyard_outline_id: string;
4756
4751
  subcircuit_id?: string | undefined;
4757
4752
  pcb_group_id?: string | undefined;
4758
- is_stroke_dashed?: boolean | undefined;
4759
- color?: string | undefined;
4760
- is_closed?: boolean | undefined;
4761
4753
  } | {
4762
4754
  type: "pcb_courtyard_polygon";
4763
4755
  pcb_component_id: string;
@@ -2201,13 +2201,9 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2201
2201
  x: number;
2202
2202
  y: number;
2203
2203
  }[];
2204
- stroke_width: number;
2205
2204
  pcb_courtyard_outline_id: string;
2206
2205
  subcircuit_id?: string | undefined;
2207
2206
  pcb_group_id?: string | undefined;
2208
- is_stroke_dashed?: boolean | undefined;
2209
- color?: string | undefined;
2210
- is_closed?: boolean | undefined;
2211
2207
  } | {
2212
2208
  type: "pcb_courtyard_polygon";
2213
2209
  pcb_component_id: string;
@@ -4767,13 +4763,9 @@ declare const runTscircuitModule: (module: string, opts?: {
4767
4763
  x: number;
4768
4764
  y: number;
4769
4765
  }[];
4770
- stroke_width: number;
4771
4766
  pcb_courtyard_outline_id: string;
4772
4767
  subcircuit_id?: string | undefined;
4773
4768
  pcb_group_id?: string | undefined;
4774
- is_stroke_dashed?: boolean | undefined;
4775
- color?: string | undefined;
4776
- is_closed?: boolean | undefined;
4777
4769
  } | {
4778
4770
  type: "pcb_courtyard_polygon";
4779
4771
  pcb_component_id: string;