@tscircuit/runframe 0.0.993 → 0.0.995

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.
@@ -1426,7 +1426,7 @@ var useErrorTelemetry = ({
1426
1426
  };
1427
1427
 
1428
1428
  // package.json
1429
- var version = "0.0.992";
1429
+ var version = "0.0.993";
1430
1430
 
1431
1431
  // lib/hooks/use-eval-versions.ts
1432
1432
  import { useEffect as useEffect5, useMemo as useMemo2, useState as useState6 } from "react";
@@ -3451,7 +3451,7 @@ var FileMenuLeftHeader = (props) => {
3451
3451
  return /* @__PURE__ */ jsxs21(Fragment7, { children: [
3452
3452
  /* @__PURE__ */ jsxs21(DropdownMenu, { children: [
3453
3453
  /* @__PURE__ */ jsx30(DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsx30("div", { className: "rf-whitespace-nowrap rf-text-xs font-medium rf-p-2 rf-mx-1 rf-cursor-pointer rf-relative", children: "File" }) }),
3454
- /* @__PURE__ */ jsxs21(DropdownMenuContent, { children: [
3454
+ /* @__PURE__ */ jsxs21(DropdownMenuContent, { className: "rf-z-[101]", children: [
3455
3455
  !props.isWebEmbedded && /* @__PURE__ */ jsxs21(Fragment7, { children: [
3456
3456
  /* @__PURE__ */ jsx30(
3457
3457
  DropdownMenuItem,
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-G7A5GPR7.js";
11
+ } from "./chunk-Z3QYGCIG.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-G7A5GPR7.js";
26
+ } from "./chunk-Z3QYGCIG.js";
27
27
 
28
28
  // lib/components/RunFrame/RunFrame.tsx
29
29
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";
@@ -1553,7 +1553,7 @@ var RunFrameStaticBuildViewer = (props) => {
1553
1553
  (props.showFileMenu ?? true) && /* @__PURE__ */ jsx9(
1554
1554
  FileMenuLeftHeader,
1555
1555
  {
1556
- isWebEmbedded: false,
1556
+ isWebEmbedded: true,
1557
1557
  circuitJson: null,
1558
1558
  projectName: props.projectName
1559
1559
  }
@@ -1598,7 +1598,7 @@ var RunFrameStaticBuildViewer = (props) => {
1598
1598
  (props.showFileMenu ?? true) && /* @__PURE__ */ jsx9(
1599
1599
  FileMenuLeftHeader,
1600
1600
  {
1601
- isWebEmbedded: false,
1601
+ isWebEmbedded: true,
1602
1602
  circuitJson,
1603
1603
  projectName: props.projectName
1604
1604
  }