@skip-go/widget 3.0.0-rc.0 → 3.0.0-rc.2

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 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;
@@ -168633,4 +168632,3 @@ export {
168633
168632
  Jd as defaultTheme,
168634
168633
  lF as lightTheme
168635
168634
  };
168636
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "3.0.0-rc.0",
4
+ "version": "3.0.0-rc.2",
5
5
  "repository": "https://github.com/skip-mev/widget",
6
6
  "type": "module",
7
7
  "exports": {
@@ -16,7 +16,6 @@
16
16
  "README.md"
17
17
  ],
18
18
  "peerDependencies": {
19
- "@skip-go/client": "workspace:^",
20
19
  "@tanstack/react-query": "^5.51.21",
21
20
  "chain-registry": "^1.69.22",
22
21
  "graz": "^0.1.25",
@@ -30,8 +29,6 @@
30
29
  "@ebay/nice-modal-react": "^1.2.13",
31
30
  "@eslint/compat": "^1.1.1",
32
31
  "@initia/initia-registry": "^0.1.16",
33
- "@injectivelabs/core-proto-ts": "0.0.21",
34
- "@injectivelabs/sdk-ts": "1.14.5",
35
32
  "@leapwallet/cosmos-social-login-capsule-provider": "^0.0.44",
36
33
  "@penumbra-zone/bech32m": "^7.0.0",
37
34
  "@penumbra-zone/client": "^18.1.0",
@@ -39,6 +36,7 @@
39
36
  "@penumbra-zone/transport-dom": "^7.5.0",
40
37
  "@r2wc/react-to-web-component": "^2.0.3",
41
38
  "@radix-ui/react-dialog": "^1.1.1",
39
+ "@skip-go/client": "0.14.0",
42
40
  "@solana/spl-token": "^0.4.8",
43
41
  "@solana/wallet-adapter-backpack": "^0.1.14",
44
42
  "@solana/wallet-adapter-coinbase": "^0.1.19",
@@ -49,7 +47,6 @@
49
47
  "@solana/wallet-adapter-trust": "^0.1.13",
50
48
  "@solana/web3.js": "^1.95.3",
51
49
  "@tanstack/query-core": "^5.51.21",
52
- "cosmjs-types": "^0.9.0",
53
50
  "jotai": "^2.10.1",
54
51
  "jotai-effect": "^1.0.2",
55
52
  "jotai-tanstack-query": "^0.8.6",
@@ -60,7 +57,6 @@
60
57
  "react-error-boundary": "^4.0.13",
61
58
  "react-shadow-scope": "^1.0.5",
62
59
  "styled-components": "^6.1.13",
63
- "zod": "^3.23.8",
64
- "@skip-go/client": "0.12.0"
60
+ "zod": "^3.23.8"
65
61
  }
66
62
  }