@tscircuit/core 0.0.519 → 0.0.520
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -8766,7 +8766,7 @@ var SolderJumper = class extends NormalComponent {
|
|
|
8766
8766
|
symbolName += `_bridged${bridgedPinNumbers.join("")}`;
|
|
8767
8767
|
}
|
|
8768
8768
|
return {
|
|
8769
|
-
schematicSymbolName: symbolName,
|
|
8769
|
+
schematicSymbolName: props.symbolName ?? symbolName,
|
|
8770
8770
|
componentName: "SolderJumper",
|
|
8771
8771
|
zodProps: solderjumperProps,
|
|
8772
8772
|
shouldRenderAsSchematicBox: true
|
|
@@ -10452,7 +10452,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10452
10452
|
var package_default = {
|
|
10453
10453
|
name: "@tscircuit/core",
|
|
10454
10454
|
type: "module",
|
|
10455
|
-
version: "0.0.
|
|
10455
|
+
version: "0.0.519",
|
|
10456
10456
|
types: "dist/index.d.ts",
|
|
10457
10457
|
main: "dist/index.js",
|
|
10458
10458
|
module: "dist/index.js",
|
|
@@ -10508,7 +10508,7 @@ var package_default = {
|
|
|
10508
10508
|
"pkg-pr-new": "^0.0.37",
|
|
10509
10509
|
react: "^19.0.0",
|
|
10510
10510
|
"react-dom": "^19.0.0",
|
|
10511
|
-
"schematic-symbols": "^0.0.
|
|
10511
|
+
"schematic-symbols": "^0.0.164",
|
|
10512
10512
|
"ts-expect": "^1.3.0",
|
|
10513
10513
|
tsup: "^8.2.4"
|
|
10514
10514
|
},
|
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.520",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"pkg-pr-new": "^0.0.37",
|
|
58
58
|
"react": "^19.0.0",
|
|
59
59
|
"react-dom": "^19.0.0",
|
|
60
|
-
"schematic-symbols": "^0.0.
|
|
60
|
+
"schematic-symbols": "^0.0.164",
|
|
61
61
|
"ts-expect": "^1.3.0",
|
|
62
62
|
"tsup": "^8.2.4"
|
|
63
63
|
},
|