@ape.swap/bonds-sdk 2.2.2 → 2.2.4

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.
Files changed (2) hide show
  1. package/dist/styles.css +2 -2
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -677,7 +677,7 @@ span.flex-inline {
677
677
  }
678
678
  .bond-row .bond-info-columns .terms-column {
679
679
  display: none;
680
- width: 85px;
680
+ width: 87px;
681
681
  align-items: flex-end;
682
682
  justify-content: center;
683
683
  }
@@ -834,7 +834,7 @@ span.flex-inline {
834
834
  }
835
835
  .bonds-menu .terms-header {
836
836
  display: none;
837
- width: 85px;
837
+ width: 87px;
838
838
  align-items: flex-end;
839
839
  justify-content: center;
840
840
  cursor: pointer;
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.2.2",
6
+ "version": "2.2.4",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",