@transferwise/components 46.89.0 → 46.89.1

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.
package/build/main.css CHANGED
@@ -176,6 +176,10 @@
176
176
  .np-action-btn:not(:disabled):focus {
177
177
  box-shadow: none;
178
178
  }
179
+ .tw-action-option .wds-Button--tertiary:hover {
180
+ background-color: transparent;
181
+ background-color: initial;
182
+ }
179
183
  .wds-alert__liveRegion {
180
184
  display: contents;
181
185
  }
@@ -0,0 +1,4 @@
1
+ .tw-action-option .wds-Button--tertiary:hover {
2
+ background-color: transparent;
3
+ background-color: initial;
4
+ }
@@ -176,6 +176,10 @@
176
176
  .np-action-btn:not(:disabled):focus {
177
177
  box-shadow: none;
178
178
  }
179
+ .tw-action-option .wds-Button--tertiary:hover {
180
+ background-color: transparent;
181
+ background-color: initial;
182
+ }
179
183
  .wds-alert__liveRegion {
180
184
  display: contents;
181
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "46.89.0",
3
+ "version": "46.89.1",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -0,0 +1,4 @@
1
+ .tw-action-option .wds-Button--tertiary:hover {
2
+ background-color: transparent;
3
+ background-color: initial;
4
+ }
@@ -0,0 +1,5 @@
1
+ .tw-action-option {
2
+ .wds-Button--tertiary:hover {
3
+ background-color: unset;
4
+ }
5
+ }
package/src/main.css CHANGED
@@ -176,6 +176,10 @@
176
176
  .np-action-btn:not(:disabled):focus {
177
177
  box-shadow: none;
178
178
  }
179
+ .tw-action-option .wds-Button--tertiary:hover {
180
+ background-color: transparent;
181
+ background-color: initial;
182
+ }
179
183
  .wds-alert__liveRegion {
180
184
  display: contents;
181
185
  }
package/src/main.less CHANGED
@@ -1,6 +1,7 @@
1
1
  @import "./criticalBanner/CriticalCommsBanner.less";
2
2
  @import "./accordion/Accordion.less";
3
3
  @import "./actionButton/ActionButton.less";
4
+ @import "./actionOption/ActionOption.less";
4
5
  @import "./alert/Alert.less";
5
6
  @import "./avatar/Avatar.less";
6
7
  @import "./avatarView/AvatarView.less";