@tscircuit/runframe 0.0.355 → 0.0.356

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.
@@ -1031,7 +1031,6 @@ var CircuitJsonPreview = ({
1031
1031
  defaultToFullScreen = false
1032
1032
  }) => {
1033
1033
  useStyles();
1034
- const [schematicEditEvents, setSchematicEditEvents] = useState4([...editEvents ?? []]);
1035
1034
  const [activeTab, setActiveTabState] = useState4(defaultActiveTab ?? "pcb");
1036
1035
  const [isFullScreen, setIsFullScreen] = useState4(defaultToFullScreen);
1037
1036
  const setActiveTab = useCallback(
@@ -1256,10 +1255,8 @@ var CircuitJsonPreview = ({
1256
1255
  },
1257
1256
  editingEnabled: true,
1258
1257
  onEditEvent: (ee) => {
1259
- setSchematicEditEvents((prev) => [...prev, ee]);
1260
1258
  onEditEvent?.(ee);
1261
1259
  },
1262
- editEvents: schematicEditEvents,
1263
1260
  debugGrid: showSchematicDebugGrid
1264
1261
  }
1265
1262
  ) : /* @__PURE__ */ jsx16(PreviewEmptyState_default, { onRunClicked })
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-W4OSFPNL.js";
11
+ } from "./chunk-GKTPN54M.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  useOrderDialog,
33
33
  useOrderDialogCli,
34
34
  useRunFrameStore
35
- } from "./chunk-W4OSFPNL.js";
35
+ } from "./chunk-GKTPN54M.js";
36
36
 
37
37
  // lib/components/RunFrame/RunFrame.tsx
38
38
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";