@ape.swap/bonds-sdk 1.0.265 → 1.0.267

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.
@@ -113,6 +113,16 @@
113
113
  margin-right: 10px;
114
114
  }
115
115
 
116
+ bondinfo-container.title-container {
117
+ font-weight: bold;
118
+ font-size: 1.5rem;
119
+ display: flex;
120
+ flex-direction: row;
121
+ align-items: center;
122
+ padding-top: 5px;
123
+ padding-bottom: 5px;
124
+ }
125
+
116
126
  .title-container.bondicon {
117
127
  display: flex;
118
128
  flex-direction: row;
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.265",
6
+ "version": "1.0.267",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",