@alma/widgets 2.11.1 → 2.12.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.
- package/README.md +0 -15
- package/dist/raw/widgets.css +1 -1
- package/dist/raw/widgets.js +22 -19
- package/dist/raw/widgets.js.map +1 -1
- package/dist/raw/widgets.m.js +22 -19
- package/dist/raw/widgets.m.js.map +1 -1
- package/dist/raw/widgets.modern.js +22 -19
- package/dist/raw/widgets.modern.js.map +1 -1
- package/dist/raw/widgets.umd.js +22 -19
- package/dist/raw/widgets.umd.js.map +1 -1
- package/dist/types/Widgets/EligibilityModal/classNames.const.d.ts +3 -0
- package/dist/widgets.css +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.js.map +1 -1
- package/dist/widgets.m.js +1 -1
- package/dist/widgets.m.js.map +1 -1
- package/dist/widgets.modern.js +1 -1
- package/dist/widgets.modern.js.map +1 -1
- package/dist/widgets.umd.js +1 -1
- package/dist/widgets.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/raw/widgets.umd.js
CHANGED
|
@@ -6709,7 +6709,7 @@
|
|
|
6709
6709
|
var messagesDE = {
|
|
6710
6710
|
"eligibility-modal.bullet-1": "Wählen Sie an der Kasse <strong>Alma</strong> .",
|
|
6711
6711
|
"eligibility-modal.bullet-2": "Füllen Sie die <strong>angeforderten</strong> Informationen aus.",
|
|
6712
|
-
"eligibility-modal.bullet-3": "Die Bestätigung Ihrer Zahlung <strong>sofort</strong> !",
|
|
6712
|
+
"eligibility-modal.bullet-3": "Die Bestätigung Ihrer Zahlung erfolgt <strong>sofort</strong> !",
|
|
6713
6713
|
"eligibility-modal.cost": "Davon Kosten",
|
|
6714
6714
|
"eligibility-modal.credit-commitment": "Ein Kredit verpflichtet Sie und muss zurückgezahlt werden. Prüfen Sie Ihre Rückzahlungsfähigkeit, bevor Sie sich verpflichten.",
|
|
6715
6715
|
"eligibility-modal.credit-cost": "Davon Kreditkosten",
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
var messagesEN = {
|
|
6733
6733
|
"eligibility-modal.bullet-1": "Choose <strong>Alma</strong> at checkout.",
|
|
6734
6734
|
"eligibility-modal.bullet-2": "Fill in the <strong>information</strong> requested.",
|
|
6735
|
-
"eligibility-modal.bullet-3": "
|
|
6735
|
+
"eligibility-modal.bullet-3": "The validation of your payment is <strong>instantaneous</strong> !",
|
|
6736
6736
|
"eligibility-modal.cost": "Of which costs",
|
|
6737
6737
|
"eligibility-modal.credit-commitment": "A loan commits you and must be repaid. Check your ability to repay before committing yourself.",
|
|
6738
6738
|
"eligibility-modal.credit-cost": "Of which cost of credit",
|
|
@@ -6742,7 +6742,7 @@
|
|
|
6742
6742
|
"eligibility-modal.title-deferred": "<highlighted>Pay in installments</highlighted> or later by credit card with Alma.",
|
|
6743
6743
|
"eligibility-modal.total": "Total",
|
|
6744
6744
|
"installments.today": "Today",
|
|
6745
|
-
"payment-plan-strings.day-abbreviation": "
|
|
6745
|
+
"payment-plan-strings.day-abbreviation": "D{numberOfDeferredDays}",
|
|
6746
6746
|
"payment-plan-strings.default-message": "Pay in installments with Alma",
|
|
6747
6747
|
"payment-plan-strings.deferred": "{totalAmount} to be paid on {dueDate}",
|
|
6748
6748
|
"payment-plan-strings.ineligible-greater-than-max": "Until {maxAmount}",
|
|
@@ -6755,7 +6755,7 @@
|
|
|
6755
6755
|
var messagesES = {
|
|
6756
6756
|
"eligibility-modal.bullet-1": "Elige <strong>Alma</strong> como método de pago.",
|
|
6757
6757
|
"eligibility-modal.bullet-2": "Completa la <strong>información</strong> solicitada.",
|
|
6758
|
-
"eligibility-modal.bullet-3": "¡
|
|
6758
|
+
"eligibility-modal.bullet-3": "¡La validación de tu pago es <strong>instantánea</strong> !",
|
|
6759
6759
|
"eligibility-modal.cost": "Gastos (incl. en el total)",
|
|
6760
6760
|
"eligibility-modal.credit-commitment": "Un préstamo te compromete y debe ser devuelto. Comprueba tu capacidad financiera antes de comprometerte.",
|
|
6761
6761
|
"eligibility-modal.credit-cost": "Coste de crédito (incl. en el total)",
|
|
@@ -6778,7 +6778,7 @@
|
|
|
6778
6778
|
var messagesFR = {
|
|
6779
6779
|
"eligibility-modal.bullet-1": "Choisissez <strong>Alma</strong> au moment du paiement.",
|
|
6780
6780
|
"eligibility-modal.bullet-2": "Renseignez les <strong>informations</strong> demandées.",
|
|
6781
|
-
"eligibility-modal.bullet-3": "La validation de votre paiement <strong>instantanée</strong> !",
|
|
6781
|
+
"eligibility-modal.bullet-3": "La validation de votre paiement est <strong>instantanée</strong> !",
|
|
6782
6782
|
"eligibility-modal.cost": "Dont frais",
|
|
6783
6783
|
"eligibility-modal.credit-commitment": "Un crédit vous engage et doit être remboursé. Vérifiez vos capacités de remboursement avant de vous engager.",
|
|
6784
6784
|
"eligibility-modal.credit-cost": "Dont coût du crédit",
|
|
@@ -6801,7 +6801,7 @@
|
|
|
6801
6801
|
var messagesIT = {
|
|
6802
6802
|
"eligibility-modal.bullet-1": "Scegli <strong>Alma</strong> alla cassa.",
|
|
6803
6803
|
"eligibility-modal.bullet-2": "Compila le informazioni <strong></strong> richieste.",
|
|
6804
|
-
"eligibility-modal.bullet-3": "
|
|
6804
|
+
"eligibility-modal.bullet-3": "La convalida del pagamento è <strong>istantanea</strong> !",
|
|
6805
6805
|
"eligibility-modal.cost": "Di cui commissioni",
|
|
6806
6806
|
"eligibility-modal.credit-commitment": "Un pagamento rateale ti impegna e deve essere ripagato. Verifica la tua capacità di rimborso prima di impegnarti.",
|
|
6807
6807
|
"eligibility-modal.credit-cost": "Di cui commissioni",
|
|
@@ -6824,30 +6824,30 @@
|
|
|
6824
6824
|
var messagesNL = {
|
|
6825
6825
|
"eligibility-modal.bullet-1": "Kies <strong>Alma</strong> bij het afrekenen.",
|
|
6826
6826
|
"eligibility-modal.bullet-2": "Vul de <strong>gevraagde informatie</strong> in.",
|
|
6827
|
-
"eligibility-modal.bullet-3": "
|
|
6827
|
+
"eligibility-modal.bullet-3": "De validatie van uw betaling is <strong>onmiddellijk</strong> !",
|
|
6828
6828
|
"eligibility-modal.cost": "Waarvan kosten",
|
|
6829
6829
|
"eligibility-modal.credit-commitment": "Een lening bindt je en moet worden terugbetaald. Ga na of u kunt terugbetalen voordat u zich vastlegt.",
|
|
6830
6830
|
"eligibility-modal.credit-cost": "Waarvan kosten van krediet",
|
|
6831
|
-
"eligibility-modal.credit-cost-amount": "{creditCost} (
|
|
6831
|
+
"eligibility-modal.credit-cost-amount": "{creditCost} (gemiddeld rente percentage {TAEG})",
|
|
6832
6832
|
"eligibility-modal.no-eligibility": "Oeps, het lijkt erop dat de simulatie niet werkte.",
|
|
6833
|
-
"eligibility-modal.title": "<highlighted>Betaal in termijnen</highlighted> met kredietkaart bij Alma.",
|
|
6834
|
-
"eligibility-modal.title-deferred": "<highlighted>Betaal in termijnen</highlighted> of later per
|
|
6833
|
+
"eligibility-modal.title": "<highlighted>Betaal in termijnen</highlighted> met bank- en kredietkaart bij Alma.",
|
|
6834
|
+
"eligibility-modal.title-deferred": "<highlighted>Betaal in termijnen</highlighted> of later per bank- en kredietkaart met Alma.",
|
|
6835
6835
|
"eligibility-modal.total": "Totaal",
|
|
6836
6836
|
"installments.today": "Tegenwoordig",
|
|
6837
|
-
"payment-plan-strings.day-abbreviation": "
|
|
6837
|
+
"payment-plan-strings.day-abbreviation": "D{numberOfDeferredDays}",
|
|
6838
6838
|
"payment-plan-strings.default-message": "Betaal in termijnen met Alma",
|
|
6839
6839
|
"payment-plan-strings.deferred": "{totalAmount} te betalen op {dueDate}",
|
|
6840
6840
|
"payment-plan-strings.ineligible-greater-than-max": "Tot {maxAmount}",
|
|
6841
6841
|
"payment-plan-strings.ineligible-lower-than-min": "Van {minAmount}",
|
|
6842
6842
|
"payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} dan {numberOfRemainingInstallments} x {othersInstallmentAmount}} other {{firstInstallmentAmount} dan {numberOfRemainingInstallments} x {othersInstallmentAmount}}}",
|
|
6843
6843
|
"payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} x {totalAmount}",
|
|
6844
|
-
"payment-plan-strings.no-fee": "(
|
|
6844
|
+
"payment-plan-strings.no-fee": "(zonder kosten)"
|
|
6845
6845
|
};
|
|
6846
6846
|
|
|
6847
6847
|
var messagesPT = {
|
|
6848
6848
|
"eligibility-modal.bullet-1": "Escolha a <strong>Alma</strong> no checkout.",
|
|
6849
6849
|
"eligibility-modal.bullet-2": "Preencha os <strong>dados</strong> solicitados.",
|
|
6850
|
-
"eligibility-modal.bullet-3": "
|
|
6850
|
+
"eligibility-modal.bullet-3": "A validação do seu pagamento é <strong>instantaneamente</strong> !",
|
|
6851
6851
|
"eligibility-modal.cost": "Incluindo encargos",
|
|
6852
6852
|
"eligibility-modal.credit-commitment": "Um crédito é um compromisso e deve ser reembolsado. Verifique a sua capacidade de pagar antes de se comprometer.",
|
|
6853
6853
|
"eligibility-modal.credit-cost": "Incluindo custo do crédito",
|
|
@@ -17215,7 +17215,10 @@
|
|
|
17215
17215
|
*/
|
|
17216
17216
|
|
|
17217
17217
|
var STATIC_CUSTOMISATION_CLASSES = {
|
|
17218
|
+
desktopModal: prefix + '-desktop-modal',
|
|
17219
|
+
mobileModal: prefix + '-mobile-modal',
|
|
17218
17220
|
leftSide: prefix + '-left-side',
|
|
17221
|
+
bullet: prefix + '-bullet',
|
|
17219
17222
|
rightSide: prefix + '-right-side',
|
|
17220
17223
|
title: prefix + '-title',
|
|
17221
17224
|
info: prefix + '-info',
|
|
@@ -20132,7 +20135,7 @@
|
|
|
20132
20135
|
}, /*#__PURE__*/react.createElement("div", {
|
|
20133
20136
|
className: s$5.listItem
|
|
20134
20137
|
}, /*#__PURE__*/react.createElement("div", {
|
|
20135
|
-
className: s$5.bullet
|
|
20138
|
+
className: classnames(s$5.bullet, STATIC_CUSTOMISATION_CLASSES.bullet)
|
|
20136
20139
|
}, "1"), /*#__PURE__*/react.createElement("div", {
|
|
20137
20140
|
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
|
|
20138
20141
|
}, /*#__PURE__*/react.createElement(MemoizedFormattedMessage, {
|
|
@@ -20146,7 +20149,7 @@
|
|
|
20146
20149
|
}))), /*#__PURE__*/react.createElement("div", {
|
|
20147
20150
|
className: s$5.listItem
|
|
20148
20151
|
}, /*#__PURE__*/react.createElement("div", {
|
|
20149
|
-
className: s$5.bullet
|
|
20152
|
+
className: classnames(s$5.bullet, STATIC_CUSTOMISATION_CLASSES.bullet)
|
|
20150
20153
|
}, "2"), /*#__PURE__*/react.createElement("div", {
|
|
20151
20154
|
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
|
|
20152
20155
|
}, /*#__PURE__*/react.createElement(MemoizedFormattedMessage, {
|
|
@@ -20160,12 +20163,12 @@
|
|
|
20160
20163
|
}))), /*#__PURE__*/react.createElement("div", {
|
|
20161
20164
|
className: s$5.listItem
|
|
20162
20165
|
}, /*#__PURE__*/react.createElement("div", {
|
|
20163
|
-
className: s$5.bullet
|
|
20166
|
+
className: classnames(s$5.bullet, STATIC_CUSTOMISATION_CLASSES.bullet)
|
|
20164
20167
|
}, "3"), /*#__PURE__*/react.createElement("div", {
|
|
20165
20168
|
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
|
|
20166
20169
|
}, /*#__PURE__*/react.createElement(MemoizedFormattedMessage, {
|
|
20167
20170
|
id: "eligibility-modal.bullet-3",
|
|
20168
|
-
defaultMessage: "La validation de votre paiement <strong>instantan\xE9e</strong> !",
|
|
20171
|
+
defaultMessage: "La validation de votre paiement est <strong>instantan\xE9e</strong> !",
|
|
20169
20172
|
values: {
|
|
20170
20173
|
strong: function strong() {
|
|
20171
20174
|
return /*#__PURE__*/react.createElement("strong", null, [].slice.call(arguments));
|
|
@@ -20259,7 +20262,7 @@
|
|
|
20259
20262
|
isSomePlanDeferred = _ref.isSomePlanDeferred,
|
|
20260
20263
|
cards = _ref.cards;
|
|
20261
20264
|
return /*#__PURE__*/react.createElement("div", {
|
|
20262
|
-
className: s$8.container,
|
|
20265
|
+
className: classnames(s$8.container, STATIC_CUSTOMISATION_CLASSES.desktopModal),
|
|
20263
20266
|
"data-testid": "modal-container"
|
|
20264
20267
|
}, /*#__PURE__*/react.createElement("div", {
|
|
20265
20268
|
className: classnames([s$8.block, s$8.left, STATIC_CUSTOMISATION_CLASSES.leftSide])
|
|
@@ -20281,7 +20284,7 @@
|
|
|
20281
20284
|
isSomePlanDeferred = _ref.isSomePlanDeferred,
|
|
20282
20285
|
cards = _ref.cards;
|
|
20283
20286
|
return /*#__PURE__*/react.createElement("div", {
|
|
20284
|
-
className: s$a.container,
|
|
20287
|
+
className: classnames(s$a.container, STATIC_CUSTOMISATION_CLASSES.mobileModal),
|
|
20285
20288
|
"data-testid": "modal-container"
|
|
20286
20289
|
}, /*#__PURE__*/react.createElement(Title, {
|
|
20287
20290
|
isSomePlanDeferred: isSomePlanDeferred
|