@lmnto/h-mall-shared 1.0.9 → 1.0.11

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.11",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "scripts": {
@@ -88,6 +88,9 @@ export function NowpaymentsDepositNoticeDialog({
88
88
  <Typography className="text-xs md:text-sm text-black-500 font-medium">
89
89
  {scopeT("p4")}
90
90
  </Typography>
91
+ <Typography className="text-xs md:text-sm text-black-500 font-medium">
92
+ {scopeT("p5")}
93
+ </Typography>
91
94
  <div className="flex items-center gap-2 pt-2">
92
95
  <Checkbox
93
96
  color="green"
@@ -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 sent the funds: You may close this page. The status will update automatically once the transaction is confirmed on the blockchain.",
354
+ notSentIntro: "If you have not sent the funds yet:",
355
+ notSentSub1:
356
+ "Please do not use this deposit address after closing this page.",
357
+ notSentSub2:
358
+ "Once the page is closed, this address may no longer be valid for this order and funds sent to it may not be automatically credited.",
359
+ notSentSub3:
360
+ "To complete the payment, you will need to return to your cart and generate a new address.",
361
+ closing:
362
+ "If you experience any issue, please contact support before sending funds again.",
354
363
  cancelBtn: "Close",
355
364
  stayBtn: "Stay and pay",
356
365
  leaveBtn: "Leave without paying",
@@ -377,11 +386,12 @@ export default {
377
386
  regenerateLoading: "Generating…",
378
387
  },
379
388
  nowpaymentsDepositNoticeDialog: {
380
- header: "IMPORTANT — ONE-TIME DEPOSIT ADDRESS",
381
- p1: "This deposit address is unique to this transaction and is valid for 10 minutes only (see timer).",
382
- p2: "You must send exactly the amount shown, in the selected cryptocurrency, within the time window. Do not send any other amount or currency to this address.",
383
- p3: "After the timer expires, this address is no longer valid. Any funds sent to this address after expiry will not be automatically credited to your order. HMall cannot guarantee recovery or manual reconciliation of late deposits, and such funds may be treated as unrecoverable.",
384
- p4: "HMall accepts no liability for losses arising from deposits made outside the valid window, deposits of incorrect amounts or currencies, or network delays beyond HMall's reasonable control.",
389
+ header: "IMPORTANT — One-Time Deposit Address",
390
+ p1: "This address is generated specifically for this order and is valid for 15 minutes (see timer above).",
391
+ p2: "Please send the exact amount shown, using the selected cryptocurrency, within this time window.",
392
+ p3: "After the timer expires, the address will no longer be valid for this order. Funds sent after expiry or with incorrect details may not be automatically credited.",
393
+ p4: "In such cases, HMall may not be able to process the payment automatically and manual recovery cannot be guaranteed.",
394
+ p5: "Network confirmation times may vary depending on the blockchain.",
385
395
  checkbox:
386
396
  "By proceeding, you confirm that you have read and understood these conditions.",
387
397
  nextBtn: "Next",
@@ -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à inviato i fondi: puoi chiudere questa pagina. Lo stato si aggiornerà automaticamente una volta che la transazione risulti confermata sulla blockchain.",
343
+ notSentIntro: "Se non hai ancora inviato i fondi:",
344
+ notSentSub1:
345
+ "Non utilizzare questo indirizzo di deposito dopo aver chiuso questa pagina.",
346
+ notSentSub2:
347
+ "Una volta chiusa la pagina, questo indirizzo potrebbe non essere più valido per questo ordine e i fondi inviati potrebbero non essere accreditati automaticamente.",
348
+ notSentSub3:
349
+ "Per completare il pagamento, dovrai tornare al carrello e generare un nuovo indirizzo.",
350
+ closing:
351
+ "In caso di problemi, contatta l'assistenza prima di inviare nuovamente fondi.",
343
352
  cancelBtn: "Chiudi",
344
353
  stayBtn: "Resta e paga",
345
354
  leaveBtn: "Esci senza pagare",
@@ -367,11 +376,12 @@ export default {
367
376
  regenerateLoading: "Generazione…",
368
377
  },
369
378
  nowpaymentsDepositNoticeDialog: {
370
- header: "IMPORTANTE — INDIRIZZO DI DEPOSITO MONOUSO",
371
- p1: "Questo indirizzo di deposito è univoco per questa transazione ed è valido solo per 10 minuti (vedi timer).",
372
- p2: "Devi inviare esattamente l'importo indicato, nella criptovaluta selezionata, entro la finestra temporale. Non inviare altri importi o altre valute a questo indirizzo.",
373
- p3: "Dopo la scadenza del timer, questo indirizzo non è più valido. Qualsiasi fondo inviato a questo indirizzo dopo la scadenza non verrà accreditato automaticamente sul tuo ordine. HMall non può garantire il recupero o la riconciliazione manuale dei depositi tardivi; tali fondi possono essere considerati irrecuperabili.",
374
- p4: "HMall non accetta responsabilità per perdite derivanti da depositi effettuati al di fuori della finestra valida, da importi o valute errati, o da ritardi di rete al di fuori del ragionevole controllo di HMall.",
379
+ header: "IMPORTANTE — Indirizzo di deposito monouso",
380
+ p1: "Questo indirizzo è generato appositamente per questo ordine ed è valido per 10 minuti (vedi timer).",
381
+ p2: "Invia l'importo esatto indicato, utilizzando la criptovaluta selezionata, entro questa finestra temporale.",
382
+ p3: "Allo scadere del timer, l'indirizzo non sarà più valido per questo ordine. I fondi inviati dopo la scadenza o con dati errati potrebbero non essere accreditati automaticamente.",
383
+ p4: "In tali casi, HMall potrebbe non essere in grado di elaborare il pagamento automaticamente e il recupero manuale non può essere garantito.",
384
+ p5: "I tempi di conferma sulla rete possono variare a seconda della blockchain.",
375
385
  checkbox:
376
386
  "Procedendo, confermi di aver letto e compreso queste condizioni.",
377
387
  nextBtn: "Avanti",