@rango-dev/widget-embedded 0.42.3-next.5 → 0.42.4-next.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/widget-embedded",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.4-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@lingui/core": "4.2.1",
|
|
26
26
|
"@lingui/react": "4.2.1",
|
|
27
27
|
"@rango-dev/logging-core": "^0.8.0",
|
|
28
|
-
"@rango-dev/provider-all": "^0.45.2-next.
|
|
28
|
+
"@rango-dev/provider-all": "^0.45.2-next.6",
|
|
29
29
|
"@rango-dev/queue-manager-core": "^0.29.0",
|
|
30
|
-
"@rango-dev/queue-manager-rango-preset": "^0.45.2-next.
|
|
30
|
+
"@rango-dev/queue-manager-rango-preset": "^0.45.2-next.6",
|
|
31
31
|
"@rango-dev/queue-manager-react": "^0.29.0",
|
|
32
|
-
"@rango-dev/signer-solana": "^0.39.1-next.
|
|
33
|
-
"@rango-dev/ui": "^0.46.2-next.
|
|
34
|
-
"@rango-dev/wallets-core": "^0.43.1-next.
|
|
35
|
-
"@rango-dev/wallets-react": "^0.30.2-next.
|
|
36
|
-
"@rango-dev/wallets-shared": "^0.44.2-next.
|
|
32
|
+
"@rango-dev/signer-solana": "^0.39.1-next.2",
|
|
33
|
+
"@rango-dev/ui": "^0.46.2-next.8",
|
|
34
|
+
"@rango-dev/wallets-core": "^0.43.1-next.5",
|
|
35
|
+
"@rango-dev/wallets-react": "^0.30.2-next.6",
|
|
36
|
+
"@rango-dev/wallets-shared": "^0.44.2-next.6",
|
|
37
37
|
"bignumber.js": "^9.1.1",
|
|
38
38
|
"copy-to-clipboard": "^3.3.3",
|
|
39
39
|
"dayjs": "^1.11.7",
|
|
@@ -103,10 +103,10 @@ export function HistoryGroupedList(props: PropTypes) {
|
|
|
103
103
|
}}
|
|
104
104
|
itemContent={(index, groupIndex) => {
|
|
105
105
|
const swap = swaps[index];
|
|
106
|
-
const currentStep = getCurrentStep(swap);
|
|
107
106
|
if (!swap) {
|
|
108
107
|
return null;
|
|
109
108
|
}
|
|
109
|
+
const currentStep = getCurrentStep(swap);
|
|
110
110
|
const firstStep = swap.steps[0];
|
|
111
111
|
const lastStep = swap.steps[swap.steps.length - 1];
|
|
112
112
|
return (
|