@tscircuit/runframe 0.0.529 → 0.0.531

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.
@@ -1093,7 +1093,7 @@ var RenderLogViewer = ({
1093
1093
  };
1094
1094
 
1095
1095
  // package.json
1096
- var version = "0.0.528";
1096
+ var version = "0.0.530";
1097
1097
 
1098
1098
  // lib/components/CircuitJsonPreview/CircuitJsonPreview.tsx
1099
1099
  import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
@@ -1373,12 +1373,7 @@ var CircuitJsonPreview = ({
1373
1373
  onEditEvent: (ee) => {
1374
1374
  onEditEvent?.(ee);
1375
1375
  },
1376
- debugGrid: showSchematicDebugGrid,
1377
- colorOverrides: {
1378
- schematic: {
1379
- background: "transparent"
1380
- }
1381
- }
1376
+ debugGrid: showSchematicDebugGrid
1382
1377
  }
1383
1378
  ) : /* @__PURE__ */ jsx16(PreviewEmptyState_default, { onRunClicked })
1384
1379
  }
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-O2KZLFBL.js";
11
+ } from "./chunk-SIWDOC5R.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  useOrderDialog,
28
28
  useOrderDialogCli,
29
29
  useRunFrameStore
30
- } from "./chunk-O2KZLFBL.js";
30
+ } from "./chunk-SIWDOC5R.js";
31
31
 
32
32
  // lib/components/RunFrame/RunFrame.tsx
33
33
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";