@alma/widgets 3.3.0 → 3.3.2

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.
@@ -229,7 +229,6 @@
229
229
  height: 50px;
230
230
  min-width: 50px;
231
231
  border: 1px solid var(--dark-gray);
232
- text-transform: lowercase;
233
232
  border-radius: 16px;
234
233
  font-family: 'Argent', sans-serif;
235
234
  font-size: 20px;
@@ -248,6 +247,10 @@
248
247
  border: 0;
249
248
  }
250
249
 
250
+ ._2T78a {
251
+ margin: 32px;
252
+ }
253
+
251
254
  ._z2Uiv {
252
255
  display: flex;
253
256
  flex-direction: row;
@@ -511,7 +514,6 @@
511
514
 
512
515
  ._2Kqjn {
513
516
  font-family: 'Venn', sans-serif;
514
- text-transform: lowercase;
515
517
  color: var(--off-black);
516
518
  border-radius: 4px;
517
519
  font-weight: 700;
@@ -522,7 +524,7 @@
522
524
  align-items: center;
523
525
  height: 24px;
524
526
  min-width: 24px;
525
- padding: 2px 4px; /* The 4px is made for Deferred plans */
527
+ padding: 2px 10px; /* The 4px is made for Deferred plans */
526
528
  }
527
529
 
528
530
  ._2Kqjn._3dG_J {
@@ -1891,11 +1891,12 @@ var messagesDE = {
1891
1891
  "eligibility-modal.bullet-2": "Lassen Sie sich führen und bestätigen Sie Ihre Zahlung in <strong>2 Minuten.</strong>",
1892
1892
  "eligibility-modal.bullet-3": "<strong>Verlieren Sie nicht die Kontrolle,</strong> indem Sie Ihre Fälligkeitstermine nach Ihrem eigenen Tempo vor- oder zurückverlegen.",
1893
1893
  "eligibility-modal.no-eligibility": "Ups, die Prüfung hat anscheinend nicht funktioniert.",
1894
- "eligibility-modal.p1x-bullet-1": "Wählen Sie <strong>Alma - 1X</strong> beim Check-out.",
1894
+ "eligibility-modal.p1x-bullet-1": "Wählen Sie <strong>Alma - Jetzt bezahlen</strong> zum Zeitpunkt der Zahlung.",
1895
1895
  "eligibility-modal.p1x-bullet-2": "Tragen Sie Ihre <strong>Kreditkarteninformationen ein.</strong>",
1896
1896
  "eligibility-modal.p1x-bullet-3": "<strong> Ihre Zahlung wird sofort bestätigt! </strong>",
1897
1897
  "eligibility-modal.title-deferred-plan": "Zahlen Sie mit Alma in Raten oder später.",
1898
1898
  "eligibility-modal.title-normal": "Zahlen Sie mit Alma in mehreren Raten.",
1899
+ "eligibility-modal.title-pay-now": "Bezahlen Sie mit Alma in einem Mal per Kreditkarte.",
1899
1900
  "installments.today": "Heute",
1900
1901
  "installments.total-amount": "Gesamtsumme",
1901
1902
  "installments.total-fees": "Davon Kosten",
@@ -1908,7 +1909,8 @@ var messagesDE = {
1908
1909
  "payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} dann {numberOfRemainingInstallments} x {othersInstallmentAmount}} other {{firstInstallmentAmount} dann {numberOfRemainingInstallments} x {othersInstallmentAmount}}}",
1909
1910
  "payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} x {totalAmount}",
1910
1911
  "payment-plan-strings.no-fee": "(0% Finanzierung)",
1911
- "payment-plan-strings.pay-now": "Zahlen Sie jetzt {totalAmount}"
1912
+ "payment-plan-strings.pay-now": "Zahlen Sie jetzt {totalAmount}",
1913
+ "payment-plan-strings.pay.now.button": "Jetzt bezahlen"
1912
1914
  };
1913
1915
 
1914
1916
  var messagesEN = {
@@ -1919,11 +1921,12 @@ var messagesEN = {
1919
1921
  "eligibility-modal.bullet-2": "Let us guide you and validate your payment in <strong>2 minutes.</strong>",
1920
1922
  "eligibility-modal.bullet-3": "<strong>Stay in control</strong> by moving your deadlines forward or backward at your own pace.",
1921
1923
  "eligibility-modal.no-eligibility": "Oops, looks like the simulation didn't work.",
1922
- "eligibility-modal.p1x-bullet-1": "Choose <strong>Alma - 1X</strong> at checkout.",
1924
+ "eligibility-modal.p1x-bullet-1": "Choose <strong>Alma - Pay Now</strong> at checkout.",
1923
1925
  "eligibility-modal.p1x-bullet-2": "Fill in your <strong>credit card information.</strong>",
1924
1926
  "eligibility-modal.p1x-bullet-3": "<strong>The validation </strong> of your payment is instantaneous!",
1925
1927
  "eligibility-modal.title-deferred-plan": "Pay in installments or later by credit card with Alma.",
1926
1928
  "eligibility-modal.title-normal": "Pay in installments by credit card with Alma.",
1929
+ "eligibility-modal.title-pay-now": "Pay in one go by credit card with Alma.",
1927
1930
  "installments.today": "Today",
1928
1931
  "installments.total-amount": "Total",
1929
1932
  "installments.total-fees": "Of which costs (incl. VAT)",
@@ -1936,7 +1939,8 @@ var messagesEN = {
1936
1939
  "payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} then {numberOfRemainingInstallments} x {othersInstallmentAmount}} other {{firstInstallmentAmount} then {numberOfRemainingInstallments} x {othersInstallmentAmount}}}",
1937
1940
  "payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} x {totalAmount}",
1938
1941
  "payment-plan-strings.no-fee": "(free of charge)",
1939
- "payment-plan-strings.pay-now": "Pay now {totalAmount}"
1942
+ "payment-plan-strings.pay-now": "Pay now {totalAmount}",
1943
+ "payment-plan-strings.pay.now.button": "Pay Now"
1940
1944
  };
1941
1945
 
1942
1946
  var messagesES = {
@@ -1947,11 +1951,12 @@ var messagesES = {
1947
1951
  "eligibility-modal.bullet-2": "Déjese guiar y valide su pago en <strong>2 minutos.</strong>",
1948
1952
  "eligibility-modal.bullet-3": "<strong>Mantenga el control</strong> adelantando o retrasando los plazos a su propio ritmo.",
1949
1953
  "eligibility-modal.no-eligibility": "Uy, parece que la simulación no ha funcionado.",
1950
- "eligibility-modal.p1x-bullet-1": "Elija <strong>Alma - 1X</strong> en la caja.",
1954
+ "eligibility-modal.p1x-bullet-1": "Elija <strong>Alma - Pagar ahora</strong> en la caja.",
1951
1955
  "eligibility-modal.p1x-bullet-2": "Introduzca los datos de su tarjeta de crédito en <strong>.</strong>",
1952
1956
  "eligibility-modal.p1x-bullet-3": "<strong>¡La validación </strong> de su pago es instantánea!",
1953
1957
  "eligibility-modal.title-deferred-plan": "Paga a plazos o posteriormente con tarjeta bancaria con Alma.",
1954
1958
  "eligibility-modal.title-normal": "Pagar a plazos con tarjeta bancaria con Alma.",
1959
+ "eligibility-modal.title-pay-now": "Pague de una sola vez con tarjeta de crédito con Alma.",
1955
1960
  "installments.today": "Hoy",
1956
1961
  "installments.total-amount": "Total",
1957
1962
  "installments.total-fees": "De los cuales, costes (IVA incluido)",
@@ -1964,7 +1969,8 @@ var messagesES = {
1964
1969
  "payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} hoy, después {numberOfRemainingInstallments} mensualidad de {othersInstallmentAmount}} other {{firstInstallmentAmount} hoy, después {numberOfRemainingInstallments} mensualidades de {othersInstallmentAmount}}}",
1965
1970
  "payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} plazos de {totalAmount}",
1966
1971
  "payment-plan-strings.no-fee": "(sin intereses)",
1967
- "payment-plan-strings.pay-now": "Pague ahora {totalAmount}"
1972
+ "payment-plan-strings.pay-now": "Pague ahora {totalAmount}",
1973
+ "payment-plan-strings.pay.now.button": "Pagar ahora"
1968
1974
  };
1969
1975
 
1970
1976
  var messagesFR = {
@@ -1975,11 +1981,12 @@ var messagesFR = {
1975
1981
  "eligibility-modal.bullet-2": "Laissez-vous guider et validez votre paiement en <strong>2 minutes.</strong>",
1976
1982
  "eligibility-modal.bullet-3": "<strong>Gardez le contrôle</strong> en avançant ou reculant vos échéances à votre rythme.",
1977
1983
  "eligibility-modal.no-eligibility": "Oups, il semblerait que la simulation n'ait pas fonctionné.",
1978
- "eligibility-modal.p1x-bullet-1": "Choisissez <strong>Alma - 1X</strong> au moment du paiement.",
1984
+ "eligibility-modal.p1x-bullet-1": "Choisissez <strong>Alma - Payez maintenant</strong> au moment du paiement.",
1979
1985
  "eligibility-modal.p1x-bullet-2": "Renseignez les informations de votre <strong>carte bancaire.</strong>",
1980
1986
  "eligibility-modal.p1x-bullet-3": "<strong>La validation </strong> de votre paiement est instantanée !",
1981
1987
  "eligibility-modal.title-deferred-plan": "Payez en plusieurs fois ou plus tard par carte bancaire avec Alma.",
1982
1988
  "eligibility-modal.title-normal": "Payez en plusieurs fois par carte bancaire avec Alma.",
1989
+ "eligibility-modal.title-pay-now": "Payez en une fois par carte bancaire avec Alma.",
1983
1990
  "installments.today": "Aujourd'hui",
1984
1991
  "installments.total-amount": "Total",
1985
1992
  "installments.total-fees": "Dont frais (TTC)",
@@ -1992,7 +1999,8 @@ var messagesFR = {
1992
1999
  "payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} puis {numberOfRemainingInstallments} x {othersInstallmentAmount}} other {{firstInstallmentAmount} puis {numberOfRemainingInstallments} x {othersInstallmentAmount}}}",
1993
2000
  "payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} x {totalAmount}",
1994
2001
  "payment-plan-strings.no-fee": "(sans frais)",
1995
- "payment-plan-strings.pay-now": "Payez maintenant {totalAmount}"
2002
+ "payment-plan-strings.pay-now": "Payez maintenant {totalAmount}",
2003
+ "payment-plan-strings.pay.now.button": "Payez maintenant"
1996
2004
  };
1997
2005
 
1998
2006
  var messagesIT = {
@@ -2003,11 +2011,12 @@ var messagesIT = {
2003
2011
  "eligibility-modal.bullet-2": "Segui le istruzioni e completa l'acquisto <strong>in meno di 2 minuti.</strong>",
2004
2012
  "eligibility-modal.bullet-3": "<strong>Gestisci il tuo piano di pagamento</strong> e modifica le scadenze secondo le tue esigenze.",
2005
2013
  "eligibility-modal.no-eligibility": "Ops, sembra che qualcosa non abbia funzionato.",
2006
- "eligibility-modal.p1x-bullet-1": "Scegli <strong>Alma - 1X</strong> alla cassa.",
2014
+ "eligibility-modal.p1x-bullet-1": "Scegliete <strong>Alma - Paga ora</strong> al momento del checkout.",
2007
2015
  "eligibility-modal.p1x-bullet-2": "Inserisci i dati della tua <strong>carta bancaria.</strong>",
2008
2016
  "eligibility-modal.p1x-bullet-3": "Ricevi la conferma di pagamento <strong>istantaneamente!</strong>",
2009
2017
  "eligibility-modal.title-deferred-plan": "Paga a rate con Alma, senza registrazione.",
2010
2018
  "eligibility-modal.title-normal": "Paga a rate con Alma, senza registrazione.",
2019
+ "eligibility-modal.title-pay-now": "Pagate in un'unica soluzione con carta di credito con Alma.",
2011
2020
  "installments.today": "Oggi",
2012
2021
  "installments.total-amount": "Totale",
2013
2022
  "installments.total-fees": "Di cui commissioni",
@@ -2020,7 +2029,8 @@ var messagesIT = {
2020
2029
  "payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {Oggi paghi {firstInstallmentAmount} poi tra {numberOfRemainingInstallments} mese {othersInstallmentAmount}} other {Oggi paghi {firstInstallmentAmount} poi {numberOfRemainingInstallments} rate mensili di {othersInstallmentAmount}}}",
2021
2030
  "payment-plan-strings.multiple-installments-same-amount": "In {installmentsCount} rate mensili di {totalAmount}",
2022
2031
  "payment-plan-strings.no-fee": "(senza interessi)",
2023
- "payment-plan-strings.pay-now": "Paga ora {totalAmount}"
2032
+ "payment-plan-strings.pay-now": "Paga ora {totalAmount}",
2033
+ "payment-plan-strings.pay.now.button": "Paga ora"
2024
2034
  };
2025
2035
 
2026
2036
  var messagesNL = {
@@ -2031,11 +2041,12 @@ var messagesNL = {
2031
2041
  "eligibility-modal.bullet-2": "Laat ons je begeleiden en jouw betaling valideren in <strong>2 minuten.</strong>",
2032
2042
  "eligibility-modal.bullet-3": "<strong>Behoudt de controle</strong> door jouw deadlines op je eigen tempo vooruit of achteruit te schuiven.",
2033
2043
  "eligibility-modal.no-eligibility": "Oeps, het lijkt erop dat de simulatie niet werkte.",
2034
- "eligibility-modal.p1x-bullet-1": "Kies <strong>Alma - 1X</strong> bij het afrekenen.",
2044
+ "eligibility-modal.p1x-bullet-1": "Kies <strong>Alma - Betaal nu</strong> bij het afrekenen.",
2035
2045
  "eligibility-modal.p1x-bullet-2": "Vul jouw <strong>creditcardgegevens </strong> in.",
2036
2046
  "eligibility-modal.p1x-bullet-3": "<strong>De bevestiging </strong> van jouw betaling is onmiddellijk!",
2037
2047
  "eligibility-modal.title-deferred-plan": "Betaal in termijnen of later via iDEAL of per creditcard met Alma.",
2038
2048
  "eligibility-modal.title-normal": "Betaal in termijnen met iDEAL of creditcard bij Alma.",
2049
+ "eligibility-modal.title-pay-now": "Betaal in één keer met Alma.",
2039
2050
  "installments.today": "Tegenwoordig",
2040
2051
  "installments.total-amount": "Totaal",
2041
2052
  "installments.total-fees": "Waarvan kosten (incl. BTW)",
@@ -2048,7 +2059,8 @@ var messagesNL = {
2048
2059
  "payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} dan {numberOfRemainingInstallments} x {othersInstallmentAmount}} other {{firstInstallmentAmount} dan {numberOfRemainingInstallments} x {othersInstallmentAmount}}}",
2049
2060
  "payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} x {totalAmount}",
2050
2061
  "payment-plan-strings.no-fee": "(zonder kosten)",
2051
- "payment-plan-strings.pay-now": "Betaal nu {totalAmount}"
2062
+ "payment-plan-strings.pay-now": "Betaal nu {totalAmount}",
2063
+ "payment-plan-strings.pay.now.button": "Betaal nu"
2052
2064
  };
2053
2065
 
2054
2066
  var messagesPT = {
@@ -2057,13 +2069,14 @@ var messagesPT = {
2057
2069
  "credit-features.total-credit-cost": "Incluindo custo do crédito",
2058
2070
  "eligibility-modal.bullet-1": "Escolha a <strong>Alma</strong> no checkout.",
2059
2071
  "eligibility-modal.bullet-2": "Deixe-nos guiá-lo e validar o seu pagamento em <strong>2 minutos.</strong>",
2060
- "eligibility-modal.bullet-3": "<strong>Mantenha-se em controlo</strong> avançando ou recuando os seus prazos ao seu próprio ritmo.",
2072
+ "eligibility-modal.bullet-3": "<strong>Mantenha o controlo</strong> avançando ou recuando os seus prazos ao seu próprio ritmo.",
2061
2073
  "eligibility-modal.no-eligibility": "Ups, parece que a simulação não funcionou.",
2062
- "eligibility-modal.p1x-bullet-1": "Escolher <strong>Alma - 1X</strong> no checkout.",
2074
+ "eligibility-modal.p1x-bullet-1": "Seleccionar <strong>Alma - Pagar agora</strong> no final da compra.",
2063
2075
  "eligibility-modal.p1x-bullet-2": "Preencha as informações do seu <strong>cartão de crédito.</strong>",
2064
2076
  "eligibility-modal.p1x-bullet-3": "<strong>A validação </strong> do seu pagamento é instantânea!",
2065
2077
  "eligibility-modal.title-deferred-plan": "Pagar em prestações ou mais tarde por cartão de crédito com Alma.",
2066
2078
  "eligibility-modal.title-normal": "Pagar em prestações por cartão de crédito com Alma.",
2079
+ "eligibility-modal.title-pay-now": "Pagar de uma só vez com cartão de crédito com a Alma.",
2067
2080
  "installments.today": "Hoje",
2068
2081
  "installments.total-amount": "Total",
2069
2082
  "installments.total-fees": "Dos quais custos (incl. IVA)",
@@ -2076,7 +2089,8 @@ var messagesPT = {
2076
2089
  "payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} depois {numberOfRemainingInstallments} x {othersInstallmentAmount}} other {{firstInstallmentAmount} depois {numberOfRemainingInstallments} x {othersInstallmentAmount}}}",
2077
2090
  "payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} x {totalAmount}",
2078
2091
  "payment-plan-strings.no-fee": "(sem encargos)",
2079
- "payment-plan-strings.pay-now": "Pague agora {totalAmount}"
2092
+ "payment-plan-strings.pay-now": "Pague agora {totalAmount}",
2093
+ "payment-plan-strings.pay.now.button": "Pagar agora"
2080
2094
  };
2081
2095
 
2082
2096
  var getTranslationsByLocale = function getTranslationsByLocale(locale) {
@@ -2438,6 +2452,13 @@ var paymentPlanShorthandName = function paymentPlanShorthandName(payment) {
2438
2452
  deferred_months = payment.deferred_months,
2439
2453
  installmentsCount = payment.installments_count;
2440
2454
 
2455
+ if (installmentsCount === 1 && !deferred_days && !deferred_months) {
2456
+ return /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
2457
+ id: "payment-plan-strings.pay.now.button",
2458
+ defaultMessage: "Payez maintenant"
2459
+ });
2460
+ }
2461
+
2441
2462
  if (installmentsCount === 1 && deferred_days) {
2442
2463
  return /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
2443
2464
  id: "payment-plan-strings.day-abbreviation",
@@ -2592,7 +2613,7 @@ var paymentPlanInfoText = function paymentPlanInfoText(payment) {
2592
2613
  });
2593
2614
  };
2594
2615
 
2595
- var s$3 = {"buttons":"_1l2Oa","active":"_3rue7"};
2616
+ var s$3 = {"buttons":"_1l2Oa","active":"_3rue7","textButton":"_2T78a"};
2596
2617
 
2597
2618
  var EligibilityPlansButtons = function EligibilityPlansButtons(_ref) {
2598
2619
  var eligibilityPlans = _ref.eligibilityPlans,
@@ -2609,7 +2630,9 @@ var EligibilityPlansButtons = function EligibilityPlansButtons(_ref) {
2609
2630
  onClick: function onClick() {
2610
2631
  return setCurrentPlanIndex(index);
2611
2632
  }
2612
- }, paymentPlanShorthandName(eligibilityPlan));
2633
+ }, /*#__PURE__*/React__default.createElement("span", {
2634
+ className: s$3.textButton
2635
+ }, paymentPlanShorthandName(eligibilityPlan)));
2613
2636
  }));
2614
2637
  };
2615
2638
 
@@ -2874,7 +2897,7 @@ var Info = function Info(_ref) {
2874
2897
  className: STATIC_CUSTOMISATION_CLASSES.infoMessage
2875
2898
  }, isCurrentPlanP1X ? /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
2876
2899
  id: "eligibility-modal.p1x-bullet-1",
2877
- defaultMessage: "Choisissez <strong>Alma - 1X</strong> au moment du paiement.",
2900
+ defaultMessage: "Choisissez <strong>Alma - Payez maintenant</strong> au moment du paiement.",
2878
2901
  values: {
2879
2902
  strong: function strong() {
2880
2903
  return /*#__PURE__*/React__default.createElement("strong", null, [].slice.call(arguments));
@@ -2939,13 +2962,17 @@ var Info = function Info(_ref) {
2939
2962
  var s$8 = {"title":"_3ERx-"};
2940
2963
 
2941
2964
  var Title = function Title(_ref) {
2942
- var isSomePlanDeferred = _ref.isSomePlanDeferred;
2965
+ var isSomePlanDeferred = _ref.isSomePlanDeferred,
2966
+ isCurrentPlanP1X = _ref.isCurrentPlanP1X;
2943
2967
  return /*#__PURE__*/React__default.createElement("div", {
2944
2968
  className: cx(s$8.title, STATIC_CUSTOMISATION_CLASSES.title),
2945
2969
  "data-testid": "modal-title-element"
2946
2970
  }, isSomePlanDeferred ? /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
2947
2971
  id: "eligibility-modal.title-deferred-plan",
2948
2972
  defaultMessage: "Payez en plusieurs fois ou plus tard par carte bancaire avec Alma."
2973
+ }) : isCurrentPlanP1X ? /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
2974
+ id: "eligibility-modal.title-pay-now",
2975
+ defaultMessage: "Payez en une fois par carte bancaire avec Alma."
2949
2976
  }) : /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
2950
2977
  id: "eligibility-modal.title-normal",
2951
2978
  defaultMessage: "Payez en plusieurs fois par carte bancaire avec Alma."
@@ -2965,7 +2992,8 @@ var DesktopModal = function DesktopModal(_ref) {
2965
2992
  }, /*#__PURE__*/React__default.createElement("aside", {
2966
2993
  className: cx([s$9.block, s$9.left, STATIC_CUSTOMISATION_CLASSES.leftSide])
2967
2994
  }, /*#__PURE__*/React__default.createElement(Title, {
2968
- isSomePlanDeferred: isSomePlanDeferred
2995
+ isSomePlanDeferred: isSomePlanDeferred,
2996
+ isCurrentPlanP1X: isCurrentPlanP1X
2969
2997
  }), /*#__PURE__*/React__default.createElement(Info, {
2970
2998
  isCurrentPlanP1X: isCurrentPlanP1X
2971
2999
  }), cards && /*#__PURE__*/React__default.createElement(Cards, {
@@ -2991,7 +3019,8 @@ var MobileModal = function MobileModal(_ref) {
2991
3019
  className: cx(s$b.container, STATIC_CUSTOMISATION_CLASSES.mobileModal),
2992
3020
  "data-testid": "modal-container"
2993
3021
  }, /*#__PURE__*/React__default.createElement(Title, {
2994
- isSomePlanDeferred: isSomePlanDeferred
3022
+ isSomePlanDeferred: isSomePlanDeferred,
3023
+ isCurrentPlanP1X: isCurrentPlanP1X
2995
3024
  }), children, /*#__PURE__*/React__default.createElement(Info, {
2996
3025
  isCurrentPlanP1X: isCurrentPlanP1X
2997
3026
  }), cards && /*#__PURE__*/React__default.createElement(Cards, {