@transferwise/components 0.0.0-experimental-8f9699a → 0.0.0-experimental-dabc13b

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.
Files changed (73) hide show
  1. package/build/i18n/cs.json +1 -0
  2. package/build/i18n/de.json +1 -0
  3. package/build/i18n/es.json +1 -0
  4. package/build/i18n/fr.json +1 -0
  5. package/build/i18n/hu.json +1 -0
  6. package/build/i18n/id.json +1 -0
  7. package/build/i18n/it.json +1 -0
  8. package/build/i18n/ja.json +1 -0
  9. package/build/i18n/pl.json +1 -0
  10. package/build/i18n/pt.json +4 -3
  11. package/build/i18n/ro.json +4 -3
  12. package/build/i18n/ru.json +2 -1
  13. package/build/i18n/th.json +1 -0
  14. package/build/i18n/tr.json +1 -0
  15. package/build/i18n/uk.json +1 -0
  16. package/build/i18n/zh-CN.json +1 -0
  17. package/build/i18n/zh-HK.json +1 -0
  18. package/build/index.esm.js +99 -159
  19. package/build/index.esm.js.map +1 -1
  20. package/build/index.js +99 -159
  21. package/build/index.js.map +1 -1
  22. package/build/main.css +1 -1
  23. package/build/styles/chips/Chip.css +1 -1
  24. package/build/styles/dateLookup/DateLookup.css +1 -1
  25. package/build/styles/main.css +1 -1
  26. package/build/types/dateLookup/DateLookup.d.ts.map +1 -1
  27. package/build/types/dateLookup/monthCalendar/table/MonthCalendarTable.d.ts +1 -1
  28. package/build/types/dateLookup/monthCalendar/table/MonthCalendarTable.d.ts.map +1 -1
  29. package/build/types/dateLookup/tableLink/TableLink.d.ts +4 -14
  30. package/build/types/dateLookup/tableLink/TableLink.d.ts.map +1 -1
  31. package/build/types/dateLookup/tableLink/index.d.ts +1 -1
  32. package/build/types/dateLookup/tableLink/index.d.ts.map +1 -1
  33. package/build/types/dateLookup/yearCalendar/table/YearCalendarTable.d.ts.map +1 -1
  34. package/package.json +2 -2
  35. package/src/chips/Chip.css +1 -1
  36. package/src/chips/Chip.less +9 -21
  37. package/src/dateLookup/DateLookup.css +1 -1
  38. package/src/dateLookup/DateLookup.js +4 -19
  39. package/src/dateLookup/DateLookup.keyboardEvents.spec.js +0 -12
  40. package/src/dateLookup/DateLookup.less +49 -39
  41. package/src/dateLookup/DateLookup.story.js +7 -8
  42. package/src/dateLookup/dayCalendar/table/DayCalendarTable.js +3 -28
  43. package/src/dateLookup/dayCalendar/table/DayCalendarTable.spec.js +0 -25
  44. package/src/dateLookup/monthCalendar/table/MonthCalendarTable.js +20 -33
  45. package/src/dateLookup/monthCalendar/table/MonthCalendarTable.spec.js +0 -33
  46. package/src/dateLookup/tableLink/TableLink.js +70 -0
  47. package/src/dateLookup/tableLink/TableLink.spec.js +15 -6
  48. package/src/dateLookup/yearCalendar/table/YearCalendarTable.js +11 -33
  49. package/src/dateLookup/yearCalendar/table/YearCalendarTable.spec.js +0 -26
  50. package/src/i18n/cs.json +1 -0
  51. package/src/i18n/de.json +1 -0
  52. package/src/i18n/es.json +1 -0
  53. package/src/i18n/fr.json +1 -0
  54. package/src/i18n/hu.json +1 -0
  55. package/src/i18n/id.json +1 -0
  56. package/src/i18n/it.json +1 -0
  57. package/src/i18n/ja.json +1 -0
  58. package/src/i18n/pl.json +1 -0
  59. package/src/i18n/pt.json +4 -3
  60. package/src/i18n/ro.json +4 -3
  61. package/src/i18n/ru.json +2 -1
  62. package/src/i18n/th.json +1 -0
  63. package/src/i18n/tr.json +1 -0
  64. package/src/i18n/uk.json +1 -0
  65. package/src/i18n/zh-CN.json +1 -0
  66. package/src/i18n/zh-HK.json +1 -0
  67. package/src/main.css +1 -1
  68. package/build/types/dateLookup/getFocusableTime/getFocusableTime.d.ts +0 -9
  69. package/build/types/dateLookup/getFocusableTime/getFocusableTime.d.ts.map +0 -1
  70. package/src/dateLookup/getFocusableTime/getFocusable.spec.ts +0 -40
  71. package/src/dateLookup/getFocusableTime/getFocusableTime.tsx +0 -14
  72. package/src/dateLookup/tableLink/TableLink.tsx +0 -79
  73. /package/src/dateLookup/tableLink/{index.ts → index.js} +0 -0
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(opens in new tab)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Vybrat možnost...",
20
20
  "neptune.Select.searchPlaceholder": "Hledat...",
