@ape.swap/bonds-sdk 1.0.377 → 1.0.379

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,28 @@
321
321
 
322
322
  .balancerow.max {
323
323
  align-items: center;
324
+ justify-content: end;
325
+ cursor: pointer;
326
+
327
+ Button {
328
+ background: var(--theme-ui-colors-primaryButton);
329
+ height: 22px;
330
+ padding-left: 8px;
331
+ padding-right: 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
+ display: flex;
339
+ align-items: center;
340
+ justify-content: center;
341
+
342
+ &:active {
343
+ transform: scale(0.9);
344
+ }
345
+ }
324
346
  }
325
347
 
326
348
  .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.379",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",