@orderly.network/trading 2.0.6 → 2.0.7
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +18 -18
package/dist/index.d.mts
CHANGED
|
@@ -314,6 +314,7 @@ declare const SplitLayout: react__default.FC<SplitLayoutProps>;
|
|
|
314
314
|
|
|
315
315
|
declare const useBottomNavBarScript: () => {
|
|
316
316
|
wrongNetwork: boolean;
|
|
317
|
+
disabledConnect: boolean;
|
|
317
318
|
status: _orderly_network_types.AccountStatusEnum;
|
|
318
319
|
onDisconnect: () => Promise<void>;
|
|
319
320
|
};
|
|
@@ -404,7 +405,7 @@ declare const useTradingScript: () => TradingPageState & {
|
|
|
404
405
|
max2XL: boolean;
|
|
405
406
|
min3XL: boolean;
|
|
406
407
|
max4XL: boolean;
|
|
407
|
-
|
|
408
|
+
canTrade: boolean;
|
|
408
409
|
openMarketsSheet: boolean;
|
|
409
410
|
onOpenMarketsSheetChange: react.Dispatch<react.SetStateAction<boolean>>;
|
|
410
411
|
horizontalDraggable: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -314,6 +314,7 @@ declare const SplitLayout: react__default.FC<SplitLayoutProps>;
|
|
|
314
314
|
|
|
315
315
|
declare const useBottomNavBarScript: () => {
|
|
316
316
|
wrongNetwork: boolean;
|
|
317
|
+
disabledConnect: boolean;
|
|
317
318
|
status: _orderly_network_types.AccountStatusEnum;
|
|
318
319
|
onDisconnect: () => Promise<void>;
|
|
319
320
|
};
|
|
@@ -404,7 +405,7 @@ declare const useTradingScript: () => TradingPageState & {
|
|
|
404
405
|
max2XL: boolean;
|
|
405
406
|
min3XL: boolean;
|
|
406
407
|
max4XL: boolean;
|
|
407
|
-
|
|
408
|
+
canTrade: boolean;
|
|
408
409
|
openMarketsSheet: boolean;
|
|
409
410
|
onOpenMarketsSheetChange: react.Dispatch<react.SetStateAction<boolean>>;
|
|
410
411
|
horizontalDraggable: boolean;
|