@rango-dev/widget-embedded 0.30.1-next.14 → 0.30.1-next.15

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.30.1-next.14",
3
+ "version": "0.30.1-next.15",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -30,7 +30,7 @@
30
30
  "@rango-dev/queue-manager-rango-preset": "^0.35.2-next.2",
31
31
  "@rango-dev/queue-manager-react": "^0.26.1-next.0",
32
32
  "@rango-dev/signer-solana": "^0.30.1-next.1",
33
- "@rango-dev/ui": "^0.36.1-next.5",
33
+ "@rango-dev/ui": "^0.36.1-next.6",
34
34
  "@rango-dev/wallets-react": "^0.21.2-next.3",
35
35
  "@rango-dev/wallets-shared": "^0.35.2-next.1",
36
36
  "bignumber.js": "^9.1.1",
@@ -53,4 +53,4 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  }
56
- }
56
+ }
@@ -224,7 +224,7 @@ export const useQuoteStore = createSelectors(
224
224
  set((state) => ({
225
225
  inputAmount: amount,
226
226
  ...(!amount && {
227
- outputAmount: new BigNumber(0),
227
+ outputAmount: null,
228
228
  outputUsdValue: new BigNumber(0),
229
229
  selectedQuote: null,
230
230
  }),