@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.
@@ -143,7 +143,7 @@
143
143
  background-color: var(--white);
144
144
  color: var(--off-black);
145
145
  width: 100%;
146
- height: 90vh;
146
+ height: 83vh;
147
147
  position: absolute;
148
148
  bottom: 0;
149
149
  border-top-left-radius: 20px;
@@ -240,6 +240,8 @@
240
240
  cursor: pointer;
241
241
  background-color: var(--white);
242
242
  transition: all 0.1s ease;
243
+ color: var(--off-black);
244
+ padding: initial; /* To avoid CSS surcharge on this. */
243
245
  }
244
246
 
245
247
  ._1l2Oa > button._3rue7 {
@@ -300,6 +302,7 @@
300
302
  ._MPKjS {
301
303
  padding: 0 24px;
302
304
  margin-bottom: 16px;
305
+ font-family: 'Venn', sans-serif;
303
306
  }
304
307
 
305
308
  ._3a7er {
@@ -329,6 +332,7 @@
329
332
  margin-bottom: 40px;
330
333
  padding: 0 24px;
331
334
  gap: 20px;
335
+ font-family: 'Venn', sans-serif;
332
336
  }
333
337
 
334
338
  ._1HqCO {
@@ -474,7 +478,7 @@
474
478
  ._TSkFv {
475
479
  width: 368px;
476
480
  max-width: 100%;
477
- background-color: transparent;
481
+ background-color: var(--white);
478
482
  border: 1px solid var(--light-gray);
479
483
  display: flex;
480
484
  flex-direction: column;
@@ -558,24 +562,6 @@
558
562
  align-items: center;
559
563
  }
560
564
 
561
- ._R0YlN {
562
- align-items: center;
563
- line-height: 100%;
564
- }
565
-
566
- ._2kGhu {
567
- font-family: 'Venn', sans-serif;
568
- font-style: normal;
569
- font-weight: normal;
570
- font-size: 12px;
571
- color: var(--off-black);
572
- }
573
-
574
- ._73d_Y {
575
- cursor: pointer;
576
- text-decoration: underline;
577
- }
578
-
579
565
  ._1ZDMS {
580
566
  align-items: center;
581
567
  }
@@ -2553,7 +2553,7 @@ var Installment = function Installment(_ref) {
2553
2553
  })), /*#__PURE__*/React__default.createElement("div", {
2554
2554
  className: cx((_cx2 = {}, _cx2[s$4.bold] = index === 0, _cx2))
2555
2555
  }, /*#__PURE__*/React__default.createElement(reactIntl.FormattedNumber, {
2556
- value: installment.purchase_amount / 100,
2556
+ value: installment.total_amount / 100,
2557
2557
  style: "currency",
2558
2558
  currency: "EUR"
2559
2559
  })));
@@ -3062,7 +3062,7 @@ var STATIC_CUSTOMISATION_CLASSES$1 = {
3062
3062
  activeOption: prefix$1 + '-active-option'
3063
3063
  };
3064
3064
 
3065
- 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"};
3065
+ 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"};
3066
3066
 
3067
3067
  var VERY_LONG_TIME_IN_MS = 1000 * 3600 * 24 * 365;
3068
3068
  var DEFAULT_TRANSITION_TIME = 5500;