@tscircuit/core 0.0.699 → 0.0.701
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 +6 -5
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -11426,6 +11426,7 @@ var Group6 = class extends NormalComponent2 {
|
|
|
11426
11426
|
}
|
|
11427
11427
|
_getPcbLayoutMode() {
|
|
11428
11428
|
const props = this._parsedProps;
|
|
11429
|
+
if (props.pcbRelative) return "none";
|
|
11429
11430
|
if (props.pcbLayout?.matchAdapt) return "match-adapt";
|
|
11430
11431
|
if (props.pcbLayout?.flex) return "flex";
|
|
11431
11432
|
if (props.pcbLayout?.grid) return "grid";
|
|
@@ -14357,7 +14358,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
14357
14358
|
var package_default = {
|
|
14358
14359
|
name: "@tscircuit/core",
|
|
14359
14360
|
type: "module",
|
|
14360
|
-
version: "0.0.
|
|
14361
|
+
version: "0.0.700",
|
|
14361
14362
|
types: "dist/index.d.ts",
|
|
14362
14363
|
main: "dist/index.js",
|
|
14363
14364
|
module: "dist/index.js",
|
|
@@ -14386,10 +14387,10 @@ var package_default = {
|
|
|
14386
14387
|
},
|
|
14387
14388
|
devDependencies: {
|
|
14388
14389
|
"@biomejs/biome": "^1.8.3",
|
|
14389
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
14390
|
+
"@tscircuit/capacity-autorouter": "^0.0.107",
|
|
14390
14391
|
"@tscircuit/checks": "^0.0.71",
|
|
14391
14392
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
14392
|
-
"@tscircuit/footprinter": "^0.0.
|
|
14393
|
+
"@tscircuit/footprinter": "^0.0.236",
|
|
14393
14394
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
14394
14395
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
14395
14396
|
"@tscircuit/log-soup": "^1.0.2",
|
|
@@ -14399,7 +14400,7 @@ var package_default = {
|
|
|
14399
14400
|
"@tscircuit/props": "0.0.298",
|
|
14400
14401
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
14401
14402
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
14402
|
-
"@tscircuit/schematic-trace-solver": "^0.0.
|
|
14403
|
+
"@tscircuit/schematic-trace-solver": "^0.0.35",
|
|
14403
14404
|
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
14404
14405
|
"@types/bun": "^1.2.16",
|
|
14405
14406
|
"@types/debug": "^4.1.12",
|
|
@@ -14408,7 +14409,7 @@ var package_default = {
|
|
|
14408
14409
|
"@types/react-reconciler": "^0.28.9",
|
|
14409
14410
|
"bpc-graph": "^0.0.57",
|
|
14410
14411
|
"bun-match-svg": "0.0.12",
|
|
14411
|
-
"calculate-elbow": "^0.0.
|
|
14412
|
+
"calculate-elbow": "^0.0.12",
|
|
14412
14413
|
"chokidar-cli": "^3.0.0",
|
|
14413
14414
|
"circuit-json": "^0.0.245",
|
|
14414
14415
|
"circuit-json-to-bpc": "^0.0.13",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.701",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@biomejs/biome": "^1.8.3",
|
|
33
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
33
|
+
"@tscircuit/capacity-autorouter": "^0.0.107",
|
|
34
34
|
"@tscircuit/checks": "^0.0.71",
|
|
35
35
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
36
|
-
"@tscircuit/footprinter": "^0.0.
|
|
36
|
+
"@tscircuit/footprinter": "^0.0.236",
|
|
37
37
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
38
38
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
39
39
|
"@tscircuit/log-soup": "^1.0.2",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@tscircuit/props": "0.0.298",
|
|
44
44
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
45
45
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
46
|
-
"@tscircuit/schematic-trace-solver": "^0.0.
|
|
46
|
+
"@tscircuit/schematic-trace-solver": "^0.0.35",
|
|
47
47
|
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
48
48
|
"@types/bun": "^1.2.16",
|
|
49
49
|
"@types/debug": "^4.1.12",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/react-reconciler": "^0.28.9",
|
|
53
53
|
"bpc-graph": "^0.0.57",
|
|
54
54
|
"bun-match-svg": "0.0.12",
|
|
55
|
-
"calculate-elbow": "^0.0.
|
|
55
|
+
"calculate-elbow": "^0.0.12",
|
|
56
56
|
"chokidar-cli": "^3.0.0",
|
|
57
57
|
"circuit-json": "^0.0.245",
|
|
58
58
|
"circuit-json-to-bpc": "^0.0.13",
|