@trafilea/afrodita-components 5.0.0-beta.143 → 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,
@@ -12270,7 +12270,7 @@ var OfferBanner = function (_a) {
12270
12270
  var templateObject_1$M;
12271
12271
 
12272
12272
  var Wrapper$2 = newStyled.div(templateObject_1$L || (templateObject_1$L = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
12273
- var GrandTotal = newStyled.h1(templateObject_2$w || (templateObject_2$w = __makeTemplateObject(["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"], ["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"])), function (props) { return props.color; });
12273
+ var GrandTotal = newStyled.h1(templateObject_2$w || (templateObject_2$w = __makeTemplateObject(["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: block;\n align-items: center;\n"], ["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: block;\n align-items: center;\n"])), function (props) { return props.color; });
12274
12274
  var Currency = newStyled.span(templateObject_3$s || (templateObject_3$s = __makeTemplateObject(["\n margin: 0;\n margin-right: 0.625rem;\n font-weight: 600;\n color: ", ";\n font-size: ", ";\n line-height: ", ";\n align-self: ", ";\n"], ["\n margin: 0;\n margin-right: 0.625rem;\n font-weight: 600;\n color: ", ";\n font-size: ", ";\n line-height: ", ";\n align-self: ", ";\n"])), function (_a) {
12275
12275
  var theme = _a.theme;
12276
12276
  return theme.component.total.basicTotal.currency.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,
@@ -12296,7 +12296,7 @@ var OfferBanner = function (_a) {
12296
12296
  var templateObject_1$M;
12297
12297
 
12298
12298
  var Wrapper$2 = newStyled.div(templateObject_1$L || (templateObject_1$L = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
12299
- var GrandTotal = newStyled.h1(templateObject_2$w || (templateObject_2$w = __makeTemplateObject(["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"], ["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"])), function (props) { return props.color; });
12299
+ var GrandTotal = newStyled.h1(templateObject_2$w || (templateObject_2$w = __makeTemplateObject(["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: block;\n align-items: center;\n"], ["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: block;\n align-items: center;\n"])), function (props) { return props.color; });
12300
12300
  var Currency = newStyled.span(templateObject_3$s || (templateObject_3$s = __makeTemplateObject(["\n margin: 0;\n margin-right: 0.625rem;\n font-weight: 600;\n color: ", ";\n font-size: ", ";\n line-height: ", ";\n align-self: ", ";\n"], ["\n margin: 0;\n margin-right: 0.625rem;\n font-weight: 600;\n color: ", ";\n font-size: ", ";\n line-height: ", ";\n align-self: ", ";\n"])), function (_a) {
12301
12301
  var theme = _a.theme;
12302
12302
  return theme.component.total.basicTotal.currency.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.143",
6
+ "version": "5.0.0-beta.145",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",