climb-onyx-gui 0.12.11 → 0.12.12
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 +8 -7
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -23768,8 +23768,9 @@ const XC = Object.assign(qP, {
|
|
|
23768
23768
|
function ex({ label: e, value: t }) {
|
|
23769
23769
|
return /* @__PURE__ */ nn(fv.Text, { children: [
|
|
23770
23770
|
e,
|
|
23771
|
-
":
|
|
23772
|
-
|
|
23771
|
+
":",
|
|
23772
|
+
" ",
|
|
23773
|
+
/* @__PURE__ */ lt("span", { style: { color: "var(--bs-pink)" }, children: t || "None" })
|
|
23773
23774
|
] });
|
|
23774
23775
|
}
|
|
23775
23776
|
function ZD({
|
|
@@ -23780,7 +23781,7 @@ function ZD({
|
|
|
23780
23781
|
e,
|
|
23781
23782
|
":",
|
|
23782
23783
|
" ",
|
|
23783
|
-
t ? /* @__PURE__ */ lt("code", {
|
|
23784
|
+
t ? /* @__PURE__ */ lt("code", { style: { color: "var(--bs-pink)" }, children: `v${t}` }) : "None"
|
|
23784
23785
|
] });
|
|
23785
23786
|
}
|
|
23786
23787
|
function L7(e) {
|
|
@@ -23794,13 +23795,13 @@ function L7(e) {
|
|
|
23794
23795
|
return /* @__PURE__ */ lt(
|
|
23795
23796
|
fv,
|
|
23796
23797
|
{
|
|
23797
|
-
style: { backgroundColor: "var(--bs-
|
|
23798
|
+
style: { backgroundColor: "var(--bs-black)" },
|
|
23798
23799
|
variant: "dark",
|
|
23799
23800
|
collapseOnSelect: !0,
|
|
23800
23801
|
expand: "lg",
|
|
23801
23802
|
fixed: "top",
|
|
23802
23803
|
children: /* @__PURE__ */ nn(ns, { fluid: !0, children: [
|
|
23803
|
-
/* @__PURE__ */ lt(fv.Brand, { children: "⬗ Onyx" }),
|
|
23804
|
+
/* @__PURE__ */ lt(fv.Brand, { style: { color: "var(--bs-pink)" }, children: "⬗ Onyx" }),
|
|
23804
23805
|
/* @__PURE__ */ lt(fv.Toggle, { "aria-controls": "navbarScroll" }),
|
|
23805
23806
|
/* @__PURE__ */ nn(fv.Collapse, { id: "navbarScroll", children: [
|
|
23806
23807
|
/* @__PURE__ */ nn(ms, { className: "me-auto", children: [
|
|
@@ -109670,9 +109671,9 @@ const Ate = /* @__PURE__ */ Uh(E4), Ete = {
|
|
|
109670
109671
|
color: "#dee2e6"
|
|
109671
109672
|
// bs-body-color
|
|
109672
109673
|
},
|
|
109673
|
-
paper_bgcolor: "#
|
|
109674
|
+
paper_bgcolor: "#000",
|
|
109674
109675
|
// bs-body-bg
|
|
109675
|
-
plot_bgcolor: "#
|
|
109676
|
+
plot_bgcolor: "#000",
|
|
109676
109677
|
// bs-body-bg
|
|
109677
109678
|
xaxis: {
|
|
109678
109679
|
gridcolor: "#212529",
|