@ape.swap/bonds-sdk 1.0.230 → 1.0.231

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.
@@ -59,7 +59,7 @@
59
59
  }
60
60
 
61
61
  .column.column-tokenicons {
62
- width: 33%;
62
+ width: 20%;
63
63
  flex-direction: row;
64
64
  align-items: center;
65
65
  justify-content: space-evenly;
@@ -120,7 +120,7 @@
120
120
  flex-direction: column;
121
121
  justify-content: center;
122
122
  align-items: center;
123
- width: 20%;
123
+ width: 10%;
124
124
  }
125
125
 
126
126
  .column.header-icon {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.230",
6
+ "version": "1.0.231",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",