@transferwise/components 46.0.5 → 46.0.6
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/i18n/cs.json +2 -0
- package/build/i18n/de.json +2 -0
- package/build/i18n/es.json +2 -0
- package/build/i18n/fr.json +2 -0
- package/build/i18n/hu.json +2 -0
- package/build/i18n/id.json +2 -0
- package/build/i18n/it.json +2 -0
- package/build/i18n/ja.json +2 -0
- package/build/i18n/pl.json +2 -0
- package/build/i18n/pt.json +2 -0
- package/build/i18n/ro.json +2 -0
- package/build/i18n/ru.json +2 -0
- package/build/i18n/th.json +2 -0
- package/build/i18n/tr.json +2 -0
- package/build/i18n/uk.json +2 -0
- package/build/i18n/zh-CN.json +2 -0
- package/build/i18n/zh-HK.json +2 -0
- package/build/index.esm.js +34 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +34 -0
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/src/i18n/cs.json +2 -0
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/hu.json +2 -0
- package/src/i18n/id.json +2 -0
- package/src/i18n/it.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/pl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/ro.json +2 -0
- package/src/i18n/ru.json +2 -0
- package/src/i18n/th.json +2 -0
- package/src/i18n/tr.json +2 -0
- package/src/i18n/uk.json +2 -0
- package/src/i18n/zh-CN.json +2 -0
- package/src/i18n/zh-HK.json +2 -0
- package/src/tooltip/__snapshots__/Tooltip.spec.tsx.snap +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "46.0.
|
|
3
|
+
"version": "46.0.6",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"merge-props": "^6.0.0",
|
|
121
121
|
"prop-types": "^15.7.2",
|
|
122
122
|
"react-merge-refs": "^1.1.0",
|
|
123
|
-
"react-popper": "^2.
|
|
123
|
+
"react-popper": "^2.3.0",
|
|
124
124
|
"react-required-if": "^1.0.3",
|
|
125
125
|
"react-transition-group": "^4.4.2",
|
|
126
126
|
"use-sync-external-store": "^1.2.0"
|
package/src/i18n/cs.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Vyčistit",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
6
6
|
"neptune.DateInput.day.label": "Den",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Měsíc",
|
|
8
9
|
"neptune.DateInput.year.label": "Rok",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "RRRR",
|
|
9
11
|
"neptune.DateLookup.day": "den",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
11
13
|
"neptune.DateLookup.month": "měsíc",
|
package/src/i18n/de.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Zurücksetzen",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Schließen",
|
|
6
6
|
"neptune.DateInput.day.label": "Tag",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Monat",
|
|
8
9
|
"neptune.DateInput.year.label": "Jahr",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "Tag",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
|
|
11
13
|
"neptune.DateLookup.month": "Monat",
|
package/src/i18n/es.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Borrar",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Cerrar",
|
|
6
6
|
"neptune.DateInput.day.label": "Día",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Mes",
|
|
8
9
|
"neptune.DateInput.year.label": "Año",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "día",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Ir a vista de 20 años",
|
|
11
13
|
"neptune.DateLookup.month": "mes",
|
package/src/i18n/fr.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Effacer",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Fermer",
|
|
6
6
|
"neptune.DateInput.day.label": "Jour",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "JJ",
|
|
7
8
|
"neptune.DateInput.month.label": "Mois",
|
|
8
9
|
"neptune.DateInput.year.label": "Année",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "jour",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Accéder à la vue sur 20 ans",
|
|
11
13
|
"neptune.DateLookup.month": "mois",
|
package/src/i18n/hu.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Törlés",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Bezárás",
|
|
6
6
|
"neptune.DateInput.day.label": "Nap",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "Nap",
|
|
7
8
|
"neptune.DateInput.month.label": "Hónap",
|
|
8
9
|
"neptune.DateInput.year.label": "Év",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "Év",
|
|
9
11
|
"neptune.DateLookup.day": "nap",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
|
|
11
13
|
"neptune.DateLookup.month": "hónap",
|
package/src/i18n/id.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Hapus",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Tutup",
|
|
6
6
|
"neptune.DateInput.day.label": "Hari",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "HH",
|
|
7
8
|
"neptune.DateInput.month.label": "Bulan",
|
|
8
9
|
"neptune.DateInput.year.label": "Tahun",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "TTTT",
|
|
9
11
|
"neptune.DateLookup.day": "hari",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Lihat tampilan 20 tahun",
|
|
11
13
|
"neptune.DateLookup.month": "bulan",
|
package/src/i18n/it.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Elimina",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Chiudi",
|
|
6
6
|
"neptune.DateInput.day.label": "Giorno",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "GG",
|
|
7
8
|
"neptune.DateInput.month.label": "Mese",
|
|
8
9
|
"neptune.DateInput.year.label": "Anno",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "giorno",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Vai alla vista su 20 anni",
|
|
11
13
|
"neptune.DateLookup.month": "mese",
|
package/src/i18n/ja.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "消去",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "閉じる",
|
|
6
6
|
"neptune.DateInput.day.label": "日",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "日",
|
|
7
8
|
"neptune.DateInput.month.label": "月",
|
|
8
9
|
"neptune.DateInput.year.label": "年",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "年(西暦)",
|
|
9
11
|
"neptune.DateLookup.day": "日",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "20年表示に移動する",
|
|
11
13
|
"neptune.DateLookup.month": "月",
|
package/src/i18n/pl.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Wyczyść",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Zamknij",
|
|
6
6
|
"neptune.DateInput.day.label": "Dzień",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Miesiąc",
|
|
8
9
|
"neptune.DateInput.year.label": "Rok",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "RRRR",
|
|
9
11
|
"neptune.DateLookup.day": "dzień",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Przejdź do widoku 20-letniego",
|
|
11
13
|
"neptune.DateLookup.month": "miesiąc",
|
package/src/i18n/pt.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Remover",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Fechar",
|
|
6
6
|
"neptune.DateInput.day.label": "Dia",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "Mês",
|
|
8
9
|
"neptune.DateInput.year.label": "Ano",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "dia",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Acessar a visualização de 20 anos",
|
|
11
13
|
"neptune.DateLookup.month": "mês",
|
package/src/i18n/ro.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Elimină",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Închide",
|
|
6
6
|
"neptune.DateInput.day.label": "Zi",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "ZZ",
|
|
7
8
|
"neptune.DateInput.month.label": "Lună",
|
|
8
9
|
"neptune.DateInput.year.label": "An",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "AAAA",
|
|
9
11
|
"neptune.DateLookup.day": "zi",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
|
|
11
13
|
"neptune.DateLookup.month": "lună",
|
package/src/i18n/ru.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Очистить",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Закрыть",
|
|
6
6
|
"neptune.DateInput.day.label": "День",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "ДД",
|
|
7
8
|
"neptune.DateInput.month.label": "Месяц",
|
|
8
9
|
"neptune.DateInput.year.label": "Год",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "ГГГГ",
|
|
9
11
|
"neptune.DateLookup.day": "день",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
|
|
11
13
|
"neptune.DateLookup.month": "месяц",
|
package/src/i18n/th.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "ชัดเจน",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "ปิด",
|
|
6
6
|
"neptune.DateInput.day.label": "วัน",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "เดือน",
|
|
8
9
|
"neptune.DateInput.year.label": "ปี",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "วัน",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
11
13
|
"neptune.DateLookup.month": "เดือน",
|
package/src/i18n/tr.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Sil",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Kapat",
|
|
6
6
|
"neptune.DateInput.day.label": "Gün",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "GG",
|
|
7
8
|
"neptune.DateInput.month.label": "Ay",
|
|
8
9
|
"neptune.DateInput.year.label": "Yıl",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "gün",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "20 yıl görünümüne git",
|
|
11
13
|
"neptune.DateLookup.month": "ay",
|
package/src/i18n/uk.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "Очистити",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Закрити",
|
|
6
6
|
"neptune.DateInput.day.label": "День",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "ДД",
|
|
7
8
|
"neptune.DateInput.month.label": "Місяць",
|
|
8
9
|
"neptune.DateInput.year.label": "Рік",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "РРРР",
|
|
9
11
|
"neptune.DateLookup.day": "дня",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "Go to 20 year view",
|
|
11
13
|
"neptune.DateLookup.month": "місяць",
|
package/src/i18n/zh-CN.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "清除",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "关闭",
|
|
6
6
|
"neptune.DateInput.day.label": "日",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "DD",
|
|
7
8
|
"neptune.DateInput.month.label": "月",
|
|
8
9
|
"neptune.DateInput.year.label": "年",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "YYYY",
|
|
9
11
|
"neptune.DateLookup.day": "日",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "转到 20 年视图",
|
|
11
13
|
"neptune.DateLookup.month": "月",
|
package/src/i18n/zh-HK.json
CHANGED
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
"neptune.ClearButton.ariaLabel": "清除",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "關閉",
|
|
6
6
|
"neptune.DateInput.day.label": "日",
|
|
7
|
+
"neptune.DateInput.day.placeholder": "日",
|
|
7
8
|
"neptune.DateInput.month.label": "月",
|
|
8
9
|
"neptune.DateInput.year.label": "年",
|
|
10
|
+
"neptune.DateInput.year.placeholder": "年",
|
|
9
11
|
"neptune.DateLookup.day": "日",
|
|
10
12
|
"neptune.DateLookup.goTo20YearView": "切換至20年視圖",
|
|
11
13
|
"neptune.DateLookup.month": "月",
|