@trafilea/afrodita-components 6.38.3 → 6.38.5

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.
@@ -5379,6 +5379,12 @@ var sizeOptions = [
5379
5379
  value: '4XL',
5380
5380
  disabled: false,
5381
5381
  },
5382
+ {
5383
+ key: '4XL / 10XXL',
5384
+ label: '4XL / 10XXL',
5385
+ value: '4XL / 10XXL',
5386
+ disabled: false,
5387
+ },
5382
5388
  ];
5383
5389
 
5384
5390
  var ErrorText = newStyled.h3(templateObject_1$20 || (templateObject_1$20 = __makeTemplateObject(["\n color: ", " !important;\n font-size: 0.75rem;\n font-weight: 600;\n margin: 0;\n font-height: 1rem;\n margin-left: 0.313rem;\n"], ["\n color: ", " !important;\n font-size: 0.75rem;\n font-weight: 600;\n margin: 0;\n font-height: 1rem;\n margin-left: 0.313rem;\n"])), function (props) { return props.color; });
@@ -21836,7 +21842,7 @@ var SubscriptionPlanSelector = function (_a) {
21836
21842
  }, useV2Style: true, checked: !radiosStatuses.oneTime.disabled && radiosStatuses.oneTime.checked, disabled: radiosStatuses.oneTime.disabled }, void 0), jsx$1(StyledPrice, { testId: "single-purchase", finalPrice: "$".concat(decimalFormat(Number(discountedPrice))), disabled: radiosStatuses.oneTime.disabled, highlighted: !radiosStatuses.oneTime.disabled && radiosStatuses.oneTime.highlighted, size: ComponentSize.Large, originalPrice: "$".concat(decimalFormat(Number(listPrice))) }, void 0)] }), void 0)] }), void 0));
21837
21843
  };
21838
21844
 
21839
- var Container = newStyled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n width: 100%;\n margin-bottom: 20px;\n border: 1px;\n padding: 12px;\n border-radius: 8px;\n gap: 14px;\n"], ["\n display: flex;\n flex-direction: column;\n width: 100%;\n margin-bottom: 20px;\n border: 1px;\n padding: 12px;\n border-radius: 8px;\n gap: 14px;\n"])));
21845
+ var Container = newStyled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n width: 100%;\n padding: 12px;\n border: 1px solid #e5e5e5;\n border-radius: 8px;\n gap: 14px;\n margin: auto;\n"], ["\n display: flex;\n flex-direction: column;\n width: 100%;\n padding: 12px;\n border: 1px solid #e5e5e5;\n border-radius: 8px;\n gap: 14px;\n margin: auto;\n"])));
21840
21846
  var Body = newStyled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n gap: 8px;\n width: 100%;\n height: ", ";\n"], ["\n display: flex;\n gap: 8px;\n width: 100%;\n height: ", ";\n"])), function (_a) {
21841
21847
  var height = _a.height;
21842
21848
  return height;
@@ -21849,7 +21855,7 @@ var Benefits = newStyled.div(templateObject_4 || (templateObject_4 = __makeTempl
21849
21855
  var theme = _a.theme;
21850
21856
  return theme.colors.shades['10'].color;
21851
21857
  });
21852
- var Benefit = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n align-items: flex-start;\n gap: 8px;\n"], ["\n display: flex;\n align-items: flex-start;\n gap: 8px;\n"])));
21858
+ var Benefit = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n gap: 8px;\n"], ["\n display: flex;\n align-items: center;\n gap: 8px;\n"])));
21853
21859
  var Actions = newStyled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n width: 100%;\n gap: 8px;\n"], ["\n display: flex;\n width: 100%;\n gap: 8px;\n"])));
21854
21860
  var ImageWrapper = newStyled.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n position: relative;\n display: flex;\n width: ", ";\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n"], ["\n position: relative;\n display: flex;\n width: ", ";\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n"])), function (_a) {
21855
21861
  var width = _a.width;