@ape.swap/bonds-sdk 1.0.135 → 1.0.137

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.
@@ -250,18 +250,26 @@
250
250
  border-radius: 10px;
251
251
  height: 100%;
252
252
  width: 100%;
253
- padding: 10px;
253
+ padding: 20px;
254
254
  min-width: 700px;
255
255
  min-height: 200px;
256
- margin-left: 10px;
256
+ margin-top: 10px;
257
+ margin-bottom: 10px;
257
258
  }
258
259
 
259
260
  .about-container.title {
261
+ font-weight: bold;
262
+ font-size: 1.5rem;
260
263
  display: flex;
264
+ flex-direction: row;
265
+ padding-bottom: 20px;
266
+ width: 100%;
261
267
  }
262
268
 
263
269
  .about-container.description {
270
+ font-weight: normal;
264
271
  display: flex;
272
+ width: 100%;
265
273
  }
266
274
 
267
275
  .container.stats-container {
@@ -274,14 +282,18 @@
274
282
  border-radius: 10px;
275
283
  height: 100%;
276
284
  width: 100%;
277
- padding: 10px;
285
+ padding: 20px;
278
286
  min-width: 700px;
279
287
  min-height: 200px;
280
- margin-left: 10px;
288
+ margin-top: 10px;
281
289
  }
282
290
 
283
291
  .stats-container.header {
292
+ font-weight: bold;
293
+ font-size: 1.5rem;
284
294
  display: flex;
295
+ flex-direction: row;
296
+ padding-bottom: 20px;
285
297
  width: 100%;
286
298
  }
287
299
 
@@ -292,14 +304,25 @@
292
304
  padding-bottom: 10px;
293
305
  min-width: 700px;
294
306
  min-height: 300px;
307
+ width: 100%;
295
308
  }
296
309
 
297
310
  .model-container.graph {
298
311
  display: flex;
299
312
  width: 100%;
313
+ background: var(--theme-ui-colors-white3);
314
+ margin-right: 10px;
315
+ align-items: center;
316
+ justify-content: center;
317
+ min-width: 600px
300
318
  }
301
319
 
302
320
  .model-container.data {
303
321
  display: flex;
304
322
  width: 100%;
323
+ background: var(--theme-ui-colors-white3);
324
+ margin-left: 10px;
325
+ align-items: center;
326
+ justify-content: center;
327
+ min-width: 100px;
305
328
  }
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.135",
6
+ "version": "1.0.137",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",