@orderly.network/trading 3.1.7-alpha.0 → 3.1.7-alpha.1

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
@@ -123,6 +123,7 @@ interface TradingViewConfigInterface {
123
123
  studiesOverrides?: TradingviewWidgetPropsInterface["studiesOverrides"];
124
124
  customCssUrl?: string;
125
125
  colorConfig?: ColorConfigInterface;
126
+ theme?: TradingviewWidgetPropsInterface["theme"];
126
127
  locale?: TradingviewWidgetPropsInterface["locale"];
127
128
  enabled_features?: string[];
128
129
  disabled_features?: string[];
package/dist/index.d.ts CHANGED
@@ -123,6 +123,7 @@ interface TradingViewConfigInterface {
123
123
  studiesOverrides?: TradingviewWidgetPropsInterface["studiesOverrides"];
124
124
  customCssUrl?: string;
125
125
  colorConfig?: ColorConfigInterface;
126
+ theme?: TradingviewWidgetPropsInterface["theme"];
126
127
  locale?: TradingviewWidgetPropsInterface["locale"];
127
128
  enabled_features?: string[];
128
129
  disabled_features?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/trading",
3
- "version": "3.1.7-alpha.0",
3
+ "version": "3.1.7-alpha.1",
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": "3.1.7-alpha.0",
26
- "@orderly.network/i18n": "3.1.7-alpha.0",
27
- "@orderly.network/markets": "3.1.7-alpha.0",
28
- "@orderly.network/portfolio": "3.1.7-alpha.0",
29
- "@orderly.network/react-app": "3.1.7-alpha.0",
30
- "@orderly.network/types": "3.1.7-alpha.0",
31
- "@orderly.network/ui-chain-selector": "3.1.7-alpha.0",
32
- "@orderly.network/ui-connector": "3.1.7-alpha.0",
33
- "@orderly.network/ui-leverage": "3.1.7-alpha.0",
34
- "@orderly.network/ui": "3.1.7-alpha.0",
35
- "@orderly.network/ui-orders": "3.1.7-alpha.0",
36
- "@orderly.network/ui-scaffold": "3.1.7-alpha.0",
37
- "@orderly.network/ui-positions": "3.1.7-alpha.0",
38
- "@orderly.network/ui-share": "3.1.7-alpha.0",
39
- "@orderly.network/ui-order-entry": "3.1.7-alpha.0",
40
- "@orderly.network/ui-tradingview": "3.1.7-alpha.0",
41
- "@orderly.network/utils": "3.1.7-alpha.0",
42
- "@orderly.network/ui-transfer": "3.1.7-alpha.0"
25
+ "@orderly.network/hooks": "3.1.7-alpha.1",
26
+ "@orderly.network/i18n": "3.1.7-alpha.1",
27
+ "@orderly.network/markets": "3.1.7-alpha.1",
28
+ "@orderly.network/portfolio": "3.1.7-alpha.1",
29
+ "@orderly.network/react-app": "3.1.7-alpha.1",
30
+ "@orderly.network/ui-chain-selector": "3.1.7-alpha.1",
31
+ "@orderly.network/ui": "3.1.7-alpha.1",
32
+ "@orderly.network/ui-leverage": "3.1.7-alpha.1",
33
+ "@orderly.network/types": "3.1.7-alpha.1",
34
+ "@orderly.network/ui-connector": "3.1.7-alpha.1",
35
+ "@orderly.network/ui-order-entry": "3.1.7-alpha.1",
36
+ "@orderly.network/ui-orders": "3.1.7-alpha.1",
37
+ "@orderly.network/ui-positions": "3.1.7-alpha.1",
38
+ "@orderly.network/ui-scaffold": "3.1.7-alpha.1",
39
+ "@orderly.network/ui-share": "3.1.7-alpha.1",
40
+ "@orderly.network/ui-tradingview": "3.1.7-alpha.1",
41
+ "@orderly.network/ui-transfer": "3.1.7-alpha.1",
42
+ "@orderly.network/utils": "3.1.7-alpha.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/react": "^18.3.2",
@@ -49,9 +49,9 @@
49
49
  "tailwindcss": "^3.4.4",
50
50
  "tsup": "^8.5.1",
51
51
  "typescript": "^5.1.6",
52
- "@orderly.network/core": "3.1.7-alpha.0",
53
- "tsconfig": "1.1.7-alpha.0",
54
- "@orderly.network/plugin-core": "3.1.7-alpha.0"
52
+ "@orderly.network/core": "3.1.7-alpha.1",
53
+ "@orderly.network/plugin-core": "3.1.7-alpha.1",
54
+ "tsconfig": "1.1.7-alpha.1"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": ">=18",