@tscircuit/runframe 0.0.2023 → 0.0.2024

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.
@@ -2004,7 +2004,7 @@ var usePostHogActivity = (properties) => {
2004
2004
  };
2005
2005
 
2006
2006
  // package.json
2007
- var version = "0.0.2022";
2007
+ var version = "0.0.2023";
2008
2008
  var package_default = {
2009
2009
  name: "@tscircuit/runframe",
2010
2010
  main: "dist/preview.js",
@@ -2053,7 +2053,7 @@ var package_default = {
2053
2053
  "@radix-ui/react-tooltip": "^1.2.8",
2054
2054
  "@react-hook/resize-observer": "^2.0.2",
2055
2055
  "@resvg/resvg-wasm": "^2.6.2",
2056
- "@tscircuit/3d-viewer": "^0.0.564",
2056
+ "@tscircuit/3d-viewer": "^0.0.565",
2057
2057
  "@tscircuit/assembly-viewer": "^0.0.5",
2058
2058
  "@tscircuit/create-snippet-url": "^0.0.9",
2059
2059
  "@tscircuit/fake-snippets": "^0.0.163",
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-2BU2VBVR.js";
10
+ } from "./chunk-3ZZDE6H7.js";
11
11
  export {
12
12
  BomTable,
13
13
  CadViewer,
package/dist/runner.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useRunFrameStore,
35
35
  useRunnerStore,
36
36
  useStyles
37
- } from "./chunk-2BU2VBVR.js";
37
+ } from "./chunk-3ZZDE6H7.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";