@ape.swap/bonds-sdk 1.0.672 → 1.0.674

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.
@@ -139,6 +139,7 @@
139
139
  background-color: var(--theme-ui-colors-primaryButton);
140
140
  color: white;
141
141
  border: 3px solid var(--theme-ui-colors-primaryButton);
142
+ border-radius: 10px;
142
143
 
143
144
  @media (min-width: 1024px) {
144
145
  height: 26px;
@@ -146,7 +147,7 @@
146
147
 
147
148
  &:not(:disabled):hover {
148
149
  border: 3px solid rgba(var(--theme-ui-colors-primaryButton), 0.7);
149
- background-color: var(--theme-ui-colors-primaryButtonHover);
150
+ background-color: var(--theme-ui-colors-primaryButtonHovered);
150
151
  }
151
152
 
152
153
  &:disabled {
@@ -156,6 +157,14 @@
156
157
  border: 3px solid transparent;
157
158
  opacity: 0.9;
158
159
  }
160
+
161
+ &:disabled:hover {
162
+ cursor: not-allowed;
163
+ background: var(--theme-ui-colors-white3);
164
+ color: var(--theme-ui-colors-textDisabledButton);
165
+ border: 3px solid transparent;
166
+ opacity: 0.9;
167
+ }
159
168
  }
160
169
 
161
170
  .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.672",
6
+ "version": "1.0.674",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",