@tscircuit/runframe 0.0.1294 → 0.0.1295

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.
@@ -1545,7 +1545,7 @@ var useErrorTelemetry = ({
1545
1545
  };
1546
1546
 
1547
1547
  // package.json
1548
- var version = "0.0.1293";
1548
+ var version = "0.0.1294";
1549
1549
  var package_default = {
1550
1550
  name: "@tscircuit/runframe",
1551
1551
  main: "dist/preview.js",
@@ -5314,7 +5314,8 @@ var CircuitJsonPreview = ({
5314
5314
  ref: setCadViewerRef,
5315
5315
  circuitJson,
5316
5316
  autoRotateDisabled: autoRotate3dViewerDisabled
5317
- }
5317
+ },
5318
+ `cad-${isFullScreen}`
5318
5319
  ) : /* @__PURE__ */ jsx37(PreviewEmptyState_default, { onRunClicked }) })
5319
5320
  }
5320
5321
  ) }),
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-AJ5ZNWKA.js";
11
+ } from "./chunk-HI5FKL3R.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  useRunFrameStore,
34
34
  useRunnerStore,
35
35
  useStyles
36
- } from "./chunk-AJ5ZNWKA.js";
36
+ } from "./chunk-HI5FKL3R.js";
37
37
 
38
38
  // lib/components/RunFrame/RunFrame.tsx
39
39
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";