@ape.swap/bonds-sdk 1.0.93 → 1.0.94

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.
@@ -213,6 +213,9 @@
213
213
 
214
214
  .input-container.token {
215
215
  display: flex;
216
+ align-items: center;
217
+ font-size: 12px;
218
+ font-weight: bold;
216
219
  background: var(--theme-ui-colors-white4);
217
220
  border-radius: 10px;
218
221
  position: relative;
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.93",
6
+ "version": "1.0.94",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",