@tscircuit/core 0.0.414 → 0.0.416

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 +4 -4
  2. package/package.json +2 -2
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.413",
8412
+ version: "0.0.415",
8413
8413
  types: "dist/index.d.ts",
8414
8414
  main: "dist/index.js",
8415
8415
  module: "dist/index.js",
@@ -8464,7 +8464,7 @@ var package_default = {
8464
8464
  "@tscircuit/schematic-autolayout": "^0.0.6",
8465
8465
  "circuit-json-to-connectivity-map": "^0.0.22",
8466
8466
  "circuit-json": "^0.0.180",
8467
- "schematic-symbols": "^0.0.132"
8467
+ "schematic-symbols": "^0.0.139"
8468
8468
  },
8469
8469
  peerDependencies: {
8470
8470
  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.414",
4
+ "version": "0.0.416",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -56,7 +56,7 @@
56
56
  "@tscircuit/schematic-autolayout": "^0.0.6",
57
57
  "circuit-json-to-connectivity-map": "^0.0.22",
58
58
  "circuit-json": "^0.0.180",
59
- "schematic-symbols": "^0.0.132"
59
+ "schematic-symbols": "^0.0.139"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "typescript": "^5.0.0",