@tscircuit/eval 0.0.626 → 0.0.628

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.
@@ -1541,7 +1541,9 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1541
1541
  position_mode?: "none" | "relative_to_panel_anchor" | undefined;
1542
1542
  shape?: "rect" | "polygon" | undefined;
1543
1543
  pcb_panel_id?: string | undefined;
1544
+ carrier_pcb_board_id?: string | undefined;
1544
1545
  is_subcircuit?: boolean | undefined;
1546
+ is_mounted_to_carrier_board?: boolean | undefined;
1545
1547
  outline?: {
1546
1548
  x: number;
1547
1549
  y: number;
@@ -2429,7 +2431,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2429
2431
  is_filled?: boolean | undefined;
2430
2432
  schematic_component_id?: string | undefined;
2431
2433
  schematic_symbol_id?: string | undefined;
2432
- fill_color?: "red" | "blue" | undefined;
2434
+ fill_color?: string | undefined;
2433
2435
  stroke_color?: string | undefined;
2434
2436
  } | {
2435
2437
  message: string;
@@ -4103,7 +4105,9 @@ declare const runTscircuitModule: (module: string, opts?: {
4103
4105
  position_mode?: "none" | "relative_to_panel_anchor" | undefined;
4104
4106
  shape?: "rect" | "polygon" | undefined;
4105
4107
  pcb_panel_id?: string | undefined;
4108
+ carrier_pcb_board_id?: string | undefined;
4106
4109
  is_subcircuit?: boolean | undefined;
4110
+ is_mounted_to_carrier_board?: boolean | undefined;
4107
4111
  outline?: {
4108
4112
  x: number;
4109
4113
  y: number;
@@ -4991,7 +4995,7 @@ declare const runTscircuitModule: (module: string, opts?: {
4991
4995
  is_filled?: boolean | undefined;
4992
4996
  schematic_component_id?: string | undefined;
4993
4997
  schematic_symbol_id?: string | undefined;
4994
- fill_color?: "red" | "blue" | undefined;
4998
+ fill_color?: string | undefined;
4995
4999
  stroke_color?: string | undefined;
4996
5000
  } | {
4997
5001
  message: string;