climb-onyx-gui 0.14.0-dev.5 → 0.14.0-dev.6

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.
@@ -63991,7 +63991,7 @@ var zie = /* @__PURE__ */ ip(function(e, t) {
63991
63991
  }), g5 = zie;
63992
63992
  const m5 = (e) => {
63993
63993
  const t = e.label.split("|", 2);
63994
- return /* @__PURE__ */ Te("div", { className: "onyx-modal", children: /* @__PURE__ */ Te("small", { children: /* @__PURE__ */ pr(Ck.Option, { ...e, children: [
63994
+ return /* @__PURE__ */ Te("div", { className: "onyx-modal small", children: /* @__PURE__ */ pr(Ck.Option, { ...e, children: [
63995
63995
  t.length > 0 && /* @__PURE__ */ Te("div", { children: t[0] }),
63996
63996
  t.length > 1 && /* @__PURE__ */ Te(
63997
63997
  "div",
@@ -64000,7 +64000,7 @@ const m5 = (e) => {
64000
64000
  children: t[1]
64001
64001
  }
64002
64002
  )
64003
- ] }) }) });
64003
+ ] }) });
64004
64004
  }, y5 = (e, t) => e + (t != null && t.get(e) ? ` | ${t == null ? void 0 : t.get(e)}` : "");
64005
64005
  function ed(e) {
64006
64006
  return /* @__PURE__ */ Te(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.14.0-dev.5",
3
+ "version": "0.14.0-dev.6",
4
4
  "type": "module",
5
5
  "main": "dist/climb-onyx-gui.js",
6
6
  "types": "dist/main.d.ts",