@ape.swap/bonds-sdk 1.0.695 → 1.0.698

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.
@@ -135,20 +135,20 @@
135
135
  align-items: center;
136
136
  width: 30%;
137
137
  padding-right: 20px;
138
- }
139
-
140
- .claim-button {
141
138
 
142
- // height: 36px;
143
- // line-height: 12px;
144
- font-size: 14px;
145
- font-weight: 600;
146
- width: 100%;
147
- background-color: red;
148
-
149
- // @media (min-width: 1024px) {
150
- // height: 26px;
151
- // }
139
+ .claim-button {
140
+
141
+ height: 36px;
142
+ line-height: 12px;
143
+ font-size: 14px;
144
+ font-weight: 600;
145
+ width: 100%;
146
+ background-color: red;
147
+
148
+ @media (min-width: 1024px) {
149
+ height: 26px;
150
+ }
151
+ }
152
152
  }
153
153
 
154
154
  .toast {
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.695",
6
+ "version": "1.0.698",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",