@tscircuit/core 0.0.508 → 0.0.510
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 +5 -1
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1937,7 +1937,7 @@ declare class Board extends Group<typeof boardProps> {
|
|
|
1937
1937
|
_emitRenderLifecycleEvent(phase: RenderPhase, startOrEnd: "start" | "end"): void;
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
|
-
declare class Capacitor extends NormalComponent<typeof capacitorProps,
|
|
1940
|
+
declare class Capacitor extends NormalComponent<typeof capacitorProps, PolarizedPassivePorts> {
|
|
1941
1941
|
get config(): {
|
|
1942
1942
|
componentName: string;
|
|
1943
1943
|
schematicSymbolName: string;
|
|
@@ -14757,6 +14757,10 @@ type NonPolarizedSel = Record<`R${Nums40}` | `F${Nums40}`, {
|
|
|
14757
14757
|
type SwSel = Record<`SW${Nums40}`, {
|
|
14758
14758
|
pin1: string;
|
|
14759
14759
|
pin2: string;
|
|
14760
|
+
pin3: string;
|
|
14761
|
+
pin4: string;
|
|
14762
|
+
pin5: string;
|
|
14763
|
+
pin6: string;
|
|
14760
14764
|
pos: string;
|
|
14761
14765
|
neg: string;
|
|
14762
14766
|
side1: string;
|
package/dist/index.js
CHANGED
|
@@ -10423,7 +10423,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10423
10423
|
var package_default = {
|
|
10424
10424
|
name: "@tscircuit/core",
|
|
10425
10425
|
type: "module",
|
|
10426
|
-
version: "0.0.
|
|
10426
|
+
version: "0.0.509",
|
|
10427
10427
|
types: "dist/index.d.ts",
|
|
10428
10428
|
main: "dist/index.js",
|
|
10429
10429
|
module: "dist/index.js",
|
|
@@ -10479,7 +10479,7 @@ var package_default = {
|
|
|
10479
10479
|
"pkg-pr-new": "^0.0.37",
|
|
10480
10480
|
react: "^19.0.0",
|
|
10481
10481
|
"react-dom": "^19.0.0",
|
|
10482
|
-
"schematic-symbols": "^0.0.
|
|
10482
|
+
"schematic-symbols": "^0.0.163",
|
|
10483
10483
|
"ts-expect": "^1.3.0",
|
|
10484
10484
|
tsup: "^8.2.4"
|
|
10485
10485
|
},
|
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.510",
|
|
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.163",
|
|
61
61
|
"ts-expect": "^1.3.0",
|
|
62
62
|
"tsup": "^8.2.4"
|
|
63
63
|
},
|