@tscircuit/runframe 0.0.1030 → 0.0.1031

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.1028";
1429
+ var version = "0.0.1029";
1430
1430
 
1431
1431
  // lib/hooks/use-eval-versions.ts
1432
1432
  import { useEffect as useEffect5, useMemo as useMemo2, useState as useState6 } from "react";
@@ -2652,6 +2652,7 @@ var ImportComponentDialog2 = ({
2652
2652
  onTscircuitPackageSelected,
2653
2653
  onJlcpcbComponentTsxLoaded
2654
2654
  }) => {
2655
+ useStyles();
2655
2656
  const availableSources = React11.useMemo(
2656
2657
  () => computeAvailableSources({
2657
2658
  onKicadStringSelected,
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-CNQ6244G.js";
11
+ } from "./chunk-OYUUNPAJ.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  useRunFrameStore,
33
33
  useRunnerStore,
34
34
  useStyles
35
- } from "./chunk-CNQ6244G.js";
35
+ } from "./chunk-OYUUNPAJ.js";
36
36
 
37
37
  // lib/components/RunFrame/RunFrame.tsx
38
38
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";