@loafmarkets/ui 0.1.244 → 0.1.245

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
@@ -1916,7 +1916,7 @@ var Orderbook = React5__namespace.forwardRef(
1916
1916
  className,
1917
1917
  ...props
1918
1918
  }, ref) => {
1919
- const resolvedRightHeader = rightHeader ?? /* @__PURE__ */ jsxRuntime.jsx(LoafLiquidityBadge, { className: "text-[0.6rem]", onClick: onLoafLiquidityClick });
1919
+ const resolvedRightHeader = rightHeader ?? /* @__PURE__ */ jsxRuntime.jsx(LoafLiquidityBadge, { className: "text-[0.6rem] orderbook-ll-badge", onClick: onLoafLiquidityClick });
1920
1920
  const [tab, setTab] = React5__namespace.useState(defaultTab);
1921
1921
  const [tradeFilter, setTradeFilter] = React5__namespace.useState("all");
1922
1922
  const viewportCompact = useViewportCompact(COMPACT_BREAKPOINT_PX);