@loafmarkets/ui 0.1.241 → 0.1.242

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/index.js CHANGED
@@ -2214,23 +2214,20 @@ function DesktopOrderbookLayout({
2214
2214
  ))
2215
2215
  }
2216
2216
  ),
2217
- /* @__PURE__ */ jsxRuntime.jsxs(
2217
+ /* @__PURE__ */ jsxRuntime.jsx(
2218
2218
  "div",
2219
2219
  {
2220
2220
  ref: midRef,
2221
- className: "grid grid-cols-2 items-center gap-3 bg-[#0b1a24] px-3 py-2 flex-shrink-0",
2222
- children: [
2223
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("text-lg font-semibold tabular-nums", midClass), children: isLoading ? /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { width: 110, height: 20 }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2224
- "$",
2225
- formatNumber(midPrice, precision),
2226
- midChangePercent == null ? null : /* @__PURE__ */ jsxRuntime.jsxs("span", { className: cn("ml-2 text-sm font-semibold tabular-nums", midClass), children: [
2227
- midChangePercent >= 0 ? "+" : "",
2228
- midChangePercent.toFixed(2),
2229
- "%"
2230
- ] })
2231
- ] }) }),
2232
- /* @__PURE__ */ jsxRuntime.jsx("div", {})
2233
- ]
2221
+ className: "flex items-center gap-2 bg-[#0b1a24] px-3 py-2 flex-shrink-0",
2222
+ children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("text-lg font-semibold tabular-nums whitespace-nowrap", midClass), children: isLoading ? /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { width: 110, height: 20 }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2223
+ "$",
2224
+ formatNumber(midPrice, precision),
2225
+ midChangePercent == null ? null : /* @__PURE__ */ jsxRuntime.jsxs("span", { className: cn("ml-2 text-sm font-semibold tabular-nums", midClass), children: [
2226
+ midChangePercent >= 0 ? "+" : "",
2227
+ midChangePercent.toFixed(2),
2228
+ "%"
2229
+ ] })
2230
+ ] }) })
2234
2231
  }
2235
2232
  ),
2236
2233
  /* @__PURE__ */ jsxRuntime.jsx(