@opengeni/react 3.7.0-canary.2 → 3.7.0-canary.3
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.
|
@@ -8661,7 +8661,7 @@ function NoticeRow({ item }) {
|
|
|
8661
8661
|
/* @__PURE__ */ jsx17("span", { className: "whitespace-pre-wrap break-words", children: item.text }),
|
|
8662
8662
|
item.details ? /* @__PURE__ */ jsxs11("details", { className: "mt-2 text-og-control", children: [
|
|
8663
8663
|
/* @__PURE__ */ jsx17("summary", { className: "cursor-pointer font-medium", children: item.details.label }),
|
|
8664
|
-
/* @__PURE__ */ jsx17("pre", { className: "mt-2 max-h-64 overflow-auto whitespace-pre-wrap break-all rounded-og-sm bg-
|
|
8664
|
+
/* @__PURE__ */ jsx17("pre", { className: "mt-2 max-h-64 overflow-auto whitespace-pre-wrap break-all rounded-og-sm bg-og-fg/5 p-2 font-mono", children: JSON.stringify(item.details.value, null, 2) })
|
|
8665
8665
|
] }) : null
|
|
8666
8666
|
] }),
|
|
8667
8667
|
item.action ? /* @__PURE__ */ jsx17(
|
|
@@ -10678,4 +10678,4 @@ export {
|
|
|
10678
10678
|
SessionChrome,
|
|
10679
10679
|
SessionCommandsPanel
|
|
10680
10680
|
};
|
|
10681
|
-
//# sourceMappingURL=chunk-
|
|
10681
|
+
//# sourceMappingURL=chunk-2ZICNIGZ.js.map
|