@tscircuit/core 0.0.415 → 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.
- package/dist/index.js +3 -3
- package/package.json +1 -1
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.
|
|
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.
|
|
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.
|
|
8412
|
+
version: "0.0.415",
|
|
8413
8413
|
types: "dist/index.d.ts",
|
|
8414
8414
|
main: "dist/index.js",
|
|
8415
8415
|
module: "dist/index.js",
|