@ape.swap/bonds-sdk 1.0.715 → 1.0.716

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.
@@ -146,7 +146,6 @@
146
146
  align-items: center;
147
147
  width: 100%;
148
148
  justify-content: space-around;
149
- margin-bottom: 10px;
150
149
  margin-top: 5px;
151
150
  }
152
151
 
@@ -271,12 +270,9 @@
271
270
  background-color: transparent;
272
271
  border-radius: 10px;
273
272
  min-height: 100px;
274
- margin-top: 10px;
275
- margin-bottom: 0px;
276
273
  padding: 10px;
277
274
  }
278
275
 
279
-
280
276
  .input-container.inputrow {
281
277
  flex-direction: row;
282
278
  }
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.715",
6
+ "version": "1.0.716",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",