@lmnto/h-mall-shared 1.0.9 → 1.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmnto/h-mall-shared",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "scripts": {
@@ -202,8 +202,19 @@ export function RequestProcessingWithCancelConfirm({
202
202
  >
203
203
  {cancelT("title")}
204
204
  </Typography>
205
- <Typography className="whitespace-pre-line text-sm text-slate-600">
206
- {cancelT("message")}
205
+ <ul className="list-disc space-y-3 pl-5 text-sm leading-relaxed text-slate-600 marker:text-slate-500">
206
+ <li>{cancelT("completedItem")}</li>
207
+ <li>
208
+ <span className="block">{cancelT("notSentIntro")}</span>
209
+ <ul className="mt-2 list-[circle] space-y-2 pl-5 marker:text-slate-400">
210
+ <li>{cancelT("notSentSub1")}</li>
211
+ <li>{cancelT("notSentSub2")}</li>
212
+ <li>{cancelT("notSentSub3")}</li>
213
+ </ul>
214
+ </li>
215
+ </ul>
216
+ <Typography className="text-sm leading-relaxed text-slate-600">
217
+ {cancelT("closing")}
207
218
  </Typography>
208
219
  </DialogBody>
209
220
  <DialogFooter className="flex flex-col-reverse gap-2 p-0 pt-2 sm:flex-row sm:justify-end">
@@ -348,9 +348,18 @@ export default {
348
348
  retryBtn: "Click here to retry",
349
349
  },
350
350
  cancelPaymentConfirm: {
351
- title: "WARNINGLEAVING THIS PAGE",
352
- message:
353
- "If you leave this page, this deposit address will be invalidated immediately and must not be used again.\n\nAny funds sent to this address after you leave this page will not be credited to your order and may be unrecoverable. HMall accepts no responsibility for funds transferred to an invalidated address.\n\nIf you wish to complete your purchase using cryptocurrency, you will need to return to your cart and restart the payment process. A new deposit address will be generated at that time.",
351
+ title: "Before you leave have you completed your transfer?",
352
+ completedItem:
353
+ "If you have already completed the transfer: You can safely close this page or wait few minutes (time depends on network conditions) for the status to get updated automatically once the transaction is confirmed on the blockchain.",
354
+ notSentIntro:
355
+ "If you have not yet sent the funds and you close this page: Do not use this deposit address anymore.",
356
+ notSentSub1: "This address will be invalidated",
357
+ notSentSub2:
358
+ "Any funds sent to it will not be credited against your order",
359
+ notSentSub3:
360
+ "To use this payment method you will need to return to your cart and restart the process — a new address will be generated.",
361
+ closing:
362
+ "HMall accepts no responsibility for funds sent to an address invalidated by the closing of this page.",
354
363
  cancelBtn: "Close",
355
364
  stayBtn: "Stay and pay",
356
365
  leaveBtn: "Leave without paying",
@@ -337,9 +337,18 @@ export default {
337
337
  retryBtn: "Clicca qui per riprovare",
338
338
  },
339
339
  cancelPaymentConfirm: {
340
- title: "ATTENZIONEUSCITA DA QUESTA PAGINA",
341
- message:
342
- "Se lasci questa pagina, questo indirizzo di deposito verrà immediatamente invalidato e non dovrà più essere utilizzato.\n\nQualsiasi importo inviato a questo indirizzo dopo aver lasciato la pagina non verrà accreditato sul tuo ordine e potrebbe essere irrecuperabile. HMall non si assume alcuna responsabilità per fondi trasferiti verso un indirizzo invalidato.\n\nSe desideri completare l'acquisto in criptovaluta, dovrai tornare al carrello e riavviare il processo di pagamento. In quel momento verrà generato un nuovo indirizzo di deposito.",
340
+ title: "Prima di uscire hai completato il trasferimento?",
341
+ completedItem:
342
+ "Se hai già completato il trasferimento: puoi chiudere questa pagina in tutta sicurezza oppure attendere alcuni minuti (i tempi dipendono dalle condizioni della rete) affinché lo stato si aggiorni automaticamente una volta che la transazione risulti confermata sulla blockchain.",
343
+ notSentIntro:
344
+ "Se non hai ancora inviato i fondi e chiudi questa pagina: non utilizzare più questo indirizzo di deposito.",
345
+ notSentSub1: "Questo indirizzo verrà invalidato",
346
+ notSentSub2:
347
+ "Qualsiasi fondo inviato non verrà accreditato sul tuo ordine",
348
+ notSentSub3:
349
+ "Per utilizzare questo metodo di pagamento dovrai tornare al carrello e riavviare il processo — verrà generato un nuovo indirizzo.",
350
+ closing:
351
+ "HMall non si assume alcuna responsabilità per fondi inviati a un indirizzo invalidato dalla chiusura di questa pagina.",
343
352
  cancelBtn: "Chiudi",
344
353
  stayBtn: "Resta e paga",
345
354
  leaveBtn: "Esci senza pagare",