@tscircuit/runframe 0.0.565 → 0.0.567
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-TJ4N2NGS.js → chunk-63RKCLSH.js} +4 -4
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +918 -918
- package/dist/standalone.min.js +902 -902
- package/package.json +2 -2
|
@@ -383,8 +383,8 @@ var ErrorTabContent = ({
|
|
|
383
383
|
if (unifiedErrors.length === 0) {
|
|
384
384
|
return /* @__PURE__ */ jsxs4("div", { className: "px-2", children: [
|
|
385
385
|
/* @__PURE__ */ jsx6("div", { className: "rf-mt-4 rf-bg-green-50 rf-rounded-md rf-border rf-border-green-200", children: /* @__PURE__ */ jsxs4("div", { className: "rf-p-4", children: [
|
|
386
|
-
/* @__PURE__ */ jsx6("h3", { className: "rf-text-lg rf-font-semibold rf-text-green-800 rf-mb-3", children: "No
|
|
387
|
-
/* @__PURE__ */ jsx6("p", { className: "rf-text-sm rf-text-green-700", children: "Your code is running without any errors." })
|
|
386
|
+
/* @__PURE__ */ jsx6("h3", { className: "rf-text-lg rf-font-semibold rf-text-green-800 rf-mb-3", children: "No errors or warnings!" }),
|
|
387
|
+
/* @__PURE__ */ jsx6("p", { className: "rf-text-sm rf-text-green-700", children: "Your code is running without any errors or warnings." })
|
|
388
388
|
] }) }),
|
|
389
389
|
/* @__PURE__ */ jsx6("div", { className: "rf-mt-4", children: /* @__PURE__ */ jsx6(
|
|
390
390
|
AutoroutingLogOptions,
|
|
@@ -1105,7 +1105,7 @@ var RenderLogViewer = ({
|
|
|
1105
1105
|
};
|
|
1106
1106
|
|
|
1107
1107
|
// package.json
|
|
1108
|
-
var version = "0.0.
|
|
1108
|
+
var version = "0.0.566";
|
|
1109
1109
|
|
|
1110
1110
|
// lib/components/CircuitJsonPreview/CircuitJsonPreview.tsx
|
|
1111
1111
|
import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
@@ -1447,7 +1447,7 @@ var CircuitJsonPreview = ({
|
|
|
1447
1447
|
"rf-overflow-auto",
|
|
1448
1448
|
isFullScreen ? "rf-h-[calc(100vh-96px)]" : "rf-h-[620px]"
|
|
1449
1449
|
),
|
|
1450
|
-
children: errorMessage || circuitJsonErrors && circuitJsonErrors.length > 0 ? /* @__PURE__ */ jsx16(
|
|
1450
|
+
children: errorMessage || circuitJsonErrors && circuitJsonErrors.length > 0 || circuitJson ? /* @__PURE__ */ jsx16(
|
|
1451
1451
|
ErrorTabContent,
|
|
1452
1452
|
{
|
|
1453
1453
|
code,
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED