@swan-io/shared-business 7.3.3 → 7.4.0

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": "@swan-io/shared-business",
3
- "version": "7.3.3",
3
+ "version": "7.4.0",
4
4
  "engines": {
5
5
  "node": ">=18.0.0",
6
6
  "yarn": "^1.22.0"
@@ -26,7 +26,7 @@ const styles = StyleSheet.create({
26
26
  });
27
27
  const Help = (props) => {
28
28
  return match(props)
29
- .with({ type: "tooltip" }, ({ text, width }) => (_jsx(LakeTooltip, { content: text, width: width, togglableOnFocus: true, placement: "right", children: _jsx(LakeButton, { mode: "tertiary", size: "small", color: "gray", icon: "question-circle-regular", disabled: true, style: [styles.button, styles.buttonWithDefaultCursor], ariaLabel: t("supportingDocuments.help.whatIsThis") }) })))
29
+ .with({ type: "tooltip" }, ({ text, width }) => (_jsx(LakeTooltip, { content: text, width: width, togglableOnFocus: true, placement: "right", maxWidth: 400, children: _jsx(LakeButton, { mode: "tertiary", size: "small", color: "gray", icon: "question-circle-regular", disabled: true, style: [styles.button, styles.buttonWithDefaultCursor], ariaLabel: t("supportingDocuments.help.whatIsThis") }) })))
30
30
  .with({ type: "button" }, ({ label, onPress }) => (_jsx(LakeButton, { mode: "tertiary", size: "small", color: "gray", icon: "question-circle-regular", onPress: onPress, style: styles.button, ariaLabel: t("supportingDocuments.help.whatIsThis"), children: label })))
31
31
  .exhaustive();
32
32
  };
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID: {id}",
74
74
  "fileTile.status.Pending": "Ausstehende Überprüfung",
75
75
  "fileTile.status.Refused": "Abgelehnt",
76
- "fileTile.status.Validated": "Überprüft",
76
+ "fileTile.status.Validated": "Validiert",
77
77
  "fileTile.uploading": "Hochladen…",
78
78
  "monthlyPaymentVolume.between10000And50000": "Zwischen 10.000 und 50.000 €",
79
79
  "monthlyPaymentVolume.between50000And100000": "Zwischen 50.000 und 100.000 €",
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID: {id}",
74
74
  "fileTile.status.Pending": "Pending verification",
75
75
  "fileTile.status.Refused": "Refused",
76
- "fileTile.status.Validated": "Verified",
76
+ "fileTile.status.Validated": "Validated",
77
77
  "fileTile.uploading": "Uploading…",
78
78
  "monthlyPaymentVolume.between10000And50000": "Between €10,000 and €50,000",
79
79
  "monthlyPaymentVolume.between50000And100000": "Between €50,000 and €100,000",
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID: {id}",
74
74
  "fileTile.status.Pending": "Verificación pendiente",
75
75
  "fileTile.status.Refused": "Rechazado",
76
- "fileTile.status.Validated": "Verificado",
76
+ "fileTile.status.Validated": "Validado",
77
77
  "fileTile.uploading": "Subiendo…",
78
78
  "monthlyPaymentVolume.between10000And50000": "Entre 10 000 y 50 000 euros",
79
79
  "monthlyPaymentVolume.between50000And100000": "Entre 50 000 y 100 000 euros",
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID: {id}",
74
74
  "fileTile.status.Pending": "Odottaa vahvistusta",
75
75
  "fileTile.status.Refused": "Hylätty",
76
- "fileTile.status.Validated": "Vahvistettu",
76
+ "fileTile.status.Validated": "Validoitu",
77
77
  "fileTile.uploading": "Ladataan…",
78
78
  "monthlyPaymentVolume.between10000And50000": "10 000 euron ja 50 000 euron välillä",
79
79
  "monthlyPaymentVolume.between50000And100000": "50 000 euron ja 100 000 euron välillä",
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID : {id}",
74
74
  "fileTile.status.Pending": "Vérification en attente",
75
75
  "fileTile.status.Refused": "Refusé",
76
- "fileTile.status.Validated": "Vérifié",
76
+ "fileTile.status.Validated": "Validé",
77
77
  "fileTile.uploading": "Chargement en cours…",
78
78
  "monthlyPaymentVolume.between10000And50000": "Entre 10 000 € et 50 000 €",
79
79
  "monthlyPaymentVolume.between50000And100000": "Entre 50 000 € et 100 000 €",
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID: {id}",
74
74
  "fileTile.status.Pending": "Verifica in sospeso",
75
75
  "fileTile.status.Refused": "Rifiutato",
76
- "fileTile.status.Validated": "Verificato",
76
+ "fileTile.status.Validated": "Convalidato",
77
77
  "fileTile.uploading": "Caricamento in corso…",
78
78
  "monthlyPaymentVolume.between10000And50000": "Tra €10.000 e €50.000",
79
79
  "monthlyPaymentVolume.between50000And100000": "Tra €50.000 e €100.000",
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID: {id}",
74
74
  "fileTile.status.Pending": "In afwachting van verificatie",
75
75
  "fileTile.status.Refused": "Geweigerd",
76
- "fileTile.status.Validated": "Geverifieerd",
76
+ "fileTile.status.Validated": "Gevalideerd",
77
77
  "fileTile.uploading": "Uploaden…",
78
78
  "monthlyPaymentVolume.between10000And50000": "€ 10.000,- tot € 50.000,-",
79
79
  "monthlyPaymentVolume.between50000And100000": "€ 50.000,- tot € 100.000,-",
@@ -73,7 +73,7 @@
73
73
  "fileTile.id": "ID: {id}",
74
74
  "fileTile.status.Pending": "Verificação pendente",
75
75
  "fileTile.status.Refused": "Recusado",
76
- "fileTile.status.Validated": "Verificado",
76
+ "fileTile.status.Validated": "Validado",
77
77
  "fileTile.uploading": "A carregar…",
78
78
  "monthlyPaymentVolume.between10000And50000": "Entre €10.000 e €50.000",
79
79
  "monthlyPaymentVolume.between50000And100000": "Entre €50.000 e €100.000",