@tscircuit/eval 0.0.608 → 0.0.609

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.
@@ -2343,6 +2343,8 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2343
2343
  stroke_width?: number | null | undefined;
2344
2344
  is_filled?: boolean | undefined;
2345
2345
  fill_color?: "red" | "blue" | undefined;
2346
+ stroke_color?: string | undefined;
2347
+ svg_path?: string | undefined;
2346
2348
  } | {
2347
2349
  message: string;
2348
2350
  type: "schematic_error";
@@ -4829,6 +4831,8 @@ declare const runTscircuitModule: (module: string, opts?: {
4829
4831
  stroke_width?: number | null | undefined;
4830
4832
  is_filled?: boolean | undefined;
4831
4833
  fill_color?: "red" | "blue" | undefined;
4834
+ stroke_color?: string | undefined;
4835
+ svg_path?: string | undefined;
4832
4836
  } | {
4833
4837
  message: string;
4834
4838
  type: "schematic_error";
@@ -2359,6 +2359,8 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2359
2359
  stroke_width?: number | null | undefined;
2360
2360
  is_filled?: boolean | undefined;
2361
2361
  fill_color?: "red" | "blue" | undefined;
2362
+ stroke_color?: string | undefined;
2363
+ svg_path?: string | undefined;
2362
2364
  } | {
2363
2365
  message: string;
2364
2366
  type: "schematic_error";
@@ -4845,6 +4847,8 @@ declare const runTscircuitModule: (module: string, opts?: {
4845
4847
  stroke_width?: number | null | undefined;
4846
4848
  is_filled?: boolean | undefined;
4847
4849
  fill_color?: "red" | "blue" | undefined;
4850
+ stroke_color?: string | undefined;
4851
+ svg_path?: string | undefined;
4848
4852
  } | {
4849
4853
  message: string;
4850
4854
  type: "schematic_error";