@tscircuit/runframe 0.0.1869 → 0.0.1870
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/{chunk-PJGL4TPO.js → chunk-FXKR2O63.js} +576 -486
- package/dist/preview.d.ts +4 -4
- package/dist/preview.js +1 -3
- package/dist/runner.d.ts +1 -1
- package/dist/runner.js +1 -3
- package/dist/standalone-preview.min.js +369 -369
- package/dist/standalone.min.js +370 -370
- package/package.json +1 -1
package/dist/preview.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { ManualEditEvent } from '@tscircuit/props';
|
|
|
3
3
|
import { CircuitJson, AnyCircuitElement } from 'circuit-json';
|
|
4
4
|
import { Object3D } from 'three';
|
|
5
5
|
import * as react from 'react';
|
|
6
|
-
import { ComponentProps, FC } from 'react';
|
|
6
|
+
import react__default, { ComponentProps, FC } from 'react';
|
|
7
7
|
import { PCBViewer } from '@tscircuit/pcb-viewer';
|
|
8
8
|
export { PCBViewer as PcbViewer } from '@tscircuit/pcb-viewer';
|
|
9
9
|
export { CadViewer } from '@tscircuit/3d-viewer';
|
|
@@ -139,8 +139,8 @@ declare const CircuitJsonPreview: ({ code, fsMap, onRunClicked, errorMessage, er
|
|
|
139
139
|
interface BomTableProps {
|
|
140
140
|
circuitJson: AnyCircuitElement[];
|
|
141
141
|
}
|
|
142
|
-
|
|
143
|
-
declare const BomTable:
|
|
142
|
+
|
|
143
|
+
declare const BomTable: react__default.FC<BomTableProps>;
|
|
144
144
|
|
|
145
145
|
declare const PcbViewerWithContainerHeight: ({ containerClassName, ...props }: {
|
|
146
146
|
containerClassName?: string;
|
|
@@ -189,4 +189,4 @@ declare const useOrderDialog: ({ onSignIn, isLoggedIn, packageReleaseId, }: {
|
|
|
189
189
|
OrderDialog: (props: Omit<Parameters<typeof OrderDialog>[0], "signIn" | "isLoggedIn">) => react_jsx_runtime.JSX.Element;
|
|
190
190
|
};
|
|
191
191
|
|
|
192
|
-
export { BomTable, CircuitJsonPreview, PcbViewerWithContainerHeight, type PreviewContentProps, type SolverStartedEvent, type TabId,
|
|
192
|
+
export { BomTable, CircuitJsonPreview, PcbViewerWithContainerHeight, type PreviewContentProps, type SolverStartedEvent, type TabId, useOrderDialog, useOrderDialogCli };
|
package/dist/preview.js
CHANGED
|
@@ -5,10 +5,9 @@ import {
|
|
|
5
5
|
PCBViewer,
|
|
6
6
|
PcbViewerWithContainerHeight,
|
|
7
7
|
SchematicViewer,
|
|
8
|
-
linkify,
|
|
9
8
|
useOrderDialog,
|
|
10
9
|
useOrderDialogCli
|
|
11
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-FXKR2O63.js";
|
|
12
11
|
export {
|
|
13
12
|
BomTable,
|
|
14
13
|
CadViewer,
|
|
@@ -16,7 +15,6 @@ export {
|
|
|
16
15
|
PCBViewer as PcbViewer,
|
|
17
16
|
PcbViewerWithContainerHeight,
|
|
18
17
|
SchematicViewer,
|
|
19
|
-
linkify,
|
|
20
18
|
useOrderDialog,
|
|
21
19
|
useOrderDialogCli
|
|
22
20
|
};
|
package/dist/runner.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TabId } from './preview.js';
|
|
2
|
-
export { BomTable, CircuitJsonPreview, PcbViewerWithContainerHeight, PreviewContentProps, SolverStartedEvent,
|
|
2
|
+
export { BomTable, CircuitJsonPreview, PcbViewerWithContainerHeight, PreviewContentProps, SolverStartedEvent, useOrderDialog, useOrderDialogCli } from './preview.js';
|
|
3
3
|
export { CadViewer } from '@tscircuit/3d-viewer';
|
|
4
4
|
export { PCBViewer as PcbViewer } from '@tscircuit/pcb-viewer';
|
|
5
5
|
export { SchematicViewer } from '@tscircuit/schematic-viewer';
|
package/dist/runner.js
CHANGED
|
@@ -24,7 +24,6 @@ import {
|
|
|
24
24
|
cn,
|
|
25
25
|
debug_default,
|
|
26
26
|
getRegistryKy,
|
|
27
|
-
linkify,
|
|
28
27
|
loadEasyedaBrowser,
|
|
29
28
|
registryKy,
|
|
30
29
|
toast,
|
|
@@ -34,7 +33,7 @@ import {
|
|
|
34
33
|
useRunFrameStore,
|
|
35
34
|
useRunnerStore,
|
|
36
35
|
useStyles
|
|
37
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-FXKR2O63.js";
|
|
38
37
|
|
|
39
38
|
// lib/components/RunFrame/RunFrame.tsx
|
|
40
39
|
import { createCircuitWebWorker } from "@tscircuit/eval/worker";
|
|
@@ -3068,7 +3067,6 @@ export {
|
|
|
3068
3067
|
SchematicViewer,
|
|
3069
3068
|
guessEntrypoint,
|
|
3070
3069
|
guessManualEditsFilePath,
|
|
3071
|
-
linkify,
|
|
3072
3070
|
mapJLCComponentToSearchResult,
|
|
3073
3071
|
mapTscircuitSnippetToSearchResult,
|
|
3074
3072
|
searchJLCComponents,
|