@trafilea/afrodita-components 6.38.3 → 6.38.4

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.
package/build/index.js CHANGED
@@ -5405,6 +5405,12 @@ var sizeOptions = [
5405
5405
  value: '4XL',
5406
5406
  disabled: false,
5407
5407
  },
5408
+ {
5409
+ key: '4XL / 10XXL',
5410
+ label: '4XL / 10XXL',
5411
+ value: '4XL / 10XXL',
5412
+ disabled: false,
5413
+ },
5408
5414
  ];
5409
5415
 
5410
5416
  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; });
@@ -21862,7 +21868,7 @@ var SubscriptionPlanSelector = function (_a) {
21862
21868
  }, useV2Style: true, checked: !radiosStatuses.oneTime.disabled && radiosStatuses.oneTime.checked, disabled: radiosStatuses.oneTime.disabled }, void 0), jsxRuntime.jsx(StyledPrice, { testId: "single-purchase", finalPrice: "$".concat(decimalFormat(Number(discountedPrice))), disabled: radiosStatuses.oneTime.disabled, highlighted: !radiosStatuses.oneTime.disabled && radiosStatuses.oneTime.highlighted, size: exports.ComponentSize.Large, originalPrice: "$".concat(decimalFormat(Number(listPrice))) }, void 0)] }), void 0)] }), void 0));
21863
21869
  };
21864
21870
 
21865
- 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"])));
21871
+ 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"])));
21866
21872
  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) {
21867
21873
  var height = _a.height;
21868
21874
  return height;