@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 +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
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) =>
|
|
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.
|
|
32324
|
+
version: "0.0.564",
|
|
32325
32325
|
main: "./dist/index.js",
|
|
32326
32326
|
module: "./dist/index.js",
|
|
32327
32327
|
type: "module",
|