@ape.swap/bonds-sdk 1.0.228 → 1.0.229

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.
@@ -81,38 +81,45 @@
81
81
  flex-direction: column;
82
82
  justify-content: center;
83
83
  align-items: center;
84
+ width: 20%;
84
85
  }
85
86
 
86
87
  .discount-positive {
87
88
  color: #38A611;
89
+ width: 20%;
88
90
  }
89
91
 
90
92
  .discount-negative {
91
93
  color: #DF4141;
94
+ width: 20%;
92
95
  }
93
96
 
94
97
  .column.column-arr {
95
98
  flex-direction: column;
96
99
  justify-content: center;
97
100
  align-items: center;
101
+ width: 20%;
98
102
  }
99
103
 
100
104
  .column.column-term {
101
105
  flex-direction: column;
102
106
  justify-content: center;
103
107
  align-items: center;
108
+ width: 20%;
104
109
  }
105
110
 
106
111
  .column.column-tokensremaining {
107
112
  flex-direction: column;
108
113
  justify-content: center;
109
114
  align-items: center;
115
+ width: 20%;
110
116
  }
111
117
 
112
118
  .column.column-hotbond {
113
119
  flex-direction: column;
114
120
  justify-content: center;
115
121
  align-items: center;
122
+ width: 20%;
116
123
  }
117
124
 
118
125
  .column.header-icon {
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.228",
6
+ "version": "1.0.229",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",