@orderly.network/trading 2.7.4 → 2.8.0

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.d.mts CHANGED
@@ -435,6 +435,7 @@ declare const useTradingScript: () => TradingPageState & {
435
435
  onShowPortfolioSheet: () => void;
436
436
  navigateToPortfolio: (() => void) | undefined;
437
437
  isFirstTimeDeposit: boolean;
438
+ symbolInfoBarHeight: number;
438
439
  max2XLSplitRef: RefObject<Split>;
439
440
  tradingviewAndOrderbookSplitRef: RefObject<Split>;
440
441
  onTradingviewAndOrderbookDragging: (preSize: number, nextSize: number) => void;
package/dist/index.d.ts CHANGED
@@ -435,6 +435,7 @@ declare const useTradingScript: () => TradingPageState & {
435
435
  onShowPortfolioSheet: () => void;
436
436
  navigateToPortfolio: (() => void) | undefined;
437
437
  isFirstTimeDeposit: boolean;
438
+ symbolInfoBarHeight: number;
438
439
  max2XLSplitRef: RefObject<Split>;
439
440
  tradingviewAndOrderbookSplitRef: RefObject<Split>;
440
441
  onTradingviewAndOrderbookDragging: (preSize: number, nextSize: number) => void;