@tscircuit/runframe 0.0.823 → 0.0.825

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.
@@ -1333,7 +1333,7 @@ var useErrorTelemetry = ({
1333
1333
  };
1334
1334
 
1335
1335
  // package.json
1336
- var version = "0.0.822";
1336
+ var version = "0.0.824";
1337
1337
 
1338
1338
  // lib/hooks/use-eval-versions.ts
1339
1339
  import { useEffect as useEffect5, useMemo as useMemo2, useState as useState6 } from "react";
@@ -2603,6 +2603,7 @@ export {
2603
2603
  BomTable,
2604
2604
  Input,
2605
2605
  PcbViewerWithContainerHeight,
2606
+ useStyles,
2606
2607
  useLocalStorageState,
2607
2608
  useRunnerStore,
2608
2609
  CircuitJsonPreview,
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-7ZJJ67F3.js";
11
+ } from "./chunk-3AYMYR64.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -38,8 +38,9 @@ import {
38
38
  useOrderDialog,
39
39
  useOrderDialogCli,
40
40
  useRunFrameStore,
41
- useRunnerStore
42
- } from "./chunk-7ZJJ67F3.js";
41
+ useRunnerStore,
42
+ useStyles
43
+ } from "./chunk-3AYMYR64.js";
43
44
 
44
45
  // lib/components/RunFrame/RunFrame.tsx
45
46
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";
@@ -1505,6 +1506,7 @@ var resolveEvalVersion = async (evalVersionProp, forceLatest) => {
1505
1506
  return "latest";
1506
1507
  };
1507
1508
  var RunFrame = (props) => {
1509
+ useStyles();
1508
1510
  const [circuitJson, setCircuitJson] = useRunFrameStore((s) => [
1509
1511
  s.circuitJson,
1510
1512
  s.setCircuitJson