21
+ "neptune.SelectInput.noResultsFound": "Nebyly nalezeny žádné výsledky",
21
22
  "neptune.Summary.statusDone": "Položka dokončena",
22
23
  "neptune.Summary.statusNotDone": "Položka k dokončení",
23
24
  "neptune.Summary.statusPending": "Čekající položka",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(wird in einem neuen Tab geöffnet)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Wähle eine der Möglichkeiten aus...",
20
20
  "neptune.Select.searchPlaceholder": "Wird gesucht...",
21
+ "neptune.SelectInput.noResultsFound": "Keine Ergebnisse gefunden",
21
22
  "neptune.Summary.statusDone": "Schritt erledigt",
22
23
  "neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
23
24
  "neptune.Summary.statusPending": "Schritt ausstehend",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(se abre en una pestaña nueva)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Selecciona una opción...",
20
20
  "neptune.Select.searchPlaceholder": "Buscar...",
21
+ "neptune.SelectInput.noResultsFound": "No se han encontrado resultados",
21
22
  "neptune.Summary.statusDone": "Apartado listo",
22
23
  "neptune.Summary.statusNotDone": "Apartado a completar",
23
24
  "neptune.Summary.statusPending": "Apartado pendiente",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(ouvre dans un nouvel onglet)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Sélectionner une option...",
20
20
  "neptune.Select.searchPlaceholder": "Recherche...",
21
+ "neptune.SelectInput.noResultsFound": "Aucun résultat trouvé",
21
22
  "neptune.Summary.statusDone": "Validé",
22
23
  "neptune.Summary.statusNotDone": "À compléter",
23
24
  "neptune.Summary.statusPending": "En attente",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(új lapon nyílik meg)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Válassz ki egy lehetőséget...",
20
20
  "neptune.Select.searchPlaceholder": "Keresés...",
21
+ "neptune.SelectInput.noResultsFound": "Nincs találat",
21
22
  "neptune.Summary.statusDone": "Kész",
22
23
  "neptune.Summary.statusNotDone": "Hátravan",
23
24
  "neptune.Summary.statusPending": "Függőben",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(terbuka di tab baru)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Pilih opsi...",
20
20
  "neptune.Select.searchPlaceholder": "Cari...",
21
+ "neptune.SelectInput.noResultsFound": "Hasil tidak ditemukan",
21
22
  "neptune.Summary.statusDone": "Item selesai",
22
23
  "neptune.Summary.statusNotDone": "Item yang harus dilakukan",
23
24
  "neptune.Summary.statusPending": "Item tertunda",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(si apre in una nuova scheda)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Seleziona un'opzione...",
20
20
  "neptune.Select.searchPlaceholder": "Cerca...",
21
+ "neptune.SelectInput.noResultsFound": "Nessun risultato trovato",
21
22
  "neptune.Summary.statusDone": "Completato",
22
23
  "neptune.Summary.statusNotDone": "Da completare",
23
24
  "neptune.Summary.statusPending": "In corso",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(新しいタブで開きます)",
19
19
  "neptune.MoneyInput.Select.placeholder": "選択してください...",
20
20
  "neptune.Select.searchPlaceholder": "検索... ",
21
+ "neptune.SelectInput.noResultsFound": "結果が見つかりませんでした",
21
22
  "neptune.Summary.statusDone": "完了",
22
23
  "neptune.Summary.statusNotDone": "未対応",
23
24
  "neptune.Summary.statusPending": "保留中",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(otworzy się w nowej zakładce)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Wybierz opcję...",
20
20
  "neptune.Select.searchPlaceholder": "Wyszukaj...",
21
+ "neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
21
22
  "neptune.Summary.statusDone": "Czynność wykonana",
22
23
  "neptune.Summary.statusNotDone": "Czynność do wykonania",
23
24
  "neptune.Summary.statusPending": "Czynność oczekująca",
@@ -7,17 +7,18 @@
7
7
  "neptune.DateInput.month.label": "Mês",
8
8
  "neptune.DateInput.year.label": "Ano",
9
9
  "neptune.DateLookup.day": "dia",
10
- "neptune.DateLookup.goTo20YearView": "Go to 20 year view",
10
+ "neptune.DateLookup.goTo20YearView": "Acessar a visualização de 20 anos",
11
11
  "neptune.DateLookup.month": "mês",
12
12
  "neptune.DateLookup.next": "próximo",
13
13
  "neptune.DateLookup.previous": "anterior",
14
14
  "neptune.DateLookup.selected": "selecionada",
15
15
  "neptune.DateLookup.twentyYears": "20 anos",
16
16
  "neptune.DateLookup.year": "ano",
17
- "neptune.FlowNavigation.back": "back to previous step",
18
- "neptune.Link.opensInNewTab": "(abrir a página em uma nova aba)",
17
+ "neptune.FlowNavigation.back": "voltar à etapa anterior",
18
+ "neptune.Link.opensInNewTab": "(abre em uma nova aba)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Escolha uma opção...",
20
20
  "neptune.Select.searchPlaceholder": "Buscar...",
