@lifi/widget 3.22.0 → 3.23.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/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.23.0](https://github.com/lifinance/widget/compare/v3.22.0...v3.23.0) (2025-05-30)
6
+
7
+
8
+ ### Features
9
+
10
+ * **wallet-management:** add support for okx, oyl, and binance Bitcoin wallets ([#403](https://github.com/lifinance/widget/issues/403)) ([9df94ed](https://github.com/lifinance/widget/commit/9df94ed9d1d0359589aa29a560836a10416796b4))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * adjust wallets priority ([785a56b](https://github.com/lifinance/widget/commit/785a56b8a690009680f3e4756b74e95c2f91b6a6))
16
+ * broken height when switching from drawer variant ([#409](https://github.com/lifinance/widget/issues/409)) ([bc99b70](https://github.com/lifinance/widget/commit/bc99b704ae7929f60d64b15ab712b5e64f21cd9c))
17
+ * do not pass non-evm chains to wagmi ([#410](https://github.com/lifinance/widget/issues/410)) ([27810ee](https://github.com/lifinance/widget/commit/27810ee173fa37e3a61a8cbf75410a4eb5233282))
18
+
5
19
  ## [3.22.0](https://github.com/lifinance/widget/compare/v3.21.3...v3.22.0) (2025-05-29)
6
20
 
7
21
 
package/README.md CHANGED
@@ -26,7 +26,7 @@
26
26
  - Curated wallet lists and wallet bookmarks
27
27
  - Route settings for advanced users (stored locally)
28
28
  - Complete UI translations to match your customer’s preferred language
29
- - Compatibility tested with React, Next.js, Vue, Nuxt.js, Svelte, Remix, Gatsby, Vite, RainbowKit, Privy, Dynamic
29
+ - Compatibility tested with React, Next.js, Vue, Nuxt.js, Svelte, Remix, Gatsby, Vite, RainbowKit, Reown AppKit, Privy, Dynamic
30
30
 
31
31
  ## Installation
32
32
 
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "3.22.0";
2
+ export declare const version = "3.23.0";
@@ -1,3 +1,3 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '3.22.0';
2
+ export const version = '3.23.0';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "3.22.0",
3
+ "version": "3.23.0",
4
4
  "description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
@@ -30,11 +30,11 @@
30
30
  "lifi"
31
31
  ],
32
32
  "dependencies": {
33
- "@bigmi/client": "^0.3.0",
34
- "@bigmi/core": "^0.3.0",
33
+ "@bigmi/client": "^0.3.1",
34
+ "@bigmi/core": "^0.3.1",
35
35
  "@emotion/react": "^11.14.0",
36
36
  "@emotion/styled": "^11.14.0",
37
- "@lifi/sdk": "^3.7.5",
37
+ "@lifi/sdk": "^3.7.7",
38
38
  "@mui/icons-material": "^7.1.0",
39
39
  "@mui/material": "^7.1.0",
40
40
  "@mui/system": "^7.1.0",
@@ -51,7 +51,7 @@
51
51
  "react-router-dom": "^6.30.0",
52
52
  "viem": "^2.30.5",
53
53
  "zustand": "^5.0.5",
54
- "@lifi/wallet-management": "^3.10.0"
54
+ "@lifi/wallet-management": "^3.11.0"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@bigmi/react": ">=0.3.0",
package/package.json.tmp CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "3.22.0",
3
+ "version": "3.23.0",
4
4
  "description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -49,11 +49,11 @@
49
49
  "lifi"
50
50
  ],
51
51
  "dependencies": {
52
- "@bigmi/client": "^0.3.0",
53
- "@bigmi/core": "^0.3.0",
52
+ "@bigmi/client": "^0.3.1",
53
+ "@bigmi/core": "^0.3.1",
54
54
  "@emotion/react": "^11.14.0",
55
55
  "@emotion/styled": "^11.14.0",
56
- "@lifi/sdk": "^3.7.5",
56
+ "@lifi/sdk": "^3.7.7",
57
57
  "@lifi/wallet-management": "workspace:^",
58
58
  "@mui/icons-material": "^7.1.0",
59
59
  "@mui/material": "^7.1.0",
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget'
2
- export const version = '3.22.0'
2
+ export const version = '3.23.0'