@ape.swap/bonds-sdk 1.0.329 → 1.0.331

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.
@@ -126,6 +126,7 @@
126
126
  font-size: 12px;
127
127
  padding-bottom: 10px;
128
128
  align-items: center;
129
+ width: 50%;
129
130
  }
130
131
 
131
132
  .block-header.icon {
@@ -138,10 +139,13 @@
138
139
  flex-direction: row;
139
140
  align-items: center;
140
141
  justify-content: space-around;
142
+ width: 50%;
141
143
  }
142
144
 
143
145
  .modal-block.row-traits {
144
146
  flex-direction: row;
147
+ height: 25px;
148
+ padding-left: 10px;
145
149
  width: 400px;
146
150
  margin-bottom: 10px;
147
151
  align-items: center;
@@ -150,6 +154,7 @@
150
154
 
151
155
  .modal-block.row-vested {
152
156
  flex-direction: row;
157
+ height: 50px;
153
158
  width: 400px;
154
159
  margin-bottom: 10px;
155
160
  padding-left: 10px;
@@ -160,6 +165,7 @@
160
165
 
161
166
  .modal-block.row-pending {
162
167
  flex-direction: row;
168
+ height: 50px;
163
169
  width: 400px;
164
170
  margin-bottom: 10px;
165
171
  padding-left: 10px;
@@ -170,6 +176,7 @@
170
176
 
171
177
  .modal-block.row-claimable {
172
178
  flex-direction: row;
179
+ height: 50px;
173
180
  width: 400px;
174
181
  margin-bottom: 10px;
175
182
  padding-left: 10px;
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.329",
6
+ "version": "1.0.331",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",