@ape.swap/bonds-sdk 1.0.707 → 1.0.708

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.
@@ -15,6 +15,6 @@ var BondRowsWithTitle = function (_a) {
15
15
  overflow: 'hidden',
16
16
  width: '100%',
17
17
  marginTop: '0px',
18
- }, children: billsFilteredByChain === null || billsFilteredByChain === void 0 ? void 0 : billsFilteredByChain.map(function (bill) { return (_jsx(BondRow, { bond: bill, hotBonds: hotBonds, rowClick: rowClick }, bill.billAddress)); }) }, key))] }) }, key));
18
+ }, children: billsFilteredByChain === null || billsFilteredByChain === void 0 ? void 0 : billsFilteredByChain.map(function (bill) { return (_jsx(Flex, { className: "bondrow-container", children: _jsx(BondRow, { bond: bill, hotBonds: hotBonds, rowClick: rowClick }, bill.billAddress) })); }) }, key))] }) }, key));
19
19
  };
20
20
  export default BondRowsWithTitle;
@@ -361,6 +361,7 @@
361
361
 
362
362
  .get.action-button {
363
363
  width: 275px;
364
+ margin-right: 10px;
364
365
  }
365
366
 
366
367
  .button-container.buy {
@@ -370,6 +371,7 @@
370
371
 
371
372
  .buy.action-button {
372
373
  width: 375px;
374
+ margin-left: 10px;
373
375
  }
374
376
 
375
377
  .toast {
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.707",
6
+ "version": "1.0.708",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",