@tscircuit/core 0.0.1067 → 0.0.1069

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +1135 -1134
  3. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -1826,6 +1826,7 @@ declare class Board extends Group<typeof boardProps> implements BoardI, Subcircu
1826
1826
  pcb_board_id: string | null;
1827
1827
  source_board_id: string | null;
1828
1828
  _drcChecksComplete: boolean;
1829
+ _drcChecksInProgress: boolean;
1829
1830
  _connectedSchematicPortPairs: Set<string>;
1830
1831
  _panelPositionOffset: {
1831
1832
  x: number;