@transferwise/components 46.21.0 → 46.22.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/build/index.js CHANGED
@@ -2967,7 +2967,9 @@ const DateInput = ({
2967
2967
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
2968
2968
  className: `input-group input-group-${size}`,
2969
2969
  children: /*#__PURE__*/jsxRuntime.jsx(Input, {
2970
- type: "number",
2970
+ type: "text",
2971
+ inputMode: "numeric",
2972
+ pattern: "[0-9]*",
2971
2973
  name: "day",
2972
2974
  autoComplete: dayAutoComplete,
2973
2975
  value: day || '',
@@ -2990,7 +2992,9 @@ const DateInput = ({
2990
2992
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
2991
2993
  className: `input-group input-group-${size}`,
2992
2994
  children: /*#__PURE__*/jsxRuntime.jsx(Input, {
2993
- type: "number",
2995
+ type: "text",
2996
+ inputMode: "numeric",
2997
+ pattern: "[0-9]*",
2994
2998
  name: "year",
2995
2999
  autoComplete: yearAutoComplete,
2996
3000
  placeholder: placeholders.year,
@@ -14163,7 +14167,7 @@ var de = {
14163
14167
  "neptune.Info.ariaLabel": "Weitere Informationen",
14164
14168
  "neptune.Link.opensInNewTab": "(wird in einem neuen Tab geöffnet)",
14165
14169
  "neptune.MoneyInput.Select.placeholder": "Wähle eine der Möglichkeiten aus...",
14166
- "neptune.PhoneNumberInput.SelectInput.placeholder": "Wähle eine der Möglichkeiten aus...",
14170
+ "neptune.PhoneNumberInput.SelectInput.placeholder": "Wähle eine Option...",
14167
14171
  "neptune.Select.searchPlaceholder": "Wird gesucht...",
14168
14172
  "neptune.SelectInput.noResultsFound": "Keine Ergebnisse gefunden",
14169
14173
  "neptune.Summary.statusDone": "Schritt erledigt",
@@ -14178,7 +14182,7 @@ var de = {
14178
14182
  "neptune.Upload.psProcessingText": "Wird hochgeladen...",
14179
14183
  "neptune.Upload.usButtonText": "Oder wähle eine Datei aus",
14180
14184
  "neptune.Upload.usDropMessage": "Datei zum Hochladen in dieses Feld ziehen",
14181
- "neptune.Upload.usPlaceholder": "Ziehe eine Datei in dieses Feld, die kleiner als {maxSize} MB ist",
14185
+ "neptune.Upload.usPlaceholder": "Zieh eine Datei in dieses Feld, die kleiner als {maxSize} MB ist",
14182
14186
  "neptune.UploadButton.allFileTypes": "Alle Dateiformate",
14183
14187
  "neptune.UploadButton.dropFiles": "Datei zum Hochladen in dieses Feld ziehen",
14184
14188
  "neptune.UploadButton.instructions": "{fileTypes}, kleiner als {size} MB",
@@ -14462,7 +14466,7 @@ var it = {
14462
14466
  "neptune.Upload.csButtonText": "Carica un altro documento?",
14463
14467
  "neptune.Upload.csFailureText": "Caricamento fallito. Per favore riprova",
14464
14468
  "neptune.Upload.csSuccessText": "Caricamento completato!",
14465
- "neptune.Upload.csTooLargeMessage": "Carica un file più piccolo di {maxSize}MB",
14469
+ "neptune.Upload.csTooLargeMessage": "Carica un file inferiore a {maxSize}MB",
14466
14470
  "neptune.Upload.csWrongTypeMessage": "Formato del documento non supportato. Riprova con un formato diverso",
14467
14471
  "neptune.Upload.psButtonText": "Annulla",
14468
14472
  "neptune.Upload.psProcessingText": "Caricamento...",
@@ -14578,13 +14582,13 @@ var pl = {
14578
14582
  "neptune.Upload.csButtonText": "Prześlij kolejny plik?",
14579
14583
  "neptune.Upload.csFailureText": "Przesyłanie nie powiodło się. Proszę spróbować ponownie",
14580
14584
  "neptune.Upload.csSuccessText": "Przesyłanie zakończone!",
14581
- "neptune.Upload.csTooLargeMessage": "Proszę przesłać plik mniejszy niż {maxSize}MB",
14585
+ "neptune.Upload.csTooLargeMessage": "Prosimy przesłać plik mniejszy niż {maxSize} MB",
14582
14586
  "neptune.Upload.csWrongTypeMessage": "Nieobsługiwany typ pliku. Spróbuj ponownie z innym plikiem",
14583
14587
  "neptune.Upload.psButtonText": "Anuluj",
14584
14588
  "neptune.Upload.psProcessingText": "Przesyłanie...",
14585
14589
  "neptune.Upload.usButtonText": "Lub wybierz plik",
14586
14590
  "neptune.Upload.usDropMessage": "Upuść plik, aby rozpocząć przesyłanie",
14587
- "neptune.Upload.usPlaceholder": "Przeciągnij i upuść plik mniejszy niż {maxSize}MB",
14591
+ "neptune.Upload.usPlaceholder": "Przeciągnij i upuść plik nie większy niż {maxSize} MB",
14588
14592
  "neptune.UploadButton.allFileTypes": "Wszystkie typy plików",
14589
14593
  "neptune.UploadButton.dropFiles": "Upuść plik, żeby rozpocząć przesyłanie",
14590
14594
  "neptune.UploadButton.instructions": "{fileTypes}, mniejsze niż {size}MB",
@@ -14642,7 +14646,7 @@ var pt = {
14642
14646
  "neptune.Upload.psProcessingText": "Enviando...",
14643
14647
  "neptune.Upload.usButtonText": "Ou escolha um arquivo",
14644
14648
  "neptune.Upload.usDropMessage": "Arraste o arquivo para iniciar o envio",
14645
- "neptune.Upload.usPlaceholder": "Arraste e envie um arquivo menor que {maxSize}MB",
14649
+ "neptune.Upload.usPlaceholder": "Selecione e envie um arquivo com menos de {maxSize}MB",
14646
14650
  "neptune.UploadButton.allFileTypes": "Todos os tipos de arquivos",
14647
14651
  "neptune.UploadButton.dropFiles": "Arraste o arquivo para iniciar o envio",
14648
14652
  "neptune.UploadButton.instructions": "{fileTypes}, com menos de {size}MB",