@ape.swap/bonds-sdk 1.0.694 → 1.0.696

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.
@@ -145,11 +145,12 @@
145
145
  font-size: 14px;
146
146
  font-weight: 600;
147
147
  width: 100%;
148
-
148
+ background-color: red;
149
+
149
150
  @media (min-width: 1024px) {
150
- height: 26px;
151
+ height: 26px;
151
152
  }
152
- }
153
+ }
153
154
  }
154
155
 
155
156
  .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.694",
6
+ "version": "1.0.696",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",