@tscircuit/core 0.0.231 → 0.0.233
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 +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2925,7 +2925,7 @@ var NormalComponent = class extends PrimitiveComponent {
|
|
|
2925
2925
|
});
|
|
2926
2926
|
const component_name_text = db.schematic_text.insert({
|
|
2927
2927
|
text: props.name ?? "",
|
|
2928
|
-
schematic_component_id: schematic_component2.
|
|
2928
|
+
schematic_component_id: schematic_component2.schematic_component_id,
|
|
2929
2929
|
anchor: "left",
|
|
2930
2930
|
rotation: 0,
|
|
2931
2931
|
position: {
|
|
@@ -5533,6 +5533,7 @@ var SilkscreenText = class extends PrimitiveComponent {
|
|
|
5533
5533
|
font_size: props.fontSize ?? 1,
|
|
5534
5534
|
layer: maybeFlipLayer(props.layer ?? "top"),
|
|
5535
5535
|
text: props.text ?? "",
|
|
5536
|
+
ccw_rotation: props.pcbRotation,
|
|
5536
5537
|
pcb_component_id: container.pcb_component_id
|
|
5537
5538
|
});
|
|
5538
5539
|
}
|
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.233",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@tscircuit/props": "^0.0.115",
|
|
47
47
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
48
48
|
"@tscircuit/soup-util": "^0.0.41",
|
|
49
|
-
"circuit-json": "^0.0.
|
|
49
|
+
"circuit-json": "^0.0.119",
|
|
50
50
|
"circuit-json-to-connectivity-map": "^0.0.17",
|
|
51
51
|
"format-si-unit": "^0.0.2",
|
|
52
52
|
"nanoid": "^5.0.7",
|