@alma/widgets 3.0.1 → 3.0.3

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.
@@ -2550,7 +2550,7 @@ var Installment = function Installment(_ref) {
2550
2550
  })), /*#__PURE__*/React.createElement("div", {
2551
2551
  className: cx((_cx2 = {}, _cx2[s$4.bold] = index === 0, _cx2))
2552
2552
  }, /*#__PURE__*/React.createElement(FormattedNumber, {
2553
- value: installment.purchase_amount / 100,
2553
+ value: installment.total_amount / 100,
2554
2554
  style: "currency",
2555
2555
  currency: "EUR"
2556
2556
  })));
@@ -3059,7 +3059,7 @@ var STATIC_CUSTOMISATION_CLASSES$1 = {
3059
3059
  activeOption: prefix$1 + '-active-option'
3060
3060
  };
3061
3061
 
3062
- var s$d = {"widgetButton":"_TSkFv","logo":"_LJ4nZ","primaryContainer":"_bMClc","paymentPlans":"_17c_S","plan":"_2Kqjn","active":"_3dG_J","monochrome":"_2hx83","notEligible":"_3O1bg","hideBorder":"_3_qcn","info":"_25GrF","loader":"_30j1O","error":"_R0YlN","errorText":"_2kGhu","errorButton":"_73d_Y","pending":"_1ZDMS","clickable":"_UksZa","unClickable":"_1lr-q"};
3062
+ var s$d = {"widgetButton":"_TSkFv","logo":"_LJ4nZ","primaryContainer":"_bMClc","paymentPlans":"_17c_S","plan":"_2Kqjn","active":"_3dG_J","monochrome":"_2hx83","notEligible":"_3O1bg","hideBorder":"_3_qcn","info":"_25GrF","loader":"_30j1O","pending":"_1ZDMS","clickable":"_UksZa","unClickable":"_1lr-q"};
3063
3063
 
3064
3064
  var VERY_LONG_TIME_IN_MS = 1000 * 3600 * 24 * 365;
3065
3065
  var DEFAULT_TRANSITION_TIME = 5500;