@tscircuit/core 0.0.998 → 0.0.999
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9007,7 +9007,7 @@ var NormalComponent3 = class extends PrimitiveComponent2 {
|
|
|
9007
9007
|
font_size: 0.18
|
|
9008
9008
|
});
|
|
9009
9009
|
const component_name_text = db.schematic_text.insert({
|
|
9010
|
-
text: props.name ?? "",
|
|
9010
|
+
text: props.displayName ?? props.name ?? "",
|
|
9011
9011
|
schematic_component_id: schematic_component2.schematic_component_id,
|
|
9012
9012
|
anchor: "left",
|
|
9013
9013
|
rotation: 0,
|
|
@@ -21318,7 +21318,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
21318
21318
|
var package_default = {
|
|
21319
21319
|
name: "@tscircuit/core",
|
|
21320
21320
|
type: "module",
|
|
21321
|
-
version: "0.0.
|
|
21321
|
+
version: "0.0.998",
|
|
21322
21322
|
types: "dist/index.d.ts",
|
|
21323
21323
|
main: "dist/index.js",
|
|
21324
21324
|
module: "dist/index.js",
|