@orderly.network/trading 3.1.7-alpha.2 → 3.1.7-alpha.3

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
@@ -140,6 +140,8 @@ interface ColorConfigInterface {
140
140
  textColor?: string;
141
141
  qtyTextColor?: string;
142
142
  font?: string;
143
+ closeIconColor?: string;
144
+ /** @deprecated Use closeIconColor instead. */
143
145
  closeIcon?: string;
144
146
  }
145
147
  type ReferralProps = {
package/dist/index.d.ts CHANGED
@@ -140,6 +140,8 @@ interface ColorConfigInterface {
140
140
  textColor?: string;
141
141
  qtyTextColor?: string;
142
142
  font?: string;
143
+ closeIconColor?: string;
144
+ /** @deprecated Use closeIconColor instead. */
143
145
  closeIcon?: string;
144
146
  }
145
147
  type ReferralProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/trading",
3
- "version": "3.1.7-alpha.2",
3
+ "version": "3.1.7-alpha.3",
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.2",
26
- "@orderly.network/i18n": "3.1.7-alpha.2",
27
- "@orderly.network/markets": "3.1.7-alpha.2",
28
- "@orderly.network/portfolio": "3.1.7-alpha.2",
29
- "@orderly.network/react-app": "3.1.7-alpha.2",
30
- "@orderly.network/types": "3.1.7-alpha.2",
31
- "@orderly.network/ui-chain-selector": "3.1.7-alpha.2",
32
- "@orderly.network/ui-leverage": "3.1.7-alpha.2",
33
- "@orderly.network/ui-connector": "3.1.7-alpha.2",
34
- "@orderly.network/ui-order-entry": "3.1.7-alpha.2",
35
- "@orderly.network/ui": "3.1.7-alpha.2",
36
- "@orderly.network/ui-orders": "3.1.7-alpha.2",
37
- "@orderly.network/ui-positions": "3.1.7-alpha.2",
38
- "@orderly.network/ui-tradingview": "3.1.7-alpha.2",
39
- "@orderly.network/ui-share": "3.1.7-alpha.2",
40
- "@orderly.network/ui-scaffold": "3.1.7-alpha.2",
41
- "@orderly.network/ui-transfer": "3.1.7-alpha.2",
42
- "@orderly.network/utils": "3.1.7-alpha.2"
25
+ "@orderly.network/hooks": "3.1.7-alpha.3",
26
+ "@orderly.network/i18n": "3.1.7-alpha.3",
27
+ "@orderly.network/markets": "3.1.7-alpha.3",
28
+ "@orderly.network/react-app": "3.1.7-alpha.3",
29
+ "@orderly.network/portfolio": "3.1.7-alpha.3",
30
+ "@orderly.network/types": "3.1.7-alpha.3",
31
+ "@orderly.network/ui-chain-selector": "3.1.7-alpha.3",
32
+ "@orderly.network/ui": "3.1.7-alpha.3",
33
+ "@orderly.network/ui-connector": "3.1.7-alpha.3",
34
+ "@orderly.network/ui-leverage": "3.1.7-alpha.3",
35
+ "@orderly.network/ui-order-entry": "3.1.7-alpha.3",
36
+ "@orderly.network/ui-orders": "3.1.7-alpha.3",
37
+ "@orderly.network/ui-positions": "3.1.7-alpha.3",
38
+ "@orderly.network/ui-scaffold": "3.1.7-alpha.3",
39
+ "@orderly.network/ui-share": "3.1.7-alpha.3",
40
+ "@orderly.network/ui-tradingview": "3.1.7-alpha.3",
41
+ "@orderly.network/ui-transfer": "3.1.7-alpha.3",
42
+ "@orderly.network/utils": "3.1.7-alpha.3"
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.2",
53
- "@orderly.network/plugin-core": "3.1.7-alpha.2",
54
- "tsconfig": "1.1.7-alpha.2"
52
+ "@orderly.network/core": "3.1.7-alpha.3",
53
+ "@orderly.network/plugin-core": "3.1.7-alpha.3",
54
+ "tsconfig": "1.1.7-alpha.3"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": ">=18",