@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/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
- declare const linkify: (supplier: string, partNumber: string) => string | react_jsx_runtime.JSX.Element;
143
- declare const BomTable: React.FC<BomTableProps>;
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, linkify, useOrderDialog, useOrderDialogCli };
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-PJGL4TPO.js";
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, linkify, useOrderDialog, useOrderDialogCli } from './preview.js';
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-PJGL4TPO.js";
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,