@tscircuit/core 0.0.982 → 0.0.983

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17137,7 +17137,6 @@ var Panel = class extends Group6 {
17137
17137
  super.runRenderCycle();
17138
17138
  }
17139
17139
  doInitialPcbComponentRender() {
17140
- super.doInitialPcbComponentRender();
17141
17140
  if (this.root?.pcbDisabled) return;
17142
17141
  const { db } = this.root;
17143
17142
  const props = this._parsedProps;
@@ -20974,7 +20973,7 @@ import { identity as identity5 } from "transformation-matrix";
20974
20973
  var package_default = {
20975
20974
  name: "@tscircuit/core",
20976
20975
  type: "module",
20977
- version: "0.0.981",
20976
+ version: "0.0.982",
20978
20977
  types: "dist/index.d.ts",
20979
20978
  main: "dist/index.js",
20980
20979
  module: "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.982",
4
+ "version": "0.0.983",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",