@tscircuit/core 0.0.1067 → 0.0.1068
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5939 -5943
- package/package.json +4 -4
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;
|