@ape.swap/bonds-sdk 1.1.0-test.84 → 1.1.0-test.85

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
@@ -610,13 +610,13 @@ span.flex-inline {
610
610
  }
611
611
  .bond-row .token-info-container {
612
612
  display: flex;
613
- width: 50%;
613
+ width: 40%;
614
614
  }
615
615
  .bond-row .bond-info-columns {
616
616
  display: flex;
617
617
  flex-direction: row;
618
618
  align-items: center;
619
- width: 50%;
619
+ width: 60%;
620
620
  justify-content: flex-end;
621
621
  }
622
622
  @media screen and (min-width: 1000px) {
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.1.0-test.84",
6
+ "version": "1.1.0-test.85",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",