@web3auth/modal 10.0.3 → 10.0.5

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.
@@ -32,12 +32,16 @@ PERFORMANCE OF THIS SOFTWARE.
32
32
 
33
33
  /*! js-cookie v3.0.1 | MIT */
34
34
 
35
+ /*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */
36
+
35
37
  /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
36
38
 
37
39
  /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
38
40
 
39
41
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
40
42
 
43
+ /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
44
+
41
45
  /**
42
46
  * @license React
43
47
  * react-dom.production.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3auth/modal",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "description": "Multi chain wallet aggregator for web3Auth",
5
5
  "keywords": [
6
6
  "web3Auth/ui",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/preset-react": "^7.27.1",
56
- "@coinbase/wallet-sdk": "^4.3.2",
56
+ "@coinbase/wallet-sdk": "^4.3.4",
57
57
  "@mertasan/tailwindcss-variables": "^2.7.0",
58
58
  "@rollup/plugin-json": "^6.1.0",
59
59
  "@rollup/plugin-replace": "^6.0.2",
@@ -65,14 +65,14 @@
65
65
  "@toruslabs/eslint-config-vue": "^4.1.5",
66
66
  "@toruslabs/isomorphic-style-loader": "^5.4.0",
67
67
  "@toruslabs/vue-components": "^8.0.8",
68
- "@types/react": "^19.1.5",
69
- "@types/react-dom": "^19.1.5",
70
- "@wagmi/core": "^2.17.2",
71
- "@wagmi/vue": "^0.1.20",
68
+ "@types/react": "^19.1.8",
69
+ "@types/react-dom": "^19.1.6",
70
+ "@wagmi/core": "^2.17.3",
71
+ "@wagmi/vue": "^0.1.22",
72
72
  "autoprefixer": "^10.4.21",
73
73
  "css-loader": "^7.1.2",
74
74
  "live-server": "^1.2.2",
75
- "postcss": "^8.5.3",
75
+ "postcss": "^8.5.6",
76
76
  "postcss-loader": "^8.1.1",
77
77
  "postcss-prefix-selector": "^2.1.1",
78
78
  "react": "^19.1.0",
@@ -82,25 +82,26 @@
82
82
  "style-loader": "^4.0.0",
83
83
  "tailwindcss": "^3.4.17",
84
84
  "url-loader": "^4.1.1",
85
- "viem": "^2.30.0",
86
- "vue": "^3.5.14",
87
- "wagmi": "^2.15.4"
85
+ "viem": "^2.31.3",
86
+ "vue": "^3.5.17",
87
+ "wagmi": "^2.15.6"
88
88
  },
89
89
  "dependencies": {
90
90
  "@hcaptcha/react-hcaptcha": "^1.12.0",
91
- "@toruslabs/base-controllers": "^8.5.1",
91
+ "@toruslabs/base-controllers": "^8.6.0",
92
92
  "@toruslabs/http-helpers": "^8.1.1",
93
- "@web3auth/auth": "^10.4.2",
94
- "@web3auth/no-modal": "^10.0.3",
93
+ "@web3auth/auth": "^10.5.0",
94
+ "@web3auth/no-modal": "^10.0.5",
95
95
  "bowser": "^2.11.0",
96
96
  "classnames": "^2.5.1",
97
97
  "clsx": "^2.1.1",
98
+ "color": "^5.0.0",
98
99
  "copy-to-clipboard": "^3.3.3",
99
100
  "deepmerge": "^4.3.1",
100
- "i18next": "^25.2.0",
101
- "react-i18next": "^15.5.1",
101
+ "i18next": "^25.2.1",
102
+ "react-i18next": "^15.5.3",
102
103
  "react-qrcode-logo": "^3.0.0",
103
- "tailwind-merge": "^3.3.0"
104
+ "tailwind-merge": "^3.3.1"
104
105
  },
105
106
  "exports": {
106
107
  ".": {
@@ -202,5 +203,5 @@
202
203
  "type": "git",
203
204
  "url": "git+https://github.com/Web3Auth/Web3Auth.git"
204
205
  },
205
- "gitHead": "54505d73e4bae2f5ffa1a0e32503c296d7f5356a"
206
+ "gitHead": "1975809ca9002e76b7e674302227a7c2286bda51"
206
207
  }
@@ -1,2 +0,0 @@
1
- export { default } from "./Footer";
2
- export type { FooterProps } from "./Footer.type";
@@ -1,2 +0,0 @@
1
- export { default } from "./SocialLoginList";
2
- export type { SocialLoginListProps } from "./SocialLoginList.type";
@@ -1,7 +0,0 @@
1
- declare const COUNTRY_DATA: {
2
- name: string;
3
- flag: string;
4
- code: string;
5
- dial_code: string;
6
- }[];
7
- export default COUNTRY_DATA;