21
+ "neptune.SelectInput.noResultsFound": "Nenhum resultado encontrado",
21
22
  "neptune.Summary.statusDone": "Pronto",
22
23
  "neptune.Summary.statusNotDone": "Não iniciado",
23
24
  "neptune.Summary.statusPending": "Pendente",
@@ -8,16 +8,17 @@
8
8
  "neptune.DateInput.year.label": "An",
9
9
  "neptune.DateLookup.day": "zi",
10
10
  "neptune.DateLookup.goTo20YearView": "Accesează vizualizarea pe 20 de ani",
11
- "neptune.DateLookup.month": "luna",
11
+ "neptune.DateLookup.month": "lună",
12
12
  "neptune.DateLookup.next": "înainte",
13
- "neptune.DateLookup.previous": "precedenta",
13
+ "neptune.DateLookup.previous": "înapoi",
14
14
  "neptune.DateLookup.selected": "selectată",
15
15
  "neptune.DateLookup.twentyYears": "20 de ani",
16
- "neptune.DateLookup.year": "anul",
16
+ "neptune.DateLookup.year": "an",
17
17
  "neptune.FlowNavigation.back": "înapoi la pasul anterior",
18
18
  "neptune.Link.opensInNewTab": "(se deschide într-o filă nouă)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Selectează o opţiune...",
20
20
  "neptune.Select.searchPlaceholder": "Caută...",
21
+ "neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
21
22
  "neptune.Summary.statusDone": "Finalizat",
22
23
  "neptune.Summary.statusNotDone": "De făcut",
23
24
  "neptune.Summary.statusPending": "În așteptare",
@@ -10,7 +10,7 @@
10
10
  "neptune.DateLookup.goTo20YearView": "Перейти к обзору 20 лет",
11
11
  "neptune.DateLookup.month": "месяц",
12
12
  "neptune.DateLookup.next": "далее",
13
- "neptune.DateLookup.previous": "предыдущий",
13
+ "neptune.DateLookup.previous": "назад",
14
14
  "neptune.DateLookup.selected": "выбрано",
15
15
  "neptune.DateLookup.twentyYears": "20 лет",
16
16
  "neptune.DateLookup.year": "год",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(откроется в новой вкладке)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Выберите вариант...",
20
20
  "neptune.Select.searchPlaceholder": "Поиск...",
21
+ "neptune.SelectInput.noResultsFound": "Ничего не найдено",
21
22
  "neptune.Summary.statusDone": "Этап завершен",
22
23
  "neptune.Summary.statusNotDone": "Этап к выполнению",
23
24
  "neptune.Summary.statusPending": "Этап в процессе",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(opens in new tab)",
19
19
  "neptune.MoneyInput.Select.placeholder": "เลือกตัวเลือก...",
20
20
  "neptune.Select.searchPlaceholder": "ค้นหา...",
21
+ "neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
21
22
  "neptune.Summary.statusDone": "รายการที่ทำแล้ว",
22
23
  "neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
23
24
  "neptune.Summary.statusPending": "รายการที่รอดำเนินการ",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(yeni sekmede açılır)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Bir seçenek seçin...",
20
20
  "neptune.Select.searchPlaceholder": "Ara...",
21
+ "neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
21
22
  "neptune.Summary.statusDone": "Tamamlanan aşama",
22
23
  "neptune.Summary.statusNotDone": "Yapılacak",
23
24
  "neptune.Summary.statusPending": "Bekliyor",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(opens in new tab)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Виберіть варіант…",
20
20
  "neptune.Select.searchPlaceholder": "Пошук…",
21
+ "neptune.SelectInput.noResultsFound": "Нічого не знайдено",
21
22
  "neptune.Summary.statusDone": "Виконано",
22
23
  "neptune.Summary.statusNotDone": "Не виконано",
23
24
  "neptune.Summary.statusPending": "Виконується",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(opens in new tab)",
19
19
  "neptune.MoneyInput.Select.placeholder": "请选择...",
20
20
  "neptune.Select.searchPlaceholder": "搜索",
21
+ "neptune.SelectInput.noResultsFound": "找不到结果",
21
22
  "neptune.Summary.statusDone": "已完成",
22
23
  "neptune.Summary.statusNotDone": "未完成",
23
24
  "neptune.Summary.statusPending": "待处理",
@@ -18,6 +18,7 @@
18
18
  "neptune.Link.opensInNewTab": "(在新分頁中開啟)",
19
19
  "neptune.MoneyInput.Select.placeholder": "選擇一個選項…",
20
20
  "neptune.Select.searchPlaceholder": "搜尋…",
21
+ "neptune.SelectInput.noResultsFound": "找不到任何結果",
21
22
  "neptune.Summary.statusDone": "已完成事項",
22
23
  "neptune.Summary.statusNotDone": "未完成事項",
23
24
  "neptune.Summary.statusPending": "待處理事項",