@ape.swap/bonds-sdk 4.1.0-test.15 → 4.1.0-test.17

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.
package/dist/styles.css CHANGED
@@ -1315,17 +1315,6 @@ html {
1315
1315
  padding: 50px;
1316
1316
  }
1317
1317
 
1318
- .yourbondsmodal-content {
1319
- display: flex;
1320
- flex-direction: column;
1321
- border-radius: 10px;
1322
- background-color: var(--theme-ui-colors-white2);
1323
- z-index: 1001;
1324
- max-width: 1200px;
1325
- min-width: 1000px;
1326
- overflow: auto;
1327
- }
1328
-
1329
1318
  .yourbondsmodal-spinner {
1330
1319
  display: flex;
1331
1320
  justify-content: center;
@@ -1336,7 +1325,7 @@ html {
1336
1325
 
1337
1326
  .yourbondsmodal-header {
1338
1327
  display: flex;
1339
- justify-content: flex-end;
1328
+ justify-content: space-between;
1340
1329
  align-items: center;
1341
1330
  padding: 5px;
1342
1331
  }
@@ -1499,8 +1488,14 @@ html {
1499
1488
  width: 50%;
1500
1489
  display: flex;
1501
1490
  border-radius: 10px;
1502
- padding-top: 10px;
1503
- padding-bottom: 10px;
1491
+ padding-top: 6px;
1492
+ padding-bottom: 6px;
1493
+ }
1494
+ @media screen and (min-width: 1000px) {
1495
+ .yourbondinfo-block.info {
1496
+ padding-top: 10px;
1497
+ padding-bottom: 10px;
1498
+ }
1504
1499
  }
1505
1500
 
1506
1501
  .block-info.icon {
@@ -1511,32 +1506,15 @@ html {
1511
1506
  padding-left: 10px;
1512
1507
  }
1513
1508
 
1514
- .attributes-container {
1515
- flex-direction: column;
1516
- width: 100%;
1517
- padding-bottom: 10px;
1518
- align-items: center;
1519
- }
1520
- .attributes-container .attributes-header {
1521
- justify-content: space-between;
1522
- height: 24px;
1523
- background-color: var(--theme-ui-colors-white3);
1524
- padding-left: 15px;
1525
- padding-right: 15px;
1526
- width: 100%;
1527
- }
1528
-
1529
1509
  .yourbondinfo-block.row-vested {
1530
1510
  flex-direction: row;
1531
- height: 35px;
1511
+ height: 30px;
1532
1512
  width: 100%;
1533
1513
  padding-left: 10px;
1534
1514
  padding-right: 10px;
1535
1515
  align-items: center;
1536
1516
  justify-content: space-between;
1537
1517
  background: var(--theme-ui-colors-white3);
1538
- padding-top: 10px;
1539
- padding-bottom: 10px;
1540
1518
  margin-bottom: 1px;
1541
1519
  border-radius: 10px 10px 0 0;
1542
1520
  }
@@ -1550,7 +1528,7 @@ html {
1550
1528
 
1551
1529
  .yourbondinfo-block.row-pending {
1552
1530
  flex-direction: row;
1553
- height: 35px;
1531
+ height: 30px;
1554
1532
  width: 100%;
1555
1533
  padding-left: 10px;
1556
1534
  padding-right: 10px;
@@ -1591,20 +1569,6 @@ html {
1591
1569
  }
1592
1570
  }
1593
1571
 
1594
- .yourbondinfo.button-container {
1595
- width: 100%;
1596
- padding-top: 10px;
1597
- display: flex;
1598
- justify-content: space-between;
1599
- flex-direction: column;
1600
- gap: 20px;
1601
- }
1602
- @media screen and (min-width: 1000px) {
1603
- .yourbondinfo.button-container {
1604
- flex-direction: row;
1605
- }
1606
- }
1607
-
1608
1572
  .button-container.claim {
1609
1573
  justify-content: center;
1610
1574
  align-items: center;
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
- declare const Recommendations: ({ onDismiss, billAddress }: {
3
- onDismiss?: () => void;
2
+ declare const Recommendations: ({ billAddress }: {
4
3
  billAddress?: string;
5
4
  }) => React.JSX.Element;
6
5
  export default Recommendations;
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": "4.1.0-test.15",
6
+ "version": "4.1.0-test.17",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",