@skip-go/widget 3.0.0-rc.1 → 3.0.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/build/index.js +0 -1
- package/package.json +10 -8
package/build/index.js
CHANGED
|
@@ -140829,7 +140829,6 @@ const pd = {
|
|
|
140829
140829
|
padding: 16px;
|
|
140830
140830
|
border-radius: 10px;
|
|
140831
140831
|
height: 40px;
|
|
140832
|
-
width: 76px;
|
|
140833
140832
|
`, Pde = W(X)`
|
|
140834
140833
|
position: absolute;
|
|
140835
140834
|
height: 66px;
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skip-go/widget",
|
|
3
3
|
"description": "Swap widget",
|
|
4
|
-
"version": "3.0.0
|
|
5
|
-
"repository":
|
|
4
|
+
"version": "3.0.0",
|
|
5
|
+
"repository": {
|
|
6
|
+
"url": "https://github.com/skip-mev/skip-go",
|
|
7
|
+
"directory": "packages/widget"
|
|
8
|
+
},
|
|
6
9
|
"type": "module",
|
|
7
10
|
"exports": {
|
|
8
11
|
".": {
|
|
@@ -16,7 +19,6 @@
|
|
|
16
19
|
"README.md"
|
|
17
20
|
],
|
|
18
21
|
"peerDependencies": {
|
|
19
|
-
"@skip-go/client": "workspace:^",
|
|
20
22
|
"@tanstack/react-query": "^5.51.21",
|
|
21
23
|
"chain-registry": "^1.69.22",
|
|
22
24
|
"graz": "^0.1.25",
|
|
@@ -30,8 +32,6 @@
|
|
|
30
32
|
"@ebay/nice-modal-react": "^1.2.13",
|
|
31
33
|
"@eslint/compat": "^1.1.1",
|
|
32
34
|
"@initia/initia-registry": "^0.1.16",
|
|
33
|
-
"@injectivelabs/core-proto-ts": "0.0.21",
|
|
34
|
-
"@injectivelabs/sdk-ts": "1.14.5",
|
|
35
35
|
"@leapwallet/cosmos-social-login-capsule-provider": "^0.0.44",
|
|
36
36
|
"@penumbra-zone/bech32m": "^7.0.0",
|
|
37
37
|
"@penumbra-zone/client": "^18.1.0",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"@penumbra-zone/transport-dom": "^7.5.0",
|
|
40
40
|
"@r2wc/react-to-web-component": "^2.0.3",
|
|
41
41
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
42
|
+
"@skip-go/client": "0.14.0",
|
|
42
43
|
"@solana/spl-token": "^0.4.8",
|
|
43
44
|
"@solana/wallet-adapter-backpack": "^0.1.14",
|
|
44
45
|
"@solana/wallet-adapter-coinbase": "^0.1.19",
|
|
@@ -49,7 +50,6 @@
|
|
|
49
50
|
"@solana/wallet-adapter-trust": "^0.1.13",
|
|
50
51
|
"@solana/web3.js": "^1.95.3",
|
|
51
52
|
"@tanstack/query-core": "^5.51.21",
|
|
52
|
-
"cosmjs-types": "^0.9.0",
|
|
53
53
|
"jotai": "^2.10.1",
|
|
54
54
|
"jotai-effect": "^1.0.2",
|
|
55
55
|
"jotai-tanstack-query": "^0.8.6",
|
|
@@ -60,7 +60,9 @@
|
|
|
60
60
|
"react-error-boundary": "^4.0.13",
|
|
61
61
|
"react-shadow-scope": "^1.0.5",
|
|
62
62
|
"styled-components": "^6.1.13",
|
|
63
|
-
"zod": "^3.23.8"
|
|
64
|
-
|
|
63
|
+
"zod": "^3.23.8"
|
|
64
|
+
},
|
|
65
|
+
"publishConfig": {
|
|
66
|
+
"access": "public"
|
|
65
67
|
}
|
|
66
68
|
}
|