@tscircuit/3d-viewer 0.0.564 → 0.0.565

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.
package/dist/index.d.ts CHANGED
@@ -1,13 +1,13 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { AnyCircuitElement, PcbBoard } from 'circuit-json';
3
1
  import * as React from 'react';
2
+ import React__default from 'react';
3
+ import { AnyCircuitElement, PcbBoard } from 'circuit-json';
4
4
  import * as THREE from 'three';
5
5
  import { GLTFExporterOptions } from 'three-stdlib';
6
6
  import { ManifoldToplevel } from 'manifold-3d';
7
7
  import { JSDOM } from 'jsdom';
8
8
  import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
9
9
 
10
- declare const CadViewer: (props: any) => react_jsx_runtime.JSX.Element;
10
+ declare const CadViewer: (props: any) => React__default.JSX.Element;
11
11
 
12
12
  interface CircuitToSvgOptions {
13
13
  width?: number;
package/dist/index.js CHANGED
@@ -32321,7 +32321,7 @@ import * as THREE20 from "three";
32321
32321
  // package.json
32322
32322
  var package_default = {
32323
32323
  name: "@tscircuit/3d-viewer",
32324
- version: "0.0.563",
32324
+ version: "0.0.564",
32325
32325
  main: "./dist/index.js",
32326
32326
  module: "./dist/index.js",
32327
32327
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.564",
3
+ "version": "0.0.565",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",