@ape.swap/bonds-sdk 1.0.136 → 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.
@@ -282,7 +282,7 @@
282
282
  border-radius: 10px;
283
283
  height: 100%;
284
284
  width: 100%;
285
- padding: 10px;
285
+ padding: 20px;
286
286
  min-width: 700px;
287
287
  min-height: 200px;
288
288
  margin-top: 10px;
@@ -311,10 +311,18 @@
311
311
  display: flex;
312
312
  width: 100%;
313
313
  background: var(--theme-ui-colors-white3);
314
+ margin-right: 10px;
315
+ align-items: center;
316
+ justify-content: center;
317
+ min-width: 600px
314
318
  }
315
319
 
316
320
  .model-container.data {
317
321
  display: flex;
318
322
  width: 100%;
319
323
  background: var(--theme-ui-colors-white3);
324
+ margin-left: 10px;
325
+ align-items: center;
326
+ justify-content: center;
327
+ min-width: 100px;
320
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.136",
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",