@ape.swap/bonds-sdk 1.0.128 → 1.0.129

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.
@@ -90,7 +90,8 @@
90
90
  border-radius: 10px;
91
91
  height: 100%;
92
92
  padding: 10px;
93
- min-width: 1500px;
93
+ min-width: 700px;
94
+ margin-left: 10px;
94
95
  }
95
96
 
96
97
  .container.bondinfo-container {
@@ -103,6 +104,8 @@
103
104
  border-radius: 10px;
104
105
  height: 100%;
105
106
  padding: 10px;
107
+ min-width: 700px;
108
+ margin-right: 10px;
106
109
  }
107
110
 
108
111
  .bondinfo-container.title-container {
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.128",
6
+ "version": "1.0.129",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",