solariskit 1.3.0 → 1.5.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/dist/{WalletButton-B-bj9FNL.d.ts → ChainSelectButton-COIW5SBO.d.ts} +9 -134
- package/dist/RainbowKitProvider-CKy7nmFG.js +271 -0
- package/dist/WalletButton-B3e-uEwx.d.ts +126 -0
- package/dist/components/index.d.ts +3 -2
- package/dist/components/index.js +3 -2
- package/dist/index.css +47 -47
- package/dist/index.d.ts +9 -4
- package/dist/index.js +4 -3
- package/dist/{injectedWallet-Bq0gF2WF.js → injectedWallet-CnP8-uv5.js} +19 -1
- package/dist/solana/index.d.ts +156 -0
- package/dist/solana/index.js +601 -0
- package/dist/{WalletButton-DpDL4qfh.js → useFingerprint-BoVxC_1f.js} +4199 -4184
- package/dist/{walletConnectors-C02JPPxf.js → walletConnectors-DwPMzHor.js} +1 -1
- package/dist/wallets/walletConnectors/index.js +1 -1
- package/package.json +30 -15
|
@@ -98,7 +98,7 @@ function getInjectedConnector({ flag, namespace, target }) {
|
|
|
98
98
|
const injectedWallet = () => ({
|
|
99
99
|
id: "injected",
|
|
100
100
|
name: "Browser Wallet",
|
|
101
|
-
iconUrl: async () => (await import("./injectedWallet-
|
|
101
|
+
iconUrl: async () => (await import("./injectedWallet-CnP8-uv5.js").then((n) => n.n)).default,
|
|
102
102
|
iconBackground: "#fff",
|
|
103
103
|
createConnector: getInjectedConnector({})
|
|
104
104
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { a as injectedWallet, n as safeWallet, o as base, r as metaMaskWallet, s as baseAccount, t as walletConnectWallet } from "../../walletConnectors-
|
|
2
|
+
import { a as injectedWallet, n as safeWallet, o as base, r as metaMaskWallet, s as baseAccount, t as walletConnectWallet } from "../../walletConnectors-DwPMzHor.js";
|
|
3
3
|
|
|
4
4
|
export { base, baseAccount, injectedWallet, metaMaskWallet, safeWallet, walletConnectWallet };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solariskit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "The best way to connect a wallet",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blockchain",
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
"exports": {
|
|
30
30
|
".": "./dist/index.js",
|
|
31
31
|
"./styles.css": "./dist/index.css",
|
|
32
|
+
"./solana": {
|
|
33
|
+
"types": "./dist/solana/index.d.ts",
|
|
34
|
+
"import": "./dist/solana/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./solana/styles.css": "./dist/index.css",
|
|
32
37
|
"./wallets": "./dist/wallets/walletConnectors/index.js",
|
|
33
38
|
"./components": "./dist/components/index.js"
|
|
34
39
|
},
|
|
@@ -43,44 +48,48 @@
|
|
|
43
48
|
"@akshatmittal/polycons": "1.1.0"
|
|
44
49
|
},
|
|
45
50
|
"devDependencies": {
|
|
46
|
-
"@base-org/account": "^2.5.
|
|
51
|
+
"@base-org/account": "^2.5.7",
|
|
47
52
|
"@rollup/plugin-replace": "^6.0.3",
|
|
48
53
|
"@safe-global/safe-apps-provider": "^0.18.6",
|
|
49
54
|
"@safe-global/safe-apps-sdk": "^9.1.0",
|
|
50
|
-
"@
|
|
55
|
+
"@solana/connector": "^0.2.4",
|
|
56
|
+
"@solana/kit": "^5.5.1",
|
|
57
|
+
"@tanstack/react-query": "^5.101.2",
|
|
51
58
|
"@testing-library/dom": "^10.4.1",
|
|
52
59
|
"@testing-library/jest-dom": "^6.9.1",
|
|
53
60
|
"@testing-library/react": "^16.3.2",
|
|
54
61
|
"@testing-library/user-event": "^14.6.1",
|
|
55
|
-
"@types/node": "^24.
|
|
62
|
+
"@types/node": "^24.13.2",
|
|
56
63
|
"@types/postcss-prefix-selector": "^1.16.3",
|
|
57
|
-
"@types/react": "^19.2.
|
|
64
|
+
"@types/react": "^19.2.17",
|
|
58
65
|
"@types/react-dom": "^19.2.3",
|
|
59
66
|
"@vanilla-extract/css-utils": "0.1.6",
|
|
60
67
|
"@vanilla-extract/private": "1.0.9",
|
|
61
68
|
"@vanilla-extract/rollup-plugin": "^1.5.3",
|
|
62
|
-
"@vanilla-extract/vite-plugin": "^5.2.
|
|
63
|
-
"@walletconnect/ethereum-provider": "^2.23.
|
|
64
|
-
"autoprefixer": "^10.5.
|
|
69
|
+
"@vanilla-extract/vite-plugin": "^5.2.3",
|
|
70
|
+
"@walletconnect/ethereum-provider": "^2.23.10",
|
|
71
|
+
"autoprefixer": "^10.5.2",
|
|
65
72
|
"jsdom": "^29.1.1",
|
|
66
73
|
"msw": "^2.14.6",
|
|
67
|
-
"nock": "^14.0.
|
|
68
|
-
"postcss": "^8.5.
|
|
74
|
+
"nock": "^14.0.16",
|
|
75
|
+
"postcss": "^8.5.16",
|
|
69
76
|
"postcss-prefix-selector": "^2.1.1",
|
|
70
77
|
"react": "^19.2.7",
|
|
71
78
|
"react-dom": "^19.2.7",
|
|
72
|
-
"tsdown": "^0.22.
|
|
79
|
+
"tsdown": "^0.22.3",
|
|
73
80
|
"typescript": "^6.0.3",
|
|
74
|
-
"viem": "^2.
|
|
75
|
-
"vite": "^8.0
|
|
76
|
-
"vitest": "^4.1.
|
|
77
|
-
"wagmi": "^3.6.
|
|
81
|
+
"viem": "^2.53.1",
|
|
82
|
+
"vite": "^8.1.0",
|
|
83
|
+
"vitest": "^4.1.9",
|
|
84
|
+
"wagmi": "^3.6.21",
|
|
78
85
|
"@workspace/typescript-config": "0.0.0"
|
|
79
86
|
},
|
|
80
87
|
"peerDependencies": {
|
|
81
88
|
"@base-org/account": "^2.5.1",
|
|
82
89
|
"@safe-global/safe-apps-provider": "^0.18.6",
|
|
83
90
|
"@safe-global/safe-apps-sdk": "^9.1.0",
|
|
91
|
+
"@solana/connector": "^0.2.4",
|
|
92
|
+
"@solana/kit": "^5.5.1",
|
|
84
93
|
"@tanstack/react-query": ">=5.0.0",
|
|
85
94
|
"@walletconnect/ethereum-provider": "^2.21.1",
|
|
86
95
|
"react": "^18 || ^19",
|
|
@@ -98,6 +107,12 @@
|
|
|
98
107
|
"@safe-global/safe-apps-sdk": {
|
|
99
108
|
"optional": true
|
|
100
109
|
},
|
|
110
|
+
"@solana/connector": {
|
|
111
|
+
"optional": true
|
|
112
|
+
},
|
|
113
|
+
"@solana/kit": {
|
|
114
|
+
"optional": true
|
|
115
|
+
},
|
|
101
116
|
"@walletconnect/ethereum-provider": {
|
|
102
117
|
"optional": true
|
|
103
118
|
}
|