@trafilea/afrodita-components 5.0.0-beta.138 → 5.0.0-beta.139

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.
@@ -4748,8 +4748,8 @@ var SelectorSecondary = function (_a) {
4748
4748
  };
4749
4749
  }
4750
4750
  return (jsx(SimpleSelector, { text: text, size: size, onClick: onClick, className: className, disabled: disabled, testId: testId, width: width, css: __assign$1(__assign$1({}, stylesByActive), { whiteSpace: 'nowrap', '&:hover': {
4751
- background: theme.component.selector.hover.background,
4752
- color: theme.component.selector.hover.color,
4751
+ background: showNoStockStyles ? '' : theme.component.selector.hover.background,
4752
+ color: showNoStockStyles ? '' : theme.component.selector.hover.color,
4753
4753
  }, '&:disabled': {
4754
4754
  border: theme.component.selector.disabled.border,
4755
4755
  background: theme.colors.background.disabled,
package/build/index.js CHANGED
@@ -4774,8 +4774,8 @@ var SelectorSecondary = function (_a) {
4774
4774
  };
4775
4775
  }
4776
4776
  return (jsx(SimpleSelector, { text: text, size: size, onClick: onClick, className: className, disabled: disabled, testId: testId, width: width, css: __assign$1(__assign$1({}, stylesByActive), { whiteSpace: 'nowrap', '&:hover': {
4777
- background: theme.component.selector.hover.background,
4778
- color: theme.component.selector.hover.color,
4777
+ background: showNoStockStyles ? '' : theme.component.selector.hover.background,
4778
+ color: showNoStockStyles ? '' : theme.component.selector.hover.color,
4779
4779
  }, '&:disabled': {
4780
4780
  border: theme.component.selector.disabled.border,
4781
4781
  background: theme.colors.background.disabled,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.138",
6
+ "version": "5.0.0-beta.139",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",