@ape.swap/bonds-sdk 1.0.128 → 1.0.130

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.
@@ -76,8 +76,8 @@
76
76
  .container.bondinfo-graph-container {
77
77
  display: flex;
78
78
  flex-direction: row;
79
- padding-top: 50px;
80
- padding-bottom: 50px;
79
+ padding-top: 10px;
80
+ padding-bottom: 10px;
81
81
  }
82
82
 
83
83
  .container.graph-container {
@@ -89,8 +89,11 @@
89
89
  font-size: 16px;
90
90
  border-radius: 10px;
91
91
  height: 100%;
92
+ width: 100%;
92
93
  padding: 10px;
93
- min-width: 1500px;
94
+ min-width: 500px;
95
+ min-height: 400px;
96
+ margin-left: 10px;
94
97
  }
95
98
 
96
99
  .container.bondinfo-container {
@@ -102,7 +105,10 @@
102
105
  font-size: 16px;
103
106
  border-radius: 10px;
104
107
  height: 100%;
108
+ width: 100%;
105
109
  padding: 10px;
110
+ min-width: 500px;
111
+ margin-right: 10px;
106
112
  }
107
113
 
108
114
  .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.130",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",