@ape.swap/bonds-sdk 1.0.160 → 1.0.161

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.
@@ -34,6 +34,15 @@
34
34
  }
35
35
  }
36
36
 
37
+ .column {
38
+ display: flex;
39
+ justify-content: center;
40
+ align-items: center;
41
+ flex: 1; /* Adjust the flex basis as needed for each column */
42
+ min-width: 120px; /* Example min-width, adjust based on content */
43
+ text-align: center; /* Ensure text is centered if that's your design */
44
+ }
45
+
37
46
  .column.column-token {
38
47
  width: 100px;
39
48
  flex-direction: column;
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.160",
6
+ "version": "1.0.161",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",