@ape.swap/bonds-sdk 1.1.0-test.82 → 1.1.0-test.83

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 +1 -1
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1651,7 +1651,7 @@ span.flex-inline {
1651
1651
  @media (min-width: 1000px) {
1652
1652
  .full-bonds-view-container .toggle-container {
1653
1653
  padding: 0;
1654
- width: 350px;
1654
+ width: 300px;
1655
1655
  position: absolute;
1656
1656
  left: 10px;
1657
1657
  }
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.82",
6
+ "version": "1.1.0-test.83",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",