@ape.swap/bonds-sdk 1.0.641 → 1.0.642

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.
@@ -298,7 +298,7 @@
298
298
  .buy-container {
299
299
  display: flex;
300
300
  flex-direction: column;
301
- background: transparent;
301
+ background-color: transparent;
302
302
  border-radius: 10px;
303
303
  min-height: 100px;
304
304
  margin-top: 10px;
@@ -349,7 +349,7 @@
349
349
  }
350
350
 
351
351
  .input-container.input {
352
- background: var(--theme-ui-colors-white3);
352
+ background-color: transparent;
353
353
  border-radius: 10px;
354
354
  border: medium;
355
355
  padding-right: 10px;
@@ -372,7 +372,7 @@
372
372
  align-items: center;
373
373
  font-size: 12px;
374
374
  font-weight: bold;
375
- background: transparent;
375
+ background-color: transparent;
376
376
  border-radius: 10px;
377
377
  position: relative;
378
378
  width: 190px;
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.641",
6
+ "version": "1.0.642",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",