@tscircuit/core 0.0.308 → 0.0.309

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -8099,6 +8099,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps, P
8099
8099
  symbolName: zod.ZodOptional<zod.ZodString>;
8100
8100
  }>, {
8101
8101
  maxResistance: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
8102
+ pinVariant: zod.ZodOptional<zod.ZodEnum<["two_pin", "three_pin"]>>;
8102
8103
  }>, "strip", zod.ZodTypeAny, {
8103
8104
  name: string;
8104
8105
  maxResistance: number;
@@ -8167,6 +8168,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps, P
8167
8168
  } | undefined;
8168
8169
  children?: any;
8169
8170
  symbolName?: string | undefined;
8171
+ pinVariant?: "two_pin" | "three_pin" | undefined;
8170
8172
  }, {
8171
8173
  name: string;
8172
8174
  maxResistance: string | number;
@@ -8237,6 +8239,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps, P
8237
8239
  } | undefined;
8238
8240
  children?: any;
8239
8241
  symbolName?: string | undefined;
8242
+ pinVariant?: "two_pin" | "three_pin" | undefined;
8240
8243
  }>;
8241
8244
  sourceFtype: Ftype;
8242
8245
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.308",
4
+ "version": "0.0.309",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "@tscircuit/footprinter": "^0.0.97",
55
55
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
56
56
  "@tscircuit/math-utils": "^0.0.9",
57
- "@tscircuit/props": "^0.0.144",
57
+ "@tscircuit/props": "^0.0.145",
58
58
  "@tscircuit/schematic-autolayout": "^0.0.6",
59
59
  "@tscircuit/soup-util": "^0.0.41",
60
60
  "circuit-json": "^0.0.136",
@@ -64,7 +64,7 @@
64
64
  "performance-now": "^2.1.0",
65
65
  "react-reconciler": "^0.31.0",
66
66
  "react-reconciler-18": "npm:react-reconciler@0.29.2",
67
- "schematic-symbols": "^0.0.113",
67
+ "schematic-symbols": "^0.0.119",
68
68
  "transformation-matrix": "^2.16.1",
69
69
  "zod": "^3.23.8"
70
70
  }