@ape.swap/bonds-sdk 2.7.6 → 2.7.7-test.1

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
@@ -234,6 +234,7 @@
234
234
  }
235
235
 
236
236
  .modaltable-container.title-container {
237
+ width: 100%;
237
238
  font-weight: bold;
238
239
  font-size: 1.5rem;
239
240
  display: flex;
@@ -294,12 +295,6 @@
294
295
  padding-left: 10px;
295
296
  }
296
297
 
297
- .title-container.price-container {
298
- display: flex;
299
- flex-direction: column;
300
- padding-left: 20px;
301
- }
302
-
303
298
  .price-container.price {
304
299
  font-size: 14px;
305
300
  color: var(--theme-ui-colors-gray);
@@ -715,7 +710,7 @@ span.flex-inline {
715
710
  }
716
711
  .bond-row .token-info-container {
717
712
  display: flex;
718
- width: 40%;
713
+ width: 100%;
719
714
  position: relative;
720
715
  }
721
716
  .bond-row .token-info-container .xmas-hat {
@@ -1022,7 +1017,7 @@ span.flex-inline {
1022
1017
  .tokeninfoname.container {
1023
1018
  width: calc(100% + 20px);
1024
1019
  position: relative;
1025
- justify-content: space-between;
1020
+ justify-content: start;
1026
1021
  height: 100%;
1027
1022
  align-items: center;
1028
1023
  padding-left: 20px;
@@ -1052,7 +1047,6 @@ span.flex-inline {
1052
1047
  padding-left: 6px;
1053
1048
  width: 100%;
1054
1049
  align-items: center;
1055
- max-width: 190px;
1056
1050
  }
1057
1051
 
1058
1052
  .tokeninfoname.tokentext {
@@ -0,0 +1,5 @@
1
+ import { LaunchBondTiers } from '@ape.swap/apeswap-lists';
2
+ declare const BondModalMinTierHeader: ({ minTier }: {
3
+ minTier: LaunchBondTiers | null;
4
+ }) => import("react").JSX.Element;
5
+ export default BondModalMinTierHeader;
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": "2.7.6",
6
+ "version": "2.7.7-test.1",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",