@rango-dev/widget-embedded 0.40.0 → 0.40.2-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.40.0",
3
+ "version": "0.40.2-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -24,16 +24,16 @@
24
24
  "dependencies": {
25
25
  "@lingui/core": "4.2.1",
26
26
  "@lingui/react": "4.2.1",
27
- "@rango-dev/logging-core": "^0.7.0",
28
- "@rango-dev/provider-all": "^0.43.0",
29
- "@rango-dev/queue-manager-core": "^0.28.0",
30
- "@rango-dev/queue-manager-rango-preset": "^0.43.0",
31
- "@rango-dev/queue-manager-react": "^0.28.0",
32
- "@rango-dev/signer-solana": "^0.37.0",
33
- "@rango-dev/ui": "^0.44.0",
34
- "@rango-dev/wallets-core": "^0.41.0",
35
- "@rango-dev/wallets-react": "^0.28.0",
36
- "@rango-dev/wallets-shared": "^0.42.0",
27
+ "@rango-dev/logging-core": "^0.7.1-next.0",
28
+ "@rango-dev/provider-all": "^0.43.1-next.0",
29
+ "@rango-dev/queue-manager-core": "^0.28.1-next.0",
30
+ "@rango-dev/queue-manager-rango-preset": "^0.43.1-next.0",
31
+ "@rango-dev/queue-manager-react": "^0.28.1-next.0",
32
+ "@rango-dev/signer-solana": "^0.37.1-next.0",
33
+ "@rango-dev/ui": "^0.44.1-next.0",
34
+ "@rango-dev/wallets-core": "^0.41.1-next.0",
35
+ "@rango-dev/wallets-react": "^0.28.1-next.0",
36
+ "@rango-dev/wallets-shared": "^0.42.1-next.0",
37
37
  "bignumber.js": "^9.1.1",
38
38
  "copy-to-clipboard": "^3.3.3",
39
39
  "dayjs": "^1.11.7",
@@ -117,7 +117,7 @@ export function Inputs(props: PropTypes) {
117
117
 
118
118
  // if a token hasn't any value, we will reset the input by setting an empty string.
119
119
  const nextInputAmount = !!fromTokenBalance?.amount
120
- ? tokenBalanceReal
120
+ ? tokenBalanceReal.split(',').join('')
121
121
  : '';
122
122
 
123
123
  setInputAmount(nextInputAmount);