@tscircuit/core 0.0.458 → 0.0.459
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.d.ts +0 -1
- package/dist/index.js +2 -10
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2206,7 +2206,6 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, PassivePo
|
|
|
2206
2206
|
}>;
|
|
2207
2207
|
sourceFtype: "simple_capacitor";
|
|
2208
2208
|
};
|
|
2209
|
-
initPorts(): void;
|
|
2210
2209
|
_getSchematicSymbolDisplayValue(): string | undefined;
|
|
2211
2210
|
doInitialCreateNetsFromProps(): void;
|
|
2212
2211
|
doInitialCreateTracesFromProps(): void;
|
package/dist/index.js
CHANGED
|
@@ -7877,14 +7877,6 @@ var Capacitor = class extends NormalComponent {
|
|
|
7877
7877
|
sourceFtype: FTYPE.simple_capacitor
|
|
7878
7878
|
};
|
|
7879
7879
|
}
|
|
7880
|
-
initPorts() {
|
|
7881
|
-
super.initPorts({
|
|
7882
|
-
additionalAliases: {
|
|
7883
|
-
pin1: ["anode", "pos", "left"],
|
|
7884
|
-
pin2: ["cathode", "neg", "right"]
|
|
7885
|
-
}
|
|
7886
|
-
});
|
|
7887
|
-
}
|
|
7888
7880
|
_getSchematicSymbolDisplayValue() {
|
|
7889
7881
|
const capacitanceDisplay = `${formatSiUnit(this._parsedProps.capacitance)}F`;
|
|
7890
7882
|
if (this._parsedProps.schShowRatings && this._parsedProps.maxVoltageRating) {
|
|
@@ -9518,7 +9510,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
9518
9510
|
var package_default = {
|
|
9519
9511
|
name: "@tscircuit/core",
|
|
9520
9512
|
type: "module",
|
|
9521
|
-
version: "0.0.
|
|
9513
|
+
version: "0.0.458",
|
|
9522
9514
|
types: "dist/index.d.ts",
|
|
9523
9515
|
main: "dist/index.js",
|
|
9524
9516
|
module: "dist/index.js",
|
|
@@ -9574,7 +9566,7 @@ var package_default = {
|
|
|
9574
9566
|
"pkg-pr-new": "^0.0.37",
|
|
9575
9567
|
react: "^19.0.0",
|
|
9576
9568
|
"react-dom": "^19.0.0",
|
|
9577
|
-
"schematic-symbols": "^0.0.
|
|
9569
|
+
"schematic-symbols": "^0.0.159",
|
|
9578
9570
|
"ts-expect": "^1.3.0",
|
|
9579
9571
|
tsup: "^8.2.4"
|
|
9580
9572
|
},
|
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.459",
|
|
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.159",
|
|
61
61
|
"ts-expect": "^1.3.0",
|
|
62
62
|
"tsup": "^8.2.4"
|
|
63
63
|
},
|