@tscircuit/core 0.0.519 → 0.0.521

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 CHANGED
@@ -14875,7 +14875,10 @@ type GenericConnectionsAndSelectorsSel = Record<string, <CMP_FN extends (props:
14875
14875
  } ? SEL extends Record<string, Record<string, string>> ? {
14876
14876
  [K in keyof SEL]: SEL[K] extends Record<string, string> ? SEL[K] : never;
14877
14877
  } : never : never : never>;
14878
- type SelWithoutSubcircuit = NonPolarizedSel & PolarizedSel & TransistorSel & JumperSel & ChipSel & SwSel & NetSel & GenericConnectionsAndSelectorsSel;
14878
+ type TestPointSel = Record<`TP${Nums40}`, {
14879
+ pin1: string;
14880
+ }>;
14881
+ type SelWithoutSubcircuit = NonPolarizedSel & PolarizedSel & TransistorSel & JumperSel & ChipSel & SwSel & NetSel & TestPointSel & GenericConnectionsAndSelectorsSel;
14879
14882
  type UnionToIntersection<U> = (U extends any ? (x: U) => void : never) extends (x: infer I) => void ? I : never;
14880
14883
  type ChipFn<T extends ChipProps<any>> = (props: T) => any;
14881
14884
  type ChipFnSel = <T extends ChipFn<any> | string>(chipFn?: T) => UnionToIntersection<T extends ChipFn<any> ? ChipConnections<T> : T extends string ? {
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.518",
10455
+ version: "0.0.520",
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.163",
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.519",
4
+ "version": "0.0.521",
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.163",
60
+ "schematic-symbols": "^0.0.164",
61
61
  "ts-expect": "^1.3.0",
62
62
  "tsup": "^8.2.4"
63
63
  },