@tscircuit/runframe 0.0.850 → 0.0.852

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.
@@ -1333,7 +1333,7 @@ var useErrorTelemetry = ({
1333
1333
  };
1334
1334
 
1335
1335
  // package.json
1336
- var version = "0.0.849";
1336
+ var version = "0.0.851";
1337
1337
 
1338
1338
  // lib/hooks/use-eval-versions.ts
1339
1339
  import { useEffect as useEffect5, useMemo as useMemo2, useState as useState6 } from "react";
@@ -3831,6 +3831,7 @@ var CircuitJsonPreview = ({
3831
3831
  children: circuitJson ? /* @__PURE__ */ jsx31(
3832
3832
  SchematicViewer,
3833
3833
  {
3834
+ spiceSimulationEnabled: true,
3834
3835
  circuitJson,
3835
3836
  containerStyle: {
3836
3837
  height: "100%"
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-GYSZCGCN.js";
11
+ } from "./chunk-LQCKDGJR.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  useRunFrameStore,
24
24
  useRunnerStore,
25
25
  useStyles
26
- } from "./chunk-GYSZCGCN.js";
26
+ } from "./chunk-LQCKDGJR.js";
27
27
 
28
28
  // lib/components/RunFrame/RunFrame.tsx
29
29
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";