@loafmarkets/ui 0.1.245 → 0.1.247
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 +5 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2192,8 +2192,8 @@ function DesktopOrderbookLayout({
|
|
|
2192
2192
|
"div",
|
|
2193
2193
|
{
|
|
2194
2194
|
ref: midRef,
|
|
2195
|
-
className: "flex items-center gap-2 bg-[#0b1a24] px-3 py-2 flex-shrink-0",
|
|
2196
|
-
children: /* @__PURE__ */ jsx("div", { className: cn("text-lg font-semibold tabular-nums whitespace-nowrap", midClass), children: isLoading ? /* @__PURE__ */ jsx(Skeleton, { width: 110, height: 20 }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2195
|
+
className: "flex items-center gap-2 bg-[#0b1a24] px-3 py-2 flex-shrink-0 overflow-hidden orderbook-mid-row",
|
|
2196
|
+
children: /* @__PURE__ */ jsx("div", { className: cn("text-lg font-semibold tabular-nums whitespace-nowrap orderbook-mid-price", midClass), children: isLoading ? /* @__PURE__ */ jsx(Skeleton, { width: 110, height: 20 }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2197
2197
|
"$",
|
|
2198
2198
|
formatNumber(midPrice, precision),
|
|
2199
2199
|
midChangePercent == null ? null : /* @__PURE__ */ jsxs("span", { className: cn("ml-2 text-sm font-semibold tabular-nums", midClass), children: [
|
|
@@ -5984,10 +5984,8 @@ var PortfolioEyeButton = styled9.button`
|
|
|
5984
5984
|
color: #D4AF37;
|
|
5985
5985
|
}
|
|
5986
5986
|
|
|
5987
|
-
@media (max-width:
|
|
5988
|
-
|
|
5989
|
-
margin-left: 4px;
|
|
5990
|
-
margin-right: 6px;
|
|
5987
|
+
@media (max-width: 1800px) {
|
|
5988
|
+
display: none;
|
|
5991
5989
|
}
|
|
5992
5990
|
`;
|
|
5993
5991
|
var DepositButton = styled9.button`
|
|
@@ -6106,7 +6104,7 @@ var PortfolioInline = styled9.div`
|
|
|
6106
6104
|
gap: 1rem;
|
|
6107
6105
|
margin-right: 0.75rem;
|
|
6108
6106
|
|
|
6109
|
-
@media (max-width:
|
|
6107
|
+
@media (max-width: 1800px) {
|
|
6110
6108
|
display: none;
|
|
6111
6109
|
}
|
|
6112
6110
|
`;
|