@tscircuit/runframe 0.0.174 → 0.0.176

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.
@@ -163,7 +163,7 @@ var ErrorTabContent = ({
163
163
  alert("Error copied to clipboard!");
164
164
  },
165
165
  children: [
166
- /* @__PURE__ */ jsx4(ClipboardIcon, { className: "rf-w-4 rf-h-4 rf-mr-2" }),
166
+ /* @__PURE__ */ jsx4(ClipboardIcon, { className: "rf-w-4 rf-h-4" }),
167
167
  "Copy Error"
168
168
  ]
169
169
  }
@@ -178,7 +178,7 @@ var ErrorTabContent = ({
178
178
  );
179
179
  },
180
180
  children: [
181
- /* @__PURE__ */ jsx4(GitHubLogoIcon, { className: "rf-w-4 rf-h-4 rf-mr-2" }),
181
+ /* @__PURE__ */ jsx4(GitHubLogoIcon, { className: "rf-w-4 rf-h-4" }),
182
182
  "Report Issue"
183
183
  ]
184
184
  }
package/dist/preview.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CircuitJsonPreview
3
- } from "./chunk-ZUVABKP3.js";
3
+ } from "./chunk-AIMAJUG5.js";
4
4
  export {
5
5
  CircuitJsonPreview
6
6
  };
package/dist/runner.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Button,
3
3
  CircuitJsonPreview
4
- } from "./chunk-ZUVABKP3.js";
4
+ } from "./chunk-AIMAJUG5.js";
5
5
 
6
6
  // lib/components/RunFrame.tsx
7
7
  import { createCircuitWebWorker } from "@tscircuit/eval";