@tscircuit/runframe 0.0.1615 → 0.0.1616

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.
@@ -1730,7 +1730,7 @@ var useErrorTelemetry = ({
1730
1730
  };
1731
1731
 
1732
1732
  // package.json
1733
- var version = "0.0.1614";
1733
+ var version = "0.0.1615";
1734
1734
  var package_default = {
1735
1735
  name: "@tscircuit/runframe",
1736
1736
  main: "dist/preview.js",
@@ -5209,7 +5209,10 @@ var FileMenuLeftHeader = (props) => {
5209
5209
  exportAndDownload({
5210
5210
  exportName: exp.name,
5211
5211
  circuitJson,
5212
- projectName
5212
+ projectName: projectName?.replace(
5213
+ /\.(board|circuit)$/,
5214
+ ""
5215
+ )
5213
5216
  });
5214
5217
  },
5215
5218
  disabled: isExporting,
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-2VAVACE5.js";
11
+ } from "./chunk-4UIV4TIV.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useRunFrameStore,
35
35
  useRunnerStore,
36
36
  useStyles
37
- } from "./chunk-2VAVACE5.js";
37
+ } from "./chunk-4UIV4TIV.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";