@tscircuit/core 0.0.902 → 0.0.904

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
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 ?? "tab-routing";
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.901",
19264
+ version: "0.0.903",
19265
19265
  types: "dist/index.d.ts",
19266
19266
  main: "dist/index.js",
19267
19267
  module: "dist/index.js",
@@ -19366,7 +19366,7 @@ var package_default = {
19366
19366
  dependencies: {
19367
19367
  "@flatten-js/core": "^1.6.2",
19368
19368
  "@lume/kiwi": "^0.4.3",
19369
- "calculate-packing": "0.0.62",
19369
+ "calculate-packing": "0.0.65",
19370
19370
  "css-select": "5.1.0",
19371
19371
  "format-si-unit": "^0.0.3",
19372
19372
  nanoid: "^5.0.7",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.902",
4
+ "version": "0.0.904",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -106,7 +106,7 @@
106
106
  "dependencies": {
107
107
  "@flatten-js/core": "^1.6.2",
108
108
  "@lume/kiwi": "^0.4.3",
109
- "calculate-packing": "0.0.62",
109
+ "calculate-packing": "0.0.65",
110
110
  "css-select": "5.1.0",
111
111
  "format-si-unit": "^0.0.3",
112
112
  "nanoid": "^5.0.7",