@aptos-labs/wallet-adapter-mui-design 5.3.12 → 5.4.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
@@ -1,11 +1,15 @@
1
1
  # @aptos-labs/wallet-adapter-mui-design
2
2
 
3
- ## 5.3.12
3
+ ## 5.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f70e69b: Revert cross-chain wallet initialization in AptosWalletAdapterProvider
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies
8
- - @aptos-labs/wallet-adapter-react@8.0.3
11
+ - Updated dependencies [f70e69b]
12
+ - @aptos-labs/wallet-adapter-react@8.1.0
9
13
 
10
14
  ## 5.3.11
11
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-labs/wallet-adapter-mui-design",
3
- "version": "5.3.12",
3
+ "version": "5.4.0",
4
4
  "description": "Aptos Wallet Adapter mui design",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -41,7 +41,7 @@
41
41
  "@emotion/styled": "^11.10.5",
42
42
  "@mui/icons-material": "^5.11.0",
43
43
  "@mui/material": "^5.11.6",
44
- "@aptos-labs/wallet-adapter-react": "8.0.3"
44
+ "@aptos-labs/wallet-adapter-react": "8.1.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^18.0.0 || ^19.0.0",
@@ -38,8 +38,7 @@ import { SyntheticEvent, useState } from "react";
38
38
  import { WalletConnectorProps } from "./types";
39
39
 
40
40
  interface WalletsModalProps
41
- extends
42
- Pick<WalletConnectorProps, "networkSupport" | "modalMaxWidth">,
41
+ extends Pick<WalletConnectorProps, "networkSupport" | "modalMaxWidth">,
43
42
  WalletSortingOptions {
44
43
  handleClose: () => void;
45
44
  modalOpen: boolean;