@tscircuit/runframe 0.0.2214 → 0.0.2215

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.
@@ -2177,7 +2177,7 @@ var usePostHogActivity = (properties) => {
2177
2177
  };
2178
2178
 
2179
2179
  // package.json
2180
- var version = "0.0.2213";
2180
+ var version = "0.0.2214";
2181
2181
  var package_default = {
2182
2182
  name: "@tscircuit/runframe",
2183
2183
  main: "dist/preview.js",
@@ -2396,6 +2396,7 @@ var DYNAMIC_FILE_EXTENSIONS = [
2396
2396
  ".mjs",
2397
2397
  ".json",
2398
2398
  ".kicad_pcb",
2399
+ ".kicad_sym",
2399
2400
  ".kicad_sch",
2400
2401
  ".kicad_prl",
2401
2402
  ".kicad_pro"
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-DD4A2J3A.js";
10
+ } from "./chunk-E3C7JI34.js";
11
11
  export {
12
12
  BomTable,
13
13
  CadViewer,
package/dist/runner.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  useRunFrameStore,
40
40
  useRunnerStore,
41
41
  useStyles
42
- } from "./chunk-DD4A2J3A.js";
42
+ } from "./chunk-E3C7JI34.js";
43
43
 
44
44
  // lib/components/RunFrame/RunFrame.tsx
45
45
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";