@orderly.network/trading 2.8.8 → 2.8.9-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
@@ -104,8 +104,8 @@ interface TradingPageState extends TradingPageProps {
104
104
  interface TradingViewConfigInterface {
105
105
  scriptSRC?: string;
106
106
  library_path: string;
107
- overrides?: Record<string, string>;
108
- studiesOverrides?: Record<string, string>;
107
+ overrides?: TradingviewWidgetPropsInterface["overrides"];
108
+ studiesOverrides?: TradingviewWidgetPropsInterface["studiesOverrides"];
109
109
  customCssUrl?: string;
110
110
  colorConfig?: ColorConfigInterface;
111
111
  locale?: TradingviewWidgetPropsInterface["locale"];
package/dist/index.d.ts CHANGED
@@ -104,8 +104,8 @@ interface TradingPageState extends TradingPageProps {
104
104
  interface TradingViewConfigInterface {
105
105
  scriptSRC?: string;
106
106
  library_path: string;
107
- overrides?: Record<string, string>;
108
- studiesOverrides?: Record<string, string>;
107
+ overrides?: TradingviewWidgetPropsInterface["overrides"];
108
+ studiesOverrides?: TradingviewWidgetPropsInterface["studiesOverrides"];
109
109
  customCssUrl?: string;
110
110
  colorConfig?: ColorConfigInterface;
111
111
  locale?: TradingviewWidgetPropsInterface["locale"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/trading",
3
- "version": "2.8.8",
3
+ "version": "2.8.9-alpha.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -22,24 +22,24 @@
22
22
  "@dnd-kit/sortable": "^10.0.0",
23
23
  "@dnd-kit/utilities": "^3.2.2",
24
24
  "@uiw/react-split": "^5.9.3",
25
- "@orderly.network/hooks": "2.8.8",
26
- "@orderly.network/markets": "2.8.8",
27
- "@orderly.network/portfolio": "2.8.8",
28
- "@orderly.network/i18n": "2.8.8",
29
- "@orderly.network/react-app": "2.8.8",
30
- "@orderly.network/ui": "2.8.8",
31
- "@orderly.network/ui-chain-selector": "2.8.8",
32
- "@orderly.network/types": "2.8.8",
33
- "@orderly.network/ui-connector": "2.8.8",
34
- "@orderly.network/ui-leverage": "2.8.8",
35
- "@orderly.network/ui-orders": "2.8.8",
36
- "@orderly.network/ui-order-entry": "2.8.8",
37
- "@orderly.network/ui-positions": "2.8.8",
38
- "@orderly.network/ui-share": "2.8.8",
39
- "@orderly.network/ui-scaffold": "2.8.8",
40
- "@orderly.network/ui-tradingview": "2.8.8",
41
- "@orderly.network/ui-transfer": "2.8.8",
42
- "@orderly.network/utils": "2.8.8"
25
+ "@orderly.network/hooks": "2.8.9-alpha.0",
26
+ "@orderly.network/portfolio": "2.8.9-alpha.0",
27
+ "@orderly.network/i18n": "2.8.9-alpha.0",
28
+ "@orderly.network/markets": "2.8.9-alpha.0",
29
+ "@orderly.network/react-app": "2.8.9-alpha.0",
30
+ "@orderly.network/types": "2.8.9-alpha.0",
31
+ "@orderly.network/ui": "2.8.9-alpha.0",
32
+ "@orderly.network/ui-chain-selector": "2.8.9-alpha.0",
33
+ "@orderly.network/ui-connector": "2.8.9-alpha.0",
34
+ "@orderly.network/ui-leverage": "2.8.9-alpha.0",
35
+ "@orderly.network/ui-orders": "2.8.9-alpha.0",
36
+ "@orderly.network/ui-order-entry": "2.8.9-alpha.0",
37
+ "@orderly.network/ui-positions": "2.8.9-alpha.0",
38
+ "@orderly.network/ui-scaffold": "2.8.9-alpha.0",
39
+ "@orderly.network/ui-share": "2.8.9-alpha.0",
40
+ "@orderly.network/ui-tradingview": "2.8.9-alpha.0",
41
+ "@orderly.network/utils": "2.8.9-alpha.0",
42
+ "@orderly.network/ui-transfer": "2.8.9-alpha.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/react": "^18.3.2",
@@ -49,8 +49,8 @@
49
49
  "tailwindcss": "^3.4.4",
50
50
  "tsup": "^7.1.0",
51
51
  "typescript": "^5.1.6",
52
- "@orderly.network/core": "2.8.8",
53
- "tsconfig": "0.11.8"
52
+ "@orderly.network/core": "2.8.9-alpha.0",
53
+ "tsconfig": "0.11.9-alpha.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": ">=18",