@transferwise/components 0.0.0-experimental-17d9e6b → 0.0.0-experimental-d85b719
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/dateInput/DateInput.js +1 -1
- package/build/dateInput/DateInput.js.map +1 -1
- package/build/dateInput/DateInput.mjs +1 -1
- package/build/dateInput/DateInput.mjs.map +1 -1
- package/build/i18n/cs.json +2 -0
- package/build/i18n/cs.json.js +2 -0
- package/build/i18n/cs.json.js.map +1 -1
- package/build/i18n/cs.json.mjs +2 -0
- package/build/i18n/cs.json.mjs.map +1 -1
- package/build/i18n/de.json +2 -0
- package/build/i18n/de.json.js +2 -0
- package/build/i18n/de.json.js.map +1 -1
- package/build/i18n/de.json.mjs +2 -0
- package/build/i18n/de.json.mjs.map +1 -1
- package/build/i18n/es.json +2 -0
- package/build/i18n/es.json.js +2 -0
- package/build/i18n/es.json.js.map +1 -1
- package/build/i18n/es.json.mjs +2 -0
- package/build/i18n/es.json.mjs.map +1 -1
- package/build/i18n/fr.json +2 -0
- package/build/i18n/fr.json.js +2 -0
- package/build/i18n/fr.json.js.map +1 -1
- package/build/i18n/fr.json.mjs +2 -0
- package/build/i18n/fr.json.mjs.map +1 -1
- package/build/i18n/hu.json +2 -0
- package/build/i18n/hu.json.js +2 -0
- package/build/i18n/hu.json.js.map +1 -1
- package/build/i18n/hu.json.mjs +2 -0
- package/build/i18n/hu.json.mjs.map +1 -1
- package/build/i18n/id.json +2 -0
- package/build/i18n/id.json.js +2 -0
- package/build/i18n/id.json.js.map +1 -1
- package/build/i18n/id.json.mjs +2 -0
- package/build/i18n/id.json.mjs.map +1 -1
- package/build/i18n/it.json +2 -0
- package/build/i18n/it.json.js +2 -0
- package/build/i18n/it.json.js.map +1 -1
- package/build/i18n/it.json.mjs +2 -0
- package/build/i18n/it.json.mjs.map +1 -1
- package/build/i18n/ja.json +2 -0
- package/build/i18n/ja.json.js +2 -0
- package/build/i18n/ja.json.js.map +1 -1
- package/build/i18n/ja.json.mjs +2 -0
- package/build/i18n/ja.json.mjs.map +1 -1
- package/build/i18n/nl.json +2 -0
- package/build/i18n/pl.json +2 -0
- package/build/i18n/pl.json.js +2 -0
- package/build/i18n/pl.json.js.map +1 -1
- package/build/i18n/pl.json.mjs +2 -0
- package/build/i18n/pl.json.mjs.map +1 -1
- package/build/i18n/pt.json +2 -0
- package/build/i18n/pt.json.js +2 -0
- package/build/i18n/pt.json.js.map +1 -1
- package/build/i18n/pt.json.mjs +2 -0
- package/build/i18n/pt.json.mjs.map +1 -1
- package/build/i18n/ro.json +2 -0
- package/build/i18n/ro.json.js +2 -0
- package/build/i18n/ro.json.js.map +1 -1
- package/build/i18n/ro.json.mjs +2 -0
- package/build/i18n/ro.json.mjs.map +1 -1
- package/build/i18n/ru.json +2 -0
- package/build/i18n/ru.json.js +2 -0
- package/build/i18n/ru.json.js.map +1 -1
- package/build/i18n/ru.json.mjs +2 -0
- package/build/i18n/ru.json.mjs.map +1 -1
- package/build/i18n/th.json +2 -0
- package/build/i18n/th.json.js +2 -0
- package/build/i18n/th.json.js.map +1 -1
- package/build/i18n/th.json.mjs +2 -0
- package/build/i18n/th.json.mjs.map +1 -1
- package/build/i18n/tr.json +2 -0
- package/build/i18n/tr.json.js +2 -0
- package/build/i18n/tr.json.js.map +1 -1
- package/build/i18n/tr.json.mjs +2 -0
- package/build/i18n/tr.json.mjs.map +1 -1
- package/build/i18n/zh-CN.json +2 -0
- package/build/i18n/zh-CN.json.js +2 -0
- package/build/i18n/zh-CN.json.js.map +1 -1
- package/build/i18n/zh-CN.json.mjs +2 -0
- package/build/i18n/zh-CN.json.mjs.map +1 -1
- package/build/i18n/zh-HK.json +2 -0
- package/build/i18n/zh-HK.json.js +2 -0
- package/build/i18n/zh-HK.json.js.map +1 -1
- package/build/i18n/zh-HK.json.mjs +2 -0
- package/build/i18n/zh-HK.json.mjs.map +1 -1
- package/build/main.css +11 -1
- package/build/styles/dateInput/DateInput.css +11 -1
- package/build/styles/main.css +11 -1
- package/package.json +1 -1
- package/src/dateInput/DateInput.css +11 -1
- package/src/dateInput/DateInput.less +18 -3
- package/src/dateInput/DateInput.tests.story.tsx +14 -2
- package/src/dateInput/DateInput.tsx +1 -1
- 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/nl.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/zh-CN.json +2 -0
- package/src/i18n/zh-HK.json +2 -0
- package/src/main.css +11 -1
package/src/i18n/pt.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Número de telefone",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nenhum resultado encontrado",
|
|
31
|
+
"neptune.SelectOption.action.label": "Selecionar",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Altere a opção escolhida",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Erro:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informação:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Pendente:",
|
package/src/i18n/ro.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Număr de telefon",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
|
|
31
|
+
"neptune.SelectOption.action.label": "Alege",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Schimbă opțiunea aleasă",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Eroare:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Informații:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "În așteptare:",
|
package/src/i18n/ru.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Номер телефона",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Ничего не найдено",
|
|
31
|
+
"neptune.SelectOption.action.label": "Выбрать",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Изменить выбранный вариант",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Ошибка:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Информация:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "В ожидании:",
|
package/src/i18n/th.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "หมายเลขโทรศัพท์",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
|
|
31
|
+
"neptune.SelectOption.action.label": "เลือก",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "เปลี่ยนตัวเลือกที่เลือกไว้",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "ข้อผิดพลาด:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "ข้อมูล:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "รอดำเนินการ:",
|
package/src/i18n/tr.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "Telefon numarası",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
|
|
31
|
+
"neptune.SelectOption.action.label": "Seç",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "Seçilen opsiyonu değiştir",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "Hata:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "Bilgi:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "Bekliyor:",
|
package/src/i18n/zh-CN.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "电话号码",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "搜索",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "找不到结果",
|
|
31
|
+
"neptune.SelectOption.action.label": "选择",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "更改所选选项",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "错误:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "信息:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "待处理:",
|
package/src/i18n/zh-HK.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"neptune.PhoneNumberInput.phoneNumberLabel": "電話號碼",
|
|
29
29
|
"neptune.Select.searchPlaceholder": "搜尋…",
|
|
30
30
|
"neptune.SelectInput.noResultsFound": "找不到任何結果",
|
|
31
|
+
"neptune.SelectOption.action.label": "選擇",
|
|
32
|
+
"neptune.SelectOption.selected.action.label": "更改已選選項",
|
|
31
33
|
"neptune.StatusIcon.iconLabel.error": "錯誤:",
|
|
32
34
|
"neptune.StatusIcon.iconLabel.information": "資訊:",
|
|
33
35
|
"neptune.StatusIcon.iconLabel.pending": "處理中:",
|
package/src/main.css
CHANGED
|
@@ -1866,10 +1866,20 @@ button.np-option {
|
|
|
1866
1866
|
border-color: rgba(0,0,0,0.10196);
|
|
1867
1867
|
border-color: var(--color-border-neutral);
|
|
1868
1868
|
}
|
|
1869
|
-
.
|
|
1869
|
+
.tw-date label {
|
|
1870
1870
|
width: 100%;
|
|
1871
|
+
}
|
|
1872
|
+
.tw-date .tw-date--year label {
|
|
1873
|
+
margin-bottom: 0;
|
|
1874
|
+
}
|
|
1875
|
+
.tw-date [class*="col-sm"] {
|
|
1871
1876
|
margin-bottom: 0;
|
|
1872
1877
|
}
|
|
1878
|
+
@media (min-width: 576px) {
|
|
1879
|
+
.np-theme-personal .tw-date label {
|
|
1880
|
+
margin-bottom: 0;
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1873
1883
|
.tw-date-lookup-menu {
|
|
1874
1884
|
width: 400px;
|
|
1875
1885
|
}
|