@ape.swap/bonds-sdk 1.0.377 → 1.0.378

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.
@@ -321,6 +321,24 @@
321
321
 
322
322
  .balancerow.max {
323
323
  align-items: center;
324
+ cursor: pointer;
325
+
326
+ Button {
327
+ background: var(--theme-ui-colors-primaryButton);
328
+ align-items: center;
329
+ justify-content: center;
330
+ height: 22px;
331
+ padding: 0px 8px;
332
+ cursor: 'pointer';
333
+ font-size: 12px;
334
+ font-weight: 600;
335
+ border-radius: small;
336
+ margin-left: 10px;
337
+ transition: 'all .3s linear';
338
+ &:active {
339
+ transform: scale(0.9);
340
+ }
341
+ }
324
342
  }
325
343
 
326
344
  .input-container.input {
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.377",
6
+ "version": "1.0.378",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",