@tscircuit/core 0.0.121 → 0.0.122

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4063,7 +4063,7 @@ var Battery = class extends NormalComponent {
4063
4063
  get config() {
4064
4064
  return {
4065
4065
  componentName: "Battery",
4066
- schematicSymbolName: this.props.symbolName ?? "dc_ammeter",
4066
+ schematicSymbolName: this.props.symbolName ?? "battery",
4067
4067
  zodProps: batteryProps,
4068
4068
  sourceFtype: "simple_power_source"
4069
4069
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.121",
4
+ "version": "0.0.122",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -42,12 +42,12 @@
42
42
  "@tscircuit/soup-util": "^0.0.33",
43
43
  "circuit-json": "^0.0.86",
44
44
  "circuit-json-to-connectivity-map": "^0.0.17",
45
- "circuit-to-svg": "0.0.39",
45
+ "circuit-to-svg": "0.0.41",
46
46
  "nanoid": "^5.0.7",
47
47
  "performance-now": "^2.1.0",
48
48
  "react": "^18.3.1",
49
49
  "react-reconciler": "^0.29.2",
50
- "schematic-symbols": "0.0.77",
50
+ "schematic-symbols": "0.0.79",
51
51
  "transformation-matrix": "^2.16.1",
52
52
  "zod": "^3.23.8"
53
53
  }