@orderly.network/markets 2.5.1 → 2.5.2-alpha.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
@@ -321,6 +321,18 @@ type MarketsProviderProps = {
321
321
  routerAdapter?: RouterAdapter;
322
322
  leftNav?: LeftNavProps;
323
323
  };
324
+ comparisonProps?: {
325
+ /**
326
+ * Set Name of Exchanges in the comparison list.
327
+ * @default 'Orderly'
328
+ */
329
+ exchangesName?: string;
330
+ /**
331
+ * Set Icon URL of Exchanges in the comparison list.
332
+ * @default ""
333
+ */
334
+ exchangesIconSrc?: string;
335
+ };
324
336
  };
325
337
  declare const MarketsProvider: FC<PropsWithChildren<MarketsProviderProps>>;
326
338
 
@@ -559,6 +571,9 @@ declare function useSymbolInfoBarFullScript(options: UseSymbolInfoBarFullScriptO
559
571
  leadingVisible: boolean;
560
572
  tailingVisible: boolean;
561
573
  onScoll: (direction: string) => void;
574
+ fundingPeriod: string;
575
+ capFunding: string;
576
+ floorFunding: string;
562
577
  };
563
578
 
564
579
  type SymbolInfoBarFullProps = Pick<MarketsProviderProps, "onSymbolChange"> & UseSymbolInfoBarFullScriptReturn & {
package/dist/index.d.ts CHANGED
@@ -321,6 +321,18 @@ type MarketsProviderProps = {
321
321
  routerAdapter?: RouterAdapter;
322
322
  leftNav?: LeftNavProps;
323
323
  };
324
+ comparisonProps?: {
325
+ /**
326
+ * Set Name of Exchanges in the comparison list.
327
+ * @default 'Orderly'
328
+ */
329
+ exchangesName?: string;
330
+ /**
331
+ * Set Icon URL of Exchanges in the comparison list.
332
+ * @default ""
333
+ */
334
+ exchangesIconSrc?: string;
335
+ };
324
336
  };
325
337
  declare const MarketsProvider: FC<PropsWithChildren<MarketsProviderProps>>;
326
338
 
@@ -559,6 +571,9 @@ declare function useSymbolInfoBarFullScript(options: UseSymbolInfoBarFullScriptO
559
571
  leadingVisible: boolean;
560
572
  tailingVisible: boolean;
561
573
  onScoll: (direction: string) => void;
574
+ fundingPeriod: string;
575
+ capFunding: string;
576
+ floorFunding: string;
562
577
  };
563
578
 
564
579
  type SymbolInfoBarFullProps = Pick<MarketsProviderProps, "onSymbolChange"> & UseSymbolInfoBarFullScriptReturn & {