@ape.swap/bonds-sdk 1.0.459 → 1.0.460

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.
@@ -95,18 +95,4 @@
95
95
  justify-content: center;
96
96
  align-items: center;
97
97
  width: 10%;
98
- }
99
-
100
- .column.tooltip {
101
- flex-direction: row;
102
- align-items: center;
103
- justify-content: space-around;
104
- }
105
-
106
- .column.header-icon {
107
- padding-left: 5px;
108
- align-items: start;
109
- justify-content: space-around;
110
- cursor: pointer;
111
- opacity: 0.6;
112
98
  }
@@ -110,5 +110,4 @@
110
110
  align-items: start;
111
111
  justify-content: space-around;
112
112
  cursor: pointer;
113
- opacity: 0.6;
114
113
  }
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.0.459",
6
+ "version": "1.0.460",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",