@tscircuit/core 0.0.1001 → 0.0.1002

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.js +4 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -19946,7 +19946,8 @@ var Potentiometer = class extends NormalComponent3 {
19946
19946
  max_resistance: props.maxResistance,
19947
19947
  pin_variant: pinVariant,
19948
19948
  are_pins_interchangeable: pinVariant === "two_pin",
19949
- display_name: props.displayName
19949
+ display_name: props.displayName,
19950
+ display_max_resistance: this._getSchematicSymbolDisplayValue()
19950
19951
  });
19951
19952
  this.source_component_id = source_component.source_component_id;
19952
19953
  }
@@ -21592,7 +21593,7 @@ import { identity as identity5 } from "transformation-matrix";
21592
21593
  var package_default = {
21593
21594
  name: "@tscircuit/core",
21594
21595
  type: "module",
21595
- version: "0.0.1000",
21596
+ version: "0.0.1001",
21596
21597
  types: "dist/index.d.ts",
21597
21598
  main: "dist/index.js",
21598
21599
  module: "dist/index.js",
@@ -21648,7 +21649,7 @@ var package_default = {
21648
21649
  "bun-match-svg": "0.0.12",
21649
21650
  "calculate-elbow": "^0.0.12",
21650
21651
  "chokidar-cli": "^3.0.0",
21651
- "circuit-json": "^0.0.371",
21652
+ "circuit-json": "^0.0.372",
21652
21653
  "circuit-json-to-bpc": "^0.0.13",
21653
21654
  "circuit-json-to-connectivity-map": "^0.0.23",
21654
21655
  "circuit-json-to-gltf": "^0.0.62",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1001",
4
+ "version": "0.0.1002",
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
  "bun-match-svg": "0.0.12",
58
58
  "calculate-elbow": "^0.0.12",
59
59
  "chokidar-cli": "^3.0.0",
60
- "circuit-json": "^0.0.371",
60
+ "circuit-json": "^0.0.372",
61
61
  "circuit-json-to-bpc": "^0.0.13",
62
62
  "circuit-json-to-connectivity-map": "^0.0.23",
63
63
  "circuit-json-to-gltf": "^0.0.62",