@tscircuit/core 0.0.796 → 0.0.797

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8293,6 +8293,7 @@ var NormalComponent3 = class extends PrimitiveComponent2 {
8293
8293
  }
8294
8294
  doInitialCadModelRender() {
8295
8295
  if (this._isCadModelChild) return;
8296
+ if (this.props.doNotPlace) return;
8296
8297
  const { db } = this.root;
8297
8298
  const { boardThickness = 0 } = this.root?._getBoard() ?? {};
8298
8299
  const cadModelProp = this._parsedProps.cadModel;
@@ -16914,7 +16915,7 @@ import { identity as identity6 } from "transformation-matrix";
16914
16915
  var package_default = {
16915
16916
  name: "@tscircuit/core",
16916
16917
  type: "module",
16917
- version: "0.0.795",
16918
+ version: "0.0.796",
16918
16919
  types: "dist/index.d.ts",
16919
16920
  main: "dist/index.js",
16920
16921
  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.796",
4
+ "version": "0.0.797",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",