@tscircuit/runframe 0.0.301 → 0.0.302
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.
|
@@ -1338,6 +1338,7 @@ var CircuitJsonPreview = ({
|
|
|
1338
1338
|
};
|
|
1339
1339
|
|
|
1340
1340
|
// lib/preview.ts
|
|
1341
|
+
import { CadViewer as CadViewer2 } from "@tscircuit/3d-viewer";
|
|
1341
1342
|
import { PCBViewer as PCBViewer3 } from "@tscircuit/pcb-viewer";
|
|
1342
1343
|
import { SchematicViewer as SchematicViewer2 } from "@tscircuit/schematic-viewer";
|
|
1343
1344
|
|
|
@@ -1360,6 +1361,7 @@ export {
|
|
|
1360
1361
|
BomTable,
|
|
1361
1362
|
PcbViewerWithContainerHeight,
|
|
1362
1363
|
CircuitJsonPreview,
|
|
1364
|
+
CadViewer2 as CadViewer,
|
|
1363
1365
|
PCBViewer3 as PCBViewer,
|
|
1364
1366
|
SchematicViewer2 as SchematicViewer
|
|
1365
1367
|
};
|
package/dist/preview.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { AnyCircuitElement } from 'circuit-json';
|
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
import { PCBViewer } from '@tscircuit/pcb-viewer';
|
|
6
6
|
export { PCBViewer as PcbViewer } from '@tscircuit/pcb-viewer';
|
|
7
|
+
export { CadViewer } from '@tscircuit/3d-viewer';
|
|
7
8
|
export { SchematicViewer } from '@tscircuit/schematic-viewer';
|
|
8
9
|
|
|
9
10
|
type RenderEvent = {
|
package/dist/preview.js
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BomTable,
|
|
3
|
+
CadViewer,
|
|
3
4
|
CircuitJsonPreview,
|
|
4
5
|
PCBViewer,
|
|
5
6
|
PcbViewerWithContainerHeight,
|
|
6
7
|
SchematicViewer,
|
|
7
8
|
linkify
|
|
8
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-OZDBSJY2.js";
|
|
9
10
|
export {
|
|
10
11
|
BomTable,
|
|
12
|
+
CadViewer,
|
|
11
13
|
CircuitJsonPreview,
|
|
12
14
|
PCBViewer as PcbViewer,
|
|
13
15
|
PcbViewerWithContainerHeight,
|
package/dist/runner.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { TabId } from './preview.js';
|
|
2
2
|
export { BomTable, CircuitJsonPreview, PcbViewerWithContainerHeight, PreviewContentProps, linkify } from './preview.js';
|
|
3
|
+
export { CadViewer } from '@tscircuit/3d-viewer';
|
|
3
4
|
export { PCBViewer as PcbViewer } from '@tscircuit/pcb-viewer';
|
|
4
5
|
export { SchematicViewer } from '@tscircuit/schematic-viewer';
|
|
5
6
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
package/dist/runner.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BomTable,
|
|
3
3
|
Button,
|
|
4
|
+
CadViewer,
|
|
4
5
|
CircuitJsonPreview,
|
|
5
6
|
DropdownMenu,
|
|
6
7
|
DropdownMenuContent,
|
|
@@ -19,7 +20,7 @@ import {
|
|
|
19
20
|
buttonVariants,
|
|
20
21
|
cn,
|
|
21
22
|
linkify
|
|
22
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-OZDBSJY2.js";
|
|
23
24
|
|
|
24
25
|
// lib/components/RunFrame/RunFrame.tsx
|
|
25
26
|
import { createCircuitWebWorker } from "@tscircuit/eval/worker";
|
|
@@ -2334,6 +2335,7 @@ var RunFrameForCli = (props) => {
|
|
|
2334
2335
|
};
|
|
2335
2336
|
export {
|
|
2336
2337
|
BomTable,
|
|
2338
|
+
CadViewer,
|
|
2337
2339
|
CircuitJsonPreview,
|
|
2338
2340
|
PCBViewer as PcbViewer,
|
|
2339
2341
|
PcbViewerWithContainerHeight,
|