@tscircuit/runframe 0.0.303 → 0.0.304

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.
@@ -1194,7 +1194,6 @@ var CircuitJsonPreview = ({
1194
1194
  children: circuitJson ? /* @__PURE__ */ jsx16(
1195
1195
  PcbViewerWithContainerHeight,
1196
1196
  {
1197
- disableAutoFocus: true,
1198
1197
  focusOnHover: false,
1199
1198
  circuitJson,
1200
1199
  debugGraphics: autoroutingGraphics,
package/dist/preview.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  PcbViewerWithContainerHeight,
7
7
  SchematicViewer,
8
8
  linkify
9
- } from "./chunk-OZDBSJY2.js";
9
+ } from "./chunk-MVZMUL3H.js";
10
10
  export {
11
11
  BomTable,
12
12
  CadViewer,
package/dist/runner.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  buttonVariants,
21
21
  cn,
22
22
  linkify
23
- } from "./chunk-OZDBSJY2.js";
23
+ } from "./chunk-MVZMUL3H.js";
24
24
 
25
25
  // lib/components/RunFrame/RunFrame.tsx
26
26
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";