@xswap-link/sdk 0.8.5 → 0.8.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xswap-link/sdk",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "JavaScript SDK for XSwap platform",
5
5
  "homepage": "https://github.com/xswap-link/xswap-sdk",
6
6
  "repository": {
@@ -31,7 +31,11 @@ export const SwapPanel = ({ type }: Props) => {
31
31
  type={type}
32
32
  className="w-full flex-grow"
33
33
  />
34
- <ChainPanel chain={chain} type={type} className="w-full max-w-[36%]" />
34
+ <ChainPanel
35
+ chain={chain}
36
+ type={type}
37
+ className="w-full max-w-[160px]"
38
+ />
35
39
  </div>
36
40
  <div
37
41
  className={`flex justify-between ${
@@ -85,7 +85,7 @@ export default {
85
85
  x_modal: "var(--modal-width, 360px)",
86
86
  },
87
87
  width: {
88
- x_modal: "var(--modal-width, 480px)",
88
+ x_modal: "var(--modal-width)",
89
89
  },
90
90
  maxWidth: {
91
91
  x_modal: "var(--modal-width, 480px)",