@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.mjs CHANGED
@@ -1890,7 +1890,7 @@ var Orderbook = React5.forwardRef(
1890
1890
  className,
1891
1891
  ...props
1892
1892
  }, ref) => {
1893
- const resolvedRightHeader = rightHeader ?? /* @__PURE__ */ jsx(LoafLiquidityBadge, { className: "text-[0.6rem]", onClick: onLoafLiquidityClick });
1893
+ const resolvedRightHeader = rightHeader ?? /* @__PURE__ */ jsx(LoafLiquidityBadge, { className: "text-[0.6rem] orderbook-ll-badge", onClick: onLoafLiquidityClick });
1894
1894
  const [tab, setTab] = React5.useState(defaultTab);
1895
1895
  const [tradeFilter, setTradeFilter] = React5.useState("all");
1896
1896
  const viewportCompact = useViewportCompact(COMPACT_BREAKPOINT_PX);