@trafilea/afrodita-components 5.0.0-beta.144 → 5.0.0-beta.145

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.
@@ -4739,7 +4739,7 @@ var SelectorSecondary = function (_a) {
4739
4739
  border: theme.component.selector.default.border,
4740
4740
  fontWeight: theme.component.selector.default.fontWeight,
4741
4741
  };
4742
- if (!active && showNoStockStyles) {
4742
+ if (showNoStockStyles) {
4743
4743
  stylesByActive = {
4744
4744
  background: theme.component.selector.noStock.background,
4745
4745
  color: theme.component.selector.noStock.color,
package/build/index.js CHANGED
@@ -4765,7 +4765,7 @@ var SelectorSecondary = function (_a) {
4765
4765
  border: theme.component.selector.default.border,
4766
4766
  fontWeight: theme.component.selector.default.fontWeight,
4767
4767
  };
4768
- if (!active && showNoStockStyles) {
4768
+ if (showNoStockStyles) {
4769
4769
  stylesByActive = {
4770
4770
  background: theme.component.selector.noStock.background,
4771
4771
  color: theme.component.selector.noStock.color,
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.144",
6
+ "version": "5.0.0-beta.145",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",