@trafilea/afrodita-components 5.0.0-beta.226 → 5.0.0-beta.227

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.
@@ -4890,9 +4890,9 @@ var SelectorSecondary = function (_a) {
4890
4890
  fontWeight: theme.component.selector.hover.fontWeight,
4891
4891
  }
4892
4892
  : {
4893
- background: theme.component.selector.default.background,
4894
- color: theme.component.selector.default.color,
4895
- border: theme.component.selector.default.border,
4893
+ background: "".concat(theme.component.selector.default.background, " !important"),
4894
+ color: "".concat(theme.component.selector.default.color, " !important"),
4895
+ border: "".concat(theme.component.selector.default.border, " !important"),
4896
4896
  fontWeight: theme.component.selector.default.fontWeight,
4897
4897
  };
4898
4898
  if (showNoStockStyles) {
package/build/index.js CHANGED
@@ -4916,9 +4916,9 @@ var SelectorSecondary = function (_a) {
4916
4916
  fontWeight: theme.component.selector.hover.fontWeight,
4917
4917
  }
4918
4918
  : {
4919
- background: theme.component.selector.default.background,
4920
- color: theme.component.selector.default.color,
4921
- border: theme.component.selector.default.border,
4919
+ background: "".concat(theme.component.selector.default.background, " !important"),
4920
+ color: "".concat(theme.component.selector.default.color, " !important"),
4921
+ border: "".concat(theme.component.selector.default.border, " !important"),
4922
4922
  fontWeight: theme.component.selector.default.fontWeight,
4923
4923
  };
4924
4924
  if (showNoStockStyles) {
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.226",
6
+ "version": "5.0.0-beta.227",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",