@tscircuit/core 0.0.415 → 0.0.417

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 +16 -14
  2. package/package.json +14 -12
package/dist/index.js CHANGED
@@ -5364,7 +5364,7 @@ var NormalComponent = class extends PrimitiveComponent2 {
5364
5364
  y: hasTopOrBottomPins ? center.y + (schematic_box_height ?? 0) / 2 + 0.35 : center.y - (schematic_box_height ?? 0) / 2 - 0.13
5365
5365
  },
5366
5366
  color: "#006464",
5367
- font_size: 0.05
5367
+ font_size: 0.18
5368
5368
  });
5369
5369
  const component_name_text = db.schematic_text.insert({
5370
5370
  text: props.name ?? "",
@@ -5376,7 +5376,7 @@ var NormalComponent = class extends PrimitiveComponent2 {
5376
5376
  y: hasTopOrBottomPins ? center.y + (schematic_box_height ?? 0) / 2 + 0.55 : center.y + (schematic_box_height ?? 0) / 2 + 0.13
5377
5377
  },
5378
5378
  color: "#006464",
5379
- font_size: 0.05
5379
+ font_size: 0.18
5380
5380
  });
5381
5381
  this.schematic_component_id = schematic_component2.schematic_component_id;
5382
5382
  }
@@ -8409,7 +8409,7 @@ import { identity as identity4 } from "transformation-matrix";
8409
8409
  var package_default = {
8410
8410
  name: "@tscircuit/core",
8411
8411
  type: "module",
8412
- version: "0.0.414",
8412
+ version: "0.0.416",
8413
8413
  types: "dist/index.d.ts",
8414
8414
  main: "dist/index.js",
8415
8415
  module: "dist/index.js",
@@ -8432,10 +8432,17 @@ var package_default = {
8432
8432
  },
8433
8433
  devDependencies: {
8434
8434
  "@biomejs/biome": "^1.8.3",
8435
+ "@tscircuit/capacity-autorouter": "^0.0.66",
8436
+ "@tscircuit/checks": "^0.0.46",
8437
+ "@tscircuit/circuit-json-util": "^0.0.47",
8435
8438
  "@tscircuit/footprinter": "^0.0.159",
8436
8439
  "@tscircuit/import-snippet": "^0.0.4",
8440
+ "@tscircuit/infgrid-ijump-astar": "^0.0.33",
8437
8441
  "@tscircuit/layout": "^0.0.28",
8438
8442
  "@tscircuit/log-soup": "^1.0.2",
8443
+ "@tscircuit/math-utils": "^0.0.18",
8444
+ "@tscircuit/props": "^0.0.184",
8445
+ "@tscircuit/schematic-autolayout": "^0.0.6",
8439
8446
  "@types/bun": "latest",
8440
8447
  "@types/debug": "^4.1.12",
8441
8448
  "@types/react": "^19.0.1",
@@ -8443,6 +8450,9 @@ var package_default = {
8443
8450
  "@types/react-reconciler": "^0.28.9",
8444
8451
  "bun-match-svg": "0.0.8",
8445
8452
  "chokidar-cli": "^3.0.0",
8453
+ "circuit-json": "^0.0.180",
8454
+ "circuit-json-to-connectivity-map": "^0.0.22",
8455
+ "circuit-json-to-simple-3d": "^0.0.2",
8446
8456
  "circuit-to-svg": "^0.0.127",
8447
8457
  concurrently: "^9.1.2",
8448
8458
  debug: "^4.3.6",
@@ -8450,21 +8460,13 @@ var package_default = {
8450
8460
  howfat: "^0.3.8",
8451
8461
  "live-server": "^1.2.2",
8452
8462
  "looks-same": "^9.0.1",
8463
+ "@tscircuit/simple-3d-svg": "^0.0.6",
8453
8464
  "pkg-pr-new": "^0.0.37",
8454
8465
  react: "^19.0.0",
8455
8466
  "react-dom": "^19.0.0",
8467
+ "schematic-symbols": "^0.0.139",
8456
8468
  "ts-expect": "^1.3.0",
8457
- tsup: "^8.2.4",
8458
- "@tscircuit/capacity-autorouter": "^0.0.66",
8459
- "@tscircuit/checks": "^0.0.46",
8460
- "@tscircuit/circuit-json-util": "^0.0.47",
8461
- "@tscircuit/infgrid-ijump-astar": "^0.0.33",
8462
- "@tscircuit/math-utils": "^0.0.18",
8463
- "@tscircuit/props": "^0.0.184",
8464
- "@tscircuit/schematic-autolayout": "^0.0.6",
8465
- "circuit-json-to-connectivity-map": "^0.0.22",
8466
- "circuit-json": "^0.0.180",
8467
- "schematic-symbols": "^0.0.139"
8469
+ tsup: "^8.2.4"
8468
8470
  },
8469
8471
  peerDependencies: {
8470
8472
  typescript: "^5.0.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.415",
4
+ "version": "0.0.417",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -24,10 +24,17 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@biomejs/biome": "^1.8.3",
27
+ "@tscircuit/capacity-autorouter": "^0.0.66",
28
+ "@tscircuit/checks": "^0.0.46",
29
+ "@tscircuit/circuit-json-util": "^0.0.47",
27
30
  "@tscircuit/footprinter": "^0.0.159",
28
31
  "@tscircuit/import-snippet": "^0.0.4",
32
+ "@tscircuit/infgrid-ijump-astar": "^0.0.33",
29
33
  "@tscircuit/layout": "^0.0.28",
30
34
  "@tscircuit/log-soup": "^1.0.2",
35
+ "@tscircuit/math-utils": "^0.0.18",
36
+ "@tscircuit/props": "^0.0.184",
37
+ "@tscircuit/schematic-autolayout": "^0.0.6",
31
38
  "@types/bun": "latest",
32
39
  "@types/debug": "^4.1.12",
33
40
  "@types/react": "^19.0.1",
@@ -35,6 +42,9 @@
35
42
  "@types/react-reconciler": "^0.28.9",
36
43
  "bun-match-svg": "0.0.8",
37
44
  "chokidar-cli": "^3.0.0",
45
+ "circuit-json": "^0.0.180",
46
+ "circuit-json-to-connectivity-map": "^0.0.22",
47
+ "circuit-json-to-simple-3d": "^0.0.2",
38
48
  "circuit-to-svg": "^0.0.127",
39
49
  "concurrently": "^9.1.2",
40
50
  "debug": "^4.3.6",
@@ -42,21 +52,13 @@
42
52
  "howfat": "^0.3.8",
43
53
  "live-server": "^1.2.2",
44
54
  "looks-same": "^9.0.1",
55
+ "@tscircuit/simple-3d-svg": "^0.0.6",
45
56
  "pkg-pr-new": "^0.0.37",
46
57
  "react": "^19.0.0",
47
58
  "react-dom": "^19.0.0",
59
+ "schematic-symbols": "^0.0.139",
48
60
  "ts-expect": "^1.3.0",
49
- "tsup": "^8.2.4",
50
- "@tscircuit/capacity-autorouter": "^0.0.66",
51
- "@tscircuit/checks": "^0.0.46",
52
- "@tscircuit/circuit-json-util": "^0.0.47",
53
- "@tscircuit/infgrid-ijump-astar": "^0.0.33",
54
- "@tscircuit/math-utils": "^0.0.18",
55
- "@tscircuit/props": "^0.0.184",
56
- "@tscircuit/schematic-autolayout": "^0.0.6",
57
- "circuit-json-to-connectivity-map": "^0.0.22",
58
- "circuit-json": "^0.0.180",
59
- "schematic-symbols": "^0.0.139"
61
+ "tsup": "^8.2.4"
60
62
  },
61
63
  "peerDependencies": {
62
64
  "typescript": "^5.0.0",