climb-onyx-gui 0.16.4 → 0.16.5
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/climb-onyx-gui.js +3 -3
- package/dist/style.css +1 -5
- package/package.json +3 -3
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -30397,7 +30397,7 @@ function m4(e) {
|
|
|
30397
30397
|
/* @__PURE__ */ cr(ko.Footer, { children: [
|
|
30398
30398
|
/* @__PURE__ */ Se(oi, { variant: "secondary", onClick: e.onHide, children: "Close" }),
|
|
30399
30399
|
t === ki.READY && /* @__PURE__ */ Se(oi, { variant: "primary", onClick: w, children: "Export" }),
|
|
30400
|
-
t === ki.RUNNING && /* @__PURE__ */ Se(oi, { variant: "
|
|
30400
|
+
t === ki.RUNNING && /* @__PURE__ */ Se(oi, { variant: "danger", onClick: S, children: "Cancel" }),
|
|
30401
30401
|
(t === ki.CANCELLED || t === ki.ERROR) && /* @__PURE__ */ Se(
|
|
30402
30402
|
oi,
|
|
30403
30403
|
{
|
|
@@ -112767,7 +112767,7 @@ function Vae(e) {
|
|
|
112767
112767
|
"div",
|
|
112768
112768
|
{
|
|
112769
112769
|
ref: n,
|
|
112770
|
-
className: "resizer",
|
|
112770
|
+
className: "onyx-resizer",
|
|
112771
112771
|
onMouseDown: o,
|
|
112772
112772
|
onDoubleClick: s
|
|
112773
112773
|
}
|
|
@@ -113253,7 +113253,7 @@ function Zae(e) {
|
|
|
113253
113253
|
analysisTabKey: id.LIST
|
|
113254
113254
|
}));
|
|
113255
113255
|
}, [p]);
|
|
113256
|
-
return /* @__PURE__ */ cr("div", { className: "onyx h-100", children: [
|
|
113256
|
+
return /* @__PURE__ */ cr("div", { className: "climb-jupyter onyx h-100", children: [
|
|
113257
113257
|
/* @__PURE__ */ Se(
|
|
113258
113258
|
Vz,
|
|
113259
113259
|
{
|