@tscircuit/core 0.0.902 → 0.0.903
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16185,7 +16185,7 @@ var Panel = class extends Group6 {
|
|
|
16185
16185
|
}
|
|
16186
16186
|
if (this._tabsAndMouseBitesGenerated) return;
|
|
16187
16187
|
const props = this._parsedProps;
|
|
16188
|
-
const panelizationMethod = props.panelizationMethod ?? "
|
|
16188
|
+
const panelizationMethod = props.panelizationMethod ?? "none";
|
|
16189
16189
|
if (panelizationMethod !== "none") {
|
|
16190
16190
|
const childBoardIds = childBoardInstances.map((c) => c.pcb_board_id).filter((id) => !!id);
|
|
16191
16191
|
const boardsInPanel = db.pcb_board.list().filter((b) => childBoardIds.includes(b.pcb_board_id));
|
|
@@ -19261,7 +19261,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19261
19261
|
var package_default = {
|
|
19262
19262
|
name: "@tscircuit/core",
|
|
19263
19263
|
type: "module",
|
|
19264
|
-
version: "0.0.
|
|
19264
|
+
version: "0.0.902",
|
|
19265
19265
|
types: "dist/index.d.ts",
|
|
19266
19266
|
main: "dist/index.js",
|
|
19267
19267
|
module: "dist/index.js",
|