@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.
- package/dist/{chunk-ZUVABKP3.js → chunk-AIMAJUG5.js} +2 -2
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +898 -892
- package/dist/standalone.min.js +905 -899
- package/package.json +2 -2
|
@@ -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
|
|
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
|
|
181
|
+
/* @__PURE__ */ jsx4(GitHubLogoIcon, { className: "rf-w-4 rf-h-4" }),
|
|
182
182
|
"Report Issue"
|
|
183
183
|
]
|
|
184
184
|
}
|
package/dist/preview.js
CHANGED